Rémi Verschelde a6c5fc2720 Style: Apply fixes from clang-format 18.1.3 2 달 전
..
doc_classes aae20e5b10 Fix various typos with codespell 1 년 전
export e32330473a Remove uses of `vformat()` with no placeholders 2 년 전
README.md 4c1f11944e Update all outdated online documentation links 2 년 전
SCsub 0ed4cc6287 [macOS] Add an option to align window buttons in "extend to title" mode. 2 년 전
crash_handler_macos.h d95794ec8a One Copyright Update to rule them all 2 년 전
crash_handler_macos.mm d95794ec8a One Copyright Update to rule them all 2 년 전
detect.py 8c54f7b6cd [macOS] Check Vulkan SDK version when looking for MoltenVK libs. 1 년 전
dir_access_macos.h d95794ec8a One Copyright Update to rule them all 2 년 전
dir_access_macos.mm d95794ec8a One Copyright Update to rule them all 2 년 전
display_server_macos.h 28db3c7158 [DisplayServer] Add method to check if native window is focused. 2 년 전
display_server_macos.mm a6c5fc2720 Style: Apply fixes from clang-format 18.1.3 2 달 전
gl_manager_macos_legacy.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 년 전
gl_manager_macos_legacy.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 년 전
godot_application.h daad4aed62 Cleanup and unify keyboard input. 2 년 전
godot_application.mm daad4aed62 Cleanup and unify keyboard input. 2 년 전
godot_application_delegate.h d95794ec8a One Copyright Update to rule them all 2 년 전
godot_application_delegate.mm 776696eb64 [macOS] Enabled secure restorable state. 1 년 전
godot_button_view.h d95794ec8a One Copyright Update to rule them all 2 년 전
godot_button_view.mm d95794ec8a One Copyright Update to rule them all 2 년 전
godot_content_view.h daad4aed62 Cleanup and unify keyboard input. 2 년 전
godot_content_view.mm fe2d9e5bdf [macOS] Fix IME focus in popup windows. 2 년 전
godot_main_macos.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 년 전
godot_menu_delegate.h d95794ec8a One Copyright Update to rule them all 2 년 전
godot_menu_delegate.mm aecfd92ea8 [macOS] Move `Wno-deprecated-declarations` to pragmas in the OpenGL related files, update some deprecated code. 2 년 전
godot_menu_item.h d95794ec8a One Copyright Update to rule them all 2 년 전
godot_menu_item.mm d95794ec8a One Copyright Update to rule them all 2 년 전
godot_window.h d95794ec8a One Copyright Update to rule them all 2 년 전
godot_window.mm fe2d9e5bdf [macOS] Fix IME focus in popup windows. 2 년 전
godot_window_delegate.h d95794ec8a One Copyright Update to rule them all 2 년 전
godot_window_delegate.mm 28db3c7158 [DisplayServer] Add method to check if native window is focused. 2 년 전
joypad_macos.cpp aecfd92ea8 [macOS] Move `Wno-deprecated-declarations` to pragmas in the OpenGL related files, update some deprecated code. 2 년 전
joypad_macos.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 년 전
key_mapping_macos.h daad4aed62 Cleanup and unify keyboard input. 2 년 전
key_mapping_macos.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 년 전
macos_terminal_logger.h d95794ec8a One Copyright Update to rule them all 2 년 전
macos_terminal_logger.mm d95794ec8a One Copyright Update to rule them all 2 년 전
os_macos.h 944fbce347 Enable S3TC_BPTC but not ETC2_ASTC by default 2 년 전
os_macos.mm 6becf94f49 Fix formatting of dlopen error message on Windows 2 년 전
platform_config.h d95794ec8a One Copyright Update to rule them all 2 년 전
platform_macos_builders.py 8823eae328 Rename OSX to macOS and iPhoneOS to iOS. 3 년 전
tts_macos.h 92b9806dcc Windows TTS: Use HashMap instead of RBMap for ids 2 년 전
tts_macos.mm d95794ec8a One Copyright Update to rule them all 2 년 전
vulkan_context_macos.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 년 전
vulkan_context_macos.mm 01b7292495 Move Vulkan includes to a central godot_vulkan.h header 7 달 전

README.md

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