summaryrefslogtreecommitdiffstats
path: root/platform/macos/godot_menu_delegate.mm
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* [macOS] Fix menu crash when used from opened native dialog.bruvzg2024-10-011-1/+5
* [macOS] Improve native menu open/close callbacks.bruvzg2024-06-051-1/+8
* Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-6/+7
* Don't use TTR/RTR for ERR/WARN printsRémi Verschelde2023-11-121-2/+2
* Add error messages to the native menu and file dialogs callback.bruvzg2023-10-141-2/+16
* [macOS] Fix crash when using system default menu shortcuts.bruvzg2023-10-131-12/+14
* Add vararg call() method to C++ Callablekobewi2023-10-051-10/+2
* [macOS] Add `about_to_open` and `popup_hide` callback for the global menus, m...bruvzg2023-10-041-0/+28
* [macOS] Move `Wno-deprecated-declarations` to pragmas in the OpenGL related f...bruvzg2023-01-201-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [macOS] Simplify handling of menu accelerators, and send event to the focused...bruvzg2022-09-021-12/+1
* [macOS] Handle accelerator and click events of the global menu items separately.bruvzg2022-09-011-0/+87