1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Userland/Applications/FontEditor
thankyouverycool ca6cb6cec3 FontEditor: Simplify initialization by disabling widget callbacks
Reduces some complexity dealing with callback effects and fixes
redundant calls to update_title and erroneously set glyph widths.
2021-09-22 21:35:42 +02:00
..
.gitignore Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
FontEditor.cpp FontEditor: Simplify initialization by disabling widget callbacks 2021-09-22 21:35:42 +02:00
FontEditor.h FontEditor: Add new tools to navigate code points 2021-09-19 00:58:59 +02:00
FontEditorWindow.gml FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
GlyphEditorWidget.cpp FontEditor: Simplify initialization by disabling widget callbacks 2021-09-22 21:35:42 +02:00
GlyphEditorWidget.h FontEditor: Save discrete undo and redo states for each Command 2021-08-27 12:38:29 +02:00
GlyphMapWidget.cpp FontEditor: Simplify initialization by disabling widget callbacks 2021-09-22 21:35:42 +02:00
GlyphMapWidget.h FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
main.cpp FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
NewFontDialog.cpp FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
NewFontDialog.h FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
NewFontDialogPage1.gml FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
NewFontDialogPage2.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
UndoGlyph.h FontEditor: Save discrete undo and redo states for each Command 2021-08-27 12:38:29 +02:00