summaryrefslogtreecommitdiff
path: root/src/hb-graphite2.cc
AgeCommit message (Expand)AuthorFilesLines
2019-03-03Fix offset drift in graphite integrationMartin Hosken1-16/+19
2018-11-16[shaper] Rewrite shaper data code to be more template-driven than macro-drivenBehdad Esfahbod1-8/+3
2018-11-11Embed hb_ot_shape_plan_t into hb_shape_plan_tBehdad Esfahbod1-22/+0
2018-11-11MinorBehdad Esfahbod1-2/+2
2018-11-05Add pointer magic operators to hb_atomic_ptr_tBehdad Esfahbod1-4/+4
2018-10-27[docs] MoreBehdad Esfahbod1-0/+10
2018-10-27[ot] Fold hb-ot-tag.h into hb-ot-layout.hBehdad Esfahbod1-1/+1
2018-10-26Fix bunch of unused parameter warningsBehdad Esfahbod1-3/+6
2018-10-11Fix Indic script tags in GraphiteDavid Corbett1-2/+2
2018-10-11[graphite] Remove assertBehdad Esfahbod1-2/+3
2018-10-11[graphite] Remove deprecated symbol useBehdad Esfahbod1-2/+8
2018-10-11[graphite] Fix deva/dev2 resolutionBehdad Esfahbod1-1/+1
2018-10-03Update Graphite API to latest (#1215)mhosken1-1/+27
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-1/+1
2018-08-09[atomic] Add hb_atomic_ptr_t<> and port all usesBehdad Esfahbod1-7/+9
2018-08-02Fix for recent renameBehdad Esfahbod1-1/+1
2018-08-01RenameBehdad Esfahbod1-13/+13
2018-04-11[graphite] Use tabs instead 8 spaces (#965)Ebrahim Byagowi1-8/+8
2018-03-29[graphite] Make get_table threadsafe (#931)Ebrahim Byagowi1-4/+6
2018-02-17Do not mark the first glyph as unsafe to breakDavid Corbett1-1/+0
2018-01-31Fix typos.Bruce Mitchener1-1/+1
2017-11-10[coretext/uniscribe/directwrite/graphite/fallback] Update for unsafe-to-breakBehdad Esfahbod1-0/+2
2017-11-10Fix graphite intergration reordered clusters problemMartin Hosken1-2/+7
2017-10-15Use nullptr instead of NULLBehdad Esfahbod1-13/+13
2017-09-26Fix missing xscale in rtl graphite unpacking (#541)mhosken1-1/+1
2017-08-13[graphite2] Fix warningBehdad Esfahbod1-1/+1
2017-08-13[unsafe-to-break] Mark all positions as unsafe in alternative shapersBehdad Esfahbod1-0/+1
2017-04-20Fix graphite2 rtl conversion (#475)mhosken1-18/+14
2017-02-08Merge pull request #357 from khaledhosny/graphite-scaleBehdad Esfahbod1-27/+18
2017-02-03Shuffle things around a bitBehdad Esfahbod1-2/+2
2017-01-07[graphite] Stop creating unused gr_faceKhaled Hosny1-17/+5
2017-01-07[graphite] Fix shaping with varying font sizesKhaled Hosny1-12/+15
2016-12-16[GX] Hook up feature variationsBehdad Esfahbod1-1/+3
2016-01-16Refactor graphite2 to make ovleraps into negative width spacesMartin Hosken1-28/+43
2015-11-23Fix y_scale problems in hb-grMartin Hosken1-5/+6
2015-09-03Fix Since tagsBehdad Esfahbod1-0/+6
2015-07-22[graphite2] Fix bunch of stuffBehdad Esfahbod1-28/+54
2015-07-22[graphite2] Enlarge buffer for output glyphs!Behdad Esfahbod1-0/+1
2014-08-11MinorBehdad Esfahbod1-2/+2
2014-05-30[graphite2] Fix cluster mappingBehdad Esfahbod1-1/+4
2014-01-28Fix double destruction in case of OOMKonstantin Ritt1-1/+1
2013-12-11Remove unnecessary includesBehdad Esfahbod1-2/+0
2013-11-13More scratch-buffer cleanupBehdad Esfahbod1-1/+1
2013-11-12Fix scratch-buffer alignment warningsBehdad Esfahbod1-11/+17
2013-09-13[graphite2] Fix includeBehdad Esfahbod1-3/+2
2013-04-02[graphite2] Don't crash if language is not setBehdad Esfahbod1-1/+1
2012-12-09[graphite2] "Update to new API"Behdad Esfahbod1-3/+11
2012-12-09[graphite2] Add hb_graphite2_face_get_gr_face and hb_graphite2_font_get_gr_fontBehdad Esfahbod1-0/+14
2012-12-09[graphite2] Preload all tablesBehdad Esfahbod1-1/+1
2012-08-24[graphite2] Cleanup scratch buffer allocationBehdad Esfahbod1-33/+44