serenity/Userland/Applications/FontEditor
Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref()
This makes it more symmetrical with adopt_own() (which is used to
create a NonnullOwnPtr from the result of a naked new.)
2021-04-23 16:46:57 +02:00
..
.gitignore
CMakeLists.txt FontEditor: Add undo and redo commands 2021-04-23 11:08:11 +02:00
FontEditor.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
FontEditor.h FontEditor: Add undo and redo commands 2021-04-23 11:08:11 +02:00
FontEditorWindow.gml FontEditor: Set correct mean- and baseline ranges for new fonts 2021-04-23 11:08:11 +02:00
GlyphEditorWidget.cpp LibGfx+FontEditor: Account for raw width when painting glyphs 2021-04-23 11:08:11 +02:00
GlyphEditorWidget.h FontEditor: Add move glyph tool 2021-04-23 11:08:11 +02:00
GlyphMapWidget.cpp LibGfx+FontEditor: Account for raw width when painting glyphs 2021-04-23 11:08:11 +02:00
GlyphMapWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
NewFontDialog.cpp FontEditor: Set proper defaults in NewFontDialog 2021-04-23 11:08:11 +02:00
NewFontDialog.h FontEditor: Set proper defaults in NewFontDialog 2021-04-23 11:08:11 +02:00
NewFontDialogPage1.gml FontEditor: Add 'New Font' wizard to editor 2021-04-11 01:16:34 +02:00
NewFontDialogPage2.gml FontEditor: Set proper defaults in NewFontDialog 2021-04-23 11:08:11 +02:00
UndoGlyph.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00