1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 20:52:45 +00:00
serenity/Userland/Services
Sam Atkins 6b66e39df4 LibGUI+Userland: Stop returning Layout from Widget::(try_)set_layout()
Nobody uses this return value any more. It also lets us remove a whole
bunch of `(void)` casts. :^)
2023-02-18 16:56:56 +00:00
..
AudioServer LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
ChessEngine LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
Clipboard LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
ConfigServer LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
CrashDaemon AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DHCPClient LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
EchoServer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
FileOperation LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
FileSystemAccessServer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
ImageDecoder LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
InspectorServer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
KeyboardPreferenceLoader LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
LaunchServer LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
LoginServer Userland: Remove a bunch of unveil calls on /sys/kernel/processes 2023-01-13 13:41:30 +01:00
LookupServer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
NetworkServer LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
NotificationServer Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
RequestServer LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
SpiceAgent LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
SQLServer LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
SystemServer LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
Taskbar LibGUI+Userland: Stop returning Layout from Widget::(try_)set_layout() 2023-02-18 16:56:56 +00:00
TelnetServer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
WebContent LibWeb: Make factory methods of DOM::Event fallible 2023-02-18 00:52:47 +01:00
WebDriver LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
WebServer Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
WebSocket LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
WindowServer WindowServer: Redraw Taskbar on window highlight during switching 2023-02-17 16:18:14 +00:00
CMakeLists.txt LibSQL+SQLServer: Generate SQLServer's IPC sources with LibSQL on Lagom 2022-12-08 17:14:48 +01:00