platform/upstream/libHarfBuzzSharp.git
2015-10-20 Ebrahim ByagowiAdd a prototype of DirectWrite as a shaping backend
2015-10-20 Behdad EsfahbodAdd BUILD.md to dist
2015-10-20 Behdad EsfahbodMerge pull request #148 from ebraminio/inst
2015-10-19 Behdad EsfahbodMerge pull request #147 from ebraminio/dockerci
2015-10-19 Ebrahim Byagowi[ci] change to docker infrastructure
2015-10-19 Ebrahim ByagowiAdd BUILD.md based on harfbuzz.org docs
2015-10-15 Behdad Esfahbod1.0.6
2015-10-15 Behdad Esfahbod[ft] Revert change-of-behavior of hb_ft_font_create...
2015-10-15 Behdad EsfahbodAdd tests for a couple of fixed issues found by libFuzzer
2015-10-15 Behdad Esfahbod[ot-font] Fix hmtx wrong table length check
2015-10-14 Behdad EsfahbodReduce max nesting level from 8 to 6
2015-10-13 Behdad Esfahbod1.0.5
2015-10-13 Behdad Esfahbod[ot-font] Fix leak
2015-10-13 Behdad EsfahbodAdd test for previous commit
2015-10-13 Behdad EsfahbodFix another memory access issue discovered by libFuzzer
2015-10-12 Behdad Esfahbod[fuzz] Add fuzzing script from kcc@
2015-10-12 Behdad EsfahbodExtern "C" custom-allocator declerations
2015-10-12 Behdad EsfahbodAdd test for ee9b0b6cb5fdb08671ab064f26c299135f828260
2015-10-12 Behdad EsfahbodTypo
2015-10-09 Behdad EsfahbodFix another sanitize bug
2015-10-09 Behdad EsfahbodAdd test for previous fix
2015-10-09 Behdad EsfahbodFix return value of sanitize when subformat is not...
2015-10-09 Behdad EsfahbodAdd hb_dispatch_context_t
2015-10-08 Behdad EsfahbodAdd hb_font_set_parent()
2015-10-08 Behdad Esfahbod[ft] Add version for new API
2015-10-07 Behdad Esfahbod[ft] API: Add hb_font_[sg]et_load_flags() API
2015-10-07 Behdad EsfahbodMinor
2015-10-03 Behdad EsfahbodAllow compiling with custom allocators
2015-10-02 Behdad EsfahbodDefault font scale to face upem
2015-10-02 Behdad EsfahbodMake hb_font_create_sub_font() NOT make parent immutable
2015-10-02 Behdad EsfahbodFix hb-ot-shape-normalize with empty buffer
2015-10-02 Behdad EsfahbodReplace a couple of malloc()s with calloc()
2015-10-02 Behdad EsfahbodFix segfault with empty buffer in hb_shape_plan_execute()
2015-09-30 Behdad Esfahbod1.0.4
2015-09-29 Behdad EsfahbodDefine return_trace()
2015-09-29 Behdad EsfahbodAdd missing returns
2015-09-29 Behdad EsfahbodMicro-optimize hb_language_from_string()
2015-09-29 Sascha BrawerHandle language tags that indicate phonetic IPA transcr...
2015-09-03 Behdad EsfahbodFix Since tags
2015-09-03 Behdad EsfahbodFix Since: version tags on font and face APIs
2015-09-01 Behdad Esfahbod1.0.3
2015-09-01 Behdad Esfahbod[indic] Add comments to merge_clusters calls
2015-09-01 Behdad Esfahbod[thai] Respect cluster-level > 0
2015-09-01 Behdad Esfahbod[use] Merge /before/ reordering
2015-09-01 Behdad Esfahbod[hangul] Merge /before/ reordering
2015-09-01 Behdad Esfahbod[OT] Merge /before/ reordering
2015-09-01 Behdad Esfahbod[myanmar] Use buffer->sort() to sort cluster
2015-09-01 Behdad Esfahbod[OT] Merge clusters when reordering marks for normalization
2015-09-01 Behdad Esfahbod[tests] Add Hebrew test for normalization under cluster...
2015-09-01 Behdad EsfahbodMinor
2015-09-01 Behdad EsfahbodUse insertion-sort instead of bubble-sort
2015-09-01 Behdad EsfahbodMinor
2015-08-31 Behdad EsfahbodUpdate git.mk from upstream
2015-08-31 Behdad Esfahbod[docs] Move docs/reference/ contents into docs/
2015-08-31 Behdad Esfahbod[docs] Fix out-of-tree build
2015-08-31 Behdad EsfahbodMerge pull request #131 from simoncozens/docs
2015-08-31 Simon CozensCombine user / reference information into gtk-doc gener...
2015-08-31 Simon CozensCorrect tag hierarchy, to allow for table-of-contents...
2015-08-31 Simon CozensMissing tag (oops).
2015-08-31 Behdad Esfahbod[docs] Fix typo
2015-08-31 Behdad EsfahbodMerge pull request #129 from simoncozens/docs
2015-08-30 Behdad Esfahbod[test] Fix test-object
2015-08-30 Behdad EsfahbodPoison freed objects such that double-free is detected
2015-08-29 Simon CozensCurrent state and skeleton outline
2015-08-25 Behdad Esfahbod[GPOS] Fix cursive connection with mix of RTL and non...
2015-08-25 Behdad Esfahbod[test] Add test for cursive-positioning with mixed...
2015-08-25 Simon CozensFirst two chapters. More to follow.
2015-08-25 Behdad Esfahbod[GPOS] Rewrite cursive attachment slightly differently
2015-08-24 Behdad EsfahbodAdd API/cmdline to show glyph extents when serializing...
2015-08-24 Behdad Esfahbod[ot-font] Fix short-offset calculation
2015-08-23 Behdad Esfahbod[ot-font] Implement glyph_extents() for TrueType fonts
2015-08-21 Behdad EsfahbodMake BYTE a real type
2015-08-20 Behdad Esfahbod[coretext] Use i32 instead of u32 as well
2015-08-20 Behdad Esfahbod[uniscribe] Fix negative offsets
2015-08-19 Behdad Esfahbod1.0.2
2015-08-19 Behdad Esfahbod[coretext] Add TODO item
2015-08-19 Behdad Esfahbod[uniscribe] Fix font scale handling
2015-08-18 Behdad EsfahbodCommented-out code to print buffer before each lookup
2015-08-18 Behdad EsfahbodAllow serializing buffer with output-buffer being used
2015-08-18 Behdad Esfahbod[ot] Change buffer content type right after we map...
2015-08-18 Behdad Esfahbod[Android.mk] Update for SEA removal and USE addition
2015-08-18 Behdad EsfahbodDon't declare dependency on freetype in harfbuzz.pc
2015-08-18 Behdad Esfahbod[debug] Print lookup index in debug-apply output
2015-08-18 Behdad Esfahbod[coretext] Remove assert that kicks in on Mac OS 10.6
2015-08-17 Behdad EsfahbodRemove unused function
2015-08-11 Behdad EsfahbodAdd Libs.private and Requires.private to harfbuzz.pc
2015-08-09 jfkthameDon't rely on .cluster in _hb_ot_shape_normalize()
2015-08-08 jfkthameDon't rely on .cluster field in fallback_position
2015-08-08 Behdad Esfahbod[tests] Add test for fallback positioning with cluster_...
2015-08-07 Behdad EsfahbodBug 91559 - HarfBuzz 1.0.1: Inconsistent DLL files...
2015-08-03 Behdad EsfahbodMerge pull request #122 from RomainNaour/static-fix
2015-07-31 Romain Naourfix static linking with icu-uc
2015-07-27 Behdad Esfahbod1.0.1
2015-07-27 Behdad Esfahbod[USE] Fix out-of-bounds static array access
2015-07-26 Behdad Esfahbod1.0.0
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
next