Behdad Esfahbod
ca65326cbd
Minor
2013-05-27 19:09:50 -04:00
Behdad Esfahbod
7ae14973ec
Disable icu_le shaper
...
Will add a way to enable it later.
2013-05-27 19:06:50 -04:00
Behdad Esfahbod
7e6ebf7623
Remove icu-config fallback for icu_le shaper
...
Bug 64878 - compile error with ICU but not ICU
2013-05-27 19:06:03 -04:00
Behdad Esfahbod
932b747147
Bug 65053 - Add configure option to enable/disable ICU support
2013-05-27 19:04:40 -04:00
Behdad Esfahbod
cf2c1c7eb8
Disable hb-old shaper
...
Will add proper way to enable it later.
2013-05-27 18:56:05 -04:00
Behdad Esfahbod
5a78d23f25
Bug 65054 - Add configure option to enable/disable Graphite2
...
Add --with-graphite2. Defaults to off.
2013-05-27 18:56:02 -04:00
Behdad Esfahbod
f1b02f4f3c
0.9.17
2013-05-20 09:23:58 -04:00
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
2013-04-29 13:48:49 -04:00
Behdad Esfahbod
03adf38b22
Make both old autoconf and new automake happy
...
Sigh..
Bug 64039 - undefined macro AM_PROG_AR
2013-04-29 13:46:19 -04:00
Behdad Esfahbod
a408d2375a
0.9.16
2013-04-19 16:32:06 -04:00
Behdad Esfahbod
22e4745615
0.9.15
2013-04-05 18:02:43 -04:00
Behdad Esfahbod
0a2b2a505b
Remove gthread leftovers
...
We don't use gthread anymore, remove leftovers.
2013-03-21 16:26:39 -04:00
Behdad Esfahbod
b93de1ea08
Minor
2013-03-21 16:25:20 -04:00
Behdad Esfahbod
f872a17462
0.9.14
2013-03-21 13:38:06 -04:00
Behdad Esfahbod
8226fb56f1
Allow disabling ICU by using a fake icu-config script
2013-03-19 05:22:27 -04:00
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
2013-03-11 19:53:44 -04:00
Behdad Esfahbod
a8ac1d33c7
[build] Add AM_PROG_AR
...
Newer automake / libtools warns otherwise.
2013-03-06 20:07:01 -05:00
Behdad Esfahbod
05686b5f69
0.9.13
2013-02-25 18:19:20 -05:00
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.
2013-02-12 15:35:32 -05:00
Behdad Esfahbod
52d66c26a2
Add color-tests automake option
2013-02-04 23:31:24 -05:00
Behdad Esfahbod
bc76449f51
Use setmode() instead of _setmode()
...
Looks like Cygwin / MSVC declare it that way, and it still works on
MinGW32 cross.
2013-01-31 18:18:05 -05:00
Behdad Esfahbod
09b5393874
0.9.12
2013-01-18 17:10:47 -06:00
Behdad Esfahbod
e78463211e
Fix linking with non-gcc compilers
2013-01-14 00:27:21 -06:00
Behdad Esfahbod
cf81fb3624
0.9.11
2013-01-10 09:06:34 -06:00
Behdad Esfahbod
2dcb333f52
Add atomic ops for Solaris
...
Based on fontconfig patch from Raimund Steger.
2013-01-10 01:18:10 -06:00
Behdad Esfahbod
e5dbf39900
Bug 58638 - Building fails with ICU due to not passing required flags
2013-01-07 17:34:24 -06:00
Behdad Esfahbod
34e6c3e3e4
0.9.10
2013-01-03 00:14:24 -06:00
Behdad Esfahbod
d16ddbcbbe
Add build confirmation notice to configure
2012-12-20 01:02:36 -05:00
Behdad Esfahbod
5e7e52ddf2
[uniscribe] Enable Uniscribe backend only if it has ScriptShapeOpenType()
...
Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
2012-12-10 17:44:22 -05:00
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.
2012-12-10 16:24:24 -05:00
Behdad Esfahbod
c6408a1009
0.9.9
2012-12-05 17:36:52 -05:00
Behdad Esfahbod
a52f51b216
0.9.8
2012-12-04 15:43:38 -05:00
Behdad Esfahbod
4c89635765
0.9.7
2012-11-21 01:20:56 -05:00
Behdad Esfahbod
da43a92b04
0.9.6
2012-11-13 13:48:26 -08:00
Behdad Esfahbod
13c0584729
0.9.5
2012-10-14 18:37:09 -05:00
Behdad Esfahbod
3f33f0d1f2
Import UCDN into source tree
...
https://github.com/grigorig/ucdn
2012-10-02 16:23:29 -04:00
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.
2012-10-02 15:09:38 -04:00
Behdad Esfahbod
66efe89648
Check for pthreads
2012-10-02 14:55:32 -04:00
Behdad Esfahbod
c7afac0aa6
Add AC_CONFIG_MACRODIR
2012-10-02 14:44:47 -04:00
Behdad Esfahbod
f7e81ce0b8
0.9.4
2012-09-04 15:32:37 -04:00
Behdad Esfahbod
ae4d4e1de6
Bug 53815 - CoreText backend doesn't link
2012-08-26 14:27:44 -04:00
Behdad Esfahbod
2f7586c622
[icu-le] Implement icu layout engine shaper
2012-08-24 00:00:33 -04:00
Behdad Esfahbod
7d242364ea
[icu-le] Start adding a icu-layout-engine backend
...
Import PortableFontInstance and add shaper stub.
2012-08-24 00:00:29 -04:00
Behdad Esfahbod
7fe00d15da
Release 0.9.3
2012-08-18 13:59:46 -04:00
Behdad Esfahbod
b161bfc4f6
[configure] Cleanup check for ICU
...
Check for upstream-provided 'icu-uc' pkgconfig package.
2012-08-16 08:09:44 -04:00
Behdad Esfahbod
b7a4d37d0b
minor
2012-08-11 21:32:23 -04:00
Behdad Esfahbod
e297ee4acd
Bump version to 0.9.2
...
A *real* release this time, with NEWS, ChangeLog, etc.
2012-08-10 14:50:05 -04:00
Behdad Esfahbod
6efe1200b9
Bump version to 0.9.1
2012-08-10 13:49:32 -04:00
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*.
2012-08-08 17:16:01 -04:00
Behdad Esfahbod
e3320ecc1b
Fix compiler warnings
2012-08-06 11:44:42 -07:00