summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | NEWS: Some more updatesMatthias Clasen2019-07-221-0/+1
* | Merge branch 'better-hyphens' into 'master'Matthias Clasen2019-07-2218-187/+297
|\ \
| * | ci: install droid sansMatthias Clasen2019-07-221-0/+1
| * | testiter: Add more debug spewMatthias Clasen2019-07-221-2/+9
| * | Fix a comment typoMatthias Clasen2019-07-221-1/+1
| * | Remove an unused variableMatthias Clasen2019-07-221-3/+0
| * | Add a missing Since tagMatthias Clasen2019-07-201-0/+2
| * | Update expected test outputMatthias Clasen2019-07-204-28/+26
| * | Use the allow_breaks attributeMatthias Clasen2019-07-201-2/+2
| * | test-break: Use pango_layout_get_log_attrsMatthias Clasen2019-07-201-3/+18
| * | 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-204-1/+50
| * | 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-204-104/+56
| * | Quiet a compiler warningMatthias Clasen2019-07-201-2/+2
* | | Merge branch 'pango-win32-font-fallback-add-back-old-fallbacks' into 'master'Matthias Clasen2019-07-211-0/+11
|\ \ \
| * | | pangowin32: add back the old font fallback list for each registered fontChristoph Reiter2019-07-211-0/+11
* | | | Merge branch 'improve-fontconfig-dep-search' into 'master'Christoph Reiter2019-07-212-2/+13
|\ \ \ \ | |/ / / |/| | |
| * | | build: Only use fallback dep for FontConfig when needed/requestedChun-wei Fan2019-07-192-2/+13
* | | | Merge branch 'cairo-detection-improvements' into 'master'Matthias Clasen2019-07-212-3/+18
|\ \ \ \
| * | | | build: Only use fallback for Cairo dep when necessaryChun-wei Fan2019-07-191-2/+9
| * | | | pango/meson.build: Fix pangocairo.pc on MSVC buildsChun-wei Fan2019-07-191-1/+9
| |/ / /
* | | | Merge branch 'pango-attributes-pre-c99' into 'master'Matthias Clasen2019-07-201-1/+1
|\ \ \ \
| * | | | pango/pango-attributes.c: Trivial fix for pre-C99Chun-wei Fan2019-07-201-1/+1
|/ / / /
* | | | Merge branch 'attribute-list' into 'master'Matthias Clasen2019-07-196-162/+253
|\ \ \ \ | |_|/ / |/| | |
| * | | Add a test for pango_attr_list_updateMatthias Clasen2019-07-191-0/+45
| * | | Add a function to update attribute listsMatthias Clasen2019-07-193-0/+87
| * | | tests: Use pango_attr_list_get_attributesMatthias Clasen2019-07-193-162/+96
| * | | Add pango_attr_list_get_attributesMatthias Clasen2019-07-193-0/+25
|/ / /
* | | Merge branch 'shape-engine-remnants' into 'master'Matthias Clasen2019-07-1910-1538/+0
|\ \ \ | |/ / |/| |
| * | Remove unused remnants of shape engineKhaled Hosny2019-07-195-185/+0
| * | Remove now unused platform shaping codeKhaled Hosny2019-07-195-1353/+0
|/ /
* | Update docs imageMatthias Clasen2019-07-182-0/+251
* | NEWS: Some more updatesMatthias Clasen2019-07-181-1/+5
* | Merge branch 'wip/kill-shape-engine' into 'master'Matthias Clasen2019-07-1814-370/+170
|\ \
| * | test-shape: Exit quietlyMatthias Clasen2019-07-181-0/+4
| * | 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