summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/SettingsWindow.h
AgeCommit message (Expand)Author
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
2021-11-28LibGUI: Move GUI::SettingsWindow setup out of the constructorAndreas Kling
2021-11-28LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOrAndreas Kling
2021-11-27LibGUI: Add a cancel button callback to settings window tabskleines Filmröllchen
2021-11-20LibGUI: Add SettingsWindow classSam Atkins