1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 04:31:00 +00:00
serenity/Userland/Applets
Mustafa Quraish 4d302e0e88 Everywhere: Use Application::construct() with Main::Arguments directly
Use the updated API everywhere we are currently manually passing in
`arguments.argc` and `arguments.argv`.
2021-11-22 21:13:42 -08:00
..
Audio LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
ClipboardHistory ClipboardHistory: Properly display bitmap depth 2021-11-21 11:49:06 +00:00
DesktopPicker Everywhere: Replace "virtual desktop" => "workspace" 2021-11-13 12:48:43 +01:00
Network AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 2021-11-17 00:21:10 +01:00
ResourceGraph Everywhere: Use Application::construct() with Main::Arguments directly 2021-11-22 21:13:42 -08:00
CMakeLists.txt Applets: Add DesktopPicker applet 2021-07-19 18:21:40 +02:00