ladybird/Userland/Services
Matthew Olsson 88cfaf7bf0 LibGfx: Unify Rect, Point, and Size
This commit unifies methods and method/param names between the above
classes, as well as adds [[nodiscard]] and ALWAYS_INLINE where
appropriate. It also renamed the various move_by methods to
translate_by, as that more closely matches the transformation
terminology.
2021-05-02 22:48:06 +02:00
..
AudioServer Userland: Make IPC handlers return void if they don't have any outputs 2021-05-02 08:11:38 +02:00
ChessEngine Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Clipboard Userland: Make IPC handlers return void if they don't have any outputs 2021-05-02 08:11:38 +02:00
CrashDaemon Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DHCPClient Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
EchoServer AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
FileOperation Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ImageDecoder Userland: Make IPC handlers return void if they don't have any outputs 2021-05-02 08:11:38 +02:00
LaunchServer LaunchServer: Only consider path in OpenURL 2021-05-02 19:47:28 +02:00
LookupServer Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers 2021-05-02 08:11:38 +02:00
NotificationServer Userland: Make IPC handlers return void if they don't have any outputs 2021-05-02 08:11:38 +02:00
RequestServer Userland: Make IPC handlers return void if they don't have any outputs 2021-05-02 08:11:38 +02:00
SymbolServer Userland: Make IPC handlers return void if they don't have any outputs 2021-05-02 08:11:38 +02:00
SystemServer Kernel: Expose minor device numbers for keyboard and mouse 2021-05-01 20:07:11 +02:00
Taskbar LibGfx: Unify Rect, Point, and Size 2021-05-02 22:48:06 +02:00
TelnetServer AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
WebContent Userland: Make IPC handlers return void if they don't have any outputs 2021-05-02 08:11:38 +02:00
WebServer Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WebSocket Userland: Make IPC handlers return void if they don't have any outputs 2021-05-02 08:11:38 +02:00
WindowServer LibGfx: Unify Rect, Point, and Size 2021-05-02 22:48:06 +02:00
CMakeLists.txt Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00