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
/
Services
/
WindowServer
/
WindowClient.ipc
Age
Commit message (
Expand
)
Author
2021-09-08
LibGUI+WindowServer: Introduce new mouse tracking mechanism
Ben Wiederhake
2021-08-31
WindowServer: Add message to notify clients of applet area resize
Joe Bentley
2021-07-18
LibGUI+WindowServer: Expose WindowServer client id to the client
Timothy
2021-07-03
WindowServer: Add API to change virtual desktop settings
Tom
2021-07-03
Everywhere: Use IPC include syntax
Timothy
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-05-21
LibGfx+WindowServer: Have WindowServer broadcast system font settings
Andreas Kling
2021-05-20
WindowServer+LibGUI: Make client/server greeting faster
Andreas Kling
2021-05-03
Userland: Use snake case names in .ipc files
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-04-25
IPCCompiler: Remove hardcoded endpoint magic, attempt deux
sin-ack
2021-04-25
Revert "IPCCompiler: Use string hashes for IPC endpoint magic"
Andreas Kling
2021-04-25
IPCCompiler: Use string hashes for IPC endpoint magic
sin-ack
2021-04-17
WindowServer: Make MenuItemActivated IPC message pass identifier as u32
Andreas Kling
2021-04-17
WindowServer+LibGUI: Notify GUI clients about menu item enter/leave
Andreas Kling
2021-04-17
LibGUI+WindowServer: Separate window manager IPC from regular IPC
sin-ack
2021-04-05
WindowServer+LibGUI: Notify clients when menus become visible/hidden
Andreas Kling
2021-03-30
WindowServer+Taskbar: Show applets in taskbar :^)
Andreas Kling
2021-01-16
WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer
Andreas Kling
2021-01-15
WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmap
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling