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.cpp
Age
Commit message (
Expand
)
Author
2019-03-20
Move WindowServer into Servers.
Andreas Kling
2019-03-19
WindowServer: Add special treatment for modal windows.
Andreas Kling
2019-03-18
WindowServer: Cache the last two backing stores to make flipping faster.
Andreas Kling
2019-03-17
Add client-side double buffering of window backing stores.
Andreas Kling
2019-03-08
Seal clipboard buffers after copying data into them.
Andreas Kling
2019-03-08
WindowServer+LibGUI: Add a server-side clipboard.
Andreas Kling
2019-03-08
Add a C++ helper class for working with shared buffers.
Andreas Kling
2019-03-02
LibGUI+WindowServer: Add app-global keyboard shortcuts.
Andreas Kling
2019-02-26
WindowServer+LibGUI: Send the window size along with Paint server messages.
Andreas Kling
2019-02-26
WindowServer: Make message receivers be weak pointers.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-21
WindowServer: Oops, forgot to plumb through the base size for incresize.
Andreas Kling
2019-02-21
Add concept of size increments to windowing system.
Andreas Kling
2019-02-20
Rework the rendering model so that clients instantiate backing stores.
Andreas Kling
2019-02-20
WindowServer: Don't spam clients with resize events.
Andreas Kling
2019-02-19
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
Andreas Kling
2019-02-17
WindowServer: Close accepted sockets when the client has disconnected.
Andreas Kling
2019-02-17
WindowServer: Let menu objects reference the WSClientConnection by pointer.
Andreas Kling
2019-02-17
WindowServer: Get rid of unnecessary messaging indirection.
Andreas Kling
2019-02-17
WindowServer: WSWindow can have a pointer to the client rather than an ID.
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-15
Move WindowServer API types header into WindowServer/.
Andreas Kling
2019-02-14
Port the WindowServer and LibGUI to communicate through local sockets.
Andreas Kling
2019-02-14
WindowServer: Make MenuBar unaware of Process.
Andreas Kling
2019-02-14
WindowServer: Make WSMenu use WSClientConnection::post_message().
Andreas Kling
2019-02-14
WindowServer: Post error if trying to destroy non-existent menubar.
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