summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Wizards
AgeCommit message (Expand)Author
2022-06-10LibGUI: Use new DialogButton for consistencyFrHun
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-22LibGUI: Allow a wizard page to return null as its next pageAnotherTest
2021-02-27LibGUI: add a rudimentary framework for Wizards.Nick Vella