summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor/GlyphEditorWidget.cpp
AgeCommit message (Expand)Author
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-22FontEditor: Sanitize RTL and control glyphs in Clipboard metadatathankyouverycool
2021-09-22FontEditor: Set width to zero when deleting a glyphthankyouverycool
2021-09-22FontEditor: Simplify initialization by disabling widget callbacksthankyouverycool
2021-09-19FontEditor: Update editor to handle new font formatthankyouverycool
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
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-23LibGfx+FontEditor: Account for raw width when painting glyphsthankyouverycool
2021-04-23FontEditor: Don't append literal Line Feeds to clipboard metadatathankyouverycool
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-21FontEditor: Convert String::format() => String::formatted()Andreas Kling
2021-04-07FontEditor+ClipboardHistory: Use system-wide Clipboardthankyouverycool
2021-04-06FontEditor: Convert to GML and add new edit commands to GlyphEditorthankyouverycool
2021-02-15LibGfx: Insert pixel and ttf fonts into Typeface structureStephan Unverwerth
2021-01-12Applications: Move to Userland/Applications/Andreas Kling