1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 21:51:01 +00:00
serenity/Applications/FontEditor
Andreas Kling f2580dcfeb FontEditor: Remove weird focus rects and optimize repaint while drawing.
I added focus rects to these widgets because I had just started working on
focus support and I was excited but it doesn't really make sense for these
things to have focus rects. :^)

While I was here I also optimized the repaint code to only update the edited
glyph in the glyph map when editing its pixels.
2019-04-06 15:28:06 +02:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
FontEditor.cpp FontEditor: Remove weird focus rects and optimize repaint while drawing. 2019-04-06 15:28:06 +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