ladybird/Userland/Services
Sam Atkins 53edaa3b26 LibWeb+WebContent: Add set_preferred_color_scheme IPC call
This allows the owner of a WebView to override whether to use a dark
theme or not, instead of just using the system theme's IsDark property.
2021-10-31 18:39:13 +01:00
..
AudioServer AudioServer: Fix deadlock when playing two audio streams 2021-09-12 23:38:57 +02:00
ChessEngine ChessEngine: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
Clipboard Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
ConfigServer ConfigServer: Sync config files to disk automatically 2021-10-14 21:41:48 +02:00
CrashDaemon CrashDaemon: Stop automatically compressing coredumps 2021-10-08 00:35:29 +02:00
DHCPClient DHCPClient: Simplify DHCPv4PacketBuilder 2021-10-25 14:31:11 +02:00
EchoServer EchoServer: Defer removal of client from clients HashMap 2021-10-23 13:57:42 +02:00
FileOperation FileOperation: Deduplicate file names on move 2021-10-31 12:36:35 +01:00
FileSystemAccessServer FileSystemAccessServer: Only compute basename when prompting 2021-09-16 17:17:13 +02:00
ImageDecoder LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
InspectorServer Everywhere: Use OOM-safe ByteBuffer APIs where possible 2021-09-06 01:53:26 +02:00
KeyboardPreferenceLoader Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
LaunchServer Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
LoginServer LoginServer: Capitalize username and password fields 2021-10-21 16:08:13 +01:00
LookupServer LookupServer: Fix to handle whitespaces and tabs in /etc/hosts 2021-10-05 02:23:45 +02:00
NotificationServer Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
RequestServer LibIPC: Add missing <signal.h> include 2021-10-24 01:01:01 +02:00
SpiceAgent Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
SQLServer SQLServer+SQL+LibSQL: Allow sql client to specify the database name 2021-10-05 02:22:19 +02:00
SystemServer SystemServer: Rename 'BootModes' config option to 'SystemModes' 2021-10-25 23:38:28 +02:00
Taskbar Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
TelnetServer TelnetServer: Defer removal of client from clients HashMap 2021-10-23 13:57:36 +02:00
WebContent LibWeb+WebContent: Add set_preferred_color_scheme IPC call 2021-10-31 18:39:13 +01:00
WebServer Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
WebSocket Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
WindowServer WindowServer: Remove some commented code in WindowManager.cpp 2021-10-31 12:37:49 +01:00
CMakeLists.txt LoginServer: Layout a basic login window 2021-10-17 22:18:48 +02:00