summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/display_server_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-061-8/+24
* Add "Keep screen on" feature to `DisplayServerX11`Niklas Higi2021-06-201-0/+32
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-12/+10
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-7/+7
* Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-031-4/+4
* Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde2021-05-171-11/+11
|\
| * Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-11/+11
* | Remove debugging prints in the Linux DisplayServerHugo Locurcio2021-05-081-3/+0
|/
* Rename `doubleclick` to `double_click`Aaron Franke2021-05-041-2/+2
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-4/+4
* Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-2/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-1/+1
* Linux: Fix PRIME detection on SteamRémi Verschelde2021-03-081-1/+4
* Fix out of bounds array access on DisplayServerX11 codePedro Rodrigues2021-02-281-9/+11
* Modernize atomicsPedro J. Estébanez2021-02-181-2/+2
* Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde2021-01-311-4/+2
|\
| * Modernize ThreadPedro J. Estébanez2021-01-291-4/+2
* | Unify URI encoding/decoding and add to C#Aaron Franke2021-01-281-1/+1
|/
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Fix named anonymous struct warningMarcel Admiraal2020-12-161-0/+9
* RenderingServer reorganizationreduz2020-12-041-2/+2
* Reorganize rendering server.reduz2020-12-031-1/+1
* X11: Include limits.h for LONG_MAXRémi Verschelde2020-12-021-0/+1
* Implement INCR mechanism for Linux clipboardPouleyKetchoupp2020-11-271-25/+104
* Merge pull request #42652 from nekomatata/x11-clipboard-save-targetsRémi Verschelde2020-11-261-49/+171
|\
| * Implement SAVE_TARGETS mechanism for Linux clipboardPouleyKetchoupp2020-10-091-49/+171
* | Add XChangeProperty Atoms validity checks.bruvzg2020-11-151-12/+33
* | Fixes crash if Vulkan presentation surface is not available.bruvzg2020-11-141-0/+4
* | Add X11 Atom validity checks.bruvzg2020-11-121-15/+24
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
|/
* Fix x11 display server crash when deleting popup window when unfocusedPouleyKetchoupp2020-10-081-16/+21
* Fix delay to process clipboard content from Godot in other programsPouleyKetchoupp2020-09-251-65/+79
* Fix general keyboard input lag on X11 display serverPouleyKetchoupp2020-09-241-60/+150
* X11: Try to load libXrandr.so.3 if libXrandr.so.2 isn't foundRémi Verschelde2020-09-181-1/+6
* Add window click-through support.bruvzg2020-09-171-0/+33
* Fix drag and drop between windows in X11 display serverPouleyKetchoupp2020-09-031-15/+84
* Fix menu popups delay and focus in X11 display serverPouleyKetchoupp2020-08-261-80/+159
* Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp2020-08-221-2/+10
* Revert "Fixes for windows in X11 tiling WMs"Juan Linietsky2020-08-191-10/+2
* Remove obsolete GLES2 backend codeRémi Verschelde2020-08-131-4/+0
* Fix losing X11 window normal size hint propertiesopl-2020-07-311-154/+60
* DisplayServer: separate window showing into another functionLorenzo Cerqua2020-07-231-2/+10
* Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-2/+2
* Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...bruvzg2020-07-131-1/+7
* Merge pull request #40105 from Logharaa/masterRémi Verschelde2020-07-041-0/+1
|\
| * Break loop when the first focused window is foundGaël2020-07-041-0/+1
* | Improve the situation of DND on X11Juan Linietsky2020-07-031-1/+20
|/
* Add a focus out timeout for X11 to less events of this type are receivedJuan Linietsky2020-07-011-4/+10