ladybird/Servers/WindowServer
Andreas Kling a3e8fc3d9c LibCore: Add a convenience constructor for CTimer.
new CTimer(250, [] { thing_to_do_every_250_msec(); });
2019-04-14 05:44:15 +02:00
..
.gitignore Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
main.cpp WindowServer: Rename WSMessage* => WSEvent*. 2019-04-14 05:23:37 +02:00
Makefile WindowServer: Rename WSMessage* => WSEvent*. 2019-04-14 05:23:37 +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: Rename WSMessage* => WSEvent*. 2019-04-14 05:23:37 +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: Rename WSMessage* => WSEvent*. 2019-04-14 05:23:37 +02:00
WSClientConnection.h WindowServer: Rename WSMessage* => WSEvent*. 2019-04-14 05:23:37 +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: Rename WSMessage* => WSEvent*. 2019-04-14 05:23:37 +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
WSEvent.h WindowServer: Rename WSMessage* => WSEvent*. 2019-04-14 05:23:37 +02:00
WSEventLoop.cpp WindowServer: Simplify a few things in WSEventLoop. 2019-04-14 05:37:07 +02:00
WSEventLoop.h WindowServer: Simplify a few things in WSEventLoop. 2019-04-14 05:37:07 +02:00
WSMenu.cpp WindowServer: Rename WSMessage* => WSEvent*. 2019-04-14 05:23:37 +02:00
WSMenu.h WindowServer: Rename WSMessage* => WSEvent*. 2019-04-14 05:23:37 +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
WSScreen.cpp WindowServer: Rename WSMessage* => WSEvent*. 2019-04-14 05:23:37 +02:00
WSScreen.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSWindow.cpp WindowServer: Rename WSMessage* => WSEvent*. 2019-04-14 05:23:37 +02:00
WSWindow.h WindowServer: Port WindowServer to LibCore. 2019-04-14 05:15:22 +02:00
WSWindowFrame.cpp WindowServer: Rename WSMessage* => WSEvent*. 2019-04-14 05:23:37 +02:00
WSWindowFrame.h WindowServer: Make WSButton behave more like a normal button. 2019-04-05 21:53:45 +02:00
WSWindowManager.cpp LibCore: Add a convenience constructor for CTimer. 2019-04-14 05:44:15 +02:00
WSWindowManager.h WindowServer: Rename WSMessage* => WSEvent*. 2019-04-14 05:23:37 +02:00
WSWindowSwitcher.cpp WindowServer: Rename WSMessage* => WSEvent*. 2019-04-14 05:23:37 +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