summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/WMClientConnection.cpp
AgeCommit message (Expand)Author
2021-07-04WindowServer: Toggling desktop should only toggle current desktopTom
2021-07-04WindowServer: Add show desktop toggle IPC callForLoveOfCats
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack