ladybird/WindowServer
Andreas Kling 5d30c6b00c WindowServer: Add WSClientConnection::create_bitmap().
There we go. Now WSWindow doesn't know about Process at all.
2019-02-14 10:29:17 +01:00
..
.gitignore Add basic automatic dependency management to Makefiles. 2019-02-02 04:41:59 +01:00
main.cpp WindowServer: Set the WSMessageLoop::server_process() as early as possible. 2019-02-08 09:47:57 +01:00
WSClientConnection.cpp WindowServer: Add WSClientConnection::create_bitmap(). 2019-02-14 10:29:17 +01:00
WSClientConnection.h WindowServer: Add WSClientConnection::create_bitmap(). 2019-02-14 10:29:17 +01:00
WSMenu.cpp Rename GUI_Event to GUI_ServerMessage. 2019-02-13 17:59:38 +01:00
WSMenu.h WindowServer: Add WSClientConnection class to manage an individual client. 2019-02-14 08:22:47 +01:00
WSMenuBar.cpp WindowServer: Clean up any menu objects on process exit. 2019-02-12 10:41:09 +01:00
WSMenuBar.h WindowServer: Add WSClientConnection class to manage an individual client. 2019-02-14 08:22:47 +01:00
WSMenuItem.cpp WindowServer: Give menu items an identifier field and add a simple callback. 2019-02-11 10:55:02 +01:00
WSMenuItem.h WindowServer: Give menu items an identifier field and add a simple callback. 2019-02-11 10:55:02 +01:00
WSMessage.h WindowServer: Refactor WSClientConnection to have one function per request. 2019-02-14 08:43:29 +01:00
WSMessageLoop.cpp WindowServer: Refactor WSClientConnection to have one function per request. 2019-02-14 08:43:29 +01:00
WSMessageLoop.h WindowServer: Convert entire API to be message-based. 2019-02-14 01:21:32 +01:00
WSMessageReceiver.cpp WindowServer: Rename WSEvent to WSMessage. 2019-01-26 05:28:02 +01:00
WSMessageReceiver.h WindowServer: More event -> message renaming. 2019-01-26 05:35:45 +01:00
WSScreen.cpp WindowServer: Coordinate double-buffering with the BochsVGA card. 2019-02-07 08:56:26 +01:00
WSScreen.h Bootloader: Locate the kernel's data segment and clear it. 2019-02-06 16:02:10 +01:00
WSWindow.cpp WindowServer: Add WSClientConnection::create_bitmap(). 2019-02-14 10:29:17 +01:00
WSWindow.h WindowServer: Add WSClientConnection class to manage an individual client. 2019-02-14 08:22:47 +01:00
WSWindowManager.cpp WindowServer: Add WSClientConnection class to manage an individual client. 2019-02-14 08:22:47 +01:00
WSWindowManager.h WindowServer: Add WSClientConnection class to manage an individual client. 2019-02-14 08:22:47 +01:00
WSWindowType.h WindowServer: Add a WSWindowType enum. 2019-02-12 11:53:45 +01:00