summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor
AgeCommit message (Expand)Author
2022-01-16FontEditor: Correct GroupBox heightthankyouverycool
2022-01-16FontEditor: Calculate GlyphEditor toolbar widths more preciselythankyouverycool
2022-01-16FontEditor: Remove unnecessary call during GlyphEditor initthankyouverycool
2022-01-16FontEditor: Remove .gitignore artifact from old build systemthankyouverycool
2022-01-16LibGUI+FontEditor: Move seek-prev/next-glyph logic into GlyphMapWidgetSam Atkins
2022-01-16LibGUI: Make GlyphMapWidget work with vector fontsSam Atkins
2022-01-16LibGUI+FontEditor: Move GlyphMapWidget to LibGUISam Atkins
2022-01-12FontEditor: Add Klingon phrase to Preview FontLady Gegga
2022-01-09FontEditor: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09FontEditor: Support selection rangesMaciej
2022-01-09FontEditor: Save scale to config fileMaciej
2022-01-09FontEditor: Display something for emoji glyphsMaciej
2022-01-06LibGUI: Move rotate cw/ccw to CommonActionsMarcus Nilsson
2022-01-04FontEditor: Use GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-21Userland: Add unveil/pledge requisites for dynamic Unicode data loadingTimothy Flynn
2021-11-30LibGUI+FontEditor: Allow ComboBox on_change callback to be toggledthankyouverycool
2021-11-30FontEditor: Convert to east constthankyouverycool
2021-11-30FontEditor: Correct member type and initialization in UndoGlyphthankyouverycool
2021-11-30FontEditor: Remove unused Vector<String>thankyouverycool
2021-11-30FontEditor: Correct NewFontDialog layout issuesthankyouverycool
2021-11-30FontEditor: Clean up GlyphMapWidget headerthankyouverycool
2021-11-30FontEditor: Remove superfluous 'this' pointersthankyouverycool
2021-11-30LibGfx+FontEditor: Consolidate BitmapFont width and height limitsthankyouverycool
2021-11-30FontEditor: Add scaled offset members to GlyphEditorthankyouverycool
2021-11-30FontEditor: Update status bar on initializationthankyouverycool
2021-11-30FontEditor: Remove code duplication when resizing GlyphEditorthankyouverycool
2021-11-30FontEditor: Account for glyph width when pastingthankyouverycool
2021-11-30FontEditor: Don't allow cutting and copying absent glyphsthankyouverycool
2021-11-30FontEditor: Don't null check newly created NonnullRefPtr fontsthankyouverycool
2021-11-30FontEditor: Factor out redundant code for a request to closethankyouverycool
2021-11-30FontEditor: Convert mode and transform buttons into toolbar actionsthankyouverycool
2021-11-30FontEditor: Simplify start-upthankyouverycool
2021-11-30FontEditor: Use LibUnicode to convert character casethankyouverycool
2021-11-30LibGfx+FontEditor: Add helper to determine raw glyph presencethankyouverycool
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24LibDesktop: Make allowlist APIs return ErrorOr<void>Andreas Kling
2021-11-24FontEditor: Port to LibMain :^)Andreas Kling
2021-11-21FontEditor: Make glyph parsing more robustBen Wiederhake
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-11-21FontEditor: Make paste access to Clipboard atomicBen Wiederhake
2021-11-20FontEditor: Set all pixels when pasting a glyphBen Wiederhake
2021-11-20FontEditor: Add ability to copy the selected code pointBen Wiederhake
2021-11-20FontEditor: Support flipping and rotatingBen Wiederhake
2021-11-20FontEditor: Tighten type of UndoGlyph::undo_state (cannot fail)Ben Wiederhake
2021-11-20FontEditor: Don't show focus box after clicking 'present' checkboxBen Wiederhake
2021-11-20FontEditor: More reasonable labels, move property to GMLBen Wiederhake
2021-11-20FontEditor: Convert UI from fixed to implicit heightBen Wiederhake
2021-11-20FontEditor: Show code point name in status barBen Wiederhake
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling