Behdad Esfahbod
0d7d4824b2
Minor
13 years ago
Behdad Esfahbod
e62df43649
Add internal hb_buffer_t::get_scratch_buffer()
13 years ago
Behdad Esfahbod
71e7936fca
Minor
13 years ago
Behdad Esfahbod
bf8c57ba74
[API] Add hb_face_get_blob()
...
Need to think more about it.
13 years ago
Behdad Esfahbod
2118fdb9f5
Fix fallback shaping
...
Broke it a few commits ago.
13 years ago
Behdad Esfahbod
199abbd0f1
Minor
13 years ago
Behdad Esfahbod
4f052b93c0
Fix build with glib but not freetype
13 years ago
Behdad Esfahbod
c21be799da
Minor
13 years ago
Behdad Esfahbod
e9c2341b13
Don't use icu-config when cross-compiling
13 years ago
Behdad Esfahbod
390dab49b6
Unbreak icu-config results a bit
13 years ago
Behdad Esfahbod
b301478a69
Bug 39763 - autogen.sh should check pkg-config availability
...
(and revert change have_icu change I mistakenly pushed out)
13 years ago
Behdad Esfahbod
f60271c0c2
Add mingw32 support
...
With these changes, on Ubuntu I can do:
./configure --host=i586-mingw32msvc && make
13 years ago
Behdad Esfahbod
1264b23e4a
Bug 39702 - configure check for ragel
13 years ago
Behdad Esfahbod
f5414cf0a2
Use missing script for calling ragel
13 years ago
Behdad Esfahbod
a91c58bf98
[Indic] Disable CJCT-disabling logic
...
Read comment.
13 years ago
Behdad Esfahbod
5e72071062
[Indic] Stop looking for base upon seeing joiners
...
Not sure where this is documented, but I remember this being the desired
behavior.
test-shape-complex failures are down from 48 to 46. Meh.
13 years ago
Behdad Esfahbod
281683995a
Cosmetic
13 years ago
Behdad Esfahbod
6b37bc8084
[Indic] Fix ZWJ/ZWNJ application
...
Not quite working just yet. False alarm re 10 failures. It was
crashing. Ouch! Back to 48 failures.
13 years ago
Behdad Esfahbod
e7be057024
[Indic] Add Final Reordering rules into comments
...
Not applied yet.
13 years ago
Behdad Esfahbod
cfd4382ec1
[Indic] Handle Reph when determining base consonant
13 years ago
Behdad Esfahbod
97158392a5
[Indic] Ra is a consonant too
13 years ago
Behdad Esfahbod
0d8f8a177c
[Indic] Fix reph inhibition logic
13 years ago
Behdad Esfahbod
9da0487cd4
[Indic] Support ZWJ/ZWNJ
...
Brings test-shape-complex failures down from 52 to 10!
I hereby declare harfbuzz-ng supporting Indic!
13 years ago
Behdad Esfahbod
9ee27a928a
[Indic] Suppress reph formation upon joiners
13 years ago
Behdad Esfahbod
8354e004e5
Un-Ra U+09F1. According to the test suite this is correct.
...
But I'm not sure... Down from 54 failures to 52.
13 years ago
Behdad Esfahbod
07cedd81f4
Minor
13 years ago
Behdad Esfahbod
ba7e85c104
Cosmetic
13 years ago
Behdad Esfahbod
f5bc2725cb
[Indic] For old-style Indic tables, move Halant around
...
In old-style Indic OT standards, the post-base Halants are moved after
their base. Emulate that by moving first post-base Halant to
post-last-consonant.
Brings test-shape-complex failures down from 88 to 54. Getting there!
13 years ago
Behdad Esfahbod
c47a31fb47
[OT] Save chosen script tag
13 years ago
Behdad Esfahbod
3a9b14dfdf
Minor
13 years ago
Behdad Esfahbod
8613193bbf
[test] Fix problem with N'ko test direction
...
Old HarfBuzz test suite always shaped as left-to-right and hence had wrong
0x14db, direction expected glyphstring for N'ko. Doh!
Failures down from 92 to 88.
13 years ago
Behdad Esfahbod
fd06bf5611
[Indic] Handle initial Ra+Halant in scripts that support Reph
...
Brings test-shape-complex failures down from 104 to 92. Way to go!
13 years ago
Behdad Esfahbod
ee58f3bc75
Minor
13 years ago
Behdad Esfahbod
352372ae5e
[Indic] Categorize Ra in scripts that have Reph
...
Is the categorization correct? I don't know.
13 years ago
Behdad Esfahbod
45d6f29f15
[Indic] Reorder matras
...
Number of failing shape-complex tests goes from 125 down to 94.
Next: Add Ra handling and it's fair to say we kinda support Indic :).
13 years ago
Behdad Esfahbod
911bf32aca
Bug 39686 - Add '-no-undefined' to libharfbuzz LDFLAGS
13 years ago
Behdad Esfahbod
8f0b64fb69
Minor
13 years ago
Behdad Esfahbod
743807a3ce
[Indic] Apply Indic features
...
Find the base consonant and apply basic Indic features accordingly.
Nothing complete, but does something for now. Specifically:
no Ra handling right now, and no ZWJ/ZWNJ.
Number of failing shape-complex tests goes from 174 down to 125.
Next: reorder matras.
13 years ago
Behdad Esfahbod
1a1b501315
Minor
13 years ago
Behdad Esfahbod
dd5546de15
Minor
13 years ago
Behdad Esfahbod
9f9bcceca6
Register buffer vars in Indic shaper
13 years ago
Behdad Esfahbod
be09bf6b79
Oops. This should have gone into the previous commit
13 years ago
Behdad Esfahbod
b65c06025d
Formalize buffer var allocations
13 years ago
Behdad Esfahbod
a9ad3d3460
Move more code around
...
Buffer var allocation coming into shape
13 years ago
Behdad Esfahbod
cc06c243d8
Streamline debugging infrastructure even more
14 years ago
Behdad Esfahbod
43ff203d8e
Use variadic macros for debugging
...
Looks *so* much nicer!
14 years ago
Behdad Esfahbod
decd4e3e16
Add sugar syntax for debug messages
...
Buffer debugging coming soon.
14 years ago
Behdad Esfahbod
3a81b1db89
Minor, fix leak from my previous refactorings
14 years ago
Behdad Esfahbod
f4a579bc42
Add internal API for buffer var allocation
14 years ago
Behdad Esfahbod
651e8dd79e
Start cleaning up buffer var allocation
...
I've messed up a lot of stuff recently, different parts of the
shaping process are stumbling on eachother's toes because
manually tracking what's in which buffer var is hard. I'm
going to add some internal API to track those such that mistakes
are discovered as soon as they are introduced.
14 years ago