summaryrefslogtreecommitdiff
path: root/src/hb-fallback-shape.cc
AgeCommit message (Expand)AuthorFilesLines
2018-11-16[shaper] Rewrite shaper data code to be more template-driven than macro-drivenBehdad Esfahbod1-5/+0
2018-11-11Embed hb_ot_shape_plan_t into hb_shape_plan_tBehdad Esfahbod1-22/+0
2018-11-11MinorBehdad Esfahbod1-2/+2
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-1/+1
2018-08-01RenameBehdad Esfahbod1-12/+12
2017-11-10[coretext/uniscribe/directwrite/graphite/fallback] Update for unsafe-to-breakBehdad Esfahbod1-0/+2
2017-02-03Shuffle things around a bitBehdad Esfahbod1-0/+4
2017-02-01MinorBehdad Esfahbod1-1/+1
2016-12-16[GX] Hook up feature variationsBehdad Esfahbod1-1/+3
2016-02-24Add get_nominal_glyph() and get_variation_glyph() instead of get_glyph()Behdad Esfahbod1-2/+2
2015-11-26Use C-style casts instead of compare to 0, to convert hb_bool_t to boolBehdad Esfahbod1-1/+1
2015-06-22Fix all VC++ warnings and errors in the current commit's builds.ThePhD1-1/+1
2014-07-17Micro optimizationBehdad Esfahbod1-17/+19
2014-01-02[fallback] MinorBehdad Esfahbod1-2/+3
2013-11-26[fallback] Add TODO noteBehdad Esfahbod1-0/+10
2013-02-15Disable automatic segment properties guessingBehdad Esfahbod1-1/+0
2012-12-05Fix warningsBehdad Esfahbod1-5/+5
2012-11-15Rename hb_buffer_guess_properties() to hb_buffer_guess_segment_properties()Behdad Esfahbod1-1/+1
2012-10-25Rename and revamp is_zero_width() to be is_default_ignorable()Behdad Esfahbod1-1/+1
2012-08-14MinorBehdad Esfahbod1-4/+4
2012-08-01Inline font gettersBehdad Esfahbod1-11/+10
2012-08-01Inline Unicode callbacks internallyBehdad Esfahbod1-1/+1
2012-07-27Start implementing shape_planBehdad Esfahbod1-1/+3
2012-07-26MinorBehdad Esfahbod1-1/+2
2012-07-26Start adding a unified shaper access infrastructureBehdad Esfahbod1-2/+60
2012-06-08Remove zero-width chars in the fallback shaper tooBehdad Esfahbod1-4/+12
2012-06-05Cleanup TRUE/FALSE vs true/falseBehdad Esfahbod1-1/+1
2012-05-13Fix warningsBehdad Esfahbod1-2/+2
2012-04-12Hide backend-specific shape functionsBehdad Esfahbod1-5/+4
2011-08-10Fix const correctness in the APIBehdad Esfahbod1-1/+1
2011-08-09Add fallback shaperBehdad Esfahbod1-2/+21
2011-08-04[API] Changes to main shape APIBehdad Esfahbod1-0/+43