platform/upstream/libHarfBuzzSharp.git
2015-04-08 Konstantin... Minor refactoring to the atomics implementation
2015-04-08 Behdad EsfahbodMinor
2015-04-08 Behdad EsfahbodAllow implementing atomic and mutex ops in config
2015-04-08 Behdad EsfahbodMinor
2015-04-06 Behdad Esfahbod[test] Use /usr/bin/env python instead of /usr/bin...
2015-04-06 Behdad EsfahbodMerge pull request #93 from ebraminio/archpy3
2015-04-01 Behdad EsfahbodMSVC 2015 supports snprintf and not _snprintf
2015-04-01 Behdad EsfahbodMove WinCE define to better place
2015-03-30 Ebrahim ByagowiMake hb_test_tools.py compatible with python 3
2015-03-26 Behdad EsfahbodFix VC++ /analyze warnings
2015-03-22 Behdad EsfahbodMerge pull request #90 from khaledhosny/introspection...
2015-03-22 Khaled Hosny[bindings] Fix *_from_string functions
2015-03-20 Behdad Esfahbod0.9.40
2015-03-20 Behdad EsfahbodFix reverse_range() for empty range
2015-03-04 Behdad EsfahbodFix previous commit
2015-03-04 Behdad EsfahbodAccept glibtoolize as libtoolize
2015-03-04 Behdad Esfahbod0.9.39
2015-03-04 Behdad EsfahbodFix hb-uniscribe build
2015-03-03 Behdad EsfahbodFix reverse_range() to only reverse alt array if positi...
2015-02-26 Behdad EsfahbodBetter error message if libtool is not installed
2015-02-26 Behdad EsfahbodClean up gtk-doc.make
2015-02-26 Behdad EsfahbodInstall git.mk in docs/
2015-02-26 Behdad EsfahbodUpdate git.mk from upstream
2015-02-25 Behdad EsfahbodMinor refactoring
2015-02-25 Behdad EsfahbodMinor
2015-02-25 Behdad EsfahbodTypo
2015-02-25 Behdad EsfahbodMinor
2015-02-25 Behdad Esfahbod[layout] Fix comparison of GlyphID and hb_codepoint_t
2015-02-25 Behdad EsfahbodRemove unused (and wrong as of a few commits ago) cmp...
2015-02-25 Behdad EsfahbodMinor
2015-02-25 Behdad EsfahbodMinor
2015-02-25 Behdad Esfahbod[layout] If lookup has only one subtable, move the...
2015-02-25 Behdad Esfahbod[layout] Add apply_forward / apply_backward
2015-02-25 Behdad Esfahbod[layout] Remove unneeded return value from apply()
2015-02-25 Behdad EsfahbodMinor simpilfy BEInt
2015-02-25 Behdad EsfahbodOptimize IntType comparison to avoid branches for 16bit...
2015-02-25 Behdad EsfahbodMinor simplify IntType
2015-02-25 Behdad Esfahbod[layout] Minor
2015-02-25 Behdad Esfahbod[layout] Minor
2015-02-25 Behdad Esfahbod[layout] Don't check glyph props against lookup flags...
2015-02-25 Behdad Esfahbod[layout] Port sanitize() to use dispatch()
2015-02-25 Behdad EsfahbodRemove unused macro
2015-02-25 Behdad Esfahbod[layout] Refactor Lookup::dispatch()
2015-02-25 Behdad Esfahbod[layout] Refactor get_subtable()
2015-02-25 Behdad EsfahbodMinor
2015-02-25 Behdad Esfahbod[layout] Use dispatch() for add_coverage()
2015-02-25 Behdad Esfahbod[layout] Add may_dispatch()
2015-02-25 Behdad EsfahbodMake sanitize() a const method
2015-02-25 Behdad EsfahbodMinor
2015-02-25 Behdad EsfahbodRemove unnecessary check in sanitize
2015-02-25 Behdad Esfahbod[layout] Allocate iters in the context
2015-02-25 Behdad Esfahbod[layout] Move skippy_iter setup from constructor into...
2015-02-25 Behdad Esfahbod[lookup] Add skippy_iter.reset()
2015-02-25 Behdad Esfahbod[layout] Shuffle code around
2015-02-25 Behdad Esfahbod[layout] Merge forward and backward iterators
2015-02-25 Behdad Esfahbod[layout] Fix backward reject()
2015-02-25 Behdad Esfahbod[layout] Remove some unnecessary checks in skippy
2015-02-25 Behdad Esfahbod[lookup] Don't initialize skippy if coverage match...
2015-02-25 Behdad Esfahbod[layout] Use setter method to set c->lookup_props
2015-02-25 Behdad Esfahbod[layout] Remove unused wrapper method
2015-02-25 Behdad EsfahbodAdd hb_frozen_set_t
2015-02-25 Behdad EsfahbodHide internals of lookup accelerators
2015-02-25 Behdad Esfahbod[util] Add convenience "make lib" target
2015-02-25 Behdad EsfahbodMerge pull request #85 from KonstantinRitt/define_inline
2015-02-13 Konstantin... Fix build with MSVC on CE
2015-01-28 Behdad Esfahbod[ft] Handle negative scales with vertical writing
2015-01-28 Behdad Esfahbod[coretext] Don't generate notdef glyph for default...
2015-01-28 Behdad Esfahbod[coretext] Unbreak glyph positioning in presence of...
2015-01-27 Behdad EsfahbodMinor optimization
2015-01-27 Konstantin... Do not leak hb_language_t on hb_language_item_t destruction
2015-01-27 Konstantin... Minor improvement to HB_SHAPER_DATA_DESTROY
2015-01-26 Behdad Esfahbod[API] Add hb_buffer_add_latin1()
2015-01-26 Behdad EsfahbodFix hb_buffer_add_codepoints to actually NOT validate
2015-01-25 Behdad EsfahbodMerge pull request #81 from KonstantinRitt/fixes/build...
2015-01-25 Konstantin... Move some code around
2015-01-25 Konstantin... Do not define MemoryBarrier on WinCE
2015-01-25 Konstantin... Fix build on WinRT
2015-01-23 Behdad Esfahbod0.9.38
2015-01-23 Behdad Esfahbod[ft] Handle negative x_scale / y_scale
2015-01-22 Behdad Esfahbod[coretext] Fix positioning of notdef
2015-01-22 Behdad Esfahbod[coretext] Fix scaling
2015-01-22 Behdad Esfahbod[coretext] Use vertical advance for notdef in vertical...
2015-01-22 Behdad EsfahbodAdd convenience make target "make lib" in src/
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...
next