summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-30Umm. Cryptic, yesBehdad Esfahbod1-2/+2
2018-11-30Fix a few more sizeof(vector[0]) errors with weird compilersBehdad Esfahbod2-3/+3
2018-11-30Fix build for realzBehdad Esfahbod1-1/+1
2018-11-30Fix buildBehdad Esfahbod1-0/+1
2018-11-30[post] Rename v2 to v2XBehdad Esfahbod1-3/+3
2018-11-30Move thingsBehdad Esfahbod4-60/+109
2018-11-29Fix build for realzBehdad Esfahbod2-6/+6
2018-11-29[uniscribe] Fix buildBehdad Esfahbod1-1/+1
2018-11-29Limit __builtin_bswap16 to GCC >= 5 as it was implemented on 4.8Ebrahim Byagowi1-1/+1
2018-11-29[coretext] Fix compileBehdad Esfahbod1-1/+1
2018-11-29Convert "static const hb_tag_t" constants to enumBehdad Esfahbod37-53/+53
2018-11-29Convert misc "static const" constants to enumBehdad Esfahbod4-12/+12
2018-11-29Convert "static const bool" constants to anonymous enumBehdad Esfahbod6-20/+20
2018-11-29[vector] Make pointer cast explicitBehdad Esfahbod5-7/+8
2018-11-29Hand-hold older compilersBehdad Esfahbod1-1/+1
2018-11-29Make shaper's override_features() override user features as wellBehdad Esfahbod1-3/+3
2018-11-29[khmer] Move 'clig' to overridesBehdad Esfahbod1-6/+9
2018-11-29Fix "typename outside template" issuesBehdad Esfahbod1-6/+19
2018-11-292.2.02.2.0Behdad Esfahbod6-16/+16
2018-11-29[icu] MinorBehdad Esfahbod1-2/+2
2018-11-29Merge pull request #1418 from gvictor/replace_icu_deprecatedBehdad Esfahbod1-1/+2
2018-11-28[kerx] Fix Format2 index calc againBehdad Esfahbod2-1/+15
2018-11-28[kern] Fix kern table Format2 offsetToIndexBehdad Esfahbod1-2/+6
2018-11-28[kerx] Fix ClassTable implementation for 'kern' table Format 2Behdad Esfahbod2-11/+7
2018-11-28[aat] Towards adding two ClassTable'sBehdad Esfahbod1-20/+20
2018-11-27Merge pull request #1398 from Adenilson/bigInt01Behdad Esfahbod1-0/+6
2018-11-27CommentBehdad Esfahbod1-1/+3
2018-11-27Optimize harfbuzz big integer conversionsAdenilson Cavalcanti1-0/+4
2018-11-27Replace @Deprecated ICU API - USCRIPT_CODE_LIMITVictor Chang1-1/+2
2018-11-25[aat] Ignore GSUB table of Muthu Foundry if they have morx tableBehdad Esfahbod4-1/+46
2018-11-25[GDEF] Move more codeBehdad Esfahbod2-12/+9
2018-11-25[GDEF] Move code aroundBehdad Esfahbod2-9/+10
2018-11-25[GDEF] MinorBehdad Esfahbod1-1/+1
2018-11-25[aat.feat] Rework API and implementationBehdad Esfahbod3-99/+102
2018-11-25[aat.feat] Add _MAX_VALUE to enumsBehdad Esfahbod1-2/+6
2018-11-25[aat.feat] MinorBehdad Esfahbod1-10/+2
2018-11-25[aat.feat] WhitespaceBehdad Esfahbod1-3/+3
2018-11-25[aat.feat] Port to SortedUnsizedArrayOf.bsearch()Behdad Esfahbod1-12/+7
2018-11-25[AAT.feat] Use lsearch for looking up SettingName'sBehdad Esfahbod3-22/+18
2018-11-25[aat] Fix include issuesBehdad Esfahbod2-0/+4
2018-11-25[aat] Move contents of hb-aat.h to hb-aat-layout.hBehdad Esfahbod7-417/+458
2018-11-25[aat.feat] Fix enum namespaceBehdad Esfahbod4-329/+329
2018-11-25MinorBehdad Esfahbod1-4/+6
2018-11-25[aat] Rename feat API a bit moreBehdad Esfahbod3-33/+33
2018-11-25[feat] Rename API uses of setting to selectorEbrahim Byagowi7-85/+85
2018-11-25[feat] Apply renamings and add documentationEbrahim Byagowi2-9/+41
2018-11-25[feat] Use bsearchEbrahim Byagowi3-15/+25
2018-11-25[feat] Address Behdad commentsEbrahim Byagowi3-423/+378
2018-11-25[feat] Address @behdad commentsEbrahim Byagowi7-486/+240
2018-11-25[feat] Complete feature types listEbrahim Byagowi3-101/+752