ladybird/Applications/FontEditor
Andreas Kling 4c0f586f2b LibGUI: Add a spinbox widget.
This is essentially a combo widget containing a single-line GTextEditor
and two buttons for increment and decrement. The GTextEditor::on_change
callback is hooked to prevent non-numeric input but it's not entirely
perfect since that callback is asynchronous. This will work until we have
some more sophisticated input validation mechanism though.
2019-04-09 16:29:00 +02:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
FontEditor.cpp LibGUI: Add a spinbox widget. 2019-04-09 16:29:00 +02:00
FontEditor.h FontEditor: Break out classes into separate files. 2019-04-03 15:23:13 +02:00
GlyphEditorWidget.cpp FontEditor: Remove weird focus rects and optimize repaint while drawing. 2019-04-06 15:28:06 +02:00
GlyphEditorWidget.h FontEditor: Remove weird focus rects and optimize repaint while drawing. 2019-04-06 15:28:06 +02:00
GlyphMapWidget.cpp FontEditor: Remove weird focus rects and optimize repaint while drawing. 2019-04-06 15:28:06 +02:00
GlyphMapWidget.h FontEditor: Remove weird focus rects and optimize repaint while drawing. 2019-04-06 15:28:06 +02:00
main.cpp LibGUI: Implement nested event loops to support dialog boxes. 2019-03-19 00:01:02 +01:00
Makefile FontEditor: Break out classes into separate files. 2019-04-03 15:23:13 +02:00