summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/display_server_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure embedded mode works againJuan Linietsky2020-07-011-11/+31
* X11: Ensure XGetWindowProperty data gets freedRémi Verschelde2020-06-291-83/+28
* Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg2020-06-131-25/+94
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-49/+92
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+19
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-121/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-4/+8
* [Linux/Windows] Set pressure to 1.0f when primary button is pressed and devic...bruvzg2020-05-031-2/+9
* Merge pull request #37756 from madmiraal/fix-x11-pressure-tiltRémi Verschelde2020-05-031-33/+52
|\
| * Fix X11 pressure and tilt values.Marcel Admiraal2020-04-101-33/+52
* | Merge pull request #37802 from ThakeeNathees/window-position-bug-osx-x11Rémi Verschelde2020-04-291-2/+4
|\ \
| * | display server window position bug fix (#37323)Thakee Nathees2020-04-111-2/+4
* | | Rename InputFilter back to InputRémi Verschelde2020-04-281-16/+16
* | | Fixes leaks in ResourceCache, Vulkan and X11qarmin2020-04-151-1/+4
| |/ |/|
* | Fix loss of precision in X11 device info.Marcel Admiraal2020-04-101-4/+4
|/
* Replace NULL with nullptrlupoDharkael2020-04-021-42/+42
* Fix out of bound array access caused by unassigned variableRafał Mikrut2020-04-011-8/+9
* Renaming of servers for coherency.Juan Linietsky2020-03-271-3/+3
* Add macOS DisplayServer implementation.bruvzg2020-03-261-0/+18