summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/SettingsWindow.cpp
AgeCommit message (Expand)Author
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