summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/display_server_x11.h
Commit message (Expand)AuthorAgeFilesLines
* Add "Keep screen on" feature to `DisplayServerX11`Niklas Higi2021-06-201-0/+14
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-3/+3
* Modernize atomicsPedro J. Estébanez2021-02-181-1/+1
* Modernize ThreadPedro J. Estébanez2021-01-291-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix named anonymous struct warningMarcel Admiraal2020-12-161-9/+0
* Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde2020-12-081-15/+15
|\
| * Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-15/+15
* | RenderingServer reorganizationreduz2020-12-041-1/+1
|/
* Implement INCR mechanism for Linux clipboardPouleyKetchoupp2020-11-271-0/+1
* Merge pull request #42652 from nekomatata/x11-clipboard-save-targetsRémi Verschelde2020-11-261-1/+6
|\
| * Implement SAVE_TARGETS mechanism for Linux clipboardPouleyKetchoupp2020-10-091-1/+6
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
|/
* Fix delay to process clipboard content from Godot in other programsPouleyKetchoupp2020-09-251-0/+1
* Fix general keyboard input lag on X11 display serverPouleyKetchoupp2020-09-241-1/+15
* Add window click-through support.bruvzg2020-09-171-0/+2
* Fix drag and drop between windows in X11 display serverPouleyKetchoupp2020-09-031-0/+2
* Fix menu popups delay and focus in X11 display serverPouleyKetchoupp2020-08-261-0/+3
* 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
* Fix losing X11 window normal size hint propertiesopl-2020-07-311-0/+1
* DisplayServer: separate window showing into another functionLorenzo Cerqua2020-07-231-0/+1
* Add a focus out timeout for X11 to less events of this type are receivedJuan Linietsky2020-07-011-0/+1
* Ensure embedded mode works againJuan Linietsky2020-07-011-3/+6
* X11: Ensure XGetWindowProperty data gets freedRémi Verschelde2020-06-291-1/+1
* Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg2020-06-131-1/+5
* [Linux/Windows] Set pressure to 1.0f when primary button is pressed and devic...bruvzg2020-05-031-0/+1
* Merge pull request #37756 from madmiraal/fix-x11-pressure-tiltRémi Verschelde2020-05-031-1/+3
|\
| * Fix X11 pressure and tilt values.Marcel Admiraal2020-04-101-1/+3
* | Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
|/
* Fix Clang warnings on WindowsRémi Verschelde2020-04-011-1/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-2/+2
* Add macOS DisplayServer implementation.bruvzg2020-03-261-0/+1
* Fixes to X11, still pretty brokenJuan Linietsky2020-03-261-0/+1
* Multiple changes to DisplayServerX11Mateo Kuruk Miccino2020-03-261-1/+1
* Implemented drag and drop across windows, both OS and embedded.Juan Linietsky2020-03-261-1/+8
* Popups have also been converted to windowsJuan Linietsky2020-03-261-0/+1
* Fixes to window style flagsJuan Linietsky2020-03-261-1/+1
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-2/+2
* Make DisplayServerX11 thread safeJuan Linietsky2020-03-261-0/+2
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+1
* Support for transient windowsJuan Linietsky2020-03-261-0/+5
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-1/+13
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-3/+3
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-0/+323