platform/upstream/libHarfBuzzSharp.git
2019-07-21 Ebrahim Byagowi[metrics] Don't use metrics API in _common
2019-07-21 Ebrahim ByagowiAdd hb_gdi_face_create API
2019-07-21 Ebrahim Byagowi[metrics] minor, tweak comment
2019-07-20 Behdad Esfahbod[docs] Minor
2019-07-20 Ebrahim ByagowiRevert hhea fallback to OS/2 to its reverse way
2019-07-20 Ebrahim ByagowiBring back asc/desc abs logic used to be in hmtx table
2019-07-20 Ebrahim ByagowiMake HB_TINY builds work again by separating the always...
2019-07-20 Ebrahim ByagowiMerge _get_position_internal into _get_position
2019-07-20 Ebrahim ByagowiDefine post table only when used
2019-07-20 Ebrahim ByagowiMerge ot-metrics-internal.cc with ot-metrics now that...
2019-07-20 Ebrahim ByagowiDon't cache ascender/descender metrics
2019-07-20 Ebrahim Byagowi[doc] minor, improve hb-ot-metrics doc a bit
2019-07-20 Ebrahim ByagowiMerge pull request #1844 from ebraminio/hhea
2019-07-20 Ebrahim Byagowi[os2] minor spacing tweaks
2019-07-20 Ebrahim ByagowiFallback hhea's ascender/descender to OS2
2019-07-19 Behdad Esfahbod[metrics] Fall back to hhea if OS2 metrics are empty
2019-07-19 Ebrahim ByagowiAdd HB_NO_METRICS and fix HB_TINY build (#1839)
2019-07-19 Ebrahim Byagowi[ci][fuzzer] print valgrind failure if an error happened
2019-07-18 Behdad Esfahbod[metrics] Fix weird use of xor
2019-07-18 Behdad Esfahbod[ot-metrics] Touch up
2019-07-18 Ebrahim ByagowiImplement a simple API for fetching opentype metrics
2019-07-18 David CorbettRevert "[Myanmar] Prevent reordering between Asat and...
2019-07-17 Ebrahim Byagowi[ci] Bring back -linux-arm64 bot
2019-07-17 Behdad EsfahbodRevert "Revert previous change"
2019-07-17 Behdad Esfahbod[iter] Fix reduce type deduction
2019-07-17 Ebrahim Byagowi[ci] Disable -linux-arm64 bot
2019-07-17 Ebrahim ByagowiRevert previous change
2019-07-17 Ebrahim ByagowiImprove syntax to make out linux-arm64 a little happy
2019-07-17 Ebrahim ByagowiDowngrade -Wdeprecated-declarations to warning
2019-07-17 Behdad Esfahbod[amalgam] Fix redundant-declaration warning/error
2019-07-16 Ali JavadiFix C++20 compile warning on implicit capture of this...
2019-07-16 Ebrahim Byagowi[usp] define atfree callback only if used
2019-07-15 Qunxin Liu[subset] For option "--unicodes", add support for...
2019-07-12 Behdad EsfahbodRevert "Update Graphite API to latest (#1215)"
2019-07-11 Ebrahim Byagowi[fuzz] Increase subset runner timeout for tsan bot
2019-07-11 Ebrahim Byagowi[fuzz] Don't fail when blob is empty
2019-07-10 Ebrahim ByagowiFix unintialized memory read in cmap subset (#1826)
2019-07-10 Ebrahim ByagowiDon't call memcpy when a table is empty
2019-07-10 Ebrahim ByagowiForce blob generation and memory check in hb-subset...
2019-07-08 Dominik RöttschesRevert "Minor" - revert moving extern "C" definitions...
2019-07-05 Behdad Esfahbod[font] Remove division when scaling
2019-07-05 Behdad Esfahbod[font] Keep font-space to user-space multiplier
2019-07-05 Behdad EsfahbodMake face immutable in hb_font_set_face()
2019-07-05 Behdad Esfahbod[ot-font] Optimize rounding
2019-07-05 Simon SapinClusters are reversed based on the direction, not script
2019-07-05 Simon SapinDocs: fix a typo in function name
2019-07-05 Simon Sapinhb_set_previous_range docs: fix presumed copy/paste...
2019-07-05 Simon SapinDocs typo fix: slower → lower
2019-07-05 Ebrahim Byagowi[amalgam] Use it in cmake port and fix conflicts (...
2019-07-03 Behdad Esfahbod[amalgam] Include integration source files as well
2019-07-03 Behdad Esfahbod[amalgam] Rename hb.cc to harfbuzz.cc
2019-07-03 Behdad EsfahbodRevert "Use constexpr to replace passthru_ bools"
2019-07-03 Behdad EsfahbodUse constexpr to replace passthru_ bools
2019-07-03 Behdad EsfahbodSprinkle constexpr around
2019-07-03 Behdad EsfahbodRemove unused 'inline' specifier
2019-07-02 Behdad Esfahbod[amalgam] Add hb.cc to git
2019-07-02 Behdad EsfahbodMinor
2019-07-02 Behdad Esfahbod[amalgam] Fix UCD issue
2019-07-02 Behdad Esfahbod[amalgam] Fix CFF
2019-07-02 Behdad Esfahbod[amalgam] Finish fixing Indic-like shapers
2019-07-02 Behdad Esfahbod[use] Remove Syriac features
2019-07-02 Behdad Esfahbod[amalgam] More Indic-like issues
2019-07-02 Behdad Esfahbod[amalgam] More
2019-07-02 Behdad Esfahbod[amalgam] Fix most duplicate-id instances in Indic...
2019-07-02 Behdad EsfahbodAdd make rule to build hb.cc
2019-07-02 Behdad EsfahbodAdd ucd-table make target
2019-07-01 Michiharu Arizaadd bimap test along with bug fix/tweaks
2019-07-01 Ebrahim ByagowiMerge pull request #1806 from carlo-bramini/master
2019-07-01 Ebrahim Byagowi[dwrite] Apply minor style improves
2019-07-01 Carlo BraminiFix error rised by GCC8+
2019-07-01 Carlo BraminiUse lower case file name with #include
2019-06-30 Carlo BraminiEmpty DIRECTWRITE_LIBS
2019-06-30 Carlo BraminiDynamically load DWRITE
2019-06-28 Behdad Esfahbod[config] Fix CoreText build with NO_AAT
2019-06-28 Ebrahim ByagowiApply some minor improves on CFFIndex
2019-06-28 Ebrahim Byagowiminor, reuse StructAtOffset logic in StructAtOffsetOrNull
2019-06-28 Ebrahim Byagowiminor style improve in hb-cff-interp-common.hh
2019-06-28 Ebrahim Byagowistyle fix for pylint complain
2019-06-27 Behdad Esfahbod[config] Add links
2019-06-27 Behdad Esfahbod[test] Make Unicode tests strict against internal UCD
2019-06-27 David CorbettTest at least one character per Unicode version
2019-06-27 Ebrahim ByagowiMerge pull request #1800 from harfbuzz/harfbuzz/cffnull...
2019-06-27 Michiharu Arizaadd test case file
2019-06-26 Michiharu Arizaalternate fix for https://crbug.com/971933
2019-06-26 Behdad Esfahbod[config] Don't disable emoji sequences in HB_TINY
2019-06-26 Behdad Esfahbod[config] Compile out modified combining-class if HB_NO_...
2019-06-26 Behdad Esfahbod[emoji] Port generator to packtab
2019-06-26 Behdad Esfahbod[config] Add HB_NO_EMOJI
2019-06-26 Behdad Esfahbod[config] Add HB_NO_SHAPER
2019-06-26 Behdad Esfahbod[config] Add HB_NO_OT_TAG
2019-06-26 Behdad Esfahbod[config] Fix build with HB_NO_OT_LAYOUT
2019-06-26 Behdad Esfahbod[config] Add dependency
2019-06-26 Behdad Esfahbod[config] Add dependency
2019-06-26 Behdad Esfahbod[config] Rename HB_NO_SHAPE_AAT to HB_NO_AAT_SHAPE
2019-06-26 Behdad Esfahbod[config] Add HB_NO_OT_LAYOUT
2019-06-26 Behdad Esfahbod[config] Enable HB_NO_OT_FONT in HB_NO_OT
2019-06-26 Behdad Esfahbod[config] Add HB_NO_OT_SHAPE / HB_NO_OT
2019-06-26 Behdad EsfahbodFail compile if no shapers enabled
2019-06-26 Behdad Esfahbod[src] Add make targets "tiny" and "tinyz"
2019-06-26 Behdad Esfahbod2.5.3
next