Rémi Verschelde 9d6570af3b Merge pull request #79456 from bruvzg/popup_area_fix 2 years ago
..
doc_classes faaf27f284 Fix various typos with codespell 2 years ago
export ad4480bf2e Add a "version" project setting and use it in new export presets 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. 2 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 90446fe9f3 SCons: Move platform logo/run icon to `export` folder 2 years 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 0c2399d6ec Merge pull request #63826 from deakcor/dev_clipboard 2 years ago
display_server_macos.mm e26a6c36c8 Fix native popups auto-closing when interacting with non-client area. 2 years 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 4790da7900 [macOS] Implement optional native file selection dialog support for sandboxed apps. 2 years ago
os_macos.mm 4790da7900 [macOS] Implement optional native file selection dialog support for sandboxed apps. 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