- 21 4月, 2010 17 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
A couple bugs joined forces to exhibit the mystery behavior of crashes / infinite loops on OS X / wrong kerning / invalid memory access. Pooh! The bugs were involved: - Wrong pointer math with ValueRecord in PairPosFormat1 - Fallout from avoiding flex arrays, code not correctly updated to remove sizeof() usage. We strictly never use sizeof() directly now. And the PairPos code is cleaned up. Should fix them all. Bugs are: Bug 605655 - Pango 1.26.2 introduces kerning bug Bug 611229 - Pango reads from uninitialized memory Bug 593240 - (pangoosx) Crash / infinite loop with Mac OS X We were also doing wrong math converting Device adjustments to hb_position_t. Fallout from FreeType days. Should shift 16, not 6. Fixed that too. There's still another bug: we don't sanitize Device records referenced from value records. Fixing that also.
-
- 16 4月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 10 3月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 02 3月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
The former is more robust. See discussion on freetype-devel.
-
- 24 2月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
GNOME Bug 604128 - Applications crash when displaying Hebrew characters
-
- 23 2月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 18 2月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
See discussion at: https://bugzilla.gnome.org/show_bug.cgi?id=610183
-
- 27 1月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 21 12月, 2009 11 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This reverts commit d740c8f7. The change is wrong. If there is a GPOS table, we should not use 'kern'.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Default features only for now.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 20 12月, 2009 5 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We have to get rid of the ICU in main lib. Still thinking about best way to do it.
-