summaryrefslogtreecommitdiffstats
path: root/platform/osx/display_server_osx.mm
Commit message (Expand)AuthorAgeFilesLines
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-061-8/+24
* [macOS] Fix custom mouse cursor not set after mouse mode change.bruvzg2021-06-231-0/+6
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-8/+7
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-10/+10
* Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-031-3/+8
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* [macOS] Allow "on top" windows to enter full-screen mode.bruvzg2021-05-241-2/+14
* Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde2021-05-171-6/+6
|\
| * Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-6/+6
* | Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-1/+1
|/
* Rename `doubleclick` to `double_click`Aaron Franke2021-05-041-1/+1
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-13/+13
* Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-2/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-15/+15
* [macOS] Ignore mouse move event caused by mouse mode switch.bruvzg2021-02-151-0/+11
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-3/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [4.0] Fix file drag-drop on M1 Macs.bruvzg2020-12-231-17/+21
* RenderingServer reorganizationreduz2020-12-041-2/+2
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-8/+30
* [macOS] Suppress momentum scrolling after key press or modifier change to pre...bruvzg2020-10-131-0/+14
* Fix `screen_get_dpi` on macOS for non fractional display scales and restore d...bruvzg2020-10-011-3/+10
* [macOS] Fix mouse position in captured mode.bruvzg2020-09-251-0/+6
* Add window click-through support.bruvzg2020-09-171-0/+30
* Merge pull request #41456 from nekomatata/x11-fix-popupsRémi Verschelde2020-09-031-3/+8
|\
| * Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp2020-08-221-3/+8
* | [macOS] Fix heap use-after-free in DisplayServer.bruvzg2020-08-251-5/+7
|/
* Revert "Fixes for windows in X11 tiling WMs"Juan Linietsky2020-08-191-8/+3
* Fix "on top" incorrectly set on init (all platforms).bruvzg2020-08-151-1/+5
* Remove obsolete GLES2 backend codeRémi Verschelde2020-08-131-1/+0
* [macOS] Refocus last key window after `DisplayServer::alert` is closed.bruvzg2020-07-261-0/+4
* Merge pull request #38727 from Riteo/tiling-wm-issues-testsRémi Verschelde2020-07-261-3/+8
|\
| * DisplayServer: separate window showing into another functionLorenzo Cerqua2020-07-231-3/+8
* | [macOS] Prevent setting `BORDERLESS` flag and calling `window_move_to_foregro...bruvzg2020-07-261-3/+15
|/
* Merge pull request #40450 from asmaloney/spellingRémi Verschelde2020-07-211-1/+1
|\
| * Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-1/+1
* | Fix MoltenVK layer creation when compiling with OSXCrossPouleyKetchoupp2020-07-211-3/+1
|/
* Merge pull request #40268 from DanielZTing/masterRémi Verschelde2020-07-151-2/+2
|\
| * Fix cancel/OK button order on macOSDaniel Ting2020-07-101-2/+2
* | [macOS] Fix window size on macOS Big Sur (title bar height is no longer same ...bruvzg2020-07-141-9/+11
* | Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...bruvzg2020-07-131-1/+6
|/
* [macOS] Fix transient windows.bruvzg2020-07-091-2/+2
* [macOS] Implement seamless display scaling.bruvzg2020-07-041-220/+246
* Improve the situation of DND on X11Juan Linietsky2020-07-031-0/+2
* [macOS] Implement confined mouse mode.bruvzg2020-07-021-5/+55
* Merge pull request #39788 from bruvzg/macos_apple_siliconRémi Verschelde2020-07-011-0/+12
|\
| * [macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg2020-06-291-0/+12
* | [macOS] Add application become/resign active notifications.bruvzg2020-06-301-0/+12
|/
* macOS, prevent multiple CGDisplayHideCursor calls unpaired with CGDisplayShow...bruvzg2020-06-221-2/+6
* Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg2020-06-131-54/+98