ladybird/Servers/WindowServer
Andreas Kling 288e97a206 WindowServer+LibGUI: Wait for the extra_data to arrive.
Since the sockets we use are non-blocking, just slap a select before the
second call to read(). This fixes some flakiness seen under load.

This should eventually work a bit differently, we could use recv() once
it has MSG_WAITALL, and we should not let WindowServer handle all the
client connections on the main thread. But for now, this works.

Fixes #24.
2019-05-01 18:28:33 +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 Include Makefile.common in all other Makefiles. 2019-04-21 04:09:39 +02:00
WSAPITypes.h LibGUI+WindowServer: Make it possible to have checkable GActions. 2019-04-26 21:09:56 +02:00
WSButton.cpp WindowServer: WSButton should be more discerning with MouseUp/MouseMove. 2019-04-23 01:17:20 +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: Spawn a secondary thread to decode wallpapers. 2019-05-01 16:07:47 +02:00
WSClientConnection.h WindowServer+TaskBar: Add a taskbar window button popup menu. 2019-04-23 23:14:14 +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 ProcessManager+WindowServer: Do a little less malloc() in CPU monitor code. 2019-04-18 03:37:01 +02:00
WSCPUMonitor.h WindowServer: Use CFile in the CPU monitor code. 2019-04-18 00:12:04 +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 LibGUI+WindowServer: Make it possible to have checkable GActions. 2019-04-26 21:09:56 +02:00
WSEventLoop.cpp WindowServer+LibGUI: Wait for the extra_data to arrive. 2019-05-01 18:28:33 +02:00
WSEventLoop.h WindowServer+LibGUI: Allow arbitrary number of rects in messages. 2019-04-22 01:15:47 +02:00
WSMenu.cpp WindowServer: Make WSMenu wide enough that shortcuts are always rightmost. 2019-04-29 23:41:48 +02:00
WSMenu.h WindowServer+TaskBar: Add a taskbar window button popup menu. 2019-04-23 23:14:14 +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: Make it possible to have checkable GActions. 2019-04-26 21:09:56 +02:00
WSMenuItem.h LibGUI+WindowServer: Make it possible to have checkable GActions. 2019-04-26 21:09:56 +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 WindowSerer+LibGUI: Send multiple rects in invalidation/flush messages. 2019-04-20 17:23:35 +02:00
WSWindow.h WindowSerer+LibGUI: Send multiple rects in invalidation/flush messages. 2019-04-20 17:23:35 +02:00
WSWindowFrame.cpp WindowServer: Tweak window minimize button appearance. 2019-04-30 15:09:40 +02:00
WSWindowFrame.h WindowServer: Fix minor header dependency issue. 2019-04-20 12:49:11 +02:00
WSWindowManager.cpp WindowServer: Spawn a secondary thread to decode wallpapers. 2019-05-01 16:07:47 +02:00
WSWindowManager.h WindowServer: Spawn a secondary thread to decode wallpapers. 2019-05-01 16:07:47 +02:00
WSWindowSwitcher.cpp WindowServer: Add some padding to the window switcher items. 2019-04-23 22:01:33 +02:00
WSWindowSwitcher.h WindowServer: Add some padding to the window switcher items. 2019-04-23 22:01:33 +02:00
WSWindowType.h LibGUI+WindowServer: Add support for GWidget tooltips. 2019-04-08 18:58:44 +02:00