Pāvels Nadtočajevs f710781b16 Prevent pending input event callbacks from erasing the window in the middle of a loop. hace 4 días
..
doc_classes d3e16c9ee2 [iOS] Add options to specify additional entitlements and capabilities in the export settings. hace 2 meses
export b3f7c8f5d3 [Export] Respect icon/splash screen import settings. hace 3 semanas
README.md 4c1f11944e Update all outdated online documentation links hace 2 años
SCsub 998e3dfcf7 Update the app bundle's creation time to match the build time on macOS hace 4 semanas
crash_handler_macos.h 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` hace 4 meses
crash_handler_macos.mm 8b853b7db7 [macOS] Print full source paths in the trace. hace 2 meses
detect.py 399f585042 Merge pull request #99603 from stuartcarnie/metal_fx_upscaling hace 1 mes
dir_access_macos.h d5e599f77e [macOS] Handle bundles as files in the embedded file dialogs. hace 2 meses
dir_access_macos.mm d5e599f77e [macOS] Handle bundles as files in the embedded file dialogs. hace 2 meses
display_server_macos.h 47f553ae0b Delegate to the DisplayServer the task of handling mouse_mode hace 3 semanas
display_server_macos.mm f710781b16 Prevent pending input event callbacks from erasing the window in the middle of a loop. hace 4 días
gl_manager_macos_angle.h 1887a9df19 [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching. hace 1 año
gl_manager_macos_angle.mm d48524a3f4 [macOS] Switch ANGLE backend to ANGLE over OpenGL, switch default compatibility renderer back to native. hace 1 año
gl_manager_macos_legacy.h 2bd21b588e [macOS] Load OpenGL.framework by path to avoid issues with non-Latin executable names. hace 6 meses
gl_manager_macos_legacy.mm 2bd21b588e [macOS] Load OpenGL.framework by path to avoid issues with non-Latin executable names. hace 6 meses
godot_application.h daad4aed62 Cleanup and unify keyboard input. hace 2 años
godot_application.mm e15a2ff1db [macOS] Fix some deprecation warnings. hace 1 año
godot_application_delegate.h deffe6a3be [macOS] Add support for native help menu search callbacks, integrate editor help. hace 1 año
godot_application_delegate.mm c65a667924 Move `global_menu_*` methods to a separate `NativeMenu` class. hace 11 meses
godot_button_view.h d95794ec8a One Copyright Update to rule them all hace 2 años
godot_button_view.mm d95794ec8a One Copyright Update to rule them all hace 2 años
godot_content_view.h 8c22836532 [macOS] Handle Trackpad / Magic Mouse swipe events and simulate XBUTTON1 / XBUTTON2 buttons. hace 1 año
godot_content_view.mm 7f0b4e58b0 Implement `DisplayServer.window_start_resize`. hace 1 mes
godot_main_macos.mm ab4213f043 [MoltenVK] Fix downscaled hiDPI window pixelation. hace 7 meses
godot_menu_delegate.h d95794ec8a One Copyright Update to rule them all hace 2 años
godot_menu_delegate.mm 4c8f8e6980 [macOS] Fix menu crash when used from opened native dialog. hace 4 meses
godot_menu_item.h eddc9cea11 [NativeMenu] Do not auto toggle check/multi-state items. Add `is_native_menu` method. hace 7 meses
godot_menu_item.mm eddc9cea11 [NativeMenu] Do not auto toggle check/multi-state items. Add `is_native_menu` method. hace 7 meses
godot_open_save_delegate.h e1f129cb52 Support MIME types in file dialog filters on macOS and Linux. hace 1 mes
godot_open_save_delegate.mm e1f129cb52 Support MIME types in file dialog filters on macOS and Linux. hace 1 mes
godot_status_item.h 0587a1d217 [StatusIndicator] Switch API to use Texture2D instead of Image, improve handling on macOS, add method to set native popup menu directly. hace 11 meses
godot_status_item.mm 714effdf07 [DisplayServer] Add error messages and descriptions to callbacks. hace 9 meses
godot_window.h d95794ec8a One Copyright Update to rule them all hace 2 años
godot_window.mm fe2d9e5bdf [macOS] Fix IME focus in popup windows. hace 1 año
godot_window_delegate.h d95794ec8a One Copyright Update to rule them all hace 2 años
godot_window_delegate.mm 2211b1bf91 Fix popup shows behind always_on_top parent. hace 2 meses
key_mapping_macos.h 8406e60522 Add InputEventKey.location to tell left from right hace 1 año
key_mapping_macos.mm 8406e60522 Add InputEventKey.location to tell left from right hace 1 año
macos_terminal_logger.h d95794ec8a One Copyright Update to rule them all hace 2 años
macos_terminal_logger.mm d95794ec8a One Copyright Update to rule them all hace 2 años
native_menu_macos.h 1f7bf27780 [macOS] Improve native menu open/close callbacks. hace 8 meses
native_menu_macos.mm 4b8cfc3040 Fix native popup menus position in embedded windows. hace 3 semanas
os_macos.h cd17cb0110 [macos, ios]: Refactor joypad support into shared code, numerous bugfixes hace 1 mes
os_macos.mm cd17cb0110 [macos, ios]: Refactor joypad support into shared code, numerous bugfixes hace 1 mes
platform_config.h 07313a08f4 Migrate macos controller API to GameController.h hace 1 año
platform_gl.h 1887a9df19 [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching. hace 1 año
platform_macos_builders.py 5a6e3cbcb0 SCons: Remove `run_in_subprocess` dependency hace 11 meses
rendering_context_driver_vulkan_macos.h f458943455 [macOS / iOS] Switch Vulkan init to VK_EXT_metal_surface extension. hace 1 año
rendering_context_driver_vulkan_macos.mm 364f916f3f Add debug utilities for Vulkan hace 6 meses
tts_macos.h 92b9806dcc Windows TTS: Use HashMap instead of RBMap for ids hace 1 año
tts_macos.mm d95794ec8a One Copyright Update to rule them all hace 2 años

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