- 26 9月, 2016 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Frédéric Wang 提交于
-
- 01 9月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 31 7月, 2015 1 次提交
-
-
由 Romain Naour 提交于
When linking test-unicode statically it needs $(ICU_LIBS) which contains all required flags. Especially -lstdc++. Fixes: http://autobuild.buildroot.net/results/210/2107f9dfb39eeb6559fb4271c7af8b39aef521ca/Signed-off-by: NRomain Naour <romain.naour@openwide.fr>
-
- 29 5月, 2013 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 22 3月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
We don't use gthread anymore, remove leftovers.
-
- 07 3月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 07 2月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
As reported by Peter Breitenlohner: I think this is a very bad idea because ENV is used to specify a startup file to be read by some/all shells.
-
- 03 1月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
Fails now. Fixing.
-
- 02 11月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 21 1月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
New shaping testsuite and framework coming.
-
- 20 1月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 8月, 2011 3 次提交
-
-
由 Behdad Esfahbod 提交于
Remove hb_ft_get_font_funcs() as it cannot be used by the user anyway. Add hb_ft_font_set_funcs(). Which will make the font internally use FreeType. That is, no need for the font to have created using the hb-ft API. Just create using hb_face_create()/hb_font_create() and then call this on the font (after having set font scale). This internally creates an FT_Face and attached to the font.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 07 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 06 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 04 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 03 8月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 29 6月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Needs fonts to be put in test/fonts. Tests are skipped otherwise. Run with --verbose for details. Working on improving the test runner to make it easier to make sense of what's going on.
-
- 27 5月, 2011 6 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Shows undocumented symbols.
-
由 Behdad Esfahbod 提交于
Caught by "make check-valgrind".
-
由 Behdad Esfahbod 提交于
Adds check-valgrind among other modes. We do not run under gtester by default anymore.
-
由 Behdad Esfahbod 提交于
We're not at 100% coverage yet, so do not enable the test by default.
-
由 Behdad Esfahbod 提交于
-
- 14 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
I'm in awe with how many bugs this test revealed. All fixed.
-
- 12 5月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 11 5月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
Now the test/object test deadlocks as expected. Fix coming.
-
由 Behdad Esfahbod 提交于
-
- 06 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Step version up to 0.5.0. Also, fix to pass "make distcheck"
-
- 03 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Revealed many bugs in the (untested and known buggy) user_data support.
-
- 29 4月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Wraps around glib for convenience and ease of use.
-
- 20 4月, 2011 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Ryan Lortie 提交于
Unicode data providers can now be subclassed, including support for chain-up. The interface should now be nicely bindable, as well. Also fix glib unicode funcs that where broken after hb_script_t changes. Nicely caught by the test-unicode.c added in this commit.
-