summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add pango_tailor_breakMatthias Clasen2019-07-162-16/+49
* | cairo win32: Set height in font metricsMatthias Clasen2019-07-161-4/+3
* | context: Treat metrics height like ascent+descentMatthias Clasen2019-07-161-0/+1
* | layout: Don't free no_break_attributes prematurelyMatthias Clasen2019-07-161-4/+4
|/
* pangofc-font.c: Trivial fix on pre-C99 compilersChun-wei Fan2019-07-151-2/+2
* layout: Avoid access-after-freeMatthias Clasen2019-07-151-2/+4
* layout: Improve soft hyphen handlingMatthias Clasen2019-07-141-1/+8
* layout: Fix some offset-vs-index confusionMatthias Clasen2019-07-141-32/+54
* layout: Correct a field typeMatthias Clasen2019-07-141-1/+1
* Some more doc tweaksMatthias Clasen2019-07-144-3/+14
* Clean up docs a bitMatthias Clasen2019-07-133-53/+15
* Add some more docsMatthias Clasen2019-07-132-1/+4
* Documentation tweaksMatthias Clasen2019-07-136-7/+172
* Deprecate pango_fc_font_has_charMatthias Clasen2019-07-122-3/+2
* Rename pango_font_coversMatthias Clasen2019-07-124-9/+7
* Revert "Reduce overlinking"Matthias Clasen2019-07-121-3/+5
* Revert "Move pangofc to libpango"Matthias Clasen2019-07-121-22/+8
* coverage: Fix the copy implementationMatthias Clasen2019-07-121-1/+10
* coverage: Fix the implementationMatthias Clasen2019-07-121-2/+8
* Document pango_item_apply_attrsMatthias Clasen2019-07-121-0/+18
* docs: Fix parameter name mismatchesMatthias Clasen2019-07-122-4/+4
* ot: Avoid deprecated harfbuzz apiMatthias Clasen2019-07-121-4/+6