summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor
AgeCommit message (Expand)Author
2023-01-13FontEditor: Fix more ignored .to_string() errorsMacDue
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
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-02Base+Userland: Add menu item iconsBrandon Jordan
2022-12-20FontEditor: Update preview window after pasting and deleting glyphsthankyouverycool
2022-12-20FontEditor: Add Unicode block/glyph selection Statusbar Segmentthankyouverycool
2022-12-20LibGUI+FontEditor: Restore normalized selections on Undo/Redothankyouverycool
2022-12-20FontEditor: Set Unicode ListView's focus proxy to its search boxthankyouverycool
2022-12-20FontEditor: Remove unused includesthankyouverycool
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19FontEditor: Include file basename in error messages when availablethankyouverycool
2022-11-19LibGUI+Applications: Allow GlyphMapWidget's set_font() to failthankyouverycool
2022-11-19LibGUI+FontEditor: Allow system emoji to be toggled in GlyphMapWidgetthankyouverycool
2022-11-19FontEditor: Add Layout options to View menuthankyouverycool
2022-11-19FontEditor: Remove redundant set_scale() helperthankyouverycool
2022-11-19FontEditor: Remove overzealous find-and-replace ""sv operatorthankyouverycool
2022-11-19FontEditor: Consolidate GlyphEditor's flip_{horizontally,vertically}thankyouverycool
2022-11-19FontEditor: Standardize Gfx::RotationDirections for rotate_90()thankyouverycool
2022-11-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-08-25LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindowsthankyouverycool
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