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.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-11
Replace "ISO 639" with "BCP 47"
David Corbett
1
-1
/
+1
2018-10-07
Rename invisible_codepoint to invisible_glyph in API
Behdad Esfahbod
1
-6
/
+6
2018-10-07
[buffer] Improve shift_forward()
Behdad Esfahbod
1
-3
/
+13
2018-10-07
Add API for setting invisible-codepoint
Behdad Esfahbod
1
-0
/
+42
2018-10-03
[buffer] Inline some more
Behdad Esfahbod
1
-44
/
+0
2018-09-30
Document setlocale() threadsafety issue
Behdad Esfahbod
1
-0
/
+2
2018-09-24
[docs] A few improvements
Behdad Esfahbod
1
-0
/
+4
2018-09-16
Revert forcing use of single-parameter static_assert()
Behdad Esfahbod
1
-1
/
+1
2018-09-16
Enforce single-param static_assert() only
Behdad Esfahbod
1
-1
/
+1
2018-08-25
Rename hb-*private.hh to hb-*.hh
Behdad Esfahbod
1
-2
/
+2
2018-08-13
Don't add reference in get_unicode_funcs() functions
Behdad Esfahbod
1
-2
/
+1
2018-08-06
Port _nil objects to Null() machinery
Behdad Esfahbod
1
-21
/
+23
2018-07-10
Minor renamings of internal inline functions
Behdad Esfahbod
1
-2
/
+2
2018-05-31
Rename in_error to !successful
Behdad Esfahbod
1
-12
/
+12
2018-05-07
Support scripts that are written both LTR and RTL
Behdad Esfahbod
1
-0
/
+4
2018-02-06
[buffer] Tweak diff re glyph_flags again
Behdad Esfahbod
1
-1
/
+1
2018-02-06
Fix hb-buffer logic error
Ebrahim Byagowi
1
-1
/
+1
2018-02-04
[aat] Fix unsafe-to-break
Behdad Esfahbod
1
-1
/
+1
2017-11-14
Limit how much recursion GSUB/GPOS does
Behdad Esfahbod
1
-0
/
+2
2017-11-01
Enable PSVita (arm-none-eabi) compile again and add it to CI (#594)
ebraminio
1
-2
/
+2
2017-10-15
Use nullptr instead of NULL
Behdad Esfahbod
1
-5
/
+5
2017-10-15
Use static_assert instead of custom ASSERT_STATIC
Behdad Esfahbod
1
-1
/
+1
2017-09-04
Fix buffer_diff for empty buffers
Behdad Esfahbod
1
-1
/
+1
2017-08-30
hb_buffer_diff() tweak
Behdad Esfahbod
1
-8
/
+8
2017-08-23
[docs] Minor
Behdad Esfahbod
1
-1
/
+7
2017-08-23
Add hb_glyph_info_get_glyph_flags()
Behdad Esfahbod
1
-0
/
+17
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-15
Fix signed/unsigned warning (#522)
Emil A Eklund (eae)
1
-4
/
+4
2017-08-14
Add function to compare two buffers
Jonathan Kew
1
-0
/
+82
2017-08-11
[unsafe-to-break] Towards verifying unsafe-to-break in --verify
Behdad Esfahbod
1
-1
/
+4
2017-08-11
Fix hb_buffer_append()
Behdad Esfahbod
1
-1
/
+1
2017-08-11
[unsafe-to-break] Copy flag to all glyphs in a cluster
Behdad Esfahbod
1
-22
/
+6
2017-08-11
[unsafe-to-break] Mark unsafe is cluster merging is disabled
Behdad Esfahbod
1
-0
/
+3
2017-08-11
New API: hb_buffer_append()
Behdad Esfahbod
1
-1
/
+51
2017-08-10
[unsafe-to-break] Be careful with flag propagation when merging clusters
Behdad Esfahbod
1
-7
/
+10
2017-08-10
Set mask to 0, instead of 1, by default
Behdad Esfahbod
1
-1
/
+1
2017-08-10
[safe-to-break] Fix logic when there is no out-buffer
Behdad Esfahbod
1
-0
/
+6
2017-08-10
[unsafe-to-break] Simplify logic
Behdad Esfahbod
1
-44
/
+13
2017-08-10
[unsafe-to-break] Add UNSAFE_TO_BREAK flag
Behdad Esfahbod
1
-0
/
+67
2017-06-19
Fix arm-none-eabi build (fixes #451) (#496)
Ebrahim Byagowi
1
-2
/
+2
2016-07-20
Clean up buffer area when rewinding
Behdad Esfahbod
1
-0
/
+8
2016-06-28
[gobject] Fix a few warnings
Behdad Esfahbod
1
-1
/
+1
2016-02-25
Speed up buffer variable allocation sanity check
Behdad Esfahbod
1
-70
/
+0
2016-02-25
Add HB_NDEBUG
Behdad Esfahbod
1
-2
/
+2
2016-02-25
Disable internal buffer variable bookkeeping in NDEBUG builds
Behdad Esfahbod
1
-2
/
+4
2016-02-19
Avoid buffer->move_to() in case of buffer error
Behdad Esfahbod
1
-0
/
+2
2016-01-01
[docs] More buffers documentation
Khaled Hosny
1
-21
/
+70
2015-12-30
[docs] Typo
Khaled Hosny
1
-1
/
+1
2015-12-30
[docs] A bit more buffers documentation
Khaled Hosny
1
-3
/
+4
2015-12-30
[docs] A bit more buffers documentation
Khaled Hosny
1
-30
/
+63
[next]