- 21 7月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Positional sub-categories not applied yet.
-
- 20 7月, 2015 8 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
The spec wrongly has "H" where "HN" is meant.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Grammar from the spec!
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 15 7月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
-
- 06 7月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
https://bugs.freedesktop.org/show_bug.cgi?id=91228 Commit cdcdfe61 changed two `#pragma message` to `#pragma error` in hb-unicode.cc, however MSVC uses #error, just like the #else branch. `#pragma error` is an unknown pragma so MSVC does not fail the build because of it, which I believe was the intention of that commit. If it's meant to be an #error, then the #ifdef for _MSC_VER can be removed entirely.
-
- 20 6月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
Fixes test-shape, and: https://code.google.com/p/chromium/issues/detail?id=497578
-
由 Behdad Esfahbod 提交于
Separate the loops for the two cases of replacing with space and deleting. For deleting, use the out-buffer machinery. Needed for upcoming cluster merge fix.
-
- 13 6月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Part of https://github.com/behdad/harfbuzz/issues/91
-
- 11 6月, 2015 1 次提交
-
- 04 6月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 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 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 06 5月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Roozbeh Pournader 提交于
Apparently the code is already standardized: https://www.microsoft.com/typography/otspec/languagetags.htm
-
- 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 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 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 1 次提交
-
-
由 Behdad Esfahbod 提交于
Not sure we have any right now; motivated by this: https://bugzilla.gnome.org/show_bug.cgi?id=747772
-
- 11 4月, 2015 2 次提交
-
-
由 Khaled Hosny 提交于
Annotate the output parameter.
-
由 Khaled Hosny 提交于
It should not be freed by the caller.
-
- 10 4月, 2015 3 次提交
-
-
由 Konstantin Ritt 提交于
Based on patch from Björn Breitmeyer
-
由 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 提交于
-