Behdad Esfahbod
570bcccd3f
Fix PKG_CHECK_MODULES usage
...
Oops.
Bug 65246 - Fix build without graphite2
12 years ago
Behdad Esfahbod
270cfd7a9c
Fix PKG_CHECK_MODULES usage
...
Bug 65246 - Fix build without graphite2
If we don't provide ACTION-IF-NOT-FOUND, configure aborts if it can't
find the libraries. We handle that ourselves so we don't want the
macro to abort.
12 years ago
Behdad Esfahbod
2fd0e02706
Minor
12 years ago
Chun-wei Fan
b4c5c52944
util/ansi-print.cc: Use fallback implementation for lround on MSVC
...
Unfortuately Visual Studio (still) does not support the C99 function
lround, so provide a fallback implementation for it.
12 years ago
Behdad Esfahbod
a4446b10bf
Fix build for C89 compilers
12 years ago
Behdad Esfahbod
4ddf937242
Remove unnecessary stdint.h include
12 years ago
Chun-wei Fan
93a04b8b5e
hb-uniscribe.cc: Re-enable build under Visual Studio
...
-Declare hinstLib at the top of block
-Fix the definitions of the typedefs of ScriptItemizeOpenType,
ScriptShapeOpenType and ScriptPlaceOpenType
12 years ago
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