summaryrefslogtreecommitdiff
path: root/platform/osx/display_server_osx.mm
AgeCommit message (Expand)Author
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-28Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg
2022-04-13Fix sub-menu keyboard navigation.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-05Fix a possible race condition on popup close, that might cause multiple delet...bruvzg
2022-03-27Rename warp mouse functions to warp_mouseMarkus Sauermann
2022-03-24Fix PopupMenu behavior on MacOS when multiple monitors are usedC.Even
2022-03-22[macOS] Add missing global menu features.bruvzg
2022-03-08[X11] Do not try to focus unmapped window.bruvzg
2022-03-04[macOS] Disable window redraw during resize, when rendering in the separate t...bruvzg
2022-02-25Improve popup window handling.bruvzg
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-12Add exclusive window handling to DisplayServer (on macOS and Windows).bruvzg
2022-02-10Fix typos with codespellRémi Verschelde
2022-02-08[macOS] Fix NO_FOCUS macOS flag.bruvzg
2022-02-07Merge pull request #57305 from bruvzg/macos_cleanupRémi Verschelde
2022-02-04Merge pull request #57341 from bruvzg/win_multiwin_fsRémi Verschelde
2022-02-04Merge pull request #57335 from jordigcs/display-refresh-rateRémi Verschelde
2022-02-04[Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al...bruvzg
2022-02-03Add screen_get_refresh_rate to DisplayServerjordi
2022-02-01[macOS] Cleanup and split Objective-C objects to the separate filesbruvzg
2022-02-01[macOS] Enable Objective-C ARCbruvzg
2022-02-01Fix captured mouse modeHendrik Brucker
2022-01-27Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde
2022-01-24Merge pull request #56754 from madmiraal/fix-45592Rémi Verschelde
2022-01-20Add nodiscard to core math classes to catch c++ errors.lawnjelly
2022-01-18Window management improvements.bruvzg
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-14Add support for getting native display, window, and view handles.bruvzg
2022-01-13Use mouse event relative motion to calculate mouse velocityMarcel Admiraal
2022-01-12[macOS] Fix OpenGL color space on HDR displays.bruvzg
2022-01-11Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-29Rename speed to velocity when it's a directional VectorMarcel Admiraal
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
2021-12-18Fix initialising of gl_manager and checking gl_manager and context_vulkan pre...Bastiaan Olij
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-11Make window unmovable by dragging title bar, when mouse in captured or confin...bruvzg
2021-11-08[macOS] Use pre-wait observer to keep main run loop running and redraw window...bruvzg
2021-11-02[macOS] Add support for OpenGLES3 video driver.bruvzg
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2021-10-30Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio
2021-10-12Replaced NULL with nullptrM. Huri
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