summaryrefslogtreecommitdiff
path: root/src/hb-buffer-private.hh
AgeCommit message (Expand)AuthorFilesLines
2010-11-02Get rid of the OpenType-specific internal buffer representationBehdad Esfahbod1-26/+9
2010-10-13Massage mask setting a bit moreBehdad Esfahbod1-3/+16
2010-10-12Merge clearing masks and setting global masksBehdad Esfahbod1-5/+6
2010-10-08Add private hb_segment_properties_tBehdad Esfahbod1-6/+8
2010-07-23Towards separating bit allocation from shapingBehdad Esfahbod1-3/+6
2010-07-23Prefer C linkageBehdad Esfahbod1-0/+1
2010-06-09Fix headerBehdad Esfahbod1-3/+3
2010-05-28Allow disabling default featuresBehdad Esfahbod1-8/+10
2010-05-21Cleanup bitmask allocationBehdad Esfahbod1-0/+16
2010-05-14Handle malloc failture in the bufferBehdad Esfahbod1-2/+3
2010-05-14Update buffer docsBehdad Esfahbod1-6/+7
2010-05-14Shortening buffer accessors: rename buffer->in_pos to buffer->iBehdad Esfahbod1-1/+1
2010-05-14Shortening buffer accessors: rename buffer->out_length to buffer->out_lenBehdad Esfahbod1-1/+1
2010-05-14Shortening buffer accessors: rename buffer->in_length to buffer->lenBehdad Esfahbod1-1/+1
2010-05-14Shortening buffer accessors: rename buffer->positions to buffer->posBehdad Esfahbod1-2/+2
2010-05-14Shortening buffer accessors: rename buffer->out_string to buffer->out_infoBehdad Esfahbod1-1/+1
2010-05-14Shortening buffer accessors: rename buffer->in_string to buffer->infoBehdad Esfahbod1-1/+1
2010-05-14Merge buffer->out_pos and buffer->out_lengthBehdad Esfahbod1-1/+0
2010-05-14Remove the unused BUFFER macroBehdad Esfahbod1-6/+0
2010-05-14Remove the IN_CURGLYPH() macroBehdad Esfahbod1-3/+0
2010-05-14Remove the IN_CURINFO() macroBehdad Esfahbod1-1/+0
2010-05-14Remove IN_INFO() and IN_NEXTGLYPH() macrosBehdad Esfahbod1-2/+0
2010-05-14Remove the IN_GLYPH() macroBehdad Esfahbod1-1/+0
2010-05-14Remove the IN_CLUSTER() macroBehdad Esfahbod1-1/+0
2010-05-14Remove the IN_MASK() macroBehdad Esfahbod1-1/+0
2010-05-14Remove the IN_LIGID() macroBehdad Esfahbod1-1/+0
2010-05-14Remove IN_COMPONENT() macroBehdad Esfahbod1-1/+0
2010-05-14Remove OUT_GLYPH() and OUT_INFO() macrosBehdad Esfahbod1-2/+0
2010-05-14Remove POSITION() and CURPOSITION() macrosBehdad Esfahbod1-2/+0
2010-05-13Add a few more buffer convenience methodsBehdad Esfahbod1-0/+12
2010-05-12Add a few other buffer methodsBehdad Esfahbod1-4/+7
2010-05-12Add buffer->swap()Behdad Esfahbod1-31/+37
2010-05-12Add buffer->allocate_lig_id()Behdad Esfahbod1-3/+2
2010-05-12Rename a few files to be C++ sourcesBehdad Esfahbod1-0/+155