ladybird/Userland/Applications/FontEditor
thankyouverycool 57f3b18109 LibGUI+Userland: Remove Toolbar::try_add_{action,separator}()
These calls largely occur during initialization before there's
unsaved state worth preserving
2023-08-15 15:56:34 +02:00
..
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
FontEditorWindow.gml
FontPreviewWindow.gml
GlyphEditorWidget.cpp FontEditor: Don't add ineffectual glyph moves to the undo stack 2023-06-09 17:21:43 +02:00
GlyphEditorWidget.h FontEditor: Don't add ineffectual glyph moves to the undo stack 2023-06-09 17:21:43 +02:00
main.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
MainWidget.cpp LibGUI+Userland: Remove Toolbar::try_add_{action,separator}() 2023-08-15 15:56:34 +02:00
MainWidget.h
NewFontDialog.cpp Applications+Demos+LibGUI: Migrate to fallible WizardDialogs and Pages 2023-06-09 17:21:43 +02:00
NewFontDialog.h Applications+Demos+LibGUI: Migrate to fallible WizardDialogs and Pages 2023-06-09 17:21:43 +02:00
NewFontDialogPage1.gml
NewFontDialogPage2.gml
Resources.h
UndoSelection.h