ladybird/Userland/Applications/FontEditor
Andreas Kling b6f49924be LibDesktop: Make allowlist APIs return ErrorOr<void>
This makes it very smooth to use TRY() when setting up these lists,
as you can see in the rest of this commit. :^)
2021-11-24 00:25:23 +01:00
..
.gitignore Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt FontEditor: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
FontEditor.cpp LibGUI+Everywhere: Make sync requests to Clipboard server more obvious 2021-11-21 11:49:06 +00:00
FontEditor.h FontEditor: Accept file drops 2021-10-17 13:53:08 +01:00
FontEditorWindow.gml FontEditor: Add ability to copy the selected code point 2021-11-20 12:56:35 +01:00
GlyphEditorWidget.cpp FontEditor: Make glyph parsing more robust 2021-11-21 11:49:06 +00:00
GlyphEditorWidget.h FontEditor: Support flipping and rotating 2021-11-20 12:56:35 +01: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 LibDesktop: Make allowlist APIs return ErrorOr<void> 2021-11-24 00:25:23 +01: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: Tighten type of UndoGlyph::undo_state (cannot fail) 2021-11-20 12:56:35 +01:00