Behdad Esfahbod
6eb8950e62
[ucdn] Oops!
7 years ago
Behdad Esfahbod
cbec0cd65e
Remove some really old cruft
7 years ago
Behdad Esfahbod
b3dff7720c
[ucdn] Update README
7 years ago
Behdad Esfahbod
57c55ef834
[ot] Improve shaper selection heuristic
7 years ago
Behdad Esfahbod
5680ef884c
[use] Hack to fix shaping of U+1A7F
...
Fixes https://github.com/behdad/harfbuzz/issues/525
7 years ago
Behdad Esfahbod
0faa16a253
[ucdn] Update to Unicode 10
...
Update to commit c000ebf79c095a7d58cf90090bde5715592c4834
plus this bug-fix: https://github.com/grigorig/ucdn/issues/18
7 years ago
Behdad Esfahbod
ea535a1dfa
[use] Update to Unicode 10
7 years ago
Behdad Esfahbod
29c244aff6
Minor
7 years ago
Behdad Esfahbod
1535f8c672
Add Unicode 10 scripts
7 years ago
Behdad Esfahbod
bdbe974f52
[indic] Update table to Unicode 10
7 years ago
Behdad Esfahbod
cc79b666bc
[indic] Add test for 1a0a356a0f
...
https://github.com/behdad/harfbuzz/issues/538
7 years ago
Behdad Esfahbod
819cc36049
[indic] Move manual code out of generated table
7 years ago
Behdad Esfahbod
da4866f717
[arabic] Update table to Unicode 10 data
7 years ago
Behdad Esfahbod
1a0a356a0f
[indic] Categorize U+0980 BENGALI ANJI as placeholder
...
Fixes https://github.com/behdad/harfbuzz/issues/538
7 years ago
jfkthame
19e77e01bc
[shape-plan] Don't look for a cached plan if variation coords are specified. Fixes #549 . ( #550 )
...
This is a temporary hack just to avoid incorrect shaping results, pending proper support
for caching shape-plans with variation coordinates.
7 years ago
Behdad Esfahbod
db446cce4e
Add RELEASING.md to dist
7 years ago
ebraminio
933a81d74f
Add release checklist ( #529 )
7 years ago
mhosken
66128d3cfb
Fix missing xscale in rtl graphite unpacking ( #541 )
...
* Fix missing xscale in rtl graphite unpacking
* Oops didn't need to mess with yscale
7 years ago
Behdad Esfahbod
3ca69c8c32
Use strtod_l() to correctly parse decimal numbers in French & other locales
...
Test with, eg.:
$ LC_ALL=fr_FR.utf-8 ./hb-view NotoSansArabic-VF.ttf بهداد --variations wght=1.2
7 years ago
Behdad Esfahbod
9355218f58
[util] Add a few shorthand forms for commandline options
...
-o, -O, -u, -v, -V
7 years ago
Behdad Esfahbod
a984e0c4d9
1.5.1
7 years ago
Behdad Esfahbod
d03f11f246
Fix buffer_diff for empty buffers
...
If buffers are empty, content type should be ignored.
This fixes last of the failing tests: fuzzed.tests. Green again!
7 years ago
Behdad Esfahbod
7cc348041d
[unsafe-to-break] Fix unsafe-to-break for cluster-level=1
...
Fixes tests/shaping/tests/cluster.tests
7 years ago
Behdad Esfahbod
61a9d7e6d0
Minor
7 years ago
Behdad Esfahbod
03a5a6f873
[util] Add --unicodes to hb-view / hb-shape
...
Fixes https://github.com/behdad/harfbuzz/issues/154
7 years ago
Behdad Esfahbod
0e5b475d98
Minor
7 years ago
Behdad Esfahbod
3e1fc6d18b
Minor
7 years ago
Behdad Esfahbod
04f009f848
Add test accidentally removed in previous commit
7 years ago
Behdad Esfahbod
06cb162cd7
[indic] Treat Consonant_With_Stacker as consonant
...
Fixes https://github.com/behdad/harfbuzz/issues/528
"Kannada JIHVAMULIYA and UPADHMANIYA insert dotted circles"
7 years ago
Behdad Esfahbod
c449d2d8c9
[unsafe-to-break] Mark during fraction-slash formation
...
Fixes tests/automatic-fractions.tests
7 years ago
Behdad Esfahbod
b262ebcc9c
[util] Fix cluster sweeping during --verify
...
If *I* get this wrong in 2017, I have no idea how others get their head around
cluster math...
Fixes tests/arabic-fallback-shaping.tests
7 years ago
Behdad Esfahbod
69d701b02e
[util] When --verify fails, return reconstructed shape results
7 years ago
Behdad Esfahbod
099472e08b
hb_buffer_diff() tweak
...
I like to have a mode where CONTAINS_NOTDEF and CONTAINS_DOTTEDCIRCLE are not
returned. Abused a value of -1 for that. hb-shape now uses it. Fixes two
of the six tests failing with --verify in test/shaping/run-tests.sh.
7 years ago
Behdad Esfahbod
e8b364b860
1.5.0
7 years ago
Behdad Esfahbod
224d20e4e1
[docs] Minor
7 years ago
Behdad Esfahbod
4387b059a0
[test] Add --verify to hb-shape
...
Disabled for now. Will enable and fix failures after next release.
7 years ago
Behdad Esfahbod
b2dd0c1c32
Add hb_glyph_info_get_glyph_flags()
...
New API.
7 years ago
Behdad Esfahbod
3e8f4f1452
Rename HB_BUFFER_DIFF_FLAG_MASK_MISMATCH to HB_BUFFER_DIFF_FLAG_GLYPH_FLAGS_MISMATCH
7 years ago
Behdad Esfahbod
a9e52a1af4
[util] Prefix trace lines with "trace:", and error lines with "error:"
7 years ago
Behdad Esfahbod
7ea10c35a3
[util] Respect eot/bot in safe-to-break test; hook up hb_buffer_diff()
7 years ago
Behdad Esfahbod
8820ba29df
Fix warning about "may be used uninitialized"
7 years ago
Emil A Eklund (eae)
91770e1c56
Fix signed/unsigned warning ( #522 )
...
Change hb_buffer_diff to explicitly cast result of abs to unsigned when
comparing with position_fuzz to avoid unsafe signed/unsigned comparions
warnings on windows.
7 years ago
Behdad Esfahbod
587f15ece3
Minor
7 years ago
Behdad Esfahbod
a88e2a73f3
[util] Fix leaks
7 years ago
Behdad Esfahbod
338e61ad1b
Fix typo
7 years ago
Jonathan Kew
331d66c7fe
Add function to compare two buffers
...
Based on patch from Jonathan Kew.
Needs more cleaning up and documentation.
New API:
hb_buffer_diff_flags_t
hb_buffer_diff()
7 years ago
Behdad Esfahbod
219af509ef
[graphite2] Fix warning
7 years ago
Behdad Esfahbod
239119a631
[unsafe-to-break] Mark all positions as unsafe in alternative shapers
7 years ago
Behdad Esfahbod
05fabbd03e
[unsafe-to-break] Towards verifying unsafe-to-break in --verify
...
We break and shape fragments and reconstruct shape result from them.
Remains to compare to original buffer. Going to add some buffer
comparison API and use here, instead of open-coding.
7 years ago
Behdad Esfahbod
6ce25f57c6
Fix hb_buffer_append()
...
Ouch!
7 years ago