summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-264-14/+30
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-2626-0/+8473