summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/display_server_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-49/+92
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+19
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-121/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-4/+8
* [Linux/Windows] Set pressure to 1.0f when primary button is pressed and devic...bruvzg2020-05-031-2/+9
* Merge pull request #37756 from madmiraal/fix-x11-pressure-tiltRémi Verschelde2020-05-031-33/+52
|\
| * Fix X11 pressure and tilt values.Marcel Admiraal2020-04-101-33/+52
* | 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-281-16/+16
* | | 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-021-42/+42
* Fix out of bound array access caused by unassigned variableRafał Mikrut2020-04-011-8/+9
* Renaming of servers for coherency.Juan Linietsky2020-03-271-3/+3
* Add macOS DisplayServer implementation.bruvzg2020-03-261-0/+18
* Fixes to X11, still pretty brokenJuan Linietsky2020-03-261-27/+110
* Multiple changes to DisplayServerX11Mateo Kuruk Miccino2020-03-261-42/+130
* Implemented drag and drop across windows, both OS and embedded.Juan Linietsky2020-03-261-0/+20
* Popups have also been converted to windowsJuan Linietsky2020-03-261-4/+9
* Fixes to window style flagsJuan Linietsky2020-03-261-3/+3
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-6/+6
* Make DisplayServerX11 thread safeJuan Linietsky2020-03-261-3/+125
* Working multiple window support, including editorJuan Linietsky2020-03-261-15/+49
* Support for transient windowsJuan Linietsky2020-03-261-0/+43
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-24/+100
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-7/+23
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-0/+3347