summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor
AgeCommit message (Expand)Author
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
2021-02-15LibGfx: Remove static load_from_file() from abstract Font classStephan Unverwerth
2021-02-15LibGfx: Insert pixel and ttf fonts into Typeface structureStephan Unverwerth
2021-01-24FontEditor: change order of baseline and mean line rowNico Weber
2021-01-24FontEditor: change "Mean Line:" label to "Mean line:"Nico Weber
2021-01-24FontEditor: Fix typos in codeNico Weber
2021-01-24FontEditor: Make left and right UI margins matchNico Weber
2021-01-24FontEditor: Remove "Save" and "Quit" buttonsNico Weber
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling