| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Fixes for windows in X11 tiling WMs" | Juan Linietsky | 2020-08-19 | 2 | -11/+2 |
| * | Port ClassDB tests to use doctest | Andrii Doroshenko (Xrayez) | 2020-08-16 | 2 | -2/+4 |
| * | Remove obsolete GLES2 backend code | Rémi Verschelde | 2020-08-13 | 2 | -6/+0 |
| * | Fix losing X11 window normal size hint properties | opl- | 2020-07-31 | 2 | -154/+61 |
| * | Merge pull request #40591 from madmiraal/fix-24526 | Rémi Verschelde | 2020-07-31 | 1 | -9/+2 |
| |\ |
|
| | * | Update Linux gamepad detection to match SDL. | Marcel Admiraal | 2020-07-22 | 1 | -9/+2 |
| * | | Merge pull request #38727 from Riteo/tiling-wm-issues-tests | Rémi Verschelde | 2020-07-26 | 2 | -2/+11 |
| |\ \ |
|
| | * | | DisplayServer: separate window showing into another function | Lorenzo Cerqua | 2020-07-23 | 2 | -2/+11 |
| | |/ |
|
| * | | t Add unit testing to Godot using DocTest and added to GitHub Actions CI | RevoluPowered | 2020-07-24 | 1 | -0/+3 |
| * | | SCons: Remove unused DEBUG_MEMORY_ENABLED define | Rémi Verschelde | 2020-07-23 | 1 | -1/+1 |
| |/ |
|
| * | Fix spelling & grammar in comments, docs, and messages | Andy Maloney | 2020-07-21 | 1 | -2/+2 |
| * | Add error messages if Vulkan init failed, prevent Vulkan context freeing unin... | bruvzg | 2020-07-13 | 1 | -1/+7 |
| * | Merge pull request #40105 from Logharaa/master | Rémi Verschelde | 2020-07-04 | 1 | -0/+1 |
| |\ |
|
| | * | Break loop when the first focused window is found | Gaël | 2020-07-04 | 1 | -0/+1 |
| * | | Improve the situation of DND on X11 | Juan Linietsky | 2020-07-03 | 1 | -1/+20 |
| |/ |
|
| * | Add a focus out timeout for X11 to less events of this type are received | Juan Linietsky | 2020-07-01 | 2 | -4/+11 |
| * | Ensure embedded mode works again | Juan Linietsky | 2020-07-01 | 2 | -14/+37 |
| * | X11: Ensure XGetWindowProperty data gets freed | Rémi Verschelde | 2020-06-29 | 3 | -92/+34 |
| * | Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/... | bruvzg | 2020-06-13 | 2 | -26/+99 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 6 | -86/+162 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 2 | -0/+20 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 12 | -206/+0 |
| * | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -1/+1 |
| * | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde | 2020-05-10 | 3 | -6/+12 |
| * | [Linux/Windows] Set pressure to 1.0f when primary button is pressed and devic... | bruvzg | 2020-05-03 | 2 | -2/+10 |
| * | Merge pull request #37756 from madmiraal/fix-x11-pressure-tilt | Rémi Verschelde | 2020-05-03 | 2 | -34/+55 |
| |\ |
|
| | * | Fix X11 pressure and tilt values. | Marcel Admiraal | 2020-04-10 | 2 | -34/+55 |
| * | | Merge pull request #37802 from ThakeeNathees/window-position-bug-osx-x11 | Rémi Verschelde | 2020-04-29 | 1 | -2/+4 |
| |\ \ |
|
| | * | | display server window position bug fix (#37323) | Thakee Nathees | 2020-04-11 | 1 | -2/+4 |
| * | | | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 6 | -35/+35 |
| * | | | Update to bullet master (2.90) | PouleyKetchoupp | 2020-04-27 | 1 | -3/+5 |
| * | | | Fixes leaks in ResourceCache, Vulkan and X11 | qarmin | 2020-04-15 | 1 | -1/+4 |
| | |/
|/| |
|
| * | | Fix loss of precision in X11 device info. | Marcel Admiraal | 2020-04-10 | 1 | -4/+4 |
| |/ |
|
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 7 | -70/+70 |
| * | Merge pull request #37504 from qarmin/out_of_bound_cursor | Rémi Verschelde | 2020-04-02 | 1 | -8/+9 |
| |\ |
|
| | * | Fix out of bound array access caused by unassigned variable | Rafał Mikrut | 2020-04-01 | 1 | -8/+9 |
| * | | Fix Clang warnings on Windows | Rémi Verschelde | 2020-04-01 | 1 | -1/+0 |
| * | | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 3 | -192/+200 |
| |/ |
|
| * | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 3 | -7/+7 |
| * | Add macOS DisplayServer implementation. | bruvzg | 2020-03-26 | 2 | -0/+19 |
| * | Fixes to X11, still pretty broken | Juan Linietsky | 2020-03-26 | 2 | -27/+111 |
| * | Multiple changes to DisplayServerX11 | Mateo Kuruk Miccino | 2020-03-26 | 2 | -43/+131 |
| * | Implemented drag and drop across windows, both OS and embedded. | Juan Linietsky | 2020-03-26 | 2 | -1/+28 |
| * | Popups have also been converted to windows | Juan Linietsky | 2020-03-26 | 2 | -4/+10 |
| * | Fixes to window style flags | Juan Linietsky | 2020-03-26 | 2 | -4/+4 |
| * | Open sub-windows as embedded if the OS does not support them | Juan Linietsky | 2020-03-26 | 2 | -8/+8 |
| * | Make DisplayServerX11 thread safe | Juan Linietsky | 2020-03-26 | 2 | -3/+127 |
| * | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 2 | -16/+50 |
| * | Support for transient windows | Juan Linietsky | 2020-03-26 | 2 | -0/+48 |
| * | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 6 | -43/+131 |