summaryrefslogtreecommitdiff
path: root/src/hb-ot-layout-gpos-table.hh
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Convert tag enum class consts to static constexprBehdad Esfahbod1-1/+1
2019-01-18Remove TRACE_COLLECT_GLYPHSBehdad Esfahbod1-22/+4
2019-01-17CommentBehdad Esfahbod1-4/+4
2018-12-21MinorBehdad Esfahbod1-2/+2
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-22/+12
2018-12-16Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi1-103/+106
2018-12-12[dispatch] MinorBehdad Esfahbod1-3/+1
2018-11-30Revert ugly fixesBehdad Esfahbod1-16/+16
2018-11-30More...Behdad Esfahbod1-16/+16
2018-11-29Convert "static const hb_tag_t" constants to enumBehdad Esfahbod1-1/+1
2018-11-25[aat] Ignore GSUB table of Muthu Foundry if they have morx tableBehdad Esfahbod1-0/+3
2018-11-16[subset] minor, adjust spacesEbrahim Byagowi1-8/+8
2018-11-12Rename check_array(array, a, b) to check_range()Behdad Esfahbod1-3/+8
2018-11-10Better fix for MSVC 2008Behdad Esfahbod1-2/+2
2018-11-07[aat] Remove deleted-glyhs after applying kerx/kernBehdad Esfahbod1-3/+3
2018-11-07[GPOS] Only mark unsafe-to-break if kerning happenedBehdad Esfahbod1-24/+32
2018-11-07[GPOS] Add TODO itemBehdad Esfahbod1-0/+2
2018-11-05[ot-layout] Simplify some accessBehdad Esfahbod1-4/+5
2018-10-29Port Coverage::Iter off hb_auto_t<>Behdad Esfahbod1-1/+1
2018-10-26Fix bunch of unused parameter warningsBehdad Esfahbod1-1/+1
2018-10-25Fix possible overflow in bsearch implsBehdad Esfahbod1-1/+1
2018-10-19Use bool literals instead of 0/1.Bruce Mitchener1-1/+1
2018-10-16[gpos] Protect mark attachment against out-of-boundsBehdad Esfahbod1-4/+10
2018-10-11Attach CursivePositioning backwards, not forwardBehdad Esfahbod1-10/+10
2018-10-11[kerx] Implement Format4 'ankr'-based mark attachmentBehdad Esfahbod1-4/+0
2018-09-11Port rest from VAR to UnsizedArrayOf<>Behdad Esfahbod1-13/+13
2018-09-10Simplify sanitize->check_array()Behdad Esfahbod1-4/+4
2018-09-03[subset] Wire up subset() call down to subtablesBehdad Esfahbod1-4/+63
2018-09-03Templatize Lookup::sanitize()Behdad Esfahbod1-5/+2
2018-09-03[subset] MoreBehdad Esfahbod1-4/+6
2018-09-03Templatize GSUBGPOS::sanitize()Behdad Esfahbod1-5/+1
2018-09-02Add intersects() method to GSUB/GPOS lookupsBehdad Esfahbod1-26/+77
2018-08-26Free up hb-ot-face.hh from includesBehdad Esfahbod1-0/+2
2018-08-26[OT] Use relaxed ops for recursing into GSUB/GPOS lookups againBehdad Esfahbod1-2/+2
2018-08-26FixupBehdad Esfahbod1-1/+1
2018-08-26[ot-face] Unify GSUB/GPOS accelerators in the table accelerator frameworkBehdad Esfahbod1-1/+1
2018-08-26WIPBehdad Esfahbod1-0/+2
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-1/+1
2018-08-23[ot] Rename hb_ot_layout_t to hb_ot_face_data_tBehdad Esfahbod1-4/+2
2018-08-03[ot] Move GSUB/GPOS into tables_tBehdad Esfahbod1-2/+2
2018-07-10Minor renamings of internal inline functionsBehdad Esfahbod1-2/+2
2018-06-30Adjust MarkBasePos heuristic in presence of MultipleSubstBehdad Esfahbod1-1/+4
2018-04-23Resolve clang's conditional-uninitialize warningsEbrahim Byagowi1-1/+1
2018-04-12Add or update tables specifications linksEbrahim Byagowi1-1/+2
2018-02-26MinorBehdad Esfahbod1-6/+6
2018-02-18Readjust mark attachment heuristic a bit moreBehdad Esfahbod1-1/+4
2018-02-16Improve _hb_popcount()Behdad Esfahbod1-1/+1
2018-02-10[gpos] Adjust mark attachment heuristicBehdad Esfahbod1-2/+7
2018-01-19Rename hb_apply_context_t to hb_ot_apply_context_tBehdad Esfahbod1-24/+24
2018-01-10Calculate anchor positions in float, then roundBehdad Esfahbod1-22/+22