- 16 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Using graphite2's comparerenderer suggests that this makes hb-ft 15 times faster. No caching layer needed anymore.
-
- 14 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 05 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
hb_shape() now accepts a shaper_options and a shaper_list argument. Both can be set to NULL to emulate previous API. And in most situations they are expected to be set to NULL. hb_shape() also returns a boolean for now. If shaper_list is NULL, the return value can be ignored. shaper_options is ignored for now, but otherwise it should be a NULL-terminated list of strings. shaper_list is a NULL-terminated list of strings. Currently recognized strings are "ot" for native OpenType Layout implementation, "uniscribe" for the Uniscribe backend, and "fallback" for the non-complex backend (that will be implemented shortly). The fallback backend never fails. The env var HB_SHAPER_LIST is also parsed and honored. It's a colon-separated list of shaper names. The fallback shaper is invoked if none of the env-listed shapers succeed. New API hb_buffer_guess_properties() added.
-
- 04 8月, 2011 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Not complete yet, font selection doesn't work. But hey it shapes! This is not supposed to be a production backend, more like a testing backend.
-
由 Behdad Esfahbod 提交于
-
- 02 8月, 2011 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
(and revert change have_icu change I mistakenly pushed out)
-
由 Behdad Esfahbod 提交于
With these changes, on Ubuntu I can do: ./configure --host=i586-mingw32msvc && make
-
- 27 5月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
There are no API guarantees just yet, but I *expect* that no incompatible API changes to happen before 1.0.0. Update NEWS.
-
- 26 5月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
The versioning is automatic. For now, soname-major is 0. With the 1.0.0 release it will jump to 1 and stay there forever.
-
由 Behdad Esfahbod 提交于
-
- 18 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Apparently there exist systems with mprotect(), but not mmap()?
-
- 11 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Now the test/object test deadlocks as expected. Fix coming.
-
- 07 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 06 5月, 2011 5 次提交
-
-
由 Behdad Esfahbod 提交于
Step version up to 0.5.0. Also, fix to pass "make distcheck"
-
由 Behdad Esfahbod 提交于
No one who builds harfbuzz static uses the autotools build system to do it.
-
由 Behdad Esfahbod 提交于
Since we're not win32-dll clean the way libtool docs define it.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 28 4月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
With gcc on arm, request 8-bit structure alignment.
-
- 08 4月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 23 2月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Currently doesn't handle script or direction.
-
- 10 1月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
We just require people to have libtool, pkg-config, etc installed when running autogen.sh
-
由 Javier Jardón 提交于
-
- 07 1月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 27 12月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
It was unmaintained and the code has to be replaced to use the new grphite-ng code base.
-
- 30 11月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
Patch from suzuki toshiya.
-
- 27 10月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
Graphite module not updated. Bump version to 0.3.
-
- 13 10月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 06 10月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 21 5月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 26 4月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
Also remove wrong ASSERT_SIZE that would trigger only when not using flexible arrays (which was the case on win32, but not with gcc).
-
- 21 12月, 2009 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 19 11月, 2009 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 04 11月, 2009 1 次提交
-
-
由 Behdad Esfahbod 提交于
-