index
:
harfbuzz
BASE
accelerate-lookups
bitops
check-symbols
coverity_scan
cross-kern
decltype
hb-version
inttype-constructors
master
name-table
ot-color
overload-overload
rand
run-tests-stream
rvalue-reference
test-str-literal-constness
typename-outside-template
use-sinhala
HarfBuzz text shaping library (new rewritten version)
behdad
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hb-buffer.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-07
Rename invisible_codepoint to invisible_glyph in API
Behdad Esfahbod
1
-3
/
+3
2018-10-07
Add API for setting invisible-codepoint
Behdad Esfahbod
1
-0
/
+7
2018-09-30
Correct fix for glib-mkenum warning
Behdad Esfahbod
1
-2
/
+1
2018-09-30
Revert "Fix glib-mkenum warning"
Behdad Esfahbod
1
-0
/
+2
2018-09-30
Fix glib-mkenum warning
Behdad Esfahbod
1
-2
/
+0
2018-09-24
[docs] A few improvements
Behdad Esfahbod
1
-5
/
+15
2018-02-10
Fix more build issues
Behdad Esfahbod
1
-1
/
+0
2018-02-09
Typo
Behdad Esfahbod
1
-1
/
+1
2018-02-09
[docs] Improve UNSAFE_TO_BREAK docs
Behdad Esfahbod
1
-2
/
+15
2018-02-09
Documentation for HB_GLYPH_FLAG_UNSAFE_TO_BREAK.
bungeman
1
-0
/
+6
2018-01-21
Fix typos.
Bruce Mitchener
1
-2
/
+2
2018-01-10
Improve HB_BUFFER_SERIALIZE_FLAG_NO_ADVANCES docs
Khaled Hosny
1
-1
/
+2
2018-01-10
Add HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES
Behdad Esfahbod
1
-4
/
+13
2018-01-10
Add option to buffer serialization to not output glyph advances
Behdad Esfahbod
1
-1
/
+4
2017-10-15
Don't use NULL in public headers
Behdad Esfahbod
1
-2
/
+2
2017-10-07
Fix build of HarfBuzz tools and HarfBuzz-GObject on Visual Studio (#555)
fanc999
1
-1
/
+1
2017-09-04
Fix buffer_diff for empty buffers
Behdad Esfahbod
1
-2
/
+2
2017-08-23
Add hb_glyph_info_get_glyph_flags()
Behdad Esfahbod
1
-1
/
+8
2017-08-22
Rename HB_BUFFER_DIFF_FLAG_MASK_MISMATCH to HB_BUFFER_DIFF_FLAG_GLYPH_FLAGS_M...
Behdad Esfahbod
1
-1
/
+1
2017-08-14
Fix typo
Behdad Esfahbod
1
-1
/
+1
2017-08-14
Add function to compare two buffers
Jonathan Kew
1
-0
/
+39
2017-08-11
New API: hb_buffer_append()
Behdad Esfahbod
1
-0
/
+6
2017-08-10
[unsafe-to-break] Allocate public bits from 0
Behdad Esfahbod
1
-2
/
+3
2017-08-10
[unsafe-to-break] Add UNSAFE_TO_BREAK flag
Behdad Esfahbod
1
-2
/
+8
2016-01-11
[docs] Minor fixes.
Behdad Esfahbod
1
-13
/
+13
2016-01-01
[docs] More buffers documentation
Khaled Hosny
1
-28
/
+50
2015-12-30
[docs] A bit more buffers documentation
Khaled Hosny
1
-2
/
+54
2015-12-30
[docs] A bit more buffers documentation
Khaled Hosny
1
-1
/
+6
2015-12-18
[buffer] Add debugging, aka, message, API
Behdad Esfahbod
1
-0
/
+15
2015-11-23
Public headers: Decorate public symbols with HB_EXTERN
Chun-wei Fan
1
-50
/
+50
2015-09-03
Fix Since tags
Behdad Esfahbod
1
-0
/
+9
2015-08-24
Add API/cmdline to show glyph extents when serializing buffer
Behdad Esfahbod
1
-1
/
+2
2015-07-22
Implement more granular cluster-merging
Behdad Esfahbod
1
-0
/
+12
2015-04-30
New API: hb_buffer_reverse_range()
Behdad Esfahbod
1
-0
/
+4
2015-01-26
[API] Add hb_buffer_add_latin1()
Behdad Esfahbod
1
-0
/
+8
2014-07-16
New API: hb_buffer_[sg]et_replacement_codepoint()
Behdad Esfahbod
1
-1
/
+14
2014-07-16
New API hb_buffer_add_codepoints()
Behdad Esfahbod
1
-0
/
+8
2013-10-18
Use unsigned enums for mask types
Behdad Esfahbod
1
-8
/
+8
2013-08-27
Add hb-deprecated.h, and rename a couple enum values
Behdad Esfahbod
1
-4
/
+4
2013-02-27
[buffer] Implement buffer deserialization for format=text
Behdad Esfahbod
1
-1
/
+1
2013-02-27
[buffer] Start implementing buffer deserialization
Behdad Esfahbod
1
-1
/
+1
2013-02-27
[buffer] Minor
Behdad Esfahbod
1
-2
/
+2
2013-01-07
Rename hb_buffer_clear() to hb_buffer_clear_contents()
Behdad Esfahbod
1
-1
/
+1
2012-11-15
Rename hb_buffer_guess_properties() to hb_buffer_guess_segment_properties()
Behdad Esfahbod
1
-1
/
+1
2012-11-15
Bunch of independent changes (ouch)
Behdad Esfahbod
1
-5
/
+42
2012-11-15
Minor
Behdad Esfahbod
1
-5
/
+3
2012-11-15
Add hb_buffer_serialize_list_formats()
Behdad Esfahbod
1
-0
/
+3
2012-11-15
Add buffer serialization / deserialization API
Behdad Esfahbod
1
-0
/
+42
2012-11-13
Minor
Behdad Esfahbod
1
-12
/
+14
2012-11-13
API change: Remove "mask" from hb_buffer_add()
Behdad Esfahbod
1
-1
/
+0
[next]