ladybird/Applications/FontEditor
Andreas Kling 4ab0cd5d4c LibGUI: Move frame painting from GFrame to StylePainter.
This way it can be used by others who might not have a GFrame object.
2019-04-10 03:43:46 +02:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
FontEditor.cpp LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor. 2019-04-10 03:08:29 +02:00
FontEditor.h FontEditor: Break out classes into separate files. 2019-04-03 15:23:13 +02:00
GlyphEditorWidget.cpp LibGUI: Move frame painting from GFrame to StylePainter. 2019-04-10 03:43:46 +02:00
GlyphEditorWidget.h FontEditor: Convert the glyph map and editor widgets to be GFrames. 2019-04-10 02:43:57 +02:00
GlyphMapWidget.cpp LibGUI: Move frame painting from GFrame to StylePainter. 2019-04-10 03:43:46 +02:00
GlyphMapWidget.h FontEditor: Convert the glyph map and editor widgets to be GFrames. 2019-04-10 02:43:57 +02:00
main.cpp FontEditor: Tighten the window size a bit. 2019-04-10 03:14:17 +02:00
Makefile FontEditor: Break out classes into separate files. 2019-04-03 15:23:13 +02:00