1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 06:45:06 +00:00
serenity/Userland/Applications/FontEditor
Marcus Nilsson cecbed467b LibGUI: Move rotate cw/ccw to CommonActions
The rotate clockwise/rotate counterclockwise actions can be added to
CommonActions since they are repeated in FontEditor, ImageViewer and
PixelPaint. This keeps the shortcuts and icons consistent across
applications.
2022-01-06 21:25:02 +01:00
..
.gitignore Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt Userland: Link directly against LibUnicodeData where needed 2021-12-30 14:18:12 +01:00
FontEditor.cpp LibGUI: Move rotate cw/ccw to CommonActions 2022-01-06 21:25:02 +01:00
FontEditor.h FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
FontEditorWindow.gml FontEditor: Convert mode and transform buttons into toolbar actions 2021-11-30 10:51:51 +01:00
GlyphEditorWidget.cpp FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
GlyphEditorWidget.h FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
GlyphMapWidget.cpp FontEditor: Remove superfluous 'this' pointers 2021-11-30 10:51:51 +01:00
GlyphMapWidget.h FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
main.cpp Userland: Link directly against LibUnicodeData where needed 2021-12-30 14:18:12 +01:00
NewFontDialog.cpp FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
NewFontDialog.h FontEditor: Remove unused Vector<String> 2021-11-30 10:51:51 +01:00
NewFontDialogPage1.gml FontEditor: Allow editing new font header 2021-09-24 14:59:39 +02:00
NewFontDialogPage2.gml FontEditor: Correct NewFontDialog layout issues 2021-11-30 10:51:51 +01:00
UndoGlyph.h FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00