summaryrefslogtreecommitdiff
path: root/src/hb-buffer.h
AgeCommit message (Expand)AuthorFilesLines
2013-08-27Add hb-deprecated.h, and rename a couple enum valuesBehdad Esfahbod1-4/+4
2013-02-27[buffer] Implement buffer deserialization for format=textBehdad Esfahbod1-1/+1
2013-02-27[buffer] Start implementing buffer deserializationBehdad Esfahbod1-1/+1
2013-02-27[buffer] MinorBehdad Esfahbod1-2/+2
2013-01-07Rename hb_buffer_clear() to hb_buffer_clear_contents()Behdad Esfahbod1-1/+1
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-5/+42
2012-11-15MinorBehdad Esfahbod1-5/+3
2012-11-15Add hb_buffer_serialize_list_formats()Behdad Esfahbod1-0/+3
2012-11-15Add buffer serialization / deserialization APIBehdad Esfahbod1-0/+42
2012-11-13MinorBehdad Esfahbod1-12/+14
2012-11-13API change: Remove "mask" from hb_buffer_add()Behdad Esfahbod1-1/+0
2012-11-13Add buffer flagsBehdad Esfahbod1-0/+13
2012-11-13Add hb_buffer_clear()Behdad Esfahbod1-0/+4
2012-09-25[buffer] Save pre/post textual contextBehdad Esfahbod1-1/+1
2012-09-06Add hb_buffer_[sg]et_content_typeBehdad Esfahbod1-0/+14
2012-08-08Use a export-file for Windows buildsBehdad Esfahbod1-2/+2
2012-07-17Add hb_buffer_normalize_glyphs() and hb-shape --normalize-glyphsBehdad Esfahbod1-0/+13
2012-06-16Make source more digestable for gobject-introspectionBehdad Esfahbod1-3/+3
2012-06-05Cleanup TRUE/FALSE vs true/falseBehdad Esfahbod1-2/+2
2012-04-12Make it an error to include non-top-level headersBehdad Esfahbod1-0/+4
2011-08-19Remove the pre_allocate argument from hb_buffer_create()Behdad Esfahbod1-1/+1
2011-08-09[API] Make set_user_data() functions take a replace parameterBehdad Esfahbod1-1/+2
2011-08-09[buffer] Make API take signed int lengthBehdad Esfahbod1-6/+6
2011-08-04[API] Changes to main shape APIBehdad Esfahbod1-0/+3
2011-05-11[API] Add hb_*_get_empty() for all objectsBehdad Esfahbod1-0/+3
2011-04-27[API] Add _set/get_user_data() for all objectsBehdad Esfahbod1-0/+10
2011-04-21Update Copyright headersBehdad Esfahbod1-3/+3
2011-04-20[API] Remove hb_*_get_reference_count()Behdad Esfahbod1-3/+0
2011-04-19[API] Rename hb_buffer_add_glyph() to hb_buffer_add()Behdad Esfahbod1-4/+4
2011-04-19[API] Add hb_buffer_allocation_successful()Behdad Esfahbod1-0/+6
2011-04-19[API] Rename hb_buffer_ensure() to hb_buffer_pre_allocate()Ryan Lortie1-2/+2
2011-04-19[API} hb_buffer_get_glyph_{infos,positions}: Add length out parameterRyan Lortie1-2/+4
2011-04-15Mark internal buffer variables privateBehdad Esfahbod1-0/+4
2011-04-15Remove hb_buffer_clear_positions(), add hb_ot_layout_position_start()Behdad Esfahbod1-4/+1
2011-04-15[API] Remove hb_buffer_clear()Behdad Esfahbod1-4/+0
2011-04-13Add hb_buffer_reset() and hb_buffer_set_length()Behdad Esfahbod1-1/+14
2011-04-11Fold hb-language.[ch] into hb-common.[ch]Behdad Esfahbod1-1/+0
2010-11-02Get rid of the OpenType-specific internal buffer representationBehdad Esfahbod1-1/+1
2010-11-02Add hb_var_int_tBehdad Esfahbod1-3/+3
2010-07-23Prefer C linkageBehdad Esfahbod1-0/+1
2010-05-14Handle malloc failture in the bufferBehdad Esfahbod1-1/+1
2010-04-22Change header commentBehdad Esfahbod1-1/+1
2009-11-06Handle shaping in non-native directionBehdad Esfahbod1-7/+3
2009-11-06Add hb_ot_layout_position_finish()Behdad Esfahbod1-10/+1
2009-11-06Rename hb_buffer_get_len() to hb_buffer_get_length()Behdad Esfahbod1-1/+1
2009-11-05Rename [xy]_pos to [xy]_offset since we don't accumulate positionsBehdad Esfahbod1-2/+2
2009-11-04Add script and language to bufferBehdad Esfahbod1-1/+14
2009-11-03Move unicode_funcs to bufferBehdad Esfahbod1-0/+10
2009-11-02[HB] Hide lig_id and component members of hb_glyph_info_tBehdad Esfahbod1-3/+2