platform/upstream/libHarfBuzzSharp.git
2015-07-26 Behdad EsfahbodMerge branch 'use'
2015-07-26 Behdad Esfahbod0.9.42
2015-07-25 Behdad EsfahbodFix broken sentence
2015-07-25 Grigori GoronzyUpdate UCDN to upstream commit 8af93f30
2015-07-23 Behdad Esfahbod[test] Encode Kharoshti text
2015-07-23 Behdad Esfahbod[test] Add Batak and Buginese test texts
2015-07-23 Behdad Esfahbod[test] Remove shaper-sea texts under shaper-use
2015-07-23 Behdad Esfahbod[test] Remove New Tai Lue texts
2015-07-23 Behdad Esfahbod[test] Add tests for improved 'vert' feature
2015-07-23 Behdad Esfahbod[test] Add recently added test
2015-07-23 Behdad Esfahbod[test] Support additional options to hb-shape in micro...
2015-07-23 Behdad Esfahbod[ot] Search globally for 'vert' feature if not found...
2015-07-23 Behdad Esfahbod[ot] Minor
2015-07-23 Behdad EsfahbodMinor debug output fix
2015-07-23 Behdad EsfahbodAdd missing TRACE_RETURN
2015-07-23 Behdad Esfahbod[ot] Add missing return!
2015-07-22 Behdad EsfahbodAdd test case for deleting default ignorables with...
2015-07-22 Behdad EsfahbodFix hide-default-ignorables after f0010dfd01ef4a927b0bd...
2015-07-22 Behdad EsfahbodFix hide-ignorables if font doesn't have space glyph
2015-07-22 Behdad EsfahbodRefactor _hb_glyph_info_is_default_ignorable()
2015-07-22 Behdad Esfahbod[ot] Hide default-ignorables before finishing off posit...
2015-07-22 Behdad EsfahbodImplement more granular cluster-merging
2015-07-22 Behdad Esfahbod[ot] Don't rely on cluster numbers for ensure_native_di...
2015-07-22 Behdad Esfahbod[ot] Simplify form_clusters()
2015-07-22 Behdad Esfahbod[ot] Don't mirror character if font doesn't support...
2015-07-22 Behdad Esfahbod[graphite2] Fix bunch of stuff
2015-07-22 Behdad Esfahbod[graphite2] Enlarge buffer for output glyphs!
2015-07-22 Behdad Esfahbod[USE] Implement topographical features for non-Arabic...
2015-07-22 Behdad EsfahbodUse foreach_cluster in Indic shaper
2015-07-22 Behdad EsfahbodUse foreach_syllable in Myanmar shaper
2015-07-22 Behdad EsfahbodAdd foreach_syllable
2015-07-22 Behdad Esfahbod[USE] Do Arabic-like shaping
2015-07-22 Behdad EsfahbodAdd hb-ot-shape-complex-arabic-private.hh
2015-07-21 Behdad Esfahbod[USE] Only reorder the first component of a split left...
2015-07-21 Behdad Esfahbod[USE] Don't compose split matras
2015-07-21 Behdad EsfahbodRemove unused SEA shaper
2015-07-21 Behdad EsfahbodRetire SEA shaper in favor of USE
2015-07-21 Behdad Esfahbod[USE] Only use USE shaper if script system is not DFLT
2015-07-21 Behdad EsfahbodRoute misc untested scripts through USE shaper instead...
2015-07-21 Behdad Esfahbod[USE] Implement dotted-circle
2015-07-21 Behdad Esfahbod[USE] Move pref
2015-07-21 Behdad Esfahbod[USE] Fix-up variation selectors and word joiner in...
2015-07-21 Behdad Esfahbod[USE] Use a couple warnings
2015-07-21 Behdad Esfahbod[USE] Move rphf
2015-07-21 Behdad EsfahbodAdd FLAG_UNSAFE()
2015-07-21 Behdad EsfahbodAdd FLAG_SAFE() for values known to be small-enough
2015-07-21 Behdad EsfahbodAdd note re ASSERT_STATIC_EXPR_ZERO()
2015-07-21 Behdad EsfahbodRemove unused macro ASSERT_STATIC_EXPR()
2015-07-21 Behdad EsfahbodUse unsigned in FLAG()
2015-07-21 Behdad Esfahbod[USE] Use use_category() for rphf/pref memory
2015-07-21 Behdad Esfahbod[USE] Hook of rphf and pref custom processing
2015-07-21 Behdad Esfahbod[USE] Add CGJ to table
2015-07-21 Behdad Esfahbod[USE] Set up features
2015-07-21 Behdad Esfahbod[USE] Hook up new scripts to USE shaper
2015-07-21 Behdad Esfahbod[USE] Remove unused Unicode data enums from USE C+...
2015-07-20 Behdad Esfahbod[USE] Finish converting Unicode positional categories...
2015-07-20 Behdad Esfahbod[USE] Map from Unicode data to USE syllabic categories
2015-07-20 Behdad Esfahbod[USE] Start moving Unicode-to-USE mapping into Python...
2015-07-20 Behdad Esfahbod[USE] Fix Number clusters
2015-07-20 Behdad Esfahbod[USE] Start putting together the shaper body
2015-07-20 Behdad Esfahbod[USE] Put a Ragel machine together
2015-07-20 Behdad EsfahbodMinor
2015-07-20 Behdad Esfahbod[USE] Minor optimization of USE table
2015-07-20 Behdad Esfahbod[USE] Add Kharoshti test data from Unicode proposal
2015-07-20 Behdad Esfahbod[USE] Build Universal Shaping Engine data table from...
2015-07-20 Behdad Esfahbod[USE] Add Universal Shaping Engine to Makefile
2015-07-15 Behdad EsfahbodUpdate Arabic shaping table for Unicode 8.0
2015-07-15 Behdad EsfahbodAdd Unicode 8.0 scripts
2015-07-05 Behdad EsfahbodFix pragma usage
2015-06-19 Behdad EsfahbodWhen removing default-ignorables, merge clusters
2015-06-19 Behdad EsfahbodRewrite hide_default_ignorables
2015-06-19 Behdad Esfahbod[test] Add test for cluster merging
2015-06-18 Behdad Esfahbod0.9.41
2015-06-18 Behdad Esfahbod[util] Disable hb-fc-list for now
2015-06-13 Behdad Esfahbod[bindings] Fix hb_language_get_default() and hb_ot_tag_...
2015-06-13 Behdad Esfahbod[TravisCI] Hook up Coverity
2015-06-13 Behdad EsfahbodAdd Coverity Scan badge
2015-06-10 Behdad EsfahbodFix warnings: "member call on null pointer of type"
2015-06-03 Behdad EsfahbodFix build
2015-06-03 Behdad EsfahbodAdd include check to hb-ot-font.h
2015-06-01 Behdad EsfahbodMerge pull request #111 from brawer/since
2015-06-01 Sascha BrawerFix "Since:" tags
2015-05-21 Behdad EsfahbodFix unary minus operator applied to unsigned int
2015-05-20 Behdad Esfahbod[gobject] Remove hb_language_t workarounds for g-i...
2015-05-20 Behdad Esfahbod[gobject] Macroize value types
2015-05-19 Behdad Esfahbod[ft] Don't set *glyph in get_glyph() if glyph not found
2015-05-19 Behdad Esfahbod[util] Minor
2015-05-07 Behdad EsfahbodMerge pull request #105 from ebraminio/master
2015-05-07 Ebrahim ByagowiFix Travis CI config to pass again
2015-05-06 Behdad EsfahbodAdd note re OpenType 1.7 language tags
2015-05-06 Roozbeh Pournader[minor] Remove comment about Navajo OpenType code.
2015-05-05 Behdad EsfahbodMerge pull request #102 from roozbehp/master
2015-05-05 Behdad Esfahbod[README.python] Add package name for gobject-introspect...
2015-05-05 Behdad Esfahbod[travis] Comment out gobject-introspection again
2015-05-05 Behdad Esfahbod[travis] Build with introspection enabled
2015-04-30 Behdad EsfahbodUse TRUE/FALSE instead of true/false in docs
2015-04-30 Khaled HosnySome attempt into initial hb-shape documentation
2015-04-30 Behdad EsfahbodNew API: hb_buffer_reverse_range()
2015-04-29 Roozbeh PournaderAdd OpenType language tag 'NAV ' for Navajo.
2015-04-24 Jonathan KewDon't apply Arabic shaping to vertical text.
next