summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Bring back unknown glyph size definesMatthias Clasen2019-07-242-6/+4
* Add system-ui generic family supportAkira TAGOH2019-07-243-3/+29
* doc cleanupsMatthias Clasen2019-07-233-120/+118
* Remove an unused functionMatthias Clasen2019-07-231-9/+0
* Merge branch 'better-hyphens' into 'master'Matthias Clasen2019-07-229-150/+240
|\
| * Fix a comment typoMatthias Clasen2019-07-221-1/+1
| * Add a missing Since tagMatthias Clasen2019-07-201-0/+2
| * layout: Pass offset to pango_tailor_breakMatthias Clasen2019-07-201-31/+10
| * break: Implement allow-breaksMatthias Clasen2019-07-201-9/+87
| * Add an allow-breaks attributeMatthias Clasen2019-07-203-1/+49
| * Add an offset argument to pango_tailor_breakMatthias Clasen2019-07-202-2/+5
| * Insert hyphens in more placesMatthias Clasen2019-07-201-2/+31
| * Don't insert extra runs for hyphensMatthias Clasen2019-07-203-104/+55
| * Quiet a compiler warningMatthias Clasen2019-07-201-2/+2
* | pangowin32: add back the old font fallback list for each registered fontChristoph Reiter2019-07-211-0/+11
* | 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