summaryrefslogtreecommitdiff
path: root/src/hb-buffer-private.hh
AgeCommit message (Expand)AuthorFilesLines
2013-05-02MinorBehdad Esfahbod1-0/+2
2013-02-27[buffer] Implement buffer deserialization for format=textBehdad Esfahbod1-1/+2
2012-11-15Rename hb_buffer_guess_properties() to hb_buffer_guess_segment_properties()Behdad Esfahbod1-1/+1
2012-11-15Bunch of independent changes (ouch)Behdad Esfahbod1-37/+0
2012-11-13API change: Remove "mask" from hb_buffer_add()Behdad Esfahbod1-1/+0
2012-11-13Add buffer flagsBehdad Esfahbod1-0/+1
2012-11-13Add hb_buffer_clear()Behdad Esfahbod1-0/+1
2012-10-29[OT] Fix ReverseChainingSubstBehdad Esfahbod1-0/+1
2012-09-25[buffer] Save pre/post textual contextBehdad Esfahbod1-1/+12
2012-09-06Add hb_buffer_[sg]et_content_typeBehdad Esfahbod1-0/+2
2012-08-31[Indic] Implement dotted-circle insertion for broken clustersBehdad Esfahbod1-0/+1
2012-08-31MinorBehdad Esfahbod1-1/+15
2012-08-29Add HB_BUFFER_ASSERT_VARBehdad Esfahbod1-0/+3
2012-08-08Fix castBehdad Esfahbod1-4/+6
2012-07-31[buffer] MinorBehdad Esfahbod1-1/+2
2012-07-27Implement shape_plan cachingBehdad Esfahbod1-0/+30
2012-07-27Partially switch ot shaper to shape_planBehdad Esfahbod1-0/+1
2012-07-18Leave one extra item at the end of buffer allocationBehdad Esfahbod1-1/+1
2012-06-16Make source more digestable for gobject-introspectionBehdad Esfahbod1-2/+2
2012-06-08Remove unused buffer->replace_glyphs_be16Behdad Esfahbod1-3/+0
2012-06-07Fix alignment-requirement missmatchBehdad Esfahbod1-1/+1
2012-06-06Add ASSERT_POD for most objectsBehdad Esfahbod1-0/+2
2012-06-05Cleanup TRUE/FALSE vs true/falseBehdad Esfahbod1-1/+1
2012-05-13Add accessort to buffer for current info, current pos, and prev infoBehdad Esfahbod1-0/+9
2012-04-23MinorBehdad Esfahbod1-1/+1
2012-04-07Move code around, in prep for Thai/Lao shaperBehdad Esfahbod1-0/+5
2011-08-26Add buffer->replace_glyphs()Behdad Esfahbod1-0/+3
2011-08-04[API] Changes to main shape APIBehdad Esfahbod1-0/+1
2011-08-04Remove C++ guards from source filesBehdad Esfahbod1-2/+0
2011-08-03Add internal hb_buffer_t::get_scratch_buffer()Behdad Esfahbod1-0/+2
2011-07-28Formalize buffer var allocationsBehdad Esfahbod1-16/+9
2011-07-28Move more code aroundBehdad Esfahbod1-0/+1
2011-07-25Add internal API for buffer var allocationBehdad Esfahbod1-2/+23
2011-07-22Move buffer methods into the objectBehdad Esfahbod1-66/+44
2011-07-21Add _hb_buffer_output_glyph() and _hb_buffer_skip_glyph()Behdad Esfahbod1-0/+10
2011-06-15Minor compiler warning fixesBehdad Esfahbod1-4/+4
2011-04-28[buffer] More error handlingBehdad Esfahbod1-1/+1
2011-04-21Add hb_object_header_t which is the common part of all objectsBehdad Esfahbod1-4/+5
2011-04-21Update Copyright headersBehdad Esfahbod1-2/+2
2011-04-20Rename all private sources and headers to C++ filesBehdad Esfahbod1-1/+1
2011-04-20unicode: Cleanup implementationBehdad Esfahbod1-1/+1
2011-04-15Change buffer default properties to invalidBehdad Esfahbod1-6/+3
2011-04-15Remove hb_buffer_clear_positions(), add hb_ot_layout_position_start()Behdad Esfahbod1-1/+5
2011-01-06Fix ChanContext backtrack matching with GPOSBehdad Esfahbod1-2/+3
2010-11-02WIP removing external synthesized GDEF support and implementing it internallyBehdad Esfahbod1-4/+0
2010-11-02Remove unused functionBehdad Esfahbod1-10/+0
2010-11-02More cleanupBehdad Esfahbod1-4/+1
2010-11-02More lig-id cleanupBehdad Esfahbod1-2/+2
2010-11-02Minor renamingBehdad Esfahbod1-21/+20
2010-11-02Move setting lig_id/component out of buffer and to the gsub codeBehdad Esfahbod1-21/+9