summaryrefslogtreecommitdiff
path: root/tests/test-ellipsize.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a test for ellipsis shapingMatthias Clasen2019-11-031-0/+29
|
* Prevent a crash in ellipsizationMatthias Clasen2019-08-081-5/+27
| | | | | | | We were crashing when ellipsizing text without any attributes. Test included.
* Pass the right attributes when shaping ellipsesMatthias Clasen2019-08-061-0/+73
Now that we are splitting attributes into those that are relevant for itemization and shaping, we need to make sure to pass the right ones along when ellipsizing, or we risk picking a wildly mismatching font for the ellipsis run, causing things to shift vertically. Test included. Closes: https://gitlab.gnome.org/GNOME/pango/issues/397 Thanks to Jorge Luis Martinez Gomez for his help in tracking this down.