Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add pango_item_unsplit | Matthias Clasen | 2021-11-11 | 2 | -1/+30 | |
| * | | Reserve the remaining bits in PangoLogAttr | Matthias Clasen | 2021-11-11 | 1 | -0/+2 | |
| * | | pango-view: Accept width 0 | Matthias Clasen | 2021-11-11 | 1 | -2/+2 | |
| * | | pango-view: Add --pango-units | Matthias Clasen | 2021-11-11 | 1 | -4/+28 | |
| * | | Cosmetics | Matthias Clasen | 2021-11-11 | 1 | -2/+2 | |
|/ / | ||||||
* | | Merge branch 'fix-hyphen-width' into 'main' | Matthias Clasen | 2021-11-11 | 4 | -16/+39 | |
|\ \ | |/ |/| | ||||||
| * | Update affected testsfix-hyphen-width | Matthias Clasen | 2021-11-10 | 2 | -8/+8 | |
| * | Add a test for layout width | Matthias Clasen | 2021-11-10 | 1 | -0/+26 | |
| * | layout: Fix a poblem with hyphen width | Matthias Clasen | 2021-11-10 | 1 | -8/+5 | |
|/ | ||||||
* | docs: Small addition | Matthias Clasen | 2021-11-10 | 1 | -3/+3 | |
* | Merge branch 'newer-fontconfig' into 'main' | Matthias Clasen | 2021-11-09 | 4 | -30/+17 | |
|\ | ||||||
| * | fc: Drop unnecessary ifdefs | Matthias Clasen | 2021-11-08 | 3 | -29/+16 | |
| * | Bump fontconfig dep to 2.13.0 | Matthias Clasen | 2021-11-08 | 1 | -1/+1 | |
* | | Merge branch 'set-ptem' into 'main' | Matthias Clasen | 2021-11-09 | 1 | -21/+20 | |
|\ \ | |/ |/| | ||||||
| * | Call hb_font_set_ptem when creating fontsset-ptem | Matthias Clasen | 2021-11-08 | 1 | -21/+20 | |
|/ | ||||||
* | Update docs | Matthias Clasen | 2021-11-08 | 1 | -1/+2 | |
* | 1.49.31.49.3 | Matthias Clasen | 2021-11-08 | 2 | -1/+9 | |
* | Merge branch 'small-caps' into 'main' | Matthias Clasen | 2021-11-08 | 12 | -170/+661 | |
|\ | ||||||
| * | itemize: Handle text transformssmall-caps | Matthias Clasen | 2021-11-08 | 1 | -17/+70 | |
| * | Reshuffle itemize API | Matthias Clasen | 2021-11-08 | 3 | -31/+59 | |
| * | Cosmetics: Add the right section | Matthias Clasen | 2021-11-07 | 1 | -1/+4 | |
| * | Reshuffle private headers a bit | Matthias Clasen | 2021-11-07 | 3 | -14/+15 | |
| * | shape: Be consistent when getting text transforms | Matthias Clasen | 2021-11-07 | 1 | -2/+3 | |
| * | itemize: Emulate other casing variants | Matthias Clasen | 2021-11-07 | 1 | -67/+130 | |
| * | Add variant roundtrip tests | Matthias Clasen | 2021-11-07 | 1 | -4/+42 | |
| * | fc: Implement the other casing variants | Matthias Clasen | 2021-11-07 | 1 | -5/+66 | |
| * | Add more casing variants | Matthias Clasen | 2021-11-07 | 2 | -3/+30 | |
| * | itemize: Implement emulated Small Caps | Matthias Clasen | 2021-11-07 | 1 | -1/+181 | |
| * | itemize: Break out a helper | Matthias Clasen | 2021-11-07 | 1 | -27/+32 | |
| * | itemize: Handle PANGO_FONT_SCALE_SMALL_CAPS | Matthias Clasen | 2021-11-07 | 1 | -17/+39 | |
| * | Add PANGO_FONT_SCALE_SMALL_CAPS | Matthias Clasen | 2021-11-07 | 1 | -1/+3 | |
| * | shape: Use the new helper | Matthias Clasen | 2021-11-06 | 1 | -68/+2 | |
| * | pango-item: Add a helper | Matthias Clasen | 2021-11-06 | 2 | -0/+73 | |
|/ | ||||||
* | Merge branch 'small-caps' into 'main' | Matthias Clasen | 2021-11-06 | 2 | -0/+62 | |
|\ | ||||||
| * | Add a test for small caps | Matthias Clasen | 2021-11-05 | 1 | -0/+41 | |
| * | fc: Implement PANGO_VARIANT_SMALL_CAPS | Matthias Clasen | 2021-11-05 | 1 | -0/+21 | |
|/ | ||||||
* | Merge branch 'advance-transform' into 'main' | Matthias Clasen | 2021-11-05 | 1 | -29/+13 | |
|\ | ||||||
| * | Fix advance widths with transformsadvance-transform | Matthias Clasen | 2021-11-05 | 1 | -29/+13 | |
|/ | ||||||
* | Merge branch 'more-default-ignorables' into 'main' | Matthias Clasen | 2021-11-03 | 1 | -0/+5 | |
|\ | ||||||
| * | Add a few more default-ignorablesmore-default-ignorables | Matthias Clasen | 2021-11-03 | 1 | -0/+5 | |
|/ | ||||||
* | Merge branch 'ci-require-macos' into 'main' | Matthias Clasen | 2021-11-02 | 2 | -1/+18 | |
|\ | ||||||
| * | Revert "ci: Allow macos to fail"ci-require-macos | Matthias Clasen | 2021-11-02 | 1 | -1/+0 | |
| * | Skip a failing test on macOS | Matthias Clasen | 2021-11-02 | 1 | -0/+18 | |
|/ | ||||||
* | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-11-01 | 1 | -1/+3 | |
|\ | ||||||
| * | fontset: Add a missing annotation | Matthias Clasen | 2021-10-31 | 1 | -1/+3 | |
|/ | ||||||
* | Merge branch 'matthiasc/for-main' into 'main' | Matthias Clasen | 2021-10-31 | 2 | -0/+41 | |
|\ | ||||||
| * | Add tests for matrix transformations | Matthias Clasen | 2021-10-31 | 1 | -0/+39 | |
| * | Make logical glyph extents better | Matthias Clasen | 2021-10-31 | 1 | -0/+2 | |
|/ | ||||||
* | Merge branch 'glyph-extents-fixes' into 'main' | Matthias Clasen | 2021-10-31 | 3 | -36/+113 | |
|\ | ||||||
| * | cairo: Small fixupglyph-extents-fixes | Matthias Clasen | 2021-10-30 | 1 | -1/+1 |