Behdad Esfahbod
2f1747ed7d
Add comment
12 years ago
Behdad Esfahbod
bd08d5d126
[OT] Fix Arabic shaper OOB access
...
https://bugzilla.mozilla.org/show_bug.cgi?id=782908
12 years ago
Behdad Esfahbod
b161bfc4f6
[configure] Cleanup check for ICU
...
Check for upstream-provided 'icu-uc' pkgconfig package.
12 years ago
Behdad Esfahbod
daf0731865
[ICU] Fix includes
...
As reported by Steven Loomis, including uversion.h works everywhere.
12 years ago
Behdad Esfahbod
a67ba9c0fe
Whitespace
12 years ago
Behdad Esfahbod
9fe76051f7
[NEWS] Fix date
...
Oops!
12 years ago
Behdad Esfahbod
45c1383cc7
Minor
12 years ago
Behdad Esfahbod
4ac4c6f2e1
Fix ICU build with older ICUs
12 years ago
Behdad Esfahbod
883cbf5ed7
Minor
12 years ago
Behdad Esfahbod
b7a4d37d0b
minor
12 years ago
Behdad Esfahbod
d5045a5f40
[ICU] Use new normalizer2 compose/decompose API
...
It's considerably faster than the fallback implementation we had
previously!
12 years ago
Behdad Esfahbod
2b73a1f112
Add TODO
12 years ago
Behdad Esfahbod
9f9f04c222
[OT] Unbreak Thai shaping and fallback Arabic shaping
...
The merger of normalizer and glyph-mapping broke shapers that
modified text stream. Unbreak them by adding a new preprocess_text
shaping stage that happens before normalizing/cmap and disallow
setup_mask modification of actual text.
12 years ago
Behdad Esfahbod
e9f28a38f5
[OT] Add shape_plan to Arabic shaper
12 years ago
Behdad Esfahbod
344cc56698
Add TODO
12 years ago
Behdad Esfahbod
daf13afb08
[OT] Implement fallback mark positioning for "double" combining marks
12 years ago
Behdad Esfahbod
d345313104
[OT] Fix fallback mark positioning with left-to-right text
...
Ouch!
12 years ago
Behdad Esfahbod
e297ee4acd
Bump version to 0.9.2
...
A *real* release this time, with NEWS, ChangeLog, etc.
12 years ago
Behdad Esfahbod
6efe1200b9
Bump version to 0.9.1
12 years ago
Behdad Esfahbod
206ab60573
[test] Move around
12 years ago
Behdad Esfahbod
7a484c601e
[test] Add Urdu ligature sequences from CRULP
12 years ago
Behdad Esfahbod
f4cb476298
[OT] Slightly adjust normalizer
...
The change is very subtle. If we have a single-char cluster that
decomposes to three or more characters, then try recomposition, in
case the farther mark may compose with the base.
12 years ago
Behdad Esfahbod
07d6828063
Minor
12 years ago
Behdad Esfahbod
b00321ea78
[OT] Avoid calling get_glyph() twice
...
Essentially move the glyph mapping to normalization process.
The effect on Devanagari is small (but observable). Should be more
observable in simple text, like ASCII.
12 years ago
Behdad Esfahbod
12c0875eaf
[OT] Remove redundant check
12 years ago
Behdad Esfahbod
5c60b70c89
[OT] More code shuffling around
...
Preparing for merging map_glyphs() and normalize().
12 years ago
Behdad Esfahbod
cd0c6e148f
Shuffle buffer variable allocations around
...
To room for more allocations, coming.
12 years ago
Behdad Esfahbod
8d1eef3f32
Minor
12 years ago
Behdad Esfahbod
56c9e7c004
Fill out combining class resetting for fallback shaping Thai/Lao/Tibetan
12 years ago
Behdad Esfahbod
a321e1d51e
Revert "Reject lookups with no subTable"
...
This reverts commit 30ec9002d8
.
See previous commit.
12 years ago
Behdad Esfahbod
2eaf482b37
Revert "[GSUB/GPOS] Reject Context/ChainContext lookups with zero input"
...
This reverts commit 0981068b75
.
I was confused. Even if we access coverage[0] unconditionally, we don't
need bound checks since the array machinary already handles that.
12 years ago
Behdad Esfahbod
a02d86484b
Add check-exported-symbols.sh
...
And misc linking fixes.
12 years ago
Behdad Esfahbod
4c8ac4f47e
Misc minor fixes
12 years ago
Behdad Esfahbod
560d68af81
Use a export-file for Windows builds
...
Apparently even that doesn't make check-internal-symbols.sh happy with
mingw32. Going to disable that for DLLs again, but hopefully the
export-file is doing *something*.
12 years ago
Behdad Esfahbod
f8751cf8e0
[hb-old] speed-up build
12 years ago
Behdad Esfahbod
5f4c52867c
Minor
12 years ago
Behdad Esfahbod
fe2b8a7777
Minor
12 years ago
Behdad Esfahbod
7e7d245b33
Make default_language threadsafe
12 years ago
Behdad Esfahbod
06b192c458
Minor
12 years ago
Behdad Esfahbod
37191ede75
Minor
12 years ago
Behdad Esfahbod
6d9a329a8a
Adjust a couple source checks
12 years ago
Behdad Esfahbod
9c929abdcf
Minor renaming
12 years ago
Behdad Esfahbod
801298b590
Fix cast
...
https://bugs.freedesktop.org/show_bug.cgi?id=53233
12 years ago
Behdad Esfahbod
21756934a1
[OT] Implement fallback positioning
...
Implemented for Arabic, Hebrew, and generic marks.
Activated if no GPOS table present.
12 years ago
Behdad Esfahbod
fb56e76283
[hb-old] Fix warnings
12 years ago
Behdad Esfahbod
affaf8a0e5
[OT] Start adding fallback positioning
...
Used when there is no GPOS.
12 years ago
Behdad Esfahbod
7e4920fd15
Minor
12 years ago
Behdad Esfahbod
472f229a63
[GSUB] Generalize would_apply()
...
Fixes logic also, where before we were always matching if glyphs_len==1
and a ligature started with the glyph.
12 years ago
Behdad Esfahbod
6f3a300138
Add hb_font_glyph_from/to_string
12 years ago
Behdad Esfahbod
eb56f6ae96
Minor
12 years ago