- 18 4月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 15 4月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
This reverts commit 89cbd4d9. See discussion: https://bugzilla.gnome.org/show_bug.cgi?id=747772
-
- 14 4月, 2015 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Improve hb-shape/hb-view's help text w.r.t. output options
-
由 Behdad Esfahbod 提交于
Not sure we have any right now; motivated by this: https://bugzilla.gnome.org/show_bug.cgi?id=747772
-
- 11 4月, 2015 5 次提交
-
-
由 Behdad Esfahbod 提交于
More ntrospection fixes
-
由 Khaled Hosny 提交于
Annotate the output parameter.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Fix build on WEC2013
-
由 Khaled Hosny 提交于
It should not be freed by the caller.
-
- 10 4月, 2015 7 次提交
-
-
由 Konstantin Ritt 提交于
Based on patch from Björn Breitmeyer
-
由 Behdad Esfahbod 提交于
This is a tool that lists all fonts that can render a given string. It uses hb_shape() to do so, and as such is aware of HarfBuzz's normalizer.
-
由 Behdad Esfahbod 提交于
Previously, when creating an object from inert inputs (eg: "hb_font_create(hb_face_get_empty())") we returned the inert empty object. This is not helpful as there are legitimate usecases to do that. We now never return the inert object unless allocation failed. Tests are revised to reflect.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Applies to --font-size and --margin. Hopefully the scanf usage here doesn't have compatibility issues (star being counted in the return value, etc).
-
由 Behdad Esfahbod 提交于
-
- 09 4月, 2015 9 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Part of https://github.com/behdad/harfbuzz/pull/68
-
由 Behdad Esfahbod 提交于
Hopefully this results in fewer badly built HarfBuzz integrations.
-
由 Behdad Esfahbod 提交于
-
由 Konstantin Ritt 提交于
s/atomic_int/atomic_int_impl/ and s/atomic_ptr/atomic_ptr_impl/ to bring it in par with hb_mutex_impl_t, then re-introduce hb_atomic_int_t as a wrapper around hb_atomic_int_impl_t. In hb_reference_count_t, make it clear the non-atomic get and set are intentional due to nature of the cases they are used in (comparison to -1 and the debug output/tracing).
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Motivated by https://github.com/behdad/harfbuzz/pull/92
-
由 Behdad Esfahbod 提交于
-
- 07 4月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
Bug 76494 - #!/usr/bin/python in testsuite https://bugs.freedesktop.org/show_bug.cgi?id=76494
-
由 Behdad Esfahbod 提交于
Make hb_test_tools.py compatible with python 3
-
- 02 4月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 31 3月, 2015 1 次提交
-
-
由 Ebrahim Byagowi 提交于
On ArchLinux, /usr/bin/python is linked to python 3 so HarfBuzz `make check` is broken there. This makes hb_test_tools.py compatible with python 3 while no breaking it on python 2.
-
- 27 3月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
out\debug\hb-buffer-deserialize-text.rl(47) : warning C6001: Using uninitialized memory 'pos'.
-
- 23 3月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
[bindings] Fix *_from_string functions
-
由 Khaled Hosny 提交于
Without the element-type they will be getting garbage, at least with Python.
-
- 21 3月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Fixes coretext notdef loop consisting of all default_ignorable glyphs https://code.google.com/p/chromium/issues/detail?id=464755
-
- 05 3月, 2015 4 次提交
-
-
由 Behdad Esfahbod 提交于
I misunderstood how which works.
-
由 Behdad Esfahbod 提交于
Of course, we don't really run it, autoreconf does. We just err if neither is available. glibtoolize is the name it is shipped under on OS X. Reported by Adam.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-