1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:58:11 +00:00
serenity/Userland/Applications/FontEditor
sin-ack c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars
This prevents us from needing a sv suffix, and potentially reduces the
need to run generic code for a single character (as contains,
starts_with, ends_with etc. for a char will be just a length and
equality check).

No functional changes.
2022-07-12 23:11:35 +02:00
..
CMakeLists.txt FontEditor: Rename FontEditorWidget => FontEditor::MainWidget 2022-07-06 14:25:30 +02:00
FontEditorWindow.gml FontEditor: Update GML for new layout system 2022-07-06 14:25:30 +02:00
FontPreviewWindow.gml FontEditor: Convert preview window to GML and propagate its errors 2022-07-06 14:25:30 +02:00
GlyphEditorWidget.cpp FontEditor: Hide Widget::set_font() in GlyphEditorWidget 2022-07-06 14:25:30 +02:00
GlyphEditorWidget.h FontEditor: Hide Widget::set_font() in GlyphEditorWidget 2022-07-06 14:25:30 +02:00
main.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
MainWidget.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
MainWidget.h FontEditor: Rename FontEditorWidget => FontEditor::MainWidget 2022-07-06 14:25:30 +02:00
NewFontDialog.cpp FontEditor: Update GML for new layout system 2022-07-06 14:25:30 +02:00
NewFontDialog.h FontEditor: Remove unused headers and member variables 2022-07-06 14:25:30 +02:00
NewFontDialogPage1.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
NewFontDialogPage2.gml FontEditor: Update GML for new layout system 2022-07-06 14:25:30 +02:00
UndoSelection.h FontEditor: Propagate errors when pushing undo commands 2022-07-06 14:25:30 +02:00