summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor/MainWidget.cpp
AgeCommit message (Expand)Author
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
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: 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-05FontEditor: Use `LibFileSystemAccessClient`Caoimhe
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-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
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19FontEditor: Include file basename in error messages when availablethankyouverycool
2022-11-19LibGUI+Applications: Allow GlyphMapWidget's set_font() to failthankyouverycool
2022-11-19LibGUI+FontEditor: Allow system emoji to be toggled in GlyphMapWidgetthankyouverycool
2022-11-19FontEditor: Add Layout options to View menuthankyouverycool
2022-11-19FontEditor: Remove redundant set_scale() helperthankyouverycool