summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-1/+1
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-103-6/+12
* [Linux/Windows] Set pressure to 1.0f when primary button is pressed and devic...bruvzg2020-05-032-2/+10
* Merge pull request #37756 from madmiraal/fix-x11-pressure-tiltRémi Verschelde2020-05-032-34/+55
|\
| * Fix X11 pressure and tilt values.Marcel Admiraal2020-04-102-34/+55
* | 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-286-35/+35
* | | Update to bullet master (2.90)PouleyKetchoupp2020-04-271-3/+5
* | | 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-027-70/+70
* Merge pull request #37504 from qarmin/out_of_bound_cursorRémi Verschelde2020-04-021-8/+9
|\
| * Fix out of bound array access caused by unassigned variableRafał Mikrut2020-04-011-8/+9
* | Fix Clang warnings on WindowsRémi Verschelde2020-04-011-1/+0
* | SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-303-192/+200
|/
* Renaming of servers for coherency.Juan Linietsky2020-03-273-7/+7
* Add macOS DisplayServer implementation.bruvzg2020-03-262-0/+19
* Fixes to X11, still pretty brokenJuan Linietsky2020-03-262-27/+111
* Multiple changes to DisplayServerX11Mateo Kuruk Miccino2020-03-262-43/+131
* Implemented drag and drop across windows, both OS and embedded.Juan Linietsky2020-03-262-1/+28
* Popups have also been converted to windowsJuan Linietsky2020-03-262-4/+10
* Fixes to window style flagsJuan Linietsky2020-03-262-4/+4
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-262-8/+8
* Make DisplayServerX11 thread safeJuan Linietsky2020-03-262-3/+127
* Working multiple window support, including editorJuan Linietsky2020-03-262-16/+50
* Support for transient windowsJuan Linietsky2020-03-262-0/+48
* Refactored input, goes all via windows now.Juan Linietsky2020-03-266-43/+131