serenity/Userland/Demos
Nick Vella e241dba8d3 LibGUI: add a rudimentary framework for Wizards.
This patch provides the basic components needed for developers to create
consistent wizard interface experiences in their applications.
`WizardDialog` provides the dialog frame for the wizard, handling navigation
and presentation.
`AbstractWizardPage`s form the base class of Wizard pages, which are
pushed onto the `WizardDialog` page stack via `WizardDialog::push_page`.
`CoverWizardPage` and `WizardPage` are provided to ease the creation of
Wizard interfaces consistent with the Serenity visual language.
2021-02-27 07:31:55 +01:00
..
CatDog Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Cube Cube: Add an option to render a frameless cube 2021-02-21 10:33:28 +01:00
Eyes Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Fire Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
LibGfxDemo LibGfx: Remove static load_from_file() from abstract Font class 2021-02-15 08:50:48 +01:00
LibGfxScaleDemo Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Mouse Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Screensaver Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
WidgetGallery LibGUI: add a rudimentary framework for Wizards. 2021-02-27 07:31:55 +01:00
CMakeLists.txt LibGfx: Make it possible to apply an (integer) scale to a Painter 2021-01-12 23:32:54 +01:00