1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-13 06:42:07 +00:00
serenity/Userland/Libraries/LibGUI/Wizards
Andreas Kling b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
The only remaining clients of this API are specific to bitmap fonts and
editing thereof.
2023-03-04 00:29:38 +01:00
..
AbstractWizardPage.cpp Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
AbstractWizardPage.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
CoverWizardPage.cpp Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
CoverWizardPage.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WizardDialog.cpp Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
WizardDialog.h Libraries: Use default constructors/destructors in LibGUI 2022-03-12 14:44:43 -08:00
WizardPage.cpp Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
WizardPage.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00