summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cairo-detection-improvements' into 'master'Matthias Clasen2019-07-211-1/+9
|\
| * pango/meson.build: Fix pangocairo.pc on MSVC buildsChun-wei Fan2019-07-191-1/+9
* | pango/pango-attributes.c: Trivial fix for pre-C99Chun-wei Fan2019-07-201-1/+1
* | Add a function to update attribute listsMatthias Clasen2019-07-192-0/+86
* | Add pango_attr_list_get_attributesMatthias Clasen2019-07-192-0/+24
* | Remove unused remnants of shape engineKhaled Hosny2019-07-194-184/+0
* | Remove now unused platform shaping codeKhaled Hosny2019-07-195-1353/+0
|/
* Merge branch 'wip/kill-shape-engine' into 'master'Matthias Clasen2019-07-1813-370/+166
|\
| * Rename _pango_fc_shapeMatthias Clasen2019-07-184-21/+54
| * Stop exporting _pango_fc_shapeMatthias Clasen2019-07-181-1/+0
| * Document engines as unusedMatthias Clasen2019-07-181-2/+2
| * Deprecate pango_font_find_shaperMatthias Clasen2019-07-183-12/+3
| * win32: Stop providing a shape engineMatthias Clasen2019-07-181-44/+0
| * coretext: Stop providing a shape engineMatthias Clasen2019-07-181-41/+0
| * fc: Stop providing a shape engineMatthias Clasen2019-07-181-45/+0
| * itemize: Stop filling analysis->shape_engineMatthias Clasen2019-07-181-88/+36
| * Switch to using harfbuzz for shapingMatthias Clasen2019-07-181-61/+73
| * Move _pango_fc_shape to libpangoMatthias Clasen2019-07-182-9/+9
| * shape: Drop unneeded includesMatthias Clasen2019-07-181-3/+2
| * shape: Stop rounding glyph positionsMatthias Clasen2019-07-181-56/+0
* | Expand docs for pango_font_get_hb_fontMatthias Clasen2019-07-181-0/+4
* | Make hb fonts immutable in the frontendMatthias Clasen2019-07-184-6/+2
|/
* win32: Implement create_hb_fontChun-wei Fan2019-07-181-0/+85
* coretext: Implement create_hb_fontMatthias Clasen2019-07-181-0/+24
* fc: Drop freetype from pangofc-font.hMatthias Clasen2019-07-186-12/+9
* fc: Drop some gratitious use of FT typesMatthias Clasen2019-07-184-15/+3
* fc: Deprecate FT_Face gettersMatthias Clasen2019-07-182-2/+4
* fc: Use harfbuzz for glyph extentsMatthias Clasen2019-07-181-63/+28
* fc: Use harfbuzz for font metricsMatthias Clasen2019-07-181-111/+28
* fc: Drop the cmap cacheMatthias Clasen2019-07-183-78/+0
* fc: Use harfbuzz for glyph lookupMatthias Clasen2019-07-181-42/+4
* fc: Make pangofc_shape backend-neutralMatthias Clasen2019-07-181-44/+47
* fc: Make hb font immutableMatthias Clasen2019-07-181-0/+2
* fc: Move font setup code from the shaperMatthias Clasen2019-07-183-332/+147
* fc: Implement create_hb_fontMatthias Clasen2019-07-183-1/+69
* Add api to get a hb_font_tMatthias Clasen2019-07-183-6/+49
* coretext: Remove unused codeMatthias Clasen2019-07-181-24/+0
* Fix more compiler warningsMatthias Clasen2019-07-182-2/+2
* Fix compiler warningsMatthias Clasen2019-07-184-5/+5
* OS X: Prevent recursion in get_metricsMatthias Clasen2019-07-181-14/+0
* OS X: build fixesMatthias Clasen2019-07-182-1/+4
* glyph iter: Adjust assertionsMatthias Clasen2019-07-171-2/+2
* layout: Fix reshaping with hyphen runsMatthias Clasen2019-07-171-2/+15
* layout: Correctly account for hyphen widthMatthias Clasen2019-07-171-8/+14
* Fix a compiler warningMatthias Clasen2019-07-171-1/+0
* fc: Return a coverage levelMatthias Clasen2019-07-171-1/+3
* Fix no-break attribute filteringMatthias Clasen2019-07-171-1/+5
* Merge branch 'tailor-break' into 'master'Matthias Clasen2019-07-163-64/+106
|\
| * Deprecate pango_breakMatthias Clasen2019-07-162-13/+10
| * layout: Tailor breaks properlyMatthias Clasen2019-07-161-35/+47