summaryrefslogtreecommitdiff
path: root/Userland/Applications/Settings
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-25Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUIMacDue
2022-05-25LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawnMacDue
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-28Settings: Convert to TRY + serenity_main(..)Brian Gianforcaro
2021-11-27Settings: Fix launch of settings dialogBrian Gianforcaro
2021-11-26Settings: Make sure settings are listed in alphabetical orderSam Atkins
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-06Userland: Use Core::Process::spawn() instead of posix_spawn() in placesAndreas Kling
2021-07-26Settings: Tweak initial window sizeAndreas Kling
2021-07-26Settings: Add a very simple Settings applicationAndreas Kling