summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename pango_fc_shape to pango_hb_shapesubpixelMatthias Clasen2019-07-125-24/+57
* Drop unneeded includesMatthias Clasen2019-07-121-3/+0
* shape: Stop rounding glyph positionsMatthias Clasen2019-07-121-56/+0
* layout: Don't zero the width of visible spaceMatthias Clasen2019-07-121-0/+5
* cairo: render visible space differentlyMatthias Clasen2019-07-122-3/+78
* layout: Make tab visible tooMatthias Clasen2019-07-121-1/+4
* fc: Implement showing spaceMatthias Clasen2019-07-121-0/+17
* pango-view: Add an option to show spaceMatthias Clasen2019-07-121-0/+5
* Add a shape flag for showing spaceMatthias Clasen2019-07-121-0/+1
* fc: Implement showing ignorablesMatthias Clasen2019-07-121-1/+39
* pango-view: Add an option to show ignorablesMatthias Clasen2019-07-121-0/+9
* Add a shape flag for showing ignorablesMatthias Clasen2019-07-121-1/+2
* cairo: Better hex boxes for ignorablesMatthias Clasen2019-07-122-9/+32
* Add a utility function for ignorablesMatthias Clasen2019-07-121-0/+70
* Pass shape flags on to font funcsMatthias Clasen2019-07-121-2/+160
* Pass shape flags through to pangofc_shapeMatthias Clasen2019-07-123-8/+10
* layout: Add pango_layout_set_shape_flagsMatthias Clasen2019-07-123-2/+28
* layout: Use pango_shape_with_optionsMatthias Clasen2019-07-121-3/+4
* Add a way to pass flags to shapingMatthias Clasen2019-07-123-2/+47
* Document engines as unusedMatthias Clasen2019-07-121-2/+2
* Deprecate pango_font_find_shaperMatthias Clasen2019-07-123-12/+3
* win32: Stop providing a shape engineMatthias Clasen2019-07-121-44/+0
* coretext: Stop providing a shape engineMatthias Clasen2019-07-121-41/+0
* fc: Stop providing a shape engineMatthias Clasen2019-07-121-45/+0
* itemize: Stop filling analysis->shape_engineMatthias Clasen2019-07-121-88/+36
* Switch to using harfbuzz for shapingMatthias Clasen2019-07-121-61/+73
* Drop freetype from pangofc-font.hMatthias Clasen2019-07-126-12/+9
* Drop some gratitious use of FT typesMatthias Clasen2019-07-124-15/+3
* Deprecate FT_Face gettersMatthias Clasen2019-07-122-2/+4
* fc: Use harfbuzz for glyph extentsMatthias Clasen2019-07-121-63/+28
* fc: Use harfbuzz for font metricsMatthias Clasen2019-07-121-111/+28
* fc: Drop the cmap cacheMatthias Clasen2019-07-123-78/+0
* fc: Use harfbuzz for glyph lookupMatthias Clasen2019-07-121-42/+4
* fc: Make pangofc_shape backend-neutralMatthias Clasen2019-07-121-44/+47
* fc: Move font setup code from the shaperMatthias Clasen2019-07-123-332/+147
* Add api to get a hb_font_tMatthias Clasen2019-07-127-7/+123
* Merge branch 'no-kerning' into 'master'Matthias Clasen2019-07-125-89/+11
|\
| * Add freetype includes where they belongMatthias Clasen2019-07-122-0/+6
| * Drop an unused functionMatthias Clasen2019-07-122-32/+0
| * fc: Make pango_fc_font_kern_glyphs emptyMatthias Clasen2019-07-121-57/+5
|/
* Merge branch 'font-features-getter' into 'master'Matthias Clasen2019-07-126-58/+111
|\
| * Use pango_font_get_featuresMatthias Clasen2019-07-111-56/+45
| * fc: Implement get_features for fc fontsMatthias Clasen2019-07-111-1/+30
| * Add an api to get features of a fontMatthias Clasen2019-07-114-1/+36
|/
* Merge branch 'coverage-redo' into 'master'Matthias Clasen2019-07-1210-392/+258
|\
| * Turn PangoCoverage into an objectMatthias Clasen2019-07-113-86/+215
| * Reimplement PangoCoverage on top of hb_set_tMatthias Clasen2019-07-113-320/+35
| * Use pango_font_coversMatthias Clasen2019-07-112-6/+4
| * Add pango_font_coversMatthias Clasen2019-07-114-1/+25
|/
* Merge branch 'non-breaking-attrs' into 'master'Matthias Clasen2019-07-116-40/+150
|\