ladybird/Userland/Applications/FontEditor
networkException 4230dbbb21 AK+Everywhere: Replace "protocol" with "scheme" url helpers
URL had properly named replacements for protocol(), set_protocol() and
create_with_file_protocol() already. This patch removes these function
and updates all call sites to use the functions named according to the
specification.

See https://url.spec.whatwg.org/#concept-url-scheme
2022-09-29 09:39:04 +01:00
..
CMakeLists.txt LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData 2022-09-05 14:37:16 -04:00
FontEditorWindow.gml LibGUI+Applications: Govern Splitter resizing by opportunistic growth 2022-08-05 13:54:18 +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 AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
MainWidget.cpp AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
MainWidget.h FontEditor: Add an option to show or hide modification highlights 2022-08-14 13:59:19 +01:00
NewFontDialog.cpp FontEditor: Move new font creation to NewFontDialog and handle errors 2022-08-04 02:54:00 +02:00
NewFontDialog.h FontEditor: Move new font creation to NewFontDialog and handle errors 2022-08-04 02:54:00 +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: Store glyph modified state on the undo stack 2022-08-14 13:59:19 +01:00