summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/WindowServerConnection.h
AgeCommit message (Expand)Author
2021-07-18LibGUI+WindowServer: Expose WindowServer client id to the clientTimothy
2021-07-03WindowServer: Add API to change virtual desktop settingsTom
2021-06-20WindowServer: Add API to set/get screen layoutsTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-05-23Userland: Mark subclasses of IPC::{Client,Server}Connection finalAndreas Kling
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-23LibGUI: Handle fast_greet stuff in WindowServerConnection constructorAndreas Kling
2021-05-21LibGfx+WindowServer: Have WindowServer broadcast system font settingsAndreas Kling
2021-05-20WindowServer+LibGUI: Make client/server greeting fasterAndreas Kling
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17WindowServer+LibGUI: Notify GUI clients about menu item enter/leaveAndreas Kling
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack
2021-04-05WindowServer+LibGUI: Notify clients when menus become visible/hiddenAndreas Kling
2021-03-30WindowServer+Taskbar: Show applets in taskbar :^)Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling