Behdad Esfahbod
4ec30aec30
[Indic] Optimize Indic table storage
14 years ago
Behdad Esfahbod
c4a59de6d8
[Indic] Generate a single data table instead of multiple ones
14 years ago
Behdad Esfahbod
a346e923a9
[test] Add Indic tests from harfbuzz.old
...
Needs fonts to be put in test/fonts. Tests are skipped otherwise.
Run with --verbose for details. Working on improving the test runner
to make it easier to make sense of what's going on.
14 years ago
Behdad Esfahbod
8fdba506f0
[Indic] Define indic_position_t
14 years ago
Behdad Esfahbod
65988a145b
[Indic] Add a table of consonant positions
...
Copied form HarfBuzz.old Indic data. These are below and post
consonants. This is temporary. Read the comment in the patch.
14 years ago
Behdad Esfahbod
c7fe56a1d5
[Indic] Some of the basic features are global; Mark them so
14 years ago
Behdad Esfahbod
867361c3ad
[indic] Add syllable recognition state machine
...
Using an incredible tool called Ragel.
14 years ago
Behdad Esfahbod
422e08dbb8
Better categorize Indic character classes
...
Matches OT types now.
14 years ago
Behdad Esfahbod
31f18abecb
Minor compiler warning fixes
14 years ago
Behdad Esfahbod
e3693b72f0
Change a couple strstr() to strchr()
14 years ago
Behdad Esfahbod
b9452bfc16
Fix compiler warnings with -pedantic
14 years ago
Behdad Esfahbod
970e092dc2
Remove extra semicolon
14 years ago
Behdad Esfahbod
8142680802
Cosmetic
14 years ago
Behdad Esfahbod
902ab866f2
GNOME Bug 652227 - Unconditional use of stdint.h
14 years ago
Behdad Esfahbod
20503ccd57
More Indic data shuffling
14 years ago
Behdad Esfahbod
63b177e45c
Minor
14 years ago
Behdad Esfahbod
b9ddbd5593
[Indic] Start an Indic shaper
...
Nothing functional in there yet.
So far, we're parsing IndicSyllabicCategory.txt and IndicMatraCategory.txt
fils from Unicode Character Database and store them in an array to be used
by the shaper. Also hooked up the shaper, but it does not do anything
right now.
14 years ago
Behdad Esfahbod
697a65c5f5
Minor
14 years ago
Behdad Esfahbod
9de1481f2b
Update to ArabicShaping-6.1.0d2.txt
14 years ago
Behdad Esfahbod
9d49433efb
Minor rename
14 years ago
Behdad Esfahbod
0eafce56ee
[TODO] New items
14 years ago
Behdad Esfahbod
89a2bc9ba6
[Vertical] Apply vertical features
...
We apply all of vert, vrt2, vkrn, valt, and vpal.
14 years ago
Behdad Esfahbod
0c6a9767c8
[hb-view] Add --face-index to choose a face in a TrueType Collection
14 years ago
Behdad Esfahbod
4f28fbdd80
Fix TTC header handling
...
Also change the Version type to avoid similar bugs in the future.
Reported by Grigori Goronzy.
14 years ago
Behdad Esfahbod
21deab2bdc
Fixed inifinite loop introduced in 7403e055cd
...
k is the index, not j.
Reported by Tom Hacohen.
14 years ago
Behdad Esfahbod
51881a61ca
Shrink code size
14 years ago
Behdad Esfahbod
90645fb24b
[OT] Separate map_builder from the actual map
...
Respectively, separate planner from the actual plan.
14 years ago
Behdad Esfahbod
5560a19e2b
Minor
14 years ago
Behdad Esfahbod
1587c26fe9
[TODO] Add item
14 years ago
Behdad Esfahbod
5c9f14932d
Minor
14 years ago
Behdad Esfahbod
5bc18195d5
Add check-includes.sh
14 years ago
Behdad Esfahbod
3f12c434e2
[configure] Generate sha256sum and GPG-sign it
14 years ago
Behdad Esfahbod
75ba4073ca
[test] Rename valgrind-log to log-vaglring.txt
14 years ago
Behdad Esfahbod
e3b0ba8e29
Minor
14 years ago
Behdad Esfahbod
595dc63eee
Bump version to 0.7.0 to open up for development
14 years ago
Behdad Esfahbod
f245576042
Release 0.6.0. First official tarball release!
...
There are no API guarantees just yet, but I *expect* that no
incompatible API changes to happen before 1.0.0.
Update NEWS.
14 years ago
Behdad Esfahbod
654f88fbc9
[test-common] Test hb_direction_to_string()
...
Caught by "make check-symbols".
14 years ago
Behdad Esfahbod
18bced134f
[test] Rename test-symbols to check-symbols
...
Shows undocumented symbols.
14 years ago
Behdad Esfahbod
376dafa6ed
Hide internal symbols
14 years ago
Behdad Esfahbod
0e482ec6ba
[test/unicode] Fix double-free
...
Caught by "make check-valgrind".
14 years ago
Behdad Esfahbod
28b1bac541
[test] Switch to automake-based test-runner
...
Adds check-valgrind among other modes. We do not run under gtester by
default anymore.
14 years ago
Behdad Esfahbod
adbc97ddde
[test] Add test-symbols that checks API symbol text coverage
...
We're not at 100% coverage yet, so do not enable the test by default.
14 years ago
Behdad Esfahbod
9313b9aa66
[test/version] Test hb-version.h
14 years ago
Behdad Esfahbod
329c15714b
Add libtool versioning
...
The versioning is automatic. For now, soname-major is 0. With
the 1.0.0 release it will jump to 1 and stay there forever.
14 years ago
Behdad Esfahbod
5b21eff8c4
Update README, etc
14 years ago
Behdad Esfahbod
5bf56ea056
[TODO] Add item
14 years ago
Behdad Esfahbod
2d8ebcb9d0
[API] One last font-funcs API change
...
Now that vertical text works correctly, I'm doing a last round
modification of the font-funcs API to simplify. Expect no more
changes around here.
14 years ago
Behdad Esfahbod
d31691296f
[test] Update to API changes
14 years ago
Behdad Esfahbod
7403e055cd
[Vertical] fix vertical gpos
...
Wow, it took me a few days to find the right fix!
We now set the advance for attached marks to zero, but we
do this in the _finish() state of gpos, so it shouldn't
regress with fonts like DejaVuSansMono that explicitly
decrease the mark advance width to set it to zero.
14 years ago
Behdad Esfahbod
ff7cbd0219
[TODO] Update
14 years ago