summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Skip Harfbuzz type getterEmmanuele Bassi2019-08-021-1/+1
* Skip some deprecated symbolsEmmanuele Bassi2019-08-021-7/+7
* Add a boxed type for PangoAttrIteratorEmmanuele Bassi2019-08-022-0/+8
* Add a boxed type for PangoScriptIterEmmanuele Bassi2019-08-022-1/+17
* Add PangoCoverage GType getter to the public headerEmmanuele Bassi2019-08-023-8/+7
* Ensure arguments name match the documentationEmmanuele Bassi2019-08-023-5/+5
* Ignore unprefixed symbolsEmmanuele Bassi2019-08-021-0/+7
* Revert "shape: Simplify font function"Matthias Clasen2019-08-011-0/+74
* Avoid another compiler warningMatthias Clasen2019-08-011-4/+1
* Avoid an implicit fallthroughMatthias Clasen2019-08-011-0/+1
* Annotate implicit fallthroughMatthias Clasen2019-08-011-0/+1
* shape: use hb_font_get_nominal_glyph()Khaled Hosny2019-08-011-1/+1
* shape: Simplify font functionKhaled Hosny2019-08-011-74/+0
* Always use our font funcsMatthias Clasen2019-08-011-2/+1
* Initialize the context structMatthias Clasen2019-08-011-1/+1
* Make our font funcs immutableMatthias Clasen2019-08-011-1/+3
* Merge branch 'pangofc-api' into 'master'Matthias Clasen2019-08-012-15/+15
|\
| * Keep deprecated pango_fc apis in pango-fc-font.hMatthias Clasen2019-08-012-15/+15
* | coretext: Make “system-ui” alias workKhaled Hosny2019-08-011-16/+15
|/
* Set design coords for named instancesMatthias Clasen2019-07-291-84/+47
* Turn off ligatures when letterspacingMatthias Clasen2019-07-291-0/+23
* Take font matrix into accountMatthias Clasen2019-07-281-0/+19
* pkgconfig: Make harfbuzz a RequiresMatthias Clasen2019-07-281-1/+1
* Fix up harfbuzz includesMatthias Clasen2019-07-284-4/+4
* Fix harfbuzz includesMatthias Clasen2019-07-281-1/+1
* Fix some issues with hyphensMatthias Clasen2019-07-271-18/+37
* Fix a crash with line break controlMatthias Clasen2019-07-271-1/+1
* 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