summaryrefslogtreecommitdiff
path: root/pango/pangofc-shape.c
Commit message (Expand)AuthorAgeFilesLines
* Fix placement of marks in upright vertical text.Tavmjong Bah2021-05-051-5/+2
* Translate origin point for vertical layoutPeng Wu2021-05-051-3/+6
* Fixes harfbuzz codepoint cluster for hyphens.aihui zhu2019-10-081-2/+2
* Merge branch 'mark-offset' into 'master'Matthias Clasen2019-08-121-12/+31
|\
| * Flip vertical offsetsMatthias Clasen2019-08-121-6/+6
| * Add a separate v_advance funcMatthias Clasen2019-08-121-6/+25
* | pango/pangofc-shape.c: Fix buildChun-wei Fan2019-08-121-1/+1
|/
* Revert "Revert "shape: Simplify font function""Khaled Hosny2019-08-031-74/+0
* Remove a unnecessary harfbuzz version checkMatthias Clasen2019-08-031-2/+0
* Revert "shape: Simplify font function"Matthias Clasen2019-08-011-0/+74
* 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
* Turn off ligatures when letterspacingMatthias Clasen2019-07-291-0/+23
* shape: Apply the show attributeMatthias Clasen2019-07-251-3/+245
* Don't insert extra runs for hyphensMatthias Clasen2019-07-201-0/+14
* Rename _pango_fc_shapeMatthias Clasen2019-07-181-8/+8
* shape: Drop unneeded includesMatthias Clasen2019-07-181-3/+2
* shape: Stop rounding glyph positionsMatthias Clasen2019-07-181-56/+0
* fc: Make pangofc_shape backend-neutralMatthias Clasen2019-07-181-44/+47
* fc: Move font setup code from the shaperMatthias Clasen2019-07-181-308/+25
* Use pango_font_get_featuresMatthias Clasen2019-07-111-56/+45
* Set ranges on featuresMatthias Clasen2019-07-111-21/+25
* Header cleanupMatthias Clasen2019-07-041-0/+2
* Fix crash in pango_fc_font_key_get_variations() when key is nullCarsten Pfeiffer2018-08-101-2/+5
* Add initial support for OpenType font variationsMatthias Clasen2018-01-031-0/+45
* Fix warningBehdad Esfahbod2017-09-181-7/+3
* Support variation selectors for shapingMatthias Clasen2017-08-121-1/+22
* Simplify hb_buffer_set_flags()Behdad Esfahbod2017-08-101-3/+1
* Don't use deprecated hb_font_funcs_set_glyph_func()Behdad Esfahbod2017-04-171-5/+6
* pangofc-shape: Fix potential array overrunPhilip Withnall2017-02-141-4/+0
* Only use finer harfbuzz clusters when they workMatthias Clasen2015-09-011-1/+1
* Use finer HarfBuzz cluster levelKhaled Hosny2015-08-181-0/+3
* Don't use hb_glib_get_unicode_funcs()Behdad Esfahbod2015-06-261-13/+2
* Bug 738505 - Add fontfeatures support in PangoAttributes and markupBehdad Esfahbod2015-06-181-0/+39
* Fix PangoFc with non-identity scale matrix (again!)Behdad Esfahbod2015-05-111-29/+69
* Fix a few warningsBehdad Esfahbod2015-05-051-2/+0
* Increase number of features per runBehdad Esfahbod2015-04-041-1/+1
* Deprecate module system, skip it for shaper modulesBehdad Esfahbod2015-04-041-75/+10
* Move shapers from modules/basic/ into pango/Behdad Esfahbod2015-04-041-0/+483