serenity/Userland/Services
Luke Wilde a4e3fff3fb WebContent: Invalidate document style when changing the page's palette
This makes the page automatically update to reflect the system theme
when in "Color Scheme > Follow System Theme" mode without having to
manually cause a style update.
2022-07-05 18:23:22 +02:00
..
AudioServer AudioServer: Reduce hardware audio buffer to 512 samples 2022-06-23 23:26:33 +01:00
ChessEngine Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Clipboard Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ConfigServer LibConfig+ConfigServer: Write config values synchronously 2022-04-26 22:51:49 +02:00
CrashDaemon Services: Use Core::Process::spawn() for common process spawn pattern 2022-06-03 12:29:56 +01:00
DHCPClient DHCPClient: Don't reset the interface if its already configured 2022-05-31 13:21:19 +04:30
EchoServer LibCore+Everywhere: Make Core::Stream::read() return Bytes 2022-04-16 13:27:51 -04:00
FileOperation LibCore+Everywhere: Make Core::Stream::read() return Bytes 2022-04-16 13:27:51 -04:00
FileSystemAccessServer FileSystemAccessServer: Call window stealing functions sync 2022-06-30 11:15:24 +01:00
ImageDecoder Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
InspectorServer LibCore+Everywhere: Make Core::Stream::read() return Bytes 2022-04-16 13:27:51 -04:00
KeyboardPreferenceLoader LibCore: Automatically create config directories if necessary 2022-04-11 00:08:48 +02:00
LaunchServer Services: Use Core::Process::spawn() for common process spawn pattern 2022-06-03 12:29:56 +01:00
LoginServer LibGUI: Add layout spacer support to GML 2022-06-10 21:26:06 +01:00
LookupServer LookupServer: Try other available DNS nameservers on network errors 2022-07-02 23:41:06 +03:00
NetworkServer NetworkServer: Enable DHCP on interfaces that are not listed in config 2022-07-04 13:20:24 +03:00
NotificationServer LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
RequestServer LibHTTP+RequestServer: Recognize more HTTP methods 2022-06-27 22:53:36 +01:00
SpiceAgent Services: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
SQLServer Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
SystemServer SystemServer: Detect spawning user for AcceptSocketConnections services 2022-06-10 14:20:07 +01:00
Taskbar Applications: Remove usages of deprecated implicit conversions 2022-06-28 17:52:42 +01:00
TelnetServer LibCore+Everywhere: Make Core::Stream::read() return Bytes 2022-04-16 13:27:51 -04:00
WebContent WebContent: Invalidate document style when changing the page's palette 2022-07-05 18:23:22 +02:00
WebServer LibCore+Everywhere: Make Core::Stream read_until() return Bytes 2022-04-16 13:27:51 -04:00
WebSocket Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
WindowServer WindowServer: Make window stealing related functions synchronous 2022-06-27 20:22:15 +01:00
CMakeLists.txt NetworkServer: Add a new NetworkServer service 2022-05-26 21:47:27 +01:00