platform/upstream/libHarfBuzzSharp.git
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
2019-06-26 Behdad Esfahbod[gen-ucd] Protect against accidents like previous commit
2019-06-26 David Corbett[ucd] Include scripts added in Unicode 10 or later
2019-06-25 Michiharu Arizaminor
2019-06-25 Michiharu Arizaadd ops & methods to hb_bimap_t making it more like...
2019-06-25 Michiharu Arizaadd hb_bimap_t, subclass hb_inc_bimap_t replacing CFF...
2019-06-25 David CorbettCategorize U+1133B for use in Tamil
2019-06-25 David CorbettCorrect "nonunihan" to "nounihan"
2019-06-24 Ebrahim ByagowiReplace create_from_file with empty blob if HB_NO_OPEN...
2019-06-24 GaryQianCast long->size_t to ensure comparison of similar types
2019-06-24 Behdad Esfahbod[ucd] Use custom encoding to shrink composition data
2019-06-24 Behdad Esfahbod[ucd] Save a few more bytes
2019-06-24 Qunxin Liu[subset] VORG table to use _subset2 method and new...
2019-06-23 Ebrahim ByagowiMerge pull request #1788 from jameshilliard/configure-svg
2019-06-23 James HilliardAdd missing cairo-svg dependency to test-ot-color
2019-06-21 Behdad Esfahbod[config/ucd] Add HB_NO_UNICODE_UNASSIGNED and activate...
2019-06-21 Behdad Esfahbod[config] Make test build under HB_TINY
2019-06-21 Ebrahim ByagowiDon't define hb_blob_create_from_file if HB_NO_OPEN...
2019-06-20 Behdad EsfahbodFix build with -O0
2019-06-20 Behdad Esfahbod2.5.2
2019-06-20 Behdad Esfahbod[config] Adjust description of HB_LEAN
2019-06-20 Behdad Esfahbod[config] Add HB_NO_LAYOUT_COLLECT_GLYPHS
2019-06-20 Behdad Esfahbod[config] Add HB_NO_LAYOUT_FEATURE_PARAMS
2019-06-20 Behdad Esfahbod[config] Add HB_NO_FACE_COLLECT_UNICODES
2019-06-20 Behdad Esfahbod[config] Add HB_NO_CMAP_LEGACY_SUBTABLES
2019-06-20 Behdad EsfahbodFix MSVC build
2019-06-20 Behdad Esfahbod[config] Add HB_NO_HINTING, enabled by HB_TINY
2019-06-20 Behdad Esfahbod[config] Add HB_NO_VAR to disable variations support...
2019-06-20 Behdad Esfahbod[config] Add HB_NO_OT_FONT_GLYPH_NAMES
2019-06-20 Behdad Esfahbod[subset] Simplify collect_name_ids
2019-06-20 Behdad Esfahbod[config] Add HB_NO_STAT
2019-06-20 Behdad Esfahbod[config] Don't include name table in face if HB_NO_NAME
2019-06-20 Behdad Esfahbod[config] Disable hb-ot-font code if HB_NO_OT_FONT
2019-06-20 Behdad Esfahbod[ucd] Print out table sizes
2019-06-20 Behdad Esfahbod[config] Disable AAT map
2019-06-20 Behdad Esfahbod[config] Disable more legacy kerning
2019-06-20 Behdad Esfahbod[config] More trak disabling
2019-06-19 Behdad Esfahbod[config] add HB_NO_OT_SHAPE_FRACTIONS, enabled in HB_LEAN
2019-06-19 Behdad Esfahbod[config] Minor trak disable
2019-06-19 Behdad Esfahbod[config] Add HB_NO_LANGUAGE_PRIVATE_SUBTAG
2019-06-19 Behdad EsfahbodRestructure code
2019-06-19 Behdad Esfahbod[config] Remove remaining AAT context bits if HB_NO_OT_KERN
2019-06-19 Behdad Esfahbod[config] Add HB_NO_OT_KERN, enabled by HB_MINI / HB_NO_...
2019-06-19 Behdad EsfahbodFix build
2019-06-19 Behdad Esfahbod[config] Remove tables from hb_face_t for disabled...
2019-06-18 Misty De Meocoretext: remove trailing macro from SCRATCH_RESTORE
2019-06-18 Behdad Esfahbod[coretext/uniscribe/directwrite] Remove extra semicolons
2019-06-18 Behdad EsfahbodRemove dead code
2019-06-18 Behdad Esfahbod[config] Don't use VORG table if HB_NO_OT_FONT_CFF
2019-06-18 Behdad Esfahbod[config] Fixup for AAT ltag table access
2019-06-18 Behdad Esfahbod[config] One more morx disabling
2019-06-18 Behdad Esfahbod[config] Don't compile AAT API if HB_NO_AAT
2019-06-18 Behdad Esfahbod[config] Don't compile unused layout API if HB_NO_LAYOU...
2019-06-18 Behdad Esfahbod[config] Dont' compile buffer message API if HB_NO_BUFF...
2019-06-18 Behdad Esfahbod[config] Don't compile buffer serialize API if HB_NO_BU...
2019-06-18 Behdad EsfahbodMinor header include cleanup
2019-06-18 Behdad Esfahbod[config] Don't compile color API if HB_NO_COLOR
2019-06-18 Behdad Esfahbod[config] Don't compile name table API if HB_NO_NAME
2019-06-18 Behdad Esfahbod[config] Don't compile math API if HB_NO_MATH
2019-06-18 Behdad EsfahbodStreamline HB_NO_CFF
2019-06-18 Behdad EsfahbodRemove HB_VECTOR_SIZE
2019-06-18 Behdad EsfahbodAdd hb_bitwise_neg
2019-06-18 Behdad EsfahbodRemove accidentally left cruft
2019-06-18 Behdad EsfahbodRemove (unused) posix_memalign fallback
2019-06-18 Ebrahim Byagowi[ci] Test no build system builds
2019-06-18 Behdad EsfahbodFix cmake build
2019-06-18 Behdad Esfahbod[config] Don't compile disabled features
2019-06-18 Behdad Esfahbod[config] Flesh out CONFIG.md
2019-06-18 Behdad EsfahbodMinor
2019-06-18 Behdad Esfahbod[config] Replace HAVE_FALLBACK with HB_NO_FALLBACK_SHAPE
2019-06-18 Behdad EsfahbodAdd CONFIG.md
2019-06-17 Behdad Esfahbod[serialize] Fix copy() calling operator=
2019-06-17 Behdad EsfahbodMinor
2019-06-17 Behdad EsfahbodUse injected class name
2019-06-17 Behdad EsfahbodDisable non-OpenType kerning with hb-ft in HB_TINY
2019-06-17 Behdad EsfahbodDeprecate v_kerning callback again
2019-06-17 Behdad EsfahbodMinor
2019-06-17 Behdad EsfahbodPartially revert "[ft/ot] Remove implementation of...
2019-06-17 Behdad EsfahbodRevert "Deprecate font kern API"
2019-06-16 David CorbettCanonically reorder U+0C55 and U+0C56
2019-06-14 Michiharu Arizaenable cff subset tests
2019-06-13 Ebrahim Byagowi[cff] minor format (#1774)
2019-06-11 David CorbettRemove 'mym3'
2019-06-11 Michiharu Arizachange assert(false) to failure
2019-06-10 Behdad EsfahbodFix typo :)
2019-06-10 Ebrahim ByagowiMove HB_NO_SETLOCALE to closer place to its to unbreak...
2019-06-10 Ebrahim ByagowiAdd HB_NO_OEPN (#1767)
2019-06-10 Ebrahim ByagowiAdd HB_NO_SETLOCALE
2019-06-10 Ebrahim ByagowiRemove round polyfill
2019-06-10 Behdad EsfahbodSimplify HB_PARTIALIZE impl
2019-06-10 Behdad EsfahbodRevert "Test new solution for HB_PARTIALIZE"
2019-06-10 Behdad EsfahbodTest new solution for HB_PARTIALIZE
2019-06-10 Ebrahim Byagowi[ci] Use HB_OPTIMIZE_SIZE instead of __OPTIMIZE_SIZE__
2019-06-10 Ebrahim Byagowi[ci] Test -Os and optimize size in Alpine bot
2019-06-10 Ebrahim Byagowiminor, add HB_USE_INTERNAL_QSORT
2019-06-10 Ebrahim Byagowi[ci] remove wine from fedora bot
2019-06-09 Ebrahim Byagowi[stat] minor format
2019-06-09 Ebrahim Byagowi[stat] minor
next