ladybird/Servers/WindowServer
2019-09-21 18:13:17 +02:00
..
install.sh Build: Install most headers to Root (and libcore.a/libgui.a) 2019-05-17 21:59:48 +02:00
main.cpp WSEventLoop: Remove inheritance from CEventLoop 2019-07-17 20:16:44 +02:00
Makefile WindowServer: Port threading to LibThread 2019-08-26 11:31:14 +02:00
WSAPITypes.h WindowServer+LibGUI: Allow switching windows in/out of fullscreen mode 2019-09-16 18:38:42 +02:00
WSButton.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
WSButton.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
WSClientConnection.cpp WindowServer+LibGUI: Allow switching windows in/out of fullscreen mode 2019-09-16 18:38:42 +02:00
WSClientConnection.h WindowServer+LibGUI: Allow switching windows in/out of fullscreen mode 2019-09-16 18:38:42 +02:00
WSClipboard.cpp WindowServer+LibGUI: Store a "data type" with the clipboard content 2019-09-14 09:19:05 +02:00
WSClipboard.h WindowServer+LibGUI: Store a "data type" with the clipboard content 2019-09-14 09:19:05 +02:00
WSCompositor.cpp LibCore: Remove CTimer::create() overloads in favor of construct() 2019-09-21 18:13:17 +02:00
WSCompositor.h LibCore: Convert CTimer to ObjectPtr 2019-09-20 15:20:10 +02:00
WSCPUMonitor.cpp WindowServer: Port threading to LibThread 2019-08-26 11:31:14 +02:00
WSCPUMonitor.h WindowServer: Port threading to LibThread 2019-08-26 11:31:14 +02:00
WSCursor.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
WSCursor.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
WSEvent.h WindowServer+LibGUI: Allow switching windows in/out of fullscreen mode 2019-09-16 18:38:42 +02:00
WSEventLoop.cpp LibCore: Convert CTCPServer to ObjectPtr 2019-09-21 15:25:08 +02:00
WSEventLoop.h LibCore: Convert CLocalServer to ObjectPtr 2019-09-21 15:25:08 +02:00
WSMenu.cpp WindowServer+LibGUI: Add support for nested menus 2019-08-29 06:36:29 +02:00
WSMenu.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
WSMenuBar.cpp WindowServer+LibGUI: Show action icons in the menus when possible 2019-08-26 18:54:44 +02:00
WSMenuBar.h Add clang-format file 2019-05-28 17:31:20 +02:00
WSMenuItem.cpp WindowServer+LibGUI: Add support for nested menus 2019-08-29 06:36:29 +02:00
WSMenuItem.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
WSMenuManager.cpp LibCore: Remove CTimer::create() overloads in favor of construct() 2019-09-21 18:13:17 +02:00
WSMenuManager.h LibCore: Convert CTimer to ObjectPtr 2019-09-20 15:20:10 +02:00
WSScreen.cpp WindowServer: Detect framebuffer capabilities and settings 2019-08-18 07:40:02 +02:00
WSScreen.h GraphicsBitmap: create_wrapper() should take pitch as a parameter 2019-08-19 13:45:22 +02:00
WSWindow.cpp LibCore+LibGUI+WindowServer: Make events bubble up through ancestors 2019-09-20 20:37:31 +02:00
WSWindow.h WindowServer+LibGUI: Allow switching windows in/out of fullscreen mode 2019-09-16 18:38:42 +02:00
WSWindowFrame.cpp WindowServer: Elide window titles that don't fit 2019-09-06 19:09:33 +02:00
WSWindowFrame.h WindowServer: Convert Vector<OwnPtr> to NonnullOwnPtrVector. 2019-07-24 09:04:57 +02:00
WSWindowManager.cpp LibCore+LibGUI+WindowServer: Make events bubble up through ancestors 2019-09-20 20:37:31 +02:00
WSWindowManager.h WindowServer: Avoid doing sqrt() in double-click detection 2019-09-09 08:51:16 +02:00
WSWindowSwitcher.cpp WindowServer+LibGUI: Show action icons in the menus when possible 2019-08-26 18:54:44 +02:00
WSWindowSwitcher.h LibCore: Introduce a C_OBJECT macro. 2019-07-25 19:49:28 +02:00
WSWindowType.h WindowServer: Add a custom window type for Launcher 2019-07-14 00:06:47 +02:00