platform/upstream/libHarfBuzzSharp.git
2012-07-11 Behdad EsfahbodAdd TODO item
2012-06-26 Behdad EsfahbodFix check for Intel atomic ops
2012-06-26 Behdad EsfahbodUse octal-escaped UTF-8 characters instead of plain...
2012-06-24 Behdad EsfahbodDisable introspection again
2012-06-17 Behdad EsfahbodMinor
2012-06-16 Behdad EsfahbodGStaticMutex is deprecated
2012-06-16 Behdad Esfahbodg_thread_init() is deprecated
2012-06-16 Behdad EsfahbodMake source more digestable for gobject-introspection
2012-06-16 Behdad EsfahbodFlesh out gobject-introspection stuff a bit
2012-06-16 Behdad EsfahbodAdd TODO item
2012-06-12 Behdad EsfahbodMinor
2012-06-09 Behdad EsfahbodAdd hb_object_lock/unlock()
2012-06-09 Behdad EsfahbodUgh
2012-06-09 Behdad EsfahbodMore Oops! Fix fast-path with sub-type==0
2012-06-09 Behdad EsfahbodOops!
2012-06-09 Behdad EsfahbodMinor
2012-06-09 Behdad EsfahbodAdd sanitize() logic for fast-paths
2012-06-09 Behdad EsfahbodAdd fast-path for GPOS too
2012-06-09 Behdad EsfahbodAdd fast-path to GSUB to check coverage
2012-06-09 Behdad EsfahbodMatch input before backtrack
2012-06-09 Behdad EsfahbodAdd set add_coverage() to Coverage()
2012-06-09 Behdad EsfahbodMinor
2012-06-09 Behdad EsfahbodMinor
2012-06-09 Behdad EsfahbodFix cache implementation
2012-06-09 Behdad EsfahbodMicro-optimize
2012-06-09 Behdad EsfahbodMinor
2012-06-09 Behdad EsfahbodUse linear search for small counts
2012-06-09 Behdad EsfahbodMinor
2012-06-09 Behdad EsfahbodMinor. Hide _hb_ot_layout_get_glyph_property()
2012-06-09 Behdad EsfahbodMinor
2012-06-09 Behdad EsfahbodIn MarkBase attachment, only attach to first of a Multi...
2012-06-09 Behdad EsfahbodSet lig_comp for MultipleSubst components
2012-06-09 Behdad EsfahbodRemove unused buffer->replace_glyphs_be16
2012-06-09 Behdad EsfahbodDon't use replace_glyphs_be for MultipleSubst
2012-06-09 Behdad EsfahbodMinor
2012-06-09 Behdad EsfahbodAdd test for static initializers and other C++ stuff
2012-06-09 Behdad EsfahbodMinor
2012-06-09 Behdad EsfahbodRemove done TODO items
2012-06-09 Behdad EsfahbodMerge clusters during normalization
2012-06-09 Behdad EsfahbodMinor
2012-06-09 Behdad EsfahbodUse merge_clusters instead of open-coding
2012-06-09 Behdad EsfahbodUse merge_clusters when forming Unicode clusters
2012-06-09 Behdad EsfahbodMinor
2012-06-09 Behdad EsfahbodExtend into main buffer if extension hit end of out...
2012-06-09 Behdad EsfahbodExtend end when merging clusters in out-buffer
2012-06-09 Behdad EsfahbodExtend clusters backward in out-buffer
2012-06-09 Behdad EsfahbodExtend clusters backwards, into the out-buffer too
2012-06-09 Behdad EsfahbodClear output buffer before calling GSUB pause functions
2012-06-09 Behdad EsfahbodWhen merging clusters, extend the end
2012-06-09 Behdad EsfahbodMerge clusters when ligating
2012-06-08 Behdad EsfahbodMinor, use next_glyph()
2012-06-08 Behdad EsfahbodMinor
2012-06-08 Behdad EsfahbodIncrease Uniscribe MAX_ITEMS
2012-06-08 Behdad EsfahbodFix Uniscribe charset matching
2012-06-08 Behdad EsfahbodRemove unused code
2012-06-08 Behdad EsfahbodRemove zero-width chars in the fallback shaper too
2012-06-08 Behdad EsfahbodFix regressions introduced by sed. Ouch!
2012-06-08 Behdad EsfahbodWhitespace
2012-06-08 Behdad EsfahbodFix Uniscribe clusters with direction-overriden Arabic
2012-06-08 Behdad EsfahbodReally fix override-direction in Uniscribe
2012-06-08 Behdad EsfahbodUnbreak Uniscribe
2012-06-08 Behdad EsfahbodOverride direction in Uniscribe backend
2012-06-08 Behdad EsfahbodMake Uniscribe backend respect selected script
2012-06-07 Behdad EsfahbodAdd note re _NullPool
2012-06-07 Behdad EsfahbodFix alignment-requirement missmatch
2012-06-07 Behdad EsfahbodFix clang warning with NO_MT path
2012-06-07 Behdad EsfahbodFix warnings produced by clang analyzer
2012-06-07 Behdad EsfahbodFix warnings
2012-06-06 Behdad EsfahbodMinor
2012-06-06 Behdad EsfahbodFix ASSERT_POD on clang
2012-06-06 Behdad EsfahbodEnabled ICU again
2012-06-06 Behdad EsfahbodAdd ASSERT_POD for most objects
2012-06-06 Behdad EsfahbodAdd macros to check that types are POD
2012-06-06 Behdad EsfahbodDon't link to libstdc++
2012-06-06 Behdad EsfahbodRemove unused hb_static_mutex_t
2012-06-06 Behdad EsfahbodDisable Intel atomic ops on mingw32
2012-06-06 Behdad EsfahbodCleanup TRUE/FALSE vs true/false
2012-06-06 Behdad EsfahbodFix inert buffer set_length() with zero
2012-06-06 Behdad EsfahbodAdd configure tests for Intel atomic intrinsics
2012-06-06 Behdad EsfahbodShuffle
2012-06-06 Behdad EsfahbodRemove last static initializer
2012-06-05 Behdad EsfahbodMake hb-view err if all shapers failed
2012-06-05 Behdad EsfahbodMake hb-ft static-initializer free
2012-06-05 Behdad EsfahbodUndo default unicode-funcs to avoid static initializer...
2012-06-05 Behdad EsfahbodImplement lock-free hb_language_t
2012-06-05 Behdad EsfahbodAdd atomic-pointer functions
2012-06-05 Behdad EsfahbodAdd gcc intrinsics implementations for atomic and mutex
2012-06-05 Behdad EsfahbodAdd gcc implementation for atomic ops
2012-06-05 Behdad EsfahbodAdd a mutex to object header
2012-06-05 Behdad EsfahbodRemove static initializers from indic
2012-06-05 Behdad EsfahbodBetter hide nil objects and make them const
2012-06-05 Behdad EsfahbodRemove constructor from hb_prealloced_array_t
2012-06-05 Behdad EsfahbodCheck for atexit()
2012-06-05 Behdad EsfahbodFix warnings
2012-06-04 Behdad Esfahbods/script-punjabi/script-gurmukhi/
2012-06-04 Behdad EsfahbodAdd --verbose to hb-shape
2012-06-04 Behdad EsfahbodRemove comma at the end of enum
2012-06-03 Behdad EsfahbodRemove const from ref_count.ref_count
2012-06-03 Behdad EsfahbodMinor
2012-06-02 Behdad Esfahbod[util] Minor
next