platform/upstream/libHarfBuzzSharp.git
2015-11-04 Behdad EsfahbodAdd _hb_glyph_info_is_unicode_mark()
2015-11-03 Behdad EsfahbodTighten ccc-setting a bit and document it
2015-11-03 Behdad EsfahbodFix test expectation
2015-11-03 Behdad Esfahbod[ot-font] Fix hmtx table length checking, *again*
2015-11-03 Behdad Esfahbod[util] Fix option-parsing leaks
2015-11-03 Behdad Esfahbod[util] In --debug mode, duplicate font data
2015-11-03 Behdad Esfahbod[perf] Micro-optimize
2015-11-03 Behdad EsfahbodRemove irrelevant comment
2015-11-03 Behdad EsfahbodMinor
2015-11-03 Behdad EsfahbodCombine unicode_props0/1 into a uint16
2015-11-03 Behdad Esfahbod[perf] Only call combining_class() for marks
2015-11-02 Behdad EsfahbodMake max context-length and max nesting level configurable
2015-11-02 Behdad Esfahbod[ot] Make bad-hmtx handling match FreeType
2015-10-26 Behdad EsfahbodUse templates for making sure expression is constant
2015-10-21 Behdad EsfahbodUpdate comments for removal of compat decompositions
2015-10-21 Behdad EsfahbodDisable compatibility decomposition usage during normal...
2015-10-21 Behdad EsfahbodFix two more -Wshadow warnings
2015-10-21 Behdad EsfahbodFix one more -Wshadow warning
2015-10-21 Behdad EsfahbodFix a few more -Wshadow-local warnings
2015-10-21 Behdad EsfahbodFix one -Wshadow-compatible-local warning
2015-10-21 Behdad EsfahbodAvoid unnecessary cast to 64-bit
2015-10-21 Behdad EsfahbodAdd HB_FALLTHROUGH
2015-10-20 Behdad EsfahbodFix typo
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
next