ladybird/Userland/Services
Linus Groh c6726f331e WindowServer: Rename WallpaperMode::{Scaled => Stretch}
This option was renamed from scaled to stretch in DisplaySettings in
699ba84, but since WindowServer receives a plain string and was not
updated, it wouldn't recognize the new renamed value as a valid option.
Turns out sending plain strings via IPC and only mapping them to enum
values on the receiving end is brittle, we should probably update
Desktop::set_wallpaper_mode() to use an enum as well at some point.

Fixes #5006.
2021-01-20 09:16:27 +01:00
..
AudioServer AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer 2021-01-17 09:07:32 +01:00
ChessEngine Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Clipboard Clipboard+LibGUI: Move clipboard service to anonymous files 2021-01-17 00:14:37 +01:00
CrashDaemon LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specific 2021-01-15 23:26:47 +01:00
DHCPClient DHCPClient: handle /proc/net/adapters invalid JSON gracefully 2021-01-14 08:35:34 +01:00
EchoServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
ImageDecoder Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges 2021-01-17 09:07:32 +01:00
LaunchServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
LookupServer Everywhere: Convert a handful of String::format() => formatted() 2021-01-16 14:52:04 +01:00
NotificationServer Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
ProtocolServer Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges 2021-01-17 09:07:32 +01:00
SystemMenu Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
SystemServer Everywhere: Convert a handful of String::format() => formatted() 2021-01-16 14:52:04 +01:00
Taskbar Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
TelnetServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WebContent Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges 2021-01-17 09:07:32 +01:00
WebServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WindowServer WindowServer: Rename WallpaperMode::{Scaled => Stretch} 2021-01-20 09:16:27 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00