serenity/Servers/WindowServer
Andreas Kling de184d0999 WindowServer: Port WindowServer to LibCore.
This was pretty straightforward thanks to the work I did separating out
LibCore from LibGUI already. :^)

- WSMessageLoop now inherits from CEventLoop.
- WSMessage now inherits from CEvent.
- WSMessageReceiver goes away.

Now there is only one event loop in Serenity. Very nice!
2019-04-14 05:15:22 +02:00
..
.gitignore Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
main.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
Makefile WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSAPITypes.h LibGUI+WindowServer: Add a way to dismiss opened menus from the client. 2019-04-14 01:53:19 +02:00
WSButton.cpp WindowServer: Remove some debug spam. 2019-04-06 13:45:42 +02:00
WSButton.h WindowServer: Make WSButton a Weakable and stop rawly pointing to it. 2019-04-06 21:17:02 +02:00
WSClientConnection.cpp WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSClientConnection.h WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSClipboard.cpp WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSClipboard.h WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSCPUMonitor.cpp WindowServer: Move the CPU monitor thingy to its own class. 2019-04-14 04:33:43 +02:00
WSCPUMonitor.h WindowServer: Move the CPU monitor thingy to its own class. 2019-04-14 04:33:43 +02:00
WSCursor.cpp LibGUI: Switch to a resizing cursor when hovering or using a GSplitter. 2019-04-02 02:34:09 +02:00
WSCursor.h LibGUI: Switch to a resizing cursor when hovering or using a GSplitter. 2019-04-02 02:34:09 +02:00
WSMenu.cpp WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSMenu.h WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSMenuBar.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMenuBar.h WindowServer: Make menu windows inherently modal. 2019-04-14 02:16:49 +02:00
WSMenuItem.cpp LibGUI+WindowServer: Add support for enabled/disabled actions. 2019-04-12 02:53:27 +02:00
WSMenuItem.h LibGUI+WindowServer: Add support for enabled/disabled actions. 2019-04-12 02:53:27 +02:00
WSMessage.h WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSMessageLoop.cpp WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSMessageLoop.h WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSScreen.cpp WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSScreen.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSWindow.cpp WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSWindow.h WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSWindowFrame.cpp WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSWindowFrame.h WindowServer: Make WSButton behave more like a normal button. 2019-04-05 21:53:45 +02:00
WSWindowManager.cpp WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSWindowManager.h WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSWindowSwitcher.cpp WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSWindowSwitcher.h WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSWindowType.h LibGUI+WindowServer: Add support for GWidget tooltips. 2019-04-08 18:58:44 +02:00