Age | Commit message (Expand) | Author |
---|---|---|
2022-06-28 | LibGUI+Applications: Use the new layout system in the settings screens | FrHun |
2022-06-10 | LibGUI: Use new DialogButton for consistency | FrHun |
2022-05-13 | LibGUI+Userland: Make Dialog::ExecResult an enum class | Sam Atkins |
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 |
2022-02-03 | LibGUI: Set a fixed width for the SettingsWindow reset-to-default button | Timothy Flynn |
2021-12-05 | LibGUI: Cast unused smart-pointer return values to void | Sam Atkins |
2021-11-28 | LibGUI: Move GUI::SettingsWindow setup out of the constructor | 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 |