Upgrade to latest harfbuzz
[framework/uifw/harfbuzz.git] / src / hb-buffer.cc
2012-06-27 Ankush DuaUpgrade to latest harfbuzz 2.0alpha master submit/master/20120920.151126
2011-08-02 Mike McCormackMerge branch 'upstream'
2011-07-28 Behdad EsfahbodFormalize buffer var allocations
2011-07-28 Behdad EsfahbodMove more code around
2011-07-25 Behdad EsfahbodMinor, fix leak from my previous refactorings
2011-07-25 Behdad EsfahbodAdd internal API for buffer var allocation
2011-07-22 Behdad EsfahbodMove buffer methods into the object
2011-07-21 Behdad EsfahbodAdd _hb_buffer_output_glyph() and _hb_buffer_skip_glyph()
2011-07-21 Behdad EsfahbodFix cluster calculation for non-LTR text
2011-07-06 Behdad EsfahbodFix reverse_range() position loop
2011-05-11 Behdad Esfahbod[API] Add hb_*_get_empty() for all objects
2011-05-05 Behdad Esfahbod[buffer] Remove wrong optimization
2011-05-02 Behdad Esfahbod[buffer] Fail in _create() if we cannot pre-allocate...
2011-04-28 Behdad Esfahbod[test/buffer] Add more extensive UTF-8 test data from...
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 Esfahbod[buffer] More error handling
2011-04-28 Behdad Esfahbod[API] Add _set/get_user_data() for all objects
2011-04-27 Behdad Esfahbod[object] Remove unnecessary use of macros
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-21 Behdad EsfahbodAdd hb_object_header_t which is the common part of...
2011-04-21 Behdad EsfahbodUpdate Copyright headers
2011-04-20 Behdad Esfahbod[API] Remove hb_*_get_reference_count()
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-15 Behdad EsfahbodChange buffer default properties to invalid
2011-04-15 Behdad EsfahbodRemove hb_buffer_clear_positions(), add hb_ot_layout_po...
2011-04-15 Behdad Esfahbod[API] Remove hb_buffer_clear()
2011-04-13 Behdad EsfahbodAdd hb_buffer_reset() and hb_buffer_set_length()
2011-04-13 Behdad EsfahbodMinor
2011-02-28 Behdad EsfahbodFix possible overflow
2011-01-06 Behdad EsfahbodFix ChanContext backtrack matching with GPOS
2011-01-06 Behdad EsfahbodRemove unused realloc
2010-11-02 Behdad EsfahbodWIP removing external synthesized GDEF support and...
2010-11-02 Behdad EsfahbodRemove unused function
2010-11-02 Behdad EsfahbodMore lig-id cleanup
2010-11-02 Behdad EsfahbodMore removal of lig-id code from buffer
2010-11-02 Behdad EsfahbodMinor renaming
2010-11-02 Behdad EsfahbodMove setting lig_id/component out of buffer and to...
2010-11-02 Behdad EsfahbodRemove comment
2010-11-02 Behdad EsfahbodGet rid of the OpenType-specific internal buffer repres...
2010-10-13 Behdad EsfahbodMassage mask setting a bit more
2010-10-13 Behdad EsfahbodOops, actually set global mask
2010-10-13 Behdad EsfahbodReturn early if mask is 0
2010-10-13 Behdad EsfahbodMake sure feature values don't leak out of their mask
2010-10-12 Behdad EsfahbodMerge clearing masks and setting global masks
2010-10-07 Behdad EsfahbodAdd XXX note
2010-07-23 Behdad EsfahbodTowards separating bit allocation from shaping
2010-07-23 Behdad EsfahbodPrefer C linkage
2010-05-28 Behdad EsfahbodAllow disabling default features
2010-05-27 Behdad EsfahbodAdd note about UTF-8 decoder
2010-05-22 Martin HoskenMerge branch 'master' of git://git.freedesktop.org...
2010-05-21 Behdad EsfahbodCleanup bitmask allocation
2010-05-20 Behdad EsfahbodInvert the mask logic
2010-05-15 Behdad EsfahbodAdd an inline version of hb_buffer_ensure()
2010-05-15 Behdad EsfahbodHandle malloc failture in the buffer
2010-05-15 Behdad EsfahbodUpdate buffer docs
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->in_pos...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->out_length...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->in_length...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->positions...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->out_string...
2010-05-15 Behdad EsfahbodShortening buffer accessors: rename buffer->in_string...
2010-05-15 Behdad EsfahbodMerge buffer->out_pos and buffer->out_length
2010-05-13 Behdad EsfahbodAdd a few other buffer methods
2010-05-13 Behdad EsfahbodAdd buffer->allocate_lig_id()
2010-05-12 Behdad EsfahbodRename a few files to be C++ sources