- 23 3月, 2015 1 次提交
-
-
由 Khaled Hosny 提交于
Without the element-type they will be getting garbage, at least with Python.
-
- 28 1月, 2015 1 次提交
-
-
由 Konstantin Ritt 提交于
-
- 05 1月, 2015 1 次提交
-
-
由 Chris Peterson 提交于
-
- 04 1月, 2015 1 次提交
-
-
由 Chris Peterson 提交于
-
- 07 8月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
Apparently they are not (advertised as?) safe on BSD systems. We ignore the case of static libraries. Whitelisted on glibc, Android, and MSVC / mingw. https://bugs.freedesktop.org/show_bug.cgi?id=82246
-
- 12 7月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
Simplifies hb_in_range() calls as the type can be inferred. The rest is obsessiveness, I admit.
-
- 21 6月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
HB_VERSION_CHECK's comparison was originally written wrongly by mistake. When API tests were written, they were also written wrongly to pass given the wrong implementation... Sigh. Given the purpose of this API, there's no point in fixing it without renaming it. As such, rename. API changes: HB_VERSION_CHECK -> HB_VERSION_ATLEAST hb_version_check -> hb_version_atleast
-
- 19 6月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 04 6月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
Bug 77800 - cppcheck reports
-
- 17 3月, 2014 1 次提交
-
-
由 jfkthame 提交于
...to avoid an unused function warning; see mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=984081.
-
- 12 12月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 27 9月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
Fix use-after-end-of-scope.
-
- 07 9月, 2013 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Let me know if this breaks anyone's anything.
-
- 11 6月, 2013 1 次提交
-
- 13 2月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
The Myanmar shaper now respects the uniscribe-bug-compatibility option too.
-
- 30 1月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 04 12月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
We are not using it for anything lse it seems.
-
- 07 9月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 17 6月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 06 6月, 2012 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Another static-initialization down. One more to go.
-
由 Behdad Esfahbod 提交于
Removes one more static-initialization. A few more to go.
-
- 13 4月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
This changes all the HB_DIRECTION_* enum member values, but is nicer, in preparation for making hb_segment_properties_t public.
-
- 08 3月, 2012 3 次提交
-
-
由 Behdad Esfahbod 提交于
This is the most convenient way to browse scripts.
-
由 Behdad Esfahbod 提交于
Cross-checked with Mark Davis's spreadsheet at http://goo.gl/x9ilM
-
由 Behdad Esfahbod 提交于
-
- 26 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Can be -1 for NUL-terminated string. This is useful for passing parts of a larger string to a function without having to copy or modify the string first. Affected functions: hb_tag_t hb_tag_from_string() hb_direction_from_string() hb_language_from_string() hb_script_from_string()
-
- 09 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
We need this to set data on objects safely without worrying that some other thread unsets it by setting it at the same time.
-
- 06 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 05 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Where causing issues for people with MSVC.
-
- 14 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 12 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 11 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
The test/object test is passing again, instead of deadlocking.
-
- 07 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 06 5月, 2011 4 次提交
-
-
由 Behdad Esfahbod 提交于
It uses locale information to detect default language. It's used by hb_shape() whenever language is not set on the buffer. Not sure how to properly test it in the test suite. Tested by observing that with DejaVu Sans we select the proper local glyph version for U+431 under Serbian locale. See http://www.pango.org/ScriptGallery
-
由 Behdad Esfahbod 提交于
Step version up to 0.5.0. Also, fix to pass "make distcheck"
-
由 Behdad Esfahbod 提交于
For now, by taking a global user_data mutex.
-
由 Behdad Esfahbod 提交于
-