index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
WindowManagerServerConnection.h
Age
Commit message (
Expand
)
Author
2022-02-03
WindowServer+Keymap+LibGUI: Add widget to display current keymap
Timur Sultanov
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
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