platform/upstream/libHarfBuzzSharp.git
2017-10-19 Behdad Esfahbod[myanmar] Fix unsafe usage of FLAG_SAFE()
2017-10-17 Behdad Esfahbod[bsearch] Micro-optimization
2017-10-17 Fredrik RoubertSwitch from ICU deprecated unorm_normalize to unorm2_no...
2017-10-17 Behdad EsfahbodUpdate docs symbols
2017-10-17 Behdad EsfahbodTry fixing build on VC
2017-10-17 Behdad Esfahbod[coretext] Fix build
2017-10-16 Behdad Esfahbod[set] Fix merge logic
2017-10-15 Behdad EsfahbodOuch.
2017-10-15 Behdad Esfahbod[set] Disable vectorization
2017-10-15 Behdad EsfahbodFix bots
2017-10-15 Behdad Esfahbod[set] Remove TODO items not worth pursuing
2017-10-15 Behdad Esfahbod[set] Speed up intersects()
2017-10-15 Behdad EsfahbodSimplify hb_prealloced_array_t initialization
2017-10-15 Behdad EsfahbodProperly detect vector_size attribute and use fallback...
2017-10-15 Behdad Esfahbod[set] Add fallback implementation of int-vector type
2017-10-15 Behdad EsfahbodFaster hb_set_t
2017-10-15 Behdad EsfahbodDeprecate hb_set_invert()
2017-10-15 Behdad EsfahbodAdd bfind() to prealloaced_array_t
2017-10-15 Behdad EsfahbodInline another bsearch()
2017-10-15 Behdad EsfahbodAdd popcount for 64bit ints
2017-10-15 Behdad EsfahbodRemove unused hb_cache_t
2017-10-15 Behdad EsfahbodRemove unused hb_frozen_set_t
2017-10-15 Behdad EsfahbodMove set-digests into their own header file
2017-10-15 Behdad EsfahbodTry fixing AppVeyor bots
2017-10-15 Behdad EsfahbodFix warnings
2017-10-15 Behdad EsfahbodUse C++11
2017-10-15 Behdad EsfahbodUse nullptr instead of NULL
2017-10-15 Behdad EsfahbodDon't use NULL in public headers
2017-10-15 Behdad EsfahbodUse static_assert instead of custom ASSERT_STATIC
2017-10-15 Behdad EsfahbodAdd polyfill for static_assert and nullptr
2017-10-15 Behdad Esfahbod[util] Include hb-private.hh
2017-10-15 Behdad EsfahbodNever skip over CGJ
2017-10-13 Behdad Esfahbod1.6.0
2017-10-13 Behdad Esfahbod[ucdn] Fix compiler warnings
2017-10-13 Behdad Esfahbod[coretext] Fix build
2017-10-13 Behdad Esfahbod[coretext] Pass correct font size to CoreText
2017-10-12 Behdad EsfahbodMerge remote-tracking branch 'origin/master'
2017-10-12 Behdad Esfahbod[indic] Special-case Kannada Ra,H,ZWJ sequence
2017-10-12 n8willisReplacing 'cluster' with 'syllable' when comments descr...
2017-10-12 ebraminioMinor BUILD.md fix (#565)
2017-10-12 Behdad Esfahbod[coretext] Use fabs() to silence compiler warning
2017-10-12 Dominik Röttsches[coretext] Activate tracking for system fonts
2017-10-12 Khaled HosnyCMakelists.txt fix for Freetype builds (#564)
2017-10-12 Behdad Esfahbod[coretext] Use fabsf() instead of abs()
2017-10-12 ebraminioRemove nmake port of harfbuzz (#562)
2017-10-12 Behdad Esfahbod[ft] Add hb_ft_font_changed()
2017-10-11 Behdad EsfahbodAdd hb_face_get_table_tags()
2017-10-11 Behdad EsfahbodRemove cast of functions to (hb_destroy_func_t)
2017-10-11 Behdad Esfahbod[coretext] Minor
2017-10-11 Behdad EsfahbodChange ptem API to make 0 mean unset
2017-10-11 Behdad Esfahbod[coretext] Minor
2017-10-11 Behdad Esfahbod[coretext] Adjust font size check for 0
2017-10-11 Behdad EsfahbodCorrectly initialize ptem
2017-10-11 Behdad Esfahbod[coretext-aat] Also pass through CoreText if font has...
2017-10-11 Behdad Esfahbod[coretext] Change default point size to 12
2017-10-11 Behdad EsfahbodMerge branch 'coretext-optical-sizing'
2017-10-11 Dominik Röttsches[coretext] Recreate CTFont if pt size changed
2017-10-11 Dominik Röttsches[coretext] Fix build
2017-10-11 Behdad Esfahbod[coretext] Another try
2017-10-11 Behdad Esfahbod[coretext] Move CT_Font to font data
2017-10-11 Behdad Esfahbod[coretext] Move font size to a macro
2017-10-11 Behdad EsfahbodInfrastructure for creating CTFont with correct font...
2017-10-11 Behdad Esfahbod[coretext] Change default font size from 36 to 18
2017-10-11 Behdad EsfahbodRemove dirty tracking
2017-10-11 Behdad EsfahbodAdd hb_font_[sg]et_ptem() to set/get point size on...
2017-10-11 Behdad EsfahbodFix TODO item
2017-10-07 Behdad Esfahbod[arabic] Fix cluster merging
2017-10-07 Behdad EsfahbodAdd check for HB_EXTERNs
2017-10-07 fanc999Fix build of HarfBuzz tools and HarfBuzz-GObject on...
2017-10-04 Behdad Esfahbod[ot] Remove 'mal' and 'gle' lang tags
2017-10-04 Behdad EsfahbodImprove performance of ligature component matching
2017-10-04 Behdad Esfahbod[arabic] Implement Unicode Arabic Mark Ordering Algorit...
2017-10-04 Behdad EsfahbodAdd info_cc() convenience macro
2017-10-04 Behdad EsfahbodAdjust normalizer for out-of-order marks
2017-10-04 Behdad EsfahbodMinor
2017-10-04 Behdad EsfahbodRevert "Treat HAMZA ABOVE similar to SHADD for sorting...
2017-10-04 Behdad EsfahbodShorthand format controls should not be ignored
2017-10-04 Behdad EsfahbodAdd Chinantec language tags
2017-10-03 Behdad EsfahbodFix GPOS v_origin ordering
2017-10-03 Behdad Esfahbod[indic] Fix shaping of U+0AFB GUJARATI SIGN SHADDA
2017-10-03 Behdad Esfahbod[indic] Implement Consonent_With_Stacker
2017-10-03 Behdad Esfahbod[use] Implement Consonant_With_Stacker
2017-10-03 David CorbettTest Consonant_With_Stacker in Kannada (#530)
2017-10-03 Behdad EsfahbodTweak mark-base attachment
2017-10-03 Behdad EsfahbodMerge commit 'c44657a05d565ec5f2c32ac15d4ecfbee00ac5f7'
2017-10-03 Behdad EsfahbodMinor
2017-10-03 Behdad EsfahbodMake bots happy
2017-10-03 Behdad EsfahbodTweak input matching some more
2017-10-02 Khaled HosnyPrint test-suite.log when CI builds fail
2017-10-02 Behdad EsfahbodAdd test for U+0A51
2017-10-02 Behdad EsfahbodTweak ligature component matching for ligature formation
2017-10-02 Behdad Esfahbod[indic] Fix shaping of U+0A51
2017-10-02 Behdad Esfahbod[ucdn] Oops!
2017-10-02 Behdad EsfahbodRemove some really old cruft
2017-10-02 Behdad Esfahbod[ucdn] Update README
2017-10-02 Behdad Esfahbod[ot] Improve shaper selection heuristic
2017-10-02 Behdad Esfahbod[use] Hack to fix shaping of U+1A7F
2017-10-02 Behdad Esfahbod[ucdn] Update to Unicode 10
2017-10-02 Behdad Esfahbod[use] Update to Unicode 10
2017-10-02 Behdad EsfahbodMinor
next