summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor/GlyphMapWidget.cpp
AgeCommit message (Expand)Author
2021-04-23LibGfx+FontEditor: Account for raw width when painting glyphsthankyouverycool
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18FontEditor+LibGfx: Allow user to specify if a specific glyph is presentIdan Horowitz
2021-04-18FontEditor: Update GlyphMap on font type changeIdan Horowitz
2021-04-07FontEditor: Reset selected glyph on initthankyouverycool
2021-04-06FontEditor: Inherit GlyphMapWidget from ScrollableWidgetthankyouverycool
2021-01-12Applications: Move to Userland/Applications/Andreas Kling