- 22 7月, 2015 6 次提交
-
-
由 Behdad Esfahbod 提交于
TODO: Documentation. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=71445
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Based on patch from Martin Hosken, with review from Jonathan and I.
-
由 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.
-
- 19 6月, 2015 3 次提交
-
-
由 Behdad Esfahbod 提交于
Based on test from https://code.google.com/p/chromium/issues/detail?id=497578 Currently fails. Basically, if there's a default_ignorable at the start of text, and font has no space glyph, we remove the default_ignorable, and that makes the first char in text to correspond to no cluster. Fix coming.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Until I figure out what to do about the API, and finalize the tool.
-
- 13 6月, 2015 3 次提交
-
-
由 Behdad Esfahbod 提交于
Part of https://github.com/behdad/harfbuzz/issues/91
-
由 Behdad Esfahbod 提交于
First try...
-
由 Behdad Esfahbod 提交于
-
- 11 6月, 2015 1 次提交
-
- 04 6月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 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 提交于
-