Age | Commit message (Expand) | Author |
---|---|---|
2022-05-12 | LibGUI: Support "modified" window state in SettingsWindow | Sam Atkins |
2022-04-21 | LibGUI+Applications: Add --open-tab option to FooSettings applications | Sam Atkins |
2022-04-21 | LibGUI+Applications: Give SettingsWindow tabs a string ID | Sam Atkins |
2022-03-12 | Libraries: Use default constructors/destructors in LibGUI | Lenny Maiorani |
2021-11-28 | LibGUI: Move GUI::SettingsWindow setup out of the constructor | Andreas Kling |
2021-11-28 | LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOr | Andreas Kling |
2021-11-27 | LibGUI: Add a cancel button callback to settings window tabs | kleines Filmröllchen |
2021-11-20 | LibGUI: Add SettingsWindow class | Sam Atkins |