serenity/Userland/Services
Jelle Raaijmakers 263348ff2d Taskbar: Include ScreenLayout.h from Services directory
While trying to include `Desktop.h` for the SDL2 port, compilation
failed on finding this include. Specify the full include path to make
it work.
2022-01-12 20:26:46 +02:00
..
AudioServer AudioServer: Ignore 'muted' clients when computing the 'output mix' 2021-12-24 00:19:01 -08:00
ChessEngine ChessEngine: Remove unused 'rpath' promise 2022-01-03 15:56:41 +01:00
Clipboard
ConfigServer
CrashDaemon
DHCPClient
EchoServer LibCore+Services: Make TCPServer propagate errors 2021-12-27 22:00:01 +01:00
FileOperation
FileSystemAccessServer
ImageDecoder
InspectorServer InspectorServer: Use the 32-bit data length when sending a request 2022-01-08 23:48:46 +01:00
KeyboardPreferenceLoader
LaunchServer
LoginServer Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
LookupServer LookupServer: Avoid unnecessary copies 2022-01-01 15:40:39 +01:00
NotificationServer
RequestServer RequestServer: Tighten pledged promises 2022-01-03 15:56:41 +01:00
SpiceAgent
SQLServer
SystemServer Everywhere: Add serenity_dev_{makedev,major,minor} 2022-01-09 00:58:44 +01:00
Taskbar Taskbar: Include ScreenLayout.h from Services directory 2022-01-12 20:26:46 +02:00
TelnetServer LibCore+Services: Make TCPServer propagate errors 2021-12-27 22:00:01 +01:00
WebContent LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value> 2022-01-08 23:43:03 +01:00
WebServer WebServer: Make ErrorOr unwrapping more idiomatic 2022-01-03 15:44:56 +01:00
WebSocket
WindowServer Base+WindowServer: Add icon to window menu move action 2022-01-12 10:55:04 +01:00
CMakeLists.txt