serenity/Userland/Applications/FontEditor
Vitaly Dyachkov 32b8795091 LibConfig: Rename pledge_domains(String) => pledge_domain(String)
pledge_domains() that takes only one String argument was specifically
added as a shortcut for pledging a single domain. So, it makes sense to
use singular here.
2022-02-11 18:06:39 +01:00
..
CMakeLists.txt LibGUI+FontEditor: Move GlyphMapWidget to LibGUI 2022-01-16 11:17:03 +01:00
FontEditor.cpp FontEditor: Retrieve code point abbreviations from LibUnicode 2022-01-18 15:13:25 +00:00
FontEditor.h FontEditor: Disambiguate save function from save-as action 2022-01-16 21:36:39 +01:00
FontEditorWindow.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
GlyphEditorWidget.cpp FontEditor: Remove unnecessary call during GlyphEditor init 2022-01-16 21:36:39 +01:00
GlyphEditorWidget.h FontEditor: Support selection ranges 2022-01-09 00:18:46 +01:00
main.cpp LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +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 Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
NewFontDialogPage2.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
UndoGlyph.h FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00