1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:27:42 +00:00
serenity/Userland/Applications/FontEditor
thankyouverycool 7fa8fae786 FontEditor: Allow application to launch without a font
Since LibFSAC requires a reified window before loading a font, it
makes sense to have a safe null state for the app.

This lets us stay alive after a failed file request on startup,
handle failure at any point during initialization, and claw back
memory from all our font RefPtrs.

A default startup font or none at all can now be set in FontEditor.ini
2023-05-13 12:53:49 +02:00
..
CMakeLists.txt FontEditor: Use LibFileSystemAccessClient 2023-05-05 16:25:55 +01:00
FontEditorWindow.gml FontEditor: Allow application to launch without a font 2023-05-13 12:53:49 +02:00
FontPreviewWindow.gml LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
GlyphEditorWidget.cpp FontEditor: Let GlyphEditorWidget initialize a null BitmapFont 2023-05-13 12:53:49 +02:00
GlyphEditorWidget.h FontEditor: Let GlyphEditorWidget initialize a null BitmapFont 2023-05-13 12:53:49 +02:00
main.cpp FontEditor: Allow application to launch without a font 2023-05-13 12:53:49 +02:00
MainWidget.cpp FontEditor: Allow application to launch without a font 2023-05-13 12:53:49 +02:00
MainWidget.h FontEditor: Allow application to launch without a font 2023-05-13 12:53:49 +02:00
NewFontDialog.cpp LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
NewFontDialog.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
NewFontDialogPage1.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
NewFontDialogPage2.gml FontEditor: Update GML for new layout system 2022-07-06 14:25:30 +02:00
Resources.h FontEditor: Don't crash on missing icons 2023-05-13 12:53:49 +02:00
UndoSelection.h Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +01:00