summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor/CMakeLists.txt
AgeCommit message (Expand)Author
2023-05-05FontEditor: Use `LibFileSystemAccessClient`Caoimhe
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-07-06FontEditor: Rename FontEditorWidget => FontEditor::MainWidgetthankyouverycool
2022-07-06FontEditor: Convert preview window to GML and propagate its errorsthankyouverycool
2022-03-18FontEditor: Make undo/redo compatible with multi-glyph selectionsthankyouverycool
2022-01-16LibGUI+FontEditor: Move GlyphMapWidget to LibGUISam Atkins
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-11-24FontEditor: Port to LibMain :^)Andreas Kling
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-04-23FontEditor: Add undo and redo commandsthankyouverycool
2021-04-11FontEditor: Add 'New Font' wizard to editorthankyouverycool
2021-04-06FontEditor: Convert to GML and add new edit commands to GlyphEditorthankyouverycool
2021-01-12Applications: Move to Userland/Applications/Andreas Kling