Age | Commit message (Expand) | Author |
---|---|---|
2021-11-13 | Everywhere: Replace "virtual desktop" => "workspace" | Andreas Kling |
2021-11-02 | Libraries: Fix visibility of Object-derivative constructors | Ben Wiederhake |
2021-07-03 | WindowServer: Add API to change virtual desktop settings | Tom |
2021-06-28 | LibGUI+WindowServer: Add new WMEvent Super+Space | Spencer Dixon |
2021-06-20 | WindowServer: Add API to set/get screen layouts | Tom |
2021-05-23 | Userland: Mark subclasses of IPC::{Client,Server}Connection final | Andreas Kling |
2021-05-23 | LibIPC: Remove unnecessary IPC::ServerConnection::handshake() | Andreas Kling |
2021-05-03 | Userland: Change IPC funcs to use plain arguments instead of a struct | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-19 | LibGUI+WindowServer: Add WM_SuperKeyPressed event | Conor Byrne |
2021-04-17 | LibGUI+WindowServer: Separate window manager IPC from regular IPC | sin-ack |