summaryrefslogtreecommitdiffstats
path: root/platform/macos/display_server_macos.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and unify keyboard input.bruvzg2023-01-231-2/+3
* Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...bruvzg2023-01-161-0/+1
* Use BitField<> in core type masksJuan Linietsky2023-01-081-3/+3
* Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-071-4/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Improve `window_set_current_screen` and fix secondary window initial mode and...bruvzg2022-12-291-2/+4
* Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-071-1/+2
* [macOS] Dynamically attach and detach transient windows to allow them to stay...bruvzg2022-11-211-0/+1
* [macOS] Add exclusive fullscreen mode with Dock and Menu disabled.bruvzg2022-11-141-0/+1
* Make window creation with custom position do not flashWei Guo2022-10-241-2/+2
* [macOS] Fix window button position and title bar size when editor scale do no...bruvzg2022-10-101-1/+1
* [macOS] Process menu callback after event processing step to avoid event queu...bruvzg2022-09-241-0/+6
* [macOS] Improve "extended to title" transition to / from fullscreen.bruvzg2022-09-211-1/+2
* [macOS] Add an option to align window buttons in "extend to title" mode.bruvzg2022-09-201-0/+3
* Merge pull request #65496 from MinusKube/popup-capture-mouse-bugRémi Verschelde2022-09-161-0/+2
|\
| * Fix MOUSE_MODE_CAPTURED not working correctly with popupsMinusKube2022-09-071-0/+2
* | [macOS] Fix redraw lag at the edge of the resizing window.bruvzg2022-09-151-0/+2
|/
* Merge pull request #65026 from bruvzg/dark_modeRémi Verschelde2022-09-021-0/+4
|\
| * Add support for system dark mode and accent color detection (macOS and Window...bruvzg2022-08-311-0/+4
* | [macOS] Handle accelerator and click events of the global menu items separately.bruvzg2022-09-011-7/+10
|/
* [macOS] Extend editor contents to the window titlebar for better space usage.bruvzg2022-08-261-0/+5
* Replace Array return types with TypedArraykobewi2022-08-221-1/+1
* Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg2022-08-181-9/+14
* Implement `screen_is_kept_on` for macOS.bruvzg2022-08-051-0/+1
* Implement `screen_set_keep_on` for macOSbruvzg2022-08-041-0/+4
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-0/+406