summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor
AgeCommit message (Expand)Author
2022-08-14FontEditor: Mark pasted glyphs as modifiedSam Atkins
2022-08-14FontEditor: Add an option to show or hide modification highlightsSam Atkins
2022-08-14FontEditor: Store glyph modified state on the undo stackSam Atkins
2022-08-05LibGUI+Applications: Govern Splitter resizing by opportunistic growththankyouverycool
2022-08-04Applications: Make a few of the larger Toolbars collapsiblethankyouverycool
2022-08-04FontEditor: Move new font creation to NewFontDialog and handle errorsthankyouverycool
2022-08-04FontEditor: Improve error handling opening, saving and editing fontsthankyouverycool
2022-08-04FontEditor: Add show_error() helperthankyouverycool
2022-08-04FontEditor: Let editor recover from failed initializationsthankyouverycool
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-06FontEditor: Rename FontEditorWidget => FontEditor::MainWidgetthankyouverycool
2022-07-06FontEditor: Hide Widget::set_font() in GlyphEditorWidgetthankyouverycool
2022-07-06FontEditor: Remove unused headers and member variablesthankyouverycool
2022-07-06FontEditor: Simplify GlyphMapWidget context menu constructionthankyouverycool
2022-07-06FontEditor: Update GML for new layout systemthankyouverycool
2022-07-06FontEditor: Convert preview window to GML and propagate its errorsthankyouverycool
2022-07-06FontEditor: Propagate errors when pushing undo commandsthankyouverycool
2022-07-06FontEditor: Normalize GlyphMap selection before creating UndoSelectionthankyouverycool
2022-07-06FontEditor: Improve error propagation during constructionthankyouverycool
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-03-20LibGUI+FontEditor: Add context menu for editor actionsthankyouverycool
2022-03-20FontEditor: Change flip action shortcuts to Ctrl+Shift+{Q,W}thankyouverycool
2022-03-20FontEditor: Set width on copy only if source glyph is presentthankyouverycool
2022-03-20FontEditor: Restore selections on undo/redo actionsthankyouverycool
2022-03-18FontEditor: Reset unicode block view on undo/redo actionsthankyouverycool
2022-03-18FontEditor: Make undo/redo compatible with multi-glyph selectionsthankyouverycool
2022-03-18FontEditor: Use memset/memcpy to copy/paste/delete glyphsthankyouverycool
2022-03-05FontEditor: Add code previews for fixed-width fontselectrikmilk
2022-03-04CharacterMap+FontEditor: Switch current Unicode block on arrow pressKarol Kosek
2022-03-02Applications: Fix undefined behavior capturing non-static constexprLenny Maiorani
2022-02-28Applications: Change static constexpr variables to constexprLenny Maiorani
2022-02-23LibGUI+Apps: Let Splitters select which resizee to set fixedthankyouverycool
2022-02-18FontEditor: Remove listener clientthankyouverycool
2022-02-18FontEditor: Save settings for showing metadata and unicode blocksthankyouverycool
2022-02-18FontEditor: Add a search box to filter Unicode blocksthankyouverycool
2022-02-15Applications: Run gml-formatIdan Horowitz
2022-02-15FontEditor: Add a ListView to sort glyphs by their Unicode blockthankyouverycool
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-01-18FontEditor: Retrieve code point abbreviations from LibUnicodeTimothy Flynn
2022-01-16FontEditor: Set GlyphEditor glyph on initializationthankyouverycool
2022-01-16FontEditor: Disambiguate save function from save-as actionthankyouverycool
2022-01-16FontEditor: Update GlyphEditor and width widgets on paste and deletethankyouverycool
2022-01-16FontEditor: Correct GroupBox heightthankyouverycool
2022-01-16FontEditor: Calculate GlyphEditor toolbar widths more preciselythankyouverycool
2022-01-16FontEditor: Remove unnecessary call during GlyphEditor initthankyouverycool