summaryrefslogtreecommitdiff
path: root/src/hb-buffer.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-07Rename invisible_codepoint to invisible_glyph in APIBehdad Esfahbod1-3/+3
2018-10-07Add API for setting invisible-codepointBehdad Esfahbod1-0/+7
2018-09-30Correct fix for glib-mkenum warningBehdad Esfahbod1-2/+1
2018-09-30Revert "Fix glib-mkenum warning"Behdad Esfahbod1-0/+2
2018-09-30Fix glib-mkenum warningBehdad Esfahbod1-2/+0
2018-09-24[docs] A few improvementsBehdad Esfahbod1-5/+15
2018-02-10Fix more build issuesBehdad Esfahbod1-1/+0
2018-02-09TypoBehdad Esfahbod1-1/+1
2018-02-09[docs] Improve UNSAFE_TO_BREAK docsBehdad Esfahbod1-2/+15
2018-02-09Documentation for HB_GLYPH_FLAG_UNSAFE_TO_BREAK.bungeman1-0/+6
2018-01-21Fix typos.Bruce Mitchener1-2/+2
2018-01-10Improve HB_BUFFER_SERIALIZE_FLAG_NO_ADVANCES docsKhaled Hosny1-1/+2
2018-01-10Add HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLESBehdad Esfahbod1-4/+13
2018-01-10Add option to buffer serialization to not output glyph advancesBehdad Esfahbod1-1/+4
2017-10-15Don't use NULL in public headersBehdad Esfahbod1-2/+2
2017-10-07Fix build of HarfBuzz tools and HarfBuzz-GObject on Visual Studio (#555)fanc9991-1/+1
2017-09-04Fix buffer_diff for empty buffersBehdad Esfahbod1-2/+2
2017-08-23Add hb_glyph_info_get_glyph_flags()Behdad Esfahbod1-1/+8
2017-08-22Rename HB_BUFFER_DIFF_FLAG_MASK_MISMATCH to HB_BUFFER_DIFF_FLAG_GLYPH_FLAGS_M...Behdad Esfahbod1-1/+1
2017-08-14Fix typoBehdad Esfahbod1-1/+1
2017-08-14Add function to compare two buffersJonathan Kew1-0/+39
2017-08-11New API: hb_buffer_append()Behdad Esfahbod1-0/+6
2017-08-10[unsafe-to-break] Allocate public bits from 0Behdad Esfahbod1-2/+3
2017-08-10[unsafe-to-break] Add UNSAFE_TO_BREAK flagBehdad Esfahbod1-2/+8
2016-01-11[docs] Minor fixes.Behdad Esfahbod1-13/+13
2016-01-01[docs] More buffers documentationKhaled Hosny1-28/+50
2015-12-30[docs] A bit more buffers documentationKhaled Hosny1-2/+54
2015-12-30[docs] A bit more buffers documentationKhaled Hosny1-1/+6
2015-12-18[buffer] Add debugging, aka, message, APIBehdad Esfahbod1-0/+15
2015-11-23Public headers: Decorate public symbols with HB_EXTERNChun-wei Fan1-50/+50
2015-09-03Fix Since tagsBehdad Esfahbod1-0/+9
2015-08-24Add API/cmdline to show glyph extents when serializing bufferBehdad Esfahbod1-1/+2
2015-07-22Implement more granular cluster-mergingBehdad Esfahbod1-0/+12
2015-04-30New API: hb_buffer_reverse_range()Behdad Esfahbod1-0/+4
2015-01-26[API] Add hb_buffer_add_latin1()Behdad Esfahbod1-0/+8
2014-07-16New API: hb_buffer_[sg]et_replacement_codepoint()Behdad Esfahbod1-1/+14
2014-07-16New API hb_buffer_add_codepoints()Behdad Esfahbod1-0/+8
2013-10-18Use unsigned enums for mask typesBehdad Esfahbod1-8/+8
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