1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:18:14 +00:00
serenity/Userland/Applications/FontEditor
Ben Wiederhake a8c95097b5 FontEditor: Convert UI from fixed to implicit height
This gets rid of a magic number, and means that the widget will adapt
nicely when the system font changes.
2021-11-20 12:56:35 +01:00
..
.gitignore Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
FontEditor.cpp FontEditor: Show code point name in status bar 2021-11-20 00:31:55 +01:00
FontEditor.h FontEditor: Accept file drops 2021-10-17 13:53:08 +01:00
FontEditorWindow.gml FontEditor: Convert UI from fixed to implicit height 2021-11-20 12:56:35 +01:00
GlyphEditorWidget.cpp LibCore: Use ErrorOr<T> for Core::File::open() 2021-11-08 00:35:27 +01:00
GlyphEditorWidget.h FontEditor: Save discrete undo and redo states for each Command 2021-08-27 12:38:29 +02:00
GlyphMapWidget.cpp FontEditor: Keep selected glyph in view on resize 2021-09-22 21:35:42 +02:00
GlyphMapWidget.h FontEditor: Remove reprobe_font() 2021-09-22 21:35:42 +02:00
main.cpp FontEditor: Update editor to handle new font format 2021-09-19 00:58:59 +02:00
NewFontDialog.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
NewFontDialog.h FontEditor: Allow editing new font header 2021-09-24 14:59:39 +02:00
NewFontDialogPage1.gml FontEditor: Allow editing new font header 2021-09-24 14:59:39 +02:00
NewFontDialogPage2.gml Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00
UndoGlyph.h FontEditor: Put glyph width changes on the undo stack 2021-09-22 21:35:42 +02:00