Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a test for ellipsis shaping | Matthias Clasen | 2019-11-03 | 1 | -0/+29 |
| | |||||
* | Prevent a crash in ellipsization | Matthias Clasen | 2019-08-08 | 1 | -5/+27 |
| | | | | | | | We were crashing when ellipsizing text without any attributes. Test included. | ||||
* | Pass the right attributes when shaping ellipses | Matthias Clasen | 2019-08-06 | 1 | -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. |