Upgrade to latest harfbuzz
[framework/uifw/harfbuzz.git] / src / hb-buffer-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-28 Behdad EsfahbodFormalize buffer var allocations
2011-07-28 Behdad EsfahbodMove more code around
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-06-15 Behdad EsfahbodMinor compiler warning fixes
2011-04-28 Behdad Esfahbod[buffer] More error handling
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 EsfahbodRename all private sources and headers to C++ files
2011-04-20 Behdad Esfahbodunicode: Cleanup implementation
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-01-06 Behdad EsfahbodFix ChanContext backtrack matching with GPOS
2010-11-02 Behdad EsfahbodWIP removing external synthesized GDEF support and...
2010-11-02 Behdad EsfahbodRemove unused function
2010-11-02 Behdad EsfahbodMore cleanup
2010-11-02 Behdad EsfahbodMore lig-id cleanup
2010-11-02 Behdad EsfahbodMinor renaming
2010-11-02 Behdad EsfahbodMove setting lig_id/component out of buffer and to...
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-12 Behdad EsfahbodMerge clearing masks and setting global masks
2010-10-08 Behdad EsfahbodAdd private hb_segment_properties_t
2010-07-23 Behdad EsfahbodTowards separating bit allocation from shaping
2010-07-23 Behdad EsfahbodPrefer C linkage
2010-06-09 Behdad EsfahbodFix header
2010-05-28 Behdad EsfahbodAllow disabling default features
2010-05-22 Martin HoskenMerge branch 'master' of git://git.freedesktop.org...
2010-05-21 Behdad EsfahbodCleanup bitmask allocation
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-15 Behdad EsfahbodRemove the unused BUFFER macro
2010-05-15 Behdad EsfahbodRemove the IN_CURGLYPH() macro
2010-05-15 Behdad EsfahbodRemove the IN_CURINFO() macro
2010-05-15 Behdad EsfahbodRemove IN_INFO() and IN_NEXTGLYPH() macros
2010-05-15 Behdad EsfahbodRemove the IN_GLYPH() macro
2010-05-15 Behdad EsfahbodRemove the IN_CLUSTER() macro
2010-05-15 Behdad EsfahbodRemove the IN_MASK() macro
2010-05-15 Behdad EsfahbodRemove the IN_LIGID() macro
2010-05-15 Behdad EsfahbodRemove IN_COMPONENT() macro
2010-05-15 Behdad EsfahbodRemove OUT_GLYPH() and OUT_INFO() macros
2010-05-14 Behdad EsfahbodRemove POSITION() and CURPOSITION() macros
2010-05-13 Behdad EsfahbodAdd a few more buffer convenience methods
2010-05-13 Behdad EsfahbodAdd a few other buffer methods
2010-05-13 Behdad EsfahbodAdd buffer->swap()
2010-05-13 Behdad EsfahbodAdd buffer->allocate_lig_id()
2010-05-12 Behdad EsfahbodRename a few files to be C++ sources