Age | Commit message (Expand) | Author |
---|---|---|
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-05-25 | Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUI | MacDue |
2022-05-25 | LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn | MacDue |
2021-11-28 | Everywhere: Use default execpromises argument for Core::System::pledge | Brian Gianforcaro |
2021-11-28 | Settings: Convert to TRY + serenity_main(..) | Brian Gianforcaro |
2021-11-27 | Settings: Fix launch of settings dialog | Brian Gianforcaro |
2021-11-26 | Settings: Make sure settings are listed in alphabetical order | Sam Atkins |
2021-08-06 | Everywhere: Replace Model::update() with Model::invalidate() | sin-ack |
2021-08-06 | Userland: Use Core::Process::spawn() instead of posix_spawn() in places | Andreas Kling |
2021-07-26 | Settings: Tweak initial window size | Andreas Kling |
2021-07-26 | Settings: Add a very simple Settings application | Andreas Kling |