ladybird/Services
Tom 3a4a9d4c6b WindowServer: Fix invalidating window frame
When invalidating the frame we need to properly flag that so that
we trigger rendering the frame, even if "all" was flagged as being
invalidated. Otherwise it will only get rendered if anything else
happens to trigger it (such as focus change).

Fixes #3427
2020-09-07 19:39:48 +02:00
..
AudioServer AudioServer: Lock the process veil after startup 2020-08-07 09:10:14 +02:00
ChessEngine ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00
Clipboard Clipboard: Add a key-value map alongside the clipboard storage 2020-09-05 16:52:24 +02:00
DHCPClient Everywhere: Port to String::copy_characters_to_buffer() 2020-08-30 17:35:27 +02:00
ImageDecoder LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr 2020-07-06 13:30:11 +02:00
LaunchServer LaunchServer: Disown child processes after spawning 2020-08-04 18:17:16 +02:00
LookupServer AK: Add Endian.h header to replace NetworkOrdered.h. 2020-08-25 16:22:14 +02:00
NotificationServer Services: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
ProtocolServer ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clients 2020-08-02 18:57:51 +02:00
SystemMenu LibGUI: Add and use Window::center_on_screen() 2020-08-15 17:38:19 +02:00
SystemServer LibCore: Prefer strlcpy over strncpy, fix overflow 2020-08-24 00:45:03 +02:00
Taskbar Taskbar: Update and clear taskbar button rectangles 2020-08-19 11:38:26 +02:00
TelnetServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
WebContent LibWeb: Rename WebContentView => OutOfProcessWebView 2020-08-17 18:05:35 +02:00
WebServer WebServer: Show icons in directory listings :^) 2020-07-27 22:39:01 +02:00
WindowServer WindowServer: Fix invalidating window frame 2020-09-07 19:39:48 +02:00
CMakeLists.txt ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00