summaryrefslogtreecommitdiff
path: root/Userland/Demos/WidgetGallery/DemoWizardDialog.cpp
AgeCommit message (Expand)Author
2023-01-12Userland: Use Core::Timer::create_foo() factory functions where possibleSam Atkins
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2021-11-25WidgetGallery: Use TRY() a lot more :^)pbrw
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-02-27WidgetGallery: add a simple Wizard demo :^)Nick Vella