| Commit message (Expand) | Author | Age | Files | Lines |
* | [macOS] Improve native menu open/close callbacks. | bruvzg | 2024-06-05 | 1 | -1/+8 |
* | Move `global_menu_*` methods to a separate `NativeMenu` class. | bruvzg | 2024-03-04 | 1 | -6/+7 |
* | Don't use TTR/RTR for ERR/WARN prints | Rémi Verschelde | 2023-11-12 | 1 | -2/+2 |
* | Add error messages to the native menu and file dialogs callback. | bruvzg | 2023-10-14 | 1 | -2/+16 |
* | [macOS] Fix crash when using system default menu shortcuts. | bruvzg | 2023-10-13 | 1 | -12/+14 |
* | Add vararg call() method to C++ Callable | kobewi | 2023-10-05 | 1 | -10/+2 |
* | [macOS] Add `about_to_open` and `popup_hide` callback for the global menus, m... | bruvzg | 2023-10-04 | 1 | -0/+28 |
* | [macOS] Move `Wno-deprecated-declarations` to pragmas in the OpenGL related f... | bruvzg | 2023-01-20 | 1 | -1/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | [macOS] Simplify handling of menu accelerators, and send event to the focused... | bruvzg | 2022-09-02 | 1 | -12/+1 |
* | [macOS] Handle accelerator and click events of the global menu items separately. | bruvzg | 2022-09-01 | 1 | -0/+87 |