Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't insert extra runs for hyphens | Matthias Clasen | 2019-07-20 | 3 | -104/+55 |
* | Quiet a compiler warning | Matthias Clasen | 2019-07-20 | 1 | -2/+2 |
* | Remove unused remnants of shape engine | Khaled Hosny | 2019-07-19 | 4 | -184/+0 |
* | Remove now unused platform shaping code | Khaled Hosny | 2019-07-19 | 5 | -1353/+0 |
* | Merge branch 'wip/kill-shape-engine' into 'master' | Matthias Clasen | 2019-07-18 | 13 | -370/+166 |
|\ | |||||
| * | Rename _pango_fc_shape | Matthias Clasen | 2019-07-18 | 4 | -21/+54 |
| * | Stop exporting _pango_fc_shape | Matthias Clasen | 2019-07-18 | 1 | -1/+0 |
| * | Document engines as unused | Matthias Clasen | 2019-07-18 | 1 | -2/+2 |
| * | Deprecate pango_font_find_shaper | Matthias Clasen | 2019-07-18 | 3 | -12/+3 |
| * | win32: Stop providing a shape engine | Matthias Clasen | 2019-07-18 | 1 | -44/+0 |
| * | coretext: Stop providing a shape engine | Matthias Clasen | 2019-07-18 | 1 | -41/+0 |
| * | fc: Stop providing a shape engine | Matthias Clasen | 2019-07-18 | 1 | -45/+0 |
| * | itemize: Stop filling analysis->shape_engine | Matthias Clasen | 2019-07-18 | 1 | -88/+36 |
| * | Switch to using harfbuzz for shaping | Matthias Clasen | 2019-07-18 | 1 | -61/+73 |
| * | Move _pango_fc_shape to libpango | Matthias Clasen | 2019-07-18 | 2 | -9/+9 |
| * | shape: Drop unneeded includes | Matthias Clasen | 2019-07-18 | 1 | -3/+2 |
| * | shape: Stop rounding glyph positions | Matthias Clasen | 2019-07-18 | 1 | -56/+0 |
* | | Expand docs for pango_font_get_hb_font | Matthias Clasen | 2019-07-18 | 1 | -0/+4 |
* | | Make hb fonts immutable in the frontend | Matthias Clasen | 2019-07-18 | 4 | -6/+2 |
|/ | |||||
* | win32: Implement create_hb_font | Chun-wei Fan | 2019-07-18 | 1 | -0/+85 |
* | coretext: Implement create_hb_font | Matthias Clasen | 2019-07-18 | 1 | -0/+24 |
* | fc: Drop freetype from pangofc-font.h | Matthias Clasen | 2019-07-18 | 6 | -12/+9 |
* | fc: Drop some gratitious use of FT types | Matthias Clasen | 2019-07-18 | 4 | -15/+3 |
* | fc: Deprecate FT_Face getters | Matthias Clasen | 2019-07-18 | 2 | -2/+4 |
* | fc: Use harfbuzz for glyph extents | Matthias Clasen | 2019-07-18 | 1 | -63/+28 |
* | fc: Use harfbuzz for font metrics | Matthias Clasen | 2019-07-18 | 1 | -111/+28 |
* | fc: Drop the cmap cache | Matthias Clasen | 2019-07-18 | 3 | -78/+0 |
* | fc: Use harfbuzz for glyph lookup | Matthias Clasen | 2019-07-18 | 1 | -42/+4 |
* | fc: Make pangofc_shape backend-neutral | Matthias Clasen | 2019-07-18 | 1 | -44/+47 |
* | fc: Make hb font immutable | Matthias Clasen | 2019-07-18 | 1 | -0/+2 |
* | fc: Move font setup code from the shaper | Matthias Clasen | 2019-07-18 | 3 | -332/+147 |
* | fc: Implement create_hb_font | Matthias Clasen | 2019-07-18 | 3 | -1/+69 |
* | Add api to get a hb_font_t | Matthias Clasen | 2019-07-18 | 3 | -6/+49 |
* | coretext: Remove unused code | Matthias Clasen | 2019-07-18 | 1 | -24/+0 |
* | Fix more compiler warnings | Matthias Clasen | 2019-07-18 | 2 | -2/+2 |
* | Fix compiler warnings | Matthias Clasen | 2019-07-18 | 4 | -5/+5 |
* | OS X: Prevent recursion in get_metrics | Matthias Clasen | 2019-07-18 | 1 | -14/+0 |
* | OS X: build fixes | Matthias Clasen | 2019-07-18 | 2 | -1/+4 |
* | glyph iter: Adjust assertions | Matthias Clasen | 2019-07-17 | 1 | -2/+2 |
* | layout: Fix reshaping with hyphen runs | Matthias Clasen | 2019-07-17 | 1 | -2/+15 |
* | layout: Correctly account for hyphen width | Matthias Clasen | 2019-07-17 | 1 | -8/+14 |
* | Fix a compiler warning | Matthias Clasen | 2019-07-17 | 1 | -1/+0 |
* | fc: Return a coverage level | Matthias Clasen | 2019-07-17 | 1 | -1/+3 |
* | Fix no-break attribute filtering | Matthias Clasen | 2019-07-17 | 1 | -1/+5 |
* | Merge branch 'tailor-break' into 'master' | Matthias Clasen | 2019-07-16 | 3 | -64/+106 |
|\ | |||||
| * | Deprecate pango_break | Matthias Clasen | 2019-07-16 | 2 | -13/+10 |
| * | layout: Tailor breaks properly | Matthias Clasen | 2019-07-16 | 1 | -35/+47 |
| * | Add pango_tailor_break | Matthias Clasen | 2019-07-16 | 2 | -16/+49 |
* | | cairo win32: Set height in font metrics | Matthias Clasen | 2019-07-16 | 1 | -4/+3 |
* | | context: Treat metrics height like ascent+descent | Matthias Clasen | 2019-07-16 | 1 | -0/+1 |