Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pango-view: Accept width 0 | Matthias Clasen | 2021-11-11 | 1 | -2/+2 |
| | | | | | | GTK frequently uses this width during measuring, so it is good if we can reproduce what happens in this case. | ||||
* | pango-view: Add --pango-units | Matthias Clasen | 2021-11-11 | 1 | -4/+28 |
| | | | | This can make it easier to reproduce problems. | ||||
* | Add an option to pango-viewjustify-last-line | Matthias Clasen | 2021-08-10 | 1 | -2/+6 |
| | | | | | Give pango-view a --justify-last-line option to test the new PangoLayout option for this. | ||||
* | pango-view: Add a --subpixel-positions option | Matthias Clasen | 2019-08-03 | 1 | -0/+3 |
| | | | | | | This lets us explore the influence of subpixel positioning in various contexts without relying on gtk applications. | ||||
* | pango-view: Add font options | Matthias Clasen | 2019-07-31 | 1 | -2/+92 |
| | | | | | | | Add commandline options for antialiasing, subpixel order and metrics hinting, so we can reproduce font rendering issues with pango-view. | ||||
* | pango-view: Make it possible to turn line-spacing off | Matthias Clasen | 2019-07-16 | 1 | -4/+6 |
| | |||||
* | pango-view: Add a --line-spacing option | Matthias Clasen | 2019-07-05 | 1 | -0/+6 |
| | | | | Add a way to try pango_layout_set_line_spacing(). | ||||
* | pango-view: Add a --spacing option | Matthias Clasen | 2019-07-04 | 1 | -0/+6 |
| | |||||
* | Rename pango-view/ dir to utils/ | Behdad Esfahbod | 2018-07-08 | 1 | -0/+823 |