platform/upstream/libHarfBuzzSharp.git
2015-01-21 Behdad EsfahbodAdd README.python
2015-01-21 Behdad Esfahbod[bindings] Add README.python
2015-01-20 Behdad Esfahbod[util] Add --font-size to hb-shape
2015-01-20 Behdad Esfahbod[util] Minor
2015-01-20 Behdad EsfahbodWhen matching second glyph of kerning pairs, use bsearch
2015-01-20 Behdad Esfahbod[bindings] Minor
2015-01-20 Behdad EsfahbodMerge pull request #77 from roozbehp/master
2015-01-18 Roozbeh PournaderChange New Tai Lue shaping engine from SEA to default
2015-01-18 Behdad Esfahbod[indic] Fix out-of-bounds access
2015-01-07 Behdad Esfahbod[bindings] Update sample.py
2015-01-07 Behdad Esfahbod[bindings] Use hb_glib_blob_create() in sample
2015-01-07 Behdad Esfahbod[glib] Add hb_glib_blob_create() that takes GBytes
2015-01-06 Behdad Esfahbod[bindings] Replace deprecated allow-none with optional...
2015-01-06 Behdad Esfahbod[bindings] Make sample Python 2/3 compatible
2015-01-06 Behdad EsfahbodFix up gobject-introspection a bit
2015-01-05 Behdad EsfahbodRemove hardcoded ICU include paths.
2015-01-05 Behdad EsfahbodMerge pull request #76 from cpeterso/cpeterso/Wunused...
2015-01-05 Chris PetersonAdd #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
2015-01-04 Behdad EsfahbodMerge pull request #75 from cpeterso/cpeterso/Wunused...
2015-01-04 Chris PetersonFix hb_atomic_ptr_cmpexch -Wunused-value warnings
2015-01-02 Behdad EsfahbodAdd missing va_end()
2014-12-29 Behdad Esfahbod[ft] Don't set font ppem
2014-12-29 Behdad Esfahbod[ft] Add hb_ft_face_create_referenced() and hb_ft_font_...
2014-12-29 Behdad EsfahbodRemove redundant check for FT_Face_GetCharVariantIndex
2014-12-29 Behdad EsfahbodFix FreeType version check
2014-12-29 Behdad Esfahbod[ft] Open blob in READONLY mode
2014-12-29 Behdad EsfahbodAvoid accessing layout tables at face destruction
2014-12-19 Behdad EsfahbodFail blob creation if length overflows or is too large
2014-12-19 Behdad EsfahbodAssert that blob length doesn't overflow address.
2014-12-17 Behdad Esfahbod0.9.37
2014-12-13 Behdad Esfahbod[otlayout] Mark variables that are C arrays as opposed...
2014-12-13 Behdad Esfahbod[otlayout] Avoid invalid access with Context format 3
2014-12-13 Behdad Esfahbod[ot] Debug get_coverage
2014-12-13 Behdad Esfahbod[ot] Print format in dispatch trace
2014-12-13 Behdad EsfahbodMinor
2014-12-13 Behdad Esfahbod[ot] Make sure all toplevel tables have tableTag
2014-12-13 Behdad Esfahbod[sanitize] Improve debug output some more
2014-12-13 Behdad Esfahbod[sanitize] Improve debug output
2014-12-10 Behdad Esfahbod[indic] Allow ZWJ/ZWNJ before SM
2014-11-20 Behdad Esfahbod0.9.36
2014-10-29 Behdad EsfahbodIn hb_ot_collect_glyphs(), don't recurse to a lookup...
2014-10-15 Behdad EsfahbodMove code around
2014-10-15 Behdad EsfahbodMove macros around
2014-10-15 Behdad EsfahbodFix misc warnings
2014-10-02 Behdad EsfahbodUpdate test expectation for previous commit
2014-10-02 Behdad Esfahbod[ft] Add NO_HINTING in a couple other places
2014-10-01 Behdad Esfahbod[travis] Fix clang again
2014-10-01 Behdad Esfahbod[travis] Fail build if coveralls fails
2014-10-01 Behdad Esfahbod[travis] Only run coveralls under gcc
2014-10-01 Behdad EsfahbodHelp clang with gcov
2014-10-01 Behdad Esfahbod[travis] Try to make coverage work with clang
2014-10-01 Behdad Esfahbod[travis] Minor
2014-10-01 Behdad EsfahbodAdd README.md symlink to make github happy
2014-10-01 Behdad Esfahbod[travis] Re-enable clang
2014-10-01 Behdad EsfahbodAdd build and coverage status links
2014-10-01 Behdad Esfahbod[travis] Report matrix settings to help debugging
2014-10-01 Behdad Esfahbod[travis] More coveralls
2014-10-01 Behdad Esfahbod[travis] Give coveralls a hand
2014-10-01 Behdad Esfahbod[travis] Disable clang for now
2014-10-01 Behdad Esfahbod[test] Fixup test
2014-10-01 Behdad Esfahbod[travis] Another try at coveralls.io
2014-10-01 Behdad Esfahbod[travis] First try to hookup coveralls.io code coverage...
2014-10-01 Behdad Esfahbod[travis] Unbreak
2014-10-01 Behdad Esfahbod[travis] Minor
2014-10-01 Behdad EsfahbodCreate ragel-generated files in srcdir
2014-10-01 Behdad EsfahbodClean ragel-generated headers in maintainercleanfiles
2014-10-01 Behdad EsfahbodDon't use tmp files in Makefile
2014-10-01 Behdad Esfahbodcheck-static-inits: Filter out zero-length sections
2014-10-01 Behdad Esfahbodcheck-static-inits: check for static finalizers
2014-10-01 Behdad EsfahbodHide other bubble-sort
2014-10-01 Behdad EsfahbodHide bubble-sort!
2014-09-25 Behdad Esfahbod[util] Fix ansi output when surface is empty
2014-09-25 Behdad Esfahbod[ot-font] Add hb_ot_face_cmap_accelerator_t
2014-09-25 Behdad Esfahbod[ot-font] Minor
2014-09-25 Behdad Esfahbod[ot-font] Handle missing vertical metrics tables
2014-09-25 Behdad Esfahbod[ot-font] Add metrics_accel_t
2014-09-25 Behdad Esfahbod[ot-font] Start adding vertical support
2014-08-25 Behdad EsfahbodFix build
2014-08-25 Behdad Esfahbod[arabic] Don't #include __FILE__
2014-08-25 Behdad Esfahbod[arabic] Allow disabling win1256 fallback code
2014-08-22 Behdad Esfahbod[ot] Prefer Windows platform cmap tables / accept all...
2014-08-15 Behdad Esfahbod[win32] Avoid preprocessor warnings re macros
2014-08-14 Behdad EsfahbodFix check-symbols on OS X
2014-08-14 Behdad Esfahbod[coretext] Hide feature_mappings
2014-08-14 Behdad EsfahbodSimplify hb-object
2014-08-14 Behdad EsfahbodReally fix clang build this time
2014-08-14 Behdad EsfahbodRevert "Fix build on clang after previous commit"
2014-08-14 Behdad EsfahbodFix build on clang after previous commit
2014-08-14 Behdad EsfahbodRewrite this==NULL checks to avoid undefined behavior
2014-08-14 Behdad EsfahbodRemove this==NULL check from face->reference_table()
2014-08-14 Behdad EsfahbodMake hb_object_t members private
2014-08-13 Behdad EsfahbodMinor
2014-08-13 Behdad Esfahbod0.9.35
2014-08-12 Behdad Esfahbod[coretext] Add version guards for kCTLanguageAttributeName
2014-08-12 Behdad Esfahbod[coretext] Pass buffer language to CoreText
2014-08-12 Behdad Esfahbod[coretext] Minor
2014-08-12 Behdad Esfahbod[hb-coretext] Fix cluster order of notdef runs in RTL...
2014-08-12 Behdad Esfahbod[shape-plan] Fix typo!
2014-08-12 Behdad Esfahbod[shape-plan] Better debug messages
2014-08-12 Behdad Esfahbod[shape-plan] Simplify macro
next