1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 08:31:00 +00:00
serenity/Applications/FontEditor
Andreas Kling 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls
This will allow you us to implement special behavior when Ctrl+clicking
a button.
2020-05-12 20:31:16 +02:00
..
.gitignore FontEditor: Initial port to using a VisualBuilder generated UI. 2019-07-11 20:19:26 +02:00
FontEditor.cpp LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
FontEditor.h Applications: FontEditor, relocate form items by fonts size 2020-05-09 10:00:13 +02:00
GlyphEditorWidget.cpp Applications: FontEditor, relocate form items by fonts size 2020-05-09 10:00:13 +02:00
GlyphEditorWidget.h Applications: FontEditor, relocate form items by fonts size 2020-05-09 10:00:13 +02:00
GlyphMapWidget.cpp Applications: FontEditor, relocate form items by fonts size 2020-05-09 10:00:13 +02:00
GlyphMapWidget.h Applications: FontEditor, relocate form items by fonts size 2020-05-09 10:00:13 +02:00
main.cpp Applications: FontEditor, relocate form items by fonts size 2020-05-09 10:00:13 +02:00
Makefile Applications: FontEditor, relocate form items by fonts size 2020-05-09 10:00:13 +02:00