1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00
serenity/WindowServer
2019-02-13 09:38:32 +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
WSMenu.cpp Plumb menu item activation events from WindowServer to clients. 2019-02-12 10:08:35 +01:00
WSMenu.h WindowServer: Don't crash when trying to open an empty menu. 2019-02-12 14:28:39 +01:00
WSMenuBar.cpp WindowServer: Clean up any menu objects on process exit. 2019-02-12 10:41:09 +01:00
WSMenuBar.h WindowServer: Clean up any menu objects on process exit. 2019-02-12 10:41:09 +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 Add a simple close button ("X") to windows. 2019-02-05 10:31:37 +01:00
WSMessageLoop.cpp WindowServer: Forgot to actually set 'had_any_timer' after we had any timer. 2019-02-13 09:38:32 +01:00
WSMessageLoop.h WindowServer: Put a clock in the top right corner of the screen. 2019-02-13 09:27:08 +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 Fix some compilation warnings. 2019-02-12 12:11:22 +01:00
WSWindow.h WindowServer: Switch menubar based on the currently active window. 2019-02-13 00:19:21 +01:00
WSWindowManager.cpp WindowServer: Put a clock in the top right corner of the screen. 2019-02-13 09:27:08 +01:00
WSWindowManager.h WindowServer: Put a clock in the top right corner of the screen. 2019-02-13 09:27:08 +01:00
WSWindowType.h WindowServer: Add a WSWindowType enum. 2019-02-12 11:53:45 +01:00