summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-29[subset] Re-add glyphs array to subset plan, with new name 'glyphs_deprecated...Garret Rieger3-24/+27
2019-01-29Re-implement HMTX/VMTX subsetting. Update it to support glyph renumbering and...Garret Rieger3-50/+53
2019-01-29Update hb-ot-vorg-table and hb-ot-layout-common to use the updated subset pla...Garret Rieger2-13/+21
2019-01-29Remove glyph array from subset plan, make num_glyphs and glyphset private.Garret Rieger1-10/+41
2019-01-29[subset] Fix hdmx subsetting when retain gids is enabled.Garret Rieger3-9/+36
2019-01-29[subset] Compute num_glyphs during subset plan construction.Garret Rieger4-9/+16
2019-01-29[subset] fix failure to init instruction ranges values for an invalid glyph.Garret Rieger1-4/+4
2019-01-29[subset] Do some refactoring in hb-subset-glyf.cc.Garret Rieger1-116/+148
2019-01-29Add retain_gids option to subset input. Update glyf and loca handling to resp...Garret Rieger5-13/+74
2019-01-29Merge branch 'master' into cff-more-arrayof-fixesMichiharu Ariza6-14/+22
2019-01-28[uniscribe] Whitelist function type castBehdad Esfahbod1-0/+3
2019-01-28Fix sign comparison errorBehdad Esfahbod1-1/+2
2019-01-28Fix warningBehdad Esfahbod1-1/+1
2019-01-28[pragma] Silence MSVC unknown-pragma warningBehdad Esfahbod1-0/+3
2019-01-26Fix -Wcast-function-type warnings in util/ with gcc 4.8Behdad Esfahbod1-0/+1
2019-01-25More static constexprBehdad Esfahbod2-12/+12
2019-01-24Merge branch 'master' into cff-more-arrayof-fixesMichiharu Ariza3-116/+94
2019-01-24[AAT] Minor signBehdad Esfahbod1-2/+2
2019-01-24[AAT] Use a ring buffer for ligature stackBehdad Esfahbod1-9/+6
2019-01-24WhitespaceBehdad Esfahbod1-1/+1
2019-01-24[AAT] Handle transition errors during machine operationBehdad Esfahbod3-37/+21
2019-01-24Merge branch 'master' into cff-more-arrayof-fixesMichiharu Ariza4-12/+55
2019-01-24[AAT] Ignore machine errors and continueBehdad Esfahbod1-1/+1
2019-01-24[AAT] MinorBehdad Esfahbod3-59/+59
2019-01-24[AAT] Handle out-of-bounds classesBehdad Esfahbod1-7/+6
2019-01-24[AAT] MinorBehdad Esfahbod1-7/+4
2019-01-24[AAT] MinorBehdad Esfahbod1-1/+2
2019-01-24More pragma controlBehdad Esfahbod1-1/+15
2019-01-24CommentBehdad Esfahbod1-1/+2
2019-01-24Form cluster for Emoji sub-region tag sequencesBehdad Esfahbod1-0/+13
2019-01-24Adjust mark offsets when zeroing from fallback mark positioning codeBehdad Esfahbod3-11/+26
2019-01-23Merge branch 'master' into cff-more-arrayof-fixesMichiharu Ariza1-9/+6
2019-01-23more rewriting with ArrayOf<>Michiharu Ariza1-27/+24
2019-01-23[AAT] In InsertionChain, set mark to previous-position if insertingBehdad Esfahbod1-3/+5
2019-01-23[AAT] Remove mark_set from InsertionChainBehdad Esfahbod1-6/+1
2019-01-22More of previousBehdad Esfahbod1-10/+10
2019-01-22Fix sign-compare error resulted from promoting unsigned integers to signed la...Behdad Esfahbod1-7/+7
2019-01-22Cast HB_UNTAG results to uint8_tBehdad Esfahbod1-1/+1
2019-01-22More -Wcast-error fixBehdad Esfahbod1-0/+3
2019-01-22Better fix for -Wcast-align errorsBehdad Esfahbod5-49/+35
2019-01-22More -Wcast-error fixesBehdad Esfahbod3-7/+7
2019-01-22pragma GCC diagnostic error "-Wsign-compare"Behdad Esfahbod1-1/+1
2019-01-22Fix cast-align errorBehdad Esfahbod4-11/+11
2019-01-22Convert all other enum class consts to static constexprBehdad Esfahbod7-20/+20
2019-01-22Convert unsigned enum class consts to static constexprBehdad Esfahbod7-11/+11
2019-01-22Convert tag enum class consts to static constexprBehdad Esfahbod41-56/+56
2019-01-22Convert boolean enum class consts to static constexprBehdad Esfahbod6-20/+20
2019-01-22Make some enum constants unsignedBehdad Esfahbod3-8/+8
2019-01-22WhitespaceBehdad Esfahbod1-1/+1
2019-01-22pragma GCC diagnostic error "-Wvla"Behdad Esfahbod1-1/+1