summaryrefslogtreecommitdiff
path: root/src/hb-aat-layout-morx-table.hh
AgeCommit message (Expand)AuthorFilesLines
2019-01-24[AAT] Minor signBehdad Esfahbod1-2/+2
2019-01-24[AAT] Use a ring buffer for ligature stackBehdad Esfahbod1-9/+6
2019-01-24WhitespaceBehdad Esfahbod1-1/+1
2019-01-24[AAT] Handle transition errors during machine operationBehdad Esfahbod1-21/+13
2019-01-24[AAT] MinorBehdad Esfahbod1-34/+34
2019-01-23[AAT] In InsertionChain, set mark to previous-position if insertingBehdad Esfahbod1-3/+5
2019-01-23[AAT] Remove mark_set from InsertionChainBehdad Esfahbod1-6/+1
2019-01-22Convert tag enum class consts to static constexprBehdad Esfahbod1-3/+3
2019-01-22Convert boolean enum class consts to static constexprBehdad Esfahbod1-4/+4
2019-01-17Use NNOffsetTo<> in rest of placesBehdad Esfahbod1-5/+5
2019-01-14[AAT] Fix mort ContextualSubtable offset accessBehdad Esfahbod1-1/+2
2018-12-27[aat] MinorBehdad Esfahbod1-1/+1
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-5/+5
2018-12-16Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi1-52/+52
2018-11-30Revert ugly fixesBehdad Esfahbod1-2/+2
2018-11-30More...Behdad Esfahbod1-2/+2
2018-11-29Convert "static const hb_tag_t" constants to enumBehdad Esfahbod1-3/+3
2018-11-29Convert "static const bool" constants to anonymous enumBehdad Esfahbod1-4/+4
2018-11-25[aat.feat] Fix enum namespaceBehdad Esfahbod1-2/+2
2018-11-25[feat] Rename API uses of setting to selectorEbrahim Byagowi1-1/+1
2018-11-25[feat] Use bsearchEbrahim Byagowi1-1/+1
2018-11-25[feat] Address @behdad commentsEbrahim Byagowi1-1/+1
2018-11-25[feat] Complete feature types listEbrahim Byagowi1-1/+1
2018-11-25[feat] Turn AAT feature id into enumEbrahim Byagowi1-5/+5
2018-11-25[feat] Expose public APIEbrahim Byagowi1-3/+3
2018-11-24[morx] Port to hb_sanitize_with_object_tBehdad Esfahbod1-9/+9
2018-11-24Simplify sanitize set_object()Behdad Esfahbod1-5/+5
2018-11-24Revert "[aat.morx] Remove set_object() business"Behdad Esfahbod1-0/+8
2018-11-24[aat.morx] Remove set_object() businessBehdad Esfahbod1-8/+0
2018-11-24[morx/kerx] Fix sanitize regressionBehdad Esfahbod1-3/+1
2018-11-24[kerx/morx] Make sure object length is sanitized before accessing itBehdad Esfahbod1-0/+5
2018-11-22[morx/kerx] Limit range to subtable when sanitizingBehdad Esfahbod1-0/+2
2018-11-22[sanitizer] Add reset_object(), make set_object() do bounds-checkBehdad Esfahbod1-0/+1
2018-11-22[kerx] Make sure subtables are non-zero-lengthBehdad Esfahbod1-1/+1
2018-11-07[morx] MinorBehdad Esfahbod1-6/+6
2018-11-07[aat] Remove deleted-glyhs after applying kerx/kernBehdad Esfahbod1-16/+0
2018-11-07[morx/kerx] Rename typesBehdad Esfahbod1-2/+2
2018-11-07[kerx] More towards sharing Format1Behdad Esfahbod1-4/+6
2018-11-07[morx] SimplifyBehdad Esfahbod1-16/+11
2018-11-07[morx] MinorBehdad Esfahbod1-3/+3
2018-11-04Clean up buffer->swap_buffers() callsBehdad Esfahbod1-2/+1
2018-11-02Use as_array in more placesBehdad Esfahbod1-2/+2
2018-10-31[aat] Fallback to old style "Letter Case" small capsBehdad Esfahbod1-0/+8
2018-10-31[mort] Massage some moreBehdad Esfahbod1-16/+5
2018-10-31[mort] Some moreBehdad Esfahbod1-18/+16
2018-10-31[mort] Refactor offset-to-index mappingBehdad Esfahbod1-11/+16
2018-10-31[aat] Fix older compilers by not referencing enum directly (#1340)Ebrahim Byagowi1-3/+2
2018-10-31[aat] Minor, remove extra semicolonsEbrahim Byagowi1-4/+4
2018-10-31[mort] Make ligatures workBehdad Esfahbod1-8/+17
2018-10-31[mort] More Ligature workBehdad Esfahbod1-14/+40