Behdad Esfahbod
280e52ae95
Fix ChangeLog regen
12 years ago
Behdad Esfahbod
c1824daefa
Update TODO
12 years ago
Behdad Esfahbod
2966d36032
Fix test build
12 years ago
Behdad Esfahbod
6873f6cc42
Minor
12 years ago
Behdad Esfahbod
4014aa4e53
0.9.18
12 years ago
Behdad Esfahbod
d70be29831
Fix dist
12 years ago
Behdad Esfahbod
22ce096174
Generate harfbuzz-icu.pc
...
Currently it only works with ICU that has .pc files. I'll
wait till someone complains before fixing it for icu-config
systems.
12 years ago
Behdad Esfahbod
d9afa11133
Build hb-icu into libharfbuzz-icu.so
12 years ago
Behdad Esfahbod
7d395c2a25
Minor
12 years ago
Behdad Esfahbod
2a17f9568d
Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
...
Fallback to older API if OpenType variants are not available.
12 years ago
Behdad Esfahbod
f8087ffbad
Add --with-cairo
12 years ago
Behdad Esfahbod
82eddfe5d6
Add --with-freetype
...
Defaults to auto.
12 years ago
Behdad Esfahbod
5e25eb77a4
Default glib to auto again
12 years ago
Behdad Esfahbod
eb63e786f3
Add --with-coretext
...
Defaults to no.
12 years ago
Behdad Esfahbod
ab2af17bc6
Add --with-uniscribe
...
Defaults to no.
12 years ago
Behdad Esfahbod
58db2c2542
Disable UCDN if glib is available
...
We only want UCDN if we don't have any other Unicode provider.
I'm going to remove ICU from the list of default Unicode providers
as part of moving hb-icu into its own library. As such, the only
providers will be UCDN and glib.
12 years ago
Behdad Esfahbod
ca65326cbd
Minor
12 years ago
Behdad Esfahbod
7ae14973ec
Disable icu_le shaper
...
Will add a way to enable it later.
12 years ago
Behdad Esfahbod
7e6ebf7623
Remove icu-config fallback for icu_le shaper
...
Bug 64878 - compile error with ICU but not ICU
12 years ago
Behdad Esfahbod
932b747147
Bug 65053 - Add configure option to enable/disable ICU support
12 years ago
Behdad Esfahbod
cf2c1c7eb8
Disable hb-old shaper
...
Will add proper way to enable it later.
12 years ago
Behdad Esfahbod
5a78d23f25
Bug 65054 - Add configure option to enable/disable Graphite2
...
Add --with-graphite2. Defaults to off.
12 years ago
Behdad Esfahbod
61e7775fa7
Remove hb-icu dependency from hb-icu-le shaper
12 years ago
Behdad Esfahbod
7e08f1258d
Don't zero advance of mark-non-mark ligatures
...
If there's a mark ligating forward with non-mark, they were
inheriting the GC of the mark and later get advance-zeroed.
Don't do that if there's any non-mark glyph in the ligature.
Sample test: U+1780,U+17D2,U+179F with Kh-Metal-Chrieng.ttf
Also:
Bug 58922 - Issue with mark advance zeroing in generic shaper
12 years ago
Behdad Esfahbod
cf059ac69d
[icu_le] Support non-BMP text
12 years ago
Behdad Esfahbod
a447c528e6
[icu_le] A bit better scaling
12 years ago
Behdad Esfahbod
fb502a2278
Merge commit '9d9e72e94e7914f82ce62a304e7242f79c13edaf'
12 years ago
Behdad Esfahbod
b9408d24f3
[icu_le] Fix scaling
...
Seems to work...
12 years ago
Behdad Esfahbod
601526392d
Copy stdint.h boilerplate to ucdn
12 years ago
Behdad Esfahbod
f1b02f4f3c
0.9.17
12 years ago
Behdad Esfahbod
d785fa0c45
Minor refactoring
12 years ago
Behdad Esfahbod
127daf15e0
Arabic mark width-zeroing regression
...
Mozilla Bug 873902 - Display Arabic text with diacritics is bad
https://bugzilla.mozilla.org/show_bug.cgi?id=873902
12 years ago
Behdad Esfahbod
fa3d0a0ce6
Bug 64476 - Typo in hb_set_t.get_min()
...
Fixes previous commit's test.
12 years ago
Behdad Esfahbod
dfbd115e6c
[test] Add test for hb_set_get_min() bug
...
Failing now.
Bug 64476 - Typo in hb_set_t.get_min()
12 years ago
Behdad Esfahbod
9d9e72e94e
[OTLayout] Use is_inplace() when flipping buffers
12 years ago
Behdad Esfahbod
45f3d980c9
[OTLayout] Merge / templateize apply_string()
12 years ago
Behdad Esfahbod
e015b8f218
[OTLayout] Minor
12 years ago
Behdad Esfahbod
780cd930a9
[OTLayout] Minor
12 years ago
Behdad Esfahbod
2e0c44f4be
[OTLayout] Add is_inplace() method to GSUB
12 years ago
Behdad Esfahbod
bac1dd6a0f
[OTLayout] Refactor a bit more
12 years ago
Behdad Esfahbod
d2c96819de
Move code around
12 years ago
Behdad Esfahbod
45fd9424c7
[OTLayout] Add hb_ot_layout_lookup_accelerator_t
12 years ago
Behdad Esfahbod
76ea563673
[OTLayout] Add note about collect_glyphs() and recursive lookups
12 years ago
Behdad Esfahbod
a8bf0e91f1
Add U+061C ARABIC LETTER MARK to Default_Ignorable
12 years ago
Behdad Esfahbod
5d59f99920
[OTLayout] Make MultipleSubst in-place for sequences of len=1
12 years ago
Behdad Esfahbod
54f84a6b85
[OTLayout] Whitespace
12 years ago
Behdad Esfahbod
3276c354da
[OTLayout] Minor refactoring
12 years ago
Behdad Esfahbod
ea86efa486
Minor
12 years ago
Behdad Esfahbod
8b63efb6f8
Minor
12 years ago
Behdad Esfahbod
2265be0a62
Minor
12 years ago