summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor/NewFontDialog.cpp
AgeCommit message (Expand)Author
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
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-08-04FontEditor: Move new font creation to NewFontDialog and handle errorsthankyouverycool
2022-07-06FontEditor: Update GML for new layout systemthankyouverycool
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2021-11-30FontEditor: Convert to east constthankyouverycool
2021-11-30FontEditor: Correct NewFontDialog layout issuesthankyouverycool
2021-11-30LibGfx+FontEditor: Consolidate BitmapFont width and height limitsthankyouverycool
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-24FontEditor: Allow editing new font headerthankyouverycool
2021-09-19FontEditor: Update editor to handle new font formatthankyouverycool
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-23FontEditor: Set proper defaults in NewFontDialogthankyouverycool
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11FontEditor: Add 'New Font' wizard to editorthankyouverycool