summaryrefslogtreecommitdiff
path: root/platform/linuxbsd/x11
AgeCommit message (Collapse)Author
2022-11-03Merge pull request #67695 from Sauermann/fix-filedrop-spaceRĂ©mi Verschelde
Do not strip spaces at the end of file names of dropped files
2022-11-03Do not strip spaces at the end of file names of dropped files on linuxbsdMarkus Sauermann
2022-11-03Fix unwanted popup closing by mouse-move while holding mouse-buttonMarkus Sauermann
2022-11-02linuxbsd: move all X11 stuff in its own directoryRiteo
This allows implementing `DisplayServer`s like Wayland without making a mess in the source tree.