summaryrefslogtreecommitdiff
path: root/platform/linuxbsd/display_server_x11.h
AgeCommit message (Expand)Author
2021-02-18Modernize atomicsPedro J. Estébanez
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-16Fix named anonymous struct warningMarcel Admiraal
2020-12-08Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde
2020-12-04RenderingServer reorganizationreduz
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-27Implement INCR mechanism for Linux clipboardPouleyKetchoupp
2020-11-26Merge pull request #42652 from nekomatata/x11-clipboard-save-targetsRémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-09Implement SAVE_TARGETS mechanism for Linux clipboardPouleyKetchoupp
2020-09-25Fix delay to process clipboard content from Godot in other programsPouleyKetchoupp
2020-09-24Fix general keyboard input lag on X11 display serverPouleyKetchoupp
2020-09-17Add window click-through support.bruvzg
2020-09-03Fix drag and drop between windows in X11 display serverPouleyKetchoupp
2020-08-26Fix menu popups delay and focus in X11 display serverPouleyKetchoupp
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-31Fix losing X11 window normal size hint propertiesopl-
2020-07-23DisplayServer: separate window showing into another functionLorenzo Cerqua
2020-07-01Add a focus out timeout for X11 to less events of this type are receivedJuan Linietsky
2020-07-01Ensure embedded mode works againJuan Linietsky
2020-06-29X11: Ensure XGetWindowProperty data gets freedRémi Verschelde
2020-06-13Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg
2020-05-03[Linux/Windows] Set pressure to 1.0f when primary button is pressed and devic...bruvzg
2020-05-03Merge pull request #37756 from madmiraal/fix-x11-pressure-tiltRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-10Fix X11 pressure and tilt values.Marcel Admiraal
2020-04-01Fix Clang warnings on WindowsRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-26Fixes to X11, still pretty brokenJuan Linietsky
2020-03-26Multiple changes to DisplayServerX11Mateo Kuruk Miccino
2020-03-26Implemented drag and drop across windows, both OS and embedded.Juan Linietsky
2020-03-26Popups have also been converted to windowsJuan Linietsky
2020-03-26Fixes to window style flagsJuan Linietsky
2020-03-26Open sub-windows as embedded if the OS does not support themJuan Linietsky
2020-03-26Make DisplayServerX11 thread safeJuan Linietsky
2020-03-26Working multiple window support, including editorJuan 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