summaryrefslogtreecommitdiff
path: root/platform/osx/display_server_osx.mm
AgeCommit message (Expand)Author
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
2020-07-03Improve the situation of DND on X11Juan Linietsky
2020-07-02[macOS] Implement confined mouse mode.bruvzg
2020-07-01Merge pull request #39788 from bruvzg/macos_apple_siliconRémi Verschelde
2020-06-30[macOS] Add application become/resign active notifications.bruvzg
2020-06-29[macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg
2020-06-22macOS, prevent multiple CGDisplayHideCursor calls unpaired with CGDisplayShow...bruvzg
2020-06-13Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg
2020-05-16Fix popup positions on multiple screens (with same scaling only).bruvzg
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-29Merge pull request #37802 from ThakeeNathees/window-position-bug-osx-x11Rémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-26[macOS] Re-add define for build with 10.14 SDK, remove unsupported 10.12 checks.bruvzg
2020-04-11display server window position bug fix (#37323)Thakee Nathees
2020-03-28Fixed missed occurrences in #37361 renamings.dankan1890