Upgrade to latest harfbuzz
[framework/uifw/harfbuzz.git] / src / hb-private.hh
2012-06-27 Ankush DuaUpgrade to latest harfbuzz 2.0alpha master submit/master/20120920.151126
2011-08-02 Mike McCormackMerge branch 'upstream'
2011-07-30 Behdad Esfahbod[Indic] Reorder matras
2011-07-29 Behdad EsfahbodMinor
2011-07-28 Behdad EsfahbodFormalize buffer var allocations
2011-07-26 Behdad EsfahbodStreamline debugging infrastructure even more
2011-07-25 Behdad EsfahbodUse variadic macros for debugging
2011-07-25 Behdad EsfahbodAdd sugar syntax for debug messages
2011-07-21 Behdad EsfahbodMinor
2011-07-08 Behdad EsfahbodEnable applying GSUB/GPOS features in multiple segments
2011-06-28 Behdad Esfahbod[Indic] Optimize Indic table storage
2011-06-14 Behdad EsfahbodRemove extra semicolon
2011-05-12 Behdad EsfahbodRemove unused hb_set_t
2011-05-12 Behdad EsfahbodStreamline mutex stuff
2011-05-11 Behdad EsfahbodPlug leaks
2011-05-10 Behdad EsfahbodFix set implementation to be truly threadsafe even...
2011-05-05 Behdad EsfahbodAdd hb_threadsafe_set_t
2011-05-05 Behdad EsfahbodUse hb_array_t for hb_language_t mapping
2011-05-05 Behdad EsfahbodReplace fixed-size lookup_maps array with hb_array_t
2011-05-05 Behdad EsfahbodReplace fixed-size feature_maps array with hb_array_t
2011-05-05 Behdad EsfahbodReplace fixed-size feature_infos array with hb_array_t
2011-05-05 Behdad EsfahbodMinor
2011-05-05 Behdad EsfahbodReplace hb_map_t with hb_set_t which is more intuitive...
2011-05-05 Behdad EsfahbodMake array/map implementation more generic
2011-05-03 Behdad EsfahbodMove Win32 thread-safety stuff to hb-object-private.h
2011-05-03 Behdad EsfahbodImplement win32 thread-safety stuff
2011-05-03 Behdad EsfahbodAdd hb_mutex_free() and use it
2011-05-03 Behdad EsfahbodCosmetic
2011-05-02 Behdad EsfahbodFix bug in array growth implementation
2011-05-02 Behdad EsfahbodFix bug in map implementation
2011-04-28 Behdad EsfahbodAdd _hb_unsigned_int_mul_overflows
2011-04-28 Behdad EsfahbodFix possible but improbable overflow in hb_array_t
2011-04-28 Behdad EsfahbodMove code around
2011-04-27 Behdad EsfahbodReplace simple macros with inline functions for better...
2011-04-27 Behdad EsfahbodDon't return in void function
2011-04-21 Behdad EsfahbodAdd hb_object_header_t which is the common part of...
2011-04-21 Behdad EsfahbodMove hb_reference_count_t to hb-private.h
2011-04-21 Behdad EsfahbodUpdate Copyright headers
2011-04-21 Behdad EsfahbodAdd ASSERT_STATIC_EXPR macro
2011-04-21 Behdad EsfahbodCleanup hb_refrence_count_t
2011-04-20 Behdad EsfahbodRename all private sources and headers to C++ files