summaryrefslogtreecommitdiff
path: root/src/hb-ot-shape.cc
Commit message (Expand)AuthorAgeFilesLines
* [OT] Merge /before/ reorderingBehdad Esfahbod2015-09-011-2/+3
* [ot] Change buffer content type right after we map to glyphsBehdad Esfahbod2015-08-181-0/+2
* [ot] Search globally for 'vert' feature if not found in specified script/langBehdad Esfahbod2015-07-231-1/+5
* [ot] MinorBehdad Esfahbod2015-07-231-8/+3
* Fix hide-default-ignorables after f0010dfd01ef4a927b0bdc175dd4e343a8637174Behdad Esfahbod2015-07-221-6/+19
* Fix hide-ignorables if font doesn't have space glyphBehdad Esfahbod2015-07-221-9/+35
* Refactor _hb_glyph_info_is_default_ignorable()Behdad Esfahbod2015-07-221-6/+3
* [ot] Hide default-ignorables before finishing off positioningBehdad Esfahbod2015-07-221-62/+63
* Implement more granular cluster-mergingBehdad Esfahbod2015-07-221-0/+7
* [ot] Don't rely on cluster numbers for ensure_native_direction()Behdad Esfahbod2015-07-221-1/+18
* [ot] Simplify form_clusters()Behdad Esfahbod2015-07-221-2/+9
* [ot] Don't mirror character if font doesn't support mirrored character!Behdad Esfahbod2015-07-221-1/+1
* When removing default-ignorables, merge clustersBehdad Esfahbod2015-06-191-1/+1
* Rewrite hide_default_ignorablesBehdad Esfahbod2015-06-191-26/+39
* Fix "Since:" tagsSascha Brawer2015-06-011-0/+6
* [coretext] Don't generate notdef glyph for default-ignorablesBehdad Esfahbod2015-01-281-1/+1
* Make sure gsubgpos buffer vars are available during fallback_positionBehdad Esfahbod2014-08-021-0/+3
* Disable 'liga' for vertical textBehdad Esfahbod2014-08-021-1/+1
* Make it easier to use HB_BUFFER_FLAG_BOT/EOTBehdad Esfahbod2014-08-021-0/+1
* MinorBehdad Esfahbod2014-07-261-1/+1
* Micro optimizationBehdad Esfahbod2014-07-171-6/+12
* Fix Mongolian Variation Selectors for fonts without GDEFBehdad Esfahbod2014-07-161-2/+11
* MinorBehdad Esfahbod2014-07-161-0/+1
* Minor moving aroundBehdad Esfahbod2014-07-161-5/+9
* Mark unsigned integer literals with the u suffixBehdad Esfahbod2014-07-111-3/+3
* When zeroing mark widths for LTR, also adjust offset...Jonathan Kew2014-06-121-11/+39
* Add font->has_glyph()Behdad Esfahbod2014-01-021-2/+1
* Cache various masks on the shape planBehdad Esfahbod2013-12-221-19/+7
* Minor fraction mask setting improvementBehdad Esfahbod2013-12-221-3/+5
* Don't form fractions if only one of numr/dnom existBehdad Esfahbod2013-12-221-1/+2
* Bug 72698 - Automatically support frac / numr / dnomBehdad Esfahbod2013-12-221-0/+51
* Initialize masks before mirroringBehdad Esfahbod2013-12-211-1/+10
* Revert "Zero marks by GDEF for Tibetan"Behdad Esfahbod2013-10-281-2/+2
* RefactorBehdad Esfahbod2013-10-181-34/+48
* Zero marks by GDEF for TibetanBehdad Esfahbod2013-10-181-2/+2
* [otlayout] Switch over from old is_a_ligature() to IS_LIGATEDBehdad Esfahbod2013-10-181-1/+1
* [otlayout] More shuffling aroundBehdad Esfahbod2013-10-181-5/+3
* [otlayout] Add _hb_glyph_info_set_glyph_props()Behdad Esfahbod2013-10-181-3/+5
* [otlayout] RenamingBehdad Esfahbod2013-10-181-1/+1
* Fix hiding of default_ignorables if font doesn't have space glyphBehdad Esfahbod2013-09-271-10/+30
* Move code aroundBehdad Esfahbod2013-09-131-11/+11
* Remove vrt2, vkrn, vpal, and valt from default vertical featuresBehdad Esfahbod2013-08-091-9/+0
* Minor refactoringBehdad Esfahbod2013-05-201-26/+28
* Arabic mark width-zeroing regressionBehdad Esfahbod2013-05-201-8/+28
* Move code aroundBehdad Esfahbod2013-02-211-37/+1
* Disable automatic segment properties guessingBehdad Esfahbod2013-02-151-2/+0
* Allow disabling of TrueType kerningBehdad Esfahbod2013-02-151-20/+35
* Minor refactoringBehdad Esfahbod2013-02-151-11/+6
* Add hb_ot_map_feature_flags_tBehdad Esfahbod2013-02-141-2/+4
* Clean-up add_bool_featureBehdad Esfahbod2013-02-141-5/+5