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
f1b02f4f3c
0.9.17
12 years ago
Behdad Esfahbod
00b93f6610
Fix icu linking by requesting the library searchpath from icu-config
...
This is not ideal as we don't like -L/usr/lib in our linker line.
But this is only relevant to environments that don't have pkgconfig
files for ICU...
https://github.com/behdad/harfbuzz/pull/2
12 years ago
Behdad Esfahbod
03adf38b22
Make both old autoconf and new automake happy
...
Sigh..
Bug 64039 - undefined macro AM_PROG_AR
12 years ago
Behdad Esfahbod
a408d2375a
0.9.16
12 years ago
Behdad Esfahbod
22e4745615
0.9.15
12 years ago
Behdad Esfahbod
0a2b2a505b
Remove gthread leftovers
...
We don't use gthread anymore, remove leftovers.
12 years ago
Behdad Esfahbod
b93de1ea08
Minor
12 years ago
Behdad Esfahbod
f872a17462
0.9.14
12 years ago
Behdad Esfahbod
8226fb56f1
Allow disabling ICU by using a fake icu-config script
12 years ago
Behdad Esfahbod
14cfab52da
Add build system fallback to icu-config
...
Ubuntu doesn't (or didn't until recently?) ship icu pkg-config
files. That's quite unfortunate. Work around it.
Bug 57608 - ICU Detection fallback for non-pkgconfig systems
12 years ago
Behdad Esfahbod
a8ac1d33c7
[build] Add AM_PROG_AR
...
Newer automake / libtools warns otherwise.
12 years ago
Behdad Esfahbod
05686b5f69
0.9.13
12 years ago
Behdad Esfahbod
e2aab4b5db
Improve checks for setmode()
...
As reported by Jonathan, OS X has setmode() that is something other
than what setmode() is on Win32. So, limit invocation to Windows
platforms only.
12 years ago
Behdad Esfahbod
52d66c26a2
Add color-tests automake option
12 years ago
Behdad Esfahbod
bc76449f51
Use setmode() instead of _setmode()
...
Looks like Cygwin / MSVC declare it that way, and it still works on
MinGW32 cross.
12 years ago
Behdad Esfahbod
09b5393874
0.9.12
12 years ago
Behdad Esfahbod
e78463211e
Fix linking with non-gcc compilers
12 years ago
Behdad Esfahbod
cf81fb3624
0.9.11
12 years ago
Behdad Esfahbod
2dcb333f52
Add atomic ops for Solaris
...
Based on fontconfig patch from Raimund Steger.
12 years ago
Behdad Esfahbod
e5dbf39900
Bug 58638 - Building fails with ICU due to not passing required flags
12 years ago
Behdad Esfahbod
34e6c3e3e4
0.9.10
12 years ago
Behdad Esfahbod
d16ddbcbbe
Add build confirmation notice to configure
12 years ago
Behdad Esfahbod
5e7e52ddf2
[uniscribe] Enable Uniscribe backend only if it has ScriptShapeOpenType()
...
Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
12 years ago
John Ralls
c48a04e5ea
[coretext] Better test for CoreText
...
Instead of checking for ApplicationServices.h, which is present in all
versions of MacOSX, check for CTFontRef, a CoreText basic type.
12 years ago
Behdad Esfahbod
c6408a1009
0.9.9
12 years ago
Behdad Esfahbod
a52f51b216
0.9.8
12 years ago
Behdad Esfahbod
4c89635765
0.9.7
12 years ago
Behdad Esfahbod
da43a92b04
0.9.6
12 years ago
Behdad Esfahbod
13c0584729
0.9.5
12 years ago
Behdad Esfahbod
3f33f0d1f2
Import UCDN into source tree
...
https://github.com/grigorig/ucdn
12 years ago
Behdad Esfahbod
0e292eb2a2
Remove Glib thread-safety support
...
Now that we have pthread detection in configure, we don't need Glib
anymore. Glib will only be a Unicode data provider.
12 years ago
Behdad Esfahbod
66efe89648
Check for pthreads
12 years ago
Behdad Esfahbod
c7afac0aa6
Add AC_CONFIG_MACRODIR
12 years ago
Behdad Esfahbod
f7e81ce0b8
0.9.4
12 years ago
Behdad Esfahbod
ae4d4e1de6
Bug 53815 - CoreText backend doesn't link
12 years ago
Behdad Esfahbod
2f7586c622
[icu-le] Implement icu layout engine shaper
12 years ago
Behdad Esfahbod
7d242364ea
[icu-le] Start adding a icu-layout-engine backend
...
Import PortableFontInstance and add shaper stub.
12 years ago
Behdad Esfahbod
7fe00d15da
Release 0.9.3
12 years ago
Behdad Esfahbod
b161bfc4f6
[configure] Cleanup check for ICU
...
Check for upstream-provided 'icu-uc' pkgconfig package.
12 years ago
Behdad Esfahbod
b7a4d37d0b
minor
12 years ago
Behdad Esfahbod
e297ee4acd
Bump version to 0.9.2
...
A *real* release this time, with NEWS, ChangeLog, etc.
12 years ago