index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
GlyphMapWidget.cpp
Age
Commit message (
Expand
)
Author
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2022-12-26
LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget
thankyouverycool
2022-12-20
LibGUI+FontEditor: Restore normalized selections on Undo/Redo
thankyouverycool
2022-12-20
LibGUI: Reset GlyphMapWidget scroll value when changing active range
thankyouverycool
2022-12-20
LibGUI: Focus the actively resizing end of GlyphMapWidget selections
thankyouverycool
2022-12-20
LibGUI: Only reset GlyphMapWidget selection on Escape
thankyouverycool
2022-12-20
LibGUI: Add Page{Up,Down} support for GlyphMapWidget
thankyouverycool
2022-12-20
LibGUI: Improve visible glyph estimate in GlyphMapWidget
thankyouverycool
2022-12-20
LibGUI: Adjust GlyphMapWidget content sizing and glyph padding
thankyouverycool
2022-12-20
LibGUI: Implement calculated_min_size() for GlyphMapWidget
thankyouverycool
2022-12-20
LibGUI: Check bounds when moving GlyphMapWidget selections
thankyouverycool
2022-12-20
LibGUI: Ensure GlyphMapWidget selection resets when requested
thankyouverycool
2022-12-20
LibGUI: Disallow GlyphMapWidget selection sizes equal to zero
thankyouverycool
2022-12-20
LibGUI: Forward GlyphMapWidget Key_Tab events
thankyouverycool
2022-11-19
LibGUI: Let Delete remove selections greater than 1 in GlyphMapWidget
thankyouverycool
2022-11-19
LibGUI+Applications: Allow GlyphMapWidget's set_font() to fail
thankyouverycool
2022-11-19
LibGUI+FontEditor: Allow system emoji to be toggled in GlyphMapWidget
thankyouverycool
2022-08-14
LibGUI: Allow GlyphMapWidget to highlight modified glyphs
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-03-20
LibGUI+FontEditor: Add context menu for editor actions
thankyouverycool
2022-03-20
LibGUI: Add set_selection() convenience helper to GlyphMapWidget
thankyouverycool
2022-03-20
LibGUI: Add automatic scrolling to GlyphMapWidget
thankyouverycool
2022-03-20
LibGUI: Use system theme when painting GlyphMapWidget focus outline
thankyouverycool
2022-03-20
LibGUI: Reset GlyphMapWidget only if clicking a new active glyph
thankyouverycool
2022-03-20
LibGUI: Use nicer API for contrained positions in GlyphMapWidget
thankyouverycool
2022-03-20
LibGUI: Remove unnecessary MouseEvent calls in GlyphMapWidget
thankyouverycool
2022-03-17
LibGUI: Clamp selection when drag-selecting over out of range area
Maciej
2022-03-17
LibGUI: Update active glyph when drag-selecting in GlyphMapWidget
Maciej
2022-03-17
LibGUI: Use different color for GlyphMapWidget background
Maciej
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-02-15
LibGUI: Allow GlyphMapWidget to filter by code point ranges
thankyouverycool
2022-01-16
LibGUI: Allow selecting glyphs by dragging in GlyphMapWidget
thankyouverycool
2022-01-16
LibGUI+FontEditor: Move seek-prev/next-glyph logic into GlyphMapWidget
Sam Atkins
2022-01-16
LibGUI: Add on_glyph_double_clicked() callback to GlyphMapWidget
Sam Atkins
2022-01-16
LibGUI: Preserve glyph selection when changing font
Sam Atkins
2022-01-16
LibGUI: Recalculate GlyphMapWidget content size when changing font
Sam Atkins
2022-01-16
LibGUI: Make GlyphMapWidget work with vector fonts
Sam Atkins
2022-01-16
LibGUI+FontEditor: Move GlyphMapWidget to LibGUI
Sam Atkins