summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* PangoWin32: Use hb_font_get_nominal_glyphKhaled Hosny2019-07-274-731/+60
* Fix an uninitialized valueMatthias Clasen2019-07-271-9/+13
* fc: Set variation coords on the harfbuzz fontMatthias Clasen2019-07-251-23/+86
* PangoWin32: Make font discovery thread-safeChun-wei Fan2019-07-253-32/+38
* cairo: Render visible space differentlyMatthias Clasen2019-07-252-3/+80
* cairo: Better hex boxes for ignorablesMatthias Clasen2019-07-252-9/+32
* Add a utility function for ignorablesMatthias Clasen2019-07-251-0/+70
* shape: Apply the show attributeMatthias Clasen2019-07-251-3/+245
* layout: Don't zero the width of visible spaceMatthias Clasen2019-07-251-0/+4
* layout: Make tab visible tooMatthias Clasen2019-07-251-2/+24
* layout: Use a show attributeMatthias Clasen2019-07-251-0/+6
* layout: The show attribute affects shapingMatthias Clasen2019-07-251-0/+1
* markup: Support the new attributeMatthias Clasen2019-07-251-0/+43
* Add an attribute for showing invisible charsMatthias Clasen2019-07-252-1/+49
* Add a helper for parsing flagsMatthias Clasen2019-07-252-0/+66
* xft: Fix compiler warningsMatthias Clasen2019-07-251-2/+2
* PangoWin32: Drop _pango_win32_os_version_infoChun-wei Fan2019-07-254-17/+3
* pango/pangowin32-fontmap.c: Fix code formattingChun-wei Fan2019-07-251-216/+221
* layout: Flip the logic for attribute filteringMatthias Clasen2019-07-241-86/+88
* Fix misleading indentationMatthias Clasen2019-07-241-1/+1
* layout: Fix misleading namingMatthias Clasen2019-07-241-17/+17
* 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