summaryrefslogtreecommitdiff
path: root/src/hb-ot-layout-common.hh
AgeCommit message (Expand)AuthorFilesLines
2019-01-29Update hb-ot-vorg-table and hb-ot-layout-common to use the updated subset pla...Garret Rieger1-2/+2
2019-01-22Convert unsigned enum class consts to static constexprBehdad Esfahbod1-1/+1
2018-12-21[array/vector] Rename len to lengthBehdad Esfahbod1-16/+16
2018-12-20[serialize] Adjust ClassDefBehdad Esfahbod1-16/+16
2018-12-18[arrays] Remove hb_supplier_t<>Behdad Esfahbod1-69/+35
2018-12-18[serialize] Streamline error propagationBehdad Esfahbod1-2/+2
2018-12-17[arrays] Rename Supplier to hb_supplier_tBehdad Esfahbod1-17/+17
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-34/+33
2018-12-16Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi1-210/+215
2018-12-13[subset] Fix up ClassDef some moreBehdad Esfahbod1-4/+9
2018-12-13[subset] Fix ClassDefFormat1 subsettingBehdad Esfahbod1-5/+8
2018-12-13[subset] Implement for ClassDefBehdad Esfahbod1-0/+80
2018-12-13[serialize] Implement for ClassDefBehdad Esfahbod1-2/+31
2018-12-13[serialize] Implement for ClassDefFormat2Behdad Esfahbod1-4/+46
2018-12-13[serialize] Implement for ClassDefFormat1Behdad Esfahbod1-0/+34
2018-12-12[sanitize] Fix sanitizing sublookup arrayBehdad Esfahbod1-1/+11
2018-12-12Revert "Minor fix re sanitize of Lookup subtables"Behdad Esfahbod1-3/+1
2018-12-11Minor fix re sanitize of Lookup subtablesBehdad Esfahbod1-1/+3
2018-11-28Merge branch 'master' into cff-subsetMichiharu Ariza1-32/+16
2018-11-24[arrays] Improve bfind() interfaceBehdad Esfahbod1-8/+2
2018-11-24Change ArrayOf.bsearch() return semanticsBehdad Esfahbod1-18/+11
2018-11-24MinorBehdad Esfahbod1-4/+1
2018-11-24WhitespaceBehdad Esfahbod1-3/+3
2018-11-21Remove DEFINE_SIZE_ARRAY2Behdad Esfahbod1-4/+4
2018-11-16Merge branch 'master' into cff-subsetMichiharu Ariza1-42/+35
2018-11-16[subset] minor, adjust spacesEbrahim Byagowi1-42/+35
2018-11-14Merge branch 'master' into cff-subsetMichiharu Ariza1-2/+3
2018-11-12Rename check_array(array, a, b) to check_range()Behdad Esfahbod1-2/+3
2018-11-01Merge branch 'master' into cff-subsetMichiharu Ariza1-8/+17
2018-10-30[subset] Limit the number of scripts and langsys' that should be checked when...Garret Rieger1-0/+8
2018-10-30Fix extra semicolon issues and test that on CI (#1330)Ebrahim Byagowi1-3/+3
2018-10-30Fix spurious warning re uninitialized useBehdad Esfahbod1-0/+1
2018-10-29Port Coverage::Iter off hb_auto_t<>Behdad Esfahbod1-3/+1
2018-10-28MinorBehdad Esfahbod1-2/+2
2018-10-25[layout] Try to speed up collect_lookups some moreBehdad Esfahbod1-0/+2
2018-10-25[layout] Remove unintentionally added codeBehdad Esfahbod1-2/+0
2018-10-25[lookup] More prep work for memoizing collect_featuresBehdad Esfahbod1-0/+2
2018-10-22Merge branch 'master' into cff-subsetMichiharu Ariza1-5/+5
2018-10-19Make more 'coords' params const.Bruce Mitchener1-4/+4
2018-10-19Fix typos.Bruce Mitchener1-1/+1
2018-10-13Merge branch 'master' into cff-subsetMichiharu Ariza1-3/+17
2018-10-13Cosmetic and minor changesEbrahim Byagowi1-2/+2
2018-10-12Add hb-ot-name.hBehdad Esfahbod1-1/+1
2018-10-12Add two APIs for getting stylistic set labelsEbrahim Byagowi1-0/+14
2018-10-08added CFF2 get_extentsMichiharu Ariza1-2/+26
2018-09-17Merge branch 'master' into cff-subsetMichiharu Ariza1-8/+10
2018-09-16Revert forcing use of single-parameter static_assert()Behdad Esfahbod1-1/+1
2018-09-16Enforce single-param static_assert() onlyBehdad Esfahbod1-1/+1
2018-09-15Disallow null-enabled offsets to unsized structures...Behdad Esfahbod1-8/+10
2018-09-11Merge branch 'master' into cff-subsetMichiharu Ariza1-6/+7