summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor
AgeCommit message (Expand)Author
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
2023-05-19Applications: Improve FSAC error message handlingthankyouverycool
2023-05-17FontEditor: Filter files by BitmapFont in FilePickerthankyouverycool
2023-05-17FontEditor: Show complete filename in error messagesthankyouverycool
2023-05-17FontEditor: Show recently opened files in File menuthankyouverycool
2023-05-17FontEditor: Add action text to Undo and Redothankyouverycool
2023-05-13FontEditor: Allow application to launch without a fontthankyouverycool
2023-05-13FontEditor: Let GlyphEditorWidget initialize a null BitmapFontthankyouverycool
2023-05-13LibGUI+Applications: Let GlyphMapWidget initialize a null Fontthankyouverycool
2023-05-13FontEditor: Move common restoration work into restore_state()thankyouverycool
2023-05-13FontEditor: Use resultant FSAC filename when Saving-asthankyouverycool
2023-05-13FontEditor: Use fallible {Input,Message}Boxesthankyouverycool
2023-05-13FontEditor: Don't crash on missing iconsthankyouverycool
2023-05-13FontEditor: Rename m_edited_font => m_font and remove getterthankyouverycool
2023-05-13FontEditor: Remove unnecessary call to hide() NewFontDialogthankyouverycool
2023-05-13FontEditor: Remove unnecessary setters and gettersthankyouverycool
2023-05-13FontEditor: Remove unnecessary deferred invokesthankyouverycool
2023-05-13FontEditor: Make update_title() privatethankyouverycool
2023-05-13FontEditor: Tighten lambda capturesthankyouverycool
2023-05-13FontEditor: Propagate errors formatting preview textthankyouverycool
2023-05-13FontEditor: Propagate errors when loading GMLthankyouverycool
2023-05-13FontEditor: Port some instances of DeprecatedStringthankyouverycool
2023-05-13FontEditor: Iterate slope and weight lists by size()thankyouverycool
2023-05-13FontEditor: Convert Model lists to Vector<String>thankyouverycool
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-05-05FontEditor: Use `LibFileSystemAccessClient`Caoimhe
2023-05-05FontEditor: Don't paint in `GlyphEditorWidget` if `m_font` is nullCaoimhe
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-25Applications: Update man page links for applicationsTim Ledbetter
2023-04-19LibGUI+Userland: Make Menu::*add_submmenu take name using new stringKarol Kosek
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-18FontEditor: Use compact InputBox for Go to Glyph actionthankyouverycool
2023-04-18LibGUI+Userland: Improve error and font handling for InputBoxthankyouverycool
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-21Userland: Fix remaining smart pointer const-correctness issuesAndreas Kling
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-02-04LibGUI+Userland: Switch order of parameters for InputBox::showKarol Baraniecki
2023-02-04Userland: Replace manual checking by using GUI::InputType::NonemptyTextKarol Baraniecki
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
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