Always allocate new ligature id
[framework/uifw/harfbuzz.git] / src / hb-buffer.cc
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