summaryrefslogtreecommitdiff
path: root/Userland/Applications/Settings
AgeCommit message (Expand)Author
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-09Settings: Improve default window sizeCameron Youell
2023-03-06Settings: Remove outdated comment about NonnullPtrVectorAndreas Kling
2023-02-08Settings: Improve default window sizeCubic Love
2023-02-03Settings: Change initial window size to fit the current contentSam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-14Settings: Support for launching settings apps as rootne0ndrag0n
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