platform/upstream/libHarfBuzzSharp.git
2018-09-24 Behdad EsfahbodReinit skippy iters when auto_zwj / auto_zwnj change
2018-09-24 Behdad EsfahbodPrefer decomposed form if font has GPOS mark feature
2018-09-23 Behdad Esfahbod[ot-font] Fix leak
2018-09-23 Ebrahim ByagowiAdd bots with address- and thread-sanitizer
2018-09-23 Matt Oliversrc/hb-blob.cc: Fix mmap functionality with UWP.
2018-09-22 Khaled Hosny[test] Fix printing subprocess error messages
2018-09-22 Ebrahim ByagowiFix test-subset-* leak issues
2018-09-22 Ebrahim ByagowiFix test-ot-math leak issue
2018-09-22 Ebrahim ByagowiFix test-set leak issue
2018-09-22 Ebrahim ByagowiFix test-font leak issue
2018-09-20 Behdad Esfahbod[morx] Fix mark_set check
2018-09-19 Behdad Esfahbod[aat] Minor
2018-09-19 Behdad Esfahbod[coretext] Minor
2018-09-19 Behdad Esfahbod[morx] Implement forward/backward processing
2018-09-19 Behdad Esfahbod[morx] Implement horiz-only/vert-only subtables
2018-09-19 Behdad Esfahbod[morx] Improve buffer position in Insertion w DontAdvan...
2018-09-17 Behdad Esfahbod[morx] Implement InsertionChain
2018-09-17 David CorbettDon't enforce a native direction for Old Hungarian
2018-09-17 Simon HausmannFix installation of cmake config when building with...
2018-09-16 Behdad EsfahbodRevert forcing use of single-parameter static_assert()
2018-09-16 Behdad EsfahbodOne more bot fix
2018-09-16 Behdad EsfahbodFix build, another try
2018-09-16 Behdad EsfahbodFix bots
2018-09-16 Behdad EsfahbodEnforce single-param static_assert() only
2018-09-16 Behdad EsfahbodRemove unused try
2018-09-16 Behdad EsfahbodFix static_assert
2018-09-15 Behdad EsfahbodDisallow null-enabled offsets to unsized structures...
2018-09-15 Behdad Esfahbod[morx] Respect default feature settings
2018-09-15 Behdad Esfahbod[aat] Change version field
2018-09-15 Behdad Esfahbod[morx] Add stub for InsertionChain
2018-09-14 Behdad Esfahbod[dfont] Disable null-processsing for offsets
2018-09-14 Behdad Esfahbod[unicode] Move Fitzpatrick hack from ot-layout into...
2018-09-14 Behdad EsfahbodMinor
2018-09-14 Behdad EsfahbodFix builds
2018-09-14 Behdad Esfahbod[aat] Add enums for pre-defined state and classes
2018-09-14 Behdad EsfahbodDon't dereference offset before check_struct()
2018-09-13 Behdad Esfahbod[dfont] Also check dataLen range in sanitize
2018-09-13 Behdad Esfahbod[dfont] Solve the mystery +2 offset thing!
2018-09-13 Behdad EsfahbodRename HeadlessArrayOf::len to lenP1
2018-09-13 Behdad Esfahbod[dfont] Some more
2018-09-13 Behdad Esfahbod[dfont] Push methods further down
2018-09-13 Behdad Esfahbod[dfont] Minor
2018-09-13 Behdad Esfahbod[dfon]t Sanitize OpenTypeFontFace
2018-09-13 Behdad Esfahbod[dfont] Minor
2018-09-13 Behdad Esfahbod[dfont] Make test pass
2018-09-13 Behdad EsfahbodAllow Offset<>'s that have no 0==null
2018-09-13 Behdad Esfahbod[dfont] Minor
2018-09-13 Behdad Esfahbod[bytes] Rename content to arrayZ
2018-09-13 Behdad Esfahbod[dfont] Clean up sanitize()
2018-09-13 Behdad EsfahbodFix OffsetTo::sanitize() after reshuffling
2018-09-13 Behdad EsfahbodOffsetTo::sanitize() Add version with three user_data
2018-09-13 Behdad EsfahbodOffsetTo::sanitize() more shuffling
2018-09-13 Behdad EsfahbodOffsetTo::sanitize() reshuffling
2018-09-11 Behdad Esfahbod[dfont] Some renaming, plus add link to reference doc
2018-09-11 Behdad Esfahbod[dfont] Sanitize only sfnt resources as OpenTypeFontFile
2018-09-11 Behdad Esfahbod[dfont] Minor
2018-09-11 Behdad Esfahbod[dfont] Fix test expecatation and minor touch up
2018-09-11 Ebrahim Byagowi[dfont] Add test
2018-09-11 Behdad Esfahbod[dfont] Re-enable and fix offset handling
2018-09-11 Behdad EsfahbodWhitespace
2018-09-11 Behdad Esfahbod[ft] Invalidate advance cache if font size changed
2018-09-11 Behdad Esfahbod[ft] Cache advances
2018-09-11 Behdad Esfahbod[util] Add --ft-load-flags
2018-09-11 Behdad Esfahbod[util] Add -n shorthand for --num-iterations
2018-09-11 Behdad Esfahbod[ft] Towards caching slow get_h_advance results
2018-09-11 Behdad Esfahbod[ft] Add advances() callback
2018-09-11 Behdad Esfahbod[ot-font] Rename
2018-09-11 Behdad Esfahbod[ot-font] Add advances() callbacks
2018-09-11 Behdad Esfahbod[cache] Minor
2018-09-11 Behdad EsfahbodRevert "Remove unused hb_cache_t"
2018-09-11 Behdad Esfahbod[random] Switch to 32bit RNG
2018-09-11 Behdad Esfahbod[random] Shuffle
2018-09-11 Behdad EsfahbodMake --features rand=1 available to the user
2018-09-11 Behdad EsfahbodRespect user's wish if they set rand feature manually
2018-09-11 Behdad EsfahbodMinor clean up of 'rand' patchset
2018-09-11 David CorbettDon't seed the RNG from the contents of the buffer
2018-09-11 David CorbettTest 'rand'
2018-09-11 David CorbettAllow requesting a specific glyph for 'rand'
2018-09-11 David CorbettImplement 'rand'
2018-09-10 Behdad Esfahbod[uniscribe] Fix build
2018-09-10 Behdad EsfahbodAdd HB_FEATURE_GLOBAL_START/END
2018-09-10 Behdad EsfahbodAdd (unused) hb_array_t<>
2018-09-10 Behdad EsfahbodMinor
2018-09-10 Behdad EsfahbodPort rest from VAR to UnsizedArrayOf<>
2018-09-10 Behdad EsfahbodSimplify sanitize->check_array()
2018-09-10 Behdad EsfahbodPort some VAR arrays to UnsizedArrayOf<>
2018-09-10 Behdad Esfahbod[indic] Cache hb_options().uniscribe_bug_compatible...
2018-09-10 Behdad EsfahbodUnbreak HB_OPTIONS
2018-09-10 Behdad Esfahbod[indic] Do NOT allow matra after Halant,ZWJ
2018-09-10 Behdad EsfahbodFix sanitize or Context Rule
2018-09-10 Behdad EsfahbodRevert "[subset] Disable GSUB/GPOS subsetting for now"
2018-09-10 Behdad Esfahbod1.9.0
2018-09-10 Behdad Esfahbod[subset] Disable GSUB/GPOS subsetting for now
2018-09-10 Behdad Esfahbod[atomic] Fix pointer type passed to InterlockedExchange...
2018-09-07 Behdad EsfahbodUse enum instead of "static const" in class scope
2018-09-07 Behdad EsfahbodTry fixing bots
2018-09-07 Behdad Esfahbod[subset] Fix div-by-zero
2018-09-06 Garret Rieger[subset] Fix hdmx subsetted size calculation.
2018-09-06 Behdad EsfahbodFix older compilers re '>>' at nested template declarations
2018-09-05 Behdad Esfahbod[subset] Hook up GSUB/GPOS, but still disabled
next