summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/SettingsWindow.cpp
AgeCommit message (Expand)Author
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-18LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`Sam Atkins
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-18Userland: Use Widget::add_spacer() everywhereSam Atkins
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-08-14LibGUI: Initially disable the "Apply" button in SettingsWindowAndreas Kling
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-28LibGUI+Applications: Use the new layout system in the settings screensFrHun
2022-06-10LibGUI: Use new DialogButton for consistencyFrHun
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-12LibGUI: Support "modified" window state in SettingsWindowSam Atkins
2022-04-21LibGUI+Applications: Add --open-tab option to FooSettings applicationsSam Atkins
2022-04-21LibGUI+Applications: Give SettingsWindow tabs a string IDSam Atkins
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-02-03LibGUI: Set a fixed width for the SettingsWindow reset-to-default buttonTimothy Flynn
2021-12-05LibGUI: Cast unused smart-pointer return values to voidSam Atkins
2021-11-28LibGUI: Move GUI::SettingsWindow setup out of the constructorAndreas Kling
2021-11-27LibGUI: Add a cancel button callback to settings window tabskleines Filmröllchen
2021-11-20LibGUI: Add SettingsWindow classSam Atkins