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
Behdad Esfahbod
6efe1200b9
Bump version to 0.9.1
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
e3320ecc1b
Fix compiler warnings
12 years ago
Behdad Esfahbod
8fe4c7405b
[hb-old] Add HarfBuzz.old shaper
...
Choose using shaper name "old".
12 years ago
Behdad Esfahbod
1512a73575
[hb-old] Start adding HarfBuzz-old as a new backend
12 years ago
Jonathan Kew
aa6d849838
[CoreText] Add basic Core Text backend for comparison with our native shaping
...
Does not attempt to handle clusters in a Uniscribe- or HarfBuzz-compatible way;
just returns the original string indexes that CT maintains. These may even be
out-of-order in the case of reordrant glyphs.
12 years ago
Behdad Esfahbod
11c4ad439e
Add -Wcast-align
13 years ago
Behdad Esfahbod
ec5f5f0f8a
Don't export inline methods
13 years ago
Behdad Esfahbod
12f5c0a222
Fix check for Intel atomic ops
13 years ago
Behdad Esfahbod
8c0ea7bcb4
Disable introspection again
...
Until I figure out the build issues. Sigh...
13 years ago
Behdad Esfahbod
8c5f5e6f5e
Minor
13 years ago
Behdad Esfahbod
84d781e54c
Flesh out gobject-introspection stuff a bit
13 years ago
Behdad Esfahbod
4282d2f377
Enabled ICU again
13 years ago
Behdad Esfahbod
a00a63b5ef
Add macros to check that types are POD
13 years ago
Behdad Esfahbod
04bc1eebe7
Add configure tests for Intel atomic intrinsics
13 years ago
Behdad Esfahbod
68c75b4697
Shuffle
13 years ago
Behdad Esfahbod
cdafe3a7d8
Add gcc intrinsics implementations for atomic and mutex
13 years ago
Behdad Esfahbod
7037291aac
Check for atexit()
13 years ago
Behdad Esfahbod
c87b317f0e
[util] Add hb-ot-shape-closure tool
...
Computes all the glyphs that may be generated given a font and
set of Unicode characters.
The order of the Unicode characters is irrelevant.
Sample output:
behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf f
f f_f
behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf i
i
behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf fi
f f_i f_f_i f_f i
behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ب
uni0628 uni0628.init uni0628.medi uni0628.fina
behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ا
uni0627 uni0627.fina
behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
uni0627 uni0627.fina uni0628 uni0628.init uni0628.medi uni0628.fina
behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با --no-glyph-names
5 6 133 134 135 136
13 years ago
Behdad Esfahbod
50f630c17c
Remove ioctl checks
...
Ended up not using terminal size after all.
13 years ago
Behdad Esfahbod
52e7b1424a
[util] Make hb-view print out Unicode art if stdout is a terminal
13 years ago