summaryrefslogtreecommitdiffstats
path: root/platform/osx/display_server_osx.mm
Commit message (Expand)AuthorAgeFilesLines
* Use "enum class" for input enumsAaron Franke2021-11-121-212/+212
* Make window unmovable by dragging title bar, when mouse in captured or confin...bruvzg2021-11-111-1/+6
* [macOS] Use pre-wait observer to keep main run loop running and redraw window...bruvzg2021-11-081-8/+0
* [macOS] Add support for OpenGLES3 video driver.bruvzg2021-11-021-49/+73
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-14/+14
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-1/+1
* Replaced NULL with nullptrM. Huri2021-10-121-2/+2
* Allow for mapping keycodes to current layoutFrixuu2021-09-211-134/+154
* fix fullscreen issue on macOSDaniel Kariv2021-09-031-0/+4
* Add input buffering frameworkPedro J. Estébanez2021-08-131-1/+1
* Improve input event accumulationPedro J. Estébanez2021-08-131-8/+8
* Use Key enum instead of plain integersAaron Franke2021-08-101-9/+9
* [macOS] Move captured mouse cursor to the center when window gain focus.bruvzg2021-08-081-2/+10
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-211/+53
* 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