summaryrefslogtreecommitdiff
path: root/platform/linuxbsd/display_server_x11.cpp
AgeCommit message (Expand)Author
2021-07-06Restructure and reimplement vsync optionsHendrik Brucker
2021-06-20Add "Keep screen on" feature to `DisplayServerX11`Niklas Higi
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-03Add MOUSE_MODE_CONFINED_HIDDENAaron Franke
2021-05-17Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde
2021-05-08Remove debugging prints in the Linux DisplayServerHugo Locurcio
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-04-05Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-08Linux: Fix PRIME detection on SteamRémi Verschelde
2021-02-28Fix out of bounds array access on DisplayServerX11 codePedro Rodrigues
2021-02-18Modernize atomicsPedro J. Estébanez
2021-01-31Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-28Unify URI encoding/decoding and add to C#Aaron Franke
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-16Fix named anonymous struct warningMarcel Admiraal
2020-12-04RenderingServer reorganizationreduz
2020-12-03Reorganize rendering server.reduz
2020-12-02X11: Include limits.h for LONG_MAXRémi Verschelde
2020-11-27Implement INCR mechanism for Linux clipboardPouleyKetchoupp
2020-11-26Merge pull request #42652 from nekomatata/x11-clipboard-save-targetsRémi Verschelde
2020-11-15Add XChangeProperty Atoms validity checks.bruvzg
2020-11-14Fixes crash if Vulkan presentation surface is not available.bruvzg
2020-11-12Add X11 Atom validity checks.bruvzg
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-09Implement SAVE_TARGETS mechanism for Linux clipboardPouleyKetchoupp
2020-10-08Fix x11 display server crash when deleting popup window when unfocusedPouleyKetchoupp
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-18X11: Try to load libXrandr.so.3 if libXrandr.so.2 isn't foundRémi Verschelde
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-08-13Remove obsolete GLES2 backend codeRémi Verschelde
2020-07-31Fix losing X11 window normal size hint propertiesopl-
2020-07-23DisplayServer: separate window showing into another functionLorenzo Cerqua
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy Maloney
2020-07-13Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...bruvzg
2020-07-04Merge pull request #40105 from Logharaa/masterRémi Verschelde
2020-07-04Break loop when the first focused window is foundGaël
2020-07-03Improve the situation of DND on X11Juan Linietsky
2020-07-01Add a focus out timeout for X11 to less events of this type are receivedJuan Linietsky