[font] Fix internal sign of x/y_scale
[profile/ivi/org.tizen.video-player.git] / src /
2011-05-10 Behdad Esfahbod[font] Fix internal sign of x/y_scale
2011-05-10 Behdad Esfahbod[API] Remove broken-by-design hb_font_unset_funcs()
2011-05-10 Behdad EsfahbodAdd hb_font_make/is_immutable()
2011-05-10 Behdad EsfahbodFix build without mutex
2011-05-10 Behdad EsfahbodRemove duplicate atomic_int implementation
2011-05-10 Behdad EsfahbodFix set implementation to be truly threadsafe even...
2011-05-07 Behdad Esfahbod[API] Simplify blob API, remove lock
2011-05-06 Behdad EsfahbodRemove unused hb_blob_try_writable_inplace()
2011-05-06 Behdad EsfahbodAdd note re deadlocks
2011-05-06 Behdad Esfahbod[API] Add hb_language_get_default()
2011-05-06 Behdad Esfahbod[API] Add version macros and functions
2011-05-05 Behdad Esfahbod[buffer] Remove wrong optimization
2011-05-05 Behdad EsfahbodMake user_data access threadsafe
2011-05-05 Behdad EsfahbodShrink code
2011-05-05 Behdad EsfahbodUse threadsafe set implementation for hb_language lookups
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 EsfahbodMove code around
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-05 Behdad EsfahbodMake hb_mutex_*() macros take a pointer
2011-05-05 Behdad EsfahbodAdd hb_static_mutex_t
2011-05-04 Behdad EsfahbodMove code around
2011-05-03 Behdad Esfahbod[ft] Fix font->face handling
2011-05-03 Behdad EsfahbodMove Win32 thread-safety stuff to hb-object-private.h
2011-05-03 Behdad EsfahbodRefactor to keep hb-object-private.h and hb-open-type...
2011-05-03 Behdad Esfahbod[blob] Implement sub_blob() in terms of create()
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-03 Behdad Esfahbod[API] Make hb_font_create() take a face and reference it
2011-05-03 Behdad EsfahbodProtect NULL in a couple places
2011-05-02 Behdad EsfahbodFix bug in array growth implementation
2011-05-02 Behdad EsfahbodFix bug in map implementation
2011-05-02 Behdad Esfahbod[object] Fix bug in get_user_data() implementation
2011-05-02 Behdad Esfahbod[API] Rename hb_blob_create_empty() to hb_blob_get_empty()
2011-05-02 Behdad Esfahbod[face] Return nil face if blob is inert
2011-05-02 Behdad Esfahbod[buffer] Fail in _create() if we cannot pre-allocate...
2011-05-02 Behdad Esfahbod[unicode] Make _get_parent() return _nil object instead...
2011-05-02 Behdad Esfahbod[icu] Make sure we return script UNKNOWN instead of...
2011-05-02 Behdad EsfahbodISO 15924 fixes
2011-04-29 Behdad Esfahbod[test/unicode] Use text fixture instead of static variables
2011-04-28 Behdad Esfahbod[test/buffer] Add more extensive UTF-8 test data from...
2011-04-28 Behdad Esfahbod[API Remove hb_font_funcs_copy()
2011-04-28 Behdad Esfahbod[TODO] Remove finished items
2011-04-28 Behdad EsfahbodAdd _hb_unsigned_int_mul_overflows
2011-04-28 Behdad Esfahbod[test/buffer] Test pre_allocate() and allocation_succes...
2011-04-28 Behdad EsfahbodFix possible but improbable overflow in hb_array_t
2011-04-28 Behdad Esfahbod[buffer] More error handling
2011-04-28 Behdad Esfahbod[API] Add _set/get_user_data() for all objects
2011-04-28 Behdad EsfahbodMove code around
2011-04-28 Behdad EsfahbodAdd initial implementation of user_data to objects
2011-04-27 Behdad Esfahbod[object] Remove unnecessary use of macros
2011-04-27 Behdad Esfahbod[blob] Use HB_FUNC instead of __FUNCTION__
2011-04-27 Behdad Esfahbod[object] Add tracing support back in
2011-04-27 Behdad Esfahbod[API] Add hb_direction_from/to_string()
2011-04-27 Behdad EsfahbodRename hb-view.c and test.c to .cc files
2011-04-27 Behdad EsfahbodMake buffer size growth start from 32 instead of 8
2011-04-27 Behdad Esfahbod[API] Add hb_unicode_funcs_get_default()
2011-04-27 Behdad EsfahbodReplace simple macros with inline functions for better...
2011-04-27 Behdad EsfahbodAdd TODO item
2011-04-27 Behdad EsfahbodDon't return in void function
2011-04-21 Behdad EsfahbodFurther simplify object handling
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 Esfahbod[hb-view] Accept numbers in feature tag name
2011-04-21 Behdad EsfahbodRemove obsolete comment
2011-04-21 Behdad EsfahbodAdd ASSERT_STATIC_EXPR macro
2011-04-21 Behdad EsfahbodCleanup hb_refrence_count_t
2011-04-21 Behdad Esfahbod[TODO] Remove finished items
2011-04-21 Behdad Esfahbod[API] Allow negative font x_scale/y_scale
2011-04-21 Behdad Esfahbod[icu] Remove big script switch(), rely on reverse-lookup
2011-04-20 Behdad EsfahbodMove hb_reference_count_t from macros to inline methods
2011-04-20 Behdad EsfahbodRename all private sources and headers to C++ files
2011-04-20 Behdad EsfahbodRename hb-blob.c to hb-blob.cc in preparation of more...
2011-04-20 Behdad Esfahbod[API] Make hb_face_reference_table() return empty blob...
2011-04-20 Behdad Esfahbod[API] Rename hb_face_get_table() to hb_face_reference_t...
2011-04-20 Behdad Esfahbod[TODO] Remove done items
2011-04-20 Behdad Esfahbod[API] Remove hb_*_get_reference_count()
2011-04-20 Behdad Esfahbod[OT] Fix script to ot-script-tag conversion
2011-04-20 Behdad EsfahbodMinor
2011-04-20 Behdad Esfahbod[API] font: move user_data before destroy()
2011-04-20 Behdad Esfahbod[API] blob: move user_data before destroy()
2011-04-20 Behdad Esfahbod[icu] Add two-way script conversion functions
2011-04-20 Behdad Esfahbod[glib] Add two-way script conversion functions
2011-04-20 Behdad EsfahbodRemove verbose comments
2011-04-20 Behdad Esfahbodunicode: Cleanup implementation
2011-04-20 Behdad EsfahbodCosmetic
2011-04-20 Ryan Lortie[API] unicode: rework virtual functions for subclassing
2011-04-19 Behdad Esfahbod[API] Rename hb_buffer_add_glyph() to hb_buffer_add()
2011-04-19 Behdad Esfahbod[API] Add hb_buffer_allocation_successful()
2011-04-19 Ryan Lortie[API] Rename hb_buffer_ensure() to hb_buffer_pre_allocate()
2011-04-19 Ryan Lortie[API} hb_buffer_get_glyph_{infos,positions}: Add length...
2011-04-19 Behdad Esfahbod[API] Use ISO 15924 tags for hb_script_t
2011-04-15 Behdad EsfahbodChange buffer default properties to invalid
next