ladybird/WindowServer
Andreas Kling eda0866992 Add a C++ helper class for working with shared buffers.
This is a bit more comfortable than passing the shared buffer ID manually
everywhere and keeping track of size etc.
2019-03-08 12:24:05 +01:00
..
.gitignore Move WindowServer to userspace. 2019-02-17 00:13:47 +01:00
main.cpp WindowServer: Use SA_NOCLDWAIT. 2019-03-01 16:16:38 +01:00
Makefile WindowServer: Add a window switcher. 2019-03-03 15:17:05 +01:00
WSAPITypes.h LibGUI+WindowServer: Add app-global keyboard shortcuts. 2019-03-02 10:10:06 +01:00
WSClientConnection.cpp Add a C++ helper class for working with shared buffers. 2019-03-08 12:24:05 +01:00
WSClientConnection.h Rework the rendering model so that clients instantiate backing stores. 2019-02-20 22:08:14 +01:00
WSMenu.cpp WindowServer: Let the window switcher render itself as a WSWindow. 2019-03-06 10:03:10 +01:00
WSMenu.h WindowServer: Let the window switcher render itself as a WSWindow. 2019-03-06 10:03:10 +01:00
WSMenuBar.cpp WindowServer: Let menu objects reference the WSClientConnection by pointer. 2019-02-17 09:07:07 +01:00
WSMenuBar.h WindowServer: Let menu objects reference the WSClientConnection by pointer. 2019-02-17 09:07:07 +01:00
WSMenuItem.cpp LibGUI+WindowServer: Add app-global keyboard shortcuts. 2019-03-02 10:10:06 +01:00
WSMenuItem.h LibGUI+WindowServer: Add app-global keyboard shortcuts. 2019-03-02 10:10:06 +01:00
WSMessage.h Detect the "Logo" (Windows/Apple/whatever) key and use it for window resize. 2019-03-03 12:56:48 +01:00
WSMessageLoop.cpp WindowServer: Store the mouse button state in one variable. 2019-03-05 14:13:07 +01:00
WSMessageLoop.h WindowServer: Make message receivers be weak pointers. 2019-02-26 00:54:10 +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 WindowServer: Store the mouse button state in one variable. 2019-03-05 14:13:07 +01:00
WSScreen.h WindowServer: Store the mouse button state in one variable. 2019-03-05 14:13:07 +01:00
WSWindow.cpp WindowServer: Add window icons. Every window has the same icon for now. 2019-03-06 23:03:36 +01:00
WSWindow.h WindowServer: Add window icons. Every window has the same icon for now. 2019-03-06 23:03:36 +01:00
WSWindowManager.cpp WindowServer: Fix slightly off alignment of menubar clock. 2019-03-08 01:31:03 +01:00
WSWindowManager.h WindowServer: Add a window switcher. 2019-03-03 15:17:05 +01:00
WSWindowSwitcher.cpp WindowServer: Add window icons. Every window has the same icon for now. 2019-03-06 23:03:36 +01:00
WSWindowSwitcher.h WindowServer: Let the window switcher render itself as a WSWindow. 2019-03-06 10:03:10 +01:00
WSWindowType.h WindowServer: Let the window switcher render itself as a WSWindow. 2019-03-06 10:03:10 +01:00