summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor/GlyphEditorWidget.h
AgeCommit message (Expand)Author
2022-07-06FontEditor: Hide Widget::set_font() in GlyphEditorWidgetthankyouverycool
2022-07-06FontEditor: Update GML for new layout systemthankyouverycool
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-09FontEditor: Support selection rangesMaciej
2022-01-09FontEditor: Save scale to config fileMaciej
2021-11-30FontEditor: Convert to east constthankyouverycool
2021-11-30LibGfx+FontEditor: Consolidate BitmapFont width and height limitsthankyouverycool
2021-11-30FontEditor: Add scaled offset members to GlyphEditorthankyouverycool
2021-11-30FontEditor: Convert mode and transform buttons into toolbar actionsthankyouverycool
2021-11-20FontEditor: Support flipping and rotatingBen Wiederhake
2021-08-27FontEditor: Save discrete undo and redo states for each Commandthankyouverycool
2021-04-26FontEditor: Don't put invalid clicks on the undo stackthankyouverycool
2021-04-23FontEditor: Add move glyph toolthankyouverycool
2021-04-23FontEditor: Add undo and redo commandsthankyouverycool
2021-04-23FontEditor: Add adjustable scaling to GlyphEditorWidgetthankyouverycool
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11FontEditor: Move menu bar into editor and tweak several widgetsthankyouverycool
2021-04-07FontEditor+ClipboardHistory: Use system-wide Clipboardthankyouverycool
2021-04-06FontEditor: Convert to GML and add new edit commands to GlyphEditorthankyouverycool
2021-01-12Applications: Move to Userland/Applications/Andreas Kling