- 02 6月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Fix "Since:" tags
-
- 01 6月, 2015 1 次提交
-
-
由 Sascha Brawer 提交于
Based on data from http://upstream-tracker.org/versions/harfbuzz.html Resolves #103
-
- 22 5月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Applying unary minus operator to unsigned int causes the following warning on MSVS: warning C4146: unary minus operator applied to unsigned type, result still unsigned Based on patch from Koji Ishi. Fixes https://github.com/behdad/harfbuzz/pull/110
-
- 20 5月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
Using latest gobject-introspection, I don't seem to be having this problem anymore: https://bugzilla.gnome.org/show_bug.cgi?id=707656 Removing that kludge makes language_t behave more like the way I expect it in Python. Also fixes: https://github.com/behdad/harfbuzz/issues/91
-
由 Behdad Esfahbod 提交于
Fixes user_data_t
-
- 19 5月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 08 5月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Fix Travis CI config to pass again
-
- 07 5月, 2015 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 06 5月, 2015 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Roozbeh Pournader 提交于
Apparently the code is already standardized: https://www.microsoft.com/typography/otspec/languagetags.htm
-
由 Behdad Esfahbod 提交于
Add OpenType language tag 'NAV ' for Navajo.
-
- 05 5月, 2015 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Apparently the version on Travis is 1.32.0, while we require 1.34.0.
-
由 Behdad Esfahbod 提交于
-
- 01 5月, 2015 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Khaled Hosny 提交于
Very anaemic, needs to descripe the format understood by hb_feature_from_string() etc., but it is just start.
-
由 Behdad Esfahbod 提交于
-
- 30 4月, 2015 1 次提交
-
-
由 Roozbeh Pournader 提交于
The code is not standardized yet, but is used in some Google fonts.
-
- 25 4月, 2015 1 次提交
-
-
由 Jonathan Kew 提交于
-
- 24 4月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Allows accepting uniXXXX format.
-
- 22 4月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
-
- 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 6 次提交
-
-
由 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).
-