summaryrefslogtreecommitdiff
path: root/src/hb-ot-map.cc
AgeCommit message (Expand)AuthorFilesLines
2018-12-21[array/vector] Rename len to lengthBehdad Esfahbod1-11/+11
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-1/+1
2018-11-12[shape-plan] Cache shape plans with variations based on variation indicesBehdad Esfahbod1-13/+5
2018-10-23[aat] Fix up previous commit and add filesBehdad Esfahbod1-0/+1
2018-10-23[ot-map] MinorBehdad Esfahbod1-1/+1
2018-10-11Add hb_ot_tags_to_script_and_languageDavid Corbett1-1/+1
2018-10-11Refactor the selection of script and language tagsDavid Corbett1-6/+7
2018-09-24Some moreBehdad Esfahbod1-2/+3
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-11Make --features rand=1 available to the userBehdad Esfahbod1-2/+2
2018-09-11Allow requesting a specific glyph for 'rand'David Corbett1-1/+2
2018-09-11Implement 'rand'David Corbett1-2/+5
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-2/+2
2018-07-10Minor renamings of internal inline functionsBehdad Esfahbod1-2/+2
2018-06-02Fix fallout from 975bdd5ef562e37655067b703b2b9ca7481f4985Behdad Esfahbod1-0/+11
2018-06-01[vector] Use Crap pool in push() as wellBehdad Esfahbod1-13/+4
2018-05-07[ot] Apply langsys's required feature even if no other feature existsBehdad Esfahbod1-3/+0
2018-02-16Improve _hb_popcount()Behdad Esfahbod1-1/+1
2018-01-26Misc warning fixesBehdad Esfahbod1-3/+2
2017-10-15Use nullptr instead of NULLBehdad Esfahbod1-2/+2
2017-10-15Use static_assert instead of custom ASSERT_STATICBehdad Esfahbod1-1/+1
2017-08-10[unsafe-to-break] Allocate public bits from 0Behdad Esfahbod1-6/+9
2017-08-10[unsafe-to-break] Add UNSAFE_TO_BREAK flagBehdad Esfahbod1-0/+2
2017-07-14[indic] Add infrastructure to disable ZWNJ-skipping in context-matchingBehdad Esfahbod1-2/+6
2016-12-16[GX] Hook up feature variationsBehdad Esfahbod1-6/+19
2016-12-16Shuffle code aroundBehdad Esfahbod1-40/+41
2016-12-16Move add_lookups from map to map-builderBehdad Esfahbod1-14/+15
2016-08-08Limit bits-per-feature to eightBehdad Esfahbod1-1/+2
2016-08-08Fix sign of shift operatorsBehdad Esfahbod1-2/+2
2016-03-02Fix requiredFeature stage handling logicBehdad Esfahbod1-4/+1
2015-11-26Use C-style casts instead of compare to 0, to convert hb_bool_t to boolBehdad Esfahbod1-1/+1
2015-08-14Merge branch 'master' into vc++-fixesThePhD1-0/+10
2015-07-23[ot] Search globally for 'vert' feature if not found in specified script/langBehdad Esfahbod1-0/+10
2015-06-22Fix all VC++ warnings and errors in the current commit's builds.ThePhD1-1/+1
2014-06-19Rework handling of requiredFeature to solve problem with rlig in arial.ttf fr...Jonathan Kew1-13/+37
2014-06-19Rename sort() to qsort()Behdad Esfahbod1-2/+2
2013-10-30Bug 70971 - Signed/unsigned compiler warnings on windowsBehdad Esfahbod1-1/+1
2013-10-03[OTLayout] Protect against out-of-range lookup indicesBehdad Esfahbod1-1/+7
2013-05-04Move code aroundBehdad Esfahbod1-43/+0
2013-05-02[OTLayout] Minor refactoringBehdad Esfahbod1-21/+25
2013-05-02MinorBehdad Esfahbod1-0/+2
2013-04-21Minor renamingBehdad Esfahbod1-11/+11
2013-04-21Rename "pause" to "stage"Behdad Esfahbod1-19/+19
2013-04-21MinorBehdad Esfahbod1-2/+3
2013-04-21Remove unneeded codeBehdad Esfahbod1-11/+1
2013-03-19[Indic] Futher adjust ZWJ handling in Indic-like shapersBehdad Esfahbod1-9/+9
2013-02-15Fix partial disabling of default-on featuresBehdad Esfahbod1-3/+2
2013-02-14[Indic-like] Disable automatic joiner handling for basic shaping featuresBehdad Esfahbod1-7/+25
2013-02-14Add hb_ot_map_feature_flags_tBehdad Esfahbod1-12/+12