summaryrefslogtreecommitdiff
path: root/WindowServer/WSClientConnection.h
AgeCommit message (Expand)Author
2019-02-20Rework the rendering model so that clients instantiate backing stores.Andreas Kling
2019-02-19WindowServer: Support windows with alpha channels. And per-WSWindow opacity.Andreas Kling
2019-02-17Move WindowServer to userspace.Andreas Kling
2019-02-16WindowServer: Prune more kernel-related gunk.Andreas Kling
2019-02-16Kernel: Add a simple shared memory API for two processes only.Andreas Kling
2019-02-15WindowServer: Rename GUI_Foo to WSAPI_Foo.Andreas Kling
2019-02-14Port the WindowServer and LibGUI to communicate through local sockets.Andreas Kling
2019-02-14WindowServer: Add WSClientConnection::create_bitmap().Andreas Kling
2019-02-14WindowServer: Add WSClientConnection::post_message().Andreas Kling
2019-02-14WindowServer: Post error messages to clients on protocol failure.Andreas Kling
2019-02-14WindowServer: Refactor WSClientConnection to have one function per request.Andreas Kling
2019-02-14WindowServer: Add WSClientConnection class to manage an individual client.Andreas Kling