summaryrefslogtreecommitdiffstats
path: root/servers/display_server.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fix primary clipboard warningConteZero2021-10-231-0/+1
* Added primary clipboard for LinuxConteZero2021-10-181-0/+2
* Allow for mapping keycodes to current layoutFrixuu2021-09-211-0/+1
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-2/+0
* Change VSync mode project setting enum type from string to integerHendrik Brucker2021-07-121-0/+2
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-061-17/+14
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-1/+1
* Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-031-1/+2
* Use an enum to represent screen orientation in the Project SettingsHugo Locurcio2021-05-241-0/+3
* OS: Remove native video API only implemented on iOSRémi Verschelde2021-05-071-8/+0
* Move tablet driver API from OS to DisplayServer.bruvzg2021-02-181-0/+5
* Make Servers truly Thread Safereduz2021-02-101-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganize rendering server.reduz2020-12-031-1/+1
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Add window click-through support.bruvzg2020-09-171-0/+2
* Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp2020-08-221-0/+1
* Revert "Fixes for windows in X11 tiling WMs"Juan Linietsky2020-08-191-1/+0
* Merge pull request #40487 from nekomatata/virtual-keyboard-enter-fixesRémi Verschelde2020-07-261-1/+1
|\
| * Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp2020-07-261-1/+1
* | DisplayServer: separate window showing into another functionLorenzo Cerqua2020-07-231-0/+1
|/
* Fix cancel/OK button order on macOSDaniel Ting2020-07-101-1/+1
* [macOS] Implement seamless display scaling.bruvzg2020-07-041-0/+8
* Environment: Refactor code for readability + moreRémi Verschelde2020-07-011-1/+1
* Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg2020-06-131-12/+5
* doc: Sync classref with current sourceRémi Verschelde2020-05-201-1/+1
* Fix Android LineEdit editing bugsSkyJJ2020-05-161-1/+1
* Rename InputFilter back to InputRémi Verschelde2020-04-281-5/+5
* Display Server supportPouleyKetchoupp2020-04-081-1/+1
* Fix Clang warnings on WindowsRémi Verschelde2020-04-011-0/+4
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* DisplayServer: Fix registration of GetRenderingDriversFunctionRémi Verschelde2020-03-271-4/+6
* Add macOS DisplayServer implementation.bruvzg2020-03-261-5/+29
* Implemented drag and drop across windows, both OS and embedded.Juan Linietsky2020-03-261-1/+6
* Reworked tooltips to use the popup system.Juan Linietsky2020-03-261-1/+3
* 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/+1
* Support for transient windowsJuan Linietsky2020-03-261-0/+3
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-5/+20
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+3
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-14/+71
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-0/+273