summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-01-05Ship UCDN and use it by defaultBehdad Esfahbod1-3/+3
2017-01-02Move math-specific code from hb-ot-layout to hb-ot-math #235 (#384)Frédéric Wang3-244/+273
2016-12-28Remove Tibetan decomposition rules from Indic shaperBehdad Esfahbod1-4/+0
2016-12-28Port decompositions from Indic to USE shaperBehdad Esfahbod2-16/+22
2016-12-28[indic] Remove Chakma decomposition rule from Indic shaperBehdad Esfahbod1-4/+0
2016-12-28[use] Special-case Chakma split-vowel decomp in the USE shaper. (#383)jfkthame1-1/+20
2016-12-26Revert "[indic] Remove redundant Chakma decomposition rule"Behdad Esfahbod1-0/+4
2016-12-26[indic] Remove redundant Chakma decomposition ruleBehdad Esfahbod1-4/+0
2016-12-26[indix] CommentBehdad Esfahbod1-3/+22
2016-12-23Compilation Error for ASSERT_STATIC on Some Compilers (#380)nvelinov1-1/+1
2016-12-22Disable OTL processing for Hebrew if GPOS doesn't have Hebrew subtableBehdad Esfahbod11-13/+46
2016-12-22Revert "Synthesize GDEF glyph class for any glyph that does not have one in G...Behdad Esfahbod2-20/+31
2016-12-21Fix assert fail with contextual matchingBehdad Esfahbod1-1/+5
2016-12-21Improve debug output with really deep nestingBehdad Esfahbod1-4/+7
2016-12-21Avoid infinite loop in CoverageFormat2 iteration with bad fontsBehdad Esfahbod1-11/+18
2016-12-20Protect collect_glyphs() and closure() against malicious DDOS fontsBehdad Esfahbod1-10/+48
2016-12-18Support building with older glib versionsMike Hommey2-1/+4
2016-12-18Minor fixes to pacify Coverity code scanVolker H. Simonis2-8/+12
2016-12-17[dwrite] Provide an experimental API for justification (#279)ebraminio2-8/+44
2016-12-16Fix build after rebasing opentype-gx branch on top of MATH tableBehdad Esfahbod1-2/+2
2016-12-16[GX] Apply 'rvrn' feature before any other featureBehdad Esfahbod1-0/+3
2016-12-16[GX] Fix build with older FreeTypeBehdad Esfahbod1-4/+8
2016-12-16Call hb_font_set_var_coords_normalized() from FT_Face coordsSascha Brawer1-0/+14
2016-12-16[GX] Make FeatureVariations actually workBehdad Esfahbod2-13/+9
2016-12-16[GX] Hook up feature variationsBehdad Esfahbod14-41/+183
2016-12-16[GX] Add hb_ot_layout_feature_with_variations_get_lookups()Behdad Esfahbod4-5/+74
2016-12-16[GX] Add hb_ot_layout_table_find_feature_variations()Behdad Esfahbod4-10/+39
2016-12-16Shuffle code aroundBehdad Esfahbod1-40/+41
2016-12-16Move add_lookups from map to map-builderBehdad Esfahbod2-21/+23
2016-12-16[GX] Remove (partial) support for anisotropic variationsBehdad Esfahbod3-18/+11
2016-12-16[GX] Handle setting var coords to NULLBehdad Esfahbod1-3/+5
2016-12-16[GX] Implement Feature VariationsBehdad Esfahbod5-8/+180
2016-12-16[GX] Fix another x/y thinkoBehdad Esfahbod1-1/+1
2016-12-16[GX] Rename VarStore to VariationStoreBehdad Esfahbod4-15/+15
2016-12-16[GX] Fix build with some compilersBehdad Esfahbod1-7/+12
2016-12-16[GX] Skip tail zero entries when setting variation coordinatesBehdad Esfahbod1-0/+4
2016-12-16[GX] Fix thinkoBehdad Esfahbod2-2/+1
2016-12-16[GX] Add new API hb_font_set_var_coords_normalized()Behdad Esfahbod2-0/+28
2016-12-16[GX] Hook up GPOS to Variation Store stored in GDEFBehdad Esfahbod4-43/+48
2016-12-16[GX] Change GDEF API to return varStoreBehdad Esfahbod1-3/+2
2016-12-16[GX] Pass apply-context down to get_anchor()Behdad Esfahbod1-27/+30
2016-12-16[GX] Add varStore member to GDEFBehdad Esfahbod1-3/+14
2016-12-16Minor change to GDEF, in prep for new versionBehdad Esfahbod1-5/+5
2016-12-16[GX] Port variation stuff to Variation Store designBehdad Esfahbod2-112/+184
2016-12-16Make OffsetArrayOf take OffsetType template argumentBehdad Esfahbod1-2/+2
2016-12-16[GX] Revert "[GX] Add VariationAlternates, to allow conditional lookups in GS...Behdad Esfahbod2-98/+2
2016-12-16[GX] Free GX coordinatesBehdad Esfahbod1-1/+4
2016-12-16[GX] Add compact VariationDevice implementationBehdad Esfahbod2-11/+25
2016-12-16[GX] Add VariationAlternates, to allow conditional lookups in GSUB/GPOSBehdad Esfahbod2-2/+98
2016-12-16[GX] MinorBehdad Esfahbod1-2/+1