summaryrefslogtreecommitdiff
path: root/src/hb-aat-layout-common.hh
AgeCommit message (Expand)AuthorFilesLines
2019-03-26Use class templates for Null objectsBehdad Esfahbod1-9/+5
2019-01-24[AAT] Handle transition errors during machine operationBehdad Esfahbod1-2/+1
2019-01-24[AAT] Ignore machine errors and continueBehdad Esfahbod1-1/+1
2019-01-24[AAT] MinorBehdad Esfahbod1-6/+6
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-22Convert unsigned enum class consts to static constexprBehdad Esfahbod1-3/+3
2019-01-22Convert boolean enum class consts to static constexprBehdad Esfahbod1-2/+2
2019-01-22Make some enum constants unsignedBehdad Esfahbod1-3/+3
2019-01-17Use NNOffsetTo<> in rest of placesBehdad Esfahbod1-4/+4
2019-01-17[AAT] CommentBehdad Esfahbod1-1/+1
2019-01-17[AAT] Remove unused codeBehdad Esfahbod1-2/+1
2018-12-23Fix a few warningsBehdad Esfahbod1-6/+6
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-13/+10
2018-12-16Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi1-76/+74
2018-12-12minor style fix, use void in methods on no argumentEbrahim Byagowi1-4/+2
2018-12-08Apply non-controversial parts of ot-style (#1464)Ebrahim Byagowi1-0/+1
2018-12-02[aat] Fix division sign falloutBehdad Esfahbod1-1/+1
2018-11-29Convert "static const bool" constants to anonymous enumBehdad Esfahbod1-2/+2
2018-11-28[kerx] Fix Format2 index calc againBehdad Esfahbod1-0/+14
2018-11-28[kerx] Fix ClassTable implementation for 'kern' table Format 2Behdad Esfahbod1-3/+5
2018-11-28[aat] Towards adding two ClassTable'sBehdad Esfahbod1-20/+20
2018-11-24[aat] Skip terminator in VarSizedBinSearchArray<>Behdad Esfahbod1-0/+6
2018-11-24[aat] MinorBehdad Esfahbod1-2/+4
2018-11-22Disallow taking Null() of unbounded structsBehdad Esfahbod1-1/+1
2018-11-14[ot-shape] Move code aroundBehdad Esfahbod1-2/+2
2018-11-12Rename check_array(array, a, b) to check_range()Behdad Esfahbod1-2/+6
2018-11-08[aat] Support Lookup<OffsetTo<>>, needed by just and lcar (#1368)Ebrahim Byagowi1-0/+57
2018-11-07[kern] Implement negative state numbersBehdad Esfahbod1-24/+66
2018-11-07[aat] Add debug info to state machineBehdad Esfahbod1-0/+3
2018-11-07[aat] MinorBehdad Esfahbod1-6/+10
2018-11-07[morx/kerx] Rename typesBehdad Esfahbod1-2/+2
2018-11-06[kern] Improve Format 2Behdad Esfahbod1-11/+9
2018-11-06MinorBehdad Esfahbod1-1/+1
2018-11-04[aat] Clean up ankr table include messBehdad Esfahbod1-22/+9
2018-11-04Clean up buffer->swap_buffers() callsBehdad Esfahbod1-2/+1
2018-10-31[mort] Massage some moreBehdad Esfahbod1-0/+28
2018-10-30[mort] More fixes]Behdad Esfahbod1-3/+2
2018-10-30[mort] Grind some moreBehdad Esfahbod1-5/+12
2018-10-30[mort] Make it compile / hook it upBehdad Esfahbod1-6/+5
2018-10-30[mort] Bring back mort generalizationsEbrahim Byagowi1-11/+65
2018-10-26Fix bunch of unused parameter warningsBehdad Esfahbod1-2/+5
2018-10-25[aat] MinorBehdad Esfahbod1-3/+1
2018-10-25[aat] Start adding support for DELETED-GLYPHBehdad Esfahbod1-0/+2
2018-10-20[aat] Fix LookupFormat10 sanitizeBehdad Esfahbod1-1/+1
2018-10-19[aat] Implement LookupFormat10Behdad Esfahbod1-3/+52
2018-10-17Kick botsBehdad Esfahbod1-2/+2
2018-10-17[aat] Fix sanitize slowdownBehdad Esfahbod1-0/+4
2018-10-17[aat] Another try at fixing Lookup null objects...Behdad Esfahbod1-3/+20