- 01 9月, 2015 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 31 8月, 2015 8 次提交
-
-
由 Behdad Esfahbod 提交于
Use gtk-doc to build user's manual as well as reference
-
由 Simon Cozens 提交于
-
由 Simon Cozens 提交于
-
由 Simon Cozens 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
First two chapters. More to follow.
-
由 Behdad Esfahbod 提交于
See previous commit.
-
由 Behdad Esfahbod 提交于
Previously we were setting refcount of freed objects to the inert value, which was harmful because it caused further destroy()s of the freed object to NOT call free() and hence hide the bug. Indeed, after eb0bf3ae test-object was double-free'ing objects and this was never caught on Linux. It only was caught as crashing on Mac. Now we poison refcount upon freeing and check that it's valid whenever reading it. Makes test-object fail now.
-
- 29 8月, 2015 1 次提交
-
-
由 Simon Cozens 提交于
-
- 26 8月, 2015 4 次提交
-
-
由 Behdad Esfahbod 提交于
See thread "Issue with cursive attachment" started by Khaled. Turned out fixing this wasn't as bad as I had assumed. I like the new code better; we now have a theoretical model of cursive connections that is easier to reason about.
-
由 Behdad Esfahbod 提交于
Fails now. Fix coming. See thread "Issue with cursive attachment" started by Khaled. Test fonts were made by modifying test font from Khaled to add more anchors.
-
由 Simon Cozens 提交于
-
由 Behdad Esfahbod 提交于
In anticipation for upcoming fix for bug reported by Khaled in thread "Issue with cursive attachment".
-
- 24 8月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
New API: HB_BUFFER_SERIALIZE_FLAG_GLYPH_EXTENTS hb-shape now accepts --show-extents. Patch from Simon Cozens.
-
由 Behdad Esfahbod 提交于
-
- 23 8月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
This brings ot-fonts into almost-complete shape and mostly in par with ft font.
-
- 21 8月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 20 8月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
Shouldn't cause *any* functional changes, but is more correct.
-
由 Behdad Esfahbod 提交于
Ouch!
-
- 19 8月, 2015 7 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
By default shape at upem (or ppem), and scale results. Similar to work done in CoreText backend, but using upem as default.
-
由 Behdad Esfahbod 提交于
To be turned into a useful HB_DEBUG_SHAPE infrastructure...
-
由 Behdad Esfahbod 提交于
Ie, don't call get_positions() if positions are not requested for serialization.
-
由 Behdad Esfahbod 提交于
Needed for upcoming debug output changes.
-
由 Behdad Esfahbod 提交于
-
- 18 8月, 2015 3 次提交
-
-
由 Behdad Esfahbod 提交于
See comments.
-
由 Behdad Esfahbod 提交于
-
-
- 17 8月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 11 8月, 2015 1 次提交
-
-
- 10 8月, 2015 1 次提交
-
-
由 jfkthame 提交于
Fixes https://github.com/behdad/harfbuzz/pull/124
-
- 09 8月, 2015 2 次提交
-
-
由 jfkthame 提交于
Fixes tests/cluster. Fixes https://github.com/behdad/harfbuzz/pull/123
-
由 Behdad Esfahbod 提交于
For https://github.com/behdad/harfbuzz/pull/123 Currently fails. Fix coming.
-
- 07 8月, 2015 1 次提交
-
-
- 04 8月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
fix static linking with icu-uc
-