1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 01:20:59 +00:00
serenity/WindowServer
Andreas Kling 3eb6c22a22 WindowServer: Make the menubar clock work again in the post-kernel world.
This is actually so much better. Grabbing directly at the RTC was silly. :^)
2019-02-17 01:05:53 +01:00
..
.gitignore Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
main.cpp Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
Makefile Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
WSAPITypes.h Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
WSClientConnection.cpp Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
WSClientConnection.h Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
WSMenu.cpp WindowServer: Rename GUI_Foo to WSAPI_Foo. 2019-02-15 09:17:18 +01:00
WSMenu.h WindowServer: Make WSMenu use WSClientConnection::post_message(). 2019-02-14 10:45:27 +01:00
WSMenuBar.cpp WindowServer: Make MenuBar unaware of Process. 2019-02-14 10:49:59 +01:00
WSMenuBar.h WindowServer: Make MenuBar unaware of Process. 2019-02-14 10:49:59 +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 Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
WSMessageLoop.cpp Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
WSMessageLoop.h Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
WSMessageReceiver.cpp Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
WSMessageReceiver.h WindowServer: More event -> message renaming. 2019-01-26 05:35:45 +01:00
WSScreen.cpp Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
WSScreen.h Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
WSWindow.cpp Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
WSWindow.h WindowServer: Get rid of the WSWindow lock now that accesses are serial. 2019-02-14 10:35:56 +01:00
WSWindowManager.cpp WindowServer: Make the menubar clock work again in the post-kernel world. 2019-02-17 01:05:53 +01:00
WSWindowManager.h Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
WSWindowType.h WindowServer: Add a WSWindowType enum. 2019-02-12 11:53:45 +01:00