index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
WindowServer
/
WSClientConnection.h
Age
Commit message (
Expand
)
Author
2019-02-20
Rework the rendering model so that clients instantiate backing stores.
Andreas Kling
2019-02-19
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
Andreas Kling
2019-02-17
Move WindowServer to userspace.
Andreas Kling
2019-02-16
WindowServer: Prune more kernel-related gunk.
Andreas Kling
2019-02-16
Kernel: Add a simple shared memory API for two processes only.
Andreas Kling
2019-02-15
WindowServer: Rename GUI_Foo to WSAPI_Foo.
Andreas Kling
2019-02-14
Port the WindowServer and LibGUI to communicate through local sockets.
Andreas Kling
2019-02-14
WindowServer: Add WSClientConnection::create_bitmap().
Andreas Kling
2019-02-14
WindowServer: Add WSClientConnection::post_message().
Andreas Kling
2019-02-14
WindowServer: Post error messages to clients on protocol failure.
Andreas Kling
2019-02-14
WindowServer: Refactor WSClientConnection to have one function per request.
Andreas Kling
2019-02-14
WindowServer: Add WSClientConnection class to manage an individual client.
Andreas Kling