summaryrefslogtreecommitdiff
path: root/servers/display_server.h
AgeCommit message (Expand)Author
2021-07-12Change VSync mode project setting enum type from string to integerHendrik Brucker
2021-07-06Restructure and reimplement vsync optionsHendrik Brucker
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-03Add MOUSE_MODE_CONFINED_HIDDENAaron Franke
2021-05-24Use an enum to represent screen orientation in the Project SettingsHugo Locurcio
2021-05-07OS: Remove native video API only implemented on iOSRémi Verschelde
2021-02-18Move tablet driver API from OS to DisplayServer.bruvzg
2021-02-10Make Servers truly Thread Safereduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-03Reorganize rendering server.reduz
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-17Add window click-through support.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-07-26Merge pull request #40487 from nekomatata/virtual-keyboard-enter-fixesRémi Verschelde
2020-07-26Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp
2020-07-23DisplayServer: separate window showing into another functionLorenzo Cerqua
2020-07-10Fix cancel/OK button order on macOSDaniel Ting
2020-07-04[macOS] Implement seamless display scaling.bruvzg
2020-07-01Environment: Refactor code for readability + moreRémi Verschelde
2020-06-13Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg
2020-05-20doc: Sync classref with current sourceRémi Verschelde
2020-05-16Fix Android LineEdit editing bugsSkyJJ
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-08Display Server supportPouleyKetchoupp
2020-04-01Fix Clang warnings on WindowsRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27DisplayServer: Fix registration of GetRenderingDriversFunctionRémi Verschelde
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-26Implemented drag and drop across windows, both OS and embedded.Juan Linietsky
2020-03-26Reworked tooltips to use the popup system.Juan Linietsky
2020-03-26Popups have also been converted to windowsJuan Linietsky
2020-03-26Open sub-windows as embedded if the OS does not support themJuan Linietsky
2020-03-26Separate DisplayServer from OS on WindowsJuan Linietsky
2020-03-26Support for transient windowsJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky