summaryrefslogtreecommitdiffstats
path: root/servers/display_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-061-32/+17
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-2/+2
* Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-031-0/+1
* Move remaining dummy drivers to servers.Fabio Alessandrelli2021-06-011-5/+11
* OS: Remove native video API only implemented on iOSRémi Verschelde2021-05-071-28/+0
* doc: Sync classref with current sourceRémi Verschelde2021-02-191-1/+1
* Move tablet driver API from OS to DisplayServer.bruvzg2021-02-181-0/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+0
* Add window click-through support.bruvzg2020-09-171-0/+5
* Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp2020-08-221-0/+4
* Revert "Fixes for windows in X11 tiling WMs"Juan Linietsky2020-08-191-4/+0
* Merge pull request #40487 from nekomatata/virtual-keyboard-enter-fixesRémi Verschelde2020-07-261-2/+3
|\
| * Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp2020-07-261-2/+3
* | DisplayServer: separate window showing into another functionLorenzo Cerqua2020-07-231-0/+4
|/
* Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-1/+1
* Fix cancel/OK button order on macOSDaniel Ting2020-07-101-2/+2
* [macOS] Implement seamless display scaling.bruvzg2020-07-041-0/+1
* Environment: Refactor code for readability + moreRémi Verschelde2020-07-011-2/+2
* Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg2020-06-131-11/+22
* doc: Sync classref with current sourceRémi Verschelde2020-05-201-2/+2
* Fix Android LineEdit editing bugsSkyJJ2020-05-161-1/+1
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+28
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Rename InputFilter back to InputRémi Verschelde2020-04-281-13/+13
* Fix Clang warnings on WindowsRémi Verschelde2020-04-011-5/+1
* some typo in method binds fixedThakee Nathees2020-04-011-1/+1
* DisplayServer: Fix registration of GetRenderingDriversFunctionRémi Verschelde2020-03-271-2/+5
* Add macOS DisplayServer implementation.bruvzg2020-03-261-8/+106
* Fixes to X11, still pretty brokenJuan Linietsky2020-03-261-2/+2
* Implemented drag and drop across windows, both OS and embedded.Juan Linietsky2020-03-261-0/+4
* Reworked tooltips to use the popup system.Juan Linietsky2020-03-261-0/+2
* Popups have also been converted to windowsJuan Linietsky2020-03-261-0/+1
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-1/+1
* Separate DisplayServer from OS on WindowsJuan Linietsky2020-03-261-0/+2
* Support for transient windowsJuan Linietsky2020-03-261-0/+2
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-13/+24
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+2
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-4/+103
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-0/+374