ladybird/Servers
Andreas Kling eaa680ab8e WindowServer+LibGUI: Force full window repaints after theme change
We were not repainting windows that were occluded at the time of the
theme changing. This patch adds a way to bypass occlusion testing when
invalidating window rects.

Fixes #1249.
2020-02-19 16:46:28 +01:00
..
AudioServer AudioServer: Remove ASEventLoop class and do all the setup in main() 2020-02-17 16:50:48 +01:00
LookupServer LibCore: Replace manual forward declarations with <LibCore/Forward.h> 2020-02-15 00:13:44 +01:00
NotificationServer NotificationServer: Add new notification windows below the lowest one 2020-02-16 21:58:17 +01:00
ProtocolServer AK: Add basic Traits for RefPtr 2020-02-16 21:58:17 +01:00
SystemServer AK: Remove manual forward declarations with <AK/Forward.h> 2020-02-15 00:12:31 +01:00
TelnetServer TelnetServer: Protect the Client object during drain_socket() 2020-02-08 19:12:52 +01:00
TTYServer TTYServer: Include AK/LogStream.h for dbg() 2020-02-05 18:39:45 +01:00
WebServer LibCore: Replace manual forward declarations with <LibCore/Forward.h> 2020-02-15 00:13:44 +01:00
WindowServer WindowServer+LibGUI: Force full window repaints after theme change 2020-02-19 16:46:28 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00