1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 01:11:00 +00:00
serenity/Userland
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
..
Applets Everywhere: Use Application::construct() with Main::Arguments directly 2021-11-22 21:13:42 -08:00
Applications Everywhere: Use Application::construct() with Main::Arguments directly 2021-11-22 21:13:42 -08:00
Demos Everywhere: Use Application::construct() with Main::Arguments directly 2021-11-22 21:13:42 -08:00
DevTools HackStudio: Disable the Rename action on insufficient permissions 2021-11-22 09:03:19 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Everywhere: Use Application::construct() with Main::Arguments directly 2021-11-22 21:13:42 -08:00
Libraries LibCore: Let ArgsParser::parse() accept Main::Arguments 2021-11-22 21:13:42 -08:00
Services WindowServer: Port to LibMain :^) 2021-11-22 23:52:47 +01:00
Shell AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Utilities Everywhere: Use ArgsParser::parse() with Main::Arguments directly 2021-11-22 21:13:42 -08:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00