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
/
LibGfx
/
TextLayout.cpp
Age
Commit message (
Expand
)
Author
2023-02-22
LibGfx: Consider multi-code point glyphs when computing text width
Timothy Flynn
2023-01-06
LibGfx: Make text painting better at aligning vector fonts vertically
Andreas Kling
2023-01-06
LibGfx: Slim down Gfx::TextLayout API by removing unused accessors
Andreas Kling
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-03-27
LibGfx: Use Font::pixel_size() instead of glyph_height() when painting
Andreas Kling
2021-07-27
LibGfx: Take the glyph spacing into account when building a line
sin-ack
2021-07-27
LibGfx: Remove extra space considered during wrapping
sin-ack
2021-07-27
LibGfx: Hotfix a -Wmaybe-uninitialized failure on the build bots
Andreas Kling
2021-07-27
LibGfx: Make TextLayout algorithm whitespace-aware
sin-ack
2021-07-26
Userland: Move text wrapping/elision into the new TextLayout :^)
sin-ack