summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Expand docs for pango_font_get_hb_fontMatthias Clasen2019-07-181-0/+4
* | Make hb fonts immutable in the frontendMatthias Clasen2019-07-184-6/+2
|/
* Merge branch 'kill-ft-face' into 'master'Matthias Clasen2019-07-1818-663/+526
|\
| * win32: Implement create_hb_fontChun-wei Fan2019-07-181-0/+85
| * coretext: Implement create_hb_fontMatthias Clasen2019-07-181-0/+24
| * Add a very basic harfbuzz testMatthias Clasen2019-07-182-0/+69
| * 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-184-6/+50
* | test-shape: Print glyph ids in decimalMatthias Clasen2019-07-181-1/+1
* | test-shape: Print widths and offsets separatelyMatthias Clasen2019-07-181-7/+21
|/
* shape test: Output glyph widthsMatthias Clasen2019-07-181-1/+1
* coretext: Remove unused codeMatthias Clasen2019-07-181-24/+0
* Fix more compiler warningsMatthias Clasen2019-07-184-4/+4
* 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
* Add a test file with lots of hyphensMatthias Clasen2019-07-181-0/+3
* pango-list: Be niceMatthias Clasen2019-07-181-2/+2
* glyph iter: Adjust assertionsMatthias Clasen2019-07-171-2/+2
* Update expected test resultsMatthias Clasen2019-07-171-22/+20
* Add a shape testMatthias Clasen2019-07-172-0/+298
* layout: Fix reshaping with hyphen runsMatthias Clasen2019-07-171-2/+15