Age | Commit message (Expand) | Author |
2020-08-19 | Revert "Fixes for windows in X11 tiling WMs" | Juan Linietsky |
2020-08-13 | Remove obsolete GLES2 backend code | Rémi Verschelde |
2020-07-31 | Fix losing X11 window normal size hint properties | opl- |
2020-07-23 | DisplayServer: separate window showing into another function | Lorenzo Cerqua |
2020-07-21 | Fix spelling & grammar in comments, docs, and messages | Andy Maloney |
2020-07-13 | Add error messages if Vulkan init failed, prevent Vulkan context freeing unin... | bruvzg |
2020-07-04 | Merge pull request #40105 from Logharaa/master | Rémi Verschelde |
2020-07-04 | Break loop when the first focused window is found | Gaël |
2020-07-03 | Improve the situation of DND on X11 | Juan Linietsky |
2020-07-01 | Add a focus out timeout for X11 to less events of this type are received | Juan Linietsky |
2020-07-01 | Ensure embedded mode works again | Juan Linietsky |
2020-06-29 | X11: Ensure XGetWindowProperty data gets freed | Rémi Verschelde |
2020-06-13 | Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/... | bruvzg |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-05-03 | [Linux/Windows] Set pressure to 1.0f when primary button is pressed and devic... | bruvzg |
2020-05-03 | Merge pull request #37756 from madmiraal/fix-x11-pressure-tilt | Rémi Verschelde |
2020-04-29 | Merge pull request #37802 from ThakeeNathees/window-position-bug-osx-x11 | Rémi Verschelde |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-15 | Fixes leaks in ResourceCache, Vulkan and X11 | qarmin |
2020-04-11 | display server window position bug fix (#37323) | Thakee Nathees |
2020-04-10 | Fix X11 pressure and tilt values. | Marcel Admiraal |
2020-04-10 | Fix loss of precision in X11 device info. | Marcel Admiraal |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-04-01 | Fix out of bound array access caused by unassigned variable | Rafał Mikrut |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-26 | Add macOS DisplayServer implementation. | bruvzg |
2020-03-26 | Fixes to X11, still pretty broken | Juan Linietsky |
2020-03-26 | Multiple changes to DisplayServerX11 | Mateo Kuruk Miccino |
2020-03-26 | Implemented drag and drop across windows, both OS and embedded. | Juan Linietsky |
2020-03-26 | Popups have also been converted to windows | Juan Linietsky |
2020-03-26 | Fixes to window style flags | Juan Linietsky |
2020-03-26 | Open sub-windows as embedded if the OS does not support them | Juan Linietsky |
2020-03-26 | Make DisplayServerX11 thread safe | Juan Linietsky |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-03-26 | Support for transient windows | Juan Linietsky |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-26 | Added a Window node, and made it the scene root. | Juan Linietsky |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky |