summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor
AgeCommit message (Expand)Author
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-03Applications: Remove border from GroupBox marginsFrHun
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-17FontEditor: Accept file dropsKarol Kosek
2021-10-17FontEditor: Add FontEditorWidget::open_file() functionKarol Kosek
2021-10-17FontEditor: Reuse the request_close() function in Open actionKarol Kosek
2021-10-02FontEditor: Close preview window when the main window is closedGal Horowitz
2021-09-24FontEditor: Allow editing new font headerthankyouverycool
2021-09-22FontEditor: Keep selected glyph in view on resizethankyouverycool
2021-09-22FontEditor: Make update_{statusbar,preview} member functionsthankyouverycool
2021-09-22FontEditor: Remove reprobe_font()thankyouverycool
2021-09-22FontEditor: Sanitize RTL and control glyphs in Clipboard metadatathankyouverycool
2021-09-22FontEditor: Put glyph width changes on the undo stackthankyouverycool
2021-09-22FontEditor: Set width to zero when deleting a glyphthankyouverycool
2021-09-22FontEditor: Simplify initialization by disabling widget callbacksthankyouverycool
2021-09-19FontEditor: Add new tools to navigate code pointsthankyouverycool
2021-09-19FontEditor: Update editor to handle new font formatthankyouverycool
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-06FontEditor: Don't loop over all glyphs to find selected oneMustafa Quraish
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-08-27FontEditor: Adjust margins and spacingthankyouverycool
2021-08-27FontEditor: Let WindowServer manage modified markingsthankyouverycool
2021-08-27FontEditor: Save discrete undo and redo states for each Commandthankyouverycool
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-27FontEditor: Fix minor margin inconsistencyFrHun
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-10FontEditor: Tweak offensive padding :^)Andreas Kling
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-20FontEditor: Make statusbar text generation more robustMax Wipfli
2021-05-20FontEditor: Add tooltip to "Move Glyph" buttonMax Wipfli
2021-05-15FontEditor: Add missing `unix` pledgeDaniel Bertalan
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-08LibGUI: Remove UndoStack's automatic command combo'ingAndreas Kling
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-26FontEditor: Don't put invalid clicks on the undo stackthankyouverycool
2021-04-26FontEditor: Warn on unsaved changesthankyouverycool
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-23FontEditor: Set proper defaults in NewFontDialogthankyouverycool
2021-04-23LibGfx+FontEditor: Account for raw width when painting glyphsthankyouverycool
2021-04-23FontEditor: Don't append literal Line Feeds to clipboard metadatathankyouverycool