- 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 6 次提交
-
-
由 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 提交于
-
由 Behdad Esfahbod 提交于
Note that the static variable has to be a global static, as gcc implements local statics differently and that would require linking to libstdc++, which we don't want.
-
由 Behdad Esfahbod 提交于
-
- 03 5月, 2011 3 次提交
-
-
由 Behdad Esfahbod 提交于
The Win32 definitions for LONG, ULONG, etc conflicts with hb-open-type.h. Avoid that by making sure hb-object-private.h and hb-open-type.h are not included in the same compilation unit.
-
由 Behdad Esfahbod 提交于
Patch from Bradley Grainger.
-
由 Behdad Esfahbod 提交于
Update to http://unicode.org/iso15924 Fixes some of the test failures in test-unicode with ICU. Still one more to fix before the test passes.
-
- 28 4月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
And hb-view --direction argument.
-
- 22 4月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 21 4月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
So we can liberally use the simple features of C++ that parts of the codebase is already using.
-
- 20 4月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Also optimizes the common-direction script lookup.
-
- 19 4月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
This simplifies the code, reduces static data, and makes the design more extensible to future additions of new scripts.
-