bruvzg 426e5288a1 [macOS] Fix borderless mode on macOS 13.6+. 2 years ago
..
doc_classes aae20e5b10 Fix various typos with codespell 2 years ago
export e32330473a Remove uses of `vformat()` with no placeholders 2 years ago
README.md 4c1f11944e Update all outdated online documentation links 2 years ago
SCsub 0ed4cc6287 [macOS] Add an option to align window buttons in "extend to title" mode. 3 years ago
crash_handler_macos.h d95794ec8a One Copyright Update to rule them all 2 years ago
crash_handler_macos.mm d95794ec8a One Copyright Update to rule them all 2 years ago
detect.py 5bb54d3184 Updated compiler version detection 1 year ago
dir_access_macos.h d95794ec8a One Copyright Update to rule them all 2 years ago
dir_access_macos.mm d95794ec8a One Copyright Update to rule them all 2 years ago
display_server_macos.h 28db3c7158 [DisplayServer] Add method to check if native window is focused. 2 years ago
display_server_macos.mm 426e5288a1 [macOS] Fix borderless mode on macOS 13.6+. 1 year ago
gl_manager_macos_legacy.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
gl_manager_macos_legacy.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
godot_application.h daad4aed62 Cleanup and unify keyboard input. 2 years ago
godot_application.mm daad4aed62 Cleanup and unify keyboard input. 2 years ago
godot_application_delegate.h d95794ec8a One Copyright Update to rule them all 2 years ago
godot_application_delegate.mm d95794ec8a One Copyright Update to rule them all 2 years ago
godot_button_view.h d95794ec8a One Copyright Update to rule them all 2 years ago
godot_button_view.mm d95794ec8a One Copyright Update to rule them all 2 years ago
godot_content_view.h daad4aed62 Cleanup and unify keyboard input. 2 years ago
godot_content_view.mm fe2d9e5bdf [macOS] Fix IME focus in popup windows. 2 years ago
godot_main_macos.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
godot_menu_delegate.h d95794ec8a One Copyright Update to rule them all 2 years ago
godot_menu_delegate.mm aecfd92ea8 [macOS] Move `Wno-deprecated-declarations` to pragmas in the OpenGL related files, update some deprecated code. 2 years ago
godot_menu_item.h d95794ec8a One Copyright Update to rule them all 2 years ago
godot_menu_item.mm d95794ec8a One Copyright Update to rule them all 2 years ago
godot_window.h d95794ec8a One Copyright Update to rule them all 2 years ago
godot_window.mm fe2d9e5bdf [macOS] Fix IME focus in popup windows. 2 years ago
godot_window_delegate.h d95794ec8a One Copyright Update to rule them all 2 years ago
godot_window_delegate.mm 28db3c7158 [DisplayServer] Add method to check if native window is focused. 2 years ago
joypad_macos.cpp aecfd92ea8 [macOS] Move `Wno-deprecated-declarations` to pragmas in the OpenGL related files, update some deprecated code. 2 years ago
joypad_macos.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
key_mapping_macos.h daad4aed62 Cleanup and unify keyboard input. 2 years ago
key_mapping_macos.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
macos_terminal_logger.h d95794ec8a One Copyright Update to rule them all 2 years ago
macos_terminal_logger.mm d95794ec8a One Copyright Update to rule them all 2 years ago
os_macos.h 944fbce347 Enable S3TC_BPTC but not ETC2_ASTC by default 2 years ago
os_macos.mm 6becf94f49 Fix formatting of dlopen error message on Windows 2 years ago
platform_config.h d95794ec8a One Copyright Update to rule them all 2 years ago
platform_macos_builders.py 8823eae328 Rename OSX to macOS and iPhoneOS to iOS. 3 years ago
tts_macos.h 92b9806dcc Windows TTS: Use HashMap instead of RBMap for ids 2 years ago
tts_macos.mm d95794ec8a One Copyright Update to rule them all 2 years ago
vulkan_context_macos.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
vulkan_context_macos.mm 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago

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