summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor
AgeCommit message (Expand)Author
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
2021-04-23FontEditor: Set correct mean- and baseline ranges for new fontsthankyouverycool
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-23FontEditor: Add status tips and missing Alt shortcuts to actionsthankyouverycool
2021-04-23FontEditor: Add text refresh button to Preview ToolWindowthankyouverycool
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-18FontEditor+LibGfx: Allow user to specify if a specific glyph is presentIdan Horowitz
2021-04-18FontEditor: Update GlyphMap on font type changeIdan Horowitz
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-11FontEditor: Add 'New Font' wizard to editorthankyouverycool
2021-04-11FontEditor: Move menu bar into editor and tweak several widgetsthankyouverycool
2021-04-10FontEditor: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-09FontEditor: Added quick and dirty support to add cyrrilic fonts.Dmitrii Trifonov
2021-04-07FontEditor+ClipboardHistory: Use system-wide Clipboardthankyouverycool
2021-04-07FontEditor: Reset selected glyph on initthankyouverycool
2021-04-06FontEditor: Convert to GML and add new edit commands to GlyphEditorthankyouverycool
2021-04-06FontEditor: Inherit GlyphMapWidget from ScrollableWidgetthankyouverycool
2021-03-30FontEditor+TextEditor+Playground: Refuse to load device filesIdan Horowitz
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling