godot/platform/macos
Hugo Locurcio 6799d000b1
Only support XDG directory path configuration on Linux
XDG support breaks when running Windows builds via WINE.

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2022-12-12 11:43:16 +01:00
..
export [macOS export] Add support for Xcode notarytool. 2022-12-07 13:01:12 +02:00
crash_handler_macos.h
crash_handler_macos.mm
detect.py [macOS] Automatically detect MoltenVK libs installed via homebrew and macports. 2022-11-15 11:59:53 +02:00
dir_access_macos.h
dir_access_macos.mm
display_server_macos.h Rename window_get_real_size to window_get_size_with_decorations, add window_get_position_with_decorations. 2022-12-07 11:07:30 +02:00
display_server_macos.mm Rename window_get_real_size to window_get_size_with_decorations, add window_get_position_with_decorations. 2022-12-07 11:07:30 +02:00
gl_manager_macos_legacy.h Add support for OpenGL to OpenXR 2022-11-08 18:47:11 -06:00
gl_manager_macos_legacy.mm Add support for OpenGL to OpenXR 2022-11-08 18:47:11 -06:00
godot_application_delegate.h
godot_application_delegate.mm [macOS] Update activation hack to work on Ventura. 2022-11-17 11:14:03 +02:00
godot_application.h
godot_application.mm
godot_button_view.h
godot_button_view.mm
godot_content_view.h
godot_content_view.mm
godot_main_macos.mm
godot_menu_delegate.h
godot_menu_delegate.mm
godot_menu_item.h
godot_menu_item.mm
godot_window_delegate.h
godot_window_delegate.mm [macOS] Dynamically attach and detach transient windows to allow them to stay on top of parent and can be moved to another screen. 2022-11-21 10:11:14 +02:00
godot_window.h
godot_window.mm
joypad_macos.cpp
joypad_macos.h
key_mapping_macos.h
key_mapping_macos.mm
logo.png
macos_terminal_logger.h
macos_terminal_logger.mm
os_macos.h Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
os_macos.mm Only support XDG directory path configuration on Linux 2022-12-12 11:43:16 +01:00
platform_config.h Regenerate GL loader code with GLAD 2 2022-11-14 21:48:01 +01:00
platform_macos_builders.py
README.md
SCsub
tts_macos.h
tts_macos.mm
vulkan_context_macos.h Fix build with Vulkan disabled and no Vulkan headers installed. 2022-10-26 08:55:05 +03:00
vulkan_context_macos.mm Fix build with Vulkan disabled and no Vulkan headers installed. 2022-10-26 08:55:05 +03:00

macOS platform port

This folder contains the C++, Objective-C and Objective-C++ code for the macOS platform port.

See also misc/dist/macos folder for additional files used by this platform. misc/dist/macos_tools.app is an .app bundle template used for packaging the macOS editor, while misc/dist/macos_template.app is used for packaging macOS export templates.

Documentation