index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
SettingsWindow.cpp
Age
Commit message (
Expand
)
Author
2022-08-14
LibGUI: Initially disable the "Apply" button in SettingsWindow
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
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