summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Expand)AuthorAgeFilesLines
* Reorganize rendering server.reduz2020-12-031-1/+1
* X11: Include limits.h for LONG_MAXRémi Verschelde2020-12-021-0/+1
* Merge pull request #41100 from bruvzg/ctl_text_server_interfaceRémi Verschelde2020-11-281-1/+18
|\
| * [Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...bruvzg2020-11-261-1/+18
* | Implement INCR mechanism for Linux clipboardPouleyKetchoupp2020-11-272-25/+105
|/
* Merge pull request #42652 from nekomatata/x11-clipboard-save-targetsRémi Verschelde2020-11-262-50/+177
|\
| * Implement SAVE_TARGETS mechanism for Linux clipboardPouleyKetchoupp2020-10-092-50/+177
* | SCons: Do not define TYPED_METHOD_BIND on Linux/clangRémi Verschelde2020-11-251-1/+0
* | SCons: Remove unnecessary $LINK overridesRémi Verschelde2020-11-191-1/+0
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-3/+0
* | Merge pull request #43461 from ccl2of4/fix-linux-joypad-dpad-zeroingRémi Verschelde2020-11-161-4/+4
|\ \
| * | Fix for linux joypad D-pad zeroingConnor Lirot2020-11-111-4/+4
* | | 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
|/ /
* | Remove `debug_symbols=full` in favor of `debug_symbols=yes`Hugo Locurcio2020-11-092-6/+2
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-074-6/+6
* | Changed shell_open behaviourEv1lbl0w2020-10-261-6/+27
|/
* 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-252-65/+80
* Fix general keyboard input lag on X11 display serverPouleyKetchoupp2020-09-242-61/+165
* X11: Try to load libXrandr.so.3 if libXrandr.so.2 isn't foundRémi Verschelde2020-09-181-1/+6
* Linux/BSD: Fix support for NetBSDRémi Verschelde2020-09-181-2/+10
* Add window click-through support.bruvzg2020-09-173-0/+41
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-2/+2
* Fix drag and drop between windows in X11 display serverPouleyKetchoupp2020-09-032-15/+86
* Fix menu popups delay and focus in X11 display serverPouleyKetchoupp2020-08-262-80/+162
* Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp2020-08-222-2/+11
* Revert "Fixes for windows in X11 tiling WMs"Juan Linietsky2020-08-192-11/+2
* Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)2020-08-162-2/+4
* Remove obsolete GLES2 backend codeRémi Verschelde2020-08-132-6/+0
* Fix losing X11 window normal size hint propertiesopl-2020-07-312-154/+61
* Merge pull request #40591 from madmiraal/fix-24526Rémi Verschelde2020-07-311-9/+2
|\
| * Update Linux gamepad detection to match SDL.Marcel Admiraal2020-07-221-9/+2
* | Merge pull request #38727 from Riteo/tiling-wm-issues-testsRémi Verschelde2020-07-262-2/+11
|\ \
| * | DisplayServer: separate window showing into another functionLorenzo Cerqua2020-07-232-2/+11
| |/
* | t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered2020-07-241-0/+3
* | SCons: Remove unused DEBUG_MEMORY_ENABLED defineRémi Verschelde2020-07-231-1/+1
|/
* 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-012-4/+11
* Ensure embedded mode works againJuan Linietsky2020-07-012-14/+37
* X11: Ensure XGetWindowProperty data gets freedRémi Verschelde2020-06-293-92/+34
* Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg2020-06-132-26/+99
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-146-86/+162
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-142-0/+20
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1412-206/+0