summaryrefslogtreecommitdiff
path: root/platform/linuxbsd
AgeCommit message (Expand)Author
2021-02-03SCons: Add `production=yes` option to use production defaultsRémi Verschelde
2021-02-01Merge pull request #45630 from akien-mga/linux-enable-udevRémi Verschelde
2021-02-01Linux: Build with use_static_cpp=yes by default for x86_64Rémi Verschelde
2021-02-01Linux: Enable udev support by defaultRémi Verschelde
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-27Go through all event devices, not just event[0-32]Jari Ronkainen
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44593 from madmiraal/rename-mainloop-methodsRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-22Rename MainLoop methods to match Node methodsMarcel Admiraal
2020-12-17Add override keywords to core/os.h derived classes.Marcel Admiraal
2020-12-16SCons: Add only selected platform's opts to envRémi Verschelde
2020-12-16Fix named anonymous struct warningMarcel Admiraal
2020-12-08Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde
2020-12-07Merge pull request #44021 from dakennedyd/personalRémi Verschelde
2020-12-07Fixes move_to_trash() on LinuxDavid Kennedy
2020-12-04RenderingServer reorganizationreduz
2020-12-03Reorganize rendering server.reduz
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-12-02X11: Include limits.h for LONG_MAXRémi Verschelde
2020-11-28Merge pull request #41100 from bruvzg/ctl_text_server_interfaceRémi Verschelde
2020-11-27Implement INCR mechanism for Linux clipboardPouleyKetchoupp
2020-11-26[Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...bruvzg
2020-11-26Merge pull request #42652 from nekomatata/x11-clipboard-save-targetsRémi Verschelde
2020-11-25SCons: Do not define TYPED_METHOD_BIND on Linux/clangRémi Verschelde
2020-11-19SCons: Remove unnecessary $LINK overridesRémi Verschelde
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-16Merge pull request #43461 from ccl2of4/fix-linux-joypad-dpad-zeroingRé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-11Fix for linux joypad D-pad zeroingConnor Lirot
2020-11-09Remove `debug_symbols=full` in favor of `debug_symbols=yes`Hugo Locurcio
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-26Changed shell_open behaviourEv1lbl0w
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-18Linux/BSD: Fix support for NetBSDRémi Verschelde
2020-09-17Add window click-through support.bruvzg
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.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