summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/GlyphMapWidget.h
AgeCommit message (Expand)Author
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-03-20LibGUI+FontEditor: Add context menu for editor actionsthankyouverycool
2022-03-20LibGUI: Add set_selection() convenience helper to GlyphMapWidgetthankyouverycool
2022-03-20LibGUI: Add automatic scrolling to GlyphMapWidgetthankyouverycool
2022-03-17LibGUI: Clamp selection when drag-selecting over out of range areaMaciej
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-02-15LibGUI: Allow GlyphMapWidget to filter by code point rangesthankyouverycool
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2022-01-16LibGUI: Allow selecting glyphs by dragging in GlyphMapWidgetthankyouverycool
2022-01-16LibGUI+FontEditor: Move seek-prev/next-glyph logic into GlyphMapWidgetSam Atkins
2022-01-16LibGUI: Add on_glyph_double_clicked() callback to GlyphMapWidgetSam Atkins
2022-01-16LibGUI: Remove unused method definitions from GlyphMapWidgetSam Atkins
2022-01-16LibGUI: Recalculate GlyphMapWidget content size when changing fontSam Atkins
2022-01-16LibGUI: Make GlyphMapWidget work with vector fontsSam Atkins
2022-01-16LibGUI+FontEditor: Move GlyphMapWidget to LibGUISam Atkins