summaryrefslogtreecommitdiff
path: root/platform/osx/display_server_osx.mm
AgeCommit message (Expand)Author
2021-09-21Allow for mapping keycodes to current layoutFrixuu
2021-09-03fix fullscreen issue on macOSDaniel Kariv
2021-08-13Add input buffering frameworkPedro J. Estébanez
2021-08-13Improve input event accumulationPedro J. Estébanez
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-08-08[macOS] Move captured mouse cursor to the center when window gain focus.bruvzg
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-07-06Restructure and reimplement vsync optionsHendrik Brucker
2021-06-23[macOS] Fix custom mouse cursor not set after mouse mode change.bruvzg
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-03Add MOUSE_MODE_CONFINED_HIDDENAaron Franke
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-24[macOS] Allow "on top" windows to enter full-screen mode.bruvzg
2021-05-17Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-04-29Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-02-15[macOS] Ignore mouse move event caused by mouse mode switch.bruvzg
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-23[4.0] Fix file drag-drop on M1 Macs.bruvzg
2020-12-04RenderingServer reorganizationreduz
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-10-13[macOS] Suppress momentum scrolling after key press or modifier change to pre...bruvzg
2020-10-01Fix `screen_get_dpi` on macOS for non fractional display scales and restore d...bruvzg
2020-09-25[macOS] Fix mouse position in captured mode.bruvzg
2020-09-17Add window click-through support.bruvzg
2020-09-03Merge pull request #41456 from nekomatata/x11-fix-popupsRémi Verschelde
2020-08-25[macOS] Fix heap use-after-free in DisplayServer.bruvzg
2020-08-22Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp
2020-08-19Revert "Fixes for windows in X11 tiling WMs"Juan Linietsky
2020-08-15Fix "on top" incorrectly set on init (all platforms).bruvzg
2020-08-13Remove obsolete GLES2 backend codeRémi Verschelde
2020-07-26[macOS] Refocus last key window after `DisplayServer::alert` is closed.bruvzg
2020-07-26Merge pull request #38727 from Riteo/tiling-wm-issues-testsRémi Verschelde
2020-07-26[macOS] Prevent setting `BORDERLESS` flag and calling `window_move_to_foregro...bruvzg
2020-07-23DisplayServer: separate window showing into another functionLorenzo Cerqua
2020-07-21Merge pull request #40450 from asmaloney/spellingRémi Verschelde
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy Maloney
2020-07-21Fix MoltenVK layer creation when compiling with OSXCrossPouleyKetchoupp
2020-07-15Merge pull request #40268 from DanielZTing/masterRémi Verschelde
2020-07-14[macOS] Fix window size on macOS Big Sur (title bar height is no longer same ...bruvzg
2020-07-13Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...bruvzg
2020-07-10Fix cancel/OK button order on macOSDaniel Ting
2020-07-09[macOS] Fix transient windows.bruvzg
2020-07-04[macOS] Implement seamless display scaling.bruvzg