summaryrefslogtreecommitdiff
path: root/WindowServer/WSMessageLoop.h
AgeCommit message (Expand)Author
2019-02-26WindowServer: Make message receivers be weak pointers.Andreas Kling
2019-02-17WindowServer: Get rid of unnecessary messaging indirection.Andreas Kling
2019-02-17Move WindowServer to userspace.Andreas Kling
2019-02-15WindowServer: Slurp all available client messages when checking them.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: Convert entire API to be message-based.Andreas Kling
2019-02-13Rename GUI_Event to GUI_ServerMessage.Andreas Kling
2019-02-13WindowServer: Begin refactoring towards a fully asynchronous protocol.Andreas Kling
2019-02-13WindowServer: Put a clock in the top right corner of the screen.Andreas Kling
2019-02-11WindowServer: Remove "unsafe" flag in WSMessageLoop::post_event().Andreas Kling
2019-02-08WindowServer: Set the WSMessageLoop::server_process() as early as possible.Andreas Kling
2019-02-06Bootloader: Locate the kernel's data segment and clear it.Andreas Kling
2019-01-30Destroy all remaining windows in a process when it dies.Andreas Kling
2019-01-26WindowServer: More event -> message renaming.Andreas Kling
2019-01-26WindowServer: Rename WSEvent to WSMessage.Andreas Kling