ladybird/Userland/Services
sin-ack e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor
This allows for typing [8] instead of [8, 8, 8, 8] to specify the same
margin on all edges, for example. The constructors follow CSS' style of
specifying margins. The added constructors are:

- Margins(int all): Sets the same margin on all edges.
- Margins(int vertical, int horizontal): Sets the first argument to top
  and bottom margins, and the second argument to left and right margins.
- Margins(int top, int vertical, int bottom): Sets the first argument to
  the top margin, the second argument to the left and right margins,
  and the third argument to the bottom margin.
2021-08-18 10:30:50 +02:00
..
AudioServer AudioServer: Persist audio settings with a config file 2021-08-17 01:21:17 +02:00
ChessEngine Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
Clipboard Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
CrashDaemon CrashDaemon: Remove BACKTRACE_DEBUG debugging code 2021-07-22 23:34:33 +02:00
DHCPClient Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
EchoServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
FileOperation FileOperation: Don't follow symlinks 2021-08-08 14:24:54 +02:00
FileSystemAccessServer FileSystemAccessServer: Add window title as parameter for opening file 2021-08-07 12:48:22 +02:00
ImageDecoder LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
InspectorServer InspectorServer: Use LocalSocket method to get pid 2021-07-01 17:49:18 +02:00
KeyboardPreferenceLoader Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
LaunchServer LaunchServer: Make sure launching absolute symlinks works 2021-08-10 20:17:34 +02:00
LookupServer Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
NotificationServer Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
RequestServer Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
SpiceAgent LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
SQLServer LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
SystemServer SystemServer: Generalize chown_all_framebuffer_devices function 2021-08-12 21:10:55 +02:00
Taskbar Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
TelnetServer Userland: Fix PATH environment variable ordering 2021-08-12 18:56:30 +02:00
WebContent Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
WebServer Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
WebSocket Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
WindowServer WindowServer: Fix Clang crash when compiling Compositor.cpp 2021-08-08 10:55:36 +02:00
CMakeLists.txt SpiceAgent: Add a new spice agent service :^) 2021-07-14 12:33:07 +02:00