Merge branch 'upstream' into tizen
[platform/upstream/harfbuzz.git] / ChangeLog
1 commit 74b99ef2249107e7cd01bd1ee522a5d9ce61e05f
2 Author: mhosken <mhosken@users.noreply.github.com>
3 Date:   Thu Apr 20 19:13:22 2017 +0100
4
5     Fix graphite2 rtl conversion (#475)
6
7  src/hb-graphite2.cc | 32 ++++++++++++++------------------
8  1 file changed, 14 insertions(+), 18 deletions(-)
9
10 commit 696641314e7eb60a5a2e08c1c4fd1e5e41022148
11 Author: ebraminio <ebrahim@gnu.org>
12 Date:   Wed Apr 19 22:59:46 2017 +0430
13
14     [cmake] Final touches (#473)
15
16  CMakeLists.txt | 113
17  +++++++++++++++++++++++++++------------------------------
18  1 file changed, 54 insertions(+), 59 deletions(-)
19
20 commit aacca37590656e235218557ea509eb5624dfbff9
21 Author: Chris Peterson <cpeterson@mozilla.com>
22 Date:   Mon Apr 17 23:25:24 2017 -0700
23
24     Fix clang -Wcomma warnings (#471) (#472)
25
26     clang's new -Wcomma compiler option warns about possible misuse of the
27     comma operator such as between two statements.
28
29     hb-common.cc:190:9 [-Wcomma] possible misuse of comma operator here
30     hb-ot-layout-gsubgpos-private.hh:345:30 [-Wcomma] possible misuse of
31     comma operator here
32     hb-shape-plan.cc:438:26 [-Wcomma] possible misuse of comma operator
33     here
34
35  src/hb-common.cc                     | 6 ++++--
36  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
37  src/hb-shape-plan.cc                 | 7 ++++---
38  3 files changed, 9 insertions(+), 6 deletions(-)
39
40 commit 4d7c52066b5b205b20ba2679cb57a4e593942102
41 Author: ebraminio <ebrahim@gnu.org>
42 Date:   Mon Apr 17 15:53:46 2017 +0430
43
44     [cmake] Remove HB_DISABLE_DEPRECATED as it seems needed for pango
45     build (#470)
46
47  CMakeLists.txt | 2 --
48  1 file changed, 2 deletions(-)
49
50 commit 5ecf96e3a22e896184710a9f146a8bf149af6ca4
51 Author: William Hua <william@attente.ca>
52 Date:   Mon Apr 17 01:33:42 2017 -0400
53
54     Use absolute paths of ragel generated headers (#467)
55
56     https://github.com/behdad/harfbuzz/issues/455
57
58  src/Makefile.am | 4 ++--
59  1 file changed, 2 insertions(+), 2 deletions(-)
60
61 commit c42869eb713f53504e1b77a679cff2f88ebd0c20
62 Author: Dominik Schlösser <dominik.schloesser@gmail.com>
63 Date:   Sat Apr 15 21:17:05 2017 +0200
64
65     Small doc fix: `make check` runs the tests (#469)
66
67  test/shaping/README.md | 2 +-
68  1 file changed, 1 insertion(+), 1 deletion(-)
69
70 commit 75931427aa4344cd75321c618b8373ffcf1ffc33
71 Author: ebraminio <ebrahim@gnu.org>
72 Date:   Fri Apr 14 05:08:11 2017 +0430
73
74     [cmake] Fix try compile link issues (#466)
75
76  CMakeLists.txt | 2 ++
77  1 file changed, 2 insertions(+)
78
79 commit cb021e14ab345def326fb58ce486515af179b2cf
80 Author: ebraminio <ebrahim@gnu.org>
81 Date:   Fri Apr 14 04:31:17 2017 +0430
82
83     [cmake] typo (#465)
84
85  CMakeLists.txt | 4 ++--
86  1 file changed, 2 insertions(+), 2 deletions(-)
87
88 commit a41d5ea4453995dfd7c523427c6017623164c6ff
89 Author: ebraminio <ebrahim@gnu.org>
90 Date:   Fri Apr 14 04:25:50 2017 +0430
91
92     [cmake] Add atomic ops availability detection (#464)
93
94  CMakeLists.txt | 30 ++++++++++++++++++++++++++++++
95  1 file changed, 30 insertions(+)
96
97 commit 8568588202dd718b089e43cd6d46f689c706f665
98 Author: ebraminio <ebrahim@gnu.org>
99 Date:   Thu Apr 13 02:17:16 2017 +0430
100
101     [cmake] Remove NO_MT flag (#462)
102
103  CMakeLists.txt | 1 -
104  1 file changed, 1 deletion(-)
105
106 commit c04c1fe86ee4b9b58ad88dad5593239ade4c75b8
107 Author: jfkthame <jfkthame@gmail.com>
108 Date:   Tue Apr 11 22:29:13 2017 +0100
109
110     Blacklist GDEF table in additional Tahoma versions. (#459)
111
112     There are more broken versions of Tahoma out there on various
113     Windows releases,
114     so we need to add them to our blacklist to avoid broken rendering.
115     See https://bugzilla.mozilla.org/show_bug.cgi?id=1279925 for details.
116
117  src/hb-ot-layout.cc | 8 ++++++++
118  1 file changed, 8 insertions(+)
119
120 commit adfd4ae1cf6c4abe66aecf1eb0a05c7183a0f4e2
121 Author: ebraminio <ebrahim@gnu.org>
122 Date:   Tue Apr 11 23:18:18 2017 +0430
123
124     [cmake] Improve third party libraries support (#461)
125
126  CMakeLists.txt               | 57
127  ++++++++++++++++++++++++++++++++++++--------
128  src/hb-ucdn/Makefile.sources |  5 +++-
129  2 files changed, 51 insertions(+), 11 deletions(-)
130
131 commit 3a8bc572115a28741d5a80f3f1e28e6756b9abfa
132 Author: ebraminio <ebrahim@gnu.org>
133 Date:   Tue Apr 11 21:32:14 2017 +0430
134
135     [cmake] Add utils build support (#460)
136
137  CMakeLists.txt | 150
138  +++++++++++++++++++++++++++++++++++++++++----------------
139  1 file changed, 108 insertions(+), 42 deletions(-)
140
141 commit bc1244e2395f844b2b41315cb1eef29570e46b29
142 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
143 Date:   Thu Apr 6 18:44:28 2017 +0800
144
145     NMake Makefiles: Fix ICU builds
146
147     Fix the check conditions in config-msvc.mak and info-msvc.mak so that
148     the ICU items does indeed get built into the HarfBuzz main DLL,
149     and that
150     the correct configuration info is displayed.
151
152     Also update the checks in detectenv-msvc.mak so that we can detect
153     that
154     we are using Visual Studio 2017 (although the 2015-built binaries use
155     the same CRT DLL as the 2017 ones).
156
157  win32/config-msvc.mak    | 22 ++++++++++++----------
158  win32/detectenv-msvc.mak |  4 +++-
159  win32/info-msvc.mak      | 12 ++++++++----
160  3 files changed, 23 insertions(+), 15 deletions(-)
161
162 commit a4471d0c2cc4baa81e2cea695f9bd15e03d0f15e
163 Author: Behdad Esfahbod <behdad@behdad.org>
164 Date:   Wed Apr 5 15:42:11 2017 +0200
165
166     Move list of ragel sources to Makefile.sources as well
167
168  src/Makefile.am      | 14 ++++----------
169  src/Makefile.sources |  9 +++++++++
170  2 files changed, 13 insertions(+), 10 deletions(-)
171
172 commit d2acaf6d729727f47c5aacf7ee40097580b6f18d
173 Author: ebraminio <ebrahim@gnu.org>
174 Date:   Wed Apr 5 02:21:23 2017 -0700
175
176     Split ragel generated files lists and remove hardcoded rl files lists
177     (#453)
178
179  CMakeLists.txt        | 126
180  +++++++++++++++++++++-----------------------------
181  src/Makefile.am       |   2 +
182  src/Makefile.sources  |  16 +++++--
183  win32/config-msvc.mak |   8 ++--
184  4 files changed, 71 insertions(+), 81 deletions(-)
185
186 commit 7d64c0ef37dd930e9807bd80d398491aa9c4428c
187 Author: ebraminio <ebrahim@gnu.org>
188 Date:   Tue Apr 4 15:03:51 2017 +0430
189
190     Add CMake build support (#444)
191
192  CMakeLists.txt | 254
193  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
194  Makefile.am    |   1 +
195  appveyor.yml   |  61 +++++++++-----
196  3 files changed, 295 insertions(+), 21 deletions(-)
197
198 commit 740fdbcd0e6d25c1d6f12537ca2aa559650b9d52
199 Author: jfkthame <jfkthame@gmail.com>
200 Date:   Mon Apr 3 12:22:39 2017 +0100
201
202     avoid UBSan warning in get_stage_lookups (#450)
203
204     See https://bugzilla.mozilla.org/show_bug.cgi?id=1336600
205
206  src/hb-ot-map-private.hh | 2 +-
207  1 file changed, 1 insertion(+), 1 deletion(-)
208
209 commit 8d256841ca7462fd596329abf6f71bafb56fd621
210 Author: Dominik Schloesser <dsc@dosc.net>
211 Date:   Sun Mar 26 09:22:34 2017 +0200
212
213     Current fonttools (3.9.1) generate subset-file called font.subset.ttf
214     instead of older font.ttf.subset
215
216  test/shaping/record-test.sh | 12 ++++++------
217  1 file changed, 6 insertions(+), 6 deletions(-)
218
219 commit c2a9de15f5d9477c6f1c143ed8265f71fdb04584
220 Author: Dominik Schloesser <dsc@dosc.net>
221 Date:   Sun Mar 26 09:21:13 2017 +0200
222
223     Updated samples: record-it.sh is now record-test.sh
224
225  test/shaping/README.md | 4 ++--
226  1 file changed, 2 insertions(+), 2 deletions(-)
227
228 commit f2e6c7ce51283809033d08692a2dee7cf04aefc5
229 Author: Khaled Hosny <khaledhosny@eglug.org>
230 Date:   Sun Mar 26 10:48:53 2017 +0200
231
232     [tools] Make hb-unicode-code work with Python 3
233
234     Related to https://github.com/behdad/harfbuzz/pull/445
235
236  test/shaping/hb_test_tools.py | 13 ++++++++++++-
237  1 file changed, 12 insertions(+), 1 deletion(-)
238
239 commit edcf6344bc62af9ea726a633468c9243e127fa13
240 Author: Behdad Esfahbod <behdad@behdad.org>
241 Date:   Fri Mar 24 10:24:52 2017 -0700
242
243     Blacklist more versions of Padauk
244
245     Patch from Phil Race.
246
247  src/hb-ot-layout.cc | 8 ++++++++
248  1 file changed, 8 insertions(+)
249
250 commit e693ba77980d5ded65bf773d48b6b58274933fb7
251 Author: Khaled Hosny <khaledhosny@eglug.org>
252 Date:   Thu Mar 23 00:35:36 2017 +0200
253
254     [ci] Fix msys2 build on AppVeyor
255
256     For whatever reason the env variables need to be the Windows way
257     or they
258     end up being empty.
259
260  appveyor.yml | 2 +-
261  1 file changed, 1 insertion(+), 1 deletion(-)
262
263 commit 91570a1eeb1eca425372e203656369f39ede5c61
264 Author: Khaled Hosny <khaledhosny@eglug.org>
265 Date:   Wed Mar 22 23:07:15 2017 +0200
266
267     Just always use strtod here
268
269  src/hb-common.cc | 4 ----
270  1 file changed, 4 deletions(-)
271
272 commit 539571c1a9cb5d443d029247874af37fed75432f
273 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
274 Date:   Fri Feb 24 17:58:25 2017 +0800
275
276     src/hb-common.cc: Fix build on older Visual Studio
277
278     Visual Studio only supported strtof() from Visual Studio 2013
279     onwards, so
280     use strtod() instead to do the operation, which should do the
281     same thing,
282     sans going to a double, not a float.
283
284  src/hb-common.cc | 4 ++++
285  1 file changed, 4 insertions(+)
286
287 commit b90fb83ea6067802e62af9e1ea0c61c7ac79e9a9
288 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
289 Date:   Fri Feb 24 17:47:44 2017 +0800
290
291     Visual Studio builds: Fix Introspection when UCDN enabled
292
293     The sources in src/hb-ucdn and not included correctly into the NMake
294     Makefiles, as we need their explicit relative location as we pass
295     all the
296     sources we used into the introspection scanner.  This was not an issue
297     before as we excluded the UCDN sources in the build when we enabled
298     introspection (meaning GLib is enabled), but since we default on using
299     UCDN on all builds unless explicitly disabled, we need to deal
300     with this.
301
302     This did not affect builds using UCDN without introspection due to
303     the use
304     of NMake batch rules.
305
306     Fix this by creating a NMake Makefile module on-the-fly with the
307     correct
308     subdir info, and using that list in there instead.
309
310  win32/Makefile.vc     | 15 +++++++++++++++
311  win32/config-msvc.mak |  2 +-
312  2 files changed, 16 insertions(+), 1 deletion(-)
313
314 commit f0aa167e447e8aa818a63a4a325be57844bf0353
315 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
316 Date:   Thu Feb 23 13:02:49 2017 +0800
317
318     Update Visual Studio builds for UCDN usage
319
320     We now use UCDN by default, so make it so in the build files; however
321     don't hardcode HAVE_UCDN as one may still opt not to use it (but pass
322     it in as a CFLAG unless one explicitly disables UCDN by using
323     NO_UCDN=1
324     on the NMake command line).
325
326     Note that we are not blocking builds where UCDN is disabled along with
327     GLib and ICU, as that will trigger a build error anyways which
328     will tell
329     the user what needs to be done to remedy this.
330
331  win32/README.txt        |  6 +++---
332  win32/config-msvc.mak   | 28 +++++++++++++++-------------
333  win32/config.h.win32.in |  2 +-
334  win32/info-msvc.mak     | 43 +++++++++++++++++++++++++------------------
335  4 files changed, 44 insertions(+), 35 deletions(-)
336
337 commit 60e2586f7652aaa0ee908eb8f54b1498e2ad299e
338 Author: Behdad Esfahbod <behdad@behdad.org>
339 Date:   Fri Mar 10 23:02:28 2017 -0800
340
341     1.4.5
342
343  NEWS         | 8 ++++++++
344  configure.ac | 2 +-
345  2 files changed, 9 insertions(+), 1 deletion(-)
346
347 commit 47e7a1800fba9b8bf042a1f4976a15ab012ebfc7
348 Author: Behdad Esfahbod <behdad@behdad.org>
349 Date:   Fri Mar 10 13:23:02 2017 -0800
350
351     Revert "Fix Context lookup application when moving back after a
352     glyph delete"
353
354     This reverts commit b9b005f3a44ccf78a45b212b126287b69b9f4b40.
355
356     This introduced invalid access cases. Revert until I fix correctly.
357
358  src/hb-ot-layout-gsubgpos-private.hh                     |   7 ++++---
359  .../sha1sum/5bbf3712e6f79775c66a4407837a90e591efbef2.ttf | Bin 6400 ->
360  0 bytes
361  test/shaping/tests/context-matching.tests                |   1 -
362  3 files changed, 4 insertions(+), 4 deletions(-)
363
364 commit 3c080a7a0aefec1e9620e3fb399ad280ea4ee5a2
365 Author: Behdad Esfahbod <behdad@behdad.org>
366 Date:   Tue Mar 7 18:13:28 2017 -0800
367
368     Fix buffer serialize of empty buffer
369
370     Ouch!
371
372  src/hb-buffer-serialize.cc | 2 ++
373  1 file changed, 2 insertions(+)
374
375 commit 8e42c3cb2bb81351d0a28f213cb4f6d35f4b5e46
376 Author: Behdad Esfahbod <behdad@behdad.org>
377 Date:   Sun Mar 5 13:54:56 2017 -0800
378
379     1.4.4
380
381  NEWS         | 8 ++++++++
382  configure.ac | 2 +-
383  2 files changed, 9 insertions(+), 1 deletion(-)
384
385 commit 9ac9af725c781f4597e8db46cf330d595c072739
386 Author: Behdad Esfahbod <behdad@behdad.org>
387 Date:   Sun Mar 5 13:51:01 2017 -0800
388
389     Add TODO item
390
391  src/hb-ot-layout-gsubgpos-private.hh | 24 +++++++++++++++++++++++-
392  1 file changed, 23 insertions(+), 1 deletion(-)
393
394 commit 5aec2fb8d0a4db52ae414d980b66018ca5ce1e9c
395 Author: Behdad Esfahbod <behdad@behdad.org>
396 Date:   Thu Mar 2 11:46:33 2017 -0800
397
398     Remove TODO item that is not going to happen
399
400  src/hb-ot-shape.cc | 1 -
401  1 file changed, 1 deletion(-)
402
403 commit b9b005f3a44ccf78a45b212b126287b69b9f4b40
404 Author: Behdad Esfahbod <behdad@behdad.org>
405 Date:   Wed Mar 1 14:27:23 2017 -0800
406
407     Fix Context lookup application when moving back after a glyph delete
408
409     This was broken forever, since days that we did not allow moving
410     tape backwards. Works now. Reported by Doug Felt.
411
412  src/hb-ot-layout-gsubgpos-private.hh                     |   7 +++----
413  .../sha1sum/5bbf3712e6f79775c66a4407837a90e591efbef2.ttf | Bin 0 ->
414  6400 bytes
415  test/shaping/tests/context-matching.tests                |   1 +
416  3 files changed, 4 insertions(+), 4 deletions(-)
417
418 commit a11501444cfc4854bfe2b1d3ce0fc5a957e959d8
419 Author: Behdad Esfahbod <behdad@behdad.org>
420 Date:   Sat Feb 25 13:37:54 2017 -0800
421
422     Add few tests found by libFuzzer and oss-fuzz
423
424  .../sha1sum/a34a9191d9376bda419836effeef7e75c1386016.ttf | Bin 0 ->
425  1010 bytes
426  .../sha1sum/a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf | Bin 0 ->
427  820 bytes
428  .../sha1sum/b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf | Bin 0 ->
429  3301 bytes
430  .../sha1sum/e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf | Bin 0 ->
431  515 bytes
432  test/shaping/tests/fuzzed.tests                          |   4 ++++
433  5 files changed, 4 insertions(+)
434
435 commit 85630996b8afa699f7b5d19346cdf5c72fcd6e2d
436 Author: Behdad Esfahbod <behdad@behdad.org>
437 Date:   Sat Feb 25 13:30:38 2017 -0800
438
439     Fix buffer-overrun with Bengali reph positioning code
440
441     This has no security implications whatsoever since we always keep
442     and extra element at the end of buffer, just in case.
443
444     Discovered by oss-fuzz
445     CC https://github.com/behdad/harfbuzz/issues/139
446     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=660
447
448  src/hb-ot-shape-complex-indic.cc | 2 +-
449  1 file changed, 1 insertion(+), 1 deletion(-)
450
451 commit 6685d281d6f50bf046bbfef4a5263e15d15f2f02
452 Author: Behdad Esfahbod <behdad@behdad.org>
453 Date:   Sat Feb 25 11:35:05 2017 -0800
454
455     1.4.3
456
457  NEWS         | 12 ++++++++++++
458  configure.ac |  2 +-
459  2 files changed, 13 insertions(+), 1 deletion(-)
460
461 commit a657f23ca31237d652b5c101ed24194b6aeadaf8
462 Author: Dominik Röttsches <d-r@roettsches.de>
463 Date:   Mon Feb 20 21:52:07 2017 +0200
464
465     Blacklist another instance of Padauk (#419)
466
467     In https://crbug.com/681813 another instance of Padauk was identified
468     triggering collapsed glyphs. Blacklist this version by patching
469     hb-ot-layout.cc to print out gdef, gsub, and gpos table length, then
470     adding those to the list of blacklisted versions.
471
472  src/hb-ot-layout.cc | 3 +++
473  1 file changed, 3 insertions(+)
474
475 commit 70202983f57fe85b2d3b56a9c205effeee66222d
476 Author: ebraminio <ebrahim@gnu.org>
477 Date:   Sat Feb 18 10:37:36 2017 +0330
478
479     [ci] Disable vcpkg freetype installation and fix Appveyor CI (#422)
480
481  appveyor.yml | 16 ++++++++--------
482  1 file changed, 8 insertions(+), 8 deletions(-)
483
484 commit 44f7d6ecde9bf7427a05cbe73ed5d668b8a72b2a
485 Author: jfkthame <jfkthame@gmail.com>
486 Date:   Fri Feb 17 03:03:24 2017 +0000
487
488     Guard against underflow when adjusting length (#421)
489
490     * Guard against underflow when adjusting length
491
492     With the fuzz-testcase in mozilla bug 1295299, we end up with a
493     recursed lookup that removes 3 items, when `match_positions[idx]`
494     is 0, which results in (unsigned) `end` wrapping to a huge value.
495
496     Making `end` a signed int is probably the simplest route to a fix.
497
498     Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1295299.
499
500     * Add testcase for #421.
501
502  src/hb-ot-layout-gsubgpos-private.hh                     |   6 +++---
503  .../sha1sum/558661aa659912f4d30ecd27bd09835171a8e2b0.ttf | Bin 0 ->
504  1358 bytes
505  test/shaping/tests/fuzzed.tests                          |   1 +
506  3 files changed, 4 insertions(+), 3 deletions(-)
507
508 commit 45766b673f427bb791c9d5886cadedfac0447066
509 Author: jfkthame <jfkthame@gmail.com>
510 Date:   Thu Feb 16 17:40:21 2017 +0000
511
512     [indic] Add support for Grantha marks that may be used in Tamil to
513     th… (#401)
514
515     * [indic] Add support for Grantha marks that may be used in Tamil
516     to the Indic table.
517
518     See https://bugzilla.mozilla.org/show_bug.cgi?id=1331339.
519
520     Testcase: U+0BA4,U+0BC6,U+1133c,U+0BAA,U+1133c,U+0BC6,U+1133c
521
522     * [indic] Add test for Grantha nukta that is allowed in Tamil by
523     ScriptExtensions.txt
524
525  src/hb-ot-shape-complex-indic-table.cc                   |   7 +++++++
526  .../sha1sum/3493e92eaded2661cadde752a39f9d58b11f0326.ttf | Bin 0 ->
527  1400 bytes
528  test/shaping/tests/indic-script-extensions.tests         |   1 +
529  3 files changed, 8 insertions(+)
530
531 commit d4bb52b9fd8a5bc4af13752ea3e464eccfe3223b
532 Author: Behdad Esfahbod <behdad@behdad.org>
533 Date:   Thu Feb 9 14:13:25 2017 -0800
534
535     Unbreak hb-coretext build
536
537  src/hb-coretext.cc | 3 +++
538  1 file changed, 3 insertions(+)
539
540 commit c8dfed8e1ee4ab64b6936f5c8561db0666e37647
541 Merge: 7c47474f b435c7c4
542 Author: Behdad Esfahbod <behdad@behdad.org>
543 Date:   Wed Feb 8 14:36:18 2017 -0800
544
545     Merge pull request #357 from khaledhosny/graphite-scale
546
547     [graphite] Fix shaping with varying font sizes
548
549 commit 7c47474f209bdf84cf87844c277ed711cad78196
550 Author: Behdad Esfahbod <behdad@behdad.org>
551 Date:   Wed Feb 8 14:33:28 2017 -0800
552
553     Set LC_ALL instead of LANG when creating harfbuzz.def
554
555     Hopefully fixes Travis faliure?
556     https://github.com/behdad/harfbuzz/pull/413#issuecomment-278481882
557     https://travis-ci.org/khaledhosny/harfbuzz/jobs/199785332#L1065
558
559  src/Makefile.am | 2 +-
560  1 file changed, 1 insertion(+), 1 deletion(-)
561
562 commit ffde3c9f9effcd2b47f5fd76df45551e68c0b1ec
563 Author: Philip Withnall <philip@tecnocode.co.uk>
564 Date:   Wed Feb 8 21:56:57 2017 +0000
565
566     hb-font: Fix a potentially undefined use of memcmp() (#413)
567
568     While it’s fine to call memcmp(x, 0, 0) in practice, the C99
569     standard
570     explicitly says that this is not allowed: even if the length is zero,
571     the pointer arguments must be valid.
572
573     http://stackoverflow.com/a/16363034
574
575     Coverity ID: 141178
576
577     Signed-off-by: Philip Withnall <withnall@endlessm.com>
578
579  src/hb-font.cc | 3 ++-
580  1 file changed, 2 insertions(+), 1 deletion(-)
581
582 commit 09594df1aecbb7d37093055147c25cc7d7b7fef6
583 Author: Behdad Esfahbod <behdad@behdad.org>
584 Date:   Tue Feb 7 18:25:12 2017 -0800
585
586     Update ax_pthread.m4 to latest upstream version
587
588     Might help with https://github.com/behdad/harfbuzz/issues/399
589
590  m4/ax_pthread.m4 | 394
591  ++++++++++++++++++++++++++++++++++++++++---------------
592  1 file changed, 285 insertions(+), 109 deletions(-)
593
594 commit a6ced90efccf869defc0b310effca220f01cf318
595 Author: Philip Withnall <philip@tecnocode.co.uk>
596 Date:   Wed Feb 8 02:18:33 2017 +0000
597
598     test: Fix some memory leaks in test-font.c (#409)
599
600     Coverity IDs: 141039, 141040, 141041
601
602  test/api/test-font.c | 35 ++++++++++++++++++++++++++++++-----
603  1 file changed, 30 insertions(+), 5 deletions(-)
604
605 commit 925ceacfed45c44dd2a025c32bebb1358b560741
606 Author: Philip Withnall <philip@tecnocode.co.uk>
607 Date:   Wed Feb 8 02:17:48 2017 +0000
608
609     util: Add missing field initialisers in constructor (#410)
610
611     Coverity ID: 141042
612
613  util/hb-shape.cc | 4 +++-
614  1 file changed, 3 insertions(+), 1 deletion(-)
615
616 commit 73c6dcbb45269186f204b2212288b6384ce42c9d
617 Author: Behdad Esfahbod <behdad@behdad.org>
618 Date:   Tue Feb 7 16:53:21 2017 -0800
619
620     Silence Coverity warning
621
622     Fixes https://github.com/behdad/harfbuzz/issues/408
623
624  src/hb-ot-shape-complex-arabic.cc | 2 +-
625  1 file changed, 1 insertion(+), 1 deletion(-)
626
627 commit 466b3e58bdc64229dab08c6e0e0079c789540370
628 Author: Behdad Esfahbod <behdad@behdad.org>
629 Date:   Fri Feb 3 16:43:25 2017 -0800
630
631     Shuffle things around a bit
632
633  src/hb-coretext.cc          |  4 ++--
634  src/hb-directwrite.cc       |  4 ++--
635  src/hb-fallback-shape.cc    |  4 ++++
636  src/hb-graphite2.cc         |  4 ++--
637  src/hb-ot-layout-private.hh |  1 -
638  src/hb-ot-layout.cc         |  2 --
639  src/hb-ot-math.cc           |  3 +--
640  src/hb-ot-shape.cc          |  4 ++++
641  src/hb-ot-var.cc            |  2 --
642  src/hb-shape-plan.cc        |  7 -------
643  src/hb-shaper-private.hh    | 11 +++++++----
644  src/hb-uniscribe.cc         |  4 ++--
645  12 files changed, 24 insertions(+), 26 deletions(-)
646
647 commit fc8189b63931f03c5d2e70dde198e9c856bd78f5
648 Author: Behdad Esfahbod <behdad@behdad.org>
649 Date:   Fri Feb 3 16:17:08 2017 -0800
650
651     Minor
652
653  src/hb-shaper-private.hh | 5 +++--
654  1 file changed, 3 insertions(+), 2 deletions(-)
655
656 commit d3d3691806aaa6aed93a88c845d472e727e7f850
657 Author: Behdad Esfahbod <behdad@behdad.org>
658 Date:   Fri Feb 3 15:42:03 2017 -0800
659
660     Add dirty-state tracking to hb_face_t
661
662  src/hb-face-private.hh |  9 +++++++++
663  src/hb-face.cc         | 19 ++++++++++++++++++-
664  src/hb-font.cc         |  2 +-
665  3 files changed, 28 insertions(+), 2 deletions(-)
666
667 commit 2171f48b4b1e66a3c16a83cc00b0006d32ae9738
668 Author: Behdad Esfahbod <behdad@behdad.org>
669 Date:   Fri Feb 3 10:58:09 2017 -0800
670
671     Add dirty-state tracking to hb_font_t
672
673  src/hb-font-private.hh | 12 ++++++++++++
674  src/hb-font.cc         | 30 ++++++++++++++++++++++++++++++
675  2 files changed, 42 insertions(+)
676
677 commit 95808bad2c17a9ef41c58c04faf1b4706fb7d72e
678 Author: Behdad Esfahbod <behdad@behdad.org>
679 Date:   Fri Feb 3 10:39:40 2017 -0800
680
681     Add new API hb_font_set_face()
682
683     For completeness.
684
685  src/hb-font.cc | 29 +++++++++++++++++++++++++++++
686  src/hb-font.h  |  4 ++++
687  2 files changed, 33 insertions(+)
688
689 commit 4ec19319ab195d852708661e12da2a6485fce544
690 Author: jfkthame <jfkthame@gmail.com>
691 Date:   Thu Feb 2 18:48:23 2017 +0000
692
693     Add Win10 Anniversary Update version of Tahoma to GDEF
694     blacklist. (#412)
695
696  src/hb-ot-layout.cc | 4 ++++
697  1 file changed, 4 insertions(+)
698
699 commit 1dd630a7f2c2cec780fee507367341bc9050cdb3
700 Author: Behdad Esfahbod <behdad@behdad.org>
701 Date:   Wed Feb 1 11:57:21 2017 -0800
702
703     Minor
704
705     Fixes https://github.com/behdad/harfbuzz/issues/411
706
707  src/hb-fallback-shape.cc     | 2 +-
708  src/hb-ot-shape-normalize.cc | 2 +-
709  2 files changed, 2 insertions(+), 2 deletions(-)
710
711 commit e888f642db16f52836cbfec29de43ff20236dc85
712 Author: Behdad Esfahbod <behdad@behdad.org>
713 Date:   Thu Jan 26 14:50:14 2017 -0800
714
715     Route Adlam through Arabic shaper
716
717     Fixes joined Adlam rendering.
718
719     Fixes https://github.com/googlei18n/noto-fonts/issues/828
720
721  src/hb-ot-shape-complex-private.hh                      |   3 +++
722  test/shaping/Makefile.am                                |   1 +
723  .../5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf        | Bin 0 ->
724  21160 bytes
725  test/shaping/tests/arabic-like-joining.tests            |   1 +
726  4 files changed, 5 insertions(+)
727
728 commit 72c754873c6b15cecb32d9e491c98495f804347a
729 Author: jfkthame <jfkthame@gmail.com>
730 Date:   Thu Jan 26 22:35:41 2017 +0000
731
732     Add Win7 version of himalaya.ttf to the GDEF table blacklist. (#407)
733
734  src/hb-ot-layout.cc | 2 ++
735  1 file changed, 2 insertions(+)
736
737 commit 22af28a3f14c6d748ed589f8980b168152116c8c
738 Author: Behdad Esfahbod <behdad@behdad.org>
739 Date:   Mon Jan 23 23:42:53 2017 -0800
740
741     [var] Implement MVAR table
742
743     Unhooked. Untested.
744
745  src/Makefile.sources        |   1 +
746  src/hb-font.cc              |   2 +-
747  src/hb-ot-var-mvar-table.hh | 110
748  ++++++++++++++++++++++++++++++++++++++++++++
749  src/hb-ot-var.cc            |   1 +
750  4 files changed, 113 insertions(+), 1 deletion(-)
751
752 commit 67a191164dec2cfcab97363175c58e459f6ff8f9
753 Author: Behdad Esfahbod <behdad@behdad.org>
754 Date:   Mon Jan 23 23:21:30 2017 -0800
755
756     [var] Whitespace
757
758  src/hb-ot-var-hvar-table.hh | 6 +++---
759  1 file changed, 3 insertions(+), 3 deletions(-)
760
761 commit 6af6c1114a3495584ac4197c62592741c407b5a2
762 Author: Behdad Esfahbod <behdad@behdad.org>
763 Date:   Mon Jan 23 18:35:00 2017 -0800
764
765     1.4.2
766
767  NEWS         | 31 +++++++++++++++++++++++++++++++
768  configure.ac |  2 +-
769  2 files changed, 32 insertions(+), 1 deletion(-)
770
771 commit 79e8e27ffd3da29ca27d3aebd2ef425bf1cb7f9d
772 Author: Behdad Esfahbod <behdad@behdad.org>
773 Date:   Mon Jan 23 17:55:31 2017 -0800
774
775     [var] Hook up advance variations to hb-ot-font
776
777     Yay, works!
778
779  src/hb-ot-font.cc | 6 +++++-
780  1 file changed, 5 insertions(+), 1 deletion(-)
781
782 commit 607434037199ccca422287e4d097487f17f3cfb5
783 Author: Behdad Esfahbod <behdad@behdad.org>
784 Date:   Mon Jan 23 17:55:16 2017 -0800
785
786     [var] Fix bug in HVAR/VVAR impl
787
788  src/hb-ot-var-hvar-table.hh | 4 ++--
789  1 file changed, 2 insertions(+), 2 deletions(-)
790
791 commit bd3b11d92663343350813ca29606b369f691af03
792 Author: Behdad Esfahbod <behdad@behdad.org>
793 Date:   Mon Jan 23 17:34:44 2017 -0800
794
795     [var] Prepare for hooking up advance variations to hb-ot-font
796
797  src/hb-ot-font.cc           | 28 +++++++++++++++++-----------
798  src/hb-ot-var-hvar-table.hh |  8 ++++----
799  2 files changed, 21 insertions(+), 15 deletions(-)
800
801 commit a4fca9f0051dbc177390a4e555b2d0fe642f724e
802 Author: Behdad Esfahbod <behdad@behdad.org>
803 Date:   Mon Jan 23 11:56:08 2017 -0800
804
805     [var] Implement DeltaSetIndexMap and advance delta fetching
806
807     Not hooked up to hb-ot-font yet.
808
809  src/hb-ot-layout-common-private.hh |  8 ++++++
810  src/hb-ot-var-hvar-table.hh        | 56
811  ++++++++++++++++++++++++++++++++++++--
812  2 files changed, 61 insertions(+), 3 deletions(-)
813
814 commit 7b399f73efa76cd97131fd123a9a1566f8639cfd
815 Author: Behdad Esfahbod <behdad@behdad.org>
816 Date:   Mon Jan 23 11:41:43 2017 -0800
817
818     [var] Start adding HVAR/VVAR
819
820  src/Makefile.sources        |   1 +
821  src/hb-ot-font.cc           |   1 +
822  src/hb-ot-var-avar-table.hh |   1 -
823  src/hb-ot-var-fvar-table.hh |   1 -
824  src/hb-ot-var-hvar-table.hh | 115
825  ++++++++++++++++++++++++++++++++++++++++++++
826  5 files changed, 117 insertions(+), 2 deletions(-)
827
828 commit b732c53eb5bd0c2cc86f35a9d9623c92579a0b8c
829 Author: Behdad Esfahbod <behdad@behdad.org>
830 Date:   Sun Jan 22 20:31:53 2017 -0800
831
832     Add LArrayOf<>
833
834  src/hb-open-type-private.hh        | 1 +
835  src/hb-ot-cbdt-table.hh            | 4 ++--
836  src/hb-ot-layout-common-private.hh | 2 +-
837  3 files changed, 4 insertions(+), 3 deletions(-)
838
839 commit 5e156fa5ed33cd1a8ff388833563f15930bb12f9
840 Author: Behdad Esfahbod <behdad@behdad.org>
841 Date:   Sun Jan 22 20:28:56 2017 -0800
842
843     Add LOffsetTo<>
844
845  src/hb-open-file-private.hh          |  2 +-
846  src/hb-open-type-private.hh          |  1 +
847  src/hb-ot-cbdt-table.hh              |  4 ++--
848  src/hb-ot-cmap-table.hh              |  6 +++---
849  src/hb-ot-layout-common-private.hh   | 10 +++++-----
850  src/hb-ot-layout-gdef-table.hh       |  4 ++--
851  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
852  7 files changed, 15 insertions(+), 14 deletions(-)
853
854 commit d6bdbbca307d1a4aed60a78133eea40a1a9d5bf3
855 Author: Behdad Esfahbod <behdad@behdad.org>
856 Date:   Sun Jan 22 20:16:51 2017 -0800
857
858     [var] Remove HB_OT_TAG_fvar/avar
859
860     We're not going to define public macros for tags for tables.
861     There's little use to those and they are implementation detail.
862
863  docs/harfbuzz-sections.txt  | 2 --
864  src/hb-ot-var-avar-table.hh | 2 ++
865  src/hb-ot-var-fvar-table.hh | 2 ++
866  src/hb-ot-var.h             | 3 ---
867  4 files changed, 4 insertions(+), 5 deletions(-)
868
869 commit a11d9a0466e480efebd69a34827675387cd2ca34
870 Author: Behdad Esfahbod <behdad@behdad.org>
871 Date:   Sun Jan 22 20:09:47 2017 -0800
872
873     Minor
874
875  src/hb-ot-font.cc       | 6 +++---
876  src/hb-ot-hmtx-table.hh | 8 +++-----
877  2 files changed, 6 insertions(+), 8 deletions(-)
878
879 commit 7a860f656e4aec45c45e0f5fb28c49a91dc5eef2
880 Author: Behdad Esfahbod <behdad@behdad.org>
881 Date:   Sun Jan 22 19:52:09 2017 -0800
882
883     [var] Add macros for standard axes
884
885  docs/harfbuzz-sections.txt | 7 +++++++
886  src/hb-ot-var.h            | 6 ++++++
887  2 files changed, 13 insertions(+)
888
889 commit a484e237b11650d00092329855d33dd2f67980e4
890 Author: Behdad Esfahbod <behdad@behdad.org>
891 Date:   Sun Jan 22 19:41:33 2017 -0800
892
893     [var] Implement 'avar' table mapping
894
895     Untested!
896
897  src/hb-ot-math.cc           |  2 --
898  src/hb-ot-var-avar-table.hh | 46
899  ++++++++++++++++++++++++++++++++++++++++++++-
900  src/hb-ot-var.cc            | 23 +++++++++++++++--------
901  3 files changed, 60 insertions(+), 11 deletions(-)
902
903 commit a42909057207cbed1ef95716170434c05beb0002
904 Author: Behdad Esfahbod <behdad@behdad.org>
905 Date:   Sun Jan 22 19:01:07 2017 -0800
906
907     [var] Flesh out --variations documentation
908
909  util/options.cc | 53
910  ++++++++++++++---------------------------------------
911  1 file changed, 14 insertions(+), 39 deletions(-)
912
913 commit 5ec96d30cad1592b5e468bd8ad1832dbaf0ad32b
914 Author: Behdad Esfahbod <behdad@behdad.org>
915 Date:   Sun Jan 22 18:52:00 2017 -0800
916
917     [var] Adjust API in prep for 'avar' implementation
918
919     The 'avar' table does not allow random access to axis maps,
920     so change API to avoid quadratic-time implementation.
921
922     Removed -hb_ot_var_normalize_axis_value(), added
923     +hb_ot_var_normalize_variations() and
924     +hb_ot_var_normalize_coords() instead.
925
926  docs/harfbuzz-sections.txt |  3 ++-
927  src/Makefile.sources       |  1 +
928  src/hb-font.cc             | 20 +++++---------------
929  src/hb-ot-var.cc           | 45
930  +++++++++++++++++++++++++++++++++++++++------
931  src/hb-ot-var.h            | 16 ++++++++++++----
932  5 files changed, 59 insertions(+), 26 deletions(-)
933
934 commit 8a577aaa0dd760409bcad1ae3d4f5fb561a62a4b
935 Author: Behdad Esfahbod <behdad@behdad.org>
936 Date:   Sun Jan 22 18:22:40 2017 -0800
937
938     [var] Stub implementation of avar table
939
940  src/hb-ot-var-avar-table.hh | 99
941  +++++++++++++++++++++++++++++++++++++++++++++
942  1 file changed, 99 insertions(+)
943
944 commit 7647a05a0b37c53465560952b412db4e590f2716
945 Author: Behdad Esfahbod <behdad@behdad.org>
946 Date:   Sun Jan 22 17:47:49 2017 -0800
947
948     Minor
949
950  src/hb-font.cc       |  5 ++++-
951  src/hb-font.h        |  2 +-
952  src/hb-ft.cc         |  2 +-
953  util/helper-cairo.cc | 14 +++++++++-----
954  4 files changed, 15 insertions(+), 8 deletions(-)
955
956 commit d2f249e745a9179943ee39c719b73e1057acbc13
957 Author: Behdad Esfahbod <behdad@behdad.org>
958 Date:   Sun Jan 22 17:42:33 2017 -0800
959
960     Stub out doc comments for new symbols
961
962  docs/harfbuzz-docs.xml     |  2 +-
963  docs/harfbuzz-sections.txt | 35 +++++++++++++++++++++++++++++++++--
964  src/hb-common.cc           | 10 ++++++++++
965  src/hb-common.h            |  5 +++++
966  src/hb-directwrite.cc      |  2 +-
967  src/hb-directwrite.h       |  2 +-
968  src/hb-font.cc             | 20 ++++++++++++++++++++
969  src/hb-ot-var.cc           | 24 ++++++++++++++++++++++--
970  src/hb-ot-var.h            | 12 +++++-------
971  src/hb-set.cc              |  2 +-
972  10 files changed, 99 insertions(+), 15 deletions(-)
973
974 commit 5dfd341f51543279039ddafe883c0a1de205fb8a
975 Author: Behdad Esfahbod <behdad@behdad.org>
976 Date:   Sun Jan 22 16:55:40 2017 -0800
977
978     Minor
979
980  src/hb-directwrite.cc | 4 ++--
981  src/hb-shape.cc       | 2 +-
982  2 files changed, 3 insertions(+), 3 deletions(-)
983
984 commit 825e40407da74576f8e83ce0bacad5b0459b83c8
985 Author: Behdad Esfahbod <behdad@behdad.org>
986 Date:   Sun Jan 22 16:41:45 2017 -0800
987
988     [hb-ft] Remove use of variable-length array
989
990     Hopefully also fixes build failure on msvc.
991
992  src/hb-ft.cc | 33 +++++++++++++++++++++------------
993  1 file changed, 21 insertions(+), 12 deletions(-)
994
995 commit 47ee34e84745756a9aaeb964772377b6c1417ed1
996 Author: Behdad Esfahbod <behdad@behdad.org>
997 Date:   Sat Jan 21 18:10:08 2017 -0800
998
999     [var] Hook up variations to FreeType face
1000
1001     hb-view correctly renders variations with ft font-funcs now.
1002     hb-ot-font needs HVAR implementation.
1003
1004  src/hb-ft.cc         | 10 ++++++++++
1005  util/helper-cairo.cc | 16 +++++++++++++++-
1006  2 files changed, 25 insertions(+), 1 deletion(-)
1007
1008 commit 111f3e55178f7cd5a8ae4e8ae111cb48aea4acb5
1009 Author: Behdad Esfahbod <behdad@behdad.org>
1010 Date:   Sat Jan 21 17:51:41 2017 -0800
1011
1012     [util] Add --variations
1013
1014     Is hooked up to the font, but not to FreeType, so raster doesn't
1015     show yet.
1016
1017     Documentation needs to be done.
1018
1019  util/options.cc | 91
1020  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1021  util/options.hh |  8 ++++-
1022  2 files changed, 98 insertions(+), 1 deletion(-)
1023
1024 commit bb1e19268f02d4aad2240c52852e72afcf0f79ad
1025 Author: Behdad Esfahbod <behdad@behdad.org>
1026 Date:   Sat Jan 21 17:41:37 2017 -0800
1027
1028     [var] Rename var_coord to variation
1029
1030     Looks much better.
1031
1032  src/hb-common.cc | 36 ++++++++++++++++++------------------
1033  src/hb-common.h  | 10 +++++-----
1034  src/hb-font.cc   | 20 ++++++++++----------
1035  src/hb-font.h    |  6 +++---
1036  4 files changed, 36 insertions(+), 36 deletions(-)
1037
1038 commit 64fe92bf2d43a0ea31743d774e073f202021dbd1
1039 Author: Behdad Esfahbod <behdad@behdad.org>
1040 Date:   Sat Jan 21 15:36:35 2017 -0800
1041
1042     [var] Remove use of variable-length arrays
1043
1044  src/hb-font.cc | 30 +++++++++++++++++++++---------
1045  1 file changed, 21 insertions(+), 9 deletions(-)
1046
1047 commit 2491134b386507f611a47e43e3f7c2766d0d288b
1048 Author: Behdad Esfahbod <behdad@behdad.org>
1049 Date:   Sat Jan 21 15:21:50 2017 -0800
1050
1051     [var] Add hb_font_set_var_coords()
1052
1053  src/hb-font.cc | 38 ++++++++++++++++++++++++++++++++++++--
1054  src/hb-font.h  |  8 ++++++--
1055  2 files changed, 42 insertions(+), 4 deletions(-)
1056
1057 commit 113393efec5e0c4c10c141a6d4b801d50fcd8ab8
1058 Author: Behdad Esfahbod <behdad@behdad.org>
1059 Date:   Sat Jan 21 15:12:03 2017 -0800
1060
1061     Remove a few unused includes
1062
1063  src/hb-face.cc      | 6 +-----
1064  src/hb-font.cc      | 7 -------
1065  src/hb-ot-layout.cc | 5 +----
1066  src/hb-ot-tag.cc    | 3 ---
1067  4 files changed, 2 insertions(+), 19 deletions(-)
1068
1069 commit 2d40923ca914c90304d07d6e7b9b1040c79c76fe
1070 Author: Behdad Esfahbod <behdad@behdad.org>
1071 Date:   Sat Jan 21 15:06:15 2017 -0800
1072
1073     Minor
1074
1075  src/hb-ot-math.cc | 2 +-
1076  1 file changed, 1 insertion(+), 1 deletion(-)
1077
1078 commit 8b2a58047095604dcdc576ecbe3e8c2ebb8f48f0
1079 Author: Behdad Esfahbod <behdad@behdad.org>
1080 Date:   Sat Jan 21 15:05:00 2017 -0800
1081
1082     [var] Add hb_font_set_var_coords_design()
1083
1084  src/hb-font.cc | 21 +++++++++++++++++++--
1085  src/hb-font.h  |  7 ++++++-
1086  2 files changed, 25 insertions(+), 3 deletions(-)
1087
1088 commit 0dcc7b49a830e2680d3e6d86d953efab85cef6ff
1089 Author: Behdad Esfahbod <behdad@behdad.org>
1090 Date:   Sat Jan 21 14:50:22 2017 -0800
1091
1092     [var] Minor lifecycle adjustment
1093
1094  src/hb-font.cc | 4 ++--
1095  1 file changed, 2 insertions(+), 2 deletions(-)
1096
1097 commit bf0d3a665baac9e33c0f774b22197c321b864c80
1098 Author: Behdad Esfahbod <behdad@behdad.org>
1099 Date:   Sat Jan 21 14:48:46 2017 -0800
1100
1101     [var] Add hb_font_get_var_coords_normalized()
1102
1103  src/hb-font.cc | 10 ++++++++++
1104  src/hb-font.h  |  4 ++++
1105  2 files changed, 14 insertions(+)
1106
1107 commit b3c0714b4bbb726b2b3e5e0416ac84cb5c6eb34e
1108 Author: Behdad Esfahbod <behdad@behdad.org>
1109 Date:   Fri Jan 20 20:30:03 2017 -0800
1110
1111     [var] Add hb_var_coord_t and parsing routines
1112
1113  src/hb-common.cc | 94
1114  +++++++++++++++++++++++++++++++++++++++++++++++++++++---
1115  src/hb-common.h  | 15 ++++++++-
1116  2 files changed, 103 insertions(+), 6 deletions(-)
1117
1118 commit 72364103bc9d910d19f23a3764d045af79d076d5
1119 Author: Behdad Esfahbod <behdad@behdad.org>
1120 Date:   Fri Jan 20 20:16:53 2017 -0800
1121
1122     Move code around
1123
1124  src/hb-common.cc | 250
1125  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1126  src/hb-common.h  |  18 ++++
1127  src/hb-shape.cc  | 248
1128  ------------------------------------------------------
1129  src/hb-shape.h   |  16 ----
1130  4 files changed, 268 insertions(+), 264 deletions(-)
1131
1132 commit 785982bf830723552270db5649abcb9f9f0b46b1
1133 Author: Behdad Esfahbod <behdad@behdad.org>
1134 Date:   Fri Jan 20 19:57:27 2017 -0800
1135
1136     [var] Flesh out some more
1137
1138  src/Makefile.am             |  2 ++
1139  src/hb-ot-var-fvar-table.hh | 69
1140  ++++++++++++++++++++++++++++++++-------------
1141  src/hb-ot-var.cc            | 39 ++++++++++++++++++++++++-
1142  src/hb-ot-var.h             | 21 +++++++++-----
1143  4 files changed, 104 insertions(+), 27 deletions(-)
1144
1145 commit 422c0c36c80145a2d993f80d5c7d3265e3d8357a
1146 Author: Behdad Esfahbod <behdad@behdad.org>
1147 Date:   Fri Jan 20 19:14:54 2017 -0800
1148
1149     [var] Flesh out a bit
1150
1151  src/hb-ot-var-fvar-table.hh | 72
1152  ++++++++++++++++++++++++++++++++++++---------
1153  src/hb-ot-var.h             | 10 ++++++-
1154  2 files changed, 67 insertions(+), 15 deletions(-)
1155
1156 commit b8376b10904e1772b8d34d852d1100ca7e2185e2
1157 Author: Behdad Esfahbod <behdad@behdad.org>
1158 Date:   Fri Jan 20 18:19:28 2017 -0800
1159
1160     Minor
1161
1162  src/hb-ft.cc | 2 +-
1163  1 file changed, 1 insertion(+), 1 deletion(-)
1164
1165 commit f2e73d37e77ccea8b948d1ecf5f11e7a699386dc
1166 Author: Behdad Esfahbod <behdad@behdad.org>
1167 Date:   Fri Jan 20 17:42:18 2017 -0800
1168
1169     [var] Remove over-optimization
1170
1171  src/hb-font.cc | 4 ----
1172  1 file changed, 4 deletions(-)
1173
1174 commit 469926cc45760cb681d44e5757b18b9bdd736189
1175 Author: Behdad Esfahbod <behdad@behdad.org>
1176 Date:   Fri Jan 20 17:40:46 2017 -0800
1177
1178     [var] Change double to float in API
1179
1180  src/hb-ot-var.h | 6 +++---
1181  1 file changed, 3 insertions(+), 3 deletions(-)
1182
1183 commit 55d42fd667b9c34a1109bb850bf2ea7322c01040
1184 Author: Behdad Esfahbod <behdad@behdad.org>
1185 Date:   Thu Jan 19 19:35:48 2017 -0800
1186
1187     Start adding hb-ot-var.h and implementation
1188
1189     Supports enumerating variation axes, normalizing values, etc.
1190
1191  src/Makefile.sources        |   3 +
1192  src/hb-ot-layout-private.hh |   6 ++
1193  src/hb-ot-layout.cc         |   4 ++
1194  src/hb-ot-var-fvar-table.hh | 133
1195  ++++++++++++++++++++++++++++++++++++++++++++
1196  src/hb-ot-var.cc            |  63 +++++++++++++++++++++
1197  src/hb-ot-var.h             |  81 +++++++++++++++++++++++++++
1198  src/hb-ot.h                 |   1 +
1199  7 files changed, 291 insertions(+)
1200
1201 commit 272b5115325b785e92ff5500d4bfc3a67490b6f8
1202 Author: Behdad Esfahbod <behdad@behdad.org>
1203 Date:   Thu Jan 19 19:33:07 2017 -0800
1204
1205     Minor
1206
1207  src/hb-ot-math.cc | 7 +++----
1208  1 file changed, 3 insertions(+), 4 deletions(-)
1209
1210 commit a8a5e81a52f56f5f8bf975dc4d9f79bede5d895b
1211 Author: Behdad Esfahbod <behdad@behdad.org>
1212 Date:   Thu Jan 19 16:55:04 2017 -0800
1213
1214     [test-ot-math] Add test with nil face/font
1215
1216  test/api/test-ot-math.c | 8 ++++++++
1217  1 file changed, 8 insertions(+)
1218
1219 commit 331d07bd40a3d9ff30db5cdf85fdc4f10f0fcb99
1220 Author: Behdad Esfahbod <behdad@behdad.org>
1221 Date:   Thu Jan 19 16:51:36 2017 -0800
1222
1223     Minor
1224
1225  test/api/test-ot-math.c | 3 +++
1226  1 file changed, 3 insertions(+)
1227
1228 commit b5ecf1bfa459a755e36bc4c7f545c7f803b7d016
1229 Author: Behdad Esfahbod <behdad@behdad.org>
1230 Date:   Thu Jan 19 16:50:29 2017 -0800
1231
1232     Fix warnings
1233
1234  test/api/test-ot-math.c | 18 ++++++++++--------
1235  1 file changed, 10 insertions(+), 8 deletions(-)
1236
1237 commit 2f2ceee1853649d1b2ad4315a38cd9c07659932a
1238 Author: Behdad Esfahbod <behdad@behdad.org>
1239 Date:   Thu Jan 19 16:48:01 2017 -0800
1240
1241     Minor
1242
1243  test/api/test-ot-math.c | 3 ++-
1244  1 file changed, 2 insertions(+), 1 deletion(-)
1245
1246 commit 2452543fdd383e62b8c4bc44b11bfd6796fc9963
1247 Author: Khaled Hosny <khaledhosny@eglug.org>
1248 Date:   Wed Jan 18 22:48:13 2017 +0200
1249
1250     [ot] Fix automatic fraction for RTL scripts (#405)
1251
1252     The numbers for right-to-left scripts are processed also from right to
1253     left, so the order of applying “numr” and “dnom” features
1254     should be
1255     reversed in such case.
1256
1257     Fixes https://github.com/behdad/harfbuzz/issues/395
1258
1259  src/hb-ot-shape.cc                                      |  16
1260  ++++++++++++++--
1261  test/shaping/Makefile.am                                |   1 +
1262  .../15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf        | Bin 0 ->
1263  4936 bytes
1264  test/shaping/tests/automatic-fractions.tests            |   3 +++
1265  4 files changed, 18 insertions(+), 2 deletions(-)
1266
1267 commit 1337428e4f8a2a4c78312c581bf4e96cd49d783f
1268 Author: Sascha Brawer <sascha@brawer.ch>
1269 Date:   Wed Jan 18 13:51:02 2017 +0100
1270
1271     Update language tags to OpenType 1.8.1 (#403)
1272
1273     Resolves https://github.com/behdad/harfbuzz/issues/324
1274
1275  src/hb-ot-tag.cc       | 77
1276  ++++++++++++++++++++++++++++++++++++++++++++------
1277  test/api/test-ot-tag.c | 58 +++++++++++++++++++++++++++++++++++++
1278  2 files changed, 126 insertions(+), 9 deletions(-)
1279
1280 commit 784d1180de19fbf4948f08ee2124277cc06066dd
1281 Author: Behdad Esfahbod <behdad@behdad.org>
1282 Date:   Wed Jan 11 11:58:13 2017 -0800
1283
1284     Fix build with clang
1285
1286  src/hb-open-type-private.hh | 4 ++--
1287  1 file changed, 2 insertions(+), 2 deletions(-)
1288
1289 commit 1f810daf1640f279c2f7aad8c312664cf2293987
1290 Author: Behdad Esfahbod <behdad@behdad.org>
1291 Date:   Mon Jan 9 23:50:56 2017 -0800
1292
1293     Port math table to hb_lazy_table_loader_t
1294
1295  src/hb-open-type-private.hh | 22 +++++++++++++++++-----
1296  src/hb-ot-layout-private.hh |  4 ++--
1297  src/hb-ot-layout.cc         |  7 +++----
1298  src/hb-ot-math.cc           | 17 +----------------
1299  4 files changed, 23 insertions(+), 27 deletions(-)
1300
1301 commit ebbcc1112229cde9ed469efdfeac7ef79dfcd834
1302 Author: Behdad Esfahbod <behdad@behdad.org>
1303 Date:   Mon Jan 9 22:45:25 2017 -0800
1304
1305     Add hb_lazy_table_loader_t
1306
1307  src/hb-open-type-private.hh | 40 ++++++++++++++++++++++++++++++++++++++++
1308  1 file changed, 40 insertions(+)
1309
1310 commit 1af9d924a474f210fda10b5e8ab6b388241aa0b5
1311 Author: Behdad Esfahbod <behdad@behdad.org>
1312 Date:   Mon Jan 9 22:22:37 2017 -0800
1313
1314     Move lazy-loader to more generic place
1315
1316  src/hb-open-type-private.hh | 47
1317  ++++++++++++++++++++++++++++++++++++++++++++
1318  src/hb-ot-font.cc           | 48
1319  ++-------------------------------------------
1320  2 files changed, 49 insertions(+), 46 deletions(-)
1321
1322 commit ac274331c285e1b42632870e150e1d66a9e21933
1323 Author: Behdad Esfahbod <behdad@behdad.org>
1324 Date:   Mon Jan 9 22:20:38 2017 -0800
1325
1326     In lazy-loading, remember allocation failure
1327
1328  src/hb-ot-font.cc | 8 +++++---
1329  1 file changed, 5 insertions(+), 3 deletions(-)
1330
1331 commit 29fb0cb727555ea60460d794a3c6f30179546af9
1332 Author: Behdad Esfahbod <behdad@behdad.org>
1333 Date:   Mon Jan 9 21:18:55 2017 -0800
1334
1335     Minor
1336
1337  src/hb-face-private.hh | 12 ++++++++----
1338  1 file changed, 8 insertions(+), 4 deletions(-)
1339
1340 commit 93ef684b9bc411b7642df3adeb2248ad6010ee66
1341 Author: Behdad Esfahbod <behdad@behdad.org>
1342 Date:   Mon Jan 9 21:11:00 2017 -0800
1343
1344     Rename hb-ot-layout-math-table.hh to hb-ot-math-table.hh
1345
1346  src/Makefile.sources                                    | 2 +-
1347  src/{hb-ot-layout-math-table.hh => hb-ot-math-table.hh} | 6 +++---
1348  src/hb-ot-math.cc                                       | 2 +-
1349  3 files changed, 5 insertions(+), 5 deletions(-)
1350
1351 commit 3b5263b0e9e23e56e14ce6a8498c21c5ce95cc35
1352 Author: Behdad Esfahbod <behdad@behdad.org>
1353 Date:   Mon Jan 9 15:49:08 2017 -0800
1354
1355     Typo
1356
1357  src/hb-ot-layout-math-table.hh | 2 +-
1358  1 file changed, 1 insertion(+), 1 deletion(-)
1359
1360 commit ebf927d3d4394159e480fec2042a0456df8dd0f4
1361 Author: ebraminio <ebrahim@gnu.org>
1362 Date:   Mon Jan 9 13:12:09 2017 +0330
1363
1364     Make UCDN default enabled (fixes #389) (#391)
1365
1366  win32/config-msvc.mak | 7 ++++---
1367  1 file changed, 4 insertions(+), 3 deletions(-)
1368
1369 commit 00adf9c8a4573a2b3ef61991197821af03bca310
1370 Author: Behdad Esfahbod <behdad@behdad.org>
1371 Date:   Mon Jan 9 00:00:49 2017 -0800
1372
1373     Minor
1374
1375     Should be enough to get -hangul.cc out of SOURCES in Firefox build:
1376     https://dxr.mozilla.org/mozilla-central/source/gfx/harfbuzz/src/moz.build
1377
1378     No one else should care!
1379
1380  src/hb-ot-shape-complex-hangul.cc | 2 +-
1381  1 file changed, 1 insertion(+), 1 deletion(-)
1382
1383 commit 7cf9952e7fc015d0b08d3de6c95357662d57ad8d
1384 Author: Behdad Esfahbod <behdad@behdad.org>
1385 Date:   Sun Jan 8 23:55:54 2017 -0800
1386
1387     [USE] Remove non-canonical decompositions
1388
1389     We have had added this in Indic shaper to assist shaping these
1390     scripts.
1391     In Universal Shaping Engine however, it is up to font designer to
1392     decompose them.  Hence moving them from Indic shaper to USE was
1393     wrong.
1394
1395     Fixup for f6ba63b2e8eb577385f70758efdd3b8408c8a9cb
1396
1397     Part of fixing https://github.com/behdad/harfbuzz/issues/387
1398
1399  src/hb-ot-shape-complex-use.cc | 22 ----------------------
1400  1 file changed, 22 deletions(-)
1401
1402 commit b435c7c46a46350771e837e87fee448fd9dc06d3
1403 Author: Khaled Hosny <khaledhosny@eglug.org>
1404 Date:   Fri Nov 11 02:16:39 2016 +0200
1405
1406     [graphite] Stop creating unused gr_face
1407
1408     It is unused after previous commit, hb_graphite2_font_get_gr_font()
1409     makes no sense now so deprecating it.
1410
1411  src/hb-graphite2.cc | 22 +++++-----------------
1412  src/hb-graphite2.h  |  4 ++++
1413  2 files changed, 9 insertions(+), 17 deletions(-)
1414
1415 commit 1b00a3b0488a5d1c6ede141ae0545e2eb9af0ed8
1416 Author: Khaled Hosny <khaledhosny@eglug.org>
1417 Date:   Sun Oct 30 20:16:41 2016 +0200
1418
1419     [graphite] Fix shaping with varying font sizes
1420
1421     Shape using design units and scale the output.
1422
1423     See https://bugs.documentfoundation.org/show_bug.cgi?id=103403#c7
1424
1425  src/hb-graphite2.cc | 27 +++++++++++++++------------
1426  1 file changed, 15 insertions(+), 12 deletions(-)
1427
1428 commit af596a5655ee2ed09da17a7de79f619e1547dcd9
1429 Author: Behdad Esfahbod <behdad@behdad.org>
1430 Date:   Thu Jan 5 20:24:41 2017 -0800
1431
1432     1.4.1
1433
1434  NEWS         | 10 ++++++++++
1435  configure.ac |  2 +-
1436  2 files changed, 11 insertions(+), 1 deletion(-)
1437
1438 commit 31f7b1bb94c2cef7ce58df52ddd1b09b42e8f596
1439 Author: Behdad Esfahbod <behdad@behdad.org>
1440 Date:   Thu Jan 5 20:20:06 2017 -0800
1441
1442     Add tests for USE using Marchen font and text
1443
1444     From http://www.babelstone.co.uk/Fonts/Marchen.html
1445
1446  test/shaping/Makefile.am                           |   1 +
1447  .../85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf   | Bin 0 -> 66936 bytes
1448  test/shaping/tests/use-marchen.tests               |  35
1449  +++++++++++++++++++++
1450  3 files changed, 36 insertions(+)
1451
1452 commit 53543f8b3e19456279c86f711feba42ce976668c
1453 Author: Behdad Esfahbod <behdad@behdad.org>
1454 Date:   Thu Jan 5 20:12:32 2017 -0800
1455
1456     Ship UCDN and use it by default
1457
1458     So we are not relying on version of Unicode data in glib...
1459
1460     Fixes https://github.com/behdad/harfbuzz/issues/386
1461     Fixes https://github.com/behdad/harfbuzz/issues/388
1462
1463  configure.ac      | 12 ++++++++----
1464  src/hb-unicode.cc |  6 +++---
1465  2 files changed, 11 insertions(+), 7 deletions(-)
1466
1467 commit f3397069479cae34e6bdc658e2875fb178b03e43
1468 Author: Behdad Esfahbod <behdad@behdad.org>
1469 Date:   Thu Jan 5 01:27:49 2017 -0800
1470
1471     1.4.0
1472
1473  NEWS         | 34 ++++++++++++++++++++++++++++++++++
1474  configure.ac |  2 +-
1475  2 files changed, 35 insertions(+), 1 deletion(-)
1476
1477 commit ae00af4a47587308969dfaf7baa93164d7842710
1478 Author: Frédéric Wang <fred.wang@free.fr>
1479 Date:   Tue Jan 3 05:55:09 2017 +0100
1480
1481     Move math-specific code from hb-ot-layout to hb-ot-math #235 (#384)
1482
1483  src/Makefile.sources |   1 +
1484  src/hb-ot-layout.cc  | 244 ---------------------------------------------
1485  src/hb-ot-math.cc    | 272
1486  +++++++++++++++++++++++++++++++++++++++++++++++++++
1487  3 files changed, 273 insertions(+), 244 deletions(-)
1488
1489 commit e053ccc5bb7268fe5900dd364d906638c58b2908
1490 Author: Behdad Esfahbod <behdad@behdad.org>
1491 Date:   Wed Dec 28 15:51:57 2016 -0500
1492
1493     Remove Android.mk
1494
1495     Android uses its own file these days and third-party developers should
1496     be using the autotools-based system against Android NDK.
1497
1498  Android.mk  | 107
1499  ------------------------------------------------------------
1500  Makefile.am |   1 -
1501  2 files changed, 108 deletions(-)
1502
1503 commit 6cff75394192a1ab0dda82981752ade532838333
1504 Author: Behdad Esfahbod <behdad@behdad.org>
1505 Date:   Wed Dec 28 13:46:21 2016 -0500
1506
1507     Remove Tibetan decomposition rules from Indic shaper
1508
1509     The decomposition is very obscure and unlikely to help
1510     any fonts.  Just remove it since Uniscribe probably doesn't
1511     do this either.
1512
1513     Fixes https://github.com/behdad/harfbuzz/issues/382
1514
1515  src/hb-ot-shape-complex-indic.cc | 4 ----
1516  1 file changed, 4 deletions(-)
1517
1518 commit f6ba63b2e8eb577385f70758efdd3b8408c8a9cb
1519 Author: Behdad Esfahbod <behdad@behdad.org>
1520 Date:   Wed Dec 28 13:45:32 2016 -0500
1521
1522     Port decompositions from Indic to USE shaper
1523
1524     Part of https://github.com/behdad/harfbuzz/issues/382
1525
1526  src/hb-ot-shape-complex-indic.cc | 16 ----------------
1527  src/hb-ot-shape-complex-use.cc   | 22 ++++++++++++++++++++++
1528  2 files changed, 22 insertions(+), 16 deletions(-)
1529
1530 commit e678b537f77954615721abd65fef28854f95dc5d
1531 Author: Behdad Esfahbod <behdad@behdad.org>
1532 Date:   Mon Dec 26 14:11:59 2016 -0500
1533
1534     [indic] Remove Chakma decomposition rule from Indic shaper
1535
1536     This is now added to USE:
1537     https://github.com/behdad/harfbuzz/pull/383
1538
1539     See:
1540     https://github.com/behdad/harfbuzz/issues/381
1541     https://github.com/behdad/harfbuzz/issues/382
1542
1543  src/hb-ot-shape-complex-indic.cc | 4 ----
1544  1 file changed, 4 deletions(-)
1545
1546 commit 49ba698124399373cea000d08e0e9fe5fc2396e8
1547 Author: jfkthame <jfkthame@gmail.com>
1548 Date:   Wed Dec 28 18:00:51 2016 +0000
1549
1550     [use] Special-case Chakma split-vowel decomp in the USE shaper. (#383)
1551
1552  src/hb-ot-shape-complex-use.cc | 21 ++++++++++++++++++++-
1553  1 file changed, 20 insertions(+), 1 deletion(-)
1554
1555 commit c4ca49d55b49c65e04f0b2acecacd6a5c70978f4
1556 Author: Behdad Esfahbod <behdad@behdad.org>
1557 Date:   Mon Dec 26 14:52:08 2016 -0500
1558
1559     Revert "[indic] Remove redundant Chakma decomposition rule"
1560
1561     This reverts commit 805f76fc002d703acfcc4c5727f0b4d1baecefaa.
1562
1563     Need to investigate why having this rule (with the reversed order)
1564     fixes decomposition as reported by punchcutter:
1565     https://github.com/behdad/harfbuzz/issues/381#issuecomment-269237796
1566
1567  src/hb-ot-shape-complex-indic.cc | 4 ++++
1568  1 file changed, 4 insertions(+)
1569
1570 commit 805f76fc002d703acfcc4c5727f0b4d1baecefaa
1571 Author: Behdad Esfahbod <behdad@behdad.org>
1572 Date:   Mon Dec 26 14:11:59 2016 -0500
1573
1574     [indic] Remove redundant Chakma decomposition rule
1575
1576     This was not used BTW since Chakma doesn't go through Indic shaper
1577     anymore.
1578
1579     See:
1580     https://github.com/behdad/harfbuzz/issues/381
1581     https://github.com/behdad/harfbuzz/issues/382
1582
1583  src/hb-ot-shape-complex-indic.cc | 4 ----
1584  1 file changed, 4 deletions(-)
1585
1586 commit 3cc48a46b56be06e6734aaabf37a4b521606380c
1587 Author: Behdad Esfahbod <behdad@behdad.org>
1588 Date:   Mon Dec 26 13:10:31 2016 -0500
1589
1590     [indix] Comment
1591
1592  src/hb-ot-shape-complex-indic.cc | 25 ++++++++++++++++++++++---
1593  1 file changed, 22 insertions(+), 3 deletions(-)
1594
1595 commit 7d1c5d8281b05a5c178ea3ae048b0062145968aa
1596 Author: nvelinov <nikola.velinov@rwth-aachen.de>
1597 Date:   Sat Dec 24 02:46:37 2016 +0100
1598
1599     Compilation Error for ASSERT_STATIC on Some Compilers (#380)
1600
1601     * this pointer in type definitions is not interpreted as a constant.
1602     This rule is not enforced strictly by all compilers, but the Green
1603     Hills Software compiler will regard this as an error.
1604
1605     * Merging branches for the DEFINE_SIZE_UNION macro
1606     Adding check for the existence of static_size field in the tested
1607     member.
1608
1609  src/hb-open-type-private.hh | 2 +-
1610  1 file changed, 1 insertion(+), 1 deletion(-)
1611
1612 commit e2b878055bb1c0b84e1f7cfbf3d3f80bfc6811ea
1613 Author: Behdad Esfahbod <behdad@behdad.org>
1614 Date:   Thu Dec 22 14:40:19 2016 -0600
1615
1616     Disable OTL processing for Hebrew if GPOS doesn't have Hebrew subtable
1617
1618     New approach to fix this:
1619     https://github.com/behdad/harfbuzz/commit/69f9fbc4200442a35484d3c790ae8f4979be5d60
1620
1621     Previous approach was reverted as it was too broad.  See context:
1622     https://github.com/behdad/harfbuzz/issues/347#issuecomment-267838368
1623
1624     With U+05E9,U+05B8,U+05C1,U+05DC and Arial Unicode, we now (correctly)
1625     disable
1626     GDEF and GPOS, so we get results very close to Uniscribe, but
1627     slightly different
1628     since our fallback position logic is not exactly the same:
1629
1630     Before:         [gid1166=3+991|gid1142=0+737|gid5798=0+1434]
1631     After:          [gid1166=3+991|gid1142=0@402,-26+0|gid5798=0+1434]
1632     Uniscribe:      [gid1166=3+991|gid1142=0@348,0+0|gid5798=0+1434]
1633
1634  src/hb-ot-shape-complex-arabic.cc  |  1 +
1635  src/hb-ot-shape-complex-default.cc |  1 +
1636  src/hb-ot-shape-complex-hangul.cc  |  1 +
1637  src/hb-ot-shape-complex-hebrew.cc  | 13 +++++++++++++
1638  src/hb-ot-shape-complex-indic.cc   |  1 +
1639  src/hb-ot-shape-complex-myanmar.cc |  2 ++
1640  src/hb-ot-shape-complex-private.hh |  8 ++++++++
1641  src/hb-ot-shape-complex-thai.cc    |  1 +
1642  src/hb-ot-shape-complex-tibetan.cc |  1 +
1643  src/hb-ot-shape-complex-use.cc     |  1 +
1644  src/hb-ot-shape.cc                 | 29 ++++++++++++++++-------------
1645  11 files changed, 46 insertions(+), 13 deletions(-)
1646
1647 commit 1a0f4aa6dfee69236b422f7c8825eff940f45c19
1648 Author: Behdad Esfahbod <behdad@behdad.org>
1649 Date:   Thu Dec 22 13:33:54 2016 -0600
1650
1651     Revert "Synthesize GDEF glyph class for any glyph that does not have
1652     one in GDEF"
1653
1654     This reverts commit 69f9fbc4200442a35484d3c790ae8f4979be5d60.
1655
1656     See
1657     https://github.com/behdad/harfbuzz/issues/347#issuecomment-268873401
1658     Fixes https://github.com/behdad/harfbuzz/issues/347
1659
1660  src/hb-ot-layout-gsub-table.hh | 22 ++--------------------
1661  src/hb-ot-shape.cc             | 29 +++++++++++++++++++++++++++++
1662  2 files changed, 31 insertions(+), 20 deletions(-)
1663
1664 commit 4b4a1b9f235598b04ce9ae1f9670fc978ab7620d
1665 Author: Behdad Esfahbod <behdad@behdad.org>
1666 Date:   Wed Dec 21 23:10:43 2016 -0600
1667
1668     Fix assert fail with contextual matching
1669
1670     As discovered by libFuzzer / Chromium fuzzing.
1671
1672     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=659496
1673     CC https://github.com/behdad/harfbuzz/issues/139
1674
1675  src/hb-ot-layout-gsubgpos-private.hh                     |   6 +++++-
1676  .../sha1sum/217a934cfe15c548b572c203dceb2befdf026462.ttf | Bin 0 ->
1677  1384 bytes
1678  test/shaping/tests/fuzzed.tests                          |   1 +
1679  3 files changed, 6 insertions(+), 1 deletion(-)
1680
1681 commit df98ce5fc8cf1dafd58c329975f07aafbeee3263
1682 Author: Behdad Esfahbod <behdad@behdad.org>
1683 Date:   Wed Dec 21 19:27:30 2016 -0600
1684
1685     Improve debug output with really deep nesting
1686
1687  src/hb-private.hh | 11 +++++++----
1688  1 file changed, 7 insertions(+), 4 deletions(-)
1689
1690 commit eab418c5e6fa34b90133862cc8ce11e617ce08bf
1691 Author: Behdad Esfahbod <behdad@behdad.org>
1692 Date:   Wed Dec 21 15:51:28 2016 -0600
1693
1694     Avoid infinite loop in CoverageFormat2 iteration with bad fonts
1695
1696     Fixes https://github.com/behdad/harfbuzz/issues/363
1697
1698  src/hb-ot-layout-common-private.hh | 29 ++++++++++++++++++-----------
1699  1 file changed, 18 insertions(+), 11 deletions(-)
1700
1701 commit a0688e8e7b58c156f5809c272b5884bfe75f68ae
1702 Author: Behdad Esfahbod <behdad@behdad.org>
1703 Date:   Tue Dec 20 20:52:50 2016 -0600
1704
1705     Ouch, finish previous change
1706
1707  test/fuzzing/Makefile.am  |  3 ++-
1708  test/fuzzing/hb-fuzzer.cc | 30 ++++--------------------------
1709  2 files changed, 6 insertions(+), 27 deletions(-)
1710
1711 commit de14c19d14be90367a1231de56dd347e3f54931c
1712 Author: Behdad Esfahbod <behdad@behdad.org>
1713 Date:   Tue Dec 20 20:50:38 2016 -0600
1714
1715     [fuzzer] Separate main() into a new file
1716
1717  test/fuzzing/hb-fuzzer.hh |  4 ++++
1718  test/fuzzing/main.cc      | 21 +++++++++++++++++++++
1719  2 files changed, 25 insertions(+)
1720
1721 commit 7ed71eb347c894c5b4b012bcca0816922c3052c2
1722 Author: Behdad Esfahbod <behdad@behdad.org>
1723 Date:   Tue Dec 20 15:01:16 2016 -0600
1724
1725     Protect collect_glyphs() and closure() against malicious DDOS fonts
1726
1727     Fixes https://github.com/behdad/harfbuzz/issues/363
1728
1729  src/hb-ot-layout-gsub-table.hh | 58
1730  ++++++++++++++++++++++++++++++++++--------
1731  1 file changed, 48 insertions(+), 10 deletions(-)
1732
1733 commit 1c98ff87c76536553e53c131e75aba33033ee3a0
1734 Author: Mike Hommey <mh@glandium.org>
1735 Date:   Fri Sep 30 18:15:37 2016 +0900
1736
1737     Support building with older glib versions
1738
1739     It is desirable to be able to build against older versions of glib.
1740
1741     fd7a245 changed the configure check to require glib > 2.38 for
1742     G_TEST_DIST. Before that, version 2.16 was required, but in fact,
1743     since aafe395, G_PASTE is being used, which was introduced in 2.19.1.
1744     And since 0ef179e2, hb-glib uses GBytes, which were introduced in
1745     2.31.10.
1746
1747     2.19.1 is rather old, but 2.38 is rather new. For Firefox, building
1748     against 2.22 is still supported, although we could probably get away
1749     with bumping that to 2.28. Either way, GBytes is not available.
1750
1751     Arguably, if you build against a glib that doesn't support GBytes,
1752     you're not going to use the hb_glib_blob_create function, so we hide
1753     the function when building against such a glib.
1754
1755     As for G_TEST_DIST, when building against versions of glib that don't
1756     support it, we can fallback to the previous behavior, which, AIUI, was
1757     just making the test not work when building in a separate directory.
1758
1759  configure.ac            | 2 +-
1760  src/hb-glib.cc          | 2 ++
1761  src/hb-glib.h           | 3 ++-
1762  test/api/test-ot-math.c | 4 ++++
1763  4 files changed, 9 insertions(+), 2 deletions(-)
1764
1765 commit ad273881c597a95929ce3b84f63865f9d7dcdb7e
1766 Author: Volker H. Simonis <volker.simonis@gmail.com>
1767 Date:   Wed Dec 14 18:56:17 2016 +0100
1768
1769     Minor fixes to pacify Coverity code scan
1770
1771     Fixes https://github.com/behdad/harfbuzz/pull/377
1772
1773  src/hb-ot-font.cc              |  6 +++++-
1774  src/hb-ot-layout-gpos-table.hh | 14 +++++++-------
1775  2 files changed, 12 insertions(+), 8 deletions(-)
1776
1777 commit 1e1825bf47aa29968f75a78305d4541ce2c9d40c
1778 Author: ebraminio <ebrahim@gnu.org>
1779 Date:   Sat Dec 17 10:30:40 2016 +0330
1780
1781     [dwrite] Provide an experimental API for justification (#279)
1782
1783  src/hb-directwrite.cc | 48
1784  ++++++++++++++++++++++++++++++++++++++++--------
1785  src/hb-directwrite.h  |  4 ++++
1786  2 files changed, 44 insertions(+), 8 deletions(-)
1787
1788 commit 4cd0cd67914db1da10906e40335faea7dbec1d0a
1789 Author: elmarb <elmar.braun@web.de>
1790 Date:   Wed Dec 7 11:50:27 2016 +0100
1791
1792     NMake ICU option builds with builtin ICU (#375)
1793
1794  win32/build-rules-msvc.mak  | 13 -------------
1795  win32/config-msvc.mak       | 37 ++++++++++++++++++++-----------------
1796  win32/create-lists-msvc.mak | 13 -------------
1797  win32/detectenv-msvc.mak    |  4 +++-
1798  win32/generate-msvc.mak     |  2 +-
1799  win32/info-msvc.mak         | 12 +++++-------
1800  win32/install.mak           |  4 ----
1801  7 files changed, 29 insertions(+), 56 deletions(-)
1802
1803 commit 75fa884f925c203a839b5874f30bf9ebf025b6e4
1804 Author: Khaled Hosny <khaledhosny@eglug.org>
1805 Date:   Mon Dec 5 23:20:47 2016 +0200
1806
1807     [win32] Fix wrong description of the ICU option (#372)
1808
1809  win32/README.txt | 4 +---
1810  1 file changed, 1 insertion(+), 3 deletions(-)
1811
1812 commit 219cb29c5d230ecc6ee154b447fabd7b59fbe089
1813 Author: Behdad Esfahbod <behdad@behdad.org>
1814 Date:   Wed Sep 28 17:16:06 2016 +0200
1815
1816     Fix build after rebasing opentype-gx branch on top of MATH table
1817
1818  src/hb-ot-layout-common-private.hh | 4 ++--
1819  1 file changed, 2 insertions(+), 2 deletions(-)
1820
1821 commit 0aedfd59be54972e61a952753ffc0d12631771fe
1822 Author: Behdad Esfahbod <behdad@behdad.org>
1823 Date:   Wed Sep 28 17:05:43 2016 +0200
1824
1825     [GX] Apply 'rvrn' feature before any other feature
1826
1827  src/hb-ot-shape.cc | 3 +++
1828  1 file changed, 3 insertions(+)
1829
1830 commit 42c81425316190f6424ecb9b19d5a886aa1e4136
1831 Author: Behdad Esfahbod <behdad@behdad.org>
1832 Date:   Tue Sep 13 23:49:46 2016 +0200
1833
1834     [GX] Fix build with older FreeType
1835
1836  configure.ac |  4 ++++
1837  src/hb-ft.cc | 12 ++++++++----
1838  2 files changed, 12 insertions(+), 4 deletions(-)
1839
1840 commit 72873cf522a6e3bec1b6508d8d20d3d2ce233cd6
1841 Author: Sascha Brawer <sascha@brawer.ch>
1842 Date:   Tue Sep 13 18:40:07 2016 +0200
1843
1844     Call hb_font_set_var_coords_normalized() from FT_Face coords
1845
1846  src/hb-ft.cc | 14 ++++++++++++++
1847  1 file changed, 14 insertions(+)
1848
1849 commit 4ebbeb7c50e5c1e934d230ceacf792602c6eb9b9
1850 Author: Behdad Esfahbod <behdad@behdad.org>
1851 Date:   Sat Sep 10 04:52:34 2016 -0700
1852
1853     [GX] Make FeatureVariations actually work
1854
1855     Yay!!!!
1856
1857  src/hb-ot-layout-common-private.hh   | 19 +++++++------------
1858  src/hb-ot-layout-gsubgpos-private.hh |  3 ++-
1859  2 files changed, 9 insertions(+), 13 deletions(-)
1860
1861 commit 72ada4f0c6998fc2a282efc2a573733e37db8be5
1862 Author: Behdad Esfahbod <behdad@behdad.org>
1863 Date:   Sat Sep 10 03:57:24 2016 -0700
1864
1865     [GX] Hook up feature variations
1866
1867     Shape-plan caching is not implemented.
1868
1869  src/hb-coretext.cc           |   8 +++-
1870  src/hb-directwrite.cc        |   6 ++-
1871  src/hb-fallback-shape.cc     |   4 +-
1872  src/hb-font.cc               |   6 +--
1873  src/hb-graphite2.cc          |   4 +-
1874  src/hb-ot-map-private.hh     |  17 +++++---
1875  src/hb-ot-map.cc             |  25 ++++++++---
1876  src/hb-ot-shape-private.hh   |   6 ++-
1877  src/hb-ot-shape.cc           |   9 ++--
1878  src/hb-shape-plan-private.hh |   9 +++-
1879  src/hb-shape-plan.cc         | 102
1880  +++++++++++++++++++++++++++++++++++++++----
1881  src/hb-shape-plan.h          |  19 ++++++++
1882  src/hb-shape.cc              |   5 ++-
1883  src/hb-uniscribe.cc          |   4 +-
1884  14 files changed, 183 insertions(+), 41 deletions(-)
1885
1886 commit ec87ba9ba32a374d49dd3e40137f75f4f4232aee
1887 Author: Behdad Esfahbod <behdad@behdad.org>
1888 Date:   Sat Sep 10 03:53:11 2016 -0700
1889
1890     [GX] Add hb_ot_layout_feature_with_variations_get_lookups()
1891
1892  src/hb-ot-layout-common-private.hh   | 30 +++++++++++++++++++++++++++++-
1893  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++++
1894  src/hb-ot-layout.cc                  | 28 ++++++++++++++++++++++++----
1895  src/hb-ot-layout.h                   |  9 +++++++++
1896  4 files changed, 74 insertions(+), 5 deletions(-)
1897
1898 commit 30c42b644eb33551aa0986287182a46f2d8c32ed
1899 Author: Behdad Esfahbod <behdad@behdad.org>
1900 Date:   Sat Sep 10 03:32:39 2016 -0700
1901
1902     [GX] Add hb_ot_layout_table_find_feature_variations()
1903
1904  src/hb-ot-layout-common-private.hh   | 18 +++++++++++-------
1905  src/hb-ot-layout-gsubgpos-private.hh |  6 +++---
1906  src/hb-ot-layout.cc                  | 15 +++++++++++++++
1907  src/hb-ot-layout.h                   | 10 ++++++++++
1908  4 files changed, 39 insertions(+), 10 deletions(-)
1909
1910 commit 7ceadbe981aa50481163bb365f0fe3f994266165
1911 Author: Behdad Esfahbod <behdad@behdad.org>
1912 Date:   Sat Sep 10 02:44:20 2016 -0700
1913
1914     Shuffle code around
1915
1916  src/hb-ot-map.cc | 81
1917  ++++++++++++++++++++++++++++----------------------------
1918  1 file changed, 41 insertions(+), 40 deletions(-)
1919
1920 commit bde5e3959c0ffdb92db87668035b01aaee9b2352
1921 Author: Behdad Esfahbod <behdad@behdad.org>
1922 Date:   Sat Sep 10 02:43:20 2016 -0700
1923
1924     Move add_lookups from map to map-builder
1925
1926     In prep for more changes.
1927
1928  src/hb-ot-map-private.hh | 15 ++++++++-------
1929  src/hb-ot-map.cc         | 29 +++++++++++++++--------------
1930  2 files changed, 23 insertions(+), 21 deletions(-)
1931
1932 commit 26648cebcd14bd26142ccfe5ac8c0be08a213671
1933 Author: Behdad Esfahbod <behdad@behdad.org>
1934 Date:   Sat Sep 10 02:11:05 2016 -0700
1935
1936     [GX] Remove (partial) support for anisotropic variations
1937
1938     It doesn't always work, not part of FreeType, and we were not going
1939     to expose it in the API anyway.  Can always be added later.
1940
1941  src/hb-font-private.hh             |  3 +--
1942  src/hb-font.cc                     | 17 ++++++-----------
1943  src/hb-ot-layout-common-private.hh |  9 ++++-----
1944  3 files changed, 11 insertions(+), 18 deletions(-)
1945
1946 commit c22176d4bac720b4c9121b3d6629595831f19fb0
1947 Author: Behdad Esfahbod <behdad@behdad.org>
1948 Date:   Sat Sep 10 01:58:27 2016 -0700
1949
1950     [GX] Handle setting var coords to NULL
1951
1952  src/hb-font.cc | 8 +++++---
1953  1 file changed, 5 insertions(+), 3 deletions(-)
1954
1955 commit 59055b5494f802013ca3613a15e565ae1ca0c589
1956 Author: Behdad Esfahbod <behdad@behdad.org>
1957 Date:   Sat Sep 10 01:24:28 2016 -0700
1958
1959     [GX] Implement Feature Variations
1960
1961     Not hooked up to shaper yet.
1962
1963  src/hb-ot-layout-common-private.hh   | 168
1964  ++++++++++++++++++++++++++++++++++-
1965  src/hb-ot-layout-gdef-table.hh       |   1 -
1966  src/hb-ot-layout-gpos-table.hh       |   2 -
1967  src/hb-ot-layout-gsub-table.hh       |   2 -
1968  src/hb-ot-layout-gsubgpos-private.hh |  15 +++-
1969  5 files changed, 180 insertions(+), 8 deletions(-)
1970
1971 commit 85ec4944346a1ac111217698e1424669a9732280
1972 Author: Behdad Esfahbod <behdad@behdad.org>
1973 Date:   Sat Sep 10 00:25:16 2016 -0700
1974
1975     [GX] Fix another x/y thinko
1976
1977     Thanks Werner!
1978
1979  src/hb-ot-layout-common-private.hh | 2 +-
1980  1 file changed, 1 insertion(+), 1 deletion(-)
1981
1982 commit cf3de4d8f79fc6e8413957cdef034e975343ce30
1983 Author: Behdad Esfahbod <behdad@behdad.org>
1984 Date:   Sat Sep 10 00:22:24 2016 -0700
1985
1986     [GX] Rename VarStore to VariationStore
1987
1988  src/hb-ot-layout-common-private.hh   | 12 ++++++------
1989  src/hb-ot-layout-gdef-table.hh       | 14 +++++++-------
1990  src/hb-ot-layout-gpos-table.hh       |  2 +-
1991  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
1992  4 files changed, 15 insertions(+), 15 deletions(-)
1993
1994 commit 1f6ed356e0a849b61ce98b6a2f38d04d98c2191e
1995 Author: Behdad Esfahbod <behdad@behdad.org>
1996 Date:   Sat Sep 10 00:01:10 2016 -0700
1997
1998     [GX] Fix build with some compilers
1999
2000     Eg.
2001     https://ci.appveyor.com/project/behdad/harfbuzz/build/1.0.48/job/o9mnd33kcdeeg30r
2002
2003     hb-open-type-private.hh:103:29: error: static data member
2004     'OT::Device::<anonymous union>::<anonymous struct>::static_size'
2005     in unnamed class [-fpermissive]
2006
2007  src/hb-ot-layout-common-private.hh | 19 ++++++++++++-------
2008  1 file changed, 12 insertions(+), 7 deletions(-)
2009
2010 commit 250bcd6fb691d6f15fa9ca71b475ce419d0b5e37
2011 Author: Behdad Esfahbod <behdad@behdad.org>
2012 Date:   Fri Sep 9 23:12:14 2016 -0700
2013
2014     [GX] Skip tail zero entries when setting variation coordinates
2015
2016  src/hb-font.cc | 4 ++++
2017  1 file changed, 4 insertions(+)
2018
2019 commit 1124d2ece55e323ed934357b30e68df75829cfaa
2020 Author: Behdad Esfahbod <behdad@behdad.org>
2021 Date:   Fri Sep 9 22:48:27 2016 -0700
2022
2023     [GX] Fix thinko
2024
2025  src/hb-ot-layout-common-private.hh | 1 -
2026  src/hb-ot-layout-gpos-table.hh     | 2 +-
2027  2 files changed, 1 insertion(+), 2 deletions(-)
2028
2029 commit ad69e8f07c6e3e47fe7e7103c2ff7c053d272b1a
2030 Author: Behdad Esfahbod <behdad@behdad.org>
2031 Date:   Fri Sep 9 22:23:34 2016 -0700
2032
2033     [GX] Add new API hb_font_set_var_coords_normalized()
2034
2035     Will probably change.
2036
2037  src/hb-font.cc | 23 +++++++++++++++++++++++
2038  src/hb-font.h  |  5 +++++
2039  2 files changed, 28 insertions(+)
2040
2041 commit 151d93de8a595924a8dcb00fcba648b4b3df0bf5
2042 Author: Behdad Esfahbod <behdad@behdad.org>
2043 Date:   Fri Sep 9 17:03:11 2016 -0700
2044
2045     [GX] Hook up GPOS to Variation Store stored in GDEF
2046
2047     Untested.
2048
2049  src/hb-ot-layout-common-private.hh   | 22 ++++++++++----------
2050  src/hb-ot-layout-gdef-table.hh       | 27 +++++++++++++++---------
2051  src/hb-ot-layout-gpos-table.hh       | 40
2052  ++++++++++++++++--------------------
2053  src/hb-ot-layout-gsubgpos-private.hh |  2 ++
2054  4 files changed, 48 insertions(+), 43 deletions(-)
2055
2056 commit dcfd309533ac83e44369dea7204d668623b08207
2057 Author: Behdad Esfahbod <behdad@behdad.org>
2058 Date:   Fri Sep 9 16:51:07 2016 -0700
2059
2060     [GX] Change GDEF API to return varStore
2061
2062  src/hb-ot-layout-gdef-table.hh | 5 ++---
2063  1 file changed, 2 insertions(+), 3 deletions(-)
2064
2065 commit 49cb87850c2692be45b201168c8ce10b263168cc
2066 Author: Behdad Esfahbod <behdad@behdad.org>
2067 Date:   Fri Sep 9 16:27:03 2016 -0700
2068
2069     [GX] Pass apply-context down to get_anchor()
2070
2071     Needed to access GDEF for varStore.
2072
2073  src/hb-ot-layout-gpos-table.hh | 57
2074  ++++++++++++++++++++++--------------------
2075  1 file changed, 30 insertions(+), 27 deletions(-)
2076
2077 commit f0c3fd8c9ab402be923fe0845fb51d99841829b6
2078 Author: Behdad Esfahbod <behdad@behdad.org>
2079 Date:   Fri Sep 9 16:22:45 2016 -0700
2080
2081     [GX] Add varStore member to GDEF
2082
2083     Still not hooked up from GPOS.
2084
2085  src/hb-ot-layout-gdef-table.hh | 17 ++++++++++++++---
2086  1 file changed, 14 insertions(+), 3 deletions(-)
2087
2088 commit 5c971f8dbc823dbad4a2869cf9e835095ab6ddb2
2089 Author: Behdad Esfahbod <behdad@behdad.org>
2090 Date:   Fri Sep 9 16:05:17 2016 -0700
2091
2092     Minor change to GDEF, in prep for new version
2093
2094  src/hb-ot-layout-gdef-table.hh | 10 +++++-----
2095  1 file changed, 5 insertions(+), 5 deletions(-)
2096
2097 commit dc9f2297998b4cbc4f9e4c2591fc2bb5f92986d1
2098 Author: Behdad Esfahbod <behdad@behdad.org>
2099 Date:   Fri Sep 9 15:40:15 2016 -0700
2100
2101     [GX] Port variation stuff to Variation Store design
2102
2103     Not hooked up to GDEF yet.
2104
2105  src/hb-ot-layout-common-private.hh | 294
2106  +++++++++++++++++++++++--------------
2107  src/hb-ot-layout-gpos-table.hh     |   2 +-
2108  2 files changed, 184 insertions(+), 112 deletions(-)
2109
2110 commit a7edeb6f02cbc4418285fdfc58ef8a8740a380e9
2111 Author: Behdad Esfahbod <behdad@behdad.org>
2112 Date:   Fri Sep 9 15:39:52 2016 -0700
2113
2114     Make OffsetArrayOf take OffsetType template argument
2115
2116  src/hb-open-type-private.hh | 4 ++--
2117  1 file changed, 2 insertions(+), 2 deletions(-)
2118
2119 commit 8dddc231cf9d934eb93a39f2657717cbdad43a64
2120 Author: Behdad Esfahbod <behdad@behdad.org>
2121 Date:   Fri Sep 9 13:17:33 2016 -0700
2122
2123     [GX] Revert "[GX] Add VariationAlternates, to allow conditional
2124     lookups in GSUB/GPOS"
2125
2126     This reverts commit 2859f1c7174d6f7ae5dcf0db5411bc0182b21594.
2127     We are going in a different direction.
2128
2129  src/hb-open-type-private.hh        |  1 -
2130  src/hb-ot-layout-common-private.hh | 99
2131  +-------------------------------------
2132  2 files changed, 2 insertions(+), 98 deletions(-)
2133
2134 commit bb4d2e6ed562c248fff15313a013d49e38a18789
2135 Author: Behdad Esfahbod <behdad@behdad.org>
2136 Date:   Fri Sep 9 13:08:52 2016 -0700
2137
2138     [GX] Free GX coordinates
2139
2140  src/hb-font.cc | 5 ++++-
2141  1 file changed, 4 insertions(+), 1 deletion(-)
2142
2143 commit baa329c6a12c7ffd56feed32351d9405b7d1651b
2144 Author: Behdad Esfahbod <behdad@behdad.org>
2145 Date:   Fri Mar 18 15:52:24 2016 -0700
2146
2147     [GX] Add compact VariationDevice implementation
2148
2149     Add compact format that uses signed bytes instead of shorts.
2150
2151  src/hb-open-type-private.hh        |  1 +
2152  src/hb-ot-layout-common-private.hh | 35
2153  ++++++++++++++++++++++++-----------
2154  2 files changed, 25 insertions(+), 11 deletions(-)
2155
2156 commit 71b06fd392680b6fcfece60d8a83ba6c56eada09
2157 Author: Behdad Esfahbod <behdad@behdad.org>
2158 Date:   Sat Mar 12 23:49:09 2016 -0800
2159
2160     [GX] Add VariationAlternates, to allow conditional lookups in
2161     GSUB/GPOS
2162
2163     Not hooked up to runtime yet.
2164
2165  src/hb-open-type-private.hh        |  1 +
2166  src/hb-ot-layout-common-private.hh | 99
2167  +++++++++++++++++++++++++++++++++++++-
2168  2 files changed, 98 insertions(+), 2 deletions(-)
2169
2170 commit 976eeb8e025e2b7601a91e661d6e9a88bf8afbd2
2171 Author: Behdad Esfahbod <behdad@behdad.org>
2172 Date:   Sat Mar 12 23:28:12 2016 -0800
2173
2174     [GX] Minor
2175
2176  src/hb-ot-layout-common-private.hh | 3 +--
2177  1 file changed, 1 insertion(+), 2 deletions(-)
2178
2179 commit ed8a9067ca0fe51ac4b80dab55db596763df72bb
2180 Author: Behdad Esfahbod <behdad@behdad.org>
2181 Date:   Wed Mar 2 12:54:35 2016 -0800
2182
2183     [GX] Minor
2184
2185  src/hb-ot-layout-common-private.hh | 3 ++-
2186  1 file changed, 2 insertions(+), 1 deletion(-)
2187
2188 commit 15c5ee67473a17859a919104c5e6fed1f813aa65
2189 Author: Behdad Esfahbod <behdad@behdad.org>
2190 Date:   Wed Mar 2 12:41:49 2016 +0900
2191
2192     [GX] Minor rename
2193
2194  src/hb-ot-layout-common-private.hh | 6 +++---
2195  1 file changed, 3 insertions(+), 3 deletions(-)
2196
2197 commit 4c535a822f16b23a4e41e14d1b17fe179b83eabc
2198 Author: Behdad Esfahbod <behdad@behdad.org>
2199 Date:   Wed Mar 2 12:21:36 2016 +0900
2200
2201     [GX] Hookup VariationDevice to Device table implementation
2202
2203  src/hb-ot-layout-common-private.hh | 65
2204  +++++++++++++++++++++++++++++++++++++-
2205  1 file changed, 64 insertions(+), 1 deletion(-)
2206
2207 commit a0c2366075fcb894212b9bf137e4dd34bb65537c
2208 Author: Behdad Esfahbod <behdad@behdad.org>
2209 Date:   Tue Mar 1 19:42:24 2016 +0900
2210
2211     [GX] Break out early if factor is zero
2212
2213     Also disable sanity-checking of variation records.
2214
2215  src/hb-ot-layout-common-private.hh | 9 ++++++++-
2216  1 file changed, 8 insertions(+), 1 deletion(-)
2217
2218 commit ca286703164caf1eda665f6f27ef83bf04e2f8ba
2219 Author: Behdad Esfahbod <behdad@behdad.org>
2220 Date:   Tue Mar 1 19:29:36 2016 +0900
2221
2222     [GX] Towards anisotropic interpolation
2223
2224     Also hookup to ValueRecord and Anchors.
2225
2226  src/hb-font-private.hh             |  5 +++--
2227  src/hb-font.cc                     |  9 +++++++--
2228  src/hb-ot-layout-common-private.hh |  4 ++--
2229  src/hb-ot-layout-gpos-table.hh     | 20 ++++++++++----------
2230  4 files changed, 22 insertions(+), 16 deletions(-)
2231
2232 commit 6d9d3c55bbd4209ba339ccd2b925bb4a6c97f622
2233 Author: Behdad Esfahbod <behdad@behdad.org>
2234 Date:   Tue Mar 1 19:12:08 2016 +0900
2235
2236     [GX] Add data types for encoding numerical variations
2237
2238  src/hb-font-private.hh             |  10 ++++
2239  src/hb-font.cc                     |   3 +
2240  src/hb-ot-layout-common-private.hh | 113
2241  +++++++++++++++++++++++++++++++++++++
2242  3 files changed, 126 insertions(+)
2243
2244 commit b843c6d8b66c2833cd35407ee494546465e6d775
2245 Author: Behdad Esfahbod <behdad@behdad.org>
2246 Date:   Mon Dec 5 13:42:28 2016 -0800
2247
2248     1.3.4
2249
2250  NEWS         | 8 ++++++++
2251  configure.ac | 2 +-
2252  2 files changed, 9 insertions(+), 1 deletion(-)
2253
2254 commit 8c842e4a44908cce0f416481c73dc0866a0a9c95
2255 Author: Behdad Esfahbod <behdad@behdad.org>
2256 Date:   Sun Dec 4 20:28:38 2016 -0800
2257
2258     [hb-fuzzer] Get glyph extents for output glyphs
2259
2260     To exercise glyph-extents codepaths (glyf / CBLC+CBDT).
2261
2262  test/fuzzing/hb-fuzzer.cc | 13 +++++++++++++
2263  1 file changed, 13 insertions(+)
2264
2265 commit 9f6144cdb9dd2bc8cd147306e678d76ae82663d8
2266 Author: Behdad Esfahbod <behdad@behdad.org>
2267 Date:   Sun Dec 4 19:55:17 2016 -0800
2268
2269     [CBDT] Add test for fetching glyph extents
2270
2271  test/shaping/Makefile.am                                 |   1 +
2272  .../sha1sum/ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf | Bin 0 ->
2273  3724 bytes
2274  test/shaping/tests/color-fonts.tests                     |   1 +
2275  3 files changed, 2 insertions(+)
2276
2277 commit e4bfccfb2a0f425ff69b0a50ca8a4731c4001069
2278 Author: Behdad Esfahbod <behdad@behdad.org>
2279 Date:   Sun Dec 4 19:43:33 2016 -0800
2280
2281     [CBDT] Minor
2282
2283  src/hb-ot-cbdt-table.hh | 21 ++++++++++++++-------
2284  src/hb-ot-font.cc       | 38 ++++++++++++++++++++------------------
2285  2 files changed, 34 insertions(+), 25 deletions(-)
2286
2287 commit b7068af423dba30fd831041aabf4b805d26fe349
2288 Author: Behdad Esfahbod <behdad@behdad.org>
2289 Date:   Sun Dec 4 19:36:30 2016 -0800
2290
2291     [CBDT] Fix thinko!
2292
2293  src/hb-ot-cbdt-table.hh | 2 +-
2294  1 file changed, 1 insertion(+), 1 deletion(-)
2295
2296 commit a141d1da9bb0f91521a9a7749f9533c75cfe6a2f
2297 Author: Behdad Esfahbod <behdad@behdad.org>
2298 Date:   Sun Dec 4 19:26:54 2016 -0800
2299
2300     [CBDT] Implement IndexSubtableFormat3
2301
2302  src/hb-ot-cbdt-table.hh | 11 +++++++++--
2303  1 file changed, 9 insertions(+), 2 deletions(-)
2304
2305 commit 9eda74c92c9024ffb8ec6e9344c99d51dd763f0c
2306 Author: Behdad Esfahbod <behdad@behdad.org>
2307 Date:   Sun Dec 4 19:12:52 2016 -0800
2308
2309     [cbdt] Move some more code around
2310
2311  src/hb-ot-cbdt-table.hh | 61
2312  ++++++++++++++++++++++++++++++++++---------------
2313  src/hb-ot-font.cc       | 18 ++++++---------
2314  2 files changed, 49 insertions(+), 30 deletions(-)
2315
2316 commit 654f9ab0d8d5ee032b5da763e34e7b1f454416b9
2317 Author: Behdad Esfahbod <behdad@behdad.org>
2318 Date:   Sun Dec 4 18:56:24 2016 -0800
2319
2320     [cbdt] Fix sign bug
2321
2322     Was introduced in d495fc5e38038f4cfb20425b1109324fa70bf2f9
2323
2324  src/hb-ot-cbdt-table.hh | 2 +-
2325  1 file changed, 1 insertion(+), 1 deletion(-)
2326
2327 commit c27d6fcf8db6f02e075dd1868ae67d878fff39d4
2328 Author: Behdad Esfahbod <behdad@behdad.org>
2329 Date:   Fri Dec 2 22:43:05 2016 -0800
2330
2331     [cbdt] Last of sanitization fixes
2332
2333     Should be all good now..
2334
2335  src/hb-ot-font.cc | 23 ++++++++++++++++-------
2336  1 file changed, 16 insertions(+), 7 deletions(-)
2337
2338 commit d495fc5e38038f4cfb20425b1109324fa70bf2f9
2339 Author: Behdad Esfahbod <behdad@behdad.org>
2340 Date:   Fri Dec 2 21:36:42 2016 -0800
2341
2342     [cbdt] Clean up some more
2343
2344     Almost there..
2345
2346  src/hb-ot-cbdt-table.hh | 134
2347  +++++++++++++++++++++++++++++++++++++++++++-----
2348  src/hb-ot-font.cc       |  38 ++++----------
2349  2 files changed, 131 insertions(+), 41 deletions(-)
2350
2351 commit ce09e90e1502d5f944bafd64e51c29e365a963ae
2352 Author: Behdad Esfahbod <behdad@behdad.org>
2353 Date:   Fri Dec 2 20:12:57 2016 -0800
2354
2355     [cbdt] More sanitize work
2356
2357  src/hb-ot-cbdt-table.hh | 65
2358  +++++++++++++++++++++++++++++--------------------
2359  src/hb-ot-font.cc       | 46 ++++++++++++++++++----------------
2360  2 files changed, 63 insertions(+), 48 deletions(-)
2361
2362 commit 70eb2ff682344688635cebb716fee0b73557c925
2363 Author: Behdad Esfahbod <behdad@behdad.org>
2364 Date:   Fri Dec 2 19:51:23 2016 -0800
2365
2366     Check for offset overflows during sanitize
2367
2368  src/hb-open-type-private.hh | 2 ++
2369  1 file changed, 2 insertions(+)
2370
2371 commit 4b58c9e326acde09d389c699014e4e7f6259f50a
2372 Author: Behdad Esfahbod <behdad@behdad.org>
2373 Date:   Fri Dec 2 19:25:54 2016 -0800
2374
2375     [cbdt] Start fixing sanitization (or lack thereof)
2376
2377  src/hb-ot-cbdt-table.hh | 77
2378  ++++++++++++++++++++++++++++++++++++-------------
2379  src/hb-ot-font.cc       | 22 +++++++-------
2380  2 files changed, 68 insertions(+), 31 deletions(-)
2381
2382 commit b92ba7bafcd9545a401fb871eb342e6284032c47
2383 Author: Behdad Esfahbod <behdad@behdad.org>
2384 Date:   Fri Dec 2 15:21:43 2016 -0800
2385
2386     [CBDT] Use CHAR instead of int8_t
2387
2388  src/hb-open-type-private.hh |  1 +
2389  src/hb-ot-cbdt-table.hh     | 28 ++++++++++++++--------------
2390  2 files changed, 15 insertions(+), 14 deletions(-)
2391
2392 commit efca7bf97f9967af4fa399a6665b723af643cecd
2393 Author: Behdad Esfahbod <behdad@behdad.org>
2394 Date:   Fri Dec 2 15:11:37 2016 -0800
2395
2396     Rename 'ebdt' to 'cbdt' since we only support the PNG format
2397
2398  src/Makefile.sources                             |  2 +-
2399  src/{hb-ot-ebdt-table.hh => hb-ot-cbdt-table.hh} |  6 +++---
2400  src/hb-ot-font.cc                                | 12 ++++++------
2401  3 files changed, 10 insertions(+), 10 deletions(-)
2402
2403 commit 831852594b777f250efedb76d19bee1cfc8eeaa4
2404 Author: Seigo Nonaka <nona@google.com>
2405 Date:   Fri Dec 2 15:03:50 2016 -0800
2406
2407     Introduce get_extent support for color bitmap font. (#351)
2408
2409     hb_font_get_glyph_extents now works for color bitmap fonts.
2410     Currently only font having index format 1 and image format 17
2411     is supported.
2412
2413  src/Makefile.sources    |   1 +
2414  src/hb-ot-ebdt-table.hh | 193
2415  ++++++++++++++++++++++++++++++++++++++++++++++++
2416  src/hb-ot-font.cc       |  96 ++++++++++++++++++++++++
2417  3 files changed, 290 insertions(+)
2418
2419 commit 261837e7202ec584f653f379851e1c6457396b07
2420 Author: Ebrahim Byagowi <ebrahim@gnu.org>
2421 Date:   Fri Oct 28 21:49:11 2016 +0330
2422
2423     Fix "nmake install" when ADDITIONAL_LIB_DIR is provided and test it
2424     on CI (#356)
2425
2426  appveyor.yml             | 1 +
2427  win32/detectenv-msvc.mak | 4 ++--
2428  win32/generate-msvc.mak  | 2 +-
2429  3 files changed, 4 insertions(+), 3 deletions(-)
2430
2431 commit d163cd956246449e3e48b54ce6eb5cdb14e3a0a6
2432 Author: Behdad Esfahbod <behdad@behdad.org>
2433 Date:   Wed Oct 26 18:27:48 2016 +0200
2434
2435     [tests] Add tests for vertical origin with ft and ot font-funcs
2436
2437  .../sha1sum/f9b1dd4dcb515e757789a22cb4241107746fd3d0.ttf | Bin 0 ->
2438  1004 bytes
2439  test/shaping/tests/vertical.tests                        |   2 ++
2440  2 files changed, 2 insertions(+)
2441
2442 commit 2b117720c03869c7714304fd7fbfb2b01199bb3a
2443 Author: Behdad Esfahbod <behdad@behdad.org>
2444 Date:   Wed Oct 26 18:12:50 2016 +0200
2445
2446     Use horizontal ascent as fallback vertical origin
2447
2448  src/hb-font-private.hh | 7 ++++---
2449  1 file changed, 4 insertions(+), 3 deletions(-)
2450
2451 commit a7b32f2057098012b3ab43121397766ae45b3559
2452 Author: Behdad Esfahbod <behdad@behdad.org>
2453 Date:   Wed Oct 26 18:08:41 2016 +0200
2454
2455     Move code around
2456
2457  src/hb-font-private.hh | 38 +++++++++++++++++++++++---------------
2458  1 file changed, 23 insertions(+), 15 deletions(-)
2459
2460 commit 63635c763dd9393df236f49d491510cca18a1ccc
2461 Author: Behdad Esfahbod <behdad@behdad.org>
2462 Date:   Wed Oct 26 17:54:04 2016 +0200
2463
2464     [hb-ot-font] Use ascent+descent as fallback vertical advance
2465
2466  src/hb-ot-font.cc | 8 +++++---
2467  1 file changed, 5 insertions(+), 3 deletions(-)
2468
2469 commit 9ee23c49a7a7b2479ae0d36a64720e92eb8a36e7
2470 Author: Behdad Esfahbod <behdad@behdad.org>
2471 Date:   Wed Oct 26 17:44:16 2016 +0200
2472
2473     Fix vertical glyph origin with hb-ot-font
2474
2475  src/hb-font-private.hh | 51
2476  ++++++++++++++++++++++++++++----------------------
2477  1 file changed, 29 insertions(+), 22 deletions(-)
2478
2479 commit b3b0816d5fc00298621f738cf400de60f8a42c5d
2480 Author: Behdad Esfahbod <behdad@behdad.org>
2481 Date:   Wed Oct 26 17:19:07 2016 +0200
2482
2483     Fix vertical font metrics
2484
2485     Ouch!
2486
2487  src/hb-font-private.hh | 4 ++--
2488  src/hb-ot-font.cc      | 8 ++++++--
2489  2 files changed, 8 insertions(+), 4 deletions(-)
2490
2491 commit 966ac7ecd3d0128a3adacdd26aacef2bd8afa4d4
2492 Author: Behdad Esfahbod <behdad@behdad.org>
2493 Date:   Wed Oct 26 16:17:15 2016 +0200
2494
2495     1.3.3
2496
2497  NEWS         | 24 ++++++++++++++++++++++++
2498  configure.ac |  2 +-
2499  2 files changed, 25 insertions(+), 1 deletion(-)
2500
2501 commit 118164293cc7eb18ba03896f602aff816400134b
2502 Author: Behdad Esfahbod <behdad@behdad.org>
2503 Date:   Wed Oct 26 16:04:30 2016 +0200
2504
2505     Fix "make distcheck"
2506
2507  configure.ac | 3 +--
2508  1 file changed, 1 insertion(+), 2 deletions(-)
2509
2510 commit b6c765871b752c9436ec993e47b48f9d4fecaed5
2511 Author: Behdad Esfahbod <behdad@behdad.org>
2512 Date:   Wed Oct 26 10:33:33 2016 +0200
2513
2514     [ci] Fix appveyor.yml syntax error
2515
2516  appveyor.yml | 2 +-
2517  1 file changed, 1 insertion(+), 1 deletion(-)
2518
2519 commit 0e79ebb3ca9b7b6d238a0007e5ca022845ee9afc
2520 Author: Behdad Esfahbod <behdad@behdad.org>
2521 Date:   Sun Oct 23 14:39:43 2016 +0200
2522
2523     [gobject] Update for new MATH structs
2524
2525  src/hb-gobject-structs.cc | 3 +++
2526  1 file changed, 3 insertions(+)
2527
2528 commit 8c854dc023b1f9e081a3bbd16416b88a4671c267
2529 Merge: bb9805f5 c3fa5d0e
2530 Author: Khaled Hosny <khaledhosny@eglug.org>
2531 Date:   Tue Oct 25 00:31:36 2016 +0300
2532
2533     Merge pull request #352 from fred-wang/makefile-am
2534
2535     Remove inexistent file ttx file from test/api/Makefile.am
2536
2537 commit c3fa5d0e03b57be131c66ea8720806c946d0e10f
2538 Author: Frédéric Wang <fred.wang@free.fr>
2539 Date:   Mon Oct 24 21:42:04 2016 +0200
2540
2541     Remove inexistent file ttx file from test/api/Makefile.am
2542
2543  test/api/Makefile.am | 1 -
2544  1 file changed, 1 deletion(-)
2545
2546 commit bb9805f5419f18c7f5cab32d660fd4109c30f7cc
2547 Merge: 702d9f52 755a0c20
2548 Author: Ebrahim Byagowi <ebrahim@gnu.org>
2549 Date:   Sat Oct 22 12:23:05 2016 +0330
2550
2551     Merge pull request #349 from ebraminio/mergebackvcpkgpatches
2552
2553     [ci] Enable hb-freetype on Windows build tests
2554
2555 commit 755a0c20798e3c3e6bb933a28e38f9667fccdadc
2556 Author: Ebrahim Byagowi <ebrahim@gnu.org>
2557 Date:   Fri Oct 21 11:48:58 2016 +0330
2558
2559     [ci] Enable freetype on msvc using vcpkg
2560
2561  appveyor.yml | 15 +++++++++++++--
2562  1 file changed, 13 insertions(+), 2 deletions(-)
2563
2564 commit 4631d84c2bb51395efe3156f9c9f1a6b0e277947
2565 Author: Ebrahim Byagowi <ebrahim@gnu.org>
2566 Date:   Tue Oct 18 14:30:00 2016 +0330
2567
2568     Merge back @vlj's local patches of vcpkg
2569
2570  win32/config-msvc.mak    | 7 +++++++
2571  win32/detectenv-msvc.mak | 3 +++
2572  2 files changed, 10 insertions(+)
2573
2574 commit 702d9f522d1ac4797700f0ea056f69169b8d1a78
2575 Merge: 331c46c7 d8e2eb9e
2576 Author: Ebrahim Byagowi <ebrahim@gnu.org>
2577 Date:   Fri Oct 14 13:54:55 2016 +0330
2578
2579     Merge pull request #340 from ebraminio/nouniscribe
2580
2581     Make Uniscribe optional on nmake win32 builds
2582
2583 commit d8e2eb9ee0f47af7e90056d8db5949d10a88786a
2584 Author: Ebrahim Byagowi <ebrahim@gnu.org>
2585 Date:   Sun Oct 9 09:06:05 2016 +0330
2586
2587     Make Uniscribe optional on nmake win32 builds
2588
2589     Most of harfbuzz clients don't need Uniscribe and DirectWrite support
2590     at all
2591     as harfbuzz is a replacement for Uniscribe so Chromium and Firefox
2592     are using
2593     harfbuzz without them on Windows.
2594
2595     This removal also helps win32 nmake clients to have reduced binary
2596     size and
2597     libs count.
2598
2599  appveyor.yml            |  2 +-
2600  win32/README.txt        | 13 +++++++------
2601  win32/config-msvc.mak   | 18 +++++++++++++-----
2602  win32/config.h.win32.in |  2 +-
2603  win32/info-msvc.mak     | 11 +++++++++--
2604  5 files changed, 31 insertions(+), 15 deletions(-)
2605
2606 commit 331c46c79b4d18cb4948be12c78ebb71a143e7ac
2607 Author: Behdad Esfahbod <behdad@behdad.org>
2608 Date:   Tue Oct 11 13:45:22 2016 -0700
2609
2610     Fix configure on iOS
2611
2612     Fixes https://github.com/behdad/harfbuzz/issues/342
2613
2614  configure.ac | 3 ++-
2615  1 file changed, 2 insertions(+), 1 deletion(-)
2616
2617 commit f6e194e77a2c34cd118b47c0d73a22afde85dfda
2618 Merge: 7201fdd0 bef240b3
2619 Author: Ebrahim Byagowi <ebrahim@gnu.org>
2620 Date:   Tue Oct 11 17:23:41 2016 +0330
2621
2622     Merge pull request #344 from ebraminio/fixmacci
2623
2624     [ci] Whitelist more symbols and unbreak mac CI
2625
2626 commit bef240b36ee9086b0d92e351e4c5118c0bbb5df6
2627 Author: Ebrahim Byagowi <ebrahim@gnu.org>
2628 Date:   Mon Oct 10 17:27:52 2016 +0330
2629
2630     [ci] Whitelist more symbols and unbreak mac CI
2631
2632     Thanks to @khaledhosny, actually this is his work :)
2633
2634  src/check-symbols.sh | 4 ++--
2635  1 file changed, 2 insertions(+), 2 deletions(-)
2636
2637 commit 7201fdd0a8e26d49b13e289b53de375d5b1c9fcb
2638 Author: Behdad Esfahbod <behdad@behdad.org>
2639 Date:   Tue Oct 4 14:53:17 2016 -0700
2640
2641     LFS (large file system?) support in hb-*shap*, hb-view
2642
2643     Fixes https://github.com/behdad/harfbuzz/issues/336
2644
2645  configure.ac | 3 +++
2646  1 file changed, 3 insertions(+)
2647
2648 commit 34fc4a2cfa61089b7ec2d9510d99cdc4c13bceb4
2649 Author: Behdad Esfahbod <behdad@behdad.org>
2650 Date:   Wed Sep 28 19:17:27 2016 +0200
2651
2652     Fix dist
2653
2654  test/api/Makefile.am | 10 ++++++++++
2655  1 file changed, 10 insertions(+)
2656
2657 commit d1c62370a0c2bdb365a1468dc8d782b9a7245946
2658 Author: Behdad Esfahbod <behdad@behdad.org>
2659 Date:   Wed Sep 28 19:11:22 2016 +0200
2660
2661     Aim math API for 1.3.3 instead of 1.4.0
2662
2663  docs/harfbuzz-docs.xml     |  6 +++---
2664  docs/harfbuzz-sections.txt | 12 ++++++------
2665  src/hb-ot-layout.cc        | 18 +++++++++---------
2666  src/hb-ot-math.h           | 10 +++++-----
2667  4 files changed, 23 insertions(+), 23 deletions(-)
2668
2669 commit 7adbc5dd62ca03a65d1886e0f32e7026964dc5e5
2670 Author: Khaled Hosny <khaledhosny@eglug.org>
2671 Date:   Fri Sep 30 04:01:24 2016 -0700
2672
2673     Fix building math docs (#335)
2674
2675  src/hb-ot-layout.cc | 9 ---------
2676  1 file changed, 9 deletions(-)
2677
2678 commit fd7a245d3525905ffbce57472b52900fcb0e330b
2679 Author: Behdad Esfahbod <behdad@behdad.org>
2680 Date:   Tue Sep 27 17:56:35 2016 +0200
2681
2682     Require glib >= 2.38.0 for G_TEST_DIST
2683
2684  configure.ac | 2 +-
2685  1 file changed, 1 insertion(+), 1 deletion(-)
2686
2687 commit 6d3e6abf0c6ad55dabae96c76b4da9ab14bf16ef
2688 Merge: f73a87d9 c3e21a66
2689 Author: Behdad Esfahbod <behdad@behdad.org>
2690 Date:   Tue Sep 27 17:15:59 2016 +0200
2691
2692     Merge branch 'math'
2693
2694     Supercedes https://github.com/behdad/harfbuzz/pull/326
2695     Fixes https://github.com/behdad/harfbuzz/pull/331
2696
2697 commit c3e21a6620c35500afa350d11620f69802920df3
2698 Author: Behdad Esfahbod <behdad@behdad.org>
2699 Date:   Tue Sep 27 16:51:38 2016 +0200
2700
2701     [MATH] Fix more docs
2702
2703  src/hb-ot-layout.cc | 18 +++++++++---------
2704  src/hb-ot-math.h    | 25 +++++++++++++++++++++++++
2705  2 files changed, 34 insertions(+), 9 deletions(-)
2706
2707 commit 46cc4a3a2a529c80677babe38ca1542f9c773ac0
2708 Author: Behdad Esfahbod <behdad@behdad.org>
2709 Date:   Tue Sep 27 16:44:22 2016 +0200
2710
2711     [MATH] Rename hb_math_*_t types to hb_ot_math_*_t
2712
2713     With this, I believe MATH table API is not ready to be merged.
2714
2715  docs/harfbuzz-sections.txt     |  6 +++---
2716  src/hb-ot-layout-math-table.hh | 12 ++++++------
2717  src/hb-ot-layout.cc            |  8 ++++----
2718  src/hb-ot-math.h               | 16 ++++++++--------
2719  test/api/test-ot-math.c        |  4 ++--
2720  5 files changed, 23 insertions(+), 23 deletions(-)
2721
2722 commit db5ebcf10f8595d1f4a9df27befd6cb5e76ca94d
2723 Author: Behdad Esfahbod <behdad@behdad.org>
2724 Date:   Tue Sep 27 16:42:25 2016 +0200
2725
2726     Update docs
2727
2728  docs/harfbuzz-docs.xml     |  9 +++++++++
2729  docs/harfbuzz-sections.txt | 30 ++++++++++++++++++++++++++++--
2730  2 files changed, 37 insertions(+), 2 deletions(-)
2731
2732 commit 0762b35474c47171e5661904e93851eb73a44e5c
2733 Author: Frédéric Wang <fred.wang@free.fr>
2734 Date:   Tue Sep 27 15:28:35 2016 +0200
2735
2736     Document API for MathVariants (#330)
2737
2738  src/hb-ot-layout.cc | 56
2739  +++++++++++++++++++++++++++++++++++++++++++++++++++++
2740  1 file changed, 56 insertions(+)
2741
2742 commit 8d622f1114d6a0eca1786b94c7fc1a0bcd87f74b
2743 Author: Frédéric Wang <fred.wang@free.fr>
2744 Date:   Tue Sep 27 13:53:34 2016 +0200
2745
2746     Add tests for get_mathvariant (#329)
2747
2748  test/api/test-ot-math.c | 160
2749  ++++++++++++++++++++++++++++++++++++++++++++++++
2750  1 file changed, 160 insertions(+)
2751
2752 commit f73a87d9a8c76a181794b74b527ea268048f78e3
2753 Author: Behdad Esfahbod <behdad@behdad.org>
2754 Date:   Tue Sep 27 13:50:54 2016 +0200
2755
2756     1.3.2
2757
2758  NEWS         | 7 +++++++
2759  configure.ac | 2 +-
2760  2 files changed, 8 insertions(+), 1 deletion(-)
2761
2762 commit 485e4873fb7cacfa9d853272c2275bbc5826023e
2763 Author: Frédéric Wang <fred.wang@free.fr>
2764 Date:   Tue Sep 27 13:18:00 2016 +0200
2765
2766     Add tests for hb_ot_math_get_glyph_variants (#328)
2767
2768  test/api/test-ot-math.c | 126
2769  ++++++++++++++++++++++++++++++++++++++++++++++++
2770  1 file changed, 126 insertions(+)
2771
2772 commit f16bf6c2dacf5b9c82b2d1ffacc092cc396189a7
2773 Author: Phil Krylov <phil.krylov@gmail.com>
2774 Date:   Tue Sep 27 12:38:49 2016 +0200
2775
2776     Allow building with graphite2 without pkg-config (#318)
2777
2778  configure.ac | 10 ++++++++++
2779  1 file changed, 10 insertions(+)
2780
2781 commit a5629a2ed9c2e69f2b4ebb74d85fbe0b5ba2be67
2782 Author: Behdad Esfahbod <behdad@behdad.org>
2783 Date:   Tue Sep 27 11:30:44 2016 +0200
2784
2785     [MATH] Simplify test
2786
2787  test/api/test-ot-math.c | 3 +--
2788  1 file changed, 1 insertion(+), 2 deletions(-)
2789
2790 commit edcfa789bf92c18f5badad31c0ad04a6a77d7226
2791 Author: Frédéric Wang <fred.wang@free.fr>
2792 Date:   Tue Sep 27 11:02:08 2016 +0200
2793
2794     test-ot-math: Use different scales for vertical
2795     and horizontal directions and add test for
2796     hb_ot_math_get_min_connector_overlap. (#327)
2797
2798  test/api/test-ot-math.c | 81
2799  ++++++++++++++++++++++++++++++-------------------
2800  1 file changed, 49 insertions(+), 32 deletions(-)
2801
2802 commit bc19f7fe20e89823dba07a46c3d48c7406b781b6
2803 Author: Behdad Esfahbod <behdad@behdad.org>
2804 Date:   Tue Sep 27 10:58:08 2016 +0200
2805
2806     [MATH] Add HB_OT_MATH_SCRIPT
2807
2808  src/hb-ot-math.h | 3 +++
2809  1 file changed, 3 insertions(+)
2810
2811 commit cdc9eef7da934ae71578694f29665e439686c3bd
2812 Author: Behdad Esfahbod <behdad@behdad.org>
2813 Date:   Mon Sep 26 22:18:41 2016 +0200
2814
2815     [MATH] Enable tests for glyph-assembly italics-correction
2816
2817  test/api/test-ot-math.c | 49
2818  ++++++++++++++++++++++++++++++-------------------
2819  1 file changed, 30 insertions(+), 19 deletions(-)
2820
2821 commit 86106c7528d9bff8de6bc3e1487be780c31ea4fd
2822 Author: Behdad Esfahbod <behdad@behdad.org>
2823 Date:   Mon Sep 26 22:12:48 2016 +0200
2824
2825     [MATH] Rename all API to hb_ot_math_*
2826
2827  src/hb-ot-layout-private.hh    |  10 --
2828  src/hb-ot-layout.cc            |  69 ++++----
2829  src/hb-ot-math.h               |  56 +++---
2830  test/api/Makefile.am           |   6 +-
2831  test/api/test-ot-layout-math.c | 382
2832  -----------------------------------------
2833  test/api/test-ot-math.c        | 381
2834  ++++++++++++++++++++++++++++++++++++++++
2835  6 files changed, 447 insertions(+), 457 deletions(-)
2836
2837 commit 1ba767cd4e3606beb9dc59806b83b1e61f5958d4
2838 Author: Behdad Esfahbod <behdad@behdad.org>
2839 Date:   Mon Sep 26 21:57:14 2016 +0200
2840
2841     [MATH] Move API from hb-ot-layout.h to hb-ot-math.h
2842
2843  src/hb-ot-layout.h | 52
2844  --------------------------------------------------
2845  src/hb-ot-math.h   | 56
2846  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2847  src/hb-ot.h        |  1 +
2848  3 files changed, 57 insertions(+), 52 deletions(-)
2849
2850 commit 97b72da6006d8d6355ee90d514f627e6604a4936
2851 Author: Behdad Esfahbod <behdad@behdad.org>
2852 Date:   Mon Sep 26 21:53:25 2016 +0200
2853
2854     Whitespace
2855
2856  src/hb-ot-layout-math-table.hh | 2 +-
2857  1 file changed, 1 insertion(+), 1 deletion(-)
2858
2859 commit 559eb564472575ae4d87a241314b8a3ca24418c4
2860 Author: Behdad Esfahbod <behdad@behdad.org>
2861 Date:   Mon Sep 26 21:46:05 2016 +0200
2862
2863     [MATH] Wire up get_glyph_assembly()
2864
2865  src/hb-ot-layout-math-table.hh | 64
2866  ++++++++++++++++++++++++++++++++++++++----
2867  src/hb-ot-layout.cc            | 26 +++++++++--------
2868  src/hb-ot-layout.h             | 14 ++++-----
2869  3 files changed, 81 insertions(+), 23 deletions(-)
2870
2871 commit 353f455af7ccbc1af8338dcb0c8ab87aef866c79
2872 Author: Behdad Esfahbod <behdad@behdad.org>
2873 Date:   Mon Sep 26 21:22:48 2016 +0200
2874
2875     [MATH] Wire up get_glyph_variants()
2876
2877  src/hb-font-private.hh         |  11 ++-
2878  src/hb-ot-layout-math-table.hh | 178
2879  +++++++++++++++++++----------------------
2880  src/hb-ot-layout.cc            |   7 +-
2881  src/hb-ot-layout.h             |   2 +-
2882  4 files changed, 95 insertions(+), 103 deletions(-)
2883
2884 commit 7fe0e28c22331a353d396f8bc1e3a60f1580a96d
2885 Author: Behdad Esfahbod <behdad@behdad.org>
2886 Date:   Mon Sep 26 17:51:47 2016 +0100
2887
2888     [MATH] Start fleshing out glyph variant API
2889
2890  src/hb-font-private.hh         |  4 +++
2891  src/hb-ot-layout-math-table.hh | 10 ++----
2892  src/hb-ot-layout.cc            | 73
2893  +++++++++++++++---------------------------
2894  src/hb-ot-layout.h             | 20 ++++++++++++
2895  src/hb-ot-math.h               | 18 +++++++++++
2896  5 files changed, 71 insertions(+), 54 deletions(-)
2897
2898 commit 1f3327f21045df8a050a21a949b44b9ce186ceaa
2899 Author: Behdad Esfahbod <behdad@behdad.org>
2900 Date:   Mon Sep 26 16:10:08 2016 +0100
2901
2902     [MATH] Clean up math variants
2903
2904  src/hb-ot-layout-math-table.hh | 35 +++++++++--------------------------
2905  1 file changed, 9 insertions(+), 26 deletions(-)
2906
2907 commit 51da7a1cd672aada84bdbb3a2a8dd77ab1134249
2908 Author: Frédéric Wang <fred.wang@free.fr>
2909 Date:   Thu Aug 25 11:17:50 2016 +0200
2910
2911     MATH table: Add API to access math variants.
2912
2913  src/hb-ot-layout-math-table.hh          | 253
2914  +++++++++++++++++++++++++++++++-
2915  src/hb-ot-layout-private.hh             |  10 ++
2916  src/hb-ot-layout.cc                     |  54 +++++++
2917  test/api/fonts/MathTestFontPartial4.otf | Bin 0 -> 14360 bytes
2918  test/api/test-ot-layout-math.c          |  51 +++++++
2919  5 files changed, 364 insertions(+), 4 deletions(-)
2920
2921 commit 722e620f20fa2225cf874f4aeb115a064142fcf1
2922 Author: Frédéric Wang <fred.wang@free.fr>
2923 Date:   Mon Sep 26 11:51:36 2016 +0200
2924
2925     Use G_TEST_DIST to build the path of math test fonts
2926
2927  test/api/Makefile.am           | 2 ++
2928  test/api/test-ot-layout-math.c | 8 ++++++--
2929  2 files changed, 8 insertions(+), 2 deletions(-)
2930
2931 commit 8d58e3433e242bd9dd18aa08f55ab0a406583fb0
2932 Author: Behdad Esfahbod <behdad@behdad.org>
2933 Date:   Mon Sep 26 13:39:58 2016 +0100
2934
2935     [MATH] Fix get_kerning() with negative y-scale
2936
2937  src/hb-ot-layout-math-table.hh | 36 +++++++++++++++++++++---------------
2938  1 file changed, 21 insertions(+), 15 deletions(-)
2939
2940 commit 94f5df5626b223ad92d0c167f560c1f2e2f19042
2941 Author: Behdad Esfahbod <behdad@behdad.org>
2942 Date:   Mon Sep 26 13:31:47 2016 +0100
2943
2944     [MATH] Clean up get_kerning()
2945
2946  src/hb-ot-layout-math-table.hh | 29 +++++++++++++++++------------
2947  src/hb-ot-layout.cc            |  5 +----
2948  2 files changed, 18 insertions(+), 16 deletions(-)
2949
2950 commit 17ff30e9afde79e41c17786223293e867b49ebba
2951 Author: Behdad Esfahbod <behdad@behdad.org>
2952 Date:   Mon Sep 26 12:18:32 2016 +0100
2953
2954     [MATH] Clean up get_top_accent_attachment()
2955
2956     Note, the function now returns "half of horizontal advance width"
2957     if top accent attachment for glyph is not explicitly defined.
2958     This is what the spec requires.  Updated tests.
2959
2960  src/hb-ot-layout-math-table.hh | 31 +++++++++++--------------------
2961  src/hb-ot-layout.cc            |  7 +------
2962  test/api/test-ot-layout-math.c |  8 ++++----
2963  3 files changed, 16 insertions(+), 30 deletions(-)
2964
2965 commit 8bcf517fe59608d2247a8974445b3ff0f4b4b4ac
2966 Author: Behdad Esfahbod <behdad@behdad.org>
2967 Date:   Mon Sep 26 12:12:41 2016 +0100
2968
2969     [MATH] Clean up get_italics_correction()
2970
2971  src/hb-ot-layout-math-table.hh | 16 ++++++++--------
2972  src/hb-ot-layout.cc            | 17 ++++++-----------
2973  src/hb-ot-layout.h             |  4 ++--
2974  test/api/test-ot-layout-math.c | 18 +++++++++---------
2975  4 files changed, 25 insertions(+), 30 deletions(-)
2976
2977 commit 06003f71ba0d0327fb1a17098a9d7faa8fb336f0
2978 Author: Behdad Esfahbod <behdad@behdad.org>
2979 Date:   Mon Sep 26 12:07:29 2016 +0100
2980
2981     [MATH] Clean up a bit more
2982
2983  src/hb-ot-layout-math-table.hh | 12 +--------
2984  src/hb-ot-layout.cc            | 57
2985  ++++++++++++++++--------------------------
2986  2 files changed, 22 insertions(+), 47 deletions(-)
2987
2988 commit 54c0cc38fba24fa4370231408ba121589b190a28
2989 Author: Behdad Esfahbod <behdad@behdad.org>
2990 Date:   Mon Sep 26 11:56:40 2016 +0100
2991
2992     [MATH] Clean up get_math_constant implementation
2993
2994  src/hb-ot-layout-math-table.hh | 10 +++++-----
2995  src/hb-ot-layout.cc            |  5 ++---
2996  2 files changed, 7 insertions(+), 8 deletions(-)
2997
2998 commit 8a8cfad9a0834fe278a747c1d755144bd78f564b
2999 Author: Behdad Esfahbod <behdad@behdad.org>
3000 Date:   Mon Sep 26 11:47:05 2016 +0100
3001
3002     [MATH] Cleanup previous commit a bit
3003
3004  src/hb-ot-layout-math-table.hh | 186
3005  ++++++++++++++++++++---------------------
3006  src/hb-ot-layout.cc            |  30 +++----
3007  src/hb-ot-layout.h             |  14 ++--
3008  3 files changed, 113 insertions(+), 117 deletions(-)
3009
3010 commit d7182d129612c619b9026ee9b15f2dcfada132db
3011 Author: Frédéric Wang <fred.wang@free.fr>
3012 Date:   Thu Aug 25 11:15:31 2016 +0200
3013
3014     MATH Table: Add API to access glyph info.
3015
3016  src/hb-ot-layout-math-table.hh          | 271
3017  +++++++++++++++++++++++++++++++-
3018  src/hb-ot-layout.cc                     | 114 ++++++++++++++
3019  src/hb-ot-layout.h                      |  18 +++
3020  src/hb-ot-math.h                        |   7 +
3021  test/api/fonts/MathTestFontPartial1.otf | Bin 0 -> 14348 bytes
3022  test/api/fonts/MathTestFontPartial2.otf | Bin 0 -> 14356 bytes
3023  test/api/fonts/MathTestFontPartial3.otf | Bin 0 -> 14380 bytes
3024  test/api/test-ot-layout-math.c          | 155 ++++++++++++++++++
3025  8 files changed, 563 insertions(+), 2 deletions(-)
3026
3027 commit 6fd2fe418dc838743f0d4a8a2222cdcaf587500c
3028 Author: Behdad Esfahbod <behdad@behdad.org>
3029 Date:   Mon Sep 26 11:24:39 2016 +0100
3030
3031     [MATH] Fixup math constants commit a bit more
3032
3033  src/hb-ot-layout-math-table.hh | 24 +++++++++++-------------
3034  1 file changed, 11 insertions(+), 13 deletions(-)
3035
3036 commit 1a381153a2e6a15bded1f8e31f6b0e0cadb078af
3037 Author: Behdad Esfahbod <behdad@behdad.org>
3038 Date:   Mon Sep 26 11:15:59 2016 +0100
3039
3040     [MATH] Fixups for math constants commit
3041
3042  src/hb-ot-layout-math-table.hh | 19 +++++++++----------
3043  1 file changed, 9 insertions(+), 10 deletions(-)
3044
3045 commit 319ff59161e6b027391f8b9fdce0db6dd44cc20d
3046 Author: Frédéric Wang <fred.wang@free.fr>
3047 Date:   Thu Aug 25 11:06:41 2016 +0200
3048
3049     MATH Table: Add API to access math contants.
3050
3051  src/Makefile.sources                |   1 +
3052  src/hb-ot-layout-math-table.hh      | 146
3053  +++++++++++++++++++++++++++++++++++-
3054  src/hb-ot-layout.cc                 |  25 ++++++
3055  src/hb-ot-layout.h                  |   5 ++
3056  src/hb-ot-math.h                    | 100 ++++++++++++++++++++++++
3057  test/api/fonts/MathTestFontFull.otf | Bin 0 -> 25412 bytes
3058  test/api/test-ot-layout-math.c      |  72 ++++++++++++++++++
3059  7 files changed, 345 insertions(+), 4 deletions(-)
3060
3061 commit 4d3892e9b05a4df67b2f5cfd6dd3a1e0f5b38fc7
3062 Author: Behdad Esfahbod <behdad@behdad.org>
3063 Date:   Mon Sep 26 10:45:58 2016 +0100
3064
3065     [MATH] Fixups for previous commit
3066
3067  src/hb-ot-layout-math-table.hh |  8 ++++----
3068  src/hb-ot-layout.cc            | 29 +++++++++++++++++++----------
3069  src/hb-ot-layout.h             |  2 ++
3070  test/api/Makefile.am           |  6 ++----
3071  test/api/test-ot-layout-math.c | 16 +++++++++-------
3072  5 files changed, 36 insertions(+), 25 deletions(-)
3073
3074 commit 5fbcb992bd7887f95b1cf2ca045c9226de8148fc
3075 Author: Frédéric Wang <fred.wang@free.fr>
3076 Date:   Thu Aug 25 10:47:15 2016 +0200
3077
3078     MATH Table: Add API to check availability of math data.
3079
3080  src/Makefile.sources                 |   1 +
3081  src/hb-ot-layout-math-table.hh       |  60 +++++++++++++++++++++
3082  src/hb-ot-layout-private.hh          |   3 ++
3083  src/hb-ot-layout.cc                  |  45 ++++++++++++++++
3084  src/hb-ot-layout.h                   |   7 +++
3085  test/api/Makefile.am                 |  14 ++++-
3086  test/api/fonts/MathTestFontEmpty.otf | Bin 0 -> 14320 bytes
3087  test/api/fonts/MathTestFontNone.otf  | Bin 0 -> 14284 bytes
3088  test/api/test-ot-layout-math.c       |  98
3089  +++++++++++++++++++++++++++++++++++
3090  9 files changed, 227 insertions(+), 1 deletion(-)
3091
3092 commit 02bfd965af588640250c47f344ad3096c8a373e0
3093 Author: Gregory Morse <gregory.morse@live.com>
3094 Date:   Mon Sep 12 10:22:15 2016 +0200
3095
3096     Update detectenv-msvc.mak (#316)
3097
3098     Windows x86 ARM capability
3099
3100  win32/detectenv-msvc.mak | 3 +++
3101  1 file changed, 3 insertions(+)
3102
3103 commit fc4e671f311241e21c1cc3ed941b1fc651875a2e
3104 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3105 Date:   Fri Sep 9 23:28:28 2016 +0430
3106
3107     [coretext] Use intended coretext version check logic (#315)
3108
3109  src/hb-coretext.cc | 3 ++-
3110  1 file changed, 2 insertions(+), 1 deletion(-)
3111
3112 commit 48677345281a93d8829dd37d0480a6062945416a
3113 Author: Khaled Hosny <khaledhosny@eglug.org>
3114 Date:   Thu Sep 8 04:44:37 2016 +0300
3115
3116     Try to unbreak building on older macOS again (#314)
3117
3118  src/hb-coretext.cc | 2 +-
3119  1 file changed, 1 insertion(+), 1 deletion(-)
3120
3121 commit d22ab6cf040467e7f17476ccdfe9cab4dce16639
3122 Author: Behdad Esfahbod <behdad@behdad.org>
3123 Date:   Wed Sep 7 14:28:47 2016 -0700
3124
3125     1.3.1
3126
3127  NEWS         | 9 +++++++++
3128  configure.ac | 2 +-
3129  2 files changed, 10 insertions(+), 1 deletion(-)
3130
3131 commit b717cd7be506217e466e32a456df9af4d2720c0c
3132 Author: Dominik Röttsches <d-r@roettsches.de>
3133 Date:   Wed Sep 7 23:56:57 2016 +0300
3134
3135     Do reconfigure the cascade list for Emoji font on OS X 10.9.5 (#313)
3136
3137     This seems to fix crash issues on 10.9.5 reported on Chrome, compare
3138     crbug.com/549610
3139
3140  src/hb-coretext.cc | 13 ++++++++++---
3141  1 file changed, 10 insertions(+), 3 deletions(-)
3142
3143 commit 67e9fdf427e8536f0a134f84ad3bf1740245fe12
3144 Author: Dominik Röttsches <d-r@roettsches.de>
3145 Date:   Mon Sep 5 11:27:25 2016 +0300
3146
3147     Blacklist Padauk 2.80 and 3.00 (#311)
3148
3149     According to comments in issue #305 broken GDEF tables lead
3150     to incorrect rendering of Latin characters. Blacklisting
3151     this font.
3152
3153  src/hb-ot-layout.cc | 8 ++++++++
3154  1 file changed, 8 insertions(+)
3155
3156 commit 17f0dd2dfb9a15aed9d1a229115940cc23bdbc97
3157 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3158 Date:   Fri Sep 2 01:21:48 2016 +0430
3159
3160     [ci] Add msys2 build to CI and run its testsuite on Windows (#310)
3161
3162  appveyor.yml | 20 ++++++++++++++++----
3163  1 file changed, 16 insertions(+), 4 deletions(-)
3164
3165 commit 5362ce6a6455c539d615e7fb221a904ac744b74c
3166 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3167 Date:   Thu Sep 1 20:05:45 2016 +0430
3168
3169     [dwrite] Minor, don't include unnecessary headers (#309)
3170
3171  src/hb-directwrite.cc | 4 ----
3172  1 file changed, 4 deletions(-)
3173
3174 commit c4f36b04e32ae5111ef11d225e5d6e82c8216185
3175 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3176 Date:   Thu Sep 1 17:31:16 2016 +0430
3177
3178     [ci] Add Windows CI support, provided by AppVeyor (#308)
3179
3180  README                  |  1 +
3181  appveyor.yml            | 28 ++++++++++++++++++++++++++++
3182  win32/generate-msvc.mak |  2 +-
3183  3 files changed, 30 insertions(+), 1 deletion(-)
3184
3185 commit 3d976d20f1b97c771e64a9cfed2760ebec64037a
3186 Author: Khaled Hosny <khaledhosny@eglug.org>
3187 Date:   Sat Aug 27 16:38:42 2016 +0300
3188
3189     Show the shaper name in the debug message (#306)
3190
3191  src/hb-shape-plan.cc | 5 +++--
3192  1 file changed, 3 insertions(+), 2 deletions(-)
3193
3194 commit 547ddb0721365dca985aef5b759d08718f7c5f82
3195 Merge: bd1aac9c e7ecbba2
3196 Author: Sascha Brawer <sascha@brawer.ch>
3197 Date:   Thu Aug 18 22:33:14 2016 +0200
3198
3199     Merge pull request #303 from behdad/fonnapa
3200
3201     Support Americanist Phonetic Notation
3202
3203 commit e7ecbba2cc3c9369c5e7dc7296cb210018aca3bb
3204 Author: Sascha Brawer <sascha@brawer.ch>
3205 Date:   Thu Aug 18 12:48:38 2016 +0200
3206
3207     Support Americanist Phonetic Notation
3208
3209     OpenType language system tag: `APPH`
3210     https://www.microsoft.com/typography/otspec/languagetags.htm
3211
3212     IETF BCP47 variant tag: `fonnapa`
3213     http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
3214
3215  src/hb-ot-tag.cc       | 14 ++++++++++++--
3216  test/api/test-ot-tag.c |  6 ++++++
3217  2 files changed, 18 insertions(+), 2 deletions(-)
3218
3219 commit bd1aac9c0021a936058637424a478abf792533dd
3220 Merge: 18c19dd3 a0f1b44b
3221 Author: Sascha Brawer <sascha@brawer.ch>
3222 Date:   Thu Aug 18 13:59:38 2016 +0200
3223
3224     Merge pull request #302 from khaledhosny/master
3225
3226     [travis] Fix MacOS libtool issue
3227
3228 commit a0f1b44b6c0e3b1e6a1ba63dde2be22e0425353f
3229 Author: Khaled Hosny <khaledhosny@eglug.org>
3230 Date:   Tue Aug 16 03:09:04 2016 +0200
3231
3232     [coretext] Blind fix for build on MacOS 10.9
3233
3234  src/hb-coretext.cc | 2 +-
3235  1 file changed, 1 insertion(+), 1 deletion(-)
3236
3237 commit 0634d5600e559a69a92d49173ffb8e715fe7576c
3238 Author: Khaled Hosny <khaledhosny@eglug.org>
3239 Date:   Tue Aug 16 02:49:48 2016 +0200
3240
3241     [travis] Fix MacOS libtool issue
3242
3243     Reveals another MacOS build breakage in the Core Text shaper.
3244
3245  .travis.yml | 1 +
3246  1 file changed, 1 insertion(+)
3247
3248 commit 18c19dd34dcdcaab0a6d47768339f8fb70c0d3f0
3249 Author: Behdad Esfahbod <behdad@behdad.org>
3250 Date:   Tue Aug 9 13:03:14 2016 -0700
3251
3252     Fix build
3253
3254  test/api/test-ot-tag.c | 5 ++++-
3255  1 file changed, 4 insertions(+), 1 deletion(-)
3256
3257 commit 91f2585411aaf5565fcf0c991b9055b0b397f1cd
3258 Author: Behdad Esfahbod <behdad@behdad.org>
3259 Date:   Mon Aug 8 18:08:08 2016 -0700
3260
3261     Actually add test
3262
3263  test/shaping/Makefile.am | 1 +
3264  1 file changed, 1 insertion(+)
3265
3266 commit f1b76275da716a4174092e6389979e03c0e3be59
3267 Author: Behdad Esfahbod <behdad@behdad.org>
3268 Date:   Mon Aug 8 18:06:09 2016 -0700
3269
3270     Add tests for Chinese language tags
3271
3272     Using font from https://github.com/behdad/harfbuzz/issues/300
3273
3274  .../sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf | Bin 0 ->
3275  5596 bytes
3276  test/shaping/tests/language-tags.tests                   |  12
3277  ++++++++++++
3278  2 files changed, 12 insertions(+)
3279
3280 commit 37f21bdbb75c98d741e749b7f1e0f367941aef4e
3281 Author: Behdad Esfahbod <behdad@behdad.org>
3282 Date:   Mon Aug 8 17:57:06 2016 -0700
3283
3284     Map Macao to ZHH lang tag
3285
3286     Fixes https://github.com/behdad/harfbuzz/issues/300
3287
3288  src/hb-ot-tag.cc | 3 ++-
3289  1 file changed, 2 insertions(+), 1 deletion(-)
3290
3291 commit 09c7a2d6bf00dc902343e999f92cac0e8146f949
3292 Author: Behdad Esfahbod <behdad@behdad.org>
3293 Date:   Mon Aug 8 17:28:54 2016 -0700
3294
3295     Limit bits-per-feature to eight
3296
3297     Limits number of alternatives per glyph per feature to 255, so be it.
3298     That's better than possibly breaking shaping because of one bad
3299     feature
3300     value.
3301
3302  src/hb-ot-map.cc | 3 ++-
3303  1 file changed, 2 insertions(+), 1 deletion(-)
3304
3305 commit 333173103bb618f721bd25d0c565a3c3c9ea224e
3306 Author: Behdad Esfahbod <behdad@behdad.org>
3307 Date:   Mon Aug 8 17:24:04 2016 -0700
3308
3309     Fix sign of shift operators
3310
3311     This one:
3312
3313       map->mask = (1 << (next_bit + bits_needed)) - (1 << next_bit);
3314
3315     before the fix, the shift was done as an int, causing overflow
3316     if it ever got to 1 << 31.  Sprinkle 'u's around.
3317
3318     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=634805
3319
3320  src/hb-buffer-private.hh | 6 +++---
3321  src/hb-cache-private.hh  | 8 ++++----
3322  src/hb-coretext.cc       | 2 +-
3323  src/hb-directwrite.cc    | 2 +-
3324  src/hb-face.cc           | 2 --
3325  src/hb-font.cc           | 2 --
3326  src/hb-ft.cc             | 6 ++++--
3327  src/hb-ot-map.cc         | 4 ++--
3328  src/hb-set-private.hh    | 4 ++--
3329  src/hb-uniscribe.cc      | 4 ++--
3330  10 files changed, 19 insertions(+), 21 deletions(-)
3331
3332 commit 10a0d4aa2254f783758bb908175047df3a0b41fe
3333 Author: Behdad Esfahbod <behdad@behdad.org>
3334 Date:   Mon Aug 8 16:51:08 2016 -0700
3335
3336     Map zh-Hant-HK to ZHH
3337
3338     Fixes https://github.com/behdad/harfbuzz/issues/300
3339
3340  src/hb-ot-tag.cc | 4 +++-
3341  1 file changed, 3 insertions(+), 1 deletion(-)
3342
3343 commit dd31fc9f7e6d23b414b22874de96eb3c002c80ba
3344 Author: Khaled Hosny <khaledhosny@eglug.org>
3345 Date:   Fri Jul 22 02:26:54 2016 +0300
3346
3347     Don’t build UCDN support when building with GLib (#296)
3348
3349     Regression from: b424b6c372dfe4c0ed75a49761eb34a416819446.
3350
3351  configure.ac | 2 +-
3352  1 file changed, 1 insertion(+), 1 deletion(-)
3353
3354 commit 489acf6c3180d3726158864fa0e1adeea3c23fae
3355 Author: Behdad Esfahbod <behdad@behdad.org>
3356 Date:   Fri Jul 22 17:41:43 2016 -0700
3357
3358     [coretext] "Fix" crashes on CoreText < 10.10
3359
3360     Fixes https://github.com/behdad/harfbuzz/issues/297
3361
3362  src/hb-coretext.cc | 8 ++++++++
3363  1 file changed, 8 insertions(+)
3364
3365 commit a732e00ea4fffebaa85a89420f09df4c11d650e0
3366 Author: Behdad Esfahbod <behdad@behdad.org>
3367 Date:   Thu Jul 21 01:58:00 2016 -0700
3368
3369     1.3.0
3370
3371  NEWS         | 15 +++++++++++++++
3372  configure.ac |  2 +-
3373  2 files changed, 16 insertions(+), 1 deletion(-)
3374
3375 commit 08c08af2f9ed683ad20322c3ef1ba0f87ce15426
3376 Author: Behdad Esfahbod <behdad@behdad.org>
3377 Date:   Thu Jul 21 01:23:33 2016 -0700
3378
3379     [ucdn] Update to Unicode 9.0.0
3380
3381     Fixes https://github.com/grigorig/ucdn/issues/12
3382
3383  src/hb-ucdn.cc               |    6 +
3384  src/hb-ucdn/README           |    1 -
3385  src/hb-ucdn/ucdn.c           |   80 +-
3386  src/hb-ucdn/ucdn.h           |   98 +-
3387  src/hb-ucdn/unicodedata_db.h | 4750
3388  +++++++++++++++++++++++-------------------
3389  5 files changed, 2783 insertions(+), 2152 deletions(-)
3390
3391 commit f3f6c1ccbf89e15cda03e0c3a2df4297e98adf60
3392 Author: jfkthame <jfkthame@gmail.com>
3393 Date:   Thu Jun 16 00:10:42 2016 +0100
3394
3395     Blacklist GDEF tables of more fonts
3396
3397     This is based on bug reports that have been filed against Firefox
3398     since it
3399     updated to a version of harfbuzz that uses zeroing by GDEF rather
3400     than by
3401     Unicode. I'm sure there are a bunch more font versions that should
3402     also be
3403     included; these are just the ones I have on hand and have confirmed
3404     as having
3405     bad GDEF data.
3406
3407     Given how the list here is growing, I think we should reconsider
3408     the approach,
3409     and perhaps revert to zeroing by Unicode instead.
3410
3411     Fixes https://github.com/behdad/harfbuzz/issues/264
3412     Fixes https://github.com/behdad/harfbuzz/pull/266
3413
3414  src/hb-ot-layout.cc | 39 +++++++++++++++++++++++++++++++++++++++
3415  1 file changed, 39 insertions(+)
3416
3417 commit 34f9aa582c3a03b578c7eae3d2e8860a0bd5cb00
3418 Author: Behdad Esfahbod <behdad@behdad.org>
3419 Date:   Wed Jul 20 02:35:54 2016 -0700
3420
3421     Implement symbol cmap in ft and ot fonts
3422
3423     Fixes https://github.com/behdad/harfbuzz/issues/236
3424     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=627953
3425
3426  src/hb-ft.cc      | 27 +++++++++++++++++++++++----
3427  src/hb-ot-font.cc | 50 ++++++++++++++++++++++++++++++++++++++------------
3428  2 files changed, 61 insertions(+), 16 deletions(-)
3429
3430 commit 6363d7df28dc4307ef1abb9857d14c35e656b85a
3431 Author: Behdad Esfahbod <behdad@behdad.org>
3432 Date:   Wed Jul 20 01:43:56 2016 -0700
3433
3434     Clean up buffer area when rewinding
3435
3436     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=614647
3437     If allocation fails, we might be leaving junk behind.  At least
3438     clear it up.
3439
3440  src/hb-buffer.cc | 8 ++++++++
3441  1 file changed, 8 insertions(+)
3442
3443 commit f80c34eb556d12c45c961d6742c289baef58899d
3444 Author: Behdad Esfahbod <behdad@behdad.org>
3445 Date:   Tue Jul 12 11:18:26 2016 -0700
3446
3447     Whitespace
3448
3449  src/hb-unicode-private.hh | 4 ++--
3450  1 file changed, 2 insertions(+), 2 deletions(-)
3451
3452 commit 874421203e0161db2cbfb27be6c039cba57f7c63
3453 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3454 Date:   Tue Jul 12 03:49:21 2016 +0430
3455
3456     [coretext] Speculative fix for CoreText nullptr access (#288)
3457
3458  src/hb-coretext.cc | 14 +++++++++-----
3459  1 file changed, 9 insertions(+), 5 deletions(-)
3460
3461 commit 6bf9db4f1e1d51f9acb5e37b89caa8f4d275e7ce
3462 Author: Birunthan Mohanathas <birunthan@mohanathas.com>
3463 Date:   Mon Jul 11 13:38:23 2016 -0700
3464
3465     [ft] Fix unsafe cast of FT_Done_Face in
3466     hb_ft_{face,font}_create_referenced (#289)
3467
3468     Prior to this change the function `FT_Error FT_Done_Face(FT_Face
3469     *)` was
3470     called through a pointer with the signature `void (void *)`
3471     resulting in
3472     undefined behaviour.
3473
3474  src/hb-ft.cc | 12 +++++++++---
3475  1 file changed, 9 insertions(+), 3 deletions(-)
3476
3477 commit 0b8f3ab0220ca4731516313828515f26bb480645
3478 Author: Steve Lhomme <slhomme@matroska.org>
3479 Date:   Mon Jul 11 21:57:26 2016 +0200
3480
3481     clang in MSVC mode doesn't like when we redefine __attribute__ (#283)
3482
3483  src/hb-private.hh | 2 +-
3484  1 file changed, 1 insertion(+), 1 deletion(-)
3485
3486 commit 2f522fd485c2e946c9bce9e3828b6ff6247c59e4
3487 Merge: d3e2a06b e4d451ee
3488 Author: Behdad Esfahbod <behdad@behdad.org>
3489 Date:   Fri Jul 1 17:09:28 2016 -0700
3490
3491     Merge pull request #286 from khaledhosny/gi-tag_from_string
3492
3493     [introspection] Fix hb_tag_from_string annotation
3494
3495 commit e4d451ee55a57e1231b4076fcd1e87994f6b9528
3496 Author: Khaled Hosny <khaledhosny@eglug.org>
3497 Date:   Sat Jul 2 00:04:57 2016 +0200
3498
3499     [introspection] Fix hb_tag_from_string annotation
3500
3501  src/hb-common.cc | 2 +-
3502  1 file changed, 1 insertion(+), 1 deletion(-)
3503
3504 commit d3e2a06b0f2587e913a9c3ff1a20c187f260db80
3505 Author: Behdad Esfahbod <behdad@behdad.org>
3506 Date:   Thu Jun 30 11:01:22 2016 -0700
3507
3508     [python] Use utf-32 / utf-16 based on build of Python
3509
3510     Fixes https://github.com/behdad/harfbuzz/pull/271
3511
3512  src/sample.py | 22 +++++++++++++++++++++-
3513  1 file changed, 21 insertions(+), 1 deletion(-)
3514
3515 commit fc9de44a03a97f6e93bd98d804596cb1f9f4b5fd
3516 Author: Behdad Esfahbod <behdad@behdad.org>
3517 Date:   Thu Jun 30 09:46:52 2016 -0700
3518
3519     Comments
3520
3521  src/hb-coretext.cc | 18 +++++++++---------
3522  1 file changed, 9 insertions(+), 9 deletions(-)
3523
3524 commit 46809dee30232d493539519b1bb527fa816c37db
3525 Merge: 70e72e5f 1bea49eb
3526 Author: Behdad Esfahbod <behdad@behdad.org>
3527 Date:   Thu Jun 30 09:41:03 2016 -0700
3528
3529     Merge pull request #268 from drott/conflictingFontFix
3530
3531     Discard reconfigured CTFont if URL changes
3532
3533 commit 1bea49eb4b7a94ab6222f9c3c40320cbdb247b2d
3534 Merge: 7aa3631d 70e72e5f
3535 Author: Dominik Röttsches <d-r@roettsches.de>
3536 Date:   Wed Jun 29 12:10:41 2016 +0200
3537
3538     Merge branch 'master' into conflictingFontFix
3539
3540 commit 70e72e5f61d73c33d3c8f3bf07f5a9afd0db046a
3541 Author: Behdad Esfahbod <behdad@behdad.org>
3542 Date:   Tue Jun 28 21:00:37 2016 -0700
3543
3544     [gobject] Fix a few warnings
3545
3546     Part of https://github.com/behdad/harfbuzz/issues/277
3547
3548  src/hb-buffer.cc         |  2 +-
3549  src/hb-gobject-structs.h | 12 ++++++++++++
3550  src/hb-shape.cc          |  2 --
3551  src/hb-unicode.h         | 15 ---------------
3552  4 files changed, 13 insertions(+), 18 deletions(-)
3553
3554 commit d8273aac19771033c5064a2f079c29d09a86e7c0
3555 Merge: abae93fa ae9054c7
3556 Author: Behdad Esfahbod <behdad@behdad.org>
3557 Date:   Tue Jun 28 21:15:28 2016 -0700
3558
3559     Merge pull request #280 from behdad/revert-271-patch-2
3560
3561     Revert "use utf32"
3562
3563 commit ae9054c740631e36b7582b44c5afb42ff4509461
3564 Author: Behdad Esfahbod <behdad@behdad.org>
3565 Date:   Tue Jun 28 21:14:38 2016 -0700
3566
3567     Revert "use utf32"
3568
3569  src/sample.py | 3 +--
3570  1 file changed, 1 insertion(+), 2 deletions(-)
3571
3572 commit 7aa3631dd06af74a1fa9f0bfaa5f721876be817f
3573 Merge: f7da0486 abae93fa
3574 Author: Dominik Röttsches <d-r@roettsches.de>
3575 Date:   Tue Jun 28 09:52:18 2016 +0200
3576
3577     Merge branch 'master' into conflictingFontFix
3578
3579 commit abae93faef32562f34a72981d252c848cc4f7565
3580 Merge: 07461d06 8179ff5d
3581 Author: Behdad Esfahbod <behdad@behdad.org>
3582 Date:   Mon Jun 27 14:33:27 2016 -0400
3583
3584     Merge pull request #273 from ebraminio/master
3585
3586             [dwrite] Use stream font loader instead GDI interop
3587
3588 commit 8179ff5d7ba4a140cf6743729a22072800e98a79
3589 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3590 Date:   Mon Jun 27 03:54:15 2016 +0430
3591
3592     [dwrite] Don't allocate more than needed
3593
3594     Addressing Nikolay Sivov reviews on harfbuzz mailing list
3595
3596  src/hb-directwrite.cc | 15 ++++++---------
3597  1 file changed, 6 insertions(+), 9 deletions(-)
3598
3599 commit 07b724f3419a28c479cd8a75ae0eecb841a6d2f3
3600 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3601 Date:   Fri Jun 24 12:23:25 2016 +0430
3602
3603     [dwrite] Delete remained objects
3604
3605     No longer noticeable memory increase on create/destroy iterations,
3606     highly better than current state of uniscribe backend
3607
3608  src/hb-directwrite.cc | 33 ++++++++++++++++++++++++---------
3609  1 file changed, 24 insertions(+), 9 deletions(-)
3610
3611 commit be565d17141818e006aa1e4582f3ae14c726fa85
3612 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3613 Date:   Fri Jun 24 11:42:01 2016 +0430
3614
3615     [dwrite] Release allocated blob on face destroy
3616
3617     This reduces memory consumption of my iterated font create/destroy
3618     cycle test
3619     significantly and makes it much better than uniscribe backend even
3620
3621  src/hb-directwrite.cc | 5 ++++-
3622  1 file changed, 4 insertions(+), 1 deletion(-)
3623
3624 commit f3f0ea980a359343ac0e3d359a95855c2cf7be25
3625 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3626 Date:   Thu Jun 23 16:41:37 2016 +0430
3627
3628     [dwrite] Remove ifdefs without breaking execution on old Windows
3629     versions
3630
3631  src/hb-directwrite.cc | 205
3632  +++++++++++++++++++++++++-------------------------
3633  1 file changed, 103 insertions(+), 102 deletions(-)
3634
3635 commit 6b861dbd8b3662d0fa0e51fad1736d72192da868
3636 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3637 Date:   Tue Jun 21 13:57:26 2016 +0430
3638
3639     [dwrite] Use stream font loader instead GDI interop
3640
3641     With help of
3642     https://dxr.mozilla.org/mozilla-central/source/gfx/2d/NativeFontResourceDWrite.cpp
3643
3644  src/hb-directwrite.cc | 350
3645  +++++++++++++++++++-------------------------------
3646  src/hb-directwrite.h  |   2 +-
3647  2 files changed, 135 insertions(+), 217 deletions(-)
3648
3649 commit f7da0486ed8884481d477ce08fcf928c4da9a0a3
3650 Merge: a0223274 07461d06
3651 Author: Dominik Röttsches <d-r@roettsches.de>
3652 Date:   Mon Jun 20 10:25:43 2016 +0300
3653
3654     Merge branch 'master' into conflictingFontFix
3655
3656 commit 07461d06d242cd5cfda7ccb891189f074a89b460
3657 Author: Kelvin <kelvinsthirteen@gmail.com>
3658 Date:   Sat Jun 18 22:46:38 2016 +0000
3659
3660     Use UTF-32  in Python sample
3661
3662  src/sample.py | 3 ++-
3663  1 file changed, 2 insertions(+), 1 deletion(-)
3664
3665 commit fca0c61d67aa309fc824fb18f247493c2b7701ef
3666 Merge: 4b8de1ea 98835058
3667 Author: Khaled Hosny <khaledhosny@eglug.org>
3668 Date:   Sun Jun 19 00:08:51 2016 +0300
3669
3670     Merge pull request #270 from khaledhosny/travis-failure
3671
3672     Fix make check on Travis
3673
3674 commit 988350586f607c7a46bbb658a2abecfd004f41fb
3675 Author: Khaled Hosny <khaledhosny@eglug.org>
3676 Date:   Sat Jun 18 21:12:19 2016 +0200
3677
3678     [tests] Workaround Python 2 “narrow” builds
3679
3680     The so-called Python 2 “narrow” builds support UCS2 only, this
3681     is a
3682     workaround to allow unichr to work with any Unicode character in such
3683     builds. This fixes Travis-CI failure as it has narrow Python 2 builds.
3684
3685     Copied from:
3686     https://github.com/behdad/fonttools/blob/master/Lib/fontTools/misc/py23.py
3687
3688  test/shaping/hb_test_tools.py | 38 +++++++++++++++++++++++++++++++++++++-
3689  1 file changed, 37 insertions(+), 1 deletion(-)
3690
3691 commit a0223274b97e82fe02730fd45729172511fec459
3692 Author: Dominik Röttsches <drott@chromium.org>
3693 Date:   Thu Jun 16 14:19:39 2016 +0200
3694
3695     Discard reconfigured CTFont if URL changes
3696
3697     Fixes https://github.com/behdad/harfbuzz/issues/267
3698
3699  src/hb-coretext.cc | 24 +++++++++++++++++++++---
3700  1 file changed, 21 insertions(+), 3 deletions(-)
3701
3702 commit 4b8de1ea804b225e8357422d0686aad76b05ccf3
3703 Author: Behdad Esfahbod <behdad@behdad.org>
3704 Date:   Mon Jun 6 23:08:54 2016 -0700
3705
3706     Round, not truncate, when scaling values
3707
3708     Fixes https://github.com/behdad/harfbuzz/issues/255
3709
3710  src/hb-font-private.hh | 8 +++++++-
3711  1 file changed, 7 insertions(+), 1 deletion(-)
3712
3713 commit a93078a0ece6dcdea8c5b46cabd30854dd7cf593
3714 Author: Behdad Esfahbod <behdad@behdad.org>
3715 Date:   Mon Jun 6 15:58:41 2016 -0700
3716
3717     Change bugreport URL to github
3718
3719     That's where everything is happening these days.
3720
3721  configure.ac | 2 +-
3722  1 file changed, 1 insertion(+), 1 deletion(-)
3723
3724 commit bed201d2b839c1b1e727e17efc2e0c8f705b86c5
3725 Author: Behdad Esfahbod <behdad@behdad.org>
3726 Date:   Mon Jun 6 14:14:24 2016 -0700
3727
3728     Update for latest Unicode 9 data files
3729
3730  src/hb-ot-shape-complex-indic-table.cc | 10 +++++-----
3731  src/hb-ot-shape-complex-indic.cc       |  5 -----
3732  src/hb-ot-shape-complex-use-table.cc   |  4 ++--
3733  3 files changed, 7 insertions(+), 12 deletions(-)
3734
3735 commit aba4b0ca52f490adfc2f3c6ec0accddd6596fdf6
3736 Author: Behdad Esfahbod <behdad@behdad.org>
3737 Date:   Wed Jun 1 16:57:29 2016 -0700
3738
3739     Add TODO
3740
3741  src/hb-font.cc | 1 +
3742  1 file changed, 1 insertion(+)
3743
3744 commit a2b03de5b30b7e83f7fbf3457e9ba9c00eb88d00
3745 Author: Behdad Esfahbod <behdad@behdad.org>
3746 Date:   Fri May 6 17:56:07 2016 +0100
3747
3748     [myanmar] Handle U+AA74..U+AA76
3749
3750     Fixes https://github.com/behdad/harfbuzz/issues/218
3751
3752  src/hb-ot-shape-complex-myanmar.cc | 5 +++++
3753  1 file changed, 5 insertions(+)
3754
3755 commit 6c0aa9e92bbd22011c85d98c6db021012f7b4101
3756 Author: Behdad Esfahbod <behdad@behdad.org>
3757 Date:   Fri May 6 17:50:06 2016 +0100
3758
3759     Fix build on droid.io
3760
3761  test/shaping/tests/use.tests | 2 +-
3762  1 file changed, 1 insertion(+), 1 deletion(-)
3763
3764 commit 9b6312f9451db790db00dc2c2e27a5a1db852e72
3765 Author: Behdad Esfahbod <behdad@behdad.org>
3766 Date:   Fri May 6 17:41:49 2016 +0100
3767
3768     [use] Update to draft spec from Andrew Glass from August 2015
3769
3770  src/gen-use-table.py                               |  29 +++--
3771  src/hb-ot-shape-complex-use-machine.rl             |  15 +--
3772  src/hb-ot-shape-complex-use-private.hh             |   1 -
3773  src/hb-ot-shape-complex-use-table.cc               | 142
3774  ++++++++++-----------
3775  src/hb-ot-shape-complex-use.cc                     |  11 +-
3776  .../6ff0fbead4462d9f229167b4e6839eceb8465058.ttf   | Bin 0 -> 1148 bytes
3777  test/shaping/tests/use.tests                       |   1 +
3778  7 files changed, 93 insertions(+), 106 deletions(-)
3779
3780 commit 3e4e7616a8ca80a50a438601b84428b4ba4c8694
3781 Author: Behdad Esfahbod <behdad@behdad.org>
3782 Date:   Fri May 6 17:28:25 2016 +0100
3783
3784     [use] Add a catch-all clause to the machine
3785
3786  src/hb-ot-shape-complex-use-machine.rl | 2 ++
3787  src/hb-ot-shape-complex-use.cc         | 2 ++
3788  2 files changed, 4 insertions(+)
3789
3790 commit d04e461fe3310ccaf8633efcb79b8eb6ca2201c3
3791 Author: Behdad Esfahbod <behdad@behdad.org>
3792 Date:   Fri May 6 17:17:00 2016 +0100
3793
3794     [use] Fix 'Number-joiner terminated cluster' to use HN instead of H
3795
3796     From draft update to USE.
3797
3798  src/hb-ot-shape-complex-use-machine.rl | 2 +-
3799  1 file changed, 1 insertion(+), 1 deletion(-)
3800
3801 commit 359dead960c825edeb4587915a511d323f1c1f2a
3802 Author: Behdad Esfahbod <behdad@behdad.org>
3803 Date:   Fri May 6 16:19:19 2016 +0100
3804
3805     Allow MultipleSubst to delete glyph
3806
3807     Fixes https://github.com/behdad/harfbuzz/issues/253
3808
3809     Hopefully we got the logic right.
3810
3811  src/hb-ot-layout-gsub-table.hh       | 17 +++++++----------
3812  src/hb-ot-layout-gsubgpos-private.hh | 11 +++++++----
3813  2 files changed, 14 insertions(+), 14 deletions(-)
3814
3815 commit 3c1666cfb589275de96d54eecb95a13a98e3819e
3816 Author: Behdad Esfahbod <behdad@behdad.org>
3817 Date:   Fri May 6 16:05:07 2016 +0100
3818
3819     [indic] Remove more unused logic after Javanese is gone
3820
3821  src/hb-ot-shape-complex-indic.cc | 50
3822  +++++++++++++++-------------------------
3823  1 file changed, 18 insertions(+), 32 deletions(-)
3824
3825 commit 8b5d6e755b271d0d22b31a7726d5bfbf2aae8b2f
3826 Author: Behdad Esfahbod <behdad@behdad.org>
3827 Date:   Fri May 6 15:59:27 2016 +0100
3828
3829     [indic] Remove unused Javanese bits
3830
3831  src/hb-ot-shape-complex-indic-machine.rl | 3 +--
3832  src/hb-ot-shape-complex-indic-private.hh | 5 ++---
3833  src/hb-ot-shape-complex-indic.cc         | 4 ----
3834  3 files changed, 3 insertions(+), 9 deletions(-)
3835
3836 commit 30e6e29f0f0f77eb65bfd1c4576b38c2da555017
3837 Author: Behdad Esfahbod <behdad@behdad.org>
3838 Date:   Fri May 6 15:52:27 2016 +0100
3839
3840     [indic/use] Move Javanese from Indic shaper to USE
3841
3842     Fixes https://github.com/behdad/harfbuzz/issues/243
3843
3844     With javatext.ttf, the reodering medial Ra gets its advance width
3845     zero'ed in Uniscribe implementation, and the font adds the advance
3846     back.  Our Indic shaper does not do that, but USE does.  So, route
3847     Javanese through USE.  That's what Microsoft does anyway.  Test:
3848
3849       U+A9A5,U+A9BA
3850
3851     This also seems to fix the following sequence, and variations thereof:
3852
3853       U+A99F,U+A9C0,U+A9A2,U+A9BF
3854
3855  src/gen-indic-table.py                             |  1 -
3856  src/hb-ot-shape-complex-indic-table.cc             | 23
3857  ++++------------------
3858  src/hb-ot-shape-complex-private.hh                 |  5 +----
3859  .../south-east-asian/script-javanese/misc.txt      |  1 +
3860  4 files changed, 6 insertions(+), 24 deletions(-)
3861
3862 commit c6ee5f5f06a27a6f147f63aaf51186622821f20b
3863 Author: Behdad Esfahbod <behdad@behdad.org>
3864 Date:   Fri May 6 15:39:02 2016 +0100
3865
3866     Add Javanese sample text
3867
3868  .../south-east-asian/script-javanese/misc.txt      | 53
3869  ++++++++++++++++++++++
3870  1 file changed, 53 insertions(+)
3871
3872 commit e21921a68a959b7e929f71a4260a6cbe055ab4e6
3873 Author: Behdad Esfahbod <behdad@behdad.org>
3874 Date:   Fri May 6 15:24:39 2016 +0100
3875
3876     Minor
3877
3878  BUILD.md | 9 ++++++---
3879  1 file changed, 6 insertions(+), 3 deletions(-)
3880
3881 commit 01a30a6aa9a5827c93245961e3392a1f361745fe
3882 Author: Behdad Esfahbod <behdad@behdad.org>
3883 Date:   Fri May 6 11:50:02 2016 +0100
3884
3885     [indic] Remove data for scripts that don't go thorough this shaper
3886
3887  src/gen-indic-table.py                 |  29 +-
3888  src/hb-ot-shape-complex-indic-table.cc | 604
3889  +--------------------------------
3890  2 files changed, 43 insertions(+), 590 deletions(-)
3891
3892 commit 7cd9269f4eba7b85cd72301a3fc39fab42a4e439
3893 Author: Behdad Esfahbod <behdad@behdad.org>
3894 Date:   Fri May 6 11:34:46 2016 +0100
3895
3896     Update tables to Unicode 9.0.0 beta
3897
3898     Fixes https://github.com/behdad/harfbuzz/issues/251
3899
3900  src/hb-ot-shape-complex-arabic-table.hh |  56 ++++++++-----
3901  src/hb-ot-shape-complex-indic-table.cc  | 137
3902  +++++++++++++++++++++++---------
3903  src/hb-ot-shape-complex-use-table.cc    |  86 ++++++++++++++------
3904  3 files changed, 196 insertions(+), 83 deletions(-)
3905
3906 commit f718fe370ea89e8aeb407addaa6cc926d52a4cdb
3907 Author: Behdad Esfahbod <behdad@behdad.org>
3908 Date:   Fri May 6 11:21:12 2016 +0100
3909
3910     Minor
3911
3912  src/gen-indic-table.py | 4 ++--
3913  1 file changed, 2 insertions(+), 2 deletions(-)
3914
3915 commit 691086f131cb6c9d97e98730c27673484bf93f87
3916 Author: Behdad Esfahbod <behdad@behdad.org>
3917 Date:   Fri May 6 12:08:18 2016 +0100
3918
3919     Add Unicode 9 beta scripts
3920
3921     These are frozen, so good time to add.
3922
3923  src/hb-common.cc                   | 3 +++
3924  src/hb-common.h                    | 9 +++++++++
3925  src/hb-ot-shape-complex-private.hh | 9 +++++++++
3926  src/hb-ot-shape-complex-use.cc     | 3 +++
3927  4 files changed, 24 insertions(+)
3928
3929 commit bc5198fe1277d662926a4f616913c085cd4fc8ee
3930 Author: Behdad Esfahbod <behdad@behdad.org>
3931 Date:   Fri May 6 11:59:05 2016 +0100
3932
3933     Whitespace
3934
3935  src/hb-common.h | 13 +++++++------
3936  1 file changed, 7 insertions(+), 6 deletions(-)
3937
3938 commit a5b7b0dd4508d8a1e7573b75c4cb8832c9e34e3f
3939 Author: Behdad Esfahbod <behdad@behdad.org>
3940 Date:   Mon May 2 10:44:13 2016 +0200
3941
3942     1.2.7
3943
3944  NEWS         | 12 ++++++++++++
3945  configure.ac |  2 +-
3946  2 files changed, 13 insertions(+), 1 deletion(-)
3947
3948 commit 9879fc1db3cad684f412c2f3d6b49e0435697d0e
3949 Author: Behdad Esfahbod <behdad@behdad.org>
3950 Date:   Mon May 2 10:29:12 2016 +0200
3951
3952     [ot-font] Remove unused 'post' table include for now
3953
3954     To make a release...
3955
3956  src/hb-ot-font.cc | 2 +-
3957  1 file changed, 1 insertion(+), 1 deletion(-)
3958
3959 commit f8061ae7972462ad800c23be7cd7b3d7ab94b93b
3960 Author: Behdad Esfahbod <behdad@behdad.org>
3961 Date:   Mon May 2 10:28:24 2016 +0200
3962
3963     [tests] Fix test
3964
3965  test/shaping/Makefile.am                                                |
3966  2 +-
3967  .../tests/{fallback-positioning.test => fallback-positioning.tests}
3968  | 0
3969  2 files changed, 1 insertion(+), 1 deletion(-)
3970
3971 commit f00ab2a33ab34ba64f38cbbe65830c770a3e071e
3972 Author: Behdad Esfahbod <behdad@behdad.org>
3973 Date:   Mon May 2 10:24:00 2016 +0200
3974
3975     [hb-ot-font] Make 'glyf' table loading lazy
3976
3977     Apparently some clients have reference-table callbacks that copy
3978     the table.
3979     As such, avoid loading 'glyf' table which is only needed if fallback
3980     positioning
3981     happens.
3982
3983  src/hb-ot-font.cc                                  |  45
3984  ++++++++++++++++++++-
3985  test/shaping/Makefile.am                           |   1 +
3986  .../7ef276fc886ea502a03b9b0e5c8b547d5dc2b61c.ttf   | Bin 0 -> 784 bytes
3987  test/shaping/tests/fallback-positioning.test       |   2 +
3988  4 files changed, 46 insertions(+), 2 deletions(-)
3989
3990 commit 587d46227a56940a7f5bb053cbeda6144394acf7
3991 Author: Behdad Esfahbod <behdad@behdad.org>
3992 Date:   Sat Apr 30 19:20:56 2016 +0200
3993
3994     [ot-font] Start implementing 'post' table, for accessing glyph names
3995
3996  src/Makefile.sources        |   1 +
3997  src/hb-open-type-private.hh |  12 ++++-
3998  src/hb-ot-font.cc           |   1 +
3999  src/hb-ot-post-table.hh     | 119
4000  ++++++++++++++++++++++++++++++++++++++++++++
4001  4 files changed, 132 insertions(+), 1 deletion(-)
4002
4003 commit 9abaaac409b8e3a0a9182b67dc384133013f7878
4004 Merge: 2f560ee4 264b7a72
4005 Author: Behdad Esfahbod <behdad@behdad.org>
4006 Date:   Wed Apr 27 03:38:24 2016 -0700
4007
4008     Merge commit '264b7a728a41becfbf23ce258fc2a3af19d0cbbe' into HEAD
4009
4010 commit 2f560ee44b7b08683e8e6955fe3b95187e8bda32
4011 Author: Behdad Esfahbod <behdad@behdad.org>
4012 Date:   Wed Apr 27 03:11:41 2016 -0700
4013
4014     [tibetan] Reorder marks to better match Uniscribe
4015
4016     Fixes https://github.com/behdad/harfbuzz/issues/237
4017
4018     Note that Uniscribe enforces a certain syllable order.  We don't.
4019     But with this change, I get all of the tibetan contractions pass
4020     with Microsoft Himalaya font.
4021
4022  src/hb-unicode-private.hh | 8 ++++++--
4023  1 file changed, 6 insertions(+), 2 deletions(-)
4024
4025 commit f68390f196216718c22c434e1d8921118e646824
4026 Author: Behdad Esfahbod <behdad@behdad.org>
4027 Date:   Wed Apr 27 02:44:35 2016 -0700
4028
4029     [test] Add text for Tibetan shorthand contractions
4030
4031     From http://www.babelstone.co.uk/Tibetan/Contractions.html
4032
4033  .../script-tibetan/misc/contractions.txt           | 612
4034  +++++++++++++++++++++
4035  1 file changed, 612 insertions(+)
4036
4037 commit 264b7a728a41becfbf23ce258fc2a3af19d0cbbe
4038 Merge: 7e2da035 adafdcdd
4039 Author: Khaled Hosny <khaledhosny@eglug.org>
4040 Date:   Wed Apr 27 03:48:23 2016 +0300
4041
4042     Merge pull request #247 from khaledhosny/update-opentype-language-tags
4043
4044     Update opentype language tags
4045
4046 commit adafdcddced076da4bfa3114a00e15a387aaf1f7
4047 Author: Arthur Reutenauer <arthur.reutenauer@normalesup.org>
4048 Date:   Sat Nov 7 23:37:21 2015 +0000
4049
4050     Mass-added “difficult” tags – to be curated.
4051
4052  src/hb-ot-tag.cc | 69
4053  +++++++++++++++++++++++++++++---------------------------
4054  1 file changed, 36 insertions(+), 33 deletions(-)
4055
4056 commit 3d6a2c0d7d9f6c5b3097f78c1123f9e59dcc76e2
4057 Author: Arthur Reutenauer <arthur.reutenauer@normalesup.org>
4058 Date:   Sat Nov 7 22:59:13 2015 +0000
4059
4060     Initial import of missing OpenType 1.7 language tags.
4061
4062  src/hb-ot-tag.cc | 67
4063  +++++++++++++++++++++++++++++++++++++++++++++++++++-----
4064  1 file changed, 61 insertions(+), 6 deletions(-)
4065
4066 commit 7e2da035f68e46ce8f4759b67b4ed3a1b211d793
4067 Author: Behdad Esfahbod <behdad@behdad.org>
4068 Date:   Tue Apr 26 16:42:25 2016 -0700
4069
4070     Undo accidental change
4071
4072  src/hb-ot-shape-complex-arabic.cc | 2 +-
4073  1 file changed, 1 insertion(+), 1 deletion(-)
4074
4075 commit b20305022a8235b19e6b640bc62651854e1336f1
4076 Author: Behdad Esfahbod <behdad@behdad.org>
4077 Date:   Tue Apr 26 16:41:17 2016 -0700
4078
4079     Do NOT ignore Mongolian Free Variation Selectors during matching
4080
4081     Fixes https://github.com/behdad/harfbuzz/issues/234
4082
4083  src/hb-ot-layout-gsubgpos-private.hh               |   2 +-
4084  src/hb-ot-layout-private.hh                        |  23
4085  +++++++++++++++++++--
4086  src/hb-ot-shape-complex-arabic.cc                  |   2 +-
4087  .../a34a7b00f22ffb5fd7eef6933b81c7e71bc2cdfb.ttf   | Bin 0 -> 3700 bytes
4088  .../tests/mongolian-variation-selector.tests       |   1 +
4089  5 files changed, 24 insertions(+), 4 deletions(-)
4090
4091 commit 21ab5501f5f5267d20cf23256866dd9d82a667ef
4092 Author: Behdad Esfahbod <behdad@behdad.org>
4093 Date:   Tue Apr 26 16:02:04 2016 -0700
4094
4095     Move ZWJ/ZWNJ bits to top byte of unicode_props()
4096
4097     To make room to remember Mongolian Free Variation Selectors.
4098     Part of fixing https://github.com/behdad/harfbuzz/issues/234
4099
4100  src/hb-ot-layout-private.hh | 40 ++++++++++++++++++++++------------------
4101  1 file changed, 22 insertions(+), 18 deletions(-)
4102
4103 commit de508516cb06ddb064d75bd7be8e843a5ebcf70d
4104 Author: Behdad Esfahbod <behdad@behdad.org>
4105 Date:   Tue Apr 26 11:28:37 2016 -0700
4106
4107     [util] Print out --debug buffer to stderr
4108
4109  util/main-font-text.hh | 2 +-
4110  1 file changed, 1 insertion(+), 1 deletion(-)
4111
4112 commit 29393884b9f045460fb65d6ad10a94461ba93430
4113 Author: Behdad Esfahbod <behdad@behdad.org>
4114 Date:   Tue Apr 26 10:35:23 2016 -0700
4115
4116     Annotate blacklisted fonts with their sha1sum
4117
4118  src/hb-ot-layout.cc | 18 ++++++++++++------
4119  1 file changed, 12 insertions(+), 6 deletions(-)
4120
4121 commit 14bb4a56971fd45063cd6c1288d911627088abb2
4122 Merge: 1c625dff 5069062d
4123 Author: Sascha Brawer <sascha@brawer.ch>
4124 Date:   Tue Apr 26 11:38:16 2016 +0200
4125
4126     Merge pull request #245 from KonstantinRitt/fixes/ce
4127
4128     Unbreak build on Windows CE
4129
4130 commit 5069062d0a9342bb716eebf3ddc1efad91924caa
4131 Author: Konstantin Ritt <ritt.ks@gmail.com>
4132 Date:   Tue Apr 26 12:02:26 2016 +0400
4133
4134     Unbreak build on Windows CE
4135
4136     0475ef2f97e3035a2eea9a0f96031331e07e8e29 broke the build by using
4137     vsnprintf(), which is not defined on Windows CE
4138
4139  src/hb-private.hh | 1 +
4140  1 file changed, 1 insertion(+)
4141
4142 commit 1c625dff2269c54ff429ca45be88893ff1fa6c34
4143 Author: Behdad Esfahbod <behdad@behdad.org>
4144 Date:   Sat Apr 9 12:53:23 2016 -0700
4145
4146     Minor
4147
4148  src/hb-ot-layout.cc | 8 ++++----
4149  1 file changed, 4 insertions(+), 4 deletions(-)
4150
4151 commit 851b0db36d1b724fc1e0db506445119c78186285
4152 Author: Behdad Esfahbod <behdad@behdad.org>
4153 Date:   Fri Apr 8 23:46:55 2016 -0700
4154
4155     Minor.  We should never get to this branch, but fix it anyway.
4156
4157  src/hb-ot-layout-common-private.hh | 6 +++++-
4158  1 file changed, 5 insertions(+), 1 deletion(-)
4159
4160 commit 00ea66f35754a1e6e4d3b7b139d611a9a623a9d1
4161 Author: Behdad Esfahbod <behdad@behdad.org>
4162 Date:   Fri Apr 8 13:51:01 2016 -0700
4163
4164     1.2.6
4165
4166  NEWS         | 10 ++++++++++
4167  configure.ac |  2 +-
4168  2 files changed, 11 insertions(+), 1 deletion(-)
4169
4170 commit 4f3d59a1877dcb94d09da48e9694a6c1b05a86fe
4171 Author: Behdad Esfahbod <behdad@behdad.org>
4172 Date:   Fri Apr 8 13:41:20 2016 -0700
4173
4174     Blacklist another set of timesi.ttf and timesbi.ttf
4175
4176  src/hb-ot-layout.cc | 2 ++
4177  1 file changed, 2 insertions(+)
4178
4179 commit ef476be80d773332e0c768a3465d99381d76edd9
4180 Merge: a0331b55 d3134a66
4181 Author: Behdad Esfahbod <behdad@behdad.org>
4182 Date:   Fri Apr 8 13:16:33 2016 -0700
4183
4184     Merge pull request #239 from ebraminio/dwfix
4185
4186     Improve DirectWrite backend
4187
4188 commit d3134a66ad551ded726db9528d3c25459088f105
4189 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4190 Date:   Tue Apr 5 21:01:05 2016 +0000
4191
4192     Fix when no feature is given
4193
4194  src/hb-directwrite.cc | 8 +++++---
4195  1 file changed, 5 insertions(+), 3 deletions(-)
4196
4197 commit a0331b55f7b45437980e1fc323251f4091bf2c4e
4198 Author: Behdad Esfahbod <behdad@behdad.org>
4199 Date:   Mon Apr 4 16:25:32 2016 -0700
4200
4201     1.2.5
4202
4203  NEWS         | 7 +++++++
4204  configure.ac | 2 +-
4205  2 files changed, 8 insertions(+), 1 deletion(-)
4206
4207 commit 6e55199b5f097ac93bad38f32e9813e2da14c5a7
4208 Author: Behdad Esfahbod <behdad@behdad.org>
4209 Date:   Mon Apr 4 16:24:27 2016 -0700
4210
4211     Add test for 6dd80faf0dcb3e8a8915c3a25da44e2a67cb0cd8
4212
4213  test/shaping/Makefile.am                                |   1 +
4214  .../f22416c692720a7d46fadf4af99f4c9e094f00b9.ttf        | Bin 0 ->
4215  16736 bytes
4216  test/shaping/tests/mark-filtering-sets.tests            |   5 +++++
4217  3 files changed, 6 insertions(+)
4218
4219 commit 59089622dbb8dda783b1639c932123f125c3592d
4220 Author: Behdad Esfahbod <behdad@behdad.org>
4221 Date:   Mon Apr 4 14:54:32 2016 -0700
4222
4223     [coretext] Clarify comment
4224
4225  src/hb-coretext.cc | 8 +++-----
4226  1 file changed, 3 insertions(+), 5 deletions(-)
4227
4228 commit 6dd80faf0dcb3e8a8915c3a25da44e2a67cb0cd8
4229 Author: Behdad Esfahbod <behdad@behdad.org>
4230 Date:   Mon Apr 4 14:34:25 2016 -0700
4231
4232     Fix FixedVersion::to_int()
4233
4234     Ouch.  Had broken it in 9a13ed453ef96822a47d6e6f58332b87f38d5c59
4235
4236     Fixes https://github.com/behdad/harfbuzz/issues/238
4237     Will add test soon.
4238
4239  src/hb-open-type-private.hh | 2 +-
4240  1 file changed, 1 insertion(+), 1 deletion(-)
4241
4242 commit 4a104021697439fd21390a1f4cdc9310348882fa
4243 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4244 Date:   Sat Apr 2 13:47:59 2016 +0000
4245
4246     Hide justification behind HB_DIRECTWRITE_EXPERIMENTAL_JUSTIFICATION
4247
4248  src/hb-directwrite.cc | 8 ++++----
4249  1 file changed, 4 insertions(+), 4 deletions(-)
4250
4251 commit 63ee9ca5d81b53eb035972754ed95572821c393c
4252 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4253 Date:   Fri Apr 1 15:47:07 2016 +0000
4254
4255     Use standard types instead Windows favourites ones
4256
4257  src/hb-directwrite.cc | 100
4258  +++++++++++++++++++++++++-------------------------
4259  1 file changed, 50 insertions(+), 50 deletions(-)
4260
4261 commit adf20ba0d18d1506e633dcd9b4827a6c93abcadd
4262 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4263 Date:   Fri Apr 1 15:36:40 2016 +0000
4264
4265     Limit GetJustifiedGlyphs only to scripts with custom justification
4266     character
4267
4268  src/hb-directwrite.cc | 98
4269  +++++++++++++++++++++++++++++++--------------------
4270  1 file changed, 60 insertions(+), 38 deletions(-)
4271
4272 commit 32ae9d1b3ffbe7e26e654437a56a26a95fe9f5a6
4273 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4274 Date:   Fri Apr 1 06:39:57 2016 +0000
4275
4276     Add justification support
4277
4278  src/hb-directwrite.cc | 321
4279  ++++++++++++++++++++++++++++++++------------------
4280  1 file changed, 205 insertions(+), 116 deletions(-)
4281
4282 commit 10c3d9e41520595c88dd2a8321590e03ce8fcf47
4283 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4284 Date:   Thu Mar 31 18:19:44 2016 +0000
4285
4286     Basic opentype features support
4287
4288  src/hb-directwrite.cc | 62
4289  ++++++++++++++++++++++++++++++++++-----------------
4290  1 file changed, 42 insertions(+), 20 deletions(-)
4291
4292 commit d129897120d3ad414220d603557c15a60aa69fa6
4293 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4294 Date:   Thu Mar 31 13:45:37 2016 +0000
4295
4296     Refactor and remove dupe getglyphs call
4297
4298  src/hb-directwrite.cc | 106
4299  ++++++++++++++++++++++++--------------------------
4300  1 file changed, 51 insertions(+), 55 deletions(-)
4301
4302 commit 5f1a8961008b93f72acc47336109af3a64e248d0
4303 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4304 Date:   Thu Mar 31 12:26:16 2016 +0000
4305
4306     Better glyph offset support
4307
4308  src/hb-directwrite.cc | 44 ++++++++++++++++++++++++--------------------
4309  1 file changed, 24 insertions(+), 20 deletions(-)
4310
4311 commit d691ba3f405738c6857450752b8cc0911dfcdb01
4312 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4313 Date:   Wed Mar 30 20:21:40 2016 +0000
4314
4315     Don't fail when language is not set
4316
4317  src/hb-directwrite.cc | 9 ++++++---
4318  1 file changed, 6 insertions(+), 3 deletions(-)
4319
4320 commit 1c00a46c7a608ebc0b03c5abfcfe7f2b9881d0df
4321 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4322 Date:   Wed Mar 30 20:15:09 2016 +0000
4323
4324     Make DirectWrite backend to work with different font sizes
4325
4326     Actually copyedited same logic from Uniscribe to make it just work
4327
4328  src/hb-directwrite.cc | 7 ++++++-
4329  1 file changed, 6 insertions(+), 1 deletion(-)
4330
4331 commit 0251b0cc5c39272d2299d4b2ab802faaafe96837
4332 Author: Behdad Esfahbod <behdad@behdad.org>
4333 Date:   Thu Mar 17 14:37:11 2016 -0700
4334
4335     1.2.4
4336
4337  NEWS         | 15 +++++++++++++++
4338  configure.ac |  2 +-
4339  2 files changed, 16 insertions(+), 1 deletion(-)
4340
4341 commit 69f9fbc4200442a35484d3c790ae8f4979be5d60
4342 Author: Behdad Esfahbod <behdad@behdad.org>
4343 Date:   Thu Mar 17 11:59:43 2016 -0700
4344
4345     Synthesize GDEF glyph class for any glyph that does not have one
4346     in GDEF
4347
4348     Previously we only synthesized GDEF glyph classes if the glyphClassDef
4349     array in GDEF was null.  This worked well enough, and is indeed what
4350     OpenType requires: "If the font does not include a GlyphClassDef
4351     table,
4352     the client must define and maintain this information when using the
4353     GSUB and GPOS tables."  That sentence does not quite make sense since
4354     one needs Unicode properties as well, but is close enough.
4355
4356     However, looks like Arial Unicode as shipped on WinXP, does have GDEF
4357     glyph class array, but defines no classes for Hebrew.  This results
4358     in Hebrew marks not getting their widths zeroed.  So, with this
4359     change,
4360     we synthesize glyph class for any glyph that is not specified in the
4361     GDEF glyph class table.  Since, from our point of view, a glyph not
4362     being listed in that table is a font bug, any unwanted consequence of
4363     this change is a font bug :).
4364
4365     Note that we still don't get the same rendering as Uniscribe, since
4366     Uniscribe seems to do fallback positioning as well, even though the
4367     font does have a GPOS table (which does NOT cover Hebrew!).  We are
4368     not going to try to match that though.
4369
4370     Test string for Arial Unicode:
4371
4372             U+05E9,U+05B8,U+05C1,U+05DC
4373
4374     Before:         [gid1166=3+991|gid1142=0+737|gid5798=0+1434]
4375     After:          [gid1166=3+991|gid1142=0+0|gid5798=0+1434]
4376     Uniscribe:      [gid1166=3+991|gid1142=0@348,0+0|gid5798=0+1434]
4377
4378     Note that our new output matches what we were generating until July
4379     2014, because the Hebrew shaper used to zero mark advances based on
4380     Unicode, NOT GDEF.  That's 9e834e29e0b657f0555df1ab9cea79ff7abcf08d.
4381
4382     Reported by Greg Douglas.
4383
4384  src/hb-ot-layout-gsub-table.hh | 22 ++++++++++++++++++++--
4385  src/hb-ot-shape.cc             | 29 -----------------------------
4386  2 files changed, 20 insertions(+), 31 deletions(-)
4387
4388 commit fef5dd9a72f326c160a7194f558749d24bac7283
4389 Merge: 01ea9eaa 5f995db1
4390 Author: Behdad Esfahbod <behdad@behdad.org>
4391 Date:   Sat Mar 12 19:15:15 2016 -0800
4392
4393     Merge pull request #232 from c0nk/wip-icu
4394
4395     Add --with-icu=builtin option; fix compile error
4396
4397 commit 01ea9eaac373d9f3de6e56c1ca26cdcd259ecc8e
4398 Author: Behdad Esfahbod <behdad@behdad.org>
4399 Date:   Fri Mar 11 18:50:02 2016 -0800
4400
4401     [build] Use tar-ustar instead of tar-pax
4402
4403     The default tar-v7 is not good enough for us (99 char filename
4404     limit), so I have had bumped to tar-pax.  We got one complaint
4405     that someone's tar couldn't handle tar-pax.  Set to tar-ustar
4406     which is ~13 years earlier than tar-pax and is good enough for us.
4407
4408  configure.ac | 2 +-
4409  1 file changed, 1 insertion(+), 1 deletion(-)
4410
4411 commit 3e10460a1dd41de32752e308771aa30d23565cc0
4412 Author: Behdad Esfahbod <behdad@behdad.org>
4413 Date:   Fri Mar 11 18:45:19 2016 -0800
4414
4415     Minor comment
4416
4417  src/hb-unicode-private.hh | 2 +-
4418  1 file changed, 1 insertion(+), 1 deletion(-)
4419
4420 commit d14fea4bdcc1423fe9a585af3abdefa9605d17e6
4421 Author: Behdad Esfahbod <behdad@behdad.org>
4422 Date:   Tue Mar 8 12:16:41 2016 -0800
4423
4424     Remove default clause in minor switch statements
4425
4426     Bending to clang warnings...
4427     https://bugs.chromium.org/p/chromium/issues/detail?id=593057
4428
4429  src/hb-ot-shape-complex-indic.cc | 4 ----
4430  src/hb-ot-shape-complex-thai.cc  | 1 -
4431  2 files changed, 5 deletions(-)
4432
4433 commit ce8ae9970102f83b67bb1e8e8b2bf894a0e26c07
4434 Merge: 731a430c 71248a84
4435 Author: Behdad Esfahbod <behdad@behdad.org>
4436 Date:   Fri Mar 4 17:20:35 2016 -0800
4437
4438     Merge pull request #231 from KonstantinRitt/post123buildfix
4439
4440     Fix build with HB_DISABLE_DEPRECATED
4441
4442 commit 731a430cd36caabcef04e099b21ebc6daedd536f
4443 Author: Behdad Esfahbod <behdad@behdad.org>
4444 Date:   Wed Mar 2 13:32:42 2016 -0800
4445
4446     Fix requiredFeature stage handling logic
4447
4448     Originally the way Jonathan had written this was correct in
4449     "continue"ing:
4450
4451     https://github.com/jfkthame/harfbuzz/commit/35e28c7a733eaffcd9f062b18d7db9fbb3d990fc#diff-ead86a33a5cc9ad7f6e6381031a0baddR199
4452
4453     When I rewrote his patch, I messed it up:
4454
4455     https://github.com/behdad/harfbuzz/commit/da132937989acb4d8ca9bd41c79f98750e7dda30#diff-ead86a33a5cc9ad7f6e6381031a0baddR209
4456
4457     the intended behavior was NOT to set found=TRUE and NOT to continue.
4458     This was resulting in feature_index[table_index] being left unset.
4459     Oops!
4460
4461  src/hb-ot-map.cc | 5 +----
4462  1 file changed, 1 insertion(+), 4 deletions(-)
4463
4464 commit 68b6296d3333fd38bd5442d2ba087ced481603bc
4465 Author: Behdad Esfahbod <behdad@behdad.org>
4466 Date:   Tue Mar 1 16:41:53 2016 +0900
4467
4468     Add F2DOT14 type
4469
4470  src/hb-open-type-private.hh | 9 +++++++++
4471  1 file changed, 9 insertions(+)
4472
4473 commit 082b79fe9f06607998178dcdcbe817af28b017de
4474 Author: Behdad Esfahbod <behdad@behdad.org>
4475 Date:   Tue Mar 1 16:41:26 2016 +0900
4476
4477     Use FWORD and UFWORD when it makes sense
4478
4479     I had forgotten about those types.
4480
4481  src/hb-ot-glyf-table.hh | 8 ++++----
4482  src/hb-ot-hmtx-table.hh | 6 +++---
4483  2 files changed, 7 insertions(+), 7 deletions(-)
4484
4485 commit 5f995db10381172ec63fd7ffbb0acf2c6b3dae5e
4486 Author: Kal Conley <kcconley@gmail.com>
4487 Date:   Fri Feb 26 00:36:17 2016 +0100
4488
4489     Fix missing ICU #include
4490
4491     Fix compile error in hb-icu.cc when ICU configured with
4492     U_NO_DEFAULT_INCLUDE_UTF_HEADERS=1
4493
4494  src/hb-icu.cc | 1 +
4495  1 file changed, 1 insertion(+)
4496
4497 commit b424b6c372dfe4c0ed75a49761eb34a416819446
4498 Author: Kal Conley <kcconley@gmail.com>
4499 Date:   Fri Feb 26 00:35:15 2016 +0100
4500
4501     Add --with-icu=builtin configure option
4502
4503  configure.ac    | 33 +++++++++++++++++++--------------
4504  src/Makefile.am |  7 +++++++
4505  2 files changed, 26 insertions(+), 14 deletions(-)
4506
4507 commit 71248a843f976c86022eb5bb8c6e8880b2499937
4508 Author: Konstantin Ritt <ritt.ks@gmail.com>
4509 Date:   Thu Feb 25 18:55:28 2016 +0400
4510
4511     Fix build with HB_DISABLE_DEPRECATED
4512
4513     When HB_DISABLE_DEPRECATED is defined, no code from hb-deprecated.h
4514     should be used, even from within HB itself.
4515
4516  src/hb-font.cc | 4 ++++
4517  1 file changed, 4 insertions(+)
4518
4519 commit 0c7fb7419c20d04b803412945565562c32b42929
4520 Author: Behdad Esfahbod <behdad@behdad.org>
4521 Date:   Thu Feb 25 14:40:09 2016 +0900
4522
4523     Speed up buffer variable allocation sanity check
4524
4525     This makes defining HB_NDEBUG much less relevant, to the
4526     point of irrelevance.  Sorry about all the fuss in previous
4527     release!
4528
4529  src/hb-buffer-private.hh | 67
4530  ++++++++++++++++++++++++++++-----------------
4531  src/hb-buffer.cc         | 70
4532  ------------------------------------------------
4533  2 files changed, 43 insertions(+), 94 deletions(-)
4534
4535 commit 91dd11565221bdb108c138662ea013aac14bb968
4536 Author: Behdad Esfahbod <behdad@behdad.org>
4537 Date:   Thu Feb 25 13:56:47 2016 +0900
4538
4539     Add HB_NDEBUG
4540
4541     API changes:
4542     - If NDEBUG is defined, define HB_NDEBUG
4543     - Disable costlier sanity checks if HB_NDEBUG is defined.
4544
4545     In 1.2.3 introduced some code to disable costly sanity checks if
4546     NDEBUG is defined.  NDEBUG, however, disables all assert()s as
4547     well.  With HB_NDEBUG, one can disable costlier checks but keep
4548     assert()s.
4549
4550     I'll probably add a way to define HB_NDEBUG automatically in
4551     release tarballs.  But for now, production systems that do NOT
4552     define NDEBUG, are encouraged to define HB_NDEBUG for our build.
4553
4554  src/Makefile.am          | 2 +-
4555  src/hb-buffer-private.hh | 4 ++--
4556  src/hb-buffer.cc         | 4 ++--
4557  src/hb-private.hh        | 9 +++++++++
4558  4 files changed, 14 insertions(+), 5 deletions(-)
4559
4560 commit 75568b0a7f811ea18e23037735ec8541a7431f88
4561 Author: Behdad Esfahbod <behdad@behdad.org>
4562 Date:   Thu Feb 25 12:26:26 2016 +0900
4563
4564     1.2.3
4565
4566  NEWS         | 42 ++++++++++++++++++++++++++++++++++++++++++
4567  configure.ac |  2 +-
4568  2 files changed, 43 insertions(+), 1 deletion(-)
4569
4570 commit 988165021f8d48dc7120b071d056491256569f4f
4571 Author: Behdad Esfahbod <behdad@behdad.org>
4572 Date:   Thu Feb 25 12:23:02 2016 +0900
4573
4574     Disable internal buffer variable bookkeeping in NDEBUG builds
4575
4576     Saves some sweet time and binary size!
4577
4578  src/Makefile.am          |  1 +
4579  src/hb-buffer-private.hh | 30 ++++++++++++++++++++----------
4580  src/hb-buffer.cc         |  6 ++++--
4581  3 files changed, 25 insertions(+), 12 deletions(-)
4582
4583 commit 94dd0bb7e78125994cb7c833a5b03110f1ffc822
4584 Author: Behdad Esfahbod <behdad@behdad.org>
4585 Date:   Thu Feb 25 11:31:03 2016 +0900
4586
4587     Add blacklist signature for Times New Roman (Bold) Italic on OS X
4588
4589  src/hb-ot-layout.cc | 2 ++
4590  1 file changed, 2 insertions(+)
4591
4592 commit dd8598c1c7f29fc92253b0cd4e856c1941b1d0c0
4593 Author: Behdad Esfahbod <behdad@behdad.org>
4594 Date:   Thu Feb 25 11:20:05 2016 +0900
4595
4596     [test] Pass closure to hb_font_set_glyph_func()
4597
4598     Exercises fix in c335fd7986fe360ab8e1c032c9b988d0d30511eb
4599
4600  test/api/test-shape.c | 2 +-
4601  1 file changed, 1 insertion(+), 1 deletion(-)
4602
4603 commit e23cf902e91142a10229e3514be4ceee69efde04
4604 Author: Behdad Esfahbod <behdad@behdad.org>
4605 Date:   Thu Feb 25 11:11:15 2016 +0900
4606
4607     Blacklist GDEF table of timesi.ttf and timesbi.ttf on Win 7
4608
4609     See discussion:
4610     https://lists.freedesktop.org/archives/harfbuzz/2016-February/005489.html
4611
4612  src/hb-ot-layout.cc | 25 +++++++++++++++++++++++++
4613  1 file changed, 25 insertions(+)
4614
4615 commit c335fd7986fe360ab8e1c032c9b988d0d30511eb
4616 Author: Behdad Esfahbod <behdad@behdad.org>
4617 Date:   Thu Feb 25 09:16:05 2016 +0900
4618
4619     In trampoline implementation of get_glyph(), don't destroy user
4620     data twice!
4621
4622  src/hb-font.cc | 41 +++++++++++++++++++++++++++--------------
4623  1 file changed, 27 insertions(+), 14 deletions(-)
4624
4625 commit 23335deaad9d4d9824ff41343264514d3f9f7e37
4626 Author: Behdad Esfahbod <behdad@behdad.org>
4627 Date:   Wed Feb 24 20:27:13 2016 +0900
4628
4629     [ot-font] Accelerate cmap format4 get_glyph
4630
4631  src/hb-ot-cmap-table.hh | 111
4632  ++++++++++++++++++++++++++++--------------------
4633  src/hb-ot-font.cc       |  14 +++++-
4634  2 files changed, 77 insertions(+), 48 deletions(-)
4635
4636 commit e0f16a715bc3e621ff21a8be88102e9672630574
4637 Author: Behdad Esfahbod <behdad@behdad.org>
4638 Date:   Wed Feb 24 19:52:36 2016 +0900
4639
4640     [ot-font] Towards accelerating get_glyph()
4641
4642  src/hb-ot-font.cc | 23 ++++++++++++++++++++---
4643  1 file changed, 20 insertions(+), 3 deletions(-)
4644
4645 commit 5473ebfb84c7b6059ac16e04676b363acc51aa00
4646 Author: Behdad Esfahbod <behdad@behdad.org>
4647 Date:   Wed Feb 24 19:32:43 2016 +0900
4648
4649     [ot-font] Remove level of indirection in get_glyph_variant
4650
4651  src/hb-ot-cmap-table.hh | 14 ++------------
4652  src/hb-ot-font.cc       | 13 +++++++++----
4653  2 files changed, 11 insertions(+), 16 deletions(-)
4654
4655 commit 49fe6ecf19522413e79a11a29aa0ffc5bdfcd2f8
4656 Author: Behdad Esfahbod <behdad@behdad.org>
4657 Date:   Wed Feb 24 19:10:06 2016 +0900
4658
4659     [TODO] Update
4660
4661     This file is rather obsolete.  Still, give it a refresh.
4662
4663  TODO | 16 ++--------------
4664  1 file changed, 2 insertions(+), 14 deletions(-)
4665
4666 commit 8b5bc141cd3a6bfcea3c91a882a630426876ceb3
4667 Author: Behdad Esfahbod <behdad@behdad.org>
4668 Date:   Wed Feb 24 19:05:23 2016 +0900
4669
4670     Add get_nominal_glyph() and get_variation_glyph() instead of
4671     get_glyph()
4672
4673     New API:
4674     - hb_font_get_nominal_glyph_func_t
4675     - hb_font_get_variation_glyph_func_t
4676     - hb_font_funcs_set_nominal_glyph_func()
4677     - hb_font_funcs_set_variation_glyph_func()
4678     - hb_font_get_nominal_glyph()
4679     - hb_font_get_variation_glyph()
4680
4681     Deprecated API:
4682     - hb_font_get_glyph_func_t
4683     - hb_font_funcs_set_glyph_func()
4684
4685     Clients that implement their own font-funcs are encouraged to replace
4686     their get_glyph() implementation with a get_nominal_glyph() and
4687     get_variation_glyph() pair.  The variation version can assume that
4688     variation_selector argument is not zero.
4689
4690  src/hb-deprecated.h                |  10 ++
4691  src/hb-fallback-shape.cc           |   4 +-
4692  src/hb-font-private.hh             |  26 +++--
4693  src/hb-font.cc                     | 203
4694  ++++++++++++++++++++++++++++++++++---
4695  src/hb-font.h                      |  55 +++++++---
4696  src/hb-ft.cc                       |  38 ++++---
4697  src/hb-ot-font.cc                  |  57 +++++++----
4698  src/hb-ot-shape-complex-indic.cc   |   8 +-
4699  src/hb-ot-shape-complex-myanmar.cc |   2 +-
4700  src/hb-ot-shape-complex-use.cc     |   2 +-
4701  src/hb-ot-shape-fallback.cc        |   6 +-
4702  src/hb-ot-shape-normalize.cc       |  18 ++--
4703  src/hb-ot-shape.cc                 |   6 +-
4704  13 files changed, 344 insertions(+), 91 deletions(-)
4705
4706 commit b30a971bf792b9c683c345e1be25c5a5869a113c
4707 Author: Behdad Esfahbod <behdad@behdad.org>
4708 Date:   Wed Feb 24 17:32:22 2016 +0900
4709
4710     1.2.2
4711
4712  NEWS         | 14 +++++++++++++-
4713  configure.ac |  2 +-
4714  2 files changed, 14 insertions(+), 2 deletions(-)
4715
4716 commit af48e3d27c01c538f46f1dc376d994a0c24a8170
4717 Author: Behdad Esfahbod <behdad@behdad.org>
4718 Date:   Wed Feb 24 16:06:40 2016 +0900
4719
4720     Fix recent test
4721
4722     Not sure why the FT functions were returning advance 1024.  This
4723     caused failure on drone.io.  Switch to hb-ot-font and disable
4724     glyph names.
4725
4726  test/shaping/tests/cursive-positioning.tests | 2 +-
4727  1 file changed, 1 insertion(+), 1 deletion(-)
4728
4729 commit 17c831701756bb46300c412fd64b19d67f299c18
4730 Author: Behdad Esfahbod <behdad@behdad.org>
4731 Date:   Wed Feb 24 16:06:23 2016 +0900
4732
4733     [tests] Fix for multiple options in test runner scripts
4734
4735  test/shaping/run-tests.sh | 3 +--
4736  1 file changed, 1 insertion(+), 2 deletions(-)
4737
4738 commit ebd7431f824c718db6ce5b85e94f2b3911127af4
4739 Author: Behdad Esfahbod <behdad@behdad.org>
4740 Date:   Wed Feb 24 15:53:40 2016 +0900
4741
4742     Partially revert 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2
4743
4744     That commit moved the advance adjustment for mark positioning to
4745     be applied immediately, instead of doing late before.  This breaks
4746     if mark advances are zeroed late, like in Arabic.  Also, easier to
4747     hit it in RTL scripts since a single mark with non-zero advance is
4748     enough to hit the bug, whereas in LTR, at least two marks are needed.
4749
4750     This reopens https://github.com/behdad/harfbuzz/issues/211
4751     The cursive+mark interaction is broken again.  To be fixed in a
4752     different way.
4753
4754  src/hb-ot-layout-gpos-table.hh               | 28
4755  ++++++++++++----------------
4756  test/shaping/tests/cursive-positioning.tests |  2 +-
4757  2 files changed, 13 insertions(+), 17 deletions(-)
4758
4759 commit 284481b3120963353f5f34ed094f07ffc13480ef
4760 Author: Behdad Esfahbod <behdad@behdad.org>
4761 Date:   Wed Feb 24 15:52:37 2016 +0900
4762
4763     Add test for mark positioning in rtl with non-zero mark advance
4764
4765     Apparently I broke this 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2.
4766     Fix coming.
4767
4768  .../sha1sum/07f054357ff8638bac3711b422a1e31180bba863.ttf  | Bin 0 ->
4769  848 bytes
4770  test/shaping/tests/cursive-positioning.tests              |   1 +
4771  2 files changed, 1 insertion(+)
4772
4773 commit 56a84e8dd18c63782b8db3a86e94651dae5bb01b
4774 Author: Behdad Esfahbod <behdad@behdad.org>
4775 Date:   Wed Feb 24 15:50:33 2016 +0900
4776
4777     [tests] Allow commenting out tests to be skipped
4778
4779  test/shaping/run-tests.sh | 4 ++++
4780  1 file changed, 4 insertions(+)
4781
4782 commit 7cfd6cc486f2751d7f78c5008a636d677af4e12f
4783 Author: Behdad Esfahbod <behdad@behdad.org>
4784 Date:   Wed Feb 24 12:30:57 2016 +0900
4785
4786     [Android.mk] Update with warning flags
4787
4788  Android.mk | 3 ++-
4789  1 file changed, 2 insertions(+), 1 deletion(-)
4790
4791 commit dabf32a5ad706726412ba5c64e1ea614a707b928
4792 Author: Behdad Esfahbod <behdad@behdad.org>
4793 Date:   Tue Feb 23 15:38:43 2016 +0900
4794
4795     1.2.1
4796
4797  NEWS         | 13 +++++++++++++
4798  configure.ac |  2 +-
4799  2 files changed, 14 insertions(+), 1 deletion(-)
4800
4801 commit 525cc7d28cbe4e8149ddba677224f134dc0a3274
4802 Author: Behdad Esfahbod <behdad@behdad.org>
4803 Date:   Tue Feb 23 15:19:27 2016 +0900
4804
4805     Add note re only adding tests with Free Software fonts
4806
4807  test/shaping/README.md | 5 ++++-
4808  1 file changed, 4 insertions(+), 1 deletion(-)
4809
4810 commit 6a09d7e34b949f9929f616ee53278b2edfd9b7ea
4811 Author: Behdad Esfahbod <behdad@behdad.org>
4812 Date:   Tue Feb 23 13:47:16 2016 +0900
4813
4814     [test] Add README about how to add shaping tests
4815
4816  test/shaping/Makefile.am |  1 +
4817  test/shaping/README.md   | 37 +++++++++++++++++++++++++++++++++++++
4818  2 files changed, 38 insertions(+)
4819
4820 commit f8ee7906d0454d950081c621f2b04a6d08e1b92f
4821 Author: Behdad Esfahbod <behdad@behdad.org>
4822 Date:   Tue Feb 23 13:45:38 2016 +0900
4823
4824     Remove MANIFEST files
4825
4826     They are unused currently.  We can add later if we hook them up
4827     to anything useful.
4828
4829  test/shaping/fonts/sha1sum/MANIFEST                | 52
4830  ----------------------
4831  test/shaping/tests/MANIFEST                        | 19 --------
4832  test/shaping/texts/MANIFEST                        |  1 -
4833  test/shaping/texts/in-tree/MANIFEST                |  9 ----
4834  test/shaping/texts/in-tree/shaper-arabic/MANIFEST  |  6 ---
4835  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |  3 --
4836  .../script-arabic/language-persian/MANIFEST        |  1 -
4837  .../script-arabic/language-urdu/MANIFEST           |  1 -
4838  .../script-arabic/language-urdu/crulp/MANIFEST     |  1 -
4839  .../language-urdu/crulp/ligatures/MANIFEST         |  7 ---
4840  .../shaper-arabic/script-arabic/misc/MANIFEST      |  1 -
4841  .../script-arabic/misc/diacritics/MANIFEST         |  7 ---
4842  .../in-tree/shaper-arabic/script-mandaic/MANIFEST  |  1 -
4843  .../shaper-arabic/script-mandaic/misc/MANIFEST     |  0
4844  .../shaper-arabic/script-mongolian/MANIFEST        |  1 -
4845  .../shaper-arabic/script-mongolian/misc/MANIFEST   |  4 --
4846  .../in-tree/shaper-arabic/script-nko/MANIFEST      |  1 -
4847  .../in-tree/shaper-arabic/script-nko/misc/MANIFEST |  1 -
4848  .../in-tree/shaper-arabic/script-phags-pa/MANIFEST |  1 -
4849  .../shaper-arabic/script-phags-pa/misc/MANIFEST    |  1 -
4850  .../in-tree/shaper-arabic/script-syriac/MANIFEST   |  1 -
4851  .../shaper-arabic/script-syriac/misc/MANIFEST      |  2 -
4852  test/shaping/texts/in-tree/shaper-default/MANIFEST |  5 ---
4853  .../shaper-default/script-ethiopic/MANIFEST        |  1 -
4854  .../shaper-default/script-ethiopic/misc/MANIFEST   |  1 -
4855  .../in-tree/shaper-default/script-han/MANIFEST     |  1 -
4856  .../shaper-default/script-han/misc/MANIFEST        |  1 -
4857  .../shaper-default/script-hiragana/MANIFEST        |  1 -
4858  .../shaper-default/script-hiragana/misc/MANIFEST   |  2 -
4859  .../shaper-default/script-linear-b/MANIFEST        |  1 -
4860  .../shaper-default/script-linear-b/misc/MANIFEST   |  1 -
4861  .../shaper-default/script-tifinagh/MANIFEST        |  1 -
4862  .../shaper-default/script-tifinagh/misc/MANIFEST   |  1 -
4863  test/shaping/texts/in-tree/shaper-hangul/MANIFEST  |  1 -
4864  .../in-tree/shaper-hangul/script-hangul/MANIFEST   |  1 -
4865  .../shaper-hangul/script-hangul/misc/MANIFEST      |  1 -
4866  test/shaping/texts/in-tree/shaper-hebrew/MANIFEST  |  1 -
4867  .../in-tree/shaper-hebrew/script-hebrew/MANIFEST   |  1 -
4868  .../shaper-hebrew/script-hebrew/misc/MANIFEST      |  1 -
4869  test/shaping/texts/in-tree/shaper-indic/MANIFEST   |  2 -
4870  .../texts/in-tree/shaper-indic/indic/MANIFEST      | 11 -----
4871  .../shaper-indic/indic/script-assamese/MANIFEST    |  2 -
4872  .../indic/script-assamese/misc/MANIFEST            |  0
4873  .../indic/script-assamese/utrrs/MANIFEST           |  3 --
4874  .../indic/script-assamese/utrrs/codepoint/MANIFEST |  7 ---
4875  .../indic/script-assamese/utrrs/gpos/MANIFEST      |  2 -
4876  .../indic/script-assamese/utrrs/gsub/MANIFEST      |  1 -
4877  .../shaper-indic/indic/script-bengali/MANIFEST     |  2 -
4878  .../indic/script-bengali/misc/MANIFEST             |  2 -
4879  .../indic/script-bengali/utrrs/MANIFEST            |  3 --
4880  .../indic/script-bengali/utrrs/codepoint/MANIFEST  |  7 ---
4881  .../indic/script-bengali/utrrs/gpos/MANIFEST       |  2 -
4882  .../indic/script-bengali/utrrs/gsub/MANIFEST       |  1 -
4883  .../shaper-indic/indic/script-devanagari/MANIFEST  |  2 -
4884  .../indic/script-devanagari/misc/MANIFEST          |  6 ---
4885  .../indic/script-devanagari/utrrs/MANIFEST         |  3 --
4886  .../script-devanagari/utrrs/codepoint/MANIFEST     |  9 ----
4887  .../indic/script-devanagari/utrrs/gpos/MANIFEST    |  2 -
4888  .../indic/script-devanagari/utrrs/gsub/MANIFEST    |  1 -
4889  .../shaper-indic/indic/script-gujarati/MANIFEST    |  2 -
4890  .../indic/script-gujarati/misc/MANIFEST            |  0
4891  .../indic/script-gujarati/utrrs/MANIFEST           |  3 --
4892  .../indic/script-gujarati/utrrs/codepoint/MANIFEST |  7 ---
4893  .../indic/script-gujarati/utrrs/gpos/MANIFEST      |  2 -
4894  .../indic/script-gujarati/utrrs/gsub/MANIFEST      |  1 -
4895  .../shaper-indic/indic/script-gurmukhi/MANIFEST    |  2 -
4896  .../indic/script-gurmukhi/misc/MANIFEST            |  1 -
4897  .../indic/script-gurmukhi/utrrs/MANIFEST           |  3 --
4898  .../indic/script-gurmukhi/utrrs/codepoint/MANIFEST |  7 ---
4899  .../indic/script-gurmukhi/utrrs/gpos/MANIFEST      |  2 -
4900  .../indic/script-gurmukhi/utrrs/gsub/MANIFEST      |  1 -
4901  .../shaper-indic/indic/script-kannada/MANIFEST     |  2 -
4902  .../indic/script-kannada/misc/MANIFEST             |  2 -
4903  .../indic/script-kannada/utrrs/MANIFEST            |  3 --
4904  .../indic/script-kannada/utrrs/codepoint/MANIFEST  |  8 ----
4905  .../indic/script-kannada/utrrs/gpos/MANIFEST       |  1 -
4906  .../indic/script-kannada/utrrs/gsub/MANIFEST       |  1 -
4907  .../shaper-indic/indic/script-malayalam/MANIFEST   |  2 -
4908  .../indic/script-malayalam/misc/MANIFEST           |  3 --
4909  .../indic/script-malayalam/utrrs/MANIFEST          |  2 -
4910  .../script-malayalam/utrrs/codepoint/MANIFEST      |  7 ---
4911  .../indic/script-malayalam/utrrs/gsub/MANIFEST     |  1 -
4912  .../shaper-indic/indic/script-oriya/MANIFEST       |  2 -
4913  .../shaper-indic/indic/script-oriya/misc/MANIFEST  |  2 -
4914  .../shaper-indic/indic/script-oriya/utrrs/MANIFEST |  2 -
4915  .../indic/script-oriya/utrrs/codepoint/MANIFEST    |  9 ----
4916  .../indic/script-oriya/utrrs/gsub/MANIFEST         |  1 -
4917  .../shaper-indic/indic/script-sinhala/MANIFEST     |  2 -
4918  .../indic/script-sinhala/misc/MANIFEST             |  4 --
4919  .../indic/script-sinhala/utrrs/MANIFEST            |  3 --
4920  .../indic/script-sinhala/utrrs/codepoint/MANIFEST  |  5 ---
4921  .../indic/script-sinhala/utrrs/gpos/MANIFEST       |  1 -
4922  .../indic/script-sinhala/utrrs/gsub/MANIFEST       |  7 ---
4923  .../shaper-indic/indic/script-tamil/MANIFEST       |  2 -
4924  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  1 -
4925  .../shaper-indic/indic/script-tamil/utrrs/MANIFEST |  3 --
4926  .../indic/script-tamil/utrrs/codepoint/MANIFEST    | 10 -----
4927  .../indic/script-tamil/utrrs/gpos/MANIFEST         |  2 -
4928  .../indic/script-tamil/utrrs/gsub/MANIFEST         |  1 -
4929  .../shaper-indic/indic/script-telugu/MANIFEST      |  2 -
4930  .../shaper-indic/indic/script-telugu/misc/MANIFEST |  1 -
4931  .../indic/script-telugu/utrrs/MANIFEST             |  3 --
4932  .../indic/script-telugu/utrrs/codepoint/MANIFEST   |  7 ---
4933  .../indic/script-telugu/utrrs/gpos/MANIFEST        |  1 -
4934  .../indic/script-telugu/utrrs/gsub/MANIFEST        |  1 -
4935  .../in-tree/shaper-indic/south-east-asian/MANIFEST |  1 -
4936  .../south-east-asian/script-khmer/MANIFEST         |  1 -
4937  .../south-east-asian/script-khmer/misc/MANIFEST    |  3 --
4938  test/shaping/texts/in-tree/shaper-myanmar/MANIFEST |  1 -
4939  .../in-tree/shaper-myanmar/script-myanmar/MANIFEST |  1 -
4940  .../shaper-myanmar/script-myanmar/misc/MANIFEST    |  3 --
4941  test/shaping/texts/in-tree/shaper-thai/MANIFEST    |  2 -
4942  .../texts/in-tree/shaper-thai/script-lao/MANIFEST  |  1 -
4943  .../in-tree/shaper-thai/script-lao/misc/MANIFEST   |  1 -
4944  .../texts/in-tree/shaper-thai/script-thai/MANIFEST |  1 -
4945  .../in-tree/shaper-thai/script-thai/misc/MANIFEST  |  4 --
4946  test/shaping/texts/in-tree/shaper-tibetan/MANIFEST |  1 -
4947  .../in-tree/shaper-tibetan/script-tibetan/MANIFEST |  1 -
4948  .../shaper-tibetan/script-tibetan/misc/MANIFEST    |  1 -
4949  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  6 ---
4950  .../texts/in-tree/shaper-use/script-batak/MANIFEST |  1 -
4951  .../in-tree/shaper-use/script-buginese/MANIFEST    |  1 -
4952  .../texts/in-tree/shaper-use/script-cham/MANIFEST  |  1 -
4953  .../in-tree/shaper-use/script-kaithi/MANIFEST      |  1 -
4954  .../in-tree/shaper-use/script-kharoshti/MANIFEST   |  1 -
4955  .../in-tree/shaper-use/script-tai-tham/MANIFEST    |  2 -
4956  126 files changed, 381 deletions(-)
4957
4958 commit 815bdd7700155efcffa9a4c3ca5bfc31833d0586
4959 Author: Behdad Esfahbod <behdad@behdad.org>
4960 Date:   Mon Feb 22 18:22:44 2016 +0900
4961
4962     In cluster-level=0, group ZWJ/ZWNJ with previous cluster
4963
4964     This better emulates Unicode grapheme clusters.
4965
4966     Note that Uniscribe does NOT do this, but should be harmless with
4967     most clients,
4968     and improve fallback with clients that use HarfBuzz cluster as unit
4969     of fallback.
4970
4971     Fixes https://github.com/behdad/harfbuzz/issues/217
4972
4973  src/hb-ot-layout-private.hh                           | 6 ++++++
4974  src/hb-ot-shape.cc                                    | 3 ++-
4975  test/shaping/tests/indic-joiner-candrabindu.tests     | 2 +-
4976  test/shaping/tests/mongolian-variation-selector.tests | 2 +-
4977  4 files changed, 10 insertions(+), 3 deletions(-)
4978
4979 commit 89137e325a19d62fb00979e1e8ab2ca59a2c1147
4980 Author: Behdad Esfahbod <behdad@behdad.org>
4981 Date:   Mon Feb 22 16:00:59 2016 +0900
4982
4983     Minor
4984
4985  src/hb-coretext.cc | 2 +-
4986  src/hb-ot-shape.cc | 2 +-
4987  2 files changed, 2 insertions(+), 2 deletions(-)
4988
4989 commit 15063b12f7619d4f44981248e28f38c172d12e1f
4990 Author: Behdad Esfahbod <behdad@behdad.org>
4991 Date:   Mon Feb 22 15:56:29 2016 +0900
4992
4993     [coretext] Move CTFont construction to face_data
4994
4995  src/hb-coretext.cc | 66
4996  +++++++++++++++++++++++++-----------------------------
4997  1 file changed, 30 insertions(+), 36 deletions(-)
4998
4999 commit ba3d49d9a56932d341bf1916a30f322be665e3a6
5000 Author: Behdad Esfahbod <behdad@behdad.org>
5001 Date:   Mon Feb 22 15:50:12 2016 +0900
5002
5003     [coretext] Move code around
5004
5005  src/hb-coretext.cc | 70
5006  +++++++++++++++++++++++++++++++-----------------------
5007  1 file changed, 40 insertions(+), 30 deletions(-)
5008
5009 commit 90194efb8480d58c55b7a19962624c7aadbdca63
5010 Author: Behdad Esfahbod <behdad@behdad.org>
5011 Date:   Mon Feb 22 15:42:53 2016 +0900
5012
5013     [coretext] Move code around
5014
5015  src/hb-coretext.cc | 46 ++++++++++++++++++++++++++--------------------
5016  1 file changed, 26 insertions(+), 20 deletions(-)
5017
5018 commit ca539e37a4b71e585a267a288db1a3975cbb99fc
5019 Author: Behdad Esfahbod <behdad@behdad.org>
5020 Date:   Mon Feb 22 15:37:18 2016 +0900
5021
5022     [build] git.mk fix for m4/gtk-doc.m4
5023
5024  Makefile.am | 1 +
5025  1 file changed, 1 insertion(+)
5026
5027 commit 54788cb1ecc5a5ffd63d07cd1f0b07b2afa9a8ca
5028 Author: Behdad Esfahbod <behdad@behdad.org>
5029 Date:   Mon Feb 22 15:32:52 2016 +0900
5030
5031     [win32] Install git.mk
5032
5033  win32/Makefile.am | 2 ++
5034  1 file changed, 2 insertions(+)
5035
5036 commit 9a13ed453ef96822a47d6e6f58332b87f38d5c59
5037 Author: Behdad Esfahbod <behdad@behdad.org>
5038 Date:   Mon Feb 22 11:44:45 2016 +0900
5039
5040     Make FixedVersion a template
5041
5042  src/hb-open-file-private.hh          | 4 ++--
5043  src/hb-open-type-private.hh          | 9 +++++----
5044  src/hb-ot-head-table.hh              | 4 ++--
5045  src/hb-ot-hhea-table.hh              | 2 +-
5046  src/hb-ot-layout-gdef-table.hh       | 2 +-
5047  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
5048  src/hb-ot-layout-jstf-table.hh       | 2 +-
5049  src/hb-ot-maxp-table.hh              | 2 +-
5050  8 files changed, 14 insertions(+), 13 deletions(-)
5051
5052 commit 238b943e850ea1ab0093e12c74d2cd7c686f318e
5053 Author: Behdad Esfahbod <behdad@behdad.org>
5054 Date:   Mon Feb 22 15:31:22 2016 +0900
5055
5056     [coretext] Fix leak!
5057
5058  src/hb-coretext.cc | 1 +
5059  1 file changed, 1 insertion(+)
5060
5061 commit e561122856a50ed405d71cb1629317e7ae63f316
5062 Author: Behdad Esfahbod <behdad@behdad.org>
5063 Date:   Mon Feb 22 15:28:37 2016 +0900
5064
5065     [coretext] Move code around
5066
5067  src/hb-coretext.cc | 109
5068  ++++++++++++++++++++++++++++++-----------------------
5069  1 file changed, 62 insertions(+), 47 deletions(-)
5070
5071 commit 04c64431530a4a6d9ebd33674c4665a8e6d25bdd
5072 Author: Behdad Esfahbod <behdad@behdad.org>
5073 Date:   Mon Feb 22 15:12:27 2016 +0900
5074
5075     [coretext] Ignore PPEM in font size selection
5076
5077  src/hb-coretext.cc | 14 ++++----------
5078  1 file changed, 4 insertions(+), 10 deletions(-)
5079
5080 commit 62c2711121fe78f373c15c0f53090b62b52d11c1
5081 Author: Behdad Esfahbod <behdad@behdad.org>
5082 Date:   Mon Feb 22 15:07:20 2016 +0900
5083
5084     [coretext] Limit grapheme-cluster forming to cluster-level=0
5085
5086  src/hb-coretext.cc | 1 +
5087  src/hb-ot-shape.cc | 2 +-
5088  2 files changed, 2 insertions(+), 1 deletion(-)
5089
5090 commit 061105ec443eb7350ffe217305f9d8902c179e2f
5091 Author: Behdad Esfahbod <behdad@behdad.org>
5092 Date:   Mon Feb 22 14:59:39 2016 +0900
5093
5094     [coretext] Fix shaping with varying font size
5095
5096     Fixes https://github.com/libass/libass/issues/212
5097
5098  src/hb-coretext.cc | 8 ++++----
5099  1 file changed, 4 insertions(+), 4 deletions(-)
5100
5101 commit 27847cab1264b4ce8342603f4626b4e0645979e4
5102 Author: Behdad Esfahbod <behdad@behdad.org>
5103 Date:   Fri Feb 19 15:56:50 2016 +0700
5104
5105     1.2.0
5106
5107  NEWS         | 20 ++++++++++++++++++++
5108  configure.ac |  2 +-
5109  2 files changed, 21 insertions(+), 1 deletion(-)
5110
5111 commit c3731559042e1730e85d19574321ad850010f7de
5112 Author: Behdad Esfahbod <behdad@behdad.org>
5113 Date:   Fri Feb 19 15:13:07 2016 +0700
5114
5115     [fuzzing] Add test for recent fix
5116
5117     Test from https://github.com/behdad/harfbuzz/issues/223
5118
5119     I forgot that we do run hb-fuzzer on tests in
5120     shaping/tests/fuzzed.tests.
5121
5122  .../sha1sum/205edd09bd3d141cc9580f650109556cc28b22cb.ttf | Bin 0 ->
5123  1966 bytes
5124  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
5125  test/shaping/tests/fuzzed.tests                          |   1 +
5126  3 files changed, 2 insertions(+)
5127
5128 commit aa33cb72ab29c31e87f0cca9a0e72fe3a68247b7
5129 Author: Behdad Esfahbod <behdad@behdad.org>
5130 Date:   Fri Feb 19 15:12:24 2016 +0700
5131
5132     [fuzzing] Make test runner actually work
5133
5134  test/fuzzing/Makefile.am | 6 ++++--
5135  1 file changed, 4 insertions(+), 2 deletions(-)
5136
5137 commit 2735555c6b0c95db7dfc2b391f92a1a5c06084c4
5138 Author: Behdad Esfahbod <behdad@behdad.org>
5139 Date:   Fri Feb 19 15:12:16 2016 +0700
5140
5141     [fuzzing] Add TODO item
5142
5143  test/fuzzing/hb-fuzzer.cc | 1 +
5144  1 file changed, 1 insertion(+)
5145
5146 commit b87e36f6f119fac80b8fd55f3abae563c2c5b798
5147 Author: Behdad Esfahbod <behdad@behdad.org>
5148 Date:   Fri Feb 19 14:52:31 2016 +0700
5149
5150     Avoid buffer->move_to() in case of buffer error
5151
5152     Fixes https://github.com/behdad/harfbuzz/issues/223
5153
5154     Right now we cannot test this because it has to be tested using
5155     hb-fuzzer.
5156     We should move all fuzzing tests from test/shaping/tests/fuzzed.tests
5157     to
5158     test/fuzzing/ and have its own test runner.  At that point, should add
5159     test from this issue as well.
5160
5161  src/hb-buffer.cc                     | 2 ++
5162  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
5163  2 files changed, 3 insertions(+), 1 deletion(-)
5164
5165 commit 7e76bbabbaa56af314abff8ddba8866c634919cd
5166 Author: Behdad Esfahbod <behdad@behdad.org>
5167 Date:   Fri Feb 19 14:43:39 2016 +0700
5168
5169     [fuzzing] Make "make hb-fuzzer" build lib dependency
5170
5171     Not going to do with util/, but is convenient here.
5172
5173  test/fuzzing/Makefile.am | 3 +++
5174  1 file changed, 3 insertions(+)
5175
5176 commit 568a0c60e8695a6ad8a93ec60d55b137c48890cb
5177 Author: Behdad Esfahbod <behdad@behdad.org>
5178 Date:   Thu Feb 18 19:31:51 2016 +0700
5179
5180     Remove pointless overflow check in pointer math
5181
5182     Fixes https://github.com/behdad/harfbuzz/issues/227
5183
5184  src/hb-blob.cc | 1 -
5185  1 file changed, 1 deletion(-)
5186
5187 commit aae2847099cbf05bf0668fbe526fc58736837c1b
5188 Author: Behdad Esfahbod <behdad@behdad.org>
5189 Date:   Thu Feb 18 17:06:25 2016 +0700
5190
5191     Emoji skin tone modifiers need to be treated as combining marks
5192
5193     Fixes https://github.com/behdad/harfbuzz/issues/169
5194
5195  src/hb-ot-layout-private.hh | 15 ++++++++++++++-
5196  src/hb-unicode-private.hh   |  5 +++--
5197  2 files changed, 17 insertions(+), 3 deletions(-)
5198
5199 commit da41e48f0a1a6af6d44ef25185d2421a29bd4166
5200 Author: Behdad Esfahbod <behdad@behdad.org>
5201 Date:   Tue Feb 16 17:16:33 2016 +0700
5202
5203     [USE] Zero mark advances by GDEF early
5204
5205     This is what Microsoft's implementation does.  Marks that need advance
5206     need to add it back using 'dist' or other feature in GPOS.
5207     Update tests to
5208     match.
5209
5210  src/hb-ot-shape-complex-use.cc                           |   2 +-
5211  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
5212  .../sha1sum/f518eb6f6b5eec2946c9fbbbde44e45d46f5e2ac.ttf | Bin 0 ->
5213  1356 bytes
5214  test/shaping/tests/context-matching.tests                |   2 +-
5215  test/shaping/tests/use.tests                             |   2 ++
5216  5 files changed, 5 insertions(+), 2 deletions(-)
5217
5218 commit 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2
5219 Author: Behdad Esfahbod <behdad@behdad.org>
5220 Date:   Tue Feb 16 16:07:20 2016 +0700
5221
5222     [GPOS] Fix interaction of mark attachments and cursive chaining
5223
5224     Fixes https://github.com/behdad/harfbuzz/issues/211
5225
5226     What happens in that bug is that a mark is attached to base first,
5227     then a second mark is cursive-chained to the first mark.  This only
5228     "works" because it's in the Indic shaper where mark advances are
5229     not zeroed.
5230
5231     Before, we didn't allow cursive to run on marks at all.  Fix that.
5232     We also where updating mark major offsets at the end of GPOS, such
5233     that changes in advance of base will not change the mark attachment
5234     position.  That was superior to the alternative (which is what
5235     Uniscribe
5236     does BTW), but made it hard to apply cursive to the mark after it
5237     was positioned.  We could track major-direction offset changes and
5238     apply that to cursive in the post process, but that's a much trickier
5239     thing to do than the fix here, which is to immediately apply the
5240     major-direction advance-width offsets...  Ie.:
5241
5242     https://github.com/behdad/harfbuzz/issues/211#issuecomment-183194739
5243
5244     If this breaks any fonts, the font should be fixed to do mark
5245     attachment
5246     after all the advances are set up first (kerning, etc).
5247
5248     Finally, this, still doesn't make us match Uniscribe, for I explained
5249     in that bug.  Looks like Uniscribe applies minor-direction cursive
5250     adjustment immediate as well.  We don't, and we like it our way, at
5251     least for now.  Eg. the sequence in the test case does this:
5252
5253     - The first subscript attaches with mark-to-base, moving in x only,
5254     - The second subscript attaches with cursive attachment to first
5255     subscript
5256       moving in x only,
5257     - A final context rule moves the first subscript up by 104 units.
5258
5259     The way we do, the final shift-up, also shifts up the second subscript
5260     mark because it's cursively-attached.  Uniscribe doesn't.  We get:
5261
5262     [ttaorya=0+1307|casubscriptorya=0@-242,104+-231|casubscriptnarroworya=0@20,104+507]
5263
5264     while Uniscribe gets:
5265
5266     [ttaorya=0+1307|casubscriptorya=0@-242,104+-211|casubscriptnarroworya=0+487]
5267
5268     note the different y-offset of the last glyph.  In our view,
5269     after cursive,
5270     things move together, period.
5271
5272  src/hb-ot-layout-gpos-table.hh                     |  31
5273  +++++++++++----------
5274  .../706c5d7b625f207bc0d874c67237aad6f1e9cd6f.ttf   | Bin 0 -> 3868 bytes
5275  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
5276  test/shaping/tests/cursive-positioning.tests       |   1 +
5277  4 files changed, 18 insertions(+), 15 deletions(-)
5278
5279 commit 80c8855cfeffa028d74a25df884d0e5577c95c6c
5280 Author: Behdad Esfahbod <behdad@behdad.org>
5281 Date:   Fri Feb 12 12:50:17 2016 +0700
5282
5283     Minor
5284
5285  src/hb-common.cc | 2 +-
5286  1 file changed, 1 insertion(+), 1 deletion(-)
5287
5288 commit 6ab920224c32e38072a0bec5e84d4b0d58b74167
5289 Author: Behdad Esfahbod <behdad@behdad.org>
5290 Date:   Thu Feb 11 16:57:52 2016 +0700
5291
5292     [GPOS] Minor
5293
5294     No effect.
5295
5296  src/hb-ot-layout-gpos-table.hh | 8 ++++----
5297  1 file changed, 4 insertions(+), 4 deletions(-)
5298
5299 commit cbc3a76c5a38ab24f72e80357377711bd3f54d56
5300 Author: Behdad Esfahbod <behdad@behdad.org>
5301 Date:   Thu Feb 11 16:48:13 2016 +0700
5302
5303     [GPOS] Merge fixing of offsets for cursive and mark attachments
5304
5305     Part of fixing https://github.com/behdad/harfbuzz/issues/211
5306
5307  src/hb-buffer-private.hh       |  3 +-
5308  src/hb-ot-layout-gpos-table.hh | 73
5309  ++++++++++++++++++------------------------
5310  2 files changed, 33 insertions(+), 43 deletions(-)
5311
5312 commit 7d8d58ac81fe267e29ea68cdc6f4a4fa8c22d40f
5313 Author: Behdad Esfahbod <behdad@behdad.org>
5314 Date:   Thu Feb 11 16:34:28 2016 +0700
5315
5316     [GPOS] Divide position_finish() into two phases, for advances
5317     and offsets
5318
5319     Right now the position_finish_advances() is empty.  To be used for
5320     spacing attachments proposal later.
5321
5322  src/hb-ot-layout-gpos-table.hh | 11 +++++++++--
5323  src/hb-ot-layout-gsub-table.hh |  6 ------
5324  src/hb-ot-layout-private.hh    | 19 +++++++++----------
5325  src/hb-ot-layout.cc            | 16 ++++++++--------
5326  src/hb-ot-shape.cc             |  7 +++----
5327  5 files changed, 29 insertions(+), 30 deletions(-)
5328
5329 commit 8474231567a08873cc5e0aa08fea60316a04c27e
5330 Author: Behdad Esfahbod <behdad@behdad.org>
5331 Date:   Thu Feb 11 16:27:41 2016 +0700
5332
5333     [ot] Minor shuffling code around
5334
5335  src/hb-ot-layout-gpos-table.hh |  2 --
5336  src/hb-ot-shape.cc             | 13 ++++++++-----
5337  2 files changed, 8 insertions(+), 7 deletions(-)
5338
5339 commit b0b11614e9fb9ecd1faae28b0ed71ac6bf5c1266
5340 Author: Behdad Esfahbod <behdad@behdad.org>
5341 Date:   Thu Feb 11 15:28:55 2016 +0700
5342
5343     [GPOS] Add harmless recursion in fix_mark_attachment()
5344
5345     Will do nothing.  Just useful for merging two functions.
5346
5347  src/hb-ot-layout-gpos-table.hh | 2 ++
5348  1 file changed, 2 insertions(+)
5349
5350 commit 686567baab5a32ffea843538643e01de2885fa4f
5351 Author: Behdad Esfahbod <behdad@behdad.org>
5352 Date:   Thu Feb 11 15:25:28 2016 +0700
5353
5354     [GPOS] Merge attach_chain() and cursive_chain()
5355
5356     Differentiate, using new attach_type().
5357
5358  src/hb-ot-layout-gpos-table.hh | 50
5359  +++++++++++++++++++++++++++---------------
5360  1 file changed, 32 insertions(+), 18 deletions(-)
5361
5362 commit 806ad8dc65931ab7893bff7d5592a67a9bd237ca
5363 Author: Behdad Esfahbod <behdad@behdad.org>
5364 Date:   Thu Feb 11 14:53:11 2016 +0700
5365
5366     [GPOS] Minor shuffling
5367
5368  src/hb-ot-layout-gpos-table.hh | 10 +++++-----
5369  1 file changed, 5 insertions(+), 5 deletions(-)
5370
5371 commit 0f6278d1fbb75856132f1fa2d29648979f033316
5372 Author: Behdad Esfahbod <behdad@behdad.org>
5373 Date:   Thu Feb 11 14:49:10 2016 +0700
5374
5375     [GPOS] Negate sign of attach_lookback(), and rename it to
5376     attach_chain()
5377
5378     No behavior change.  Preparing to unify how cursive and mark
5379     attachments
5380     work.
5381
5382  src/hb-ot-layout-gpos-table.hh | 17 +++++++++--------
5383  1 file changed, 9 insertions(+), 8 deletions(-)
5384
5385 commit 5b5dc2c0406d8180e72d97a54334c722fda325b1
5386 Author: Behdad Esfahbod <behdad@behdad.org>
5387 Date:   Thu Feb 11 12:15:38 2016 +0700
5388
5389     [tests] Add test for advance zeroing of an ASCII letter marked as
5390     mark in GDEF
5391
5392  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
5393  .../sha1sum/a98e908e2ed21b22228ea59ebcc0f05034c86f2e.ttf | Bin 0 ->
5394  1016 bytes
5395  test/shaping/tests/zero-width-marks.tests                |   1 +
5396  3 files changed, 2 insertions(+)
5397
5398 commit 660c9d3fc21172e8dc340b017122c084dac6334c
5399 Author: Behdad Esfahbod <behdad@behdad.org>
5400 Date:   Thu Feb 11 12:14:27 2016 +0700
5401
5402     Remove font-dependent ASCII-only perf hack
5403
5404     Is confusing.  I already hit it myself.  Remove.  We can optimize
5405     ASCII based on Unicode properties.  But should not do based on
5406     assumptions on the font.
5407
5408  src/hb-ot-shape.cc | 4 ----
5409  1 file changed, 4 deletions(-)
5410
5411 commit 3fe0cf10401875f1e9b8b5fbaf59826e64ea61d2
5412 Author: Behdad Esfahbod <behdad@behdad.org>
5413 Date:   Wed Feb 10 18:43:43 2016 +0700
5414
5415     Fix previous commit!
5416
5417  test/shaping/fonts/sha1sum/MANIFEST       | 6 +++---
5418  test/shaping/tests/zero-width-marks.tests | 6 +++---
5419  2 files changed, 6 insertions(+), 6 deletions(-)
5420
5421 commit 293a210eee0a53b59f4b33298f42ec6e59d785e0
5422 Author: Behdad Esfahbod <behdad@behdad.org>
5423 Date:   Wed Feb 10 18:39:59 2016 +0700
5424
5425     [tests] Fix fonts in cc4a78bf22c4a735b84c89b04be3bb531f42135e
5426
5427     They had an invalid LookupFlag (32).
5428
5429  .../sha1sum/0dd3a51c3ea50997cb1f72515d1060408f8b4b59.ttf | Bin 1412 ->
5430  0 bytes
5431  .../sha1sum/56cfd0e18d07f41c38e9598545a6d369127fc6f9.ttf | Bin 0 ->
5432  1412 bytes
5433  .../sha1sum/828114d00931885bc25abf7cdb878b2914a2e743.ttf | Bin 1448 ->
5434  0 bytes
5435  .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 1448 ->
5436  0 bytes
5437  .../sha1sum/cc5f3d2d717fb6bd4dfae1c16d48a2cb8e12233b.ttf | Bin 0 ->
5438  1448 bytes
5439  .../sha1sum/ffa0f5d2d9025486d8469d8b1fdd983e7632499b.ttf | Bin 0 ->
5440  1448 bytes
5441  6 files changed, 0 insertions(+), 0 deletions(-)
5442
5443 commit eaadcbbc53e02838c847e53ef214a55d6915d677
5444 Author: Behdad Esfahbod <behdad@behdad.org>
5445 Date:   Wed Feb 10 18:29:54 2016 +0700
5446
5447     Remove now-unused mark zeroing BY_UNICODE
5448
5449  src/hb-ot-shape-complex-private.hh |  2 --
5450  src/hb-ot-shape.cc                 | 29 -----------------------------
5451  2 files changed, 31 deletions(-)
5452
5453 commit cc4a78bf22c4a735b84c89b04be3bb531f42135e
5454 Author: Behdad Esfahbod <behdad@behdad.org>
5455 Date:   Wed Feb 10 18:24:08 2016 +0700
5456
5457     [tests] Add tests for Latin mark zeroing
5458
5459  .../sha1sum/0dd3a51c3ea50997cb1f72515d1060408f8b4b59.ttf | Bin 0 ->
5460  1412 bytes
5461  .../sha1sum/828114d00931885bc25abf7cdb878b2914a2e743.ttf | Bin 0 ->
5462  1448 bytes
5463  .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 0 ->
5464  1448 bytes
5465  test/shaping/fonts/sha1sum/MANIFEST                      |   4 ++++
5466  .../sha1sum/fcdcffbdf1c4c97c05308d7600e4c283eb47dbca.ttf | Bin 0 ->
5467  1344 bytes
5468  test/shaping/tests/zero-width-marks.tests                |   4 ++++
5469  6 files changed, 8 insertions(+)
5470
5471 commit 55ff34b9c157a839d026465af8f30424ce7f891b
5472 Author: Behdad Esfahbod <behdad@behdad.org>
5473 Date:   Wed Feb 10 18:20:02 2016 +0700
5474
5475     [tests] Add tests for Thai mark zeroing
5476
5477  .../sha1sum/45855bc8d46332b39c4ab9e2ee1a26b1f896da6b.ttf | Bin 0 ->
5478  1088 bytes
5479  .../sha1sum/7a37dc4d5bf018456aea291cee06daf004c0221c.ttf | Bin 0 ->
5480  1080 bytes
5481  .../sha1sum/8099955657a54e9ee38a6ba1d6f950ce58e3cc25.ttf | Bin 0 ->
5482  1024 bytes
5483  test/shaping/fonts/sha1sum/MANIFEST                      |   4 ++++
5484  .../sha1sum/bb0c53752e85c3d28973ebc913287b8987d3dfe8.ttf | Bin 0 ->
5485  976 bytes
5486  test/shaping/tests/zero-width-marks.tests                |   4 ++++
5487  6 files changed, 8 insertions(+)
5488
5489 commit b3582a8ee82942a931130a83b2867b239f8ca71a
5490 Author: Behdad Esfahbod <behdad@behdad.org>
5491 Date:   Wed Feb 10 18:10:15 2016 +0700
5492
5493     Change default mark advance zeroing behavior from Unicode to GDEF
5494
5495     See thread at:
5496     https://lists.freedesktop.org/archives/harfbuzz/2016-February/005462.html
5497
5498  src/hb-ot-shape-complex-default.cc | 2 +-
5499  src/hb-ot-shape-complex-thai.cc    | 2 +-
5500  src/hb-ot-shape-complex-tibetan.cc | 2 +-
5501  3 files changed, 3 insertions(+), 3 deletions(-)
5502
5503 commit 43bb2b8fb00705c3334730a58ade7984181018b2
5504 Author: Behdad Esfahbod <behdad@behdad.org>
5505 Date:   Wed Feb 10 14:11:43 2016 +0700
5506
5507     Minor
5508
5509  test/shaping/hb_test_tools.py | 2 +-
5510  1 file changed, 1 insertion(+), 1 deletion(-)
5511
5512 commit bdaa784bb610ec65626d63cc068a0958ff5005fc
5513 Merge: a168db47 f6ffba63
5514 Author: Behdad Esfahbod <behdad@behdad.org>
5515 Date:   Wed Feb 10 11:11:36 2016 +0700
5516
5517     Merge pull request #164 from fanc999/msvc.build
5518
5519     Enable Build of HarfBuzz under Visual Studio using NMake Makefiles
5520
5521 commit a168db4739148459bc33c7dae88e73efa0153d72
5522 Author: Behdad Esfahbod <behdad@behdad.org>
5523 Date:   Wed Feb 10 11:10:08 2016 +0700
5524
5525     [README] Add ABI Tracker link
5526
5527  README | 1 +
5528  1 file changed, 1 insertion(+)
5529
5530 commit f6ffba634bb33d6d4b051abce9c23fcae280c3fe
5531 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
5532 Date:   Wed Dec 9 14:57:15 2015 +0800
5533
5534     MSVC builds: Add support to build DirectWrite shaping backend
5535
5536     Add into the NMake Makefiles to build the DirectWrite shaping backend,
5537     but as PR #134 mentions, this is considered to be in an experimental
5538     state,
5539     so don't include this in the build by default for now.  This is
5540     most probably
5541     going to replace the Uniscribe backend eventually, since DirectWrite
5542     is meant
5543     to be Uniscribe's replacement, and is needed for Windows Store apps
5544     if a
5545     system shaping API is to be used.
5546
5547  win32/README.txt        |  4 ++++
5548  win32/config-msvc.mak   | 10 ++++++++++
5549  win32/config.h.win32.in |  3 +++
5550  win32/info-msvc.mak     |  7 +++++++
5551  4 files changed, 24 insertions(+)
5552
5553 commit c6792854557ca104948e8f0b142c9384105b0d05
5554 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
5555 Date:   Wed Feb 3 18:31:23 2016 +0800
5556
5557     build: Build the DirectWrite sources if requested
5558
5559     This adds to the autotools build system so that the (experimental)
5560     DirectWrite support for HarfBuzz is built (and dist'ed).
5561
5562  configure.ac         | 25 +++++++++++++++++++++++++
5563  src/Makefile.am      |  7 +++++++
5564  src/Makefile.sources |  3 +++
5565  3 files changed, 35 insertions(+)
5566
5567 commit d7b6636e5ebf1ddf7d7a04007ffbc411cf7e462e
5568 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
5569 Date:   Tue Nov 3 19:00:42 2015 +0800
5570
5571     build: Support Visual Studio builds using NMake
5572
5573     This adds a set of NMake Makefiles that can be used to build
5574     HarfBuzz, from
5575     the standard basic build building the minimal HarfBuzz DLL (consisting
5576     of OpenType, fallback and Uniscribe support only), to a full
5577     fledged build
5578     consisting of GLib and FreeType support, as well as building the
5579     utilities,
5580     the test programs in src/ and test/api, and HarfBuzz-ICU and
5581     HarfBuzz-GObject, and up to building the introspection files.
5582     This means a
5583     flexible build mechanism is supported here, so anything that is
5584     supported
5585     for a Windows build (code-wise), should all be supported by this build
5586     system.
5587
5588     As in an earlier commit, the source listings are shared with the
5589     autotools
5590     builds with the various Makefile.sources in src/, src/hb-ucdn and
5591     util/, and
5592     this set of NMake Makefiles will transform these lists into the
5593     form they
5594     want.
5595
5596     In the current form, all the test programs in test/api pass, and
5597     this has
5598     been checked successfully with 'make -j8 distcheck'.
5599
5600  BUILD.md                        |   4 +-
5601  Makefile.am                     |   2 +-
5602  configure.ac                    |   2 +
5603  win32/Makefile.am               |  14 +++
5604  win32/Makefile.vc               |  52 +++++++++++
5605  win32/README.txt                |  75 ++++++++++++++++
5606  win32/build-rules-msvc.mak      | 140 ++++++++++++++++++++++++++++++
5607  win32/config-msvc.mak           | 188
5608  ++++++++++++++++++++++++++++++++++++++++
5609  win32/create-lists-msvc.mak     | 151 ++++++++++++++++++++++++++++++++
5610  win32/create-lists.bat          |  42 +++++++++
5611  win32/detectenv-msvc.mak        | 136 +++++++++++++++++++++++++++++
5612  win32/generate-msvc.mak         |  26 ++++++
5613  win32/hb-introspection-msvc.mak |  42 +++++++++
5614  win32/info-msvc.mak             | 130 +++++++++++++++++++++++++++
5615  win32/install.mak               |  29 +++++++
5616  win32/introspection-msvc.mak    |  73 ++++++++++++++++
5617  16 files changed, 1104 insertions(+), 2 deletions(-)
5618
5619 commit 5c3e7260bcb4999b8b7cb9afb26e6eaff867634b
5620 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
5621 Date:   Tue Nov 3 18:52:46 2015 +0800
5622
5623     MSVC builds: Add a pre-configured config.h(.win32) template
5624
5625     This adds a pre-configured config.h template that can be used
5626     for Visual
5627     Studio builds, where autotools is not normally available.  This has
5628     the
5629     configs that are suitable for Visual Studio builds, as well as all the
5630     features used for Windows builds enabled (HAVE_OT, HAVE_FALLBACK and
5631     HAVE_UNISCRIBE).
5632
5633     Note that the optional features are not enabled here, they are
5634     enabled by
5635     /D's (or -D's) in the NMake Makefiles as requested.
5636
5637  win32/config.h.win32.in | 155
5638  ++++++++++++++++++++++++++++++++++++++++++++++++
5639  1 file changed, 155 insertions(+)
5640
5641 commit 35ded3af74a5bc4b038a07308354d5f7501ae3c7
5642 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
5643 Date:   Tue Nov 3 16:56:27 2015 +0800
5644
5645     build: Move source listings into separate Makefile snippets
5646
5647     This moves all the source listings in src/Makefile.am,
5648     src/hb-ucdn/Makefile.am and util/Makefile.am into separate Makefile
5649     snippets, so that they may be shared between different Makefile-based
5650     build systems, such as NMake for Visual Studio.
5651
5652  src/Makefile.am              | 165
5653  +++++++++----------------------------------
5654  src/Makefile.sources         | 147 ++++++++++++++++++++++++++++++++++++++
5655  src/hb-ucdn/Makefile.am      |   6 +-
5656  src/hb-ucdn/Makefile.sources |   4 ++
5657  util/Makefile.am             |  34 ++-------
5658  util/Makefile.sources        |  32 +++++++++
5659  6 files changed, 223 insertions(+), 165 deletions(-)
5660
5661 commit b894a85ad1e7c3ecfb6d3732a7c9779f5462fe70
5662 Author: Behdad Esfahbod <behdad@behdad.org>
5663 Date:   Tue Feb 2 16:39:19 2016 +0800
5664
5665     Fix more hangs in case of buffer allocation errors
5666
5667     Hopefully
5668     fixes https://github.com/behdad/harfbuzz/issues/214
5669
5670  src/hb-ot-shape-complex-indic.cc   | 2 +-
5671  src/hb-ot-shape-complex-myanmar.cc | 2 +-
5672  src/hb-ot-shape-complex-use.cc     | 2 +-
5673  3 files changed, 3 insertions(+), 3 deletions(-)
5674
5675 commit b693992ea160b66541f678dc9be29b513c77a30b
5676 Merge: 9a6a33cc 498574e6
5677 Author: Behdad Esfahbod <behdad@behdad.org>
5678 Date:   Tue Feb 2 12:33:32 2016 +0800
5679
5680     Merge pull request #222 from n8willis/master
5681
5682     Add usermanual chapter on cluster levels
5683
5684 commit 498574e6c1a83bbd2768925af6e39806fe1ea8bb
5685 Author: n8willis <nwillis@glyphography.com>
5686 Date:   Thu Jan 28 12:21:32 2016 -0600
5687
5688     Update Makefile.am
5689
5690  docs/Makefile.am | 1 +
5691  1 file changed, 1 insertion(+)
5692
5693 commit e12fc666994573dbabb6928a8b2e8698667088ce
5694 Author: n8willis <nwillis@glyphography.com>
5695 Date:   Thu Jan 28 12:14:12 2016 -0600
5696
5697     Added initial usermanual chapter on cluster levels.
5698
5699  docs/harfbuzz-docs.xml       |   1 +
5700  docs/usermanual-clusters.xml | 304
5701  +++++++++++++++++++++++++++++++++++++++++++
5702  2 files changed, 305 insertions(+)
5703
5704 commit 9a6a33ccbea8a2e23e779bd955958fa41974c1c7
5705 Merge: d05b7833 146fe252
5706 Author: Behdad Esfahbod <behdad@behdad.org>
5707 Date:   Mon Jan 18 12:47:18 2016 +0100
5708
5709     Merge pull request #216 from mhosken/master
5710
5711     Refactor graphite2 to make ovleraps into negative width spaces
5712
5713 commit 146fe252c3ebd0253344ce20981554e40926497b
5714 Author: Martin Hosken <martin_hosken@sil.org>
5715 Date:   Sat Jan 16 17:24:00 2016 -0600
5716
5717     Refactor graphite2 to make ovleraps into negative width spaces
5718
5719  src/hb-graphite2.cc | 71
5720  ++++++++++++++++++++++++++++++++---------------------
5721  1 file changed, 43 insertions(+), 28 deletions(-)
5722
5723 commit d05b783322d90208b2ddf06a5ebffc7c301be3d7
5724 Author: Behdad Esfahbod <behdad@behdad.org>
5725 Date:   Tue Jan 12 16:17:21 2016 +0000
5726
5727     Fix compiler warning
5728
5729     Fixes https://github.com/behdad/harfbuzz/issues/212
5730
5731  src/hb-ot-tag.cc | 2 +-
5732  1 file changed, 1 insertion(+), 1 deletion(-)
5733
5734 commit d163dc18e66c9e2f404d09310482464245cae704
5735 Author: Behdad Esfahbod <behdad@behdad.org>
5736 Date:   Tue Jan 12 13:05:01 2016 +0000
5737
5738     Minor
5739
5740  src/hb-ot-layout-common-private.hh | 30 +++++++++++++++---------------
5741  1 file changed, 15 insertions(+), 15 deletions(-)
5742
5743 commit 505b7d4732c6a8c423f43c0de46e05dc583e82c0
5744 Author: Behdad Esfahbod <behdad@behdad.org>
5745 Date:   Mon Jan 11 18:31:04 2016 +0000
5746
5747     [fuzzing] Fuzz input text
5748
5749     Very rudimentary right now, but will get kcc's bot going.
5750
5751     From
5752     https://github.com/behdad/harfbuzz/issues/139#issuecomment-163580783
5753
5754  test/fuzzing/hb-fuzzer.cc | 25 +++++++++++++++++++------
5755  1 file changed, 19 insertions(+), 6 deletions(-)
5756
5757 commit 3e704521f67e021fb51cda7319925fd39eba4f97
5758 Author: Behdad Esfahbod <behdad@behdad.org>
5759 Date:   Mon Jan 11 17:38:41 2016 +0000
5760
5761     [OT] Get list of lookup subtables once and loop through them
5762
5763     This speeds up shaping the Amiri font by over 15%.
5764
5765     This was primarily needed for my work on OpenType GX, since
5766     we will be collecting only sublookups that are "active" for
5767     current font instance; but it's a nice boost in general as
5768     well.
5769
5770     We might, in the future, collect subtables in the lookup_accel.
5771     That would also allow us to do a per-subtbale set-digest, which
5772     should speed things up some more, specially for ContextChainFormat3
5773     lookups...  Amiri, for example, contains one lookup with 53
5774     subtables!
5775
5776  src/hb-ot-layout.cc | 120
5777  +++++++++++++++++++++++++++++++++++-----------------
5778  1 file changed, 81 insertions(+), 39 deletions(-)
5779
5780 commit 11441291bbf4326dca9b14ec3e9cad3d4d229303
5781 Author: Behdad Esfahbod <behdad@behdad.org>
5782 Date:   Mon Jan 11 13:16:35 2016 +0000
5783
5784     1.1.3
5785
5786  NEWS         | 29 +++++++++++++++++++++++++++++
5787  configure.ac |  2 +-
5788  2 files changed, 30 insertions(+), 1 deletion(-)
5789
5790 commit 97624d9244de0fdb9c03f60e03fe242028efa8a1
5791 Author: Behdad Esfahbod <behdad@behdad.org>
5792 Date:   Mon Jan 11 12:58:45 2016 +0000
5793
5794     [docs] Minor fixes.
5795
5796  src/hb-buffer.h | 26 +++++++++++++-------------
5797  1 file changed, 13 insertions(+), 13 deletions(-)
5798
5799 commit a39ff95fce39226e80850ff251cb34a7aad12bd7
5800 Author: Behdad Esfahbod <behdad@behdad.org>
5801 Date:   Mon Jan 11 12:28:37 2016 +0000
5802
5803     [coretext] Speed up CoreText font fallback
5804
5805     Fixes https://code.google.com/p/chromium/issues/detail?id=547912
5806
5807  src/hb-coretext.cc | 45 ++++++++++++++++++++++++++++++++++++++++-----
5808  1 file changed, 40 insertions(+), 5 deletions(-)
5809
5810 commit 5afebbdcb2dab0e9a42d580df629d8e60b50d2f9
5811 Author: Behdad Esfahbod <behdad@behdad.org>
5812 Date:   Thu Jan 7 22:53:59 2016 +0000
5813
5814     Add Homebrew build instructions
5815
5816  BUILD.md | 10 ++++++++--
5817  1 file changed, 8 insertions(+), 2 deletions(-)
5818
5819 commit e8a27d79476a5d7a83cf2287d92ca291257546f4
5820 Author: Behdad Esfahbod <behdad@behdad.org>
5821 Date:   Thu Jan 7 22:52:16 2016 +0000
5822
5823     Don't build hb-fuzzer in "make", only "make check"
5824
5825  test/fuzzing/Makefile.am | 3 +--
5826  1 file changed, 1 insertion(+), 2 deletions(-)
5827
5828 commit 25671466d245449187f8ab17e1a233f1d087d5ed
5829 Author: Behdad Esfahbod <behdad@behdad.org>
5830 Date:   Thu Jan 7 19:11:41 2016 +0000
5831
5832     Add 9 reserved entries to hb_font_extents_t
5833
5834     Might add italic-angle, underline/strikethrough-position/thickness
5835     in the future.  Do this before new struct goes into a release.
5836
5837  src/hb-font.h | 10 ++++++++++
5838  1 file changed, 10 insertions(+)
5839
5840 commit e6d5e4c3106180cb22253c2c278b40f7c4c98f2f
5841 Author: Behdad Esfahbod <behdad@behdad.org>
5842 Date:   Wed Jan 6 12:29:50 2016 +0000
5843
5844     [uniscribe] Fix negative advance
5845
5846     This happens with at least one test font I have.
5847
5848  src/hb-uniscribe.cc | 2 +-
5849  1 file changed, 1 insertion(+), 1 deletion(-)
5850
5851 commit 99d34955762d0fff4b66a30e6fbe65fd1cf9976b
5852 Author: Behdad Esfahbod <behdad@behdad.org>
5853 Date:   Wed Jan 6 12:20:47 2016 +0000
5854
5855     [test] Add test text for Kaithi
5856
5857  test/shaping/texts/in-tree/shaper-hangul/MANIFEST            | 1 +
5858  test/shaping/texts/in-tree/shaper-hebrew/MANIFEST            | 1 +
5859  test/shaping/texts/in-tree/shaper-tibetan/MANIFEST           | 1 +
5860  test/shaping/texts/in-tree/shaper-use/MANIFEST               | 1 +
5861  test/shaping/texts/in-tree/shaper-use/script-kaithi/MANIFEST | 1 +
5862  test/shaping/texts/in-tree/shaper-use/script-kaithi/misc.txt | 6 ++++++
5863  6 files changed, 11 insertions(+)
5864
5865 commit 53c47c85827a7e3ca82000e3baa9aa87c5770ce9
5866 Author: Behdad Esfahbod <behdad@behdad.org>
5867 Date:   Tue Jan 5 13:26:20 2016 +0000
5868
5869     Increase sanitize edit count from 8 to 32
5870
5871     See previous commit.
5872
5873  src/hb-open-type-private.hh | 2 +-
5874  1 file changed, 1 insertion(+), 1 deletion(-)
5875
5876 commit da2fcfdc51a2cc0d0a782efa6c91b733f7aa84ba
5877 Author: Behdad Esfahbod <behdad@behdad.org>
5878 Date:   Tue Jan 5 13:23:45 2016 +0000
5879
5880     Don't count fixing-up FeatureParams offset as error
5881
5882     The font Garamond Premier Pro Caption (and possibly many other
5883     Adobe fonts), have many FeatureParamsSize tables with the old
5884     wrong offset.  We handle fixing those up, but they were still
5885     contributing to edit_count, and when I reduced HB_SANITIZE_MAX_EDIT
5886     from 100 to 8 in 14c2de321826c36037adde859ccca3e2011325a9, these
5887     fonts were now getting GPOS dropped and hence kerning disabled.
5888
5889     Fix, by not counting edits made towareds offset fix-up.  I'll
5890     also increase edit count again, in the next commit.
5891
5892  src/hb-ot-layout-common-private.hh | 3 +++
5893  1 file changed, 3 insertions(+)
5894
5895 commit d0adc80965506810820f9ec165b8df80cc8907e3
5896 Author: Behdad Esfahbod <behdad@behdad.org>
5897 Date:   Sat Jan 2 13:25:18 2016 +0000
5898
5899     Check magicNumber in head table during sanitize
5900
5901  src/hb-ot-head-table.hh | 4 +++-
5902  1 file changed, 3 insertions(+), 1 deletion(-)
5903
5904 commit 3a48c776701a919e11b067129586e40372d90d54
5905 Merge: 9230911f 4b4948d3
5906 Author: Behdad Esfahbod <behdad@behdad.org>
5907 Date:   Sat Jan 2 00:59:14 2016 +0000
5908
5909     Merge pull request #208 from khaledhosny/travis-trusty
5910
5911     [travis] Try building on Trusty
5912
5913 commit 4b4948d360a2141e0ffda2994aa308645dc32f59
5914 Author: Khaled Hosny <khaledhosny@eglug.org>
5915 Date:   Sat Jan 2 00:36:19 2016 +0400
5916
5917     [travis] Try building on Trusty
5918
5919     Trusty has gtk-doc 1.20 which has better markdown support which should
5920     fix some of the brokenness in the newly added documentation. The build
5921     seems to be as fast as the current container-based build on Precise.
5922
5923  .travis.yml | 5 +++--
5924  1 file changed, 3 insertions(+), 2 deletions(-)
5925
5926 commit 9230911facf90c06626e54023ca4d99f5e05f1a4
5927 Author: Behdad Esfahbod <behdad@behdad.org>
5928 Date:   Fri Jan 1 19:06:43 2016 +0000
5929
5930     [travis] Only run coveralls if testing behdad/harfbuzz
5931
5932     Fixes failures in others' forks, like:
5933     https://travis-ci.org/khaledhosny/harfbuzz/jobs/99719710#L3912
5934
5935  .travis.yml | 2 +-
5936  1 file changed, 1 insertion(+), 1 deletion(-)
5937
5938 commit 6f66f05757d3d5738571b3d4ee40afffb8f26ff9
5939 Merge: bfdf684f 9ab9f974
5940 Author: Behdad Esfahbod <behdad@behdad.org>
5941 Date:   Fri Jan 1 16:44:01 2016 +0000
5942
5943     Merge pull request #207 from khaledhosny/docs-4
5944
5945     [docs] More buffers documentation
5946
5947 commit 9ab9f974d42e0001966e243a23a64e6aefbd4764
5948 Author: Khaled Hosny <khaledhosny@eglug.org>
5949 Date:   Fri Jan 1 20:38:21 2016 +0400
5950
5951     [docs] More buffers documentation
5952
5953  docs/harfbuzz-sections.txt |  4 +-
5954  src/hb-buffer-serialize.cc | 85
5955  ++++++++++++++++++++++++++++++-------------
5956  src/hb-buffer.cc           | 91
5957  +++++++++++++++++++++++++++++++++++-----------
5958  src/hb-buffer.h            | 78 +++++++++++++++++++++++++--------------
5959  src/hb-shape.cc            | 10 +++--
5960  5 files changed, 187 insertions(+), 81 deletions(-)
5961
5962 commit bfdf684f7957645dd016fbf76700c5911c4bee2d
5963 Merge: d7ed6f50 85c2443b
5964 Author: Behdad Esfahbod <behdad@behdad.org>
5965 Date:   Wed Dec 30 22:20:14 2015 +0100
5966
5967     Merge pull request #205 from khaledhosny/more-docs
5968
5969     More docs
5970
5971 commit d7ed6f50b4ff13a94701131913d931f13a4d1266
5972 Merge: b758e5ea a7f0e25d
5973 Author: Behdad Esfahbod <behdad@behdad.org>
5974 Date:   Wed Dec 30 22:20:00 2015 +0100
5975
5976     Merge pull request #206 from nico/patch-3
5977
5978     Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
5979
5980 commit a7f0e25dafa90bd21b01c38cb0782ade54b75cdc
5981 Author: Nico Weber <nicolasweber@gmx.de>
5982 Date:   Wed Dec 30 16:05:52 2015 -0500
5983
5984     Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
5985
5986     The coretext_aat shaper delegates to the regular coretext_..._ensure()
5987     functions, so coretext_aat_..._ensure() functions defined by these
5988     macros are unused. The compiler warns about them, which in turn can
5989     confuse people to think that the coretext_aat_..._ensure() functions
5990     weren't called by accident.
5991
5992  src/hb-coretext.cc | 4 ----
5993  1 file changed, 4 deletions(-)
5994
5995 commit 85c2443b737335b77c7e9bb6fd6741912f70fcef
5996 Author: Khaled Hosny <khaledhosny@eglug.org>
5997 Date:   Wed Dec 30 22:57:04 2015 +0400
5998
5999     [docs] Reduce gtkdoc-check errors
6000
6001     Now it is just reporting one error about “503 undocumented or
6002     incomplete
6003     symbols”, that will be the easy part I guess.
6004
6005  docs/harfbuzz-docs.xml     | 74
6006  ++++++++++++++++++++++++++++++++++++++++++++++
6007  docs/harfbuzz-sections.txt | 40 +++++++++++++++++++++++++
6008  2 files changed, 114 insertions(+)
6009
6010 commit 9cffe329f15b3a74a3af4e68c1884f1dbda49666
6011 Author: Khaled Hosny <khaledhosny@eglug.org>
6012 Date:   Wed Dec 30 22:50:08 2015 +0400
6013
6014     [docs] Typo
6015
6016  src/hb-buffer.cc | 2 +-
6017  1 file changed, 1 insertion(+), 1 deletion(-)
6018
6019 commit b758e5ea223eced0fde9a3e62d0fdf04c04914a1
6020 Merge: 266bfa37 8b1224f0
6021 Author: Behdad Esfahbod <behdad@behdad.org>
6022 Date:   Wed Dec 30 16:44:19 2015 +0100
6023
6024     Merge pull request #203 from nico/patch-1
6025
6026     Remove unused `retry:` label.
6027
6028 commit 266bfa3772e75fedcd93db22bf8672a13ad7a7d9
6029 Author: Behdad Esfahbod <behdad@behdad.org>
6030 Date:   Wed Dec 30 16:25:48 2015 +0100
6031
6032     [docs] Minor
6033
6034  .ci/deploy-docs.sh | 2 +-
6035  1 file changed, 1 insertion(+), 1 deletion(-)
6036
6037 commit d08035f8f15b7ddd89a318ea34bc386a9e33a8ea
6038 Author: Behdad Esfahbod <behdad@behdad.org>
6039 Date:   Wed Dec 30 16:15:36 2015 +0100
6040
6041     [docs] Fix up build, really
6042
6043  .ci/deploy-docs.sh | 9 ++++-----
6044  .travis.yml        | 2 +-
6045  2 files changed, 5 insertions(+), 6 deletions(-)
6046
6047 commit 0d45c3cf63692151166ca7071f755dfaa8922a67
6048 Author: Behdad Esfahbod <behdad@behdad.org>
6049 Date:   Wed Dec 30 16:09:39 2015 +0100
6050
6051     [docs] Turn bash tracing on
6052
6053  .ci/deploy-docs.sh | 4 ++++
6054  1 file changed, 4 insertions(+)
6055
6056 commit 33b2d981a0b12ea165ef9282204a73f4a1ce0477
6057 Author: Behdad Esfahbod <behdad@behdad.org>
6058 Date:   Wed Dec 30 15:56:56 2015 +0100
6059
6060     [docs] Another try, not sure why the bot isn't building
6061
6062  .ci/deploy-docs.sh | 13 ++++---------
6063  1 file changed, 4 insertions(+), 9 deletions(-)
6064
6065 commit f3a051149b3b565b5ad4e489bf730c5203c3549e
6066 Author: Behdad Esfahbod <behdad@behdad.org>
6067 Date:   Wed Dec 30 15:45:43 2015 +0100
6068
6069     [docs] Shuffling code around in deploy-docs.sh
6070
6071     Temporarily makes it rebuild docs on every change again.
6072
6073  .ci/deploy-docs.sh | 46 +++++++++++++++++++++++++++-------------------
6074  1 file changed, 27 insertions(+), 19 deletions(-)
6075
6076 commit 8f31d0a94b27bb658aabe600472fc10bc47885f6
6077 Merge: 9d280cf4 fb192c26
6078 Author: Behdad Esfahbod <behdad@behdad.org>
6079 Date:   Wed Dec 30 15:13:37 2015 +0100
6080
6081     Merge pull request #202 from khaledhosny/doc-fixes
6082
6083     Doc fixes
6084
6085 commit fb192c263e17081c87f4cc971274d9be42f19513
6086 Author: Khaled Hosny <khaledhosny@eglug.org>
6087 Date:   Wed Dec 30 15:05:50 2015 +0400
6088
6089     [docs] A bit more buffers documentation
6090
6091  docs/harfbuzz-sections.txt |  2 ++
6092  src/hb-buffer.cc           |  7 +++---
6093  src/hb-buffer.h            | 56
6094  ++++++++++++++++++++++++++++++++++++++++++++--
6095  3 files changed, 60 insertions(+), 5 deletions(-)
6096
6097 commit 8ab797c5b86c33eab6ee024471fd3c147325d26a
6098 Author: Khaled Hosny <khaledhosny@eglug.org>
6099 Date:   Tue Dec 29 17:42:16 2015 +0400
6100
6101     [docs] A bit more buffers documentation
6102
6103  docs/harfbuzz-sections.txt | 60 +++++++++++++++---------------
6104  src/hb-buffer.cc           | 93
6105  +++++++++++++++++++++++++++++++---------------
6106  src/hb-buffer.h            |  7 +++-
6107  src/hb-common.cc           | 43 +++++++++++++--------
6108  src/hb-common.h            | 15 +++++---
6109  5 files changed, 135 insertions(+), 83 deletions(-)
6110
6111 commit f18d2226b62f20d29e6299c01ae8467c725ea971
6112 Author: Khaled Hosny <khaledhosny@eglug.org>
6113 Date:   Tue Dec 29 15:21:20 2015 +0400
6114
6115     [docs] Some documentation on buffers
6116
6117     Some of it (create, reference, destroy) are adapted from Cairo docs.
6118
6119  docs/harfbuzz-sections.txt |  55 +++++++-------
6120  src/hb-buffer.cc           | 174
6121  +++++++++++++++++++++++++++------------------
6122  2 files changed, 132 insertions(+), 97 deletions(-)
6123
6124 commit d7bf9d05c519a369a7b3a02e9ed5ecc05a20cd3e
6125 Author: Khaled Hosny <khaledhosny@eglug.org>
6126 Date:   Tue Dec 29 02:23:24 2015 +0400
6127
6128     [docs] Fix comment syntax
6129
6130     To lower the number of gtk-doc warnings.
6131
6132  .travis.yml           |  2 +-
6133  src/hb-directwrite.cc |  4 ++--
6134  src/hb-ot-layout.cc   | 14 ++++++++++++++
6135  src/hb-unicode.h      | 16 ++++++++++++++++
6136  4 files changed, 33 insertions(+), 3 deletions(-)
6137
6138 commit 8b1224f0eece7a5b6846e206333e57ac4653a705
6139 Author: Nico Weber <nicolasweber@gmx.de>
6140 Date:   Mon Dec 28 21:31:28 2015 -0500
6141
6142     Remove unused `retry:` label.
6143
6144     Fixes a -Wunused-label warning when building harfbuzz with clang
6145     -Wall.
6146
6147  src/hb-coretext.cc | 1 -
6148  1 file changed, 1 deletion(-)
6149
6150 commit 1f5559293f9bb1b4e911f4bdecf276ff1f6ae01c
6151 Author: Khaled Hosny <khaledhosny@eglug.org>
6152 Date:   Tue Dec 29 02:15:21 2015 +0400
6153
6154     [docs] Ignore the new HB_EXTERN decoration
6155
6156     Otherwise, almost all API functions are not extracted.
6157
6158  docs/Makefile.am | 3 ++-
6159  1 file changed, 2 insertions(+), 1 deletion(-)
6160
6161 commit 9d280cf49f25181f64c978752f926b79e7c3746a
6162 Author: Khaled Hosny <khaledhosny@eglug.org>
6163 Date:   Sat Dec 26 06:45:51 2015 +0400
6164
6165     Fix previous commit
6166
6167  .ci/deploy-docs.sh | 2 +-
6168  1 file changed, 1 insertion(+), 1 deletion(-)
6169
6170 commit b789199f107912cfce5e4a95d6152f9a1a7993f2
6171 Author: Khaled Hosny <khaledhosny@eglug.org>
6172 Date:   Sat Dec 26 06:35:08 2015 +0400
6173
6174     [travis] Build docs only on tagged revisions
6175
6176     Lets see if it works…
6177
6178  .ci/deploy-docs.sh | 4 +++-
6179  1 file changed, 3 insertions(+), 1 deletion(-)
6180
6181 commit e5b90c08a4c1f475560209a5e47628f695606d89
6182 Author: Behdad Esfahbod <behdad@behdad.org>
6183 Date:   Fri Dec 25 18:41:41 2015 +0100
6184
6185     [travis] Remove secure var
6186
6187     I've set up a secure var for behdad/harfbuzz through Travis web
6188     interface, no need
6189     to set the var here.
6190
6191  .ci/deploy-docs.sh | 2 +-
6192  .travis.yml        | 1 -
6193  2 files changed, 1 insertion(+), 2 deletions(-)
6194
6195 commit e75c1ffdf548185ce1f1df7937f0d028e5e40efe
6196 Merge: 6173c2a6 d25317f6
6197 Author: Behdad Esfahbod <behdad@behdad.org>
6198 Date:   Fri Dec 25 18:21:08 2015 +0100
6199
6200     Merge pull request #199 from behdad/travis-docs
6201
6202     Deploy docs to gh-pages branch from Travis builds
6203
6204 commit 6173c2a6fc6ea0bf812f7f398770b5342974f9bf
6205 Author: Behdad Esfahbod <behdad@behdad.org>
6206 Date:   Fri Dec 25 18:18:23 2015 +0100
6207
6208     Fix flaky test
6209
6210     This test font had a upem of 769, which results in rounding-related
6211     errors with
6212     the FreeType font funcs.  Change the upem to 1024 to fix that.
6213
6214     Fixes https://github.com/behdad/harfbuzz/issues/201
6215
6216  ...> 1c2fb74c1b2aa173262734c1f616148f1648cfd6.ttf} | Bin 4064 ->
6217  4064 bytes
6218  test/shaping/fonts/sha1sum/MANIFEST                |   2 +-
6219  test/shaping/tests/ligature-id.tests               |  70
6220  ++++++++++-----------
6221  3 files changed, 36 insertions(+), 36 deletions(-)
6222
6223 commit 3fcae6d82da389c9944386a8ab41eb1c13b99330
6224 Author: Behdad Esfahbod <behdad@behdad.org>
6225 Date:   Fri Dec 25 18:18:02 2015 +0100
6226
6227     [tests] Add --reference, for re-recording tests
6228
6229  test/shaping/run-tests.sh | 18 ++++++++++++++----
6230  1 file changed, 14 insertions(+), 4 deletions(-)
6231
6232 commit d25317f67f3c5c77f9059961935b0f35cbaa9ac4
6233 Author: Khaled Hosny <khaledhosny@eglug.org>
6234 Date:   Wed Dec 23 01:29:48 2015 +0400
6235
6236     Move more docs from FreeDesktop page
6237
6238  docs/Makefile.am                     |  1 +
6239  docs/harfbuzz-docs.xml               | 15 ++++----
6240  docs/usermanual-install-harfbuzz.xml | 70
6241  ++++++++++++++++++++++++++++++++++++
6242  3 files changed, 80 insertions(+), 6 deletions(-)
6243
6244 commit 493a92220844c8996be67c8a7a2c5447942fe2c1
6245 Author: Khaled Hosny <khaledhosny@eglug.org>
6246 Date:   Wed Dec 23 00:33:41 2015 +0400
6247
6248     Rename user manual files
6249
6250     Use chapter ids instead of numbers, so that we can reorder them,
6251     introduce new ones etc. without the numbers becoming out of date.
6252
6253  docs/Makefile.am                                             | 12
6254  ++++++------
6255  docs/harfbuzz-docs.xml                                       | 12
6256  ++++++------
6257  ... => usermanual-buffers-language-script-and-direction.xml} |  0
6258  docs/{usermanual-ch04.xml => usermanual-fonts-and-faces.xml} |  0
6259  ...{usermanual-ch06.xml => usermanual-glyph-information.xml} |  0
6260  docs/{usermanual-ch02.xml => usermanual-hello-harfbuzz.xml}  |  0
6261  ...{usermanual-ch05.xml => usermanual-opentype-features.xml} |  0
6262  .../{usermanual-ch01.xml => usermanual-what-is-harfbuzz.xml} |  0
6263  8 files changed, 12 insertions(+), 12 deletions(-)
6264
6265 commit 4dc2265918089ee08c6d82eed0cfd41e02d7d231
6266 Author: Khaled Hosny <khaledhosny@eglug.org>
6267 Date:   Wed Dec 23 00:26:20 2015 +0400
6268
6269     Intro from freedesktop.org/wiki/Software/HarfBuzz/
6270
6271  docs/HarfBuzz.png      | Bin 0 -> 3419 bytes
6272  docs/Makefile.am       |   3 ++-
6273  docs/harfbuzz-docs.xml |  31 ++++++++++++++++++++++++++++++-
6274  3 files changed, 32 insertions(+), 2 deletions(-)
6275
6276 commit 22b07782ced6503a0bf33f2fe157b70540238f6d
6277 Author: Khaled Hosny <khaledhosny@eglug.org>
6278 Date:   Mon Dec 14 23:33:51 2015 +0400
6279
6280     Deploy docs to gh-pages branch from Travis builds
6281
6282     Build docs in Travis and push them to the gh-pages branch, which makes
6283     them available at http://behdad.github.io/harfbuzz/
6284
6285  .ci/deploy-docs.sh | 25 +++++++++++++++++++++++++
6286  .travis.yml        |  4 ++++
6287  2 files changed, 29 insertions(+)
6288
6289 commit fc38e6034c76d5450f5398d667184bc3696efcc4
6290 Author: Behdad Esfahbod <behdad@behdad.org>
6291 Date:   Wed Dec 23 14:50:53 2015 +0100
6292
6293     [layout] Collect coverage glyphs in PairPos
6294
6295     Apparently class=0 is used for ClassDef1.  See:
6296     https://github.com/adobe-type-tools/afdko/issues/90
6297
6298  src/hb-ot-layout-gpos-table.hh | 2 +-
6299  1 file changed, 1 insertion(+), 1 deletion(-)
6300
6301 commit 8718dae818b22c3933c33bdfc8a7413ef4c3110a
6302 Author: Behdad Esfahbod <behdad@behdad.org>
6303 Date:   Fri Dec 18 19:53:40 2015 +0000
6304
6305     [python] Hook up sample debugger
6306
6307  src/sample.py | 6 ++++++
6308  1 file changed, 6 insertions(+)
6309
6310 commit 0475ef2f97e3035a2eea9a0f96031331e07e8e29
6311 Author: Behdad Esfahbod <behdad@behdad.org>
6312 Date:   Fri Dec 18 18:17:07 2015 +0000
6313
6314     [buffer] Add debugging, aka, message, API
6315
6316     Currently just announces lookup applications.  Message-API *will*
6317     change.
6318     hb-shape / hb-view are updated to print-out messages to stder
6319     if --debug
6320     is specified.
6321
6322  src/hb-buffer-private.hh | 18 ++++++++++++++++++
6323  src/hb-buffer.cc         | 44
6324  ++++++++++++++++++++++++++++++++++++++++++++
6325  src/hb-buffer.h          | 15 +++++++++++++++
6326  src/hb-ot-layout.cc      | 12 ++----------
6327  util/main-font-text.hh   | 18 ++++++++++++++++++
6328  5 files changed, 97 insertions(+), 10 deletions(-)
6329
6330 commit 9ea0aa43ac5cf243b698aae0ec80241b5efd7488
6331 Author: Behdad Esfahbod <behdad@behdad.org>
6332 Date:   Fri Dec 18 17:30:18 2015 +0000
6333
6334     Don't deserialize positions if buffer has no positions
6335
6336  src/hb-buffer-serialize.cc | 3 +++
6337  src/hb-ot-layout.cc        | 2 --
6338  2 files changed, 3 insertions(+), 2 deletions(-)
6339
6340 commit 862b1644e9469a7e70555141f53729409d50d0d2
6341 Author: Behdad Esfahbod <behdad@behdad.org>
6342 Date:   Fri Dec 18 13:54:06 2015 +0000
6343
6344     [use] Only set syllable-based topographical features if not
6345     Arabic-joining
6346
6347  src/hb-ot-shape-complex-use.cc | 3 +++
6348  1 file changed, 3 insertions(+)
6349
6350 commit 45b7ec365225109eb0854e6c417f48860b5f24af
6351 Author: Behdad Esfahbod <behdad@behdad.org>
6352 Date:   Fri Dec 18 13:47:16 2015 +0000
6353
6354     [indic] Followup fix for Malayalam context matching
6355
6356     We regeressed Malayalam in 508cc3d3cfcfb0383df0fe795cc28db4e0fd5729
6357     This brings down the failures to 198 (from 750).
6358
6359     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
6360     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
6361     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
6362     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
6363     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
6364     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
6365     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed
6366     (0.0188871%)
6367     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
6368     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
6369     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
6370     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
6371     MYANMAR: 1123865 out of 1123883 tests passed. 18 failed (0.00160159%)
6372
6373  src/hb-ot-shape-complex-indic.cc | 19 +++++++++++++++++++
6374  1 file changed, 19 insertions(+)
6375
6376 commit 2813e3049a69d64e5395f68c52c4690e1d256d55
6377 Author: Behdad Esfahbod <behdad@behdad.org>
6378 Date:   Fri Dec 18 11:05:11 2015 +0000
6379
6380     [indic] Update data tables to Unicode 8.0
6381
6382     Test stats remain unchanged, except for Malayalam, which we
6383     investigate:
6384
6385     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
6386     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
6387     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
6388     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
6389     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
6390     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
6391     MALAYALAM: 1047584 out of 1048334 tests passed. 750 failed
6392     (0.0715421%)
6393     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
6394     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
6395     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
6396     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
6397
6398     Myanmar, compared to Windows 10 mmrtext.ttf:
6399
6400     MYANMAR: 1123865 out of 1123883 tests passed. 18 failed (0.00160159%)
6401
6402  src/gen-indic-table.py                   |   1 +
6403  src/hb-ot-shape-complex-indic-private.hh |  40 ++--
6404  src/hb-ot-shape-complex-indic-table.cc   | 372
6405  ++++++++++++++++++-------------
6406  src/hb-ot-shape-complex-indic.cc         |  23 +-
6407  src/hb-ot-shape-complex-myanmar.cc       |   4 +
6408  5 files changed, 244 insertions(+), 196 deletions(-)
6409
6410 commit fc06cff40f136440f6402d0a5e735e2a4a3c062a
6411 Author: Behdad Esfahbod <behdad@behdad.org>
6412 Date:   Thu Dec 17 17:47:35 2015 +0000
6413
6414     Remove HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT
6415
6416     The DEFAULT naming wasn't helpful, so just remove it.
6417
6418  src/hb-ot-shape-complex-default.cc | 2 +-
6419  src/hb-ot-shape-complex-private.hh | 4 +---
6420  src/hb-ot-shape-complex-thai.cc    | 2 +-
6421  src/hb-ot-shape-complex-tibetan.cc | 2 +-
6422  4 files changed, 4 insertions(+), 6 deletions(-)
6423
6424 commit 508cc3d3cfcfb0383df0fe795cc28db4e0fd5729
6425 Author: Behdad Esfahbod <behdad@behdad.org>
6426 Date:   Thu Dec 17 17:31:17 2015 +0000
6427
6428     [indic] Allow context when matching for Malayalam new-spec
6429
6430     Test sequence:
6431             U+0995,U+09CD,U+09B0
6432
6433     With Nirmala shipped on Windows 10, this failed to form the below
6434     form.
6435     Works now.
6436
6437     Reported by Sairus.
6438
6439  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
6440  1 file changed, 9 insertions(+), 2 deletions(-)
6441
6442 commit eaf1e93ef1ee19a3e72d781e8abbd7f1165c1618
6443 Author: Behdad Esfahbod <behdad@behdad.org>
6444 Date:   Thu Dec 17 16:57:47 2015 +0000
6445
6446     [uniscribe] Handle E_NOT_SUFFICIENT_BUFFER as well as E_OUTOFMEMORY
6447
6448     On Windows 10 we are seeing that other error message...
6449
6450     Test sequence: U+0995,U+-9CD,U+09B0
6451     With Nirmala shipped on Windows 10, this failed to form the below
6452     form.
6453     Works now.
6454
6455     Reported by Sairus.
6456
6457  src/hb-uniscribe.cc | 2 +-
6458  1 file changed, 1 insertion(+), 1 deletion(-)
6459
6460 commit 21e5d7edc4f28157254ef29a8ac247f3a572f6a6
6461 Author: Behdad Esfahbod <behdad@behdad.org>
6462 Date:   Thu Dec 17 16:28:38 2015 +0000
6463
6464     [util] Use O_BINARY instead of _O_BINARY
6465
6466     The latter doesn't seem to be available in Cygwin.  I'm surprised it
6467     compiled before...
6468
6469  util/options.cc | 4 ++--
6470  1 file changed, 2 insertions(+), 2 deletions(-)
6471
6472 commit 100fbeaf196515774c985ee839d0fa0695f9a6fa
6473 Author: Behdad Esfahbod <behdad@behdad.org>
6474 Date:   Thu Dec 17 15:23:09 2015 +0000
6475
6476     Fix ligature component of a mark happening after a ligature within
6477     a ligature!
6478
6479     Say, if we are ligating "A B_C m D", then previously 'm' was being
6480     attached to 'B' in the combined A_B_C_D ligature.  Now we attach it
6481     to 'C'.  No test for this though :(.
6482
6483  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
6484  1 file changed, 1 insertion(+), 1 deletion(-)
6485
6486 commit 2f02fc79a5018e3348fccf366c470803554e1e58
6487 Author: Behdad Esfahbod <behdad@behdad.org>
6488 Date:   Thu Dec 17 15:21:14 2015 +0000
6489
6490     Improve ligature-component handling
6491
6492     We use three bits for lig_id these days, so we finally got a report of
6493     two separate ligatures with the same lig_id happening adjacent to each
6494     other, and then the component-handling code was breaking things.
6495     Protect against that by ignoring same-lig-id but lig-comp=0 glyphs
6496     after
6497     a new ligature.
6498
6499     Fixes https://github.com/behdad/harfbuzz/issues/198
6500
6501  src/hb-ot-layout-gsubgpos-private.hh               |  12 +++++--
6502  test/shaping/Makefile.am                           |   1 +
6503  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
6504  .../c78d1f25ea1df1210414f2fe2e0e1e53082bba76.ttf   | Bin 0 -> 4064 bytes
6505  test/shaping/tests/MANIFEST                        |   1 +
6506  test/shaping/tests/ligature-id.tests               |  35
6507  +++++++++++++++++++++
6508  6 files changed, 47 insertions(+), 3 deletions(-)
6509
6510 commit 2ab0de9fbd03231b647345b01e31b136e2e00978
6511 Author: Behdad Esfahbod <behdad@behdad.org>
6512 Date:   Thu Dec 17 11:59:15 2015 +0000
6513
6514     [use] Fix halant detection
6515
6516     Before, we were just checking the use_category().  This detects as
6517     halant a ligature that had the halant as first glyph (as seen in
6518     NotoSansBalinese.)  Change that to use the is_ligated() glyph prop
6519     bit.  The font is forming this ligature in ccmp, which is before
6520     the rphf / pref tests.  So we need to make sure the "ligated" bit
6521     survives those tests.  Since those only check the "substituted" bit,
6522     we now only clear that bit for them and "ligated" survives.
6523
6524     Fixes https://github.com/behdad/harfbuzz/issues/180
6525
6526  src/hb-ot-layout-private.hh                          |   6 ++----
6527  src/hb-ot-shape-complex-use.cc                       |  19
6528  ++++++++++++-------
6529  test/shaping/Makefile.am                             |   1 +
6530  test/shaping/fonts/sha1sum/MANIFEST                  |   1 +
6531  .../fbb6c84c9e1fe0c39e152fbe845e51fd81f6748e.ttf     | Bin 0 ->
6532  2616 bytes
6533  test/shaping/tests/MANIFEST                          |   1 +
6534  test/shaping/tests/use.tests                         |   1 +
6535  7 files changed, 18 insertions(+), 11 deletions(-)
6536
6537 commit 86bcbd65b0d98357fb3d67a2f4f2a704ace55e10
6538 Author: Behdad Esfahbod <behdad@behdad.org>
6539 Date:   Thu Dec 17 11:04:33 2015 +0000
6540
6541     [arabic] Use glyph advance width in apply_stch() instead of extents
6542
6543     That seems to be what Windows is doing, and makes more sense.
6544
6545  src/hb-ot-shape-complex-arabic.cc | 24 +++++++-----------------
6546  1 file changed, 7 insertions(+), 17 deletions(-)
6547
6548 commit f11c11a1f123ef245e59ba892230db14170a8e5a
6549 Author: Behdad Esfahbod <behdad@behdad.org>
6550 Date:   Wed Dec 16 17:08:36 2015 +0100
6551
6552     Fix Since: tags for new API
6553
6554     https://github.com/behdad/harfbuzz/commit/e1d4d0f1dbd8518b5672245c05d73f22a9ed03ea#commitcomment-15006653
6555
6556  src/hb-font.cc | 6 +++---
6557  1 file changed, 3 insertions(+), 3 deletions(-)
6558
6559 commit 15f2c055c17c54b0a6ae6eef50dcda13c58cda75
6560 Merge: 49e72634 a13b023d
6561 Author: Behdad Esfahbod <behdad@behdad.org>
6562 Date:   Mon Dec 14 14:19:03 2015 +0100
6563
6564     Merge pull request #196 from srl295/aix
6565
6566     AIX fixes
6567
6568 commit a13b023dbfd0532e8cd74c356fbbd4453d0ffaa0
6569 Author: Steven R. Loomis <srloomis@us.ibm.com>
6570 Date:   Fri Dec 11 10:21:27 2015 -0800
6571
6572     AIX fixes
6573
6574     - use '-w' instead of '\<...\>' for check-header-guards
6575       grep manpage says these are the same
6576
6577     - put '-q' first in the grep options
6578
6579     - move VAR into hb-private.hh
6580
6581     - hb-font-private.hh - use [VAR] instead of [] for variable array
6582
6583  src/check-header-guards.sh  | 5 ++---
6584  src/hb-font-private.hh      | 2 +-
6585  src/hb-open-type-private.hh | 3 ---
6586  src/hb-private.hh           | 2 ++
6587  4 files changed, 5 insertions(+), 7 deletions(-)
6588
6589 commit 49e72634af74a9fbad01f42f48e104218413acc0
6590 Author: Behdad Esfahbod <behdad@behdad.org>
6591 Date:   Thu Dec 10 17:44:19 2015 +0100
6592
6593     Limit use of AIX intrinsics to IBM's compiler
6594
6595  src/hb-atomic-private.hh | 2 +-
6596  1 file changed, 1 insertion(+), 1 deletion(-)
6597
6598 commit e1d4d0f1dbd8518b5672245c05d73f22a9ed03ea
6599 Merge: 70b33eda 808d3fc0
6600 Author: Behdad Esfahbod <behdad@behdad.org>
6601 Date:   Thu Dec 10 16:56:07 2015 +0100
6602
6603     Merge branch 'font-extents'
6604
6605     Fixes https://github.com/behdad/harfbuzz/pull/165
6606
6607 commit 808d3fc0eadd379909f2a0308fd3db474f1efde8
6608 Author: Behdad Esfahbod <behdad@behdad.org>
6609 Date:   Thu Dec 10 16:55:16 2015 +0100
6610
6611     [util] Port hb-view to use font metrics from HarfBuzz instead of cairo
6612
6613  util/helper-cairo.cc |  4 +++-
6614  util/view-cairo.cc   | 24 ++++++++++++------------
6615  2 files changed, 15 insertions(+), 13 deletions(-)
6616
6617 commit 31fa3892947138c7950303ea3719bb5ceb813625
6618 Author: Behdad Esfahbod <behdad@behdad.org>
6619 Date:   Thu Dec 10 16:38:29 2015 +0100
6620
6621     [ft] Use ftface->size->metrics for font extent info
6622
6623  src/hb-ft.cc | 6 +++---
6624  1 file changed, 3 insertions(+), 3 deletions(-)
6625
6626 commit 3ad16048fdd841f31f1cb98d7ff9ea1871841146
6627 Author: Behdad Esfahbod <behdad@behdad.org>
6628 Date:   Thu Dec 10 16:37:49 2015 +0100
6629
6630     [ot-font] Respect OS/2 fsSelection USE_TYPO_METRICS bit
6631
6632  src/hb-ot-font.cc | 12 ++++++++----
6633  1 file changed, 8 insertions(+), 4 deletions(-)
6634
6635 commit 70b33edae7c8b9c031b83c95f00cb383789f1041
6636 Author: Behdad Esfahbod <behdad@behdad.org>
6637 Date:   Thu Dec 10 15:54:42 2015 +0100
6638
6639     Add atomic ops for AIX
6640
6641     Patch from Volker Simonis.
6642
6643  src/hb-atomic-private.hh | 25 +++++++++++++++++++++++++
6644  1 file changed, 25 insertions(+)
6645
6646 commit 98460779bae19e4d64d29461ff154b3527bf8420
6647 Author: Behdad Esfahbod <behdad@behdad.org>
6648 Date:   Mon Dec 7 21:38:47 2015 +0100
6649
6650     Remove final pause from Arabic shaper
6651
6652     Back in the old days, we used to apply 'calt' and 'cswh' in Arabic
6653     shaper,
6654     with a pause in between.  Then we disabled the 'cswh' because
6655     Microsoft
6656     disabled it, but forgot to remove the unnecessary pause.  Do that now.
6657
6658     This has the benefit that it fixes shaping with monbaiti from
6659     Windows 10.
6660     In that version of that font, the lookups from 'calt' are duplicated
6661     in
6662     'rclt', and Mongolian was changed to go through Universal Shaping
6663     Engine.
6664     We still use the Arabic shaper for Mongolian.  With a pause after
6665     'calt',
6666     we were applying the duplicate lookups from 'calt' and 'rclt' twice.
6667     It
6668     happened to be the case that these lookups were NOT idempotent.  So we
6669     were getting wrong shaping.  See thread "Windows 10 monbaiti.ttf
6670     upgrade
6671     (5.01 -> 5.51) caused loss of diacritical marks when shaped with
6672     harfbuz"
6673     on the mailing list.  This fixes that.
6674
6675  src/hb-ot-shape-complex-arabic.cc | 2 +-
6676  1 file changed, 1 insertion(+), 1 deletion(-)
6677
6678 commit dee0fbf9e2eac8b61730efc4978bc10c552b5227
6679 Merge: 255df680 a7ffe353
6680 Author: Behdad Esfahbod <behdad@behdad.org>
6681 Date:   Mon Dec 7 10:44:08 2015 +0100
6682
6683     Merge pull request #192 from behdad/jfkthame-stch
6684
6685     [issue 191] Make apply_stch() give a more precise fit
6686
6687 commit 255df6801201fb22402420f7b7b7ea8b042df8ba
6688 Author: Behdad Esfahbod <behdad@behdad.org>
6689 Date:   Mon Dec 7 10:34:47 2015 +0100
6690
6691     Fix undefined behavior in cmp function
6692
6693     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93274
6694
6695  src/hb-ot-map-private.hh | 3 ++-
6696  1 file changed, 2 insertions(+), 1 deletion(-)
6697
6698 commit fcf9e61bad13c828b5482f26491c82db65d91c96
6699 Author: Behdad Esfahbod <behdad@behdad.org>
6700 Date:   Mon Dec 7 10:30:43 2015 +0100
6701
6702     Fix sorting order of ot_languages array
6703
6704     Looks like the original sort was wrongly done.
6705     Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=93275
6706
6707  src/hb-ot-tag.cc | 7 +++----
6708  1 file changed, 3 insertions(+), 4 deletions(-)
6709
6710 commit 70952ddb5a29c5bcbb4b6c3a05a428496033234a
6711 Author: Behdad Esfahbod <behdad@behdad.org>
6712 Date:   Mon Dec 7 10:28:46 2015 +0100
6713
6714     Add test to make sure ot-languages array is sorted
6715
6716     Currently fails.  Part of
6717     https://bugs.freedesktop.org/show_bug.cgi?id=93275
6718
6719  src/Makefile.am  |  9 ++++++++-
6720  src/hb-ot-tag.cc | 23 +++++++++++++++++++++++
6721  2 files changed, 31 insertions(+), 1 deletion(-)
6722
6723 commit 8c37556f730d7e961394075cd863f624af4c53c4
6724 Merge: 8e5f9026 f35b3e93
6725 Author: Behdad Esfahbod <behdad@behdad.org>
6726 Date:   Mon Dec 7 09:34:58 2015 +0100
6727
6728     Merge pull request #134 from ebraminio/dwrite
6729
6730     Add working but less prefect DirectWrite backend
6731
6732 commit a7ffe3535836032dba5559080dffeec79473197b
6733 Author: jfkthame <jfkthame@gmail.com>
6734 Date:   Sat Dec 5 17:47:37 2015 +0000
6735
6736     Make apply_stch() give a more precise fit
6737
6738     This aims to make Syriac Abbr Mark sizing more accurate when repeating
6739     segments are used, by adding an extra repeat and tightening up the
6740     spacing slightly rather than leaving a shortfall corresponding to
6741     a partial repeat-width.
6742
6743  src/hb-ot-shape-complex-arabic.cc | 15 ++++++++++++++-
6744  1 file changed, 14 insertions(+), 1 deletion(-)
6745
6746 commit 8e5f902656d2882d24c30e8b26ddbd3963baa55c
6747 Author: Behdad Esfahbod <behdad@behdad.org>
6748 Date:   Mon Nov 30 16:53:21 2015 -0800
6749
6750     src/test.cc: wrong field printed
6751
6752     Fixes https://github.com/behdad/harfbuzz/issues/188
6753     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93182
6754
6755  src/test.cc | 2 +-
6756  1 file changed, 1 insertion(+), 1 deletion(-)
6757
6758 commit 6f2e6de1fae0ab2269b472a750788817de6c2a6e
6759 Author: Simon Cozens <simon@simon-cozens.org>
6760 Date:   Mon Oct 26 16:23:22 2015 +0900
6761
6762     Get font ascender and descender metrics from OS/2 table.
6763
6764  src/hb-font-private.hh |  39 ++++++++++++++++++-
6765  src/hb-font.cc         | 102
6766  ++++++++++++++++++++++++++++++++++++++++++++++++-
6767  src/hb-font.h          |  62 ++++++++++++++++++++++++++++--
6768  src/hb-ft.cc           |  21 ++++++++++
6769  src/hb-ot-font.cc      |  58 ++++++++++++++++++++++++++--
6770  5 files changed, 274 insertions(+), 8 deletions(-)
6771
6772 commit 097c998a0c7b250924801bb69f5fa0c529edd183
6773 Author: Simon Cozens <simon@simon-cozens.org>
6774 Date:   Mon Oct 26 16:22:38 2015 +0900
6775
6776     Parse the OS/2 table.
6777
6778  src/Makefile.am        |   1 +
6779  src/hb-ot-os2-table.hh | 105
6780  +++++++++++++++++++++++++++++++++++++++++++++++++
6781  2 files changed, 106 insertions(+)
6782
6783 commit d44d52bd0da033865641dfd39d94852119fd4fd7
6784 Author: Behdad Esfahbod <behdad@behdad.org>
6785 Date:   Thu Nov 26 19:35:43 2015 -0500
6786
6787     1.1.2
6788
6789  NEWS         | 15 +++++++++++++++
6790  configure.ac |  2 +-
6791  2 files changed, 16 insertions(+), 1 deletion(-)
6792
6793 commit 35d18585fc57750d817f57bfffe569069f9803b5
6794 Author: Behdad Esfahbod <behdad@behdad.org>
6795 Date:   Thu Nov 26 19:30:37 2015 -0500
6796
6797     Fix a few docs blocks
6798
6799  src/hb-buffer.cc    | 4 ++++
6800  src/hb-glib.cc      | 2 ++
6801  src/hb-ot-font.cc   | 2 ++
6802  src/hb-ot-layout.cc | 6 ++++++
6803  src/hb-ot-shape.cc  | 4 ++++
6804  5 files changed, 18 insertions(+)
6805
6806 commit 0e38c918b66df31978d8fd3d8271a9b781384545
6807 Author: Behdad Esfahbod <behdad@behdad.org>
6808 Date:   Thu Nov 26 19:26:26 2015 -0500
6809
6810     [introspection] Make scanner happy with HB_EXTERN
6811
6812  src/Makefile.am | 1 +
6813  1 file changed, 1 insertion(+)
6814
6815 commit ea512f71084296be3bd893f78650def894066de0
6816 Author: Behdad Esfahbod <behdad@behdad.org>
6817 Date:   Thu Nov 26 19:22:22 2015 -0500
6818
6819     Use C-style casts instead of compare to 0, to convert hb_bool_t
6820     to bool
6821
6822  src/hb-common.cc                  | 2 +-
6823  src/hb-fallback-shape.cc          | 2 +-
6824  src/hb-font-private.hh            | 2 +-
6825  src/hb-ot-layout.cc               | 2 +-
6826  src/hb-ot-map.cc                  | 2 +-
6827  src/hb-ot-shape-complex-hangul.cc | 2 +-
6828  src/hb-ot-shape-complex-hebrew.cc | 2 +-
6829  src/hb-ot-shape-complex-indic.cc  | 4 ++--
6830  src/hb-ot-shape-normalize.cc      | 6 +++---
6831  src/hb-ot-shape.cc                | 2 +-
6832  10 files changed, 13 insertions(+), 13 deletions(-)
6833
6834 commit 67a36a725e2a61a096ba0324f359d17f9b02d312
6835 Author: Behdad Esfahbod <behdad@behdad.org>
6836 Date:   Thu Nov 26 18:48:42 2015 -0500
6837
6838     Fix vertical GPOS
6839
6840     This was brorken earlier, though, it's really hard to notice it.
6841     Unlike the glyph_h_origin(), an unset glyph_v_origin() does NOT
6842     mean that the vertical origin is at 0,0.
6843
6844     Related to https://github.com/behdad/harfbuzz/issues/187
6845
6846  src/hb-ot-shape.cc | 13 ++++++++-----
6847  1 file changed, 8 insertions(+), 5 deletions(-)
6848
6849 commit 1c6a057dd1a52511474630896a597bf8e5215214
6850 Author: Behdad Esfahbod <behdad@behdad.org>
6851 Date:   Thu Nov 26 18:48:30 2015 -0500
6852
6853     Add tests for previous commit
6854
6855  test/shaping/Makefile.am                                 |   1 +
6856  .../sha1sum/49c9f7485c1392fa09a1b801bc2ffea79275f22e.ttf | Bin 0 ->
6857  1496 bytes
6858  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
6859  test/shaping/tests/MANIFEST                              |   1 +
6860  test/shaping/tests/simple.tests                          |   2 ++
6861  5 files changed, 5 insertions(+)
6862
6863 commit c41c145c7386ebe72b1cfb0475d836a689fecc5e
6864 Author: Behdad Esfahbod <behdad@behdad.org>
6865 Date:   Thu Nov 26 18:43:15 2015 -0500
6866
6867     Make nil glyph_h_origin() function return true
6868
6869     Fixes https://github.com/behdad/harfbuzz/issues/187
6870
6871     Funcs implementations that have a non-zero horizontal origin must
6872     implement the glyph_h_origin() callback, nothing new here.
6873
6874     Other implementations (all I know of!) can simply not set
6875     glyph_h_origin() now.  I did that for hb-ot and hb-ft in
6876     44f82750807475aa5b16099ccccd917d488df703, though that broke the
6877     fallback shaper because the default was returning false...
6878
6879  src/hb-font.cc | 2 +-
6880  1 file changed, 1 insertion(+), 1 deletion(-)
6881
6882 commit 766963adba6770dcd45de4417481ed8eda60a716
6883 Merge: b344af80 f798b8e2
6884 Author: Behdad Esfahbod <behdad@behdad.org>
6885 Date:   Tue Nov 24 15:38:43 2015 -0600
6886
6887     Merge pull request #114 from ThePhD/vc++-fixes
6888
6889     Fix all VC++ warnings and errors
6890
6891 commit b344af80ca95b9eddfd6017aa6ae103388d6b5f8
6892 Merge: 662acd26 835bbdc7
6893 Author: Behdad Esfahbod <behdad@behdad.org>
6894 Date:   Tue Nov 24 15:30:27 2015 -0600
6895
6896     Merge pull request #177 from fanc999/exporting
6897
6898     Enable use of compiler directives to export symbols
6899
6900 commit 662acd26d10c38e96a9afcdaab2cb2979794966f
6901 Merge: b24e93e3 1979f6fe
6902 Author: Behdad Esfahbod <behdad@behdad.org>
6903 Date:   Tue Nov 24 15:29:44 2015 -0600
6904
6905     Merge pull request #181 from mhosken/master
6906
6907     Fix y_scale problems in hb-gr
6908
6909 commit b24e93e3a4d98111c4684fa08e9080b471881d5c
6910 Author: Behdad Esfahbod <behdad@behdad.org>
6911 Date:   Tue Nov 24 13:18:20 2015 -0600
6912
6913     1.1.1
6914
6915  NEWS         | 7 +++++++
6916  configure.ac | 2 +-
6917  2 files changed, 8 insertions(+), 1 deletion(-)
6918
6919 commit 233944ac91bb81250c0e63150eecfedfaf09f590
6920 Merge: 5a24b1d2 d5382019
6921 Author: Khaled Hosny <khaledhosny@eglug.org>
6922 Date:   Tue Nov 24 18:37:35 2015 +0400
6923
6924     Merge pull request #185 from khaledhosny/travis-osx
6925
6926     [travis] Enable Mac OS X support
6927
6928 commit d538201918e6932ef7645f8d5b2c3491954936f8
6929 Author: Khaled Hosny <khaledhosny@eglug.org>
6930 Date:   Tue Nov 24 12:46:35 2015 +0400
6931
6932     [travis] Enable Mac OS X support
6933
6934     Fixes https://github.com/behdad/harfbuzz/issues/182
6935
6936  .travis.yml | 22 ++++++++++++++++------
6937  1 file changed, 16 insertions(+), 6 deletions(-)
6938
6939 commit 5a24b1d25c59865e298bf105f54503e79587265c
6940 Author: Behdad Esfahbod <behdad@behdad.org>
6941 Date:   Mon Nov 23 16:46:14 2015 -0600
6942
6943     [travis] Remove coverity scan
6944
6945     I never could get it to work, and it's a proprietary platform.
6946
6947  .travis.yml | 11 -----------
6948  README      |  1 -
6949  2 files changed, 12 deletions(-)
6950
6951 commit 1979f6fedca82fa1e4f65491de491db1aa6dc645
6952 Author: Martin Hosken <martin_hosken@sil.org>
6953 Date:   Mon Nov 23 10:03:56 2015 +0700
6954
6955     Fix y_scale problems in hb-gr
6956
6957  src/hb-graphite2.cc | 11 ++++++-----
6958  1 file changed, 6 insertions(+), 5 deletions(-)
6959
6960 commit 835bbdc7c92bd774ff92c42a9277ded72066d29d
6961 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
6962 Date:   Thu Nov 19 18:34:12 2015 +0800
6963
6964     Public headers: Decorate public symbols with HB_EXTERN
6965
6966     This prepares the headers for exporting symbols using visibility
6967     attributes or __declspec(dllexport), so that we do not need to
6968     maintain
6969     symbols listing files, as this is what was and is done in GLib
6970     and GTK+.
6971
6972  src/hb-blob.h               |  24 +++++-----
6973  src/hb-buffer.h             | 100 +++++++++++++++++++-------------------
6974  src/hb-common.h             |  22 ++++-----
6975  src/hb-coretext.h           |   6 +--
6976  src/hb-face.h               |  34 ++++++-------
6977  src/hb-font.h               | 114
6978  ++++++++++++++++++++++----------------------
6979  src/hb-ft.h                 |  18 +++----
6980  src/hb-glib.h               |   8 ++--
6981  src/hb-gobject-enums.h.tmpl |   2 +-
6982  src/hb-gobject-structs.h    |  26 +++++-----
6983  src/hb-graphite2.h          |   4 +-
6984  src/hb-icu.h                |   6 +--
6985  src/hb-ot-font.h            |   2 +-
6986  src/hb-ot-layout.h          |  56 +++++++++++-----------
6987  src/hb-ot-shape.h           |   4 +-
6988  src/hb-ot-tag.h             |   8 ++--
6989  src/hb-set.h                |  52 ++++++++++----------
6990  src/hb-shape-plan.h         |  18 +++----
6991  src/hb-shape.h              |  10 ++--
6992  src/hb-unicode.h            |  52 ++++++++++----------
6993  src/hb-uniscribe.h          |   4 +-
6994  src/hb-version.h.in         |   6 +--
6995  src/hb.h                    |   4 ++
6996  23 files changed, 292 insertions(+), 288 deletions(-)
6997
6998 commit f798b8e2d683a1b89b6905b1a8615375b847b468
6999 Author: ThePhD <phdofthehouse@gmail.com>
7000 Date:   Sat Nov 21 16:57:26 2015 -0500
7001
7002     c-style cast
7003
7004  src/hb-ot-shape-complex-use.cc | 2 +-
7005  1 file changed, 1 insertion(+), 1 deletion(-)
7006
7007 commit a6991813659376a6a11c00a9f67d85b4f7ba9b5d
7008 Merge: 1dc32ea4 f19c6db1
7009 Author: Behdad Esfahbod <behdad@behdad.org>
7010 Date:   Fri Nov 20 13:28:42 2015 -0800
7011
7012     Merge pull request #176 from behdad/missing-braces
7013
7014     Add braces for subobject initializer in _hb_font_funcs_nil
7015
7016 commit 1dc32ea4d2f294f9d1ae1c8fd19fb75f9278223b
7017 Author: Behdad Esfahbod <behdad@behdad.org>
7018 Date:   Fri Nov 20 13:24:19 2015 -0800
7019
7020     Whitespace
7021
7022  src/hb-private.hh | 20 ++++++++++----------
7023  1 file changed, 10 insertions(+), 10 deletions(-)
7024
7025 commit f94c0ecbb1488138d3ec3b9d6d9fb78113dfee4f
7026 Author: Behdad Esfahbod <behdad@behdad.org>
7027 Date:   Fri Nov 20 13:21:29 2015 -0800
7028
7029     Define HB_MARK_AS_FLAG_T as a macro instead of using templates
7030
7031     The generic template operator overloading was causing more problems
7032     than it
7033     solved.  Eg:
7034
7035     https://github.com/behdad/harfbuzz/pull/163
7036     https://github.com/behdad/harfbuzz/issues/175
7037
7038     So, just use macros.
7039
7040     Fixes https://github.com/behdad/harfbuzz/issues/175
7041     Fixes https://github.com/behdad/harfbuzz/pull/178
7042
7043  src/hb-private.hh | 27 +++++++++++----------------
7044  1 file changed, 11 insertions(+), 16 deletions(-)
7045
7046 commit f19c6db18e2e2dd0e9a406fc7e8533049fab48b0
7047 Author: jfkthame <jfkthame@gmail.com>
7048 Date:   Fri Nov 20 08:43:49 2015 +0000
7049
7050     Add braces for subobject initializer in _hb_font_funcs_nil
7051
7052     To avoid triggering -Wmissing-braces; see
7053     https://bugzilla.mozilla.org/show_bug.cgi?id=1226175#c8
7054
7055  src/hb-font.cc | 8 ++++++--
7056  1 file changed, 6 insertions(+), 2 deletions(-)
7057
7058 commit 9cc1ed4fa68075b3b142a2737438109772dd0002
7059 Author: Behdad Esfahbod <behdad@behdad.org>
7060 Date:   Thu Nov 19 12:39:09 2015 -0800
7061
7062     Do not allow recursiving to same position and same lookup
7063
7064     This is just to make it harder to be extremely slow.  There definitely
7065     are ways still, just harder.  Oh well... how do we tame this problem
7066     without solving halting problem?!
7067
7068     Fixes https://github.com/behdad/harfbuzz/issues/174
7069
7070  src/hb-ot-layout-gsubgpos-private.hh                     |   5 +++++
7071  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
7072  .../sha1sum/fab39d60d758cb586db5a504f218442cd1395725.ttf | Bin 0 ->
7073  1894 bytes
7074  test/shaping/tests/fuzzed.tests                          |   1 +
7075  4 files changed, 7 insertions(+)
7076
7077 commit 7d75eee799bbb5ee7eef2651cf7b7d3aee6f09b0
7078 Author: Behdad Esfahbod <behdad@behdad.org>
7079 Date:   Thu Nov 19 12:03:04 2015 -0800
7080
7081     [fuzzing] Run fuzzing tests using hb-fuzzer as well
7082
7083  test/fuzzing/Makefile.am | 4 ++++
7084  1 file changed, 4 insertions(+)
7085
7086 commit 13188cba7f0eaacd587beeb1c2258526ae24c438
7087 Author: Behdad Esfahbod <behdad@behdad.org>
7088 Date:   Thu Nov 19 11:59:03 2015 -0800
7089
7090     Revert "Fix hang in OOM situations"
7091
7092     This reverts commit f0599db761d7fc2d585d86e757a797f75ebc7499.
7093
7094     Commit abadc1717d997b69f987fdf1be9e12156d2d13d6 provides a better
7095     fix for this.
7096
7097  src/hb-buffer-private.hh | 6 +-----
7098  1 file changed, 1 insertion(+), 5 deletions(-)
7099
7100 commit 18e1c6b6ef7c85a1b02e3dae86280d8ed6b65118
7101 Author: Behdad Esfahbod <behdad@behdad.org>
7102 Date:   Thu Nov 19 11:50:58 2015 -0800
7103
7104     Revert "Make sure we make progress in OOM situations"
7105
7106     This reverts commit 68b507a3c3c62c28c38e13fee733702bb703b6ca.
7107
7108     Commit abadc1717d997b69f987fdf1be9e12156d2d13d6 provides a better
7109     fix for this.
7110
7111  src/hb-buffer-private.hh |  7 +++++--
7112  src/hb-buffer.cc         | 31 ++++++++-----------------------
7113  2 files changed, 13 insertions(+), 25 deletions(-)
7114
7115 commit e1118aeac3b5556df0ce502732df8ac92bdac45a
7116 Author: Behdad Esfahbod <behdad@behdad.org>
7117 Date:   Wed Nov 18 23:40:47 2015 -0800
7118
7119     1.1.0
7120
7121  NEWS         | 22 ++++++++++++++++++++++
7122  configure.ac |  2 +-
7123  2 files changed, 23 insertions(+), 1 deletion(-)
7124
7125 commit 63fe05c8b1cd4f08b525028409e1299f34750810
7126 Author: Behdad Esfahbod <behdad@behdad.org>
7127 Date:   Wed Nov 18 23:52:34 2015 -0800
7128
7129     Fix make distcheck
7130
7131  src/Makefile.am | 1 +
7132  1 file changed, 1 insertion(+)
7133
7134 commit 9b087dec7753ad96d256ce1b9ae347bd8d697c75
7135 Author: Behdad Esfahbod <behdad@behdad.org>
7136 Date:   Wed Nov 18 23:23:35 2015 -0800
7137
7138     [travis] Only coverity-scan the coverity_scan branch
7139
7140     This essentially disables coverity-scan right now, until we find
7141     a pattern to continuously submit branches there.
7142
7143     For background reasoning, see:
7144     Fixes https://github.com/behdad/harfbuzz/issues/171
7145
7146  .travis.yml | 2 +-
7147  1 file changed, 1 insertion(+), 1 deletion(-)
7148
7149 commit 85062e3b4655ec6d5c3cf5344ce22cd88c21a2aa
7150 Author: Behdad Esfahbod <behdad@behdad.org>
7151 Date:   Wed Nov 18 23:09:13 2015 -0800
7152
7153     Add tests for previous two commits
7154
7155     To fully test what these are supposed to test, they should be run
7156     against libharfbuzz-fuzzing.la instead of libharfbuzz.la, but for
7157     now just record the files.
7158
7159  .../sha1sum/43979b90b2dd929723cf4fe1715990bcb9c9a56b.ttf | Bin 0 ->
7160  1804 bytes
7161  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
7162  .../sha1sum/b9e2aaa0d75fcef6971ec3a96d806ba4a6b31fe2.ttf | Bin 0 ->
7163  1804 bytes
7164  test/shaping/tests/fuzzed.tests                          |   2 ++
7165  4 files changed, 4 insertions(+)
7166
7167 commit 37b40cd8a18e25d3324f829acec197f016f4a524
7168 Author: Behdad Esfahbod <behdad@behdad.org>
7169 Date:   Wed Nov 18 23:04:45 2015 -0800
7170
7171     Fix another move_to assertion failure
7172
7173     If buf->idx is at end, don't set end past it...
7174
7175     Fixes https://github.com/behdad/harfbuzz/issues/173
7176
7177  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
7178  1 file changed, 1 insertion(+), 1 deletion(-)
7179
7180 commit abadc1717d997b69f987fdf1be9e12156d2d13d6
7181 Author: Behdad Esfahbod <behdad@behdad.org>
7182 Date:   Wed Nov 18 17:52:08 2015 -0800
7183
7184     Try to better handle OOM situations
7185
7186     Fixes assert fail in https://github.com/behdad/harfbuzz/issues/161
7187     with libharfbuzz-fuzzing.
7188
7189  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
7190  src/hb-ot-layout.cc                  |  2 +-
7191  src/hb-ot-shape-complex-hangul.cc    |  2 +-
7192  src/hb-ot-shape-complex-indic.cc     |  2 +-
7193  src/hb-ot-shape-complex-thai.cc      |  2 +-
7194  src/hb-ot-shape-complex-use.cc       |  8 +-------
7195  src/hb-ot-shape-normalize.cc         | 10 +++++-----
7196  src/hb-ot-shape.cc                   |  2 +-
7197  8 files changed, 12 insertions(+), 18 deletions(-)
7198
7199 commit ec625f7dfb5f6df19d35d81af6605d05e08321f2
7200 Author: Behdad Esfahbod <behdad@behdad.org>
7201 Date:   Wed Nov 18 16:37:59 2015 -0800
7202
7203     Try to fix gnome-continuous build fail
7204
7205  test/fuzzing/Makefile.am | 2 ++
7206  1 file changed, 2 insertions(+)
7207
7208 commit ff16ef3379e06afe44b5e78b8893aeae0cee2b5b
7209 Author: Behdad Esfahbod <behdad@behdad.org>
7210 Date:   Wed Nov 18 16:27:32 2015 -0800
7211
7212     Enable building a bounded version of the library for fuzzing
7213
7214     test/fuzzing/hb-fuzzer links against libharfbuzz-fuzzing.so now.
7215
7216  src/Makefile.am          | 16 ++++++++++++++++
7217  test/fuzzing/Makefile.am |  9 ++-------
7218  test/fuzzing/README      |  6 ++----
7219  3 files changed, 20 insertions(+), 11 deletions(-)
7220
7221 commit e0082ae60dbd87d433f3b2b9d2bfa64b9a4c3663
7222 Author: Behdad Esfahbod <behdad@behdad.org>
7223 Date:   Tue Nov 17 18:42:13 2015 -0800
7224
7225     Move things around
7226
7227  src/hb-private.hh | 22 +++++++++++-----------
7228  1 file changed, 11 insertions(+), 11 deletions(-)
7229
7230 commit dde8cc87bd880bd35baf764820f4c85bd0a58696
7231 Merge: e97835ad 167c3271
7232 Author: Behdad Esfahbod <behdad@behdad.org>
7233 Date:   Tue Nov 17 18:40:10 2015 -0800
7234
7235     Merge pull request #163 from fanc999/msvc.src
7236
7237     Update the sources so they will compile under Visual Studio
7238
7239 commit 167c3271778cd1a8c4433b9d2230901ce17c099e
7240 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
7241 Date:   Mon Nov 9 17:17:56 2015 +0800
7242
7243     Fix build on MSVC >= 2012
7244
7245     Use the DEFINE_ENUM_FLAG_OPERATORS macro in winnt.h on Visual Studio,
7246     which defines the bitwise operators for the enumerations that we
7247     want to
7248     mark as hb_mark_as_flags_t, which will take care of the situation
7249     on newer
7250     Visual Studio (>= 2012), where the build breaks with C2057 errors
7251     as the
7252     underlying types of the enumerations is not clear to the compiler
7253     when we
7254     do a bitwise op within the declaration of the enumerations themselves.
7255
7256     Also disable the C4200 (nonstandard extension used : zero-sized
7257     array in
7258     struct/union) and C4800 ('type' : forcing value to bool 'true' or
7259     'false'
7260     (performance warning)) warnings as the C4200 is the intended
7261     scenario and
7262     C4800 is harmless but is so far an unavoidable side effect of using
7263     DEFINE_ENUM_FLAG_OPERATORS.
7264
7265  src/hb-buffer-private.hh           |  6 +++---
7266  src/hb-ot-layout-common-private.hh |  2 +-
7267  src/hb-ot-layout-private.hh        |  4 ++--
7268  src/hb-ot-map-private.hh           |  2 +-
7269  src/hb-private.hh                  | 11 +++++++++++
7270  5 files changed, 18 insertions(+), 7 deletions(-)
7271
7272 commit 4d27bb87468a1b84387e7ce084e3d92c0fc8f065
7273 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
7274 Date:   Fri Nov 6 14:28:30 2015 +0800
7275
7276     hb-ot-shape-complex-arabic.cc: Fix build on Visual Studio
7277
7278     Visual Studio does not like declaring a enum variable within a for
7279     statement, so fix the build by declaring the enum before doing the for
7280     loop.
7281
7282  src/hb-ot-shape-complex-arabic.cc | 3 ++-
7283  1 file changed, 2 insertions(+), 1 deletion(-)
7284
7285 commit a49e7b7e40127beba25f39ef3c10d7a77e2bb0f0
7286 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
7287 Date:   Tue Nov 3 18:49:34 2015 +0800
7288
7289     MSVC builds: Add fallback implementation for pre-2013 MSVC
7290
7291     Pre-2013 MSVC does not have scalbn() and scalbnf(), which are used
7292     in the
7293     utility programs.  Add  fallback implementations for these, which
7294     can be
7295     used when necessary.
7296
7297  util/options.hh | 17 +++++++++++++++++
7298  1 file changed, 17 insertions(+)
7299
7300 commit 998e8dda938cfef0146f1bfc4e8973a0e12d7d35
7301 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
7302 Date:   Mon Nov 2 16:55:29 2015 +0800
7303
7304     util: Fix build on Visual Studio
7305
7306     Use the fallback implementation for lround() only on pre-2013 Visual
7307     Studio, and ensure we are clear about the types of the parameters for
7308     lround() and scalbnf(), since Visual Studio can be quite picky on
7309     ambiguous parameter types.  Also, use g_ascii_strcasecmp() rather than
7310     strcasecmp() as we are already using GLib for this code and we are
7311     assured that g_ascii_strcasemp() is available.
7312
7313     For scalbnf() on pre-2013 Visaul Studio, a fallback implementation is
7314     needed, but use another forced-included header for those compilers,
7315     which
7316     will be added later.
7317
7318     Also use (char)27 on Visual Studio builds as '\e' is not a recognized
7319     escape sequence, which will do the same thing.
7320
7321  util/ansi-print.cc   | 16 +++++++++-------
7322  util/helper-cairo.cc | 20 ++++++++++----------
7323  util/options.cc      |  2 +-
7324  3 files changed, 20 insertions(+), 18 deletions(-)
7325
7326 commit e97835ad43f5c68e8cb29599246cae0f4461d663
7327 Author: Behdad Esfahbod <behdad@behdad.org>
7328 Date:   Tue Nov 10 11:37:01 2015 -0800
7329
7330     [util] Fix crash when --output-file is specified but not
7331     --output-format
7332
7333  util/options.hh | 3 +++
7334  1 file changed, 3 insertions(+)
7335
7336 commit d5f0d7c9fb14255388ab616f56e178cb7ca10ec2
7337 Merge: 04ff23e7 529a9331
7338 Author: Behdad Esfahbod <behdad@behdad.org>
7339 Date:   Sat Nov 7 07:50:58 2015 -0800
7340
7341     Merge pull request #167 from KonstantinRitt/unicode_cp_opt
7342
7343     Micro optimizations to UTF-16 and UTF-32 codecs
7344
7345 commit 04ff23e73d847ab3a5da0e9fac4fbca19aefd284
7346 Author: Behdad Esfahbod <behdad@behdad.org>
7347 Date:   Fri Nov 6 16:29:44 2015 -0800
7348
7349     [arabic] Improve stretch length calculation
7350
7351     Err on the side of being too short, than too wide.  Reduces chance
7352     of overlaps with neighboring glyphs.
7353
7354  src/hb-ot-shape-complex-arabic.cc | 2 +-
7355  1 file changed, 1 insertion(+), 1 deletion(-)
7356
7357 commit 59821ab8b413df3a444c38b80582a5137e364a70
7358 Author: Behdad Esfahbod <behdad@behdad.org>
7359 Date:   Fri Nov 6 16:27:44 2015 -0800
7360
7361     [arabic] Don't stretch over cased letters
7362
7363     Addresses
7364     https://github.com/behdad/harfbuzz/commit/6e6f82b6f3dde0fc6c3c7d991d9ec6cfff57823d#commitcomment-14248516
7365
7366  src/hb-ot-shape-complex-arabic.cc                  | 24
7367  +++++++++++++++++++++-
7368  src/hb-unicode-private.hh                          | 20
7369  ------------------
7370  .../script-syriac/misc/abbreviation-mark.txt       |  4 ++--
7371  3 files changed, 25 insertions(+), 23 deletions(-)
7372
7373 commit 5337db29af39084d677a63154f404eca0c20cfeb
7374 Author: Behdad Esfahbod <behdad@behdad.org>
7375 Date:   Fri Nov 6 16:18:09 2015 -0800
7376
7377     Revert "Don't process lookups if buffer is in error"
7378
7379     This reverts commit f92bd86cc8c11d262d1830c631cb7c63fc9d4bc8.
7380
7381     We don't want to be like cairo, where as soon as there's an error,
7382     nothing works anymore.  So, lets process lookups as long as there's
7383     no new memory needed.  That's also a model that hides fewer bugs.
7384
7385  src/hb-ot-layout.cc | 2 +-
7386  1 file changed, 1 insertion(+), 1 deletion(-)
7387
7388 commit 529a93312815dff3c2f37f880bf6ccb428bd3da0
7389 Author: Konstantin Ritt <ritt.ks@gmail.com>
7390 Date:   Sat Nov 7 02:00:04 2015 +0400
7391
7392     Micro optimization to hb_utf16_t and hb_utf32_t ::prev()
7393
7394     Implement reverse lookup instead of re-using next()
7395
7396  src/hb-utf-private.hh | 29 +++++++++++++++++++----------
7397  1 file changed, 19 insertions(+), 10 deletions(-)
7398
7399 commit 44ae9be7a29eebd6003cad2fdb90b40512a9c8eb
7400 Author: Konstantin Ritt <ritt.ks@gmail.com>
7401 Date:   Sat Nov 7 01:58:38 2015 +0400
7402
7403     Nano optimization to hb_utf16_t and hb_utf32_t ::next()
7404
7405  src/hb-utf-private.hh | 17 ++++++-----------
7406  1 file changed, 6 insertions(+), 11 deletions(-)
7407
7408 commit a6d7668a954a763a053f8af8edbff4731aa43729
7409 Author: Behdad Esfahbod <behdad@behdad.org>
7410 Date:   Fri Nov 6 09:46:54 2015 -0800
7411
7412     [fuzzing] Cap max buffer len at 128
7413
7414  test/fuzzing/Makefile.am | 1 +
7415  1 file changed, 1 insertion(+)
7416
7417 commit f1c4adbcd3f6275e81e118ddadc9396f82daeccf
7418 Author: Behdad Esfahbod <behdad@behdad.org>
7419 Date:   Fri Nov 6 09:46:05 2015 -0800
7420
7421     Fix typo
7422
7423  src/hb-buffer-private.hh | 2 +-
7424  1 file changed, 1 insertion(+), 1 deletion(-)
7425
7426 commit 68b507a3c3c62c28c38e13fee733702bb703b6ca
7427 Author: Behdad Esfahbod <behdad@behdad.org>
7428 Date:   Fri Nov 6 00:09:26 2015 -0800
7429
7430     Make sure we make progress in OOM situations
7431
7432  src/hb-buffer-private.hh |  7 ++-----
7433  src/hb-buffer.cc         | 31 +++++++++++++++++++++++--------
7434  2 files changed, 25 insertions(+), 13 deletions(-)
7435
7436 commit 5a7eb5d4d862f402136044c19ead87ad098bd78f
7437 Author: Behdad Esfahbod <behdad@behdad.org>
7438 Date:   Fri Nov 6 00:01:24 2015 -0800
7439
7440     [fuzzing] Add test case for OOM
7441
7442     From https://github.com/behdad/harfbuzz/issues/161
7443
7444  .../sha1sum/3511ff5c1647150595846ac414c595cccac34f18.ttf | Bin 0 ->
7445  1483 bytes
7446  test/shaping/fonts/sha1sum/MANIFEST                      |   2 +-
7447  test/shaping/tests/fuzzed.tests                          |   1 +
7448  3 files changed, 2 insertions(+), 1 deletion(-)
7449
7450 commit f0599db761d7fc2d585d86e757a797f75ebc7499
7451 Author: Behdad Esfahbod <behdad@behdad.org>
7452 Date:   Thu Nov 5 23:52:41 2015 -0800
7453
7454     Fix hang in OOM situations
7455
7456     Fixes https://github.com/behdad/harfbuzz/issues/161
7457
7458  src/hb-buffer-private.hh | 6 +++++-
7459  1 file changed, 5 insertions(+), 1 deletion(-)
7460
7461 commit f92bd86cc8c11d262d1830c631cb7c63fc9d4bc8
7462 Author: Behdad Esfahbod <behdad@behdad.org>
7463 Date:   Thu Nov 5 23:52:29 2015 -0800
7464
7465     Don't process lookups if buffer is in error
7466
7467  src/hb-ot-layout.cc | 2 +-
7468  1 file changed, 1 insertion(+), 1 deletion(-)
7469
7470 commit 4301703bddb63a01651a0d58474bb15ac0ebbcf6
7471 Author: Behdad Esfahbod <behdad@behdad.org>
7472 Date:   Thu Nov 5 23:44:59 2015 -0800
7473
7474     Limit buffer max size growth
7475
7476     https://github.com/behdad/harfbuzz/issues/161
7477
7478  src/hb-buffer-private.hh | 11 +++++++++++
7479  src/hb-buffer.cc         |  8 ++++++++
7480  src/hb-ot-shape.cc       |  6 ++++++
7481  test/fuzzing/Makefile.am |  2 ++
7482  4 files changed, 27 insertions(+)
7483
7484 commit 19300183a6f0bac0d23f7a994b40a51e9c90d6e1
7485 Author: Behdad Esfahbod <behdad@behdad.org>
7486 Date:   Thu Nov 5 23:08:50 2015 -0800
7487
7488     [fuzzing] Add build system
7489
7490  configure.ac              |  1 +
7491  test/Makefile.am          |  2 +-
7492  test/fuzzing/Makefile.am  | 44
7493  ++++++++++++++++++++++++++++++++++++++++++++
7494  test/fuzzing/README       |  2 ++
7495  test/fuzzing/hb-fuzzer.cc |  4 ++--
7496  5 files changed, 50 insertions(+), 3 deletions(-)
7497
7498 commit 9c9ad214af43685b00f6d8493b7807d6607d4e2d
7499 Author: Behdad Esfahbod <behdad@behdad.org>
7500 Date:   Thu Nov 5 22:50:52 2015 -0800
7501
7502     [fuzzer] Add README
7503
7504     https://github.com/behdad/harfbuzz/issues/139#issuecomment-154202645
7505
7506  test/fuzzing/README | 21 +++++++++++++++++++++
7507  1 file changed, 21 insertions(+)
7508
7509 commit 6e6f82b6f3dde0fc6c3c7d991d9ec6cfff57823d
7510 Author: Behdad Esfahbod <behdad@behdad.org>
7511 Date:   Thu Nov 5 17:29:03 2015 -0800
7512
7513     Implement SYRIAC ABBREVIATION MARK with 'stch' feature
7514
7515     The feature is enabled for any character in the Arabic shaper.
7516     We should experiment with using it for Arabic subtending marks.
7517     Though, that has a directionality problem as well, since those
7518     are used with digits...
7519
7520     Fixes https://github.com/behdad/harfbuzz/issues/141
7521
7522  src/hb-ot-shape-complex-arabic.cc                  | 219
7523  ++++++++++++++++++++-
7524  src/hb-unicode-private.hh                          |  19 ++
7525  .../shaper-arabic/script-syriac/misc/MANIFEST      |   1 +
7526  .../script-syriac/misc/abbreviation-mark.txt       |  11 ++
7527  4 files changed, 244 insertions(+), 6 deletions(-)
7528
7529 commit c743ec5886a1f6d57de26da33a770a8706be83d6
7530 Author: Behdad Esfahbod <behdad@behdad.org>
7531 Date:   Thu Nov 5 17:33:57 2015 -0800
7532
7533     [ft] Fix extents with negative scales
7534
7535     Fixes https://github.com/behdad/harfbuzz/issues/162
7536
7537  src/hb-ft.cc | 10 ++++++++++
7538  1 file changed, 10 insertions(+)
7539
7540 commit 73fec3992acb492829bde1d885f1ebeed8dcc133
7541 Author: Behdad Esfahbod <behdad@behdad.org>
7542 Date:   Thu Nov 5 15:22:18 2015 -0800
7543
7544     Reserve a few scratch-flags bits for complex shapers
7545
7546  src/hb-buffer-private.hh | 5 +++++
7547  1 file changed, 5 insertions(+)
7548
7549 commit 136863371c1402769426d892aef1b92f9ca1a25e
7550 Author: Behdad Esfahbod <behdad@behdad.org>
7551 Date:   Thu Nov 5 13:24:15 2015 -0800
7552
7553     Add new shaper method postprocess_glyphs()
7554
7555     Unused currently.  To be used for Syriac stretch implementation.
7556
7557     https://github.com/behdad/harfbuzz/issues/141
7558
7559  src/hb-ot-shape-complex-arabic.cc  | 3 ++-
7560  src/hb-ot-shape-complex-default.cc | 1 +
7561  src/hb-ot-shape-complex-hangul.cc  | 7 ++++---
7562  src/hb-ot-shape-complex-hebrew.cc  | 1 +
7563  src/hb-ot-shape-complex-indic.cc   | 1 +
7564  src/hb-ot-shape-complex-myanmar.cc | 2 ++
7565  src/hb-ot-shape-complex-private.hh | 9 +++++++++
7566  src/hb-ot-shape-complex-thai.cc    | 1 +
7567  src/hb-ot-shape-complex-tibetan.cc | 1 +
7568  src/hb-ot-shape-complex-use.cc     | 1 +
7569  src/hb-ot-shape.cc                 | 9 ++++++---
7570  11 files changed, 29 insertions(+), 7 deletions(-)
7571
7572 commit 6c0ebd02c99e7536975ba7194832a1f33abd7faf
7573 Author: Behdad Esfahbod <behdad@behdad.org>
7574 Date:   Thu Nov 5 11:37:48 2015 -0800
7575
7576     [util] If font has color, generate PNG with color
7577
7578  util/helper-cairo.cc | 33 ++++++++++++++++++++++++++-------
7579  util/helper-cairo.hh |  6 +++++-
7580  util/view-cairo.cc   |  7 ++++++-
7581  3 files changed, 37 insertions(+), 9 deletions(-)
7582
7583 commit e95eb23a4ee920eab1e2f4eec9cf490bb431452c
7584 Author: Behdad Esfahbod <behdad@behdad.org>
7585 Date:   Wed Nov 4 22:55:11 2015 -0800
7586
7587     Don't try zeroing marks by GDEF if there are no non-ASCII
7588
7589     This one is a hack, but should be ok.
7590
7591  src/hb-ot-shape.cc | 4 ++++
7592  1 file changed, 4 insertions(+)
7593
7594 commit 7fa54ed75aa30ae1d6ee9136ccb83b630c24fb65
7595 Author: Behdad Esfahbod <behdad@behdad.org>
7596 Date:   Wed Nov 4 22:54:49 2015 -0800
7597
7598     Don't try zeroing mark attachments by Unicode if there's no non-ASCII
7599
7600  src/hb-ot-shape.cc | 3 +++
7601  1 file changed, 3 insertions(+)
7602
7603 commit 550bd14d2b21ec2a2b509ff42f4df4341dbf2d46
7604 Author: Behdad Esfahbod <behdad@behdad.org>
7605 Date:   Wed Nov 4 22:58:58 2015 -0800
7606
7607     Actually commit changes for previous commit
7608
7609  src/hb-buffer-private.hh       |  2 ++
7610  src/hb-ot-layout-gpos-table.hh | 15 ++++++++-------
7611  2 files changed, 10 insertions(+), 7 deletions(-)
7612
7613 commit ff31b3c1b8a2a21b57dba37eb5bb5db0579e0640
7614 Author: Behdad Esfahbod <behdad@behdad.org>
7615 Date:   Wed Nov 4 22:42:41 2015 -0800
7616
7617     Skip GPOS cursive / attachment adjustmnent if none happened
7618
7619     I'm starting to really like how free these new scratch_flags are.
7620
7621  src/hb-ot-layout-gpos-table.hh | 3 +++
7622  1 file changed, 3 insertions(+)
7623
7624 commit 0f407325f6923db11d332585e8250e3646cb74d6
7625 Author: Behdad Esfahbod <behdad@behdad.org>
7626 Date:   Wed Nov 4 22:28:44 2015 -0800
7627
7628     Minor
7629
7630  src/hb-ot-shape.cc | 4 +++-
7631  1 file changed, 3 insertions(+), 1 deletion(-)
7632
7633 commit 497a6c2071cd0638e4c6af07621d01335fd963a9
7634 Author: Behdad Esfahbod <behdad@behdad.org>
7635 Date:   Wed Nov 4 22:24:19 2015 -0800
7636
7637     Skip forming clusters if text is all ASCII
7638
7639  src/hb-ot-shape.cc | 3 ++-
7640  1 file changed, 2 insertions(+), 1 deletion(-)
7641
7642 commit 28de104f15b80df4b678267c4488b7d09a42720c
7643 Author: Behdad Esfahbod <behdad@behdad.org>
7644 Date:   Wed Nov 4 22:00:25 2015 -0800
7645
7646     Move variable-sized struct member to end
7647
7648     Hopefully makes clang build happy
7649
7650  src/hb-font-private.hh | 21 ++++++++++-----------
7651  src/hb-font.cc         | 20 ++++++++++++++++++++
7652  2 files changed, 30 insertions(+), 11 deletions(-)
7653
7654 commit 5bc28b5f688ee90d103d052e98bc15d6e0e7e0b1
7655 Author: Behdad Esfahbod <behdad@behdad.org>
7656 Date:   Wed Nov 4 21:53:16 2015 -0800
7657
7658     Optimize positioning for when h_origin is nil
7659
7660  src/hb-ot-shape.cc | 38 ++++++++++++++++++++------------------
7661  1 file changed, 20 insertions(+), 18 deletions(-)
7662
7663 commit 762770c964f9f0591bf4c44427f73ea3e1c51733
7664 Author: Behdad Esfahbod <behdad@behdad.org>
7665 Date:   Wed Nov 4 21:42:55 2015 -0800
7666
7667     Add font->has_...() to check for individual nil font funcs
7668
7669     Hopefully this wouldn't break any compiler.  There was some magic
7670     moments to getting this to compile...
7671
7672  src/hb-font-private.hh | 19 +++++++++++++++++--
7673  src/hb-font.cc         |  7 +++++++
7674  2 files changed, 24 insertions(+), 2 deletions(-)
7675
7676 commit 88e9a9bcae61421d9dd65715d25e5f20b2847c03
7677 Author: Behdad Esfahbod <behdad@behdad.org>
7678 Date:   Wed Nov 4 21:16:26 2015 -0800
7679
7680     Minor reshaping of hb_font_funcs_t implementation
7681
7682     In anticipation of further changes.  No functional changes.
7683
7684  src/hb-font-private.hh | 80
7685  ++++++++++++++++++++++++++------------------------
7686  src/hb-font.cc         |  4 +--
7687  2 files changed, 43 insertions(+), 41 deletions(-)
7688
7689 commit a6a7715bac8b0c8f5473b84bc649c315ad4d2d51
7690 Author: Behdad Esfahbod <behdad@behdad.org>
7691 Date:   Wed Nov 4 20:51:21 2015 -0800
7692
7693     Comments
7694
7695  src/hb-font-private.hh | 2 +-
7696  1 file changed, 1 insertion(+), 1 deletion(-)
7697
7698 commit 6c48ec830ffac00a920d047ed77acd1b05549074
7699 Author: Behdad Esfahbod <behdad@behdad.org>
7700 Date:   Wed Nov 4 20:47:42 2015 -0800
7701
7702     [ot] Remove font funcs that do nothing
7703
7704  src/hb-ot-font.cc | 95
7705  ++++---------------------------------------------------
7706  1 file changed, 7 insertions(+), 88 deletions(-)
7707
7708 commit 75ea2daa1d9bbe235cd4a8570efb1913d58c3c62
7709 Author: Behdad Esfahbod <behdad@behdad.org>
7710 Date:   Wed Nov 4 20:43:59 2015 -0800
7711
7712     [ot] Port ot font funcs to allocated object
7713
7714  src/hb-ot-font.cc | 47 ++++++++++++++++++++++++++++++++++++++---------
7715  1 file changed, 38 insertions(+), 9 deletions(-)
7716
7717 commit 44f82750807475aa5b16099ccccd917d488df703
7718 Author: Behdad Esfahbod <behdad@behdad.org>
7719 Date:   Wed Nov 4 20:40:05 2015 -0800
7720
7721     [ft] Remove font funcs that do nothing
7722
7723  src/hb-ft.cc | 29 ++++-------------------------
7724  1 file changed, 4 insertions(+), 25 deletions(-)
7725
7726 commit 7918c261efd283e0428ce7836e9e42768a6aa05c
7727 Author: Behdad Esfahbod <behdad@behdad.org>
7728 Date:   Wed Nov 4 20:37:49 2015 -0800
7729
7730     [ft] Port ft font funcs to allocated object
7731
7732  src/hb-ft.cc | 45 ++++++++++++++++++++++++++++++++++++---------
7733  1 file changed, 36 insertions(+), 9 deletions(-)
7734
7735 commit da29b43794cfa3f9a602c34b33c5d8a9c36f87b5
7736 Author: Behdad Esfahbod <behdad@behdad.org>
7737 Date:   Wed Nov 4 20:22:44 2015 -0800
7738
7739     Separate nil font-funcs from parent-peeking font-funcs
7740
7741     API change: all fonts created with hb_font_create() now inherit from
7742     (ie have parent) hb_font_get_empty().
7743
7744  src/hb-font.cc       | 211
7745  +++++++++++++++++++++++++++++++++++----------------
7746  test/api/test-font.c |   2 +-
7747  2 files changed, 145 insertions(+), 68 deletions(-)
7748
7749 commit bee901b38ef3c26a04f69c299c8d5e028a0090e9
7750 Author: Behdad Esfahbod <behdad@behdad.org>
7751 Date:   Wed Nov 4 19:28:17 2015 -0800
7752
7753     Optimize positioning direction calculations
7754
7755     It makes the binary smaller AND faster.  Yumm!
7756
7757  src/hb-font-private.hh | 40 +++++++++++++++++++++++++++++++++++++++
7758  src/hb-ot-shape.cc     | 51
7759  +++++++++++++++++++++++++++-----------------------
7760  2 files changed, 68 insertions(+), 23 deletions(-)
7761
7762 commit e3e4bb011ae1a2f1ba05e7ea450595b185304bec
7763 Author: Behdad Esfahbod <behdad@behdad.org>
7764 Date:   Wed Nov 4 18:58:02 2015 -0800
7765
7766     Don't do fractions if buffer is ASCII-only
7767
7768  src/hb-buffer-private.hh    | 5 +++--
7769  src/hb-ot-layout-private.hh | 1 +
7770  src/hb-ot-shape.cc          | 3 ++-
7771  3 files changed, 6 insertions(+), 3 deletions(-)
7772
7773 commit 6986208ba3b395534f4c7bcfa51df6bf9038f717
7774 Author: Behdad Esfahbod <behdad@behdad.org>
7775 Date:   Wed Nov 4 18:46:22 2015 -0800
7776
7777     Optimize runs without Default_Ignorable's
7778
7779     Now that we have a buffer-wide scratch flags facility, use it to
7780     optimize away a few passes.
7781
7782  src/hb-buffer-private.hh     |  3 ++-
7783  src/hb-ot-layout-private.hh  |  4 +++-
7784  src/hb-ot-shape-normalize.cc |  4 ++--
7785  src/hb-ot-shape.cc           | 10 ++++++----
7786  src/hb-private.hh            |  3 +++
7787  5 files changed, 16 insertions(+), 8 deletions(-)
7788
7789 commit 14c2de321826c36037adde859ccca3e2011325a9
7790 Author: Behdad Esfahbod <behdad@behdad.org>
7791 Date:   Wed Nov 4 18:00:57 2015 -0800
7792
7793     Limit max edits during sanitize to 8
7794
7795     Used to be 100.  If a tabe needs more than one or two edits, it's
7796     probably completely bogus...
7797
7798     Might help with speeding up fuzzing for
7799     https://github.com/behdad/harfbuzz/issues/157
7800
7801  src/hb-open-type-private.hh | 2 +-
7802  1 file changed, 1 insertion(+), 1 deletion(-)
7803
7804 commit 9cbc39aef962a95b0eba32c24ff9c415d1316d56
7805 Author: Behdad Esfahbod <behdad@behdad.org>
7806 Date:   Wed Nov 4 18:00:53 2015 -0800
7807
7808     Minor
7809
7810  src/hb-ot-shape-normalize.cc | 2 ++
7811  1 file changed, 2 insertions(+)
7812
7813 commit 52e6c4e15893ed1cb0997795912a07b3e446b65a
7814 Author: Behdad Esfahbod <behdad@behdad.org>
7815 Date:   Wed Nov 4 17:45:06 2015 -0800
7816
7817     If font doesn't support U+2011, fall back to U+2010
7818
7819     Test passes now.
7820
7821  src/hb-ot-shape-normalize.cc | 10 ++++++++++
7822  1 file changed, 10 insertions(+)
7823
7824 commit 75483aafa6ad02d6391712d082d093823edcd758
7825 Author: Behdad Esfahbod <behdad@behdad.org>
7826 Date:   Wed Nov 4 17:43:36 2015 -0800
7827
7828     Untangle if/else waterfall
7829
7830  src/hb-ot-shape-normalize.cc | 40
7831  +++++++++++++++++++++++++++-------------
7832  1 file changed, 27 insertions(+), 13 deletions(-)
7833
7834 commit 04fd8517f85ae9aa05b44f25578d2b19abfef7cb
7835 Author: Behdad Esfahbod <behdad@behdad.org>
7836 Date:   Wed Nov 4 17:38:22 2015 -0800
7837
7838     Add tests for hyphen fallback
7839
7840     U+2011 is <noBreak> equivaent of U+2010, so we should do the fallback
7841     for it.  Currently fails.
7842
7843  test/shaping/Makefile.am                                  |   1 +
7844  .../sha1sum/1c04a16f32a39c26c851b7fc014d2e8d298ba2b8.ttf  | Bin 0 ->
7845  820 bytes
7846  test/shaping/fonts/sha1sum/MANIFEST                       |   2 ++
7847  test/shaping/tests/MANIFEST                               |   1 +
7848  test/shaping/tests/hyphens.tests                          |   2 ++
7849  5 files changed, 6 insertions(+)
7850
7851 commit 550417117da7e14457a11f49a20145311f58587b
7852 Author: Behdad Esfahbod <behdad@behdad.org>
7853 Date:   Wed Nov 4 17:37:30 2015 -0800
7854
7855     [test] Drop hintings when subsetting fonts to record
7856
7857  test/shaping/record-test.sh | 1 +
7858  1 file changed, 1 insertion(+)
7859
7860 commit 49ef630936325b2e56a870fcef9aa8473a8f8526
7861 Author: Behdad Esfahbod <behdad@behdad.org>
7862 Date:   Wed Nov 4 17:27:07 2015 -0800
7863
7864     Adjust the width of various spaces if font does not cover them
7865
7866     See discussion here:
7867     https://github.com/behdad/harfbuzz/commit/81ef4f407d9c7bd98cf62cef951dc538b13442eb
7868
7869     There's no way to disable this fallback, but I don't think it would
7870     be needed.  Let's hope for the best!
7871
7872     Fixes https://github.com/behdad/harfbuzz/issues/153
7873
7874  src/hb-buffer-private.hh            |  7 ++++
7875  src/hb-buffer.cc                    |  2 ++
7876  src/hb-ot-shape-fallback-private.hh |  4 +++
7877  src/hb-ot-shape-fallback.cc         | 67
7878  +++++++++++++++++++++++++++++++++++++
7879  src/hb-ot-shape-normalize.cc        |  1 +
7880  src/hb-ot-shape.cc                  |  3 ++
7881  src/hb-unicode-private.hh           | 56 +++++++++++++++++--------------
7882  test/shaping/tests/spaces.tests     | 24 ++++++-------
7883  8 files changed, 126 insertions(+), 38 deletions(-)
7884
7885 commit aa7044de0ceacd71cab19212d266c3a66c03b41e
7886 Author: Behdad Esfahbod <behdad@behdad.org>
7887 Date:   Wed Nov 4 16:25:57 2015 -0800
7888
7889     Generalize flags types
7890
7891  src/hb-buffer-private.hh           |  3 +++
7892  src/hb-ot-layout-common-private.hh |  5 +++++
7893  src/hb-ot-layout-private.hh        |  8 +++++---
7894  src/hb-ot-map-private.hh           | 16 +---------------
7895  src/hb-ot-shape.cc                 |  2 +-
7896  src/hb-private.hh                  | 14 ++++++++++++++
7897  6 files changed, 29 insertions(+), 19 deletions(-)
7898
7899 commit 7793aad946e09b53523b30d57de85abd1d15f8b6
7900 Author: Behdad Esfahbod <behdad@behdad.org>
7901 Date:   Wed Nov 4 14:48:46 2015 -0800
7902
7903     Normalize various spaces to space if font doesn't support
7904
7905     This resurrects the space fallback feature, after I disabled
7906     the compatibility decomposition.  Now I can release HarfBuzz
7907     again without breaking Pango!
7908
7909     It also remembers which space character it was, such that later
7910     on we can approximate the width of this particular space
7911     character.  That part is not implemented yet.
7912
7913     We normalize all GC=Zs chars except for U+1680 OGHA SPACE MARK,
7914     which is better left alone.
7915
7916  src/hb-ot-layout-private.hh                        |  47
7917  +++------------------
7918  src/hb-ot-shape-normalize.cc                       |  12 +++++-
7919  src/hb-unicode-private.hh                          |  40
7920  ++++++++++++++++++
7921  test/shaping/Makefile.am                           |   1 +
7922  .../1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf   | Bin 0 -> 316 bytes
7923  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
7924  test/shaping/tests/MANIFEST                        |   1 +
7925  test/shaping/tests/spaces.tests                    |  17 ++++++++
7926  8 files changed, 76 insertions(+), 43 deletions(-)
7927
7928 commit 8b3c7f9ede77052225cff8495d660860bf9c7629
7929 Author: Behdad Esfahbod <behdad@behdad.org>
7930 Date:   Wed Nov 4 15:30:48 2015 -0800
7931
7932     [test] Support recording multiple lines of text in record-test.sh
7933
7934  test/shaping/record-test.sh | 15 +++++++++++++--
7935  1 file changed, 13 insertions(+), 2 deletions(-)
7936
7937 commit 85658394809fe0593ab5dfb30fd96118765c7dc5
7938 Author: Behdad Esfahbod <behdad@behdad.org>
7939 Date:   Wed Nov 4 14:46:52 2015 -0800
7940
7941     Protect against possible invalid-memory access after OOM
7942
7943  src/hb-buffer-private.hh | 4 ++--
7944  1 file changed, 2 insertions(+), 2 deletions(-)
7945
7946 commit 4cc80bed25450af3d84a30ea417fa9275b15e014
7947 Author: Behdad Esfahbod <behdad@behdad.org>
7948 Date:   Wed Nov 4 14:46:10 2015 -0800
7949
7950     Fix typo!
7951
7952     Ouch!  Fortunately that function was unused.
7953
7954  src/hb-buffer-private.hh | 2 +-
7955  1 file changed, 1 insertion(+), 1 deletion(-)
7956
7957 commit 9ac4b9656dd78ffd129bc3d560a92e2692bc3058
7958 Author: Behdad Esfahbod <behdad@behdad.org>
7959 Date:   Wed Nov 4 14:18:39 2015 -0800
7960
7961     Add Unicode space category
7962
7963     Unused so far.
7964
7965  src/hb-ot-layout-private.hh | 78
7966  +++++++++++++++++++++++++++++++++++++++++++--
7967  1 file changed, 76 insertions(+), 2 deletions(-)
7968
7969 commit 8249ec3f86510fd24462ce71ed64a6978f0ade17
7970 Author: Behdad Esfahbod <behdad@behdad.org>
7971 Date:   Wed Nov 4 13:26:17 2015 -0800
7972
7973     Make top-byte of unicode_props available to be used differently per-GC
7974
7975  src/hb-ot-layout-private.hh | 4 +++-
7976  1 file changed, 3 insertions(+), 1 deletion(-)
7977
7978 commit cc5d3a33882b52f906ee4346707700f5e846d2ac
7979 Author: Behdad Esfahbod <behdad@behdad.org>
7980 Date:   Wed Nov 4 13:21:25 2015 -0800
7981
7982     Towards using top-byte of unicode-props for more things
7983
7984  src/hb-ot-layout-gsubgpos-private.hh | 1 -
7985  src/hb-ot-layout-private.hh          | 3 ++-
7986  2 files changed, 2 insertions(+), 2 deletions(-)
7987
7988 commit 2f38dde5a1ea5459789fabaee661cae9235d204e
7989 Author: Behdad Esfahbod <behdad@behdad.org>
7990 Date:   Wed Nov 4 13:17:33 2015 -0800
7991
7992     Add _hb_glyph_info_is_unicode_mark()
7993
7994     Unused right now.
7995
7996  src/hb-ot-layout-private.hh | 6 ++++++
7997  1 file changed, 6 insertions(+)
7998
7999 commit 90d75f93bb85aeb627c4e6bb9e4cbd75895c99f7
8000 Author: Behdad Esfahbod <behdad@behdad.org>
8001 Date:   Tue Nov 3 12:58:12 2015 -0800
8002
8003     Tighten ccc-setting a bit and document it
8004
8005  src/hb-ot-layout-private.hh | 12 +++++++++++-
8006  src/hb-unicode-private.hh   |  5 +++++
8007  2 files changed, 16 insertions(+), 1 deletion(-)
8008
8009 commit 2f0dfd43cdc2259e6117704f8077ab6951c761e5
8010 Author: Behdad Esfahbod <behdad@behdad.org>
8011 Date:   Tue Nov 3 12:28:34 2015 -0800
8012
8013     Fix test expectation
8014
8015  test/shaping/tests/fuzzed.tests | 2 +-
8016  1 file changed, 1 insertion(+), 1 deletion(-)
8017
8018 commit df698f3299d92867e3305715f675b2621c316acd
8019 Author: Behdad Esfahbod <behdad@behdad.org>
8020 Date:   Tue Nov 3 12:15:12 2015 -0800
8021
8022     [ot-font] Fix hmtx table length checking, *again*
8023
8024     Exactly the same problem that I fixed in
8025     63ef0b41dc48d6112d1918c1b1de9de8ea90adb5
8026
8027     I rewrote the table checking yesterday in
8028     67f8821fb25d9bd55719f5e29a582ae1af4b02b3
8029     and introduced the exact same issue again. :(
8030     Good thing we have ongoing fuzzing going now.  Was discovered
8031     immediately by libFuzzer.  Thanks kcc!
8032
8033     https://github.com/behdad/harfbuzz/issues/139#issuecomment-153449473
8034     Fixes https://github.com/behdad/harfbuzz/issues/156
8035
8036  src/hb-ot-font.cc                                         |   4 ++--
8037  .../sha1sum/8240789f6d12d4cfc4b5e8e6f246c3701bcf861f.ttf  | Bin 0 ->
8038  633 bytes
8039  test/shaping/fonts/sha1sum/MANIFEST                       |   1 +
8040  test/shaping/tests/fuzzed.tests                           |   1 +
8041  4 files changed, 4 insertions(+), 2 deletions(-)
8042
8043 commit 3530cc2d7c3b7102902cb0e38b0bf9f46188078d
8044 Author: Behdad Esfahbod <behdad@behdad.org>
8045 Date:   Tue Nov 3 11:34:47 2015 -0800
8046
8047     [util] Fix option-parsing leaks
8048
8049  util/helper-cairo.cc   |  7 +++++--
8050  util/main-font-text.hh | 22 ++++++++++++++++++---
8051  util/options.cc        | 21 ++++++++++----------
8052  util/options.hh        | 53
8053  +++++++++++++++++++++++++++++++++-----------------
8054  4 files changed, 70 insertions(+), 33 deletions(-)
8055
8056 commit 642135f3b2d6d6eb800153c76c4718239733c0e6
8057 Author: Behdad Esfahbod <behdad@behdad.org>
8058 Date:   Tue Nov 3 11:26:34 2015 -0800
8059
8060     [util] In --debug mode, duplicate font data
8061
8062     This has the effect that the font data will end up in a memory
8063     section malloc()ed exactly to its size.  This gives us better
8064     valgrind detection of out-of-bounds access.
8065
8066     Previously, the font data was placed in a mmap()ed section or
8067     GString-allocated area, which didn't have proper protections
8068     at the end when running under valgrind.
8069
8070  util/options.cc | 3 +++
8071  1 file changed, 3 insertions(+)
8072
8073 commit ed2024ef93ac3af214082016e5aa8c14db9d7515
8074 Author: Behdad Esfahbod <behdad@behdad.org>
8075 Date:   Mon Nov 2 17:58:12 2015 -0800
8076
8077     [perf] Micro-optimize
8078
8079  src/hb-ot-layout-private.hh | 23 ++++++++++++++---------
8080  1 file changed, 14 insertions(+), 9 deletions(-)
8081
8082 commit 76a5310a830c7ae12037b768c5043bef0ff733a0
8083 Author: Behdad Esfahbod <behdad@behdad.org>
8084 Date:   Mon Nov 2 17:52:45 2015 -0800
8085
8086     Remove irrelevant comment
8087
8088     I tried moving the is_default_ignorable() function to an INTERNAL
8089     function.  That made the binary size grow by 5k AND things got a
8090     tad bit slower!
8091
8092  src/hb-ot-layout-private.hh | 1 -
8093  1 file changed, 1 deletion(-)
8094
8095 commit 8259669fbd1b070fc02287325894caf1bc4d590e
8096 Author: Behdad Esfahbod <behdad@behdad.org>
8097 Date:   Mon Nov 2 17:44:05 2015 -0800
8098
8099     Minor
8100
8101  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
8102  src/hb-ot-shape-complex-thai.cc      | 2 +-
8103  2 files changed, 2 insertions(+), 2 deletions(-)
8104
8105 commit 9382c471eabce8d36d3a73c97499ab60af422716
8106 Author: Behdad Esfahbod <behdad@behdad.org>
8107 Date:   Mon Nov 2 17:36:51 2015 -0800
8108
8109     Combine unicode_props0/1 into a uint16
8110
8111     Slightly faster.  In prep for more changes.
8112
8113  src/hb-ot-layout-private.hh | 55
8114  ++++++++++++++++++++++++---------------------
8115  1 file changed, 29 insertions(+), 26 deletions(-)
8116
8117 commit 71277185454482cff9b0c10b85c416eb4d6e0ed9
8118 Author: Behdad Esfahbod <behdad@behdad.org>
8119 Date:   Mon Nov 2 17:27:48 2015 -0800
8120
8121     [perf] Only call combining_class() for marks
8122
8123     Saves some time.  Also preparing for reusing the ccc byte for
8124     other stuff.
8125
8126  src/hb-ot-layout-private.hh | 14 ++++++++------
8127  1 file changed, 8 insertions(+), 6 deletions(-)
8128
8129 commit 5ba450407b9d9856453e63a815499da8721ff6a7
8130 Author: Behdad Esfahbod <behdad@behdad.org>
8131 Date:   Mon Nov 2 15:43:08 2015 -0800
8132
8133     Make max context-length and max nesting level configurable
8134
8135     ...at compile time.
8136
8137  src/hb-ot-layout-common-private.hh   | 10 ++++++++--
8138  src/hb-ot-layout-gsub-table.hh       |  4 ++--
8139  src/hb-ot-layout-gsubgpos-private.hh | 20 ++++++++++----------
8140  3 files changed, 20 insertions(+), 14 deletions(-)
8141
8142 commit 67f8821fb25d9bd55719f5e29a582ae1af4b02b3
8143 Author: Behdad Esfahbod <behdad@behdad.org>
8144 Date:   Mon Nov 2 15:37:29 2015 -0800
8145
8146     [ot] Make bad-hmtx handling match FreeType
8147
8148     Also route fuzzing-related tests through hb-ot-font, to reduce
8149     dependency
8150     on FreeType behavior for badly-broken fonts.  Fixes failing test with
8151     FreeType master.
8152
8153  src/hb-ot-font.cc               | 24 ++++++++++++++----------
8154  test/shaping/tests/fuzzed.tests | 10 +++++-----
8155  2 files changed, 19 insertions(+), 15 deletions(-)
8156
8157 commit 672ca3b4e65a75fb3a418ec5d117ad242a98acbb
8158 Author: Behdad Esfahbod <behdad@behdad.org>
8159 Date:   Mon Oct 26 14:05:05 2015 -0700
8160
8161     Use templates for making sure expression is constant
8162
8163  src/hb-private.hh | 6 +++---
8164  1 file changed, 3 insertions(+), 3 deletions(-)
8165
8166 commit 5c8174eda32c08187bc2ed40eefa1017f5b40668
8167 Author: Behdad Esfahbod <behdad@behdad.org>
8168 Date:   Wed Oct 21 18:51:40 2015 -0200
8169
8170     Update comments for removal of compat decompositions
8171
8172  src/hb-ot-shape-normalize.cc | 16 ++--------------
8173  1 file changed, 2 insertions(+), 14 deletions(-)
8174
8175 commit f6799700404c49ae0a6018fd51be19551c76768a
8176 Author: Behdad Esfahbod <behdad@behdad.org>
8177 Date:   Wed Oct 21 17:20:55 2015 -0200
8178
8179     Disable compatibility decomposition usage during normalization
8180
8181     Fixes https://github.com/behdad/harfbuzz/issues/152
8182
8183  src/hb-ot-shape-normalize.cc | 24 ------------------------
8184  1 file changed, 24 deletions(-)
8185
8186 commit ce889189c1f8ef5b400a17f623dcb8b935d1102b
8187 Author: Behdad Esfahbod <behdad@behdad.org>
8188 Date:   Wed Oct 21 11:23:12 2015 -0200
8189
8190     Fix two more -Wshadow warnings
8191
8192     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
8193
8194  src/hb-open-type-private.hh | 10 +++++-----
8195  1 file changed, 5 insertions(+), 5 deletions(-)
8196
8197 commit 4a6b1eedbb0044b57505eea65a329d2dc4f9f917
8198 Author: Behdad Esfahbod <behdad@behdad.org>
8199 Date:   Wed Oct 21 11:20:55 2015 -0200
8200
8201     Fix one more -Wshadow warning
8202
8203     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
8204
8205  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
8206  1 file changed, 3 insertions(+), 3 deletions(-)
8207
8208 commit 6f932bc8f9045b224613a617af2b4f3450c79467
8209 Author: Behdad Esfahbod <behdad@behdad.org>
8210 Date:   Wed Oct 21 11:16:49 2015 -0200
8211
8212     Fix a few more -Wshadow-local warnings
8213
8214     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
8215
8216  src/hb-ot-shape-complex-indic.cc   | 10 +++++-----
8217  src/hb-ot-shape-complex-myanmar.cc | 10 +++++-----
8218  src/hb-ot-shape-complex-use.cc     | 10 +++++-----
8219  3 files changed, 15 insertions(+), 15 deletions(-)
8220
8221 commit b90cb366d7723c28758c6b75a0770613fbb5456e
8222 Author: Behdad Esfahbod <behdad@behdad.org>
8223 Date:   Wed Oct 21 11:13:21 2015 -0200
8224
8225     Fix one -Wshadow-compatible-local warning
8226
8227     From https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
8228
8229  src/hb-ot-shape-complex-indic.cc | 4 ++--
8230  1 file changed, 2 insertions(+), 2 deletions(-)
8231
8232 commit 50e5750bd8670b4cf4463471a2348d4c99c9d054
8233 Author: Behdad Esfahbod <behdad@behdad.org>
8234 Date:   Wed Oct 21 11:10:10 2015 -0200
8235
8236     Avoid unnecessary cast to 64-bit
8237
8238     Fixes https://github.com/behdad/harfbuzz/issues/146
8239
8240     Or I think it should.
8241
8242  src/hb-private.hh | 2 +-
8243  1 file changed, 1 insertion(+), 1 deletion(-)
8244
8245 commit 305d2fbf5a2db51447c8ed894a48a88896930673
8246 Author: Behdad Esfahbod <behdad@behdad.org>
8247 Date:   Wed Oct 21 11:04:28 2015 -0200
8248
8249     Add HB_FALLTHROUGH
8250
8251     Borrowed from https://bugzilla.mozilla.org/show_bug.cgi?id=1215411
8252
8253  src/hb-ot-shape-complex-indic.cc |  2 +-
8254  src/hb-ot-shape-complex-thai.cc  |  2 +-
8255  src/hb-ot-shape-fallback.cc      |  4 +++-
8256  src/hb-private.hh                | 30 ++++++++++++++++++++++++++++++
8257  4 files changed, 35 insertions(+), 3 deletions(-)
8258
8259 commit f35b3e931ddacd075c5d0810e9b17de07b232ee2
8260 Author: Ebrahim Byagowi <ebrahim@gnu.org>
8261 Date:   Fri Sep 11 09:48:12 2015 +0430
8262
8263     Add a prototype of DirectWrite as a shaping backend
8264
8265  src/hb-directwrite.cc | 827
8266  ++++++++++++++++++++++++++++++++++++++++++++++++++
8267  src/hb-directwrite.h  |  34 +++
8268  src/hb-shaper-list.hh |   3 +
8269  3 files changed, 864 insertions(+)
8270
8271 commit 6486e3755482563ecd89aeb3f8348ed190945e26
8272 Author: Behdad Esfahbod <behdad@behdad.org>
8273 Date:   Tue Oct 20 16:39:41 2015 -0200
8274
8275     Fix typo
8276
8277  Makefile.am | 2 +-
8278  1 file changed, 1 insertion(+), 1 deletion(-)
8279
8280 commit 753ea7b90904c951c199861409458bea182abb37
8281 Author: Behdad Esfahbod <behdad@behdad.org>
8282 Date:   Tue Oct 20 15:21:18 2015 -0200
8283
8284     Add BUILD.md to dist
8285
8286  Makefile.am | 1 +
8287  1 file changed, 1 insertion(+)
8288
8289 commit 5d7a30fde09320c2c62c7c73570ce3f2e298eba6
8290 Merge: 904b0dc3 2fb95a0c
8291 Author: Behdad Esfahbod <behdad@behdad.org>
8292 Date:   Tue Oct 20 15:19:41 2015 -0200
8293
8294     Merge pull request #148 from ebraminio/inst
8295
8296     Add BUILD.md based on harfbuzz.org docs
8297
8298 commit 904b0dc3811464cf61dc9457664de95ee4f61a86
8299 Merge: 86cadc2c ba096bcc
8300 Author: Behdad Esfahbod <behdad@behdad.org>
8301 Date:   Mon Oct 19 16:59:43 2015 -0200
8302
8303     Merge pull request #147 from ebraminio/dockerci
8304
8305     [ci] change to docker infrastructure
8306
8307 commit ba096bcc28ca80e2096e0a15191848fcd175e395
8308 Author: Ebrahim Byagowi <ebrahim@gnu.org>
8309 Date:   Mon Oct 19 21:41:01 2015 +0330
8310
8311     [ci] change to docker infrastructure
8312
8313  .travis.yml | 24 ++++++++++++++++--------
8314  1 file changed, 16 insertions(+), 8 deletions(-)
8315
8316 commit 2fb95a0c9d2cb8b03b7c158706d6b0e41283a6df
8317 Author: Ebrahim Byagowi <ebrahim@gnu.org>
8318 Date:   Mon Oct 19 22:02:12 2015 +0330
8319
8320     Add BUILD.md based on harfbuzz.org docs
8321
8322  BUILD.md | 25 +++++++++++++++++++++++++
8323  1 file changed, 25 insertions(+)
8324
8325 commit 86cadc2cd4171050e9d74306b76c42f6ec74b861
8326 Author: Behdad Esfahbod <behdad@behdad.org>
8327 Date:   Thu Oct 15 20:25:29 2015 -0300
8328
8329     1.0.6
8330
8331  NEWS         | 13 +++++++++++++
8332  configure.ac |  2 +-
8333  2 files changed, 14 insertions(+), 1 deletion(-)
8334
8335 commit ca97ea7aa2cb7186f432aaba76f4f151aa90c1d0
8336 Author: Behdad Esfahbod <behdad@behdad.org>
8337 Date:   Thu Oct 15 20:20:22 2015 -0300
8338
8339     [ft] Revert change-of-behavior of hb_ft_font_create() introduced
8340     in 1.0.5
8341
8342     The default FreeType load flags where changed from FT_LOAD_NO_HINTING
8343     to FT_LOAD_DEFAULT in 2a9627c5641cd000e2adff0e42a0dc687b53ec70.
8344     This is crashing HarfBuzz-enabled FreeType as I suppose it causes
8345     infinite recursion between HB and FT autohinter...
8346
8347     Revert the behavior change.
8348
8349     Fixes https://github.com/behdad/harfbuzz/issues/143
8350
8351  src/hb-ft.cc | 2 +-
8352  1 file changed, 1 insertion(+), 1 deletion(-)
8353
8354 commit 338ffec9e4a5819f2be21c3a320a567378c977b1
8355 Author: Behdad Esfahbod <behdad@behdad.org>
8356 Date:   Thu Oct 15 12:55:57 2015 -0300
8357
8358     Add tests for a couple of fixed issues found by libFuzzer
8359
8360     From:
8361     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147616887
8362     https://github.com/behdad/harfbuzz/issues/139#issuecomment-148289957
8363
8364  .../sha1sum/375d6ae32a3cbe52fbf81a4e5777e3377675d5a3.ttf | Bin 0 ->
8365  1024 bytes
8366  .../sha1sum/641bd9db850193064d17575053ae2bf8ec149ddc.ttf | Bin 0 ->
8367  305 bytes
8368  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
8369  test/shaping/tests/fuzzed.tests                          |   2 ++
8370  4 files changed, 4 insertions(+)
8371
8372 commit 63ef0b41dc48d6112d1918c1b1de9de8ea90adb5
8373 Author: Behdad Esfahbod <behdad@behdad.org>
8374 Date:   Thu Oct 15 12:47:22 2015 -0300
8375
8376     [ot-font] Fix hmtx wrong table length check
8377
8378     Discovered by libFuzzer.  Ouch!
8379
8380     https://github.com/behdad/harfbuzz/issues/139#issuecomment-148289957
8381
8382  src/hb-ot-font.cc | 2 +-
8383  1 file changed, 1 insertion(+), 1 deletion(-)
8384
8385 commit 613e630617074eb9b62b794cc37c9b42a7fb079b
8386 Author: Behdad Esfahbod <behdad@behdad.org>
8387 Date:   Tue Oct 13 23:33:28 2015 -0300
8388
8389     Reduce max nesting level from 8 to 6
8390
8391     We probably should implement better system to catch cyclic lookups.
8392     But for now, this speeds up worst case behavior with broken fonts
8393     considerably without compromising legitimate usecases.
8394
8395     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147788447
8396
8397  src/hb-ot-layout-common-private.hh | 2 +-
8398  1 file changed, 1 insertion(+), 1 deletion(-)
8399
8400 commit ab170529246ad80830bef2b3c8b48e9a8d2b7483
8401 Author: Behdad Esfahbod <behdad@behdad.org>
8402 Date:   Tue Oct 13 10:55:33 2015 -0300
8403
8404     1.0.5
8405
8406  NEWS         | 24 ++++++++++++++++++++++++
8407  configure.ac |  2 +-
8408  2 files changed, 25 insertions(+), 1 deletion(-)
8409
8410 commit ed13e2ce509408f849255be1d3cc3dbd7dbb3ba2
8411 Author: Behdad Esfahbod <behdad@behdad.org>
8412 Date:   Tue Oct 13 10:32:56 2015 -0300
8413
8414     [ot-font] Fix leak
8415
8416     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147616887
8417
8418  src/hb-ot-font.cc | 1 +
8419  1 file changed, 1 insertion(+)
8420
8421 commit 55db94be2b754ba9b9121f09abcf8496c798affc
8422 Author: Behdad Esfahbod <behdad@behdad.org>
8423 Date:   Tue Oct 13 00:33:59 2015 -0400
8424
8425     Add test for previous commit
8426
8427  .../sha1sum/0509e80afb379d16560e9e47bdd7d888bebdebc6.ttf   | Bin 0 ->
8428  61 bytes
8429  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
8430  test/shaping/tests/fuzzed.tests                            |   1 +
8431  3 files changed, 2 insertions(+)
8432
8433 commit f96664974774bfeb237a7274f512f64aaafb201e
8434 Author: Behdad Esfahbod <behdad@behdad.org>
8435 Date:   Tue Oct 13 00:30:50 2015 -0400
8436
8437     Fix another memory access issue discovered by libFuzzer
8438
8439     Fixes
8440     https://github.com/behdad/harfbuzz/issues/139#issuecomment-146984679
8441
8442  src/hb-ot-layout-gpos-table.hh | 4 +++-
8443  1 file changed, 3 insertions(+), 1 deletion(-)
8444
8445 commit c1a5dc46c2231f7b62421e06b9766ccfebaf3ef5
8446 Author: Behdad Esfahbod <behdad@behdad.org>
8447 Date:   Mon Oct 12 17:39:52 2015 -0400
8448
8449     [fuzz] Add fuzzing script from kcc@
8450
8451     https://github.com/behdad/harfbuzz/issues/139
8452
8453  test/fuzzing/hb-fuzzer.cc | 47
8454  +++++++++++++++++++++++++++++++++++++++++++++++
8455  1 file changed, 47 insertions(+)
8456
8457 commit cc6ea308d4c99b9dd6d625fa3a9b0ef62fa2614f
8458 Author: Behdad Esfahbod <behdad@behdad.org>
8459 Date:   Mon Oct 12 17:21:52 2015 -0400
8460
8461     Extern "C" custom-allocator declerations
8462
8463  src/hb-private.hh | 8 ++++----
8464  1 file changed, 4 insertions(+), 4 deletions(-)
8465
8466 commit 98c6fccc00062ead7a86892dd059aa13d266b981
8467 Author: Behdad Esfahbod <behdad@behdad.org>
8468 Date:   Sun Oct 11 21:41:04 2015 -0400
8469
8470     Add test for ee9b0b6cb5fdb08671ab064f26c299135f828260
8471
8472  .../sha1sum/5a5daf5eb5a4db77a2baa3ad9c7a6ed6e0655fa8.ttf   | Bin 0 ->
8473  61 bytes
8474  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
8475  test/shaping/tests/fuzzed.tests                            |   1 +
8476  3 files changed, 2 insertions(+)
8477
8478 commit 50f489a0a013fc589626bb532a9f64f50bb41f58
8479 Author: Behdad Esfahbod <behdad@behdad.org>
8480 Date:   Sun Oct 11 20:59:29 2015 -0400
8481
8482     Typo
8483
8484  src/hb-font-private.hh | 2 +-
8485  1 file changed, 1 insertion(+), 1 deletion(-)
8486
8487 commit ee9b0b6cb5fdb08671ab064f26c299135f828260
8488 Author: Behdad Esfahbod <behdad@behdad.org>
8489 Date:   Fri Oct 9 14:23:15 2015 -0400
8490
8491     Fix another sanitize bug
8492
8493     Also discovered by "libFuzzer".
8494
8495  src/hb-open-type-private.hh | 2 +-
8496  1 file changed, 1 insertion(+), 1 deletion(-)
8497
8498 commit 34379b49e6922b86c15ee62f7fe3bf016cdc2514
8499 Author: Behdad Esfahbod <behdad@behdad.org>
8500 Date:   Fri Oct 9 12:34:02 2015 -0400
8501
8502     Add test for previous fix
8503
8504  test/shaping/Makefile.am                                   |   1 +
8505  .../sha1sum/1a6f1687b7a221f9f2c834b0b360d3c8463b6daf.ttf   | Bin 0 ->
8506  64 bytes
8507  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
8508  test/shaping/tests/MANIFEST                                |   1 +
8509  test/shaping/tests/fuzzed.tests                            |   1 +
8510  5 files changed, 4 insertions(+)
8511
8512 commit f396fbb000dc1c8acddbf6a16e193b328c5e551e
8513 Author: Behdad Esfahbod <behdad@behdad.org>
8514 Date:   Fri Oct 9 12:25:55 2015 -0400
8515
8516     Fix return value of sanitize when subformat is not readable
8517
8518     This is a fix on top of the previous issue fixed in
8519     c917965b9e6fe2b21ed6c51559673288fa3af4b7.
8520
8521     This was caught by "libFuzzer" testing.
8522
8523  src/hb-open-type-private.hh          |  2 ++
8524  src/hb-ot-layout-gpos-table.hh       | 15 +++++++--------
8525  src/hb-ot-layout-gsub-table.hh       | 13 ++++++-------
8526  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
8527  4 files changed, 19 insertions(+), 19 deletions(-)
8528
8529 commit 77a1a2bc18e7b04d4e352a8777ccce345b2f8659
8530 Author: Behdad Esfahbod <behdad@behdad.org>
8531 Date:   Fri Oct 9 12:20:58 2015 -0400
8532
8533     Add hb_dispatch_context_t
8534
8535  src/hb-open-type-private.hh          | 26 ++++++++++++++++++++++----
8536  src/hb-ot-layout-gsubgpos-private.hh | 36
8537  ++++++++++++------------------------
8538  src/hb-ot-layout.cc                  |  8 +++-----
8539  3 files changed, 37 insertions(+), 33 deletions(-)
8540
8541 commit 3e905e396bcd745bda88e751998a76556c5cb8c6
8542 Author: Behdad Esfahbod <behdad@behdad.org>
8543 Date:   Thu Oct 8 12:51:02 2015 -0400
8544
8545     Add hb_font_set_parent()
8546
8547     No reason to not have it.  Makes life easier later.
8548     We (hb-ft, hb-ot-font, etc) can use this API to inject new
8549     parent into a font...
8550
8551  src/hb-font.cc       | 26 ++++++++++++++++++++++++++
8552  src/hb-font.h        |  4 ++++
8553  test/api/test-font.c | 12 ++++++++++++
8554  3 files changed, 42 insertions(+)
8555
8556 commit edeb3dabf4a589d67c3f1da7ba43a74e4d3a9afd
8557 Author: Behdad Esfahbod <behdad@behdad.org>
8558 Date:   Thu Oct 8 12:47:15 2015 -0400
8559
8560     [ft] Add version for new API
8561
8562  src/hb-ft.cc | 18 ++++++++++++++++++
8563  1 file changed, 18 insertions(+)
8564
8565 commit 2a9627c5641cd000e2adff0e42a0dc687b53ec70
8566 Author: Behdad Esfahbod <behdad@behdad.org>
8567 Date:   Wed Oct 7 17:33:20 2015 -0400
8568
8569     [ft] API: Add hb_font_[sg]et_load_flags() API
8570
8571     This changes the default load_flags of fonts created using
8572     hb_ft_font_create() from NO_HINTING to DEFAULT.  Hope that doesn't
8573     break too much client code.
8574
8575     Code calling hb_ft_font_set_funcs() is unaffected.
8576
8577  src/hb-ft.cc | 163
8578  +++++++++++++++++++++++++++++++++++++++--------------------
8579  src/hb-ft.h  |  13 +++--
8580  2 files changed, 118 insertions(+), 58 deletions(-)
8581
8582 commit 3224a594dcf2164b5585b4ccba34f244af3f61b9
8583 Author: Behdad Esfahbod <behdad@behdad.org>
8584 Date:   Wed Oct 7 17:33:02 2015 -0400
8585
8586     Minor
8587
8588  src/hb-ot-font.cc | 5 ++---
8589  1 file changed, 2 insertions(+), 3 deletions(-)
8590
8591 commit 52b418555b62a3b25399f202c1fa72ab7288c224
8592 Author: Behdad Esfahbod <behdad@behdad.org>
8593 Date:   Sat Oct 3 13:20:55 2015 +0100
8594
8595     Allow compiling with custom allocators
8596
8597     User can define hb_malloc_impl, etc, to name of custom allocator
8598     functions
8599     that have the same signature as malloc.
8600
8601  src/hb-private.hh | 17 +++++++++++++++++
8602  1 file changed, 17 insertions(+)
8603
8604 commit 88da7bba9fa4665b33f5bfcd45add7443097eaf3
8605 Author: Behdad Esfahbod <behdad@behdad.org>
8606 Date:   Fri Oct 2 14:38:20 2015 +0100
8607
8608     Default font scale to face upem
8609
8610     Makes for a better default and avoids nasty inheritance issues.
8611     See mailing list thread "Default hb_font_t scale".
8612
8613  src/hb-font.cc       |  2 ++
8614  test/api/test-font.c | 13 ++++++++-----
8615  2 files changed, 10 insertions(+), 5 deletions(-)
8616
8617 commit 1866e17114b41d565eb066e7d9393c2ff3e0a12b
8618 Author: Behdad Esfahbod <behdad@behdad.org>
8619 Date:   Fri Oct 2 14:21:29 2015 +0100
8620
8621     Make hb_font_create_sub_font() NOT make parent immutable
8622
8623     We don't rely on that.  However, whenever hb_font_make_immutable()
8624     is called, it makes its parenting chain immutable.
8625
8626  src/hb-font.cc       |  4 +++-
8627  test/api/test-font.c | 21 +++++++++++++++------
8628  2 files changed, 18 insertions(+), 7 deletions(-)
8629
8630 commit 980e25cad2e58c31f5361862b9223d94ec47fc7a
8631 Author: Behdad Esfahbod <behdad@behdad.org>
8632 Date:   Fri Oct 2 08:21:12 2015 +0100
8633
8634     Fix hb-ot-shape-normalize with empty buffer
8635
8636     Part of https://github.com/behdad/harfbuzz/issues/136
8637
8638  src/hb-ot-shape-normalize.cc | 2 ++
8639  1 file changed, 2 insertions(+)
8640
8641 commit a5efaac4ff61b587f228830b265b39fe8e5e4e47
8642 Author: Behdad Esfahbod <behdad@behdad.org>
8643 Date:   Fri Oct 2 08:02:29 2015 +0100
8644
8645     Replace a couple of malloc()s with calloc()
8646
8647  src/hb-face.cc       | 2 +-
8648  src/hb-shape-plan.cc | 2 +-
8649  src/hb-shaper.cc     | 2 +-
8650  3 files changed, 3 insertions(+), 3 deletions(-)
8651
8652 commit 26ba4d1e1fb8949632fe08e6a7600badfba4f142
8653 Author: Behdad Esfahbod <behdad@behdad.org>
8654 Date:   Fri Oct 2 07:25:52 2015 +0100
8655
8656     Fix segfault with empty buffer in hb_shape_plan_execute()
8657
8658     Move the empty-buffer check from hb_shape_full() to
8659     hb_shape_plan_execute().
8660
8661     Reported by Simon Cozens.
8662
8663  src/hb-shape-plan.cc | 9 +++++++--
8664  src/hb-shape.cc      | 5 -----
8665  2 files changed, 7 insertions(+), 7 deletions(-)
8666
8667 commit 432ffc47a46d41bea17d839d0d3980e654c6e638
8668 Author: Behdad Esfahbod <behdad@behdad.org>
8669 Date:   Wed Sep 30 22:51:16 2015 +0100
8670
8671     1.0.4
8672
8673  NEWS         | 7 +++++++
8674  configure.ac | 2 +-
8675  2 files changed, 8 insertions(+), 1 deletion(-)
8676
8677 commit b47159011ca518c3b94d782ed16a91ffe9dd2ab2
8678 Author: Behdad Esfahbod <behdad@behdad.org>
8679 Date:   Tue Sep 29 14:57:02 2015 +0100
8680
8681     Define return_trace()
8682
8683     Not functional change (expected!).
8684
8685  src/hb-open-file-private.hh          |  20 +--
8686  src/hb-open-type-private.hh          |  62 +++----
8687  src/hb-ot-cmap-table.hh              |  56 +++----
8688  src/hb-ot-glyf-table.hh              |   4 +-
8689  src/hb-ot-head-table.hh              |   2 +-
8690  src/hb-ot-hhea-table.hh              |   2 +-
8691  src/hb-ot-hmtx-table.hh              |   2 +-
8692  src/hb-ot-layout-common-private.hh   | 108 ++++++-------
8693  src/hb-ot-layout-gdef-table.hh       |  44 ++---
8694  src/hb-ot-layout-gpos-table.hh       | 252 +++++++++++++++--------------
8695  src/hb-ot-layout-gsub-table.hh       | 304
8696  ++++++++++++++++++-----------------
8697  src/hb-ot-layout-gsubgpos-private.hh | 205 +++++++++++------------
8698  src/hb-ot-layout-jstf-table.hh       |  35 ++--
8699  src/hb-ot-maxp-table.hh              |   5 +-
8700  src/hb-ot-name-table.hh              |  14 +-
8701  src/hb-private.hh                    |   6 +-
8702  16 files changed, 575 insertions(+), 546 deletions(-)
8703
8704 commit c917965b9e6fe2b21ed6c51559673288fa3af4b7
8705 Author: Behdad Esfahbod <behdad@behdad.org>
8706 Date:   Tue Sep 29 14:45:35 2015 +0100
8707
8708     Add missing returns
8709
8710     Fixes possible invalid read of two bytes.
8711
8712     Reported by Behzad Najjarpour Jabbari, Secunia Research.
8713
8714  src/hb-ot-layout-gpos-table.hh       | 14 +++++++-------
8715  src/hb-ot-layout-gsub-table.hh       | 12 ++++++------
8716  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
8717  3 files changed, 17 insertions(+), 17 deletions(-)
8718
8719 commit f3159ba5141c2ab0e430e64742972df140f91c43
8720 Author: Behdad Esfahbod <behdad@behdad.org>
8721 Date:   Tue Sep 29 14:34:56 2015 +0100
8722
8723     Micro-optimize hb_language_from_string()
8724
8725     As measured / improved by Benson Limketkai.
8726
8727  src/hb-common.cc | 10 +++++-----
8728  1 file changed, 5 insertions(+), 5 deletions(-)
8729
8730 commit f2ad935e19338a29113492150f0c5a5fd5befd75
8731 Author: Sascha Brawer <sascha@brawer.ch>
8732 Date:   Sun Jun 28 03:29:47 2015 +0200
8733
8734     Handle language tags that indicate phonetic IPA transcription
8735
8736     The BCP-47 registry defines a variant subtag "fonipa" that can be used
8737     in combination with arbitrary other language tags. For example,
8738     "rm-CH-fonipa-sursilv" indicates the Sursilvan dialect of Romansh
8739     as used in Switzerland, transcribed used the International Phonetic
8740     Alphabet.
8741
8742     http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
8743
8744  src/hb-ot-tag.cc       | 15 ++++++++++++++-
8745  test/api/test-ot-tag.c |  7 +++++++
8746  2 files changed, 21 insertions(+), 1 deletion(-)
8747
8748 commit b8811429b6810c4f13be087b593a862c17d9d987
8749 Author: Behdad Esfahbod <behdad@behdad.org>
8750 Date:   Thu Sep 3 15:53:22 2015 +0430
8751
8752     Fix Since tags
8753
8754     Fixes https://github.com/behdad/harfbuzz/issues/103
8755
8756  src/hb-blob.cc             | 24 +++++++++----------
8757  src/hb-buffer-serialize.cc | 10 ++++----
8758  src/hb-buffer.cc           | 58
8759  +++++++++++++++++++++++-----------------------
8760  src/hb-buffer.h            |  9 +++++++
8761  src/hb-common.cc           | 24 +++++++++----------
8762  src/hb-common.h            |  3 +++
8763  src/hb-coretext.cc         |  3 +++
8764  src/hb-font.h              | 18 +++++++-------
8765  src/hb-ft.cc               |  6 ++---
8766  src/hb-graphite2.cc        |  6 +++++
8767  src/hb-ot-layout.cc        |  2 +-
8768  src/hb-ot-tag.cc           |  2 +-
8769  src/hb-set.h               |  3 +++
8770  src/hb-shape.cc            |  2 +-
8771  src/hb-unicode.cc          | 18 +++++++-------
8772  src/hb-unicode.h           | 10 ++++----
8773  16 files changed, 111 insertions(+), 87 deletions(-)
8774
8775 commit 5d74ff02ab01df67808b416af8bb9cefb06f841e
8776 Author: Behdad Esfahbod <behdad@behdad.org>
8777 Date:   Thu Sep 3 14:55:59 2015 +0430
8778
8779     Fix Since: version tags on font and face APIs
8780
8781     A while back we marked every API as version:1.0.  We should fix
8782     them all
8783     to reflect real version they were introduced.  This is a start.
8784
8785     Patch from Nikolay Sivov.
8786
8787  src/hb-face.cc | 22 ++++++++---------
8788  src/hb-font.cc | 76
8789  +++++++++++++++++++++++++++++-----------------------------
8790  2 files changed, 49 insertions(+), 49 deletions(-)
8791
8792 commit 7f5405397406a24c5a001b5ef43dcf4d6926415e
8793 Author: Behdad Esfahbod <behdad@behdad.org>
8794 Date:   Tue Sep 1 17:03:50 2015 +0100
8795
8796     1.0.3
8797
8798  NEWS         | 11 +++++++++++
8799  configure.ac |  2 +-
8800  2 files changed, 12 insertions(+), 1 deletion(-)
8801
8802 commit 5828c45d7a816ccd0a7f10a665ea3cf8cfd63b05
8803 Author: Behdad Esfahbod <behdad@behdad.org>
8804 Date:   Tue Sep 1 16:26:35 2015 +0100
8805
8806     [indic] Add comments to merge_clusters calls
8807
8808  src/hb-ot-shape-complex-indic.cc | 21 ++++++++++++++++-----
8809  1 file changed, 16 insertions(+), 5 deletions(-)
8810
8811 commit bdc8215949a7add742cc800b4fdea6acaa37d152
8812 Author: Behdad Esfahbod <behdad@behdad.org>
8813 Date:   Tue Sep 1 16:24:54 2015 +0100
8814
8815     [thai] Respect cluster-level > 0
8816
8817  src/hb-ot-shape-complex-thai.cc | 2 +-
8818  1 file changed, 1 insertion(+), 1 deletion(-)
8819
8820 commit 5b31fe383ead726ec77062501ed3bb24c02842b3
8821 Author: Behdad Esfahbod <behdad@behdad.org>
8822 Date:   Tue Sep 1 16:24:34 2015 +0100
8823
8824     [use] Merge /before/ reordering
8825
8826  src/hb-ot-shape-complex-use.cc | 4 ++--
8827  1 file changed, 2 insertions(+), 2 deletions(-)
8828
8829 commit 0d438f89bd9422c66838c776eb4aa867de0a2ad8
8830 Author: Behdad Esfahbod <behdad@behdad.org>
8831 Date:   Tue Sep 1 16:24:13 2015 +0100
8832
8833     [hangul] Merge /before/ reordering
8834
8835  src/hb-ot-shape-complex-hangul.cc | 2 +-
8836  1 file changed, 1 insertion(+), 1 deletion(-)
8837
8838 commit f883de664fc4bfe01e30c89e07e31dc113f906d9
8839 Author: Behdad Esfahbod <behdad@behdad.org>
8840 Date:   Tue Sep 1 16:23:40 2015 +0100
8841
8842     [OT] Merge /before/ reordering
8843
8844  src/hb-ot-shape.cc | 5 +++--
8845  1 file changed, 3 insertions(+), 2 deletions(-)
8846
8847 commit c403d6320074455a5e8e48902c0ac4ee9685e33d
8848 Author: Behdad Esfahbod <behdad@behdad.org>
8849 Date:   Tue Sep 1 16:15:25 2015 +0100
8850
8851     [myanmar] Use buffer->sort() to sort cluster
8852
8853     This can possibly produce more granular clusters.
8854
8855  src/hb-ot-shape-complex-myanmar.cc | 3 +--
8856  1 file changed, 1 insertion(+), 2 deletions(-)
8857
8858 commit e995d33c10a4bd9404699d01bddb2b69d811e9ed
8859 Author: Behdad Esfahbod <behdad@behdad.org>
8860 Date:   Tue Sep 1 16:13:32 2015 +0100
8861
8862     [OT] Merge clusters when reordering marks for normalization
8863
8864     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=541608
8865     and cluster test.
8866
8867  src/hb-buffer-private.hh     |  2 ++
8868  src/hb-buffer.cc             | 21 +++++++++++++++++++++
8869  src/hb-ot-shape-normalize.cc |  2 +-
8870  3 files changed, 24 insertions(+), 1 deletion(-)
8871
8872 commit b6d7d161a87b5dde710924e5c557d39c302f5630
8873 Author: Behdad Esfahbod <behdad@behdad.org>
8874 Date:   Tue Sep 1 16:12:44 2015 +0100
8875
8876     [tests] Add Hebrew test for normalization under cluster-level=1
8877
8878     Currently fails.
8879     https://bugzilla.gnome.org/show_bug.cgi?id=541608
8880
8881  .../sha1sum/43ef465752be9af900745f72fe29cb853a1401a5.ttf | Bin 0 ->
8882  4272 bytes
8883  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
8884  test/shaping/tests/cluster.tests                         |   1 +
8885  3 files changed, 2 insertions(+)
8886
8887 commit 93099748e39740a3f6f003c83d9dec1d21660ce8
8888 Author: Behdad Esfahbod <behdad@behdad.org>
8889 Date:   Tue Sep 1 16:11:27 2015 +0100
8890
8891     Minor
8892
8893  src/hb-private.hh | 6 ++----
8894  1 file changed, 2 insertions(+), 4 deletions(-)
8895
8896 commit 85846b3de7491b6a07fed6a2c0c6c1b09943b249
8897 Author: Behdad Esfahbod <behdad@behdad.org>
8898 Date:   Tue Sep 1 15:07:52 2015 +0100
8899
8900     Use insertion-sort instead of bubble-sort
8901
8902     Needed for upcoming merge-clusters fix.
8903
8904  src/hb-buffer.cc                           |  4 +--
8905  src/hb-ot-shape-complex-arabic-fallback.hh |  6 ++--
8906  src/hb-ot-shape-complex-indic.cc           |  2 +-
8907  src/hb-ot-shape-complex-myanmar.cc         |  2 +-
8908  src/hb-ot-shape-normalize.cc               |  6 ++--
8909  src/hb-private.hh                          | 56
8910  +++++++++++++-----------------
8911  6 files changed, 34 insertions(+), 42 deletions(-)
8912
8913 commit fad2674874591b4a1df822603144c8864f5364c1
8914 Author: Behdad Esfahbod <behdad@behdad.org>
8915 Date:   Tue Sep 1 14:45:46 2015 +0100
8916
8917     Minor
8918
8919  test/Makefile.am         | 4 ++++
8920  test/api/Makefile.am     | 4 ++++
8921  test/shaping/Makefile.am | 4 ++++
8922  3 files changed, 12 insertions(+)
8923
8924 commit 23e4fac6de913201f263a73e13d3c1fab31d1bdd
8925 Author: Behdad Esfahbod <behdad@behdad.org>
8926 Date:   Mon Aug 31 19:41:01 2015 +0100
8927
8928     Update git.mk from upstream
8929
8930  git.mk | 17 ++++++++++++++++-
8931  1 file changed, 16 insertions(+), 1 deletion(-)
8932
8933 commit 5783e05f81bbf6debf2618c8994d6852630d9847
8934 Author: Behdad Esfahbod <behdad@behdad.org>
8935 Date:   Mon Aug 31 19:18:10 2015 +0100
8936
8937     [docs] Move docs/reference/ contents into docs/
8938
8939  configure.ac                                |   3 +-
8940  docs/Makefile.am                            | 117
8941  ++++++++++++++++++++++++++-
8942  docs/{reference => }/harfbuzz-docs.xml      |   0
8943  docs/{reference => }/harfbuzz-overrides.txt |   0
8944  docs/{reference => }/harfbuzz-sections.txt  |   0
8945  docs/reference/Makefile.am                  | 118
8946  ----------------------------
8947  docs/{reference => }/usermanual-ch01.xml    |   0
8948  docs/{reference => }/usermanual-ch02.xml    |   0
8949  docs/{reference => }/usermanual-ch03.xml    |   0
8950  docs/{reference => }/usermanual-ch04.xml    |   0
8951  docs/{reference => }/usermanual-ch05.xml    |   0
8952  docs/{reference => }/usermanual-ch06.xml    |   0
8953  docs/{reference => }/version.xml.in         |   0
8954  13 files changed, 117 insertions(+), 121 deletions(-)
8955
8956 commit cd5e3a13a6e0b6606d3a421f8cd44cdfb8314907
8957 Author: Behdad Esfahbod <behdad@behdad.org>
8958 Date:   Mon Aug 31 19:16:41 2015 +0100
8959
8960     [docs] Fix out-of-tree build
8961
8962  docs/reference/Makefile.am               |  9 ++++++++-
8963  docs/reference/harfbuzz-docs.xml         | 12 ++++++------
8964  docs/{ => reference}/usermanual-ch01.xml |  0
8965  docs/{ => reference}/usermanual-ch02.xml |  0
8966  docs/{ => reference}/usermanual-ch03.xml |  0
8967  docs/{ => reference}/usermanual-ch04.xml |  0
8968  docs/{ => reference}/usermanual-ch05.xml |  0
8969  docs/{ => reference}/usermanual-ch06.xml |  0
8970  8 files changed, 14 insertions(+), 7 deletions(-)
8971
8972 commit 3899795fa3c3e058e3885ec7a6638f0597a752cc
8973 Merge: d2059652 01e16e88
8974 Author: Behdad Esfahbod <behdad@behdad.org>
8975 Date:   Mon Aug 31 10:46:01 2015 +0100
8976
8977     Merge pull request #131 from simoncozens/docs
8978
8979     Use gtk-doc to build user's manual as well as reference
8980
8981 commit 01e16e88f50b65b82dcb84773f532f18a351319f
8982 Author: Simon Cozens <simon@simon-cozens.org>
8983 Date:   Mon Aug 31 10:40:17 2015 +0100
8984
8985     Combine user / reference information into gtk-doc generated manual.
8986
8987  docs/reference/harfbuzz-docs.xml | 91
8988  +++++++++++++++++++++++-----------------
8989  1 file changed, 52 insertions(+), 39 deletions(-)
8990
8991 commit 11a07c4729174e1d4af028103ecb0a351e4c2707
8992 Author: Simon Cozens <simon@simon-cozens.org>
8993 Date:   Mon Aug 31 10:39:10 2015 +0100
8994
8995     Correct tag hierarchy, to allow for table-of-contents entries.
8996
8997  docs/usermanual-ch01.xml | 12 ++++++------
8998  docs/usermanual-ch02.xml |  8 ++++----
8999  docs/usermanual-ch03.xml | 24 ++++++++++++------------
9000  docs/usermanual-ch04.xml | 16 ++++++++--------
9001  docs/usermanual-ch05.xml | 12 ++++++------
9002  5 files changed, 36 insertions(+), 36 deletions(-)
9003
9004 commit 387d6af428ddd5d4f211fe5748412011013a3826
9005 Author: Simon Cozens <simon@simon-cozens.org>
9006 Date:   Mon Aug 31 10:31:09 2015 +0100
9007
9008     Missing tag (oops).
9009
9010  docs/usermanual-ch02.xml | 1 +
9011  1 file changed, 1 insertion(+)
9012
9013 commit d205965286798af4b7ad07e1eafa58288bee4bdb
9014 Author: Behdad Esfahbod <behdad@behdad.org>
9015 Date:   Mon Aug 31 10:12:05 2015 +0100
9016
9017     [docs] Fix typo
9018
9019  docs/usermanual-ch03.xml | 2 +-
9020  1 file changed, 1 insertion(+), 1 deletion(-)
9021
9022 commit c424b41705b50055c7f92b268cf78a2680af73af
9023 Merge: 31594b98 5470e744
9024 Author: Behdad Esfahbod <behdad@behdad.org>
9025 Date:   Mon Aug 31 09:53:16 2015 +0100
9026
9027     Merge pull request #129 from simoncozens/docs
9028
9029     First two chapters. More to follow.
9030
9031 commit 31594b98af0c9181982c77d8d3803753007f8fd4
9032 Author: Behdad Esfahbod <behdad@behdad.org>
9033 Date:   Sun Aug 30 17:33:04 2015 +0100
9034
9035     [test] Fix test-object
9036
9037     See previous commit.
9038
9039  test/api/test-object.c | 4 ----
9040  1 file changed, 4 deletions(-)
9041
9042 commit 326b5ebf5748f547e4eb7388d66b79fe23130e2a
9043 Author: Behdad Esfahbod <behdad@behdad.org>
9044 Date:   Sun Aug 30 17:29:21 2015 +0100
9045
9046     Poison freed objects such that double-free is detected
9047
9048     Previously we were setting refcount of freed objects to the inert
9049     value, which
9050     was harmful because it caused further destroy()s of the freed object
9051     to NOT
9052     call free() and hence hide the bug.  Indeed, after eb0bf3ae6688b7
9053     test-object
9054     was double-free'ing objects and this was never caught on Linux.
9055     It only was
9056     caught as crashing on Mac.
9057
9058     Now we poison refcount upon freeing and check that it's valid
9059     whenever reading
9060     it.  Makes test-object fail now.
9061
9062  src/hb-object-private.hh | 21 ++++++++++++++++-----
9063  1 file changed, 16 insertions(+), 5 deletions(-)
9064
9065 commit 5470e744dd264c2dc33437a68d20bcf7c5ffb905
9066 Author: Simon Cozens <simon@simon-cozens.org>
9067 Date:   Sat Aug 29 08:21:18 2015 +0100
9068
9069     Current state and skeleton outline
9070
9071  docs/usermanual-ch03.xml | 77
9072  ++++++++++++++++++++++++++++++++++++++++++++++++
9073  docs/usermanual-ch04.xml | 18 +++++++++++
9074  docs/usermanual-ch05.xml | 13 ++++++++
9075  docs/usermanual-ch06.xml |  8 +++++
9076  4 files changed, 116 insertions(+)
9077
9078 commit 6578575cc8aeb05341f2053039acfcd735707674
9079 Author: Behdad Esfahbod <behdad@behdad.org>
9080 Date:   Tue Aug 25 20:24:59 2015 +0100
9081
9082     [GPOS] Fix cursive connection with mix of RTL and non-RTL lookups
9083
9084     See thread "Issue with cursive attachment" started by Khaled.
9085     Turned out fixing this wasn't as bad as I had assumed.  I like the
9086     new code better; we now have a theoretical model of cursive
9087     connections that is easier to reason about.
9088
9089  src/hb-ot-layout-gpos-table.hh | 34 ++++++++++++++++++++++++++++++++++
9090  1 file changed, 34 insertions(+)
9091
9092 commit 7368da67244ea53195cd9b95a5c57485df695732
9093 Author: Behdad Esfahbod <behdad@behdad.org>
9094 Date:   Tue Aug 25 20:28:39 2015 +0100
9095
9096     [test] Add test for cursive-positioning with mixed directions
9097
9098     Fails now.  Fix coming.  See thread "Issue with cursive attachment"
9099     started by Khaled.  Test fonts were made by modifying test font
9100     from Khaled to add more anchors.
9101
9102  test/shaping/Makefile.am                                 |   1 +
9103  .../sha1sum/298c9e1d955f10f6f72c6915c3c6ff9bf9695cec.ttf | Bin 0 ->
9104  2520 bytes
9105  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
9106  .../sha1sum/c4e48b0886ef460f532fb49f00047ec92c432ec0.ttf | Bin 0 ->
9107  2512 bytes
9108  test/shaping/tests/MANIFEST                              |   1 +
9109  test/shaping/tests/cursive-positioning.tests             |   2 ++
9110  6 files changed, 6 insertions(+)
9111
9112 commit f0807654da160bd7ceb9aff5b8338ec0b643171c
9113 Author: Simon Cozens <simon@simon-cozens.org>
9114 Date:   Tue Aug 25 19:57:15 2015 +0100
9115
9116     First two chapters. More to follow.
9117
9118  docs/usermanual-ch01.xml | 115 ++++++++++++++++++++++++++++++
9119  docs/usermanual-ch02.xml | 182
9120  +++++++++++++++++++++++++++++++++++++++++++++++
9121  2 files changed, 297 insertions(+)
9122
9123 commit 58f2a73fb95af42e264a91cdef7bb5a89e965601
9124 Author: Behdad Esfahbod <behdad@behdad.org>
9125 Date:   Tue Aug 25 18:55:34 2015 +0100
9126
9127     [GPOS] Rewrite cursive attachment slightly differently
9128
9129     In anticipation for upcoming fix for bug reported by
9130     Khaled in thread "Issue with cursive attachment".
9131
9132  src/hb-ot-layout-gpos-table.hh | 36 ++++++++++++++++++++++++------------
9133  1 file changed, 24 insertions(+), 12 deletions(-)
9134
9135 commit fdd1770e006ca2d2973c049177ceda87a575e07f
9136 Author: Behdad Esfahbod <behdad@behdad.org>
9137 Date:   Mon Aug 24 13:49:55 2015 +0100
9138
9139     Add API/cmdline to show glyph extents when serializing buffer
9140
9141     New API: HB_BUFFER_SERIALIZE_FLAG_GLYPH_EXTENTS
9142
9143     hb-shape now accepts --show-extents.
9144
9145     Patch from Simon Cozens.
9146
9147  src/hb-buffer-serialize.cc | 17 +++++++++++++++++
9148  src/hb-buffer.h            |  3 ++-
9149  util/hb-shape.cc           |  2 ++
9150  util/options.cc            |  1 +
9151  util/options.hh            |  2 ++
9152  5 files changed, 24 insertions(+), 1 deletion(-)
9153
9154 commit 2cee5b68a07b99214ef9428fe5d03e7b378a558f
9155 Author: Behdad Esfahbod <behdad@behdad.org>
9156 Date:   Mon Aug 24 13:45:12 2015 +0100
9157
9158     [ot-font] Fix short-offset calculation
9159
9160  src/hb-ot-font.cc | 4 ++--
9161  1 file changed, 2 insertions(+), 2 deletions(-)
9162
9163 commit b50fcfa82994f93568a54dd1eb7fd327f6db5586
9164 Author: Behdad Esfahbod <behdad@behdad.org>
9165 Date:   Sun Aug 23 14:42:20 2015 +0100
9166
9167     [ot-font] Implement glyph_extents() for TrueType fonts
9168
9169     This brings ot-fonts into almost-complete shape and mostly in par with
9170     ft font.
9171
9172  src/Makefile.am         |   1 +
9173  src/hb-font.h           |   9 +++--
9174  src/hb-ot-font.cc       |  90 +++++++++++++++++++++++++++++++++++++++--
9175  src/hb-ot-glyf-table.hh | 104
9176  ++++++++++++++++++++++++++++++++++++++++++++++++
9177  src/hb-ot-head-table.hh |   3 +-
9178  5 files changed, 198 insertions(+), 9 deletions(-)
9179
9180 commit 0299b45000b5047c0b9bf0fe51f3b8b68a7982f8
9181 Author: Behdad Esfahbod <behdad@behdad.org>
9182 Date:   Fri Aug 21 12:44:36 2015 +0100
9183
9184     Make BYTE a real type
9185
9186  src/hb-open-type-private.hh | 16 +++++++++++++++-
9187  1 file changed, 15 insertions(+), 1 deletion(-)
9188
9189 commit ed6962c795ae7c54aaee9ed5667fa65ccf7412bf
9190 Author: Behdad Esfahbod <behdad@behdad.org>
9191 Date:   Thu Aug 20 15:39:53 2015 +0100
9192
9193     [coretext] Use i32 instead of u32 as well
9194
9195     Shouldn't cause *any* functional changes, but is more correct.
9196
9197  src/hb-coretext.cc | 20 ++++++++++----------
9198  1 file changed, 10 insertions(+), 10 deletions(-)
9199
9200 commit 163c435f1807c138da9f74f09d29d913eb9e29e9
9201 Author: Behdad Esfahbod <behdad@behdad.org>
9202 Date:   Thu Aug 20 15:39:06 2015 +0100
9203
9204     [uniscribe] Fix negative offsets
9205
9206     Ouch!
9207
9208  src/hb-uniscribe.cc | 8 ++++----
9209  1 file changed, 4 insertions(+), 4 deletions(-)
9210
9211 commit 789b89ef7130ffe5f22c571fc3cb4e6d35456654
9212 Author: Behdad Esfahbod <behdad@behdad.org>
9213 Date:   Wed Aug 19 13:39:57 2015 +0100
9214
9215     1.0.2
9216
9217  NEWS         | 13 +++++++++++++
9218  configure.ac |  2 +-
9219  2 files changed, 14 insertions(+), 1 deletion(-)
9220
9221 commit 958c268fa3a520666436e77a2111a3b564a36d96
9222 Author: Behdad Esfahbod <behdad@behdad.org>
9223 Date:   Wed Aug 19 13:22:12 2015 +0100
9224
9225     [coretext] Add TODO item
9226
9227  src/hb-coretext.cc | 1 +
9228  1 file changed, 1 insertion(+)
9229
9230 commit 7c5bee09d9c7c25672c7c77572ebae0b731892d0
9231 Author: Behdad Esfahbod <behdad@behdad.org>
9232 Date:   Wed Aug 19 13:20:31 2015 +0100
9233
9234     [uniscribe] Fix font scale handling
9235
9236     By default shape at upem (or ppem), and scale results.
9237     Similar to work done in CoreText backend, but using upem as default.
9238
9239  src/hb-uniscribe.cc | 25 +++++++++++++++++++------
9240  1 file changed, 19 insertions(+), 6 deletions(-)
9241
9242 commit 902e74a098dad8c3b487856284f9fdf99b04f9f1
9243 Author: Behdad Esfahbod <behdad@behdad.org>
9244 Date:   Tue Aug 18 18:55:03 2015 +0100
9245
9246     Commented-out code to print buffer before each lookup
9247
9248     To be turned into a useful HB_DEBUG_SHAPE infrastructure...
9249
9250  src/hb-ot-layout.cc | 12 ++++++++++++
9251  1 file changed, 12 insertions(+)
9252
9253 commit 75504a50488a6aac0b9789f728fb5b87e641d4c3
9254 Author: Behdad Esfahbod <behdad@behdad.org>
9255 Date:   Tue Aug 18 18:47:02 2015 +0100
9256
9257     Allow serializing buffer with output-buffer being used
9258
9259     Ie, don't call get_positions() if positions are not
9260     requested for serialization.
9261
9262  src/hb-buffer-serialize.cc | 6 ++++--
9263  1 file changed, 4 insertions(+), 2 deletions(-)
9264
9265 commit e47b772a56af44a9a4f9ec907ee2091b725b94c1
9266 Author: Behdad Esfahbod <behdad@behdad.org>
9267 Date:   Tue Aug 18 18:42:47 2015 +0100
9268
9269     [ot] Change buffer content type right after we map to glyphs
9270
9271     Needed for upcoming debug output changes.
9272
9273  src/hb-ot-shape.cc | 2 ++
9274  1 file changed, 2 insertions(+)
9275
9276 commit d104415e4c1e0f9140f794cd8d09c6460c63e966
9277 Author: Behdad Esfahbod <behdad@behdad.org>
9278 Date:   Tue Aug 18 17:33:34 2015 +0100
9279
9280     [Android.mk] Update for SEA removal and USE addition
9281
9282  Android.mk | 3 ++-
9283  1 file changed, 2 insertions(+), 1 deletion(-)
9284
9285 commit ddd6bf12f1cabaa298feed820313483b9893528c
9286 Author: Behdad Esfahbod <behdad@behdad.org>
9287 Date:   Tue Aug 18 15:55:09 2015 +0100
9288
9289     Don't declare dependency on freetype in harfbuzz.pc
9290
9291     See comments.
9292
9293  src/Makefile.am | 7 ++++++-
9294  1 file changed, 6 insertions(+), 1 deletion(-)
9295
9296 commit 2c8b3b2e5312c9858584f568b1528c57e5bb8a10
9297 Author: Behdad Esfahbod <behdad@behdad.org>
9298 Date:   Tue Aug 18 14:36:43 2015 +0100
9299
9300     [debug] Print lookup index in debug-apply output
9301
9302  src/hb-ot-layout-gpos-table.hh       | 5 ++++-
9303  src/hb-ot-layout-gsub-table.hh       | 5 ++++-
9304  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++--
9305  src/hb-ot-layout.cc                  | 3 ++-
9306  4 files changed, 15 insertions(+), 5 deletions(-)
9307
9308 commit 50ad7788eeb7160caef4ec78e65c7c630e601b06
9309 Author: Behdad Esfahbod <behdad@behdad.org>
9310 Date:   Tue Aug 18 10:22:16 2015 +0100
9311
9312     [coretext] Remove assert that kicks in on Mac OS 10.6
9313
9314     http://crbug.com/419769
9315
9316  src/hb-coretext.cc | 18 ++++++++++++++----
9317  1 file changed, 14 insertions(+), 4 deletions(-)
9318
9319 commit 2b646fa07f5f9d4d10d563a91d22a2750b5fc771
9320 Author: Behdad Esfahbod <behdad@behdad.org>
9321 Date:   Mon Aug 17 16:03:28 2015 +0200
9322
9323     Remove unused function
9324
9325  src/hb-ot-shape-complex-use.cc | 8 --------
9326  1 file changed, 8 deletions(-)
9327
9328 commit 23237b0279a04407addf33f599c45faa60f002ca
9329 Author: ThePhD <phdofthehouse@gmail.com>
9330 Date:   Fri Aug 14 01:19:08 2015 -0400
9331
9332     Last apparent boolean fix!
9333
9334  src/hb-ot-shape-complex-use.cc | 2 +-
9335  1 file changed, 1 insertion(+), 1 deletion(-)
9336
9337 commit 5c99cf93d6242803bddcac2ca8300fdec7e0f8a7
9338 Merge: 8ad89f05 539a610e
9339 Author: ThePhD <phdofthehouse@gmail.com>
9340 Date:   Fri Aug 14 01:02:00 2015 -0400
9341
9342     Merge branch 'master' into vc++-fixes
9343
9344 commit 539a610e2e72375e598ab29fd390ed9ec93816d5
9345 Author: Behdad Esfahbod <behdad@behdad.org>
9346 Date:   Tue Aug 11 12:58:49 2015 +0200
9347
9348     Add Libs.private and Requires.private to harfbuzz.pc
9349
9350     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=64501
9351
9352  configure.ac       | 12 +++++++++---
9353  src/Makefile.am    | 15 ++++++++++++---
9354  src/harfbuzz.pc.in |  2 ++
9355  3 files changed, 23 insertions(+), 6 deletions(-)
9356
9357 commit c7dfe316f8c0fc04b7976fca5e58eb46d91b4821
9358 Author: jfkthame <jfkthame@gmail.com>
9359 Date:   Fri Aug 7 17:55:03 2015 +0100
9360
9361     Don't rely on .cluster in _hb_ot_shape_normalize()
9362
9363     Fixes https://github.com/behdad/harfbuzz/pull/124
9364
9365  src/hb-ot-shape-normalize.cc | 2 +-
9366  1 file changed, 1 insertion(+), 1 deletion(-)
9367
9368 commit 9099e48e29fe5cfdf8566c8f1ba6ddc8c0799e7e
9369 Author: jfkthame <jfkthame@gmail.com>
9370 Date:   Fri Aug 7 17:51:28 2015 +0100
9371
9372     Don't rely on .cluster field in fallback_position
9373
9374     Fixes tests/cluster.
9375
9376     Fixes https://github.com/behdad/harfbuzz/pull/123
9377
9378  src/hb-ot-shape-fallback.cc | 5 ++---
9379  1 file changed, 2 insertions(+), 3 deletions(-)
9380
9381 commit f3792342f670978cdc3f8512fb5e80314ca0678d
9382 Author: Behdad Esfahbod <behdad@behdad.org>
9383 Date:   Sat Aug 8 18:02:18 2015 +0200
9384
9385     [tests] Add test for fallback positioning with cluster_level > 0
9386
9387     For https://github.com/behdad/harfbuzz/pull/123
9388     Currently fails.  Fix coming.
9389
9390  test/shaping/Makefile.am                                  |   1 +
9391  .../sha1sum/6466d38c62e73a39202435a4f73bf5d6acbb73c0.ttf  | Bin 0 ->
9392  824 bytes
9393  test/shaping/fonts/sha1sum/MANIFEST                       |   1 +
9394  test/shaping/tests/MANIFEST                               |   1 +
9395  test/shaping/tests/cluster.tests                          |   1 +
9396  5 files changed, 4 insertions(+)
9397
9398 commit bd22a5cfae24b3b9253bccaeb139e698e74cd0c3
9399 Author: Behdad Esfahbod <behdad@behdad.org>
9400 Date:   Fri Aug 7 11:13:27 2015 +0200
9401
9402     Bug 91559 - HarfBuzz 1.0.1: Inconsistent DLL files
9403     specified/created...
9404
9405     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=91559
9406
9407  src/Makefile.am | 2 +-
9408  1 file changed, 1 insertion(+), 1 deletion(-)
9409
9410 commit 02d6439f420d959183dd446abd0b0118ee1ee061
9411 Merge: 9002c27b 160f6355
9412 Author: Behdad Esfahbod <behdad@behdad.org>
9413 Date:   Mon Aug 3 22:47:18 2015 +0300
9414
9415     Merge pull request #122 from RomainNaour/static-fix
9416
9417     fix static linking with icu-uc
9418
9419 commit 160f635523d596f61e292776f638d4eb09673463
9420 Author: Romain Naour <romain.naour@openwide.fr>
9421 Date:   Wed Jul 22 23:26:23 2015 +0200
9422
9423     fix static linking with icu-uc
9424
9425     When linking test-unicode statically it needs $(ICU_LIBS)
9426     which contains all required flags.
9427     Especially -lstdc++.
9428
9429     Fixes:
9430     http://autobuild.buildroot.net/results/210/2107f9dfb39eeb6559fb4271c7af8b39aef521ca/
9431
9432     Signed-off-by: Romain Naour <romain.naour@openwide.fr>
9433
9434  test/api/Makefile.am | 2 +-
9435  1 file changed, 1 insertion(+), 1 deletion(-)
9436
9437 commit 9002c27b2f54bb5135db92045c0d770b47317577
9438 Author: Behdad Esfahbod <behdad@behdad.org>
9439 Date:   Mon Jul 27 12:17:54 2015 +0200
9440
9441     1.0.1
9442
9443  NEWS         | 9 ++++++++-
9444  configure.ac | 2 +-
9445  2 files changed, 9 insertions(+), 2 deletions(-)
9446
9447 commit f1c20e1ba5bf218df7dc3e198bdcf1f449fc9387
9448 Author: Behdad Esfahbod <behdad@behdad.org>
9449 Date:   Mon Jul 27 12:16:02 2015 +0200
9450
9451     [USE] Fix out-of-bounds static array access
9452
9453  src/hb-ot-shape-complex-use.cc | 2 +-
9454  1 file changed, 1 insertion(+), 1 deletion(-)
9455
9456 commit 260442346a5756c3538ee8fcbf157d1cddcf6f36
9457 Author: Behdad Esfahbod <behdad@behdad.org>
9458 Date:   Sun Jul 26 23:39:10 2015 +0200
9459
9460     1.0.0
9461
9462  NEWS            | 10 ++++++++++
9463  configure.ac    |  4 ++--
9464  src/Makefile.am |  2 +-
9465  3 files changed, 13 insertions(+), 3 deletions(-)
9466
9467 commit df6cb84449a473d540821e41fb5007b59644780f
9468 Merge: 2ed6be66 786ba458
9469 Author: Behdad Esfahbod <behdad@behdad.org>
9470 Date:   Sun Jul 26 19:40:55 2015 +0200
9471
9472     Merge branch 'use'
9473
9474 commit 2ed6be66703e6cc67f3a3746e197001dad3d9b74
9475 Author: Behdad Esfahbod <behdad@behdad.org>
9476 Date:   Sun Jul 26 19:29:53 2015 +0200
9477
9478     0.9.42
9479
9480  NEWS         | 12 ++++++++++++
9481  configure.ac |  2 +-
9482  2 files changed, 13 insertions(+), 1 deletion(-)
9483
9484 commit 23e56e088a721863cfdef4f027fb66eecbd77457
9485 Author: Behdad Esfahbod <behdad@behdad.org>
9486 Date:   Sat Jul 25 17:36:46 2015 +0200
9487
9488     Fix broken sentence
9489
9490  src/hb-set-private.hh | 10 +++++++++-
9491  1 file changed, 9 insertions(+), 1 deletion(-)
9492
9493 commit 91a2e5d2878a8c0b4d4500e3d52d4fbaaf1ac0d7
9494 Author: Grigori Goronzy <greg@chown.ath.cx>
9495 Date:   Wed Jul 8 23:28:11 2015 +0200
9496
9497     Update UCDN to upstream commit 8af93f30
9498
9499     This adds support for Unicode 8.0 and fixes a bug with wrong
9500     properties
9501     for ranges of codepoints.
9502
9503  src/hb-ucdn.cc               |    6 +
9504  src/hb-ucdn/ucdn.h           |    6 +
9505  src/hb-ucdn/unicodedata_db.h | 2167
9506  +++++++++++++++++++++---------------------
9507  3 files changed, 1118 insertions(+), 1061 deletions(-)
9508
9509 commit 786ba45847127b9cd4d9c0c01ae0e6c61f3a8e06
9510 Author: Behdad Esfahbod <behdad@behdad.org>
9511 Date:   Thu Jul 23 13:04:34 2015 +0100
9512
9513     [test] Encode Kharoshti text
9514
9515     Ouch!
9516
9517  .../in-tree/shaper-use/script-kharoshti/misc.txt   | 72
9518  +++++++++++-----------
9519  1 file changed, 36 insertions(+), 36 deletions(-)
9520
9521 commit b4231255032e243153a6f32cf8c93c158cb0bf6a
9522 Author: Behdad Esfahbod <behdad@behdad.org>
9523 Date:   Thu Jul 23 13:01:55 2015 +0100
9524
9525     [test] Add Batak and Buginese test texts
9526
9527  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  2 +
9528  .../texts/in-tree/shaper-use/script-batak/MANIFEST |  1 +
9529  .../texts/in-tree/shaper-use/script-batak/misc.txt |  9 +++
9530  .../in-tree/shaper-use/script-buginese/MANIFEST    |  1 +
9531  .../in-tree/shaper-use/script-buginese/misc.txt    | 70
9532  ++++++++++++++++++++++
9533  5 files changed, 83 insertions(+)
9534
9535 commit b8c159ffccad090974a2b97be0a0140fa09af132
9536 Author: Behdad Esfahbod <behdad@behdad.org>
9537 Date:   Thu Jul 23 12:59:17 2015 +0100
9538
9539     [test] Remove shaper-sea texts under shaper-use
9540
9541  test/shaping/texts/in-tree/MANIFEST                                     |
9542  1 -
9543  test/shaping/texts/in-tree/shaper-sea/MANIFEST                          |
9544  2 --
9545  test/shaping/texts/in-tree/shaper-sea/script-cham/MANIFEST              |
9546  1 -
9547  test/shaping/texts/in-tree/shaper-sea/script-tai-tham/MANIFEST          |
9548  1 -
9549  test/shaping/texts/in-tree/shaper-use/MANIFEST                          |
9550  2 ++
9551  .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/MANIFEST
9552  | 0
9553  .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/misc.txt
9554  | 0
9555  .../script-tai-tham/misc => shaper-use/script-tai-tham}/MANIFEST
9556  | 0
9557  .../script-tai-tham/misc => shaper-use/script-tai-tham}/misc.txt
9558  | 0
9559  .../script-tai-tham/misc => shaper-use/script-tai-tham}/torture.txt
9560  | 0
9561  10 files changed, 2 insertions(+), 5 deletions(-)
9562
9563 commit 67ba7320cc5545baeacfcff64cea338223b9bd6d
9564 Author: Behdad Esfahbod <behdad@behdad.org>
9565 Date:   Thu Jul 23 12:58:21 2015 +0100
9566
9567     [test] Remove New Tai Lue texts
9568
9569     New Tai Lue changed encoding to visual, boring, model.
9570
9571  test/shaping/texts/in-tree/shaper-sea/MANIFEST                         |
9572  1 -
9573  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/MANIFEST      |
9574  1 -
9575  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/MANIFEST |
9576  1 -
9577  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/misc.txt |
9578  1 -
9579  4 files changed, 4 deletions(-)
9580
9581 commit c81d957a264539dfe3252f9a94ee066c4a44edf4
9582 Author: Behdad Esfahbod <behdad@behdad.org>
9583 Date:   Thu Jul 23 12:50:48 2015 +0100
9584
9585     [test] Add tests for improved 'vert' feature
9586
9587  test/shaping/Makefile.am                                 |   1 +
9588  .../sha1sum/191826b9643e3f124d865d617ae609db6a2ce203.ttf | Bin 0 ->
9589  2140 bytes
9590  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
9591  test/shaping/tests/MANIFEST                              |   1 +
9592  test/shaping/tests/vertical.tests                        |   1 +
9593  5 files changed, 4 insertions(+)
9594
9595 commit 8a6a16dbcb1808c7ed50f9ba320384565bbf405a
9596 Author: Behdad Esfahbod <behdad@behdad.org>
9597 Date:   Thu Jul 23 12:49:09 2015 +0100
9598
9599     [test] Add recently added test
9600
9601     Ouch.
9602
9603  test/shaping/Makefile.am | 1 +
9604  1 file changed, 1 insertion(+)
9605
9606 commit 895fb31c7f0201f13df5a6866b367476bc4aab2e
9607 Author: Behdad Esfahbod <behdad@behdad.org>
9608 Date:   Thu Jul 23 12:14:03 2015 +0100
9609
9610     [test] Support additional options to hb-shape in micro-test suite
9611
9612  test/shaping/record-test.sh                        | 47
9613  ++++++++++++++++++----
9614  test/shaping/run-tests.sh                          |  9 ++++-
9615  test/shaping/tests/arabic-fallback-shaping.tests   |  2 +-
9616  test/shaping/tests/arabic-feature-order.tests      |  6 +--
9617  test/shaping/tests/context-matching.tests          |  6 +--
9618  test/shaping/tests/default-ignorables.tests        |  2 +-
9619  test/shaping/tests/hangul-jamo.tests               |  4 +-
9620  test/shaping/tests/indic-joiner-candrabindu.tests  |  4 +-
9621  test/shaping/tests/indic-old-spec.tests            |  4 +-
9622  test/shaping/tests/indic-pref-blocking.tests       |  4 +-
9623  .../tests/mongolian-variation-selector.tests       |  6 +--
9624  test/shaping/tests/zero-width-marks.tests          |  4 +-
9625  12 files changed, 67 insertions(+), 31 deletions(-)
9626
9627 commit 0f98fe88f42471eb8fb28d08d45eca9cd8303f7a
9628 Author: Behdad Esfahbod <behdad@behdad.org>
9629 Date:   Thu Jul 23 11:52:11 2015 +0100
9630
9631     [ot] Search globally for 'vert' feature if not found in specified
9632     script/lang
9633
9634     Fixes https://github.com/behdad/harfbuzz/issues/63
9635
9636  src/hb-ot-layout-private.hh |  9 +++++++++
9637  src/hb-ot-layout.cc         | 22 ++++++++++++++++++++++
9638  src/hb-ot-map-private.hh    |  7 ++++---
9639  src/hb-ot-map.cc            | 10 ++++++++++
9640  src/hb-ot-shape.cc          |  6 +++++-
9641  5 files changed, 50 insertions(+), 4 deletions(-)
9642
9643 commit f327aacfa107bbef0c823ef9c3b7dfc91316040c
9644 Author: Behdad Esfahbod <behdad@behdad.org>
9645 Date:   Thu Jul 23 11:32:59 2015 +0100
9646
9647     [ot] Minor
9648
9649  src/hb-ot-shape.cc | 11 +++--------
9650  1 file changed, 3 insertions(+), 8 deletions(-)
9651
9652 commit d78463c8016ff1852233479a1ebde30c3bb6de6e
9653 Author: Behdad Esfahbod <behdad@behdad.org>
9654 Date:   Thu Jul 23 10:11:35 2015 +0100
9655
9656     Minor debug output fix
9657
9658  src/hb-ot-layout.cc | 2 +-
9659  1 file changed, 1 insertion(+), 1 deletion(-)
9660
9661 commit d99f50bde0e8be0866385ca6886938d2023dbd4f
9662 Author: Behdad Esfahbod <behdad@behdad.org>
9663 Date:   Thu Jul 23 10:08:48 2015 +0100
9664
9665     Add missing TRACE_RETURN
9666
9667  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
9668  1 file changed, 1 insertion(+), 1 deletion(-)
9669
9670 commit 2dc8e3f470d7c0b579f867605b8bf40688bc5722
9671 Author: Behdad Esfahbod <behdad@behdad.org>
9672 Date:   Thu Jul 23 10:07:21 2015 +0100
9673
9674     [ot] Add missing return!
9675
9676  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
9677  1 file changed, 1 insertion(+), 1 deletion(-)
9678
9679 commit 582069172c39326c7f94373793c656439a4c2b59
9680 Author: Behdad Esfahbod <behdad@behdad.org>
9681 Date:   Wed Jul 22 18:44:59 2015 +0100
9682
9683     Add test case for deleting default ignorables with positioning
9684
9685  .../sha1sum/051d92f8bc6ff724511b296c27623f824de256e9.ttf | Bin 0 ->
9686  2028 bytes
9687  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
9688  test/shaping/tests/MANIFEST                              |   1 +
9689  test/shaping/tests/default-ignorables.tests              |   1 +
9690  4 files changed, 3 insertions(+)
9691
9692 commit 8cfbc304ee563ec96e402beed34b10b6c0950a6a
9693 Author: Behdad Esfahbod <behdad@behdad.org>
9694 Date:   Wed Jul 22 18:41:10 2015 +0100
9695
9696     Fix hide-default-ignorables after
9697     f0010dfd01ef4a927b0bdc175dd4e343a8637174
9698
9699     We can't delete things before hb_ot_layout_position_finish().  So,
9700     just zero the advance before it, and remove later.
9701
9702  src/hb-ot-shape.cc | 25 +++++++++++++++++++------
9703  1 file changed, 19 insertions(+), 6 deletions(-)
9704
9705 commit 2dbd3d29d6548bd96fd976606ed689fac8ad8817
9706 Author: Behdad Esfahbod <behdad@behdad.org>
9707 Date:   Wed Jul 22 18:28:39 2015 +0100
9708
9709     Fix hide-ignorables if font doesn't have space glyph
9710
9711     Was broken by 82b521aeb7cc73879b44ca4278d6fa8b4347527f, as we have
9712     positioning data by then and can't use the output buffer.  Ouch!
9713
9714  src/hb-buffer-private.hh | 18 ------------------
9715  src/hb-ot-shape.cc       | 44
9716  +++++++++++++++++++++++++++++++++++---------
9717  2 files changed, 35 insertions(+), 27 deletions(-)
9718
9719 commit 4ba796b26ee62de0d2830a550f3aa3b4aecf6f59
9720 Author: Behdad Esfahbod <behdad@behdad.org>
9721 Date:   Wed Jul 22 17:41:31 2015 +0100
9722
9723     Refactor _hb_glyph_info_is_default_ignorable()
9724
9725  src/hb-ot-layout-gsubgpos-private.hh | 3 +--
9726  src/hb-ot-layout-private.hh          | 4 +++-
9727  src/hb-ot-shape.cc                   | 9 +++------
9728  3 files changed, 7 insertions(+), 9 deletions(-)
9729
9730 commit f0010dfd01ef4a927b0bdc175dd4e343a8637174
9731 Author: Behdad Esfahbod <behdad@behdad.org>
9732 Date:   Wed Jul 22 17:36:23 2015 +0100
9733
9734     [ot] Hide default-ignorables before finishing off positioning
9735
9736     For example, fixes the following sequence with Arial XP:
9737     628 25cc 651 25cc 64e 3a 20 628 651 34f 64e
9738     628 25cc 64e 25cc 651 3a 20 628 64e 34f 651
9739
9740     Discovered as part of:
9741     https://bugs.freedesktop.org/show_bug.cgi?id=85873
9742
9743  src/hb-ot-shape.cc | 125
9744  +++++++++++++++++++++++++++--------------------------
9745  1 file changed, 63 insertions(+), 62 deletions(-)
9746
9747 commit 376d587f36b4ff10342ee6ca3bacd73532ea44c8
9748 Author: Behdad Esfahbod <behdad@behdad.org>
9749 Date:   Wed Jul 22 16:51:12 2015 +0100
9750
9751     Implement more granular cluster-merging
9752
9753     TODO: Documentation.
9754
9755     Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=71445
9756
9757  NEWS                              |  8 +++++++
9758  src/hb-buffer-private.hh          |  1 +
9759  src/hb-buffer.cc                  | 46
9760  ++++++++++++++++++++++++++++++++++-----
9761  src/hb-buffer.h                   | 12 ++++++++++
9762  src/hb-ot-shape-complex-hangul.cc | 13 +++++------
9763  src/hb-ot-shape.cc                |  7 ++++++
9764  util/options.cc                   |  1 +
9765  util/options.hh                   |  3 +++
9766  8 files changed, 77 insertions(+), 14 deletions(-)
9767
9768 commit a60e2cfa395718cde48eb81f43adc27b4a92e117
9769 Author: Behdad Esfahbod <behdad@behdad.org>
9770 Date:   Wed Jul 22 15:49:08 2015 +0100
9771
9772     [ot] Don't rely on cluster numbers for ensure_native_direction()
9773
9774  src/hb-ot-shape.cc | 19 ++++++++++++++++++-
9775  1 file changed, 18 insertions(+), 1 deletion(-)
9776
9777 commit 701112dad9f6e690b253f1e64f4e7e549f5ae65f
9778 Author: Behdad Esfahbod <behdad@behdad.org>
9779 Date:   Wed Jul 22 15:42:20 2015 +0100
9780
9781     [ot] Simplify form_clusters()
9782
9783  src/hb-buffer-private.hh |  9 ++++++++-
9784  src/hb-buffer.cc         |  7 ++-----
9785  src/hb-ot-shape.cc       | 11 +++++++++--
9786  3 files changed, 19 insertions(+), 8 deletions(-)
9787
9788 commit 7b8b63adc5e0389fc4cf2720ef7e5804ab6c29cc
9789 Author: Behdad Esfahbod <behdad@behdad.org>
9790 Date:   Wed Jul 22 15:24:26 2015 +0100
9791
9792     [ot] Don't mirror character if font doesn't support mirrored
9793     character!
9794
9795  src/hb-ot-shape.cc | 2 +-
9796  1 file changed, 1 insertion(+), 1 deletion(-)
9797
9798 commit 97d7c3a100e2673279f066540229d229aaf0df78
9799 Author: Behdad Esfahbod <behdad@behdad.org>
9800 Date:   Wed Jul 22 14:28:25 2015 +0100
9801
9802     [graphite2] Fix bunch of stuff
9803
9804     Based on patch from Martin Hosken, with review from Jonathan and I.
9805
9806  src/hb-graphite2.cc | 82
9807  +++++++++++++++++++++++++++++++++++------------------
9808  1 file changed, 54 insertions(+), 28 deletions(-)
9809
9810 commit ea7f8414e34d4b5efc7b98974637c08f75440f0e
9811 Author: Behdad Esfahbod <behdad@behdad.org>
9812 Date:   Wed Jul 22 13:53:45 2015 +0100
9813
9814     [graphite2] Enlarge buffer for output glyphs!
9815
9816  src/hb-graphite2.cc | 1 +
9817  1 file changed, 1 insertion(+)
9818
9819 commit 9cd59db1af47ff511edf251949d58b82673cf704
9820 Author: Behdad Esfahbod <behdad@behdad.org>
9821 Date:   Wed Jul 22 13:27:06 2015 +0100
9822
9823     [USE] Implement topographical features for non-Arabic-joining scripts
9824
9825     This works per-syllable as per the spec, but we think it should be per
9826     spacing/base/??? glyph instead.
9827
9828  src/hb-ot-shape-complex-use.cc | 87
9829  ++++++++++++++++++++++++++++++++++++++----
9830  1 file changed, 80 insertions(+), 7 deletions(-)
9831
9832 commit ecb0b24ef3f8177e7c789f45a2e858bd67e31be3
9833 Author: Behdad Esfahbod <behdad@behdad.org>
9834 Date:   Wed Jul 22 12:02:09 2015 +0100
9835
9836     Use foreach_cluster in Indic shaper
9837
9838  src/hb-ot-shape-complex-indic.cc | 90
9839  +++++++++-------------------------------
9840  1 file changed, 19 insertions(+), 71 deletions(-)
9841
9842 commit 56f71ff98890fc4fd13e8d9743dc34c4b9407309
9843 Author: Behdad Esfahbod <behdad@behdad.org>
9844 Date:   Wed Jul 22 11:58:11 2015 +0100
9845
9846     Use foreach_syllable in Myanmar shaper
9847
9848  src/hb-ot-shape-complex-myanmar.cc | 62
9849  ++++++++------------------------------
9850  1 file changed, 12 insertions(+), 50 deletions(-)
9851
9852 commit ac596511a8c9eeaeb455ca16b5b9c5f1b9923b3a
9853 Author: Behdad Esfahbod <behdad@behdad.org>
9854 Date:   Wed Jul 22 11:54:02 2015 +0100
9855
9856     Add foreach_syllable
9857
9858     Use it in USE.
9859
9860  src/hb-ot-layout-private.hh    |  24 ++++++++
9861  src/hb-ot-shape-complex-use.cc | 129
9862  +++++++++++++----------------------------
9863  2 files changed, 64 insertions(+), 89 deletions(-)
9864
9865 commit 8ba9e689680f7685c04cfe7c6019222bdf0c52b0
9866 Author: Behdad Esfahbod <behdad@behdad.org>
9867 Date:   Wed Jul 22 11:16:01 2015 +0100
9868
9869     [USE] Do Arabic-like shaping
9870
9871  src/hb-ot-shape-complex-use.cc | 77
9872  ++++++++++++++++++++++++++++++++++++++++--
9873  1 file changed, 75 insertions(+), 2 deletions(-)
9874
9875 commit 9daf2dfb6bd5683fd951bdf166c8b87938257e52
9876 Author: Behdad Esfahbod <behdad@behdad.org>
9877 Date:   Wed Jul 22 10:32:30 2015 +0100
9878
9879     Add hb-ot-shape-complex-arabic-private.hh
9880
9881  src/Makefile.am                           |  1 +
9882  src/hb-ot-shape-complex-arabic-private.hh | 50
9883  +++++++++++++++++++++++++++++++
9884  src/hb-ot-shape-complex-arabic.cc         | 37 +++++++++++++----------
9885  3 files changed, 73 insertions(+), 15 deletions(-)
9886
9887 commit a51a661fe1dcfdd3a274a6be6ad741c68d430c8c
9888 Author: Behdad Esfahbod <behdad@behdad.org>
9889 Date:   Tue Jul 21 18:24:21 2015 +0100
9890
9891     [USE] Only reorder the first component of a split left mark
9892
9893  src/hb-ot-shape-complex-use.cc | 5 ++++-
9894  1 file changed, 4 insertions(+), 1 deletion(-)
9895
9896 commit a08a278b15c7e57a1d0a783f2bc877471b9d8229
9897 Author: Behdad Esfahbod <behdad@behdad.org>
9898 Date:   Tue Jul 21 18:09:40 2015 +0100
9899
9900     [USE] Don't compose split matras
9901
9902     Same logic as in Indic shaper.
9903
9904  src/hb-ot-shape-complex-use.cc | 15 ++++++++++++++-
9905  1 file changed, 14 insertions(+), 1 deletion(-)
9906
9907 commit 21cb08a417f1203523191192d6a342e8cd0ea14c
9908 Author: Behdad Esfahbod <behdad@behdad.org>
9909 Date:   Tue Jul 21 17:47:06 2015 +0100
9910
9911     Remove unused SEA shaper
9912
9913  src/Makefile.am                        |   4 -
9914  src/hb-ot-shape-complex-sea-machine.rl | 102 ---------
9915  src/hb-ot-shape-complex-sea.cc         | 380
9916  ---------------------------------
9917  3 files changed, 486 deletions(-)
9918
9919 commit db1e9cdd41ff7c97c29b4d9b64b2351ed0ef0403
9920 Author: Behdad Esfahbod <behdad@behdad.org>
9921 Date:   Tue Jul 21 17:46:06 2015 +0100
9922
9923     Retire SEA shaper in favor of USE
9924
9925  src/hb-ot-shape-complex-private.hh | 25 +++----------------------
9926  1 file changed, 3 insertions(+), 22 deletions(-)
9927
9928 commit 87dde9c64753dea4017f11a7734e7528b8eecac0
9929 Author: Behdad Esfahbod <behdad@behdad.org>
9930 Date:   Tue Jul 21 17:31:43 2015 +0100
9931
9932     [USE] Only use USE shaper if script system is not DFLT
9933
9934     Same logic as Indic and SEA.
9935
9936  src/hb-ot-shape-complex-private.hh | 13 ++++++++++---
9937  1 file changed, 10 insertions(+), 3 deletions(-)
9938
9939 commit 29832d797ff2f3a96721dd44f2f03a83fb2e8dda
9940 Author: Behdad Esfahbod <behdad@behdad.org>
9941 Date:   Tue Jul 21 17:24:18 2015 +0100
9942
9943     Route misc untested scripts through USE shaper instead of Indic
9944
9945     These were never tested with Indic shaper, and indeed wouldn't
9946     work there
9947     because they didn't have their viramas and other config defined.
9948     They are
9949     all also supported by MS through USE, so route them there.
9950
9951  src/hb-ot-shape-complex-private.hh | 91
9952  +++++---------------------------------
9953  1 file changed, 11 insertions(+), 80 deletions(-)
9954
9955 commit 40c4a991c7ea18017273ff8993eecc3953869e69
9956 Author: Behdad Esfahbod <behdad@behdad.org>
9957 Date:   Tue Jul 21 17:14:54 2015 +0100
9958
9959     [USE] Implement dotted-circle
9960
9961     This makes USE feature-complete as far as the Indic-like features
9962     are concerned.
9963
9964  src/hb-ot-shape-complex-use-machine.rl | 10 ++++++++++
9965  src/hb-ot-shape-complex-use.cc         | 18 +++++++++++++++---
9966  2 files changed, 25 insertions(+), 3 deletions(-)
9967
9968 commit 7ce03ebe7c525919ce22d9094480847ff1b3c2b2
9969 Author: Behdad Esfahbod <behdad@behdad.org>
9970 Date:   Tue Jul 21 16:55:26 2015 +0100
9971
9972     [USE] Move pref
9973
9974  src/hb-ot-shape-complex-use-machine.rl |  9 +++++----
9975  src/hb-ot-shape-complex-use-private.hh |  9 +++++----
9976  src/hb-ot-shape-complex-use.cc         | 24 ++++++++++++++++++++++--
9977  3 files changed, 32 insertions(+), 10 deletions(-)
9978
9979 commit 2d4b62ead931b13f95f5dc0e5b740d997a8d1a8e
9980 Author: Behdad Esfahbod <behdad@behdad.org>
9981 Date:   Tue Jul 21 16:46:37 2015 +0100
9982
9983     [USE] Fix-up variation selectors and word joiner in table
9984
9985  src/gen-use-table.py                 |  7 ++++++-
9986  src/hb-ot-shape-complex-use-table.cc | 34
9987  +++++++++++++++++++++++-----------
9988  2 files changed, 29 insertions(+), 12 deletions(-)
9989
9990 commit ad7178227f16abc17456f122deac1508031cbbc3
9991 Author: Behdad Esfahbod <behdad@behdad.org>
9992 Date:   Tue Jul 21 16:43:27 2015 +0100
9993
9994     [USE] Use a couple warnings
9995
9996  src/gen-use-table.py                 | 20 ++++-----
9997  src/hb-ot-shape-complex-use-table.cc | 82
9998  ++++++++++++++++++------------------
9999  2 files changed, 51 insertions(+), 51 deletions(-)
10000
10001 commit a85c4da9b1750c2f994f9f85226a3e755fafe50b
10002 Author: Behdad Esfahbod <behdad@behdad.org>
10003 Date:   Tue Jul 21 16:07:10 2015 +0100
10004
10005     [USE] Move rphf
10006
10007  src/hb-ot-shape-complex-use.cc | 105
10008  ++++++++++++++---------------------------
10009  1 file changed, 35 insertions(+), 70 deletions(-)
10010
10011 commit 5b5617e0664e59770910d04d15175f643a5ffb73
10012 Author: Behdad Esfahbod <behdad@behdad.org>
10013 Date:   Tue Jul 21 15:52:15 2015 +0100
10014
10015     Add FLAG_UNSAFE()
10016
10017     Unused right now.
10018
10019  src/hb-private.hh | 1 +
10020  1 file changed, 1 insertion(+)
10021
10022 commit f8160a495966c790b79134a9f9382b6545f8c733
10023 Author: Behdad Esfahbod <behdad@behdad.org>
10024 Date:   Tue Jul 21 15:50:02 2015 +0100
10025
10026     Add FLAG_SAFE() for values known to be small-enough
10027
10028     And add check to FLAG()
10029
10030  src/hb-ot-shape-complex-arabic.cc  |  2 +-
10031  src/hb-ot-shape-complex-indic.cc   | 12 ++++++------
10032  src/hb-ot-shape-complex-myanmar.cc |  2 +-
10033  src/hb-private.hh                  |  5 +++--
10034  src/hb-unicode-private.hh          |  2 +-
10035  5 files changed, 12 insertions(+), 11 deletions(-)
10036
10037 commit 366aeaad006b230481a3c08ab4d239fb6b64fef8
10038 Author: Behdad Esfahbod <behdad@behdad.org>
10039 Date:   Tue Jul 21 15:45:48 2015 +0100
10040
10041     Add note re ASSERT_STATIC_EXPR_ZERO()
10042
10043  src/hb-private.hh | 2 ++
10044  1 file changed, 2 insertions(+)
10045
10046 commit d6adca9fbbbd6fc7c8906121b50c3930fbe2de8e
10047 Author: Behdad Esfahbod <behdad@behdad.org>
10048 Date:   Tue Jul 21 15:17:27 2015 +0100
10049
10050     Remove unused macro ASSERT_STATIC_EXPR()
10051
10052  src/hb-ot-shape-complex-arabic-win1256.hh | 4 ++--
10053  src/hb-ot-shape-complex-indic-private.hh  | 2 --
10054  src/hb-private.hh                         | 1 -
10055  3 files changed, 2 insertions(+), 5 deletions(-)
10056
10057 commit 1025e1a9e7785ac67cc90d05b02862e38b3e6026
10058 Author: Behdad Esfahbod <behdad@behdad.org>
10059 Date:   Tue Jul 21 15:05:35 2015 +0100
10060
10061     Use unsigned in FLAG()
10062
10063  src/hb-private.hh | 2 +-
10064  1 file changed, 1 insertion(+), 1 deletion(-)
10065
10066 commit cf59c7589c2b4064f4b9f4936115f830089a8ee7
10067 Author: Behdad Esfahbod <behdad@behdad.org>
10068 Date:   Tue Jul 21 14:51:45 2015 +0100
10069
10070     [USE] Use use_category() for rphf/pref memory
10071
10072  src/hb-ot-shape-complex-use.cc | 63
10073  +++++++++++++++---------------------------
10074  1 file changed, 22 insertions(+), 41 deletions(-)
10075
10076 commit 595936ec25e9c0924851bd1aa1af5eed3723b54f
10077 Author: Behdad Esfahbod <behdad@behdad.org>
10078 Date:   Tue Jul 21 14:15:35 2015 +0100
10079
10080     [USE] Hook of rphf and pref custom processing
10081
10082     Still no reordering.
10083
10084  src/hb-ot-layout-private.hh    |   8 ++
10085  src/hb-ot-shape-complex-use.cc | 181
10086  +++++++++++++++++++++++++++++++++++++++--
10087  2 files changed, 181 insertions(+), 8 deletions(-)
10088
10089 commit ba72801325e4bd58f7597938d4409762c9fa530c
10090 Author: Behdad Esfahbod <behdad@behdad.org>
10091 Date:   Tue Jul 21 11:57:23 2015 +0100
10092
10093     [USE] Add CGJ to table
10094
10095  src/gen-use-table.py                 | 13 ++++++++++---
10096  src/hb-ot-shape-complex-use-table.cc |  1 +
10097  2 files changed, 11 insertions(+), 3 deletions(-)
10098
10099 commit 4febed61edc5367543e5a206ae01d3393841b612
10100 Author: Behdad Esfahbod <behdad@behdad.org>
10101 Date:   Tue Jul 21 10:24:32 2015 +0100
10102
10103     [USE] Set up features
10104
10105  src/hb-ot-shape-complex-use.cc | 68
10106  +++++++++++++++++++++++-------------------
10107  1 file changed, 38 insertions(+), 30 deletions(-)
10108
10109 commit 52a957795697085a5d379921ddd8aa6cf2f1a99d
10110 Author: Behdad Esfahbod <behdad@behdad.org>
10111 Date:   Tue Jul 21 10:02:04 2015 +0100
10112
10113     [USE] Hook up new scripts to USE shaper
10114
10115     Don't reroute scripts that we were routing to other shapers
10116     before (just yet).
10117
10118  src/hb-ot-shape-complex-private.hh | 71
10119  ++++++++++++++++++++++++++++++++++++++
10120  1 file changed, 71 insertions(+)
10121
10122 commit b4c0829bc18b696f140a260fa2e1089d10164519
10123 Author: Behdad Esfahbod <behdad@behdad.org>
10124 Date:   Tue Jul 21 09:31:19 2015 +0100
10125
10126     [USE] Remove unused Unicode data enums from USE C++ side
10127
10128  src/hb-ot-shape-complex-use-private.hh | 66
10129  +---------------------------------
10130  src/hb-ot-shape-complex-use.cc         | 14 ++------
10131  2 files changed, 3 insertions(+), 77 deletions(-)
10132
10133 commit 44910cef626e6d03baa4d89d8fbe2c088971902d
10134 Author: Behdad Esfahbod <behdad@behdad.org>
10135 Date:   Mon Jul 20 18:01:10 2015 +0100
10136
10137     [USE] Finish converting Unicode positional categories to USE
10138
10139     Even compiles.
10140
10141  src/gen-use-table.py                 | 114 +++++-
10142  src/hb-ot-shape-complex-use-table.cc | 702
10143  ++++++++++++++++++-----------------
10144  2 files changed, 467 insertions(+), 349 deletions(-)
10145
10146 commit ad725552521273a1f571f04bc96a04221c3e067a
10147 Author: Behdad Esfahbod <behdad@behdad.org>
10148 Date:   Mon Jul 20 17:00:06 2015 +0100
10149
10150     [USE] Map from Unicode data to USE syllabic categories
10151
10152     Positional sub-categories not applied yet.
10153
10154  src/gen-use-table.py                 |  128 ++--
10155  src/hb-ot-shape-complex-use-table.cc | 1062
10156  ++++++++++++----------------------
10157  2 files changed, 409 insertions(+), 781 deletions(-)
10158
10159 commit 20e246e674155d5fb6527722fc3ef3accf2413df
10160 Author: Behdad Esfahbod <behdad@behdad.org>
10161 Date:   Mon Jul 20 15:56:19 2015 +0100
10162
10163     [USE] Start moving Unicode-to-USE mapping into Python code
10164
10165  src/Makefile.am                      |   2 +-
10166  src/gen-use-table.py                 | 176
10167  +++++++++++++++++++++++++++++++++--
10168  src/hb-ot-shape-complex-use-table.cc |   3 +-
10169  3 files changed, 169 insertions(+), 12 deletions(-)
10170
10171 commit eb74535cc2c0d0de41e54e75bdc71825ec969523
10172 Author: Behdad Esfahbod <behdad@behdad.org>
10173 Date:   Mon Jul 20 15:33:25 2015 +0100
10174
10175     [USE] Fix Number clusters
10176
10177     The spec wrongly has "H" where "HN" is meant.
10178
10179  src/hb-ot-shape-complex-use-machine.rl | 4 ++--
10180  1 file changed, 2 insertions(+), 2 deletions(-)
10181
10182 commit a9663958fe861950b6f389b389f146232b2cd909
10183 Author: Behdad Esfahbod <behdad@behdad.org>
10184 Date:   Mon Jul 20 14:24:55 2015 +0100
10185
10186     [USE] Start putting together the shaper body
10187
10188  src/hb-ot-shape-complex-use-private.hh |   2 +-
10189  src/hb-ot-shape-complex-use.cc         | 339
10190  +++++++++++++++++++++++++++++++++
10191  2 files changed, 340 insertions(+), 1 deletion(-)
10192
10193 commit e0eabd7f67462ac34fbfc749d897be478fbd1224
10194 Author: Behdad Esfahbod <behdad@behdad.org>
10195 Date:   Mon Jul 20 13:30:51 2015 +0100
10196
10197     [USE] Put a Ragel machine together
10198
10199     Grammar from the spec!
10200
10201  src/hb-ot-shape-complex-use-machine.rl | 169
10202  +++++++++++++++++++++++++++++++++
10203  src/hb-ot-shape-complex-use-private.hh | 160
10204  +++++++++++++++++++++++++++++++
10205  2 files changed, 329 insertions(+)
10206
10207 commit fd74b939b176f47d34d34b3d33e2a09d255c2d9e
10208 Author: Behdad Esfahbod <behdad@behdad.org>
10209 Date:   Mon Jul 20 13:30:45 2015 +0100
10210
10211     Minor
10212
10213  src/Makefile.am | 2 +-
10214  1 file changed, 1 insertion(+), 1 deletion(-)
10215
10216 commit 5e5c8560cca3cb9c6be90c7c18ecb77d5cca0c0f
10217 Author: Behdad Esfahbod <behdad@behdad.org>
10218 Date:   Mon Jul 20 12:01:20 2015 +0100
10219
10220     [USE] Minor optimization of USE table
10221
10222  src/gen-use-table.py                 |  2 +-
10223  src/hb-ot-shape-complex-use-table.cc | 30 ++++++++++++------------------
10224  2 files changed, 13 insertions(+), 19 deletions(-)
10225
10226 commit 14b12f92a9ef7db57c5252ef0442239319ce4bca
10227 Author: Behdad Esfahbod <behdad@behdad.org>
10228 Date:   Mon Jul 20 11:57:44 2015 +0100
10229
10230     [USE] Add Kharoshti test data from Unicode proposal
10231
10232  test/shaping/texts/in-tree/MANIFEST                |  1 +
10233  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  1 +
10234  .../in-tree/shaper-use/script-kharoshti/MANIFEST   |  1 +
10235  .../in-tree/shaper-use/script-kharoshti/misc.txt   | 36
10236  ++++++++++++++++++++++
10237  4 files changed, 39 insertions(+)
10238
10239 commit c48ff288522f33dc6c78520de0a0a74306630895
10240 Author: Behdad Esfahbod <behdad@behdad.org>
10241 Date:   Mon Jul 20 11:46:17 2015 +0100
10242
10243     [USE] Build Universal Shaping Engine data table from Unicode 8 files
10244
10245  src/gen-use-table.py                 |   35 +-
10246  src/hb-ot-shape-complex-use-table.cc | 1016
10247  ++++++++++++++++++++++++++++++++++
10248  2 files changed, 1032 insertions(+), 19 deletions(-)
10249
10250 commit e2c95116e1423f83a692d6170553d0cc95733d24
10251 Author: Behdad Esfahbod <behdad@behdad.org>
10252 Date:   Mon Jul 20 11:32:48 2015 +0100
10253
10254     [USE] Add Universal Shaping Engine to Makefile
10255
10256  src/Makefile.am                        |  23 +++-
10257  src/gen-use-table.py                   | 237
10258  +++++++++++++++++++++++++++++++++
10259  src/hb-ot-shape-complex-use-machine.rl |   0
10260  src/hb-ot-shape-complex-use-private.hh |   0
10261  src/hb-ot-shape-complex-use-table.cc   |   0
10262  src/hb-ot-shape-complex-use.cc         |   0
10263  6 files changed, 254 insertions(+), 6 deletions(-)
10264
10265 commit 41a29af8053782e3a9c6a96a394bd76ef6d42099
10266 Author: Behdad Esfahbod <behdad@behdad.org>
10267 Date:   Wed Jul 15 01:39:57 2015 +0100
10268
10269     Update Arabic shaping table for Unicode 8.0
10270
10271  src/hb-ot-shape-complex-arabic-table.hh | 26 +++++++++++++-------------
10272  1 file changed, 13 insertions(+), 13 deletions(-)
10273
10274 commit 64a2726e2c6efce4379a7609024ec21eb4b5e4dc
10275 Author: Behdad Esfahbod <behdad@behdad.org>
10276 Date:   Wed Jul 15 01:36:39 2015 +0100
10277
10278     Add Unicode 8.0 scripts
10279
10280     Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1183209
10281
10282  src/hb-common.cc | 3 +++
10283  src/hb-common.h  | 7 +++++++
10284  2 files changed, 10 insertions(+)
10285
10286 commit 9ae156b76820d9079bae062e7e38c34a386d9bd2
10287 Author: Behdad Esfahbod <behdad@behdad.org>
10288 Date:   Sun Jul 5 22:43:17 2015 +0100
10289
10290     Fix pragma usage
10291
10292     https://bugs.freedesktop.org/show_bug.cgi?id=91228
10293
10294     Commit cdcdfe61b97a0a48ccf834b6d924d187da9609be changed two `#pragma
10295     message` to `#pragma error` in hb-unicode.cc, however MSVC uses
10296     #error,
10297     just like the #else branch. `#pragma error` is an unknown pragma so
10298     MSVC does not fail the build because of it, which I believe was the
10299     intention of that commit.
10300
10301     If it's meant to be an #error, then the #ifdef for _MSC_VER can be
10302     removed entirely.
10303
10304  src/hb-unicode.cc |  5 -----
10305  src/hb-warning.cc | 10 ----------
10306  2 files changed, 15 deletions(-)
10307
10308 commit 8ad89f057d737ccbc6f411e9ebcf11b8130a50bb
10309 Author: ThePhD <phdofthehouse@gmail.com>
10310 Date:   Tue Jun 23 09:09:24 2015 -0400
10311
10312     Spelling words is not my strong point.
10313
10314  src/hb-private.hh | 2 +-
10315  1 file changed, 1 insertion(+), 1 deletion(-)
10316
10317 commit e0a828ecbd708757d67977f7e92a6f4c1b0b92fd
10318 Author: ThePhD <phdofthehouse@gmail.com>
10319 Date:   Tue Jun 23 09:07:17 2015 -0400
10320
10321     Back to using regular `strdup`, with an `hb-private.hh` fix that
10322     special-cases VC++'s
10323     definition and usage of the words
10324
10325  src/hb-common.cc  | 2 +-
10326  src/hb-private.hh | 3 +++
10327  2 files changed, 4 insertions(+), 1 deletion(-)
10328
10329 commit 8e545d59610211261e684c10158b9e5df6fae24d
10330 Author: ThePhD <phdofthehouse@gmail.com>
10331 Date:   Mon Jun 22 22:29:04 2015 -0400
10332
10333     Fix all VC++ warnings and errors in the current commit's builds.
10334
10335  src/hb-common.cc                  | 4 ++--
10336  src/hb-fallback-shape.cc          | 2 +-
10337  src/hb-ot-layout.cc               | 2 +-
10338  src/hb-ot-map.cc                  | 2 +-
10339  src/hb-ot-shape-complex-hangul.cc | 2 +-
10340  src/hb-ot-shape-complex-hebrew.cc | 2 +-
10341  src/hb-ot-shape-complex-indic.cc  | 4 ++--
10342  src/hb-ot-shape-normalize.cc      | 6 +++---
10343  src/hb-ot-shape.cc                | 2 +-
10344  9 files changed, 13 insertions(+), 13 deletions(-)
10345
10346 commit 5f13bbd9d4b0970851626e2ce3cf4ecb3cfde801
10347 Author: Behdad Esfahbod <behdad@behdad.org>
10348 Date:   Fri Jun 19 13:31:49 2015 -0700
10349
10350     When removing default-ignorables, merge clusters
10351
10352     Fixes test-shape, and:
10353     https://code.google.com/p/chromium/issues/detail?id=497578
10354
10355  src/hb-buffer-private.hh |  2 ++
10356  src/hb-buffer.cc         | 36 ++++++++++++++++++++++++++++++++++--
10357  src/hb-ot-shape.cc       |  2 +-
10358  3 files changed, 37 insertions(+), 3 deletions(-)
10359
10360 commit 82b521aeb7cc73879b44ca4278d6fa8b4347527f
10361 Author: Behdad Esfahbod <behdad@behdad.org>
10362 Date:   Fri Jun 19 11:57:57 2015 -0700
10363
10364     Rewrite hide_default_ignorables
10365
10366     Separate the loops for the two cases of replacing with space
10367     and deleting.  For deleting, use the out-buffer machinery.
10368
10369     Needed for upcoming cluster merge fix.
10370
10371  src/hb-buffer-private.hh | 18 ++++++++++++++
10372  src/hb-ot-shape.cc       | 65
10373  +++++++++++++++++++++++++++++-------------------
10374  2 files changed, 57 insertions(+), 26 deletions(-)
10375
10376 commit b3a2f6afbac1956b65f29a17b9dc896e86135329
10377 Author: Behdad Esfahbod <behdad@behdad.org>
10378 Date:   Thu Jun 18 17:15:33 2015 -0700
10379
10380     [test] Add test for cluster merging
10381
10382     Based on test from
10383     https://code.google.com/p/chromium/issues/detail?id=497578
10384
10385     Currently fails.  Basically, if there's a default_ignorable at the
10386     start of text, and font has no space glyph, we remove the
10387     default_ignorable,
10388     and that makes the first char in text to correspond to no cluster.
10389
10390     Fix coming.
10391
10392  test/api/test-shape.c | 43 +++++++++++++++++++++++++++++++++++++++++++
10393  1 file changed, 43 insertions(+)
10394
10395 commit a6446d44e6d04e1eeea994682e29f9cb6265f7f6
10396 Author: Behdad Esfahbod <behdad@behdad.org>
10397 Date:   Thu Jun 18 11:14:56 2015 -0700
10398
10399     0.9.41
10400
10401  NEWS         | 10 ++++++++++
10402  configure.ac |  2 +-
10403  2 files changed, 11 insertions(+), 1 deletion(-)
10404
10405 commit cd042fc8c4a3984c3647cd22a27c34f00636f6e8
10406 Author: Behdad Esfahbod <behdad@behdad.org>
10407 Date:   Thu Jun 18 10:55:13 2015 -0700
10408
10409     [util] Disable hb-fc-list for now
10410
10411     Until I figure out what to do about the API, and finalize
10412     the tool.
10413
10414  util/Makefile.am | 28 ++++++++++++++--------------
10415  1 file changed, 14 insertions(+), 14 deletions(-)
10416
10417 commit 351f68f4e01a107f62e4eb3458d7c7ae379939fb
10418 Author: Behdad Esfahbod <behdad@behdad.org>
10419 Date:   Fri Jun 12 17:46:06 2015 -0700
10420
10421     [bindings] Fix hb_language_get_default() and hb_ot_tag_to_language()
10422
10423     Part of https://github.com/behdad/harfbuzz/issues/91
10424
10425  src/hb-common.cc | 2 +-
10426  src/hb-ot-tag.cc | 9 +++++++++
10427  2 files changed, 10 insertions(+), 1 deletion(-)
10428
10429 commit f0c80060763475aa34a18ecbef600b6811855cb6
10430 Author: Behdad Esfahbod <behdad@behdad.org>
10431 Date:   Fri Jun 12 17:37:41 2015 -0700
10432
10433     [TravisCI] Hook up Coverity
10434
10435     First try...
10436
10437  .travis.yml | 13 +++++++++++++
10438  1 file changed, 13 insertions(+)
10439
10440 commit 8ac446908ca75bea989414a0f551a6da8885bf52
10441 Author: Behdad Esfahbod <behdad@behdad.org>
10442 Date:   Fri Jun 12 17:29:05 2015 -0700
10443
10444     Add Coverity Scan badge
10445
10446  README | 1 +
10447  1 file changed, 1 insertion(+)
10448
10449 commit a5e4f6d6088f6ed37fb1d68d3682b8eb4c9b46fe
10450 Author: Behdad Esfahbod <behdad@behdad.org>
10451 Date:   Wed Jun 10 10:57:46 2015 -0700
10452
10453     Fix warnings: "member call on null pointer of type"
10454
10455     https://bugzilla.mozilla.org/show_bug.cgi?id=1167119
10456
10457  src/hb-private.hh | 4 ++--
10458  1 file changed, 2 insertions(+), 2 deletions(-)
10459
10460 commit 16dac7eccf04bb357e95a8e4c18c8418dcfb4030
10461 Author: Behdad Esfahbod <behdad@behdad.org>
10462 Date:   Wed Jun 3 12:07:46 2015 -0700
10463
10464     Fix build
10465
10466  util/options.cc | 2 +-
10467  1 file changed, 1 insertion(+), 1 deletion(-)
10468
10469 commit 8dacb7f8b46c70f22b70c78e0a8efc3309137650
10470 Author: Behdad Esfahbod <behdad@behdad.org>
10471 Date:   Wed Jun 3 11:53:42 2015 -0700
10472
10473     Add include check to hb-ot-font.h
10474
10475  src/hb-ot-font.h | 4 ++++
10476  1 file changed, 4 insertions(+)
10477
10478 commit 37c8daf724add4a41a06385e571277d137dc2a2f
10479 Merge: f1b44303 01c3a885
10480 Author: Behdad Esfahbod <behdad@behdad.org>
10481 Date:   Mon Jun 1 13:27:37 2015 -0700
10482
10483     Merge pull request #111 from brawer/since
10484
10485     Fix "Since:" tags
10486
10487 commit 01c3a88543850c87483fd8671044df53b368c520
10488 Author: Sascha Brawer <sascha@brawer.ch>
10489 Date:   Mon Jun 1 13:22:01 2015 +0200
10490
10491     Fix "Since:" tags
10492
10493     Based on data from http://upstream-tracker.org/versions/harfbuzz.html
10494     Resolves #103
10495
10496  src/hb-buffer.cc         | 32 +++++++++++++++++------------
10497  src/hb-common.cc         |  4 ++--
10498  src/hb-face.cc           | 12 +++++------
10499  src/hb-font.cc           | 14 ++++++-------
10500  src/hb-font.h            |  4 ++--
10501  src/hb-ft.cc             |  4 ++--
10502  src/hb-glib.cc           |  3 +++
10503  src/hb-gobject-structs.h | 18 +++++++++++++++++
10504  src/hb-ot-font.cc        |  3 +++
10505  src/hb-ot-layout.cc      | 30 ++++++++++++++++++++++++++++
10506  src/hb-ot-shape.cc       |  6 ++++++
10507  src/hb-set.cc            | 52
10508  ++++++++++++++++++++++++------------------------
10509  src/hb-shape-plan.cc     | 18 ++++++++---------
10510  src/hb-shape.cc          |  8 ++++----
10511  src/hb-unicode.cc        |  6 +++---
10512  src/hb-unicode.h         | 31 ++++++++++++++++++++++++++---
10513  16 files changed, 168 insertions(+), 77 deletions(-)
10514
10515 commit f1b44303df0712b433e35e1e1e75115c353b279e
10516 Author: Behdad Esfahbod <behdad@behdad.org>
10517 Date:   Thu May 21 14:00:15 2015 -0700
10518
10519     Fix unary minus operator applied to unsigned int
10520
10521     Applying unary minus operator to unsigned int causes the following
10522     warning on MSVS:
10523
10524       warning C4146: unary minus operator applied to unsigned type,
10525       result still unsigned
10526
10527     Based on patch from Koji Ishi.
10528
10529     Fixes https://github.com/behdad/harfbuzz/pull/110
10530
10531  src/hb-ot-font.cc | 2 +-
10532  1 file changed, 1 insertion(+), 1 deletion(-)
10533
10534 commit 1ae6cdb365c15405500d4f50ec98016dde23a26b
10535 Author: Behdad Esfahbod <behdad@behdad.org>
10536 Date:   Tue May 19 17:42:30 2015 -0700
10537
10538     [gobject] Remove hb_language_t workarounds for g-i shortcomings
10539
10540     Using latest gobject-introspection, I don't seem to be having this
10541     problem anymore:
10542
10543       https://bugzilla.gnome.org/show_bug.cgi?id=707656
10544
10545     Removing that kludge makes language_t behave more like the way I
10546     expect it
10547     in Python.
10548
10549     Also fixes:
10550     https://github.com/behdad/harfbuzz/issues/91
10551
10552  src/hb-gobject-structs.cc | 1 -
10553  src/hb-gobject-structs.h  | 8 --------
10554  2 files changed, 9 deletions(-)
10555
10556 commit ece434fa0fec6754e5164d881c1e967376729eca
10557 Author: Behdad Esfahbod <behdad@behdad.org>
10558 Date:   Tue May 19 17:20:58 2015 -0700
10559
10560     [gobject] Macroize value types
10561
10562     Fixes user_data_t
10563
10564  src/hb-gobject-structs.cc | 73
10565  +++++++++++------------------------------------
10566  1 file changed, 17 insertions(+), 56 deletions(-)
10567
10568 commit 9df099b4837df722e738675af318efcc9ac39a78
10569 Author: Behdad Esfahbod <behdad@behdad.org>
10570 Date:   Mon May 18 18:37:06 2015 -0700
10571
10572     [ft] Don't set *glyph in get_glyph() if glyph not found
10573
10574  src/hb-ft.cc | 16 ++++++++++------
10575  1 file changed, 10 insertions(+), 6 deletions(-)
10576
10577 commit ff0f210519bcb0e44d4b986f7eef2004383cd344
10578 Author: Behdad Esfahbod <behdad@behdad.org>
10579 Date:   Mon May 18 14:16:28 2015 -0700
10580
10581     [util] Minor
10582
10583  util/ansi-print.cc | 26 +++++++++++++-------------
10584  1 file changed, 13 insertions(+), 13 deletions(-)
10585
10586 commit fbecde3d5c5c6d5af315140e4966dc850388ad63
10587 Merge: 58015215 74139f98
10588 Author: Behdad Esfahbod <behdad@behdad.org>
10589 Date:   Thu May 7 10:46:42 2015 -0700
10590
10591     Merge pull request #105 from ebraminio/master
10592
10593     Fix Travis CI config to pass again
10594
10595 commit 74139f9839f69ea3e7a1d17627f52fea6c06d58a
10596 Author: Ebrahim Byagowi <ebrahim@gnu.org>
10597 Date:   Thu May 7 13:09:32 2015 +0000
10598
10599     Fix Travis CI config to pass again
10600
10601  .travis.yml | 2 +-
10602  1 file changed, 1 insertion(+), 1 deletion(-)
10603
10604 commit 58015215321a76d68df8e0d51039904a67291108
10605 Author: Behdad Esfahbod <behdad@behdad.org>
10606 Date:   Wed May 6 00:40:31 2015 -0700
10607
10608     Add note re OpenType 1.7 language tags
10609
10610  src/hb-ot-tag.cc | 15 ++++++++++-----
10611  1 file changed, 10 insertions(+), 5 deletions(-)
10612
10613 commit f6266ad291d7686d5e110255ace5f2ff9e70bf38
10614 Author: Roozbeh Pournader <roozbeh@google.com>
10615 Date:   Tue May 5 22:31:19 2015 -0700
10616
10617     [minor] Remove comment about Navajo OpenType code.
10618
10619     Apparently the code is already standardized:
10620     https://www.microsoft.com/typography/otspec/languagetags.htm
10621
10622  src/hb-ot-tag.cc | 2 +-
10623  1 file changed, 1 insertion(+), 1 deletion(-)
10624
10625 commit 42b00118eae46a5183e885e89e0856f41361f57e
10626 Merge: c60f3c8e cfeb0562
10627 Author: Behdad Esfahbod <behdad@behdad.org>
10628 Date:   Tue May 5 14:49:47 2015 -0700
10629
10630     Merge pull request #102 from roozbehp/master
10631
10632     Add OpenType language tag 'NAV ' for Navajo.
10633
10634 commit c60f3c8e1156fe7328d42851013cca97333c3bf7
10635 Author: Behdad Esfahbod <behdad@behdad.org>
10636 Date:   Mon May 4 23:10:32 2015 -0700
10637
10638     [README.python] Add package name for gobject-introspection on Ubuntu
10639
10640  README.python | 8 ++++++--
10641  1 file changed, 6 insertions(+), 2 deletions(-)
10642
10643 commit 82010a4bdb32248deb1337a3357dfae5b203c48d
10644 Author: Behdad Esfahbod <behdad@behdad.org>
10645 Date:   Mon May 4 23:09:51 2015 -0700
10646
10647     [travis] Comment out gobject-introspection again
10648
10649     Apparently the version on Travis is 1.32.0, while we require 1.34.0.
10650
10651  .travis.yml | 4 ++--
10652  1 file changed, 2 insertions(+), 2 deletions(-)
10653
10654 commit 8a254bdd29a99eb91b37e9e540179a1a01f77605
10655 Author: Behdad Esfahbod <behdad@behdad.org>
10656 Date:   Mon May 4 19:22:11 2015 -0700
10657
10658     [travis] Build with introspection enabled
10659
10660  .travis.yml | 3 ++-
10661  1 file changed, 2 insertions(+), 1 deletion(-)
10662
10663 commit be66ec5373634234f221ace9cfed45d76b87f20e
10664 Author: Behdad Esfahbod <behdad@behdad.org>
10665 Date:   Thu Apr 30 18:27:13 2015 -0400
10666
10667     Use TRUE/FALSE instead of true/false in docs
10668
10669  src/hb-shape.cc | 6 +++---
10670  1 file changed, 3 insertions(+), 3 deletions(-)
10671
10672 commit d055e1fc781c123f38d321846937965ef794257e
10673 Author: Khaled Hosny <khaledhosny@eglug.org>
10674 Date:   Wed Jan 8 02:28:55 2014 +0200
10675
10676     Some attempt into initial hb-shape documentation
10677
10678     Very anaemic, needs to descripe the format understood by
10679     hb_feature_from_string() etc., but it is just start.
10680
10681  src/hb-shape.cc | 70
10682  ++++++++++++++++++++++++++++++++++++++-------------------
10683  src/hb-shape.h  |  3 ---
10684  2 files changed, 47 insertions(+), 26 deletions(-)
10685
10686 commit 81bedda58cfc15f1987aa1952290cf9d87b4d074
10687 Author: Behdad Esfahbod <behdad@behdad.org>
10688 Date:   Thu Apr 30 13:04:16 2015 -0400
10689
10690     New API: hb_buffer_reverse_range()
10691
10692  src/hb-buffer.cc | 17 +++++++++++++++++
10693  src/hb-buffer.h  |  4 ++++
10694  2 files changed, 21 insertions(+)
10695
10696 commit cfeb0562ebd8804dad731625153549eafeb78213
10697 Author: Roozbeh Pournader <roozbeh@google.com>
10698 Date:   Wed Apr 29 09:32:42 2015 -0700
10699
10700     Add OpenType language tag 'NAV ' for Navajo.
10701
10702     The code is not standardized yet, but is used in some Google fonts.
10703
10704  src/hb-ot-tag.cc | 1 +
10705  1 file changed, 1 insertion(+)
10706
10707 commit f724cc351640ee075a9867ef42df32cf5e0ef3b7
10708 Author: Jonathan Kew <jfkthame@gmail.com>
10709 Date:   Thu Apr 23 12:45:02 2015 +0100
10710
10711     Don't apply Arabic shaping to vertical text.
10712
10713  src/hb-ot-shape-complex-private.hh | 9 ++++++---
10714  1 file changed, 6 insertions(+), 3 deletions(-)
10715
10716 commit 97942420bbee1bc6953d5f805621066301fa17ca
10717 Author: Behdad Esfahbod <behdad@behdad.org>
10718 Date:   Thu Apr 23 18:56:24 2015 -0700
10719
10720     Update check-libstdc++ for clang
10721
10722  src/check-libstdc++.sh | 6 +++---
10723  1 file changed, 3 insertions(+), 3 deletions(-)
10724
10725 commit 8f0a4d67143ccdef0b5a6ac99fb9b680c3a2f69c
10726 Author: Behdad Esfahbod <behdad@behdad.org>
10727 Date:   Thu Apr 23 14:32:33 2015 -0700
10728
10729     [test] Ignor 'n' and 'i' in hb-unicode-encode
10730
10731     Allows accepting uniXXXX format.
10732
10733  test/shaping/hb_test_tools.py | 2 +-
10734  1 file changed, 1 insertion(+), 1 deletion(-)
10735
10736 commit 39851ce84efd30f6d0570324ff8f3808a01b813b
10737 Author: Behdad Esfahbod <behdad@behdad.org>
10738 Date:   Tue Apr 21 19:23:27 2015 -0700
10739
10740     [coretext] Oops; fix issue number for previous commit
10741
10742  src/hb-coretext.cc | 2 +-
10743  1 file changed, 1 insertion(+), 1 deletion(-)
10744
10745 commit 24f17afeafd40ff77177ed42c9007a0f34fcbb78
10746 Author: Behdad Esfahbod <behdad@behdad.org>
10747 Date:   Tue Apr 21 19:21:32 2015 -0700
10748
10749     [coretext] Fix positioning with trailing whitespace
10750
10751     Fixes https://code.google.com/p/chromium/issues/detail?id=476913
10752
10753  src/hb-coretext.cc | 11 +++++++++++
10754  1 file changed, 11 insertions(+)
10755
10756 commit dba482fc4458776ffebdeb2d34b970b4223fa8fd
10757 Author: Behdad Esfahbod <behdad@behdad.org>
10758 Date:   Fri Apr 17 13:08:08 2015 -0700
10759
10760     [ot-font] Accept MS Symbol cmap if nothing else found
10761
10762  src/hb-ot-font.cc | 1 +
10763  1 file changed, 1 insertion(+)
10764
10765 commit 3029e8b59d1667dc6a53355be89a2b55d7089b88
10766 Author: Behdad Esfahbod <behdad@behdad.org>
10767 Date:   Tue Apr 14 13:32:22 2015 -0700
10768
10769     Revert "Add MSVC pragma for UTF-8 source code"
10770
10771     This reverts commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59.
10772
10773     See discussion:
10774     https://bugzilla.gnome.org/show_bug.cgi?id=747772
10775
10776  src/hb-private.hh | 1 -
10777  1 file changed, 1 deletion(-)
10778
10779 commit 820505a186ff60e4bae9d717fe4d7ab2390e6fef
10780 Author: Behdad Esfahbod <behdad@behdad.org>
10781 Date:   Mon Apr 13 23:51:45 2015 -0700
10782
10783     Whitespace
10784
10785  util/options.cc | 18 +++++++++++-------
10786  1 file changed, 11 insertions(+), 7 deletions(-)
10787
10788 commit 76d57331117be8e0c2d4a2aee8341969b62b6888
10789 Merge: 89cbd4d9 9ee176ee
10790 Author: Behdad Esfahbod <behdad@behdad.org>
10791 Date:   Mon Apr 13 23:40:35 2015 -0700
10792
10793     Merge pull request #86 from cpfair/hb-shape-output-help-improvement
10794
10795     Improve hb-shape/hb-view's help text w.r.t. output options
10796
10797 commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59
10798 Author: Behdad Esfahbod <behdad@behdad.org>
10799 Date:   Mon Apr 13 12:27:08 2015 -0700
10800
10801     Add MSVC pragma for UTF-8 source code
10802
10803     Not sure we have any right now; motivated by this:
10804     https://bugzilla.gnome.org/show_bug.cgi?id=747772
10805
10806  src/hb-private.hh | 1 +
10807  1 file changed, 1 insertion(+)
10808
10809 commit 713f99ff6138b4149d9fd382f9af3ace01ee0da5
10810 Merge: 1086f21e 22524a51
10811 Author: Behdad Esfahbod <behdad@behdad.org>
10812 Date:   Fri Apr 10 14:34:05 2015 -0700
10813
10814     Merge pull request #99 from khaledhosny/introspection-fixes2
10815
10816     More ntrospection fixes
10817
10818 commit 22524a514f6609a2bc009b6035f6b5b932c719c7
10819 Author: Khaled Hosny <khaledhosny@eglug.org>
10820 Date:   Fri Apr 10 18:14:45 2015 +0200
10821
10822     [bindings] Fix hb_buffer_get_segment_properties
10823
10824     Annotate the output parameter.
10825
10826  src/hb-buffer.cc | 2 +-
10827  1 file changed, 1 insertion(+), 1 deletion(-)
10828
10829 commit 1086f21e546e2435d9da6024fd6afa7a36ba3707
10830 Merge: 125cb083 fe97b65a
10831 Author: Behdad Esfahbod <behdad@behdad.org>
10832 Date:   Fri Apr 10 12:21:04 2015 -0700
10833
10834     Merge branch 'hb-fc'
10835
10836 commit 125cb08345a7f27e565329d37093b1a60a41a403
10837 Merge: e8fd8393 855a5d7c
10838 Author: Behdad Esfahbod <behdad@behdad.org>
10839 Date:   Fri Apr 10 12:19:57 2015 -0700
10840
10841     Merge pull request #98 from KonstantinRitt/WEC2013
10842
10843     Fix build on WEC2013
10844
10845 commit 04f89e8f7dfdb882e8c98afb613cba3f1d02ed7d
10846 Author: Khaled Hosny <khaledhosny@eglug.org>
10847 Date:   Fri Apr 10 17:49:01 2015 +0200
10848
10849     [bindings] Fix ownership of returned hb_language_t
10850
10851     It should not be freed by the caller.
10852
10853  src/hb-buffer.cc | 2 +-
10854  src/hb-common.cc | 2 +-
10855  2 files changed, 2 insertions(+), 2 deletions(-)
10856
10857 commit 855a5d7cb8f585bf66dd18cb480b8c3feef62480
10858 Author: Konstantin Ritt <ritt.ks@gmail.com>
10859 Date:   Fri Apr 10 17:18:01 2015 +0400
10860
10861     Fix build on WEC2013
10862
10863     Based on patch from Björn Breitmeyer
10864
10865  src/hb-private.hh | 4 +++-
10866  1 file changed, 3 insertions(+), 1 deletion(-)
10867
10868 commit fe97b65a54a416229e28b1c931e5e01ca19f31d3
10869 Author: Behdad Esfahbod <behdad@behdad.org>
10870 Date:   Wed Aug 6 16:49:51 2014 -0400
10871
10872     [utils] Add hb-fc-list
10873
10874     This is a tool that lists all fonts that can render a given string.
10875     It uses hb_shape() to do so, and as such is aware of HarfBuzz's
10876     normalizer.
10877
10878  configure.ac      |  19 +++++
10879  util/Makefile.am  |  15 ++++
10880  util/hb-fc-list.c | 222
10881  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
10882  util/hb-fc.cc     | 149 ++++++++++++++++++++++++++++++++++++
10883  util/hb-fc.h      |  46 +++++++++++
10884  5 files changed, 451 insertions(+)
10885
10886 commit eb0bf3ae6688b7e98a706df2ad2714c071d77e22
10887 Author: Behdad Esfahbod <behdad@behdad.org>
10888 Date:   Wed Aug 6 15:36:41 2014 -0400
10889
10890     Relax inert checks
10891
10892     Previously, when creating an object from inert inputs (eg:
10893     "hb_font_create(hb_face_get_empty())") we returned the inert
10894     empty object.  This is not helpful as there are legitimate
10895     usecases to do that.
10896
10897     We now never return the inert object unless allocation failed.
10898
10899     Tests are revised to reflect.
10900
10901  src/hb-face.cc         |  4 ++--
10902  src/hb-font.cc         |  4 +---
10903  src/hb-shape-plan.cc   |  7 +++++--
10904  test/api/test-font.c   | 10 +++++-----
10905  test/api/test-object.c | 34 +++++++++++++++++-----------------
10906  5 files changed, 30 insertions(+), 29 deletions(-)
10907
10908 commit e8fd83932a75cfbaa4638a757868915ebfac3c1f
10909 Author: Behdad Esfahbod <behdad@behdad.org>
10910 Date:   Thu Apr 9 15:52:26 2015 -0700
10911
10912     [util/hb-view] Fix rendering with all combinations of negative scales
10913
10914  util/view-cairo.cc | 90
10915  ++++++++++++++++++++++++++++--------------------------
10916  util/view-cairo.hh |  2 --
10917  2 files changed, 47 insertions(+), 45 deletions(-)
10918
10919 commit 69d5af93169ea2d87276b65d43c889a359d5d81e
10920 Author: Behdad Esfahbod <behdad@behdad.org>
10921 Date:   Thu Apr 9 15:17:16 2015 -0700
10922
10923     [util] Minor
10924
10925  util/view-cairo.cc | 6 ++----
10926  1 file changed, 2 insertions(+), 4 deletions(-)
10927
10928 commit a664810e38b479e05ea32cac263cb5730629f9d8
10929 Author: Behdad Esfahbod <behdad@behdad.org>
10930 Date:   Thu Apr 9 15:04:42 2015 -0700
10931
10932     [util] Accept comma as well as space when separating components
10933     of args
10934
10935     Applies to --font-size and --margin.
10936
10937     Hopefully the scanf usage here doesn't have compatibility issues
10938     (star being counted in the return value, etc).
10939
10940  util/options.cc | 4 ++--
10941  1 file changed, 2 insertions(+), 2 deletions(-)
10942
10943 commit 9c974360febcfd67247107352425fe8590d9d452
10944 Author: Behdad Esfahbod <behdad@behdad.org>
10945 Date:   Thu Apr 9 12:04:14 2015 -0700
10946
10947     Minor rename
10948
10949  src/hb-atomic-private.hh | 10 +++++-----
10950  1 file changed, 5 insertions(+), 5 deletions(-)
10951
10952 commit f3b170bdd970e31e9dbfed94c07c3cda41269aed
10953 Author: Behdad Esfahbod <behdad@behdad.org>
10954 Date:   Wed Apr 8 16:26:24 2015 -0700
10955
10956     Minor
10957
10958  src/hb-common.cc | 2 +-
10959  1 file changed, 1 insertion(+), 1 deletion(-)
10960
10961 commit 2958f2c147fc6327175b51a4eaca694263e34ac9
10962 Author: Behdad Esfahbod <behdad@behdad.org>
10963 Date:   Wed Apr 8 16:26:16 2015 -0700
10964
10965     Fixup
10966
10967  src/hb-atomic-private.hh | 1 +
10968  1 file changed, 1 insertion(+)
10969
10970 commit b931e0b0ceeab0e4819d9c4b838c1a1eb87b52e4
10971 Author: Behdad Esfahbod <behdad@behdad.org>
10972 Date:   Wed Apr 8 14:39:00 2015 -0700
10973
10974     Fix warnings
10975
10976     Part of https://github.com/behdad/harfbuzz/pull/68
10977
10978  src/hb-ot-font.cc                    |  4 ++--
10979  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
10980  2 files changed, 13 insertions(+), 13 deletions(-)
10981
10982 commit cdcdfe61b97a0a48ccf834b6d924d187da9609be
10983 Author: Behdad Esfahbod <behdad@behdad.org>
10984 Date:   Wed Apr 8 13:25:04 2015 -0700
10985
10986     Err, instead of warn, if mutex / atomic / unicode funcs are missing
10987
10988     Hopefully this results in fewer badly built HarfBuzz integrations.
10989
10990  src/hb-unicode.cc |  8 ++++----
10991  src/hb-warning.cc | 22 ++++++++--------------
10992  2 files changed, 12 insertions(+), 18 deletions(-)
10993
10994 commit fc3c59a1d746c5280f6216a94fdc1be3e826051f
10995 Author: Behdad Esfahbod <behdad@behdad.org>
10996 Date:   Wed Apr 8 13:03:27 2015 -0700
10997
10998     Fix unused var warnings
10999
11000  src/hb-ot-layout-gpos-table.hh | 1 -
11001  src/hb-ot-layout-gsub-table.hh | 1 -
11002  2 files changed, 2 deletions(-)
11003
11004 commit 3f174cd020b7762fae96f20ce14fc9e9abec748f
11005 Author: Konstantin Ritt <ritt.ks@gmail.com>
11006 Date:   Sat Mar 28 00:49:33 2015 +0400
11007
11008     Minor refactoring to the atomics implementation
11009
11010     s/atomic_int/atomic_int_impl/ and s/atomic_ptr/atomic_ptr_impl/
11011     to bring it in par with hb_mutex_impl_t, then re-introduce
11012     hb_atomic_int_t as a wrapper around hb_atomic_int_impl_t.
11013
11014     In hb_reference_count_t, make it clear the non-atomic get and set
11015     are intentional due to nature of the cases they are used in
11016     (comparison to -1 and the debug output/tracing).
11017
11018  src/hb-atomic-private.hh | 86
11019  +++++++++++++++++++++++++++++++-----------------
11020  src/hb-mutex-private.hh  |  4 ++-
11021  src/hb-object-private.hh | 21 ++++++------
11022  3 files changed, 69 insertions(+), 42 deletions(-)
11023
11024 commit 24930d544ee9e247e4cf6a5f6d5207ba9d7a3ddc
11025 Author: Behdad Esfahbod <behdad@behdad.org>
11026 Date:   Wed Apr 8 12:52:06 2015 -0700
11027
11028     Minor
11029
11030  src/hb-mutex-private.hh | 3 ++-
11031  1 file changed, 2 insertions(+), 1 deletion(-)
11032
11033 commit 45a8b46f478d4aa63ae5df74b6bb28ebdd7521ac
11034 Author: Behdad Esfahbod <behdad@behdad.org>
11035 Date:   Wed Apr 8 12:49:38 2015 -0700
11036
11037     Allow implementing atomic and mutex ops in config
11038
11039     Motivated by
11040     https://github.com/behdad/harfbuzz/pull/92
11041
11042  src/hb-atomic-private.hh | 6 +++++-
11043  src/hb-mutex-private.hh  | 7 ++++++-
11044  2 files changed, 11 insertions(+), 2 deletions(-)
11045
11046 commit 3fe4e92bc5ff09d84c6763cedf06ce80d15a5fb2
11047 Author: Behdad Esfahbod <behdad@behdad.org>
11048 Date:   Wed Apr 8 12:49:23 2015 -0700
11049
11050     Minor
11051
11052  src/hb-set-private.hh | 1 -
11053  1 file changed, 1 deletion(-)
11054
11055 commit 9868749abe468130d89c80a2501847a83acb4579
11056 Author: Behdad Esfahbod <behdad@behdad.org>
11057 Date:   Mon Apr 6 14:51:31 2015 -0700
11058
11059     [test] Use /usr/bin/env python instead of /usr/bin/python
11060
11061     Bug 76494 - #!/usr/bin/python in testsuite
11062
11063     https://bugs.freedesktop.org/show_bug.cgi?id=76494
11064
11065  test/shaping/hb-diff                 | 2 +-
11066  test/shaping/hb-diff-colorize        | 2 +-
11067  test/shaping/hb-diff-filter-failures | 2 +-
11068  test/shaping/hb-diff-ngrams          | 2 +-
11069  test/shaping/hb-diff-stat            | 2 +-
11070  test/shaping/hb-manifest-read        | 2 +-
11071  test/shaping/hb-manifest-update      | 2 +-
11072  test/shaping/hb-unicode-decode       | 2 +-
11073  test/shaping/hb-unicode-encode       | 2 +-
11074  test/shaping/hb-unicode-prettyname   | 2 +-
11075  test/shaping/hb_test_tools.py        | 2 +-
11076  11 files changed, 11 insertions(+), 11 deletions(-)
11077
11078 commit bfcddd32a674dd19fca1bf521e95466a0eec5179
11079 Merge: ce01ad7c 363ceec3
11080 Author: Behdad Esfahbod <behdad@behdad.org>
11081 Date:   Mon Apr 6 14:41:32 2015 -0700
11082
11083     Merge pull request #93 from ebraminio/archpy3
11084
11085     Make hb_test_tools.py compatible with python 3
11086
11087 commit ce01ad7c2f5a259030f4dbec746f85522aa9c3f9
11088 Author: Behdad Esfahbod <behdad@behdad.org>
11089 Date:   Wed Apr 1 11:05:59 2015 -0700
11090
11091     MSVC 2015 supports snprintf and not _snprintf
11092
11093  src/hb-private.hh | 2 +-
11094  1 file changed, 1 insertion(+), 1 deletion(-)
11095
11096 commit 560718862f0bd994b62361652d6fd558c4182e2a
11097 Author: Behdad Esfahbod <behdad@behdad.org>
11098 Date:   Wed Apr 1 11:04:33 2015 -0700
11099
11100     Move WinCE define to better place
11101
11102  src/hb-private.hh | 3 +--
11103  1 file changed, 1 insertion(+), 2 deletions(-)
11104
11105 commit 363ceec3fb0c9566db5a59da31e508f69dea1e92
11106 Author: Ebrahim Byagowi <ebrahim@gnu.org>
11107 Date:   Mon Mar 30 03:27:14 2015 +0430
11108
11109     Make hb_test_tools.py compatible with python 3
11110
11111     On ArchLinux, /usr/bin/python is linked to python 3 so
11112     HarfBuzz `make check` is broken there.
11113
11114     This makes hb_test_tools.py compatible with python 3 while
11115     no breaking it on python 2.
11116
11117  test/shaping/hb_test_tools.py | 44
11118  ++++++++++++++++++++++++-------------------
11119  1 file changed, 25 insertions(+), 19 deletions(-)
11120
11121 commit aee685086c8fde6f6c4590e483a177c19f222540
11122 Author: Behdad Esfahbod <behdad@behdad.org>
11123 Date:   Thu Mar 26 14:13:53 2015 -0400
11124
11125     Fix VC++ /analyze warnings
11126
11127     out\debug\hb-buffer-deserialize-text.rl(47) : warning C6001: Using
11128     uninitialized memory 'pos'.
11129
11130  src/hb-buffer-deserialize-text.rl | 4 ++--
11131  1 file changed, 2 insertions(+), 2 deletions(-)
11132
11133 commit 8886ab430ca68539cb318e175647e9f6973718b0
11134 Merge: e3671b8f a394bb66
11135 Author: Behdad Esfahbod <behdad@behdad.org>
11136 Date:   Sun Mar 22 16:18:57 2015 -0400
11137
11138     Merge pull request #90 from khaledhosny/introspection-fixes
11139
11140     [bindings] Fix *_from_string functions
11141
11142 commit a394bb66707184c995fe2d08c80e98220e6ec0b0
11143 Author: Khaled Hosny <khaledhosny@eglug.org>
11144 Date:   Sun Mar 22 20:29:10 2015 +0200
11145
11146     [bindings] Fix *_from_string functions
11147
11148     Without the element-type they will be getting garbage, at least with
11149     Python.
11150
11151  src/hb-common.cc | 8 ++++----
11152  src/hb-font.cc   | 2 +-
11153  src/hb-shape.cc  | 2 +-
11154  3 files changed, 6 insertions(+), 6 deletions(-)
11155
11156 commit e3671b8f8bb339e8a563a9da9cd5069073200fec
11157 Author: Behdad Esfahbod <behdad@behdad.org>
11158 Date:   Fri Mar 20 18:03:02 2015 -0400
11159
11160     0.9.40
11161
11162  NEWS         | 8 ++++++++
11163  configure.ac | 2 +-
11164  2 files changed, 9 insertions(+), 1 deletion(-)
11165
11166 commit 9e401f6890f2bea1d11914bca436c2230f8d0f1b
11167 Author: Behdad Esfahbod <behdad@behdad.org>
11168 Date:   Fri Mar 20 16:08:38 2015 -0400
11169
11170     Fix reverse_range() for empty range
11171
11172     Fixes coretext notdef loop consisting of all default_ignorable glyphs
11173
11174     https://code.google.com/p/chromium/issues/detail?id=464755
11175
11176  src/hb-buffer.cc | 2 +-
11177  1 file changed, 1 insertion(+), 1 deletion(-)
11178
11179 commit 7481bd49d56d4e814ab1f85fc2df8bf934d520f4
11180 Author: Behdad Esfahbod <behdad@behdad.org>
11181 Date:   Wed Mar 4 15:47:25 2015 -0800
11182
11183     Fix previous commit
11184
11185     I misunderstood how which works.
11186
11187  autogen.sh | 2 +-
11188  1 file changed, 1 insertion(+), 1 deletion(-)
11189
11190 commit 6763e21afb77b250ad4416ff921d46c63ea12443
11191 Author: Behdad Esfahbod <behdad@behdad.org>
11192 Date:   Wed Mar 4 15:43:05 2015 -0800
11193
11194     Accept glibtoolize as libtoolize
11195
11196     Of course, we don't really run it, autoreconf does.  We just
11197     err if neither is available.  glibtoolize is the name it is
11198     shipped under on OS X.  Reported by Adam.
11199
11200  autogen.sh | 2 +-
11201  1 file changed, 1 insertion(+), 1 deletion(-)
11202
11203 commit 02a04e6afb1a76894f3723a467716607970d95d3
11204 Author: Behdad Esfahbod <behdad@behdad.org>
11205 Date:   Wed Mar 4 12:32:03 2015 -0800
11206
11207     0.9.39
11208
11209  NEWS         | 10 ++++++++++
11210  configure.ac |  2 +-
11211  2 files changed, 11 insertions(+), 1 deletion(-)
11212
11213 commit 98e3ea8e34c798ce003e946c9a150bb41be9d09b
11214 Author: Behdad Esfahbod <behdad@behdad.org>
11215 Date:   Wed Mar 4 12:03:39 2015 -0800
11216
11217     Fix hb-uniscribe build
11218
11219  src/hb-ot-name-table.hh | 2 +-
11220  1 file changed, 1 insertion(+), 1 deletion(-)
11221
11222 commit 8ac345e5c0ed0aad6547592ea0839aabfb4ba980
11223 Author: Behdad Esfahbod <behdad@behdad.org>
11224 Date:   Mon Mar 2 16:06:55 2015 -0800
11225
11226     Fix reverse_range() to only reverse alt array if positions are used
11227
11228     In hb-coretext, when we were using scratch buffer for book-keeping,
11229     a reverse_range() caused by the notdef-insertion loop could mess up
11230     our log_clusters.  Ouch!
11231
11232  src/hb-buffer.cc | 2 +-
11233  1 file changed, 1 insertion(+), 1 deletion(-)
11234
11235 commit 1e03d7ac83f3e17aafed1e37390d9ff8394e36da
11236 Author: Behdad Esfahbod <behdad@behdad.org>
11237 Date:   Thu Feb 26 13:58:32 2015 -0800
11238
11239     Better error message if libtool is not installed
11240
11241     Fixes https://github.com/behdad/harfbuzz/pull/88
11242
11243  autogen.sh | 9 +++++++--
11244  1 file changed, 7 insertions(+), 2 deletions(-)
11245
11246 commit 6c918e2997fb82e89485f2b50bee2bf4fcd70592
11247 Author: Behdad Esfahbod <behdad@behdad.org>
11248 Date:   Thu Feb 26 13:55:34 2015 -0800
11249
11250     Clean up gtk-doc.make
11251
11252  Makefile.am | 1 +
11253  1 file changed, 1 insertion(+)
11254
11255 commit 5ec5875acb12cf07447c9ebfb03212601368dfc4
11256 Author: Behdad Esfahbod <behdad@behdad.org>
11257 Date:   Thu Feb 26 13:53:05 2015 -0800
11258
11259     Install git.mk in docs/
11260
11261  docs/Makefile.am | 2 ++
11262  1 file changed, 2 insertions(+)
11263
11264 commit d146678d103425b3da7ef393bc6d66f6ba4c5593
11265 Author: Behdad Esfahbod <behdad@behdad.org>
11266 Date:   Thu Feb 26 13:52:50 2015 -0800
11267
11268     Update git.mk from upstream
11269
11270  git.mk | 35 ++++++++++++++++++++++++++++-------
11271  1 file changed, 28 insertions(+), 7 deletions(-)
11272
11273 commit 5f541f8f7be82f29b77b481827deb212e12d53e4
11274 Author: Behdad Esfahbod <behdad@behdad.org>
11275 Date:   Sat Feb 21 16:51:17 2015 +0300
11276
11277     Minor refactoring
11278
11279  src/hb-private.hh | 44 ++++++++++++++++++++++++++++----------------
11280  1 file changed, 28 insertions(+), 16 deletions(-)
11281
11282 commit ef79bdf73bbfde1bfaa222834809d105ab7755b3
11283 Author: Behdad Esfahbod <behdad@behdad.org>
11284 Date:   Sat Feb 21 16:49:15 2015 +0300
11285
11286     Minor
11287
11288  src/hb-ot-layout-common-private.hh | 5 +++--
11289  1 file changed, 3 insertions(+), 2 deletions(-)
11290
11291 commit 68e04afbb1e1073c47474f7a4d6d2cacf7057f6f
11292 Author: Behdad Esfahbod <behdad@behdad.org>
11293 Date:   Sat Feb 21 16:30:28 2015 +0300
11294
11295     Typo
11296
11297  src/hb-private.hh | 2 +-
11298  1 file changed, 1 insertion(+), 1 deletion(-)
11299
11300 commit 55553699b38d6481fbfacd0a32fc266e55553b34
11301 Author: Behdad Esfahbod <behdad@behdad.org>
11302 Date:   Sat Feb 21 16:29:08 2015 +0300
11303
11304     Minor
11305
11306  src/hb-private.hh | 2 --
11307  1 file changed, 2 deletions(-)
11308
11309 commit 5175300fbaf4ff19b7d38c14c86331bb614b0390
11310 Author: Behdad Esfahbod <behdad@behdad.org>
11311 Date:   Sat Feb 21 12:50:01 2015 +0300
11312
11313     [layout] Fix comparison of GlyphID and hb_codepoint_t
11314
11315     Before, the IntType::cmp functions providing this and was truncating
11316     the hb_codepoint_t to 16bits before comparison.  I have no idea how
11317     this was never discovered, and I'm too lazy to try to reproduce this
11318     with Pango (which uses non-16bit codepoint numbers for missing
11319     glyphs).
11320
11321  src/hb-open-type-private.hh | 5 ++++-
11322  1 file changed, 4 insertions(+), 1 deletion(-)
11323
11324 commit 7cce809cb11e0ce65dbdab899779ece3dc337763
11325 Author: Behdad Esfahbod <behdad@behdad.org>
11326 Date:   Sat Feb 21 12:41:08 2015 +0300
11327
11328     Remove unused (and wrong as of a few commits ago) cmp() function
11329
11330  src/hb-open-type-private.hh | 1 -
11331  1 file changed, 1 deletion(-)
11332
11333 commit 8e3d4bae033bdec649676da26cfc3eb7610832a8
11334 Author: Behdad Esfahbod <behdad@behdad.org>
11335 Date:   Sat Feb 21 12:31:59 2015 +0300
11336
11337     Minor
11338
11339  src/hb-ot-layout-common-private.hh | 2 +-
11340  1 file changed, 1 insertion(+), 1 deletion(-)
11341
11342 commit f47cf1f12dd1fa3cd3aa84502139caca9d469af8
11343 Author: Behdad Esfahbod <behdad@behdad.org>
11344 Date:   Sat Feb 21 11:45:22 2015 +0300
11345
11346     Minor
11347
11348  src/hb-ot-layout.cc | 4 ++--
11349  1 file changed, 2 insertions(+), 2 deletions(-)
11350
11351 commit 640b66c6348653bfd7cf88ea9caa2133c0eb949f
11352 Author: Behdad Esfahbod <behdad@behdad.org>
11353 Date:   Thu Feb 19 17:30:05 2015 +0300
11354
11355     [layout] If lookup has only one subtable, move the forward loop down
11356     to subtable
11357
11358     I was hoping to see a nice speedup, but it resulted in a very
11359     minor one.
11360
11361  src/hb-ot-layout.cc | 33 ++++++++++++++++++++++++++++++++-
11362  1 file changed, 32 insertions(+), 1 deletion(-)
11363
11364 commit e2f50f2a7ebf9882ea89dc3f0c740e7fce964e37
11365 Author: Behdad Esfahbod <behdad@behdad.org>
11366 Date:   Thu Feb 19 17:15:05 2015 +0300
11367
11368     [layout] Add apply_forward / apply_backward
11369
11370  src/hb-ot-layout.cc | 69
11371  +++++++++++++++++++++++++++++++++++------------------
11372  1 file changed, 46 insertions(+), 23 deletions(-)
11373
11374 commit 1d4a328472f094c0d75a062f6e176c6b1875cfdc
11375 Author: Behdad Esfahbod <behdad@behdad.org>
11376 Date:   Thu Feb 19 11:33:30 2015 +0300
11377
11378     [layout] Remove unneeded return value from apply()
11379
11380  src/hb-ot-layout.cc | 12 +++++-------
11381  1 file changed, 5 insertions(+), 7 deletions(-)
11382
11383 commit bbdd6fd21cc2e079defff7cb17c3eb8eff3f9e09
11384 Author: Behdad Esfahbod <behdad@behdad.org>
11385 Date:   Thu Feb 19 17:03:02 2015 +0300
11386
11387     Minor simpilfy BEInt
11388
11389  src/hb-open-type-private.hh | 25 ++-----------------------
11390  1 file changed, 2 insertions(+), 23 deletions(-)
11391
11392 commit 88a399acdc0fcb060803da0e7db56de2866981e3
11393 Author: Behdad Esfahbod <behdad@behdad.org>
11394 Date:   Thu Feb 19 16:57:12 2015 +0300
11395
11396     Optimize IntType comparison to avoid branches for 16bit numbers
11397
11398  src/hb-open-type-private.hh | 9 ++++++++-
11399  1 file changed, 8 insertions(+), 1 deletion(-)
11400
11401 commit 37de2d533126245774417234e3536fcfb24f3a6b
11402 Author: Behdad Esfahbod <behdad@behdad.org>
11403 Date:   Thu Feb 19 16:55:51 2015 +0300
11404
11405     Minor simplify IntType
11406
11407  src/hb-open-type-private.hh | 2 +-
11408  1 file changed, 1 insertion(+), 1 deletion(-)
11409
11410 commit bd047d3b7f04d551c0a26bc0ce9b9d61481e34e1
11411 Author: Behdad Esfahbod <behdad@behdad.org>
11412 Date:   Thu Feb 19 10:47:18 2015 +0300
11413
11414     [layout] Minor
11415
11416  src/hb-ot-layout-gpos-table.hh | 6 ++++++
11417  src/hb-ot-layout-gsub-table.hh | 6 ++++++
11418  src/hb-ot-layout.cc            | 4 ++--
11419  3 files changed, 14 insertions(+), 2 deletions(-)
11420
11421 commit b9d3f60520c022dc952e65a66eb138d1f7cae2e1
11422 Author: Behdad Esfahbod <behdad@behdad.org>
11423 Date:   Thu Feb 19 10:42:41 2015 +0300
11424
11425     [layout] Minor
11426
11427  src/hb-ot-layout.cc | 15 ++++-----------
11428  1 file changed, 4 insertions(+), 11 deletions(-)
11429
11430 commit 1a2322134a5d7bba990da28baf893b35879a5a7a
11431 Author: Behdad Esfahbod <behdad@behdad.org>
11432 Date:   Thu Feb 19 10:40:23 2015 +0300
11433
11434     [layout] Don't check glyph props against lookup flags when recursing
11435
11436     Shouldn't be needed.  I have a hard time imagining this breaking any
11437     legitimate use case.
11438
11439  src/hb-ot-layout-gpos-table.hh | 10 +---------
11440  src/hb-ot-layout-gsub-table.hh | 10 +---------
11441  2 files changed, 2 insertions(+), 18 deletions(-)
11442
11443 commit 095a1257cc3cc56b044b4cd842a92f0d0f933a50
11444 Author: Behdad Esfahbod <behdad@behdad.org>
11445 Date:   Thu Feb 19 10:29:41 2015 +0300
11446
11447     [layout] Port sanitize() to use dispatch()
11448
11449     Needed some rework of Extension table.  Hopefully I got it right, and
11450     the new template usage doesn't break any compilers...
11451
11452  src/hb-open-type-private.hh          |  5 ++-
11453  src/hb-ot-layout-gpos-table.hh       | 82
11454  +----------------------------------
11455  src/hb-ot-layout-gsub-table.hh       | 72 ++-----------------------------
11456  src/hb-ot-layout-gsubgpos-private.hh | 84
11457  ++++++++++++------------------------
11458  4 files changed, 37 insertions(+), 206 deletions(-)
11459
11460 commit 758fb20630f84c3d373cda37974b88f16c02995e
11461 Author: Behdad Esfahbod <behdad@behdad.org>
11462 Date:   Wed Feb 18 13:45:03 2015 +0300
11463
11464     Remove unused macro
11465
11466  src/hb-ot-shape-complex-arabic-win1256.hh | 1 -
11467  1 file changed, 1 deletion(-)
11468
11469 commit 40c58923cbf689c465f9b65334c455a9b7f71ab0
11470 Author: Behdad Esfahbod <behdad@behdad.org>
11471 Date:   Wed Feb 18 13:18:46 2015 +0300
11472
11473     [layout] Refactor Lookup::dispatch()
11474
11475  src/hb-ot-layout-common-private.hh   | 20 ++++++++++++++++++++
11476  src/hb-ot-layout-gpos-table.hh       | 12 +-----------
11477  src/hb-ot-layout-gsub-table.hh       | 12 +-----------
11478  src/hb-ot-layout-gsubgpos-private.hh |  6 ------
11479  4 files changed, 22 insertions(+), 28 deletions(-)
11480
11481 commit 70366f5d19df2e654f0933474fecf1aa16e27812
11482 Author: Behdad Esfahbod <behdad@behdad.org>
11483 Date:   Wed Feb 18 13:09:54 2015 +0300
11484
11485     [layout] Refactor get_subtable()
11486
11487  src/hb-ot-layout-common-private.hh | 12 ++++++++++++
11488  src/hb-ot-layout-gpos-table.hh     |  4 ++--
11489  src/hb-ot-layout-gsub-table.hh     |  6 +++---
11490  3 files changed, 17 insertions(+), 5 deletions(-)
11491
11492 commit f72f326aea6d1e93f63040730f7aecd401676c1c
11493 Author: Behdad Esfahbod <behdad@behdad.org>
11494 Date:   Tue Feb 17 19:18:07 2015 +0300
11495
11496     Minor
11497
11498  src/hb-ot-layout-gpos-table.hh | 1 -
11499  1 file changed, 1 deletion(-)
11500
11501 commit 8e36ccfd4f076888076ca176c055c18104af03b6
11502 Author: Behdad Esfahbod <behdad@behdad.org>
11503 Date:   Tue Feb 17 19:15:34 2015 +0300
11504
11505     [layout] Use dispatch() for add_coverage()
11506
11507  src/hb-ot-layout-gpos-table.hh       | 12 ++----------
11508  src/hb-ot-layout-gsub-table.hh       | 12 ++----------
11509  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++--
11510  3 files changed, 14 insertions(+), 22 deletions(-)
11511
11512 commit 50b8dc79daffc7ef671dd5eedfea47f8d5e946f4
11513 Author: Behdad Esfahbod <behdad@behdad.org>
11514 Date:   Tue Feb 17 18:14:17 2015 +0300
11515
11516     [layout] Add may_dispatch()
11517
11518     No functional change right now.
11519
11520  src/hb-ot-layout-gpos-table.hh       |  7 +++++++
11521  src/hb-ot-layout-gsub-table.hh       |  6 ++++++
11522  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++++
11523  3 files changed, 25 insertions(+)
11524
11525 commit de2118ed7a998a1df9b28fd1be96b4af89ed82c3
11526 Author: Behdad Esfahbod <behdad@behdad.org>
11527 Date:   Tue Feb 17 17:27:44 2015 +0300
11528
11529     Make sanitize() a const method
11530
11531     This makes a lot of code safer.  We only try modifying the object
11532     in one
11533     place, after making sure it's safe to do so.  So, do a const_cast<> in
11534     that one place...
11535
11536  src/hb-open-file-private.hh          |  15 +++--
11537  src/hb-open-type-private.hh          |  51 +++++++++++------
11538  src/hb-ot-cmap-table.hh              |  35 ++++++++----
11539  src/hb-ot-head-table.hh              |   6 +-
11540  src/hb-ot-hhea-table.hh              |   3 +-
11541  src/hb-ot-hmtx-table.hh              |   3 +-
11542  src/hb-ot-layout-common-private.hh   |  58 ++++++++++++-------
11543  src/hb-ot-layout-gdef-table.hh       |  30 ++++++----
11544  src/hb-ot-layout-gpos-table.hh       | 108
11545  +++++++++++++++++++++++------------
11546  src/hb-ot-layout-gsub-table.hh       |  58 ++++++++++++-------
11547  src/hb-ot-layout-gsubgpos-private.hh |  65 +++++++++++++--------
11548  src/hb-ot-layout-jstf-table.hh       |  12 ++--
11549  src/hb-ot-maxp-table.hh              |   6 +-
11550  src/hb-ot-name-table.hh              |   6 +-
11551  14 files changed, 296 insertions(+), 160 deletions(-)
11552
11553 commit 6759ed95a3bec2874826376b68ebff19ba277ef2
11554 Author: Behdad Esfahbod <behdad@behdad.org>
11555 Date:   Tue Feb 17 16:05:30 2015 +0300
11556
11557     Minor
11558
11559  src/hb-ot-layout-gpos-table.hh | 6 ++----
11560  src/hb-ot-layout-gsub-table.hh | 6 ++----
11561  2 files changed, 4 insertions(+), 8 deletions(-)
11562
11563 commit 6b599dac1f814a3c900300241d4c492a8f8b66d2
11564 Author: Behdad Esfahbod <behdad@behdad.org>
11565 Date:   Tue Feb 17 16:04:07 2015 +0300
11566
11567     Remove unnecessary check in sanitize
11568
11569  src/hb-ot-layout-gpos-table.hh | 2 --
11570  src/hb-ot-layout-gsub-table.hh | 2 --
11571  2 files changed, 4 deletions(-)
11572
11573 commit 365576d246949f9d587e90cf0539dc0381e4d0a3
11574 Author: Behdad Esfahbod <behdad@behdad.org>
11575 Date:   Thu Jan 29 13:59:42 2015 +0100
11576
11577     [layout] Allocate iters in the context
11578
11579     Can be further optimized, but I think I didn't break anything.
11580
11581     Saves another 3% off Roboto shaping.
11582
11583  src/hb-ot-layout-gpos-table.hh       | 18 ++++++------------
11584  src/hb-ot-layout-gsubgpos-private.hh | 21 +++++++++++++--------
11585  src/hb-ot-shape-fallback.cc          |  2 +-
11586  3 files changed, 20 insertions(+), 21 deletions(-)
11587
11588 commit 514564f5444b8ad2f210b1e3d7d66378f7275317
11589 Author: Behdad Esfahbod <behdad@behdad.org>
11590 Date:   Thu Jan 29 13:48:48 2015 +0100
11591
11592     [layout] Move skippy_iter setup from constructor into init()
11593
11594  src/hb-ot-layout-gpos-table.hh       | 18 ++++++++++++------
11595  src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++++++-------------
11596  src/hb-ot-shape-fallback.cc          |  3 ++-
11597  3 files changed, 29 insertions(+), 20 deletions(-)
11598
11599 commit b051be542a8945ec14b0192bbc285f3e1a78c8f1
11600 Author: Behdad Esfahbod <behdad@behdad.org>
11601 Date:   Thu Jan 29 13:40:39 2015 +0100
11602
11603     [lookup] Add skippy_iter.reset()
11604
11605     Towards reducing the cost of initializing skippy_iter()
11606
11607  src/hb-ot-layout-gpos-table.hh       | 18 ++++++++++++------
11608  src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++++++---------
11609  src/hb-ot-shape-fallback.cc          |  3 ++-
11610  3 files changed, 32 insertions(+), 16 deletions(-)
11611
11612 commit 2cecc38c7cf49b2cf697efa7e974ceee7055f2c5
11613 Author: Behdad Esfahbod <behdad@behdad.org>
11614 Date:   Thu Jan 29 13:32:05 2015 +0100
11615
11616     [layout] Shuffle code around
11617
11618  src/hb-ot-layout-gsubgpos-private.hh | 111
11619  ++++++++++++++++++-----------------
11620  1 file changed, 56 insertions(+), 55 deletions(-)
11621
11622 commit 696266981df5ef6c62ad0115133dad1d6c1d9acc
11623 Author: Behdad Esfahbod <behdad@behdad.org>
11624 Date:   Thu Jan 29 13:08:41 2015 +0100
11625
11626     [layout] Merge forward and backward iterators
11627
11628  src/hb-ot-layout-gpos-table.hh       | 12 +++---
11629  src/hb-ot-layout-gsubgpos-private.hh | 71
11630  ++++++++----------------------------
11631  src/hb-ot-shape-fallback.cc          |  2 +-
11632  3 files changed, 23 insertions(+), 62 deletions(-)
11633
11634 commit 1f038eec3c0dd6331036f795614fe1ddcbf613b0
11635 Author: Behdad Esfahbod <behdad@behdad.org>
11636 Date:   Thu Jan 29 13:05:25 2015 +0100
11637
11638     [layout] Fix backward reject()
11639
11640     Has no functional effect since reject was never used with
11641     match_glyph_data.
11642
11643  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
11644  1 file changed, 1 insertion(+), 1 deletion(-)
11645
11646 commit 37d13acd8d414a4b53fac0152addfadecf755cd4
11647 Author: Behdad Esfahbod <behdad@behdad.org>
11648 Date:   Thu Jan 29 11:38:01 2015 +0100
11649
11650     [layout] Remove some unnecessary checks in skippy
11651
11652  src/hb-ot-layout-gpos-table.hh       | 3 ---
11653  src/hb-ot-layout-gsubgpos-private.hh | 9 ++-------
11654  2 files changed, 2 insertions(+), 10 deletions(-)
11655
11656 commit baa14e18148d3f5493f78b4fe9e0c835a01f50f7
11657 Author: Behdad Esfahbod <behdad@behdad.org>
11658 Date:   Thu Jan 29 11:08:43 2015 +0100
11659
11660     [lookup] Don't initialize skippy if coverage match fails
11661
11662     Currently:
11663
11664       - Initializing skippy is very expensive,
11665
11666       - Our lookup accelerator (using set-digests) can be very ineffecite,
11667
11668     As such, we end up many times initializing skippy but then failing
11669     coverage check.  Reordering fixes that.
11670
11671     When, later, we fix our accelerator to have truly small false-positive
11672     rate (for example by using the frozen-sets), then we might want to
11673     reorder these checks such that we wouldn't calculate coverage number
11674     if skippy is going to fail.
11675
11676     This shows a 5% speedup with Roboto already.
11677
11678  src/hb-ot-layout-gpos-table.hh | 15 ++++++---------
11679  1 file changed, 6 insertions(+), 9 deletions(-)
11680
11681 commit 7788993bc19bf122f1e143ab64cc1da2ed1865a3
11682 Author: Behdad Esfahbod <behdad@behdad.org>
11683 Date:   Wed Jan 28 23:01:12 2015 -0800
11684
11685     [layout] Use setter method to set c->lookup_props
11686
11687  src/hb-ot-layout-gpos-table.hh | 2 +-
11688  src/hb-ot-layout-gsub-table.hh | 2 +-
11689  2 files changed, 2 insertions(+), 2 deletions(-)
11690
11691 commit f4ee48fd7b312550faf9b0be4cd1b2f2849dd08d
11692 Author: Behdad Esfahbod <behdad@behdad.org>
11693 Date:   Wed Jan 28 22:53:54 2015 -0800
11694
11695     [layout] Remove unused wrapper method
11696
11697  src/hb-ot-layout-gsubgpos-private.hh | 2 --
11698  1 file changed, 2 deletions(-)
11699
11700 commit 7b7129c7a997def599fb4d2ba05fda40d27aed20
11701 Author: Behdad Esfahbod <behdad@behdad.org>
11702 Date:   Wed Jan 28 21:46:07 2015 -0800
11703
11704     Add hb_frozen_set_t
11705
11706     I experimented with replacing use of hb_set_digest_t with this new
11707     hb_frozen_set_t, hoping to get a huge speedup for busy lookups
11708     (like kern lookup in Roboto), but I only got 6% speendup in Roboto
11709     and 4% in NotoNastaliqUrduDraft :(.
11710
11711  src/hb-set-private.hh | 57
11712  ++++++++++++++++++++++++++++++++++++++++++++++++++-
11713  1 file changed, 56 insertions(+), 1 deletion(-)
11714
11715 commit 241eac9559465fa79f396570af4e87f455b7e9d5
11716 Author: Behdad Esfahbod <behdad@behdad.org>
11717 Date:   Wed Jan 28 20:55:42 2015 -0800
11718
11719     Hide internals of lookup accelerators
11720
11721  src/hb-ot-layout-gsub-table.hh | 5 +++--
11722  src/hb-ot-layout-private.hh    | 5 +++++
11723  src/hb-ot-layout.cc            | 6 +++---
11724  3 files changed, 11 insertions(+), 5 deletions(-)
11725
11726 commit e2d4e8480d85436a3acad8145acac345ed593f5a
11727 Author: Behdad Esfahbod <behdad@behdad.org>
11728 Date:   Wed Jan 28 20:29:48 2015 -0800
11729
11730     [util] Add convenience "make lib" target
11731
11732  util/Makefile.am | 4 ++++
11733  1 file changed, 4 insertions(+)
11734
11735 commit faaae64bf28abdcdd15185374bc09a3809794118
11736 Merge: 7888a6b0 9768e651
11737 Author: Behdad Esfahbod <behdad@behdad.org>
11738 Date:   Wed Feb 25 15:34:34 2015 -0800
11739
11740     Merge pull request #85 from KonstantinRitt/define_inline
11741
11742     Fix build with MSVC on CE
11743
11744 commit 9ee176ee978e6668c4faf00028811ce70979122e
11745 Author: Collin Fair <cpf@cpfx.ca>
11746 Date:   Sat Feb 14 09:59:44 2015 -0500
11747
11748     Stop hb-shape docs leaking into hb-view
11749
11750  util/options.cc | 15 ++++++++-------
11751  1 file changed, 8 insertions(+), 7 deletions(-)
11752
11753 commit 952b8dbdf61da9b4814e09ad3c1b9b76483bef5c
11754 Author: Collin Fair <cpf@cpfx.ca>
11755 Date:   Sat Feb 14 09:44:00 2015 -0500
11756
11757     'All' of the above, not 'each'
11758
11759  util/options.cc | 4 ++--
11760  1 file changed, 2 insertions(+), 2 deletions(-)
11761
11762 commit 9e867b64467c46eea5cc9b1d5a9404a1221bbbfc
11763 Author: Collin Fair <cpf@cpfx.ca>
11764 Date:   Sat Feb 14 09:32:04 2015 -0500
11765
11766     Remove reference to --help-output-content in --help-output (as
11767     --help-output-format's options aren't available in hb-view)
11768
11769  util/options.cc | 2 +-
11770  1 file changed, 1 insertion(+), 1 deletion(-)
11771
11772 commit 1d55ffeb66381889f11ebb9039ca4ec2ca5efbab
11773 Author: Collin Fair <cpf@cpfx.ca>
11774 Date:   Sat Feb 14 09:29:35 2015 -0500
11775
11776     Add serialization syntax documentation. Clarify naming and wording
11777     in --help-output/--help-format
11778
11779  util/options.cc | 30 ++++++++++++++++--------------
11780  1 file changed, 16 insertions(+), 14 deletions(-)
11781
11782 commit 9768e651be0561f07d6f38c3ed8bc5ee04882990
11783 Author: Konstantin Ritt <ritt.ks@gmail.com>
11784 Date:   Sat Feb 14 00:58:51 2015 +0400
11785
11786     Fix build with MSVC on CE
11787
11788     This code is C++ only. There isn't a single C++ compiler that fails to
11789     understand the "inline" keyword, since it's required by C++98. Any
11790     compiler older than C++98 is likely to choke on the template usage
11791     further down, so this isn't necessary.
11792
11793     Moreover, the C++ standard says you cannot define macros.
11794     [lib.macro.names] says "Nor shall such a translation unit define
11795     macros
11796     for names lexically identical to keywords." -- technically, it's a
11797     promise that the Standard Library headers won't do it, the wording
11798     means
11799     that the entire translation unit won't do it, which implies no source
11800     can do it.
11801
11802     MSVC complains about it:
11803     fatal error C1189: #error : The C++ Standard Library forbids
11804     macroizing
11805     keywords. Enable warning C4005 to find the forbidden macro.
11806
11807     Author: Thiago Macieira <thiago.macieira@intel.com>
11808
11809  src/hb-private.hh | 10 ----------
11810  1 file changed, 10 deletions(-)
11811
11812 commit 7888a6b07a9922cedd3e0d235959058e0011357b
11813 Author: Behdad Esfahbod <behdad@behdad.org>
11814 Date:   Wed Jan 28 12:40:40 2015 -0800
11815
11816     [ft] Handle negative scales with vertical writing
11817
11818  src/hb-ft.cc | 8 ++++++++
11819  1 file changed, 8 insertions(+)
11820
11821 commit 982d94eaa2a377616f22f39427e5ed9f1ce43263
11822 Author: Behdad Esfahbod <behdad@behdad.org>
11823 Date:   Wed Jan 28 10:51:33 2015 -0800
11824
11825     [coretext] Don't generate notdef glyph for default-ignorables
11826
11827     As discovered on Chrome Mac:
11828     https://code.google.com/p/chromium/issues/detail?id=452326
11829
11830  src/hb-coretext.cc | 2 ++
11831  src/hb-ot-shape.cc | 2 +-
11832  2 files changed, 3 insertions(+), 1 deletion(-)
11833
11834 commit 6917a045fd8d16952cad75fda8b291b11e1d3564
11835 Author: Behdad Esfahbod <behdad@behdad.org>
11836 Date:   Wed Jan 28 10:43:32 2015 -0800
11837
11838     [coretext] Unbreak glyph positioning in presence of notdef runs
11839
11840     As discovered on Chrome Mac:
11841     https://code.google.com/p/chromium/issues/detail?id=452326
11842
11843     This was originally broken in:
11844
11845             commit 5a0eed3b50629be4826e4e9428f2c3255195395d
11846             Author: Behdad Esfahbod <behdad@behdad.org>
11847             Date:   Mon Aug 11 23:47:16 2014 -0400
11848
11849                 [coretext] Implement vertical shaping
11850
11851  src/hb-coretext.cc | 35 +++++++++++++++++++++++++++--------
11852  1 file changed, 27 insertions(+), 8 deletions(-)
11853
11854 commit 1eff4350239b0768e1042b52db9fb1c0d266f96a
11855 Author: Behdad Esfahbod <behdad@behdad.org>
11856 Date:   Tue Jan 27 12:26:04 2015 -0800
11857
11858     Minor optimization
11859
11860  src/hb-ot-shape-normalize.cc | 9 +++++----
11861  1 file changed, 5 insertions(+), 4 deletions(-)
11862
11863 commit 675956aca01fc4e005a338af43d1c1f4f938abd1
11864 Author: Konstantin Ritt <ritt.ks@gmail.com>
11865 Date:   Tue Jan 27 11:23:07 2015 +0400
11866
11867     Do not leak hb_language_t on hb_language_item_t destruction
11868
11869  src/hb-common.cc | 1 +
11870  1 file changed, 1 insertion(+)
11871
11872 commit b306f9674a599da50754d24fa5aefcb6bba04420
11873 Author: Konstantin Ritt <ritt.ks@gmail.com>
11874 Date:   Tue Jan 27 20:08:41 2015 +0400
11875
11876     Minor improvement to HB_SHAPER_DATA_DESTROY
11877
11878  src/hb-shaper-private.hh | 7 +++----
11879  1 file changed, 3 insertions(+), 4 deletions(-)
11880
11881 commit 61820bc4ca1f02433db4be7c81f27cf97e2bd519
11882 Author: Behdad Esfahbod <behdad@behdad.org>
11883 Date:   Mon Jan 26 14:25:52 2015 -0800
11884
11885     [API] Add hb_buffer_add_latin1()
11886
11887     This is by no ways to promote non-Unicode encodings.  This is an entry
11888     point that takes Unicode codepoints that happen to all be the first
11889     256 characters and hence fit in 8bit strings.  This is useful eg
11890     in Chrome
11891     where strings that can fit in 8bit are implemented that way, and this
11892     avoids copying into UTF-8 or UTF-16.
11893
11894     Perhaps we should rename this to hb_buffer_add_codepoints8().
11895     I'm also
11896     curious if anyone would be really interested in
11897     hb_buffer_add_codepoints16().
11898
11899     Please discuss!
11900
11901  src/hb-buffer.cc      | 36 +++++++++++++++++++++++++-------
11902  src/hb-buffer.h       |  8 ++++++++
11903  src/hb-utf-private.hh | 57
11904  ++++++++++++++++++++++++++++++++++++++-------------
11905  3 files changed, 80 insertions(+), 21 deletions(-)
11906
11907 commit 78c6e86c04f12154c88b9f9264d0bd50b721699b
11908 Author: Behdad Esfahbod <behdad@behdad.org>
11909 Date:   Mon Jan 26 14:08:36 2015 -0800
11910
11911     Fix hb_buffer_add_codepoints to actually NOT validate
11912
11913  src/hb-buffer.cc | 2 +-
11914  1 file changed, 1 insertion(+), 1 deletion(-)
11915
11916 commit 70c25ee215635db23eb0757641bd372940c0d85d
11917 Merge: 28f5e0b2 f3537b62
11918 Author: Behdad Esfahbod <behdad@behdad.org>
11919 Date:   Sun Jan 25 13:06:03 2015 -0800
11920
11921     Merge pull request #81 from KonstantinRitt/fixes/build/win8phone
11922
11923     winrt_buildfixes
11924
11925 commit f3537b620b0a7392ea27f01f465c5ba79459c858
11926 Author: Konstantin Ritt <ritt.ks@gmail.com>
11927 Date:   Sun Jan 25 09:50:51 2015 +0400
11928
11929     Move some code around
11930
11931     Just to keep Windows specific workarounds in a single place.
11932
11933  src/hb-private.hh | 25 ++++++++++++-------------
11934  1 file changed, 12 insertions(+), 13 deletions(-)
11935
11936 commit afb62d88d78cacb6b881aaf329a654fd32f5ae29
11937 Author: Konstantin Ritt <ritt.ks@gmail.com>
11938 Date:   Sun Jan 25 08:16:26 2015 +0400
11939
11940     Do not define MemoryBarrier on WinCE
11941
11942     There is a _HBMemoryBarrier() wrapper function that emulates
11943     MemoryBarrier() behavior when it is not defined.
11944
11945  src/hb-private.hh | 1 -
11946  1 file changed, 1 deletion(-)
11947
11948 commit 7db326a15b173c0d101adc608bf551a628c65dcd
11949 Author: Konstantin Ritt <ritt.ks@gmail.com>
11950 Date:   Sun Jan 25 08:13:24 2015 +0400
11951
11952     Fix build on WinRT
11953
11954     There is no environment (like WinCE) and the basic version
11955     of InitializeCriticalSection is unsupported.
11956
11957     https://codereview.qt-project.org/#/c/92496/
11958
11959  src/hb-mutex-private.hh | 4 ++++
11960  src/hb-private.hh       | 2 ++
11961  2 files changed, 6 insertions(+)
11962
11963 commit 28f5e0b2f41670617bd778660364bbd58b1b68f2
11964 Author: Behdad Esfahbod <behdad@behdad.org>
11965 Date:   Fri Jan 23 12:45:35 2015 -0800
11966
11967     0.9.38
11968
11969  NEWS         | 23 +++++++++++++++++++++++
11970  configure.ac |  2 +-
11971  2 files changed, 24 insertions(+), 1 deletion(-)
11972
11973 commit a319d0777b746a2bbe5cd5a206172f1580da3379
11974 Author: Behdad Esfahbod <behdad@behdad.org>
11975 Date:   Fri Jan 23 12:44:24 2015 -0800
11976
11977     [ft] Handle negative x_scale / y_scale
11978
11979  src/hb-ft.cc | 12 ++++++++++--
11980  1 file changed, 10 insertions(+), 2 deletions(-)
11981
11982 commit b0b38bb892473d9a65e06dd3b4713da39f92bef9
11983 Author: Behdad Esfahbod <behdad@behdad.org>
11984 Date:   Wed Jan 21 19:19:33 2015 -0800
11985
11986     [coretext] Fix positioning of notdef
11987
11988  src/hb-coretext.cc | 19 ++++++++++---------
11989  1 file changed, 10 insertions(+), 9 deletions(-)
11990
11991 commit 70622e5089c01ea16fd9deed11cb39d43145c121
11992 Author: Behdad Esfahbod <behdad@behdad.org>
11993 Date:   Wed Jan 21 18:50:57 2015 -0800
11994
11995     [coretext] Fix scaling
11996
11997     Before we were not accounting for possible differences in x_scale and
11998     y_scale, as well as the signs of those.  All should be in good shape
11999     now.
12000
12001  src/hb-coretext.cc | 26 +++++++++++++++++++-------
12002  1 file changed, 19 insertions(+), 7 deletions(-)
12003
12004 commit 221ba02b0816584a02471037edae7cec9c1b8acc
12005 Author: Behdad Esfahbod <behdad@behdad.org>
12006 Date:   Wed Jan 21 16:42:09 2015 -0800
12007
12008     [coretext] Use vertical advance for notdef in vertical direction
12009
12010  src/hb-coretext.cc | 7 ++++++-
12011  1 file changed, 6 insertions(+), 1 deletion(-)
12012
12013 commit 7988da24c507ee310772f72cc5bcfd3c0a1187a0
12014 Author: Behdad Esfahbod <behdad@behdad.org>
12015 Date:   Wed Jan 21 18:33:50 2015 -0800
12016
12017     Add convenience make target "make lib" in src/
12018
12019  src/Makefile.am | 3 +++
12020  1 file changed, 3 insertions(+)
12021
12022 commit 31d48dd919e3b4a0bec5ede384f76db9b44f4d71
12023 Author: Behdad Esfahbod <behdad@behdad.org>
12024 Date:   Wed Jan 21 01:57:44 2015 -0800
12025
12026     Add README.python
12027
12028  README.python | 26 ++++++++++++++++++++++++++
12029  1 file changed, 26 insertions(+)
12030
12031 commit ca1c2813dd0b082a8c418bd3edd3f6cba97bd5f0
12032 Author: Behdad Esfahbod <behdad@behdad.org>
12033 Date:   Wed Jan 21 01:51:48 2015 -0800
12034
12035     [bindings] Add README.python
12036
12037  Makefile.am | 1 +
12038  1 file changed, 1 insertion(+)
12039
12040 commit cd4eb96abb90a84b42e9b288e39bad759e4411a0
12041 Author: Behdad Esfahbod <behdad@behdad.org>
12042 Date:   Tue Jan 20 12:30:45 2015 -0800
12043
12044     [util] Add --font-size to hb-shape
12045
12046     Also makes hb-view to use 8 bits of subpixel precision and shape at
12047     requested size, instead of always shaping at upem and scaling results.
12048
12049  util/hb-ot-shape-closure.cc |  2 +-
12050  util/hb-shape.cc            |  2 +-
12051  util/hb-view.cc             |  5 ++++-
12052  util/helper-cairo.cc        | 16 ++++++++--------
12053  util/helper-cairo.hh        |  5 ++---
12054  util/main-font-text.hh      |  4 ++--
12055  util/options.cc             | 44
12056  +++++++++++++++++++++++++++++++++++++++++---
12057  util/options.hh             | 16 ++++++++++++----
12058  util/view-cairo.cc          |  2 +-
12059  util/view-cairo.hh          |  8 ++++----
12060  10 files changed, 76 insertions(+), 28 deletions(-)
12061
12062 commit 5789ca69d7464bab5fa0c5bdf404f3afaa490faf
12063 Author: Behdad Esfahbod <behdad@behdad.org>
12064 Date:   Fri Jan 9 14:22:01 2015 -0800
12065
12066     [util] Minor
12067
12068  util/options.cc | 2 +-
12069  1 file changed, 1 insertion(+), 1 deletion(-)
12070
12071 commit 67dfa8c7c2f2e9040a9c60c680f739ada4a35fb5
12072 Author: Behdad Esfahbod <behdad@behdad.org>
12073 Date:   Mon Jan 19 17:00:31 2015 -0800
12074
12075     When matching second glyph of kerning pairs, use bsearch
12076
12077     Roboto has glyphs (like 'F') that have 200 kerning pairs.
12078     Add a handcoded bsearch instead of previous linear search.
12079
12080     This doesn't show much speedup though, apparently we spend the
12081     bulk of the time somewhere before here.
12082
12083  src/hb-ot-layout-gpos-table.hh | 21 ++++++++++++++++-----
12084  1 file changed, 16 insertions(+), 5 deletions(-)
12085
12086 commit e9f5c65be027eb7759ab819e267e24dff3b017b6
12087 Author: Behdad Esfahbod <behdad@behdad.org>
12088 Date:   Mon Jan 19 14:42:11 2015 -0800
12089
12090     [bindings] Minor
12091
12092  src/sample.py | 2 ++
12093  1 file changed, 2 insertions(+)
12094
12095 commit 3704628d1f124234324b5f2bdd5fdd61c14c7801
12096 Merge: 1aaa7d67 5eb939dd
12097 Author: Behdad Esfahbod <behdad@behdad.org>
12098 Date:   Mon Jan 19 16:15:00 2015 -0800
12099
12100     Merge pull request #77 from roozbehp/master
12101
12102     Change New Tai Lue shaping engine from SEA to default
12103
12104 commit 5eb939ddfe9ef217da2e48d7d0f1f4b7501714ad
12105 Author: Roozbeh Pournader <roozbeh@google.com>
12106 Date:   Sun Jan 18 14:30:08 2015 -0800
12107
12108     Change New Tai Lue shaping engine from SEA to default
12109
12110     This is to reflect the UTC decision to change the encoding model of
12111     New Tai Lue from logical to visual to be similar to Thai, Lao, and
12112     Tai Viet: http://www.unicode.org/L2/L2014/14250.htm#141-C26
12113
12114     The visual encoding is already the current practice of encoding New
12115     Tai Lue on the web anyway:
12116     http://www.unicode.org/L2/L2014/14195-newtailue.txt
12117
12118     Fixes behdad/harfbuzz#66.
12119
12120  src/hb-ot-shape-complex-private.hh | 2 +-
12121  1 file changed, 1 insertion(+), 1 deletion(-)
12122
12123 commit 1aaa7d6799b42b392dd191d3c12011721ef99e74
12124 Author: Behdad Esfahbod <behdad@behdad.org>
12125 Date:   Sat Jan 17 20:16:56 2015 -0800
12126
12127     [indic] Fix out-of-bounds access
12128
12129  src/gen-indic-table.py                 |  2 +-
12130  src/hb-ot-shape-complex-indic-table.cc | 36
12131  +++++++++++++++++-----------------
12132  2 files changed, 19 insertions(+), 19 deletions(-)
12133
12134 commit 238d6a38f2ceb7d8dceec9365a823f032b3b9f7d
12135 Author: Behdad Esfahbod <behdad@behdad.org>
12136 Date:   Wed Jan 7 10:51:44 2015 -0800
12137
12138     [bindings] Update sample.py
12139
12140  src/sample.py | 9 ++++++---
12141  1 file changed, 6 insertions(+), 3 deletions(-)
12142
12143 commit 2cd5323531dcd800549b2cb1cb51d708e72ab2d8
12144 Author: Behdad Esfahbod <behdad@behdad.org>
12145 Date:   Tue Jan 6 19:16:38 2015 -0800
12146
12147     [bindings] Use hb_glib_blob_create() in sample
12148
12149     hb_blob_create() is considered C-only API.
12150
12151  src/hb-blob.cc |  8 ++++----
12152  src/sample.py  | 19 +++++++++----------
12153  2 files changed, 13 insertions(+), 14 deletions(-)
12154
12155 commit 0ef179e2dc040c13497af847b8c1cec846dbdbf9
12156 Author: Behdad Esfahbod <behdad@behdad.org>
12157 Date:   Tue Jan 6 16:58:33 2015 -0800
12158
12159     [glib] Add hb_glib_blob_create() that takes GBytes
12160
12161  src/hb-glib.cc | 11 +++++++++++
12162  src/hb-glib.h  |  3 +++
12163  2 files changed, 14 insertions(+)
12164
12165 commit b91904a40da6287f84bc79de60674fa57232ec09
12166 Author: Behdad Esfahbod <behdad@behdad.org>
12167 Date:   Tue Jan 6 15:43:14 2015 -0800
12168
12169     [bindings] Replace deprecated allow-none with optional and nullable
12170
12171  src/hb-blob.cc    | 4 ++--
12172  src/hb-shape.cc   | 2 +-
12173  src/hb-unicode.cc | 2 +-
12174  3 files changed, 4 insertions(+), 4 deletions(-)
12175
12176 commit 81a31f3eff44a85bb2160d51156a01a18f0a97df
12177 Author: Behdad Esfahbod <behdad@behdad.org>
12178 Date:   Tue Jan 6 15:37:31 2015 -0800
12179
12180     [bindings] Make sample Python 2/3 compatible
12181
12182  src/sample.py | 15 ++++++++++++++-
12183  1 file changed, 14 insertions(+), 1 deletion(-)
12184
12185 commit b632e7997d9cb6e4782cab6d8c62e8e5edaa4cb0
12186 Author: Behdad Esfahbod <behdad@behdad.org>
12187 Date:   Tue Jan 6 14:05:26 2015 -0800
12188
12189     Fix up gobject-introspection a bit
12190
12191     Minimal shaping works now!
12192
12193  src/hb-blob.cc   |  6 +++---
12194  src/hb-buffer.cc |  2 +-
12195  src/sample.py    | 34 ++++++++++++++++++++++++++++------
12196  3 files changed, 32 insertions(+), 10 deletions(-)
12197
12198 commit 3d1a666a8629a8502a2bcf23ab943e2b39a0da92
12199 Author: Behdad Esfahbod <behdad@behdad.org>
12200 Date:   Mon Jan 5 14:43:13 2015 -0800
12201
12202     Remove hardcoded ICU include paths.
12203
12204     ICU exports them using LOCAL_EXPORT_C_INCLUDE_DIRS.
12205
12206     https://android-review.googlesource.com/#/c/121311/
12207
12208  Android.mk | 3 +--
12209  1 file changed, 1 insertion(+), 2 deletions(-)
12210
12211 commit 8cb41cb9508eb1bb6319e92f900cfe5e8a131be3
12212 Merge: 365c03fc fb85d618
12213 Author: Behdad Esfahbod <behdad@behdad.org>
12214 Date:   Sun Jan 4 20:32:18 2015 -0800
12215
12216     Merge pull request #76 from cpeterso/cpeterso/Wunused-function
12217
12218     Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
12219
12220 commit fb85d618f5883458bacf0ecb0894772291a2d738
12221 Author: Chris Peterson <cpeterson@mozilla.com>
12222 Date:   Sun Jan 4 19:31:10 2015 -0800
12223
12224     Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
12225
12226  src/hb-common.cc | 2 +-
12227  src/hb-ft.cc     | 4 +++-
12228  src/hb-shape.cc  | 4 +++-
12229  src/hb-shaper.cc | 4 +++-
12230  4 files changed, 10 insertions(+), 4 deletions(-)
12231
12232 commit 365c03fc2bcdb4098314a0e123c46018fb882586
12233 Merge: c36c4a99 d1897a98
12234 Author: Behdad Esfahbod <behdad@behdad.org>
12235 Date:   Sat Jan 3 21:55:30 2015 -0800
12236
12237     Merge pull request #75 from cpeterso/cpeterso/Wunused-value
12238
12239     Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
12240
12241 commit d1897a98d8da40cffb57c07099a9a93cfeaacc36
12242 Author: Chris Peterson <cpeterson@mozilla.com>
12243 Date:   Sat Jan 3 19:46:19 2015 -0800
12244
12245     Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
12246
12247  src/hb-common.cc | 2 +-
12248  src/hb-icu.cc    | 4 +---
12249  2 files changed, 2 insertions(+), 4 deletions(-)
12250
12251 commit c36c4a9924609df648e62e47fa017b19b844fd98
12252 Author: Behdad Esfahbod <behdad@behdad.org>
12253 Date:   Fri Jan 2 14:09:23 2015 -0800
12254
12255     Add missing va_end()
12256
12257     Fixes https://github.com/behdad/harfbuzz/pull/74
12258
12259  util/options.cc | 1 +
12260  1 file changed, 1 insertion(+)
12261
12262 commit f34aaba8687a20794835e2dc878c52d1b53e6f85
12263 Author: Behdad Esfahbod <behdad@behdad.org>
12264 Date:   Sun Dec 28 18:56:15 2014 -0800
12265
12266     [ft] Don't set font ppem
12267
12268     For discussion see:
12269
12270       http://lists.freedesktop.org/archives/harfbuzz/2012-April/001905.html
12271
12272     Over time we have had added NO_HINTING all over the place in hb-ft.
12273     Finish it off.
12274     Not setting ppem on hb-font disables get_contour_point() calls which
12275     is good anyway.
12276
12277     See comments in the commit.
12278
12279  src/hb-ft.cc | 9 +++++++++
12280  1 file changed, 9 insertions(+)
12281
12282 commit 350f3a02ce225e5d78db8ac96de1351ff9f96dd5
12283 Author: Behdad Esfahbod <behdad@behdad.org>
12284 Date:   Sun Dec 28 17:44:26 2014 -0800
12285
12286     [ft] Add hb_ft_face_create_referenced() and
12287     hb_ft_font_create_referenced()
12288
12289     When I originally wrote hb-ft, FreeType objects did not support
12290     reference
12291     counting.  As such, hb_ft_face_create() and hb_ft_font_create() had a
12292     "destroy" callback and client was responsible for making sure
12293     FT_Face is
12294     kept around as long as the hb-font/face are alive.
12295
12296     However, since this was not clearly documented, some clienets didn't
12297     correctly did that.  In particular, some clients assumed that
12298     it's safe
12299     to destroy FT_Face and then hb_face_t.  This, indeed, used to work,
12300     until
12301     45fd9424c723f115ca98995b8f8a25185a6fc71d, which make face destroy
12302     access
12303     font tables.
12304
12305     Now, I fixed that issue in 395b35903e052aecc97d0807e4f813c64c0d2b0b
12306     since
12307     the access was not needed, but the problem remains that not all
12308     clients
12309     handle this correctly.  See:
12310
12311       https://bugs.freedesktop.org/show_bug.cgi?id=86300
12312
12313     Fortunately, FT_Reference_Face() was added to FreeType in 2010,
12314     and so we
12315     can use it now.  Originally I wanted to change hb_ft_face_create() and
12316     hb_ft_font_create() to reference the face if destroy==NULL was
12317     passed in.
12318     That would improve pretty much all clients, with little undesired
12319     effects.
12320     Except that FreeType itself, when compiled with HarfBuzz support,
12321     calls
12322     hb_ft_font_create() with destroy==NULL and saves the resulting
12323     hb-font on
12324     the ft-face (why does it not free it immediately?).  Making hb-face
12325     reference ft-face causes a cycling reference there.  At least,
12326     that's my
12327     current understanding.
12328
12329     At any rate, a cleaner approach, even if it means all clients will
12330     need a
12331     change, is to introduce brand new API.  Which this commit does.
12332
12333     Some comments added to hb-ft.h, hoping to make future clients
12334     make better
12335     choices.
12336
12337     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75299
12338
12339  configure.ac |  4 ++--
12340  src/hb-ft.cc | 32 ++++++++++++++++++++++++++++++++
12341  src/hb-ft.h  | 59
12342  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
12343  3 files changed, 92 insertions(+), 3 deletions(-)
12344
12345 commit 9a3b74884b2e41c7040611030f4336f13d18fd3e
12346 Author: Behdad Esfahbod <behdad@behdad.org>
12347 Date:   Sun Dec 28 17:27:39 2014 -0800
12348
12349     Remove redundant check for FT_Face_GetCharVariantIndex
12350
12351     We require FreeType >= 2.8.3.  This symbol was introduced earlier
12352     than that.
12353
12354  configure.ac | 9 +--------
12355  src/hb-ft.cc | 2 --
12356  2 files changed, 1 insertion(+), 10 deletions(-)
12357
12358 commit 1226b2e930aa456cc05bbe621c96f4286a95cff6
12359 Author: Behdad Esfahbod <behdad@behdad.org>
12360 Date:   Sun Dec 28 17:04:23 2014 -0800
12361
12362     Fix FreeType version check
12363
12364  configure.ac | 3 ++-
12365  1 file changed, 2 insertions(+), 1 deletion(-)
12366
12367 commit affacf2f37db767ab8df7f2db6cd9e0e9b0a2b8a
12368 Author: Behdad Esfahbod <behdad@behdad.org>
12369 Date:   Sun Dec 28 16:20:31 2014 -0800
12370
12371     [ft] Open blob in READONLY mode
12372
12373     HB_MEMORY_MODE_READONLY_MAY_MAKE_WRITABLE is deprecated and fairly
12374     useless now.
12375
12376  src/hb-ft.cc | 6 +-----
12377  1 file changed, 1 insertion(+), 5 deletions(-)
12378
12379 commit 395b35903e052aecc97d0807e4f813c64c0d2b0b
12380 Author: Behdad Esfahbod <behdad@behdad.org>
12381 Date:   Sun Dec 28 16:03:26 2014 -0800
12382
12383     Avoid accessing layout tables at face destruction
12384
12385     "Fixes" https://bugs.freedesktop.org/show_bug.cgi?id=86300
12386
12387     Based on discussion someone else who had a similar issue, most
12388     probably
12389     the user is releasing FT_Face before destructing hb_face_t /
12390     hb_font_t.
12391     While that's a client bug, and while we can (and should) use FreeType
12392     refcounting to help avoid that, it happens that we were accessing
12393     the table when we didn't really have to.  Avoid that.
12394
12395  src/hb-ot-layout-private.hh                | 3 +--
12396  src/hb-ot-layout.cc                        | 4 ++--
12397  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
12398  3 files changed, 4 insertions(+), 5 deletions(-)
12399
12400 commit 7d5e7613ced3dd39d05df83ca7e8952cbecd68f6
12401 Author: Behdad Esfahbod <behdad@behdad.org>
12402 Date:   Thu Dec 18 18:22:21 2014 -0800
12403
12404     Fail blob creation if length overflows or is too large
12405
12406     Fail if blob start plus length overflows; or if blob length
12407     is greater than 2GB.  It takes a while for fonts to get to that
12408     size.  In the mean time, it protects against bugs like this:
12409
12410       http://www.icu-project.org/trac/ticket/11450
12411
12412     Also avoids some weird issues with 32bit vs 64bit systems
12413     as we accept length as unsigned int.  As such, a length of
12414     -1 will cause overflow on 32bit machines, but happily
12415     accepted on a 64bit machine.  Avoid that.
12416
12417  src/hb-blob.cc       | 5 ++++-
12418  test/api/test-blob.c | 3 +++
12419  2 files changed, 7 insertions(+), 1 deletion(-)
12420
12421 commit d5a5052098b0aa79ff55c235e61a9db477c4120f
12422 Author: Behdad Esfahbod <behdad@behdad.org>
12423 Date:   Thu Dec 18 18:09:41 2014 -0800
12424
12425     Assert that blob length doesn't overflow address.
12426
12427     This will crash now, if blob was created with wrong length.
12428     Check for that coming next commit.
12429
12430  src/hb-open-type-private.hh | 1 +
12431  1 file changed, 1 insertion(+)
12432
12433 commit 66e37409b3bc1eddc86704ae26d9176677ce6aa6
12434 Author: Behdad Esfahbod <behdad@behdad.org>
12435 Date:   Wed Dec 17 12:09:17 2014 -0800
12436
12437     0.9.37
12438
12439  NEWS         | 8 ++++++++
12440  configure.ac | 2 +-
12441  2 files changed, 9 insertions(+), 1 deletion(-)
12442
12443 commit 093c520de506aec74f3fb1e195c0ca85813424dd
12444 Author: Behdad Esfahbod <behdad@behdad.org>
12445 Date:   Fri Dec 12 21:07:53 2014 -0800
12446
12447     [otlayout] Mark variables that are C arrays as opposed to OT::ArrayOf
12448
12449  src/hb-ot-layout-gpos-table.hh       | 24 +++++++--------
12450  src/hb-ot-layout-gsubgpos-private.hh | 60
12451  ++++++++++++++++++------------------
12452  2 files changed, 42 insertions(+), 42 deletions(-)
12453
12454 commit 9df0a520306a491f973d42965597bfda6023e508
12455 Author: Behdad Esfahbod <behdad@behdad.org>
12456 Date:   Fri Dec 12 20:54:28 2014 -0800
12457
12458     [otlayout] Avoid invalid access with Context format 3
12459
12460  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
12461  1 file changed, 2 insertions(+)
12462
12463 commit 295ef1dd5229f47d8e0eb5b4eb48c90a6b470073
12464 Author: Behdad Esfahbod <behdad@behdad.org>
12465 Date:   Fri Dec 12 20:43:18 2014 -0800
12466
12467     [ot] Debug get_coverage
12468
12469  src/hb-ot-layout-gsubgpos-private.hh | 6 +++++-
12470  1 file changed, 5 insertions(+), 1 deletion(-)
12471
12472 commit 00f6a8e334ec4c586e4e633a95b411ccb50306d3
12473 Author: Behdad Esfahbod <behdad@behdad.org>
12474 Date:   Fri Dec 12 20:36:49 2014 -0800
12475
12476     [ot] Print format in dispatch trace
12477
12478  src/hb-ot-layout-gpos-table.hh       | 16 ++++++++--------
12479  src/hb-ot-layout-gsub-table.hh       | 14 +++++++-------
12480  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
12481  3 files changed, 19 insertions(+), 19 deletions(-)
12482
12483 commit 5c7d6f02d71362c2b192a7d96e6181977682921c
12484 Author: Behdad Esfahbod <behdad@behdad.org>
12485 Date:   Fri Dec 12 20:28:49 2014 -0800
12486
12487     Minor
12488
12489  src/hb-private.hh | 4 +++-
12490  1 file changed, 3 insertions(+), 1 deletion(-)
12491
12492 commit 153beebba9b76901b8b62b90ba0dc69462ae2090
12493 Author: Behdad Esfahbod <behdad@behdad.org>
12494 Date:   Fri Dec 12 19:46:09 2014 -0800
12495
12496     [ot] Make sure all toplevel tables have tableTag
12497
12498  src/hb-open-file-private.hh | 2 ++
12499  src/hb-ot-hhea-table.hh     | 2 ++
12500  src/hb-ot-hmtx-table.hh     | 2 ++
12501  3 files changed, 6 insertions(+)
12502
12503 commit 282b13f9b4d86b091714de7fbddc94b3e3ff3d91
12504 Author: Behdad Esfahbod <behdad@behdad.org>
12505 Date:   Fri Dec 12 19:32:46 2014 -0800
12506
12507     [sanitize] Improve debug output some more
12508
12509  src/hb-open-type-private.hh | 30 ++++++++++++++++--------------
12510  1 file changed, 16 insertions(+), 14 deletions(-)
12511
12512 commit 0766ee1f4e6046598a2e8fb1b167c3942b4a87a0
12513 Author: Behdad Esfahbod <behdad@behdad.org>
12514 Date:   Fri Dec 12 18:23:20 2014 -0800
12515
12516     [sanitize] Improve debug output
12517
12518  src/hb-open-type-private.hh | 20 ++++++++++----------
12519  1 file changed, 10 insertions(+), 10 deletions(-)
12520
12521 commit e6f80fa1044243898c402ec6a59d6c1b5420be53
12522 Author: Behdad Esfahbod <behdad@behdad.org>
12523 Date:   Wed Dec 10 12:05:24 2014 -0800
12524
12525     [indic] Allow ZWJ/ZWNJ before SM
12526
12527     In Oriya, a ZWJ/ZWNJ might be added before candrabindu to encourage
12528     or stop ligation of the candrabindu.  This is clearly specified in
12529     the Unicode section on Oriya.  Allow it there.  Note that Uniscribe
12530     doesn't allow this.
12531
12532     Micro tests added using Noto Sans Oriya draft.
12533
12534     No changes in numbers.  Currently at:
12535
12536     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
12537     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
12538     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
12539     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
12540     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
12541     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
12542     MALAYALAM: 1048147 out of 1048334 tests passed. 187 failed
12543     (0.0178378%)
12544     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
12545     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
12546     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
12547     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
12548
12549  src/hb-ot-shape-complex-indic-machine.rl                 |   2 +-
12550  test/shaping/Makefile.am                                 |   1 +
12551  .../sha1sum/5028afb650b1bb718ed2131e872fbcce57828fff.ttf | Bin 0 ->
12552  4720 bytes
12553  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
12554  test/shaping/tests/MANIFEST                              |   1 +
12555  test/shaping/tests/indic-joiner-candrabindu.tests        |   2 ++
12556  6 files changed, 6 insertions(+), 1 deletion(-)
12557
12558 commit c0e95abc5f3f14121483b71f10837828a3a1d73a
12559 Author: Behdad Esfahbod <behdad@behdad.org>
12560 Date:   Thu Nov 20 14:42:24 2014 -0800
12561
12562     0.9.36
12563
12564  NEWS         | 12 ++++++++++++
12565  configure.ac |  2 +-
12566  2 files changed, 13 insertions(+), 1 deletion(-)
12567
12568 commit fde3e4a423871463c883cb969e99c29cb6f69f6b
12569 Author: Behdad Esfahbod <behdad@behdad.org>
12570 Date:   Wed Oct 29 11:23:08 2014 -0700
12571
12572     In hb_ot_collect_glyphs(), don't recurse to a lookup more than once
12573
12574     Otherwise, we might process a lookup thousands of times, with no
12575     benefit.  This pathological case was hit by Noto Nastaliq Urdu Draft
12576     in Firefox's code to determine whether space glyph is involved in
12577     any GSUB/GPOS rules.  A test page is at http://behdad.org/urdu
12578
12579     See:
12580     https://bugzilla.mozilla.org/show_bug.cgi?id=1090869
12581
12582  src/hb-ot-layout-gsubgpos-private.hh | 17 ++++++++++++++++-
12583  1 file changed, 16 insertions(+), 1 deletion(-)
12584
12585 commit 5a5640d8506ccfc99fd119e89e829170d1fea421
12586 Author: Behdad Esfahbod <behdad@behdad.org>
12587 Date:   Tue Oct 14 21:26:13 2014 -0700
12588
12589     Move code around
12590
12591  src/hb-open-type-private.hh | 50
12592  ++++++++++++++++++++++-----------------------
12593  1 file changed, 25 insertions(+), 25 deletions(-)
12594
12595 commit 666b42f73bd1f516657b206ef738108825bf239f
12596 Author: Behdad Esfahbod <behdad@behdad.org>
12597 Date:   Tue Oct 14 21:24:59 2014 -0700
12598
12599     Move macros around
12600
12601     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=84491
12602
12603  src/hb-open-type-private.hh | 63
12604  ++++++++++++++++++++++++++++++++++++++-------
12605  src/hb-private.hh           | 41 -----------------------------
12606  src/hb-uniscribe.cc         |  6 +++++
12607  3 files changed, 60 insertions(+), 50 deletions(-)
12608
12609 commit 5c87120b8178566ddae99d9825edc24f9b87ea3d
12610 Author: Behdad Esfahbod <behdad@behdad.org>
12611 Date:   Tue Oct 14 20:07:31 2014 -0700
12612
12613     Fix misc warnings
12614
12615     Fixes https://github.com/behdad/harfbuzz/pull/51
12616
12617  src/hb-buffer-deserialize-json.rl | 4 ++--
12618  src/hb-ot-layout-gsub-table.hh    | 2 +-
12619  src/hb-private.hh                 | 6 +++---
12620  3 files changed, 6 insertions(+), 6 deletions(-)
12621
12622 commit a1f27ac3c48cfe6d532dc422cf256952fea472ed
12623 Author: Behdad Esfahbod <behdad@behdad.org>
12624 Date:   Thu Oct 2 16:54:33 2014 -0400
12625
12626     Update test expectation for previous commit
12627
12628  test/shaping/tests/arabic-fallback-shaping.tests | 2 +-
12629  1 file changed, 1 insertion(+), 1 deletion(-)
12630
12631 commit 8afaf096870d7895cf2fffb6438b02c0ad1b6c52
12632 Author: Behdad Esfahbod <behdad@behdad.org>
12633 Date:   Thu Oct 2 16:40:41 2014 -0400
12634
12635     [ft] Add NO_HINTING in a couple other places
12636
12637  src/hb-ft.cc | 4 ++--
12638  1 file changed, 2 insertions(+), 2 deletions(-)
12639
12640 commit 7228011411f0e490ad1ba9894dd0d576823903ea
12641 Author: Behdad Esfahbod <behdad@behdad.org>
12642 Date:   Wed Oct 1 18:58:43 2014 -0400
12643
12644     [travis] Fix clang again
12645
12646  .travis.yml | 2 +-
12647  1 file changed, 1 insertion(+), 1 deletion(-)
12648
12649 commit 406a020e5228d4a04da6282f5a75165bab7a483e
12650 Author: Behdad Esfahbod <behdad@behdad.org>
12651 Date:   Wed Oct 1 18:54:55 2014 -0400
12652
12653     [travis] Fail build if coveralls fails
12654
12655  .travis.yml | 15 ++-------------
12656  1 file changed, 2 insertions(+), 13 deletions(-)
12657
12658 commit a8aa20260dbd9af9cbcc7d545fa8b41b07aae276
12659 Author: Behdad Esfahbod <behdad@behdad.org>
12660 Date:   Wed Oct 1 18:48:40 2014 -0400
12661
12662     [travis] Only run coveralls under gcc
12663
12664  .travis.yml | 5 ++---
12665  1 file changed, 2 insertions(+), 3 deletions(-)
12666
12667 commit 5de0407337d630117e424b7c715b7cbd432f4ef9
12668 Author: Behdad Esfahbod <behdad@behdad.org>
12669 Date:   Wed Oct 1 18:18:25 2014 -0400
12670
12671     Help clang with gcov
12672
12673  src/check-defs.sh    | 2 +-
12674  src/check-symbols.sh | 6 +++---
12675  2 files changed, 4 insertions(+), 4 deletions(-)
12676
12677 commit ef40ca8e5e830231539dc61088b58e907a840629
12678 Author: Behdad Esfahbod <behdad@behdad.org>
12679 Date:   Wed Oct 1 18:07:27 2014 -0400
12680
12681     [travis] Try to make coverage work with clang
12682
12683  .travis.yml | 11 ++++++-----
12684  1 file changed, 6 insertions(+), 5 deletions(-)
12685
12686 commit 52784da17b7278f2587168234878bb15d918c9fe
12687 Author: Behdad Esfahbod <behdad@behdad.org>
12688 Date:   Wed Oct 1 17:57:43 2014 -0400
12689
12690     [travis] Minor
12691
12692  README | 6 +++---
12693  1 file changed, 3 insertions(+), 3 deletions(-)
12694
12695 commit f2c9005f5123c7f9b227fd9ac9a3438c5fe4cf47
12696 Author: Behdad Esfahbod <behdad@behdad.org>
12697 Date:   Wed Oct 1 17:45:17 2014 -0400
12698
12699     Add README.md symlink to make github happy
12700
12701  README.md | 1 +
12702  1 file changed, 1 insertion(+)
12703
12704 commit 40987e8aaca4155d9cff211549e8d23f24c334e5
12705 Author: Behdad Esfahbod <behdad@behdad.org>
12706 Date:   Wed Oct 1 17:44:30 2014 -0400
12707
12708     [travis] Re-enable clang
12709
12710  .travis.yml | 8 +-------
12711  1 file changed, 1 insertion(+), 7 deletions(-)
12712
12713 commit 5400ac476e5a5bcc66559fcfb05a683a6b433ea1
12714 Author: Behdad Esfahbod <behdad@behdad.org>
12715 Date:   Wed Oct 1 17:41:41 2014 -0400
12716
12717     Add build and coverage status links
12718
12719  README | 3 +++
12720  1 file changed, 3 insertions(+)
12721
12722 commit 19360e0a5609c65842a989587b01a4dc7c9eae36
12723 Author: Behdad Esfahbod <behdad@behdad.org>
12724 Date:   Wed Oct 1 17:35:03 2014 -0400
12725
12726     [travis] Report matrix settings to help debugging
12727
12728  .travis.yml | 6 ++++++
12729  1 file changed, 6 insertions(+)
12730
12731 commit 9b89fc52f49b80df1f27ac7de69e0152bdcc94d6
12732 Author: Behdad Esfahbod <behdad@behdad.org>
12733 Date:   Wed Oct 1 17:20:31 2014 -0400
12734
12735     [travis] More coveralls
12736
12737  .travis.yml | 7 ++++++-
12738  1 file changed, 6 insertions(+), 1 deletion(-)
12739
12740 commit a68f2b62c1f24009993911b1dbcb76b821e58c51
12741 Author: Behdad Esfahbod <behdad@behdad.org>
12742 Date:   Wed Oct 1 17:05:58 2014 -0400
12743
12744     [travis] Give coveralls a hand
12745
12746  .travis.yml | 1 +
12747  1 file changed, 1 insertion(+)
12748
12749 commit 5194d647e13aa5ba2cfcdbdcd4a659dc5bd11418
12750 Author: Behdad Esfahbod <behdad@behdad.org>
12751 Date:   Wed Oct 1 17:03:26 2014 -0400
12752
12753     [travis] Disable clang for now
12754
12755  .travis.yml | 2 +-
12756  1 file changed, 1 insertion(+), 1 deletion(-)
12757
12758 commit 715f27f85f97fee13b119f60037db5c139489ee6
12759 Author: Behdad Esfahbod <behdad@behdad.org>
12760 Date:   Wed Oct 1 16:53:00 2014 -0400
12761
12762     [test] Fixup test
12763
12764  test/shaping/tests/hangul-jamo.tests | 9 ---------
12765  1 file changed, 9 deletions(-)
12766
12767 commit 2a508ddae5de3852243725ce22caa3dcffccb83e
12768 Author: Behdad Esfahbod <behdad@behdad.org>
12769 Date:   Wed Oct 1 16:49:22 2014 -0400
12770
12771     [travis] Another try at coveralls.io
12772
12773  .travis.yml | 6 +++---
12774  1 file changed, 3 insertions(+), 3 deletions(-)
12775
12776 commit dfe8078e5be46cab5e67aed977749c1d6725e6a7
12777 Author: Behdad Esfahbod <behdad@behdad.org>
12778 Date:   Wed Oct 1 16:38:47 2014 -0400
12779
12780     [travis] First try to hookup coveralls.io code coverage tracking
12781
12782  .travis.yml | 6 ++++--
12783  1 file changed, 4 insertions(+), 2 deletions(-)
12784
12785 commit 1b387571e4d0eed883f1ae8ec85cf0e818b4a7f9
12786 Author: Behdad Esfahbod <behdad@behdad.org>
12787 Date:   Wed Oct 1 16:14:59 2014 -0400
12788
12789     [travis] Unbreak
12790
12791  .travis.yml | 8 +-------
12792  1 file changed, 1 insertion(+), 7 deletions(-)
12793
12794 commit e281ed360dfdf803aea87b6078983867d08e07a7
12795 Author: Behdad Esfahbod <behdad@behdad.org>
12796 Date:   Wed Oct 1 16:09:08 2014 -0400
12797
12798     [travis] Minor
12799
12800  .travis.yml | 23 +++++++++++++++++++++--
12801  1 file changed, 21 insertions(+), 2 deletions(-)
12802
12803 commit c0b82ba32a1987902a3b9c05b46f8be6b121883a
12804 Author: Behdad Esfahbod <behdad@behdad.org>
12805 Date:   Wed Oct 1 14:24:07 2014 -0400
12806
12807     Create ragel-generated files in srcdir
12808
12809  src/Makefile.am | 25 ++++++++++---------------
12810  1 file changed, 10 insertions(+), 15 deletions(-)
12811
12812 commit 79bbb10b0da49ace763a50f259c2ea687143f7ea
12813 Author: Behdad Esfahbod <behdad@behdad.org>
12814 Date:   Wed Oct 1 13:33:21 2014 -0400
12815
12816     Clean ragel-generated headers in maintainercleanfiles
12817
12818  src/Makefile.am | 7 +++++++
12819  1 file changed, 7 insertions(+)
12820
12821 commit 8971cac83eb4f06847abfa3eaa15857d27141810
12822 Author: Behdad Esfahbod <behdad@behdad.org>
12823 Date:   Wed Oct 1 12:41:03 2014 -0400
12824
12825     Don't use tmp files in Makefile
12826
12827     Useful for code-coverage generation of the ragel-generated files
12828     as they will now contain the correct .hh filename in them.
12829
12830  src/Makefile.am | 27 +++++++++++++--------------
12831  1 file changed, 13 insertions(+), 14 deletions(-)
12832
12833 commit 22723186652224a635f1dad5cda0f753e78c301d
12834 Author: Behdad Esfahbod <behdad@behdad.org>
12835 Date:   Wed Oct 1 11:56:07 2014 -0400
12836
12837     check-static-inits: Filter out zero-length sections
12838
12839     When compiling with -O0, zero-sized constructors were showing up
12840     and confusing the test.
12841
12842  src/check-static-inits.sh | 2 +-
12843  1 file changed, 1 insertion(+), 1 deletion(-)
12844
12845 commit b695a3dc2300ed970a4154ad8b997407b3cb4faf
12846 Author: Behdad Esfahbod <behdad@behdad.org>
12847 Date:   Wed Oct 1 11:55:14 2014 -0400
12848
12849     check-static-inits: check for static finalizers
12850
12851  src/check-static-inits.sh | 4 ++--
12852  1 file changed, 2 insertions(+), 2 deletions(-)
12853
12854 commit 250398b1e4f102e4e44eeb9e2aebf0cd2d397344
12855 Author: Behdad Esfahbod <behdad@behdad.org>
12856 Date:   Wed Oct 1 11:28:01 2014 -0400
12857
12858     Hide other bubble-sort
12859
12860  src/hb-private.hh | 2 +-
12861  1 file changed, 1 insertion(+), 1 deletion(-)
12862
12863 commit c1e87442621beff98791ce56cfd1ccee506c4ee6
12864 Author: Behdad Esfahbod <behdad@behdad.org>
12865 Date:   Wed Oct 1 11:07:08 2014 -0400
12866
12867     Hide bubble-sort!
12868
12869  src/hb-private.hh | 2 +-
12870  1 file changed, 1 insertion(+), 1 deletion(-)
12871
12872 commit 80f77282264afb1356351024b1f062b2824bba3b
12873 Author: Behdad Esfahbod <behdad@behdad.org>
12874 Date:   Thu Sep 25 17:59:46 2014 +0300
12875
12876     [util] Fix ansi output when surface is empty
12877
12878  util/helper-cairo-ansi.cc | 4 ++--
12879  1 file changed, 2 insertions(+), 2 deletions(-)
12880
12881 commit 156852991e18e5ac256ee4d6b2916931cc274977
12882 Author: Behdad Esfahbod <behdad@behdad.org>
12883 Date:   Thu Sep 25 17:45:49 2014 +0300
12884
12885     [ot-font] Add hb_ot_face_cmap_accelerator_t
12886
12887  src/hb-ot-font.cc | 113
12888  +++++++++++++++++++++++++++++++-----------------------
12889  1 file changed, 66 insertions(+), 47 deletions(-)
12890
12891 commit d088ccaf11d9475fe0d269ce130b1793b8a1ffbf
12892 Author: Behdad Esfahbod <behdad@behdad.org>
12893 Date:   Thu Sep 25 17:26:56 2014 +0300
12894
12895     [ot-font] Minor
12896
12897  src/hb-ot-font.cc | 23 ++++++++++++-----------
12898  1 file changed, 12 insertions(+), 11 deletions(-)
12899
12900 commit d7c160a1530adabbcf33725b105072293115a34c
12901 Author: Behdad Esfahbod <behdad@behdad.org>
12902 Date:   Thu Sep 25 17:15:35 2014 +0300
12903
12904     [ot-font] Handle missing vertical metrics tables
12905
12906  src/hb-ot-font.cc | 26 +++++++++++++++++++-------
12907  1 file changed, 19 insertions(+), 7 deletions(-)
12908
12909 commit be1cca270257bfdfee3fbe821175269713acf408
12910 Author: Behdad Esfahbod <behdad@behdad.org>
12911 Date:   Thu Sep 25 16:53:24 2014 +0300
12912
12913     [ot-font] Add metrics_accel_t
12914
12915  src/hb-ot-font.cc       | 111
12916  ++++++++++++++++++++++--------------------------
12917  src/hb-ot-hhea-table.hh |   2 +-
12918  src/hb-ot-hmtx-table.hh |   4 +-
12919  3 files changed, 54 insertions(+), 63 deletions(-)
12920
12921 commit d41b809e9d21e655129a97c600d28f278fd7e62c
12922 Author: Behdad Esfahbod <behdad@behdad.org>
12923 Date:   Thu Sep 25 13:04:08 2014 +0300
12924
12925     [ot-font] Start adding vertical support
12926
12927  src/hb-ot-font.cc       | 57 ++++++++++++++++++++++++++++++++++----------
12928  src/hb-ot-hhea-table.hh | 63
12929  ++++++++++++++++++++++++++-----------------------
12930  src/hb-ot-hmtx-table.hh | 35 +++++++++++++++++----------
12931  3 files changed, 100 insertions(+), 55 deletions(-)
12932
12933 commit 22f0de5025aeeef4c8b3ca876d291d4c8e558d94
12934 Author: Behdad Esfahbod <behdad@behdad.org>
12935 Date:   Mon Aug 25 12:54:57 2014 -0400
12936
12937     Fix build
12938
12939  src/hb-ot-shape-complex-arabic-win1256.hh | 3 +++
12940  1 file changed, 3 insertions(+)
12941
12942 commit d457e3f0ff9b27616a34e4cc110d3edbf8796841
12943 Author: Behdad Esfahbod <behdad@behdad.org>
12944 Date:   Mon Aug 25 12:31:19 2014 -0400
12945
12946     [arabic] Don't #include __FILE__
12947
12948     Fine!
12949
12950     https://code.google.com/p/chromium/issues/detail?id=406957
12951
12952  src/hb-ot-shape-complex-arabic-win1256.hh | 2 +-
12953  1 file changed, 1 insertion(+), 1 deletion(-)
12954
12955 commit 9ceb673d9c35bb28c9b2ed5359bdd8b23fda0019
12956 Author: Behdad Esfahbod <behdad@behdad.org>
12957 Date:   Mon Aug 25 11:48:12 2014 -0400
12958
12959     [arabic] Allow disabling win1256 fallback code
12960
12961     By defining HB_NO_WIN1256.
12962
12963  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
12964  1 file changed, 1 insertion(+), 1 deletion(-)
12965
12966 commit 8a9319502141c09695461c386e54f998250420e9
12967 Author: Behdad Esfahbod <behdad@behdad.org>
12968 Date:   Fri Aug 22 12:06:57 2014 -0400
12969
12970     [ot] Prefer Windows platform cmap tables / accept all Unicode
12971     encodingIDs
12972
12973     Some fonts on the Mac ship with (0,1).
12974
12975  src/hb-ot-font.cc | 7 +++++--
12976  1 file changed, 5 insertions(+), 2 deletions(-)
12977
12978 commit 270971a0fccdf4964fd3e8ab8e5cf53037a3518d
12979 Author: Behdad Esfahbod <behdad@behdad.org>
12980 Date:   Fri Aug 15 14:28:04 2014 -0400
12981
12982     [win32] Avoid preprocessor warnings re macros
12983
12984  src/hb-private.hh | 8 ++++++--
12985  1 file changed, 6 insertions(+), 2 deletions(-)
12986
12987 commit 8c6bd34d38fb3007c3d660fce0095cc5c7e9962e
12988 Author: Behdad Esfahbod <behdad@behdad.org>
12989 Date:   Thu Aug 14 13:33:37 2014 -0400
12990
12991     Fix check-symbols on OS X
12992
12993  src/check-libstdc++.sh | 14 +++++++-------
12994  src/check-symbols.sh   |  8 +++++++-
12995  2 files changed, 14 insertions(+), 8 deletions(-)
12996
12997 commit 522b1cc5261c1419166bfb90d2ff634b684be66a
12998 Author: Behdad Esfahbod <behdad@behdad.org>
12999 Date:   Thu Aug 14 13:29:30 2014 -0400
13000
13001     [coretext] Hide feature_mappings
13002
13003  src/hb-coretext.cc | 2 +-
13004  1 file changed, 1 insertion(+), 1 deletion(-)
13005
13006 commit 0d2c2f238bf0a847ecd55a70cc0f081f18a053ac
13007 Author: Behdad Esfahbod <behdad@behdad.org>
13008 Date:   Thu Aug 14 13:25:55 2014 -0400
13009
13010     Simplify hb-object
13011
13012  src/hb-object-private.hh | 118
13013  +++++++++++++++--------------------------------
13014  1 file changed, 36 insertions(+), 82 deletions(-)
13015
13016 commit 9d861b81f349188a4507350398786a6e94038095
13017 Author: Behdad Esfahbod <behdad@behdad.org>
13018 Date:   Thu Aug 14 13:15:21 2014 -0400
13019
13020     Really fix clang build this time
13021
13022  src/hb-object-private.hh | 141
13023  +++++++++++++++++++++++------------------------
13024  1 file changed, 68 insertions(+), 73 deletions(-)
13025
13026 commit 272226f294382b0c6921b36e0e67fc53daa765d3
13027 Author: Behdad Esfahbod <behdad@behdad.org>
13028 Date:   Thu Aug 14 13:11:33 2014 -0400
13029
13030     Revert "Fix build on clang after previous commit"
13031
13032     This reverts commit 9c80cbc87f23040a334e30c750f64523d9ef10c8.
13033
13034  src/hb-object-private.hh | 34 +++++++++++++---------------------
13035  1 file changed, 13 insertions(+), 21 deletions(-)
13036
13037 commit 9c80cbc87f23040a334e30c750f64523d9ef10c8
13038 Author: Behdad Esfahbod <behdad@behdad.org>
13039 Date:   Thu Aug 14 13:09:52 2014 -0400
13040
13041     Fix build on clang after previous commit
13042
13043  src/hb-object-private.hh | 34 +++++++++++++++++++++-------------
13044  1 file changed, 21 insertions(+), 13 deletions(-)
13045
13046 commit a5a27073cfff91c4f80209ca8462543130af61dd
13047 Author: Behdad Esfahbod <behdad@behdad.org>
13048 Date:   Thu Aug 14 13:05:36 2014 -0400
13049
13050     Rewrite this==NULL checks to avoid undefined behavior
13051
13052     Fixes https://code.google.com/p/chromium/issues/detail?id=403594
13053
13054  src/hb-object-private.hh | 18 ++++++++----------
13055  1 file changed, 8 insertions(+), 10 deletions(-)
13056
13057 commit cc3b2d432b02f9381cdf19e2dd5fbbdd002a750c
13058 Author: Behdad Esfahbod <behdad@behdad.org>
13059 Date:   Thu Aug 14 12:59:16 2014 -0400
13060
13061     Remove this==NULL check from face->reference_table()
13062
13063     Not supposed to happen, and apparently this is undefined in C++.
13064     https://code.google.com/p/chromium/issues/detail?id=403594
13065
13066  src/hb-face-private.hh | 2 +-
13067  1 file changed, 1 insertion(+), 1 deletion(-)
13068
13069 commit cd7ea4f791dc41d62ad238673e2ea0107883c9e3
13070 Author: Behdad Esfahbod <behdad@behdad.org>
13071 Date:   Thu Aug 14 12:57:02 2014 -0400
13072
13073     Make hb_object_t members private
13074
13075     In preparation for fixing:
13076     https://code.google.com/p/chromium/issues/detail?id=403594
13077
13078  src/hb-object-private.hh | 26 +++++++++++++++++++++-----
13079  src/hb-set-private.hh    |  2 +-
13080  2 files changed, 22 insertions(+), 6 deletions(-)
13081
13082 commit c4308f895aef93ed884fd54e4ebc65b6d2cfc94a
13083 Author: Behdad Esfahbod <behdad@behdad.org>
13084 Date:   Wed Aug 13 19:42:01 2014 -0400
13085
13086     Minor
13087
13088  test/shaping/hb_test_tools.py | 2 +-
13089  1 file changed, 1 insertion(+), 1 deletion(-)
13090
13091 commit cd5a1149d980dc3c17b6bb9d961c761b2671ba1b
13092 Author: Behdad Esfahbod <behdad@behdad.org>
13093 Date:   Wed Aug 13 12:39:34 2014 -0400
13094
13095     0.9.35
13096
13097  NEWS         | 29 +++++++++++++++++++++++++++++
13098  configure.ac |  2 +-
13099  2 files changed, 30 insertions(+), 1 deletion(-)
13100
13101 commit 20076cc41e673c31305fcb58d37b3b292fd35f83
13102 Author: Behdad Esfahbod <behdad@behdad.org>
13103 Date:   Tue Aug 12 19:26:35 2014 -0400
13104
13105     [coretext] Add version guards for kCTLanguageAttributeName
13106
13107  src/hb-coretext.cc | 7 +++++++
13108  1 file changed, 7 insertions(+)
13109
13110 commit 1b3011c27df531875d432e909ae6b77f115c5017
13111 Author: Behdad Esfahbod <behdad@behdad.org>
13112 Date:   Tue Aug 12 19:17:19 2014 -0400
13113
13114     [coretext] Pass buffer language to CoreText
13115
13116  src/hb-coretext.cc | 12 ++++++++++++
13117  1 file changed, 12 insertions(+)
13118
13119 commit 3eb6a4dbf25b11fce5e0e426e89f7457887aeca0
13120 Author: Behdad Esfahbod <behdad@behdad.org>
13121 Date:   Tue Aug 12 19:10:33 2014 -0400
13122
13123     [coretext] Minor
13124
13125  src/hb-coretext.cc | 9 +++++----
13126  1 file changed, 5 insertions(+), 4 deletions(-)
13127
13128 commit 08acfe0d3a1d8223a9fa0696703fff63d6c2ea8b
13129 Author: Behdad Esfahbod <behdad@behdad.org>
13130 Date:   Tue Aug 12 18:57:08 2014 -0400
13131
13132     [hb-coretext] Fix cluster order of notdef runs in RTL text
13133
13134  src/hb-coretext.cc | 3 +++
13135  1 file changed, 3 insertions(+)
13136
13137 commit 30eed75de24ac0b6648a72d98d10bb24a563d7ef
13138 Author: Behdad Esfahbod <behdad@behdad.org>
13139 Date:   Tue Aug 12 17:15:09 2014 -0400
13140
13141     [shape-plan] Fix typo!
13142
13143     The only effect is, if shaper_list was not NULL and no shaper
13144     was found,
13145     we now don't insert anything into cache and return earlier.
13146
13147  src/hb-shape-plan.cc | 2 +-
13148  1 file changed, 1 insertion(+), 1 deletion(-)
13149
13150 commit dc9aba6fc53898acd7281b118cec0355d61b1df2
13151 Author: Behdad Esfahbod <behdad@behdad.org>
13152 Date:   Tue Aug 12 17:14:36 2014 -0400
13153
13154     [shape-plan] Better debug messages
13155
13156  src/hb-shape-plan.cc | 14 ++++++++++----
13157  1 file changed, 10 insertions(+), 4 deletions(-)
13158
13159 commit e956c65bf724a8403471362288d2361361b6ac58
13160 Author: Behdad Esfahbod <behdad@behdad.org>
13161 Date:   Tue Aug 12 17:03:27 2014 -0400
13162
13163     [shape-plan] Simplify macro
13164
13165  src/hb-shape-plan.cc | 22 ++++++++--------------
13166  1 file changed, 8 insertions(+), 14 deletions(-)
13167
13168 commit 29e25550ce8fee3fecc42d20a45ce9c212dc59df
13169 Author: Behdad Esfahbod <behdad@behdad.org>
13170 Date:   Tue Aug 12 17:02:59 2014 -0400
13171
13172     Fix gcc warning
13173
13174  src/hb-private.hh | 9 +++++++++
13175  1 file changed, 9 insertions(+)
13176
13177 commit 8d5eebc0c6ada01128c6ee384340efdbef7ba29d
13178 Author: Behdad Esfahbod <behdad@behdad.org>
13179 Date:   Tue Aug 12 16:50:22 2014 -0400
13180
13181     [shape-plan] Fix shape-plan caching with more than one requested
13182     shaper
13183
13184     Wasn't breaking out of loop, ouch!
13185
13186     http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1246370.html
13187
13188  src/hb-shape-plan.cc | 9 ++++++---
13189  1 file changed, 6 insertions(+), 3 deletions(-)
13190
13191 commit bc3d0dc60104f1cda465a5e8ba5b40ed5bec70b9
13192 Author: Behdad Esfahbod <behdad@behdad.org>
13193 Date:   Tue Aug 12 16:49:18 2014 -0400
13194
13195     [shape-plan] Add debug tracing
13196
13197  src/hb-shape-plan.cc | 26 ++++++++++++++++++++++++++
13198  1 file changed, 26 insertions(+)
13199
13200 commit 81b8d9777b9c38c7e6408591763a4cac6de18e4b
13201 Author: Behdad Esfahbod <behdad@behdad.org>
13202 Date:   Tue Aug 12 15:49:47 2014 -0400
13203
13204     [coretext] Fix buffer resizing
13205
13206     Was very broken.  Now fixed and tested.
13207
13208  src/hb-coretext.cc | 17 +++++++++++++----
13209  1 file changed, 13 insertions(+), 4 deletions(-)
13210
13211 commit c3e924fb9e0e2d4003790817655efd9c5688c7e1
13212 Author: Behdad Esfahbod <behdad@behdad.org>
13213 Date:   Tue Aug 12 14:25:11 2014 -0400
13214
13215     [coretext] Rewind scratch-allocated arrays when not needed anymore
13216
13217  src/hb-coretext.cc | 16 ++++++++++++++++
13218  1 file changed, 16 insertions(+)
13219
13220 commit 8fd4d70b1450d7261a35ab3dea1c70baea2e5c99
13221 Author: Behdad Esfahbod <behdad@behdad.org>
13222 Date:   Tue Aug 12 13:12:31 2014 -0400
13223
13224     [wince] Two more Windows CE fixes
13225
13226     Report has it that it builds (and works) now:
13227
13228       https://codereview.qt-project.org/#/c/92087/
13229
13230  src/hb-mutex-private.hh | 2 +-
13231  src/hb-private.hh       | 2 ++
13232  2 files changed, 3 insertions(+), 1 deletion(-)
13233
13234 commit fd0001d7dbe6ede99a9f87f96f231ffb53303be8
13235 Author: Behdad Esfahbod <behdad@behdad.org>
13236 Date:   Tue Aug 12 10:32:41 2014 -0400
13237
13238     [coretext] Compare CGFont and PS name, if CTFont didn't match
13239
13240     See comments.
13241
13242     Fixes vertical text.  CoreText backend is in very good shape now!
13243
13244     Also see:
13245     5a0eed3b50629be4826e4e9428f2c3255195395d
13246     25f4fb9b56bb3f8bec821571c78f8829e40daa54
13247
13248     Fixes http://github.com/behdad/harfbuzz/pull/36
13249
13250  src/hb-coretext.cc | 54
13251  ++++++++++++++++++++++++++++++++++++++++++++++++------
13252  1 file changed, 48 insertions(+), 6 deletions(-)
13253
13254 commit 5a0eed3b50629be4826e4e9428f2c3255195395d
13255 Author: Behdad Esfahbod <behdad@behdad.org>
13256 Date:   Mon Aug 11 23:47:16 2014 -0400
13257
13258     [coretext] Implement vertical shaping
13259
13260     Currently doesn't work though, we detect font fallback.  Apparently
13261     matching on ct_font is not safe for this.  Looks like commit
13262     25f4fb9b56bb3f8bec821571c78f8829e40daa54 wasn't enough after all.
13263
13264  src/hb-coretext.cc | 127
13265  ++++++++++++++++++++++++++++++++++-------------------
13266  1 file changed, 81 insertions(+), 46 deletions(-)
13267
13268 commit 1b55077f03758e49f93b8bc1de678e96ea58718c
13269 Author: Behdad Esfahbod <behdad@behdad.org>
13270 Date:   Mon Aug 11 20:45:12 2014 -0400
13271
13272     [coretext] Remove unnecessary alt_size
13273
13274     Wasn't needed after a6b8dc87421de33746b0b14d86d2d1532aec02af.
13275
13276  src/hb-coretext.cc | 4 ++--
13277  1 file changed, 2 insertions(+), 2 deletions(-)
13278
13279 commit 10b1104d791a0b0103c6bbb083b5819f2b7d328d
13280 Author: Behdad Esfahbod <behdad@behdad.org>
13281 Date:   Mon Aug 11 20:02:45 2014 -0400
13282
13283     [coretext] Use CFRunStatus
13284
13285     Assert that all runs had expected direction, and take hint for
13286     non-monotone clusters.
13287
13288  src/hb-coretext.cc | 17 +++++++++++++++--
13289  1 file changed, 15 insertions(+), 2 deletions(-)
13290
13291 commit fd1a6aa8d029c701b1532efa59ce901109cfc216
13292 Author: Behdad Esfahbod <behdad@behdad.org>
13293 Date:   Mon Aug 11 20:01:37 2014 -0400
13294
13295     [coretext] Minor
13296
13297  src/hb-coretext.cc | 3 ++-
13298  1 file changed, 2 insertions(+), 1 deletion(-)
13299
13300 commit 130856c705641aa681307b5b51b5fb84e295f382
13301 Author: Behdad Esfahbod <behdad@behdad.org>
13302 Date:   Mon Aug 11 19:16:26 2014 -0400
13303
13304     [coretext] Remove debug printf!
13305
13306  src/hb-coretext.cc | 1 -
13307  1 file changed, 1 deletion(-)
13308
13309 commit b5fbc3b8f560235d014c62e49220574ffcf89349
13310 Author: Behdad Esfahbod <behdad@behdad.org>
13311 Date:   Mon Aug 11 18:40:01 2014 -0400
13312
13313     API: Do not clear buffer-flags in hb_buffer_clear_contents()
13314
13315     After 763e5466c0a03a7c27020e1e2598e488612529a7, one doesn't
13316     need to set flags for different pieces of text.  The flags now
13317     are something the client sets up once, depending on how it
13318     actually uses the buffer.  As such, don't clear it in
13319     clear_contents().
13320
13321     Tests updated.
13322
13323  src/hb-buffer-private.hh |  4 +---
13324  src/hb-buffer.cc         |  4 ++--
13325  test/api/test-buffer.c   | 15 ++++++++++++---
13326  3 files changed, 15 insertions(+), 8 deletions(-)
13327
13328 commit 104484cefeca03d95837bba5f39178693c86ce8a
13329 Author: Behdad Esfahbod <behdad@behdad.org>
13330 Date:   Mon Aug 11 18:23:43 2014 -0400
13331
13332     Minor
13333
13334  src/hb-common.h | 5 +++--
13335  1 file changed, 3 insertions(+), 2 deletions(-)
13336
13337 commit 4acce77db7dd588ba277779c4997b0256ebe426e
13338 Author: Behdad Esfahbod <behdad@behdad.org>
13339 Date:   Mon Aug 11 17:46:50 2014 -0400
13340
13341     [coretext] Pass buffer direction to CoreText
13342
13343     Have to use a CTTypesetter for this.
13344
13345  src/hb-coretext.cc | 26 ++++++++++++++++++++++----
13346  1 file changed, 22 insertions(+), 4 deletions(-)
13347
13348 commit 5ec45dd37caa8a87ce2689a66272ba8a343fe6ba
13349 Author: Behdad Esfahbod <behdad@behdad.org>
13350 Date:   Mon Aug 11 17:46:12 2014 -0400
13351
13352     [coretext] Minor
13353
13354     It's hard to handle all possible NULL returns from CoreText.  Add one
13355     more...
13356
13357  src/hb-coretext.cc | 8 +++++---
13358  1 file changed, 5 insertions(+), 3 deletions(-)
13359
13360 commit 624a299b829ccf9864dd2f3001b1a49476e96b4a
13361 Author: Behdad Esfahbod <behdad@behdad.org>
13362 Date:   Mon Aug 11 15:29:18 2014 -0400
13363
13364     [coretext] Attach marks to base clusters
13365
13366     Fixes https://githu.com/behdad/harfbuzz/issues/49
13367     to the extent that it can be fixed.
13368
13369  src/hb-coretext.cc | 16 ++++++++++++++++
13370  1 file changed, 16 insertions(+)
13371
13372 commit 3c41ccb5358b0be6cc68d49f436d2cb1792cd5e5
13373 Author: Behdad Esfahbod <behdad@behdad.org>
13374 Date:   Mon Aug 11 15:11:59 2014 -0400
13375
13376     [coretext] Use input clusters
13377
13378     Before, this shaper was returning UTF-16 cluster indices instead of
13379     returning whatever cluster values the user had had set up in the
13380     buffer.
13381     Ouch!
13382
13383  src/hb-coretext.cc | 6 ++----
13384  1 file changed, 2 insertions(+), 4 deletions(-)
13385
13386 commit a6b8dc87421de33746b0b14d86d2d1532aec02af
13387 Author: Behdad Esfahbod <behdad@behdad.org>
13388 Date:   Mon Aug 11 15:08:19 2014 -0400
13389
13390     [coretext] Fix buffer resize handling
13391
13392     We can't really resize buffer and continue in this shaper as we are
13393     using the scratch buffer for string_ref and log_cluster.  Restructure
13394     shaper to retry from (almost) scratch.
13395
13396  src/hb-buffer-private.hh |   3 +
13397  src/hb-coretext.cc       | 428
13398  ++++++++++++++++++++++++++---------------------
13399  2 files changed, 238 insertions(+), 193 deletions(-)
13400
13401 commit 9b3c60c88b118f01610ae7a608b138f79f2dc7be
13402 Author: Behdad Esfahbod <behdad@behdad.org>
13403 Date:   Mon Aug 11 13:25:43 2014 -0400
13404
13405     [coretext] Always compute log_clusters
13406
13407     To be used soon.
13408
13409  src/hb-coretext.cc | 24 +++++++++++-------------
13410  1 file changed, 11 insertions(+), 13 deletions(-)
13411
13412 commit 15c633dd1f412f9ef839d80a8f7af35e7ea48fbc
13413 Author: Behdad Esfahbod <behdad@behdad.org>
13414 Date:   Mon Aug 11 13:42:42 2014 -0400
13415
13416     Minor
13417
13418  src/hb-graphite2.cc | 4 ++--
13419  src/hb-uniscribe.cc | 6 ++----
13420  2 files changed, 4 insertions(+), 6 deletions(-)
13421
13422 commit 9ce067c77524a9ffc77ceabcba5e7dab36fd39de
13423 Author: Behdad Esfahbod <behdad@behdad.org>
13424 Date:   Mon Aug 11 02:04:38 2014 -0400
13425
13426     [coretext] Simplify cluster mapping
13427
13428  src/hb-coretext.cc | 41 +++++++++++++++++------------------------
13429  1 file changed, 17 insertions(+), 24 deletions(-)
13430
13431 commit 49f7fb63761e4ca9936990fb90a77fd3600f5ad2
13432 Author: Behdad Esfahbod <behdad@behdad.org>
13433 Date:   Sun Aug 10 19:19:38 2014 -0400
13434
13435     [coretext] Minor
13436
13437  src/hb-coretext.cc | 2 +-
13438  1 file changed, 1 insertion(+), 1 deletion(-)
13439
13440 commit 25f4fb9b56bb3f8bec821571c78f8829e40daa54
13441 Author: Behdad Esfahbod <behdad@behdad.org>
13442 Date:   Sun Aug 10 19:05:25 2014 -0400
13443
13444     [coretext] Fix fallback detection
13445
13446     Fixes http://github.com/behdad/harfbuzz/pull/36
13447
13448  src/hb-coretext.cc | 29 ++++++++++++++++++++---------
13449  1 file changed, 20 insertions(+), 9 deletions(-)
13450
13451 commit 77a7a53acef7de355116d488e7d64ff1d7e9e9e1
13452 Author: Behdad Esfahbod <behdad@behdad.org>
13453 Date:   Sun Aug 10 18:59:47 2014 -0400
13454
13455     [coretext] Fix last range
13456
13457     Test with:
13458
13459     hb-view /Library/Fonts/Zapfino.ttf ZapfinoZapfino --features=-dlig[7:]
13460     --shaper=coretext
13461
13462  src/hb-coretext.cc | 2 +-
13463  1 file changed, 1 insertion(+), 1 deletion(-)
13464
13465 commit c2b151d95262a8dc2d2ce94e19ab0ef5b0c8f98d
13466 Author: Behdad Esfahbod <behdad@behdad.org>
13467 Date:   Sun Aug 10 18:52:07 2014 -0400
13468
13469     Fix hb_in_range() for types smaller than int
13470
13471     As exercised by hb-coretext .notdef code.
13472
13473  src/hb-private.hh | 4 +++-
13474  1 file changed, 3 insertions(+), 1 deletion(-)
13475
13476 commit 26a963b9cb4af3119177f277a2d48a5d537458fb
13477 Author: Behdad Esfahbod <behdad@behdad.org>
13478 Date:   Sun Aug 10 18:04:50 2014 -0400
13479
13480     [wince] Try to fix some stuff on Windows CE
13481
13482     Based on errors seen here:
13483     http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_03837/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz
13484
13485     Fully untested.
13486
13487  src/hb-private.hh | 8 ++++++++
13488  1 file changed, 8 insertions(+)
13489
13490 commit 92aeee3f040c2c32cbf70b27bd6954535388c870
13491 Author: Behdad Esfahbod <behdad@behdad.org>
13492 Date:   Sun Aug 10 17:42:19 2014 -0400
13493
13494     Minor
13495
13496  src/hb-coretext.cc  | 4 ++--
13497  src/hb-uniscribe.cc | 4 ++--
13498  2 files changed, 4 insertions(+), 4 deletions(-)
13499
13500 commit b9993d8d6d332994dfbd29e99ff8043622003417
13501 Author: Behdad Esfahbod <behdad@behdad.org>
13502 Date:   Sun Aug 10 17:40:24 2014 -0400
13503
13504     [coretext] Fix assert on Yosemite
13505
13506     Apparently those functions documented as sometimes returning NULL
13507     actually exercise that right in OS X 10.10 Yosemite.  The scratch
13508     was too small for that.  I *think* I fixed it, but haven't tested
13509     as I don't have Yosemite.
13510
13511  src/hb-coretext.cc | 6 +++++-
13512  1 file changed, 5 insertions(+), 1 deletion(-)
13513
13514 commit 087733dd66e17297ef0e53680fafe42c84884104
13515 Author: Behdad Esfahbod <behdad@behdad.org>
13516 Date:   Fri Apr 18 11:21:08 2014 -0700
13517
13518     [coretext] Use CGFont as face_data
13519
13520  src/hb-coretext.cc | 26 +++++++++-----------------
13521  1 file changed, 9 insertions(+), 17 deletions(-)
13522
13523 commit d277c3d7eee1fd4fb41c38255e5c4df539353e89
13524 Author: Behdad Esfahbod <behdad@behdad.org>
13525 Date:   Thu Aug 7 15:38:52 2014 -0400
13526
13527     [arabic] Bug 82306 - Mandaic had errors in its Unicode Joining_Type
13528
13529     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=82306
13530
13531  src/hb-ot-shape-complex-arabic-table.hh | 2 +-
13532  1 file changed, 1 insertion(+), 1 deletion(-)
13533
13534 commit 38fb30d7420a4b01f99cee31baa8c3990a1d1c5f
13535 Author: Behdad Esfahbod <behdad@behdad.org>
13536 Date:   Wed Aug 6 13:34:49 2014 -0400
13537
13538     Use atexit() only if it's safe to call from shared library
13539
13540     Apparently they are not (advertised as?) safe on BSD systems.
13541     We ignore the case of static libraries.
13542
13543     Whitelisted on glibc, Android, and MSVC / mingw.
13544
13545     https://bugs.freedesktop.org/show_bug.cgi?id=82246
13546
13547  src/hb-common.cc    |  4 ++--
13548  src/hb-ft.cc        |  2 +-
13549  src/hb-private.hh   | 25 +++++++++++++++++++++++++
13550  src/hb-shape.cc     |  2 +-
13551  src/hb-shaper.cc    |  2 +-
13552  src/hb-uniscribe.cc |  2 +-
13553  6 files changed, 31 insertions(+), 6 deletions(-)
13554
13555 commit d5e61470fa8e5046c35a79988e00e012ae4fff0f
13556 Author: Behdad Esfahbod <behdad@behdad.org>
13557 Date:   Tue Aug 5 14:19:01 2014 -0400
13558
13559     [arabic] Fix fallback shaping regression
13560
13561     Was broken in 615d00ea252739da57edbd980ff27e573.
13562
13563     Fixes https://github.com/behdad/harfbuzz/pull/48
13564
13565     Micro-test added.
13566
13567  src/hb-ot-shape-complex-arabic.cc                        |   4 ++--
13568  test/shaping/Makefile.am                                 |   1 +
13569  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
13570  .../sha1sum/df768b9c257e0c9c35786c47cae15c46571d56be.ttf | Bin 0 ->
13571  6332 bytes
13572  test/shaping/tests/MANIFEST                              |   1 +
13573  test/shaping/tests/arabic-fallback-shaping.tests         |   1 +
13574  6 files changed, 6 insertions(+), 2 deletions(-)
13575
13576 commit 91c2c0fd2b0f660d79744b3dfaf39ab86883e96b
13577 Author: Behdad Esfahbod <behdad@behdad.org>
13578 Date:   Sat Aug 2 19:24:55 2014 -0400
13579
13580     0.9.34
13581
13582  NEWS         | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
13583  configure.ac |  2 +-
13584  2 files changed, 54 insertions(+), 1 deletion(-)
13585
13586 commit d7c850f8037d2701366008eb8c2a527c9d40abde
13587 Author: Behdad Esfahbod <behdad@behdad.org>
13588 Date:   Sat Aug 2 17:46:38 2014 -0400
13589
13590     [uniscribe] Minor
13591
13592  src/hb-uniscribe.cc | 1 +
13593  1 file changed, 1 insertion(+)
13594
13595 commit 8f3eebf7ee4005f9a8efaafcb7f4058cc0a3756e
13596 Author: Behdad Esfahbod <behdad@behdad.org>
13597 Date:   Sat Aug 2 17:18:46 2014 -0400
13598
13599     Make sure gsubgpos buffer vars are available during fallback_position
13600
13601     Add buffer var allocation asserts to a few key places.
13602
13603  src/hb-ot-layout-gpos-table.hh             |  4 ++--
13604  src/hb-ot-layout-gsub-table.hh             |  2 +-
13605  src/hb-ot-layout-private.hh                | 15 +++++++++++++++
13606  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
13607  src/hb-ot-shape-fallback.cc                |  2 ++
13608  src/hb-ot-shape-normalize.cc               |  2 ++
13609  src/hb-ot-shape.cc                         |  3 +++
13610  7 files changed, 26 insertions(+), 4 deletions(-)
13611
13612 commit 2053f369f84676f197ac41ea654a318c48922abd
13613 Author: Behdad Esfahbod <behdad@behdad.org>
13614 Date:   Sat Aug 2 16:31:16 2014 -0400
13615
13616     Disable 'liga' for vertical text
13617
13618     The reason we turned it on is because Kazuraki uses it.  But that's
13619     not reason enough.  Until the OpenType spec gets its act together re
13620     adding design-direction to lookups, this is better user experience.
13621
13622  src/hb-ot-shape.cc | 2 +-
13623  1 file changed, 1 insertion(+), 1 deletion(-)
13624
13625 commit 763e5466c0a03a7c27020e1e2598e488612529a7
13626 Author: Behdad Esfahbod <behdad@behdad.org>
13627 Date:   Sat Aug 2 16:17:44 2014 -0400
13628
13629     Make it easier to use HB_BUFFER_FLAG_BOT/EOT
13630
13631     Previously, we expected users to provide BOT/EOT flags when the
13632     text *segment* was at paragraph boundaries.  This meant that for
13633     clients that provide full paragraph to HarfBuzz (eg. Pango), they
13634     had code like this:
13635
13636       hb_buffer_set_flags (hb_buffer,
13637                            (item_offset == 0 ? HB_BUFFER_FLAG_BOT : 0) |
13638                            (item_offset + item_length == paragraph_length
13639                            ?
13640                             HB_BUFFER_FLAG_EOT : 0));
13641
13642       hb_buffer_add_utf8 (hb_buffer,
13643                           paragraph_text, paragraph_length,
13644                           item_offset, item_length);
13645
13646     After this change such clients can simply say:
13647
13648       hb_buffer_set_flags (hb_buffer,
13649                            HB_BUFFER_FLAG_BOT | HB_BUFFER_FLAG_EOT);
13650
13651       hb_buffer_add_utf8 (hb_buffer,
13652                           paragraph_text, paragraph_length,
13653                           item_offset, item_length);
13654
13655     Ie, HarfBuzz itself checks whether the segment is at the beginning/end
13656     of the paragraph.  Clients that only pass item-at-a-time to HarfBuzz
13657     continue not setting any flags whatsoever.
13658
13659     Another way to put it is: if there's pre-context text in the buffer,
13660     HarfBuzz ignores the BOT flag.  If there's post-context, it ignores
13661     EOT flag.
13662
13663  src/hb-ot-shape-complex-arabic.cc | 40
13664  +++++++++++++++++++--------------------
13665  src/hb-ot-shape.cc                |  1 +
13666  2 files changed, 20 insertions(+), 21 deletions(-)
13667
13668 commit 0a5ae9336231c4d189e1682e4fd9c9c4552b8bbf
13669 Merge: ac53443f 6ab6be32
13670 Author: Behdad Esfahbod <behdad@behdad.org>
13671 Date:   Sat Aug 2 15:00:34 2014 -0400
13672
13673     Merge branch 'win1256'
13674
13675 commit 6ab6be32c5857ce3344021ad2996e80b2a8c8f99
13676 Author: Behdad Esfahbod <behdad@behdad.org>
13677 Date:   Sat Aug 2 14:58:38 2014 -0400
13678
13679     [arabic/win1256] Remove unused MultipleSubst macros
13680
13681  src/hb-ot-shape-complex-arabic-win1256.hh | 12 ------------
13682  1 file changed, 12 deletions(-)
13683
13684 commit abfa4252cce1c56c472693dcd8400cd97ededd2f
13685 Author: Behdad Esfahbod <behdad@behdad.org>
13686 Date:   Fri Aug 1 19:05:33 2014 -0400
13687
13688     [arabic/win1256] Really fix lam-alef this time
13689
13690     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c26
13691     https://github.com/behdad/harfbuzz/commit/b276e897d17519a2c28f79d024904ac2bdd86bcf#commitcomment-7243499
13692
13693  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
13694  src/hb-ot-shape-complex-arabic-win1256.hh  | 49
13695  +++++++++---------------------
13696  2 files changed, 15 insertions(+), 36 deletions(-)
13697
13698 commit 55977f2a462b7fa1248eab3787053dc82320d3e5
13699 Author: Behdad Esfahbod <behdad@behdad.org>
13700 Date:   Fri Aug 1 16:14:33 2014 -0400
13701
13702     [arabic/win1256] Hook up lamMedi lookup
13703
13704     Restructure lookup array to accommodate.
13705
13706     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c18
13707
13708  src/hb-ot-shape-complex-arabic-fallback.hh | 26
13709  ++++++++++----------------
13710  src/hb-ot-shape-complex-arabic-win1256.hh  |  1 +
13711  2 files changed, 11 insertions(+), 16 deletions(-)
13712
13713 commit e839e2523e64fd0cf21929f6a45e2facd59c7917
13714 Author: Behdad Esfahbod <behdad@behdad.org>
13715 Date:   Fri Aug 1 16:09:31 2014 -0400
13716
13717     [arabic/win1256] Fix TEH MARBUTA final form
13718
13719     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c18
13720
13721  src/hb-ot-shape-complex-arabic-win1256.hh | 8 ++++----
13722  1 file changed, 4 insertions(+), 4 deletions(-)
13723
13724 commit a2de193220ee2839125594bd1a60b5b66ab4598e
13725 Author: Behdad Esfahbod <behdad@behdad.org>
13726 Date:   Thu Jul 31 18:21:05 2014 -0400
13727
13728     [arabic/win1256] Fix shaping of JEEM, HAH, and KHAH
13729
13730     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c16
13731
13732  src/hb-ot-shape-complex-arabic-win1256.hh | 22 ++++++++++++----------
13733  1 file changed, 12 insertions(+), 10 deletions(-)
13734
13735 commit 1789ccb1dd56af6117eac00e633eff94860ba252
13736 Author: Behdad Esfahbod <behdad@behdad.org>
13737 Date:   Thu Jul 31 11:04:00 2014 -0400
13738
13739     [arabic/win1256] Remove GCC'ism
13740
13741     The table can now compile independently too.  If we cannot make
13742     it work
13743     on MSVC, we can always generate the data and distribute it.
13744
13745     The code now compiles cleanly with:
13746
13747     gcc -c -xc -std=c99 -Werror -pedantic
13748     hb-ot-shape-complex-arabic-win1256.hh
13749     g++ -c -xc -std=c++1x -Werror -pedantic
13750     hb-ot-shape-complex-arabic-win1256.hh
13751
13752     See:
13753     https://github.com/behdad/harfbuzz/commit/a97f537cec209649302899975d76ca2b2661da7a#commitcomment-7218736
13754
13755  src/hb-ot-shape-complex-arabic-fallback.hh |   4 +-
13756  src/hb-ot-shape-complex-arabic-win1256.hh  | 123
13757  +++++++++++++++++------------
13758  2 files changed, 75 insertions(+), 52 deletions(-)
13759
13760 commit f28b1c823db2ad56fed356ef864a7508d23048b8
13761 Author: Behdad Esfahbod <behdad@behdad.org>
13762 Date:   Wed Jul 30 02:15:44 2014 -0400
13763
13764     [arabic] Implement Windows-1256 private shaping
13765
13766     Bug 1045139 - The Arabic text with "MS Sans Serif" font is rendered
13767     bad
13768     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139
13769
13770     This is only enabled on Windows platforms, and requires support from
13771     Uniscribe to work.  But for clients that do hook up to Uniscribe, this
13772     fixes shaping of Windows-1256-encoded bitmap fonts like "MS Sans
13773     Serif".
13774
13775     The code and table together have just less than a 1kb footprint when
13776     enabled.
13777
13778     UNTESTED.  I might even have broken regular Arabic fallback shaping.
13779
13780  src/Makefile.am                            |   1 +
13781  src/check-includes.sh                      |   2 +-
13782  src/hb-ot-shape-complex-arabic-fallback.hh | 125 +++++++++--
13783  src/hb-ot-shape-complex-arabic-win1256.hh  | 328
13784  +++++++++++++++++++++++++++++
13785  4 files changed, 442 insertions(+), 14 deletions(-)
13786
13787 commit ac53443f1cea83ed43a4e41a9fdb91902f7fae7b
13788 Author: Behdad Esfahbod <behdad@behdad.org>
13789 Date:   Thu Jul 31 18:51:37 2014 -0400
13790
13791     [hangul] Don't apply 'calt'
13792
13793     See comments.
13794
13795     Micro-test added.
13796
13797  src/hb-ot-shape-complex-hangul.cc                        |  11
13798  ++++++++++-
13799  test/shaping/Makefile.am                                 |   1 +
13800  .../sha1sum/757ebd573617a24aa9dfbf0b885c54875c6fe06b.ttf | Bin 0 ->
13801  1804 bytes
13802  .../sha1sum/7e14e7883ed152baa158b80e207b66114c823a8b.ttf | Bin 0 ->
13803  1644 bytes
13804  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
13805  test/shaping/tests/MANIFEST                              |   1 +
13806  test/shaping/tests/hangul-jamo.tests                     |  11
13807  +++++++++++
13808  7 files changed, 25 insertions(+), 1 deletion(-)
13809
13810 commit 8292f96b2be173ebceb1b54426c271cfeaecd633
13811 Author: Behdad Esfahbod <behdad@behdad.org>
13812 Date:   Thu Jul 31 18:33:11 2014 -0400
13813
13814     [test] Fix record-test.sh
13815
13816  test/shaping/record-test.sh | 2 +-
13817  1 file changed, 1 insertion(+), 1 deletion(-)
13818
13819 commit 88911e8cc765c26e502503a3a00ac7f17973f3d9
13820 Author: Behdad Esfahbod <behdad@behdad.org>
13821 Date:   Tue Jul 29 19:47:26 2014 -0400
13822
13823     Minor
13824
13825  src/hb-ot-shape-complex-arabic-fallback.hh | 1 +
13826  1 file changed, 1 insertion(+)
13827
13828 commit 9e834e29e0b657f0555df1ab9cea79ff7abcf08d
13829 Author: Behdad Esfahbod <behdad@behdad.org>
13830 Date:   Sat Jul 26 20:34:01 2014 -0400
13831
13832     [hebrew] Zero mark advance by GDEF late
13833
13834     Seems to be what Uniscribe does.
13835
13836     At this point I think it's work checking our default...
13837
13838     Fixes Bug 76767 - Zeroing of advance of 2nd component of multiple
13839     substitution with SBL Hebrew
13840     https://bugs.freedesktop.org/show_bug.cgi?id=76767
13841
13842     Micro-test added.
13843
13844  src/hb-ot-shape-complex-hebrew.cc                        |   2 +-
13845  .../sha1sum/8454d22037f892e76614e1645d066689a0200e61.ttf | Bin 0 ->
13846  6068 bytes
13847  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
13848  test/shaping/tests/zero-width-marks.tests                |   1 +
13849  4 files changed, 3 insertions(+), 1 deletion(-)
13850
13851 commit 6f2d9ba52a6d1e3fc200da1ef0e85ba020fcd0dc
13852 Author: Behdad Esfahbod <behdad@behdad.org>
13853 Date:   Sat Jul 26 19:17:44 2014 -0400
13854
13855     Add old-Myanmar shaper
13856
13857     Looks like Unsicribe responds to the 'mymr' tag by zeroing marks
13858     GDEF_LATE instead of generic-shaper UNICODE_LATE.  Implement that.
13859
13860     Fixes
13861     Bug 81775 - Incorrect Rendering with harfbuzz-ng myanmar unicode
13862     https://bugs.freedesktop.org/show_bug.cgi?id=81775
13863
13864     Micro-test added based on Padauk.
13865
13866  src/hb-ot-shape-complex-myanmar.cc                    |  18
13867  ++++++++++++++++++
13868  src/hb-ot-shape-complex-private.hh                    |   5 +++--
13869  test/shaping/Makefile.am                              |   1 +
13870  test/shaping/fonts/sha1sum/MANIFEST                   |   1 +
13871  .../bb9473d2403488714043bcfb946c9f78b86ad627.ttf      | Bin 0 ->
13872  3440 bytes
13873  test/shaping/tests/MANIFEST                           |   1 +
13874  test/shaping/tests/zero-width-marks.tests             |   1 +
13875  7 files changed, 25 insertions(+), 2 deletions(-)
13876
13877 commit 595d2b96c37de8147489dc5e0ddcc4ab1ad3eea9
13878 Author: Behdad Esfahbod <behdad@behdad.org>
13879 Date:   Sat Jul 26 18:44:15 2014 -0400
13880
13881     Minor
13882
13883  src/hb-ot-shape-complex-indic.cc | 1 +
13884  src/hb-ot-shape.cc               | 2 +-
13885  2 files changed, 2 insertions(+), 1 deletion(-)
13886
13887 commit fe6788bc570d77d5b3aafc68efd51ca6b80499b1
13888 Author: Behdad Esfahbod <behdad@behdad.org>
13889 Date:   Fri Jul 25 12:40:56 2014 -0400
13890
13891     Typo
13892
13893  src/hb-common.h | 2 +-
13894  1 file changed, 1 insertion(+), 1 deletion(-)
13895
13896 commit 0de25d4184d2d92b1a2ebb6fa054275aaae4c316
13897 Author: Behdad Esfahbod <behdad@behdad.org>
13898 Date:   Fri Jul 25 12:35:03 2014 -0400
13899
13900     [util] Note CSS compatibility in --help-features
13901
13902  util/options.cc | 4 +++-
13903  1 file changed, 3 insertions(+), 1 deletion(-)
13904
13905 commit 6e69200a2aadbc6bba35ffb4a058c14286b84f46
13906 Author: Behdad Esfahbod <behdad@behdad.org>
13907 Date:   Fri Jul 25 12:30:47 2014 -0400
13908
13909     Fix snprintf() format
13910
13911     Patch from Maks Naumov.
13912     Fixes https://github.com/behdad/harfbuzz/pull/22
13913
13914  src/hb-shape.cc | 6 +++---
13915  1 file changed, 3 insertions(+), 3 deletions(-)
13916
13917 commit 5c5cdbbdf8be231c433e21b050a6c6991d327b61
13918 Author: Behdad Esfahbod <behdad@behdad.org>
13919 Date:   Fri Jul 25 12:21:49 2014 -0400
13920
13921     Make sure broken feature strings are not partially parsed
13922
13923     If user doesn't check hb_feature_from_string() return value, we
13924     don't want them to end up see the partially-parsed feature.
13925
13926  src/hb-shape.cc | 18 ++++++++++++++----
13927  1 file changed, 14 insertions(+), 4 deletions(-)
13928
13929 commit a795fe637846e0d9561d2f7cdd84cfafd58b23a7
13930 Author: Behdad Esfahbod <behdad@behdad.org>
13931 Date:   Fri Jul 25 12:15:33 2014 -0400
13932
13933     Allow quotation marks around feature tag in hb_feature_from_string()
13934
13935     With this, I believe we accept CSS feature strings completely.
13936
13937  src/hb-shape.cc | 24 +++++++++++++++++++++---
13938  1 file changed, 21 insertions(+), 3 deletions(-)
13939
13940 commit 3f6461847412e78bcddc8eba97200f3afcde869a
13941 Author: Behdad Esfahbod <behdad@behdad.org>
13942 Date:   Fri Jul 25 12:04:27 2014 -0400
13943
13944     Allow space at the end of feature string with values, eg 'dlig=1 '
13945
13946  src/hb-shape.cc | 4 +++-
13947  1 file changed, 3 insertions(+), 1 deletion(-)
13948
13949 commit f31f7d2259dd8edffc070af55938cb7aa23514c1
13950 Author: Behdad Esfahbod <behdad@behdad.org>
13951 Date:   Fri Jul 25 12:03:52 2014 -0400
13952
13953     Minor
13954
13955  src/hb-shape.cc | 18 +++++++++---------
13956  1 file changed, 9 insertions(+), 9 deletions(-)
13957
13958 commit 60cb18a5dea2d30793f89e80995bb729c014864a
13959 Author: Behdad Esfahbod <behdad@behdad.org>
13960 Date:   Fri Jul 25 12:01:22 2014 -0400
13961
13962     Allow on/off in hb_feature_from_string()
13963
13964     We now allow things like "dlig on" / "dlig=on".
13965
13966  src/hb-shape.cc | 26 ++++++++++++++++++++++++--
13967  1 file changed, 24 insertions(+), 2 deletions(-)
13968
13969 commit d9e618eca9e01c2eb6db65504af3f73be370a1e7
13970 Author: Behdad Esfahbod <behdad@behdad.org>
13971 Date:   Fri Jul 25 11:56:01 2014 -0400
13972
13973     Remove duplicate definition of ISALNUM
13974
13975     It's defined in hb-private.h already.
13976
13977  src/hb-shape.cc | 2 --
13978  1 file changed, 2 deletions(-)
13979
13980 commit 2ee5f665ded86147acedc400153c0b3a90fe07c6
13981 Author: Behdad Esfahbod <behdad@behdad.org>
13982 Date:   Fri Jul 25 11:53:46 2014 -0400
13983
13984     Fix parsing of features like "- liga" (with the space)
13985
13986  src/hb-shape.cc | 4 ++--
13987  1 file changed, 2 insertions(+), 2 deletions(-)
13988
13989 commit e15fa7a8cffbe6a67b1048d7b87b7df77d8b1686
13990 Author: Behdad Esfahbod <behdad@behdad.org>
13991 Date:   Fri Jul 25 11:44:35 2014 -0400
13992
13993     Do not require the '=' in hb_feature_from_string()
13994
13995     Towards accepting CSS font-feature-settings strings.
13996
13997  src/hb-shape.cc | 6 +++++-
13998  1 file changed, 5 insertions(+), 1 deletion(-)
13999
14000 commit f4fe9baefdb7e0ff9946f88b6f4b55738fa30cdf
14001 Author: Behdad Esfahbod <behdad@behdad.org>
14002 Date:   Fri Jul 25 11:39:55 2014 -0400
14003
14004     Reject tags longer than 4 chars in hb_feature_from_string()
14005
14006  src/hb-shape.cc | 2 +-
14007  1 file changed, 1 insertion(+), 1 deletion(-)
14008
14009 commit 7e8c38954649c0bf2e6051d84ca08dce090ec169
14010 Author: Behdad Esfahbod <behdad@behdad.org>
14011 Date:   Fri Jul 25 11:18:11 2014 -0400
14012
14013     Minor warnings fixes
14014
14015     Some systems insist on -Wmissing-field-initializers.  We have
14016     too many,
14017     by design.  Fix a few easy ones.
14018
14019  src/hb-open-type-private.hh | 2 +-
14020  src/hb-ot-layout-private.hh | 2 +-
14021  src/hb-private.hh           | 2 +-
14022  3 files changed, 3 insertions(+), 3 deletions(-)
14023
14024 commit fc0daafab0336b847ac14682e581a8838f36a0bf
14025 Author: Behdad Esfahbod <behdad@behdad.org>
14026 Date:   Wed Jul 23 16:48:51 2014 -0400
14027
14028     [indic] Handle old-spec Malayalam reordering with final Halant
14029
14030     See comment.
14031
14032     Micro-tests added.
14033
14034  src/hb-ot-shape-complex-indic.cc                   |  28
14035  +++++++++++++++++----
14036  test/shaping/Makefile.am                           |   1 +
14037  .../270b89df543a7e48e206a2d830c0e10e5265c630.ttf   | Bin 0 -> 3428 bytes
14038  .../57a9d9f83020155cbb1d2be1f43d82388cbecc88.ttf   | Bin 0 -> 2272 bytes
14039  test/shaping/fonts/sha1sum/MANIFEST                |   2 ++
14040  test/shaping/tests/MANIFEST                        |   1 +
14041  test/shaping/tests/indic-old-spec.tests            |   2 ++
14042  .../indic/script-malayalam/misc/misc.txt           |   1 +
14043  8 files changed, 30 insertions(+), 5 deletions(-)
14044
14045 commit d6d349d17898529ecdf8217a54987a3e9f81ce05
14046 Author: Behdad Esfahbod <behdad@behdad.org>
14047 Date:   Wed Jul 23 11:38:49 2014 -0400
14048
14049     Give CC to gir-scanner
14050
14051     From:
14052     https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-harfbuzz/0001-give-cc-to-gir-scanner.all.patch
14053
14054  src/Makefile.am | 1 +
14055  1 file changed, 1 insertion(+)
14056
14057 commit 8c1bdb46facb79cfca5ebfea9a7e467b40337f47
14058 Author: Behdad Esfahbod <behdad@behdad.org>
14059 Date:   Tue Jul 22 17:56:43 2014 -0400
14060
14061     0.9.33
14062
14063  NEWS         | 10 ++++++++++
14064  configure.ac |  2 +-
14065  2 files changed, 11 insertions(+), 1 deletion(-)
14066
14067 commit d218bdb26b226fbf68331eb586b24460c061313d
14068 Author: Behdad Esfahbod <behdad@behdad.org>
14069 Date:   Tue Jul 22 18:01:46 2014 -0400
14070
14071     Fix test runner under Windows
14072
14073  test/shaping/Makefile.am | 2 +-
14074  1 file changed, 1 insertion(+), 1 deletion(-)
14075
14076 commit 3f310dc0cae9015c45ba642b9b83d5695c807aad
14077 Author: Behdad Esfahbod <behdad@behdad.org>
14078 Date:   Tue Jul 22 16:26:27 2014 -0400
14079
14080     Disallow changing settings on immutable face
14081
14082     Ouch!
14083
14084  src/hb-face.cc    | 8 ++++----
14085  src/hb-font.cc    | 4 ++--
14086  src/hb-unicode.cc | 2 +-
14087  3 files changed, 7 insertions(+), 7 deletions(-)
14088
14089 commit 0fc0a1022854324261fea8893678a3e9fd9443eb
14090 Author: Behdad Esfahbod <behdad@behdad.org>
14091 Date:   Mon Jul 21 11:12:54 2014 -0400
14092
14093     [win] Fix Cygwin build
14094
14095     https://github.com/behdad/harfbuzz/commit/db308280488c2ee11ba865a9922eb6a0c1abeef3#commitcomment-7077778
14096
14097  src/hb-private.hh | 2 +-
14098  1 file changed, 1 insertion(+), 1 deletion(-)
14099
14100 commit 1132a7dd0ecf1c425078e39e5471330bace42659
14101 Author: Behdad Esfahbod <behdad@behdad.org>
14102 Date:   Sun Jul 20 01:17:40 2014 -0400
14103
14104     Add HB_TAG_MAX_SIGNED / _HB_SCRIPT_MAX_VALUE_SIGNED
14105
14106     To make C language police happy.
14107
14108  src/hb-common.h | 17 ++++++++++++-----
14109  1 file changed, 12 insertions(+), 5 deletions(-)
14110
14111 commit df99976398a53521e0228541055dcaee8f5ba87f
14112 Author: Behdad Esfahbod <behdad@behdad.org>
14113 Date:   Sat Jul 19 17:31:23 2014 -0400
14114
14115     [gobject] Skip _HB_SCRIPT_MAX_VALUE
14116
14117     Fixes https://github.com/behdad/harfbuzz/pull/38
14118
14119  src/hb-common.h | 2 +-
14120  1 file changed, 1 insertion(+), 1 deletion(-)
14121
14122 commit f1a8d50a87edfb8147aa1bec732ed7ccbfef2877
14123 Author: Behdad Esfahbod <behdad@behdad.org>
14124 Date:   Sat Jul 19 16:52:32 2014 -0400
14125
14126     [win] Don't define visibility attribtue under Cygwin
14127
14128  src/hb-private.hh | 2 +-
14129  1 file changed, 1 insertion(+), 1 deletion(-)
14130
14131 commit 9c77027d645142794c3ff1590a96bb151c3f2e91
14132 Author: Behdad Esfahbod <behdad@behdad.org>
14133 Date:   Sat Jul 19 16:37:22 2014 -0400
14134
14135     [win] Turn STRICT on for including windows.h
14136
14137  src/hb-private.hh | 1 +
14138  1 file changed, 1 insertion(+)
14139
14140 commit db308280488c2ee11ba865a9922eb6a0c1abeef3
14141 Author: Behdad Esfahbod <behdad@behdad.org>
14142 Date:   Sat Jul 19 16:32:04 2014 -0400
14143
14144     [win] Consolidate windows.h include tips and tricks
14145
14146  src/hb-atomic-private.hh |  4 ----
14147  src/hb-mutex-private.hh  |  1 -
14148  src/hb-private.hh        | 12 ++++++++++++
14149  src/hb-uniscribe.cc      |  3 ---
14150  src/hb-uniscribe.h       |  3 ---
14151  5 files changed, 12 insertions(+), 11 deletions(-)
14152
14153 commit f26d59d4684be3419c976d781b6dbc956248e3bb
14154 Author: Behdad Esfahbod <behdad@behdad.org>
14155 Date:   Sat Jul 19 16:10:21 2014 -0400
14156
14157     More fixing MemoryBarrier() on Mingw32
14158
14159     Set requested windows header to Vista.  See discussion:
14160
14161     https://github.com/behdad/harfbuzz/commit/fbb2847f541389f40718af71c4945024ae177ab2#commitcomment-7054700
14162
14163  src/hb-atomic-private.hh | 3 +++
14164  1 file changed, 3 insertions(+)
14165
14166 commit 00a57eb4b50fd894dc68c6525a5bbebf0ebc30e4
14167 Author: Behdad Esfahbod <behdad@behdad.org>
14168 Date:   Fri Jul 18 14:42:50 2014 -0400
14169
14170     [test] Remove unused micro-font
14171
14172  .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf        | Bin 81968 ->
14173  0 bytes
14174  test/shaping/fonts/sha1sum/MANIFEST                     |   1 -
14175  2 files changed, 1 deletion(-)
14176
14177 commit ed29b15f5d0d9e7b40143926ca7d40bf645f67e9
14178 Author: Behdad Esfahbod <behdad@behdad.org>
14179 Date:   Fri Jul 18 14:37:49 2014 -0400
14180
14181     [test] Add more Mongolian variation selector tests
14182
14183     From
14184     https://code.google.com/p/chromium/issues/detail?id=393896
14185
14186  .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf        | Bin 0 ->
14187  81968 bytes
14188  test/shaping/fonts/sha1sum/MANIFEST                     |   2 ++
14189  .../bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf        | Bin 0 ->
14190  74856 bytes
14191  test/shaping/tests/mongolian-variation-selector.tests   |   1 +
14192  .../shaper-arabic/script-mongolian/misc/MANIFEST        |   1 +
14193  .../script-mongolian/misc/variation-selectors.txt       |   8 ++++++++
14194  6 files changed, 12 insertions(+)
14195
14196 commit 385cf37cf084198e3aedb4354a7b025938a9f11b
14197 Author: Behdad Esfahbod <behdad@behdad.org>
14198 Date:   Thu Jul 17 18:22:07 2014 -0400
14199
14200     Fix hb_in_range() unused-var warning on Windows
14201
14202  src/hb-private.hh | 8 +++++++-
14203  1 file changed, 7 insertions(+), 1 deletion(-)
14204
14205 commit e3b42f1af409c073b819bfc696024ccb1f1da63f
14206 Author: Behdad Esfahbod <behdad@behdad.org>
14207 Date:   Thu Jul 17 17:13:54 2014 -0400
14208
14209     [arabic] Disable 'cswh' again
14210
14211     Ouch!
14212
14213  src/hb-ot-shape-complex-arabic.cc | 2 +-
14214  1 file changed, 1 insertion(+), 1 deletion(-)
14215
14216 commit 66f30915b185727a0041c998641edb550eb8a7fc
14217 Author: Behdad Esfahbod <behdad@behdad.org>
14218 Date:   Thu Jul 17 16:05:47 2014 -0400
14219
14220     0.9.32
14221
14222  NEWS         | 12 ++++++++++++
14223  configure.ac |  2 +-
14224  2 files changed, 13 insertions(+), 1 deletion(-)
14225
14226 commit 82f4d9d53f348f41b14b877c1ac77c0372c49caa
14227 Author: Behdad Esfahbod <behdad@behdad.org>
14228 Date:   Thu Jul 17 15:57:37 2014 -0400
14229
14230     [arabic] Add note re disabled 'cswh'
14231
14232  src/hb-ot-shape-complex-arabic.cc | 9 +++++++++
14233  1 file changed, 9 insertions(+)
14234
14235 commit 615d00ea252739da57edbd980ff27e573f88ee7e
14236 Author: Behdad Esfahbod <behdad@behdad.org>
14237 Date:   Thu Jul 17 13:36:09 2014 -0400
14238
14239     [arabic] Apply init/medi/isol/fini/... in separate stages
14240
14241     Follows the order of the Arabic/Syriac specs.  Also don't stop
14242     between rlig and calt in non-Arabic scripts.
14243
14244     Micro-tests for Arabic and Mongolian added for the latter.
14245
14246  src/hb-ot-shape-complex-arabic.cc                  |  56
14247  +++++++++++++--------
14248  test/shaping/Makefile.am                           |   2 +
14249  .../813c2f8e5512187fd982417a7fb4286728e6f4a8.ttf   | Bin 0 -> 3428 bytes
14250  .../8a9fea2a7384f2116e5b84a9b31f83be7850ce21.ttf   | Bin 0 -> 3428 bytes
14251  test/shaping/fonts/sha1sum/MANIFEST                |   3 ++
14252  .../a919b33197965846f21074b24e30250d67277bce.ttf   | Bin 0 -> 12560 bytes
14253  test/shaping/tests/MANIFEST                        |   1 +
14254  test/shaping/tests/arabic-feature-order.tests      |   3 ++
14255  8 files changed, 43 insertions(+), 22 deletions(-)
14256
14257 commit d21e997035b16e9807dfb29c3605abb93f92f1ee
14258 Author: Behdad Esfahbod <behdad@behdad.org>
14259 Date:   Thu Jul 17 15:27:46 2014 -0400
14260
14261     [test] Make record_test understand cmdline args to hb-shape
14262
14263  test/shaping/record-test.sh | 5 ++++-
14264  1 file changed, 4 insertions(+), 1 deletion(-)
14265
14266 commit 7cd33f230441093dbfb1fec48f8c580ee8d9ef71
14267 Author: Behdad Esfahbod <behdad@behdad.org>
14268 Date:   Thu Jul 17 14:22:11 2014 -0400
14269
14270     Micro optimization
14271
14272  src/hb-fallback-shape.cc           | 36
14273  +++++++++++++++++++-----------------
14274  src/hb-ot-shape-complex-arabic.cc  | 19 +++++++++++--------
14275  src/hb-ot-shape-complex-indic.cc   | 15 ++++++++++-----
14276  src/hb-ot-shape-complex-myanmar.cc |  7 +++++--
14277  src/hb-ot-shape-complex-sea.cc     |  7 +++++--
14278  src/hb-ot-shape-fallback.cc        | 30 ++++++++++++++++--------------
14279  src/hb-ot-shape.cc                 | 18 ++++++++++++------
14280  7 files changed, 78 insertions(+), 54 deletions(-)
14281
14282 commit 164c13d73f67fdddba28e6409d76b4903e8ffab3
14283 Author: Behdad Esfahbod <behdad@behdad.org>
14284 Date:   Thu Jul 17 14:16:38 2014 -0400
14285
14286     Another try to fix Mongolian free variation selectors
14287
14288     This reverts bf029281 and fixes it properly.  That commit
14289     was not enough as it was only inheriting the shaping_action
14290     for prev_action, but not curr_action.
14291
14292     Micro-test added.
14293
14294     https://code.google.com/p/chromium/issues/detail?id=393896
14295
14296  src/hb-ot-shape-complex-arabic.cc                  |  24
14297  +++++++++++++++------
14298  src/hb-unicode-private.hh                          |   3 ++-
14299  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
14300  .../ef86fe710cfea877bbe0dbb6946a1f88d0661031.ttf   | Bin 0 -> 2748 bytes
14301  .../tests/mongolian-variation-selector.tests       |   1 +
14302  5 files changed, 22 insertions(+), 7 deletions(-)
14303
14304 commit 5209c505061130854a2bfea8849928ade3ee92f3
14305 Author: Behdad Esfahbod <behdad@behdad.org>
14306 Date:   Thu Jul 17 12:23:44 2014 -0400
14307
14308     Revert "Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode
14309     codepoints"
14310
14311     We now handle U+FFFD replacement in hb_buffer_add_utf*().  Any other
14312     manipulation can happen in user callbacks.  No need for this.
14313
14314     https://github.com/behdad/harfbuzz/commit/efe74214bbb68eaa3d7621e73869b5d58210107e#commitcomment-7039404
14315
14316     This reverts commit efe74214bbb68eaa3d7621e73869b5d58210107e.
14317
14318     Conflicts:
14319             src/hb-ot-shape-normalize.cc
14320
14321  src/hb-ot-shape-normalize.cc | 7 -------
14322  1 file changed, 7 deletions(-)
14323
14324 commit 9e7c720100e432b43564ed5ff12f3175ca2ed74a
14325 Author: Dominik Röttsches <dominik.rottsches@intel.com>
14326 Date:   Thu Jul 17 14:40:34 2014 +0300
14327
14328     Fix CoreText build after a8b89a09f6d3a34
14329
14330  src/hb-private.hh | 1 +
14331  1 file changed, 1 insertion(+)
14332
14333 commit a4d643755a531c82ab91e1e43d6bb0b7bd46453a
14334 Author: Behdad Esfahbod <behdad@behdad.org>
14335 Date:   Wed Jul 16 20:15:45 2014 -0400
14336
14337     Minor
14338
14339  src/hb-utf-private.hh | 2 +-
14340  1 file changed, 1 insertion(+), 1 deletion(-)
14341
14342 commit a18897f87ce2c6048c3a0339074924b2232e2b95
14343 Author: Behdad Esfahbod <behdad@behdad.org>
14344 Date:   Wed Jul 16 16:02:15 2014 -0400
14345
14346     0.9.31
14347
14348  NEWS         | 29 +++++++++++++++++++++++++++++
14349  configure.ac |  2 +-
14350  2 files changed, 30 insertions(+), 1 deletion(-)
14351
14352 commit 976c8f455221eb599d1c446eafd88d51d7d2aa65
14353 Author: Behdad Esfahbod <behdad@behdad.org>
14354 Date:   Wed Jul 16 15:34:20 2014 -0400
14355
14356     New API: hb_buffer_[sg]et_replacement_codepoint()
14357
14358     With this change, we now by default replace broken UTF-8/16/32 bits
14359     with U+FFFD.  This can be changed by calling new API on the buffer.
14360     Previously the replacement value used to be (hb_codepoint_t)-1.
14361
14362     Note that hb_buffer_clear_contents() does NOT reset the replacement
14363     character.
14364
14365     See discussion here:
14366
14367     https://github.com/behdad/harfbuzz/commit/6f13b6d62daae4989e3cc2fe4b168e5c59650964
14368
14369     New API:
14370
14371       hb_buffer_set_replacement_codepoint()
14372       hb_buffer_get_replacement_codepoint()
14373
14374  src/hb-buffer-private.hh |  1 +
14375  src/hb-buffer.cc         | 45
14376  ++++++++++++++++++++++++++++++++++++++++++---
14377  src/hb-buffer.h          | 15 ++++++++++++++-
14378  src/hb-utf-private.hh    | 34 ++++++++++++++++++++--------------
14379  test/api/test-buffer.c   | 26 +++++++++++++++-----------
14380  5 files changed, 92 insertions(+), 29 deletions(-)
14381
14382 commit bcba8b45024e1eca8be77ca2657de1dc44dbf8fb
14383 Author: Behdad Esfahbod <behdad@behdad.org>
14384 Date:   Wed Jul 16 14:59:04 2014 -0400
14385
14386     New API hb_buffer_add_codepoints()
14387
14388     Like hb_buffer_add_utf32, but doesn't do any Unicode validation.
14389     This is like what hb_buffer_add_utf32 used to be until a couple
14390     commits ago.
14391
14392  src/hb-buffer.cc | 32 +++++++++++++++++++++++++++-----
14393  src/hb-buffer.h  |  8 ++++++++
14394  2 files changed, 35 insertions(+), 5 deletions(-)
14395
14396 commit 625dbf141a05f1ae81a7b8cbc529996370101284
14397 Author: Behdad Esfahbod <behdad@behdad.org>
14398 Date:   Wed Jul 16 14:49:55 2014 -0400
14399
14400     [buffer] Templatize UTF-* functions
14401
14402  src/hb-buffer.cc      |  10 +-
14403  src/hb-utf-private.hh | 307
14404  ++++++++++++++++++++++++++------------------------
14405  2 files changed, 166 insertions(+), 151 deletions(-)
14406
14407 commit e634fed4285ce440d277345727ed01757df6d779
14408 Author: Behdad Esfahbod <behdad@behdad.org>
14409 Date:   Wed Jul 16 14:17:26 2014 -0400
14410
14411     [buffer] Validate UTF-32 input
14412
14413     Same as what we do for UTF-8 and UTF-16.
14414
14415  src/hb-utf-private.hh  | 13 +++++++++---
14416  test/api/test-buffer.c | 55
14417  ++++++++++++++++++++++++++++++++++++++++++++++++++
14418  2 files changed, 65 insertions(+), 3 deletions(-)
14419
14420 commit b98c5db32d15fcfb27ce2f6737203ce1ad124319
14421 Author: Behdad Esfahbod <behdad@behdad.org>
14422 Date:   Wed Jul 16 13:44:01 2014 -0400
14423
14424     Minor refactoring
14425
14426  src/hb-ot-layout-gsubgpos-private.hh | 25 ++++++-------------------
14427  1 file changed, 6 insertions(+), 19 deletions(-)
14428
14429 commit 844f1a487d9c39724ebff20e89f6184c9a59be0b
14430 Author: Behdad Esfahbod <behdad@behdad.org>
14431 Date:   Wed Jul 16 13:32:51 2014 -0400
14432
14433     [tests] Add record-test.sh
14434
14435  test/shaping/Makefile.am    |  1 +
14436  test/shaping/record-test.sh | 49
14437  +++++++++++++++++++++++++++++++++++++++++++++
14438  2 files changed, 50 insertions(+)
14439
14440 commit 3b861421a772f52eb232ff93bd74b5a8214801ec
14441 Author: Behdad Esfahbod <behdad@behdad.org>
14442 Date:   Wed Jul 16 13:22:05 2014 -0400
14443
14444     Fix Mongolian Variation Selectors for fonts without GDEF
14445
14446     Originally we fixed those in 79d1007a501fd63c0ba4d51038c513e6b8b94740.
14447     However, fonts like MongolianWhite don't have GDEF, but have
14448     IgnoreMarks
14449     in their LigatureSubstitute init/etc features.  We were synthesizing a
14450     GDEF class of mark for Mongolian Variation Selectors and as such the
14451     ligature lookups where not matching.  Uniscribe doesn't do that.
14452
14453     I tried with more sophisticated fixes, like, if there is no GDEF and
14454     a lookup-flag mismatch happens, instead of rejecting a match, try
14455     skipping that glyph.  That surely produces some interesting behavior,
14456     but since we don't want to support fonts missing GDEF more than
14457     we have
14458     to, I went for this simpler fix which is to always mark
14459     default-ignorables as base when synthesizing GDEF.
14460
14461     Micro-test added.
14462
14463     Fixes rest of https://bugs.freedesktop.org/show_bug.cgi?id=65258
14464
14465  src/hb-ot-shape.cc                                       |  13
14466  +++++++++++--
14467  .../sha1sum/37033cc5cf37bb223d7355153016b6ccece93b28.ttf | Bin 0 ->
14468  2780 bytes
14469  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
14470  test/shaping/tests/MANIFEST                              |   1 +
14471  test/shaping/tests/mongolian-variation-selector.tests    |   1 +
14472  5 files changed, 14 insertions(+), 2 deletions(-)
14473
14474 commit 878a25375b2fdf64cf0cc30c23fca9fcd58548e8
14475 Author: Behdad Esfahbod <behdad@behdad.org>
14476 Date:   Wed Jul 16 13:21:26 2014 -0400
14477
14478     Minor
14479
14480  src/hb-ot-shape.cc        | 1 +
14481  src/hb-unicode-private.hh | 6 +++---
14482  2 files changed, 4 insertions(+), 3 deletions(-)
14483
14484 commit ec181e50140fc65b32d6080e2f7f73bbe0269ba9
14485 Author: Behdad Esfahbod <behdad@behdad.org>
14486 Date:   Wed Jul 16 13:10:03 2014 -0400
14487
14488     Minor moving around
14489
14490  src/hb-ot-shape.cc | 14 +++++++++-----
14491  1 file changed, 9 insertions(+), 5 deletions(-)
14492
14493 commit e7ce50d9eb6e3678f731b10dfeb308ffc478af8d
14494 Author: Behdad Esfahbod <behdad@behdad.org>
14495 Date:   Wed Jul 16 12:30:39 2014 -0400
14496
14497     [indic] Fix access past end of array
14498
14499  src/hb-ot-shape-complex-indic.cc | 7 ++++---
14500  1 file changed, 4 insertions(+), 3 deletions(-)
14501
14502 commit 73e23b0acfd2948d500321769035c56c9e072d77
14503 Author: Behdad Esfahbod <behdad@behdad.org>
14504 Date:   Tue Jul 15 18:43:49 2014 -0400
14505
14506     Whitespace
14507
14508  src/hb-ot-layout-gsubgpos-private.hh | 1 -
14509  1 file changed, 1 deletion(-)
14510
14511 commit f27be105afb86b337c7d940badc5a6462f0b58bb
14512 Author: Behdad Esfahbod <behdad@behdad.org>
14513 Date:   Fri Jul 11 18:15:34 2014 -0400
14514
14515     [Android.mk] Actually remove static library
14516
14517  Android.mk | 26 --------------------------
14518  1 file changed, 26 deletions(-)
14519
14520 commit 96b80e9bcc4796eedac09d284dc8cc0439ced6ba
14521 Author: Behdad Esfahbod <behdad@behdad.org>
14522 Date:   Fri Jul 11 17:00:12 2014 -0400
14523
14524     [Android.mk] Remove static library, add note re how to build
14525
14526  Android.mk | 41 +++++++++++++++++++++++++++++++++++++----
14527  1 file changed, 37 insertions(+), 4 deletions(-)
14528
14529 commit b7bc0b671d2d568cb64b647dad2ca866a4e0183b
14530 Author: Behdad Esfahbod <behdad@behdad.org>
14531 Date:   Fri Jul 11 16:20:28 2014 -0400
14532
14533     Simplify / speed up UTF-8 code
14534
14535  src/hb-utf-private.hh | 15 ++++++---------
14536  1 file changed, 6 insertions(+), 9 deletions(-)
14537
14538 commit af2490c0959daa0fe7f32a8b3b3a3699c7fc5f48
14539 Author: Behdad Esfahbod <behdad@behdad.org>
14540 Date:   Fri Jul 11 16:10:58 2014 -0400
14541
14542     Only accept well-formed UTF-8 sequences
14543
14544     Enable tests that were disabled before, and adjust one test,
14545     and add more tests.
14546
14547  src/hb-utf-private.hh  | 93
14548  +++++++++++++++++++++++++++++++++-----------------
14549  test/api/test-buffer.c |  9 +++--
14550  2 files changed, 68 insertions(+), 34 deletions(-)
14551
14552 commit 7323d385cc758c06671cb38239d240eb517b28bc
14553 Author: Behdad Esfahbod <behdad@behdad.org>
14554 Date:   Fri Jul 11 15:10:05 2014 -0400
14555
14556     Simplify hb_utf_prev<16> to call hb_utf_next<16>
14557
14558  src/hb-utf-private.hh | 23 ++++++++---------------
14559  1 file changed, 8 insertions(+), 15 deletions(-)
14560
14561 commit c09a607a842fdd7b33e2c57e8af96d21ff091acd
14562 Author: Behdad Esfahbod <behdad@behdad.org>
14563 Date:   Fri Jul 11 15:05:36 2014 -0400
14564
14565     Use hb_in_range() for arabic and indic tables
14566
14567     Though, looks like gcc was smart enough to produce the same code
14568     before...
14569
14570  src/gen-arabic-table.py                 |  18 +-
14571  src/gen-indic-table.py                  |  10 +-
14572  src/hb-ot-shape-complex-arabic-table.hh | 420
14573  ++++++++++++++++----------------
14574  src/hb-ot-shape-complex-indic-table.cc  |  88 +++----
14575  4 files changed, 268 insertions(+), 268 deletions(-)
14576
14577 commit 7627100f428ac0ec8509d961d368d2d25d8f0b6e
14578 Author: Behdad Esfahbod <behdad@behdad.org>
14579 Date:   Fri Jul 11 14:54:42 2014 -0400
14580
14581     Mark unsigned integer literals with the u suffix
14582
14583     Simplifies hb_in_range() calls as the type can be inferred.
14584     The rest is obsessiveness, I admit.
14585
14586  src/hb-buffer-serialize.cc                 |   2 +-
14587  src/hb-common.cc                           |   4 +-
14588  src/hb-coretext.cc                         |  16 +--
14589  src/hb-open-file-private.hh                |   4 +-
14590  src/hb-open-type-private.hh                |   2 +-
14591  src/hb-ot-cmap-table.hh                    |   4 +-
14592  src/hb-ot-head-table.hh                    |   6 +-
14593  src/hb-ot-hhea-table.hh                    |   2 +-
14594  src/hb-ot-layout-common-private.hh         |  14 +--
14595  src/hb-ot-layout-gdef-table.hh             |   8 +-
14596  src/hb-ot-layout-gpos-table.hh             |  24 ++--
14597  src/hb-ot-layout-gsub-table.hh             |   6 +-
14598  src/hb-ot-layout-gsubgpos-private.hh       |   2 +-
14599  src/hb-ot-layout-jstf-table.hh             |   2 +-
14600  src/hb-ot-layout-private.hh                |   4 +-
14601  src/hb-ot-layout.h                         |   6 +-
14602  src/hb-ot-map-private.hh                   |   8 +-
14603  src/hb-ot-maxp-table.hh                    |   4 +-
14604  src/hb-ot-shape-complex-arabic-fallback.hh |   2 +-
14605  src/hb-ot-shape-complex-hangul.cc          |  36 +++---
14606  src/hb-ot-shape-complex-hebrew.cc          | 134 ++++++++++-----------
14607  src/hb-ot-shape-complex-indic.cc           | 182
14608  ++++++++++++++---------------
14609  src/hb-ot-shape-complex-myanmar.cc         |  56 ++++-----
14610  src/hb-ot-shape-complex-sea.cc             |   8 +-
14611  src/hb-ot-shape-complex-thai.cc            |  84 ++++++-------
14612  src/hb-ot-shape-fallback.cc                |  40 +++----
14613  src/hb-ot-shape-normalize.cc               |   2 +-
14614  src/hb-ot-shape.cc                         |   6 +-
14615  src/hb-ot-tag.cc                           |  18 +--
14616  src/hb-unicode-private.hh                  |  40 +++----
14617  src/hb-uniscribe.cc                        |  14 +--
14618  src/hb-utf-private.hh                      |  16 +--
14619  32 files changed, 378 insertions(+), 378 deletions(-)
14620
14621 commit a8b89a09f6d3a3466282aae07fd65e143f9f8f83
14622 Author: Behdad Esfahbod <behdad@behdad.org>
14623 Date:   Fri Jul 11 14:18:01 2014 -0400
14624
14625     Simplify hb_in_range()
14626
14627     It's both faster and produces smaller code.  Now I feel stupid for
14628     not writing it this way before.
14629
14630  src/hb-private.hh | 16 ++++++----------
14631  1 file changed, 6 insertions(+), 10 deletions(-)
14632
14633 commit db8934faa1854dafaf4c4ce34d1818e12f67ef52
14634 Author: Behdad Esfahbod <behdad@behdad.org>
14635 Date:   Fri Jul 11 13:58:36 2014 -0400
14636
14637     Simplify hb_utf_prev<8> to call hb_utf_next<8>
14638
14639  src/hb-utf-private.hh | 24 ++++--------------------
14640  1 file changed, 4 insertions(+), 20 deletions(-)
14641
14642 commit efe74214bbb68eaa3d7621e73869b5d58210107e
14643 Author: Behdad Esfahbod <behdad@behdad.org>
14644 Date:   Fri Jul 11 11:59:48 2014 -0400
14645
14646     Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode codepoints
14647
14648     Only if the font doesn't support it.  Ie, this gives the user to
14649     use non-Unicode codepoints as private values and return a meaningful
14650     glyph for them.  But if it's invalid and font callback doesn't
14651     like it, and if font has U+FFFD, show that instead.
14652
14653     Font functions that do not want this automatic replacement to
14654     happen should return true from get_glyph() if unicode > 0x10FFFF.
14655
14656     Replaces https://github.com/behdad/harfbuzz/pull/27
14657
14658  src/hb-ot-shape-normalize.cc | 7 +++++++
14659  1 file changed, 7 insertions(+)
14660
14661 commit 6f13b6d62daae4989e3cc2fe4b168e5c59650964
14662 Author: Behdad Esfahbod <behdad@behdad.org>
14663 Date:   Thu Jul 10 19:31:40 2014 -0400
14664
14665     When parsing UTF-16, generate invalid codepoint for lonely low
14666     surrogate
14667
14668     Test passes now.
14669
14670  src/hb-utf-private.hh | 42 ++++++++++++++++++++++++++++--------------
14671  1 file changed, 28 insertions(+), 14 deletions(-)
14672
14673 commit 24b2ba9dfa7c35769cd843a07079ef88fa594bf8
14674 Author: Behdad Esfahbod <behdad@behdad.org>
14675 Date:   Thu Jul 10 19:31:16 2014 -0400
14676
14677     [test-buffer] Add test for lonely low-surrogate
14678
14679     Currenty fails.  Ouch!
14680
14681  test/api/test-buffer.c | 1 +
14682  1 file changed, 1 insertion(+)
14683
14684 commit 6334495ac1ee0a86228e67794b7a41ee91146f3b
14685 Author: Behdad Esfahbod <behdad@behdad.org>
14686 Date:   Thu Jul 10 19:22:07 2014 -0400
14687
14688     Use zh-Hans / zh-Hant when converting OT language tag to hb_language_t
14689
14690  src/hb-ot-tag.cc       | 15 +++------------
14691  test/api/test-ot-tag.c |  6 +++---
14692  2 files changed, 6 insertions(+), 15 deletions(-)
14693
14694 commit f381e320df795a9d73ac81499f8ed8c311bcb2f0
14695 Author: Behdad Esfahbod <behdad@behdad.org>
14696 Date:   Thu Jul 10 19:20:35 2014 -0400
14697
14698     Fix lang matching logic
14699
14700     Previous code was broken logically, but harmless.
14701
14702  src/hb-ot-tag.cc       | 2 +-
14703  test/api/test-ot-tag.c | 1 +
14704  2 files changed, 2 insertions(+), 1 deletion(-)
14705
14706 commit ee5350d667f3a9644667202597694581f2cf657d
14707 Author: Behdad Esfahbod <behdad@behdad.org>
14708 Date:   Thu Jul 10 19:06:45 2014 -0400
14709
14710     Accept BCP 47 zh-Hans / zh-Hant language tags
14711
14712  src/hb-ot-tag.cc       | 27 ++++++++++++++++++---------
14713  test/api/test-ot-tag.c |  3 +++
14714  2 files changed, 21 insertions(+), 9 deletions(-)
14715
14716 commit 431540286794e023ec5eafd5eeedc008d4f31b4c
14717 Author: Behdad Esfahbod <behdad@behdad.org>
14718 Date:   Thu Jul 10 17:37:26 2014 -0400
14719
14720     [Android.mk] Add note re static library
14721
14722  Android.mk | 7 +++++++
14723  1 file changed, 7 insertions(+)
14724
14725 commit 5b4131eb1c670c20fd9a45a5617c64060a505ef5
14726 Author: Behdad Esfahbod <behdad@behdad.org>
14727 Date:   Wed Jul 9 19:09:08 2014 -0400
14728
14729     [Android.mk] Update for new ICU
14730
14731     https://android-review.googlesource.com/#/c/100722/1/Android.mk
14732
14733  Android.mk | 2 +-
14734  1 file changed, 1 insertion(+), 1 deletion(-)
14735
14736 commit ab28196c9557a63971a56915aa6f98bb5803bd1b
14737 Author: Behdad Esfahbod <behdad@behdad.org>
14738 Date:   Wed Jul 9 18:18:06 2014 -0400
14739
14740     [Android.mk] Re-enable ICU unicode funcs
14741
14742  Android.mk | 11 ++++++-----
14743  1 file changed, 6 insertions(+), 5 deletions(-)
14744
14745 commit ea001374b86c4f1b24246c08a3d66d2a0e95a827
14746 Author: Behdad Esfahbod <behdad@behdad.org>
14747 Date:   Wed Jul 9 17:28:43 2014 -0400
14748
14749     0.9.30
14750
14751  NEWS         | 17 +++++++++++++++++
14752  configure.ac |  2 +-
14753  2 files changed, 18 insertions(+), 1 deletion(-)
14754
14755 commit 8b16ff12590200afb08e8821e3f14d2fdf8efbda
14756 Author: Behdad Esfahbod <behdad@behdad.org>
14757 Date:   Wed Jul 9 17:40:52 2014 -0400
14758
14759     [uniscribe] Fix build after recent changes to Offset
14760
14761  src/hb-ot-name-table.hh | 2 +-
14762  1 file changed, 1 insertion(+), 1 deletion(-)
14763
14764 commit 73f7f8919ea1f09b8c5b29f231ac84105cde2145
14765 Author: Behdad Esfahbod <behdad@behdad.org>
14766 Date:   Wed Jul 9 17:17:18 2014 -0400
14767
14768     Define _POSIX_C_SOURCE only if it is not defined
14769
14770     Fixes https://github.com/behdad/harfbuzz/pull/45
14771
14772  src/hb-blob.cc | 2 ++
14773  1 file changed, 2 insertions(+)
14774
14775 commit 6bd5646f1b865a76304a67e03a6161afcfef293f
14776 Author: Behdad Esfahbod <behdad@behdad.org>
14777 Date:   Wed Jul 9 17:07:06 2014 -0400
14778
14779     [tests] Remove bash'ish
14780
14781     Apparently on travis-ci, bash is linked to dash, which doesn't
14782     understand "let".  Failing tests were not being noticed.  See eg:
14783
14784       https://travis-ci.org/behdad/harfbuzz/jobs/29544211
14785
14786     Don't rely on bash.
14787
14788  test/shaping/run-tests.sh | 4 ++--
14789  1 file changed, 2 insertions(+), 2 deletions(-)
14790
14791 commit 0afedaa96c81b63774a4a0ef9b4cb4995d24ec9e
14792 Author: Behdad Esfahbod <behdad@behdad.org>
14793 Date:   Wed Jul 9 17:00:48 2014 -0400
14794
14795     [util/hb-shape] Fix crash; oops
14796
14797  util/hb-shape.cc | 2 +-
14798  1 file changed, 1 insertion(+), 1 deletion(-)
14799
14800 commit 0cd94491b99aed438ad79a55cdfced8d1b657179
14801 Author: Behdad Esfahbod <behdad@behdad.org>
14802 Date:   Wed Jul 9 16:51:38 2014 -0400
14803
14804     [ucdn] Update to Unicode 7.0.0 data
14805
14806     From http://github.com/behdad/ucdn
14807
14808  src/hb-ucdn.cc               |   23 +
14809  src/hb-ucdn/README           |    1 +
14810  src/hb-ucdn/ucdn.c           |    2 +-
14811  src/hb-ucdn/ucdn.h           |   27 +
14812  src/hb-ucdn/unicodedata_db.h | 3711
14813  ++++++++++++++++++++++--------------------
14814  5 files changed, 2039 insertions(+), 1725 deletions(-)
14815
14816 commit 9d4ede3a97fff544a5ec2a671e49a92a79645b61
14817 Author: Behdad Esfahbod <behdad@behdad.org>
14818 Date:   Wed Jul 9 16:19:55 2014 -0400
14819
14820     [Android.mk] Update source list
14821
14822  Android.mk | 9 ++++++---
14823  1 file changed, 6 insertions(+), 3 deletions(-)
14824
14825 commit 7e1ab1f6d812a55f75d4844f7981d5604481049c
14826 Author: Behdad Esfahbod <behdad@behdad.org>
14827 Date:   Wed Jul 9 16:13:40 2014 -0400
14828
14829     [Android.mk] Whitespace
14830
14831  Android.mk | 26 ++++++--------------------
14832  1 file changed, 6 insertions(+), 20 deletions(-)
14833
14834 commit 5c6695c42470e0a15e9029ebe8ecbebf3fa4f95b
14835 Author: Behdad Esfahbod <behdad@behdad.org>
14836 Date:   Wed Jul 9 16:07:12 2014 -0400
14837
14838     [Android.mk] Remove -lpthread; we build with -DHB_NO_MT
14839
14840  Android.mk | 3 ---
14841  1 file changed, 3 deletions(-)
14842
14843 commit 9109f1e944dd4bd4ae8057b75c8a31e9d31797aa
14844 Author: Behdad Esfahbod <behdad@behdad.org>
14845 Date:   Tue Jul 8 20:02:29 2014 -0400
14846
14847     [util/hb-shape] Accept an empty output-format that would skip output
14848
14849     Useful for benchmarking, to avoid buffer serialization overhead (which
14850     seems to by far dominate shaping!)
14851
14852  util/hb-shape.cc | 5 ++++-
14853  1 file changed, 4 insertions(+), 1 deletion(-)
14854
14855 commit 8656408572c2685f278a3b742ee69c767c29788c
14856 Author: Behdad Esfahbod <behdad@behdad.org>
14857 Date:   Tue Jul 8 18:10:20 2014 -0400
14858
14859     [util] Fix hb-view rendering with --font-funcs=ot
14860
14861  util/helper-cairo.cc | 25 +++++++++++++++++++++++++
14862  1 file changed, 25 insertions(+)
14863
14864 commit 8650def73500204b79c651f58b1be3f94a41973d
14865 Author: Behdad Esfahbod <behdad@behdad.org>
14866 Date:   Sat Jul 5 15:50:18 2014 -0400
14867
14868     [util] Add option to set font function implementation to use
14869
14870     Supports ft and ot right now.  hb-view currently not rendering
14871     with ot.
14872     Will fix after some clean up.
14873
14874  util/options.cc | 76
14875  ++++++++++++++++++++++++++++++++++++++++++++++++++-------
14876  util/options.hh | 21 ++++++++++++++++
14877  2 files changed, 88 insertions(+), 9 deletions(-)
14878
14879 commit 2306ad46dce1c53b0b1bfabdc04d70e3b99eabb7
14880 Author: Behdad Esfahbod <behdad@behdad.org>
14881 Date:   Fri Jul 4 18:09:29 2014 -0400
14882
14883     [util] Fix memory issue
14884
14885  util/options.cc | 6 ++----
14886  util/options.hh | 9 +++++++++
14887  2 files changed, 11 insertions(+), 4 deletions(-)
14888
14889 commit 14a4a9d649798d32c31f79b4045a885626dffc7f
14890 Author: Behdad Esfahbod <behdad@behdad.org>
14891 Date:   Tue Jul 1 15:51:54 2014 -0400
14892
14893     Add Roozbeh to AUTHORS
14894
14895     He's been my shadow for all Indic-related changes in the last
14896     few months.
14897
14898  AUTHORS | 1 +
14899  1 file changed, 1 insertion(+)
14900
14901 commit 68f724484b1663255ee249481624e552d2e2313f
14902 Author: Behdad Esfahbod <behdad@behdad.org>
14903 Date:   Mon Jun 30 15:46:53 2014 -0400
14904
14905     [indic] Remove some more now-unused special-cases
14906
14907  src/hb-ot-shape-complex-indic.cc | 3 +--
14908  1 file changed, 1 insertion(+), 2 deletions(-)
14909
14910 commit e79c9489802f99dc7eb8b4c2765c4c71b5f80e60
14911 Author: Behdad Esfahbod <behdad@behdad.org>
14912 Date:   Mon Jun 30 15:39:39 2014 -0400
14913
14914     [indic] Remove special-casing of U+1CF2,1CF3
14915
14916     These were introduced in a498565cedf0441ae723c5e5969f637d792a15e7,
14917     but IndicSyllabicCategory has had the correct value already, so the
14918     special code was never needed.
14919
14920  src/hb-ot-shape-complex-indic.cc | 6 ------
14921  1 file changed, 6 deletions(-)
14922
14923 commit d743ce78e10758b7dbaf0cfd191309e5ef646881
14924 Author: Behdad Esfahbod <behdad@behdad.org>
14925 Date:   Mon Jun 30 15:24:02 2014 -0400
14926
14927     [indic-table] Update to Unicode 7.0 data
14928
14929     Touch code just enough to preserve previous syllable structure
14930     and functionality as closely as possible.  Many further cleanups
14931     coming later.
14932
14933  src/gen-indic-table.py                   |   4 +
14934  src/hb-ot-shape-complex-indic-private.hh |  23 +-
14935  src/hb-ot-shape-complex-indic-table.cc   | 468
14936  ++++++++++++++++++++++---------
14937  src/hb-ot-shape-complex-indic.cc         |  21 --
14938  src/hb-ot-shape-complex-myanmar.cc       |   2 -
14939  5 files changed, 355 insertions(+), 163 deletions(-)
14940
14941 commit 5fa21b3ab7175f55f89cb194b544d5d4bd06a481
14942 Author: Behdad Esfahbod <behdad@behdad.org>
14943 Date:   Mon Jun 30 14:30:54 2014 -0400
14944
14945     [indic-table] Fix category frequency counts in comments
14946
14947  src/gen-indic-table.py                 |  2 +-
14948  src/hb-ot-shape-complex-indic-table.cc | 46
14949  +++++++++++++++++-----------------
14950  2 files changed, 24 insertions(+), 24 deletions(-)
14951
14952 commit 5c4e3e9a57b6b735e7d72cbd5f4070cf024d7015
14953 Author: Behdad Esfahbod <behdad@behdad.org>
14954 Date:   Mon Jun 30 14:25:18 2014 -0400
14955
14956     Whitespace
14957
14958  src/hb-ot-shape-complex-indic-private.hh | 76
14959  ++++++++++++++++----------------
14960  1 file changed, 38 insertions(+), 38 deletions(-)
14961
14962 commit af528b6674bccac3efd13f8b33fcdc6aeb178f4c
14963 Author: Behdad Esfahbod <behdad@behdad.org>
14964 Date:   Fri Jun 27 18:07:00 2014 -0400
14965
14966     Fix typo; ouch!
14967
14968  src/hb-ot-cmap-table.hh | 2 +-
14969  1 file changed, 1 insertion(+), 1 deletion(-)
14970
14971 commit 7d4ada66c96a748ce92f8e8edac149361c3dc829
14972 Author: Behdad Esfahbod <behdad@behdad.org>
14973 Date:   Fri Jun 27 17:30:59 2014 -0400
14974
14975     Mark unsed members with a "Z" suffix
14976
14977     There may be more.  There are members that are by definition
14978     redundant or reserved and not needed, NOT what we *currently*
14979     don't use.
14980
14981     I'm sure there's more...
14982
14983  src/hb-open-file-private.hh        |  6 +++---
14984  src/hb-ot-cmap-table.hh            | 24 ++++++++++++------------
14985  src/hb-ot-layout-common-private.hh |  2 +-
14986  3 files changed, 16 insertions(+), 16 deletions(-)
14987
14988 commit 23afcff1d14e57f5ce30a4100698d4f2dc530958
14989 Author: Behdad Esfahbod <behdad@behdad.org>
14990 Date:   Fri Jun 27 17:22:36 2014 -0400
14991
14992     [ot-font] Implement Unicode variation selectors
14993
14994  src/hb-ot-font.cc | 20 +++++++++++++++++++-
14995  1 file changed, 19 insertions(+), 1 deletion(-)
14996
14997 commit a5a4736916b6035e6413d4619f9e7287e683d51b
14998 Author: Behdad Esfahbod <behdad@behdad.org>
14999 Date:   Fri Jun 27 17:03:22 2014 -0400
15000
15001     [cmap] Implement subtable format 14
15002
15003  src/hb-ot-cmap-table.hh | 147
15004  +++++++++++++++++++++++++++++++++++++++++++-----
15005  1 file changed, 133 insertions(+), 14 deletions(-)
15006
15007 commit 586b60622c33878f9ca4826b4ef07369d32bf039
15008 Author: Behdad Esfahbod <behdad@behdad.org>
15009 Date:   Fri Jun 27 15:39:47 2014 -0400
15010
15011     Minor: final bits of cleanup
15012
15013  src/hb-open-type-private.hh        | 1 +
15014  src/hb-ot-layout-common-private.hh | 4 ++--
15015  2 files changed, 3 insertions(+), 2 deletions(-)
15016
15017 commit 51d9ba09bc78188ec87218aef5232e80568c1712
15018 Author: Behdad Esfahbod <behdad@behdad.org>
15019 Date:   Fri Jun 27 15:27:15 2014 -0400
15020
15021     Minor
15022
15023  src/hb-open-type-private.hh | 9 ++++-----
15024  1 file changed, 4 insertions(+), 5 deletions(-)
15025
15026 commit 3084767e92483c669f38319f153c498e9a6b92c7
15027 Author: Behdad Esfahbod <behdad@behdad.org>
15028 Date:   Fri Jun 27 15:24:35 2014 -0400
15029
15030     Minor: Remove LongArrayOf
15031
15032  src/hb-open-file-private.hh | 2 +-
15033  src/hb-open-type-private.hh | 4 ----
15034  2 files changed, 1 insertion(+), 5 deletions(-)
15035
15036 commit 41ea59495032e712fa6f801350ee00d5f00b5724
15037 Author: Behdad Esfahbod <behdad@behdad.org>
15038 Date:   Fri Jun 27 15:23:18 2014 -0400
15039
15040     Minor: Remove LongSortedArrayOf
15041
15042  src/hb-open-type-private.hh | 4 ----
15043  src/hb-ot-cmap-table.hh     | 2 +-
15044  2 files changed, 1 insertion(+), 5 deletions(-)
15045
15046 commit bb6ecf2ce5c2679c298741af17836a22e1d68121
15047 Author: Behdad Esfahbod <behdad@behdad.org>
15048 Date:   Fri Jun 27 15:13:44 2014 -0400
15049
15050     Minor: Remove LongOffsetArrayOf and LongOffsetLongArrayOf
15051
15052  src/hb-open-file-private.hh    | 2 +-
15053  src/hb-open-type-private.hh    | 8 --------
15054  src/hb-ot-layout-gdef-table.hh | 2 +-
15055  3 files changed, 2 insertions(+), 10 deletions(-)
15056
15057 commit 99d281712390fd54e523b2f0580d10445457ec2f
15058 Author: Behdad Esfahbod <behdad@behdad.org>
15059 Date:   Fri Jun 27 15:12:52 2014 -0400
15060
15061     Minor: Remove GenericOffset
15062
15063  src/hb-open-type-private.hh        | 13 +++++--------
15064  src/hb-ot-layout-common-private.hh |  8 ++++----
15065  2 files changed, 9 insertions(+), 12 deletions(-)
15066
15067 commit 9da552dcc5b89b3bbbe5a55fb7c543222382e12a
15068 Author: Behdad Esfahbod <behdad@behdad.org>
15069 Date:   Fri Jun 27 15:09:42 2014 -0400
15070
15071     Minor: Remove some GenericXXX templates
15072
15073  src/hb-open-type-private.hh        | 32 +++++++++++---------------------
15074  src/hb-ot-cmap-table.hh            |  4 ++--
15075  src/hb-ot-layout-common-private.hh |  2 +-
15076  3 files changed, 14 insertions(+), 24 deletions(-)
15077
15078 commit 36073ede5b52bd1231622cbacd1bee6b82696d81
15079 Author: Behdad Esfahbod <behdad@behdad.org>
15080 Date:   Fri Jun 27 14:48:54 2014 -0400
15081
15082     Minor: Reorder template parameter order
15083
15084  src/hb-open-type-private.hh | 14 +++++++-------
15085  src/hb-ot-cmap-table.hh     |  2 +-
15086  2 files changed, 8 insertions(+), 8 deletions(-)
15087
15088 commit 0394ec1bfbd7806cbe9fc809b34f96f8d12ffbf2
15089 Author: Behdad Esfahbod <behdad@behdad.org>
15090 Date:   Fri Jun 27 14:40:35 2014 -0400
15091
15092     Minor: Introduce GenericOffset
15093
15094  src/hb-open-type-private.hh | 16 ++++++----------
15095  1 file changed, 6 insertions(+), 10 deletions(-)
15096
15097 commit 0d1b3419a7bbfd18ab8fed1abd3a41dec11e8d97
15098 Author: Behdad Esfahbod <behdad@behdad.org>
15099 Date:   Thu Jun 26 19:13:34 2014 -0400
15100
15101     Minor: Use template parameter default values for OffsetTo
15102
15103  src/hb-open-type-private.hh | 13 +++++--------
15104  1 file changed, 5 insertions(+), 8 deletions(-)
15105
15106 commit 546b1adcdce2d3592843938b0b81ff32e67b0b83
15107 Author: Behdad Esfahbod <behdad@behdad.org>
15108 Date:   Thu Jun 26 19:10:21 2014 -0400
15109
15110     Minor: Use template parameter default values for hb_prealloced_array_t
15111
15112  src/hb-private.hh | 9 ++++-----
15113  1 file changed, 4 insertions(+), 5 deletions(-)
15114
15115 commit 911ca38645bd51764e7859bc482319e8f6d2f710
15116 Author: Behdad Esfahbod <behdad@behdad.org>
15117 Date:   Tue Jun 24 10:20:36 2014 -0600
15118
15119     Add back API removed recently
15120
15121     Add hb_ot_layout_language_get_required_feature_index() again, which
15122     is used in Pango.  This was removed in
15123     da132937989acb4d8ca9bd41c79f98750e7dda30 in favor of
15124     hb_ot_layout_language_get_required_feature().
15125
15126     API changes:
15127
15128       - Added hb_ot_layout_language_get_required_feature_index back.
15129
15130  src/hb-ot-layout.cc | 15 +++++++++++++++
15131  src/hb-ot-layout.h  |  7 +++++++
15132  2 files changed, 22 insertions(+)
15133
15134 commit 89e4946929a8cd2359c7d76fa9272d5604243002
15135 Author: Behdad Esfahbod <behdad@behdad.org>
15136 Date:   Sun Jun 22 11:32:13 2014 -0600
15137
15138     Add new IndicSyllabicCategory short forms for Unicode 7.0
15139
15140  src/gen-indic-table.py | 4 ++++
15141  1 file changed, 4 insertions(+)
15142
15143 commit dcee838e89c2863c2fda4e8f098e720637e02335
15144 Author: Behdad Esfahbod <behdad@behdad.org>
15145 Date:   Sun Jun 22 11:29:59 2014 -0600
15146
15147     Minor
15148
15149  src/gen-arabic-table.py | 2 +-
15150  src/gen-indic-table.py  | 2 +-
15151  2 files changed, 2 insertions(+), 2 deletions(-)
15152
15153 commit f2ad86e6053fa87ab188c36edc3d98c92324c049
15154 Author: Behdad Esfahbod <behdad@behdad.org>
15155 Date:   Sat Jun 21 15:31:10 2014 -0600
15156
15157     [indic-table-gen] Minor
15158
15159  src/gen-indic-table.py | 8 ++++----
15160  1 file changed, 4 insertions(+), 4 deletions(-)
15161
15162 commit 2ec62279aab8c2263f17ffbc7c6f74304674f9a8
15163 Author: Behdad Esfahbod <behdad@behdad.org>
15164 Date:   Sat Jun 21 15:25:59 2014 -0600
15165
15166     [indic-table] Update to Unicode 6.3.0
15167
15168     Was from 6.2.0.  It's a no-op.  Committing for the record.
15169
15170  src/hb-ot-shape-complex-indic-table.cc | 12 ++++++------
15171  1 file changed, 6 insertions(+), 6 deletions(-)
15172
15173 commit 5d4d7384efa97a30893ad28b9ad9a994722de12c
15174 Author: Behdad Esfahbod <behdad@behdad.org>
15175 Date:   Sat Jun 21 14:53:21 2014 -0600
15176
15177     Minor: format
15178
15179  src/hb-ot-shape-complex-arabic.cc | 7 +++++--
15180  1 file changed, 5 insertions(+), 2 deletions(-)
15181
15182 commit 44243ae5902cc420e6bf6ec2fca2584ba93ff2fb
15183 Author: Behdad Esfahbod <behdad@behdad.org>
15184 Date:   Sat Jun 21 14:19:34 2014 -0600
15185
15186     [arabic-table] Update to Unicode 7.0
15187
15188     Old table was from 6.2.  Remove hard-coded Mongolian and Phags-pa
15189     data.
15190     This completes support for new scripts Manichian and Psaltar Pahlavi.
15191
15192  src/hb-ot-shape-complex-arabic-table.hh | 72
15193  ++++++++++++++++++++++++++++-----
15194  src/hb-ot-shape-complex-arabic.cc       | 22 ----------
15195  2 files changed, 63 insertions(+), 31 deletions(-)
15196
15197 commit cd86ab9b4f4d7bd4f563be64a83714fc8fb395d7
15198 Author: Behdad Esfahbod <behdad@behdad.org>
15199 Date:   Sat Jun 21 14:10:38 2014 -0600
15200
15201     [arabic-table] Add ZWJ/ZWNJ now that table is segmented
15202
15203  src/gen-arabic-table.py                 |  2 --
15204  src/hb-ot-shape-complex-arabic-table.hh | 12 +++++++++++-
15205  src/hb-ot-shape-complex-arabic.cc       |  5 -----
15206  3 files changed, 11 insertions(+), 8 deletions(-)
15207
15208 commit 2390d9b67e1dfeccd3f0850d1304c52b54817ca0
15209 Author: Behdad Esfahbod <behdad@behdad.org>
15210 Date:   Sat Jun 21 14:07:00 2014 -0600
15211
15212     [arabic-table] Further tune
15213
15214     In anticipation of Unicode 7.0 data coming in the next commit.
15215
15216  src/gen-arabic-table.py                 | 10 ++++++---
15217  src/hb-ot-shape-complex-arabic-table.hh | 38
15218  +++++++++++++++------------------
15219  2 files changed, 24 insertions(+), 24 deletions(-)
15220
15221 commit a133e6067aaebc494c0156b5fac7f4a879e12dbe
15222 Author: Behdad Esfahbod <behdad@behdad.org>
15223 Date:   Fri Jun 20 18:01:34 2014 -0400
15224
15225     [indic-table] Minor
15226
15227  src/gen-indic-table.py | 9 +++++----
15228  1 file changed, 5 insertions(+), 4 deletions(-)
15229
15230 commit b900fa2c8cc088dbcbdbf90bfdf8764f9ee1c96a
15231 Author: Behdad Esfahbod <behdad@behdad.org>
15232 Date:   Fri Jun 20 17:59:43 2014 -0400
15233
15234     [arabic-table] Use segmented table
15235
15236     No functional change.
15237
15238  src/gen-arabic-table.py                 | 82
15239  +++++++++++++++++++++++----------
15240  src/hb-ot-shape-complex-arabic-table.hh | 53 ++++++++++++++-------
15241  src/hb-ot-shape-complex-arabic.cc       |  8 ++--
15242  3 files changed, 97 insertions(+), 46 deletions(-)
15243
15244 commit c2e113404640bf9b8bac469d0803ac946e77964f
15245 Author: Behdad Esfahbod <behdad@behdad.org>
15246 Date:   Fri Jun 20 17:57:03 2014 -0400
15247
15248     [indic-table] Make output stable
15249
15250  src/gen-indic-table.py | 2 +-
15251  1 file changed, 1 insertion(+), 1 deletion(-)
15252
15253 commit 55abfbd2ac1626af16151298a0837b837d0796df
15254 Author: Behdad Esfahbod <behdad@behdad.org>
15255 Date:   Fri Jun 20 16:47:43 2014 -0400
15256
15257     [indic-table] Minor
15258
15259     No output change.
15260
15261  src/gen-indic-table.py | 7 +------
15262  1 file changed, 1 insertion(+), 6 deletions(-)
15263
15264 commit f88670749006991282bcc4e8b6218487295ca670
15265 Author: Behdad Esfahbod <behdad@behdad.org>
15266 Date:   Fri Jun 20 16:30:10 2014 -0400
15267
15268     [arabic-table] Don't write comments
15269
15270     No functional change.
15271
15272  src/gen-arabic-table.py                 |  20 +-
15273  src/hb-ot-shape-complex-arabic-table.hh | 710
15274  ++------------------------------
15275  2 files changed, 38 insertions(+), 692 deletions(-)
15276
15277 commit 200dfe3eb10feda2ad25940338b08011f4757ca4
15278 Author: Behdad Esfahbod <behdad@behdad.org>
15279 Date:   Fri Jun 20 16:20:59 2014 -0400
15280
15281     [arabic-table] Use short names for values
15282
15283     No functional change.
15284
15285  src/gen-arabic-table.py                 |   16 +-
15286  src/hb-ot-shape-complex-arabic-table.hh | 1386
15287  ++++++++++++++++---------------
15288  2 files changed, 716 insertions(+), 686 deletions(-)
15289
15290 commit 3f5327a41efcf50f64d9498ef3dfd6875ef6a5ab
15291 Author: Behdad Esfahbod <behdad@behdad.org>
15292 Date:   Fri Jun 20 16:17:42 2014 -0400
15293
15294     [arabic-table] Read Blocks.txt and shuffle code around
15295
15296     No functional change.
15297
15298  src/Makefile.am                         |  2 +-
15299  src/gen-arabic-table.py                 | 80
15300  +++++++++++++++++++--------------
15301  src/hb-ot-shape-complex-arabic-table.hh | 30 ++++++++-----
15302  3 files changed, 67 insertions(+), 45 deletions(-)
15303
15304 commit 171f970e4f72d9fe1af30eab32b96906ee4a14f5
15305 Author: Behdad Esfahbod <behdad@behdad.org>
15306 Date:   Fri Jun 20 15:25:30 2014 -0400
15307
15308     [indic-table] Black-list Thai, Lao, and Tibetan
15309
15310     We don't need Indic table for those.
15311
15312  src/gen-indic-table.py                 |  3 ++
15313  src/hb-ot-shape-complex-indic-table.cc | 94
15314  +++++++---------------------------
15315  2 files changed, 21 insertions(+), 76 deletions(-)
15316
15317 commit 65ac2dae4f284f563b2dc476a21e2b5a48124de8
15318 Author: Behdad Esfahbod <behdad@behdad.org>
15319 Date:   Fri Jun 20 15:12:49 2014 -0400
15320
15321     [indic-table] Speed up lookup
15322
15323  src/gen-indic-table.py                 | 22 +++++++++---
15324  src/hb-ot-shape-complex-indic-table.cc | 61
15325  +++++++++++++++++++++++-----------
15326  2 files changed, 59 insertions(+), 24 deletions(-)
15327
15328 commit 64442a3f4c5c7be08893454742cad6bfe73cb8d7
15329 Author: Behdad Esfahbod <behdad@behdad.org>
15330 Date:   Fri Jun 20 14:58:53 2014 -0400
15331
15332     [indic-table] Fix compiler warning
15333
15334  src/gen-indic-table.py                 | 4 +---
15335  src/hb-ot-shape-complex-indic-table.cc | 4 +---
15336  2 files changed, 2 insertions(+), 6 deletions(-)
15337
15338 commit 0436e1d50527497ebe5053b51a34ce6590276249
15339 Author: Behdad Esfahbod <behdad@behdad.org>
15340 Date:   Fri Jun 20 14:56:22 2014 -0400
15341
15342     [indic-table] Make table more compact by not covering full blocks
15343
15344     -#define indic_offset_total 4416
15345     +#define indic_offset_total 3816
15346
15347     -}; /* Table occupancy: 60% */
15348     +}; /* Table occupancy: 69% */
15349
15350  src/gen-indic-table.py                 |  24 ++++--
15351  src/hb-ot-shape-complex-indic-table.cc | 150
15352  +++++++++------------------------
15353  2 files changed, 57 insertions(+), 117 deletions(-)
15354
15355 commit 190a251479b3cfc68871ff1daf9a9d1abe3f86e6
15356 Author: Behdad Esfahbod <behdad@behdad.org>
15357 Date:   Fri Jun 20 14:41:39 2014 -0400
15358
15359     [indic-table] Remove block range from data table
15360
15361     No functional change.
15362
15363  src/gen-indic-table.py                 |   4 +-
15364  src/hb-ot-shape-complex-indic-table.cc | 102
15365  ++++++++++++++++-----------------
15366  2 files changed, 54 insertions(+), 52 deletions(-)
15367
15368 commit 2b051c6057920c564c13c5d6a3e6dca93446fa12
15369 Author: Behdad Esfahbod <behdad@behdad.org>
15370 Date:   Fri Jun 20 14:09:57 2014 -0400
15371
15372     Rename HB_VERSION_CHECK and hb_version_check to "atleast"
15373
15374     HB_VERSION_CHECK's comparison was originally written wrongly
15375     by mistake.  When API tests were written, they were also written
15376     wrongly to pass given the wrong implementation... Sigh.
15377
15378     Given the purpose of this API, there's no point in fixing it
15379     without renaming it.  As such, rename.
15380
15381     API changes:
15382
15383       HB_VERSION_CHECK -> HB_VERSION_ATLEAST
15384       hb_version_check -> hb_version_atleast
15385
15386  docs/reference/harfbuzz-sections.txt |  4 ++--
15387  src/hb-common.cc                     | 10 +++++-----
15388  src/hb-version.h.in                  | 10 +++++-----
15389  test/api/test-version.c              | 29 +++++++++++++++--------------
15390  4 files changed, 27 insertions(+), 26 deletions(-)
15391
15392 commit cabfa538ed4b1355326fa8de05f7209dda1c1c7a
15393 Author: Behdad Esfahbod <behdad@behdad.org>
15394 Date:   Fri Jun 20 13:51:21 2014 -0400
15395
15396     Adjust unused doc symbols
15397
15398  docs/reference/harfbuzz-sections.txt | 19 +++++++++++++++++--
15399  src/hb-ot-shape.h                    | 21 ++++++++++-----------
15400  2 files changed, 27 insertions(+), 13 deletions(-)
15401
15402 commit da132937989acb4d8ca9bd41c79f98750e7dda30
15403 Author: Jonathan Kew <jfkthame@gmail.com>
15404 Date:   Sun Apr 27 14:05:24 2014 +0100
15405
15406     Rework handling of requiredFeature to solve problem with rlig in
15407     arial.ttf from winxp
15408
15409     https://bugzilla.mozilla.org/show_bug.cgi?id=986802
15410     Fixes https://github.com/behdad/harfbuzz/pull/39
15411
15412     API Change:
15413
15414     -hb_ot_layout_language_get_required_feature_index
15415     +hb_ot_layout_language_get_required_feature
15416
15417     New API takes an extra pointer argument.  Pass NULL in to get
15418     behavior of previous API.
15419
15420     Reworked by behdad
15421
15422  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
15423  src/hb-ot-layout.cc                  | 29 ++++++++++++---------
15424  src/hb-ot-layout.h                   | 11 ++++----
15425  src/hb-ot-map.cc                     | 50
15426  ++++++++++++++++++++++++++----------
15427  src/main.cc                          |  4 +--
15428  5 files changed, 64 insertions(+), 34 deletions(-)
15429
15430 commit df554af99db390e42d378983bb3fcf583477a1d7
15431 Author: Behdad Esfahbod <behdad@behdad.org>
15432 Date:   Thu Jun 19 15:39:18 2014 -0400
15433
15434     Rename search() to bsearch() and lsearch()
15435
15436     Such that the complexity of the algorithm used is clear at
15437     call site.
15438
15439  src/hb-open-type-private.hh        |  4 ++--
15440  src/hb-ot-cmap-table.hh            | 14 +++++++-------
15441  src/hb-ot-layout-common-private.hh |  9 +++++----
15442  3 files changed, 14 insertions(+), 13 deletions(-)
15443
15444 commit fb8cc86ff99c08064ac58a559bb66cc340693b92
15445 Author: Behdad Esfahbod <behdad@behdad.org>
15446 Date:   Thu Jun 19 15:30:18 2014 -0400
15447
15448     Rename sort() to qsort()
15449
15450     In an effort to make the algorithm used clear.
15451
15452  src/hb-coretext.cc  | 4 ++--
15453  src/hb-ot-map.cc    | 4 ++--
15454  src/hb-private.hh   | 8 ++++----
15455  src/hb-uniscribe.cc | 4 ++--
15456  4 files changed, 10 insertions(+), 10 deletions(-)
15457
15458 commit 577ca4814314c374824cac736996b9cdd4f9d11f
15459 Author: Behdad Esfahbod <behdad@behdad.org>
15460 Date:   Wed Jun 18 12:29:23 2014 -0400
15461
15462     [unicode7] Update list of Default_Ignorable codepoints
15463
15464  src/hb-unicode-private.hh | 66
15465  +++++++++++++++++++++--------------------------
15466  1 file changed, 30 insertions(+), 36 deletions(-)
15467
15468 commit 7cfee3827636f0dff7df5c8975a4fadd1b4bfbd5
15469 Author: Behdad Esfahbod <behdad@behdad.org>
15470 Date:   Mon Apr 28 15:09:30 2014 -0700
15471
15472     [unicode7] Route Manichaean and Psalter Pahlavi through Arabic shaper
15473
15474     Still needs update to joining table to fully work.
15475
15476  src/hb-ot-shape-complex-private.hh | 4 ++++
15477  1 file changed, 4 insertions(+)
15478
15479 commit a4a7899cd93fb9d1bc2163a4bbabfa733ee5bd52
15480 Author: Behdad Esfahbod <behdad@behdad.org>
15481 Date:   Mon Apr 28 15:06:42 2014 -0700
15482
15483     [unicode7] Mark right-to-left scripts
15484
15485  src/hb-common.cc | 8 ++++++++
15486  1 file changed, 8 insertions(+)
15487
15488 commit 62587bfc5178a447ef66d88eab7412a7efe84692
15489 Author: Behdad Esfahbod <behdad@behdad.org>
15490 Date:   Mon Apr 28 15:07:21 2014 -0700
15491
15492     [unicode7] Declare Unicode 7 scripts
15493
15494  src/hb-common.h | 21 +++++++++------------
15495  1 file changed, 9 insertions(+), 12 deletions(-)
15496
15497 commit dc61294aa93d36d0c5d187d4a692560a7cb46444
15498 Author: Behdad Esfahbod <behdad@behdad.org>
15499 Date:   Mon Apr 28 14:58:28 2014 -0700
15500
15501     [unicode7] Add missing ISO 15924 tags
15502
15503  src/hb-common.h | 6 +++---
15504  1 file changed, 3 insertions(+), 3 deletions(-)
15505
15506 commit 7526373e70bc4c2e2072da36babf9399fcf483b8
15507 Author: Behdad Esfahbod <behdad@behdad.org>
15508 Date:   Tue Jun 17 11:45:26 2014 -0400
15509
15510     [coretext] Remove unused var
15511
15512  src/hb-coretext.cc | 2 --
15513  1 file changed, 2 deletions(-)
15514
15515 commit 798e4185bc71b1a63528e6b0af236d4c964ec607
15516 Author: Jonathan Kew <jfkthame@gmail.com>
15517 Date:   Tue Jun 10 13:10:30 2014 +0100
15518
15519     When zeroing mark widths for LTR, also adjust offset...
15520
15521     ...so that they overstrike preceding glyph.
15522
15523     https://github.com/behdad/harfbuzz/pull/43
15524
15525  src/hb-ot-shape.cc | 50
15526  +++++++++++++++++++++++++++++++++++++++-----------
15527  1 file changed, 39 insertions(+), 11 deletions(-)
15528
15529 commit 80f7405a5208f88b8615aa4ce4c54ffeb16f04f8
15530 Author: Jonathan Kew <jfkthame@gmail.com>
15531 Date:   Tue Jun 10 13:10:02 2014 +0100
15532
15533     [Thai] set the correct general category on Nikhahit when decomposing
15534     Sara-Am.
15535
15536  src/hb-ot-shape-complex-thai.cc | 5 ++++-
15537  1 file changed, 4 insertions(+), 1 deletion(-)
15538
15539 commit 1d634cbb4b0338e1c2841127a72c5fac3a2a5ca1
15540 Author: Behdad Esfahbod <behdad@behdad.org>
15541 Date:   Fri Jun 6 17:55:02 2014 -0400
15542
15543     Fix base-position when 'pref' is NOT formed
15544
15545     If pre-base reordering Ra is NOT formed (or formed and then
15546     broken up), we should consider that Ra as base.  This is
15547     observable when there's a left matra or dotreph that positions
15548     before base.
15549
15550     Now, it might be that we shouldn't do this if the Ra happend
15551     to form a below form.  We can't quite deduce that right now...
15552
15553     Micro test added.  Also at:
15554
15555     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
15556
15557  src/hb-ot-shape-complex-indic.cc                   |  28
15558  +++++++++++++++++++--
15559  test/shaping/fonts/sha1sum/MANIFEST                |   5 ++++
15560  .../e207635780b42f898d58654b65098763e340f5c7.ttf   | Bin 0 -> 3000 bytes
15561  test/shaping/tests/indic-pref-blocking.tests       |   3 ++-
15562  4 files changed, 33 insertions(+), 3 deletions(-)
15563
15564 commit 04dc52fa15f5b7f9eb5f448ea43e7ef1b2269e88
15565 Author: Behdad Esfahbod <behdad@behdad.org>
15566 Date:   Fri Jun 6 17:28:38 2014 -0400
15567
15568     [indic] Recover OT_H undergone ligation and multiplication
15569
15570     Sometimes font designers form half/pref/etc consonant forms
15571     unconditionally and then undo that conditionally.  Try to
15572     recover the OT_H classification in those cases.
15573
15574     No test number changes expected.
15575
15576  src/hb-ot-layout-private.hh      |  8 ++++++++
15577  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++++++++
15578  2 files changed, 29 insertions(+)
15579
15580 commit 39c8201f8e361e8c0f23f07bf20124ccadc6086c
15581 Author: Behdad Esfahbod <behdad@behdad.org>
15582 Date:   Fri Jun 6 17:19:35 2014 -0400
15583
15584     [indic] Improve base re-finding
15585
15586     No test numbers change.
15587
15588  src/hb-ot-shape-complex-indic.cc | 5 ++---
15589  1 file changed, 2 insertions(+), 3 deletions(-)
15590
15591 commit c04d5f0dd24d0ed9560fb9aebb5561ce946743c3
15592 Author: Behdad Esfahbod <behdad@behdad.org>
15593 Date:   Fri Jun 6 17:02:39 2014 -0400
15594
15595     [indic] Minor
15596
15597  src/hb-ot-shape-complex-indic.cc | 2 +-
15598  1 file changed, 1 insertion(+), 1 deletion(-)
15599
15600 commit 824d00dce483d0f4030c0cac253f994810e10f32
15601 Author: Behdad Esfahbod <behdad@behdad.org>
15602 Date:   Mon Jun 9 14:17:33 2014 -0400
15603
15604     Fix commit 3f38c1137b6219a646da141b08463ffa922d4e35
15605
15606     Previous commit was not compiling with clang.
15607
15608  configure.ac | 4 ++--
15609  1 file changed, 2 insertions(+), 2 deletions(-)
15610
15611 commit 3f38c1137b6219a646da141b08463ffa922d4e35
15612 Author: Behdad Esfahbod <behdad@behdad.org>
15613 Date:   Fri Jun 6 16:03:40 2014 -0400
15614
15615     Don't use -mstructure-size-boundary=8 on clang arm
15616
15617     As in building for Android / iPhone.  Only set it if
15618     struct{char} alignment is not 1.
15619
15620     NOT tested on an actual Arm architecture.  Guess we'll know
15621     when this makes it to people's build bots.
15622
15623  configure.ac | 7 +++++--
15624  1 file changed, 5 insertions(+), 2 deletions(-)
15625
15626 commit 0ff74b09d2ccf7a9ea0f0b463d8b6d819c86c837
15627 Author: Behdad Esfahbod <behdad@behdad.org>
15628 Date:   Thu Jun 5 21:55:23 2014 -0400
15629
15630     Add missing test file.  Oops
15631
15632  test/shaping/tests/indic-pref-blocking.tests | 1 +
15633  1 file changed, 1 insertion(+)
15634
15635 commit 832a6f99b34f334b1e82b8e3a7ad137e823d203c
15636 Author: Behdad Esfahbod <behdad@behdad.org>
15637 Date:   Wed Jun 4 16:57:42 2014 -0400
15638
15639     [indic] Don't reorder reph/pref if ligature was expanded
15640
15641     Normally if you want to, say, conditionally prevent a 'pref', you
15642     would use blocking contextual matching.  Some designers instead
15643     form the 'pref' form, then undo it in context.  To detect that
15644     we now also remember glyphs that went through MultipleSubst.
15645
15646     In the only place that this is used, Uniscribe seems to only care
15647     about the "last" transformation between Ligature and Multiple
15648     substitions.  Ie. if you ligate, expand, and ligate again, it
15649     moves the pref, but if you ligate and expand it doesn't.  That's
15650     why we clear the MULTIPLIED bit when setting LIGATED.
15651
15652     Micro-test added.  Test: U+0D2F,0D4D,0D30 with font from:
15653
15654     [1]
15655     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
15656
15657  src/hb-ot-layout-gsub-table.hh                      |   2 +-
15658  src/hb-ot-layout-gsubgpos-private.hh                |  20
15659  ++++++++++++++++----
15660  src/hb-ot-layout-private.hh                         |  16
15661  +++++++++++++++-
15662  src/hb-ot-shape-complex-indic.cc                    |   4 ++--
15663  test/shaping/Makefile.am                            |   5 ++++-
15664  .../226bc2deab3846f1a682085f70c67d0421014144.ttf    | Bin 0 -> 2828 bytes
15665  test/shaping/tests/MANIFEST                         |   1 +
15666  7 files changed, 39 insertions(+), 9 deletions(-)
15667
15668 commit b5be2317201774c84470167767ad83c8637cad5b
15669 Author: Behdad Esfahbod <behdad@behdad.org>
15670 Date:   Thu Jun 5 19:00:22 2014 -0400
15671
15672     [gsub] Adjust single-length ligature subst to act like single subst
15673
15674  src/hb-ot-layout-gsub-table.hh | 8 ++++++++
15675  1 file changed, 8 insertions(+)
15676
15677 commit aae69451dfbf2e3671c555c234f788c194302818
15678 Author: Behdad Esfahbod <behdad@behdad.org>
15679 Date:   Thu Jun 5 18:54:44 2014 -0400
15680
15681     [gsub] Minor shuffling
15682
15683  src/hb-ot-layout-gsub-table.hh | 29 ++++++++++++++++-------------
15684  1 file changed, 16 insertions(+), 13 deletions(-)
15685
15686 commit b6b304f12be917b7449b3ac9409069fcd4a27d95
15687 Author: Behdad Esfahbod <behdad@behdad.org>
15688 Date:   Thu Jun 5 17:12:54 2014 -0400
15689
15690     [ot] Add TODO re zero-len MultipleSubst sequences
15691
15692  src/hb-ot-layout-gsub-table.hh       | 9 +++++++++
15693  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
15694  2 files changed, 12 insertions(+), 1 deletion(-)
15695
15696 commit f1a72fe7bf863535ec09b559cc0bd878fd0799f2
15697 Author: Behdad Esfahbod <behdad@behdad.org>
15698 Date:   Wed Jun 4 19:00:29 2014 -0400
15699
15700     [ot-font] Fix cmap EncodingRecord cmp order
15701
15702  src/hb-ot-cmap-table.hh | 14 +++++++++-----
15703  1 file changed, 9 insertions(+), 5 deletions(-)
15704
15705 commit ce34f0b07e5324ed52e6e2c43000c2b09ee010d4
15706 Author: Behdad Esfahbod <behdad@behdad.org>
15707 Date:   Wed Jun 4 18:57:46 2014 -0400
15708
15709     [ot-font] Use binary search for format12 cmap subtable
15710
15711  src/hb-open-type-private.hh | 4 ++++
15712  src/hb-ot-cmap-table.hh     | 2 +-
15713  2 files changed, 5 insertions(+), 1 deletion(-)
15714
15715 commit 257d1adfa1b3422c511c55e641840a6e31ec6008
15716 Author: Behdad Esfahbod <behdad@behdad.org>
15717 Date:   Wed Jun 4 18:47:55 2014 -0400
15718
15719     [ot-font] Work around broken cmap subtable format 4 length
15720
15721     Roboto was hitting this.  FreeType also has pretty much the
15722     same code for this, in ttcmap.c:tt_cmap4_validate():
15723
15724         /* in certain fonts, the `length' field is invalid and goes */
15725         /* out of bound.  We try to correct this here...            */
15726         if ( table + length > valid->limit )
15727         {
15728           if ( valid->level >= FT_VALIDATE_TIGHT )
15729             FT_INVALID_TOO_SHORT;
15730
15731           length = (FT_UInt)( valid->limit - table );
15732         }
15733
15734  src/hb-ot-cmap-table.hh | 22 ++++++++++++++++++----
15735  1 file changed, 18 insertions(+), 4 deletions(-)
15736
15737 commit 51f563579b94e1ee23ced9bbcc7dd3341535ce72
15738 Author: Behdad Esfahbod <behdad@behdad.org>
15739 Date:   Wed Jun 4 18:42:32 2014 -0400
15740
15741     Move try_set to sanitize context
15742
15743  src/hb-open-type-private.hh        | 22 ++++++++++------------
15744  src/hb-ot-layout-common-private.hh |  2 +-
15745  2 files changed, 11 insertions(+), 13 deletions(-)
15746
15747 commit 500737e8e16dce5248aff394899bb3761a9c3bbf
15748 Author: Behdad Esfahbod <behdad@behdad.org>
15749 Date:   Wed Jun 4 18:17:29 2014 -0400
15750
15751     [ot-font] Don't select a Null cmap subtable
15752
15753     Can happen either in broken fonts, or as a result of sanitize().
15754
15755  src/hb-ot-cmap-table.hh | 2 +-
15756  1 file changed, 1 insertion(+), 1 deletion(-)
15757
15758 commit dac86026a6bae5a8a03cfe885bf93f32e5f48614
15759 Author: Behdad Esfahbod <behdad@behdad.org>
15760 Date:   Tue Jun 3 17:57:00 2014 -0400
15761
15762     Fix some cppcheck warnings
15763
15764     Bug 77800 - cppcheck reports
15765
15766  src/hb-common.cc                   | 4 +++-
15767  src/hb-ot-layout-common-private.hh | 2 +-
15768  src/hb-private.hh                  | 2 +-
15769  src/hb-shape-plan.cc               | 4 ++--
15770  4 files changed, 7 insertions(+), 5 deletions(-)
15771
15772 commit c306410cab368a27c1941a2625d3b475edeaac04
15773 Author: Behdad Esfahbod <behdad@behdad.org>
15774 Date:   Tue Jun 3 16:59:41 2014 -0400
15775
15776     Bug 77732 - Fix unused typedef warning for ASSERT_STATIC with GCC 4.8
15777
15778  src/hb-private.hh | 2 +-
15779  1 file changed, 1 insertion(+), 1 deletion(-)
15780
15781 commit ae2b854eab7f1c48e56751c987a714c2c18d6eb6
15782 Author: Behdad Esfahbod <behdad@behdad.org>
15783 Date:   Tue Jun 3 16:59:09 2014 -0400
15784
15785     Move code around
15786
15787  src/hb-private.hh | 134
15788  ++++++++++++++++++++++++++----------------------------
15789  1 file changed, 65 insertions(+), 69 deletions(-)
15790
15791 commit 17c3b809f42aec34d83dba2e6229ad85804bebae
15792 Author: Behdad Esfahbod <behdad@behdad.org>
15793 Date:   Mon Jun 2 15:08:18 2014 -0400
15794
15795     [indic] Treat U+A8E0..A8F1 as OT_A instead of OT_VD
15796
15797     Apparently they can intermix with other OT_A.
15798
15799     Test: U+0915,A8E2,1CD0
15800
15801  src/hb-ot-shape-complex-indic.cc | 2 +-
15802  1 file changed, 1 insertion(+), 1 deletion(-)
15803
15804 commit 6ae13f257c3986517c097fa666ab9f58bdc918b5
15805 Author: Behdad Esfahbod <behdad@behdad.org>
15806 Date:   Fri May 30 17:38:14 2014 -0400
15807
15808     [graphite2] Fix cluster mapping
15809
15810     Patch from Martin Hosken.  I expect this to fix the following bugs:
15811
15812     https://bugs.freedesktop.org/show_bug.cgi?id=75076
15813     https://bugzilla.gnome.org/show_bug.cgi?id=723582
15814     https://bugzilla.redhat.com/show_bug.cgi?id=998812
15815
15816  src/hb-graphite2.cc | 5 ++++-
15817  1 file changed, 4 insertions(+), 1 deletion(-)
15818
15819 commit 5875ad9c467b39d00ad4d98fd425179c701e6fd0
15820 Author: Behdad Esfahbod <behdad@behdad.org>
15821 Date:   Thu May 29 15:48:16 2014 -0400
15822
15823     0.9.29
15824
15825  NEWS         | 12 ++++++++++++
15826  configure.ac |  2 +-
15827  2 files changed, 13 insertions(+), 1 deletion(-)
15828
15829 commit 7977ca17aac34b9ab10622928bed8afa2177f16a
15830 Author: Behdad Esfahbod <behdad@behdad.org>
15831 Date:   Thu May 29 15:34:26 2014 -0400
15832
15833     [indic] Allow decimal and Brahmi digits as placeholders
15834
15835     Tests: U+0967,0951 U+0031,093F
15836
15837  src/hb-ot-shape-complex-indic.cc                                      |
15838  4 ++++
15839  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt  |
15840  2 ++
15841  2 files changed, 6 insertions(+)
15842
15843 commit e8b5d64039614ecce472eda1a7a603736da25d86
15844 Author: Behdad Esfahbod <behdad@behdad.org>
15845 Date:   Thu May 29 15:18:27 2014 -0400
15846
15847     [indic] Do NOT allow reph formation on placeholders
15848
15849     Only allow it on DOTTED CIRCLE.  No effect on test numbers.
15850
15851     Test: U+0930,094D,00A0
15852
15853  src/hb-ot-shape-complex-indic-machine.rl                                |
15854  2 +-
15855  .../in-tree/shaper-indic/indic/script-devanagari/misc/dottedcircle.txt  |
15856  1 +
15857  2 files changed, 2 insertions(+), 1 deletion(-)
15858
15859 commit 52b562a6a058131c0103aaa5404d053e6465bb23
15860 Author: Behdad Esfahbod <behdad@behdad.org>
15861 Date:   Tue May 27 18:18:23 2014 -0400
15862
15863     [indic] Clean up a bit
15864
15865     No functional change intended.
15866
15867  src/hb-ot-shape-complex-indic.cc | 17 +++++------------
15868  1 file changed, 5 insertions(+), 12 deletions(-)
15869
15870 commit 3bf652b90783e8244c153739585d95dc4162efb4
15871 Author: Behdad Esfahbod <behdad@behdad.org>
15872 Date:   Tue May 27 18:07:26 2014 -0400
15873
15874     [indic] Treat U+002D and U+2010..2014 as placeholders
15875
15876  src/hb-ot-shape-complex-indic.cc | 4 +++-
15877  1 file changed, 3 insertions(+), 1 deletion(-)
15878
15879 commit e0de95f40244924cb8f9f7abca7f53117044a0eb
15880 Author: Behdad Esfahbod <behdad@behdad.org>
15881 Date:   Tue May 27 17:58:34 2014 -0400
15882
15883     [indic] Treat U+00D7 MULTIPLICATION SIGN as placeholder
15884
15885  src/hb-ot-shape-complex-indic.cc | 1 +
15886  1 file changed, 1 insertion(+)
15887
15888 commit cf78dd483cbe1759a8ecb731879e041a53ba9bb3
15889 Author: Behdad Esfahbod <behdad@behdad.org>
15890 Date:   Tue May 27 17:53:37 2014 -0400
15891
15892     [indic/myanmar] Rename OT_NBSP to OT_PLACEHOLDER
15893
15894  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
15895  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
15896  src/hb-ot-shape-complex-indic.cc         | 4 ++--
15897  src/hb-ot-shape-complex-myanmar.cc       | 2 +-
15898  4 files changed, 8 insertions(+), 8 deletions(-)
15899
15900 commit 186ece94c8838e95db240d3e7c3ce415da6be81e
15901 Author: Behdad Esfahbod <behdad@behdad.org>
15902 Date:   Tue May 27 17:49:45 2014 -0400
15903
15904     [myanmar] Use OT_NBSP instead of OT_DOTTEDCIRCLE for OT_GB
15905
15906     No functional change.
15907
15908  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
15909  src/hb-ot-shape-complex-myanmar.cc         | 2 +-
15910  2 files changed, 2 insertions(+), 2 deletions(-)
15911
15912 commit cf71d28c380819cb0f7f0f22f6ff9e4aa881a2b8
15913 Author: Behdad Esfahbod <behdad@behdad.org>
15914 Date:   Tue May 27 17:47:43 2014 -0400
15915
15916     [indic/myanmar] Refactor a few macros
15917
15918  src/hb-ot-shape-complex-indic-private.hh | 12 ++++++++++++
15919  src/hb-ot-shape-complex-indic.cc         | 10 ----------
15920  src/hb-ot-shape-complex-myanmar.cc       |  6 ------
15921  3 files changed, 12 insertions(+), 16 deletions(-)
15922
15923 commit 2307268e01d27a999b56a2f573dfcee8b2a7949b
15924 Author: Behdad Esfahbod <behdad@behdad.org>
15925 Date:   Tue May 27 17:39:01 2014 -0400
15926
15927     [indic] Treat U+0A72..0A73 like regular consonants
15928
15929     Unicode 6.x IndicSyllableCategory categorizes them as
15930     placeholders, but they can subjoin.
15931
15932  src/hb-ot-shape-complex-indic.cc | 3 ++-
15933  1 file changed, 2 insertions(+), 1 deletion(-)
15934
15935 commit e9b2a4cfe593bdbe9288571635ba26ac42ede987
15936 Author: Behdad Esfahbod <behdad@behdad.org>
15937 Date:   Fri May 23 15:49:10 2014 -0400
15938
15939     [indic] Support U+1CED
15940
15941  src/hb-ot-shape-complex-indic.cc | 5 +++++
15942  1 file changed, 5 insertions(+)
15943
15944 commit d19f8e85702a1e473efe2f02027984dcc127602a
15945 Author: Behdad Esfahbod <behdad@behdad.org>
15946 Date:   Fri May 23 15:45:50 2014 -0400
15947
15948     [indic] Support U+A8F2..A8F7,1CE9..1CEC,1CEE..1CF1
15949
15950  src/hb-ot-shape-complex-indic.cc | 8 ++++++++
15951  1 file changed, 8 insertions(+)
15952
15953 commit ddbdfcbf1c10eed0a7b81b29fee99f1bd22113e5
15954 Author: Behdad Esfahbod <behdad@behdad.org>
15955 Date:   Fri May 23 15:39:55 2014 -0400
15956
15957     [indic] Simplify grammar
15958
15959     No functional change.
15960
15961  src/hb-ot-shape-complex-indic-machine.rl | 7 +++----
15962  1 file changed, 3 insertions(+), 4 deletions(-)
15963
15964 commit 4e9b1f662b23966e67c548b86afeff2bec9b0eb7
15965 Author: Behdad Esfahbod <behdad@behdad.org>
15966 Date:   Fri May 23 15:38:42 2014 -0400
15967
15968     [indic] Always start new syllable for Avagraha
15969
15970     In fact, the previous grammar was ambigious.  No functional
15971     change.
15972
15973  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
15974  1 file changed, 1 insertion(+), 1 deletion(-)
15975
15976 commit 9f9bd9bf31161660214b8b39a78cdafbb79db1be
15977 Author: Behdad Esfahbod <behdad@behdad.org>
15978 Date:   Fri May 23 15:33:13 2014 -0400
15979
15980     [indic] Rename avagraha cluster to symbol cluster
15981
15982     In anticipation of adding more characters to that class of clusters.
15983
15984  src/hb-ot-shape-complex-indic-machine.rl | 10 +++++-----
15985  src/hb-ot-shape-complex-indic-private.hh |  4 ++--
15986  src/hb-ot-shape-complex-indic.cc         | 14 +++++++-------
15987  3 files changed, 14 insertions(+), 14 deletions(-)
15988
15989 commit a498565cedf0441ae723c5e5969f637d792a15e7
15990 Author: Behdad Esfahbod <behdad@behdad.org>
15991 Date:   Thu May 22 19:39:56 2014 -0400
15992
15993     [indic] Support U+1CF2,U+1CF3
15994
15995  src/hb-ot-shape-complex-indic.cc | 6 ++++++
15996  1 file changed, 6 insertions(+)
15997
15998 commit ecb98babbaa065940b40ca8954a454f0e2cdcff0
15999 Author: Behdad Esfahbod <behdad@behdad.org>
16000 Date:   Thu May 22 19:36:21 2014 -0400
16001
16002     [indic] Support U+1CE2..U+1CE8
16003
16004  src/hb-ot-shape-complex-indic.cc | 4 ++++
16005  1 file changed, 4 insertions(+)
16006
16007 commit 37bf2c9224e32fdc99c20158c6dc0a4602ec1292
16008 Author: Behdad Esfahbod <behdad@behdad.org>
16009 Date:   Thu May 22 19:35:17 2014 -0400
16010
16011     Minor
16012
16013  src/hb-ot-shape-complex-indic.cc | 2 +-
16014  1 file changed, 1 insertion(+), 1 deletion(-)
16015
16016 commit 131e17ff9ae792cafa7a500043acb373802ee872
16017 Author: Behdad Esfahbod <behdad@behdad.org>
16018 Date:   Thu May 22 19:32:51 2014 -0400
16019
16020     [indic] Support U+1CF5,1CF6
16021
16022  src/hb-ot-shape-complex-indic.cc | 3 +++
16023  1 file changed, 3 insertions(+)
16024
16025 commit 72ead0cc72dac4d1c985ead065bb820f93f14a1d
16026 Author: Behdad Esfahbod <behdad@behdad.org>
16027 Date:   Thu May 22 19:12:10 2014 -0400
16028
16029     [indic] Treat U+1CE1 as a tone-mark too
16030
16031     It's spacing, but otherwise the same as the other ones.
16032
16033  src/hb-ot-shape-complex-indic.cc | 2 +-
16034  1 file changed, 1 insertion(+), 1 deletion(-)
16035
16036 commit e848bfae7c975a6fae434daf8e3db4d69914df9f
16037 Author: Behdad Esfahbod <behdad@behdad.org>
16038 Date:   Thu May 22 18:50:34 2014 -0400
16039
16040     [indic] Recategorize U+A8E0..A8F1 as OT_VD
16041
16042     Up to two of them come after all OT_A characters.
16043
16044  src/hb-ot-shape-complex-indic-machine.rl |  2 +-
16045  src/hb-ot-shape-complex-indic.cc         | 10 ++++++----
16046  2 files changed, 7 insertions(+), 5 deletions(-)
16047
16048 commit c519536c34c842304da558dd4a9e3844fc261b20
16049 Author: Behdad Esfahbod <behdad@behdad.org>
16050 Date:   Thu May 22 18:43:14 2014 -0400
16051
16052     [indic] Allow up to three tone marks
16053
16054     According to Roozbeh, there are valid combinations in Unicode
16055     proposals for up to three.  Previously we were allowing up to two.
16056
16057  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
16058  1 file changed, 1 insertion(+), 1 deletion(-)
16059
16060 commit c11fc6833980fce6d70c5ae0c6623de97a3eb30a
16061 Author: Behdad Esfahbod <behdad@behdad.org>
16062 Date:   Thu May 22 18:41:49 2014 -0400
16063
16064     [indic] Support more extended Devanagari tone marks
16065
16066     Also adjust U+0953,0954 handling.
16067
16068  src/hb-ot-shape-complex-indic.cc | 18 ++++++++++++------
16069  1 file changed, 12 insertions(+), 6 deletions(-)
16070
16071 commit 26c836e53d55a2e2d4c17fd9ea1884eec33ce015
16072 Author: Behdad Esfahbod <behdad@behdad.org>
16073 Date:   Wed May 21 18:35:48 2014 -0400
16074
16075     [indic] Handle "Cantillation marks for the Samaveda"
16076
16077  src/hb-ot-shape-complex-indic.cc | 3 +++
16078  1 file changed, 3 insertions(+)
16079
16080 commit 29531128f2f4342d537817746863705df80efe4b
16081 Author: Behdad Esfahbod <behdad@behdad.org>
16082 Date:   Thu May 15 14:04:02 2014 -0600
16083
16084     [indic] Improve reph formation of Sinhala and Telugu
16085
16086     Sinhala and Telugu use "explicit" reph.  That is, the reph is
16087     formed by
16088     a Ra,H,ZWJ sequence.  Previously, upon detecting this sequence,
16089     we were
16090     checking checking whether the 'rphf' feature applies to the first two
16091     glyphs of the sequence.  This is how the Microsoft fonts are designed.
16092     However, testing with Noto shows that apparently Uniscribe also forms
16093     the reph if the lookup ligates all three glyphs.  So, try both
16094     sequences.
16095
16096     Doesn't affect test results for Sinhala or Telugu.
16097
16098     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=232
16099
16100  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
16101  1 file changed, 7 insertions(+), 2 deletions(-)
16102
16103 commit 8c703f13bf8b4b276093b1c42cd3759e34b6787f
16104 Author: Oleg Oshmyan <chortos@inbox.lv>
16105 Date:   Wed May 14 22:10:09 2014 +0100
16106
16107     Fix build with --coretext on older OS X
16108
16109     Fixes https://github.com/behdad/harfbuzz/pull/40
16110
16111  src/hb-coretext.h | 2 +-
16112  1 file changed, 1 insertion(+), 1 deletion(-)
16113
16114 commit 439b05867c0856a81fa8f9bea3a7465b4b4bdd91
16115 Author: Behdad Esfahbod <behdad@behdad.org>
16116 Date:   Wed May 14 16:44:39 2014 -0600
16117
16118     [myanmar] Allow MedialYa+Asat in the grammar
16119
16120     The grammar in the OT spec, and the existing Windows implementation
16121     seem to be confused around where to allow Asat around the medial
16122     consonants.
16123
16124     The previous grammar for medial group was allowing an Asat after
16125     the medial group only if there was a medial Wa or Ha, but not if
16126     there was only a medial Ya.  This doesn't make sense to me and
16127     sounds reversed, as both medial Wa and Ha are below marks while
16128     Asat is an above mark.  An Asat can come before the medial group
16129     already (in fact, multiple ones can.  Why?!).  The medial Ya
16130     however is a spacing mark and according to Roozbeh it's valid
16131     to want an Asat on the medial Ya instead of the base, so it looks
16132     to me like we want to allow an Asat after the medial group if
16133     there *was* a Ya but not if there wasn't any.  Not wanting to
16134     produce dotted-circle where Windows is not, this commit changes
16135     the grammar to allow one Asat after the medial group no matter
16136     what comes in the group.
16137
16138     Test: U+1002,103A,103B vs U+1002,103B,103A
16139
16140  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
16141  1 file changed, 1 insertion(+), 1 deletion(-)
16142
16143 commit 0a017ce169d791c9aea56671fe5837961e0a3c09
16144 Author: Behdad Esfahbod <behdad@behdad.org>
16145 Date:   Wed May 14 16:44:16 2014 -0600
16146
16147     Add tests for Myanmar Asat+MedialYa and MedialYa+Asat sequences
16148
16149     One of them currently produces dotted-circle.  Fix and detailed
16150     message coming.
16151
16152  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt |
16153  2 ++
16154  1 file changed, 2 insertions(+)
16155
16156 commit c95587618c88d187be64f923033dae151cf820be
16157 Author: Behdad Esfahbod <behdad@behdad.org>
16158 Date:   Wed May 14 00:42:18 2014 -0400
16159
16160     [ot] Minor note re cmap subtable format 2 and 8
16161
16162  src/hb-ot-cmap-table.hh | 2 ++
16163  1 file changed, 2 insertions(+)
16164
16165 commit b7878cd58ea9a67236e1e0228c35b5b03ec4ff9c
16166 Author: Behdad Esfahbod <behdad@behdad.org>
16167 Date:   Tue May 13 21:47:51 2014 -0400
16168
16169     [ot] Implement cmap subtable format 0
16170
16171  src/hb-open-type-private.hh |  3 ++-
16172  src/hb-ot-cmap-table.hh     | 32 ++++++++++++++++++++++++++++++++
16173  2 files changed, 34 insertions(+), 1 deletion(-)
16174
16175 commit ca7b77431d1e0aaa803722be8be85a368a385f47
16176 Author: Behdad Esfahbod <behdad@behdad.org>
16177 Date:   Tue May 13 21:26:34 2014 -0400
16178
16179     [ot] Factor out code between cmap sutable format 12 and 13
16180
16181  src/hb-ot-cmap-table.hh | 43 +++++++++++++------------------------------
16182  1 file changed, 13 insertions(+), 30 deletions(-)
16183
16184 commit 94759e8219ed08392573bae948a8135e16b8e0d0
16185 Author: Behdad Esfahbod <behdad@behdad.org>
16186 Date:   Tue May 13 21:17:28 2014 -0400
16187
16188     [ot] Factor out code between cmap subtable format 6 and 10
16189
16190  src/hb-ot-cmap-table.hh | 49
16191  ++++++++++---------------------------------------
16192  1 file changed, 10 insertions(+), 39 deletions(-)
16193
16194 commit 1a8ffc512987c1ff1b4896549f80b145c85454a8
16195 Author: Behdad Esfahbod <behdad@behdad.org>
16196 Date:   Tue May 13 21:06:39 2014 -0400
16197
16198     Minor
16199
16200  src/hb-blob.h | 5 ++---
16201  1 file changed, 2 insertions(+), 3 deletions(-)
16202
16203 commit 91bbfca87527fa14d6ebec86b087f2a989381872
16204 Author: Behdad Esfahbod <behdad@behdad.org>
16205 Date:   Mon May 12 18:19:29 2014 -0400
16206
16207     [ot] Implement cmap subtable formats 6 and 10
16208
16209  src/hb-ot-cmap-table.hh | 77
16210  +++++++++++++++++++++++++++++++++++++++++++++++--
16211  1 file changed, 74 insertions(+), 3 deletions(-)
16212
16213 commit d294a2cb165c4f20daa5624969067c51eb9aef58
16214 Author: Behdad Esfahbod <behdad@behdad.org>
16215 Date:   Mon May 12 17:58:31 2014 -0400
16216
16217     [ot] Implement cmap subtable format 13
16218
16219  src/hb-ot-cmap-table.hh | 47
16220  +++++++++++++++++++++++++++++++++++++++++------
16221  1 file changed, 41 insertions(+), 6 deletions(-)
16222
16223 commit 0d75793fae95ed9f6b8522ae3af4fcdf397d8c36
16224 Author: Behdad Esfahbod <behdad@behdad.org>
16225 Date:   Mon May 12 17:51:15 2014 -0400
16226
16227     [ot] Implement cmap subtable format 12
16228
16229  src/hb-ot-cmap-table.hh | 63
16230  +++++++++++++++++++++++++++++++++++++++++++++++--
16231  src/hb-ot-font.cc       |  5 ++++
16232  2 files changed, 66 insertions(+), 2 deletions(-)
16233
16234 commit 3608a6847e7b7eb4206df049158513a085810afd
16235 Author: Behdad Esfahbod <behdad@behdad.org>
16236 Date:   Mon May 12 13:46:29 2014 -0400
16237
16238     [ot] Hook up cmap table to hb_ot_font_funcs()
16239
16240  src/hb-ot-cmap-table.hh | 10 +++++++---
16241  src/hb-ot-font.cc       | 33 +++++++++++++++++++--------------
16242  2 files changed, 26 insertions(+), 17 deletions(-)
16243
16244 commit c8a47452993b9dee6854bfc866aca4a20142696f
16245 Author: Behdad Esfahbod <behdad@behdad.org>
16246 Date:   Fri May 9 19:55:51 2014 -0400
16247
16248     [ot] Implement cmap subtable format 4
16249
16250  src/hb-ot-cmap-table.hh | 52
16251  +++++++++++++++++++++++++++++++++++++++++++++++++
16252  1 file changed, 52 insertions(+)
16253
16254 commit 4719621f20dfd6a0377c650a7b4df223c18dc143
16255 Author: Behdad Esfahbod <behdad@behdad.org>
16256 Date:   Fri May 9 16:09:11 2014 -0400
16257
16258     Minor
16259
16260  src/hb-open-type-private.hh | 1 -
16261  1 file changed, 1 deletion(-)
16262
16263 commit 41ca1fbebf61cf26e1e0e4b11f4a5b52fb7d88a9
16264 Author: Behdad Esfahbod <behdad@behdad.org>
16265 Date:   Fri May 9 15:35:56 2014 -0400
16266
16267     [ot] Start implementing cmap table
16268
16269  src/Makefile.am         |   1 +
16270  src/hb-ot-cmap-table.hh | 171
16271  ++++++++++++++++++++++++++++++++++++++++++++++++
16272  src/hb-ot-font.cc       |   1 +
16273  3 files changed, 173 insertions(+)
16274
16275 commit c7074b8798048324cb8850c55908ce77fc33d11e
16276 Author: Behdad Esfahbod <behdad@behdad.org>
16277 Date:   Thu May 8 18:24:31 2014 -0400
16278
16279     [otlayout] Add GenericArrayOf::search()
16280
16281  src/hb-open-type-private.hh | 11 +++++++++++
16282  1 file changed, 11 insertions(+)
16283
16284 commit 40a479797add42fa42b78d4267920ef75bfb6b9a
16285 Author: Behdad Esfahbod <behdad@behdad.org>
16286 Date:   Thu May 8 18:21:04 2014 -0400
16287
16288     [otlayout] Add GenericSortedArrayOf
16289
16290  src/hb-open-type-private.hh | 10 +++++++---
16291  1 file changed, 7 insertions(+), 3 deletions(-)
16292
16293 commit 0ddecabc6de205b121bec31fbf670f37cc9454ef
16294 Author: Behdad Esfahbod <behdad@behdad.org>
16295 Date:   Thu May 1 16:01:40 2014 -0700
16296
16297     [main] Minor improvement to output
16298
16299  src/main.cc | 12 +++++++-----
16300  1 file changed, 7 insertions(+), 5 deletions(-)
16301
16302 commit 79ecdc3f9525212053d2bc88a5541c41697159da
16303 Author: Behdad Esfahbod <behdad@behdad.org>
16304 Date:   Mon Apr 28 14:24:23 2014 -0700
16305
16306     0.9.28
16307
16308  NEWS         | 13 +++++++++++++
16309  configure.ac |  2 +-
16310  2 files changed, 14 insertions(+), 1 deletion(-)
16311
16312 commit 6faff8e4132197ba06f0e685b82efe35b546cf64
16313 Author: Behdad Esfahbod <behdad@behdad.org>
16314 Date:   Mon Apr 28 14:29:39 2014 -0700
16315
16316     Add static storage classifier to inline functions
16317
16318     Before we were just relying on the compiler inlining them and not
16319     leaving a trace in our public API.  Try to fix.  Hopefully not
16320     breaking anyone's build.
16321
16322  src/hb-open-type-private.hh    | 22 +++++++++++-----------
16323  src/hb-ot-layout-gpos-table.hh |  4 ++--
16324  src/hb-ot-layout-gsub-table.hh |  6 +++---
16325  src/hb-ot-layout-private.hh    | 36 ++++++++++++++++++------------------
16326  src/hb-ot-map-private.hh       | 10 +++++-----
16327  src/hb-private.hh              |  2 +-
16328  6 files changed, 40 insertions(+), 40 deletions(-)
16329
16330 commit 9c9411839bb89d0a1a83120af0982c60e0e393d9
16331 Author: Behdad Esfahbod <behdad@behdad.org>
16332 Date:   Mon Apr 28 12:38:25 2014 -0700
16333
16334     [tibetan] Reorder PADMA sign to occur after other below marks
16335
16336     Based on suggestion from Andrew Glass.
16337
16338     Test: U+0F40,0FC6,0F83
16339
16340  src/hb-unicode-private.hh | 4 ++++
16341  1 file changed, 4 insertions(+)
16342
16343 commit 659cd3c5b470ff9724ce5e53fedd1fea3e7512c4
16344 Author: Behdad Esfahbod <behdad@behdad.org>
16345 Date:   Mon Apr 28 12:43:42 2014 -0700
16346
16347     [test] Add test case for Tibetan sign PADMA
16348
16349     Currently fails.
16350
16351  test/shaping/texts/in-tree/shaper-tibetan/script-tibetan/misc/misc.txt |
16352  1 +
16353  1 file changed, 1 insertion(+)
16354
16355 commit ee703bc3ef740c300718fca7a12c050c322dce19
16356 Author: Behdad Esfahbod <behdad@behdad.org>
16357 Date:   Mon Apr 28 12:43:18 2014 -0700
16358
16359     Reshuffle test data
16360
16361  test/shaping/texts/in-tree/MANIFEST                                    |
16362  3 +++
16363  test/shaping/texts/in-tree/shaper-default/MANIFEST                     |
16364  3 ---
16365  .../in-tree/{shaper-default => shaper-hangul}/script-hangul/MANIFEST
16366  | 0
16367  .../{shaper-default => shaper-hangul}/script-hangul/misc/MANIFEST
16368  | 0
16369  .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt
16370  | 0
16371  .../in-tree/{shaper-default => shaper-hebrew}/script-hebrew/MANIFEST
16372  | 0
16373  .../{shaper-default => shaper-hebrew}/script-hebrew/misc/MANIFEST
16374  | 0
16375  .../script-hebrew/misc/diacritics.txt                                  |
16376  0
16377  .../in-tree/{shaper-default => shaper-tibetan}/script-tibetan/MANIFEST
16378  | 0
16379  .../{shaper-default => shaper-tibetan}/script-tibetan/misc/MANIFEST
16380  | 0
16381  .../{shaper-default => shaper-tibetan}/script-tibetan/misc/misc.txt
16382  | 0
16383  11 files changed, 3 insertions(+), 3 deletions(-)
16384
16385 commit b082ef373cefb35dd98b5f2f0b677ccc7806f51e
16386 Author: Behdad Esfahbod <behdad@behdad.org>
16387 Date:   Fri Apr 25 11:48:10 2014 -0700
16388
16389     Typo
16390
16391  src/hb-ot-shape-complex-indic.cc | 2 +-
16392  1 file changed, 1 insertion(+), 1 deletion(-)
16393
16394 commit 828e109c7aac3389cc3b89ea1f13388aefb63804
16395 Author: Behdad Esfahbod <behdad@behdad.org>
16396 Date:   Fri Apr 18 16:53:34 2014 -0700
16397
16398     [indic] Fix-up zero-context matching
16399
16400     commit b5a0f69e47ace468b06e21cf069a18ddcfcf6064
16401     Author: Behdad Esfahbod <behdad@behdad.org>
16402     Date:   Thu Oct 17 18:04:23 2013 +0200
16403
16404         [indic] Pass zero-context=false to would_substitute for newer
16405         scripts
16406
16407         For scripts without an old/new spec distinction, use
16408         zero-context=false.
16409         This changes behavior in Sinhala / Khmer, but doesn't seem
16410         to regress.
16411         This will be useful and used in Javanese.
16412
16413     The *intention* was to change zero-context from true to false for
16414     scripts that
16415     don't have old-vs-new specs.  However, checking the code, looks
16416     like we
16417     essentially change zero-context to always be true; ie. we only
16418     changed things
16419     for old-spec, and we broke them.  That's what causes this bug:
16420
16421       https://bugs.freedesktop.org/show_bug.cgi?id=76705
16422
16423     The root of the bug is here:
16424
16425       /* Use zero-context would_substitute() matching for new-spec of
16426       the main
16427        * Indic scripts, but not for old-spec or scripts with one spec
16428        only. */
16429       bool zero_context = indic_plan->config->has_old_spec ||
16430       !indic_plan->is_old_spec;
16431
16432     Note that is_old_spec itself is:
16433
16434       indic_plan->is_old_spec = indic_plan->config->has_old_spec &&
16435       ((plan->map.chosen_script[0] & 0x000000FF) != '2');
16436
16437     It's easy to show that zero_context is now always true.  What we
16438     really meant was:
16439
16440       bool zero_context = indic_plan->config->has_old_spec &&
16441       !indic_plan->is_old_spec;
16442
16443     Ie, "&&" instead of "||".  We made this change supposedly to make
16444     Javanese
16445     work.  But apparently we got it working regardless!  So I'm going
16446     to fix this
16447     to only change the logic for old-spec and not touch other cases.
16448
16449  src/hb-ot-shape-complex-indic.cc | 4 ++--
16450  1 file changed, 2 insertions(+), 2 deletions(-)
16451
16452 commit 66c6a48b6ce9dab6375ba1a23d7e450d6974852a
16453 Author: Behdad Esfahbod <behdad@behdad.org>
16454 Date:   Mon Apr 14 15:55:42 2014 -0700
16455
16456     Add HB_NO_MERGE_CLUSTERS
16457
16458     Disables any cluster-merging.  Added for testing purposes while
16459     we investigate what kind of API to add for this.
16460
16461  src/hb-buffer.cc | 8 ++++++++
16462  1 file changed, 8 insertions(+)
16463
16464 commit 897c7b804d6817470a364ba31b1719555b12f751
16465 Author: Behdad Esfahbod <behdad@behdad.org>
16466 Date:   Thu Apr 10 16:27:13 2014 -0700
16467
16468     Add Khmer test for U+17DD
16469
16470  .../shaper-indic/south-east-asian/script-khmer/misc/other-marks.txt
16471  | 1 +
16472  1 file changed, 1 insertion(+)
16473
16474 commit 50a00535ccac538bbf93358fd2d2442e4c12542f
16475 Author: Behdad Esfahbod <behdad@behdad.org>
16476 Date:   Thu Apr 10 16:03:29 2014 -0700
16477
16478     Require gobject-introspection 1.34.0
16479
16480     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75384
16481
16482  configure.ac | 2 +-
16483  1 file changed, 1 insertion(+), 1 deletion(-)
16484
16485 commit 5fd996c4a4049a75c6d9e964f1a81c00ff191893
16486 Author: Behdad Esfahbod <behdad@behdad.org>
16487 Date:   Wed Apr 9 16:38:26 2014 -0700
16488
16489     Further adjust check-defs and check-symbols for mipsel
16490
16491     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74491
16492
16493  src/check-defs.sh    | 2 +-
16494  src/check-symbols.sh | 2 +-
16495  2 files changed, 2 insertions(+), 2 deletions(-)
16496
16497 commit 75ec6d0bc5ca0170c73e4d1099a898d38d8f85c0
16498 Author: Behdad Esfahbod <behdad@behdad.org>
16499 Date:   Wed Apr 9 16:33:32 2014 -0700
16500
16501     Tighten up check-static-inits.sh check
16502
16503     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74490
16504
16505  src/check-static-inits.sh | 2 +-
16506  1 file changed, 1 insertion(+), 1 deletion(-)
16507
16508 commit 110ec0714a11b9417eed82f7d25b85c9dc7b6df4
16509 Author: Behdad Esfahbod <behdad@behdad.org>
16510 Date:   Tue Apr 8 17:32:08 2014 -0700
16511
16512     Typo
16513
16514  src/hb-blob.h | 2 +-
16515  1 file changed, 1 insertion(+), 1 deletion(-)
16516
16517 commit 0682ddd05c22a400ff5ce97d4ea4b52a18b845ae
16518 Author: Behdad Esfahbod <behdad@behdad.org>
16519 Date:   Tue Apr 8 16:03:35 2014 -0700
16520
16521     [indic] Support U+17DD KHMER SIGN ATTHACAN
16522
16523     As requested by Martin Hosken on the list.
16524
16525  src/hb-ot-shape-complex-indic.cc | 3 ++-
16526  1 file changed, 2 insertions(+), 1 deletion(-)
16527
16528 commit 05870ed62edd8728d6d732f60d6b7e149d45e6f4
16529 Author: Primiano Tucci <primiano@chromium.org>
16530 Date:   Wed Apr 2 11:35:27 2014 +0100
16531
16532     Use __aarch64__ for 64-bit ARM detection, not __arm64__
16533
16534     Many GCC versions don't define __arm64__
16535
16536  src/hb-atomic-private.hh | 2 +-
16537  1 file changed, 1 insertion(+), 1 deletion(-)
16538
16539 commit 04d894e89795041b2055dc172744a018644f2bca
16540 Author: Behdad Esfahbod <behdad@behdad.org>
16541 Date:   Tue Mar 25 12:11:32 2014 -0700
16542
16543     Minor
16544
16545  src/hb-ot-layout-gsubgpos-private.hh | 1 +
16546  1 file changed, 1 insertion(+)
16547
16548 commit 903648437c180c7b039801cdb0672e0f8e14afd4
16549 Author: Behdad Esfahbod <behdad@behdad.org>
16550 Date:   Mon Mar 24 14:26:36 2014 -0700
16551
16552     Start fleshing out builtin font functions
16553
16554  src/Makefile.am                     |   3 +-
16555  src/hb-glib.cc                      |   2 +-
16556  src/hb-icu.cc                       |   2 +-
16557  src/hb-ot-font.cc                   | 260
16558  ++++++++++++++++++++++++++++++++++++
16559  src/{hb-tt-font.cc => hb-ot-font.h} |  56 ++------
16560  src/hb-ot-hhea-table.hh             |   2 +-
16561  src/hb-ot-hmtx-table.hh             |   2 +-
16562  src/hb-ot.h                         |   1 +
16563  util/Makefile.am                    |   4 +-
16564  util/options.cc                     |   4 +
16565  10 files changed, 283 insertions(+), 53 deletions(-)
16566
16567 commit 343a0e4e747d93eeeb724c5d585f5ba036a0df84
16568 Author: Behdad Esfahbod <behdad@behdad.org>
16569 Date:   Fri Mar 21 14:37:27 2014 -0700
16570
16571     Add "make built-sources"
16572
16573  src/Makefile.am | 3 ++-
16574  1 file changed, 2 insertions(+), 1 deletion(-)
16575
16576 commit e9853f33d1f53d4d69ee0fa340ce9225a5ed17ca
16577 Author: Behdad Esfahbod <behdad@behdad.org>
16578 Date:   Fri Mar 21 12:53:08 2014 -0700
16579
16580     One more fix for build without gtk-doc
16581
16582     Fixes https://github.com/behdad/harfbuzz/pull/35
16583
16584  autogen.sh | 2 +-
16585  1 file changed, 1 insertion(+), 1 deletion(-)
16586
16587 commit b96af03c20e46105982b3608b608614403540661
16588 Author: Konstantin Ritt <ritt.ks@gmail.com>
16589 Date:   Thu Mar 20 16:01:30 2014 +0200
16590
16591     Fix build with --coretext on iOS
16592
16593     On iOS CoreText and CoreGraphics are stand-alone frameworks
16594
16595  configure.ac      | 23 +++++++++++++++++++----
16596  src/hb-coretext.h |  8 +++++++-
16597  2 files changed, 26 insertions(+), 5 deletions(-)
16598
16599 commit ea5e8a02eb83ad19f3009b0008893f77ce113118
16600 Author: Behdad Esfahbod <behdad@behdad.org>
16601 Date:   Wed Mar 19 15:38:02 2014 -0700
16602
16603     [util] Plug minor leak
16604
16605  util/hb-shape.cc     |  6 +++---
16606  util/helper-cairo.cc | 21 ++++++++++++---------
16607  util/helper-cairo.hh |  2 +-
16608  util/options.cc      |  6 +++++-
16609  util/options.hh      |  6 +++---
16610  5 files changed, 24 insertions(+), 17 deletions(-)
16611
16612 commit 09732cc6695b8e41ba6cdcd4058a4f7cad90167a
16613 Author: Behdad Esfahbod <behdad@behdad.org>
16614 Date:   Wed Mar 19 12:00:17 2014 -0700
16615
16616     Remove dead warning
16617
16618  src/hb-unicode.cc |  9 +++++++--
16619  src/hb-warning.cc | 11 -----------
16620  2 files changed, 7 insertions(+), 13 deletions(-)
16621
16622 commit b934b0f9d1b39fc7a06c812bea3d79ca5424e278
16623 Author: Behdad Esfahbod <behdad@behdad.org>
16624 Date:   Wed Mar 19 11:52:40 2014 -0700
16625
16626     Yet another try to make build without gtk-doc succeed
16627
16628  autogen.sh                 | 1 +
16629  docs/reference/Makefile.am | 2 +-
16630  2 files changed, 2 insertions(+), 1 deletion(-)
16631
16632 commit a7a5be090dd9cc39605853e8994eb417550939d4
16633 Author: Behdad Esfahbod <behdad@behdad.org>
16634 Date:   Wed Mar 19 11:39:23 2014 -0700
16635
16636     Another try to make gtk-doc optional
16637
16638  docs/reference/Makefile.am | 2 +-
16639  1 file changed, 1 insertion(+), 1 deletion(-)
16640
16641 commit ba8c9d92935ea351970a80d0d3441858ad4cf33f
16642 Author: Dominik Röttsches <dominik.rottsches@intel.com>
16643 Date:   Tue Mar 18 14:39:03 2014 +0200
16644
16645     0.9.27
16646
16647  NEWS         | 16 ++++++++++++++++
16648  configure.ac |  2 +-
16649  2 files changed, 17 insertions(+), 1 deletion(-)
16650
16651 commit a949cd329e49d2c0ad6f1e023f324790d886dafe
16652 Author: Behdad Esfahbod <behdad@behdad.org>
16653 Date:   Sun Mar 16 20:22:42 2014 -0700
16654
16655     Don't use "register" storage class specifier
16656
16657     Fixes warnings.
16658     https://bugzilla.mozilla.org/show_bug.cgi?id=984081
16659
16660  src/hb-private.hh | 6 +++---
16661  1 file changed, 3 insertions(+), 3 deletions(-)
16662
16663 commit 0082dbeae6c25a7859960b7e791a540ad04246d9
16664 Author: jfkthame <jfkthame@gmail.com>
16665 Date:   Sun Mar 16 08:25:17 2014 +0000
16666
16667     wrap definition of free_langs() with HAVE_ATEXIT
16668
16669     ...to avoid an unused function warning; see mozilla bug
16670     https://bugzilla.mozilla.org/show_bug.cgi?id=984081.
16671
16672  src/hb-common.cc | 2 ++
16673  1 file changed, 2 insertions(+)
16674
16675 commit a9e25e90a4ca05746fda4a598ad698db1d2c5c1a
16676 Author: Behdad Esfahbod <behdad@behdad.org>
16677 Date:   Fri Mar 14 19:55:46 2014 -0700
16678
16679     [coretext] Add hb_coretext_face_create()
16680
16681     Not tested.
16682
16683  src/hb-coretext.cc | 57
16684  +++++++++++++++++++++++++++++++++++++++++++++---------
16685  src/hb-coretext.h  |  4 ++++
16686  2 files changed, 52 insertions(+), 9 deletions(-)
16687
16688 commit c79865f90f62309dc64c8d3f2f503ec2aa4b7ec1
16689 Author: Behdad Esfahbod <behdad@behdad.org>
16690 Date:   Fri Mar 14 19:37:55 2014 -0400
16691
16692     [coretext] Add coretext_aat shaper
16693
16694     This is a higher-priority shaper than default shaper ("ot"), but
16695     only picks up fonts that have AAT "morx"/"mort" table.
16696
16697     Note that for this to work the font face's get_table() implementation
16698     should know how to return the full font blob.
16699
16700     Based on patch from Konstantin Ritt.
16701
16702  src/hb-coretext.cc    | 94
16703  +++++++++++++++++++++++++++++++++++++++++++++++++++
16704  src/hb-coretext.h     |  4 +++
16705  src/hb-shaper-list.hh |  4 +++
16706  3 files changed, 102 insertions(+)
16707
16708 commit af1aa362cacc652ab8ffda05a5d98a3ff5430439
16709 Author: Behdad Esfahbod <behdad@behdad.org>
16710 Date:   Fri Mar 14 15:52:47 2014 -0700
16711
16712     If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks
16713
16714     Useful for Android / Chrome / etc when ICU is built in the same
16715     library as harfbuzz itself.
16716
16717  src/hb-unicode.cc | 2 +-
16718  1 file changed, 1 insertion(+), 1 deletion(-)
16719
16720 commit 853daf857f231c9ce0277a78abff1241150ea903
16721 Author: Behdad Esfahbod <behdad@behdad.org>
16722 Date:   Fri Mar 14 15:49:18 2014 -0700
16723
16724     Remove old cruft
16725
16726  src/hb-shaper-list.hh | 6 ------
16727  1 file changed, 6 deletions(-)
16728
16729 commit 2a473338da1538efa4ff14ae9e4aba8dd50f9b0f
16730 Author: Behdad Esfahbod <behdad@behdad.org>
16731 Date:   Mon Mar 10 15:04:46 2014 -0700
16732
16733     Add Myanmar test case from OpenType Myanmar spec
16734
16735  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST  |
16736  1 +
16737  .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/otspec.txt |
16738  2 ++
16739  2 files changed, 3 insertions(+)
16740
16741 commit 158985908981189a2fd4d15275a641286fc770fe
16742 Author: Behdad Esfahbod <behdad@behdad.org>
16743 Date:   Mon Mar 10 14:57:55 2014 -0700
16744
16745     Minor
16746
16747  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST
16748  | 1 -
16749  test/shaping/texts/in-tree/shaper-sea/script-tai-tham/misc/MANIFEST
16750  | 1 +
16751  .../script-myanmar => shaper-sea/script-tai-tham}/misc/torture.txt
16752  | 0
16753  3 files changed, 1 insertion(+), 1 deletion(-)
16754
16755 commit bb8ffb581b89cf27fb8e0743b81bbda21654233e
16756 Author: Behdad Esfahbod <behdad@behdad.org>
16757 Date:   Tue Mar 4 13:03:51 2014 -0800
16758
16759     Use AM_MISSING_PROG for ragel and git
16760
16761  Makefile.am     | 4 ++--
16762  configure.ac    | 2 ++
16763  src/Makefile.am | 2 +-
16764  3 files changed, 5 insertions(+), 3 deletions(-)
16765
16766 commit a82165248cddb720576464b8e59a986491d3f2e9
16767 Author: Behdad Esfahbod <behdad@behdad.org>
16768 Date:   Tue Feb 18 15:53:56 2014 -0500
16769
16770     Only do fallback Hebrew composition if no GPOS 'mark' available
16771
16772     Apparently some modern fonts have proper GPOS mark positioning
16773     tables, but undesirable precomposed forms!  See thread
16774     "Hebrew composition to presentation forms" and:
16775
16776       http://tex.stackexchange.com/questions/156775/having-trouble-with-vowel-positioning-in-ezra-sil-xelatex
16777
16778     Test case: U+fb1d,05d9,05b4
16779
16780  src/hb-ot-shape-complex-hebrew.cc | 2 +-
16781  src/hb-ot-shape-private.hh        | 2 ++
16782  2 files changed, 3 insertions(+), 1 deletion(-)
16783
16784 commit b456d42bf68c4374f71f09867e375a51c7f2b3ed
16785 Author: Behdad Esfahbod <behdad@behdad.org>
16786 Date:   Tue Feb 11 17:29:40 2014 -0500
16787
16788     Allow bootstrapping without gtk-doc
16789
16790     Seems like configure.ac is already able to handle it.
16791
16792  autogen.sh | 10 +++++-----
16793  1 file changed, 5 insertions(+), 5 deletions(-)
16794
16795 commit 1eacde00cc8c57a08fb74276e3530844ef463d67
16796 Author: Luis de Bethencourt <luis@debethencourt.com>
16797 Date:   Thu Feb 6 23:20:47 2014 -0500
16798
16799     check hb_set_is_emtpy in test-set.c
16800
16801  test/api/test-set.c | 9 +++++++++
16802  1 file changed, 9 insertions(+)
16803
16804 commit db068d81cda180a91638e5539984f8139aff49c6
16805 Author: Werner Lemberg <wl@gnu.org>
16806 Date:   Mon Feb 10 10:38:56 2014 -0500
16807
16808     typo in ucdn's Makefile.am
16809
16810  src/hb-ucdn/Makefile.am | 2 +-
16811  1 file changed, 1 insertion(+), 1 deletion(-)
16812
16813 commit fbb2847f541389f40718af71c4945024ae177ab2
16814 Author: Behdad Esfahbod <behdad@behdad.org>
16815 Date:   Wed Feb 5 08:22:06 2014 -0500
16816
16817     Improve MemoryBarrier() implementation
16818
16819     See thread "[HarfBuzz] compilation error of 0.9.26 with MinGW"
16820     started by Werner.
16821
16822  src/hb-atomic-private.hh | 12 ++++++++----
16823  1 file changed, 8 insertions(+), 4 deletions(-)
16824
16825 commit 189bf23bfc90405d8bdc70bf3d6d3ffec38b470c
16826 Author: Behdad Esfahbod <behdad@behdad.org>
16827 Date:   Thu Jan 30 15:14:58 2014 -0500
16828
16829     0.9.26
16830
16831  NEWS         | 20 ++++++++++++++++++++
16832  configure.ac |  2 +-
16833  2 files changed, 21 insertions(+), 1 deletion(-)
16834
16835 commit 7691a154e50f8c8c77bbd94787686262955bf5d4
16836 Author: Jonathan Kew <jfkthame@gmail.com>
16837 Date:   Wed Jan 29 14:07:58 2014 +0000
16838
16839     Ensure hb_script_t can safely hold any hb_tag_t value it's given.
16840
16841     Fixes https://github.com/behdad/harfbuzz/pull/21
16842
16843  src/hb-common.h | 8 +++++++-
16844  1 file changed, 7 insertions(+), 1 deletion(-)
16845
16846 commit c29993a181c2139eaec97b5f6225824040ca3ac9
16847 Author: Behdad Esfahbod <behdad@behdad.org>
16848 Date:   Tue Jan 28 17:29:42 2014 -0500
16849
16850     [coretext] Handle surrogate pairs when generating notdef glyphs
16851
16852     Fixes github.com/behdad/harfbuzz/pull/19
16853
16854  src/hb-coretext.cc | 18 ++++++++++++++----
16855  1 file changed, 14 insertions(+), 4 deletions(-)
16856
16857 commit 748b2782e4898420003a3bbc041dcccbe9e3edc2
16858 Author: Behdad Esfahbod <behdad@behdad.org>
16859 Date:   Tue Jan 28 17:10:05 2014 -0500
16860
16861     [coretext] Minor optimization
16862
16863  src/hb-coretext.cc | 6 +++---
16864  1 file changed, 3 insertions(+), 3 deletions(-)
16865
16866 commit 24e6b11f12788500182715a64d4771a22c5b7525
16867 Author: Konstantin Ritt <ritt.ks@gmail.com>
16868 Date:   Tue Jan 28 18:16:01 2014 +0200
16869
16870     Fix double destruction in case of OOM
16871
16872  src/hb-graphite2.cc | 2 +-
16873  1 file changed, 1 insertion(+), 1 deletion(-)
16874
16875 commit 083225916a19f6d67017523af87386933bd9ecdc
16876 Author: Konstantin Ritt <ritt.ks@gmail.com>
16877 Date:   Wed Jan 22 20:31:30 2014 +0200
16878
16879     Micro optimizations
16880
16881  src/hb-ot-layout-gpos-table.hh | 28 +++++++++++++++++-----------
16882  1 file changed, 17 insertions(+), 11 deletions(-)
16883
16884 commit c9522de2335e4ef5fe65a72745c10943827a8da2
16885 Author: Konstantin Ritt <ritt.ks@gmail.com>
16886 Date:   Wed Jan 22 21:07:13 2014 +0200
16887
16888     Make it possible to disable the fallback shaper at configure time
16889
16890     The OT shaper supersedes the fallback shaper in every case
16891     and the latter become an extra weight for 99.9% of users.
16892
16893  configure.ac          | 6 ++++++
16894  src/Makefile.am       | 5 ++++-
16895  src/hb-shaper-list.hh | 2 ++
16896  3 files changed, 12 insertions(+), 1 deletion(-)
16897
16898 commit 6775da3a7c07db6c032cf429dc199d471948db56
16899 Author: Behdad Esfahbod <behdad@behdad.org>
16900 Date:   Thu Jan 23 14:18:49 2014 -0500
16901
16902     Fix clang warning 'private field 'xxx' is not used
16903
16904     Fixes https://github.com/behdad/harfbuzz/pull/16
16905
16906  src/hb-open-type-private.hh | 2 +-
16907  1 file changed, 1 insertion(+), 1 deletion(-)
16908
16909 commit 62299826f4905e080b9497bce335e093b287494e
16910 Author: Behdad Esfahbod <behdad@behdad.org>
16911 Date:   Thu Jan 23 14:11:03 2014 -0500
16912
16913     Fix typo in _hb_buffer_serialize_glyphs_text()
16914
16915     Fixes https://github.com/behdad/harfbuzz/pull/17
16916
16917  src/hb-buffer-serialize.cc | 2 +-
16918  1 file changed, 1 insertion(+), 1 deletion(-)
16919
16920 commit ae23c24c32f474a34484ee78bc177ad31fa5e6d0
16921 Author: Behdad Esfahbod <behdad@behdad.org>
16922 Date:   Wed Jan 22 11:03:02 2014 -0500
16923
16924     [arabic] Disable 'cswh' by default
16925
16926     I believe Windows 8 disables it, and spec update dated
16927     Jan 2014 also clearly says it's disabled by default:
16928
16929       http://www.microsoft.com/typography/OpenTypeDev/arabic/intro.htm#features
16930
16931  src/hb-ot-shape-complex-arabic.cc | 1 -
16932  1 file changed, 1 deletion(-)
16933
16934 commit 08cf5d75ef0c75095173dec822ccb07defaaa6c2
16935 Author: Behdad Esfahbod <behdad@behdad.org>
16936 Date:   Wed Jan 22 07:53:55 2014 -0500
16937
16938     [ot] Don't try to compose if normalization is off
16939
16940  src/hb-ot-shape-normalize.cc | 3 ++-
16941  1 file changed, 2 insertions(+), 1 deletion(-)
16942
16943 commit 0596343bfeb80ad6b19d459654edf7dfded6affe
16944 Merge: 62cb28df 83d7e791
16945 Author: Behdad Esfahbod <behdad@behdad.org>
16946 Date:   Wed Jan 22 04:43:51 2014 -0800
16947
16948     Merge pull request #13 from jfkthame/hangul-shaper
16949
16950     Tone-mark reordering and improved Old Hangul support
16951
16952 commit 62cb28dfc668cae9cbff826229bde2271e157927
16953 Author: Jonathan Kew <jfkthame@gmail.com>
16954 Date:   Mon Jan 20 14:23:08 2014 +0000
16955
16956     fixup for 64-bit windows build
16957
16958  src/hb-uniscribe.cc | 2 +-
16959  1 file changed, 1 insertion(+), 1 deletion(-)
16960
16961 commit 83d7e7915a5eaa8ff4c7014c319844e7dffd8225
16962 Author: Jonathan Kew <jfkthame@gmail.com>
16963 Date:   Mon Jan 20 19:49:47 2014 +0000
16964
16965     [hangul] Fix ordering of dotted circle with Hangul tone mark (reported
16966     by Dohyun Kim).
16967
16968  src/hb-ot-shape-complex-hangul.cc | 2 +-
16969  1 file changed, 1 insertion(+), 1 deletion(-)
16970
16971 commit deef1862657d55b7ae8d45f4eecbe45c80785c4e
16972 Author: Jonathan Kew <jfkthame@gmail.com>
16973 Date:   Mon Jan 20 10:38:27 2014 +0000
16974
16975     [hangul] Don't force zero-width for marks - this is not wanted for
16976     the Jamo Filler glyphs.
16977
16978  src/hb-ot-shape-complex-hangul.cc | 2 +-
16979  1 file changed, 1 insertion(+), 1 deletion(-)
16980
16981 commit 391934db0a171aeb2057ebcd4a38ed81621e7393
16982 Author: Jonathan Kew <jfkthame@gmail.com>
16983 Date:   Mon Jan 20 10:37:32 2014 +0000
16984
16985     [unicode] Exclude the Jamo Filler characters from Default_Ignorable,
16986     as some fonts want these to be visible/spacing glyphs.
16987
16988  src/hb-unicode-private.hh | 15 +++++++--------
16989  1 file changed, 7 insertions(+), 8 deletions(-)
16990
16991 commit 7244b3fc3bf9757dd094709d36bea68682264e20
16992 Author: Jonathan Kew <jfkthame@gmail.com>
16993 Date:   Mon Jan 20 10:35:51 2014 +0000
16994
16995     [hangul] Reorder Hangul tone mark to beginning of syllable, unless
16996     font implements it using a zero-width glyph.
16997
16998  src/hb-ot-shape-complex-hangul.cc | 59
16999  ++++++++++++++++++++++++++++++++++++++-
17000  1 file changed, 58 insertions(+), 1 deletion(-)
17001
17002 commit 103436838df3a77552d3d33fc4bd80f09d9bf079
17003 Author: Jonathan Kew <jfkthame@gmail.com>
17004 Date:   Mon Jan 20 10:35:07 2014 +0000
17005
17006     [hangul] Apply the appropriate *jmo features to decomposed
17007     syllables, including Old Hangul sequences that don't have Unicode
17008     compositions. Merge clusters in decomposed syllables.
17009
17010  src/hb-ot-shape-complex-hangul.cc | 197
17011  +++++++++++++++++++++++++++++++-------
17012  1 file changed, 165 insertions(+), 32 deletions(-)
17013
17014 commit 8fc1f7fe74a25bf8549f5edd79c7da6b720eb064
17015 Author: Behdad Esfahbod <behdad@behdad.org>
17016 Date:   Thu Jan 2 17:04:04 2014 +0800
17017
17018     [ot/hangul] Don't decompose Hangul even when combining marks present
17019
17020     As discussed on
17021     https://github.com/behdad/harfbuzz/pull/10#issuecomment-31442030
17022
17023  src/hb-ot-shape-complex-hangul.cc    |  2 +-
17024  src/hb-ot-shape-normalize-private.hh |  1 +
17025  src/hb-ot-shape-normalize.cc         | 24 +++++++++++++-----------
17026  3 files changed, 15 insertions(+), 12 deletions(-)
17027
17028 commit 64426ec73a987bfe1e71a293ee195f268897e8d6
17029 Author: Behdad Esfahbod <behdad@behdad.org>
17030 Date:   Thu Jan 2 14:33:10 2014 +0800
17031
17032     [ot] Simplify composing
17033
17034     Not tested.  Ouch.
17035
17036  src/hb-ot-shape-normalize.cc | 5 +++--
17037  1 file changed, 3 insertions(+), 2 deletions(-)
17038
17039 commit 8de20b1e8a1c4d2081f64e695045e6e4da7ce144
17040 Author: Behdad Esfahbod <behdad@behdad.org>
17041 Date:   Thu Jan 2 14:30:45 2014 +0800
17042
17043     Add font->has_glyph()
17044
17045  src/hb-font-private.hh            |  6 ++++++
17046  src/hb-ot-shape-complex-hangul.cc | 14 ++++++--------
17047  src/hb-ot-shape.cc                |  3 +--
17048  3 files changed, 13 insertions(+), 10 deletions(-)
17049
17050 commit f6298e55ae0f0f23f66935226f78afb98320ea78
17051 Author: Behdad Esfahbod <behdad@behdad.org>
17052 Date:   Thu Jan 2 14:23:56 2014 +0800
17053
17054     [fallback] Minor
17055
17056  src/hb-fallback-shape.cc | 5 +++--
17057  1 file changed, 3 insertions(+), 2 deletions(-)
17058
17059 commit 29ea403d67e29c2d531c1f613ce3d69e60f078f6
17060 Author: Behdad Esfahbod <behdad@behdad.org>
17061 Date:   Thu Jan 2 14:20:00 2014 +0800
17062
17063     [hangul] Fix decomposition logic
17064
17065     Seems to be working now.
17066
17067  src/hb-ot-shape-complex-hangul.cc | 19 ++++++++-----------
17068  1 file changed, 8 insertions(+), 11 deletions(-)
17069
17070 commit bdb20dafc3f737923da3dca0c832fdf4ab8daabc
17071 Author: Behdad Esfahbod <behdad@behdad.org>
17072 Date:   Thu Jan 2 14:04:30 2014 +0800
17073
17074     [hangul] Fix decomposition
17075
17076     Part of https://github.com/behdad/harfbuzz/pull/10
17077
17078  src/hb-ot-shape-complex-hangul.cc | 4 ++--
17079  1 file changed, 2 insertions(+), 2 deletions(-)
17080
17081 commit 32478656ce6e7926c3ad481511f02187ca743af6
17082 Author: Behdad Esfahbod <behdad@behdad.org>
17083 Date:   Thu Jan 2 14:01:56 2014 +0800
17084
17085     [hangul] Tighten up character categories
17086
17087     I had tried to expand to fill the blocks, but that sounds wrong in
17088     retrospect.
17089
17090  src/hb-ot-shape-complex-hangul.cc | 4 ++--
17091  1 file changed, 2 insertions(+), 2 deletions(-)
17092
17093 commit f14bb7de631b20e2868fb62e5311cd0d9e24bb49
17094 Author: Behdad Esfahbod <behdad@behdad.org>
17095 Date:   Tue Dec 31 16:49:15 2013 +0800
17096
17097     [ot] Separate out hebrew and tibetan shapers from default
17098
17099     Now default shaper is truly no-op.
17100
17101  src/Makefile.am                    |   2 +
17102  src/hb-ot-shape-complex-default.cc | 161
17103  +---------------------------------
17104  src/hb-ot-shape-complex-hebrew.cc  | 172
17105  +++++++++++++++++++++++++++++++++++++
17106  src/hb-ot-shape-complex-private.hh |  17 +++-
17107  src/hb-ot-shape-complex-tibetan.cc |  61 +++++++++++++
17108  5 files changed, 251 insertions(+), 162 deletions(-)
17109
17110 commit 6300cd72539284ca294ee8286bbbb7f9c72af320
17111 Author: Behdad Esfahbod <behdad@behdad.org>
17112 Date:   Tue Dec 31 16:38:47 2013 +0800
17113
17114     [ot] Define HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT
17115
17116  src/hb-ot-shape-complex-default.cc | 2 +-
17117  src/hb-ot-shape-complex-hangul.cc  | 2 +-
17118  src/hb-ot-shape-complex-private.hh | 4 +++-
17119  src/hb-ot-shape-complex-thai.cc    | 2 +-
17120  4 files changed, 6 insertions(+), 4 deletions(-)
17121
17122 commit 3d6ca0d32e5c6597acfcf59301cb1905586ddb52
17123 Author: Behdad Esfahbod <behdad@behdad.org>
17124 Date:   Tue Dec 31 16:04:35 2013 +0800
17125
17126     [ot] Simplify normalization_preference again
17127
17128     No shaper has more than one behavior re this, so no need for
17129     a callback.
17130
17131  src/hb-ot-shape-complex-arabic.cc  | 2 +-
17132  src/hb-ot-shape-complex-default.cc | 8 +-------
17133  src/hb-ot-shape-complex-hangul.cc  | 2 +-
17134  src/hb-ot-shape-complex-indic.cc   | 8 +-------
17135  src/hb-ot-shape-complex-myanmar.cc | 9 +--------
17136  src/hb-ot-shape-complex-private.hh | 7 +------
17137  src/hb-ot-shape-complex-sea.cc     | 9 +--------
17138  src/hb-ot-shape-complex-thai.cc    | 2 +-
17139  src/hb-ot-shape-normalize.cc       | 4 +---
17140  9 files changed, 9 insertions(+), 42 deletions(-)
17141
17142 commit c98b7183f7dc453d5bac1f2503017cded317a495
17143 Author: Behdad Esfahbod <behdad@behdad.org>
17144 Date:   Tue Dec 31 15:55:40 2013 +0800
17145
17146     [ot] Add Hangul shaper
17147
17148     Not exhaustively tested, but I think I got the intended logic
17149     right.
17150
17151     The logic can perhaps be simplified.  Maybe we should disabled
17152     normalization with this shaper.  Then again, for now focusing on
17153     correctness.
17154
17155  src/Makefile.am                    |   1 +
17156  src/hb-ot-shape-complex-default.cc |  13 ---
17157  src/hb-ot-shape-complex-hangul.cc  | 232
17158  +++++++++++++++++++++++++++++++++++++
17159  src/hb-ot-shape-complex-private.hh |  10 +-
17160  src/hb-private.hh                  |   6 +
17161  5 files changed, 240 insertions(+), 22 deletions(-)
17162
17163 commit 15f67048e45853ad4069fd4334e132bc3db4d2c4
17164 Author: Behdad Esfahbod <behdad@behdad.org>
17165 Date:   Fri Dec 27 19:33:28 2013 -0500
17166
17167     Reorder Tai Tham SAKOT to ensure it comes after any tone marks
17168
17169  src/hb-unicode-private.hh | 6 +++++-
17170  1 file changed, 5 insertions(+), 1 deletion(-)
17171
17172 commit 3216e44feb7b97f44620b51e197425a80a41cdb7
17173 Author: Behdad Esfahbod <behdad@behdad.org>
17174 Date:   Mon Dec 23 14:39:23 2013 -0500
17175
17176     [uniscribe] Fix scratch-buffer accounting
17177
17178  src/hb-uniscribe.cc | 15 ++++++++-------
17179  1 file changed, 8 insertions(+), 7 deletions(-)
17180
17181 commit beeb12c9af4e0e66378cd36cf3dbb1560763a8e3
17182 Author: Behdad Esfahbod <behdad@behdad.org>
17183 Date:   Sun Dec 22 22:53:27 2013 -0500
17184
17185     Add TODO item
17186
17187  src/hb-ot-shape.h | 1 +
17188  1 file changed, 1 insertion(+)
17189
17190 commit fbd4acc58a4bb501625b482bd318be9764ff8e02
17191 Author: Luis de Bethencourt <luis@debethencourt.com>
17192 Date:   Sun Dec 22 08:02:11 2013 -0500
17193
17194     Clean ht-ob headers
17195
17196  src/Makefile.am    |  1 +
17197  src/hb-ot-layout.h |  5 -----
17198  src/hb-ot-shape.h  | 53
17199  +++++++++++++++++++++++++++++++++++++++++++++++++++++
17200  src/hb-ot.h        |  9 +--------
17201  4 files changed, 55 insertions(+), 13 deletions(-)
17202
17203 commit 5497a8a274a7066c0230c850baadef681785c8bb
17204 Author: Behdad Esfahbod <behdad@behdad.org>
17205 Date:   Sun Dec 22 20:48:53 2013 -0500
17206
17207     Cache various masks on the shape plan
17208
17209  src/hb-ot-shape-fallback.cc |  6 ++----
17210  src/hb-ot-shape-private.hh  | 15 +++++++++++++++
17211  src/hb-ot-shape.cc          | 26 +++++++-------------------
17212  3 files changed, 24 insertions(+), 23 deletions(-)
17213
17214 commit 02f909664fa24a7ccf7cf73d75d1d3426aaaae7d
17215 Author: Behdad Esfahbod <behdad@behdad.org>
17216 Date:   Sun Dec 22 19:35:27 2013 -0500
17217
17218     Minor correction to kern mask checking
17219
17220  src/hb-ot-shape-fallback.cc | 4 ++--
17221  1 file changed, 2 insertions(+), 2 deletions(-)
17222
17223 commit a7e8bbb080aef318b16750ca1771d0d3af3d0ae9
17224 Author: Behdad Esfahbod <behdad@behdad.org>
17225 Date:   Sun Dec 22 19:33:35 2013 -0500
17226
17227     Minor fraction mask setting improvement
17228
17229  src/hb-ot-map-private.hh | 2 --
17230  src/hb-ot-shape.cc       | 8 +++++---
17231  2 files changed, 5 insertions(+), 5 deletions(-)
17232
17233 commit 76fff252a96b4357b5e71694d5201daef822aa60
17234 Author: Behdad Esfahbod <behdad@behdad.org>
17235 Date:   Sun Dec 22 17:55:59 2013 -0500
17236
17237     Don't form fractions if only one of numr/dnom exist
17238
17239  src/hb-ot-shape.cc | 3 ++-
17240  1 file changed, 2 insertions(+), 1 deletion(-)
17241
17242 commit 3aeee519f0b82df5263974945ae852badc4dbded
17243 Author: Behdad Esfahbod <behdad@behdad.org>
17244 Date:   Sun Dec 22 16:17:54 2013 -0500
17245
17246     Bug 72698 - Automatically support frac / numr / dnom
17247
17248     When seeing U+2044 FRACTION SLASH in the text, find decimal
17249     digits (Unicode General Category Decimal_Number) around it,
17250     and mark the pre-slash digits with 'numr' feature, the post-slash
17251     digits with 'dnom' feature, and the whole sequence with 'frac'
17252     feature.
17253
17254     This beautifully renders fractions with major Windows fonts,
17255     and any other font that implements those features (numr/dnom is
17256     enough for most fonts.)
17257
17258     Not the fastest way to do this, but good enough for a start.
17259
17260  src/hb-ot-shape.cc | 51
17261  +++++++++++++++++++++++++++++++++++++++++++++++++++
17262  1 file changed, 51 insertions(+)
17263
17264 commit 014f369ec98fdbb3e7a2ef68aea2c4e017e7b680
17265 Author: Behdad Esfahbod <behdad@behdad.org>
17266 Date:   Sun Dec 22 16:15:30 2013 -0500
17267
17268     Add XXX note
17269
17270  src/hb-ot-map-private.hh | 2 ++
17271  1 file changed, 2 insertions(+)
17272
17273 commit 739325178aba00ea5526c6a54ce588a79e5d45e2
17274 Author: Behdad Esfahbod <behdad@behdad.org>
17275 Date:   Sat Dec 21 00:18:18 2013 -0500
17276
17277     Initialize masks before mirroring
17278
17279     We were throwing away the rtlm feature mask set during
17280     mirroring...
17281
17282  src/hb-ot-shape.cc | 11 ++++++++++-
17283  1 file changed, 10 insertions(+), 1 deletion(-)
17284
17285 commit d507f6b5b7a052f4d0eb9ba4ec88fd2e3d6f64b4
17286 Author: Luis de Bethencourt <luis@debethencourt.com>
17287 Date:   Mon Dec 16 15:48:44 2013 -0500
17288
17289     Have Gtk-Doc ignore UCDN files
17290
17291  docs/reference/Makefile.am | 18 +++++++++---------
17292  1 file changed, 9 insertions(+), 9 deletions(-)
17293
17294 commit d688475ea9cd236bc9b9e0153489fac0025f07f0
17295 Author: Behdad Esfahbod <behdad@behdad.org>
17296 Date:   Thu Dec 12 13:21:57 2013 -0500
17297
17298     Minor
17299
17300  util/options.cc | 4 ++--
17301  1 file changed, 2 insertions(+), 2 deletions(-)
17302
17303 commit 2a8c49ade07a0bd4f2c9543f4bd129da82083ea0
17304 Author: Behdad Esfahbod <behdad@behdad.org>
17305 Date:   Wed Dec 11 20:22:28 2013 -0500
17306
17307     Remove unnecessary includes
17308
17309  src/hb-blob.cc                       | 1 -
17310  src/hb-buffer-private.hh             | 1 -
17311  src/hb-common.cc                     | 2 --
17312  src/hb-face-private.hh               | 1 -
17313  src/hb-face.cc                       | 1 -
17314  src/hb-font-private.hh               | 1 -
17315  src/hb-font.cc                       | 1 -
17316  src/hb-graphite2.cc                  | 2 --
17317  src/hb-open-type-private.hh          | 2 --
17318  src/hb-ot-layout-private.hh          | 2 --
17319  src/hb-ot-shape-normalize-private.hh | 2 --
17320  src/hb-ot-tag.cc                     | 1 -
17321  src/hb-set-private.hh                | 1 -
17322  src/hb-shape-plan-private.hh         | 1 -
17323  src/hb-tt-font.cc                    | 2 --
17324  src/hb-unicode-private.hh            | 2 --
17325  16 files changed, 23 deletions(-)
17326
17327 commit 2646aec1e67cd6e09f5f7859c9d5898917acc2d5
17328 Author: Behdad Esfahbod <behdad@behdad.org>
17329 Date:   Thu Dec 5 18:19:35 2013 -0500
17330
17331     Drop required automake version back to 1.11.3
17332
17333     Work around broken automake-1.13 changes.
17334
17335  configure.ac             | 3 ++-
17336  test/shaping/Makefile.am | 7 +++++++
17337  2 files changed, 9 insertions(+), 1 deletion(-)
17338
17339 commit 860fc9aa7b4c49a1d50e64cfdf4d4dffadb7aa8f
17340 Author: Behdad Esfahbod <behdad@behdad.org>
17341 Date:   Wed Dec 4 20:06:59 2013 -0500
17342
17343     0.9.25
17344
17345  NEWS         | 12 ++++++++++++
17346  configure.ac |  2 +-
17347  2 files changed, 13 insertions(+), 1 deletion(-)
17348
17349 commit adb039554de0c98a4121f26423bec8df09a62e61
17350 Author: Behdad Esfahbod <behdad@behdad.org>
17351 Date:   Wed Dec 4 20:10:02 2013 -0500
17352
17353     Minor
17354
17355  util/view-cairo.hh | 3 ++-
17356  1 file changed, 2 insertions(+), 1 deletion(-)
17357
17358 commit 95d18a7cab480712d8c95a587ac2a8fdcbec5e71
17359 Author: Behdad Esfahbod <behdad@behdad.org>
17360 Date:   Wed Dec 4 20:01:22 2013 -0500
17361
17362     [git.mk] Update
17363
17364  git.mk | 2 +-
17365  1 file changed, 1 insertion(+), 1 deletion(-)
17366
17367 commit d913f98d88098fc0f4163dfbc54d8ca9ebe9dd81
17368 Author: Behdad Esfahbod <behdad@behdad.org>
17369 Date:   Wed Dec 4 19:59:48 2013 -0500
17370
17371     Require automake 1.13
17372
17373     Fix tests build.
17374
17375     https://bugs.freedesktop.org/show_bug.cgi?id=71353
17376
17377  configure.ac             |  2 +-
17378  test/shaping/Makefile.am | 19 ++++++++++++++-----
17379  2 files changed, 15 insertions(+), 6 deletions(-)
17380
17381 commit 205bf834d80f81471f0c3da4f400e60ce3a533dc
17382 Author: Behdad Esfahbod <behdad@behdad.org>
17383 Date:   Mon Dec 2 20:41:41 2013 -0500
17384
17385     Revert "Karen" language mapping back to what it was before
17386
17387     https://bugzilla.mozilla.org/show_bug.cgi?id=941470
17388
17389  src/hb-ot-tag.cc | 4 ++--
17390  1 file changed, 2 insertions(+), 2 deletions(-)
17391
17392 commit f47b9219546edcfdeb3991ee27f6d9ba455c3e08
17393 Author: Behdad Esfahbod <behdad@behdad.org>
17394 Date:   Mon Dec 2 05:57:27 2013 -0500
17395
17396     Fix unsafe shape_plan->face dependency
17397
17398  src/hb-ot-shape-private.hh   |  2 +-
17399  src/hb-shape-plan-private.hh |  2 +-
17400  src/hb-shape-plan.cc         | 12 +++---------
17401  3 files changed, 5 insertions(+), 11 deletions(-)
17402
17403 commit c704a8700e169885f1d9cbab93544d85aa4358e9
17404 Author: Behdad Esfahbod <behdad@behdad.org>
17405 Date:   Mon Dec 2 05:42:04 2013 -0500
17406
17407     [util] Fix uninitialized memory access
17408
17409  util/view-cairo.hh | 2 +-
17410  1 file changed, 1 insertion(+), 1 deletion(-)
17411
17412 commit 260a3198f44a4ece60864b6f6caab2ee756ad762
17413 Author: Behdad Esfahbod <behdad@behdad.org>
17414 Date:   Mon Dec 2 05:39:39 2013 -0500
17415
17416     [util] Plug leak
17417
17418  util/options.cc | 5 ++++-
17419  1 file changed, 4 insertions(+), 1 deletion(-)
17420
17421 commit ca8d96c8ba33ce581684cbc07936a3696b6c83d9
17422 Author: Jonathan Kew <jfkthame@gmail.com>
17423 Date:   Mon Dec 2 05:22:00 2013 -0500
17424
17425     cache shape plans even if (global) user features are set
17426
17427  src/hb-shape-plan-private.hh |  3 +++
17428  src/hb-shape-plan.cc         | 59
17429  ++++++++++++++++++++++++++++++++++++++++----
17430  2 files changed, 57 insertions(+), 5 deletions(-)
17431
17432 commit 8ffa528f28a24ae85952ad1c1b0206e736bcfeab
17433 Author: Behdad Esfahbod <behdad@behdad.org>
17434 Date:   Mon Dec 2 05:17:14 2013 -0500
17435
17436     Add note about unsafe shape_plan->face
17437
17438     Will fix by removing shape_plan->face completely.
17439
17440  src/hb-shape-plan.cc | 2 ++
17441  1 file changed, 2 insertions(+)
17442
17443 commit aec468f01e866c99e65a8f764a792c74c96840d7
17444 Author: Behdad Esfahbod <behdad@behdad.org>
17445 Date:   Fri Nov 29 19:21:58 2013 -0500
17446
17447     [coretext] Add TODO
17448
17449  src/hb-coretext.cc | 2 ++
17450  1 file changed, 2 insertions(+)
17451
17452 commit 58cc233e8b5fdc9dce603acc1b968540a2dea3e1
17453 Author: Behdad Esfahbod <behdad@behdad.org>
17454 Date:   Fri Nov 29 19:17:42 2013 -0500
17455
17456     [coretext] Cleanup
17457
17458  src/hb-coretext.cc | 27 ++++++++++++++++-----------
17459  1 file changed, 16 insertions(+), 11 deletions(-)
17460
17461 commit c8213c6198abff97822e29a6d565722cfbb43832
17462 Author: Khaled Hosny <khaledhosny.eglug.org>
17463 Date:   Fri Nov 29 19:01:56 2013 -0500
17464
17465     [coretext] Avoid font fallback with CoreText shaper
17466
17467     CoreText does automatic font fallback (AKA "cascading") for
17468     characters
17469     not supported by the requested font, and provides no way to turn
17470     it off,
17471     so detect if the returned run uses a font other than the requested one
17472     and fill in the buffer with .notdef glyphs instead of random indices
17473     glyph from a different font.
17474
17475  src/hb-coretext.cc | 35 +++++++++++++++++++++++++++++++++++
17476  1 file changed, 35 insertions(+)
17477
17478 commit 63bae73aefb0e5988ef6975f1ed38e040e50e91d
17479 Author: Behdad Esfahbod <behdad@behdad.org>
17480 Date:   Tue Nov 26 22:57:24 2013 -0500
17481
17482     [fallback] Add TODO note
17483
17484  src/hb-fallback-shape.cc | 10 ++++++++++
17485  1 file changed, 10 insertions(+)
17486
17487 commit e1ebf01d0cf3df55bb9137136e2d0c9630e7bd78
17488 Author: Behdad Esfahbod <behdad@behdad.org>
17489 Date:   Tue Nov 26 18:00:35 2013 -0500
17490
17491     Minor
17492
17493  src/hb-ot-layout-common-private.hh | 2 +-
17494  1 file changed, 1 insertion(+), 1 deletion(-)
17495
17496 commit a182dbc9e4e51fa7990c4aea3eaa425a061b29c7
17497 Author: Behdad Esfahbod <behdad@behdad.org>
17498 Date:   Tue Nov 26 17:53:41 2013 -0500
17499
17500     Minor
17501
17502  src/hb-ot-layout-common-private.hh | 1 +
17503  1 file changed, 1 insertion(+)
17504
17505 commit 9174a9db5c4e01284143ed8bd318ce9454535987
17506 Author: Behdad Esfahbod <behdad@behdad.org>
17507 Date:   Mon Nov 25 18:10:38 2013 -0500
17508
17509     [myanmar] Allow punctuation clusters
17510
17511     The spec and Uniscribe don't allow these, but UTN#11
17512     specifically says the sequence U+104B,U+1038 is valid.
17513     As such, allow all "P V" sequences.  There's about
17514     eight sequences that match that structure, but Roozbeh
17515     thinks it's fine to allow all of them.
17516
17517     Test case: U+104B, U+1038
17518
17519     https://bugs.freedesktop.org/show_bug.cgi?id=71947
17520
17521  src/hb-ot-shape-complex-myanmar-machine.rl |  3 +++
17522  src/hb-ot-shape-complex-myanmar.cc         | 19 ++++++++++++++++++-
17523  2 files changed, 21 insertions(+), 1 deletion(-)
17524
17525 commit 096b71e8ef0c1443f3f86069d5416b887af6e9e7
17526 Author: Behdad Esfahbod <behdad@behdad.org>
17527 Date:   Mon Nov 25 18:03:34 2013 -0500
17528
17529     [myanmar] Mark U+104E MYANMAR SYMBOL AFOREMENTIONED as Consonant
17530
17531     The spec and Uniscribe treat it as consonant in the grammar, but
17532     it's not in IndicSyllableCategory.txt, so fix up.
17533
17534     Test sequence: U+1004,U+103A,U+1039,U+104E
17535
17536     https://bugs.freedesktop.org/show_bug.cgi?id=71948
17537
17538  src/hb-ot-shape-complex-myanmar.cc | 4 ++++
17539  1 file changed, 4 insertions(+)
17540
17541 commit d2da5e0b4b4ffc1722403ffb90b8777cfa1cd174
17542 Author: Behdad Esfahbod <behdad@behdad.org>
17543 Date:   Mon Nov 25 17:50:07 2013 -0500
17544
17545     [myanmar] Relax pwo-tone group a bit
17546
17547     This is broken sequence according to OpenType spec, Uniscribe,
17548     and current HarfBuzz implementation.  But Roozbeh says this
17549     is a valid sequence, so allow it.  There are multiple
17550     "(DB As?)?" constructs in the grammar, but Roozbeh thinks only
17551     this one needs changing.
17552
17553     Test case: 1014,1063,103A
17554
17555     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=71949
17556
17557  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
17558  1 file changed, 1 insertion(+), 1 deletion(-)
17559
17560 commit 9af91ca8ffee4a8d2804eff5d380b4f9749414d1
17561 Author: Behdad Esfahbod <behdad@behdad.org>
17562 Date:   Mon Nov 25 17:47:19 2013 -0500
17563
17564     Add more Myanmar test cases
17565
17566     All three are broken right now according to Roozbeh.
17567
17568     https://bugs.freedesktop.org/show_bug.cgi?id=71947
17569     https://bugs.freedesktop.org/show_bug.cgi?id=71948
17570     https://bugs.freedesktop.org/show_bug.cgi?id=71949
17571
17572  .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt |
17573  4 ++++
17574  1 file changed, 4 insertions(+)
17575
17576 commit 08c2d27d35093e07142168665139274ac99395e8
17577 Author: Roozbeh Pournader <roozbeh@google.com>
17578 Date:   Sat Nov 23 21:39:31 2013 -0800
17579
17580     Added support for several new languages
17581
17582     Based on research into latest SIL and Windows fonts, pulling in
17583     the latest OpenType language tag proposal from Microsoft, and updating
17584     to latest language tags and names from ISO 639.
17585
17586  src/hb-ot-tag.cc | 314
17587  +++++++++++++++++++++++++++++++++++++++++++------------
17588  1 file changed, 247 insertions(+), 67 deletions(-)
17589
17590 commit 05511acd198d0c2157cdb41e1d36eac0b8075357
17591 Author: Roozbeh Pournader <roozbeh@google.com>
17592 Date:   Sat Nov 23 15:19:07 2013 -0800
17593
17594     Added language tags for S'gaw Karen and Khamti
17595
17596     Tags based on support in Windows 8.1's 'Myanmar Text' font.
17597
17598  src/hb-ot-tag.cc | 2 ++
17599  1 file changed, 2 insertions(+)
17600
17601 commit 0bb31e4497523442fbb26bbd55b194ab70205ca4
17602 Author: Behdad Esfahbod <behdad@behdad.org>
17603 Date:   Wed Nov 20 14:21:07 2013 -0500
17604
17605     Bug 71845 - Use 64-bit cmpexch on ARM64 iOS
17606
17607  src/hb-atomic-private.hh | 2 +-
17608  1 file changed, 1 insertion(+), 1 deletion(-)
17609
17610 commit 02c6c8cd6e8c93b63c75b25de6bf76bb45755bb4
17611 Author: Behdad Esfahbod <behdad@behdad.org>
17612 Date:   Fri Nov 15 13:05:38 2013 -0500
17613
17614     Set buffer content type to INVALID in hb_buffer_set_length(0)
17615
17616     Previously we were only setting this in hb_buffer_clear_contents(),
17617     but set_length(0) is a valid way to reinitialize buffer to use with
17618     new text.
17619
17620  src/hb-buffer-private.hh | 2 +-
17621  src/hb-buffer.cc         | 3 +++
17622  2 files changed, 4 insertions(+), 1 deletion(-)
17623
17624 commit 6300694f6e531593e7e932000f9540b0367940b8
17625 Author: Behdad Esfahbod <behdad@behdad.org>
17626 Date:   Wed Nov 13 14:54:07 2013 -0500
17627
17628     0.9.24
17629
17630  NEWS         | 8 ++++++++
17631  configure.ac | 2 +-
17632  2 files changed, 9 insertions(+), 1 deletion(-)
17633
17634 commit 061cb4649342b005fb1de93abae25e889cc560bd
17635 Author: Behdad Esfahbod <behdad@behdad.org>
17636 Date:   Wed Nov 13 14:50:25 2013 -0500
17637
17638     Use long alignment for scratch buffer
17639
17640     Fixes last of scratch alignment warnings in hb-coretext.
17641
17642  src/hb-buffer-private.hh | 2 +-
17643  src/hb-buffer.cc         | 4 ++--
17644  2 files changed, 3 insertions(+), 3 deletions(-)
17645
17646 commit 68c372ed2eac76a6d347811293fe2ba2fd6a1eed
17647 Author: Behdad Esfahbod <behdad@behdad.org>
17648 Date:   Wed Nov 13 14:44:01 2013 -0500
17649
17650     More scratch-buffer cleanup
17651
17652  src/hb-buffer-private.hh |  3 ++-
17653  src/hb-buffer.cc         | 10 +++++-----
17654  src/hb-coretext.cc       |  5 ++---
17655  src/hb-graphite2.cc      |  2 +-
17656  src/hb-uniscribe.cc      | 30 ++++++++++++++----------------
17657  5 files changed, 24 insertions(+), 26 deletions(-)
17658
17659 commit 8fcadb9cf9418345610e3f4e38c28c12b768b589
17660 Author: Behdad Esfahbod <behdad@behdad.org>
17661 Date:   Wed Nov 13 14:33:57 2013 -0500
17662
17663     [coretext] More scratch buffer fixes
17664
17665  src/hb-coretext.cc | 25 +++++++++++++------------
17666  1 file changed, 13 insertions(+), 12 deletions(-)
17667
17668 commit 16f175cb2e081e605fe7f9cd01bbe8c24380278a
17669 Author: Behdad Esfahbod <behdad@behdad.org>
17670 Date:   Tue Nov 12 17:22:49 2013 -0500
17671
17672     Fix scratch-buffer alignment warnings
17673
17674  src/hb-buffer-private.hh |  2 +-
17675  src/hb-buffer.cc         |  9 +++++----
17676  src/hb-coretext.cc       | 17 ++++++++++-------
17677  src/hb-graphite2.cc      | 28 +++++++++++++++++-----------
17678  src/hb-private.hh        |  3 +++
17679  src/hb-uniscribe.cc      | 29 +++++++++++++++++------------
17680  6 files changed, 53 insertions(+), 35 deletions(-)
17681
17682 commit c7c4ccf8a1e784b6f8798388a219dda9a26fbd93
17683 Author: Behdad Esfahbod <behdad@behdad.org>
17684 Date:   Tue Nov 12 15:41:22 2013 -0500
17685
17686     [travis] Enable graphite2
17687
17688  .travis.yml | 2 +-
17689  1 file changed, 1 insertion(+), 1 deletion(-)
17690
17691 commit 83408cf804a6908873c41b70bb7c43448e66ddd2
17692 Author: Behdad Esfahbod <behdad@behdad.org>
17693 Date:   Wed Nov 6 14:46:04 2013 -0500
17694
17695     Fix llvm warnings on Mac
17696
17697     Patch from Scott Fleischman.  Warnings were:
17698
17699     harfbuzz/src/hb-font-private.hh:121:42: Implicit conversion loses
17700     integer precision: 'long long' to 'hb_position_t' (aka 'int')
17701     harfbuzz/src/hb-font-private.hh:126:42: Implicit conversion loses
17702     integer precision: 'long long' to 'hb_position_t' (aka 'int')
17703     harfbuzz/src/hb-font-private.hh:400:85: Implicit conversion loses
17704     integer precision: 'long long' to 'hb_position_t' (aka 'int')
17705     harfbuzz/src/hb-ot-layout-common-private.hh:1115:37: Implicit
17706     conversion
17707     loses integer precision: 'long long' to 'int'
17708     harfbuzz/src/hb-ft.cc:421:97: Implicit conversion loses integer
17709     precision: 'unsigned long long' to 'int'
17710     harfbuzz/src/hb-ft.cc:422:97: Implicit conversion loses integer
17711     precision: 'unsigned long long' to 'int'
17712
17713  src/hb-font-private.hh             | 6 +++---
17714  src/hb-ft.cc                       | 4 ++--
17715  src/hb-ot-layout-common-private.hh | 2 +-
17716  3 files changed, 6 insertions(+), 6 deletions(-)
17717
17718 commit 333cc6e2d11831bcd2370723456e678574d570ec
17719 Author: Behdad Esfahbod <behdad@behdad.org>
17720 Date:   Wed Oct 30 17:30:11 2013 +0000
17721
17722     [otlayout] Remove unused is_inplace()
17723
17724     Patch from Jonathan Kew.
17725
17726  src/hb-ot-layout-gpos-table.hh       |   6 --
17727  src/hb-ot-layout-gsub-table.hh       |  56 ------------
17728  src/hb-ot-layout-gsubgpos-private.hh | 159
17729  -----------------------------------
17730  3 files changed, 221 deletions(-)
17731
17732 commit 176fd17d02ac183af32a0e710ec32d25c9322021
17733 Author: Behdad Esfahbod <behdad@behdad.org>
17734 Date:   Wed Oct 30 17:27:24 2013 +0000
17735
17736     Bug 70971 - Signed/unsigned compiler warnings on windows
17737
17738     Patch from Emil Eklund.
17739
17740  src/hb-buffer-serialize.cc | 8 ++++----
17741  src/hb-ot-map.cc           | 2 +-
17742  2 files changed, 5 insertions(+), 5 deletions(-)
17743
17744 commit 3d436d325edccc0f3dd820e06e3d529cc8f3eca4
17745 Author: Behdad Esfahbod <behdad@behdad.org>
17746 Date:   Mon Oct 28 21:00:37 2013 +0100
17747
17748     [otlayout] Reset ccc when marking glyph as letter
17749
17750  src/hb-ot-layout-gsubgpos-private.hh | 3 +++
17751  1 file changed, 3 insertions(+)
17752
17753 commit b9d0077ac1a8e8a62ee15c64ad302f7976e23bdd
17754 Author: Behdad Esfahbod <behdad@behdad.org>
17755 Date:   Mon Oct 28 20:44:03 2013 +0100
17756
17757     Fix win32 testing
17758
17759  test/shaping/Makefile.am  | 1 +
17760  test/shaping/run-tests.sh | 2 +-
17761  2 files changed, 2 insertions(+), 1 deletion(-)
17762
17763 commit dce79c2bd747d398bdf2f4b171b0ba9b5b951f72
17764 Author: Behdad Esfahbod <behdad@behdad.org>
17765 Date:   Mon Oct 28 20:26:40 2013 +0100
17766
17767     0.9.23
17768
17769  NEWS         | 10 ++++++++++
17770  configure.ac |  2 +-
17771  2 files changed, 11 insertions(+), 1 deletion(-)
17772
17773 commit 2e990a3d722c10d1eefdc4c5ccbdaa384625c3fd
17774 Author: Behdad Esfahbod <behdad@behdad.org>
17775 Date:   Mon Oct 28 20:23:07 2013 +0100
17776
17777     Make "make distcheck" happy
17778
17779  configure.ac             | 2 +-
17780  test/shaping/Makefile.am | 3 +++
17781  2 files changed, 4 insertions(+), 1 deletion(-)
17782
17783 commit 6ffc007b61402c9d1d4de368deed4971a10ed00b
17784 Author: Behdad Esfahbod <behdad@behdad.org>
17785 Date:   Mon Oct 28 19:26:02 2013 +0100
17786
17787     [otlayout] Optimize inplace
17788
17789     See thread started by Jonathan with subject "an optimization for
17790     complex
17791     fonts".
17792
17793  src/hb-ot-layout.cc | 6 +++---
17794  1 file changed, 3 insertions(+), 3 deletions(-)
17795
17796 commit 71b4c999a511bf018acaf48a45e070470c0daf12
17797 Author: Behdad Esfahbod <behdad@behdad.org>
17798 Date:   Mon Oct 28 00:20:59 2013 +0100
17799
17800     Revert "Zero marks by GDEF for Tibetan"
17801
17802     This reverts commit d5bd0590ae2fbc7b0dee86385a565aef00ffb835.
17803
17804     The reasoning behind that logic was flawed and made under
17805     a misunderstanding of the original problem, and caused
17806     regressions as reported by Jonathan Kew in thread titled
17807     "tibetan marks" in Oct 2013.  Apparently I have had fixed
17808     the original problem with this commit:
17809
17810       7e08f1258da229dfaf7e1c4b5c41e5bb83906cb0
17811
17812     So, revert the faulty commit and everything seems to be in good
17813     shape.
17814
17815  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
17816  src/hb-ot-shape-complex-arabic.cc    | 10 +++-------
17817  src/hb-ot-shape-complex-default.cc   | 17 +----------------
17818  src/hb-ot-shape-complex-indic.cc     |  8 +-------
17819  src/hb-ot-shape-complex-myanmar.cc   | 15 +++++----------
17820  src/hb-ot-shape-complex-private.hh   |  8 ++------
17821  src/hb-ot-shape-complex-sea.cc       | 14 ++++----------
17822  src/hb-ot-shape-complex-thai.cc      |  9 +--------
17823  src/hb-ot-shape.cc                   |  4 ++--
17824  9 files changed, 21 insertions(+), 68 deletions(-)
17825
17826 commit 9596b2bf569dae6fbe268803e3cb248001f10954
17827 Author: Behdad Esfahbod <behdad@behdad.org>
17828 Date:   Mon Oct 28 00:09:05 2013 +0100
17829
17830     Pass CPPFLAGS=-Werror to Travis-CI
17831
17832     We want default gcc / clang warnings to fail the CI build.
17833
17834  .travis.yml | 2 +-
17835  1 file changed, 1 insertion(+), 1 deletion(-)
17836
17837 commit c77d1ade6898cea161f0709c5c5a912e14aff951
17838 Author: Behdad Esfahbod <behdad@behdad.org>
17839 Date:   Sun Oct 27 23:52:26 2013 +0100
17840
17841     Fix warnings
17842
17843  test/api/test-blob.c      | 2 +-
17844  util/helper-cairo-ansi.cc | 2 +-
17845  2 files changed, 2 insertions(+), 2 deletions(-)
17846
17847 commit c2bc818706df56022c8bb922df2b741cb120f7e4
17848 Author: Behdad Esfahbod <behdad@behdad.org>
17849 Date:   Sun Oct 27 23:36:35 2013 +0100
17850
17851     Work with old and new glib
17852
17853     Avoids "deprecated" warnings.
17854
17855  src/test-buffer-serialize.cc | 7 +++++--
17856  src/test-size-params.cc      | 7 +++++--
17857  src/test-would-substitute.cc | 7 +++++--
17858  src/test.cc                  | 7 +++++--
17859  util/options.cc              | 4 ++--
17860  util/options.hh              | 4 ++++
17861  util/view-cairo.hh           | 4 ++++
17862  7 files changed, 30 insertions(+), 10 deletions(-)
17863
17864 commit 46a863d91dbcc9a4c796e3715ea3828939f4d941
17865 Author: Behdad Esfahbod <behdad@behdad.org>
17866 Date:   Sun Oct 27 23:24:50 2013 +0100
17867
17868     [indic] Adjust pref reordering logic
17869
17870     For Javanese (pref_len == 1) only reorder if it didn't ligate.  That's
17871     sensible, and what the spec says.  For other Indic (pref_len > 1)
17872     only reorder if ligated.
17873
17874     Doesn't change any test numbers.
17875
17876  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
17877  1 file changed, 7 insertions(+), 2 deletions(-)
17878
17879 commit 6b03e3c724ec6cd255f4a323bf4aa7d8c93a056e
17880 Author: Behdad Esfahbod <behdad@behdad.org>
17881 Date:   Sun Oct 27 21:04:55 2013 +0100
17882
17883     Optimize fallback kerning
17884
17885     Patch from Jonathan Kew.  "These changes seem to yield a small but
17886     just-about-measurable improvement with old fonts that lack GPOS
17887     kerning."
17888
17889  src/hb-ot-shape-fallback.cc | 47
17890  ++++++++++++++++++++++++++++-----------------
17891  1 file changed, 29 insertions(+), 18 deletions(-)
17892
17893 commit 133eeba6a32769ec1a7520e7c8a0d2eb1ad986f8
17894 Author: Behdad Esfahbod <behdad@behdad.org>
17895 Date:   Sun Oct 27 00:24:59 2013 +0200
17896
17897     Minor
17898
17899     See:
17900     https://github.com/prezi/harfbuzz-js/pull/1/files#r7032397
17901
17902  src/hb-common.h | 2 +-
17903  1 file changed, 1 insertion(+), 1 deletion(-)
17904
17905 commit a74f0de225c403998212e2618dcf9452bc5b590d
17906 Author: Behdad Esfahbod <behdad@behdad.org>
17907 Date:   Thu Oct 24 11:46:33 2013 +0200
17908
17909     [indic] Fix CM2, really
17910
17911     Followup from 6e613f3365bf4e9fd778758c53e7de00c64beca1.
17912
17913  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
17914  1 file changed, 1 insertion(+), 1 deletion(-)
17915
17916 commit 6e613f3365bf4e9fd778758c53e7de00c64beca1
17917 Author: Behdad Esfahbod <behdad@behdad.org>
17918 Date:   Wed Oct 23 23:34:13 2013 +0200
17919
17920     Fix "shift count >= width of type" issue
17921
17922  src/hb-ot-shape-complex-indic-private.hh | 2 +-
17923  1 file changed, 1 insertion(+), 1 deletion(-)
17924
17925 commit ac8cd511911c7dca6222d14fa758bff75d601567
17926 Author: Behdad Esfahbod <behdad@behdad.org>
17927 Date:   Fri Oct 18 19:33:09 2013 +0200
17928
17929     Refactor
17930
17931  src/hb-ot-layout-gpos-table.hh | 120
17932  ++++++++++++++++++++++-------------------
17933  src/hb-ot-layout.cc            |  31 +++++------
17934  src/hb-ot-shape-normalize.cc   |  29 +++++-----
17935  src/hb-ot-shape.cc             |  82 ++++++++++++++++------------
17936  4 files changed, 145 insertions(+), 117 deletions(-)
17937
17938 commit 0f3fe37fccfb540437adf13dd580f2c5164a0b1f
17939 Author: Behdad Esfahbod <behdad@behdad.org>
17940 Date:   Fri Oct 18 19:14:22 2013 +0200
17941
17942     Comment
17943
17944  src/hb-ot-layout-private.hh | 1 +
17945  1 file changed, 1 insertion(+)
17946
17947 commit ddce2d8df6fed9c033f1f13e235666680c5beb67
17948 Author: Behdad Esfahbod <behdad@behdad.org>
17949 Date:   Fri Oct 18 18:07:11 2013 +0200
17950
17951     [indic] Improve positioning of post-base bells and whistles
17952
17953     Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not
17954     provide
17955     same results as Windows8
17956     https://bugs.freedesktop.org/show_bug.cgi?id=58714
17957
17958     Test with U+0CB0,U+200D,U+0CCD,U+0C95,U+0CBF and tunga.ttf.
17959
17960     Improves some scripts.  Improves Bengali too, but numbers
17961     are up because we produce better results than Uniscribe for some
17962     sequences now.
17963
17964     New numbers:
17965     BENGALI: 353724 out of 354188 tests passed. 464 failed (0.131004%)
17966     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
17967     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
17968     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
17969     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
17970     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
17971     MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed
17972     (0.0185056%)
17973     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
17974     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
17975     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
17976     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
17977
17978  src/hb-ot-shape-complex-indic.cc | 19 ++++++++++---------
17979  1 file changed, 10 insertions(+), 9 deletions(-)
17980
17981 commit d5bd0590ae2fbc7b0dee86385a565aef00ffb835
17982 Author: Behdad Esfahbod <behdad@behdad.org>
17983 Date:   Fri Oct 18 16:44:54 2013 +0200
17984
17985     Zero marks by GDEF for Tibetan
17986
17987     See:
17988     http://lists.freedesktop.org/archives/harfbuzz/2013-April/003101.html
17989
17990  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
17991  src/hb-ot-shape-complex-arabic.cc    | 10 +++++++---
17992  src/hb-ot-shape-complex-default.cc   | 17 ++++++++++++++++-
17993  src/hb-ot-shape-complex-indic.cc     |  8 +++++++-
17994  src/hb-ot-shape-complex-myanmar.cc   | 15 ++++++++++-----
17995  src/hb-ot-shape-complex-private.hh   |  8 ++++++--
17996  src/hb-ot-shape-complex-sea.cc       | 14 ++++++++++----
17997  src/hb-ot-shape-complex-thai.cc      |  9 ++++++++-
17998  src/hb-ot-shape.cc                   |  4 ++--
17999  9 files changed, 68 insertions(+), 21 deletions(-)
18000
18001 commit bf029281b1b0f854f671969ab40eac3046a111bd
18002 Author: Behdad Esfahbod <behdad@behdad.org>
18003 Date:   Fri Oct 18 16:20:13 2013 +0200
18004
18005     Bug 65258 - [...] Mongolian with free variation selector
18006
18007  src/hb-ot-shape-complex-arabic.cc | 3 ++-
18008  1 file changed, 2 insertions(+), 1 deletion(-)
18009
18010 commit 0193649ce4ca78b8e2835a50bd51ee594cffe34e
18011 Author: Behdad Esfahbod <behdad@behdad.org>
18012 Date:   Fri Oct 18 16:08:53 2013 +0200
18013
18014     [otfallback] Don't shift down above-marks too much
18015
18016     This seems to generate much better, almost-perfect, positioning for
18017     Arabic as well as Latin above marks.
18018
18019  src/hb-ot-shape-fallback.cc | 10 +++++++++-
18020  1 file changed, 9 insertions(+), 1 deletion(-)
18021
18022 commit dba9580237da788275b1ab5fe6be75c8a3f359b9
18023 Author: Behdad Esfahbod <behdad@behdad.org>
18024 Date:   Fri Oct 18 15:57:36 2013 +0200
18025
18026     [otfallback] Never fallback-position a below-mark upwards
18027
18028     Test with WinXP times.ttf and U+05D9,U+05B5.
18029
18030  src/hb-ot-shape-fallback.cc | 6 ++++++
18031  1 file changed, 6 insertions(+)
18032
18033 commit 8177da29ad07d8fa444ce07003fa65cd31a2776b
18034 Author: Behdad Esfahbod <behdad@behdad.org>
18035 Date:   Fri Oct 18 15:50:29 2013 +0200
18036
18037     Minor
18038
18039  src/hb-ot-shape-fallback.cc | 4 ++--
18040  1 file changed, 2 insertions(+), 2 deletions(-)
18041
18042 commit c16012e9019ec59c2200a3cc29b8a37ea70eda70
18043 Author: Behdad Esfahbod <behdad@behdad.org>
18044 Date:   Fri Oct 18 02:27:00 2013 +0200
18045
18046     [indic] Add Javanese support!
18047
18048     Seems to be working just fine!
18049
18050  src/hb-ot-shape-complex-indic-machine.rl | 14 ++++++------
18051  src/hb-ot-shape-complex-indic-private.hh | 37
18052  ++++++++++++++++----------------
18053  src/hb-ot-shape-complex-indic.cc         |  9 ++++++--
18054  3 files changed, 34 insertions(+), 26 deletions(-)
18055
18056 commit 755b44cce6dc23376a3cf0212893609231fa4967
18057 Author: Behdad Esfahbod <behdad@behdad.org>
18058 Date:   Fri Oct 18 11:17:42 2013 +0200
18059
18060     [ft] Round metrics instead of truncate
18061
18062     Lohit-Punjabi has a upem of 769!  We were losing one unit in our
18063     code, and FreeType is losing another one...  Test with U+0A06.
18064     Has an advance of 854 in the font.  We were producing 852.
18065     Now we do 853, which is what FreeType is telling us.
18066
18067  src/hb-ft.cc | 8 ++++----
18068  1 file changed, 4 insertions(+), 4 deletions(-)
18069
18070 commit 9a49351cc2625de16a73e0e153d3097ef6c7cc0f
18071 Author: Behdad Esfahbod <behdad@behdad.org>
18072 Date:   Fri Oct 18 02:14:53 2013 +0200
18073
18074     [indic] Swith pref logic to use _hb_glyph_info_substituted()
18075
18076     See comments from caveat!  Seems to work fine.
18077
18078     This is useful for Javanese which has an atomically encoded pre-base
18079     reordering Ra which should only be reordered if it was substituted
18080     by the pref feature.
18081
18082  src/hb-ot-shape-complex-indic.cc | 6 ++++--
18083  1 file changed, 4 insertions(+), 2 deletions(-)
18084
18085 commit f175aa33c5e94397c60648ac0697c80f5fe0dcb7
18086 Author: Behdad Esfahbod <behdad@behdad.org>
18087 Date:   Fri Oct 18 02:07:44 2013 +0200
18088
18089     [indic] Fix compiler warnings
18090
18091  src/hb-ot-shape-complex-indic.cc | 4 ++--
18092  1 file changed, 2 insertions(+), 2 deletions(-)
18093
18094 commit 857027341423f15fd6084c7563cc355b06e7cbdd
18095 Author: Behdad Esfahbod <behdad@behdad.org>
18096 Date:   Fri Oct 18 01:11:05 2013 +0200
18097
18098     [otlayout] Add _hb_glyph_info_substituted()
18099
18100     Currently unused.
18101
18102  src/hb-ot-layout-private.hh | 6 ++++++
18103  1 file changed, 6 insertions(+)
18104
18105 commit a1f7b2856184959e965c9c2b80363f9f46d486a7
18106 Author: Behdad Esfahbod <behdad@behdad.org>
18107 Date:   Fri Oct 18 01:09:08 2013 +0200
18108
18109     [otlayout] Switch over from old is_a_ligature() to IS_LIGATED
18110
18111     Impact should be minimal and positive.
18112
18113  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
18114  src/hb-ot-layout-private.hh          | 12 +++++++++---
18115  src/hb-ot-shape-complex-indic.cc     |  4 ++--
18116  src/hb-ot-shape-complex-myanmar.cc   |  2 +-
18117  src/hb-ot-shape.cc                   |  2 +-
18118  5 files changed, 14 insertions(+), 8 deletions(-)
18119
18120 commit 09675a8115b9d77261c33940401aa919cede8662
18121 Author: Behdad Esfahbod <behdad@behdad.org>
18122 Date:   Fri Oct 18 01:05:58 2013 +0200
18123
18124     [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_LIGATED
18125
18126     Currently unused.
18127
18128  src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++++-----
18129  src/hb-ot-layout-private.hh          |  5 ++++-
18130  2 files changed, 14 insertions(+), 6 deletions(-)
18131
18132 commit 05ad6b50ac0a1b9a8da10d2ee2238068b7811e7d
18133 Author: Behdad Esfahbod <behdad@behdad.org>
18134 Date:   Fri Oct 18 00:45:59 2013 +0200
18135
18136     [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED
18137
18138     Currently unused.
18139
18140  src/hb-ot-layout-gsubgpos-private.hh |  5 +++--
18141  src/hb-ot-layout-private.hh          | 10 ++++++----
18142  2 files changed, 9 insertions(+), 6 deletions(-)
18143
18144 commit 101303dbf7cf15d044bf2518f14b3aec65970fea
18145 Author: Behdad Esfahbod <behdad@behdad.org>
18146 Date:   Fri Oct 18 00:42:39 2013 +0200
18147
18148     [otlayout] More shuffling around
18149
18150  src/hb-ot-layout-gpos-table.hh       | 16 +++----
18151  src/hb-ot-layout-gsub-table.hh       | 13 +++--
18152  src/hb-ot-layout-gsubgpos-private.hh |  8 ++--
18153  src/hb-ot-layout-private.hh          | 92
18154  ++++++++++++++++++++++++++++++++----
18155  src/hb-ot-shape.cc                   |  8 ++--
18156  5 files changed, 102 insertions(+), 35 deletions(-)
18157
18158 commit 91689de2603e4151e2a2d3a3852c61667f0c6264
18159 Author: Behdad Esfahbod <behdad@behdad.org>
18160 Date:   Fri Oct 18 00:21:59 2013 +0200
18161
18162     [otlayout] Add _hb_glyph_info_set_glyph_props()
18163
18164     No functional change.
18165
18166  src/hb-ot-layout-gsub-table.hh       | 2 +-
18167  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
18168  src/hb-ot-layout-private.hh          | 9 +++++++++
18169  src/hb-ot-shape.cc                   | 8 +++++---
18170  4 files changed, 17 insertions(+), 6 deletions(-)
18171
18172 commit a0161746589934e93c3b115814bbd81f56ab962f
18173 Author: Behdad Esfahbod <behdad@behdad.org>
18174 Date:   Fri Oct 18 00:06:30 2013 +0200
18175
18176     [otlayout] Simplify set_class() usage
18177
18178  src/hb-ot-layout-gsubgpos-private.hh | 31 ++++++++++++++++++-------------
18179  1 file changed, 18 insertions(+), 13 deletions(-)
18180
18181 commit 3ddf892b5328b74afb6e7d9da727d8771ca5d288
18182 Author: Behdad Esfahbod <behdad@behdad.org>
18183 Date:   Fri Oct 18 00:02:43 2013 +0200
18184
18185     [otlayout] Renaming
18186
18187  src/hb-ot-layout-gpos-table.hh       | 18 +++++++-------
18188  src/hb-ot-layout-gsub-table.hh       |  2 +-
18189  src/hb-ot-layout-gsubgpos-private.hh | 36 +++++++++++++--------------
18190  src/hb-ot-layout-private.hh          | 48
18191  +++++++++++++++++++++---------------
18192  src/hb-ot-shape-complex-indic.cc     |  5 ++--
18193  src/hb-ot-shape-complex-myanmar.cc   |  2 +-
18194  src/hb-ot-shape-fallback.cc          |  8 +++---
18195  src/hb-ot-shape.cc                   |  2 +-
18196  8 files changed, 65 insertions(+), 56 deletions(-)
18197
18198 commit 2e96d2c6ee34142375373be07217c9953e7822cc
18199 Author: Behdad Esfahbod <behdad@behdad.org>
18200 Date:   Thu Oct 17 21:16:20 2013 +0200
18201
18202     [otlayout] More shuffling
18203
18204  src/hb-ot-layout-private.hh | 252
18205  +++++++++++++++++++++++---------------------
18206  1 file changed, 130 insertions(+), 122 deletions(-)
18207
18208 commit 469524692bd0a258b28e63294c984e677a9c2477
18209 Author: Behdad Esfahbod <behdad@behdad.org>
18210 Date:   Thu Oct 17 21:01:57 2013 +0200
18211
18212     [otlayout] Code shuffling
18213
18214  src/hb-ot-layout-private.hh | 16 ++++++++--------
18215  1 file changed, 8 insertions(+), 8 deletions(-)
18216
18217 commit 11fb16cb849285a178d9e80991b1d60a960326ee
18218 Author: Behdad Esfahbod <behdad@behdad.org>
18219 Date:   Thu Oct 17 20:57:57 2013 +0200
18220
18221     Use unsigned enums for mask types
18222
18223  src/hb-buffer.h             | 16 ++++++++--------
18224  src/hb-ot-layout-private.hh |  8 ++++----
18225  2 files changed, 12 insertions(+), 12 deletions(-)
18226
18227 commit 03058c3d1e8c18858c1e0b0c738ce9d299f2787a
18228 Author: Behdad Esfahbod <behdad@behdad.org>
18229 Date:   Thu Oct 17 20:55:34 2013 +0200
18230
18231     [otlayout] Remove two unused HB_OT_LAYOUT_GLYPH_PROPS_* values
18232
18233  src/hb-ot-layout-gdef-table.hh | 1 -
18234  src/hb-ot-layout-gsub-table.hh | 3 ++-
18235  src/hb-ot-layout-private.hh    | 7 +++++--
18236  3 files changed, 7 insertions(+), 4 deletions(-)
18237
18238 commit 941b6992042e7b73b3a2aab1448383adf33bef28
18239 Author: Behdad Esfahbod <behdad@behdad.org>
18240 Date:   Thu Oct 17 20:47:33 2013 +0200
18241
18242     [otlayout] Remove unused HB_OT_LAYOUT_GLYPH_PROPS_UNCLASSIFIED
18243
18244  src/hb-ot-layout-gdef-table.hh |  7 +++++--
18245  src/hb-ot-layout-private.hh    | 10 ++++------
18246  2 files changed, 9 insertions(+), 8 deletions(-)
18247
18248 commit 8f9ec92dfce5c469fb85ad301296b5dde1b2ab0a
18249 Author: Behdad Esfahbod <behdad@behdad.org>
18250 Date:   Thu Oct 17 19:52:47 2013 +0200
18251
18252     [indic] Adjust Javanese base algorithm
18253
18254  src/hb-ot-shape-complex-indic.cc | 2 +-
18255  1 file changed, 1 insertion(+), 1 deletion(-)
18256
18257 commit 49901862e36e1c153835877a9f1183729333bbbe
18258 Author: Behdad Esfahbod <behdad@behdad.org>
18259 Date:   Thu Oct 17 19:48:51 2013 +0200
18260
18261     [otlayout] Guard against use of ReverseChain through Context
18262
18263  src/hb-ot-layout-gsub-table.hh | 4 +++-
18264  src/hb-ot-layout.cc            | 4 ++--
18265  2 files changed, 5 insertions(+), 3 deletions(-)
18266
18267 commit 74f4bbf0560a5fd2d295e100e96f0c6c7033e852
18268 Author: Behdad Esfahbod <behdad@behdad.org>
18269 Date:   Thu Oct 17 19:07:53 2013 +0200
18270
18271     [indic] Towards supporting atomicly-encoded prebase-reorderings
18272
18273  src/hb-ot-shape-complex-indic.cc | 65
18274  ++++++++++++++++++++++++----------------
18275  1 file changed, 40 insertions(+), 25 deletions(-)
18276
18277 commit efed40b975110d78c9c505441e7e17a8c13e85c8
18278 Author: Behdad Esfahbod <behdad@behdad.org>
18279 Date:   Thu Oct 17 18:50:11 2013 +0200
18280
18281     [indic] Minor refactoring of reph handling
18282
18283  src/hb-ot-shape-complex-indic.cc | 14 ++++++++------
18284  src/hb-ot-shape-complex-sea.cc   |  2 +-
18285  2 files changed, 9 insertions(+), 7 deletions(-)
18286
18287 commit 684fe59ff858a0ecba71b3ed80378afb0b8bbb48
18288 Author: Behdad Esfahbod <behdad@behdad.org>
18289 Date:   Thu Oct 17 18:30:06 2013 +0200
18290
18291     [indic] Minor refactoring of would_substitute()
18292
18293  src/hb-ot-shape-complex-indic.cc | 19 ++++++++++---------
18294  1 file changed, 10 insertions(+), 9 deletions(-)
18295
18296 commit 321df83fb4f0b8a5310888129cb70bfda8ae0c96
18297 Author: Behdad Esfahbod <behdad@behdad.org>
18298 Date:   Thu Oct 17 18:16:14 2013 +0200
18299
18300     Route Buginese through the SEA shaper
18301
18302     Both Indic and SEA seem to do it just fine, but SEA is much
18303     simpler.
18304
18305  src/hb-ot-shape-complex-private.hh | 4 +---
18306  1 file changed, 1 insertion(+), 3 deletions(-)
18307
18308 commit b5a0f69e47ace468b06e21cf069a18ddcfcf6064
18309 Author: Behdad Esfahbod <behdad@behdad.org>
18310 Date:   Thu Oct 17 18:04:23 2013 +0200
18311
18312     [indic] Pass zero-context=false to would_substitute for newer scripts
18313
18314     For scripts without an old/new spec distinction, use
18315     zero-context=false.
18316     This changes behavior in Sinhala / Khmer, but doesn't seem to regress.
18317     This will be useful and used in Javanese.
18318
18319  src/hb-ot-shape-complex-indic.cc | 35 +++++++++++++++++++----------------
18320  1 file changed, 19 insertions(+), 16 deletions(-)
18321
18322 commit c4e71ff36d1f86a6ea56539728a964d97217e2b6
18323 Author: Behdad Esfahbod <behdad@behdad.org>
18324 Date:   Thu Oct 17 17:04:47 2013 +0200
18325
18326     [indic] Clean up Khmer and Sinhala base finding algorithm
18327
18328  src/hb-ot-shape-complex-indic.cc | 24 +++++++++++-------------
18329  1 file changed, 11 insertions(+), 13 deletions(-)
18330
18331 commit e10453e6fb2544724ccd7ddfdbb9de90ef9274ce
18332 Author: Behdad Esfahbod <behdad@behdad.org>
18333 Date:   Thu Oct 17 16:49:06 2013 +0200
18334
18335     [indic] Add BASE_POS_LAST_SINHALA
18336
18337     Previously we planted this into the mode used for Khmer.  There's not
18338     really much in common between the two, so separate again.
18339
18340  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++++++--
18341  1 file changed, 19 insertions(+), 2 deletions(-)
18342
18343 commit 9ac6b01e0cd8e2d66dfc727157f45b615bc77109
18344 Author: Behdad Esfahbod <behdad@behdad.org>
18345 Date:   Thu Oct 17 16:27:38 2013 +0200
18346
18347     [indic] Adjust Sinhala cluster merging under uniscribe
18348
18349     Similar to 190c8f2b60af0851bf692f653c1604cfbf0561a5 but for
18350     Sinhala.
18351
18352  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++++++++-------
18353  1 file changed, 16 insertions(+), 7 deletions(-)
18354
18355 commit 3c3df9cba13fec2c35e0e7ae587d9699ac0c37f5
18356 Author: Behdad Esfahbod <behdad@behdad.org>
18357 Date:   Thu Oct 17 13:58:31 2013 +0200
18358
18359     [otlayout] Minor
18360
18361  src/hb-ot-layout-gsubgpos-private.hh | 62
18362  +++++++++++++++++++-----------------
18363  1 file changed, 33 insertions(+), 29 deletions(-)
18364
18365 commit 6cc136f7531a45e71ea08a7dc8a2187172cb813d
18366 Author: Behdad Esfahbod <behdad@behdad.org>
18367 Date:   Thu Oct 17 13:55:48 2013 +0200
18368
18369     [otlayout] Minor
18370
18371  src/hb-ot-layout-gsubgpos-private.hh | 14 ++++++--------
18372  1 file changed, 6 insertions(+), 8 deletions(-)
18373
18374 commit ba6ddc421e5e440231c2ece2db1363f8e6d2ecbf
18375 Author: Behdad Esfahbod <behdad@behdad.org>
18376 Date:   Thu Oct 17 13:52:51 2013 +0200
18377
18378     [otlayout] Increase MAX_CONTEXT_LENGTH
18379
18380     It's cheap.
18381
18382  src/hb-ot-layout-common-private.hh | 2 +-
18383  1 file changed, 1 insertion(+), 1 deletion(-)
18384
18385 commit e714fe6d6a2633494cb1fa7170a32ca2638cbb51
18386 Author: Behdad Esfahbod <behdad@behdad.org>
18387 Date:   Thu Oct 17 13:49:51 2013 +0200
18388
18389     [otlayout] Simplify ligate_input()
18390
18391     Shouldn't change behavior at all, but is faster / more robust.
18392
18393  src/hb-ot-layout-gsub-table.hh       | 16 +++++++---------
18394  src/hb-ot-layout-gsubgpos-private.hh | 17 +++++++----------
18395  2 files changed, 14 insertions(+), 19 deletions(-)
18396
18397 commit 6b2abdcd203204131f3017ca85c91de9d43959cd
18398 Author: Behdad Esfahbod <behdad@behdad.org>
18399 Date:   Thu Oct 17 13:15:43 2013 +0200
18400
18401     [indic] Improve clusters in presence of reph
18402
18403  src/hb-ot-shape-complex-indic.cc | 5 +----
18404  1 file changed, 1 insertion(+), 4 deletions(-)
18405
18406 commit 42d0f55cbc68285e22d713df7062e520af708c82
18407 Author: Behdad Esfahbod <behdad@behdad.org>
18408 Date:   Thu Oct 17 13:05:05 2013 +0200
18409
18410     [indic] Apply calt,clig in the same stage as presentation features
18411
18412     Whic means these twp are applied per-syllable now.  Apparently
18413     in some Khmer fonts the clig interacts with presentation features.
18414
18415     Test case: U+1781,U+17D2,U+1789,U+17BB,U+17C6 with Mondulkiri-R.ttf
18416     should produce one big ligature.
18417
18418  src/hb-ot-shape-complex-indic.cc | 4 ++++
18419  1 file changed, 4 insertions(+)
18420
18421 commit ae9a5834df477006686421d494b55a1569789327
18422 Author: Behdad Esfahbod <behdad@behdad.org>
18423 Date:   Thu Oct 17 12:24:55 2013 +0200
18424
18425     [indic] Fix pref vs blwf interaction
18426
18427     If a glyph can be both blwf and pref, we were wrongly sorting it
18428     in the post position instead of below position.
18429
18430  src/hb-ot-shape-complex-indic.cc | 6 +++---
18431  1 file changed, 3 insertions(+), 3 deletions(-)
18432
18433 commit c7dacac02cfe8526eaf131ce6c5e7b6df7ca2ccd
18434 Author: Behdad Esfahbod <behdad@behdad.org>
18435 Date:   Thu Oct 17 12:20:24 2013 +0200
18436
18437     [indic] Don't apply blwf before base under old-spec mode
18438
18439     Test case: U+09AC,U+09CD,U+09A6 with Lohit-Bengali 2.5.3.
18440
18441  src/hb-ot-shape-complex-indic.cc | 3 ++-
18442  1 file changed, 2 insertions(+), 1 deletion(-)
18443
18444 commit da72042c52ed3cc0ee19d3eabb8db7c7dd34d3ed
18445 Author: Behdad Esfahbod <behdad@behdad.org>
18446 Date:   Thu Oct 17 12:01:50 2013 +0200
18447
18448     [otlayout] Fix up recent Context matching change
18449
18450     Commit 6b65a76b40522a4f57a6fedcbdfc5a4d736f1d3c.  "end" was becoming
18451     negative.  Was trigerred by Lohit-Kannada 2.5.3 and the sequence:
18452     U+0CB0,U+200D,U+0CBE,U+0CB7,U+0CCD,U+0C9F,U+0CCD,U+0CB0,U+0C97,U+0CB3
18453     Two glyphs were being duplicated.
18454
18455  src/hb-buffer.cc                     | 7 ++++++-
18456  src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
18457  2 files changed, 8 insertions(+), 2 deletions(-)
18458
18459 commit 1a7de1ba9876b0554c758acbc6459366d9d98a5d
18460 Author: Behdad Esfahbod <behdad@behdad.org>
18461 Date:   Wed Oct 16 19:55:06 2013 +0200
18462
18463     [indic] Improve Avagraha support in machine
18464
18465  src/hb-ot-shape-complex-indic-machine.rl | 6 ++++--
18466  1 file changed, 4 insertions(+), 2 deletions(-)
18467
18468 commit 3756efaf4e14ec3b5b1def700a1b5985f162372b
18469 Author: Behdad Esfahbod <behdad@behdad.org>
18470 Date:   Wed Oct 16 19:06:29 2013 +0200
18471
18472     [indic] Misc harmless fixes!
18473
18474     First, we were abusing OT_VD instead of OT_A.  Fix that
18475     but moving OT_A in the grammar where it belongs (which
18476     is different from what the spec says).
18477
18478     Also, only allow medial consonants after all other
18479     consonants.  This doesn't affect any current character.
18480
18481     Finally, fix Halant attachment in presence of medial
18482     consonants.  Again, this currently doesn't affect any
18483     sequence.
18484
18485     I lied.  There's Gurmukhi U+0A75 which is Consonant_Medial.
18486     Uniscribe allows one of those in each of these positions:
18487     before matras, after matras and before syllable modifiers,
18488     and after syllable modifiers!  We currently just allow
18489     unlimited numbers of it, before matras.
18490
18491  src/hb-ot-shape-complex-indic-machine.rl |  8 ++++----
18492  src/hb-ot-shape-complex-indic-private.hh |  2 +-
18493  src/hb-ot-shape-complex-indic.cc         | 11 ++++++-----
18494  3 files changed, 11 insertions(+), 10 deletions(-)
18495
18496 commit c52ddab72e025d1bee8274c8f3416208b12f68f1
18497 Author: Behdad Esfahbod <behdad@behdad.org>
18498 Date:   Wed Oct 16 13:42:38 2013 +0200
18499
18500     [arabic] Make ZWJ prevent ligatures instead of facilitating it
18501
18502     Unicode 6.2.0 Section 16.2 / Figure 16.3 says:
18503
18504     "For backward compatibility, between Arabic characters a ZWJ acts just
18505     like the sequence <ZWJ, ZWNJ, ZWJ>, preventing a ligature from forming
18506     instead of requesting the use of a ligature that would not normally be
18507     used. As a result, there is no plain text mechanism for requesting the
18508     use of a ligature in Arabic text."
18509
18510     As such, we flip internal zwj to zwnj flags for GSUB matching, which
18511     means it will block ligation in all features, unless the font
18512     explicitly matches U+200D glyph.  This doesn't affect joining
18513     behavior.
18514
18515  src/hb-ot-layout-private.hh       |  6 ++++++
18516  src/hb-ot-shape-complex-arabic.cc | 18 ++++++++++++++++++
18517  2 files changed, 24 insertions(+)
18518
18519 commit 1a31f9f820c4538015ddaf4ca2b790649c5997ed
18520 Author: Behdad Esfahbod <behdad@behdad.org>
18521 Date:   Wed Oct 16 13:42:18 2013 +0200
18522
18523     [otlayout] Minor
18524
18525  src/hb-ot-layout-private.hh | 23 +++++++++++++++--------
18526  1 file changed, 15 insertions(+), 8 deletions(-)
18527
18528 commit 28d5daec948e1a24f13e492ce301aeb9abff37c8
18529 Author: Behdad Esfahbod <behdad@behdad.org>
18530 Date:   Wed Oct 16 12:32:12 2013 +0200
18531
18532     [indic] More granular post-base cluster merging!
18533
18534  src/hb-ot-shape-complex-indic.cc | 45
18535  ++++++++++++++++++++++++++++++++++------
18536  1 file changed, 39 insertions(+), 6 deletions(-)
18537
18538 commit 9cb59d460e80d769087045535a8d54ec9ed7985c
18539 Author: Behdad Esfahbod <behdad@behdad.org>
18540 Date:   Wed Oct 16 11:34:07 2013 +0200
18541
18542     [indic] Fix cluster merging of left matras
18543
18544     The merge_clusters there was totally broken.
18545
18546  src/hb-ot-shape-complex-indic.cc | 2 +-
18547  1 file changed, 1 insertion(+), 1 deletion(-)
18548
18549 commit 190c8f2b60af0851bf692f653c1604cfbf0561a5
18550 Author: Behdad Esfahbod <behdad@behdad.org>
18551 Date:   Wed Oct 16 11:33:18 2013 +0200
18552
18553     [indic] Adjust cluster merging under uniscribe mode for Tamil
18554
18555     Apparently Uniscribe Tamil shaper doesn't ship chubby clusters
18556     for Tamil.  Adjust to that.
18557
18558  src/hb-ot-shape-complex-indic.cc | 4 ++--
18559  1 file changed, 2 insertions(+), 2 deletions(-)
18560
18561 commit 5c558877da5db8c734ba072f01e5e4797876619c
18562 Author: Behdad Esfahbod <behdad@behdad.org>
18563 Date:   Wed Oct 16 11:14:15 2013 +0200
18564
18565     [indic] Allow up to two syllable modifiers
18566
18567     Bug 70509 - Candrabindu+Visarga doesn't work in Devanagari
18568     https://bugs.freedesktop.org/show_bug.cgi?id=70509
18569
18570     We categorize both bindus and visarga as syllable-modifiers.
18571     OT spec doesn't actually say what characters go in the syllable
18572     modifier category, and allows one.  We just allow up to two now.
18573
18574     Test case: U+0930,U+0941,U+0901,U+0903
18575
18576     Uniscribe currently doesn't support that and produces a
18577     dotted circle.
18578
18579  src/hb-ot-shape-complex-indic-machine.rl                                |
18580  2 +-
18581  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt    |
18582  1 +
18583  2 files changed, 2 insertions(+), 1 deletion(-)
18584
18585 commit f5299eff5c0065d6329cd536c0ac339abea085b0
18586 Author: Behdad Esfahbod <behdad@behdad.org>
18587 Date:   Tue Oct 15 18:13:07 2013 +0200
18588
18589     [indic] Simplify reph logic
18590
18591     *Shouldn't* break anything.
18592
18593  src/hb-ot-shape-complex-indic.cc | 11 +++--------
18594  1 file changed, 3 insertions(+), 8 deletions(-)
18595
18596 commit 65a929b1c033e91919c931b495a775f76b6dcbb3
18597 Author: Behdad Esfahbod <behdad@behdad.org>
18598 Date:   Tue Oct 15 18:08:05 2013 +0200
18599
18600     [indic] If Malayalam dot-reph formed a ligature, don't move it
18601
18602     Rachana-0.6 implements dot-reph by ligation, so we shouldn't move it.
18603     Uniscribe doesn't either.  Test case:
18604
18605       U+0D4E,U+0D1A,U+0D4D,U+0D1A,U+0D4D
18606
18607  src/hb-ot-shape-complex-indic.cc                   | 23
18608  ++++++++++++++++------
18609  .../indic/script-malayalam/misc/dot-reph.txt       |  3 +++
18610  2 files changed, 20 insertions(+), 6 deletions(-)
18611
18612 commit a01cbf6cbe0021722302cfb58fb638a0a2427b26
18613 Author: Behdad Esfahbod <behdad@behdad.org>
18614 Date:   Tue Oct 15 16:37:53 2013 +0200
18615
18616     [indic] Harmless reordering of Khmer features!
18617
18618  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
18619  1 file changed, 6 insertions(+), 4 deletions(-)
18620
18621 commit c46f406973024051877e867b93614942ff80c107
18622 Author: Behdad Esfahbod <behdad@behdad.org>
18623 Date:   Tue Oct 15 16:24:21 2013 +0200
18624
18625     [tests] Remove Myanmar micro-font and test
18626
18627  .../sha1sum/ceadd106a8205214fbe7337ef9de32a862b59762.ttf | Bin 3040 ->
18628  0 bytes
18629  test/shaping/tests/context-matching.tests                |   1 -
18630  2 files changed, 1 deletion(-)
18631
18632 commit eb10233b267909dee0245f126000e117f3b21c35
18633 Author: Behdad Esfahbod <behdad@behdad.org>
18634 Date:   Tue Oct 15 15:26:44 2013 +0200
18635
18636     [indic] Apply 'kern' for all scripts except for Khmer in Uniscribe
18637     mode
18638
18639     Seems to better match Uniscribe.
18640
18641     Note: NotoSansTelugu-Regular has kern feature, so this fixes most
18642     of the
18643     positioning failures there, except for the kern pairs blocked by a
18644     (non-)joiner, in which case we (correctly) kern, but Uniscribe
18645     doesn't.
18646
18647  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
18648  1 file changed, 9 insertions(+), 2 deletions(-)
18649
18650 commit 30145272a7d428bc62a903388bd7be43f4da7fc3
18651 Author: Behdad Esfahbod <behdad@behdad.org>
18652 Date:   Tue Oct 15 13:47:27 2013 +0200
18653
18654     [indic] Don't apply presentation features across syllables
18655
18656     More like Uniscribe...  We still allow user-defined features to
18657     work across syllables, but not pres,blws,abs,psts,etc.
18658
18659     This "regressed" Sinhala numbers by 11.  These are cases were
18660     there's Consonant followed by Ra,Halant,ZWJ at the of text.
18661     The Ra,Halant,ZWJ ends up forming reph, which is wrong...
18662     But before we were also ligating that reph with the previous
18663     consonant.  That's even more wrong.  That's also what Uniscribe
18664     does.
18665
18666     Current numbers:
18667
18668     BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
18669     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
18670     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
18671     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
18672     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
18673     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
18674     MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed
18675     (0.0185056%)
18676     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
18677     SINHALA: 271655 out of 271847 tests passed. 192 failed (0.070628%)
18678     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
18679     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
18680
18681  src/hb-ot-shape-complex-indic.cc                    | 21
18682  +++++++++++++++++----
18683  .../shaper-indic/indic/script-sinhala/misc/misc.txt |  1 +
18684  2 files changed, 18 insertions(+), 4 deletions(-)
18685
18686 commit 3c7b3641cfb00f2c4dcc0768b9854e4f4410d15f
18687 Author: Behdad Esfahbod <behdad@behdad.org>
18688 Date:   Tue Oct 15 11:21:01 2013 +0200
18689
18690     [indic] Handle Avagraha
18691
18692     It can come either at the end(ish!) of the syllable, or independently.
18693     When independent, it accepts a few bits and pieces.
18694
18695  src/hb-ot-shape-complex-indic-machine.rl                   |  5 ++++-
18696  src/hb-ot-shape-complex-indic-private.hh                   |  5 +++--
18697  src/hb-ot-shape-complex-indic.cc                           | 14
18698  +++++++++++++-
18699  .../shaper-indic/indic/script-devanagari/misc/misc.txt     |  1 +
18700  .../in-tree/shaper-indic/indic/script-telugu/misc/misc.txt |  1 +
18701  5 files changed, 22 insertions(+), 4 deletions(-)
18702
18703 commit 5e7432b8172473aa4dda3d51a79add9e97c2d2c1
18704 Author: Behdad Esfahbod <behdad@behdad.org>
18705 Date:   Tue Oct 15 12:28:23 2013 +0200
18706
18707     [myanmar] Apply abvm/blwm
18708
18709  src/hb-ot-shape-complex-myanmar.cc | 10 ++++++++++
18710  1 file changed, 10 insertions(+)
18711
18712 commit 8acbb6be271817c12d2ee0066b355e2fb0f9a934
18713 Author: Behdad Esfahbod <behdad@behdad.org>
18714 Date:   Tue Oct 15 12:15:49 2013 +0200
18715
18716     [indic] Some scripts like blwf applied to pre-base characters
18717
18718     ...while some don't!
18719
18720     Improved Bengali, Devanagari, Gurmukhi, Malayalam.
18721
18722     Updated numbers:
18723
18724     BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
18725     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
18726     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
18727     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
18728     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
18729     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
18730     MALAYALAM: 1048134 out of 1048334 tests passed. 200 failed
18731     (0.0190779%)
18732     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
18733     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
18734     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
18735     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
18736
18737  src/hb-ot-shape-complex-indic.cc | 33 ++++++++++++++++++++-------------
18738  1 file changed, 20 insertions(+), 13 deletions(-)
18739
18740 commit 2c85a3df0983f28aed77a0ea3bf2417ef65d4b84
18741 Author: Behdad Esfahbod <behdad@behdad.org>
18742 Date:   Mon Oct 14 19:41:52 2013 +0200
18743
18744     Fix issue with automake
18745
18746  test/shaping/Makefile.am | 2 +-
18747  1 file changed, 1 insertion(+), 1 deletion(-)
18748
18749 commit 6b65a76b40522a4f57a6fedcbdfc5a4d736f1d3c
18750 Author: Behdad Esfahbod <behdad@behdad.org>
18751 Date:   Mon Oct 14 18:51:39 2013 +0200
18752
18753     [otlayout] Fix (Chain)Context recursion!
18754
18755     Previously we only supported recursive sublookups with
18756     ascending indices.  We were also not correctly handling
18757     non-1-to-1 recursed lookups.
18758
18759     Fix all that!
18760
18761     Fixes the three tests in test/shaping/tests/context-matching.tests,
18762     which were derived from NotoSansBengali and NotoSansDevanagari
18763     among others.
18764
18765  src/hb-buffer-private.hh             |   4 +
18766  src/hb-buffer.cc                     |  46 ++++++++++
18767  src/hb-ot-layout-common-private.hh   |   1 +
18768  src/hb-ot-layout-gsub-table.hh       |   1 +
18769  src/hb-ot-layout-gsubgpos-private.hh | 157
18770  +++++++++++++++++------------------
18771  5 files changed, 127 insertions(+), 82 deletions(-)
18772
18773 commit 841e20d083aec8d814cd8d90aa6ab60127c0d1f2
18774 Author: Behdad Esfahbod <behdad@behdad.org>
18775 Date:   Mon Oct 14 18:47:51 2013 +0200
18776
18777     Add test suite for shaping results
18778
18779     The new test suite runs tests included under
18780     hb/test/shaping/tests/*.tests, which themselves reference
18781     font files stored by sha1sum under hb/test/shaping/fonts/sha1sum.
18782     The fonts are produced using a subsetter to only include glyphs
18783     needed to run the test.
18784
18785     Four initial tests are added for (Chain)Context matching,
18786     of which three currently fail.
18787
18788  test/shaping/Makefile.am                           |  10 +++++-
18789  .../4cce528e99f600ed9c25a2b69e32eb94a03b4ae8.ttf   | Bin 0 -> 1320 bytes
18790  .../ceadd106a8205214fbe7337ef9de32a862b59762.ttf   | Bin 0 -> 3040 bytes
18791  .../d629e7fedc0b350222d7987345fe61613fa3929a.ttf   | Bin 0 -> 1768 bytes
18792  .../f499fbc23865022234775c43503bba2e63978fe1.ttf   | Bin 0 -> 3564 bytes
18793  test/shaping/run-tests.sh                          |  34
18794  +++++++++++++++++++++
18795  test/shaping/tests/MANIFEST                        |   1 +
18796  test/shaping/tests/context-matching.tests          |   4 +++
18797  8 files changed, 48 insertions(+), 1 deletion(-)
18798
18799 commit e2dab69291a5d86fc90a8c273c458c16574eafb5
18800 Author: Behdad Esfahbod <behdad@behdad.org>
18801 Date:   Mon Oct 14 16:44:44 2013 +0200
18802
18803     Minor
18804
18805  test/shaping/hb_test_tools.py | 2 +-
18806  1 file changed, 1 insertion(+), 1 deletion(-)
18807
18808 commit 4e6e53db5da0a5da87ae732c3f9d01babf4ae6c2
18809 Author: Behdad Esfahbod <behdad@behdad.org>
18810 Date:   Mon Oct 14 13:06:36 2013 +0200
18811
18812     [otlayout] "Minor"
18813
18814  src/hb-ot-layout.cc | 1 +
18815  1 file changed, 1 insertion(+)
18816
18817 commit 9326d48e4309901e7e0b0e15230936a21ee3df72
18818 Author: Behdad Esfahbod <behdad@behdad.org>
18819 Date:   Thu Oct 10 20:04:42 2013 +0200
18820
18821     Don't use g_mapped_file_unref()
18822
18823     Was introduced in glib 2.22.
18824
18825  src/test-buffer-serialize.cc | 2 +-
18826  src/test-size-params.cc      | 2 +-
18827  src/test-would-substitute.cc | 2 +-
18828  src/test.cc                  | 2 +-
18829  util/options.cc              | 4 ++--
18830  5 files changed, 6 insertions(+), 6 deletions(-)
18831
18832 commit e152d1a27891bd1d9d46a9c028c026843bad384a
18833 Author: Behdad Esfahbod <behdad@behdad.org>
18834 Date:   Thu Oct 3 15:09:37 2013 -0400
18835
18836     0.9.22
18837
18838  NEWS         | 13 +++++++++++++
18839  configure.ac |  2 +-
18840  2 files changed, 14 insertions(+), 1 deletion(-)
18841
18842 commit 27674b4bb351e501373bd9994e4ba6546e465cf7
18843 Author: Behdad Esfahbod <behdad@behdad.org>
18844 Date:   Thu Oct 3 14:54:50 2013 -0400
18845
18846     [OTLayout] Protect against out-of-range lookup indices
18847
18848     Filter them out when compiling map.
18849
18850  src/hb-ot-layout.cc | 17 +++++++++++++++++
18851  src/hb-ot-layout.h  |  5 +++++
18852  src/hb-ot-map.cc    |  8 +++++++-
18853  3 files changed, 29 insertions(+), 1 deletion(-)
18854
18855 commit 6b4fdded94b7efb96c6e41cca4350878ed859ff1
18856 Author: Behdad Esfahbod <behdad@behdad.org>
18857 Date:   Mon Sep 30 13:48:19 2013 -0400
18858
18859     Update git.mk
18860
18861  git.mk | 20 +++++++++++++-------
18862  1 file changed, 13 insertions(+), 7 deletions(-)
18863
18864 commit 2a2b5b89ef3a606ba2996bc89fd1c577a6c98f40
18865 Author: M1cha <sigmaepsilon92@gmail.com>
18866 Date:   Mon Sep 30 08:55:52 2013 +0000
18867
18868     Cleanup Android.mk
18869     - use common src files for both static and shared libs
18870     - remove empty LOCAL_SHARED_LIBRARIES
18871
18872  Android.mk | 58
18873  +++++++++++++++++-----------------------------------------
18874  1 file changed, 17 insertions(+), 41 deletions(-)
18875
18876 commit 622bc3d829cab84c3a4148b88f2c91fee491ef39
18877 Merge: 3d2c4f0c d583df1e
18878 Author: Behdad Esfahbod <behdad@behdad.org>
18879 Date:   Sun Sep 29 13:31:58 2013 -0700
18880
18881     Merge pull request #4 from amarullz/master
18882
18883     Add build static library on Android.mk
18884
18885 commit 3d2c4f0c2ff8fab4262988aad65b170e5b479b20
18886 Author: Behdad Esfahbod <behdad@behdad.org>
18887 Date:   Fri Sep 27 17:06:29 2013 -0400
18888
18889     Fix hiding of default_ignorables if font doesn't have space glyph
18890
18891     Based on patch from Jonathan Kew.  See discussion on the list.
18892
18893  src/hb-ot-shape.cc | 40 ++++++++++++++++++++++++++++++----------
18894  1 file changed, 30 insertions(+), 10 deletions(-)
18895
18896 commit d583df1e78003f8f1039ad72331bf877b13d1ae5
18897 Author: Ahmad Amarullah <support@amarullz.com>
18898 Date:   Fri Sep 27 19:04:32 2013 +0700
18899
18900     Add build static library on Android.mk
18901
18902     Use UCDN instead ICU
18903     HAVE Freetype
18904
18905  Android.mk | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
18906  1 file changed, 50 insertions(+)
18907
18908 commit 078de49ca10285f6cd1452abd40f831a17af5d1a
18909 Author: Behdad Esfahbod <behdad@behdad.org>
18910 Date:   Thu Sep 26 18:26:43 2013 -0400
18911
18912     [util] Don't use g_array_unref()
18913
18914     Was introduced in glib 2.22.
18915
18916  util/view-cairo.hh | 2 +-
18917  1 file changed, 1 insertion(+), 1 deletion(-)
18918
18919 commit 48360ec03b225dfec5f90bc5cb93122203d2dd6b
18920 Author: Behdad Esfahbod <behdad@behdad.org>
18921 Date:   Thu Sep 26 16:48:42 2013 -0400
18922
18923     Bug 68990 - test-common fails on i686-linux
18924
18925     Fix use-after-end-of-scope.
18926
18927  src/hb-common.cc | 6 ++++--
18928  1 file changed, 4 insertions(+), 2 deletions(-)
18929
18930 commit b61f97d544ce43d85f5fe93e682c324e042c0770
18931 Author: Behdad Esfahbod <behdad@behdad.org>
18932 Date:   Mon Sep 16 22:07:22 2013 -0400
18933
18934     0.9.21
18935
18936  NEWS         | 12 ++++++++++++
18937  configure.ac |  2 +-
18938  2 files changed, 13 insertions(+), 1 deletion(-)
18939
18940 commit 2af826296315d89f3a433952903c5968e56044ea
18941 Author: Behdad Esfahbod <behdad@behdad.org>
18942 Date:   Mon Sep 16 21:49:56 2013 -0400
18943
18944     Improve library checks
18945
18946  src/Makefile.am      |  1 +
18947  src/check-defs.sh    | 44 ++++++++++++++++++++++++++++++++++++++++++++
18948  src/check-symbols.sh | 37 ++++++++++++-------------------------
18949  3 files changed, 57 insertions(+), 25 deletions(-)
18950
18951 commit 882edce48e507a1c76c908ec2db04aac218b67d6
18952 Author: Behdad Esfahbod <behdad@behdad.org>
18953 Date:   Fri Sep 13 20:36:43 2013 -0400
18954
18955     [graphite2] Fix include
18956
18957  src/hb-graphite2.cc | 5 ++---
18958  src/hb-graphite2.h  | 2 ++
18959  2 files changed, 4 insertions(+), 3 deletions(-)
18960
18961 commit ace5c7eb4c2302a6a7eb3576e6dbc3bc026e569c
18962 Author: Behdad Esfahbod <behdad@behdad.org>
18963 Date:   Fri Sep 13 20:34:42 2013 -0400
18964
18965     [introspection] hb-ft annotations
18966
18967  src/hb-face.cc |  2 +-
18968  src/hb-ft.cc   | 30 +++++++++++++++++++++++++++++-
18969  2 files changed, 30 insertions(+), 2 deletions(-)
18970
18971 commit a8949df48780e680e03b9afbbafb3628a0acef52
18972 Author: Behdad Esfahbod <behdad@behdad.org>
18973 Date:   Fri Sep 13 20:23:51 2013 -0400
18974
18975     [introspection] Annotate Unicode / font callbacks
18976
18977     Should move these out of the public header...
18978
18979     We're "clean" of introspection warnings now.  Remaining ones are about
18980     graphite2 / freetype types not being introspectable.
18981
18982  src/hb-blob.cc   |   4 +-
18983  src/hb-face.cc   |   2 +-
18984  src/hb-font.cc   |   4 +-
18985  src/hb-font.h    | 132
18986  +++++++++++++++++++++++++++++++++++++++++++++++++++++--
18987  src/hb-unicode.h | 106 ++++++++++++++++++++++++++++++++++++++++----
18988  5 files changed, 231 insertions(+), 17 deletions(-)
18989
18990 commit 4b011094d5e90cf93df2891e47aeab1bffad5bbf
18991 Author: Behdad Esfahbod <behdad@behdad.org>
18992 Date:   Fri Sep 13 20:17:42 2013 -0400
18993
18994     Move code around
18995
18996     I believe I didn't break anything...
18997
18998  src/hb-ot-shape.cc | 22 +++++++++++-----------
18999  1 file changed, 11 insertions(+), 11 deletions(-)
19000
19001 commit 4878db218202ed804c9f76edb7e4aa220de8a8d8
19002 Author: Behdad Esfahbod <behdad@behdad.org>
19003 Date:   Thu Sep 12 20:56:32 2013 -0400
19004
19005     Remove contrib/ Python hand-coded binding stuff
19006
19007     gobject-introspection coming together.
19008
19009  contrib/README                    |   2 -
19010  contrib/python/README             |  10 --
19011  contrib/python/lib/fontconfig.pyx |  47 ---------
19012  contrib/python/lib/harfbuzz.pyx   | 213
19013  --------------------------------------
19014  contrib/python/scripts/hbtestfont | 116 ---------------------
19015  contrib/python/setup.py           |  39 -------
19016  6 files changed, 427 deletions(-)
19017
19018 commit e478ebe4d3f74dc271ffe88680fd29f6b1924c93
19019 Author: Behdad Esfahbod <behdad@behdad.org>
19020 Date:   Thu Sep 12 20:53:07 2013 -0400
19021
19022     [introspection] Add sample.py
19023
19024  src/sample.py | 13 +++++++++++++
19025  1 file changed, 13 insertions(+)
19026
19027 commit dfdbe7f932daffcf73911ff4e4a36f749164d960
19028 Author: Behdad Esfahbod <behdad@behdad.org>
19029 Date:   Thu Sep 12 20:52:20 2013 -0400
19030
19031     [introspection] Make hb_blob_create() introspectable
19032
19033  src/Makefile.am | 2 ++
19034  src/hb-blob.cc  | 2 +-
19035  2 files changed, 3 insertions(+), 1 deletion(-)
19036
19037 commit 085d4291a9f253a4b8e2eec8003ac11d02a9394f
19038 Author: Behdad Esfahbod <behdad@behdad.org>
19039 Date:   Thu Sep 12 17:14:33 2013 -0400
19040
19041     [introspection] Disable constructors for now
19042
19043     Since our types are not associated with their methods, marking
19044     constructors makes them inaccessible from bindings.  Undo for now.
19045
19046  src/hb-blob.cc       | 2 +-
19047  src/hb-buffer.cc     | 2 +-
19048  src/hb-face.cc       | 2 +-
19049  src/hb-font.cc       | 4 ++--
19050  src/hb-set.cc        | 2 +-
19051  src/hb-shape-plan.cc | 2 +-
19052  src/hb-unicode.cc    | 2 +-
19053  7 files changed, 8 insertions(+), 8 deletions(-)
19054
19055 commit 6c48f20eea22c6e686416ab4ec8388be3e8cd0b5
19056 Author: Behdad Esfahbod <behdad@behdad.org>
19057 Date:   Mon Sep 9 15:43:10 2013 -0400
19058
19059     [otlayout] Add structs for JSTF table
19060
19061  src/Makefile.am                |   1 +
19062  src/hb-ot-head-table.hh        |   2 +-
19063  src/hb-ot-hhea-table.hh        |   2 +-
19064  src/hb-ot-hmtx-table.hh        |   2 +-
19065  src/hb-ot-layout-gdef-table.hh |   2 +-
19066  src/hb-ot-layout-gpos-table.hh |   2 +-
19067  src/hb-ot-layout-gsub-table.hh |   2 +-
19068  src/hb-ot-layout-jstf-table.hh | 229
19069  +++++++++++++++++++++++++++++++++++++++++
19070  src/hb-ot-layout.cc            |   1 +
19071  src/hb-ot-layout.h             |   1 +
19072  src/hb-ot-maxp-table.hh        |   2 +-
19073  src/hb-ot-name-table.hh        |   2 +-
19074  src/main.cc                    |   2 +-
19075  13 files changed, 241 insertions(+), 9 deletions(-)
19076
19077 commit 70303cf23b22647bf641be22c8650310128322a9
19078 Author: Behdad Esfahbod <behdad@behdad.org>
19079 Date:   Fri Sep 6 17:35:57 2013 -0400
19080
19081     [docs/introspection] Some more annotations
19082
19083  src/hb-common.cc    | 151
19084  ++++++++++++++++++++++++++++++++++++++++++++++++++--
19085  src/hb-font.cc      |  16 +++---
19086  src/hb-version.h.in |  19 -------
19087  3 files changed, 155 insertions(+), 31 deletions(-)
19088
19089 commit 288f2899979bcc9e68f8115cb76e3271ed0e17bc
19090 Author: Behdad Esfahbod <behdad@behdad.org>
19091 Date:   Fri Sep 6 15:40:22 2013 -0400
19092
19093     [docs/introspection] More annotations
19094
19095  src/hb-blob.cc             |  63 +++---
19096  src/hb-buffer-serialize.cc |  63 ++++++
19097  src/hb-buffer.cc           | 307 ++++++++++++++++++++++++++-
19098  src/hb-face.cc             | 171 +++++++++++++++
19099  src/hb-font-private.hh     |   4 +-
19100  src/hb-font.cc             | 504
19101  ++++++++++++++++++++++++++++++++++++++++++++-
19102  src/hb-set.cc              |   2 +-
19103  src/hb-shape-plan.cc       | 104 ++++++++++
19104  src/hb-shape.cc            |  56 +++++
19105  src/hb-unicode.cc          | 128 ++++++++++++
19106  10 files changed, 1355 insertions(+), 47 deletions(-)
19107
19108 commit 17905c54f1bab9e6dfe13f59f5ec208de12832f7
19109 Author: Behdad Esfahbod <behdad@behdad.org>
19110 Date:   Fri Sep 6 16:57:01 2013 -0400
19111
19112     [introspection] Work around g-i limitation with hb_language_t
19113
19114  src/hb-gobject-structs.cc | 15 +++++++++++----
19115  src/hb-gobject-structs.h  |  8 ++++++++
19116  2 files changed, 19 insertions(+), 4 deletions(-)
19117
19118 commit cd361c3cbe4a288e3019b9a029f44e4c5f24436c
19119 Author: Behdad Esfahbod <behdad@behdad.org>
19120 Date:   Fri Sep 6 16:20:21 2013 -0400
19121
19122     Minor change to hb_language_t
19123
19124     Let me know if this breaks anyone's anything.
19125
19126  src/hb-common.cc | 2 +-
19127  src/hb-common.h  | 2 +-
19128  2 files changed, 2 insertions(+), 2 deletions(-)
19129
19130 commit 20cbc1f8eb0811e6cefa3be3550e80df9c372782
19131 Author: Behdad Esfahbod <behdad@behdad.org>
19132 Date:   Fri Sep 6 15:29:22 2013 -0400
19133
19134     Annotate hb-set a bit; add HB_SET_VALUE_INVALID
19135
19136  src/hb-set-private.hh |  20 +++--
19137  src/hb-set.cc         | 244
19138  ++++++++++++++++++++++++++++++++++++++++++++++++++
19139  src/hb-set.h          |   2 +
19140  src/hb-version.h.in   |   6 +-
19141  test/api/test-set.c   |  26 +++---
19142  5 files changed, 276 insertions(+), 22 deletions(-)
19143
19144 commit c44b81833d5bfb9a926d348a76463314c3ec2018
19145 Author: Behdad Esfahbod <behdad@behdad.org>
19146 Date:   Fri Sep 6 15:13:16 2013 -0400
19147
19148     Whitespace
19149
19150  src/hb-buffer.cc | 12 ++++++------
19151  1 file changed, 6 insertions(+), 6 deletions(-)
19152
19153 commit ae9dc717d37d58efdd3fabbe4a9c3c2bf9dc3568
19154 Author: Behdad Esfahbod <behdad@behdad.org>
19155 Date:   Thu Sep 5 16:40:37 2013 -0400
19156
19157     [gtk-doc] Pass source files to gtk-doc
19158
19159  docs/reference/Makefile.am | 3 +--
19160  1 file changed, 1 insertion(+), 2 deletions(-)
19161
19162 commit 5f512017ba615ba6ac8e5da2ea0c57a72db2c26b
19163 Author: Behdad Esfahbod <behdad@behdad.org>
19164 Date:   Wed Sep 4 18:28:39 2013 -0400
19165
19166     [docs] Document a few symbols
19167
19168  src/hb-blob.cc      | 160
19169  +++++++++++++++++++++++++++++++++++++++++++++++++++-
19170  src/hb-buffer.cc    |  78 ++++++++++++++++++++++++-
19171  src/hb-version.h.in |  17 ++++++
19172  3 files changed, 251 insertions(+), 4 deletions(-)
19173
19174 commit e0dbf99b4497be305d689a528282fd37214e7f1c
19175 Author: Behdad Esfahbod <behdad@behdad.org>
19176 Date:   Thu Sep 5 16:00:47 2013 -0400
19177
19178     [introspection] Pass source files to scanner
19179
19180  src/Makefile.am | 3 +--
19181  1 file changed, 1 insertion(+), 2 deletions(-)
19182
19183 commit 5a5350b39b81e0128d36ebc81307a6d698a4dc50
19184 Author: Behdad Esfahbod <behdad@behdad.org>
19185 Date:   Tue Sep 3 20:11:01 2013 -0400
19186
19187     Revert "Round when scaling values"
19188
19189     This reverts commit 10f964623f003c70f6bdd33423420abda3820ce0.
19190
19191     See discussion with Khaled Hosny on mailing list.  In short, since
19192     integers here can be negative, and int division is "round towards
19193     zero", proper rounding should take sign into account.  Just skip
19194     doing it again, has been serving us well before.
19195
19196  TODO                   | 2 ++
19197  src/hb-font-private.hh | 6 +-----
19198  2 files changed, 3 insertions(+), 5 deletions(-)
19199
19200 commit 74ff41c3a573bdf74b60623065eb92a49f055893
19201 Author: Behdad Esfahbod <behdad@behdad.org>
19202 Date:   Tue Sep 3 20:09:14 2013 -0400
19203
19204     Minor
19205
19206  Makefile.am | 2 ++
19207  1 file changed, 2 insertions(+)
19208
19209 commit 63dd4b0ac2076fe9cc3dfe5d31ef3616d4ed01e5
19210 Author: Behdad Esfahbod <behdad@behdad.org>
19211 Date:   Tue Sep 3 20:01:40 2013 -0400
19212
19213     [gtk-doc] Remove hack for deleting tmpl/
19214
19215     This was introduced in 029f46bde7e39094d3decb46525e91a97c5cc02c
19216     and was in fact a bug in gtk-doc master:
19217
19218       https://bugzilla.gnome.org/show_bug.cgi?id=707426
19219
19220  docs/reference/Makefile.am | 5 -----
19221  1 file changed, 5 deletions(-)
19222
19223 commit 213001aa99003422199245e96878f9fe348c55b4
19224 Author: Behdad Esfahbod <behdad@behdad.org>
19225 Date:   Tue Sep 3 20:00:16 2013 -0400
19226
19227     [build] Fix EXTRA_DIST
19228
19229     I was under the impression that EXTRA_DISTs will happen regardless of
19230     automake conditionals.  Apparently I was wrong.
19231
19232  src/Makefile.am | 12 ++++++------
19233  1 file changed, 6 insertions(+), 6 deletions(-)
19234
19235 commit 1e994a8fcc94dfea42a6cbfe23a401142d79a1a6
19236 Author: Behdad Esfahbod <behdad@behdad.org>
19237 Date:   Tue Sep 3 18:11:47 2013 -0400
19238
19239     [gtk-doc] Copy makefile
19240
19241  autogen.sh | 2 +-
19242  1 file changed, 1 insertion(+), 1 deletion(-)
19243
19244 commit 81a007ffad683e53f12093a0c9e30112106f415d
19245 Author: Behdad Esfahbod <behdad@behdad.org>
19246 Date:   Fri Aug 30 19:45:13 2013 -0400
19247
19248     [TODO] Update
19249
19250  TODO | 6 ++----
19251  1 file changed, 2 insertions(+), 4 deletions(-)
19252
19253 commit a2a28235e8131a1e1d4b8c3d0933df5cf056bbc6
19254 Author: Behdad Esfahbod <behdad@behdad.org>
19255 Date:   Fri Aug 30 19:38:47 2013 -0400
19256
19257     [gtk-doc] Generate version.xml from configure
19258
19259     Even though this is not what autoconf recommends, it reduces doc
19260     rebuilds when version doesn't change but configure changes.
19261
19262  configure.ac                  |  1 +
19263  docs/reference/Makefile.am    | 11 +++--------
19264  docs/reference/version.xml.in |  1 +
19265  3 files changed, 5 insertions(+), 8 deletions(-)
19266
19267 commit ac1b723917d9b8f247a350f8d3e1bc5d1e472073
19268 Author: Behdad Esfahbod <behdad@behdad.org>
19269 Date:   Fri Aug 30 19:32:10 2013 -0400
19270
19271     Remove hb-old and hb-icu-le test shapers
19272
19273     They've been disabled for a while and no one cared.  We're past
19274     the point to need them for testing, and if we ever need to
19275     resurrect them again, well, they're in git graveyard somewhere.
19276
19277  configure.ac                           |   23 +-
19278  src/Makefile.am                        |   28 +-
19279  src/hb-icu-le.cc                       |  265 --
19280  src/hb-icu-le/COPYING                  |    2 -
19281  src/hb-icu-le/FontTableCache.cpp       |   91 -
19282  src/hb-icu-le/FontTableCache.h         |   48 -
19283  src/hb-icu-le/Makefile.am              |   25 -
19284  src/hb-icu-le/PortableFontInstance.cpp |  275 --
19285  src/hb-icu-le/PortableFontInstance.h   |  119 -
19286  src/hb-icu-le/README                   |    3 -
19287  src/hb-icu-le/cmaps.cpp                |  200 --
19288  src/hb-icu-le/cmaps.h                  |   87 -
19289  src/hb-icu-le/letest.h                 |   63 -
19290  src/hb-icu-le/license.html             |   51 -
19291  src/hb-icu-le/sfnt.h                   |  453 ---
19292  src/hb-old.cc                          |  410 ---
19293  src/hb-old/COPYING                     |   24 -
19294  src/hb-old/Makefile.am                 |   56 -
19295  src/hb-old/README                      |    7 -
19296  src/hb-old/harfbuzz-arabic.c           | 1150 ------
19297  src/hb-old/harfbuzz-buffer-private.h   |  107 -
19298  src/hb-old/harfbuzz-buffer.c           |  383 --
19299  src/hb-old/harfbuzz-buffer.h           |  102 -
19300  src/hb-old/harfbuzz-external.h         |  106 -
19301  src/hb-old/harfbuzz-gdef-private.h     |  135 -
19302  src/hb-old/harfbuzz-gdef.c             | 1163 ------
19303  src/hb-old/harfbuzz-gdef.h             |  140 -
19304  src/hb-old/harfbuzz-global.h           |  125 -
19305  src/hb-old/harfbuzz-gpos-private.h     |  729 ----
19306  src/hb-old/harfbuzz-gpos.c             | 6094
19307  --------------------------------
19308  src/hb-old/harfbuzz-gpos.h             |  155 -
19309  src/hb-old/harfbuzz-greek.c            |  447 ---
19310  src/hb-old/harfbuzz-gsub-private.h     |  483 ---
19311  src/hb-old/harfbuzz-gsub.c             | 4329 -----------------------
19312  src/hb-old/harfbuzz-gsub.h             |  148 -
19313  src/hb-old/harfbuzz-hangul.c           |  268 --
19314  src/hb-old/harfbuzz-hebrew.c           |  187 -
19315  src/hb-old/harfbuzz-impl.c             |   84 -
19316  src/hb-old/harfbuzz-impl.h             |  135 -
19317  src/hb-old/harfbuzz-indic.cpp          | 1868 ----------
19318  src/hb-old/harfbuzz-khmer.c            |  642 ----
19319  src/hb-old/harfbuzz-myanmar.c          |  511 ---
19320  src/hb-old/harfbuzz-open-private.h     |  102 -
19321  src/hb-old/harfbuzz-open.c             | 1433 --------
19322  src/hb-old/harfbuzz-open.h             |  288 --
19323  src/hb-old/harfbuzz-shaper-all.cpp     |   37 -
19324  src/hb-old/harfbuzz-shaper-private.h   |  159 -
19325  src/hb-old/harfbuzz-shaper.cpp         |  996 ------
19326  src/hb-old/harfbuzz-shaper.h           |  265 --
19327  src/hb-old/harfbuzz-stream-private.h   |   81 -
19328  src/hb-old/harfbuzz-stream.c           |  114 -
19329  src/hb-old/harfbuzz-stream.h           |   51 -
19330  src/hb-old/harfbuzz-tibetan.c          |  249 --
19331  src/hb-old/harfbuzz.h                  |   38 -
19332  54 files changed, 2 insertions(+), 25532 deletions(-)
19333
19334 commit b94243d6a9457864ad8ef3ad47ad01985b138862
19335 Author: Behdad Esfahbod <behdad@behdad.org>
19336 Date:   Fri Aug 30 18:41:33 2013 -0400
19337
19338     [g-i] Rename library from harfbuzz to HarfBuzz
19339
19340  src/Makefile.am | 12 ++++++------
19341  1 file changed, 6 insertions(+), 6 deletions(-)
19342
19343 commit f730b5d1e2369762952481f1a2d3db26a2b48015
19344 Author: Behdad Esfahbod <behdad@behdad.org>
19345 Date:   Thu Aug 29 15:53:33 2013 -0400
19346
19347     0.9.20
19348
19349  NEWS         | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
19350  configure.ac |  2 +-
19351  2 files changed, 49 insertions(+), 1 deletion(-)
19352
19353 commit b0e03508bad04d7dcf2c50ac81f6261425b34c5f
19354 Author: Behdad Esfahbod <behdad@behdad.org>
19355 Date:   Thu Aug 29 15:56:32 2013 -0400
19356
19357     Dist with gobject and introspection enabled
19358
19359  Makefile.am | 2 ++
19360  1 file changed, 2 insertions(+)
19361
19362 commit e4ce6745e15eab33ed693874e7a56981f4d6f79a
19363 Author: Behdad Esfahbod <behdad@behdad.org>
19364 Date:   Thu Aug 29 15:56:16 2013 -0400
19365
19366     [gtk-doc] Fix build without gobject
19367
19368  docs/reference/Makefile.am | 2 +-
19369  1 file changed, 1 insertion(+), 1 deletion(-)
19370
19371 commit 263372f15ffdf4c0e4386133f64ff389ba73de33
19372 Author: Behdad Esfahbod <behdad@behdad.org>
19373 Date:   Wed Aug 28 13:43:54 2013 -0400
19374
19375     Remove gtk-doc.make
19376
19377     It's copied by gtk-docize.
19378
19379  gtk-doc.make | 302
19380  -----------------------------------------------------------
19381  1 file changed, 302 deletions(-)
19382
19383 commit 79d754efeef89543d51775b110e8bd49cf7e699b
19384 Author: Behdad Esfahbod <behdad@behdad.org>
19385 Date:   Wed Aug 28 13:43:35 2013 -0400
19386
19387     Fix build
19388
19389  configure.ac | 2 +-
19390  1 file changed, 1 insertion(+), 1 deletion(-)
19391
19392 commit 71ef22b04d466803076af1da6763fecab95ce5bb
19393 Author: Behdad Esfahbod <behdad@behdad.org>
19394 Date:   Wed Aug 28 12:52:55 2013 -0400
19395
19396     Turn hb-gobject, and introspection off by default
19397
19398     Also enable bootstrapping without them.
19399
19400  configure.ac    | 39 ++++++++++++++++++++++++++++++++++-----
19401  src/Makefile.am |  5 +++--
19402  2 files changed, 37 insertions(+), 7 deletions(-)
19403
19404 commit d8f507099b9ae5f0c643fb8dddbb069df6f62a94
19405 Author: Behdad Esfahbod <behdad@behdad.org>
19406 Date:   Mon Aug 26 21:26:24 2013 -0400
19407
19408     Hookup harfbuzz-gobject to introspection
19409
19410  src/Makefile.am | 16 +++++++++++++---
19411  1 file changed, 13 insertions(+), 3 deletions(-)
19412
19413 commit 71439a8c7ae9df25193bc3ad0f203117d2884a19
19414 Author: Behdad Esfahbod <behdad@behdad.org>
19415 Date:   Mon Aug 26 20:56:58 2013 -0400
19416
19417     [gobject] Flesh out hb-gobject
19418
19419     Move it to new harfbuzz-gobject library.  Implement enums and
19420     boxed types for object-types.  Still have to do boxed types for
19421     value types.
19422
19423  configure.ac                         | 12 ++++-
19424  docs/reference/Makefile.am           | 12 ++++-
19425  docs/reference/harfbuzz-docs.xml     |  3 ++
19426  docs/reference/harfbuzz-sections.txt | 48 +++++++++++++++++++-
19427  src/Makefile.am                      | 48 +++++++++++++-------
19428  src/harfbuzz-gobject.pc.in           | 12 +++++
19429  src/hb-gobject-enums.cc.tmpl         | 11 +++--
19430  src/hb-gobject-enums.h.tmpl          | 55 +++++++++++++++++++++++
19431  src/hb-gobject-structs.cc            | 84
19432  +++++++++++++++++++++++++++-------
19433  src/hb-gobject-structs.h             | 87
19434  ++++++++++++++++++++++++++++++++++++
19435  src/hb-gobject.h                     | 38 ++--------------
19436  11 files changed, 333 insertions(+), 77 deletions(-)
19437
19438 commit 23027f7611b53b594e4b4008e916e42b5154f6ac
19439 Author: Behdad Esfahbod <behdad@behdad.org>
19440 Date:   Thu Aug 22 19:03:21 2013 -0400
19441
19442     [introspection] Enable gobject-introspection again
19443
19444  configure.ac    |  7 ++++---
19445  src/Makefile.am | 49 ++++++++++++++++++++++++++++---------------------
19446  2 files changed, 32 insertions(+), 24 deletions(-)
19447
19448 commit 757a7a9018577dcc399be03dc45a59589585d2fb
19449 Author: Behdad Esfahbod <behdad@behdad.org>
19450 Date:   Wed Aug 28 12:35:13 2013 -0400
19451
19452     [uniscribe] Fixed build with wide chars
19453
19454     https://github.com/blinkseb/harfbuzz/commit/f65dafa4138e1fb4395bf646fa33bb01a86a7e9a
19455
19456  src/hb-uniscribe.cc | 2 +-
19457  1 file changed, 1 insertion(+), 1 deletion(-)
19458
19459 commit 4dc798de19c767b91fd3025c85593fa6809d1340
19460 Author: Behdad Esfahbod <behdad@behdad.org>
19461 Date:   Mon Aug 26 20:39:00 2013 -0400
19462
19463     Add hb-deprecated.h, and rename a couple enum values
19464
19465     Add deprecated alias for old name.
19466
19467  src/Makefile.am              |  1 +
19468  src/hb-buffer.cc             |  4 ++--
19469  src/hb-buffer.h              |  8 +++----
19470  src/hb-common.h              |  5 -----
19471  src/hb-deprecated.h          | 51
19472  ++++++++++++++++++++++++++++++++++++++++++++
19473  src/hb.h                     |  1 +
19474  src/test-buffer-serialize.cc |  2 +-
19475  test/api/test-buffer.c       |  2 +-
19476  util/Makefile.am             |  1 +
19477  util/hb-shape.cc             |  2 +-
19478  util/options.hh              |  2 +-
19479  11 files changed, 64 insertions(+), 15 deletions(-)
19480
19481 commit 2e3a07abdf97b0ad2105c3a52f3ff0e0b60b29c4
19482 Author: Behdad Esfahbod <behdad@behdad.org>
19483 Date:   Mon Aug 26 18:49:07 2013 -0400
19484
19485     Separate face source code from font
19486
19487     Makes documentation / introspection easier.
19488
19489  Android.mk                           |   1 +
19490  docs/reference/harfbuzz-docs.xml     |   1 +
19491  docs/reference/harfbuzz-sections.txt |   6 +-
19492  src/Makefile.am                      |   3 +
19493  src/hb-face-private.hh               | 108 ++++++++++++
19494  src/hb-face.cc                       | 311
19495  +++++++++++++++++++++++++++++++++++
19496  src/hb-face.h                        | 117 +++++++++++++
19497  src/hb-font-private.hh               |  67 +-------
19498  src/hb-font.cc                       | 269 ------------------------------
19499  src/hb-font.h                        |  75 +--------
19500  src/hb.h                             |   1 +
19501  11 files changed, 549 insertions(+), 410 deletions(-)
19502
19503 commit d3490761e11ae308fbd8aaf02059653f579035c5
19504 Author: Behdad Esfahbod <behdad@behdad.org>
19505 Date:   Mon Aug 26 21:15:29 2013 -0400
19506
19507     Improve check-includes.sh
19508
19509  src/check-includes.sh | 10 ++++++----
19510  1 file changed, 6 insertions(+), 4 deletions(-)
19511
19512 commit 381f2fb5e664715d67ffc9a234b0fd8aa540fada
19513 Author: Behdad Esfahbod <behdad@behdad.org>
19514 Date:   Mon Aug 26 19:20:38 2013 -0400
19515
19516     Minor
19517
19518  docs/reference/Makefile.am | 2 +-
19519  1 file changed, 1 insertion(+), 1 deletion(-)
19520
19521 commit ac1f09b53e2c5d14c874e4d9f1b25b03ea1d1c44
19522 Author: Behdad Esfahbod <behdad@behdad.org>
19523 Date:   Mon Aug 26 18:50:12 2013 -0400
19524
19525     [gtk-doc] Fix maintainer-clean rule
19526
19527  docs/reference/Makefile.am | 4 +++-
19528  1 file changed, 3 insertions(+), 1 deletion(-)
19529
19530 commit 38b8b40526a85f33521542e24d1e0c82588efc85
19531 Author: Behdad Esfahbod <behdad@behdad.org>
19532 Date:   Tue Aug 27 11:44:09 2013 -0400
19533
19534     Fix possible snprintf OOM
19535
19536     https://bugzilla.redhat.com/show_bug.cgi?id=1001645
19537
19538  src/hb-buffer-serialize.cc | 14 +++++++-------
19539  src/hb-font-private.hh     |  3 ++-
19540  src/hb-shape.cc            |  6 +++---
19541  3 files changed, 12 insertions(+), 11 deletions(-)
19542
19543 commit d22548c0e362cc9447557440af9ecbb11badfa78
19544 Author: Behdad Esfahbod <behdad@behdad.org>
19545 Date:   Mon Aug 26 18:46:21 2013 -0400
19546
19547     [check-*] Minor
19548
19549  src/check-c-linkage-decls.sh | 4 ++--
19550  src/check-header-guards.sh   | 4 ++--
19551  src/check-includes.sh        | 4 ++--
19552  3 files changed, 6 insertions(+), 6 deletions(-)
19553
19554 commit 029f46bde7e39094d3decb46525e91a97c5cc02c
19555 Author: Behdad Esfahbod <behdad@behdad.org>
19556 Date:   Mon Aug 26 18:11:07 2013 -0400
19557
19558     [gtk-doc] Remove tmpl in make maintainer-clean
19559
19560  docs/reference/Makefile.am | 3 +++
19561  1 file changed, 3 insertions(+)
19562
19563 commit dddf990c3687a47297eafc82b54fa96842e68003
19564 Author: Behdad Esfahbod <behdad@behdad.org>
19565 Date:   Mon Aug 26 17:58:25 2013 -0400
19566
19567     [git.mk] Update
19568
19569  git.mk | 17 +++++++++++++----
19570  1 file changed, 13 insertions(+), 4 deletions(-)
19571
19572 commit 700a15fe4b80da9c67befd85ae10a166f5b65962
19573 Author: Behdad Esfahbod <behdad@behdad.org>
19574 Date:   Mon Aug 26 17:49:36 2013 -0400
19575
19576     Add HB_DISABLE_DEPRECATED
19577
19578     That moment that you have to accept that you made API mistakes...
19579
19580  docs/reference/Makefile.am           | 2 +-
19581  docs/reference/harfbuzz-sections.txt | 8 +++++---
19582  src/hb-common.h                      | 4 +++-
19583  3 files changed, 9 insertions(+), 5 deletions(-)
19584
19585 commit ddc456a519a9a59e96f9d7fcad988369e0a8842b
19586 Author: Behdad Esfahbod <behdad@behdad.org>
19587 Date:   Mon Aug 26 17:34:18 2013 -0400
19588
19589     [travis] Add graphite2
19590
19591  .travis.yml | 1 +
19592  1 file changed, 1 insertion(+)
19593
19594 commit f7c72b42efb8d42859023659fd2e3d589523436d
19595 Author: Anthony Carrico <acarrico@memebeam.org>
19596 Date:   Sun Feb 24 13:00:33 2013 -0500
19597
19598     [gtk-doc] Initial setup
19599
19600     Initial setup of gtk-doc. Straight forward setup following the gtk-doc
19601     instructions. Ignore some troublesome types in src/hb-gobject.h. To
19602     build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in
19603     harfbuzz/docs/reference/html/index.html.
19604
19605  .travis.yml                           |  10 +-
19606  Makefile.am                           |   7 +-
19607  autogen.sh                            |   7 +
19608  configure.ac                          |   7 +-
19609  docs/Makefile.am                      |   1 +
19610  docs/reference/Makefile.am            | 109 +++++++++
19611  docs/reference/harfbuzz-docs.xml      |  61 +++++
19612  docs/reference/harfbuzz-overrides.txt |   0
19613  docs/reference/harfbuzz-sections.txt  | 431
19614  ++++++++++++++++++++++++++++++++++
19615  gtk-doc.make                          | 302 ++++++++++++++++++++++++
19616  src/Makefile.am                       |   2 +-
19617  src/hb-gobject.h                      |   3 +-
19618  12 files changed, 931 insertions(+), 9 deletions(-)
19619
19620 commit 3409fb1c767118067cf7edfb97068936b6f4b717
19621 Author: Behdad Esfahbod <behdad@behdad.org>
19622 Date:   Wed Aug 21 17:22:21 2013 -0400
19623
19624     [uniscribe] Ask Uniscribe to return shaping results in logical order
19625
19626     See discussion on the list in the thread "Arabic presentation forms
19627     and the uniscribe backend".
19628
19629     Based on patch from Jonathan Kew.
19630
19631  src/hb-uniscribe.cc | 24 ++++++++++++------------
19632  1 file changed, 12 insertions(+), 12 deletions(-)
19633
19634 commit 1d05fdd09fa271b641f30a2138171e6fafcd8db7
19635 Author: Behdad Esfahbod <behdad@behdad.org>
19636 Date:   Tue Aug 20 13:22:21 2013 -0400
19637
19638     [uniscribe] Print run info
19639
19640  src/hb-uniscribe.cc | 8 ++++++++
19641  1 file changed, 8 insertions(+)
19642
19643 commit 3613696b57225111507a3f4263f5fa6937d0bc72
19644 Author: Behdad Esfahbod <behdad@behdad.org>
19645 Date:   Mon Aug 12 00:33:28 2013 -0400
19646
19647     [coretext] Fully support user features
19648
19649     Based on patch from Jonathan Kew and data from Apple.
19650
19651     It's not working correctly though, and I suspect I'm hitting a bug in
19652     CoreText.  When I do this:
19653
19654     hb-shape /Library/Fonts/Zapfino.ttf ZapfinoZapfino --shaper coretext \
19655     --features=-liga
19656
19657     I expect both ligatures to turn off, but only the second one does:
19658
19659     [Z_a_p_f_i_n_o=0+2333|Z=7+395|a=8+285|p_f=9+433|i=11+181|n=12+261|o=13+250]
19660
19661     whereas if I disable 'dlig' instead of 'liga', both are turned off.
19662     Smells...
19663
19664     Doesn't resolve conflicting feature settings.
19665
19666  src/hb-coretext.cc  | 446
19667  +++++++++++++++++++++++++++++++++++++++++++++++-----
19668  src/hb-uniscribe.cc |   2 +-
19669  2 files changed, 404 insertions(+), 44 deletions(-)
19670
19671 commit 54e6f6c588a164f7de62ff88b3eff4f25adb8f17
19672 Author: Behdad Esfahbod <behdad@behdad.org>
19673 Date:   Fri Aug 9 14:34:54 2013 -0400
19674
19675     Clean up list of Unicode scripts
19676
19677     Rename HB_SCRIPT_CANADIAN_ABORIGINAL to HB_SCRIPT_CANADIAN_SYLLABICS
19678     and a macro for the old name.
19679
19680  src/hb-common.h                    | 277
19681  ++++++++++++++++++++-----------------
19682  src/hb-glib.cc                     |   2 +-
19683  src/hb-ot-shape-complex-private.hh |   2 +
19684  src/hb-ucdn.cc                     |   2 +-
19685  test/api/test-unicode.c            |   2 +-
19686  5 files changed, 153 insertions(+), 132 deletions(-)
19687
19688 commit 7cd4a715848c44be9aec6b6b622cfc2a60b1a5a9
19689 Author: Behdad Esfahbod <behdad@behdad.org>
19690 Date:   Fri Aug 9 09:41:48 2013 -0400
19691
19692     Update TODO
19693
19694  TODO | 4 ++--
19695  1 file changed, 2 insertions(+), 2 deletions(-)
19696
19697 commit 515a0ac81e531c95b1bb7f1a3c5df73a9e64b14f
19698 Author: Behdad Esfahbod <behdad@behdad.org>
19699 Date:   Fri Aug 9 09:40:59 2013 -0400
19700
19701     Fix compiler warning
19702
19703  src/hb-ot-layout-common-private.hh | 4 ++--
19704  1 file changed, 2 insertions(+), 2 deletions(-)
19705
19706 commit 10f964623f003c70f6bdd33423420abda3820ce0
19707 Author: Behdad Esfahbod <behdad@behdad.org>
19708 Date:   Fri Aug 9 09:40:01 2013 -0400
19709
19710     Round when scaling values
19711
19712     Doesn't matter for most users since they should be working in a
19713     fixed sub-pixel scale anyway (ie. 22.10, 26.6, 16.16, etc).
19714
19715  TODO                   | 2 --
19716  src/hb-font-private.hh | 6 +++++-
19717  2 files changed, 5 insertions(+), 3 deletions(-)
19718
19719 commit df8f70ae5de6181d56efa3f076f14e4d52119a5e
19720 Author: Behdad Esfahbod <behdad@behdad.org>
19721 Date:   Fri Aug 9 09:35:10 2013 -0400
19722
19723     Minor
19724
19725  src/hb-font-private.hh | 2 +-
19726  1 file changed, 1 insertion(+), 1 deletion(-)
19727
19728 commit ce8badf1808f9fbdd9a22e9215c7475d3afde5ed
19729 Author: Behdad Esfahbod <behdad@behdad.org>
19730 Date:   Fri Aug 9 09:31:06 2013 -0400
19731
19732     Minor
19733
19734  src/hb-font-private.hh | 2 +-
19735  1 file changed, 1 insertion(+), 1 deletion(-)
19736
19737 commit d71c0df2d17f4590d5611239577a6cb532c26528
19738 Author: Behdad Esfahbod <behdad@behdad.org>
19739 Date:   Fri Aug 9 09:28:32 2013 -0400
19740
19741     Remove vrt2, vkrn, vpal, and valt from default vertical features
19742
19743     See thread by John Dagget on the list.
19744
19745  TODO               | 2 --
19746  src/hb-ot-shape.cc | 9 ---------
19747  2 files changed, 11 deletions(-)
19748
19749 commit a782a5e9a37c8733ac2830410a514d38635b543a
19750 Author: Behdad Esfahbod <behdad@behdad.org>
19751 Date:   Wed Aug 7 21:08:54 2013 -0400
19752
19753     [coretext] Start adding support for features
19754
19755     Unlike AAT, looks like with CoreText very few OT features can
19756     be mapped.
19757     :(
19758
19759  src/hb-coretext.cc | 65
19760  +++++++++++++++++++++++++++++++++++++++++++++---------
19761  1 file changed, 54 insertions(+), 11 deletions(-)
19762
19763 commit bdd8873fd8ae5c794018f6edac242b0a8b62ff31
19764 Author: Behdad Esfahbod <behdad@behdad.org>
19765 Date:   Wed Aug 7 17:58:25 2013 -0400
19766
19767     Revert "[Indic] don't apply 'calt' by default in Indic shaper"
19768
19769     This reverts commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c.
19770
19771     In light of discussion on the mailing list...
19772
19773  src/hb-ot-shape-complex-indic.cc | 4 ----
19774  1 file changed, 4 deletions(-)
19775
19776 commit 9a175914d72187d0c3f50ddad50c9569649c3072
19777 Author: Behdad Esfahbod <behdad@behdad.org>
19778 Date:   Wed Aug 7 17:26:13 2013 -0400
19779
19780     [uniscribe] Support feature ranges
19781
19782     As Khaled pointed out, right now setting any features, turns kern
19783     and possibly other features off.
19784
19785  src/hb-uniscribe.cc | 232
19786  ++++++++++++++++++++++++++++++++++++++++++++--------
19787  1 file changed, 199 insertions(+), 33 deletions(-)
19788
19789 commit 627af695e48ef10b6e634c34b723f7e7013467f6
19790 Author: Behdad Esfahbod <behdad@behdad.org>
19791 Date:   Tue Aug 6 16:53:56 2013 -0400
19792
19793     More git.mk updates
19794
19795  git.mk | 4 +++-
19796  1 file changed, 3 insertions(+), 1 deletion(-)
19797
19798 commit 722252743d59e4cd53cb71720d823ea00b708ad8
19799 Author: Behdad Esfahbod <behdad@behdad.org>
19800 Date:   Tue Aug 6 15:19:23 2013 -0400
19801
19802     Update git.mk
19803
19804  git.mk | 37 +++++++++++++++++++++++--------------
19805  1 file changed, 23 insertions(+), 14 deletions(-)
19806
19807 commit 38d5c58d23fce38221689cda98cea1c3e42ed615
19808 Author: Behdad Esfahbod <behdad@behdad.org>
19809 Date:   Tue Aug 6 14:45:36 2013 -0400
19810
19811     [uniscribe] Half-support user features
19812
19813     Turning features on globally works now.
19814
19815  src/hb-uniscribe.cc | 54
19816  ++++++++++++++++++++++++++++++++++++++++++-----------
19817  1 file changed, 43 insertions(+), 11 deletions(-)
19818
19819 commit 639afdc690c681a302080239a1967ce735ba5be5
19820 Author: Behdad Esfahbod <behdad@behdad.org>
19821 Date:   Tue Aug 6 14:28:12 2013 -0400
19822
19823     Minor
19824
19825  src/hb-private.hh | 14 +++++++++++---
19826  1 file changed, 11 insertions(+), 3 deletions(-)
19827
19828 commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c
19829 Author: Jonathan Kew <jfkthame@gmail.com>
19830 Date:   Tue Aug 6 10:36:14 2013 -0400
19831
19832     [Indic] don't apply 'calt' by default in Indic shaper
19833
19834  src/hb-ot-shape-complex-indic.cc | 4 ++++
19835  1 file changed, 4 insertions(+)
19836
19837 commit 625678436c29100eef82d87e635b251030a18f60
19838 Author: Behdad Esfahbod <behdad@behdad.org>
19839 Date:   Mon Aug 5 22:44:18 2013 -0400
19840
19841     Fix glyph closure with class==0
19842
19843     As reported by cibu.  Untested.
19844
19845  src/hb-ot-layout-common-private.hh | 29 +++++++++++++++++++++++++++++
19846  1 file changed, 29 insertions(+)
19847
19848 commit 580d5eb93af5bbbc64994b626d5e011e2c256d74
19849 Author: Behdad Esfahbod <behdad@behdad.org>
19850 Date:   Sun Aug 4 16:55:21 2013 -0400
19851
19852     Don't apply 'dlig' by default
19853
19854     Windows 8 doesn't, and the spec will be fixed.
19855
19856  src/hb-ot-shape-complex-arabic.cc | 1 -
19857  1 file changed, 1 deletion(-)
19858
19859 commit 48382e2f41499a91181bea0acc5792989d2485bb
19860 Author: Behdad Esfahbod <behdad@behdad.org>
19861 Date:   Tue Jul 30 18:25:39 2013 -0400
19862
19863     Minor
19864
19865  src/hb-ot-layout-common-private.hh | 12 ++++++------
19866  1 file changed, 6 insertions(+), 6 deletions(-)
19867
19868 commit c461371419d186811d4bfc768e26535f48a807f4
19869 Author: Behdad Esfahbod <behdad@behdad.org>
19870 Date:   Tue Jul 30 14:48:23 2013 -0400
19871
19872     [CoreText] Don't leak the CTLine object (and everything that hangs
19873     off it)
19874
19875     Patch from Jonathan Kew.
19876
19877  src/hb-coretext.cc | 2 ++
19878  1 file changed, 2 insertions(+)
19879
19880 commit 5fbc952524ac8840f007dc0136823a4ab6e25f70
19881 Author: Behdad Esfahbod <behdad@behdad.org>
19882 Date:   Mon Jul 29 14:34:40 2013 -0400
19883
19884     Fix glyph name printing in hb-ot-shape-closure
19885
19886  util/hb-ot-shape-closure.cc | 2 +-
19887  1 file changed, 1 insertion(+), 1 deletion(-)
19888
19889 commit 6fadd9dd7cc220f131c29946285831635afc8044
19890 Author: Behdad Esfahbod <behdad@behdad.org>
19891 Date:   Fri Jul 26 10:33:06 2013 -0400
19892
19893     Apply 'mark' to Myanmar
19894
19895     According to Andrew Glass: "The issue with Myanmar <mark> feature was
19896     fixed via a servicing patch as soon as Windows 8 became available."
19897
19898  src/hb-ot-shape-complex-myanmar.cc | 11 -----------
19899  1 file changed, 11 deletions(-)
19900
19901 commit 86522e493d071f395b5abf64289232bf8867ac29
19902 Author: Behdad Esfahbod <behdad@behdad.org>
19903 Date:   Mon Jul 22 19:07:53 2013 -0400
19904
19905     Fix glyph closure recursion!
19906
19907  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
19908  1 file changed, 1 insertion(+), 1 deletion(-)
19909
19910 commit 74439d0aa10184451adc6c6469f5119be352ecbb
19911 Author: Behdad Esfahbod <behdad@behdad.org>
19912 Date:   Mon Jul 22 19:02:29 2013 -0400
19913
19914     Minor
19915
19916  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
19917  1 file changed, 1 insertion(+), 1 deletion(-)
19918
19919 commit 8b427c78efa988ed27a2a394146d73f59688707b
19920 Author: Behdad Esfahbod <behdad@behdad.org>
19921 Date:   Mon Jul 22 10:57:05 2013 -0400
19922
19923     [uniscribe] Sanitize font file
19924
19925  src/hb-uniscribe.cc | 4 ++++
19926  1 file changed, 4 insertions(+)
19927
19928 commit 12ff69df21ac91ae21860db7000d9f9973d3da1a
19929 Author: Behdad Esfahbod <behdad@behdad.org>
19930 Date:   Mon Jul 22 10:52:12 2013 -0400
19931
19932     [uniscribe] Handle TTC when renaming font
19933
19934  src/hb-uniscribe.cc | 31 ++++++++++++++++++-------------
19935  1 file changed, 18 insertions(+), 13 deletions(-)
19936
19937 commit 05bad3b8c25a89bc0f20f99f9215e492f48f03fe
19938 Author: Behdad Esfahbod <behdad@behdad.org>
19939 Date:   Sun Jul 21 17:05:02 2013 -0400
19940
19941     [uniscribe] Use OT::* types
19942
19943  src/hb-open-type-private.hh |  10 ++++-
19944  src/hb-ot-name-table.hh     |   4 +-
19945  src/hb-uniscribe.cc         | 107
19946  +++++++++++++++++++++++---------------------
19947  3 files changed, 66 insertions(+), 55 deletions(-)
19948
19949 commit bdeea605fe597bff4430eaae3317189bb81ec76e
19950 Author: Behdad Esfahbod <behdad@behdad.org>
19951 Date:   Sun Jul 21 16:22:10 2013 -0400
19952
19953     [uniscribe] Move name generation into separate function
19954
19955  src/hb-uniscribe.cc | 34 ++++++++++++++++++++++------------
19956  1 file changed, 22 insertions(+), 12 deletions(-)
19957
19958 commit 73f947e2a7bc5b29d731da2e9d1fafe958be839e
19959 Author: Behdad Esfahbod <behdad@behdad.org>
19960 Date:   Sun Jul 21 16:16:35 2013 -0400
19961
19962     [uniscribe] Use blob to pass data around
19963
19964  src/hb-uniscribe.cc | 28 ++++++++++++++--------------
19965  1 file changed, 14 insertions(+), 14 deletions(-)
19966
19967 commit 8ac2e88deff3d069c19fd59d0fbbfb88a762b113
19968 Author: Behdad Esfahbod <behdad@behdad.org>
19969 Date:   Sun Jul 21 16:06:49 2013 -0400
19970
19971     [uniscribe] Use unique font name
19972
19973     When installing per-process fonts using AddFontMemResourceEx(),
19974     if a font with the same family name is already installed, sometimes
19975     that one gets used.  Which is problematic for us.  As such, we
19976     now mangle the font to install a new 'name' table with a unique
19977     name, which we then use to choose the font.
19978
19979     Patch from Jonathan Kew.
19980
19981  configure.ac        |   2 +-
19982  src/hb-uniscribe.cc | 136
19983  ++++++++++++++++++++++++++++++++++++++++++++--------
19984  2 files changed, 116 insertions(+), 22 deletions(-)
19985
19986 commit 8751de50831338ce550601c34c17d152ad89c1fd
19987 Author: Behdad Esfahbod <behdad@behdad.org>
19988 Date:   Thu Jul 18 16:29:50 2013 -0400
19989
19990     Followup fix for 3f9e2dced298c3d00f31b2dfc38685bb071a3a22
19991
19992     During GSUB, if a ligation happens, subsequence context input matching
19993     matches the new indexing.  During GPOS however, the indices never
19994     change.  So just go one by one.
19995
19996     Fixes 'dist' positioning with mmrtext.ttf and the following sequence:
19997
19998       U+1014,U+1039,U+1011,U+1014,U+1039,U+1011,U+1014,U+1039,U+1011
19999
20000     Reported by Jonathan Kew.
20001
20002  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
20003  1 file changed, 8 insertions(+)
20004
20005 commit 2b78d67e9f38f77086fbd9c3fd6f1c8c73927a51
20006 Author: Behdad Esfahbod <behdad@behdad.org>
20007 Date:   Tue Jul 16 16:06:27 2013 -0400
20008
20009     0.9.19
20010
20011  NEWS         | 11 +++++++++++
20012  configure.ac |  2 +-
20013  2 files changed, 12 insertions(+), 1 deletion(-)
20014
20015 commit e509d35cf1160f1449bc736b9445cdf61ab81d06
20016 Author: Behdad Esfahbod <behdad@behdad.org>
20017 Date:   Thu Jul 11 14:56:45 2013 -0400
20018
20019     [ft] hb_ft_get_glyph_from_name fails for the name of glyph id 0
20020
20021     Based on patch from Jonathan Kew, as reported on the mailing list.
20022
20023  src/hb-ft.cc | 9 +++++++++
20024  1 file changed, 9 insertions(+)
20025
20026 commit 29b596ac67806c44441e65f3ece227df0fe2bb63
20027 Author: Behdad Esfahbod <behdad@behdad.org>
20028 Date:   Mon Jul 8 08:37:15 2013 -0600
20029
20030     [uniscribe] Fix buffer allocation
20031
20032     Email from Jonathan Kew:
20033
20034     My cygwin build kept aborting on certain test words when run with the
20035     uniscribe backend. Turned out this was caused by a bug in the
20036     allocation
20037     of scratch buffers in hb-uniscribe.cc.
20038
20039     Commit 2a17f9568d9724e045d2c1d660e007f3acd747d9 introduced a new line
20040
20041       ALLOCATE_ARRAY (SCRIPT_VISATTR, vis_attr, glyphs_size);
20042
20043     but it failed to account for this in the computation of glyphs_size
20044     (the number of glyphs for which scratch buffer space is available),
20045     with the result that the vis_clusters array ends up overrunning the
20046     end of the scratch buffer and clobbering the beginning of the buffer's
20047     info[].
20048
20049     AFAICS, the vis_attr array is not actually used, so the simple fix is
20050     to remove the line that allocates it. (If/when we -do- need to use
20051     vis_attr for something, we'll need to add another term to the earlier
20052     calculation of glyphs_size.)
20053
20054     With this patch, the uniscribe backend runs reliably again.
20055
20056     JK
20057
20058  src/hb-uniscribe.cc | 1 -
20059  1 file changed, 1 deletion(-)
20060
20061 commit 9245e98742667dfffe06523e8051beda1bc04811
20062 Author: Behdad Esfahbod <behdad@behdad.org>
20063 Date:   Wed Jun 26 20:57:58 2013 -0400
20064
20065     [Indic] Add Javanese config
20066
20067     We should add for other scripts too, send me the virama codepoint
20068     and script name...
20069
20070  src/hb-ot-shape-complex-indic.cc | 1 +
20071  1 file changed, 1 insertion(+)
20072
20073 commit 5f85c80a07dd2d18348824866bf4e984ac711a24
20074 Author: Behdad Esfahbod <behdad@behdad.org>
20075 Date:   Wed Jun 26 20:14:18 2013 -0400
20076
20077     [OT] Collect requiredFeature only if features are not provided
20078
20079     As per Werner's report on the list.
20080
20081  src/hb-ot-layout.cc | 22 +++++++++++-----------
20082  1 file changed, 11 insertions(+), 11 deletions(-)
20083
20084 commit 3f9e2dced298c3d00f31b2dfc38685bb071a3a22
20085 Author: Behdad Esfahbod <behdad@behdad.org>
20086 Date:   Wed Jun 26 19:46:55 2013 -0400
20087
20088     Fix contextual lookup recursion indexing
20089
20090     See email thread "Skipping Control for Attaching Marks using OpenType"
20091     from earlier this month.
20092
20093  src/hb-ot-layout-gsubgpos-private.hh | 10 ++--------
20094  1 file changed, 2 insertions(+), 8 deletions(-)
20095
20096 commit f5da11e0fa5adf8f782883dc5c30d8faaafc9c27
20097 Merge: 79d1007a 89312b74
20098 Author: Behdad Esfahbod <behdad@behdad.org>
20099 Date:   Sat Jun 22 08:04:05 2013 -0700
20100
20101     Merge pull request #3 from LogosBible/master
20102
20103     Destroy lookups before blobs.
20104
20105 commit 89312b7417c0198a0635ca6b7e8ea11f6af2a4f8
20106 Author: Bradley Grainger <bgrainger@gmail.com>
20107 Date:   Fri Jun 21 15:02:18 2013 -0700
20108
20109     Destroy lookups before blobs.
20110
20111     'layout->gsub' may depend on data owned by 'layout->gsub_blob',
20112     so it must
20113     be deinitialized before the blob is destroyed.
20114
20115  src/hb-ot-layout.cc | 8 ++++----
20116  1 file changed, 4 insertions(+), 4 deletions(-)
20117
20118 commit 79d1007a501fd63c0ba4d51038c513e6b8b94740
20119 Author: Behdad Esfahbod <behdad@behdad.org>
20120 Date:   Thu Jun 13 19:01:07 2013 -0400
20121
20122     If variation selector is not consumed by cmap, pass it on to GSUB
20123
20124     This changes the semantics of get_glyph() callback and expect that
20125     callbacks return false if the requested variant is not available, and
20126     then we will call them back with variation_selector=0 and will retain
20127     the glyph for the selector in the glyph stream.
20128
20129     Apparently most Mongolian fonts implement the Mongolian Variation
20130     Selectors using GSUB, not cmap.
20131
20132     https://bugs.freedesktop.org/show_bug.cgi?id=65258
20133
20134     Note that this doesn't fix the Mongolian shaping yet, because the way
20135     that's implemented is that the, say, 'init' feature ligates the letter
20136     and the variation-selector.  However, since currently the variation
20137     selector doesn't have the 'init' mask on, it will not be matched...
20138
20139  src/hb-ft.cc                 |  3 +--
20140  src/hb-ot-shape-normalize.cc | 14 ++++++++++++--
20141  2 files changed, 13 insertions(+), 4 deletions(-)
20142
20143 commit c7a84917208528040aaf9ad0a9a0b26aabeabc9c
20144 Author: Behdad Esfahbod <behdad@behdad.org>
20145 Date:   Thu Jun 6 20:17:32 2013 -0400
20146
20147     Skip over multiple variation selectors in a row
20148
20149  src/hb-ot-shape-normalize.cc | 6 ++++++
20150  1 file changed, 6 insertions(+)
20151
20152 commit 7235f33f9e5e031622a00a84f4b2e98f16803579
20153 Author: Behdad Esfahbod <behdad@behdad.org>
20154 Date:   Mon Jun 10 14:39:51 2013 -0400
20155
20156     Fix misc warnings reported by cppcheck
20157
20158     https://bugs.freedesktop.org/show_bug.cgi?id=65544
20159
20160  src/hb-common.cc            |  2 +-
20161  src/hb-coretext.cc          |  3 ---
20162  src/hb-font-private.hh      | 17 +++++++++++------
20163  src/hb-private.hh           |  2 +-
20164  src/hb-shape.cc             |  2 +-
20165  test/api/test-font.c        |  1 -
20166  util/ansi-print.cc          |  1 +
20167  util/hb-ot-shape-closure.cc |  5 +++--
20168  util/hb-shape.cc            |  5 ++++-
20169  util/shape-consumer.hh      |  6 ++++--
20170  util/view-cairo.hh          |  6 ++++--
20171  11 files changed, 30 insertions(+), 20 deletions(-)
20172
20173 commit 570bcccd3f41b9aecd51765a401299833a6d8ebd
20174 Author: Behdad Esfahbod <behdad@behdad.org>
20175 Date:   Mon Jun 10 13:56:51 2013 -0400
20176
20177     Fix PKG_CHECK_MODULES usage
20178
20179     Oops.
20180
20181     Bug 65246 - Fix build without graphite2
20182
20183  configure.ac | 2 +-
20184  1 file changed, 1 insertion(+), 1 deletion(-)
20185
20186 commit 270cfd7a9c01dfb1b1789929f020943ad63aca99
20187 Author: Behdad Esfahbod <behdad@behdad.org>
20188 Date:   Thu Jun 6 18:57:15 2013 -0400
20189
20190     Fix PKG_CHECK_MODULES usage
20191
20192     Bug 65246 - Fix build without graphite2
20193
20194     If we don't provide ACTION-IF-NOT-FOUND, configure aborts if it can't
20195     find the libraries.  We handle that ourselves so we don't want the
20196     macro to abort.
20197
20198  configure.ac | 16 ++++++++--------
20199  1 file changed, 8 insertions(+), 8 deletions(-)
20200
20201 commit 2fd0e02706857bcaf61bf5151657eac96cfa73b9
20202 Author: Behdad Esfahbod <behdad@behdad.org>
20203 Date:   Thu Jun 6 17:16:01 2013 -0400
20204
20205     Minor
20206
20207  src/Makefile.am | 14 +++++++-------
20208  1 file changed, 7 insertions(+), 7 deletions(-)
20209
20210 commit b4c5c52944a44ba863a22a53035ff561af7318ca
20211 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
20212 Date:   Mon Jun 3 17:55:29 2013 +0800
20213
20214     util/ansi-print.cc: Use fallback implementation for lround on MSVC
20215
20216     Unfortuately Visual Studio (still) does not support the C99 function
20217     lround, so provide a fallback implementation for it.
20218
20219  util/ansi-print.cc | 11 +++++++++++
20220  1 file changed, 11 insertions(+)
20221
20222 commit a4446b10bfe0a9e7236bf941fa69a96697939e11
20223 Author: Behdad Esfahbod <behdad@behdad.org>
20224 Date:   Mon Jun 3 18:39:14 2013 -0400
20225
20226     Fix build for C89 compilers
20227
20228  test/api/test-buffer.c | 2 +-
20229  1 file changed, 1 insertion(+), 1 deletion(-)
20230
20231 commit 4ddf937242048c4a044ada4559e26664a0c09b48
20232 Author: Behdad Esfahbod <behdad@behdad.org>
20233 Date:   Mon Jun 3 18:36:26 2013 -0400
20234
20235     Remove unnecessary stdint.h include
20236
20237  src/hb-ucdn/ucdn.c | 1 -
20238  1 file changed, 1 deletion(-)
20239
20240 commit 93a04b8b5e6d8067cb925fdf532aadc24c1d4861
20241 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
20242 Date:   Mon Jun 3 17:49:37 2013 +0800
20243
20244     hb-uniscribe.cc: Re-enable build under Visual Studio
20245
20246     -Declare hinstLib at the top of block
20247     -Fix the definitions of the typedefs of ScriptItemizeOpenType,
20248      ScriptShapeOpenType and ScriptPlaceOpenType
20249
20250  src/hb-uniscribe.cc | 9 +++++----
20251  1 file changed, 5 insertions(+), 4 deletions(-)
20252
20253 commit 280e52ae95df0cbee0bb305f5354381bc1d563f4
20254 Author: Behdad Esfahbod <behdad@behdad.org>
20255 Date:   Thu May 30 18:04:24 2013 -0400
20256
20257     Fix ChangeLog regen
20258
20259  Makefile.am | 5 +++--
20260  1 file changed, 3 insertions(+), 2 deletions(-)
20261
20262 commit c1824daefa1253507636e4bfdf46374f835f10b3
20263 Author: Behdad Esfahbod <behdad@behdad.org>
20264 Date:   Wed May 29 15:30:54 2013 -0400
20265
20266     Update TODO
20267
20268  TODO | 14 +++++++-------
20269  1 file changed, 7 insertions(+), 7 deletions(-)
20270
20271 commit 2966d3603259430800cb5880491d28a1c5ea2314
20272 Author: Behdad Esfahbod <behdad@behdad.org>
20273 Date:   Tue May 28 17:34:37 2013 -0400
20274
20275     Fix test build
20276
20277  test/api/Makefile.am | 3 ++-
20278  1 file changed, 2 insertions(+), 1 deletion(-)
20279
20280 commit 6873f6cc42aa1405e71be903bd0f39a7a15320ce
20281 Author: Behdad Esfahbod <behdad@behdad.org>
20282 Date:   Tue May 28 17:33:16 2013 -0400
20283
20284     Minor
20285
20286  TODO | 2 --
20287  1 file changed, 2 deletions(-)
20288
20289 commit 4014aa4e53bddb29d939a168bd733942d3683732
20290 Author: Behdad Esfahbod <behdad@behdad.org>
20291 Date:   Tue May 28 17:28:59 2013 -0400
20292
20293     0.9.18
20294
20295  NEWS         | 28 ++++++++++++++++++++++++++++
20296  configure.ac |  2 +-
20297  2 files changed, 29 insertions(+), 1 deletion(-)
20298
20299 commit d70be29831bb99e34fe18744129088f45d5b2023
20300 Author: Behdad Esfahbod <behdad@behdad.org>
20301 Date:   Tue May 28 17:23:56 2013 -0400
20302
20303     Fix dist
20304
20305  src/Makefile.am | 4 ++++
20306  1 file changed, 4 insertions(+)
20307
20308 commit 22ce0961742df0a213f2cc86ca3d5a72453c00b1
20309 Author: Behdad Esfahbod <behdad@behdad.org>
20310 Date:   Tue May 28 17:18:30 2013 -0400
20311
20312     Generate harfbuzz-icu.pc
20313
20314     Currently it only works with ICU that has .pc files.  I'll
20315     wait till someone complains before fixing it for icu-config
20316     systems.
20317
20318  Makefile.am            |  3 ---
20319  configure.ac           |  5 ++---
20320  harfbuzz.pc.in         | 11 -----------
20321  src/Makefile.am        | 13 +++++++++++++
20322  src/harfbuzz-icu.pc.in | 13 +++++++++++++
20323  src/harfbuzz.pc.in     | 11 +++++++++++
20324  6 files changed, 39 insertions(+), 17 deletions(-)
20325
20326 commit d9afa111330771461b6182ada9f4edd68bcfce77
20327 Author: Behdad Esfahbod <behdad@behdad.org>
20328 Date:   Tue May 28 15:27:40 2013 -0400
20329
20330     Build hb-icu into libharfbuzz-icu.so
20331
20332  src/Makefile.am      | 29 +++++++++++++++--------------
20333  src/hb-unicode.cc    |  2 +-
20334  test/api/Makefile.am |  1 +
20335  3 files changed, 17 insertions(+), 15 deletions(-)
20336
20337 commit 7d395c2a255a44fd0d65365ea9b525dba70c062c
20338 Author: Behdad Esfahbod <behdad@behdad.org>
20339 Date:   Tue May 28 15:25:06 2013 -0400
20340
20341     Minor
20342
20343  test/api/test-c.c | 4 ++++
20344  1 file changed, 4 insertions(+)
20345
20346 commit 2a17f9568d9724e045d2c1d660e007f3acd747d9
20347 Author: Behdad Esfahbod <behdad@behdad.org>
20348 Date:   Tue May 28 13:10:51 2013 -0400
20349
20350     Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
20351
20352     Fallback to older API if OpenType variants are not available.
20353
20354  configure.ac        |  14 +--
20355  src/hb-uniscribe.cc | 322
20356  +++++++++++++++++++++++++++++++++++++++++++---------
20357  2 files changed, 271 insertions(+), 65 deletions(-)
20358
20359 commit f8087ffbadc83a15d59367ba82976eae675736a7
20360 Author: Behdad Esfahbod <behdad@behdad.org>
20361 Date:   Mon May 27 19:43:48 2013 -0400
20362
20363     Add --with-cairo
20364
20365  configure.ac | 17 +++++++++++++++--
20366  1 file changed, 15 insertions(+), 2 deletions(-)
20367
20368 commit 82eddfe5d658ef791d6ef6a566401c50601dfb1c
20369 Author: Behdad Esfahbod <behdad@behdad.org>
20370 Date:   Mon May 27 19:33:36 2013 -0400
20371
20372     Add --with-freetype
20373
20374     Defaults to auto.
20375
20376  configure.ac | 12 +++++++++++-
20377  1 file changed, 11 insertions(+), 1 deletion(-)
20378
20379 commit 5e25eb77a49e7f95b6a6d540b26d60d430f89d4c
20380 Author: Behdad Esfahbod <behdad@behdad.org>
20381 Date:   Mon May 27 19:30:48 2013 -0400
20382
20383     Default glib to auto again
20384
20385  configure.ac | 4 ++--
20386  1 file changed, 2 insertions(+), 2 deletions(-)
20387
20388 commit eb63e786f37468867c81707504128cf8a4016e5b
20389 Author: Behdad Esfahbod <behdad@behdad.org>
20390 Date:   Mon May 27 19:29:09 2013 -0400
20391
20392     Add --with-coretext
20393
20394     Defaults to no.
20395
20396  configure.ac | 12 +++++++++++-
20397  1 file changed, 11 insertions(+), 1 deletion(-)
20398
20399 commit ab2af17bc6faa8394656e6e82948dc3e9f437626
20400 Author: Behdad Esfahbod <behdad@behdad.org>
20401 Date:   Mon May 27 19:27:43 2013 -0400
20402
20403     Add --with-uniscribe
20404
20405     Defaults to no.
20406
20407  configure.ac | 55 +++++++++++++++++++++++++++++++++++++++----------------
20408  1 file changed, 39 insertions(+), 16 deletions(-)
20409
20410 commit 58db2c2542717858acbdf480b3f19a8aef4918cd
20411 Author: Behdad Esfahbod <behdad@behdad.org>
20412 Date:   Mon May 27 19:10:33 2013 -0400
20413
20414     Disable UCDN if glib is available
20415
20416     We only want UCDN if we don't have any other Unicode provider.
20417     I'm going to remove ICU from the list of default Unicode providers
20418     as part of moving hb-icu into its own library.  As such, the only
20419     providers will be UCDN and glib.
20420
20421  configure.ac | 3 +++
20422  1 file changed, 3 insertions(+)
20423
20424 commit ca65326cbd49b48792c4e3125af6c5006364f194
20425 Author: Behdad Esfahbod <behdad@behdad.org>
20426 Date:   Mon May 27 19:09:50 2013 -0400
20427
20428     Minor
20429
20430  configure.ac | 16 ++++++++--------
20431  1 file changed, 8 insertions(+), 8 deletions(-)
20432
20433 commit 7ae14973ecb4614a83769d2bbd01f33d8474ffc0
20434 Author: Behdad Esfahbod <behdad@behdad.org>
20435 Date:   Mon May 27 19:06:50 2013 -0400
20436
20437     Disable icu_le shaper
20438
20439     Will add a way to enable it later.
20440
20441  configure.ac | 3 ++-
20442  1 file changed, 2 insertions(+), 1 deletion(-)
20443
20444 commit 7e6ebf76236cc5ea69302e68186bdf8166d04a98
20445 Author: Behdad Esfahbod <behdad@behdad.org>
20446 Date:   Mon May 27 19:05:23 2013 -0400
20447
20448     Remove icu-config fallback for icu_le shaper
20449
20450     Bug 64878 - compile error with ICU but not ICU
20451
20452  configure.ac | 18 ------------------
20453  1 file changed, 18 deletions(-)
20454
20455 commit 932b7471479c639244051b4dbae678e7d47ae99f
20456 Author: Behdad Esfahbod <behdad@behdad.org>
20457 Date:   Mon May 27 19:04:40 2013 -0400
20458
20459     Bug 65053 - Add configure option to enable/disable ICU support
20460
20461  configure.ac | 46 ++++++++++++++++++++++++++++------------------
20462  1 file changed, 28 insertions(+), 18 deletions(-)
20463
20464 commit cf2c1c7eb81b54a344ed5cf36d5fbd3cd297eed1
20465 Author: Behdad Esfahbod <behdad@behdad.org>
20466 Date:   Mon May 27 18:54:30 2013 -0400
20467
20468     Disable hb-old shaper
20469
20470     Will add proper way to enable it later.
20471
20472  configure.ac | 2 +-
20473  1 file changed, 1 insertion(+), 1 deletion(-)
20474
20475 commit 5a78d23f255a649353044af8e5df315f62907b7f
20476 Author: Behdad Esfahbod <behdad@behdad.org>
20477 Date:   Mon May 27 18:47:58 2013 -0400
20478
20479     Bug 65054 - Add configure option to enable/disable Graphite2
20480
20481     Add --with-graphite2.  Defaults to off.
20482
20483  configure.ac | 20 +++++++++++++++-----
20484  1 file changed, 15 insertions(+), 5 deletions(-)
20485
20486 commit 61e7775fa75c7c1bdc29a6992c8c215897364600
20487 Author: Behdad Esfahbod <behdad@behdad.org>
20488 Date:   Mon May 27 18:24:56 2013 -0400
20489
20490     Remove hb-icu dependency from hb-icu-le shaper
20491
20492  src/hb-icu-le.cc | 33 +++++++++++++++++++++++++++++----
20493  1 file changed, 29 insertions(+), 4 deletions(-)
20494
20495 commit 7e08f1258da229dfaf7e1c4b5c41e5bb83906cb0
20496 Author: Behdad Esfahbod <behdad@behdad.org>
20497 Date:   Mon May 27 14:48:34 2013 -0400
20498
20499     Don't zero advance of mark-non-mark ligatures
20500
20501     If there's a mark ligating forward with non-mark, they were
20502     inheriting the GC of the mark and later get advance-zeroed.
20503     Don't do that if there's any non-mark glyph in the ligature.
20504
20505     Sample test: U+1780,U+17D2,U+179F with Kh-Metal-Chrieng.ttf
20506
20507     Also:
20508     Bug 58922 - Issue with mark advance zeroing in generic shaper
20509
20510  src/hb-ot-layout-gsubgpos-private.hh | 4 ++++
20511  src/hb-ot-layout-private.hh          | 6 ++++++
20512  2 files changed, 10 insertions(+)
20513
20514 commit cf059ac69d10d9eb09f0d2a29b1bd989647bd800
20515 Author: Behdad Esfahbod <behdad@behdad.org>
20516 Date:   Fri May 24 15:28:11 2013 -0400
20517
20518     [icu_le] Support non-BMP text
20519
20520  src/hb-icu-le.cc | 35 ++++++++++++++++++++++++++++-------
20521  1 file changed, 28 insertions(+), 7 deletions(-)
20522
20523 commit a447c528e68cabc9ca6e24e2c436f3d605ef9aaa
20524 Author: Behdad Esfahbod <behdad@behdad.org>
20525 Date:   Thu May 23 17:05:39 2013 -0400
20526
20527     [icu_le] A bit better scaling
20528
20529  src/hb-icu-le.cc | 10 ++++++----
20530  1 file changed, 6 insertions(+), 4 deletions(-)
20531
20532 commit fb502a22787f4110472771ef771619342e64577a
20533 Merge: b9408d24 9d9e72e9
20534 Author: Behdad Esfahbod <behdad@behdad.org>
20535 Date:   Thu May 23 15:54:52 2013 -0400
20536
20537     Merge commit '9d9e72e94e7914f82ce62a304e7242f79c13edaf'
20538
20539 commit b9408d24f3029f5287b17779235b1c750ff5158a
20540 Author: Behdad Esfahbod <behdad@behdad.org>
20541 Date:   Thu May 23 15:43:02 2013 -0400
20542
20543     [icu_le] Fix scaling
20544
20545     Seems to work...
20546
20547  src/hb-icu-le.cc                       |  2 ++
20548  src/hb-icu-le/PortableFontInstance.cpp | 23 +++++++++++++++--------
20549  src/hb-icu-le/PortableFontInstance.h   |  9 ++++++++-
20550  3 files changed, 25 insertions(+), 9 deletions(-)
20551
20552 commit 601526392dec5d8432f147c91658ba50ed6a4322
20553 Author: Behdad Esfahbod <behdad@behdad.org>
20554 Date:   Tue May 21 17:22:13 2013 -0400
20555
20556     Copy stdint.h boilerplate to ucdn
20557
20558  src/hb-ucdn/ucdn.h | 24 +++++++++++++++++++++++-
20559  1 file changed, 23 insertions(+), 1 deletion(-)
20560
20561 commit f1b02f4f3c0db9fbfa6747188429df828b000010
20562 Author: Behdad Esfahbod <behdad@behdad.org>
20563 Date:   Mon May 20 09:23:58 2013 -0400
20564
20565     0.9.17
20566
20567  NEWS         | 8 ++++++++
20568  configure.ac | 2 +-
20569  2 files changed, 9 insertions(+), 1 deletion(-)
20570
20571 commit d785fa0c45f7f25f5e5f352b933a5f6fa29be5c0
20572 Author: Behdad Esfahbod <behdad@behdad.org>
20573 Date:   Mon May 20 09:18:52 2013 -0400
20574
20575     Minor refactoring
20576
20577  src/hb-ot-shape.cc | 54
20578  ++++++++++++++++++++++++++++--------------------------
20579  1 file changed, 28 insertions(+), 26 deletions(-)
20580
20581 commit 127daf15e0b2f509ebd29a104236c8b38884efb0
20582 Author: Behdad Esfahbod <behdad@behdad.org>
20583 Date:   Mon May 20 09:11:35 2013 -0400
20584
20585     Arabic mark width-zeroing regression
20586
20587     Mozilla Bug 873902 - Display Arabic text with diacritics is bad
20588     https://bugzilla.mozilla.org/show_bug.cgi?id=873902
20589
20590  src/hb-ot-shape-complex-arabic.cc  |  2 +-
20591  src/hb-ot-shape-complex-default.cc |  2 +-
20592  src/hb-ot-shape-complex-myanmar.cc |  2 +-
20593  src/hb-ot-shape-complex-private.hh |  6 ++++--
20594  src/hb-ot-shape-complex-thai.cc    |  2 +-
20595  src/hb-ot-shape.cc                 | 36
20596  ++++++++++++++++++++++++++++--------
20597  6 files changed, 36 insertions(+), 14 deletions(-)
20598
20599 commit fa3d0a0ce60a9fcf2b7f906dec916463b1319eda
20600 Author: Behdad Esfahbod <behdad@behdad.org>
20601 Date:   Tue May 14 15:30:55 2013 -0400
20602
20603     Bug 64476 - Typo in hb_set_t.get_min()
20604
20605     Fixes previous commit's test.
20606
20607  src/hb-set-private.hh | 2 +-
20608  1 file changed, 1 insertion(+), 1 deletion(-)
20609
20610 commit dfbd115e6c1a86a5f1b8d15200672f1e9410b5de
20611 Author: Behdad Esfahbod <behdad@behdad.org>
20612 Date:   Tue May 14 15:30:17 2013 -0400
20613
20614     [test] Add test for hb_set_get_min() bug
20615
20616     Failing now.
20617
20618     Bug 64476 - Typo in hb_set_t.get_min()
20619
20620  test/api/test-set.c | 4 ++++
20621  1 file changed, 4 insertions(+)
20622
20623 commit 9d9e72e94e7914f82ce62a304e7242f79c13edaf
20624 Author: Behdad Esfahbod <behdad@behdad.org>
20625 Date:   Fri May 3 18:10:10 2013 -0400
20626
20627     [OTLayout] Use is_inplace() when flipping buffers
20628
20629  src/hb-ot-layout.cc | 9 ++++++++-
20630  1 file changed, 8 insertions(+), 1 deletion(-)
20631
20632 commit 45f3d980c9503bd94e64f6e3f67f97688347d00c
20633 Author: Behdad Esfahbod <behdad@behdad.org>
20634 Date:   Fri May 3 17:49:44 2013 -0400
20635
20636     [OTLayout] Merge / templateize apply_string()
20637
20638  src/hb-ot-layout-gpos-table.hh | 25 ---------------
20639  src/hb-ot-layout-gsub-table.hh | 48 ----------------------------
20640  src/hb-ot-layout.cc            | 72
20641  ++++++++++++++++++++++++++++++++++++++++--
20642  3 files changed, 69 insertions(+), 76 deletions(-)
20643
20644 commit e015b8f2187d1102b9c34d1a63504e7b05ee20ee
20645 Author: Behdad Esfahbod <behdad@behdad.org>
20646 Date:   Fri May 3 17:34:29 2013 -0400
20647
20648     [OTLayout] Minor
20649
20650  src/hb-ot-layout-gpos-table.hh | 5 +++++
20651  1 file changed, 5 insertions(+)
20652
20653 commit 780cd930a974165d76dbf7a87701d11b7f15db06
20654 Author: Behdad Esfahbod <behdad@behdad.org>
20655 Date:   Fri May 3 17:33:16 2013 -0400
20656
20657     [OTLayout] Minor
20658
20659  src/hb-ot-layout-gpos-table.hh | 2 +-
20660  src/hb-ot-layout-gsub-table.hh | 2 +-
20661  src/hb-ot-layout.cc            | 4 ++--
20662  3 files changed, 4 insertions(+), 4 deletions(-)
20663
20664 commit 2e0c44f4bedd3e24c731c0e9e23358e9a4891a35
20665 Author: Behdad Esfahbod <behdad@behdad.org>
20666 Date:   Wed Apr 24 16:42:05 2013 -0400
20667
20668     [OTLayout] Add is_inplace() method to GSUB
20669
20670  src/hb-ot-layout-gpos-table.hh       |   8 +-
20671  src/hb-ot-layout-gsub-table.hh       |  58 ++++++++++++-
20672  src/hb-ot-layout-gsubgpos-private.hh | 158
20673  +++++++++++++++++++++++++++++++++++
20674  3 files changed, 222 insertions(+), 2 deletions(-)
20675
20676 commit bac1dd6a0ff4d4fae4254506d38ae662b7e9dda7
20677 Author: Behdad Esfahbod <behdad@behdad.org>
20678 Date:   Thu May 2 18:52:24 2013 -0400
20679
20680     [OTLayout] Refactor a bit more
20681
20682  src/hb-ot-layout-gsubgpos-private.hh       |  10 +--
20683  src/hb-ot-layout-private.hh                |  26 ++++----
20684  src/hb-ot-layout.cc                        | 100
20685  ++++++++++++++---------------
20686  src/hb-ot-map-private.hh                   |   7 +-
20687  src/hb-ot-shape-complex-arabic-fallback.hh |   7 +-
20688  src/hb-ot-shape-fallback.cc                |   3 +-
20689  6 files changed, 78 insertions(+), 75 deletions(-)
20690
20691 commit d2c96819de9a7428b65ef0adf794416224221f36
20692 Author: Behdad Esfahbod <behdad@behdad.org>
20693 Date:   Thu May 2 18:18:24 2013 -0400
20694
20695     Move code around
20696
20697  src/hb-ot-layout.cc | 52
20698  ++++++++++++++++++++++++++++++++++++++++++++++++++++
20699  src/hb-ot-map.cc    | 43 -------------------------------------------
20700  2 files changed, 52 insertions(+), 43 deletions(-)
20701
20702 commit 45fd9424c723f115ca98995b8f8a25185a6fc71d
20703 Author: Behdad Esfahbod <behdad@behdad.org>
20704 Date:   Thu May 2 18:06:51 2013 -0400
20705
20706     [OTLayout] Add hb_ot_layout_lookup_accelerator_t
20707
20708  src/hb-ot-layout-private.hh                | 21 +++++++++++++++++--
20709  src/hb-ot-layout.cc                        | 33
20710  +++++++++++++++---------------
20711  src/hb-ot-shape-complex-arabic-fallback.hh | 10 +++++----
20712  3 files changed, 41 insertions(+), 23 deletions(-)
20713
20714 commit 76ea563673d24ae1673a5aa3a21da6014479d433
20715 Author: Behdad Esfahbod <behdad@behdad.org>
20716 Date:   Sat May 4 16:01:20 2013 -0400
20717
20718     [OTLayout] Add note about collect_glyphs() and recursive lookups
20719
20720  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++++-
20721  1 file changed, 7 insertions(+), 1 deletion(-)
20722
20723 commit a8bf0e91f18341e1e20f4e3341fc7dcdd0c990e1
20724 Author: Behdad Esfahbod <behdad@behdad.org>
20725 Date:   Fri May 3 14:45:04 2013 -0400
20726
20727     Add U+061C ARABIC LETTER MARK to Default_Ignorable
20728
20729  src/hb-unicode-private.hh | 4 ++++
20730  1 file changed, 4 insertions(+)
20731
20732 commit 5d59f999204aedfc433ab4989664d875f96b0364
20733 Author: Behdad Esfahbod <behdad@behdad.org>
20734 Date:   Thu May 2 14:44:45 2013 -0400
20735
20736     [OTLayout] Make MultipleSubst in-place for sequences of len=1
20737
20738  src/hb-ot-layout-gsub-table.hh | 15 +++++++++++----
20739  1 file changed, 11 insertions(+), 4 deletions(-)
20740
20741 commit 54f84a6b8571ac7aaaa66f3eff562d23d69d7552
20742 Author: Behdad Esfahbod <behdad@behdad.org>
20743 Date:   Thu May 2 15:27:53 2013 -0400
20744
20745     [OTLayout] Whitespace
20746
20747  src/hb-ot-layout-gsub-table.hh | 56
20748  +++++++++++++++++++++---------------------
20749  1 file changed, 28 insertions(+), 28 deletions(-)
20750
20751 commit 3276c354daaff3acabecff11f8e4b5c54d53fc25
20752 Author: Behdad Esfahbod <behdad@behdad.org>
20753 Date:   Thu May 2 15:16:59 2013 -0400
20754
20755     [OTLayout] Minor refactoring
20756
20757  src/hb-ot-map-private.hh |  4 ++++
20758  src/hb-ot-map.cc         | 46
20759  +++++++++++++++++++++++++---------------------
20760  2 files changed, 29 insertions(+), 21 deletions(-)
20761
20762 commit ea86efa486a5076e9bf844239bccf86d67577f88
20763 Author: Behdad Esfahbod <behdad@behdad.org>
20764 Date:   Thu May 2 14:41:39 2013 -0400
20765
20766     Minor
20767
20768  src/hb-ot-map-private.hh | 6 +++---
20769  1 file changed, 3 insertions(+), 3 deletions(-)
20770
20771 commit 8b63efb6f80b2e9b2de5ec6ab24d6e15826565cb
20772 Author: Behdad Esfahbod <behdad@behdad.org>
20773 Date:   Thu May 2 14:29:32 2013 -0400
20774
20775     Minor
20776
20777  src/hb-buffer-private.hh | 2 ++
20778  1 file changed, 2 insertions(+)
20779
20780 commit 2265be0a620bc76ab65f12fedde67791beb51314
20781 Author: Behdad Esfahbod <behdad@behdad.org>
20782 Date:   Thu May 2 14:25:09 2013 -0400
20783
20784     Minor
20785
20786  src/hb-ot-map-private.hh   | 17 ++++++++++-------
20787  src/hb-ot-map.cc           |  2 ++
20788  src/hb-ot-shape-private.hh |  3 +--
20789  3 files changed, 13 insertions(+), 9 deletions(-)
20790
20791 commit e6f19af08717a6a63ad0b5bf4bf368778edc63f0
20792 Author: Behdad Esfahbod <behdad@behdad.org>
20793 Date:   Thu May 2 13:59:46 2013 -0400
20794
20795     Minor
20796
20797  src/hb-set-private.hh | 16 +++++++++-------
20798  1 file changed, 9 insertions(+), 7 deletions(-)
20799
20800 commit 6c15ddfe2b45383824b64058ae69939d002183a6
20801 Author: Behdad Esfahbod <behdad@behdad.org>
20802 Date:   Tue Apr 30 11:34:00 2013 -0400
20803
20804     Renamed DEBUG to something else
20805
20806     Some infrastructures use DEBUG as a generic symbol.
20807
20808  src/hb-buffer.cc  | 6 +++---
20809  src/hb-private.hh | 4 ++--
20810  2 files changed, 5 insertions(+), 5 deletions(-)
20811
20812 commit 00b93f6610f36d8d14ca65fb99864be6d5bdb1ea
20813 Author: Behdad Esfahbod <behdad@behdad.org>
20814 Date:   Mon Apr 29 13:48:49 2013 -0400
20815
20816     Fix icu linking by requesting the library searchpath from icu-config
20817
20818     This is not ideal as we don't like -L/usr/lib in our linker line.
20819     But this is only relevant to environments that don't have pkgconfig
20820     files for ICU...
20821
20822     https://github.com/behdad/harfbuzz/pull/2
20823
20824  configure.ac | 4 ++--
20825  1 file changed, 2 insertions(+), 2 deletions(-)
20826
20827 commit 03adf38b22a37216dffac50d075ea9c881f1a22d
20828 Author: Behdad Esfahbod <behdad@behdad.org>
20829 Date:   Mon Apr 29 13:40:52 2013 -0400
20830
20831     Make both old autoconf and new automake happy
20832
20833     Sigh..
20834
20835     Bug 64039 - undefined macro AM_PROG_AR
20836
20837  configure.ac | 2 +-
20838  1 file changed, 1 insertion(+), 1 deletion(-)
20839
20840 commit ed79dff517bacfc87279079d5d42d079c21a0373
20841 Author: Behdad Esfahbod <behdad@behdad.org>
20842 Date:   Sun Apr 21 15:39:25 2013 -0400
20843
20844     Minor
20845
20846  src/hb-ot-layout-gpos-table.hh | 5 -----
20847  1 file changed, 5 deletions(-)
20848
20849 commit 893f57b32f01da3411b5596d59170bc340e9fa39
20850 Author: Behdad Esfahbod <behdad@behdad.org>
20851 Date:   Sun Apr 21 15:21:49 2013 -0400
20852
20853     Minor renaming
20854
20855  src/hb-ot-map-private.hh | 10 +++++-----
20856  src/hb-ot-map.cc         | 22 +++++++++++-----------
20857  2 files changed, 16 insertions(+), 16 deletions(-)
20858
20859 commit 8ac3c9c0b6b8e76bce282825b9bb706c0c78c2a6
20860 Author: Behdad Esfahbod <behdad@behdad.org>
20861 Date:   Sun Apr 21 15:19:38 2013 -0400
20862
20863     Rename "pause" to "stage"
20864
20865     The compile() function is starting to become illegible...
20866
20867  src/hb-ot-map-private.hh | 24 ++++++++++++------------
20868  src/hb-ot-map.cc         | 38 +++++++++++++++++++-------------------
20869  2 files changed, 31 insertions(+), 31 deletions(-)
20870
20871 commit dd0641a432691f9b6186b081c38053858c8bc5c1
20872 Author: Behdad Esfahbod <behdad@behdad.org>
20873 Date:   Sun Apr 21 15:13:57 2013 -0400
20874
20875     Minor
20876
20877  src/hb-ot-map.cc | 5 +++--
20878  1 file changed, 3 insertions(+), 2 deletions(-)
20879
20880 commit 06a44e859328f5f1e2f6034e711b474116d22e22
20881 Author: Behdad Esfahbod <behdad@behdad.org>
20882 Date:   Sun Apr 21 15:13:08 2013 -0400
20883
20884     Remove unneeded code
20885
20886     We always push a pause at the end such that each lookup falls
20887     in exactly
20888     one pause_map_t.  Now, only if I can find a better name for that...
20889
20890  src/hb-ot-map-private.hh |  2 +-
20891  src/hb-ot-map.cc         | 12 +-----------
20892  2 files changed, 2 insertions(+), 12 deletions(-)
20893
20894 commit a408d2375aa2ad96b58e56aef18e5000daf2516b
20895 Author: Behdad Esfahbod <behdad@behdad.org>
20896 Date:   Fri Apr 19 16:32:06 2013 -0400
20897
20898     0.9.16
20899
20900  NEWS         | 13 ++++++++++++-
20901  configure.ac |  2 +-
20902  2 files changed, 13 insertions(+), 2 deletions(-)
20903
20904 commit 8659c636087e433f56da458351e8b4d85fdb347c
20905 Author: Behdad Esfahbod <behdad@behdad.org>
20906 Date:   Fri Apr 19 14:33:17 2013 -0400
20907
20908     Hand-code bsearch in the hot inner loop.
20909
20910     Saves another 3 / 4 percent with Amiri.
20911
20912  src/hb-open-type-private.hh | 29 +++++++++++++++--------------
20913  1 file changed, 15 insertions(+), 14 deletions(-)
20914
20915 commit 797d76d07f80d796a825d850772087104e5a2575
20916 Author: Behdad Esfahbod <behdad@behdad.org>
20917 Date:   Thu Apr 18 19:04:12 2013 -0400
20918
20919     Minor
20920
20921  src/hb-ot-layout-common-private.hh | 3 +--
20922  1 file changed, 1 insertion(+), 2 deletions(-)
20923
20924 commit e4046080c5d785c8dbf9ec9e3478ab9acc83e479
20925 Author: Behdad Esfahbod <behdad@behdad.org>
20926 Date:   Wed Apr 17 23:49:54 2013 -0400
20927
20928     [util] Unbreak --show-text / --show-unicode
20929
20930  util/shape-consumer.hh | 4 ++--
20931  1 file changed, 2 insertions(+), 2 deletions(-)
20932
20933 commit 0dc3a4e0349d28f387a3b4c60a2f51962742738e
20934 Author: Behdad Esfahbod <behdad@behdad.org>
20935 Date:   Wed Apr 17 23:04:03 2013 -0400
20936
20937     Obssesive optimization
20938
20939     Not measurable by any means, but conceptually this is faster since
20940     the mask matches more often than the digest.
20941
20942  src/hb-ot-layout-gpos-table.hh | 4 ++--
20943  src/hb-ot-layout-gsub-table.hh | 8 ++++----
20944  2 files changed, 6 insertions(+), 6 deletions(-)
20945
20946 commit f9a611026785a80baa4cbff31ad0847beb70ca9a
20947 Author: Behdad Esfahbod <behdad@behdad.org>
20948 Date:   Wed Apr 17 19:01:49 2013 -0400
20949
20950     Remove HB_DEBUG_SET_DIGESTS
20951
20952     Wasn't correct with the new combiner.  I should add it back somehow,
20953     but for now the digests seem to be working very well...
20954
20955  src/hb-set-private.hh | 16 +---------------
20956  src/hb-set.cc         | 14 --------------
20957  2 files changed, 1 insertion(+), 29 deletions(-)
20958
20959 commit f7466ee76f2bd3812209426e2c39fe517227406d
20960 Author: Behdad Esfahbod <behdad@behdad.org>
20961 Date:   Wed Apr 17 18:20:44 2013 -0400
20962
20963     Remove hb_set_digest_common_bits_t
20964
20965     Was unused.
20966
20967  src/hb-set-private.hh | 38 --------------------------------------
20968  1 file changed, 38 deletions(-)
20969
20970 commit 0d5798a137b52d9be7ef88c79e59f9bf01d54f3b
20971 Author: Behdad Esfahbod <behdad@behdad.org>
20972 Date:   Wed Apr 17 18:19:21 2013 -0400
20973
20974     Improve hb_set_digest_t
20975
20976     Make Amiri rendering faster a whopping 45% again!  Speends up pretty
20977     much anything I tested.
20978
20979  src/hb-set-private.hh | 28 +++++++++++++++++++++++-----
20980  1 file changed, 23 insertions(+), 5 deletions(-)
20981
20982 commit c7851efcd3a1e5317ab4ea57535cb755bace0848
20983 Author: Behdad Esfahbod <behdad@behdad.org>
20984 Date:   Wed Apr 17 17:45:39 2013 -0400
20985
20986     Templatize hb_set_digest_lowest_bits_t filter
20987
20988  src/hb-set-private.hh | 21 +++++++++++++++++----
20989  1 file changed, 17 insertions(+), 4 deletions(-)
20990
20991 commit 0edd0fd255790471118fae1fd7a1309a2b77cf62
20992 Author: Behdad Esfahbod <behdad@behdad.org>
20993 Date:   Wed Apr 17 17:26:56 2013 -0400
20994
20995     Add comment
20996
20997  src/hb-set-private.hh | 8 ++++++++
20998  1 file changed, 8 insertions(+)
20999
21000 commit b40f2c0372acbc51b13be5cda7dd013e74e3e11a
21001 Author: Behdad Esfahbod <behdad@behdad.org>
21002 Date:   Tue Apr 16 23:21:38 2013 -0400
21003
21004     Add hb_set_digest_combiner_t
21005
21006  src/hb-set-private.hh | 33 ++++++++++++++++++++-------------
21007  1 file changed, 20 insertions(+), 13 deletions(-)
21008
21009 commit 02e5e583688999c4dc04f11b3924da65f99af7e3
21010 Author: Behdad Esfahbod <behdad@behdad.org>
21011 Date:   Tue Apr 16 23:13:10 2013 -0400
21012
21013     Speed up Speed up hb_set_digest_common_bits_t calcs
21014
21015     Correctly this time.
21016
21017  src/hb-set-private.hh | 8 +++++---
21018  1 file changed, 5 insertions(+), 3 deletions(-)
21019
21020 commit 893991fc9d2d3a57c4c148f3a9c3b98263cf3aed
21021 Author: Behdad Esfahbod <behdad@behdad.org>
21022 Date:   Tue Apr 16 21:50:33 2013 -0400
21023
21024     Initialize set digests
21025
21026     We were not initializing the digests properly and as a result
21027     they were
21028     being initialized to zero, making digest1 to never do any useful work.
21029
21030     Speeds up Amiri shaping significantly.
21031
21032  src/hb-ot-layout.cc                        | 6 ++++++
21033  src/hb-ot-shape-complex-arabic-fallback.hh | 4 +++-
21034  2 files changed, 9 insertions(+), 1 deletion(-)
21035
21036 commit 4d2813d3e980c8e6150caafa604a78cc44bf62a2
21037 Author: Behdad Esfahbod <behdad@behdad.org>
21038 Date:   Tue Apr 16 21:57:21 2013 -0400
21039
21040     Print set-digest hit ratio with HB_DEBUG_SET_DIGESTS
21041
21042  src/hb-set-private.hh | 13 +++++++++++++
21043  src/hb-set.cc         | 13 +++++++++++++
21044  2 files changed, 26 insertions(+)
21045
21046 commit 1357c2dd120d005ceecfa83ed328d05dc634d7bc
21047 Author: Behdad Esfahbod <behdad@behdad.org>
21048 Date:   Tue Apr 16 21:47:40 2013 -0400
21049
21050     Revert "Speed up hb_set_digest_common_bits_t calcs"
21051
21052     This reverts commit 3d1b66a35e1ab3be19335705f310b278d76d66d2.
21053
21054     The calculations were buggy.  It's not worth optimizing right now.
21055
21056  src/hb-set-private.hh | 6 +++---
21057  1 file changed, 3 insertions(+), 3 deletions(-)
21058
21059 commit 2b712bba3f7c459653737dfa2f7d26f17f3b9f64
21060 Author: Behdad Esfahbod <behdad@behdad.org>
21061 Date:   Tue Apr 16 16:11:09 2013 -0400
21062
21063     Fix typo in unused macro
21064
21065  src/hb-private.hh | 2 +-
21066  1 file changed, 1 insertion(+), 1 deletion(-)
21067
21068 commit 50067e280f381918b8e90b26df9e7bf20f98f0bd
21069 Author: Behdad Esfahbod <behdad@behdad.org>
21070 Date:   Thu Apr 11 16:31:01 2013 -0400
21071
21072     [util] Add --num-iterations
21073
21074     Useful for profiling shapers.
21075
21076  util/options.cc        |  1 +
21077  util/options.hh        |  2 ++
21078  util/shape-consumer.hh | 15 +++++++++------
21079  3 files changed, 12 insertions(+), 6 deletions(-)
21080
21081 commit 08677c250767bfc2c0dd1fc934dea92984741291
21082 Author: Behdad Esfahbod <behdad@behdad.org>
21083 Date:   Thu Apr 11 14:45:58 2013 -0400
21084
21085     [old] Speed up Unicode properties access in hb-old shaper
21086
21087     Just to be sure it's not punishing the old shaper performance
21088     numbers.  Doesn't seem to have a measurable effect.
21089
21090  src/hb-old/harfbuzz-arabic.c   | 44
21091  +++++++++++++++++++++---------------------
21092  src/hb-old/harfbuzz-external.h | 18 ++++++++---------
21093  src/hb-old/harfbuzz-greek.c    |  2 +-
21094  src/hb-old/harfbuzz-hebrew.c   |  2 +-
21095  src/hb-old/harfbuzz-indic.cpp  | 10 +++++-----
21096  src/hb-old/harfbuzz-shaper.cpp |  6 ++++--
21097  src/hb-old/harfbuzz-shaper.h   |  1 +
21098  7 files changed, 43 insertions(+), 40 deletions(-)
21099
21100 commit 36a661c0a03d958b95c9ea64a435b55bcd99c3d6
21101 Author: Behdad Esfahbod <behdad@behdad.org>
21102 Date:   Thu Apr 11 13:38:37 2013 -0400
21103
21104     [git.mk] Update
21105
21106  git.mk | 33 ++++++++++++++++++++-------------
21107  1 file changed, 20 insertions(+), 13 deletions(-)
21108
21109 commit ef9e02eddfc9a37d50723e96839635d79191d849
21110 Author: Behdad Esfahbod <behdad@behdad.org>
21111 Date:   Tue Apr 9 14:06:54 2013 -0400
21112
21113     Minor
21114
21115  src/test.cc | 1 +
21116  1 file changed, 1 insertion(+)
21117
21118 commit 22e47456154ca0b8173268486e56ef3a0e1e7150
21119 Author: Behdad Esfahbod <behdad@behdad.org>
21120 Date:   Fri Apr 5 18:02:43 2013 -0400
21121
21122     0.9.15
21123
21124  NEWS         | 10 ++++++++++
21125  configure.ac |  2 +-
21126  2 files changed, 11 insertions(+), 1 deletion(-)
21127
21128 commit 4d4fc920496c95621d5bb4800282ea8c028cdde3
21129 Author: Behdad Esfahbod <behdad@behdad.org>
21130 Date:   Fri Apr 5 17:58:25 2013 -0400
21131
21132     [git.mk] Ignore ar-lib
21133
21134  git.mk | 1 +
21135  1 file changed, 1 insertion(+)
21136
21137 commit 587e5753e088b4d0b82c74ddbde790a8369a7517
21138 Author: Behdad Esfahbod <behdad@behdad.org>
21139 Date:   Fri Apr 5 12:38:58 2013 -0400
21140
21141     Add note re Hangul shaping
21142
21143  src/hb-ot-shape-complex-private.hh | 14 ++++++++++++++
21144  1 file changed, 14 insertions(+)
21145
21146 commit 269de14dda7a86a20917fa9ea6a5864929c41364
21147 Author: Behdad Esfahbod <behdad@behdad.org>
21148 Date:   Thu Apr 4 23:06:54 2013 -0400
21149
21150     Don't compose Hangul jamo
21151
21152     See thread "an issue regarding discrepancy between Korean and Unicode
21153     standards" on the mailing list for the rationale.  In short: Uniscribe
21154     doesn't, so fonts are designed to work without it.
21155
21156  src/hb-ot-shape-complex-default.cc   |  6 ------
21157  src/hb-ot-shape-normalize-private.hh |  1 -
21158  src/hb-ot-shape-normalize.cc         | 11 +++++------
21159  3 files changed, 5 insertions(+), 13 deletions(-)
21160
21161 commit 1f970609850bb4999b94e1e11b764ab4279cbd38
21162 Author: Behdad Esfahbod <behdad@behdad.org>
21163 Date:   Thu Apr 4 15:02:03 2013 -0400
21164
21165     Put back MemoryBarrier fallback implementation on MINGW32
21166
21167     This almost reverts 2761e8a632c14353f286708898be8df6ebad7407,
21168     but only if under MINGW32, so it doesn't affect MSVC.
21169
21170  src/hb-atomic-private.hh | 8 ++++++++
21171  1 file changed, 8 insertions(+)
21172
21173 commit f368ba4a9edec4e297616698097546e8e6c89e53
21174 Author: Behdad Esfahbod <behdad@behdad.org>
21175 Date:   Thu Apr 4 14:25:36 2013 -0400
21176
21177     [Arabic] Zero marks by GDEF, not Unicode category
21178
21179     Testing shows that this is closer to what Uniscribe does.
21180
21181     Reported by Khaled Hosny:
21182
21183     """
21184     commit 568000274c8edb5f41bc4f876ce21fcc8bdaeed8
21185     ...
21186     This commit is causing a regression with Amiri, the string
21187     “هَٰذ” with
21188     Uniscribe and HarfBuzz before this commit, gives:
21189
21190             [uni0630.fina=3+965|uni0670.medi=0+600|uni064E=0@-256,0+0|uni0647.init=0+926]
21191
21192     But now it gives:
21193
21194             [uni0630.fina=3+965|uni0670.medi=0+0|uni064E=0@-256,0+0|uni0647.init=0+926]
21195
21196     i.e. uni0670.medi is zeroed though it has a base glyph GDEF class.
21197     """
21198
21199     The test case is U+0647,U+064E,U+0670,U+0630 with Amiri.
21200
21201  src/hb-ot-shape-complex-arabic.cc | 2 +-
21202  1 file changed, 1 insertion(+), 1 deletion(-)
21203
21204 commit 3b80674c50b8c3133848a4034f7106b2b9bfe224
21205 Author: Behdad Esfahbod <behdad@behdad.org>
21206 Date:   Thu Apr 4 12:06:46 2013 -0400
21207
21208     Bug 63107 - FTBFS on ppc64: symbols marked with 'D' on powerpc64
21209     instead
21210
21211  src/check-symbols.sh | 2 +-
21212  1 file changed, 1 insertion(+), 1 deletion(-)
21213
21214 commit 7148dc1a978610af25b4f490691a62d709c8c463
21215 Author: Behdad Esfahbod <behdad@behdad.org>
21216 Date:   Tue Apr 2 14:08:53 2013 -0400
21217
21218     [graphite2] Don't crash if language is not set
21219
21220     https://bugs.webkit.org/show_bug.cgi?id=113796
21221
21222  src/hb-graphite2.cc | 2 +-
21223  1 file changed, 1 insertion(+), 1 deletion(-)
21224
21225 commit a88a62f70f87563725d47b9b6824565e5d6b78ab
21226 Author: Behdad Esfahbod <behdad@behdad.org>
21227 Date:   Thu Mar 21 21:02:16 2013 -0400
21228
21229     Minor
21230
21231  src/hb-ot-shape-normalize.cc | 4 +---
21232  1 file changed, 1 insertion(+), 3 deletions(-)
21233
21234 commit 0a2b2a505b647f6b4802750c87cd9c5f0baaadef
21235 Author: Behdad Esfahbod <behdad@behdad.org>
21236 Date:   Thu Mar 21 16:26:39 2013 -0400
21237
21238     Remove gthread leftovers
21239
21240     We don't use gthread anymore, remove leftovers.
21241
21242  configure.ac         | 6 ------
21243  test/api/Makefile.am | 4 ++--
21244  test/api/hb-test.h   | 3 ---
21245  3 files changed, 2 insertions(+), 11 deletions(-)
21246
21247 commit b93de1ea085bfc0661ce3ad0e21fb5eba722c951
21248 Author: Behdad Esfahbod <behdad@behdad.org>
21249 Date:   Thu Mar 21 16:25:20 2013 -0400
21250
21251     Minor
21252
21253  configure.ac | 16 ++++++++--------
21254  1 file changed, 8 insertions(+), 8 deletions(-)
21255
21256 commit f872a17462a75a3493623747bf3a3fbe54556c7b
21257 Author: Behdad Esfahbod <behdad@behdad.org>
21258 Date:   Thu Mar 21 13:38:06 2013 -0400
21259
21260     0.9.14
21261
21262  NEWS         | 14 ++++++++++++++
21263  configure.ac |  2 +-
21264  2 files changed, 15 insertions(+), 1 deletion(-)
21265
21266 commit cc50bf5b13bfe88137fa7a42782872c40fb9aefb
21267 Author: Behdad Esfahbod <behdad@behdad.org>
21268 Date:   Tue Mar 19 06:59:40 2013 -0400
21269
21270     Remove Hangul filler characters from Default_Ignorable chars
21271
21272     See discussion on mailing list.
21273
21274  src/hb-unicode-private.hh                                      |
21275  10 +++++++---
21276  .../texts/in-tree/shaper-default/script-hangul/misc/misc.txt   |  1 +
21277  2 files changed, 8 insertions(+), 3 deletions(-)
21278
21279 commit a8cf7b43fa795150ae3d42d64424bb6e0373d0b2
21280 Author: Behdad Esfahbod <behdad@behdad.org>
21281 Date:   Tue Mar 19 05:53:26 2013 -0400
21282
21283     [Indic] Futher adjust ZWJ handling in Indic-like shapers
21284
21285     After the Ngapi hackfest work, we were assuming that fonts
21286     won't use presentation features to choose specific forms
21287     (eg. conjuncts).  As such, we were using auto-joiner behavior
21288     for such features.  It proved to be troublesome as many fonts
21289     used presentation forms ('pres') for example to form conjuncts,
21290     which need to be disabled when a ZWJ is inserted.
21291
21292     Two examples:
21293
21294             U+0D2F,U+200D,U+0D4D,U+0D2F with kartika.ttf
21295             U+0995,U+09CD,U+200D,U+09B7 with vrinda.ttf
21296
21297     What we do now is to never do magic to ZWJ during GSUB's main input
21298     match for Indic-style shapers.  Note that backtrack/lookahead
21299     are still
21300     matched liberally, as is GPOS.  This seems to be an acceptable
21301     compromise.
21302
21303     As to the bug that initially started this work, that one needs to
21304     be fixed differently:
21305
21306       Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not
21307       provide same results as Windows8
21308       https://bugs.freedesktop.org/show_bug.cgi?id=58714
21309
21310     New numbers:
21311
21312     BENGALI: 353689 out of 354188 tests passed. 499 failed (0.140886%)
21313     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
21314     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
21315     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
21316     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
21317     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
21318     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
21319     MALAYALAM: 1048102 out of 1048334 tests passed. 232 failed
21320     (0.0221304%)
21321     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
21322     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
21323     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
21324     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
21325     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
21326
21327  src/hb-ot-layout-gsubgpos-private.hh               | 30
21328  ++++++++--------------
21329  src/hb-ot-layout-private.hh                        |  4 +--
21330  src/hb-ot-layout.cc                                |  8 +++---
21331  src/hb-ot-map-private.hh                           |  8 +++---
21332  src/hb-ot-map.cc                                   | 18 ++++++-------
21333  src/hb-ot-shape-complex-arabic-fallback.hh         |  2 +-
21334  src/hb-ot-shape-complex-indic.cc                   | 30
21335  +++++++++++-----------
21336  src/hb-ot-shape-complex-myanmar.cc                 |  4 +--
21337  src/hb-ot-shape-complex-sea.cc                     |  4 +--
21338  src/hb-ot-shape-fallback.cc                        |  2 +-
21339  .../indic/script-bengali/misc/misc.txt             |  1 +
21340  .../indic/script-malayalam/misc/misc.txt           |  1 +
21341  12 files changed, 53 insertions(+), 59 deletions(-)
21342
21343 commit 8226fb56f131362db877dc4be6857c684b8fd022
21344 Author: Behdad Esfahbod <behdad@behdad.org>
21345 Date:   Tue Mar 19 05:22:27 2013 -0400
21346
21347     Allow disabling ICU by using a fake icu-config script
21348
21349  configure.ac | 4 ++--
21350  1 file changed, 2 insertions(+), 2 deletions(-)
21351
21352 commit a1f3e8ccbfad0d1148b905ae008ba63a26090cb9
21353 Author: Behdad Esfahbod <behdad@behdad.org>
21354 Date:   Mon Mar 11 20:18:49 2013 -0400
21355
21356     [travis] Install libicu
21357
21358  .travis.yml | 5 +++--
21359  1 file changed, 3 insertions(+), 2 deletions(-)
21360
21361 commit 14cfab52daa8d22b843110f32ca09af5bbc855a6
21362 Author: Behdad Esfahbod <behdad@behdad.org>
21363 Date:   Mon Mar 11 19:53:44 2013 -0400
21364
21365     Add build system fallback to icu-config
21366
21367     Ubuntu doesn't (or didn't until recently?) ship icu pkg-config
21368     files.  That's quite unfortunate.  Work around it.
21369
21370     Bug 57608 - ICU Detection fallback for non-pkgconfig systems
21371
21372  configure.ac | 37 +++++++++++++++++++++++++++++++++++++
21373  1 file changed, 37 insertions(+)
21374
21375 commit 190e19e6842875c7a487c66235300ee6b42fb5da
21376 Author: Behdad Esfahbod <behdad@behdad.org>
21377 Date:   Sat Mar 9 20:30:22 2013 -0500
21378
21379     [ft] Remove TODO items that I'm not going to fix
21380
21381  src/hb-ft.cc | 7 +------
21382  1 file changed, 1 insertion(+), 6 deletions(-)
21383
21384 commit 392ee97431b368ee74e1b521fd539b69d2efadfb
21385 Author: Behdad Esfahbod <behdad@behdad.org>
21386 Date:   Sat Mar 9 20:27:55 2013 -0500
21387
21388     [ft] Remove TODO item re FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH
21389
21390     That flag is redundant, deprecated, and ignored since April 2011.
21391     From FreeType git log:
21392
21393     commit 8c82ec5b17d0cfc9b0876a2d848acc207a62a25a
21394     Author: Behdad Esfahbod <behdad@behdad.org>
21395     Date:   Thu Apr 21 08:21:37 2011 +0200
21396
21397         Always ignore global advance.
21398
21399         This makes FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH redundant,
21400         deprecated, and ignored.  The new behavior is what every
21401         major user
21402         of FreeType has been requesting.  Global advance is broken in many
21403         CJK fonts.  Just ignoring it by default makes most sense.
21404
21405         * src/truetype/ttdriver.c (tt_get_advances),
21406         src/truetype/ttgload.c (TT_Get_HMetrics, TT_Get_VMetrics,
21407         tt_get_metrics, compute_glyph_metrics, TT_Load_Glyph),
21408         src/truetype/ttgload.h: Implement it.
21409
21410         * docs/CHANGES: Updated.
21411
21412  src/hb-ft.cc | 2 --
21413  1 file changed, 2 deletions(-)
21414
21415 commit c5d91f39802078fc6f6de71940739ec4d04eca07
21416 Author: Behdad Esfahbod <behdad@behdad.org>
21417 Date:   Sat Mar 9 04:34:21 2013 -0500
21418
21419     Add hb_auto_array_t
21420
21421  src/hb-private.hh | 8 ++++++++
21422  1 file changed, 8 insertions(+)
21423
21424 commit ee5464d17fa4c59f5adaaa13dde70dd5264dbc64
21425 Author: Behdad Esfahbod <behdad@behdad.org>
21426 Date:   Sat Mar 9 01:59:30 2013 -0500
21427
21428     [OTLayout] Move code around
21429
21430  src/hb-ot-layout-gpos-table.hh |  33 ++++++------
21431  src/hb-ot-layout-gsub-table.hh | 115
21432  +++++++++++++++++++++--------------------
21433  2 files changed, 75 insertions(+), 73 deletions(-)
21434
21435 commit 9c5a9ee967120c8a968a1160c420e03620d46c24
21436 Author: Behdad Esfahbod <behdad@behdad.org>
21437 Date:   Sat Mar 9 01:55:04 2013 -0500
21438
21439     [OTLayout] Rename process() to dispatch()
21440
21441  src/hb-open-type-private.hh          |  2 +-
21442  src/hb-ot-layout-gpos-table.hh       | 80
21443  ++++++++++++++++++------------------
21444  src/hb-ot-layout-gsub-table.hh       | 78
21445  +++++++++++++++++------------------
21446  src/hb-ot-layout-gsubgpos-private.hh | 36 ++++++++--------
21447  4 files changed, 98 insertions(+), 98 deletions(-)
21448
21449 commit 2761e8a632c14353f286708898be8df6ebad7407
21450 Author: Behdad Esfahbod <behdad@behdad.org>
21451 Date:   Thu Mar 7 20:51:30 2013 -0500
21452
21453     [win32] Remove MemoryBarrier() fallback implementation
21454
21455     I added these because the older mingw32 toolchain didn't have
21456     MemoryBarrier().  The newer mingw-w64 toolchain however has.
21457     As reported by John Emmas this was causing build failure with
21458     MSVC (on glib) because of inline issues.  But that reminded me
21459     that we may be taking this path even if the system implements
21460     MemoryBarrier as a function, which is a waste.  So, just remove
21461     it.
21462
21463  src/hb-atomic-private.hh | 14 +-------------
21464  1 file changed, 1 insertion(+), 13 deletions(-)
21465
21466 commit ea11abfc5de8bc5cf651b37c9570593eed6a8f9b
21467 Author: Behdad Esfahbod <behdad@behdad.org>
21468 Date:   Wed Mar 6 20:21:11 2013 -0500
21469
21470     [build] Port to newer automake recommended syntax
21471
21472  test/api/Makefile.am | 4 ++--
21473  1 file changed, 2 insertions(+), 2 deletions(-)
21474
21475 commit c39def9bc71559d59325a2c3282c1cec4286b2ae
21476 Author: Behdad Esfahbod <behdad@behdad.org>
21477 Date:   Wed Mar 6 20:20:45 2013 -0500
21478
21479     Move valgrind suppressions to the correct directory
21480
21481  test/{ => api}/.valgrind-suppressions | 0
21482  1 file changed, 0 insertions(+), 0 deletions(-)
21483
21484 commit a8ac1d33c731f6200ee472ab6c37a80b72770564
21485 Author: Behdad Esfahbod <behdad@behdad.org>
21486 Date:   Wed Mar 6 20:05:34 2013 -0500
21487
21488     [build] Add AM_PROG_AR
21489
21490     Newer automake / libtools warns otherwise.
21491
21492  configure.ac | 1 +
21493  1 file changed, 1 insertion(+)
21494
21495 commit 5594c2d112c295147ee69215a2ce9dfd99984aa0
21496 Author: Behdad Esfahbod <behdad@behdad.org>
21497 Date:   Wed Mar 6 19:37:31 2013 -0500
21498
21499     [FT] Just return if glyph name not found
21500
21501     The fallback happens in higher level already.  No need to do here.
21502
21503  src/hb-ft.cc | 4 ++--
21504  1 file changed, 2 insertions(+), 2 deletions(-)
21505
21506 commit fb7c182bf92142540bff1ad7fb82de0d115fb2b5
21507 Author: Behdad Esfahbod <behdad@behdad.org>
21508 Date:   Wed Mar 6 00:53:24 2013 -0500
21509
21510     [Indic] Minor
21511
21512  src/hb-ot-shape-complex-indic.cc | 2 +-
21513  1 file changed, 1 insertion(+), 1 deletion(-)
21514
21515 commit 8144936d072f94104242edf9e7aaa31d315b4094
21516 Author: Behdad Esfahbod <behdad@behdad.org>
21517 Date:   Tue Mar 5 20:08:59 2013 -0500
21518
21519     [Indic] Work around fonts with broken new-spec tables
21520
21521     See comments, and this thread:
21522
21523     http://lists.freedesktop.org/archives/harfbuzz/2013-March/002990.html
21524
21525     Originally reported here:
21526
21527     https://code.google.com/p/chromium/issues/detail?id=96143
21528
21529     Doesn't change test suite numbers.
21530
21531  src/hb-ot-shape-complex-indic.cc | 42
21532  +++++++++++++++++++++++++++-------------
21533  1 file changed, 29 insertions(+), 13 deletions(-)
21534
21535 commit dfb799f57572e8123035a42a30f93c7fc4d37692
21536 Author: Behdad Esfahbod <behdad@behdad.org>
21537 Date:   Tue Mar 5 17:23:33 2013 -0500
21538
21539     [travis] Oops.  Run make check, not make test!
21540
21541  .travis.yml | 2 +-
21542  1 file changed, 1 insertion(+), 1 deletion(-)
21543
21544 commit 8bdce1cac1be9e79344c1f9a9811d98ed2e5c5fd
21545 Author: Behdad Esfahbod <behdad@behdad.org>
21546 Date:   Tue Mar 5 02:35:31 2013 -0500
21547
21548     Run autogen.sh, not configure, in travis-ci
21549
21550  .travis.yml | 1 +
21551  1 file changed, 1 insertion(+)
21552
21553 commit 5f705b437cb116275a8c20366e694d740bce715c
21554 Author: Behdad Esfahbod <behdad@behdad.org>
21555 Date:   Tue Mar 5 01:37:44 2013 -0500
21556
21557     Add .travis.yml for continuous building with travis-ci.org
21558
21559     Notifications sent to IRC channel and mailing list.
21560
21561  .travis.yml | 12 ++++++++++++
21562  1 file changed, 12 insertions(+)
21563
21564 commit cd54d505d1a2467a67e5ff96fe0eb101b953b265
21565 Author: Behdad Esfahbod <behdad@behdad.org>
21566 Date:   Mon Mar 4 21:29:38 2013 -0500
21567
21568     Fix distcheck
21569
21570  src/Makefile.am | 2 ++
21571  1 file changed, 2 insertions(+)
21572
21573 commit 22c625a490bbaac52ead2cd29ee49b170e6e9845
21574 Author: Behdad Esfahbod <behdad@behdad.org>
21575 Date:   Mon Mar 4 20:56:15 2013 -0500
21576
21577     [git.mk] Update to commit efc928222179576270c5910416d8055dd7a97896
21578
21579         Move reusable list of files into variable definitions modules can
21580         reuse
21581
21582  Makefile.am | 22 ++++------------------
21583  git.mk      | 59
21584  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
21585  2 files changed, 60 insertions(+), 21 deletions(-)
21586
21587 commit 66f7b3509a121b8f3289ad4c4aed2b5b10a6de2e
21588 Author: Behdad Esfahbod <behdad@behdad.org>
21589 Date:   Mon Mar 4 18:52:12 2013 -0500
21590
21591     Add libtool m4 macros to MAINTAINERCLEANFILES
21592
21593  Makefile.am | 5 +++++
21594  1 file changed, 5 insertions(+)
21595
21596 commit 41732f1fe3ce856d8bb95850635034537b6ba047
21597 Author: Behdad Esfahbod <behdad@behdad.org>
21598 Date:   Wed Feb 27 20:40:54 2013 -0500
21599
21600     [Indic] Help compiler put indic_features table in .rodata
21601
21602     The overridden "or" operator was preventing the flag expression from
21603     being const, and putting the table in .data instead or .rodata.
21604
21605  src/hb-ot-map-private.hh         |  2 ++
21606  src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++------------
21607  2 files changed, 14 insertions(+), 12 deletions(-)
21608
21609 commit 778d7f844cb330289830c95431269db06ba1c969
21610 Author: Behdad Esfahbod <behdad@behdad.org>
21611 Date:   Wed Feb 27 18:47:26 2013 -0500
21612
21613     [buffer] Better parse glyph names
21614
21615  src/hb-buffer-deserialize-json.rl | 9 ++++++---
21616  src/hb-buffer-deserialize-text.rl | 5 ++++-
21617  2 files changed, 10 insertions(+), 4 deletions(-)
21618
21619 commit 20b817ac21147e0a8edbf23ef071c2f4ce6c2b95
21620 Author: Behdad Esfahbod <behdad@behdad.org>
21621 Date:   Wed Feb 27 18:39:37 2013 -0500
21622
21623     [buffer] Implement buffer deserialization for format=json
21624
21625     Using a ragel machine.
21626
21627  src/Makefile.am                   |   2 +
21628  src/hb-buffer-deserialize-json.rl | 129
21629  ++++++++++++++++++++++++++++++++++++++
21630  src/hb-buffer-deserialize-text.rl |  52 +--------------
21631  src/hb-buffer-serialize.cc        |  45 +++++++++++--
21632  src/hb-private.hh                 |   6 +-
21633  src/hb-shape.cc                   |   2 -
21634  src/test-buffer-serialize.cc      |   4 +-
21635  7 files changed, 179 insertions(+), 61 deletions(-)
21636
21637 commit 847794e929831750e97525137ab5e285ccd1064e
21638 Author: Behdad Esfahbod <behdad@behdad.org>
21639 Date:   Wed Feb 27 17:59:28 2013 -0500
21640
21641     [buffer] Implement buffer deserialization for format=text
21642
21643     Using a ragel machine.
21644
21645  src/Makefile.am                   |   2 +
21646  src/hb-buffer-deserialize-text.rl | 169
21647  ++++++++++++++++++++++++++++++++++++++
21648  src/hb-buffer-private.hh          |   3 +-
21649  src/hb-buffer-serialize.cc        |  36 +++-----
21650  src/hb-buffer.cc                  |  13 ++-
21651  src/hb-buffer.h                   |   2 +-
21652  src/hb-private.hh                 |   5 +-
21653  src/hb-shape.cc                   |   9 +-
21654  src/test-buffer-serialize.cc      |  16 +++-
21655  9 files changed, 221 insertions(+), 34 deletions(-)
21656
21657 commit 4ee803b42a3baae4b0f295a07cb7ad591a538e4c
21658 Author: Behdad Esfahbod <behdad@behdad.org>
21659 Date:   Wed Feb 27 16:09:55 2013 -0500
21660
21661     [buffer] Fix serializing of buffer with invalid direction
21662
21663  src/hb-buffer-serialize.cc | 2 +-
21664  1 file changed, 1 insertion(+), 1 deletion(-)
21665
21666 commit e54dd26300f50eb19907a9d39269a363279b3e07
21667 Author: Behdad Esfahbod <behdad@behdad.org>
21668 Date:   Wed Feb 27 13:01:02 2013 -0500
21669
21670     [buffer] Start implementing buffer deserialization
21671
21672  src/Makefile.am              |  12 ++++-
21673  src/hb-buffer-serialize.cc   |  64 ++++++++++++++++++++++--
21674  src/hb-buffer.h              |   2 +-
21675  src/test-buffer-serialize.cc | 114
21676  +++++++++++++++++++++++++++++++++++++++++++
21677  4 files changed, 187 insertions(+), 5 deletions(-)
21678
21679 commit bcc8f32b4c46cd73f591924c64a6f63df6eaf9e7
21680 Author: Behdad Esfahbod <behdad@behdad.org>
21681 Date:   Wed Feb 27 12:02:42 2013 -0500
21682
21683     [buffer] Minor
21684
21685  src/hb-buffer-serialize.cc | 10 +++++++---
21686  src/hb-buffer.h            |  4 ++--
21687  2 files changed, 9 insertions(+), 5 deletions(-)
21688
21689 commit d3e14aafff60e1314d0ef66e42cdde6bf949bb66
21690 Author: Behdad Esfahbod <behdad@behdad.org>
21691 Date:   Wed Feb 27 11:06:36 2013 -0500
21692
21693     [buffer] Move buffer serialization code to a new file
21694
21695  Android.mk                 |   1 +
21696  src/Makefile.am            |   1 +
21697  src/hb-buffer-serialize.cc | 251
21698  +++++++++++++++++++++++++++++++++++++++++++++
21699  src/hb-buffer.cc           | 228 ----------------------------------------
21700  4 files changed, 253 insertions(+), 228 deletions(-)
21701
21702 commit 8da51112696ec8641d7dd9184b7ab1dd48458813
21703 Author: Behdad Esfahbod <behdad@behdad.org>
21704 Date:   Wed Feb 27 17:48:31 2013 -0500
21705
21706     Minor
21707
21708  src/hb-shape.cc | 2 ++
21709  1 file changed, 2 insertions(+)
21710
21711 commit 94789fd6012125acc8426dd88df97f03b0948ea5
21712 Author: Behdad Esfahbod <behdad@behdad.org>
21713 Date:   Tue Feb 26 21:22:37 2013 -0500
21714
21715     [Indic] Sort pre-base reordering consonants with post-forms
21716
21717     Before, we were marking them as below-form for initial reordering.
21718     However, there is a rule that says "post consonants should follow
21719     below consonsnts" for base determination purposes.  Malayalam has
21720     port-form YA/VA, and RA is pre-base.  As such, for a sequence like
21721     YA,Virama,YA,Virama,RA, the correct base is at index 0.  But
21722     because the code was seeing RA as a below-base, it was stopping at
21723     the second YA as base, instead of jumping it as a post-base.
21724
21725     By treating prebase-reordering consonants like post-forms, this
21726     is fixed.
21727
21728     MALAYALAM went down from 351 to 265.  Other numbers didn't change:
21729
21730     BENGALI: 353686 out of 354188 tests passed. 502 failed (0.141733%)
21731     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
21732     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
21733     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
21734     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
21735     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
21736     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
21737     MALAYALAM: 1048069 out of 1048334 tests passed. 265 failed
21738     (0.0252782%)
21739     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
21740     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
21741     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
21742     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
21743     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
21744
21745  src/hb-ot-shape-complex-indic.cc | 2 +-
21746  1 file changed, 1 insertion(+), 1 deletion(-)
21747
21748 commit 6d69a2cec158061ef097c488d08813c9503824b8
21749 Author: Behdad Esfahbod <behdad@behdad.org>
21750 Date:   Tue Feb 26 19:35:50 2013 -0500
21751
21752     [tests] Add Malayalam tests frim cibu
21753
21754  .../indic/script-malayalam/misc/MANIFEST           |   1 +
21755  .../indic/script-malayalam/misc/cibu.txt           | 188
21756  +++++++++++++++++++++
21757  2 files changed, 189 insertions(+)
21758
21759 commit 1edc6b97b67363d55cfb5914c991ae54d42a6440
21760 Author: Behdad Esfahbod <behdad@behdad.org>
21761 Date:   Tue Feb 26 15:01:45 2013 -0500
21762
21763     Update Android.mk
21764
21765  Android.mk | 3 +++
21766  1 file changed, 3 insertions(+)
21767
21768 commit 05d5d3cd63ba2fadfdb62190dd24ef80ee3df40c
21769 Author: Behdad Esfahbod <behdad@behdad.org>
21770 Date:   Mon Feb 25 23:57:51 2013 -0500
21771
21772     Fix "comparison between signed and unsigned" warnings
21773
21774     Patch from Jonathan Kew.
21775
21776  src/hb-open-type-private.hh | 2 +-
21777  1 file changed, 1 insertion(+), 1 deletion(-)
21778
21779 commit 07a52b62115f10caea5c2d174a4272eb9ddb2284
21780 Author: Behdad Esfahbod <behdad@behdad.org>
21781 Date:   Mon Feb 25 19:09:57 2013 -0500
21782
21783     Give up sanitizing after 100 edit requests
21784
21785     Such fonts are *definitely* really broken.  Give up.
21786     Limits time spent in sanitize for extremely / deliberately broken
21787     fonts.  For example, two fonts with these md5sum / names:
21788
21789       9343f0a1b8c84b8123e7d201cae62ffd.ttf
21790       eb8c978547f09d368fc204194fb34688.ttf
21791
21792     were spending over a second in sanitize!  Not anymore.
21793
21794  src/hb-open-type-private.hh | 7 +++++++
21795  1 file changed, 7 insertions(+)
21796
21797 commit 29ff25481584e20a2fa39195f295c8eb4bf3bad0
21798 Author: Behdad Esfahbod <behdad@behdad.org>
21799 Date:   Mon Feb 25 19:04:56 2013 -0500
21800
21801     Add HB_DEBUG_VERBOSE
21802
21803     Only affects the verbosity of function name printing right now.
21804
21805  src/hb-private.hh | 6 +++++-
21806  1 file changed, 5 insertions(+), 1 deletion(-)
21807
21808 commit 05686b5f697ed40dd21b330d044c3c286461fb26
21809 Author: Behdad Esfahbod <behdad@behdad.org>
21810 Date:   Mon Feb 25 18:19:20 2013 -0500
21811
21812     0.9.13
21813
21814  NEWS         | 29 +++++++++++++++++++++++++++++
21815  configure.ac |  2 +-
21816  2 files changed, 30 insertions(+), 1 deletion(-)
21817
21818 commit 9e5ac7b8c02c86a4f28c79173a5237503eaa7115
21819 Author: Behdad Esfahbod <behdad@behdad.org>
21820 Date:   Mon Feb 25 17:54:10 2013 -0500
21821
21822     Fix blob test to match c3ba49b6fa1865e8318926eaa6c0f2063d1053bb
21823
21824  test/api/test-blob.c | 57
21825  ++++++++++++++++++++++++++++++++++++++++++++++------
21826  1 file changed, 51 insertions(+), 6 deletions(-)
21827
21828 commit c3ba49b6fa1865e8318926eaa6c0f2063d1053bb
21829 Author: Behdad Esfahbod <behdad@behdad.org>
21830 Date:   Mon Feb 25 17:06:35 2013 -0500
21831
21832     Always create sub-blobs in MEMORY_MODE_READONLY
21833
21834     This fixes a design bug with sanitize and sub-blobs that can
21835     cause crashes.  Jonathan and I found and debugged this issue
21836     when we tested a corrupt font with the md5sum / filename:
21837     ea395483d37af0cb933f40689ff7b60a.  Two hours of intense
21838     debugging we found out that the font has overlapping GSUB/GPOS
21839     tables, and as such, sanitizing the second table can modify
21840     the first one, which can cause all kinds of undefined behavior.
21841
21842     The correct way to fix this is to make sure sub-blobs are
21843     always created readonly, since we consider the parent blob
21844     to be a shared resource and can't modify it, even if it *is*
21845     writable.
21846
21847     This essentially makes the READONLY_MAY_MAKE_WRITABLE mode
21848     unused...  Maybe we should simply remove / deprecate it.
21849
21850  src/hb-blob.cc |  2 +-
21851  src/hb-blob.h  | 26 ++++++++++++++++++++++++++
21852  2 files changed, 27 insertions(+), 1 deletion(-)
21853
21854 commit 57542d7f411c71d9b8110ce6f64090b2c0f6a925
21855 Author: Behdad Esfahbod <behdad@behdad.org>
21856 Date:   Thu Feb 21 15:54:05 2013 -0500
21857
21858     Minor
21859
21860  src/hb-ot-layout-private.hh | 10 +++++-----
21861  1 file changed, 5 insertions(+), 5 deletions(-)
21862
21863 commit d46606e119b48dcca375d6313abd0f93ba5d09c3
21864 Author: Behdad Esfahbod <behdad@behdad.org>
21865 Date:   Thu Feb 21 15:39:57 2013 -0500
21866
21867     Port TrueType-kerning to use skippy iterator
21868
21869     It skips joiners and default ignorables now.  Skips marks too,
21870     but only
21871     if there is proper GDEF classes for marks.
21872
21873  src/hb-ot-shape-fallback.cc | 50
21874  +++++++++++++++++++++++++--------------------
21875  1 file changed, 28 insertions(+), 22 deletions(-)
21876
21877 commit 722e8b857eafc52e07dee5d9b253b88ed5c5c8ed
21878 Author: Behdad Esfahbod <behdad@behdad.org>
21879 Date:   Thu Feb 21 15:37:51 2013 -0500
21880
21881     Fixup previous commit
21882
21883     Was not decreasing num_items.  Ouch!
21884
21885  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++----
21886  1 file changed, 8 insertions(+), 4 deletions(-)
21887
21888 commit ba87b8fc89bf745068ccd19264a2631ea0904846
21889 Author: Behdad Esfahbod <behdad@behdad.org>
21890 Date:   Thu Feb 21 15:23:39 2013 -0500
21891
21892     Move code around
21893
21894  src/hb-ot-shape-fallback-private.hh |  5 +++++
21895  src/hb-ot-shape-fallback.cc         | 40
21896  +++++++++++++++++++++++++++++++++++++
21897  src/hb-ot-shape.cc                  | 38
21898  +----------------------------------
21899  3 files changed, 46 insertions(+), 37 deletions(-)
21900
21901 commit 2b2a6e8944144755ab641f2842e36d9a847719f3
21902 Author: Behdad Esfahbod <behdad@behdad.org>
21903 Date:   Thu Feb 21 15:07:03 2013 -0500
21904
21905     [OTLayout] Correctly skip Default_Ignorable when match_func not set
21906
21907     When a match_func was not set on the matcher_t object (ie. from GPOS),
21908     then the Default_Ignorables (including joiners) were never skipped.
21909     This meant that they were not skipped as they should during GPOS
21910     matching.  Fix that.
21911
21912     A few Indic numbers have "regressed": BENGALI and DEVANAGARI went
21913     up from 290 and 58 respectively, but in both cases new results are
21914     superior to Uniscribe, as they apply GPOS when we weren't (and
21915     Uniscribe isn't) before.
21916     BENGALI: 353686 out of 354188 tests passed. 502 failed (0.141733%)
21917     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
21918     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
21919     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
21920     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
21921     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
21922     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
21923     MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed
21924     (0.0334817%)
21925     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
21926     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
21927     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
21928     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
21929     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
21930
21931  src/hb-ot-layout-gsubgpos-private.hh | 32
21932  ++++++++++++++++++++++----------
21933  1 file changed, 22 insertions(+), 10 deletions(-)
21934
21935 commit ff93ac8cb24cbc3d9dc1a2bfb0faa88950f4a507
21936 Author: Behdad Esfahbod <behdad@behdad.org>
21937 Date:   Thu Feb 21 14:51:40 2013 -0500
21938
21939     Minor
21940
21941  src/hb-ot-layout-gsubgpos-private.hh | 6 ++----
21942  1 file changed, 2 insertions(+), 4 deletions(-)
21943
21944 commit e0486fc1affd3796fb8f664e2e7fc208f1d2106c
21945 Author: Behdad Esfahbod <behdad@behdad.org>
21946 Date:   Tue Feb 19 00:58:10 2013 -0500
21947
21948     [tests] Add Myanmar torture tests from Martin Hosken
21949
21950  .../shaper-myanmar/script-myanmar/misc/MANIFEST    |  1 +
21951  .../shaper-myanmar/script-myanmar/misc/torture.txt | 23
21952  ++++++++++++++++++++++
21953  2 files changed, 24 insertions(+)
21954
21955 commit a3df9a7bf87aeba7a3d6110cd5e01a65bd0b16d0
21956 Author: Behdad Esfahbod <behdad@behdad.org>
21957 Date:   Tue Feb 19 00:50:46 2013 -0500
21958
21959     Minor
21960
21961     Moving files around
21962
21963  test/shaping/texts/in-tree/MANIFEST                                     |
21964  2 --
21965  test/shaping/texts/in-tree/shaper-default/MANIFEST                      |
21966  2 ++
21967  .../in-tree/{script-default => shaper-default/script-hangul}/MANIFEST
21968  | 0
21969  .../{script-default => shaper-default/script-hangul}/misc/MANIFEST
21970  | 0
21971  .../{shaper-hangul => shaper-default}/script-hangul/misc/misc.txt
21972  | 0
21973  .../script-hangul => shaper-default/script-tibetan}/MANIFEST            |
21974  0
21975  .../script-hangul => shaper-default/script-tibetan}/misc/MANIFEST
21976  | 0
21977  .../{script-default => shaper-default/script-tibetan}/misc/misc.txt
21978  | 0
21979  test/shaping/texts/in-tree/shaper-hangul/MANIFEST                       |
21980  1 -
21981  9 files changed, 2 insertions(+), 3 deletions(-)
21982
21983 commit b1f440759161cb5a54e1b1b910f3a8383b8e8472
21984 Author: Behdad Esfahbod <behdad@behdad.org>
21985 Date:   Sun Feb 17 12:12:37 2013 -0500
21986
21987     [SEA] Fix order of pre-base reordering Ra and left matras
21988
21989     The code was confused because it was expecting left matra to have
21990     POS_PRE_M, like we do in the Myanmar shaper, but that is not what
21991     we were doing in this shaper.  Rewrite to rely on category only.
21992
21993     Test case: U+AA06,U+AA34,U+AA2F
21994
21995  src/hb-ot-shape-complex-sea.cc                              | 13
21996  +++++++------
21997  .../texts/in-tree/shaper-sea/script-cham/misc/misc.txt      |  1 +
21998  2 files changed, 8 insertions(+), 6 deletions(-)
21999
22000 commit 99fa9ea020f26ed2697f38a7690ee1e1b5d946c4
22001 Author: Behdad Esfahbod <behdad@behdad.org>
22002 Date:   Fri Feb 15 11:47:24 2013 -0500
22003
22004     Minor
22005
22006  src/hb-ot-layout-gsub-table.hh | 4 +---
22007  1 file changed, 1 insertion(+), 3 deletions(-)
22008
22009 commit 27589620ba2dcf356fd7fa21cd80221a07803202
22010 Author: Behdad Esfahbod <behdad@behdad.org>
22011 Date:   Fri Feb 15 11:47:09 2013 -0500
22012
22013     [OTLayout] Remove unused code
22014
22015  src/hb-open-type-private.hh | 5 -----
22016  1 file changed, 5 deletions(-)
22017
22018 commit ebb77b9c5e357ff7c9badb0f4bf1c3a965c3e91d
22019 Author: Behdad Esfahbod <behdad@behdad.org>
22020 Date:   Fri Feb 15 09:33:10 2013 -0500
22021
22022     Remove TODO items that don't make sense
22023
22024     The spec says those features need to be disabled by default.
22025
22026  TODO | 2 --
22027  1 file changed, 2 deletions(-)
22028
22029 commit c2a1cdc4c4cc51f4680ebc4ec2c462cb660f9492
22030 Author: Behdad Esfahbod <behdad@behdad.org>
22031 Date:   Fri Feb 15 09:27:02 2013 -0500
22032
22033     [Arabic] Fix shaping of left-joining 'Phags-Pa U+A872
22034
22035     This is the first character in Unicode to have Arabic left-joining
22036     behavior.  Update the machine to recognize that.
22037
22038     Test case: U+A840,U+A872,U+A840.
22039
22040  src/hb-ot-shape-complex-arabic.cc | 40
22041  +++++++++++++++++++--------------------
22042  1 file changed, 19 insertions(+), 21 deletions(-)
22043
22044 commit 05ac87813d17d9ebbfa315eee3f80f25b53135c5
22045 Author: Behdad Esfahbod <behdad@behdad.org>
22046 Date:   Fri Feb 15 09:26:41 2013 -0500
22047
22048     [tests] Add Syriac Alaph shaping test cases
22049
22050  .../shaper-arabic/script-syriac/misc/MANIFEST      |  1 +
22051  .../shaper-arabic/script-syriac/misc/alaph.txt     | 98
22052  ++++++++++++++++++++++
22053  2 files changed, 99 insertions(+)
22054
22055 commit c462b32dcb883a7aca066af24c4d28c7a2b7fa28
22056 Author: Behdad Esfahbod <behdad@behdad.org>
22057 Date:   Fri Feb 15 07:51:47 2013 -0500
22058
22059     Disable automatic segment properties guessing
22060
22061     Before, if one called hb_shape() without setting script, language, and
22062     direction on the buffer, hb_shape() was calling
22063     hb_buffer_guess_segment_properties() on the user's behalf to guess
22064     these.
22065
22066     This is very dangerous, since any serious user of HarfBuzz must set
22067     these properly (specially important is direction).  So now, we don't
22068     guess properties by default.  People not setting direction will get
22069     an abort() now.  If the old behavior is desired (fragile, good for
22070     simple testing only), users can call
22071     hb_buffer_guess_segment_properties() on the buffer just before calling
22072     hb_shape().
22073
22074  src/hb-fallback-shape.cc | 1 -
22075  src/hb-ot-shape.cc       | 2 --
22076  src/hb-shape.cc          | 2 --
22077  util/options.hh          | 1 +
22078  4 files changed, 1 insertion(+), 5 deletions(-)
22079
22080 commit 7abddbb47a489aaac8e76ac6e700cd815739b1d2
22081 Author: Behdad Esfahbod <behdad@behdad.org>
22082 Date:   Fri Feb 15 07:46:57 2013 -0500
22083
22084     Add assertions for a couple programmer errors
22085
22086  src/hb-shape-plan.cc | 8 +++++++-
22087  1 file changed, 7 insertions(+), 1 deletion(-)
22088
22089 commit 038c98f6866fe1177b04bd2ae3bb461b2f0fd1ed
22090 Author: Behdad Esfahbod <behdad@behdad.org>
22091 Date:   Fri Feb 15 07:41:07 2013 -0500
22092
22093     Allow disabling of TrueType kerning
22094
22095     Responds to the same feature tag that GPOS kerning does:
22096     'kern' for horizontal and 'vkrn' for vertical.
22097
22098  TODO               |  2 --
22099  src/hb-ot-shape.cc | 55
22100  ++++++++++++++++++++++++++++++++++--------------------
22101  2 files changed, 35 insertions(+), 22 deletions(-)
22102
22103 commit 398238a2526d322eb79e255c24634a275473920f
22104 Author: Behdad Esfahbod <behdad@behdad.org>
22105 Date:   Fri Feb 15 07:40:10 2013 -0500
22106
22107     Fix partial disabling of default-on features
22108
22109     Surprisingly, if user ever tried to turn a default feature off
22110     partially
22111     (say, disable liga for a range), the feature was being turned off
22112     globally!  Fixed now.
22113
22114  src/hb-ot-map.cc | 5 ++---
22115  1 file changed, 2 insertions(+), 3 deletions(-)
22116
22117 commit cb90b1bbe6d27ca6968b70d2dbfea7ab7fb73293
22118 Author: Behdad Esfahbod <behdad@behdad.org>
22119 Date:   Fri Feb 15 07:02:08 2013 -0500
22120
22121     [OTLayout] Respect syllable boundaries for backtrack/lookahead
22122     matching
22123
22124     Originally we meant to match backtrack/lookahead across syllable
22125     boundaries.  But a bug in the code meant that this was NOT done for
22126     backtrack.  We "fixed" that in
22127     2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c,
22128     but that broke Myanmar shaping.
22129
22130     We now believe that for Indic-like shapers (which is where syllables
22131     are
22132     used), all basic shaping forms should be fully contained within their
22133     syllables, so now we limit backtrack/lookahead matching to the
22134     syllable
22135     too.  Unbreaks Myanmar.
22136
22137  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
22138  1 file changed, 2 insertions(+), 2 deletions(-)
22139
22140 commit ee9c3a17d0bf263c5eee479fd778db97cff8e189
22141 Author: Behdad Esfahbod <behdad@behdad.org>
22142 Date:   Fri Feb 15 06:22:26 2013 -0500
22143
22144     Minor refactoring
22145
22146  src/hb-ot-shape-complex-myanmar.cc | 36
22147  ++++++++++--------------------------
22148  src/hb-ot-shape-complex-sea.cc     | 37
22149  ++++++++++---------------------------
22150  src/hb-ot-shape.cc                 | 17 ++++++-----------
22151  3 files changed, 26 insertions(+), 64 deletions(-)
22152
22153 commit cfc507c5432e6327e8484b07b9e091212653bc92
22154 Author: Behdad Esfahbod <behdad@behdad.org>
22155 Date:   Thu Feb 14 10:40:12 2013 -0500
22156
22157     [Indic-like] Disable automatic joiner handling for basic shaping
22158     features
22159
22160     Not for Arabic, but for Indic-like scripts.  ZWJ/ZWNJ have special
22161     meanings in those scripts, so let font lookups take full control.
22162
22163     This undoes the regression caused by automatic-joiners handling
22164     introduced two commits ago.
22165
22166     We only disable automatic joiner handling for the "basic shaping
22167     features" of Indic, Myanmar, and SEAsian shapers.  The "presentation
22168     forms" and other features are still applied with automatic-joiner
22169     handling.
22170
22171     This change also changes the test suite failure statistics, such that
22172     a few scripts show more "failures".  The most affected is Kannada.
22173     However, upon inspection, we believe that in most, if not all, of the
22174     new failures, we are producing results superior to Uniscribe.  Hard to
22175     count those!
22176
22177     Here's an example of what is fixed by the recent joiner-handling
22178     changes:
22179
22180       https://bugs.freedesktop.org/show_bug.cgi?id=58714
22181
22182     New numbers, for future reference:
22183
22184     BENGALI: 353892 out of 354188 tests passed. 296 failed (0.0835714%)
22185     DEVANAGARI: 707336 out of 707394 tests passed. 58 failed (0.00819911%)
22186     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
22187     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
22188     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
22189     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
22190     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
22191     MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed
22192     (0.0334817%)
22193     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
22194     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
22195     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
22196     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
22197     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
22198
22199  src/hb-ot-layout-gsubgpos-private.hh       | 35
22200  +++++++++++++++++++-----------
22201  src/hb-ot-layout-private.hh                |  6 +++--
22202  src/hb-ot-layout.cc                        | 10 +++++----
22203  src/hb-ot-map-private.hh                   | 12 ++++++----
22204  src/hb-ot-map.cc                           | 32
22205  +++++++++++++++++++++------
22206  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
22207  src/hb-ot-shape-complex-indic.cc           | 29 +++++++++++++------------
22208  src/hb-ot-shape-complex-myanmar.cc         |  4 ++--
22209  src/hb-ot-shape-complex-sea.cc             |  4 ++--
22210  9 files changed, 85 insertions(+), 49 deletions(-)
22211
22212 commit 0b45479198d61d5135dad771e9c68408eb13f930
22213 Author: Behdad Esfahbod <behdad@behdad.org>
22214 Date:   Thu Feb 14 10:46:52 2013 -0500
22215
22216     [OTLayout] Add fine-grained control over ZWJ matching
22217
22218     Not used yet.  Next commit...
22219
22220  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++++--
22221  src/hb-ot-layout-private.hh          | 11 +++++++++--
22222  2 files changed, 17 insertions(+), 4 deletions(-)
22223
22224 commit 607feb7cff0e50f8738d2e49ca463fc9d7d494de
22225 Author: Behdad Esfahbod <behdad@behdad.org>
22226 Date:   Thu Feb 14 07:43:13 2013 -0500
22227
22228     [OTLayout] Ignore default-ignorables when matching GSUB/GPOS
22229
22230     When matching lookups, be smart about default-ignorable characters.
22231     In particular:
22232
22233     Do nothing specific about ZWNJ, but for the other default-ignorables:
22234
22235     If the lookup in question uses the ignorable character in a sequence,
22236     then match it as we used to do.  However, if the sequence match will
22237     fail because the default-ignorable blocked it, try skipping the
22238     ignorable character and continue.
22239
22240     The most immediate thing it means is that if Lam-Alef forms a
22241     ligature,
22242     then Lam-ZWJ-Alef will do to.  Finally!
22243
22244     One exception: when matching for GPOS, or for backtrack/lookahead of
22245     GSUB, we ignore ZWNJ too.  That's the right thing to do.
22246
22247     It certainly is possible to build fonts that this feature will result
22248     in undesirable glyphs, but it's hard to think of a real-world case
22249     that that would happen.
22250
22251     This *does* break Indic shaping right now, since Indic Unicode has
22252     specific rules for what ZWJ/ZWNJ mean, and skipping ZWJ is breaking
22253     those rules.  That will be fixed in upcoming commits.
22254
22255  src/hb-ot-layout-gpos-table.hh       |   1 +
22256  src/hb-ot-layout-gsub-table.hh       |   2 +-
22257  src/hb-ot-layout-gsubgpos-private.hh | 279
22258  ++++++++++++++++++++++++-----------
22259  src/hb-ot-layout-private.hh          |  45 ++++++
22260  src/hb-ot-shape-private.hh           |  44 ------
22261  5 files changed, 237 insertions(+), 134 deletions(-)
22262
22263 commit ec5448667b30ad662401c2b4f5fc0da524c013fd
22264 Author: Behdad Esfahbod <behdad@behdad.org>
22265 Date:   Thu Feb 14 11:25:10 2013 -0500
22266
22267     Add hb_ot_map_feature_flags_t
22268
22269     Code cleanup.  No (intended) functional change.
22270
22271  src/hb-ot-map-private.hh           | 29 +++++++++++++++++---
22272  src/hb-ot-map.cc                   | 24 ++++++++---------
22273  src/hb-ot-shape-complex-arabic.cc  |  4 +--
22274  src/hb-ot-shape-complex-indic.cc   | 55
22275  +++++++++++++++++++-------------------
22276  src/hb-ot-shape-complex-myanmar.cc |  4 +--
22277  src/hb-ot-shape-complex-sea.cc     |  2 +-
22278  src/hb-ot-shape.cc                 |  6 +++--
22279  7 files changed, 74 insertions(+), 50 deletions(-)
22280
22281 commit e7ffcfafb1108801ac504f18f820e497226bf07f
22282 Author: Behdad Esfahbod <behdad@behdad.org>
22283 Date:   Thu Feb 14 11:05:56 2013 -0500
22284
22285     Clean-up add_bool_feature
22286
22287  src/hb-ot-map-private.hh           |  4 ++--
22288  src/hb-ot-shape-complex-arabic.cc  | 16 ++++++++--------
22289  src/hb-ot-shape-complex-default.cc |  2 +-
22290  src/hb-ot-shape-complex-indic.cc   |  8 ++++----
22291  src/hb-ot-shape-complex-myanmar.cc |  8 ++++----
22292  src/hb-ot-shape-complex-sea.cc     |  8 ++++----
22293  src/hb-ot-shape.cc                 | 10 +++++-----
22294  7 files changed, 28 insertions(+), 28 deletions(-)
22295
22296 commit e7562f53fe6a506d2c6d59d6688e4fa468bba462
22297 Author: Behdad Esfahbod <behdad@behdad.org>
22298 Date:   Thu Feb 14 11:05:36 2013 -0500
22299
22300     Fix compile warnings for ragel-generated machines
22301
22302  src/hb-ot-shape-complex-indic-machine.rl   | 2 +-
22303  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
22304  src/hb-ot-shape-complex-sea-machine.rl     | 2 +-
22305  3 files changed, 3 insertions(+), 3 deletions(-)
22306
22307 commit 4e51df73a337f7232a7dfa85df78a4f19b24771b
22308 Author: Behdad Esfahbod <behdad@behdad.org>
22309 Date:   Thu Feb 14 07:42:42 2013 -0500
22310
22311     [OTLayout] Remove unused function
22312
22313  src/hb-ot-layout-gsubgpos-private.hh | 5 -----
22314  1 file changed, 5 deletions(-)
22315
22316 commit 8820bb235b1f63e4d93c8a2f5c08b44d89e06b78
22317 Author: Behdad Esfahbod <behdad@behdad.org>
22318 Date:   Thu Feb 14 07:41:03 2013 -0500
22319
22320     [OTLayout] Port apply_lookup to skippy_iter
22321
22322  src/hb-ot-layout-gsubgpos-private.hh | 50
22323  +++++++++++++++++++++++++-----------
22324  1 file changed, 35 insertions(+), 15 deletions(-)
22325
22326 commit dfca269f069dae2f99990dac24da15d316eccb9f
22327 Author: Behdad Esfahbod <behdad@behdad.org>
22328 Date:   Thu Feb 14 07:20:52 2013 -0500
22329
22330     [OTLayout] Port ligate_input to skippy_iter
22331
22332  src/hb-ot-layout-gsubgpos-private.hh | 5 ++++-
22333  1 file changed, 4 insertions(+), 1 deletion(-)
22334
22335 commit 7e53415c2d8859e8b5948a2edb38c39a8f78b825
22336 Author: Behdad Esfahbod <behdad@behdad.org>
22337 Date:   Thu Feb 14 06:24:30 2013 -0500
22338
22339     [OTLayout] Minor fix for apply_lookup()
22340
22341     Should NOT change behavior, since first glyph is a match.
22342
22343  src/hb-ot-layout-gsubgpos-private.hh | 16 +++++++++-------
22344  1 file changed, 9 insertions(+), 7 deletions(-)
22345
22346 commit 6880f7e19d44c50e45ecb86d26381aad956d9acb
22347 Author: Behdad Esfahbod <behdad@behdad.org>
22348 Date:   Wed Feb 13 12:17:25 2013 -0500
22349
22350     [OTLayout] Make table type known to apply context
22351
22352  src/hb-ot-layout-gsubgpos-private.hh       | 5 ++++-
22353  src/hb-ot-layout.cc                        | 4 ++--
22354  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
22355  3 files changed, 7 insertions(+), 4 deletions(-)
22356
22357 commit 2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c
22358 Author: Behdad Esfahbod <behdad@behdad.org>
22359 Date:   Wed Feb 13 12:10:08 2013 -0500
22360
22361     [OTLayou] Unbreak backtrack matching
22362
22363     Was introduced by 28b9d502bb69a8045818d5f6113ded9c59a56bd7.
22364
22365  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
22366  1 file changed, 3 insertions(+), 4 deletions(-)
22367
22368 commit c074ebc466dcc9bcc0d8a5dd7e942dea974ff718
22369 Author: Behdad Esfahbod <behdad@behdad.org>
22370 Date:   Wed Feb 13 11:22:42 2013 -0500
22371
22372     [OTLayout] Minor refactoring
22373
22374  src/hb-ot-layout-gpos-table.hh       |  9 ++++++---
22375  src/hb-ot-layout-gsubgpos-private.hh | 30 +++++++++++++++++-------------
22376  2 files changed, 23 insertions(+), 16 deletions(-)
22377
22378 commit 407fc12466ef460d0edf11b89f0d04c4d724875f
22379 Author: Behdad Esfahbod <behdad@behdad.org>
22380 Date:   Wed Feb 13 11:13:06 2013 -0500
22381
22382     [OTLayout] Remove bogus caching of glyph property
22383
22384  src/hb-ot-layout-gpos-table.hh       | 21 ++++++++-----------
22385  src/hb-ot-layout-gsub-table.hh       |  7 +++----
22386  src/hb-ot-layout-gsubgpos-private.hh | 40
22387  ++++++++++++++----------------------
22388  3 files changed, 26 insertions(+), 42 deletions(-)
22389
22390 commit 6b1e3502e23c110dd810f854ba021f83baab1548
22391 Author: Behdad Esfahbod <behdad@behdad.org>
22392 Date:   Wed Feb 13 11:02:54 2013 -0500
22393
22394     Remember ZWNJ
22395
22396     To be used in upcoming changes.
22397
22398  src/hb-ot-shape-private.hh | 11 +++++++++--
22399  1 file changed, 9 insertions(+), 2 deletions(-)
22400
22401 commit 1f91c39677f840a1f630696d16d083060069abf5
22402 Author: Behdad Esfahbod <behdad@behdad.org>
22403 Date:   Wed Feb 13 09:38:40 2013 -0500
22404
22405     Indent
22406
22407  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
22408  1 file changed, 6 insertions(+), 2 deletions(-)
22409
22410 commit a0cb9f33ee064628debe8e848094dfd661334640
22411 Author: Behdad Esfahbod <behdad@behdad.org>
22412 Date:   Wed Feb 13 09:26:55 2013 -0500
22413
22414     [Indic] Improve base finding in final_reordering
22415
22416     Fixes 5 Malayalam failures!
22417
22418     MALAYALAM: 1048016 out of 1048334 tests passed. 318 failed
22419     (0.0303338%)
22420
22421  src/hb-ot-shape-complex-indic.cc | 7 +++++++
22422  1 file changed, 7 insertions(+)
22423
22424 commit 126f39cd16cea87b2696f66467c83a585bd4c2cf
22425 Author: Behdad Esfahbod <behdad@behdad.org>
22426 Date:   Wed Feb 13 08:29:21 2013 -0500
22427
22428     Add more dot-reph tests
22429
22430  .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt      |
22431  10 ++++++++++
22432  1 file changed, 10 insertions(+)
22433
22434 commit f22b7e77783fa2f44365e0fe6413c4474c07048d
22435 Author: Behdad Esfahbod <behdad@behdad.org>
22436 Date:   Wed Feb 13 07:32:46 2013 -0500
22437
22438     [Indic] Track base position when reordering things
22439
22440     Ouch, how did things ever work without this?!  The added test that
22441     has a
22442     dot-reph as well as a pre-base reordering Ra perfectly demonstrates
22443     the
22444     bug (tested with Nirmala font from Win8 for example).  Testing
22445     suggests
22446     that Win8 shaper has the *exact* same bug / behavior that we used to
22447     have.  Odd.
22448
22449  src/hb-ot-shape-complex-indic.cc                                    |
22450  6 ++++++
22451  .../in-tree/shaper-indic/indic/script-malayalam/misc/dot-reph.txt   | 1 +
22452  2 files changed, 7 insertions(+)
22453
22454 commit bc11de144c0a7a95fa0945aa7f053d8117af282a
22455 Author: Behdad Esfahbod <behdad@behdad.org>
22456 Date:   Wed Feb 13 05:59:06 2013 -0500
22457
22458     [SEA] Don't zero any mark advances
22459
22460     Keep the logic simple, easier to explain to font developers.
22461
22462  src/hb-ot-shape-complex-sea.cc | 2 +-
22463  1 file changed, 1 insertion(+), 1 deletion(-)
22464
22465 commit 0291a6528685f1f593707655943fb2360579cb9e
22466 Author: Behdad Esfahbod <behdad@behdad.org>
22467 Date:   Wed Feb 13 05:57:24 2013 -0500
22468
22469     Further adjust mark advance zeroing
22470
22471     This is a followup to 568000274c8edb5f41bc4f876ce21fcc8bdaeed8.
22472     Looks like in the Latin shaper, Uniscribe zeroes all Unicode NSM
22473     advances *after* GPOS, not before.  Match that.
22474
22475     Can be tested using DejaVu Sans Mono, since that font has GPOS
22476     rules to zero the mark advances on its own.
22477
22478  src/hb-ot-shape.cc | 33 +++++++++++++++++++++++----------
22479  1 file changed, 23 insertions(+), 10 deletions(-)
22480
22481 commit 85c51ec2e1d518019e32801ae38659c74fc20d80
22482 Author: Behdad Esfahbod <behdad@behdad.org>
22483 Date:   Tue Feb 12 18:17:39 2013 -0500
22484
22485     [Indic] Fix Eyelash Ra with old Devanagari spec
22486
22487  src/hb-ot-shape-complex-indic.cc | 32 ++++++++++++++++++++++++++++++++
22488  1 file changed, 32 insertions(+)
22489
22490 commit cc5f24cde079b451799562b3af7ce06d932cbe6b
22491 Author: Behdad Esfahbod <behdad@behdad.org>
22492 Date:   Tue Feb 12 18:17:12 2013 -0500
22493
22494     [tests] Add tests for Devanagary Eyelash Ra
22495
22496     Currently broken with Sanskrit 2003 font.
22497
22498  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST   |
22499  1 +
22500  .../in-tree/shaper-indic/indic/script-devanagari/misc/eyelash.txt      |
22501  3 +++
22502  2 files changed, 4 insertions(+)
22503
22504 commit 63e48bc33b68f940c351af623a55a4cf650db102
22505 Author: Behdad Esfahbod <behdad@behdad.org>
22506 Date:   Tue Feb 12 17:57:49 2013 -0500
22507
22508     [Indic] Apply 'blwf' before 'half'
22509
22510     This reverts 167b625d988b74572d6b2f646c285b666b650d49.  It didn't
22511     matter before, but that's going to change with next commit.
22512
22513  src/hb-ot-shape-complex-indic.cc | 4 ++--
22514  1 file changed, 2 insertions(+), 2 deletions(-)
22515
22516 commit 70d656571194d2bd32671244530edbe159722cec
22517 Author: Behdad Esfahbod <behdad@behdad.org>
22518 Date:   Tue Feb 12 18:01:21 2013 -0500
22519
22520     [Indic] Apply 'vatu' before 'cjct'
22521
22522     This essentially reverts 1d6846db9ebf84561bb30a4e48c6c43184914099,
22523     but that commit is from way back when.  We should be better
22524     following the spec order now again.
22525
22526  src/hb-ot-shape-complex-indic.cc | 4 ++--
22527  1 file changed, 2 insertions(+), 2 deletions(-)
22528
22529 commit 64bb2ae857cfda35dd71c7f1e962722069674ec6
22530 Author: Behdad Esfahbod <behdad@behdad.org>
22531 Date:   Tue Feb 12 16:29:25 2013 -0500
22532
22533     Didn't mean to push this out
22534
22535     Ouch!
22536
22537  test/shaping/hb_test_tools.py | 1 -
22538  1 file changed, 1 deletion(-)
22539
22540 commit f9b660534c269d2257d6b5e8ec2173ee71668f2f
22541 Author: Behdad Esfahbod <behdad@behdad.org>
22542 Date:   Tue Feb 12 16:13:56 2013 -0500
22543
22544     [Myanmar] Use master Indic table for syllable data
22545
22546  src/hb-ot-shape-complex-myanmar.cc | 144
22547  +++++++++----------------------------
22548  test/shaping/hb_test_tools.py      |   1 +
22549  2 files changed, 35 insertions(+), 110 deletions(-)
22550
22551 commit f60793e854393c32337a483c5d1700bf17d767fd
22552 Author: Behdad Esfahbod <behdad@behdad.org>
22553 Date:   Tue Feb 12 15:45:59 2013 -0500
22554
22555     [tests] Add Cham sample
22556
22557  test/shaping/texts/in-tree/shaper-sea/script-cham/misc/misc.txt | 1 +
22558  1 file changed, 1 insertion(+)
22559
22560 commit e2aab4b5db88c368c11cee81368b9ad41399e585
22561 Author: Behdad Esfahbod <behdad@behdad.org>
22562 Date:   Tue Feb 12 15:35:32 2013 -0500
22563
22564     Improve checks for setmode()
22565
22566     As reported by Jonathan, OS X has setmode() that is something other
22567     than what setmode() is on Win32.  So, limit invocation to Windows
22568     platforms only.
22569
22570  configure.ac    | 4 ++--
22571  util/options.cc | 4 ++--
22572  util/options.hh | 2 +-
22573  3 files changed, 5 insertions(+), 5 deletions(-)
22574
22575 commit a6c1e040e594faeefd61b456ef995c7886cdea78
22576 Author: Behdad Esfahbod <behdad@behdad.org>
22577 Date:   Tue Feb 12 15:31:58 2013 -0500
22578
22579     Improve check for Windows platforms
22580
22581     Instead of checking for compiler, check for platform.
22582
22583  src/hb-atomic-private.hh | 2 +-
22584  src/hb-mutex-private.hh  | 2 +-
22585  2 files changed, 2 insertions(+), 2 deletions(-)
22586
22587 commit 9e1f80ab3eea4a74cdaa6a390e4925a479ece1c5
22588 Author: Behdad Esfahbod <behdad@behdad.org>
22589 Date:   Tue Feb 12 15:28:21 2013 -0500
22590
22591     [SEA] Treat Consonant_Final like Consonant_Medial
22592
22593  src/hb-ot-shape-complex-indic-private.hh | 2 +-
22594  1 file changed, 1 insertion(+), 1 deletion(-)
22595
22596 commit bab02d339f39ed5168daaef9461227f78e596a2f
22597 Author: Behdad Esfahbod <behdad@behdad.org>
22598 Date:   Tue Feb 12 15:26:45 2013 -0500
22599
22600     Rename HB_OT_INDIC_OPTIONS env var to HB_OPTIONS
22601
22602     The Myanmar shaper now respects the uniscribe-bug-compatibility
22603     option too.
22604
22605  src/hb-common.cc                   | 20 ++++++++++++--
22606  src/hb-ot-shape-complex-indic.cc   | 53
22607  ++++----------------------------------
22608  src/hb-ot-shape-complex-myanmar.cc |  7 ++---
22609  src/hb-private.hh                  | 29 +++++++++++++++++++++
22610  4 files changed, 54 insertions(+), 55 deletions(-)
22611
22612 commit 3a83d33ec0b1be6f5992816ff5ebb0f43c8dff00
22613 Author: Behdad Esfahbod <behdad@behdad.org>
22614 Date:   Tue Feb 12 12:14:10 2013 -0500
22615
22616     Add South-East Asian shaper
22617
22618     Handles Tai Tham, Cham, and New Tai Lue for now.
22619
22620  src/Makefile.am                                    |  12 +-
22621  src/gen-indic-table.py                             |   9 +-
22622  src/hb-ot-shape-complex-indic-private.hh           | 241 +------------
22623  ...table.hh => hb-ot-shape-complex-indic-table.cc} |   9 +-
22624  src/hb-ot-shape-complex-indic.cc                   | 239 ++++++++++++
22625  src/hb-ot-shape-complex-myanmar.cc                 |   2 +-
22626  src/hb-ot-shape-complex-private.hh                 |  28 +-
22627  src/hb-ot-shape-complex-sea-machine.rl             | 102 ++++++
22628  src/hb-ot-shape-complex-sea.cc                     | 400
22629  +++++++++++++++++++++
22630  test/shaping/texts/in-tree/MANIFEST                |   1 +
22631  .../in-tree/shaper-indic/south-east-asian/MANIFEST |   1 -
22632  test/shaping/texts/in-tree/shaper-myanmar/MANIFEST |   1 +
22633  test/shaping/texts/in-tree/shaper-sea/MANIFEST     |   3 +
22634  .../script-cham}/MANIFEST                          |   0
22635  .../script-cham}/misc/MANIFEST                     |   0
22636  .../in-tree/shaper-sea/script-cham/misc/misc.txt   |   1 +
22637  .../in-tree/shaper-sea/script-new-tai-lue/MANIFEST |   1 +
22638  .../shaper-sea/script-new-tai-lue/misc/MANIFEST    |   1 +
22639  .../script-new-tai-lue/misc/misc.txt               |   0
22640  .../in-tree/shaper-sea/script-tai-tham/MANIFEST    |   1 +
22641  .../shaper-sea/script-tai-tham/misc/MANIFEST       |   1 +
22642  .../shaper-sea/script-tai-tham/misc/misc.txt       |   2 +
22643  22 files changed, 792 insertions(+), 263 deletions(-)
22644
22645 commit fb960212063016656dfaba83f072c81d1efc3202
22646 Author: Behdad Esfahbod <behdad@behdad.org>
22647 Date:   Tue Feb 12 10:33:58 2013 -0500
22648
22649     Minor test reshufflings
22650
22651  test/shaping/texts/in-tree/MANIFEST
22652  | 1 +
22653  .../{shaper-indic/south-asian/script-tibetan => script-default}/MANIFEST
22654  | 0
22655  .../south-asian/script-tibetan => script-default}/misc/MANIFEST
22656  | 0
22657  .../south-asian/script-tibetan => script-default}/misc/misc.txt
22658  | 0
22659  test/shaping/texts/in-tree/shaper-indic/MANIFEST
22660  | 1 -
22661  test/shaping/texts/in-tree/shaper-indic/south-asian/MANIFEST
22662  | 1 -
22663  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
22664  | 1 -
22665  .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST
22666  | 1 -
22667  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST
22668  | 0
22669  9 files changed, 1 insertion(+), 4 deletions(-)
22670
22671 commit 5676d5d52784e16068ae483103d59111a8081854
22672 Author: Behdad Esfahbod <behdad@behdad.org>
22673 Date:   Tue Feb 12 10:31:14 2013 -0500
22674
22675     [Indic] Make sure New Tai Lue works!
22676
22677  src/hb-ot-shape-complex-private.hh                           | 12
22678  ++++++++----
22679  .../texts/in-tree/shaper-indic/south-east-asian/MANIFEST     |  1 +
22680  .../south-east-asian/script-new-tai-lue/MANIFEST             |  1 +
22681  .../south-east-asian/script-new-tai-lue/misc/MANIFEST        |  1 +
22682  .../south-east-asian/script-new-tai-lue/misc/misc.txt        |  1 +
22683  5 files changed, 12 insertions(+), 4 deletions(-)
22684
22685 commit 568000274c8edb5f41bc4f876ce21fcc8bdaeed8
22686 Author: Behdad Esfahbod <behdad@behdad.org>
22687 Date:   Tue Feb 12 09:44:57 2013 -0500
22688
22689     Adjust mark advance-width zeroing logic for Myanmar
22690
22691     Before, we were zeroing advance width of attached marks for
22692     non-Indic scripts, and not doing it for Indic.
22693
22694     We have now three different behaviors, which seem to better
22695     reflect what Uniscribe is doing:
22696
22697       - For Indic, no explicit zeroing happens whatsoever, which
22698         is the same as before,
22699
22700       - For Myanmar, zero advance width of glyphs marked as marks
22701         *in GDEF*, and do that *before* applying GPOS.  This seems
22702         to be what the new Win8 Myanmar shaper does,
22703
22704       - For everything else, zero advance width of glyphs that are
22705         from General_Category=Mn Unicode characters, and do so
22706         before applying GPOS.  This seems to be what Uniscribe does
22707         for Latin at least.
22708
22709     With these changes, positioning of all tests matches for Myanmar,
22710     except for the glitch in Uniscribe not applying 'mark'.  See preivous
22711     commit.
22712
22713  src/hb-ot-layout-gpos-table.hh     | 12 ++++--------
22714  src/hb-ot-layout-private.hh        |  3 +--
22715  src/hb-ot-layout.cc                |  4 ++--
22716  src/hb-ot-shape-complex-arabic.cc  |  2 +-
22717  src/hb-ot-shape-complex-default.cc |  2 +-
22718  src/hb-ot-shape-complex-indic.cc   |  2 +-
22719  src/hb-ot-shape-complex-myanmar.cc |  2 +-
22720  src/hb-ot-shape-complex-private.hh |  9 ++++++++-
22721  src/hb-ot-shape-complex-thai.cc    |  2 +-
22722  src/hb-ot-shape.cc                 | 31 +++++++++++++++++++++++++++++--
22723  10 files changed, 49 insertions(+), 20 deletions(-)
22724
22725 commit 99749ca8e0c4c8dbea4620f07c4d0e6d1515cc65
22726 Author: Behdad Esfahbod <behdad@behdad.org>
22727 Date:   Tue Feb 12 09:44:35 2013 -0500
22728
22729     [Myanmar] Add note re Uniscribe NOT applying 'mark'
22730
22731  src/hb-ot-shape-complex-myanmar.cc | 14 ++++++++++++++
22732  1 file changed, 14 insertions(+)
22733
22734 commit b8427801381180da9611b2e3e0f0b3514274de81
22735 Author: Behdad Esfahbod <behdad@behdad.org>
22736 Date:   Mon Feb 11 17:02:17 2013 -0500
22737
22738     Minor
22739
22740  src/hb-atomic-private.hh | 2 +-
22741  src/hb-mutex-private.hh  | 2 +-
22742  2 files changed, 2 insertions(+), 2 deletions(-)
22743
22744 commit 419c933ed1b5d97c7561546536ef5810a7b0ebd0
22745 Author: Behdad Esfahbod <behdad@behdad.org>
22746 Date:   Mon Feb 11 16:16:16 2013 -0500
22747
22748     [Myanmar] Fix handling of Punctuation and Symbol types
22749
22750     Testing with "clusters" now on par with testing without them.  15
22751     failures both.
22752
22753  src/hb-ot-shape-complex-myanmar.cc | 12 ++++++++++++
22754  1 file changed, 12 insertions(+)
22755
22756 commit 0572c1410a9cb0ac5dd5dc84a8034698cc5c4892
22757 Author: Behdad Esfahbod <behdad@behdad.org>
22758 Date:   Mon Feb 11 16:06:02 2013 -0500
22759
22760     [Myanmar] Fixup handling of joiners and GB characters
22761
22762  src/hb-ot-shape-complex-myanmar-machine.rl |  6 ++----
22763  src/hb-ot-shape-complex-myanmar.cc         | 19 +++++++++++++++++--
22764  2 files changed, 19 insertions(+), 6 deletions(-)
22765
22766 commit 1c8654ead41ca746d577549c92d2a41c594ab639
22767 Author: Behdad Esfahbod <behdad@behdad.org>
22768 Date:   Mon Feb 11 14:27:02 2013 -0500
22769
22770     [Myanmar] Prevent reordering between Asat and Dot below
22771
22772     Implemented as a hack for now.  Myanmar failures down from 23 to 15.
22773
22774     MYANMAR: 1123868 out of 1123883 tests passed. 15 failed (0.00133466%)
22775
22776     The remaining 15 cases are all where the syllable is wrong according
22777     to
22778     the OpenType spec.  We insert dottedcircle.  Uniscribe fails to
22779     do that,
22780     but it also fails to reorder the prebase-reordering medial-Ra.  So it
22781     gets it wrong.
22782
22783  src/hb-unicode-private.hh | 3 +++
22784  1 file changed, 3 insertions(+)
22785
22786 commit bed687f886b8def06642ad986648e9149a935add
22787 Author: Behdad Esfahbod <behdad@behdad.org>
22788 Date:   Mon Feb 11 14:24:03 2013 -0500
22789
22790     Shuffle test data around
22791
22792  test/shaping/texts/in-tree/MANIFEST
22793  | 1 +
22794  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
22795  | 1 -
22796  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST
22797  | 1 -
22798  .../south-east-asian => shaper-myanmar}/script-myanmar/MANIFEST
22799  | 0
22800  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/MANIFEST
22801  | 0
22802  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/misc.txt
22803  | 0
22804  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/utn11.txt
22805  | 0
22806  test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST
22807  | 1 +
22808  .../south-east-asian => shaper-thai}/script-thai/misc/misc.txt
22809  | 0
22810  9 files changed, 2 insertions(+), 2 deletions(-)
22811
22812 commit 98628cac9f733f2674d6409954cddb7d0634c233
22813 Author: Behdad Esfahbod <behdad@behdad.org>
22814 Date:   Mon Feb 11 13:36:23 2013 -0500
22815
22816     Add Win8-style Myanmar shaper
22817
22818     Myanmar failures down from 51% to 0.00204648%!
22819
22820     MYANMAR: 1123860 out of 1123883 tests passed. 23 failed (0.00204648%)
22821
22822  src/Makefile.am                            |  14 +-
22823  src/hb-ot-shape-complex-indic.cc           |   2 -
22824  src/hb-ot-shape-complex-myanmar-machine.rl | 127 ++++++
22825  src/hb-ot-shape-complex-myanmar.cc         | 599
22826  +++++++++++++++++++++++++++++
22827  src/hb-ot-shape-complex-private.hh         |   5 +-
22828  5 files changed, 740 insertions(+), 7 deletions(-)
22829
22830 commit 1df56449586bd32275a6fa69dcadd5fb77a84f82
22831 Author: Behdad Esfahbod <behdad@behdad.org>
22832 Date:   Mon Feb 11 14:17:54 2013 -0500
22833
22834     Minor
22835
22836  src/hb-ot-shape-complex-indic.cc | 3 ---
22837  1 file changed, 3 deletions(-)
22838
22839 commit 54f7b4d9ec13f8454aa298534da318c023fa3c63
22840 Author: Behdad Esfahbod <behdad@behdad.org>
22841 Date:   Mon Feb 11 13:27:17 2013 -0500
22842
22843     [OTLayout] Respect lookup-flags skipping over non-mark glyphs
22844
22845     Before, when matching ligatures, we never skipping over base / liga
22846     glyphs even if that was what the LookupFlags asked for.
22847
22848     Fixed now.  We carefully reviewed all instances of this, and
22849     tested with
22850     Amiri as well as some Indic scripts, and are confident that this
22851     should
22852     NOT break anyone's fonts.  It's also how Uniscribe does it, from what
22853     we can tell.
22854
22855  src/hb-ot-layout-gpos-table.hh       |  2 +-
22856  src/hb-ot-layout-gsubgpos-private.hh | 25 ++++++++++---------------
22857  2 files changed, 11 insertions(+), 16 deletions(-)
22858
22859 commit 9082efc4aacb34de8574d6a4a3c037987df58bd8
22860 Author: Behdad Esfahbod <behdad@behdad.org>
22861 Date:   Mon Feb 11 13:14:15 2013 -0500
22862
22863     [OTLayout] s/mark_skipping/skipping/
22864
22865     In aticipation of upcoming changes.
22866
22867  src/hb-ot-layout-gpos-table.hh       | 12 ++++++------
22868  src/hb-ot-layout-gsubgpos-private.hh | 28 ++++++++++++++--------------
22869  2 files changed, 20 insertions(+), 20 deletions(-)
22870
22871 commit 9621e0ba294c9cc6d458bbf632e63e92fda71e10
22872 Author: Behdad Esfahbod <behdad@behdad.org>
22873 Date:   Mon Feb 11 06:58:27 2013 -0500
22874
22875     [Indic] Fix bug introduced in 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2
22876
22877     Was breaking reph formation logic when the Ra is the only consonant.
22878     Devanagari regression fixed.  Down to 57 failures again.  Ouch.
22879
22880  src/hb-ot-shape-complex-indic.cc | 2 +-
22881  1 file changed, 1 insertion(+), 1 deletion(-)
22882
22883 commit 6e74c64211b6aaac48bae8c87f9420d8dc03fd93
22884 Author: Behdad Esfahbod <behdad@behdad.org>
22885 Date:   Mon Feb 11 06:50:17 2013 -0500
22886
22887     Improve normalization heuristic
22888
22889     Before, for most scripts, we were not trying to recompose two
22890     characters
22891     if the second one had ccc=0.  That fails for Myanmar where U+1026
22892     decomposes to U+1025,U+102E, both of which have ccc=0.  However, we do
22893     want to try to recompose those.  We now check whether the second is a
22894     mark, using general category instead.
22895
22896     At the same time, remove optimization that was conflicting with this.
22897
22898     [Let the Ngapi hackfest begin!]
22899
22900  src/hb-ot-shape-normalize.cc | 39 +++++++++++++--------------------------
22901  1 file changed, 13 insertions(+), 26 deletions(-)
22902
22903 commit 614242efb043f2ed78916377138d456279a20a54
22904 Author: Behdad Esfahbod <behdad@behdad.org>
22905 Date:   Wed Feb 6 23:45:27 2013 -0500
22906
22907     Revert "Include config.h.in in tree"
22908
22909     This reverts commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80.
22910
22911     Conflicts:
22912             config.h.in
22913
22914     Same argument as previous commit.
22915
22916  Makefile.am |   1 +
22917  config.h.in | 153
22918  ------------------------------------------------------------
22919  2 files changed, 1 insertion(+), 153 deletions(-)
22920
22921 commit adff3778155facb7b149ce66ab7d573368e048de
22922 Author: Behdad Esfahbod <behdad@behdad.org>
22923 Date:   Wed Feb 6 23:43:27 2013 -0500
22924
22925     Revert "[Indic] Import ragel-generated Indic machine in git"
22926
22927     This reverts commit fab7a71f110ed646745d54b23284537c50058c21.
22928
22929     Conflicts:
22930             src/hb-ot-shape-complex-indic-machine.hh
22931
22932     Keeping that generated file in-tree causes problems with processes
22933     like
22934     tinderbox  that automatically fetch and build harfbuzz.  It's harder
22935     to
22936     bootstrap harfbuzz now (as was previously), but I'm willing to
22937     give this
22938     another chance and see how it goes.
22939
22940  autogen.sh                               |    6 +
22941  src/Makefile.am                          |    1 +
22942  src/hb-ot-shape-complex-indic-machine.hh | 1443
22943  ------------------------------
22944  3 files changed, 7 insertions(+), 1443 deletions(-)
22945
22946 commit 5898fa94d12b19686f649104bd6efe8daa1ba0c9
22947 Author: Behdad Esfahbod <behdad@behdad.org>
22948 Date:   Wed Feb 6 15:29:07 2013 -0500
22949
22950     Don't use $(ENV)
22951
22952     As reported by Peter Breitenlohner:
22953
22954     I think this is a very bad idea because ENV is used to specify
22955     a startup
22956     file to be read by some/all shells.
22957
22958  test/api/Makefile.am | 2 +-
22959  1 file changed, 1 insertion(+), 1 deletion(-)
22960
22961 commit 52d66c26a2102bd1a49463b8e8f04612598f8ac1
22962 Author: Behdad Esfahbod <behdad@behdad.org>
22963 Date:   Mon Feb 4 23:31:24 2013 -0500
22964
22965     Add color-tests automake option
22966
22967  configure.ac | 2 +-
22968  1 file changed, 1 insertion(+), 1 deletion(-)
22969
22970 commit 9de5f98f363d96f308adc33f1c2286e5c33117de
22971 Author: Behdad Esfahbod <behdad@behdad.org>
22972 Date:   Mon Feb 4 23:28:22 2013 -0500
22973
22974     Bug 60035 - intermittent make install failure on hb-version.h
22975
22976  src/Makefile.am | 12 +++++++-----
22977  1 file changed, 7 insertions(+), 5 deletions(-)
22978
22979 commit 6c1e8b614cfd6ed016fba6bf20af1e422e79eb71
22980 Author: Behdad Esfahbod <behdad@behdad.org>
22981 Date:   Mon Feb 4 23:24:16 2013 -0500
22982
22983     Bug 59637 - check-exported-symbols.sh & check-internal-symbols.sh
22984     fail on mips/mipsel
22985
22986  src/check-symbols.sh | 2 +-
22987  1 file changed, 1 insertion(+), 1 deletion(-)
22988
22989 commit bafdf3d983dcc277d6e7e322277c0bb25b41a173
22990 Author: Behdad Esfahbod <behdad@behdad.org>
22991 Date:   Mon Feb 4 23:06:50 2013 -0500
22992
22993     Merge check-internal-symbols.sh and check-exported-symbols.sh
22994
22995  src/Makefile.am                                    |  3 +-
22996  src/check-internal-symbols.sh                      | 34
22997  ----------------------
22998  ...{check-exported-symbols.sh => check-symbols.sh} | 16 ++++++++--
22999  3 files changed, 14 insertions(+), 39 deletions(-)
23000
23001 commit ceeae30f47b9d628484ae398bc38f3f60ee8eab4
23002 Author: Behdad Esfahbod <behdad@behdad.org>
23003 Date:   Thu Jan 31 19:27:36 2013 -0500
23004
23005     Really fix setmode this time
23006
23007     Thanks to Khaled for spotting it.
23008
23009  util/options.cc | 2 +-
23010  1 file changed, 1 insertion(+), 1 deletion(-)
23011
23012 commit 7cba8a673b4b436a737fc4ffe85dc84ddd2bf41f
23013 Author: Behdad Esfahbod <behdad@behdad.org>
23014 Date:   Thu Jan 31 18:37:10 2013 -0500
23015
23016     Fixup previous commit
23017
23018     Now, it looks like this breaks Cygwin again.  Have to figure out
23019     what's
23020     going on.
23021
23022  util/options.cc | 4 ++--
23023  1 file changed, 2 insertions(+), 2 deletions(-)
23024
23025 commit bc76449f51f20491a4540b4f240f5a3e0dcb20fe
23026 Author: Behdad Esfahbod <behdad@behdad.org>
23027 Date:   Thu Jan 31 18:18:05 2013 -0500
23028
23029     Use setmode() instead of _setmode()
23030
23031     Looks like Cygwin / MSVC declare it that way, and it still works on
23032     MinGW32 cross.
23033
23034  config.h.in     | 6 +++---
23035  configure.ac    | 2 +-
23036  util/options.cc | 2 +-
23037  util/options.hh | 2 +-
23038  4 files changed, 6 insertions(+), 6 deletions(-)
23039
23040 commit e9171af55cc6a402eb20db4ea74c86a0b1e70e85
23041 Author: Behdad Esfahbod <behdad@behdad.org>
23042 Date:   Tue Jan 29 22:45:00 2013 -0500
23043
23044     Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’
23045     defined but not used
23046
23047  src/hb-common.cc | 2 +-
23048  src/hb-ft.cc     | 2 +-
23049  src/hb-shape.cc  | 2 +-
23050  src/hb-shaper.cc | 2 +-
23051  4 files changed, 4 insertions(+), 4 deletions(-)
23052
23053 commit 09b5393874e56fcfd63a92d28e6c1c2ddeee0942
23054 Author: Behdad Esfahbod <behdad@behdad.org>
23055 Date:   Fri Jan 18 17:10:47 2013 -0600
23056
23057     0.9.12
23058
23059  NEWS         | 7 +++++++
23060  configure.ac | 2 +-
23061  2 files changed, 8 insertions(+), 1 deletion(-)
23062
23063 commit eb45c0a2fbaeeb34e77a2935934e8d1302728ec8
23064 Author: Behdad Esfahbod <behdad@behdad.org>
23065 Date:   Wed Jan 16 22:07:50 2013 -0600
23066
23067     Minor
23068
23069  src/hb-ot-layout.cc | 8 +++++++-
23070  1 file changed, 7 insertions(+), 1 deletion(-)
23071
23072 commit 52c8d1226f3509276b11a1fadbd29e5363c0ecd7
23073 Author: Behdad Esfahbod <behdad@behdad.org>
23074 Date:   Mon Jan 14 13:51:46 2013 -0600
23075
23076     Minor
23077
23078  src/hb-blob.cc | 2 +-
23079  1 file changed, 1 insertion(+), 1 deletion(-)
23080
23081 commit f88d3bd7e407d332bb04688344c54756d24128c9
23082 Author: Behdad Esfahbod <behdad@behdad.org>
23083 Date:   Mon Jan 14 00:33:58 2013 -0600
23084
23085     Fix build with Sun compiler
23086
23087  src/hb-blob.cc | 3 +++
23088  1 file changed, 3 insertions(+)
23089
23090 commit 08b29c08094097f1c23ec53b10084bc390cea833
23091 Author: Behdad Esfahbod <behdad@behdad.org>
23092 Date:   Mon Jan 14 00:32:12 2013 -0600
23093
23094     Revert "Minor"
23095
23096     This reverts commit 0a492357016bc9a614d2a726f2006c10af68ca58.
23097
23098     Enables code on more compilers.
23099
23100  src/hb-warning.cc | 33 ++++++++++++++++++++++++++++++---
23101  1 file changed, 30 insertions(+), 3 deletions(-)
23102
23103 commit e78463211e7d85f237bd55afab7e8e5dae42346c
23104 Author: Behdad Esfahbod <behdad@behdad.org>
23105 Date:   Mon Jan 14 00:27:21 2013 -0600
23106
23107     Fix linking with non-gcc compilers
23108
23109  configure.ac    | 2 ++
23110  src/Makefile.am | 6 +++++-
23111  2 files changed, 7 insertions(+), 1 deletion(-)
23112
23113 commit de649f07f1f8fdeb998a0b049759f4f7363e25d2
23114 Author: Behdad Esfahbod <behdad@behdad.org>
23115 Date:   Mon Jan 14 00:26:43 2013 -0600
23116
23117     Fix residuals from fontconfig changes
23118
23119  src/hb-atomic-private.hh | 8 ++++----
23120  1 file changed, 4 insertions(+), 4 deletions(-)
23121
23122 commit cf81fb3624466b9df2250b58b27a92187c5b5b5c
23123 Author: Behdad Esfahbod <behdad@behdad.org>
23124 Date:   Thu Jan 10 09:06:34 2013 -0600
23125
23126     0.9.11
23127
23128  NEWS         | 14 ++++++++++++++
23129  configure.ac |  2 +-
23130  2 files changed, 15 insertions(+), 1 deletion(-)
23131
23132 commit 2dcb333f52492018816f0d5d67a47634a612e49c
23133 Author: Behdad Esfahbod <behdad@behdad.org>
23134 Date:   Thu Jan 10 01:17:59 2013 -0600
23135
23136     Add atomic ops for Solaris
23137
23138     Based on fontconfig patch from Raimund Steger.
23139
23140  config.h.in              |  5 ++++-
23141  configure.ac             | 27 +++++++++++++++++++++++++--
23142  src/hb-atomic-private.hh | 12 ++++++++++++
23143  3 files changed, 41 insertions(+), 3 deletions(-)
23144
23145 commit 69fd6e157c7ec83a5d5d8731fc14675ce4509b09
23146 Author: Behdad Esfahbod <behdad@behdad.org>
23147 Date:   Thu Jan 10 00:03:36 2013 -0600
23148
23149     Fix crasher during multi-thread shaper data creation
23150
23151     Sample crash:
23152
23153     0  _hb_graphite2_shaper_face_data_destroy (data=0xffffffffffffffff)
23154         at ../../src/hb-graphite2.cc:129
23155     1  0x00007ffff4271d7d in hb_graphite2_shaper_face_data_ensure (
23156         face=<optimized out>) at ../../src/hb-shaper-list.hh:35
23157     2  hb_shape_plan_plan (shaper_list=<optimized out>,
23158     num_user_features=0,
23159         user_features=0x0, shape_plan=0xf7b490) at
23160         ../../src/hb-shaper-list.hh:35
23161     3  hb_shape_plan_create (face=<optimized out>, props=<optimized out>,
23162         user_features=0x0, num_user_features=0, shaper_list=<optimized
23163         out>)
23164         at ../../src/hb-shape-plan.cc:108
23165     4  0x00007ffff4272c93 in hb_shape_plan_create_cached (face=0x10cf2b0,
23166         props=0x11980d8, user_features=0x0, num_user_features=<optimized
23167         out>,
23168         shaper_list=0x0) at ../../src/hb-shape-plan.cc:283
23169
23170  src/hb-shaper-private.hh | 5 ++++-
23171  1 file changed, 4 insertions(+), 1 deletion(-)
23172
23173 commit ecd454b3cd75050e0c95e1d2aa55744559338ec8
23174 Author: Behdad Esfahbod <behdad@behdad.org>
23175 Date:   Tue Jan 8 18:09:46 2013 -0600
23176
23177     [Indic] In old-spec shaping, don't move viramas around if seq ends
23178     with one
23179
23180     For example: u0c9a u0ccd u0c9a u0ccd with Lohit.  See:
23181
23182     https://bugs.freedesktop.org/show_bug.cgi?id=59118
23183
23184  src/hb-ot-shape-complex-indic.cc                                   |
23185  7 ++++---
23186  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt  | 1 +
23187  2 files changed, 5 insertions(+), 3 deletions(-)
23188
23189 commit e95e031b5682809488cc965883e15404cb9cfb6a
23190 Author: Behdad Esfahbod <behdad@behdad.org>
23191 Date:   Tue Jan 8 16:15:46 2013 -0600
23192
23193     [GPOS] If an Anchor offset is NULL, return false
23194
23195     If in a MarkPos table, a base has no anchor for a particular mark
23196     class,
23197     return NULL such that the subsequent subtables get a chance at it.
23198
23199     Test case:
23200     hb-shape ./EBGaramond12-Regular.otf ἂ --features="ss20","smcp"
23201
23202  src/hb-open-type-private.hh    | 14 ++++++++++++--
23203  src/hb-ot-layout-gpos-table.hh | 10 ++++++++--
23204  2 files changed, 20 insertions(+), 4 deletions(-)
23205
23206 commit e5dbf39900fa63051f64cc447a6742665cbee339
23207 Author: Behdad Esfahbod <behdad@behdad.org>
23208 Date:   Mon Jan 7 17:34:24 2013 -0600
23209
23210     Bug 58638 - Building fails with ICU due to not passing required flags
23211
23212  configure.ac | 1 +
23213  1 file changed, 1 insertion(+)
23214
23215 commit 1172dc736280566426eb6dade1a886b2a0ca9aa4
23216 Author: Behdad Esfahbod <behdad@behdad.org>
23217 Date:   Mon Jan 7 16:46:37 2013 -0600
23218
23219     Rename hb_buffer_clear() to hb_buffer_clear_contents()
23220
23221     The previous name was clashing with harfbuzz.old.  There are systems
23222     that need to link both...
23223
23224     Clash-free now again.
23225
23226  src/hb-buffer.cc       | 2 +-
23227  src/hb-buffer.h        | 2 +-
23228  test/api/test-buffer.c | 2 +-
23229  util/options.hh        | 2 +-
23230  4 files changed, 4 insertions(+), 4 deletions(-)
23231
23232 commit 7b912c1936c3e8a7df27a30782ca127d0a83822d
23233 Author: Behdad Esfahbod <behdad@behdad.org>
23234 Date:   Fri Jan 4 01:25:27 2013 -0600
23235
23236     Remove a few unnecessary const's
23237
23238     Apparently helps with MSVC compilation.
23239
23240  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
23241  1 file changed, 4 insertions(+), 4 deletions(-)
23242
23243 commit 34e6c3e3e452bdf6f93df565a70453a6e74d4c6e
23244 Author: Behdad Esfahbod <behdad@behdad.org>
23245 Date:   Thu Jan 3 00:14:24 2013 -0600
23246
23247     0.9.10
23248
23249  NEWS         | 24 ++++++++++++++++++++++++
23250  configure.ac |  2 +-
23251  2 files changed, 25 insertions(+), 1 deletion(-)
23252
23253 commit f0c82410dbe800cb6429ba4aa7cfd9f5a11cc70c
23254 Author: Behdad Esfahbod <behdad@behdad.org>
23255 Date:   Thu Jan 3 00:07:16 2013 -0600
23256
23257     [OTLayout] Always collect default language system in collect_lookups
23258
23259     Not sure if this is the most desired behavior.  It's the most easily
23260     defined though.
23261
23262  src/hb-ot-layout.cc | 7 +++++++
23263  1 file changed, 7 insertions(+)
23264
23265 commit 15e9e4e1ddaad655988144e7a56a765e8adf8782
23266 Author: Behdad Esfahbod <behdad@behdad.org>
23267 Date:   Thu Jan 3 00:04:40 2013 -0600
23268
23269     [OTLayout] Fix feature iteration in collect_lookups
23270
23271     Previous logic was just wrong.
23272
23273  src/hb-ot-layout.cc | 46 ++++++++++++++++++++++++++++++++--------------
23274  1 file changed, 32 insertions(+), 14 deletions(-)
23275
23276 commit 733e8c0d7bf0765884f2cc953c8edcd7ab7fb49b
23277 Author: Behdad Esfahbod <behdad@behdad.org>
23278 Date:   Thu Jan 3 00:00:23 2013 -0600
23279
23280     [OTLayout] Whitespace
23281
23282  src/hb-ot-layout.cc | 82
23283  ++++++++++++++++++++++++++++++++++++++++++++---------
23284  1 file changed, 68 insertions(+), 14 deletions(-)
23285
23286 commit d37ae38047bee12639741af9bb083b857fab950d
23287 Author: Behdad Esfahbod <behdad@behdad.org>
23288 Date:   Wed Jan 2 23:57:36 2013 -0600
23289
23290     [OTLayout] Handle required_feature_index in collect_lookups
23291
23292  src/hb-ot-layout.cc | 8 ++++++++
23293  1 file changed, 8 insertions(+)
23294
23295 commit 11fba79ee9383eb995ddf7eb924dd64c67e2df63
23296 Author: Behdad Esfahbod <behdad@behdad.org>
23297 Date:   Wed Jan 2 23:36:37 2013 -0600
23298
23299     [OTLayout] Fix various introspection issues with ClassDef's
23300
23301     As reported by Jonathan Kew.
23302
23303  src/hb-ot-layout-gsubgpos-private.hh | 19 +++++++++++++++----
23304  1 file changed, 15 insertions(+), 4 deletions(-)
23305
23306 commit e81aff9ef785be28751aab1fcd484af550656181
23307 Author: Behdad Esfahbod <behdad@behdad.org>
23308 Date:   Wed Jan 2 23:22:54 2013 -0600
23309
23310     [tests] Finish test-set.c
23311
23312     All passing now.
23313
23314  test/api/test-set.c | 373
23315  +++++++++++++++++++++-------------------------------
23316  1 file changed, 149 insertions(+), 224 deletions(-)
23317
23318 commit 7b1b720a8da69b68b775ce17104a40d55401b7ef
23319 Author: Behdad Esfahbod <behdad@behdad.org>
23320 Date:   Wed Jan 2 23:02:59 2013 -0600
23321
23322     Protect sets in-error from further modication
23323
23324     Fixes test-set.c
23325
23326  src/hb-set-private.hh | 13 +++++++++++++
23327  1 file changed, 13 insertions(+)
23328
23329 commit 8165f2765b93e99577ecc79b7956ae38c614bc78
23330 Author: Behdad Esfahbod <behdad@behdad.org>
23331 Date:   Wed Jan 2 22:50:36 2013 -0600
23332
23333     [tests] Start adding tests for hb-set.h
23334
23335     Fails now.  Fixing.
23336
23337  TODO                  |   2 -
23338  src/hb-set-private.hh |   6 +
23339  src/hb-set.cc         |   9 +-
23340  src/hb-set.h          |   3 +
23341  test/api/Makefile.am  |   1 +
23342  test/api/test-set.c   | 312
23343  ++++++++++++++++++++++++++++++++++++++++++++++++++
23344  6 files changed, 330 insertions(+), 3 deletions(-)
23345
23346 commit b9d28f696c433b94c5ffbad8d7c87cf3acff4056
23347 Author: Behdad Esfahbod <behdad@behdad.org>
23348 Date:   Wed Jan 2 22:49:58 2013 -0600
23349
23350     [tests] Add set object to test-object.c
23351
23352  test/api/test-object.c | 12 ++++++++++++
23353  1 file changed, 12 insertions(+)
23354
23355 commit 11d2956553f0d4a0086166a04ffc352fcfacf56e
23356 Author: Behdad Esfahbod <behdad@behdad.org>
23357 Date:   Wed Jan 2 17:41:27 2013 -0600
23358
23359     Minor
23360
23361  src/hb-atomic-private.hh | 2 +-
23362  1 file changed, 1 insertion(+), 1 deletion(-)
23363
23364 commit 596740db04e7c1dadae0d8be6e401089fcaffc2d
23365 Author: Behdad Esfahbod <behdad@behdad.org>
23366 Date:   Fri Dec 21 19:41:04 2012 -0500
23367
23368     [Indic] Insert dottedcircle after a lone Malayalam dot-reph
23369
23370  src/hb-ot-shape-complex-indic-machine.hh | 1617
23371  ++++++++++++++++--------------
23372  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
23373  src/hb-ot-shape-complex-indic.cc         |   13 +-
23374  3 files changed, 881 insertions(+), 751 deletions(-)
23375
23376 commit 3cdce6497b2b9aeb2841bf077daa9dd9b196429d
23377 Author: Behdad Esfahbod <behdad@behdad.org>
23378 Date:   Fri Dec 21 16:54:22 2012 -0500
23379
23380     Remove TODO that I don't intend to fix
23381
23382  TODO | 1 -
23383  1 file changed, 1 deletion(-)
23384
23385 commit 6f69fa283e0a488da811df78bc83c41ed248b688
23386 Author: Behdad Esfahbod <behdad@behdad.org>
23387 Date:   Fri Dec 21 16:51:15 2012 -0500
23388
23389     Minor
23390
23391  src/hb-shape.h | 2 +-
23392  1 file changed, 1 insertion(+), 1 deletion(-)
23393
23394 commit f4abcbfc628718bb276363746440df06e7658f6e
23395 Author: Behdad Esfahbod <behdad@behdad.org>
23396 Date:   Fri Dec 21 16:48:51 2012 -0500
23397
23398     Minor
23399
23400  src/hb-buffer.cc | 4 ++--
23401  1 file changed, 2 insertions(+), 2 deletions(-)
23402
23403 commit 4a765f092d71bb4adeb468c004987a9121d39db5
23404 Author: Behdad Esfahbod <behdad@behdad.org>
23405 Date:   Fri Dec 21 16:48:47 2012 -0500
23406
23407     Minor
23408
23409  util/hb-shape.cc | 2 +-
23410  1 file changed, 1 insertion(+), 1 deletion(-)
23411
23412 commit 9815a88111072aa51e78e258c5f660993b47d4df
23413 Author: Behdad Esfahbod <behdad@behdad.org>
23414 Date:   Fri Dec 21 16:46:53 2012 -0500
23415
23416     [util] List supported output formats in --help output
23417
23418  util/hb-shape.cc     | 6 +++---
23419  util/helper-cairo.cc | 2 +-
23420  util/helper-cairo.hh | 1 +
23421  util/options.cc      | 9 ++++++++-
23422  util/options.hh      | 5 ++++-
23423  util/view-cairo.hh   | 2 +-
23424  6 files changed, 18 insertions(+), 7 deletions(-)
23425
23426 commit f95a87b7b813f588c7910ad4785ee68bb452e864
23427 Author: Behdad Esfahbod <behdad@behdad.org>
23428 Date:   Fri Dec 21 16:35:28 2012 -0500
23429
23430     [util] List supported output formats in hb-view
23431
23432  TODO                 |  1 -
23433  util/helper-cairo.cc | 30 +++++++++++++++++++++++++++++-
23434  2 files changed, 29 insertions(+), 2 deletions(-)
23435
23436 commit 6bad092aa87bc3e6bbf0b9faf07693e6ebbe55f2
23437 Author: Behdad Esfahbod <behdad@behdad.org>
23438 Date:   Fri Dec 21 16:01:52 2012 -0500
23439
23440     [util] Default to "text" output format in hb-shape
23441
23442     If you say:
23443
23444       hb-shape font.ttf text --output-file out.txt
23445
23446     This was previously failing:
23447
23448       Unknown output format `txt'; supported formats are: TEXT / JSON
23449
23450     Now we simply fallback to TEXT if no explicit format was requested.
23451
23452  util/hb-shape.cc | 11 ++++++++---
23453  util/options.hh  |  5 +++++
23454  2 files changed, 13 insertions(+), 3 deletions(-)
23455
23456 commit 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2
23457 Author: Behdad Esfahbod <behdad@behdad.org>
23458 Date:   Fri Dec 21 15:48:32 2012 -0500
23459
23460     [Indic] Reorder Malayalam dot-reph to after base
23461
23462     Test sequence is simple: U+0D4E,U+0D15.  The doth-reph should be
23463     reordered to after the Ka.
23464
23465     https://bugzilla.redhat.com/show_bug.cgi?id=799565
23466
23467  src/hb-ot-shape-complex-indic.cc                            | 13
23468  ++++++++++---
23469  .../shaper-indic/indic/script-malayalam/misc/MANIFEST       |  1 +
23470  .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt   |  1 +
23471  3 files changed, 12 insertions(+), 3 deletions(-)
23472
23473 commit 742c4ee97e1311e000ebcdf9f33361c4dc6400a4
23474 Author: Behdad Esfahbod <behdad@behdad.org>
23475 Date:   Fri Dec 21 15:35:03 2012 -0500
23476
23477     Minor
23478
23479  src/hb-ot-shape-complex-indic.cc | 2 +-
23480  1 file changed, 1 insertion(+), 1 deletion(-)
23481
23482 commit 94afeb6ebe27534fc80d7173cc6f67375c3aaca6
23483 Author: Behdad Esfahbod <behdad@behdad.org>
23484 Date:   Fri Dec 21 11:54:50 2012 -0500
23485
23486     Add Android.mk
23487
23488  Android.mk  | 74
23489  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23490  Makefile.am |  1 +
23491  2 files changed, 75 insertions(+)
23492
23493 commit d16ddbcbbee39b07a028776995c635119fe3cd98
23494 Author: Behdad Esfahbod <behdad@behdad.org>
23495 Date:   Thu Dec 20 01:02:36 2012 -0500
23496
23497     Add build confirmation notice to configure
23498
23499  configure.ac | 25 +++++++++++++++++++++++++
23500  1 file changed, 25 insertions(+)
23501
23502 commit e24d8dab749a1a796e7484e18572da5f7a733bd4
23503 Author: Behdad Esfahbod <behdad@behdad.org>
23504 Date:   Wed Dec 19 15:23:02 2012 -0500
23505
23506     [TODO] Remove done items
23507
23508  TODO | 7 -------
23509  1 file changed, 7 deletions(-)
23510
23511 commit 044d38527664d933c18c751c38fcf6fb4b5f888e
23512 Author: Behdad Esfahbod <behdad@behdad.org>
23513 Date:   Wed Dec 19 13:00:16 2012 -0500
23514
23515     Bug 58498 - Tests fail with gold linker on ARM
23516
23517  src/check-exported-symbols.sh | 2 +-
23518  src/check-internal-symbols.sh | 2 +-
23519  2 files changed, 2 insertions(+), 2 deletions(-)
23520
23521 commit b68b86daf1a8478b86aeae44a8c39a606ed873cb
23522 Author: Behdad Esfahbod <behdad@behdad.org>
23523 Date:   Tue Dec 18 20:39:40 2012 -0500
23524
23525     Use C++ linker if ICU is disabled
23526
23527     Bug 54948 - Undefined symbols: "operator delete(void*)" "operator
23528     new(unsigned long)" "___cxa_pure_virtual"
23529
23530  src/Makefile.am | 4 ++++
23531  1 file changed, 4 insertions(+)
23532
23533 commit 1ffd23cb47a61465d52a7aeebb9c1b676e7c9a7e
23534 Author: Behdad Esfahbod <behdad@behdad.org>
23535 Date:   Mon Dec 17 23:29:15 2012 -0500
23536
23537     [OTLayout] Limit alternate-location FeatureParams to 'size' feature
23538
23539  src/hb-ot-layout-common-private.hh | 7 ++++++-
23540  1 file changed, 6 insertions(+), 1 deletion(-)
23541
23542 commit efe252e6000558f78075adadb2a3dba25ab67c04
23543 Author: Behdad Esfahbod <behdad@behdad.org>
23544 Date:   Mon Dec 17 23:21:05 2012 -0500
23545
23546     [OTLayout] Fix 'size' featureParams implementation
23547
23548     Looks at alternate location now.
23549
23550  src/hb-ot-layout-common-private.hh | 133
23551  ++++++++++++++++++++++++++++---------
23552  src/hb-ot-layout.cc                |  93 ++++----------------------
23553  2 files changed, 117 insertions(+), 109 deletions(-)
23554
23555 commit e77b4425746ac9eb407ca4e742d962f1955971b4
23556 Author: Behdad Esfahbod <behdad@behdad.org>
23557 Date:   Mon Dec 17 18:42:59 2012 -0500
23558
23559     [OTLayout] Fix tracing
23560
23561  src/hb-open-type-private.hh | 3 ++-
23562  1 file changed, 2 insertions(+), 1 deletion(-)
23563
23564 commit 9b54562d63f1a9e0e5b33d71c32bd1588759ebf1
23565 Author: Behdad Esfahbod <behdad@behdad.org>
23566 Date:   Mon Dec 17 13:55:36 2012 -0500
23567
23568     [OTLayout] Towards correct FeatureParams handling
23569
23570  src/hb-open-type-private.hh        |  8 +++++++-
23571  src/hb-ot-layout-common-private.hh | 25 +++++++++++++++++++++++--
23572  2 files changed, 30 insertions(+), 3 deletions(-)
23573
23574 commit 87e43b7f2be25840748f920ca33ff553833da45f
23575 Author: Behdad Esfahbod <behdad@behdad.org>
23576 Date:   Fri Dec 14 17:48:23 2012 -0500
23577
23578     [OTLayout] Wire tag and list start all the way to Feature
23579
23580     To fix FeatureParam issues.  No actual fix yet, just plumbing.
23581
23582  src/hb-ot-layout-common-private.hh | 16 ++++++++++++----
23583  1 file changed, 12 insertions(+), 4 deletions(-)
23584
23585 commit 85bc44b90a19c6a669ed567a9cd8513448600afe
23586 Author: Behdad Esfahbod <behdad@behdad.org>
23587 Date:   Wed Dec 12 11:38:49 2012 -0500
23588
23589     [OTLayout] More 'size' feature sanity checking
23590
23591     We still don't look for the old incorrect place of the featureParams.
23592     I'll wait till someone actually complains about it...
23593
23594  src/hb-ot-layout.cc | 99
23595  ++++++++++++++++++++++++++++++++++++++++++-----------
23596  1 file changed, 79 insertions(+), 20 deletions(-)
23597
23598 commit 0bae50a36f3022f9bb6b2c001c191eeaaa4ef954
23599 Author: Behdad Esfahbod <behdad@behdad.org>
23600 Date:   Tue Dec 11 16:01:31 2012 -0500
23601
23602     [OTLayout] Add FeatureParamsCharacterVariants struct
23603
23604     No API yet.
23605
23606  src/hb-ot-layout-common-private.hh | 52
23607  +++++++++++++++++++++++++++++++++++---
23608  1 file changed, 49 insertions(+), 3 deletions(-)
23609
23610 commit bd61bc13ea8ff350ada5449b2cfeb612e66ecafa
23611 Author: Behdad Esfahbod <behdad@behdad.org>
23612 Date:   Tue Dec 11 16:00:43 2012 -0500
23613
23614     [OTLayout] Add UINT24 type
23615
23616  src/hb-open-type-private.hh | 33 ++++++++++++++++++++++-----------
23617  src/hb-private.hh           |  4 ++++
23618  2 files changed, 26 insertions(+), 11 deletions(-)
23619
23620 commit 9cf7f9d4f61741932570afbefdee5edf61f79ae4
23621 Author: Behdad Esfahbod <behdad@behdad.org>
23622 Date:   Tue Dec 11 14:31:13 2012 -0500
23623
23624     Make test-size-params write size in points
23625
23626  src/test-size-params.cc | 18 ++++--------------
23627  1 file changed, 4 insertions(+), 14 deletions(-)
23628
23629 commit 372fe2b67b1757e809bf33e1e9055a00c5bed304
23630 Author: Behdad Esfahbod <behdad@behdad.org>
23631 Date:   Tue Dec 11 14:30:57 2012 -0500
23632
23633     [OTLayout] Make hb_ot_layout_get_size_params() do some checks
23634
23635  src/hb-ot-layout.cc | 12 +++++++++++-
23636  1 file changed, 11 insertions(+), 1 deletion(-)
23637
23638 commit 875a5cbc9c37f4264241c43b80afad2628eab749
23639 Author: Behdad Esfahbod <behdad@behdad.org>
23640 Date:   Tue Dec 11 14:17:01 2012 -0500
23641
23642     [OTLayout] Change hb_ot_layout_get_params() API
23643
23644     And add implementation for StylisticSet UINameID.  No API yet.
23645
23646  src/hb-ot-layout-common-private.hh | 85
23647  ++++++++++++++++++++++++++++++++++++--
23648  src/hb-ot-layout.cc                | 28 +++++++++----
23649  src/hb-ot-layout.h                 |  8 +++-
23650  src/test-size-params.cc            |  9 +++-
23651  4 files changed, 115 insertions(+), 15 deletions(-)
23652
23653 commit 5e7e52ddf2b0c4fbc9d933d24336100368d39a5c
23654 Author: Behdad Esfahbod <behdad@behdad.org>
23655 Date:   Mon Dec 10 17:44:22 2012 -0500
23656
23657     [uniscribe] Enable Uniscribe backend only if it has
23658     ScriptShapeOpenType()
23659
23660     Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
23661
23662  config.h.in  |  6 ------
23663  configure.ac | 14 +++++++++++++-
23664  2 files changed, 13 insertions(+), 7 deletions(-)
23665
23666 commit d41c0c955b8ad9b52191ca47e1f3b1bfe606deb1
23667 Author: Behdad Esfahbod <behdad@behdad.org>
23668 Date:   Mon Dec 10 16:41:20 2012 -0500
23669
23670     Update config template
23671
23672  config.h.in | 4 ----
23673  1 file changed, 4 deletions(-)
23674
23675 commit c48a04e5ea899b82465a0f3f2cfdcffb3bf38f61
23676 Author: John Ralls <jralls@ceridwen.fremont.ca.us>
23677 Date:   Mon Dec 10 16:24:24 2012 -0500
23678
23679     [coretext] Better test for CoreText
23680
23681     Instead of checking for ApplicationServices.h, which is present in all
23682     versions of MacOSX, check for CTFontRef, a CoreText basic type.
23683
23684  configure.ac | 2 +-
23685  1 file changed, 1 insertion(+), 1 deletion(-)
23686
23687 commit 0e9f0f3e5f16a45951423a1229af42dc2fd798c3
23688 Author: Behdad Esfahbod <behdad@behdad.org>
23689 Date:   Mon Dec 10 15:25:21 2012 -0500
23690
23691     Fix atomic ops on iOS
23692
23693     Patch from John Ralls.
23694
23695  src/hb-atomic-private.hh | 8 +++++---
23696  1 file changed, 5 insertions(+), 3 deletions(-)
23697
23698 commit 5f9569c1391c65d7addff363ad6e5ec9b087f01a
23699 Author: Behdad Esfahbod <behdad@behdad.org>
23700 Date:   Mon Dec 10 13:38:42 2012 -0500
23701
23702     Make older MSVC happy
23703
23704  src/hb-private.hh | 2 +-
23705  1 file changed, 1 insertion(+), 1 deletion(-)
23706
23707 commit 071d5b831e6de5f3b24160dc77b139cb040ab886
23708 Author: Behdad Esfahbod <behdad@behdad.org>
23709 Date:   Mon Dec 10 00:57:00 2012 -0500
23710
23711     Work around missing OSAtomicCompareAndSwapPtrBarrier() on OS X 10.4
23712
23713     Not sure how to handle iOS.
23714
23715  src/hb-atomic-private.hh | 11 +++++++++++
23716  1 file changed, 11 insertions(+)
23717
23718 commit e923e6487b25ab86f6f629af480b291e8e5407b5
23719 Author: Behdad Esfahbod <behdad@behdad.org>
23720 Date:   Sun Dec 9 19:39:40 2012 -0500
23721
23722     [coretext] Fixed typo
23723
23724     Oops.  Thanks Khaled for catching this.
23725
23726  src/hb-coretext.cc | 2 +-
23727  1 file changed, 1 insertion(+), 1 deletion(-)
23728
23729 commit 9a8395824bf51c2ff2cfe0887ecad52b3d2c02e2
23730 Author: Behdad Esfahbod <behdad@behdad.org>
23731 Date:   Sun Dec 9 18:47:36 2012 -0500
23732
23733     [coretext] Add hb_coretext_face_get_cg_font()
23734
23735     Not sure if it's useful, but it was missing.
23736
23737  src/hb-coretext.cc | 20 ++++++++++++++------
23738  src/hb-coretext.h  |  3 +++
23739  2 files changed, 17 insertions(+), 6 deletions(-)
23740
23741 commit 86112356885fde32163882b6c9dd19a494304f7a
23742 Author: Behdad Esfahbod <behdad@behdad.org>
23743 Date:   Sun Dec 9 18:47:09 2012 -0500
23744
23745     [coretext] Remove hack around GlyphID
23746
23747     We not namespace our types, so the hack is not needed anymore.
23748
23749  src/hb-coretext.cc | 4 ----
23750  1 file changed, 4 deletions(-)
23751
23752 commit 8e58459aeb949591bb5bca340ef9bdd5cfd54e47
23753 Author: Behdad Esfahbod <behdad@behdad.org>
23754 Date:   Sun Dec 9 18:45:47 2012 -0500
23755
23756     [graphite2] "Update to new API"
23757
23758     Part of patch from Martin Hosken.  I believe he knows what he's doing
23759     :).
23760
23761  src/hb-graphite2.cc | 14 +++++++++++---
23762  1 file changed, 11 insertions(+), 3 deletions(-)
23763
23764 commit a5a4ab3846ef06769784e6469d76eace35e68805
23765 Author: Behdad Esfahbod <behdad@behdad.org>
23766 Date:   Sun Dec 9 18:44:41 2012 -0500
23767
23768     [graphite2] Add hb_graphite2_face_get_gr_face and
23769     hb_graphite2_font_get_gr_font
23770
23771     Based on patch from Martin Hosken.  I believe it returns NULL if the
23772     font doesn't have graphite tables, but have not tested.
23773
23774  src/hb-graphite2.cc | 14 ++++++++++++++
23775  src/hb-graphite2.h  |  8 +++++++-
23776  2 files changed, 21 insertions(+), 1 deletion(-)
23777
23778 commit 737ba156442f723d126c7c58c73729786b67c17a
23779 Author: Behdad Esfahbod <behdad@behdad.org>
23780 Date:   Sun Dec 9 18:43:03 2012 -0500
23781
23782     [graphite2] Preload all tables
23783
23784     Part of patch from Martin Hosken.
23785
23786  src/hb-graphite2.cc | 2 +-
23787  1 file changed, 1 insertion(+), 1 deletion(-)
23788
23789 commit 0ae6dbf1b4de8a0326b8a2f201597427cecfb6db
23790 Author: Behdad Esfahbod <behdad@behdad.org>
23791 Date:   Sun Dec 9 18:37:38 2012 -0500
23792
23793     Minor
23794
23795  src/hb-uniscribe.cc | 32 ++++++++++++++++----------------
23796  1 file changed, 16 insertions(+), 16 deletions(-)
23797
23798 commit 3fe5c159d3532f8ce8a85d217a00681225dd8ed1
23799 Author: Behdad Esfahbod <behdad@behdad.org>
23800 Date:   Sun Dec 9 18:20:19 2012 -0500
23801
23802     Remove excess return
23803
23804     Oops!
23805
23806  src/hb-uniscribe.cc | 1 -
23807  1 file changed, 1 deletion(-)
23808
23809 commit ba2d543004573e8e4e56df70b7fe2a66a42bc83f
23810 Author: Behdad Esfahbod <behdad@behdad.org>
23811 Date:   Sat Dec 8 19:28:41 2012 -0500
23812
23813     Update OT language tags
23814
23815     Patch from Roozbeh Pournader.
23816
23817  src/hb-ot-tag.cc | 212
23818  +++++++++++++++++++++++++++++--------------------------
23819  1 file changed, 110 insertions(+), 102 deletions(-)
23820
23821 commit aba38173c6b464c2884b73ef6cd4577d4efcebbc
23822 Author: Behdad Esfahbod <behdad@behdad.org>
23823 Date:   Wed Dec 5 19:54:48 2012 -0500
23824
23825     Minor
23826
23827  src/hb-ot-tag.cc | 2 +-
23828  1 file changed, 1 insertion(+), 1 deletion(-)
23829
23830 commit 61865745e35eb60aeb59968e7826e37059090780
23831 Author: Behdad Esfahbod <behdad@behdad.org>
23832 Date:   Wed Dec 5 19:42:10 2012 -0500
23833
23834     Fix test with gold linker
23835
23836     Bug 57633 - Symbol tests should ignore __bss_start, _edata, _end
23837
23838  src/check-exported-symbols.sh | 2 +-
23839  src/check-internal-symbols.sh | 2 +-
23840  2 files changed, 2 insertions(+), 2 deletions(-)
23841
23842 commit b71b0bd9ee64feadd7289e195bc58f6361ce707a
23843 Author: Behdad Esfahbod <behdad@behdad.org>
23844 Date:   Wed Dec 5 19:20:31 2012 -0500
23845
23846     [Indic] Add link to Sinhala split matra section of the Sinhala spec
23847
23848  src/hb-ot-shape-complex-indic.cc | 5 +++++
23849  1 file changed, 5 insertions(+)
23850
23851 commit 9a34a50daac3563464e0031f377e85f0c704f2d6
23852 Author: Behdad Esfahbod <behdad@behdad.org>
23853 Date:   Wed Dec 5 19:18:18 2012 -0500
23854
23855     Fix build with C++11
23856
23857  util/options.cc | 8 ++++----
23858  1 file changed, 4 insertions(+), 4 deletions(-)
23859
23860 commit 0beb66e3a61ae8bb1fa66e54b1ff1abb2f8711e9
23861 Author: Behdad Esfahbod <behdad@behdad.org>
23862 Date:   Wed Dec 5 18:46:04 2012 -0500
23863
23864     Fix warnings
23865
23866  src/hb-fallback-shape.cc                   | 10 +++++-----
23867  src/hb-glib.cc                             |  2 +-
23868  src/hb-icu-le.cc                           |  6 +++---
23869  src/hb-old.cc                              | 14 +++++++-------
23870  src/hb-open-type-private.hh                |  4 +---
23871  src/hb-ot-layout-gsubgpos-private.hh       | 24 ++++++++++++------------
23872  src/hb-ot-shape-complex-arabic-fallback.hh |  4 ++--
23873  src/hb-ot-shape-complex-arabic.cc          |  2 +-
23874  src/hb-ot-shape-complex-indic-machine.hh   |  2 +-
23875  src/hb-ot-shape-complex-indic-machine.rl   |  2 +-
23876  src/hb-ot-shape-complex-indic.cc           |  6 +++---
23877  src/hb-ot-shape-complex-thai.cc            |  2 +-
23878  src/hb-ot-shape-fallback.cc                |  4 ++--
23879  src/hb-private.hh                          |  8 ++++----
23880  src/hb-ucdn.cc                             | 27
23881  +++++++++++++++------------
23882  src/hb-utf-private.hh                      |  4 ++--
23883  16 files changed, 61 insertions(+), 60 deletions(-)
23884
23885 commit c6408a1009d2370fbdcfa694898819d99d53c3df
23886 Author: Behdad Esfahbod <behdad@behdad.org>
23887 Date:   Wed Dec 5 17:36:52 2012 -0500
23888
23889     0.9.9
23890
23891  NEWS         | 8 ++++++++
23892  configure.ac | 2 +-
23893  2 files changed, 9 insertions(+), 1 deletion(-)
23894
23895 commit 130bb3f6144afe5c88bb5b4e4c98e7cba03b1e26
23896 Author: Behdad Esfahbod <behdad@behdad.org>
23897 Date:   Wed Dec 5 16:49:47 2012 -0500
23898
23899     Rename VOID and void_t to have HarfBuzz prefix
23900
23901     Fixes build on Windows.  Ouch!
23902
23903  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
23904  src/hb-private.hh                    | 12 ++++++------
23905  2 files changed, 17 insertions(+), 17 deletions(-)
23906
23907 commit 4a350d0eb25db60d95638664c892d4c8dacf050b
23908 Author: Behdad Esfahbod <behdad@behdad.org>
23909 Date:   Tue Dec 4 17:13:09 2012 -0500
23910
23911     [OTLayout] Reuse context in collect_glyphs() recursion
23912
23913  src/hb-ot-layout-gsubgpos-private.hh | 19 +++++++++++++++----
23914  1 file changed, 15 insertions(+), 4 deletions(-)
23915
23916 commit 8303593ba1db06e402eab52df47f21f13049112d
23917 Author: Behdad Esfahbod <behdad@behdad.org>
23918 Date:   Tue Dec 4 17:08:41 2012 -0500
23919
23920     Minor
23921
23922     Use pointers instead of references, in preparation for upcoming
23923     change.
23924
23925  src/hb-ot-layout-gpos-table.hh       | 28 +++++++++++++-------------
23926  src/hb-ot-layout-gsub-table.hh       | 30 ++++++++++++++--------------
23927  src/hb-ot-layout-gsubgpos-private.hh | 38
23928  ++++++++++++++++++------------------
23929  3 files changed, 48 insertions(+), 48 deletions(-)
23930
23931 commit 1bcfa06d1173f219809542a7380ce77f1c907bec
23932 Author: Behdad Esfahbod <behdad@behdad.org>
23933 Date:   Tue Dec 4 16:58:09 2012 -0500
23934
23935     [OTLayout] Don't recurse in collect_glyphs() for GPOS
23936
23937  src/hb-ot-layout-gpos-table.hh       | 2 +-
23938  src/hb-ot-layout-gsubgpos-private.hh | 4 ++++
23939  2 files changed, 5 insertions(+), 1 deletion(-)
23940
23941 commit b5e04c7dc6b78e311d1a14f1f808fac76a64c889
23942 Author: Behdad Esfahbod <behdad@behdad.org>
23943 Date:   Tue Dec 4 15:57:02 2012 -0500
23944
23945     [ucdn] Match upstream changes
23946
23947  src/hb-ucdn/ucdn.c | 16 ++++++++--------
23948  1 file changed, 8 insertions(+), 8 deletions(-)
23949
23950 commit a52f51b21635c626f6e5ccdba505c4df19bcff2c
23951 Author: Behdad Esfahbod <behdad@behdad.org>
23952 Date:   Tue Dec 4 15:43:38 2012 -0500
23953
23954     0.9.8
23955
23956  NEWS         | 16 ++++++++++++++++
23957  configure.ac |  2 +-
23958  2 files changed, 17 insertions(+), 1 deletion(-)
23959
23960 commit 7babfe5a7904c26060c5b8441ca1bf23e1444f35
23961 Author: Behdad Esfahbod <behdad@behdad.org>
23962 Date:   Tue Dec 4 00:35:54 2012 +0200
23963
23964     Move object mutext into the user-data array
23965
23966     We are not using it for anything lse it seems.
23967
23968  src/hb-common.cc         | 12 ++----------
23969  src/hb-object-private.hh | 24 ++++++++++--------------
23970  2 files changed, 12 insertions(+), 24 deletions(-)
23971
23972 commit a1900114770952778563dd6f3bc79334b0ca8df5
23973 Author: Behdad Esfahbod <behdad@behdad.org>
23974 Date:   Tue Dec 4 00:29:35 2012 +0200
23975
23976     Remove unused functions
23977
23978  src/hb-object-private.hh | 20 --------------------
23979  1 file changed, 20 deletions(-)
23980
23981 commit 88b7564183ae1cf59500b13c7e48756fe200c7cd
23982 Author: Behdad Esfahbod <behdad@behdad.org>
23983 Date:   Sun Dec 2 19:14:29 2012 +0200
23984
23985     "Update" to Unicode 6.2.0 tables
23986
23987     Nothing changed...
23988
23989  src/hb-ot-shape-complex-arabic-table.hh |  4 ++--
23990  src/hb-ot-shape-complex-indic-table.hh  | 12 ++++++------
23991  2 files changed, 8 insertions(+), 8 deletions(-)
23992
23993 commit 4ab99fb8c363cfc6a4f5952e69a19757f0cab344
23994 Author: Behdad Esfahbod <behdad@behdad.org>
23995 Date:   Fri Nov 30 15:02:04 2012 +0200
23996
23997     Minor
23998
23999  src/hb-ot-layout.h | 2 +-
24000  1 file changed, 1 insertion(+), 1 deletion(-)
24001
24002 commit 6748b96d27477b35dd69129e55d861259d66bf9f
24003 Author: Behdad Esfahbod <behdad@behdad.org>
24004 Date:   Fri Nov 30 12:02:21 2012 +0200
24005
24006     Minor
24007
24008  src/hb-ot-layout.cc | 1 -
24009  1 file changed, 1 deletion(-)
24010
24011 commit 624933f67642997ee0a46d5acea285362e837142
24012 Author: Behdad Esfahbod <behdad@behdad.org>
24013 Date:   Fri Nov 30 11:46:35 2012 +0200
24014
24015     Add Persian test cases from Mehran Mehr
24016
24017  test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST   | 1 +
24018  .../in-tree/shaper-arabic/script-arabic/language-persian/MANIFEST | 1 +
24019  .../shaper-arabic/script-arabic/language-persian/mehran.txt       |
24020  8 ++++++++
24021  3 files changed, 10 insertions(+)
24022
24023 commit 0f3f5299047e3cfc4d1202fee83d484b871279ad
24024 Author: Behdad Esfahbod <behdad@behdad.org>
24025 Date:   Fri Nov 30 09:06:59 2012 +0200
24026
24027     Add test-size-params
24028
24029     Eventually this will become part of a yet-to-be-written hb-ot cmdline
24030     tool.
24031
24032  src/Makefile.am         | 10 ++++-
24033  src/test-size-params.cc | 98
24034  +++++++++++++++++++++++++++++++++++++++++++++++++
24035  2 files changed, 107 insertions(+), 1 deletion(-)
24036
24037 commit 8465a05a89742295d4b009a9b4442eb0a899fd80
24038 Author: Behdad Esfahbod <behdad@behdad.org>
24039 Date:   Fri Nov 30 08:46:43 2012 +0200
24040
24041     Fix hb_buffer_guess_segment_properties() for empty buffer
24042
24043     Was causing assertion failure in shape_plan().
24044
24045  src/hb-buffer.cc | 4 ++--
24046  1 file changed, 2 insertions(+), 2 deletions(-)
24047
24048 commit e75943de803f571b7ad2cf2f777119753a209656
24049 Author: Behdad Esfahbod <behdad@behdad.org>
24050 Date:   Fri Nov 30 08:38:24 2012 +0200
24051
24052     [OTLayout] Fix collect_glyphs() recursion in ContextFormat3
24053
24054  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
24055  1 file changed, 1 insertion(+), 1 deletion(-)
24056
24057 commit 3038ae6adbb61e55d6c665dea0c5271e0c9f0ed8
24058 Author: Behdad Esfahbod <behdad@behdad.org>
24059 Date:   Fri Nov 30 08:24:13 2012 +0200
24060
24061     [OTLayout] Minor
24062
24063  src/hb-ot-layout-gpos-table.hh | 4 ----
24064  src/hb-ot-layout-gsub-table.hh | 4 ----
24065  src/hb-ot-layout.cc            | 4 ++--
24066  3 files changed, 2 insertions(+), 10 deletions(-)
24067
24068 commit 0dff11f6bfbda444a153ca75ff2b947f94e9b3c5
24069 Author: Behdad Esfahbod <behdad@behdad.org>
24070 Date:   Fri Nov 30 08:14:20 2012 +0200
24071
24072     [OTLayout] Look for any 'size' feature, not only in DFLT script
24073
24074     The old code doesn't work with all fonts, as Khaled has reported.
24075
24076  src/hb-ot-layout.cc | 14 +++++---------
24077  1 file changed, 5 insertions(+), 9 deletions(-)
24078
24079 commit e9ad71dee845407da74ccacfbb53ad7ededf07fd
24080 Author: Behdad Esfahbod <behdad@behdad.org>
24081 Date:   Fri Nov 30 08:10:26 2012 +0200
24082
24083     [OTLayout] Rename hb_ot_layout_position_get_size() to
24084     hb_ot_layout_get_size_params()
24085
24086  src/hb-ot-layout.cc | 4 ++--
24087  src/hb-ot-layout.h  | 7 ++++---
24088  2 files changed, 6 insertions(+), 5 deletions(-)
24089
24090 commit f18ff5a84d9fe859c40a7a0c9a207cb40df0e84a
24091 Author: Behdad Esfahbod <behdad@behdad.org>
24092 Date:   Fri Nov 30 08:07:06 2012 +0200
24093
24094     [OTLayout] Return correct value from recursion
24095
24096     Commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579 broke contextual
24097     lookups
24098     by making the recurse() function always return false.
24099
24100     Reported by Khaled.  Test case: لا in Amiri.
24101
24102  src/hb-ot-layout-gsubgpos-private.hh | 9 ++++-----
24103  1 file changed, 4 insertions(+), 5 deletions(-)
24104
24105 commit f54cce3c6a0432268ce159dbe6c5c6b7f583b87a
24106 Author: Behdad Esfahbod <behdad@behdad.org>
24107 Date:   Mon Nov 26 14:02:31 2012 +0200
24108
24109     [OTLayout] Implement 'size' feature
24110
24111  src/hb-ot-layout-common-private.hh | 36
24112  ++++++++++++++++++++++++++++++++++--
24113  src/hb-ot-layout.cc                | 31 +++++++++++++++++++++++++++++++
24114  src/hb-ot-layout.h                 |  5 +++++
24115  3 files changed, 70 insertions(+), 2 deletions(-)
24116
24117 commit 2dc1141d7d0a9f5818862b09d6b9cfe0a27f1fc1
24118 Author: Behdad Esfahbod <behdad@behdad.org>
24119 Date:   Sat Nov 24 19:16:34 2012 -0500
24120
24121     [OTLayout] Remove operator() from ClassDef
24122
24123  src/hb-ot-layout-common-private.hh   | 2 --
24124  src/hb-ot-layout-gpos-table.hh       | 4 ++--
24125  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
24126  3 files changed, 6 insertions(+), 8 deletions(-)
24127
24128 commit b67881b171a7cf865af58df146da52fc1e27b160
24129 Author: Behdad Esfahbod <behdad@behdad.org>
24130 Date:   Sat Nov 24 19:13:55 2012 -0500
24131
24132     [OTLayout] Remove operator() from Coverage
24133
24134  src/hb-ot-layout-common-private.hh   |  2 --
24135  src/hb-ot-layout-gdef-table.hh       |  4 ++--
24136  src/hb-ot-layout-gpos-table.hh       | 24 ++++++++++++------------
24137  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++++------------
24138  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
24139  5 files changed, 34 insertions(+), 36 deletions(-)
24140
24141 commit a88e7160217b9f44e4e5b4b814d0ca98c457ee40
24142 Author: Behdad Esfahbod <behdad@behdad.org>
24143 Date:   Sat Nov 24 02:31:02 2012 -0500
24144
24145     [OTLayout] Implement hb_ot_layout_collect_lookups()
24146
24147     Untested.
24148
24149  src/hb-ot-layout.cc | 97
24150  +++++++++++++++++++++++++++++++++++++++++++++++++++++
24151  src/hb-ot-layout.h  |  4 +--
24152  2 files changed, 98 insertions(+), 3 deletions(-)
24153
24154 commit 1ea375da446bf68f705a70ce4a480db9fb9d13f3
24155 Author: Behdad Esfahbod <behdad@behdad.org>
24156 Date:   Sat Nov 24 02:05:52 2012 -0500
24157
24158     [OTLayout] Only collect output glyphs during recursion in
24159     collect_glyphs()
24160
24161  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
24162  1 file changed, 3 insertions(+), 1 deletion(-)
24163
24164 commit f1b12781d279a73b5754afee31e930b5cd87aac6
24165 Author: Behdad Esfahbod <behdad@behdad.org>
24166 Date:   Sat Nov 24 01:55:34 2012 -0500
24167
24168     [OTLayout] Implement ChainContext collect_glyphs()
24169
24170     All of collect_glyphs() complete and untested now.
24171
24172  src/hb-ot-layout-gsubgpos-private.hh | 103
24173  ++++++++++++++++++++++++++++++++---
24174  1 file changed, 96 insertions(+), 7 deletions(-)
24175
24176 commit cdd756b9f40665a201f5c4e65a87b9a27c390601
24177 Author: Behdad Esfahbod <behdad@behdad.org>
24178 Date:   Sat Nov 24 01:38:41 2012 -0500
24179
24180     [OTLayout] Implement GPOS collect_glyphs()
24181
24182  src/hb-ot-layout-gpos-table.hh | 95
24183  +++++++++++++++++++++++++++++++++++++++++-
24184  src/hb-ot-layout.cc            |  9 ++--
24185  2 files changed, 99 insertions(+), 5 deletions(-)
24186
24187 commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579
24188 Author: Behdad Esfahbod <behdad@behdad.org>
24189 Date:   Sat Nov 24 01:13:20 2012 -0500
24190
24191     [OTLayout] Reuse apply context for recursion
24192
24193  src/hb-ot-layout-gpos-table.hh       | 7 ++++++-
24194  src/hb-ot-layout-gsub-table.hh       | 7 ++++++-
24195  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
24196  3 files changed, 16 insertions(+), 6 deletions(-)
24197
24198 commit 53a69f49e58ef4c4226958e0496fc22455ee6c87
24199 Author: Behdad Esfahbod <behdad@behdad.org>
24200 Date:   Sat Nov 24 01:03:05 2012 -0500
24201
24202     [OTLayout] Remove unused members
24203
24204  src/hb-ot-layout-gsubgpos-private.hh | 3 ---
24205  1 file changed, 3 deletions(-)
24206
24207 commit d0a5233785eb327c4080432f597fe470a1046af3
24208 Author: Behdad Esfahbod <behdad@behdad.org>
24209 Date:   Fri Nov 23 18:54:59 2012 -0500
24210
24211     [OTLayout] Implement Context::collect_glyphs()
24212
24213  src/hb-ot-layout-gsubgpos-private.hh | 122
24214  +++++++++++++++++++++++++++++++----
24215  1 file changed, 111 insertions(+), 11 deletions(-)
24216
24217 commit 26514d51b6669f092d9ccb7523443a5ece74169a
24218 Author: Behdad Esfahbod <behdad@behdad.org>
24219 Date:   Fri Nov 23 18:13:48 2012 -0500
24220
24221     [OTLayout] More collect_glyphs()
24222
24223  src/hb-ot-layout-gpos-table.hh       |  6 ++---
24224  src/hb-ot-layout-gsub-table.hh       | 32 +++++++++++++++-------
24225  src/hb-ot-layout-gsubgpos-private.hh | 51
24226  ++++++++++++++++++++++++++++++++----
24227  3 files changed, 71 insertions(+), 18 deletions(-)
24228
24229 commit c6fb843f2a1c26322c6f4c85d1589f01a9e7a2ef
24230 Author: Behdad Esfahbod <behdad@behdad.org>
24231 Date:   Fri Nov 23 18:04:08 2012 -0500
24232
24233     [OTLayout] Templatize process_recurse_func
24234
24235  src/hb-ot-layout-gpos-table.hh | 10 ++++++++++
24236  src/hb-ot-layout-gsub-table.hh |  8 +++++---
24237  2 files changed, 15 insertions(+), 3 deletions(-)
24238
24239 commit 9b34677f362fb0ef5a7cb8a284a9e06d1a4cc03b
24240 Author: Behdad Esfahbod <behdad@behdad.org>
24241 Date:   Fri Nov 23 17:55:40 2012 -0500
24242
24243     [OTLayout] Clean up closure() a bit
24244
24245  src/hb-ot-layout-gsub-table.hh       | 29 ++++++++++++++---------------
24246  src/hb-ot-layout-gsubgpos-private.hh |  7 ++++---
24247  src/hb-ot-layout.cc                  |  6 +++++-
24248  3 files changed, 23 insertions(+), 19 deletions(-)
24249
24250 commit adf7758a27a11fb1a8a14a2673867589437d22a3
24251 Author: Behdad Esfahbod <behdad@behdad.org>
24252 Date:   Fri Nov 23 17:32:00 2012 -0500
24253
24254     Improve debug log format in presence of templates
24255
24256  src/hb-private.hh | 6 +++++-
24257  1 file changed, 5 insertions(+), 1 deletion(-)
24258
24259 commit 2c53bd3c3ec4f81eff126c5bf84b7f2ddf2f0fef
24260 Author: Behdad Esfahbod <behdad@behdad.org>
24261 Date:   Fri Nov 23 17:29:05 2012 -0500
24262
24263     [OTLayout] Start porting sanitize() to process()
24264
24265  src/hb-open-type-private.hh          | 12 +++++++++++-
24266  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
24267  2 files changed, 15 insertions(+), 5 deletions(-)
24268
24269 commit f48ec0e83432c038b50d9715a38ba1469e82e1e4
24270 Author: Behdad Esfahbod <behdad@behdad.org>
24271 Date:   Fri Nov 23 17:23:41 2012 -0500
24272
24273     [OTLayout] Add process() tracing
24274
24275  src/hb-ot-layout-gpos-table.hh       | 60
24276  ++++++++++++++++++++----------------
24277  src/hb-ot-layout-gsub-table.hh       | 51 +++++++++++++++++-------------
24278  src/hb-ot-layout-gsubgpos-private.hh | 17 +++++-----
24279  3 files changed, 72 insertions(+), 56 deletions(-)
24280
24281 commit ed2e13594479c6ed7909401509962ea2f03f9a6e
24282 Author: Behdad Esfahbod <behdad@behdad.org>
24283 Date:   Fri Nov 23 17:10:40 2012 -0500
24284
24285     [OTLayout] More Extension templatizing
24286
24287  src/hb-ot-layout-gpos-table.hh       | 11 -----------
24288  src/hb-ot-layout-gsub-table.hh       | 11 -----------
24289  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++--
24290  3 files changed, 10 insertions(+), 24 deletions(-)
24291
24292 commit 7dddd4e72bc35be962d93dc1b76c7e26c63aaa6d
24293 Author: Behdad Esfahbod <behdad@behdad.org>
24294 Date:   Fri Nov 23 17:04:55 2012 -0500
24295
24296     [OTLayout] More templatizing Extension
24297
24298  src/hb-ot-layout-gpos-table.hh       |  7 +------
24299  src/hb-ot-layout-gsub-table.hh       |  9 ++-------
24300  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++++++-
24301  3 files changed, 12 insertions(+), 14 deletions(-)
24302
24303 commit 653eeb26450053b731b46346606931f5ae88db72
24304 Author: Behdad Esfahbod <behdad@behdad.org>
24305 Date:   Fri Nov 23 16:57:36 2012 -0500
24306
24307     Make Extension a template
24308
24309  src/hb-ot-layout-gpos-table.hh       | 11 +----------
24310  src/hb-ot-layout-gsub-table.hh       | 11 +----------
24311  src/hb-ot-layout-gsubgpos-private.hh |  7 +++++++
24312  3 files changed, 9 insertions(+), 20 deletions(-)
24313
24314 commit 08f1eede1bbc01ece2adf89847614a0670e50443
24315 Author: Behdad Esfahbod <behdad@behdad.org>
24316 Date:   Fri Nov 23 16:51:43 2012 -0500
24317
24318     Minor
24319
24320  src/hb-ot-layout-gpos-table.hh | 19 ++-----------------
24321  src/hb-ot-layout-gsub-table.hh | 19 ++-----------------
24322  2 files changed, 4 insertions(+), 34 deletions(-)
24323
24324 commit 2c9d6485a1f89c11f84e720d3c7978dc11a5039a
24325 Author: Behdad Esfahbod <behdad@behdad.org>
24326 Date:   Fri Nov 23 16:49:19 2012 -0500
24327
24328     More tracing fixup
24329
24330  src/hb-private.hh | 5 ++---
24331  1 file changed, 2 insertions(+), 3 deletions(-)
24332
24333 commit a1733db1c6ff40aae71fa142a12b1fea7b53dd37
24334 Author: Behdad Esfahbod <behdad@behdad.org>
24335 Date:   Fri Nov 23 16:40:04 2012 -0500
24336
24337     [OTLayout] Start adding process() tracing
24338
24339  src/hb-ot-layout-gsubgpos-private.hh | 44
24340  +++++++++++++++++++++++++++---------
24341  src/hb-private.hh                    |  6 +++--
24342  2 files changed, 37 insertions(+), 13 deletions(-)
24343
24344 commit 73c18ae1b982a4e65086afe5177afa79e721e2c0
24345 Author: Behdad Esfahbod <behdad@behdad.org>
24346 Date:   Fri Nov 23 15:34:11 2012 -0500
24347
24348     Cleanup
24349
24350  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++------------
24351  1 file changed, 4 insertions(+), 12 deletions(-)
24352
24353 commit be218c688cbb037a99c8c64bb835f3c980040c0b
24354 Author: Behdad Esfahbod <behdad@behdad.org>
24355 Date:   Fri Nov 23 15:32:14 2012 -0500
24356
24357     Pass this object to trace macros
24358
24359  src/hb-open-file-private.hh          |  10 +--
24360  src/hb-open-type-private.hh          |  34 +++++-----
24361  src/hb-ot-head-table.hh              |   2 +-
24362  src/hb-ot-hhea-table.hh              |   2 +-
24363  src/hb-ot-hmtx-table.hh              |   2 +-
24364  src/hb-ot-layout-common-private.hh   |  36 +++++------
24365  src/hb-ot-layout-gdef-table.hh       |  20 +++---
24366  src/hb-ot-layout-gpos-table.hh       |  80 +++++++++++------------
24367  src/hb-ot-layout-gsub-table.hh       | 122
24368  +++++++++++++++++------------------
24369  src/hb-ot-layout-gsubgpos-private.hh | 100 ++++++++++++++--------------
24370  src/hb-ot-maxp-table.hh              |   2 +-
24371  src/hb-ot-name-table.hh              |   6 +-
24372  12 files changed, 208 insertions(+), 208 deletions(-)
24373
24374 commit 902cc8aca0b3ff25eeee50b3a84d729e31731ef3
24375 Author: Behdad Esfahbod <behdad@behdad.org>
24376 Date:   Fri Nov 23 15:06:59 2012 -0500
24377
24378     [OTLayout] Start unbreaking tracing
24379
24380  src/hb-open-type-private.hh          | 37
24381  +++++++++++++++++++++---------------
24382  src/hb-ot-layout-gsubgpos-private.hh | 37
24383  +++++++++++++++++++++++++-----------
24384  src/hb-private.hh                    | 30 +++++++++++++++++++----------
24385  3 files changed, 68 insertions(+), 36 deletions(-)
24386
24387 commit dabe698fcbeb02911128b17aa8e3b2d864795960
24388 Author: Behdad Esfahbod <behdad@behdad.org>
24389 Date:   Fri Nov 23 14:21:35 2012 -0500
24390
24391     Minor
24392
24393  src/hb-open-type-private.hh          |  5 -----
24394  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++------
24395  src/hb-private.hh                    | 27 +++++++++++++++++++++++++--
24396  3 files changed, 29 insertions(+), 13 deletions(-)
24397
24398 commit c779d82b2fc801eec0d349a106c0e860448fcf4e
24399 Author: Behdad Esfahbod <behdad@behdad.org>
24400 Date:   Fri Nov 23 14:07:24 2012 -0500
24401
24402     Fix warnings
24403
24404  src/hb-ot-layout-gpos-table.hh       | 2 --
24405  src/hb-ot-layout-gsub-table.hh       | 8 +++-----
24406  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
24407  src/hb-private.hh                    | 2 +-
24408  4 files changed, 5 insertions(+), 9 deletions(-)
24409
24410 commit 81822528efc63d867cb2343a8ff7af64fac1c70d
24411 Author: Behdad Esfahbod <behdad@behdad.org>
24412 Date:   Fri Nov 23 13:27:16 2012 -0500
24413
24414     Minor
24415
24416  src/hb-open-type-private.hh          | 6 ++++++
24417  src/hb-ot-layout-gsubgpos-private.hh | 3 ---
24418  2 files changed, 6 insertions(+), 3 deletions(-)
24419
24420 commit 1d67ef980f35ae30d4f8975f65ee07b8cc5deeea
24421 Author: Behdad Esfahbod <behdad@behdad.org>
24422 Date:   Thu Nov 22 16:47:53 2012 -0500
24423
24424     Move code around
24425
24426  src/hb-ot-layout-gsubgpos-private.hh | 44
24427  ++++++++++++++++++------------------
24428  1 file changed, 22 insertions(+), 22 deletions(-)
24429
24430 commit ec35a72a44301934b8f123ab2833f59d8c875a09
24431 Author: Behdad Esfahbod <behdad@behdad.org>
24432 Date:   Thu Nov 22 16:05:59 2012 -0500
24433
24434     [OTLayout] Port apply() operator to process() template
24435
24436  src/hb-ot-layout-gpos-table.hh       | 117
24437  ++++-------------------------------
24438  src/hb-ot-layout-gsub-table.hh       | 108
24439  +++-----------------------------
24440  src/hb-ot-layout-gsubgpos-private.hh |  99 +++++++++++++----------------
24441  src/hb-ot-layout.cc                  |   2 +-
24442  4 files changed, 65 insertions(+), 261 deletions(-)
24443
24444 commit 2005fa5340fc528c32dc2af945ad2431964a47d2
24445 Author: Behdad Esfahbod <behdad@behdad.org>
24446 Date:   Thu Nov 22 14:38:10 2012 -0500
24447
24448     [OTLayout] Port would_apply() and get_coverage() to process()
24449     templates
24450
24451  src/hb-ot-layout-gpos-table.hh       | 175
24452  +++++++++++--------------------
24453  src/hb-ot-layout-gsub-table.hh       | 198
24454  ++++++++++++-----------------------
24455  src/hb-ot-layout-gsubgpos-private.hh |  76 +++++---------
24456  3 files changed, 156 insertions(+), 293 deletions(-)
24457
24458 commit 44fc237b53ebfbaf8a539de16ad735d2c6afc52b
24459 Author: Behdad Esfahbod <behdad@behdad.org>
24460 Date:   Wed Nov 21 23:33:13 2012 -0500
24461
24462     [OTLayout] Port closure() to process() template
24463
24464  src/hb-ot-layout-gsub-table.hh       | 297
24465  ++++++++---------------------------
24466  src/hb-ot-layout-gsubgpos-private.hh | 209 ++++++++++++------------
24467  src/hb-ot-layout.cc                  |  10 +-
24468  3 files changed, 171 insertions(+), 345 deletions(-)
24469
24470 commit 5be86b1bb4fbb37b50a1e2798df0c9a3a528b6b2
24471 Author: Behdad Esfahbod <behdad@behdad.org>
24472 Date:   Thu Nov 22 16:26:22 2012 -0500
24473
24474     [ucdn] Make data tables const!
24475
24476  src/hb-ucdn/ucdn.c           | 16 ++++++++--------
24477  src/hb-ucdn/unicodedata_db.h | 28 ++++++++++++++--------------
24478  2 files changed, 22 insertions(+), 22 deletions(-)
24479
24480 commit 7c5b7fe686c9163afe2f31fbeac6f8c8512f5516
24481 Author: Behdad Esfahbod <behdad@behdad.org>
24482 Date:   Thu Nov 22 14:15:08 2012 -0500
24483
24484     Fix hb_shape_plan_get_shaper()
24485
24486  src/hb-shape-plan.cc | 1 +
24487  1 file changed, 1 insertion(+)
24488
24489 commit 4c8963576573483269b327c6465f6ec99f489e05
24490 Author: Behdad Esfahbod <behdad@behdad.org>
24491 Date:   Wed Nov 21 01:20:56 2012 -0500
24492
24493     0.9.7
24494
24495  NEWS         | 86
24496  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24497  configure.ac |  2 +-
24498  2 files changed, 87 insertions(+), 1 deletion(-)
24499
24500 commit ac064a2db2b7a010d99527e183145286215aea81
24501 Author: Behdad Esfahbod <behdad@behdad.org>
24502 Date:   Wed Nov 21 01:14:19 2012 -0500
24503
24504     Rename hb_set_population() to hb_set_get_population()
24505
24506  src/hb-set.cc | 2 +-
24507  src/hb-set.h  | 2 +-
24508  2 files changed, 2 insertions(+), 2 deletions(-)
24509
24510 commit 16c914c2a6efeb6999054333985b1f711e33cf94
24511 Author: Behdad Esfahbod <behdad@behdad.org>
24512 Date:   Wed Nov 21 01:04:15 2012 -0500
24513
24514     [Indic] One more try at unbreaking Khmer fonts
24515
24516     See comments and discussion on the list.
24517
24518  src/hb-ot-shape-complex-private.hh | 16 ++++++++++------
24519  1 file changed, 10 insertions(+), 6 deletions(-)
24520
24521 commit e8cfdd7fa8d0fb66e0a261f3547e5824897e5131
24522 Author: Behdad Esfahbod <behdad@behdad.org>
24523 Date:   Fri Nov 16 19:07:06 2012 -0800
24524
24525     Start implementing collect_glyphs() operation
24526
24527     Not functional yet.
24528
24529  src/hb-ot-layout-gsub-table.hh       | 185
24530  +++++++++++++++++++++++++++++++++++
24531  src/hb-ot-layout-gsubgpos-private.hh |  57 +++++++++++
24532  src/hb-ot-layout.cc                  |  29 ++++++
24533  src/hb-ot-layout.h                   |   4 +-
24534  4 files changed, 272 insertions(+), 3 deletions(-)
24535
24536 commit 7d52e6601f0e695690cd168a288466746cf25300
24537 Author: Behdad Esfahbod <behdad@behdad.org>
24538 Date:   Fri Nov 16 18:49:54 2012 -0800
24539
24540     Whitespace
24541
24542  src/hb-coretext.cc                   |  32 +++++-----
24543  src/hb-icu-le.cc                     |   2 +-
24544  src/hb-old.cc                        |  10 ++--
24545  src/hb-open-file-private.hh          |   2 +-
24546  src/hb-open-type-private.hh          |   2 +-
24547  src/hb-ot-head-table.hh              |   2 +-
24548  src/hb-ot-hhea-table.hh              |   2 +-
24549  src/hb-ot-hmtx-table.hh              |   2 +-
24550  src/hb-ot-layout-common-private.hh   |   2 +-
24551  src/hb-ot-layout-gdef-table.hh       |   2 +-
24552  src/hb-ot-layout-gpos-table.hh       |   2 +-
24553  src/hb-ot-layout-gsub-table.hh       |   2 +-
24554  src/hb-ot-layout-gsubgpos-private.hh |   2 +-
24555  src/hb-ot-maxp-table.hh              |   2 +-
24556  src/hb-ot-name-table.hh              |   2 +-
24557  src/hb-ot-shape-complex-default.cc   | 109
24558  ++++++++++++++++++-----------------
24559  src/hb-tt-font.cc                    |   2 +-
24560  17 files changed, 87 insertions(+), 92 deletions(-)
24561
24562 commit 51bb498b7b07bff4a447405b72f09b68d07a3e95
24563 Author: Behdad Esfahbod <behdad@behdad.org>
24564 Date:   Fri Nov 16 14:08:05 2012 -0800
24565
24566     Minor
24567
24568  src/hb-ot-shape.cc | 1 +
24569  1 file changed, 1 insertion(+)
24570
24571 commit 89ca8eeb83fedde06727d386369a0a39d410f12b
24572 Author: Behdad Esfahbod <behdad@behdad.org>
24573 Date:   Fri Nov 16 13:53:40 2012 -0800
24574
24575     Implement hb_ot_layout_get_glyphs_in_class()
24576
24577  src/hb-ot-layout-common-private.hh | 24 ++++++++++++++++++++++++
24578  src/hb-ot-layout-gdef-table.hh     |  2 ++
24579  src/hb-ot-layout.cc                |  8 ++++++++
24580  src/hb-ot-layout.h                 |  5 ++---
24581  4 files changed, 36 insertions(+), 3 deletions(-)
24582
24583 commit 5a08ecf9200a6ac9b4ebb7ec5c13dcb42d8820ce
24584 Author: Behdad Esfahbod <behdad@behdad.org>
24585 Date:   Fri Nov 16 13:34:29 2012 -0800
24586
24587     Implement hb_ot_layout_get_glyph_class()
24588
24589  src/hb-ot-layout-gdef-table.hh       | 10 +++++-----
24590  src/hb-ot-layout-gpos-table.hh       |  8 ++++----
24591  src/hb-ot-layout-gsub-table.hh       |  2 +-
24592  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
24593  src/hb-ot-layout-private.hh          | 10 +++++++++-
24594  src/hb-ot-layout.cc                  |  6 ++++++
24595  src/hb-ot-layout.h                   | 14 ++++++--------
24596  src/hb-ot-shape.cc                   |  4 ++--
24597  8 files changed, 38 insertions(+), 26 deletions(-)
24598
24599 commit f9edd5d56bd219625f5b16b23eac53b4c4a8b194
24600 Author: Behdad Esfahbod <behdad@behdad.org>
24601 Date:   Fri Nov 16 13:23:37 2012 -0800
24602
24603     Implement hb_shape_plan_get_shaper()
24604
24605     Untested.
24606
24607  src/hb-shape-plan-private.hh | 1 +
24608  src/hb-shape-plan.cc         | 7 +++++++
24609  src/hb-shape-plan.h          | 4 +---
24610  3 files changed, 9 insertions(+), 3 deletions(-)
24611
24612 commit 43b653150081a2f9dc6b7481229ac4cd952575dc
24613 Author: Behdad Esfahbod <behdad@behdad.org>
24614 Date:   Fri Nov 16 13:12:35 2012 -0800
24615
24616     [Indic] Another try to unbreak Sinhala split matras
24617
24618     Just read the comments...
24619
24620  src/hb-ot-shape-complex-indic.cc                   | 43
24621  ++++++++++++++++++----
24622  .../indic/script-sinhala/misc/MANIFEST             |  1 +
24623  .../indic/script-sinhala/misc/split-matras.txt     |  4 ++
24624  3 files changed, 40 insertions(+), 8 deletions(-)
24625
24626 commit 977f1740ace730dcdff8221a17f2a592c2ec7c74
24627 Author: Behdad Esfahbod <behdad@behdad.org>
24628 Date:   Fri Nov 16 13:10:07 2012 -0800
24629
24630     Unbreak tests
24631
24632  src/hb-ot-layout.h  | 14 +++++++-------
24633  src/hb-shape-plan.h |  2 +-
24634  2 files changed, 8 insertions(+), 8 deletions(-)
24635
24636 commit eba312c8d1b2bbe8cb9b6414e843e78d2c521aa4
24637 Author: Behdad Esfahbod <behdad@behdad.org>
24638 Date:   Fri Nov 16 12:39:23 2012 -0800
24639
24640     Plumbing to get shape plan and font into complex decompose function
24641
24642     So we can handle Sinhala split matras smartly...  Coming soon.
24643
24644  src/hb-ot-shape-complex-default.cc   |  6 ++--
24645  src/hb-ot-shape-complex-indic.cc     | 14 ++++-----
24646  src/hb-ot-shape-complex-private.hh   | 16 +++++------
24647  src/hb-ot-shape-normalize-private.hh | 22 ++++++++++++--
24648  src/hb-ot-shape-normalize.cc         | 56
24649  ++++++++++++++----------------------
24650  src/hb-ot-shape.cc                   |  2 +-
24651  6 files changed, 61 insertions(+), 55 deletions(-)
24652
24653 commit 3f82f8ff07a9d16a7c047129658c1bbedfdb5436
24654 Author: Behdad Esfahbod <behdad@behdad.org>
24655 Date:   Thu Nov 15 18:45:31 2012 -0800
24656
24657     Rename hb_buffer_guess_properties() to
24658     hb_buffer_guess_segment_properties()
24659
24660  src/hb-buffer-private.hh | 2 +-
24661  src/hb-buffer.cc         | 6 +++---
24662  src/hb-buffer.h          | 2 +-
24663  src/hb-fallback-shape.cc | 2 +-
24664  src/hb-ot-shape.cc       | 2 +-
24665  src/hb-shape.cc          | 2 +-
24666  6 files changed, 8 insertions(+), 8 deletions(-)
24667
24668 commit f30641038ba96e83950729b1bd9d86d2e98e46c5
24669 Author: Behdad Esfahbod <behdad@behdad.org>
24670 Date:   Thu Nov 15 18:39:46 2012 -0800
24671
24672     Bunch of independent changes (ouch)
24673
24674     API additions:
24675
24676             hb_segment_properties_t
24677             HB_SEGMENT_PROPERTIES_DEFAULT
24678             hb_segment_properties_equal()
24679             hb_segment_properties_hash()
24680
24681             hb_buffer_set_segment_properties()
24682             hb_buffer_get_segment_properties()
24683
24684             hb_ot_layout_glyph_class_t
24685
24686             hb_shape_plan_t
24687             hb_shape_plan_create()
24688             hb_shape_plan_create_cached()
24689             hb_shape_plan_get_empty()
24690             hb_shape_plan_reference()
24691             hb_shape_plan_destroy()
24692             hb_shape_plan_set_user_data()
24693             hb_shape_plan_get_user_data()
24694             hb_shape_plan_execute()
24695
24696             hb_ot_shape_plan_collect_lookups()
24697
24698     API changes:
24699
24700             Rename hb_ot_layout_feature_get_lookup_indexes() to
24701             hb_ot_layout_feature_get_lookups().
24702
24703     New header file:
24704
24705             hb-shape-plan.h
24706
24707     And a bunch of prototyped but not implemented stuff.  Coming soon.
24708     (Tests fail because of the prototypes right now.)
24709
24710  src/Makefile.am              |   2 +-
24711  src/hb-buffer-private.hh     |  37 ---------------
24712  src/hb-buffer.cc             |  45 +++++++++++++++++-
24713  src/hb-buffer.h              |  47 +++++++++++++++++--
24714  src/hb-ot-layout-private.hh  |   8 ----
24715  src/hb-ot-layout.cc          |  12 ++---
24716  src/hb-ot-layout.h           | 108
24717  ++++++++++++++++++++++++++++++++++++++++---
24718  src/hb-ot-map-private.hh     |   2 +-
24719  src/hb-ot-map.cc             |  15 +++---
24720  src/hb-ot-shape-private.hh   |  11 ++++-
24721  src/hb-ot-shape.cc           |  52 ++++++++++++++-------
24722  src/hb-ot.h                  |   1 +
24723  src/hb-shape-plan-private.hh |   3 +-
24724  src/hb-shape-plan.cc         |  23 +++++++--
24725  src/hb-shape-plan.h          |  50 +++++++++++++-------
24726  src/hb-shaper-private.hh     |   2 -
24727  src/hb-shaper.cc             |   2 +-
24728  src/hb.h                     |   1 +
24729  18 files changed, 304 insertions(+), 117 deletions(-)
24730
24731 commit 75da37dcb17aacc0be6bb006683a84aa31155938
24732 Author: Behdad Esfahbod <behdad@behdad.org>
24733 Date:   Thu Nov 15 18:39:23 2012 -0800
24734
24735     Minor
24736
24737  util/hb-ot-shape-closure.cc | 24 ++++++++++++------------
24738  1 file changed, 12 insertions(+), 12 deletions(-)
24739
24740 commit e05a999495e6575f7cebd7f35db087d964f11ef6
24741 Author: Behdad Esfahbod <behdad@behdad.org>
24742 Date:   Thu Nov 15 16:23:21 2012 -0800
24743
24744     Add hb_face_[sg]et_glyph_count()
24745
24746  src/hb-font-private.hh |  9 +++++++++
24747  src/hb-font.cc         | 29 ++++++++++++++++++++++++++++-
24748  src/hb-font.h          |  7 +++++++
24749  3 files changed, 44 insertions(+), 1 deletion(-)
24750
24751 commit aec89de5641fbe1c3031d63dd5f40ec99bf2a538
24752 Author: Behdad Esfahbod <behdad@behdad.org>
24753 Date:   Thu Nov 15 16:15:42 2012 -0800
24754
24755     Add / modify set API a bit
24756
24757  src/hb-ot-shape.cc          |  2 +-
24758  src/hb-set-private.hh       | 35 ++++++++++++++++--
24759  src/hb-set.cc               | 86
24760  ++++++++++++++++++++++++++++++---------------
24761  src/hb-set.h                | 55 +++++++++++++++++++----------
24762  util/hb-ot-shape-closure.cc |  2 +-
24763  5 files changed, 128 insertions(+), 52 deletions(-)
24764
24765 commit c54599ad269380c7aa28d885fcfd660fc2c10a7b
24766 Author: Behdad Esfahbod <behdad@behdad.org>
24767 Date:   Thu Nov 15 16:14:23 2012 -0800
24768
24769     Minor
24770
24771  src/hb-buffer.cc | 2 +-
24772  src/hb-buffer.h  | 8 +++-----
24773  2 files changed, 4 insertions(+), 6 deletions(-)
24774
24775 commit d1aa143ca434fe272de21d2002768c83387b583b
24776 Author: Behdad Esfahbod <behdad@behdad.org>
24777 Date:   Thu Nov 15 15:38:08 2012 -0800
24778
24779     [Thai] Remove U+0E2C from "AC" consonants
24780
24781     WinXP doesn't include it.
24782
24783  src/hb-ot-shape-complex-thai.cc | 2 +-
24784  1 file changed, 1 insertion(+), 1 deletion(-)
24785
24786 commit 362a990b2246f5448ecb9d600761f710aea7d42d
24787 Author: Behdad Esfahbod <behdad@behdad.org>
24788 Date:   Thu Nov 15 14:57:31 2012 -0800
24789
24790     Rename hb_ot_layout_would_substitute_lookup() and
24791     hb_ot_layout_substitute_closure_lookup()
24792
24793     To match upcoming API.
24794
24795  src/hb-ot-layout-private.hh      | 2 +-
24796  src/hb-ot-layout.cc              | 8 ++++----
24797  src/hb-ot-layout.h               | 4 ++--
24798  src/hb-ot-map.cc                 | 2 +-
24799  src/hb-ot-shape-complex-indic.cc | 2 +-
24800  src/test-would-substitute.cc     | 2 +-
24801  6 files changed, 10 insertions(+), 10 deletions(-)
24802
24803 commit a4bef84e375b090c1bc7e4221b8e0ee435dfcbba
24804 Author: Behdad Esfahbod <behdad@behdad.org>
24805 Date:   Thu Nov 15 13:29:51 2012 -0800
24806
24807     [util] Make hb-shape err if output-format is not understood
24808
24809     And list supported formats.
24810
24811  util/hb-shape.cc | 6 ++++++
24812  1 file changed, 6 insertions(+)
24813
24814 commit 3cec819d39e45470d03085bb6fa132882cc85943
24815 Author: Behdad Esfahbod <behdad@behdad.org>
24816 Date:   Thu Nov 15 13:15:39 2012 -0800
24817
24818     Make the OT shaper default, even if CoreText or Uniscribe is enabled
24819
24820  src/hb-shaper-list.hh | 15 ++++++++-------
24821  1 file changed, 8 insertions(+), 7 deletions(-)
24822
24823 commit 072ae7a982bf640804eee0b41525e7c328806bf5
24824 Author: Behdad Esfahbod <behdad@behdad.org>
24825 Date:   Thu Nov 15 13:14:12 2012 -0800
24826
24827     Add hb_buffer_serialize_list_formats()
24828
24829  src/hb-buffer.cc | 6 ++++++
24830  src/hb-buffer.h  | 3 +++
24831  2 files changed, 9 insertions(+)
24832
24833 commit f9edf1672511c3bcc3796cc79578ffea43b2bda1
24834 Author: Behdad Esfahbod <behdad@behdad.org>
24835 Date:   Thu Nov 15 12:14:09 2012 -0800
24836
24837     Add buffer serialization / deserialization API
24838
24839     Two output formats for now: TEXT, and JSON.  For example:
24840
24841       hb-shape --output-format=json
24842
24843     Deserialization API is added, but not implemented yet.
24844
24845  src/hb-buffer.cc | 222
24846  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
24847  src/hb-buffer.h  |  42 +++++++++++
24848  util/hb-shape.cc |  21 +++++-
24849  util/options.cc  |  57 +++++---------
24850  util/options.hh  |   7 +-
24851  5 files changed, 304 insertions(+), 45 deletions(-)
24852
24853 commit fd0de881f4fc004da6f36d50a91d0e62f8eb4d8c
24854 Author: Behdad Esfahbod <behdad@behdad.org>
24855 Date:   Thu Nov 15 10:47:14 2012 -0800
24856
24857     Avoid C++ undefined behavior
24858
24859     https://bugzilla.mozilla.org/show_bug.cgi?id=810823
24860
24861  src/hb-open-type-private.hh | 4 ++--
24862  1 file changed, 2 insertions(+), 2 deletions(-)
24863
24864 commit f41dc2d35b23220d59d38990bb66f1cbd66a55b3
24865 Author: Behdad Esfahbod <behdad@behdad.org>
24866 Date:   Thu Nov 15 10:36:43 2012 -0800
24867
24868     Fix undefined behavior in Indic dottedcircle
24869
24870     Chromium Issue 158998:  Conditional jump in harfbuzz-ng
24871     http://code.google.com/p/chromium/issues/detail?id=158998
24872
24873  src/hb-ot-shape-complex-indic.cc | 2 +-
24874  1 file changed, 1 insertion(+), 1 deletion(-)
24875
24876 commit 1eb3e94fe99a072ce422e60ac4d4d89ef489b08a
24877 Author: Behdad Esfahbod <behdad@behdad.org>
24878 Date:   Wed Nov 14 17:25:03 2012 -0800
24879
24880     [Thai] Implement PUA-based fallback shaping
24881
24882     As explained here:
24883
24884       http://linux.thai.net/~thep/th-otf/shaping.html
24885
24886     Our output now matches Uniscribe for old fonts (eg. XP Tahoma) with no
24887     Thai GSUB table.
24888
24889  src/hb-ot-shape-complex-thai.cc | 217
24890  ++++++++++++++++++++++++++++++++++++++++
24891  1 file changed, 217 insertions(+)
24892
24893 commit 851784f8372004e0a40b698c0cdc2d7db8629aa2
24894 Author: Behdad Esfahbod <behdad@behdad.org>
24895 Date:   Wed Nov 14 16:24:05 2012 -0800
24896
24897     Improve shaper selection
24898
24899  src/hb-ot-map-private.hh           |  8 ++++----
24900  src/hb-ot-map.cc                   |  6 ++++--
24901  src/hb-ot-shape-complex-indic.cc   |  2 +-
24902  src/hb-ot-shape-complex-private.hh | 13 ++++++++-----
24903  src/hb-ot-shape-complex-thai.cc    | 24 ++++++++++++++++++++++--
24904  5 files changed, 39 insertions(+), 14 deletions(-)
24905
24906 commit f3584d3a3a627e38dfd7769975a670db340d2a48
24907 Author: Behdad Esfahbod <behdad@behdad.org>
24908 Date:   Wed Nov 14 15:55:17 2012 -0800
24909
24910     Add test cases for Thai PUA shaping
24911
24912  .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST       |  1 +
24913  .../in-tree/shaper-thai/script-thai/misc/pua-shaping.txt      |
24914  11 +++++++++++
24915  2 files changed, 12 insertions(+)
24916
24917 commit 43f04a7456419153cb03e610a825056a47824780
24918 Author: Behdad Esfahbod <behdad@behdad.org>
24919 Date:   Wed Nov 14 15:51:54 2012 -0800
24920
24921     Move Thai shaper into a separate file
24922
24923  src/Makefile.am                                    |   3 +-
24924  ...plex-misc.cc => hb-ot-shape-complex-default.cc} | 114
24925  -----------------
24926  src/hb-ot-shape-complex-thai.cc                    | 141
24927  +++++++++++++++++++++
24928  3 files changed, 143 insertions(+), 115 deletions(-)
24929
24930 commit ba82325b7a6311b787ae47f41a56964e2f2cba9f
24931 Author: Behdad Esfahbod <behdad@behdad.org>
24932 Date:   Wed Nov 14 15:36:53 2012 -0800
24933
24934     Add note re 'Phags-pa letter U+A872, which is Joining_Type=L
24935
24936  src/hb-ot-shape-complex-arabic.cc | 1 +
24937  1 file changed, 1 insertion(+)
24938
24939 commit d469fadce8290c7dda559c5927dd19df65f91c1a
24940 Author: Behdad Esfahbod <behdad@behdad.org>
24941 Date:   Wed Nov 14 15:07:36 2012 -0800
24942
24943     [Indic] Exchange abort() for assert()
24944
24945  src/hb-ot-shape-complex-indic.cc | 7 ++++---
24946  1 file changed, 4 insertions(+), 3 deletions(-)
24947
24948 commit 0f80a89de99293ddbf0b8b815fe360677d057e38
24949 Author: Behdad Esfahbod <behdad@behdad.org>
24950 Date:   Wed Nov 14 15:05:19 2012 -0800
24951
24952     Don't route Kharoshthi through the Indic shaper
24953
24954     It's a simple, right-to-left, script.
24955
24956  src/hb-ot-shape-complex-private.hh | 2 +-
24957  1 file changed, 1 insertion(+), 1 deletion(-)
24958
24959 commit e67072bb179a5c17db04075de74215597fb43c82
24960 Author: Behdad Esfahbod <behdad@behdad.org>
24961 Date:   Wed Nov 14 15:00:53 2012 -0800
24962
24963     [Indic] Handle overstruck matra position
24964
24965  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
24966  1 file changed, 3 insertions(+), 3 deletions(-)
24967
24968 commit 7e99e4f0740e47efda5882604954cb7d12700a4b
24969 Author: Behdad Esfahbod <behdad@behdad.org>
24970 Date:   Wed Nov 14 14:09:46 2012 -0800
24971
24972     Reposition Lao marks
24973
24974     Lao marks are center-aligned, unlike Thai ones.
24975
24976  src/hb-ot-shape-fallback.cc | 4 ++--
24977  1 file changed, 2 insertions(+), 2 deletions(-)
24978
24979 commit 865745b5b87236651f5663cae3461db9cb505eed
24980 Author: Behdad Esfahbod <behdad@behdad.org>
24981 Date:   Wed Nov 14 13:48:26 2012 -0800
24982
24983     Don't do fallback positioning for Indic and Thai shapers
24984
24985  src/hb-ot-shape-complex-arabic.cc  |  1 +
24986  src/hb-ot-shape-complex-indic.cc   |  1 +
24987  src/hb-ot-shape-complex-misc.cc    |  2 ++
24988  src/hb-ot-shape-complex-private.hh |  1 +
24989  src/hb-ot-shape.cc                 | 20 +++++---------------
24990  5 files changed, 10 insertions(+), 15 deletions(-)
24991
24992 commit 981748cb2e9b48b77177b19ec1f972cab7afda89
24993 Author: Behdad Esfahbod <behdad@behdad.org>
24994 Date:   Wed Nov 14 13:38:16 2012 -0800
24995
24996     [Indic] If Khmer fonts have a 'liga' feature, use generic shaper
24997
24998     Seems to produce more coherent results than trying the Indic shaper on
24999     them.  I'm looking at you, Kh-* fonts...
25000
25001  src/hb-ot-shape-complex-private.hh | 21 +++++++++++++++++----
25002  1 file changed, 17 insertions(+), 4 deletions(-)
25003
25004 commit 6b19fa48621dbf36d471d5005f6ae20df350954f
25005 Author: Behdad Esfahbod <behdad@behdad.org>
25006 Date:   Wed Nov 14 11:38:50 2012 -0800
25007
25008     Adjust diff rule for the new hb-shape output format
25009
25010  test/shaping/hb_test_tools.py | 2 +-
25011  1 file changed, 1 insertion(+), 1 deletion(-)
25012
25013 commit dde5506fd963e3cec27c3389bb1fc092f86d1e06
25014 Author: Behdad Esfahbod <behdad@behdad.org>
25015 Date:   Wed Nov 14 11:37:04 2012 -0800
25016
25017     [Indic] Don't move virama with left matra
25018
25019     This is important for the Sinhala U+0DDA split matra since it
25020     decomposes
25021     to U+0DD9,U+0DCA where U+0DD9 is a left matra and U+0DCA is the
25022     virama.
25023     We don't want to move the virama with the left matra.
25024     TEST: U+0D9A,U+0DDA
25025
25026     Note that we were already doing this in the Uniscribe bug
25027     compatibility
25028     mode.  We now do it all the time.
25029
25030  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
25031  1 file changed, 6 insertions(+), 2 deletions(-)
25032
25033 commit 82c4d9880a2cd321f6426888511c5f0318f96ad5
25034 Author: Behdad Esfahbod <behdad@behdad.org>
25035 Date:   Wed Nov 14 10:56:02 2012 -0800
25036
25037     Add Sinhala test case for split matra U+0DDA
25038
25039  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt
25040  | 1 +
25041  1 file changed, 1 insertion(+)
25042
25043 commit d04b12853167d756a8cccaf4154f0fd894bce6de
25044 Author: Behdad Esfahbod <behdad@behdad.org>
25045 Date:   Wed Nov 14 10:53:10 2012 -0800
25046
25047     Fix test
25048
25049  test/api/test-buffer.c | 2 +-
25050  1 file changed, 1 insertion(+), 1 deletion(-)
25051
25052 commit 92f9bfed42f720c1fd78e795845542661aaf4f8a
25053 Author: Behdad Esfahbod <behdad@behdad.org>
25054 Date:   Tue Nov 13 16:50:45 2012 -0800
25055
25056     Minor
25057
25058  src/hb-buffer.h | 26 ++++++++++++++------------
25059  1 file changed, 14 insertions(+), 12 deletions(-)
25060
25061 commit 66ac2ff32e24f0d5658ca172147613081a133847
25062 Author: Behdad Esfahbod <behdad@behdad.org>
25063 Date:   Tue Nov 13 16:26:32 2012 -0800
25064
25065     API change: Remove "mask" from hb_buffer_add()
25066
25067     I don't expect anybody using hb_buffer_add(), so this shouldn't break
25068     anyone's code.
25069
25070  src/hb-buffer-private.hh | 1 -
25071  src/hb-buffer.cc         | 8 +++-----
25072  src/hb-buffer.h          | 1 -
25073  3 files changed, 3 insertions(+), 7 deletions(-)
25074
25075 commit 407f80d62589774f845ef1a6a0a7d841b09d57c6
25076 Author: Behdad Esfahbod <behdad@behdad.org>
25077 Date:   Tue Nov 13 15:33:27 2012 -0800
25078
25079     [util] Add --bot / --eot / --preserve-default-ignorables
25080
25081  util/options.cc |  3 +++
25082  util/options.hh | 12 ++++++++++++
25083  2 files changed, 15 insertions(+)
25084
25085 commit 78d41d8d69142ae95928b51215c0c0c5e3f5b3f0
25086 Author: Behdad Esfahbod <behdad@behdad.org>
25087 Date:   Tue Nov 13 15:15:09 2012 -0800
25088
25089     Minor
25090
25091  util/options.cc | 2 +-
25092  1 file changed, 1 insertion(+), 1 deletion(-)
25093
25094 commit 321f73c16efa0730c96e001d65268f4927a0f735
25095 Author: Behdad Esfahbod <behdad@behdad.org>
25096 Date:   Tue Nov 13 15:12:24 2012 -0800
25097
25098     [util] Add --text-before and --text-after to hb-shape / hb-view
25099
25100     Use with Arabic, for example, to see the effect on joining.
25101
25102  util/hb-ot-shape-closure.cc |  4 +++-
25103  util/main-font-text.hh      |  2 +-
25104  util/options.cc             |  2 ++
25105  util/options.hh             | 18 ++++++++++++++++--
25106  util/shape-consumer.hh      |  6 ++++--
25107  5 files changed, 26 insertions(+), 6 deletions(-)
25108
25109 commit e13f8d280bafc6a6b6e31e2eee587660b8333c56
25110 Author: Behdad Esfahbod <behdad@behdad.org>
25111 Date:   Tue Nov 13 15:12:06 2012 -0800
25112
25113     Fix UTF-8 backward iteration
25114
25115     Ouch!
25116
25117  src/hb-utf-private.hh | 4 ++--
25118  1 file changed, 2 insertions(+), 2 deletions(-)
25119
25120 commit 5669a6cf418f3a8b9281c36e9d662d843be80433
25121 Author: Behdad Esfahbod <behdad@behdad.org>
25122 Date:   Tue Nov 13 15:11:51 2012 -0800
25123
25124     [Arabic] Fix post-context handling
25125
25126     Ouch!
25127
25128  src/hb-ot-shape-complex-arabic.cc | 2 +-
25129  1 file changed, 1 insertion(+), 1 deletion(-)
25130
25131 commit 0c7df2222862122ebbdc8665a21d6771ef5e0252
25132 Author: Behdad Esfahbod <behdad@behdad.org>
25133 Date:   Tue Nov 13 14:42:35 2012 -0800
25134
25135     Add buffer flags
25136
25137     New API:
25138
25139             hb_buffer_flags_t
25140
25141             HB_BUFFER_FLAGS_DEFAULT
25142             HB_BUFFER_FLAG_BOT
25143             HB_BUFFER_FLAG_EOT
25144             HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES
25145
25146             hb_buffer_set_flags()
25147             hb_buffer_get_flags()
25148
25149     We use the BOT flag to decide whether to insert dottedcircle if the
25150     first char in the buffer is a combining mark.
25151
25152     The PRESERVE_DEFAULT_IGNORABLES flag prevents removal of characters
25153     like
25154     ZWNJ/ZWJ/...
25155
25156  src/hb-buffer-private.hh          |  1 +
25157  src/hb-buffer.cc                  | 18 ++++++++++++++++++
25158  src/hb-buffer.h                   | 13 +++++++++++++
25159  src/hb-ot-shape-complex-arabic.cc | 40
25160  ++++++++++++++++++++-------------------
25161  src/hb-ot-shape.cc                |  9 ++++++---
25162  test/api/test-buffer.c            |  9 +++++++++
25163  6 files changed, 68 insertions(+), 22 deletions(-)
25164
25165 commit 1c7e55511a870f2689680ca8f977e00879f3b3e3
25166 Author: Behdad Esfahbod <behdad@behdad.org>
25167 Date:   Tue Nov 13 14:42:22 2012 -0800
25168
25169     Minor fix
25170
25171     Ouch
25172
25173  src/hb-shape.cc | 2 +-
25174  1 file changed, 1 insertion(+), 1 deletion(-)
25175
25176 commit c8d4f8b0fe56ce909e3ca07f8a30cb4fb940868b
25177 Author: Behdad Esfahbod <behdad@behdad.org>
25178 Date:   Tue Nov 13 14:10:19 2012 -0800
25179
25180     Minor
25181
25182  test/api/test-object.c | 2 +-
25183  1 file changed, 1 insertion(+), 1 deletion(-)
25184
25185 commit 82ecaff736e245e117d70b6ec1497508c6eb08d2
25186 Author: Behdad Esfahbod <behdad@behdad.org>
25187 Date:   Tue Nov 13 13:57:52 2012 -0800
25188
25189     Add hb_buffer_clear()
25190
25191     Which is like _reset(), but does NOT clear unicode-funcs.
25192
25193  src/hb-buffer-private.hh |  1 +
25194  src/hb-buffer.cc         | 15 +++++++++++++++
25195  src/hb-buffer.h          |  4 ++++
25196  test/api/test-buffer.c   | 22 +++++++++++++++++++++-
25197  4 files changed, 41 insertions(+), 1 deletion(-)
25198
25199 commit da43a92b04929e93356ae393803ef101154d2267
25200 Author: Behdad Esfahbod <behdad@behdad.org>
25201 Date:   Tue Nov 13 13:48:26 2012 -0800
25202
25203     0.9.6
25204
25205  NEWS         | 28 ++++++++++++++++++++++++++++
25206  configure.ac |  2 +-
25207  2 files changed, 29 insertions(+), 1 deletion(-)
25208
25209 commit 0736915b8ed789a209205fec762997af3a8af89c
25210 Author: Behdad Esfahbod <behdad@behdad.org>
25211 Date:   Tue Nov 13 12:35:35 2012 -0800
25212
25213     [Indic] Decompose Sinhala split matras the way old HarfBuzz /
25214     Pango did
25215
25216     Had to do some refactoring to make this happen...
25217
25218     Under uniscribe bug compatibility mode, we still plit them
25219     Uniscrie-style, but Jonathan and I convinced ourselves that there
25220     is no
25221     harm doing this the Unicode way.  This change makes that happen, and
25222     unbreaks free Sinhala fonts.
25223
25224  src/hb-ot-shape-complex-arabic.cc    |   2 +
25225  src/hb-ot-shape-complex-indic.cc     |  74 +++++++++-
25226  src/hb-ot-shape-complex-misc.cc      | 133 ++++++++++++++++-
25227  src/hb-ot-shape-complex-private.hh   |  28 +++-
25228  src/hb-ot-shape-normalize-private.hh |   6 +-
25229  src/hb-ot-shape-normalize.cc         | 278
25230  ++++++++++-------------------------
25231  src/hb-ot-shape.cc                   |   5 +-
25232  7 files changed, 312 insertions(+), 214 deletions(-)
25233
25234 commit c8149ca85ed97112778590bc9f090f3ee0254100
25235 Author: Behdad Esfahbod <behdad@behdad.org>
25236 Date:   Tue Nov 13 11:07:20 2012 -0800
25237
25238     [hb-shape] Adjust postioning output format
25239
25240     1. If there is any offset (x or y), print out both x and y offsets.
25241
25242     2. Always print out the advance in the major direction of the buffer.
25243     Ie. even for zero-advance glyphs, print a "+0".  This is more
25244     intuitive.
25245
25246  util/options.cc | 13 +++++++------
25247  1 file changed, 7 insertions(+), 6 deletions(-)
25248
25249 commit 6fd5335622087e87739684f581aa9f88635ff970
25250 Author: Behdad Esfahbod <behdad@behdad.org>
25251 Date:   Mon Nov 12 18:42:18 2012 -0800
25252
25253     [Indic] Update auto-generated Indic machine to reflect previous commit
25254
25255  src/hb-ot-shape-complex-indic-machine.hh | 1126
25256  +++++++++++++++---------------
25257  1 file changed, 567 insertions(+), 559 deletions(-)
25258
25259 commit 9cac1338c4bc3e9034cbfa104291ed0329debefe
25260 Author: Behdad Esfahbod <behdad@behdad.org>
25261 Date:   Mon Nov 12 18:41:22 2012 -0800
25262
25263     [Indic] Allow Consonant_Medial's after Consonant's
25264
25265     Mostly affects Myanmar, but also Tai Tham, Javanese, and Cham.  The
25266     latter three are untested (no fonts!).
25267
25268  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
25269  src/hb-ot-shape-complex-indic-private.hh | 7 ++++---
25270  2 files changed, 6 insertions(+), 4 deletions(-)
25271
25272 commit d187099cbab8e75f870a2bc9c23b6a1cf226905e
25273 Author: Behdad Esfahbod <behdad@behdad.org>
25274 Date:   Mon Nov 12 18:38:06 2012 -0800
25275
25276     [Indic] Categorize Myanmar "tone marks" as nuktas
25277
25278  src/hb-ot-shape-complex-indic-private.hh | 2 +-
25279  1 file changed, 1 insertion(+), 1 deletion(-)
25280
25281 commit 8173f23f3f16972c2e8e0a120724533100acfda2
25282 Author: Behdad Esfahbod <behdad@behdad.org>
25283 Date:   Mon Nov 12 18:37:20 2012 -0800
25284
25285     [Indic] Add config for Myanmar
25286
25287  src/hb-ot-shape-complex-indic.cc | 2 ++
25288  1 file changed, 2 insertions(+)
25289
25290 commit 9e92978c8aa3d3cdab4d20c81698c56adbb3dbdd
25291 Author: Behdad Esfahbod <behdad@behdad.org>
25292 Date:   Mon Nov 12 18:36:10 2012 -0800
25293
25294     [Indic] Route "new" Myanmar tag through the Indic shaper
25295
25296     Windows 8 adds a Myanmar shaper using the 'mym2' tag.  Route that
25297     through the Indic shaper.  It's still very broken, but at least this
25298     does NOT break old-style Myanmar shaping using the generic shaper.
25299
25300  src/hb-ot-shape-complex-private.hh | 14 +++++++-------
25301  1 file changed, 7 insertions(+), 7 deletions(-)
25302
25303 commit 5ab3855f8106158ee7e68797e8c35e63e9216e5d
25304 Author: Behdad Esfahbod <behdad@behdad.org>
25305 Date:   Mon Nov 12 18:27:42 2012 -0800
25306
25307     Choose shaper based on chosen OT script tag
25308
25309     For Arabic and Indic shapers, if the font doesn't have a script system
25310     for the script, use default shaper.
25311
25312     Make an exception for Arabic script since we have fallback logic for
25313     that one.
25314
25315  src/hb-ot-map-private.hh           |  4 ++++
25316  src/hb-ot-shape-complex-private.hh | 11 +++++++++--
25317  2 files changed, 13 insertions(+), 2 deletions(-)
25318
25319 commit 9b37b4c5800b158f61602d2aba8a01349e24d251
25320 Author: Behdad Esfahbod <behdad@behdad.org>
25321 Date:   Mon Nov 12 18:23:38 2012 -0800
25322
25323     Make planner available to complex shaper choosing logic
25324
25325  src/hb-ot-shape-complex-private.hh | 4 ++--
25326  src/hb-ot-shape.cc                 | 2 +-
25327  2 files changed, 3 insertions(+), 3 deletions(-)
25328
25329 commit 6fddf2d7397411bba8a23ac535e8b851495d3105
25330 Author: Behdad Esfahbod <behdad@behdad.org>
25331 Date:   Mon Nov 12 17:57:24 2012 -0800
25332
25333     Refactoring ot-map building to make chosen script available earlier
25334
25335  src/hb-ot-map-private.hh   | 13 ++++++++----
25336  src/hb-ot-map.cc           | 51
25337  ++++++++++++++++++++++++++--------------------
25338  src/hb-ot-shape-private.hh |  4 ++--
25339  3 files changed, 40 insertions(+), 28 deletions(-)
25340
25341 commit f17ed8116e7b6429af3fa60bb43d5f4fac66eae3
25342 Author: Behdad Esfahbod <behdad@behdad.org>
25343 Date:   Mon Nov 12 17:48:26 2012 -0800
25344
25345     Minor TODO
25346
25347  TODO | 2 ++
25348  1 file changed, 2 insertions(+)
25349
25350 commit de796a6fb98f4deda276caa82266b7c830978e0b
25351 Author: Behdad Esfahbod <behdad@behdad.org>
25352 Date:   Mon Nov 12 17:27:51 2012 -0800
25353
25354     Add "new" Myanmar OT Script tag
25355
25356     Windows 8 added support for Myanmar shaping using the "mym2"
25357     script tag,
25358     even though Windows never supported the old "mymr" tag.
25359
25360  src/hb-ot-tag.cc       | 2 ++
25361  test/api/test-ot-tag.c | 1 +
25362  2 files changed, 3 insertions(+)
25363
25364 commit 27f52dc3f6bbb97594a44f27b180aed73d9e5608
25365 Author: Behdad Esfahbod <behdad@behdad.org>
25366 Date:   Mon Nov 12 16:54:03 2012 -0800
25367
25368     Add Myanmar tests from UTN#11
25369
25370  .../south-east-asian/script-myanmar/misc/MANIFEST  |  1 +
25371  .../south-east-asian/script-myanmar/misc/utn11.txt | 34
25372  ++++++++++++++++++++++
25373  2 files changed, 35 insertions(+)
25374
25375 commit e9334ce97bb7f1de87fb211bb5a8168033629b14
25376 Author: Behdad Esfahbod <behdad@behdad.org>
25377 Date:   Mon Nov 12 14:57:02 2012 -0800
25378
25379     Break build when ragel is needed and missing
25380
25381  src/Makefile.am | 2 +-
25382  1 file changed, 1 insertion(+), 1 deletion(-)
25383
25384 commit dba186711e3f5e723f917b7104e849c4c525d3b8
25385 Author: Behdad Esfahbod <behdad@behdad.org>
25386 Date:   Mon Nov 12 14:48:33 2012 -0800
25387
25388     [Indic] Make more room in the table
25389
25390     To be used in upcoming commits.
25391
25392  src/hb-ot-shape-complex-indic-private.hh | 10 +++++-----
25393  1 file changed, 5 insertions(+), 5 deletions(-)
25394
25395 commit c4be9917438c45b972ec76dc68409014110f0837
25396 Author: Behdad Esfahbod <behdad@behdad.org>
25397 Date:   Mon Nov 12 14:27:33 2012 -0800
25398
25399     Typo
25400
25401  src/hb-ot-shape-complex-indic.cc | 2 +-
25402  1 file changed, 1 insertion(+), 1 deletion(-)
25403
25404 commit 56be677781736bbedc80df6f6aaa2b5f0bc4041c
25405 Author: Behdad Esfahbod <behdad@behdad.org>
25406 Date:   Mon Nov 12 14:09:40 2012 -0800
25407
25408     [Indic] Port 'pref' logic to look into font tables
25409
25410     ...instead of using a hardcoded list of Ra characters.
25411
25412  src/hb-ot-shape-complex-indic.cc | 7 ++++---
25413  1 file changed, 4 insertions(+), 3 deletions(-)
25414
25415 commit f2c0f59043c93c225274fc0c8177077d16c89d61
25416 Author: Behdad Esfahbod <behdad@behdad.org>
25417 Date:   Mon Nov 12 14:02:02 2012 -0800
25418
25419     [Indic] Port reph handling logic to look into font features
25420
25421     ...instead of using a hardcoded list of Ra characters.
25422
25423  src/hb-ot-shape-complex-indic.cc | 48
25424  +++++++++++++++++++++++++---------------
25425  1 file changed, 30 insertions(+), 18 deletions(-)
25426
25427 commit 43149afbc0007ea075a7017c0e56056c3c0f3614
25428 Author: Behdad Esfahbod <behdad@behdad.org>
25429 Date:   Mon Nov 12 13:34:17 2012 -0800
25430
25431     Route MEETEI_MAYEK through the Indic shaper
25432
25433     Since it has a couple of left-"matras".
25434
25435  src/hb-ot-shape-complex-private.hh | 5 ++---
25436  1 file changed, 2 insertions(+), 3 deletions(-)
25437
25438 commit d0905c3400085f9c0901c558ba1b81b5039510e4
25439 Author: Behdad Esfahbod <behdad@behdad.org>
25440 Date:   Mon Nov 12 13:02:20 2012 -0800
25441
25442     Minor
25443
25444  src/hb-ot-head-table.hh | 2 +-
25445  1 file changed, 1 insertion(+), 1 deletion(-)
25446
25447 commit 365f27ab5ba025bf1be6a882ed213c695cbfed7e
25448 Author: Behdad Esfahbod <behdad@behdad.org>
25449 Date:   Mon Nov 12 11:16:57 2012 -0800
25450
25451     Work around older compilers
25452
25453     As reported on the list:
25454
25455     I am seeing a similar problem building harfbuzz 0.9.5 with Apple gcc
25456     4.0.1 on OS X 10.5 Leopard:
25457
25458     hb-ot-layout-common-private.hh:406: error: 'struct
25459     OT::CoverageFormat1::Iter' is private
25460     hb-ot-layout-common-private.hh:646: error: within this context
25461     hb-ot-layout-common-private.hh:500: error: 'struct
25462     OT::CoverageFormat2::Iter' is private
25463     hb-ot-layout-common-private.hh:647: error: within this context
25464     make[4]: *** [libharfbuzz_la-hb-ot-layout.lo] Error 1
25465
25466     Also reported as happening with MSVC 2005.
25467
25468  src/hb-ot-layout-common-private.hh | 6 ++++++
25469  1 file changed, 6 insertions(+)
25470
25471 commit 6b389ddc3623d042ded4731f4d62dc354002fdd0
25472 Author: Behdad Esfahbod <behdad@behdad.org>
25473 Date:   Mon Nov 12 11:02:56 2012 -0800
25474
25475     [Indic] Don't apply 'liga'
25476
25477     Uniscribe doesn't.  And some fonts abuse this feature to get Indic
25478     shaping working in non-complex applications like Adobe's apps.
25479
25480     No change in numbers:
25481
25482     BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
25483     DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
25484     GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
25485     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
25486     KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
25487     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
25488     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
25489     MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed
25490     (0.0308108%)
25491     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
25492     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
25493     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
25494     TELUGU: 970557 out of 970573 tests passed. 16 failed (0.00164851%)
25495     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
25496
25497  src/hb-ot-shape-complex-indic.cc | 2 ++
25498  1 file changed, 2 insertions(+)
25499
25500 commit d05ac7dc3f2949e85f1fe996315b31b7aae370fe
25501 Author: Behdad Esfahbod <behdad@behdad.org>
25502 Date:   Mon Nov 12 10:26:50 2012 -0800
25503
25504     Fix hb-ft glyph name for broken fonts that return empty glyph names
25505
25506  src/hb-ft.cc | 2 +-
25507  1 file changed, 1 insertion(+), 1 deletion(-)
25508
25509 commit 3bc22eb7b843c77706bb13fc332009097f247813
25510 Author: Behdad Esfahbod <behdad@behdad.org>
25511 Date:   Mon Nov 12 10:07:28 2012 -0800
25512
25513     Minor
25514
25515  util/options.cc | 2 +-
25516  1 file changed, 1 insertion(+), 1 deletion(-)
25517
25518 commit 4899801155cc0fef7a8aa58c33ac2d30ba34bcc3
25519 Author: Behdad Esfahbod <behdad@behdad.org>
25520 Date:   Thu Nov 8 15:08:26 2012 -0800
25521
25522     U+A872 PHAGS-PA SUPERFIXED LETTER RA is "Right"-Joining
25523
25524  src/hb-ot-shape-complex-arabic.cc | 3 +++
25525  1 file changed, 3 insertions(+)
25526
25527 commit 22a685836a59d1c02914761c02d3852810b83ec5
25528 Author: Behdad Esfahbod <behdad@behdad.org>
25529 Date:   Mon Nov 5 15:20:10 2012 -0800
25530
25531     Adjust Mongolian shaping
25532
25533     For U+1880..U+1886 Uniscribe thinks they are non-joining.
25534     For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
25535     For now, match Uniscribe.
25536
25537  src/hb-ot-shape-complex-arabic.cc | 3 +++
25538  1 file changed, 3 insertions(+)
25539
25540 commit e6b86c8519f894bf7fe18d5c143276521fcacece
25541 Author: Behdad Esfahbod <behdad@behdad.org>
25542 Date:   Mon Nov 5 15:18:49 2012 -0800
25543
25544     Add test for non-joining Mongolian letters
25545
25546     For U+1880..U+1886 Uniscribe thinks they are non-joining.
25547     For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
25548
25549  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST    | 1 +
25550  .../in-tree/shaper-arabic/script-mongolian/misc/non-joining.txt   |
25551  8 ++++++++
25552  2 files changed, 9 insertions(+)
25553
25554 commit c26a52fbe62e5ba4d0e1e2ba13bfb6ceb3f773dc
25555 Author: Behdad Esfahbod <behdad@behdad.org>
25556 Date:   Sun Nov 4 16:48:45 2012 -0800
25557
25558     Minor
25559
25560  src/hb-ot-shape-fallback.cc | 2 +-
25561  1 file changed, 1 insertion(+), 1 deletion(-)
25562
25563 commit f60d3ed35d94f1adcfd73ca05d03d7e81fb5de03
25564 Author: Behdad Esfahbod <behdad@behdad.org>
25565 Date:   Sun Nov 4 16:44:47 2012 -0800
25566
25567     Minor
25568
25569  src/hb-set-private.hh | 2 +-
25570  1 file changed, 1 insertion(+), 1 deletion(-)
25571
25572 commit f5e55754f962184d2fb7dcab837cdba56e8c7731
25573 Author: Behdad Esfahbod <behdad@behdad.org>
25574 Date:   Fri Nov 2 13:53:18 2012 -0700
25575
25576     Add Tifinagh test data
25577
25578  test/shaping/texts/in-tree/shaper-default/MANIFEST            |  2 ++
25579  .../texts/in-tree/shaper-default/script-tifinagh/MANIFEST     |  1 +
25580  .../in-tree/shaper-default/script-tifinagh/misc/MANIFEST      |  1 +
25581  .../in-tree/shaper-default/script-tifinagh/misc/misc.txt      |
25582  11 +++++++++++
25583  4 files changed, 15 insertions(+)
25584
25585 commit 10a33296e674ee84b9ed2df25cf373de7d020b8d
25586 Author: Behdad Esfahbod <behdad@behdad.org>
25587 Date:   Fri Nov 2 13:38:55 2012 -0700
25588
25589     Minor
25590
25591  src/hb-ot-tag.cc | 2 ++
25592  1 file changed, 2 insertions(+)
25593
25594 commit c21498afd857e78230f761ee5c9e73adece89dd0
25595 Author: Behdad Esfahbod <behdad@behdad.org>
25596 Date:   Fri Nov 2 10:21:26 2012 -0700
25597
25598     Add Mongolian and 'Phags-pa joining test cases
25599
25600  test/shaping/texts/in-tree/shaper-arabic/MANIFEST          |  1 +
25601  .../in-tree/shaper-arabic/script-mongolian/misc/misc.txt   |  3 +++
25602  .../texts/in-tree/shaper-arabic/script-phags-pa/MANIFEST   |  1 +
25603  .../in-tree/shaper-arabic/script-phags-pa/misc/MANIFEST    |  1 +
25604  .../in-tree/shaper-arabic/script-phags-pa/misc/misc.txt    | 14
25605  ++++++++++++++
25606  5 files changed, 20 insertions(+)
25607
25608 commit 3ba7bc14ea652d27639f34109e51a497a678a54a
25609 Author: Behdad Esfahbod <behdad@behdad.org>
25610 Date:   Thu Nov 1 20:05:04 2012 -0700
25611
25612     Implement 'Phags-pa shaping
25613
25614     Through the Arabic shaper.  It's similar to Mongolian.
25615
25616  src/hb-ot-shape-complex-arabic.cc  | 15 ++++++++++++---
25617  src/hb-ot-shape-complex-private.hh |  4 +---
25618  2 files changed, 13 insertions(+), 6 deletions(-)
25619
25620 commit 431bef2e16c7888ca3960f5797432d3a20903550
25621 Author: Behdad Esfahbod <behdad@behdad.org>
25622 Date:   Thu Nov 1 16:26:01 2012 -0700
25623
25624     Minor build fix
25625
25626  test/api/Makefile.am | 10 +++++++++-
25627  1 file changed, 9 insertions(+), 1 deletion(-)
25628
25629 commit da70111ab234e8b740ce6fb1789a1809fbec0c44
25630 Author: Behdad Esfahbod <behdad@behdad.org>
25631 Date:   Wed Oct 31 13:45:30 2012 -0700
25632
25633     Don't clear buffer pre-context if no new context is being provided
25634
25635     Patch from Jonathan Kew.
25636
25637     Part of fixing:
25638
25639     Mozilla Bug 801410 - avoid inserting dotted-circle for run-initial
25640     Unicode combining characters in "simple" scripts such as Latin
25641
25642     https://bugzilla.mozilla.org/show_bug.cgi?id=801410
25643
25644  src/hb-buffer.cc | 9 ++++++++-
25645  1 file changed, 8 insertions(+), 1 deletion(-)
25646
25647 commit 0bc7a38463bfb37f12efeb1b8cb2024cf4a347bc
25648 Author: Behdad Esfahbod <behdad@behdad.org>
25649 Date:   Mon Oct 29 22:02:45 2012 -0700
25650
25651     [OT] Fix ReverseChainingSubst
25652
25653     We should make it clear that we don't want output buffer in this case,
25654     otherwise buffer->backtrack_len() would be wrong.
25655
25656  src/hb-buffer-private.hh       |  1 +
25657  src/hb-buffer.cc               | 13 +++++++++++++
25658  src/hb-ot-layout-gsub-table.hh |  1 +
25659  3 files changed, 15 insertions(+)
25660
25661 commit 2616689d159024d2b1cb1e68f9936b2129bf9be6
25662 Author: Behdad Esfahbod <behdad@behdad.org>
25663 Date:   Mon Oct 29 21:51:56 2012 -0700
25664
25665     More tracing fixups
25666
25667  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++++------
25668  1 file changed, 7 insertions(+), 6 deletions(-)
25669
25670 commit 937f8d3871863b8b1ed1d8900cf41999d92ba30f
25671 Author: Behdad Esfahbod <behdad@behdad.org>
25672 Date:   Mon Oct 29 21:49:33 2012 -0700
25673
25674     [Arabic] Enable dlig and mset for Arabic
25675
25676     That's what the spec says, and what Uniscribe does.
25677
25678  src/hb-ot-shape-complex-arabic.cc | 3 ++-
25679  1 file changed, 2 insertions(+), 1 deletion(-)
25680
25681 commit 911ed096980630fd4a37bf2024036daae13a6056
25682 Author: Behdad Esfahbod <behdad@behdad.org>
25683 Date:   Mon Oct 29 19:42:19 2012 -0700
25684
25685     Ignore gid0 in test results
25686
25687  test/shaping/hb_test_tools.py | 1 +
25688  1 file changed, 1 insertion(+)
25689
25690 commit bc513add7999baf32f126ceebbd318105ee66985
25691 Author: Behdad Esfahbod <behdad@behdad.org>
25692 Date:   Mon Oct 29 19:03:55 2012 -0700
25693
25694     Add missing TRACE_RETURN
25695
25696  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
25697  1 file changed, 1 insertion(+), 1 deletion(-)
25698
25699 commit 10b88d89ef1efcfddbbfabd3669399b472c8a900
25700 Author: Behdad Esfahbod <behdad@behdad.org>
25701 Date:   Mon Oct 29 18:18:24 2012 -0700
25702
25703     Add Ethiopic test case
25704
25705     This sequence: U+120B,U+135F,U+120B with the Nyala font from Win7
25706     exposes a GPOS bug in Uniscribe, in that the positioned mark is
25707     wrongly
25708     moved as a result a following kern.
25709
25710     This is the one "failure" in the Ethiopic test suite :-).
25711
25712     ETHIOPIC: 118900 out of 118901 tests passed. 1 failed (0.000841036%)
25713
25714  test/shaping/texts/in-tree/shaper-default/script-ethiopic/MANIFEST      |
25715  1 +
25716  test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/MANIFEST |
25717  1 +
25718  test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/misc.txt |
25719  1 +
25720  3 files changed, 3 insertions(+)
25721
25722 commit 88d3c98e309e14c3115825d1d8d40d0b3eec2d97
25723 Author: Behdad Esfahbod <behdad@behdad.org>
25724 Date:   Mon Oct 29 16:27:02 2012 -0700
25725
25726     [Indic] Position pre-base reordering Ra after Chillus in Malayalam
25727
25728     The logic for pre-base reordering follows the left matra logic.
25729     We had an exception for Malayalam/Tamil in the left matra
25730     repositioning
25731     which was not reflected in pre-base reordering.
25732
25733     Malayalam failures down from 337 to 323.
25734
25735     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
25736     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
25737     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
25738     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
25739     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
25740     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
25741     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
25742     MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed
25743     (0.0308108%)
25744     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
25745     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
25746     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
25747     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
25748     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
25749
25750  src/hb-ot-shape-complex-indic.cc | 35 +++++++++++++++++++++--------------
25751  1 file changed, 21 insertions(+), 14 deletions(-)
25752
25753 commit 21bf796954678d02f136709cade43adef6f8f42b
25754 Author: Behdad Esfahbod <behdad@behdad.org>
25755 Date:   Mon Oct 29 14:21:09 2012 -0700
25756
25757     Add missed file
25758
25759  src/hb-ucdn/COPYING | 13 +++++++++++++
25760  1 file changed, 13 insertions(+)
25761
25762 commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80
25763 Author: Behdad Esfahbod <behdad@behdad.org>
25764 Date:   Mon Oct 29 10:56:04 2012 -0700
25765
25766     Include config.h.in in tree
25767
25768     I typically don't like including generating files in tree.
25769     But like to
25770     make an exception for this, since this forms the canonical list of
25771     options one would need to go through when building with alternative
25772     build systems.
25773
25774  Makefile.am |   1 -
25775  config.h.in | 160
25776  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
25777  2 files changed, 160 insertions(+), 1 deletion(-)
25778
25779 commit 02ed52169ad3bb48f4989f721b0c6572e064a712
25780 Author: Behdad Esfahbod <behdad@behdad.org>
25781 Date:   Sun Oct 28 21:26:19 2012 -0700
25782
25783     Improve license information
25784
25785  COPYING                   | 2 ++
25786  src/hb-icu-le/COPYING     | 2 ++
25787  src/hb-icu-le/Makefile.am | 2 +-
25788  src/hb-ucdn/Makefile.am   | 2 +-
25789  src/hb-ucdn/README        | 7 +++++++
25790  5 files changed, 13 insertions(+), 2 deletions(-)
25791
25792 commit 4c1d9244617e472464722e64d2cdbc1f9e8827f6
25793 Author: Behdad Esfahbod <behdad@behdad.org>
25794 Date:   Sun Oct 28 20:27:25 2012 -0700
25795
25796     Minor
25797
25798  src/hb-icu-le.cc | 2 +-
25799  1 file changed, 1 insertion(+), 1 deletion(-)
25800
25801 commit 38b015e57ffa75d3b078a368c23685beb7c3f946
25802 Author: Behdad Esfahbod <behdad@behdad.org>
25803 Date:   Sun Oct 28 20:11:47 2012 -0700
25804
25805     Fix hb_buffer_set_length(buffer, 0)
25806
25807     Was causing invalid realloc()s.
25808
25809  src/hb-buffer.cc | 2 +-
25810  1 file changed, 1 insertion(+), 1 deletion(-)
25811
25812 commit b7115b63be72e109b51f538ba581aed1017b2d55
25813 Author: Behdad Esfahbod <behdad@behdad.org>
25814 Date:   Sun Oct 28 20:11:42 2012 -0700
25815
25816     Add XXX
25817
25818  src/hb-icu-le.cc | 1 +
25819  1 file changed, 1 insertion(+)
25820
25821 commit 71ee1f24503cd066ffc1a36cc5dd9a3c1d1a6dfd
25822 Author: Behdad Esfahbod <behdad@behdad.org>
25823 Date:   Sun Oct 28 19:18:11 2012 -0700
25824
25825     Port to ICU LayoutEngine C API
25826
25827     Incidentally, this makes it not crash with icu-le-hb anymore...
25828     I'm not smart / stupid enough to spend two more days debugging C++
25829     linking issues, and this is ABI-stable at least.
25830
25831  src/hb-icu-le.cc | 31 ++++++++++++++++---------------
25832  1 file changed, 16 insertions(+), 15 deletions(-)
25833
25834 commit 0144f05e57088b30ac894cdae8b04b265d4dfbe7
25835 Author: Behdad Esfahbod <behdad@behdad.org>
25836 Date:   Fri Oct 26 13:48:06 2012 -0700
25837
25838     Remove unused members
25839
25840  src/hb-icu-le/PortableFontInstance.h | 3 ---
25841  1 file changed, 3 deletions(-)
25842
25843 commit cf3afd8979b1db76d437f428cbd51cb363e0d18e
25844 Author: Behdad Esfahbod <behdad@behdad.org>
25845 Date:   Thu Oct 25 16:32:54 2012 -0700
25846
25847     Rename and revamp is_zero_width() to be is_default_ignorable()
25848
25849     That's really the logic desired.  Except that MONGOLIAN VOWEL
25850     SEPARATOR
25851     is not default_ignorable but it really should be.  Reported to
25852     Unicode.
25853
25854     Based on suggestion from Konstantin Ritt.
25855
25856  src/hb-fallback-shape.cc   |  2 +-
25857  src/hb-ot-shape-private.hh |  4 +--
25858  src/hb-ot-shape.cc         |  2 +-
25859  src/hb-unicode-private.hh  | 90
25860  +++++++++++++++++++++++++++++-----------------
25861  4 files changed, 62 insertions(+), 36 deletions(-)
25862
25863 commit a724139e641bf1592b1ff786a75a9de2ea8163cf
25864 Author: Behdad Esfahbod <behdad@behdad.org>
25865 Date:   Wed Oct 24 14:02:15 2012 -0700
25866
25867     Update TODO
25868
25869  TODO | 14 ++++++++++----
25870  1 file changed, 10 insertions(+), 4 deletions(-)
25871
25872 commit 13c058472913b7b6d689f9022226079da65420b0
25873 Author: Behdad Esfahbod <behdad@behdad.org>
25874 Date:   Sun Oct 14 18:37:09 2012 -0500
25875
25876     0.9.5
25877
25878  NEWS         | 23 +++++++++++++++++++++++
25879  configure.ac |  2 +-
25880  2 files changed, 24 insertions(+), 1 deletion(-)
25881
25882 commit fecdfa95daf4916695f23e7dab89ab363be11b89
25883 Author: Behdad Esfahbod <behdad@behdad.org>
25884 Date:   Sun Oct 7 17:19:58 2012 -0400
25885
25886     Fixup hb_ot_shape_closure()
25887
25888     Broke it when merged cmap mapping and normalizer.  Ouch!
25889
25890  src/hb-ot-shape.cc | 2 +-
25891  1 file changed, 1 insertion(+), 1 deletion(-)
25892
25893 commit 2d1dcb3ce3354c2d5e2b4d1d291beb8d23cdea22
25894 Author: Behdad Esfahbod <behdad@behdad.org>
25895 Date:   Sun Oct 7 17:13:46 2012 -0400
25896
25897     Mark debug message functions static
25898
25899  src/hb-private.hh | 6 +++---
25900  1 file changed, 3 insertions(+), 3 deletions(-)
25901
25902 commit 9947bd6daffb5ec76b67536575e7617ba4f10b1e
25903 Author: Behdad Esfahbod <behdad@behdad.org>
25904 Date:   Tue Oct 2 20:44:43 2012 -0400
25905
25906     Update UCDN to upstream commit
25907     3f159c87824230b59af56e40e2db32caf6afa51a
25908
25909     - Unicode 6.2.0 goodness,
25910     - Unassigned codepoints now have correct properties.  Passes test
25911     suite.
25912
25913  src/hb-ucdn/unicodedata_db.h | 1966
25914  ++++++++++++++++++++++--------------------
25915  1 file changed, 1036 insertions(+), 930 deletions(-)
25916
25917 commit 32dbfcf763d1ae497d3c95de986a83441331678f
25918 Author: Behdad Esfahbod <behdad@behdad.org>
25919 Date:   Tue Oct 2 17:42:13 2012 -0400
25920
25921     Fix visibility of UCDN symbols
25922
25923  src/hb-ucdn.cc     |  2 --
25924  src/hb-ucdn/ucdn.h | 19 +++++++++++++++++++
25925  2 files changed, 19 insertions(+), 2 deletions(-)
25926
25927 commit 3f33f0d1f2603f22e86adffe3c3836136ba5e5fd
25928 Author: Behdad Esfahbod <behdad@behdad.org>
25929 Date:   Tue Oct 2 16:03:18 2012 -0400
25930
25931     Import UCDN into source tree
25932
25933     https://github.com/grigorig/ucdn
25934
25935  configure.ac                 |   11 +-
25936  src/Makefile.am              |    7 +
25937  src/hb-ucdn.cc               |  207 ++
25938  src/hb-ucdn/Makefile.am      |   18 +
25939  src/hb-ucdn/README           |   33 +
25940  src/hb-ucdn/ucdn.c           |  282 +++
25941  src/hb-ucdn/ucdn.h           |  290 +++
25942  src/hb-ucdn/unicodedata_db.h | 4648
25943  ++++++++++++++++++++++++++++++++++++++++++
25944  src/hb-unicode.cc            |    3 +
25945  9 files changed, 5498 insertions(+), 1 deletion(-)
25946
25947 commit 0e292eb2a2abbac152eeea2060e58b7a66449745
25948 Author: Behdad Esfahbod <behdad@behdad.org>
25949 Date:   Tue Oct 2 14:59:00 2012 -0400
25950
25951     Remove Glib thread-safety support
25952
25953     Now that we have pthread detection in configure, we don't need Glib
25954     anymore.  Glib will only be a Unicode data provider.
25955
25956  configure.ac             |  8 ++++----
25957  src/hb-atomic-private.hh | 13 -------------
25958  src/hb-mutex-private.hh  | 20 --------------------
25959  3 files changed, 4 insertions(+), 37 deletions(-)
25960
25961 commit 66efe896483c58f3ef9bd218c02bb7ea604f68ee
25962 Author: Behdad Esfahbod <behdad@behdad.org>
25963 Date:   Tue Oct 2 14:55:32 2012 -0400
25964
25965     Check for pthreads
25966
25967  configure.ac    | 7 +++++++
25968  src/Makefile.am | 5 +++++
25969  2 files changed, 12 insertions(+)
25970
25971 commit 10a8162dddb8b39ae130fe5bb7d1819471fa7e06
25972 Author: Behdad Esfahbod <behdad@behdad.org>
25973 Date:   Tue Oct 2 14:46:34 2012 -0400
25974
25975     Add ax_pthread.m4
25976
25977  m4/ax_pthread.m4 | 309
25978  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
25979  1 file changed, 309 insertions(+)
25980
25981 commit 8ac34bc6ff1d0646503a45659b1846d8cf9c0603
25982 Author: Behdad Esfahbod <behdad@behdad.org>
25983 Date:   Tue Oct 2 14:46:04 2012 -0400
25984
25985     Add pkg.m4 to git repo
25986
25987  m4/pkg.m4 | 157
25988  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
25989  1 file changed, 157 insertions(+)
25990
25991 commit c7afac0aa6e51e6a49ebf13f72537398698c9e49
25992 Author: Behdad Esfahbod <behdad@behdad.org>
25993 Date:   Tue Oct 2 14:44:47 2012 -0400
25994
25995     Add AC_CONFIG_MACRODIR
25996
25997  Makefile.am  | 2 ++
25998  configure.ac | 2 ++
25999  2 files changed, 4 insertions(+)
26000
26001 commit f2eb3fa9dca8d21fae20c9b9dddad3245df74a05
26002 Author: Behdad Esfahbod <behdad@behdad.org>
26003 Date:   Tue Sep 25 21:35:35 2012 -0400
26004
26005     [OT] Only insert dottedcircle if at the beginning of paragraph
26006
26007     If the first char in the run is a combining mark, but there is text
26008     before the run, don't insert dottedcircle.
26009
26010     Part of addressing:
26011     https://bugzilla.redhat.com/show_bug.cgi?id=858736
26012
26013  src/hb-ot-shape.cc | 6 ++----
26014  1 file changed, 2 insertions(+), 4 deletions(-)
26015
26016 commit bdc2fc8294da7f374701aafe9f5a82d60633946f
26017 Author: Behdad Esfahbod <behdad@behdad.org>
26018 Date:   Tue Sep 25 21:32:35 2012 -0400
26019
26020     [Arabic] Respect Arabic joining from neighboring context
26021
26022     Now we respect Arabic joining across runs.
26023
26024  src/hb-ot-shape-complex-arabic.cc | 31 +++++++++++++++++++++++++++++--
26025  1 file changed, 29 insertions(+), 2 deletions(-)
26026
26027 commit 05207a79e0ae1769c5feaebe3fd99bdf9cfcf834
26028 Author: Behdad Esfahbod <behdad@behdad.org>
26029 Date:   Tue Sep 25 17:44:53 2012 -0400
26030
26031     [buffer] Save pre/post textual context
26032
26033     To be used for a variety of purposes.  We save up to five characters
26034     in each direction.  No public API changes, everything is taken care
26035     of already.  All clients need to do is to call hb_buffer_add_utf* with
26036     the full text + segment info (or at least some context) instead of
26037     just passing in the segment.
26038
26039     Various operations (hb_buffer_reset, hb_buffer_set_length,
26040     hb_buffer_add*) automatically reset the relevant contexts.
26041
26042  src/hb-buffer-private.hh | 13 ++++++++++++-
26043  src/hb-buffer.cc         | 44
26044  ++++++++++++++++++++++++++++++++++++++++----
26045  src/hb-buffer.h          |  2 +-
26046  3 files changed, 53 insertions(+), 6 deletions(-)
26047
26048 commit 89ac39dbbe028e6379f64392f2e590e3f1fdd847
26049 Author: Behdad Esfahbod <behdad@behdad.org>
26050 Date:   Tue Sep 25 13:59:24 2012 -0400
26051
26052     Add hb_utf_prev()
26053
26054  src/hb-utf-private.hh | 71
26055  +++++++++++++++++++++++++++++++++++++++++++++++++--
26056  1 file changed, 69 insertions(+), 2 deletions(-)
26057
26058 commit 70ea4ac6887c7057113d714a98e55738b6196562
26059 Author: Behdad Esfahbod <behdad@behdad.org>
26060 Date:   Tue Sep 25 12:30:16 2012 -0400
26061
26062     Slightly optimize UTF-8 parsing
26063
26064  src/hb-utf-private.hh | 4 ++--
26065  1 file changed, 2 insertions(+), 2 deletions(-)
26066
26067 commit 4445e5e2ecc257a5d0fa2f2715bb7181a47346da
26068 Author: Behdad Esfahbod <behdad@behdad.org>
26069 Date:   Tue Sep 25 12:26:12 2012 -0400
26070
26071     [buffer] Cleanup / optimize UTF-16 parsing a bit
26072
26073  src/hb-utf-private.hh | 12 +++++++-----
26074  1 file changed, 7 insertions(+), 5 deletions(-)
26075
26076 commit 1f66c3c1a0eb869c0d85a015235313177e0cec62
26077 Author: Behdad Esfahbod <behdad@behdad.org>
26078 Date:   Tue Sep 25 11:42:16 2012 -0400
26079
26080     Add hb_utf_strlen()
26081
26082     Speeds up UTF-8 parsing by calling strlen().
26083
26084  src/hb-buffer.cc      | 13 ++-----------
26085  src/hb-utf-private.hh | 22 ++++++++++++++++++++++
26086  2 files changed, 24 insertions(+), 11 deletions(-)
26087
26088 commit 7f19ae7b9f806a2e35206b2ad41651c5f80b2537
26089 Author: Behdad Esfahbod <behdad@behdad.org>
26090 Date:   Tue Sep 25 11:22:28 2012 -0400
26091
26092     [buffer] Templatize UTF handling
26093
26094     Also move UTF routines into a separate file, to be reused from shapers
26095     that need it.
26096
26097  src/Makefile.am       |   1 +
26098  src/hb-buffer.cc      | 157
26099  +++++++++++++-------------------------------------
26100  src/hb-utf-private.hh | 113 ++++++++++++++++++++++++++++++++++++
26101  3 files changed, 155 insertions(+), 116 deletions(-)
26102
26103 commit 0e0a4da9b7677a09e00d27313236e1f333864dd6
26104 Author: Behdad Esfahbod <behdad@behdad.org>
26105 Date:   Tue Sep 25 11:09:04 2012 -0400
26106
26107     [buffer] Towards template'izing different UTF adders
26108
26109  src/hb-buffer.cc | 11 ++++++++++-
26110  1 file changed, 10 insertions(+), 1 deletion(-)
26111
26112 commit 7d37280600c157f3c4eae8746e99511702a58e8f
26113 Author: Behdad Esfahbod <behdad@behdad.org>
26114 Date:   Tue Sep 25 11:04:41 2012 -0400
26115
26116     Minor
26117
26118  src/hb-buffer.cc | 2 +-
26119  1 file changed, 1 insertion(+), 1 deletion(-)
26120
26121 commit 54d5da4ee9d902ff36473cec558137eef8f23825
26122 Author: Behdad Esfahbod <behdad@behdad.org>
26123 Date:   Tue Sep 25 10:50:41 2012 -0400
26124
26125     Remove unused indic.cc
26126
26127  src/Makefile.am |  6 +-----
26128  src/indic.cc    | 51 ---------------------------------------------------
26129  2 files changed, 1 insertion(+), 56 deletions(-)
26130
26131 commit fab7a71f110ed646745d54b23284537c50058c21
26132 Author: Behdad Esfahbod <behdad@behdad.org>
26133 Date:   Mon Sep 24 21:51:13 2012 -0400
26134
26135     [Indic] Import ragel-generated Indic machine in git
26136
26137     I don't expect ragel to be creating too much noise in its generated
26138     output, and including this in-tree helps users right now.  We can
26139     revisit this later if it proved to be too much trouble.
26140
26141  autogen.sh                               |    6 -
26142  src/Makefile.am                          |    1 -
26143  src/hb-ot-shape-complex-indic-machine.hh | 1314
26144  ++++++++++++++++++++++++++++++
26145  3 files changed, 1314 insertions(+), 7 deletions(-)
26146
26147 commit 20a840c7cd08069720050782b4533cde505df09a
26148 Author: Behdad Esfahbod <behdad@behdad.org>
26149 Date:   Mon Sep 24 20:23:00 2012 -0400
26150
26151     Use a C++ linker on Windows
26152
26153     On Windows we don't care whether or not we link to libstdc++.
26154     Seems to fix build with mingw32 on msys, as reported by Werner.
26155
26156  src/Makefile.am | 6 ++++--
26157  1 file changed, 4 insertions(+), 2 deletions(-)
26158
26159 commit eb7669a38072b66eef3bd905a93c4815bef3f0e5
26160 Author: Behdad Esfahbod <behdad@behdad.org>
26161 Date:   Tue Sep 18 19:42:06 2012 -0400
26162
26163     Better autofoo
26164
26165  src/Makefile.am | 5 +----
26166  1 file changed, 1 insertion(+), 4 deletions(-)
26167
26168 commit d00f7d83750258eff915a3826700c4819e63e481
26169 Author: Behdad Esfahbod <behdad@behdad.org>
26170 Date:   Mon Sep 17 20:59:09 2012 -0400
26171
26172     Fix dependencies
26173
26174  src/Makefile.am | 5 ++++-
26175  1 file changed, 4 insertions(+), 1 deletion(-)
26176
26177 commit 811eefe225d20b20f1de20c6e62a0ebd6d89102a
26178 Author: Behdad Esfahbod <behdad@behdad.org>
26179 Date:   Mon Sep 10 09:56:27 2012 -0400
26180
26181     Return NULL, not false
26182
26183     Oh well...
26184
26185  src/hb-open-type-private.hh | 2 +-
26186  1 file changed, 1 insertion(+), 1 deletion(-)
26187
26188 commit 166b5cf7ec2d37fb54a909c437ccdec1edaf37aa
26189 Author: Behdad Esfahbod <behdad@behdad.org>
26190 Date:   Fri Sep 7 14:55:07 2012 -0400
26191
26192     [Indic] Find syllables before any features are applied
26193
26194     With FreeSerif, it seems that the 'ccmp' feature does ligature
26195     substituttions.  That was then causing syllable match failures.
26196     We now
26197     find syllables before any features have been applied.
26198
26199     Test sequence: U+0D9A,U+0DCA,U+200D,U+0DBB,U+0DCF
26200
26201  src/hb-ot-shape-complex-indic-machine.rl           |  4 +-
26202  src/hb-ot-shape-complex-indic.cc                   | 56
26203  +++++++++++++++-------
26204  .../indic/script-sinhala/misc/misc.txt             |  1 +
26205  3 files changed, 43 insertions(+), 18 deletions(-)
26206
26207 commit 96fdc04e5c6daafce3d45e7508418e4db94df44c
26208 Author: Behdad Esfahbod <behdad@behdad.org>
26209 Date:   Thu Sep 6 22:26:16 2012 -0400
26210
26211     Add hb_buffer_[sg]et_content_type
26212
26213     And hb_buffer_content_type_t and enum values.
26214
26215  TODO                     |  1 +
26216  src/hb-buffer-private.hh |  2 ++
26217  src/hb-buffer.cc         | 34 ++++++++++++++++++++++++++++++++++
26218  src/hb-buffer.h          | 14 ++++++++++++++
26219  src/hb-shape.cc          |  5 +++++
26220  5 files changed, 56 insertions(+)
26221
26222 commit e30ebd2794b37bd8ec716a258d5cb017fb1dfadc
26223 Author: Behdad Esfahbod <behdad@behdad.org>
26224 Date:   Thu Sep 6 22:09:06 2012 -0400
26225
26226     Add hb_feature_to/from_string()
26227
26228  TODO             |   4 +-
26229  src/hb-common.cc |   9 +++
26230  src/hb-common.h  |   6 +-
26231  src/hb-shape.cc  | 168
26232  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
26233  src/hb-shape.h   |  13 +++++
26234  util/options.cc  | 132 ++-----------------------------------------
26235  6 files changed, 201 insertions(+), 131 deletions(-)
26236
26237 commit f67917161bbe317a33d6407fbc62ebffcafe7154
26238 Author: Behdad Esfahbod <behdad@behdad.org>
26239 Date:   Thu Sep 6 17:22:31 2012 -0400
26240
26241     [OT] Do per-ligature-component fallback mark positioning
26242
26243     With this in place, you can remove GDEF/GSUB/GPOS tables from Arabic
26244     fonts and still get per-component marks positioned on
26245     oh-yeah-fallback-formed LAM-ALEF ligatures with marks in between
26246     the LAM
26247     and ALEF.
26248
26249     Now *that*'s pretty cool, if a bit anachronistic...
26250
26251  src/hb-ot-shape-fallback.cc | 43
26252  ++++++++++++++++++++++++++++++++++++-------
26253  1 file changed, 36 insertions(+), 7 deletions(-)
26254
26255 commit 525c6855783a018d52867b9ece2ee90868ff1f91
26256 Author: Behdad Esfahbod <behdad@behdad.org>
26257 Date:   Thu Sep 6 16:02:07 2012 -0400
26258
26259     [OT] Make fallback mark positioning more robust
26260
26261     ...with clusters spanning multiple base characters.
26262
26263  src/hb-ot-shape-fallback.cc | 11 +++++++++--
26264  1 file changed, 9 insertions(+), 2 deletions(-)
26265
26266 commit 5d502443f5a07cbd0aa860dd71a0fa4ea8b6ff9f
26267 Author: Behdad Esfahbod <behdad@behdad.org>
26268 Date:   Thu Sep 6 15:29:29 2012 -0400
26269
26270     [old] Clear offset array
26271
26272  src/hb-old.cc | 3 +++
26273  1 file changed, 3 insertions(+)
26274
26275 commit 9433c218b4853442dd9ad53d0588a837a33dbf1e
26276 Author: Behdad Esfahbod <behdad@behdad.org>
26277 Date:   Thu Sep 6 14:27:15 2012 -0400
26278
26279     [OT] Simplify fallback positioning condition
26280
26281  src/hb-ot-shape-fallback.cc | 3 +--
26282  1 file changed, 1 insertion(+), 2 deletions(-)
26283
26284 commit 028a1706f898bfcee0d14acfba47ebe1de09f0c4
26285 Author: Behdad Esfahbod <behdad@behdad.org>
26286 Date:   Thu Sep 6 14:25:48 2012 -0400
26287
26288     Refactor common macro
26289
26290  src/hb-ot-shape-fallback.cc  | 5 +----
26291  src/hb-ot-shape-normalize.cc | 5 +----
26292  src/hb-ot-shape.cc           | 5 +----
26293  src/hb-unicode-private.hh    | 9 +++++++++
26294  4 files changed, 12 insertions(+), 12 deletions(-)
26295
26296 commit 07cfbe21b511056d5c3c75cbfe84e4e982c3e8fb
26297 Author: Behdad Esfahbod <behdad@behdad.org>
26298 Date:   Thu Sep 6 01:16:39 2012 -0400
26299
26300     [OT] Streamline Arabic fallback shaping table
26301
26302  src/gen-arabic-table.py                    |   6 +-
26303  src/hb-ot-shape-complex-arabic-fallback.hh |   2 +-
26304  src/hb-ot-shape-complex-arabic-table.hh    | 266
26305  ++++++++++++++---------------
26306  3 files changed, 137 insertions(+), 137 deletions(-)
26307
26308 commit 82f6b6f388b801a1483854cb56a2cadbb94e0f2b
26309 Author: Behdad Esfahbod <behdad@behdad.org>
26310 Date:   Thu Sep 6 01:12:50 2012 -0400
26311
26312     Minor
26313
26314  src/hb-ot-shape-complex-arabic-fallback.hh | 13 +++++++------
26315  1 file changed, 7 insertions(+), 6 deletions(-)
26316
26317 commit fabd3113a98c5f4114f48920fa7ea38bd65a8d32
26318 Author: Behdad Esfahbod <behdad@behdad.org>
26319 Date:   Wed Sep 5 22:19:28 2012 -0400
26320
26321     [OT] Port Arabic fallback shaping to synthetic GSUB
26322
26323     All of init/medi/fina/isol and rlig implemented.
26324
26325     Let there be dragons... ⻯
26326
26327  src/Makefile.am                            |   1 +
26328  src/hb-open-type-private.hh                |  69 +++++---
26329  src/hb-ot-layout-common-private.hh         |   9 +-
26330  src/hb-ot-layout-gsub-table.hh             |  11 +-
26331  src/hb-ot-map-private.hh                   |   6 +
26332  src/hb-ot-map.cc                           |   1 +
26333  src/hb-ot-shape-complex-arabic-fallback.hh | 252
26334  +++++++++++++++++++++++++++++
26335  src/hb-ot-shape-complex-arabic.cc          | 158 ++++++------------
26336  src/hb-ot-shape.cc                         |   7 +-
26337  src/hb-private.hh                          |  11 +-
26338  10 files changed, 369 insertions(+), 156 deletions(-)
26339
26340 commit f0b8ed1b6dd9f1d2b9084c101a6fc5dee0cc22a8
26341 Author: Behdad Esfahbod <behdad@behdad.org>
26342 Date:   Wed Sep 5 17:32:57 2012 -0400
26343
26344     [Indic] Allow "H,ZWJ,M"
26345
26346     Uniscribe accepts a Halant,ZWJ before matras.  Allow that.
26347
26348     BENGALI down from 295 to 291
26349     DEVANAGARI down from 69 to 57
26350     GUJARATI down from 19 to 17
26351     KANNADA down from 871 to 867
26352     MALAYALAM down from 340 to 337
26353     TELUGU down from 20 to 16
26354
26355     Currently at:
26356
26357     BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
26358     DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
26359     GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
26360     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
26361     KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
26362     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
26363     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
26364     MALAYALAM: 1047997 out of 1048334 tests passed. 337 failed
26365     (0.0321462%)
26366     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
26367     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
26368     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
26369     TELUGU: 970557 out of 970573 tests passed. 16 failed (0.00164851%)
26370     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
26371
26372  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
26373  1 file changed, 1 insertion(+), 1 deletion(-)
26374
26375 commit 4ed717ef61813fa16cf74f2874848e9feb81568f
26376 Author: Behdad Esfahbod <behdad@behdad.org>
26377 Date:   Wed Sep 5 17:21:17 2012 -0400
26378
26379     [Indic] Relax grammar
26380
26381     Now that we insert dotted-circle, tests break more easily when
26382     our indic
26383     machine breaks.
26384
26385     In particular, a few Devanagari tests were having sequences like
26386     "C,H,ZWJ,N", and because of the ZWJ the Nukta does NOT get reordered
26387     to
26388     before the Halant as the grammar used to expect...  Fixup.
26389
26390     Another case is as simple as "C,ZWJ,SM".
26391
26392     Fixes 10 out of 79 failures:
26393
26394     DEVANAGARI: 707325 out of 707394 tests passed. 69 failed (0.00975411%)
26395
26396  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
26397  1 file changed, 2 insertions(+), 2 deletions(-)
26398
26399 commit aa7141efe49991a1160489106984e95163fe2ab8
26400 Author: Behdad Esfahbod <behdad@behdad.org>
26401 Date:   Wed Sep 5 15:54:21 2012 -0400
26402
26403     [Indic] Fix Khmer syllable-final coeng-consonant
26404
26405     Brings down Khmer failures from 162 to 47.
26406
26407     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
26408
26409     Also rebaselined some of the test files that had only-inherited lines.
26410     Removing those, the stats are:
26411
26412     BENGALI: 353893 out of 354188 tests passed. 295 failed (0.0832891%)
26413     DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
26414     GUJARATI: 366438 out of 366457 tests passed. 19 failed (0.00518478%)
26415     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
26416     KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
26417     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
26418     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
26419     MALAYALAM: 1047994 out of 1048334 tests passed. 340 failed
26420     (0.0324324%)
26421     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
26422     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
26423     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
26424     TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
26425     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
26426
26427     Still some regressions, but some of the more egregious cases are
26428     addressed.
26429
26430  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
26431  1 file changed, 1 insertion(+), 1 deletion(-)
26432
26433 commit efb8d3eb713bca7cbfca41380a012bdb4d380e5c
26434 Author: Behdad Esfahbod <behdad@behdad.org>
26435 Date:   Wed Sep 5 15:50:47 2012 -0400
26436
26437     Fixup test failure reporting
26438
26439     After we implemented dotted-circle, we were still ignoring any tests
26440     that had dottedcircle in it for any of the shapers.  That meant
26441     that if
26442     we wrongly outputted dottedcircle, the test was being ignored.  Ouch!
26443
26444     Fixing that shows regressions across the board.  Most are Uniscribe
26445     bugs: NOT inserting dotted-circle when it should.  Some are arou
26446     machine bugs.  This is in fact a nice way to catch Indic-machine
26447     deficiencies and when I fix the regressions, our clusters should be
26448     much closer to Uniscribe.  For now, we regressed from:
26449
26450     BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
26451     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
26452     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
26453     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
26454     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
26455     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
26456     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
26457     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
26458     (0.0297592%)
26459     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
26460     SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
26461     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
26462     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
26463     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
26464
26465     To:
26466
26467     BENGALI: 353990 out of 354285 tests passed. 295 failed (0.0832663%)
26468     DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
26469     GUJARATI: 366447 out of 366506 tests passed. 59 failed (0.016098%)
26470     GURMUKHI: 60707 out of 60809 tests passed. 102 failed (0.167738%)
26471     KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
26472     KHMER: 298962 out of 299124 tests passed. 162 failed (0.0541581%)
26473     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
26474     MALAYALAM: 1048074 out of 1048416 tests passed. 342 failed
26475     (0.0326206%)
26476     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
26477     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
26478     TAMIL: 1091835 out of 1091837 tests passed. 2 failed (0.000183178%)
26479     TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
26480     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
26481
26482     Investigating.
26483
26484  test/shaping/hb_test_tools.py | 8 +++++---
26485  1 file changed, 5 insertions(+), 3 deletions(-)
26486
26487 commit 27bd55bd2ca599d501f10c2fae81861137517e46
26488 Author: Behdad Esfahbod <behdad@behdad.org>
26489 Date:   Wed Sep 5 15:11:14 2012 -0400
26490
26491     [Indic] Tamil does not have half-forms either
26492
26493     The Win7 Tamil font does not realy on this behavior, but the WinXP
26494     version does.  Handle Tamil like Malayalam: Matras always move to
26495     before base.
26496
26497     WinXP Tamil failures went down from 168964 (15.4752%) to 167
26498     (0.0152953%) (two orders of magnitude reduction!).
26499
26500     Included in this is a minor fixup that actually fixed a few tests
26501     with non-Tamil too.  Numbers at:
26502
26503     BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
26504     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
26505     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
26506     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
26507     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
26508     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
26509     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
26510     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
26511     (0.0297592%)
26512     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
26513     SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
26514     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
26515     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
26516     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
26517
26518  src/hb-ot-shape-complex-indic.cc | 10 +++++-----
26519  1 file changed, 5 insertions(+), 5 deletions(-)
26520
26521 commit 87b75d0a4aa03fe7a03e3bf7baf8ece131aec1bb
26522 Author: Behdad Esfahbod <behdad@behdad.org>
26523 Date:   Tue Sep 4 23:06:38 2012 -0400
26524
26525     [OT] Allow adding features with fallback implementation
26526
26527  src/hb-ot-map-private.hh | 7 ++++---
26528  src/hb-ot-map.cc         | 6 ++++--
26529  2 files changed, 8 insertions(+), 5 deletions(-)
26530
26531 commit 1d3947a6bda6986c9c7d993589053051c119cc81
26532 Author: Behdad Esfahbod <behdad@behdad.org>
26533 Date:   Tue Sep 4 22:42:17 2012 -0400
26534
26535     Minor
26536
26537  src/hb-ot-layout-gpos-table.hh | 2 +-
26538  src/hb-ot-layout-gsub-table.hh | 2 +-
26539  2 files changed, 2 insertions(+), 2 deletions(-)
26540
26541 commit b3b89b66586897a69b410ef02e7434691de84ae6
26542 Author: Behdad Esfahbod <behdad@behdad.org>
26543 Date:   Tue Sep 4 21:13:17 2012 -0400
26544
26545     [OT] Add SubstLookup serialize API
26546
26547  src/hb-ot-layout-common-private.hh |  2 +-
26548  src/hb-ot-layout-gsub-table.hh     | 65
26549  +++++++++++++++++++++++++++++++++++++-
26550  2 files changed, 65 insertions(+), 2 deletions(-)
26551
26552 commit 715e03bc21d6adaa8e1f647235843839dc47dad1
26553 Author: Behdad Esfahbod <behdad@behdad.org>
26554 Date:   Tue Sep 4 20:10:17 2012 -0400
26555
26556     Minor
26557
26558  src/hb-open-type-private.hh | 7 ++-----
26559  1 file changed, 2 insertions(+), 5 deletions(-)
26560
26561 commit 652d1e0d64e47313ead2fc8318d1236f0e0d80ca
26562 Author: Behdad Esfahbod <behdad@behdad.org>
26563 Date:   Tue Sep 4 20:00:44 2012 -0400
26564
26565     [OT] Start adding Lookup-level serialize API
26566
26567  src/hb-ot-layout-common-private.hh | 20 +++++++++++++++++++-
26568  1 file changed, 19 insertions(+), 1 deletion(-)
26569
26570 commit a930c68e9c50aade78c1eb0eef075c9c117e4ef6
26571 Author: Behdad Esfahbod <behdad@behdad.org>
26572 Date:   Tue Sep 4 18:17:57 2012 -0400
26573
26574     [OT] More serialize.  Implements all basic GSUB subtables
26575
26576  src/hb-open-type-private.hh        |  53 +++++++++++++++-
26577  src/hb-ot-layout-common-private.hh |   8 ++-
26578  src/hb-ot-layout-gsub-table.hh     | 125
26579  +++++++++++++++++++++++++++++--------
26580  3 files changed, 156 insertions(+), 30 deletions(-)
26581
26582 commit 1b38b4e817d871b9549be65af6030bd0eea7f775
26583 Author: Behdad Esfahbod <behdad@behdad.org>
26584 Date:   Tue Sep 4 18:17:21 2012 -0400
26585
26586     Minor
26587
26588  src/hb-ot-layout-gsub-table.hh | 4 ++--
26589  1 file changed, 2 insertions(+), 2 deletions(-)
26590
26591 commit f7e81ce0b882aa942ae33c787e741c5e8e5a0173
26592 Author: Behdad Esfahbod <behdad@behdad.org>
26593 Date:   Tue Sep 4 15:32:37 2012 -0400
26594
26595     0.9.4
26596
26597  NEWS         | 18 ++++++++++++++++++
26598  configure.ac |  2 +-
26599  2 files changed, 19 insertions(+), 1 deletion(-)
26600
26601 commit 2bd9fe359839a653f7caae534bf768af1735f155
26602 Author: Behdad Esfahbod <behdad@behdad.org>
26603 Date:   Tue Sep 4 15:15:19 2012 -0400
26604
26605     Refactor
26606
26607  src/hb-ot-layout-gpos-table.hh       |  7 ++-----
26608  src/hb-ot-layout-gsub-table.hh       | 16 +++++-----------
26609  src/hb-ot-layout-gsubgpos-private.hh | 13 +++----------
26610  src/hb-ot-layout.cc                  | 23 +++++++++++++++++------
26611  src/hb-ot-shape-complex-arabic.cc    |  4 +---
26612  5 files changed, 28 insertions(+), 35 deletions(-)
26613
26614 commit a5ddd9e31cd7906c4b559aa5b2fafdae4b9c8935
26615 Author: Behdad Esfahbod <behdad@behdad.org>
26616 Date:   Tue Sep 4 14:55:00 2012 -0400
26617
26618     [OT] Really fix possible NULL dereference this time
26619
26620  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
26621  src/hb-ot-layout.cc                  | 6 +++---
26622  src/hb-ot-shape-complex-arabic.cc    | 4 +++-
26623  3 files changed, 10 insertions(+), 8 deletions(-)
26624
26625 commit 29416833584d7831ece84aaeada6f5ebba7828c0
26626 Author: Behdad Esfahbod <behdad@behdad.org>
26627 Date:   Mon Sep 3 23:31:14 2012 -0400
26628
26629     [OT] Implement serialize() for AlternateSubst
26630
26631  src/hb-ot-layout-gsub-table.hh | 33 +++++++++++++++++++++++++++++++++
26632  1 file changed, 33 insertions(+)
26633
26634 commit 1f07e3382a1608b054cbf88b89fef74f6c485434
26635 Author: Behdad Esfahbod <behdad@behdad.org>
26636 Date:   Mon Sep 3 23:28:34 2012 -0400
26637
26638     [OT] Implement serialize() for MultiSubst
26639
26640  src/hb-open-type-private.hh    | 10 ++++++++++
26641  src/hb-ot-layout-gsub-table.hh | 43
26642  ++++++++++++++++++++++++++++++++++++++++++
26643  2 files changed, 53 insertions(+)
26644
26645 commit 4912030dfba740c822e200d33cbb5c6dbbeaf79e
26646 Author: Behdad Esfahbod <behdad@behdad.org>
26647 Date:   Mon Sep 3 20:58:03 2012 -0400
26648
26649     Minor
26650
26651  src/hb-open-type-private.hh    | 4 ++--
26652  src/hb-ot-layout-gsub-table.hh | 4 ++--
26653  2 files changed, 4 insertions(+), 4 deletions(-)
26654
26655 commit f8fa2b5cf67b02d74514dec7885d03de73ec7349
26656 Author: Behdad Esfahbod <behdad@behdad.org>
26657 Date:   Mon Sep 3 20:19:46 2012 -0400
26658
26659     Fix possible NULL dereference
26660
26661     As reported by Kenichi Ishibashi.
26662
26663  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
26664  1 file changed, 1 insertion(+), 1 deletion(-)
26665
26666 commit 4b312fb288faa383a2c5bd3be0428f0e58e02699
26667 Author: Behdad Esfahbod <behdad@behdad.org>
26668 Date:   Sat Sep 1 21:56:06 2012 -0400
26669
26670     [OT] Remove serialize alignment
26671
26672     Will reintroduce in a different way when we actually need it.
26673
26674  src/hb-open-type-private.hh | 24 +++++++++++-------------
26675  1 file changed, 11 insertions(+), 13 deletions(-)
26676
26677 commit c61be03d6df122f18eebda3b29e42c9e768d45b9
26678 Author: Behdad Esfahbod <behdad@behdad.org>
26679 Date:   Sat Sep 1 21:43:38 2012 -0400
26680
26681     [OT] A bit more serialize
26682
26683  src/hb-open-type-private.hh        | 14 +++++++++++++
26684  src/hb-ot-layout-common-private.hh |  2 +-
26685  src/hb-ot-layout-gsub-table.hh     | 43
26686  ++++++++++++++++++++++++++++++++++++--
26687  3 files changed, 56 insertions(+), 3 deletions(-)
26688
26689 commit abcc5ac1fde1c493e4055dd2f27b8aade7713156
26690 Author: Behdad Esfahbod <behdad@behdad.org>
26691 Date:   Sat Sep 1 21:30:17 2012 -0400
26692
26693     [OT] Improve serialize syntax
26694
26695     For some definition of improvement...
26696
26697  src/hb-open-type-private.hh    | 6 ++++--
26698  src/hb-ot-layout-gsub-table.hh | 3 +--
26699  2 files changed, 5 insertions(+), 4 deletions(-)
26700
26701 commit bc5be24014371ceb811b9ffd37062ede63d87bb1
26702 Author: Behdad Esfahbod <behdad@behdad.org>
26703 Date:   Sat Sep 1 20:48:22 2012 -0400
26704
26705     [OT] Restart work on serialize()
26706
26707  src/hb-open-type-private.hh        | 39 ++++++++++++++++++------
26708  src/hb-ot-layout-common-private.hh | 61
26709  +++++++++++++++++++-------------------
26710  src/hb-ot-layout-gsub-table.hh     | 13 ++++++++
26711  3 files changed, 73 insertions(+), 40 deletions(-)
26712
26713 commit 6912e476dd92639c3ddf07ca51c8d4a262c8b3a5
26714 Author: Behdad Esfahbod <behdad@behdad.org>
26715 Date:   Sat Sep 1 20:38:45 2012 -0400
26716
26717     [OT] Insert dotted-circle for run-initial marks
26718
26719     Unfortunately if the font has GPOS and 'mark' feature does
26720     not position mark on dotted-circle, our inserted dotted-circle
26721     will not get the mark repositioned to itself.  Uniscribe cheats
26722     here.
26723
26724     If there is no GPOS however, the fallback positioning kicks in
26725     and sorts this out.
26726
26727     I'm not willing to address the first case.
26728
26729  src/hb-ot-shape.cc | 32 ++++++++++++++++++++++++++++++++
26730  1 file changed, 32 insertions(+)
26731
26732 commit 1d581ec384bc1780995e32e1c44103af57596eda
26733 Author: Behdad Esfahbod <behdad@behdad.org>
26734 Date:   Sat Sep 1 20:06:26 2012 -0400
26735
26736     [OT] Fallback-position ccc=0 Thai / Lao marks
26737
26738     Not perfect, but so is fallback positioning in 2012...
26739
26740  src/hb-ot-shape-fallback.cc | 56
26741  +++++++++++++++++++++++++++++++++++++--------
26742  1 file changed, 46 insertions(+), 10 deletions(-)
26743
26744 commit 3992b5ec4cb43d114d87ff7ee2b992bcf819c9cd
26745 Author: Behdad Esfahbod <behdad@behdad.org>
26746 Date:   Sat Sep 1 19:20:41 2012 -0400
26747
26748     Move code around
26749
26750  src/hb-ot-shape-fallback-private.hh |  5 ++++
26751  src/hb-ot-shape-fallback.cc         | 46
26752  +++++++++++++++++++++++++------------
26753  src/hb-ot-shape-private.hh          |  6 +++++
26754  src/hb-ot-shape.cc                  |  4 ++++
26755  4 files changed, 46 insertions(+), 15 deletions(-)
26756
26757 commit b85800f9de8976a7418ef9df467d3080c6ab0199
26758 Author: Behdad Esfahbod <behdad@behdad.org>
26759 Date:   Fri Aug 31 18:12:01 2012 -0400
26760
26761     [Indic] Implement dotted-circle insertion for broken clusters
26762
26763     No panic, we reeally insert dotted circle when it's absolutely broken.
26764
26765     Fixes most of the dotted-circle cases against Uniscribe. (for
26766     Devanagari
26767     fixes 80% of them, for Khmer 70%; the rest look like Uniscribe being
26768     really bogus...)
26769
26770     I had to make a decision.  Apparently Uniscribe adds one dotted circle
26771     to each broken character.  I tried that, but that goes wrong
26772     easily with
26773     split matras.  So I made it add only one dotted circle to an entire
26774     broken syllable tail.  As in: "if there was a dotted circle here, this
26775     would have formed a correct cluster."  That works better for split
26776     stuff, and I like it more.
26777
26778  src/hb-buffer-private.hh                 |  1 +
26779  src/hb-buffer.cc                         | 10 +++++
26780  src/hb-ot-shape-complex-indic-machine.rl |  4 +-
26781  src/hb-ot-shape-complex-indic-private.hh |  2 +-
26782  src/hb-ot-shape-complex-indic.cc         | 67
26783  +++++++++++++++++++++++++++++---
26784  src/hb-ot-shape-normalize-private.hh     |  1 +
26785  src/hb-ot-shape-normalize.cc             | 11 +++---
26786  7 files changed, 83 insertions(+), 13 deletions(-)
26787
26788 commit 327d14ef188396006d54af976506ab6f8bb2869a
26789 Author: Behdad Esfahbod <behdad@behdad.org>
26790 Date:   Fri Aug 31 16:49:34 2012 -0400
26791
26792     [Indic] Start adding dotted-circle instrastructure
26793
26794  src/hb-ot-shape-complex-indic-machine.rl | 19 +++++++------
26795  src/hb-ot-shape-complex-indic.cc         | 46
26796  +++++++++++++++++++++++++++++---
26797  2 files changed, 51 insertions(+), 14 deletions(-)
26798
26799 commit 1be368e96fb7de8c77bf992874e0d5bd6b272ebe
26800 Author: Behdad Esfahbod <behdad@behdad.org>
26801 Date:   Fri Aug 31 16:29:17 2012 -0400
26802
26803     Minor
26804
26805  src/hb-buffer-private.hh | 16 +++++++++++++++-
26806  src/hb-buffer.cc         | 15 ---------------
26807  2 files changed, 15 insertions(+), 16 deletions(-)
26808
26809 commit 784f29d061a2939562eca0c4943feb01174aee00
26810 Author: Behdad Esfahbod <behdad@behdad.org>
26811 Date:   Fri Aug 31 14:06:26 2012 -0400
26812
26813     Minor
26814
26815  src/hb-ot-shape.cc | 12 ++++++++----
26816  1 file changed, 8 insertions(+), 4 deletions(-)
26817
26818 commit 5a7f18767a87a3f07269d0814f984a98f86ab852
26819 Author: Behdad Esfahbod <behdad@behdad.org>
26820 Date:   Thu Aug 30 22:53:29 2012 -0400
26821
26822     [OT] Better fallback-position Thai / Lao ccc!=0 marks
26823
26824  src/hb-ot-shape-fallback.cc | 8 ++++----
26825  1 file changed, 4 insertions(+), 4 deletions(-)
26826
26827 commit 9f2348de58f0f85593027378169bc03c4dd64e59
26828 Author: Behdad Esfahbod <behdad@behdad.org>
26829 Date:   Wed Aug 29 21:08:59 2012 -0400
26830
26831     [OT] Add serialize() for Coverage
26832
26833  src/hb-open-type-private.hh        | 34 +++++++++++++++++----
26834  src/hb-ot-layout-common-private.hh | 62
26835  ++++++++++++++++++++++++++++++++++++++
26836  2 files changed, 90 insertions(+), 6 deletions(-)
26837
26838 commit e901b954c6ec44ac3ae7fb3c326e6e7a40718e4b
26839 Author: Behdad Esfahbod <behdad@behdad.org>
26840 Date:   Wed Aug 29 20:26:08 2012 -0400
26841
26842     [OT] Start adding serialize() API
26843
26844  src/hb-open-type-private.hh | 77
26845  +++++++++++++++++++++++++++++++++++++++++++++
26846  1 file changed, 77 insertions(+)
26847
26848 commit 965c280de09b49d711cb78d629da321c802084de
26849 Author: Behdad Esfahbod <behdad@behdad.org>
26850 Date:   Wed Aug 29 13:59:16 2012 -0400
26851
26852     Add HB_BUFFER_ASSERT_VAR
26853
26854     To be used in places we access buffer vars...
26855
26856  src/hb-buffer-private.hh |  3 +++
26857  src/hb-buffer.cc         | 16 ++++++++++++++++
26858  2 files changed, 19 insertions(+)
26859
26860 commit 0ccf9b64736559a230425fd131c9eb8aa3048221
26861 Author: Behdad Esfahbod <behdad@behdad.org>
26862 Date:   Wed Aug 29 11:53:26 2012 -0400
26863
26864     Move code around
26865
26866  src/hb-ot-shape.cc | 21 ++++++++++-----------
26867  1 file changed, 10 insertions(+), 11 deletions(-)
26868
26869 commit 2fcbbdb41a322f54b61d9ce983ab54434504c5ed
26870 Author: Behdad Esfahbod <behdad@behdad.org>
26871 Date:   Wed Aug 29 11:11:54 2012 -0400
26872
26873     Port Arabic fallback ligating to share code with GSUB
26874
26875     This will eventually allow us to skip marks, as well as (fallback)
26876     attach marks to ligature components of fallback-shaped Arabic.
26877     That would be pretty cool.  I kludged GDEF props in, so mark-skipping
26878     works, but the produced ligature id/components will be cleared later
26879     by substitute_start() et al.
26880
26881     Perhaps using a synthetic table for Arabic fallback shaping was
26882     a better
26883     idea.  The current approach has way too many layering violations...
26884
26885  src/hb-ot-layout-gsubgpos-private.hh |  4 ++
26886  src/hb-ot-shape-complex-arabic.cc    | 72
26887  ++++++++++++++++++++++++------------
26888  src/hb-ot-shape.cc                   |  4 +-
26889  3 files changed, 56 insertions(+), 24 deletions(-)
26890
26891 commit 5e399a8a45bddb49e06e2ca39df1ed04398c0aff
26892 Author: Behdad Esfahbod <behdad@behdad.org>
26893 Date:   Wed Aug 29 10:40:49 2012 -0400
26894
26895     Minor
26896
26897  src/hb-ot-layout-gsub-table.hh       | 1 -
26898  src/hb-ot-layout-gsubgpos-private.hh | 1 -
26899  2 files changed, 2 deletions(-)
26900
26901 commit a177d027d1d0ad9539e30ed75d8652e0e8da20ff
26902 Author: Behdad Esfahbod <behdad@behdad.org>
26903 Date:   Tue Aug 28 23:18:22 2012 -0400
26904
26905     [GSUB] Move ligation logic over
26906
26907  src/hb-ot-layout-gsub-table.hh       | 78
26908  ++++-------------------------------
26909  src/hb-ot-layout-gsubgpos-private.hh | 80
26910  ++++++++++++++++++++++++++++++++++++
26911  2 files changed, 89 insertions(+), 69 deletions(-)
26912
26913 commit 191fa885d9e0a2dce92dd8727cddd18495e62409
26914 Author: Behdad Esfahbod <behdad@behdad.org>
26915 Date:   Tue Aug 28 22:58:55 2012 -0400
26916
26917     [GSUB] Merge Ligature and context input matching
26918
26919     Looks better now...
26920
26921  TODO                                 |  4 --
26922  src/hb-ot-layout-gsub-table.hh       | 71
26923  +++++++-----------------------------
26924  src/hb-ot-layout-gsubgpos-private.hh | 29 ++++++++++++++-
26925  3 files changed, 40 insertions(+), 64 deletions(-)
26926
26927 commit 93814ca7dc2a7251f861c1c47ba155ba6e6bdf19
26928 Author: Behdad Esfahbod <behdad@behdad.org>
26929 Date:   Tue Aug 28 22:24:51 2012 -0400
26930
26931     Start converging Ligature and match_input
26932
26933  src/hb-ot-layout-gsub-table.hh       | 58
26934  +++++++++++++++++----------------
26935  src/hb-ot-layout-gsubgpos-private.hh | 62
26936  ++++++++++++++++++++++++++++--------
26937  2 files changed, 78 insertions(+), 42 deletions(-)
26938
26939 commit 2eef71737ea29ffadbb5a2be4a898b44f53f66ac
26940 Author: Behdad Esfahbod <behdad@behdad.org>
26941 Date:   Tue Aug 28 19:16:38 2012 -0400
26942
26943     [hb-icu-le] Add visbility
26944
26945  src/hb-icu-le/FontTableCache.h         |  6 +++++-
26946  src/hb-icu-le/PortableFontInstance.cpp | 39
26947  ----------------------------------
26948  src/hb-icu-le/PortableFontInstance.h   |  7 ++++--
26949  src/hb-icu-le/cmaps.cpp                |  2 +-
26950  src/hb-icu-le/cmaps.h                  |  5 ++++-
26951  src/hb-icu-le/letest.h                 | 14 ++++++++++++
26952  src/hb-icu-le/sfnt.h                   |  6 +++++-
26953  7 files changed, 34 insertions(+), 45 deletions(-)
26954
26955 commit d59e28e49204ed609d8a1bf3c0f21ab5fc178337
26956 Author: Behdad Esfahbod <behdad@behdad.org>
26957 Date:   Tue Aug 28 19:08:36 2012 -0400
26958
26959     Minor
26960
26961  src/Makefile.am           | 6 +++++-
26962  src/check-libstdc++.sh    | 2 +-
26963  src/check-static-inits.sh | 4 ++--
26964  3 files changed, 8 insertions(+), 4 deletions(-)
26965
26966 commit af169d2813ff8075288cd4a7811f0715e4fea3da
26967 Author: Behdad Esfahbod <behdad@behdad.org>
26968 Date:   Tue Aug 28 19:08:22 2012 -0400
26969
26970     Minor
26971
26972  src/hb-icu-le/PortableFontInstance.h | 8 ++++----
26973  1 file changed, 4 insertions(+), 4 deletions(-)
26974
26975 commit 52ff2681d88886e2165ced397966ba29c2073583
26976 Author: Behdad Esfahbod <behdad@behdad.org>
26977 Date:   Tue Aug 28 18:03:35 2012 -0400
26978
26979     Use VisualStudio-style atomic intrinsics on mingw32
26980
26981  src/hb-atomic-private.hh | 25 ++++++++++++++++++-------
26982  1 file changed, 18 insertions(+), 7 deletions(-)
26983
26984 commit 7c8e844d92aa604fc4b396343721ea90eb83adb8
26985 Author: Behdad Esfahbod <behdad@behdad.org>
26986 Date:   Tue Aug 28 17:57:49 2012 -0400
26987
26988     Use namespace for OpenType tables
26989
26990     Avoids USHORT, SHORT, ULONG, LONG clashes with Windows API.
26991
26992  src/hb-font.cc                       | 12 ++---
26993  src/hb-open-file-private.hh          |  4 ++
26994  src/hb-open-type-private.hh          |  9 ++--
26995  src/hb-ot-head-table.hh              |  4 ++
26996  src/hb-ot-hhea-table.hh              |  5 ++
26997  src/hb-ot-hmtx-table.hh              |  6 +++
26998  src/hb-ot-layout-common-private.hh   |  5 ++
26999  src/hb-ot-layout-gdef-table.hh       |  4 ++
27000  src/hb-ot-layout-gpos-table.hh       |  4 ++
27001  src/hb-ot-layout-gsub-table.hh       |  4 ++
27002  src/hb-ot-layout-gsubgpos-private.hh |  4 ++
27003  src/hb-ot-layout-private.hh          | 12 +++--
27004  src/hb-ot-layout.cc                  | 91
27005  ++++++++++++++++++------------------
27006  src/hb-ot-maxp-table.hh              |  4 ++
27007  src/hb-ot-name-table.hh              |  4 ++
27008  src/hb-uniscribe.cc                  |  8 ++--
27009  src/main.cc                          |  2 +
27010  17 files changed, 117 insertions(+), 65 deletions(-)
27011
27012 commit dc5df5af6b349c3d9e4ab876864d9dec8096401f
27013 Author: Behdad Esfahbod <behdad@behdad.org>
27014 Date:   Tue Aug 28 16:31:23 2012 -0400
27015
27016     Revert "Minor"
27017
27018     This reverts commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc.
27019
27020     I know remember why that line is there :).
27021
27022  src/hb-ot-shape-complex-arabic.cc | 1 +
27023  1 file changed, 1 insertion(+)
27024
27025 commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc
27026 Author: Behdad Esfahbod <behdad@behdad.org>
27027 Date:   Mon Aug 27 17:10:02 2012 -0400
27028
27029     Minor
27030
27031  src/hb-ot-shape-complex-arabic.cc | 1 -
27032  1 file changed, 1 deletion(-)
27033
27034 commit 667218a5b134728863a318c73070f4e323590bbd
27035 Author: Behdad Esfahbod <behdad@behdad.org>
27036 Date:   Mon Aug 27 17:00:44 2012 -0400
27037
27038     Minor
27039
27040  src/hb-ot-shape-fallback.cc | 4 +---
27041  1 file changed, 1 insertion(+), 3 deletions(-)
27042
27043 commit 30dd62251fcd04c2cbaa9b979d47ddbf62c6d460
27044 Author: Behdad Esfahbod <behdad@behdad.org>
27045 Date:   Mon Aug 27 16:54:34 2012 -0400
27046
27047     Only fallback-position glyphs if we have the ccc
27048
27049     Previously, ccc=0 Thai / Lao marks were being
27050     mispositioned.  Don't touch them.
27051
27052  src/hb-ot-shape-fallback.cc | 2 +-
27053  1 file changed, 1 insertion(+), 1 deletion(-)
27054
27055 commit e1ba62811a61afb046d349e578cd141363c7fb34
27056 Author: Behdad Esfahbod <behdad@behdad.org>
27057 Date:   Mon Aug 27 16:28:05 2012 -0400
27058
27059     Center unknown marks horizontally
27060
27061  src/hb-ot-shape-fallback.cc | 1 +
27062  1 file changed, 1 insertion(+)
27063
27064 commit a4e75e4128751bb902117abc1a59dce4f2147672
27065 Author: Behdad Esfahbod <behdad@behdad.org>
27066 Date:   Mon Aug 27 15:54:15 2012 -0400
27067
27068     Minor
27069
27070  test/shaping/hb_test_tools.py | 2 +-
27071  1 file changed, 1 insertion(+), 1 deletion(-)
27072
27073 commit 23b0e9d7dc801e11640979af3c2b00649a519bb1
27074 Author: Behdad Esfahbod <behdad@behdad.org>
27075 Date:   Sun Aug 26 14:30:18 2012 -0400
27076
27077     [Indic] Fix switch
27078
27079     D'oh.  Was working by pure chance :)).
27080
27081  src/hb-ot-shape-complex-indic.cc | 2 +-
27082  1 file changed, 1 insertion(+), 1 deletion(-)
27083
27084 commit ae4d4e1de6b4512576080e95896383887b30982f
27085 Author: Behdad Esfahbod <behdad@behdad.org>
27086 Date:   Sun Aug 26 14:27:44 2012 -0400
27087
27088     Bug 53815 - CoreText backend doesn't link
27089
27090  configure.ac | 2 +-
27091  1 file changed, 1 insertion(+), 1 deletion(-)
27092
27093 commit ec0e46376a2afec4ff7606f95582b0ec49c2a44a
27094 Author: Behdad Esfahbod <behdad@behdad.org>
27095 Date:   Fri Aug 24 00:44:53 2012 -0400
27096
27097     Remove TODO items
27098
27099  TODO | 4 ----
27100  1 file changed, 4 deletions(-)
27101
27102 commit 56e878ab875ff06d74702145e380e198be967bd6
27103 Author: Behdad Esfahbod <behdad@behdad.org>
27104 Date:   Fri Aug 24 00:41:51 2012 -0400
27105
27106     [graphite2] Cleanup scratch buffer allocation
27107
27108  src/hb-graphite2.cc | 77
27109  ++++++++++++++++++++++++++++++-----------------------
27110  1 file changed, 44 insertions(+), 33 deletions(-)
27111
27112 commit 2f7586c6229096143ca0a96712a27416ee0d3c85
27113 Author: Behdad Esfahbod <behdad@behdad.org>
27114 Date:   Thu Aug 23 23:59:55 2012 -0400
27115
27116     [icu-le] Implement icu layout engine shaper
27117
27118  configure.ac          |   2 +-
27119  src/hb-icu-le.cc      | 113
27120  +++++++++++++++++++++++++++++++++++++++++++++-----
27121  src/hb-icu-le/cmaps.h |   1 -
27122  src/hb-shaper-list.hh |   4 ++
27123  4 files changed, 108 insertions(+), 12 deletions(-)
27124
27125 commit ba7f6c3797e5b440557bacd9b666bf09713dca76
27126 Author: Behdad Esfahbod <behdad@behdad.org>
27127 Date:   Thu Aug 23 21:52:44 2012 -0400
27128
27129     [icu-le] Hook up to hb_face_t
27130
27131  src/hb-icu-le.cc                       |  17 +++-
27132  src/hb-icu-le/FontTableCache.cpp       |  34 ++++----
27133  src/hb-icu-le/FontTableCache.h         |   9 ++-
27134  src/hb-icu-le/PortableFontInstance.cpp | 144
27135  +++------------------------------
27136  src/hb-icu-le/PortableFontInstance.h   |  21 ++---
27137  src/hb-icu-le/README                   |   1 +
27138  6 files changed, 57 insertions(+), 169 deletions(-)
27139
27140 commit e96bb36995b2a5321b4d32bb11906e1701aaf115
27141 Author: Behdad Esfahbod <behdad@behdad.org>
27142 Date:   Thu Aug 23 21:37:51 2012 -0400
27143
27144     [icu-le] Actually use the FontTableCache
27145
27146  src/hb-icu-le/PortableFontInstance.cpp | 25 ++++++++-----------------
27147  1 file changed, 8 insertions(+), 17 deletions(-)
27148
27149 commit 7d242364ea647f655a7092bda25f9a10774c57f5
27150 Author: Behdad Esfahbod <behdad@behdad.org>
27151 Date:   Thu Aug 23 21:23:41 2012 -0400
27152
27153     [icu-le] Start adding a icu-layout-engine backend
27154
27155     Import PortableFontInstance and add shaper stub.
27156
27157  configure.ac                           |   9 +
27158  src/Makefile.am                        |   8 +
27159  src/hb-icu-le.cc                       | 111 ++++++++
27160  src/hb-icu-le/FontTableCache.cpp       |  91 +++++++
27161  src/hb-icu-le/FontTableCache.h         |  41 +++
27162  src/hb-icu-le/Makefile.am              |  25 ++
27163  src/hb-icu-le/PortableFontInstance.cpp | 436
27164  ++++++++++++++++++++++++++++++++
27165  src/hb-icu-le/PortableFontInstance.h   | 117 +++++++++
27166  src/hb-icu-le/README                   |   2 +
27167  src/hb-icu-le/cmaps.cpp                | 200 +++++++++++++++
27168  src/hb-icu-le/cmaps.h                  |  85 +++++++
27169  src/hb-icu-le/letest.h                 |  49 ++++
27170  src/hb-icu-le/license.html             |  51 ++++
27171  src/hb-icu-le/sfnt.h                   | 449
27172  +++++++++++++++++++++++++++++++++
27173  14 files changed, 1674 insertions(+)
27174
27175 commit b5584ee4be46b47e1678acf28426970a6d670b4f
27176 Author: Behdad Esfahbod <behdad@behdad.org>
27177 Date:   Thu Aug 23 16:26:07 2012 -0400
27178
27179     [Indic] For old-spec, match non-zero context
27180
27181     Fixes consonant-position with old-spec Malayalam.  Uniscribe seem
27182     to be
27183     doing this.  Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf.
27184     Doesn't regress new-spec or other scripts.
27185
27186  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
27187  1 file changed, 6 insertions(+), 4 deletions(-)
27188
27189 commit d9b204d3d24cde165167714728bf380267903d6a
27190 Author: Behdad Esfahbod <behdad@behdad.org>
27191 Date:   Thu Aug 23 16:22:28 2012 -0400
27192
27193     [GSUB] Allow non-zero-context matching in would_apply()
27194
27195     To be used in the next patch.
27196
27197  src/hb-ot-layout-gsubgpos-private.hh |  6 ++++--
27198  src/hb-ot-layout-private.hh          |  3 ++-
27199  src/hb-ot-layout.cc                  | 14 ++++++++------
27200  src/hb-ot-layout.h                   |  7 ++++---
27201  src/hb-ot-map.cc                     | 12 ++----------
27202  src/hb-ot-shape-complex-indic.cc     |  2 +-
27203  src/test-would-substitute.cc         |  2 +-
27204  7 files changed, 22 insertions(+), 24 deletions(-)
27205
27206 commit 1f2bb172fe9a173ecfd61054f1fdd850943ef059
27207 Author: Behdad Esfahbod <behdad@behdad.org>
27208 Date:   Thu Aug 23 16:10:37 2012 -0400
27209
27210     Revert "[Indic/GSUB] Ignore context when matching would_apply()"
27211
27212     This reverts commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58.
27213
27214     Oops.  My bad.  The change _regressed_ Malayalam test suite, not
27215     improved it.  I'll redo it, differentiating between old-spec and
27216     new-spec cases.
27217
27218  src/hb-ot-layout-gsubgpos-private.hh | 8 +++-----
27219  1 file changed, 3 insertions(+), 5 deletions(-)
27220
27221 commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58
27222 Author: Behdad Esfahbod <behdad@behdad.org>
27223 Date:   Thu Aug 23 15:47:10 2012 -0400
27224
27225     [Indic/GSUB] Ignore context when matching would_apply()
27226
27227     The MS Indic specs say "...all classifications are determined
27228     ... using
27229     context-free substitutions."  However, testing shows that MS's
27230     Malayalam
27231     shapers (both old and new), "match" even if there is no zero-context
27232     rule.
27233     We follow.
27234
27235     Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf (old spec).
27236     Moreover, test suite Malayalam failures are down to 312 from 875!  No
27237     change in other scripts.
27238
27239     Current numbers:
27240
27241     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
27242     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
27243     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
27244     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
27245     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
27246     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
27247     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
27248     MALAYALAM: 1047541 out of 1048416 tests passed. 875 failed
27249     (0.0834592%)
27250     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
27251     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
27252     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
27253     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
27254     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
27255
27256  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++---
27257  1 file changed, 5 insertions(+), 3 deletions(-)
27258
27259 commit 6732d62e78b13842ead9549c97bede25c73976cb
27260 Author: Behdad Esfahbod <behdad@behdad.org>
27261 Date:   Thu Aug 23 15:19:45 2012 -0400
27262
27263     [Indic] Implement pre-base reordering Ra for old-spec Malayalam
27264
27265     Fixes Pa,H,Ra sequence with AnjaliNewLipi.ttf.
27266
27267  src/hb-ot-shape-complex-indic.cc | 5 ++---
27268  1 file changed, 2 insertions(+), 3 deletions(-)
27269
27270 commit 80cd92326f8a3f48a7821e720e8ecb2072e73286
27271 Author: Behdad Esfahbod <behdad@behdad.org>
27272 Date:   Thu Aug 23 12:06:14 2012 -0400
27273
27274     [Indic] Only apply basic features per-syllable
27275
27276     Free up syllables and let features work across syllables for the
27277     presentation forms features and GPOS.
27278
27279     Fixed:
27280     - 1 GURMUKHI test (remains 40)
27281     - 12 KHMER tests (remains 18)
27282     - 11 SINHALA tests (remains 121)
27283
27284     Regresses:
27285     - 5 MALAYALAM tests (up to 312)
27286
27287     Current numbers:
27288
27289     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
27290     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
27291     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
27292     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
27293     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
27294     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
27295     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
27296     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
27297     (0.0297592%)
27298     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
27299     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
27300     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
27301     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
27302     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
27303
27304  src/hb-ot-shape-complex-indic.cc | 4 ++++
27305  1 file changed, 4 insertions(+)
27306
27307 commit df5d5c68f3a5cab17bf4a429802a1a1a834c3456
27308 Author: Behdad Esfahbod <behdad@behdad.org>
27309 Date:   Thu Aug 23 09:33:30 2012 -0400
27310
27311     Whitespace
27312
27313  src/hb-ot-layout-gpos-table.hh | 20 ++++++++++----------
27314  1 file changed, 10 insertions(+), 10 deletions(-)
27315
27316 commit 7fe00d15da20193ca94a8ead9aee60df24074a9e
27317 Author: Behdad Esfahbod <behdad@behdad.org>
27318 Date:   Sat Aug 18 13:59:46 2012 -0400
27319
27320     Release 0.9.3
27321
27322  NEWS         | 16 ++++++++++++++++
27323  configure.ac |  2 +-
27324  2 files changed, 17 insertions(+), 1 deletion(-)
27325
27326 commit 7068e534c4ef7ed2eb7ef8e1370fd4a449556ce8
27327 Author: Behdad Esfahbod <behdad@behdad.org>
27328 Date:   Sat Aug 18 13:56:10 2012 -0400
27329
27330     Fix ChangeLog generation rule
27331
27332  Makefile.am | 2 +-
27333  1 file changed, 1 insertion(+), 1 deletion(-)
27334
27335 commit 2f1747ed7d28148807ad07eb8e22db3ab5c54966
27336 Author: Behdad Esfahbod <behdad@behdad.org>
27337 Date:   Thu Aug 16 11:46:46 2012 -0400
27338
27339     Add comment
27340
27341  src/hb-ot-shape-complex-arabic.cc | 4 ++++
27342  1 file changed, 4 insertions(+)
27343
27344 commit bd08d5d126aa878d1dbf7bfd4b1a764c170cd9ad
27345 Author: Behdad Esfahbod <behdad@behdad.org>
27346 Date:   Thu Aug 16 11:35:50 2012 -0400
27347
27348     [OT] Fix Arabic shaper OOB access
27349
27350     https://bugzilla.mozilla.org/show_bug.cgi?id=782908
27351
27352  src/hb-ot-shape-complex-arabic.cc | 2 +-
27353  1 file changed, 1 insertion(+), 1 deletion(-)
27354
27355 commit b161bfc4f6f2db0edea780b95b798ff7b559cf33
27356 Author: Behdad Esfahbod <behdad@behdad.org>
27357 Date:   Thu Aug 16 08:09:44 2012 -0400
27358
27359     [configure] Cleanup check for ICU
27360
27361     Check for upstream-provided 'icu-uc' pkgconfig package.
27362
27363  configure.ac | 21 +--------------------
27364  1 file changed, 1 insertion(+), 20 deletions(-)
27365
27366 commit daf0731865f91da960446928667d4095bde471ea
27367 Author: Behdad Esfahbod <behdad@behdad.org>
27368 Date:   Thu Aug 16 07:32:59 2012 -0400
27369
27370     [ICU] Fix includes
27371
27372     As reported by Steven Loomis, including uversion.h works everywhere.
27373
27374  src/hb-icu.cc | 6 ------
27375  1 file changed, 6 deletions(-)
27376
27377 commit a67ba9c0fe6798a3500af9f4acee8d678f5144ee
27378 Author: Behdad Esfahbod <behdad@behdad.org>
27379 Date:   Wed Aug 15 18:52:17 2012 -0400
27380
27381     Whitespace
27382
27383  src/hb-old/Makefile.am | 4 ++--
27384  1 file changed, 2 insertions(+), 2 deletions(-)
27385
27386 commit 9fe76051f7003d6b6a10486c5595bf1a4dbf5fe6
27387 Author: Behdad Esfahbod <behdad@behdad.org>
27388 Date:   Wed Aug 15 17:24:28 2012 -0400
27389
27390     [NEWS] Fix date
27391
27392     Oops!
27393
27394  NEWS | 2 +-
27395  1 file changed, 1 insertion(+), 1 deletion(-)
27396
27397 commit 45c1383cc7315f89c23c0ed388b99e87224884e7
27398 Author: Behdad Esfahbod <behdad@behdad.org>
27399 Date:   Tue Aug 14 09:33:18 2012 -0400
27400
27401     Minor
27402
27403  src/hb-coretext.cc       | 8 ++++----
27404  src/hb-fallback-shape.cc | 8 ++++----
27405  src/hb-graphite2.cc      | 8 ++++----
27406  src/hb-uniscribe.cc      | 8 ++++----
27407  4 files changed, 16 insertions(+), 16 deletions(-)
27408
27409 commit 4ac4c6f2e12ddc8bf5e750671321458218b6e0c8
27410 Author: Behdad Esfahbod <behdad@behdad.org>
27411 Date:   Mon Aug 13 10:52:52 2012 -0400
27412
27413     Fix ICU build with older ICUs
27414
27415  src/hb-icu.cc | 7 ++++++-
27416  1 file changed, 6 insertions(+), 1 deletion(-)
27417
27418 commit 883cbf5ed79d2b60191f803a5ee3f3e4496f3441
27419 Author: Behdad Esfahbod <behdad@behdad.org>
27420 Date:   Sun Aug 12 17:11:27 2012 -0400
27421
27422     Minor
27423
27424  contrib/README | 2 ++
27425  1 file changed, 2 insertions(+)
27426
27427 commit b7a4d37d0b162f2222b65d09b9271b8c636086f8
27428 Author: Behdad Esfahbod <behdad@behdad.org>
27429 Date:   Sat Aug 11 21:32:23 2012 -0400
27430
27431     minor
27432
27433  configure.ac | 2 ++
27434  1 file changed, 2 insertions(+)
27435
27436 commit d5045a5f4017631a4660f985fe451c5a64c42ca0
27437 Author: Behdad Esfahbod <behdad@behdad.org>
27438 Date:   Sat Aug 11 21:26:25 2012 -0400
27439
27440     [ICU] Use new normalizer2 compose/decompose API
27441
27442     It's considerably faster than the fallback implementation we had
27443     previously!
27444
27445  src/hb-buffer.cc          |  9 +++---
27446  src/hb-glib.cc            | 26 +++++++---------
27447  src/hb-icu.cc             | 75
27448  +++++++++++++++++++++++++++++++++++++----------
27449  src/hb-unicode-private.hh | 13 ++------
27450  src/hb-unicode.cc         | 35 ++++++++++++++++++++--
27451  src/hb-warning.cc         |  8 -----
27452  6 files changed, 110 insertions(+), 56 deletions(-)
27453
27454 commit 2b73a1f112c489c2553743c08dc03cd89f60cb2d
27455 Author: Behdad Esfahbod <behdad@behdad.org>
27456 Date:   Sat Aug 11 19:17:54 2012 -0400
27457
27458     Add TODO
27459
27460  TODO | 1 +
27461  1 file changed, 1 insertion(+)
27462
27463 commit 9f9f04c2229227bb0712166e824157bbbf5cef80
27464 Author: Behdad Esfahbod <behdad@behdad.org>
27465 Date:   Sat Aug 11 18:34:13 2012 -0400
27466
27467     [OT] Unbreak Thai shaping and fallback Arabic shaping
27468
27469     The merger of normalizer and glyph-mapping broke shapers that
27470     modified text stream.  Unbreak them by adding a new preprocess_text
27471     shaping stage that happens before normalizing/cmap and disallow
27472     setup_mask modification of actual text.
27473
27474  src/hb-ot-shape-complex-arabic.cc  | 42
27475  ++++++++++++++++++++++++++++----------
27476  src/hb-ot-shape-complex-indic.cc   |  1 +
27477  src/hb-ot-shape-complex-misc.cc    | 12 ++++++-----
27478  src/hb-ot-shape-complex-private.hh | 15 +++++++++++---
27479  src/hb-ot-shape.cc                 |  3 +++
27480  5 files changed, 54 insertions(+), 19 deletions(-)
27481
27482 commit e9f28a38f54b98fa59f9159ccaaa3be6027e1378
27483 Author: Behdad Esfahbod <behdad@behdad.org>
27484 Date:   Sat Aug 11 18:20:28 2012 -0400
27485
27486     [OT] Add shape_plan to Arabic shaper
27487
27488  src/hb-ot-shape-complex-arabic.cc | 82
27489  +++++++++++++++++++++++++--------------
27490  1 file changed, 53 insertions(+), 29 deletions(-)
27491
27492 commit 344cc56698a8c84c4c1a05a71d829e5171aa3a60
27493 Author: Behdad Esfahbod <behdad@behdad.org>
27494 Date:   Sat Aug 11 17:36:23 2012 -0400
27495
27496     Add TODO
27497
27498  TODO | 4 ++++
27499  1 file changed, 4 insertions(+)
27500
27501 commit daf13afb0801740dcc7900c4af190e24b80a05c0
27502 Author: Behdad Esfahbod <behdad@behdad.org>
27503 Date:   Fri Aug 10 16:38:44 2012 -0400
27504
27505     [OT] Implement fallback mark positioning for "double" combining marks
27506
27507  src/hb-ot-shape-fallback.cc | 9 ++++++++-
27508  1 file changed, 8 insertions(+), 1 deletion(-)
27509
27510 commit d345313104d9e3c8a8533ccdebd74e0648d0bee3
27511 Author: Behdad Esfahbod <behdad@behdad.org>
27512 Date:   Fri Aug 10 16:34:04 2012 -0400
27513
27514     [OT] Fix fallback mark positioning with left-to-right text
27515
27516     Ouch!
27517
27518  src/hb-ot-shape-fallback.cc | 13 +++++++++++--
27519  1 file changed, 11 insertions(+), 2 deletions(-)
27520
27521 commit e297ee4acd6f9d950f8542fc6ad71fd580b69284
27522 Author: Behdad Esfahbod <behdad@behdad.org>
27523 Date:   Fri Aug 10 14:49:37 2012 -0400
27524
27525     Bump version to 0.9.2
27526
27527     A *real* release this time, with NEWS, ChangeLog, etc.
27528
27529  AUTHORS      |   8 ++++
27530  COPYING      |   9 ++--
27531  Makefile.am  |  13 +++---
27532  NEWS         | 136
27533  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27534  THANKS       |   7 +++
27535  configure.ac |   4 +-
27536  6 files changed, 165 insertions(+), 12 deletions(-)
27537
27538 commit 6efe1200b97cefe019857b0b5951a4a87deeb02b
27539 Author: Behdad Esfahbod <behdad@behdad.org>
27540 Date:   Fri Aug 10 13:49:32 2012 -0400
27541
27542     Bump version to 0.9.1
27543
27544  configure.ac | 2 +-
27545  1 file changed, 1 insertion(+), 1 deletion(-)
27546
27547 commit 206ab6057303273590a3d005660e075bdcee0f5f
27548 Author: Behdad Esfahbod <behdad@behdad.org>
27549 Date:   Fri Aug 10 09:06:30 2012 -0400
27550
27551     [test] Move around
27552
27553  test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST         |
27554  2 +-
27555  .../texts/in-tree/shaper-arabic/script-arabic/language-urdu/MANIFEST    |
27556  1 +
27557  .../shaper-arabic/script-arabic/{ => language-urdu}/crulp/MANIFEST
27558  | 0
27559  .../script-arabic/{ => language-urdu}/crulp/ligatures/2grams.txt
27560  | 0
27561  .../script-arabic/{ => language-urdu}/crulp/ligatures/3grams.txt
27562  | 0
27563  .../script-arabic/{ => language-urdu}/crulp/ligatures/4grams.txt
27564  | 0
27565  .../script-arabic/{ => language-urdu}/crulp/ligatures/5grams.txt
27566  | 0
27567  .../script-arabic/{ => language-urdu}/crulp/ligatures/6grams.txt
27568  | 0
27569  .../script-arabic/{ => language-urdu}/crulp/ligatures/7grams.txt
27570  | 0
27571  .../script-arabic/{ => language-urdu}/crulp/ligatures/8grams.txt
27572  | 0
27573  .../script-arabic/{ => language-urdu}/crulp/ligatures/LICENSE
27574  | 0
27575  .../script-arabic/{ => language-urdu}/crulp/ligatures/MANIFEST
27576  | 0
27577  .../script-arabic/{ => language-urdu}/crulp/ligatures/README            |
27578  0
27579  .../script-arabic/{ => language-urdu}/crulp/ligatures/SOURCES
27580  | 0
27581  14 files changed, 2 insertions(+), 1 deletion(-)
27582
27583 commit 7a484c601e0958533eb85a6902296733c39537fe
27584 Author: Behdad Esfahbod <behdad@behdad.org>
27585 Date:   Fri Aug 10 09:05:29 2012 -0400
27586
27587     [test] Add Urdu ligature sequences from CRULP
27588
27589  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |    1 +
27590  .../shaper-arabic/script-arabic/crulp/MANIFEST     |    1 +
27591  .../script-arabic/crulp/ligatures/2grams.txt       |  601 ++
27592  .../script-arabic/crulp/ligatures/3grams.txt       | 3415 +++++++++++
27593  .../script-arabic/crulp/ligatures/4grams.txt       | 6316
27594  ++++++++++++++++++++
27595  .../script-arabic/crulp/ligatures/5grams.txt       | 5029
27596  ++++++++++++++++
27597  .../script-arabic/crulp/ligatures/6grams.txt       | 1542 +++++
27598  .../script-arabic/crulp/ligatures/7grams.txt       |  354 ++
27599  .../script-arabic/crulp/ligatures/8grams.txt       |   26 +
27600  .../script-arabic/crulp/ligatures/LICENSE          |    3 +
27601  .../script-arabic/crulp/ligatures/MANIFEST         |    7 +
27602  .../script-arabic/crulp/ligatures/README           |   16 +
27603  .../script-arabic/crulp/ligatures/SOURCES          |    4 +
27604  13 files changed, 17315 insertions(+)
27605
27606 commit f4cb4762986a28634fa7de9b706f9d37859b881e
27607 Author: Behdad Esfahbod <behdad@behdad.org>
27608 Date:   Fri Aug 10 03:51:44 2012 -0400
27609
27610     [OT] Slightly adjust normalizer
27611
27612     The change is very subtle.  If we have a single-char cluster that
27613     decomposes to three or more characters, then try recomposition, in
27614     case the farther mark may compose with the base.
27615
27616  src/hb-ot-shape-normalize.cc | 81
27617  +++++++++++++++++++++++++++++---------------
27618  1 file changed, 54 insertions(+), 27 deletions(-)
27619
27620 commit 07d682806349aee81f53114778ce0beb23909ed7
27621 Author: Behdad Esfahbod <behdad@behdad.org>
27622 Date:   Fri Aug 10 03:28:50 2012 -0400
27623
27624     Minor
27625
27626  src/hb-ot-shape-normalize.cc | 25 ++++++++-----------------
27627  src/hb-ot-shape.cc           |  2 +-
27628  2 files changed, 9 insertions(+), 18 deletions(-)
27629
27630 commit b00321ea78793d9b3592b5173a9800e6322424fe
27631 Author: Behdad Esfahbod <behdad@behdad.org>
27632 Date:   Thu Aug 9 22:33:32 2012 -0400
27633
27634     [OT] Avoid calling get_glyph() twice
27635
27636     Essentially move the glyph mapping to normalization process.
27637     The effect on Devanagari is small (but observable).  Should be more
27638     observable in simple text, like ASCII.
27639
27640  src/hb-ot-shape-normalize-private.hh |  2 +
27641  src/hb-ot-shape-normalize.cc         | 76
27642  +++++++++++++++++++++++++-----------
27643  src/hb-ot-shape.cc                   | 44 ++++++++++-----------
27644  3 files changed, 77 insertions(+), 45 deletions(-)
27645
27646 commit 12c0875eafa4bd92db650e5acca046d99594d1e6
27647 Author: Behdad Esfahbod <behdad@behdad.org>
27648 Date:   Thu Aug 9 22:00:53 2012 -0400
27649
27650     [OT] Remove redundant check
27651
27652  src/hb-ot-shape.cc | 5 +----
27653  1 file changed, 1 insertion(+), 4 deletions(-)
27654
27655 commit 5c60b70c89b4e0a6512d9fd1ab5394dd76feb742
27656 Author: Behdad Esfahbod <behdad@behdad.org>
27657 Date:   Thu Aug 9 21:58:07 2012 -0400
27658
27659     [OT] More code shuffling around
27660
27661     Preparing for merging map_glyphs() and normalize().
27662
27663  src/hb-ot-shape.cc | 167
27664  +++++++++++++++++++++++++++--------------------------
27665  1 file changed, 86 insertions(+), 81 deletions(-)
27666
27667 commit cd0c6e148f6d078b364370cb2f808b793b921be2
27668 Author: Behdad Esfahbod <behdad@behdad.org>
27669 Date:   Thu Aug 9 21:48:55 2012 -0400
27670
27671     Shuffle buffer variable allocations around
27672
27673     To room for more allocations, coming.
27674
27675  src/hb-ot-layout-private.hh              | 6 +++---
27676  src/hb-ot-shape-complex-arabic.cc        | 2 +-
27677  src/hb-ot-shape-complex-indic-private.hh | 4 ++--
27678  src/hb-ot-shape-complex-private.hh       | 5 ++---
27679  src/hb-ot-shape-private.hh               | 4 ++--
27680  5 files changed, 10 insertions(+), 11 deletions(-)
27681
27682 commit 8d1eef3f32fb539de2a72804fa3834acc18daab5
27683 Author: Behdad Esfahbod <behdad@behdad.org>
27684 Date:   Thu Aug 9 21:31:52 2012 -0400
27685
27686     Minor
27687
27688  src/hb-ot-shape-normalize.cc | 50
27689  +++++++++++++++++++++++++++-----------------
27690  1 file changed, 31 insertions(+), 19 deletions(-)
27691
27692 commit 56c9e7c004e802ddcb8c704346026f1d7a812f9f
27693 Author: Behdad Esfahbod <behdad@behdad.org>
27694 Date:   Thu Aug 9 21:12:30 2012 -0400
27695
27696     Fill out combining class resetting for fallback shaping
27697     Thai/Lao/Tibetan
27698
27699  src/hb-ot-shape-fallback.cc | 38 +++++++++++++++++++++++++++++++++++++-
27700  src/hb-unicode-private.hh   |  7 ++++---
27701  src/hb-unicode.cc           |  2 +-
27702  3 files changed, 42 insertions(+), 5 deletions(-)
27703
27704 commit a321e1d51e0e7fa02738410e8d6e77c841bc6b13
27705 Author: Behdad Esfahbod <behdad@behdad.org>
27706 Date:   Thu Aug 9 18:30:34 2012 -0400
27707
27708     Revert "Reject lookups with no subTable"
27709
27710     This reverts commit 30ec9002d84e8b49290e782e6192069821ffa942.
27711
27712     See previous commit.
27713
27714  src/hb-ot-layout-common-private.hh | 1 -
27715  1 file changed, 1 deletion(-)
27716
27717 commit 2eaf482b371034ce6ebfaedee98049b036fd3493
27718 Author: Behdad Esfahbod <behdad@behdad.org>
27719 Date:   Thu Aug 9 18:30:05 2012 -0400
27720
27721     Revert "[GSUB/GPOS] Reject Context/ChainContext lookups with zero
27722     input"
27723
27724     This reverts commit 0981068b75710397f08e0d2d776a0a2ea68d7117.
27725
27726     I was confused.  Even if we access coverage[0] unconditionally,
27727     we don't
27728     need bound checks since the array machinary already handles that.
27729
27730  src/hb-ot-layout-gsubgpos-private.hh | 2 --
27731  1 file changed, 2 deletions(-)
27732
27733 commit a02d86484be870615297abfc7be9f94645434762
27734 Author: Behdad Esfahbod <behdad@behdad.org>
27735 Date:   Wed Aug 8 18:04:29 2012 -0400
27736
27737     Add check-exported-symbols.sh
27738
27739     And misc linking fixes.
27740
27741  src/Makefile.am                  |  1 +
27742  src/check-exported-symbols.sh    | 40
27743  ++++++++++++++++++++++++++++++++++++++++
27744  src/check-internal-symbols.sh    |  2 +-
27745  src/hb-ot-shape-complex-indic.cc |  2 +-
27746  src/hb-ot-shape.cc               |  6 +++---
27747  5 files changed, 46 insertions(+), 5 deletions(-)
27748
27749 commit 4c8ac4f47e95d2b266b2f64e75c55af8233b6b91
27750 Author: Behdad Esfahbod <behdad@behdad.org>
27751 Date:   Wed Aug 8 17:44:19 2012 -0400
27752
27753     Misc minor fixes
27754
27755  src/check-internal-symbols.sh |  10 +--
27756  src/hb-font-private.hh        |  29 +++++++-
27757  src/hb-font.cc                |  63 +++++++---------
27758  src/hb-font.h                 |   2 +-
27759  src/hb-graphite2.cc           |   4 +-
27760  src/hb-old.cc                 |   2 +-
27761  src/hb-ot-layout.cc           |   6 +-
27762  src/hb-ot-shape-fallback.cc   |  10 +--
27763  src/hb-ot-shape.cc            |   2 +-
27764  src/hb-shape-plan.cc          |   2 +-
27765  src/hb-shape-plan.h           |   2 +-
27766  src/hb-tt-font.cc             | 166
27767  +-----------------------------------------
27768  12 files changed, 72 insertions(+), 226 deletions(-)
27769
27770 commit 560d68af8168d1baff607b9616a3590af70fe9ec
27771 Author: Behdad Esfahbod <behdad@behdad.org>
27772 Date:   Wed Aug 8 17:16:01 2012 -0400
27773
27774     Use a export-file for Windows builds
27775
27776     Apparently even that doesn't make check-internal-symbols.sh happy with
27777     mingw32.  Going to disable that for DLLs again, but hopefully the
27778     export-file is doing *something*.
27779
27780  configure.ac    | 14 +++++++++++++-
27781  src/Makefile.am | 22 +++++++++++++++++++++-
27782  src/hb-buffer.h |  4 ++--
27783  3 files changed, 36 insertions(+), 4 deletions(-)
27784
27785 commit f8751cf8e0a16125d63a88da65fdbfa76a19453f
27786 Author: Behdad Esfahbod <behdad@behdad.org>
27787 Date:   Wed Aug 8 17:15:44 2012 -0400
27788
27789     [hb-old] speed-up build
27790
27791  src/hb-old/harfbuzz-external.h | 3 ++-
27792  1 file changed, 2 insertions(+), 1 deletion(-)
27793
27794 commit 5f4c52867ce67faa15f5d26b59c18c8d068e9261
27795 Author: Behdad Esfahbod <behdad@behdad.org>
27796 Date:   Wed Aug 8 16:53:37 2012 -0400
27797
27798     Minor
27799
27800  src/hb-ot-layout.h | 1 -
27801  1 file changed, 1 deletion(-)
27802
27803 commit fe2b8a7777ab1c84980424ede713cb0d6701f987
27804 Author: Behdad Esfahbod <behdad@behdad.org>
27805 Date:   Wed Aug 8 15:27:14 2012 -0400
27806
27807     Minor
27808
27809  TODO | 4 ++--
27810  1 file changed, 2 insertions(+), 2 deletions(-)
27811
27812 commit 7e7d245b332306949a19c628bacd920717434769
27813 Author: Behdad Esfahbod <behdad@behdad.org>
27814 Date:   Wed Aug 8 15:23:48 2012 -0400
27815
27816     Make default_language threadsafe
27817
27818  src/hb-common.cc | 15 +++++----------
27819  1 file changed, 5 insertions(+), 10 deletions(-)
27820
27821 commit 06b192c458010c847362d809673209c87ea29949
27822 Author: Behdad Esfahbod <behdad@behdad.org>
27823 Date:   Wed Aug 8 15:23:45 2012 -0400
27824
27825     Minor
27826
27827  src/hb-common.h | 3 ++-
27828  1 file changed, 2 insertions(+), 1 deletion(-)
27829
27830 commit 37191ede7583fdb864db32a8f4d90956657926c7
27831 Author: Behdad Esfahbod <behdad@behdad.org>
27832 Date:   Wed Aug 8 14:59:09 2012 -0400
27833
27834     Minor
27835
27836  src/hb-common.h | 4 ++--
27837  src/hb-icu.h    | 1 -
27838  2 files changed, 2 insertions(+), 3 deletions(-)
27839
27840 commit 6d9a329a8a0f11f4b175e407de59c55924de1ef6
27841 Author: Behdad Esfahbod <behdad@behdad.org>
27842 Date:   Wed Aug 8 14:48:41 2012 -0400
27843
27844     Adjust a couple source checks
27845
27846  src/check-internal-symbols.sh |  4 ++--
27847  src/check-static-inits.sh     | 10 ++++++++--
27848  2 files changed, 10 insertions(+), 4 deletions(-)
27849
27850 commit 9c929abdcfef44c0193a2917b20981df37ade21c
27851 Author: Behdad Esfahbod <behdad@behdad.org>
27852 Date:   Wed Aug 8 14:33:37 2012 -0400
27853
27854     Minor renaming
27855
27856  src/Makefile.am                                                   |
27857  4 ++--
27858  ...sition-fallback-private.hh => hb-ot-shape-fallback-private.hh} |
27859  8 ++++----
27860  src/{hb-ot-shape-position-fallback.cc => hb-ot-shape-fallback.cc} |
27861  4 ++--
27862  src/hb-ot-shape.cc                                                |
27863  4 ++--
27864  4 files changed, 10 insertions(+), 10 deletions(-)
27865
27866 commit 801298b590effd768607bb532dc83c73ba65d16b
27867 Author: Behdad Esfahbod <behdad@behdad.org>
27868 Date:   Wed Aug 8 14:26:36 2012 -0400
27869
27870     Fix cast
27871
27872     https://bugs.freedesktop.org/show_bug.cgi?id=53233
27873
27874  src/hb-buffer-private.hh | 10 ++++++----
27875  src/hb-shape-plan.cc     |  4 ++--
27876  2 files changed, 8 insertions(+), 6 deletions(-)
27877
27878 commit 21756934a15e31dc243e2b6d80adec5752477652
27879 Author: Behdad Esfahbod <behdad@behdad.org>
27880 Date:   Wed Aug 8 01:20:45 2012 -0400
27881
27882     [OT] Implement fallback positioning
27883
27884     Implemented for Arabic, Hebrew, and generic marks.
27885     Activated if no GPOS table present.
27886
27887  src/hb-font.h                        |   3 +-
27888  src/hb-ft.cc                         |   3 +-
27889  src/hb-old.cc                        |   2 +-
27890  src/hb-ot-shape-position-fallback.cc | 237
27891  ++++++++++++++++++++++++++++++++++-
27892  src/hb-unicode-private.hh            |  81 ++++++++++++
27893  src/hb-unicode.cc                    | 107 ++++++----------
27894  6 files changed, 356 insertions(+), 77 deletions(-)
27895
27896 commit fb56e7628362a73e20f7f0b49fe31e802dc01f4f
27897 Author: Behdad Esfahbod <behdad@behdad.org>
27898 Date:   Tue Aug 7 23:44:47 2012 -0400
27899
27900     [hb-old] Fix warnings
27901
27902  src/hb-old/harfbuzz-shaper.cpp | 2 ++
27903  1 file changed, 2 insertions(+)
27904
27905 commit affaf8a0e5aa38e5820455f789eebf916e02eb7b
27906 Author: Behdad Esfahbod <behdad@behdad.org>
27907 Date:   Tue Aug 7 22:41:38 2012 -0400
27908
27909     [OT] Start adding fallback positioning
27910
27911     Used when there is no GPOS.
27912
27913  src/Makefile.am                              |  2 ++
27914  src/hb-ot-shape-position-fallback-private.hh | 39 +++++++++++++++++++++++
27915  src/hb-ot-shape-position-fallback.cc         | 47
27916  ++++++++++++++++++++++++++++
27917  src/hb-ot-shape.cc                           | 23 +++-----------
27918  4 files changed, 93 insertions(+), 18 deletions(-)
27919
27920 commit 7e4920fd1577987bf6804f67765e22a84983e057
27921 Author: Behdad Esfahbod <behdad@behdad.org>
27922 Date:   Tue Aug 7 22:32:23 2012 -0400
27923
27924     Minor
27925
27926  src/hb-ot-shape.cc | 2 +-
27927  1 file changed, 1 insertion(+), 1 deletion(-)
27928
27929 commit 472f229a63f0d1bb21b02179ef430b7698df8f12
27930 Author: Behdad Esfahbod <behdad@behdad.org>
27931 Date:   Tue Aug 7 22:25:24 2012 -0400
27932
27933     [GSUB] Generalize would_apply()
27934
27935     Fixes logic also, where before we were always matching if
27936     glyphs_len==1
27937     and a ligature started with the glyph.
27938
27939  src/hb-ot-layout-gsub-table.hh       | 26 ++++++++++++++++++++-----
27940  src/hb-ot-layout-gsubgpos-private.hh | 37
27941  ++++++++++++++++++------------------
27942  src/hb-ot-layout.cc                  |  3 +--
27943  3 files changed, 40 insertions(+), 26 deletions(-)
27944
27945 commit 6f3a300138f659020c21c3e08b7981c78df5f332
27946 Author: Behdad Esfahbod <behdad@behdad.org>
27947 Date:   Tue Aug 7 22:13:25 2012 -0400
27948
27949     Add hb_font_glyph_from/to_string
27950
27951  src/hb-font-private.hh       | 43
27952  +++++++++++++++++++++++++++++++++++++++++++
27953  src/hb-font.cc               | 24 ++++++++++++++++++++----
27954  src/hb-font.h                | 11 +++++++++++
27955  src/hb-private.hh            | 16 ++++++++++++++++
27956  src/test-would-substitute.cc | 11 ++++++++++-
27957  util/options.cc              |  2 +-
27958  6 files changed, 101 insertions(+), 6 deletions(-)
27959
27960 commit eb56f6ae96260c5b4bcd4e1dfb7ab733a230f3a8
27961 Author: Behdad Esfahbod <behdad@behdad.org>
27962 Date:   Tue Aug 7 21:44:25 2012 -0400
27963
27964     Minor
27965
27966  src/hb-mutex-private.hh | 1 +
27967  src/hb-uniscribe.cc     | 1 +
27968  src/hb-uniscribe.h      | 2 ++
27969  3 files changed, 4 insertions(+)
27970
27971 commit f4e48adcdd4315ce09e755f87a0f801d88194f42
27972 Author: Behdad Esfahbod <behdad@behdad.org>
27973 Date:   Tue Aug 7 21:12:49 2012 -0400
27974
27975     [OT] Apply 'rclt' feature in horizontal mode
27976
27977     'rclt' is "Required Contextual Forms" being proposed by Microsoft.
27978     It's like 'calt', but supposedly always on.  We apply 'calt' anyway,
27979     and now apply this too.
27980
27981  src/hb-ot-shape.cc | 1 +
27982  1 file changed, 1 insertion(+)
27983
27984 commit b1914b8bd08ecdea79930dda7e3bb2ae9e6134a1
27985 Author: Behdad Esfahbod <behdad@behdad.org>
27986 Date:   Tue Aug 7 16:57:48 2012 -0400
27987
27988     Fix warnings
27989
27990  src/hb-icu.cc | 6 +++---
27991  1 file changed, 3 insertions(+), 3 deletions(-)
27992
27993 commit 0f8881d6bbf6cd59938315eeff9b71cfc736aa4e
27994 Author: Behdad Esfahbod <behdad@behdad.org>
27995 Date:   Tue Aug 7 16:57:02 2012 -0400
27996
27997     More refactoring
27998
27999  src/hb-ot-shape-normalize.cc | 161
28000  +++++++++++++++++++++++++++++++++++++++++-
28001  src/hb-unicode-private.hh    | 164
28002  +------------------------------------------
28003  2 files changed, 162 insertions(+), 163 deletions(-)
28004
28005 commit 428dfcab6634ff264570a0a5d715efb8048c3db5
28006 Author: Behdad Esfahbod <behdad@behdad.org>
28007 Date:   Tue Aug 7 16:51:48 2012 -0400
28008
28009     Minor refactoring
28010
28011  src/hb-ot-shape-normalize.cc | 27 +++++++++++++++++++++++----
28012  1 file changed, 23 insertions(+), 4 deletions(-)
28013
28014 commit 61f41849af6ff9edf8b55cf9610066d1bfb4a8df
28015 Author: Behdad Esfahbod <behdad@behdad.org>
28016 Date:   Tue Aug 7 16:45:27 2012 -0400
28017
28018     Add Hebrew presentation forms shaping
28019
28020     Lifted from https://bugzilla.mozilla.org/show_bug.cgi?id=728866
28021
28022  src/hb-unicode-private.hh | 121
28023  +++++++++++++++++++++++++++++++++++++++++++++-
28024  1 file changed, 120 insertions(+), 1 deletion(-)
28025
28026 commit 32d71dc13317b322e2c5de00d767b2cb15fddd8b
28027 Author: Behdad Esfahbod <behdad@behdad.org>
28028 Date:   Tue Aug 7 14:11:16 2012 -0400
28029
28030     [Graphite] Minor
28031
28032  src/hb-graphite2.cc | 60
28033  +++++++++++++++++++++++++----------------------------
28034  1 file changed, 28 insertions(+), 32 deletions(-)
28035
28036 commit 030ac5022e8a43b9329c26e72527bafc582ef44b
28037 Author: Behdad Esfahbod <behdad@behdad.org>
28038 Date:   Tue Aug 7 13:01:12 2012 -0400
28039
28040     Remove enum trailing comma
28041
28042     ...again.
28043
28044  src/hb-ot-shape-normalize-private.hh | 2 +-
28045  1 file changed, 1 insertion(+), 1 deletion(-)
28046
28047 commit 368b4e7649f9bc8c6bebf7c7ff03c9b9ec425a25
28048 Author: Behdad Esfahbod <behdad@behdad.org>
28049 Date:   Mon Aug 6 23:06:04 2012 -0400
28050
28051     Minor
28052
28053  src/hb-font.cc | 6 ++++--
28054  1 file changed, 4 insertions(+), 2 deletions(-)
28055
28056 commit ade7459ea7c75b4f33f7cfa43dd5bdfa0c18d6d5
28057 Author: Behdad Esfahbod <behdad@behdad.org>
28058 Date:   Mon Aug 6 19:42:47 2012 -0700
28059
28060     [util] Fix leaks
28061
28062  src/hb-graphite2.cc | 18 ++++++++++++++----
28063  util/options.cc     |  2 +-
28064  util/options.hh     |  2 +-
28065  3 files changed, 16 insertions(+), 6 deletions(-)
28066
28067 commit 2fef993460dcfd94c92ab35413bdde18ad2b0ceb
28068 Author: Behdad Esfahbod <behdad@behdad.org>
28069 Date:   Mon Aug 6 19:35:04 2012 -0700
28070
28071     [Graphite] Fix graphite2 backend with RTL text
28072
28073     Patch from Martin Hosken.
28074
28075  src/hb-graphite2.cc | 33 ++++++++++++++++++---------------
28076  1 file changed, 18 insertions(+), 15 deletions(-)
28077
28078 commit e4992e13e19877a73ea05fc1d31005a262c685ad
28079 Author: Behdad Esfahbod <behdad@behdad.org>
28080 Date:   Mon Aug 6 19:25:39 2012 -0700
28081
28082     [Graphite] Port graphite2 backend to new shaper infrastructure
28083
28084  src/hb-graphite2.cc   | 234
28085  +++++++++++++++++++++++---------------------------
28086  src/hb-graphite2.h    |   2 +-
28087  src/hb-shaper-list.hh |   2 +-
28088  3 files changed, 109 insertions(+), 129 deletions(-)
28089
28090 commit 66591ececfba9791de06c814f5f30131e95e5fd2
28091 Author: Behdad Esfahbod <behdad@behdad.org>
28092 Date:   Mon Aug 6 17:07:19 2012 -0700
28093
28094     Remove unnecessary lifecycle bits
28095
28096     We already set recount to INVALID when destroying.
28097     This block was not necessary.
28098
28099  src/hb-font.cc | 3 ---
28100  1 file changed, 3 deletions(-)
28101
28102 commit e3320ecc1b5a7eaccc7c9370b2d1b76850f054be
28103 Author: Behdad Esfahbod <behdad@behdad.org>
28104 Date:   Mon Aug 6 11:44:10 2012 -0700
28105
28106     Fix compiler warnings
28107
28108  configure.ac | 12 +++++++++---
28109  1 file changed, 9 insertions(+), 3 deletions(-)
28110
28111 commit 167b625d988b74572d6b2f646c285b666b650d49
28112 Author: Behdad Esfahbod <behdad@behdad.org>
28113 Date:   Sun Aug 5 21:16:26 2012 -0700
28114
28115     [Indic] Minor, move 'blwf' after 'half'
28116
28117     We don't apply them together anyway.  Should not make any difference
28118     right now.
28119
28120  src/hb-ot-shape-complex-indic.cc | 4 ++--
28121  1 file changed, 2 insertions(+), 2 deletions(-)
28122
28123 commit 048e3b596fb7fccd3fb5f48de98b6b67788f774a
28124 Author: Behdad Esfahbod <behdad@behdad.org>
28125 Date:   Sat Aug 4 18:04:57 2012 -0700
28126
28127     Speed up hb_set_digest_lowest_bits_t calcs
28128
28129  src/hb-set-private.hh | 10 +++++++---
28130  1 file changed, 7 insertions(+), 3 deletions(-)
28131
28132 commit 3d1b66a35e1ab3be19335705f310b278d76d66d2
28133 Author: Behdad Esfahbod <behdad@behdad.org>
28134 Date:   Sat Aug 4 17:42:28 2012 -0700
28135
28136     Speed up hb_set_digest_common_bits_t calcs
28137
28138  src/hb-set-private.hh | 6 +++---
28139  1 file changed, 3 insertions(+), 3 deletions(-)
28140
28141 commit bdc48a879a1900138d8caaa8d90fb9fe1e768d1d
28142 Author: Behdad Esfahbod <behdad@behdad.org>
28143 Date:   Sat Aug 4 17:08:38 2012 -0700
28144
28145     Enlarge glyph_name buffer
28146
28147     Lohit Devanagari has a glyph named:
28148     u0924_u094D.half_u0930_u094D.blwf.vatu
28149
28150  util/options.cc | 2 +-
28151  1 file changed, 1 insertion(+), 1 deletion(-)
28152
28153 commit 25326c2359b0a3e25222b94acd142bc36eff78a4
28154 Author: Behdad Esfahbod <behdad@behdad.org>
28155 Date:   Sat Aug 4 16:43:18 2012 -0700
28156
28157     Rewrite ARRAY_LENGTH as a template function
28158
28159     Such it wouldn't apply to pointers accidentally.
28160
28161  src/hb-ot-shape-complex-arabic-table.hh | 4 ++--
28162  src/hb-private.hh                       | 9 ++++++---
28163  2 files changed, 8 insertions(+), 5 deletions(-)
28164
28165 commit 8ba8042821e4581fe4e87419e58c823520441205
28166 Author: Behdad Esfahbod <behdad@behdad.org>
28167 Date:   Fri Aug 3 18:54:54 2012 -0700
28168
28169     [Indic] Fix consonant position font lookup logic
28170
28171     Oops.  I broken this badly and the test suite did not notice.  That
28172     worries me.  Have to investigate.
28173
28174  src/hb-ot-shape-complex-indic.cc | 6 +++---
28175  1 file changed, 3 insertions(+), 3 deletions(-)
28176
28177 commit abd0c05f1f7f0546593bb2f1c4d59db12cb32e46
28178 Author: Behdad Esfahbod <behdad@behdad.org>
28179 Date:   Fri Aug 3 18:45:05 2012 -0700
28180
28181     Minor
28182
28183  src/test-would-substitute.cc | 2 +-
28184  1 file changed, 1 insertion(+), 1 deletion(-)
28185
28186 commit 46ee108ef80f5d4675899862698a8c34d8fcfab5
28187 Author: Behdad Esfahbod <behdad@behdad.org>
28188 Date:   Fri Aug 3 18:21:13 2012 -0700
28189
28190     Fix leak
28191
28192  src/hb-shape-plan.cc | 2 ++
28193  1 file changed, 2 insertions(+)
28194
28195 commit 71baea0062da4d7f143d62da38492a0813814e49
28196 Author: Behdad Esfahbod <behdad@behdad.org>
28197 Date:   Fri Aug 3 17:40:07 2012 -0700
28198
28199     [OT] Use general-category, not GDEF class, to decide to zero mark
28200     advances
28201
28202     At this point, the GDEF glyph synthesis looks pointless.  Not that I
28203     have many fonts without GDEF lying around.
28204
28205     As for mark advance zeroing when GPOS not available, that also
28206     is being
28207     replaced by proper fallback mark positioning soon.
28208
28209  src/hb-ot-shape.cc | 7 ++-----
28210  1 file changed, 2 insertions(+), 5 deletions(-)
28211
28212 commit 3a7e137a68ec8f723dc3afa89c918ca2df7ff6bf
28213 Author: Behdad Esfahbod <behdad@behdad.org>
28214 Date:   Fri Aug 3 17:23:40 2012 -0700
28215
28216     Dn't use gint
28217
28218  src/hb-glib.cc | 4 ++--
28219  src/hb-icu.cc  | 2 +-
28220  2 files changed, 3 insertions(+), 3 deletions(-)
28221
28222 commit 11b0e20ba42bf0b17133c3e1087732802bb4f230
28223 Author: Behdad Esfahbod <behdad@behdad.org>
28224 Date:   Thu Aug 2 14:21:40 2012 -0400
28225
28226     [Indic] Add per-script configuration tables
28227
28228     This concludes the Indic shape_plan work.  May do for Arabic also...
28229
28230  src/hb-ot-shape-complex-indic-private.hh |  16 +-
28231  src/hb-ot-shape-complex-indic.cc         | 309
28232  +++++++++++++++----------------
28233  2 files changed, 159 insertions(+), 166 deletions(-)
28234
28235 commit 85fc6c483f6d734febbe39270e84701a651f01f1
28236 Author: Behdad Esfahbod <behdad@behdad.org>
28237 Date:   Thu Aug 2 12:21:44 2012 -0400
28238
28239     [Indic] Move more stuff to the shape_plan
28240
28241     Almost done.  Need to add per-script static tables.
28242
28243  src/hb-ot-shape-complex-indic-machine.rl |   4 +-
28244  src/hb-ot-shape-complex-indic.cc         | 216
28245  ++++++++++++++++---------------
28246  2 files changed, 116 insertions(+), 104 deletions(-)
28247
28248 commit 914ffaa40fcca020f65bacdd709421e9047afd83
28249 Author: Behdad Esfahbod <behdad@behdad.org>
28250 Date:   Thu Aug 2 11:03:39 2012 -0400
28251
28252     [Indic] Move more repeated work into shape_plan
28253
28254  src/hb-ot-shape-complex-indic.cc | 63
28255  ++++++++++++++++++++++++++--------------
28256  1 file changed, 42 insertions(+), 21 deletions(-)
28257
28258 commit a8c6da90f4c6e8d27a3a1b758a55476776d9f750
28259 Author: Behdad Esfahbod <behdad@behdad.org>
28260 Date:   Thu Aug 2 10:46:34 2012 -0400
28261
28262     [OT] Add per-complex-shaper shape_plan data
28263
28264     Hookup some Indic data to it.  More to come.
28265
28266  src/hb-ot-shape-complex-arabic.cc  |   2 +
28267  src/hb-ot-shape-complex-indic.cc   | 128
28268  ++++++++++++++++++++++---------------
28269  src/hb-ot-shape-complex-misc.cc    |   4 ++
28270  src/hb-ot-shape-complex-private.hh |  16 ++++-
28271  src/hb-ot-shape-private.hh         |   1 +
28272  src/hb-ot-shape.cc                 |  23 +++++--
28273  6 files changed, 113 insertions(+), 61 deletions(-)
28274
28275 commit 8bb5deba9630d35878eb6edb4643ecfabf99f15f
28276 Author: Behdad Esfahbod <behdad@behdad.org>
28277 Date:   Thu Aug 2 10:07:58 2012 -0400
28278
28279     [OT] Pipe shape_plan down to pause_callbacks
28280
28281  src/hb-ot-map-private.hh                 |  8 ++---
28282  src/hb-ot-map.cc                         | 11 ++++---
28283  src/hb-ot-shape-complex-indic-machine.rl |  4 +--
28284  src/hb-ot-shape-complex-indic.cc         | 50
28285  +++++++++++++++-----------------
28286  src/hb-ot-shape-private.hh               |  6 ++++
28287  src/hb-ot-shape.cc                       | 28 ++++++++++--------
28288  6 files changed, 57 insertions(+), 50 deletions(-)
28289
28290 commit 3e38c0f2886c38d2f0a9d80a97a36edf2479d2c7
28291 Author: Behdad Esfahbod <behdad@behdad.org>
28292 Date:   Thu Aug 2 09:44:18 2012 -0400
28293
28294     More massaging
28295
28296  src/hb-ot-map-private.hh          | 20 ++++++++------------
28297  src/hb-ot-map.cc                  | 17 ++++++++---------
28298  src/hb-ot-shape-complex-arabic.cc |  8 ++++----
28299  src/hb-ot-shape-complex-indic.cc  | 18 +++++++-----------
28300  4 files changed, 27 insertions(+), 36 deletions(-)
28301
28302 commit 16c6a27b4bffc19026944c7bea9cf0a3a8ff1d8f
28303 Author: Behdad Esfahbod <behdad@behdad.org>
28304 Date:   Thu Aug 2 09:38:28 2012 -0400
28305
28306     [OT] Port complex_shaper to planner/plan
28307
28308  src/hb-ot-shape-complex-arabic.cc  | 17 ++++++++---------
28309  src/hb-ot-shape-complex-indic.cc   | 19 ++++++++-----------
28310  src/hb-ot-shape-complex-misc.cc    | 20 ++++++++------------
28311  src/hb-ot-shape-complex-private.hh | 32 +++++++++++---------------------
28312  src/hb-ot-shape-private.hh         | 14 +++++++++++---
28313  src/hb-ot-shape.cc                 |  9 +++++----
28314  6 files changed, 51 insertions(+), 60 deletions(-)
28315
28316 commit 5393e3a62ba09fd7bcf3767b36225c8f49badb9d
28317 Author: Behdad Esfahbod <behdad@behdad.org>
28318 Date:   Thu Aug 2 09:24:35 2012 -0400
28319
28320     [OT] Minor refactoring
28321
28322  src/hb-ot-map.cc           |  4 ----
28323  src/hb-ot-shape-private.hh | 26 ++++++++++++++++++++++++++
28324  src/hb-ot-shape.cc         | 26 ++------------------------
28325  src/hb-shape-plan.cc       |  2 ++
28326  src/hb-shape.cc            |  2 --
28327  5 files changed, 30 insertions(+), 30 deletions(-)
28328
28329 commit 24eacf17c801c66a2d466e8ae02b73f501a26b25
28330 Author: Behdad Esfahbod <behdad@behdad.org>
28331 Date:   Thu Aug 2 08:42:11 2012 -0400
28332
28333     [Indic] Move consonant-position-setting into initial_reordering()
28334
28335  src/hb-ot-shape-complex-indic.cc | 65
28336  +++++++++++++++++++++-------------------
28337  1 file changed, 35 insertions(+), 30 deletions(-)
28338
28339 commit afbcc24be01a64bdb5c05c63880269145fa1d3c8
28340 Author: Behdad Esfahbod <behdad@behdad.org>
28341 Date:   Thu Aug 2 08:36:40 2012 -0400
28342
28343     [GSUB] Wire the font, not just the face, down to substitute()
28344
28345     We need the font for glyph lookup during GSUB pauses in Indic shaper.
28346     Could perhaps be avoided, but at this point, we don't mean to support
28347     separate substitute()/position() entry points (anymore), so there is
28348     no point in not providing the font to GSUB.
28349
28350  src/hb-ot-layout-gsub-table.hh       | 13 +++++--------
28351  src/hb-ot-layout-gsubgpos-private.hh |  7 ++-----
28352  src/hb-ot-layout-private.hh          |  6 +++---
28353  src/hb-ot-layout.cc                  | 18 +++++++++---------
28354  src/hb-ot-map-private.hh             | 15 ++++++---------
28355  src/hb-ot-map.cc                     |  8 ++++----
28356  src/hb-ot-shape-complex-indic.cc     |  8 ++++----
28357  src/hb-ot-shape.cc                   |  6 +++---
28358  8 files changed, 36 insertions(+), 45 deletions(-)
28359
28360 commit b0e6a26a10ccca70ebc88a9e158a89ccfab0add5
28361 Author: Behdad Esfahbod <behdad@behdad.org>
28362 Date:   Thu Aug 2 08:11:14 2012 -0400
28363
28364     [OT] Hide some API
28365
28366     It was impossible to meaningfully use them from the outside these
28367     days.
28368
28369  src/hb-ot-layout-private.hh | 40 ++++++++++++++++++++++++++++++++--------
28370  src/hb-ot-layout.cc         | 20 --------------------
28371  src/hb-ot-layout.h          | 34 ----------------------------------
28372  src/hb-ot-map.cc            |  8 ++++----
28373  4 files changed, 36 insertions(+), 66 deletions(-)
28374
28375 commit 305246744ed178f116e01498b7f9d1af6950ca30
28376 Author: Behdad Esfahbod <behdad@behdad.org>
28377 Date:   Thu Aug 2 08:08:04 2012 -0400
28378
28379     Minor
28380
28381  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
28382  1 file changed, 1 insertion(+), 1 deletion(-)
28383
28384 commit 8ef3d53255ae9fbb0e46c22909e50009d1e7eeb0
28385 Author: Behdad Esfahbod <behdad@behdad.org>
28386 Date:   Thu Aug 2 07:53:18 2012 -0400
28387
28388     [Indic] More refactoring of consonant position peeking in the font
28389
28390     To be moved to initial_reordering next...
28391
28392  src/hb-ot-shape-complex-indic.cc | 59
28393  ++++++++++++++++++++++++++++------------
28394  1 file changed, 41 insertions(+), 18 deletions(-)
28395
28396 commit 3eb6f81fd3f1e56679eec10d08f5e2303121753f
28397 Author: Behdad Esfahbod <behdad@behdad.org>
28398 Date:   Thu Aug 2 07:37:46 2012 -0400
28399
28400     [Indic] Refactor
28401
28402     Move all the logic that needs to eventually move into the indic table
28403     into hb-ot-shape-complex-indic-private.hh.
28404
28405  src/hb-ot-shape-complex-indic-private.hh | 210
28406  ++++++++++++++++++++++++++++
28407  src/hb-ot-shape-complex-indic.cc         | 227
28408  ++-----------------------------
28409  2 files changed, 218 insertions(+), 219 deletions(-)
28410
28411 commit 3614ba242fc7d338761acdda365a134706035b6d
28412 Author: Behdad Esfahbod <behdad@behdad.org>
28413 Date:   Thu Aug 2 07:13:55 2012 -0400
28414
28415     [Indic] Rename
28416
28417  src/hb-ot-shape-complex-indic.cc | 40
28418  +++++++++++++++++++++-------------------
28419  1 file changed, 21 insertions(+), 19 deletions(-)
28420
28421 commit 610e5e8f713bb2a68939b72cb2b801a7aaede4f9
28422 Author: Behdad Esfahbod <behdad@behdad.org>
28423 Date:   Thu Aug 2 05:27:46 2012 -0400
28424
28425     [Indic] Streamline feature would_apply()
28426
28427     Comes with some 10% speedup for Devanagari even!
28428
28429  src/hb-ot-map-private.hh         | 85
28430  +++++++++++++++++++++++++---------------
28431  src/hb-ot-map.cc                 | 18 ++++-----
28432  src/hb-ot-shape-complex-indic.cc | 85
28433  +++++++++++++++++++++++-----------------
28434  3 files changed, 110 insertions(+), 78 deletions(-)
28435
28436 commit 1d002048d5afcd45abbb09fdf0419f13b2e2265c
28437 Author: Behdad Esfahbod <behdad@behdad.org>
28438 Date:   Thu Aug 2 05:01:11 2012 -0400
28439
28440     [Indic] Minor
28441
28442  src/hb-ot-shape-complex-indic-private.hh | 16 --------
28443  src/hb-ot-shape-complex-indic.cc         | 64
28444  +++++++++++++++++++++-----------
28445  2 files changed, 43 insertions(+), 37 deletions(-)
28446
28447 commit 6f7611375521c6d285a9aa763f2ea5cb44cd0d39
28448 Author: Behdad Esfahbod <behdad@behdad.org>
28449 Date:   Thu Aug 2 04:00:31 2012 -0400
28450
28451     [GSUB/GPOS] Check array size before accessing digests
28452
28453  src/hb-ot-layout-private.hh |  3 +++
28454  src/hb-ot-layout.cc         | 32 ++++++++++++++++----------------
28455  2 files changed, 19 insertions(+), 16 deletions(-)
28456
28457 commit 22148b8c4af3ed296d96e969cdd47bac97b32307
28458 Author: Behdad Esfahbod <behdad@behdad.org>
28459 Date:   Thu Aug 2 03:51:51 2012 -0400
28460
28461     Use Coverage digests in would_apply
28462
28463  src/hb-ot-layout-gsub-table.hh       | 1 +
28464  src/hb-ot-layout-gsubgpos-private.hh | 6 +++++-
28465  src/hb-ot-layout.cc                  | 4 ++--
28466  3 files changed, 8 insertions(+), 3 deletions(-)
28467
28468 commit 6c459c8fef85bc44f45d7b58c28a34abfb2c33fc
28469 Author: Behdad Esfahbod <behdad@behdad.org>
28470 Date:   Thu Aug 2 03:45:53 2012 -0400
28471
28472     Minor
28473
28474  src/hb-ot-layout-gpos-table.hh       | 2 +-
28475  src/hb-ot-layout-gsub-table.hh       | 4 ++--
28476  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
28477  3 files changed, 5 insertions(+), 5 deletions(-)
28478
28479 commit e2b8d75fa6e847ecf5c040f4e1e16a565c5d8aaf
28480 Author: Behdad Esfahbod <behdad@behdad.org>
28481 Date:   Wed Aug 1 22:17:48 2012 -0400
28482
28483     Use wider set digests on 64-bit archs
28484
28485  src/hb-set-private.hh | 6 +++---
28486  1 file changed, 3 insertions(+), 3 deletions(-)
28487
28488 commit 0120ce9679aab3ac936aeb18f6709529eef000a4
28489 Author: Behdad Esfahbod <behdad@behdad.org>
28490 Date:   Wed Aug 1 21:56:35 2012 -0400
28491
28492     [GSUB/GPOS] Remove unused get_coverage() methods
28493
28494  src/hb-ot-layout-gpos-table.hh | 11 -----------
28495  src/hb-ot-layout-gsub-table.hh | 11 -----------
28496  2 files changed, 22 deletions(-)
28497
28498 commit 1336ecdf8e4e9879b96b26ecfbf5c9ba6c49e2b9
28499 Author: Behdad Esfahbod <behdad@behdad.org>
28500 Date:   Wed Aug 1 21:46:36 2012 -0400
28501
28502     [GSUB/GPOS] Use Coverage digests as gatekeeper
28503
28504     Gives me a good 10% speedup for the Devanagari test case.  Less so
28505     for less lookup-intensive tests.
28506
28507     For the Devanagari test case, the false positive rate of the GSUB
28508     digest
28509     is 4%.
28510
28511  src/hb-ot-layout-gpos-table.hh       | 30 +++++++++---------------------
28512  src/hb-ot-layout-gsub-table.hh       | 35
28513  ++++++++++++-----------------------
28514  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++++--
28515  src/hb-ot-layout-private.hh          |  4 ++++
28516  src/hb-ot-layout.cc                  | 29 +++++++++++++++++++++++++----
28517  5 files changed, 56 insertions(+), 50 deletions(-)
28518
28519 commit a878c58a8fc1500986d713b2bcedfeb90a0087b0
28520 Author: Behdad Esfahbod <behdad@behdad.org>
28521 Date:   Wed Aug 1 21:18:54 2012 -0400
28522
28523     [GSUB/GPOS] Add add_coverage()
28524
28525  src/hb-ot-layout-gpos-table.hh | 18 ++++++++++++++++++
28526  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++++++
28527  2 files changed, 36 insertions(+)
28528
28529 commit 60a3035ac5ec8227e4cc0e6708732bb139c9e0b8
28530 Author: Behdad Esfahbod <behdad@behdad.org>
28531 Date:   Wed Aug 1 21:06:27 2012 -0400
28532
28533     Add hb_set_digest_t
28534
28535     Implement two set digests, and one that combines the two.
28536
28537  src/hb-set-private.hh | 95
28538  +++++++++++++++++++++++++++++++++++++++++++++++++++
28539  1 file changed, 95 insertions(+)
28540
28541 commit c8accf1dd2d92cc4f714393eb0ea46f69bb182a6
28542 Author: Behdad Esfahbod <behdad@behdad.org>
28543 Date:   Wed Aug 1 21:05:57 2012 -0400
28544
28545     [OT] Templatize Coverage::add_coverage()
28546
28547  src/hb-ot-layout-common-private.hh | 12 ++++++++----
28548  1 file changed, 8 insertions(+), 4 deletions(-)
28549
28550 commit 8fbfda920e0b3bb4ab7afb732826026964b79be9
28551 Author: Behdad Esfahbod <behdad@behdad.org>
28552 Date:   Wed Aug 1 19:03:46 2012 -0400
28553
28554     Inline font getters
28555
28556  src/hb-fallback-shape.cc          |  21 ++--
28557  src/hb-font-private.hh            | 204
28558  ++++++++++++++++++++++++++++++++++++++
28559  src/hb-font.cc                    | 129 ++++--------------------
28560  src/hb-graphite2.cc               |   6 +-
28561  src/hb-old.cc                     |  10 +-
28562  src/hb-ot-layout-gdef-table.hh    |   2 +-
28563  src/hb-ot-layout-gpos-table.hh    |   2 +-
28564  src/hb-ot-shape-complex-arabic.cc |   4 +-
28565  src/hb-ot-shape-complex-indic.cc  |   6 +-
28566  src/hb-ot-shape-normalize.cc      |  12 +--
28567  src/hb-ot-shape.cc                |  47 +++++----
28568  11 files changed, 277 insertions(+), 166 deletions(-)
28569
28570 commit 6adf417bc15d4524e280b284e3accd1ae647662e
28571 Author: Behdad Esfahbod <behdad@behdad.org>
28572 Date:   Wed Aug 1 18:07:42 2012 -0400
28573
28574     Use a lookup table for modified_combining_class
28575
28576  src/hb-unicode-private.hh |  10 ++-
28577  src/hb-unicode.cc         | 213
28578  +++++++++++++++++++++++++++++++---------------
28579  src/hb-unicode.h          |   4 +
28580  3 files changed, 157 insertions(+), 70 deletions(-)
28581
28582 commit 208f70f0553d73d2908b21b9552298029482a8b9
28583 Author: Behdad Esfahbod <behdad@behdad.org>
28584 Date:   Wed Aug 1 17:13:10 2012 -0400
28585
28586     Inline Unicode callbacks internally
28587
28588  src/hb-buffer.cc                |   2 +-
28589  src/hb-fallback-shape.cc        |   2 +-
28590  src/hb-old.cc                   |   2 +-
28591  src/hb-ot-shape-complex-misc.cc |   2 +-
28592  src/hb-ot-shape-normalize.cc    |  13 +++--
28593  src/hb-ot-shape-private.hh      |   6 +--
28594  src/hb-ot-shape.cc              |   4 +-
28595  src/hb-unicode-private.hh       | 112
28596  ++++++++++++++++++++--------------------
28597  src/hb-unicode.cc               |   5 +-
28598  9 files changed, 73 insertions(+), 75 deletions(-)
28599
28600 commit 7470315a3e782aa6192bbe64f7a3944266fb1521
28601 Author: Behdad Esfahbod <behdad@behdad.org>
28602 Date:   Wed Aug 1 17:01:59 2012 -0400
28603
28604     Move unicode accessors around
28605
28606  src/hb-unicode-private.hh | 73
28607  ++++++++++++++++++++++++++++++++++++++++++++++-
28608  src/hb-unicode.cc         | 65 ++++-------------------------------------
28609  2 files changed, 78 insertions(+), 60 deletions(-)
28610
28611 commit 21fdcee00125b6e1c09f0bed3064d16ccd3a7a5d
28612 Author: Behdad Esfahbod <behdad@behdad.org>
28613 Date:   Wed Aug 1 16:23:44 2012 -0400
28614
28615     Add hb_unicode_combining_class_t
28616
28617  src/hb-common.h           |  38 +-------------
28618  src/hb-glib.cc            |   4 +-
28619  src/hb-icu.cc             |   4 +-
28620  src/hb-unicode-private.hh |   2 +-
28621  src/hb-unicode.cc         |  11 ++--
28622  src/hb-unicode.h          | 124
28623  +++++++++++++++++++++++++++++++++++++++++++++-
28624  6 files changed, 134 insertions(+), 49 deletions(-)
28625
28626 commit 84186a64004e5dcd2ce98b564d0e0a09aa5d68b2
28627 Author: Behdad Esfahbod <behdad@behdad.org>
28628 Date:   Wed Aug 1 13:32:39 2012 -0400
28629
28630     Add commentary on the compatibility decomposition in the normalizer
28631
28632  src/hb-ot-shape-normalize.cc | 18 +++++++++++++++---
28633  1 file changed, 15 insertions(+), 3 deletions(-)
28634
28635 commit 0834d952017a04c6f4599e574cb75ecf3ca27d3b
28636 Author: Behdad Esfahbod <behdad@behdad.org>
28637 Date:   Wed Aug 1 00:21:09 2012 -0400
28638
28639     [hb-old] Adjust mark positioning parameters
28640
28641     Fallback mark positioning works now...  With hb-ft and hb-view /
28642     hb-shape at least.
28643
28644  src/hb-old.cc                  | 10 +++++-----
28645  src/hb-old/harfbuzz-shaper.cpp |  1 +
28646  2 files changed, 6 insertions(+), 5 deletions(-)
28647
28648 commit 4ca743dfb8e09f9fa525061c7f1144d55f72effb
28649 Author: Behdad Esfahbod <behdad@behdad.org>
28650 Date:   Wed Aug 1 00:03:41 2012 -0400
28651
28652     [old] Implement fontMetrics
28653
28654  src/hb-old.cc | 11 ++++++++++-
28655  1 file changed, 10 insertions(+), 1 deletion(-)
28656
28657 commit 1e7d860613032e40a3f90e2caa2ee5ac44ab8c8c
28658 Author: Behdad Esfahbod <behdad@behdad.org>
28659 Date:   Tue Jul 31 23:41:06 2012 -0400
28660
28661     [GPOS] Adjust mark advance-width zeroing logic
28662
28663     If there is no GPOS, zero mark advances.
28664
28665     If there *is* GPOS and the shaper requests so, zero mark advances for
28666     attached marks.
28667
28668     Fixes regression with Tibetan, where the font has GPOS, and marks a
28669     glyph as mark where it shouldn't get zero advance.
28670
28671  src/hb-ot-layout-gpos-table.hh     | 14 ++++++++------
28672  src/hb-ot-layout.cc                |  4 ++--
28673  src/hb-ot-layout.h                 |  3 ++-
28674  src/hb-ot-shape-complex-arabic.cc  |  2 +-
28675  src/hb-ot-shape-complex-indic.cc   |  2 +-
28676  src/hb-ot-shape-complex-misc.cc    |  4 ++--
28677  src/hb-ot-shape-complex-private.hh |  2 +-
28678  src/hb-ot-shape.cc                 |  6 ++----
28679  8 files changed, 19 insertions(+), 18 deletions(-)
28680
28681 commit a8842e4a448efb30f3f2f3c628d6dc4824829726
28682 Author: Behdad Esfahbod <behdad@behdad.org>
28683 Date:   Tue Jul 31 23:10:11 2012 -0400
28684
28685     Remove some TODO items
28686
28687  TODO            | 27 ---------------------------
28688  src/hb-shape.cc |  2 ++
28689  2 files changed, 2 insertions(+), 27 deletions(-)
28690
28691 commit 2bc3b9a616cedbc56ff4a915f9e3439ff3a6bf13
28692 Author: Behdad Esfahbod <behdad@behdad.org>
28693 Date:   Tue Jul 31 23:08:25 2012 -0400
28694
28695     [OT] Zero mark advances if the shaper desires so
28696
28697     Enabled for all shapers except for Indic.
28698
28699  src/hb-ot-shape-complex-arabic.cc  |  1 +
28700  src/hb-ot-shape-complex-indic.cc   |  1 +
28701  src/hb-ot-shape-complex-misc.cc    |  2 ++
28702  src/hb-ot-shape-complex-private.hh |  2 ++
28703  src/hb-ot-shape.cc                 | 15 +++++++++++++++
28704  5 files changed, 21 insertions(+)
28705
28706 commit 5fecd8b0355894ceda14b3d3c654f20c3d5e77f4
28707 Author: Behdad Esfahbod <behdad@behdad.org>
28708 Date:   Tue Jul 31 22:48:38 2012 -0400
28709
28710     [OT] Synthesize glyph classes
28711
28712  TODO               |  2 --
28713  src/hb-ot-shape.cc | 20 ++++++++++++++++++--
28714  2 files changed, 18 insertions(+), 4 deletions(-)
28715
28716 commit 03b09214c073ce37eeb8af5218942c85b2d393df
28717 Author: Behdad Esfahbod <behdad@behdad.org>
28718 Date:   Tue Jul 31 22:43:58 2012 -0400
28719
28720     [GSUB] Minor
28721
28722  src/hb-ot-layout-gsub-table.hh | 5 ++++-
28723  1 file changed, 4 insertions(+), 1 deletion(-)
28724
28725 commit f0fc1df8fc949739b68d55948741016081b69c3a
28726 Author: Behdad Esfahbod <behdad@behdad.org>
28727 Date:   Tue Jul 31 22:43:32 2012 -0400
28728
28729     [hb-old] Implement getGlyphMetrics()
28730
28731     Still working on it.
28732
28733  src/hb-old.cc | 13 ++++++++++++-
28734  1 file changed, 12 insertions(+), 1 deletion(-)
28735
28736 commit 378d279bbf692195c4654e312dae854ab3be04cf
28737 Author: Behdad Esfahbod <behdad@behdad.org>
28738 Date:   Tue Jul 31 21:36:16 2012 -0400
28739
28740     Implement Unicode compatibility decompositions
28741
28742     Based on patch from Philip Withnall.
28743     https://bugs.freedesktop.org/show_bug.cgi?id=41095
28744
28745  src/hb-glib.cc               | 30 +++++++++++++++++++++++++
28746  src/hb-icu.cc                | 36 +++++++++++++++++++++++++++++-
28747  src/hb-ot-shape-normalize.cc | 53
28748  +++++++++++++++++++++++++++++---------------
28749  src/hb-unicode-private.hh    |  1 +
28750  src/hb-unicode.cc            | 27 +++++++++++++++++++++-
28751  src/hb-unicode.h             | 37 ++++++++++++++++++++++++++++++-
28752  test/api/hb-test.h           |  1 +
28753  test/api/test-unicode.c      | 50
28754  +++++++++++++++++++++++++++++++++++++++++
28755  8 files changed, 214 insertions(+), 21 deletions(-)
28756
28757 commit 321ec29cc270e7e66a529696b70b2caac553c95f
28758 Author: Behdad Esfahbod <behdad@behdad.org>
28759 Date:   Tue Jul 31 21:10:16 2012 -0400
28760
28761     Remove unused function
28762
28763  src/hb-ot-shape-complex-indic.cc | 7 -------
28764  1 file changed, 7 deletions(-)
28765
28766 commit 69cc492dc120847ed00cae65ec958593ebf550c5
28767 Author: Behdad Esfahbod <behdad@behdad.org>
28768 Date:   Tue Jul 31 14:51:36 2012 -0400
28769
28770     [buffer] Minor
28771
28772  src/hb-buffer-private.hh |  3 ++-
28773  src/hb-buffer.cc         | 24 ++++++++++++------------
28774  2 files changed, 14 insertions(+), 13 deletions(-)
28775
28776 commit 693918ef8541014a5ef7dfb91c6ea0ae36d9c368
28777 Author: Behdad Esfahbod <behdad@behdad.org>
28778 Date:   Mon Jul 30 21:08:51 2012 -0400
28779
28780     [OT] Streamline complex shaper enumeration
28781
28782     Add a shaper class struct.
28783
28784  src/hb-ot-shape-complex-arabic.cc    |  37 ++++----
28785  src/hb-ot-shape-complex-indic.cc     |  47 ++++++---
28786  src/hb-ot-shape-complex-misc.cc      |  67 ++++++-------
28787  src/hb-ot-shape-complex-private.hh   | 179
28788  ++++++++++-------------------------
28789  src/hb-ot-shape-normalize-private.hh |   4 +-
28790  src/hb-ot-shape-private.hh           |   2 +-
28791  src/hb-ot-shape.cc                   |  16 ++--
28792  7 files changed, 143 insertions(+), 209 deletions(-)
28793
28794 commit c2e42c3db691515f3a458eb4c71fe1e6439d5620
28795 Author: Behdad Esfahbod <behdad@behdad.org>
28796 Date:   Mon Jul 30 19:54:50 2012 -0400
28797
28798     Minor
28799
28800  src/hb-ot-layout-gpos-table.hh       | 2 +-
28801  src/hb-ot-layout-gsub-table.hh       | 4 ++--
28802  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
28803  src/hb-ot-layout-private.hh          | 4 ++--
28804  4 files changed, 9 insertions(+), 9 deletions(-)
28805
28806 commit 03f67bc012f42131b36083a23efc78e1b04b828c
28807 Author: Behdad Esfahbod <behdad@behdad.org>
28808 Date:   Mon Jul 30 19:47:53 2012 -0400
28809
28810     More refactoring glyph class access
28811
28812  src/hb-ot-layout-gpos-table.hh       |   2 +-
28813  src/hb-ot-layout-gsub-table.hh       |   2 +-
28814  src/hb-ot-layout-gsubgpos-private.hh | 154
28815  +++++++++++++++++------------------
28816  3 files changed, 76 insertions(+), 82 deletions(-)
28817
28818 commit 300c7307eb7943ba7416b672345506be1e27c6ba
28819 Author: Behdad Esfahbod <behdad@behdad.org>
28820 Date:   Mon Jul 30 19:37:44 2012 -0400
28821
28822     [OT] Don't crash if no GDEF available
28823
28824  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++---
28825  1 file changed, 5 insertions(+), 3 deletions(-)
28826
28827 commit 3dcbdc2125c04c173f29f04922fc031929893f4e
28828 Author: Behdad Esfahbod <behdad@behdad.org>
28829 Date:   Mon Jul 30 19:31:17 2012 -0400
28830
28831     Minor
28832
28833  src/hb-ot-layout.cc | 15 +++++----------
28834  1 file changed, 5 insertions(+), 10 deletions(-)
28835
28836 commit 05bd1b63426e07d1df7a1b40bf845dc94ab995a8
28837 Author: Behdad Esfahbod <behdad@behdad.org>
28838 Date:   Mon Jul 30 19:30:01 2012 -0400
28839
28840     [GSUB/GPOS] Move glyph props matching around
28841
28842  src/hb-ot-layout-gpos-table.hh       |  11 ++--
28843  src/hb-ot-layout-gsub-table.hh       |  18 +++---
28844  src/hb-ot-layout-gsubgpos-private.hh |  99
28845  +++++++++++++++++++++++++++++----
28846  src/hb-ot-layout-private.hh          |  12 ----
28847  src/hb-ot-layout.cc                  | 104
28848  +++--------------------------------
28849  src/hb-ot-layout.h                   |  12 ++--
28850  src/hb-ot-shape.cc                   |  10 ++--
28851  7 files changed, 127 insertions(+), 139 deletions(-)
28852
28853 commit 2fca1426ca06cabbe8f027f2dc9dee9c27560c76
28854 Author: Behdad Esfahbod <behdad@behdad.org>
28855 Date:   Mon Jul 30 18:46:41 2012 -0400
28856
28857     [GSUB] Don't erase glyph classes if GDEF does not have glyph classes
28858
28859  src/hb-ot-layout-gsubgpos-private.hh | 5 ++++-
28860  1 file changed, 4 insertions(+), 1 deletion(-)
28861
28862 commit fd42257f8c45ff8e036e1c3eb1a788a101be7ead
28863 Author: Behdad Esfahbod <behdad@behdad.org>
28864 Date:   Mon Jul 30 18:40:27 2012 -0400
28865
28866     Minor
28867
28868  src/hb-ot-layout.cc | 29 +++++------------------------
28869  1 file changed, 5 insertions(+), 24 deletions(-)
28870
28871 commit 7fbbf86efe675e4c038dfc5985c24bbc544620cd
28872 Author: Behdad Esfahbod <behdad@behdad.org>
28873 Date:   Mon Jul 30 18:36:42 2012 -0400
28874
28875     [GSUB] Minor
28876
28877  src/hb-ot-layout-gsub-table.hh       | 2 +-
28878  src/hb-ot-layout-gsubgpos-private.hh | 6 ++++++
28879  2 files changed, 7 insertions(+), 1 deletion(-)
28880
28881 commit 713914d3203109a8e9213f5a1d3b384730703ce9
28882 Author: Behdad Esfahbod <behdad@behdad.org>
28883 Date:   Mon Jul 30 17:54:38 2012 -0400
28884
28885     [Uniscribe] Clean up a bit
28886
28887  src/hb-uniscribe.cc | 17 +++++------------
28888  1 file changed, 5 insertions(+), 12 deletions(-)
28889
28890 commit 301168dae77a63ee25adfb26ce2b54a708f83791
28891 Author: Behdad Esfahbod <behdad@behdad.org>
28892 Date:   Mon Jul 30 17:48:04 2012 -0400
28893
28894     [CoreText] Port to shape_plan infrastructure
28895
28896  src/hb-coretext.cc | 161
28897  ++++++++++++++++++++++++++---------------------------
28898  1 file changed, 80 insertions(+), 81 deletions(-)
28899
28900 commit 6cdfd14bb19d60ac3d6b20ff611408432254f273
28901 Author: Behdad Esfahbod <behdad@behdad.org>
28902 Date:   Mon Jul 30 17:22:17 2012 -0400
28903
28904     Fix build on Mac
28905
28906  src/hb-ot-layout-gsub-table.hh | 4 ++--
28907  1 file changed, 2 insertions(+), 2 deletions(-)
28908
28909 commit 7e34601dededd521bcef15111e39293df3d0d13d
28910 Author: Behdad Esfahbod <behdad@behdad.org>
28911 Date:   Mon Jul 30 14:53:41 2012 -0400
28912
28913     Unbreak Hangul jamo composition
28914
28915     When we removed the separate Hangul shaper, the specific normalization
28916     preference of Hangul was lost.  Fix that.  Also, the Thai shaper was
28917     copied from Hangul, so had the fully-composed normalization behavior,
28918     which was unnecessary.  So, fix that too.
28919
28920  src/hb-ot-shape-complex-arabic.cc  |  2 +-
28921  src/hb-ot-shape-complex-indic.cc   |  4 +---
28922  src/hb-ot-shape-complex-misc.cc    | 12 +++++++++---
28923  src/hb-ot-shape-complex-private.hh |  9 ++++-----
28924  src/hb-ot-shape.cc                 |  4 +++-
28925  5 files changed, 18 insertions(+), 13 deletions(-)
28926
28927 commit 7afb14407e59dfeaa79c33aca1ffa60e7982e349
28928 Author: Behdad Esfahbod <behdad@behdad.org>
28929 Date:   Mon Jul 30 13:54:46 2012 -0400
28930
28931     [Indic] Recategorize Telugu length marks
28932
28933     Fixes 8 more Telugu tests.  Failures at 15 (0.00154548%).
28934
28935  src/hb-unicode.cc |  8 ++++++++
28936  src/indic.cc      | 11 ++++++++---
28937  2 files changed, 16 insertions(+), 3 deletions(-)
28938
28939 commit 70b3dc327232b20051b36397aa2b196ab8c62397
28940 Author: Behdad Esfahbod <behdad@behdad.org>
28941 Date:   Mon Jul 30 12:40:18 2012 -0400
28942
28943     Add Hebrew test
28944
28945  .../texts/in-tree/shaper-default/script-hebrew/misc/diacritics.txt
28946  | 1 +
28947  1 file changed, 1 insertion(+)
28948
28949 commit f2377155e35c15919af4d7db21b6edc6783146b6
28950 Author: Behdad Esfahbod <behdad@behdad.org>
28951 Date:   Mon Jul 30 10:50:57 2012 -0400
28952
28953     [hb-old] Fix misc leaks
28954
28955     Backport (forward-port?!) from upstream:
28956
28957     commit 3ab7b37bdebf0f8773493a1fee910b151c4de30f
28958     Author: Behdad Esfahbod <behdad@behdad.org>
28959     Date:   Mon Jul 30 10:50:22 2012 -0400
28960
28961         Fix misc leaks
28962
28963         https://bugs.freedesktop.org/show_bug.cgi?id=31992
28964         https://bugs.freedesktop.org/show_bug.cgi?id=31993
28965         https://bugs.freedesktop.org/show_bug.cgi?id=31994
28966         https://bugs.freedesktop.org/show_bug.cgi?id=31995
28967
28968  src/hb-old/harfbuzz-arabic.c  | 12 +++++++++---
28969  src/hb-old/harfbuzz-gpos.c    |  6 +++---
28970  src/hb-old/harfbuzz-gsub.c    |  6 +++---
28971  src/hb-old/harfbuzz-tibetan.c |  1 +
28972  4 files changed, 16 insertions(+), 9 deletions(-)
28973
28974 commit 3f4764bb56bb7e42ba8859f1905810bd2f998838
28975 Author: Behdad Esfahbod <behdad@behdad.org>
28976 Date:   Mon Jul 30 10:06:42 2012 -0400
28977
28978     Don't lock user_data set during destruction if empty
28979
28980  src/hb-private.hh | 5 +++++
28981  1 file changed, 5 insertions(+)
28982
28983 commit 4ba647eecf0f70917ac4229af1f2dd3c62fcb7d5
28984 Author: Behdad Esfahbod <behdad@behdad.org>
28985 Date:   Mon Jul 30 09:53:06 2012 -0400
28986
28987     Fix leak
28988
28989  src/hb-ot-shape.cc | 2 ++
28990  1 file changed, 2 insertions(+)
28991
28992 commit f860366456d9e59b139a940da6d89c3c4fb9e96e
28993 Author: Behdad Esfahbod <behdad@behdad.org>
28994 Date:   Mon Jul 30 02:38:39 2012 -0400
28995
28996     [OT] Gain back some lost speed
28997
28998  src/hb-ot-layout-private.hh        | 27 +++++++++++++++-
28999  src/hb-ot-layout.cc                | 63
29000  ++++++++++++++++++++++++++++++++++----
29001  src/hb-ot-map-private.hh           | 26 +++-------------
29002  src/hb-ot-map.cc                   | 35 +++++++++++++++------
29003  src/hb-ot-shape-complex-indic.cc   |  2 +-
29004  src/hb-ot-shape-complex-private.hh |  5 ---
29005  6 files changed, 114 insertions(+), 44 deletions(-)
29006
29007 commit 11f4c87d01924cac43bf40044f67838440e19e42
29008 Author: Behdad Esfahbod <behdad@behdad.org>
29009 Date:   Mon Jul 30 02:36:46 2012 -0400
29010
29011     [OT] Remove hb_ot_layout_ensure()
29012
29013     I didn't like it from the beginning.
29014
29015  src/hb-ot-layout.cc | 9 +++++----
29016  src/hb-ot-layout.h  | 5 -----
29017  2 files changed, 5 insertions(+), 9 deletions(-)
29018
29019 commit 578e42182b9b9cf15b4c5426fae36e224160cbd7
29020 Author: Behdad Esfahbod <behdad@behdad.org>
29021 Date:   Mon Jul 30 02:35:07 2012 -0400
29022
29023     Minor
29024
29025  src/hb-ot-layout-private.hh | 2 --
29026  src/hb-ot-layout.cc         | 1 -
29027  2 files changed, 3 deletions(-)
29028
29029 commit a973b5ce86051e8ef0d20df362db1a50488842ab
29030 Author: Behdad Esfahbod <behdad@behdad.org>
29031 Date:   Mon Jul 30 01:46:34 2012 -0400
29032
29033     [GSUB] Further adjustments to mark-attachment vs ligation interaction
29034
29035     The d1d69ec52e75a78575b620a1c456d528b6078170 change broke Kannada
29036     badly,
29037     since it was ligating consonants, pushing matra out, and then ligating
29038     with the matra.  Adjust for that.  See comments.
29039
29040  src/hb-ot-layout-gsub-table.hh                                |
29041  11 ++++++++---
29042  .../in-tree/shaper-indic/indic/script-kannada/misc/misc.txt   |  1 +
29043  2 files changed, 9 insertions(+), 3 deletions(-)
29044
29045 commit 0aef425e25e2c58445157057f17ef18f695c5240
29046 Author: Behdad Esfahbod <behdad@behdad.org>
29047 Date:   Mon Jul 30 00:55:15 2012 -0400
29048
29049     [GSUB] Minor
29050
29051  src/hb-ot-layout-gpos-table.hh | 15 ++++++---------
29052  1 file changed, 6 insertions(+), 9 deletions(-)
29053
29054 commit d1d69ec52e75a78575b620a1c456d528b6078170
29055 Author: Behdad Esfahbod <behdad@behdad.org>
29056 Date:   Mon Jul 30 00:51:47 2012 -0400
29057
29058     [GSUB] Don't ligate glyphs attached to different components of
29059     ligatures
29060
29061     This concludes the mark-attachment vs ligating interaction fixes
29062     (for now).
29063
29064  src/hb-ot-layout-gsub-table.hh | 24 ++++++++++++++++++++++++
29065  1 file changed, 24 insertions(+)
29066
29067 commit 4751dec8be05883483fd5f6b474ebd22583ae566
29068 Author: Behdad Esfahbod <behdad@behdad.org>
29069 Date:   Mon Jul 30 00:42:07 2012 -0400
29070
29071     Minor
29072
29073  src/hb-ot-layout-private.hh | 20 ++++++++++----------
29074  1 file changed, 10 insertions(+), 10 deletions(-)
29075
29076 commit f24bcfbed1f3b4f4f6311246bd870f73ad6ba750
29077 Author: Behdad Esfahbod <behdad@behdad.org>
29078 Date:   Mon Jul 30 00:39:00 2012 -0400
29079
29080     Minor
29081
29082  src/hb-ot-layout-gsub-table.hh | 2 +-
29083  1 file changed, 1 insertion(+), 1 deletion(-)
29084
29085 commit fe20c0f84f5ff518dc471bf22ac5a83ef079eb69
29086 Author: Behdad Esfahbod <behdad@behdad.org>
29087 Date:   Mon Jul 30 00:00:59 2012 -0400
29088
29089     [GSUB] Fix mark component stuff when ligatures form ligatures!
29090
29091     See comments.
29092
29093     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=437633
29094
29095  src/hb-ot-layout-gsub-table.hh       | 117
29096  +++++++++++++++++++++++------------
29097  src/hb-ot-layout-gsubgpos-private.hh |   8 ---
29098  src/hb-ot-layout-private.hh          |   8 +--
29099  3 files changed, 79 insertions(+), 54 deletions(-)
29100
29101 commit 2ec3ba46a3c24469096e901750e38f6ee555479a
29102 Author: Behdad Esfahbod <behdad@behdad.org>
29103 Date:   Sun Jul 29 22:02:24 2012 -0400
29104
29105     [GSUB/GPOS] Minor
29106
29107     Start squeezing more out of lig_id/lig_comp.
29108
29109  src/hb-ot-layout-gsub-table.hh |  6 +++---
29110  src/hb-ot-layout-private.hh    | 35 +++++++++++++++++++++++++++++++----
29111  2 files changed, 34 insertions(+), 7 deletions(-)
29112
29113 commit ef6e9cec3399e4f63f4b662abd77cf6d4683e8a3
29114 Author: Behdad Esfahbod <behdad@behdad.org>
29115 Date:   Sun Jul 29 21:35:22 2012 -0400
29116
29117     Fixup bb0e4ba3e9c5a407fc5d73c914e429d24d336380
29118
29119  src/hb-shape-plan.cc | 2 +-
29120  1 file changed, 1 insertion(+), 1 deletion(-)
29121
29122 commit cb3d34063154bf164c61eeba41c6166b0bd304fb
29123 Author: Behdad Esfahbod <behdad@behdad.org>
29124 Date:   Sun Jul 29 20:37:38 2012 -0400
29125
29126     [GSUB] Don't set new lig_id on mark ligatures
29127
29128     If two marks form a ligature, retain their previous lig_id, such that
29129     the mark ligature can attach to ligature components...
29130
29131     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676343
29132
29133     In fact, I noticed that we should not let ligatures form between
29134     glyphs
29135     coming from different components of a previous ligature.  For example,
29136     if the sequence is: LAM,SHADDA,LAM,FATHA,HEH, the LAM,LAM,HEH form a
29137     ligature, putting SHADDA and FATHA next to eachother.  However,
29138     it would
29139     be wrong to ligate them.  Uniscribe has this bug also.
29140
29141  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++----
29142  1 file changed, 14 insertions(+), 4 deletions(-)
29143
29144 commit 97a201becf936f62046914b568e5763e27ee936e
29145 Author: Behdad Esfahbod <behdad@behdad.org>
29146 Date:   Sun Jul 29 20:31:36 2012 -0400
29147
29148     Add Arabic tests for mark ligature component attachments
29149
29150  .../script-arabic/misc/diacritics/MANIFEST             |  1 +
29151  .../misc/diacritics/ligature-components.txt            | 18
29152  ++++++++++++++++++
29153  2 files changed, 19 insertions(+)
29154
29155 commit a15b70a81a609f024083cb04f9819483f4d5cab7
29156 Author: Behdad Esfahbod <behdad@behdad.org>
29157 Date:   Sun Jul 29 20:09:22 2012 -0400
29158
29159     [hb-old] Fix cluster formation in RTL
29160
29161     Unlike Uniscribe, hb-old returns glyphs in logical order, so the logic
29162     does not need to duplicated for RTL.
29163
29164  src/hb-old.cc | 12 +++---------
29165  1 file changed, 3 insertions(+), 9 deletions(-)
29166
29167 commit 8a7e70ef65952fc16b8c1d5f1126c94d9d81e755
29168 Author: Behdad Esfahbod <behdad@behdad.org>
29169 Date:   Sun Jul 29 19:56:54 2012 -0400
29170
29171     [Minor]
29172
29173  src/test.cc | 2 +-
29174  1 file changed, 1 insertion(+), 1 deletion(-)
29175
29176 commit bb0e4ba3e9c5a407fc5d73c914e429d24d336380
29177 Author: Behdad Esfahbod <behdad@behdad.org>
29178 Date:   Sun Jul 29 17:34:14 2012 -0400
29179
29180     Minor
29181
29182  src/hb-shape-plan.cc         | 2 +-
29183  src/test-would-substitute.cc | 2 +-
29184  2 files changed, 2 insertions(+), 2 deletions(-)
29185
29186 commit a00ad60bc0fe74bf0e11d73da563239f3392f351
29187 Author: Behdad Esfahbod <behdad@behdad.org>
29188 Date:   Sat Jul 28 21:16:08 2012 -0400
29189
29190     [Uniscribe] Remove hb_uniscribe_font_ensure()
29191
29192     Wasn't a huge fan of putting the burden on the user.  Just remove
29193     it and
29194     do what we've got to do transparently.
29195
29196  src/hb-uniscribe.cc | 6 +++++-
29197  src/hb-uniscribe.h  | 4 ----
29198  2 files changed, 5 insertions(+), 5 deletions(-)
29199
29200 commit 5d874d566fe5d2cc4cfaf02c79b663d8a626ca1e
29201 Author: Behdad Esfahbod <behdad@behdad.org>
29202 Date:   Sat Jul 28 21:05:25 2012 -0400
29203
29204     [GPOS] Fix mark-to-mark positioning when one of the marks is
29205     a ligature
29206
29207     This commit: a3313e54008167e415b72c780ca7b9cda958d07e broke
29208     MarkMarkPos
29209     when one of the marks itself is a ligature.  That regressed 26 Tibetan
29210     tests (up from zero!).  Fix that.  Tibetan back to zero.
29211
29212  src/hb-ot-layout-gpos-table.hh                     | 27
29213  ++++++++++++++++------
29214  src/hb-ot-layout-private.hh                        |  5 ++--
29215  test/shaping/texts/in-tree/shaper-indic/MANIFEST   |  1 +
29216  .../indic/script-sinhala/misc/MANIFEST             |  1 +
29217  .../in-tree/shaper-indic/south-asian/MANIFEST      |  1 +
29218  .../south-asian/script-tibetan/MANIFEST            |  1 +
29219  .../south-asian/script-tibetan/misc/MANIFEST       |  1 +
29220  .../south-asian/script-tibetan/misc/misc.txt       |  1 +
29221  8 files changed, 29 insertions(+), 9 deletions(-)
29222
29223 commit 338fe662b50f9309bf0050dd99becb644874195b
29224 Author: Behdad Esfahbod <behdad@behdad.org>
29225 Date:   Sat Jul 28 18:53:01 2012 -0400
29226
29227     [GSUB] Minor
29228
29229  src/hb-ot-layout-gsub-table.hh | 33 ++++++++++++++++-----------------
29230  1 file changed, 16 insertions(+), 17 deletions(-)
29231
29232 commit e6f7479fe34fb4a7cada61d84c2ed70d1fd565c8
29233 Author: Behdad Esfahbod <behdad@behdad.org>
29234 Date:   Sat Jul 28 18:34:58 2012 -0400
29235
29236     [GSUB] Simplify would-apply
29237
29238  src/hb-ot-layout-gsub-table.hh       | 71
29239  +++---------------------------------
29240  src/hb-ot-layout-gsubgpos-private.hh | 24 +++---------
29241  2 files changed, 11 insertions(+), 84 deletions(-)
29242
29243 commit dadede012e4841f9fcb70d514fdc752f3ea4663d
29244 Author: Behdad Esfahbod <behdad@behdad.org>
29245 Date:   Sat Jul 28 18:03:20 2012 -0400
29246
29247     Minor
29248
29249  src/hb-ot-layout-common-private.hh | 7 +++----
29250  src/hb-ot-layout-gpos-table.hh     | 2 +-
29251  src/hb-ot-layout-gsub-table.hh     | 2 +-
29252  3 files changed, 5 insertions(+), 6 deletions(-)
29253
29254 commit 0b99429ead05ae32b3c210cb499af401b02770a9
29255 Author: Behdad Esfahbod <behdad@behdad.org>
29256 Date:   Sat Jul 28 17:31:01 2012 -0400
29257
29258     [GSUB/GPOS] Add get_coverage() and use it to speed up main loop
29259
29260     And use it to speed up the hotspot by checking coverage directly in
29261     the main loop, not 10 functions deep in.
29262
29263     Gives me a solid 20% boost with Indic test suite.  Less so for less
29264     lookup-intensive scenarios.
29265
29266     Remove the "fast_path" hack from before.
29267
29268  src/hb-ot-layout-gpos-table.hh       | 179
29269  ++++++++++++++++++++++++++++++-----
29270  src/hb-ot-layout-gsub-table.hh       | 166
29271  ++++++++++++++++++++++++++------
29272  src/hb-ot-layout-gsubgpos-private.hh |  26 +++++
29273  3 files changed, 321 insertions(+), 50 deletions(-)
29274
29275 commit 30ec9002d84e8b49290e782e6192069821ffa942
29276 Author: Behdad Esfahbod <behdad@behdad.org>
29277 Date:   Sat Jul 28 17:25:20 2012 -0400
29278
29279     Reject lookups with no subTable
29280
29281  src/hb-ot-layout-common-private.hh | 1 +
29282  1 file changed, 1 insertion(+)
29283
29284 commit 0981068b75710397f08e0d2d776a0a2ea68d7117
29285 Author: Behdad Esfahbod <behdad@behdad.org>
29286 Date:   Sat Jul 28 17:01:59 2012 -0400
29287
29288     [GSUB/GPOS] Reject Context/ChainContext lookups with zero input
29289
29290  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
29291  1 file changed, 2 insertions(+)
29292
29293 commit 2f87cebe1062c7007021ebd05c1664e60da80825
29294 Author: Behdad Esfahbod <behdad@behdad.org>
29295 Date:   Fri Jul 27 04:02:38 2012 -0400
29296
29297     Implement shape_plan caching
29298
29299     Should give us some performance boost.
29300
29301  TODO                     |   4 ++
29302  src/hb-buffer-private.hh |  30 ++++++++++++++
29303  src/hb-font-private.hh   |   6 +++
29304  src/hb-font.cc           |  15 ++++++-
29305  src/hb-shape-plan.cc     | 100
29306  +++++++++++++++++++++++++++++++++++++++++++++++
29307  src/hb-shape-plan.h      |   7 ++++
29308  src/hb-shape.cc          |   2 +-
29309  7 files changed, 162 insertions(+), 2 deletions(-)
29310
29311 commit e9eb9503e97044222f843daacfa47e26e51312b7
29312 Author: Behdad Esfahbod <behdad@behdad.org>
29313 Date:   Fri Jul 27 03:16:22 2012 -0400
29314
29315     Add default_shaper_list to shape_plan
29316
29317  src/hb-shape-plan-private.hh | 1 +
29318  src/hb-shape-plan.cc         | 2 ++
29319  2 files changed, 3 insertions(+)
29320
29321 commit 3b7c4e270694ed962e2a2839e44f2a59c26b326c
29322 Author: Behdad Esfahbod <behdad@behdad.org>
29323 Date:   Fri Jul 27 03:12:23 2012 -0400
29324
29325     Don't fail choosing shaper on planning failure
29326
29327     Shapers have a chance to reject a font in face shaper_data creation.
29328     No need to allow failing during planning.
29329
29330  src/hb-shape-plan.cc | 17 ++++++-----------
29331  1 file changed, 6 insertions(+), 11 deletions(-)
29332
29333 commit cfe9882610489e1b917e09a74dfbf6bbba2e4a57
29334 Author: Behdad Esfahbod <behdad@behdad.org>
29335 Date:   Fri Jul 27 03:06:30 2012 -0400
29336
29337     Add hb_ot_layout_ensure() and hb_uniscribe_font_ensure()
29338
29339  src/hb-ot-layout.cc      |  7 +++++++
29340  src/hb-ot-layout.h       |  6 ++++++
29341  src/hb-shape-plan.cc     | 22 ++--------------------
29342  src/hb-shaper-private.hh | 18 ++++++++++++++++++
29343  src/hb-uniscribe.cc      | 11 +++++++++++
29344  src/hb-uniscribe.h       |  4 ++++
29345  6 files changed, 48 insertions(+), 20 deletions(-)
29346
29347 commit c5b668fb9239c912d2448280a7176e331ebc9181
29348 Author: Behdad Esfahbod <behdad@behdad.org>
29349 Date:   Fri Jul 27 02:49:39 2012 -0400
29350
29351     Choose one shaper per plan
29352
29353  src/hb-shape-plan-private.hh |  2 +-
29354  src/hb-shape-plan.cc         | 19 +++++++++----------
29355  2 files changed, 10 insertions(+), 11 deletions(-)
29356
29357 commit e82061e8db922f0ddbefd5a184ee2f9f967b9a05
29358 Author: Behdad Esfahbod <behdad@behdad.org>
29359 Date:   Fri Jul 27 02:29:32 2012 -0400
29360
29361     Move ot shaper completely to shape_plan
29362
29363  src/hb-ot-shape-private.hh |   6 --
29364  src/hb-ot-shape.cc         | 181
29365  +++++++++++++++++++++------------------------
29366  src/hb-uniscribe.cc        |   2 +-
29367  3 files changed, 84 insertions(+), 105 deletions(-)
29368
29369 commit ea278d3895fe0c92801d692cd71d8d9f1de7c048
29370 Author: Behdad Esfahbod <behdad@behdad.org>
29371 Date:   Fri Jul 27 02:12:28 2012 -0400
29372
29373     Partially switch ot shaper to shape_plan
29374
29375  src/hb-buffer-private.hh       |  1 +
29376  src/hb-buffer.cc               |  1 -
29377  src/hb-font-private.hh         |  2 --
29378  src/hb-font.cc                 | 22 ++++++++++++++--------
29379  src/hb-ot-layout-gpos-table.hh |  2 +-
29380  src/hb-ot-layout-gsub-table.hh |  4 ++--
29381  src/hb-ot-layout-private.hh    |  1 +
29382  src/hb-ot-layout.cc            |  9 ++++++---
29383  src/hb-ot-shape.cc             |  3 ++-
29384  src/hb-shape-plan.cc           | 11 +++++++++++
29385  src/hb-shaper-private.hh       |  3 ++-
29386  11 files changed, 40 insertions(+), 19 deletions(-)
29387
29388 commit b6b7ba1313bf686e6ed567183466104c90504a67
29389 Author: Behdad Esfahbod <behdad@behdad.org>
29390 Date:   Fri Jul 27 01:26:11 2012 -0400
29391
29392     Switch old and uniscribe backends to shape_plan
29393
29394  src/hb-old.cc                 |  80 ++------------------------
29395  src/hb-shape.cc               |   5 ++
29396  src/hb-shaper-impl-private.hh |   3 +-
29397  src/hb-shaper-private.hh      |   4 --
29398  src/hb-uniscribe.cc           | 130
29399  ++++++++++++------------------------------
29400  5 files changed, 48 insertions(+), 174 deletions(-)
29401
29402 commit c32c096a429da3e64896cf42ff5ab8c775d3c2ec
29403 Author: Behdad Esfahbod <behdad@behdad.org>
29404 Date:   Fri Jul 27 01:13:53 2012 -0400
29405
29406     Switch to shape_plan
29407
29408     Not optimized yet.  Eats babies.  And no shaper uses the shape_plan.
29409
29410  src/hb-shape-plan.cc | 37 +++++++++++++++++++++++++++++++++++--
29411  src/hb-shape-plan.h  |  8 ++++++++
29412  src/hb-shape.cc      | 27 ++++-----------------------
29413  3 files changed, 47 insertions(+), 25 deletions(-)
29414
29415 commit 5b95c148cc485f79fd7018bc4520b4cb5f728a18
29416 Author: Behdad Esfahbod <behdad@behdad.org>
29417 Date:   Thu Jul 26 23:46:53 2012 -0400
29418
29419     Start implementing shape_plan
29420
29421  src/hb-fallback-shape.cc     |  4 ++-
29422  src/hb-font-private.hh       |  4 +++
29423  src/hb-old.cc                |  4 ++-
29424  src/hb-ot-shape.cc           |  4 ++-
29425  src/hb-shape-plan-private.hh |  7 ++++
29426  src/hb-shape-plan.cc         | 76
29427  ++++++++++++++++++++++++++++++++++++++++++--
29428  src/hb-shape.cc              |  4 +++
29429  src/hb-shaper-private.hh     |  4 +--
29430  src/hb-uniscribe.cc          |  4 ++-
29431  9 files changed, 103 insertions(+), 8 deletions(-)
29432
29433 commit bd26b4d21f59312805d294f46f15182adbcc47da
29434 Author: Behdad Esfahbod <behdad@behdad.org>
29435 Date:   Thu Jul 26 22:05:39 2012 -0400
29436
29437     Minor
29438
29439  src/Makefile.am              |   1 +
29440  src/hb-fallback-shape.cc     |   3 +-
29441  src/hb-old.cc                |   3 +-
29442  src/hb-ot-shape.cc           |   3 +-
29443  src/hb-shape-plan-private.hh |   2 +-
29444  src/hb-shape-plan.cc         |   2 +
29445  src/hb-shape.cc              |  98 ++++----------------------------------
29446  src/hb-shaper-private.hh     |  16 ++++++-
29447  src/hb-shaper.cc             | 109
29448  +++++++++++++++++++++++++++++++++++++++++++
29449  src/hb-uniscribe.cc          |   3 +-
29450  10 files changed, 145 insertions(+), 95 deletions(-)
29451
29452 commit 027857d0412477fb4427dcb8a8c45287c272e143
29453 Author: Behdad Esfahbod <behdad@behdad.org>
29454 Date:   Thu Jul 26 17:34:25 2012 -0400
29455
29456     Start adding a unified shaper access infrastructure
29457
29458     Add global shape_plan.  Unused so far.
29459
29460  src/Makefile.am                                    |  15 +-
29461  src/hb-coretext-private.hh                         |  42 -----
29462  src/hb-coretext.cc                                 |   6 +-
29463  src/hb-fallback-shape.cc                           |  62 ++++++-
29464  src/hb-font-private.hh                             |  12 ++
29465  src/hb-font.cc                                     |  15 +-
29466  src/hb-old.cc                                      | 109 +++++++++---
29467  src/hb-ot-shape-private.hh                         |   8 -
29468  src/hb-ot-shape.cc                                 |  60 ++++++-
29469  ...aphite2-private.hh => hb-shape-plan-private.hh} |  28 +++-
29470  src/hb-shape-plan.cc                               |  85 ++++++++++
29471  ...b-fallback-shape-private.hh => hb-shape-plan.h} |  39 +++--
29472  src/hb-shape.cc                                    |  48 +-----
29473  ...scribe-private.hh => hb-shaper-impl-private.hh} |  20 ++-
29474  src/{hb-old-private.hh => hb-shaper-list.hh}       |  30 ++--
29475  src/hb-shaper-private.hh                           |  81 +++++++++
29476  src/hb-uniscribe.cc                                | 186
29477  +++++++++++++--------
29478  17 files changed, 608 insertions(+), 238 deletions(-)
29479
29480 commit fa2dfcd560444d8c54b6349ee106134d3536f79b
29481 Author: Behdad Esfahbod <behdad@behdad.org>
29482 Date:   Thu Jul 26 16:06:16 2012 -0400
29483
29484     Fix visibility warnings with MinGW32
29485
29486  src/hb-old/harfbuzz-global.h | 17 +++++++++++------
29487  src/hb-old/harfbuzz-impl.h   |  6 +++++-
29488  2 files changed, 16 insertions(+), 7 deletions(-)
29489
29490 commit ac2085d4b391b0a72473ecac3dd6c22efe66833f
29491 Author: Jonathan Kew <jfkthame@gmail.com>
29492 Date:   Thu Jul 26 15:58:45 2012 -0400
29493
29494     [CoreText] Ensure cluster indices in output buffer are non-decreasing.
29495
29496     Does not provide Uniscribe-compatible results, but should at least
29497     avoid
29498     breaking hb-view due to out-of-order cluster values.
29499
29500     For RTL runs, ensure cluster values are non-increasing (instead of
29501     non-decreasing).
29502
29503  src/hb-coretext.cc | 37 +++++++++++++++++++++++++++++++++++++
29504  1 file changed, 37 insertions(+)
29505
29506 commit 441d3bb7de311d54b9f0a5210344f9a96e97e153
29507 Author: Behdad Esfahbod <behdad@behdad.org>
29508 Date:   Thu Jul 26 12:01:12 2012 -0400
29509
29510     Minor
29511
29512  src/hb-coretext.cc | 4 ++--
29513  1 file changed, 2 insertions(+), 2 deletions(-)
29514
29515 commit 2e7f223054d310695bdb3498b2b2b5d17b6cce78
29516 Author: Behdad Esfahbod <behdad@behdad.org>
29517 Date:   Wed Jul 25 19:30:15 2012 -0400
29518
29519     [hb-old] Fix Arabic cursive positioning
29520
29521     Backporting from upstream:
29522
29523     commit b847f24ce855d24f6822bcd9c0006905e81b94d8
29524     Author: Behdad Esfahbod <behdad@behdad.org>
29525     Date:   Wed Jul 25 19:29:16 2012 -0400
29526
29527         [arabic] Fix Arabic cursive positioning
29528
29529         This was clearly broken in testing.  Who knows...  Fixes for me.
29530         Test with a Nastaleeq font, or with Arabic Typesetting.
29531
29532         Backporting from Chromium.
29533
29534  src/hb-old/harfbuzz-shaper.cpp | 2 +-
29535  1 file changed, 1 insertion(+), 1 deletion(-)
29536
29537 commit 9550a8c4e8b4e28be60d38c27d59253846ff9569
29538 Author: Behdad Esfahbod <behdad@behdad.org>
29539 Date:   Wed Jul 25 19:22:57 2012 -0400
29540
29541     [hb-old] Fixup not-enough-space handling
29542
29543  src/hb-old.cc | 15 ++++++++-------
29544  1 file changed, 8 insertions(+), 7 deletions(-)
29545
29546 commit 91e721ea8693205f4f738bca97a5055ee75cf463
29547 Author: Behdad Esfahbod <behdad@behdad.org>
29548 Date:   Wed Jul 25 19:20:34 2012 -0400
29549
29550     [hb-old] Fix clusters
29551
29552     Unlike its "documentation", hb-old's log_clusters are, well, indeed
29553     logical, not visual.  Fixup.  Adapted / copied from hb-uniscribe.
29554
29555  src/hb-old.cc                | 51
29556  ++++++++++++++++++++++++++++++++++----------
29557  src/hb-old/harfbuzz-shaper.h |  1 +
29558  src/hb-uniscribe.cc          |  5 +++--
29559  3 files changed, 44 insertions(+), 13 deletions(-)
29560
29561 commit a3313e54008167e415b72c780ca7b9cda958d07e
29562 Author: Behdad Esfahbod <behdad@behdad.org>
29563 Date:   Wed Jul 25 18:37:51 2012 -0400
29564
29565     [GPOS] Fix MarkMarkPos applied to results of MultipleSubst
29566
29567     This was broken as a result of
29568     7b84c536c10ab90ed96a033d88e9ad232d46c5b8.
29569     As Khaled reported, MarkMark positioning was broken with glyphs
29570     resulting from a MultipleSubst.  Fixed.  Test with the ALLAH character
29571     in Amiri.
29572
29573  src/hb-ot-layout-gpos-table.hh | 10 +++++-----
29574  src/hb-ot-layout-private.hh    | 23 +++++++++++++++++++++--
29575  2 files changed, 26 insertions(+), 7 deletions(-)
29576
29577 commit 35bdab3cf1f0836807160e3ce93766c321b32e8c
29578 Author: Behdad Esfahbod <behdad@behdad.org>
29579 Date:   Wed Jul 25 11:59:52 2012 -0400
29580
29581     Minor
29582
29583  src/hb-unicode-private.hh | 2 +-
29584  1 file changed, 1 insertion(+), 1 deletion(-)
29585
29586 commit 8fe4c7405b922cf0f936a46a9baedf4885b05254
29587 Author: Behdad Esfahbod <behdad@behdad.org>
29588 Date:   Tue Jul 24 21:05:12 2012 -0400
29589
29590     [hb-old] Add HarfBuzz.old shaper
29591
29592     Choose using shaper name "old".
29593
29594  configure.ac           |   8 +
29595  src/Makefile.am        |  14 +-
29596  src/hb-old-private.hh  |  40 +++
29597  src/hb-old.cc          | 369 ++++++++++++++++++++++++
29598  src/hb-old/.gitignore  |   7 -
29599  src/hb-old/Makefile.am |   2 +
29600  src/hb-old/Makefile.in | 762
29601  -------------------------------------------------
29602  src/hb-shape.cc        |   8 +-
29603  8 files changed, 436 insertions(+), 774 deletions(-)
29604
29605 commit 5e1987005eb1b9af7a4d3d9f90c5768d8cc80015
29606 Author: Behdad Esfahbod <behdad@behdad.org>
29607 Date:   Tue Jul 24 19:53:55 2012 -0400
29608
29609     [hb-old] Define Unicode funcs in terms of new HarfBuzz
29610
29611  src/hb-old/Makefile.am         |   4 +
29612  src/hb-old/Makefile.in         | 182
29613  ++++++++++++++++++++++++++++++++++++-----
29614  src/hb-old/harfbuzz-external.h | 100 +++++++++++++---------
29615  3 files changed, 224 insertions(+), 62 deletions(-)
29616
29617 commit 4a31166b2853c1ec052844140e114158f47c2355
29618 Author: Behdad Esfahbod <behdad@behdad.org>
29619 Date:   Tue Jul 24 19:49:48 2012 -0400
29620
29621     [hb-old] Shovel out the line-breaking / word-segmentation stuff
29622
29623  src/hb-old/Makefile.am               |  10 +-
29624  src/hb-old/Makefile.in               |  13 +-
29625  src/hb-old/harfbuzz-external.h       |  66 ------
29626  src/hb-old/harfbuzz-indic.cpp        |  26 ---
29627  src/hb-old/harfbuzz-khmer.c          |  25 ---
29628  src/hb-old/harfbuzz-myanmar.c        |  28 ---
29629  src/hb-old/harfbuzz-shaper-private.h |  12 --
29630  src/hb-old/harfbuzz-shaper.cpp       | 403
29631  +++--------------------------------
29632  src/hb-old/harfbuzz-shaper.h         |  31 ---
29633  src/hb-old/harfbuzz-thai.c           | 111 ----------
29634  src/hb-old/harfbuzz-tibetan.c        |  26 ---
29635  src/hb-old/harfbuzz.c                |  32 ---
29636  12 files changed, 33 insertions(+), 750 deletions(-)
29637
29638 commit 0bcbe88cf313117f739b98a11dbe698b75784e9d
29639 Author: Behdad Esfahbod <behdad@behdad.org>
29640 Date:   Tue Jul 24 19:38:24 2012 -0400
29641
29642     [hb-old] Add visibility attributes
29643
29644  src/hb-old/harfbuzz-global.h | 10 ++++++----
29645  src/hb-old/harfbuzz-impl.h   |  2 +-
29646  2 files changed, 7 insertions(+), 5 deletions(-)
29647
29648 commit 6a9d43c3178c920672a84382ca3797e3c478b2b0
29649 Author: Behdad Esfahbod <behdad@behdad.org>
29650 Date:   Tue Jul 24 19:21:22 2012 -0400
29651
29652     [hb-old] Remove unused header file
29653
29654  src/hb-old/harfbuzz-shape.h | 199
29655  --------------------------------------------
29656  1 file changed, 199 deletions(-)
29657
29658 commit fb47209c5b3aa992faf18d1a3f78b9d7682cf62f
29659 Author: Behdad Esfahbod <behdad@behdad.org>
29660 Date:   Tue Jul 24 19:20:19 2012 -0400
29661
29662     [hb-old] Rename hb_buffer_* to HB_Buffer_*
29663
29664  src/hb-old/harfbuzz-buffer.c   | 22 +++++++++++-----------
29665  src/hb-old/harfbuzz-buffer.h   |  8 ++++----
29666  src/hb-old/harfbuzz-shaper.cpp |  8 ++++----
29667  3 files changed, 19 insertions(+), 19 deletions(-)
29668
29669 commit 1512a7357513b72e2a07dda706a176bb23d694e9
29670 Author: Behdad Esfahbod <behdad@behdad.org>
29671 Date:   Tue Jul 24 19:16:56 2012 -0400
29672
29673     [hb-old] Start adding HarfBuzz-old as a new backend
29674
29675  configure.ac                         |    1 +
29676  src/Makefile.am                      |    5 +
29677  src/hb-old/.gitignore                |    7 +
29678  src/hb-old/COPYING                   |   24 +
29679  src/hb-old/Makefile.am               |   56 +
29680  src/hb-old/Makefile.in               |  631 ++++
29681  src/hb-old/README                    |    7 +
29682  src/hb-old/harfbuzz-arabic.c         | 1144 +++++++
29683  src/hb-old/harfbuzz-buffer-private.h |  107 +
29684  src/hb-old/harfbuzz-buffer.c         |  383 +++
29685  src/hb-old/harfbuzz-buffer.h         |  102 +
29686  src/hb-old/harfbuzz-external.h       |  151 +
29687  src/hb-old/harfbuzz-gdef-private.h   |  135 +
29688  src/hb-old/harfbuzz-gdef.c           | 1163 +++++++
29689  src/hb-old/harfbuzz-gdef.h           |  140 +
29690  src/hb-old/harfbuzz-global.h         |  118 +
29691  src/hb-old/harfbuzz-gpos-private.h   |  729 ++++
29692  src/hb-old/harfbuzz-gpos.c           | 6094
29693  ++++++++++++++++++++++++++++++++++
29694  src/hb-old/harfbuzz-gpos.h           |  155 +
29695  src/hb-old/harfbuzz-greek.c          |  447 +++
29696  src/hb-old/harfbuzz-gsub-private.h   |  483 +++
29697  src/hb-old/harfbuzz-gsub.c           | 4329 ++++++++++++++++++++++++
29698  src/hb-old/harfbuzz-gsub.h           |  148 +
29699  src/hb-old/harfbuzz-hangul.c         |  268 ++
29700  src/hb-old/harfbuzz-hebrew.c         |  187 ++
29701  src/hb-old/harfbuzz-impl.c           |   84 +
29702  src/hb-old/harfbuzz-impl.h           |  131 +
29703  src/hb-old/harfbuzz-indic.cpp        | 1894 +++++++++++
29704  src/hb-old/harfbuzz-khmer.c          |  667 ++++
29705  src/hb-old/harfbuzz-myanmar.c        |  539 +++
29706  src/hb-old/harfbuzz-open-private.h   |  102 +
29707  src/hb-old/harfbuzz-open.c           | 1433 ++++++++
29708  src/hb-old/harfbuzz-open.h           |  288 ++
29709  src/hb-old/harfbuzz-shape.h          |  199 ++
29710  src/hb-old/harfbuzz-shaper-all.cpp   |   37 +
29711  src/hb-old/harfbuzz-shaper-private.h |  171 +
29712  src/hb-old/harfbuzz-shaper.cpp       | 1338 ++++++++
29713  src/hb-old/harfbuzz-shaper.h         |  294 ++
29714  src/hb-old/harfbuzz-stream-private.h |   81 +
29715  src/hb-old/harfbuzz-stream.c         |  114 +
29716  src/hb-old/harfbuzz-stream.h         |   51 +
29717  src/hb-old/harfbuzz-thai.c           |  111 +
29718  src/hb-old/harfbuzz-tibetan.c        |  274 ++
29719  src/hb-old/harfbuzz.c                |   32 +
29720  src/hb-old/harfbuzz.h                |   38 +
29721  45 files changed, 24892 insertions(+)
29722
29723 commit 478fd0529b868b22905a9dedf331ac7cc9721723
29724 Author: Behdad Esfahbod <behdad@behdad.org>
29725 Date:   Tue Jul 24 17:09:01 2012 -0400
29726
29727     Minor
29728
29729  src/hb-unicode-private.hh | 27 ++++++++++++++-------------
29730  1 file changed, 14 insertions(+), 13 deletions(-)
29731
29732 commit 8979a7f6f2b44ade4c0198a31ae08561b35ce009
29733 Author: Behdad Esfahbod <behdad@behdad.org>
29734 Date:   Tue Jul 24 17:03:55 2012 -0400
29735
29736     [Mongolian] Remove Mongolian Vowel Separator at the end of shaping
29737
29738     Results match Uniscribe now.
29739
29740  src/hb-unicode-private.hh | 3 +++
29741  1 file changed, 3 insertions(+)
29742
29743 commit aa6d849838d5231465ae1a25a4dd5ea1e9380ff9
29744 Author: Jonathan Kew <jfkthame@gmail.com>
29745 Date:   Tue Jul 24 15:52:32 2012 -0400
29746
29747     [CoreText] Add basic Core Text backend for comparison with our
29748     native shaping
29749
29750     Does not attempt to handle clusters in a Uniscribe- or
29751     HarfBuzz-compatible way;
29752     just returns the original string indexes that CT maintains. These
29753     may even be
29754     out-of-order in the case of reordrant glyphs.
29755
29756  configure.ac               |  12 ++
29757  src/Makefile.am            |   7 +
29758  src/hb-coretext-private.hh |  42 ++++++
29759  src/hb-coretext.cc         | 323
29760  +++++++++++++++++++++++++++++++++++++++++++++
29761  src/hb-coretext.h          |  43 ++++++
29762  src/hb-shape.cc            |   6 +
29763  6 files changed, 433 insertions(+)
29764
29765 commit ec8d2494694275dfbbac2dd0d33ca2894b0463d6
29766 Author: Behdad Esfahbod <behdad@behdad.org>
29767 Date:   Tue Jul 24 15:40:37 2012 -0400
29768
29769     Make data members of various OpenType structs protected instead
29770     of private
29771
29772     Should fix warnings generated when building with
29773     -Wunused-private-field.
29774     Based on patch from Jonathan Kew.
29775
29776  src/hb-open-file-private.hh          |  8 +++---
29777  src/hb-ot-head-table.hh              |  2 +-
29778  src/hb-ot-hhea-table.hh              |  2 +-
29779  src/hb-ot-hmtx-table.hh              |  2 +-
29780  src/hb-ot-layout-common-private.hh   | 14 ++++++-----
29781  src/hb-ot-layout-gdef-table.hh       | 20 +++++++--------
29782  src/hb-ot-layout-gpos-table.hh       | 48
29783  ++++++++++++++++++------------------
29784  src/hb-ot-layout-gsub-table.hh       | 30 +++++++++++-----------
29785  src/hb-ot-layout-gsubgpos-private.hh | 32 ++++++++++++------------
29786  src/hb-ot-maxp-table.hh              |  2 +-
29787  src/hb-ot-name-table.hh              |  2 +-
29788  11 files changed, 82 insertions(+), 80 deletions(-)
29789
29790 commit 97aa0b738a33b73a3f9763dd2950f2dd39f596ed
29791 Author: Behdad Esfahbod <behdad@behdad.org>
29792 Date:   Tue Jul 24 15:02:34 2012 -0400
29793
29794     Minor const correctness shuffling
29795
29796  src/hb-shape.cc | 6 +++---
29797  1 file changed, 3 insertions(+), 3 deletions(-)
29798
29799 commit 6411e74caf23af7b0545f1fe54d19a1c8da895e8
29800 Author: Behdad Esfahbod <behdad@behdad.org>
29801 Date:   Tue Jul 24 13:48:49 2012 -0400
29802
29803     [Indic] Reposition Gurmukhi top matras to after post
29804
29805     The font is forming a post-base consonant in some samples, and
29806     Uniscribe
29807     positions top matra on the post-base.  Do the same.
29808
29809     Gurmukhi failures down from 59 to 41 (0.0674242%).
29810
29811  src/hb-ot-shape-complex-indic.cc                                        |
29812  2 +-
29813  .../texts/in-tree/shaper-indic/indic/script-gurmukhi/misc/misc.txt      |
29814  1 +
29815  2 files changed, 2 insertions(+), 1 deletion(-)
29816
29817 commit c3f769ba09df319fa69d04f68c57444f95eceee6
29818 Author: Behdad Esfahbod <behdad@behdad.org>
29819 Date:   Tue Jul 24 13:26:32 2012 -0400
29820
29821     [Indic] Ignore Uniscribe output containing two zero-width space glyphs
29822
29823     Uniscribe is buggy and sometimes /eats/ a mark next to a non-joiner.
29824     Most of Malayalam failures where actually hitting this bug.
29825
29826     Ignore test output with two zero-width space glyphs.  This is a hack
29827     until we build up the test suite infrastructure better.
29828
29829     Bengali went down by 9, Devanagari by 2, Kannada by 130, Malayalm down
29830     from 1197 to 307, Sinhala down by 16, Telugu down by 26.  New stats:
29831
29832     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
29833     DEVANAGARI: 693573 out of 693628 tests passed. 55 failed (0.00792932%)
29834     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
29835     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
29836     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
29837     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
29838     MALAYALAM: 1048109 out of 1048416 tests passed. 307 failed
29839     (0.0292823%)
29840     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
29841     SINHALA: 271715 out of 271847 tests passed. 132 failed (0.0485567%)
29842     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
29843     TELUGU: 970550 out of 970573 tests passed. 23 failed (0.00236973%)
29844
29845  test/shaping/hb_test_tools.py                                           |
29846  1 +
29847  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt     |
29848  2 ++
29849  2 files changed, 3 insertions(+)
29850
29851 commit 65c43accdc4d2082282d5cedba8514b8df0c18a2
29852 Author: Behdad Esfahbod <behdad@behdad.org>
29853 Date:   Tue Jul 24 03:36:47 2012 -0400
29854
29855     [Indic] Better position left-matra in Malayalam
29856
29857     Just put it before base, which is what's expected.
29858
29859     Malayalam failures down from 1559 to 1197 (0.114172%).
29860
29861     BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
29862     DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
29863     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
29864     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
29865     KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
29866     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
29867     MALAYALAM: 1047219 out of 1048416 tests passed. 1197 failed
29868     (0.114172%)
29869     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
29870     SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
29871     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
29872     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
29873
29874  src/hb-ot-shape-complex-indic.cc                   | 41
29875  +++++++++++++++-------
29876  .../indic/script-malayalam/misc/misc.txt           |  1 +
29877  2 files changed, 29 insertions(+), 13 deletions(-)
29878
29879 commit 88f413b56f2858d149e2fc067685aeecaea779ca
29880 Author: Behdad Esfahbod <behdad@behdad.org>
29881 Date:   Tue Jul 24 03:04:36 2012 -0400
29882
29883     [Indic] Implement Reph+Ya-Phalaa interaction
29884
29885     The sequence Ra,H,Ya in Bengali is ambigious and Unicode encoded
29886     that to
29887     get Ya-Phalaa, one would place ZWJ before Halant.  Ie. a ZWJ,H
29888     sequence
29889     requests subjoining, while a H,ZWJ requests Half form.  Implement
29890     that.
29891
29892     Bengali failures go down from 377 to 297 (0.0838308%).
29893     Gujarati is down by 4 to 17 (0.0046384%).
29894     Kannada is down by 226 to 957 (0.100534%).
29895
29896     Current status:
29897
29898     BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
29899     DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
29900     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
29901     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
29902     KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
29903     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
29904     MALAYALAM: 1046857 out of 1048416 tests passed. 1559 failed
29905     (0.148701%)
29906     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
29907     SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
29908     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
29909     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
29910
29911  src/hb-ot-shape-complex-indic.cc                               |
29912  10 ++++++++--
29913  .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt    |  4 ++++
29914  2 files changed, 12 insertions(+), 2 deletions(-)
29915
29916 commit dff0ece11d61978c04e839501f179a5c3077f340
29917 Author: Behdad Esfahbod <behdad@behdad.org>
29918 Date:   Tue Jul 24 02:30:38 2012 -0400
29919
29920     [Indic] Limit matras to 4 per syllable
29921
29922     Also limit joiners.
29923
29924     This limits our syllable length to a constant, and is
29925     closer to what Uniscribe does anyway.
29926
29927     Two Devanagari tests regressed, but who cares about tests with 20
29928     joiners in a row?!  Devanagari at 57 (0.00821766%) now.
29929
29930  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
29931  1 file changed, 2 insertions(+), 2 deletions(-)
29932
29933 commit 330b329c8905a37ca88c556dea82c70d74c77458
29934 Author: Behdad Esfahbod <behdad@behdad.org>
29935 Date:   Tue Jul 24 02:25:26 2012 -0400
29936
29937     [Indic] Unmark U+17D1 KHMER SIGN VIRIAM to NOT be a Virama
29938
29939     Fixes another 1 Khmer failure.  Down to 30 (0.0100293%) now.
29940
29941  src/hb-ot-shape-complex-indic.cc                                        |
29942  2 ++
29943  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
29944  1 +
29945  2 files changed, 3 insertions(+)
29946
29947 commit 6824a7194e01b77eddb95bd95a9b32e219140912
29948 Author: Behdad Esfahbod <behdad@behdad.org>
29949 Date:   Tue Jul 24 02:22:18 2012 -0400
29950
29951     [Indic] Recategorize Khmer various signs as top matras
29952
29953     Khmer failures down from 39 to 31 (0.0103636%).
29954
29955  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++-------------
29956  1 file changed, 10 insertions(+), 13 deletions(-)
29957
29958 commit d90b8e841e0068a601c96ab184d18b0f48eec9d1
29959 Author: Behdad Esfahbod <behdad@behdad.org>
29960 Date:   Tue Jul 24 02:10:20 2012 -0400
29961
29962     [Indic] Reposition Khmer prebase-reordering Ra around split matras
29963
29964     In Khmer coeng model, a V,Ra can go *after* matras.  If it goes
29965     after a
29966     split matra, it should be reordered to *before* the left part of
29967     such matra.
29968
29969     Khmer failures down from 136 to 39 (0.0130381%).
29970
29971  src/hb-ot-shape-complex-indic.cc                            | 13
29972  +++++++++++++
29973  .../south-east-asian/script-khmer/misc/misc.txt             |  4 ++++
29974  2 files changed, 17 insertions(+)
29975
29976 commit 0afb84c12567ac35adac657bf8be29999b8c5a50
29977 Author: Behdad Esfahbod <behdad@behdad.org>
29978 Date:   Tue Jul 24 01:44:47 2012 -0400
29979
29980     [Indic] Fix minor bug in pre-base Ra positioning
29981
29982  src/hb-ot-shape-complex-indic.cc | 4 ++--
29983  1 file changed, 2 insertions(+), 2 deletions(-)
29984
29985 commit 7573799126e812a047daa5f64121ec959866b3c8
29986 Author: Behdad Esfahbod <behdad@behdad.org>
29987 Date:   Tue Jul 24 01:32:07 2012 -0400
29988
29989     [Indic] Position Khmer U+17CE
29990
29991     Fixes another 6 Khmer failures.  Now at 136 (0.0454661%).
29992
29993  src/hb-ot-shape-complex-indic.cc                                    |
29994  6 ++++++
29995  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt        | 1 +
29996  2 files changed, 7 insertions(+)
29997
29998 commit 8d00e8d0e7d10f823e6975fecaffb9d557b1a99a
29999 Author: Behdad Esfahbod <behdad@behdad.org>
30000 Date:   Tue Jul 24 01:04:18 2012 -0400
30001
30002     [Indic] Don't reposition Khmer Bindu
30003
30004     Khmer Bindu doesn't like to move to syllable end.  Leave it where it
30005     was.
30006
30007     Brings down Khmer failures from 510 to 142 (0.047572%).
30008
30009  src/hb-ot-shape-complex-indic.cc | 2 ++
30010  1 file changed, 2 insertions(+)
30011
30012 commit 2278eefcdb3dd0d492b9d07176fbecc1f0516bb7
30013 Author: Behdad Esfahbod <behdad@behdad.org>
30014 Date:   Tue Jul 24 00:26:43 2012 -0400
30015
30016     [Indic] In Sinhala, form forced Reph even if no other consonant found
30017
30018     Fixes another 10 Sinhala failures.  Down to 148 (0.0544424%).
30019
30020  src/hb-ot-shape-complex-indic.cc                               |
30021  10 +++++-----
30022  .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt    |  1 +
30023  2 files changed, 6 insertions(+), 5 deletions(-)
30024
30025 commit 71fd5e80ad06c8e85a1112cc89e129d6cd03f82c
30026 Author: Behdad Esfahbod <behdad@behdad.org>
30027 Date:   Tue Jul 24 00:21:16 2012 -0400
30028
30029     [Indic] Further adjust base algorithm for Sinhala
30030
30031     Apparently if there is C,V,ZWJ,C, the first C will be base, but if
30032     it's C,ZWJ,V,C, the second one will be.
30033
30034     Note that Uniscribe implements this differently, by breaking
30035     syllable in
30036     the case of C,ZWJ,V,C and putting the first consonant in one syllable
30037     and the rest in the next syllable.
30038
30039     Sinhala failures down from 208 to 158 (0.0581209%).  No changes to
30040     Khmer.
30041
30042  src/hb-ot-shape-complex-indic.cc                              |
30043  11 +++++++----
30044  .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt   |  3 +++
30045  2 files changed, 10 insertions(+), 4 deletions(-)
30046
30047 commit 73d71cc527d28fd5519c5d965c272ea1fb149a0e
30048 Author: Behdad Esfahbod <behdad@behdad.org>
30049 Date:   Tue Jul 24 00:09:12 2012 -0400
30050
30051     [Indic] End Vowel-based syllable at ZWJ
30052
30053     One Devanagari test regressed, plus 10 Malayalam (at 1545 now).
30054
30055     Fixed 120 Sinhala failures.  Now at 208 (0.0765136%).
30056
30057  src/hb-ot-shape-complex-indic-machine.rl                                |
30058  2 +-
30059  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt       |
30060  1 +
30061  2 files changed, 2 insertions(+), 1 deletion(-)
30062
30063 commit 34c215036f5fcdc7599b1ab0591b56dbb3811902
30064 Author: Behdad Esfahbod <behdad@behdad.org>
30065 Date:   Mon Jul 23 23:51:29 2012 -0400
30066
30067     [Indic] Improve Sinhala base algorithm and reph positioning
30068
30069     Sinhala does not have half forms.  And most (all?) consonants can be
30070     base, except when preceded by ZWJ, which would request a subjoined
30071     form.
30072     Hence switch the base algorithm to categorize with Khmer, start search
30073     at start, and stop at a ZWJ.
30074
30075     Also, mark all pos=base consonants after base to be subjoined.  Mark
30076     base itself to have pos=base.
30077
30078     Finally, adjust Sinhala's reph position to after-main.
30079
30080     Brings down Sinhala failures from 455 to 328 (0.120656%).
30081
30082  src/hb-ot-shape-complex-indic.cc                       | 18
30083  +++++++++++++++++-
30084  .../shaper-indic/indic/script-sinhala/misc/misc.txt    |  1 +
30085  2 files changed, 18 insertions(+), 1 deletion(-)
30086
30087 commit 2ec934c6c25423e7af20d909a9c698a149808ea9
30088 Author: Behdad Esfahbod <behdad@behdad.org>
30089 Date:   Mon Jul 23 23:49:04 2012 -0400
30090
30091     [Indic] Change "unknown" position to end of syllable
30092
30093  src/hb-ot-shape-complex-indic-private.hh | 2 +-
30094  1 file changed, 1 insertion(+), 1 deletion(-)
30095
30096 commit b70021f7c81a0ed08475b14b07291f662cd9f905
30097 Author: Behdad Esfahbod <behdad@behdad.org>
30098 Date:   Mon Jul 23 20:18:17 2012 -0400
30099
30100     When removing zero-width marks, don't remove ligatures
30101
30102     If a mark ligated, it probably should NOT be removed.
30103
30104  src/hb-ot-shape.cc | 6 +++---
30105  1 file changed, 3 insertions(+), 3 deletions(-)
30106
30107 commit 49c5ec51444f27f33e1eb6aa1959c61b08fa89c0
30108 Author: Behdad Esfahbod <behdad@behdad.org>
30109 Date:   Mon Jul 23 20:14:13 2012 -0400
30110
30111     Minor refactoring
30112
30113  src/hb-ot-layout-gsubgpos-private.hh | 32
30114  --------------------------------
30115  src/hb-ot-layout-private.hh          | 35
30116  +++++++++++++++++++++++++++++++++++
30117  src/hb-ot-shape-complex-indic.cc     |  2 +-
30118  3 files changed, 36 insertions(+), 33 deletions(-)
30119
30120 commit c3e6fdc3791168cf2b4c9412e751f187d58faa42
30121 Author: Behdad Esfahbod <behdad@behdad.org>
30122 Date:   Mon Jul 23 20:11:42 2012 -0400
30123
30124     [Indic] Improve check on ligatures
30125
30126     Only skip actual ligatures, not marks in-between ligature components.
30127
30128  src/hb-ot-layout-gsubgpos-private.hh | 5 +++++
30129  src/hb-ot-shape-complex-indic.cc     | 2 +-
30130  2 files changed, 6 insertions(+), 1 deletion(-)
30131
30132 commit 771a8f50289e8fa458cfc3cd84f73a380ce98077
30133 Author: Behdad Esfahbod <behdad@behdad.org>
30134 Date:   Mon Jul 23 20:07:50 2012 -0400
30135
30136     [Indic] exclude ligatures when matching on Indic category
30137
30138     If, say, a H,ZWJ,C ligature was formed, we don't want the code
30139     to detec
30140     that as a Halant.  So, ignore ligatures when matching category in
30141     final_reordering.
30142
30143     Sinhala failures down from 514 to 455 (0.167374%).
30144
30145  src/hb-ot-shape-complex-indic.cc                   | 41
30146  ++++++++++++----------
30147  .../indic/script-sinhala/misc/misc.txt             |  1 +
30148  2 files changed, 23 insertions(+), 19 deletions(-)
30149
30150 commit d1af9e82e5309158ed334ab8e21f3a3b64b9540f
30151 Author: Behdad Esfahbod <behdad@behdad.org>
30152 Date:   Mon Jul 23 19:55:35 2012 -0400
30153
30154     [GSUB/GPOS] Const correctness
30155
30156  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
30157  1 file changed, 2 insertions(+), 2 deletions(-)
30158
30159 commit baacd090df97610e3f6d1b2a110dc67b6c6f9f5c
30160 Author: Behdad Esfahbod <behdad@behdad.org>
30161 Date:   Mon Jul 23 19:51:48 2012 -0400
30162
30163     [Indic] Minor refactoring
30164
30165  src/hb-ot-shape-complex-indic.cc | 10 ++++++++--
30166  1 file changed, 8 insertions(+), 2 deletions(-)
30167
30168 commit c7c4de2fb9bba216e37875d79815eef55c0acc01
30169 Author: Behdad Esfahbod <behdad@behdad.org>
30170 Date:   Mon Jul 23 18:25:02 2012 -0400
30171
30172     [Indic] Remove syllable length check before sorting
30173
30174     We now limit syllable lengths in the machine.  No need to match here.
30175
30176  src/hb-ot-shape-complex-indic.cc | 2 --
30177  1 file changed, 2 deletions(-)
30178
30179 commit 9fa052733eb93a3ce1205f63ff8f74cb295cbe99
30180 Author: Behdad Esfahbod <behdad@behdad.org>
30181 Date:   Mon Jul 23 18:19:17 2012 -0400
30182
30183     [Indic] Limit syllables to at most five consonants
30184
30185     Seems to be about what Uniscribe does.  Not exactly.  But close
30186     enough.
30187     More consonants will start a new cluster.
30188
30189     A few scripts went way down in failures.  In particular:
30190
30191       - Devanagari failures went down from 490 to 56.
30192       - Telugu went down from 113 to 49.
30193
30194     Other scripts went down slightly or didn't change.  New numbers:
30195
30196     BENGALI: 353908 out of 354285 tests passed. 377 failed (0.106412%)
30197     DEVANAGARI: 693572 out of 693628 tests passed. 56 failed (0.00807349%)
30198     GUJARATI: 366485 out of 366506 tests passed. 21 failed (0.00572978%)
30199     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
30200     KANNADA: 950730 out of 951913 tests passed. 1183 failed (0.124276%)
30201     KHMER: 298613 out of 299124 tests passed. 511 failed (0.170832%)
30202     MALAYALAM: 1046881 out of 1048416 tests passed. 1535 failed
30203     (0.146411%)
30204     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
30205     SINHALA: 271333 out of 271847 tests passed. 514 failed (0.189077%)
30206     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
30207     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
30208
30209     Some of the remaining Telugu and Devanagari issues seem to be
30210     Uniscribe
30211     eating Anusvara when placed before a non-joiner.  Ouch!
30212
30213  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
30214  1 file changed, 3 insertions(+), 3 deletions(-)
30215
30216 commit 093cd583263a5d427e3377b31585043fb55d2557
30217 Author: Behdad Esfahbod <behdad@behdad.org>
30218 Date:   Mon Jul 23 14:04:42 2012 -0400
30219
30220     [Thai] Fix SARA AM handling
30221
30222     Oops, thinko.
30223
30224  src/hb-ot-shape-complex-misc.cc | 6 +++---
30225  src/hb-private.hh               | 4 ++--
30226  2 files changed, 5 insertions(+), 5 deletions(-)
30227
30228 commit 42848453bf260b456b46a07f066e31b8c3aac2f1
30229 Author: Behdad Esfahbod <behdad@behdad.org>
30230 Date:   Mon Jul 23 13:52:07 2012 -0400
30231
30232     [Thai] Reorder U+0E3A THAI VOWEL SIGN PHINTHU
30233
30234     Uniscribe reorders U+0E3A to be after U+0E38 and U+0E39.  We do
30235     that by
30236     modifying the ccc for U+0E3A.
30237
30238     Fixes the two remaining Thai failures (see previous commit).
30239
30240  src/hb-ot-shape-complex-misc.cc                          |  7 +++++++
30241  src/hb-unicode.cc                                        |  6 ++++++
30242  .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST  |  1 +
30243  .../in-tree/shaper-thai/script-thai/misc/phinthu.txt     | 16
30244  ++++++++++++++++
30245  4 files changed, 30 insertions(+)
30246
30247 commit 4a7f4f3e56f8f7640ae7337aa1b3324f31e0d4ab
30248 Author: Behdad Esfahbod <behdad@behdad.org>
30249 Date:   Mon Jul 23 13:15:33 2012 -0400
30250
30251     [Thai] Adjust SARA AM reordering to match Uniscribe
30252
30253     Adjust the list of marks before SARA AM that get the reordering
30254     treatment.  Also adjust cluster formation to match Uniscribe.
30255
30256     With Wikipedia test data, now I see:
30257
30258       - For Thai, with the Angsana New font from Win7, I see 54
30259       failures out
30260         of over 4M tests  (0.00129107%).  Of the 54, two are legitimate
30261         reordering issues (fix coming soon), and the other 52 are simply
30262         Uniscribe using a zero-width space char instead of an unknown
30263         character for missing glyphs.  No idea why.  The missing-glyph
30264         sequences include one that is a Thai character followed by
30265         an Arabic
30266         Sokun.  Someone confused it with Nikhahit I assume!
30267
30268       - For Lao, with the Dokchampa font from Win7, 33 tests fail out of
30269         54k (0.0615167%).  All seem to be insignificant mark positioning
30270         with two marks on a base.  Have to investigate.
30271
30272  src/hb-ot-shape-complex-misc.cc                    | 42
30273  +++++++++++++---------
30274  src/hb-private.hh                                  |  6 ++++
30275  test/shaping/texts/in-tree/shaper-thai/MANIFEST    |  1 +
30276  .../texts/in-tree/shaper-thai/script-lao/MANIFEST  |  1 +
30277  .../in-tree/shaper-thai/script-lao/misc/MANIFEST   |  1 +
30278  .../shaper-thai/script-lao/misc/sara-am.txt        | 20 +++++++++++
30279  .../shaper-thai/script-thai/misc/sara-am.txt       | 18 +++++++++-
30280  7 files changed, 72 insertions(+), 17 deletions(-)
30281
30282 commit 2cc933aff97916e5d0fe42883f40f0879f848e25
30283 Author: Behdad Esfahbod <behdad@behdad.org>
30284 Date:   Mon Jul 23 08:22:55 2012 -0400
30285
30286     [Indic] Fix cluster formation with left-matras and conjunct forms
30287
30288     Test case was: <U+0D15,U+0D4D,U+0D15,U+0D4A>.
30289
30290  src/hb-ot-shape-complex-indic.cc | 4 ++--
30291  1 file changed, 2 insertions(+), 2 deletions(-)
30292
30293 commit e6b01a878cd2e63cb675e7e0c6ac4d83a8c10f37
30294 Author: Behdad Esfahbod <behdad@behdad.org>
30295 Date:   Mon Jul 23 00:11:26 2012 -0400
30296
30297     [Indic] Further streamline cluster formation
30298
30299     This should address all possible cluster misformations that I had in
30300     mind.
30301
30302  src/hb-ot-shape-complex-indic.cc | 21 ++++++++++-----------
30303  1 file changed, 10 insertions(+), 11 deletions(-)
30304
30305 commit 7b2a7dadd6c616bbfe1d8358700cab9cee88e584
30306 Author: Behdad Esfahbod <behdad@behdad.org>
30307 Date:   Sun Jul 22 23:58:55 2012 -0400
30308
30309     [Indic] Merge clusters before sorting
30310
30311     This should fix any instabilities in cluster formation that we were
30312     speculating may happen with surrounding syllables.  Or most of it
30313     perhaps.
30314
30315  src/hb-ot-shape-complex-indic.cc | 4 ++++
30316  1 file changed, 4 insertions(+)
30317
30318 commit abb3239ef92cc5dccb4638806d7ae9868b9ac9b3
30319 Author: Behdad Esfahbod <behdad@behdad.org>
30320 Date:   Sun Jul 22 23:55:19 2012 -0400
30321
30322     [Indic] Update clusters for left-matra even if matra didn't move
30323
30324     Fixes crashes reported with left matra under
30325     non-uniscribe-bug-compatibilty mode.
30326
30327  src/hb-ot-shape-complex-indic.cc | 9 ++++++++-
30328  1 file changed, 8 insertions(+), 1 deletion(-)
30329
30330 commit 60554f14d8dca208721f0da8b69d84b92819c54f
30331 Author: Behdad Esfahbod <behdad@behdad.org>
30332 Date:   Sun Jul 22 23:23:56 2012 -0400
30333
30334     [Indic] Merge in Malayalam tests
30335
30336     From:
30337     http://silpa.org.in/pub/tests/hb/ml/ml-harfbuzz-testdata.txt
30338
30339  .../indic/script-malayalam/misc/misc.txt           | 94
30340  +++++++++++-----------
30341  1 file changed, 46 insertions(+), 48 deletions(-)
30342
30343 commit 5c7081770c7a611bbe79b451b7b86dec4fa6395d
30344 Author: Behdad Esfahbod <behdad@behdad.org>
30345 Date:   Sun Jul 22 23:20:27 2012 -0400
30346
30347     [Indic] Add extensive Sinhala tests
30348
30349     Generated by:
30350     http://git.savannah.gnu.org/cgit/sinhala.git/plain/utils/gen-unicode-sinhala.py
30351
30352  .../indic/script-sinhala/misc/extensive.txt        | 4390
30353  ++++++++++++++++++++
30354  1 file changed, 4390 insertions(+)
30355
30356 commit 2efe4707b1b449962f6e161716477d9775456c46
30357 Author: Behdad Esfahbod <behdad@behdad.org>
30358 Date:   Sun Jul 22 23:17:59 2012 -0400
30359
30360     [Indic] Add Sinhala tests
30361
30362     Merge tests from:
30363     http://git.savannah.gnu.org/cgit/sinhala.git/plain/patches/icu-sinhala-rendering.txt
30364
30365  .../indic/script-sinhala/misc/misc.txt             | 26
30366  ++++++++++++++++++++--
30367  1 file changed, 24 insertions(+), 2 deletions(-)
30368
30369 commit 3d4c111b7a13700b2f7a0b087eb3992283295f21
30370 Author: Behdad Esfahbod <behdad@behdad.org>
30371 Date:   Fri Jul 20 19:34:39 2012 -0400
30372
30373     Add a test case
30374
30375  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt
30376  | 1 +
30377  1 file changed, 1 insertion(+)
30378
30379 commit 92a1ad7bef9efb456ab87bd63818cfbed7da3f6f
30380 Author: Behdad Esfahbod <behdad@behdad.org>
30381 Date:   Fri Jul 20 18:38:27 2012 -0400
30382
30383     [Indic] Stop searching for base if a post form is found before
30384     below form
30385
30386     Improves Bengali and Gurmukhi.  Malayalam regressed a bit.  We will
30387     deal
30388     with that later.
30389
30390  src/hb-ot-shape-complex-indic.cc | 5 ++++-
30391  1 file changed, 4 insertions(+), 1 deletion(-)
30392
30393 commit 4c450c703f8e4618c587bcd7ef46dcc1f2c7947b
30394 Author: Behdad Esfahbod <behdad@behdad.org>
30395 Date:   Fri Jul 20 18:13:04 2012 -0400
30396
30397     [Indic] Recompose Bengali Ya,Nukta
30398
30399     This is a bunch of hacks for now.
30400
30401     Improves Bengali a bit.
30402
30403  src/hb-ot-shape-complex-indic.cc | 4 ++--
30404  src/hb-unicode.cc                | 8 ++++++++
30405  2 files changed, 10 insertions(+), 2 deletions(-)
30406
30407 commit e9c0f152a38cb2e76650a3e43f7fdcda266af696
30408 Author: Behdad Esfahbod <behdad@behdad.org>
30409 Date:   Fri Jul 20 17:05:46 2012 -0400
30410
30411     [Uniscribe] Fix script fallback
30412
30413     Gurmukhi failures half now.  Others changed slightly.
30414
30415  src/hb-uniscribe.cc | 34 ++++++++++++++--------------------
30416  1 file changed, 14 insertions(+), 20 deletions(-)
30417
30418 commit 5791f329159c9863317e2b507514c29321be31a7
30419 Author: Behdad Esfahbod <behdad@behdad.org>
30420 Date:   Fri Jul 20 16:26:55 2012 -0400
30421
30422     [Indic] Allow a ZWNJ after SM's
30423
30424     Malayalam failures go way down.  Other scripts benefitted slightly
30425     too.
30426     Sinhala had one or two test regressions, but...
30427
30428  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
30429  1 file changed, 1 insertion(+), 1 deletion(-)
30430
30431 commit 34ae336f3fae93ef9372881d545c817bce383041
30432 Author: Behdad Esfahbod <behdad@behdad.org>
30433 Date:   Fri Jul 20 16:17:28 2012 -0400
30434
30435     [Indic] Improve Reph AfterMain positioning
30436
30437     Fixes 20 out of 48 failing Oriya tests.  Failure rate down to
30438     0.066% now.
30439
30440  src/hb-ot-shape-complex-indic.cc | 3 +--
30441  1 file changed, 1 insertion(+), 2 deletions(-)
30442
30443 commit bdd080431a40bc941ece3230f338b94a46bd12a2
30444 Author: Behdad Esfahbod <behdad@behdad.org>
30445 Date:   Fri Jul 20 16:03:09 2012 -0400
30446
30447     [Indic] Reposition Oriya Candrabindu
30448
30449     Oriya failures down from 0.65% to 0.20%.
30450
30451  src/hb-ot-shape-complex-indic.cc                                        |
30452  1 +
30453  .../shaping/texts/in-tree/shaper-indic/indic/script-oriya/misc/MANIFEST |
30454  1 +
30455  .../texts/in-tree/shaper-indic/indic/script-oriya/misc/bindu.txt        |
30456  2 ++
30457  3 files changed, 4 insertions(+)
30458
30459 commit 5f0eaaad129ff04d56b8756bebf19fbc242718c9
30460 Author: Behdad Esfahbod <behdad@behdad.org>
30461 Date:   Fri Jul 20 15:47:24 2012 -0400
30462
30463     [Indic] Fix base search in final_reordering
30464
30465     Fixes most Malayalam failures.  Down from 1.6% to 0.38% now.  Fixes a
30466     few more in other scripts too.
30467
30468  src/hb-ot-shape-complex-indic.cc | 12 ++++++++----
30469  1 file changed, 8 insertions(+), 4 deletions(-)
30470
30471 commit 81202bd860e4034c18d9f80c5a4f33d9f48463a3
30472 Author: Behdad Esfahbod <behdad@behdad.org>
30473 Date:   Fri Jul 20 15:10:02 2012 -0400
30474
30475     [Indic] Don't attach SM/VD to other characters
30476
30477  src/hb-ot-shape-complex-indic-private.hh |  3 +++
30478  src/hb-ot-shape-complex-indic.cc         | 38
30479  ++++++++++++++++++--------------
30480  2 files changed, 24 insertions(+), 17 deletions(-)
30481
30482 commit efb4ad735691837a52447bedc1a66a87d0d9af51
30483 Author: Behdad Esfahbod <behdad@behdad.org>
30484 Date:   Fri Jul 20 14:27:38 2012 -0400
30485
30486     Fix compiler warnings
30487
30488     If x is not constant, we cannot ASSERT_STATIC on it.
30489
30490  src/hb-private.hh | 2 +-
30491  1 file changed, 1 insertion(+), 1 deletion(-)
30492
30493 commit f31d97e44eeb6fb141f3de928e27e033fc7b1f47
30494 Author: Behdad Esfahbod <behdad@behdad.org>
30495 Date:   Fri Jul 20 14:13:35 2012 -0400
30496
30497     [Indic] Form Telugu Reph out of Ra,Virama,ZWJ
30498
30499     Apparently this was approved in Feb 2012.  No font yet.
30500
30501  src/hb-ot-shape-complex-indic-private.hh | 2 +-
30502  src/hb-ot-shape-complex-indic.cc         | 4 ++--
30503  2 files changed, 3 insertions(+), 3 deletions(-)
30504
30505 commit 2e193b240ec85cab0d4e2f8a375c5a7f0ef99985
30506 Author: Behdad Esfahbod <behdad@behdad.org>
30507 Date:   Fri Jul 20 14:02:35 2012 -0400
30508
30509     [Indic] Don't split U+0AC9
30510
30511     Althought IndicMatraCategory.txt classifies it as Top_And_Right matra,
30512     it does not have Unicode decomposition, and Uniscribe does not do
30513     anything special about it either.
30514
30515     Gujarati failures down from 0.672% to 0.0130966%.
30516
30517  src/hb-unicode.cc | 2 +-
30518  1 file changed, 1 insertion(+), 1 deletion(-)
30519
30520 commit 30c3d5e9fc61b49c2c6ad4e744300edd6f3e0261
30521 Author: Behdad Esfahbod <behdad@behdad.org>
30522 Date:   Fri Jul 20 13:56:32 2012 -0400
30523
30524     [Indic] Simplify Uniscribe cluster emulation
30525
30526     Now that we break syllables on Halant,ZWNJ, this code can be
30527     simplified.
30528
30529  src/hb-ot-shape-complex-indic.cc | 11 ++---------
30530  1 file changed, 2 insertions(+), 9 deletions(-)
30531
30532 commit decf6ffca475fe01ff3151b7641f629f031137d2
30533 Author: Behdad Esfahbod <behdad@behdad.org>
30534 Date:   Fri Jul 20 13:51:31 2012 -0400
30535
30536     [Indic] Minor!
30537
30538  src/hb-ot-shape-complex-indic.cc | 2 +-
30539  1 file changed, 1 insertion(+), 1 deletion(-)
30540
30541 commit 9e4f94a72cea6d65a6a7ba5a47db92e00dbfbb91
30542 Author: Behdad Esfahbod <behdad@behdad.org>
30543 Date:   Fri Jul 20 13:48:03 2012 -0400
30544
30545     [Indic] Break syllables at Halant,ZWNJ
30546
30547     That's really what Uniscribe does, and explains a lot of pecularities
30548     of
30549     Halant,ZWNJ before the base.
30550
30551     Sent Telugu from 1% failures to 0.03%.  Improved Kannada and Malayalam
30552     slightly.  Fixed half of Bengali, and did NOT break anything!
30553
30554  src/hb-ot-shape-complex-indic-machine.rl | 5 +++--
30555  src/hb-ot-shape-complex-indic.cc         | 5 ++---
30556  2 files changed, 5 insertions(+), 5 deletions(-)
30557
30558 commit 2c372b80f6befad69e216e3f218b38640b8cc044
30559 Author: Behdad Esfahbod <behdad@behdad.org>
30560 Date:   Fri Jul 20 13:37:48 2012 -0400
30561
30562     [Indic] Better check for applying 'init'
30563
30564     Specifically, don't apply 'init' if previous char is a joiner.
30565
30566     Fixes some more of Bengali.
30567
30568  src/hb-ot-shape-complex-indic.cc | 9 +--------
30569  src/hb-private.hh                | 3 ++-
30570  2 files changed, 3 insertions(+), 9 deletions(-)
30571
30572 commit 34a7440b7c6c6e53394ddbdbedaad57b23f85105
30573 Author: Behdad Esfahbod <behdad@behdad.org>
30574 Date:   Fri Jul 20 12:32:59 2012 -0400
30575
30576     [GPOS] Don't zero mark advances
30577
30578     Fixes more of Telugu, Kannada, and Oriya.
30579
30580     May break things (outside Indic...), but we cannot think of any
30581     font relying
30582     on this immediately.
30583
30584  src/hb-ot-layout-gpos-table.hh | 4 ++--
30585  1 file changed, 2 insertions(+), 2 deletions(-)
30586
30587 commit 8ed248de77e5d2ed978e55c0ce1a11727bc9e34c
30588 Author: Behdad Esfahbod <behdad@behdad.org>
30589 Date:   Fri Jul 20 11:42:24 2012 -0400
30590
30591     [Indic] Minor
30592
30593  src/hb-ot-shape-complex-indic.cc | 5 +++--
30594  1 file changed, 3 insertions(+), 2 deletions(-)
30595
30596 commit d0e68dbd0b9fc9a42c4280d01c8ffd9c5015d550
30597 Author: Behdad Esfahbod <behdad@behdad.org>
30598 Date:   Fri Jul 20 11:25:41 2012 -0400
30599
30600     [Indic] Implement reph positioning step 5
30601
30602     Not tuned, just copied from step 2.  Fixes another 0.5% of Kannada
30603     failures.  1% to go.
30604
30605  src/hb-ot-shape-complex-indic.cc | 12 +++++++++++-
30606  1 file changed, 11 insertions(+), 1 deletion(-)
30607
30608 commit a9e45c32e4a0d6da33c52f8427aa694e57f52eb9
30609 Author: Behdad Esfahbod <behdad@behdad.org>
30610 Date:   Fri Jul 20 11:04:15 2012 -0400
30611
30612     [Indic] Don't let ZWNJ at the end of syllable affect base search
30613
30614     Fixes a few Devanagari, half of remaining Kannada failures,
30615     quarter for
30616     Telugu, and others slightly improved or unchanged.
30617
30618  src/hb-ot-shape-complex-indic.cc | 6 +++++-
30619  1 file changed, 5 insertions(+), 1 deletion(-)
30620
30621 commit 20b68e699f73e6ce046c0ec143d40b3d6d48e06b
30622 Author: Behdad Esfahbod <behdad@behdad.org>
30623 Date:   Fri Jul 20 10:47:46 2012 -0400
30624
30625     [Indic] Apply 'cjct' globally
30626
30627     Fixes 5 Devanagari failures, and no regressions.
30628
30629  src/hb-ot-shape-complex-indic.cc | 15 +++++++++------
30630  1 file changed, 9 insertions(+), 6 deletions(-)
30631
30632 commit 51e764de441072e7c9f67de23e8ed717b9b8957d
30633 Author: Behdad Esfahbod <behdad@behdad.org>
30634 Date:   Fri Jul 20 10:30:24 2012 -0400
30635
30636     [Indic] Unbreak old scriptures
30637
30638     Brings down failures with Lohit-Telugu from 57% to 1.40%.
30639
30640  src/hb-ot-shape-complex-indic.cc | 5 +++--
30641  1 file changed, 3 insertions(+), 2 deletions(-)
30642
30643 commit 900cf3d449bf36d4f8b1474590cae925fef48fc8
30644 Author: Behdad Esfahbod <behdad@behdad.org>
30645 Date:   Fri Jul 20 10:18:23 2012 -0400
30646
30647     Minor
30648
30649  src/hb-ot-shape-complex-indic.cc | 2 +-
30650  1 file changed, 1 insertion(+), 1 deletion(-)
30651
30652 commit 87cd63266e73af316b250573ef57388a0bcc9133
30653 Author: Behdad Esfahbod <behdad@behdad.org>
30654 Date:   Thu Jul 19 21:17:48 2012 -0400
30655
30656     [Indic] Recategorize some Kannada right matras
30657
30658     Kannada failures down from 3.5% to 2.93%.
30659
30660  src/hb-ot-shape-complex-indic.cc                                   | 2 +-
30661  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/MANIFEST  | 1 +
30662  .../shaper-indic/indic/script-kannada/misc/right-matras.txt        |
30663  7 +++++++
30664  3 files changed, 9 insertions(+), 1 deletion(-)
30665
30666 commit 3604d64ced909ade91998d294a7b4b2ee14d47aa
30667 Author: Behdad Esfahbod <behdad@behdad.org>
30668 Date:   Thu Jul 19 21:13:04 2012 -0400
30669
30670     [Indic] Recategorize GURMUKHI ADDAK
30671
30672     It's not in IndicSyllabicCategory.txt.  Fixes most of Gurmukhi
30673     failures.
30674     Failures down from 7.7% to 0.222%!
30675
30676  src/hb-ot-shape-complex-indic.cc | 1 +
30677  1 file changed, 1 insertion(+)
30678
30679 commit 89328581236a53ec16508b95db54c7e5315b178f
30680 Author: Behdad Esfahbod <behdad@behdad.org>
30681 Date:   Thu Jul 19 21:02:38 2012 -0400
30682
30683     Minor
30684
30685  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
30686  1 file changed, 2 insertions(+), 2 deletions(-)
30687
30688 commit 47ef931f13778b894090139a64238a5ab9ac1154
30689 Author: Behdad Esfahbod <behdad@behdad.org>
30690 Date:   Thu Jul 19 20:52:44 2012 -0400
30691
30692     [buffer] Make sure out_info = info during GPOS
30693
30694  src/hb-buffer.cc | 9 +++++++--
30695  1 file changed, 7 insertions(+), 2 deletions(-)
30696
30697 commit ae63cf206291befe3920adfe015e6cd0961580e5
30698 Author: Behdad Esfahbod <behdad@behdad.org>
30699 Date:   Thu Jul 19 20:45:41 2012 -0400
30700
30701     Print line number during return when tracing
30702
30703  src/hb-private.hh | 8 ++++----
30704  1 file changed, 4 insertions(+), 4 deletions(-)
30705
30706 commit 5249f3aee108b0f41770d137e63a625f594418e7
30707 Author: Behdad Esfahbod <behdad@behdad.org>
30708 Date:   Thu Jul 19 20:30:22 2012 -0400
30709
30710     [Indic] Unbreak Khmer
30711
30712     For Khmer, all consonants are subjoining.  No need to look in
30713     the font.
30714     We were looking in the wrong order anyway.
30715
30716  src/hb-ot-shape-complex-indic.cc | 4 +++-
30717  1 file changed, 3 insertions(+), 1 deletion(-)
30718
30719 commit e0475345d5d7db8dbc8b554beedfa2435c5d7fd1
30720 Author: Behdad Esfahbod <behdad@behdad.org>
30721 Date:   Thu Jul 19 20:24:14 2012 -0400
30722
30723     [Indic] Apply 'akhn' globally
30724
30725     Fixes 1.5% more failures for Telugu, 2% for Kannada.
30726     Breaks one test in Devanagari.
30727
30728  src/hb-ot-shape-complex-indic.cc | 8 ++++----
30729  1 file changed, 4 insertions(+), 4 deletions(-)
30730
30731 commit c87bcddb10752b407c0471ee5ac4de6f1b00b711
30732 Author: Behdad Esfahbod <behdad@behdad.org>
30733 Date:   Thu Jul 19 20:03:25 2012 -0400
30734
30735     [Indic] Add failing test for Kannada
30736
30737  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt
30738  | 1 +
30739  1 file changed, 1 insertion(+)
30740
30741 commit fa247ebe524f92fa95d344ba912f704262879c13
30742 Author: Behdad Esfahbod <behdad@behdad.org>
30743 Date:   Thu Jul 19 19:52:19 2012 -0400
30744
30745     [Indic] Better position U+0CD5
30746
30747     Fixes another 5% of Kannada failures.
30748
30749  src/hb-ot-shape-complex-indic.cc | 4 ++--
30750  1 file changed, 2 insertions(+), 2 deletions(-)
30751
30752 commit f055442716ec7543ed156d4789955b19c11a5255
30753 Author: Behdad Esfahbod <behdad@behdad.org>
30754 Date:   Thu Jul 19 16:20:21 2012 -0400
30755
30756     [Indic] Lookup consonant position in the font
30757
30758     Fixes most failures of Oriya, and improves others a bit.
30759
30760  src/hb-ot-map-private.hh                 |  13 ++--
30761  src/hb-ot-shape-complex-indic-private.hh | 105
30762  -------------------------------
30763  src/hb-ot-shape-complex-indic.cc         |  63 +++++++++++++------
30764  3 files changed, 54 insertions(+), 127 deletions(-)
30765
30766 commit 74d1d88781e91866a52e27f391e34df03b313442
30767 Author: Behdad Esfahbod <behdad@behdad.org>
30768 Date:   Thu Jul 19 16:14:23 2012 -0400
30769
30770     [GSUB] Fix would_apply() for LigatureSubst
30771
30772  src/hb-ot-layout-gsub-table.hh | 1 +
30773  1 file changed, 1 insertion(+)
30774
30775 commit 787f7d1e9ba9ad038f24e5a1063d12c7d169ad37
30776 Author: Behdad Esfahbod <behdad@behdad.org>
30777 Date:   Thu Jul 19 15:29:13 2012 -0400
30778
30779     [TODO] Minor
30780
30781  TODO | 2 ++
30782  1 file changed, 2 insertions(+)
30783
30784 commit be73a5f9368136ecbdb211b96516ad0c554c8201
30785 Author: Behdad Esfahbod <behdad@behdad.org>
30786 Date:   Thu Jul 19 14:59:15 2012 -0400
30787
30788     Add src/test-would-substitute tool
30789
30790  src/Makefile.am              |   6 +-
30791  src/test-would-substitute.cc |  94 ++++++++++++++++++++++++++++++
30792  src/test.cc                  | 132
30793  +++++++++++++++++++++++++++++++++++++++++++
30794  3 files changed, 231 insertions(+), 1 deletion(-)
30795
30796 commit e72b360ac6381b549249b8836fa3e70b909d3437
30797 Author: Behdad Esfahbod <behdad@behdad.org>
30798 Date:   Thu Jul 19 14:35:23 2012 -0400
30799
30800     Refactor / finish would_apply() operation
30801
30802     Untested.
30803
30804  src/hb-ot-layout-gpos-table.hh       |   6 +-
30805  src/hb-ot-layout-gsub-table.hh       | 126 +++++++++----------
30806  src/hb-ot-layout-gsubgpos-private.hh | 233
30807  ++++++++++++++++++++++++++++++++++-
30808  src/hb-ot-layout.cc                  |  11 ++
30809  src/hb-ot-layout.h                   |   7 ++
30810  5 files changed, 308 insertions(+), 75 deletions(-)
30811
30812 commit 8c973ebf0f59abb5ee920edd5d64e23d8e47ad75
30813 Author: Behdad Esfahbod <behdad@behdad.org>
30814 Date:   Thu Jul 19 13:25:08 2012 -0400
30815
30816     [Indic] Implement per-script matra positioning
30817
30818     Following what the spec says.
30819
30820     Brings down Telugu failures from 40% to 3.75%, and Kannada failures
30821     from
30822     44% to 10%.  Does NOT affect other scripts' test results.
30823
30824  src/hb-ot-shape-complex-indic-private.hh |  2 +-
30825  src/hb-ot-shape-complex-indic.cc         | 40
30826  +++++++++++++++++++++++++++++---
30827  src/hb-unicode.cc                        |  2 +-
30828  3 files changed, 39 insertions(+), 5 deletions(-)
30829
30830 commit 8bb32458f95f13f66688e0811cc91f1bfffb867d
30831 Author: Behdad Esfahbod <behdad@behdad.org>
30832 Date:   Thu Jul 19 12:59:06 2012 -0400
30833
30834     [Indic] More refactoring
30835
30836  src/hb-ot-shape-complex-indic-private.hh |  9 ++---
30837  src/hb-ot-shape-complex-indic.cc         | 65
30838  ++++++++++++++++++++++++--------
30839  2 files changed, 54 insertions(+), 20 deletions(-)
30840
30841 commit 9ccc6382ba43760167c134c18c1c4ada4b8c3f22
30842 Author: Behdad Esfahbod <behdad@behdad.org>
30843 Date:   Thu Jul 19 12:32:16 2012 -0400
30844
30845     [Indic] Minor refactoring
30846
30847  src/hb-ot-shape-complex-indic.cc | 127
30848  ++++++++++++++++++++++-----------------
30849  1 file changed, 71 insertions(+), 56 deletions(-)
30850
30851 commit f83aaa3133de5d807be267a100d6a200e8db9017
30852 Author: Behdad Esfahbod <behdad@behdad.org>
30853 Date:   Thu Jul 19 12:23:23 2012 -0400
30854
30855     [Indic] Minor
30856
30857  src/hb-ot-shape-complex-indic-private.hh | 42
30858  ++++++++++++++++++++------------
30859  1 file changed, 26 insertions(+), 16 deletions(-)
30860
30861 commit be8b9f5f715f6fb36b98bd33c3303f79cc068f8a
30862 Author: Behdad Esfahbod <behdad@behdad.org>
30863 Date:   Thu Jul 19 12:11:12 2012 -0400
30864
30865     [Indic] Start refactoring different matra positions per script
30866
30867  src/hb-ot-shape-complex-indic-private.hh | 36
30868  +++++++++++++++++++-------------
30869  src/hb-ot-shape-complex-indic.cc         |  4 ++--
30870  2 files changed, 24 insertions(+), 16 deletions(-)
30871
30872 commit deeb540a74f8d394db273145b17bf385d14d01bb
30873 Author: Behdad Esfahbod <behdad@behdad.org>
30874 Date:   Thu Jul 19 11:30:48 2012 -0400
30875
30876     [test] Ignore tests with DOTTED CIRCLE in the output
30877
30878  test/shaping/hb_test_tools.py | 4 ++++
30879  1 file changed, 4 insertions(+)
30880
30881 commit b01d9b3d90e892341ee4463f2eda4600850b97d8
30882 Author: Behdad Esfahbod <behdad@behdad.org>
30883 Date:   Thu Jul 19 11:25:49 2012 -0400
30884
30885     [Indic] Disallow decomposition of a couple characters
30886
30887     This is a hack for now.  Will be fixed when we do
30888     complex-shaper-driven
30889     normalization properly.
30890
30891     The results with or without decomposition are the same, but Uniscribe
30892     does not normalize, so this matches better.
30893
30894  src/hb-unicode.cc | 3 +++
30895  1 file changed, 3 insertions(+)
30896
30897 commit 422ecd2d3c198a36d07d409341cb82ea57c7ad6b
30898 Author: Behdad Esfahbod <behdad@behdad.org>
30899 Date:   Wed Jul 18 23:25:58 2012 -0400
30900
30901     [Indic] Accept a forced Rakar sequence at the end of syllable
30902
30903     In Sinhala, Rakar is formed by Al-Lakuna,ZWJ,Ra.  If you put that
30904     at the
30905     end of a Consonant,Matra syllable, you get a dotted-circle from
30906     Uniscribe.  Apparently adding a ZWJ before the Al-Lakuna "fixes" that.
30907     And people have been encoding that sequence...  So, allow a forced
30908     "ZWJ,Virama,ZWJ,Ra" sequence at the of syllables.
30909
30910     Fixes some 100 or more of Sinhala failures.  Now at 622 only (0.23%).
30911
30912  src/hb-ot-shape-complex-indic-machine.rl                               |
30913  3 ++-
30914  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt      |
30915  2 ++
30916  2 files changed, 4 insertions(+), 1 deletion(-)
30917
30918 commit 6fc1732003d71cf90d37247482772c3da884687f
30919 Author: Behdad Esfahbod <behdad@behdad.org>
30920 Date:   Wed Jul 18 17:49:19 2012 -0400
30921
30922     [Indic] Allow joiners on both sides of Halant at the same time
30923
30924     The sequence <ZWJ,Al-Lakuna,ZWJ> is used in Sinhala to explicitly ask
30925     for Rakar.  Fixes two-thousand Sinhala tests.  Not many left.
30926
30927  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
30928  1 file changed, 1 insertion(+), 1 deletion(-)
30929
30930 commit 10cdc94eee2225f14c198c015256a5a0063eecad
30931 Author: Behdad Esfahbod <behdad@behdad.org>
30932 Date:   Wed Jul 18 17:42:34 2012 -0400
30933
30934     [Indic] In final reordering, find base, even if it disappeared
30935
30936     POS_BASE can disappear if base ligated backward.  Define base as last
30937     with position not after base.
30938
30939     Fixes a few hundred of Sinhala failures with Iskoola Pota.
30940
30941  src/hb-ot-shape-complex-indic.cc                                   |
30942  7 ++-----
30943  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt  | 1 +
30944  2 files changed, 3 insertions(+), 5 deletions(-)
30945
30946 commit 9c4d24a3a677a58ec59c7fb0f8b70b8aad30a032
30947 Author: Behdad Esfahbod <behdad@behdad.org>
30948 Date:   Wed Jul 18 17:29:10 2012 -0400
30949
30950     [Indic] Minor
30951
30952  src/hb-ot-shape-complex-indic.cc | 1 +
30953  1 file changed, 1 insertion(+)
30954
30955 commit 3285e107c9a83aeb552e67f9460680ff6d167d88
30956 Author: Behdad Esfahbod <behdad@behdad.org>
30957 Date:   Wed Jul 18 17:22:14 2012 -0400
30958
30959     [Indic] Implement Sinhala "Al Lakuna" Reph behavior
30960
30961     In Sinhala, Reph is formed only explicitly, by the presence of a ZWJ.
30962
30963  src/hb-ot-shape-complex-indic-private.hh                           | 2 ++
30964  src/hb-ot-shape-complex-indic.cc                                   |
30965  7 ++++++-
30966  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/MANIFEST  | 1 +
30967  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/reph.txt  |
30968  3 +++
30969  4 files changed, 12 insertions(+), 1 deletion(-)
30970
30971 commit 91cade755534c42bb826a6aefcbca8a543d94387
30972 Author: Behdad Esfahbod <behdad@behdad.org>
30973 Date:   Wed Jul 18 16:50:41 2012 -0400
30974
30975     [Indic/Unicode] Decompose Sinhala split matras the way Uniscribe likes
30976
30977     Makes no visual difference.
30978
30979     Fixes most of the failures.  Down from 15% to 1.3%!
30980
30981  src/hb-unicode.cc | 8 ++++++++
30982  1 file changed, 8 insertions(+)
30983
30984 commit d8942dcbb4e3249a2d78a6455c119294ed4390bc
30985 Author: Behdad Esfahbod <behdad@behdad.org>
30986 Date:   Wed Jul 18 16:34:10 2012 -0400
30987
30988     Apply Tibetan (global) features.
30989
30990     Fixes all Tibetan failures.  All 180k of them!
30991
30992     Merges back Hangul into the default shaper.
30993
30994  src/hb-ot-shape-complex-misc.cc    | 82
30995  +++++++++++++++++---------------------
30996  src/hb-ot-shape-complex-private.hh |  7 ----
30997  2 files changed, 37 insertions(+), 52 deletions(-)
30998
30999 commit 552d19b7a11f7dff888587fce4d56d9f8e47e819
31000 Author: Behdad Esfahbod <behdad@behdad.org>
31001 Date:   Wed Jul 18 16:00:49 2012 -0400
31002
31003     [Indic] Treat Register Shifters like Nukta
31004
31005     Really this time.
31006
31007     Fixes another 18 Khmer tests.
31008
31009  src/hb-ot-shape-complex-indic-machine.rl                                |
31010  2 +-
31011  src/hb-ot-shape-complex-indic.cc                                        |
31012  2 --
31013  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
31014  1 +
31015  3 files changed, 2 insertions(+), 3 deletions(-)
31016
31017 commit e8cd81f76d159f3ecf808952dab24bc07782497a
31018 Author: Behdad Esfahbod <behdad@behdad.org>
31019 Date:   Wed Jul 18 16:00:20 2012 -0400
31020
31021     [Indic] Minor
31022
31023  src/hb-ot-shape-complex-indic.cc | 2 +-
31024  1 file changed, 1 insertion(+), 1 deletion(-)
31025
31026 commit 69f26bf39c824d6bf5b1c0d410380cc5462ad5ca
31027 Author: Behdad Esfahbod <behdad@behdad.org>
31028 Date:   Wed Jul 18 15:45:43 2012 -0400
31029
31030     [Indic] Fix Matra reordering when base is at end of syllable
31031
31032     For example: U+915,U+200c,U+93f
31033
31034     Fixes last Tamil failure!
31035
31036  src/hb-ot-shape-complex-indic.cc                                        |
31037  2 +-
31038  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt    |
31039  1 +
31040  2 files changed, 2 insertions(+), 1 deletion(-)
31041
31042 commit d16ccc4ae7aa8be460881042413fa2637929fede
31043 Author: Behdad Esfahbod <behdad@behdad.org>
31044 Date:   Wed Jul 18 15:43:55 2012 -0400
31045
31046     Leave one extra item at the end of buffer allocation
31047
31048     Just in case, for the times we do out-of-bounds access.
31049
31050     jk
31051
31052  src/hb-buffer-private.hh | 2 +-
31053  1 file changed, 1 insertion(+), 1 deletion(-)
31054
31055 commit 075d671f1093d2e3c58f7f45568696030f1b3efd
31056 Author: Behdad Esfahbod <behdad@behdad.org>
31057 Date:   Wed Jul 18 15:41:53 2012 -0400
31058
31059     [Indic] Fix out-of-bounds array access
31060
31061  src/hb-ot-shape-complex-indic.cc | 6 ++++--
31062  1 file changed, 4 insertions(+), 2 deletions(-)
31063
31064 commit dcb527242b1eca4db1e190a7802f9cd132aaf46e
31065 Author: Behdad Esfahbod <behdad@behdad.org>
31066 Date:   Wed Jul 18 15:28:25 2012 -0400
31067
31068     [Indic] Allow joiners before matras
31069
31070     Fixes 1 more Devanagari test!
31071
31072  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
31073  1 file changed, 2 insertions(+), 2 deletions(-)
31074
31075 commit 391cc0331749e263bdfe83a8f5f6d76f2360ee7a
31076 Author: Behdad Esfahbod <behdad@behdad.org>
31077 Date:   Wed Jul 18 15:10:05 2012 -0400
31078
31079     [Indic] Allow halant group in Vowel and placeholder syllables
31080
31081     Fixes 2 out of 560 Devanagari failures.  AND:
31082     Fixes 1 out of 2 Tamil failures.
31083
31084  src/hb-ot-shape-complex-indic-machine.rl                           |
31085  7 ++++---
31086  .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt     | 1 +
31087  2 files changed, 5 insertions(+), 3 deletions(-)
31088
31089 commit ca4e3d3eab7b738c2b8e2a81696a28bca1b81495
31090 Author: Behdad Esfahbod <behdad@behdad.org>
31091 Date:   Wed Jul 18 15:05:40 2012 -0400
31092
31093     [Indic] Streamline halant/joiner in grammar
31094
31095  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
31096  1 file changed, 3 insertions(+), 3 deletions(-)
31097
31098 commit 418d00dffddd95a1f27e9be15752d494c627d45e
31099 Author: Behdad Esfahbod <behdad@behdad.org>
31100 Date:   Wed Jul 18 14:57:28 2012 -0400
31101
31102     [Indic] Minor
31103
31104  src/hb-ot-shape-complex-indic-machine.rl                               |
31105  3 ++-
31106  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt   |
31107  3 +++
31108  2 files changed, 5 insertions(+), 1 deletion(-)
31109
31110 commit 4c3691d2a32ca7e54a54f7c08098fd96fa7af39e
31111 Author: Behdad Esfahbod <behdad@behdad.org>
31112 Date:   Wed Jul 18 14:23:55 2012 -0400
31113
31114     [Indic] Hopefully minor!
31115
31116     Refactoring Indic machin.  No semantic change.
31117
31118  src/hb-ot-shape-complex-indic-machine.rl | 12 +++++++-----
31119  1 file changed, 7 insertions(+), 5 deletions(-)
31120
31121 commit e092c556fb1cf38be3cea1f4b75a0d879372dfa2
31122 Author: Behdad Esfahbod <behdad@behdad.org>
31123 Date:   Wed Jul 18 14:09:25 2012 -0400
31124
31125     [Indic] Minor
31126
31127  src/hb-ot-shape-complex-indic-private.hh | 4 ++--
31128  1 file changed, 2 insertions(+), 2 deletions(-)
31129
31130 commit 14dbdd9e39d3a869fd1521000c889c347433d22b
31131 Author: Behdad Esfahbod <behdad@behdad.org>
31132 Date:   Wed Jul 18 13:13:03 2012 -0400
31133
31134     [Indic] Unbreak Tamil
31135
31136     Tamil has only about 150 failures now!
31137
31138  src/hb-ot-shape-complex-indic.cc | 18 +++++++++++++++++-
31139  1 file changed, 17 insertions(+), 1 deletion(-)
31140
31141 commit db8981f1e0e8625714568c6d0f11f0b317b11d0a
31142 Author: Behdad Esfahbod <behdad@behdad.org>
31143 Date:   Tue Jul 17 18:17:30 2012 -0400
31144
31145     [Indic] Position Khmer Robat
31146
31147     It's a visual Repha.
31148
31149     Still not positioning logical Repha as occurs in Malayalam.
31150
31151     Another 200 Khmer failures fixed.  547 to go.  That's better than
31152     Devanagari!
31153
31154  src/hb-ot-shape-complex-indic-machine.rl | 36
31155  +++++++++++++++++---------------
31156  src/hb-ot-shape-complex-indic-private.hh |  7 ++++---
31157  src/hb-ot-shape-complex-indic.cc         | 13 ++++++++++++
31158  3 files changed, 36 insertions(+), 20 deletions(-)
31159
31160 commit 25bc489498ef7d0beb8fe9ab663e3f0b2f52c9c2
31161 Author: Behdad Esfahbod <behdad@behdad.org>
31162 Date:   Tue Jul 17 17:53:03 2012 -0400
31163
31164     [Indic] Better categorize Register Shifters and Khmer Various signs
31165
31166     Down another 500 or so Khmer failures!
31167
31168  src/hb-ot-shape-complex-indic-machine.rl                   | 14
31169  +++++++-------
31170  src/hb-ot-shape-complex-indic-private.hh                   |  2 +-
31171  src/hb-ot-shape-complex-indic.cc                           |  8 ++++----
31172  .../south-east-asian/script-khmer/misc/MANIFEST            |  2 ++
31173  .../script-khmer/misc/other-marks-invalid.txt              |  4 ++++
31174  .../south-east-asian/script-khmer/misc/other-marks.txt     |  6 ++++++
31175  6 files changed, 24 insertions(+), 12 deletions(-)
31176
31177 commit 39b17837b4064d59c18cebb49c1c0b5b8cc0c117
31178 Author: Behdad Esfahbod <behdad@behdad.org>
31179 Date:   Tue Jul 17 17:09:29 2012 -0400
31180
31181     Add hb_buffer_normalize_glyphs() and hb-shape --normalize-glyphs
31182
31183     This reorders glyphs within the cluster to a nominal order.
31184     This should
31185     have no visible effect on the output, but helps with testing, for
31186     getting the same hb-shape output for visually-equal glyphs for each
31187     cluster.
31188
31189  src/hb-buffer.cc  | 76
31190  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
31191  src/hb-buffer.h   | 13 ++++++++++
31192  src/hb-private.hh | 29 ++++++++++++++++-----
31193  util/options.cc   |  1 +
31194  util/options.hh   |  7 ++++-
31195  5 files changed, 118 insertions(+), 8 deletions(-)
31196
31197 commit 25e302da9a712e6f1d63b0d243a8df0d326ddba3
31198 Author: Behdad Esfahbod <behdad@behdad.org>
31199 Date:   Tue Jul 17 14:25:14 2012 -0400
31200
31201     [Indic] Minor
31202
31203  src/hb-ot-shape-complex-indic.cc | 5 ++++-
31204  1 file changed, 4 insertions(+), 1 deletion(-)
31205
31206 commit 5d32690a3428fa86eb26fe5fcec943a10aa95881
31207 Author: Behdad Esfahbod <behdad@behdad.org>
31208 Date:   Tue Jul 17 14:23:28 2012 -0400
31209
31210     [Indic] For scripts without Half forms, always choose first consonant
31211     as base
31212
31213     In such scripts (ie. Khmer), a ZWJ/ZWNJ shouldn't stop the search for
31214     base.  So, instead just choose the first consonant as base directly.
31215
31216     Test sequence:
31217     U+1798,200c,U+17C9,U+17D2,U+179B,U+17C1,U+17C7
31218
31219  src/hb-ot-shape-complex-indic.cc | 59
31220  ++++++++++++++++++++++++----------------
31221  1 file changed, 35 insertions(+), 24 deletions(-)
31222
31223 commit 34b57149065d96f7528aaccaa7654e956ce27e93
31224 Author: Behdad Esfahbod <behdad@behdad.org>
31225 Date:   Tue Jul 17 14:09:32 2012 -0400
31226
31227     [Indic] Treat Khmer Register Shifters more like Nuktas
31228
31229     Except that there may be a ZWNJ before a Register Shifter.
31230
31231  src/hb-ot-shape-complex-indic-machine.rl                                |
31232  2 +-
31233  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
31234  2 ++
31235  2 files changed, 3 insertions(+), 1 deletion(-)
31236
31237 commit 11e2a601b19861b05dbb2051d2d078c3cfd75b29
31238 Author: Behdad Esfahbod <behdad@behdad.org>
31239 Date:   Tue Jul 17 14:02:28 2012 -0400
31240
31241     [Indic] Minor
31242
31243  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
31244  1 file changed, 2 insertions(+), 2 deletions(-)
31245
31246 commit 0201e0a4649ad5b607e50bcb9605e7a5b7143812
31247 Author: Behdad Esfahbod <behdad@behdad.org>
31248 Date:   Tue Jul 17 13:55:10 2012 -0400
31249
31250     [Indic] Apply 'cfar' for Khmer
31251
31252     Mark stuff after a pre-base reordering Ro 'cfar'.  Used in Khmer.
31253     This allows distinguishing the following cases with MS Khmer fonts:
31254
31255       U+1784,U+17D2,U+179A,U+17D2,U+1782
31256       U+1784,U+17D2,U+1782,U+17D2,U+179A
31257
31258  src/hb-ot-shape-complex-indic.cc                         | 16
31259  ++++++++++++++--
31260  .../south-east-asian/script-khmer/misc/misc.txt          |  2 ++
31261  2 files changed, 16 insertions(+), 2 deletions(-)
31262
31263 commit 55f70ebfb95083f515d9b0044a2a65ab11484bb5
31264 Author: Behdad Esfahbod <behdad@behdad.org>
31265 Date:   Tue Jul 17 12:50:13 2012 -0400
31266
31267     [Indic] Position final subjoined consonants (and vowels) after matras
31268
31269     In Khmer, a final subjoined consonant or independent vowel can occur
31270     after matras.  This final subjoined thing should NOT be reordered to
31271     before the matra even though it's subjoined.
31272
31273     Fixes another 1k of the Khmer failures.  Not much left really.
31274
31275  src/hb-ot-shape-complex-indic-private.hh                    |  1 +
31276  src/hb-ot-shape-complex-indic.cc                            | 13
31277  +++++++++++++
31278  .../south-east-asian/script-khmer/misc/misc.txt             |  2 ++
31279  3 files changed, 16 insertions(+)
31280
31281 commit c50ed71e9a3df1844f564de66d54b46a696c1356
31282 Author: Behdad Esfahbod <behdad@behdad.org>
31283 Date:   Tue Jul 17 11:54:28 2012 -0400
31284
31285     [Indic] Recategorize Khmer coeng sign as a separate category OT_Coeng
31286
31287     Amend the syllable structure to allow a final subscripted consonant
31288     (Coeng+C) and a final subscripted independent vowel (Coeng+V).
31289     Fixes another 2k of Khmer failures.
31290
31291  src/hb-ot-shape-complex-indic-machine.rl                           |
31292  7 ++++---
31293  src/hb-ot-shape-complex-indic.cc                                   |
31294  6 +++++-
31295  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt       | 1 +
31296  3 files changed, 10 insertions(+), 4 deletions(-)
31297
31298 commit deb521dee4fdca8c2124cfb39a205e6269d4a70d
31299 Author: Behdad Esfahbod <behdad@behdad.org>
31300 Date:   Tue Jul 17 11:37:32 2012 -0400
31301
31302     [Indic] Add a separate Coeng class
31303
31304     No characters recategorized yet.  No semantic change.
31305
31306  src/hb-ot-shape-complex-indic-machine.rl |  1 +
31307  src/hb-ot-shape-complex-indic-private.hh |  3 ++-
31308  src/hb-ot-shape-complex-indic.cc         | 26 ++++++++++++++++----------
31309  3 files changed, 19 insertions(+), 11 deletions(-)
31310
31311 commit 74ccc6a1322f8c48c5f2a05f04821783c4b87a14
31312 Author: Behdad Esfahbod <behdad@behdad.org>
31313 Date:   Tue Jul 17 11:16:19 2012 -0400
31314
31315     [Indic] Move Halant with after-base consonants
31316
31317     Normally, we attach the Halant to the previous character and move it
31318     with it.  For after-base consonants however, the Halant "belongs"
31319     to the
31320     consonant after, so attach it so.
31321
31322     This fixes Bengali sequences involving post-base consonant Ya, which
31323     should ligate with the Halant to form Ya Phala, but previously a
31324     reordered matras was blocking the ligation.
31325
31326  src/hb-ot-shape-complex-indic.cc                              |
31327  11 +++++++++++
31328  .../in-tree/shaper-indic/indic/script-bengali/misc/misc.txt   |  1 +
31329  2 files changed, 12 insertions(+)
31330
31331 commit d5c4edcdd6df32f2f23aca44f14838b4baab4d7a
31332 Author: Behdad Esfahbod <behdad@behdad.org>
31333 Date:   Tue Jul 17 10:40:59 2012 -0400
31334
31335     [Indic] Apply presentation-forms features all at once
31336
31337     Seems like this is what Uniscribe is doing, and does not break
31338     any fonts
31339     we tested (with Devanagari, Malayalam, Khmer, and Bengali), while
31340     fixing
31341     some Ra Phala sequences for Bengali with Vrinda.  Fixes another 2% of
31342     Bengali failures (a couple more to go).
31343
31344  src/hb-ot-shape-complex-indic.cc                                    |
31345  6 +++---
31346  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt   | 1 +
31347  2 files changed, 4 insertions(+), 3 deletions(-)
31348
31349 commit 559f70667891a3ceeffb36f40de38a4f85868945
31350 Author: Behdad Esfahbod <behdad@behdad.org>
31351 Date:   Mon Jul 16 22:43:17 2012 -0400
31352
31353     Fix MarkAttachmentType matching
31354
31355     Fixes issue reported by Khaled Hosny with his Hussaini Nastaleeq font
31356     and sequences like those added in the previous commit.
31357
31358  src/hb-ot-layout.cc | 2 +-
31359  1 file changed, 1 insertion(+), 1 deletion(-)
31360
31361 commit 6de103547e4a7fb34c833861713ea373cd912261
31362 Author: Behdad Esfahbod <behdad@behdad.org>
31363 Date:   Mon Jul 16 22:46:06 2012 -0400
31364
31365     [test/arabic] Add Arabic tests for mark skipping
31366
31367     Expose a bug with Khaled's Hussaini Nastaleeq font.
31368
31369  .../shaper-arabic/script-arabic/misc/diacritics/MANIFEST       |  1 +
31370  .../script-arabic/misc/diacritics/mark-skipping.txt            |
31371  10 ++++++++++
31372  2 files changed, 11 insertions(+)
31373
31374 commit ad4494759fa8bfd2497800c24fa414075ed1aa61
31375 Author: Behdad Esfahbod <behdad@behdad.org>
31376 Date:   Mon Jul 16 22:40:21 2012 -0400
31377
31378     Minor
31379
31380  src/hb-ot-layout.cc | 2 +-
31381  1 file changed, 1 insertion(+), 1 deletion(-)
31382
31383 commit af92b4cc90e4184d5bdd8037c551ed482700114f
31384 Author: Behdad Esfahbod <behdad@behdad.org>
31385 Date:   Mon Jul 16 20:31:24 2012 -0400
31386
31387     [Indic] Disable 'kern' in Uniscribe bug compatibility mode
31388
31389     Uniscribe does not apply 'kern' in the Indic module.  Some of
31390     the Khmer
31391     fonts they ship have small adjustments in the 'kern' table.  Disable
31392     'kern' in the Indic module under Uniscribe bug compatibility mode.
31393
31394     Fixes some 10% of the Khmer failures.  Remains under 3% (excluding
31395     dotted-circle ones).
31396
31397  src/hb-ot-shape-complex-indic.cc | 3 +++
31398  1 file changed, 3 insertions(+)
31399
31400 commit d96838ef951ce6170eb2dc576ebcba2262cf7008
31401 Author: Behdad Esfahbod <behdad@behdad.org>
31402 Date:   Mon Jul 16 20:26:57 2012 -0400
31403
31404     Allow complex shapers overriding common features
31405
31406     In a new callback...  Currently unused by all complex shapers.
31407
31408  src/hb-ot-shape-complex-arabic.cc  |  6 ++++++
31409  src/hb-ot-shape-complex-indic.cc   |  6 ++++++
31410  src/hb-ot-shape-complex-misc.cc    | 18 ++++++++++++++++++
31411  src/hb-ot-shape-complex-private.hh | 30 ++++++++++++++++++++++++++++++
31412  src/hb-ot-shape.cc                 |  2 ++
31413  5 files changed, 62 insertions(+)
31414
31415 commit df50b8474094f0563ccfdae12c4425a51b72add6
31416 Author: Behdad Esfahbod <behdad@behdad.org>
31417 Date:   Mon Jul 16 19:56:29 2012 -0400
31418
31419     [Indic] Categorize other Khmer marks
31420
31421     Mark them the same as the Register Shifters for now.  Need to rename
31422     that category to something more sensible after all is settled.
31423
31424     Fixes another percent of Khmer failures.  Down to under 3%!
31425
31426  src/hb-ot-shape-complex-indic.cc | 4 ++++
31427  1 file changed, 4 insertions(+)
31428
31429 commit 8e7b5882fb4c1921c9d030d354a9b998115cdb8c
31430 Author: Behdad Esfahbod <behdad@behdad.org>
31431 Date:   Mon Jul 16 17:04:46 2012 -0400
31432
31433     [Indic] Recognize pre-base reordering Ra anywhere in the syllable
31434
31435     We were doing that only immediately after base.
31436
31437     Fixes another percent in the Khmer failures.  About three more
31438     to go...
31439
31440  src/hb-ot-shape-complex-indic.cc | 84
31441  ++++++++++++++++++++++------------------
31442  1 file changed, 46 insertions(+), 38 deletions(-)
31443
31444 commit 7d09c98a1fff97127e48eae48d380dc9fcff288e
31445 Author: Behdad Esfahbod <behdad@behdad.org>
31446 Date:   Mon Jul 16 16:45:22 2012 -0400
31447
31448     [Indic] Recognizer Register Shifter marks
31449
31450     Fixes another 6% of the Khmer failures.
31451
31452  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
31453  src/hb-ot-shape-complex-indic-private.hh | 5 +++--
31454  src/hb-ot-shape-complex-indic.cc         | 2 ++
31455  3 files changed, 7 insertions(+), 3 deletions(-)
31456
31457 commit 60da763dfac96a7931d6e6bdef8b9973bd5209ab
31458 Author: Behdad Esfahbod <behdad@behdad.org>
31459 Date:   Mon Jul 16 16:13:32 2012 -0400
31460
31461     [GSUB/GDEF] Guess glyph classes after substitution only if no GDEF
31462
31463     Brings down Khmer failures with Daun Penh font from 36% to 20%.
31464
31465  src/hb-ot-layout-gsubgpos-private.hh | 20 +++++++++++++-------
31466  1 file changed, 13 insertions(+), 7 deletions(-)
31467
31468 commit fcdc5f1c8849a7f38d9f34f64d60c6d95d7501f7
31469 Author: Behdad Esfahbod <behdad@behdad.org>
31470 Date:   Mon Jul 16 15:52:54 2012 -0400
31471
31472     [Indic] Categorize Khmer Ro
31473
31474     Khmer failures down from 58% to 36%.
31475
31476  src/hb-ot-shape-complex-indic-private.hh | 2 ++
31477  1 file changed, 2 insertions(+)
31478
31479 commit 78818124b17691ec2c647142fdb9ae743aa03dee
31480 Author: Behdad Esfahbod <behdad@behdad.org>
31481 Date:   Mon Jul 16 15:49:08 2012 -0400
31482
31483     [Indic] Reoder pre-base reordering Ra
31484
31485     Brings down Malayalam failures from 14% down to 3%.
31486
31487  src/hb-ot-shape-complex-indic.cc | 42
31488  +++++++++++++++++++++++++++-------------
31489  1 file changed, 29 insertions(+), 13 deletions(-)
31490
31491 commit 1a1dbe9a2787f226f3e43063da8eb6633438b0a0
31492 Author: Behdad Esfahbod <behdad@behdad.org>
31493 Date:   Mon Jul 16 15:40:33 2012 -0400
31494
31495     [Indic] Rename
31496
31497  src/hb-ot-shape-complex-indic.cc | 8 ++++----
31498  1 file changed, 4 insertions(+), 4 deletions(-)
31499
31500 commit 46e645ec4b59f0a278347be11f40c7df700d5bb6
31501 Author: Behdad Esfahbod <behdad@behdad.org>
31502 Date:   Mon Jul 16 15:30:05 2012 -0400
31503
31504     [Indic] Start implementing pre-base reordering
31505
31506  src/hb-ot-shape-complex-indic.cc | 33 ++++++++++++++++++---------------
31507  1 file changed, 18 insertions(+), 15 deletions(-)
31508
31509 commit 921ce5b17daf06af8e17989a3e335b9f5df20483
31510 Author: Behdad Esfahbod <behdad@behdad.org>
31511 Date:   Mon Jul 16 15:26:56 2012 -0400
31512
31513     [Indic] Rename
31514
31515     No semantic change.
31516
31517  src/hb-ot-shape-complex-indic.cc | 26 +++++++++++++-------------
31518  1 file changed, 13 insertions(+), 13 deletions(-)
31519
31520 commit b504e060f008e95b1ba36c06600c9fea4f5d4808
31521 Author: Behdad Esfahbod <behdad@behdad.org>
31522 Date:   Mon Jul 16 15:21:12 2012 -0400
31523
31524     [Indic] Implement After-Main Reph positioning
31525
31526     Almost...
31527
31528  src/hb-ot-shape-complex-indic.cc | 8 +++++++-
31529  1 file changed, 7 insertions(+), 1 deletion(-)
31530
31531 commit 17d7de91d76406d3e92db37d9eef2fc615f06e68
31532 Author: Behdad Esfahbod <behdad@behdad.org>
31533 Date:   Mon Jul 16 15:20:15 2012 -0400
31534
31535     [Indic] Apply 'pref' to pre-base reodering Ra
31536
31537     No reordering yet.
31538
31539  src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
31540  1 file changed, 10 insertions(+)
31541
31542 commit 362d3db8d3527d0fef260a17d2466e92a4a25425
31543 Author: Behdad Esfahbod <behdad@behdad.org>
31544 Date:   Mon Jul 16 15:15:28 2012 -0400
31545
31546     [Indic] Minor
31547
31548     Should not be any semantic change.  In preparation for implementing
31549     pre-base reordering Ra.
31550
31551  src/hb-ot-shape-complex-indic.cc | 8 +-------
31552  1 file changed, 1 insertion(+), 7 deletions(-)
31553
31554 commit 70fe77bb9a25922bd34f206826d8731d901fb451
31555 Author: Behdad Esfahbod <behdad@behdad.org>
31556 Date:   Mon Jul 16 14:52:18 2012 -0400
31557
31558     Minor
31559
31560  src/hb-ot-shape-complex-indic.cc | 44
31561  ++++++++++++++++++++--------------------
31562  1 file changed, 22 insertions(+), 22 deletions(-)
31563
31564 commit 2f903215c5da2330a37abe489a3f45f7c3fd5a09
31565 Author: Behdad Esfahbod <behdad@behdad.org>
31566 Date:   Mon Jul 16 13:54:43 2012 -0400
31567
31568     Minor
31569
31570  src/hb-ot-shape-complex-indic.cc | 2 +-
31571  1 file changed, 1 insertion(+), 1 deletion(-)
31572
31573 commit a3e04bee2c2fa648759a87e460db6b4f1b685586
31574 Author: Behdad Esfahbod <behdad@behdad.org>
31575 Date:   Mon Jul 16 13:47:19 2012 -0400
31576
31577     [Indic] Reorder virama only for old Indic spec
31578
31579  src/hb-ot-shape-complex-indic.cc | 15 +++++++++++++--
31580  1 file changed, 13 insertions(+), 2 deletions(-)
31581
31582 commit 0de771b72da6b342b015e3556190821547a4011d
31583 Author: Behdad Esfahbod <behdad@behdad.org>
31584 Date:   Mon Jul 16 13:39:36 2012 -0400
31585
31586     [Indic] Categorize Khmer consonants
31587
31588  src/hb-ot-shape-complex-indic.cc | 4 ++++
31589  1 file changed, 4 insertions(+)
31590
31591 commit d487fff266258eb1af056e9704cfb09d04251ddc
31592 Author: Behdad Esfahbod <behdad@behdad.org>
31593 Date:   Mon Jul 16 13:25:17 2012 -0400
31594
31595     Split matras without a Unicode decomposition
31596
31597     This is a hack for now, to get us going with Khmer.  This will be
31598     refactored properly later to move the complex logic into complex
31599     shapers.
31600
31601  src/hb-unicode.cc | 22 ++++++++++++++++++++++
31602  1 file changed, 22 insertions(+)
31603
31604 commit 8aa801a6fd1a737fa20b851edf7528bdd6635b8b
31605 Author: Behdad Esfahbod <behdad@behdad.org>
31606 Date:   Mon Jul 16 13:24:26 2012 -0400
31607
31608     [Indic] Adjust position for split matras
31609
31610     We are going to split matras without a Unicode decompositions in a way
31611     that the second half takes the codepoint of the whole matra.  So,
31612     position them where the second half is supposed to end up.
31613
31614  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
31615  1 file changed, 3 insertions(+), 3 deletions(-)
31616
31617 commit 1feb8345a5fd92297eb6796e6dce633bafa0c76e
31618 Author: Behdad Esfahbod <behdad@behdad.org>
31619 Date:   Mon Jul 16 13:23:40 2012 -0400
31620
31621     [GSUB] Allow 1-to-1 ligature substitutions!
31622
31623     Apparently Uniscribe allows these, and they are used in some Khmer
31624     fonts
31625     shipped with Windows, namely, Daun Penh.
31626
31627  src/hb-ot-layout-gsub-table.hh | 2 +-
31628  1 file changed, 1 insertion(+), 1 deletion(-)
31629
31630 commit 29f106d7fba25e1464debd3a4831a7380d75c4c9
31631 Author: Behdad Esfahbod <behdad@behdad.org>
31632 Date:   Mon Jul 16 12:05:35 2012 -0400
31633
31634     [Indic] Apply Above Forms
31635
31636  src/hb-ot-shape-complex-indic.cc | 4 +++-
31637  1 file changed, 3 insertions(+), 1 deletion(-)
31638
31639 commit fa2bd9fb63d83b657373764d4b657084d8327fc9
31640 Author: Behdad Esfahbod <behdad@behdad.org>
31641 Date:   Sat Jul 14 12:15:54 2012 -0400
31642
31643     Further simplify atomic ops on Visual Studio
31644
31645  src/hb-atomic-private.hh | 5 -----
31646  1 file changed, 5 deletions(-)
31647
31648 commit 0a492357016bc9a614d2a726f2006c10af68ca58
31649 Author: Behdad Esfahbod <behdad@behdad.org>
31650 Date:   Fri Jul 13 13:20:49 2012 -0400
31651
31652     Minor
31653
31654  src/hb-warning.cc | 29 +++++------------------------
31655  1 file changed, 5 insertions(+), 24 deletions(-)
31656
31657 commit 11c4ad439ef2b39a840f397a693b1ba643f52c21
31658 Author: Behdad Esfahbod <behdad@behdad.org>
31659 Date:   Fri Jul 13 11:29:31 2012 -0400
31660
31661     Add -Wcast-align
31662
31663  configure.ac    | 3 +++
31664  src/Makefile.am | 2 +-
31665  2 files changed, 4 insertions(+), 1 deletion(-)
31666
31667 commit a98d0ab18624501ee60551304f2715361ac643da
31668 Author: Behdad Esfahbod <behdad@behdad.org>
31669 Date:   Fri Jul 13 10:19:10 2012 -0400
31670
31671     Make sure HB_BEGIN_DECLS / HB_END_DECLS is only used in public headers
31672
31673     So we can use them to switch default visibility to internal if
31674     desired,
31675     and use these to make only declared symbols public.
31676
31677  src/check-c-linkage-decls.sh             | 10 +++++++++-
31678  src/hb-fallback-shape-private.hh         |  6 ------
31679  src/hb-ot-shape-complex-indic-machine.rl |  4 ----
31680  3 files changed, 9 insertions(+), 11 deletions(-)
31681
31682 commit 5c5bc96216c9ad58243eb3ed27b253e237f08ebe
31683 Author: Behdad Esfahbod <behdad@behdad.org>
31684 Date:   Fri Jul 13 10:15:37 2012 -0400
31685
31686     Allow overriding HB_BEGIN_DECLS / HB_END_DECLS
31687
31688  src/hb-common.h | 2 ++
31689  1 file changed, 2 insertions(+)
31690
31691 commit ec5f5f0f8a1d5b3ff98452175bb4450a59897620
31692 Author: Behdad Esfahbod <behdad@behdad.org>
31693 Date:   Fri Jul 13 10:00:42 2012 -0400
31694
31695     Don't export inline methods
31696
31697  configure.ac | 3 +++
31698  1 file changed, 3 insertions(+)
31699
31700 commit 50a4e78b530563917eb606ff3b96dcc9eed5b3ee
31701 Author: Behdad Esfahbod <behdad@behdad.org>
31702 Date:   Fri Jul 13 09:48:39 2012 -0400
31703
31704     Check for exported weak symbols
31705
31706     Ouch, all our C++ inline functions are being exported (weakly)
31707     already.
31708     Fix coming.
31709
31710  src/check-internal-symbols.sh | 8 +++++++-
31711  1 file changed, 7 insertions(+), 1 deletion(-)
31712
31713 commit b5aeb95afeb13a66177caada9f5d5ad4cddbd35f
31714 Author: Behdad Esfahbod <behdad@behdad.org>
31715 Date:   Fri Jul 13 09:45:54 2012 -0400
31716
31717     Make hb_in_range() static
31718
31719  src/hb-private.hh | 2 +-
31720  1 file changed, 1 insertion(+), 1 deletion(-)
31721
31722 commit 271c8f89075607c689938b4f5e60323d9a1acd70
31723 Author: Behdad Esfahbod <behdad@behdad.org>
31724 Date:   Fri Jul 13 09:32:30 2012 -0400
31725
31726     Minor
31727
31728  src/hb-ft.cc | 4 ++--
31729  1 file changed, 2 insertions(+), 2 deletions(-)
31730
31731 commit 391f1ff5d894b60bfe0f606be436ffe7e43f7455
31732 Author: Behdad Esfahbod <behdad@behdad.org>
31733 Date:   Fri Jul 13 09:04:07 2012 -0400
31734
31735     Fix _InterlockedCompareExchangePointer on x86
31736
31737  src/hb-atomic-private.hh | 6 ++++++
31738  1 file changed, 6 insertions(+)
31739
31740 commit 2023e2b54d91924dddfd228ffdbb46021135b068
31741 Author: Behdad Esfahbod <behdad@behdad.org>
31742 Date:   Wed Jul 11 19:00:30 2012 -0400
31743
31744     [ft] Disable ppem setting
31745
31746     The calculations were wrong.
31747
31748     FreeType makes it really hard to set size and ppem independently.
31749     For now, disable it.  Need to come up with a fix later.
31750
31751  src/hb-ft.cc | 3 +++
31752  1 file changed, 3 insertions(+)
31753
31754 commit cdf7444505a7ae49d20f9ba6776dea92c1fde2a6
31755 Author: Behdad Esfahbod <behdad@behdad.org>
31756 Date:   Wed Jul 11 18:52:39 2012 -0400
31757
31758     [ft] Use unfitted kerning if x_ppem is zero
31759
31760  src/hb-ft.cc | 5 +++--
31761  1 file changed, 3 insertions(+), 2 deletions(-)
31762
31763 commit 6d08c7f1b3601095f9a12630045331dd0fe75380
31764 Author: Behdad Esfahbod <behdad@behdad.org>
31765 Date:   Wed Jul 11 18:01:27 2012 -0400
31766
31767     Revert "Towards templatizing common Lookup types"
31768
31769     This reverts commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5.
31770
31771     This is work-in-progress.  Didn't mean to push it out just yet.
31772
31773  src/hb-ot-layout-gpos-table.hh       | 16 ++++++----------
31774  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++--------------
31775  src/hb-ot-layout-gsubgpos-private.hh | 33
31776  ++-------------------------------
31777  3 files changed, 18 insertions(+), 55 deletions(-)
31778
31779 commit 552bf3a9f9651311084b7979805dbdc18c0335ca
31780 Author: Behdad Esfahbod <behdad@behdad.org>
31781 Date:   Wed Jul 11 16:44:51 2012 -0400
31782
31783     Bump WINNT version requested from 500 to 600
31784
31785     Since we use the OpenType versions of Uniscribe functions, we are
31786     relying on that version of the WINNT API.  Otherwise, usp10.h
31787     will hide
31788     those symbols.
31789
31790  src/hb-uniscribe.cc | 2 +-
31791  src/hb-uniscribe.h  | 2 +-
31792  2 files changed, 2 insertions(+), 2 deletions(-)
31793
31794 commit 9a5b421a64db1bb23d5c6ebbc3bf3f3a5513dc36
31795 Author: Behdad Esfahbod <behdad@behdad.org>
31796 Date:   Wed Jul 11 16:35:04 2012 -0400
31797
31798     Fix build with no Unicode funcs implementations provided
31799
31800  src/hb-unicode-private.hh | 1 +
31801  1 file changed, 1 insertion(+)
31802
31803 commit 6efe1eca660135096f05987ac0ef9b635de6cdfd
31804 Author: Behdad Esfahbod <behdad@behdad.org>
31805 Date:   Wed Jul 11 15:30:08 2012 -0400
31806
31807     Update git.mk to upstream
31808
31809  git.mk | 58 ++++++++++++++++++++++++++++++++++++++--------------------
31810  1 file changed, 38 insertions(+), 20 deletions(-)
31811
31812 commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5
31813 Author: Behdad Esfahbod <behdad@behdad.org>
31814 Date:   Tue Jul 3 22:15:35 2012 -0400
31815
31816     Towards templatizing common Lookup types
31817
31818  src/hb-ot-layout-gpos-table.hh       | 16 ++++++++++------
31819  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++++++----------
31820  src/hb-ot-layout-gsubgpos-private.hh | 33
31821  +++++++++++++++++++++++++++++++--
31822  3 files changed, 55 insertions(+), 18 deletions(-)
31823
31824 commit 1167c7bfc9e61f145e11da4881968293a4d3c0a9
31825 Author: Behdad Esfahbod <behdad@behdad.org>
31826 Date:   Tue Jul 3 11:38:46 2012 -0400
31827
31828     Minor
31829
31830  test/shaping/texts/in-tree/shaper-thai/MANIFEST                     |
31831  2 +-
31832  test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST                | 1 -
31833  test/shaping/texts/in-tree/shaper-thai/script-thai/MANIFEST         | 1 +
31834  test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST    | 1 +
31835  .../shaper-thai/{misc/misc.txt => script-thai/misc/sara-am.txt}     |
31836  6 ++----
31837  5 files changed, 5 insertions(+), 6 deletions(-)
31838
31839 commit aa116582e69d18777448e7993078e5d6335ddfed
31840 Author: Behdad Esfahbod <behdad@behdad.org>
31841 Date:   Fri Jun 29 10:50:12 2012 -0400
31842
31843     Minor
31844
31845  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt
31846  | 1 +
31847  1 file changed, 1 insertion(+)
31848
31849 commit 1f13c7185f02ea18d4fadd2ea8ad444bea863c39
31850 Author: Behdad Esfahbod <behdad@behdad.org>
31851 Date:   Wed Jun 27 10:07:27 2012 -0400
31852
31853     Add TODO item
31854
31855  TODO | 2 ++
31856  1 file changed, 2 insertions(+)
31857
31858 commit 12f5c0a222a2f0aebe63c0d367937a0ff985474a
31859 Author: Behdad Esfahbod <behdad@behdad.org>
31860 Date:   Tue Jun 26 11:16:13 2012 -0400
31861
31862     Fix check for Intel atomic ops
31863
31864  configure.ac             | 9 +++++----
31865  src/hb-atomic-private.hh | 2 +-
31866  2 files changed, 6 insertions(+), 5 deletions(-)
31867
31868 commit 6932a41fb61ffc2901c260587b1e98ed9c2a7ea1
31869 Author: Behdad Esfahbod <behdad@behdad.org>
31870 Date:   Tue Jun 26 10:46:31 2012 -0400
31871
31872     Use octal-escaped UTF-8 characters instead of plain text
31873
31874     https://bugs.freedesktop.org/show_bug.cgi?id=50970
31875
31876  src/hb-private.hh | 17 ++++++++++++-----
31877  1 file changed, 12 insertions(+), 5 deletions(-)
31878
31879 commit 8c0ea7bcb4409aaf8c96ad641f2db30003228ad0
31880 Author: Behdad Esfahbod <behdad@behdad.org>
31881 Date:   Sun Jun 24 13:20:56 2012 -0400
31882
31883     Disable introspection again
31884
31885     Until I figure out the build issues.  Sigh...
31886
31887  configure.ac    |  2 +-
31888  src/Makefile.am | 42 +++++++++++++++++++++---------------------
31889  2 files changed, 22 insertions(+), 22 deletions(-)
31890
31891 commit 8c5f5e6f5ec2b6a219fbdfc955f6299325a0adde
31892 Author: Behdad Esfahbod <behdad@behdad.org>
31893 Date:   Sun Jun 17 14:58:59 2012 -0400
31894
31895     Minor
31896
31897  configure.ac | 2 +-
31898  1 file changed, 1 insertion(+), 1 deletion(-)
31899
31900 commit 49f8e0cd9a5493ae26857c43bac0711cdf47c80d
31901 Author: Behdad Esfahbod <behdad@behdad.org>
31902 Date:   Sat Jun 16 15:40:03 2012 -0400
31903
31904     GStaticMutex is deprecated
31905
31906  src/hb-mutex-private.hh | 9 +++++++++
31907  1 file changed, 9 insertions(+)
31908
31909 commit 5e113a4b7921ced6af2d53460a7a2f1d0185c02a
31910 Author: Behdad Esfahbod <behdad@behdad.org>
31911 Date:   Sat Jun 16 15:26:13 2012 -0400
31912
31913     g_thread_init() is deprecated
31914
31915  test/api/hb-test.h | 2 ++
31916  1 file changed, 2 insertions(+)
31917
31918 commit 1bc1cb3603167f5da309336f7018c8b0608ac104
31919 Author: Behdad Esfahbod <behdad@behdad.org>
31920 Date:   Sat Jun 16 15:21:55 2012 -0400
31921
31922     Make source more digestable for gobject-introspection
31923
31924  src/hb-blob.cc            | 2 +-
31925  src/hb-blob.h             | 2 +-
31926  src/hb-buffer-private.hh  | 4 ++--
31927  src/hb-buffer.h           | 6 +++---
31928  src/hb-common.cc          | 2 +-
31929  src/hb-common.h           | 4 ++--
31930  src/hb-font-private.hh    | 6 +++---
31931  src/hb-font.cc            | 2 +-
31932  src/hb-font.h             | 8 ++++----
31933  src/hb-set-private.hh     | 2 +-
31934  src/hb-set.h              | 2 +-
31935  src/hb-shape.h            | 2 +-
31936  src/hb-unicode-private.hh | 2 +-
31937  src/hb-unicode.h          | 2 +-
31938  14 files changed, 23 insertions(+), 23 deletions(-)
31939
31940 commit 84d781e54cc75c81a06ba43fd7b1a74b8c7d9591
31941 Author: Behdad Esfahbod <behdad@behdad.org>
31942 Date:   Sat Jun 16 15:21:41 2012 -0400
31943
31944     Flesh out gobject-introspection stuff a bit
31945
31946  configure.ac    |  1 +
31947  src/Makefile.am | 23 +++++++++++++++++++++--
31948  2 files changed, 22 insertions(+), 2 deletions(-)
31949
31950 commit 49ee12ccd00870d4976339dc546c74eaf08a8fc0
31951 Author: Behdad Esfahbod <behdad@behdad.org>
31952 Date:   Sat Jun 16 14:53:51 2012 -0400
31953
31954     Add TODO item
31955
31956  TODO | 1 +
31957  1 file changed, 1 insertion(+)
31958
31959 commit d3c8115d1ad09404b8970b98e6b5ab74510a35f6
31960 Author: Behdad Esfahbod <behdad@behdad.org>
31961 Date:   Tue Jun 12 09:52:57 2012 -0400
31962
31963     Minor
31964
31965  TODO | 2 ++
31966  1 file changed, 2 insertions(+)
31967
31968 commit 2cf301968cb8c1150cead0ab909457cdd3ee2d01
31969 Author: Behdad Esfahbod <behdad@behdad.org>
31970 Date:   Sat Jun 9 14:58:01 2012 -0400
31971
31972     Add hb_object_lock/unlock()
31973
31974  src/hb-object-private.hh | 32 ++++++++++++++++++++++++++------
31975  1 file changed, 26 insertions(+), 6 deletions(-)
31976
31977 commit 6a5661f1e69c937083e8d976cb12429b99180d54
31978 Author: Behdad Esfahbod <behdad@behdad.org>
31979 Date:   Sat Jun 9 03:26:16 2012 -0400
31980
31981     Ugh
31982
31983  util/shape-consumer.hh | 2 --
31984  1 file changed, 2 deletions(-)
31985
31986 commit f211d5c291b4c947cfd732e873627567173057e4
31987 Author: Behdad Esfahbod <behdad@behdad.org>
31988 Date:   Sat Jun 9 03:11:22 2012 -0400
31989
31990     More Oops!  Fix fast-path with sub-type==0
31991
31992  src/hb-ot-layout-gpos-table.hh | 2 +-
31993  src/hb-ot-layout-gsub-table.hh | 2 +-
31994  util/shape-consumer.hh         | 2 ++
31995  3 files changed, 4 insertions(+), 2 deletions(-)
31996
31997 commit b1de6aa1f33b228afe231c8209aef90a5fa1ee5d
31998 Author: Behdad Esfahbod <behdad@behdad.org>
31999 Date:   Sat Jun 9 03:07:59 2012 -0400
32000
32001     Oops!
32002
32003  src/hb-ot-layout-gpos-table.hh | 2 +-
32004  src/hb-ot-layout-gsub-table.hh | 2 +-
32005  2 files changed, 2 insertions(+), 2 deletions(-)
32006
32007 commit b12e2549cbcd4f1ef46e66c75533686ee560f59b
32008 Author: Behdad Esfahbod <behdad@behdad.org>
32009 Date:   Sat Jun 9 03:05:20 2012 -0400
32010
32011     Minor
32012
32013  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
32014  1 file changed, 2 insertions(+), 2 deletions(-)
32015
32016 commit faf0f20253d954cc4cfa4c967ece7573a5ddae3b
32017 Author: Behdad Esfahbod <behdad@behdad.org>
32018 Date:   Sat Jun 9 03:02:36 2012 -0400
32019
32020     Add sanitize() logic for fast-paths
32021
32022  src/hb-ot-layout-gpos-table.hh | 15 ++++++++++++---
32023  src/hb-ot-layout-gsub-table.hh | 20 ++++++++++++++------
32024  2 files changed, 26 insertions(+), 9 deletions(-)
32025
32026 commit 4e766ff28d1fb831ded20666799787478129c07c
32027 Author: Behdad Esfahbod <behdad@behdad.org>
32028 Date:   Sat Jun 9 02:53:57 2012 -0400
32029
32030     Add fast-path for GPOS too
32031
32032     Shaves another 3% for DejaVu Sans long Latin strings.
32033
32034  src/hb-ot-layout-gpos-table.hh | 16 ++++++++++++++--
32035  1 file changed, 14 insertions(+), 2 deletions(-)
32036
32037 commit 993c51915f503f74ee00eee646b67bf2e3f73596
32038 Author: Behdad Esfahbod <behdad@behdad.org>
32039 Date:   Sat Jun 9 02:48:16 2012 -0400
32040
32041     Add fast-path to GSUB to check coverage
32042
32043     Shaves a good 10% off DejaVu Sans with simple Latin text for me.
32044     Now, DejaVu is very ChainContext-intensive, but it's also a very
32045     popular font!
32046
32047  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++++--
32048  1 file changed, 16 insertions(+), 2 deletions(-)
32049
32050 commit f19e0b0099ec73b8fedccacff4902403f5eabc42
32051 Author: Behdad Esfahbod <behdad@behdad.org>
32052 Date:   Sat Jun 9 02:26:57 2012 -0400
32053
32054     Match input before backtrack
32055
32056     Makes more sense, optimization-wise.
32057
32058  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
32059  1 file changed, 4 insertions(+), 4 deletions(-)
32060
32061 commit 67bb9e8cea49a44be6996515e1c7d8cdc95a77e6
32062 Author: Behdad Esfahbod <behdad@behdad.org>
32063 Date:   Sat Jun 9 02:02:46 2012 -0400
32064
32065     Add set add_coverage() to Coverage()
32066
32067  src/hb-ot-layout-common-private.hh | 24 ++++++++++++++++++++++++
32068  src/hb-set-private.hh              |  5 +++++
32069  2 files changed, 29 insertions(+)
32070
32071 commit 4952f0aa5b2f4368d9e3418252e0a1b9294cd5ee
32072 Author: Behdad Esfahbod <behdad@behdad.org>
32073 Date:   Sat Jun 9 01:39:11 2012 -0400
32074
32075     Minor
32076
32077  src/hb-ot-layout-gsub-table.hh | 2 ++
32078  1 file changed, 2 insertions(+)
32079
32080 commit ad6a6f22401d6256e34521d0f52e91348c5ed4c9
32081 Author: Behdad Esfahbod <behdad@behdad.org>
32082 Date:   Sat Jun 9 01:21:02 2012 -0400
32083
32084     Minor
32085
32086  src/hb-ot-layout.cc | 2 +-
32087  1 file changed, 1 insertion(+), 1 deletion(-)
32088
32089 commit 46617a42133fbab151de4111a74dcbdc4e769c74
32090 Author: Behdad Esfahbod <behdad@behdad.org>
32091 Date:   Sat Jun 9 01:18:58 2012 -0400
32092
32093     Fix cache implementation
32094
32095  src/hb-cache-private.hh | 2 ++
32096  1 file changed, 2 insertions(+)
32097
32098 commit ce47613889aa3ff9b0067d3e51ba63cfdb139adb
32099 Author: Behdad Esfahbod <behdad@behdad.org>
32100 Date:   Sat Jun 9 01:10:26 2012 -0400
32101
32102     Micro-optimize
32103
32104     I know...
32105
32106  src/hb-ot-layout-gsubgpos-private.hh |  3 ++-
32107  src/hb-ot-layout.cc                  | 46
32108  ++++++++++++++++++++++--------------
32109  2 files changed, 30 insertions(+), 19 deletions(-)
32110
32111 commit 70416de298b811ab6be53a1c67f0d2531d99cd46
32112 Author: Behdad Esfahbod <behdad@behdad.org>
32113 Date:   Sat Jun 9 00:56:41 2012 -0400
32114
32115     Minor
32116
32117  src/hb-open-type-private.hh | 2 --
32118  1 file changed, 2 deletions(-)
32119
32120 commit 99159e52a3c9d5ae6c0fbdec64e7ed684fa70b61
32121 Author: Behdad Esfahbod <behdad@behdad.org>
32122 Date:   Sat Jun 9 00:50:40 2012 -0400
32123
32124     Use linear search for small counts
32125
32126     I see about 8% speedup with long strings with DejaVu Sans.
32127
32128  src/hb-open-type-private.hh | 19 ++++++++++++++-----
32129  1 file changed, 14 insertions(+), 5 deletions(-)
32130
32131 commit caf0412690542e58e23246dccc4b2fb83bd652ec
32132 Author: Behdad Esfahbod <behdad@behdad.org>
32133 Date:   Sat Jun 9 00:26:32 2012 -0400
32134
32135     Minor
32136
32137  src/hb-ot-layout-common-private.hh | 2 +-
32138  1 file changed, 1 insertion(+), 1 deletion(-)
32139
32140 commit 0f8fea71a66b1e01ee4398967db464393f478d42
32141 Author: Behdad Esfahbod <behdad@behdad.org>
32142 Date:   Sat Jun 9 00:24:38 2012 -0400
32143
32144     Minor.  Hide _hb_ot_layout_get_glyph_property()
32145
32146  src/hb-ot-layout-private.hh | 4 ----
32147  src/hb-ot-layout.cc         | 2 +-
32148  2 files changed, 1 insertion(+), 5 deletions(-)
32149
32150 commit 44b8ee0c90d7b1dd91e5848114141e3186534a0f
32151 Author: Behdad Esfahbod <behdad@behdad.org>
32152 Date:   Sat Jun 9 00:23:24 2012 -0400
32153
32154     Minor
32155
32156  src/hb-ot-layout-gpos-table.hh | 3 ++-
32157  src/hb-ot-layout.cc            | 2 +-
32158  2 files changed, 3 insertions(+), 2 deletions(-)
32159
32160 commit 7b84c536c10ab90ed96a033d88e9ad232d46c5b8
32161 Author: Behdad Esfahbod <behdad@behdad.org>
32162 Date:   Fri Jun 8 22:04:23 2012 -0400
32163
32164     In MarkBase attachment, only attach to first of a MultipleSubst
32165     sequence
32166
32167     This is apparently what Uniscribe does.  Test case is:
32168
32169       SEEN FATHA TEH ALEF
32170
32171     with Arabic Typesetting.  Originally reported by Khaled Hosny.
32172
32173  src/hb-ot-layout-gpos-table.hh       | 7 ++++++-
32174  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
32175  2 files changed, 14 insertions(+), 1 deletion(-)
32176
32177 commit ec57e0c5655ced5109c4638bf802772d336448fd
32178 Author: Behdad Esfahbod <behdad@behdad.org>
32179 Date:   Fri Jun 8 21:47:23 2012 -0400
32180
32181     Set lig_comp for MultipleSubst components
32182
32183     To be used for correct mark attachment to first component of a
32184     MultipleSubst output.  That's what Uniscribe does.
32185
32186  src/hb-ot-layout-gsub-table.hh | 4 +++-
32187  1 file changed, 3 insertions(+), 1 deletion(-)
32188
32189 commit e085fcf7ca302eb7802a032197c022819e7e7074
32190 Author: Behdad Esfahbod <behdad@behdad.org>
32191 Date:   Fri Jun 8 21:45:00 2012 -0400
32192
32193     Remove unused buffer->replace_glyphs_be16
32194
32195  src/hb-buffer-private.hh             |  3 ---
32196  src/hb-buffer.cc                     | 23 -----------------------
32197  src/hb-ot-layout-gsubgpos-private.hh |  8 --------
32198  3 files changed, 34 deletions(-)
32199
32200 commit 3ec77d6ae0510dc2c0ec64382c4948bc6e109844
32201 Author: Behdad Esfahbod <behdad@behdad.org>
32202 Date:   Fri Jun 8 21:44:06 2012 -0400
32203
32204     Don't use replace_glyphs_be for MultipleSubst
32205
32206  src/hb-ot-layout-gsub-table.hh       | 5 ++++-
32207  src/hb-ot-layout-gsubgpos-private.hh | 7 ++++++-
32208  2 files changed, 10 insertions(+), 2 deletions(-)
32209
32210 commit 4b7192125ffd295091d6b3a0bdfca7011947c2ca
32211 Author: Behdad Esfahbod <behdad@behdad.org>
32212 Date:   Fri Jun 8 21:41:46 2012 -0400
32213
32214     Minor
32215
32216  src/hb-ot-layout-gsub-table.hh       | 3 ++-
32217  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
32218  2 files changed, 10 insertions(+), 1 deletion(-)
32219
32220 commit 4508789f4b5e0ece5620d35598aeeb7ecbe3e3aa
32221 Author: Behdad Esfahbod <behdad@behdad.org>
32222 Date:   Fri Jun 8 21:32:43 2012 -0400
32223
32224     Add test for static initializers and other C++ stuff
32225
32226  src/Makefile.am           |  3 ++-
32227  src/check-static-inits.sh | 33 +++++++++++++++++++++++++++++++++
32228  2 files changed, 35 insertions(+), 1 deletion(-)
32229
32230 commit 56bd259b9ac22dd98913c8ca2e2cf7b30b632373
32231 Author: Behdad Esfahbod <behdad@behdad.org>
32232 Date:   Fri Jun 8 21:29:18 2012 -0400
32233
32234     Minor
32235
32236  src/check-internal-symbols.sh | 2 +-
32237  1 file changed, 1 insertion(+), 1 deletion(-)
32238
32239 commit 4538b47bf08e73e7f5cce6337df5fe154233c168
32240 Author: Behdad Esfahbod <behdad@behdad.org>
32241 Date:   Fri Jun 8 21:01:45 2012 -0400
32242
32243     Remove done TODO items
32244
32245  TODO | 7 +------
32246  1 file changed, 1 insertion(+), 6 deletions(-)
32247
32248 commit bc8357ea7b4c0d7c715aae353176434fb9460205
32249 Author: Behdad Esfahbod <behdad@behdad.org>
32250 Date:   Fri Jun 8 21:01:20 2012 -0400
32251
32252     Merge clusters during normalization
32253
32254  src/hb-ot-shape-normalize.cc | 11 +++++++----
32255  1 file changed, 7 insertions(+), 4 deletions(-)
32256
32257 commit fe3dabc08df7501010564f8844bd4d11771cc6a4
32258 Author: Behdad Esfahbod <behdad@behdad.org>
32259 Date:   Fri Jun 8 20:56:05 2012 -0400
32260
32261     Minor
32262
32263  src/hb-buffer.cc | 4 ++--
32264  1 file changed, 2 insertions(+), 2 deletions(-)
32265
32266 commit e88e14421a33ca5bdfd76bc0b2f801fcb6e78911
32267 Author: Behdad Esfahbod <behdad@behdad.org>
32268 Date:   Fri Jun 8 20:55:21 2012 -0400
32269
32270     Use merge_clusters instead of open-coding
32271
32272  src/hb-buffer.cc | 16 ++++------------
32273  1 file changed, 4 insertions(+), 12 deletions(-)
32274
32275 commit 330a2af3ff0e12c01b3b451357b8bdc83b2e9b47
32276 Author: Behdad Esfahbod <behdad@behdad.org>
32277 Date:   Fri Jun 8 20:40:02 2012 -0400
32278
32279     Use merge_clusters when forming Unicode clusters
32280
32281  src/hb-ot-shape.cc | 4 +++-
32282  1 file changed, 3 insertions(+), 1 deletion(-)
32283
32284 commit bd300df9adf955c1e69b3783c1c061876940fb8b
32285 Author: Behdad Esfahbod <behdad@behdad.org>
32286 Date:   Fri Jun 8 20:35:18 2012 -0400
32287
32288     Minor
32289
32290  src/hb-object-private.hh | 2 +-
32291  1 file changed, 1 insertion(+), 1 deletion(-)
32292
32293 commit e51d2b6ed1c794ac28c5610bfd01dbc9fb383633
32294 Author: Behdad Esfahbod <behdad@behdad.org>
32295 Date:   Fri Jun 8 20:33:27 2012 -0400
32296
32297     Extend into main buffer if extension hit end of out-buffer merging
32298     clusters
32299
32300  src/hb-buffer.cc                | 5 +++++
32301  src/hb-ot-shape-complex-misc.cc | 9 ---------
32302  2 files changed, 5 insertions(+), 9 deletions(-)
32303
32304 commit 5ced012d9f58c51d557a835593c3277e35fe3b35
32305 Author: Behdad Esfahbod <behdad@behdad.org>
32306 Date:   Fri Jun 8 20:31:32 2012 -0400
32307
32308     Extend end when merging clusters in out-buffer
32309
32310  src/hb-buffer.cc | 4 ++++
32311  1 file changed, 4 insertions(+)
32312
32313 commit 72c0a1878313e7232d554bc226f4c6dc01418a95
32314 Author: Behdad Esfahbod <behdad@behdad.org>
32315 Date:   Fri Jun 8 20:30:03 2012 -0400
32316
32317     Extend clusters backward in out-buffer
32318
32319  src/hb-buffer.cc                | 8 ++++++++
32320  src/hb-ot-shape-complex-misc.cc | 2 --
32321  2 files changed, 8 insertions(+), 2 deletions(-)
32322
32323 commit cd5891493df06fdb92e1ae526d29dee8df250235
32324 Author: Behdad Esfahbod <behdad@behdad.org>
32325 Date:   Fri Jun 8 20:27:53 2012 -0400
32326
32327     Extend clusters backwards, into the out-buffer too
32328
32329  src/hb-buffer.cc | 9 +++++++++
32330  1 file changed, 9 insertions(+)
32331
32332 commit 77471e037122548bfc08cacea6fbb472831c34f3
32333 Author: Behdad Esfahbod <behdad@behdad.org>
32334 Date:   Fri Jun 8 20:21:02 2012 -0400
32335
32336     Clear output buffer before calling GSUB pause functions
32337
32338  src/hb-ot-map.cc | 3 +++
32339  1 file changed, 3 insertions(+)
32340
32341 commit cafa6f372721fd6b0a7c0da68b9421d3e94931bc
32342 Author: Behdad Esfahbod <behdad@behdad.org>
32343 Date:   Fri Jun 8 20:17:10 2012 -0400
32344
32345     When merging clusters, extend the end
32346
32347  src/hb-buffer.cc | 20 ++++++++++++++------
32348  1 file changed, 14 insertions(+), 6 deletions(-)
32349
32350 commit 28ce5fa454b54f728044ee12a9dbe7d016783d4a
32351 Author: Behdad Esfahbod <behdad@behdad.org>
32352 Date:   Fri Jun 8 20:13:56 2012 -0400
32353
32354     Merge clusters when ligating
32355
32356  src/hb-ot-layout-gsub-table.hh | 1 +
32357  1 file changed, 1 insertion(+)
32358
32359 commit 2bb1761ccb7d300744ced6427165f4ea75ddf96c
32360 Author: Behdad Esfahbod <behdad@behdad.org>
32361 Date:   Fri Jun 8 19:29:44 2012 -0400
32362
32363     Minor, use next_glyph()
32364
32365  src/hb-ot-layout-gsub-table.hh | 2 +-
32366  1 file changed, 1 insertion(+), 1 deletion(-)
32367
32368 commit 5f68f8675e5ccaee91f5a90d86bc3b022b9a54e4
32369 Author: Behdad Esfahbod <behdad@behdad.org>
32370 Date:   Fri Jun 8 19:23:43 2012 -0400
32371
32372     Minor
32373
32374  src/hb-ot-shape.cc | 1 +
32375  1 file changed, 1 insertion(+)
32376
32377 commit 872969126756456a69bf958f3df6e56a26e57b0a
32378 Author: Behdad Esfahbod <behdad@behdad.org>
32379 Date:   Fri Jun 8 14:18:30 2012 -0400
32380
32381     Increase Uniscribe MAX_ITEMS
32382
32383  src/hb-uniscribe.cc | 2 +-
32384  1 file changed, 1 insertion(+), 1 deletion(-)
32385
32386 commit dbffa4c83d29c689ee4cd8a1c53e84521028c711
32387 Author: Behdad Esfahbod <behdad@behdad.org>
32388 Date:   Fri Jun 8 14:08:32 2012 -0400
32389
32390     Fix Uniscribe charset matching
32391
32392     Previously was failing to match fonts that didn't support
32393     CHARSET_ANSI.
32394
32395     There still remains a problem with the Uniscribe backend, in that if a
32396     font with the same family name is installed, and is newer, the native
32397     one is preferred over the font we provide.  Fixing it requires
32398     rewriting
32399     the name table with a unique family name...
32400
32401  src/hb-uniscribe.cc | 1 +
32402  1 file changed, 1 insertion(+)
32403
32404 commit 82e8bd8628aeb37835fb019a71b6bdac87824b97
32405 Author: Behdad Esfahbod <behdad@behdad.org>
32406 Date:   Fri Jun 8 11:48:29 2012 -0400
32407
32408     Remove unused code
32409
32410  src/hb-uniscribe.cc | 4 +---
32411  1 file changed, 1 insertion(+), 3 deletions(-)
32412
32413 commit 6da9dbff21b47fb10794b8d6cb747393c9eab7dd
32414 Author: Behdad Esfahbod <behdad@behdad.org>
32415 Date:   Fri Jun 8 10:53:35 2012 -0400
32416
32417     Remove zero-width chars in the fallback shaper too
32418
32419  src/hb-fallback-shape.cc | 16 ++++++++++++----
32420  1 file changed, 12 insertions(+), 4 deletions(-)
32421
32422 commit 68b76121f83fc9b87dc84f03e8bef38d4332734d
32423 Author: Behdad Esfahbod <behdad@behdad.org>
32424 Date:   Fri Jun 8 10:43:49 2012 -0400
32425
32426     Fix regressions introduced by sed.  Ouch!
32427
32428     Introduced in 99c2695759a6af855d565f4994bbdf220570bb48.
32429     Broken mark-mark and mark-ligature stuff.
32430
32431  src/hb-ot-layout-gpos-table.hh       | 6 +++---
32432  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
32433  2 files changed, 4 insertions(+), 4 deletions(-)
32434
32435 commit 0dd86f9f6849d82d60a99e66b6928795cfb2a3c7
32436 Author: Behdad Esfahbod <behdad@behdad.org>
32437 Date:   Fri Jun 8 10:23:03 2012 -0400
32438
32439     Whitespace
32440
32441  src/hb-uniscribe.cc | 144
32442  ++++++++++++++++++++++++++--------------------------
32443  1 file changed, 72 insertions(+), 72 deletions(-)
32444
32445 commit 8e7beba7c3b3dea3cb3b7e280c5aab4f13b92d31
32446 Author: Behdad Esfahbod <behdad@behdad.org>
32447 Date:   Fri Jun 8 10:22:06 2012 -0400
32448
32449     Fix Uniscribe clusters with direction-overriden Arabic
32450
32451  src/hb-uniscribe.cc | 4 ++--
32452  1 file changed, 2 insertions(+), 2 deletions(-)
32453
32454 commit b069c3c31bfbbf160eb897c7474be9ea90ed4fc1
32455 Author: Behdad Esfahbod <behdad@behdad.org>
32456 Date:   Fri Jun 8 10:10:29 2012 -0400
32457
32458     Really fix override-direction in Uniscribe
32459
32460  src/hb-uniscribe.cc | 10 +++++++---
32461  1 file changed, 7 insertions(+), 3 deletions(-)
32462
32463 commit fcd6f5326166e993b8f5222efbaffe916da98f0a
32464 Author: Behdad Esfahbod <behdad@behdad.org>
32465 Date:   Fri Jun 8 09:59:43 2012 -0400
32466
32467     Unbreak Uniscribe
32468
32469     Oops.  hb_tag_t and OPENTYPE_TAG have different endianness.  Perhaps
32470     something to add API for in hb-uniscribe.h
32471
32472  src/hb-private.hh   | 12 +++++++++++-
32473  src/hb-uniscribe.cc |  8 ++++----
32474  2 files changed, 15 insertions(+), 5 deletions(-)
32475
32476 commit 29eac8f591fdb86f1c4fdc0a6ab63910ff286b84
32477 Author: Behdad Esfahbod <behdad@behdad.org>
32478 Date:   Fri Jun 8 09:26:17 2012 -0400
32479
32480     Override direction in Uniscribe backend
32481
32482     Matches OT backend now.
32483
32484  src/hb-uniscribe.cc | 2 +-
32485  1 file changed, 1 insertion(+), 1 deletion(-)
32486
32487 commit 1c1233e57686d77d89fe3ac1dc53de9ee60798c1
32488 Author: Behdad Esfahbod <behdad@behdad.org>
32489 Date:   Fri Jun 8 09:20:53 2012 -0400
32490
32491     Make Uniscribe backend respect selected script
32492
32493  src/hb-uniscribe.cc | 15 +++++++++++++--
32494  1 file changed, 13 insertions(+), 2 deletions(-)
32495
32496 commit 0bb0f5d41976ae27c5c7a51cbb82144b48315a4b
32497 Author: Behdad Esfahbod <behdad@behdad.org>
32498 Date:   Thu Jun 7 17:42:48 2012 -0400
32499
32500     Add note re _NullPool
32501
32502  src/hb-open-type-private.hh | 1 +
32503  1 file changed, 1 insertion(+)
32504
32505 commit 2a3d911fe0ff5d6442659d3381d5b08c30ee2896
32506 Author: Behdad Esfahbod <behdad@behdad.org>
32507 Date:   Thu Jun 7 17:31:46 2012 -0400
32508
32509     Fix alignment-requirement missmatch
32510
32511     Detected by clang and lots of cmdline options.
32512
32513  src/hb-buffer-private.hh             | 2 +-
32514  src/hb-buffer.cc                     | 5 +++--
32515  src/hb-ot-layout-gsub-table.hh       | 4 ++--
32516  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
32517  4 files changed, 7 insertions(+), 6 deletions(-)
32518
32519 commit 6095de1635441af16340c7b2c5a6b4c531ec242f
32520 Author: Behdad Esfahbod <behdad@behdad.org>
32521 Date:   Thu Jun 7 15:48:18 2012 -0400
32522
32523     Fix clang warning with NO_MT path
32524
32525  src/hb-shape.cc | 2 +-
32526  1 file changed, 1 insertion(+), 1 deletion(-)
32527
32528 commit a18280a8ce9128fc9d75f8a367ae8ce0886a9599
32529 Author: Behdad Esfahbod <behdad@behdad.org>
32530 Date:   Thu Jun 7 15:44:12 2012 -0400
32531
32532     Fix warnings produced by clang analyzer
32533
32534  src/hb-icu.cc          | 6 ++++--
32535  test/api/test-blob.c   | 2 +-
32536  test/api/test-buffer.c | 4 ++--
32537  util/helper-cairo.cc   | 2 +-
32538  4 files changed, 8 insertions(+), 6 deletions(-)
32539
32540 commit 7ec83051c05777c0e6e2eea6ef6c71effede9527
32541 Author: Behdad Esfahbod <behdad@behdad.org>
32542 Date:   Thu Jun 7 13:32:57 2012 -0400
32543
32544     Fix warnings
32545
32546  util/ansi-print.cc | 30 +++++++++++++-----------------
32547  1 file changed, 13 insertions(+), 17 deletions(-)
32548
32549 commit 73cb02de2dd28b09d4aa76230132248215cfe83d
32550 Author: Behdad Esfahbod <behdad@behdad.org>
32551 Date:   Wed Jun 6 11:29:25 2012 -0400
32552
32553     Minor
32554
32555  src/hb-private.hh | 26 +++++++++++++-------------
32556  1 file changed, 13 insertions(+), 13 deletions(-)
32557
32558 commit 79e2b4791fe95ede9a1e6b1c71ccc6e36c4fc0e5
32559 Author: Behdad Esfahbod <behdad@behdad.org>
32560 Date:   Wed Jun 6 11:27:17 2012 -0400
32561
32562     Fix ASSERT_POD on clang
32563
32564     As reported by bashi.  Not tested.
32565
32566  src/hb-private.hh | 8 ++++++--
32567  1 file changed, 6 insertions(+), 2 deletions(-)
32568
32569 commit 4282d2f3771d6510c27b62e54cc1254d6f2389b3
32570 Author: Behdad Esfahbod <behdad@behdad.org>
32571 Date:   Wed Jun 6 03:42:36 2012 -0400
32572
32573     Enabled ICU again
32574
32575  configure.ac | 1 -
32576  1 file changed, 1 deletion(-)
32577
32578 commit 6220e5fc0dad728e67a92e838d3ac275d032f2c7
32579 Author: Behdad Esfahbod <behdad@behdad.org>
32580 Date:   Wed Jun 6 03:30:09 2012 -0400
32581
32582     Add ASSERT_POD for most objects
32583
32584  src/hb-blob.cc            | 1 +
32585  src/hb-buffer-private.hh  | 2 ++
32586  src/hb-font-private.hh    | 3 +++
32587  src/hb-object-private.hh  | 2 ++
32588  src/hb-private.hh         | 2 +-
32589  src/hb-set-private.hh     | 4 +++-
32590  src/hb-unicode-private.hh | 1 +
32591  7 files changed, 13 insertions(+), 2 deletions(-)
32592
32593 commit a00a63b5ef503fafa87e26b517732b2214e01719
32594 Author: Behdad Esfahbod <behdad@behdad.org>
32595 Date:   Wed Jun 6 03:07:01 2012 -0400
32596
32597     Add macros to check that types are POD
32598
32599  configure.ac                |  1 +
32600  src/hb-open-type-private.hh | 32 ++++++++++++++++++++------------
32601  src/hb-private.hh           | 24 ++++++++++++++++++++++++
32602  3 files changed, 45 insertions(+), 12 deletions(-)
32603
32604 commit 61eb60c129e865e92f6a5767a88c44a391f4d413
32605 Author: Behdad Esfahbod <behdad@behdad.org>
32606 Date:   Tue Jun 5 21:14:04 2012 -0400
32607
32608     Don't link to libstdc++
32609
32610     New try.
32611
32612  src/Makefile.am | 3 ++-
32613  1 file changed, 2 insertions(+), 1 deletion(-)
32614
32615 commit 81a4b9fd4eb8995c5930db1df3669db93661eb52
32616 Author: Behdad Esfahbod <behdad@behdad.org>
32617 Date:   Tue Jun 5 20:49:51 2012 -0400
32618
32619     Remove unused hb_static_mutex_t
32620
32621  src/hb-mutex-private.hh | 11 -----------
32622  1 file changed, 11 deletions(-)
32623
32624 commit 4a3a9897b3698dd09c3e880b3ddd4db24c6fb460
32625 Author: Behdad Esfahbod <behdad@behdad.org>
32626 Date:   Tue Jun 5 20:39:07 2012 -0400
32627
32628     Disable Intel atomic ops on mingw32
32629
32630     Apparently the configure test is not enough...
32631
32632  src/hb-atomic-private.hh | 2 +-
32633  1 file changed, 1 insertion(+), 1 deletion(-)
32634
32635 commit 0594a2448440208efa0acac9a5d8d52d43108289
32636 Author: Behdad Esfahbod <behdad@behdad.org>
32637 Date:   Tue Jun 5 20:35:40 2012 -0400
32638
32639     Cleanup TRUE/FALSE vs true/false
32640
32641  src/hb-atomic-private.hh           |  4 +--
32642  src/hb-blob.cc                     | 28 +++++++++---------
32643  src/hb-buffer-private.hh           |  2 +-
32644  src/hb-buffer.cc                   | 38 ++++++++++++-------------
32645  src/hb-buffer.h                    |  4 +--
32646  src/hb-fallback-shape.cc           |  2 +-
32647  src/hb-font.cc                     | 22 +++++++--------
32648  src/hb-ft.cc                       | 22 +++++++--------
32649  src/hb-glib.cc                     | 16 +++++------
32650  src/hb-graphite2.cc                |  8 +++---
32651  src/hb-icu.cc                      | 30 ++++++++++----------
32652  src/hb-ot-layout.cc                | 28 +++++++++---------
32653  src/hb-ot-shape-complex-private.hh |  2 +-
32654  src/hb-ot-shape-normalize.cc       | 16 +++++------
32655  src/hb-ot-shape.cc                 |  4 +--
32656  src/hb-private.hh                  | 18 ++++--------
32657  src/hb-set.cc                      |  2 +-
32658  src/hb-set.h                       |  2 +-
32659  src/hb-shape.cc                    |  6 ++--
32660  src/hb-tt-font.cc                  | 12 ++++----
32661  src/hb-unicode.cc                  |  8 +++---
32662  src/hb-uniscribe.cc                | 18 ++++++------
32663  src/main.cc                        |  2 +-
32664  util/hb-shape.cc                   |  2 +-
32665  util/helper-cairo.cc               | 16 +++++------
32666  util/main-font-text.hh             |  2 +-
32667  util/options.cc                    | 58
32668  +++++++++++++++++++-------------------
32669  util/options.hh                    |  2 +-
32670  util/view-cairo.hh                 |  2 +-
32671  29 files changed, 185 insertions(+), 191 deletions(-)
32672
32673 commit e1ac38f8dd04c29d2d4140f5a492cdaf25d72901
32674 Author: Behdad Esfahbod <behdad@behdad.org>
32675 Date:   Tue Jun 5 20:31:49 2012 -0400
32676
32677     Fix inert buffer set_length() with zero
32678
32679     Oops!
32680
32681  src/hb-buffer.cc | 3 +++
32682  1 file changed, 3 insertions(+)
32683
32684 commit 04bc1eebe7a304c0e6f86ab6814c65889f152602
32685 Author: Behdad Esfahbod <behdad@behdad.org>
32686 Date:   Tue Jun 5 20:16:56 2012 -0400
32687
32688     Add configure tests for Intel atomic intrinsics
32689
32690  configure.ac             | 17 +++++++++++++++++
32691  src/hb-atomic-private.hh | 12 ++++++------
32692  src/hb-mutex-private.hh  |  2 +-
32693  3 files changed, 24 insertions(+), 7 deletions(-)
32694
32695 commit 68c75b46977beb57e35082db26be712b3cd65678
32696 Author: Behdad Esfahbod <behdad@behdad.org>
32697 Date:   Tue Jun 5 19:55:46 2012 -0400
32698
32699     Shuffle
32700
32701  configure.ac | 16 ++++++++--------
32702  1 file changed, 8 insertions(+), 8 deletions(-)
32703
32704 commit f64b2ebf82c5f355cd95806478cd30c00b1a2731
32705 Author: Behdad Esfahbod <behdad@behdad.org>
32706 Date:   Tue Jun 5 19:23:29 2012 -0400
32707
32708     Remove last static initializer
32709
32710     We're free!  Lazy or immediate...
32711
32712  src/hb-ft.cc    |   2 +
32713  src/hb-shape.cc | 150
32714  ++++++++++++++++++++++++++++++++++++++++----------------
32715  2 files changed, 110 insertions(+), 42 deletions(-)
32716
32717 commit 4a8a529068fc380298bb05b9d878bede3e9f4da1
32718 Author: Behdad Esfahbod <behdad@behdad.org>
32719 Date:   Tue Jun 5 19:17:02 2012 -0400
32720
32721     Make hb-view err if all shapers failed
32722
32723  util/view-cairo.hh | 2 +-
32724  1 file changed, 1 insertion(+), 1 deletion(-)
32725
32726 commit 04aed572f112b96a6033cd6c3df7bdba5e29e93c
32727 Author: Behdad Esfahbod <behdad@behdad.org>
32728 Date:   Tue Jun 5 18:30:19 2012 -0400
32729
32730     Make hb-ft static-initializer free
32731
32732  src/hb-common.cc |  5 ++---
32733  src/hb-ft.cc     | 38 +++++++++++++++++++++++++++-----------
32734  2 files changed, 29 insertions(+), 14 deletions(-)
32735
32736 commit be4560a3b5e8599cbe2b29a01a60c21c9e2b194f
32737 Author: Behdad Esfahbod <behdad@behdad.org>
32738 Date:   Tue Jun 5 18:14:03 2012 -0400
32739
32740     Undo default unicode-funcs to avoid static initializer again
32741
32742  src/hb-buffer.cc          |  2 +-
32743  src/hb-glib.cc            | 23 ++++++++++++-----------
32744  src/hb-icu.cc             | 24 +++++++++++++-----------
32745  src/hb-unicode-private.hh | 10 +++++-----
32746  src/hb-unicode.cc         | 26 ++++++++++++++------------
32747  5 files changed, 45 insertions(+), 40 deletions(-)
32748
32749 commit 093171cceca63e48e735bbf05a2c11b1b7e95ef1
32750 Author: Behdad Esfahbod <behdad@behdad.org>
32751 Date:   Tue Jun 5 18:00:45 2012 -0400
32752
32753     Implement lock-free hb_language_t
32754
32755     Another static-initialization down.  One more to go.
32756
32757  src/hb-common.cc | 66
32758  +++++++++++++++++++++++++++++++++++++++++++++-----------
32759  1 file changed, 54 insertions(+), 12 deletions(-)
32760
32761 commit 6843ce01be0df501ef3149a2c1c54cdfb693195d
32762 Author: Behdad Esfahbod <behdad@behdad.org>
32763 Date:   Tue Jun 5 17:27:20 2012 -0400
32764
32765     Add atomic-pointer functions
32766
32767     Gonig to use these for lock-free linked-lists, to be used for
32768     hb_language_t among other things.
32769
32770  src/hb-atomic-private.hh | 21 +++++++++++++++++++++
32771  1 file changed, 21 insertions(+)
32772
32773 commit cdafe3a7d8483ac586e2c16487e2a09164e0f65c
32774 Author: Behdad Esfahbod <behdad@behdad.org>
32775 Date:   Tue Jun 5 16:34:49 2012 -0400
32776
32777     Add gcc intrinsics implementations for atomic and mutex
32778
32779  configure.ac             |  4 ++--
32780  src/hb-atomic-private.hh | 11 +++++++++--
32781  src/hb-mutex-private.hh  | 51
32782  +++++++++++++++++++++++++++++++++++++++++-------
32783  src/hb-object-private.hh |  4 +++-
32784  src/hb-warning.cc        | 14 ++++++-------
32785  5 files changed, 65 insertions(+), 19 deletions(-)
32786
32787 commit d970d2899b36a2fbd002b224b8bd37b0906fdd5f
32788 Author: Behdad Esfahbod <behdad@behdad.org>
32789 Date:   Tue Jun 5 16:06:28 2012 -0400
32790
32791     Add gcc implementation for atomic ops
32792
32793  src/hb-atomic-private.hh | 9 +++++++--
32794  1 file changed, 7 insertions(+), 2 deletions(-)
32795
32796 commit 0e253e97af71e2a7ead153589f61fd579a247502
32797 Author: Behdad Esfahbod <behdad@behdad.org>
32798 Date:   Tue Jun 5 15:37:19 2012 -0400
32799
32800     Add a mutex to object header
32801
32802     Removes one more static-initialization.  A few more to go.
32803
32804  src/hb-common.cc         | 24 +++++++++---------------
32805  src/hb-mutex-private.hh  | 19 +++++++------------
32806  src/hb-object-private.hh | 36 ++++++++++++++++++++++--------------
32807  src/hb-private.hh        | 11 +++++------
32808  4 files changed, 43 insertions(+), 47 deletions(-)
32809
32810 commit a2b471df821b32625d127f83b2f90e6d6a967e7e
32811 Author: Behdad Esfahbod <behdad@behdad.org>
32812 Date:   Tue Jun 5 15:17:44 2012 -0400
32813
32814     Remove static initializers from indic
32815
32816  src/hb-ot-shape-complex-indic.cc | 50
32817  +++++++++++++++++++++++++++++++---------
32818  1 file changed, 39 insertions(+), 11 deletions(-)
32819
32820 commit f06ab8a4262c759b4723614fd28f55ee77aa8466
32821 Author: Behdad Esfahbod <behdad@behdad.org>
32822 Date:   Tue Jun 5 12:31:51 2012 -0400
32823
32824     Better hide nil objects and make them const
32825
32826  src/hb-blob.cc            | 34 +++++++++++------------
32827  src/hb-buffer.cc          | 39 +++++++++++++-------------
32828  src/hb-font.cc            | 70
32829  +++++++++++++++++++++++------------------------
32830  src/hb-ft.cc              | 49 +++++++++++++++------------------
32831  src/hb-glib.cc            | 25 ++++++++---------
32832  src/hb-icu.cc             | 25 ++++++++---------
32833  src/hb-set.cc             | 16 +++++------
32834  src/hb-unicode-private.hh | 11 ++++----
32835  src/hb-unicode.cc         | 34 +++++++++++------------
32836  9 files changed, 146 insertions(+), 157 deletions(-)
32837
32838 commit bf93b636c4963cbc32d5fba7ace1053db6719192
32839 Author: Behdad Esfahbod <behdad@behdad.org>
32840 Date:   Tue Jun 5 14:17:32 2012 -0400
32841
32842     Remove constructor from hb_prealloced_array_t
32843
32844     This was causing all object types to be non-POD and have static
32845     initializers.  We don't need that!
32846
32847     Now, most nil objects just moved from .bss to .data.  Fixing for that
32848     coming soon.
32849
32850  src/hb-object-private.hh | 3 +++
32851  src/hb-private.hh        | 4 +++-
32852  src/hb-set-private.hh    | 1 +
32853  3 files changed, 7 insertions(+), 1 deletion(-)
32854
32855 commit 7037291aacb858f8090fd7d9028c196cc1a21703
32856 Author: Behdad Esfahbod <behdad@behdad.org>
32857 Date:   Tue Jun 5 13:30:11 2012 -0400
32858
32859     Check for atexit()
32860
32861  configure.ac | 2 +-
32862  1 file changed, 1 insertion(+), 1 deletion(-)
32863
32864 commit f1971a217424bd6db5c7072ba5cf197f318d4e47
32865 Author: Behdad Esfahbod <behdad@behdad.org>
32866 Date:   Tue Jun 5 13:04:20 2012 -0400
32867
32868     Fix warnings
32869
32870  src/indic.cc | 2 +-
32871  1 file changed, 1 insertion(+), 1 deletion(-)
32872
32873 commit b0a6e58bb3dda72dcce37d54d987591630a3db6c
32874 Author: Behdad Esfahbod <behdad@behdad.org>
32875 Date:   Mon Jun 4 10:21:22 2012 -0400
32876
32877     s/script-punjabi/script-gurmukhi/
32878
32879  test/shaping/texts/in-tree/shaper-indic/indic/MANIFEST                  |
32880  2 +-
32881  .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/MANIFEST
32882  | 0
32883  .../indic/{script-punjabi => script-gurmukhi}/misc/MANIFEST             |
32884  0
32885  .../indic/{script-punjabi => script-gurmukhi}/misc/misc.txt             |
32886  0
32887  .../indic/{script-punjabi => script-gurmukhi}/utrrs/LICENSE             |
32888  0
32889  .../indic/{script-punjabi => script-gurmukhi}/utrrs/MANIFEST            |
32890  0
32891  .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/utrrs/README
32892  | 0
32893  .../indic/{script-punjabi => script-gurmukhi}/utrrs/SOURCES             |
32894  0
32895  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt            |
32896  0
32897  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt
32898  | 0
32899  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt                |
32900  0
32901  .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt
32902  | 0
32903  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt
32904  | 0
32905  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt              |
32906  0
32907  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt
32908  | 0
32909  .../indic/{script-punjabi => script-gurmukhi}/utrrs/codepoint/MANIFEST
32910  | 0
32911  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt                       |
32912  0
32913  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt                       |
32914  0
32915  .../indic/{script-punjabi => script-gurmukhi}/utrrs/gpos/MANIFEST
32916  | 0
32917  .../utrrs/gsub/IndicFontFeatureGSUB.txt                                 |
32918  0
32919  .../indic/{script-punjabi => script-gurmukhi}/utrrs/gsub/MANIFEST
32920  | 0
32921  21 files changed, 1 insertion(+), 1 deletion(-)
32922
32923 commit c1885483120d4b686b2fe95b217dce7248e040b1
32924 Author: Behdad Esfahbod <behdad@behdad.org>
32925 Date:   Mon Jun 4 08:56:00 2012 -0400
32926
32927     Add --verbose to hb-shape
32928
32929     Just turns all --show-* options on.
32930
32931  util/options.cc | 11 +++++++++++
32932  util/options.hh |  1 -
32933  2 files changed, 11 insertions(+), 1 deletion(-)
32934
32935 commit 9fc7a11469113d31d8095757c4fc038c3427d44a
32936 Author: Behdad Esfahbod <behdad@behdad.org>
32937 Date:   Mon Jun 4 08:28:19 2012 -0400
32938
32939     Remove comma at the end of enum
32940
32941     As reported by Jonathan Kew on the list.
32942
32943  src/hb-ot-shape-complex-indic.cc | 2 +-
32944  1 file changed, 1 insertion(+), 1 deletion(-)
32945
32946 commit 3b8fd9c48f4bde368bf2d465c148b9743a9216ee
32947 Author: Behdad Esfahbod <behdad@behdad.org>
32948 Date:   Sun Jun 3 15:54:19 2012 -0400
32949
32950     Remove const from ref_count.ref_count
32951
32952     According to Tom Hacohen this was breaking build with some compilers.
32953
32954     In file included from hb-buffer-private.hh:35:0,
32955                      from hb-ot-map-private.hh:32,
32956                      from hb-ot-shape-private.hh:32,
32957                      from hb-ot-shape.cc:29:
32958     hb-object-private.hh: In constructor
32959     '_hb_object_header_t::_hb_object_header_t()':
32960     hb-object-private.hh:97:8: error: uninitialized const member in
32961     'struct hb_reference_count_t'
32962     hb-object-private.hh:51:25: note: 'hb_reference_count_t::ref_count'
32963     should be initialized
32964     In file included from hb-ot-shape.cc:33:0:
32965     hb-set-private.hh: In constructor '_hb_set_t::_hb_set_t()':
32966     hb-set-private.hh:37:8: note: synthesized method
32967     '_hb_object_header_t::_hb_object_header_t()' first required here
32968     hb-ot-shape.cc: In function 'void
32969     hb_ot_shape_glyphs_closure(hb_font_t*, hb_buffer_t*, const
32970     hb_feature_t*, unsigned int, hb_set_t*)':
32971     hb-ot-shape.cc:521:12: note: synthesized method
32972     '_hb_set_t::_hb_set_t()' first required here
32973
32974  src/hb-object-private.hh | 2 +-
32975  1 file changed, 1 insertion(+), 1 deletion(-)
32976
32977 commit 70600dbf626808a30fb0fd8b7ae860e64d9ffe87
32978 Author: Behdad Esfahbod <behdad@behdad.org>
32979 Date:   Sun Jun 3 15:52:51 2012 -0400
32980
32981     Minor
32982
32983  src/hb-object-private.hh | 14 +++++++-------
32984  1 file changed, 7 insertions(+), 7 deletions(-)
32985
32986 commit ae62166519291057316a9d15cea3f1570fcb5eaf
32987 Author: Behdad Esfahbod <behdad@behdad.org>
32988 Date:   Sat Jun 2 12:21:19 2012 -0400
32989
32990     [util] Minor
32991
32992  util/options.cc        |  4 +---
32993  util/options.hh        | 26 ++++++++++++++------------
32994  util/shape-consumer.hh |  4 +++-
32995  3 files changed, 18 insertions(+), 16 deletions(-)
32996
32997 commit 5db0683a822f70c914468430cda6487cee740ae3
32998 Author: Behdad Esfahbod <behdad@behdad.org>
32999 Date:   Sat Jun 2 12:13:08 2012 -0400
33000
33001     [util] Make hb-shape continue shaping other lines if shapers failed
33002
33003  util/hb-ot-shape-closure.cc |  3 +++
33004  util/hb-shape.cc            | 36 +++++++++++++++++++++++++------
33005  util/main-font-text.hh      |  2 +-
33006  util/options.cc             | 34 ++++++++++++++++++++++-------
33007  util/options.hh             | 33 ++++++++++++++--------------
33008  util/shape-consumer.hh      | 17 ++++++++++++---
33009  util/view-cairo.cc          | 47 +++++++---------------------------------
33010  util/view-cairo.hh          | 52
33011  +++++++++++++++++++++++++++++++++++++++------
33012  8 files changed, 143 insertions(+), 81 deletions(-)
33013
33014 commit 96a9ef0c9fca8d58d8dc6baf6b262d96587abee0
33015 Author: Behdad Esfahbod <behdad@behdad.org>
33016 Date:   Fri Jun 1 13:46:26 2012 -0400
33017
33018     Remove tab character like other "zero-width" characters
33019
33020     Uniscribe does that, this make comparing results to Uniscribe
33021     easier.
33022
33023  src/hb-unicode-private.hh | 3 ++-
33024  1 file changed, 2 insertions(+), 1 deletion(-)
33025
33026 commit cd6a5493411fea30a04466128e1a37b4d89c6a72
33027 Author: Behdad Esfahbod <behdad@behdad.org>
33028 Date:   Fri Jun 1 13:45:25 2012 -0400
33029
33030     Remove unused variable
33031
33032  util/hb-ot-shape-closure.cc | 2 --
33033  1 file changed, 2 deletions(-)
33034
33035 commit 0558d55bac7fb9279aac859b465e7c0e3ad97492
33036 Author: Behdad Esfahbod <behdad@behdad.org>
33037 Date:   Mon May 28 10:46:47 2012 -0400
33038
33039     Remove hb_atomic_int_set/get()
33040
33041     We never use them in fact...
33042
33043     I'm just adjusting these as I better understand the requirements of
33044     the code and the guarantees of each operation.
33045
33046  src/hb-atomic-private.hh |  8 --------
33047  src/hb-object-private.hh | 12 +++++-------
33048  2 files changed, 5 insertions(+), 15 deletions(-)
33049
33050 commit 4efdffec095e19ceeb4b319d60201e84ece30fd9
33051 Author: Behdad Esfahbod <behdad@behdad.org>
33052 Date:   Sun May 27 22:39:48 2012 -0400
33053
33054     Minor Malayalam test case
33055
33056     From https://bugs.freedesktop.org/show_bug.cgi?id=45166
33057
33058  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt
33059  | 1 +
33060  1 file changed, 1 insertion(+)
33061
33062 commit dfff5b3021016d3a472c100272fd8e2f52307860
33063 Author: Behdad Esfahbod <behdad@behdad.org>
33064 Date:   Sun May 27 22:07:04 2012 -0400
33065
33066     Add Myanmar test case
33067
33068  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
33069  | 1 +
33070  .../texts/in-tree/shaper-indic/south-east-asian/script-myanmar/MANIFEST
33071  | 1 +
33072  .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/MANIFEST
33073  | 1 +
33074  .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/misc.txt
33075  | 1 +
33076  4 files changed, 4 insertions(+)
33077
33078 commit bce095524b3e69a47f8e88a2fb02d6ab537f9b0a
33079 Author: Behdad Esfahbod <behdad@behdad.org>
33080 Date:   Sun May 27 11:29:21 2012 -0400
33081
33082     Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name()
33083
33084  TODO                        |  1 +
33085  src/hb-font-private.hh      |  2 ++
33086  src/hb-font.cc              | 80
33087  +++++++++++++++++++++++++++++++++++----------
33088  src/hb-font.h               | 28 ++++++++++++++++
33089  src/hb-ft.cc                | 52 ++++++++++++++++++++++++-----
33090  util/hb-ot-shape-closure.cc |  9 ++---
33091  util/options.cc             | 10 ++----
33092  7 files changed, 142 insertions(+), 40 deletions(-)
33093
33094 commit bc145658bdaeaeea0cdbd719e2756f09a2dbfb48
33095 Author: Behdad Esfahbod <behdad@behdad.org>
33096 Date:   Sun May 27 10:45:57 2012 -0400
33097
33098     Warn if no Unicode functions implementation is found
33099
33100  src/hb-unicode-private.hh |  1 +
33101  src/hb-warning.cc         | 13 +++++++++++++
33102  2 files changed, 14 insertions(+)
33103
33104 commit a3547330fa88e30a138f6f17e60d9c7d1e316622
33105 Author: Behdad Esfahbod <behdad@behdad.org>
33106 Date:   Sun May 27 10:20:47 2012 -0400
33107
33108     Cleanup atomic ops on OS X
33109
33110  src/hb-atomic-private.hh | 7 +++----
33111  1 file changed, 3 insertions(+), 4 deletions(-)
33112
33113 commit e4b6d503c5575ddbf49249e3fef693d75ae75170
33114 Author: Behdad Esfahbod <behdad@behdad.org>
33115 Date:   Sun May 27 10:11:13 2012 -0400
33116
33117     Don't use atomic ops in hb_cache_t
33118
33119     We don't care about linearizability, so unprotected int read/write
33120     are enough, no need for expensive memory barriers.  It's a cache,
33121     that's all.
33122
33123  src/hb-cache-private.hh | 8 ++++----
33124  1 file changed, 4 insertions(+), 4 deletions(-)
33125
33126 commit 819faa05307aa192015f4b43d8103a35e87d6cc7
33127 Author: Behdad Esfahbod <behdad@behdad.org>
33128 Date:   Sun May 27 10:09:18 2012 -0400
33129
33130     Minor
33131
33132  src/hb-atomic-private.hh | 2 +-
33133  1 file changed, 1 insertion(+), 1 deletion(-)
33134
33135 commit 303d5850ec0516e198db241456b0cfc4899ef9c0
33136 Author: Behdad Esfahbod <behdad@behdad.org>
33137 Date:   Sun May 27 10:01:13 2012 -0400
33138
33139     Fix Windows atomic get/set
33140
33141     According to:
33142     http://msdn.microsoft.com/en-us/library/65tt87y8.aspx
33143
33144     MemoryBarrier() is the right macro to protect these, not
33145     _ReadBarrier()
33146     and/or _WriteBarrier().
33147
33148  src/hb-atomic-private.hh | 4 ++--
33149  1 file changed, 2 insertions(+), 2 deletions(-)
33150
33151 commit 8f8956a55fff95e5ad529d2f124c9528d1f4f81d
33152 Author: Behdad Esfahbod <behdad@behdad.org>
33153 Date:   Fri May 25 14:30:24 2012 -0400
33154
33155     [util] Add hidden --shaper that is equivalent of --shapers
33156
33157  util/helper-cairo.cc | 2 +-
33158  util/options.cc      | 6 +++++-
33159  2 files changed, 6 insertions(+), 2 deletions(-)
33160
33161 commit 29ce446d3161b7ea5874352e5f8eb33cd59338c3
33162 Author: Behdad Esfahbod <behdad@behdad.org>
33163 Date:   Fri May 25 14:17:54 2012 -0400
33164
33165     Add set iterator
33166
33167  src/hb-set-private.hh       | 26 +++++++++++++++++++++++---
33168  src/hb-set.cc               |  7 +++++++
33169  src/hb-set.h                | 11 +++++++++--
33170  util/hb-ot-shape-closure.cc |  8 +++++---
33171  4 files changed, 44 insertions(+), 8 deletions(-)
33172
33173 commit 62c3e111fce0ad34960871134c2eb6da572df303
33174 Author: Behdad Esfahbod <behdad@behdad.org>
33175 Date:   Fri May 25 13:48:00 2012 -0400
33176
33177     Add set symmetric difference
33178
33179  src/hb-set-private.hh | 5 +++++
33180  src/hb-set.cc         | 7 +++++++
33181  src/hb-set.h          | 6 ++++++
33182  3 files changed, 18 insertions(+)
33183
33184 commit 27aba594c90b4444c35273a38f5fedc8e09d9a88
33185 Author: Behdad Esfahbod <behdad@behdad.org>
33186 Date:   Thu May 24 15:00:01 2012 -0400
33187
33188     Minor
33189
33190  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
33191  src/hb-ot-shape-complex-indic.cc         | 2 +-
33192  2 files changed, 2 insertions(+), 2 deletions(-)
33193
33194 commit cde1c0114ba66a45d907e81a49bf625e0dc946b0
33195 Author: Behdad Esfahbod <behdad@behdad.org>
33196 Date:   Thu May 24 10:46:39 2012 -0400
33197
33198     Fix hb_atomic_int_set() implementation for HB_NO_MT
33199
33200     As pointed out by Jonathan Kew.
33201
33202  src/hb-atomic-private.hh | 2 +-
33203  1 file changed, 1 insertion(+), 1 deletion(-)
33204
33205 commit 3b9b7133bea787f787170beea073f185e36d2327
33206 Author: Behdad Esfahbod <behdad@behdad.org>
33207 Date:   Wed May 23 22:00:25 2012 -0400
33208
33209     Update TODO
33210
33211  TODO | 18 ++++++++++++++++--
33212  1 file changed, 16 insertions(+), 2 deletions(-)
33213
33214 commit ff3524c21aabf5d0d6014d1ce1b3e12ca5f0990f
33215 Author: Behdad Esfahbod <behdad@behdad.org>
33216 Date:   Wed May 23 21:50:43 2012 -0400
33217
33218     Add Arabic diacritics tests
33219
33220  .../shaper-arabic/script-arabic/misc/MANIFEST      |   2 +-
33221  .../script-arabic/misc/diacritics/MANIFEST         |   5 +
33222  .../script-arabic/misc/diacritics/lam-alef.txt     |  28 +
33223  .../misc/diacritics/language-arabic.txt            | 695
33224  +++++++++++++++++++++
33225  .../misc/diacritics/language-persian.txt           |  48 ++
33226  .../misc/diacritics/language-urdu.txt              | 188 ++++++
33227  .../misc/{ => diacritics}/ligature-diacritics.txt  |   0
33228  7 files changed, 965 insertions(+), 1 deletion(-)
33229
33230 commit ed2f1363a391add41f10cff18792003583a10257
33231 Author: Behdad Esfahbod <behdad@behdad.org>
33232 Date:   Tue May 22 22:12:22 2012 -0400
33233
33234     Fix substitution glyph class propagation
33235
33236     The old code was doing nothing.
33237
33238     Still got to find an example font+string that makes this matter, but
33239     need this for fixing synthetic GDEF anyway.
33240
33241  src/hb-ot-layout-gsub-table.hh       | 10 ++++------
33242  src/hb-ot-layout-gsubgpos-private.hh | 23 ++++++-----------------
33243  2 files changed, 10 insertions(+), 23 deletions(-)
33244
33245 commit a6de53664df9549a5dc93752647ea1d3bb336f7b
33246 Author: Behdad Esfahbod <behdad@behdad.org>
33247 Date:   Fri May 18 15:04:35 2012 -0400
33248
33249     Add CJK Compatibility Ideographs tests
33250
33251     From:
33252     http://people.mozilla.org/~jdaggett/tests/cjkcompat.html
33253
33254  test/shaping/texts/in-tree/shaper-default/MANIFEST                     |
33255  3 ++-
33256  .../in-tree/shaper-default/{script-japanese => script-han}/MANIFEST
33257  | 0
33258  test/shaping/texts/in-tree/shaper-default/script-han/misc/MANIFEST     |
33259  1 +
33260  .../texts/in-tree/shaper-default/script-han/misc/cjk-compat.txt        |
33261  3 +++
33262  test/shaping/texts/in-tree/shaper-default/script-hiragana/MANIFEST     |
33263  1 +
33264  .../shaper-default/{script-japanese => script-hiragana}/misc/MANIFEST
33265  | 0
33266  .../{script-japanese => script-hiragana}/misc/kazuraki-liga-lines.txt
33267  | 0
33268  .../{script-japanese => script-hiragana}/misc/kazuraki-liga.txt
33269  | 0
33270  8 files changed, 7 insertions(+), 1 deletion(-)
33271
33272 commit 20fdb0f41d81b226e076a4830d4b0d03da31fc19
33273 Author: Behdad Esfahbod <behdad@behdad.org>
33274 Date:   Thu May 17 22:04:45 2012 -0400
33275
33276     Add a lock-free cache type for int->int functions
33277
33278     To be used for cmap and advance caching if desired.
33279
33280  TODO                    |  2 ++
33281  src/Makefile.am         |  1 +
33282  src/hb-cache-private.hh | 72
33283  +++++++++++++++++++++++++++++++++++++++++++++++++
33284  src/hb-font.cc          |  2 ++
33285  4 files changed, 77 insertions(+)
33286
33287 commit bd908b4f102b5ae18a3ad4a8b137994cf74b86ce
33288 Author: Behdad Esfahbod <behdad@behdad.org>
33289 Date:   Thu May 17 22:02:08 2012 -0400
33290
33291     Implement hb_atomic_int_set() for OS X
33292
33293  src/hb-atomic-private.hh | 2 ++
33294  1 file changed, 2 insertions(+)
33295
33296 commit 022a05ae90f30bcddff413022e0cd801809b5390
33297 Author: Behdad Esfahbod <behdad@behdad.org>
33298 Date:   Thu May 17 21:53:24 2012 -0400
33299
33300     Minor
33301
33302  src/hb-atomic-private.hh | 4 +++-
33303  src/hb-mutex-private.hh  | 4 +++-
33304  2 files changed, 6 insertions(+), 2 deletions(-)
33305
33306 commit 22afd66a30d01b6771405e76777306f600807bea
33307 Author: Behdad Esfahbod <behdad@behdad.org>
33308 Date:   Thu May 17 21:23:49 2012 -0400
33309
33310     Add hb_atomic_int_set() again
33311
33312  src/hb-atomic-private.hh | 9 ++++++---
33313  1 file changed, 6 insertions(+), 3 deletions(-)
33314
33315 commit 4aa7258cb16176a89e1547fee8f86571fdd98307
33316 Author: Behdad Esfahbod <behdad@behdad.org>
33317 Date:   Thu May 17 21:01:04 2012 -0400
33318
33319     Fix type conflicts on Windows without glib
33320
33321  src/hb-tt-font.cc | 3 ++-
33322  1 file changed, 2 insertions(+), 1 deletion(-)
33323
33324 commit f039e79d5438a8fc4a3ec11a387bbfc0f6b83024
33325 Author: Behdad Esfahbod <behdad@behdad.org>
33326 Date:   Thu May 17 20:55:12 2012 -0400
33327
33328     Don't use min/max as function names
33329
33330     They can be macros on some systems.  Eg. mingw32.
33331
33332  src/hb-set-private.hh | 4 ++--
33333  src/hb-set.cc         | 4 ++--
33334  2 files changed, 4 insertions(+), 4 deletions(-)
33335
33336 commit 34961e3198e27fa37fd4cfdad12ef86a2e9e51c2
33337 Author: Behdad Esfahbod <behdad@behdad.org>
33338 Date:   Thu May 17 20:50:38 2012 -0400
33339
33340     Prefer native atomic/mutex ops to glib's
33341
33342  src/hb-atomic-private.hh | 29 ++++++++++++++++-------------
33343  src/hb-mutex-private.hh  | 24 ++++++++++++++----------
33344  2 files changed, 30 insertions(+), 23 deletions(-)
33345
33346 commit ec3ba4b96fc4f262db1ff9f906628c32f26c9b7d
33347 Author: Behdad Esfahbod <behdad@behdad.org>
33348 Date:   Thu May 17 20:30:46 2012 -0400
33349
33350     Move atomic ops into their own header
33351
33352  src/Makefile.am          |  1 +
33353  src/hb-atomic-private.hh | 78
33354  ++++++++++++++++++++++++++++++++++++++++++++++++
33355  src/hb-mutex-private.hh  |  1 -
33356  src/hb-object-private.hh | 52 ++------------------------------
33357  src/hb-warning.cc        |  2 +-
33358  5 files changed, 82 insertions(+), 52 deletions(-)
33359
33360 commit de0878395be5c72d7058faac8f64715bdd42eb3b
33361 Author: Behdad Esfahbod <behdad@behdad.org>
33362 Date:   Thu May 17 20:15:49 2012 -0400
33363
33364     Update TODO
33365
33366  TODO | 12 ++++++++----
33367  1 file changed, 8 insertions(+), 4 deletions(-)
33368
33369 commit c87b317f0eb118e67134e8e419a6d65e0fa40d30
33370 Author: Behdad Esfahbod <behdad@behdad.org>
33371 Date:   Tue May 15 23:53:18 2012 -0400
33372
33373     [util] Add hb-ot-shape-closure tool
33374
33375     Computes all the glyphs that may be generated given a font and
33376     set of Unicode characters.
33377
33378     The order of the Unicode characters is irrelevant.
33379
33380     Sample output:
33381
33382     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf f
33383     f f_f
33384
33385     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf i
33386     i
33387
33388     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf fi
33389     f f_i f_f_i f_f i
33390
33391     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ب
33392     uni0628 uni0628.init uni0628.medi uni0628.fina
33393
33394     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ا
33395     uni0627 uni0627.fina
33396
33397     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
33398     uni0627 uni0627.fina uni0628 uni0628.init uni0628.medi uni0628.fina
33399
33400     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
33401     --no-glyph-names
33402     5 6 133 134 135 136
33403
33404  configure.ac                |   2 +-
33405  util/Makefile.am            |  22 ++++++---
33406  util/hb-ot-shape-closure.cc | 112
33407  ++++++++++++++++++++++++++++++++++++++++++++
33408  util/options.hh             |  12 +++++
33409  4 files changed, 140 insertions(+), 8 deletions(-)
33410
33411 commit 45675e589e6ef9f81b2a4199cf33e3e7778433a8
33412 Author: Behdad Esfahbod <behdad@behdad.org>
33413 Date:   Tue May 15 23:10:39 2012 -0400
33414
33415     [util] Refactor to accommodate for upcoming new tool
33416
33417  util/Makefile.am                       | 10 +++--
33418  util/hb-shape.cc                       | 70
33419  +++++++++++++++-------------------
33420  util/hb-view.cc                        |  8 ++--
33421  util/{hb-view.hh => main-font-text.hh} | 48 +++++++++++------------
33422  util/shape-consumer.hh                 | 69
33423  +++++++++++++++++++++++++++++++++
33424  5 files changed, 135 insertions(+), 70 deletions(-)
33425
33426 commit 1d6846db9ebf84561bb30a4e48c6c43184914099
33427 Author: Behdad Esfahbod <behdad@behdad.org>
33428 Date:   Sun May 13 18:09:29 2012 +0200
33429
33430     [Indic] Apply vatu feature after cjct
33431
33432     Testing with old Deva spec this reduces failures.
33433     Test sequence: U+0915,U+094D,U+0930.
33434
33435  src/hb-ot-shape-complex-indic.cc | 6 +++---
33436  1 file changed, 3 insertions(+), 3 deletions(-)
33437
33438 commit 8caf5dcd66550351c6038b9ae7ecc5254eed64ff
33439 Author: Behdad Esfahbod <behdad@behdad.org>
33440 Date:   Sun May 13 17:10:18 2012 +0200
33441
33442     Minor
33443
33444  util/ansi-print.cc | 67
33445  +++++++++++++++++++++++++++---------------------------
33446  1 file changed, 33 insertions(+), 34 deletions(-)
33447
33448 commit 617f4ac46f1084859d2034c08760e31e52d3bec3
33449 Author: Behdad Esfahbod <behdad@behdad.org>
33450 Date:   Sun May 13 16:48:03 2012 +0200
33451
33452     Refactor
33453
33454  src/hb-ot-shape-complex-indic.cc | 44
33455  +++++++++++++++++++++-------------------
33456  1 file changed, 23 insertions(+), 21 deletions(-)
33457
33458 commit 5e4e21fce4b548b0b8a5951bc8f35a9f27428192
33459 Author: Behdad Esfahbod <behdad@behdad.org>
33460 Date:   Sun May 13 16:46:08 2012 +0200
33461
33462     Revert "[Indic] Refactoring"
33463
33464     This reverts commit 0831061efb78983b9c6e1e72574c977e56383c08.
33465
33466  src/hb-ot-shape-complex-indic.cc | 28 ++++++++--------------------
33467  1 file changed, 8 insertions(+), 20 deletions(-)
33468
33469 commit 3f18236a03880c0960f5990dc90685f6146951a6
33470 Author: Behdad Esfahbod <behdad@behdad.org>
33471 Date:   Sun May 13 16:20:10 2012 +0200
33472
33473     Fix more warnings
33474
33475  src/hb-ot-layout-common-private.hh | 2 +-
33476  src/hb-ot-layout-gsub-table.hh     | 2 +-
33477  src/hb-ot-shape-complex-indic.cc   | 8 ++++----
33478  3 files changed, 6 insertions(+), 6 deletions(-)
33479
33480 commit 9f377ed3210fe7d9f15e0c4f82020556f9a8f6f0
33481 Author: Behdad Esfahbod <behdad@behdad.org>
33482 Date:   Sun May 13 16:13:44 2012 +0200
33483
33484     Fix more unused-var warnings
33485
33486  src/hb-ot-shape-complex-arabic.cc |  7 +++++--
33487  src/hb-ot-shape-complex-indic.cc  | 25 ++++++++++++++++++-------
33488  src/hb-ot-shape-complex-misc.cc   | 21 +++++++++++++++------
33489  src/hb-ot-shape-normalize.cc      | 13 ++++++-------
33490  src/hb-set.cc                     |  2 +-
33491  5 files changed, 45 insertions(+), 23 deletions(-)
33492
33493 commit d993e72331c6c4c783b803e01e4d4a02c8e3eb77
33494 Author: Behdad Esfahbod <behdad@behdad.org>
33495 Date:   Sun May 13 16:04:36 2012 +0200
33496
33497     Fix hb_face_set_index()
33498
33499  src/hb-font.cc | 2 +-
33500  1 file changed, 1 insertion(+), 1 deletion(-)
33501
33502 commit 93345edcbea49bdf0e22f26b5b74a23e601dfab4
33503 Author: Behdad Esfahbod <behdad@behdad.org>
33504 Date:   Sun May 13 16:01:08 2012 +0200
33505
33506     Fix warnings
33507
33508  src/hb-fallback-shape.cc |  4 ++--
33509  src/hb-private.hh        | 54
33510  ++++++++++++++++++++++++------------------------
33511  2 files changed, 29 insertions(+), 29 deletions(-)
33512
33513 commit eace47b173807d94b29a6490d0bc3c9f8f6168d1
33514 Author: Behdad Esfahbod <behdad@behdad.org>
33515 Date:   Sun May 13 15:54:43 2012 +0200
33516
33517     Minor
33518
33519  src/hb-ot-shape-complex-indic.cc | 2 +-
33520  1 file changed, 1 insertion(+), 1 deletion(-)
33521
33522 commit 99c2695759a6af855d565f4994bbdf220570bb48
33523 Author: Behdad Esfahbod <behdad@behdad.org>
33524 Date:   Sun May 13 15:45:18 2012 +0200
33525
33526     Add accessort to buffer for current info, current pos, and prev info
33527
33528  src/hb-buffer-private.hh             |  9 ++++++++
33529  src/hb-ot-layout-gpos-table.hh       | 44
33530  ++++++++++++++++++------------------
33531  src/hb-ot-layout-gsub-table.hh       | 28 +++++++++++------------
33532  src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++------------
33533  src/hb-ot-shape-complex-arabic.cc    |  4 ++--
33534  src/hb-ot-shape-complex-misc.cc      |  5 ++--
33535  src/hb-ot-shape-normalize.cc         | 16 ++++++-------
33536  src/hb-ot-shape.cc                   |  8 +++----
33537  8 files changed, 76 insertions(+), 66 deletions(-)
33538
33539 commit 6736f3c5b09af6a71935afc04248b033e171a9b2
33540 Author: Behdad Esfahbod <behdad@behdad.org>
33541 Date:   Sun May 13 15:21:06 2012 +0200
33542
33543     Minor
33544
33545  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
33546  1 file changed, 3 insertions(+), 4 deletions(-)
33547
33548 commit 5df809b655bb1318115651fd87d4555cdd9b41cb
33549 Author: Behdad Esfahbod <behdad@behdad.org>
33550 Date:   Sun May 13 15:17:51 2012 +0200
33551
33552     [GSUB/GPOS] Remove context_length
33553
33554     The spec doesn't say contextual matching should be done this way,
33555     and AOTS doesn't do it either.  It was inherited from old HarfBuzz.
33556     Remove it.
33557
33558  src/hb-ot-layout-common-private.hh   |  1 -
33559  src/hb-ot-layout-gpos-table.hh       |  3 ---
33560  src/hb-ot-layout-gsub-table.hh       |  6 ++----
33561  src/hb-ot-layout-gsubgpos-private.hh | 32
33562  +++++++++++---------------------
33563  4 files changed, 13 insertions(+), 29 deletions(-)
33564
33565 commit 28b9d502bb69a8045818d5f6113ded9c59a56bd7
33566 Author: Behdad Esfahbod <behdad@behdad.org>
33567 Date:   Sun May 13 15:04:00 2012 +0200
33568
33569     Minor
33570
33571  src/hb-ot-layout-gsubgpos-private.hh | 11 +++++------
33572  1 file changed, 5 insertions(+), 6 deletions(-)
33573
33574 commit 50f630c17ced1bd59b4da4f27728dcfbb876400a
33575 Author: Behdad Esfahbod <behdad@behdad.org>
33576 Date:   Sun May 13 13:03:44 2012 +0200
33577
33578     Remove ioctl checks
33579
33580     Ended up not using terminal size after all.
33581
33582  configure.ac       |  2 +-
33583  util/ansi-print.cc | 11 -----------
33584  2 files changed, 1 insertion(+), 12 deletions(-)
33585
33586 commit db0de7cd616e1e9d6fde6659e52a541477fb0148
33587 Author: Behdad Esfahbod <behdad@behdad.org>
33588 Date:   Sun May 13 13:02:38 2012 +0200
33589
33590     [util] Set ansi color only on color change
33591
33592  util/ansi-print.cc | 28 +++++++++++++++++++++++-----
33593  1 file changed, 23 insertions(+), 5 deletions(-)
33594
33595 commit 912c5ff80a255edb8145b9db69e2ed828f8eab5c
33596 Author: Behdad Esfahbod <behdad@behdad.org>
33597 Date:   Sun May 13 12:51:02 2012 +0200
33598
33599     Reduce default margin
33600
33601  util/options.hh | 2 +-
33602  1 file changed, 1 insertion(+), 1 deletion(-)
33603
33604 commit 52e7b1424a3613122e9ca30879298df42733acda
33605 Author: Behdad Esfahbod <behdad@behdad.org>
33606 Date:   Sun May 13 02:02:58 2012 +0200
33607
33608     [util] Make hb-view print out Unicode art if stdout is a terminal
33609
33610  configure.ac              |   4 +-
33611  util/Makefile.am          |   4 +
33612  util/ansi-print.cc        | 411
33613  ++++++++++++++++++++++++++++++++++++++++++++++
33614  util/ansi-print.hh        |  39 +++++
33615  util/helper-cairo-ansi.cc | 102 ++++++++++++
33616  util/helper-cairo-ansi.hh |  39 +++++
33617  util/helper-cairo.cc      |  70 +++++++-
33618  util/options.hh           |   3 +
33619  8 files changed, 668 insertions(+), 4 deletions(-)
33620
33621 commit 8b2753ce2bea8a21ea757186d86dc4a55d8c8b0c
33622 Author: Behdad Esfahbod <behdad@behdad.org>
33623 Date:   Sun May 13 00:54:07 2012 +0200
33624
33625     Minor
33626
33627  TODO | 2 ++
33628  1 file changed, 2 insertions(+)
33629
33630 commit 30874b4819a99cc84fa39e794266685e1b8735d2
33631 Author: Behdad Esfahbod <behdad@behdad.org>
33632 Date:   Sat May 12 15:54:27 2012 +0200
33633
33634     [util] Make tools default to stdin if no text is provided
33635
33636     One less argument to type in typical testing workflow!
33637
33638  util/hb-view.hh |  4 +++-
33639  util/options.cc | 12 +++++-------
33640  util/options.hh |  2 +-
33641  3 files changed, 9 insertions(+), 9 deletions(-)
33642
33643 commit 2097951110e33fe091ed9515ae77e2683c46c889
33644 Author: Behdad Esfahbod <behdad@behdad.org>
33645 Date:   Sat May 12 15:41:48 2012 +0200
33646
33647     [util] Change default font size of hb-view to 256
33648
33649     Most common usecase of hb-view is to test rendering of short words for
33650     testing / inspection.  Not having to type "--font-size 150" each time
33651     isn't such a bad idea...
33652
33653  util/options.hh | 4 ++--
33654  1 file changed, 2 insertions(+), 2 deletions(-)
33655
33656 commit 737dded2e08fcc19935db51c05201a987184d337
33657 Author: Behdad Esfahbod <behdad@behdad.org>
33658 Date:   Sat May 12 15:40:11 2012 +0200
33659
33660     Fix compiler warnings
33661
33662  src/hb-ot-shape-complex-indic.cc | 5 -----
33663  1 file changed, 5 deletions(-)
33664
33665 commit f538fcb538f1decb4100ba89457eb83f2350d64b
33666 Author: Behdad Esfahbod <behdad@behdad.org>
33667 Date:   Sat May 12 15:34:40 2012 +0200
33668
33669     [test] Make tool usage easier by not requiring "--stdin"
33670
33671     Just default to it.  Added "--help" instead to get usage.
33672
33673  test/shaping/hb_test_tools.py | 9 ++++-----
33674  1 file changed, 4 insertions(+), 5 deletions(-)
33675
33676 commit a3273e30bb7ffd727ffc18af5716dfef705d3d94
33677 Author: Behdad Esfahbod <behdad@behdad.org>
33678 Date:   Sat May 12 13:34:18 2012 +0200
33679
33680     [Indic] Add more Malayalam tests
33681
33682  .../indic/script-malayalam/misc/misc.txt           | 38
33683  ++++++++++++++++++++++
33684  1 file changed, 38 insertions(+)
33685
33686 commit 7f852b644b8143492a02edfc853114aaa23446bd
33687 Author: Behdad Esfahbod <behdad@behdad.org>
33688 Date:   Fri May 11 23:10:31 2012 +0200
33689
33690     Fix compiler warnings
33691
33692  src/hb-ot-shape-complex-indic.cc   | 2 +-
33693  src/hb-ot-shape-complex-private.hh | 2 +-
33694  2 files changed, 2 insertions(+), 2 deletions(-)
33695
33696 commit f7e8dcfd4fc377e3d786b097beb656284240456d
33697 Author: Behdad Esfahbod <behdad@behdad.org>
33698 Date:   Fri May 11 22:00:06 2012 +0200
33699
33700     [Indic] Unbreak Devanagari
33701
33702     And this, concludes the HarfBuzz Massala Hackfest.
33703
33704     I like to specially thank Jonathan Kew for doing all the decription
33705     and
33706     letting me get commit points.
33707
33708  configure.ac                             | 2 +-
33709  src/hb-ot-shape-complex-indic-private.hh | 2 +-
33710  2 files changed, 2 insertions(+), 2 deletions(-)
33711
33712 commit 6a091df9b403b147ef78f3974610dedf4ce1e08a
33713 Author: Behdad Esfahbod <behdad@behdad.org>
33714 Date:   Fri May 11 21:42:27 2012 +0200
33715
33716     [Indic] Disambiguate sub vs post vs above matras
33717
33718     Bengali is at *just* above 5% now.
33719
33720  src/hb-ot-shape-complex-indic-private.hh | 31
33721  +++++++++++++++----------------
33722  src/hb-ot-shape-complex-indic.cc         | 12 ++++++------
33723  2 files changed, 21 insertions(+), 22 deletions(-)
33724
33725 commit 9d0d319a4a7e85d922e58fade0f40caae1c9f109
33726 Author: Behdad Esfahbod <behdad@behdad.org>
33727 Date:   Fri May 11 21:36:32 2012 +0200
33728
33729     [Indic] Position Bengali Reph before matras
33730
33731  src/hb-ot-shape-complex-indic.cc | 62
33732  +++++++++++++++++++++++-----------------
33733  1 file changed, 36 insertions(+), 26 deletions(-)
33734
33735 commit f89367251109af235f4f0446c13c261a5a4a6f72
33736 Author: Behdad Esfahbod <behdad@behdad.org>
33737 Date:   Fri May 11 21:10:03 2012 +0200
33738
33739     [Indic] Start categorizing Reph per script
33740
33741  src/hb-ot-shape-complex-indic.cc | 41
33742  ++++++++++++++++++++++++++++++++++------
33743  1 file changed, 35 insertions(+), 6 deletions(-)
33744
33745 commit a913b024d84973556094fd64ce5f0b7106fcc3b5
33746 Author: Behdad Esfahbod <behdad@behdad.org>
33747 Date:   Fri May 11 20:59:26 2012 +0200
33748
33749     [Indic] Apply 'init' feature for Bengali
33750
33751     Error down from 20% to 7%.
33752
33753  src/hb-ot-shape-complex-indic.cc | 15 +++++++++++++++
33754  1 file changed, 15 insertions(+)
33755
33756 commit eed903b1644e087178438959664a6a57bebc398b
33757 Author: Behdad Esfahbod <behdad@behdad.org>
33758 Date:   Fri May 11 20:50:53 2012 +0200
33759
33760     [Indic] Refactor for the arrival of 'init' feature
33761
33762     Yep, on Bengali now!
33763
33764  src/hb-ot-shape-complex-indic.cc | 52
33765  +++++++++++++++++++++++++++-------------
33766  1 file changed, 36 insertions(+), 16 deletions(-)
33767
33768 commit 18c06e189bd078affbb84c3bb5bb80687a227c5e
33769 Author: Behdad Esfahbod <behdad@behdad.org>
33770 Date:   Fri May 11 20:02:14 2012 +0200
33771
33772     [Indic] Add Uniscribe bug feature for dotted circle
33773
33774     For dotted-circle independent clusters, Uniscribe does no Reph shaping
33775     for the exact sequence Ra+Halant+25CC.  Which also is the only
33776     possible
33777     sequence with 25CC at the end.
33778
33779  src/hb-ot-shape-complex-indic-machine.rl |  4 +++-
33780  src/hb-ot-shape-complex-indic-private.hh |  3 ++-
33781  src/hb-ot-shape-complex-indic.cc         | 20 ++++++++++++++++----
33782  3 files changed, 21 insertions(+), 6 deletions(-)
33783
33784 commit 5b16de97bcc4b24da4c77ca6c1a42e814d8cdbd1
33785 Author: Behdad Esfahbod <behdad@behdad.org>
33786 Date:   Fri May 11 19:55:42 2012 +0200
33787
33788     [Indic] Add tests for dottedcircle
33789
33790  .../in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST     | 1 +
33791  .../shaper-indic/indic/script-devanagari/misc/dottedcircle.txt     |
33792  7 +++++++
33793  2 files changed, 8 insertions(+)
33794
33795 commit 0831061efb78983b9c6e1e72574c977e56383c08
33796 Author: Behdad Esfahbod <behdad@behdad.org>
33797 Date:   Fri May 11 19:07:58 2012 +0200
33798
33799     [Indic] Refactoring
33800
33801  src/hb-ot-shape-complex-indic.cc | 26 ++++++++++++++++++--------
33802  1 file changed, 18 insertions(+), 8 deletions(-)
33803
33804 commit 7ea58db311bfb0d8f804d1e9f4a1f004bd45075a
33805 Author: Behdad Esfahbod <behdad@behdad.org>
33806 Date:   Fri May 11 18:58:57 2012 +0200
33807
33808     Minor
33809
33810  src/hb-ot-shape-complex-indic.cc | 6 +++---
33811  1 file changed, 3 insertions(+), 3 deletions(-)
33812
33813 commit 9c09928989316e2befe00d52ed66e055637ccd36
33814 Author: Behdad Esfahbod <behdad@behdad.org>
33815 Date:   Fri May 11 18:46:35 2012 +0200
33816
33817     [Indic] Allow multiple Consonants in Vowel/NBSP syllables
33818
33819     Uniscribe allows multiple Halant+Consonant after a Vowel.
33820     Tests:
33821     ↦       * U+0905,U+094D,U+092B,U+094D,930,94d,930
33822
33823  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
33824  1 file changed, 3 insertions(+), 3 deletions(-)
33825
33826 commit 8c0aa486f31e9b6cbb31ce295573b53b0a214124
33827 Author: Behdad Esfahbod <behdad@behdad.org>
33828 Date:   Fri May 11 18:13:42 2012 +0200
33829
33830     [Indic] Allow two Nuktas per consonant
33831
33832     Uniscribe allows up to two nuktas per consonant and one per matra. It
33833     does so
33834     indepent of whether the consonant already has a nukta in it.  Tests:
33835
33836             * U+0916,U+093C,U+0941
33837             * U+0959,U+093C,U+0941
33838             * U+0916,U+093C,U+093C,U+0941
33839             * U+0959,U+093C,U+093C,U+0941
33840             * U+0916,U+093C,U+093C,U+093C,U+0941
33841             * U+0959,U+093C,U+093C,U+093C,U+0941
33842             * 915,93c,93c,,94d,U+0916,U+093C,U+093C,U+093e,93c,93c
33843
33844  src/hb-ot-shape-complex-indic-machine.rl | 7 ++++---
33845  1 file changed, 4 insertions(+), 3 deletions(-)
33846
33847 commit 3399a06e7033651ee926448737bdb18e553c1796
33848 Author: Behdad Esfahbod <behdad@behdad.org>
33849 Date:   Fri May 11 17:54:26 2012 +0200
33850
33851     [Indic] Fix U+0952 and similar classification to match Uniscribe
33852
33853     See comments.
33854
33855  src/hb-ot-shape-complex-indic-machine.rl |  1 +
33856  src/hb-ot-shape-complex-indic.cc         | 16 +++++++++++-----
33857  2 files changed, 12 insertions(+), 5 deletions(-)
33858
33859 commit 11aa3ef18dbc6ac9561bd119f5ca2c1aa1209c3a
33860 Author: Behdad Esfahbod <behdad@behdad.org>
33861 Date:   Fri May 11 17:30:48 2012 +0200
33862
33863     [Indic] Treat U+0951..U+0954 all similar to U+0952
33864
33865  src/hb-ot-shape-complex-indic.cc | 3 ++-
33866  1 file changed, 2 insertions(+), 1 deletion(-)
33867
33868 commit 5f131d3226131df440d7f36655e57f6effcae204
33869 Author: Behdad Esfahbod <behdad@behdad.org>
33870 Date:   Fri May 11 17:29:40 2012 +0200
33871
33872     [GSUB/GPOS/Indic] Apply GSUB/GPOS within syllables only
33873
33874     This does not apply to the context matchings.
33875
33876     This regresses tests right now.  And we are not sure whether this is
33877     the right thing to do for GPOS.  But we'll figure out.
33878
33879  src/hb-ot-layout-gsubgpos-private.hh | 18 ++++++++++++------
33880  1 file changed, 12 insertions(+), 6 deletions(-)
33881
33882 commit 8fd83aaf6e50c2c25002c51fee26d82847a61769
33883 Author: Behdad Esfahbod <behdad@behdad.org>
33884 Date:   Fri May 11 17:18:37 2012 +0200
33885
33886     [GSUB/GPOS] Fix wrong buffer access in backward skippy mask matching
33887
33888  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
33889  1 file changed, 1 insertion(+), 1 deletion(-)
33890
33891 commit ff24d1081af08a887895975285d7e38f5d07bc37
33892 Author: Behdad Esfahbod <behdad@behdad.org>
33893 Date:   Fri May 11 17:07:08 2012 +0200
33894
33895     [Indic] Don't use syllable serial value 0
33896
33897  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
33898  1 file changed, 2 insertions(+), 1 deletion(-)
33899
33900 commit 892eb7878238d810a2a70f9dadbf958207bfeaa1
33901 Author: Behdad Esfahbod <behdad@behdad.org>
33902 Date:   Fri May 11 16:54:40 2012 +0200
33903
33904     [Indic] Implement Uniscribe Reph+Matra+Halant bug feature
33905
33906  src/hb-ot-shape-complex-indic.cc | 14 +++++++++-----
33907  1 file changed, 9 insertions(+), 5 deletions(-)
33908
33909 commit 67ea29af49bb08ee679914076808327992cf6676
33910 Author: Behdad Esfahbod <behdad@behdad.org>
33911 Date:   Fri May 11 16:51:23 2012 +0200
33912
33913     [Indic] Add example of different Uniscribe behavior
33914
33915  src/hb-ot-shape-complex-indic.cc | 5 ++++-
33916  1 file changed, 4 insertions(+), 1 deletion(-)
33917
33918 commit ebe29733d44fe0fa9fb30f946ab0dd7a40336a24
33919 Author: Behdad Esfahbod <behdad@behdad.org>
33920 Date:   Fri May 11 16:43:12 2012 +0200
33921
33922     [Indic] Add runtime Uniscribe bug compatibility mode!
33923
33924     Enable by setting envvar:
33925
33926       HB_OT_INDIC_OPTIONS=uniscribe-bug-compatible
33927
33928     Plus, LeftMatra+Halant "feature".
33929
33930  src/hb-ot-shape-complex-indic.cc | 44
33931  ++++++++++++++++++++++++++++++----------
33932  1 file changed, 33 insertions(+), 11 deletions(-)
33933
33934 commit 616e692e2950d326b6c46aba5b5bead3cc29d315
33935 Author: Behdad Esfahbod <behdad@behdad.org>
33936 Date:   Fri May 11 16:25:02 2012 +0200
33937
33938     [Indic] Add #define UNISCRIBE_BUG_COMPATIBLE 1
33939
33940  src/hb-ot-shape-complex-indic.cc | 3 ++-
33941  1 file changed, 2 insertions(+), 1 deletion(-)
33942
33943 commit 6782bdae3be0357da1dadc7b806a43ceefa67a90
33944 Author: Behdad Esfahbod <behdad@behdad.org>
33945 Date:   Fri May 11 16:23:43 2012 +0200
33946
33947     [Indic] Fix Left Matra + Halant reordering
33948
33949     As can be seen in: U+092B,U+093F,U+094D
33950
33951  src/hb-ot-shape-complex-indic.cc | 6 ++++--
33952  1 file changed, 4 insertions(+), 2 deletions(-)
33953
33954 commit 3c2ea9481b1028e927e615a5434ebf8edcb5f891
33955 Author: Behdad Esfahbod <behdad@behdad.org>
33956 Date:   Fri May 11 16:23:38 2012 +0200
33957
33958     Minor
33959
33960  src/hb-ot-shape-complex-indic.cc | 73
33961  ++++++++++++++++++++--------------------
33962  1 file changed, 37 insertions(+), 36 deletions(-)
33963
33964 commit c071b99f150a9344a2056dfeba8c613f8a5602db
33965 Author: Behdad Esfahbod <behdad@behdad.org>
33966 Date:   Fri May 11 16:22:46 2012 +0200
33967
33968     [Indic] Add test for Left Matra with Halant
33969
33970     Uniscribe doesn't move the Halant, we do.  And do a broken job of
33971     it now.
33972
33973  .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt
33974  | 1 +
33975  1 file changed, 1 insertion(+)
33976
33977 commit 203d71069c45048b6dd8fa22b61fd8f2c844b4f6
33978 Author: Behdad Esfahbod <behdad@behdad.org>
33979 Date:   Fri May 11 16:01:44 2012 +0200
33980
33981     [GSUB/GPOS] Check all glyph masks when matching input
33982
33983  src/hb-ot-layout-gsubgpos-private.hh | 18 ++++++++++++------
33984  1 file changed, 12 insertions(+), 6 deletions(-)
33985
33986 commit 668c6046c1b3af3bd316bda0cc8636f2a5e8df42
33987 Author: Behdad Esfahbod <behdad@behdad.org>
33988 Date:   Fri May 11 15:34:13 2012 +0200
33989
33990     [Indic] Apply Reph mask to all POS_REPH glyphs
33991
33992     Needed for upcoming changes to GSUB/GPOS mask matching.
33993
33994  src/hb-ot-shape-complex-indic.cc | 4 ++--
33995  1 file changed, 2 insertions(+), 2 deletions(-)
33996
33997 commit 4be46bade26faf13f7b4d447e9cc608e183955dc
33998 Author: Behdad Esfahbod <behdad@behdad.org>
33999 Date:   Fri May 11 14:39:01 2012 +0200
34000
34001     [Indic] Fix state machine to backtrack
34002
34003  src/hb-ot-shape-complex-indic-machine.rl | 42
34004  +++++++++++++++-----------------
34005  src/hb-private.hh                        |  2 ++
34006  2 files changed, 21 insertions(+), 23 deletions(-)
34007
34008 commit cee7187447b76b22e1bb6136d137b35ac49c3a5d
34009 Author: Behdad Esfahbod <behdad@behdad.org>
34010 Date:   Fri May 11 11:41:39 2012 +0200
34011
34012     [Indic] Move syllable tracking from Indic to generic layer
34013
34014     This is to incorporate it into GSUB/GPOS processing.
34015
34016  src/hb-ot-layout-gpos-table.hh           |  1 +
34017  src/hb-ot-layout-gsub-table.hh           |  3 ++-
34018  src/hb-ot-layout-gsubgpos-private.hh     |  3 ---
34019  src/hb-ot-layout-private.hh              |  4 +---
34020  src/hb-ot-shape-complex-indic-machine.rl |  2 +-
34021  src/hb-ot-shape-complex-indic-private.hh |  1 -
34022  src/hb-ot-shape-complex-indic.cc         |  8 +++-----
34023  src/hb-ot-shape-complex-private.hh       | 13 ++++++++-----
34024  8 files changed, 16 insertions(+), 19 deletions(-)
34025
34026 commit 3bf27a9f0e92aa31b464bd3b9fdea5933c9ae8b1
34027 Author: Behdad Esfahbod <behdad@behdad.org>
34028 Date:   Fri May 11 11:17:23 2012 +0200
34029
34030     [Indic] Disable conjuncts when a ZWJ happens
34031
34032     Not that the code makes any difference since the presence of ZWJ
34033     itself
34034     causes the ligature to fail to match anyway.
34035
34036  src/hb-ot-shape-complex-indic.cc | 7 +------
34037  1 file changed, 1 insertion(+), 6 deletions(-)
34038
34039 commit c6d904d67db589dd6209928e56504f04f6a07756
34040 Author: Behdad Esfahbod <behdad@behdad.org>
34041 Date:   Fri May 11 11:07:40 2012 +0200
34042
34043     [Indic] Fix bitops typo!
34044
34045     Another 1000 down!
34046
34047  src/hb-ot-shape-complex-indic.cc | 4 ++--
34048  1 file changed, 2 insertions(+), 2 deletions(-)
34049
34050 commit 55fe2cf79b11d9a63ea33b3ee76bd0ebca345157
34051 Author: Behdad Esfahbod <behdad@behdad.org>
34052 Date:   Fri May 11 03:45:28 2012 +0200
34053
34054     Make APPLY debug output print current index and codepoint
34055
34056     Yay!
34057
34058  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
34059  1 file changed, 1 insertion(+), 1 deletion(-)
34060
34061 commit 7bd2b04fea5649d77d796d58b7f4918fe0378ee5
34062 Author: Behdad Esfahbod <behdad@behdad.org>
34063 Date:   Fri May 11 03:40:58 2012 +0200
34064
34065     Minor
34066
34067  src/hb-object-private.hh | 8 +++++---
34068  1 file changed, 5 insertions(+), 3 deletions(-)
34069
34070 commit cf26510dbbd8d38486e6ba423800db6427ade332
34071 Author: Behdad Esfahbod <behdad@behdad.org>
34072 Date:   Fri May 11 03:35:08 2012 +0200
34073
34074     Some more...
34075
34076     Done.  I promise.
34077
34078  src/hb-object-private.hh | 1 +
34079  1 file changed, 1 insertion(+)
34080
34081 commit 9659523ca32b0e254d0e5fe387d817208d9cb6bf
34082 Author: Behdad Esfahbod <behdad@behdad.org>
34083 Date:   Fri May 11 03:33:36 2012 +0200
34084
34085     More beauty in debug output!
34086
34087  src/hb-private.hh | 12 +++++++-----
34088  1 file changed, 7 insertions(+), 5 deletions(-)
34089
34090 commit cf26e88a5ab477295479f5b9450c2019b6430eaa
34091 Author: Behdad Esfahbod <behdad@behdad.org>
34092 Date:   Fri May 11 03:16:57 2012 +0200
34093
34094     Finish off debug output beautification
34095
34096  src/hb-open-type-private.hh | 58
34097  ++++++++++++++++++++-------------------------
34098  1 file changed, 26 insertions(+), 32 deletions(-)
34099
34100 commit d7bba01a353efc7432c474dd8755a02db4abd2ae
34101 Author: Behdad Esfahbod <behdad@behdad.org>
34102 Date:   Fri May 11 02:46:26 2012 +0200
34103
34104     Only print class name in debug output if there's one available
34105
34106  src/hb-private.hh | 12 +++++++-----
34107  1 file changed, 7 insertions(+), 5 deletions(-)
34108
34109 commit 85f73fa8da1fbb864aef0f3a592b1d65e24d593d
34110 Author: Behdad Esfahbod <behdad@behdad.org>
34111 Date:   Fri May 11 02:40:42 2012 +0200
34112
34113     Only printout class name in tracing, if one is available
34114
34115     Makes debug output much more pleasant.
34116
34117  src/hb-private.hh | 8 ++++++--
34118  1 file changed, 6 insertions(+), 2 deletions(-)
34119
34120 commit 98619ce4fa650c593b030d06d2f89fec83a10015
34121 Author: Behdad Esfahbod <behdad@behdad.org>
34122 Date:   Fri May 11 02:34:06 2012 +0200
34123
34124     Minor
34125
34126  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
34127  1 file changed, 2 insertions(+)
34128
34129 commit acea183e986dd378c6f95120fe0feb0586a8ef36
34130 Author: Behdad Esfahbod <behdad@behdad.org>
34131 Date:   Fri May 11 02:33:11 2012 +0200
34132
34133     Add return annotation for APPLY
34134
34135  src/hb-ot-layout-gpos-table.hh       | 163
34136  +++++++++++++++--------------------
34137  src/hb-ot-layout-gsub-table.hh       | 114 +++++++++++-------------
34138  src/hb-ot-layout-gsubgpos-private.hh |  83 ++++++++----------
34139  3 files changed, 151 insertions(+), 209 deletions(-)
34140
34141 commit 5ccfe8e2154ad0b58dabcc236bbe9478c17b02ab
34142 Author: Behdad Esfahbod <behdad@behdad.org>
34143 Date:   Fri May 11 02:19:41 2012 +0200
34144
34145     /Minor/
34146
34147  src/hb-private.hh | 2 +-
34148  1 file changed, 1 insertion(+), 1 deletion(-)
34149
34150 commit 0ab8c8621712d33e1e91dfdb4ad0b335e3d2a3fb
34151 Author: Behdad Esfahbod <behdad@behdad.org>
34152 Date:   Fri May 11 01:25:34 2012 +0200
34153
34154     Annotate SANITIZE return values
34155
34156     More to come, for APPLY, CLOSURE, etc.
34157
34158  src/hb-open-file-private.hh          |  23 ++---
34159  src/hb-open-type-private.hh          |  49 +++++-----
34160  src/hb-ot-head-table.hh              |   4 +-
34161  src/hb-ot-hhea-table.hh              |   4 +-
34162  src/hb-ot-hmtx-table.hh              |   4 +-
34163  src/hb-ot-layout-common-private.hh   |  51 +++++-----
34164  src/hb-ot-layout-gdef-table.hh       |  48 +++++-----
34165  src/hb-ot-layout-gpos-table.hh       | 180
34166  ++++++++++++++++-------------------
34167  src/hb-ot-layout-gsub-table.hh       | 101 +++++++++-----------
34168  src/hb-ot-layout-gsubgpos-private.hh |  88 ++++++++---------
34169  src/hb-ot-maxp-table.hh              |   7 +-
34170  src/hb-ot-name-table.hh              |  17 ++--
34171  src/hb-private.hh                    |  39 ++++++--
34172  13 files changed, 299 insertions(+), 316 deletions(-)
34173
34174 commit 829e814ff358c5e700ba4df54932696801aa9f65
34175 Author: Behdad Esfahbod <behdad@behdad.org>
34176 Date:   Fri May 11 00:52:16 2012 +0200
34177
34178     Minor
34179
34180  src/hb-private.hh | 32 ++++++++++----------------------
34181  1 file changed, 10 insertions(+), 22 deletions(-)
34182
34183 commit 6eec6f406d2cc13dbca422e88492d3d498af02bf
34184 Author: Behdad Esfahbod <behdad@behdad.org>
34185 Date:   Fri May 11 00:50:38 2012 +0200
34186
34187     Code reshuffling
34188
34189  src/hb-private.hh | 36 +++++++++++++++++++++++++-----------
34190  1 file changed, 25 insertions(+), 11 deletions(-)
34191
34192 commit 1e08830b4fac3a60ae52349cab6e101d389d30cd
34193 Author: Behdad Esfahbod <behdad@behdad.org>
34194 Date:   Fri May 11 00:16:40 2012 +0200
34195
34196     Beautify debug output
34197
34198  src/hb-open-type-private.hh | 20 ++++++------
34199  src/hb-private.hh           | 74
34200  +++++++++++++++++++++++++++------------------
34201  2 files changed, 55 insertions(+), 39 deletions(-)
34202
34203 commit 6f4553801729a06e506ffdde7b27c72780d4bb80
34204 Author: Behdad Esfahbod <behdad@behdad.org>
34205 Date:   Thu May 10 23:24:43 2012 +0200
34206
34207     More massaging trace messaging
34208
34209  src/hb-open-type-private.hh          | 2 +-
34210  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
34211  src/hb-private.hh                    | 4 ++--
34212  3 files changed, 5 insertions(+), 5 deletions(-)
34213
34214 commit b5fa37cb694b01a7df3a656710391c40dd3fcc04
34215 Author: Behdad Esfahbod <behdad@behdad.org>
34216 Date:   Thu May 10 23:09:48 2012 +0200
34217
34218     Minor
34219
34220  src/hb-set-private.hh | 2 +-
34221  1 file changed, 1 insertion(+), 1 deletion(-)
34222
34223 commit 208109703c929428c684ddcf9310b8ba780c4c31
34224 Author: Behdad Esfahbod <behdad@behdad.org>
34225 Date:   Thu May 10 23:06:58 2012 +0200
34226
34227     Better trace message support infrastructure
34228
34229     We have varargs in the trace interface now.  To be used soon...
34230
34231  src/hb-open-type-private.hh          | 17 ++++------
34232  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
34233  src/hb-private.hh                    | 64
34234  ++++++++++++++++++++++++++----------
34235  3 files changed, 56 insertions(+), 29 deletions(-)
34236
34237 commit 02b2922fbf098c8282eb23dc2c54d5829cf67024
34238 Author: Behdad Esfahbod <behdad@behdad.org>
34239 Date:   Thu May 10 21:44:50 2012 +0200
34240
34241     [Indic] Towards better Reph positioning
34242
34243     Fixed for Deva cases with two full-form consonants.  Failures **way**
34244     down.
34245     Not much left to go :-).
34246
34247  src/hb-ot-shape-complex-indic.cc | 111
34248  ++++++++++++++++++++++++++++-----------
34249  1 file changed, 80 insertions(+), 31 deletions(-)
34250
34251 commit 74e54cf446bb979e488685e8c09eeed6b9d03c24
34252 Author: Behdad Esfahbod <behdad@behdad.org>
34253 Date:   Thu May 10 21:20:37 2012 +0200
34254
34255     [Indic] Add Ra back for scripts without Reph
34256
34257     We now check that the 'rphp' table exists before forming Reph, so
34258     we don't need to comment out Ra for those scripts.
34259
34260  src/hb-ot-shape-complex-indic-private.hh | 10 +++++-----
34261  1 file changed, 5 insertions(+), 5 deletions(-)
34262
34263 commit 2b70df5cc008617453b12bafeaac50e6d61b3224
34264 Author: Behdad Esfahbod <behdad@behdad.org>
34265 Date:   Thu May 10 18:38:22 2012 +0200
34266
34267     [Indic] Add note re Uniscribe clusters
34268
34269  src/hb-ot-shape-complex-indic.cc | 4 ++++
34270  1 file changed, 4 insertions(+)
34271
34272 commit 21d2803133c2c424ed37a9f3d17c7fc4963e5a60
34273 Author: Behdad Esfahbod <behdad@behdad.org>
34274 Date:   Thu May 10 18:34:34 2012 +0200
34275
34276     [Indic] Do clustering like Uniscribe does
34277
34278     Hindi Wikipedia failures down to 6639 (0.938381%)!
34279
34280  src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++++++++++----
34281  1 file changed, 20 insertions(+), 4 deletions(-)
34282
34283 commit b20c9ebaf5176101fdfcffbe4714a2e619dd94b6
34284 Author: Behdad Esfahbod <behdad@behdad.org>
34285 Date:   Thu May 10 18:31:17 2012 +0200
34286
34287     [Indic] Add test for matra group
34288
34289     The spec says: "[{M}+[N]+[H]]", and that's what Uniscribe implements.
34290     We instead do: "{M+[N]+[H]}", which means we allow Nukta and Halant
34291     after all Matras, not just the last one.  It makes more sense.
34292
34293  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST
34294  | 1 +
34295  .../shaper-indic/indic/script-devanagari/misc/spec-deviations.txt
34296  | 1 +
34297  2 files changed, 2 insertions(+)
34298
34299 commit 8df5636968389ac7bf8620ccd091fd4872b0bbee
34300 Author: Behdad Esfahbod <behdad@behdad.org>
34301 Date:   Thu May 10 15:41:04 2012 +0200
34302
34303     [Indic] Reorder Reph to before the Halant after Matras
34304
34305     Uniscribe doesn't do it, but we want to do as it gives the Reph the
34306     opportunity to interact with the Matras.  Test with mangal for
34307     example.
34308     Sequence: <0930,094d,0915,094b,094d>
34309     In test suite already.
34310
34311  src/hb-ot-shape-complex-indic.cc | 12 ++++++++++++
34312  1 file changed, 12 insertions(+)
34313
34314 commit daf3234bdc82c669302599a76d2b14f5e69989db
34315 Author: Behdad Esfahbod <behdad@behdad.org>
34316 Date:   Thu May 10 15:28:27 2012 +0200
34317
34318     [Indic] Don't clear the mask for Reph
34319
34320     This was removing the mandatory global 1 bit in the mask and hence
34321     disabling GPOS for Reph!
34322
34323  src/hb-ot-shape-complex-indic.cc | 2 +-
34324  1 file changed, 1 insertion(+), 1 deletion(-)
34325
34326 commit 7708ee23cbcc8c8edce13e73b6e549b77bd8c2d0
34327 Author: Behdad Esfahbod <behdad@behdad.org>
34328 Date:   Thu May 10 14:48:25 2012 +0200
34329
34330     [Indic] Improve Left Matra repositioning
34331
34332     Move its dependents too.
34333
34334  src/hb-ot-shape-complex-indic.cc | 2 +-
34335  1 file changed, 1 insertion(+), 1 deletion(-)
34336
34337 commit 61a58e26a5bda16851669404fc8206896e124740
34338 Author: Behdad Esfahbod <behdad@behdad.org>
34339 Date:   Thu May 10 14:43:53 2012 +0200
34340
34341     [Indic] Add tricky reordering test cases
34342
34343     In the case of Consonant,LeftMatra,Halant, Uniscribe leaves the Halant
34344     where it is, but we want to move it with the Matra as that makes more
34345     logical sense.
34346
34347  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST  |
34348  1 +
34349  .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt   |
34350  4 ++++
34351  2 files changed, 5 insertions(+)
34352
34353 commit dbb105883c6e9b83e78dc8b10766cd56b98cd7e1
34354 Author: Behdad Esfahbod <behdad@behdad.org>
34355 Date:   Thu May 10 13:45:52 2012 +0200
34356
34357     [Indic] Do Reph repositioning in final reordering like the spec says
34358
34359     This introduced a failure, which we tracked down to a test case
34360     like this:
34361
34362       U+092E,U+094B,U+094D,U+0930
34363
34364     The final character is a Ra that should be put in a syllable of it's
34365     own.  And we do.  But it will interact with the Halant before it.  So
34366     now we finally are convinced that we have to limit features to
34367     syllable
34368     boundaries.  That's coming after lunch!
34369
34370  src/hb-ot-shape-complex-indic-private.hh |   2 -
34371  src/hb-ot-shape-complex-indic.cc         | 103
34372  +++++++++++++++++++------------
34373  2 files changed, 64 insertions(+), 41 deletions(-)
34374
34375 commit 4705a7026900e51f6430f03a73c87f2df035df92
34376 Author: Behdad Esfahbod <behdad@behdad.org>
34377 Date:   Thu May 10 13:09:08 2012 +0200
34378
34379     Minor
34380
34381  src/hb-ot-shape-complex-indic.cc | 3 +++
34382  1 file changed, 3 insertions(+)
34383
34384 commit 4ac9e98d9d2ea973dd612dc4063cf78496c643a0
34385 Author: Behdad Esfahbod <behdad@behdad.org>
34386 Date:   Thu May 10 12:53:53 2012 +0200
34387
34388     [Indic] Reorder left matras to be closer to base
34389
34390  src/hb-ot-shape-complex-indic-private.hh |  4 ---
34391  src/hb-ot-shape-complex-indic.cc         | 50
34392  +++++++++++++++++++++++++++++---
34393  2 files changed, 46 insertions(+), 8 deletions(-)
34394
34395 commit 1a1fa8c655a082fc1439608457ba717306cc83ca
34396 Author: Behdad Esfahbod <behdad@behdad.org>
34397 Date:   Thu May 10 12:20:21 2012 +0200
34398
34399     [Indic] Treat the standalone cluster case reusing the consonant logic
34400
34401  src/hb-ot-shape-complex-indic.cc | 12 ++++++------
34402  1 file changed, 6 insertions(+), 6 deletions(-)
34403
34404 commit 190eb31a16178269aecaf5d2ecc9012f956749f4
34405 Author: Behdad Esfahbod <behdad@behdad.org>
34406 Date:   Thu May 10 12:17:16 2012 +0200
34407
34408     [Indic] Minor
34409
34410  src/hb-ot-shape-complex-indic.cc | 2 +-
34411  1 file changed, 1 insertion(+), 1 deletion(-)
34412
34413 commit c5306b6861cfaa50af40e8ceb058791fa06d7981
34414 Author: Behdad Esfahbod <behdad@behdad.org>
34415 Date:   Thu May 10 12:07:33 2012 +0200
34416
34417     [Indic] Handle Vowel syllables
34418
34419     Reusing the consonant logic!
34420
34421  src/hb-ot-shape-complex-indic-private.hh |  3 +--
34422  src/hb-ot-shape-complex-indic.cc         | 11 ++++++-----
34423  2 files changed, 7 insertions(+), 7 deletions(-)
34424
34425 commit 6d8e0cb74c02f6bc09cd4abe9e4bc82062e1b517
34426 Author: Behdad Esfahbod <behdad@behdad.org>
34427 Date:   Thu May 10 11:41:51 2012 +0200
34428
34429     [Indic] Simplify Reph logic
34430
34431  src/hb-ot-shape-complex-indic.cc | 24 +++++-------------------
34432  1 file changed, 5 insertions(+), 19 deletions(-)
34433
34434 commit 3d25079f8d6be81b9b4b91d3a97016b8a572f571
34435 Author: Behdad Esfahbod <behdad@behdad.org>
34436 Date:   Thu May 10 11:37:42 2012 +0200
34437
34438     [Indic] Don't form Reph is Ra is the only consonant in the syllable
34439
34440  src/hb-ot-shape-complex-indic-private.hh |  2 +-
34441  src/hb-ot-shape-complex-indic.cc         | 10 ++++++++++
34442  2 files changed, 11 insertions(+), 1 deletion(-)
34443
34444 commit b99d63ae114fb58f129562b293a8a66543d499ad
34445 Author: Behdad Esfahbod <behdad@behdad.org>
34446 Date:   Thu May 10 11:32:52 2012 +0200
34447
34448     [Indic] Increase max syllable length
34449
34450     20 was way too low, one could hit a syllable with 7ish consonants
34451     with it.
34452
34453  src/hb-ot-shape-complex-indic.cc | 2 +-
34454  1 file changed, 1 insertion(+), 1 deletion(-)
34455
34456 commit a391ff50b9a7b6ac3e58d199ea726b20ee6839bb
34457 Author: Behdad Esfahbod <behdad@behdad.org>
34458 Date:   Thu May 10 11:31:20 2012 +0200
34459
34460     [Indic] Adjust base after sorting
34461
34462  src/hb-ot-shape-complex-indic.cc | 11 ++++++++++-
34463  1 file changed, 10 insertions(+), 1 deletion(-)
34464
34465 commit d3637edb248162970e202e9d0671540274192844
34466 Author: Behdad Esfahbod <behdad@behdad.org>
34467 Date:   Thu May 10 10:51:38 2012 +0200
34468
34469     [Indic] Don't return for long syllables.  Just not sort.
34470
34471  src/hb-ot-shape-complex-indic.cc | 6 ++----
34472  1 file changed, 2 insertions(+), 4 deletions(-)
34473
34474 commit dfa0cade7fce3791e47eaa7edcd23da76c7a0ed0
34475 Author: Behdad Esfahbod <behdad@behdad.org>
34476 Date:   Wed May 9 19:10:07 2012 +0200
34477
34478     Fix Uniscribe clusters with multiple items
34479
34480  src/hb-uniscribe.cc | 3 +++
34481  1 file changed, 3 insertions(+)
34482
34483 commit 86e5dd386a7989701da476db89be268e4ac1e219
34484 Author: Behdad Esfahbod <behdad@behdad.org>
34485 Date:   Wed May 9 18:57:37 2012 +0200
34486
34487     [Indic] Don't give up syllable parsing upon junk
34488
34489  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
34490  1 file changed, 2 insertions(+), 2 deletions(-)
34491
34492 commit ef24cc8c8e2478a6352c340f4611a617646de4cc
34493 Author: Behdad Esfahbod <behdad@behdad.org>
34494 Date:   Wed May 9 17:56:03 2012 +0200
34495
34496     [Indic] Towards multi-cluster syllables and final reordering
34497
34498  src/hb-ot-shape-complex-arabic.cc        |  2 +-
34499  src/hb-ot-shape-complex-indic-machine.rl | 21 ++++++++++-----
34500  src/hb-ot-shape-complex-indic-private.hh |  1 +
34501  src/hb-ot-shape-complex-indic.cc         | 45
34502  +++++++++++++++++++++++---------
34503  src/hb-ot-shape-complex-private.hh       |  5 ++--
34504  5 files changed, 51 insertions(+), 23 deletions(-)
34505
34506 commit a9844d41c6cb30d8a2d733130a0e72f51b6c81c1
34507 Author: Behdad Esfahbod <behdad@behdad.org>
34508 Date:   Wed May 9 17:53:13 2012 +0200
34509
34510     Combine lig_id and lig_comp into one byte, to free up one for Indic
34511
34512  src/hb-ot-layout-gpos-table.hh       | 14 ++++++++------
34513  src/hb-ot-layout-gsub-table.hh       | 11 ++++-------
34514  src/hb-ot-layout-gsubgpos-private.hh | 26 ++++++++++++++++++++++----
34515  3 files changed, 34 insertions(+), 17 deletions(-)
34516
34517 commit 92332e5116271a5d96e532005fe750e7552a6cbb
34518 Author: Behdad Esfahbod <behdad@behdad.org>
34519 Date:   Wed May 9 17:40:00 2012 +0200
34520
34521     Minor
34522
34523  src/hb-ot-shape-complex-indic.cc | 41
34524  ++++++++++++++++++++--------------------
34525  1 file changed, 21 insertions(+), 20 deletions(-)
34526
34527 commit dbccf87eef0d26838fa4bb3ae26410f6c4818836
34528 Author: Behdad Esfahbod <behdad@behdad.org>
34529 Date:   Wed May 9 17:24:39 2012 +0200
34530
34531     [Indic] Make room for more reordering positions
34532
34533  src/hb-ot-shape-complex-indic-private.hh | 213
34534  ++++++++++++++++---------------
34535  src/hb-ot-shape-complex-indic.cc         |  12 +-
34536  2 files changed, 115 insertions(+), 110 deletions(-)
34537
34538 commit d4480ace7fdbe48aeaf77278c032b8b2ef2ebe8e
34539 Author: Behdad Esfahbod <behdad@behdad.org>
34540 Date:   Wed May 9 15:56:35 2012 +0200
34541
34542     [Indic] Improve matra vs consonant ordering
34543
34544     Another 1.5% down.
34545
34546  src/hb-ot-shape-complex-indic-private.hh | 32
34547  ++++++++++++++++++++------------
34548  src/hb-ot-shape-complex-indic.cc         |  6 +++---
34549  src/indic.cc                             |  2 +-
34550  3 files changed, 24 insertions(+), 16 deletions(-)
34551
34552 commit 33c92e769563ec2a6c1249b57d8cac742eea6f88
34553 Author: Behdad Esfahbod <behdad@behdad.org>
34554 Date:   Wed May 9 15:41:51 2012 +0200
34555
34556     [Indic] Categorize Anudatta
34557
34558  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
34559  1 file changed, 7 insertions(+), 2 deletions(-)
34560
34561 commit 3943293a9942201d8fc8d59212fcc8cca5132e3d
34562 Author: Behdad Esfahbod <behdad@behdad.org>
34563 Date:   Wed May 9 15:27:56 2012 +0200
34564
34565     [Indic] Add joiner test cases for Devanagari
34566
34567  .../indic/script-devanagari/misc/MANIFEST             |  1 +
34568  .../indic/script-devanagari/misc/joiners.txt          | 19
34569  +++++++++++++++++++
34570  2 files changed, 20 insertions(+)
34571
34572 commit 19d984edaa4f86c842345a9d4150597e045e1887
34573 Author: Behdad Esfahbod <behdad@behdad.org>
34574 Date:   Wed May 9 15:21:13 2012 +0200
34575
34576     [Indic] Make sure Reph jumps over all matras to the right
34577
34578     Another 12 thousand failures gone! (78 to go)
34579
34580  src/hb-ot-shape-complex-indic.cc | 2 +-
34581  1 file changed, 1 insertion(+), 1 deletion(-)
34582
34583 commit 9034641333d7bfb41a0784cce72e43591faea083
34584 Author: Behdad Esfahbod <behdad@behdad.org>
34585 Date:   Wed May 9 15:04:58 2012 +0200
34586
34587     [Indic] Keep Vedic signs at the right too
34588
34589  src/hb-ot-shape-complex-indic.cc | 3 ++-
34590  1 file changed, 2 insertions(+), 1 deletion(-)
34591
34592 commit d1deaa2f5bd028e8076265cba92cffa4fa2834ac
34593 Author: Behdad Esfahbod <behdad@behdad.org>
34594 Date:   Wed May 9 15:04:13 2012 +0200
34595
34596     Replace zerowidth invisible chars with a zero-advance space glyph
34597
34598     Like Uniscribe does.
34599
34600  src/hb-ot-shape-complex-arabic.cc  |  3 ++-
34601  src/hb-ot-shape-complex-indic.cc   | 20 -------------------
34602  src/hb-ot-shape-complex-private.hh |  4 ++--
34603  src/hb-ot-shape-normalize.cc       | 25 +++++++++--------------
34604  src/hb-ot-shape-private.hh         | 27 +++++++++++++++++++++++++
34605  src/hb-ot-shape.cc                 | 41
34606  +++++++++++++++++++++++++-------------
34607  src/hb-unicode-private.hh          | 38
34608  +++++++++++++++++++++++++++++++++++
34609  7 files changed, 105 insertions(+), 53 deletions(-)
34610
34611 commit 49e5da1591b8d28f01e7ff9caac9d9ac53668bba
34612 Author: Behdad Esfahbod <behdad@behdad.org>
34613 Date:   Wed May 9 13:23:27 2012 +0200
34614
34615     [indic] Keep the syllable modifier marks to the right
34616
34617     Shaping failures on Hindi Wikipedia go down from 25% to 14%!
34618
34619  src/hb-ot-shape-complex-indic.cc | 2 ++
34620  1 file changed, 2 insertions(+)
34621
34622 commit 5b1260909350bffa3e3d06da346f9f86ce651dbb
34623 Author: Behdad Esfahbod <behdad@behdad.org>
34624 Date:   Wed May 9 12:37:27 2012 +0200
34625
34626     Minor
34627
34628  src/hb-ot-shape-complex-private.hh | 2 +-
34629  1 file changed, 1 insertion(+), 1 deletion(-)
34630
34631 commit 9ce939232bbce8f51e235195e3854d1e8bb961f8
34632 Author: Behdad Esfahbod <behdad@behdad.org>
34633 Date:   Wed May 9 12:03:09 2012 +0200
34634
34635     Minor
34636
34637  src/hb-ot-shape-complex-indic-private.hh | 14 +++++++-------
34638  1 file changed, 7 insertions(+), 7 deletions(-)
34639
34640 commit 76b3409de6887c1cdd5c679939497b1b56f4554b
34641 Author: Behdad Esfahbod <behdad@behdad.org>
34642 Date:   Wed May 9 11:43:43 2012 +0200
34643
34644     [indic] Better Reph matching
34645
34646  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++------
34647  1 file changed, 15 insertions(+), 6 deletions(-)
34648
34649 commit df6d45c693c417bf311e6fa49f18a8558542e525
34650 Author: Behdad Esfahbod <behdad@behdad.org>
34651 Date:   Wed May 9 11:38:31 2012 +0200
34652
34653     Minor
34654
34655  src/hb-ot-shape-complex-indic.cc | 2 +-
34656  1 file changed, 1 insertion(+), 1 deletion(-)
34657
34658 commit 412b91889d9a1ae477e8b6907d0b9a76e78a6c91
34659 Author: Behdad Esfahbod <behdad@behdad.org>
34660 Date:   Wed May 9 11:07:18 2012 +0200
34661
34662     [indic] Apply Indic features in order
34663
34664  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
34665  1 file changed, 6 insertions(+), 2 deletions(-)
34666
34667 commit 1ac075b227090a9ad930dcc1670236c176b27067
34668 Author: Behdad Esfahbod <behdad@behdad.org>
34669 Date:   Wed May 9 11:06:47 2012 +0200
34670
34671     [indic] Apply rakaar forms
34672
34673     Fixes 10% of the failures against all of Hindi Wikipedia!
34674
34675  src/hb-ot-shape-complex-indic.cc | 2 +-
34676  1 file changed, 1 insertion(+), 1 deletion(-)
34677
34678 commit 2214a03900d32710573a1b05c7665195b3129761
34679 Author: Behdad Esfahbod <behdad@behdad.org>
34680 Date:   Wed May 9 09:54:54 2012 +0200
34681
34682     Add hb-diff-ngrams
34683
34684  test/shaping/Makefile.am      |  1 +
34685  test/shaping/hb-diff-ngrams   |  5 +++
34686  test/shaping/hb_test_tools.py | 71
34687  ++++++++++++++++++++++++++++++++++++++++---
34688  3 files changed, 72 insertions(+), 5 deletions(-)
34689
34690 commit 178e6dce01ad28c8708bad62ce0fb79c46e836dc
34691 Author: Behdad Esfahbod <behdad@behdad.org>
34692 Date:   Wed May 9 08:57:29 2012 +0200
34693
34694     Add N-gram generator
34695
34696  test/shaping/hb_test_tools.py | 72
34697  +++++++++++++++++++++++++++++++++++++++++--
34698  1 file changed, 70 insertions(+), 2 deletions(-)
34699
34700 commit 98669ceb77657d60435f2cb2e3fc18272c0a2c6a
34701 Author: Behdad Esfahbod <behdad@behdad.org>
34702 Date:   Wed May 9 08:16:15 2012 +0200
34703
34704     Use groupby()
34705
34706  test/shaping/hb_test_tools.py | 26 ++++++++------------------
34707  1 file changed, 8 insertions(+), 18 deletions(-)
34708
34709 commit c438a14b62433db488b5c90854a4a3934adf3305
34710 Author: Behdad Esfahbod <behdad@behdad.org>
34711 Date:   Wed May 9 07:45:17 2012 +0200
34712
34713     Add hb-diff-stat
34714
34715  test/shaping/Makefile.am      |  1 +
34716  test/shaping/hb-diff-stat     |  5 +++++
34717  test/shaping/hb_test_tools.py | 22 ++++++++++++++++++++--
34718  3 files changed, 26 insertions(+), 2 deletions(-)
34719
34720 commit 1058d031e2046eb80331b0950eaff75c2bf608dc
34721 Author: Behdad Esfahbod <behdad@behdad.org>
34722 Date:   Wed May 9 07:30:07 2012 +0200
34723
34724     Make hb-diff-filter-failtures retain all test info for failed tests
34725
34726  test/shaping/hb_test_tools.py | 33 ++++++++++++++++++++++++++-------
34727  1 file changed, 26 insertions(+), 7 deletions(-)
34728
34729 commit f1eb008cc727370e1bd0dc32fdf301f62d9ff981
34730 Author: Behdad Esfahbod <behdad@behdad.org>
34731 Date:   Tue May 8 23:41:41 2012 +0200
34732
34733     Add hb-diff-colorize
34734
34735     Accepts --format=html now.
34736
34737  test/shaping/Makefile.am      |   1 +
34738  test/shaping/hb-diff          |   4 +-
34739  test/shaping/hb-diff-colorize |   7 ++
34740  test/shaping/hb_test_tools.py | 158
34741  +++++++++++++++++++++++++-----------------
34742  4 files changed, 106 insertions(+), 64 deletions(-)
34743
34744 commit 9155e4ffe00c96a2c14e14a300004b1038ca3a9c
34745 Author: Behdad Esfahbod <behdad@behdad.org>
34746 Date:   Tue May 8 22:44:21 2012 +0200
34747
34748     Cleanup diff
34749
34750     Doesn't do --color anymore.  That will go into a new hb-diff-colorize
34751     tool.
34752
34753  test/shaping/hb-diff          | 10 +++-------
34754  test/shaping/hb_test_tools.py | 32 ++++++++++++++++++--------------
34755  2 files changed, 21 insertions(+), 21 deletions(-)
34756
34757 commit 7d22135b4c3f8fb70552302bf8239df9976dddda
34758 Author: Behdad Esfahbod <behdad@behdad.org>
34759 Date:   Tue May 8 19:38:49 2012 +0200
34760
34761     Make hb-diff faster
34762
34763  test/shaping/hb_test_tools.py | 6 ++++--
34764  1 file changed, 4 insertions(+), 2 deletions(-)
34765
34766 commit a93e238e05a2f70a6e664e5d04ba25bbd54493dc
34767 Author: Behdad Esfahbod <behdad@behdad.org>
34768 Date:   Tue May 8 18:55:29 2012 +0200
34769
34770     More tests
34771
34772  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST |  1 +
34773  .../texts/in-tree/shaper-arabic/script-mongolian/misc/poem.txt |  4 ++++
34774  .../in-tree/shaper-indic/indic/script-bengali/misc/MANIFEST    |  1 +
34775  .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt    |
34776  10 ++++++++++
34777  4 files changed, 16 insertions(+)
34778
34779 commit 1a2a4a0078dda834443edd421037a4bcbad18c5e
34780 Author: Behdad Esfahbod <behdad@behdad.org>
34781 Date:   Sat May 5 22:38:20 2012 +0200
34782
34783     Fix warning and build issues
34784
34785     As reported by Jonathan Kew on the list.
34786
34787  src/hb-set-private.hh | 2 +-
34788  src/main.cc           | 9 +++++----
34789  2 files changed, 6 insertions(+), 5 deletions(-)
34790
34791 commit a5e39fed85e069ba1afbf90408349ad99ceb0e1d
34792 Author: Behdad Esfahbod <behdad@behdad.org>
34793 Date:   Wed Apr 25 00:14:46 2012 -0400
34794
34795     Minor
34796
34797  src/hb-set-private.hh | 2 ++
34798  src/hb-set.cc         | 2 ++
34799  2 files changed, 4 insertions(+)
34800
34801 commit 1827dc208c867e433a95237d1ed3fc7a73d1d9a7
34802 Author: Behdad Esfahbod <behdad@behdad.org>
34803 Date:   Tue Apr 24 16:56:37 2012 -0400
34804
34805     Add hb_ot_shape_glyphs_closure()
34806
34807     Experimental API for now.
34808
34809  src/hb-ot-map-private.hh |  7 ++++---
34810  src/hb-ot-shape.cc       | 35 +++++++++++++++++++++++++++++++++++
34811  src/hb-ot.h              |  8 ++++++++
34812  src/hb-set-private.hh    |  3 +++
34813  4 files changed, 50 insertions(+), 3 deletions(-)
34814
34815 commit bb09f0ec10216b11189b5e8584856adf0f14d1fc
34816 Author: Behdad Esfahbod <behdad@behdad.org>
34817 Date:   Tue Apr 24 16:02:12 2012 -0400
34818
34819     Minor
34820
34821  src/hb-unicode.cc | 2 --
34822  1 file changed, 2 deletions(-)
34823
34824 commit 29a7e306e30e894f7a38daf73eca9fc772c58158
34825 Author: Behdad Esfahbod <behdad@behdad.org>
34826 Date:   Tue Apr 24 16:01:30 2012 -0400
34827
34828     Minor
34829
34830  src/hb-ot-shape-normalize.cc | 1 +
34831  1 file changed, 1 insertion(+)
34832
34833 commit 585b107cdee7305920dacc83c9ee1f8eeff7afd1
34834 Author: Behdad Esfahbod <behdad@behdad.org>
34835 Date:   Tue Apr 24 16:00:50 2012 -0400
34836
34837     Add test caes for a minority language using Bengali
34838
34839     U+0985 BENGALI LETTER A followed by U+09D7 BENGALI AU LENGTH MARK.
34840     According to Bobby de Vos on the mailing list, this results in
34841     a dotted
34842     circle with most shaping engines, but is a legitimate sequence in this
34843     minority language.
34844
34845     We reached the consensus on the list to NOT implement dotted-circle
34846     in HarfBuzz.
34847
34848  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt
34849  | 1 +
34850  1 file changed, 1 insertion(+)
34851
34852 commit 6c6ccaf575392f6e6bb9a15534026e4ea462705b
34853 Author: Behdad Esfahbod <behdad@behdad.org>
34854 Date:   Tue Apr 24 14:21:15 2012 -0400
34855
34856     Add a few more set operations
34857
34858     TODO: Tests for hb_set_t.
34859
34860  src/hb-set-private.hh | 54
34861  +++++++++++++++++++++++++++++++++++++++++++++++++-
34862  src/hb-set.cc         | 55
34863  +++++++++++++++++++++++++++++++++++++++++++++++++++
34864  src/hb-set.h          | 34 ++++++++++++++++++++++++++++---
34865  3 files changed, 139 insertions(+), 4 deletions(-)
34866
34867 commit 5caece67ab9eee322bdcdf6f4b607eadde297e56
34868 Author: Behdad Esfahbod <behdad@behdad.org>
34869 Date:   Mon Apr 23 23:03:12 2012 -0400
34870
34871     Make closure() return void
34872
34873  src/hb-ot-layout-gsub-table.hh       | 142 +++++++++++++-----------------
34874  src/hb-ot-layout-gsubgpos-private.hh | 165
34875  ++++++++++++++++++-----------------
34876  src/hb-ot-layout.cc                  |  10 +--
34877  src/hb-ot-layout.h                   |   8 +-
34878  src/hb-set-private.hh                |  20 ++---
34879  5 files changed, 157 insertions(+), 188 deletions(-)
34880
34881 commit 0b08adb3539f2ec29682456b89c69e89ff5e9c03
34882 Author: Behdad Esfahbod <behdad@behdad.org>
34883 Date:   Mon Apr 23 22:41:09 2012 -0400
34884
34885     Add hb_set_t
34886
34887  TODO                               |   2 +
34888  src/Makefile.am                    |   3 +
34889  src/hb-ot-layout-common-private.hh |   1 +
34890  src/hb-ot-layout-private.hh        |  47 ---------------
34891  src/hb-ot-layout.h                 |   2 -
34892  src/hb-set-private.hh              |  95 +++++++++++++++++++++++++++++
34893  src/hb-set.cc                      | 120
34894  +++++++++++++++++++++++++++++++++++++
34895  src/hb-set.h                       |  91 ++++++++++++++++++++++++++++
34896  src/hb.h                           |   1 +
34897  9 files changed, 313 insertions(+), 49 deletions(-)
34898
34899 commit 5b93e8d94fb4c2474816304ae3f52e1c704882de
34900 Author: Behdad Esfahbod <behdad@behdad.org>
34901 Date:   Mon Apr 23 22:26:13 2012 -0400
34902
34903     Update copyright headers
34904
34905  src/hb-ot-layout-common-private.hh   | 2 +-
34906  src/hb-ot-layout-gpos-table.hh       | 2 +-
34907  src/hb-ot-layout-gsub-table.hh       | 2 +-
34908  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
34909  4 files changed, 4 insertions(+), 4 deletions(-)
34910
34911 commit 6a9be5bd3524dc3eb1e88d1063bde2e4d8b57011
34912 Author: Behdad Esfahbod <behdad@behdad.org>
34913 Date:   Mon Apr 23 22:23:17 2012 -0400
34914
34915     Rename hb_glyph_map_t to hb_set_t
34916
34917  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
34918  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
34919  src/hb-ot-layout-private.hh          |  2 +-
34920  src/hb-ot-layout.cc                  |  2 +-
34921  src/hb-ot-layout.h                   |  4 ++--
34922  src/hb-ot-map-private.hh             |  2 +-
34923  src/hb-ot-map.cc                     |  2 +-
34924  7 files changed, 20 insertions(+), 20 deletions(-)
34925
34926 commit a4385f0b0a6949e2ce49e6a147ad4beaa724f6c3
34927 Author: Behdad Esfahbod <behdad@behdad.org>
34928 Date:   Mon Apr 23 22:20:14 2012 -0400
34929
34930     Improve clustering
34931
34932  src/hb-ot-shape.cc | 5 ++---
34933  1 file changed, 2 insertions(+), 3 deletions(-)
34934
34935 commit 8e3715f8a16b315c1c7dd4b256e7f68a36c53e7c
34936 Author: Behdad Esfahbod <behdad@behdad.org>
34937 Date:   Mon Apr 23 22:18:54 2012 -0400
34938
34939     Minor
34940
34941  src/hb-buffer-private.hh          | 2 +-
34942  src/hb-buffer.cc                  | 2 +-
34943  src/hb-graphite2.cc               | 5 ++---
34944  src/hb-ot-shape-complex-arabic.cc | 4 ++--
34945  src/hb-ot-shape-complex-misc.cc   | 4 ++--
34946  5 files changed, 8 insertions(+), 9 deletions(-)
34947
34948 commit d2984a241e4819474d827b1dd5d4b6d76596b3a5
34949 Author: Behdad Esfahbod <behdad@behdad.org>
34950 Date:   Mon Apr 23 17:21:14 2012 -0400
34951
34952     Add map->substitute_closure()
34953
34954  src/hb-ot-map-private.hh |  3 +++
34955  src/hb-ot-map.cc         | 15 +++++++++++++++
34956  2 files changed, 18 insertions(+)
34957
34958 commit 31081f7390e5130df72f89acc609ccab5dc77a48
34959 Author: Behdad Esfahbod <behdad@behdad.org>
34960 Date:   Mon Apr 23 16:54:58 2012 -0400
34961
34962     Implement closure() for Context and ChainContext lookups
34963
34964  src/hb-ot-layout-common-private.hh   |  54 ++++++
34965  src/hb-ot-layout-gsubgpos-private.hh | 347
34966  ++++++++++++++++++++++++++++-------
34967  src/hb-ot-layout-private.hh          |  23 ++-
34968  3 files changed, 351 insertions(+), 73 deletions(-)
34969
34970 commit c64ddab3c34897cd520d4d73a054866e649e8793
34971 Author: Behdad Esfahbod <behdad@behdad.org>
34972 Date:   Mon Apr 23 15:28:35 2012 -0400
34973
34974     Flesh out closure() for GSUB
34975
34976     The GSUBGPOS part still missing.
34977
34978  src/hb-ot-layout-common-private.hh |  61 ++++++++++++++------
34979  src/hb-ot-layout-gsub-table.hh     | 112
34980  ++++++++++++++++++++++++++++---------
34981  src/hb-ot-layout-private.hh        |  34 +++++++++++
34982  src/hb-ot-layout.h                 |   2 +-
34983  4 files changed, 165 insertions(+), 44 deletions(-)
34984
34985 commit 0da132bde4d576a03095d6738507954f7f85103d
34986 Author: Behdad Esfahbod <behdad@behdad.org>
34987 Date:   Mon Apr 23 14:21:33 2012 -0400
34988
34989     Fix Coverage iters
34990
34991  src/hb-ot-layout-common-private.hh | 30 +++++++++++++++++++++---------
34992  1 file changed, 21 insertions(+), 9 deletions(-)
34993
34994 commit 3e32cd9570fd8b09901fb790b80365ae425f681a
34995 Author: Behdad Esfahbod <behdad@behdad.org>
34996 Date:   Mon Apr 23 13:20:52 2012 -0400
34997
34998     Minor
34999
35000  src/hb-ot-layout-gsubgpos-private.hh | 1 -
35001  src/hb-ot-layout.cc                  | 6 +++---
35002  src/hb-ot-layout.h                   | 8 ++++++++
35003  src/hb-private.hh                    | 4 +++-
35004  4 files changed, 14 insertions(+), 5 deletions(-)
35005
35006 commit 650ac00da3d2f988197393f34d40f0ba1a0fa093
35007 Author: Behdad Esfahbod <behdad@behdad.org>
35008 Date:   Mon Apr 23 13:17:09 2012 -0400
35009
35010     Minor refactoring
35011
35012  src/hb-ot-layout-gpos-table.hh       | 27 +++++++++++--------------
35013  src/hb-ot-layout-gsub-table.hh       | 39
35014  +++++++++++++++++-------------------
35015  src/hb-ot-layout-gsubgpos-private.hh |  8 ++------
35016  src/hb-ot-layout.cc                  |  6 ++++--
35017  4 files changed, 36 insertions(+), 44 deletions(-)
35018
35019 commit f94b0aa64609654497ced9c00312c9643eb69053
35020 Author: Behdad Esfahbod <behdad@behdad.org>
35021 Date:   Mon Apr 23 13:04:38 2012 -0400
35022
35023     Add "closure" operation stubs to GSUB
35024
35025     Filling in.
35026
35027  src/hb-ot-layout-gsub-table.hh       | 179
35028  +++++++++++++++++++++++++++++++++++
35029  src/hb-ot-layout-gsubgpos-private.hh | 110 ++++++++++++++++++++-
35030  src/hb-ot-layout.cc                  |   8 ++
35031  3 files changed, 293 insertions(+), 4 deletions(-)
35032
35033 commit 7d50d502635d7c95e6bd091e7d4cc993f0853f76
35034 Author: Behdad Esfahbod <behdad@behdad.org>
35035 Date:   Mon Apr 23 13:02:14 2012 -0400
35036
35037     Add Coverage iterators
35038
35039  src/hb-ot-layout-common-private.hh | 59
35040  ++++++++++++++++++++++++++++++++++++++
35041  1 file changed, 59 insertions(+)
35042
35043 commit 3ed4634ec349fa9e943ad23718c04be4dd4bba62
35044 Author: Behdad Esfahbod <behdad@behdad.org>
35045 Date:   Thu Apr 19 22:34:06 2012 -0400
35046
35047     Add Indic inspection tool
35048
35049  src/Makefile.am                          |   7 +-
35050  src/hb-ot-shape-complex-indic-private.hh | 264
35051  +++++++++++++++++++++++++++++++
35052  src/hb-ot-shape-complex-indic.cc         | 229
35053  +--------------------------
35054  src/indic.cc                             |  46 ++++++
35055  4 files changed, 317 insertions(+), 229 deletions(-)
35056
35057 commit a06411ecf93c7e5256e363eef3ef69554896dd55
35058 Author: Behdad Esfahbod <behdad@behdad.org>
35059 Date:   Thu Apr 19 22:28:25 2012 -0400
35060
35061     Minor matra renumbering
35062
35063     Should have no visible effect.
35064
35065  src/hb-ot-shape-complex-indic.cc | 30 +++++++++++++++++-------------
35066  1 file changed, 17 insertions(+), 13 deletions(-)
35067
35068 commit 36608941f3cc530fea57282fa175e4cc3b4c66c6
35069 Author: Behdad Esfahbod <behdad@behdad.org>
35070 Date:   Thu Apr 19 22:21:38 2012 -0400
35071
35072     Add GSUB "would_apply" API
35073
35074     To be used in the Indic shaper later.  Unused for now.
35075
35076  src/hb-ot-layout-gsub-table.hh | 140
35077  ++++++++++++++++++++++++++++++++++++++++-
35078  1 file changed, 138 insertions(+), 2 deletions(-)
35079
35080 commit a0d4caeb91fa5e5f2090db4efc35c64ff9a64789
35081 Author: Behdad Esfahbod <behdad@behdad.org>
35082 Date:   Tue Apr 17 13:42:30 2012 -0400
35083
35084     Minor
35085
35086  TODO | 3 +++
35087  1 file changed, 3 insertions(+)
35088
35089 commit a5e40542ab9508f0ba6f822f1262d93fccb71f45
35090 Author: Behdad Esfahbod <behdad@behdad.org>
35091 Date:   Tue Apr 17 12:37:19 2012 -0400
35092
35093     Make font immutable in hb_shape()
35094
35095  src/hb-shape.cc | 2 ++
35096  1 file changed, 2 insertions(+)
35097
35098 commit 3cde23664fbbe9cd2ac1b8fd5eb2ea288309cc9c
35099 Author: Behdad Esfahbod <behdad@behdad.org>
35100 Date:   Tue Apr 17 11:44:49 2012 -0400
35101
35102     Minor note re Graphite
35103
35104  src/hb-graphite2.cc | 3 +++
35105  1 file changed, 3 insertions(+)
35106
35107 commit 4dc2449d92308f8dd366142831c0b85bd30ea5a9
35108 Author: Behdad Esfahbod <behdad@behdad.org>
35109 Date:   Tue Apr 17 11:39:48 2012 -0400
35110
35111     Fix leak in graphite
35112
35113  src/hb-graphite2.cc | 1 +
35114  1 file changed, 1 insertion(+)
35115
35116 commit 0290bbf8611aa881daed907f22256a431250c90a
35117 Author: Behdad Esfahbod <behdad@behdad.org>
35118 Date:   Tue Apr 17 10:28:21 2012 -0400
35119
35120     Add another Thai test
35121
35122  test/shaping/texts/in-tree/shaper-thai/misc/misc.txt | 1 +
35123  1 file changed, 1 insertion(+)
35124
35125 commit 9ceca3aeb14cc096f5f87660cf7351bc35073084
35126 Author: Behdad Esfahbod <behdad@behdad.org>
35127 Date:   Mon Apr 16 21:05:51 2012 -0400
35128
35129     Fix ragel regexp in vowel-based syllable
35130
35131     As reported by datao zhang on the mailing list.
35132
35133  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
35134  1 file changed, 1 insertion(+), 1 deletion(-)
35135
35136 commit b870afcd1b436614af95db6dc297e54c8f03f0cd
35137 Author: Behdad Esfahbod <behdad@behdad.org>
35138 Date:   Mon Apr 16 21:05:11 2012 -0400
35139
35140     Rewrite ragel expression to better match the one on MS spec
35141
35142     https://www.microsoft.com/typography/otfntdev/devanot/shaping.aspx
35143
35144  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
35145  1 file changed, 1 insertion(+), 1 deletion(-)
35146
35147 commit 95cefdf96efe43a44133aa8a186155cf4e63e2b7
35148 Author: Behdad Esfahbod <behdad@behdad.org>
35149 Date:   Mon Apr 16 18:08:20 2012 -0400
35150
35151     Add --utf8-clusters
35152
35153     Also fix cairo cluster generation.
35154
35155  util/hb-shape.cc     |  8 +++++---
35156  util/hb-view.hh      |  2 +-
35157  util/helper-cairo.cc | 22 +++++++++++++++++-----
35158  util/helper-cairo.hh |  3 ++-
35159  util/options.cc      | 19 ++++++++++++++-----
35160  util/options.hh      | 26 ++++++++++++++++----------
35161  util/view-cairo.cc   |  5 +++--
35162  util/view-cairo.hh   |  3 ++-
35163  8 files changed, 60 insertions(+), 28 deletions(-)
35164
35165 commit effb42e5c520128bdc2e29398ed801730c5c0f52
35166 Author: Behdad Esfahbod <behdad@behdad.org>
35167 Date:   Mon Apr 16 16:04:07 2012 -0400
35168
35169     Always use cairo_show_text_glyphs()
35170
35171     Better catches cluster errors.
35172
35173  util/view-cairo.cc | 2 +-
35174  1 file changed, 1 insertion(+), 1 deletion(-)
35175
35176 commit 799cfdd15ab369580b2283200c3aca6866214b59
35177 Author: Behdad Esfahbod <behdad@behdad.org>
35178 Date:   Mon Apr 16 16:00:36 2012 -0400
35179
35180     Make page progression be right to left for vertical text
35181
35182  util/view-cairo.cc | 8 ++++----
35183  1 file changed, 4 insertions(+), 4 deletions(-)
35184
35185 commit a5f1834f57ea3fb254f5c7d372747de316fcc8f1
35186 Author: Behdad Esfahbod <behdad@behdad.org>
35187 Date:   Mon Apr 16 15:55:13 2012 -0400
35188
35189     Apply 'liga' for vertical writing mode too
35190
35191     Apparently that's what Kazuraki uses to form vertical ligatures,
35192     which suggests that it's what Adobe does.
35193
35194  src/hb-ot-shape.cc | 2 +-
35195  1 file changed, 1 insertion(+), 1 deletion(-)
35196
35197 commit 4d85252bda25cddd1fbdd744687e449888f0b5fa
35198 Author: Behdad Esfahbod <behdad@behdad.org>
35199 Date:   Mon Apr 16 15:54:26 2012 -0400
35200
35201     Add Japanese test data from Adobe's Kazuraki font ligatures
35202
35203  test/shaping/texts/in-tree/shaper-default/MANIFEST |  1 +
35204  .../shaper-default/script-japanese/MANIFEST        |  1 +
35205  .../shaper-default/script-japanese/misc/MANIFEST   |  2 +
35206  .../script-japanese/misc/kazuraki-liga-lines.txt   |  8 ++++
35207  .../script-japanese/misc/kazuraki-liga.txt         | 53
35208  ++++++++++++++++++++++
35209  5 files changed, 65 insertions(+)
35210
35211 commit e74616b8898b5f18d9bf82b9e81aefad056c1e36
35212 Author: Behdad Esfahbod <behdad@behdad.org>
35213 Date:   Sun Apr 15 14:12:13 2012 -0400
35214
35215     Add comment
35216
35217  src/hb-private.hh | 8 ++++++++
35218  1 file changed, 8 insertions(+)
35219
35220 commit 683b503f30bba29d57a93d7e8ac7138c2e7f49f1
35221 Author: Behdad Esfahbod <behdad@behdad.org>
35222 Date:   Sat Apr 14 20:47:14 2012 -0400
35223
35224     Minor
35225
35226  src/hb-ot-shape-normalize.cc | 11 +++++++++--
35227  src/hb-ot-shape-private.hh   |  9 ---------
35228  src/hb-ot-shape.cc           |  9 ++++++++-
35229  3 files changed, 17 insertions(+), 12 deletions(-)
35230
35231 commit b9f199c8e38cc5ed0d73845568630f3bcbdd4374
35232 Author: Behdad Esfahbod <behdad@behdad.org>
35233 Date:   Sat Apr 14 20:23:58 2012 -0400
35234
35235     Move code around
35236
35237  src/hb-ot-shape-private.hh | 40 ----------------------------------------
35238  src/hb-ot-shape.cc         | 45
35239  +++++++++++++++++++++++++++++++++++++++++----
35240  2 files changed, 41 insertions(+), 44 deletions(-)
35241
35242 commit 38a83019e6a7f4aa47662fd557344f62ae001abe
35243 Author: Behdad Esfahbod <behdad@behdad.org>
35244 Date:   Sat Apr 14 19:40:18 2012 -0400
35245
35246     Minor
35247
35248  src/hb-common.h | 2 +-
35249  1 file changed, 1 insertion(+), 1 deletion(-)
35250
35251 commit d4adade217a61007dd2da5cd9eccf889f79a019a
35252 Author: Behdad Esfahbod <behdad@behdad.org>
35253 Date:   Sat Apr 14 19:23:17 2012 -0400
35254
35255     Add assert
35256
35257  src/hb-ot-shape.cc | 2 ++
35258  1 file changed, 2 insertions(+)
35259
35260 commit fe28b997fbbeb2cfeab62ac453993ccffe3e6719
35261 Author: Behdad Esfahbod <behdad@behdad.org>
35262 Date:   Sat Apr 14 19:19:26 2012 -0400
35263
35264     Add HB_DIRECTION_IS_VALID
35265
35266  src/hb-common.h        | 1 +
35267  test/api/test-common.c | 7 +++++++
35268  2 files changed, 8 insertions(+)
35269
35270 commit 5e88aa66822ba64324b4428c9ffbe06a43b4f310
35271 Author: Behdad Esfahbod <behdad@behdad.org>
35272 Date:   Sat Apr 14 18:51:50 2012 -0400
35273
35274     Remove public enum names again
35275
35276     As was reported to me, glib-mkenum does not understand named enums,
35277     so remove for now.
35278
35279  src/hb-blob.h               | 2 +-
35280  src/hb-common.h             | 6 +++---
35281  src/hb-ot-layout-private.hh | 2 +-
35282  3 files changed, 5 insertions(+), 5 deletions(-)
35283
35284 commit 08569c0eaab026c7122c0dc29922cf44011c4d10
35285 Author: Behdad Esfahbod <behdad@behdad.org>
35286 Date:   Sat Apr 14 18:47:07 2012 -0400
35287
35288     Minor
35289
35290  TODO | 2 ++
35291  1 file changed, 2 insertions(+)
35292
35293 commit 4bf90f648313e35d21b427a956aa1fe762bae757
35294 Author: Behdad Esfahbod <behdad@behdad.org>
35295 Date:   Thu Apr 12 17:38:23 2012 -0400
35296
35297     Make HB_DIRECTION_INVALID be zero
35298
35299     This changes all the HB_DIRECTION_* enum member values, but is
35300     nicer, in preparation for making hb_segment_properties_t public.
35301
35302  src/hb-common.cc       |  7 ++++---
35303  src/hb-common.h        | 20 ++++++++++----------
35304  test/api/test-common.c |  9 +++++++--
35305  3 files changed, 21 insertions(+), 15 deletions(-)
35306
35307 commit d01402da9c756f90a84bfb1f964fd56caf2b35c3
35308 Author: Behdad Esfahbod <behdad@behdad.org>
35309 Date:   Thu Apr 12 17:38:02 2012 -0400
35310
35311     Minor
35312
35313  TODO | 6 +++++-
35314  1 file changed, 5 insertions(+), 1 deletion(-)
35315
35316 commit 69b84a8f6c789726815261c2e86692de7a65d6e8
35317 Author: Behdad Esfahbod <behdad@behdad.org>
35318 Date:   Thu Apr 12 15:50:40 2012 -0400
35319
35320     Fix hb-view surface size calc for vertical text
35321
35322     For some reason it doesn't quite work with IranianNastaliq, but
35323     that looks like a font issue.
35324
35325  util/helper-cairo.hh |  5 +++--
35326  util/options.hh      |  7 +++++++
35327  util/view-cairo.cc   | 31 +++++++++++++++++++++----------
35328  util/view-cairo.hh   |  1 +
35329  4 files changed, 32 insertions(+), 12 deletions(-)
35330
35331 commit 6bd9b479b8b2befbb0847282e93beade197c8038
35332 Author: Behdad Esfahbod <behdad@behdad.org>
35333 Date:   Thu Apr 12 14:53:53 2012 -0400
35334
35335     Hide backend-specific shape functions
35336
35337     Also remove shaper_options argument to hb_shape_full().  That was
35338     unused and for "future".  Let it go.
35339
35340     More shaper API coming in preparation for plan/planned API.
35341
35342  configure.ac                                   |  6 ++--
35343  src/Makefile.am                                | 11 +++----
35344  src/hb-fallback-shape-private.hh               |  9 +++---
35345  src/hb-fallback-shape.cc                       |  9 +++---
35346  src/{hb-ot-shape.h => hb-graphite2-private.hh} | 30 ++++++++----------
35347  src/hb-graphite2.cc                            |  5 ++-
35348  src/hb-graphite2.h                             |  7 -----
35349  src/hb-ot-shape-private.hh                     |  8 +++--
35350  src/hb-ot-shape.cc                             | 11 +++----
35351  src/hb-ot.h                                    |  1 -
35352  src/hb-shape.cc                                | 24 ++++++---------
35353  src/hb-shape.h                                 |  1 -
35354  src/hb-uniscribe-private.hh                    | 42
35355  ++++++++++++++++++++++++++
35356  src/hb-uniscribe.cc                            |  9 +++---
35357  src/hb-uniscribe.h                             |  7 -----
35358  util/options.hh                                |  2 +-
35359  16 files changed, 96 insertions(+), 86 deletions(-)
35360
35361 commit c6035cf802c60f0526f421f39a55886061df94ee
35362 Author: Behdad Esfahbod <behdad@behdad.org>
35363 Date:   Thu Apr 12 13:23:59 2012 -0400
35364
35365     Add names to enums
35366
35367     gdb was showing <anonymous enum> instead of useful stuff, so name
35368     all our enums.
35369
35370  src/hb-blob.h                      | 2 +-
35371  src/hb-common.h                    | 6 +++---
35372  src/hb-ot-layout-common-private.hh | 2 +-
35373  src/hb-ot-layout-gdef-table.hh     | 2 +-
35374  src/hb-ot-layout-gpos-table.hh     | 5 ++---
35375  src/hb-ot-layout-gsub-table.hh     | 2 +-
35376  src/hb-ot-layout-private.hh        | 2 +-
35377  7 files changed, 10 insertions(+), 11 deletions(-)
35378
35379 commit d1c9eb458c843215da8df84b596bfae51fee135b
35380 Author: Behdad Esfahbod <behdad@behdad.org>
35381 Date:   Thu Apr 12 13:17:44 2012 -0400
35382
35383     Make it an error to include non-top-level headers
35384
35385     Users should #include <hb.h> (or hb-ft.h, hb-glib.h, etc), but
35386     never things like hb-shape.h directly.  This makes it easier to
35387     refactor headers later on without breaking compatibility.
35388
35389  src/hb-blob.h       | 4 ++++
35390  src/hb-buffer.h     | 4 ++++
35391  src/hb-common.h     | 4 ++++
35392  src/hb-font.h       | 4 ++++
35393  src/hb-ft.h         | 2 --
35394  src/hb-glib.h       | 1 +
35395  src/hb-gobject.h    | 1 +
35396  src/hb-graphite2.h  | 5 +++--
35397  src/hb-icu.h        | 1 +
35398  src/hb-ot-layout.h  | 8 +++++---
35399  src/hb-ot-shape.h   | 9 +++++----
35400  src/hb-ot-tag.h     | 6 +++++-
35401  src/hb-ot.h         | 2 ++
35402  src/hb-private.hh   | 5 ++++-
35403  src/hb-shape.h      | 4 ++++
35404  src/hb-unicode.h    | 4 ++++
35405  src/hb-uniscribe.h  | 3 +--
35406  src/hb-version.h.in | 4 ++++
35407  src/hb.h            | 2 ++
35408  19 files changed, 58 insertions(+), 15 deletions(-)
35409
35410 commit 323190c27b80cddc9b3c42d19f1f243e2acb2411
35411 Author: Behdad Esfahbod <behdad@behdad.org>
35412 Date:   Thu Apr 12 12:29:10 2012 -0400
35413
35414     Minor
35415
35416  src/hb-ft.cc | 2 ++
35417  1 file changed, 2 insertions(+)
35418
35419 commit 0e3361464b00b76aa7375515163e0710a691db0c
35420 Author: Behdad Esfahbod <behdad@behdad.org>
35421 Date:   Thu Apr 12 10:06:52 2012 -0400
35422
35423     Fix bug with not setting Unicode props of the first character
35424
35425     Fixes Mongolian shaping issue:
35426     https://bugs.freedesktop.org/show_bug.cgi?id=45695
35427
35428  src/hb-ot-shape.cc | 2 +-
35429  1 file changed, 1 insertion(+), 1 deletion(-)
35430
35431 commit f9746b600a6e14dbe48aabfc17df8f12a5b46b11
35432 Author: Behdad Esfahbod <behdad@behdad.org>
35433 Date:   Thu Apr 12 09:59:26 2012 -0400
35434
35435     Minor
35436
35437  test/shaping/texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt |
35438  1 -
35439  1 file changed, 1 deletion(-)
35440
35441 commit 7470b0ff805e4ff59d23d7a1808888fafdf550eb
35442 Author: Behdad Esfahbod <behdad@behdad.org>
35443 Date:   Thu Apr 12 09:44:27 2012 -0400
35444
35445     Add Mongolian test case
35446
35447  test/shaping/texts/in-tree/MANIFEST                                   |
35448  1 +
35449  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST        |
35450  1 +
35451  .../texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt        |
35452  4 ++++
35453  test/shaping/texts/in-tree/shaper-thai/MANIFEST                       |
35454  1 +
35455  test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST                  |
35456  1 +
35457  5 files changed, 8 insertions(+)
35458
35459 commit c65662b71e6160f5adfb6226d97589ca457d98b9
35460 Author: Behdad Esfahbod <behdad@behdad.org>
35461 Date:   Thu Apr 12 09:31:55 2012 -0400
35462
35463     Fix left-matra positioning in Indic
35464
35465     Fixes 200 failures out of previous 4290 cases in the OO.o Indic
35466     dictionary (of ~16000 entries).
35467
35468  src/hb-ot-shape-complex-indic.cc | 12 ++++++------
35469  1 file changed, 6 insertions(+), 6 deletions(-)
35470
35471 commit 6d16403bfaa4d710d80c93298eca7211ecaa419f
35472 Author: Behdad Esfahbod <behdad@behdad.org>
35473 Date:   Wed Apr 11 22:04:42 2012 -0400
35474
35475     Adjust TODO
35476
35477  TODO | 2 +-
35478  1 file changed, 1 insertion(+), 1 deletion(-)
35479
35480 commit 029a82d81d8ffa1b6771d19018d592fec1dbc934
35481 Author: Behdad Esfahbod <behdad@behdad.org>
35482 Date:   Wed Apr 11 22:00:46 2012 -0400
35483
35484     [hangul] Apply *jmo features to all Hangul chars
35485
35486     This is what old HB does.  Morever, fixes rendering with Win8 malgun
35487     font.  The Win7 version doesn't compose with either Uniscribe nor HB,
35488     but Win8 version works as expected, like Uniscribe, with this change.
35489
35490     Lets call Hangul done for now.
35491
35492  src/hb-ot-shape-complex-misc.cc | 9 +++++++++
35493  1 file changed, 9 insertions(+)
35494
35495 commit 3baae2440de69577d330209edb708e7d2bb2231d
35496 Author: Behdad Esfahbod <behdad@behdad.org>
35497 Date:   Wed Apr 11 21:54:37 2012 -0400
35498
35499     Update TODO
35500
35501  TODO | 28 +++++++++++++++-------------
35502  1 file changed, 15 insertions(+), 13 deletions(-)
35503
35504 commit a4976447cd1a1feffdecd0d501a2690716b1cf4b
35505 Author: Behdad Esfahbod <behdad@behdad.org>
35506 Date:   Wed Apr 11 17:48:40 2012 -0400
35507
35508     Add Hangul test
35509
35510  test/shaping/texts/in-tree/shaper-hangul/script-hangul/misc/misc.txt |
35511  1 +
35512  1 file changed, 1 insertion(+)
35513
35514 commit e95d912b3b0af027c4384553f95236db822e5acc
35515 Author: Behdad Esfahbod <behdad@behdad.org>
35516 Date:   Wed Apr 11 17:33:02 2012 -0400
35517
35518     Fix diff tool
35519
35520  test/shaping/hb_test_tools.py | 4 ++--
35521  1 file changed, 2 insertions(+), 2 deletions(-)
35522
35523 commit 41ae674f6871f43d0a6e4ca67a747074d63ae576
35524 Author: Behdad Esfahbod <behdad@behdad.org>
35525 Date:   Wed Apr 11 17:11:05 2012 -0400
35526
35527     Don't create hb_apply_context_t per glyph!
35528
35529     I couldn't measure significant performance gains out of this; maybe
35530     about 5% (with one million Malayalam strings).  Still, not bad.
35531     But reminds me that optimizing this codebase without profiling first
35532     is simply not going to work.  Oh well...
35533
35534  src/hb-ot-layout-gpos-table.hh       | 24 ++++++------------------
35535  src/hb-ot-layout-gsub-table.hh       | 26 +++++++-------------------
35536  src/hb-ot-layout-gsubgpos-private.hh | 22 ++++++++++++++++++++++
35537  3 files changed, 35 insertions(+), 37 deletions(-)
35538
35539 commit 4a1e02ef7979d58fe0c726ee7c665b2420c42ddd
35540 Author: Behdad Esfahbod <behdad@behdad.org>
35541 Date:   Wed Apr 11 14:37:53 2012 -0400
35542
35543     Fix shape to presentation forms font check
35544
35545     As reported by Jonathan Kew on the list.
35546
35547  src/hb-ot-shape-complex-arabic.cc | 9 ++++++---
35548  1 file changed, 6 insertions(+), 3 deletions(-)
35549
35550 commit 6062f5f01436b4044be729890ed00b9b62737824
35551 Author: Behdad Esfahbod <behdad@behdad.org>
35552 Date:   Wed Apr 11 14:19:55 2012 -0400
35553
35554     Fix build with some compilers
35555
35556     As reported by Jonathan Kew on the list.
35557
35558  src/hb-ot-shape-complex-misc.cc | 7 ++++---
35559  1 file changed, 4 insertions(+), 3 deletions(-)
35560
35561 commit acd88e659fdb2fa1cbf7171f0a1c7fbc81b9f298
35562 Author: Behdad Esfahbod <behdad@behdad.org>
35563 Date:   Tue Apr 10 18:02:20 2012 -0400
35564
35565     In Arabic fallback shaping, check that the font has glyph for new char
35566
35567  src/hb-ot-shape-complex-arabic.cc  | 12 +++++++-----
35568  src/hb-ot-shape-complex-indic.cc   |  2 +-
35569  src/hb-ot-shape-complex-misc.cc    |  6 +++---
35570  src/hb-ot-shape-complex-private.hh |  7 ++++---
35571  src/hb-ot-shape.cc                 |  2 +-
35572  5 files changed, 16 insertions(+), 13 deletions(-)
35573
35574 commit 7752aa73e72301a46c64c533c1e423ff5987cc05
35575 Author: Behdad Esfahbod <behdad@behdad.org>
35576 Date:   Tue Apr 10 17:22:14 2012 -0400
35577
35578     Minor
35579
35580  src/hb-ot-shape-private.hh |  1 -
35581  src/hb-ot-shape.cc         | 10 ----------
35582  2 files changed, 11 deletions(-)
35583
35584 commit 939c010211b063f78874a3b72b032c1ed9a13b87
35585 Author: Behdad Esfahbod <behdad@behdad.org>
35586 Date:   Tue Apr 10 17:20:05 2012 -0400
35587
35588     Implement Arabic fallback shaping mandatory ligatures
35589
35590  src/gen-arabic-table.py                 | 32
35591  ++++++++++++++++++++++----------
35592  src/hb-ot-shape-complex-arabic-table.hh | 28 +++++++++++++++++++---------
35593  src/hb-ot-shape-complex-arabic.cc       | 31
35594  +++++++++++++++++++++++++++++++
35595  src/hb-ot-shape-complex-misc.cc         |  4 ++--
35596  4 files changed, 74 insertions(+), 21 deletions(-)
35597
35598 commit b7d04eb606800100faa11100d2adf559e297a4ee
35599 Author: Behdad Esfahbod <behdad@behdad.org>
35600 Date:   Tue Apr 10 16:44:38 2012 -0400
35601
35602     Do Arabic fallback shaping
35603
35604  src/hb-ot-shape-complex-arabic.cc | 38
35605  +++++++++++++++++++++++++++++++++-----
35606  1 file changed, 33 insertions(+), 5 deletions(-)
35607
35608 commit ae4a2b9365051c23c9a299cf76f3ab7e661999b1
35609 Author: Behdad Esfahbod <behdad@behdad.org>
35610 Date:   Tue Apr 10 16:25:08 2012 -0400
35611
35612     Generate fallback Arabic shaping table
35613
35614     Not hooked up yet.
35615
35616  src/Makefile.am                         |   6 +-
35617  src/gen-arabic-table.py                 | 220
35618  +++++++++++++++++++++++---------
35619  src/gen-indic-table.py                  |   4 +-
35620  src/hb-ot-shape-complex-arabic-table.hh | 205
35621  ++++++++++++++++++++++++++++-
35622  4 files changed, 367 insertions(+), 68 deletions(-)
35623
35624 commit 3b26f96ebe859570d14c6902afc23462bca40712
35625 Author: Behdad Esfahbod <behdad@behdad.org>
35626 Date:   Tue Apr 10 10:52:07 2012 -0400
35627
35628     Add Thai shaper that does SARA AM decomposition / reordering
35629
35630     That's not in the OpenType spec, but it's what MS and Adobe do.
35631
35632  src/hb-buffer.cc                   |   1 +
35633  src/hb-ot-shape-complex-misc.cc    | 104
35634  ++++++++++++++++++++++++++++++++++++-
35635  src/hb-ot-shape-complex-private.hh |   8 +++
35636  3 files changed, 112 insertions(+), 1 deletion(-)
35637
35638 commit 0b6d2ac6a1d04877ae4542fc2a3b920185547053
35639 Author: Behdad Esfahbod <behdad@behdad.org>
35640 Date:   Tue Apr 10 10:52:03 2012 -0400
35641
35642     Minor
35643
35644  TODO | 10 ++++------
35645  1 file changed, 4 insertions(+), 6 deletions(-)
35646
35647 commit e099dd6592b4ea887696330f4718efb572494d93
35648 Author: Behdad Esfahbod <behdad@behdad.org>
35649 Date:   Tue Apr 10 10:47:33 2012 -0400
35650
35651     Add Thai test case for SARA AM decomposition
35652
35653  test/shaping/texts/in-tree/shaper-hangul/MANIFEST    | 1 +
35654  test/shaping/texts/in-tree/shaper-thai/misc/misc.txt | 5 +++++
35655  2 files changed, 6 insertions(+)
35656
35657 commit 4450dc9354b18cd68980b0891b24ea8efa4f38b6
35658 Author: Behdad Esfahbod <behdad@behdad.org>
35659 Date:   Sat Apr 7 22:07:23 2012 -0400
35660
35661     Move around
35662
35663  test/shaping/texts/in-tree/MANIFEST
35664  | 1 +
35665  test/shaping/texts/in-tree/shaper-default/MANIFEST
35666  | 1 -
35667  .../in-tree/{shaper-default => shaper-hangul}/script-hangul/MANIFEST
35668  | 0
35669  .../{shaper-default => shaper-hangul}/script-hangul/misc/MANIFEST
35670  | 0
35671  .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt
35672  | 0
35673  5 files changed, 1 insertion(+), 1 deletion(-)
35674
35675 commit d4cc44716c1e098f8abbc0e495404598026ef242
35676 Author: Behdad Esfahbod <behdad@behdad.org>
35677 Date:   Sat Apr 7 21:52:28 2012 -0400
35678
35679     Move code around, in prep for Thai/Lao shaper
35680
35681  src/hb-buffer-private.hh                 |  5 +++++
35682  src/hb-buffer.cc                         | 23 +++++++++++++++++++++++
35683  src/hb-ot-shape-complex-indic-machine.rl | 14 +-------------
35684  3 files changed, 29 insertions(+), 13 deletions(-)
35685
35686 commit c9a841f4452921c5361b8f5697bbff7736ce60cd
35687 Author: Behdad Esfahbod <behdad@behdad.org>
35688 Date:   Sat Apr 7 15:06:55 2012 -0400
35689
35690     Add simple Hangul shaper that recomposes Jamo when feasible
35691
35692     Previously, we were NOT actually recomposing Hangul Jamo.  We do now.
35693     The two lines in:
35694
35695     test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt
35696
35697     Now render the same with the UnDotum.ttf font.  Previously the second
35698     linle was rendering boxes.
35699
35700     We can also start applying OpenType Jamo features later.  At this
35701     time,
35702     I have no idea how the 'ljmo', 'vjmo', 'tjmo' features are supposed to
35703     work.  Maybe someone can explain them to me?
35704
35705  src/hb-ot-shape-complex-misc.cc    | 16 ++++++++++++++++
35706  src/hb-ot-shape-complex-private.hh | 15 +++++++++++++--
35707  2 files changed, 29 insertions(+), 2 deletions(-)
35708
35709 commit 968318455304804dc53045e8ba0cd4d76800c02d
35710 Author: Behdad Esfahbod <behdad@behdad.org>
35711 Date:   Sat Apr 7 14:57:21 2012 -0400
35712
35713     Implement normalization mode
35714     HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_FULL
35715
35716     In this mode we try composing CCC=0 with CCC=0 characters.  Useful for
35717     Hangul.
35718
35719  src/hb-ot-shape-normalize.cc | 21 +++++++++++++--------
35720  1 file changed, 13 insertions(+), 8 deletions(-)
35721
35722 commit bec2ac4fde1ba0dd6dba02adbb836ce569a5cf6f
35723 Author: Behdad Esfahbod <behdad@behdad.org>
35724 Date:   Sat Apr 7 14:51:17 2012 -0400
35725
35726     Bring normalization algorithm closer to the spec
35727
35728     No logical difference so far.
35729
35730  src/hb-ot-shape-normalize.cc | 3 ++-
35731  1 file changed, 2 insertions(+), 1 deletion(-)
35732
35733 commit e02d9257863b49e33ab5942971266349d3c548f6
35734 Author: Behdad Esfahbod <behdad@behdad.org>
35735 Date:   Sat Apr 7 14:49:13 2012 -0400
35736
35737     Flip logic around
35738
35739  src/hb-ot-shape-normalize.cc | 38 +++++++++++++-------------------------
35740  1 file changed, 13 insertions(+), 25 deletions(-)
35741
35742 commit aaa25d5f458127f53f4b5ecdeb986ae91fabbad3
35743 Author: Behdad Esfahbod <behdad@behdad.org>
35744 Date:   Thu Apr 5 17:27:23 2012 -0400
35745
35746     Add Hangul test case
35747
35748     Composed, and decomposed, of the same text.
35749
35750  test/shaping/texts/in-tree/shaper-default/MANIFEST                    |
35751  1 +
35752  test/shaping/texts/in-tree/shaper-default/script-hangul/MANIFEST      |
35753  1 +
35754  test/shaping/texts/in-tree/shaper-default/script-hangul/misc/MANIFEST |
35755  1 +
35756  test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt |
35757  2 ++
35758  4 files changed, 5 insertions(+)
35759
35760 commit 11138ccff71f442da1fcf64faa0e1d22e083e775
35761 Author: Behdad Esfahbod <behdad@behdad.org>
35762 Date:   Thu Apr 5 17:25:19 2012 -0400
35763
35764     Add normalize mode
35765
35766     In preparation for Hangul shaper.
35767
35768  src/Makefile.am                      |  1 +
35769  src/hb-ot-layout-common-private.hh   |  1 -
35770  src/hb-ot-shape-complex-arabic.cc    |  6 +--
35771  src/hb-ot-shape-complex-indic.cc     |  6 +--
35772  src/hb-ot-shape-complex-misc.cc      |  8 ++--
35773  src/hb-ot-shape-complex-private.hh   | 13 ++++---
35774  src/hb-ot-shape-normalize-private.hh | 46 +++++++++++++++++++++++
35775  src/hb-ot-shape-normalize.cc         | 73
35776  +++++++++++++++++-------------------
35777  src/hb-ot-shape-private.hh           |  7 +---
35778  src/hb-ot-shape.cc                   |  2 +-
35779  10 files changed, 102 insertions(+), 61 deletions(-)
35780
35781 commit 6769f21d579a354e32577ec57348e97d2cb1b438
35782 Author: Behdad Esfahbod <behdad@behdad.org>
35783 Date:   Thu Apr 5 16:46:46 2012 -0400
35784
35785     More moving code around
35786
35787  src/hb-ot-shape-normalize.cc | 2 +-
35788  src/hb-ot-shape-private.hh   | 8 --------
35789  src/hb-ot-shape.cc           | 2 +-
35790  src/hb-unicode-private.hh    | 8 ++++++++
35791  4 files changed, 10 insertions(+), 10 deletions(-)
35792
35793 commit 2db2a566826ed4763ce69629194ec656bd48b0bd
35794 Author: Behdad Esfahbod <behdad@behdad.org>
35795 Date:   Thu Apr 5 16:40:37 2012 -0400
35796
35797     Move code around
35798
35799  src/hb-ot-shape-private.hh | 53
35800  --------------------------------------------
35801  src/hb-unicode-private.hh  |  3 +++
35802  src/hb-unicode.cc          | 55
35803  ++++++++++++++++++++++++++++++++++++++++++++++
35804  3 files changed, 58 insertions(+), 53 deletions(-)
35805
35806 commit cad3821f3d5b68d490b0728bd37bd57428ec809c
35807 Author: Behdad Esfahbod <behdad@behdad.org>
35808 Date:   Wed Mar 7 17:13:25 2012 -0500
35809
35810     More sorting by Unicode version
35811
35812     This is the most convenient way to browse scripts.
35813
35814  src/hb-common.cc                   |  2 +-
35815  src/hb-common.h                    |  2 +-
35816  src/hb-ot-shape-complex-private.hh | 94
35817  ++++++++++++++++++++++++++++----------
35818  3 files changed, 72 insertions(+), 26 deletions(-)
35819
35820 commit 317b9504d7a4faa70dcf21e5c2aff4792dbd201a
35821 Author: Behdad Esfahbod <behdad@behdad.org>
35822 Date:   Wed Mar 7 16:51:29 2012 -0500
35823
35824     Minor
35825
35826  src/hb-ot-shape-complex-private.hh | 10 ++++++++--
35827  1 file changed, 8 insertions(+), 2 deletions(-)
35828
35829 commit fa2673c1ee954ddbbfbfca7cced7b839d7776fc0
35830 Author: Behdad Esfahbod <behdad@behdad.org>
35831 Date:   Wed Mar 7 15:52:02 2012 -0500
35832
35833     More Unicode script age annotation, and a couple more RTL scripts
35834
35835     Cross-checked with Mark Davis's spreadsheet at http://goo.gl/x9ilM
35836
35837  src/hb-common.cc |  8 ++++++++
35838  src/hb-common.h  | 52
35839  +++++++++++++++++++++++++++++-----------------------
35840  2 files changed, 37 insertions(+), 23 deletions(-)
35841
35842 commit 6d4016f1ba48d409800dc3281b93e5cd58c99d9f
35843 Author: Behdad Esfahbod <behdad@behdad.org>
35844 Date:   Wed Mar 7 15:33:14 2012 -0500
35845
35846     Make src tests pass again
35847
35848  src/gen-arabic-table.py                 | 11 ++++++-----
35849  src/gen-indic-table.py                  |  9 +++++----
35850  src/hb-ot-shape-complex-arabic-table.hh |  6 ++++++
35851  src/hb-ot-shape-complex-indic-table.hh  |  4 ++++
35852  4 files changed, 21 insertions(+), 9 deletions(-)
35853
35854 commit 7da435f08cc406080a5ee9b1ab5351db6a93acae
35855 Author: Behdad Esfahbod <behdad@behdad.org>
35856 Date:   Wed Mar 7 15:20:20 2012 -0500
35857
35858     Separate Unicode 3.1 and Unicode 3.2 additions
35859
35860  src/hb-common.h | 14 +++++++++-----
35861  1 file changed, 9 insertions(+), 5 deletions(-)
35862
35863 commit f91136cb528e298651c4a8a8a1d6dc54136e09ce
35864 Author: Behdad Esfahbod <behdad@behdad.org>
35865 Date:   Wed Mar 7 12:56:22 2012 -0500
35866
35867     Route three Unicode 6.1 scripts through Indic shaper
35868
35869  src/hb-ot-shape-complex-private.hh | 7 ++++++-
35870  1 file changed, 6 insertions(+), 1 deletion(-)
35871
35872 commit f32c0012ad794cd2df669dfc7b0438fafbe38b2d
35873 Author: Behdad Esfahbod <behdad@behdad.org>
35874 Date:   Wed Mar 7 12:53:34 2012 -0500
35875
35876     Add Unicode 6.1.0 scripts
35877
35878  src/hb-common.h |  9 +++++++++
35879  src/hb-glib.cc  | 11 ++++++++++-
35880  2 files changed, 19 insertions(+), 1 deletion(-)
35881
35882 commit 50e810cd0e55c25fddb0a2fd0861c51fbf65700e
35883 Author: Behdad Esfahbod <behdad@behdad.org>
35884 Date:   Wed Mar 7 12:49:08 2012 -0500
35885
35886     Lydian and Kharoshthi are right-to-left
35887
35888  src/hb-common.cc | 6 ++++++
35889  1 file changed, 6 insertions(+)
35890
35891 commit a52835635e4a2a12715aff2febb561515a10cd5a
35892 Author: Behdad Esfahbod <behdad@behdad.org>
35893 Date:   Wed Mar 7 12:38:39 2012 -0500
35894
35895     Whitespace
35896
35897  src/hb-common.h | 194
35898  ++++++++++++++++++++++++++++----------------------------
35899  1 file changed, 97 insertions(+), 97 deletions(-)
35900
35901 commit 183224684a45d7dcd7d28510d4383a7a7cb3dff3
35902 Author: Behdad Esfahbod <behdad@behdad.org>
35903 Date:   Wed Mar 7 12:21:28 2012 -0500
35904
35905     Use generic shaper for Buhid
35906
35907     As requested by Jonathan Kew.
35908
35909     We need to devise a better mechanism to choose which scripts to
35910     pass through the Indic shaper.  Moreover, currently we are storing
35911     data for some scripts in the Indic shaper that are not even going
35912     through that shaper.  Need to find a better way...
35913
35914  src/hb-ot-shape-complex-private.hh | 2 +-
35915  1 file changed, 1 insertion(+), 1 deletion(-)
35916
35917 commit cdc8b491a8e7cec5082ca2ad0346c1f41fdd5c92
35918 Author: Behdad Esfahbod <behdad@behdad.org>
35919 Date:   Wed Mar 7 12:08:33 2012 -0500
35920
35921     Update Indic table to Unicode 6.1 data
35922
35923  src/Makefile.am                         |  15 +++
35924  src/gen-indic-table.py                  |  20 ++--
35925  src/hb-ot-shape-complex-arabic-table.hh |  35 -------
35926  src/hb-ot-shape-complex-indic-table.hh  | 178
35927  +++++++++++++++++++-------------
35928  4 files changed, 134 insertions(+), 114 deletions(-)
35929
35930 commit e3b2e077f549b04779c08a9fedb1f35b9f11075c
35931 Author: Behdad Esfahbod <behdad@behdad.org>
35932 Date:   Wed Mar 7 10:21:24 2012 -0500
35933
35934     Typo
35935
35936  src/hb-ot-shape-normalize.cc | 2 +-
35937  1 file changed, 1 insertion(+), 1 deletion(-)
35938
35939 commit c346671b6b9b05fa51b95c16212eb29ac69510fa
35940 Author: Behdad Esfahbod <behdad@behdad.org>
35941 Date:   Tue Mar 6 20:47:50 2012 -0500
35942
35943     Minor doc fixes
35944
35945  src/hb-ot-shape-normalize.cc | 10 ++++++----
35946  1 file changed, 6 insertions(+), 4 deletions(-)
35947
35948 commit 406044986a68676f3050f9350ccc448c615fc685
35949 Author: Behdad Esfahbod <behdad@behdad.org>
35950 Date:   Tue Mar 6 20:24:31 2012 -0500
35951
35952     Add Hebrew diacritics test cases
35953
35954     From:
35955     https://bugzilla.mozilla.org/show_bug.cgi?id=662055
35956
35957  test/shaping/texts/in-tree/shaper-default/MANIFEST        |  1 +
35958  .../texts/in-tree/shaper-default/script-hebrew/MANIFEST   |  1 +
35959  .../in-tree/shaper-default/script-hebrew/misc/MANIFEST    |  1 +
35960  .../shaper-default/script-hebrew/misc/diacritics.txt      | 15
35961  +++++++++++++++
35962  4 files changed, 18 insertions(+)
35963
35964 commit 461b9b6347e4f58589f5be82c40a2df61da2c715
35965 Author: Behdad Esfahbod <behdad@behdad.org>
35966 Date:   Thu Mar 1 18:11:19 2012 -0800
35967
35968     Fix cluster formation in Indic
35969
35970     Makes number of failures against Uniscribe with hi_IN dictionary from
35971     OO.o to go down from 6334 to 4290.  Not bad for a one-line change!
35972
35973     Mozilla Bug 729626 - ASAN: heap-buffer-overflow HTML
35974
35975  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
35976  1 file changed, 1 insertion(+), 1 deletion(-)
35977
35978 commit bc71ad4973842f25216b48842a46d6c9cbce6aa3
35979 Author: Behdad Esfahbod <behdad@behdad.org>
35980 Date:   Thu Mar 1 17:30:29 2012 -0800
35981
35982     Fix atomic-int op on Apple
35983
35984     The OSAtomicAdd32Barrier operator returns the new value, we want the
35985     old value.
35986
35987  src/hb-blob.cc           | 2 +-
35988  src/hb-object-private.hh | 2 +-
35989  2 files changed, 2 insertions(+), 2 deletions(-)
35990
35991 commit a1970d9afc15b2c6b7513b923019bb223bd95154
35992 Author: Behdad Esfahbod <behdad@behdad.org>
35993 Date:   Fri Feb 24 13:51:09 2012 -0500
35994
35995     Add support for atomic int and mutex on Apple systems
35996
35997     So, apparently there's no atomic int 'get' method on Apple.
35998     You have to
35999     add(0) to get.  And that's not const-friendly.  So switch inert-object
36000     checking to a non-atomic get.  This, however, is safe, and a
36001     negligible
36002     performance boost too.
36003
36004  src/hb-mutex-private.hh  | 14 +++++++++-----
36005  src/hb-object-private.hh | 15 ++++++++++-----
36006  2 files changed, 19 insertions(+), 10 deletions(-)
36007
36008 commit 8004429102d7d3a8c42e1cbfe231835de4d3d782
36009 Author: Behdad Esfahbod <behdad@behdad.org>
36010 Date:   Thu Feb 23 18:47:17 2012 -0500
36011
36012     Remove unused hb_atomic_int_set()
36013
36014     Apparently it can't be implemented on OS X.  We weren't using
36015     it anyway.
36016
36017  src/hb-object-private.hh | 4 ----
36018  1 file changed, 4 deletions(-)
36019
36020 commit 45227c10e416894ba7f84fdf72d849cecdb9b898
36021 Author: Behdad Esfahbod <behdad@behdad.org>
36022 Date:   Thu Feb 23 19:47:43 2012 -0500
36023
36024     Add hb-warning.cc.  Oops!
36025
36026  src/hb-warning.cc | 53
36027  +++++++++++++++++++++++++++++++++++++++++++++++++++++
36028  1 file changed, 53 insertions(+)
36029
36030 commit bd7ff1dec5b92ee59fa060e793f88499adcd8c11
36031 Author: Behdad Esfahbod <behdad@behdad.org>
36032 Date:   Thu Feb 23 15:06:16 2012 -0500
36033
36034     Allow disabling multi-threaded support
36035
36036     By defining HB_NO_MT.
36037
36038     Also, only warn once per missing MT feature support.
36039
36040     Mozilla Bug 666661 - gfx/harfbuzz/src/hb-prive.h - compiler warnings
36041     on mac
36042
36043  src/Makefile.am          |  1 +
36044  src/hb-mutex-private.hh  |  6 +++---
36045  src/hb-object-private.hh | 11 +++--------
36046  3 files changed, 7 insertions(+), 11 deletions(-)
36047
36048 commit 634c9e3423a9c23793400d1f56e98070e00b6056
36049 Author: Behdad Esfahbod <behdad@behdad.org>
36050 Date:   Wed Feb 22 16:43:21 2012 -0500
36051
36052     Minor
36053
36054  src/hb-ot-shape-private.hh | 69
36055  ++++++++++++++++++++++++++--------------------
36056  1 file changed, 39 insertions(+), 30 deletions(-)
36057
36058 commit 514b6f88668da4eab85103c536dabe24b7bc457b
36059 Author: Behdad Esfahbod <behdad@behdad.org>
36060 Date:   Wed Feb 22 16:34:37 2012 -0500
36061
36062     Followup: Reorder Hebrew combining classes for better rendering
36063
36064     Patch from Jonathan Kew.
36065
36066     Bug 662055 - advanced Hebrew diacritics are shown correctly only in
36067     particular order.
36068
36069  src/hb-ot-shape-private.hh | 20 ++++++++++----------
36070  1 file changed, 10 insertions(+), 10 deletions(-)
36071
36072 commit 6e78607ea71e3e5306f88f227ddba76133d16ed0
36073 Author: Behdad Esfahbod <behdad@behdad.org>
36074 Date:   Wed Feb 22 16:31:15 2012 -0500
36075
36076     Reorder Hebrew combining classes for better rendering
36077
36078     Patch from Jonathan Kew.
36079
36080     Bug 662055 - advanced Hebrew diacritics are shown correctly only in
36081     particular order
36082
36083  src/hb-ot-shape-private.hh | 28 ++++++++++++++++++++++++++++
36084  1 file changed, 28 insertions(+)
36085
36086 commit 7a70ca78e06c676befe1ae17199fff1f000f8188
36087 Author: Behdad Esfahbod <behdad@behdad.org>
36088 Date:   Tue Feb 21 11:31:47 2012 -0500
36089
36090     Add test case from https://bugzilla.mozilla.org/show_bug.cgi?id=714067
36091
36092  test/shaping/texts/in-tree/shaper-arabic/script-arabic/misc/MANIFEST
36093  | 1 +
36094  .../in-tree/shaper-arabic/script-arabic/misc/ligature-diacritics.txt
36095  | 1 +
36096  2 files changed, 2 insertions(+)
36097
36098 commit f51e167436a51b890ffe3f7f7920498fa287acd9
36099 Author: Behdad Esfahbod <behdad@behdad.org>
36100 Date:   Mon Jan 30 09:48:33 2012 -0500
36101
36102     Minor error handling
36103
36104  util/options.cc | 6 +++++-
36105  1 file changed, 5 insertions(+), 1 deletion(-)
36106
36107 commit bee74efbdebc4e46ce57daa8a88bcf06b13411fe
36108 Author: Behdad Esfahbod <behdad@behdad.org>
36109 Date:   Fri Jan 27 02:14:08 2012 -0500
36110
36111     Update git.mk to new upstream
36112
36113  git.mk | 44 +++++++++++++++++++++++++++++++++-----------
36114  1 file changed, 33 insertions(+), 11 deletions(-)
36115
36116 commit 134aa7bc7e3f9b9de76c9de2ed4b7344a7b323f9
36117 Author: Behdad Esfahbod <behdad@behdad.org>
36118 Date:   Fri Jan 27 02:09:40 2012 -0500
36119
36120     Make checks more OS X friendly
36121
36122  src/check-internal-symbols.sh | 21 +++++++++++++--------
36123  src/check-libstdc++.sh        | 21 +++++++++++++--------
36124  2 files changed, 26 insertions(+), 16 deletions(-)
36125
36126 commit 6152199368399bf98368ea3c794fa760b49756ba
36127 Author: Behdad Esfahbod <behdad@behdad.org>
36128 Date:   Fri Jan 27 01:57:59 2012 -0500
36129
36130     Fix check-header-guards on OS X
36131
36132  src/check-header-guards.sh | 2 +-
36133  1 file changed, 1 insertion(+), 1 deletion(-)
36134
36135 commit c62e41b6aad1fc56225d0e53d6d4abd0f005fe3b
36136 Author: Behdad Esfahbod <behdad@behdad.org>
36137 Date:   Fri Jan 27 02:20:58 2012 -0500
36138
36139     Minor
36140
36141  configure.ac | 8 ++++----
36142  1 file changed, 4 insertions(+), 4 deletions(-)
36143
36144 commit 1a5a91dc0d8bf4b72a2f22dc6300b06ad7000b79
36145 Author: Behdad Esfahbod <behdad@behdad.org>
36146 Date:   Sun Jan 22 19:57:00 2012 -0500
36147
36148     Add a few more tests
36149
36150  .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt   | 3 +++
36151  .../shaper-indic/south-east-asian/script-thai/misc/misc.txt      |
36152  9 +++++++++
36153  2 files changed, 12 insertions(+)
36154
36155 commit 1795f3a222a85cdf80c78a0e9181d23dd1673876
36156 Author: Behdad Esfahbod <behdad@behdad.org>
36157 Date:   Sun Jan 22 19:29:45 2012 -0500
36158
36159     Add a couple Thai test cases from Thep
36160
36161  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST       |
36162  1 +
36163  .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST    |
36164  1 +
36165  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST     |
36166  1 +
36167  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/misc.txt     |
36168  2 ++
36169  4 files changed, 5 insertions(+)
36170
36171 commit ec3f506682fc6e2d7d7455e49d6c82ac9dd0c660
36172 Author: Behdad Esfahbod <behdad@behdad.org>
36173 Date:   Sun Jan 22 19:10:55 2012 -0500
36174
36175     Add Devanagari test from Tom Hacohen
36176
36177  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt
36178  | 1 +
36179  1 file changed, 1 insertion(+)
36180
36181 commit 71be4ca3dd5eaaca31957e34fef11f6aeb4aebdf
36182 Author: Behdad Esfahbod <behdad@behdad.org>
36183 Date:   Sun Jan 22 16:26:49 2012 -0500
36184
36185     Also ignore "ChangeLog" in manifests
36186
36187  test/shaping/hb_test_tools.py | 2 +-
36188  1 file changed, 1 insertion(+), 1 deletion(-)
36189
36190 commit 3c9a39ecd65990f2c7b29bb741c6a538fa425531
36191 Author: Behdad Esfahbod <behdad@behdad.org>
36192 Date:   Sun Jan 22 16:21:19 2012 -0500
36193
36194     Remove newline
36195
36196  test/shaping/hb_test_tools.py | 2 ++
36197  1 file changed, 2 insertions(+)
36198
36199 commit e4ccbfe276db5ed098ddcf78a7bb8f2da4263128
36200 Author: Behdad Esfahbod <behdad@behdad.org>
36201 Date:   Sun Jan 22 16:07:32 2012 -0500
36202
36203     Allow --color=html in hb-diff
36204
36205     Not that useful right now as we don't escape < and >.  Perhaps
36206     another tool can be added to convert the ANSI output to HTML.
36207
36208  test/shaping/hb-diff          |  2 +-
36209  test/shaping/hb_test_tools.py | 22 +++++++++++++++++-----
36210  2 files changed, 18 insertions(+), 6 deletions(-)
36211
36212 commit 71632c96daa4ba15e13f4d9e7f2c121d0162614e
36213 Author: Behdad Esfahbod <behdad@behdad.org>
36214 Date:   Sun Jan 22 15:31:44 2012 -0500
36215
36216     Fallback to Latin script if the font has no other usable scripts
36217
36218     Patch and description from Jonathan Kew:
36219
36220     It turns out that some legacy Thai fonts provide OpenType substitution
36221     features to implement mark positioning, but (incorrectly) put those
36222     features/lookups under the 'latn' script tag instead of using 'thai'
36223     (or
36224     possibly 'DFLT'). See
36225     https://bugzilla.mozilla.org/show_bug.cgi?id=719366 for an example and
36226     more detailed description.
36227
36228     Although this is really a font bug, I suggest that we could improve
36229     the
36230     rendering of such fonts by looking for the 'latn' as a fallback if
36231     neither the requested script nor "default" is found in
36232     hb_ot_layout_table_choose_script. Suggested patch against harfbuzz
36233     master is attached.
36234
36235     This does _not_ affect the other kind of legacy Thai font, where
36236     custom
36237     code to support vendor-specific PUA codepoints would be needed. I'm
36238     not
36239     keen to go down that path; IMO, such fonts should be ruthlessly
36240     stamped
36241     out in favour of standards-based solutions. :)
36242
36243     JK
36244
36245  src/hb-ot-layout.cc | 9 +++++++++
36246  1 file changed, 9 insertions(+)
36247
36248 commit 8f80f93491be73f05eba908591c856339acda51e
36249 Author: Behdad Esfahbod <behdad@behdad.org>
36250 Date:   Sat Jan 21 20:03:25 2012 -0500
36251
36252     More shoveling around
36253
36254  test/shaping/hb-diff-filter-failures |  2 +-
36255  test/shaping/hb-manifest-read        |  2 +-
36256  test/shaping/hb_test_tools.py        | 27 ++++++++++++++++-----------
36257  3 files changed, 18 insertions(+), 13 deletions(-)
36258
36259 commit c78c6e9844a23144ce7fa29afbf57b74587bfcd0
36260 Author: Behdad Esfahbod <behdad@behdad.org>
36261 Date:   Sat Jan 21 19:55:16 2012 -0500
36262
36263     Cleanup
36264
36265  test/shaping/hb-manifest-read |  2 +-
36266  test/shaping/hb_test_tools.py | 13 ++++++++-----
36267  2 files changed, 9 insertions(+), 6 deletions(-)
36268
36269 commit ab94a9c542f7ec9143335b73493ccb75d4586a3a
36270 Author: Behdad Esfahbod <behdad@behdad.org>
36271 Date:   Sat Jan 21 19:43:58 2012 -0500
36272
36273     Distribute testing tools
36274
36275  test/shaping/Makefile.am | 24 ++++++++++++++++++++++++
36276  1 file changed, 24 insertions(+)
36277
36278 commit 3e86feb54c94e46b60168fd2a4773183eb1354b4
36279 Author: Behdad Esfahbod <behdad@behdad.org>
36280 Date:   Sat Jan 21 19:40:30 2012 -0500
36281
36282     Speed up colorless diff
36283
36284  test/shaping/hb_test_tools.py | 6 ++++++
36285  1 file changed, 6 insertions(+)
36286
36287 commit 1e58df603457cb4b57da78b5d4a8df66aa7d7be4
36288 Author: Behdad Esfahbod <behdad@behdad.org>
36289 Date:   Sat Jan 21 19:37:31 2012 -0500
36290
36291     Cleanup manifest code
36292
36293  test/shaping/hb_test_tools.py | 18 ++++++++++++------
36294  1 file changed, 12 insertions(+), 6 deletions(-)
36295
36296 commit 956d552e108eeb50bb3ad21588830af7a2f3862a
36297 Author: Behdad Esfahbod <behdad@behdad.org>
36298 Date:   Sat Jan 21 19:31:51 2012 -0500
36299
36300     Port hb-manifest-update to Python
36301
36302  test/shaping/hb-manifest-update | 23 +++--------------------
36303  test/shaping/hb_test_tools.py   | 38
36304  ++++++++++++++++++++++++++++++--------
36305  2 files changed, 33 insertions(+), 28 deletions(-)
36306
36307 commit 3a34e9e351ed0ee3eb27f9c0f154bc227f1226bf
36308 Author: Behdad Esfahbod <behdad@behdad.org>
36309 Date:   Sat Jan 21 19:15:41 2012 -0500
36310
36311     Ignore Broken Pipe errors
36312
36313  test/shaping/hb_test_tools.py | 76
36314  +++++++++++++++++++++++++++----------------
36315  1 file changed, 48 insertions(+), 28 deletions(-)
36316
36317 commit d5300241680844f5625f32792f7dd7181ed05f9b
36318 Author: Behdad Esfahbod <behdad@behdad.org>
36319 Date:   Sat Jan 21 19:07:22 2012 -0500
36320
36321     [util] Make clusters work with char offset instead of UTF-8 offset
36322
36323     This means the --features indices also refer to char position
36324     instead of byte position now.  Same for cluster values reported
36325     by hb-shape.
36326
36327     Will add an option for byte indices later.
36328
36329  util/options.cc |  7 +++++--
36330  util/options.hh | 12 ++++++++++++
36331  2 files changed, 17 insertions(+), 2 deletions(-)
36332
36333 commit 0f68f4a0b5ee78cbdb2a89a9a1a9125afe72ed2f
36334 Author: Behdad Esfahbod <behdad@behdad.org>
36335 Date:   Sat Jan 21 18:59:48 2012 -0500
36336
36337     Correctly print out Unicode strings
36338
36339  util/options.cc | 2 +-
36340  1 file changed, 1 insertion(+), 1 deletion(-)
36341
36342 commit f22089ac24f43ff048c2a0f1c1f604ae3a96be8b
36343 Author: Behdad Esfahbod <behdad@behdad.org>
36344 Date:   Fri Jan 20 21:21:47 2012 -0500
36345
36346     Misc fixes
36347
36348  test/shaping/hb-diff          | 8 ++++----
36349  test/shaping/hb_test_tools.py | 4 ++--
36350  2 files changed, 6 insertions(+), 6 deletions(-)
36351
36352 commit 96968bfae5ce61a0a098bf0e6acd2210a309a499
36353 Author: Behdad Esfahbod <behdad@behdad.org>
36354 Date:   Fri Jan 20 21:16:34 2012 -0500
36355
36356     Port hb-manifest-read to Python
36357
36358  test/shaping/hb-diff-filter-failures |  2 +-
36359  test/shaping/hb-manifest-read        | 37 +++------------------------
36360  test/shaping/hb_test_tools.py        | 49
36361  ++++++++++++++++++++++++++++++++----
36362  3 files changed, 48 insertions(+), 40 deletions(-)
36363
36364 commit a59ed46fa4f7b76605f8ce6e75783ead406468f5
36365 Author: Behdad Esfahbod <behdad@behdad.org>
36366 Date:   Fri Jan 20 20:56:32 2012 -0500
36367
36368     Add final residues from test-shape-complex
36369
36370  .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/MANIFEST | 1 +
36371  .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/misc.txt |
36372  5 +++++
36373  test/shaping/texts/in-tree/shaper-default/MANIFEST               | 1 +
36374  .../texts/in-tree/shaper-default/script-linear-b/MANIFEST        | 1 +
36375  .../texts/in-tree/shaper-default/script-linear-b/misc/MANIFEST   | 1 +
36376  .../texts/in-tree/shaper-default/script-linear-b/misc/misc.txt   | 1 +
36377  test/shaping/texts/in-tree/shaper-indic/MANIFEST                 | 1 +
36378  .../shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST | 1 +
36379  .../in-tree/shaper-indic/south-east-asian/script-khmer/MANIFEST  | 1 +
36380  .../shaper-indic/south-east-asian/script-khmer/misc/MANIFEST     | 1 +
36381  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt     |
36382  9 +++++++++
36383  11 files changed, 23 insertions(+)
36384
36385 commit 820e0ed318d9b187a131baa9491d5d390ec33ef4
36386 Author: Behdad Esfahbod <behdad@behdad.org>
36387 Date:   Fri Jan 20 20:51:52 2012 -0500
36388
36389     Add Punjabi tests from test-shape-complex also
36390
36391  .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/MANIFEST
36392  | 1 +
36393  .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/misc.txt
36394  | 1 +
36395  2 files changed, 2 insertions(+)
36396
36397 commit a7d71c105772fb612871b4cae59bdae47bbc8751
36398 Author: Behdad Esfahbod <behdad@behdad.org>
36399 Date:   Fri Jan 20 20:50:09 2012 -0500
36400
36401     Add Tamil test data from Muguntharaj Subramanian
36402
36403  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  1 +
36404  .../shaper-indic/indic/script-tamil/misc/misc.txt  | 43
36405  ++++++++++++++++++++++
36406  2 files changed, 44 insertions(+)
36407
36408 commit 5992a9941e7f19181df1e34e79e514ccedc3d284
36409 Author: Behdad Esfahbod <behdad@behdad.org>
36410 Date:   Fri Jan 20 20:48:14 2012 -0500
36411
36412     Import test data from late test-shape-complex
36413
36414  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |  1 +
36415  .../shaper-arabic/script-arabic/misc/MANIFEST      |  0
36416  .../in-tree/shaper-arabic/script-mandaic/MANIFEST  |  1 +
36417  .../shaper-arabic/script-mandaic/misc/MANIFEST     |  0
36418  .../shaper-arabic/script-mongolian/MANIFEST        |  1 +
36419  .../shaper-arabic/script-mongolian/misc/MANIFEST   |  0
36420  .../in-tree/shaper-arabic/script-nko/MANIFEST      |  1 +
36421  .../in-tree/shaper-arabic/script-nko/misc/MANIFEST |  0
36422  .../in-tree/shaper-arabic/script-syriac/MANIFEST   |  1 +
36423  .../shaper-arabic/script-syriac/misc/MANIFEST      |  0
36424  .../shaper-indic/indic/script-assamese/MANIFEST    |  1 +
36425  .../indic/script-assamese/misc/MANIFEST            |  0
36426  .../shaper-indic/indic/script-bengali/MANIFEST     |  1 +
36427  .../indic/script-bengali/misc/MANIFEST             |  1 +
36428  .../indic/script-bengali/misc/misc.txt             | 48
36429  ++++++++++++++++++++++
36430  .../shaper-indic/indic/script-devanagari/MANIFEST  |  1 +
36431  .../indic/script-devanagari/misc/MANIFEST          |  1 +
36432  .../indic/script-devanagari/misc/misc.txt          | 23 +++++++++++
36433  .../shaper-indic/indic/script-gujarati/MANIFEST    |  1 +
36434  .../indic/script-gujarati/misc/MANIFEST            |  0
36435  .../shaper-indic/indic/script-kannada/MANIFEST     |  1 +
36436  .../indic/script-kannada/misc/MANIFEST             |  1 +
36437  .../indic/script-kannada/misc/misc.txt             | 17 ++++++++
36438  .../shaper-indic/indic/script-malayalam/MANIFEST   |  1 +
36439  .../indic/script-malayalam/misc/MANIFEST           |  1 +
36440  .../indic/script-malayalam/misc/misc.txt           | 22 ++++++++++
36441  .../shaper-indic/indic/script-oriya/MANIFEST       |  1 +
36442  .../shaper-indic/indic/script-oriya/misc/MANIFEST  |  1 +
36443  .../shaper-indic/indic/script-oriya/misc/misc.txt  | 28 +++++++++++++
36444  .../shaper-indic/indic/script-punjabi/MANIFEST     |  1 +
36445  .../indic/script-punjabi/misc/MANIFEST             |  0
36446  .../shaper-indic/indic/script-sinhala/MANIFEST     |  1 +
36447  .../indic/script-sinhala/misc/MANIFEST             |  1 +
36448  .../indic/script-sinhala/misc/misc.txt             |  6 +++
36449  .../shaper-indic/indic/script-tamil/MANIFEST       |  1 +
36450  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  0
36451  .../shaper-indic/indic/script-telugu/MANIFEST      |  1 +
36452  .../shaper-indic/indic/script-telugu/misc/MANIFEST |  1 +
36453  .../shaper-indic/indic/script-telugu/misc/misc.txt | 11 +++++
36454  39 files changed, 178 insertions(+)
36455
36456 commit 46ac45647760984c6220f04ba4521038e628b169
36457 Author: Behdad Esfahbod <behdad@behdad.org>
36458 Date:   Fri Jan 20 19:32:17 2012 -0500
36459
36460     Fix Unicode encoding issue
36461
36462  test/shaping/hb_test_tools.py | 8 ++++----
36463  1 file changed, 4 insertions(+), 4 deletions(-)
36464
36465 commit ad34e39a4a320310b1edd9fc4d7e740373510c69
36466 Author: Behdad Esfahbod <behdad@behdad.org>
36467 Date:   Fri Jan 20 18:39:27 2012 -0500
36468
36469     Make test tools interactive
36470
36471     By bypassing readlines() buffering.
36472
36473  test/shaping/hb_test_tools.py | 33 +++++++++++++++++++++++++++------
36474  1 file changed, 27 insertions(+), 6 deletions(-)
36475
36476 commit 91540a7d97051a3d6e97fdcd1e98af23e0780cdd
36477 Author: Behdad Esfahbod <behdad@behdad.org>
36478 Date:   Fri Jan 20 18:27:52 2012 -0500
36479
36480     Move most testing logic into hb_test_tools.py
36481
36482     The actual utils are one-liners now.
36483
36484  test/shaping/hb-diff                 |  77 ++-------------
36485  test/shaping/hb-diff-filter-failures |  27 +-----
36486  test/shaping/hb-unicode-decode       |  18 +---
36487  test/shaping/hb-unicode-encode       |  21 +---
36488  test/shaping/hb-unicode-prettyname   |  53 +----------
36489  test/shaping/hb_test_tools.py        | 180
36490  +++++++++++++++++++++++++++++++++++
36491  6 files changed, 197 insertions(+), 179 deletions(-)
36492
36493 commit 66aa080033dcff07b8bb5e7b1f0e3511f067d6c1
36494 Author: Behdad Esfahbod <behdad@behdad.org>
36495 Date:   Fri Jan 20 17:36:10 2012 -0500
36496
36497     Remove test-shape-complex
36498
36499     New shaping testsuite and framework coming.
36500
36501  test/api/Makefile.am               |    6 -
36502  test/api/test-shape-complex.c      | 1237
36503  ------------------------------------
36504  test/shaping/hb-unicode-prettyname |    1 +
36505  3 files changed, 1 insertion(+), 1243 deletions(-)
36506
36507 commit ed459bfb63c58b59fc0dbe25021c396e8ef8683c
36508 Author: Behdad Esfahbod <behdad@behdad.org>
36509 Date:   Fri Jan 20 17:24:05 2012 -0500
36510
36511     Add hb-unicode-encode
36512
36513  test/shaping/hb-unicode-encode | 22 ++++++++++++++++++++++
36514  1 file changed, 22 insertions(+)
36515
36516 commit d8134bc017ca3383e0978ddee57070eb3aab8964
36517 Author: Behdad Esfahbod <behdad@behdad.org>
36518 Date:   Fri Jan 20 17:18:59 2012 -0500
36519
36520     [hb-shape] Add parantheses around --show-text output
36521
36522  util/options.cc | 2 ++
36523  1 file changed, 2 insertions(+)
36524
36525 commit b12c4d43614199f8910a06507603f6c431d9df67
36526 Author: Behdad Esfahbod <behdad@behdad.org>
36527 Date:   Fri Jan 20 17:17:44 2012 -0500
36528
36529     Add hb-diff-filter-failures
36530
36531  test/shaping/hb-diff-filter-failures | 28 ++++++++++++++++++++++++++++
36532  1 file changed, 28 insertions(+)
36533
36534 commit d4bffbc55bf4c23ab5c7f46af613aeecc79ac515
36535 Author: Behdad Esfahbod <behdad@behdad.org>
36536 Date:   Fri Jan 20 17:16:35 2012 -0500
36537
36538     Move
36539
36540  test/shaping/texts/MANIFEST                                           |
36541  4 +---
36542  test/shaping/texts/in-tree/MANIFEST                                   |
36543  3 +++
36544  test/shaping/texts/{ => in-tree}/shaper-arabic/MANIFEST               | 0
36545  test/shaping/texts/{ => in-tree}/shaper-arabic/script-arabic/MANIFEST | 0
36546  .../shaping/texts/{ => in-tree}/shaper-arabic/script-mandaic/MANIFEST | 0
36547  .../texts/{ => in-tree}/shaper-arabic/script-mongolian/MANIFEST       | 0
36548  test/shaping/texts/{ => in-tree}/shaper-arabic/script-nko/MANIFEST    | 0
36549  test/shaping/texts/{ => in-tree}/shaper-arabic/script-syriac/MANIFEST | 0
36550  test/shaping/texts/{ => in-tree}/shaper-default/MANIFEST              | 0
36551  test/shaping/texts/{ => in-tree}/shaper-indic/MANIFEST                | 0
36552  test/shaping/texts/{ => in-tree}/shaper-indic/indic/MANIFEST          | 0
36553  .../texts/{ => in-tree}/shaper-indic/indic/script-assamese/MANIFEST   | 0
36554  .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/LICENSE    | 0
36555  .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/MANIFEST   | 0
36556  .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/README     | 0
36557  .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/SOURCES    | 0
36558  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
36559  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
36560  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
36561  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
36562  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
36563  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
36564  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
36565  .../shaper-indic/indic/script-assamese/utrrs/codepoint/MANIFEST       | 0
36566  .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt     | 0
36567  .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt     | 0
36568  .../shaper-indic/indic/script-assamese/utrrs/gpos/MANIFEST            | 0
36569  .../indic/script-assamese/utrrs/gsub/IndicFontFeatureGSUB.txt         | 0
36570  .../shaper-indic/indic/script-assamese/utrrs/gsub/MANIFEST            | 0
36571  .../texts/{ => in-tree}/shaper-indic/indic/script-bengali/MANIFEST    | 0
36572  .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/LICENSE     | 0
36573  .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/MANIFEST    | 0
36574  .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/README      | 0
36575  .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/SOURCES     | 0
36576  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
36577  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
36578  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
36579  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
36580  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
36581  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
36582  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
36583  .../shaper-indic/indic/script-bengali/utrrs/codepoint/MANIFEST        | 0
36584  .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
36585  .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt      | 0
36586  .../shaper-indic/indic/script-bengali/utrrs/gpos/MANIFEST             | 0
36587  .../indic/script-bengali/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
36588  .../shaper-indic/indic/script-bengali/utrrs/gsub/MANIFEST             | 0
36589  .../texts/{ => in-tree}/shaper-indic/indic/script-devanagari/MANIFEST | 0
36590  .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/LICENSE  | 0
36591  .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/MANIFEST | 0
36592  .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/README   | 0
36593  .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/SOURCES  | 0
36594  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
36595  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
36596  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
36597  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
36598  .../codepoint/IndicFontFeatureCodepoint-DevnagariSpecificAddition.txt | 0
36599  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
36600  .../utrrs/codepoint/IndicFontFeatureCodepoint-GenericPunctuation.txt  | 0
36601  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
36602  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
36603  .../shaper-indic/indic/script-devanagari/utrrs/codepoint/MANIFEST     | 0
36604  .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt   | 0
36605  .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt   | 0
36606  .../shaper-indic/indic/script-devanagari/utrrs/gpos/MANIFEST          | 0
36607  .../indic/script-devanagari/utrrs/gsub/IndicFontFeatureGSUB.txt       | 0
36608  .../shaper-indic/indic/script-devanagari/utrrs/gsub/MANIFEST          | 0
36609  .../texts/{ => in-tree}/shaper-indic/indic/script-gujarati/MANIFEST   | 0
36610  .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/LICENSE    | 0
36611  .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/MANIFEST   | 0
36612  .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/README     | 0
36613  .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/SOURCES    | 0
36614  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
36615  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
36616  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
36617  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
36618  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
36619  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
36620  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
36621  .../shaper-indic/indic/script-gujarati/utrrs/codepoint/MANIFEST       | 0
36622  .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt     | 0
36623  .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt     | 0
36624  .../shaper-indic/indic/script-gujarati/utrrs/gpos/MANIFEST            | 0
36625  .../indic/script-gujarati/utrrs/gsub/IndicFontFeatureGSUB.txt         | 0
36626  .../shaper-indic/indic/script-gujarati/utrrs/gsub/MANIFEST            | 0
36627  .../texts/{ => in-tree}/shaper-indic/indic/script-kannada/MANIFEST    | 0
36628  .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/LICENSE     | 0
36629  .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/MANIFEST    | 0
36630  .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/README      | 0
36631  .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/SOURCES     | 0
36632  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
36633  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
36634  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
36635  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
36636  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
36637  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
36638  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
36639  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
36640  .../shaper-indic/indic/script-kannada/utrrs/codepoint/MANIFEST        | 0
36641  .../script-kannada/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
36642  .../shaper-indic/indic/script-kannada/utrrs/gpos/MANIFEST             | 0
36643  .../indic/script-kannada/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
36644  .../shaper-indic/indic/script-kannada/utrrs/gsub/MANIFEST             | 0
36645  .../texts/{ => in-tree}/shaper-indic/indic/script-malayalam/MANIFEST  | 0
36646  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/LICENSE   | 0
36647  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/MANIFEST  | 0
36648  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/README    | 0
36649  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/SOURCES   | 0
36650  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
36651  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
36652  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
36653  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
36654  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
36655  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
36656  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
36657  .../shaper-indic/indic/script-malayalam/utrrs/codepoint/MANIFEST      | 0
36658  .../indic/script-malayalam/utrrs/gsub/IndicFontFeatureGSUB.txt        | 0
36659  .../shaper-indic/indic/script-malayalam/utrrs/gsub/MANIFEST           | 0
36660  .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/MANIFEST      | 0
36661  .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/LICENSE | 0
36662  .../{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/MANIFEST      | 0
36663  .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/README  | 0
36664  .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/SOURCES | 0
36665  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
36666  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
36667  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
36668  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
36669  .../script-oriya/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0
36670  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
36671  .../utrrs/codepoint/IndicFontFeatureCodepoint-OriyaSpecific.txt       | 0
36672  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
36673  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
36674  .../shaper-indic/indic/script-oriya/utrrs/codepoint/MANIFEST          | 0
36675  .../indic/script-oriya/utrrs/gsub/IndicFontFeatureGSUB.txt            | 0
36676  .../{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/gsub/MANIFEST | 0
36677  .../texts/{ => in-tree}/shaper-indic/indic/script-punjabi/MANIFEST    | 0
36678  .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/LICENSE     | 0
36679  .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/MANIFEST    | 0
36680  .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/README      | 0
36681  .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/SOURCES     | 0
36682  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
36683  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
36684  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
36685  .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt    | 0
36686  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
36687  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
36688  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
36689  .../shaper-indic/indic/script-punjabi/utrrs/codepoint/MANIFEST        | 0
36690  .../script-punjabi/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
36691  .../script-punjabi/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt      | 0
36692  .../shaper-indic/indic/script-punjabi/utrrs/gpos/MANIFEST             | 0
36693  .../indic/script-punjabi/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
36694  .../shaper-indic/indic/script-punjabi/utrrs/gsub/MANIFEST             | 0
36695  .../texts/{ => in-tree}/shaper-indic/indic/script-sinhala/MANIFEST    | 0
36696  .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/LICENSE     | 0
36697  .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/MANIFEST    | 0
36698  .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/README      | 0
36699  .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/SOURCES     | 0
36700  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
36701  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
36702  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
36703  .../utrrs/codepoint/IndicFontFeatureCodepoint-Punctuation.txt         | 0
36704  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
36705  .../shaper-indic/indic/script-sinhala/utrrs/codepoint/MANIFEST        | 0
36706  .../indic/script-sinhala/utrrs/gpos/IndicFontFeatureGPOS.txt          | 0
36707  .../shaper-indic/indic/script-sinhala/utrrs/gpos/MANIFEST             | 0
36708  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt | 0
36709  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt  | 0
36710  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt   | 0
36711  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Special-Cases.txt  | 0
36712  .../utrrs/gsub/IndicFontFeatureGSUB-TouchingLetters.txt               | 0
36713  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt  | 0
36714  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
36715  .../shaper-indic/indic/script-sinhala/utrrs/gsub/MANIFEST             | 0
36716  .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/MANIFEST      | 0
36717  .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/LICENSE | 0
36718  .../{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/MANIFEST      | 0
36719  .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/README  | 0
36720  .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/SOURCES | 0
36721  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
36722  .../utrrs/codepoint/IndicFontFeatureCodepoint-CurrencySymbols.txt     | 0
36723  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
36724  .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0
36725  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
36726  .../utrrs/codepoint/IndicFontFeatureCodepoint-Numerics.txt            | 0
36727  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
36728  .../utrrs/codepoint/IndicFontFeatureCodepoint-Symbols.txt             | 0
36729  .../utrrs/codepoint/IndicFontFeatureCodepoint-TamilSymbol.txt         | 0
36730  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
36731  .../shaper-indic/indic/script-tamil/utrrs/codepoint/MANIFEST          | 0
36732  .../indic/script-tamil/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  | 0
36733  .../indic/script-tamil/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  | 0
36734  .../{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/gpos/MANIFEST | 0
36735  .../indic/script-tamil/utrrs/gsub/IndicFontFeatureGSUB.txt            | 0
36736  .../{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/gsub/MANIFEST | 0
36737  .../texts/{ => in-tree}/shaper-indic/indic/script-telugu/MANIFEST     | 0
36738  .../{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/LICENSE      | 0
36739  .../{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/MANIFEST     | 0
36740  .../texts/{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/README | 0
36741  .../{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/SOURCES      | 0
36742  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
36743  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
36744  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
36745  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
36746  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
36747  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
36748  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
36749  .../shaper-indic/indic/script-telugu/utrrs/codepoint/MANIFEST         | 0
36750  .../indic/script-telugu/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 0
36751  .../shaper-indic/indic/script-telugu/utrrs/gpos/MANIFEST              | 0
36752  .../indic/script-telugu/utrrs/gsub/IndicFontFeatureGSUB.txt           | 0
36753  .../shaper-indic/indic/script-telugu/utrrs/gsub/MANIFEST              | 0
36754  212 files changed, 4 insertions(+), 3 deletions(-)
36755
36756 commit 45f640c98d752161e51eda63061d70fad9ab9f68
36757 Author: Behdad Esfahbod <behdad@behdad.org>
36758 Date:   Fri Jan 20 14:24:21 2012 -0500
36759
36760     Minor
36761
36762  test/shaping/hb-diff | 35 ++++++++++++++++++++---------------
36763  1 file changed, 20 insertions(+), 15 deletions(-)
36764
36765 commit 47ca766a9cbdfb304f60e23a4dee0a155075a277
36766 Author: Behdad Esfahbod <behdad@behdad.org>
36767 Date:   Fri Jan 20 14:21:53 2012 -0500
36768
36769     Minor
36770
36771  test/shaping/hb-unicode-decode     | 2 +-
36772  test/shaping/hb-unicode-prettyname | 5 ++---
36773  2 files changed, 3 insertions(+), 4 deletions(-)
36774
36775 commit 8f1db07894674b02c36ca9352e666b4618ee8832
36776 Author: Behdad Esfahbod <behdad@behdad.org>
36777 Date:   Fri Jan 20 13:57:57 2012 -0500
36778
36779     [test/shaping] Add some Indic test data for the new test suite
36780
36781     Imported from UTRRS.
36782
36783  test/shaping/texts/shaper-indic/indic/MANIFEST     |    2 +-
36784  .../shaper-indic/indic/script-assamese/MANIFEST    |    1 +
36785  .../indic/script-assamese/utrrs/LICENSE            |   19 +
36786  .../indic/script-assamese/utrrs/MANIFEST           |    3 +
36787  .../indic/script-assamese/utrrs/README             |   13 +
36788  .../indic/script-assamese/utrrs/SOURCES            |    2 +
36789  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
36790  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 +
36791  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 +
36792  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
36793  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   11 +
36794  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
36795  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
36796  .../indic/script-assamese/utrrs/codepoint/MANIFEST |    7 +
36797  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   59 +
36798  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  131 ++
36799  .../indic/script-assamese/utrrs/gpos/MANIFEST      |    2 +
36800  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  139 ++
36801  .../indic/script-assamese/utrrs/gsub/MANIFEST      |    1 +
36802  .../shaper-indic/indic/script-bengali/MANIFEST     |    1 +
36803  .../indic/script-bengali/utrrs/LICENSE             |   19 +
36804  .../indic/script-bengali/utrrs/MANIFEST            |    3 +
36805  .../shaper-indic/indic/script-bengali/utrrs/README |   13 +
36806  .../indic/script-bengali/utrrs/SOURCES             |    2 +
36807  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 +
36808  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 +
36809  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 +
36810  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
36811  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
36812  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
36813  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
36814  .../indic/script-bengali/utrrs/codepoint/MANIFEST  |    7 +
36815  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   58 +
36816  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  119 ++
36817  .../indic/script-bengali/utrrs/gpos/MANIFEST       |    2 +
36818  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  215 +++
36819  .../indic/script-bengali/utrrs/gsub/MANIFEST       |    1 +
36820  .../shaper-indic/indic/script-devanagari/MANIFEST  |    1 +
36821  .../indic/script-devanagari/utrrs/LICENSE          |   19 +
36822  .../indic/script-devanagari/utrrs/MANIFEST         |    3 +
36823  .../indic/script-devanagari/utrrs/README           |   13 +
36824  .../indic/script-devanagari/utrrs/SOURCES          |    2 +
36825  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    8 +
36826  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
36827  .../IndicFontFeatureCodepoint-Consonants.txt       |   45 +
36828  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   14 +
36829  ...tFeatureCodepoint-DevnagariSpecificAddition.txt |    1 +
36830  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
36831  ...ndicFontFeatureCodepoint-GenericPunctuation.txt |    2 +
36832  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   16 +
36833  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   10 +
36834  .../script-devanagari/utrrs/codepoint/MANIFEST     |    9 +
36835  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  185 +++
36836  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  185 +++
36837  .../indic/script-devanagari/utrrs/gpos/MANIFEST    |    2 +
36838  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1367
36839  ++++++++++++++++++++
36840  .../indic/script-devanagari/utrrs/gsub/MANIFEST    |    1 +
36841  .../shaper-indic/indic/script-gujarati/MANIFEST    |    1 +
36842  .../indic/script-gujarati/utrrs/LICENSE            |   19 +
36843  .../indic/script-gujarati/utrrs/MANIFEST           |    3 +
36844  .../indic/script-gujarati/utrrs/README             |   13 +
36845  .../indic/script-gujarati/utrrs/SOURCES            |    2 +
36846  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 +
36847  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 +
36848  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
36849  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
36850  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   13 +
36851  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
36852  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    7 +
36853  .../indic/script-gujarati/utrrs/codepoint/MANIFEST |    7 +
36854  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  170 +++
36855  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  170 +++
36856  .../indic/script-gujarati/utrrs/gpos/MANIFEST      |    2 +
36857  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1156
36858  +++++++++++++++++
36859  .../indic/script-gujarati/utrrs/gsub/MANIFEST      |    1 +
36860  .../shaper-indic/indic/script-kannada/MANIFEST     |    1 +
36861  .../indic/script-kannada/utrrs/LICENSE             |   19 +
36862  .../indic/script-kannada/utrrs/MANIFEST            |    3 +
36863  .../shaper-indic/indic/script-kannada/utrrs/README |   13 +
36864  .../indic/script-kannada/utrrs/SOURCES             |    2 +
36865  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    1 +
36866  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
36867  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 +
36868  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 +
36869  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
36870  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
36871  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
36872  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    9 +
36873  .../indic/script-kannada/utrrs/codepoint/MANIFEST  |    8 +
36874  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  188 +++
36875  .../indic/script-kannada/utrrs/gpos/MANIFEST       |    1 +
36876  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  306 +++++
36877  .../indic/script-kannada/utrrs/gsub/MANIFEST       |    1 +
36878  .../shaper-indic/indic/script-malayalam/MANIFEST   |    1 +
36879  .../indic/script-malayalam/utrrs/LICENSE           |   19 +
36880  .../indic/script-malayalam/utrrs/MANIFEST          |    2 +
36881  .../indic/script-malayalam/utrrs/README            |   13 +
36882  .../indic/script-malayalam/utrrs/SOURCES           |    2 +
36883  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
36884  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 +
36885  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
36886  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
36887  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
36888  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
36889  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 +
36890  .../script-malayalam/utrrs/codepoint/MANIFEST      |    7 +
36891  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  254 ++++
36892  .../indic/script-malayalam/utrrs/gsub/MANIFEST     |    1 +
36893  .../texts/shaper-indic/indic/script-oriya/MANIFEST |    1 +
36894  .../shaper-indic/indic/script-oriya/utrrs/LICENSE  |   19 +
36895  .../shaper-indic/indic/script-oriya/utrrs/MANIFEST |    2 +
36896  .../shaper-indic/indic/script-oriya/utrrs/README   |   13 +
36897  .../shaper-indic/indic/script-oriya/utrrs/SOURCES  |    2 +
36898  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    3 +
36899  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
36900  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 +
36901  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
36902  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
36903  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
36904  .../IndicFontFeatureCodepoint-OriyaSpecific.txt    |    2 +
36905  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
36906  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    8 +
36907  .../indic/script-oriya/utrrs/codepoint/MANIFEST    |    9 +
36908  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  170 +++
36909  .../indic/script-oriya/utrrs/gsub/MANIFEST         |    1 +
36910  .../shaper-indic/indic/script-punjabi/MANIFEST     |    1 +
36911  .../indic/script-punjabi/utrrs/LICENSE             |   19 +
36912  .../indic/script-punjabi/utrrs/MANIFEST            |    3 +
36913  .../shaper-indic/indic/script-punjabi/utrrs/README |   13 +
36914  .../indic/script-punjabi/utrrs/SOURCES             |    2 +
36915  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +
36916  .../IndicFontFeatureCodepoint-DependentVowels.txt  |    9 +
36917  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
36918  .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt |    6 +
36919  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   10 +
36920  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
36921  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
36922  .../indic/script-punjabi/utrrs/codepoint/MANIFEST  |    7 +
36923  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   22 +
36924  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |    2 +
36925  .../indic/script-punjabi/utrrs/gpos/MANIFEST       |    2 +
36926  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  152 +++
36927  .../indic/script-punjabi/utrrs/gsub/MANIFEST       |    1 +
36928  .../shaper-indic/indic/script-sinhala/MANIFEST     |    1 +
36929  .../indic/script-sinhala/utrrs/LICENSE             |   19 +
36930  .../indic/script-sinhala/utrrs/MANIFEST            |    3 +
36931  .../shaper-indic/indic/script-sinhala/utrrs/README |   13 +
36932  .../indic/script-sinhala/utrrs/SOURCES             |    2 +
36933  .../IndicFontFeatureCodepoint-Consonants.txt       |   41 +
36934  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   17 +
36935  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   18 +
36936  .../IndicFontFeatureCodepoint-Punctuation.txt      |    1 +
36937  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    3 +
36938  .../indic/script-sinhala/utrrs/codepoint/MANIFEST  |    5 +
36939  .../utrrs/gpos/IndicFontFeatureGPOS.txt            |  162 +++
36940  .../indic/script-sinhala/utrrs/gpos/MANIFEST       |    1 +
36941  .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt   |    1 +
36942  .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt    |   41 +
36943  .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt     |   42 +
36944  .../gsub/IndicFontFeatureGSUB-Special-Cases.txt    |    2 +
36945  .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt  |    1 +
36946  .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt    |   41 +
36947  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    1 +
36948  .../indic/script-sinhala/utrrs/gsub/MANIFEST       |    7 +
36949  .../texts/shaper-indic/indic/script-tamil/MANIFEST |    1 +
36950  .../shaper-indic/indic/script-tamil/utrrs/LICENSE  |   19 +
36951  .../shaper-indic/indic/script-tamil/utrrs/MANIFEST |    3 +
36952  .../shaper-indic/indic/script-tamil/utrrs/README   |   13 +
36953  .../shaper-indic/indic/script-tamil/utrrs/SOURCES  |    2 +
36954  .../IndicFontFeatureCodepoint-Consonants.txt       |   23 +
36955  .../IndicFontFeatureCodepoint-CurrencySymbols.txt  |    1 +
36956  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   11 +
36957  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
36958  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
36959  .../IndicFontFeatureCodepoint-Numerics.txt         |    3 +
36960  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
36961  .../IndicFontFeatureCodepoint-Symbols.txt          |    6 +
36962  .../IndicFontFeatureCodepoint-TamilSymbol.txt      |    1 +
36963  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 +
36964  .../indic/script-tamil/utrrs/codepoint/MANIFEST    |   10 +
36965  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   64 +
36966  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   44 +
36967  .../indic/script-tamil/utrrs/gpos/MANIFEST         |    2 +
36968  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    4 +
36969  .../indic/script-tamil/utrrs/gsub/MANIFEST         |    1 +
36970  .../shaper-indic/indic/script-telugu/MANIFEST      |    1 +
36971  .../shaper-indic/indic/script-telugu/utrrs/LICENSE |   19 +
36972  .../indic/script-telugu/utrrs/MANIFEST             |    3 +
36973  .../shaper-indic/indic/script-telugu/utrrs/README  |   13 +
36974  .../shaper-indic/indic/script-telugu/utrrs/SOURCES |    2 +
36975  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
36976  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +
36977  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 +
36978  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
36979  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
36980  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
36981  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
36982  .../indic/script-telugu/utrrs/codepoint/MANIFEST   |    7 +
36983  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  385 ++++++
36984  .../indic/script-telugu/utrrs/gpos/MANIFEST        |    1 +
36985  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  287 ++++
36986  .../indic/script-telugu/utrrs/gsub/MANIFEST        |    1 +
36987  202 files changed, 7581 insertions(+), 1 deletion(-)
36988
36989 commit 11267aef364b1cc5683ce65aaf544b7f2a127fb3
36990 Author: Behdad Esfahbod <behdad@behdad.org>
36991 Date:   Fri Jan 20 13:57:14 2012 -0500
36992
36993     Fix
36994
36995  test/shaping/Makefile.am | 2 +-
36996  1 file changed, 1 insertion(+), 1 deletion(-)
36997
36998 commit 4e84ce48d5d41cf1bad2fb8774e5c66745b0e75e
36999 Author: Behdad Esfahbod <behdad@behdad.org>
37000 Date:   Fri Jan 20 13:50:55 2012 -0500
37001
37002     Move hb-diff to test/shaping/
37003
37004  {util => test/shaping}/hb-diff | 0
37005  util/Makefile.am               | 2 --
37006  2 files changed, 2 deletions(-)
37007
37008 commit f868e1b84d2f73688d4d6558d44610b1ac75ec13
37009 Author: Behdad Esfahbod <behdad@behdad.org>
37010 Date:   Fri Jan 20 13:50:05 2012 -0500
37011
37012     Add hb-unicode-decode
37013
37014  test/shaping/{hb-read-manifest => hb-manifest-read}   |  0
37015  .../{hb-update-manifests => hb-manifest-update}       |  0
37016  test/shaping/hb-unicode-decode                        | 19
37017  +++++++++++++++++++
37018  3 files changed, 19 insertions(+)
37019
37020 commit 9ab23ef4749b51e60464b9ef2a92739cdc2b36ba
37021 Author: Behdad Esfahbod <behdad@behdad.org>
37022 Date:   Fri Jan 20 13:49:56 2012 -0500
37023
37024     Minor
37025
37026  test/shaping/hb-unicode-prettyname | 5 +++++
37027  1 file changed, 5 insertions(+)
37028
37029 commit c8d81db03335192f20f08ab8fabe9869fd7350a2
37030 Author: Behdad Esfahbod <behdad@behdad.org>
37031 Date:   Fri Jan 20 13:39:27 2012 -0500
37032
37033     Recognize more characters
37034
37035  test/shaping/hb-unicode-prettyname | 7 +++++++
37036  1 file changed, 7 insertions(+)
37037
37038 commit 0016d4662d486fa32c2191df801a2792f44b273c
37039 Author: Behdad Esfahbod <behdad@behdad.org>
37040 Date:   Fri Jan 20 13:31:59 2012 -0500
37041
37042     [test] Make hb-unicode-prettyname take a --stdin option
37043
37044  test/shaping/hb-unicode-prettyname | 15 +++++++++------
37045  1 file changed, 9 insertions(+), 6 deletions(-)
37046
37047 commit ad8c6446f2e0d21d065203924467f6a2c418401e
37048 Author: Behdad Esfahbod <behdad@behdad.org>
37049 Date:   Thu Jan 19 20:28:31 2012 -0500
37050
37051     [test/shaping] Add hb-unicode-prettyname
37052
37053  test/shaping/hb-unicode-prettyname | 38
37054  ++++++++++++++++++++++++++++++++++++++
37055  1 file changed, 38 insertions(+)
37056
37057 commit e900869b0f373d25b72d966338beb6cbc53e6446
37058 Author: Behdad Esfahbod <behdad@behdad.org>
37059 Date:   Thu Jan 19 20:28:15 2012 -0500
37060
37061     [test/shaping] Add hb-read-manifest
37062
37063  test/shaping/hb-read-manifest | 36 ++++++++++++++++++++++++++++++++++++
37064  1 file changed, 36 insertions(+)
37065
37066 commit a211cd3ffce3aa100e92d837384bbaa9decf6b09
37067 Author: Behdad Esfahbod <behdad@behdad.org>
37068 Date:   Thu Jan 19 20:27:53 2012 -0500
37069
37070     Ignore AUTHORS also
37071
37072  test/shaping/hb-update-manifests | 2 +-
37073  1 file changed, 1 insertion(+), 1 deletion(-)
37074
37075 commit c91c4fa47140c0d6191241a832fc534b1c1514ce
37076 Author: Behdad Esfahbod <behdad@behdad.org>
37077 Date:   Thu Jan 19 17:51:57 2012 -0500
37078
37079     [hb-shape] Change glyphstring brackets from </> to [/]
37080
37081     Sorry for the disruption but I need this to differentiate from the
37082     Unicode string.
37083
37084  util/options.cc | 4 ++--
37085  1 file changed, 2 insertions(+), 2 deletions(-)
37086
37087 commit 36fe87d1b4bf8317074a597501d1ee52c0bec38d
37088 Author: Behdad Esfahbod <behdad@behdad.org>
37089 Date:   Thu Jan 19 16:55:26 2012 -0500
37090
37091     More Indic tests from Pravin
37092
37093  test/api/test-shape-complex.c | 48
37094  +++++++++++++++++++++++++++++++++++++++++++
37095  1 file changed, 48 insertions(+)
37096
37097 commit a33e46cf7d9862856fd7ecb04e047cc58a9785c8
37098 Author: Behdad Esfahbod <behdad@behdad.org>
37099 Date:   Thu Jan 19 15:43:48 2012 -0500
37100
37101     [test/shaping] Add hb-update-manifests
37102
37103  test/shaping/Makefile.am                       |  6 ++----
37104  test/shaping/hb-update-manifests               | 22
37105  ++++++++++++++++++++++
37106  test/shaping/texts/shaper-indic/indic/MANIFEST |  1 +
37107  3 files changed, 25 insertions(+), 4 deletions(-)
37108
37109 commit d4de562adf691425b15e3e9c0eec035feaa60413
37110 Author: Behdad Esfahbod <behdad@behdad.org>
37111 Date:   Thu Jan 19 15:21:04 2012 -0500
37112
37113     Start adding new shaping test suite together
37114
37115  configure.ac                                                   |  1 +
37116  test/Makefile.am                                               |  2 +-
37117  test/shaping/Makefile.am                                       |
37118  10 ++++++++++
37119  test/shaping/texts/MANIFEST                                    |  3 +++
37120  test/shaping/texts/shaper-arabic/MANIFEST                      |  5 +++++
37121  test/shaping/texts/shaper-arabic/script-arabic/MANIFEST        |  0
37122  test/shaping/texts/shaper-arabic/script-mandaic/MANIFEST       |  0
37123  test/shaping/texts/shaper-arabic/script-mongolian/MANIFEST     |  0
37124  test/shaping/texts/shaper-arabic/script-nko/MANIFEST           |  0
37125  test/shaping/texts/shaper-arabic/script-syriac/MANIFEST        |  0
37126  test/shaping/texts/shaper-default/MANIFEST                     |  0
37127  test/shaping/texts/shaper-indic/MANIFEST                       |  1 +
37128  test/shaping/texts/shaper-indic/indic/MANIFEST                 |
37129  10 ++++++++++
37130  test/shaping/texts/shaper-indic/indic/script-assamese/MANIFEST |  0
37131  test/shaping/texts/shaper-indic/indic/script-bengali/MANIFEST  |  0
37132  .../texts/shaper-indic/indic/script-devanagari/MANIFEST        |  0
37133  test/shaping/texts/shaper-indic/indic/script-gujarati/MANIFEST |  0
37134  test/shaping/texts/shaper-indic/indic/script-kannada/MANIFEST  |  0
37135  .../shaping/texts/shaper-indic/indic/script-malayalam/MANIFEST |  0
37136  test/shaping/texts/shaper-indic/indic/script-oriya/MANIFEST    |  0
37137  test/shaping/texts/shaper-indic/indic/script-punjabi/MANIFEST  |  0
37138  test/shaping/texts/shaper-indic/indic/script-tamil/MANIFEST    |  0
37139  test/shaping/texts/shaper-indic/indic/script-telugu/MANIFEST   |  0
37140  23 files changed, 31 insertions(+), 1 deletion(-)
37141
37142 commit 7a4a848db27d1605195f677c9c8632cde558aa05
37143 Author: Behdad Esfahbod <behdad@behdad.org>
37144 Date:   Thu Jan 19 15:15:21 2012 -0500
37145
37146     Minor
37147
37148  src/hb-ot-shape-complex-private.hh | 3 ++-
37149  1 file changed, 2 insertions(+), 1 deletion(-)
37150
37151 commit 4d6dafd47f4271549e528d2e8047d50562aef399
37152 Author: Behdad Esfahbod <behdad@behdad.org>
37153 Date:   Thu Jan 19 14:52:02 2012 -0500
37154
37155     Rename test/ to test/api/
37156
37157  configure.ac                        |   1 +
37158  test/Makefile.am                    | 128
37159  +----------------------------------
37160  test/api/Makefile.am                | 131
37161  ++++++++++++++++++++++++++++++++++++
37162  test/{ => api}/hb-test.h            |   0
37163  test/{ => api}/test-blob.c          |   0
37164  test/{ => api}/test-buffer.c        |   0
37165  test/{ => api}/test-c.c             |   0
37166  test/{ => api}/test-common.c        |   0
37167  test/{ => api}/test-cplusplus.cc    |   0
37168  test/{ => api}/test-font.c          |   0
37169  test/{ => api}/test-object.c        |   0
37170  test/{ => api}/test-ot-tag.c        |   0
37171  test/{ => api}/test-shape-complex.c |   0
37172  test/{ => api}/test-shape.c         |   0
37173  test/{ => api}/test-unicode.c       |   0
37174  test/{ => api}/test-version.c       |   0
37175  16 files changed, 133 insertions(+), 127 deletions(-)
37176
37177 commit 3b5c22c39b87155f315853fb0c40edcf14e99b54
37178 Author: Behdad Esfahbod <behdad@behdad.org>
37179 Date:   Thu Jan 19 14:28:11 2012 -0500
37180
37181     Remove src/test.cc
37182
37183     Not really useful.
37184
37185  src/Makefile.am |   6 +--
37186  src/test.cc     | 132
37187  --------------------------------------------------------
37188  2 files changed, 1 insertion(+), 137 deletions(-)
37189
37190 commit 4983feebbbb25e79201bf34035e4d58e61218758
37191 Author: Behdad Esfahbod <behdad@behdad.org>
37192 Date:   Thu Jan 19 13:54:52 2012 -0500
37193
37194     [hb-diff] Clean up
37195
37196  util/hb-diff | 41 ++++++++++++++++++++++++++---------------
37197  1 file changed, 26 insertions(+), 15 deletions(-)
37198
37199 commit cdc673d97c5ffedb386865a81f54a5cedcbad27c
37200 Author: Behdad Esfahbod <behdad@behdad.org>
37201 Date:   Thu Jan 19 12:46:18 2012 -0500
37202
37203     [hb-shape] Add --show-line-num
37204
37205     Ok, much more useful as a test suite driver now.
37206
37207  util/hb-shape.cc | 24 +++++-------------------
37208  util/options.cc  | 34 ++++++++++++++++++++++++++++++++++
37209  util/options.hh  | 25 ++++++++++++++++++++-----
37210  3 files changed, 59 insertions(+), 24 deletions(-)
37211
37212 commit cc4d9810d6318ca2e4de3b8d62f03b51cc21ee05
37213 Author: Behdad Esfahbod <behdad@behdad.org>
37214 Date:   Thu Jan 19 12:32:20 2012 -0500
37215
37216     [hb-shape] Add --show-text and --show-unicode options
37217
37218  util/hb-shape.cc | 19 ++++++++++++++++++-
37219  util/options.cc  | 26 +++++++++++++++++++++++---
37220  util/options.hh  | 12 +++++++++---
37221  3 files changed, 50 insertions(+), 7 deletions(-)
37222
37223 commit 27c36af411c7c4d75dd25d79fc76dd92c6bb9643
37224 Author: Behdad Esfahbod <behdad@behdad.org>
37225 Date:   Thu Jan 19 12:30:43 2012 -0500
37226
37227     Fix OOB in hb-shape
37228
37229  util/options.cc | 2 +-
37230  1 file changed, 1 insertion(+), 1 deletion(-)
37231
37232 commit 8d2781d69274672303e30522e222bd01c6b5e781
37233 Author: Behdad Esfahbod <behdad@behdad.org>
37234 Date:   Thu Jan 19 11:36:39 2012 -0500
37235
37236     [test] Add two Indic test cases from Bernard Massot
37237
37238  test/test-shape-complex.c | 16 ++++++++++++++++
37239  1 file changed, 16 insertions(+)
37240
37241 commit 8750abaf8410005facbea8c886c592bead7f959b
37242 Author: Behdad Esfahbod <behdad@behdad.org>
37243 Date:   Wed Jan 18 22:47:44 2012 -0500
37244
37245     [util] Add --help-features
37246
37247     Patch from Khaled Hosny.
37248
37249  util/options.cc | 42 +++++++++++++++++++++++++++++++++++++++++-
37250  1 file changed, 41 insertions(+), 1 deletion(-)
37251
37252 commit 889caa52fa1bef61013ec1d127f84d7d5907ef1e
37253 Author: Behdad Esfahbod <behdad@behdad.org>
37254 Date:   Wed Jan 18 22:32:52 2012 -0500
37255
37256     [icu] Use U_FAILURE
37257
37258  src/hb-icu.cc | 10 +++++-----
37259  1 file changed, 5 insertions(+), 5 deletions(-)
37260
37261 commit 36a4f4a482456ee816dcb59befa0b0538ba487df
37262 Author: Behdad Esfahbod <behdad@behdad.org>
37263 Date:   Wed Jan 18 22:16:49 2012 -0500
37264
37265     Replace u_strlen() with u_countChar32()
37266
37267     The latter is what I meant.
37268
37269  src/hb-icu.cc | 8 +++-----
37270  1 file changed, 3 insertions(+), 5 deletions(-)
37271
37272 commit 055fb24d03ae518fa0aa6c2860a03f3cb6a5ef0d
37273 Author: Behdad Esfahbod <behdad@behdad.org>
37274 Date:   Wed Jan 18 21:58:34 2012 -0500
37275
37276     Add test for bug in ICU decompose
37277
37278     As reported by Kenichi Ishibashi on 2011-10-28.
37279
37280  test/test-unicode.c | 2 +-
37281  1 file changed, 1 insertion(+), 1 deletion(-)
37282
37283 commit c521e793bd6c1dafacb94253a45b9c70ab38525e
37284 Author: Behdad Esfahbod <behdad@behdad.org>
37285 Date:   Wed Jan 18 21:51:05 2012 -0500
37286
37287     Fix OOB in replace_glyph()
37288
37289     Patch from Kenichi Ishibashi.
37290
37291  src/hb-buffer.cc | 2 ++
37292  1 file changed, 2 insertions(+)
37293
37294 commit 03408ce73d003ed4e58e3f8472f9445e72b86bee
37295 Author: Behdad Esfahbod <behdad@behdad.org>
37296 Date:   Wed Jan 18 21:28:34 2012 -0500
37297
37298     Fix more possible buffer overruns
37299
37300     I have this function, but can't clean up it to my satisfaction.
37301
37302  src/hb-ot-layout-gsubgpos-private.hh | 6 ++++--
37303  1 file changed, 4 insertions(+), 2 deletions(-)
37304
37305 commit 7d479900cd11bc88148cd601ee43bc5492ce5843
37306 Author: Behdad Esfahbod <behdad@behdad.org>
37307 Date:   Wed Jan 18 21:19:32 2012 -0500
37308
37309     Refactor the two remaining uses of _hb_ot_layout_skip_mark()
37310
37311  src/hb-ot-layout-gsub-table.hh       | 2 +-
37312  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++--
37313  2 files changed, 6 insertions(+), 3 deletions(-)
37314
37315 commit 506ffeb8e77a668fa305139582d215c32e46bb03
37316 Author: Behdad Esfahbod <behdad@behdad.org>
37317 Date:   Wed Jan 18 16:07:53 2012 -0500
37318
37319     Further mark skippy fixes from Jonathan Kew
37320
37321     We should be in good shape now.
37322
37323  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
37324  1 file changed, 3 insertions(+), 1 deletion(-)
37325
37326 commit a4a48fe6d4f884a37e720430347d10dbe3562a79
37327 Author: Behdad Esfahbod <behdad@behdad.org>
37328 Date:   Tue Jan 17 18:08:41 2012 -0500
37329
37330     Fix mark skipping regression
37331
37332     Ouch!
37333
37334  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
37335  1 file changed, 1 insertion(+), 1 deletion(-)
37336
37337 commit 4ab97311541225906f6b737a2b47de252224cc09
37338 Author: Behdad Esfahbod <behdad@behdad.org>
37339 Date:   Mon Jan 16 22:05:08 2012 -0500
37340
37341     Refactor mark skipping
37342
37343  src/hb-ot-layout-gpos-table.hh       |  95 ++++++++++----------------
37344  src/hb-ot-layout-gsub-table.hh       |  21 +++---
37345  src/hb-ot-layout-gsubgpos-private.hh | 125
37346  +++++++++++++++++++++++++++--------
37347  3 files changed, 143 insertions(+), 98 deletions(-)
37348
37349 commit 370f03e9c69d98d735eafb7e72b13b17f42cbaa9
37350 Author: Behdad Esfahbod <behdad@behdad.org>
37351 Date:   Mon Jan 16 17:03:55 2012 -0500
37352
37353     Minor
37354
37355  src/hb-ot-layout-gsub-table.hh       | 5 ++---
37356  src/hb-ot-layout-gsubgpos-private.hh | 6 ++----
37357  2 files changed, 4 insertions(+), 7 deletions(-)
37358
37359 commit 4d3aeb8cb2bc1ca7cdd03ba28ba8c334f12d4c03
37360 Author: Behdad Esfahbod <behdad@behdad.org>
37361 Date:   Mon Jan 16 16:43:26 2012 -0500
37362
37363     [GSUB/GPOS] Fix mark skip indexing issues
37364
37365     Mozilla bug 701637 and 714067 combined.
37366
37367     Patch from Jonathan Kew.
37368
37369  src/hb-ot-layout-gpos-table.hh       | 42
37370  ++++++++++++++++-----------------
37371  src/hb-ot-layout-gsub-table.hh       | 21 +++++++++--------
37372  src/hb-ot-layout-gsubgpos-private.hh | 45
37373  ++++++++++++++++++------------------
37374  3 files changed, 54 insertions(+), 54 deletions(-)
37375
37376 commit e8eedf2687f05372bf5476e84139d01ba67c9f73
37377 Author: Behdad Esfahbod <behdad@behdad.org>
37378 Date:   Mon Jan 16 16:39:40 2012 -0500
37379
37380     Avoid enum trailing commas
37381
37382     Based on patch from Jonathan Kew.
37383
37384  src/hb-ot-shape-complex-indic.cc   | 4 ++--
37385  src/hb-ot-shape-complex-private.hh | 2 ++
37386  2 files changed, 4 insertions(+), 2 deletions(-)
37387
37388 commit 3d0ddd12801689b4093ffca97da4dd9ca669b64a
37389 Author: Behdad Esfahbod <behdad@behdad.org>
37390 Date:   Sun Jan 15 15:55:52 2012 -0500
37391
37392     Require glib >= 2.16 for the gobject option
37393
37394  configure.ac | 2 +-
37395  1 file changed, 1 insertion(+), 1 deletion(-)
37396
37397 commit 95ab82a992ab916046c2e6205db7cadeec88d206
37398 Author: Behdad Esfahbod <behdad@behdad.org>
37399 Date:   Sun Jan 15 14:56:56 2012 -0500
37400
37401     Disable gtk-doc macro
37402
37403     We don't have any docs yet.
37404
37405  configure.ac | 2 +-
37406  1 file changed, 1 insertion(+), 1 deletion(-)
37407
37408 commit 299ae0c3a367c84a835eadbd1276ca284d2720c0
37409 Author: Behdad Esfahbod <behdad@behdad.org>
37410 Date:   Sat Jan 14 21:29:45 2012 -0500
37411
37412     [icu] Remove glib-ism
37413
37414  src/hb-icu.cc | 4 ++--
37415  1 file changed, 2 insertions(+), 2 deletions(-)
37416
37417 commit a097043f9a81e6c20caf69a5dabdf9e00438d79b
37418 Author: Behdad Esfahbod <behdad@behdad.org>
37419 Date:   Sat Jan 14 17:55:51 2012 -0500
37420
37421     Allow space in one more place when parsing features
37422
37423  util/options.cc | 2 ++
37424  1 file changed, 2 insertions(+)
37425
37426 commit af92135424b994062648f4fb7e26af0bd970a4b1
37427 Author: Behdad Esfahbod <behdad@behdad.org>
37428 Date:   Fri Oct 21 09:18:43 2011 -0700
37429
37430     Minor
37431
37432  src/hb-object-private.hh | 2 +-
37433  1 file changed, 1 insertion(+), 1 deletion(-)
37434
37435 commit 89d89646e8163b6c0874b9a3c14d4da974ea8219
37436 Author: Behdad Esfahbod <behdad@behdad.org>
37437 Date:   Mon Oct 17 11:50:54 2011 -0700
37438
37439     Fix intrin.h b0rkage with older MSVC
37440
37441     Reported by Jonathan Kew.
37442
37443  src/hb-object-private.hh | 6 +++++-
37444  1 file changed, 5 insertions(+), 1 deletion(-)
37445
37446 commit af913c5788e600e36d29f44fe4e77db84cf8c442
37447 Author: Behdad Esfahbod <behdad@behdad.org>
37448 Date:   Mon Oct 17 11:39:28 2011 -0700
37449
37450     Fix infinite loop in normalization code with variation selectors
37451
37452     Reported by Jonathan Kew.
37453
37454  src/hb-ot-shape-normalize.cc | 5 ++++-
37455  1 file changed, 4 insertions(+), 1 deletion(-)
37456
37457 commit fd528c17b7b5ac912f1ac980e1d9981f561c3b46
37458 Author: Behdad Esfahbod <behdad@behdad.org>
37459 Date:   Wed Oct 12 15:03:58 2011 -0400
37460
37461     [util] Add --list-shapers to hb-view and hb-shape
37462
37463  util/options.cc | 17 ++++++++++++++++-
37464  1 file changed, 16 insertions(+), 1 deletion(-)
37465
37466 commit a17554bfd51dc8a37b1674d1ede63e616618e0a6
37467 Author: Behdad Esfahbod <behdad@behdad.org>
37468 Date:   Wed Sep 28 16:57:34 2011 -0400
37469
37470     Make test-c.c actually use hb
37471
37472     This will make sure we test that C code can actually link to the
37473     library.
37474
37475  test/test-c.c | 2 +-
37476  1 file changed, 1 insertion(+), 1 deletion(-)
37477
37478 commit 55deff7595ef357d000fef83559c74c9f8acad00
37479 Author: Behdad Esfahbod <behdad@behdad.org>
37480 Date:   Wed Sep 28 16:20:09 2011 -0400
37481
37482     Add comments
37483
37484  src/hb-ot-shape-normalize.cc | 4 ++++
37485  1 file changed, 4 insertions(+)
37486
37487 commit a240d5a0a3ccc71902e7a341b6d531995319999d
37488 Author: Behdad Esfahbod <behdad@behdad.org>
37489 Date:   Tue Sep 27 13:50:45 2011 -0400
37490
37491     Add TODO item
37492
37493  TODO | 2 ++
37494  1 file changed, 2 insertions(+)
37495
37496 commit 52ebdff49d13f239efc886de935d47be9860f6e5
37497 Author: Behdad Esfahbod <behdad@behdad.org>
37498 Date:   Tue Sep 27 12:38:16 2011 -0400
37499
37500     Fix GSUB lookuptype 1 subtype 1 delta wrapping
37501
37502  src/hb-ot-layout-gsub-table.hh | 4 +++-
37503  1 file changed, 3 insertions(+), 1 deletion(-)
37504
37505 commit 5857720cd35078d1c3906c8b2db3190b5166b66f
37506 Author: Behdad Esfahbod <behdad@behdad.org>
37507 Date:   Tue Sep 27 12:36:26 2011 -0400
37508
37509     [util] s/%d/%u/ when printing glyph ids and clusters
37510
37511  util/options.cc | 6 +++---
37512  1 file changed, 3 insertions(+), 3 deletions(-)
37513
37514 commit b95324cdd217f44c40c5fd44898e659500f19511
37515 Author: Behdad Esfahbod <behdad@behdad.org>
37516 Date:   Wed Sep 21 16:50:39 2011 -0400
37517
37518     Minor
37519
37520  src/hb-blob.cc | 2 +-
37521  1 file changed, 1 insertion(+), 1 deletion(-)
37522
37523 commit 0cd33592ab4bb486ffc438ba0efdac2fa7a1bb7f
37524 Author: Behdad Esfahbod <behdad@behdad.org>
37525 Date:   Wed Sep 21 16:49:33 2011 -0400
37526
37527     Fix possible leaks
37528
37529  src/hb-font.cc | 16 +++++++++++++---
37530  1 file changed, 13 insertions(+), 3 deletions(-)
37531
37532 commit d3f3690b485e1d240fec4f204aef54e07853a244
37533 Author: Behdad Esfahbod <behdad@behdad.org>
37534 Date:   Wed Sep 21 16:41:43 2011 -0400
37535
37536     hb-shape: In --no-glyph-names, output glyph number directly
37537
37538     Ie. write "86" instead of "gid86".
37539
37540  util/options.cc | 11 +++++++----
37541  1 file changed, 7 insertions(+), 4 deletions(-)
37542
37543 commit 088c1e27c0fc0cdef999cf1f567e4d5eb2cfb2e4
37544 Author: Behdad Esfahbod <behdad@behdad.org>
37545 Date:   Tue Sep 20 14:43:55 2011 -0400
37546
37547     [util] Fix option parsing
37548
37549     Wow, who knew bool is one byte and I was using it as a 4byte int?!
37550
37551     C++ auto casts fails you in mysterious ways...
37552
37553  util/helper-cairo.cc |  2 +-
37554  util/options.cc      |  3 ++-
37555  util/options.hh      | 14 +++++++-------
37556  3 files changed, 10 insertions(+), 9 deletions(-)
37557
37558 commit d606daa4cca323c8977b2e52e6863dc0f1b72fa9
37559 Author: Behdad Esfahbod <behdad@behdad.org>
37560 Date:   Tue Sep 20 14:34:06 2011 -0400
37561
37562     Whitespace
37563
37564  src/gen-arabic-table.py | 2 +-
37565  src/gen-indic-table.py  | 2 +-
37566  2 files changed, 2 insertions(+), 2 deletions(-)
37567
37568 commit e700bce1189465a159a7c3c179f231be224f31cc
37569 Author: Behdad Esfahbod <behdad@behdad.org>
37570 Date:   Tue Sep 20 11:20:53 2011 -0400
37571
37572     [util] Add hb-diff
37573
37574     A diff program written in Python that is more suitable for comparing
37575     hb-shape output from different backends.  Main differences with stock
37576     diff:
37577
37578     1. It outputs one line's comparison at a time, as opposed to batching
37579     '+' lines and '-' lines.
37580
37581     2. It colors the part of the line that changed, taking word boundaries
37582     into consideration.
37583
37584     You can pipe the colored output to 'less -r'.
37585
37586  util/Makefile.am |  2 ++
37587  util/hb-diff     | 59
37588  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
37589  2 files changed, 61 insertions(+)
37590
37591 commit 880c1f0e4ede65890592d28dfb38bb06f5b57500
37592 Author: Behdad Esfahbod <behdad@behdad.org>
37593 Date:   Mon Sep 19 23:10:22 2011 -0400
37594
37595     Rewrite ICU detection code with in-house macros
37596
37597     At least works for cross-compiling now...
37598
37599  configure.ac | 26 +++++++++++++++-----------
37600  1 file changed, 15 insertions(+), 11 deletions(-)
37601
37602 commit f83f0f4836691b04306c2ef80979f2e1d76a2f28
37603 Author: Behdad Esfahbod <behdad@behdad.org>
37604 Date:   Mon Sep 19 18:51:48 2011 -0400
37605
37606     [graphite] Add note about graphite shaker brokenness
37607
37608  src/hb-graphite2.cc | 8 ++++++++
37609  1 file changed, 8 insertions(+)
37610
37611 commit 422558142aabb996d8ad1848df7ea4d5a8ade98a
37612 Author: Behdad Esfahbod <behdad@behdad.org>
37613 Date:   Mon Sep 19 17:57:02 2011 -0400
37614
37615     [util] Account for line-space in surface size
37616
37617  util/options.cc    | 2 +-
37618  util/options.hh    | 1 -
37619  util/view-cairo.cc | 2 +-
37620  3 files changed, 2 insertions(+), 3 deletions(-)
37621
37622 commit b5afd8f78e6b372f1bbed469329c1554adb20eea
37623 Author: Behdad Esfahbod <behdad@behdad.org>
37624 Date:   Mon Sep 19 16:56:21 2011 -0400
37625
37626     [util] Rename --output to --output_file, and --format to
37627     --output-format
37628
37629  util/options.cc | 4 ++--
37630  1 file changed, 2 insertions(+), 2 deletions(-)
37631
37632 commit 0a965eee880428a43ad7f9d1317c344666247dd7
37633 Author: Behdad Esfahbod <behdad@behdad.org>
37634 Date:   Mon Sep 19 16:53:47 2011 -0400
37635
37636     Minor
37637
37638  src/hb-ot-shape-complex-indic.cc | 4 ++++
37639  1 file changed, 4 insertions(+)
37640
37641 commit 466393c2f04fb5b3dcb3e81ea9609905fa8c9648
37642 Author: Behdad Esfahbod <behdad@behdad.org>
37643 Date:   Mon Sep 19 16:50:18 2011 -0400
37644
37645     Really fix build this time
37646
37647  util/hb-view.hh | 1 -
37648  1 file changed, 1 deletion(-)
37649
37650 commit fe1605db4f28ed75d5debe0db45a19aa77f0585f
37651 Author: Behdad Esfahbod <behdad@behdad.org>
37652 Date:   Mon Sep 19 16:49:03 2011 -0400
37653
37654     Fix dist
37655
37656  util/Makefile.am | 2 ++
37657  1 file changed, 2 insertions(+)
37658
37659 commit 8b8b19056decaf09e4e0ccd9412ee1aeb30f4de7
37660 Author: Behdad Esfahbod <behdad@behdad.org>
37661 Date:   Mon Sep 19 16:41:17 2011 -0400
37662
37663     [util] Add hb-shape utility
37664
37665     Like hb-view, but prints out buffer contents.
37666
37667     The output format is kinda cryptic.  Suggestions welcome.
37668
37669  configure.ac                        |   6 -
37670  util/Makefile.am                    |  44 +++--
37671  util/{common.cc => hb-shape.cc}     |  57 ++++--
37672  util/hb-view.cc                     |  44 +----
37673  util/hb-view.hh                     |  79 ++++++++
37674  util/helper-cairo.cc                | 375
37675  +++++++++++++++++++++++++++++++++++
37676  util/{common.hh => helper-cairo.hh} |  64 ++++--
37677  util/options.cc                     |  79 ++++++++
37678  util/options.hh                     |  53 ++++-
37679  util/view-cairo.cc                  | 381
37680  ++----------------------------------
37681  util/view-cairo.hh                  |   8 +-
37682  11 files changed, 717 insertions(+), 473 deletions(-)
37683
37684 commit eb2d8be7a8ede0c0f5e346cf06516792f83f36f7
37685 Author: Behdad Esfahbod <behdad@behdad.org>
37686 Date:   Mon Sep 19 16:15:22 2011 -0400
37687
37688     Minor
37689
37690  TODO | 2 ++
37691  1 file changed, 2 insertions(+)
37692
37693 commit f6496663c2f6849a944e41afcf9511f378477532
37694 Author: Behdad Esfahbod <behdad@behdad.org>
37695 Date:   Mon Sep 19 15:45:52 2011 -0400
37696
37697     [util] If no text is provided, simply call cairo_show_glyphs()
37698
37699  util/view-cairo.cc | 92
37700  ++++++++++++++++++++++++++++++------------------------
37701  1 file changed, 51 insertions(+), 41 deletions(-)
37702
37703 commit 5c299343118d1eaff32ffb2a5dac077cfff67dee
37704 Author: Behdad Esfahbod <behdad@behdad.org>
37705 Date:   Mon Sep 19 14:53:26 2011 -0400
37706
37707     [uniscribe] Various improvements
37708
37709  src/hb-uniscribe.cc | 30 +++++++++++++++++++-----------
37710  1 file changed, 19 insertions(+), 11 deletions(-)
37711
37712 commit 11e51993ab562d4c7460eb7c43d0e97404e628e7
37713 Author: Behdad Esfahbod <behdad@behdad.org>
37714 Date:   Mon Sep 19 09:58:55 2011 -0400
37715
37716     [util] Move font-size into view-options
37717
37718  util/options.cc    | 2 +-
37719  util/options.hh    | 7 +++----
37720  util/view-cairo.cc | 4 ++--
37721  3 files changed, 6 insertions(+), 7 deletions(-)
37722
37723 commit 0fe296019746689551d224a5f6fb7e0ebe1b91dc
37724 Author: Behdad Esfahbod <behdad@behdad.org>
37725 Date:   Sat Sep 17 09:59:58 2011 -0400
37726
37727     Fix Linux build when io.h is available
37728
37729     Bug 40953 - fail compile git: make[2]: *** [hb_view-options.o] Error 1
37730
37731  configure.ac    | 2 +-
37732  util/options.cc | 8 ++++----
37733  2 files changed, 5 insertions(+), 5 deletions(-)
37734
37735 commit d2b3ab9ecebbf46cb9dac1f09c17379c50ea4575
37736 Author: Behdad Esfahbod <behdad@behdad.org>
37737 Date:   Fri Sep 16 16:59:17 2011 -0400
37738
37739     Fix "[util] Fix hb-view crash with bogus font."
37740
37741  util/view-cairo.cc | 2 +-
37742  1 file changed, 1 insertion(+), 1 deletion(-)
37743
37744 commit da4a2a1426ee3aa9d9678ec12c9ba4dfcba0bcf8
37745 Author: Behdad Esfahbod <behdad@behdad.org>
37746 Date:   Fri Sep 16 16:56:34 2011 -0400
37747
37748     Cosmetic
37749
37750  util/view-cairo.cc | 31 +++++++++++++++++++++++--------
37751  1 file changed, 23 insertions(+), 8 deletions(-)
37752
37753 commit 4274ed7ab6fb03fbf8eaaa43ab06647dc0beed79
37754 Author: Behdad Esfahbod <behdad@behdad.org>
37755 Date:   Fri Sep 16 16:52:26 2011 -0400
37756
37757     [util] Fix hb-view crash with bogus font
37758
37759  util/view-cairo.cc | 8 +++++++-
37760  1 file changed, 7 insertions(+), 1 deletion(-)
37761
37762 commit 5ddd9cc499f2470eca239ae357a5c8a3626c0809
37763 Author: Behdad Esfahbod <behdad@behdad.org>
37764 Date:   Fri Sep 16 16:40:44 2011 -0400
37765
37766     Minor
37767
37768  src/hb-private.hh         | 2 +-
37769  src/hb-unicode-private.hh | 4 ++--
37770  src/test.cc               | 4 ++--
37771  util/common.hh            | 2 +-
37772  util/options.cc           | 8 ++++----
37773  5 files changed, 10 insertions(+), 10 deletions(-)
37774
37775 commit 652d64aa8d32d914bf3ee2f2c451de103fea8fa9
37776 Author: Behdad Esfahbod <behdad@behdad.org>
37777 Date:   Fri Sep 16 16:34:39 2011 -0400
37778
37779     TODO items
37780
37781  TODO | 6 ++++++
37782  1 file changed, 6 insertions(+)
37783
37784 commit 947c9a778c0d4b428b58806f98c34ede59b7439c
37785 Author: Behdad Esfahbod <behdad@behdad.org>
37786 Date:   Fri Sep 16 16:33:18 2011 -0400
37787
37788     Minor
37789
37790  src/hb-ot-shape-normalize.cc | 4 ++--
37791  1 file changed, 2 insertions(+), 2 deletions(-)
37792
37793 commit d5476a30a10da5e54783c8dbf04340225a9a00d7
37794 Author: Behdad Esfahbod <behdad@behdad.org>
37795 Date:   Fri Sep 16 12:30:50 2011 -0400
37796
37797     Minor
37798
37799  src/hb-object-private.hh | 26 +++++++++++++++-----------
37800  1 file changed, 15 insertions(+), 11 deletions(-)
37801
37802 commit 55aeb0490454cc1ba93a42f307ed1230f59dee4b
37803 Author: Behdad Esfahbod <behdad@behdad.org>
37804 Date:   Fri Sep 16 02:08:36 2011 -0400
37805
37806     Fix reading text from stdin
37807
37808  util/options.cc    | 76
37809  +++++++++++++++++++++++++++++++++++-------------------
37810  util/options.hh    | 16 +++++++-----
37811  util/view-cairo.cc |  6 +++--
37812  3 files changed, 64 insertions(+), 34 deletions(-)
37813
37814 commit a75c1b125159f6cfb6b652a9ec40803f7c7e3f71
37815 Author: Behdad Esfahbod <behdad@behdad.org>
37816 Date:   Fri Sep 16 01:16:41 2011 -0400
37817
37818     Move code around
37819
37820  util/options.cc | 27 +++++++++++++++++++++++++--
37821  util/options.hh | 20 +-------------------
37822  2 files changed, 26 insertions(+), 21 deletions(-)
37823
37824 commit 7bf6ecd3bfb1ccf5d9ac6fe274efa74b46885fea
37825 Author: Behdad Esfahbod <behdad@behdad.org>
37826 Date:   Fri Sep 16 01:11:30 2011 -0400
37827
37828     Always shape at size=upem
37829
37830     Fixes bug with uniscribe not handling GIGANTIC sizes.
37831
37832  util/options.cc    | 2 +-
37833  util/view-cairo.cc | 8 ++++----
37834  util/view-cairo.hh | 2 +-
37835  3 files changed, 6 insertions(+), 6 deletions(-)
37836
37837 commit 674ee58d9bc9f825d769220d77f58513edae4558
37838 Author: Behdad Esfahbod <behdad@behdad.org>
37839 Date:   Fri Sep 16 00:54:05 2011 -0400
37840
37841     Minor
37842
37843  util/options.cc | 4 +---
37844  1 file changed, 1 insertion(+), 3 deletions(-)
37845
37846 commit 4451168e5d1ea26560899e9a9733b3a3f1853050
37847 Author: Behdad Esfahbod <behdad@behdad.org>
37848 Date:   Fri Sep 16 00:38:19 2011 -0400
37849
37850     Fix binary stdin/stdout io in Windows
37851
37852     Make --font-file accept "-" to mean stdin, and have it work
37853     in Windows too!
37854
37855  configure.ac    |  2 +-
37856  util/common.hh  |  5 +++++
37857  util/options.cc | 64
37858  +++++++++++++++++++++++++++++++++++++++++++++++----------
37859  util/options.hh | 10 +++++++--
37860  4 files changed, 67 insertions(+), 14 deletions(-)
37861
37862 commit 639b5957d9c7b6d8bef6784e3467ccc055ddeea4
37863 Author: Behdad Esfahbod <behdad@behdad.org>
37864 Date:   Thu Sep 15 18:09:49 2011 -0400
37865
37866     Minor
37867
37868  util/options.cc | 5 +++--
37869  util/options.hh | 4 ++--
37870  2 files changed, 5 insertions(+), 4 deletions(-)
37871
37872 commit f7e2ef74f856ee13d6fd6cf3f1e04bc162203bc2
37873 Author: Behdad Esfahbod <behdad@behdad.org>
37874 Date:   Thu Sep 15 17:52:00 2011 -0400
37875
37876     [hb-view] Make print to stdout work in Windows
37877
37878     Apparently there's no equivalent to "/dev/stdout", so write using
37879     stdio to be able to output to stdout.
37880
37881  util/common.hh     |  1 +
37882  util/options.hh    | 31 ++++++++++++++++-----
37883  util/view-cairo.cc | 79
37884  ++++++++++++++++++++++++++++++++++++------------------
37885  3 files changed, 78 insertions(+), 33 deletions(-)
37886
37887 commit 36b10f58cc70ce9570d17b30616f9cb27423e03b
37888 Author: Behdad Esfahbod <behdad@behdad.org>
37889 Date:   Thu Sep 15 16:29:51 2011 -0400
37890
37891     Minor
37892
37893  src/hb-ot-shape-normalize.cc | 7 +++++--
37894  1 file changed, 5 insertions(+), 2 deletions(-)
37895
37896 commit c4611cb66f8e3a133ec00e3ace62ef19d9b95b28
37897 Author: Behdad Esfahbod <behdad@behdad.org>
37898 Date:   Tue Sep 13 13:33:11 2011 -0400
37899
37900     Fix test
37901
37902  src/hb-graphite2.h | 1 +
37903  src/hb-ot-shape.h  | 1 +
37904  src/hb-uniscribe.h | 1 +
37905  3 files changed, 3 insertions(+)
37906
37907 commit b9b10ad78b1f977494a3a42b58f8040fe16505a3
37908 Author: Behdad Esfahbod <behdad@behdad.org>
37909 Date:   Tue Sep 13 13:30:39 2011 -0400
37910
37911     [util] Refactor hb-view completely
37912
37913     Now we can use the same code to do other utils...
37914
37915  configure.ac       |   2 +
37916  util/Makefile.am   |   2 +
37917  util/common.cc     |   7 +-
37918  util/common.hh     |   2 +-
37919  util/hb-view.cc    | 244 ++++-------------------------
37920  util/options.cc    | 321 ++++++++++++++++++++++++++------------
37921  util/options.hh    | 179 +++++++++++++++++++---
37922  util/view-cairo.cc | 440
37923  +++++++++++++++++++++++++++++++++++++++++++++++++++++
37924  util/view-cairo.hh |  63 ++++++++
37925  9 files changed, 927 insertions(+), 333 deletions(-)
37926
37927 commit bc4b07b05ea9e39eb9f966eb2c3e1c737efa77ff
37928 Author: Behdad Esfahbod <behdad@behdad.org>
37929 Date:   Thu Sep 8 17:08:32 2011 -0400
37930
37931     More reshuffling
37932
37933  util/hb-view.cc |  4 ++--
37934  util/options.cc | 64
37935  ++++++++++++++++++++++++++++++---------------------------
37936  util/options.hh | 13 ++++++------
37937  3 files changed, 43 insertions(+), 38 deletions(-)
37938
37939 commit 516857eb51bbb79ff4adf44e3fefbf460f9ee8f8
37940 Author: Behdad Esfahbod <behdad@behdad.org>
37941 Date:   Thu Sep 8 16:50:24 2011 -0400
37942
37943     [util] Simplify more
37944
37945  util/options.hh | 9 +++------
37946  1 file changed, 3 insertions(+), 6 deletions(-)
37947
37948 commit 4f4b114a5592c2f5d128ee795f159b438ad97829
37949 Author: Behdad Esfahbod <behdad@behdad.org>
37950 Date:   Thu Sep 8 16:49:02 2011 -0400
37951
37952     [util] Move code around
37953
37954  util/hb-view.cc |  8 +-------
37955  util/options.hh | 14 ++++++++++++++
37956  2 files changed, 15 insertions(+), 7 deletions(-)
37957
37958 commit 46d86a73a103b061144018c3fe947b57548fc58f
37959 Author: Behdad Esfahbod <behdad@behdad.org>
37960 Date:   Thu Sep 8 16:43:15 2011 -0400
37961
37962     Minor
37963
37964     We now support using -1 for NUL-terminated strings.
37965
37966  util/hb-view.cc | 2 --
37967  1 file changed, 2 deletions(-)
37968
37969 commit 90e312cb85df7a6dc350cb62138ab950790e3d15
37970 Author: Behdad Esfahbod <behdad@behdad.org>
37971 Date:   Thu Sep 8 16:42:37 2011 -0400
37972
37973     [util] Move code around
37974
37975  util/hb-view.cc | 5 -----
37976  util/options.hh | 4 ++++
37977  2 files changed, 4 insertions(+), 5 deletions(-)
37978
37979 commit 109cb382898f491eed733dba4ef5ba12de94aaf6
37980 Author: Behdad Esfahbod <behdad@behdad.org>
37981 Date:   Thu Sep 8 16:00:04 2011 -0400
37982
37983     [util] Further refactor option parsing
37984
37985  util/options.cc | 80
37986  +++++++++++++++++++++++++++++++++++++++++++++++----------
37987  util/options.hh | 20 ++++++++++++---
37988  2 files changed, 83 insertions(+), 17 deletions(-)
37989
37990 commit bc187e5ac7433f5561b0e97e8c62172c73883f3f
37991 Author: Behdad Esfahbod <behdad@behdad.org>
37992 Date:   Thu Sep 8 13:35:17 2011 -0400
37993
37994     Refine Indic scripts, following Martin Hosken's recommendation
37995
37996  src/hb-ot-shape-complex-private.hh | 56
37997  +++++++++++++++++++++++---------------
37998  1 file changed, 34 insertions(+), 22 deletions(-)
37999
38000 commit 738d096a06822e63b3894bd817ecb90e5fb94f73
38001 Author: Behdad Esfahbod <behdad@behdad.org>
38002 Date:   Fri Sep 2 13:31:19 2011 -0400
38003
38004     Pass through unknown ISO 639-3 language tags to OpenType engine
38005
38006     In hb_ot_tag_from_language(), if first component of an unknown
38007     language is three letters long, use it directly as OpenType language
38008     tag (after case conversion and padding).
38009
38010  src/hb-ot-tag.cc   | 8 ++++++++
38011  test/test-ot-tag.c | 5 +++++
38012  2 files changed, 13 insertions(+)
38013
38014 commit ea02cbf03c084b3ead6e9e4c9af07b3b47608d5b
38015 Author: Behdad Esfahbod <behdad@behdad.org>
38016 Date:   Fri Sep 2 12:39:20 2011 -0400
38017
38018     [graphite] Don't preload glyphs
38019
38020     Doesn't seem to be slower.
38021
38022  src/hb-graphite2.cc | 2 +-
38023  1 file changed, 1 insertion(+), 1 deletion(-)
38024
38025 commit 210a06f3d7bd2df55ebd1743da74f327c5a7a967
38026 Author: Behdad Esfahbod <behdad@behdad.org>
38027 Date:   Fri Aug 26 13:39:49 2011 +0200
38028
38029     Minor
38030
38031  src/hb-graphite2.h | 12 ++++++------
38032  src/hb-ot-shape.h  |  1 -
38033  src/hb-uniscribe.h |  1 -
38034  3 files changed, 6 insertions(+), 8 deletions(-)
38035
38036 commit 4a8d2e379a34b19bccc72bc3e2d9ace3fdd27733
38037 Author: Behdad Esfahbod <behdad@behdad.org>
38038 Date:   Fri Aug 26 09:40:54 2011 +0200
38039
38040     [graphite2] Chop a few more lines
38041
38042  src/hb-graphite2.cc | 13 ++++---------
38043  1 file changed, 4 insertions(+), 9 deletions(-)
38044
38045 commit 81ec289da799bd2f50da9382507c606d2c779ab9
38046 Author: Behdad Esfahbod <behdad@behdad.org>
38047 Date:   Fri Aug 26 09:33:06 2011 +0200
38048
38049     Minor
38050
38051  src/hb-graphite2.cc | 24 ++++++++++++------------
38052  1 file changed, 12 insertions(+), 12 deletions(-)
38053
38054 commit 3380de5abbaff535e1cf57ea7e5c2a7c4fdcfe66
38055 Author: Behdad Esfahbod <behdad@behdad.org>
38056 Date:   Fri Aug 26 09:30:49 2011 +0200
38057
38058     [graphite] Use buffer->replace_glyphs()
38059
38060  src/hb-graphite2.cc | 3 +--
38061  1 file changed, 1 insertion(+), 2 deletions(-)
38062
38063 commit 9ebe8c0286856d46430ae184ba7303bd34485883
38064 Author: Behdad Esfahbod <behdad@behdad.org>
38065 Date:   Fri Aug 26 09:29:42 2011 +0200
38066
38067     Add buffer->replace_glyphs()
38068
38069  src/hb-buffer-private.hh |  3 +++
38070  src/hb-buffer.cc         | 26 ++++++++++++++++++++++++++
38071  2 files changed, 29 insertions(+)
38072
38073 commit a5edb1031c204464da4f852ba3d90e8cc20cd20e
38074 Author: Behdad Esfahbod <behdad@behdad.org>
38075 Date:   Fri Aug 26 09:27:13 2011 +0200
38076
38077     Minor
38078
38079  src/hb-graphite2.cc | 9 +++++----
38080  1 file changed, 5 insertions(+), 4 deletions(-)
38081
38082 commit 290e3ee51727df75d136ccfff79831b94d1583b6
38083 Author: Behdad Esfahbod <behdad@behdad.org>
38084 Date:   Fri Aug 26 09:25:04 2011 +0200
38085
38086     [graphite] Only pass the first part language tag to graphite
38087
38088     Still not sure about:
38089
38090     1) Case.  We pass lowercase for now.  Would be nice if graphite was
38091     uppercase 3letter like OpenType,
38092
38093     2) Padding.  IMO, tag padding is always with spaces, but Martin was
38094     talking about NUL bytes.
38095
38096  src/hb-graphite2.cc | 5 +++--
38097  1 file changed, 3 insertions(+), 2 deletions(-)
38098
38099 commit 4c9fe88d30036340fe592bcbc375049b84602b8b
38100 Author: Behdad Esfahbod <behdad@behdad.org>
38101 Date:   Fri Aug 26 09:18:53 2011 +0200
38102
38103     [API] Make all _from_string() functions take a len parameter
38104
38105     Can be -1 for NUL-terminated string.  This is useful for passing parts
38106     of a larger string to a function without having to copy or modify the
38107     string first.
38108
38109     Affected functions:
38110
38111             hb_tag_t hb_tag_from_string()
38112             hb_direction_from_string()
38113             hb_language_from_string()
38114             hb_script_from_string()
38115
38116  src/hb-common.cc    | 29 +++++++++++++-------
38117  src/hb-common.h     | 12 +++++---
38118  src/hb-graphite2.cc |  2 +-
38119  src/hb-icu.cc       |  2 +-
38120  src/hb-ot-tag.cc    |  8 +++---
38121  test/test-buffer.c  |  4 +--
38122  test/test-common.c  | 79
38123  +++++++++++++++++++++++++++++++----------------------
38124  test/test-ot-tag.c  | 22 +++++++--------
38125  util/hb-view.cc     |  6 ++--
38126  util/options.cc     |  5 +---
38127  10 files changed, 96 insertions(+), 73 deletions(-)
38128
38129 commit a499bdea5cc5097dec62eeafdef58d08ba534be0
38130 Author: Behdad Esfahbod <behdad@behdad.org>
38131 Date:   Thu Aug 25 22:46:21 2011 +0200
38132
38133     [graphite2] Bail if grface is NULL
38134
38135  src/hb-graphite2.cc | 1 +
38136  1 file changed, 1 insertion(+)
38137
38138 commit 3007ffa9e53e6100a761c2363f50a2b19a0764fc
38139 Author: Behdad Esfahbod <behdad@behdad.org>
38140 Date:   Thu Aug 25 09:08:53 2011 +0200
38141
38142     Reorder combining-class to better suit Arabic shadda mark-mark
38143     positioning
38144
38145     As reported by Khaled on the list:
38146
38147     "After the introduction of canonical reordering of combining marks
38148     (commit 34c22f8), I'm no longer able to do mark/mark substitution or
38149     positioning for mark sequences that involve shadda as a first mark (or
38150     most interesting sequences at least).
38151
38152     "After some digging, it turned out that shadda have a ccc=33
38153     while most
38154     Arabic marks that combine with it have a lower ccc value, which
38155     results
38156     in the shadda being reordered after the other mark which,
38157     unsurprisingly, breaks my contextual substitution and mkmk anchors."
38158
38159     See:
38160
38161     http://unicode.org/faq/normalization.html#8
38162     http://unicode.org/faq/normalization.html#9
38163
38164  src/hb-ot-shape-private.hh | 18 +++++++++++++++++-
38165  1 file changed, 17 insertions(+), 1 deletion(-)
38166
38167 commit 74ef81a0b0f9adddfb42c3cb87f08f8156054519
38168 Author: Behdad Esfahbod <behdad@behdad.org>
38169 Date:   Wed Aug 24 19:16:13 2011 +0200
38170
38171     Fix make distcheck
38172
38173  src/Makefile.am              | 15 ++++++++-------
38174  src/hb-gobject-enums.cc.tmpl |  2 +-
38175  2 files changed, 9 insertions(+), 8 deletions(-)
38176
38177 commit 24bcdbcc0639ca9e9c0fde1a71cbbf1c3d2ef98d
38178 Author: Behdad Esfahbod <behdad@behdad.org>
38179 Date:   Wed Aug 24 19:13:15 2011 +0200
38180
38181     Add hb-ot-hmtx-table.hh
38182
38183     Oops!
38184
38185  src/hb-ot-hmtx-table.hh | 86
38186  +++++++++++++++++++++++++++++++++++++++++++++++++
38187  1 file changed, 86 insertions(+)
38188
38189 commit a3bd8a0e1862212a2d4141b973039bd000a3054f
38190 Author: Behdad Esfahbod <behdad@behdad.org>
38191 Date:   Wed Aug 24 03:22:49 2011 +0200
38192
38193     [graphite] Rewrite properly
38194
38195  src/hb-graphite2.cc | 633
38196  ++++++++++++++++++++++------------------------------
38197  src/hb-uniscribe.cc |   2 +
38198  2 files changed, 273 insertions(+), 362 deletions(-)
38199
38200 commit 5072934c35bddc23d6bcb07a41010da51eb1b090
38201 Author: Behdad Esfahbod <behdad@behdad.org>
38202 Date:   Wed Aug 24 02:24:27 2011 +0200
38203
38204     Minor
38205
38206  src/hb-uniscribe.cc | 14 +++++++-------
38207  1 file changed, 7 insertions(+), 7 deletions(-)
38208
38209 commit 46377396accf6b43792ffba553dcd9847608aa86
38210 Author: Behdad Esfahbod <behdad@behdad.org>
38211 Date:   Wed Aug 24 02:12:05 2011 +0200
38212
38213     [configure] Fix graphite bits
38214
38215  configure.ac | 9 +++++----
38216  1 file changed, 5 insertions(+), 4 deletions(-)
38217
38218 commit 71388b3ee71c7d3b79f842db7588bd683691797c
38219 Author: Behdad Esfahbod <behdad@behdad.org>
38220 Date:   Wed Aug 24 02:09:04 2011 +0200
38221
38222     [uniscribe] Minor
38223
38224  src/hb-uniscribe.cc | 19 +++++++++----------
38225  1 file changed, 9 insertions(+), 10 deletions(-)
38226
38227 commit cd2b901027bd154e31aa509c0cb2d86633e36398
38228 Author: Behdad Esfahbod <behdad@behdad.org>
38229 Date:   Wed Aug 24 01:47:25 2011 +0200
38230
38231     [graphite] Minor
38232
38233  src/hb-graphite2.cc | 10 ++++------
38234  src/hb-shape.cc     |  1 -
38235  2 files changed, 4 insertions(+), 7 deletions(-)
38236
38237 commit 834af3b48a1aca3e53811d1eb4ca09b582b8e598
38238 Author: Behdad Esfahbod <behdad@behdad.org>
38239 Date:   Wed Aug 24 01:45:47 2011 +0200
38240
38241     [graphite] Remove hb_graphite2_feature_check()
38242
38243     I don't see how this function can be useful.
38244
38245  src/hb-graphite2.cc | 10 ----------
38246  src/hb-graphite2.h  |  2 --
38247  2 files changed, 12 deletions(-)
38248
38249 commit 1f49cf32c96cb45a4d8ba2c210aeb7a8076b4762
38250 Author: Behdad Esfahbod <behdad@behdad.org>
38251 Date:   Wed Aug 24 01:29:25 2011 +0200
38252
38253     Add graphite2 integration from Martin Hosken
38254
38255     To be modified, a lot.
38256
38257  configure.ac                      |   9 +-
38258  contrib/python/lib/harfbuzz.pyx   |  20 +-
38259  contrib/python/runpy              |   2 -
38260  contrib/python/scripts/hbtestfont |   4 +-
38261  contrib/python/setup.py           |  18 +-
38262  src/Makefile.am                   |   7 +
38263  src/hb-graphite2.cc               | 446
38264  ++++++++++++++++++++++++++++++++++++++
38265  src/hb-graphite2.h                |  47 ++++
38266  src/hb-shape.cc                   |   7 +
38267  9 files changed, 542 insertions(+), 18 deletions(-)
38268
38269 commit 0e6d36d8a3f9f533cb6eb04408af62bfd1ad83da
38270 Author: Behdad Esfahbod <behdad@behdad.org>
38271 Date:   Wed Aug 24 01:31:29 2011 +0200
38272
38273     Minor
38274
38275  src/Makefile.am                                | 2 +-
38276  src/{hb-uniscribe-shape.cc => hb-uniscribe.cc} | 0
38277  2 files changed, 1 insertion(+), 1 deletion(-)
38278
38279 commit efde8113258b117ec0a7fbffe6d681442d045c41
38280 Author: Behdad Esfahbod <behdad@behdad.org>
38281 Date:   Tue Aug 23 00:04:57 2011 +0200
38282
38283     Add a constructor for hb_prealloced_array_t
38284
38285     Fixes build with MSVC.
38286
38287  src/hb-private.hh | 2 ++
38288  1 file changed, 2 insertions(+)
38289
38290 commit d75333f166d21e9b9f2341c3bc8a9ef8a886f4b3
38291 Author: Behdad Esfahbod <behdad@behdad.org>
38292 Date:   Fri Aug 19 19:59:24 2011 +0200
38293
38294     Add gobject enum support, but disabled for now
38295
38296     need to figure out the naming.  The generated code doesn't have the
38297     right name.
38298
38299  configure.ac                                 |  2 +
38300  src/Makefile.am                              | 13 +++--
38301  src/hb-gobject-enums.cc.tmpl                 | 74
38302  ++++++++++++++++++++++++++++
38303  src/{hb-gobject.cc => hb-gobject-structs.cc} |  0
38304  4 files changed, 86 insertions(+), 3 deletions(-)
38305
38306 commit 7d235d272f4c9213f54c9c807fb8fba5068c45b0
38307 Author: Behdad Esfahbod <behdad@behdad.org>
38308 Date:   Wed Aug 17 23:55:29 2011 +0200
38309
38310     Flesh out tt funcs a bit
38311
38312  src/hb-tt-font.cc | 36 +++++++++++++++++++++++++++++++++++-
38313  1 file changed, 35 insertions(+), 1 deletion(-)
38314
38315 commit b9415e76d7b41da203b9ae85e38b6dc777481184
38316 Author: Behdad Esfahbod <behdad@behdad.org>
38317 Date:   Wed Aug 17 19:21:44 2011 +0200
38318
38319     [API] Add hb_font_set_funcs_data()
38320
38321  src/hb-font.cc | 15 +++++++++++++++
38322  src/hb-font.h  |  6 ++++++
38323  2 files changed, 21 insertions(+)
38324
38325 commit e6c09cdf43201ff1b7f38e411ae1f9977e4f9271
38326 Author: Behdad Esfahbod <behdad@behdad.org>
38327 Date:   Wed Aug 17 19:07:59 2011 +0200
38328
38329     Remove the pre_allocate argument from hb_buffer_create()
38330
38331     For two reasons:
38332
38333     1. User can always call hb_buffer_pre_allocate() themselves, and
38334
38335     2. Now we do a pre_alloc in add_utfX anyway, so the total number of
38336     reallocs is limited to a small number (~3) anyway.  This just
38337     makes the
38338     API cleaner.
38339
38340  src/hb-buffer.cc          | 7 +------
38341  src/hb-buffer.h           | 2 +-
38342  src/test.cc               | 2 +-
38343  test/test-buffer.c        | 9 ++++-----
38344  test/test-object.c        | 4 ++--
38345  test/test-shape-complex.c | 2 +-
38346  test/test-shape.c         | 2 +-
38347  util/hb-view.cc           | 2 +-
38348  8 files changed, 12 insertions(+), 18 deletions(-)
38349
38350 commit 187bdeaa6c82fcb95fdd546da9c78b843e1dea0e
38351 Author: Behdad Esfahbod <behdad@behdad.org>
38352 Date:   Wed Aug 17 19:03:06 2011 +0200
38353
38354     Do (nothing for) hmtx sanitize
38355
38356  src/hb-ot-hhea-table.hh | 1 -
38357  src/hb-tt-font.cc       | 1 +
38358  2 files changed, 1 insertion(+), 1 deletion(-)
38359
38360 commit d6016e49108be183ab2dc9c226447d1db3a09b90
38361 Author: Behdad Esfahbod <behdad@behdad.org>
38362 Date:   Wed Aug 17 14:47:41 2011 +0200
38363
38364     Fix name-table sanitize
38365
38366  src/hb-ot-name-table.hh | 4 ++--
38367  1 file changed, 2 insertions(+), 2 deletions(-)
38368
38369 commit ae9877dea6a1aed3566d9b87a75ede84259deaca
38370 Author: Behdad Esfahbod <behdad@behdad.org>
38371 Date:   Wed Aug 17 14:43:45 2011 +0200
38372
38373     Add hhea-table support
38374
38375  src/Makefile.am                |   1 +
38376  src/hb-open-type-private.hh    |   6 ++
38377  src/hb-ot-head-table.hh        |   2 +-
38378  src/hb-ot-hhea-table.hh        |  93 ++++++++++++++++++
38379  src/hb-ot-layout-gdef-table.hh |   2 +-
38380  src/hb-ot-layout-gpos-table.hh |   2 +-
38381  src/hb-ot-layout-gsub-table.hh |   2 +-
38382  src/hb-ot-maxp-table.hh        |   2 +-
38383  src/hb-ot-name-table.hh        |   3 +-
38384  src/hb-tt-font.cc              | 207
38385  +++++++++++++++++++++++++++++++++++++++++
38386  10 files changed, 314 insertions(+), 6 deletions(-)
38387
38388 commit 7a750ac33ec482e2c4856c19ea607f3563741c24
38389 Author: Behdad Esfahbod <behdad@behdad.org>
38390 Date:   Wed Aug 17 14:19:59 2011 +0200
38391
38392     Rename table files from eg maxp-private.hh to maxp-table.hh
38393
38394  src/Makefile.am                                              | 12
38395  ++++++------
38396  src/hb-font.cc                                               |  2 +-
38397  src/{hb-ot-head-private.hh => hb-ot-head-table.hh}           |  6 +++---
38398  ...-ot-layout-gdef-private.hh => hb-ot-layout-gdef-table.hh} |  6 +++---
38399  ...-ot-layout-gpos-private.hh => hb-ot-layout-gpos-table.hh} |  6 +++---
38400  ...-ot-layout-gsub-private.hh => hb-ot-layout-gsub-table.hh} |  6 +++---
38401  src/hb-ot-layout-gsubgpos-private.hh                         |  2 +-
38402  src/hb-ot-layout.cc                                          |
38403  8 ++++----
38404  src/{hb-ot-maxp-private.hh => hb-ot-maxp-table.hh}           |  6 +++---
38405  src/{hb-ot-name-private.hh => hb-ot-name-table.hh}           |  6 +++---
38406  src/hb-uniscribe-shape.cc                                    |  2 +-
38407  src/main.cc                                                  |  2 +-
38408  12 files changed, 32 insertions(+), 32 deletions(-)
38409
38410 commit 0b7e4d9f20b3ed947d0c441ca59b43c4097cdb0e
38411 Author: Behdad Esfahbod <behdad@behdad.org>
38412 Date:   Mon Aug 15 20:41:59 2011 +0200
38413
38414     [ft] FT_Get_Advance() for advance-width callbacks
38415
38416     Using graphite2's comparerenderer suggests that this makes hb-ft 15
38417     times faster.  No caching layer needed anymore.
38418
38419  configure.ac   |  2 +-
38420  src/hb-ft.cc   | 19 +++++++++++++------
38421  util/common.hh |  4 +++-
38422  3 files changed, 17 insertions(+), 8 deletions(-)
38423
38424 commit 97796453aab56873809a15b5e316cba8acea7449
38425 Author: Behdad Esfahbod <behdad@behdad.org>
38426 Date:   Mon Aug 15 19:03:43 2011 +0200
38427
38428     Fix falloffs of the GOption conversion
38429
38430  util/options.cc | 8 ++++----
38431  util/options.hh | 4 ++--
38432  2 files changed, 6 insertions(+), 6 deletions(-)
38433
38434 commit 4e9ff1dd6ee3ea63fd91a76a91d9725a10a294a0
38435 Author: Behdad Esfahbod <behdad@behdad.org>
38436 Date:   Mon Aug 15 16:21:22 2011 +0200
38437
38438     Pre-allocate buffers when adding string
38439
38440     We do a conservative estimate of the number of characters, but still,
38441     this limits the number of buffer reallocs to a small constant.
38442
38443  src/hb-buffer.cc | 1 +
38444  1 file changed, 1 insertion(+)
38445
38446 commit 553bc3de82cfda8d83db26a93205e0d39440cbd1
38447 Author: Behdad Esfahbod <behdad@behdad.org>
38448 Date:   Mon Aug 15 16:21:06 2011 +0200
38449
38450     Minor
38451
38452  src/hb-ft.cc | 2 +-
38453  1 file changed, 1 insertion(+), 1 deletion(-)
38454
38455 commit 254142bb67a5c520a304142301479eb5292592d1
38456 Author: Behdad Esfahbod <behdad@behdad.org>
38457 Date:   Mon Aug 15 16:15:44 2011 +0200
38458
38459     [ft] FT_Select_Charmap() when we create face
38460
38461  src/hb-ft.cc | 2 ++
38462  1 file changed, 2 insertions(+)
38463
38464 commit a4cbd03dd17990783d8fd4c6be0c9c0d3d9cae5b
38465 Author: Behdad Esfahbod <behdad@behdad.org>
38466 Date:   Mon Aug 15 09:52:05 2011 +0200
38467
38468     Apply 'locl' with 'ccmp' in Arabic shaper
38469
38470     According to Peter Constable this is indeed what Uniscribe has been
38471     doing for years.
38472
38473     Mozilla Bug 667166 - wrong shape of letter when it comes at the end of
38474     word in the arabic version of Firefox 5.0
38475
38476  src/hb-ot-shape-complex-arabic.cc | 1 +
38477  1 file changed, 1 insertion(+)
38478
38479 commit c214cff55ce539d004d069a484dac3988953cb11
38480 Author: Behdad Esfahbod <behdad@behdad.org>
38481 Date:   Sun Aug 14 15:17:16 2011 +0200
38482
38483     Start adding gobject-introspection support
38484
38485  configure.ac      | 13 ++++++++++-
38486  src/Makefile.am   | 43 ++++++++++++++++-------------------
38487  src/hb-common.h   |  1 +
38488  src/hb-glib.cc    |  3 ---
38489  src/hb-gobject.cc | 63
38490  +++++++++++++++++++++++++++++++++++++++++++++++++++
38491  src/hb-gobject.h  | 68
38492  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
38493  6 files changed, 163 insertions(+), 28 deletions(-)
38494
38495 commit 9527fb200ffbbd839334e99b51d9671752d393db
38496 Author: Behdad Esfahbod <behdad@behdad.org>
38497 Date:   Sat Aug 13 19:03:48 2011 +0200
38498
38499     Fix missing return
38500
38501  src/hb-ft.cc | 2 ++
38502  1 file changed, 2 insertions(+)
38503
38504 commit 77a328769545f6b2970d8491fe77fe98781961cf
38505 Author: Behdad Esfahbod <behdad@behdad.org>
38506 Date:   Sat Aug 13 17:16:45 2011 +0200
38507
38508     Minor
38509
38510  src/hb-common.h | 2 +-
38511  1 file changed, 1 insertion(+), 1 deletion(-)
38512
38513 commit 3bb300ee78a40f9ded21ab19283863b733aeb677
38514 Author: Behdad Esfahbod <behdad@behdad.org>
38515 Date:   Thu Aug 11 11:54:31 2011 +0200
38516
38517     Refactor hb-view code
38518
38519  util/Makefile.am |  26 +++-
38520  util/common.cc   |  40 ++++++
38521  util/common.hh   |  49 +++++++
38522  util/hb-view.cc  | 387
38523  ++++---------------------------------------------------
38524  util/options.cc  | 318 +++++++++++++++++++++++++++++++++++++++++++++
38525  util/options.hh  |  86 +++++++++++++
38526  6 files changed, 541 insertions(+), 365 deletions(-)
38527
38528 commit d6660356dd81358033743f72d8a5fbf2fc70eaf7
38529 Author: Behdad Esfahbod <behdad@behdad.org>
38530 Date:   Wed Aug 10 22:08:36 2011 +0200
38531
38532     Add uniscribe font getters
38533
38534  src/hb-uniscribe-shape.cc | 24 +++++++++++++++++++++---
38535  src/hb-uniscribe.h        |  8 ++++++++
38536  2 files changed, 29 insertions(+), 3 deletions(-)
38537
38538 commit 01ec13a1d9ae380305b593e1c52cebb0e8327cb6
38539 Author: Behdad Esfahbod <behdad@behdad.org>
38540 Date:   Wed Aug 10 22:00:35 2011 +0200
38541
38542     Implement hb_ft_font_get_face
38543
38544  src/hb-ft.cc | 15 ++++++++++++++-
38545  src/hb-ft.h  |  2 ++
38546  2 files changed, 16 insertions(+), 1 deletion(-)
38547
38548 commit 36a4fe037df201f85b7a544eb30d75dc3585a1b6
38549 Author: Behdad Esfahbod <behdad@behdad.org>
38550 Date:   Wed Aug 10 21:54:22 2011 +0200
38551
38552     Fix charset conversion
38553
38554  util/hb-view.cc | 2 +-
38555  1 file changed, 1 insertion(+), 1 deletion(-)
38556
38557 commit 25c4830593064f023e296aa795b72ddcaa1c9322
38558 Author: Behdad Esfahbod <behdad@behdad.org>
38559 Date:   Wed Aug 10 16:28:38 2011 +0200
38560
38561     [util] Add hb-shape --shapers
38562
38563     If the specified shapers fail, hb-shape will fail immediately
38564
38565  util/hb-view.cc | 57
38566  +++++++++++++++++++++++++++++++++------------------------
38567  1 file changed, 33 insertions(+), 24 deletions(-)
38568
38569 commit 0501573deda3a8dcdfcea491392f554f21ed0154
38570 Author: Behdad Esfahbod <behdad@behdad.org>
38571 Date:   Wed Aug 10 16:25:56 2011 +0200
38572
38573     Fix const correctness in the API
38574
38575  src/hb-fallback-shape-private.hh |  2 +-
38576  src/hb-fallback-shape.cc         |  2 +-
38577  src/hb-ot-shape.cc               |  2 +-
38578  src/hb-ot-shape.h                |  2 +-
38579  src/hb-shape.cc                  | 14 +++++++-------
38580  src/hb-shape.h                   | 12 ++++++------
38581  src/hb-uniscribe-shape.cc        |  2 +-
38582  src/hb-uniscribe.h               |  2 +-
38583  8 files changed, 19 insertions(+), 19 deletions(-)
38584
38585 commit a21add6c0da067173d51792d716d6e38379f138f
38586 Author: Behdad Esfahbod <behdad@behdad.org>
38587 Date:   Wed Aug 10 16:07:49 2011 +0200
38588
38589     Reformat
38590
38591  util/hb-view.cc | 49 ++++++++++++++++++-------------------------------
38592  1 file changed, 18 insertions(+), 31 deletions(-)
38593
38594 commit 8df90c81187db58eee6b90426cd16c32feef6be3
38595 Author: Behdad Esfahbod <behdad@behdad.org>
38596 Date:   Wed Aug 10 15:26:41 2011 +0200
38597
38598     [util] Port hb-view to GOption
38599
38600  util/hb-view.cc | 267
38601  +++++++++++++++++++++++++++++++++-----------------------
38602  1 file changed, 156 insertions(+), 111 deletions(-)
38603
38604 commit 511a136f0c092880b19250a5df53bcf9f4b043ca
38605 Author: Behdad Esfahbod <behdad@behdad.org>
38606 Date:   Tue Aug 9 15:03:00 2011 +0200
38607
38608     Move hb-view into util/
38609
38610  Makefile.am              |  3 +--
38611  configure.ac             |  1 +
38612  src/Makefile.am          | 13 -------------
38613  util/Makefile.am         | 24 ++++++++++++++++++++++++
38614  {src => util}/hb-view.cc |  0
38615  5 files changed, 26 insertions(+), 15 deletions(-)
38616
38617 commit d753ac78da5619a0a545cdaf7a8e65787e996570
38618 Author: Behdad Esfahbod <behdad@behdad.org>
38619 Date:   Tue Aug 9 14:03:12 2011 +0200
38620
38621     [uniscribe] Remove zerowidth glyphs from output
38622
38623  src/hb-uniscribe-shape.cc | 7 +++++--
38624  1 file changed, 5 insertions(+), 2 deletions(-)
38625
38626 commit 217cc81cd9c3de30b2ef226983ec43c0f78b5c7d
38627 Author: Behdad Esfahbod <behdad@behdad.org>
38628 Date:   Tue Aug 9 14:00:44 2011 +0200
38629
38630     [test/shape-complex] Print cluster and position info in --verbose
38631
38632  test/test-shape-complex.c | 20 +++++++++++++++++---
38633  1 file changed, 17 insertions(+), 3 deletions(-)
38634
38635 commit 708403e7f3e4a5cf9b0d2bd764fb74b148af7adb
38636 Author: Behdad Esfahbod <behdad@behdad.org>
38637 Date:   Tue Aug 9 13:52:36 2011 +0200
38638
38639     Fix warnings with old glib
38640
38641  test/hb-test.h | 3 +--
38642  1 file changed, 1 insertion(+), 2 deletions(-)
38643
38644 commit ddd247b0c528cdb8bdf5f8063180abe884afa305
38645 Author: Behdad Esfahbod <behdad@behdad.org>
38646 Date:   Tue Aug 9 11:44:42 2011 +0200
38647
38648     Minor
38649
38650  src/test.cc | 3 +--
38651  1 file changed, 1 insertion(+), 2 deletions(-)
38652
38653 commit 1b8196c98638ba05ae0ebcb8ba7aa99ed9c08e0a
38654 Author: Behdad Esfahbod <behdad@behdad.org>
38655 Date:   Tue Aug 9 11:37:46 2011 +0200
38656
38657     Add fallback shaper
38658
38659  src/hb-fallback-shape.cc | 23 +++++++++++++++++++++--
38660  1 file changed, 21 insertions(+), 2 deletions(-)
38661
38662 commit 13a601fe99f237b08b7166448e386eaea0b77294
38663 Author: Behdad Esfahbod <behdad@behdad.org>
38664 Date:   Tue Aug 9 11:36:54 2011 +0200
38665
38666     [FT] Don't make font immutable
38667
38668  src/hb-ft.cc | 2 --
38669  1 file changed, 2 deletions(-)
38670
38671 commit 38b2118724600521c6ad1e49df0667dcdf863634
38672 Author: Behdad Esfahbod <behdad@behdad.org>
38673 Date:   Tue Aug 9 10:51:24 2011 +0200
38674
38675     [API] Add hb_ft_font_set_funcs(), remove hb_ft_get_font_funcs()
38676
38677     Remove hb_ft_get_font_funcs() as it cannot be used by the user anyway.
38678
38679     Add hb_ft_font_set_funcs().  Which will make the font internally use
38680     FreeType.  That is, no need for the font to have created using the
38681     hb-ft API.  Just create using hb_face_create()/hb_font_create() and
38682     then call this on the font (after having set font scale).  This
38683     internally creates an FT_Face and attached to the font.
38684
38685  src/Makefile.am    |  4 +--
38686  src/hb-ft.cc       | 76
38687  +++++++++++++++++++++++++++++++++++++++++++++++++++---
38688  src/hb-ft.h        | 10 ++++---
38689  src/test.cc        |  7 +++++
38690  test/Makefile.am   |  8 ------
38691  test/test-object.c |  9 -------
38692  6 files changed, 89 insertions(+), 25 deletions(-)
38693
38694 commit 255f176fdcd42ab94f9c3c54e2bffb55d0b1a8f5
38695 Author: Behdad Esfahbod <behdad@behdad.org>
38696 Date:   Tue Aug 9 08:35:07 2011 +0200
38697
38698     Minor
38699
38700  src/hb-uniscribe-shape.cc | 2 +-
38701  1 file changed, 1 insertion(+), 1 deletion(-)
38702
38703 commit a9057eb3f38018faa1ece53c4aaeeba798b41fd1
38704 Author: Behdad Esfahbod <behdad@behdad.org>
38705 Date:   Tue Aug 9 00:47:55 2011 +0200
38706
38707     [uniscribe] Unbreak
38708
38709  src/hb-uniscribe-shape.cc | 4 ++--
38710  1 file changed, 2 insertions(+), 2 deletions(-)
38711
38712 commit c0975e12315b7167b92411584d2f00a751bbc204
38713 Author: Behdad Esfahbod <behdad@behdad.org>
38714 Date:   Tue Aug 9 00:46:18 2011 +0200
38715
38716     Fix build again
38717
38718  test/Makefile.am | 3 +++
38719  1 file changed, 3 insertions(+)
38720
38721 commit 33ccc77902660ed4b49184e5ec99f4fd0ef63175
38722 Author: Behdad Esfahbod <behdad@behdad.org>
38723 Date:   Tue Aug 9 00:43:24 2011 +0200
38724
38725     [API] Make set_user_data() functions take a replace parameter
38726
38727     We need this to set data on objects safely without worrying that some
38728     other thread unsets it by setting it at the same time.
38729
38730  src/hb-blob.cc            |  5 +++--
38731  src/hb-blob.h             |  3 ++-
38732  src/hb-buffer.cc          |  5 +++--
38733  src/hb-buffer.h           |  3 ++-
38734  src/hb-common.cc          | 13 ++++++++-----
38735  src/hb-font.cc            | 15 +++++++++------
38736  src/hb-font.h             |  9 ++++++---
38737  src/hb-object-private.hh  | 13 ++++++++-----
38738  src/hb-private.hh         | 16 +++++++++++-----
38739  src/hb-shape.cc           |  2 +-
38740  src/hb-unicode.cc         |  5 +++--
38741  src/hb-unicode.h          |  3 ++-
38742  src/hb-uniscribe-shape.cc | 18 ++++++++++++++----
38743  test/test-object.c        | 33 +++++++++++++++++----------------
38744  14 files changed, 89 insertions(+), 54 deletions(-)
38745
38746 commit 944b2ba1ce076385f985212bbdf2df96a8a995f0
38747 Author: Behdad Esfahbod <behdad@behdad.org>
38748 Date:   Tue Aug 9 00:23:58 2011 +0200
38749
38750     [buffer] Make API take signed int length
38751
38752     Since we already switched to accepting -1 as 'zero-terminated'.
38753
38754  src/hb-buffer.cc    | 12 ++++++------
38755  src/hb-buffer.h     | 12 ++++++------
38756  src/hb-ot-layout.cc |  2 --
38757  src/main.cc         |  1 -
38758  4 files changed, 12 insertions(+), 15 deletions(-)
38759
38760 commit de1e1cf9bccfd116d495804e230dc2e12b733a2d
38761 Author: Behdad Esfahbod <behdad@behdad.org>
38762 Date:   Tue Aug 9 00:19:38 2011 +0200
38763
38764     [FT] Adapt to new face API
38765
38766  src/hb-ft.cc | 3 +++
38767  1 file changed, 3 insertions(+)
38768
38769 commit 458c89a85695220d43b69dbae36fc93e3fe78d89
38770 Author: Behdad Esfahbod <behdad@behdad.org>
38771 Date:   Tue Aug 9 00:19:19 2011 +0200
38772
38773     Minor
38774
38775  test/test-c.c | 10 +++++-----
38776  1 file changed, 5 insertions(+), 5 deletions(-)
38777
38778 commit bf3eef540f81fdeba1c36263d7d5b2ec4c5f07b1
38779 Author: Behdad Esfahbod <behdad@behdad.org>
38780 Date:   Tue Aug 9 00:13:24 2011 +0200
38781
38782     [uniscribe] Cleanup backend
38783
38784  TODO                      |   2 +
38785  src/hb-uniscribe-shape.cc | 161
38786  ++++++++++++++++++++++++++++++++++------------
38787  2 files changed, 123 insertions(+), 40 deletions(-)
38788
38789 commit f1f848e2e46ac54ff08aca7cd83390af31c7c9ef
38790 Author: Behdad Esfahbod <behdad@behdad.org>
38791 Date:   Mon Aug 8 23:41:06 2011 +0200
38792
38793     Fix build
38794
38795  test/Makefile.am | 5 +++++
38796  1 file changed, 5 insertions(+)
38797
38798 commit 3897335c7620c37e9a0224b0c42ade0dfdce4053
38799 Author: Behdad Esfahbod <behdad@behdad.org>
38800 Date:   Mon Aug 8 23:37:41 2011 +0200
38801
38802     [API] Sort out get_blob API
38803
38804     hb_face_get_blob() renamed to hb_face_reference_blob(), returns a
38805     reference now.
38806
38807     hb_face_[sg]et_index() added.
38808
38809     hb_face_set_upem() added.
38810
38811  src/hb-font-private.hh      |  3 +-
38812  src/hb-font.cc              | 67
38813  +++++++++++++++++++++++++++++++++++----------
38814  src/hb-font.h               | 17 ++++++++++--
38815  src/hb-ft.cc                |  3 +-
38816  src/hb-ot-layout-private.hh |  9 ------
38817  src/hb-ot-layout.cc         | 21 --------------
38818  src/hb-uniscribe-shape.cc   |  3 +-
38819  7 files changed, 72 insertions(+), 51 deletions(-)
38820
38821 commit e715784be35f0846c0e084b7c53c7556ce933a45
38822 Author: Behdad Esfahbod <behdad@behdad.org>
38823 Date:   Mon Aug 8 21:42:02 2011 +0200
38824
38825     Rename get_table to reference_table in all API
38826
38827  src/hb-font-private.hh |  6 +++---
38828  src/hb-font.cc         | 20 ++++++++++----------
38829  src/hb-font.h          |  8 ++++----
38830  src/hb-ft.cc           |  4 ++--
38831  4 files changed, 19 insertions(+), 19 deletions(-)
38832
38833 commit 670c873499f7f03fdfc07b8a0567b041628c6ab0
38834 Author: Behdad Esfahbod <behdad@behdad.org>
38835 Date:   Mon Aug 8 21:36:24 2011 +0200
38836
38837     Fix shaper ordering logic
38838
38839  src/hb-shape.cc | 80
38840  ++++++++++++++++++++++++---------------------------------
38841  1 file changed, 34 insertions(+), 46 deletions(-)
38842
38843 commit cc797e0d5368b2f5732d77eb3e3882283bd87cf7
38844 Author: Behdad Esfahbod <behdad@behdad.org>
38845 Date:   Mon Aug 8 03:49:30 2011 +0200
38846
38847     Minor
38848
38849  TODO            | 2 --
38850  src/hb-shape.cc | 2 ++
38851  2 files changed, 2 insertions(+), 2 deletions(-)
38852
38853 commit 826e22732dd8697600a1392f48af21b7b3ce6271
38854 Author: Behdad Esfahbod <behdad@behdad.org>
38855 Date:   Sun Aug 7 03:53:42 2011 -0400
38856
38857     [uniscribe] Fix blob lifecycles
38858
38859  src/hb-uniscribe-shape.cc | 3 ++-
38860  1 file changed, 2 insertions(+), 1 deletion(-)
38861
38862 commit ff199ba356f0eb5bc6252203eea18a1d1fd28934
38863 Author: Behdad Esfahbod <behdad@behdad.org>
38864 Date:   Sun Aug 7 03:43:46 2011 -0400
38865
38866     Fix shaper_list manipulation, aaaaaaaaaaaaargh
38867
38868  src/hb-shape.cc | 16 +++++++++-------
38869  1 file changed, 9 insertions(+), 7 deletions(-)
38870
38871 commit 206e32934592b915b1f3052aecf014c6ced729e1
38872 Author: Behdad Esfahbod <behdad@behdad.org>
38873 Date:   Sun Aug 7 01:10:55 2011 -0400
38874
38875     [test] test-object is not FreeType-specific, move it to the right
38876     place
38877
38878  test/Makefile.am | 8 +++-----
38879  1 file changed, 3 insertions(+), 5 deletions(-)
38880
38881 commit 577326b86af80cc137eea81f4cc1e30adf9232b1
38882 Author: Behdad Esfahbod <behdad@behdad.org>
38883 Date:   Sun Aug 7 01:04:40 2011 -0400
38884
38885     [uniscribe] Fix cluster calculation
38886
38887  src/hb-uniscribe-shape.cc | 6 +++++-
38888  1 file changed, 5 insertions(+), 1 deletion(-)
38889
38890 commit f6d83b2dcf120f9d6f0a28c6f5de2da7addf9089
38891 Author: Behdad Esfahbod <behdad@behdad.org>
38892 Date:   Sun Aug 7 00:59:58 2011 -0400
38893
38894     Minor
38895
38896  src/test.cc | 4 ++--
38897  1 file changed, 2 insertions(+), 2 deletions(-)
38898
38899 commit 2eb474afb4a09f4da8f14b444bd6066769010224
38900 Author: Behdad Esfahbod <behdad@behdad.org>
38901 Date:   Sun Aug 7 00:59:38 2011 -0400
38902
38903     [uniscribe] Fix shaper
38904
38905     It's kinda working finally!
38906
38907  src/hb-uniscribe-shape.cc | 9 ++++++---
38908  1 file changed, 6 insertions(+), 3 deletions(-)
38909
38910 commit f22e661147691ebc9d531aa28a850988e6503f9b
38911 Author: Behdad Esfahbod <behdad@behdad.org>
38912 Date:   Sun Aug 7 00:59:12 2011 -0400
38913
38914     [glib] Protect against invalid characters
38915
38916  src/hb-glib.cc | 8 ++++++--
38917  1 file changed, 6 insertions(+), 2 deletions(-)
38918
38919 commit 144cd49a0eb3ccc749325d0ee14b3ebf4367c971
38920 Author: Behdad Esfahbod <behdad@behdad.org>
38921 Date:   Sun Aug 7 00:51:50 2011 -0400
38922
38923     [buffer] Accept -1 for text_length and item_length
38924
38925     A -1 text_length means: zero-terminated string.
38926     A -1 item_length means: to the end of string.
38927
38928  src/hb-buffer.cc | 10 ++++++++++
38929  1 file changed, 10 insertions(+)
38930
38931 commit e9c71fab30fd1d5b163c8a072f9e2d3eb8ba3a92
38932 Author: Behdad Esfahbod <behdad@behdad.org>
38933 Date:   Sun Aug 7 00:00:27 2011 -0400
38934
38935     Fix name-table lookup
38936
38937     Oops!
38938
38939  src/hb-ot-name-private.hh | 2 +-
38940  src/hb-uniscribe-shape.cc | 2 ++
38941  2 files changed, 3 insertions(+), 1 deletion(-)
38942
38943 commit 3fd2b5bece28c81e3e379352f09eee39d19ac372
38944 Author: Behdad Esfahbod <behdad@behdad.org>
38945 Date:   Sat Aug 6 22:59:54 2011 -0400
38946
38947     [uniscribe] Use font size directly
38948
38949  src/hb-uniscribe-shape.cc | 2 +-
38950  1 file changed, 1 insertion(+), 1 deletion(-)
38951
38952 commit 892eb2e462b40451b8f73879eab66310d884386a
38953 Author: Behdad Esfahbod <behdad@behdad.org>
38954 Date:   Sat Aug 6 22:06:52 2011 -0400
38955
38956     [uniscribe] Make font selection work
38957
38958     Not tested yet.
38959
38960  src/hb-ot-name-private.hh | 37 +++++++++++++++++++++++++++++++++++++
38961  src/hb-uniscribe-shape.cc | 30 +++++++++++++++++++++++-------
38962  src/test.cc               |  1 -
38963  3 files changed, 60 insertions(+), 8 deletions(-)
38964
38965 commit b492299eb3c398701557e452f6c2c9bd370fbbf3
38966 Author: Behdad Esfahbod <behdad@behdad.org>
38967 Date:   Fri Aug 5 20:34:50 2011 -0400
38968
38969     Start implementing the 'name' table
38970
38971  src/Makefile.am           |  3 +-
38972  src/hb-ot-name-private.hh | 91
38973  +++++++++++++++++++++++++++++++++++++++++++++++
38974  src/hb-uniscribe-shape.cc | 12 ++++---
38975  3 files changed, 100 insertions(+), 6 deletions(-)
38976
38977 commit 4538efacca84329a60ff69851de70027d9b4f567
38978 Author: Behdad Esfahbod <behdad@behdad.org>
38979 Date:   Fri Aug 5 20:11:06 2011 -0400
38980
38981     Skip tests by returning 77
38982
38983     automake test runner understands this.
38984
38985  src/check-internal-symbols.sh | 3 ++-
38986  src/check-libstdc++.sh        | 3 ++-
38987  2 files changed, 4 insertions(+), 2 deletions(-)
38988
38989 commit 54eb65538da0a6ab0389d09944c90e12a913157d
38990 Author: Behdad Esfahbod <behdad@behdad.org>
38991 Date:   Fri Aug 5 20:09:25 2011 -0400
38992
38993     Fix check on OS X sh
38994
38995  src/check-header-guards.sh | 2 +-
38996  1 file changed, 1 insertion(+), 1 deletion(-)
38997
38998 commit 9da554504e30a326fc57b28cdb0e57108bfa9555
38999 Author: Behdad Esfahbod <behdad@behdad.org>
39000 Date:   Fri Aug 5 19:48:49 2011 -0400
39001
39002     Add hb_shape_list_shapers()
39003
39004  src/hb-shape.cc   | 22 ++++++++++++++++++----
39005  src/hb-shape.h    |  3 +++
39006  test/Makefile.am  |  2 ++
39007  test/test-c.c     |  8 ++++++++
39008  test/test-shape.c | 15 +++++++++++++++
39009  5 files changed, 46 insertions(+), 4 deletions(-)
39010
39011 commit d7bf473ef222ab420456ff155ffaa09bacb3a394
39012 Author: Behdad Esfahbod <behdad@behdad.org>
39013 Date:   Fri Aug 5 18:18:21 2011 -0400
39014
39015     Minor
39016
39017  src/check-header-guards.sh  |  1 -
39018  src/hb-open-type-private.hh | 10 +++++-----
39019  2 files changed, 5 insertions(+), 6 deletions(-)
39020
39021 commit c62a8f10f3b9a4ac3ac6b686464ac734ebfa2f7f
39022 Author: Behdad Esfahbod <behdad@behdad.org>
39023 Date:   Fri Aug 5 18:02:30 2011 -0400
39024
39025     Free all static memory upon exit
39026
39027  src/hb-common.cc | 8 +++++---
39028  src/hb-shape.cc  | 4 ++--
39029  2 files changed, 7 insertions(+), 5 deletions(-)
39030
39031 commit c4d63ef744f79701458ab7af2055afb87ffe8de3
39032 Author: Behdad Esfahbod <behdad@behdad.org>
39033 Date:   Fri Aug 5 17:54:25 2011 -0400
39034
39035     Fix env parsing code
39036
39037     Also changed the separator to comma instead of colon.
39038
39039  src/hb-shape.cc | 34 +++++++++++++++++++++++++---------
39040  1 file changed, 25 insertions(+), 9 deletions(-)
39041
39042 commit 3931837bebd79c5eb1bd5b24ff12e2c8e7d3f24c
39043 Author: Behdad Esfahbod <behdad@behdad.org>
39044 Date:   Fri Aug 5 17:22:19 2011 -0400
39045
39046     Change hb_shape() API back to what it was, add hb_shape_full()
39047
39048     I disliked changing hb_shape() API, and disliked the fact that it was
39049     returning a bool now.  So, reverted.  Added new API for the extra
39050     functionality.
39051
39052  src/hb-view.cc | 2 +-
39053  1 file changed, 1 insertion(+), 1 deletion(-)
39054
39055 commit 3ca6c4ecc299295b6682fa2b6b9f83b213223bad
39056 Author: Behdad Esfahbod <behdad@behdad.org>
39057 Date:   Fri Aug 5 17:22:19 2011 -0400
39058
39059     Change hb_shape() API back to what it was, add hb_shape_full()
39060
39061     I disliked changing hb_shape() API, and disliked the fact that it was
39062     returning a bool now.  So, reverted.  Added new API for the extra
39063     functionality.
39064
39065  src/hb-shape.cc   | 21 +++++++++++++++------
39066  src/hb-shape.h    | 14 ++++++++++----
39067  src/test.cc       |  2 +-
39068  test/test-shape.c |  2 +-
39069  4 files changed, 27 insertions(+), 12 deletions(-)
39070
39071 commit 02aeca985b570763342c35e99af90025bfa088d5
39072 Author: Behdad Esfahbod <behdad@behdad.org>
39073 Date:   Thu Aug 4 22:31:05 2011 -0400
39074
39075     [API] Changes to main shape API
39076
39077     hb_shape() now accepts a shaper_options and a shaper_list argument.
39078     Both can be set to NULL to emulate previous API.  And in most
39079     situations
39080     they are expected to be set to NULL.
39081
39082     hb_shape() also returns a boolean for now.  If shaper_list is
39083     NULL, the
39084     return value can be ignored.
39085
39086     shaper_options is ignored for now, but otherwise it should be a
39087     NULL-terminated list of strings.
39088
39089     shaper_list is a NULL-terminated list of strings.  Currently
39090     recognized
39091     strings are "ot" for native OpenType Layout implementation,
39092     "uniscribe"
39093     for the Uniscribe backend, and "fallback" for the non-complex backend
39094     (that will be implemented shortly).  The fallback backend never fails.
39095
39096     The env var HB_SHAPER_LIST is also parsed and honored.  It's a
39097     colon-separated list of shaper names.  The fallback shaper is
39098     invoked if
39099     none of the env-listed shapers succeed.
39100
39101     New API hb_buffer_guess_properties() added.
39102
39103  TODO                             |   2 -
39104  configure.ac                     |   9 +++
39105  src/Makefile.am                  |  14 ++--
39106  src/hb-buffer-private.hh         |   1 +
39107  src/hb-buffer.cc                 |  35 ++++++++++
39108  src/hb-buffer.h                  |   3 +
39109  src/hb-fallback-shape-private.hh |  48 ++++++++++++++
39110  src/hb-fallback-shape.cc         |  43 +++++++++++++
39111  src/hb-ot-shape.cc               |   9 ++-
39112  src/hb-ot-shape.h                |   5 +-
39113  src/hb-shape.cc                  | 135
39114  +++++++++++++++++++++++----------------
39115  src/hb-shape.h                   |  13 ++--
39116  src/hb-uniscribe-shape.cc        |  52 ++++++---------
39117  src/hb-uniscribe.h               |   5 +-
39118  src/hb-view.cc                   |   2 +-
39119  src/test.cc                      |   3 +-
39120  test/test-shape.c                |   2 +-
39121  17 files changed, 274 insertions(+), 107 deletions(-)
39122
39123 commit 57692adf1294a6db4627d0de7c671e4aa01d2a8f
39124 Author: Behdad Esfahbod <behdad@behdad.org>
39125 Date:   Thu Aug 4 20:49:16 2011 -0400
39126
39127     Make test.cc do something more useful
39128
39129     Hardcoded to the uniscribe backend for now.  Will fix soon.
39130
39131  src/test.cc | 38 ++++++++++++++++++++++++++++++++++----
39132  1 file changed, 34 insertions(+), 4 deletions(-)
39133
39134 commit c605bbbb6d4b2a98b1f40ca818760088d991f7d1
39135 Author: Behdad Esfahbod <behdad@behdad.org>
39136 Date:   Thu Aug 4 20:00:53 2011 -0400
39137
39138     Remove C++ guards from source files
39139
39140     Where causing issues for people with MSVC.
39141
39142  src/check-c-linkage-decls.sh            | 3 +--
39143  src/hb-blob.cc                          | 2 --
39144  src/hb-buffer-private.hh                | 2 --
39145  src/hb-buffer.cc                        | 2 --
39146  src/hb-common.cc                        | 2 --
39147  src/hb-font-private.hh                  | 2 --
39148  src/hb-font.cc                          | 2 --
39149  src/hb-ft.cc                            | 2 --
39150  src/hb-glib.cc                          | 2 --
39151  src/hb-icu.cc                           | 2 --
39152  src/hb-mutex-private.hh                 | 2 --
39153  src/hb-object-private.hh                | 4 ----
39154  src/hb-open-file-private.hh             | 2 --
39155  src/hb-open-type-private.hh             | 4 ----
39156  src/hb-ot-head-private.hh               | 2 --
39157  src/hb-ot-layout-common-private.hh      | 4 ----
39158  src/hb-ot-layout-gdef-private.hh        | 2 --
39159  src/hb-ot-layout-gpos-private.hh        | 4 ----
39160  src/hb-ot-layout-gsub-private.hh        | 4 ----
39161  src/hb-ot-layout-gsubgpos-private.hh    | 6 ------
39162  src/hb-ot-layout-private.hh             | 2 --
39163  src/hb-ot-layout.cc                     | 2 --
39164  src/hb-ot-map-private.hh                | 2 --
39165  src/hb-ot-map.cc                        | 2 --
39166  src/hb-ot-maxp-private.hh               | 2 --
39167  src/hb-ot-shape-complex-arabic-table.hh | 2 --
39168  src/hb-ot-shape-complex-arabic.cc       | 2 --
39169  src/hb-ot-shape-complex-indic-table.hh  | 2 --
39170  src/hb-ot-shape-complex-indic.cc        | 2 --
39171  src/hb-ot-shape-complex-misc.cc         | 2 --
39172  src/hb-ot-shape-complex-private.hh      | 2 --
39173  src/hb-ot-shape-normalize.cc            | 2 --
39174  src/hb-ot-shape-private.hh              | 2 --
39175  src/hb-ot-shape.cc                      | 2 --
39176  src/hb-ot-tag.cc                        | 2 --
39177  src/hb-private.hh                       | 8 --------
39178  src/hb-shape.cc                         | 2 --
39179  src/hb-unicode-private.hh               | 2 --
39180  src/hb-unicode.cc                       | 2 --
39181  src/hb-uniscribe-shape.cc               | 2 --
39182  src/hb-view.cc                          | 2 --
39183  src/main.cc                             | 2 --
39184  src/test.cc                             | 2 --
39185  43 files changed, 1 insertion(+), 106 deletions(-)
39186
39187 commit 8336186a52813b53e90b4399dc462d55750e2d37
39188 Author: Behdad Esfahbod <behdad@behdad.org>
39189 Date:   Thu Aug 4 19:49:05 2011 -0400
39190
39191     Zero map objects
39192
39193  src/hb-ot-map-private.hh | 4 ++++
39194  1 file changed, 4 insertions(+)
39195
39196 commit ecd3b6e4ad253cf9d0dae1ed2da8ba6caed16b85
39197 Author: Behdad Esfahbod <behdad@behdad.org>
39198 Date:   Thu Aug 4 01:57:40 2011 -0400
39199
39200     More build fixes
39201
39202  configure.ac | 2 ++
39203  1 file changed, 2 insertions(+)
39204
39205 commit c747f509bcc4e6a34ced04e9e79ed414a44437b1
39206 Author: Behdad Esfahbod <behdad@behdad.org>
39207 Date:   Thu Aug 4 01:51:30 2011 -0400
39208
39209     More out-of-tree build fixes
39210
39211  src/check-c-linkage-decls.sh | 3 +--
39212  src/check-header-guards.sh   | 8 ++++----
39213  2 files changed, 5 insertions(+), 6 deletions(-)
39214
39215 commit 0530ca9a180edc330ab801c535907cefa4a0c298
39216 Author: Behdad Esfahbod <behdad@behdad.org>
39217 Date:   Thu Aug 4 01:42:59 2011 -0400
39218
39219     Fix out-of-tree build
39220
39221  test/Makefile.am | 2 +-
39222  1 file changed, 1 insertion(+), 1 deletion(-)
39223
39224 commit ddbf4edc5d09a645351b1bd1722b068aba6a6dec
39225 Author: Behdad Esfahbod <behdad@behdad.org>
39226 Date:   Thu Aug 4 01:38:37 2011 -0400
39227
39228     Minor
39229
39230  configure.ac | 1 -
39231  1 file changed, 1 deletion(-)
39232
39233 commit 20dde6101662fd9ebe5f613631ea468f4c0a995f
39234 Author: Behdad Esfahbod <behdad@behdad.org>
39235 Date:   Thu Aug 4 01:07:33 2011 -0400
39236
39237     Minor
39238
39239  src/hb-uniscribe.h | 6 +++---
39240  1 file changed, 3 insertions(+), 3 deletions(-)
39241
39242 commit 44b4f50d05fd51d8056a78e359fbb00fbcac43a0
39243 Author: Behdad Esfahbod <behdad@behdad.org>
39244 Date:   Thu Aug 4 00:52:20 2011 -0400
39245
39246     Fix typo
39247
39248  src/hb-private.hh | 2 +-
39249  1 file changed, 1 insertion(+), 1 deletion(-)
39250
39251 commit 0fbb2dc83132a89201ad8b56c6909610437d2da0
39252 Author: Behdad Esfahbod <behdad@behdad.org>
39253 Date:   Wed Aug 3 19:55:04 2011 -0400
39254
39255     Add draft experimental Uniscribe backend
39256
39257     Not complete yet, font selection doesn't work.  But hey it shapes!
39258
39259     This is not supposed to be a production backend, more like a testing
39260     backend.
39261
39262  configure.ac              |   9 ++
39263  src/Makefile.am           |  11 ++
39264  src/hb-private.hh         |   4 +-
39265  src/hb-uniscribe-shape.cc | 325
39266  ++++++++++++++++++++++++++++++++++++++++++++++
39267  src/hb-uniscribe.h        |  46 +++++++
39268  5 files changed, 394 insertions(+), 1 deletion(-)
39269
39270 commit 0d7d4824b2edc7aeeb995077655a9a89b5c360a9
39271 Author: Behdad Esfahbod <behdad@behdad.org>
39272 Date:   Wed Aug 3 17:39:24 2011 -0400
39273
39274     Minor
39275
39276  configure.ac | 10 +++++-----
39277  1 file changed, 5 insertions(+), 5 deletions(-)
39278
39279 commit e62df43649e31b7815c272f01808b3f726c7d07d
39280 Author: Behdad Esfahbod <behdad@behdad.org>
39281 Date:   Wed Aug 3 17:38:54 2011 -0400
39282
39283     Add internal hb_buffer_t::get_scratch_buffer()
39284
39285  src/hb-buffer-private.hh |  2 ++
39286  src/hb-buffer.cc         | 10 ++++++++++
39287  2 files changed, 12 insertions(+)
39288
39289 commit 71e7936fcadfd375a8bdc47987ef8b1b2b542df5
39290 Author: Behdad Esfahbod <behdad@behdad.org>
39291 Date:   Wed Aug 3 17:38:34 2011 -0400
39292
39293     Minor
39294
39295  TODO | 2 ++
39296  1 file changed, 2 insertions(+)
39297
39298 commit bf8c57ba745c02370c38198adfdcd8075ba38b13
39299 Author: Behdad Esfahbod <behdad@behdad.org>
39300 Date:   Wed Aug 3 17:38:04 2011 -0400
39301
39302     [API] Add hb_face_get_blob()
39303
39304     Need to think more about it.
39305
39306  src/hb-font.cc | 10 ++++++++++
39307  src/hb-font.h  |  3 +++
39308  2 files changed, 13 insertions(+)
39309
39310 commit 2118fdb9f584e6735e904638e48bae48314372fa
39311 Author: Behdad Esfahbod <behdad@behdad.org>
39312 Date:   Tue Aug 2 14:06:51 2011 -0400
39313
39314     Fix fallback shaping
39315
39316     Broke it a few commits ago.
39317
39318  src/hb-ot-shape.cc | 8 +++++---
39319  1 file changed, 5 insertions(+), 3 deletions(-)
39320
39321 commit 199abbd0f15bd295c3a56845c71b38dd20af1332
39322 Author: Behdad Esfahbod <behdad@behdad.org>
39323 Date:   Tue Aug 2 13:59:47 2011 -0400
39324
39325     Minor
39326
39327  test/test-unicode.c | 4 +++-
39328  1 file changed, 3 insertions(+), 1 deletion(-)
39329
39330 commit 4f052b93c0b17d92b9f0adddf64ef77518bf2ac4
39331 Author: Behdad Esfahbod <behdad@behdad.org>
39332 Date:   Tue Aug 2 13:44:24 2011 -0400
39333
39334     Fix build with glib but not freetype
39335
39336  test/Makefile.am | 7 +++----
39337  1 file changed, 3 insertions(+), 4 deletions(-)
39338
39339 commit c21be799daa85d5edb2d831ac985d3e43c8755ec
39340 Author: Behdad Esfahbod <behdad@behdad.org>
39341 Date:   Tue Aug 2 12:05:49 2011 -0400
39342
39343     Minor
39344
39345  test/Makefile.am | 3 ++-
39346  1 file changed, 2 insertions(+), 1 deletion(-)
39347
39348 commit e9c2341b1384c161bbab9871411af0bc9f6c3cf4
39349 Author: Behdad Esfahbod <behdad@behdad.org>
39350 Date:   Tue Aug 2 11:40:44 2011 -0400
39351
39352     Don't use icu-config when cross-compiling
39353
39354  configure.ac | 17 ++++++++++-------
39355  1 file changed, 10 insertions(+), 7 deletions(-)
39356
39357 commit 390dab49b6cf34f263b67d20a13f0752ada57bcc
39358 Author: Behdad Esfahbod <behdad@behdad.org>
39359 Date:   Tue Aug 2 11:29:55 2011 -0400
39360
39361     Unbreak icu-config results a bit
39362
39363  configure.ac | 1 +
39364  1 file changed, 1 insertion(+)
39365
39366 commit b301478a69d961c724a4875b839a81fb458d1153
39367 Author: Behdad Esfahbod <behdad@behdad.org>
39368 Date:   Tue Aug 2 11:25:13 2011 -0400
39369
39370     Bug 39763 - autogen.sh should check pkg-config availability
39371
39372     (and revert change have_icu change I mistakenly pushed out)
39373
39374  autogen.sh   | 10 ++++++++--
39375  configure.ac |  1 -
39376  2 files changed, 8 insertions(+), 3 deletions(-)
39377
39378 commit f60271c0c2b0101e7b2725f9a9ad950c277a616c
39379 Author: Behdad Esfahbod <behdad@behdad.org>
39380 Date:   Tue Aug 2 09:56:30 2011 -0400
39381
39382     Add mingw32 support
39383
39384     With these changes, on Ubuntu I can do:
39385
39386     ./configure --host=i586-mingw32msvc  && make
39387
39388  configure.ac                | 1 +
39389  src/hb-mutex-private.hh     | 4 ++--
39390  src/hb-open-type-private.hh | 5 +++++
39391  src/hb-private.hh           | 6 +++++-
39392  src/main.cc                 | 1 +
39393  5 files changed, 14 insertions(+), 3 deletions(-)
39394
39395 commit 1264b23e4a4ae1c9831a3009e1c7ab8e65a5b434
39396 Author: Behdad Esfahbod <behdad@behdad.org>
39397 Date:   Mon Aug 1 16:39:32 2011 -0400
39398
39399     Bug 39702 - configure check for ragel
39400
39401  autogen.sh | 18 +++++++++++++-----
39402  1 file changed, 13 insertions(+), 5 deletions(-)
39403
39404 commit f5414cf0a220d6e6f3d4b6e8221cd583b4684187
39405 Author: Behdad Esfahbod <behdad@behdad.org>
39406 Date:   Mon Aug 1 16:34:16 2011 -0400
39407
39408     Use missing script for calling ragel
39409
39410  src/Makefile.am | 3 ++-
39411  1 file changed, 2 insertions(+), 1 deletion(-)
39412
39413 commit a91c58bf98258a34e5f7c1ad39a38db58fadc4b9
39414 Author: Behdad Esfahbod <behdad@behdad.org>
39415 Date:   Mon Aug 1 16:30:11 2011 -0400
39416
39417     [Indic] Disable CJCT-disabling logic
39418
39419     Read comment.
39420
39421  src/hb-ot-shape-complex-indic.cc | 7 ++++++-
39422  1 file changed, 6 insertions(+), 1 deletion(-)
39423
39424 commit 5e72071062c015237b79fbd0521341a63166a204
39425 Author: Behdad Esfahbod <behdad@behdad.org>
39426 Date:   Sun Jul 31 17:51:50 2011 -0400
39427
39428     [Indic] Stop looking for base upon seeing joiners
39429
39430     Not sure where this is documented, but I remember this being the
39431     desired
39432     behavior.
39433
39434     test-shape-complex failures are down from 48 to 46.  Meh.
39435
39436  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
39437  1 file changed, 9 insertions(+), 2 deletions(-)
39438
39439 commit 281683995a46ed37aeeb84061249758c59822457
39440 Author: Behdad Esfahbod <behdad@behdad.org>
39441 Date:   Sun Jul 31 16:00:35 2011 -0400
39442
39443     Cosmetic
39444
39445  src/hb-ot-shape-complex-indic.cc | 23 +++++++++++++++--------
39446  1 file changed, 15 insertions(+), 8 deletions(-)
39447
39448 commit 6b37bc80843e38ca7b62500f95fd70c08af68d62
39449 Author: Behdad Esfahbod <behdad@behdad.org>
39450 Date:   Sun Jul 31 15:57:00 2011 -0400
39451
39452     [Indic] Fix ZWJ/ZWNJ application
39453
39454     Not quite working just yet.  False alarm re 10 failures.  It was
39455     crashing.  Ouch!  Back to 48 failures.
39456
39457  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
39458  1 file changed, 6 insertions(+), 4 deletions(-)
39459
39460 commit e7be05702447ae270d797398132c1930cd3a9b86
39461 Author: Behdad Esfahbod <behdad@behdad.org>
39462 Date:   Sun Jul 31 15:18:57 2011 -0400
39463
39464     [Indic] Add Final Reordering rules into comments
39465
39466     Not applied yet.
39467
39468  src/hb-ot-shape-complex-indic.cc | 86
39469  ++++++++++++++++++++++++++++++++++++++--
39470  1 file changed, 83 insertions(+), 3 deletions(-)
39471
39472 commit cfd4382ec1af91640129551697de36fd42c0849a
39473 Author: Behdad Esfahbod <behdad@behdad.org>
39474 Date:   Sun Jul 31 15:07:11 2011 -0400
39475
39476     [Indic] Handle Reph when determining base consonant
39477
39478  src/hb-ot-shape-complex-indic.cc | 24 +++++++++++++++---------
39479  1 file changed, 15 insertions(+), 9 deletions(-)
39480
39481 commit 97158392a5899ddb739afaac925128f33f699bd7
39482 Author: Behdad Esfahbod <behdad@behdad.org>
39483 Date:   Sun Jul 31 15:01:28 2011 -0400
39484
39485     [Indic] Ra is a consonant too
39486
39487  src/hb-ot-shape-complex-indic.cc | 3 +--
39488  1 file changed, 1 insertion(+), 2 deletions(-)
39489
39490 commit 0d8f8a177c4bfd4dc642a353bab8d03674e839ac
39491 Author: Behdad Esfahbod <behdad@behdad.org>
39492 Date:   Sun Jul 31 14:57:59 2011 -0400
39493
39494     [Indic] Fix reph inhibition logic
39495
39496  src/hb-ot-shape-complex-indic.cc | 4 ++--
39497  1 file changed, 2 insertions(+), 2 deletions(-)
39498
39499 commit 9da0487cd452d780673e24329ce03e174a4ef83b
39500 Author: Behdad Esfahbod <behdad@behdad.org>
39501 Date:   Sun Jul 31 13:46:44 2011 -0400
39502
39503     [Indic] Support ZWJ/ZWNJ
39504
39505     Brings test-shape-complex failures down from 52 to 10!
39506
39507     I hereby declare harfbuzz-ng supporting Indic!
39508
39509  src/hb-ot-shape-complex-indic.cc | 57
39510  +++++++++++++++++++++++++++++++++-------
39511  1 file changed, 48 insertions(+), 9 deletions(-)
39512
39513 commit 9ee27a928a989c71923cef82a9e9828f8e9ca051
39514 Author: Behdad Esfahbod <behdad@behdad.org>
39515 Date:   Sun Jul 31 11:10:14 2011 -0400
39516
39517     [Indic] Suppress reph formation upon joiners
39518
39519  src/hb-ot-shape-complex-indic.cc | 8 +++++++-
39520  1 file changed, 7 insertions(+), 1 deletion(-)
39521
39522 commit 8354e004e553856d7d743e0f0b4de4668484026a
39523 Author: Behdad Esfahbod <behdad@behdad.org>
39524 Date:   Sun Jul 31 02:24:51 2011 -0400
39525
39526     Un-Ra U+09F1.  According to the test suite this is correct.
39527
39528     But I'm not sure...  Down from 54 failures to 52.
39529
39530  src/hb-ot-shape-complex-indic.cc | 2 +-
39531  1 file changed, 1 insertion(+), 1 deletion(-)
39532
39533 commit 07cedd81f48907b2e372cd2e963716bbded9ce29
39534 Author: Behdad Esfahbod <behdad@behdad.org>
39535 Date:   Sat Jul 30 21:16:51 2011 -0400
39536
39537     Minor
39538
39539  test/test-shape-complex.c | 21 +++++++++++----------
39540  1 file changed, 11 insertions(+), 10 deletions(-)
39541
39542 commit ba7e85c104e68b4685c1b3b5c9a260fe0f6879df
39543 Author: Behdad Esfahbod <behdad@behdad.org>
39544 Date:   Sat Jul 30 21:11:53 2011 -0400
39545
39546     Cosmetic
39547
39548  src/hb-ot-shape-complex-indic.cc | 1 +
39549  1 file changed, 1 insertion(+)
39550
39551 commit f5bc2725cb892264ba223e0a49f7fd2c622a0730
39552 Author: Behdad Esfahbod <behdad@behdad.org>
39553 Date:   Sat Jul 30 21:08:10 2011 -0400
39554
39555     [Indic] For old-style Indic tables, move Halant around
39556
39557     In old-style Indic OT standards, the post-base Halants are moved after
39558     their base.  Emulate that by moving first post-base Halant to
39559     post-last-consonant.
39560
39561     Brings test-shape-complex failures down from 88 to 54.  Getting there!
39562
39563  src/hb-ot-map-private.hh         |  3 +++
39564  src/hb-ot-shape-complex-indic.cc | 20 ++++++++++++++++++++
39565  2 files changed, 23 insertions(+)
39566
39567 commit c47a31fb4793b825f4be57e9cb1b10db352b9512
39568 Author: Behdad Esfahbod <behdad@behdad.org>
39569 Date:   Sat Jul 30 20:57:01 2011 -0400
39570
39571     [OT] Save chosen script tag
39572
39573  src/hb-ot-layout.cc      | 20 ++++++++++++++++----
39574  src/hb-ot-layout.h       |  3 ++-
39575  src/hb-ot-map-private.hh |  1 +
39576  src/hb-ot-map.cc         |  2 +-
39577  4 files changed, 20 insertions(+), 6 deletions(-)
39578
39579 commit 3a9b14dfdfc278b432890e1537672a4ca141a3b0
39580 Author: Behdad Esfahbod <behdad@behdad.org>
39581 Date:   Sat Jul 30 20:23:55 2011 -0400
39582
39583     Minor
39584
39585  test/test-shape-complex.c | 8 ++++----
39586  1 file changed, 4 insertions(+), 4 deletions(-)
39587
39588 commit 8613193bbf28fe8951c900b68c4418a6fb929626
39589 Author: Behdad Esfahbod <behdad@behdad.org>
39590 Date:   Sat Jul 30 20:21:40 2011 -0400
39591
39592     [test] Fix problem with N'ko test direction
39593
39594     Old HarfBuzz test suite always shaped as left-to-right and hence
39595     had wrong
39596     0x14db, direction expected glyphstring for N'ko.  Doh!
39597
39598     Failures down from 92 to 88.
39599
39600  test/test-shape-complex.c | 8 ++++----
39601  1 file changed, 4 insertions(+), 4 deletions(-)
39602
39603 commit fd06bf56110e73826b3d5c73ac964e2609450d46
39604 Author: Behdad Esfahbod <behdad@behdad.org>
39605 Date:   Sat Jul 30 20:14:44 2011 -0400
39606
39607     [Indic] Handle initial Ra+Halant in scripts that support Reph
39608
39609     Brings test-shape-complex failures down from 104 to 92.  Way to go!
39610
39611  src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
39612  1 file changed, 10 insertions(+)
39613
39614 commit ee58f3bc75d2d071a71b94063bf12205a5871acb
39615 Author: Behdad Esfahbod <behdad@behdad.org>
39616 Date:   Sat Jul 30 19:15:53 2011 -0400
39617
39618     Minor
39619
39620  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++++-----------
39621  1 file changed, 12 insertions(+), 11 deletions(-)
39622
39623 commit 352372ae5ea0998e40cf9fe43c22b6b610a5764e
39624 Author: Behdad Esfahbod <behdad@behdad.org>
39625 Date:   Sat Jul 30 19:04:02 2011 -0400
39626
39627     [Indic] Categorize Ra in scripts that have Reph
39628
39629     Is the categorization correct?  I don't know.
39630
39631  src/hb-ot-shape-complex-indic.cc | 31 ++++++++++++++++++++++++++++++-
39632  1 file changed, 30 insertions(+), 1 deletion(-)
39633
39634 commit 45d6f29f15f1d2323bcaa2498aed23ff0c8a1567
39635 Author: Behdad Esfahbod <behdad@behdad.org>
39636 Date:   Sat Jul 30 14:44:30 2011 -0400
39637
39638     [Indic] Reorder matras
39639
39640     Number of failing shape-complex tests goes from 125 down to 94.
39641
39642     Next: Add Ra handling and it's fair to say we kinda support Indic :).
39643
39644  src/hb-ot-shape-complex-indic.cc | 29 +++++++++++++++++++++++++++--
39645  src/hb-ot-shape-normalize.cc     | 26 ++++++++++----------------
39646  src/hb-private.hh                | 36
39647  ++++++++++++++++++++++++++++++------
39648  3 files changed, 67 insertions(+), 24 deletions(-)
39649
39650 commit 911bf32acad7f1cd161f666cb659990ade0925ad
39651 Author: Behdad Esfahbod <behdad@behdad.org>
39652 Date:   Sat Jul 30 11:16:00 2011 -0400
39653
39654     Bug 39686 - Add '-no-undefined' to libharfbuzz LDFLAGS
39655
39656  src/Makefile.am | 2 +-
39657  1 file changed, 1 insertion(+), 1 deletion(-)
39658
39659 commit 8f0b64fb6988f9502d2c5e39768a9af133d9a83f
39660 Author: Behdad Esfahbod <behdad@behdad.org>
39661 Date:   Fri Jul 29 17:02:48 2011 -0400
39662
39663     Minor
39664
39665  src/hb-ot-shape-complex-arabic.cc | 6 +++---
39666  src/hb-private.hh                 | 8 ++++++--
39667  2 files changed, 9 insertions(+), 5 deletions(-)
39668
39669 commit 743807a3ce1b2229e5307a8aea074a7544623d8d
39670 Author: Behdad Esfahbod <behdad@behdad.org>
39671 Date:   Fri Jul 29 16:37:02 2011 -0400
39672
39673     [Indic] Apply Indic features
39674
39675     Find the base consonant and apply basic Indic features accordingly.
39676     Nothing complete, but does something for now.  Specifically:
39677     no Ra handling right now, and no ZWJ/ZWNJ.
39678
39679     Number of failing shape-complex tests goes from 174 down to 125.
39680
39681     Next: reorder matras.
39682
39683  src/hb-ot-shape-complex-indic-machine.rl |  35 ++++--
39684  src/hb-ot-shape-complex-indic.cc         | 209
39685  ++++++++++++++++++++++++++++---
39686  2 files changed, 212 insertions(+), 32 deletions(-)
39687
39688 commit 1a1b5013159369b343d0c32df02c9c419277aead
39689 Author: Behdad Esfahbod <behdad@behdad.org>
39690 Date:   Fri Jul 29 16:36:46 2011 -0400
39691
39692     Minor
39693
39694  test/test-shape-complex.c | 8 ++++++--
39695  1 file changed, 6 insertions(+), 2 deletions(-)
39696
39697 commit dd5546de15e63c0320b7db2bf42b0f15271f7915
39698 Author: Behdad Esfahbod <behdad@behdad.org>
39699 Date:   Fri Jul 29 16:27:31 2011 -0400
39700
39701     Minor
39702
39703  test/test-shape-complex.c | 2 +-
39704  1 file changed, 1 insertion(+), 1 deletion(-)
39705
39706 commit 9f9bcceca6321d5a5812f878de1de39901349a78
39707 Author: Behdad Esfahbod <behdad@behdad.org>
39708 Date:   Thu Jul 28 17:06:46 2011 -0400
39709
39710     Register buffer vars in Indic shaper
39711
39712  src/hb-ot-shape-complex-indic.cc | 6 ++++++
39713  src/hb-ot-shape.cc               | 2 ++
39714  2 files changed, 8 insertions(+)
39715
39716 commit be09bf6b799cafc2ff54a28915b307ffe99661b6
39717 Author: Behdad Esfahbod <behdad@behdad.org>
39718 Date:   Thu Jul 28 17:03:43 2011 -0400
39719
39720     Oops.  This should have gone into the previous commit
39721
39722  src/hb-ot-layout-gsub-private.hh | 2 +-
39723  1 file changed, 1 insertion(+), 1 deletion(-)
39724
39725 commit b65c06025d2b54a44f716e030d4b10072c65bea8
39726 Author: Behdad Esfahbod <behdad@behdad.org>
39727 Date:   Thu Jul 28 16:48:43 2011 -0400
39728
39729     Formalize buffer var allocations
39730
39731  src/hb-buffer-private.hh           | 25 ++++++----------
39732  src/hb-buffer.cc                   | 15 +++++-----
39733  src/hb-ot-layout-gpos-private.hh   | 14 +++++----
39734  src/hb-ot-layout-gsub-private.hh   |  5 +++-
39735  src/hb-ot-shape-complex-arabic.cc  |  6 +++-
39736  src/hb-ot-shape-complex-indic.cc   |  4 +--
39737  src/hb-ot-shape-complex-private.hh | 10 ++++++-
39738  src/hb-ot-shape.cc                 | 60
39739  +++++++++++++++++++++++---------------
39740  src/hb-private.hh                  |  1 +
39741  9 files changed, 83 insertions(+), 57 deletions(-)
39742
39743 commit a9ad3d3460ba863a8d8f3766ccbeab288c3c6822
39744 Author: Behdad Esfahbod <behdad@behdad.org>
39745 Date:   Thu Jul 28 15:42:18 2011 -0400
39746
39747     Move more code around
39748
39749     Buffer var allocation coming into shape
39750
39751  src/hb-buffer-private.hh         |  1 +
39752  src/hb-buffer.cc                 | 35 +++++++++++++++++++++++++++++++++++
39753  src/hb-ot-layout-gpos-private.hh |  7 +++++++
39754  src/hb-ot-layout-gsub-private.hh | 18 ++++++++++++++++++
39755  src/hb-ot-layout.cc              |  8 +++-----
39756  5 files changed, 64 insertions(+), 5 deletions(-)
39757
39758 commit cc06c243d8be3ebb1190281653d2dba504c16c0f
39759 Author: Behdad Esfahbod <behdad@behdad.org>
39760 Date:   Mon Jul 25 20:25:44 2011 -0400
39761
39762     Streamline debugging infrastructure even more
39763
39764  src/hb-blob.cc                       |  26 ++++-----
39765  src/hb-object-private.hh             |   8 +--
39766  src/hb-open-type-private.hh          |  64 ++++++--------------
39767  src/hb-ot-layout-gsubgpos-private.hh |   2 +-
39768  src/hb-private.hh                    | 109
39769  +++++++++++++++++++++++++++++++----
39770  5 files changed, 136 insertions(+), 73 deletions(-)
39771
39772 commit 43ff203d8ea3e1b09e316e3aae1a4e5ec15bfdd2
39773 Author: Behdad Esfahbod <behdad@behdad.org>
39774 Date:   Mon Jul 25 17:35:24 2011 -0400
39775
39776     Use variadic macros for debugging
39777
39778     Looks *so* much nicer!
39779
39780  src/hb-blob.cc              | 26 ++++++++--------
39781  src/hb-object-private.hh    |  8 ++---
39782  src/hb-open-type-private.hh | 75
39783  ++++++++++++++++++++-------------------------
39784  src/hb-private.hh           |  7 +++--
39785  4 files changed, 56 insertions(+), 60 deletions(-)
39786
39787 commit decd4e3e16424dc311e9fb5b663170414a11556a
39788 Author: Behdad Esfahbod <behdad@behdad.org>
39789 Date:   Mon Jul 25 16:47:02 2011 -0400
39790
39791     Add sugar syntax for debug messages
39792
39793     Buffer debugging coming soon.
39794
39795  src/hb-blob.cc              | 35 +++++++++++++----------------------
39796  src/hb-object-private.hh    |  9 ++++-----
39797  src/hb-open-type-private.hh | 44
39798  ++++++++++++++++++++++----------------------
39799  src/hb-private.hh           |  7 +++++--
39800  4 files changed, 44 insertions(+), 51 deletions(-)
39801
39802 commit 3a81b1db89beba91fb91791918b9fdd9f8fc9fa0
39803 Author: Behdad Esfahbod <behdad@behdad.org>
39804 Date:   Mon Jul 25 16:30:32 2011 -0400
39805
39806     Minor, fix leak from my previous refactorings
39807
39808  src/hb-buffer.cc | 14 +++++++-------
39809  1 file changed, 7 insertions(+), 7 deletions(-)
39810
39811 commit f4a579bc42fb811ff5c391a0e97b7d8656ef59b1
39812 Author: Behdad Esfahbod <behdad@behdad.org>
39813 Date:   Mon Jul 25 16:20:16 2011 -0400
39814
39815     Add internal API for buffer var allocation
39816
39817  src/hb-buffer-private.hh | 25 +++++++++++++++++++++++--
39818  src/hb-buffer.cc         | 22 ++++++++++++++++++++++
39819  2 files changed, 45 insertions(+), 2 deletions(-)
39820
39821 commit 651e8dd79ec8eaca5ab75a61e8ce961ff7bd26eb
39822 Author: Behdad Esfahbod <behdad@behdad.org>
39823 Date:   Mon Jul 25 14:54:08 2011 -0400
39824
39825     Start cleaning up buffer var allocation
39826
39827     I've messed up a lot of stuff recently, different parts of the
39828     shaping process are stumbling on eachother's toes because
39829     manually tracking what's in which buffer var is hard.  I'm
39830     going to add some internal API to track those such that mistakes
39831     are discovered as soon as they are introduced.
39832
39833  src/hb-ot-layout-gsubgpos-private.hh |  1 -
39834  src/hb-ot-layout.cc                  |  1 +
39835  src/hb-ot-shape.cc                   | 10 ----------
39836  3 files changed, 1 insertion(+), 11 deletions(-)
39837
39838 commit c86f932015bdf5803572b0904d343d3bc033e009
39839 Author: Behdad Esfahbod <behdad@behdad.org>
39840 Date:   Mon Jul 25 00:44:50 2011 -0400
39841
39842     Move code around
39843
39844  src/hb-ot-shape.cc | 85
39845  +++++++++++++++++++++++++++---------------------------
39846  1 file changed, 42 insertions(+), 43 deletions(-)
39847
39848 commit 18c42850c9327ab4479ff150660a76d4ff6f3e9c
39849 Author: Behdad Esfahbod <behdad@behdad.org>
39850 Date:   Mon Jul 25 00:36:58 2011 -0400
39851
39852     Shrink space used for ligature ids
39853
39854     This frees 16bits in the glyph_info struct during the ot_layout
39855     process.
39856     We can use the freed space in the shapers now.
39857
39858  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
39859  1 file changed, 4 insertions(+), 4 deletions(-)
39860
39861 commit d8787493c9aa420544096cef07c29a591a0c1a99
39862 Author: Behdad Esfahbod <behdad@behdad.org>
39863 Date:   Mon Jul 25 00:36:01 2011 -0400
39864
39865     Minor
39866
39867  src/hb-ot-layout-gsub-private.hh     | 6 ------
39868  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++++
39869  2 files changed, 7 insertions(+), 6 deletions(-)
39870
39871 commit c311d852080b50ffc85e80168de62abb05a6be59
39872 Author: Behdad Esfahbod <behdad@behdad.org>
39873 Date:   Sat Jul 23 23:43:54 2011 -0400
39874
39875     Keep Unicode props updated as we go so we avoid a scan later
39876
39877  src/hb-ot-shape-normalize.cc | 54
39878  +++++++++++++++++++++-----------------------
39879  1 file changed, 26 insertions(+), 28 deletions(-)
39880
39881 commit 5389ff4dbc46c76c9483e3c95f22524b60e21166
39882 Author: Behdad Esfahbod <behdad@behdad.org>
39883 Date:   Fri Jul 22 20:22:49 2011 -0400
39884
39885     Implement the Unicode Canonical Composition algorithm
39886
39887     Fallback normalization is complete and working now!
39888
39889  src/hb-ot-shape-normalize.cc | 49
39890  +++++++++++++++++++++++++++++++++++++++++---
39891  1 file changed, 46 insertions(+), 3 deletions(-)
39892
39893 commit dcdc51cdc0ba9d9fb75f84dd5fa7a49aa0b24ea0
39894 Author: Behdad Esfahbod <behdad@behdad.org>
39895 Date:   Fri Jul 22 17:14:46 2011 -0400
39896
39897     Handle singleton decompositions
39898
39899  src/hb-ot-shape-normalize.cc | 12 +++++++-----
39900  1 file changed, 7 insertions(+), 5 deletions(-)
39901
39902 commit 34c22f816808d061a980cffca12de03beb437fa0
39903 Author: Behdad Esfahbod <behdad@behdad.org>
39904 Date:   Fri Jul 22 17:04:20 2011 -0400
39905
39906     Implement Unicode Canonical Reordering Algorithm
39907
39908  src/hb-ot-shape-normalize.cc | 80
39909  +++++++++++++++++++++++++++++++++++++-------
39910  src/hb-ot-shape-private.hh   |  2 ++
39911  src/hb-ot-shape.cc           |  6 ++--
39912  3 files changed, 73 insertions(+), 15 deletions(-)
39913
39914 commit 4ff0d2d9dfc4f7e4880a4e964ca9872624508ea0
39915 Author: Behdad Esfahbod <behdad@behdad.org>
39916 Date:   Fri Jul 22 16:15:32 2011 -0400
39917
39918     Decomposition works now!
39919
39920  src/hb-ot-shape-normalize.cc | 109
39921  +++++++++++++++++++++++++++----------------
39922  src/hb-ot-shape.cc           |   3 +-
39923  2 files changed, 70 insertions(+), 42 deletions(-)
39924
39925 commit 468e9cb25c9bc14781b7013e447d763f93bf76a3
39926 Author: Behdad Esfahbod <behdad@behdad.org>
39927 Date:   Fri Jul 22 11:28:07 2011 -0400
39928
39929     Move buffer methods into the object
39930
39931  src/hb-buffer-private.hh             | 110 +++----
39932  src/hb-buffer.cc                     | 605
39933  +++++++++++++++++------------------
39934  src/hb-ot-layout-gpos-private.hh     |  88 ++---
39935  src/hb-ot-layout-gsub-private.hh     |  58 ++--
39936  src/hb-ot-layout-gsubgpos-private.hh |  50 +--
39937  src/hb-ot-shape-normalize.cc         |  16 +-
39938  src/hb-ot-shape.cc                   |  14 +-
39939  7 files changed, 456 insertions(+), 485 deletions(-)
39940
39941 commit 45412523dc295cb5ee12e096bfacb282cc925843
39942 Author: Behdad Esfahbod <behdad@behdad.org>
39943 Date:   Fri Jul 22 11:07:05 2011 -0400
39944
39945     More normalization kick
39946
39947  src/hb-ot-shape-normalize.cc | 54
39948  +++++++++++++++++++++++++++++---------------
39949  src/hb-ot-shape-private.hh   |  8 ++++++-
39950  src/hb-ot-shape.cc           | 13 +++--------
39951  3 files changed, 46 insertions(+), 29 deletions(-)
39952
39953 commit 63c0ef4a0763e579c9c80887bbfbd2651de05067
39954 Author: Behdad Esfahbod <behdad@behdad.org>
39955 Date:   Thu Jul 21 20:58:42 2011 -0400
39956
39957     Fix decompose() implementations to work with non-starter
39958     non-composables
39959
39960     Add tests.
39961
39962  src/hb-glib.cc      | 10 +++++-----
39963  src/hb-icu.cc       | 20 +++++++++++++-------
39964  test/test-unicode.c | 11 ++++++++---
39965  3 files changed, 26 insertions(+), 15 deletions(-)
39966
39967 commit 5d90a342e319068716429bf7af76c3896b61a0e5
39968 Author: Behdad Esfahbod <behdad@behdad.org>
39969 Date:   Thu Jul 21 15:25:01 2011 -0400
39970
39971     Document normalization design
39972
39973  src/hb-ot-shape-normalize.cc | 78
39974  +++++++++++++++++++++++++++++++++++---------
39975  src/hb-ot-shape-private.hh   |  2 +-
39976  src/hb-ot-shape.cc           |  6 ++--
39977  3 files changed, 67 insertions(+), 19 deletions(-)
39978
39979 commit 02cdf743c2ec345a44d4fcf865594b6ac13fccd0
39980 Author: Behdad Esfahbod <behdad@behdad.org>
39981 Date:   Thu Jul 21 12:23:12 2011 -0400
39982
39983     Add prefer_decomposed() complex-shaper callback
39984
39985     This allows the Indic shaper to request decomposed characters.
39986     This will
39987     handle split matra for free.  Other shapers prefer precomposed
39988     characters.
39989
39990  src/hb-ot-shape-complex-arabic.cc  |  6 ++++++
39991  src/hb-ot-shape-complex-indic.cc   |  7 +++++++
39992  src/hb-ot-shape-complex-misc.cc    |  6 ++++++
39993  src/hb-ot-shape-complex-private.hh | 31 +++++++++++++++++++++++++++++--
39994  4 files changed, 48 insertions(+), 2 deletions(-)
39995
39996 commit d6b9c6d20041b4f4fa11befc179aee757c41904d
39997 Author: Behdad Esfahbod <behdad@behdad.org>
39998 Date:   Thu Jul 21 12:16:45 2011 -0400
39999
40000     More kicking
40001
40002  src/hb-ot-shape-normalize.cc | 17 ++++++++++++++---
40003  1 file changed, 14 insertions(+), 3 deletions(-)
40004
40005 commit 192445aef2e50087049243ce54ce7059ec441ffa
40006 Author: Behdad Esfahbod <behdad@behdad.org>
40007 Date:   Thu Jul 21 12:13:04 2011 -0400
40008
40009     Remove intermittent_glyph()
40010
40011     Lets not worry about performance for now...
40012
40013  src/hb-ot-shape-normalize.cc | 3 ++-
40014  src/hb-ot-shape-private.hh   | 2 --
40015  2 files changed, 2 insertions(+), 3 deletions(-)
40016
40017 commit d63adfc7d09b26764d9166da97372b21257e7611
40018 Author: Behdad Esfahbod <behdad@behdad.org>
40019 Date:   Thu Jul 21 11:48:57 2011 -0400
40020
40021     No need to handle variation-selectors seperately, they are GC=Mn
40022
40023  src/hb-ot-shape.cc | 3 +--
40024  1 file changed, 1 insertion(+), 2 deletions(-)
40025
40026 commit aa7264123a088936f2043b45d4d41ca7413fabe5
40027 Author: Behdad Esfahbod <behdad@behdad.org>
40028 Date:   Thu Jul 21 11:34:59 2011 -0400
40029
40030     Only form clusters if we are reversing
40031
40032     This produces more accurate cluster mappings.  Cluster mappings are
40033     minimal now.  Combining marks get their own cluster value most of
40034     the time.
40035
40036  src/hb-ot-shape.cc | 45 ++++++++++++++++++++++-----------------------
40037  1 file changed, 22 insertions(+), 23 deletions(-)
40038
40039 commit 5c6f5982d78e2d7fadc2fbb8b4f3a4be9420c59a
40040 Author: Behdad Esfahbod <behdad@behdad.org>
40041 Date:   Thu Jul 21 11:31:08 2011 -0400
40042
40043     Towards normalization
40044
40045  src/hb-ot-shape-normalize.cc | 33 ++++++++++++++++++++++-----------
40046  src/hb-ot-shape-private.hh   |  3 ++-
40047  src/hb-ot-shape.cc           |  4 +++-
40048  3 files changed, 27 insertions(+), 13 deletions(-)
40049
40050 commit ad903e66b1cc4ec1b8160f93b3ab2b5e636f8d62
40051 Author: Behdad Esfahbod <behdad@behdad.org>
40052 Date:   Thu Jul 21 10:17:22 2011 -0400
40053
40054     s/COMBINING_MARK/SPACING_MARK/ here too.  Oops!
40055
40056  test/test-unicode.c | 2 +-
40057  1 file changed, 1 insertion(+), 1 deletion(-)
40058
40059 commit cf7f43ec3382cac2af11f5637c840500daabf889
40060 Author: Behdad Esfahbod <behdad@behdad.org>
40061 Date:   Thu Jul 21 01:12:26 2011 -0400
40062
40063     Remove stale comment
40064
40065  src/hb-ot-shape.cc | 1 -
40066  1 file changed, 1 deletion(-)
40067
40068 commit 54d1a0d2b2c4ffe15494967122c6422ecb1fc80b
40069 Author: Behdad Esfahbod <behdad@behdad.org>
40070 Date:   Thu Jul 21 01:11:09 2011 -0400
40071
40072     Form clusters before ensuring native direciton
40073
40074     This is essential as ensure_native_direction uses cluster info that
40075     is set by form_clusters().
40076
40077  src/hb-ot-shape.cc | 4 ++--
40078  1 file changed, 2 insertions(+), 2 deletions(-)
40079
40080 commit 9111b21ef99d5e53348176f683261b0101eb427f
40081 Author: Behdad Esfahbod <behdad@behdad.org>
40082 Date:   Thu Jul 21 00:58:29 2011 -0400
40083
40084     Add _hb_buffer_output_glyph() and _hb_buffer_skip_glyph()
40085
40086  src/hb-buffer-private.hh | 10 ++++++++++
40087  src/hb-buffer.cc         | 19 ++++++++++++++++---
40088  src/hb-ot-shape.cc       |  2 +-
40089  3 files changed, 27 insertions(+), 4 deletions(-)
40090
40091 commit 655586fe5e1fadf2a2ef7826e61ee9a445ffa37a
40092 Author: Behdad Esfahbod <behdad@behdad.org>
40093 Date:   Thu Jul 21 00:51:18 2011 -0400
40094
40095     Towards normalization
40096
40097  src/Makefile.am              |  1 +
40098  src/hb-ot-shape-normalize.cc | 71
40099  ++++++++++++++++++++++++++++++++++++++++++++
40100  src/hb-ot-shape-private.hh   | 12 ++++++++
40101  src/hb-ot-shape.cc           | 10 ++-----
40102  4 files changed, 86 insertions(+), 8 deletions(-)
40103
40104 commit 49741c86334d12fa08a5bfa2110ff3b9adcba1c7
40105 Author: Behdad Esfahbod <behdad@behdad.org>
40106 Date:   Thu Jul 21 00:35:37 2011 -0400
40107
40108     Include variation-selectors in cluster calculation
40109
40110  src/hb-ot-shape.cc | 3 ++-
40111  1 file changed, 2 insertions(+), 1 deletion(-)
40112
40113 commit dd89d958c139d85efb776fffaf314eead3952c78
40114 Author: Behdad Esfahbod <behdad@behdad.org>
40115 Date:   Thu Jul 21 00:28:57 2011 -0400
40116
40117     Fix cluster calculation for non-LTR text
40118
40119  TODO             | 6 ------
40120  src/hb-buffer.cc | 5 +++++
40121  2 files changed, 5 insertions(+), 6 deletions(-)
40122
40123 commit 4a68684654e645882095c1189477146287ce9437
40124 Author: Behdad Esfahbod <behdad@behdad.org>
40125 Date:   Thu Jul 21 00:14:01 2011 -0400
40126
40127     When forming clusters, participate all mark types
40128
40129  src/hb-ot-shape.cc | 6 ++++--
40130  1 file changed, 4 insertions(+), 2 deletions(-)
40131
40132 commit 5157e12a55f943b7fc5be7dce0b2ee1bcacca6ec
40133 Author: Behdad Esfahbod <behdad@behdad.org>
40134 Date:   Thu Jul 21 00:12:33 2011 -0400
40135
40136     Rename HB_UNICODE_GENERAL_CATEGORY_COMBINING_MARK to
40137     HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK
40138
40139     Spacing_Mark is the current Unicode long-name for this property value.
40140     The previous name was wrongly carried from glib.
40141
40142  src/hb-common.h | 2 +-
40143  src/hb-icu.cc   | 2 +-
40144  2 files changed, 2 insertions(+), 2 deletions(-)
40145
40146 commit 7b08b0a7f2057937dfc3ab2ec191656bf2386463
40147 Author: Behdad Esfahbod <behdad@behdad.org>
40148 Date:   Wed Jul 20 23:59:07 2011 -0400
40149
40150     Minor
40151
40152  src/hb-ot-shape-complex-arabic.cc |  8 ++++----
40153  src/hb-private.hh                 | 19 +++++++++++++++++++
40154  2 files changed, 23 insertions(+), 4 deletions(-)
40155
40156 commit 498e1a9be673bb02c00aac3f12bb4c6993a85910
40157 Author: Behdad Esfahbod <behdad@behdad.org>
40158 Date:   Wed Jul 20 23:19:49 2011 -0400
40159
40160     [icu] Implement compose()/decompose()
40161
40162  src/hb-icu.cc       | 87
40163  +++++++++++++++++++++++++++++++++++++++++++++++++++--
40164  test/test-unicode.c |  1 +
40165  2 files changed, 86 insertions(+), 2 deletions(-)
40166
40167 commit ffd4a436f7baccb68a0c3602f94ea0246e32844f
40168 Author: Behdad Esfahbod <behdad@behdad.org>
40169 Date:   Wed Jul 20 22:30:29 2011 -0400
40170
40171     Add tests for compose()/decompose()
40172
40173     Adjust glib fallback implementation.
40174
40175     The tests are not hooked up for ICU yet.
40176
40177  src/hb-glib.cc      | 17 ++++++++++++--
40178  src/hb-unicode.cc   |  2 +-
40179  test/test-unicode.c | 66
40180  +++++++++++++++++++++++++++++++++++++++++++++++++++++
40181  3 files changed, 82 insertions(+), 3 deletions(-)
40182
40183 commit fca0923b04aeff9369849da97d247a647611f346
40184 Author: Behdad Esfahbod <behdad@behdad.org>
40185 Date:   Wed Jul 20 22:16:13 2011 -0400
40186
40187     Minor
40188
40189  src/hb-icu.cc | 62
40190  ++++++++++++++++++++++++++++++++++++-----------------------
40191  1 file changed, 38 insertions(+), 24 deletions(-)
40192
40193 commit 26b6024962b254b624d4f22088b6c87745074743
40194 Author: Behdad Esfahbod <behdad@behdad.org>
40195 Date:   Wed Jul 20 21:58:14 2011 -0400
40196
40197     [glib] Use g_unicode_script_to/from_iso15924() if available
40198
40199  src/hb-glib.cc | 10 ++++++++++
40200  1 file changed, 10 insertions(+)
40201
40202 commit 22fdc66712464bdb02e45eed49e4be57e79b442f
40203 Author: Behdad Esfahbod <behdad@behdad.org>
40204 Date:   Wed Jul 20 21:51:37 2011 -0400
40205
40206     [glib] Add compose() and decompose() implementations with fallback
40207
40208  src/hb-glib.cc    | 126
40209  +++++++++++++++++++++++++++++++++++++++++++-----------
40210  src/hb-unicode.cc |   6 ++-
40211  2 files changed, 106 insertions(+), 26 deletions(-)
40212
40213 commit a54a5505a35eef5315a8e2e7a79502901e3eff5f
40214 Author: Behdad Esfahbod <behdad@behdad.org>
40215 Date:   Wed Jul 20 16:42:10 2011 -0400
40216
40217     Minor
40218
40219  src/hb-ot-shape-complex-indic.cc | 4 ++--
40220  1 file changed, 2 insertions(+), 2 deletions(-)
40221
40222 commit 23db8d5c92c96a34c716b68e1aa6819c5a20477a
40223 Author: Behdad Esfahbod <behdad@behdad.org>
40224 Date:   Tue Jul 12 12:02:26 2011 -0400
40225
40226     [test] Work around glib <= 2.30 API
40227
40228  test/hb-test.h | 4 ++++
40229  1 file changed, 4 insertions(+)
40230
40231 commit 22989c5ffc8cce1ea05d729cdf33661c35a52334
40232 Author: Behdad Esfahbod <behdad@behdad.org>
40233 Date:   Tue Jul 12 11:54:58 2011 -0400
40234
40235     Distribute hb-ot-shape-complex-indic-machine.rl
40236
40237  src/Makefile.am | 1 +
40238  1 file changed, 1 insertion(+)
40239
40240 commit f6fd3780e12b23ff7ed3743497c8996e71dcb064
40241 Author: Behdad Esfahbod <behdad@behdad.org>
40242 Date:   Fri Jul 8 00:22:40 2011 -0400
40243
40244     Let shapers decide when to apply ccmp and locl
40245
40246     Instead of always applying those two features before the complex
40247     shaper,
40248     let the complex shaper decide whether they should be applied first.
40249
40250     Also add stub for Indic's final_reordering().
40251
40252  src/hb-ot-shape-complex-arabic.cc |  2 ++
40253  src/hb-ot-shape-complex-indic.cc  | 16 ++++++++++++++++
40254  src/hb-ot-shape.cc                |  7 +------
40255  3 files changed, 19 insertions(+), 6 deletions(-)
40256
40257 commit c4641723fbf6532b2e80a662e15573b31276bc73
40258 Author: Behdad Esfahbod <behdad@behdad.org>
40259 Date:   Thu Jul 7 23:47:19 2011 -0400
40260
40261     [API] Add compose() and decompose() unicode funcs, rename other ones
40262
40263     Add compose() and decompose() unicode funcs.  These implement
40264     pair-wise canonical composition/decomposition.
40265
40266     The glib/icu implementations are lacking for now.  We are adding
40267     API for this to glib, but I cannot find any useful API in ICU.
40268     May end of implementing these in-house.
40269
40270     Changed all unicode_funcs callback names to remove the "_get" part.
40271     Eg, hb_unicode_get_script_func_t is now hb_unicode_script_func_t,
40272     and hb_unicode_get_script() is hb_unicode_script() now.
40273
40274  TODO                      |  4 ++-
40275  src/hb-glib.cc            |  6 +++-
40276  src/hb-icu.cc             |  6 +++-
40277  src/hb-ot-shape.cc        |  6 ++--
40278  src/hb-shape.cc           |  2 +-
40279  src/hb-unicode-private.hh |  8 +++--
40280  src/hb-unicode.cc         | 85
40281  ++++++++++++++++++++++++++++++++++-------------
40282  src/hb-unicode.h          | 70 +++++++++++++++++++++++++++-----------
40283  test/test-unicode.c       | 21 +++++++-----
40284  9 files changed, 146 insertions(+), 62 deletions(-)
40285
40286 commit d05dded1676924e8894c90f7a7c3527b492bcdff
40287 Author: Behdad Esfahbod <behdad@behdad.org>
40288 Date:   Thu Jul 7 23:42:40 2011 -0400
40289
40290     More code generation through preprocessor
40291
40292  src/hb-ot-shape-complex-private.hh | 46
40293  ++++++++++++++++++++++++--------------
40294  1 file changed, 29 insertions(+), 17 deletions(-)
40295
40296 commit 891c4755baae6cd59fad59d27fd8933e5f548a74
40297 Author: Behdad Esfahbod <behdad@behdad.org>
40298 Date:   Thu Jul 7 23:19:27 2011 -0400
40299
40300     Humm, undo some shuffling
40301
40302     In preparation for adding more advanced unicode funcs.
40303
40304  src/hb-ot-shape.cc        |  6 ++---
40305  src/hb-shape.cc           |  2 +-
40306  src/hb-unicode-private.hh | 36 +++++++++++++-------------
40307  src/hb-unicode.cc         | 65
40308  ++++++++++++++++++++++++++++++++++-------------
40309  4 files changed, 70 insertions(+), 39 deletions(-)
40310
40311 commit 4b6317c4f426cfaf21e509dbf6ee6d4e0422cdac
40312 Author: Behdad Esfahbod <behdad@behdad.org>
40313 Date:   Thu Jul 7 23:14:42 2011 -0400
40314
40315     More code shuffling
40316
40317  src/hb-font-private.hh    |  16 +++---
40318  src/hb-font.cc            |   3 +-
40319  src/hb-unicode-private.hh |  42 +++++++-------
40320  src/hb-unicode.cc         | 140
40321  +++++++++++++++++-----------------------------
40322  4 files changed, 82 insertions(+), 119 deletions(-)
40323
40324 commit 3361c9a323575309d9fd55fe076697a3e22073c0
40325 Author: Behdad Esfahbod <behdad@behdad.org>
40326 Date:   Thu Jul 7 22:35:17 2011 -0400
40327
40328     Minor
40329
40330  src/Makefile.am                    |  1 +
40331  src/hb-ot-shape-complex-misc.cc    | 51
40332  ++++++++++++++++++++++++++++++++++++++
40333  src/hb-ot-shape-complex-private.hh | 12 ++++++---
40334  3 files changed, 60 insertions(+), 4 deletions(-)
40335
40336 commit 76f76812ac7cca8ac6935952a2360d5e151480fa
40337 Author: Behdad Esfahbod <behdad@behdad.org>
40338 Date:   Thu Jul 7 22:25:25 2011 -0400
40339
40340     Shuffle code around, remove shape_plan from complex shapers
40341
40342  src/hb-ot-shape-complex-arabic.cc        | 36 +++++++++++++-------------
40343  src/hb-ot-shape-complex-indic-machine.rl | 12 ++++-----
40344  src/hb-ot-shape-complex-indic.cc         | 25 +++++++++---------
40345  src/hb-ot-shape-complex-private.hh       | 44
40346  +++++++++++++++++++++-----------
40347  src/hb-ot-shape-private.hh               | 13 ++--------
40348  src/hb-ot-shape.cc                       |  4 +--
40349  6 files changed, 69 insertions(+), 65 deletions(-)
40350
40351 commit e88bff9b4d77dc86c04832163081effbff752216
40352 Author: Behdad Esfahbod <behdad@behdad.org>
40353 Date:   Thu Jul 7 22:03:02 2011 -0400
40354
40355     Minor, use function typedefs
40356
40357  src/hb-ot-shape-complex-private.hh | 10 ++++++----
40358  1 file changed, 6 insertions(+), 4 deletions(-)
40359
40360 commit 359dcaa0d33271025ca42a5f54ecbac7ae3b56d3
40361 Author: Behdad Esfahbod <behdad@behdad.org>
40362 Date:   Thu Jul 7 21:55:05 2011 -0400
40363
40364     Update copyright headers
40365
40366  src/hb-ot-map-private.hh           | 2 +-
40367  src/hb-ot-map.cc                   | 2 +-
40368  src/hb-ot-shape-complex-private.hh | 2 +-
40369  src/hb-ot-shape.cc                 | 2 +-
40370  4 files changed, 4 insertions(+), 4 deletions(-)
40371
40372 commit d8d0c480c85246a74d47dd5297019c7e39391ab0
40373 Author: Behdad Esfahbod <behdad@behdad.org>
40374 Date:   Thu Jul 7 21:22:08 2011 -0400
40375
40376     Refactor some code common to GSUB and GPOS
40377
40378  src/hb-ot-map-private.hh | 29 ++++++++++++++++++--------
40379  src/hb-ot-map.cc         | 54
40380  +++++++++---------------------------------------
40381  2 files changed, 30 insertions(+), 53 deletions(-)
40382
40383 commit b70c96dbe41d6512b80fe3d966a1942e1ef64a4b
40384 Author: Behdad Esfahbod <behdad@behdad.org>
40385 Date:   Thu Jul 7 21:07:41 2011 -0400
40386
40387     Enable applying GSUB/GPOS features in multiple segments
40388
40389     Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=644184
40390     among others.
40391
40392     Shapers now can request segmented feature application by calling
40393     add_gsub_pause() or add_gpos_pause().  They can also provide a
40394     callback to be called at the pause.  Currently the Arabic shaper
40395     uses pauses to enforce certain feature application.  The Indic
40396     shaper can use the same facility to pause and do reordering in the
40397     callback.
40398
40399  src/hb-ot-map-private.hh          |  50 +++++++++++----
40400  src/hb-ot-map.cc                  | 132
40401  +++++++++++++++++++++++++++++++++-----
40402  src/hb-ot-shape-complex-arabic.cc |  24 ++++++-
40403  src/hb-private.hh                 |   5 ++
40404  4 files changed, 181 insertions(+), 30 deletions(-)
40405
40406 commit f6d7a9bb4c19e605f1f16d9ca40adefba138c37e
40407 Author: Behdad Esfahbod <behdad@behdad.org>
40408 Date:   Thu Jul 7 16:20:35 2011 -0400
40409
40410     Shuffle code around
40411
40412  src/hb-ot-map-private.hh | 68
40413  ++++++++++++++++++++++++------------------------
40414  1 file changed, 34 insertions(+), 34 deletions(-)
40415
40416 commit fc551edbf236d71a522ae7c2c9461aa71c5f7d66
40417 Author: Behdad Esfahbod <behdad@behdad.org>
40418 Date:   Thu Jul 7 16:09:38 2011 -0400
40419
40420     Add todo
40421
40422     I'm too lazy to fix the tests now.
40423
40424  test/test-shape.c | 1 +
40425  1 file changed, 1 insertion(+)
40426
40427 commit 2e18c6dbdfbbfdec0490260bb7cb5213551b2188
40428 Author: Behdad Esfahbod <behdad@behdad.org>
40429 Date:   Wed Jul 6 16:05:45 2011 -0400
40430
40431     Fix reverse_range() position loop
40432
40433     Mozilla Bug 669175 - Slow rendering of text sometimes in this case,
40434     using direction: rtl
40435
40436  src/hb-buffer.cc | 7 +++++--
40437  1 file changed, 5 insertions(+), 2 deletions(-)
40438
40439 commit fa2befa46f215d8c33a54dfc57889928a628164c
40440 Author: Behdad Esfahbod <behdad@behdad.org>
40441 Date:   Mon Jul 4 17:18:57 2011 -0400
40442
40443     Minor
40444
40445  src/hb-view.cc | 2 +-
40446  1 file changed, 1 insertion(+), 1 deletion(-)
40447
40448 commit d69d5ceaa0ad30e8d4b9783507c59c6d4221de4f
40449 Author: Behdad Esfahbod <behdad@behdad.org>
40450 Date:   Mon Jul 4 12:56:38 2011 -0400
40451
40452     [Indic] Well, at least finding syllables works now :)
40453
40454     Still not much there.
40455
40456  src/hb-ot-shape-complex-indic-machine.rl | 4 +++-
40457  src/hb-ot-shape-complex-indic.cc         | 9 ++++++++-
40458  2 files changed, 11 insertions(+), 2 deletions(-)
40459
40460 commit 253a57fb5ab211f67140e6139d183e49483a9074
40461 Author: Behdad Esfahbod <behdad@behdad.org>
40462 Date:   Tue Jun 28 17:26:03 2011 -0400
40463
40464     [test-shape-complex] Remove the greek tests
40465
40466     They are outdated with respect to the DejaVu Sans I'm using.
40467     We need to add font version checking to the tests.
40468
40469  test/test-shape-complex.c | 17 -----------------
40470  1 file changed, 17 deletions(-)
40471
40472 commit afa74bf90405fb121d3132982b87762c1686d80c
40473 Author: Behdad Esfahbod <behdad@behdad.org>
40474 Date:   Tue Jun 28 17:25:17 2011 -0400
40475
40476     [test-shape-complex] Print out expected and actual glyphstrings
40477     upon failure
40478
40479     One has to run the test with --verbose to see that right now.
40480
40481  test/test-shape-complex.c | 25 ++++++++++++++++++++++---
40482  1 file changed, 22 insertions(+), 3 deletions(-)
40483
40484 commit 42d453b0236f67239342df2003b7abce6e2c51ea
40485 Author: Behdad Esfahbod <behdad@behdad.org>
40486 Date:   Tue Jun 28 16:59:16 2011 -0400
40487
40488     [test] Name tests after their input string
40489
40490  test/Makefile.am          |   2 +-
40491  test/test-shape-complex.c | 150
40492  ++++++++++++++++++++++++++++++----------------
40493  2 files changed, 100 insertions(+), 52 deletions(-)
40494
40495 commit 27413169782fdf79e278dd6552c8e194b3bc4eaa
40496 Author: Behdad Esfahbod <behdad@behdad.org>
40497 Date:   Tue Jun 28 16:21:31 2011 -0400
40498
40499     Minor
40500
40501     Towards a better test runner.
40502
40503  test/test-shape-complex.c | 10 +++++++++-
40504  1 file changed, 9 insertions(+), 1 deletion(-)
40505
40506 commit cc674cbf7fb9972975dc0499974e5e7fb4ae3c81
40507 Author: Behdad Esfahbod <behdad@behdad.org>
40508 Date:   Tue Jun 28 16:17:16 2011 -0400
40509
40510     Minor
40511
40512  test/test-shape-complex.c | 2 --
40513  1 file changed, 2 deletions(-)
40514
40515 commit 20d8a3982ae320035edd6a04b402cefc9a5e5779
40516 Author: Behdad Esfahbod <behdad@behdad.org>
40517 Date:   Tue Jun 28 16:16:21 2011 -0400
40518
40519     [test] Remove disabled code
40520
40521     We'd add normalization and decomposition tests later.
40522
40523  test/test-shape-complex.c | 92
40524  -----------------------------------------------
40525  1 file changed, 92 deletions(-)
40526
40527 commit 9704f0ca6c2defed52640da77506c80bc67b4f56
40528 Author: Behdad Esfahbod <behdad@behdad.org>
40529 Date:   Tue Jun 28 16:15:46 2011 -0400
40530
40531     [test] Restructure shape test data a bit
40532
40533  test/test-shape-complex.c | 75
40534  +++++++++++++++++++++++++++--------------------
40535  1 file changed, 43 insertions(+), 32 deletions(-)
40536
40537 commit 4ec30aec3014be6effc09cbbc88dcd075f3826df
40538 Author: Behdad Esfahbod <behdad@behdad.org>
40539 Date:   Tue Jun 28 14:13:38 2011 -0400
40540
40541     [Indic] Optimize Indic table storage
40542
40543  src/hb-ot-shape-complex-indic.cc | 8 +++++---
40544  src/hb-private.hh                | 1 +
40545  2 files changed, 6 insertions(+), 3 deletions(-)
40546
40547 commit c4a59de6d8c1e581b5c155319232be9e805e5cba
40548 Author: Behdad Esfahbod <behdad@behdad.org>
40549 Date:   Tue Jun 28 14:03:29 2011 -0400
40550
40551     [Indic] Generate a single data table instead of multiple ones
40552
40553  src/gen-indic-table.py                 | 30 +++++++++-------
40554  src/hb-ot-shape-complex-indic-table.hh | 62
40555  ++++++++++++++++------------------
40556  2 files changed, 48 insertions(+), 44 deletions(-)
40557
40558 commit a346e923a99f920bbebc25b335db51fdfb1429ea
40559 Author: Behdad Esfahbod <behdad@behdad.org>
40560 Date:   Tue Jun 28 12:49:18 2011 -0400
40561
40562     [test] Add Indic tests from harfbuzz.old
40563
40564     Needs fonts to be put in test/fonts.  Tests are skipped otherwise.
40565     Run with --verbose for details.  Working on improving the test runner
40566     to make it easier to make sense of what's going on.
40567
40568  test/Makefile.am          |   11 +-
40569  test/hb-test.h            |   21 +
40570  test/test-shape-complex.c | 1179
40571  +++++++++++++++++++++++++++++++++++++++++++++
40572  3 files changed, 1209 insertions(+), 2 deletions(-)
40573
40574 commit 8fdba506f0f1c66b50f8f4b114d624cb956d03b7
40575 Author: Behdad Esfahbod <behdad@behdad.org>
40576 Date:   Fri Jun 24 20:45:55 2011 -0400
40577
40578     [Indic] Define indic_position_t
40579
40580  src/hb-ot-shape-complex-indic.cc | 239
40581  ++++++++++++++++++++-------------------
40582  1 file changed, 122 insertions(+), 117 deletions(-)
40583
40584 commit 65988a145b4a52c37fd53c1473034f9e701f61d9
40585 Author: Behdad Esfahbod <behdad@behdad.org>
40586 Date:   Fri Jun 24 19:05:52 2011 -0400
40587
40588     [Indic] Add a table of consonant positions
40589
40590     Copied form HarfBuzz.old Indic data.  These are below and post
40591     consonants.  This is temporary.  Read the comment in the patch.
40592
40593  src/hb-ot-shape-complex-indic.cc | 106
40594  +++++++++++++++++++++++++++++++++++++++
40595  1 file changed, 106 insertions(+)
40596
40597 commit c7fe56a1d5d3e969b6ec51cd9ecd471706a19568
40598 Author: Behdad Esfahbod <behdad@behdad.org>
40599 Date:   Fri Jun 24 19:05:34 2011 -0400
40600
40601     [Indic] Some of the basic features are global;  Mark them so
40602
40603  src/hb-ot-shape-complex-indic-machine.rl |  1 +
40604  src/hb-ot-shape-complex-indic.cc         | 48
40605  ++++++++++++++++++++++----------
40606  2 files changed, 35 insertions(+), 14 deletions(-)
40607
40608 commit 867361c3ad39629a8d5b7dc48d558a1c19e37d43
40609 Author: Behdad Esfahbod <behdad@behdad.org>
40610 Date:   Fri Jun 17 18:35:46 2011 -0400
40611
40612     [indic] Add syllable recognition state machine
40613
40614     Using an incredible tool called Ragel.
40615
40616  src/Makefile.am                          |   5 ++
40617  src/hb-ot-shape-complex-indic-machine.rl | 105
40618  +++++++++++++++++++++++++++++++
40619  src/hb-ot-shape-complex-indic.cc         |  21 +++++--
40620  3 files changed, 125 insertions(+), 6 deletions(-)
40621
40622 commit 422e08dbb8e2c0c5664f1bdc7e159a673cfea8c5
40623 Author: Behdad Esfahbod <behdad@behdad.org>
40624 Date:   Wed Jun 15 17:22:48 2011 -0400
40625
40626     Better categorize Indic character classes
40627
40628     Matches OT types now.
40629
40630  src/hb-ot-shape-complex-indic.cc | 51
40631  +++++++++++++++++++++++++---------------
40632  1 file changed, 32 insertions(+), 19 deletions(-)
40633
40634 commit 31f18abecb149f8888a72510f2660328dd6de16d
40635 Author: Behdad Esfahbod <behdad@behdad.org>
40636 Date:   Wed Jun 15 09:49:58 2011 -0400
40637
40638     Minor compiler warning fixes
40639
40640  src/hb-buffer-private.hh           |  8 ++++----
40641  src/hb-object-private.hh           |  4 ++--
40642  src/hb-open-type-private.hh        |  6 +++---
40643  src/hb-ot-layout-common-private.hh |  8 ++++----
40644  src/hb-ot-map.cc                   | 28 +++++++++++++++-------------
40645  src/hb-ot-shape-complex-arabic.cc  |  3 +--
40646  src/hb-view.cc                     | 11 ++++++-----
40647  test/test-object.c                 | 22 +++++++++++-----------
40648  test/test-unicode.c                |  4 ++--
40649  9 files changed, 48 insertions(+), 46 deletions(-)
40650
40651 commit e3693b72f0651985d4f619cde668611639dca885
40652 Author: Behdad Esfahbod <behdad@behdad.org>
40653 Date:   Wed Jun 15 09:33:52 2011 -0400
40654
40655     Change a couple strstr() to strchr()
40656
40657  src/hb-ot-tag.cc | 4 ++--
40658  1 file changed, 2 insertions(+), 2 deletions(-)
40659
40660 commit b9452bfc1696457e156e79037c863903da5454fc
40661 Author: Behdad Esfahbod <behdad@behdad.org>
40662 Date:   Tue Jun 14 14:47:07 2011 -0400
40663
40664     Fix compiler warnings with -pedantic
40665
40666  src/hb-blob.cc                   | 18 +++++++++---------
40667  src/hb-glib.cc                   | 20 ++++++++++----------
40668  src/hb-icu.cc                    | 20 ++++++++++----------
40669  src/hb-object-private.hh         |  2 +-
40670  src/hb-open-type-private.hh      | 14 +++++++-------
40671  src/hb-ot-layout-gdef-private.hh |  2 +-
40672  src/hb-ot-layout.cc              |  2 +-
40673  src/hb-ot-map-private.hh         |  2 +-
40674  src/hb-ot-shape-complex-indic.cc |  8 ++++----
40675  src/hb-ot-shape-private.hh       |  2 +-
40676  src/hb-ot-shape.cc               |  2 +-
40677  11 files changed, 46 insertions(+), 46 deletions(-)
40678
40679 commit 970e092dc23cbeb7897d4c7bb58c042209f518fb
40680 Author: Behdad Esfahbod <behdad@behdad.org>
40681 Date:   Tue Jun 14 14:35:44 2011 -0400
40682
40683     Remove extra semicolon
40684
40685  src/hb-private.hh | 2 +-
40686  1 file changed, 1 insertion(+), 1 deletion(-)
40687
40688 commit 81426808020e2b88f008480bd63519aa68c579a7
40689 Author: Behdad Esfahbod <behdad@behdad.org>
40690 Date:   Mon Jun 13 16:02:18 2011 -0400
40691
40692     Cosmetic
40693
40694  src/gen-indic-table.py                 |    9 +-
40695  src/hb-ot-shape-complex-indic-table.hh | 1038
40696  ++++++++++++++++----------------
40697  2 files changed, 524 insertions(+), 523 deletions(-)
40698
40699 commit 902ab866f2d2edc3a71c1203065e6ddf49e5b431
40700 Author: Behdad Esfahbod <behdad@behdad.org>
40701 Date:   Fri Jun 10 23:08:54 2011 -0400
40702
40703     GNOME Bug 652227 - Unconditional use of stdint.h
40704
40705  src/hb-common.h | 33 ++++++++++++++++++++++-----------
40706  1 file changed, 22 insertions(+), 11 deletions(-)
40707
40708 commit 20503ccd578c9983162857954e3236413469ed35
40709 Author: Behdad Esfahbod <behdad@behdad.org>
40710 Date:   Tue Jun 7 17:02:48 2011 -0400
40711
40712     More Indic data shuffling
40713
40714  src/hb-ot-shape-complex-indic.cc | 74
40715  +++++++++++++++++++++++++++-------------
40716  1 file changed, 50 insertions(+), 24 deletions(-)
40717
40718 commit 63b177e45c2405272da3fa6c26fe11ae37950bd0
40719 Author: Behdad Esfahbod <behdad@behdad.org>
40720 Date:   Tue Jun 7 15:51:40 2011 -0400
40721
40722     Minor
40723
40724  src/hb-ot-shape.cc | 1 +
40725  1 file changed, 1 insertion(+)
40726
40727 commit b9ddbd55930228422e82b34a141ad1b6093f5376
40728 Author: Behdad Esfahbod <behdad@behdad.org>
40729 Date:   Thu Jun 2 17:43:12 2011 -0400
40730
40731     [Indic] Start an Indic shaper
40732
40733     Nothing functional in there yet.
40734
40735     So far, we're parsing IndicSyllabicCategory.txt and
40736     IndicMatraCategory.txt
40737     fils from Unicode Character Database and store them in an array to
40738     be used
40739     by the shaper.  Also hooked up the shaper, but it does not do anything
40740     right now.
40741
40742  src/Makefile.am                        |   3 +
40743  src/gen-indic-table.py                 | 201 ++++++++
40744  src/hb-ot-shape-complex-arabic.cc      |   4 +-
40745  src/hb-ot-shape-complex-indic-table.hh | 834
40746  +++++++++++++++++++++++++++++++++
40747  src/hb-ot-shape-complex-indic.cc       | 141 ++++++
40748  src/hb-ot-shape-complex-private.hh     |  58 ++-
40749  src/hb-ot-shape-private.hh             |   3 +-
40750  7 files changed, 1237 insertions(+), 7 deletions(-)
40751
40752 commit 697a65c5f5cda53bc68720886a253a019e8212a8
40753 Author: Behdad Esfahbod <behdad@behdad.org>
40754 Date:   Wed Jun 1 20:52:00 2011 -0400
40755
40756     Minor
40757
40758  src/gen-arabic-table.py                 | 21 +++++++++++++--------
40759  src/hb-ot-shape-complex-arabic-table.hh |  9 ++++-----
40760  2 files changed, 17 insertions(+), 13 deletions(-)
40761
40762 commit 9de1481f2bbbf2a174280b849628612f36a2f701
40763 Author: Behdad Esfahbod <behdad@behdad.org>
40764 Date:   Wed Jun 1 20:45:14 2011 -0400
40765
40766     Update to ArabicShaping-6.1.0d2.txt
40767
40768  src/hb-ot-shape-complex-arabic-table.hh | 307
40769  ++++++++++++++++++++------------
40770  1 file changed, 197 insertions(+), 110 deletions(-)
40771
40772 commit 9d49433efba2217852f4e44f056465b451961c49
40773 Author: Behdad Esfahbod <behdad@behdad.org>
40774 Date:   Wed Jun 1 18:10:10 2011 -0400
40775
40776     Minor rename
40777
40778  src/Makefile.am                                          | 2 +-
40779  src/{gen-arabic-joining-table.py => gen-arabic-table.py} | 2 +-
40780  src/hb-ot-shape-complex-arabic-table.hh                  | 2 +-
40781  3 files changed, 3 insertions(+), 3 deletions(-)
40782
40783 commit 0eafce56eed4c5166ee5b97b121a452ffd292a7a
40784 Author: Behdad Esfahbod <behdad@behdad.org>
40785 Date:   Wed Jun 1 12:44:30 2011 -0400
40786
40787     [TODO] New items
40788
40789  TODO | 4 ++++
40790  1 file changed, 4 insertions(+)
40791
40792 commit 89a2bc9ba674e7e57fec1fd8ce7648a44f3aab63
40793 Author: Behdad Esfahbod <behdad@behdad.org>
40794 Date:   Tue May 31 15:18:13 2011 -0400
40795
40796     [Vertical] Apply vertical features
40797
40798     We apply all of vert, vrt2, vkrn, valt, and vpal.
40799
40800  TODO               |  7 -------
40801  src/hb-ot-shape.cc | 50
40802  +++++++++++++++++++++++++++++++++++++++++---------
40803  2 files changed, 41 insertions(+), 16 deletions(-)
40804
40805 commit 0c6a9767c812c00f2a6a02d9f43f4694e1f43815
40806 Author: Behdad Esfahbod <behdad@behdad.org>
40807 Date:   Tue May 31 12:59:17 2011 -0400
40808
40809     [hb-view] Add --face-index to choose a face in a TrueType Collection
40810
40811  src/hb-view.cc | 7 ++++++-
40812  1 file changed, 6 insertions(+), 1 deletion(-)
40813
40814 commit 4f28fbdd804fabeec57a98fe267d892ab58b3a6d
40815 Author: Behdad Esfahbod <behdad@behdad.org>
40816 Date:   Tue May 31 12:33:11 2011 -0400
40817
40818     Fix TTC header handling
40819
40820     Also change the Version type to avoid similar bugs in the future.
40821
40822     Reported by Grigori Goronzy.
40823
40824  src/hb-open-file-private.hh      | 6 +++---
40825  src/hb-open-type-private.hh      | 2 +-
40826  src/hb-ot-layout-gdef-private.hh | 6 +++---
40827  3 files changed, 7 insertions(+), 7 deletions(-)
40828
40829 commit 21deab2bdc58d8e9f1a3ba1f9c61c30a79e288a1
40830 Author: Behdad Esfahbod <behdad@behdad.org>
40831 Date:   Mon May 30 11:08:40 2011 -0400
40832
40833     Fixed inifinite loop introduced in 7403e055cd1463f
40834
40835     k is the index, not j.
40836
40837     Reported by Tom Hacohen.
40838
40839  src/hb-ot-layout-gpos-private.hh | 4 ++--
40840  1 file changed, 2 insertions(+), 2 deletions(-)
40841
40842 commit 51881a61ca96c3328e2d92927a5a61e60997a429
40843 Author: Behdad Esfahbod <behdad@behdad.org>
40844 Date:   Fri May 27 18:15:56 2011 -0400
40845
40846     Shrink code size
40847
40848  src/hb-ot-map-private.hh | 11 +----------
40849  src/hb-ot-map.cc         | 11 +++++++++++
40850  2 files changed, 12 insertions(+), 10 deletions(-)
40851
40852 commit 90645fb24bcbb78183576d3641a99560d87e49f2
40853 Author: Behdad Esfahbod <behdad@behdad.org>
40854 Date:   Fri May 27 18:13:31 2011 -0400
40855
40856     [OT] Separate map_builder from the actual map
40857
40858     Respectively, separate planner from the actual plan.
40859
40860  src/hb-ot-map-private.hh           | 121
40861  ++++++++++++++++++++-----------------
40862  src/hb-ot-map.cc                   |  33 +++++-----
40863  src/hb-ot-shape-complex-arabic.cc  |   6 +-
40864  src/hb-ot-shape-complex-private.hh |   8 +--
40865  src/hb-ot-shape-private.hh         |  22 +++++++
40866  src/hb-ot-shape.cc                 |  28 +++++----
40867  6 files changed, 127 insertions(+), 91 deletions(-)
40868
40869 commit 5560a19e2b3901437d8ee2e5905b4ac77073bfbe
40870 Author: Behdad Esfahbod <behdad@behdad.org>
40871 Date:   Fri May 27 17:49:16 2011 -0400
40872
40873     Minor
40874
40875  src/hb-view.cc | 2 +-
40876  1 file changed, 1 insertion(+), 1 deletion(-)
40877
40878 commit 1587c26fe94087040b4a5d682ec196f568e4a1a2
40879 Author: Behdad Esfahbod <behdad@behdad.org>
40880 Date:   Fri May 27 16:05:01 2011 -0400
40881
40882     [TODO] Add item
40883
40884  TODO | 2 ++
40885  1 file changed, 2 insertions(+)
40886
40887 commit 5c9f14932d59e306fbc72f7daecb384a16da73d9
40888 Author: Behdad Esfahbod <behdad@behdad.org>
40889 Date:   Fri May 27 15:59:33 2011 -0400
40890
40891     Minor
40892
40893  Makefile.am | 2 ++
40894  1 file changed, 2 insertions(+)
40895
40896 commit 5bc18195d55570ef01e4b24dd248f222f081b0a2
40897 Author: Behdad Esfahbod <behdad@behdad.org>
40898 Date:   Fri May 27 15:58:54 2011 -0400
40899
40900     Add check-includes.sh
40901
40902  src/Makefile.am               |  7 +++++++
40903  src/check-c-linkage-decls.sh  |  6 +++++-
40904  src/check-header-guards.sh    |  8 +++++++-
40905  src/check-includes.sh         | 42
40906  ++++++++++++++++++++++++++++++++++++++++++
40907  src/check-internal-symbols.sh |  8 ++++----
40908  src/check-libstdc++.sh        |  7 ++++---
40909  src/hb-ot-shape.h             |  1 +
40910  7 files changed, 70 insertions(+), 9 deletions(-)
40911
40912 commit 3f12c434e20261f6d5c600e56575b7dfdd5b1470
40913 Author: Behdad Esfahbod <behdad@behdad.org>
40914 Date:   Fri May 27 04:58:11 2011 -0400
40915
40916     [configure] Generate sha256sum and GPG-sign it
40917
40918  Makefile.am | 29 ++++++++++++++++++++++++++++-
40919  1 file changed, 28 insertions(+), 1 deletion(-)
40920
40921 commit 75ba4073ca6f72c135927d9314197a605281b789
40922 Author: Behdad Esfahbod <behdad@behdad.org>
40923 Date:   Fri May 27 03:58:17 2011 -0400
40924
40925     [test] Rename valgrind-log to log-vaglring.txt
40926
40927  test/Makefile.am | 6 +++---
40928  1 file changed, 3 insertions(+), 3 deletions(-)
40929
40930 commit e3b0ba8e292e6a90666cfbbab6faf11ae11f9ddb
40931 Author: Behdad Esfahbod <behdad@behdad.org>
40932 Date:   Fri May 27 03:56:37 2011 -0400
40933
40934     Minor
40935
40936  harfbuzz.doap | 4 ++--
40937  1 file changed, 2 insertions(+), 2 deletions(-)
40938
40939 commit 595dc63eee926a0e0fee26f8225b5fbe00610fcb
40940 Author: Behdad Esfahbod <behdad@behdad.org>
40941 Date:   Fri May 27 04:14:12 2011 -0400
40942
40943     Bump version to 0.7.0 to open up for development
40944
40945  configure.ac | 2 +-
40946  1 file changed, 1 insertion(+), 1 deletion(-)
40947
40948 commit f24557604281356131618546332d7ee3a0c8abef
40949 Author: Behdad Esfahbod <behdad@behdad.org>
40950 Date:   Wed May 25 16:08:06 2011 -0400
40951
40952     Release 0.6.0.  First official tarball release!
40953
40954     There are no API guarantees just yet, but I *expect* that no
40955     incompatible API changes to happen before 1.0.0.
40956
40957     Update NEWS.
40958
40959  NEWS         | 262
40960  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
40961  configure.ac |   2 +-
40962  2 files changed, 263 insertions(+), 1 deletion(-)
40963
40964 commit 654f88fbc9bcb54f9bd2d5586236234e03424044
40965 Author: Behdad Esfahbod <behdad@behdad.org>
40966 Date:   Fri May 27 03:38:46 2011 -0400
40967
40968     [test-common] Test hb_direction_to_string()
40969
40970     Caught by "make check-symbols".
40971
40972  test/test-common.c | 6 ++++++
40973  1 file changed, 6 insertions(+)
40974
40975 commit 18bced134fc3379c9124ba029e22ff3f6434ca0f
40976 Author: Behdad Esfahbod <behdad@behdad.org>
40977 Date:   Fri May 27 03:38:30 2011 -0400
40978
40979     [test] Rename test-symbols to check-symbols
40980
40981     Shows undocumented symbols.
40982
40983  test/Makefile.am | 37 +++++++++++++++++++++----------------
40984  1 file changed, 21 insertions(+), 16 deletions(-)
40985
40986 commit 376dafa6ed414e368e9dc1d5a2e0bfc8e55f410d
40987 Author: Behdad Esfahbod <behdad@behdad.org>
40988 Date:   Fri May 27 03:35:58 2011 -0400
40989
40990     Hide internal symbols
40991
40992  src/hb-ot-shape.cc | 4 ++--
40993  1 file changed, 2 insertions(+), 2 deletions(-)
40994
40995 commit 0e482ec6ba30b613f2d7ee97c61be458c5aebcd6
40996 Author: Behdad Esfahbod <behdad@behdad.org>
40997 Date:   Fri May 27 02:46:28 2011 -0400
40998
40999     [test/unicode] Fix double-free
41000
41001     Caught by "make check-valgrind".
41002
41003  test/Makefile.am    | 2 +-
41004  test/test-unicode.c | 2 --
41005  2 files changed, 1 insertion(+), 3 deletions(-)
41006
41007 commit 28b1bac5415774cf892c9cc0afcac1324c2093f5
41008 Author: Behdad Esfahbod <behdad@behdad.org>
41009 Date:   Fri May 27 02:44:29 2011 -0400
41010
41011     [test] Switch to automake-based test-runner
41012
41013     Adds check-valgrind among other modes.  We do not run under gtester by
41014     default anymore.
41015
41016  Makefile.am                 |  2 +
41017  test/.valgrind-suppressions |  0
41018  test/Makefile.am            | 48 ++++++++++++++++++++++--
41019  test/Makefile.decl          | 90
41020  ---------------------------------------------
41021  4 files changed, 47 insertions(+), 93 deletions(-)
41022
41023 commit adbc97ddde27cf609d95d3249f3ea8060a6e1d20
41024 Author: Behdad Esfahbod <behdad@behdad.org>
41025 Date:   Fri May 27 01:33:18 2011 -0400
41026
41027     [test] Add test-symbols that checks API symbol text coverage
41028
41029     We're not at 100% coverage yet, so do not enable the test by default.
41030
41031  test/Makefile.am | 21 +++++++++++++++++++++
41032  1 file changed, 21 insertions(+)
41033
41034 commit 9313b9aa66a82fd3fa60d8417c22a5350e5a8791
41035 Author: Behdad Esfahbod <behdad@behdad.org>
41036 Date:   Fri May 27 01:00:55 2011 -0400
41037
41038     [test/version] Test hb-version.h
41039
41040  test/Makefile.am    |  1 +
41041  test/test-version.c | 80
41042  +++++++++++++++++++++++++++++++++++++++++++++++++++++
41043  2 files changed, 81 insertions(+)
41044
41045 commit 329c15714be90d3fc2d9054f80cb14fa325dc959
41046 Author: Behdad Esfahbod <behdad@behdad.org>
41047 Date:   Wed May 25 16:07:07 2011 -0400
41048
41049     Add libtool versioning
41050
41051     The versioning is automatic.  For now, soname-major is 0.  With
41052     the 1.0.0 release it will jump to 1 and stay there forever.
41053
41054  configure.ac    | 26 +++++++++++++++++++++-----
41055  src/Makefile.am |  1 +
41056  2 files changed, 22 insertions(+), 5 deletions(-)
41057
41058 commit 5b21eff8c4a00962d4315a47a65a143abe323299
41059 Author: Behdad Esfahbod <behdad@behdad.org>
41060 Date:   Wed May 25 14:49:35 2011 -0400
41061
41062     Update README, etc
41063
41064  COPYING      | 1 +
41065  README       | 8 +++-----
41066  configure.ac | 2 +-
41067  3 files changed, 5 insertions(+), 6 deletions(-)
41068
41069 commit 5bf56ea056b30fba8e07e82ec818c430cab8cafd
41070 Author: Behdad Esfahbod <behdad@behdad.org>
41071 Date:   Wed May 25 14:43:10 2011 -0400
41072
41073     [TODO] Add item
41074
41075  TODO              | 2 ++
41076  test/test-shape.c | 2 ++
41077  2 files changed, 4 insertions(+)
41078
41079 commit 2d8ebcb9d089c2cfbefac71ca6350e2703ab13e3
41080 Author: Behdad Esfahbod <behdad@behdad.org>
41081 Date:   Wed May 25 11:27:33 2011 -0400
41082
41083     [API] One last font-funcs API change
41084
41085     Now that vertical text works correctly, I'm doing a last round
41086     modification of the font-funcs API to simplify.  Expect no more
41087     changes around here.
41088
41089  src/hb-font.cc    | 107
41090  ++++++++++++++++++------------------------------------
41091  src/hb-font.h     |  50 +++++++++++--------------
41092  src/hb-ft.cc      |  26 ++++++-------
41093  test/test-font.c  |  27 +++++++-------
41094  test/test-shape.c |  21 +++++------
41095  5 files changed, 91 insertions(+), 140 deletions(-)
41096
41097 commit d31691296f7d3051fcd345bf1325d17835484b50
41098 Author: Behdad Esfahbod <behdad@behdad.org>
41099 Date:   Wed May 25 11:01:32 2011 -0400
41100
41101     [test] Update to API changes
41102
41103  test/test-font.c  | 72
41104  ++++++++++++++++++++++---------------------------------
41105  test/test-shape.c | 35 +++++++++++++--------------
41106  2 files changed, 44 insertions(+), 63 deletions(-)
41107
41108 commit 7403e055cd1463f38215ad9faedd61c3e1b66ac5
41109 Author: Behdad Esfahbod <behdad@behdad.org>
41110 Date:   Tue May 24 21:04:15 2011 -0400
41111
41112     [Vertical] fix vertical gpos
41113
41114     Wow, it took me a few days to find the right fix!
41115
41116     We now set the advance for attached marks to zero, but we
41117     do this in the _finish() state of gpos, so it shouldn't
41118     regress with fonts like DejaVuSansMono that explicitly
41119     decrease the mark advance width to set it to zero.
41120
41121  src/hb-ot-layout-gpos-private.hh | 167
41122  +++++++++++++++++++++++----------------
41123  src/hb-ot-shape.cc               |   9 ++-
41124  2 files changed, 103 insertions(+), 73 deletions(-)
41125
41126 commit ff7cbd0219a7c260612c53b3bed343747d79ec4e
41127 Author: Behdad Esfahbod <behdad@behdad.org>
41128 Date:   Wed May 25 09:56:06 2011 -0400
41129
41130     [TODO] Update
41131
41132  TODO | 14 ++++++++++++--
41133  1 file changed, 12 insertions(+), 2 deletions(-)
41134
41135 commit 3b0bb855e011099f1a4c77ffc5214c658e280b2d
41136 Author: Behdad Esfahbod <behdad@behdad.org>
41137 Date:   Fri May 20 15:59:59 2011 -0400
41138
41139     [Vertical] GPOS x/y advance adjustments only apply in hori/vert
41140     respectively
41141
41142  src/hb-ot-layout-gpos-private.hh | 31 +++++++++++++++++++++----------
41143  1 file changed, 21 insertions(+), 10 deletions(-)
41144
41145 commit cc2086d67ce559878a5ce2b41d89a37eabac90b8
41146 Author: Behdad Esfahbod <behdad@behdad.org>
41147 Date:   Thu May 19 19:19:50 2011 -0400
41148
41149     [Vertical] Fix GPOS y-advance direction
41150
41151  src/hb-ot-layout-gpos-private.hh | 7 ++++---
41152  1 file changed, 4 insertions(+), 3 deletions(-)
41153
41154 commit 67d51ff96154c8909734046601e439dd8f6a86df
41155 Author: Behdad Esfahbod <behdad@behdad.org>
41156 Date:   Thu May 19 19:08:57 2011 -0400
41157
41158     [Vertical] Do fallback origin calculation
41159
41160  src/hb-font.cc | 32 +++++++++++++++++++++++++++-----
41161  1 file changed, 27 insertions(+), 5 deletions(-)
41162
41163 commit 60fbb36096e344e9af79409ce8cfe3f1f7b0d321
41164 Author: Behdad Esfahbod <behdad@behdad.org>
41165 Date:   Thu May 19 18:46:15 2011 -0400
41166
41167     [Vertical] GPOS is always done with horizontal origin
41168
41169  src/hb-font-private.hh           |   4 +-
41170  src/hb-font.cc                   | 187
41171  ++++++++++++++++++---------------------
41172  src/hb-font.h                    |  53 ++++++-----
41173  src/hb-ft.cc                     |  47 ++++------
41174  src/hb-ot-layout-gdef-private.hh |  18 ++--
41175  src/hb-ot-layout-gpos-private.hh |  23 ++---
41176  src/hb-ot-layout.h               |   2 +-
41177  src/hb-ot-shape.cc               |  15 ++++
41178  8 files changed, 166 insertions(+), 183 deletions(-)
41179
41180 commit 8b38faeede41e64eb0f6ac2e12ce51dd7138d50a
41181 Author: Behdad Esfahbod <behdad@behdad.org>
41182 Date:   Thu May 19 13:08:00 2011 -0400
41183
41184     More vertical
41185
41186     Starting to get there, but not without yet another round of changes.
41187
41188     I think I know wheere to go now.
41189
41190  src/hb-font.cc     | 44 ++++++++++++++++++++++++++++++++------------
41191  src/hb-font.h      | 10 ++++++++++
41192  src/hb-ft.cc       | 14 ++++++++++++--
41193  src/hb-ot-shape.cc |  4 ++++
41194  4 files changed, 58 insertions(+), 14 deletions(-)
41195
41196 commit e609aeb1e24da6b7c812396cddb93ee3c95ef87a
41197 Author: Behdad Esfahbod <behdad@behdad.org>
41198 Date:   Wed May 18 10:17:02 2011 -0400
41199
41200     [hb-view] Add --annotate
41201
41202     Currently it only marks glyph origins.
41203
41204  src/hb-view.cc | 20 +++++++++++++++++++-
41205  1 file changed, 19 insertions(+), 1 deletion(-)
41206
41207 commit b8d76dd74e50d295918cc015e9d2a55e2bf6a461
41208 Author: Behdad Esfahbod <behdad@behdad.org>
41209 Date:   Tue May 17 23:31:00 2011 -0400
41210
41211     Vertical: Adjust origin in glyph_extents() and glyph_contour_point()
41212
41213     The base for vertical is almost ready now.
41214
41215  src/hb-font.cc | 12 ++++++++----
41216  1 file changed, 8 insertions(+), 4 deletions(-)
41217
41218 commit 190981851fe2bb6479b5c72451279f66fe4f6e23
41219 Author: Behdad Esfahbod <behdad@behdad.org>
41220 Date:   Tue May 17 23:27:22 2011 -0400
41221
41222     Cosmetic
41223
41224  src/hb-font.cc | 114
41225  ++++++++++++++++++++++++++++-----------------------------
41226  src/hb-ft.cc   |  36 +++++++++---------
41227  2 files changed, 74 insertions(+), 76 deletions(-)
41228
41229 commit 2c3f51a11c176aa3fc12a9522325efaef2c79d35
41230 Author: Behdad Esfahbod <behdad@behdad.org>
41231 Date:   Tue May 17 23:23:27 2011 -0400
41232
41233     Minor
41234
41235  src/hb-font.cc | 4 ++--
41236  1 file changed, 2 insertions(+), 2 deletions(-)
41237
41238 commit 7e2c85de305be59e1a6afa7d2061e4b7dd00acf7
41239 Author: Behdad Esfahbod <behdad@behdad.org>
41240 Date:   Tue May 17 17:55:03 2011 -0400
41241
41242     [API] Vertical support, take 2
41243
41244     I like this API *much* better.  Implementation still incomplete, but
41245     horizontal works.
41246
41247  src/hb-font-private.hh           |   7 +-
41248  src/hb-font.cc                   | 185
41249  +++++++++++++++++++++++----------------
41250  src/hb-font.h                    | 109 ++++++++++++-----------
41251  src/hb-ft.cc                     |  66 ++++++++------
41252  src/hb-ot-layout-gdef-private.hh |   2 +-
41253  src/hb-ot-layout-gpos-private.hh |   2 +-
41254  src/hb-ot-shape.cc               |   8 +-
41255  7 files changed, 218 insertions(+), 161 deletions(-)
41256
41257 commit 744970af4d884cc87ffa645804578fec8df674a9
41258 Author: Behdad Esfahbod <behdad@behdad.org>
41259 Date:   Mon May 16 18:15:37 2011 -0400
41260
41261     [API] Add support for vertical text
41262
41263     Design not final yet, and in fact I'm going to change it immediately,
41264     but this is an standalone change for itself.
41265
41266  src/hb-font-private.hh               |  35 ++--
41267  src/hb-font.cc                       | 387
41268  +++++++++++++++++++++++++----------
41269  src/hb-font.h                        | 164 +++++++++++----
41270  src/hb-ft.cc                         | 227 +++++++++++++-------
41271  src/hb-ot-layout-gdef-private.hh     |   2 +-
41272  src/hb-ot-layout-gpos-private.hh     |  35 ++--
41273  src/hb-ot-layout-gsub-private.hh     |   1 +
41274  src/hb-ot-layout-gsubgpos-private.hh |   1 +
41275  src/hb-ot-shape.cc                   |  14 +-
41276  src/hb-ot-tag.cc                     |   2 +-
41277  test/test-font.c                     |  61 +++---
41278  test/test-shape.c                    |  17 +-
41279  12 files changed, 650 insertions(+), 296 deletions(-)
41280
41281 commit 80dce8b7c8202766d52cc7666355446bbf5b0565
41282 Author: Behdad Esfahbod <behdad@behdad.org>
41283 Date:   Tue May 17 17:08:36 2011 -0400
41284
41285     Minor
41286
41287  TODO | 2 ++
41288  1 file changed, 2 insertions(+)
41289
41290 commit 5be7d047f6bf54cc577e311b5426c463d2b9b131
41291 Author: Behdad Esfahbod <behdad@behdad.org>
41292 Date:   Tue May 17 15:05:34 2011 -0400
41293
41294     Check for mmap()
41295
41296     Apparently there exist systems with mprotect(), but not mmap()?
41297
41298  configure.ac     | 2 +-
41299  test/test-blob.c | 6 ++++--
41300  2 files changed, 5 insertions(+), 3 deletions(-)
41301
41302 commit 4053f3f788353448b41e541ee617aafbe1cac366
41303 Author: Behdad Esfahbod <behdad@behdad.org>
41304 Date:   Mon May 16 16:20:48 2011 -0400
41305
41306     Cosmetic
41307
41308  src/hb-font.h     | 8 ++++----
41309  test/test-shape.c | 6 +++---
41310  2 files changed, 7 insertions(+), 7 deletions(-)
41311
41312 commit 56d12e0356bee5a95b870dfbc2100b8caeb5d593
41313 Author: Behdad Esfahbod <behdad@behdad.org>
41314 Date:   Mon May 16 16:01:58 2011 -0400
41315
41316     Remove unnecessary TODO item
41317
41318  src/hb-ft.cc | 1 -
41319  1 file changed, 1 deletion(-)
41320
41321 commit 1883af3796459cafe2d194064403b6b1152c584d
41322 Author: Behdad Esfahbod <behdad@behdad.org>
41323 Date:   Mon May 16 15:18:16 2011 -0400
41324
41325     [hb-view] Start work on vertical support
41326
41327  src/hb-view.cc | 10 ++++++----
41328  1 file changed, 6 insertions(+), 4 deletions(-)
41329
41330 commit 9aa6f96af5e5940ba5c9596c6ae377fea23c0ec0
41331 Author: Behdad Esfahbod <behdad@behdad.org>
41332 Date:   Mon May 16 15:08:31 2011 -0400
41333
41334     [hb-view] No need to allocate an extra glyph item at the end
41335
41336  src/hb-view.cc | 3 +--
41337  1 file changed, 1 insertion(+), 2 deletions(-)
41338
41339 commit a0359485c9997e3a211f7c00d40c09074d906c4f
41340 Author: Behdad Esfahbod <behdad@behdad.org>
41341 Date:   Mon May 16 15:07:48 2011 -0400
41342
41343     Minor
41344
41345  test/test-shape.c | 6 ++++++
41346  1 file changed, 6 insertions(+)
41347
41348 commit 92de53ea450eaee077eb1730e6d7a487b20ac721
41349 Author: Behdad Esfahbod <behdad@behdad.org>
41350 Date:   Mon May 16 12:24:56 2011 -0400
41351
41352     [test/buffer] Add more tests for nil buffer
41353
41354  test/test-buffer.c | 38 ++++++++++++++++++++++++++++++++++++++
41355  1 file changed, 38 insertions(+)
41356
41357 commit 065fb38c9a338ddb095f2ec9e034fcc5a02167bd
41358 Author: Behdad Esfahbod <behdad@behdad.org>
41359 Date:   Fri May 13 23:04:46 2011 -0400
41360
41361     [test/ot-tag] More tests
41362
41363  test/test-ot-tag.c | 9 +++++++++
41364  1 file changed, 9 insertions(+)
41365
41366 commit 1a64f6e19a4b483e278c85e4941107be2f71b0a4
41367 Author: Behdad Esfahbod <behdad@behdad.org>
41368 Date:   Fri May 13 22:55:32 2011 -0400
41369
41370     [API] Add HB_LANGUAGE_INVALID
41371
41372  src/hb-common.cc   | 5 +++--
41373  src/hb-common.h    | 2 ++
41374  src/hb-ot-tag.cc   | 2 +-
41375  src/hb-shape.cc    | 2 +-
41376  test/test-common.c | 9 ++++++---
41377  5 files changed, 13 insertions(+), 7 deletions(-)
41378
41379 commit 40b5c2e86c633441040196d158e965ad95d6ad37
41380 Author: Behdad Esfahbod <behdad@behdad.org>
41381 Date:   Fri May 13 22:46:36 2011 -0400
41382
41383     [test/test-ot-tag] Test hb-ot-tag.h, fix many bugs
41384
41385     I'm in awe with how many bugs this test revealed.  All fixed.
41386
41387  src/hb-ot-tag.cc   | 153 +++++++++++++++++++++---------------
41388  test/Makefile.am   |   3 +
41389  test/test-ot-tag.c | 227
41390  +++++++++++++++++++++++++++++++++++++++++++++++++++++
41391  3 files changed, 320 insertions(+), 63 deletions(-)
41392
41393 commit 1368018b475c2a6dd5f625af99695ae2fcba1f05
41394 Author: Behdad Esfahbod <behdad@behdad.org>
41395 Date:   Fri May 13 20:25:38 2011 -0400
41396
41397     [TODO] Add items
41398
41399  TODO | 2 ++
41400  1 file changed, 2 insertions(+)
41401
41402 commit 7fc5a30cb4fbe9a4633ab842b0a8cbbcc6f6bd1b
41403 Author: Behdad Esfahbod <behdad@behdad.org>
41404 Date:   Thu May 12 17:48:20 2011 -0400
41405
41406     [API] Add hb_face_make/is_immutable()
41407
41408  src/hb-font-private.hh |  2 ++
41409  src/hb-font.cc         | 18 ++++++++++++++++++
41410  src/hb-font.h          |  6 ++++++
41411  test/test-font.c       |  2 ++
41412  test/test-object.c     |  2 +-
41413  5 files changed, 29 insertions(+), 1 deletion(-)
41414
41415 commit 20c8b908ddf50a9814dfdd9fca595f258273cd4f
41416 Author: Behdad Esfahbod <behdad@behdad.org>
41417 Date:   Thu May 12 15:19:33 2011 -0400
41418
41419     Finish off previous change
41420
41421  src/hb-font.cc | 1 +
41422  1 file changed, 1 insertion(+)
41423
41424 commit 0fd8c2f1be693616f19f2f1526369874763d6cf6
41425 Author: Behdad Esfahbod <behdad@behdad.org>
41426 Date:   Thu May 12 15:14:13 2011 -0400
41427
41428     [API] Make get_glyph() callback return a boolean
41429
41430     We need to know whether the glyph exists, so we can fallback to
41431     composing / decomposing.  Assuming that glyph==0 means "doesn't exist"
41432     wouldn't work for applications like Pango that want to use different
41433     "doesn't exist" glyph codes for different characters.  An explicit
41434     return value fixes that.
41435
41436  src/hb-font.cc     | 15 +++++++++------
41437  src/hb-font.h      | 12 +++++++-----
41438  src/hb-ft.cc       | 12 +++++++-----
41439  src/hb-ot-shape.cc | 13 +++++++++----
41440  test/test-font.c   |  5 ++++-
41441  test/test-shape.c  | 12 +++++++-----
41442  6 files changed, 43 insertions(+), 26 deletions(-)
41443
41444 commit 8e07f93ab4a3ef9adc7942727ef21f2f9a141d10
41445 Author: Behdad Esfahbod <behdad@behdad.org>
41446 Date:   Thu May 12 14:27:44 2011 -0400
41447
41448     [test/shape] Check shape output
41449
41450  test/test-shape.c | 23 +++++++++++++++++++----
41451  1 file changed, 19 insertions(+), 4 deletions(-)
41452
41453 commit 805af72405a2f653f08de392d7172291ffe8e902
41454 Author: Behdad Esfahbod <behdad@behdad.org>
41455 Date:   Thu May 12 12:39:40 2011 -0400
41456
41457     Rename get_kernings() arguments from first/second_glyph to
41458     left/right_glyph
41459
41460     Makes it clear that kerning is in visual order.
41461
41462  src/hb-font.cc | 10 +++++-----
41463  src/hb-font.h  |  4 ++--
41464  src/hb-ft.cc   |  6 +++---
41465  3 files changed, 10 insertions(+), 10 deletions(-)
41466
41467 commit 23d2432219a91c6328efa9e041b1ecf137752ac3
41468 Author: Behdad Esfahbod <behdad@behdad.org>
41469 Date:   Thu May 12 10:53:57 2011 -0400
41470
41471     [test] Add test-shape.c.  Oops
41472
41473  test/test-shape.c | 125
41474  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
41475  1 file changed, 125 insertions(+)
41476
41477 commit c098c3acc8c48b4b6883c50c9a87e81dbe98ba24
41478 Author: Behdad Esfahbod <behdad@behdad.org>
41479 Date:   Thu May 12 10:49:30 2011 -0400
41480
41481     [test/blob] Use MAP_ANON instead of MAP_ANONYMOUS
41482
41483     More portable.
41484
41485  test/test-blob.c | 2 +-
41486  1 file changed, 1 insertion(+), 1 deletion(-)
41487
41488 commit 8329eb7c6ca39e162228733a2210e643b1a1019d
41489 Author: Behdad Esfahbod <behdad@behdad.org>
41490 Date:   Thu May 12 01:39:17 2011 -0400
41491
41492     [test/shape] Add simplest test for hb_shape()
41493
41494  test/Makefile.am | 1 +
41495  1 file changed, 1 insertion(+)
41496
41497 commit df077fadd7828b609bdfe4dbcad52ef2448525c7
41498 Author: Behdad Esfahbod <behdad@behdad.org>
41499 Date:   Thu May 12 01:19:39 2011 -0400
41500
41501     [object] Make object inert during destruction
41502
41503     Such that user_data and other finalizers cannot resurrect object
41504
41505  src/hb-object-private.hh | 2 ++
41506  1 file changed, 2 insertions(+)
41507
41508 commit ee8dd83bb4e0b1c2ca5928391e35e8bd1fca6121
41509 Author: Behdad Esfahbod <behdad@behdad.org>
41510 Date:   Thu May 12 01:02:03 2011 -0400
41511
41512     [TODO] Update
41513
41514  TODO | 6 ++++++
41515  1 file changed, 6 insertions(+)
41516
41517 commit 52df150efeff4cf003cee65f8c91618f1a980bc8
41518 Author: Behdad Esfahbod <behdad@behdad.org>
41519 Date:   Thu May 12 00:46:57 2011 -0400
41520
41521     Fix font subclass chainup
41522
41523     Test passing now.
41524
41525  src/hb-font.cc | 6 +-----
41526  1 file changed, 1 insertion(+), 5 deletions(-)
41527
41528 commit f2c1dd4f746c36a44cf33d0257a3cd800107c286
41529 Author: Behdad Esfahbod <behdad@behdad.org>
41530 Date:   Thu May 12 00:35:12 2011 -0400
41531
41532     [test/font] Test font_funcs subclassing
41533
41534  test/test-font.c | 158
41535  +++++++++++++++++++++++++++++++++++++++++++++++++++++--
41536  1 file changed, 155 insertions(+), 3 deletions(-)
41537
41538 commit 14f1e81b77971204e9325e2a8b6f8b690fac20a7
41539 Author: Behdad Esfahbod <behdad@behdad.org>
41540 Date:   Thu May 12 00:18:28 2011 -0400
41541
41542     [test/font] Test empty funcs
41543
41544  test/test-font.c | 75
41545  ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
41546  1 file changed, 73 insertions(+), 2 deletions(-)
41547
41548 commit 2ca0b5ae1e65d3f43df3a4a2144a1451d8b485c4
41549 Author: Behdad Esfahbod <behdad@behdad.org>
41550 Date:   Wed May 11 23:57:36 2011 -0400
41551
41552     [test/font] Test more
41553
41554  test/test-font.c | 63
41555  ++++++++++++++++++++++++++++++++++++++++++++++++--------
41556  1 file changed, 54 insertions(+), 9 deletions(-)
41557
41558 commit 7033518f756490e9cf00b96387fee6f2f7fae785
41559 Author: Behdad Esfahbod <behdad@behdad.org>
41560 Date:   Wed May 11 23:31:15 2011 -0400
41561
41562     [API] Pass face to get_table()
41563
41564  src/hb-font.cc   | 4 ++--
41565  src/hb-font.h    | 2 +-
41566  src/hb-ft.cc     | 2 +-
41567  test/test-font.c | 2 +-
41568  4 files changed, 5 insertions(+), 5 deletions(-)
41569
41570 commit b46782780690e26a8221e2d63dd224159aebe413
41571 Author: Behdad Esfahbod <behdad@behdad.org>
41572 Date:   Wed May 11 23:25:28 2011 -0400
41573
41574     [API] Remove const from font user_data
41575
41576  src/hb-font.cc | 20 ++++++++++----------
41577  src/hb-font.h  | 20 ++++++++++----------
41578  src/hb-ft.cc   | 20 ++++++++++----------
41579  3 files changed, 30 insertions(+), 30 deletions(-)
41580
41581 commit ea93e7b27ca04a1655d62bd1d18a32805994af44
41582 Author: Behdad Esfahbod <behdad@behdad.org>
41583 Date:   Wed May 11 23:22:55 2011 -0400
41584
41585     [test/font] More tests
41586
41587  test/test-font.c | 36 +++++++++++++++++++++++++++++++++---
41588  1 file changed, 33 insertions(+), 3 deletions(-)
41589
41590 commit cdb153175f8a1521cde112c65b173f548ca6ee5c
41591 Author: Behdad Esfahbod <behdad@behdad.org>
41592 Date:   Wed May 11 23:12:58 2011 -0400
41593
41594     [test/font] More tests
41595
41596  test/test-font.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
41597  1 file changed, 44 insertions(+)
41598
41599 commit 74d9fa3d9ac226ed72702884e721ef94ecc48e22
41600 Author: Behdad Esfahbod <behdad@behdad.org>
41601 Date:   Wed May 11 23:07:47 2011 -0400
41602
41603     [test/font] More get_empty() tests
41604
41605  test/test-font.c | 5 +++++
41606  1 file changed, 5 insertions(+)
41607
41608 commit db9f4eb4e004fadae9d540522d1d21c3bbe659b0
41609 Author: Behdad Esfahbod <behdad@behdad.org>
41610 Date:   Wed May 11 23:06:02 2011 -0400
41611
41612     [test/font] Test get_face() / get_parent()
41613
41614  test/test-font.c | 4 ++++
41615  1 file changed, 4 insertions(+)
41616
41617 commit 606923bb4304d5b9cf164745d657cba58949a80a
41618 Author: Behdad Esfahbod <behdad@behdad.org>
41619 Date:   Wed May 11 23:05:02 2011 -0400
41620
41621     [test/font] Add test_font_properties()
41622
41623  test/test-font.c | 85
41624  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
41625  1 file changed, 85 insertions(+)
41626
41627 commit da603e80386b41b360acb070a862b6ed87da57b8
41628 Author: Behdad Esfahbod <behdad@behdad.org>
41629 Date:   Wed May 11 22:52:35 2011 -0400
41630
41631     [test/font] Start adding tests for hb-font.h
41632
41633  test/Makefile.am    |  1 +
41634  test/test-buffer.c  |  2 +-
41635  test/test-font.c    | 69
41636  +++++++++++++++++++++++++++++++++++++++++++++++++++++
41637  test/test-unicode.c |  1 +
41638  4 files changed, 72 insertions(+), 1 deletion(-)
41639
41640 commit 9a14688e40e926b9453fcb75891f27bff1e45c49
41641 Author: Behdad Esfahbod <behdad@behdad.org>
41642 Date:   Wed May 11 22:49:29 2011 -0400
41643
41644     [API] Rename hb_face_create_for_data() to hb_face_create()
41645
41646  src/hb-font.cc     | 4 ++--
41647  src/hb-font.h      | 4 ++--
41648  src/hb-ft.cc       | 2 +-
41649  src/test.cc        | 2 +-
41650  test/test-object.c | 4 ++--
41651  5 files changed, 8 insertions(+), 8 deletions(-)
41652
41653 commit 46d6a21cc8613519e6ce27b1925e29285cccb71d
41654 Author: Behdad Esfahbod <behdad@behdad.org>
41655 Date:   Wed May 11 22:33:13 2011 -0400
41656
41657     [API] Add hb_ot_layout_substitute_start/finish()
41658
41659  src/hb-ot-layout.cc | 13 +++++++++++++
41660  src/hb-ot-layout.h  |  8 ++++++++
41661  2 files changed, 21 insertions(+)
41662
41663 commit c84d15f52e1183164502d45b476b54f8fe812e0f
41664 Author: Behdad Esfahbod <behdad@behdad.org>
41665 Date:   Wed May 11 22:23:15 2011 -0400
41666
41667     Remove unused hb_set_t
41668
41669  src/hb-private.hh | 48 ------------------------------------------------
41670  1 file changed, 48 deletions(-)
41671
41672 commit 389a7c9e67549b1a9f7c538965e4647077f8e6ec
41673 Author: Behdad Esfahbod <behdad@behdad.org>
41674 Date:   Wed May 11 22:21:38 2011 -0400
41675
41676     Remove hb_static_threadsafe_set_t
41677
41678  src/hb-common.cc        |  5 +++--
41679  src/hb-mutex-private.hh | 42 ------------------------------------------
41680  2 files changed, 3 insertions(+), 44 deletions(-)
41681
41682 commit e06d4eda7bbdb3a1be1f1ce8d98b059a0730f14d
41683 Author: Behdad Esfahbod <behdad@behdad.org>
41684 Date:   Wed May 11 22:18:31 2011 -0400
41685
41686     Use constructor/destructor for hb_ot_shape_plan_t
41687
41688  src/hb-ot-shape-private.hh | 6 +++++-
41689  src/hb-ot-shape.cc         | 4 +---
41690  2 files changed, 6 insertions(+), 4 deletions(-)
41691
41692 commit a5e4e109460ea23fa5e64926a1676c6a02ab6ba2
41693 Author: Behdad Esfahbod <behdad@behdad.org>
41694 Date:   Wed May 11 22:00:56 2011 -0400
41695
41696     Minor
41697
41698  TODO | 2 +-
41699  1 file changed, 1 insertion(+), 1 deletion(-)
41700
41701 commit daa446f184fa27c9764ff7f8a2444d47cf34d986
41702 Author: Behdad Esfahbod <behdad@behdad.org>
41703 Date:   Wed May 11 21:31:25 2011 -0400
41704
41705     Fix compile with no mutex available
41706
41707  src/hb-mutex-private.hh | 10 +++++-----
41708  1 file changed, 5 insertions(+), 5 deletions(-)
41709
41710 commit 1e56c476c10577fe319fe553c5ced000bd740940
41711 Author: Behdad Esfahbod <behdad@behdad.org>
41712 Date:   Wed May 11 21:28:01 2011 -0400
41713
41714     Free static mutex'es
41715
41716  src/hb-mutex-private.hh | 1 +
41717  1 file changed, 1 insertion(+)
41718
41719 commit 831886a9b4073cfe27f7e1db0e957cbd5913fd31
41720 Author: Behdad Esfahbod <behdad@behdad.org>
41721 Date:   Wed May 11 21:27:52 2011 -0400
41722
41723     Streamline mutex stuff
41724
41725  src/hb-mutex-private.hh | 61
41726  ++++++++++++++++++++++++++++++-------------------
41727  src/hb-private.hh       |  8 +++++++
41728  2 files changed, 46 insertions(+), 23 deletions(-)
41729
41730 commit 438c4eee353ddf0de66171d84c6ef9b21cbdf8f6
41731 Author: Behdad Esfahbod <behdad@behdad.org>
41732 Date:   Wed May 11 21:14:34 2011 -0400
41733
41734     Remove unused hb_mutex_trylock()
41735
41736  src/hb-mutex-private.hh | 3 ---
41737  1 file changed, 3 deletions(-)
41738
41739 commit b8477e1da2785708f3232f8f2577f602a5d320d1
41740 Author: Behdad Esfahbod <behdad@behdad.org>
41741 Date:   Wed May 11 21:12:44 2011 -0400
41742
41743     [test] Add tests for _get_empty() funcs
41744
41745  test/test-blob.c    |  1 +
41746  test/test-buffer.c  |  7 +++++++
41747  test/test-unicode.c | 10 ++++++++++
41748  3 files changed, 18 insertions(+)
41749
41750 commit 3994be3ded40e5a3da0e187ad421b19a78865e02
41751 Author: Behdad Esfahbod <behdad@behdad.org>
41752 Date:   Wed May 11 21:08:31 2011 -0400
41753
41754     [TODO] Update
41755
41756  TODO | 4 ++--
41757  1 file changed, 2 insertions(+), 2 deletions(-)
41758
41759 commit 80a6833b032bc63b4e8c3da6489d3767af1168f3
41760 Author: Behdad Esfahbod <behdad@behdad.org>
41761 Date:   Wed May 11 18:14:44 2011 -0400
41762
41763     [API] Add hb_*_get_empty() for all objects
41764
41765  src/hb-buffer.cc   |  6 ++++++
41766  src/hb-buffer.h    |  3 +++
41767  src/hb-font.cc     | 18 ++++++++++++++++++
41768  src/hb-font.h      |  9 +++++++++
41769  src/hb-unicode.cc  |  6 ++++++
41770  src/hb-unicode.h   |  3 +++
41771  test/test-object.c | 36 +++++++++++++++++++++++++++++++++---
41772  7 files changed, 78 insertions(+), 3 deletions(-)
41773
41774 commit d3b30be378c1dec0259a626d9a408bb9ca1b71ac
41775 Author: Behdad Esfahbod <behdad@behdad.org>
41776 Date:   Wed May 11 18:06:12 2011 -0400
41777
41778     [API] Add HB_UNTAG()
41779
41780     Useful in C API only.
41781
41782  src/hb-common.h | 1 +
41783  1 file changed, 1 insertion(+)
41784
41785 commit 3cc6e9dcb42551761c3a1a9d3c25b1f1bcdc2419
41786 Author: Behdad Esfahbod <behdad@behdad.org>
41787 Date:   Wed May 11 18:02:48 2011 -0400
41788
41789     Minor
41790
41791  src/test.cc | 9 ++++++---
41792  1 file changed, 6 insertions(+), 3 deletions(-)
41793
41794 commit 4101ca7dbbdf1438fa116fb8cad935501ac7cca8
41795 Author: Behdad Esfahbod <behdad@behdad.org>
41796 Date:   Wed May 11 14:30:56 2011 -0400
41797
41798     Plug more leaks
41799
41800     All good now.
41801
41802  src/hb-blob.cc              | 2 +-
41803  src/hb-open-type-private.hh | 8 ++++----
41804  2 files changed, 5 insertions(+), 5 deletions(-)
41805
41806 commit 6a7ac79e26e85f6781186cf708a12825c0857324
41807 Author: Behdad Esfahbod <behdad@behdad.org>
41808 Date:   Wed May 11 14:19:18 2011 -0400
41809
41810     Plug leaks
41811
41812  src/hb-ot-map-private.hh   |  7 +++++++
41813  src/hb-ot-shape-private.hh |  2 ++
41814  src/hb-ot-shape.cc         |  2 ++
41815  src/hb-private.hh          | 10 +++++++++-
41816  4 files changed, 20 insertions(+), 1 deletion(-)
41817
41818 commit 7aa12ebdff11a4ffbd04bf9b164586eb0c172e37
41819 Author: Behdad Esfahbod <behdad@behdad.org>
41820 Date:   Wed May 11 11:55:11 2011 -0400
41821
41822     [unicode] Simplify method setting
41823
41824  src/hb-unicode.cc   | 6 +-----
41825  test/test-unicode.c | 6 +++++-
41826  2 files changed, 6 insertions(+), 6 deletions(-)
41827
41828 commit d5bfd0272130a315d3b5e6cdcf9b7e6395879204
41829 Author: Behdad Esfahbod <behdad@behdad.org>
41830 Date:   Wed May 11 11:48:28 2011 -0400
41831
41832     Minor
41833
41834  src/Makefile.am | 2 +-
41835  1 file changed, 1 insertion(+), 1 deletion(-)
41836
41837 commit 6a4e7e1372ef9fde81b84ecc9c4d1f23d97396c1
41838 Author: Behdad Esfahbod <behdad@behdad.org>
41839 Date:   Wed May 11 10:31:33 2011 -0400
41840
41841     Add maxp table
41842
41843     Not used for anything right now.  Will use to get num_glyphs in
41844     the future.
41845
41846  src/Makefile.am           |  1 +
41847  src/hb-ot-head-private.hh |  1 -
41848  src/hb-ot-layout.cc       |  1 +
41849  src/hb-ot-maxp-private.hh | 68
41850  +++++++++++++++++++++++++++++++++++++++++++++++
41851  4 files changed, 70 insertions(+), 1 deletion(-)
41852
41853 commit e0b0710ae52bcc8c6fbd87dfae83818faa5d5f5f
41854 Author: Behdad Esfahbod <behdad@behdad.org>
41855 Date:   Wed May 11 08:58:21 2011 -0400
41856
41857     Minor
41858
41859  TODO | 4 +++-
41860  1 file changed, 3 insertions(+), 1 deletion(-)
41861
41862 commit a513dbcf73ab1cc39a7c9653034904d0c6cd9fe9
41863 Author: Behdad Esfahbod <behdad@behdad.org>
41864 Date:   Wed May 11 00:24:34 2011 -0400
41865
41866     [API] Change signature of get_contour_point and get_kerning ffuncs
41867
41868     get_contour_point now takes glyph id before point_index.
41869
41870     get_kerning now takes a vector to fill-in.
41871
41872  src/hb-font.cc                   | 56
41873  +++++++++++++++++++++-------------------
41874  src/hb-font.h                    | 16 +++++++-----
41875  src/hb-ft.cc                     | 11 +++++---
41876  src/hb-ot-layout-gdef-private.hh |  2 +-
41877  src/hb-ot-layout-gpos-private.hh |  2 +-
41878  src/hb-ot-shape.cc               | 15 ++++++++---
41879  6 files changed, 59 insertions(+), 43 deletions(-)
41880
41881 commit 63d646fb2933c2765ce526d321a498d0f7fae2f5
41882 Author: Behdad Esfahbod <behdad@behdad.org>
41883 Date:   Wed May 11 00:15:37 2011 -0400
41884
41885     [font] Do user-space conversion when chaining up to parent font
41886
41887  src/hb-font-private.hh | 28 ++++++++++++++++++++++++++++
41888  src/hb-font.cc         | 23 +++++++++++++++++------
41889  2 files changed, 45 insertions(+), 6 deletions(-)
41890
41891 commit b6f902a1a9c8b72b5d6a241a14a7bacfaea3a56a
41892 Author: Behdad Esfahbod <behdad@behdad.org>
41893 Date:   Wed May 11 00:04:15 2011 -0400
41894
41895     Minor
41896
41897  src/hb-font-private.hh           |  6 +++---
41898  src/hb-ot-layout-gdef-private.hh |  6 +++---
41899  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
41900  3 files changed, 16 insertions(+), 16 deletions(-)
41901
41902 commit abcfe9b59b4475eb02dd679aac4bc59616713b28
41903 Author: Behdad Esfahbod <behdad@behdad.org>
41904 Date:   Wed May 11 00:02:02 2011 -0400
41905
41906     Remove hb_ot_layout_context_t, simplify code
41907
41908  src/hb-font-private.hh               |  12 +++-
41909  src/hb-font.cc                       |   6 +-
41910  src/hb-ot-layout-common-private.hh   |   8 +--
41911  src/hb-ot-layout-gdef-private.hh     |  34 +++++-----
41912  src/hb-ot-layout-gpos-private.hh     | 121
41913  ++++++++++++++++++-----------------
41914  src/hb-ot-layout-gsub-private.hh     |  24 +++----
41915  src/hb-ot-layout-gsubgpos-private.hh |  11 ++--
41916  src/hb-ot-layout-private.hh          |  13 ----
41917  src/hb-ot-layout.cc                  |  15 +----
41918  9 files changed, 118 insertions(+), 126 deletions(-)
41919
41920 commit 1ded6d8bbf93b7dabf2b1f620c07bd3236e7a60f
41921 Author: Behdad Esfahbod <behdad@behdad.org>
41922 Date:   Tue May 10 20:49:02 2011 -0400
41923
41924     Make default font-funcs chain-up to the parent
41925
41926  src/hb-font.cc | 44 +++++++++++++++++++++++++++++++++++++++-----
41927  src/hb-font.h  | 41 +++++++++++++++++++++--------------------
41928  2 files changed, 60 insertions(+), 25 deletions(-)
41929
41930 commit b9d975b931d6310f25fab5ac280f523cdc27bf94
41931 Author: Behdad Esfahbod <behdad@behdad.org>
41932 Date:   Tue May 10 20:41:13 2011 -0400
41933
41934     [API] Pass down closure user_data to font funcs
41935
41936  src/hb-font-private.hh |  30 ++++++--
41937  src/hb-font.cc         | 184
41938  +++++++++++++++++++++++++------------------------
41939  src/hb-font.h          |  42 ++++++-----
41940  src/hb-ft.cc           | 103 ++++++++++++++-------------
41941  4 files changed, 198 insertions(+), 161 deletions(-)
41942
41943 commit 446df9cdb1fddb51819b731436fca54146d0bb23
41944 Author: Behdad Esfahbod <behdad@behdad.org>
41945 Date:   Tue May 10 20:14:44 2011 -0400
41946
41947     Whitespace
41948
41949  src/hb-unicode.h | 30 +++++++++++++++---------------
41950  1 file changed, 15 insertions(+), 15 deletions(-)
41951
41952 commit 686c2d165dfb284b74b78f6b902d04b585dcaef3
41953 Author: Behdad Esfahbod <behdad@behdad.org>
41954 Date:   Tue May 10 20:04:26 2011 -0400
41955
41956     [API] Remove font_funcs func getter functions
41957
41958  src/hb-font.cc | 32 --------------------------------
41959  src/hb-font.h  | 18 ------------------
41960  2 files changed, 50 deletions(-)
41961
41962 commit defc45be6d75aba4a67fa7814b91b73bad953fe6
41963 Author: Behdad Esfahbod <behdad@behdad.org>
41964 Date:   Tue May 10 20:02:49 2011 -0400
41965
41966     [API] Add hb_font_create_sub_font() and hb_font_get_parent()
41967
41968     Not quite useful just yet.
41969
41970  src/hb-font-private.hh |  1 +
41971  src/hb-font.cc         | 41 ++++++++++++++++++++++++++++++++++++++---
41972  src/hb-font.h          |  5 +++++
41973  src/hb-unicode.h       |  2 +-
41974  4 files changed, 45 insertions(+), 4 deletions(-)
41975
41976 commit 11bb8fe7b3925bc9b019ad0c0218a231e581f152
41977 Author: Behdad Esfahbod <behdad@behdad.org>
41978 Date:   Tue May 10 19:57:00 2011 -0400
41979
41980     [font] Fix internal sign of x/y_scale
41981
41982     Should have been done as part of
41983     da975419884a535281745f30f4b32fee0bc8a7a1
41984
41985  src/hb-font-private.hh | 4 ++--
41986  1 file changed, 2 insertions(+), 2 deletions(-)
41987
41988 commit 85e6218e3306165d69ef44277459511d5b54b9ff
41989 Author: Behdad Esfahbod <behdad@behdad.org>
41990 Date:   Tue May 10 19:40:44 2011 -0400
41991
41992     [API] Remove broken-by-design hb_font_unset_funcs()
41993
41994  src/hb-font.cc | 22 ----------------------
41995  src/hb-font.h  | 16 ----------------
41996  2 files changed, 38 deletions(-)
41997
41998 commit 74f1d896f2479500d65649cf3ec86dd201f0663a
41999 Author: Behdad Esfahbod <behdad@behdad.org>
42000 Date:   Tue May 10 19:39:32 2011 -0400
42001
42002     Add hb_font_make/is_immutable()
42003
42004  src/hb-font-private.hh |  2 ++
42005  src/hb-font.cc         | 26 +++++++++++++++++++++++---
42006  src/hb-font.h          |  6 ++++++
42007  test/test-object.c     |  2 +-
42008  4 files changed, 32 insertions(+), 4 deletions(-)
42009
42010 commit 8c7a100a4d0f3a257fb7563cb08ed4356c3af669
42011 Author: Behdad Esfahbod <behdad@behdad.org>
42012 Date:   Tue May 10 19:21:07 2011 -0400
42013
42014     Fix build without mutex
42015
42016  src/hb-mutex-private.hh | 12 ++++++------
42017  1 file changed, 6 insertions(+), 6 deletions(-)
42018
42019 commit 19d3035c40e73923bcad709dc5eefe31cb34d681
42020 Author: Behdad Esfahbod <behdad@behdad.org>
42021 Date:   Tue May 10 19:18:12 2011 -0400
42022
42023     Remove duplicate atomic_int implementation
42024
42025  src/hb-mutex-private.hh | 17 -----------------
42026  1 file changed, 17 deletions(-)
42027
42028 commit 45bfa99034512e886d75b1d45a5a649647f4711f
42029 Author: Behdad Esfahbod <behdad@behdad.org>
42030 Date:   Tue May 10 19:12:49 2011 -0400
42031
42032     Fix set implementation to be truly threadsafe even with destroy()
42033     callbacks
42034
42035     The test/object test is passing again, instead of deadlocking.
42036
42037  src/hb-common.cc         |  26 +++++------
42038  src/hb-mutex-private.hh  |  47 +++++++------------
42039  src/hb-object-private.hh |   6 ++-
42040  src/hb-private.hh        | 117
42041  ++++++++++++++++++++++++++++++++++++++---------
42042  4 files changed, 128 insertions(+), 68 deletions(-)
42043
42044 commit 0c2ec1d78bfa0166ffd4afc204c2668d4f456ed9
42045 Author: Behdad Esfahbod <behdad@behdad.org>
42046 Date:   Tue May 10 19:11:27 2011 -0400
42047
42048     [test] Always initialize gthread such that our mutex() stuff is tested
42049
42050     Now the test/object test deadlocks as expected.  Fix coming.
42051
42052  configure.ac     | 1 +
42053  test/Makefile.am | 4 ++--
42054  test/hb-test.h   | 1 +
42055  3 files changed, 4 insertions(+), 2 deletions(-)
42056
42057 commit 6a9093cc486c1899197cd7cc9a3eb907c2e756f7
42058 Author: Behdad Esfahbod <behdad@behdad.org>
42059 Date:   Tue May 10 19:00:07 2011 -0400
42060
42061     [test/object] Test user_data with destroy() callback that calls
42062     user_data
42063
42064     Exposes the non-atomicity of user_data opertaions at this time because
42065     we call finish() while still locked and modifying the object.
42066     In fact,
42067     I'm surprised that it doesn't deadlock.  It should.
42068
42069  test/test-object.c | 22 ++++++++++++++++++++++
42070  1 file changed, 22 insertions(+)
42071
42072 commit abe636b8761e47ea60b193c7e72a044de224d172
42073 Author: Behdad Esfahbod <behdad@behdad.org>
42074 Date:   Tue May 10 17:55:40 2011 -0400
42075
42076     Add DOAP file
42077
42078  Makefile.am   |  6 +++++-
42079  harfbuzz.doap | 24 ++++++++++++++++++++++++
42080  2 files changed, 29 insertions(+), 1 deletion(-)
42081
42082 commit f82c18630471216a04e4e3ad42396da4e6d74cba
42083 Author: Behdad Esfahbod <behdad@behdad.org>
42084 Date:   Tue May 10 17:48:34 2011 -0400
42085
42086     [test/blob] Fix bug in test
42087
42088  test/test-blob.c | 3 ++-
42089  1 file changed, 2 insertions(+), 1 deletion(-)
42090
42091 commit 785d23acd0ce72d399f9c5021bebc854872648af
42092 Author: Behdad Esfahbod <behdad@behdad.org>
42093 Date:   Tue May 10 17:41:44 2011 -0400
42094
42095     [test/blob] Add create_sub_blob()
42096
42097  test/test-blob.c | 17 +++++++++++++++++
42098  1 file changed, 17 insertions(+)
42099
42100 commit 0617b1558234673d3924f37541be01b04d36f05a
42101 Author: Behdad Esfahbod <behdad@behdad.org>
42102 Date:   Tue May 10 17:37:08 2011 -0400
42103
42104     [test] Test blob API
42105
42106  test/Makefile.am   |   1 +
42107  test/test-blob.c   | 280
42108  +++++++++++++++++++++++++++++++++++++++++++++++++++++
42109  test/test-buffer.c | 149 ++++++++++++++--------------
42110  3 files changed, 359 insertions(+), 71 deletions(-)
42111
42112 commit 1c9f8717eb12c37c219333cbb0d123e1d2da4896
42113 Author: Behdad Esfahbod <behdad@behdad.org>
42114 Date:   Fri May 6 22:28:26 2011 -0400
42115
42116     [API] Simplify blob API, remove lock
42117
42118  TODO                        |   2 -
42119  src/hb-blob.cc              | 206
42120  ++++++++++++++++++--------------------------
42121  src/hb-blob.h               |  19 ++--
42122  src/hb-font.cc              |   2 -
42123  src/hb-open-type-private.hh |  32 ++++---
42124  src/hb-ot-layout.cc         |   7 +-
42125  test/test-object.c          |   2 +-
42126  7 files changed, 118 insertions(+), 152 deletions(-)
42127
42128 commit 71cef14ac3de07e4fed0a2903b1f0f639406ec6c
42129 Author: Behdad Esfahbod <behdad@behdad.org>
42130 Date:   Fri May 6 19:30:59 2011 -0400
42131
42132     Add -Bsymbolic-functions to linker flags
42133
42134  configure.ac | 3 +++
42135  1 file changed, 3 insertions(+)
42136
42137 commit ab428aeab724ca40341318b66640f992cd72d2fc
42138 Author: Behdad Esfahbod <behdad@behdad.org>
42139 Date:   Fri May 6 19:30:46 2011 -0400
42140
42141     [TODO] Update
42142
42143  TODO | 2 +-
42144  1 file changed, 1 insertion(+), 1 deletion(-)
42145
42146 commit a0f337a1cce1788dbf3147b459e7f615acbfe81b
42147 Author: Behdad Esfahbod <behdad@behdad.org>
42148 Date:   Fri May 6 19:20:52 2011 -0400
42149
42150     Remove unused hb_blob_try_writable_inplace()
42151
42152  src/hb-blob.cc | 20 --------------------
42153  src/hb-blob.h  |  3 ---
42154  2 files changed, 23 deletions(-)
42155
42156 commit 08611d5194144bbf5d96a1110aeb812db06e0901
42157 Author: Behdad Esfahbod <behdad@behdad.org>
42158 Date:   Fri May 6 16:28:10 2011 -0400
42159
42160     Add note re deadlocks
42161
42162  src/hb-common.cc        | 1 +
42163  src/hb-mutex-private.hh | 4 ++++
42164  2 files changed, 5 insertions(+)
42165
42166 commit 34fb5521a5fbb6b95ceff4bbac42a62628bc9f31
42167 Author: Behdad Esfahbod <behdad@behdad.org>
42168 Date:   Fri May 6 00:04:28 2011 -0400
42169
42170     [API] Add hb_language_get_default()
42171
42172     It uses locale information to detect default language.  It's used by
42173     hb_shape() whenever language is not set on the buffer.
42174
42175     Not sure how to properly test it in the test suite.  Tested by
42176     observing
42177     that with DejaVu Sans we select the proper local glyph version
42178     for U+431
42179     under Serbian locale.  See http://www.pango.org/ScriptGallery
42180
42181  src/hb-common.cc   | 21 +++++++++++++++++++++
42182  src/hb-common.h    |  3 +++
42183  src/hb-shape.cc    |  2 +-
42184  test/test-common.c |  5 +++++
42185  4 files changed, 30 insertions(+), 1 deletion(-)
42186
42187 commit c78f4485587cc1dee07e772c164a13fde9d2859f
42188 Author: Behdad Esfahbod <behdad@behdad.org>
42189 Date:   Thu May 5 21:31:04 2011 -0400
42190
42191     [API] Add version macros and functions
42192
42193     Step version up to 0.5.0.
42194
42195     Also, fix to pass "make distcheck"
42196
42197  configure.ac                 | 24 ++++++++++++-----
42198  src/Makefile.am              |  9 +++++++
42199  src/check-c-linkage-decls.sh |  2 +-
42200  src/hb-common.cc             | 29 +++++++++++++++++++++
42201  src/hb-version.h.in          | 62
42202  ++++++++++++++++++++++++++++++++++++++++++++
42203  src/hb.h                     |  1 +
42204  test/Makefile.am             |  2 ++
42205  7 files changed, 122 insertions(+), 7 deletions(-)
42206
42207 commit 9ff819f6571fd0d570f271162d7a30d97ee64148
42208 Author: Behdad Esfahbod <behdad@behdad.org>
42209 Date:   Thu May 5 19:47:59 2011 -0400
42210
42211     Add disable-static libtool flag
42212
42213     No one who builds harfbuzz static uses the autotools build system
42214     to do it.
42215
42216  configure.ac | 2 +-
42217  1 file changed, 1 insertion(+), 1 deletion(-)
42218
42219 commit 7ca7571ef91754274f6c84bbf988962d74a74098
42220 Author: Behdad Esfahbod <behdad@behdad.org>
42221 Date:   Thu May 5 19:47:12 2011 -0400
42222
42223     Remove win32-dll libtool flag
42224
42225     Since we're not win32-dll clean the way libtool docs define it.
42226
42227  configure.ac | 2 +-
42228  1 file changed, 1 insertion(+), 1 deletion(-)
42229
42230 commit 174e3fe89b72729c9c34c647544a2dc1bf63cd84
42231 Author: Behdad Esfahbod <behdad@behdad.org>
42232 Date:   Thu May 5 19:37:53 2011 -0400
42233
42234     Add AC_CANONICAL_HOST
42235
42236  configure.ac | 10 ++++++++++
42237  1 file changed, 10 insertions(+)
42238
42239 commit e6a5b88c01420366a70e0c9ae1775fb3c930cb8b
42240 Author: Behdad Esfahbod <behdad@behdad.org>
42241 Date:   Thu May 5 16:24:42 2011 -0400
42242
42243     Fix build with older glib
42244
42245  configure.ac   |  2 +-
42246  test/hb-test.h | 55
42247  +++++++++++++++++++++++++++++++++----------------------
42248  2 files changed, 34 insertions(+), 23 deletions(-)
42249
42250 commit 3935af1c0d0f53a5fd6054e1ee219f3adda42dca
42251 Author: Behdad Esfahbod <behdad@behdad.org>
42252 Date:   Thu May 5 16:09:45 2011 -0400
42253
42254     [buffer] Remove wrong optimization
42255
42256     While the cluster fields of the glyph string are usually sorted, they
42257     wouldn't be in special cases (for example for non-native direction).
42258     Blindly using bsearch is plain wrong.  If we want to reintroduce this
42259     optimization we have to make sure we know the buffer clusters are
42260     monotonic and in which direction.  Not sure it's worth it though.
42261
42262  src/hb-buffer.cc | 16 +++-------------
42263  1 file changed, 3 insertions(+), 13 deletions(-)
42264
42265 commit 46df6828513d56cd60467e36cbe45aa06648f488
42266 Author: Behdad Esfahbod <behdad@behdad.org>
42267 Date:   Thu May 5 15:33:19 2011 -0400
42268
42269     Make user_data access threadsafe
42270
42271     For now, by taking a global user_data mutex.
42272
42273  src/hb-common.cc         | 25 +++++++++++++++++++++++--
42274  src/hb-object-private.hh |  2 --
42275  2 files changed, 23 insertions(+), 4 deletions(-)
42276
42277 commit 218e67b9eefa26e2e4fe43f99a84d082b185b1b0
42278 Author: Behdad Esfahbod <behdad@behdad.org>
42279 Date:   Thu May 5 15:28:37 2011 -0400
42280
42281     Shrink code
42282
42283  src/hb-common.cc         | 26 ++++++++++++++++++++++++++
42284  src/hb-object-private.hh | 21 ++++-----------------
42285  2 files changed, 30 insertions(+), 17 deletions(-)
42286
42287 commit b8d6183ebc4697a434776cf2aec7857d63a7d881
42288 Author: Behdad Esfahbod <behdad@behdad.org>
42289 Date:   Thu May 5 15:14:04 2011 -0400
42290
42291     Use threadsafe set implementation for hb_language lookups
42292
42293     Note that the static variable has to be a global static, as gcc
42294     implements local statics differently and that would require linking
42295     to libstdc++, which we don't want.
42296
42297  src/hb-common.cc | 6 ++++--
42298  1 file changed, 4 insertions(+), 2 deletions(-)
42299
42300 commit d37486d87b65c5abaaa2998fa5c9e48eedde0933
42301 Author: Behdad Esfahbod <behdad@behdad.org>
42302 Date:   Thu May 5 15:07:54 2011 -0400
42303
42304     Add hb_threadsafe_set_t
42305
42306  src/hb-mutex-private.hh | 54
42307  +++++++++++++++++++++++++++++++++++++++++++++++++
42308  src/hb-private.hh       |  3 +--
42309  2 files changed, 55 insertions(+), 2 deletions(-)
42310
42311 commit b45f32ee4e599c515ce93e44315283d236b073bb
42312 Author: Behdad Esfahbod <behdad@behdad.org>
42313 Date:   Thu May 5 15:00:43 2011 -0400
42314
42315     Use hb_array_t for hb_language_t mapping
42316
42317  src/hb-common.cc         | 48
42318  ++++++++++++++++++++++--------------------------
42319  src/hb-object-private.hh |  4 ++--
42320  src/hb-private.hh        | 19 +++++++++++++++----
42321  3 files changed, 39 insertions(+), 32 deletions(-)
42322
42323 commit 21d2c92fdf7307c7117f8948021f0dd7d5a5d2a3
42324 Author: Behdad Esfahbod <behdad@behdad.org>
42325 Date:   Thu May 5 14:47:53 2011 -0400
42326
42327     Move code around
42328
42329  src/hb-object-private.hh | 28 ++++++++++++++--------------
42330  1 file changed, 14 insertions(+), 14 deletions(-)
42331
42332 commit 448ea9bf63104d39f87fff66219034222fa632b8
42333 Author: Behdad Esfahbod <behdad@behdad.org>
42334 Date:   Thu May 5 14:39:24 2011 -0400
42335
42336     [TODO] Remove done items
42337
42338  TODO | 9 ---------
42339  1 file changed, 9 deletions(-)
42340
42341 commit 265ac614ea6d26041c7d64739098b76a82bbc4f4
42342 Author: Behdad Esfahbod <behdad@behdad.org>
42343 Date:   Thu May 5 14:38:16 2011 -0400
42344
42345     Replace fixed-size lookup_maps array with hb_array_t
42346
42347  src/hb-ot-map-private.hh | 13 +++++--------
42348  src/hb-ot-map.cc         | 47
42349  +++++++++++++++++++++++++----------------------
42350  src/hb-private.hh        |  6 ++----
42351  3 files changed, 32 insertions(+), 34 deletions(-)
42352
42353 commit 6843569d2c70c1771ce964e3d1a4cf91e14e7687
42354 Author: Behdad Esfahbod <behdad@behdad.org>
42355 Date:   Thu May 5 14:12:37 2011 -0400
42356
42357     Replace fixed-size feature_maps array with hb_array_t
42358
42359  src/hb-ot-map-private.hh | 10 +++-------
42360  src/hb-ot-map.cc         | 12 ++++++------
42361  src/hb-ot-shape.cc       |  2 +-
42362  src/hb-private.hh        | 42 +++++++++++++++++++++++++++++-------------
42363  4 files changed, 39 insertions(+), 27 deletions(-)
42364
42365 commit 44b0a4d2fc62689fc56ef57f412b4bb1e439a614
42366 Author: Behdad Esfahbod <behdad@behdad.org>
42367 Date:   Thu May 5 13:42:19 2011 -0400
42368
42369     Replace fixed-size feature_infos array with hb_array_t
42370
42371  src/hb-ot-map-private.hh |  9 +++++----
42372  src/hb-ot-map.cc         |  9 +++++----
42373  src/hb-private.hh        | 12 ++++++++++++
42374  3 files changed, 22 insertions(+), 8 deletions(-)
42375
42376 commit b214ec3ac0ce6568e9226fd09661d52de11dca96
42377 Author: Behdad Esfahbod <behdad@behdad.org>
42378 Date:   Thu May 5 13:24:07 2011 -0400
42379
42380     Minor
42381
42382  src/hb-private.hh | 4 ++--
42383  1 file changed, 2 insertions(+), 2 deletions(-)
42384
42385 commit 811482bd650fb5652a9835471ae8ecf0fb185611
42386 Author: Behdad Esfahbod <behdad@behdad.org>
42387 Date:   Thu May 5 13:21:04 2011 -0400
42388
42389     Replace hb_map_t with hb_set_t which is more intuitive and flexible
42390
42391  src/hb-object-private.hh | 24 ++++++++++++++----------
42392  src/hb-private.hh        | 44
42393  +++++++++++++++++---------------------------
42394  test/test-object.c       |  4 ++++
42395  3 files changed, 35 insertions(+), 37 deletions(-)
42396
42397 commit 478a42536ff7ab777a7774fbfdb9c5e51334a14e
42398 Author: Behdad Esfahbod <behdad@behdad.org>
42399 Date:   Thu May 5 12:39:51 2011 -0400
42400
42401     Make array/map implementation more generic
42402
42403  src/hb-object-private.hh |  2 ++
42404  src/hb-private.hh        | 13 +++++++------
42405  2 files changed, 9 insertions(+), 6 deletions(-)
42406
42407 commit b81bd42951e1ce1569b29168015d3c5a2dacf773
42408 Author: Behdad Esfahbod <behdad@behdad.org>
42409 Date:   Thu May 5 00:21:16 2011 -0400
42410
42411     Make hb_mutex_*() macros take a pointer
42412
42413     More intuitive.
42414
42415  src/hb-blob.cc          | 28 ++++++++++++++--------------
42416  src/hb-mutex-private.hh | 32 ++++++++++++++++----------------
42417  2 files changed, 30 insertions(+), 30 deletions(-)
42418
42419 commit a4b1900913c91aa9db74c4fdfa7c691a5cdf02a8
42420 Author: Behdad Esfahbod <behdad@behdad.org>
42421 Date:   Thu May 5 00:17:43 2011 -0400
42422
42423     Add hb_static_mutex_t
42424
42425  src/hb-mutex-private.hh | 8 ++++++++
42426  1 file changed, 8 insertions(+)
42427
42428 commit 56eb5ad6f94c32189ad219438db9a18683ca6846
42429 Author: Behdad Esfahbod <behdad@behdad.org>
42430 Date:   Wed May 4 19:27:37 2011 -0400
42431
42432     Move code around
42433
42434     Mutex (and Windows.h by extension) are fairly isolated now.
42435
42436  src/Makefile.am          |   8 ++--
42437  src/hb-blob-private.hh   |  60 ---------------------------
42438  src/hb-blob.cc           |  24 ++++++++++-
42439  src/hb-font-private.hh   |   3 --
42440  src/hb-font.cc           |  12 +++---
42441  src/hb-mutex-private.hh  | 105
42442  +++++++++++++++++++++++++++++++++++++++++++++++
42443  src/hb-object-private.hh |  33 ++-------------
42444  src/hb-unicode.cc        |   1 -
42445  8 files changed, 141 insertions(+), 105 deletions(-)
42446
42447 commit d292885893395dcb345dce1010e5c8628a715ef4
42448 Author: Behdad Esfahbod <behdad@behdad.org>
42449 Date:   Tue May 3 01:03:53 2011 -0400
42450
42451     [ft] Fix font->face handling
42452
42453     Don't use _cached()
42454
42455  src/hb-ft.cc | 7 +++++--
42456  1 file changed, 5 insertions(+), 2 deletions(-)
42457
42458 commit 2000179487b49e0d504ec127450dc6fcb5568cec
42459 Author: Behdad Esfahbod <behdad@behdad.org>
42460 Date:   Tue May 3 00:49:06 2011 -0400
42461
42462     Move Win32 thread-safety stuff to hb-object-private.h
42463
42464     The Win32 definitions for LONG, ULONG, etc conflicts with
42465     hb-open-type.h.  Avoid that by making sure hb-object-private.h
42466     and hb-open-type.h are not included in the same compilation unit.
42467
42468  src/hb-common.cc         | 54 ---------------------------------------
42469  src/hb-object-private.hh | 66
42470  ++++++++++++++++++++++++++++++++++++++++++++++++
42471  src/hb-private.hh        | 66
42472  ------------------------------------------------
42473  3 files changed, 66 insertions(+), 120 deletions(-)
42474
42475 commit 266b34418c9bbe23ccaf29cb354b58c465fa3b22
42476 Author: Behdad Esfahbod <behdad@behdad.org>
42477 Date:   Tue May 3 00:35:53 2011 -0400
42478
42479     Refactor to keep hb-object-private.h and hb-open-type.h separate
42480
42481     Needed to be able to include <Windows.h> from hb-object-private.h.
42482
42483  src/hb-font.cc              | 19 ++++----------
42484  src/hb-ot-layout-private.hh | 60
42485  +++++++++++++++++++++++++--------------------
42486  src/hb-ot-layout.cc         | 28 ++++++++++++++++++---
42487  3 files changed, 63 insertions(+), 44 deletions(-)
42488
42489 commit d4141a44b97377a65e6d2a3e03b3709307af38c1
42490 Author: Behdad Esfahbod <behdad@behdad.org>
42491 Date:   Tue May 3 00:19:18 2011 -0400
42492
42493     [blob] Implement sub_blob() in terms of create()
42494
42495     Fixes problem with uninitialized sub_blob->mutex among other things.
42496
42497     Reported by Bradley Grainger.
42498
42499  src/hb-blob.cc | 12 +++++-------
42500  1 file changed, 5 insertions(+), 7 deletions(-)
42501
42502 commit fc52e9e44c2fe84d63f18dc0098720830f0b467d
42503 Author: Behdad Esfahbod <behdad@behdad.org>
42504 Date:   Tue May 3 00:09:16 2011 -0400
42505
42506     Implement win32 thread-safety stuff
42507
42508     Patch from Bradley Grainger.
42509
42510  src/hb-common.cc  | 54
42511  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
42512  src/hb-private.hh | 30 +++++++++++++++++++++++++-----
42513  2 files changed, 79 insertions(+), 5 deletions(-)
42514
42515 commit f55272ecde857c116f97a3195f3abd1df3be4b86
42516 Author: Behdad Esfahbod <behdad@behdad.org>
42517 Date:   Mon May 2 20:57:28 2011 -0400
42518
42519     Add hb_mutex_free() and use it
42520
42521     Based on patch by Bradley Grainger.
42522
42523  src/hb-blob.cc    |  1 +
42524  src/hb-private.hh | 16 +++++++++-------
42525  2 files changed, 10 insertions(+), 7 deletions(-)
42526
42527 commit 8d5186484b28b5f629b523e067d7d5166eec557a
42528 Author: Behdad Esfahbod <behdad@behdad.org>
42529 Date:   Mon May 2 20:52:21 2011 -0400
42530
42531     Cosmetic
42532
42533  src/hb-private.hh | 2 +-
42534  1 file changed, 1 insertion(+), 1 deletion(-)
42535
42536 commit 72657e4ce757dcb055a8db7291b68f96f0d34bfb
42537 Author: Behdad Esfahbod <behdad@behdad.org>
42538 Date:   Mon May 2 20:46:32 2011 -0400
42539
42540     [API] Make hb_font_create() take a face and reference it
42541
42542  src/hb-font-private.hh           |  2 ++
42543  src/hb-font.cc                   | 42
42544  +++++++++++++++++++++++++---------------
42545  src/hb-font.h                    | 26 ++++++++++++++-----------
42546  src/hb-ft.cc                     |  7 +------
42547  src/hb-ot-layout-gdef-private.hh |  2 +-
42548  src/hb-ot-layout-gpos-private.hh |  2 +-
42549  src/hb-ot-layout.cc              | 10 ++++------
42550  src/hb-ot-layout.h               |  2 --
42551  src/hb-ot-map-private.hh         |  2 +-
42552  src/hb-ot-shape.cc               | 23 +++++++++++-----------
42553  src/hb-ot-shape.h                |  1 -
42554  src/hb-shape.cc                  | 18 ++---------------
42555  src/hb-shape.h                   |  1 -
42556  src/hb-view.cc                   |  4 +---
42557  test/test-object.c               |  7 +++++--
42558  15 files changed, 70 insertions(+), 79 deletions(-)
42559
42560 commit cec6611c5ce84d69d910bf7e9ec1fdd594398f9f
42561 Author: Behdad Esfahbod <behdad@behdad.org>
42562 Date:   Mon May 2 20:18:58 2011 -0400
42563
42564     Protect NULL in a couple places
42565
42566  src/hb-font.cc | 6 +++---
42567  1 file changed, 3 insertions(+), 3 deletions(-)
42568
42569 commit 5a5030366e40baa8d96ca67b47a52ad5af143157
42570 Author: Behdad Esfahbod <behdad@behdad.org>
42571 Date:   Mon May 2 19:54:29 2011 -0400
42572
42573     Fix bug in array growth implementation
42574
42575     With this, test/object is now passing.  Yay!
42576
42577  src/hb-private.hh | 24 +++++++++++-------------
42578  1 file changed, 11 insertions(+), 13 deletions(-)
42579
42580 commit 16123e10700436df18d14e37371bb621b31ea5d1
42581 Author: Behdad Esfahbod <behdad@behdad.org>
42582 Date:   Mon May 2 19:54:17 2011 -0400
42583
42584     Fix bug in map implementation
42585
42586  src/hb-private.hh | 2 +-
42587  1 file changed, 1 insertion(+), 1 deletion(-)
42588
42589 commit 1cd5969f253528b1fc05a06c7a9f222baa29f68d
42590 Author: Behdad Esfahbod <behdad@behdad.org>
42591 Date:   Mon May 2 19:53:39 2011 -0400
42592
42593     [object] Fix bug in get_user_data() implementation
42594
42595  src/hb-object-private.hh | 7 ++++---
42596  1 file changed, 4 insertions(+), 3 deletions(-)
42597
42598 commit db99589529a22a2113bcef1680ab6d9b934f382e
42599 Author: Behdad Esfahbod <behdad@behdad.org>
42600 Date:   Mon May 2 19:52:47 2011 -0400
42601
42602     [test/object] Add test for object lifecycle stuff
42603
42604     Revealed many bugs in the (untested and known buggy) user_data
42605     support.
42606
42607  test/Makefile.am   |   4 +
42608  test/test-object.c | 316
42609  +++++++++++++++++++++++++++++++++++++++++++++++++++++
42610  2 files changed, 320 insertions(+)
42611
42612 commit f74d6c81f14f117b3cecfb65f0d5df22849c9a07
42613 Author: Behdad Esfahbod <behdad@behdad.org>
42614 Date:   Mon May 2 19:52:32 2011 -0400
42615
42616     Cosmetic
42617
42618  test/test-unicode.c | 10 +++++-----
42619  1 file changed, 5 insertions(+), 5 deletions(-)
42620
42621 commit 4911062d5be0d937ee8f1a70cc93e05d162f45b3
42622 Author: Behdad Esfahbod <behdad@behdad.org>
42623 Date:   Mon May 2 19:36:39 2011 -0400
42624
42625     [API] Rename hb_blob_create_empty() to hb_blob_get_empty()
42626
42627  src/hb-blob.cc              | 2 +-
42628  src/hb-blob.h               | 2 +-
42629  src/hb-font.cc              | 2 +-
42630  src/hb-open-type-private.hh | 2 +-
42631  4 files changed, 4 insertions(+), 4 deletions(-)
42632
42633 commit 1ab1d3e38cdf8e7331efdbc4ef0c02ee9d5c8c04
42634 Author: Behdad Esfahbod <behdad@behdad.org>
42635 Date:   Mon May 2 19:35:53 2011 -0400
42636
42637     [face] Return nil face if blob is inert
42638
42639  src/hb-font.cc | 3 +++
42640  1 file changed, 3 insertions(+)
42641
42642 commit e87867cb88280e3f3a38d829e359cb686168b2cb
42643 Author: Behdad Esfahbod <behdad@behdad.org>
42644 Date:   Mon May 2 19:35:05 2011 -0400
42645
42646     [buffer] Fail in _create() if we cannot pre-allocate the requested
42647     size
42648
42649  src/hb-buffer.cc | 8 +++++---
42650  1 file changed, 5 insertions(+), 3 deletions(-)
42651
42652 commit cd361ec9a1b2bfc271e5490dbfc0a870fd5c439a
42653 Author: Behdad Esfahbod <behdad@behdad.org>
42654 Date:   Mon May 2 16:54:05 2011 -0400
42655
42656     Cosmetic
42657
42658  test/test-unicode.c | 2 +-
42659  1 file changed, 1 insertion(+), 1 deletion(-)
42660
42661 commit c784c67a28f5b92d396eaa9529d57ef91a5cb9ac
42662 Author: Behdad Esfahbod <behdad@behdad.org>
42663 Date:   Mon May 2 15:59:57 2011 -0400
42664
42665     [unicode] Make _get_parent() return _nil object instead of NULL
42666
42667  src/hb-unicode.cc   | 29 ++++++++++++-----------------
42668  test/test-unicode.c |  2 +-
42669  2 files changed, 13 insertions(+), 18 deletions(-)
42670
42671 commit 07e22779abd089d5921bf2d19d4a3bf1bd0173c6
42672 Author: Behdad Esfahbod <behdad@behdad.org>
42673 Date:   Mon May 2 14:58:04 2011 -0400
42674
42675     [test/unicode] Add script roundtrip tests for glib and ICU
42676
42677  test/test-unicode.c | 70
42678  ++++++++++++++++++++++++++++++++++++++++++++++++-----
42679  1 file changed, 64 insertions(+), 6 deletions(-)
42680
42681 commit 7cda65935c73c277550f6ac12f6730e96d4852a7
42682 Author: Behdad Esfahbod <behdad@behdad.org>
42683 Date:   Mon May 2 14:33:53 2011 -0400
42684
42685     [test/unicode] Better test chainup
42686
42687  test/test-unicode.c | 54
42688  ++++++++++++++++++++++++++++++++++++++++++++++++-----
42689  1 file changed, 49 insertions(+), 5 deletions(-)
42690
42691 commit 250c59225ead28449deb11522dee3819480a19b4
42692 Author: Behdad Esfahbod <behdad@behdad.org>
42693 Date:   Mon May 2 14:21:30 2011 -0400
42694
42695     [test/unicode] Port the _custom test to test all property setters
42696
42697  test/test-unicode.c | 186
42698  +++++++++++++++++++++++++++++-----------------------
42699  1 file changed, 104 insertions(+), 82 deletions(-)
42700
42701 commit e74b5b339ab0af53d893ec84a0955d5aa508fed3
42702 Author: Behdad Esfahbod <behdad@behdad.org>
42703 Date:   Mon May 2 14:03:55 2011 -0400
42704
42705     [test/unicode] Test Unicode 5.2+ but don't fail
42706
42707  test/test-unicode.c | 21 +++++++++++++++++++--
42708  1 file changed, 19 insertions(+), 2 deletions(-)
42709
42710 commit c763aa42b46eaee95359806cab56fa632ff3ad58
42711 Author: Behdad Esfahbod <behdad@behdad.org>
42712 Date:   Mon May 2 13:52:17 2011 -0400
42713
42714     [test/buffer] Clean up testing
42715
42716     Getting the hang of how to cleanly use gtest.
42717
42718  test/test-buffer.c | 154
42719  +++++++++++++++++++++++++++++------------------------
42720  1 file changed, 85 insertions(+), 69 deletions(-)
42721
42722 commit 819e9d9e5310e67e8dcce9fa885f8a086a9b9ee8
42723 Author: Behdad Esfahbod <behdad@behdad.org>
42724 Date:   Mon May 2 12:38:54 2011 -0400
42725
42726     Minor
42727
42728  test/test-unicode.c | 5 ++++-
42729  1 file changed, 4 insertions(+), 1 deletion(-)
42730
42731 commit 03034acb8a9fdd33135bc3775a1f932da9ebdd42
42732 Author: Behdad Esfahbod <behdad@behdad.org>
42733 Date:   Mon May 2 12:37:45 2011 -0400
42734
42735     [icu] Make sure we return script UNKNOWN instead of INVALID
42736
42737  src/hb-icu.cc | 3 +++
42738  1 file changed, 3 insertions(+)
42739
42740 commit d02985ec5a24c659a0a133cc6bc103f1d76bcb29
42741 Author: Behdad Esfahbod <behdad@behdad.org>
42742 Date:   Mon May 2 12:35:14 2011 -0400
42743
42744     ISO 15924 fixes
42745
42746     Update to http://unicode.org/iso15924
42747
42748     Fixes some of the test failures in test-unicode with ICU.  Still
42749     one more to fix before the test passes.
42750
42751  src/hb-common.cc | 10 ++++++++--
42752  src/hb-common.h  |  5 +++--
42753  src/hb-ot-tag.cc |  2 --
42754  3 files changed, 11 insertions(+), 6 deletions(-)
42755
42756 commit e8e29c725a72c2e991cd1c4422a020457e1684e9
42757 Author: Behdad Esfahbod <behdad@behdad.org>
42758 Date:   Mon May 2 12:06:18 2011 -0400
42759
42760     [test/unicode] Add log messages
42761
42762     Use with --verbose to see what's failing
42763
42764  test/test-unicode.c | 9 ++++++---
42765  1 file changed, 6 insertions(+), 3 deletions(-)
42766
42767 commit 208c2c31501f6eb2b81b6bf80fcf39f4646eb38b
42768 Author: Behdad Esfahbod <behdad@behdad.org>
42769 Date:   Sun May 1 20:04:01 2011 -0400
42770
42771     Minor
42772
42773  test/test-unicode.c | 478
42774  ++++++++++++++++++++++++++--------------------------
42775  1 file changed, 243 insertions(+), 235 deletions(-)
42776
42777 commit 60833efaf1310c3f18e150b61daaeb0074ae3d91
42778 Author: Behdad Esfahbod <behdad@behdad.org>
42779 Date:   Fri Apr 29 16:49:57 2011 -0400
42780
42781     [test/unicode] Add testing of all unicode properties
42782
42783     ICU fails for now.
42784
42785  test/hb-test.h      |   4 +-
42786  test/test-unicode.c | 432
42787  +++++++++++++++++++++++++++++++++++++++++++++++++---
42788  2 files changed, 416 insertions(+), 20 deletions(-)
42789
42790 commit da96ee072fa3544c3d36cf0b82ada11806789d70
42791 Author: Behdad Esfahbod <behdad@behdad.org>
42792 Date:   Fri Apr 29 12:17:09 2011 -0400
42793
42794     [test/unicode] Test is/make_immutable()
42795
42796  test/test-unicode.c | 46 ++++++++++++++++++++++++++++++----------------
42797  1 file changed, 30 insertions(+), 16 deletions(-)
42798
42799 commit 6af9cff5e17e82100b435c8d21aed0765296d58d
42800 Author: Behdad Esfahbod <behdad@behdad.org>
42801 Date:   Fri Apr 29 12:00:38 2011 -0400
42802
42803     [test/unicode] Use text fixture instead of static variables
42804
42805  src/hb-unicode-private.hh |   2 +-
42806  src/hb-unicode.h          |   2 +-
42807  test/test-buffer.c        |   2 +-
42808  test/test-c.c             |   1 +
42809  test/test-common.c        |   3 +-
42810  test/test-cplusplus.cc    |   1 +
42811  test/test-unicode.c       | 112
42812  +++++++++++++++++++++++++++-------------------
42813  7 files changed, 74 insertions(+), 49 deletions(-)
42814
42815 commit 13db3d40bfc09c68f9761a71435b1840b9d34099
42816 Author: Behdad Esfahbod <behdad@behdad.org>
42817 Date:   Thu Apr 28 19:44:45 2011 -0400
42818
42819     [test/buffer] Add UTF-16 tests
42820
42821  test/test-buffer.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
42822  1 file changed, 46 insertions(+), 2 deletions(-)
42823
42824 commit 243673d601588a6f704ceafbff5dd5cdf66c47b7
42825 Author: Behdad Esfahbod <behdad@behdad.org>
42826 Date:   Thu Apr 28 19:37:51 2011 -0400
42827
42828     [test/buffer] Add more extensive UTF-8 test data from glib
42829
42830  src/hb-buffer.cc   |   2 +-
42831  test/test-buffer.c | 317
42832  ++++++++++++++++++++++++++++++++++++++++++++++++++---
42833  2 files changed, 303 insertions(+), 16 deletions(-)
42834
42835 commit dfec67f958482e5c3bb01e06b08694cd4ded6f66
42836 Author: Behdad Esfahbod <behdad@behdad.org>
42837 Date:   Thu Apr 28 18:34:42 2011 -0400
42838
42839     [test/buffer] Add initial utf-8 tests
42840
42841  test/hb-test.h     | 25 ++++++++++++++++++++++++-
42842  test/test-buffer.c | 46 +++++++++++++++++++++++++++++++++++++++++++++-
42843  2 files changed, 69 insertions(+), 2 deletions(-)
42844
42845 commit aafe395ab550d3ba2fabc69155662e87d45e74a8
42846 Author: Behdad Esfahbod <behdad@behdad.org>
42847 Date:   Thu Apr 28 17:10:44 2011 -0400
42848
42849     Add test suite infrastructure
42850
42851     Wraps around glib for convenience and ease of use.
42852
42853  test/Makefile.am    |   1 +
42854  test/hb-test.h      | 132
42855  ++++++++++++++++++++++++++++++++++++++++++++++++----
42856  test/test-buffer.c  |  29 ++++++------
42857  test/test-common.c  |  14 +++---
42858  test/test-unicode.c |  32 ++++++-------
42859  5 files changed, 160 insertions(+), 48 deletions(-)
42860
42861 commit c7ffe2ad5f6e97e26d14e2cc0d4098af8f5f36d0
42862 Author: Behdad Esfahbod <behdad@behdad.org>
42863 Date:   Thu Apr 28 16:03:29 2011 -0400
42864
42865     [API Remove hb_font_funcs_copy()
42866
42867     Will be adding font_funcs subclassing instead.
42868
42869  src/hb-font.cc | 13 -------------
42870  src/hb-font.h  |  3 ---
42871  2 files changed, 16 deletions(-)
42872
42873 commit 30f34d08d445722320db711c3ddf41e66225752c
42874 Author: Behdad Esfahbod <behdad@behdad.org>
42875 Date:   Thu Apr 28 16:02:40 2011 -0400
42876
42877     [TODO] Remove finished items
42878
42879  TODO          |  2 --
42880  src/hb-font.h | 10 ----------
42881  2 files changed, 12 deletions(-)
42882
42883 commit 080a0eb7d82d7195be72c16ece6e0a3ffed636b6
42884 Author: Behdad Esfahbod <behdad@behdad.org>
42885 Date:   Thu Apr 28 16:01:01 2011 -0400
42886
42887     Add _hb_unsigned_int_mul_overflows
42888
42889  src/hb-buffer.cc                 | 7 ++-----
42890  src/hb-open-type-private.hh      | 2 +-
42891  src/hb-ot-layout-gsub-private.hh | 2 +-
42892  src/hb-private.hh                | 9 ++++++++-
42893  4 files changed, 12 insertions(+), 8 deletions(-)
42894
42895 commit 1d39d6e42b3d7628512d675a84a831a0f58624eb
42896 Author: Behdad Esfahbod <behdad@behdad.org>
42897 Date:   Thu Apr 28 15:54:16 2011 -0400
42898
42899     Desable possibly lethal test on 64-bit machines
42900
42901  test/test-buffer.c | 9 ++++++---
42902  1 file changed, 6 insertions(+), 3 deletions(-)
42903
42904 commit 3264042873fd639f3ef8ff0acfad777a0a9f3355
42905 Author: Behdad Esfahbod <behdad@behdad.org>
42906 Date:   Thu Apr 28 14:24:16 2011 -0400
42907
42908     [test/buffer] Test pre_allocate() and allocation_successful()
42909
42910  src/hb-buffer.cc   |  3 ++-
42911  test/test-buffer.c | 26 +++++++++++++++++++++++++-
42912  2 files changed, 27 insertions(+), 2 deletions(-)
42913
42914 commit 123aa04f7b3241d6e43de2d472c4a1cbdb250ac7
42915 Author: Behdad Esfahbod <behdad@behdad.org>
42916 Date:   Thu Apr 28 12:58:28 2011 -0400
42917
42918     Fix possible but improbable overflow in hb_array_t
42919
42920  src/hb-private.hh | 2 +-
42921  1 file changed, 1 insertion(+), 1 deletion(-)
42922
42923 commit e0db4b868f9fdd8e680890f87dd4e13a1c27b7a1
42924 Author: Behdad Esfahbod <behdad@behdad.org>
42925 Date:   Thu Apr 28 12:56:49 2011 -0400
42926
42927     [buffer] More error handling
42928
42929     Should be all set now.
42930
42931  src/hb-buffer-private.hh |  2 +-
42932  src/hb-buffer.cc         | 60
42933  +++++++++++++++++++++++++++++++++---------------
42934  2 files changed, 43 insertions(+), 19 deletions(-)
42935
42936 commit 15c57e04bf05026ef424f8ae912d2f379301bf93
42937 Author: Behdad Esfahbod <behdad@behdad.org>
42938 Date:   Thu Apr 28 12:28:54 2011 -0400
42939
42940     [test/buffer] Add test pre_alloc(); hangs in the buffer code right now
42941
42942     Because the following loop overflows:
42943
42944       while (size > new_allocated)
42945           new_allocated += (new_allocated >> 1) + 32;
42946
42947  test/test-buffer.c | 33 ++++++++++++++++++++++++++-------
42948  1 file changed, 26 insertions(+), 7 deletions(-)
42949
42950 commit 1e5527e2d60ed3b4a5adf62b258415ec3aef41fb
42951 Author: Behdad Esfahbod <behdad@behdad.org>
42952 Date:   Thu Apr 28 12:15:24 2011 -0400
42953
42954     [test/buffer] Test reset(), set_length(), and set/get_unicode_data()
42955
42956  test/test-buffer.c | 66
42957  ++++++++++++++++++++++++++++++++++++++++++++++++------
42958  1 file changed, 59 insertions(+), 7 deletions(-)
42959
42960 commit db126b5448ec802285cf2b6f0e7da412d02dfb28
42961 Author: Behdad Esfahbod <behdad@behdad.org>
42962 Date:   Thu Apr 28 11:56:29 2011 -0400
42963
42964     [test/buffer] Test reverse() and reverse_clusters()
42965
42966  test/test-buffer.c | 61
42967  ++++++++++++++++++++++++++++++++++++++++++++++++++----
42968  1 file changed, 57 insertions(+), 4 deletions(-)
42969
42970 commit 5fa849b77d49da2212825ebb1bea9145713b8449
42971 Author: Behdad Esfahbod <behdad@behdad.org>
42972 Date:   Wed Apr 27 21:46:01 2011 -0400
42973
42974     [API] Add _set/get_user_data() for all objects
42975
42976  src/hb-blob.cc    | 17 +++++++++++++++++
42977  src/hb-blob.h     | 12 ++++++++++++
42978  src/hb-buffer.cc  | 16 ++++++++++++++++
42979  src/hb-buffer.h   | 10 ++++++++++
42980  src/hb-font.cc    | 51
42981  +++++++++++++++++++++++++++++++++++++++++++++++++++
42982  src/hb-font.h     | 36 ++++++++++++++++++++++++++++++++++++
42983  src/hb-unicode.cc | 17 +++++++++++++++++
42984  src/hb-unicode.h  | 12 ++++++++++++
42985  8 files changed, 171 insertions(+)
42986
42987 commit 852e08ec8fbfbce1d50e571d0bb0b52ef4d4cc58
42988 Author: Behdad Esfahbod <behdad@behdad.org>
42989 Date:   Wed Apr 27 21:45:51 2011 -0400
42990
42991     Move code around
42992
42993  src/hb-object-private.hh | 153
42994  ++++++++++-------------------------------------
42995  src/hb-private.hh        | 136 +++++++++++++++++++++++++++++++++++++----
42996  2 files changed, 157 insertions(+), 132 deletions(-)
42997
42998 commit 29c67d3f70b081766a6c01353980f457f38aeb12
42999 Author: Behdad Esfahbod <behdad@behdad.org>
43000 Date:   Wed Apr 27 21:22:32 2011 -0400
43001
43002     Add initial implementation of user_data to objects
43003
43004  src/hb-common.h          |  11 ++-
43005  src/hb-object-private.hh | 186
43006  ++++++++++++++++++++++++++++++++++++++++++++++-
43007  2 files changed, 193 insertions(+), 4 deletions(-)
43008
43009 commit 47e71d9661946a4ffb96026bf1d697d788414ab5
43010 Author: Behdad Esfahbod <behdad@behdad.org>
43011 Date:   Wed Apr 27 16:38:03 2011 -0400
43012
43013     [object] Remove unnecessary use of macros
43014
43015  TODO                     |  2 --
43016  src/hb-blob.cc           | 18 +++++++++---------
43017  src/hb-buffer.cc         |  6 +++---
43018  src/hb-font.cc           | 30 +++++++++++++++---------------
43019  src/hb-object-private.hh |  9 ---------
43020  src/hb-unicode.cc        |  8 ++++----
43021  6 files changed, 31 insertions(+), 42 deletions(-)
43022
43023 commit 8be1420f8fd0e5c53282245d6830efbee5c7409d
43024 Author: Behdad Esfahbod <behdad@behdad.org>
43025 Date:   Wed Apr 27 16:14:04 2011 -0400
43026
43027     [blob] Use HB_FUNC instead of __FUNCTION__
43028
43029  src/hb-blob.cc | 24 ++++++++++++------------
43030  1 file changed, 12 insertions(+), 12 deletions(-)
43031
43032 commit ae008b90cfc2028e878100f78b21d70f923a6044
43033 Author: Behdad Esfahbod <behdad@behdad.org>
43034 Date:   Wed Apr 27 16:12:12 2011 -0400
43035
43036     [object] Add tracing support back in
43037
43038  src/hb-object-private.hh | 38 ++++++++++++++++++++++++++------------
43039  1 file changed, 26 insertions(+), 12 deletions(-)
43040
43041 commit 5b7f38979fa90117861fe327477de1707f117a8c
43042 Author: Behdad Esfahbod <behdad@behdad.org>
43043 Date:   Wed Apr 27 15:10:12 2011 -0400
43044
43045     GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
43046
43047     With gcc on arm, request 8-bit structure alignment.
43048
43049  configure.ac | 10 +++++++++-
43050  1 file changed, 9 insertions(+), 1 deletion(-)
43051
43052 commit 39a840ae65327b173e6eb1bb291e235a8305d7a1
43053 Author: Behdad Esfahbod <behdad@behdad.org>
43054 Date:   Wed Apr 27 14:48:19 2011 -0400
43055
43056     [API] Add hb_direction_from/to_string()
43057
43058     And hb-view --direction argument.
43059
43060  TODO               |  1 -
43061  src/hb-common.cc   | 36 ++++++++++++++++++++++++++++++++++++
43062  src/hb-common.h    |  6 ++++++
43063  src/hb-view.cc     | 13 ++++++++++---
43064  test/test-common.c | 21 ++++++++++++++++++++-
43065  5 files changed, 72 insertions(+), 5 deletions(-)
43066
43067 commit f1425a549fef360c3750532de23604cd318999d8
43068 Author: Behdad Esfahbod <behdad@behdad.org>
43069 Date:   Wed Apr 27 12:15:06 2011 -0400
43070
43071     Rename hb-view.c and test.c to .cc files
43072
43073  src/Makefile.am               | 4 ++--
43074  src/{hb-view.c => hb-view.cc} | 2 +-
43075  src/{test.c => test.cc}       | 5 ++++-
43076  3 files changed, 7 insertions(+), 4 deletions(-)
43077
43078 commit eb5796f58897ecfb9d76fd99915bf1a30669a0fa
43079 Author: Behdad Esfahbod <behdad@behdad.org>
43080 Date:   Wed Apr 27 12:14:53 2011 -0400
43081
43082     [TODO] Add hb-view items
43083
43084  TODO | 10 ++++++++++
43085  1 file changed, 10 insertions(+)
43086
43087 commit 65e0063eae2f3adb25315b8bd7b0e7757aa960f3
43088 Author: Behdad Esfahbod <behdad@behdad.org>
43089 Date:   Wed Apr 27 09:33:58 2011 -0400
43090
43091     Make buffer size growth start from 32 instead of 8
43092
43093  src/hb-buffer.cc | 2 +-
43094  1 file changed, 1 insertion(+), 1 deletion(-)
43095
43096 commit d4bee9f813bb299b1c4aab7c33d588be2a7d354b
43097 Author: Behdad Esfahbod <behdad@behdad.org>
43098 Date:   Wed Apr 27 09:24:37 2011 -0400
43099
43100     [API] Add hb_unicode_funcs_get_default()
43101
43102  src/hb-buffer.cc          |  4 ++--
43103  src/hb-glib.cc            |  5 +++--
43104  src/hb-icu.cc             |  5 +++--
43105  src/hb-unicode-private.hh | 11 +++++++++++
43106  src/hb-unicode.cc         |  7 +++++++
43107  src/hb-unicode.h          |  8 ++++++++
43108  src/hb-view.c             | 13 ++++++-------
43109  test/test-unicode.c       | 11 ++++++++++-
43110  8 files changed, 50 insertions(+), 14 deletions(-)
43111
43112 commit 153142dac8dd9abaf164bb88af07c600c17fc3a1
43113 Author: Behdad Esfahbod <behdad@behdad.org>
43114 Date:   Wed Apr 27 01:49:03 2011 -0400
43115
43116     Replace simple macros with inline functions for better type safety
43117
43118     Now that we use C++ for all source code, lets benefit from it!
43119
43120     The hb_be_int16/32_get/put/eq() macros grow code size if replaced with
43121     inline functions, so leave them as is.
43122
43123  src/hb-open-type-private.hh |  4 ++--
43124  src/hb-private.hh           | 30 +++++++++++++++++++++---------
43125  2 files changed, 23 insertions(+), 11 deletions(-)
43126
43127 commit 40a9b8154f929947f4693bf90c64301afa407c3f
43128 Author: Behdad Esfahbod <behdad@behdad.org>
43129 Date:   Wed Apr 27 01:48:56 2011 -0400
43130
43131     Add TODO item
43132
43133  src/hb-object-private.hh | 1 +
43134  1 file changed, 1 insertion(+)
43135
43136 commit ebdc83467c31574daa118fc18cd2ef2dc819b503
43137 Author: Behdad Esfahbod <behdad@behdad.org>
43138 Date:   Wed Apr 27 01:41:24 2011 -0400
43139
43140     Don't return in void function
43141
43142     Would have been nice if gcc had warned...
43143
43144  src/hb-private.hh | 2 +-
43145  1 file changed, 1 insertion(+), 1 deletion(-)
43146
43147 commit ec6f9c2fd03a49d1e91cbaefa5bdbbfb35dff92e
43148 Author: Behdad Esfahbod <behdad@behdad.org>
43149 Date:   Thu Apr 21 18:35:58 2011 -0400
43150
43151     Further simplify object handling
43152
43153  src/hb-object-private.hh | 53
43154  ++++++++++++++++++++++++------------------------
43155  1 file changed, 27 insertions(+), 26 deletions(-)
43156
43157 commit fca368c4682624346a0aaee690e1ad6ed4c0b337
43158 Author: Behdad Esfahbod <behdad@behdad.org>
43159 Date:   Thu Apr 21 18:24:02 2011 -0400
43160
43161     Add hb_object_header_t which is the common part of all objects
43162
43163     Makes way for adding arbitrary user_data support.
43164
43165  src/hb-blob-private.hh    |  3 +-
43166  src/hb-blob.cc            |  2 +-
43167  src/hb-buffer-private.hh  |  9 +++--
43168  src/hb-buffer.cc          |  2 +-
43169  src/hb-font-private.hh    |  7 ++--
43170  src/hb-font.cc            |  7 ++--
43171  src/hb-ft.cc              |  3 +-
43172  src/hb-glib.cc            |  3 +-
43173  src/hb-icu.cc             |  3 +-
43174  src/hb-object-private.hh  | 95
43175  ++++++++++++++++++++++++++---------------------
43176  src/hb-private.hh         |  5 +--
43177  src/hb-unicode-private.hh |  6 ++-
43178  src/hb-unicode.cc         |  3 +-
43179  13 files changed, 82 insertions(+), 66 deletions(-)
43180
43181 commit a9f24c802956d57180d71b83e96a0fb81197df4a
43182 Author: Behdad Esfahbod <behdad@behdad.org>
43183 Date:   Thu Apr 21 17:18:22 2011 -0400
43184
43185     Move hb_reference_count_t to hb-private.h
43186
43187  src/hb-object-private.hh | 17 -----------------
43188  src/hb-private.hh        | 20 ++++++++++++++++++++
43189  2 files changed, 20 insertions(+), 17 deletions(-)
43190
43191 commit 2409d5f8d7dd8b535ce5ea29e933f7db27d33793
43192 Author: Behdad Esfahbod <behdad@behdad.org>
43193 Date:   Thu Apr 21 17:14:28 2011 -0400
43194
43195     Update Copyright headers
43196
43197  COPYING                                 | 15 ++++++++-------
43198  src/hb-blob-private.hh                  |  2 +-
43199  src/hb-blob.cc                          |  2 +-
43200  src/hb-blob.h                           |  2 +-
43201  src/hb-buffer-private.hh                |  4 ++--
43202  src/hb-buffer.cc                        |  6 +++---
43203  src/hb-buffer.h                         |  6 +++---
43204  src/hb-common.cc                        |  4 +++-
43205  src/hb-common.h                         |  4 +++-
43206  src/hb-font-private.hh                  |  4 +++-
43207  src/hb-font.cc                          |  2 +-
43208  src/hb-font.h                           |  2 +-
43209  src/hb-ft.cc                            |  4 ++--
43210  src/hb-ft.h                             |  2 +-
43211  src/hb-glib.cc                          |  4 +++-
43212  src/hb-glib.h                           |  4 +++-
43213  src/hb-icu.cc                           |  6 ++++--
43214  src/hb-icu.h                            |  4 +++-
43215  src/hb-object-private.hh                |  6 ++++--
43216  src/hb-open-file-private.hh             |  2 +-
43217  src/hb-open-type-private.hh             |  2 +-
43218  src/hb-ot-head-private.hh               |  2 +-
43219  src/hb-ot-layout-common-private.hh      |  4 ++--
43220  src/hb-ot-layout-gdef-private.hh        |  4 ++--
43221  src/hb-ot-layout-gpos-private.hh        |  4 ++--
43222  src/hb-ot-layout-gsub-private.hh        |  4 ++--
43223  src/hb-ot-layout-gsubgpos-private.hh    |  4 ++--
43224  src/hb-ot-layout-private.hh             |  2 +-
43225  src/hb-ot-layout.cc                     |  6 +++---
43226  src/hb-ot-layout.h                      |  2 +-
43227  src/hb-ot-map-private.hh                |  4 ++--
43228  src/hb-ot-map.cc                        |  4 ++--
43229  src/hb-ot-shape-complex-arabic-table.hh |  2 +-
43230  src/hb-ot-shape-complex-arabic.cc       |  2 +-
43231  src/hb-ot-shape-complex-private.hh      |  2 +-
43232  src/hb-ot-shape-private.hh              |  2 +-
43233  src/hb-ot-shape.cc                      |  4 ++--
43234  src/hb-ot-shape.h                       |  2 +-
43235  src/hb-ot-tag.cc                        |  4 +++-
43236  src/hb-ot-tag.h                         |  2 +-
43237  src/hb-ot.h                             |  2 +-
43238  src/hb-private.hh                       |  4 +++-
43239  src/hb-shape.cc                         |  2 +-
43240  src/hb-shape.h                          |  2 +-
43241  src/hb-unicode-private.hh               |  4 ++--
43242  src/hb-unicode.cc                       |  4 ++--
43243  src/hb-unicode.h                        |  4 +++-
43244  src/hb-view.c                           |  4 ++--
43245  src/hb.h                                |  2 +-
43246  src/main.cc                             |  2 +-
43247  src/test.c                              |  2 +-
43248  test/hb-test.h                          | 17 ++++++++++++++++-
43249  test/test-buffer.c                      |  2 +-
43250  test/test-c.c                           |  2 +-
43251  test/test-common.c                      |  2 +-
43252  test/test-cplusplus.cc                  |  2 +-
43253  test/test-unicode.c                     |  2 +-
43254  57 files changed, 122 insertions(+), 84 deletions(-)
43255
43256 commit 08da7a3841ca7dfcb627314cae1c3a668b9c7236
43257 Author: Behdad Esfahbod <behdad@behdad.org>
43258 Date:   Thu Apr 21 16:59:10 2011 -0400
43259
43260     [hb-view] Accept numbers in feature tag name
43261
43262     Reported by Adam Twardoch.
43263
43264  src/hb-view.c | 6 +++---
43265  1 file changed, 3 insertions(+), 3 deletions(-)
43266
43267 commit 24229eb13268a422efffbcb28a094b726824c7f0
43268 Author: Behdad Esfahbod <behdad@behdad.org>
43269 Date:   Thu Apr 21 16:55:17 2011 -0400
43270
43271     Remove obsolete comment
43272
43273     Talking to Ryan Lortie, he thinks my comment doesn't make sense.
43274
43275     So I'm making the getter const.  Note that g_atomic_int_get()
43276     casts that away itself, so we don't need to worry about that
43277     (which kinda makes me uncomfortable actually).
43278
43279  src/hb-object-private.hh | 16 ++--------------
43280  1 file changed, 2 insertions(+), 14 deletions(-)
43281
43282 commit dcb7026f33cbcdf60e9b7fcdd44c64cc08702c74
43283 Author: Behdad Esfahbod <behdad@behdad.org>
43284 Date:   Thu Apr 21 16:34:22 2011 -0400
43285
43286     Add ASSERT_STATIC_EXPR macro
43287
43288     Unused right now.
43289
43290  src/hb-private.hh | 2 ++
43291  1 file changed, 2 insertions(+)
43292
43293 commit 3e8bdbf9414291da5cf61213d5f4275c1ae23ae5
43294 Author: Behdad Esfahbod <behdad@behdad.org>
43295 Date:   Thu Apr 21 16:16:21 2011 -0400
43296
43297     Cleanup hb_refrence_count_t
43298
43299  src/hb-object-private.hh | 23 ++++++++++++++++++-----
43300  src/hb-private.hh        |  6 +++---
43301  2 files changed, 21 insertions(+), 8 deletions(-)
43302
43303 commit 783a7d69696bf0b1502ec9c1495e482e491c78e0
43304 Author: Behdad Esfahbod <behdad@behdad.org>
43305 Date:   Thu Apr 21 16:03:59 2011 -0400
43306
43307     [TODO] Remove finished items
43308
43309  TODO         | 6 +-----
43310  src/hb-ft.cc | 1 -
43311  2 files changed, 1 insertion(+), 6 deletions(-)
43312
43313 commit da975419884a535281745f30f4b32fee0bc8a7a1
43314 Author: Behdad Esfahbod <behdad@behdad.org>
43315 Date:   Thu Apr 21 15:08:01 2011 -0400
43316
43317     [API] Allow negative font x_scale/y_scale
43318
43319     I was reconsidering whether y should grow down, since all three/four
43320     times I've used this API I was tricked and got that wrong in my use.
43321     So I was very inclined to make y grow down instead of up.  However,
43322     considering that the font space has y up and it would be very
43323     confusing
43324     for callbacks to work against that, I decided that what I really want
43325     is for the user to be able to set y_scale to a negative number
43326     to imply
43327     that user-space y grows down.
43328
43329     Changing x_scale/y_scale from unsigned int to int allows that,
43330     and I've
43331     made pango to use that instead of negating glyph y_offset later.
43332     hb-ft
43333     however still has y group up.  I *guess* that's how FreeType works?
43334     I'm not sure, FreeType docs don't make this clear...
43335
43336     I'm happy with the resolution :-).
43337
43338  src/hb-font.cc                     | 8 ++++----
43339  src/hb-font.h                      | 8 ++++----
43340  src/hb-ot-layout-common-private.hh | 6 +-----
43341  src/hb-ot-layout-private.hh        | 2 +-
43342  4 files changed, 10 insertions(+), 14 deletions(-)
43343
43344 commit 4d559cddbb3b3a5c12c5167eba69598618a9f283
43345 Author: Behdad Esfahbod <behdad@behdad.org>
43346 Date:   Thu Apr 21 14:58:23 2011 -0400
43347
43348     [icu] Remove big script switch(), rely on reverse-lookup
43349
43350  src/hb-icu.cc | 137
43351  ++++------------------------------------------------------
43352  1 file changed, 9 insertions(+), 128 deletions(-)
43353
43354 commit d18431b4cd8c1b14523733cd60a62b862f5b471f
43355 Author: Behdad Esfahbod <behdad@behdad.org>
43356 Date:   Wed Apr 20 18:59:10 2011 -0400
43357
43358     Move hb_reference_count_t from macros to inline methods
43359
43360  src/hb-object-private.hh | 25 +++++++++++--------------
43361  1 file changed, 11 insertions(+), 14 deletions(-)
43362
43363 commit c57d454accff66e5f2c58006e8fb40bc020b6182
43364 Author: Behdad Esfahbod <behdad@behdad.org>
43365 Date:   Wed Apr 20 18:50:27 2011 -0400
43366
43367     Rename all private sources and headers to C++ files
43368
43369     So we can liberally use the simple features of C++ that parts of the
43370     codebase is already using.
43371
43372  src/Makefile.am                                         | 17
43373  +++++++++--------
43374  src/{hb-blob-private.h => hb-blob-private.hh}           |  8 ++++----
43375  src/hb-blob.cc                                          |  4 ++--
43376  src/hb-buffer-private.hh                                |  2 +-
43377  src/{hb-common.c => hb-common.cc}                       |  8 ++++----
43378  src/{hb-font-private.h => hb-font-private.hh}           |  8 ++++----
43379  src/hb-font.cc                                          |  6 +++---
43380  src/{hb-ft.c => hb-ft.cc}                               |  4 ++--
43381  src/hb-glib.cc                                          |  2 +-
43382  src/hb-icu.cc                                           |  2 +-
43383  src/{hb-object-private.h => hb-object-private.hh}       | 10 ++++------
43384  src/hb-open-type-private.hh                             |  2 +-
43385  src/hb-ot-layout-gdef-private.hh                        |  2 +-
43386  src/hb-ot-layout-private.hh                             |  4 ++--
43387  ...abic-table.h => hb-ot-shape-complex-arabic-table.hh} |  8 ++++----
43388  src/hb-ot-shape-complex-arabic.cc                       |  2 +-
43389  src/hb-ot-shape-complex-private.hh                      |  2 +-
43390  src/hb-ot-shape-private.hh                              |  2 +-
43391  src/{hb-ot-tag.c => hb-ot-tag.cc}                       |  8 ++++----
43392  src/{hb-private.h => hb-private.hh}                     |  8 ++++----
43393  src/hb-shape.cc                                         |  2 +-
43394  src/hb-unicode-private.hh                               |  2 +-
43395  src/hb-unicode.cc                                       |  2 +-
43396  src/hb-view.c                                           |  6 ++++++
43397  24 files changed, 63 insertions(+), 58 deletions(-)
43398
43399 commit f19f4f9b0965ad7473a0f3a1ffcdbf16930e35d4
43400 Author: Behdad Esfahbod <behdad@behdad.org>
43401 Date:   Wed Apr 20 18:25:56 2011 -0400
43402
43403     Rename hb-blob.c to hb-blob.cc in preparation of more changes
43404
43405  src/Makefile.am               | 2 +-
43406  src/{hb-blob.c => hb-blob.cc} | 2 +-
43407  2 files changed, 2 insertions(+), 2 deletions(-)
43408
43409 commit 04744e73bad22d679986173b5f0d84dbbf49dd57
43410 Author: Behdad Esfahbod <behdad@behdad.org>
43411 Date:   Wed Apr 20 17:24:03 2011 -0400
43412
43413     [TODO] Remove done items
43414
43415  TODO | 6 ------
43416  1 file changed, 6 deletions(-)
43417
43418 commit 9417c1c0d2b005eadf0c087ca695121a6200d0f7
43419 Author: Behdad Esfahbod <behdad@behdad.org>
43420 Date:   Wed Apr 20 17:21:23 2011 -0400
43421
43422     [API] Make hb_face_reference_table() return empty blob instead of NULL
43423
43424     The idea here is that:
43425
43426       - Like pretty much all other API in harfbuzz, user does not have to
43427         check for NULL.
43428
43429       - In any caller code, the case of missing table should be handled
43430         exactly the same way that a too-short table is handled.  Turning
43431         a non-existent talbe into a table of size 0 makes the user code
43432         safer.
43433
43434  src/hb-font.cc              | 2 ++
43435  src/hb-open-type-private.hh | 3 ---
43436  2 files changed, 2 insertions(+), 3 deletions(-)
43437
43438 commit c035812feb0d385a9e8c334631738e4915912c71
43439 Author: Behdad Esfahbod <behdad@behdad.org>
43440 Date:   Wed Apr 20 17:03:00 2011 -0400
43441
43442     [API] Rename hb_face_get_table() to hb_face_reference_table()
43443
43444     That correctly reflects the reference ownership transfer happening.
43445
43446  src/hb-font.cc      | 4 ++--
43447  src/hb-font.h       | 7 ++-----
43448  src/hb-ot-layout.cc | 6 +++---
43449  src/hb-shape.cc     | 2 +-
43450  4 files changed, 8 insertions(+), 11 deletions(-)
43451
43452 commit 2d7b61a4b0ed212ca414b3281c2eae3e3db19c13
43453 Author: Behdad Esfahbod <behdad@behdad.org>
43454 Date:   Wed Apr 20 16:40:56 2011 -0400
43455
43456     [TODO] Remove done items
43457
43458  TODO        | 10 ++--------
43459  src/hb-ft.h |  2 +-
43460  2 files changed, 3 insertions(+), 9 deletions(-)
43461
43462 commit af02933739e03a156b9f7761fd7a63e2a02d0df1
43463 Author: Behdad Esfahbod <behdad@behdad.org>
43464 Date:   Wed Apr 20 15:49:31 2011 -0400
43465
43466     [API] Remove hb_*_get_reference_count()
43467
43468     This was a bizzare piece of API that I inherited from cairo.  It has
43469     been wrong adding them to cairo in the first place.  Remove them
43470     before
43471     someone uses them!
43472
43473  src/hb-blob.c           |  6 ------
43474  src/hb-blob.h           |  3 ---
43475  src/hb-buffer.cc        |  6 ------
43476  src/hb-buffer.h         |  3 ---
43477  src/hb-font.cc          | 18 ------------------
43478  src/hb-font.h           |  9 ---------
43479  src/hb-object-private.h |  7 -------
43480  src/hb-unicode.cc       |  6 ------
43481  src/hb-unicode.h        |  3 ---
43482  test/test-unicode.c     | 24 ------------------------
43483  10 files changed, 85 deletions(-)
43484
43485 commit 440a76b630a36a7336c93e8b05d988c6407b085e
43486 Author: Behdad Esfahbod <behdad@behdad.org>
43487 Date:   Wed Apr 20 14:20:00 2011 -0400
43488
43489     [OT] Fix script to ot-script-tag conversion
43490
43491  src/hb-ot-tag.c | 4 ++--
43492  1 file changed, 2 insertions(+), 2 deletions(-)
43493
43494 commit a3036a3e97b14c8eb1df208aed944207f9b6cc0b
43495 Author: Behdad Esfahbod <behdad@behdad.org>
43496 Date:   Wed Apr 20 14:13:23 2011 -0400
43497
43498     Minor
43499
43500  src/hb-view.c | 1 -
43501  1 file changed, 1 deletion(-)
43502
43503 commit fb6291d9c9224bedf207bf0077ad9f0a2690f867
43504 Author: Behdad Esfahbod <behdad@behdad.org>
43505 Date:   Wed Apr 20 03:15:31 2011 -0400
43506
43507     [test] Add test for headers included from C and C++
43508
43509  test/Makefile.am       | 17 +++++++++++++++++
43510  test/test-c.c          | 49
43511  +++++++++++++++++++++++++++++++++++++++++++++++++
43512  test/test-cplusplus.cc | 29 +++++++++++++++++++++++++++++
43513  3 files changed, 95 insertions(+)
43514
43515 commit 107a50581ccab7df7c390d5b927fdab1bbe8e713
43516 Author: Behdad Esfahbod <behdad@behdad.org>
43517 Date:   Wed Apr 20 03:04:56 2011 -0400
43518
43519     [test] Add todo items
43520
43521  test/test-unicode.c | 3 +++
43522  1 file changed, 3 insertions(+)
43523
43524 commit 5668189c12c264e8d2caf0d12dac918363ef6f80
43525 Author: Behdad Esfahbod <behdad@behdad.org>
43526 Date:   Wed Apr 20 03:03:32 2011 -0400
43527
43528     [API] font: move user_data before destroy()
43529
43530     This is the common convention for language binding tools.
43531
43532  src/hb-font-private.h |  4 ++--
43533  src/hb-font.cc        | 30 +++++++++++++++---------------
43534  src/hb-font.h         | 12 ++++++------
43535  src/hb-ft.c           |  8 ++++----
43536  4 files changed, 27 insertions(+), 27 deletions(-)
43537
43538 commit e5847f75fb7bd25c5db6061d8e20d61fa469f9fe
43539 Author: Behdad Esfahbod <behdad@behdad.org>
43540 Date:   Wed Apr 20 02:59:28 2011 -0400
43541
43542     [API] blob: move user_data before destroy()
43543
43544     This is the common convention for language binding tools.
43545
43546  src/hb-blob-private.h |  2 +-
43547  src/hb-blob.c         | 16 ++++++++--------
43548  src/hb-blob.h         |  4 ++--
43549  3 files changed, 11 insertions(+), 11 deletions(-)
43550
43551 commit 1fd73b594d611624ccb73f614c61298debf48994
43552 Author: Behdad Esfahbod <behdad@behdad.org>
43553 Date:   Wed Apr 20 02:56:39 2011 -0400
43554
43555     [test] Rename test-types to test-common
43556
43557  test/Makefile.am                     | 2 +-
43558  test/{test-types.c => test-common.c} | 0
43559  2 files changed, 1 insertion(+), 1 deletion(-)
43560
43561 commit f144a8ea840c6452c1fece2fd988b42a8ea7c5a6
43562 Author: Behdad Esfahbod <behdad@behdad.org>
43563 Date:   Wed Apr 20 02:54:42 2011 -0400
43564
43565     [icu] Add two-way script conversion functions
43566
43567     Also optimizes the common-direction script lookup.
43568
43569  src/hb-common.c   |   5 +-
43570  src/hb-icu.cc     | 205
43571  +++++++++++++++++++++++++++++-------------------------
43572  src/hb-icu.h      |   9 +++
43573  test/test-types.c |   2 +-
43574  4 files changed, 124 insertions(+), 97 deletions(-)
43575
43576 commit 0809aadd4bbd5d0f256407def7cc10b79772a824
43577 Author: Behdad Esfahbod <behdad@behdad.org>
43578 Date:   Wed Apr 20 02:44:29 2011 -0400
43579
43580     [glib] Add two-way script conversion functions
43581
43582     Also optimizes the common-direction script lookup to be an array
43583     lookup.
43584
43585  src/hb-glib.cc | 270
43586  ++++++++++++++++++++++++++++++---------------------------
43587  src/hb-glib.h  |   8 ++
43588  2 files changed, 148 insertions(+), 130 deletions(-)
43589
43590 commit 5c8c1b680c4fa23c8574b9aebd21113e276f57a3
43591 Author: Behdad Esfahbod <behdad@behdad.org>
43592 Date:   Wed Apr 20 02:29:22 2011 -0400
43593
43594     Remove verbose comments
43595
43596  src/hb-glib.cc | 194 ++++++++++++++++++++---------------------
43597  src/hb-icu.cc  | 266
43598  ++++++++++++++++++++++++++++-----------------------------
43599  2 files changed, 230 insertions(+), 230 deletions(-)
43600
43601 commit fb194b8794898f51eb596fa4092c26606889d376
43602 Author: Behdad Esfahbod <behdad@behdad.org>
43603 Date:   Wed Apr 20 02:00:47 2011 -0400
43604
43605     unicode: Cleanup implementation
43606
43607  src/Makefile.am                                    |   8 +-
43608  src/hb-buffer-private.hh                           |   2 +-
43609  src/{hb-glib.c => hb-glib.cc}                      |  65 +++----
43610  src/{hb-icu.c => hb-icu.cc}                        |  30 +--
43611  src/hb-ot-shape.cc                                 |  14 +-
43612  src/hb-shape.cc                                    |   4 +-
43613  ...{hb-unicode-private.h => hb-unicode-private.hh} |  65 ++++---
43614  src/{hb-unicode.c => hb-unicode.cc}                | 213
43615  +++++++++------------
43616  src/hb-unicode.h                                   |  57 +++---
43617  test/test-unicode.c                                |  23 ++-
43618  10 files changed, 237 insertions(+), 244 deletions(-)
43619
43620 commit ecfb773829a5d98a4f5456a992f3e5ecd6731435
43621 Author: Behdad Esfahbod <behdad@behdad.org>
43622 Date:   Wed Apr 20 01:34:51 2011 -0400
43623
43624     Cosmetic
43625
43626  src/hb-unicode.h | 22 +++++++++-------------
43627  1 file changed, 9 insertions(+), 13 deletions(-)
43628
43629 commit 2fd0c577e322ccbf762927bc4600b3ea31db4c80
43630 Author: Ryan Lortie <desrt@desrt.ca>
43631 Date:   Wed Apr 20 00:19:20 2011 -0400
43632
43633     [API] unicode: rework virtual functions for subclassing
43634
43635     Unicode data providers can now be subclassed, including support for
43636     chain-up.  The interface should now be nicely bindable, as well.
43637
43638     Also fix glib unicode funcs that where broken after hb_script_t
43639     changes.  Nicely caught by the test-unicode.c added in this commit.
43640
43641  src/hb-glib.c            | 186 ++++++++++++++++++++++++++++++++++++--
43642  src/hb-icu.c             |  45 +++++++--
43643  src/hb-ot-shape.cc       |   9 +-
43644  src/hb-shape.cc          |   2 +-
43645  src/hb-unicode-private.h |  17 ++++
43646  src/hb-unicode.c         | 231
43647  +++++++++++++++++++++++++----------------------
43648  src/hb-unicode.h         |  68 +++++++-------
43649  test/Makefile.am         |   1 +
43650  test/test-unicode.c      | 215
43651  +++++++++++++++++++++++++++++++++++++++++++
43652  9 files changed, 610 insertions(+), 164 deletions(-)
43653
43654 commit f85faee9b3cb841ea977403945e2c877ab32b97a
43655 Author: Behdad Esfahbod <behdad@behdad.org>
43656 Date:   Tue Apr 19 00:38:01 2011 -0400
43657
43658     [API] Rename hb_buffer_add_glyph() to hb_buffer_add()
43659
43660  src/hb-buffer.cc   | 10 +++++-----
43661  src/hb-buffer.h    |  8 ++++----
43662  test/test-buffer.c |  2 +-
43663  3 files changed, 10 insertions(+), 10 deletions(-)
43664
43665 commit aab0de50e23727b69fa8c3d4e05c50c114c62835
43666 Author: Behdad Esfahbod <behdad@behdad.org>
43667 Date:   Tue Apr 19 00:32:19 2011 -0400
43668
43669     [API] Add hb_buffer_allocation_successful()
43670
43671     Returns the error status of the buffer.
43672
43673  src/hb-buffer.cc   | 6 ++++++
43674  src/hb-buffer.h    | 6 ++++++
43675  test/test-buffer.c | 2 +-
43676  3 files changed, 13 insertions(+), 1 deletion(-)
43677
43678 commit 02a534b23f2d1e7475109563b9f61221ed020e8b
43679 Author: Ryan Lortie <desrt@desrt.ca>
43680 Date:   Fri Apr 15 18:34:45 2011 -0400
43681
43682     [API] Rename hb_buffer_ensure() to hb_buffer_pre_allocate()
43683
43684     The new name is self-documenting.
43685
43686  src/hb-buffer.cc | 4 ++--
43687  src/hb-buffer.h  | 4 ++--
43688  2 files changed, 4 insertions(+), 4 deletions(-)
43689
43690 commit 70566befc59cfa8b9c43ac682749c40ea783b1dd
43691 Author: Ryan Lortie <desrt@desrt.ca>
43692 Date:   Fri Apr 15 18:32:36 2011 -0400
43693
43694     [API} hb_buffer_get_glyph_{infos,positions}: Add length out parameter
43695
43696     Return the length, whenever we return an array.  Makes it easier
43697     on the
43698     language bindings.
43699
43700  src/hb-buffer.cc                 | 12 ++++++++++--
43701  src/hb-buffer.h                  |  6 ++++--
43702  src/hb-ot-layout-gpos-private.hh |  4 ++--
43703  src/hb-view.c                    |  4 ++--
43704  test/test-buffer.c               |  7 ++-----
43705  5 files changed, 20 insertions(+), 13 deletions(-)
43706
43707 commit 62879eebd9965179af8602ba29ac0a64a739b757
43708 Author: Behdad Esfahbod <behdad@behdad.org>
43709 Date:   Mon Apr 18 23:40:21 2011 -0400
43710
43711     [API] Use ISO 15924 tags for hb_script_t
43712
43713     This simplifies the code, reduces static data, and makes the design
43714     more extensible to future additions of new scripts.
43715
43716  src/hb-common.c                    | 411
43717  ++++---------------------------------
43718  src/hb-common.h                    | 199 +++++++++---------
43719  src/hb-ot-map.cc                   |   4 +-
43720  src/hb-ot-shape-complex-private.hh |   3 +-
43721  src/hb-ot-tag.c                    | 228 +++++++++-----------
43722  src/hb-ot-tag.h                    |   6 +-
43723  src/hb-shape.cc                    |   4 +-
43724  test/test-types.c                  |   2 +-
43725  8 files changed, 252 insertions(+), 605 deletions(-)
43726
43727 commit c0af193c8e25c4f11d23b8893e9ce1c2d2615bb2
43728 Author: Behdad Esfahbod <behdad@behdad.org>
43729 Date:   Fri Apr 15 19:26:24 2011 -0400
43730
43731     Change buffer default properties to invalid
43732
43733     This includes HB_DIRECTION_INVALID and HB_SCRIPT_INVALID.
43734
43735     The INVALID will cause a "guess whatever from the text" in hb_shape().
43736     While it's not ideal, it works better than the previous defaults at
43737     least (HB_DIRECTION_LTR and HB_SCRIPT_COMMON).
43738
43739  src/hb-buffer-private.hh |  9 +++------
43740  src/hb-buffer.cc         | 24 ++++++++++++++++--------
43741  src/hb-view.c            |  6 ++----
43742  test/test-buffer.c       |  4 ++--
43743  4 files changed, 23 insertions(+), 20 deletions(-)
43744
43745 commit 00bec2c969555e76c3f84650a1d3c45308e585ad
43746 Author: Behdad Esfahbod <behdad@behdad.org>
43747 Date:   Fri Apr 15 19:16:54 2011 -0400
43748
43749     Move enum types to hb-common.h
43750
43751  src/hb-common.c  | 406
43752  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
43753  src/hb-common.h  | 170 +++++++++++++++++++++++
43754  src/hb-unicode.c | 406
43755  -------------------------------------------------------
43756  src/hb-unicode.h | 166 -----------------------
43757  4 files changed, 576 insertions(+), 572 deletions(-)
43758
43759 commit 5dd4609f4da5674966a0169d9fa533ac5bc9f464
43760 Author: Behdad Esfahbod <behdad@behdad.org>
43761 Date:   Fri Apr 15 19:16:34 2011 -0400
43762
43763     [TODO] Add new item
43764
43765  TODO | 1 +
43766  1 file changed, 1 insertion(+)
43767
43768 commit b54cd07b2623b68171e00179a9dc3ecbea7aa6a1
43769 Author: Behdad Esfahbod <behdad@behdad.org>
43770 Date:   Fri Apr 15 19:12:01 2011 -0400
43771
43772     Mark internal buffer variables private
43773
43774  src/hb-buffer.h | 4 ++++
43775  1 file changed, 4 insertions(+)
43776
43777 commit 0e8d35c0932ddc20ebf430f2fd82c087da698954
43778 Author: Behdad Esfahbod <behdad@behdad.org>
43779 Date:   Fri Apr 15 19:07:10 2011 -0400
43780
43781     Add hb_script_from_string()
43782
43783  src/hb-unicode.c | 6 ++++++
43784  src/hb-unicode.h | 4 ++++
43785  src/hb-view.c    | 2 +-
43786  3 files changed, 11 insertions(+), 1 deletion(-)
43787
43788 commit 8f0d7e0c3fd4b05c43ac449be4f374dc2dc56127
43789 Author: Behdad Esfahbod <behdad@behdad.org>
43790 Date:   Fri Apr 15 18:59:56 2011 -0400
43791
43792     Remove hb_buffer_clear_positions(), add hb_ot_layout_position_start()
43793
43794  src/hb-buffer-private.hh |  6 +++++-
43795  src/hb-buffer.cc         | 24 ++++++++++++------------
43796  src/hb-buffer.h          |  5 +----
43797  src/hb-ot-layout.cc      |  6 ++++++
43798  src/hb-ot-layout.h       |  4 ++++
43799  src/hb-ot-shape.cc       |  2 +-
43800  6 files changed, 29 insertions(+), 18 deletions(-)
43801
43802 commit 2fc56edff6d64f190271454ccb1b5fd347d4f172
43803 Author: Behdad Esfahbod <behdad@behdad.org>
43804 Date:   Fri Apr 15 18:35:08 2011 -0400
43805
43806     [API] Remove hb_buffer_clear()
43807
43808     One should use hb_buffer_reset() really.
43809
43810  src/hb-buffer.cc   | 16 +++++-----------
43811  src/hb-buffer.h    |  4 ----
43812  test/test-buffer.c |  4 ----
43813  3 files changed, 5 insertions(+), 19 deletions(-)
43814
43815 commit 7f5bdc80541cdc90aa1acafba5e9e0bd2df53ff4
43816 Author: Behdad Esfahbod <behdad@behdad.org>
43817 Date:   Fri Apr 15 18:34:55 2011 -0400
43818
43819     [TODO] Remove done items
43820
43821  TODO | 4 ----
43822  1 file changed, 4 deletions(-)
43823
43824 commit 5814dfa3f5aa41bc3df06b78980d57d7bea0ba58
43825 Author: Behdad Esfahbod <behdad@behdad.org>
43826 Date:   Fri Apr 15 14:41:04 2011 -0400
43827
43828     Cosmetic
43829
43830  src/hb-ot-shape.cc | 14 +++++++-------
43831  src/hb-ot-shape.h  |  4 ++--
43832  src/hb-shape.cc    | 20 ++++++++++----------
43833  src/hb-shape.h     | 10 +++++-----
43834  4 files changed, 24 insertions(+), 24 deletions(-)
43835
43836 commit cfbfeb88a6ec059ea97a6624e63cfacc642b685a
43837 Author: Behdad Esfahbod <behdad@behdad.org>
43838 Date:   Fri Apr 15 12:40:40 2011 -0400
43839
43840     [TODO] Remove done items
43841
43842  TODO | 4 ----
43843  1 file changed, 4 deletions(-)
43844
43845 commit 3cbdf70e0a92f1c24e16c0d4dcfbec4ac59a77a3
43846 Author: Behdad Esfahbod <behdad@behdad.org>
43847 Date:   Fri Apr 15 12:32:06 2011 -0400
43848
43849     Make hb_language_t typesafe
43850
43851  src/hb-common.c | 18 +++++++++++-------
43852  src/hb-common.h |  2 +-
43853  2 files changed, 12 insertions(+), 8 deletions(-)
43854
43855 commit 2f2f448af35c232d18888c0e57cb21c9796ba7a8
43856 Author: Behdad Esfahbod <behdad@behdad.org>
43857 Date:   Fri Apr 15 11:45:14 2011 -0400
43858
43859     [test] Add more TODO items
43860
43861  test/test-buffer.c | 2 ++
43862  1 file changed, 2 insertions(+)
43863
43864 commit c910bec863215f918c659f58debbc7fe5264d7b6
43865 Author: Behdad Esfahbod <behdad@behdad.org>
43866 Date:   Wed Apr 13 15:49:06 2011 -0400
43867
43868     Add hb_buffer_reset() and hb_buffer_set_length()
43869
43870  src/hb-buffer.cc | 31 +++++++++++++++++++++++++++++++
43871  src/hb-buffer.h  | 15 ++++++++++++++-
43872  2 files changed, 45 insertions(+), 1 deletion(-)
43873
43874 commit 69ea23cb5d47dd1cfd3129f68375021ef79bf63b
43875 Author: Behdad Esfahbod <behdad@behdad.org>
43876 Date:   Wed Apr 13 15:02:40 2011 -0400
43877
43878     Minor
43879
43880  src/hb-buffer.cc | 2 +-
43881  1 file changed, 1 insertion(+), 1 deletion(-)
43882
43883 commit 7dea908cd582c8c25555015940065c69c1e7e65b
43884 Author: Behdad Esfahbod <behdad@behdad.org>
43885 Date:   Wed Apr 13 01:35:58 2011 -0400
43886
43887     [test] Add todo items
43888
43889  test/test-buffer.c | 5 ++++-
43890  1 file changed, 4 insertions(+), 1 deletion(-)
43891
43892 commit 07cbaac07d7f43437b171e9275430b5fb3097716
43893 Author: Behdad Esfahbod <behdad@behdad.org>
43894 Date:   Wed Apr 13 01:11:19 2011 -0400
43895
43896     [TODO] Add item re script iso15924 functions
43897
43898  TODO | 2 ++
43899  1 file changed, 2 insertions(+)
43900
43901 commit d0f53fdbead15d9003b521b8ed47d02fd29a4c64
43902 Author: Behdad Esfahbod <behdad@behdad.org>
43903 Date:   Wed Apr 13 01:09:09 2011 -0400
43904
43905     [test] Test hb-buffer.h
43906
43907  test/Makefile.am   |   8 ++-
43908  test/test-buffer.c | 195
43909  +++++++++++++++++++++++++++++++++++++++++++++++++++++
43910  2 files changed, 202 insertions(+), 1 deletion(-)
43911
43912 commit 72d89404c2837d578f5305456c817130b6a15c73
43913 Author: Behdad Esfahbod <behdad@behdad.org>
43914 Date:   Wed Apr 13 01:07:42 2011 -0400
43915
43916     [TODO] Add item re hb_buffer_reset()
43917
43918  TODO | 2 ++
43919  1 file changed, 2 insertions(+)
43920
43921 commit 5015c12dfb4de8525325178ae6def9e80fd83669
43922 Author: Behdad Esfahbod <behdad@behdad.org>
43923 Date:   Wed Apr 13 01:06:02 2011 -0400
43924
43925     [TODO] Add item re hb_buffer_resize()
43926
43927  TODO | 2 ++
43928  1 file changed, 2 insertions(+)
43929
43930 commit 9329ec92078d0e2d7bb04f683e0c6a582aab92f7
43931 Author: Behdad Esfahbod <behdad@behdad.org>
43932 Date:   Wed Apr 13 00:06:23 2011 -0400
43933
43934     [TODO] Add API item
43935
43936  TODO | 2 ++
43937  1 file changed, 2 insertions(+)
43938
43939 commit 4744379efc6063d94e15ff99381a7ab8b88ee567
43940 Author: Behdad Esfahbod <behdad@behdad.org>
43941 Date:   Mon Apr 11 19:47:33 2011 -0400
43942
43943     Minor
43944
43945  test/test-types.c | 2 +-
43946  1 file changed, 1 insertion(+), 1 deletion(-)
43947
43948 commit 9385caa8a693df0f06a511a71de9aa407637097c
43949 Author: Behdad Esfahbod <behdad@behdad.org>
43950 Date:   Mon Apr 11 19:43:51 2011 -0400
43951
43952     [test] Actually hook up hb_script_t tests
43953
43954     I really shall find a way to automate the test enumeration.  Otherwise
43955     it's too easy to add a test and wrongly hook it up.  Did it twice
43956     today.
43957
43958  test/test-types.c | 4 ++--
43959  1 file changed, 2 insertions(+), 2 deletions(-)
43960
43961 commit 8e4bb3cacc269ed32187aaaeaa166c64f41a0418
43962 Author: Behdad Esfahbod <behdad@behdad.org>
43963 Date:   Mon Apr 11 17:55:58 2011 -0400
43964
43965     Fold hb-language.[ch] into hb-common.[ch]
43966
43967  src/Makefile.am   |   2 -
43968  src/hb-buffer.h   |   1 -
43969  src/hb-common.c   |  92 ++++++++++++++++++++++++++++++++++++++++-
43970  src/hb-common.h   |  42 +++++++++++++------
43971  src/hb-language.c | 120
43972  ------------------------------------------------------
43973  src/hb-language.h |  46 ---------------------
43974  src/hb-ot-tag.h   |   1 -
43975  src/hb.h          |   1 -
43976  8 files changed, 120 insertions(+), 185 deletions(-)
43977
43978 commit 09125576ca745b3393f3dc49071df891400bbdc9
43979 Author: Behdad Esfahbod <behdad@behdad.org>
43980 Date:   Mon Apr 11 17:49:33 2011 -0400
43981
43982     [test] Test hb_language_t
43983
43984  test/test-types.c | 26 +++++++++++++++++++++++++-
43985  1 file changed, 25 insertions(+), 1 deletion(-)
43986
43987 commit 316b7a1afb84a5dfeaed886a585669b4d549c9b7
43988 Author: Behdad Esfahbod <behdad@behdad.org>
43989 Date:   Mon Apr 11 17:49:10 2011 -0400
43990
43991     Make hb_language_from_string("") return NULL language
43992
43993  src/hb-language.c | 2 +-
43994  1 file changed, 1 insertion(+), 1 deletion(-)
43995
43996 commit db60c96f20426111ffa71e9802ef6e248f8b28d0
43997 Author: Behdad Esfahbod <behdad@behdad.org>
43998 Date:   Mon Apr 11 16:17:02 2011 -0400
43999
44000     [teset] Test hb_script_t
44001
44002  test/hb-test.h    |  8 ++++++++
44003  test/test-types.c | 35 ++++++++++++++++++++++++++++++++++-
44004  2 files changed, 42 insertions(+), 1 deletion(-)
44005
44006 commit 99b74760a4cddc798ab44b5ca897486bbb9c76d6
44007 Author: Behdad Esfahbod <behdad@behdad.org>
44008 Date:   Mon Apr 11 15:47:40 2011 -0400
44009
44010     Rename hb_category_t to hb_unicode_general_category_t
44011
44012  src/hb-glib.c                     |  2 +-
44013  src/hb-icu.c                      | 64
44014  ++++++++++++++++++-------------------
44015  src/hb-ot-shape-complex-arabic.cc |  8 ++---
44016  src/hb-ot-shape-private.hh        |  2 +-
44017  src/hb-ot-shape.cc                |  2 +-
44018  src/hb-unicode.c                  |  4 +--
44019  src/hb-unicode.h                  | 66
44020  +++++++++++++++++++--------------------
44021  7 files changed, 74 insertions(+), 74 deletions(-)
44022
44023 commit 4188096a7722f09ffa9319986c0286071da10a27
44024 Author: Behdad Esfahbod <behdad@behdad.org>
44025 Date:   Mon Apr 11 14:58:28 2011 -0400
44026
44027     Make HB_TAG_CHAR4 private
44028
44029     It's just sugar.
44030
44031  src/hb-common.h   | 5 +----
44032  src/hb-private.h  | 7 ++++++-
44033  test/test-types.c | 2 --
44034  3 files changed, 7 insertions(+), 7 deletions(-)
44035
44036 commit 7ff7401c9237cda661869c1cb196d685706ac4e9
44037 Author: Behdad Esfahbod <behdad@behdad.org>
44038 Date:   Mon Apr 11 13:27:30 2011 -0400
44039
44040     Make hb_tag_from_string(NULL) return HB_TAG_NONE
44041
44042  src/hb-common.c   | 3 +++
44043  test/test-types.c | 3 +++
44044  2 files changed, 6 insertions(+)
44045
44046 commit 02f6e62d6cabc7808c188daef26a1fe7ac626b1f
44047 Author: Behdad Esfahbod <behdad@behdad.org>
44048 Date:   Mon Apr 11 13:27:21 2011 -0400
44049
44050     Build fix
44051
44052  test/Makefile.am | 4 ++--
44053  1 file changed, 2 insertions(+), 2 deletions(-)
44054
44055 commit db5227c40e5c35fe2ffb750f32b639cb44424a1d
44056 Author: Behdad Esfahbod <behdad@behdad.org>
44057 Date:   Mon Apr 11 13:16:08 2011 -0400
44058
44059     Move macros around
44060
44061  src/hb-ot-tag.c  | 6 ++----
44062  src/hb-private.h | 7 +++++++
44063  2 files changed, 9 insertions(+), 4 deletions(-)
44064
44065 commit 07233581c9d953708d3c020907c42b8b89472b89
44066 Author: Behdad Esfahbod <behdad@behdad.org>
44067 Date:   Mon Apr 11 13:12:37 2011 -0400
44068
44069     Rename HB_TAG_STR() to HB_TAG_CHAR4()
44070
44071     The problem with HB_TAG_STR() was that it expected a string of size 4
44072     exactly, and unlike hb_tag_from_string() it doesn't pad the tag with
44073     space characters.  So, the new name is more appropriate.
44074
44075  src/hb-common.c   | 2 +-
44076  src/hb-common.h   | 8 ++++----
44077  src/hb-ot-tag.c   | 2 +-
44078  test/test-types.c | 2 +-
44079  4 files changed, 7 insertions(+), 7 deletions(-)
44080
44081 commit 9faa980067f802f712c2adf8263152ed40c98088
44082 Author: Behdad Esfahbod <behdad@behdad.org>
44083 Date:   Mon Apr 11 12:46:49 2011 -0400
44084
44085     Add an in-tree test suite
44086
44087     Uses the glib testing framework.  Wrote unit tests for hb-common.h
44088     types.
44089
44090  Makefile.am        |   2 +-
44091  test/Makefile.am   |  18 +++++++++
44092  test/Makefile.decl |  90 ++++++++++++++++++++++++++++++++++++++++++++
44093  test/hb-test.h     |  67 +++++++++++++++++++++++++++++++++
44094  test/test-types.c  | 108
44095  +++++++++++++++++++++++++++++++++++++++++++++++++++++
44096  5 files changed, 284 insertions(+), 1 deletion(-)
44097
44098 commit d77b76200efbaa0611691920f9f2018b1e8be340
44099 Author: Behdad Esfahbod <behdad@behdad.org>
44100 Date:   Mon Apr 11 12:29:52 2011 -0400
44101
44102     Add few more paratheses to the HB_TAG macro
44103
44104     Never hurts.
44105
44106  src/hb-common.h | 2 +-
44107  1 file changed, 1 insertion(+), 1 deletion(-)
44108
44109 commit b13640de6992de9ee9d07e3581c33b8181b70ff9
44110 Author: Behdad Esfahbod <behdad@behdad.org>
44111 Date:   Mon Apr 11 12:29:31 2011 -0400
44112
44113     A few more ASSERTs
44114
44115  src/hb-private.h | 3 +++
44116  1 file changed, 3 insertions(+)
44117
44118 commit ae9eeaff9300f3bb7bed588c5478e8e5461b3df0
44119 Author: Behdad Esfahbod <behdad@behdad.org>
44120 Date:   Mon Apr 11 11:49:08 2011 -0400
44121
44122     Remove warning message from public header file
44123
44124     Since we now assert thos in hb-private.h, the int types cannot
44125     be wrong.
44126     (Except for when someone else includes hb-common.h in a very broken
44127     configuration, but that's not our problem!)
44128
44129     Plus, we don't use inline in the public headers, so remove that too.
44130
44131  src/hb-common.h  | 7 -------
44132  src/hb-private.h | 4 ++++
44133  2 files changed, 4 insertions(+), 7 deletions(-)
44134
44135 commit 6fd5364bdc3a2b459175377e9e16c86cff054232
44136 Author: Behdad Esfahbod <behdad@behdad.org>
44137 Date:   Mon Apr 11 11:47:14 2011 -0400
44138
44139     Assert int types
44140
44141  src/hb-private.h | 12 ++++++++++++
44142  1 file changed, 12 insertions(+)
44143
44144 commit bbdeff59646e5502b9fc53ab1761b3f014ee276c
44145 Author: Behdad Esfahbod <behdad@behdad.org>
44146 Date:   Thu Apr 7 16:05:07 2011 -0400
44147
44148     Add test directory
44149
44150  configure.ac     | 1 +
44151  test/Makefile.am | 0
44152  2 files changed, 1 insertion(+)
44153
44154 commit 4accc92afc702177ea53280d977cec839af3c12c
44155 Author: Behdad Esfahbod <behdad@behdad.org>
44156 Date:   Thu Apr 7 15:53:26 2011 -0400
44157
44158     Update TODO items
44159
44160  TODO | 31 ++++++++++++++++++++-----------
44161  1 file changed, 20 insertions(+), 11 deletions(-)
44162
44163 commit a71b9c8579d73aea4549f12524bbc2e89f43b5c5
44164 Author: Behdad Esfahbod <behdad@behdad.org>
44165 Date:   Wed Apr 6 14:04:56 2011 -0400
44166
44167     Disable 'cswh' by default except for Arabic shaper
44168
44169     That better matches OpenType spec.  Note that we enable it for all
44170     Arabic-shaper scripts.  Ie. we enable it by default for Syriac too,
44171     but the SyriacOT spec does not require it.  I think this is a more
44172     useful compromise than special-casing for Arabic script alone.
44173
44174  src/hb-ot-shape-complex-arabic.cc | 3 +++
44175  src/hb-ot-shape.cc                | 1 -
44176  2 files changed, 3 insertions(+), 1 deletion(-)
44177
44178 commit cab6f65bba560ac1651d9152f1ecf12eb88eca74
44179 Author: Behdad Esfahbod <behdad@behdad.org>
44180 Date:   Mon Apr 4 15:36:51 2011 -0400
44181
44182     [hb-view] setlocale (LC_ALL, "")
44183
44184     For now we don't use anything from the locale, but we should default
44185     to using $LANG, etc, if --language is not specified.  Right?
44186
44187  src/hb-view.c | 3 +++
44188  1 file changed, 3 insertions(+)
44189
44190 commit fb9ca1bfabde7da0c274e7a1bd12bffaf7949c18
44191 Author: Behdad Esfahbod <behdad@behdad.org>
44192 Date:   Mon Apr 4 14:50:09 2011 -0400
44193
44194     [hb-view] Rewrite --features parsing, with range support
44195
44196     The --features parsing handles errors now.  More importantly, it
44197     allos limiting individual features to specific byte ranges.  The
44198     format is Python-esque.  Here is how it all works:
44199
44200       Syntax:       Value:  Start:  End:
44201
44202     Setting value:
44203       "kern"        1       0       ∞       # Turn feature on
44204       "+kern"       1       0       ∞       # Turn feature off
44205       "-kern"       0       0       ∞       # Turn feature off
44206       "kern=0"      0       0       ∞       # Turn feature off
44207       "kern=1"      1       0       ∞       # Turn feature on
44208       "kern=2"      2       0       ∞       # Choose 2nd alternate
44209
44210     Setting index:
44211       "kern[]"      1       0       ∞       # Turn feature on
44212       "kern[:]"     1       0       ∞       # Turn feature on
44213       "kern[5:]"    1       5       ∞       # Turn feature on, partial
44214       "kern[:5]"    1       0       5       # Turn feature on, partial
44215       "kern[3:5]"   1       3       5       # Turn feature on, range
44216       "kern[3]"     1       3       3+1     # Turn feature on, single char
44217
44218     Mixing it all:
44219
44220       "kern[3:5]=0" 1       3       5       # Turn feature off for range
44221
44222  src/hb-view.c | 169
44223  +++++++++++++++++++++++++++++++++++++++++++++-------------
44224  1 file changed, 132 insertions(+), 37 deletions(-)
44225
44226 commit ccc6745afaa68ce7497a6cd02ce85986d3c863d0
44227 Author: Behdad Esfahbod <behdad@behdad.org>
44228 Date:   Mon Apr 4 14:49:50 2011 -0400
44229
44230     [hb-view] Use cached hb-ft face creation
44231
44232     Avoids recreating the face the second time we call draw().
44233
44234  src/hb-view.c | 2 +-
44235  1 file changed, 1 insertion(+), 1 deletion(-)
44236
44237 commit 1b4a2cc095d165dc573e0235f00fbbf2a5d3c2c5
44238 Author: Behdad Esfahbod <behdad@behdad.org>
44239 Date:   Mon Apr 4 14:45:28 2011 -0400
44240
44241     [hb-view] Add --debug
44242
44243     Frees all allocated memory before exiting.  Useful for valgrind run.
44244
44245  src/hb-view.c | 17 +++++++++++++++++
44246  1 file changed, 17 insertions(+)
44247
44248 commit b2da26d1e32a012f7feaad7c7cced61e4fb269f1
44249 Author: Behdad Esfahbod <behdad@behdad.org>
44250 Date:   Fri Apr 1 15:48:43 2011 -0400
44251
44252     [hb-view] Support --features
44253
44254     Accepts values like:
44255
44256       --features="-mkmk,aalt=2,calt=1,+cswh"
44257
44258     A minus sign means "=0", a plus sign means "=1".  Default is "=1".
44259     A minus sign overrides an explicit value.
44260
44261  src/hb-view.c | 70
44262  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
44263  1 file changed, 68 insertions(+), 2 deletions(-)
44264
44265 commit f48ff19b629070d13cee3c0eeeb06c98992f93c6
44266 Author: Behdad Esfahbod <behdad@behdad.org>
44267 Date:   Fri Apr 1 14:19:10 2011 -0400
44268
44269     Sort options for clarity
44270
44271  src/hb-view.c | 12 ++++++------
44272  1 file changed, 6 insertions(+), 6 deletions(-)
44273
44274 commit 5d91c3d547f78163b36aa7436d4388a836cca94a
44275 Author: Behdad Esfahbod <behdad@behdad.org>
44276 Date:   Wed Mar 16 17:36:32 2011 -0300
44277
44278     Add script to/from ISO 15924 tag support
44279
44280     Also adds --script support to hb-view.
44281
44282     If a script tag is not known to us, we pass the ISO 15924 tag around.
44283     Right now, the OT layer ignores that, but we can fix it to blindly
44284     convert that to an OT script tag.
44285
44286  src/hb-ot-tag.c  |   4 +
44287  src/hb-unicode.c | 273
44288  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
44289  src/hb-unicode.h |   8 +-
44290  src/hb-view.c    |  10 +-
44291  4 files changed, 293 insertions(+), 2 deletions(-)
44292
44293 commit 3286fc0e9adc3f2874c9409e7fdb09e4d2b7dda1
44294 Author: Behdad Esfahbod <behdad@behdad.org>
44295 Date:   Wed Mar 16 14:53:32 2011 -0300
44296
44297     Let hb_shape() guess script and direction...
44298
44299     - Rename HB_SCRIPT_INVALID_CODE to HB_SCRIPT_INVALID
44300
44301     - Add HB_DIRECTION_INVALID
44302
44303     - Make hb_script_get_horizontal_direction() public
44304
44305     - Make hb_shape() guess script from buffer text (first non-common
44306       non-inherit script) if buffer script is set to HB_SCRIPT_INVALID
44307       (this
44308       is NOT the default.)
44309
44310     - Make hb_shape() guess direction from buffer script if buffer
44311     direction
44312     is set to HB_DIRECTION_INVALID (this is NOT the default.)
44313
44314     - Make hb-view.c set INVALID script and direction on the buffer.
44315
44316     The above changes are meant to make hb-view fairly useful for
44317     uni-script
44318     uni-direction text.  The guessing behavior however is NOT the
44319     default of
44320     hb_shape() and must be asked for explicitly.  This is intended,
44321     because
44322     the guess is not a suitable substitute to full-fledged bidi and script
44323     segmentation.  It's just a testing tool.
44324
44325  src/hb-common.h          |  3 ++-
44326  src/hb-icu.c             |  2 +-
44327  src/hb-ot-shape.cc       |  3 ++-
44328  src/hb-shape.cc          | 52
44329  ++++++++++++++++++++++++++++++++++++++++++------
44330  src/hb-unicode-private.h |  4 ----
44331  src/hb-unicode.c         |  2 +-
44332  src/hb-unicode.h         |  8 +++++++-
44333  src/hb-view.c            |  4 ++--
44334  8 files changed, 61 insertions(+), 17 deletions(-)
44335
44336 commit b7b29684df67af7280b74ca4cf18f02ad6521bdc
44337 Author: Behdad Esfahbod <behdad@behdad.org>
44338 Date:   Wed Mar 2 01:01:03 2011 -0500
44339
44340     [hb-view] Handle write_to_png errors
44341
44342  src/hb-view.c | 9 ++++++++-
44343  1 file changed, 8 insertions(+), 1 deletion(-)
44344
44345 commit c2cb98c8185c5560cfd04de7ee7c64c9496b986c
44346 Author: Behdad Esfahbod <behdad@behdad.org>
44347 Date:   Tue Mar 1 23:18:09 2011 -0500
44348
44349     [hb-view] Link with -lm
44350
44351  src/Makefile.am | 2 +-
44352  1 file changed, 1 insertion(+), 1 deletion(-)
44353
44354 commit b5dd44e24669cd35affcd92788d39ff56cac94db
44355 Author: Behdad Esfahbod <behdad@behdad.org>
44356 Date:   Mon Feb 28 10:13:52 2011 -0800
44357
44358     Fix possible overflow
44359
44360  src/hb-buffer.cc | 12 ++++++++++--
44361  1 file changed, 10 insertions(+), 2 deletions(-)
44362
44363 commit a4b781e93a0bee0549611e129b3564d9804d9090
44364 Author: Behdad Esfahbod <behdad@behdad.org>
44365 Date:   Wed Feb 23 12:47:56 2011 -0500
44366
44367     Default background color shall either be white or transparent
44368
44369     Definitely not black!
44370
44371  src/hb-view.c | 2 +-
44372  1 file changed, 1 insertion(+), 1 deletion(-)
44373
44374 commit 5353bf439c150492708ef9337078cfd73b83627b
44375 Author: Behdad Esfahbod <behdad@behdad.org>
44376 Date:   Tue Feb 22 18:06:19 2011 -0500
44377
44378     Add initial hb-view tool
44379
44380     Currently doesn't handle script or direction.
44381
44382  configure.ac    |  18 +++
44383  src/Makefile.am |  14 +++
44384  src/hb-view.c   | 342
44385  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
44386  3 files changed, 374 insertions(+)
44387
44388 commit 82438c6ad5f60b6afc75c48cef72e18bef532468
44389 Author: Bradley Grainger <bgrainger@logos.com>
44390 Date:   Tue Feb 15 18:37:29 2011 -0500
44391
44392     Fix #pragma message for MSVC.
44393
44394     __LOC__ was renamed to _HB__LOC__ in cd7555 but the corresponding
44395     change wasn't made in hb-private.h.
44396
44397  src/hb-private.h | 2 +-
44398  1 file changed, 1 insertion(+), 1 deletion(-)
44399
44400 commit ba9ab8d6d9c863662c4b44ace4a4d89e29e592f2
44401 Author: Behdad Esfahbod <behdad@behdad.org>
44402 Date:   Mon Jan 10 07:45:41 2011 -0500
44403
44404     Fix language extension matching
44405
44406  src/hb-ot-tag.c | 2 +-
44407  1 file changed, 1 insertion(+), 1 deletion(-)
44408
44409 commit a07874300a669ec0ea09a67df2a3ee8b0612d6b9
44410 Author: Behdad Esfahbod <behdad@behdad.org>
44411 Date:   Mon Jan 10 02:27:49 2011 -0500
44412
44413     Don't use the m4/ dir
44414
44415     We just require people to have libtool, pkg-config, etc installed
44416     when running autogen.sh
44417
44418  Makefile.am  | 2 --
44419  configure.ac | 1 -
44420  2 files changed, 3 deletions(-)
44421
44422 commit 7bbe14bed8a886ea5b293c927c4bf937cbfc6f51
44423 Author: Behdad Esfahbod <behdad@behdad.org>
44424 Date:   Sun Jan 9 22:29:14 2011 -0500
44425
44426     Fix 'make distcheck'
44427
44428  src/Makefile.am | 7 ++++---
44429  1 file changed, 4 insertions(+), 3 deletions(-)
44430
44431 commit 2abe1264a580858bf7803af1701117a462375fb4
44432 Author: Javier Jardón <jjardon@gnome.org>
44433 Date:   Sun Jan 9 22:18:53 2011 -0500
44434
44435     Bug 31174 - Update autotools configuration
44436
44437  Makefile.am  |   2 +
44438  autogen.sh   | 188
44439  ++++-------------------------------------------------------
44440  configure.ac |  22 +++++--
44441  3 files changed, 29 insertions(+), 183 deletions(-)
44442
44443 commit cc1a8a938b4c13e76b58825a9e1951c4134e634a
44444 Author: Behdad Esfahbod <behdad@behdad.org>
44445 Date:   Thu Jan 6 14:58:52 2011 -0500
44446
44447     Fix ChanContext backtrack matching with GPOS
44448
44449     Reported on mailing list by Keith Stribley and Khaled Hosny.
44450
44451  src/hb-buffer-private.hh             | 5 +++--
44452  src/hb-buffer.cc                     | 2 +-
44453  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
44454  3 files changed, 7 insertions(+), 6 deletions(-)
44455
44456 commit 1c3183027fe823cd673866ba29d169b69f8efba1
44457 Author: Behdad Esfahbod <behdad@behdad.org>
44458 Date:   Thu Jan 6 14:44:14 2011 -0500
44459
44460     Remove unused realloc
44461
44462     We always allocate and grow str and pos together.
44463
44464  src/hb-buffer.cc | 6 ------
44465  1 file changed, 6 deletions(-)
44466
44467 commit 76691f0240d6de230e9b42280b54e91639464635
44468 Author: Behdad Esfahbod <behdad@behdad.org>
44469 Date:   Thu Jan 6 14:16:59 2011 -0500
44470
44471     Fix ICU detection
44472
44473  configure.ac | 2 +-
44474  1 file changed, 1 insertion(+), 1 deletion(-)
44475
44476 commit 756f794a1fce701092345a3f9afae039583fb55b
44477 Author: Behdad Esfahbod <behdad@behdad.org>
44478 Date:   Sun Dec 26 20:52:40 2010 -0500
44479
44480     Remove Graphite backend
44481
44482     It was unmaintained and the code has to be replaced to use the new
44483     grphite-ng code base.
44484
44485  configure.ac       |   6 --
44486  src/Makefile.am    |  14 ---
44487  src/hb-graphite.cc | 310
44488  -----------------------------------------------------
44489  src/hb-graphite.h  |  47 --------
44490  4 files changed, 377 deletions(-)
44491
44492 commit f3d9d9879364609502d9d3a3a9f4647adb167d78
44493 Author: Behdad Esfahbod <behdad@behdad.org>
44494 Date:   Wed Dec 22 01:39:29 2010 -0500
44495
44496     Docs
44497
44498  src/hb-unicode.h | 60
44499  ++++++++++++++++++++++++++++----------------------------
44500  1 file changed, 30 insertions(+), 30 deletions(-)
44501
44502 commit d86a5b3c5752abcc791724035ba4115958e6b5e2
44503 Author: Behdad Esfahbod <behdad@behdad.org>
44504 Date:   Tue Dec 21 18:36:25 2010 -0500
44505
44506     Bug 32274 - classic mongolian shaper
44507
44508     Add support for classic Mongolian script to the Arabic shaper.
44509
44510     Still work to be done around U+180E MONGOLIAN VOWEL SEPARATOR as it
44511     should not be included in the final glyph stream the same way that
44512     ZWNJ, etc should not appear in the final glyph stream.
44513
44514     But the joining part should be done.
44515
44516     There remains the question of how should the U+18A9 MONGOLIAN
44517     LETTER ALI
44518     GALI DAGALGA be handled as it has General Category NSM but a letter
44519     nonetheless.  For now, our generic logic makes this a joining
44520     T instead
44521     of joining D as other Mongolian letters are.
44522
44523  src/hb-ot-shape-complex-arabic.cc  | 8 ++++++++
44524  src/hb-ot-shape-complex-private.hh | 1 +
44525  2 files changed, 9 insertions(+)
44526
44527 commit b0e7378fa9a4fc6fc74d9b3c27d927602eaacc5b
44528 Author: Behdad Esfahbod <behdad@behdad.org>
44529 Date:   Tue Dec 21 14:19:32 2010 -0500
44530
44531     Reroute Mandaic shaping through the Arabic shaper
44532
44533     We added Mandaic joining data to the Arabic shaper a while ago, but
44534     were not actually using the Arabic shaper for Mandaic.  Fixed.
44535
44536  src/hb-ot-shape-complex-private.hh | 1 +
44537  1 file changed, 1 insertion(+)
44538
44539 commit 88e7f37488e4e8590619d815b975232a0c9d2ea0
44540 Author: Behdad Esfahbod <behdad@behdad.org>
44541 Date:   Tue Dec 21 14:18:24 2010 -0500
44542
44543     Annotate the Arabic joining table with block information
44544
44545  src/gen-arabic-joining-table.py        | 93
44546  +++++++++++++++++++++-------------
44547  src/hb-ot-shape-complex-arabic-table.h | 24 +++++++--
44548  2 files changed, 80 insertions(+), 37 deletions(-)
44549
44550 commit 1482a39e56cd4151874e5c073540274349240a87
44551 Author: Behdad Esfahbod <behdad@behdad.org>
44552 Date:   Fri Dec 17 20:15:05 2010 -0500
44553
44554     Rename remaining metrics uses to extents
44555
44556  src/hb-font.h | 4 ++--
44557  1 file changed, 2 insertions(+), 2 deletions(-)
44558
44559 commit 22c537657cee1f47a4056a21e2cddfcbe6ab1c01
44560 Author: Behdad Esfahbod <behdad@behdad.org>
44561 Date:   Tue Dec 14 23:51:29 2010 -0500
44562
44563     Rename TableDirectory to TableRecord as per OpenType 1.6
44564
44565  src/hb-open-file-private.hh | 18 +++++++++---------
44566  1 file changed, 9 insertions(+), 9 deletions(-)
44567
44568 commit 33e8b86197239e667a887709104357bdc6566b7c
44569 Author: Behdad Esfahbod <behdad@behdad.org>
44570 Date:   Mon Dec 13 15:54:56 2010 -0500
44571
44572     Update 'head' table to OpenType 1.6
44573
44574  src/hb-ot-head-private.hh | 8 +++++++-
44575  1 file changed, 7 insertions(+), 1 deletion(-)
44576
44577 commit b7683335146bfe3a74d9419db92cd7a8019a9c10
44578 Author: Behdad Esfahbod <behdad@behdad.org>
44579 Date:   Mon Dec 13 14:22:35 2010 -0500
44580
44581     Disallow ligature substitutions replacing one glyph
44582
44583  src/hb-ot-layout-gsub-private.hh | 2 +-
44584  1 file changed, 1 insertion(+), 1 deletion(-)
44585
44586 commit 7eb875118dc31e9fb0e23c45985396a8bfe977e3
44587 Author: Behdad Esfahbod <behdad@behdad.org>
44588 Date:   Mon Dec 13 14:13:35 2010 -0500
44589
44590     Mozilla Bug 618592 - freeze on typekit
44591
44592     Fix apply_lookup() for zero-input broken fonts.
44593
44594  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
44595  1 file changed, 2 insertions(+), 2 deletions(-)
44596
44597 commit bbbbe80ec9bc45c5b685bc09c8f993e98496555c
44598 Author: Behdad Esfahbod <behdad@behdad.org>
44599 Date:   Tue Dec 7 16:22:02 2010 -0500
44600
44601     Rename original_direction to target_direction
44602
44603  src/hb-ot-shape-private.hh | 2 +-
44604  src/hb-ot-shape.cc         | 6 +++---
44605  2 files changed, 4 insertions(+), 4 deletions(-)
44606
44607 commit ee8aaf976a6eb42be49b63b4c51c7a0a338e0298
44608 Author: Behdad Esfahbod <behdad@behdad.org>
44609 Date:   Tue Dec 7 16:20:42 2010 -0500
44610
44611     Fix arabic shaping of LTR text
44612
44613     We should ensure-direction before doing any complex work.  The only
44614     exception is mirroring that needs to see the original / final
44615     direction,
44616     not the native.  Handle that.
44617
44618  src/hb-ot-shape.cc | 6 +++---
44619  1 file changed, 3 insertions(+), 3 deletions(-)
44620
44621 commit d1f1707adc03317760b0f75e04d0f3dd425e547f
44622 Author: Behdad Esfahbod <behdad@behdad.org>
44623 Date:   Tue Nov 30 00:57:15 2010 -0500
44624
44625     Bug 31965 - some GNU/Linux distributions lack icu.pc but have
44626     icu-config
44627
44628     Patch from suzuki toshiya.
44629
44630  configure.ac | 10 +++++++++-
44631  1 file changed, 9 insertions(+), 1 deletion(-)
44632
44633 commit 3c48982be6b2286088541ee55cac78b0f2b6e771
44634 Author: Behdad Esfahbod <behdad@behdad.org>
44635 Date:   Sun Nov 28 19:39:47 2010 -0500
44636
44637     Adjust pyx files to reflect change from int to hb_var_int_t
44638
44639     Patch from Thomas Hunger.
44640
44641  contrib/python/lib/harfbuzz.pyx | 7 +++++--
44642  1 file changed, 5 insertions(+), 2 deletions(-)
44643
44644 commit 4f9e4a40bc248aeb1364ed6f4aa7f392aa364497
44645 Author: Behdad Esfahbod <behdad@behdad.org>
44646 Date:   Mon Nov 22 11:30:32 2010 -0500
44647
44648     Fix failing checks
44649
44650  src/hb-ot-shape-complex-arabic-table.h | 37
44651  ++++++++++++++++++++++++++++++++++
44652  1 file changed, 37 insertions(+)
44653
44654 commit 9da26d6669e7f3b91ba37e71f6f8a6e2ea806688
44655 Author: Behdad Esfahbod <behdad@behdad.org>
44656 Date:   Mon Nov 22 11:03:18 2010 -0500
44657
44658     Remove email address from Copyright headers
44659
44660  COPYING      | 2 +-
44661  src/hb-ft.c  | 2 +-
44662  src/hb-icu.c | 2 +-
44663  3 files changed, 3 insertions(+), 3 deletions(-)
44664
44665 commit a45f00019242734fca742adeb2ed507305baeda6
44666 Author: Behdad Esfahbod <behdad@behdad.org>
44667 Date:   Thu Nov 18 13:58:32 2010 -0500
44668
44669     Clarify copyright notice
44670
44671  COPYING                 | 12 ++++++++++++
44672  README                  |  4 ++--
44673  src/hb-graphite.cc      |  4 ++--
44674  src/hb-object-private.h |  2 +-
44675  4 files changed, 17 insertions(+), 5 deletions(-)
44676
44677 commit 0884a8d9cd576f116400b3f7c8815e747c315d5e
44678 Author: Behdad Esfahbod <behdad@behdad.org>
44679 Date:   Wed Nov 17 16:58:21 2010 -0500
44680
44681     Move generated table to its own file
44682
44683  src/Makefile.am                        |   1 +
44684  src/hb-ot-shape-complex-arabic-table.h | 619
44685  ++++++++++++++++++++++++++++++++
44686  src/hb-ot-shape-complex-arabic.cc      | 621
44687  +--------------------------------
44688  3 files changed, 621 insertions(+), 620 deletions(-)
44689
44690 commit 14d784116b08685425e4ddcb1c1f813dbe2b2986
44691 Author: Behdad Esfahbod <behdad@behdad.org>
44692 Date:   Wed Nov 17 16:52:58 2010 -0500
44693
44694     Update Arabic joining table to include Mandaic
44695
44696     Mandaic was added to Unicode 6.0, but the joining data was not
44697     updated.
44698     Draft ArabicShaping.txt from 6.1 includes the joining data for
44699     Mandaic.
44700     Use that.
44701
44702  src/gen-arabic-joining-table.py   |  45 ++++++++++----
44703  src/hb-ot-shape-complex-arabic.cc | 123
44704  ++++++++++++++++++++++++++++++++------
44705  2 files changed, 137 insertions(+), 31 deletions(-)
44706
44707 commit 43bf2f7f1ec427c431e2ee2fd1a9345e7d5c9718
44708 Author: Behdad Esfahbod <behdad@behdad.org>
44709 Date:   Wed Nov 17 14:49:40 2010 -0500
44710
44711     Add OpenType script tags for Unicode 5.2 and Unicode 6.0 scripts
44712
44713     Based on tags proposed by Microsoft for inclusion in OpenType.
44714
44715  src/hb-ot-tag.c | 34 +++++++++++++++++-----------------
44716  1 file changed, 17 insertions(+), 17 deletions(-)
44717
44718 commit afab01cf7caca79cf6dfabe6827d1703be1a74f7
44719 Author: Behdad Esfahbod <behdad@behdad.org>
44720 Date:   Wed Nov 17 14:35:34 2010 -0500
44721
44722     Add Unicode 6.0 scripts
44723
44724  src/hb-icu.c     | 6 ++++++
44725  src/hb-ot-tag.c  | 7 ++++++-
44726  src/hb-unicode.c | 7 ++++++-
44727  src/hb-unicode.h | 7 ++++++-
44728  4 files changed, 24 insertions(+), 3 deletions(-)
44729
44730 commit f234b68d18d956f7e4eb4bf58d6dc408d9e5146e
44731 Author: Behdad Esfahbod <behdad@behdad.org>
44732 Date:   Wed Nov 17 14:25:44 2010 -0500
44733
44734     Change HB_SCRIPT_MEITEI_MAYEK to HB_SCRIPT_MEETEI_MAYEK
44735
44736     The new name matches the Unicode name.  Reported by Jonathan Kew.
44737
44738  src/hb-icu.c     | 2 +-
44739  src/hb-ot-tag.c  | 2 +-
44740  src/hb-unicode.h | 2 +-
44741  3 files changed, 3 insertions(+), 3 deletions(-)
44742
44743 commit 3ca9a6d1cffe950b325e1d522b20d4a645ae448e
44744 Author: Behdad Esfahbod <behdad@behdad.org>
44745 Date:   Wed Nov 17 13:08:47 2010 -0500
44746
44747     Add TODO item
44748
44749  TODO | 3 +++
44750  1 file changed, 3 insertions(+)
44751
44752 commit 300cb41417d40473268e3b4089bed24e9e77a753
44753 Author: Behdad Esfahbod <behdad@behdad.org>
44754 Date:   Wed Nov 17 12:57:23 2010 -0500
44755
44756     Add XXX marks
44757
44758  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
44759  1 file changed, 3 insertions(+), 1 deletion(-)
44760
44761 commit ea00aee9f94ae8c6cf03d620254817d5e1f51d64
44762 Author: Behdad Esfahbod <behdad@behdad.org>
44763 Date:   Fri Nov 5 10:51:37 2010 -0400
44764
44765     Add TODO item
44766
44767  TODO | 2 ++
44768  1 file changed, 2 insertions(+)
44769
44770 commit 3a852ae7fe6edfaadd75625d27515a3689503395
44771 Author: Behdad Esfahbod <behdad@behdad.org>
44772 Date:   Wed Nov 3 16:37:24 2010 -0400
44773
44774     Save general category and combining class in the buffer for reuse
44775
44776  src/hb-ot-layout-private.hh       |  3 ++-
44777  src/hb-ot-shape-complex-arabic.cc | 16 ++++++++++------
44778  src/hb-ot-shape-private.hh        |  6 ++++++
44779  src/hb-ot-shape.cc                | 26 +++++++++++++++++++++-----
44780  4 files changed, 39 insertions(+), 12 deletions(-)
44781
44782 commit a5ab682b9ba8224fc132624f93e6fef9973a68ca
44783 Author: Behdad Esfahbod <behdad@behdad.org>
44784 Date:   Wed Nov 3 15:50:36 2010 -0400
44785
44786     More "unreached code" warning fixes
44787
44788     Ugly :(.
44789
44790  src/hb-blob.c | 48 ++++++++++++++++++++++++------------------------
44791  1 file changed, 24 insertions(+), 24 deletions(-)
44792
44793 commit 4e22c7e94102c9f00c32b8cb6aaa832f83909149
44794 Author: Behdad Esfahbod <behdad@behdad.org>
44795 Date:   Wed Nov 3 15:47:12 2010 -0400
44796
44797     Add comment
44798
44799  src/hb-ot-layout-common-private.hh | 3 +++
44800  1 file changed, 3 insertions(+)
44801
44802 commit 0342034d1cb577d34b42f7204da7fb930c12a464
44803 Author: Behdad Esfahbod <behdad@behdad.org>
44804 Date:   Wed Nov 3 15:40:07 2010 -0400
44805
44806     Pedantic
44807
44808  src/hb-ot-layout-gpos-private.hh | 2 +-
44809  1 file changed, 1 insertion(+), 1 deletion(-)
44810
44811 commit 4a2d844c2f12dc1b858ab4ddd737ded7c0852221
44812 Author: Behdad Esfahbod <behdad@behdad.org>
44813 Date:   Wed Nov 3 15:28:56 2010 -0400
44814
44815     Minor code shuffling
44816
44817  src/hb-ot-layout-private.hh | 21 +++-------------
44818  src/hb-ot-layout.cc         | 61
44819  +++++++++++++++++++++++++++++++++------------
44820  2 files changed, 48 insertions(+), 34 deletions(-)
44821
44822 commit 11e3ec444a85fc72541823c2e98cc92c4ceb19af
44823 Author: Behdad Esfahbod <behdad@behdad.org>
44824 Date:   Wed Nov 3 15:11:04 2010 -0400
44825
44826     Fix a few more "unreachable code" warnings
44827
44828  src/hb-blob.c                        |  2 +-
44829  src/hb-object-private.h              | 12 +++---
44830  src/hb-open-type-private.hh          | 84
44831  +++++++++++++++++-------------------
44832  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
44833  src/hb-private.h                     |  3 +-
44834  5 files changed, 49 insertions(+), 54 deletions(-)
44835
44836 commit 2304856340782c72cb30873f7907191dc359e921
44837 Author: Behdad Esfahbod <behdad@behdad.org>
44838 Date:   Wed Nov 3 12:46:58 2010 -0400
44839
44840     Remove another couple lines of dead code
44841
44842  src/hb-ot-layout-gsubgpos-private.hh | 2 --
44843  1 file changed, 2 deletions(-)
44844
44845 commit b8783c85ac5dd9ea8f5a66eacb92dfcfbf649a6d
44846 Author: Behdad Esfahbod <behdad@behdad.org>
44847 Date:   Wed Nov 3 11:50:21 2010 -0400
44848
44849     Fix unreachable-code warning
44850
44851  src/hb-ot-layout-gpos-private.hh | 8 ++++----
44852  1 file changed, 4 insertions(+), 4 deletions(-)
44853
44854 commit c2709119c8c610a0d4d71884a7d4fdba7cb65b72
44855 Author: Behdad Esfahbod <behdad@behdad.org>
44856 Date:   Wed Oct 27 23:18:51 2010 -0400
44857
44858     Move things around some more
44859
44860  src/hb-ot-layout-gpos-private.hh     | 8 ++++----
44861  src/hb-ot-layout-gsub-private.hh     | 4 ++--
44862  src/hb-ot-layout-gsubgpos-private.hh | 9 +++++++--
44863  src/hb-ot-layout-private.hh          | 7 +++----
44864  src/hb-ot-layout.cc                  | 6 +++---
44865  5 files changed, 19 insertions(+), 15 deletions(-)
44866
44867 commit 194d4566ec054db03fa31d369a9f1c6cf4941e74
44868 Author: Behdad Esfahbod <behdad@behdad.org>
44869 Date:   Wed Oct 27 23:09:10 2010 -0400
44870
44871     Move buffer var allocation local
44872
44873  src/hb-ot-layout-gpos-private.hh | 19 ++++++++++++++-----
44874  src/hb-ot-layout-private.hh      |  2 --
44875  2 files changed, 14 insertions(+), 7 deletions(-)
44876
44877 commit 1e7c1fcbc33599faefc32d4a28e5d8506d2c56fa
44878 Author: Behdad Esfahbod <behdad@behdad.org>
44879 Date:   Wed Oct 27 22:48:31 2010 -0400
44880
44881     Move code around
44882
44883  src/hb-ot-layout-gpos-private.hh | 59
44884  ++++++++++++++++++++++++++++++++++++++++
44885  src/hb-ot-layout.cc              | 59
44886  ++--------------------------------------
44887  src/hb-ot-layout.h               |  4 +--
44888  src/hb-ot-shape.cc               |  2 +-
44889  4 files changed, 63 insertions(+), 61 deletions(-)
44890
44891 commit bf94b3ad22b2fe4730d4e64d673c63154fc5b5fe
44892 Author: Behdad Esfahbod <behdad@behdad.org>
44893 Date:   Wed Oct 27 22:37:59 2010 -0400
44894
44895     Move some more code around
44896
44897  src/hb-ot-layout-gdef-private.hh | 21 +++++++++++++++
44898  src/hb-ot-layout-private.hh      | 27 ++++++++++++++++---
44899  src/hb-ot-layout.cc              | 56
44900  ++++++----------------------------------
44901  3 files changed, 52 insertions(+), 52 deletions(-)
44902
44903 commit 6334658fe79d6acfb46a2a147721b78f92510ebb
44904 Author: Behdad Esfahbod <behdad@behdad.org>
44905 Date:   Wed Oct 27 22:11:32 2010 -0400
44906
44907     Simplify mark skipping logic
44908
44909  src/hb-ot-layout.cc | 17 +++--------------
44910  1 file changed, 3 insertions(+), 14 deletions(-)
44911
44912 commit 8c69e65abed961002d90024c92e18538c6516262
44913 Author: Behdad Esfahbod <behdad@behdad.org>
44914 Date:   Wed Oct 27 22:07:49 2010 -0400
44915
44916     Rename lookup_flags to lookup_props since it's more than just flags
44917
44918  src/hb-ot-layout-common-private.hh   |  6 +++++-
44919  src/hb-ot-layout-gpos-private.hh     | 14 +++++++-------
44920  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
44921  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
44922  src/hb-ot-layout-private.hh          |  4 ++--
44923  src/hb-ot-layout.cc                  | 36
44924  ++++++++++++++++++------------------
44925  src/main.cc                          |  4 ++--
44926  7 files changed, 43 insertions(+), 39 deletions(-)
44927
44928 commit 98370e89d1bff248737b482d129c2a4deb8bfd95
44929 Author: Behdad Esfahbod <behdad@behdad.org>
44930 Date:   Wed Oct 27 17:39:01 2010 -0400
44931
44932     WIP removing external synthesized GDEF support and implementing
44933     it internally
44934
44935  TODO                                 |   2 -
44936  src/hb-buffer-private.hh             |   4 -
44937  src/hb-buffer.cc                     |   3 -
44938  src/hb-ot-layout-common-private.hh   |   8 +-
44939  src/hb-ot-layout-gdef-private.hh     |   6 +-
44940  src/hb-ot-layout-gpos-private.hh     |   4 +-
44941  src/hb-ot-layout-gsub-private.hh     |  66 ++++++-----------
44942  src/hb-ot-layout-gsubgpos-private.hh |  29 +++++++-
44943  src/hb-ot-layout-private.hh          |  29 +++-----
44944  src/hb-ot-layout.cc                  | 138
44945  +++++------------------------------
44946  src/hb-ot-layout.h                   |  26 -------
44947  src/hb-ot-shape.cc                   |  10 +++
44948  12 files changed, 98 insertions(+), 227 deletions(-)
44949
44950 commit 870e2d6eac01d004c72a925ea93e6823251d5fa2
44951 Author: Behdad Esfahbod <behdad@behdad.org>
44952 Date:   Wed Oct 27 17:37:20 2010 -0400
44953
44954     Remove unused function
44955
44956  src/hb-buffer-private.hh | 10 ----------
44957  src/hb-buffer.cc         | 27 ---------------------------
44958  2 files changed, 37 deletions(-)
44959
44960 commit 1115890b90709fa5329a55d22f543020f3df9f6f
44961 Author: Behdad Esfahbod <behdad@behdad.org>
44962 Date:   Wed Oct 27 17:07:04 2010 -0400
44963
44964     More cleanup
44965
44966  src/hb-buffer-private.hh    | 5 +----
44967  src/hb-ot-layout-private.hh | 6 ++++++
44968  2 files changed, 7 insertions(+), 4 deletions(-)
44969
44970 commit dbf56b1d94910f04823e53e39ace1e5145bddc04
44971 Author: Behdad Esfahbod <behdad@behdad.org>
44972 Date:   Wed Oct 27 17:06:12 2010 -0400
44973
44974     More lig-id cleanup
44975
44976  src/hb-buffer-private.hh         | 4 ++--
44977  src/hb-buffer.cc                 | 2 +-
44978  src/hb-ot-layout-gsub-private.hh | 8 +++++++-
44979  3 files changed, 10 insertions(+), 4 deletions(-)
44980
44981 commit f6a23a0b9171958f76c1d0473b09fc08d2b3a0d0
44982 Author: Behdad Esfahbod <behdad@behdad.org>
44983 Date:   Wed Oct 27 17:01:03 2010 -0400
44984
44985     More removal of lig-id code from buffer
44986
44987  src/hb-buffer.cc | 4 ++--
44988  1 file changed, 2 insertions(+), 2 deletions(-)
44989
44990 commit dd2ffd282c059194fd87fb1664e2e0cdb56a87a0
44991 Author: Behdad Esfahbod <behdad@behdad.org>
44992 Date:   Wed Oct 27 16:57:01 2010 -0400
44993
44994     Minor renaming
44995
44996  src/hb-buffer-private.hh         | 41
44997  ++++++++++++++++++++--------------------
44998  src/hb-buffer.cc                 | 20 ++++++++++----------
44999  src/hb-ot-layout-gsub-private.hh |  8 ++++----
45000  src/hb-ot-shape.cc               |  6 +++---
45001  4 files changed, 37 insertions(+), 38 deletions(-)
45002
45003 commit fe263272a2b26204bc39829a94d90ab537517f3f
45004 Author: Behdad Esfahbod <behdad@behdad.org>
45005 Date:   Wed Oct 27 16:51:02 2010 -0400
45006
45007     Move setting lig_id/component out of buffer and to the gsub code
45008
45009  src/hb-buffer-private.hh         | 30 +++++++----------------
45010  src/hb-buffer.cc                 | 52
45011  +++++++---------------------------------
45012  src/hb-ot-layout-gsub-private.hh | 27 ++++++++++++---------
45013  3 files changed, 34 insertions(+), 75 deletions(-)
45014
45015 commit 2e2b2480c01c788ea702d78ca830c2bb659654a8
45016 Author: Behdad Esfahbod <behdad@behdad.org>
45017 Date:   Wed Oct 27 16:25:28 2010 -0400
45018
45019     Always allocate new ligature id
45020
45021     No practical point in reusing ligature ids.
45022
45023  src/hb-ot-layout-gsub-private.hh | 5 +----
45024  1 file changed, 1 insertion(+), 4 deletions(-)
45025
45026 commit bf07d5a29c61baf6fd683289c7764f487ad7e413
45027 Author: Behdad Esfahbod <behdad@behdad.org>
45028 Date:   Wed Oct 27 16:19:13 2010 -0400
45029
45030     Set component=0 for ligature glyph
45031
45032  src/hb-ot-layout-gsub-private.hh | 5 +++--
45033  1 file changed, 3 insertions(+), 2 deletions(-)
45034
45035 commit 37ab877149582c7ce7416425bb402340e3f948a2
45036 Author: Behdad Esfahbod <behdad@behdad.org>
45037 Date:   Wed Oct 27 15:38:06 2010 -0400
45038
45039     Remove comment
45040
45041  src/hb-buffer.cc | 20 --------------------
45042  1 file changed, 20 deletions(-)
45043
45044 commit 88474c6fdaf35c56368694a5b164f4988a004d49
45045 Author: Behdad Esfahbod <behdad@behdad.org>
45046 Date:   Wed Oct 27 14:42:15 2010 -0400
45047
45048     Get rid of the OpenType-specific internal buffer representation
45049
45050     Add variant integers to buffer item types.  More cleanup coming.
45051
45052  TODO                              |  2 --
45053  src/hb-buffer-private.hh          | 35 ++++++----------------
45054  src/hb-buffer.cc                  | 62
45055  +++++++++++++++++++--------------------
45056  src/hb-buffer.h                   |  2 +-
45057  src/hb-ot-layout-gpos-private.hh  | 24 +++++++--------
45058  src/hb-ot-layout-gsub-private.hh  |  2 +-
45059  src/hb-ot-layout-private.hh       |  4 +--
45060  src/hb-ot-layout.cc               | 39 ++++++++++++------------
45061  src/hb-ot-shape-complex-arabic.cc |  8 ++---
45062  9 files changed, 79 insertions(+), 99 deletions(-)
45063
45064 commit 6cb8c3493019e1497921666fc268cb81943f9f1f
45065 Author: Behdad Esfahbod <behdad@behdad.org>
45066 Date:   Wed Oct 27 14:27:03 2010 -0400
45067
45068     Add hb_var_int_t
45069
45070  src/hb-buffer.h |  6 +++---
45071  src/hb-common.h | 10 ++++++++++
45072  2 files changed, 13 insertions(+), 3 deletions(-)
45073
45074 commit f22802431a983bd4bc60a7653b1103973c3475cb
45075 Author: Behdad Esfahbod <behdad@behdad.org>
45076 Date:   Tue Nov 2 19:12:37 2010 -0400
45077
45078     Remove trailing comma
45079
45080  src/hb-ot-shape-complex-arabic.cc | 2 +-
45081  1 file changed, 1 insertion(+), 1 deletion(-)
45082
45083 commit 13528d0c78cadb1f67267c9a692558caef9fdaa6
45084 Author: Behdad Esfahbod <behdad@behdad.org>
45085 Date:   Wed Oct 27 14:09:27 2010 -0400
45086
45087     Supposedly implement vertical support in GPOS
45088
45089     Not tested at all.
45090
45091  src/hb-ot-layout-gpos-private.hh | 27 ++++++++++++++++++++-------
45092  src/hb-ot-layout.cc              | 39
45093  ++++++++++++++++++++++++---------------
45094  2 files changed, 44 insertions(+), 22 deletions(-)
45095
45096 commit 9624de5b496846cd89ee4f7b07d38029aca70ce1
45097 Author: Behdad Esfahbod <behdad@behdad.org>
45098 Date:   Wed Oct 27 13:44:59 2010 -0400
45099
45100     Clarify cursive_chain (and change its sign)
45101
45102  src/hb-ot-layout-gpos-private.hh |  4 ++--
45103  src/hb-ot-layout.cc              | 13 +++++++------
45104  2 files changed, 9 insertions(+), 8 deletions(-)
45105
45106 commit d6c9eadb88240c40b3cb9a33f067e575cbc2f729
45107 Author: Behdad Esfahbod <behdad@behdad.org>
45108 Date:   Wed Oct 27 12:34:50 2010 -0400
45109
45110     Remove more pointless LONGTERMTODO items
45111
45112  src/hb-ot-layout-common-private.hh | 2 --
45113  1 file changed, 2 deletions(-)
45114
45115 commit e204674fe340a57c48a9fe7e1ed02a9a08f4aca4
45116 Author: Behdad Esfahbod <behdad@behdad.org>
45117 Date:   Wed Oct 27 12:32:02 2010 -0400
45118
45119     Rename hb_ot_layout_get_lig_carets() to
45120     hb_ot_layout_get_ligature_carets()
45121
45122  src/hb-ot-layout.cc | 14 +++++++-------
45123  src/hb-ot-layout.h  | 14 +++++++-------
45124  2 files changed, 14 insertions(+), 14 deletions(-)
45125
45126 commit 3357d145f81cb7b746c910018fe3a0dfab00972c
45127 Author: Behdad Esfahbod <behdad@behdad.org>
45128 Date:   Wed Oct 27 12:30:46 2010 -0400
45129
45130     Implement vertical support in get_lig_carets()
45131
45132  src/hb-ot-layout-gdef-private.hh | 34 ++++++++++++++++++----------------
45133  src/hb-ot-layout.cc              |  3 ++-
45134  src/hb-ot-layout.h               |  1 +
45135  3 files changed, 21 insertions(+), 17 deletions(-)
45136
45137 commit 8eeed7eddc789151cbffe62ed6bfd77612266bf1
45138 Author: Behdad Esfahbod <behdad@behdad.org>
45139 Date:   Wed Oct 27 12:07:49 2010 -0400
45140
45141     Remove LONGTERMTODO item that I'll never fix
45142
45143  src/hb-ot-layout-gsubgpos-private.hh | 6 ------
45144  1 file changed, 6 deletions(-)
45145
45146 commit 184a5279c64f37bc2ceefbe2191bb64ca87f88d8
45147 Author: Behdad Esfahbod <behdad@behdad.org>
45148 Date:   Wed Oct 27 12:00:49 2010 -0400
45149
45150     Remove unused macro
45151
45152  src/hb-ot-layout-gpos-private.hh | 2 --
45153  1 file changed, 2 deletions(-)
45154
45155 commit af5d02a269d55331300df1e382241893928d64e0
45156 Author: Behdad Esfahbod <behdad@behdad.org>
45157 Date:   Wed Oct 27 11:54:26 2010 -0400
45158
45159     Rewrite Cursive joining to act more like other pair lookups
45160
45161     Look forward for next character instead of joining to the last
45162     character.
45163
45164  src/hb-ot-layout-gpos-private.hh | 71
45165  ++++++++++++++++++----------------------
45166  src/hb-ot-layout-private.hh      | 10 ------
45167  2 files changed, 31 insertions(+), 50 deletions(-)
45168
45169 commit ea22c749c7371cf66ca44f0bfe7030aef1926edd
45170 Author: Behdad Esfahbod <behdad@behdad.org>
45171 Date:   Wed Oct 27 11:09:48 2010 -0400
45172
45173     Fix Cursive positioning
45174
45175     Test case: "مرا" rendered using IranNastaliq.
45176
45177  src/hb-ot-layout-gpos-private.hh | 124
45178  +--------------------------------------
45179  1 file changed, 3 insertions(+), 121 deletions(-)
45180
45181 commit aefdb64689aab19df76590a36c4a04052a8bffdb
45182 Author: Behdad Esfahbod <behdad@behdad.org>
45183 Date:   Wed Oct 27 10:40:39 2010 -0400
45184
45185     Fix segfault with Arabic combining marks
45186
45187  src/hb-ot-shape-complex-arabic.cc | 4 +++-
45188  1 file changed, 3 insertions(+), 1 deletion(-)
45189
45190 commit 12b2d09a87adc1e1aac089cd2e09a68fb7129829
45191 Author: Behdad Esfahbod <behdad@behdad.org>
45192 Date:   Wed Oct 27 01:28:28 2010 -0400
45193
45194     Remove obsolete TODO item
45195
45196     We don't cache any metrics internally, so the correct way to add more
45197     glyph metrics items is to add new callbacks for them.  We already have
45198     separeate callbacks for advance vs extents.
45199
45200  TODO | 2 --
45201  1 file changed, 2 deletions(-)
45202
45203 commit 248e3c2ba47889c247959e44166644872aed59ba
45204 Author: Behdad Esfahbod <behdad@behdad.org>
45205 Date:   Wed Oct 27 01:23:14 2010 -0400
45206
45207     Oops, remove extra mask setting that broke complex shaping
45208
45209  src/hb-ot-shape.cc | 2 --
45210  1 file changed, 2 deletions(-)
45211
45212 commit 502f4cba3e0bcd625d31f8fd295b8b18e2d02a5a
45213 Author: Behdad Esfahbod <behdad@behdad.org>
45214 Date:   Wed Oct 27 01:13:56 2010 -0400
45215
45216     Divide get_metrics into get_advance and get_extents
45217
45218     Graphite module not updated.
45219     Bump version to 0.3.
45220
45221  configure.ac          |  2 +-
45222  src/hb-font-private.h |  3 +-
45223  src/hb-font.cc        | 96
45224  +++++++++++++++++++++++++++++++++++----------------
45225  src/hb-font.h         | 61 ++++++++++++++++++++------------
45226  src/hb-ft.c           | 72 +++++++++++++++++++++++---------------
45227  src/hb-ot-shape.cc    |  7 ++--
45228  6 files changed, 154 insertions(+), 87 deletions(-)
45229
45230 commit ec6c0e54d322d58cbc835feb58dcec7ede6ab744
45231 Author: Behdad Esfahbod <behdad@behdad.org>
45232 Date:   Tue Oct 26 11:28:14 2010 -0400
45233
45234     Fix blob leak
45235
45236  src/hb-font.cc | 2 +-
45237  1 file changed, 1 insertion(+), 1 deletion(-)
45238
45239 commit bd7378b2ef9793de4e7f57b920f29f48ac9d0c25
45240 Author: Behdad Esfahbod <behdad@behdad.org>
45241 Date:   Wed Oct 13 18:33:16 2010 -0400
45242
45243     Massage mask setting a bit more
45244
45245     Still finding the exact correct way the masks should be set.
45246
45247  src/hb-buffer-private.hh | 19 ++++++++++++++++---
45248  src/hb-buffer.cc         |  9 +++++++++
45249  src/hb-ot-shape.cc       |  6 ++++--
45250  3 files changed, 29 insertions(+), 5 deletions(-)
45251
45252 commit 961f9baa7bc3556f1e4e7135859cebe1351f73a4
45253 Author: Behdad Esfahbod <behdad@behdad.org>
45254 Date:   Wed Oct 13 17:17:00 2010 -0400
45255
45256     Oops, actually set global mask
45257
45258  src/hb-buffer.cc | 2 +-
45259  1 file changed, 1 insertion(+), 1 deletion(-)
45260
45261 commit 39dede9ffffe732f78cbd092ccb3b48d77ddd66d
45262 Author: Behdad Esfahbod <behdad@behdad.org>
45263 Date:   Wed Oct 13 15:54:06 2010 -0400
45264
45265     Make sure boolean features always use value=1
45266
45267     Previously boolean features turned on the entire feature mask.
45268     This is
45269     wrong if feature is Alternate and user has provided values bigger
45270     than one.
45271     Though, I don't think other engines support such corner cases.
45272
45273  src/hb-ot-map-private.hh          | 10 ++++++++--
45274  src/hb-ot-map.cc                  |  3 ++-
45275  src/hb-ot-shape-complex-arabic.cc |  2 +-
45276  src/hb-ot-shape.cc                |  2 +-
45277  4 files changed, 12 insertions(+), 5 deletions(-)
45278
45279 commit 3506b2e78db27e7835bd2c09c053a9807c9cac40
45280 Author: Behdad Esfahbod <behdad@behdad.org>
45281 Date:   Wed Oct 13 15:38:52 2010 -0400
45282
45283     Return early if mask is 0
45284
45285  src/hb-buffer.cc | 3 +++
45286  1 file changed, 3 insertions(+)
45287
45288 commit 5c1c8c9c50ddbe66ea595afb245a208b7775b27c
45289 Author: Behdad Esfahbod <behdad@behdad.org>
45290 Date:   Wed Oct 13 15:36:38 2010 -0400
45291
45292     Make sure feature values don't leak out of their mask
45293
45294  src/hb-buffer.cc | 1 +
45295  1 file changed, 1 insertion(+)
45296
45297 commit 852912fc2db06b6183a2dc87c45ec1b563063572
45298 Author: Behdad Esfahbod <behdad@behdad.org>
45299 Date:   Wed Oct 13 15:34:50 2010 -0400
45300
45301     Fix applying default-value for features
45302
45303     Previously if a default global feature was overrided by a non-global
45304     user feature, we were not setting any default mask for the feature,
45305     essentially disabling the feature by default.  Fix that.
45306
45307  TODO                     |  2 --
45308  src/hb-ot-map-private.hh | 10 ++++++----
45309  src/hb-ot-map.cc         | 13 +++++++------
45310  3 files changed, 13 insertions(+), 12 deletions(-)
45311
45312 commit 2989be4919242670c94825bded96db20a7b2035b
45313 Author: Behdad Esfahbod <behdad@behdad.org>
45314 Date:   Wed Oct 13 15:18:29 2010 -0400
45315
45316     Set user masks after complex masks
45317
45318  src/hb-ot-shape.cc | 4 ++--
45319  1 file changed, 2 insertions(+), 2 deletions(-)
45320
45321 commit a7820b7b15a809b4a1a4077147ceed7bea528483
45322 Author: Behdad Esfahbod <behdad@behdad.org>
45323 Date:   Wed Oct 13 14:20:48 2010 -0400
45324
45325     Add TODO item
45326
45327  TODO | 2 ++
45328  1 file changed, 2 insertions(+)
45329
45330 commit 04a3023a66203d94b77f2d7a8d6bcdedf067e155
45331 Author: Behdad Esfahbod <behdad@behdad.org>
45332 Date:   Wed Oct 13 10:57:27 2010 -0400
45333
45334     Cleanup TODO
45335
45336     Looks like a roadmap now.
45337
45338  TODO | 72
45339  +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
45340  1 file changed, 59 insertions(+), 13 deletions(-)
45341
45342 commit 3111b8a0d5b38da57c0f6285aec2b92eb690188f
45343 Author: Behdad Esfahbod <behdad@behdad.org>
45344 Date:   Wed Oct 13 10:41:53 2010 -0400
45345
45346     Fix stupid bug, oops
45347
45348  src/hb-font.cc | 2 +-
45349  1 file changed, 1 insertion(+), 1 deletion(-)
45350
45351 commit 3703f88b74707113e782eb6ca9a77603561760d0
45352 Author: Behdad Esfahbod <behdad@behdad.org>
45353 Date:   Tue Oct 12 18:34:20 2010 -0400
45354
45355     Step the version up to 0.2 now that Arabic shaper is in
45356
45357  configure.ac | 2 +-
45358  1 file changed, 1 insertion(+), 1 deletion(-)
45359
45360 commit 758f68b860b44b5a04eb3dde5cb40b1b04cf634a
45361 Author: Behdad Esfahbod <behdad@behdad.org>
45362 Date:   Tue Oct 12 17:37:44 2010 -0400
45363
45364     Fix Arabic shaper
45365
45366     It's tested now.  It works!
45367
45368  src/hb-ot-shape-complex-arabic.cc | 7 ++++---
45369  1 file changed, 4 insertions(+), 3 deletions(-)
45370
45371 commit 13403bc67a01e0d4908fb964093fd02ddd11c580
45372 Author: Behdad Esfahbod <behdad@behdad.org>
45373 Date:   Tue Oct 12 17:23:54 2010 -0400
45374
45375     Hookup Arabic shaper!
45376
45377     Not tested yet.
45378
45379  src/hb-ot-shape-complex-arabic.cc  |  6 +++---
45380  src/hb-ot-shape-complex-private.hh | 37
45381  ++++++++++++++++++++++---------------
45382  src/hb-ot-shape-private.hh         | 14 +++++++++++++-
45383  src/hb-ot-shape.cc                 |  3 ++-
45384  4 files changed, 40 insertions(+), 20 deletions(-)
45385
45386 commit 57ac0ecb7843533b2e6e6d6c8a12b2a44437cc1c
45387 Author: Behdad Esfahbod <behdad@behdad.org>
45388 Date:   Tue Oct 12 17:07:02 2010 -0400
45389
45390     Merge clearing masks and setting global masks
45391
45392  src/hb-buffer-private.hh | 11 ++++++-----
45393  src/hb-buffer.cc         |  5 +++--
45394  src/hb-ot-map.cc         |  2 +-
45395  src/hb-ot-shape.cc       |  7 ++-----
45396  4 files changed, 12 insertions(+), 13 deletions(-)
45397
45398 commit fc96596b7c1c4e62491e951a3c256fb00dcde550
45399 Author: Behdad Esfahbod <behdad@behdad.org>
45400 Date:   Tue Oct 12 17:00:25 2010 -0400
45401
45402     Form clusters before setting masks
45403
45404  src/hb-ot-shape.cc | 4 ++--
45405  1 file changed, 2 insertions(+), 2 deletions(-)
45406
45407 commit 1e80782244cdb1dedae9d1e61079d0508e57ca72
45408 Author: Behdad Esfahbod <behdad@behdad.org>
45409 Date:   Tue Oct 12 17:00:07 2010 -0400
45410
45411     Clear masks before setting them up, not after!
45412
45413  src/hb-ot-shape.cc | 6 ++----
45414  1 file changed, 2 insertions(+), 4 deletions(-)
45415
45416 commit fd3d32d31cb6d74a9994b6850d539fd0b707d941
45417 Author: Behdad Esfahbod <behdad@behdad.org>
45418 Date:   Tue Oct 12 16:57:47 2010 -0400
45419
45420     Add hb_ot_shape_execute()
45421
45422     Not public yet.
45423
45424  src/hb-ot-shape-private.hh |  5 ++---
45425  src/hb-ot-shape.cc         | 19 ++++++++++++++-----
45426  2 files changed, 16 insertions(+), 8 deletions(-)
45427
45428 commit 49baa1f69efb0e3c62e45bd59dd88459a84bf390
45429 Author: Behdad Esfahbod <behdad@behdad.org>
45430 Date:   Tue Oct 12 16:50:36 2010 -0400
45431
45432     Add hb_ot_complex_shaper_t stuff and start hooking Arabic shaper up
45433
45434  src/Makefile.am                                    |  3 +-
45435  src/hb-ot-map-private.hh                           |  2 +-
45436  src/hb-ot-map.cc                                   |  2 +-
45437  ...ape-arabic.cc => hb-ot-shape-complex-arabic.cc} |  9 +++
45438  src/hb-ot-shape-complex-private.hh                 | 88
45439  ++++++++++++++++++++++
45440  src/hb-ot-shape-private.hh                         | 12 +--
45441  src/hb-ot-shape.cc                                 |  8 +-
45442  7 files changed, 107 insertions(+), 17 deletions(-)
45443
45444 commit 605ed468f380f86d642031f6451447d270cb6de1
45445 Author: Behdad Esfahbod <behdad@behdad.org>
45446 Date:   Tue Oct 12 16:19:29 2010 -0400
45447
45448     Add hb_ot_shape_plan_t
45449
45450     This is the object that a separate plan/execute shaping API will
45451     use in
45452     between the two stages.
45453
45454  src/hb-ot-shape-private.hh | 12 ++++++++++--
45455  src/hb-ot-shape.cc         | 38 ++++++++++++++++++--------------------
45456  2 files changed, 28 insertions(+), 22 deletions(-)
45457
45458 commit 895fb5d364e7ae5d9d2e34b9f68b8651804369ef
45459 Author: Behdad Esfahbod <behdad@behdad.org>
45460 Date:   Tue Oct 12 16:00:21 2010 -0400
45461
45462     Refactor, in a different direction
45463
45464  src/hb-ot-map-private.hh   | 15 ++++++++-------
45465  src/hb-ot-map.cc           | 23 ++++++++++++-----------
45466  src/hb-ot-shape-private.hh | 13 +------------
45467  src/hb-ot-shape.cc         | 33 +++++++++++++++++----------------
45468  4 files changed, 38 insertions(+), 46 deletions(-)
45469
45470 commit d2ba016ca1ba7489537768b619980d5159b5870c
45471 Author: Behdad Esfahbod <behdad@behdad.org>
45472 Date:   Tue Oct 12 15:35:45 2010 -0400
45473
45474     More refactoring
45475
45476  src/hb-ot-map-private.hh   | 32 +++++---------------------------
45477  src/hb-ot-map.cc           | 32 +++++++++++++++++++++++++++++---
45478  src/hb-ot-shape-private.hh | 16 ++++++++++++++--
45479  src/hb-ot-shape.cc         | 43
45480  ++++++++++++++++++++++++++++---------------
45481  src/hb-ot-shape.h          | 10 +++++-----
45482  5 files changed, 81 insertions(+), 52 deletions(-)
45483
45484 commit 66e487dfbfdccd0c4be8cd11661d412ca27c3425
45485 Author: Behdad Esfahbod <behdad@behdad.org>
45486 Date:   Tue Oct 12 13:51:19 2010 -0400
45487
45488     Update Arabic shaping table to Unicode 6.0.0.
45489
45490  src/hb-ot-shape-arabic.cc | 8 ++++----
45491  1 file changed, 4 insertions(+), 4 deletions(-)
45492
45493 commit f4792d99eee0e8cd72b7cb01c96a09f16e2a72ce
45494 Author: Behdad Esfahbod <behdad@behdad.org>
45495 Date:   Tue Oct 12 12:32:18 2010 -0400
45496
45497     Fix infinite loop!
45498
45499     Untested code is indeed buggy code.
45500
45501     Mozilla bug #603352.
45502
45503  src/hb-ot-tag.c | 6 ++----
45504  1 file changed, 2 insertions(+), 4 deletions(-)
45505
45506 commit 993d1e786a32612b796dae8309ce402a4121bec7
45507 Author: Behdad Esfahbod <behdad@behdad.org>
45508 Date:   Tue Oct 12 11:17:30 2010 -0400
45509
45510     Fix missing negation in unreachable code!
45511
45512     Mozilla bug #603346
45513
45514  src/hb-open-type-private.hh | 5 ++---
45515  1 file changed, 2 insertions(+), 3 deletions(-)
45516
45517 commit 52601275d5e4000dada4f925fb78723eeeee7bd4
45518 Author: Behdad Esfahbod <behdad@behdad.org>
45519 Date:   Fri Oct 8 20:38:46 2010 -0400
45520
45521     More separation
45522
45523  src/hb-ot-shape.cc | 14 +++++---------
45524  1 file changed, 5 insertions(+), 9 deletions(-)
45525
45526 commit 6b7e6758626268ba1c7c266128e618ec73ae2c0f
45527 Author: Behdad Esfahbod <behdad@behdad.org>
45528 Date:   Fri Oct 8 20:30:04 2010 -0400
45529
45530     Minor
45531
45532  src/hb-ot-shape.cc | 22 +++++++++++-----------
45533  1 file changed, 11 insertions(+), 11 deletions(-)
45534
45535 commit aa9c450bb2d7c3c9e36ea32e3558250391a0582d
45536 Author: Behdad Esfahbod <behdad@behdad.org>
45537 Date:   Fri Oct 8 20:27:38 2010 -0400
45538
45539     Enable 'rtlm' mirroring
45540
45541  src/hb-ot-map-private.hh |  9 +++++----
45542  src/hb-ot-shape.cc       | 30 +++++++++++++++---------------
45543  2 files changed, 20 insertions(+), 19 deletions(-)
45544
45545 commit 36925f695d349a53d52ecc3a58f18240a6977463
45546 Author: Behdad Esfahbod <behdad@behdad.org>
45547 Date:   Fri Oct 8 20:20:32 2010 -0400
45548
45549     Rename hb_mask_allocator_t to hb_ot_map_t
45550
45551     hb_ot_plan_t may be a better name, donno.
45552
45553  src/hb-ot-map-private.hh   |  4 ++--
45554  src/hb-ot-map.cc           |  2 +-
45555  src/hb-ot-shape-private.hh |  4 ++--
45556  src/hb-ot-shape.cc         | 49
45557  +++++++++++++++++++++-------------------------
45558  4 files changed, 27 insertions(+), 32 deletions(-)
45559
45560 commit f5dd3be46b5c77a2c5b97b82a0b67ac9e851b898
45561 Author: Behdad Esfahbod <behdad@behdad.org>
45562 Date:   Fri Oct 8 20:16:23 2010 -0400
45563
45564     Improve checks
45565
45566  src/check-c-linkage-decls.sh | 2 +-
45567  src/check-header-guards.sh   | 2 +-
45568  2 files changed, 2 insertions(+), 2 deletions(-)
45569
45570 commit 5a2b0b3878cd9c62121bb4fd6344e102a9ee1825
45571 Author: Behdad Esfahbod <behdad@behdad.org>
45572 Date:   Fri Oct 8 20:14:57 2010 -0400
45573
45574     Add hb-ot-map.cc
45575
45576  src/Makefile.am          |   1 +
45577  src/hb-ot-map-private.hh | 129 +-----------------------------------
45578  src/hb-ot-map.cc         | 165
45579  +++++++++++++++++++++++++++++++++++++++++++++++
45580  3 files changed, 168 insertions(+), 127 deletions(-)
45581
45582 commit ecc4550ed7bc900a61081edfbcd0ad09cbf29b36
45583 Author: Behdad Esfahbod <behdad@behdad.org>
45584 Date:   Fri Oct 8 20:05:29 2010 -0400
45585
45586     Fix feature overriding
45587
45588  src/hb-ot-map-private.hh | 2 +-
45589  1 file changed, 1 insertion(+), 1 deletion(-)
45590
45591 commit 8f08c3275040870a645ef034a38d30c05c619f21
45592 Author: Behdad Esfahbod <behdad@behdad.org>
45593 Date:   Fri Oct 8 19:43:48 2010 -0400
45594
45595     Minor cleanup
45596
45597  src/hb-open-type-private.hh |  8 ++----
45598  src/hb-ot-map-private.hh    | 61
45599  +++++++++++++--------------------------------
45600  src/hb-ot-tag.c             | 11 ++++----
45601  src/hb-private.h            |  4 +++
45602  4 files changed, 28 insertions(+), 56 deletions(-)
45603
45604 commit a806762a314e83154793d96ee665e6668d6b56de
45605 Author: Behdad Esfahbod <behdad@behdad.org>
45606 Date:   Fri Oct 8 19:18:40 2010 -0400
45607
45608     Add hb-ot-shape-private.hh
45609
45610  src/Makefile.am            |  1 +
45611  src/hb-ot-shape-arabic.cc  |  2 +-
45612  src/hb-ot-shape-private.hh | 60
45613  ++++++++++++++++++++++++++++++++++++++++++++++
45614  3 files changed, 62 insertions(+), 1 deletion(-)
45615
45616 commit 4924affe0f0adf75f2a0e2137a71206b0576d63f
45617 Author: Behdad Esfahbod <behdad@behdad.org>
45618 Date:   Fri Oct 8 19:18:16 2010 -0400
45619
45620     Add hb-ot-map-private.hh
45621
45622  src/Makefile.am          |   1 +
45623  src/hb-ot-map-private.hh | 307
45624  +++++++++++++++++++++++++++++++++++++++++++++++
45625  src/hb-ot-shape.cc       | 274 ++----------------------------------------
45626  3 files changed, 315 insertions(+), 267 deletions(-)
45627
45628 commit a7c5046d6b676a32298b97403a49235f7f255161
45629 Author: Behdad Esfahbod <behdad@behdad.org>
45630 Date:   Fri Oct 8 18:47:47 2010 -0400
45631
45632     Add private hb_segment_properties_t
45633
45634  src/hb-buffer-private.hh | 14 ++++++++------
45635  1 file changed, 8 insertions(+), 6 deletions(-)
45636
45637 commit b897c607d91d569f4eaa681d1f5b3d9f3d2bb093
45638 Author: Behdad Esfahbod <behdad@behdad.org>
45639 Date:   Fri Oct 8 18:41:57 2010 -0400
45640
45641     Flip the OT bit-allocation vs gsub/gpos inside-out
45642
45643     We now build our entire attack plan before jumping in.
45644
45645  src/hb-ot-shape.cc | 333
45646  ++++++++++++++++++++++++++++-------------------------
45647  1 file changed, 176 insertions(+), 157 deletions(-)
45648
45649 commit e89b7d2a61b7f58e6c7cec00d5ce2246dee1e8a1
45650 Author: Behdad Esfahbod <behdad@behdad.org>
45651 Date:   Fri Oct 8 12:29:59 2010 -0400
45652
45653     Logically separate feature collection
45654
45655  src/hb-ot-shape.cc | 29 ++++++++++++++++++-----------
45656  1 file changed, 18 insertions(+), 11 deletions(-)
45657
45658 commit 5b88908f12ad1d828dd6075fb8fc0036c2d6af3a
45659 Author: Behdad Esfahbod <behdad@behdad.org>
45660 Date:   Fri Oct 8 12:23:01 2010 -0400
45661
45662     Minor
45663
45664  src/hb-ot-shape.cc | 18 ++++++------------
45665  1 file changed, 6 insertions(+), 12 deletions(-)
45666
45667 commit 5360ce0c5c33f921b3f9ad3f42529a19df5ad0fe
45668 Author: Behdad Esfahbod <behdad@behdad.org>
45669 Date:   Thu Oct 7 21:21:11 2010 -0400
45670
45671     Move some more code around
45672
45673  src/hb-ot-shape.cc | 27 +++++++++++++--------------
45674  1 file changed, 13 insertions(+), 14 deletions(-)
45675
45676 commit d9c726078828d50db62e05407a3f38f2e7607533
45677 Author: Behdad Esfahbod <behdad@behdad.org>
45678 Date:   Thu Oct 7 21:19:54 2010 -0400
45679
45680     Minor
45681
45682  src/hb-ot-shape.cc | 18 +++++++++---------
45683  1 file changed, 9 insertions(+), 9 deletions(-)
45684
45685 commit efe0d682e860ffd23a1d17c68c8273f17d51c1c9
45686 Author: Behdad Esfahbod <behdad@behdad.org>
45687 Date:   Thu Oct 7 21:12:46 2010 -0400
45688
45689     Simplify compiling lookups
45690
45691  src/hb-ot-shape.cc | 66
45692  ++++++++++++++++++++++--------------------------------
45693  1 file changed, 27 insertions(+), 39 deletions(-)
45694
45695 commit 476c94218b4f5b8e119e82b0e10b641e0c10bf56
45696 Author: Behdad Esfahbod <behdad@behdad.org>
45697 Date:   Thu Oct 7 17:47:33 2010 -0400
45698
45699     Rename
45700
45701  src/hb-ot-shape.cc | 18 ++++++++++--------
45702  1 file changed, 10 insertions(+), 8 deletions(-)
45703
45704 commit 34db6f031d7ac009f554386ef990bad44886b9ee
45705 Author: Behdad Esfahbod <behdad@behdad.org>
45706 Date:   Thu Oct 7 01:21:19 2010 -0400
45707
45708     Add XXX note
45709
45710  src/hb-buffer.cc | 1 +
45711  1 file changed, 1 insertion(+)
45712
45713 commit 98aa3f65446496dc250d9b01d98cacfdf1157e06
45714 Author: Behdad Esfahbod <behdad@behdad.org>
45715 Date:   Wed Oct 6 00:23:36 2010 -0400
45716
45717     Call hb_ot_shape_setup_lookups_complex()
45718
45719  src/hb-ot-shape.cc | 10 +++++++++-
45720  1 file changed, 9 insertions(+), 1 deletion(-)
45721
45722 commit f1d07885dc358e79c237e824c94b3320c0a9c17d
45723 Author: Behdad Esfahbod <behdad@behdad.org>
45724 Date:   Wed Oct 6 00:21:37 2010 -0400
45725
45726     Rename setup_lookups()
45727
45728  src/hb-ot-shape.cc | 10 +++++-----
45729  1 file changed, 5 insertions(+), 5 deletions(-)
45730
45731 commit affc5abac7bdae51df85856a5478d34d96fda4fe
45732 Author: Behdad Esfahbod <behdad@behdad.org>
45733 Date:   Wed Oct 6 00:18:16 2010 -0400
45734
45735     Move table_tag to hb_ot_shape_context_t
45736
45737  src/hb-ot-shape.cc | 31 +++++++++++++++++--------------
45738  1 file changed, 17 insertions(+), 14 deletions(-)
45739
45740 commit 967240dd8b96802345ef273e75427066e91ea8fb
45741 Author: Behdad Esfahbod <behdad@behdad.org>
45742 Date:   Tue Oct 5 23:00:05 2010 -0400
45743
45744     Add internal hb_ot_shape_context_t
45745
45746  src/hb-ot-shape-arabic.cc |  26 ++---
45747  src/hb-ot-shape.cc        | 237
45748  +++++++++++++++++++---------------------------
45749  2 files changed, 108 insertions(+), 155 deletions(-)
45750
45751 commit 3eb936f1539475098f39be78654b9c39b86f0799
45752 Author: Behdad Esfahbod <behdad@behdad.org>
45753 Date:   Tue Oct 5 18:36:58 2010 -0400
45754
45755     Add Arabic/Syriac/N'ko shaping logic
45756
45757     Not hooked up just yet.
45758
45759  src/Makefile.am                 |   9 +
45760  src/gen-arabic-joining-table.py |  39 +++
45761  src/hb-ot-shape-arabic.cc       | 716
45762  ++++++++++++++++++++++++++++++++++++++++
45763  3 files changed, 764 insertions(+)
45764
45765 commit 0109816b50064a314389333ff64aaf22cb4b1e56
45766 Author: Behdad Esfahbod <behdad@behdad.org>
45767 Date:   Tue Oct 5 18:36:45 2010 -0400
45768
45769     Update build system
45770
45771  autogen.sh   | 3 ---
45772  configure.ac | 1 +
45773  2 files changed, 1 insertion(+), 3 deletions(-)
45774
45775 commit e81d7afe6e0e9dd26025f3243a11cf0b408a8046
45776 Author: Behdad Esfahbod <behdad@behdad.org>
45777 Date:   Mon Oct 4 18:18:48 2010 -0400
45778
45779     Add hb_face_get_upem()
45780
45781  src/hb-font.cc | 6 ++++++
45782  src/hb-font.h  | 3 +++
45783  2 files changed, 9 insertions(+)
45784
45785 commit d47f79db92fa45d51cd5f7845db8a206f5ec122b
45786 Author: Behdad Esfahbod <behdad@behdad.org>
45787 Date:   Mon Oct 4 18:13:30 2010 -0400
45788
45789     Add TODO item
45790
45791  TODO | 2 ++
45792  1 file changed, 2 insertions(+)
45793
45794 commit bd361945a89ea31e6c4525aa030e18744ea81fb3
45795 Author: Behdad Esfahbod <behdad@behdad.org>
45796 Date:   Mon Oct 4 17:22:57 2010 -0400
45797
45798     Add API comments
45799
45800  src/hb-font.h | 17 +++++++++++++++--
45801  1 file changed, 15 insertions(+), 2 deletions(-)
45802
45803 commit 645f6f265b5f6fb85b3c0f59ea874d58c86e3917
45804 Author: Behdad Esfahbod <behdad@behdad.org>
45805 Date:   Mon Oct 4 17:01:01 2010 -0400
45806
45807     Add is_mutable() functions
45808
45809     Correspond to the make_mutable() ones.
45810
45811  src/hb-font.cc   | 6 ++++++
45812  src/hb-font.h    | 2 ++
45813  src/hb-unicode.c | 6 ++++++
45814  src/hb-unicode.h | 2 ++
45815  4 files changed, 16 insertions(+)
45816
45817 commit 19c0eab8cf96d00e168c4b11ec435019c1ed44f7
45818 Author: Behdad Esfahbod <behdad@behdad.org>
45819 Date:   Mon Oct 4 16:45:21 2010 -0400
45820
45821     Add getters for all setter APIs
45822
45823     One in particular is not a straight getter: hb_font_unset_funcs() is
45824     special because of the specific needs of the lifecycle management of
45825     the user_data object.
45826
45827  src/hb-font.cc   | 64
45828  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
45829  src/hb-font.h    | 40 +++++++++++++++++++++++++++++++++++
45830  src/hb-unicode.c | 32 ++++++++++++++++++++++++++++
45831  src/hb-unicode.h | 31 ++++++++++++++++++++++++++-
45832  4 files changed, 166 insertions(+), 1 deletion(-)
45833
45834 commit f0feb084b0fd1510474b25404d1dcc5686ee0538
45835 Author: Behdad Esfahbod <behdad@behdad.org>
45836 Date:   Sun Oct 3 19:09:39 2010 -0400
45837
45838     Minor
45839
45840  src/hb-ot-layout-private.hh | 12 +++++++-----
45841  1 file changed, 7 insertions(+), 5 deletions(-)
45842
45843 commit ac0c1663fa6e93a5a94c88fc7497bc11ca17f0a1
45844 Author: Behdad Esfahbod <behdad@behdad.org>
45845 Date:   Fri Oct 1 19:09:23 2010 -0400
45846
45847     Avoid div-by-zero, validate upem
45848
45849  src/hb-ot-head-private.hh   | 7 +++++++
45850  src/hb-ot-layout-private.hh | 6 +++---
45851  2 files changed, 10 insertions(+), 3 deletions(-)
45852
45853 commit 7f97d2cd904ea999c099c73c52187c5d65aeec67
45854 Author: Behdad Esfahbod <behdad@behdad.org>
45855 Date:   Fri Oct 1 18:58:50 2010 -0400
45856
45857     Pedantic
45858
45859  src/hb-open-type-private.hh        | 12 ++++++------
45860  src/hb-ot-layout-common-private.hh |  2 +-
45861  src/hb-ot-layout-gdef-private.hh   | 10 +++++-----
45862  src/hb-ot-layout-gpos-private.hh   |  6 +++---
45863  4 files changed, 15 insertions(+), 15 deletions(-)
45864
45865 commit 2841436926d6a406bd1f4a35c66a0e3c2fdbeca7
45866 Author: Behdad Esfahbod <behdad@behdad.org>
45867 Date:   Wed Sep 29 12:20:36 2010 -0400
45868
45869     Don't zero glyph advances in MarkToBase and similar lookups
45870
45871     See email thread "Should MarkToBase attachment zero the mark advance?"
45872     started by Jonathan Kew on 23 August 2010 for details.
45873
45874  src/hb-ot-layout-gpos-private.hh | 2 --
45875  1 file changed, 2 deletions(-)
45876
45877 commit 36b3862009c00ad922d68810173a69ac59723365
45878 Author: Behdad Esfahbod <behdad@behdad.org>
45879 Date:   Wed Sep 29 12:10:24 2010 -0400
45880
45881     One fewer cmp() implementation...
45882
45883  src/hb-ot-layout-common-private.hh | 3 +--
45884  1 file changed, 1 insertion(+), 2 deletions(-)
45885
45886 commit 4e573715ae5f5ed486ad66382bb44c47a86591ff
45887 Author: Behdad Esfahbod <behdad@behdad.org>
45888 Date:   Tue Sep 28 16:23:58 2010 -0400
45889
45890     Improve cmp function parameter namings and casts
45891
45892     No semantic change.
45893
45894  src/hb-open-type-private.hh        | 6 +++---
45895  src/hb-ot-layout-common-private.hh | 6 +++---
45896  src/hb-ot-shape.cc                 | 8 ++++----
45897  3 files changed, 10 insertions(+), 10 deletions(-)
45898
45899 commit dca8aff24652c83c53efbb9d06e5e1c7ef1c2fa5
45900 Author: Behdad Esfahbod <behdad@behdad.org>
45901 Date:   Tue Sep 28 16:25:23 2010 -0400
45902
45903     Add comment re DejaVu Sans Mono having 'dflt' script
45904
45905  src/hb-ot-layout.cc | 3 ++-
45906  1 file changed, 2 insertions(+), 1 deletion(-)
45907
45908 commit 9dc45401c07cb40114067cafbe286c63a9598f3b
45909 Author: Behdad Esfahbod <behdad@behdad.org>
45910 Date:   Tue Sep 28 16:23:28 2010 -0400
45911
45912     Fix stupid bug in bsearch cmp function!
45913
45914  src/hb-ot-layout-common-private.hh | 2 +-
45915  1 file changed, 1 insertion(+), 1 deletion(-)
45916
45917 commit 6fca4c18c42bdcbc67ee8855499c51c7d6311eb2
45918 Author: Behdad Esfahbod <behdad@behdad.org>
45919 Date:   Thu Sep 23 10:28:51 2010 -0400
45920
45921     Add TODO iteam
45922
45923  TODO | 2 ++
45924  1 file changed, 2 insertions(+)
45925
45926 commit f2a30bd605a57b99fce4b78e288c2ca62f7191ad
45927 Author: Behdad Esfahbod <behdad@behdad.org>
45928 Date:   Thu Sep 23 10:27:08 2010 -0400
45929
45930     Remove unimplemented method hb_font_get_funcs()
45931
45932     Got to add a suitable replacement.
45933
45934  src/hb-font.h | 3 ---
45935  1 file changed, 3 deletions(-)
45936
45937 commit 7b9a38a112aa2421d97187a9b30619360edeabbe
45938 Author: Behdad Esfahbod <behdad@behdad.org>
45939 Date:   Wed Sep 22 17:42:59 2010 -0400
45940
45941     Add test.c using public API
45942
45943  src/Makefile.am |  6 +++-
45944  src/test.c      | 94
45945  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
45946  2 files changed, 99 insertions(+), 1 deletion(-)
45947
45948 commit 9ea7368fce3fa373d8d2925961ad211f5cf6ce70
45949 Author: Behdad Esfahbod <behdad@behdad.org>
45950 Date:   Wed Sep 22 17:38:44 2010 -0400
45951
45952     Fix hb_ot_layout leak
45953
45954  src/hb-ot-layout.cc | 2 ++
45955  1 file changed, 2 insertions(+)
45956
45957 commit 8e577acae2e605547b6a1b9b3a941cb9e3c56a4c
45958 Author: Behdad Esfahbod <behdad@behdad.org>
45959 Date:   Wed Sep 22 17:37:02 2010 -0400
45960
45961     Fix blob refcounting with insane SFNT table directories
45962
45963  src/hb-font.cc | 4 +---
45964  1 file changed, 1 insertion(+), 3 deletions(-)
45965
45966 commit 75371bea4fbf50b8604d2698b4935c011648a6b6
45967 Author: Behdad Esfahbod <behdad@behdad.org>
45968 Date:   Wed Sep 22 17:12:10 2010 -0400
45969
45970     Add TODO item
45971
45972  TODO | 2 ++
45973  1 file changed, 2 insertions(+)
45974
45975 commit 5bd1e95236320aed60fb29ca1e93b9595d4aeeec
45976 Author: Behdad Esfahbod <behdad@behdad.org>
45977 Date:   Wed Sep 22 16:46:18 2010 -0400
45978
45979     Speedup Device table delta computation for common cases
45980
45981  src/hb-ot-layout-common-private.hh | 25 +++++++++++++++++++++----
45982  1 file changed, 21 insertions(+), 4 deletions(-)
45983
45984 commit ed4acbde9c5e3323cc95037b500d1bf2878ed3ee
45985 Author: Behdad Esfahbod <behdad@behdad.org>
45986 Date:   Mon Aug 16 14:36:27 2010 -0400
45987
45988     Fix NULL dereference
45989
45990     Reported by Jonathan Kew.  Face table handling needs to be redone
45991     anyway, but fix this for now.
45992
45993  src/hb-ot-layout.cc | 6 +++---
45994  1 file changed, 3 insertions(+), 3 deletions(-)
45995
45996 commit 258305c2a5dd47bd2d83f12eaf9caa5b19ae5efb
45997 Author: Behdad Esfahbod <behdad@behdad.org>
45998 Date:   Fri Aug 13 14:10:02 2010 -0400
45999
46000     [GPOS] Fix div-by-zero
46001
46002     Patch by Jonathan Kew.  Mozilla bug #465728.
46003
46004  src/hb-ot-layout-gpos-private.hh | 2 +-
46005  1 file changed, 1 insertion(+), 1 deletion(-)
46006
46007 commit 2422c4b96d32037a5cdaef4c427ed1d25db5f647
46008 Author: Behdad Esfahbod <behdad@behdad.org>
46009 Date:   Fri Aug 13 14:00:34 2010 -0400
46010
46011     Add TODO
46012
46013  src/hb-ot-shape.cc | 2 +-
46014  1 file changed, 1 insertion(+), 1 deletion(-)
46015
46016 commit 27f0b092a13344e8791c496c77a3c1e5de4f887c
46017 Author: Behdad Esfahbod <behdad@behdad.org>
46018 Date:   Fri Jul 23 17:35:54 2010 -0400
46019
46020     Logically separate feature allocation from application
46021
46022  src/hb-ot-shape.cc | 8 ++++----
46023  1 file changed, 4 insertions(+), 4 deletions(-)
46024
46025 commit 6cf63132dc771e1bcd5627720daf4bd2ea0800a5
46026 Author: Behdad Esfahbod <behdad@behdad.org>
46027 Date:   Fri Jul 23 17:32:26 2010 -0400
46028
46029     Minor
46030
46031  src/hb-ot-shape.cc | 2 +-
46032  1 file changed, 1 insertion(+), 1 deletion(-)
46033
46034 commit 4e4ef24e46f273ad2bdda2f718223e05b37dd50f
46035 Author: Behdad Esfahbod <behdad@behdad.org>
46036 Date:   Fri Jul 23 17:22:11 2010 -0400
46037
46038     Towards separating bit allocation from shaping
46039
46040  src/hb-buffer-private.hh         |  9 ++++++---
46041  src/hb-buffer.cc                 | 12 ++++++------
46042  src/hb-ot-layout-gpos-private.hh |  2 +-
46043  src/hb-ot-layout.cc              |  2 +-
46044  src/hb-ot-shape.cc               | 41
46045  ++++++++++++++++------------------------
46046  5 files changed, 30 insertions(+), 36 deletions(-)
46047
46048 commit da6cff3864d2ef4a061a29e5918359bafcd51f4c
46049 Author: Behdad Esfahbod <behdad@behdad.org>
46050 Date:   Fri Jul 23 15:40:58 2010 -0400
46051
46052     Add TODO items
46053
46054  TODO | 3 +++
46055  1 file changed, 3 insertions(+)
46056
46057 commit acdba3f90b232fc12fcb200dca2584481b339118
46058 Author: Behdad Esfahbod <behdad@behdad.org>
46059 Date:   Fri Jul 23 15:11:18 2010 -0400
46060
46061     Prefer C linkage
46062
46063  src/Makefile.am                      |  1 +
46064  src/check-c-linkage-decls.sh         | 18 ++++++++++++++++++
46065  src/hb-blob-private.h                |  2 ++
46066  src/hb-blob.c                        | 18 ++++++++++++------
46067  src/hb-blob.h                        |  2 ++
46068  src/hb-buffer-private.hh             |  1 +
46069  src/hb-buffer.cc                     |  7 ++++++-
46070  src/hb-buffer.h                      |  1 +
46071  src/hb-common.c                      |  6 ++++++
46072  src/hb-common.h                      | 21 +++++++++++++--------
46073  src/hb-font-private.h                |  1 +
46074  src/hb-font.cc                       |  4 ++++
46075  src/hb-font.h                        |  1 +
46076  src/hb-ft.c                          | 10 ++++++++--
46077  src/hb-ft.h                          |  2 ++
46078  src/hb-glib.c                        |  6 ++++++
46079  src/hb-glib.h                        |  2 ++
46080  src/hb-graphite.cc                   |  6 ++++++
46081  src/hb-graphite.h                    |  3 ++-
46082  src/hb-icu.c                         |  6 ++++++
46083  src/hb-icu.h                         |  2 ++
46084  src/hb-language.c                    |  5 +++++
46085  src/hb-language.h                    |  2 ++
46086  src/hb-object-private.h              |  2 ++
46087  src/hb-open-file-private.hh          |  4 ++++
46088  src/hb-open-type-private.hh          |  5 +++++
46089  src/hb-ot-head-private.hh            |  5 +++++
46090  src/hb-ot-layout-common-private.hh   |  6 ++++++
46091  src/hb-ot-layout-gdef-private.hh     |  4 ++++
46092  src/hb-ot-layout-gpos-private.hh     |  6 ++++++
46093  src/hb-ot-layout-gsub-private.hh     |  7 ++++++-
46094  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++++++++++
46095  src/hb-ot-layout-private.hh          |  3 ++-
46096  src/hb-ot-layout.cc                  |  5 +++++
46097  src/hb-ot-layout.h                   |  1 +
46098  src/hb-ot-shape.cc                   |  6 ++++++
46099  src/hb-ot-shape.h                    |  2 ++
46100  src/hb-ot-tag.c                      |  5 +++++
46101  src/hb-ot-tag.h                      |  2 ++
46102  src/hb-ot.h                          |  3 +++
46103  src/hb-private.h                     |  5 +++++
46104  src/hb-shape.cc                      |  5 +++++
46105  src/hb-shape.h                       |  1 +
46106  src/hb-unicode-private.h             |  1 +
46107  src/hb-unicode.c                     |  6 ++++++
46108  src/hb-unicode.h                     |  1 +
46109  src/hb.h                             |  3 +++
46110  src/main.cc                          |  6 ++++++
46111  48 files changed, 214 insertions(+), 20 deletions(-)
46112
46113 commit cc6d52279d10a2edcf0d86c3a18a79ff4f6d3858
46114 Author: Behdad Esfahbod <behdad@behdad.org>
46115 Date:   Fri Jul 23 15:00:13 2010 -0400
46116
46117     De-C++ where possible
46118
46119     Helps with avoiding many "extern C" declarations in source files.
46120
46121  src/Makefile.am                               | 4 ++--
46122  src/check-header-guards.sh                    | 2 +-
46123  src/{hb-font-private.hh => hb-font-private.h} | 6 +++---
46124  src/hb-font.cc                                | 2 +-
46125  src/{hb-ft.cc => hb-ft.c}                     | 2 +-
46126  src/hb-graphite.cc                            | 2 +-
46127  src/hb-ot-layout-gdef-private.hh              | 2 +-
46128  src/hb-ot-layout-private.hh                   | 2 +-
46129  8 files changed, 11 insertions(+), 11 deletions(-)
46130
46131 commit 0dd200d28f51bf4062d8a377432c8977c80cb210
46132 Author: Behdad Esfahbod <behdad@behdad.org>
46133 Date:   Fri Jul 23 14:56:29 2010 -0400
46134
46135     Header dep cleanup
46136
46137  src/hb-font-private.hh      | 2 --
46138  src/hb-ot-layout-private.hh | 1 +
46139  2 files changed, 1 insertion(+), 2 deletions(-)
46140
46141 commit fb0d25246267851a1fc200ead28c56359a40047e
46142 Author: Behdad Esfahbod <behdad@behdad.org>
46143 Date:   Fri Jul 23 14:54:22 2010 -0400
46144
46145     dos2unix
46146
46147  src/hb-ot-head-private.hh | 256
46148  +++++++++++++++++++++++-----------------------
46149  1 file changed, 128 insertions(+), 128 deletions(-)
46150
46151 commit 81408cd51ce575891e79e6483be187130f864c28
46152 Author: Behdad Esfahbod <behdad@behdad.org>
46153 Date:   Fri Jul 23 14:46:57 2010 -0400
46154
46155     Don't use "operator ="
46156
46157     Some compilers don't like operator = defined on members of union
46158     members
46159     either.  Reported by Ginn Chen for Sun Studio compilers.
46160
46161  src/hb-open-type-private.hh | 6 +++---
46162  1 file changed, 3 insertions(+), 3 deletions(-)
46163
46164 commit 39fe34d4c356516f0a92f42b13a168572829d24e
46165 Author: Behdad Esfahbod <behdad@behdad.org>
46166 Date:   Thu Jul 22 18:12:38 2010 -0400
46167
46168     Add TODO option
46169
46170  TODO | 2 ++
46171  1 file changed, 2 insertions(+)
46172
46173 commit 243a96f41482edb83e4798358064bd3329dd278c
46174 Author: Behdad Esfahbod <behdad@behdad.org>
46175 Date:   Wed Jul 21 17:21:12 2010 -0400
46176
46177     Add arm build fix to TODO
46178
46179  TODO | 1 +
46180  1 file changed, 1 insertion(+)
46181
46182 commit c407f05f99f9225916d3d0ae06eac8fbc8b55b97
46183 Author: Behdad Esfahbod <behdad@behdad.org>
46184 Date:   Wed Jul 21 17:20:44 2010 -0400
46185
46186     Remove fixed TODO item
46187
46188  TODO | 1 -
46189  1 file changed, 1 deletion(-)
46190
46191 commit 4f801bd6586defdbf70162e0c7f8968d2b476df2
46192 Author: Behdad Esfahbod <behdad@behdad.org>
46193 Date:   Wed Jul 21 16:37:01 2010 -0400
46194
46195     Mozilla bug 580233 - check for zero-length record in hb sanitizer.
46196
46197     Patch / report by Jonathan Kew.
46198
46199  src/hb-open-type-private.hh | 2 +-
46200  1 file changed, 1 insertion(+), 1 deletion(-)
46201
46202 commit 17e9ff938b638fd1cb80c990ba13bd47562116b8
46203 Author: Behdad Esfahbod <behdad@behdad.org>
46204 Date:   Thu Jul 15 11:21:34 2010 -0700
46205
46206     Fix 64bit issues with debug prints
46207
46208  src/hb-blob.c               | 10 +++++-----
46209  src/hb-open-type-private.hh |  5 +++--
46210  2 files changed, 8 insertions(+), 7 deletions(-)
46211
46212 commit fd56ae49637b978ea3b36fab5b48f1a3cc99e90e
46213 Author: Behdad Esfahbod <behdad@behdad.org>
46214 Date:   Thu Jul 8 00:53:40 2010 -0400
46215
46216     Don't bother sorting, it's a safe font error if the array is not
46217     sorted
46218
46219  src/hb-open-type-private.hh        | 29 -----------------------------
46220  src/hb-ot-layout-common-private.hh |  7 -------
46221  2 files changed, 36 deletions(-)
46222
46223 commit cc8a4abea68f2dba26feb5785f9e518e6853c744
46224 Author: Behdad Esfahbod <behdad@behdad.org>
46225 Date:   Thu Jul 8 00:40:04 2010 -0400
46226
46227     Use bsearch where applicable
46228
46229  src/hb-open-type-private.hh        |  49 +++++++++++++
46230  src/hb-ot-layout-common-private.hh | 145
46231  +++++++++++++------------------------
46232  2 files changed, 100 insertions(+), 94 deletions(-)
46233
46234 commit 2f418f5709b2b8b3ef2f6056b9d8c13b66f0b74a
46235 Author: Behdad Esfahbod <behdad@behdad.org>
46236 Date:   Wed Jul 7 22:07:40 2010 -0400
46237
46238     Remove useless TODO
46239
46240  src/hb-open-file-private.hh | 1 -
46241  1 file changed, 1 deletion(-)
46242
46243 commit da8edbb62204dc39f93d500ef85929e234e0bd19
46244 Author: Behdad Esfahbod <behdad@behdad.org>
46245 Date:   Wed Jun 9 07:15:39 2010 -0400
46246
46247     Fix header
46248
46249  src/hb-buffer-private.hh | 6 +++---
46250  1 file changed, 3 insertions(+), 3 deletions(-)
46251
46252 commit d05d13df02fbe76814694fe49cc01bbb41c3d0e7
46253 Author: Behdad Esfahbod <behdad@behdad.org>
46254 Date:   Wed Jun 9 07:15:03 2010 -0400
46255
46256     Add a test for header preprocessor guards
46257
46258  src/Makefile.am            |  4 +++-
46259  src/check-header-guards.sh | 20 ++++++++++++++++++++
46260  src/check-libstdc++.sh     |  1 -
46261  3 files changed, 23 insertions(+), 2 deletions(-)
46262
46263 commit 0f0cd9d361f1bb614aa3fd4616160d027062370e
46264 Author: Behdad Esfahbod <behdad@behdad.org>
46265 Date:   Wed Jun 9 06:32:56 2010 -0400
46266
46267     Fix header tags
46268
46269  src/hb-font-private.hh      | 6 +++---
46270  src/hb-object-private.h     | 6 +++---
46271  src/hb-open-type-private.hh | 4 ++--
46272  src/hb-ot-layout-private.hh | 6 +++---
46273  src/hb-ot-shape.h           | 2 +-
46274  5 files changed, 12 insertions(+), 12 deletions(-)
46275
46276 commit f2a1b411b1d48c3dfac0df8e78c848d9aa3bb047
46277 Author: Behdad Esfahbod <behdad@behdad.org>
46278 Date:   Thu Jun 3 11:37:51 2010 -0400
46279
46280     Followup fix for variation-selectors
46281
46282     Patch from Jonathan Kew
46283
46284  src/hb-ot-shape.cc | 3 ++-
46285  1 file changed, 2 insertions(+), 1 deletion(-)
46286
46287 commit a224b4d502d026fa642ee4098bf7bc0b4ba7ce27
46288 Author: Behdad Esfahbod <behdad@behdad.org>
46289 Date:   Wed Jun 2 22:24:54 2010 -0400
46290
46291     Fix skipping variation-selectors
46292
46293  src/hb-ot-shape.cc | 14 ++++++++------
46294  1 file changed, 8 insertions(+), 6 deletions(-)
46295
46296 commit 81a77b115db401f69e869690f24b9047370bdfde
46297 Author: Behdad Esfahbod <behdad@behdad.org>
46298 Date:   Tue Jun 1 23:03:54 2010 -0400
46299
46300     Make feature sorting stable
46301
46302  src/hb-ot-shape.cc | 4 +++-
46303  1 file changed, 3 insertions(+), 1 deletion(-)
46304
46305 commit fdc322a82047c4bda9fa3dab4338a0eac1c1bde7
46306 Author: Behdad Esfahbod <behdad@behdad.org>
46307 Date:   Fri May 28 20:55:52 2010 -0400
46308
46309     Minor
46310
46311  src/hb-ot-shape.cc | 38 +++++++++++++++++++++-----------------
46312  1 file changed, 21 insertions(+), 17 deletions(-)
46313
46314 commit f062ec6bb24b1c21d37b12adc7e944a5fe53526a
46315 Author: Behdad Esfahbod <behdad@behdad.org>
46316 Date:   Fri May 28 20:54:43 2010 -0400
46317
46318     Further simplify mask allocator
46319
46320  src/hb-ot-shape.cc | 23 +++++++----------------
46321  1 file changed, 7 insertions(+), 16 deletions(-)
46322
46323 commit 8af45fda475d075c5a285002463a00a0423d3926
46324 Author: Behdad Esfahbod <behdad@behdad.org>
46325 Date:   Fri May 28 20:41:20 2010 -0400
46326
46327     Fix global feature handling
46328
46329  src/hb-ot-shape.cc | 6 +++++-
46330  1 file changed, 5 insertions(+), 1 deletion(-)
46331
46332 commit e04685ee7be01695ec437fab50f919f1b7423c57
46333 Author: Behdad Esfahbod <behdad@behdad.org>
46334 Date:   Fri May 28 20:37:06 2010 -0400
46335
46336     Simplify mask allocation
46337
46338  src/hb-ot-shape.cc | 48 ++++++++++++++++++++----------------------------
46339  1 file changed, 20 insertions(+), 28 deletions(-)
46340
46341 commit 0e235d0fc9bdeeaffa7215c21abc5d40767a10c7
46342 Author: Behdad Esfahbod <behdad@behdad.org>
46343 Date:   Fri May 28 20:21:47 2010 -0400
46344
46345     Towards a mask allocator
46346
46347  src/hb-ot-shape.cc | 291
46348  ++++++++++++++++++++++++++++++++++-------------------
46349  1 file changed, 186 insertions(+), 105 deletions(-)
46350
46351 commit 81c5e8724b740c6e42ed3a45e0574c7c5f3ad8e6
46352 Author: Behdad Esfahbod <behdad@behdad.org>
46353 Date:   Fri May 28 18:31:16 2010 -0400
46354
46355     Allow disabling default features
46356
46357     Patch from Jonathan Kew
46358
46359  src/hb-buffer-private.hh |  18 +++--
46360  src/hb-buffer.cc         |  15 ++--
46361  src/hb-ot-shape.cc       | 196
46362  ++++++++++++++++++++++++++++++++---------------
46363  3 files changed, 153 insertions(+), 76 deletions(-)
46364
46365 commit 2163afbf35044f59dbf449254e65b8c9feb6cdeb
46366 Author: Behdad Esfahbod <behdad@behdad.org>
46367 Date:   Thu May 27 14:04:15 2010 -0400
46368
46369     Add note about UTF-8 decoder
46370
46371  src/hb-buffer.cc | 2 ++
46372  1 file changed, 2 insertions(+)
46373
46374 commit 226faa58f4e23eb655bebb0eff7206a3024c8d55
46375 Author: Behdad Esfahbod <behdad@behdad.org>
46376 Date:   Thu May 27 11:42:34 2010 -0400
46377
46378     Fix loop
46379
46380  src/hb-ot-tag.c | 4 ++--
46381  1 file changed, 2 insertions(+), 2 deletions(-)
46382
46383 commit 56bef5680cc76a67d16ca14ac69f0dda1a691968
46384 Author: Martin Hosken <martin_hosken@sil.org>
46385 Date:   Thu May 27 10:09:04 2010 +0100
46386
46387     Fixes to Python and Graphite from Martin
46388
46389  contrib/python/README             |  10 ++++
46390  contrib/python/lib/fontconfig.pyx |  47 +++++++++++++++++
46391  contrib/python/lib/harfbuzz.pyx   | 104
46392  ++------------------------------------
46393  contrib/python/scripts/hbtestfont | 103
46394  +++++++++++++++++++++++++++++++++----
46395  contrib/python/setup.py           |   3 +-
46396  src/hb-graphite.cc                |   8 +--
46397  6 files changed, 159 insertions(+), 116 deletions(-)
46398
46399 commit b485da0b719cb03cc33da57802c5151301664c2f
46400 Author: Behdad Esfahbod <behdad@behdad.org>
46401 Date:   Thu May 27 11:39:19 2010 -0400
46402
46403     Disable Graphite as it crashes all over the place...
46404
46405  src/hb-shape.cc | 2 +-
46406  1 file changed, 1 insertion(+), 1 deletion(-)
46407
46408 commit 93ac709b1f6b015371c29bf244a9ece62baedff0
46409 Author: Behdad Esfahbod <behdad@behdad.org>
46410 Date:   Wed May 26 16:22:00 2010 -0400
46411
46412     Cypriot is RTL
46413
46414  src/hb-unicode.c | 2 +-
46415  1 file changed, 1 insertion(+), 1 deletion(-)
46416
46417 commit 15c7379c16dbb9ee8ed1c0333ca7492532ce8423
46418 Author: Behdad Esfahbod <behdad@behdad.org>
46419 Date:   Wed May 26 10:48:10 2010 -0400
46420
46421     Revert "Merge remote branch 'martin/master'"
46422
46423     This reverts commit 80af2812fb3b231ddcb4608ec13c6038a681c818,
46424     reversing
46425     changes made to c442672ec2fb83ed41f3994b3aa4f92a097664ab.
46426
46427  contrib/python/README             |  10 ----
46428  contrib/python/lib/fontconfig.pyx |  47 -----------------
46429  contrib/python/lib/harfbuzz.pyx   | 104
46430  ++++++++++++++++++++++++++++++++++++--
46431  contrib/python/scripts/hbtestfont |  98
46432  ++++-------------------------------
46433  contrib/python/setup.py           |   3 +-
46434  src/Makefile.am                   |   2 +-
46435  src/hb-graphite.cc                |   8 +--
46436  src/hb-ot-shape.cc                |   2 +-
46437  src/hb-ot-tag.c                   |   1 -
46438  src/hb-ot.h                       |   2 +-
46439  src/hb-shape.cc                   |   2 +-
46440  11 files changed, 119 insertions(+), 160 deletions(-)
46441
46442 commit 80af2812fb3b231ddcb4608ec13c6038a681c818
46443 Merge: c442672e 3109a86a
46444 Author: Behdad Esfahbod <behdad@behdad.org>
46445 Date:   Mon May 24 18:14:24 2010 +0100
46446
46447     Merge remote branch 'martin/master'
46448
46449 commit c442672ec2fb83ed41f3994b3aa4f92a097664ab
46450 Author: Behdad Esfahbod <behdad@behdad.org>
46451 Date:   Mon May 24 18:02:32 2010 +0100
46452
46453     Fix struct initializers
46454
46455  src/hb-ft.cc  | 12 ++++++------
46456  src/hb-glib.c | 14 +++++++-------
46457  src/hb-icu.c  | 14 +++++++-------
46458  3 files changed, 20 insertions(+), 20 deletions(-)
46459
46460 commit f5ac9de259773a5f86809892e58166a485d70a3d
46461 Author: Behdad Esfahbod <behdad@behdad.org>
46462 Date:   Mon May 24 18:01:09 2010 +0100
46463
46464     Minor
46465
46466  src/hb-object-private.h | 24 +++++++++++++-----------
46467  1 file changed, 13 insertions(+), 11 deletions(-)
46468
46469 commit f97bf4f81257c97a46dff51be31b2ec214d6c270
46470 Author: Behdad Esfahbod <behdad@behdad.org>
46471 Date:   Mon May 24 17:50:19 2010 +0100
46472
46473     Make sure we initialize all callbacks upon creation
46474
46475     Also fixes issue with unicode callbacks never being set really.
46476
46477  src/hb-font.cc   | 18 +++++++-----------
46478  src/hb-unicode.c |  9 ++-------
46479  2 files changed, 9 insertions(+), 18 deletions(-)
46480
46481 commit bf36a1074ab23abeab0a7a6c47db26770dc1ab0a
46482 Author: Behdad Esfahbod <behdad@behdad.org>
46483 Date:   Mon May 24 17:46:21 2010 +0100
46484
46485     Move all callback functions in a vtable structs
46486
46487  src/hb-font-private.hh   | 10 ++++++----
46488  src/hb-font.cc           | 28 +++++++++++++++-------------
46489  src/hb-ot-shape.cc       |  4 ++--
46490  src/hb-unicode-private.h | 12 +++++++-----
46491  src/hb-unicode.c         | 32 +++++++++++++++++---------------
46492  5 files changed, 47 insertions(+), 39 deletions(-)
46493
46494 commit 3109a86add936ae4cc77541fc026c4fe2db4e328
46495 Author: Martin Hosken <martin_hosken@sil.org>
46496 Date:   Mon May 24 13:25:37 2010 +0100
46497
46498     hb-graphite now no longer has -ve advances within clusters. Fix
46499     infinite loop in tag_to_script(). python fixed to use tag_to_script
46500     and allow hbtestfont to be passed font files, where fontconfig knows
46501     about them.
46502
46503  contrib/python/lib/harfbuzz.pyx   | 4 ++--
46504  contrib/python/scripts/hbtestfont | 6 +++++-
46505  src/hb-graphite.cc                | 4 ++--
46506  src/hb-ot-tag.c                   | 1 +
46507  4 files changed, 10 insertions(+), 5 deletions(-)
46508
46509 commit e5bed0a37fe1b0576d08435179e455cb28eadcdb
46510 Author: Martin Hosken <martin_hosken@sil.org>
46511 Date:   Sat May 22 20:19:00 2010 +0100
46512
46513     Tidy up hbtestfont and add README
46514
46515  contrib/python/README             |  10 +++
46516  contrib/python/scripts/hbtestfont | 134
46517  +++++++++++++++++++-------------------
46518  2 files changed, 77 insertions(+), 67 deletions(-)
46519
46520 commit 70ae332fe66510500d303b6fcc79537833b42f05
46521 Author: Martin Hosken <martin_hosken@sil.org>
46522 Date:   Sat May 22 19:58:00 2010 +0100
46523
46524     Add fontconfig to hbtestfont
46525
46526  contrib/python/lib/fontconfig.pyx | 47 ++++++++++++++++++++++++++++
46527  contrib/python/scripts/hbtestfont | 64
46528  ++++++++++++++++++++++++---------------
46529  contrib/python/setup.py           |  3 +-
46530  3 files changed, 88 insertions(+), 26 deletions(-)
46531
46532 commit 72631c9d06b131d82080f212908e7d0b0266b841
46533 Merge: 1432ab15 1094a294
46534 Author: Martin Hosken <martin_hosken@sil.org>
46535 Date:   Sat May 22 09:38:02 2010 +0100
46536
46537     Merge branch 'master' of git://git.freedesktop.org/~behdad/harfbuzz-ng
46538
46539 commit 1432ab15c163eb0b5be3de66a4cb3df15ad73500
46540 Author: Martin Hosken <martin_hosken@sil.org>
46541 Date:   Sat May 22 00:56:40 2010 +0100
46542
46543     Add graphical output to hbtestfont
46544
46545  contrib/python/lib/harfbuzz.pyx   | 100
46546  +-------------------------------------
46547  contrib/python/scripts/hbtestfont |  62 ++++++++++++++++++++++-
46548  src/Makefile.am                   |   2 +-
46549  src/hb-ot-shape.cc                |   2 +-
46550  src/hb-ot.h                       |   2 +-
46551  src/hb-shape.cc                   |   2 +-
46552  6 files changed, 67 insertions(+), 103 deletions(-)
46553
46554 commit bbc7a99d01298f9be1ebaaceacbc9bc961e247e5
46555 Author: Behdad Esfahbod <behdad@behdad.org>
46556 Date:   Fri May 21 18:24:34 2010 +0100
46557
46558     Move mirroring around a bit
46559
46560  src/hb-ot-shape.cc | 8 ++++----
46561  1 file changed, 4 insertions(+), 4 deletions(-)
46562
46563 commit bd0987386b3a4dddf208ccf1a70ebfff6242ba73
46564 Author: Behdad Esfahbod <behdad@behdad.org>
46565 Date:   Fri May 21 18:06:35 2010 +0100
46566
46567     Add a few more standard features
46568
46569  src/hb-ot-shape.cc | 10 ++++++----
46570  1 file changed, 6 insertions(+), 4 deletions(-)
46571
46572 commit 75f3469ca6d626b08eb411984a2ba7fd48ca5b5f
46573 Author: Behdad Esfahbod <behdad@behdad.org>
46574 Date:   Fri May 21 17:59:04 2010 +0100
46575
46576     Add note
46577
46578  src/hb-ot-shape.cc | 1 +
46579  1 file changed, 1 insertion(+)
46580
46581 commit 1094a294f6a44c47fc75867983f2b135a6442bab
46582 Author: Behdad Esfahbod <behdad@behdad.org>
46583 Date:   Fri May 21 17:58:20 2010 +0100
46584
46585     Add rtlm
46586
46587  src/hb-ot-shape.cc | 26 +++++++++++++++++++++-----
46588  1 file changed, 21 insertions(+), 5 deletions(-)
46589
46590 commit 074ea787493a37ae8f68d17be7820f13fff57520
46591 Author: Behdad Esfahbod <behdad@behdad.org>
46592 Date:   Fri May 21 17:53:10 2010 +0100
46593
46594     Add ltra, ltrm, and rtla features
46595
46596  src/hb-ot-shape.cc | 60
46597  +++++++++++++++++++++++++++++++++++++++++++-----------
46598  1 file changed, 48 insertions(+), 12 deletions(-)
46599
46600 commit 1ce7b87c4d8d1ab3ec1d5198351d71b7199f7c64
46601 Author: Behdad Esfahbod <behdad@behdad.org>
46602 Date:   Fri May 21 17:31:45 2010 +0100
46603
46604     Cleanup bitmask allocation
46605
46606  src/hb-buffer-private.hh | 16 +++++++++++++
46607  src/hb-buffer.cc         | 36 +++++++++++++++++++++++++++++
46608  src/hb-ot-shape.cc       | 60
46609  +++++++++++++++++++++---------------------------
46610  3 files changed, 78 insertions(+), 34 deletions(-)
46611
46612 commit dd22a8f7bfd424a69286e90f79d2a23af6e89ec1
46613 Author: Behdad Esfahbod <behdad@behdad.org>
46614 Date:   Fri May 21 16:43:17 2010 +0100
46615
46616     Add note
46617
46618  src/hb-ot-layout-gsub-private.hh | 1 +
46619  1 file changed, 1 insertion(+)
46620
46621 commit cbd1d6a63a5d696b7d6a5aba9ee7305ea228416a
46622 Author: Martin Hosken <martin_hosken@sil.org>
46623 Date:   Fri May 21 15:16:43 2010 +0100
46624
46625     Rename Grxxx to HbGrxxx
46626
46627  src/hb-graphite.cc | 26 +++++++++++++-------------
46628  1 file changed, 13 insertions(+), 13 deletions(-)
46629
46630 commit 0375bdd2027767ee7bebef1ed289b33dc64f430e
46631 Author: Martin Hosken <martin_hosken@sil.org>
46632 Date:   Fri May 21 15:01:37 2010 +0100
46633
46634     Rename classes from Grxxx to HbGrxxx
46635
46636  src/hb-graphite.cc | 22 +++++++++++-----------
46637  1 file changed, 11 insertions(+), 11 deletions(-)
46638
46639 commit a5a72e004bb7123445c2c3a94352d358fc80d904
46640 Author: Behdad Esfahbod <behdad@behdad.org>
46641 Date:   Fri May 21 15:12:52 2010 +0100
46642
46643     Add hb-ot-shape.h, oops.
46644
46645  src/hb-ot-shape.h | 44 ++++++++++++++++++++++++++++++++++++++++++++
46646  1 file changed, 44 insertions(+)
46647
46648 commit aa62a402a72bdecad2a955dbfaf6e24cd2c00e55
46649 Author: Behdad Esfahbod <behdad@behdad.org>
46650 Date:   Fri May 21 14:42:11 2010 +0100
46651
46652     Fix Makefile to install hb-ot-shape.h
46653
46654  src/Makefile.am | 2 +-
46655  src/hb-ot.h     | 1 +
46656  2 files changed, 2 insertions(+), 1 deletion(-)
46657
46658 commit 9722b8f005a10fd16e841df4da3ccd80be66e296
46659 Author: Behdad Esfahbod <behdad@behdad.org>
46660 Date:   Fri May 21 14:37:47 2010 +0100
46661
46662     Simple renames
46663
46664  src/hb-ot-shape.cc | 36 ++++++++++++++++++------------------
46665  1 file changed, 18 insertions(+), 18 deletions(-)
46666
46667 commit 02f28550d785671cf92fd4239c5f913f7e71585f
46668 Author: Behdad Esfahbod <behdad@behdad.org>
46669 Date:   Fri May 21 14:37:28 2010 +0100
46670
46671     Graphite also forces us to link to libstdc++ currently
46672
46673  src/Makefile.am | 3 +++
46674  1 file changed, 3 insertions(+)
46675
46676 commit ca663bb23c16f6a1f04efa6e10dad0e3e7c260a3
46677 Author: Behdad Esfahbod <behdad@behdad.org>
46678 Date:   Fri May 21 14:34:23 2010 +0100
46679
46680     Move main shaper code into hb_ot_shape()
46681
46682  src/hb-ot-shape-private.hh |  53 -----------
46683  src/hb-ot-shape.cc         | 225
46684  ++++++++++++++++++++++++++++++++++++++++++---
46685  src/hb-shape.cc            | 209
46686  +----------------------------------------
46687  3 files changed, 214 insertions(+), 273 deletions(-)
46688
46689 commit 7acd232d36c2b2ed03823e6aa6bb2b814bf673b3
46690 Author: Behdad Esfahbod <behdad@behdad.org>
46691 Date:   Fri May 21 14:20:48 2010 +0100
46692
46693     Fix test failing
46694
46695  src/hb-graphite.cc | 2 +-
46696  1 file changed, 1 insertion(+), 1 deletion(-)
46697
46698 commit dd47924d88d86b83e7f3ab040de6e7136ac0ca09
46699 Author: Behdad Esfahbod <behdad@behdad.org>
46700 Date:   Fri May 21 14:18:08 2010 +0100
46701
46702     Fix warnings
46703
46704  src/hb-graphite.cc | 14 +++++---------
46705  1 file changed, 5 insertions(+), 9 deletions(-)
46706
46707 commit 305ba8671553cd955c20a54db622666c0bb02532
46708 Author: Behdad Esfahbod <behdad@behdad.org>
46709 Date:   Fri May 21 14:02:20 2010 +0100
46710
46711     Import Graphite shaping backend by Martin Hosken
46712
46713  configure.ac       |   6 ++
46714  src/Makefile.am    |  11 ++
46715  src/hb-graphite.cc | 308
46716  +++++++++++++++++++++++++++++++++++++++++++++++++++++
46717  src/hb-graphite.h  |  46 ++++++++
46718  src/hb-shape.cc    |  15 +++
46719  5 files changed, 386 insertions(+)
46720
46721 commit 3ba6818ba9be950e46902f0239f2451ec0e65d44
46722 Author: Behdad Esfahbod <behdad@behdad.org>
46723 Date:   Fri May 21 13:51:29 2010 +0100
46724
46725     Update the Python module
46726
46727  contrib/python/lib/harfbuzz.pyx | 40
46728  +++++++++++++++++++++-------------------
46729  1 file changed, 21 insertions(+), 19 deletions(-)
46730
46731 commit 83f34677bcbc6bb194940407b0fcb23575650e3d
46732 Author: Behdad Esfahbod <behdad@behdad.org>
46733 Date:   Fri May 21 13:43:49 2010 +0100
46734
46735     Add hb_tag_from_string()
46736
46737  src/Makefile.am |  1 +
46738  src/hb-common.c | 41 +++++++++++++++++++++++++++++++++++++++++
46739  src/hb-common.h |  3 +++
46740  3 files changed, 45 insertions(+)
46741
46742 commit 4a9a5c0b06e8aa5d15327242609a7c766d3e0e94
46743 Author: Behdad Esfahbod <behdad@behdad.org>
46744 Date:   Fri May 21 13:33:46 2010 +0100
46745
46746     Don't allocate bits for features not available
46747
46748  src/hb-ot-shape.cc | 10 ++++++----
46749  1 file changed, 6 insertions(+), 4 deletions(-)
46750
46751 commit e53d77142ac4ecbe38ab3235491fa93cb7ff16ab
46752 Author: Behdad Esfahbod <behdad@behdad.org>
46753 Date:   Fri May 21 13:32:38 2010 +0100
46754
46755     Speed up feature mask setting
46756
46757     Patch from Jonathan Kew.
46758
46759  src/hb-ot-shape.cc | 31 +++++++++++++++++++++++++------
46760  1 file changed, 25 insertions(+), 6 deletions(-)
46761
46762 commit 4fa67f34ecc65056ce60a572213fbdae66e0423b
46763 Author: Behdad Esfahbod <behdad@behdad.org>
46764 Date:   Fri May 21 13:29:12 2010 +0100
46765
46766     Add Unicode 5.2 scripts
46767
46768  src/hb-icu.c     | 29 ++++++++++++++++++++++++++++-
46769  src/hb-ot-tag.c  | 21 +++++++++++++++++++--
46770  src/hb-unicode.c | 19 ++++++++++++++++++-
46771  src/hb-unicode.h | 19 ++++++++++++++++++-
46772  4 files changed, 83 insertions(+), 5 deletions(-)
46773
46774 commit ee1b322100a6bd575b999904592abbd9fed5587f
46775 Author: Behdad Esfahbod <behdad@behdad.org>
46776 Date:   Fri May 21 12:55:57 2010 +0100
46777
46778     Fix feature mask setting
46779
46780  src/hb-ot-shape.cc | 6 +++---
46781  1 file changed, 3 insertions(+), 3 deletions(-)
46782
46783 commit b490fa343322f1b5abaf880abc073287c1f34132
46784 Author: Behdad Esfahbod <behdad@behdad.org>
46785 Date:   Fri May 21 11:15:07 2010 +0100
46786
46787     Add hb_ot_tag_to_script()
46788
46789  src/hb-ot-tag.c | 14 ++++++++++++++
46790  src/hb-ot-tag.h |  3 +++
46791  2 files changed, 17 insertions(+)
46792
46793 commit 50355309047765558ef8f5d60aefed42a7f954cc
46794 Author: Behdad Esfahbod <behdad@behdad.org>
46795 Date:   Fri May 21 10:33:23 2010 +0100
46796
46797     Add Python wrapper from Martin Hosken
46798
46799  contrib/python/lib/harfbuzz.pyx   | 306
46800  ++++++++++++++++++++++++++++++++++++++
46801  contrib/python/runpy              |   2 +
46802  contrib/python/scripts/hbtestfont |  35 +++++
46803  contrib/python/setup.py           |  24 +++
46804  4 files changed, 367 insertions(+)
46805
46806 commit 280af1bddb958ff97cf7ce12fe7ec2b6352e61d0
46807 Author: Behdad Esfahbod <behdad@behdad.org>
46808 Date:   Thu May 20 18:33:35 2010 +0100
46809
46810     Let hb_face_get_table() return NULL if table not found
46811
46812  src/hb-font.cc              | 2 +-
46813  src/hb-font.h               | 1 +
46814  src/hb-open-type-private.hh | 3 +++
46815  3 files changed, 5 insertions(+), 1 deletion(-)
46816
46817 commit 1cdbfd944eecb58587461f57f037e47a44f39990
46818 Author: Behdad Esfahbod <behdad@behdad.org>
46819 Date:   Thu May 20 17:47:28 2010 +0100
46820
46821     Fix alternate, again
46822
46823  src/hb-ot-layout-gsub-private.hh | 6 +++---
46824  1 file changed, 3 insertions(+), 3 deletions(-)
46825
46826 commit fdca3d51603bd6bef6a4b0ee4a560f7dcd2f1d37
46827 Author: Behdad Esfahbod <behdad@behdad.org>
46828 Date:   Thu May 20 17:46:20 2010 +0100
46829
46830     Fix alternate off-by-one
46831
46832  src/hb-ot-layout-gsub-private.hh | 2 +-
46833  1 file changed, 1 insertion(+), 1 deletion(-)
46834
46835 commit b634beb39e0a4fef7167a8af646f6b2d8cafe69b
46836 Author: Behdad Esfahbod <behdad@behdad.org>
46837 Date:   Thu May 20 17:44:52 2010 +0100
46838
46839     Fix delta scale, again...
46840
46841  src/hb-ot-layout-common-private.hh |  8 ++++++++
46842  src/hb-ot-layout-gdef-private.hh   |  3 +--
46843  src/hb-ot-layout-gpos-private.hh   | 12 ++++++------
46844  src/hb-ot-layout-private.hh        |  2 +-
46845  4 files changed, 16 insertions(+), 9 deletions(-)
46846
46847 commit 40335d4533ac2b08121c9dc6003f3ebc5b44a67b
46848 Author: Behdad Esfahbod <behdad@behdad.org>
46849 Date:   Thu May 20 17:35:14 2010 +0100
46850
46851     Remove unused operator
46852
46853  src/hb-ot-layout-common-private.hh | 2 --
46854  1 file changed, 2 deletions(-)
46855
46856 commit f7acd8df5146155b51d6f50aeb04f54f3030c1c3
46857 Author: Behdad Esfahbod <behdad@behdad.org>
46858 Date:   Thu May 20 17:26:35 2010 +0100
46859
46860     Do alternate glyph selection!
46861
46862     Kinda hand-wavy right now.  Not tested.
46863
46864  src/hb-ot-layout-gpos-private.hh     | 12 +++++++-----
46865  src/hb-ot-layout-gsub-private.hh     | 20 +++++++++-----------
46866  src/hb-ot-layout-gsubgpos-private.hh |  1 +
46867  src/hb-private.h                     | 19 ++++++++++++++++++-
46868  4 files changed, 35 insertions(+), 17 deletions(-)
46869
46870 commit 750a2294553d252e28875b605fe61fd9d6696e0f
46871 Author: Behdad Esfahbod <behdad@behdad.org>
46872 Date:   Thu May 20 16:23:27 2010 +0100
46873
46874     get_table() is allowed to return NULL.  Use that to simplify code
46875
46876  src/hb-font.cc | 2 +-
46877  src/hb-ft.cc   | 6 +++---
46878  2 files changed, 4 insertions(+), 4 deletions(-)
46879
46880 commit 99d9ef785f108df76f80a307eaa2784685ea86ba
46881 Author: Behdad Esfahbod <behdad@behdad.org>
46882 Date:   Thu May 20 15:47:49 2010 +0100
46883
46884     Write hb_face_create_for_data() in terms of
46885     hb_face_create_for_tables()
46886
46887     Fixes lack of head_table initialization in create_for_tables() also.
46888
46889  src/hb-font.cc | 35 ++++++++++++-----------------------
46890  1 file changed, 12 insertions(+), 23 deletions(-)
46891
46892 commit 6774463883978b00b4d8c719ed75edfc4537c77f
46893 Author: Behdad Esfahbod <behdad@behdad.org>
46894 Date:   Thu May 20 15:40:12 2010 +0100
46895
46896     Apply user features to ranges!
46897
46898  src/hb-ot-shape.cc | 23 ++++++++++++++++++++++-
46899  1 file changed, 22 insertions(+), 1 deletion(-)
46900
46901 commit 9b6023338530a2dbb8214eb4391ef3e8372f3892
46902 Author: Behdad Esfahbod <behdad@behdad.org>
46903 Date:   Thu May 20 15:31:12 2010 +0100
46904
46905     Add _hb_bit_storage()
46906
46907  src/hb-private.h | 35 ++++++++++++++++++++++-------------
46908  1 file changed, 22 insertions(+), 13 deletions(-)
46909
46910 commit 6b1b957f6d2955cbe4fa97e2659e033b3eaaf4d2
46911 Author: Behdad Esfahbod <behdad@behdad.org>
46912 Date:   Thu May 20 15:14:44 2010 +0100
46913
46914     Add lookup_map
46915
46916  src/hb-ot-shape.cc | 48 +++++++++++++++++++++++++++++++++---------------
46917  1 file changed, 33 insertions(+), 15 deletions(-)
46918
46919 commit 60010a0c4d8efae5c61a0c9cf10cfe2c1860f41e
46920 Author: Behdad Esfahbod <behdad@behdad.org>
46921 Date:   Thu May 20 14:05:02 2010 +0100
46922
46923     Update always-apply mask from 0xFFFF to 1
46924
46925     We plan to use the first bit to be always on.
46926
46927  src/hb-ot-shape.cc | 4 ++--
46928  1 file changed, 2 insertions(+), 2 deletions(-)
46929
46930 commit 009aad567863c05ee2ec4a3ee76fe0ee79c767bb
46931 Author: Behdad Esfahbod <behdad@behdad.org>
46932 Date:   Thu May 20 14:00:57 2010 +0100
46933
46934     Invert the mask logic
46935
46936     Before, the mask in the buffer was inverted.  That is, a 0 bit meant
46937     feature should be applied and 1 meant not applied, whereas in the
46938     lookups, the logic was positive.
46939
46940     Now both are in sync.  When calling hb_buffer_add_glyph() manually,
46941     the mask should be 1 instead of 0.
46942
46943  src/hb-buffer.cc                 | 2 +-
46944  src/hb-ot-layout-gpos-private.hh | 2 +-
46945  src/hb-ot-layout-gsub-private.hh | 4 ++--
46946  3 files changed, 4 insertions(+), 4 deletions(-)
46947
46948 commit 7f411dbfd9f8d5360c948531ff9f6c3998d1d897
46949 Author: Behdad Esfahbod <behdad@behdad.org>
46950 Date:   Thu May 20 13:40:18 2010 +0100
46951
46952     Apply user features
46953
46954     No ranges yet
46955
46956  src/hb-ot-shape.cc | 8 ++++++++
46957  1 file changed, 8 insertions(+)
46958
46959 commit 0db299ccad346d9ea5573ea8408b78d9997bd379
46960 Author: Behdad Esfahbod <behdad@behdad.org>
46961 Date:   Thu May 20 13:30:09 2010 +0100
46962
46963     Change hb_feature_t to keep tag/int instead of string
46964
46965  src/hb-shape.h | 4 ++--
46966  1 file changed, 2 insertions(+), 2 deletions(-)
46967
46968 commit 0a4399ca228d244e646abdb3487da0f13b228889
46969 Author: Behdad Esfahbod <behdad@behdad.org>
46970 Date:   Wed May 19 15:45:06 2010 -0400
46971
46972     Fix scale issues
46973
46974     hb_font_set_scale() now sets the value to be used to represent a unit
46975     pixel.  For example, if rendering a 10px font with a 26.6
46976     representation,
46977     you would set scale to (10 << 6).  For 10px in 16.16 you would set
46978     it to
46979     (10 << 16).  This space should be the same space that the
46980     get_glyph_metrics
46981     and get_kerning callbacks work in.
46982
46983  src/hb-common.h                  |  1 -
46984  src/hb-font-private.hh           |  8 +++-----
46985  src/hb-font.cc                   | 12 ++++++------
46986  src/hb-font.h                    | 12 +++---------
46987  src/hb-ft.cc                     |  4 ++--
46988  src/hb-ot-layout-gdef-private.hh |  6 +++---
46989  src/hb-ot-layout-gpos-private.hh | 37
46990  +++++++++++++++++--------------------
46991  src/hb-ot-layout-gsub-private.hh |  2 +-
46992  src/hb-ot-layout-private.hh      | 20 +++++++++++---------
46993  src/hb-ot-layout.cc              | 31 +++++++++++++++----------------
46994  src/hb-private.h                 |  4 ----
46995  11 files changed, 61 insertions(+), 76 deletions(-)
46996
46997 commit cf5585cfa6cac6fdf627a99941299e76af5ae0f7
46998 Author: Behdad Esfahbod <behdad@behdad.org>
46999 Date:   Wed May 19 12:03:35 2010 -0400
47000
47001     Add 'head' table
47002
47003  src/Makefile.am             |   1 +
47004  src/hb-font-private.hh      |   5 ++
47005  src/hb-font.cc              |   9 ++++
47006  src/hb-open-type-private.hh |   2 +-
47007  src/hb-ot-head-private.hh   | 128
47008  ++++++++++++++++++++++++++++++++++++++++++++
47009  5 files changed, 144 insertions(+), 1 deletion(-)
47010
47011 commit e29caf3f943b2b6f4997f469f7274252c82f465e
47012 Author: Behdad Esfahbod <behdad@behdad.org>
47013 Date:   Wed May 19 11:47:17 2010 -0400
47014
47015     Add LONGDATETIME
47016
47017  src/hb-open-type-private.hh | 15 +++++++++++++++
47018  1 file changed, 15 insertions(+)
47019
47020 commit f415755fdf011d3fa3b9aad04c38f2255dd7acf8
47021 Author: Behdad Esfahbod <behdad@behdad.org>
47022 Date:   Mon May 17 15:14:14 2010 -0400
47023
47024     Minor
47025
47026  src/hb-ot-layout.cc | 52
47027  +++++++++++++++++++++++++++-------------------------
47028  1 file changed, 27 insertions(+), 25 deletions(-)
47029
47030 commit 73af7756dc6d3961f176854246e5722baff101fb
47031 Author: Behdad Esfahbod <behdad@behdad.org>
47032 Date:   Fri May 14 23:38:08 2010 -0400
47033
47034     Indent
47035
47036  src/hb-ot-layout-gsub-private.hh | 12 ++++++------
47037  1 file changed, 6 insertions(+), 6 deletions(-)
47038
47039 commit 3567b87cce541dfb0af7caf024ec67c9d3c09214
47040 Author: Behdad Esfahbod <behdad@behdad.org>
47041 Date:   Fri May 14 23:28:44 2010 -0400
47042
47043     Add an inline version of hb_buffer_ensure()
47044
47045  src/hb-buffer.cc | 117
47046  ++++++++++++++++++++++++++++++-------------------------
47047  1 file changed, 63 insertions(+), 54 deletions(-)
47048
47049 commit a6a79df5fe2ed2cd307e7a991346faee164e70d9
47050 Author: Behdad Esfahbod <behdad@behdad.org>
47051 Date:   Fri May 14 23:20:16 2010 -0400
47052
47053     Handle malloc failture in the buffer
47054
47055  src/hb-buffer-private.hh |  5 ++--
47056  src/hb-buffer.cc         | 71
47057  +++++++++++++++++++++++++++++-------------------
47058  src/hb-buffer.h          |  2 +-
47059  3 files changed, 47 insertions(+), 31 deletions(-)
47060
47061 commit ca54a12658510f9aa0b2db82f20a8fac230d6bb6
47062 Author: Behdad Esfahbod <behdad@behdad.org>
47063 Date:   Fri May 14 22:25:42 2010 -0400
47064
47065     Minor
47066
47067  src/hb-shape.cc | 60
47068  +++++++++++++++++++++++++--------------------------------
47069  1 file changed, 26 insertions(+), 34 deletions(-)
47070
47071 commit 910a33fe8457a8e13f7eb77fc92fa59c31f5e8fd
47072 Author: Behdad Esfahbod <behdad@behdad.org>
47073 Date:   Fri May 14 22:13:38 2010 -0400
47074
47075     Update buffer docs
47076
47077  src/hb-buffer-private.hh | 13 +++++++------
47078  src/hb-buffer.cc         | 16 ++++++++--------
47079  2 files changed, 15 insertions(+), 14 deletions(-)
47080
47081 commit 36b73c80df91e96492357c6da945e081e9046a93
47082 Author: Behdad Esfahbod <behdad@behdad.org>
47083 Date:   Fri May 14 22:10:39 2010 -0400
47084
47085     Shortening buffer accessors: rename buffer->in_pos to buffer->i
47086
47087  src/hb-buffer-private.hh             |  2 +-
47088  src/hb-buffer.cc                     | 52 ++++++++++----------
47089  src/hb-ot-layout-gpos-private.hh     | 94
47090  ++++++++++++++++++------------------
47091  src/hb-ot-layout-gsub-private.hh     | 48 +++++++++---------
47092  src/hb-ot-layout-gsubgpos-private.hh | 46 +++++++++---------
47093  src/hb-shape.cc                      | 40 +++++++--------
47094  6 files changed, 141 insertions(+), 141 deletions(-)
47095
47096 commit 29427c5c51ac70aca53ed523fa5ddb3de4355fb0
47097 Author: Behdad Esfahbod <behdad@behdad.org>
47098 Date:   Fri May 14 22:08:22 2010 -0400
47099
47100     Shortening buffer accessors: rename buffer->out_length to
47101     buffer->out_len
47102
47103  src/hb-buffer-private.hh             |  2 +-
47104  src/hb-buffer.cc                     | 52
47105  ++++++++++++++++++------------------
47106  src/hb-ot-layout-gsub-private.hh     |  2 +-
47107  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
47108  4 files changed, 31 insertions(+), 31 deletions(-)
47109
47110 commit 6960350be97f24e97140391025b56369c393a3df
47111 Author: Behdad Esfahbod <behdad@behdad.org>
47112 Date:   Fri May 14 22:07:46 2010 -0400
47113
47114     Shortening buffer accessors: rename buffer->in_length to buffer->len
47115
47116  src/hb-buffer-private.hh             |  2 +-
47117  src/hb-buffer.cc                     | 26 +++++++++++++-------------
47118  src/hb-ot-layout-gpos-private.hh     |  8 ++++----
47119  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
47120  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
47121  src/hb-shape.cc                      | 12 ++++++------
47122  6 files changed, 32 insertions(+), 32 deletions(-)
47123
47124 commit 1b621823f3e31b48c80cc8b0691dfa873ba086cd
47125 Author: Behdad Esfahbod <behdad@behdad.org>
47126 Date:   Fri May 14 22:05:53 2010 -0400
47127
47128     Shortening buffer accessors: rename buffer->positions to buffer->pos
47129
47130  src/hb-buffer-private.hh         |  4 ++--
47131  src/hb-buffer.cc                 | 32 ++++++++++++++++----------------
47132  src/hb-ot-layout-gpos-private.hh | 26 +++++++++++++-------------
47133  src/hb-shape.cc                  | 10 +++++-----
47134  4 files changed, 36 insertions(+), 36 deletions(-)
47135
47136 commit 9d5e26df0877aa5b187764ba09bd7bf221e92968
47137 Author: Behdad Esfahbod <behdad@behdad.org>
47138 Date:   Fri May 14 22:03:11 2010 -0400
47139
47140     Shortening buffer accessors: rename buffer->out_string to
47141     buffer->out_info
47142
47143  src/hb-buffer-private.hh             |  2 +-
47144  src/hb-buffer.cc                     | 56
47145  ++++++++++++++++++------------------
47146  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
47147  3 files changed, 31 insertions(+), 31 deletions(-)
47148
47149 commit 7e7007a1c9bf2c07a8369752126ece8fa6164248
47150 Author: Behdad Esfahbod <behdad@behdad.org>
47151 Date:   Fri May 14 22:02:37 2010 -0400
47152
47153     Shortening buffer accessors: rename buffer->in_string to buffer->info
47154
47155  src/hb-buffer-private.hh             |  2 +-
47156  src/hb-buffer.cc                     | 82
47157  ++++++++++++++++++------------------
47158  src/hb-ot-layout-gpos-private.hh     | 58 ++++++++++++-------------
47159  src/hb-ot-layout-gsub-private.hh     | 30 ++++++-------
47160  src/hb-ot-layout-gsubgpos-private.hh | 26 ++++++------
47161  src/hb-shape.cc                      | 18 ++++----
47162  6 files changed, 108 insertions(+), 108 deletions(-)
47163
47164 commit 8e6b6bb2932946ebc7b01c3abf575b654c741e20
47165 Author: Behdad Esfahbod <behdad@behdad.org>
47166 Date:   Fri May 14 21:58:22 2010 -0400
47167
47168     Merge buffer->out_pos and buffer->out_length
47169
47170  src/hb-buffer-private.hh             |  1 -
47171  src/hb-buffer.cc                     | 48
47172  +++++++++++++++---------------------
47173  src/hb-ot-layout-gsub-private.hh     |  2 +-
47174  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
47175  4 files changed, 24 insertions(+), 33 deletions(-)
47176
47177 commit 22f668eb9ad5f62d9fcd2e0c826ea78977687e5c
47178 Author: Behdad Esfahbod <behdad@behdad.org>
47179 Date:   Fri May 14 21:41:04 2010 -0400
47180
47181     Remove the unused BUFFER macro
47182
47183  src/hb-buffer-private.hh             | 6 ------
47184  src/hb-ot-layout-gpos-private.hh     | 6 ------
47185  src/hb-ot-layout-gsub-private.hh     | 6 ------
47186  src/hb-ot-layout-gsubgpos-private.hh | 5 -----
47187  4 files changed, 23 deletions(-)
47188
47189 commit 7e53ebe478597778c25c197ff9f0cb379f1d0043
47190 Author: Behdad Esfahbod <behdad@behdad.org>
47191 Date:   Fri May 14 21:38:13 2010 -0400
47192
47193     Remove the IN_CURGLYPH() macro
47194
47195  src/hb-buffer-private.hh             |  3 ---
47196  src/hb-ot-layout-gpos-private.hh     | 24 ++++++++++++------------
47197  src/hb-ot-layout-gsub-private.hh     | 16 ++++++++--------
47198  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
47199  src/hb-shape.cc                      | 14 +++++++-------
47200  5 files changed, 35 insertions(+), 38 deletions(-)
47201
47202 commit d784da1923ff2ca093f8b0210449731d376b7513
47203 Author: Behdad Esfahbod <behdad@behdad.org>
47204 Date:   Fri May 14 21:37:18 2010 -0400
47205
47206     Remove the IN_CURINFO() macro
47207
47208  src/hb-buffer-private.hh             | 1 -
47209  src/hb-ot-layout-gpos-private.hh     | 2 +-
47210  src/hb-ot-layout-gsub-private.hh     | 4 ++--
47211  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
47212  4 files changed, 4 insertions(+), 5 deletions(-)
47213
47214 commit 281f59b4fb16f7c73767eb042a91f70f4c109b3a
47215 Author: Behdad Esfahbod <behdad@behdad.org>
47216 Date:   Fri May 14 21:34:22 2010 -0400
47217
47218     Remove IN_INFO() and IN_NEXTGLYPH() macros
47219
47220  src/hb-buffer-private.hh             |  2 --
47221  src/hb-ot-layout-gpos-private.hh     | 10 +++++-----
47222  src/hb-ot-layout-gsub-private.hh     |  2 +-
47223  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
47224  src/hb-shape.cc                      |  4 ++--
47225  5 files changed, 10 insertions(+), 12 deletions(-)
47226
47227 commit 6e489cdf7623ac627d06d59a80ecea03ca97dc1b
47228 Author: Behdad Esfahbod <behdad@behdad.org>
47229 Date:   Fri May 14 21:07:35 2010 -0400
47230
47231     Remove the IN_GLYPH() macro
47232
47233  src/hb-buffer-private.hh             |  1 -
47234  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
47235  src/hb-ot-layout-gsub-private.hh     |  2 +-
47236  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
47237  src/hb-shape.cc                      |  2 +-
47238  5 files changed, 10 insertions(+), 11 deletions(-)
47239
47240 commit 01feb74c78a3a302fa3472a0be7b2a1d52fd1ba3
47241 Author: Behdad Esfahbod <behdad@behdad.org>
47242 Date:   Fri May 14 21:00:08 2010 -0400
47243
47244     Remove the IN_CLUSTER() macro
47245
47246  src/hb-buffer-private.hh | 1 -
47247  src/hb-shape.cc          | 2 +-
47248  2 files changed, 1 insertion(+), 2 deletions(-)
47249
47250 commit d63a1e089acad9ab9f80addd936d36b6d38fb46a
47251 Author: Behdad Esfahbod <behdad@behdad.org>
47252 Date:   Fri May 14 20:30:07 2010 -0400
47253
47254     Remove the IN_MASK() macro
47255
47256  src/hb-buffer-private.hh         | 1 -
47257  src/hb-ot-layout-gpos-private.hh | 2 +-
47258  src/hb-ot-layout-gsub-private.hh | 4 ++--
47259  3 files changed, 3 insertions(+), 4 deletions(-)
47260
47261 commit 89e2834dabd2d17f2823c51fe3a7fcadeaba7a59
47262 Author: Behdad Esfahbod <behdad@behdad.org>
47263 Date:   Fri May 14 20:25:55 2010 -0400
47264
47265     Remove the IN_LIGID() macro
47266
47267  src/hb-buffer-private.hh         | 1 -
47268  src/hb-ot-layout-gpos-private.hh | 4 ++--
47269  src/hb-ot-layout-gsub-private.hh | 2 +-
47270  3 files changed, 3 insertions(+), 4 deletions(-)
47271
47272 commit 4a871041f4718834afa312ed17cdd157603468b7
47273 Author: Behdad Esfahbod <behdad@behdad.org>
47274 Date:   Fri May 14 20:25:04 2010 -0400
47275
47276     Remove IN_COMPONENT() macro
47277
47278  src/hb-buffer-private.hh         | 1 -
47279  src/hb-ot-layout-gpos-private.hh | 8 ++++----
47280  src/hb-ot-layout-gsub-private.hh | 2 +-
47281  3 files changed, 5 insertions(+), 6 deletions(-)
47282
47283 commit 27da6dd89a359f7ef340c646c4cb79373782261d
47284 Author: Behdad Esfahbod <behdad@behdad.org>
47285 Date:   Fri May 14 20:17:50 2010 -0400
47286
47287     Remove OUT_GLYPH() and OUT_INFO() macros
47288
47289  src/hb-buffer-private.hh             | 2 --
47290  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
47291  2 files changed, 2 insertions(+), 4 deletions(-)
47292
47293 commit cc6ae7ff91eeb93bef153f331ed02b500062f90e
47294 Author: Behdad Esfahbod <behdad@behdad.org>
47295 Date:   Fri May 14 20:09:48 2010 -0400
47296
47297     Fix lookahead matching.  Oops!
47298
47299  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
47300  1 file changed, 1 insertion(+), 1 deletion(-)
47301
47302 commit 3109375b849f340b4807724218010c53dea58082
47303 Author: Behdad Esfahbod <behdad@behdad.org>
47304 Date:   Fri May 14 19:55:27 2010 -0400
47305
47306     Remove POSITION() and CURPOSITION() macros
47307
47308  src/hb-buffer-private.hh         |  2 --
47309  src/hb-ot-layout-gpos-private.hh | 54
47310  ++++++++++++++++++++--------------------
47311  src/hb-shape.cc                  | 10 ++++----
47312  3 files changed, 32 insertions(+), 34 deletions(-)
47313
47314 commit d7cfb3b2d1dd2e9fdae2b3e540bbe313660895e8
47315 Author: Behdad Esfahbod <behdad@behdad.org>
47316 Date:   Thu May 13 14:18:49 2010 -0400
47317
47318     s/\<context\>/c/g
47319
47320  src/hb-open-file-private.hh          |  28 +--
47321  src/hb-open-type-private.hh          | 100 ++++----
47322  src/hb-ot-layout-common-private.hh   |  84 +++----
47323  src/hb-ot-layout-gdef-private.hh     |  98 ++++----
47324  src/hb-ot-layout-gpos-private.hh     | 460
47325  +++++++++++++++++------------------
47326  src/hb-ot-layout-gsub-private.hh     | 306 +++++++++++------------
47327  src/hb-ot-layout-gsubgpos-private.hh | 258 ++++++++++----------
47328  src/hb-ot-layout.cc                  |  24 +-
47329  8 files changed, 679 insertions(+), 679 deletions(-)
47330
47331 commit f679635893eebc13402c5ee51a6f106eed0c76be
47332 Author: Behdad Esfahbod <behdad@behdad.org>
47333 Date:   Thu May 13 13:34:17 2010 -0400
47334
47335     Don't use variable-length-arrays
47336
47337  src/hb-open-type-private.hh | 11 +++++++++--
47338  1 file changed, 9 insertions(+), 2 deletions(-)
47339
47340 commit 72071a8afaba2952fe42be093024ae9dbd37f233
47341 Author: Behdad Esfahbod <behdad@behdad.org>
47342 Date:   Thu May 13 13:22:24 2010 -0400
47343
47344     Add a few more buffer convenience methods
47345
47346  src/hb-buffer-private.hh         | 12 ++++++++++++
47347  src/hb-ot-layout-gsub-private.hh | 20 ++++++++++----------
47348  2 files changed, 22 insertions(+), 10 deletions(-)
47349
47350 commit 11a81612e51c598e857507c268312206423cbfca
47351 Author: Behdad Esfahbod <behdad@behdad.org>
47352 Date:   Thu May 13 00:01:40 2010 -0400
47353
47354     Minor
47355
47356  src/hb-unicode.c | 2 +-
47357  1 file changed, 1 insertion(+), 1 deletion(-)
47358
47359 commit 3f93518a634cb1852bf050877db23b9b9203ad03
47360 Author: Behdad Esfahbod <behdad@behdad.org>
47361 Date:   Wed May 12 23:48:40 2010 -0400
47362
47363     Improve check for internal symbols
47364
47365  src/check-internal-symbols.sh | 2 +-
47366  1 file changed, 1 insertion(+), 1 deletion(-)
47367
47368 commit 357d0f29c431b842179ee4b56c21bcc402178ce7
47369 Author: Behdad Esfahbod <behdad@behdad.org>
47370 Date:   Wed May 12 23:46:16 2010 -0400
47371
47372     Make HB_PRIVATE more useful
47373
47374     So we can apply it to class methods also.  Not sure if that works!
47375
47376  src/hb-blob-private.h    | 2 +-
47377  src/hb-font-private.hh   | 4 ++--
47378  src/hb-private.h         | 2 +-
47379  src/hb-unicode-private.h | 3 +--
47380  4 files changed, 5 insertions(+), 6 deletions(-)
47381
47382 commit 1d5e78013696b10751d8a35027619e81978e1312
47383 Author: Behdad Esfahbod <behdad@behdad.org>
47384 Date:   Wed May 12 23:43:00 2010 -0400
47385
47386     Add a few other buffer methods
47387
47388  src/hb-buffer-private.hh             | 11 +++++++----
47389  src/hb-buffer.cc                     |  7 -------
47390  src/hb-ot-layout-gsub-private.hh     | 10 +++++-----
47391  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
47392  4 files changed, 14 insertions(+), 18 deletions(-)
47393
47394 commit d0316a81f59a4e814b0af78797d915d7ce04d119
47395 Author: Behdad Esfahbod <behdad@behdad.org>
47396 Date:   Wed May 12 23:34:52 2010 -0400
47397
47398     Add buffer->swap()
47399
47400  src/hb-buffer-private.hh         | 68
47401  ++++++++++++++++++++++------------------
47402  src/hb-ot-layout-gsub-private.hh |  2 +-
47403  2 files changed, 38 insertions(+), 32 deletions(-)
47404
47405 commit 3b649a38b5772dd7aba7f07ff7698a7f427f421f
47406 Author: Behdad Esfahbod <behdad@behdad.org>
47407 Date:   Wed May 12 23:28:38 2010 -0400
47408
47409     Add check for internal symbols
47410
47411  src/Makefile.am               |  3 ++-
47412  src/check-internal-symbols.sh | 28 ++++++++++++++++++++++++++++
47413  2 files changed, 30 insertions(+), 1 deletion(-)
47414
47415 commit eee8598d75d3af692d9ececf7e8ac458e892ba9e
47416 Author: Behdad Esfahbod <behdad@behdad.org>
47417 Date:   Wed May 12 23:22:55 2010 -0400
47418
47419     Hide internal symbols
47420
47421  src/hb-ot-layout-private.hh | 4 ++--
47422  src/hb-private.h            | 8 ++++----
47423  2 files changed, 6 insertions(+), 6 deletions(-)
47424
47425 commit 8951fc2c82f2db4865da6d9e303fce419b6363bb
47426 Author: Behdad Esfahbod <behdad@behdad.org>
47427 Date:   Wed May 12 23:13:39 2010 -0400
47428
47429     Add buffer->allocate_lig_id()
47430
47431  src/hb-buffer-private.hh         | 5 ++---
47432  src/hb-buffer.cc                 | 6 ------
47433  src/hb-ot-layout-gsub-private.hh | 4 ++--
47434  3 files changed, 4 insertions(+), 11 deletions(-)
47435
47436 commit 1ce4dc95dbb28842085342aea4f9d12cbe9671a9
47437 Author: Behdad Esfahbod <behdad@behdad.org>
47438 Date:   Wed May 12 18:29:25 2010 -0400
47439
47440     Use bit tricks for HB_DIRECTION_IS_*
47441
47442     We already depend on the exact values of the direction enum
47443     in HB_DIRECTION_REVERSE(), so we may as well use that.
47444
47445  src/hb-common.h | 8 ++++----
47446  1 file changed, 4 insertions(+), 4 deletions(-)
47447
47448 commit 22da7fd94d6318c52df69d70470a85464ffc533d
47449 Author: Behdad Esfahbod <behdad@behdad.org>
47450 Date:   Wed May 12 18:23:21 2010 -0400
47451
47452     Rename a few files to be C++ sources
47453
47454     In anticipation for buffer revamp coming.
47455
47456  src/Makefile.am                                         | 16
47457  ++++++++--------
47458  src/{hb-buffer-private.h => hb-buffer-private.hh}       |  2 +-
47459  src/{hb-buffer.c => hb-buffer.cc}                       | 14
47460  +++++++-------
47461  src/hb-common.h                                         |  1 +
47462  src/{hb-font-private.h => hb-font-private.hh}           |  2 +-
47463  src/hb-font.cc                                          |  4 ++--
47464  src/{hb-ft.c => hb-ft.cc}                               |  8 ++++----
47465  src/hb-ot-layout-common-private.hh                      |  2 +-
47466  src/hb-ot-layout-gdef-private.hh                        |  2 +-
47467  src/hb-ot-layout-gsubgpos-private.hh                    |  2 +-
47468  src/{hb-ot-layout-private.h => hb-ot-layout-private.hh} |  2 +-
47469  src/hb-ot-layout.cc                                     |  2 +-
47470  src/{hb-ot-shape-private.h => hb-ot-shape-private.hh}   |  0
47471  src/{hb-ot-shape.c => hb-ot-shape.cc}                   |  4 ++--
47472  src/{hb-shape.c => hb-shape.cc}                         |  6 +++---
47473  15 files changed, 34 insertions(+), 33 deletions(-)
47474
47475 commit c3df649f258b334e93c7626a43cd8ebfbd5a610e
47476 Author: Behdad Esfahbod <behdad@behdad.org>
47477 Date:   Tue May 11 13:54:12 2010 -0400
47478
47479     Fix comment
47480
47481  src/hb-buffer-private.h | 3 +--
47482  1 file changed, 1 insertion(+), 2 deletions(-)
47483
47484 commit 281f08954a1d96d7807153c25073b8eb7630703b
47485 Author: Behdad Esfahbod <behdad@behdad.org>
47486 Date:   Tue May 11 11:37:58 2010 -0400
47487
47488     Remove obsolete friend
47489
47490  src/hb-ot-layout-gpos-private.hh | 1 -
47491  1 file changed, 1 deletion(-)
47492
47493 commit 70c9bfd5646a4a55a7f43c0cf0b5ac5993615d5b
47494 Author: Behdad Esfahbod <behdad@behdad.org>
47495 Date:   Tue May 11 00:23:50 2010 -0400
47496
47497     Simplify PairSet
47498
47499  src/hb-ot-layout-gpos-private.hh | 101
47500  +++++++++++++++++++++------------------
47501  1 file changed, 54 insertions(+), 47 deletions(-)
47502
47503 commit 97e7f8f305c47caf2968a9da3b8407825547286d
47504 Author: Behdad Esfahbod <behdad@behdad.org>
47505 Date:   Tue May 11 00:11:36 2010 -0400
47506
47507     Add CONST_FUNC annotation
47508
47509  src/hb-private.h | 2 +-
47510  1 file changed, 1 insertion(+), 1 deletion(-)
47511
47512 commit 494d28ad988e505c1c45cc35a7ec6b880cfec5fc
47513 Author: Behdad Esfahbod <behdad@behdad.org>
47514 Date:   Mon May 10 23:50:07 2010 -0400
47515
47516     Simplify likely() implementation
47517
47518     Shrinks .text by 1%!
47519
47520  src/hb-private.h | 10 +---------
47521  1 file changed, 1 insertion(+), 9 deletions(-)
47522
47523 commit 75651b20871047d3ec17f4221794b8ef5d60e14b
47524 Author: Behdad Esfahbod <behdad@behdad.org>
47525 Date:   Mon May 10 23:44:51 2010 -0400
47526
47527     Fix warnings
47528
47529  src/hb-open-type-private.hh | 2 +-
47530  1 file changed, 1 insertion(+), 1 deletion(-)
47531
47532 commit 4c20d8c057738b66150a88472714690e137884f8
47533 Author: Behdad Esfahbod <behdad@behdad.org>
47534 Date:   Mon May 10 23:27:54 2010 -0400
47535
47536     Sprinkle a few strategic likely()'s
47537
47538     Shrinks the code size by some 2% even.
47539
47540  src/hb-open-file-private.hh |  4 ++--
47541  src/hb-open-type-private.hh | 20 ++++++++++----------
47542  2 files changed, 12 insertions(+), 12 deletions(-)
47543
47544 commit 69cb28bc13d236a01acf40da62e345c7e83ccba7
47545 Author: Behdad Esfahbod <behdad@behdad.org>
47546 Date:   Mon May 10 23:13:08 2010 -0400
47547
47548     Remove a few likely()'s
47549
47550  src/hb-ot-layout-common-private.hh | 2 +-
47551  src/hb-ot-layout-gpos-private.hh   | 8 ++++----
47552  2 files changed, 5 insertions(+), 5 deletions(-)
47553
47554 commit 24552ecf92982fe561dc47d5102fcf1a7b337c70
47555 Author: Behdad Esfahbod <behdad@behdad.org>
47556 Date:   Mon May 10 23:08:41 2010 -0400
47557
47558     Remove excess sub_format sanitize
47559
47560  src/hb-ot-layout-gpos-private.hh | 1 -
47561  src/hb-ot-layout-gsub-private.hh | 1 -
47562  2 files changed, 2 deletions(-)
47563
47564 commit f7adc5e9be352ac31ad3ab847abb6fceb239aa12
47565 Author: Behdad Esfahbod <behdad@behdad.org>
47566 Date:   Mon May 10 22:41:50 2010 -0400
47567
47568     Shrink NullPool now that we have accurate size tracking
47569
47570  src/hb-open-type-private.hh | 2 +-
47571  1 file changed, 1 insertion(+), 1 deletion(-)
47572
47573 commit 3d44fb6f15177dc6518166e435597936b044acc1
47574 Author: Behdad Esfahbod <behdad@behdad.org>
47575 Date:   Mon May 10 22:22:54 2010 -0400
47576
47577     Fix warning
47578
47579  src/hb-ot-layout-common-private.hh | 2 +-
47580  1 file changed, 1 insertion(+), 1 deletion(-)
47581
47582 commit b5db4f1e4eefa266a71a28b5496f47ff9d1a81e8
47583 Author: Behdad Esfahbod <behdad@behdad.org>
47584 Date:   Mon May 10 22:22:22 2010 -0400
47585
47586     Clean up NO_INDEX
47587
47588  src/hb-open-file-private.hh        |  2 +-
47589  src/hb-open-type-private.hh        | 10 ++++++----
47590  src/hb-ot-layout-common-private.hh | 17 ++++-------------
47591  src/hb-ot-layout.cc                |  8 ++++----
47592  src/main.cc                        |  2 +-
47593  5 files changed, 16 insertions(+), 23 deletions(-)
47594
47595 commit fe9bc070e1d545b0df2ea548eebf5a1fc4c92ddc
47596 Author: Behdad Esfahbod <behdad@behdad.org>
47597 Date:   Mon May 10 21:39:24 2010 -0400
47598
47599     Fix awful confusion between lookup format and subtable format
47600
47601     As reported by John Daggett.
47602
47603  src/hb-ot-layout-gpos-private.hh | 14 +++++++-------
47604  src/hb-ot-layout-gsub-private.hh | 14 +++++++-------
47605  2 files changed, 14 insertions(+), 14 deletions(-)
47606
47607 commit 458ecbb60bb7e8e32aca62a562586d921d5396aa
47608 Author: Behdad Esfahbod <behdad@behdad.org>
47609 Date:   Mon May 10 21:11:35 2010 -0400
47610
47611     Fix tracing order
47612
47613  src/hb-open-type-private.hh          | 14 +++++---------
47614  src/hb-ot-layout-gsubgpos-private.hh |  3 +--
47615  2 files changed, 6 insertions(+), 11 deletions(-)
47616
47617 commit 48146e5612f6d272d6962f6829c6d64a31edef89
47618 Author: Behdad Esfahbod <behdad@behdad.org>
47619 Date:   Mon May 10 20:07:56 2010 -0400
47620
47621     Don't fail sanitize on NULL data
47622
47623  src/hb-open-type-private.hh | 5 +++++
47624  1 file changed, 5 insertions(+)
47625
47626 commit d2c2ca8faf62fc380d4717d286556139a62d2356
47627 Author: Behdad Esfahbod <behdad@behdad.org>
47628 Date:   Mon May 10 19:58:25 2010 -0400
47629
47630     Fix comment
47631
47632  src/hb-open-type-private.hh | 2 +-
47633  1 file changed, 1 insertion(+), 1 deletion(-)
47634
47635 commit b435ab7e29c388e3b100f729957319931625a3a8
47636 Author: Behdad Esfahbod <behdad@behdad.org>
47637 Date:   Mon May 10 19:51:57 2010 -0400
47638
47639     Fix accessing tables from NULL pointer
47640
47641  src/hb-font.cc              | 2 +-
47642  src/hb-open-type-private.hh | 5 +++++
47643  src/hb-ot-layout.cc         | 6 +++---
47644  3 files changed, 9 insertions(+), 4 deletions(-)
47645
47646 commit dacebcadae36b35531d635d81df2afb937677b7a
47647 Author: Behdad Esfahbod <behdad@behdad.org>
47648 Date:   Mon May 10 19:45:41 2010 -0400
47649
47650     Simplify unions
47651
47652  src/hb-open-file-private.hh          |  24 +++----
47653  src/hb-ot-layout-common-private.hh   |  24 +++----
47654  src/hb-ot-layout-gdef-private.hh     |  24 +++----
47655  src/hb-ot-layout-gpos-private.hh     | 120
47656  +++++++++++++++++------------------
47657  src/hb-ot-layout-gsub-private.hh     |  88 ++++++++++++-------------
47658  src/hb-ot-layout-gsubgpos-private.hh |  44 ++++++-------
47659  6 files changed, 163 insertions(+), 161 deletions(-)
47660
47661 commit fd671e02433bcbc1fd07901fa2d6065020f41ba8
47662 Author: Behdad Esfahbod <behdad@behdad.org>
47663 Date:   Mon May 10 19:02:32 2010 -0400
47664
47665     Remove unused macro
47666
47667  src/hb-open-type-private.hh | 1 -
47668  1 file changed, 1 deletion(-)
47669
47670 commit 0eb9fc6e37935707dba2bf4b3705de2161a08cb7
47671 Author: Behdad Esfahbod <behdad@behdad.org>
47672 Date:   Mon May 10 19:01:17 2010 -0400
47673
47674     Change DEFINE_SIZE_VAR to DEFINE_SIZE_ARRAY
47675
47676  src/hb-open-file-private.hh          |  4 ++--
47677  src/hb-open-type-private.hh          | 10 +++++-----
47678  src/hb-ot-layout-common-private.hh   | 27 +++++++++++++++------------
47679  src/hb-ot-layout-gdef-private.hh     | 10 +++++-----
47680  src/hb-ot-layout-gpos-private.hh     | 25 ++++++++++++-------------
47681  src/hb-ot-layout-gsub-private.hh     | 14 +++++++-------
47682  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
47683  7 files changed, 54 insertions(+), 52 deletions(-)
47684
47685 commit 596e471aa5053d955fb5d5b5923088c8814469b1
47686 Author: Behdad Esfahbod <behdad@behdad.org>
47687 Date:   Mon May 10 18:47:48 2010 -0400
47688
47689     Cleanup DEFINE_SIZE_VAR2
47690
47691  src/hb-open-type-private.hh          | 18 +++++++++++-------
47692  src/hb-ot-layout-common-private.hh   |  6 +++---
47693  src/hb-ot-layout-gdef-private.hh     |  4 ++--
47694  src/hb-ot-layout-gpos-private.hh     |  4 ++--
47695  src/hb-ot-layout-gsub-private.hh     |  2 +-
47696  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
47697  6 files changed, 21 insertions(+), 17 deletions(-)
47698
47699 commit 33afa4e2dc352f08cc094703e3f01d3ecd83b354
47700 Author: Behdad Esfahbod <behdad@behdad.org>
47701 Date:   Mon May 10 18:35:02 2010 -0400
47702
47703     Minor
47704
47705  src/hb-open-type-private.hh | 14 +++++++-------
47706  1 file changed, 7 insertions(+), 7 deletions(-)
47707
47708 commit b961518b9611471ff7060e97686e5625974847eb
47709 Author: Behdad Esfahbod <behdad@behdad.org>
47710 Date:   Mon May 10 18:20:54 2010 -0400
47711
47712     Simplify array access
47713
47714  src/hb-open-type-private.hh          | 29 ++++++++++-------------------
47715  src/hb-ot-layout-common-private.hh   |  8 ++++----
47716  src/hb-ot-layout-gsub-private.hh     |  6 +++---
47717  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
47718  4 files changed, 25 insertions(+), 34 deletions(-)
47719
47720 commit 54842374c2b291ef208c51ae1d853ec0403ccf84
47721 Author: Behdad Esfahbod <behdad@behdad.org>
47722 Date:   Mon May 10 18:13:32 2010 -0400
47723
47724     Fix check_struct to check min_size instead of sizeof
47725
47726  src/hb-open-type-private.hh | 2 +-
47727  1 file changed, 1 insertion(+), 1 deletion(-)
47728
47729 commit ed07422c33bbb52ff4d79e65986171e3f07697d8
47730 Author: Behdad Esfahbod <behdad@behdad.org>
47731 Date:   Mon May 10 18:08:46 2010 -0400
47732
47733     Further cleanup of sizeof
47734
47735  src/hb-open-type-private.hh          |  7 +++++--
47736  src/hb-ot-layout-common-private.hh   |  4 ++++
47737  src/hb-ot-layout-gdef-private.hh     |  4 ++++
47738  src/hb-ot-layout-gpos-private.hh     | 10 +++++++---
47739  src/hb-ot-layout-gsub-private.hh     |  4 +++-
47740  src/hb-ot-layout-gsubgpos-private.hh |  2 ++
47741  6 files changed, 25 insertions(+), 6 deletions(-)
47742
47743 commit a82ef7a893b773a17f7548375de9f588dfc83aba
47744 Author: Behdad Esfahbod <behdad@behdad.org>
47745 Date:   Mon May 10 17:55:03 2010 -0400
47746
47747     Remove CastP completely
47748
47749  src/hb-open-type-private.hh | 39 +++++++++++++++++----------------------
47750  1 file changed, 17 insertions(+), 22 deletions(-)
47751
47752 commit 40cbefe858192531ed64dd51d402f7ca7b8153a3
47753 Author: Behdad Esfahbod <behdad@behdad.org>
47754 Date:   Mon May 10 17:47:22 2010 -0400
47755
47756     Remove unnecessary casts
47757
47758  src/hb-open-type-private.hh          | 12 ++++++------
47759  src/hb-ot-layout-common-private.hh   |  2 +-
47760  src/hb-ot-layout-gpos-private.hh     | 34
47761  +++++++++++++++++-----------------
47762  src/hb-ot-layout-gsub-private.hh     |  4 ++--
47763  src/hb-ot-layout-gsubgpos-private.hh | 34
47764  +++++++++++++++++-----------------
47765  5 files changed, 43 insertions(+), 43 deletions(-)
47766
47767 commit 09766b1ec5ec55a61edbcd7a89ed3613cc92d4cb
47768 Author: Behdad Esfahbod <behdad@behdad.org>
47769 Date:   Mon May 10 17:36:03 2010 -0400
47770
47771     Make StructAtOffset take a pointer
47772
47773     Is safer.
47774
47775  src/hb-open-type-private.hh      | 26 +++++++++++++-------------
47776  src/hb-ot-layout-gpos-private.hh |  6 +++---
47777  src/hb-ot-layout-gsub-private.hh |  4 ++--
47778  3 files changed, 18 insertions(+), 18 deletions(-)
47779
47780 commit bea34c7cbb583cf7660776e95cab3171590b8427
47781 Author: Behdad Esfahbod <behdad@behdad.org>
47782 Date:   Mon May 10 17:28:16 2010 -0400
47783
47784     Further cleanup of DEFINE_SIZE
47785
47786  src/hb-open-file-private.hh          |  2 +-
47787  src/hb-open-type-private.hh          | 10 +++++-----
47788  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
47789  src/hb-ot-layout-gdef-private.hh     |  8 ++++----
47790  src/hb-ot-layout-gpos-private.hh     | 16 +++++-----------
47791  src/hb-ot-layout-gsub-private.hh     | 14 +++++++-------
47792  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++-------
47793  7 files changed, 37 insertions(+), 43 deletions(-)
47794
47795 commit 0abcc3b48cfd51a22695c9e988938b2f45cb19d8
47796 Author: Behdad Esfahbod <behdad@behdad.org>
47797 Date:   Mon May 10 17:04:20 2010 -0400
47798
47799     Cleanup
47800
47801  src/hb-open-type-private.hh | 18 ++++++++++--------
47802  1 file changed, 10 insertions(+), 8 deletions(-)
47803
47804 commit b3651231bf80bb7009214547a75ed90e21815c68
47805 Author: Behdad Esfahbod <behdad@behdad.org>
47806 Date:   Mon May 10 16:57:29 2010 -0400
47807
47808     Remove ASSERT_SIZE in favor of the safer DEFINE_SIZE_STATIC
47809
47810  src/hb-open-file-private.hh          |  3 ++-
47811  src/hb-open-type-private.hh          | 20 +++++++++++++---
47812  src/hb-ot-layout-common-private.hh   | 24 ++++++++++++--------
47813  src/hb-ot-layout-gdef-private.hh     | 22 +++++++++++-------
47814  src/hb-ot-layout-gpos-private.hh     | 44
47815  ++++++++++++++++++++----------------
47816  src/hb-ot-layout-gsub-private.hh     | 32 ++++++++++++++++----------
47817  src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++--------
47818  src/hb-private.h                     |  2 --
47819  8 files changed, 109 insertions(+), 65 deletions(-)
47820
47821 commit 569da92bc6956f42d9b2d65c784e184fb6380efe
47822 Author: Behdad Esfahbod <behdad@behdad.org>
47823 Date:   Mon May 10 16:38:32 2010 -0400
47824
47825     Cleanup ASSERT_SIZE_VAR
47826
47827  src/hb-open-file-private.hh          |  9 ++++++---
47828  src/hb-open-type-private.hh          |  6 ++++--
47829  src/hb-ot-layout-common-private.hh   | 22 ++++++++++++----------
47830  src/hb-ot-layout-gdef-private.hh     |  3 ++-
47831  src/hb-ot-layout-gpos-private.hh     | 30 +++++++++++++++++++-----------
47832  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++----
47833  src/hb-private.h                     |  8 --------
47834  7 files changed, 49 insertions(+), 39 deletions(-)
47835
47836 commit 99bf03459ff2f00cf3fb7fa3c8b8336ec9fcca56
47837 Author: Behdad Esfahbod <behdad@behdad.org>
47838 Date:   Thu May 6 19:37:32 2010 -0400
47839
47840     Whitespace
47841
47842  src/hb-ot-layout-gpos-private.hh | 1 +
47843  1 file changed, 1 insertion(+)
47844
47845 commit 65f46b00333e20ab8a52a4b350747507541ec1db
47846 Author: Behdad Esfahbod <behdad@behdad.org>
47847 Date:   Thu May 6 19:35:19 2010 -0400
47848
47849     Simplify DEFINE_NULL_DATA
47850
47851     Using ::min_size.
47852
47853  src/hb-open-type-private.hh        | 6 +++---
47854  src/hb-ot-layout-common-private.hh | 9 +++++----
47855  2 files changed, 8 insertions(+), 7 deletions(-)
47856
47857 commit e45d3f86f9a5f3d29ca35a282de7f98e702878f9
47858 Author: Behdad Esfahbod <behdad@behdad.org>
47859 Date:   Thu May 6 19:33:31 2010 -0400
47860
47861     Start cleaning up get_size()
47862
47863     So we know when the size is static and when dynamic.
47864
47865  src/hb-open-file-private.hh          |  7 +++---
47866  src/hb-open-type-private.hh          | 42
47867  +++++++++++++++++++++++++-----------
47868  src/hb-ot-layout-common-private.hh   | 14 ++++++------
47869  src/hb-ot-layout-gpos-private.hh     | 17 ++++++---------
47870  src/hb-ot-layout-gsubgpos-private.hh | 19 ++++++++--------
47871  5 files changed, 55 insertions(+), 44 deletions(-)
47872
47873 commit b157617644d1e38f680163889d1dc2e2f64d9ba3
47874 Author: Behdad Esfahbod <behdad@behdad.org>
47875 Date:   Thu May 6 14:48:27 2010 -0400
47876
47877     Remove the last of SANITIZE macros: SANITIZE_SELF
47878
47879  src/hb-open-file-private.hh          |  4 ++--
47880  src/hb-open-type-private.hh          | 21 ++++++++++++---------
47881  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
47882  src/hb-ot-layout-gdef-private.hh     |  6 +++---
47883  src/hb-ot-layout-gpos-private.hh     | 26 +++++++++++++-------------
47884  src/hb-ot-layout-gsubgpos-private.hh |  6 +++---
47885  6 files changed, 41 insertions(+), 38 deletions(-)
47886
47887 commit 4f252fedc7136c66a9d7fbcb2978581986da6227
47888 Author: Behdad Esfahbod <behdad@behdad.org>
47889 Date:   Thu May 6 13:30:23 2010 -0400
47890
47891     Remove SANITIZE macro
47892
47893  src/hb-open-file-private.hh          |  4 ++--
47894  src/hb-open-type-private.hh          |  6 ++----
47895  src/hb-ot-layout-common-private.hh   | 18 +++++++++---------
47896  src/hb-ot-layout-gdef-private.hh     |  6 +++---
47897  src/hb-ot-layout-gpos-private.hh     | 18 +++++++++---------
47898  src/hb-ot-layout-gsub-private.hh     | 26 +++++++++++++-------------
47899  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
47900  7 files changed, 49 insertions(+), 51 deletions(-)
47901
47902 commit c2ddfd2d268385257c77c09a9abeacf4230d5377
47903 Author: Behdad Esfahbod <behdad@behdad.org>
47904 Date:   Thu May 6 13:06:15 2010 -0400
47905
47906     Cleanup Value casts
47907
47908  src/hb-ot-layout-gpos-private.hh | 34 +++++++++++++++++++++-------------
47909  1 file changed, 21 insertions(+), 13 deletions(-)
47910
47911 commit 41a93d2c1ff175ef06328a99983577459c2d34b0
47912 Author: Behdad Esfahbod <behdad@behdad.org>
47913 Date:   Thu May 6 12:55:14 2010 -0400
47914
47915     Remove SANITIZE_WITH_BASE
47916
47917  src/hb-open-file-private.hh          |  2 +-
47918  src/hb-open-type-private.hh          |  2 -
47919  src/hb-ot-layout-common-private.hh   |  6 +--
47920  src/hb-ot-layout-gdef-private.hh     | 24 +++++-----
47921  src/hb-ot-layout-gpos-private.hh     | 90
47922  ++++++++++++++++++------------------
47923  src/hb-ot-layout-gsub-private.hh     | 31 ++++++-------
47924  src/hb-ot-layout-gsubgpos-private.hh | 44 +++++++++---------
47925  7 files changed, 98 insertions(+), 101 deletions(-)
47926
47927 commit f5fab0c71837371cce32dc3e9edca1ccb8d44e29
47928 Author: Behdad Esfahbod <behdad@behdad.org>
47929 Date:   Thu May 6 10:26:52 2010 -0400
47930
47931     Remove SANITIZE_MEM
47932
47933  src/hb-open-type-private.hh          | 4 +---
47934  src/hb-ot-layout-common-private.hh   | 2 +-
47935  src/hb-ot-layout-gpos-private.hh     | 2 +-
47936  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
47937  4 files changed, 6 insertions(+), 8 deletions(-)
47938
47939 commit 4ad2cc5dec6b0639da2b1846282bdd99d06d5ff1
47940 Author: Behdad Esfahbod <behdad@behdad.org>
47941 Date:   Thu May 6 09:24:24 2010 -0400
47942
47943     Rename check to check_range
47944
47945  src/hb-open-type-private.hh | 8 ++++----
47946  1 file changed, 4 insertions(+), 4 deletions(-)
47947
47948 commit 1cd1e117d060d38e314618b627d7663cb01ed584
47949 Author: Behdad Esfahbod <behdad@behdad.org>
47950 Date:   Wed May 5 20:15:14 2010 -0400
47951
47952     Remove SANITIZE_ARRAY
47953
47954  src/hb-open-file-private.hh          |  2 +-
47955  src/hb-open-type-private.hh          | 16 +++++++---------
47956  src/hb-ot-layout-gpos-private.hh     |  8 ++++----
47957  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
47958  4 files changed, 14 insertions(+), 16 deletions(-)
47959
47960 commit 583d7f9586ce69754f1354aa3895e6d732a0c2ce
47961 Author: Behdad Esfahbod <behdad@behdad.org>
47962 Date:   Wed May 5 01:49:22 2010 -0400
47963
47964     Cosmetic
47965
47966  src/hb-open-file-private.hh          |  3 ++-
47967  src/hb-open-type-private.hh          |  6 ++++--
47968  src/hb-ot-layout-common-private.hh   | 15 ++++++++++-----
47969  src/hb-ot-layout-gpos-private.hh     |  5 ++---
47970  src/hb-ot-layout-gsub-private.hh     |  3 ++-
47971  src/hb-ot-layout-gsubgpos-private.hh |  9 +++++----
47972  6 files changed, 25 insertions(+), 16 deletions(-)
47973
47974 commit 705e215268aa95c2bc6af8af9b48b72b690ec1f7
47975 Author: Behdad Esfahbod <behdad@behdad.org>
47976 Date:   Wed May 5 01:40:25 2010 -0400
47977
47978     Minor
47979
47980  src/hb-open-type-private.hh          | 4 ++--
47981  src/hb-ot-layout-gpos-private.hh     | 2 +-
47982  src/hb-ot-layout-gsub-private.hh     | 2 +-
47983  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
47984  4 files changed, 5 insertions(+), 5 deletions(-)
47985
47986 commit b18eafd0f62f854d15276c78f99843aecd47acad
47987 Author: Behdad Esfahbod <behdad@behdad.org>
47988 Date:   Wed May 5 01:39:26 2010 -0400
47989
47990     Minor
47991
47992  src/hb-open-type-private.hh | 2 +-
47993  1 file changed, 1 insertion(+), 1 deletion(-)
47994
47995 commit 4169710911450e0f9bc045fe279bfc8ba9e8457c
47996 Author: Behdad Esfahbod <behdad@behdad.org>
47997 Date:   Wed May 5 01:37:58 2010 -0400
47998
47999     Simplify chaining
48000
48001  src/hb-ot-layout-gsubgpos-private.hh | 61
48002  +++++++++++++++---------------------
48003  1 file changed, 25 insertions(+), 36 deletions(-)
48004
48005 commit 1911b9d21b2b7b6b8219ce6c888540e3a60aa9c3
48006 Author: Behdad Esfahbod <behdad@behdad.org>
48007 Date:   Wed May 5 01:32:04 2010 -0400
48008
48009     Remove APPLY_ARG_DEF and APPLY_ARG
48010
48011  src/hb-ot-layout-gpos-private.hh     | 92
48012  ++++++++++++++++++------------------
48013  src/hb-ot-layout-gsub-private.hh     | 88
48014  +++++++++++++++++-----------------
48015  src/hb-ot-layout-gsubgpos-private.hh | 89
48016  ++++++++++++++++------------------
48017  3 files changed, 132 insertions(+), 137 deletions(-)
48018
48019 commit 6c42cddfe53a1c664081862bb9a3e1c38d05a823
48020 Author: Behdad Esfahbod <behdad@behdad.org>
48021 Date:   Wed May 5 01:30:48 2010 -0400
48022
48023     Port apply to use hb_trace_t
48024
48025  src/hb-ot-layout-gpos-private.hh     |  9 ++++-----
48026  src/hb-ot-layout-gsub-private.hh     | 11 +++++------
48027  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++--------
48028  3 files changed, 14 insertions(+), 19 deletions(-)
48029
48030 commit 969c9705ae0c64577c3f69f5300fec975f952e1f
48031 Author: Behdad Esfahbod <behdad@behdad.org>
48032 Date:   Wed May 5 01:23:44 2010 -0400
48033
48034     Move context_length into apply_context
48035
48036  src/hb-ot-layout-gpos-private.hh     |  9 ++---
48037  src/hb-ot-layout-gsub-private.hh     |  9 ++---
48038  src/hb-ot-layout-gsubgpos-private.hh | 70
48039  ++++++++++++++++++++----------------
48040  3 files changed, 50 insertions(+), 38 deletions(-)
48041
48042 commit 94a23aaeca39c662614037ef887412249bdc8d49
48043 Author: Behdad Esfahbod <behdad@behdad.org>
48044 Date:   Wed May 5 01:13:09 2010 -0400
48045
48046     Move buffer into apply_context
48047
48048  src/hb-buffer-private.h              | 30 +++++++++--------
48049  src/hb-ot-layout-gpos-private.hh     | 64
48050  ++++++++++++++++++++----------------
48051  src/hb-ot-layout-gsub-private.hh     | 45 ++++++++++++++-----------
48052  src/hb-ot-layout-gsubgpos-private.hh | 49 ++++++++++++++-------------
48053  4 files changed, 106 insertions(+), 82 deletions(-)
48054
48055 commit 63493f956dca519df49da0a6badc3cb0a1b92779
48056 Author: Behdad Esfahbod <behdad@behdad.org>
48057 Date:   Wed May 5 01:01:05 2010 -0400
48058
48059     Move layout_context into apply_context
48060
48061  src/hb-ot-layout-gpos-private.hh     | 105
48062  ++++++++++++++++++-----------------
48063  src/hb-ot-layout-gsub-private.hh     |  47 ++++++++--------
48064  src/hb-ot-layout-gsubgpos-private.hh |  11 ++--
48065  3 files changed, 82 insertions(+), 81 deletions(-)
48066
48067 commit fff9aa263d1daf7c5117cf383fafa5043d5eb5af
48068 Author: Behdad Esfahbod <behdad@behdad.org>
48069 Date:   Wed May 5 00:32:21 2010 -0400
48070
48071     Minor
48072
48073  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
48074  1 file changed, 6 insertions(+), 6 deletions(-)
48075
48076 commit 27e302dc8e794ff6bf878bc76e17d336d510849e
48077 Author: Behdad Esfahbod <behdad@behdad.org>
48078 Date:   Wed May 5 00:26:16 2010 -0400
48079
48080     I keep changing my mind about this
48081
48082  src/hb-open-type-private.hh | 30 ++++++++++--------------------
48083  1 file changed, 10 insertions(+), 20 deletions(-)
48084
48085 commit 39840474afd2cda9ff576c08aff9c87095496c27
48086 Author: Behdad Esfahbod <behdad@behdad.org>
48087 Date:   Wed May 5 00:23:19 2010 -0400
48088
48089     Remove SANITIZE_ARG_DEF and SANITIZE_ARG
48090
48091  src/hb-open-file-private.hh          |  16 ++---
48092  src/hb-open-type-private.hh          |  59 +++++++--------
48093  src/hb-ot-layout-common-private.hh   |  42 +++++------
48094  src/hb-ot-layout-gdef-private.hh     |  28 ++++----
48095  src/hb-ot-layout-gpos-private.hh     | 136
48096  +++++++++++++++++------------------
48097  src/hb-ot-layout-gsub-private.hh     |  72 +++++++++----------
48098  src/hb-ot-layout-gsubgpos-private.hh |  46 ++++++------
48099  7 files changed, 197 insertions(+), 202 deletions(-)
48100
48101 commit b261e2ad5c5a065599ce1dbc4ba437caa2cee1e9
48102 Author: Behdad Esfahbod <behdad@behdad.org>
48103 Date:   Wed May 5 00:20:16 2010 -0400
48104
48105     Remove trace from sanitize_shallow()
48106
48107  src/hb-open-type-private.hh | 1 -
48108  1 file changed, 1 deletion(-)
48109
48110 commit dfc8cbe85479dde1ffdc6b2e73f4907331d77a19
48111 Author: Behdad Esfahbod <behdad@behdad.org>
48112 Date:   Wed May 5 00:19:46 2010 -0400
48113
48114     Add hb_trace_t
48115
48116  src/hb-open-type-private.hh | 33 +++++++++++++++++++--------------
48117  1 file changed, 19 insertions(+), 14 deletions(-)
48118
48119 commit 20e3dd5d292b65f70d2eae63b8d8713a1c889d47
48120 Author: Behdad Esfahbod <behdad@behdad.org>
48121 Date:   Tue May 4 23:21:57 2010 -0400
48122
48123     Make sanitize_depth variable automatic and not passed through
48124     function args
48125
48126  src/hb-open-type-private.hh | 72
48127  +++++++++++++++++++++++++++------------------
48128  1 file changed, 43 insertions(+), 29 deletions(-)
48129
48130 commit 4a446ac35136eff23d55f47bdd7b40095ad707ab
48131 Author: Behdad Esfahbod <behdad@behdad.org>
48132 Date:   Tue May 4 22:46:21 2010 -0400
48133
48134     Use function template for pass-thru argument
48135
48136  src/hb-open-type-private.hh      | 26 ++++++--------------------
48137  src/hb-ot-layout-gpos-private.hh |  6 +++---
48138  2 files changed, 9 insertions(+), 23 deletions(-)
48139
48140 commit 98daaf183d6dbf2b68959da608cd9876ba55d7aa
48141 Author: Behdad Esfahbod <behdad@behdad.org>
48142 Date:   Tue May 4 22:42:49 2010 -0400
48143
48144     Make _hb_sanitize_*() methods of the context object
48145
48146  src/hb-open-type-private.hh | 190
48147  +++++++++++++++++++++++---------------------
48148  1 file changed, 98 insertions(+), 92 deletions(-)
48149
48150 commit bb029af943faa9905e652d58856998687e60c31d
48151 Author: Behdad Esfahbod <behdad@behdad.org>
48152 Date:   Tue May 4 15:28:52 2010 -0400
48153
48154     Remove SANITIZE_THIS
48155
48156  src/hb-open-file-private.hh          |  2 +-
48157  src/hb-open-type-private.hh          |  3 +-
48158  src/hb-ot-layout-common-private.hh   |  4 +--
48159  src/hb-ot-layout-gdef-private.hh     | 25 ++++++++--------
48160  src/hb-ot-layout-gpos-private.hh     | 55
48161  ++++++++++++++++++++----------------
48162  src/hb-ot-layout-gsub-private.hh     | 29 ++++++++++---------
48163  src/hb-ot-layout-gsubgpos-private.hh | 42 +++++++++++++--------------
48164  7 files changed, 85 insertions(+), 75 deletions(-)
48165
48166 commit 2226fc93d1427b8830bfb892fe1b25b488ea36dc
48167 Author: Behdad Esfahbod <behdad@behdad.org>
48168 Date:   Tue May 4 15:12:17 2010 -0400
48169
48170     Rename SANITIZE_BASE to SANITIZE_WITH_BASE
48171
48172  src/hb-open-type-private.hh        | 11 +++++++----
48173  src/hb-ot-layout-common-private.hh |  3 ++-
48174  src/hb-ot-layout-gpos-private.hh   | 15 ++++++++-------
48175  3 files changed, 17 insertions(+), 12 deletions(-)
48176
48177 commit 89da1346ec3a8dec8a368df46d61ca75356e22fa
48178 Author: Behdad Esfahbod <behdad@behdad.org>
48179 Date:   Tue May 4 15:01:45 2010 -0400
48180
48181     Remove SANITIZE_OBJ
48182
48183  src/hb-open-type-private.hh | 3 +--
48184  1 file changed, 1 insertion(+), 2 deletions(-)
48185
48186 commit 4d4cce96266b777a01cec03e8766dc8c0b159351
48187 Author: Behdad Esfahbod <behdad@behdad.org>
48188 Date:   Tue May 4 14:57:55 2010 -0400
48189
48190     Remove SANITIZE_THIS2
48191
48192  src/hb-open-type-private.hh          |  2 --
48193  src/hb-ot-layout-common-private.hh   |  3 ++-
48194  src/hb-ot-layout-gdef-private.hh     | 10 ++++++----
48195  src/hb-ot-layout-gpos-private.hh     |  9 ++++++---
48196  src/hb-ot-layout-gsub-private.hh     | 11 +++++++----
48197  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++++-----
48198  6 files changed, 30 insertions(+), 19 deletions(-)
48199
48200 commit 26bfcb64e473c40e439d6efbe974781dada28eca
48201 Author: Behdad Esfahbod <behdad@behdad.org>
48202 Date:   Tue May 4 14:49:45 2010 -0400
48203
48204     Cosmetic
48205
48206  src/hb-ot-layout-gdef-private.hh     | 5 ++---
48207  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
48208  2 files changed, 5 insertions(+), 7 deletions(-)
48209
48210 commit be74284673a1944e0f1884e861c3fe8f9855172c
48211 Author: Behdad Esfahbod <behdad@behdad.org>
48212 Date:   Tue May 4 14:47:05 2010 -0400
48213
48214     Remove SANITIZE_THIS3
48215
48216  src/hb-open-type-private.hh          |  1 -
48217  src/hb-ot-layout-gpos-private.hh     | 21 +++++++++++++++------
48218  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++++--
48219  3 files changed, 21 insertions(+), 9 deletions(-)
48220
48221 commit fbab9f9bd8ba59e7e5811f33c1dda198f95cf05a
48222 Author: Behdad Esfahbod <behdad@behdad.org>
48223 Date:   Tue May 4 14:42:10 2010 -0400
48224
48225     Remove SANITIZE_BASE2
48226
48227  src/hb-open-type-private.hh      | 1 -
48228  src/hb-ot-layout-gpos-private.hh | 3 ++-
48229  2 files changed, 2 insertions(+), 2 deletions(-)
48230
48231 commit 73c7dbf7f5433c0cdd467ef32402f52867e9798e
48232 Author: Behdad Esfahbod <behdad@behdad.org>
48233 Date:   Tue May 4 14:40:55 2010 -0400
48234
48235     Remove SANITIZE2
48236
48237  src/hb-open-type-private.hh      | 1 -
48238  src/hb-ot-layout-gsub-private.hh | 2 +-
48239  2 files changed, 1 insertion(+), 2 deletions(-)
48240
48241 commit c9f14687a30866181feb57ee2736a147ec9f25a1
48242 Author: Behdad Esfahbod <behdad@behdad.org>
48243 Date:   Tue May 4 14:38:08 2010 -0400
48244
48245     Remove the NEUTER macro, move code to a method
48246
48247  src/hb-open-type-private.hh | 21 +++++++++++++--------
48248  1 file changed, 13 insertions(+), 8 deletions(-)
48249
48250 commit 30fa2821c277df99a14089749313dfe2b541e2d0
48251 Author: Behdad Esfahbod <behdad@behdad.org>
48252 Date:   Tue May 4 14:28:18 2010 -0400
48253
48254     Make internal method private
48255
48256  src/hb-open-type-private.hh | 12 +++++++-----
48257  1 file changed, 7 insertions(+), 5 deletions(-)
48258
48259 commit ce5694c79671bf75990923c1da17bb611e4e7d15
48260 Author: Behdad Esfahbod <behdad@behdad.org>
48261 Date:   Tue May 4 14:10:18 2010 -0400
48262
48263     [main] Recognize Apple SFNTs
48264
48265  src/hb-open-file-private.hh | 4 ++--
48266  src/main.cc                 | 6 ++++++
48267  2 files changed, 8 insertions(+), 2 deletions(-)
48268
48269 commit 710500a93ecc2a0c595045602aa367073485ff91
48270 Author: Behdad Esfahbod <behdad@behdad.org>
48271 Date:   Mon May 3 23:11:16 2010 -0400
48272
48273     Comment new SFNT tags
48274
48275  src/hb-open-file-private.hh | 10 +++++-----
48276  1 file changed, 5 insertions(+), 5 deletions(-)
48277
48278 commit 64d3fc8d0dada673245cc8c0b1c12cd849b30997
48279 Author: Behdad Esfahbod <behdad@behdad.org>
48280 Date:   Mon May 3 22:51:19 2010 -0400
48281
48282     Cosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
48283
48284  src/hb-buffer.c                      | 14 ++++----
48285  src/hb-font.cc                       |  6 ++--
48286  src/hb-ft.c                          | 14 ++++----
48287  src/hb-language.c                    |  2 +-
48288  src/hb-object-private.h              | 10 +++---
48289  src/hb-open-file-private.hh          |  2 +-
48290  src/hb-open-type-private.hh          | 38 ++++++++++-----------
48291  src/hb-ot-layout-common-private.hh   | 16 ++++-----
48292  src/hb-ot-layout-gdef-private.hh     |  2 +-
48293  src/hb-ot-layout-gpos-private.hh     | 64
48294  ++++++++++++++++++------------------
48295  src/hb-ot-layout-gsub-private.hh     | 52 ++++++++++++++---------------
48296  src/hb-ot-layout-gsubgpos-private.hh | 40 +++++++++++-----------
48297  src/hb-ot-layout.cc                  | 12 +++----
48298  src/hb-ot-tag.c                      |  2 +-
48299  src/hb-private.h                     |  8 ++---
48300  src/hb-shape.c                       | 10 +++---
48301  src/hb-unicode.c                     |  2 +-
48302  17 files changed, 147 insertions(+), 147 deletions(-)
48303
48304 commit fa3b3d58443a7c22eca3f86243993ba2d4bd9f4a
48305 Author: Behdad Esfahbod <behdad@behdad.org>
48306 Date:   Mon May 3 22:47:22 2010 -0400
48307
48308     Mark a couple functions as inline
48309
48310  src/hb-open-type-private.hh | 4 ++--
48311  1 file changed, 2 insertions(+), 2 deletions(-)
48312
48313 commit 6b84198f9d471defb6f55d44d4f5423df70b2a10
48314 Merge: 631d10b7 eaf29edb
48315 Author: Behdad Esfahbod <behdad@behdad.org>
48316 Date:   Mon May 3 22:46:52 2010 -0400
48317
48318     Merge remote branch 'jrmuizel/master'
48319
48320 commit eaf29edb8fa49390e5f48b78105dfd173aff445b
48321 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
48322 Date:   Mon May 3 22:27:56 2010 -0400
48323
48324     HB_UNUSED is unneeded on static inline functions
48325
48326  src/hb-object-private.h     | 2 +-
48327  src/hb-open-type-private.hh | 6 +++---
48328  src/hb-private.h            | 4 ++--
48329  3 files changed, 6 insertions(+), 6 deletions(-)
48330
48331 commit 4ce578ed369f1526c91deedcf9e72537b3e4328f
48332 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
48333 Date:   Mon May 3 15:03:53 2010 -0400
48334
48335     Include the tags from the Apple specification for TrueType fonts
48336
48337  src/hb-open-file-private.hh | 8 ++++++++
48338  1 file changed, 8 insertions(+)
48339
48340 commit 631d10b728d9e1a02c7dddf505d4fae5e244c6e8
48341 Author: Behdad Esfahbod <behdad@behdad.org>
48342 Date:   Sun May 2 21:14:21 2010 -0400
48343
48344     Remove unused method
48345
48346  src/hb-open-file-private.hh | 5 -----
48347  1 file changed, 5 deletions(-)
48348
48349 commit f0abcd69408a3af65207cdf8847575ade4579bd4
48350 Author: Behdad Esfahbod <behdad@behdad.org>
48351 Date:   Sun May 2 18:14:25 2010 -0400
48352
48353     Whitespace
48354
48355  src/hb-open-type-private.hh | 9 ++++-----
48356  1 file changed, 4 insertions(+), 5 deletions(-)
48357
48358 commit a8d960bd26883ee937b04ca2a3c16a3644870356
48359 Author: Behdad Esfahbod <behdad@behdad.org>
48360 Date:   Thu Apr 29 14:31:56 2010 -0400
48361
48362     [GPOS] Speedup apply_value()
48363
48364  src/hb-ot-layout-gpos-private.hh | 7 ++++++-
48365  1 file changed, 6 insertions(+), 1 deletion(-)
48366
48367 commit 2cd1ea4411d0808559a942ff3fa4e637f9c9a9c8
48368 Author: Behdad Esfahbod <behdad@behdad.org>
48369 Date:   Thu Apr 29 14:15:32 2010 -0400
48370
48371     [ft] Disallow getting the entire font data with tag=0
48372
48373  src/hb-ft.c | 3 +++
48374  1 file changed, 3 insertions(+)
48375
48376 commit 33d13fdda99acaeffa9600737e8870278d053ebe
48377 Author: Behdad Esfahbod <behdad@behdad.org>
48378 Date:   Thu Apr 29 13:56:44 2010 -0400
48379
48380     Rename HB_GNUC_UNUSED -> HB_UNUSED
48381
48382  src/hb-buffer.c                      |  6 ++---
48383  src/hb-font.cc                       | 44
48384  ++++++++++++++++++------------------
48385  src/hb-ft.c                          | 16 ++++++-------
48386  src/hb-object-private.h              |  2 +-
48387  src/hb-open-type-private.hh          | 18 +++++++--------
48388  src/hb-ot-layout-gdef-private.hh     |  4 ++--
48389  src/hb-ot-layout-gpos-private.hh     |  4 ++--
48390  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
48391  src/hb-ot-layout.cc                  |  4 ++--
48392  src/hb-ot-shape.c                    |  2 +-
48393  src/hb-private.h                     | 16 ++++++-------
48394  src/hb-shape.c                       | 32 +++++++++++++-------------
48395  src/hb-unicode.c                     |  8 +++----
48396  13 files changed, 81 insertions(+), 81 deletions(-)
48397
48398 commit 7d3a126334f8e6f6441561c1bb592bd3fa7a2c5c
48399 Author: Behdad Esfahbod <behdad@behdad.org>
48400 Date:   Thu Apr 29 13:54:01 2010 -0400
48401
48402     Define HB_FUNC for portability to non-gcc
48403
48404  src/hb-open-type-private.hh          | 12 ++++++------
48405  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
48406  src/hb-private.h                     |  9 +++++++++
48407  3 files changed, 16 insertions(+), 7 deletions(-)
48408
48409 commit fa030175ca998b00cc42cbced6e98de323ec01ec
48410 Author: Behdad Esfahbod <behdad@behdad.org>
48411 Date:   Thu Apr 29 13:48:26 2010 -0400
48412
48413     [sanitize] Make debug code always available to the compiler
48414
48415     Such that we don't break debug build all the time.
48416
48417  src/hb-open-type-private.hh | 71
48418  ++++++++++++++++++++-------------------------
48419  1 file changed, 31 insertions(+), 40 deletions(-)
48420
48421 commit fde6f5bd682f5ad0cc5e2ec69fc831b0192bf90b
48422 Author: Behdad Esfahbod <behdad@behdad.org>
48423 Date:   Thu Apr 29 04:41:41 2010 -0400
48424
48425     Convert to uppercase in hb_ot_tag_from_language()
48426
48427  src/hb-ot-tag.c | 6 ++++--
48428  1 file changed, 4 insertions(+), 2 deletions(-)
48429
48430 commit 6f729b45b04243c42ad7201b67cda9d5e5c363f1
48431 Author: Behdad Esfahbod <behdad@behdad.org>
48432 Date:   Thu Apr 29 03:59:06 2010 -0400
48433
48434     More contour point use
48435
48436  src/hb-font.cc                   |  1 +
48437  src/hb-ot-layout-gdef-private.hh |  8 +++++---
48438  src/hb-ot-layout-gpos-private.hh | 13 +++++++++----
48439  3 files changed, 15 insertions(+), 7 deletions(-)
48440
48441 commit 3840b6b50503ba2c9a99f774284e0077baffa8a0
48442 Author: Behdad Esfahbod <behdad@behdad.org>
48443 Date:   Thu Apr 29 03:48:27 2010 -0400
48444
48445     [gdef] Fix delta scale
48446
48447  src/hb-ot-layout-gdef-private.hh | 2 +-
48448  1 file changed, 1 insertion(+), 1 deletion(-)
48449
48450 commit 4ac6cc284b2c1eb670c2a3659ec385ed729acac4
48451 Author: Behdad Esfahbod <behdad@behdad.org>
48452 Date:   Thu Apr 29 03:48:11 2010 -0400
48453
48454     [gdef] Fix rounding
48455
48456  src/hb-ot-layout-gdef-private.hh | 4 ++--
48457  1 file changed, 2 insertions(+), 2 deletions(-)
48458
48459 commit b52fbb1bab608bda76efb936f08344afaec600a1
48460 Author: Behdad Esfahbod <behdad@behdad.org>
48461 Date:   Thu Apr 29 03:47:00 2010 -0400
48462
48463     [gdef] Implement getting contour point
48464
48465  src/hb-ot-layout-gdef-private.hh | 5 ++++-
48466  1 file changed, 4 insertions(+), 1 deletion(-)
48467
48468 commit 4c5fbae011a33b9efef5aedd61c357fc0ded1113
48469 Author: Behdad Esfahbod <behdad@behdad.org>
48470 Date:   Thu Apr 29 03:39:39 2010 -0400
48471
48472     Make sure mirroring is done in original direction
48473
48474     Reported by Jonathan Kew.
48475
48476  src/hb-shape.c | 5 ++++-
48477  1 file changed, 4 insertions(+), 1 deletion(-)
48478
48479 commit ce23c9234b87513d6460fb89bad178fb8537e161
48480 Author: Behdad Esfahbod <behdad@behdad.org>
48481 Date:   Thu Apr 29 03:31:03 2010 -0400
48482
48483     Use BCP47 private-use tags for OpenType tag language string mapping
48484
48485  src/hb-ot-tag.c | 16 ++++++++--------
48486  1 file changed, 8 insertions(+), 8 deletions(-)
48487
48488 commit eaf1d9a46c4a320f3b0026c0a610f95a620d566f
48489 Author: Behdad Esfahbod <behdad@behdad.org>
48490 Date:   Thu Apr 29 03:11:32 2010 -0400
48491
48492     Minor
48493
48494  src/hb-ot-tag.c | 1 +
48495  1 file changed, 1 insertion(+)
48496
48497 commit 3a4784fe88a0f14147ccdd3633952c9c0f3ae8f3
48498 Author: Behdad Esfahbod <behdad@behdad.org>
48499 Date:   Thu Apr 29 02:58:38 2010 -0400
48500
48501     Fix bug in hb_language_from_string()
48502
48503     Reported by Jonathan Kew.
48504
48505  src/hb-language.c | 2 ++
48506  1 file changed, 2 insertions(+)
48507
48508 commit 602e4f8d5512cdf48c696ad64ad62ff97f6dbdcc
48509 Author: Behdad Esfahbod <behdad@behdad.org>
48510 Date:   Thu Apr 29 02:28:54 2010 -0400
48511
48512     Use const_cast
48513
48514  src/hb-open-type-private.hh | 3 +--
48515  1 file changed, 1 insertion(+), 2 deletions(-)
48516
48517 commit abff3580a5b229641086e0da097efee11d22ff81
48518 Author: Behdad Esfahbod <behdad@behdad.org>
48519 Date:   Thu Apr 29 02:27:20 2010 -0400
48520
48521     Add const
48522
48523  src/hb-object-private.h | 2 +-
48524  1 file changed, 1 insertion(+), 1 deletion(-)
48525
48526 commit 6617eada95928457a25e29f793f1a93c6b3edaec
48527 Author: Behdad Esfahbod <behdad@behdad.org>
48528 Date:   Thu Apr 29 02:25:30 2010 -0400
48529
48530     Rename apply_context -> context
48531
48532  src/hb-ot-layout-gpos-private.hh     | 22 +++++++++++-----------
48533  src/hb-ot-layout-gsub-private.hh     | 26 +++++++++++++-------------
48534  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
48535  3 files changed, 30 insertions(+), 30 deletions(-)
48536
48537 commit b4c7fab762935b9c182b3e2ac3415f29fc6a5558
48538 Author: Behdad Esfahbod <behdad@behdad.org>
48539 Date:   Thu Apr 29 02:24:25 2010 -0400
48540
48541     Rename
48542
48543  src/hb-ot-layout-gpos-private.hh     | 98
48544  ++++++++++++++++++------------------
48545  src/hb-ot-layout-gsub-private.hh     | 46 ++++++++---------
48546  src/hb-ot-layout-gsubgpos-private.hh | 12 ++---
48547  3 files changed, 78 insertions(+), 78 deletions(-)
48548
48549 commit 1376fb7bf9ef07970f0ba13dc64d6a8ab8252762
48550 Author: Behdad Esfahbod <behdad@behdad.org>
48551 Date:   Thu Apr 29 02:19:21 2010 -0400
48552
48553     [apply] Use a context object to reduce number of parameters passed
48554     around
48555
48556  src/hb-open-type-private.hh          |  5 ++---
48557  src/hb-ot-layout-gpos-private.hh     | 26 ++++++++++++++-----------
48558  src/hb-ot-layout-gsub-private.hh     | 37
48559  +++++++++++++++++++-----------------
48560  src/hb-ot-layout-gsubgpos-private.hh | 29 +++++++++++++++-------------
48561  4 files changed, 53 insertions(+), 44 deletions(-)
48562
48563 commit 173fde7087c0db3e99409f1119530477c14072f5
48564 Author: Behdad Esfahbod <behdad@behdad.org>
48565 Date:   Thu Apr 29 01:47:30 2010 -0400
48566
48567     Further simplify tracing
48568
48569  src/hb-open-type-private.hh          | 31 +++++++++++++++----------------
48570  src/hb-ot-layout-gpos-private.hh     |  9 +++++----
48571  src/hb-ot-layout-gsub-private.hh     | 11 ++++++-----
48572  src/hb-ot-layout-gsubgpos-private.hh |  8 --------
48573  4 files changed, 26 insertions(+), 33 deletions(-)
48574
48575 commit bc200457430c083914a64bf4b056153506749610
48576 Author: Behdad Esfahbod <behdad@behdad.org>
48577 Date:   Thu Apr 29 01:40:26 2010 -0400
48578
48579     Simplify trace code
48580
48581  src/hb-open-type-private.hh          | 41 +++++++++---------------------
48582  src/hb-ot-layout-gsubgpos-private.hh | 25 +++++--------------
48583  src/hb-private.h                     | 48
48584  +++++++++++++++++++++++++-----------
48585  3 files changed, 51 insertions(+), 63 deletions(-)
48586
48587 commit 807c5b03a2251a3c29a520852639421783101b55
48588 Author: Behdad Esfahbod <behdad@behdad.org>
48589 Date:   Wed Apr 28 20:25:22 2010 -0400
48590
48591     [sanitize] Make debug code always available to the compiler
48592
48593     Such that we don't break debug build all the time.
48594
48595  src/hb-open-type-private.hh          | 31 ++++++++++++++++++++-----------
48596  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
48597  2 files changed, 21 insertions(+), 12 deletions(-)
48598
48599 commit 74e313c016704e1d9157c2763691c4151f049dfc
48600 Author: Behdad Esfahbod <behdad@behdad.org>
48601 Date:   Wed Apr 28 15:15:09 2010 -0400
48602
48603     [gsubgpos] Make debug code always available to the compiler
48604
48605     Such that we don't break debug build all the time.
48606
48607  src/hb-ot-layout-gsubgpos-private.hh | 52
48608  ++++++++++++++++++------------------
48609  1 file changed, 26 insertions(+), 26 deletions(-)
48610
48611 commit 41011a6ed7c4891b20c0eddbb6d4ad9c820cfddb
48612 Author: Behdad Esfahbod <behdad@behdad.org>
48613 Date:   Wed Apr 28 13:33:09 2010 -0400
48614
48615     Fix compiler warning about value unused
48616
48617  src/hb-object-private.h | 2 +-
48618  1 file changed, 1 insertion(+), 1 deletion(-)
48619
48620 commit 863df68e894b7644dcd12da88aa22f73edf829dc
48621 Author: Behdad Esfahbod <behdad@behdad.org>
48622 Date:   Wed Apr 28 13:29:55 2010 -0400
48623
48624     [object] Make debug code always available to the compiler
48625
48626     Such that we don't break debug build all the time.
48627
48628  src/hb-object-private.h | 42 +++++++++++++++++++++++++++---------------
48629  1 file changed, 27 insertions(+), 15 deletions(-)
48630
48631 commit 1d52151a19ed8ec776276aac5cc6ce3769e0d947
48632 Author: Behdad Esfahbod <behdad@behdad.org>
48633 Date:   Wed Apr 28 13:18:41 2010 -0400
48634
48635     Minor
48636
48637  src/hb-private.h | 8 +++++---
48638  1 file changed, 5 insertions(+), 3 deletions(-)
48639
48640 commit 444fffb1ab378cb3022e2a8e9f90d20a00c82f6a
48641 Author: Behdad Esfahbod <behdad@behdad.org>
48642 Date:   Wed Apr 28 13:16:38 2010 -0400
48643
48644     [blob] Make debug code always available to the compiler
48645
48646     Such that we don't break debug build all the time.
48647
48648  src/hb-blob.c | 78
48649  ++++++++++++++++++++++++-----------------------------------
48650  1 file changed, 32 insertions(+), 46 deletions(-)
48651
48652 commit ba51b25c7ba568aeced17f016eceba987569c5d9
48653 Author: Behdad Esfahbod <behdad@behdad.org>
48654 Date:   Wed Apr 28 13:10:36 2010 -0400
48655
48656     Fix build.  Ouch!
48657
48658  src/hb-object-private.h | 2 +-
48659  1 file changed, 1 insertion(+), 1 deletion(-)
48660
48661 commit a92f0fda7fee9d60b399b8865541bf73e6e30141
48662 Author: Behdad Esfahbod <behdad@behdad.org>
48663 Date:   Wed Apr 28 13:09:40 2010 -0400
48664
48665     Fix debug build
48666
48667  src/hb-open-type-private.hh          | 4 ++--
48668  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
48669  2 files changed, 3 insertions(+), 3 deletions(-)
48670
48671 commit c165f25410f817d248ad5d07e1827d33efd1b0a0
48672 Author: Behdad Esfahbod <behdad@behdad.org>
48673 Date:   Tue Apr 27 23:28:10 2010 -0400
48674
48675     [object] Actually handle malloc() failure
48676
48677     Caught by John Daggett.
48678
48679  src/hb-object-private.h | 10 ++++++----
48680  1 file changed, 6 insertions(+), 4 deletions(-)
48681
48682 commit caff7db93d205e32a535d49e51a3cad70f91dfdd
48683 Author: Behdad Esfahbod <behdad@behdad.org>
48684 Date:   Mon Apr 26 10:07:35 2010 -0400
48685
48686     Fix Device::get_size() calculation
48687
48688  src/hb-ot-layout-common-private.hh | 8 ++++++--
48689  1 file changed, 6 insertions(+), 2 deletions(-)
48690
48691 commit 66d6eb30eb0b8d61e00f86ea0c7829abaddb52fa
48692 Author: Behdad Esfahbod <behdad@behdad.org>
48693 Date:   Sun Apr 25 23:01:45 2010 -0400
48694
48695     Rename Var to Obj
48696
48697  src/hb-open-type-private.hh | 8 ++++----
48698  1 file changed, 4 insertions(+), 4 deletions(-)
48699
48700 commit 690b9194619589c32ffc0c092e45262ae7776e79
48701 Author: Behdad Esfahbod <behdad@behdad.org>
48702 Date:   Sun Apr 25 22:51:05 2010 -0400
48703
48704     Remove use of flexible arrays
48705
48706     Also remove wrong ASSERT_SIZE that would trigger only when not using
48707     flexible arrays (which was the case on win32, but not with gcc).
48708
48709  configure.ac                | 2 --
48710  src/hb-open-file-private.hh | 1 -
48711  src/hb-private.h            | 4 ----
48712  3 files changed, 7 deletions(-)
48713
48714 commit 1cebfbb0636b13dc5dc6a4b8b7acbb7da28129d2
48715 Author: Behdad Esfahbod <behdad@behdad.org>
48716 Date:   Fri Apr 23 20:49:18 2010 -0400
48717
48718     Cleanup hb_face_create_for_data()
48719
48720  src/Makefile.am       |  1 +
48721  src/hb-blob-private.h | 57 +++++++++++++++++++++++++++++++
48722  src/hb-blob.c         | 20 ++---------
48723  src/hb-font-private.h |  3 --
48724  src/hb-font.cc        | 92
48725  +++++++++++++++++++++++++++++++++++----------------
48726  5 files changed, 123 insertions(+), 50 deletions(-)
48727
48728 commit d6b3c83a90f60bedb4049750ffb351161710980d
48729 Author: Behdad Esfahbod <behdad@behdad.org>
48730 Date:   Fri Apr 23 19:59:53 2010 -0400
48731
48732     Allow get_table() to return NULL
48733
48734  src/hb-font.cc | 6 +++++-
48735  src/hb-ft.c    | 2 +-
48736  2 files changed, 6 insertions(+), 2 deletions(-)
48737
48738 commit ad3653751b1e4a03f7058200cb83f64db46722d5
48739 Author: Behdad Esfahbod <behdad@behdad.org>
48740 Date:   Fri Apr 23 19:43:40 2010 -0400
48741
48742     Typo
48743
48744  src/hb-open-type-private.hh | 2 +-
48745  1 file changed, 1 insertion(+), 1 deletion(-)
48746
48747 commit 990443e5f282ad61de00dcf1ebff9cf1d5bc2d70
48748 Author: Behdad Esfahbod <behdad@behdad.org>
48749 Date:   Fri Apr 23 17:53:32 2010 -0400
48750
48751     Remove lock_instance()
48752
48753  src/hb-font.cc              | 2 +-
48754  src/hb-open-type-private.hh | 4 ----
48755  src/hb-ot-layout.cc         | 6 +++---
48756  3 files changed, 4 insertions(+), 8 deletions(-)
48757
48758 commit 187454c595559ce48d072fee6bccb51f3de283d4
48759 Author: Behdad Esfahbod <behdad@behdad.org>
48760 Date:   Fri Apr 23 16:35:01 2010 -0400
48761
48762     Add different casts from pointer and ref to avoid bugs
48763
48764  src/hb-open-type-private.hh      | 22 +++++++++++++++-------
48765  src/hb-ot-layout-gpos-private.hh |  8 ++++----
48766  src/hb-ot-layout-gsub-private.hh | 12 ++++++------
48767  src/main.cc                      |  6 +++---
48768  4 files changed, 28 insertions(+), 20 deletions(-)
48769
48770 commit efb324a46ff64adb4ec8612b4089e8daff1e6d8e
48771 Author: Behdad Esfahbod <behdad@behdad.org>
48772 Date:   Fri Apr 23 16:22:54 2010 -0400
48773
48774     Remove GET_FOR_DATA macros
48775
48776     The major-version check is now handled by sanitize.  If major
48777     doesn't match, we reject and fall back to the Null object.
48778
48779  src/hb-open-file-private.hh          |  4 ----
48780  src/hb-open-type-private.hh          | 23 ++---------------------
48781  src/hb-ot-layout-gdef-private.hh     |  2 --
48782  src/hb-ot-layout-gpos-private.hh     |  3 ---
48783  src/hb-ot-layout-gsub-private.hh     |  3 ---
48784  src/hb-ot-layout-gsubgpos-private.hh |  2 --
48785  src/main.cc                          |  6 +++---
48786  7 files changed, 5 insertions(+), 38 deletions(-)
48787
48788 commit f1aaa2a43654c28405ffd393de2cb127437c99a5
48789 Author: Behdad Esfahbod <behdad@behdad.org>
48790 Date:   Fri Apr 23 15:19:50 2010 -0400
48791
48792     Add TODO
48793
48794  src/hb-ft.c                        |  2 --
48795  src/hb-ft.h                        |  1 +
48796  src/hb-open-file-private.hh        |  2 +-
48797  src/hb-open-type-private.hh        |  2 ++
48798  src/hb-ot-layout-common-private.hh | 12 ++++++------
48799  5 files changed, 10 insertions(+), 9 deletions(-)
48800
48801 commit 33d4d4325e15e332105ea8f361bab79ee542f0f8
48802 Author: Behdad Esfahbod <behdad@behdad.org>
48803 Date:   Fri Apr 23 14:56:55 2010 -0400
48804
48805     Zero glyph metrics before calling user callback
48806
48807  src/hb-font.cc | 6 +++---
48808  1 file changed, 3 insertions(+), 3 deletions(-)
48809
48810 commit 4206e9511a222c0c50cc9b4fe72ec421983bba2c
48811 Author: Behdad Esfahbod <behdad@behdad.org>
48812 Date:   Fri Apr 23 14:44:55 2010 -0400
48813
48814     More warning fixes
48815
48816  src/hb-ot-layout.cc |  4 ++--
48817  src/hb-ot-shape.c   |  9 ++++-----
48818  src/hb-shape.c      | 32 ++++++++++++++++----------------
48819  3 files changed, 22 insertions(+), 23 deletions(-)
48820
48821 commit ef66ebeabc6c234004bd9e9bb67eb5c9711f4a1e
48822 Author: Behdad Esfahbod <behdad@behdad.org>
48823 Date:   Fri Apr 23 14:40:36 2010 -0400
48824
48825     Remove unused parameter
48826
48827  src/hb-open-file-private.hh | 6 +++---
48828  1 file changed, 3 insertions(+), 3 deletions(-)
48829
48830 commit 1d720192b193f48b44be0385eda3c2c5d5cd28ad
48831 Author: Behdad Esfahbod <behdad@behdad.org>
48832 Date:   Fri Apr 23 14:39:10 2010 -0400
48833
48834     Fix compile warnings (HB_GNUC_UNUSED)
48835
48836  src/hb-buffer.c             |  6 +++---
48837  src/hb-font.cc              | 31 ++++++++++++++++++++++---------
48838  src/hb-ft.c                 | 29 +++++++++++++++++++++--------
48839  src/hb-open-type-private.hh |  2 +-
48840  src/hb-unicode.c            |  8 ++++----
48841  5 files changed, 51 insertions(+), 25 deletions(-)
48842
48843 commit 8dfdca599c0a3ba5255131002910bca3b381acac
48844 Author: Behdad Esfahbod <behdad@behdad.org>
48845 Date:   Fri Apr 23 14:07:34 2010 -0400
48846
48847     No need to keep blob in sanitize context
48848
48849  src/hb-open-type-private.hh | 13 +++++--------
48850  1 file changed, 5 insertions(+), 8 deletions(-)
48851
48852 commit 254933c397f1ce9796f59689a25f9fc2e58df4ea
48853 Author: Behdad Esfahbod <behdad@behdad.org>
48854 Date:   Fri Apr 23 13:57:10 2010 -0400
48855
48856     When sanitizing, delay making writable
48857
48858     Before, as soon as we needed to make an edit, we tried to make
48859     the blob
48860     writable inplace.  That grows code unnecessarily though.  We can
48861     simply
48862     fail, make writable, then start again.  That's indeed what the
48863     fallback
48864     was doing anyway.
48865
48866  src/hb-open-type-private.hh | 11 +++++++----
48867  1 file changed, 7 insertions(+), 4 deletions(-)
48868
48869 commit 71e735e915c85536ee4d3035576f7426e8cd19dd
48870 Author: Behdad Esfahbod <behdad@behdad.org>
48871 Date:   Fri Apr 23 13:48:06 2010 -0400
48872
48873     [blob] Fallback to copying if mprotect() fails
48874
48875  src/hb-blob.c | 5 +++--
48876  1 file changed, 3 insertions(+), 2 deletions(-)
48877
48878 commit 1aa4666b914da7747fc58a8f6f2d913c94e3b8da
48879 Author: Behdad Esfahbod <behdad@behdad.org>
48880 Date:   Fri Apr 23 13:32:03 2010 -0400
48881
48882     Cleanup OpenTypeFontFile
48883
48884  src/hb-open-file-private.hh | 44
48885  ++++++++++++++++++++++++++------------------
48886  src/main.cc                 |  2 +-
48887  2 files changed, 27 insertions(+), 19 deletions(-)
48888
48889 commit ae4190cafe927649f8ff8be6a0082478d1298fda
48890 Author: Behdad Esfahbod <behdad@behdad.org>
48891 Date:   Fri Apr 23 12:33:02 2010 -0400
48892
48893     Properly define separate structs for TTCHeader and TTCHeaderVersion1
48894
48895  src/hb-open-file-private.hh | 71
48896  +++++++++++++++++++++++++++++++++++----------
48897  1 file changed, 55 insertions(+), 16 deletions(-)
48898
48899 commit a065f471b3bc23d33ef75217308efeaed4ffd033
48900 Author: Behdad Esfahbod <behdad@behdad.org>
48901 Date:   Thu Apr 22 20:15:11 2010 -0400
48902
48903     Cleanup Extension lookups
48904
48905     Two things:
48906
48907     1. Allow nested Extension lookups.  The offset is always positive, so
48908     it can't loop circularly.
48909
48910     2. Move the check for all Extension subtables having the same lookup
48911     type to the correct place.  Before it wasn't really working.
48912
48913  src/hb-ot-layout-gpos-private.hh | 29 +-------------------
48914  src/hb-ot-layout-gsub-private.hh | 57
48915  ++++++++++++++++++++++------------------
48916  2 files changed, 33 insertions(+), 53 deletions(-)
48917
48918 commit a0bb49c5830f8a7f25d573ec57b79df2620ddba7
48919 Author: Behdad Esfahbod <behdad@behdad.org>
48920 Date:   Thu Apr 22 18:47:03 2010 -0400
48921
48922     Add comment re bsearch effect on sanitize
48923
48924  src/hb-open-file-private.hh        | 2 +-
48925  src/hb-ot-layout-common-private.hh | 8 ++++----
48926  2 files changed, 5 insertions(+), 5 deletions(-)
48927
48928 commit d632ec4000b3079150e6424e88a3ab7509f7445c
48929 Author: Behdad Esfahbod <behdad@behdad.org>
48930 Date:   Thu Apr 22 18:33:12 2010 -0400
48931
48932     Cosmetic
48933
48934  src/hb-open-type-private.hh          | 6 +++---
48935  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
48936  2 files changed, 4 insertions(+), 4 deletions(-)
48937
48938 commit a3263aa773ad7a914496792466c69047048b093c
48939 Author: Behdad Esfahbod <behdad@behdad.org>
48940 Date:   Thu Apr 22 18:29:09 2010 -0400
48941
48942     Convert the last set of cast macros to templates
48943
48944  src/hb-open-file-private.hh          |  4 +--
48945  src/hb-open-type-private.hh          | 53
48946  +++++++++++++++++++++++-------------
48947  src/hb-ot-layout-gpos-private.hh     | 16 +++++------
48948  src/hb-ot-layout-gsub-private.hh     | 14 +++++-----
48949  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++----
48950  5 files changed, 57 insertions(+), 42 deletions(-)
48951
48952 commit c38188a1912f72d9ef90ae1bcbdbba7ecce63371
48953 Author: Behdad Esfahbod <behdad@behdad.org>
48954 Date:   Thu Apr 22 16:52:09 2010 -0400
48955
48956     Remove unused macro
48957
48958  src/hb-open-type-private.hh | 1 -
48959  1 file changed, 1 deletion(-)
48960
48961 commit 3b2c2df41b90f2a1d9e33b3dc15a92cff58a689a
48962 Author: Behdad Esfahbod <behdad@behdad.org>
48963 Date:   Thu Apr 22 16:51:42 2010 -0400
48964
48965     Cleanup Extension sanitize()
48966
48967  src/hb-ot-layout-common-private.hh   | 20 +++-----------------
48968  src/hb-ot-layout-gpos-private.hh     | 20 +++++++++++++-------
48969  src/hb-ot-layout-gsub-private.hh     | 20 +++++++++++++-------
48970  src/hb-ot-layout-gsubgpos-private.hh | 13 ++++---------
48971  4 files changed, 33 insertions(+), 40 deletions(-)
48972
48973 commit 1856184b93760a1a54fb1a3c54281bb252df7ce6
48974 Author: Behdad Esfahbod <behdad@behdad.org>
48975 Date:   Thu Apr 22 14:15:11 2010 -0400
48976
48977     Fail sanitize on major version mismatch
48978
48979     We handle major-version differences via get_for_data(), so sanitize
48980     should never see a major version mismatch.
48981
48982  src/hb-open-file-private.hh          | 4 ++--
48983  src/hb-ot-layout-gdef-private.hh     | 2 +-
48984  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
48985  3 files changed, 4 insertions(+), 4 deletions(-)
48986
48987 commit df3f505dcfeefc8cd395900b116767d22549f756
48988 Author: Behdad Esfahbod <behdad@behdad.org>
48989 Date:   Thu Apr 22 14:11:33 2010 -0400
48990
48991     More sanitize cleanup
48992
48993  src/hb-open-file-private.hh | 24 ++----------------------
48994  src/main.cc                 |  4 ++--
48995  2 files changed, 4 insertions(+), 24 deletions(-)
48996
48997 commit 278a91f0cd802ac817c2603429bae1fa4a350ea0
48998 Author: Behdad Esfahbod <behdad@behdad.org>
48999 Date:   Thu Apr 22 13:59:39 2010 -0400
49000
49001     Minor cleanup of sanitize
49002
49003     Done with an audit of all sanitize()
49004
49005  src/hb-ot-layout-gpos-private.hh | 18 +++++++++---------
49006  1 file changed, 9 insertions(+), 9 deletions(-)
49007
49008 commit 9ac7dc73bc24b6dafb94df5de9cbf8fa0c82d5bc
49009 Author: Behdad Esfahbod <behdad@behdad.org>
49010 Date:   Thu Apr 22 13:50:22 2010 -0400
49011
49012     Check for (impossible) overflow
49013
49014  src/hb-ot-layout-gpos-private.hh | 1 +
49015  1 file changed, 1 insertion(+)
49016
49017 commit 9fc8684fd85ef6ec82b3b54323761bbdd4c3d891
49018 Author: Behdad Esfahbod <behdad@behdad.org>
49019 Date:   Thu Apr 22 13:37:58 2010 -0400
49020
49021     Cleanup ContextFormat3 sanitize
49022
49023  src/hb-ot-layout-gsubgpos-private.hh | 5 +++--
49024  1 file changed, 3 insertions(+), 2 deletions(-)
49025
49026 commit e77302c61f1f1620d1f438a997575fa6ee5c172e
49027 Author: Behdad Esfahbod <behdad@behdad.org>
49028 Date:   Thu Apr 22 13:34:00 2010 -0400
49029
49030     Add comment
49031
49032  src/hb-ot-layout-common-private.hh | 4 +++-
49033  1 file changed, 3 insertions(+), 1 deletion(-)
49034
49035 commit 7c469c3ca4ed4e45c50eff70df59b1a4780bae5b
49036 Author: Behdad Esfahbod <behdad@behdad.org>
49037 Date:   Thu Apr 22 13:26:21 2010 -0400
49038
49039     Minor
49040
49041  src/hb-ot-layout-common-private.hh | 2 +-
49042  1 file changed, 1 insertion(+), 1 deletion(-)
49043
49044 commit dc228048a813e43356373505168d3822deea5d72
49045 Author: Behdad Esfahbod <behdad@behdad.org>
49046 Date:   Thu Apr 22 13:22:41 2010 -0400
49047
49048     Remove integrity check in Tag sanitize
49049
49050     Serves no useful purpose.
49051
49052  src/hb-open-type-private.hh        | 9 ---------
49053  src/hb-ot-layout-common-private.hh | 2 +-
49054  2 files changed, 1 insertion(+), 10 deletions(-)
49055
49056 commit 8015a8c762dc7be36998d529b7a3af59e3d14d87
49057 Author: Behdad Esfahbod <behdad@behdad.org>
49058 Date:   Thu Apr 22 11:06:30 2010 -0400
49059
49060     Don't sanitize raw table data
49061
49062     That part is performed by individual table sanitize.
49063
49064  src/hb-open-file-private.hh | 15 +++++++++------
49065  1 file changed, 9 insertions(+), 6 deletions(-)
49066
49067 commit c293581e962b7982622e7d607fa3909b40da718e
49068 Author: Behdad Esfahbod <behdad@behdad.org>
49069 Date:   Thu Apr 22 11:15:46 2010 -0400
49070
49071     Add coment
49072
49073  src/hb-open-type-private.hh | 1 +
49074  1 file changed, 1 insertion(+)
49075
49076 commit 1faa76c6e848c6b0e360d9ddcf567533b87f8f31
49077 Author: Behdad Esfahbod <behdad@behdad.org>
49078 Date:   Thu Apr 22 10:54:26 2010 -0400
49079
49080     Remove unnecessary casts
49081
49082  src/hb-open-type-private.hh | 8 ++++----
49083  1 file changed, 4 insertions(+), 4 deletions(-)
49084
49085 commit 079dc40112d3908ff7b7028ea3019bfe82bf606d
49086 Author: Behdad Esfahbod <behdad@behdad.org>
49087 Date:   Thu Apr 22 10:47:12 2010 -0400
49088
49089     Avoid overflow in TableDirectory sanitize
49090
49091  src/hb-open-file-private.hh | 2 +-
49092  1 file changed, 1 insertion(+), 1 deletion(-)
49093
49094 commit fb5904ec935d925a423401bc975ffaa22022ce1b
49095 Author: Behdad Esfahbod <behdad@behdad.org>
49096 Date:   Thu Apr 22 10:43:30 2010 -0400
49097
49098     Make casts more explicit
49099
49100  src/hb-ot-layout-gpos-private.hh | 4 ++--
49101  src/hb-ot-layout-gsub-private.hh | 4 ++--
49102  2 files changed, 4 insertions(+), 4 deletions(-)
49103
49104 commit 565c80bd2960366ace2d10dd71beaaf2a80213c8
49105 Author: Behdad Esfahbod <behdad@behdad.org>
49106 Date:   Thu Apr 22 10:26:35 2010 -0400
49107
49108     Make sure semicolon is expected after DEFINE_NULL_DATA()
49109
49110  src/hb-open-type-private.hh | 5 +++--
49111  1 file changed, 3 insertions(+), 2 deletions(-)
49112
49113 commit bb1e16335e537231246f44740f73cc23c0707364
49114 Author: Behdad Esfahbod <behdad@behdad.org>
49115 Date:   Thu Apr 22 01:01:35 2010 -0400
49116
49117     Improve Subst/Pos SubTable access and sanitize
49118
49119  src/hb-ot-layout-gpos-private.hh | 4 ++--
49120  src/hb-ot-layout-gsub-private.hh | 4 ++--
49121  2 files changed, 4 insertions(+), 4 deletions(-)
49122
49123 commit 81f2af40f9afd5bb9695018e6baddcd4aa3361c1
49124 Author: Behdad Esfahbod <behdad@behdad.org>
49125 Date:   Thu Apr 22 00:58:49 2010 -0400
49126
49127     Simplify Extension offset now that our int types have no alignment
49128
49129  src/hb-ot-layout-gsubgpos-private.hh | 9 +++------
49130  1 file changed, 3 insertions(+), 6 deletions(-)
49131
49132 commit 19828ad42d8117563412aae3c70887aa117805a9
49133 Author: Behdad Esfahbod <behdad@behdad.org>
49134 Date:   Thu Apr 22 00:49:16 2010 -0400
49135
49136     Sanitize shallow in Lookup since the generic SubLookup has no methods
49137
49138  src/hb-ot-layout-common-private.hh | 2 +-
49139  1 file changed, 1 insertion(+), 1 deletion(-)
49140
49141 commit e5546a4352c54311ac4a9ef138b187378155ebe1
49142 Author: Behdad Esfahbod <behdad@behdad.org>
49143 Date:   Thu Apr 22 00:45:42 2010 -0400
49144
49145     Watch for overflow in Array sanitize
49146
49147  src/hb-open-type-private.hh        | 21 +++++++++++++++------
49148  src/hb-ot-layout-common-private.hh |  2 +-
49149  2 files changed, 16 insertions(+), 7 deletions(-)
49150
49151 commit 4f5f1c34dda1e0629bfa6d7b0ffa2e1ce003b7c7
49152 Author: Behdad Esfahbod <behdad@behdad.org>
49153 Date:   Thu Apr 22 00:27:39 2010 -0400
49154
49155     Rename const_sub_array to sub_array since all consts are implicit now
49156
49157  src/hb-open-type-private.hh        | 2 +-
49158  src/hb-ot-layout-common-private.hh | 4 ++--
49159  src/hb-ot-layout-gdef-private.hh   | 4 ++--
49160  3 files changed, 5 insertions(+), 5 deletions(-)
49161
49162 commit 0795b784dd1009976c185482a376df250167e73b
49163 Author: Behdad Esfahbod <behdad@behdad.org>
49164 Date:   Thu Apr 22 00:23:14 2010 -0400
49165
49166     Cosmetic
49167
49168  src/hb-ot-layout-common-private.hh | 6 +++---
49169  1 file changed, 3 insertions(+), 3 deletions(-)
49170
49171 commit 2d98d3bbaa0ddadcb08b5a8f437b18c211c50768
49172 Author: Behdad Esfahbod <behdad@behdad.org>
49173 Date:   Thu Apr 22 00:19:30 2010 -0400
49174
49175     Simplify Lookup sanitize
49176
49177  src/hb-ot-layout-common-private.hh | 2 +-
49178  1 file changed, 1 insertion(+), 1 deletion(-)
49179
49180 commit c755cb3e3ac55156d0d2ec05adea7a650b97cc41
49181 Author: Behdad Esfahbod <behdad@behdad.org>
49182 Date:   Thu Apr 22 00:11:43 2010 -0400
49183
49184     Change header comment
49185
49186  README                               | 2 +-
49187  src/hb-blob.c                        | 2 +-
49188  src/hb-blob.h                        | 2 +-
49189  src/hb-buffer-private.h              | 2 +-
49190  src/hb-buffer.c                      | 2 +-
49191  src/hb-buffer.h                      | 2 +-
49192  src/hb-common.h                      | 2 +-
49193  src/hb-font-private.h                | 2 +-
49194  src/hb-font.cc                       | 2 +-
49195  src/hb-font.h                        | 2 +-
49196  src/hb-ft.c                          | 2 +-
49197  src/hb-ft.h                          | 2 +-
49198  src/hb-glib.c                        | 2 +-
49199  src/hb-glib.h                        | 2 +-
49200  src/hb-icu.c                         | 2 +-
49201  src/hb-icu.h                         | 2 +-
49202  src/hb-language.c                    | 2 +-
49203  src/hb-language.h                    | 2 +-
49204  src/hb-object-private.h              | 2 +-
49205  src/hb-open-file-private.hh          | 2 +-
49206  src/hb-open-type-private.hh          | 2 +-
49207  src/hb-ot-layout-common-private.hh   | 2 +-
49208  src/hb-ot-layout-gdef-private.hh     | 2 +-
49209  src/hb-ot-layout-gpos-private.hh     | 2 +-
49210  src/hb-ot-layout-gsub-private.hh     | 2 +-
49211  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
49212  src/hb-ot-layout-private.h           | 2 +-
49213  src/hb-ot-layout.cc                  | 2 +-
49214  src/hb-ot-layout.h                   | 2 +-
49215  src/hb-ot-shape-private.h            | 2 +-
49216  src/hb-ot-shape.c                    | 2 +-
49217  src/hb-ot-tag.c                      | 2 +-
49218  src/hb-ot-tag.h                      | 2 +-
49219  src/hb-ot.h                          | 2 +-
49220  src/hb-private.h                     | 2 +-
49221  src/hb-shape.c                       | 2 +-
49222  src/hb-shape.h                       | 2 +-
49223  src/hb-unicode-private.h             | 2 +-
49224  src/hb-unicode.c                     | 2 +-
49225  src/hb-unicode.h                     | 2 +-
49226  src/hb.h                             | 2 +-
49227  src/main.cc                          | 2 +-
49228  42 files changed, 42 insertions(+), 42 deletions(-)
49229
49230 commit 243d20e011e251462a07947275e0e98cc19c7e9b
49231 Author: Behdad Esfahbod <behdad@behdad.org>
49232 Date:   Wed Apr 21 23:57:01 2010 -0400
49233
49234     More cast simplification
49235
49236  src/hb-open-type-private.hh | 6 +++---
49237  1 file changed, 3 insertions(+), 3 deletions(-)
49238
49239 commit 0dfcc13a4668cdd2c2ebdd5f4a7540a51222cf2f
49240 Author: Behdad Esfahbod <behdad@behdad.org>
49241 Date:   Wed Apr 21 23:41:26 2010 -0400
49242
49243     Rename ConstCharP to CharP (overloaded now)
49244
49245  src/hb-open-file-private.hh          | 10 +++++-----
49246  src/hb-open-type-private.hh          | 24 ++++++++++++------------
49247  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
49248  src/hb-ot-layout-gsub-private.hh     |  4 ++--
49249  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++-------
49250  5 files changed, 32 insertions(+), 32 deletions(-)
49251
49252 commit 62c0fd75737a69721dbf29e773405a4c529f8b6d
49253 Author: Behdad Esfahbod <behdad@behdad.org>
49254 Date:   Wed Apr 21 23:30:48 2010 -0400
49255
49256     Cleanup de-const-casting during sanitize
49257
49258  src/hb-open-file-private.hh        |  2 +-
49259  src/hb-open-type-private.hh        | 29 ++++++++++++++---------------
49260  src/hb-ot-layout-common-private.hh |  4 ++--
49261  src/hb-ot-layout-gpos-private.hh   | 12 ++++++------
49262  4 files changed, 23 insertions(+), 24 deletions(-)
49263
49264 commit dd155870567cfb9647b2e71593ace8b2705d7cff
49265 Author: Behdad Esfahbod <behdad@behdad.org>
49266 Date:   Wed Apr 21 23:13:33 2010 -0400
49267
49268     Add more comments
49269
49270  src/hb-open-type-private.hh | 1 +
49271  1 file changed, 1 insertion(+)
49272
49273 commit c85c3620675f38ffdca59134aeec2641485f40ca
49274 Author: Behdad Esfahbod <behdad@behdad.org>
49275 Date:   Wed Apr 21 23:12:54 2010 -0400
49276
49277     Add comment
49278
49279  src/hb-open-type-private.hh | 1 +
49280  1 file changed, 1 insertion(+)
49281
49282 commit 2467c669c2aee4de2a6621a9d06cba0262376d41
49283 Author: Behdad Esfahbod <behdad@behdad.org>
49284 Date:   Wed Apr 21 23:11:45 2010 -0400
49285
49286     Add comment
49287
49288  src/hb-open-type-private.hh | 1 +
49289  1 file changed, 1 insertion(+)
49290
49291 commit 29c3f5e1b6212c775a7b911becd44ba093b7b0eb
49292 Author: Behdad Esfahbod <behdad@behdad.org>
49293 Date:   Wed Apr 21 23:01:00 2010 -0400
49294
49295     Improve comment
49296
49297  src/hb-open-type-private.hh | 2 +-
49298  1 file changed, 1 insertion(+), 1 deletion(-)
49299
49300 commit 01c01618e98283611628cd54d5ba4bf122f24cd9
49301 Author: Behdad Esfahbod <behdad@behdad.org>
49302 Date:   Wed Apr 21 22:49:56 2010 -0400
49303
49304     Further simplify IntType struct defs
49305
49306  src/hb-open-type-private.hh | 21 ++++++++++++---------
49307  1 file changed, 12 insertions(+), 9 deletions(-)
49308
49309 commit 2cb08458f674301cde9d962c13911035a251f7c5
49310 Author: Behdad Esfahbod <behdad@behdad.org>
49311 Date:   Wed Apr 21 22:37:31 2010 -0400
49312
49313     Rename const_array() to array() (overloaded)
49314
49315  src/hb-open-type-private.hh          | 12 ++++++------
49316  src/hb-ot-layout-common-private.hh   |  4 ++--
49317  src/hb-ot-layout-gsub-private.hh     |  6 +++---
49318  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
49319  4 files changed, 19 insertions(+), 19 deletions(-)
49320
49321 commit 2e2f43edf2f49f4047e28b1ce2ea95938536de9c
49322 Author: Behdad Esfahbod <behdad@behdad.org>
49323 Date:   Wed Apr 21 22:30:36 2010 -0400
49324
49325     Remove ArrayAfter, use StructAfter in place
49326
49327  src/hb-open-type-private.hh | 21 ++++++---------------
49328  1 file changed, 6 insertions(+), 15 deletions(-)
49329
49330 commit e961c86c579fd98ee604342a9c70c4e7f8d4f220
49331 Author: Behdad Esfahbod <behdad@behdad.org>
49332 Date:   Wed Apr 21 15:56:11 2010 -0400
49333
49334     Convert NEXT() and ARRAY_AFTER() macros to templates
49335
49336  src/hb-open-type-private.hh          | 40
49337  ++++++++++++++++++++++++++----------
49338  src/hb-ot-layout-common-private.hh   |  4 ++--
49339  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
49340  src/hb-ot-layout-gsubgpos-private.hh | 24 +++++++++++-----------
49341  4 files changed, 47 insertions(+), 29 deletions(-)
49342
49343 commit 198facdc55756cb48cdfb8ba7fa50916fac54ec3
49344 Author: Behdad Esfahbod <behdad@behdad.org>
49345 Date:   Wed Apr 21 13:35:36 2010 -0400
49346
49347     Use templates for const char * casts
49348
49349  src/hb-open-file-private.hh          | 12 ++++-----
49350  src/hb-open-type-private.hh          | 48
49351  ++++++++++++++++++------------------
49352  src/hb-ot-layout-common-private.hh   |  2 +-
49353  src/hb-ot-layout-gpos-private.hh     | 32 ++++++++++++------------
49354  src/hb-ot-layout-gsub-private.hh     |  4 +--
49355  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++------
49356  6 files changed, 56 insertions(+), 56 deletions(-)
49357
49358 commit 1922ffe7013c46014803a9f18c42e193a25b1968
49359 Author: Behdad Esfahbod <behdad@behdad.org>
49360 Date:   Wed Apr 21 04:19:51 2010 -0400
49361
49362     Const correctness
49363
49364  src/hb-ot-layout-gsub-private.hh     |  4 ++--
49365  src/hb-ot-layout-gsubgpos-private.hh | 30 +++++++++++++++---------------
49366  2 files changed, 17 insertions(+), 17 deletions(-)
49367
49368 commit e032ed9f75d4a0f365649a25706871bbb5ae6651
49369 Author: Behdad Esfahbod <behdad@behdad.org>
49370 Date:   Wed Apr 21 03:11:46 2010 -0400
49371
49372     Use templates for defining int typess
49373
49374  src/hb-open-type-private.hh | 66
49375  ++++++++++++++++++++++++++++++---------------
49376  src/hb-private.h            | 10 ++-----
49377  2 files changed, 46 insertions(+), 30 deletions(-)
49378
49379 commit 2c9fd2adce5a6a9dcd62c874bd64613ea68d8d9b
49380 Author: Behdad Esfahbod <behdad@behdad.org>
49381 Date:   Wed Apr 21 02:15:39 2010 -0400
49382
49383     Remove unused macro
49384
49385  src/hb-open-type-private.hh | 15 ---------------
49386  1 file changed, 15 deletions(-)
49387
49388 commit 7a52f281178867379adb6e6c6fb0022102f75d17
49389 Author: Behdad Esfahbod <behdad@behdad.org>
49390 Date:   Wed Apr 21 02:14:44 2010 -0400
49391
49392     Rename macros
49393
49394  src/hb-open-type-private.hh |  6 +++---
49395  src/hb-private.h            | 30 +++++++++++++++---------------
49396  2 files changed, 18 insertions(+), 18 deletions(-)
49397
49398 commit ffff7dc44cb2a35a60f92831165e9d3c3a61ce19
49399 Author: Behdad Esfahbod <behdad@behdad.org>
49400 Date:   Wed Apr 21 02:13:55 2010 -0400
49401
49402     Minor
49403
49404  src/hb-private.h | 12 ++++++------
49405  1 file changed, 6 insertions(+), 6 deletions(-)
49406
49407 commit f60f2166c48d07f556ff83f04e95181946eb03df
49408 Author: Behdad Esfahbod <behdad@behdad.org>
49409 Date:   Wed Apr 21 02:12:45 2010 -0400
49410
49411     Move macros around
49412
49413  src/hb-private.h | 122
49414  ++++++++++++++++++++++++++++---------------------------
49415  1 file changed, 62 insertions(+), 60 deletions(-)
49416
49417 commit 649a4344ca363da3d44cdd908350449ec40ed0f9
49418 Author: Behdad Esfahbod <behdad@behdad.org>
49419 Date:   Wed Apr 21 02:11:59 2010 -0400
49420
49421     Remove unused macros
49422
49423  src/hb-private.h | 7 -------
49424  1 file changed, 7 deletions(-)
49425
49426 commit eba8b4f644701cc6b78b0fcb4e932dce15561598
49427 Author: Behdad Esfahbod <behdad@behdad.org>
49428 Date:   Mon Mar 29 00:04:12 2010 -0400
49429
49430     GNOME Bug 613015 - [HB] Does not sanitize Device tables referenced
49431     from ValueRecords
49432
49433  src/hb-ot-layout-gpos-private.hh | 47
49434  ++++++++++++++++++++++++++++++----------
49435  1 file changed, 36 insertions(+), 11 deletions(-)
49436
49437 commit 673a4efcbc72a62105a24d9b0b54047417160f7d
49438 Author: Behdad Esfahbod <behdad@behdad.org>
49439 Date:   Wed Apr 21 02:02:57 2010 -0400
49440
49441     WIP
49442
49443  src/hb-ot-layout-gpos-private.hh | 102
49444  +++++++++++++++++++++++++++++++--------
49445  1 file changed, 81 insertions(+), 21 deletions(-)
49446
49447 commit 40d73bc68dd828cf68f90fde0f9499a6ce9fbb19
49448 Author: Behdad Esfahbod <behdad@behdad.org>
49449 Date:   Wed Apr 21 00:49:40 2010 -0400
49450
49451     Improve comments
49452
49453  src/hb-open-type-private.hh | 22 ++++++++++++++--------
49454  1 file changed, 14 insertions(+), 8 deletions(-)
49455
49456 commit 394bad41a76f90e441e327cef76efb99997e9ae0
49457 Author: Behdad Esfahbod <behdad@behdad.org>
49458 Date:   Wed Apr 21 00:40:50 2010 -0400
49459
49460     Remove stale TODO item
49461
49462  src/hb-open-type-private.hh | 1 -
49463  1 file changed, 1 deletion(-)
49464
49465 commit 9d3677899f90abdc7fb3e3d854db654a8707a84b
49466 Author: Behdad Esfahbod <behdad@behdad.org>
49467 Date:   Wed Apr 21 00:32:47 2010 -0400
49468
49469     Use a function template instead of struct template for Null
49470
49471  src/hb-open-type-private.hh | 24 ++++++++++--------------
49472  1 file changed, 10 insertions(+), 14 deletions(-)
49473
49474 commit ffd321afd91429c5de7ab03d71ef1030044f53cb
49475 Author: Behdad Esfahbod <behdad@behdad.org>
49476 Date:   Wed Apr 21 00:14:12 2010 -0400
49477
49478     Simplify Tag struct
49479
49480  src/hb-open-file-private.hh        | 3 ++-
49481  src/hb-open-type-private.hh        | 6 +-----
49482  src/hb-ot-layout-common-private.hh | 3 ++-
49483  3 files changed, 5 insertions(+), 7 deletions(-)
49484
49485 commit 00e23fcc6fd0eee5c582251bf3de6a2703fbbd3e
49486 Author: Behdad Esfahbod <behdad@behdad.org>
49487 Date:   Tue Apr 20 23:50:45 2010 -0400
49488
49489     Cosmetic
49490
49491  src/hb-open-type-private.hh        | 8 ++++----
49492  src/hb-ot-layout-common-private.hh | 6 +++---
49493  2 files changed, 7 insertions(+), 7 deletions(-)
49494
49495 commit a87072db5d41e25b2e31191545298bca4838c65c
49496 Author: Behdad Esfahbod <behdad@behdad.org>
49497 Date:   Tue Apr 20 15:52:47 2010 -0400
49498
49499     Fix Class operator return type
49500
49501  src/hb-ot-layout-common-private.hh | 2 +-
49502  1 file changed, 1 insertion(+), 1 deletion(-)
49503
49504 commit f9b37727985191c9b4aedb0e9835736027e59260
49505 Author: Behdad Esfahbod <behdad@behdad.org>
49506 Date:   Tue Apr 20 15:51:53 2010 -0400
49507
49508     Add couple consts to operators
49509
49510  src/hb-open-type-private.hh | 6 +++---
49511  1 file changed, 3 insertions(+), 3 deletions(-)
49512
49513 commit 53d237ec6352d7c6fab3b2805b48154a25506beb
49514 Author: Behdad Esfahbod <behdad@behdad.org>
49515 Date:   Tue Apr 20 15:25:27 2010 -0400
49516
49517     Remove ASSERT_SIZE_DATA
49518
49519  src/hb-open-type-private.hh        | 4 ----
49520  src/hb-ot-layout-common-private.hh | 9 ++++++---
49521  2 files changed, 6 insertions(+), 7 deletions(-)
49522
49523 commit 06558d2a745b8f3af11a8d6dce956ae52187a7e5
49524 Author: Behdad Esfahbod <behdad@behdad.org>
49525 Date:   Mon Apr 19 02:34:10 2010 -0400
49526
49527     Round instead of trunc
49528
49529  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
49530  src/hb-private.h                 |  2 +-
49531  2 files changed, 11 insertions(+), 11 deletions(-)
49532
49533 commit 0e206de98621ed8a55824b42e9e6bf320f4c6cc8
49534 Author: Behdad Esfahbod <behdad@behdad.org>
49535 Date:   Mon Apr 19 02:29:04 2010 -0400
49536
49537     Fix warnings
49538
49539  src/hb-open-type-private.hh          | 2 +-
49540  src/hb-ot-layout-gdef-private.hh     | 2 +-
49541  src/hb-ot-layout-gpos-private.hh     | 4 ++--
49542  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
49543  4 files changed, 7 insertions(+), 7 deletions(-)
49544
49545 commit d5943407a4251cb947fbfc130c0facb2f6216bd6
49546 Author: Behdad Esfahbod <behdad@behdad.org>
49547 Date:   Mon Apr 19 02:27:56 2010 -0400
49548
49549     Fix debug build
49550
49551  src/hb-open-type-private.hh          | 2 +-
49552  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
49553  2 files changed, 2 insertions(+), 2 deletions(-)
49554
49555 commit 12b27ed91de0192deee4e9feffcaf4aca4c78113
49556 Author: Behdad Esfahbod <behdad@behdad.org>
49557 Date:   Sat Mar 27 17:00:19 2010 -0400
49558
49559     Fix leak when duplicating blob
49560
49561  src/hb-blob.c | 6 ++++--
49562  1 file changed, 4 insertions(+), 2 deletions(-)
49563
49564 commit 4b8487d83e0c10076a6c573cb3487790ce366607
49565 Author: Behdad Esfahbod <behdad@behdad.org>
49566 Date:   Tue Mar 16 03:46:17 2010 -0400
49567
49568     Fix the mystery bug!
49569
49570     A couple bugs joined forces to exhibit the mystery behavior of
49571     crashes / infinite loops on OS X / wrong kerning / invalid memory
49572     access.  Pooh!
49573
49574     The bugs were involved:
49575
49576       - Wrong pointer math with ValueRecord in PairPosFormat1
49577
49578       - Fallout from avoiding flex arrays, code not correctly updated
49579         to remove sizeof() usage.
49580
49581     We strictly never use sizeof() directly now.  And the PairPos code
49582     is cleaned up.  Should fix them all.  Bugs are:
49583
49584       Bug 605655 - Pango 1.26.2 introduces kerning bug
49585       Bug 611229 - Pango reads from uninitialized memory
49586       Bug 593240 - (pangoosx) Crash / infinite loop with Mac OS X
49587
49588     We were also doing wrong math converting Device adjustments to
49589     hb_position_t.  Fallout from FreeType days.  Should shift 16, not
49590     6.  Fixed that too.
49591
49592     There's still another bug: we don't sanitize Device records
49593     referenced from value records.  Fixing that also.
49594
49595  src/hb-open-file-private.hh          |  4 +++-
49596  src/hb-open-type-private.hh          | 11 ++++++-----
49597  src/hb-ot-layout-common-private.hh   | 10 ++++++++--
49598  src/hb-ot-layout-gpos-private.hh     | 37
49599  ++++++++++++++++++++----------------
49600  src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++-------
49601  5 files changed, 46 insertions(+), 31 deletions(-)
49602
49603 commit 9b39755d104603d1163738f77637cc1923d4055b
49604 Author: Behdad Esfahbod <behdad@behdad.org>
49605 Date:   Thu Apr 15 14:00:25 2010 -0400
49606
49607     Typo
49608
49609  src/hb-open-type-private.hh | 4 ++--
49610  1 file changed, 2 insertions(+), 2 deletions(-)
49611
49612 commit f85ec1c7da36d2c2c9b1c94a988563697dcc79c9
49613 Author: Behdad Esfahbod <behdad@behdad.org>
49614 Date:   Wed Mar 10 04:14:40 2010 -0500
49615
49616     Cosmetic
49617
49618  src/hb-open-type-private.hh | 2 +-
49619  1 file changed, 1 insertion(+), 1 deletion(-)
49620
49621 commit e48ed72230a83499dabbd02af2ac63340220a353
49622 Author: Behdad Esfahbod <behdad@behdad.org>
49623 Date:   Mon Mar 1 22:33:45 2010 -0500
49624
49625     [ft] Check stream->read instead of stream->base
49626
49627     The former is more robust.  See discussion on freetype-devel.
49628
49629  src/hb-ft.c | 5 +++--
49630  1 file changed, 3 insertions(+), 2 deletions(-)
49631
49632 commit 917c227500305aee543981ad24a39f868c5ca0b7
49633 Author: Behdad Esfahbod <behdad@behdad.org>
49634 Date:   Tue Feb 23 16:47:51 2010 -0500
49635
49636     Make blob unlocking 64bit-safe
49637
49638     GNOME Bug 604128 - Applications crash when displaying Hebrew
49639     characters
49640
49641  src/hb-blob.c | 14 +++++++-------
49642  1 file changed, 7 insertions(+), 7 deletions(-)
49643
49644 commit ecd2e996d2137fef30011a41dd57ea45f9a796de
49645 Author: Behdad Esfahbod <behdad@behdad.org>
49646 Date:   Tue Feb 23 02:42:00 2010 -0500
49647
49648     Improve the alignment for NullPool
49649
49650  src/hb-open-type-private.hh | 2 +-
49651  1 file changed, 1 insertion(+), 1 deletion(-)
49652
49653 commit bc7830e4259755ce7549025c6f5bf750e78c2ff1
49654 Author: Behdad Esfahbod <behdad@behdad.org>
49655 Date:   Wed Feb 17 15:14:57 2010 -0500
49656
49657     Use __attribute__((unused)) only with gcc 4 and later
49658
49659     See discussion at:
49660     https://bugzilla.gnome.org/show_bug.cgi?id=610183
49661
49662  src/hb-private.h | 7 +++++--
49663  1 file changed, 5 insertions(+), 2 deletions(-)
49664
49665 commit 555d11273ee4c30e84eda3a78ffadb3ee7da65d0
49666 Author: Behdad Esfahbod <behdad@behdad.org>
49667 Date:   Tue Jan 26 12:58:59 2010 -0500
49668
49669     [GDEF] Fix bug in building synthetic GDEF
49670
49671  src/hb-ot-layout.cc | 5 +++--
49672  src/hb-ot-layout.h  | 1 -
49673  2 files changed, 3 insertions(+), 3 deletions(-)
49674
49675 commit 70834d89c30a56fcd78825fbc28fc9c6bec31124
49676 Author: Behdad Esfahbod <behdad@behdad.org>
49677 Date:   Tue Jan 26 12:17:37 2010 -0500
49678
49679     [TODO] Add kern/GPOS interaction
49680
49681  TODO | 3 +++
49682  1 file changed, 3 insertions(+)
49683
49684 commit cd11a98fa1426e9dbc4b61e702913b23a4794ae2
49685 Author: Behdad Esfahbod <behdad@behdad.org>
49686 Date:   Sun Dec 20 23:05:02 2009 +0100
49687
49688     Fix compile with older FreeType
49689
49690  configure.ac | 7 +++++++
49691  src/hb-ft.c  | 2 ++
49692  2 files changed, 9 insertions(+)
49693
49694 commit 7f7448a354c43650348b4e91b4e40ecf18718d66
49695 Author: Behdad Esfahbod <behdad@behdad.org>
49696 Date:   Sun Dec 20 21:42:14 2009 +0100
49697
49698     Indent
49699
49700  src/hb-ot-layout-gpos-private.hh | 4 ++--
49701  1 file changed, 2 insertions(+), 2 deletions(-)
49702
49703 commit e70f45eb522bcb41388cc218b79bbd6aaecf8050
49704 Author: Behdad Esfahbod <behdad@behdad.org>
49705 Date:   Sun Dec 20 21:26:24 2009 +0100
49706
49707     Revert "Fallback to 'kern' if no GPOS applied"
49708
49709     This reverts commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0.
49710
49711     The change is wrong.  If there is a GPOS table, we should not use
49712     'kern'.
49713
49714  src/hb-ot-shape.c | 4 ++--
49715  1 file changed, 2 insertions(+), 2 deletions(-)
49716
49717 commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0
49718 Author: Behdad Esfahbod <behdad@behdad.org>
49719 Date:   Sun Dec 20 21:23:56 2009 +0100
49720
49721     Fallback to 'kern' if no GPOS applied
49722
49723  src/hb-ot-shape.c | 4 ++--
49724  1 file changed, 2 insertions(+), 2 deletions(-)
49725
49726 commit 2f78c17197892b2bdc2f64caeb1c1c806ef44545
49727 Author: Behdad Esfahbod <behdad@behdad.org>
49728 Date:   Sun Dec 20 21:03:11 2009 +0100
49729
49730     Remove glibism!
49731
49732  src/hb-ot-shape-private.h | 4 ++--
49733  src/hb-ot-shape.c         | 4 ++--
49734  src/hb-shape.c            | 4 ++--
49735  3 files changed, 6 insertions(+), 6 deletions(-)
49736
49737 commit 907e67da13b5ed719362702138703fe2f90e790d
49738 Author: Behdad Esfahbod <behdad@behdad.org>
49739 Date:   Sun Dec 20 20:59:51 2009 +0100
49740
49741     Oops, add file.
49742
49743  src/hb-ot-shape-private.h | 53
49744  +++++++++++++++++++++++++++++++++++++++++++++++
49745  1 file changed, 53 insertions(+)
49746
49747 commit 2014b8d110231b13e524008282ece7451f1ae9e7
49748 Author: Behdad Esfahbod <behdad@behdad.org>
49749 Date:   Sun Dec 20 20:58:26 2009 +0100
49750
49751     Hook OpenType shaping up
49752
49753     Default features only for now.
49754
49755  src/Makefile.am     |   2 +
49756  src/hb-ot-layout.cc |  28 +++++++++
49757  src/hb-ot-layout.h  |   7 +++
49758  src/hb-ot-shape.c   | 165
49759  ++++++++++++++++++++++++++++++++++++++++++++++++++++
49760  src/hb-shape.c      |   8 +--
49761  5 files changed, 206 insertions(+), 4 deletions(-)
49762
49763 commit 196610ba4c7071c2b802d0fc921a63cbc0753114
49764 Author: Behdad Esfahbod <behdad@behdad.org>
49765 Date:   Sun Dec 20 19:01:14 2009 +0100
49766
49767     Pass features down
49768
49769  src/hb-shape.c | 49 +++++++++++++++++++++++++++++++++----------------
49770  1 file changed, 33 insertions(+), 16 deletions(-)
49771
49772 commit 51f141a7f38a73f671b23f58cadf97a72c43b625
49773 Author: Behdad Esfahbod <behdad@behdad.org>
49774 Date:   Sun Dec 20 18:22:28 2009 +0100
49775
49776     Avoid overflow
49777
49778  src/hb-shape.c | 2 ++
49779  1 file changed, 2 insertions(+)
49780
49781 commit 26d7a75752631b2596a5bcb7e645b34cc3d139ab
49782 Author: Behdad Esfahbod <behdad@behdad.org>
49783 Date:   Sun Dec 20 17:58:25 2009 +0100
49784
49785     Refactor hb_shape a bit
49786
49787  src/hb-shape.c | 87
49788  +++++++++++++++++++++++++++++++++++++++++++++++++---------
49789  1 file changed, 74 insertions(+), 13 deletions(-)
49790
49791 commit 001fc2d2aa22f14302739fe4ca45f7535855e0fb
49792 Author: Behdad Esfahbod <behdad@behdad.org>
49793 Date:   Sun Dec 20 17:24:05 2009 +0100
49794
49795     Add TrueType kern support
49796
49797  src/hb-shape.c | 74
49798  +++++++++++++++++++++++++++++++++++++---------------------
49799  1 file changed, 48 insertions(+), 26 deletions(-)
49800
49801 commit 2c1b85cf66e5ecb7521b6018b76f0e161fb68967
49802 Author: Behdad Esfahbod <behdad@behdad.org>
49803 Date:   Sun Dec 20 16:29:17 2009 +0100
49804
49805     Direct unicode->get_mirroring directly
49806
49807  src/hb-shape.c | 4 ++--
49808  1 file changed, 2 insertions(+), 2 deletions(-)
49809
49810 commit 6a2ef5aa5459def232708af30ef8a484906b868b
49811 Author: Behdad Esfahbod <behdad@behdad.org>
49812 Date:   Sun Dec 20 16:28:01 2009 +0100
49813
49814     Do mirroring
49815
49816  src/hb-shape.c | 18 +++++++++++++++++-
49817  1 file changed, 17 insertions(+), 1 deletion(-)
49818
49819 commit 0465e69832393cc1ed36508ec5d597fbab64877a
49820 Author: Behdad Esfahbod <behdad@behdad.org>
49821 Date:   Sun Dec 20 16:25:18 2009 +0100
49822
49823     Protect against NULL funcs
49824
49825  src/hb-buffer.c | 3 +++
49826  src/hb-font.cc  | 3 +++
49827  2 files changed, 6 insertions(+)
49828
49829 commit 5ceefa1d8dbd310570ea8d1c47107fe8d3dc96d9
49830 Author: Behdad Esfahbod <behdad@behdad.org>
49831 Date:   Sun Dec 20 15:29:16 2009 +0100
49832
49833     Add hb_unicode_get_*() functions
49834
49835  src/hb-unicode.c | 37 +++++++++++++++++++++++++++++++++++++
49836  src/hb-unicode.h | 21 +++++++++++++++++++++
49837  2 files changed, 58 insertions(+)
49838
49839 commit b8a53e44ce05911ce98b7cff34dee165e19d87ba
49840 Author: Behdad Esfahbod <behdad@behdad.org>
49841 Date:   Sun Dec 20 14:56:25 2009 +0100
49842
49843     We'll have to link to libstdc++ if linking to ICU, so disable test
49844     for now
49845
49846     We have to get rid of the ICU in main lib.  Still thinking about
49847     best way
49848     to do it.
49849
49850  src/Makefile.am | 9 ++++++---
49851  1 file changed, 6 insertions(+), 3 deletions(-)
49852
49853 commit 314905d7548d5be58354546d660754b807b6efb2
49854 Author: Behdad Esfahbod <behdad@behdad.org>
49855 Date:   Sun Dec 20 14:50:42 2009 +0100
49856
49857     Explicitly track whether the buffer has positions
49858
49859  src/hb-buffer-private.h |  3 ++-
49860  src/hb-buffer.c         | 27 ++++++++++++++-------------
49861  2 files changed, 16 insertions(+), 14 deletions(-)
49862
49863 commit 314b460d8a02ed4b2789ff527cf6c9bc19769114
49864 Author: Behdad Esfahbod <behdad@behdad.org>
49865 Date:   Sun Dec 20 13:58:50 2009 +0100
49866
49867     Add HB_DIRECTION_IS_FORWARD/BACKWARD
49868
49869  src/hb-common.h | 2 ++
49870  src/hb-shape.c  | 3 +--
49871  2 files changed, 3 insertions(+), 2 deletions(-)
49872
49873 commit bdd0ff5290bae4db65c3fdf95c5728031f13ca84
49874 Author: Behdad Esfahbod <behdad@behdad.org>
49875 Date:   Tue Dec 15 04:07:40 2009 -0500
49876
49877     Make main.cc compile without glib
49878
49879  src/main.cc | 18 ++++++++++++++++--
49880  1 file changed, 16 insertions(+), 2 deletions(-)
49881
49882 commit 8a7d16808200f4fa02d6d12a8b8492bdedeb2c24
49883 Author: Behdad Esfahbod <behdad@behdad.org>
49884 Date:   Tue Dec 15 03:53:45 2009 -0500
49885
49886     Distribute autogen.sh
49887
49888  Makefile.am | 3 +++
49889  1 file changed, 3 insertions(+)
49890
49891 commit 807b8aa486753474e05e09f4fcca8ac94021b97c
49892 Author: Behdad Esfahbod <behdad@behdad.org>
49893 Date:   Thu Nov 19 20:28:03 2009 -0500
49894
49895     Another C++ strictness fix
49896
49897     Pango Bug 602408 - Invalid C++ code breaks compile with Sun C++
49898     Compiler
49899     (Error: A union member cannot have a user-defined assignment operator)
49900
49901     According to the bug:
49902
49903     C++ Programming Language by Bjarne Stroustrup: Chapter 10.4.12 forbids
49904     explicitly using of union members with constructors, destructors
49905     or assignment
49906     operations.
49907
49908     So we use a set() method instead of the assignment operator.  Ugly,
49909     but hey,
49910     that's life.
49911
49912  src/hb-open-type-private.hh        | 8 ++++----
49913  src/hb-ot-layout-common-private.hh | 2 +-
49914  2 files changed, 5 insertions(+), 5 deletions(-)
49915
49916 commit 8b9b866d3e495c186f0530fcf4e00ffcdc170d3f
49917 Author: Behdad Esfahbod <behdad@behdad.org>
49918 Date:   Thu Nov 19 20:27:57 2009 -0500
49919
49920     Fix warning
49921
49922  src/hb-ot-layout-gdef-private.hh | 2 +-
49923  1 file changed, 1 insertion(+), 1 deletion(-)
49924
49925 commit c65b26acf28bd1a5b346fd8f6f28bec1f7d17a2a
49926 Author: Behdad Esfahbod <behdad@behdad.org>
49927 Date:   Wed Nov 18 11:27:33 2009 -0500
49928
49929     Use autoconf FLEXIBLE_ARRAY_MEMBER when available
49930
49931  configure.ac                     |  2 ++
49932  src/hb-ot-layout-gpos-private.hh |  4 ++--
49933  src/hb-private.h                 | 13 ++++++++++---
49934  3 files changed, 14 insertions(+), 5 deletions(-)
49935
49936 commit d33f674cb793af40f1612df3660b138383f2de95
49937 Author: Behdad Esfahbod <behdad@behdad.org>
49938 Date:   Wed Nov 18 09:47:44 2009 -0500
49939
49940     Add Mongolian variation selectors
49941
49942  src/hb-shape.c | 5 +++--
49943  1 file changed, 3 insertions(+), 2 deletions(-)
49944
49945 commit d6387757de2c27867d6f57c4ee7c4ef436b3a74f
49946 Author: Behdad Esfahbod <behdad@behdad.org>
49947 Date:   Wed Nov 11 17:15:03 2009 -0500
49948
49949     Fix sanitize
49950
49951  src/hb-ot-layout-common-private.hh | 2 +-
49952  1 file changed, 1 insertion(+), 1 deletion(-)
49953
49954 commit 636f017e387d46d4083c9f9ee57647a94dc5dc6d
49955 Author: Behdad Esfahbod <behdad@behdad.org>
49956 Date:   Tue Nov 10 12:56:35 2009 -0500
49957
49958     Remove obsolete TODO item
49959
49960  src/hb-open-file-private.hh | 2 --
49961  1 file changed, 2 deletions(-)
49962
49963 commit bf2b25dd8591e92f3944c763641b613a70c379a7
49964 Author: Behdad Esfahbod <behdad@behdad.org>
49965 Date:   Fri Nov 6 19:52:47 2009 -0500
49966
49967     Remove done item
49968
49969  src/hb-shape.c | 1 -
49970  1 file changed, 1 deletion(-)
49971
49972 commit 4a8605315901e0ff1e6e09437a92dd5ac39164cc
49973 Author: Behdad Esfahbod <behdad@behdad.org>
49974 Date:   Fri Nov 6 19:52:01 2009 -0500
49975
49976     Reverse buffer at the end if RTL
49977
49978  src/hb-shape.c | 12 ++++++++----
49979  1 file changed, 8 insertions(+), 4 deletions(-)
49980
49981 commit ff44f88df2c46920f3ec2384ef321a4c7bb0f6ef
49982 Author: Behdad Esfahbod <behdad@behdad.org>
49983 Date:   Fri Nov 6 19:48:16 2009 -0500
49984
49985     Handle shaping in non-native direction
49986
49987  src/hb-buffer-private.h  |   1 +
49988  src/hb-buffer.c          |  42 +++++++++++++++++--
49989  src/hb-buffer.h          |  10 ++---
49990  src/hb-common.h          |  11 +++++
49991  src/hb-shape.c           |  38 +++++++++++++++--
49992  src/hb-unicode-private.h |   5 +++
49993  src/hb-unicode.c         | 103
49994  +++++++++++++++++++++++++++++++++++++++++++++++
49995  7 files changed, 196 insertions(+), 14 deletions(-)
49996
49997 commit b4b4272c8d19ba3e0cb8f12b3b7d1590349e3d14
49998 Author: Behdad Esfahbod <behdad@behdad.org>
49999 Date:   Fri Nov 6 17:46:33 2009 -0500
50000
50001     Oops, wrong change
50002
50003  src/hb-ot-layout.h | 2 +-
50004  1 file changed, 1 insertion(+), 1 deletion(-)
50005
50006 commit 52ea47767c7c35650ebddfba6ddc8203a3e33d3a
50007 Author: Behdad Esfahbod <behdad@behdad.org>
50008 Date:   Fri Nov 6 17:45:38 2009 -0500
50009
50010     Change order of font and face for API consistency
50011
50012  src/hb-ot-layout.cc | 14 +++++++-------
50013  src/hb-ot-layout.h  | 14 +++++++-------
50014  2 files changed, 14 insertions(+), 14 deletions(-)
50015
50016 commit f4f1fc970b3e37d9903cbf5e05bbd38be4df3047
50017 Author: Behdad Esfahbod <behdad@behdad.org>
50018 Date:   Fri Nov 6 17:42:38 2009 -0500
50019
50020     Remove debug info that crept in
50021
50022  src/hb-ot-layout.cc | 2 --
50023  1 file changed, 2 deletions(-)
50024
50025 commit aa196d6026b496ec70be3d3588cc8cd2b8ccdb36
50026 Author: Behdad Esfahbod <behdad@behdad.org>
50027 Date:   Fri Nov 6 17:23:31 2009 -0500
50028
50029     [GSUB] More ligature/component fixing
50030
50031     We can only reuse the ligid if it belongs to a previous ligature,
50032     not a
50033     component!
50034
50035  src/hb-ot-layout-gsub-private.hh | 4 ++--
50036  1 file changed, 2 insertions(+), 2 deletions(-)
50037
50038 commit 25e7ef704633447f109b148620336c42d6fb310e
50039 Author: Behdad Esfahbod <behdad@behdad.org>
50040 Date:   Fri Nov 6 17:21:01 2009 -0500
50041
50042     Add _hb_buffer_add_output_glyphs() that takes codepoint_t*
50043
50044  src/hb-buffer-private.h          | 10 ++++++++-
50045  src/hb-buffer.c                  | 45
50046  ++++++++++++++++++++++++++++++++++++++--
50047  src/hb-ot-layout-gsub-private.hh | 16 +++++++-------
50048  3 files changed, 60 insertions(+), 11 deletions(-)
50049
50050 commit 9db8ad75317d589807e7725455f49cafece58d5d
50051 Author: Behdad Esfahbod <behdad@behdad.org>
50052 Date:   Fri Nov 6 16:47:31 2009 -0500
50053
50054     Add hb_ot_layout_position_finish()
50055
50056     We expect buffer to be setup with default positions before GPOS.
50057
50058  src/hb-buffer-private.h          |  6 +----
50059  src/hb-buffer.h                  | 11 +--------
50060  src/hb-ot-layout-gpos-private.hh |  8 +++----
50061  src/hb-ot-layout.cc              | 52
50062  ++++++++++++++++++++++++++++++++++++++++
50063  src/hb-ot-layout.h               | 16 +++++++++----
50064  5 files changed, 69 insertions(+), 24 deletions(-)
50065
50066 commit edb54e9aeca25f4120a69ed3d5562cbb68fdb348
50067 Author: Behdad Esfahbod <behdad@behdad.org>
50068 Date:   Fri Nov 6 15:19:22 2009 -0500
50069
50070     Fix FT_Face finalizer call
50071
50072  src/hb-ft.c | 2 +-
50073  1 file changed, 1 insertion(+), 1 deletion(-)
50074
50075 commit 3d14528b8b2e7da425a9df7057fc9fb326d8298c
50076 Author: Behdad Esfahbod <behdad@behdad.org>
50077 Date:   Fri Nov 6 15:13:17 2009 -0500
50078
50079     Rename hb_buffer_get_len() to hb_buffer_get_length()
50080
50081  src/hb-buffer.c | 2 +-
50082  src/hb-buffer.h | 2 +-
50083  2 files changed, 2 insertions(+), 2 deletions(-)
50084
50085 commit 1ff7775051559a8ca442be3938450c7ed3817806
50086 Author: Behdad Esfahbod <behdad@behdad.org>
50087 Date:   Fri Nov 6 13:52:57 2009 -0500
50088
50089     Minor.
50090
50091  src/hb-shape.c | 6 +++++-
50092  1 file changed, 5 insertions(+), 1 deletion(-)
50093
50094 commit 3648bdf5b221adfe01ad99714de420b49964921e
50095 Author: Behdad Esfahbod <behdad@behdad.org>
50096 Date:   Thu Nov 5 20:17:53 2009 -0500
50097
50098     Fix FT_Face generic finalizer
50099
50100  src/hb-ft.c | 10 ++++++++--
50101  1 file changed, 8 insertions(+), 2 deletions(-)
50102
50103 commit 5a11c875d8c95d480e6f32b57e969ee34ca1940d
50104 Author: Behdad Esfahbod <behdad@behdad.org>
50105 Date:   Thu Nov 5 20:08:17 2009 -0500
50106
50107     Cosmetic
50108
50109  src/hb-blob.c | 10 ++++++----
50110  1 file changed, 6 insertions(+), 4 deletions(-)
50111
50112 commit 44533e773f75b9a1171d884fcbe91a2f3879e2d8
50113 Author: Behdad Esfahbod <behdad@behdad.org>
50114 Date:   Thu Nov 5 19:58:02 2009 -0500
50115
50116     Fix warning
50117
50118  src/hb-object-private.h | 2 +-
50119  1 file changed, 1 insertion(+), 1 deletion(-)
50120
50121 commit bcc0406a525ca3fe597aec5f2a97e5c50965d49c
50122 Author: Behdad Esfahbod <behdad@behdad.org>
50123 Date:   Thu Nov 5 19:54:23 2009 -0500
50124
50125     include errno.h
50126
50127  src/hb-blob.c | 1 +
50128  1 file changed, 1 insertion(+)
50129
50130 commit 799b3c375ad0e1293fd37a0e3a0d422a3166dcd8
50131 Author: Behdad Esfahbod <behdad@behdad.org>
50132 Date:   Thu Nov 5 19:37:58 2009 -0500
50133
50134     Add debugging to object lifecycle
50135
50136  src/hb-object-private.h | 18 ++++++++++++++++++
50137  1 file changed, 18 insertions(+)
50138
50139 commit 25edb940ab050545f47a06648e73c192fa213548
50140 Author: Behdad Esfahbod <behdad@behdad.org>
50141 Date:   Thu Nov 5 19:20:06 2009 -0500
50142
50143     Cosmetic
50144
50145  src/hb-ft.c | 2 +-
50146  1 file changed, 1 insertion(+), 1 deletion(-)
50147
50148 commit 850dc5bb551409bb9bf6113ec2199bb3fb905e43
50149 Author: Behdad Esfahbod <behdad@behdad.org>
50150 Date:   Thu Nov 5 18:26:52 2009 -0500
50151
50152     Return 0 from get_glyph_nil
50153
50154  src/hb-font.cc | 2 +-
50155  1 file changed, 1 insertion(+), 1 deletion(-)
50156
50157 commit 85555a953376ee68a8fcc64485e74d44a353577b
50158 Author: Behdad Esfahbod <behdad@behdad.org>
50159 Date:   Thu Nov 5 18:25:56 2009 -0500
50160
50161     Initialize font->klass
50162
50163  src/hb-font.cc | 2 ++
50164  1 file changed, 2 insertions(+)
50165
50166 commit bcd26bd7b1c96057bf154d7d50a61018d40f0d29
50167 Author: Behdad Esfahbod <behdad@behdad.org>
50168 Date:   Thu Nov 5 18:03:26 2009 -0500
50169
50170     Add TODO item
50171
50172  src/hb-ft.c | 1 +
50173  1 file changed, 1 insertion(+)
50174
50175 commit f4281e0a92a40746fa630fb15b877adaf3ff15b1
50176 Author: Behdad Esfahbod <behdad@behdad.org>
50177 Date:   Thu Nov 5 17:58:41 2009 -0500
50178
50179     Fix ref counting
50180
50181  src/hb-ft.c | 16 ++++++++--------
50182  1 file changed, 8 insertions(+), 8 deletions(-)
50183
50184 commit 6358ff45ae8cfc0b58b4976619319e3dde43add2
50185 Author: Behdad Esfahbod <behdad@behdad.org>
50186 Date:   Thu Nov 5 17:39:16 2009 -0500
50187
50188     Add hb_ft_face_create_cached
50189
50190  src/hb-ft.c | 16 ++++++++++++++++
50191  src/hb-ft.h |  3 +++
50192  2 files changed, 19 insertions(+)
50193
50194 commit 2027f74b286cabe3c60c275170c4f4b437a30f55
50195 Author: Behdad Esfahbod <behdad@behdad.org>
50196 Date:   Thu Nov 5 16:34:47 2009 -0500
50197
50198     Add default positioning to hb-shape
50199
50200  src/hb-shape.c | 28 ++++++++++++++++++++++++----
50201  1 file changed, 24 insertions(+), 4 deletions(-)
50202
50203 commit c3f9f7e59d865f8664862b7ca99d9a3a9221e456
50204 Author: Behdad Esfahbod <behdad@behdad.org>
50205 Date:   Thu Nov 5 16:16:14 2009 -0500
50206
50207     Fix MarkMark issue with ligid and components
50208
50209  src/hb-ot-layout-gpos-private.hh | 11 ++++++-----
50210  src/hb-ot-layout-gsub-private.hh |  6 +-----
50211  2 files changed, 7 insertions(+), 10 deletions(-)
50212
50213 commit d0351314cd29fbdf0efb5c7f89a569648f7a7fc7
50214 Author: Behdad Esfahbod <behdad@behdad.org>
50215 Date:   Thu Nov 5 16:16:06 2009 -0500
50216
50217     Include stdio.h if debugging
50218
50219  src/hb-blob.c                        | 4 ++++
50220  src/hb-open-type-private.hh          | 1 +
50221  src/hb-ot-layout-gsubgpos-private.hh | 1 +
50222  3 files changed, 6 insertions(+)
50223
50224 commit 2e336692913405976392bf505028481a5caa53b4
50225 Author: Behdad Esfahbod <behdad@behdad.org>
50226 Date:   Thu Nov 5 13:55:41 2009 -0500
50227
50228     Add hb_font_get_*
50229
50230  src/hb-font.cc | 35 +++++++++++++++++++++++++++++++++++
50231  src/hb-font.h  | 18 ++++++++++++++++++
50232  src/hb-shape.c |  2 +-
50233  3 files changed, 54 insertions(+), 1 deletion(-)
50234
50235 commit 9bef3611f07b45ba8199a4a339c72f49d266216a
50236 Author: Behdad Esfahbod <behdad@behdad.org>
50237 Date:   Thu Nov 5 12:20:11 2009 -0500
50238
50239     Rename [xy]_pos to [xy]_offset since we don't accumulate positions
50240
50241  src/hb-buffer-private.h          |  4 ++--
50242  src/hb-buffer.h                  |  4 ++--
50243  src/hb-font.h                    |  4 ++--
50244  src/hb-ft.c                      | 10 +++++-----
50245  src/hb-ot-layout-gpos-private.hh | 40
50246  ++++++++++++----------------------------
50247  src/hb-shape.c                   | 14 +++++++-------
50248  src/hb-shape.h                   |  4 ++--
50249  7 files changed, 32 insertions(+), 48 deletions(-)
50250
50251 commit 2daa47e9cdbfb027f76765301b3a78950e92eb09
50252 Author: Behdad Esfahbod <behdad@behdad.org>
50253 Date:   Thu Nov 5 12:08:34 2009 -0500
50254
50255     Cosmetic
50256
50257  src/hb-shape.c | 2 +-
50258  1 file changed, 1 insertion(+), 1 deletion(-)
50259
50260 commit 2f50d873680ce0a43b6ec79df1ac946b91f31e63
50261 Author: Behdad Esfahbod <behdad@behdad.org>
50262 Date:   Wed Nov 4 21:07:03 2009 -0500
50263
50264     Start filling hb_shape() in
50265
50266  src/hb-buffer-private.h |  1 +
50267  src/hb-shape.c          | 40 +++++++++++++++++++++++++++++++++++++++-
50268  2 files changed, 40 insertions(+), 1 deletion(-)
50269
50270 commit ae070b7d39d03bd8bc1244f687b24db505f4af3f
50271 Author: Behdad Esfahbod <behdad@behdad.org>
50272 Date:   Wed Nov 4 20:29:54 2009 -0500
50273
50274     Add script and language to buffer
50275
50276  TODO                    |  1 -
50277  src/hb-buffer-private.h |  6 +++---
50278  src/hb-buffer.c         | 26 ++++++++++++++++++++++++++
50279  src/hb-buffer.h         | 15 ++++++++++++++-
50280  4 files changed, 43 insertions(+), 5 deletions(-)
50281
50282 commit 8a3511ac6c795226699c2b36e03401ecdf88f5f8
50283 Author: Behdad Esfahbod <behdad@behdad.org>
50284 Date:   Wed Nov 4 19:45:39 2009 -0500
50285
50286     Add hb_language_t as well as language/script conversion to OT tags
50287
50288  src/Makefile.am     |   4 +
50289  src/hb-language.c   | 113 +++++++++
50290  src/hb-language.h   |  44 ++++
50291  src/hb-ot-layout.cc |   6 +-
50292  src/hb-ot-layout.h  |   4 +-
50293  src/hb-ot-tag.c     | 662
50294  ++++++++++++++++++++++++++++++++++++++++++++++++++++
50295  src/hb-ot-tag.h     |  49 ++++
50296  src/hb-ot.h         |   1 +
50297  src/hb-private.h    |   3 +
50298  src/hb.h            |   1 +
50299  10 files changed, 882 insertions(+), 5 deletions(-)
50300
50301 commit 4591753ad4b5ec0224e3f1befdfe4fc5f6075562
50302 Author: Behdad Esfahbod <behdad@behdad.org>
50303 Date:   Wed Nov 4 18:15:59 2009 -0500
50304
50305     Define ARRAY_LENGTH
50306
50307  src/hb-private.h | 15 ++++++++-------
50308  1 file changed, 8 insertions(+), 7 deletions(-)
50309
50310 commit 214ac7c1ff51b397d227832526f882e824cb9ea3
50311 Author: Behdad Esfahbod <behdad@behdad.org>
50312 Date:   Wed Nov 4 18:12:32 2009 -0500
50313
50314     Another one
50315
50316  src/hb-unicode.h | 2 +-
50317  1 file changed, 1 insertion(+), 1 deletion(-)
50318
50319 commit 1e91434569a9e9535ef021ca52b60b2e2af75d19
50320 Author: Behdad Esfahbod <behdad@behdad.org>
50321 Date:   Wed Nov 4 18:12:09 2009 -0500
50322
50323     Minor
50324
50325  src/hb-open-type-private.hh | 2 +-
50326  1 file changed, 1 insertion(+), 1 deletion(-)
50327
50328 commit 48de3730cdf91b9f6473509e22260a902ccec992
50329 Author: Behdad Esfahbod <behdad@behdad.org>
50330 Date:   Wed Nov 4 16:59:50 2009 -0500
50331
50332     Fix previous commit, ouch!
50333
50334  src/hb-open-type-private.hh        | 12 ++++++++++++
50335  src/hb-ot-layout-common-private.hh | 12 ++++--------
50336  src/hb-ot-layout-gdef-private.hh   | 12 ++++--------
50337  3 files changed, 20 insertions(+), 16 deletions(-)
50338
50339 commit e21899bc3593aa0d3adf64cee21c5de2ea219783
50340 Author: Behdad Esfahbod <behdad@behdad.org>
50341 Date:   Wed Nov 4 16:36:14 2009 -0500
50342
50343     Fix array query API
50344
50345     The array query APIs now all do:
50346
50347       - Return the total number of items
50348       - Take a start_offset, such that individual items can be fetched
50349       - The _count IN/OUT variable always has number of items written
50350         into the array upon return of the function
50351
50352  TODO                                 |  1 -
50353  src/hb-ot-layout-common-private.hh   | 59 ++++++++++++++-----------
50354  src/hb-ot-layout-gdef-private.hh     | 84
50355  +++++++++++++++++++++---------------
50356  src/hb-ot-layout-gsubgpos-private.hh | 14 +++---
50357  src/hb-ot-layout.cc                  | 40 ++++++++++-------
50358  src/hb-ot-layout.h                   | 24 +++++++----
50359  6 files changed, 131 insertions(+), 91 deletions(-)
50360
50361 commit 3b59306b858d31d97be0ea8c64461de1d0d03572
50362 Author: Behdad Esfahbod <behdad@behdad.org>
50363 Date:   Wed Nov 4 15:48:32 2009 -0500
50364
50365     Finish FT glue.  Rough and untested
50366
50367  src/hb-font.cc |   2 +-
50368  src/hb-font.h  |   2 +-
50369  src/hb-ft.c    | 114
50370  ++++++++++++++++++++++++++++++---------------------------
50371  3 files changed, 63 insertions(+), 55 deletions(-)
50372
50373 commit f8be443aecd54b479470e6559b1dfbc8f33c5f55
50374 Author: Behdad Esfahbod <behdad@behdad.org>
50375 Date:   Tue Nov 3 20:28:27 2009 -0500
50376
50377     Add TODO item
50378
50379  TODO | 1 +
50380  1 file changed, 1 insertion(+)
50381
50382 commit 7951279b4a52b48f13631e7838dbc180c7249ea4
50383 Author: Behdad Esfahbod <behdad@behdad.org>
50384 Date:   Tue Nov 3 20:27:05 2009 -0500
50385
50386     Implement nil font functions
50387
50388  TODO                             |  1 +
50389  src/hb-font-private.h            |  8 ++---
50390  src/hb-font.cc                   | 72
50391  +++++++++++++++++++++++++++++++++++++---
50392  src/hb-font.h                    |  9 +++--
50393  src/hb-ot-layout-gpos-private.hh |  7 ++--
50394  src/hb-ot-layout-gsub-private.hh |  2 +-
50395  src/hb-private.h                 | 18 +++++-----
50396  7 files changed, 91 insertions(+), 26 deletions(-)
50397
50398 commit 8fb3d1aa4e613cdf965a83bd650c668884c58ad8
50399 Author: Behdad Esfahbod <behdad@behdad.org>
50400 Date:   Tue Nov 3 18:34:20 2009 -0500
50401
50402     Start ft glue
50403
50404  TODO                  |   3 -
50405  src/Makefile.am       |  16 ++++-
50406  src/hb-font-private.h |   4 +-
50407  src/hb-font.cc        |  17 ++++-
50408  src/hb-font.h         |   6 +-
50409  src/hb-ft.c           | 192
50410  ++++++++++++++++++++++++++++++++++++++++++++++++++
50411  src/hb-ft.h           |  52 ++++++++++++++
50412  src/hb-glib.h         |   2 -
50413  src/hb-icu.h          |   2 -
50414  src/hb.h              |   4 +-
50415  10 files changed, 281 insertions(+), 17 deletions(-)
50416
50417 commit d94647e2cd187bf4a4c8fb1c0c15c3d23c1293ac
50418 Author: Behdad Esfahbod <behdad@behdad.org>
50419 Date:   Tue Nov 3 16:35:10 2009 -0500
50420
50421     Add ICU glue
50422
50423  configure.ac    |   8 +-
50424  src/Makefile.am |  23 +++++-
50425  src/hb-icu.c    | 221
50426  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
50427  src/hb-icu.h    |  41 +++++++++++
50428  4 files changed, 288 insertions(+), 5 deletions(-)
50429
50430 commit b7dd4b945b4ec384526439b365a25739bf9cd2df
50431 Author: Behdad Esfahbod <behdad@behdad.org>
50432 Date:   Tue Nov 3 15:21:15 2009 -0500
50433
50434     Fix hb_be_uint16()
50435
50436  src/hb-private.h | 2 +-
50437  1 file changed, 1 insertion(+), 1 deletion(-)
50438
50439 commit cd7555eef27cb18857c0c06d2afdaf3a354a3c15
50440 Author: Behdad Esfahbod <behdad@behdad.org>
50441 Date:   Tue Nov 3 15:16:10 2009 -0500
50442
50443     Namespace MSVC defines in public header
50444
50445  src/hb-common.h | 8 ++++----
50446  1 file changed, 4 insertions(+), 4 deletions(-)
50447
50448 commit 5ebabecef382c3e8b0a2a5657b2c01f7ff37d796
50449 Author: Behdad Esfahbod <behdad@behdad.org>
50450 Date:   Tue Nov 3 15:15:07 2009 -0500
50451
50452     Move unicode_funcs to buffer
50453
50454  TODO                    |  1 -
50455  src/hb-buffer-private.h | 12 +++++++++++-
50456  src/hb-buffer.c         | 47
50457  ++++++++++++++++++++++++++++++++++++++---------
50458  src/hb-buffer.h         | 10 ++++++++++
50459  src/hb-font-private.h   |  3 ---
50460  src/hb-font.cc          | 17 -----------------
50461  src/hb-font.h           |  9 ++++-----
50462  7 files changed, 63 insertions(+), 36 deletions(-)
50463
50464 commit d5a8e46099e363d928b54de104126b1b34ba401c
50465 Author: Behdad Esfahbod <behdad@behdad.org>
50466 Date:   Tue Nov 3 15:14:40 2009 -0500
50467
50468     [Makefile] Install hb-unicode.h
50469
50470     Separate OT headers also.
50471
50472  src/Makefile.am | 27 ++++++++++++++++-----------
50473  1 file changed, 16 insertions(+), 11 deletions(-)
50474
50475 commit 63d7a41dd0704a7e89bd2872ad096f470f51866a
50476 Author: Behdad Esfahbod <behdad@behdad.org>
50477 Date:   Tue Nov 3 15:14:08 2009 -0500
50478
50479     [TODO] Add item for fixing buffer error handling
50480
50481  TODO | 1 +
50482  1 file changed, 1 insertion(+)
50483
50484 commit 21d0fce3d5364c91e5582bd530210f03e054d1a4
50485 Author: Behdad Esfahbod <behdad@behdad.org>
50486 Date:   Tue Nov 3 14:28:32 2009 -0500
50487
50488     Add check for not linking to libstdc++
50489
50490  TODO                   |  3 +--
50491  src/Makefile.am        |  4 ++++
50492  src/check-libstdc++.sh | 28 ++++++++++++++++++++++++++++
50493  3 files changed, 33 insertions(+), 2 deletions(-)
50494
50495 commit ca95ce460adf2ca6901595d4a6107fd000d90151
50496 Author: Behdad Esfahbod <behdad@behdad.org>
50497 Date:   Tue Nov 3 14:18:33 2009 -0500
50498
50499     Use the C linker, not C++ linker
50500
50501     Such that we don't link to libstdc++.
50502
50503  src/Makefile.am | 2 ++
50504  1 file changed, 2 insertions(+)
50505
50506 commit eb4ebda2d10637b966f42a4ed5cfaec46082a050
50507 Author: Behdad Esfahbod <behdad@behdad.org>
50508 Date:   Tue Nov 3 14:09:32 2009 -0500
50509
50510     [configure] Fix check for FreeType
50511
50512  configure.ac | 2 +-
50513  1 file changed, 1 insertion(+), 1 deletion(-)
50514
50515 commit cb0e99a5a76136c128faba1c27d7e7eac2f219ee
50516 Author: Behdad Esfahbod <behdad@behdad.org>
50517 Date:   Tue Nov 3 14:09:10 2009 -0500
50518
50519     [TODO] Remove obsolete item
50520
50521  TODO | 2 --
50522  1 file changed, 2 deletions(-)
50523
50524 commit 3a59ec37c5576b711c7c36dcfa2a63f6c00a3f5c
50525 Author: Behdad Esfahbod <behdad@behdad.org>
50526 Date:   Tue Nov 3 11:36:06 2009 -0500
50527
50528     Add bunch of TODO items
50529
50530  TODO | 15 ++++++++++++---
50531  1 file changed, 12 insertions(+), 3 deletions(-)
50532
50533 commit ffbe0a853d5e7defa85d0eef53814c22d1ecb412
50534 Author: Behdad Esfahbod <behdad@behdad.org>
50535 Date:   Tue Nov 3 10:52:45 2009 -0500
50536
50537     More MSVC fixes from Jonathan Kew
50538
50539  src/hb-common.h  | 7 ++++++-
50540  src/hb-private.h | 5 +++++
50541  2 files changed, 11 insertions(+), 1 deletion(-)
50542
50543 commit d3480ba37fbb5d4be75b094060f5b2f1ce98fb53
50544 Author: Behdad Esfahbod <behdad@behdad.org>
50545 Date:   Tue Nov 3 10:47:29 2009 -0500
50546
50547     Don't use zero-sized arrays
50548
50549     It's not part of the standard and MSVC doesn't like it.  It makes
50550     the code
50551     a lot less elegant than it used to be, but I think it should work now.
50552
50553  src/hb-open-file-private.hh          |  4 +-
50554  src/hb-open-type-private.hh          | 36 +++++++++++------
50555  src/hb-ot-layout-common-private.hh   | 33 ++++++++--------
50556  src/hb-ot-layout-gdef-private.hh     | 14 +++----
50557  src/hb-ot-layout-gpos-private.hh     | 76
50558  ++++++++++++++----------------------
50559  src/hb-ot-layout-gsub-private.hh     | 44 ++++++++-------------
50560  src/hb-ot-layout-gsubgpos-private.hh | 47 +++++++++++-----------
50561  src/hb-private.h                     |  5 +++
50562  8 files changed, 122 insertions(+), 137 deletions(-)
50563
50564 commit 6bec81aa3a58b8be255568b2ea63b7854e1b0ea7
50565 Author: Behdad Esfahbod <behdad@behdad.org>
50566 Date:   Mon Nov 2 19:17:36 2009 -0500
50567
50568     Cosmetic
50569
50570  src/hb-ot-layout-common-private.hh | 2 +-
50571  1 file changed, 1 insertion(+), 1 deletion(-)
50572
50573 commit f94cf6b969281cf8a7f701ff26ea4f134ff9746e
50574 Author: Behdad Esfahbod <behdad@behdad.org>
50575 Date:   Mon Nov 2 18:55:19 2009 -0500
50576
50577     Another try at build without glib
50578
50579  configure.ac | 8 ++++++--
50580  1 file changed, 6 insertions(+), 2 deletions(-)
50581
50582 commit 2f3e69f3cb7e571cc62b0840d0b3f2072b29345a
50583 Author: Behdad Esfahbod <behdad@behdad.org>
50584 Date:   Mon Nov 2 18:53:15 2009 -0500
50585
50586     Fix build without glib, again
50587
50588  src/Makefile.am | 4 ++--
50589  1 file changed, 2 insertions(+), 2 deletions(-)
50590
50591 commit d03f81865914b40e941bf680557c0d8f98e30ad5
50592 Author: Behdad Esfahbod <behdad@behdad.org>
50593 Date:   Mon Nov 2 18:52:21 2009 -0500
50594
50595     Disable configure cache
50596
50597  autogen.sh | 1 -
50598  1 file changed, 1 deletion(-)
50599
50600 commit a6451aa626fa5850d7c3b716bd52126995154e27
50601 Author: Behdad Esfahbod <behdad@behdad.org>
50602 Date:   Mon Nov 2 18:35:12 2009 -0500
50603
50604     We don't really use gthread directly
50605
50606  configure.ac | 2 +-
50607  1 file changed, 1 insertion(+), 1 deletion(-)
50608
50609 commit 63a792a811e0ad69d05e8805d4f347bd533db4c3
50610 Author: Behdad Esfahbod <behdad@behdad.org>
50611 Date:   Mon Nov 2 18:33:52 2009 -0500
50612
50613     Update Makefile to build without glib
50614
50615  src/Makefile.am | 12 +++++++++---
50616  src/hb-glib.c   |  2 ++
50617  2 files changed, 11 insertions(+), 3 deletions(-)
50618
50619 commit 68a2c771e2b923461a552bf3673e9e8245e1bfea
50620 Author: Behdad Esfahbod <behdad@behdad.org>
50621 Date:   Mon Nov 2 18:31:53 2009 -0500
50622
50623     Build without glib
50624
50625     Thready-safety disabled in that case, until we add support for
50626     pthread, etc.
50627     Fun...
50628
50629  src/hb-private.h | 19 +++++++++++++++++--
50630  1 file changed, 17 insertions(+), 2 deletions(-)
50631
50632 commit cc4c096a7e08ae96b3030fe27f871ce5b797f370
50633 Author: Behdad Esfahbod <behdad@behdad.org>
50634 Date:   Mon Nov 2 18:13:17 2009 -0500
50635
50636     MSVC has no stdint.h
50637
50638  src/hb-common.h | 13 +++++++++++++
50639  1 file changed, 13 insertions(+)
50640
50641 commit 9a204c7ab57ca0a866c72e1431c54a8883b15605
50642 Author: Behdad Esfahbod <behdad@behdad.org>
50643 Date:   Mon Nov 2 18:11:55 2009 -0500
50644
50645     Remove use of GINT16_FROM_BE
50646
50647  src/hb-private.h | 10 ++--------
50648  1 file changed, 2 insertions(+), 8 deletions(-)
50649
50650 commit 1f0ceeb8cf2fad0a0dfd338ce1472470a81789d4
50651 Author: Behdad Esfahbod <behdad@behdad.org>
50652 Date:   Mon Nov 2 16:28:39 2009 -0500
50653
50654     Install library
50655
50656  autogen.sh      | 2 +-
50657  src/Makefile.am | 5 ++---
50658  2 files changed, 3 insertions(+), 4 deletions(-)
50659
50660 commit 5932f8f7c3b73ade3752020351fa8b6a9a3bf500
50661 Author: Behdad Esfahbod <behdad@behdad.org>
50662 Date:   Mon Nov 2 16:38:41 2009 -0500
50663
50664     Generate ChangeLog
50665
50666  Makefile.am | 39 +++++++++++++++++++++++++++++++++++++++
50667  1 file changed, 39 insertions(+)
50668
50669 commit 29aa40018301a4f138cd5e73463079c7704bf3ac
50670 Author: Behdad Esfahbod <behdad@behdad.org>
50671 Date:   Mon Nov 2 16:28:39 2009 -0500
50672
50673     Add build system
50674
50675  AUTHORS                |   0
50676  src/COPYING => COPYING |   0
50677  Makefile.am            |   3 +
50678  NEWS                   |   0
50679  src/README => README   |   0
50680  src/TODO => TODO       |   0
50681  autogen.sh             | 189
50682  +++++++++++++++++++++++++++++++++++++++++++++++++
50683  configure.ac           |  40 +++++++++++
50684  git.mk                 | 184
50685  +++++++++++++++++++++++++++++++++++++++++++++++
50686  harfbuzz.pc.in         |  11 +++
50687  src/.gitignore         |   1 -
50688  src/Makefile.ng        |  11 ---
50689  12 files changed, 427 insertions(+), 12 deletions(-)
50690
50691 commit c09ed9801ead002d6f8e507ce664b83707b202e9
50692 Author: Behdad Esfahbod <behdad@behdad.org>
50693 Date:   Thu Oct 29 03:08:42 2009 -0400
50694
50695     [HB] Add glyph_metrics typedef
50696
50697  src/hb-font.h | 9 +++++++++
50698  1 file changed, 9 insertions(+)
50699
50700 commit 91b1e03e0312be2a7a165308239b40449e3ab360
50701 Author: Behdad Esfahbod <behdad@behdad.org>
50702 Date:   Thu Oct 29 03:05:18 2009 -0400
50703
50704     [HB] Add point_index to get_contour_point()
50705
50706     Pointed out by Keith Stribley on HarfBuzz list.
50707
50708  src/hb-font.h | 1 +
50709  1 file changed, 1 insertion(+)
50710
50711 commit aa87d951739f6beacb66daa235cd033fdcfcadd7
50712 Author: Behdad Esfahbod <behdad@behdad.org>
50713 Date:   Thu Oct 29 03:00:44 2009 -0400
50714
50715     [HB] Fix lookup_flag ignoring
50716
50717     Reported by Keith Stribley on HarfBuzz list.
50718
50719  src/hb-ot-layout-common-private.hh | 1 +
50720  src/hb-ot-layout.cc                | 2 +-
50721  2 files changed, 2 insertions(+), 1 deletion(-)
50722
50723 commit 52e9a71d578c5171bbb0f4bfc1b70841c3270328
50724 Author: Behdad Esfahbod <behdad@behdad.org>
50725 Date:   Mon Sep 21 13:58:56 2009 -0400
50726
50727     [HB] Add comment
50728
50729  src/hb-ot-layout-gsubgpos-private.hh | 5 +++++
50730  1 file changed, 5 insertions(+)
50731
50732 commit f9c0a2dad09cd168fb28cdee09b4303f307ea56d
50733 Author: Behdad Esfahbod <behdad@behdad.org>
50734 Date:   Mon Sep 21 13:43:54 2009 -0400
50735
50736     [HB] Fix apply_lookup() loop
50737
50738     Part of Bug 595539 - Regressions in rendering certain Thai sequences
50739     with
50740     OpenType font
50741
50742  src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
50743  1 file changed, 2 insertions(+), 1 deletion(-)
50744
50745 commit c0ab43c05833e8fc06d770a89370bec58a627e74
50746 Author: Behdad Esfahbod <behdad@behdad.org>
50747 Date:   Mon Sep 21 13:40:38 2009 -0400
50748
50749     [HB] Fix bug in chain_context_lookup() invocations
50750
50751     Part of Bug 595539 - Regressions in rendering certain Thai sequences
50752     with
50753     OpenType font
50754
50755  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
50756  1 file changed, 2 insertions(+), 2 deletions(-)
50757
50758 commit e6bd4e93bd5722249ab977dfa98bdc8eb765318c
50759 Author: Behdad Esfahbod <behdad@behdad.org>
50760 Date:   Sun Aug 30 21:02:28 2009 -0400
50761
50762     [HB] Add TODO item
50763
50764  src/TODO | 1 +
50765  1 file changed, 1 insertion(+)
50766
50767 commit 3e2401f6c53d2b047954d75c37aef5e5e7cdc51a
50768 Author: Behdad Esfahbod <behdad@behdad.org>
50769 Date:   Fri Aug 28 17:17:11 2009 -0400
50770
50771     [HB] Rename DEBUG to TRACE where appropriate
50772
50773  src/hb-open-file-private.hh          |  8 ++--
50774  src/hb-open-type-private.hh          | 50 ++++++++++----------
50775  src/hb-ot-layout-common-private.hh   | 32 ++++++-------
50776  src/hb-ot-layout-gdef-private.hh     | 20 ++++----
50777  src/hb-ot-layout-gpos-private.hh     | 92
50778  ++++++++++++++++++------------------
50779  src/hb-ot-layout-gsub-private.hh     | 72 ++++++++++++++--------------
50780  src/hb-ot-layout-gsubgpos-private.hh | 78 +++++++++++++++---------------
50781  7 files changed, 176 insertions(+), 176 deletions(-)
50782
50783 commit 0535b50f436f3dac85e6df1761957f86c2bd7213
50784 Author: Behdad Esfahbod <behdad@behdad.org>
50785 Date:   Fri Aug 28 17:14:33 2009 -0400
50786
50787     [HB] Add GSUB/GPOS tracing
50788
50789  src/hb-ot-layout-gpos-private.hh     | 29 ++++++++++++++++++---
50790  src/hb-ot-layout-gsub-private.hh     | 28 ++++++++++++++++++---
50791  src/hb-ot-layout-gsubgpos-private.hh | 49
50792  ++++++++++++++++++++++++++++++++++--
50793  3 files changed, 98 insertions(+), 8 deletions(-)
50794
50795 commit 95e202403ffa543c817f45cca21fbc116eb8e807
50796 Author: Behdad Esfahbod <behdad@behdad.org>
50797 Date:   Fri Aug 28 16:31:20 2009 -0400
50798
50799     [HB] Allow enabling different debug facilities individually
50800
50801  src/hb-blob.c               | 28 ++++++++++++++++------------
50802  src/hb-open-type-private.hh | 32 ++++++++++++++++++--------------
50803  2 files changed, 34 insertions(+), 26 deletions(-)
50804
50805 commit 37006bd1bd107ac1a1c1b131579e9c494ba3a20f
50806 Author: Behdad Esfahbod <behdad@behdad.org>
50807 Date:   Fri Aug 28 09:46:14 2009 -0400
50808
50809     Fix stupid array growing bug
50810
50811  src/hb-ot-layout.cc | 5 ++++-
50812  1 file changed, 4 insertions(+), 1 deletion(-)
50813
50814 commit 9897749113f76dc26a83bfae8de62e55d384fcad
50815 Author: Behdad Esfahbod <behdad@behdad.org>
50816 Date:   Thu Aug 27 01:32:17 2009 -0400
50817
50818     [HB] Simplify counting
50819
50820  src/hb-ot-layout.cc | 9 +++++----
50821  1 file changed, 5 insertions(+), 4 deletions(-)
50822
50823 commit 81a5c4df94e7c6066314d5fe75bbaf24483bc022
50824 Author: Behdad Esfahbod <behdad@behdad.org>
50825 Date:   Thu Aug 27 00:21:04 2009 -0400
50826
50827     [HB] Indent
50828
50829  src/hb-blob.c | 4 ++--
50830  1 file changed, 2 insertions(+), 2 deletions(-)
50831
50832 commit c91facd83b5dc3b9aed75617c7c35585ff18889f
50833 Author: Behdad Esfahbod <behdad@behdad.org>
50834 Date:   Wed Aug 26 18:53:43 2009 -0400
50835
50836     [HB] Bug 593231 - < c99 compiler dislikes ValueRecord
50837
50838  src/hb-ot-layout-gpos-private.hh | 4 +++-
50839  1 file changed, 3 insertions(+), 1 deletion(-)
50840
50841 commit f0c7540c4e217a7354072365a7301453d1e25b80
50842 Author: Behdad Esfahbod <behdad@behdad.org>
50843 Date:   Thu Aug 20 14:01:37 2009 -0400
50844
50845     Bug 592484 -  invalid write in HB
50846
50847     Fix off-by-one.
50848
50849  src/hb-ot-layout.cc | 4 ++--
50850  1 file changed, 2 insertions(+), 2 deletions(-)
50851
50852 commit b614b004723ead60849dd37e7ba2faee67cebd93
50853 Author: Behdad Esfahbod <behdad@behdad.org>
50854 Date:   Thu Aug 20 13:07:50 2009 -0400
50855
50856     [HB][glib] Make glib unicode funcs static
50857
50858  src/hb-glib.c | 36 +++++++++++++++++-------------------
50859  1 file changed, 17 insertions(+), 19 deletions(-)
50860
50861 commit 8b5346130425c7c101f6ff2432874ba2fd372edc
50862 Author: Behdad Esfahbod <behdad@behdad.org>
50863 Date:   Wed Aug 19 18:16:50 2009 -0400
50864
50865     [HB] Fix more casts
50866
50867  src/hb-open-type-private.hh | 10 +++++-----
50868  1 file changed, 5 insertions(+), 5 deletions(-)
50869
50870 commit 9d2e02db74deb3b3b92beab96f112cc387c8bd88
50871 Author: Behdad Esfahbod <behdad@behdad.org>
50872 Date:   Wed Aug 19 18:07:36 2009 -0400
50873
50874     [HB] Rename CAIRO_ in macro prefix to HB_
50875
50876     Hiss!
50877
50878  src/hb-private.h | 6 +++---
50879  1 file changed, 3 insertions(+), 3 deletions(-)
50880
50881 commit 388ad037ff399c23c5e24bbcede27e0e35bed07e
50882 Author: Behdad Esfahbod <behdad@behdad.org>
50883 Date:   Wed Aug 19 16:45:41 2009 -0400
50884
50885     [HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE
50886
50887     Unlike the rest of the memory-mode enum, this one didn't only
50888     describe the access mode of the input memory region.  Remove it.
50889
50890     If someone wants to inhibit duplicating, they can lock the blob
50891     and throw away the key.
50892
50893     Based on mailing list discussion with Carl Worth.
50894
50895  src/hb-blob.c | 51 +++++++++++++++++++++++++--------------------------
50896  src/hb-blob.h |  1 -
50897  2 files changed, 25 insertions(+), 27 deletions(-)
50898
50899 commit 977eeb714454630bd045bb11f58ff6397f10b143
50900 Author: Behdad Esfahbod <behdad@behdad.org>
50901 Date:   Wed Aug 19 16:17:24 2009 -0400
50902
50903     [HB] s/writeable/writable/g
50904
50905  src/hb-blob.c               | 38 +++++++++++++++++++-------------------
50906  src/hb-blob.h               | 10 +++++-----
50907  src/hb-open-type-private.hh |  6 +++---
50908  3 files changed, 27 insertions(+), 27 deletions(-)
50909
50910 commit 2f5931e404cb56e31d24b2eb7ff0a849fb077b55
50911 Author: Behdad Esfahbod <behdad@behdad.org>
50912 Date:   Wed Aug 19 16:07:40 2009 -0400
50913
50914     [HB] Hide lig_id and component members of hb_glyph_info_t
50915
50916  src/hb-buffer.h | 5 ++---
50917  1 file changed, 2 insertions(+), 3 deletions(-)
50918
50919 commit 6b600dd6199104cff01b3fa43d2abb52ae4319ea
50920 Author: Behdad Esfahbod <behdad@behdad.org>
50921 Date:   Wed Aug 19 14:45:24 2009 -0400
50922
50923     [HB] Fix typo
50924
50925  src/hb-font.h | 2 +-
50926  1 file changed, 1 insertion(+), 1 deletion(-)
50927
50928 commit 32c65a5ca3bde673bf2aa8fca911dd32914d3122
50929 Author: Behdad Esfahbod <behdad@behdad.org>
50930 Date:   Tue Aug 18 18:37:36 2009 -0400
50931
50932     [HB] Add font funcs prototypes
50933
50934  src/hb-font-private.h |  2 --
50935  src/hb-font.cc        | 14 ++++++--------
50936  src/hb-font.h         | 23 ++++++++++++++++-------
50937  3 files changed, 22 insertions(+), 17 deletions(-)
50938
50939 commit 8f034d5849627ee95a5889fa34c9ba294fff13ca
50940 Author: Behdad Esfahbod <behdad@behdad.org>
50941 Date:   Tue Aug 18 16:41:59 2009 -0400
50942
50943     Fix a few other pedantic warnings
50944
50945  src/hb-ot-layout-common-private.hh | 2 +-
50946  src/hb-ot-layout-gdef-private.hh   | 2 +-
50947  src/hb-ot-layout-gpos-private.hh   | 4 ++--
50948  src/hb-ot-layout-gsub-private.hh   | 2 +-
50949  4 files changed, 5 insertions(+), 5 deletions(-)
50950
50951 commit 864e2560b627f1e73be3b0635e02f00844cb67c3
50952 Author: Behdad Esfahbod <behdad@behdad.org>
50953 Date:   Tue Aug 18 16:38:48 2009 -0400
50954
50955     [HB] Fix pedantic warnings
50956
50957  src/hb-blob.h           |  2 +-
50958  src/hb-buffer-private.h | 18 +++++++++---------
50959  src/hb-buffer.h         |  6 +++---
50960  3 files changed, 13 insertions(+), 13 deletions(-)
50961
50962 commit 3e09722214d9bbcc9014409342072c79d0c4447f
50963 Author: Behdad Esfahbod <behdad@behdad.org>
50964 Date:   Tue Aug 18 16:32:31 2009 -0400
50965
50966     [HB] Fix more wrong method signatures
50967
50968  src/hb-ot-layout-common-private.hh | 2 +-
50969  1 file changed, 1 insertion(+), 1 deletion(-)
50970
50971 commit 822e99fe9ae920df41a0bd3f1125495c2ea96b45
50972 Author: Behdad Esfahbod <behdad@behdad.org>
50973 Date:   Tue Aug 18 16:27:48 2009 -0400
50974
50975     [HB] Fix wrong method signature
50976
50977  src/hb-ot-layout-common-private.hh | 4 ++--
50978  1 file changed, 2 insertions(+), 2 deletions(-)
50979
50980 commit 4ff2a58952f010c6252f06e5f404d6840d257250
50981 Author: Behdad Esfahbod <behdad@behdad.org>
50982 Date:   Tue Aug 18 15:49:23 2009 -0400
50983
50984     Bug 592194 -  Fix missing _SC_PAGE_SIZE macro
50985
50986     Autoconfiscate a simple call to mprotect() even more.
50987
50988  src/hb-blob.c | 94
50989  ++++++++++++++++++++++++++++++++++++++---------------------
50990  1 file changed, 60 insertions(+), 34 deletions(-)
50991
50992 commit 3c69bd46e27069fac0bfdefdecf5492c17eb01df
50993 Author: Behdad Esfahbod <behdad@behdad.org>
50994 Date:   Mon Aug 17 16:48:13 2009 -0400
50995
50996     [HB] Avoid int overflow in GPOS
50997
50998     Bug 592036 - integer overflow bug causes misrendering of Nepali
50999     characters
51000
51001  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
51002  src/hb-private.h                 |  3 +++
51003  2 files changed, 13 insertions(+), 10 deletions(-)
51004
51005 commit b2b18ef43c5bac6a5bb8412da7c9a37f815d4deb
51006 Author: Behdad Esfahbod <behdad@behdad.org>
51007 Date:   Fri Aug 14 19:37:18 2009 -0400
51008
51009     [HB] Simplify loop
51010
51011  src/hb-ot-layout-gpos-private.hh | 31 ++++++++++++++-----------------
51012  1 file changed, 14 insertions(+), 17 deletions(-)
51013
51014 commit b41f210d12d8df48e645823463343f7e14b0ddd0
51015 Author: Behdad Esfahbod <behdad@behdad.org>
51016 Date:   Fri Aug 14 19:33:24 2009 -0400
51017
51018     [HB] Merge mark positionin code between three types of lookups
51019
51020  src/hb-ot-layout-gpos-private.hh | 95
51021  ++++++++++++----------------------------
51022  1 file changed, 29 insertions(+), 66 deletions(-)
51023
51024 commit cd33cb9ed84308da72bd7c64b9355dc2410c63ec
51025 Author: Behdad Esfahbod <behdad@behdad.org>
51026 Date:   Fri Aug 14 18:42:42 2009 -0400
51027
51028     [HB] More minor shuffling
51029
51030  src/hb-open-type-private.hh        | 3 ---
51031  src/hb-ot-layout-common-private.hh | 5 +++++
51032  2 files changed, 5 insertions(+), 3 deletions(-)
51033
51034 commit 80e2aa2e1bfa2c8ecedcfa4cce8cadeb15792ac3
51035 Author: Behdad Esfahbod <behdad@behdad.org>
51036 Date:   Fri Aug 14 18:40:56 2009 -0400
51037
51038     [HB] Move code around
51039
51040  src/hb-open-type-private.hh        | 21 +++++++++++++++++++++
51041  src/hb-ot-layout-common-private.hh | 19 -------------------
51042  2 files changed, 21 insertions(+), 19 deletions(-)
51043
51044 commit 3564ee5216004d45d30b0ded61184cf8dde5dd89
51045 Author: Behdad Esfahbod <behdad@behdad.org>
51046 Date:   Fri Aug 14 18:32:56 2009 -0400
51047
51048     [HB] Correctly sanitize LigatureAttach
51049
51050  src/hb-open-type-private.hh        | 14 ++++++++++----
51051  src/hb-ot-layout-common-private.hh |  4 ++++
51052  src/hb-ot-layout-gdef-private.hh   |  4 ++--
51053  src/hb-ot-layout-gpos-private.hh   |  6 +++---
51054  4 files changed, 19 insertions(+), 9 deletions(-)
51055
51056 commit cb71a2fb76c6ddee050f775eb299ee44230c3ac9
51057 Author: Behdad Esfahbod <behdad@behdad.org>
51058 Date:   Fri Aug 14 18:14:03 2009 -0400
51059
51060     [HB] Simplify MarkBase and MarkLig too
51061
51062  src/hb-ot-layout-gpos-private.hh | 127
51063  +++++++++++++++------------------------
51064  1 file changed, 48 insertions(+), 79 deletions(-)
51065
51066 commit dfa54f4440960c39d37ef02fff4c0d9eb315d4b4
51067 Author: Behdad Esfahbod <behdad@behdad.org>
51068 Date:   Fri Aug 14 17:53:31 2009 -0400
51069
51070     [HB] Simplify MarkMark
51071
51072  src/hb-ot-layout-gpos-private.hh | 29 ++++++++++++++++-------------
51073  1 file changed, 16 insertions(+), 13 deletions(-)
51074
51075 commit 815a73e4202ca17677f12e862b70ca8724cf2f57
51076 Author: Behdad Esfahbod <behdad@behdad.org>
51077 Date:   Fri Aug 14 17:31:16 2009 -0400
51078
51079     [HB] Fix possible int overflows during sanitize
51080
51081  src/TODO                         |  1 -
51082  src/hb-open-type-private.hh      | 22 ++++++++++++++++++++++
51083  src/hb-ot-layout-gpos-private.hh | 15 ++++++++-------
51084  3 files changed, 30 insertions(+), 8 deletions(-)
51085
51086 commit ae728e51e94d18d731b7c8dc524da1a4f427d63b
51087 Author: Behdad Esfahbod <behdad@behdad.org>
51088 Date:   Fri Aug 14 16:41:00 2009 -0400
51089
51090     [HB] Debug output for SANITIZE_MEM()
51091
51092  src/hb-open-type-private.hh | 34 +++++++++++++++++++++++-----------
51093  1 file changed, 23 insertions(+), 11 deletions(-)
51094
51095 commit 41895506cb6a41b1a833866f8822261ea449ea0b
51096 Author: Behdad Esfahbod <behdad@behdad.org>
51097 Date:   Fri Aug 14 16:25:33 2009 -0400
51098
51099     [HB] Use inline function for SANITIZE_MEM()
51100
51101  src/hb-open-type-private.hh | 33 ++++++++++++++++++++-------------
51102  1 file changed, 20 insertions(+), 13 deletions(-)
51103
51104 commit 95528131b5ab9fc9e265ace715832135ebd457a4
51105 Author: Behdad Esfahbod <behdad@behdad.org>
51106 Date:   Fri Aug 14 16:17:32 2009 -0400
51107
51108     [HB] Use SANITIZE_THIS() when applicable
51109
51110  src/hb-open-type-private.hh | 6 +++---
51111  1 file changed, 3 insertions(+), 3 deletions(-)
51112
51113 commit 5769538abfe153c503da4801649493e57a9854c2
51114 Author: Behdad Esfahbod <behdad@behdad.org>
51115 Date:   Fri Aug 14 16:12:22 2009 -0400
51116
51117     [HB] Add note about auditing sanitize code for overflows
51118
51119  src/TODO                         | 1 +
51120  src/hb-ot-layout-gpos-private.hh | 2 +-
51121  2 files changed, 2 insertions(+), 1 deletion(-)
51122
51123 commit 15232e26f4a89dab1b6de35ad9d3d16e75bf93d0
51124 Author: Behdad Esfahbod <behdad@behdad.org>
51125 Date:   Thu Aug 13 17:13:25 2009 -0400
51126
51127     [HB] Add empty hb_shape() API
51128
51129  src/Makefile.am |  2 ++
51130  src/hb-shape.c  | 40 ++++++++++++++++++++++++++++++++++++++++
51131  src/hb-shape.h  | 53
51132  +++++++++++++++++++++++++++++++++++++++++++++++++++++
51133  3 files changed, 95 insertions(+)
51134
51135 commit 2866d2974b6768e93cc7d473d14c5a8abae5f7fd
51136 Author: Behdad Esfahbod <behdad@behdad.org>
51137 Date:   Thu Aug 13 11:47:08 2009 -0400
51138
51139     [HB] Bitfield packing *is* very delicate
51140
51141     Fix the second instance.
51142
51143  src/hb-buffer.h | 2 +-
51144  1 file changed, 1 insertion(+), 1 deletion(-)
51145
51146 commit ec90ee23b29aab187c3fa209970aa97434c84b1b
51147 Author: Behdad Esfahbod <behdad@behdad.org>
51148 Date:   Thu Aug 13 05:25:23 2009 -0400
51149
51150     Bug 591511 – hh-blob.c does not compile using mingw on windows
51151
51152     Check for sys/mman.h, not mprotect().
51153
51154  src/hb-blob.c | 8 ++++----
51155  1 file changed, 4 insertions(+), 4 deletions(-)
51156
51157 commit 12eae6d55d468ff2fbe2bc12bec188d313c671f9
51158 Author: Behdad Esfahbod <behdad@behdad.org>
51159 Date:   Thu Aug 13 05:20:46 2009 -0400
51160
51161     [HB] Fix buffer sizing issue with mingw gcc
51162
51163     Bit field packing is a delicate field.  Issue reported in comment
51164     3 here:
51165     http://bugzilla.gnome.org/show_bug.cgi?id=591511
51166
51167  src/hb-buffer-private.h | 14 +++++++-------
51168  1 file changed, 7 insertions(+), 7 deletions(-)
51169
51170 commit 6936706cd77f96961a1239d0c9dc8ede64d7f06d
51171 Author: Behdad Esfahbod <behdad@behdad.org>
51172 Date:   Wed Aug 12 19:45:50 2009 -0400
51173
51174     Bug 591413 – needs to link with libstdc++
51175
51176     Enforce -fno-exceptions better.
51177
51178  src/Makefile.am | 2 +-
51179  1 file changed, 1 insertion(+), 1 deletion(-)
51180
51181 commit c486ea9c3582710474c1085c21c1dc5e2700adc3
51182 Author: Behdad Esfahbod <behdad@behdad.org>
51183 Date:   Wed Aug 12 19:36:29 2009 -0400
51184
51185     Bug 591511 – hb-blob.c does not compile using mingw on windows
51186
51187     Only call mprotect() when available.  For optimal performance, a win32
51188     way to make memory writeable needs to be added.
51189
51190  src/hb-blob.c | 8 ++++++++
51191  1 file changed, 8 insertions(+)
51192
51193 commit a579584594f1ca4781f1c5b92ad78513c0b37480
51194 Author: Behdad Esfahbod <behdad@behdad.org>
51195 Date:   Wed Aug 12 19:23:16 2009 -0400
51196
51197     [HB] Add comment
51198
51199  src/hb-buffer-private.h | 2 +-
51200  1 file changed, 1 insertion(+), 1 deletion(-)
51201
51202 commit b6e66ee102eb5b64d945e5a73ab63fe8cac5edcb
51203 Author: Behdad Esfahbod <behdad@behdad.org>
51204 Date:   Wed Aug 12 16:50:28 2009 -0400
51205
51206     [HB] Always clear positions if dirty, before returning to user
51207
51208  src/hb-buffer.c | 4 ++--
51209  1 file changed, 2 insertions(+), 2 deletions(-)
51210
51211 commit e4679d9fae43f3219c476c5b9e411d1f5d0d5bae
51212 Author: Behdad Esfahbod <behdad@behdad.org>
51213 Date:   Wed Aug 12 16:47:27 2009 -0400
51214
51215     [HB] Fix _hb_buffer_next() when positioning
51216
51217     We were copying glyphs to output.  This should not happen when in
51218     GPOS.  Back then it was fine, then some optimizations broke then
51219     assumption.
51220
51221  src/hb-buffer-private.h |  1 +
51222  src/hb-buffer.c         | 12 ++++++++++++
51223  2 files changed, 13 insertions(+)
51224
51225 commit 5ccf1ba339d6ffb4469f1c4f20d8d8d00012c857
51226 Author: Behdad Esfahbod <behdad@behdad.org>
51227 Date:   Wed Aug 12 15:55:23 2009 -0400
51228
51229     [HB] Fixed signedness warnings
51230
51231  src/hb-open-type-private.hh | 4 ++--
51232  1 file changed, 2 insertions(+), 2 deletions(-)
51233
51234 commit f71329147bd3087588cfeafd6feff45f29d1ca7a
51235 Author: Behdad Esfahbod <behdad@behdad.org>
51236 Date:   Wed Aug 12 15:48:44 2009 -0400
51237
51238     [HB] Ouch.  Fix compilation.
51239
51240  src/hb-ot-layout-gpos-private.hh | 2 +-
51241  1 file changed, 1 insertion(+), 1 deletion(-)
51242
51243 commit 0532ed160c678b5404b20594fd2ca9a640bf6a0a
51244 Author: Behdad Esfahbod <behdad@behdad.org>
51245 Date:   Wed Aug 12 15:40:04 2009 -0400
51246
51247     [HB] Fix invalid access / overflow on x86-64
51248
51249     Bug 591557 – [HB] crash scrolling the evolution message list
51250     Bug 591576 – crashed with SIGSEGV at pango
51251
51252  src/hb-ot-layout-gpos-private.hh | 21 ++++++++++++---------
51253  src/hb-ot-layout-gsub-private.hh |  2 --
51254  2 files changed, 12 insertions(+), 11 deletions(-)
51255
51256 commit 8d70312c7b899131c3aafa7a43527ef3ced33bfe
51257 Author: Behdad Esfahbod <behdad@behdad.org>
51258 Date:   Mon Aug 10 23:50:51 2009 -0400
51259
51260     [HB] Add hb_font_funcs_make_immutable()
51261
51262  src/hb-font-private.h |  4 ++++
51263  src/hb-font.cc        | 17 +++++++++++++++--
51264  src/hb-font.h         |  3 +++
51265  3 files changed, 22 insertions(+), 2 deletions(-)
51266
51267 commit 3284d05da27c338d94f0da99df66d924cd9d6717
51268 Author: Behdad Esfahbod <behdad@behdad.org>
51269 Date:   Mon Aug 10 23:45:57 2009 -0400
51270
51271     [HB] Add missing initializer
51272
51273  src/hb-font.cc | 4 +++-
51274  1 file changed, 3 insertions(+), 1 deletion(-)
51275
51276 commit 081819ea8b98c0a4b4dffe8d4aca3512f9798719
51277 Author: Behdad Esfahbod <behdad@behdad.org>
51278 Date:   Mon Aug 10 23:40:28 2009 -0400
51279
51280     [OT] Hookup glib unicode funcs
51281
51282  src/hb-buffer.c     | 14 +++++++-------
51283  src/hb-glib.c       |  4 +++-
51284  src/hb-glib.h       |  4 ++--
51285  src/hb-ot-layout.cc | 10 +++++-----
51286  src/hb-private.h    |  2 +-
51287  5 files changed, 18 insertions(+), 16 deletions(-)
51288
51289 commit 49f261df2aa753e8b09e97f7835e6a827f92970a
51290 Author: Behdad Esfahbod <behdad@behdad.org>
51291 Date:   Mon Aug 10 23:35:05 2009 -0400
51292
51293     [HB] Add hb-glib
51294
51295  src/Makefile.am          |  4 +++-
51296  src/hb-glib.c            | 56
51297  ++++++++++++++++++++++++++++++++++++++++++++++++
51298  src/hb-glib.h            | 41 +++++++++++++++++++++++++++++++++++
51299  src/hb-unicode-private.h |  2 +-
51300  src/hb-unicode.c         | 10 ++++-----
51301  src/hb-unicode.h         |  6 +++---
51302  6 files changed, 109 insertions(+), 10 deletions(-)
51303
51304 commit eb27ec0cef0d92740875ab5035b53acc639e5fae
51305 Author: Behdad Esfahbod <behdad@behdad.org>
51306 Date:   Mon Aug 10 23:25:28 2009 -0400
51307
51308     [HB] Add hb_unicode_funcs_make_immutable()
51309
51310  src/hb-unicode-private.h |  2 ++
51311  src/hb-unicode.c         | 22 +++++++++++++++++-----
51312  src/hb-unicode.h         |  2 ++
51313  3 files changed, 21 insertions(+), 5 deletions(-)
51314
51315 commit af9e104028b7cdc1fbba0eb1d86cfa4d5258657f
51316 Author: Behdad Esfahbod <behdad@behdad.org>
51317 Date:   Mon Aug 10 23:21:33 2009 -0400
51318
51319     [HB] Use nil unicode funcs in nil face
51320
51321  src/hb-font.cc           | 7 ++++---
51322  src/hb-unicode-private.h | 3 +++
51323  src/hb-unicode.c         | 2 +-
51324  3 files changed, 8 insertions(+), 4 deletions(-)
51325
51326 commit 48910f8f0034c54b4e11cef3d08aa40e52c06b28
51327 Author: Behdad Esfahbod <behdad@behdad.org>
51328 Date:   Mon Aug 10 23:05:05 2009 -0400
51329
51330     [HB] Initialize unicode funcs to nil getters
51331
51332  src/hb-unicode.c | 29 +++++++++++++++++++----------
51333  1 file changed, 19 insertions(+), 10 deletions(-)
51334
51335 commit 04cc0a29ee1472c318c36efcd19b9c1a6657d9ea
51336 Author: Behdad Esfahbod <behdad@behdad.org>
51337 Date:   Mon Aug 10 22:58:56 2009 -0400
51338
51339     [HB] Flesh out Unicode funcs
51340
51341  src/hb-object-private.h  |  2 +-
51342  src/hb-unicode-private.h | 12 ++++-----
51343  src/hb-unicode.c         | 67
51344  ++++++++++++++++++++++++++++++++++++++++++------
51345  src/hb-unicode.h         |  3 ---
51346  4 files changed, 65 insertions(+), 19 deletions(-)
51347
51348 commit 299f08961ffcea27e8def4f0743d0c86ef8dadf1
51349 Author: Behdad Esfahbod <behdad@behdad.org>
51350 Date:   Mon Aug 10 22:47:57 2009 -0400
51351
51352     [HB] Implement buffer UTF-X input
51353
51354  src/hb-buffer.c | 110
51355  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
51356  src/hb-buffer.h |  12 +++----
51357  2 files changed, 116 insertions(+), 6 deletions(-)
51358
51359 commit 1b7b97f28ac192006ca5b6d1cc9fbc80fa2bdb55
51360 Author: Behdad Esfahbod <behdad@behdad.org>
51361 Date:   Mon Aug 10 21:10:37 2009 -0400
51362
51363     [HB] Add buffer UTF-X API
51364
51365  src/hb-buffer.h | 21 +++++++++++++++++++++
51366  1 file changed, 21 insertions(+)
51367
51368 commit fbaf8ffa098bd2b6fb4f4bc2d04b360a319c4af5
51369 Author: Behdad Esfahbod <behdad@behdad.org>
51370 Date:   Mon Aug 10 20:59:25 2009 -0400
51371
51372     [HB] Add hb_buffer_reverse()
51373
51374  src/hb-buffer.c | 32 +++++++++++++++++++++++++++++---
51375  src/hb-buffer.h |  7 +++++++
51376  2 files changed, 36 insertions(+), 3 deletions(-)
51377
51378 commit cbe5a4e08e6c2ccfdf98e630d48ec9da69374516
51379 Author: Behdad Esfahbod <behdad@behdad.org>
51380 Date:   Mon Aug 10 20:24:49 2009 -0400
51381
51382     [HB] Reuse the positions array as alt string array
51383
51384  src/hb-buffer-private.h |  1 -
51385  src/hb-buffer.c         | 28 +++++++++-------------------
51386  2 files changed, 9 insertions(+), 20 deletions(-)
51387
51388 commit 5c44188455ca1b696aa24b20c3a83877dfae2fb2
51389 Author: Behdad Esfahbod <behdad@behdad.org>
51390 Date:   Mon Aug 10 20:05:16 2009 -0400
51391
51392     [HB] Start adding Unicode funcs
51393
51394  src/Makefile.am          |   3 +
51395  src/hb-font-private.h    |  29 ++-----
51396  src/hb-font.cc           | 163 ++++++++++-------------------------
51397  src/hb-font.h            | 140 ++++++++++--------------------
51398  src/hb-unicode-private.h |  54 ++++++++++++
51399  src/hb-unicode.c         |  89 +++++++++++++++++++
51400  src/hb-unicode.h         | 220
51401  +++++++++++++++++++++++++++++++++++++++++++++++
51402  7 files changed, 463 insertions(+), 235 deletions(-)
51403
51404 commit 20b035dad41247076815a2bbb0346d63058b322f
51405 Author: Behdad Esfahbod <behdad@behdad.org>
51406 Date:   Mon Aug 10 19:00:36 2009 -0400
51407
51408     [HB] Put C++ inline's back
51409
51410     Apparetly in C++, inline means a totally different thing.
51411
51412  src/hb-open-file-private.hh          | 14 +++++++-------
51413  src/hb-open-type-private.hh          | 16 ++++++++--------
51414  src/hb-ot-layout-common-private.hh   | 12 ++++++------
51415  src/hb-ot-layout-gdef-private.hh     |  4 ++--
51416  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
51417  src/hb-ot-layout-gsub-private.hh     | 12 ++++++------
51418  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
51419  7 files changed, 41 insertions(+), 41 deletions(-)
51420
51421 commit a62f776d8e7e3e57d28ee71b34abab0a5b8471eb
51422 Author: Behdad Esfahbod <behdad@behdad.org>
51423 Date:   Mon Aug 10 13:57:02 2009 -0400
51424
51425     [HB] Don't override CXX compiler
51426
51427     Just add couple of options to it (still assuming gcc)
51428
51429  src/Makefile.am | 3 ++-
51430  1 file changed, 2 insertions(+), 1 deletion(-)
51431
51432 commit 6bdab706ecb41c1305e85d041a586e86c54d0ab7
51433 Author: Behdad Esfahbod <behdad@behdad.org>
51434 Date:   Mon Aug 10 09:35:11 2009 -0400
51435
51436     [HB] Indent
51437
51438  src/hb-ot-layout.h | 8 ++++----
51439  1 file changed, 4 insertions(+), 4 deletions(-)
51440
51441 commit 797724904a3ab294f8390d4ff80c299d8213a5c6
51442 Author: Behdad Esfahbod <behdad@behdad.org>
51443 Date:   Sun Aug 9 22:25:17 2009 -0400
51444
51445     [HB] Remove unused code
51446
51447  src/hb-ot-layout-gdef-private.hh | 10 ----------
51448  1 file changed, 10 deletions(-)
51449
51450 commit 284899ccbe79fda7405ab09d3092fc25fd89e810
51451 Author: Behdad Esfahbod <behdad@behdad.org>
51452 Date:   Sun Aug 9 22:10:39 2009 -0400
51453
51454     [HB] Add a NEXT() macro
51455
51456  src/hb-open-type-private.hh          |  2 ++
51457  src/hb-ot-layout-common-private.hh   |  4 ++--
51458  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
51459  src/hb-ot-layout-gsubgpos-private.hh | 24 ++++++++++++------------
51460  4 files changed, 20 insertions(+), 18 deletions(-)
51461
51462 commit 918572fc870dfd7596155ce700247a5bb024fb1a
51463 Author: Behdad Esfahbod <behdad@behdad.org>
51464 Date:   Sun Aug 9 18:31:47 2009 -0400
51465
51466     [HB] Remove done TODO item
51467
51468  src/TODO | 1 -
51469  1 file changed, 1 deletion(-)
51470
51471 commit 67cb8111f209de26b3afa46e9fb7e4d01c9ecad4
51472 Author: Behdad Esfahbod <behdad@behdad.org>
51473 Date:   Sun Aug 9 13:05:08 2009 -0400
51474
51475     [HB] Print mark sets in main.cc
51476
51477  src/main.cc | 2 ++
51478  1 file changed, 2 insertions(+)
51479
51480 commit 17878255fa88e76cd503461fc1ade2ed365cebd2
51481 Author: Behdad Esfahbod <behdad@behdad.org>
51482 Date:   Sat Aug 8 16:57:27 2009 -0400
51483
51484     [HB] Remove hb_ot_layout_table_find_feature()
51485
51486     That function doesn't make much sense as multiple features in the
51487     table may
51488     have the same tag.
51489
51490  src/hb-ot-layout.cc | 16 ----------------
51491  src/hb-ot-layout.h  |  6 ------
51492  2 files changed, 22 deletions(-)
51493
51494 commit 468769b8f5332940278244e744ec2bd5a5dc5ee9
51495 Author: Behdad Esfahbod <behdad@behdad.org>
51496 Date:   Sat Aug 8 16:53:23 2009 -0400
51497
51498     [HB] Rename hb_ot_layout_feature_mask_t to hb_mask_t
51499
51500  src/TODO                         |  1 -
51501  src/hb-buffer-private.h          |  4 ++--
51502  src/hb-buffer.c                  | 12 ++++++------
51503  src/hb-buffer.h                  |  4 ++--
51504  src/hb-common.h                  |  1 +
51505  src/hb-ot-layout-gpos-private.hh | 12 ++++++------
51506  src/hb-ot-layout-gsub-private.hh | 14 +++++++-------
51507  src/hb-ot-layout.cc              | 18 +++++++++---------
51508  src/hb-ot-layout.h               | 34 +++++++++-------------------------
51509  9 files changed, 42 insertions(+), 58 deletions(-)
51510
51511 commit 7f96b39a9d5a81ba77e0c3dea8fe2cdb9957c4c7
51512 Author: Behdad Esfahbod <behdad@behdad.org>
51513 Date:   Sat Aug 8 16:37:22 2009 -0400
51514
51515     [HB] Fix bug introduced recently
51516
51517  src/hb-open-type-private.hh | 4 ++--
51518  1 file changed, 2 insertions(+), 2 deletions(-)
51519
51520 commit bff3c0fde5da04a70d1f7aeeb9fa2a75fe5c07f6
51521 Author: Behdad Esfahbod <behdad@behdad.org>
51522 Date:   Fri Aug 7 19:46:30 2009 -0400
51523
51524     [HB] Remove clumsy macros and improve API
51525
51526  src/TODO                             |   2 -
51527  src/hb-open-file-private.hh          |  41 ++++++++--
51528  src/hb-open-type-private.hh          | 104 +------------------------
51529  src/hb-ot-layout-common-private.hh   | 103 ++++++++++++++++++------
51530  src/hb-ot-layout-gsubgpos-private.hh |  35 +++++++--
51531  src/hb-ot-layout.cc                  | 146
51532  ++++++++++++-----------------------
51533  src/hb-ot-layout.h                   | 101 ++++++++++--------------
51534  7 files changed, 240 insertions(+), 292 deletions(-)
51535
51536 commit d0b657379bbe63602953412d6bc944b2a0f430eb
51537 Author: Behdad Esfahbod <behdad@behdad.org>
51538 Date:   Thu Aug 6 18:34:47 2009 -0400
51539
51540     [HB] Fix various XXX issues
51541
51542  src/hb-open-type-private.hh      | 13 ++++++++++---
51543  src/hb-ot-layout-gdef-private.hh |  5 ++---
51544  2 files changed, 12 insertions(+), 6 deletions(-)
51545
51546 commit 82199868fb036b63799af761762225d45d36f575
51547 Author: Behdad Esfahbod <behdad@behdad.org>
51548 Date:   Thu Aug 6 18:28:45 2009 -0400
51549
51550     [HB] Remove unused var
51551
51552  src/hb-ot-layout-private.h | 2 --
51553  1 file changed, 2 deletions(-)
51554
51555 commit 07e69226cbd4167741fd868a3125487bbabb99dc
51556 Author: Behdad Esfahbod <behdad@behdad.org>
51557 Date:   Thu Aug 6 18:28:00 2009 -0400
51558
51559     [HB] Remove another stale XXX
51560
51561  src/hb-ot-layout.cc | 2 --
51562  1 file changed, 2 deletions(-)
51563
51564 commit e605c367c5627e7ab05af9cb59247a89290e598a
51565 Author: Behdad Esfahbod <behdad@behdad.org>
51566 Date:   Thu Aug 6 18:27:28 2009 -0400
51567
51568     [HB] Rebrand XXX as TODO
51569
51570  src/hb-open-file-private.hh | 4 ++--
51571  1 file changed, 2 insertions(+), 2 deletions(-)
51572
51573 commit c5a13048e21fcfcfd3b74f800e8d521e6245b451
51574 Author: Behdad Esfahbod <behdad@behdad.org>
51575 Date:   Thu Aug 6 18:26:38 2009 -0400
51576
51577     [HB] Remove stale XXX
51578
51579  src/hb-blob.c | 2 --
51580  1 file changed, 2 deletions(-)
51581
51582 commit 9e826ea2832f0444bcef9075b445d481a58a09c2
51583 Author: Behdad Esfahbod <behdad@behdad.org>
51584 Date:   Thu Aug 6 18:24:55 2009 -0400
51585
51586     [HB] Fix unaligned access
51587
51588  src/hb-open-type-private.hh | 20 +++++++++++++++++---
51589  src/hb-private.h            | 22 ++++++++++++++++++++++
51590  2 files changed, 39 insertions(+), 3 deletions(-)
51591
51592 commit 71a8344a5eeaa34e31d53138cf3bbe30b819f83c
51593 Author: Behdad Esfahbod <behdad@behdad.org>
51594 Date:   Thu Aug 6 14:28:18 2009 -0400
51595
51596     [HB] Remove a few 'inline's, though the compiler mostly ignores them
51597
51598  src/hb-open-file-private.hh          |  1 -
51599  src/hb-open-type-private.hh          | 16 ++++++++--------
51600  src/hb-ot-layout-gsubgpos-private.hh |  6 +++---
51601  3 files changed, 11 insertions(+), 12 deletions(-)
51602
51603 commit 7f3d5c8166e5205e9d9bf8b4b2f31d44387a8006
51604 Author: Behdad Esfahbod <behdad@behdad.org>
51605 Date:   Thu Aug 6 13:33:51 2009 -0400
51606
51607     [HB] Fix blob to use a actual mutex
51608
51609  src/hb-blob.c           | 125
51610  +++++++++++++++++++++++++++++++++++-------------
51611  src/hb-object-private.h |   4 +-
51612  src/hb-private.h        |  20 +++++---
51613  3 files changed, 106 insertions(+), 43 deletions(-)
51614
51615 commit a794ebf4be9896393f4badf02905a4007981a588
51616 Author: Behdad Esfahbod <behdad@behdad.org>
51617 Date:   Thu Aug 6 12:32:35 2009 -0400
51618
51619     [HB] Use glib again
51620
51621  src/Makefile.am         |  5 +++--
51622  src/hb-blob.c           |  4 ++--
51623  src/hb-object-private.h | 19 ++++++-------------
51624  src/hb-private.h        | 45
51625  ++++++++++++++++++++++++++-------------------
51626  4 files changed, 37 insertions(+), 36 deletions(-)
51627
51628 commit 9b76a290a94f2603f3cb9498ae976125347cf54b
51629 Author: Behdad Esfahbod <behdad@behdad.org>
51630 Date:   Thu Aug 6 10:27:38 2009 -0400
51631
51632     [HB] Improve debug output
51633
51634  src/hb-open-type-private.hh | 7 ++++---
51635  1 file changed, 4 insertions(+), 3 deletions(-)
51636
51637 commit 9faee63034d3965735bd6362c0beeca1613bd771
51638 Author: Behdad Esfahbod <behdad@behdad.org>
51639 Date:   Thu Aug 6 10:24:49 2009 -0400
51640
51641     [HB] Minor
51642
51643  src/hb-private.h | 2 +-
51644  1 file changed, 1 insertion(+), 1 deletion(-)
51645
51646 commit f72059ee6946d9b4812b794f662ee83c7e25fe53
51647 Author: Behdad Esfahbod <behdad@behdad.org>
51648 Date:   Wed Aug 5 15:35:02 2009 -0400
51649
51650     [HB] Add a few TODO items
51651
51652  src/TODO | 8 +++++---
51653  1 file changed, 5 insertions(+), 3 deletions(-)
51654
51655 commit 0d77ab8a73f57c9fca4c6f9301dae394d79526e3
51656 Author: Behdad Esfahbod <behdad@behdad.org>
51657 Date:   Wed Aug 5 15:27:42 2009 -0400
51658
51659     [HB] Improve debug output
51660
51661  src/hb-open-type-private.hh | 8 ++++++++
51662  1 file changed, 8 insertions(+)
51663
51664 commit 268cac4c9ef8cb592cfb8507273332165b8d3ad3
51665 Author: Behdad Esfahbod <behdad@behdad.org>
51666 Date:   Wed Aug 5 15:21:48 2009 -0400
51667
51668     [HB] Fix blob unlock
51669
51670  src/hb-blob.c | 2 +-
51671  1 file changed, 1 insertion(+), 1 deletion(-)
51672
51673 commit 7acb389569cf99c6bae9db31a8ed7c7007fbb566
51674 Author: Behdad Esfahbod <behdad@behdad.org>
51675 Date:   Wed Aug 5 15:20:34 2009 -0400
51676
51677     [HB] Improve debug output and fix mprotect bug
51678
51679  src/hb-blob.c               | 57
51680  ++++++++++++++++++++++++++++++++++++++-------
51681  src/hb-open-type-private.hh | 30 +++++++++++-------------
51682  src/hb-private.h            |  3 ++-
51683  3 files changed, 65 insertions(+), 25 deletions(-)
51684
51685 commit ec9f8db0d3cad146801b7dc5c59e517de3b6fa34
51686 Author: Behdad Esfahbod <behdad@behdad.org>
51687 Date:   Wed Aug 5 14:52:03 2009 -0400
51688
51689     [HB] Minor
51690
51691  src/hb-private.h | 3 +++
51692  1 file changed, 3 insertions(+)
51693
51694 commit d341881d9a0f835f691b121480046081ad162918
51695 Author: Behdad Esfahbod <behdad@behdad.org>
51696 Date:   Wed Aug 5 14:49:25 2009 -0400
51697
51698     [HB] Fix build of main.cc
51699
51700  src/Makefile.am | 8 ++++----
51701  1 file changed, 4 insertions(+), 4 deletions(-)
51702
51703 commit 8f3be25e7ec88ea451ee8097bf32e5f729f4fef9
51704 Author: Behdad Esfahbod <behdad@behdad.org>
51705 Date:   Tue Aug 4 23:43:40 2009 -0400
51706
51707     [HB] turn debugging off
51708
51709  src/hb-private.h | 2 +-
51710  1 file changed, 1 insertion(+), 1 deletion(-)
51711
51712 commit 62ed5850d9e0e0d0231889470d58e815420c21e5
51713 Author: Behdad Esfahbod <behdad@behdad.org>
51714 Date:   Tue Aug 4 23:30:32 2009 -0400
51715
51716     [HB] Fix another sanitize() bug;  hopefully it's the last one
51717
51718  src/hb-ot-layout-common-private.hh | 2 +-
51719  1 file changed, 1 insertion(+), 1 deletion(-)
51720
51721 commit 90482b68178b687c0f0a3f82cd6a36b2c0bb9384
51722 Author: Behdad Esfahbod <behdad@behdad.org>
51723 Date:   Tue Aug 4 23:24:35 2009 -0400
51724
51725     [HB] Fix a couple other sanitize() bugs
51726
51727  src/hb-ot-layout-gpos-private.hh | 4 ++--
51728  src/hb-ot-layout-gsub-private.hh | 4 ++--
51729  2 files changed, 4 insertions(+), 4 deletions(-)
51730
51731 commit 4f3ad9115a4161fc23fa559c26082440196217ec
51732 Author: Behdad Esfahbod <behdad@behdad.org>
51733 Date:   Tue Aug 4 23:01:23 2009 -0400
51734
51735     [HB] More debugging output
51736
51737  src/hb-open-type-private.hh | 45
51738  ++++++++++++++++++++++++++++++++++++++++-----
51739  1 file changed, 40 insertions(+), 5 deletions(-)
51740
51741 commit 8cd6fa28d1b77100491519b8dedb2e113508bf59
51742 Author: Behdad Esfahbod <behdad@behdad.org>
51743 Date:   Tue Aug 4 22:55:44 2009 -0400
51744
51745     [HB] Fix fatal Sanitizer bug
51746
51747  src/hb-open-type-private.hh | 2 +-
51748  1 file changed, 1 insertion(+), 1 deletion(-)
51749
51750 commit 2870ac5e5d5d87646a4b273a9805fb3fcf280f97
51751 Author: Behdad Esfahbod <behdad@behdad.org>
51752 Date:   Tue Aug 4 22:43:47 2009 -0400
51753
51754     [HB] Add missing sanitize
51755
51756  src/hb-open-file-private.hh | 1 +
51757  1 file changed, 1 insertion(+)
51758
51759 commit b28815c1f6e46d38471cacbc31248ca6fda8c4d1
51760 Author: Behdad Esfahbod <behdad@behdad.org>
51761 Date:   Tue Aug 4 22:35:36 2009 -0400
51762
51763     [HB] Add sanitize debugging facilities
51764
51765  src/hb-open-file-private.hh          |  4 ++++
51766  src/hb-open-type-private.hh          | 43
51767  +++++++++++++++++++++++++++++++-----
51768  src/hb-ot-layout-common-private.hh   | 17 ++++++++++++++
51769  src/hb-ot-layout-gdef-private.hh     | 10 +++++++++
51770  src/hb-ot-layout-gpos-private.hh     | 28 +++++++++++++++++++++++
51771  src/hb-ot-layout-gsub-private.hh     | 18 +++++++++++++++
51772  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++++++++
51773  src/hb-private.h                     |  6 ++++-
51774  8 files changed, 136 insertions(+), 6 deletions(-)
51775
51776 commit 7edb430f9182723b7b720708c56088cec1200a70
51777 Author: Behdad Esfahbod <behdad@behdad.org>
51778 Date:   Tue Aug 4 22:06:57 2009 -0400
51779
51780     [HB] Rename open-types to open-type; beauty
51781
51782  src/Makefile.am                                           | 2 +-
51783  src/hb-open-file-private.hh                               | 2 +-
51784  src/{hb-open-types-private.hh => hb-open-type-private.hh} | 0
51785  src/hb-ot-layout-common-private.hh                        | 2 +-
51786  4 files changed, 3 insertions(+), 3 deletions(-)
51787
51788 commit f4b58d3fc2956a9d1b6178588d809c781f7a5c0c
51789 Author: Behdad Esfahbod <behdad@behdad.org>
51790 Date:   Tue Aug 4 21:47:29 2009 -0400
51791
51792     [HB] Save edit even if not writeable
51793
51794  src/hb-open-types-private.hh | 6 ++----
51795  1 file changed, 2 insertions(+), 4 deletions(-)
51796
51797 commit 9bd629ccd064e739789e504c41ad875eed93abba
51798 Author: Behdad Esfahbod <behdad@behdad.org>
51799 Date:   Tue Aug 4 21:42:23 2009 -0400
51800
51801     [HB] Fix warnings
51802
51803  src/hb-open-file-private.hh      | 1 +
51804  src/hb-open-types-private.hh     | 5 +++++
51805  src/hb-ot-layout-gsub-private.hh | 3 +--
51806  3 files changed, 7 insertions(+), 2 deletions(-)
51807
51808 commit 5ff4e13143c227fa57854c987b5a98e610f89361
51809 Author: Behdad Esfahbod <behdad@behdad.org>
51810 Date:   Tue Aug 4 21:35:32 2009 -0400
51811
51812     [HB] Avoid infinite recusion in Extension sanitize()
51813
51814  src/hb-ot-layout-gpos-private.hh | 1 +
51815  src/hb-ot-layout-gsub-private.hh | 1 +
51816  2 files changed, 2 insertions(+)
51817
51818 commit d60bb8ca2ae6edf29b2227b56c57f0d16879370b
51819 Author: Behdad Esfahbod <behdad@behdad.org>
51820 Date:   Tue Aug 4 21:32:57 2009 -0400
51821
51822     [HB] Hook Sanitizer up.  Hell's breaking loose right now
51823
51824  src/hb-font.cc               |  7 ++-----
51825  src/hb-open-types-private.hh |  2 +-
51826  src/hb-ot-layout.cc          | 12 ++++++------
51827  3 files changed, 9 insertions(+), 12 deletions(-)
51828
51829 commit 679f41fe61242aa8d7f45b64bdb66395aa530fe2
51830 Author: Behdad Esfahbod <behdad@behdad.org>
51831 Date:   Tue Aug 4 21:32:06 2009 -0400
51832
51833     [HB] Fix leak
51834
51835  src/hb-ot-layout.cc | 2 ++
51836  1 file changed, 2 insertions(+)
51837
51838 commit 4e8a0602bb0b3cbf7f26cc38790e37cdec7b0b37
51839 Author: Behdad Esfahbod <behdad@behdad.org>
51840 Date:   Tue Aug 4 20:52:47 2009 -0400
51841
51842     [HB] Add Sanitizer
51843
51844  src/hb-open-types-private.hh | 58
51845  ++++++++++++++++++++++++++++++++++++++++----
51846  1 file changed, 53 insertions(+), 5 deletions(-)
51847
51848 commit 2765d333e523a13dbd932fa33f3b39a5cf83f0f7
51849 Author: Behdad Esfahbod <behdad@behdad.org>
51850 Date:   Tue Aug 4 20:50:18 2009 -0400
51851
51852     [HB] Add XXX
51853
51854  src/hb-open-file-private.hh | 3 +++
51855  1 file changed, 3 insertions(+)
51856
51857 commit a328d66e6a8122f7d4d71941449d4d0136203e08
51858 Author: Behdad Esfahbod <behdad@behdad.org>
51859 Date:   Tue Aug 4 20:27:05 2009 -0400
51860
51861     [HB] Minor cleanup
51862
51863  src/hb-ot-layout-gdef-private.hh     | 2 +-
51864  src/hb-ot-layout-gpos-private.hh     | 2 +-
51865  src/hb-ot-layout-gsub-private.hh     | 2 +-
51866  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
51867  4 files changed, 5 insertions(+), 5 deletions(-)
51868
51869 commit 577c1116493d785d3455626612f97dabb383abf0
51870 Author: Behdad Esfahbod <behdad@behdad.org>
51871 Date:   Tue Aug 4 19:31:02 2009 -0400
51872
51873     [HB] Shuffle code around
51874
51875  src/hb-open-types-private.hh | 127
51876  ++++++++++++++++++++++---------------------
51877  1 file changed, 65 insertions(+), 62 deletions(-)
51878
51879 commit b1e187fc6365f5355c652a61494a5e9f6acf51b4
51880 Author: Behdad Esfahbod <behdad@behdad.org>
51881 Date:   Tue Aug 4 15:28:49 2009 -0400
51882
51883     [HB] More sanitize infrastructure
51884
51885  src/hb-open-types-private.hh | 29 ++++++++++++++++++++++++++++-
51886  1 file changed, 28 insertions(+), 1 deletion(-)
51887
51888 commit b508e5ccd528f3f0f49f545bd5f30a525d5abd5a
51889 Author: Behdad Esfahbod <behdad@behdad.org>
51890 Date:   Tue Aug 4 15:07:24 2009 -0400
51891
51892     [HB] open-file sanitize()
51893
51894  src/hb-open-file-private.hh  | 46
51895  ++++++++++++++++++++++++++++++++++++++++----
51896  src/hb-open-types-private.hh | 13 +++++++++++++
51897  2 files changed, 55 insertions(+), 4 deletions(-)
51898
51899 commit 738c54d9caa3affc4b434e56bfb810ff6dc9b0b3
51900 Author: Behdad Esfahbod <behdad@behdad.org>
51901 Date:   Tue Aug 4 14:42:46 2009 -0400
51902
51903     [HB] Tag sanitize()
51904
51905  src/hb-open-types-private.hh       | 8 ++++++++
51906  src/hb-ot-layout-common-private.hh | 6 +-----
51907  2 files changed, 9 insertions(+), 5 deletions(-)
51908
51909 commit e49a84c9e37c08808880e74e94c8160731ababa1
51910 Author: Behdad Esfahbod <behdad@behdad.org>
51911 Date:   Tue Aug 4 14:33:23 2009 -0400
51912
51913     [HB] GDEF sanitize()
51914
51915  src/hb-ot-layout-gdef-private.hh     | 54
51916  ++++++++++++++++++++++++++++++++++++
51917  src/hb-ot-layout-gpos-private.hh     |  2 +-
51918  src/hb-ot-layout-gsub-private.hh     |  2 +-
51919  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
51920  4 files changed, 57 insertions(+), 3 deletions(-)
51921
51922 commit 18939487d04dba86880b0af8e89cf2cc44a431f5
51923 Author: Behdad Esfahbod <behdad@behdad.org>
51924 Date:   Tue Aug 4 14:27:56 2009 -0400
51925
51926     [HB] Fix Extension sanitize()
51927
51928  src/hb-ot-layout-gpos-private.hh     | 3 ++-
51929  src/hb-ot-layout-gsub-private.hh     | 3 ++-
51930  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
51931  3 files changed, 5 insertions(+), 3 deletions(-)
51932
51933 commit f2be750981be58a723831e69b1670275851d4be9
51934 Author: Behdad Esfahbod <behdad@behdad.org>
51935 Date:   Tue Aug 4 14:12:46 2009 -0400
51936
51937     [HB] Remove stale TODO
51938
51939  src/hb-ot-layout.cc | 2 --
51940  1 file changed, 2 deletions(-)
51941
51942 commit ac26e2a838d1266bb5f39c43245eb2a52c5e072d
51943 Author: Behdad Esfahbod <behdad@behdad.org>
51944 Date:   Tue Aug 4 14:10:39 2009 -0400
51945
51946     [HB] Hookup NEUTER()
51947
51948  src/hb-open-types-private.hh | 6 +++---
51949  1 file changed, 3 insertions(+), 3 deletions(-)
51950
51951 commit 15164d9258a74122a4db748d35532bd72c47cec2
51952 Author: Behdad Esfahbod <behdad@behdad.org>
51953 Date:   Tue Aug 4 13:57:41 2009 -0400
51954
51955     [HB] Fix mix warnings
51956
51957  src/Makefile.am                    |  2 +-
51958  src/hb-font.cc                     | 15 +++------------
51959  src/hb-open-types-private.hh       |  2 +-
51960  src/hb-ot-layout-common-private.hh |  6 +++---
51961  src/hb-ot-layout-gdef-private.hh   |  2 +-
51962  src/hb-ot-layout-gpos-private.hh   |  9 ++++-----
51963  src/hb-ot-layout.cc                |  2 +-
51964  src/main.cc                        |  4 +---
51965  8 files changed, 15 insertions(+), 27 deletions(-)
51966
51967 commit 42b778f89e0818fe06910ce04e2203485823da09
51968 Author: Behdad Esfahbod <behdad@behdad.org>
51969 Date:   Tue Aug 4 13:30:49 2009 -0400
51970
51971     [HB] GPOS sanitize()
51972
51973  src/hb-open-types-private.hh     |  22 ++++-
51974  src/hb-ot-layout-gpos-private.hh | 195
51975  ++++++++++++++++++++++++++++++++++++++-
51976  src/hb-ot-layout-gsub-private.hh |   2 -
51977  3 files changed, 213 insertions(+), 6 deletions(-)
51978
51979 commit dc9c4d93cd0f3ac991f32df08c1c17fc389054c0
51980 Author: Behdad Esfahbod <behdad@behdad.org>
51981 Date:   Tue Aug 4 12:26:26 2009 -0400
51982
51983     [HB] Sanitize DeviceTable
51984
51985  src/hb-open-types-private.hh       |  8 ++++----
51986  src/hb-ot-layout-common-private.hh | 17 ++++++++++++++---
51987  src/hb-ot-layout-gsub-private.hh   |  2 +-
51988  3 files changed, 19 insertions(+), 8 deletions(-)
51989
51990 commit ad3a3cd4955661c591b20af1f2c493432f0bebf0
51991 Author: Behdad Esfahbod <behdad@behdad.org>
51992 Date:   Tue Aug 4 12:13:52 2009 -0400
51993
51994     [HB] More casts
51995
51996  src/hb-ot-layout-gsub-private.hh | 2 +-
51997  1 file changed, 1 insertion(+), 1 deletion(-)
51998
51999 commit 95639fccc1ef18eadeb737e8b611d1d1f1315fc2
52000 Author: Behdad Esfahbod <behdad@behdad.org>
52001 Date:   Tue Aug 4 12:05:24 2009 -0400
52002
52003     [HB] Fix couple of bugs
52004
52005  src/hb-open-types-private.hh | 6 +++---
52006  1 file changed, 3 insertions(+), 3 deletions(-)
52007
52008 commit 2b5a59c277f4c5bf7aac9a9005054763e322e02d
52009 Author: Behdad Esfahbod <behdad@behdad.org>
52010 Date:   Tue Aug 4 11:38:50 2009 -0400
52011
52012     [HB] More cast cleanup
52013
52014  src/hb-open-types-private.hh         | 23 ++++++++-----
52015  src/hb-ot-layout-common-private.hh   |  7 ++--
52016  src/hb-ot-layout-gsub-private.hh     | 27 ++++++---------
52017  src/hb-ot-layout-gsubgpos-private.hh | 64
52018  +++++++++++++-----------------------
52019  4 files changed, 50 insertions(+), 71 deletions(-)
52020
52021 commit 196598bbccff08415ff5192314cba044df258cad
52022 Author: Behdad Esfahbod <behdad@behdad.org>
52023 Date:   Tue Aug 4 11:04:32 2009 -0400
52024
52025     [Hb] Use reinterpret casts instead of direct casts to char *
52026
52027  src/hb-open-file-private.hh          |  4 ++--
52028  src/hb-open-types-private.hh         | 19 +++++++++++-----
52029  src/hb-ot-layout-common-private.hh   |  8 +++----
52030  src/hb-ot-layout-gpos-private.hh     | 12 +++++-----
52031  src/hb-ot-layout-gsub-private.hh     | 20 ++++++++--------
52032  src/hb-ot-layout-gsubgpos-private.hh | 44
52033  ++++++++++++++++++------------------
52034  6 files changed, 57 insertions(+), 50 deletions(-)
52035
52036 commit 92b5dd8e71e1bdeaa6e86a53f167683a3f5f4289
52037 Author: Behdad Esfahbod <behdad@behdad.org>
52038 Date:   Tue Aug 4 10:41:32 2009 -0400
52039
52040     [HB] Merge more templates
52041
52042  src/hb-open-types-private.hh | 167
52043  ++++++++++++++-----------------------------
52044  1 file changed, 55 insertions(+), 112 deletions(-)
52045
52046 commit e6ab2c59ba2d37942ac5fcbfe61d38b7e359ac8c
52047 Author: Behdad Esfahbod <behdad@behdad.org>
52048 Date:   Tue Aug 4 10:23:01 2009 -0400
52049
52050     [HB] Simplify indirect sanitize()
52051
52052  src/hb-open-types-private.hh       | 52
52053  ++++++++++++++++++--------------------
52054  src/hb-ot-layout-common-private.hh | 11 +-------
52055  2 files changed, 26 insertions(+), 37 deletions(-)
52056
52057 commit 29d8644a315ebe6976f15db2fe96069376d9b8cd
52058 Author: Behdad Esfahbod <behdad@behdad.org>
52059 Date:   Tue Aug 4 02:27:37 2009 -0400
52060
52061     [HB] Finish GSUB sanitize()
52062
52063  src/hb-ot-layout-gsub-private.hh | 21 ++++++++++++++++++++-
52064  1 file changed, 20 insertions(+), 1 deletion(-)
52065
52066 commit cf086adca1b7b5a361a248808f9a847e513d3630
52067 Author: Behdad Esfahbod <behdad@behdad.org>
52068 Date:   Tue Aug 4 02:14:24 2009 -0400
52069
52070     [HB] Add comment
52071
52072  src/hb-ot-layout-common-private.hh | 6 ++++--
52073  1 file changed, 4 insertions(+), 2 deletions(-)
52074
52075 commit a97ce570ab693190350886e4e80942851c4d5727
52076 Author: Behdad Esfahbod <behdad@behdad.org>
52077 Date:   Tue Aug 4 02:10:48 2009 -0400
52078
52079     [HB] Optimize sanitize()
52080
52081  src/hb-open-types-private.hh | 7 ++++++-
52082  1 file changed, 6 insertions(+), 1 deletion(-)
52083
52084 commit cd3827ee567612c5500206b62840702fc956e0f5
52085 Author: Behdad Esfahbod <behdad@behdad.org>
52086 Date:   Tue Aug 4 02:09:34 2009 -0400
52087
52088     [HB] More sanitize()
52089
52090  src/hb-open-file-private.hh          |  2 +-
52091  src/hb-open-types-private.hh         | 12 ++++---
52092  src/hb-ot-layout-common-private.hh   | 64
52093  +++++++++++++++++++++++++++++++-----
52094  src/hb-ot-layout-gdef-private.hh     |  2 +-
52095  src/hb-ot-layout-gsubgpos-private.hh | 15 +++++++--
52096  5 files changed, 79 insertions(+), 16 deletions(-)
52097
52098 commit 70de50c11ed7037b20eb6814ff60f6e32a9944e4
52099 Author: Behdad Esfahbod <behdad@behdad.org>
52100 Date:   Tue Aug 4 00:58:28 2009 -0400
52101
52102     [HB] Start sanitize()
52103
52104  src/hb-open-types-private.hh         | 105 ++++++++++++++++++++++++++++-
52105  src/hb-ot-layout-common-private.hh   |  48 +++++++++++++-
52106  src/hb-ot-layout-gsub-private.hh     | 125
52107  ++++++++++++++++++++++++++++++++++-
52108  src/hb-ot-layout-gsubgpos-private.hh | 104 +++++++++++++++++++++++++++++
52109  4 files changed, 376 insertions(+), 6 deletions(-)
52110
52111 commit 5fc22e647c8a2bf6d3cb59185e351ac625e7e322
52112 Author: Behdad Esfahbod <behdad@behdad.org>
52113 Date:   Mon Aug 3 22:43:02 2009 -0400
52114
52115     [HB] Remove use of typeof()
52116
52117  src/hb-blob.c           |  4 ++--
52118  src/hb-buffer.c         |  2 +-
52119  src/hb-font.cc          | 14 +++++++-------
52120  src/hb-object-private.h |  4 ++--
52121  4 files changed, 12 insertions(+), 12 deletions(-)
52122
52123 commit 70e0f2a75ec1559f2f70ada837ce4bc4baca49e3
52124 Author: Behdad Esfahbod <behdad@behdad.org>
52125 Date:   Mon Aug 3 22:01:47 2009 -0400
52126
52127     [HB] Make it all work again
52128
52129  src/hb-font.cc             | 23 ++++++++++++---------
52130  src/hb-ot-layout-private.h |  9 +++++---
52131  src/hb-ot-layout.cc        | 51
52132  +++++++++++++++++++++++-----------------------
52133  3 files changed, 44 insertions(+), 39 deletions(-)
52134
52135 commit 23c86aa0009324433e78fcd0c47f2c0ff14b1949
52136 Author: Behdad Esfahbod <behdad@behdad.org>
52137 Date:   Mon Aug 3 21:40:20 2009 -0400
52138
52139     [HB] Use face_t directly instead of ot_layout_t
52140
52141  src/TODO                             |   1 +
52142  src/hb-font-private.h                |   4 +
52143  src/hb-font.cc                       |  74 +++++++++---
52144  src/hb-font.h                        |   3 +
52145  src/hb-object-private.h              |  36 +++---
52146  src/hb-ot-layout-gdef-private.hh     |   2 +
52147  src/hb-ot-layout-gpos-private.hh     |  14 +--
52148  src/hb-ot-layout-gsub-private.hh     |  32 ++---
52149  src/hb-ot-layout-gsubgpos-private.hh |   8 +-
52150  src/hb-ot-layout-private.h           |  40 ++++---
52151  src/hb-ot-layout.cc                  | 220
52152  +++++++++++++++--------------------
52153  11 files changed, 237 insertions(+), 197 deletions(-)
52154
52155 commit fc6c94002dd5478cf9fbdaff12d8374a786c85e1
52156 Author: Behdad Esfahbod <behdad@behdad.org>
52157 Date:   Mon Aug 3 21:27:08 2009 -0400
52158
52159     [HB] Simplify sub-blob support
52160
52161  src/hb-blob.c | 172
52162  ++++++++++++++++++++++------------------------------------
52163  src/hb-blob.h |  14 +++--
52164  2 files changed, 74 insertions(+), 112 deletions(-)
52165
52166 commit a26442437ae9f11674e0d68cd5cbf395ade7695d
52167 Author: Behdad Esfahbod <behdad@behdad.org>
52168 Date:   Mon Aug 3 17:53:29 2009 -0400
52169
52170     [HB] Add sub-blobs
52171
52172  src/hb-blob.c | 162
52173  +++++++++++++++++++++++++++++++++++++++++++++++++---------
52174  src/hb-blob.h |  12 ++++-
52175  2 files changed, 147 insertions(+), 27 deletions(-)
52176
52177 commit b28e21b90c4105a0c2e17009b748777294614664
52178 Author: Behdad Esfahbod <behdad@behdad.org>
52179 Date:   Sun Aug 2 20:06:48 2009 -0400
52180
52181     [HB] Rename hb-font.c to hb-font.cc
52182
52183  src/Makefile.am               | 2 +-
52184  src/{hb-font.c => hb-font.cc} | 0
52185  2 files changed, 1 insertion(+), 1 deletion(-)
52186
52187 commit 5f5b24f99f52bbc922e238b65c06061ba07c8548
52188 Author: Behdad Esfahbod <behdad@behdad.org>
52189 Date:   Sun Aug 2 20:03:12 2009 -0400
52190
52191     [OT] Rename C++ header files from *.h to *.hh
52192
52193  src/Makefile.am                                            | 14
52194  +++++++-------
52195  src/{hb-open-file-private.h => hb-open-file-private.hh}    |  8 ++++----
52196  src/{hb-open-types-private.h => hb-open-types-private.hh}  |  6 +++---
52197  ...out-common-private.h => hb-ot-layout-common-private.hh} |  8 ++++----
52198  ...-layout-gdef-private.h => hb-ot-layout-gdef-private.hh} |  8 ++++----
52199  ...-layout-gpos-private.h => hb-ot-layout-gpos-private.hh} |  8 ++++----
52200  ...-layout-gsub-private.h => hb-ot-layout-gsub-private.hh} |  8 ++++----
52201  ...gsubgpos-private.h => hb-ot-layout-gsubgpos-private.hh} |  8 ++++----
52202  src/hb-ot-layout.cc                                        |  8 ++++----
52203  src/main.cc                                                |  6 +++---
52204  10 files changed, 41 insertions(+), 41 deletions(-)
52205
52206 commit 2098a021a826e76ee27d5db74e32738d7d1c3d30
52207 Author: Behdad Esfahbod <behdad@behdad.org>
52208 Date:   Sun Aug 2 19:57:00 2009 -0400
52209
52210     [HB] Move OT file handling out of ot-layout
52211
52212  src/Makefile.am                                    |   3 +-
52213  src/hb-open-file-private.h                         | 145
52214  +++++++++++++++++++++
52215  ...yout-open-private.h => hb-open-types-private.h} | 117
52216  +----------------
52217  src/hb-ot-layout-common-private.h                  |   4 +-
52218  src/hb-ot-layout.cc                                |   2 +-
52219  src/main.cc                                        |   4 +-
52220  6 files changed, 157 insertions(+), 118 deletions(-)
52221
52222 commit 0ead481a5a8623103565fd7d924666e7342278dd
52223 Author: Behdad Esfahbod <behdad@behdad.org>
52224 Date:   Sun Aug 2 17:41:36 2009 -0400
52225
52226     [HB] Port ot-layout to new public API
52227
52228  src/TODO                            |   1 +
52229  src/hb-common.h                     |   1 +
52230  src/hb-font.c                       |   9 +
52231  src/hb-font.h                       |   3 +
52232  src/hb-ot-layout-gdef-private.h     |  32 ++--
52233  src/hb-ot-layout-gpos-private.h     | 106 ++++++------
52234  src/hb-ot-layout-gsub-private.h     |  50 +++---
52235  src/hb-ot-layout-gsubgpos-private.h |  12 +-
52236  src/hb-ot-layout-private.h          |  36 +++-
52237  src/hb-ot-layout.cc                 | 334
52238  ++++++++++++++++++++----------------
52239  src/hb-ot-layout.h                  | 207 ++++++++++------------
52240  11 files changed, 415 insertions(+), 376 deletions(-)
52241
52242 commit 678bed433371d90536976a2d57195c1e1867f766
52243 Author: Behdad Esfahbod <behdad@behdad.org>
52244 Date:   Sun Aug 2 15:35:31 2009 -0400
52245
52246     [HB] Add top-level header files
52247
52248  src/Makefile.am |  2 ++
52249  src/hb-ot.h     | 34 ++++++++++++++++++++++++++++++++++
52250  src/hb.h        | 35 +++++++++++++++++++++++++++++++++++
52251  3 files changed, 71 insertions(+)
52252
52253 commit 2c80296aa5991ad67483889147f5c84fefe54af2
52254 Author: Behdad Esfahbod <behdad@behdad.org>
52255 Date:   Sun Aug 2 15:20:22 2009 -0400
52256
52257     [HB] Add XXX marks
52258
52259  src/hb-ot-layout-private.h | 2 ++
52260  src/hb-ot-layout.cc        | 7 ++-----
52261  2 files changed, 4 insertions(+), 5 deletions(-)
52262
52263 commit c46f8efd6ddd981b5724b2600ac98a80193385be
52264 Author: Behdad Esfahbod <behdad@behdad.org>
52265 Date:   Sat Aug 1 23:06:27 2009 -0400
52266
52267     [HB] Rename _duplicate to _copy
52268
52269     To be in line with cairo
52270
52271  src/hb-font.c | 4 ++--
52272  src/hb-font.h | 4 ++--
52273  2 files changed, 4 insertions(+), 4 deletions(-)
52274
52275 commit f1ebe44985e2192844cf1747a4e36ed81e715ce6
52276 Author: Behdad Esfahbod <behdad@behdad.org>
52277 Date:   Sat Aug 1 22:55:11 2009 -0400
52278
52279     [HB] Cleanup TODO
52280
52281  src/TODO | 10 +---------
52282  1 file changed, 1 insertion(+), 9 deletions(-)
52283
52284 commit f1322e52d557726baa010be8d35a594748e8fa1a
52285 Author: Behdad Esfahbod <behdad@behdad.org>
52286 Date:   Sat Aug 1 22:53:04 2009 -0400
52287
52288     [HB] Cleanup public buffer structs
52289
52290  src/hb-buffer-private.h         | 46
52291  +++++++++++++++++++++++++++++++-------
52292  src/hb-buffer.c                 | 49
52293  +++++++++++++++++++++--------------------
52294  src/hb-buffer.h                 | 35 ++++++++++++++---------------
52295  src/hb-ot-layout-gpos-private.h |  8 +++----
52296  src/hb-ot-layout-private.h      |  5 +++--
52297  src/hb-ot-layout.cc             | 20 ++++++++---------
52298  6 files changed, 97 insertions(+), 66 deletions(-)
52299
52300 commit 6d5bb18e93d2a53350b342869a3ec8f25f0396c2
52301 Author: Behdad Esfahbod <behdad@behdad.org>
52302 Date:   Sat Aug 1 22:25:04 2009 -0400
52303
52304     [OT] Match struct with HB's
52305
52306  src/hb-buffer.c     |  6 +++---
52307  src/hb-buffer.h     |  2 +-
52308  src/hb-ot-layout.cc | 12 ++++++------
52309  3 files changed, 10 insertions(+), 10 deletions(-)
52310
52311 commit 11fbb5487d9900a019440ef8235f35c9f525decb
52312 Author: Behdad Esfahbod <behdad@behdad.org>
52313 Date:   Sat Aug 1 22:19:06 2009 -0400
52314
52315     [HB] Port buffert to new object API
52316
52317  src/hb-buffer-private.h | 24 +++++++++++++++---
52318  src/hb-buffer.c         | 65
52319  +++++++++++++++++++++++++++++++++++++------------
52320  src/hb-buffer.h         | 53 +++++++++++++++++++++++++---------------
52321  3 files changed, 104 insertions(+), 38 deletions(-)
52322
52323 commit 0cc7bc59ea6e8f38bf1e196c558cca9862ac3302
52324 Author: Behdad Esfahbod <behdad@behdad.org>
52325 Date:   Sat Aug 1 21:38:39 2009 -0400
52326
52327     [HB] Move typedef's around
52328
52329  src/hb-blob.h   |  2 ++
52330  src/hb-common.h |  9 ---------
52331  src/hb-font.h   | 10 ++++++++++
52332  3 files changed, 12 insertions(+), 9 deletions(-)
52333
52334 commit a12dd324a3859496a95602d426aee34ce6c5c8a6
52335 Author: Behdad Esfahbod <behdad@behdad.org>
52336 Date:   Sat Aug 1 21:36:15 2009 -0400
52337
52338     [HB] Add get_reference_count()
52339
52340  src/hb-blob.c           |  6 ++++++
52341  src/hb-blob.h           |  3 +++
52342  src/hb-font.c           | 24 ++++++++++++++++++++++++
52343  src/hb-font.h           | 12 ++++++++++++
52344  src/hb-object-private.h |  7 +++++++
52345  5 files changed, 52 insertions(+)
52346
52347 commit baec684fde2303edb16341bfcf1022cd72acf129
52348 Author: Behdad Esfahbod <behdad@behdad.org>
52349 Date:   Sat Aug 1 21:06:11 2009 -0400
52350
52351     [HB] Remove glib dependency
52352
52353  src/Makefile.am  |  7 ++-----
52354  src/hb-buffer.c  |  2 +-
52355  src/hb-private.h | 30 ++++++++++++++++++------------
52356  src/main.cc      |  1 +
52357  4 files changed, 22 insertions(+), 18 deletions(-)
52358
52359 commit df66028781a7609a515980e64396e6f1044d764a
52360 Author: Behdad Esfahbod <behdad@behdad.org>
52361 Date:   Sat Aug 1 20:46:02 2009 -0400
52362
52363     [HB] Assorted compiler macros
52364
52365  src/hb-ot-layout-open-private.h |  4 +-
52366  src/hb-private.h                | 88
52367  +++++++++++++++++++++++++++++++----------
52368  2 files changed, 70 insertions(+), 22 deletions(-)
52369
52370 commit ba8d94ce3360bfaf2c530d01f2af69237018a531
52371 Author: Behdad Esfahbod <behdad@behdad.org>
52372 Date:   Sat Aug 1 20:29:22 2009 -0400
52373
52374     [HB] Simplify object creation
52375
52376  src/Makefile.am                                    |  2 +-
52377  src/hb-blob.c                                      |  6 +---
52378  src/hb-font-private.h                              |  1 -
52379  src/hb-font.c                                      | 37
52380  +++++++---------------
52381  src/{hb-refcount-private.h => hb-object-private.h} | 14 ++++++--
52382  src/hb-private.h                                   |  2 ++
52383  6 files changed, 27 insertions(+), 35 deletions(-)
52384
52385 commit c62b503770325819f249885dfc9d4683a69c9efd
52386 Author: Behdad Esfahbod <behdad@behdad.org>
52387 Date:   Sat Aug 1 19:54:49 2009 -0400
52388
52389     [HB] Add abstract font and face API
52390
52391     Not used yet.
52392
52393  src/Makefile.am           |   3 +
52394  src/hb-blob.c             |   6 +-
52395  src/hb-font-private.h     | 108 +++++++++++++++
52396  src/hb-font.c             | 331
52397  ++++++++++++++++++++++++++++++++++++++++++++++
52398  src/hb-font.h             | 182 +++++++++++++++++++++++++
52399  src/hb-refcount-private.h |  14 +-
52400  6 files changed, 636 insertions(+), 8 deletions(-)
52401
52402 commit 35a7383c6138fd705560f0d4bb30659cbd1ab64c
52403 Author: Behdad Esfahbod <behdad@behdad.org>
52404 Date:   Sat Aug 1 19:30:31 2009 -0400
52405
52406     [HB] Simplify refcounting functions
52407
52408  src/hb-blob.c             | 32 ++++++++++----------------------
52409  src/hb-common.h           |  2 ++
52410  src/hb-private.h          |  2 ++
52411  src/hb-refcount-private.h | 31 ++++++++++++++++++++++++++++++-
52412  4 files changed, 44 insertions(+), 23 deletions(-)
52413
52414 commit 23af767a4475fecc1fe9fe9108f12c05c89bc8c9
52415 Author: Behdad Esfahbod <behdad@behdad.org>
52416 Date:   Sat Aug 1 19:10:41 2009 -0400
52417
52418     [HB] Fix for dfont's with multiple faces
52419
52420  src/hb-ot-layout-open-private.h | 6 ++++--
52421  1 file changed, 4 insertions(+), 2 deletions(-)
52422
52423 commit e97a95f2ea2770689bbf076d3c3ac404f273271e
52424 Author: Behdad Esfahbod <behdad@behdad.org>
52425 Date:   Sat Aug 1 19:05:44 2009 -0400
52426
52427     [HB] Use calloc instead of malloc where feasible
52428
52429  src/hb-blob.c   | 8 +++++---
52430  src/hb-buffer.c | 4 ++--
52431  2 files changed, 7 insertions(+), 5 deletions(-)
52432
52433 commit 0090dc0f67b553d2f6eaaedc289c0956ade09ef6
52434 Author: Behdad Esfahbod <behdad@behdad.org>
52435 Date:   Thu Jul 30 16:28:45 2009 -0400
52436
52437     [HB] Remove hinting setting and use ppem==0 to mean "no hinting"
52438
52439  src/hb-blob.h                   |  3 ---
52440  src/hb-common.h                 |  9 +++++++++
52441  src/hb-ot-layout-gpos-private.h | 36 ++++++++++++++++++++++++------------
52442  src/hb-ot-layout-private.h      |  2 --
52443  src/hb-ot-layout.cc             |  7 -------
52444  src/hb-ot-layout.h              |  4 ----
52445  6 files changed, 33 insertions(+), 28 deletions(-)
52446
52447 commit f0954d1e08ae288eda9904e17108fc73f48c0b98
52448 Author: Behdad Esfahbod <behdad@behdad.org>
52449 Date:   Thu Jul 30 15:33:57 2009 -0400
52450
52451     [HB] Add a "blob" manager
52452
52453  src/Makefile.am           |   5 +-
52454  src/hb-blob.c             | 181
52455  ++++++++++++++++++++++++++++++++++++++++++++++
52456  src/hb-blob.h             |  74 +++++++++++++++++++
52457  src/hb-private.h          |   2 +
52458  src/hb-refcount-private.h |  54 ++++++++++++++
52459  5 files changed, 315 insertions(+), 1 deletion(-)
52460
52461 commit 02a370697d25b986dbf1d5c38f46a89a4833b495
52462 Author: Behdad Esfahbod <behdad@behdad.org>
52463 Date:   Wed Jul 29 18:41:25 2009 -0400
52464
52465     [HB] Move direction to buffer
52466
52467  src/hb-buffer.c                 |  9 +++++++++
52468  src/hb-buffer.h                 | 14 ++++++++++++++
52469  src/hb-ot-layout-gpos-private.h |  2 +-
52470  src/hb-ot-layout-private.h      |  1 -
52471  src/hb-ot-layout.cc             |  7 -------
52472  src/hb-ot-layout.h              |  5 -----
52473  6 files changed, 24 insertions(+), 14 deletions(-)
52474
52475 commit 7cda6fa24c26887c5543d0657b07aad466452cb3
52476 Author: Behdad Esfahbod <behdad@behdad.org>
52477 Date:   Wed Jul 29 18:37:57 2009 -0400
52478
52479     [HB] Rename internal vars
52480
52481  src/hb-ot-layout-gsubgpos-private.h | 56
52482  ++++++++++++++++++-------------------
52483  1 file changed, 28 insertions(+), 28 deletions(-)
52484
52485 commit b196e6f2743d631ef181f1116370be3055063d36
52486 Author: Behdad Esfahbod <behdad@behdad.org>
52487 Date:   Tue Jul 28 15:50:42 2009 -0400
52488
52489     [HB] Fix buffer enlargement.  Ouch
52490
52491  src/hb-buffer.c | 2 +-
52492  1 file changed, 1 insertion(+), 1 deletion(-)
52493
52494 commit f9cd1014f8f4d0394b5e0e9eefc1e2af13c59cab
52495 Author: Behdad Esfahbod <behdad@behdad.org>
52496 Date:   Tue Jul 28 15:43:34 2009 -0400
52497
52498     Apply patch from Jonathan Kew
52499
52500  src/hb-buffer.c     | 75
52501  ++++++++++++++++++++++++++++-------------------------
52502  src/hb-buffer.h     |  6 ++++-
52503  src/hb-ot-layout.cc | 31 ++++++++++++++++++++++
52504  src/hb-ot-layout.h  | 15 +++++++++++
52505  src/hb-private.h    |  2 +-
52506  5 files changed, 91 insertions(+), 38 deletions(-)
52507
52508 commit 2ebb89d63dd27e800f2b6cbf624924601105f48a
52509 Author: Behdad Esfahbod <behdad@behdad.org>
52510 Date:   Sat Jul 25 19:09:01 2009 -0400
52511
52512     Revert "XX"
52513
52514     This reverts commit c939f6aff405ca7b10b1f1538f46148bff719fcb.
52515
52516  src/Makefile.am                     |   2 -
52517  src/hb-buffer.c                     |   9 ---
52518  src/hb-buffer.h                     |  14 -----
52519  src/hb-common.h                     |   3 -
52520  src/hb-ot-layout-gdef-private.h     |  32 +++++------
52521  src/hb-ot-layout-gpos-private.h     | 108
52522  ++++++++++++++++++------------------
52523  src/hb-ot-layout-gsub-private.h     |  46 +++++++--------
52524  src/hb-ot-layout-gsubgpos-private.h |  68 +++++++++++------------
52525  src/hb-ot-layout-private.h          |  28 ++++------
52526  src/hb-ot-layout.cc                 |  30 ++++++++++
52527  src/hb-ot-layout.h                  |   5 ++
52528  src/hb-private.h                    |  16 ------
52529  12 files changed, 174 insertions(+), 187 deletions(-)
52530
52531 commit 55520d2af172f5f6617b909e80cbd7d898f2bc15
52532 Author: Behdad Esfahbod <behdad@behdad.org>
52533 Date:   Wed Jun 10 23:26:51 2009 -0400
52534
52535     XX
52536
52537  src/Makefile.am                     |   2 +
52538  src/hb-buffer.c                     |   9 +++
52539  src/hb-buffer.h                     |  14 +++++
52540  src/hb-common.h                     |   3 +
52541  src/hb-ot-layout-gdef-private.h     |  32 +++++------
52542  src/hb-ot-layout-gpos-private.h     | 108
52543  ++++++++++++++++++------------------
52544  src/hb-ot-layout-gsub-private.h     |  46 +++++++--------
52545  src/hb-ot-layout-gsubgpos-private.h |  68 +++++++++++------------
52546  src/hb-ot-layout-private.h          |  28 ++++++----
52547  src/hb-ot-layout.cc                 |  30 ----------
52548  src/hb-ot-layout.h                  |   5 --
52549  src/hb-private.h                    |  16 ++++++
52550  12 files changed, 187 insertions(+), 174 deletions(-)
52551
52552 commit f53d434b9151c4ec43c148734b49bb165e522cc9
52553 Author: Behdad Esfahbod <behdad@behdad.org>
52554 Date:   Sat May 30 22:17:32 2009 -0400
52555
52556     [GPOS] Advance buffer cursor in SinglePos lookups.  Ouch!
52557
52558  src/hb-ot-layout-gpos-private.h | 4 ++++
52559  1 file changed, 4 insertions(+)
52560
52561 commit e35bbd570a5d914f86f1ea83941ee4328f268059
52562 Author: Behdad Esfahbod <behdad@behdad.org>
52563 Date:   Sat May 30 12:02:46 2009 -0400
52564
52565     [HB] Improve buffer.  Don't dup out buffer unless out is longer
52566     than in
52567
52568     That is, we work in-place even for ligatures now.
52569
52570  src/hb-buffer.c | 156
52571  ++++++++++++++++++++++++--------------------------------
52572  src/hb-buffer.h |   7 ++-
52573  2 files changed, 71 insertions(+), 92 deletions(-)
52574
52575 commit 6734ed4b6b2ce382917bf644aaf1acfa993f00ad
52576 Author: Behdad Esfahbod <behdad@behdad.org>
52577 Date:   Wed May 27 18:16:55 2009 -0400
52578
52579     [GPOS] Fix property checking
52580
52581  src/hb-ot-layout-gpos-private.h | 6 +++---
52582  1 file changed, 3 insertions(+), 3 deletions(-)
52583
52584 commit cc83ae12484108586fba6586bd9008971338b322
52585 Author: Behdad Esfahbod <behdad@behdad.org>
52586 Date:   Wed May 27 00:17:37 2009 -0400
52587
52588     [GPOS] Add vertical TODO
52589
52590  src/hb-ot-layout-gpos-private.h | 2 ++
52591  1 file changed, 2 insertions(+)
52592
52593 commit b69d38e7eaea544ba6c1876cdc6ddac61a698dd3
52594 Author: Behdad Esfahbod <behdad@behdad.org>
52595 Date:   Tue May 26 22:29:02 2009 -0400
52596
52597     [HB] Remove useless include
52598
52599  src/hb-ot-layout-private.h | 3 ---
52600  1 file changed, 3 deletions(-)
52601
52602 commit 6c8108cb583292a679b05844ab613b7f4587adc6
52603 Author: Behdad Esfahbod <behdad@behdad.org>
52604 Date:   Tue May 26 22:26:08 2009 -0400
52605
52606     [GPOS] Remove unused variables
52607
52608  src/hb-ot-layout-gpos-private.h | 3 +--
52609  1 file changed, 1 insertion(+), 2 deletions(-)
52610
52611 commit 09c292e3b688a67fbae67b645d1e6ffcf8d8eb6e
52612 Author: Behdad Esfahbod <behdad@behdad.org>
52613 Date:   Tue May 26 19:48:16 2009 -0400
52614
52615     [HB] Fix glyph properties
52616
52617  src/hb-ot-layout-common-private.h | 6 +++---
52618  src/hb-ot-layout-open-private.h   | 2 +-
52619  src/hb-ot-layout.cc               | 2 +-
52620  3 files changed, 5 insertions(+), 5 deletions(-)
52621
52622 commit 64e33f008ff9cc807fdfdc4553ad3fe01bb0615f
52623 Author: Behdad Esfahbod <behdad@behdad.org>
52624 Date:   Tue May 26 18:57:56 2009 -0400
52625
52626     [GPOS] Fix PairPos signedness
52627
52628  src/hb-ot-layout-gpos-private.h | 11 ++++-------
52629  1 file changed, 4 insertions(+), 7 deletions(-)
52630
52631 commit 80ea5bd10e72561a7627a5196621a6d7eccd91b7
52632 Author: Behdad Esfahbod <behdad@behdad.org>
52633 Date:   Tue May 26 17:58:37 2009 -0400
52634
52635     [GPOS] Fix mark matching
52636
52637  src/hb-ot-layout-gpos-private.h | 44
52638  +++++++++++++++++++----------------------
52639  1 file changed, 20 insertions(+), 24 deletions(-)
52640
52641 commit 4189b92aaa41e4a1756c561cc6e08b0ed024afda
52642 Author: Behdad Esfahbod <behdad@behdad.org>
52643 Date:   Tue May 26 17:31:56 2009 -0400
52644
52645     [HB] When looking back/forward, skip marks only
52646
52647  src/TODO                            |  1 -
52648  src/hb-ot-layout-gpos-private.h     | 13 ++-----
52649  src/hb-ot-layout-gsub-private.h     | 38 +++++++++-----------
52650  src/hb-ot-layout-gsubgpos-private.h | 14 ++++----
52651  src/hb-ot-layout-private.h          |  6 ++++
52652  src/hb-ot-layout.cc                 | 69
52653  ++++++++++++++++++++++++-------------
52654  6 files changed, 76 insertions(+), 65 deletions(-)
52655
52656 commit 1246e41021ab1d782b4c97e5d81c4917a57e3ed4
52657 Author: Behdad Esfahbod <behdad@behdad.org>
52658 Date:   Tue May 26 15:58:34 2009 -0400
52659
52660     [GDEF] Support MarkFilteringSets
52661
52662  src/hb-ot-layout.cc | 59
52663  +++++++++++++++++++----------------------------------
52664  1 file changed, 21 insertions(+), 38 deletions(-)
52665
52666 commit 5130c35e93528bcf3095fee5baf3847589167a58
52667 Author: Behdad Esfahbod <behdad@behdad.org>
52668 Date:   Tue May 26 15:45:41 2009 -0400
52669
52670     [HB] Simplify MarkAttachmentType handling
52671
52672  src/hb-ot-layout-gpos-private.h |  6 +++---
52673  src/hb-ot-layout-gsub-private.h |  6 ++----
52674  src/hb-ot-layout.cc             | 18 ++++++++----------
52675  3 files changed, 13 insertions(+), 17 deletions(-)
52676
52677 commit e4b92b85a7750bd4271ad607b3c41f0184e89feb
52678 Author: Behdad Esfahbod <behdad@behdad.org>
52679 Date:   Tue May 26 15:38:53 2009 -0400
52680
52681     [HB] Support parsing MarkFilteringSets introduced in OpenType 1.6
52682
52683  src/hb-ot-layout-gdef-private.h | 55
52684  +++++++++++++++++++++++++++++++++++------
52685  src/hb-ot-layout-gpos-private.h |  1 +
52686  src/hb-ot-layout.cc             |  6 ++---
52687  3 files changed, 51 insertions(+), 11 deletions(-)
52688
52689 commit 515ce4ceb2ab0151d8dfc03ff0bfc7d110dd93b5
52690 Author: Behdad Esfahbod <behdad@behdad.org>
52691 Date:   Tue May 26 13:08:00 2009 -0400
52692
52693     [HB] More de-C++'ization
52694
52695  src/hb-ot-layout-gsubgpos-private.h | 24 ++++++++++++------------
52696  1 file changed, 12 insertions(+), 12 deletions(-)
52697
52698 commit d7df42d7ee586219475878d160f85ae5a188bd59
52699 Author: Behdad Esfahbod <behdad@behdad.org>
52700 Date:   Tue May 26 13:04:59 2009 -0400
52701
52702     [HB] Start MarkFilteringSet support
52703
52704  src/hb-ot-layout-common-private.h | 24 +++++++++++++++++++-----
52705  1 file changed, 19 insertions(+), 5 deletions(-)
52706
52707 commit 62964afcecd96038cfaa8bc2bc931f43ee83be7e
52708 Author: Behdad Esfahbod <behdad@behdad.org>
52709 Date:   Tue May 26 12:40:10 2009 -0400
52710
52711     [HB] Implement get_lig_carets()
52712
52713  src/hb-ot-layout-gdef-private.h | 57
52714  ++++++++++++++++++++++++++++++++---------
52715  src/hb-ot-layout.cc             | 17 +++++++++---
52716  src/hb-ot-layout.h              |  8 +++++-
52717  src/main.cc                     |  9 +------
52718  4 files changed, 66 insertions(+), 25 deletions(-)
52719
52720 commit 79420ad9caf2d5fc94c3693e8292edfa27060b2d
52721 Author: Behdad Esfahbod <behdad@behdad.org>
52722 Date:   Tue May 26 12:24:16 2009 -0400
52723
52724     [HB] Add get_attach_points()
52725
52726  src/Makefile.am                 |  2 +-
52727  src/hb-ot-layout-gdef-private.h | 35 +++++++++++++++++++++++++----------
52728  src/hb-ot-layout-gpos-private.h | 28 +++++++---------------------
52729  src/hb-ot-layout-gsub-private.h | 28 +++++++---------------------
52730  src/hb-ot-layout-open-private.h | 12 +++---------
52731  src/hb-ot-layout.cc             |  9 +++++++++
52732  src/hb-ot-layout.h              |  6 ++++++
52733  src/main.cc                     |  8 ++++----
52734  8 files changed, 62 insertions(+), 66 deletions(-)
52735
52736 commit 855720ca47bf5a7a44eb5b84dce9f7da6e7156bd
52737 Author: Behdad Esfahbod <behdad@behdad.org>
52738 Date:   Tue May 26 12:00:28 2009 -0400
52739
52740     [HB] Remove more macros
52741
52742  src/hb-ot-layout-gdef-private.h | 18 +++++++++---------
52743  1 file changed, 9 insertions(+), 9 deletions(-)
52744
52745 commit c968fc2dc87cf85b53f60a40db59d5ee7b992edf
52746 Author: Behdad Esfahbod <behdad@behdad.org>
52747 Date:   Mon May 25 04:04:24 2009 -0400
52748
52749     [HB] More buffer cleanup
52750
52751  src/hb-buffer-private.h             |  39 +++--------
52752  src/hb-buffer.c                     | 136
52753  ++++++++++++++++++------------------
52754  src/hb-buffer.h                     |  22 +++---
52755  src/hb-ot-layout-gpos-private.h     |  29 ++++----
52756  src/hb-ot-layout-gsub-private.h     |  10 +--
52757  src/hb-ot-layout-gsubgpos-private.h |   8 +--
52758  src/hb-ot-layout-private.h          |  13 ++--
52759  src/hb-ot-layout.cc                 |  16 ++---
52760  src/hb-private.h                    |  29 --------
52761  9 files changed, 125 insertions(+), 177 deletions(-)
52762
52763 commit 88a5f5a49b6809d88560791f9cf6b8f78f22a4ad
52764 Author: Behdad Esfahbod <behdad@behdad.org>
52765 Date:   Mon May 25 03:39:11 2009 -0400
52766
52767     [HB] Cleanup buffer
52768
52769  src/hb-buffer-private.h             |  2 +-
52770  src/hb-buffer.c                     | 26 ++++++++------
52771  src/hb-ot-layout-gsub-private.h     | 26 +++++---------
52772  src/hb-ot-layout-gsubgpos-private.h |  2 +-
52773  src/hb-ot-layout.cc                 | 71
52774  -------------------------------------
52775  5 files changed, 25 insertions(+), 102 deletions(-)
52776
52777 commit 347f0b8621d3adfec157e5634ff3defc818ea37f
52778 Author: Behdad Esfahbod <behdad@behdad.org>
52779 Date:   Mon May 25 03:30:31 2009 -0400
52780
52781     [HB] Clean more
52782
52783  src/hb-ot-layout-private.h | 10 ++++------
52784  src/hb-ot-layout.cc        |  8 ++++----
52785  2 files changed, 8 insertions(+), 10 deletions(-)
52786
52787 commit d9d2a07f4a8696666a12f5a206aa9cfb56dc2b35
52788 Author: Behdad Esfahbod <behdad@behdad.org>
52789 Date:   Mon May 25 03:24:19 2009 -0400
52790
52791     [HB] Remove one XXX, add another
52792
52793  src/hb-buffer.h            | 2 ++
52794  src/hb-ot-layout-private.h | 3 +--
52795  2 files changed, 3 insertions(+), 2 deletions(-)
52796
52797 commit 6c78683c042250a7b5a6fc6ebae4717b03fadf9e
52798 Author: Behdad Esfahbod <behdad@behdad.org>
52799 Date:   Mon May 25 03:22:19 2009 -0400
52800
52801     [HB] Update copyright years
52802
52803  src/hb-buffer-private.h    | 2 +-
52804  src/hb-buffer.h            | 2 +-
52805  src/hb-common.h            | 2 +-
52806  src/hb-ot-layout-private.h | 2 +-
52807  src/hb-ot-layout.h         | 2 +-
52808  src/hb-private.h           | 2 +-
52809  6 files changed, 6 insertions(+), 6 deletions(-)
52810
52811 commit 4497af0069a94c69fc1518b1db2c1282721b732a
52812 Author: Behdad Esfahbod <behdad@behdad.org>
52813 Date:   Mon May 25 03:20:18 2009 -0400
52814
52815     [HB] Would have helped if I actually knew C++ before using it...
52816
52817  src/hb-ot-layout-gsubgpos-private.h |  4 ++--
52818  src/hb-ot-layout-open-private.h     | 24 ++++++++++++------------
52819  2 files changed, 14 insertions(+), 14 deletions(-)
52820
52821 commit cc6c644ff2af5f6669b6ec100ff13e904872b21c
52822 Author: Behdad Esfahbod <behdad@behdad.org>
52823 Date:   Mon May 25 03:10:06 2009 -0400
52824
52825     [HB] More cleanup
52826
52827  src/hb-ot-layout-common-private.h | 4 ++--
52828  src/hb-ot-layout-open-private.h   | 9 +++++----
52829  2 files changed, 7 insertions(+), 6 deletions(-)
52830
52831 commit 20cc86b3592db33731de671f008d7d222776be49
52832 Author: Behdad Esfahbod <behdad@behdad.org>
52833 Date:   Mon May 25 02:41:49 2009 -0400
52834
52835     [HB] Simplify Tag
52836
52837  src/hb-ot-layout-open-private.h | 46
52838  ++++++++++++++++-------------------------
52839  1 file changed, 18 insertions(+), 28 deletions(-)
52840
52841 commit 3ec0092c5e2d48e8c4fc1618d3bee427adddb1e7
52842 Author: Behdad Esfahbod <behdad@behdad.org>
52843 Date:   Mon May 25 02:34:25 2009 -0400
52844
52845     [HB] Simplify more
52846
52847  src/hb-ot-layout-open-private.h | 31 ++++++++++---------------------
52848  1 file changed, 10 insertions(+), 21 deletions(-)
52849
52850 commit 6ad8d5f3c7028147b371137ae4bca6aae66b3489
52851 Author: Behdad Esfahbod <behdad@behdad.org>
52852 Date:   Mon May 25 02:27:29 2009 -0400
52853
52854     [HB] Simplify some basic things
52855
52856  src/hb-ot-layout-open-private.h | 90
52857  +++++++++++++++++++++++++++--------------
52858  src/main.cc                     |  8 ++--
52859  2 files changed, 64 insertions(+), 34 deletions(-)
52860
52861 commit f96ffd43bce0ac6d9c897933c9be0e51d543e570
52862 Author: Behdad Esfahbod <behdad@behdad.org>
52863 Date:   Sun May 24 15:01:16 2009 -0400
52864
52865     [HB] simplify macros
52866
52867  src/hb-buffer-private.h    | 4 ++--
52868  src/hb-buffer.h            | 4 ++--
52869  src/hb-common.h            | 8 ++++----
52870  src/hb-ot-layout-private.h | 4 ++--
52871  src/hb-ot-layout.h         | 4 ++--
52872  5 files changed, 12 insertions(+), 12 deletions(-)
52873
52874 commit 8e7b30782a12f3997b9a5a18e6b9d01f6bff8b46
52875 Author: Behdad Esfahbod <behdad@behdad.org>
52876 Date:   Sun May 24 14:27:24 2009 -0400
52877
52878     [HB] Update text files
52879
52880  src/COPYING |  7 -------
52881  src/README  | 13 ++-----------
52882  2 files changed, 2 insertions(+), 18 deletions(-)
52883
52884 commit fa7d47249496fe00ea1ab6943b385c8dd80e5ce6
52885 Author: Behdad Esfahbod <behdad@behdad.org>
52886 Date:   Sun May 24 14:24:35 2009 -0400
52887
52888     [HB] Remove stale makefile.msc too
52889
52890  src/makefile.msc | 19 -------------------
52891  1 file changed, 19 deletions(-)
52892
52893 commit da2c52abcd75d46929b34cad55c4fb2c8892bc08
52894 Author: Behdad Esfahbod <behdad@behdad.org>
52895 Date:   Sun May 24 14:22:22 2009 -0400
52896
52897     [HB] Remove old code!
52898
52899     Goodbye 16 thousand lines of ten-year old code!
52900
52901  src/harfbuzz-dump-main.c      |   97 -
52902  src/harfbuzz-dump.c           |  768 ------
52903  src/harfbuzz-dump.h           |   41 -
52904  src/harfbuzz-gdef-private.h   |  124 -
52905  src/harfbuzz-gdef.c           | 1160 --------
52906  src/harfbuzz-gdef.h           |  135 -
52907  src/harfbuzz-global.h         |   84 -
52908  src/harfbuzz-gpos-private.h   |  712 -----
52909  src/harfbuzz-gpos.c           | 6071
52910  -----------------------------------------
52911  src/harfbuzz-gpos.h           |  174 --
52912  src/harfbuzz-gsub-private.h   |  476 ----
52913  src/harfbuzz-gsub.c           | 4304 -----------------------------
52914  src/harfbuzz-gsub.h           |  140 -
52915  src/harfbuzz-impl.c           |   84 -
52916  src/harfbuzz-impl.h           |  126 -
52917  src/harfbuzz-open-private.h   |  102 -
52918  src/harfbuzz-open.c           | 1405 ----------
52919  src/harfbuzz-open.h           |  282 --
52920  src/harfbuzz-stream-private.h |   83 -
52921  src/harfbuzz-stream.c         |  257 --
52922  src/harfbuzz.c                |   31 -
52923  src/harfbuzz.h                |   35 -
52924  22 files changed, 16691 deletions(-)
52925
52926 commit e5372f1621602dcee4e14a4b22dc182c21502a50
52927 Author: Behdad Esfahbod <behdad@behdad.org>
52928 Date:   Sun May 24 14:21:27 2009 -0400
52929
52930     [HB] Remove stale TODO mark
52931
52932  src/hb-ot-layout-open-private.h | 1 -
52933  1 file changed, 1 deletion(-)
52934
52935 commit 96908b898476ca5d7da5f386b15be76f9e83d76e
52936 Author: Behdad Esfahbod <behdad@behdad.org>
52937 Date:   Sun May 24 12:30:40 2009 -0400
52938
52939     [HB] Add FixedVersion cast to int
52940
52941  src/hb-ot-layout-open-private.h | 2 ++
52942  1 file changed, 2 insertions(+)
52943
52944 commit 957740dd253475020a94a62ec5dfcd03e3358176
52945 Author: Behdad Esfahbod <behdad@behdad.org>
52946 Date:   Sun May 24 12:29:55 2009 -0400
52947
52948     [HB] Simplify tag
52949
52950  src/hb-ot-layout-open-private.h | 10 +++++-----
52951  1 file changed, 5 insertions(+), 5 deletions(-)
52952
52953 commit 87fcdcbe3644da10154688765db2d62eb9ac079a
52954 Author: Behdad Esfahbod <behdad@behdad.org>
52955 Date:   Sun May 24 01:03:24 2009 -0400
52956
52957     [HB] Remove unused data types
52958
52959  src/hb-ot-layout-gdef-private.h     |  2 +-
52960  src/hb-ot-layout-gsubgpos-private.h |  2 +-
52961  src/hb-ot-layout-open-private.h     | 54
52962  ++++---------------------------------
52963  3 files changed, 7 insertions(+), 51 deletions(-)
52964
52965 commit 5876bf1b73fcb56cc41b4d348248a4817f9688cb
52966 Author: Behdad Esfahbod <behdad@behdad.org>
52967 Date:   Sun May 24 00:53:28 2009 -0400
52968
52969     [HB] Simplify version check in GSUB/GPOS
52970
52971  src/hb-ot-layout-gpos-private.h | 5 ++++-
52972  src/hb-ot-layout-gsub-private.h | 5 ++++-
52973  2 files changed, 8 insertions(+), 2 deletions(-)
52974
52975 commit 212aba6189d7aaac0bab169b77ae6bdab16800a5
52976 Author: Behdad Esfahbod <behdad@behdad.org>
52977 Date:   Sun May 24 00:50:27 2009 -0400
52978
52979     [HB] Check for GDEF/GSUB/GPOS versions
52980
52981  src/hb-ot-layout-gdef-private.h     |  3 +--
52982  src/hb-ot-layout-gpos-private.h     |  3 +--
52983  src/hb-ot-layout-gsub-private.h     |  3 +--
52984  src/hb-ot-layout-gsubgpos-private.h |  5 ++---
52985  src/hb-ot-layout-open-private.h     | 11 ++++++++++-
52986  5 files changed, 15 insertions(+), 10 deletions(-)
52987
52988 commit a21b5062cc32c04eeee3c4b20d26c7e2b34133e9
52989 Author: Behdad Esfahbod <behdad@behdad.org>
52990 Date:   Sat May 23 22:39:42 2009 -0400
52991
52992     [HB] Minor
52993
52994  src/hb-ot-layout-gdef-private.h | 6 +++---
52995  src/hb-ot-layout-open-private.h | 4 ++--
52996  2 files changed, 5 insertions(+), 5 deletions(-)
52997
52998 commit a080b1cc2f66d6e109d431a1e09519d7cf53bb9a
52999 Author: Behdad Esfahbod <behdad@behdad.org>
53000 Date:   Sat May 23 18:50:44 2009 -0400
53001
53002     [HB] Add TODO items
53003
53004  src/TODO | 6 ++++++
53005  1 file changed, 6 insertions(+)
53006
53007 commit e4efdd80a8fa4edbcdec9cd84f35f5f4521943c2
53008 Author: Behdad Esfahbod <behdad@behdad.org>
53009 Date:   Fri May 22 18:54:24 2009 -0400
53010
53011     [GDEF] Add some get_carret_value() code
53012
53013  src/hb-ot-layout-gdef-private.h | 36 ++++++++++++++++++------------------
53014  1 file changed, 18 insertions(+), 18 deletions(-)
53015
53016 commit 9b006bc0322723d065271e4b0ea4f137f81101e1
53017 Author: Behdad Esfahbod <behdad@behdad.org>
53018 Date:   Fri May 22 18:29:45 2009 -0400
53019
53020     [GPOS] MarkLigPosFormat1
53021
53022     GPOS is complete now!  Yay!
53023
53024  src/hb-ot-layout-gpos-private.h | 128
53025  +++++++++++++++++++++++++++++-----------
53026  1 file changed, 92 insertions(+), 36 deletions(-)
53027
53028 commit 923923feb248250626c637c11a886804011197b0
53029 Author: Behdad Esfahbod <behdad@behdad.org>
53030 Date:   Fri May 22 17:58:09 2009 -0400
53031
53032     [HB] Remove apply_subtables() again
53033
53034  src/hb-ot-layout-gpos-private.h | 31 +++++++++++--------------------
53035  src/hb-ot-layout-gsub-private.h | 33 ++++++++++++---------------------
53036  2 files changed, 23 insertions(+), 41 deletions(-)
53037
53038 commit d468f9af5b9fdc2713b0b86f28129e4190ee5053
53039 Author: Behdad Esfahbod <behdad@behdad.org>
53040 Date:   Thu May 21 22:31:33 2009 -0400
53041
53042     [HB] Share Extension lookup code between GSUB and GPOS
53043
53044  src/hb-ot-layout-gpos-private.h     | 64 +++++-----------------------
53045  src/hb-ot-layout-gsub-private.h     | 83
53046  +++++++------------------------------
53047  src/hb-ot-layout-gsubgpos-private.h | 52 +++++++++++++++++++++++
53048  3 files changed, 77 insertions(+), 122 deletions(-)
53049
53050 commit 498f1909e0f7a32484b2058622c4a018cbfc1334
53051 Author: Behdad Esfahbod <behdad@behdad.org>
53052 Date:   Thu May 21 15:51:04 2009 -0400
53053
53054     [GPOS] Remove printf.  MarkMarkPos1 is working
53055
53056     The "bug" was in the font.
53057
53058  src/hb-ot-layout-gpos-private.h | 1 -
53059  1 file changed, 1 deletion(-)
53060
53061 commit c7d457aa3ae7138630f52ca7263f663a3ea284c0
53062 Author: Behdad Esfahbod <behdad@behdad.org>
53063 Date:   Thu May 21 12:46:29 2009 -0400
53064
53065     [HB] Ouch.  Add files.
53066
53067  src/hb-common.h  | 13 +++++-----
53068  src/hb-private.h | 74
53069  ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
53070  2 files changed, 78 insertions(+), 9 deletions(-)
53071
53072 commit fe550f4dd815285e9de8c3cbff810b0a1c7b377f
53073 Author: Behdad Esfahbod <behdad@behdad.org>
53074 Date:   Thu May 21 08:27:07 2009 -0400
53075
53076     [GPOS] MarkMarkPosFormat1
53077
53078     Still not quite working.
53079
53080  src/TODO                        |   4 +-
53081  src/hb-ot-layout-gpos-private.h | 105
53082  +++++++++++++++++++++++++++++-----------
53083  2 files changed, 79 insertions(+), 30 deletions(-)
53084
53085 commit 357ccde36bba01a405d59b7da061fc5048cdc7b4
53086 Author: Behdad Esfahbod <behdad@behdad.org>
53087 Date:   Thu May 21 06:32:01 2009 -0400
53088
53089     [GPOS] MarkBasePosFormat1
53090
53091  src/TODO                        |  1 +
53092  src/hb-ot-layout-gpos-private.h | 62
53093  +++++++++++++++++++++++++++++++++++++----
53094  2 files changed, 58 insertions(+), 5 deletions(-)
53095
53096 commit 377bfc5860ae018f54e4a2dd737b4b000383ab54
53097 Author: Behdad Esfahbod <behdad@behdad.org>
53098 Date:   Thu May 21 04:58:24 2009 -0400
53099
53100     [GPOS] Implement MarkArray interface
53101
53102  src/hb-ot-layout-gpos-private.h | 5 +++--
53103  1 file changed, 3 insertions(+), 2 deletions(-)
53104
53105 commit c18ec2b1d7b8c7abe6ebf4b53c9ec75d5c9bb255
53106 Author: Behdad Esfahbod <behdad@behdad.org>
53107 Date:   Thu May 21 04:54:01 2009 -0400
53108
53109     [GPOS] Implement Device support in AnchorFormat3
53110
53111  src/hb-ot-layout-gpos-private.h | 11 ++++++++---
53112  1 file changed, 8 insertions(+), 3 deletions(-)
53113
53114 commit fca6a0d158b847181dcf67a13f34499177df899b
53115 Author: Behdad Esfahbod <behdad@behdad.org>
53116 Date:   Thu May 21 04:49:04 2009 -0400
53117
53118     [GPOS] Remove apply_value() return value
53119
53120  src/hb-ot-layout-gpos-private.h | 75
53121  +++++++++++++++++++----------------------
53122  1 file changed, 34 insertions(+), 41 deletions(-)
53123
53124 commit fb3b5ccfefc4c38c9184d432703e81f73e1f5bc7
53125 Author: Behdad Esfahbod <behdad@behdad.org>
53126 Date:   Thu May 21 04:47:05 2009 -0400
53127
53128     [GPOS] Start MarkBasePosFormat1
53129
53130  src/TODO                        |  1 +
53131  src/hb-ot-layout-gpos-private.h | 38
53132  +++++++++++++++++---------------------
53133  2 files changed, 18 insertions(+), 21 deletions(-)
53134
53135 commit ee8776d9e009a7fb8e1f3c1f9cf3ad42d9746a16
53136 Author: Behdad Esfahbod <behdad@behdad.org>
53137 Date:   Wed May 20 15:46:12 2009 -0400
53138
53139     [HB] Add TODO item
53140
53141  src/hb-ot-layout-gpos-private.h | 1 +
53142  src/hb-ot-layout-gsub-private.h | 1 +
53143  2 files changed, 2 insertions(+)
53144
53145 commit c6456ca5cfc35095378dcf29f8edc33ece9c3ea1
53146 Author: Behdad Esfahbod <behdad@behdad.org>
53147 Date:   Wed May 20 06:15:23 2009 -0400
53148
53149     [HB] Add TODO item
53150
53151  src/TODO | 1 +
53152  1 file changed, 1 insertion(+)
53153
53154 commit 3015c4175179a1816aad2a4950da9a3b8baf2578
53155 Author: Behdad Esfahbod <behdad@behdad.org>
53156 Date:   Wed May 20 06:01:16 2009 -0400
53157
53158     [HB] Remove last dependence on the old code base!
53159
53160  src/hb-buffer-private.h         | 88
53161  ++++++++++++++++++++---------------------
53162  src/hb-buffer.c                 | 47 +++++++++++-----------
53163  src/hb-ot-layout-gpos-private.h | 11 ++----
53164  src/hb-ot-layout-gsub-private.h | 12 +++---
53165  src/hb-ot-layout.cc             | 16 ++++----
53166  5 files changed, 85 insertions(+), 89 deletions(-)
53167
53168 commit 5c0adce1ccc739415c4b26ff13ffd2d77ea4bc6c
53169 Author: Behdad Esfahbod <behdad@behdad.org>
53170 Date:   Wed May 20 05:42:12 2009 -0400
53171
53172     [HB] Rename harfbuzz-buffer to hb-buffer
53173
53174  src/Makefile.am                                        | 5 +++--
53175  src/{harfbuzz-buffer-private.h => hb-buffer-private.h} | 8 ++++----
53176  src/{harfbuzz-buffer.c => hb-buffer.c}                 | 6 ++----
53177  src/{harfbuzz-buffer.h => hb-buffer.h}                 | 8 ++++----
53178  src/hb-ot-layout-gsubgpos-private.h                    | 2 +-
53179  src/hb-ot-layout-private.h                             | 2 +-
53180  src/hb-ot-layout.cc                                    | 5 +++--
53181  src/hb-ot-layout.h                                     | 2 +-
53182  8 files changed, 19 insertions(+), 19 deletions(-)
53183
53184 commit b857b49c82782d29d6d189f1a9f4a84d39cd84ea
53185 Author: Behdad Esfahbod <behdad@behdad.org>
53186 Date:   Wed May 20 05:35:14 2009 -0400
53187
53188     [HB] Remove all references to the old code!
53189
53190  src/Makefile.am            |  76 +++++++---------------
53191  src/harfbuzz-buffer.c      | 154
53192  +++++++++++++++++++--------------------------
53193  src/harfbuzz-buffer.h      |  80 +++++++++++------------
53194  src/hb-ot-layout-private.h |   6 +-
53195  src/hb-ot-layout.cc        |  17 ++---
53196  src/hb-ot-layout.h         |   1 +
53197  6 files changed, 137 insertions(+), 197 deletions(-)
53198
53199 commit e1593a6e620ee6a8184487185d1c95e0d1820ba5
53200 Author: Behdad Esfahbod <behdad@behdad.org>
53201 Date:   Wed May 20 04:51:30 2009 -0400
53202
53203     [GPOS] Finally it's working, up to Cursive
53204
53205     Wow, IranNastaliq renders perfectly again!
53206
53207  src/hb-ot-layout.cc | 24 ++++++++++++++++++++++++
53208  src/hb-ot-layout.h  | 12 ++++++++++++
53209  2 files changed, 36 insertions(+)
53210
53211 commit 0f7e6b2cead0c7d527ef68ededb27e0afd71d819
53212 Author: Behdad Esfahbod <behdad@behdad.org>
53213 Date:   Wed May 20 04:16:35 2009 -0400
53214
53215     [GPOS] Fix more brokenness
53216
53217  src/Makefile.am                 |  2 +-
53218  src/hb-ot-layout-gpos-private.h | 37
53219  ++++++++++++++++++++-----------------
53220  src/hb-ot-layout.cc             |  7 +++++++
53221  src/hb-ot-layout.h              |  5 +++++
53222  4 files changed, 33 insertions(+), 18 deletions(-)
53223
53224 commit ff05d257dd43221b7c8ebead188e78495daa8eda
53225 Author: Behdad Esfahbod <behdad@behdad.org>
53226 Date:   Wed May 20 03:53:00 2009 -0400
53227
53228     [HB] Move lookup types enum into subtable class
53229
53230  src/hb-ot-layout-gpos-private.h | 66
53231  ++++++++++++++++++++---------------------
53232  src/hb-ot-layout-gsub-private.h | 44 +++++++++++++--------------
53233  2 files changed, 55 insertions(+), 55 deletions(-)
53234
53235 commit 263bbef7670b59aa88ef9ba910579dfa51226524
53236 Author: Behdad Esfahbod <behdad@behdad.org>
53237 Date:   Wed May 20 00:00:09 2009 -0400
53238
53239     [GDEF] Simplify Device access
53240
53241  src/hb-ot-layout-gdef-private.h | 12 +++---------
53242  1 file changed, 3 insertions(+), 9 deletions(-)
53243
53244 commit 60d77cf05fddc5304b4b1fc19cdedba15cbee1e9
53245 Author: Behdad Esfahbod <behdad@behdad.org>
53246 Date:   Tue May 19 23:58:54 2009 -0400
53247
53248     [HB] Indentation
53249
53250  src/hb-ot-layout-common-private.h   | 170
53251  +++++++++++++++++-------------------
53252  src/hb-ot-layout-gdef-private.h     |  65 +++++++-------
53253  src/hb-ot-layout-gsubgpos-private.h | 150 +++++++++++++++++--------------
53254  src/hb-ot-layout-open-private.h     | 159
53255  ++++++++++++++++-----------------
53256  src/hb-ot-layout-private.h          |   9 +-
53257  5 files changed, 288 insertions(+), 265 deletions(-)
53258
53259 commit 90de3dfff9e82dae20b7517642511aebaf736b74
53260 Author: Behdad Esfahbod <behdad@behdad.org>
53261 Date:   Tue May 19 23:43:04 2009 -0400
53262
53263     [HB] Remove unused methods
53264
53265  src/hb-ot-layout-common-private.h | 6 ------
53266  1 file changed, 6 deletions(-)
53267
53268 commit 4c44d830d79431fcb143df2b5a29cdc8e8fccef3
53269 Author: Behdad Esfahbod <behdad@behdad.org>
53270 Date:   Tue May 19 23:42:30 2009 -0400
53271
53272     [HB] Indentation
53273
53274  src/hb-ot-layout-gpos-private.h | 253
53275  +++++++++++++++++++++-----------------
53276  src/hb-ot-layout-gsub-private.h | 262
53277  ++++++++++++++++++++++------------------
53278  2 files changed, 284 insertions(+), 231 deletions(-)
53279
53280 commit d18fd8e3f7185f531fa4c4988d3f5d5c5282b8eb
53281 Author: Behdad Esfahbod <behdad@behdad.org>
53282 Date:   Tue May 19 23:25:41 2009 -0400
53283
53284     [GPOS] CursivePosFormat1
53285
53286  src/hb-ot-layout-gpos-private.h | 174
53287  ++++++++++++++++++++++++++++++++++++++--
53288  src/hb-ot-layout-private.h      |   2 +-
53289  2 files changed, 169 insertions(+), 7 deletions(-)
53290
53291 commit 70632add333e4ab38f8f485bb87b25116128cf92
53292 Author: Behdad Esfahbod <behdad@behdad.org>
53293 Date:   Tue May 19 22:30:09 2009 -0400
53294
53295     [GSUB] PairPosFormat2
53296
53297  src/hb-ot-layout-gpos-private.h | 43
53298  ++++++++++++++++++++++++++++++++++++-----
53299  1 file changed, 38 insertions(+), 5 deletions(-)
53300
53301 commit b24ecbadf44d56fd3286d1d3ff6928151ccec9bd
53302 Author: Behdad Esfahbod <behdad@behdad.org>
53303 Date:   Tue May 19 22:16:04 2009 -0400
53304
53305     [GPOS] PairPosFormat1
53306
53307  src/hb-ot-layout-gpos-private.h | 91
53308  +++++++++++++++++++++++++++++++++--------
53309  1 file changed, 73 insertions(+), 18 deletions(-)
53310
53311 commit 056c7ec1aea1eca60a3b20b583b8a8072be9d758
53312 Author: Behdad Esfahbod <behdad@behdad.org>
53313 Date:   Mon May 18 19:47:52 2009 -0400
53314
53315     [GPOS] Start filling apply() functions in
53316
53317  src/harfbuzz-buffer-private.h     |   1 +
53318  src/harfbuzz-buffer.c             |   3 -
53319  src/hb-ot-layout-common-private.h |  35 ++++++-----
53320  src/hb-ot-layout-gpos-private.h   | 127
53321  ++++++++++++++++++++++++++++----------
53322  4 files changed, 116 insertions(+), 50 deletions(-)
53323
53324 commit 4fa77d3c4305a76b956de8c1a9b83a961d035a80
53325 Author: Behdad Esfahbod <behdad@behdad.org>
53326 Date:   Mon May 18 18:44:54 2009 -0400
53327
53328     [HB] Use enums
53329
53330  src/hb-ot-layout-common-private.h | 14 ++++++++------
53331  src/hb-ot-layout-gdef-private.h   | 22 +++++++++++++---------
53332  2 files changed, 21 insertions(+), 15 deletions(-)
53333
53334 commit 6b54c5d0446b514fbb6521e7e9e614d153435f0e
53335 Author: Behdad Esfahbod <behdad@behdad.org>
53336 Date:   Mon May 18 18:30:25 2009 -0400
53337
53338     [HB] More reference cast simplification
53339
53340  src/hb-ot-layout-gsub-private.h     |  8 ++++----
53341  src/hb-ot-layout-gsubgpos-private.h | 28 ++++++++++++++--------------
53342  src/hb-ot-layout-open-private.h     |  2 +-
53343  3 files changed, 19 insertions(+), 19 deletions(-)
53344
53345 commit eb0dfc830e09405492f494c85380e133ac5d0ea3
53346 Author: Behdad Esfahbod <behdad@behdad.org>
53347 Date:   Mon May 18 18:22:44 2009 -0400
53348
53349     [HB] Rename LOOKUP_ARGS to APPLY_ARGS
53350
53351  src/hb-ot-layout-gpos-private.h     | 88
53352  ++++++++++++++++++------------------
53353  src/hb-ot-layout-gsub-private.h     | 84
53354  +++++++++++++++++-----------------
53355  src/hb-ot-layout-gsubgpos-private.h | 90
53356  ++++++++++++++++++-------------------
53357  3 files changed, 131 insertions(+), 131 deletions(-)
53358
53359 commit 2a8e6accdf798a78ff180dcb593140592d62b872
53360 Author: Behdad Esfahbod <behdad@behdad.org>
53361 Date:   Mon May 18 18:21:44 2009 -0400
53362
53363     [HB] Internally rename position() and substitute() to apply()
53364
53365  src/hb-ot-layout-gpos-private.h | 110
53366  ++++++++++++++++++++--------------------
53367  src/hb-ot-layout-gsub-private.h | 104
53368  ++++++++++++++++++-------------------
53369  2 files changed, 107 insertions(+), 107 deletions(-)
53370
53371 commit f6c8a6eacf27fd1c509d07c85985f0367c5e475f
53372 Author: Behdad Esfahbod <behdad@behdad.org>
53373 Date:   Mon May 18 18:01:19 2009 -0400
53374
53375     [HB] Simplify casts
53376
53377  src/hb-ot-layout-gdef-private.h |  2 +-
53378  src/hb-ot-layout-gpos-private.h |  6 +++---
53379  src/hb-ot-layout-gsub-private.h |  6 +++---
53380  src/hb-ot-layout-open-private.h | 10 +++++-----
53381  4 files changed, 12 insertions(+), 12 deletions(-)
53382
53383 commit 9c42f05a5ccbb48a9367b80ecdf3679e88088fcf
53384 Author: Behdad Esfahbod <behdad@behdad.org>
53385 Date:   Mon May 18 17:43:49 2009 -0400
53386
53387     Switch Pango to new, defunt, GPOS
53388
53389  src/hb-ot-layout-gpos-private.h | 22 +++++++++++++++-------
53390  src/hb-ot-layout.cc             | 13 +++++++++++++
53391  src/hb-ot-layout.h              |  5 +++++
53392  3 files changed, 33 insertions(+), 7 deletions(-)
53393
53394 commit 5e5eb0573f7ea2ce2cf037fef0df70a4351e82c0
53395 Author: Behdad Esfahbod <behdad@behdad.org>
53396 Date:   Mon May 18 17:09:33 2009 -0400
53397
53398     [HB] Start GPOS!
53399
53400  src/hb-ot-layout-gpos-private.h | 915
53401  ++++++++++++++++++++++++++++++++++++++++
53402  src/hb-ot-layout-gsub-private.h |   2 -
53403  src/hb-ot-layout-private.h      |  15 +-
53404  src/hb-ot-layout.cc             |   5 +-
53405  src/hb-ot-layout.h              |   8 +-
53406  5 files changed, 936 insertions(+), 9 deletions(-)
53407
53408 commit 64e67f7599deeec98b104f8b70d0d321cf96799d
53409 Author: Behdad Esfahbod <behdad@behdad.org>
53410 Date:   Mon May 18 15:32:40 2009 -0400
53411
53412     [GSUB] Minor
53413
53414  src/hb-ot-layout-gsub-private.h | 16 ++++++----------
53415  1 file changed, 6 insertions(+), 10 deletions(-)
53416
53417 commit d79cae0b4eef8c2694ada791bb8e427c1202875e
53418 Author: Behdad Esfahbod <behdad@behdad.org>
53419 Date:   Mon May 18 13:50:15 2009 -0400
53420
53421     [HB] Minor
53422
53423  src/hb-ot-layout-gsub-private.h | 22 +++++++++++-----------
53424  1 file changed, 11 insertions(+), 11 deletions(-)
53425
53426 commit 8533bb985e6af2b656d7c45620d8f11f36330b85
53427 Author: Behdad Esfahbod <behdad@behdad.org>
53428 Date:   Mon May 18 06:00:12 2009 -0400
53429
53430     [GSUB] Protect against mismatching Extension subtable types
53431
53432  src/hb-ot-layout-gsub-private.h | 9 ++++++---
53433  1 file changed, 6 insertions(+), 3 deletions(-)
53434
53435 commit 969afd706e9b52adc79f6210c0088b2c6bbae9bc
53436 Author: Behdad Esfahbod <behdad@behdad.org>
53437 Date:   Mon May 18 05:47:47 2009 -0400
53438
53439     [GSUB] Implement ReverseChainSingleSubst
53440
53441     GSUB is done!
53442
53443  src/hb-ot-layout-gsub-private.h     | 55
53444  +++++++++++++++++++++++++++----------
53445  src/hb-ot-layout-gsubgpos-private.h | 43 +++++++++--------------------
53446  2 files changed, 54 insertions(+), 44 deletions(-)
53447
53448 commit 4acaffd786a11b5bd7d41b39fc65625fd8cd5077
53449 Author: Behdad Esfahbod <behdad@behdad.org>
53450 Date:   Mon May 18 05:29:29 2009 -0400
53451
53452     [HB] Don't use G_LIKELY!
53453
53454  src/hb-ot-layout-gsub-private.h     | 12 ++++++------
53455  src/hb-ot-layout-gsubgpos-private.h | 12 ++++++------
53456  src/hb-ot-layout-open-private.h     |  4 ++--
53457  src/hb-ot-layout.cc                 |  6 +++---
53458  4 files changed, 17 insertions(+), 17 deletions(-)
53459
53460 commit 3dcb12f171ebbf44461e6ce6439d286c9520dd88
53461 Author: Behdad Esfahbod <behdad@behdad.org>
53462 Date:   Mon May 18 05:22:32 2009 -0400
53463
53464     [GSUB] Oops, fix Extension check
53465
53466  src/hb-ot-layout-gsub-private.h | 3 +--
53467  1 file changed, 1 insertion(+), 2 deletions(-)
53468
53469 commit 2e8fb6c38dbc01cb77b384c0ae0212514dfbb588
53470 Author: Behdad Esfahbod <behdad@behdad.org>
53471 Date:   Mon May 18 04:37:37 2009 -0400
53472
53473     [HB] Tweak some constants and fix Coverage
53474
53475  src/hb-ot-layout-common-private.h   | 11 ++++++-----
53476  src/hb-ot-layout-gsubgpos-private.h |  2 ++
53477  src/hb-ot-layout-open-private.h     |  6 +++---
53478  3 files changed, 11 insertions(+), 8 deletions(-)
53479
53480 commit d6aae5f5cad54fc5dac8b0ff10a3921ebda533d4
53481 Author: Behdad Esfahbod <behdad@behdad.org>
53482 Date:   Mon May 18 04:25:22 2009 -0400
53483
53484     [HB] Cleanup TODOs
53485
53486  src/hb-ot-layout-gsub-private.h | 12 ++++++------
53487  src/hb-ot-layout-open-private.h |  2 +-
53488  src/hb-ot-layout.cc             |  4 ++--
53489  3 files changed, 9 insertions(+), 9 deletions(-)
53490
53491 commit 122f21fb9a3a0b914575929a3be11884f1ae00c0
53492 Author: Behdad Esfahbod <behdad@behdad.org>
53493 Date:   Mon May 18 04:21:53 2009 -0400
53494
53495     [GSUB] Fix context_length handling in Ligature too
53496
53497  src/hb-ot-layout-gsub-private.h     | 9 ++++-----
53498  src/hb-ot-layout-gsubgpos-private.h | 5 +++--
53499  2 files changed, 7 insertions(+), 7 deletions(-)
53500
53501 commit 47958dea214fd55725bf04aa13d233870255fb03
53502 Author: Behdad Esfahbod <behdad@behdad.org>
53503 Date:   Mon May 18 04:17:47 2009 -0400
53504
53505     [HB] Minor cleanup
53506
53507  src/hb-ot-layout-gsubgpos-private.h | 10 ++++------
53508  1 file changed, 4 insertions(+), 6 deletions(-)
53509
53510 commit e73a0c2a903112ce9a35b95e14e10ab8ea2dc337
53511 Author: Behdad Esfahbod <behdad@behdad.org>
53512 Date:   Mon May 18 04:15:25 2009 -0400
53513
53514     [HB] Correctly skip glyphs when applying (Chain)Context lookups
53515
53516  src/hb-ot-layout-gsubgpos-private.h | 14 +++++++++++---
53517  1 file changed, 11 insertions(+), 3 deletions(-)
53518
53519 commit 7cff75babd64cd49dd2b3faaa15193d12c098f42
53520 Author: Behdad Esfahbod <behdad@behdad.org>
53521 Date:   Mon May 18 04:09:05 2009 -0400
53522
53523     [HB] Fix context_length checking
53524
53525  src/hb-ot-layout-gsubgpos-private.h | 23 +++++++++++++----------
53526  src/hb-ot-layout-open-private.h     |  2 +-
53527  2 files changed, 14 insertions(+), 11 deletions(-)
53528
53529 commit d0ba0557007798db2c60ddd0b7a5a0624cd1698d
53530 Author: Behdad Esfahbod <behdad@behdad.org>
53531 Date:   Mon May 18 03:56:39 2009 -0400
53532
53533     [HB] ChainContext complete
53534
53535     IranNastaliq renders perfectly again!
53536
53537  src/hb-ot-layout-gsubgpos-private.h | 63
53538  +++++++++++++++++++++++++++----------
53539  1 file changed, 46 insertions(+), 17 deletions(-)
53540
53541 commit e072c24e79f0e7c1e078a87c782ab5dd8f21dcda
53542 Author: Behdad Esfahbod <behdad@behdad.org>
53543 Date:   Mon May 18 03:47:31 2009 -0400
53544
53545     [HB] Implement backtrack matching
53546
53547  src/hb-ot-layout-gsubgpos-private.h | 61
53548  +++++++++++++++++++++++++++----------
53549  1 file changed, 45 insertions(+), 16 deletions(-)
53550
53551 commit 02e1e5c63fa4f896053fa3c21e495239e1e9caa2
53552 Author: Behdad Esfahbod <behdad@behdad.org>
53553 Date:   Mon May 18 02:47:57 2009 -0400
53554
53555     [HB] One more step to go, for fully working GSUB and ChainContext
53556
53557  src/hb-ot-layout-gsubgpos-private.h | 107
53558  ++++++++++++++++++++----------------
53559  1 file changed, 61 insertions(+), 46 deletions(-)
53560
53561 commit f14c2b7acfba75b8a6880f41ceec758f9a56abce
53562 Author: Behdad Esfahbod <behdad@behdad.org>
53563 Date:   Mon May 18 02:36:18 2009 -0400
53564
53565     [HB] Further modularize Context matching
53566
53567  src/hb-ot-layout-gsubgpos-private.h | 92
53568  +++++++++++++++++++++++++------------
53569  1 file changed, 63 insertions(+), 29 deletions(-)
53570
53571 commit 13ed4405c558e445b052360f1ed8ee27ecf48e6e
53572 Author: Behdad Esfahbod <behdad@behdad.org>
53573 Date:   Mon May 18 02:14:37 2009 -0400
53574
53575     [HB] A step closer to working ChainContext
53576
53577  src/hb-ot-layout-gsubgpos-private.h | 36
53578  ++++++++++++++++++++++++++----------
53579  1 file changed, 26 insertions(+), 10 deletions(-)
53580
53581 commit e8cbaaf6d538036ff9b880b018db402e0895ed01
53582 Author: Behdad Esfahbod <behdad@behdad.org>
53583 Date:   Mon May 18 02:03:58 2009 -0400
53584
53585     [HB] Add HeadlessArrayTo<>
53586
53587  src/hb-ot-layout-gsub-private.h     | 10 ++++------
53588  src/hb-ot-layout-gsubgpos-private.h |  5 ++---
53589  src/hb-ot-layout-open-private.h     | 19 +++++++++++++++++++
53590  3 files changed, 25 insertions(+), 9 deletions(-)
53591
53592 commit dcb6b60254951a2831c03f3196962d229f7e556c
53593 Author: Behdad Esfahbod <behdad@behdad.org>
53594 Date:   Mon May 18 01:49:57 2009 -0400
53595
53596     [HB] More template goodness
53597
53598  src/hb-ot-layout-gsubgpos-private.h | 37
53599  +++++++++++++++----------------------
53600  1 file changed, 15 insertions(+), 22 deletions(-)
53601
53602 commit aa3d7adca5c821c91a2a1b5380fd6b3d19656ab1
53603 Author: Behdad Esfahbod <behdad@behdad.org>
53604 Date:   Sun May 17 23:17:56 2009 -0400
53605
53606     [HB] More churning towards ChainContext lookups
53607
53608  src/hb-ot-layout-common-private.h   |   6 +-
53609  src/hb-ot-layout-gsub-private.h     |  15 +++-
53610  src/hb-ot-layout-gsubgpos-private.h | 174
53611  ++++++++++++++++++++++--------------
53612  3 files changed, 125 insertions(+), 70 deletions(-)
53613
53614 commit 48f16ed96ac7041b511d9e0864623d2aa09c6da3
53615 Author: Behdad Esfahbod <behdad@behdad.org>
53616 Date:   Sun May 17 22:11:30 2009 -0400
53617
53618     [HB] Towards sharing Context and ChainContext code
53619
53620  src/hb-ot-layout-gsubgpos-private.h | 220
53621  ++++++++++++++++--------------------
53622  1 file changed, 99 insertions(+), 121 deletions(-)
53623
53624 commit 6cf2a52593cb4b23e3efe5e16228e3172bdcdd05
53625 Author: Behdad Esfahbod <behdad@behdad.org>
53626 Date:   Sun May 17 21:11:49 2009 -0400
53627
53628     [HB] Add check to avoid infinite recursion
53629
53630  src/hb-ot-layout-gsub-private.h | 12 ++++++++----
53631  1 file changed, 8 insertions(+), 4 deletions(-)
53632
53633 commit 887c4b44165eeb8ac7fb09bc4474d11720b94a9e
53634 Author: Behdad Esfahbod <behdad@behdad.org>
53635 Date:   Sun May 17 21:06:08 2009 -0400
53636
53637     [HB] Cosmetic
53638
53639  src/hb-ot-layout-gsub-private.h | 4 ++--
53640  1 file changed, 2 insertions(+), 2 deletions(-)
53641
53642 commit ca5290f4994e1b2db4dac03f7a22b7071441ba06
53643 Author: Behdad Esfahbod <behdad@behdad.org>
53644 Date:   Sun May 17 20:48:27 2009 -0400
53645
53646     [HB] Start ChainContext and ReverseChainSingleSubst lookups
53647
53648  src/hb-ot-layout-gsub-private.h     | 269
53649  ++++++++----------------------------
53650  src/hb-ot-layout-gsubgpos-private.h | 214 +++++++++++++++++++++++++++-
53651  2 files changed, 268 insertions(+), 215 deletions(-)
53652
53653 commit 433f4aea741e39df079126769441b79ab64fd236
53654 Author: Behdad Esfahbod <behdad@behdad.org>
53655 Date:   Sun May 17 20:30:05 2009 -0400
53656
53657     [HB] Remove stale TODO
53658
53659  src/hb-ot-layout-private.h | 2 --
53660  1 file changed, 2 deletions(-)
53661
53662 commit 6f20f72e9c58ba23db2e31afa5d331acfea3d77e
53663 Author: Behdad Esfahbod <behdad@behdad.org>
53664 Date:   Sun May 17 20:28:01 2009 -0400
53665
53666     [HB] Split Layout-common tables into new files
53667
53668  src/hb-ot-layout-common-private.h   | 429
53669  ++++++++++++++++++++++++++++++++++++
53670  src/hb-ot-layout-gdef-private.h     |   3 +-
53671  src/hb-ot-layout-gsub-private.h     |   1 +
53672  src/hb-ot-layout-gsubgpos-private.h |   2 +
53673  src/hb-ot-layout-open-private.h     | 408
53674  ----------------------------------
53675  5 files changed, 434 insertions(+), 409 deletions(-)
53676
53677 commit f45107fe0904414f1266648a6c42849c494fe611
53678 Author: Behdad Esfahbod <behdad@behdad.org>
53679 Date:   Sun May 17 20:13:02 2009 -0400
53680
53681     [HB] More shuffling
53682
53683  src/hb-ot-layout-gsub-private.h     | 71
53684  +++++++++++++++++++++----------------
53685  src/hb-ot-layout-gsubgpos-private.h | 30 ++++++++++++++++
53686  src/hb-ot-layout-open-private.h     | 41 ---------------------
53687  3 files changed, 71 insertions(+), 71 deletions(-)
53688
53689 commit f8dc67b3c24dfc805da756a73cb217b36e16b4b8
53690 Author: Behdad Esfahbod <behdad@behdad.org>
53691 Date:   Sun May 17 19:47:54 2009 -0400
53692
53693     [HB] Cleanup format unions
53694
53695  src/hb-ot-layout-gdef-private.h     | 18 ++++----
53696  src/hb-ot-layout-gsub-private.h     | 87
53697  +++++++++++++++++++------------------
53698  src/hb-ot-layout-gsubgpos-private.h | 16 +++----
53699  src/hb-ot-layout-open-private.h     | 41 +++++++----------
53700  4 files changed, 77 insertions(+), 85 deletions(-)
53701
53702 commit da1097bc3b1995776c205707fd2b17603b804646
53703 Author: Behdad Esfahbod <behdad@behdad.org>
53704 Date:   Sun May 17 19:31:18 2009 -0400
53705
53706     [HB] Use four bytes for Null Tag, not 5
53707
53708  src/hb-ot-layout-open-private.h | 4 +++-
53709  1 file changed, 3 insertions(+), 1 deletion(-)
53710
53711 commit 19fc24f268b985d30971307ac2055622d11cb21f
53712 Author: Behdad Esfahbod <behdad@behdad.org>
53713 Date:   Sun May 17 09:45:32 2009 -0400
53714
53715     [HB] Couple size checks
53716
53717  src/hb-ot-layout-gsub-private.h     | 7 +++++--
53718  src/hb-ot-layout-gsubgpos-private.h | 4 ++--
53719  src/hb-ot-layout-open-private.h     | 4 ++--
53720  3 files changed, 9 insertions(+), 6 deletions(-)
53721
53722 commit ecf17e849db19599bbb816d0018380ebf979576b
53723 Author: Behdad Esfahbod <behdad@behdad.org>
53724 Date:   Sun May 17 09:34:41 2009 -0400
53725
53726     [HB] Propagate property of first glyph
53727
53728     This slightly grows code size.
53729
53730  src/hb-ot-layout-gsub-private.h     | 100
53731  +++++++++++++++++++-----------------
53732  src/hb-ot-layout-gsubgpos-private.h |   7 +--
53733  2 files changed, 56 insertions(+), 51 deletions(-)
53734
53735 commit eca8e33710cfce51454e64d974ff0c28b0eefa14
53736 Author: Behdad Esfahbod <behdad@behdad.org>
53737 Date:   Sun May 17 09:07:27 2009 -0400
53738
53739     [GSUB] Further optimize the main switch
53740
53741  src/hb-ot-layout-gsub-private.h | 31 +++++++++++++++++--------------
53742  1 file changed, 17 insertions(+), 14 deletions(-)
53743
53744 commit 13068232e7054748ae5ba0d961ee5a95b959e92e
53745 Author: Behdad Esfahbod <behdad@behdad.org>
53746 Date:   Sun May 17 08:59:01 2009 -0400
53747
53748     [HB] Unify first glyph property checking
53749
53750  src/hb-ot-layout-gsub-private.h     | 81
53751  ++++++++++++++++---------------------
53752  src/hb-ot-layout-gsubgpos-private.h | 12 ------
53753  2 files changed, 35 insertions(+), 58 deletions(-)
53754
53755 commit 66bf7ce4e3135535c110a917178b84c4a2b1d11f
53756 Author: Behdad Esfahbod <behdad@behdad.org>
53757 Date:   Sun May 17 08:28:42 2009 -0400
53758
53759     [HB] Move Context matching logic out of GSUB
53760
53761  src/hb-ot-layout-gdef-private.h     |   2 -
53762  src/hb-ot-layout-gsub-private.h     | 331
53763  +---------------------------------
53764  src/hb-ot-layout-gsubgpos-private.h | 347
53765  ++++++++++++++++++++++++++++++++++++
53766  3 files changed, 352 insertions(+), 328 deletions(-)
53767
53768 commit a1625528cd5ed94bc8f18903da3300e823ee5b54
53769 Author: Behdad Esfahbod <behdad@behdad.org>
53770 Date:   Sun May 17 07:52:11 2009 -0400
53771
53772     [GSUB] Unify ContextSubst matching
53773
53774  src/hb-ot-layout-gsub-private.h | 378
53775  ++++++++++++++++------------------------
53776  1 file changed, 154 insertions(+), 224 deletions(-)
53777
53778 commit c36238bea40e9e2b589028eb6de0710455b31585
53779 Author: Behdad Esfahbod <behdad@behdad.org>
53780 Date:   Sun May 17 07:39:34 2009 -0400
53781
53782     [HB] Renames
53783
53784  src/hb-ot-layout-gsub-private.h | 122
53785  ++++++++++++++++++++--------------------
53786  1 file changed, 61 insertions(+), 61 deletions(-)
53787
53788 commit 15c3e75b39797a153b6bc0598f87b27c4a487228
53789 Author: Behdad Esfahbod <behdad@behdad.org>
53790 Date:   Sun May 17 06:03:42 2009 -0400
53791
53792     [HB] Simplify buffer
53793
53794  src/harfbuzz-buffer-private.h   | 14 ++++++--------
53795  src/harfbuzz-buffer.c           | 35 ++++++++++++++++-------------------
53796  src/harfbuzz-gsub.c             |  6 +++---
53797  src/hb-ot-layout-gsub-private.h | 12 ++++++------
53798  4 files changed, 31 insertions(+), 36 deletions(-)
53799
53800 commit 36f78446cef8a7cbae000d5e742c9d13e1cc7f83
53801 Author: Behdad Esfahbod <behdad@behdad.org>
53802 Date:   Sun May 17 05:52:32 2009 -0400
53803
53804     [HB] Add TODO item
53805
53806  src/TODO              | 1 +
53807  src/harfbuzz-buffer.c | 2 +-
53808  2 files changed, 2 insertions(+), 1 deletion(-)
53809
53810 commit ee58aaebd296ea8237516754fd4e825d524b11b7
53811 Author: Behdad Esfahbod <behdad@behdad.org>
53812 Date:   Sun May 17 05:14:33 2009 -0400
53813
53814     [HB] Update copyright years
53815
53816  src/hb-ot-layout-gdef-private.h | 2 +-
53817  src/hb-ot-layout-open-private.h | 2 +-
53818  src/hb-ot-layout.cc             | 2 +-
53819  src/main.cc                     | 2 +-
53820  4 files changed, 4 insertions(+), 4 deletions(-)
53821
53822 commit f4c9514935cf97a58dcb3b1962ac3f3b5ba61264
53823 Author: Behdad Esfahbod <behdad@behdad.org>
53824 Date:   Sun May 17 04:59:56 2009 -0400
53825
53826     [HB] Simplify more arrays
53827
53828  src/hb-ot-layout-open-private.h | 241
53829  ++++++++++++++++------------------------
53830  src/hb-ot-layout.cc             |   8 +-
53831  2 files changed, 100 insertions(+), 149 deletions(-)
53832
53833 commit c9a7cbe9cb52264af9954e5ce9ac7a45d7e310cd
53834 Author: Behdad Esfahbod <behdad@behdad.org>
53835 Date:   Sun May 17 01:22:51 2009 -0400
53836
53837     [HB] Use ArrayOf<> in GSUB
53838
53839  src/hb-ot-layout-gdef-private.h |   3 +-
53840  src/hb-ot-layout-gsub-private.h | 157
53841  +++++++++++++---------------------------
53842  src/hb-ot-layout-open-private.h |   5 --
53843  3 files changed, 53 insertions(+), 112 deletions(-)
53844
53845 commit 5f810363acc3ad3cba631a68620e3d37e54c95c4
53846 Author: Behdad Esfahbod <behdad@behdad.org>
53847 Date:   Sun May 17 00:54:25 2009 -0400
53848
53849     [HB] Add ArrayOf<>
53850
53851  src/hb-ot-layout-gdef-private.h | 62 ++++++++-------------------------
53852  src/hb-ot-layout-open-private.h | 77
53853  ++++++++++++++++++++++++++++++-----------
53854  2 files changed, 71 insertions(+), 68 deletions(-)
53855
53856 commit 238c855fcd4f0ef97a94a8662d2a2f2bb5c21ecb
53857 Author: Behdad Esfahbod <behdad@behdad.org>
53858 Date:   Sun May 17 00:22:37 2009 -0400
53859
53860     [HB] Use OffsetTo<> for Coverage
53861
53862  src/hb-ot-layout-gdef-private.h |  1 +
53863  src/hb-ot-layout-gsub-private.h | 55
53864  ++++++++++++++++-------------------------
53865  src/hb-ot-layout-open-private.h | 10 +-------
53866  3 files changed, 23 insertions(+), 43 deletions(-)
53867
53868 commit 3d54bd1293069fc3d3bdeeea8ad45036f3ee65f3
53869 Author: Behdad Esfahbod <behdad@behdad.org>
53870 Date:   Sun May 17 00:15:51 2009 -0400
53871
53872     [HB] Use OffsetTo<> in more places
53873
53874  src/hb-ot-layout-gdef-private.h | 12 +++++-------
53875  src/hb-ot-layout-open-private.h |  4 ++++
53876  2 files changed, 9 insertions(+), 7 deletions(-)
53877
53878 commit 9e4d9d7b2721859172bc9c59c1aea27b01eb9c07
53879 Author: Behdad Esfahbod <behdad@behdad.org>
53880 Date:   Sun May 17 00:09:20 2009 -0400
53881
53882     [HB] Add OffsetTo template.
53883
53884  src/hb-ot-layout-gdef-private.h | 26 ++++++++++++++------------
53885  src/hb-ot-layout-gsub-private.h |  6 +++---
53886  src/hb-ot-layout-open-private.h | 27 ++++++++++++++++++---------
53887  3 files changed, 35 insertions(+), 24 deletions(-)
53888
53889 commit e07f89295b9b38d233dfd4acec1f6b4a3416f267
53890 Author: Behdad Esfahbod <behdad@behdad.org>
53891 Date:   Sat May 16 23:20:48 2009 -0400
53892
53893     [HB] Automate int-type size assertion
53894
53895  src/hb-ot-layout-open-private.h | 13 +++----------
53896  1 file changed, 3 insertions(+), 10 deletions(-)
53897
53898 commit 8b8358033184198ff638ee1379093717596e162d
53899 Author: Behdad Esfahbod <behdad@behdad.org>
53900 Date:   Sat May 16 22:48:14 2009 -0400
53901
53902     [HB] Use templates for Null objects
53903
53904     Also use a common pool for all nul-content ones.
53905
53906  src/hb-ot-layout-gdef-private.h |  12 ++--
53907  src/hb-ot-layout-gsub-private.h |  28 ++++----
53908  src/hb-ot-layout-open-private.h | 142
53909  +++++++++++++++++++++++-----------------
53910  src/hb-ot-layout.cc             |   8 +--
53911  4 files changed, 105 insertions(+), 85 deletions(-)
53912
53913 commit 6e13d4140158aff736647fc53d8c0ae3a02c2afc
53914 Author: Behdad Esfahbod <behdad@behdad.org>
53915 Date:   Sat May 16 20:15:16 2009 -0400
53916
53917     [HB] Remove obsolete comment
53918
53919  src/hb-ot-layout-gdef-private.h | 1 -
53920  1 file changed, 1 deletion(-)
53921
53922 commit 9f721cf380954d67415dbfd0404a983cdd75b7df
53923 Author: Behdad Esfahbod <behdad@behdad.org>
53924 Date:   Sat May 16 19:59:15 2009 -0400
53925
53926     [GSUB] Start ChainContextSubst
53927
53928  src/hb-ot-layout-gsub-private.h | 50
53929  ++++++++++++++++++++++++++++++++---------
53930  1 file changed, 39 insertions(+), 11 deletions(-)
53931
53932 commit 7fca9e5245d2d283e8b5354eb1ddf553a7ffc033
53933 Author: Behdad Esfahbod <behdad@behdad.org>
53934 Date:   Sat May 16 19:44:24 2009 -0400
53935
53936     [GSUB] Implement ContextSubstFormat3
53937
53938  src/hb-ot-layout-gsub-private.h | 62
53939  ++++++++++++++++++++++++++++++++++++++++-
53940  1 file changed, 61 insertions(+), 1 deletion(-)
53941
53942 commit 1ff926a5681b5d4bfce65351062cda9dc1ffeba2
53943 Author: Behdad Esfahbod <behdad@behdad.org>
53944 Date:   Fri May 15 20:25:37 2009 -0400
53945
53946     [GSUB] Implement ContextSubstFormat2
53947
53948  src/hb-ot-layout-gsub-private.h | 105
53949  +++++++++++++++++++++++++++++++++++++---
53950  1 file changed, 97 insertions(+), 8 deletions(-)
53951
53952 commit fc36d9453ed7edb0a570abc44d7caa87aafb0fcf
53953 Author: Behdad Esfahbod <behdad@behdad.org>
53954 Date:   Fri May 15 20:11:10 2009 -0400
53955
53956     [GSUB] Add GSUB::substitute_lookup()
53957
53958  src/hb-ot-layout-gsub-private.h | 7 +++++++
53959  src/hb-ot-layout.cc             | 5 +----
53960  2 files changed, 8 insertions(+), 4 deletions(-)
53961
53962 commit c43562b2a7587fa3f9ef4c1c4338e4eda77368b5
53963 Author: Behdad Esfahbod <behdad@behdad.org>
53964 Date:   Fri May 15 18:54:53 2009 -0400
53965
53966     [GSUB] Finish ContextSubstFormat1
53967
53968  src/hb-ot-layout-gsub-private.h | 77
53969  ++++++++++++++++++++++++++++++++---------
53970  src/hb-ot-layout-private.h      | 14 ++++++++
53971  src/hb-ot-layout.cc             | 13 -------
53972  3 files changed, 74 insertions(+), 30 deletions(-)
53973
53974 commit 5ee21896224e3a9835a9695037a94ccf1c35a217
53975 Author: Behdad Esfahbod <behdad@behdad.org>
53976 Date:   Fri May 15 13:28:56 2009 -0400
53977
53978     [HB] Fix typo
53979
53980  src/hb-ot-layout-open-private.h | 2 +-
53981  1 file changed, 1 insertion(+), 1 deletion(-)
53982
53983 commit 6b59c9b445b6d2454008c83a2c7d6a995ea5995e
53984 Author: Behdad Esfahbod <behdad@behdad.org>
53985 Date:   Fri May 15 01:00:36 2009 -0400
53986
53987     [HB] Add TODO item
53988
53989  src/TODO | 1 +
53990  1 file changed, 1 insertion(+)
53991
53992 commit c5419b6cf28822e07f1ef9b0394825e9cb01a445
53993 Author: Behdad Esfahbod <behdad@behdad.org>
53994 Date:   Fri May 8 21:17:56 2009 -0400
53995
53996     [HB] Remove DEFINE_NON_INSTANTIABLE
53997
53998  src/hb-ot-layout-gdef-private.h |  2 --
53999  src/hb-ot-layout-gsub-private.h |  3 ---
54000  src/hb-ot-layout-open-private.h | 18 +-----------------
54001  3 files changed, 1 insertion(+), 22 deletions(-)
54002
54003 commit 0dff25f0368c5f14ebb0a4af35f3bb6658740d57
54004 Author: Behdad Esfahbod <behdad@behdad.org>
54005 Date:   Fri May 8 21:12:18 2009 -0400
54006
54007     [HB] Remove get_size()
54008
54009  src/hb-ot-layout-gdef-private.h |  9 ------
54010  src/hb-ot-layout-gsub-private.h | 63
54011  -----------------------------------------
54012  src/hb-ot-layout-open-private.h | 42 ++-------------------------
54013  3 files changed, 3 insertions(+), 111 deletions(-)
54014
54015 commit 25c6c9a3f6c062ec639d9202a8b9844be64d6fc0
54016 Author: Behdad Esfahbod <behdad@behdad.org>
54017 Date:   Fri May 8 19:09:17 2009 -0400
54018
54019     [GSUB] ContextSubst format 1
54020
54021  src/hb-ot-layout-gsub-private.h | 52
54022  +++++++++++++++++++++++++++++++++++------
54023  1 file changed, 45 insertions(+), 7 deletions(-)
54024
54025 commit f70229510303109bd0f71423cdf13aa200066d17
54026 Author: Behdad Esfahbod <behdad@behdad.org>
54027 Date:   Fri May 8 18:45:53 2009 -0400
54028
54029     [GSUB] Shuffle
54030
54031  src/hb-ot-layout-gsub-private.h | 170
54032  ++++++++++++++++++++--------------------
54033  1 file changed, 86 insertions(+), 84 deletions(-)
54034
54035 commit a83e08f8728439ef75e3dfab2191ac913d8f907b
54036 Author: Behdad Esfahbod <behdad@behdad.org>
54037 Date:   Thu May 7 12:53:02 2009 -0400
54038
54039     [HarfBuzz] Start a TODO file
54040
54041  src/TODO | 1 +
54042  1 file changed, 1 insertion(+)
54043
54044 commit eed05b04ebc2cbb3fa699c99200db12a0081cefb
54045 Author: Behdad Esfahbod <behdad@behdad.org>
54046 Date:   Wed May 6 00:25:59 2009 -0400
54047
54048     [GSUB] minor
54049
54050  src/hb-ot-layout-open-private.h | 6 ++++--
54051  1 file changed, 4 insertions(+), 2 deletions(-)
54052
54053 commit cdb317bc4e188421cad997b448abb19223d39e96
54054 Author: Behdad Esfahbod <behdad@behdad.org>
54055 Date:   Wed May 6 00:12:29 2009 -0400
54056
54057     [GSUB] Towards Context subtitutes
54058
54059  src/hb-ot-layout-gsub-private.h | 137
54060  +++++++++++++++++++++++++++++++---------
54061  1 file changed, 108 insertions(+), 29 deletions(-)
54062
54063 commit c9c6a78aec2b16ac06dfca8cbfaf28a77a10bae2
54064 Author: Behdad Esfahbod <behdad@behdad.org>
54065 Date:   Tue May 5 16:22:02 2009 -0400
54066
54067     [GSUB] Minor refactoring
54068
54069  src/hb-ot-layout-gsub-private.h | 42
54070  ++++++++++++++++++++++-------------------
54071  1 file changed, 23 insertions(+), 19 deletions(-)
54072
54073 commit bb3899a579b00134b24df8891b69bf1621a8190f
54074 Author: Behdad Esfahbod <behdad@behdad.org>
54075 Date:   Tue May 5 13:25:13 2009 -0400
54076
54077     [GSUB] Implement ligature substitutions
54078
54079  src/Makefile.am                 |   2 +
54080  src/hb-ot-layout-gsub-private.h | 113
54081  ++++++++++++++++++++++++++++++++--------
54082  2 files changed, 93 insertions(+), 22 deletions(-)
54083
54084 commit 38b011a293181856463dd08d43e2106e5bf1d56e
54085 Author: Behdad Esfahbod <behdad@behdad.org>
54086 Date:   Mon May 4 20:21:57 2009 -0400
54087
54088     [GSUB] Hook new GSUB up in Pango
54089
54090  src/hb-ot-layout-gsub-private.h | 15 ++++++++++-----
54091  1 file changed, 10 insertions(+), 5 deletions(-)
54092
54093 commit a84e71ad11a72feff47ead16772a8c4bcf4f69d5
54094 Author: Behdad Esfahbod <behdad@behdad.org>
54095 Date:   Thu Apr 16 16:53:40 2009 -0400
54096
54097     [GSUB] Start Ligature subtable support
54098
54099  src/hb-ot-layout-gsub-private.h | 132
54100  +++++++++++++++++++++++++++++-----------
54101  src/hb-ot-layout.h              |   2 +-
54102  2 files changed, 96 insertions(+), 38 deletions(-)
54103
54104 commit 52886ca56b24a8335614b1df16a33dd4e2d7ae56
54105 Author: Behdad Esfahbod <behdad@behdad.org>
54106 Date:   Thu Apr 16 14:19:42 2009 -0400
54107
54108     [GSUB] Implement Alternate subtables
54109
54110  src/hb-ot-layout-gsub-private.h | 104
54111  ++++++++++++++++++++++++++++++++++++----
54112  src/hb-ot-layout-open-private.h |   2 +-
54113  2 files changed, 97 insertions(+), 9 deletions(-)
54114
54115 commit 4f27ce7e0213ac5ba356f0fd2ec0a175ffd002e6
54116 Author: Behdad Esfahbod <behdad@behdad.org>
54117 Date:   Thu Apr 16 13:40:13 2009 -0400
54118
54119     [GSUB] Implement Extension subtables
54120
54121  src/hb-ot-layout-gsub-private.h | 169
54122  +++++++++++++++++++++++++---------------
54123  1 file changed, 108 insertions(+), 61 deletions(-)
54124
54125 commit 83e61ff4702121d3418fe82a8fe7ef6bb63bb5d2
54126 Author: Behdad Esfahbod <behdad@behdad.org>
54127 Date:   Thu Apr 16 12:30:51 2009 -0400
54128
54129     [GSUB] Fix reverse lookup loop like we did in the old code before
54130
54131  src/hb-ot-layout-gsub-private.h | 2 +-
54132  1 file changed, 1 insertion(+), 1 deletion(-)
54133
54134 commit 5a0b791184cf6ef39eae0570e14aca21abc32845
54135 Author: Behdad Esfahbod <behdad@behdad.org>
54136 Date:   Thu Apr 16 04:45:30 2009 -0400
54137
54138     [harfbuzz/GSUB] towards a partially working GSUB
54139
54140  src/harfbuzz-buffer.c           |   2 +-
54141  src/harfbuzz-impl.h             |   2 +-
54142  src/harfbuzz.c                  |   1 -
54143  src/hb-ot-layout-gdef-private.h |   4 +-
54144  src/hb-ot-layout-gsub-private.h | 383
54145  +++++++++++++++++++++++++++++-----------
54146  src/hb-ot-layout-open-private.h |  31 +++-
54147  src/hb-ot-layout-private.h      |   6 +-
54148  src/hb-ot-layout.cc             |  94 +++++++---
54149  src/hb-ot-layout.h              |   2 -
54150  9 files changed, 381 insertions(+), 144 deletions(-)
54151
54152 commit 30bd763fa2fa4aceee51433ec9fc8dc28480b5d7
54153 Author: Behdad Esfahbod <behdad@behdad.org>
54154 Date:   Wed Apr 15 22:56:15 2009 -0400
54155
54156     Implement the first substitute()
54157
54158  src/harfbuzz-buffer-private.h   |  8 ++--
54159  src/harfbuzz-buffer.c           |  4 +-
54160  src/harfbuzz-buffer.h           |  2 +-
54161  src/harfbuzz-gdef-private.h     |  4 +-
54162  src/harfbuzz-gdef.c             |  6 +--
54163  src/harfbuzz-gdef.h             |  2 +-
54164  src/harfbuzz-gpos.c             |  8 ++--
54165  src/harfbuzz-gpos.h             |  2 +-
54166  src/harfbuzz-gsub.h             |  2 +-
54167  src/hb-ot-layout-gsub-private.h | 88
54168  +++++++++++++++++++++++++++++++++++++----
54169  src/hb-ot-layout-open-private.h |  2 +-
54170  src/hb-ot-layout-private.h      | 23 ++++++-----
54171  src/hb-ot-layout.cc             | 54 +++++++++++++++++--------
54172  src/hb-ot-layout.h              |  2 +-
54173  14 files changed, 151 insertions(+), 56 deletions(-)
54174
54175 commit ce48f03946bef895912019046bdbe62bb1301d0b
54176 Merge: 0e13beeb 2d15e72c
54177 Author: Behdad Esfahbod <behdad@behdad.org>
54178 Date:   Mon Nov 2 14:35:51 2009 -0500
54179
54180     Merge harfbuzz-ng
54181
54182 commit 0e13beeb93077750183a8242780158b88df81e26
54183 Author: Behdad Esfahbod <behdad@behdad.org>
54184 Date:   Fri Apr 17 17:03:39 2009 -0400
54185
54186     Use git.mk
54187
54188  src/Makefile.am | 2 ++
54189  1 file changed, 2 insertions(+)
54190
54191 commit 2d15e72c75931398db5e027e660f1320bb979117
54192 Author: Behdad Esfahbod <behdad@behdad.org>
54193 Date:   Wed Apr 15 19:50:16 2009 -0400
54194
54195     Give it a start at GSUB
54196
54197  src/hb-common.h                 |   5 +-
54198  src/hb-ot-layout-gdef-private.h |  24 ++++----
54199  src/hb-ot-layout-gsub-private.h | 120
54200  +++++++++++++++++++++++++++++++++++++++-
54201  src/hb-ot-layout-open-private.h |  51 ++++++++++-------
54202  src/hb-ot-layout-private.h      |   2 +-
54203  src/hb-ot-layout.cc             |  63 +++++++++++++++++++--
54204  src/hb-ot-layout.h              |  29 +++++++++-
54205  src/main.cc                     |   4 +-
54206  8 files changed, 253 insertions(+), 45 deletions(-)
54207
54208 commit 9d870f2a558f4e463e3ff953312202a8d144158b
54209 Author: Behdad Esfahbod <behdad@behdad.org>
54210 Date:   Thu Apr 9 13:30:26 2009 -0400
54211
54212     Bug 577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD
54213
54214     Detect TrueType Collections by checking the font data header instead
54215     of checking for "face->num_faces >1".
54216
54217  src/harfbuzz-stream.c | 11 +++++++++--
54218  1 file changed, 9 insertions(+), 2 deletions(-)
54219
54220 commit d49caf1f77743550d83fc7feced1293ba34a4e99
54221 Author: Behdad Esfahbod <behdad@behdad.org>
54222 Date:   Mon Mar 2 15:16:11 2009 +0330
54223
54224     [opentype] Protect against illegal access for arrays of length zero
54225
54226  src/harfbuzz-gpos.c | 22 ++++++++++++++++++----
54227  src/harfbuzz-gsub.c |  6 ++++++
54228  2 files changed, 24 insertions(+), 4 deletions(-)
54229
54230 commit 66871797af194f9d2161faf8bfbc9684f09e207e
54231 Author: Behdad Esfahbod <behdad@behdad.org>
54232 Date:   Mon Mar 2 14:20:20 2009 +0330
54233
54234     [opentype] Use size_t instead of uint for malloc wrappers
54235
54236  src/harfbuzz-impl.c | 4 ++--
54237  src/harfbuzz-impl.h | 6 ++++--
54238  2 files changed, 6 insertions(+), 4 deletions(-)
54239
54240 commit 3664e59c52ed56486a3e38126c0c3abb78f42233
54241 Author: Behdad Esfahbod <behdad@behdad.org>
54242 Date:   Mon Mar 2 11:09:29 2009 +0330
54243
54244     Fix Bug 572529 – Poor -I ordering can break build
54245
54246  src/Makefile.am | 4 ++--
54247  1 file changed, 2 insertions(+), 2 deletions(-)
54248
54249 commit aca4d11388eedd532a73bd34747abb65c0ea9291
54250 Author: Behdad Esfahbod <behdad@gnome.org>
54251 Date:   Mon Feb 2 00:13:07 2009 +0000
54252
54253     Allocate all array rows in a single ALLOC call. Saves over 100
54254     alloc calls
54255
54256     2009-01-31  Behdad Esfahbod  <behdad@gnome.org>
54257
54258             * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array),
54259             (Free_Mark2Array):
54260             Allocate all array rows in a single ALLOC call.  Saves over
54261             100
54262             alloc calls when loading DejaVu Sans,
54263
54264  src/harfbuzz-gpos.c | 59
54265  +++++++++++++++--------------------------------------
54266  1 file changed, 17 insertions(+), 42 deletions(-)
54267
54268 commit c561d69c721105b78bb06d1e3c5f21ca314d924a
54269 Author: Behdad Esfahbod <behdad@gnome.org>
54270 Date:   Thu Jan 29 09:20:08 2009 +0000
54271
54272     Remove ClassDef->Defined field. This is the comment accompanying it:
54273
54274     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
54275
54276             * pango/opentype/harfbuzz-open.h:
54277             * pango/opentype/harfbuzz-gdef.c (Make_ClassRange),
54278             (HB_GDEF_Build_ClassDefinition):
54279             * pango/opentype/harfbuzz-gpos.c (Load_PosClassRule),
54280             (Load_ChainPosClassRule):
54281             * pango/opentype/harfbuzz-gsub.c (Load_SubClassRule),
54282             (Load_ChainSubClassRule):
54283             * pango/opentype/harfbuzz-open.c (Load_ClassDef1),
54284             (Load_ClassDef2), (_HB_OPEN_Load_ClassDefinition),
54285             (_HB_OPEN_Load_EmptyClassDefinition),
54286             (_HB_OPEN_Free_ClassDefinition):
54287             Remove ClassDef->Defined field.  This is the comment
54288             accompanying it:
54289
54290               The `Defined' field is not defined in the OpenType
54291               specification
54292               but apparently needed for processing fonts like trado.ttf:
54293               This
54294               font refers to a class which contains not a single element.
54295               We
54296               map such classes to class 0.
54297
54298             The comment is correct that trado.ttf (MS Traditional
54299             Arabic) uses
54300             such classes.  However, in my testing I couldn't identify any
54301             problems with the font if the special handling is removed.
54302             I also
54303             processed as many fonts as I could get my hand on and
54304             trado.ttf was
54305             the only not-totally-broken font hitting the special-case
54306             code.
54307             DejaVu fonts hit it too, but I'm sure they do not require the
54308             special-handling code.  Most probably, that code introduces
54309             bugs
54310             in them.
54311
54312             The special-casing was consuming lots of memory.
54313             EIGHT MEGABYTES
54314             for loading DejaVu Sans!  While this could be complete
54315             fixed, I
54316             decided to remove the special-handling code altogether.
54317             I don't
54318             think it will make any real difference, and if it does,
54319             we'll fix
54320             fonts.  Such hacks will not be in harfbuzz-ng anyway.
54321
54322             Bug originally reported by nsf.
54323
54324  src/harfbuzz-gdef.c |  8 --------
54325  src/harfbuzz-gpos.c | 32 --------------------------------
54326  src/harfbuzz-gsub.c | 31 -------------------------------
54327  src/harfbuzz-open.c | 30 +++---------------------------
54328  src/harfbuzz-open.h |  8 --------
54329  5 files changed, 3 insertions(+), 106 deletions(-)
54330
54331 commit 9372edd6f020c92609853609dcb504c72551c9c3
54332 Author: Behdad Esfahbod <behdad@gnome.org>
54333 Date:   Thu Jan 29 09:19:56 2009 +0000
54334
54335     Use calloc(), instead of malloc()ing and memset()ing.
54336
54337     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
54338
54339             * pango/opentype/harfbuzz-impl.c (_hb_alloc): Use calloc(),
54340             instead of malloc()ing and memset()ing.
54341
54342  src/harfbuzz-impl.c | 4 +---
54343  1 file changed, 1 insertion(+), 3 deletions(-)
54344
54345 commit 94c21d26ba878b3168a21f2e76f02bc52e8fe6fd
54346 Author: Behdad Esfahbod <behdad@gnome.org>
54347 Date:   Thu Jan 29 09:19:43 2009 +0000
54348
54349     Remove old cruft.
54350
54351     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
54352
54353             * pango/opentype/harfbuzz-dump-main.c (main): Remove old
54354             cruft.
54355
54356  src/harfbuzz-dump-main.c | 144
54357  +----------------------------------------------
54358  1 file changed, 1 insertion(+), 143 deletions(-)
54359
54360 commit 0a47c4f78e8a9e81cd305f24ec92ea61ead7dd8d
54361 Author: Behdad Esfahbod <behdad@gnome.org>
54362 Date:   Thu Jan 29 09:19:20 2009 +0000
54363
54364     Allocate all array rows in a single ALLOC call. Saves over 2000 alloc
54365
54366     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
54367
54368             * pango/opentype/harfbuzz-gpos.c (Load_BaseArray),
54369             (Free_BaseArray):
54370             Allocate all array rows in a single ALLOC call.  Saves over
54371             2000
54372             alloc calls when loading DejaVu Sans!
54373
54374  src/harfbuzz-gpos.c | 57
54375  ++++++++++++++++-------------------------------------
54376  1 file changed, 17 insertions(+), 40 deletions(-)
54377
54378 commit 549be924bccd187f53791dfa27647981ac909545
54379 Author: Behdad Esfahbod <behdad@gnome.org>
54380 Date:   Fri Dec 26 02:31:47 2008 +0000
54381
54382     Bug 469049 – Fix all compiler warnings
54383
54384     2008-12-25  Behdad Esfahbod  <behdad@gnome.org>
54385
54386             Bug 469049 – Fix all compiler warnings
54387
54388             * pango-view/viewer-pangocairo.c (render_callback):
54389             * pango/fonts.c (append_field),
54390             (pango_font_description_to_string):
54391             * pango/opentype/harfbuzz-dump.c:
54392             * pango/pango-bidi-type.c
54393             (pango_log2vis_get_embedding_levels):
54394             * pango/pango-coverage.c (pango_coverage_set):
54395             * pango/pango-markup.c (span_parse_func):
54396             * pango/pango-renderer.c
54397             (pango_renderer_default_draw_error_underline):
54398             * pango/pango-utils.c (pango_scan_string):
54399             * pango/pangocairo-render.c
54400             (pango_cairo_renderer_draw_trapezoid),
54401             (draw_error_underline), (pango_cairo_renderer_class_init):
54402             Fix all the remaining warnings.
54403
54404  src/harfbuzz-dump.c | 3 +++
54405  1 file changed, 3 insertions(+)
54406
54407 commit 719f9eaa755396ff377da10c5eeced01d3456b1b
54408 Author: Behdad Esfahbod <behdad@gnome.org>
54409 Date:   Fri Dec 26 02:31:35 2008 +0000
54410
54411     Fix more warnings.
54412
54413     2008-12-25  Behdad Esfahbod  <behdad@gnome.org>
54414
54415             * pango/modules.c (pango_module_load), (script_info_free):
54416             * pango/opentype/harfbuzz-gpos.c (HB_Load_GPOS_Table):
54417             * pango/pango-bidi-type.c:
54418             * pango/pango-coverage.c (pango_coverage_ref),
54419             (pango_coverage_unref):
54420             * pango/pango-engine.c (pango_engine_shape_real_covers),
54421             (fallback_engine_shape), (fallback_engine_covers):
54422             * pango/pango-fontmap.c (pango_font_map_init):
54423             * pango/pango-ot-ruleset.c (pango_ot_ruleset_finalize),
54424             (pango_ot_ruleset_new):
54425             * pango/pangofc-decoder.c (pango_fc_decoder_init),
54426             (pango_fc_decoder_class_init):
54427             * pango/pangofc-font.c (pango_fc_font_find_shaper),
54428             (pango_fc_font_get_coverage):
54429             * pango/pangofc-fontmap.c (pango_fc_font_map_list_families),
54430             (pango_fc_make_pattern), (pango_fc_font_map_get_patterns),
54431             (get_first_font), (_pango_fc_font_map_get_coverage),
54432             (cleanup_font), (pango_fc_font_description_from_pattern),
54433             (pango_fc_face_list_sizes), (pango_fc_family_list_faces):
54434             * pango/pangoft2-fontmap.c
54435             (pango_ft2_font_map_get_resolution):
54436             * pango/pangoft2-render.c (pango_ft2_renderer_init),
54437             (pango_ft2_renderer_draw_trapezoid):
54438             * pango/pangoft2.c (pango_ft2_font_get_face),
54439             (pango_ft2_font_real_unlock_face),
54440             (pango_ft2_free_glyph_info_callback):
54441             Fix more warnings.
54442
54443  src/harfbuzz-gpos.c | 2 +-
54444  1 file changed, 1 insertion(+), 1 deletion(-)
54445
54446 commit 21f7d507f4b50e2743ab47954270f4c72d5a722a
54447 Author: Behdad Esfahbod <behdad@gnome.org>
54448 Date:   Wed Oct 15 03:45:29 2008 +0000
54449
54450     Bug 528272 – "Error loading GPOS table 5503" when using katakana
54451
54452     2008-10-14  Behdad Esfahbod  <behdad@gnome.org>
54453
54454             Bug 528272 – "Error loading GPOS table 5503" when using
54455             katakana
54456             characters
54457
54458             * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array): Skip
54459             parsing
54460             null anchor tables.
54461
54462  src/harfbuzz-gpos.c | 7 +++++++
54463  1 file changed, 7 insertions(+)
54464
54465 commit a26c6ae70502b4d60c52a0648662b1619c688b9a
54466 Author: Behdad Esfahbod <behdad@gnome.org>
54467 Date:   Mon Sep 29 22:28:47 2008 +0000
54468
54469     Fix left-to-right positioning. Reported by Peter Hunter.
54470
54471     2008-09-29  Behdad Esfahbod  <behdad@gnome.org>
54472
54473             * pango/opentype/harfbuzz-gpos.c (Position_CursiveChain):
54474             Fix left-to-right positioning.  Reported by Peter Hunter.
54475
54476  src/harfbuzz-gpos.c | 2 +-
54477  1 file changed, 1 insertion(+), 1 deletion(-)
54478
54479 commit b6c06c56a33f1e1ec15e3b525ecafe8fadc679db
54480 Author: Behdad Esfahbod <behdad@gnome.org>
54481 Date:   Sun Jun 29 18:30:14 2008 +0000
54482
54483     Bug 540592 – Crash in HB_GSUB_Apply_String with Linux-Libertine font
54484
54485     2008-06-29  Behdad Esfahbod  <behdad@gnome.org>
54486
54487             Bug 540592 – Crash in HB_GSUB_Apply_String with
54488             Linux-Libertine font
54489
54490             * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup):
54491             Fix reverse
54492             loops for type 8 lookups.
54493
54494  src/harfbuzz-gsub.c | 2 +-
54495  1 file changed, 1 insertion(+), 1 deletion(-)
54496
54497 commit c44733596c6648e209c12349e18e35424edf3d59
54498 Author: Behdad Esfahbod <behdad@behdad.org>
54499 Date:   Mon Feb 18 21:14:23 2008 -0500
54500
54501     [hb-ot-layout] Add proper namespace to accessors
54502
54503  src/hb-ot-layout.cc | 165
54504  ++++++++++++++++++++++++++++++++++++++--------------
54505  src/hb-ot-layout.h  | 115 +++++++++++++++++++++++-------------
54506  2 files changed, 198 insertions(+), 82 deletions(-)
54507
54508 commit 57225672098ebdafb0c06ae091a1b55635daca29
54509 Author: Behdad Esfahbod <behdad@behdad.org>
54510 Date:   Mon Feb 18 20:58:39 2008 -0500
54511
54512     Fix typo, add TODOs
54513
54514  src/hb-ot-layout-open-private.h | 5 ++++-
54515  1 file changed, 4 insertions(+), 1 deletion(-)
54516
54517 commit 4a26ea408c87f0bb59deca9ff44008d138471aa3
54518 Author: Behdad Esfahbod <behdad@behdad.org>
54519 Date:   Mon Jan 28 07:40:10 2008 -0500
54520
54521     Finish script, language, and feature public API
54522
54523  src/hb-ot-layout-open-private.h |  22 ++++++---
54524  src/hb-ot-layout.cc             | 107
54525  +++++++++++++++++++++++++++++++---------
54526  src/hb-ot-layout.h              |  34 ++++++++++++-
54527  3 files changed, 132 insertions(+), 31 deletions(-)
54528
54529 commit 706ab25a4cb043d46e6088aa0a7184ee200276c9
54530 Author: Behdad Esfahbod <behdad@behdad.org>
54531 Date:   Mon Jan 28 05:58:50 2008 -0500
54532
54533     Add script and language public getter API
54534
54535  src/hb-ot-layout-open-private.h |  40 ++++++++-----
54536  src/hb-ot-layout.cc             | 127
54537  +++++++++++++++++++++++++++++++++++++++-
54538  src/hb-ot-layout.h              |  56 ++++++++++++++++++
54539  src/main.cc                     |   2 +-
54540  4 files changed, 207 insertions(+), 18 deletions(-)
54541
54542 commit 40a81314fa3eb7c701aea47b43f81bfad985f717
54543 Author: Behdad Esfahbod <behdad@behdad.org>
54544 Date:   Mon Jan 28 02:30:48 2008 -0500
54545
54546     Make main.cc compile again, which means finished getter API
54547
54548  src/hb-ot-layout-open-private.h | 117
54549  +++++++++++++++++++++++++++++-----------
54550  src/main.cc                     |  99 +++++++++++++++++++++++-----------
54551  2 files changed, 155 insertions(+), 61 deletions(-)
54552
54553 commit e50c3978d37b2c0d6ddd4ced6a6196f6857cd596
54554 Author: Behdad Esfahbod <behdad@behdad.org>
54555 Date:   Mon Jan 28 00:16:49 2008 -0500
54556
54557     Rename HB_OT_Layout to hb_ot_layout_t
54558
54559  src/hb-ot-layout-private.h |  8 ++++----
54560  src/hb-ot-layout.cc        | 34 +++++++++++++++++-----------------
54561  src/hb-ot-layout.h         | 33 +++++++++++++++------------------
54562  3 files changed, 36 insertions(+), 39 deletions(-)
54563
54564 commit dfa811965133bc4d1696fa5a0166e17ed4142c98
54565 Author: Behdad Esfahbod <behdad@behdad.org>
54566 Date:   Mon Jan 28 00:12:21 2008 -0500
54567
54568     Rename hb_ot_layout_create() to hb_ot_layout_create_for_data()
54569
54570  src/hb-ot-layout.cc | 4 ++--
54571  src/hb-ot-layout.h  | 4 ++--
54572  2 files changed, 4 insertions(+), 4 deletions(-)
54573
54574 commit 54e5aac5e2947d4e2864c6f2987e4d275da73100
54575 Author: Behdad Esfahbod <behdad@behdad.org>
54576 Date:   Sun Jan 27 21:19:51 2008 -0500
54577
54578     GDEF completely working now
54579
54580  src/hb-ot-layout-open-private.h | 11 ++++++++---
54581  src/hb-ot-layout-private.h      | 16 +++++++++-------
54582  src/hb-ot-layout.cc             | 19 +++++++++----------
54583  src/hb-private.h                |  7 +++++++
54584  src/main.cc                     | 12 ++++++------
54585  5 files changed, 39 insertions(+), 26 deletions(-)
54586
54587 commit 6f425b11799aa20dab553085f05744191b7318e2
54588 Author: Behdad Esfahbod <behdad@behdad.org>
54589 Date:   Thu Jan 24 19:38:56 2008 -0500
54590
54591     [GDEF] Finish internal API
54592
54593  src/hb-ot-layout-private.h | 15 +++++++-
54594  src/hb-ot-layout.cc        | 95
54595  ++++++++++++++++++++++------------------------
54596  src/hb-ot-layout.h         | 16 ++++----
54597  3 files changed, 66 insertions(+), 60 deletions(-)
54598
54599 commit 590d55cbb9e21ef74dfd88eee51fd0a763958cd2
54600 Author: Behdad Esfahbod <behdad@behdad.org>
54601 Date:   Thu Jan 24 19:13:50 2008 -0500
54602
54603     [GDEF] Finish public API
54604
54605  src/hb-common.h                 |  11 ++++
54606  src/hb-ot-layout-gdef-private.h |  28 +++++----
54607  src/hb-ot-layout-open-private.h |  25 ++++----
54608  src/hb-ot-layout-private.h      |  23 ++------
54609  src/hb-ot-layout.cc             | 123
54610  +++++++++++++++++++++++++++++++++++++---
54611  src/hb-ot-layout.h              |  29 ++++++----
54612  6 files changed, 176 insertions(+), 63 deletions(-)
54613
54614 commit aff831ed6787abe8e24a977e34d97ff2e0b7dc21
54615 Author: Behdad Esfahbod <behdad@behdad.org>
54616 Date:   Thu Jan 24 06:03:45 2008 -0500
54617
54618     Implement glyph properties
54619
54620  src/hb-ot-layout-gdef-private.h | 10 ++++-
54621  src/hb-ot-layout-private.h      | 16 +++++++-
54622  src/hb-ot-layout.cc             | 84
54623  +++++++++++++++++++++++++++++++++++++----
54624  src/hb-ot-layout.h              | 25 ++++++++----
54625  4 files changed, 117 insertions(+), 18 deletions(-)
54626
54627 commit ead428d7a0bf4dc84340a99f3959e5cc58123e99
54628 Author: Behdad Esfahbod <behdad@behdad.org>
54629 Date:   Thu Jan 24 03:54:09 2008 -0500
54630
54631     More public api
54632
54633  src/hb-ot-layout-open-private.h | 32 +++++++++++++++++++-------------
54634  src/hb-ot-layout-private.h      |  9 ++++++---
54635  src/hb-ot-layout.cc             | 21 ++++++++++++++-------
54636  src/hb-ot-layout.h              |  2 --
54637  4 files changed, 39 insertions(+), 25 deletions(-)
54638
54639 commit fd92a3dde32fd10df30c9eeb97641bc3c15b1e9b
54640 Author: Behdad Esfahbod <behdad@behdad.org>
54641 Date:   Thu Jan 24 03:11:09 2008 -0500
54642
54643     Starting public interface
54644
54645  src/{Makefile => Makefile.ng}   |  0
54646  src/hb-ot-layout-gdef-private.h | 17 ++++----
54647  src/hb-ot-layout-gsub-private.h |  3 +-
54648  src/hb-ot-layout-open-private.h | 92
54649  +++++++++++++++++++++++++++++------------
54650  src/hb-ot-layout-private.h      | 51 +++++++++++++++++++++++
54651  src/hb-ot-layout.cc             | 67 ++++++++++++++++++++++++++++++
54652  src/hb-ot-layout.h              | 35 ++++++++++++++--
54653  src/main.cc                     |  1 +
54654  8 files changed, 225 insertions(+), 41 deletions(-)
54655
54656 commit 7d6b95b000ec6cd8ca93113b2d81a049ad2f9bbe
54657 Author: Behdad Esfahbod <behdad@src.gnome.org>
54658 Date:   Thu Jan 24 04:42:24 2008 +0000
54659
54660     Remove unused macro
54661
54662  src/harfbuzz-impl.h | 2 --
54663  1 file changed, 2 deletions(-)
54664
54665 commit 7586089c6fa8185cad8387869d3703c637e5cbb1
54666 Author: Behdad Esfahbod <behdad@behdad.org>
54667 Date:   Wed Jan 23 18:02:28 2008 -0500
54668
54669     Minor
54670
54671  src/hb-ot-layout-gdef-private.h | 37 +++++++++++++++++++++++++------
54672  src/hb-ot-layout-gsub-private.h | 13 +++++++++++
54673  src/hb-ot-layout-open-private.h | 49
54674  ++++++++++++++++++++++++++++++++++-------
54675  src/hb-private.h                |  2 ++
54676  4 files changed, 86 insertions(+), 15 deletions(-)
54677
54678 commit aefaafe5bc4fc6d37a412c135b1079c287be7045
54679 Author: Behdad Esfahbod <behdad@behdad.org>
54680 Date:   Wed Jan 23 17:25:29 2008 -0500
54681
54682     Minor renaming
54683
54684  src/hb-ot-layout-gdef-private.h | 10 +++++-----
54685  src/hb-ot-layout-open-private.h | 16 +++++++---------
54686  src/main.cc                     |  4 ++--
54687  3 files changed, 14 insertions(+), 16 deletions(-)
54688
54689 commit a16ecbf0564a6e2576da22c12827f3c0719da549
54690 Author: Behdad Esfahbod <behdad@behdad.org>
54691 Date:   Wed Jan 23 17:01:55 2008 -0500
54692
54693     Initial gsub stub
54694
54695  src/hb-ot-layout-gdef-private.h |   4 +
54696  src/hb-ot-layout-gsub-private.h | 453
54697  ++++++++++++++++++++++++++++++++++++++++
54698  src/hb-ot-layout-open-private.h |   3 +
54699  src/main.cc                     |   1 +
54700  4 files changed, 461 insertions(+)
54701
54702 commit 64aef3a54999496fd1de4f5aa5b019e4c03b3836
54703 Author: Behdad Esfahbod <behdad@behdad.org>
54704 Date:   Wed Jan 23 16:14:38 2008 -0500
54705
54706     Add copyright notices.
54707
54708  src/hb-common.h                 | 26 ++++++++++++++++++++++++++
54709  src/hb-ot-layout-gdef-private.h | 26 ++++++++++++++++++++++++++
54710  src/hb-ot-layout-open-private.h | 26 ++++++++++++++++++++++++++
54711  src/hb-ot-layout.h              | 26 ++++++++++++++++++++++++++
54712  src/hb-private.h                | 26 ++++++++++++++++++++++++++
54713  src/main.cc                     | 26 ++++++++++++++++++++++++++
54714  6 files changed, 156 insertions(+)
54715
54716 commit 12360f7c159826ae72271b34486dee59d96aa8ca
54717 Author: Behdad Esfahbod <behdad@behdad.org>
54718 Date:   Wed Jan 23 15:50:38 2008 -0500
54719
54720     Minor cleanup, add LIKELY and UNLIKELY annotations
54721
54722  src/hb-ot-layout-gdef-private.h | 63
54723  +++++++++++++++++++++++------------------
54724  src/hb-ot-layout-open-private.h | 36 ++++++++---------------
54725  src/hb-private.h                | 15 ++++++++++
54726  3 files changed, 63 insertions(+), 51 deletions(-)
54727
54728 commit 8dd1c8b8d6797d899d0f5b0a8015886bf6520ca2
54729 Author: Behdad Esfahbod <behdad@behdad.org>
54730 Date:   Wed Jan 23 05:00:30 2008 -0500
54731
54732     Clean up file names, add namespace
54733
54734  src/harfbuzz-common.h                                      | 14
54735  --------------
54736  src/harfbuzz-gdef.h                                        | 11
54737  -----------
54738  src/hb-common.h                                            | 14
54739  ++++++++++++++
54740  ...harfbuzz-gdef-private.h => hb-ot-layout-gdef-private.h} |  8 ++++----
54741  ...harfbuzz-open-private.h => hb-ot-layout-open-private.h} | 10
54742  +++++-----
54743  src/{harfbuzz-open.h => hb-ot-layout.h}                    | 12
54744  ++++++------
54745  src/{harfbuzz-private.h => hb-private.h}                   |  6 +++---
54746  src/main.cc                                                |  4 ++--
54747  8 files changed, 34 insertions(+), 45 deletions(-)
54748
54749 commit 1f437e6f47fb6c15761021bd2078f31778f2179c
54750 Author: Behdad Esfahbod <behdad@behdad.org>
54751 Date:   Wed Jan 23 04:36:40 2008 -0500
54752
54753     Make all code NULL-free and assert-free
54754
54755  src/harfbuzz-gdef-private.h | 125 ++++++++++---------
54756  src/harfbuzz-open-private.h | 285
54757  +++++++++++++++++++++++---------------------
54758  src/main.cc                 |   8 +-
54759  3 files changed, 214 insertions(+), 204 deletions(-)
54760
54761 commit 600e5eb80f553ea8eb862e6784133574c74ca513
54762 Author: Behdad Esfahbod <behdad@behdad.org>
54763 Date:   Wed Jan 23 02:01:37 2008 -0500
54764
54765     Define get_for_data() factories
54766
54767  src/harfbuzz-gdef-private.h |  3 +++
54768  src/harfbuzz-open-private.h | 42
54769  +++++++++++++++++++++++++++++-------------
54770  src/main.cc                 | 10 ++++------
54771  3 files changed, 36 insertions(+), 19 deletions(-)
54772
54773 commit b9d7688fb3d45894901484b74095c4f11cab6196
54774 Author: Behdad Esfahbod <behdad@behdad.org>
54775 Date:   Wed Jan 23 01:38:10 2008 -0500
54776
54777     Finish and test GDEF
54778
54779  src/harfbuzz-gdef-private.h | 72
54780  ++++++++++++++++++++++++++++++++-------------
54781  src/harfbuzz-open-private.h | 23 ++++++++-------
54782  src/harfbuzz-open.h         |  4 +++
54783  src/main.cc                 | 10 +++++++
54784  4 files changed, 77 insertions(+), 32 deletions(-)
54785
54786 commit 303fe62824d4e99df554b6bfaacba05d068522fb
54787 Author: Behdad Esfahbod <behdad@behdad.org>
54788 Date:   Wed Jan 23 00:20:48 2008 -0500
54789
54790     Misc cleanup
54791
54792  src/Makefile                |  10 ++++-
54793  src/harfbuzz-gdef-private.h |  65 +++++++++++++++++++++-------
54794  src/harfbuzz-open-private.h | 102
54795  ++++++++++++++++++++++++++++++++++++++++----
54796  src/harfbuzz-private.h      |   6 +++
54797  src/main.cc                 |  12 +++---
54798  5 files changed, 163 insertions(+), 32 deletions(-)
54799
54800 commit 17843245fde4cc8cddc7da8ef30357d3d8778187
54801 Author: Behdad Esfahbod <behdad@gnome.org>
54802 Date:   Wed Jan 16 20:39:29 2008 +0000
54803
54804     Remove COPYING.GPL and COPYING.FTL that are no longer there.
54805
54806     2008-01-16  Behdad Esfahbod  <behdad@gnome.org>
54807
54808             * pango/opentype/Makefile.am: Remove COPYING.GPL and
54809             COPYING.FTL that
54810             are no longer there.
54811
54812  src/Makefile.am | 2 --
54813  1 file changed, 2 deletions(-)
54814
54815 commit a2a9a023f6472ba262f89e5327318996b8258d25
54816 Author: Behdad Esfahbod <behdad@gnome.org>
54817 Date:   Tue Jan 15 22:46:32 2008 +0000
54818
54819     HarfBuzz was relicensed to a more generous and simpler
54820     license. Adapt. See
54821
54822     2008-01-15  Behdad Esfahbod  <behdad@gnome.org>
54823
54824             * pango/opentype/*:
54825             HarfBuzz was relicensed to a more generous and simpler
54826             license.
54827             Adapt.  See pango/opentype/COPYING for the new license
54828             which is
54829             LGPL-compatible.
54830
54831  src/COPYING                   |  39 +++--
54832  src/COPYING.FTL               | 174 ---------------------
54833  src/COPYING.GPL               | 340
54834  ------------------------------------------
54835  src/harfbuzz-buffer-private.h |  32 ++--
54836  src/harfbuzz-buffer.c         |  27 +++-
54837  src/harfbuzz-buffer.h         |  32 ++--
54838  src/harfbuzz-dump-main.c      |  34 +++--
54839  src/harfbuzz-dump.c           |  34 +++--
54840  src/harfbuzz-dump.h           |  35 +++--
54841  src/harfbuzz-gdef-private.h   |  29 +++-
54842  src/harfbuzz-gdef.c           |  29 +++-
54843  src/harfbuzz-gdef.h           |  29 +++-
54844  src/harfbuzz-global.h         |  29 +++-
54845  src/harfbuzz-gpos-private.h   |  29 +++-
54846  src/harfbuzz-gpos.c           |  31 +++-
54847  src/harfbuzz-gpos.h           |  29 +++-
54848  src/harfbuzz-gsub-private.h   |  29 +++-
54849  src/harfbuzz-gsub.c           |  31 +++-
54850  src/harfbuzz-gsub.h           |  29 +++-
54851  src/harfbuzz-impl.c           |  31 +++-
54852  src/harfbuzz-impl.h           |  29 +++-
54853  src/harfbuzz-open-private.h   |  29 +++-
54854  src/harfbuzz-open.c           |  29 +++-
54855  src/harfbuzz-open.h           |  29 +++-
54856  src/harfbuzz-stream-private.h |  29 +++-
54857  src/harfbuzz-stream.c         |  31 +++-
54858  src/harfbuzz.c                |  28 +++-
54859  src/harfbuzz.h                |  29 +++-
54860  28 files changed, 564 insertions(+), 741 deletions(-)
54861
54862 commit 4ccedd22eaa6e47bd8bbf255627a8b55fbb44736
54863 Author: Behdad Esfahbod <behdad@gnome.org>
54864 Date:   Wed Dec 5 03:41:29 2007 +0000
54865
54866     Bug 501575 – Compile errors Patch from Jens Granseuer
54867
54868     2007-12-04  Behdad Esfahbod  <behdad@gnome.org>
54869
54870             Bug 501575 – Compile errors
54871             Patch from Jens Granseuer
54872
54873             * pango/opentype/harfbuzz-stream.c (_hb_font_goto_table):
54874             * pango/pango-utils.c (handle_alias_line):
54875             Fix C99ism.
54876
54877  src/harfbuzz-stream.c | 4 ++--
54878  1 file changed, 2 insertions(+), 2 deletions(-)
54879
54880 commit cd55cfa2b0a1fe35d5a4ad1c8feaa399d7fb7ab3
54881 Author: Behdad Esfahbod <behdad@src.gnome.org>
54882 Date:   Fri Nov 30 04:31:29 2007 +0000
54883
54884     Undo accidental change.
54885
54886  src/harfbuzz-impl.c | 2 --
54887  1 file changed, 2 deletions(-)
54888
54889 commit 3f05da638c8d7b13e7f860aeda1a6321e5ebd92e
54890 Author: Behdad Esfahbod <behdad@gnome.org>
54891 Date:   Fri Nov 30 04:29:58 2007 +0000
54892
54893     Bug 485536 – underline_position can be zero
54894
54895     2007-11-29  Behdad Esfahbod  <behdad@gnome.org>
54896
54897             Bug 485536 – underline_position can be zero
54898
54899             * pango/pango-utils.c (pango_cairo_quantize_line_geometry):
54900             Document that returned position may be zero.
54901
54902             * pango/pangocairo-win32font.c
54903             (pango_cairo_win32_font_create_metrics_for_context):
54904             * pango/pangofc-font.c (get_face_metrics):
54905             Handle case of underline_position==0 after rounding.
54906
54907  src/harfbuzz-impl.c | 2 ++
54908  1 file changed, 2 insertions(+)
54909
54910 commit e58278fedb67cbaac4bf4d6dfc33209cb22eec08
54911 Author: Behdad Esfahbod <behdad@gnome.org>
54912 Date:   Sat Nov 24 01:40:13 2007 +0000
54913
54914     Remove unused macro.
54915
54916     2007-11-23  Behdad Esfahbod  <behdad@gnome.org>
54917
54918             * pango/opentype/harfbuzz-impl.c: Remove unused macro.
54919
54920  src/harfbuzz-impl.c | 18 ------------------
54921  1 file changed, 18 deletions(-)
54922
54923 commit 3b047380aec4ccc707c4579327d54172c19820fd
54924 Author: Behdad Esfahbod <behdad@src.gnome.org>
54925 Date:   Sun Nov 18 22:34:08 2007 +0000
54926
54927     Minor
54928
54929  src/harfbuzz-dump-main.c |  4 +--
54930  src/harfbuzz-stream.c    | 89
54931  ++++++++++++++++++++++++------------------------
54932  2 files changed, 46 insertions(+), 47 deletions(-)
54933
54934 commit 10d6a25a26bdbab4ece4edf0e34ffd3d22410ebe
54935 Author: Behdad Esfahbod <behdad@src.gnome.org>
54936 Date:   Wed Nov 7 10:04:11 2007 +0000
54937
54938     Remove dead code.
54939
54940  src/harfbuzz-gdef.c | 88
54941  -----------------------------------------------------
54942  src/harfbuzz-gpos.h |  4 +--
54943  2 files changed, 1 insertion(+), 91 deletions(-)
54944
54945 commit 47d2c33e3d099fae79e199367de5011bc5c12273
54946 Author: Behdad Esfahbod <behdad@gnome.org>
54947 Date:   Wed Nov 7 09:59:18 2007 +0000
54948
54949     And some more.
54950
54951     2007-11-07  Behdad Esfahbod  <behdad@gnome.org>
54952
54953             * pango/opentype/*: And some more.
54954
54955  src/harfbuzz-buffer.h         |  8 ++---
54956  src/harfbuzz-dump-main.c      | 22 ++++++------
54957  src/harfbuzz-gdef.c           | 14 ++++----
54958  src/harfbuzz-gdef.h           |  4 +--
54959  src/harfbuzz-global.h         | 21 +++++------
54960  src/harfbuzz-gpos.c           | 82
54961  +++++++++++++++++++++----------------------
54962  src/harfbuzz-gpos.h           | 12 +++----
54963  src/harfbuzz-gsub.c           |  4 +--
54964  src/harfbuzz-gsub.h           |  4 +--
54965  src/harfbuzz-stream-private.h |  4 +--
54966  src/harfbuzz-stream.c         | 16 ++++-----
54967  11 files changed, 95 insertions(+), 96 deletions(-)
54968
54969 commit 78ef65ba08967fe1b5f97bcb27074bd635f4b898
54970 Author: Behdad Esfahbod <behdad@gnome.org>
54971 Date:   Wed Nov 7 08:06:01 2007 +0000
54972
54973     Some more cleanup and merging.
54974
54975     2007-11-07  Behdad Esfahbod  <behdad@gnome.org>
54976
54977             * pango/opentype/*: Some more cleanup and merging.
54978
54979  src/Makefile.am               |   6 +-
54980  src/harfbuzz-buffer-private.h |  33 ++++++
54981  src/harfbuzz-buffer.c         |   4 +-
54982  src/harfbuzz-dump-main.c      |   3 +-
54983  src/harfbuzz-gdef-private.h   |   9 +-
54984  src/harfbuzz-gdef.c           |  39 +++++++
54985  src/harfbuzz-global.h         |   2 +
54986  src/harfbuzz-gpos-private.h   |   1 +
54987  src/harfbuzz-gpos.c           |  32 +-----
54988  src/harfbuzz-gsub-private.h   |   1 +
54989  src/harfbuzz-gsub.c           |  33 +-----
54990  src/harfbuzz-impl.c           | 216
54991  ++------------------------------------
54992  src/harfbuzz-impl.h           | 100 +-----------------
54993  src/harfbuzz-open-private.h   |   4 +-
54994  src/harfbuzz-stream-private.h |  70 +++++++++++++
54995  src/harfbuzz-stream.c         | 234
54996  ++++++++++++++++++++++++++++++++++++++++++
54997  src/harfbuzz.c                |   1 +
54998  src/harfbuzz.h                |   3 +-
54999  18 files changed, 419 insertions(+), 372 deletions(-)
55000
55001 commit 5c9bd379950d914982bdb91d0f82b8036908db37
55002 Author: Behdad Esfahbod <behdad@src.gnome.org>
55003 Date:   Mon Oct 29 23:51:48 2007 +0000
55004
55005     Fix typo.
55006
55007  src/Makefile.am | 5 +++--
55008  1 file changed, 3 insertions(+), 2 deletions(-)
55009
55010 commit ef1f481752fa6e478f649e826c96927c98f21981
55011 Author: Behdad Esfahbod <behdad@gnome.org>
55012 Date:   Thu Oct 25 23:37:11 2007 +0000
55013
55014     Even more cleanup and more type renames.
55015
55016     2007-10-25  Behdad Esfahbod  <behdad@gnome.org>
55017
55018             * pango/opentype/*: Even more cleanup and more type renames.
55019
55020  src/harfbuzz-buffer.h |  3 +--
55021  src/harfbuzz-global.h |  6 ++++++
55022  src/harfbuzz-impl.c   | 16 ++++++++--------
55023  src/harfbuzz-impl.h   | 22 +++++++++++-----------
55024  src/harfbuzz-open.h   |  3 ---
55025  5 files changed, 26 insertions(+), 24 deletions(-)
55026
55027 commit 282c60a0eea0db784b0a094958bec35b5f3dc399
55028 Author: Behdad Esfahbod <behdad@gnome.org>
55029 Date:   Thu Oct 25 23:22:17 2007 +0000
55030
55031     More cleanup, remove redundant error types.
55032
55033     2007-10-25  Behdad Esfahbod  <behdad@gnome.org>
55034
55035             * pango/opentype/*: More cleanup, remove redundant error
55036             types.
55037
55038  src/harfbuzz-dump-main.c |   4 +-
55039  src/harfbuzz-dump.c      |  14 +++---
55040  src/harfbuzz-gdef.c      |  25 +++++-----
55041  src/harfbuzz-gdef.h      |   3 --
55042  src/harfbuzz-global.h    |  31 ++++++------
55043  src/harfbuzz-gpos.c      | 124
55044  +++++++++++++++++++++++------------------------
55045  src/harfbuzz-gpos.h      |   3 --
55046  src/harfbuzz-gsub.c      |  86 ++++++++++++++++----------------
55047  src/harfbuzz-gsub.h      |   3 --
55048  src/harfbuzz-impl.c      |  18 +++----
55049  src/harfbuzz-impl.h      |   2 +
55050  src/harfbuzz-open.c      |  24 ++++-----
55051  src/harfbuzz-open.h      |   6 +--
55052  13 files changed, 170 insertions(+), 173 deletions(-)
55053
55054 commit 4280ec4df45ae86c10c3cd24ddb9c05e47223d39
55055 Author: Behdad Esfahbod <behdad@gnome.org>
55056 Date:   Thu Oct 25 00:23:46 2007 +0000
55057
55058     Rename ftglue.c to harfbuzz-impl.c and more type renames and
55059     moving code
55060
55061     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
55062
55063             * pango/opentype/*: Rename ftglue.c to harfbuzz-impl.c
55064             and more
55065             type renames and moving code around.
55066
55067  src/Makefile.am                   |   3 +-
55068  src/ftglue.h                      | 151
55069  --------------------------------------
55070  src/harfbuzz-dump-main.c          |  48 ++----------
55071  src/harfbuzz-dump.c               |  30 ++++----
55072  src/harfbuzz-gdef.c               |  18 ++---
55073  src/harfbuzz-global.h             |  18 +++++
55074  src/harfbuzz-gpos-private.h       |   2 +-
55075  src/harfbuzz-gpos.c               |  90 +++++++++++------------
55076  src/harfbuzz-gsub-private.h       |   2 +-
55077  src/harfbuzz-gsub.c               |  64 ++++++++--------
55078  src/{ftglue.c => harfbuzz-impl.c} |  64 ++++++++--------
55079  src/harfbuzz-impl.h               | 114 ++++++++++++++++++++++++++--
55080  src/harfbuzz-open-private.h       |  14 ++--
55081  src/harfbuzz-open.c               |  32 ++++----
55082  src/harfbuzz-open.h               |  16 ----
55083  src/harfbuzz.c                    |   4 +-
55084  16 files changed, 289 insertions(+), 381 deletions(-)
55085
55086 commit 5716ae278a82d318ddbfeba01d0785d4efbe1454
55087 Author: Behdad Esfahbod <behdad@gnome.org>
55088 Date:   Wed Oct 24 22:44:47 2007 +0000
55089
55090     New header file harfbuzz-global.h. Rename FT_* int types to HB_*
55091     types.
55092
55093     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
55094
55095             * pango/opentype/*: New header file harfbuzz-global.h.  Rename
55096             FT_* int types to HB_* types.
55097
55098  src/Makefile.am               |   1 +
55099  src/ftglue.c                  |  30 +--
55100  src/ftglue.h                  |  26 +-
55101  src/harfbuzz-buffer-private.h |  26 +-
55102  src/harfbuzz-buffer.c         |  40 ++--
55103  src/harfbuzz-buffer.h         |  42 ++--
55104  src/harfbuzz-dump-main.c      |  24 +-
55105  src/harfbuzz-dump.c           |  14 +-
55106  src/harfbuzz-dump.h           |   4 +-
55107  src/harfbuzz-gdef-private.h   |  30 +--
55108  src/harfbuzz-gdef.c           | 104 ++++----
55109  src/harfbuzz-gdef.h           |  32 +--
55110  src/harfbuzz-global.h         |  34 +++
55111  src/harfbuzz-gpos-private.h   | 182 +++++++-------
55112  src/harfbuzz-gpos.c           | 540
55113  +++++++++++++++++++++---------------------
55114  src/harfbuzz-gpos.h           |  52 ++--
55115  src/harfbuzz-gsub-private.h   | 142 +++++------
55116  src/harfbuzz-gsub.c           | 432 ++++++++++++++++-----------------
55117  src/harfbuzz-gsub.h           |  50 ++--
55118  src/harfbuzz-impl.h           |   6 +-
55119  src/harfbuzz-open-private.h   |  26 +-
55120  src/harfbuzz-open.c           | 146 ++++++------
55121  src/harfbuzz-open.h           |  88 +++----
55122  src/harfbuzz.h                |   1 +
55123  24 files changed, 1056 insertions(+), 1016 deletions(-)
55124
55125 commit 2130d852c76cccb94350a4aea222359640ffa8a4
55126 Author: Behdad Esfahbod <behdad@gnome.org>
55127 Date:   Wed Oct 24 21:35:03 2007 +0000
55128
55129     Add commented-out dummy struct for Extension lookups.
55130
55131     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
55132
55133             * pango/opentype/harfbuzz-gpos-private.h:
55134             * pango/opentype/harfbuzz-gsub-private.h:
55135             Add commented-out dummy struct for Extension lookups.
55136
55137  src/harfbuzz-gpos-private.h | 13 +++++++++++++
55138  src/harfbuzz-gsub-private.h | 13 +++++++++++++
55139  2 files changed, 26 insertions(+)
55140
55141 commit 13b2b963848ada169c2fe3d3669fbc1c337f7fe7
55142 Author: Behdad Esfahbod <behdad@gnome.org>
55143 Date:   Sun Oct 21 18:17:02 2007 +0000
55144
55145     Bug 488840 – harfbuzz: protect against ligid overflow
55146
55147     2007-10-21  Behdad Esfahbod  <behdad@gnome.org>
55148
55149             Bug 488840 – harfbuzz: protect against ligid overflow
55150
55151             * pango/opentype/harfbuzz-buffer.c
55152             (_hb_buffer_allocate_ligid):
55153             Never return zero, even in case of overflow.
55154
55155             * pango/opentype/harfbuzz-impl.h: Define dummy HB_LIKELY() and
55156             HB_UNLIKELY(), to be filled later.
55157
55158  src/harfbuzz-buffer.c | 6 +++++-
55159  src/harfbuzz-impl.h   | 3 +++
55160  2 files changed, 8 insertions(+), 1 deletion(-)
55161
55162 commit 6b347138b597c41af24453f630336ba2fc033dc5
55163 Author: Behdad Esfahbod <behdad@gnome.org>
55164 Date:   Thu Oct 11 08:30:50 2007 +0000
55165
55166     Mark internal symbols as HB_INTERNAL and define that to static in
55167
55168     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
55169
55170             * pango/opentype/*: Mark internal symbols as HB_INTERNAL and
55171             define that to static in harfbuzz.c.
55172
55173             * pango/opentype/harfbuzz-buffer-internal.h: New file.
55174
55175  src/Makefile.am               |   1 +
55176  src/ftglue.c                  |  18 +++----
55177  src/ftglue.h                  |  20 ++++----
55178  src/harfbuzz-buffer-private.h |  60 +++++++++++++++++++++++
55179  src/harfbuzz-buffer.c         | 108
55180  +++++++++++++++++++++-------------------
55181  src/harfbuzz-buffer.h         |  38 +--------------
55182  src/harfbuzz-gdef-private.h   |  17 ++++---
55183  src/harfbuzz-gdef.c           |  20 ++++----
55184  src/harfbuzz-gpos-private.h   |  13 +++--
55185  src/harfbuzz-gpos.c           |  16 +++---
55186  src/harfbuzz-gsub-private.h   |  14 +++---
55187  src/harfbuzz-gsub.c           |  20 ++++----
55188  src/harfbuzz-impl.h           |  12 +++--
55189  src/harfbuzz-open-private.h   |  81 +++++++++++++++++-------------
55190  src/harfbuzz-open.c           | 111
55191  ++++++++++++++++++++++++------------------
55192  src/harfbuzz.c                |   1 +
55193  16 files changed, 315 insertions(+), 235 deletions(-)
55194
55195 commit 7cdfb61deefd8f43edb5eb79d45d38dbbbef9051
55196 Author: Behdad Esfahbod <behdad@gnome.org>
55197 Date:   Thu Oct 11 07:46:33 2007 +0000
55198
55199     Remove FTGLUE_API/APIDEF cruft.
55200
55201     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
55202
55203             * pango/opentype/ftglue.[ch]: Remove FTGLUE_API/APIDEF cruft.
55204
55205  src/ftglue.c | 16 ++++++++--------
55206  src/ftglue.h | 24 ++++++++----------------
55207  2 files changed, 16 insertions(+), 24 deletions(-)
55208
55209 commit 61ddbafaaad31ccacde54cad7e60a84abffc0a9f
55210 Author: Behdad Esfahbod <behdad@gnome.org>
55211 Date:   Thu Oct 11 07:45:26 2007 +0000
55212
55213     Build harfbuzz.c instead of individual source files, to let
55214     compiler go
55215
55216     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
55217
55218             * pango/opentype/Makefile.am: Build harfbuzz.c instead
55219             of individual
55220             source files, to let compiler go wild with optimizations!
55221
55222  src/Makefile.am | 9 +++++----
55223  1 file changed, 5 insertions(+), 4 deletions(-)
55224
55225 commit a219b3d003d6727c79dc51282d21e9ac48c44458
55226 Author: Behdad Esfahbod <behdad@gnome.org>
55227 Date:   Thu Oct 11 07:34:08 2007 +0000
55228
55229     Same here.
55230
55231     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
55232
55233             * pango/opentype/harfbuzz.c: Same here.
55234
55235  src/harfbuzz.c | 1 -
55236  1 file changed, 1 deletion(-)
55237
55238 commit 6567e16e3b14c08659342bbcc9f2735e71f9114e
55239 Author: Behdad Esfahbod <behdad@gnome.org>
55240 Date:   Thu Oct 11 07:33:19 2007 +0000
55241
55242     Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just
55243     used by
55244
55245     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
55246
55247             * pango/opentype/Makefile.am: Don't include harfbuzz-dump.[ch]
55248             in
55249             libharfbuzz.a.  Those are just used by the harfbuzz-dump tool.
55250
55251  src/Makefile.am | 4 ++--
55252  1 file changed, 2 insertions(+), 2 deletions(-)
55253
55254 commit 0b032549ba7581c879a0fc4e794b0e9a4723ae85
55255 Author: Behdad Esfahbod <behdad@gnome.org>
55256 Date:   Thu Oct 11 07:24:47 2007 +0000
55257
55258     Some more cleanup.
55259
55260     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
55261
55262             * pango/opentype/harfbuzz-buffer.c: Some more cleanup.
55263
55264  src/harfbuzz-buffer.c | 11 ++---------
55265  1 file changed, 2 insertions(+), 9 deletions(-)
55266
55267 commit 7a26864308bd1ca8d5f47d798411cac7239b7d38
55268 Author: Behdad Esfahbod <behdad@gnome.org>
55269 Date:   Thu Oct 11 07:21:31 2007 +0000
55270
55271     Move some code around.
55272
55273     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
55274
55275             * pango/opentype/harfbuzz-buffer.c: Move some code around.
55276
55277  src/harfbuzz-buffer.c | 91
55278  +++++++++++++++++++++++++++------------------------
55279  1 file changed, 48 insertions(+), 43 deletions(-)
55280
55281 commit 7a5405c8261573a0f29d28fb533e800d698f6129
55282 Author: Behdad Esfahbod <behdad@src.gnome.org>
55283 Date:   Thu Oct 11 07:15:16 2007 +0000
55284
55285     Minor.
55286
55287  src/harfbuzz-buffer.c | 2 +-
55288  1 file changed, 1 insertion(+), 1 deletion(-)
55289
55290 commit 986f4fd96892ebda550793941bb1daed862c4a34
55291 Author: Behdad Esfahbod <behdad@gnome.org>
55292 Date:   Thu Oct 11 07:12:49 2007 +0000
55293
55294     Rename buffer->inplace to buffer->separate_out with the inverted
55295     meaning,
55296
55297     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
55298
55299             * pango/opentype/harfbuzz-buffer.[ch]: Rename buffer->inplace
55300             to
55301             buffer->separate_out with the inverted meaning, such that
55302             buffer
55303             is initialization is memset(0).
55304
55305  src/harfbuzz-buffer.c | 34 +++++++++++++++++-----------------
55306  src/harfbuzz-buffer.h |  2 +-
55307  2 files changed, 18 insertions(+), 18 deletions(-)
55308
55309 commit 06003908ccf2473366816935dd1b144cde587be9
55310 Author: Behdad Esfahbod <behdad@gnome.org>
55311 Date:   Thu Oct 11 07:05:09 2007 +0000
55312
55313     Allocate buffer->positions lazily.
55314
55315     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
55316
55317             * pango/opentype/*: Allocate buffer->positions lazily.
55318
55319  src/harfbuzz-buffer.c | 25 +++++++++++++++++++++++--
55320  src/harfbuzz-buffer.h |  3 +++
55321  src/harfbuzz-gpos.c   | 13 ++++++++-----
55322  src/harfbuzz-gsub.c   |  5 +++--
55323  4 files changed, 37 insertions(+), 9 deletions(-)
55324
55325 commit fc3d6f575826704a0ae9ee9018323f6a3c422f4b
55326 Author: Behdad Esfahbod <behdad@gnome.org>
55327 Date:   Thu Oct 11 06:52:07 2007 +0000
55328
55329     Bug 485621 – Get rid of freetype memory allocator in harfbuzz
55330
55331     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
55332
55333             Bug 485621 – Get rid of freetype memory allocator in
55334             harfbuzz
55335
55336             * pango/opentype/*: Remove all occurences of FT_Memory.  Use
55337             malloc/realloc/free directly.
55338
55339             * pango/pango-ot*: Update to above.
55340
55341  src/ftglue.c                |  52 ++---
55342  src/ftglue.h                |  28 ++-
55343  src/harfbuzz-buffer.c       |  16 +-
55344  src/harfbuzz-buffer.h       |   4 +-
55345  src/harfbuzz-gdef.c         | 106 ++++------
55346  src/harfbuzz-gdef.h         |   6 +-
55347  src/harfbuzz-gpos-private.h |   1 -
55348  src/harfbuzz-gpos.c         | 462
55349  ++++++++++++++++++--------------------------
55350  src/harfbuzz-gpos.h         |   2 -
55351  src/harfbuzz-gsub-private.h |   1 -
55352  src/harfbuzz-gsub.c         | 312 +++++++++++-------------------
55353  src/harfbuzz-gsub.h         |   2 -
55354  src/harfbuzz-open-private.h |  25 ++-
55355  src/harfbuzz-open.c         | 127 ++++++------
55356  14 files changed, 441 insertions(+), 703 deletions(-)
55357
55358 commit a8abb8b994c3cd89808e8f7128a0c04b23eb3ede
55359 Author: Behdad Esfahbod <behdad@gnome.org>
55360 Date:   Thu Oct 11 00:07:58 2007 +0000
55361
55362     Bug 485559 – Boston Summit HarfBuzz optimizations
55363
55364     2007-10-10  Behdad Esfahbod  <behdad@gnome.org>
55365
55366             Bug 485559 – Boston Summit HarfBuzz optimizations
55367
55368             * pango/opentype/*: HarfBuzz hacking to:
55369
55370               - Rename last remaining FT_Err stuff to HB_Err.
55371
55372               - Fix a couple invalid table paths to be permissive so
55373                 fonts work better.  Particularly GDEF table for Nafees
55374                 Nastaliq is loaded and works great now.
55375
55376               - Optimize harfbuzz buffer to not copy/swap for simple
55377               one-to-one and "copy" GSUB operations.
55378
55379             * pango/pango-ot*: Update to FT_Err to HB_Err renaming.
55380
55381  src/ftglue.c                |  51 ++-
55382  src/ftglue.h                |  21 +-
55383  src/harfbuzz-buffer.c       | 190 +++++++--
55384  src/harfbuzz-buffer.h       |  26 +-
55385  src/harfbuzz-dump-main.c    |  14 +-
55386  src/harfbuzz-dump.c         |  15 +-
55387  src/harfbuzz-gdef-private.h |   4 +-
55388  src/harfbuzz-gdef.c         | 149 +++----
55389  src/harfbuzz-gdef.h         |  10 +-
55390  src/harfbuzz-gpos-private.h |   2 +-
55391  src/harfbuzz-gpos.c         | 810 ++++++++++++++++++--------------------
55392  src/harfbuzz-gpos.h         |  30 +-
55393  src/harfbuzz-gsub-private.h |   2 +-
55394  src/harfbuzz-gsub.c         | 919
55395  +++++++++++++++++++-------------------------
55396  src/harfbuzz-gsub.h         |  24 +-
55397  src/harfbuzz-impl.h         |  22 +-
55398  src/harfbuzz-open-private.h |  20 +-
55399  src/harfbuzz-open.c         | 238 ++++++------
55400  src/harfbuzz-open.h         |  13 +-
55401  19 files changed, 1253 insertions(+), 1307 deletions(-)
55402
55403 commit dd810b76bc554278d3a226cf89901d16992cf56d
55404 Author: Behdad Esfahbod <behdad@gnome.org>
55405 Date:   Wed Aug 29 08:46:50 2007 +0000
55406
55407     Bug 302952 – The placement of a diacritic marks for an arabic
55408     ligature
55409
55410     2007-08-29  Behdad Esfahbod  <behdad@gnome.org>
55411
55412             Bug 302952 – The placement of a diacritic marks for an
55413             arabic ligature
55414             is not correct
55415
55416             * pango/opentype/harfbuzz-buffer.c (hb_buffer_allocate_ligid):
55417             Don't
55418             use zero as allocated ligature id.  Zero means no ligature id.
55419
55420  src/harfbuzz-buffer.c | 2 +-
55421  1 file changed, 1 insertion(+), 1 deletion(-)
55422
55423 commit e90d19919434b90d79e67aaf199bddd991f8e5d8
55424 Author: Behdad Esfahbod <behdad@gnome.org>
55425 Date:   Tue Aug 21 08:03:26 2007 +0000
55426
55427     Bug 463430 – Gets stuck while "formatting message"
55428
55429     2007-08-21  Behdad Esfahbod  <behdad@gnome.org>
55430
55431             Bug 463430 – Gets stuck while "formatting message"
55432
55433             * pango/opentype/harfbuzz-gpos.c (Lookup_PairPos1),
55434             (Lookup_PairPos2), (Lookup_PairPos), (Do_ContextPos):
55435             * pango/opentype/harfbuzz-gsub.c (Do_ContextSubst):
55436             Change type of intermediate index variable from FT_UShort to
55437             FT_ULong as it was overlowing with more than 65536 glyphs.
55438
55439  src/harfbuzz-gpos.c | 15 ++++++++++-----
55440  src/harfbuzz-gsub.c |  2 +-
55441  2 files changed, 11 insertions(+), 6 deletions(-)
55442
55443 commit 13b86ee398905f96f57df001309312f6dfdfea9a
55444 Author: Behdad Esfahbod <behdad@gnome.org>
55445 Date:   Tue Aug 21 01:38:07 2007 +0000
55446
55447     Don't ignore error return value of
55448     hb_buffer_copy_output_glyph(). Patch
55449
55450     2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
55451
55452             * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup):
55453             Don't
55454             ignore error return value of hb_buffer_copy_output_glyph().
55455             Patch
55456             sent to harfbuzz-list.
55457
55458  src/harfbuzz-gsub.c | 2 +-
55459  1 file changed, 1 insertion(+), 1 deletion(-)
55460
55461 commit 4c2556cb4c38a56c3a5087deb54aa6262ab3aff9
55462 Author: Behdad Esfahbod <behdad@behdad.org>
55463 Date:   Fri Jul 6 11:29:21 2007 -0400
55464
55465     [gdef] Initial implementation
55466
55467  src/harfbuzz-gdef-private.h | 144
55468  +++++++++++++++++++++++++++++++++++++++++++-
55469  1 file changed, 142 insertions(+), 2 deletions(-)
55470
55471 commit 5b2e947fd2b7c5ea49b2bef1e0190d99a525058c
55472 Author: Behdad Esfahbod <behdad@behdad.org>
55473 Date:   Fri Jul 6 02:03:26 2007 -0400
55474
55475     [open] small fixes, including not using unions for main structs
55476
55477  src/harfbuzz-open-private.h | 54
55478  ++++++++++++++++++++++++---------------------
55479  1 file changed, 29 insertions(+), 25 deletions(-)
55480
55481 commit 151df44346990728b5dd249db5740a9543ae33b9
55482 Author: Behdad Esfahbod <behdad@behdad.org>
55483 Date:   Thu Jul 5 17:22:07 2007 -0400
55484
55485     Improve stupid Makefile
55486
55487  src/Makefile | 2 ++
55488  1 file changed, 2 insertions(+)
55489
55490 commit 6c49bebc70a0118a803a5bc979f4436a82b48240
55491 Author: Behdad Esfahbod <behdad@gnome.org>
55492 Date:   Tue May 1 02:32:12 2007 +0000
55493
55494     Link freetype to harfbuzz-dump, for those systems that don't track
55495
55496     2007-04-30  Behdad Esfahbod  <behdad@gnome.org>
55497
55498             * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump,
55499             for
55500             those systems that don't track dependencies automatically.
55501
55502  src/Makefile.am | 5 +++--
55503  1 file changed, 3 insertions(+), 2 deletions(-)
55504
55505 commit 7341a116916c8470f1211f0cb3c65b189b42ec9e
55506 Author: Behdad Esfahbod <behdad@gnome.org>
55507 Date:   Tue Apr 3 22:45:29 2007 +0000
55508
55509     Copy fixes from harfbuzz stable branch. Includes a leak fix, a kerning
55510
55511     2007-04-03  Behdad Esfahbod  <behdad@gnome.org>
55512
55513             * pango/opentype/harfbuzz-gdef.c (_HB_GDEF_Check_Property):
55514             * pango/opentype/harfbuzz-gpos.c (HB_Done_GPOS_Table),
55515             (Lookup_PairPos):
55516             * pango/opentype/harfbuzz-open.c (Get_Class1):
55517             Copy fixes from harfbuzz stable branch.  Includes a leak fix,
55518             a kerning fix, and an array out-of-bound access fix.
55519
55520  src/harfbuzz-gdef.c | 2 ++
55521  src/harfbuzz-gpos.c | 8 ++++++++
55522  src/harfbuzz-open.c | 2 +-
55523  3 files changed, 11 insertions(+), 1 deletion(-)
55524
55525 commit 999a6f05758c10a902354457ecbf6c943bfed514
55526 Author: Hans Breuer <hans@breuer.org>
55527 Date:   Sat Jan 13 21:31:41 2007 +0000
55528
55529     updated
55530
55531     2007-01-13  Hans Breuer  <hans@breuer.org>
55532
55533             * pango/makefile.msc pango/opentype/makefile.msc : updated
55534
55535  src/makefile.msc | 16 ++++++----------
55536  1 file changed, 6 insertions(+), 10 deletions(-)
55537
55538 commit 3c038d40da4bfe5037cc4e9de22bad08fa408465
55539 Author: Behdad Esfahbod <behdad@src.gnome.org>
55540 Date:   Tue Jan 9 03:32:12 2007 +0000
55541
55542     Remove .cvsignore files (moved to svn:ignore prop)
55543
55544  src/.cvsignore | 7 -------
55545  1 file changed, 7 deletions(-)
55546
55547 commit 5b3f7702a64fe0513d08a67bdb72704e46fd7cd4
55548 Author: Behdad Esfahbod <behdad@behdad.org>
55549 Date:   Thu Dec 28 06:42:37 2006 -0500
55550
55551     Add stub GDEF files
55552
55553  src/harfbuzz-gdef-private.h |  8 ++++++++
55554  src/harfbuzz-gdef.h         | 11 +++++++++++
55555  src/harfbuzz-open-private.h |  3 +--
55556  src/harfbuzz-private.h      |  6 ++++++
55557  src/main.cc                 |  1 +
55558  5 files changed, 27 insertions(+), 2 deletions(-)
55559
55560 commit b3395a7aa36ff1ba5a17f494fbf359ec317a7e69
55561 Author: Behdad Esfahbod <behdad@behdad.org>
55562 Date:   Thu Dec 28 06:31:18 2006 -0500
55563
55564     Don't shift down the mark attachment type
55565
55566  src/harfbuzz-open-private.h | 2 +-
55567  1 file changed, 1 insertion(+), 1 deletion(-)
55568
55569 commit 193b66d52ae2cb5ced7969e15b7f56dc1978ca8a
55570 Author: Behdad Esfahbod <behdad@behdad.org>
55571 Date:   Thu Dec 28 06:12:18 2006 -0500
55572
55573     Remove stale comment
55574
55575  src/harfbuzz-open-private.h | 10 ----------
55576  1 file changed, 10 deletions(-)
55577
55578 commit 12c4568c680ea2b9b98a16a8b7402ca185c90ef6
55579 Author: Behdad Esfahbod <behdad@behdad.org>
55580 Date:   Thu Dec 28 06:10:59 2006 -0500
55581
55582     Break and rename, in the layout of old HarfBuzz codebase
55583
55584  src/.gitignore                                  |   1 +
55585  src/Makefile                                    |   2 +-
55586  src/harfbuzz-common.h                           |  14 +++
55587  src/{harfbuzz-ng.cc => harfbuzz-open-private.h} | 117
55588  ++----------------------
55589  src/harfbuzz-open.h                             |  13 +++
55590  src/main.cc                                     |  98
55591  ++++++++++++++++++++
55592  6 files changed, 133 insertions(+), 112 deletions(-)
55593
55594 commit 3158d84b0dfe5032e7c56c03f2da97b8ab549d94
55595 Author: Behdad Esfahbod <behdad@behdad.org>
55596 Date:   Wed Dec 27 20:08:07 2006 -0500
55597
55598     Oops. s/OpenTypeFontFaceFile/OpenTypeFontFile/g
55599
55600  src/harfbuzz-ng.cc | 22 +++++++++++-----------
55601  1 file changed, 11 insertions(+), 11 deletions(-)
55602
55603 commit bf0f9dd61375c5afce8e6b1664d0df5f6c8b2494
55604 Author: Behdad Esfahbod <behdad@behdad.org>
55605 Date:   Wed Dec 27 20:06:42 2006 -0500
55606
55607     Use union for ClassDef
55608
55609  src/harfbuzz-ng.cc | 12 +++++++-----
55610  1 file changed, 7 insertions(+), 5 deletions(-)
55611
55612 commit c46196d09c4ea879bf45182e8a0d649d4c750c39
55613 Author: Behdad Esfahbod <behdad@behdad.org>
55614 Date:   Wed Dec 27 20:05:16 2006 -0500
55615
55616     Use union for Coverage
55617
55618  src/harfbuzz-ng.cc | 21 +++++++++++----------
55619  1 file changed, 11 insertions(+), 10 deletions(-)
55620
55621 commit 86f450243dbaa82f187cf2d36364e9a59c0e64c7
55622 Author: Behdad Esfahbod <behdad@behdad.org>
55623 Date:   Wed Dec 27 19:59:07 2006 -0500
55624
55625     Add GPOS stub
55626
55627  src/harfbuzz-ng.cc | 3 +++
55628  1 file changed, 3 insertions(+)
55629
55630 commit 133466177e104ddcd2501a88735670540252167c
55631 Author: Behdad Esfahbod <behdad@behdad.org>
55632 Date:   Wed Dec 27 19:58:32 2006 -0500
55633
55634     s/OpenTypeFont/OpenTypeFontFace/g
55635
55636  src/harfbuzz-ng.cc | 44 +++++++++++++++++++++++---------------------
55637  1 file changed, 23 insertions(+), 21 deletions(-)
55638
55639 commit 71d62baab0429cdf56ba4019fd2a205f08188503
55640 Author: Behdad Esfahbod <behdad@behdad.org>
55641 Date:   Wed Dec 27 01:29:24 2006 -0500
55642
55643     GSUBGPOSHeader
55644
55645  src/harfbuzz-ng.cc | 103
55646  ++++++++++++++++++++++++++++++++++++++++++++++++++---
55647  1 file changed, 98 insertions(+), 5 deletions(-)
55648
55649 commit eebabd8b2ec5296deba6b09d7755933da0a7d9dc
55650 Author: Behdad Esfahbod <behdad@behdad.org>
55651 Date:   Wed Dec 27 00:21:31 2006 -0500
55652
55653     Finished OpenType Common Table Formats
55654
55655  src/harfbuzz-ng.cc | 2 +-
55656  1 file changed, 1 insertion(+), 1 deletion(-)
55657
55658 commit 2b7374519766825971f9f4ff5b1cb49b74cfcaf8
55659 Author: Behdad Esfahbod <behdad@behdad.org>
55660 Date:   Tue Dec 26 20:55:37 2006 -0500
55661
55662     Device tables.
55663
55664  src/harfbuzz-ng.cc | 49 +++++++++++++++++++++++++++++++++++++++++++++----
55665  1 file changed, 45 insertions(+), 4 deletions(-)
55666
55667 commit eb32e374f4d6de8d428d36144f6eef93514820d2
55668 Author: Behdad Esfahbod <behdad@behdad.org>
55669 Date:   Tue Dec 26 20:00:33 2006 -0500
55670
55671     ClassDef
55672
55673  src/harfbuzz-ng.cc | 121
55674  ++++++++++++++++++++++++++++++++++++++++++-----------
55675  1 file changed, 97 insertions(+), 24 deletions(-)
55676
55677 commit 53502c6723dbf9cd3b6ba91b733678b3c7871715
55678 Author: Behdad Esfahbod <behdad@behdad.org>
55679 Date:   Tue Dec 26 19:29:08 2006 -0500
55680
55681     Rename CoverageFormat to Coverage
55682
55683  src/harfbuzz-ng.cc | 18 +++++++++++++-----
55684  1 file changed, 13 insertions(+), 5 deletions(-)
55685
55686 commit 0d6db2abcbe98456569ccf7934ba0a8b37c7f6f3
55687 Author: Behdad Esfahbod <behdad@behdad.org>
55688 Date:   Tue Dec 26 18:53:55 2006 -0500
55689
55690     Define more structs using DEFINE_INT_TYPE.
55691
55692  src/harfbuzz-ng.cc | 39 +++++++++++++++++++--------------------
55693  1 file changed, 19 insertions(+), 20 deletions(-)
55694
55695 commit 915931b74a30e8652fac5fec153d499485513f63
55696 Author: Behdad Esfahbod <behdad@behdad.org>
55697 Date:   Tue Dec 26 15:30:14 2006 -0500
55698
55699     s/DEFINE_NOT_INSTANTIABLE/DEFINE_NON_INSTANTIABLE/
55700
55701  src/harfbuzz-ng.cc | 6 +++---
55702  1 file changed, 3 insertions(+), 3 deletions(-)
55703
55704 commit 0c0d55330ef4090f3e4864538e83a4344caaf3ba
55705 Author: Behdad Esfahbod <behdad@behdad.org>
55706 Date:   Tue Dec 26 15:29:38 2006 -0500
55707
55708     Coverage.
55709
55710  src/harfbuzz-ng.cc | 91
55711  +++++++++++++++++++++++++++++++++++++++++++++++-------
55712  1 file changed, 79 insertions(+), 12 deletions(-)
55713
55714 commit 882e52f59196535495af8ca8069df32308ad52cf
55715 Author: Behdad Esfahbod <behdad@behdad.org>
55716 Date:   Mon Dec 25 10:28:31 2006 -0500
55717
55718     Rename to harfbuzz-ng.cc
55719
55720  src/Makefile                                | 2 +-
55721  src/{hb-types-private.cc => harfbuzz-ng.cc} | 0
55722  2 files changed, 1 insertion(+), 1 deletion(-)
55723
55724 commit f8ba99f6f322800a915428ffc3b5eaf1be2e6c21
55725 Author: Behdad Esfahbod <behdad@behdad.org>
55726 Date:   Mon Dec 25 09:58:02 2006 -0500
55727
55728     LookupFlags
55729
55730  src/hb-types-private.cc | 52
55731  ++++++++++++++++++++++++++++++++++++++++++++-----
55732  1 file changed, 47 insertions(+), 5 deletions(-)
55733
55734 commit 25ad92c8a68bf72464601a644ed57b9213126a78
55735 Author: Behdad Esfahbod <behdad@behdad.org>
55736 Date:   Mon Dec 25 09:35:06 2006 -0500
55737
55738     Implement Feature
55739
55740  src/hb-types-private.cc | 46
55741  ++++++++++++++++++++++++++++++++++++++++++----
55742  1 file changed, 42 insertions(+), 4 deletions(-)
55743
55744 commit befc022affd2386b3f46cd7d11e4262f6c8bce9f
55745 Author: Behdad Esfahbod <behdad@behdad.org>
55746 Date:   Mon Dec 25 09:14:52 2006 -0500
55747
55748     LangSys
55749
55750  src/hb-types-private.cc | 51
55751  ++++++++++++++++++++++++++++++++++++++++++-------
55752  1 file changed, 44 insertions(+), 7 deletions(-)
55753
55754 commit c81efca149b08832d5d96a944fb5f303f3d0ca42
55755 Author: Behdad Esfahbod <behdad@behdad.org>
55756 Date:   Mon Dec 25 06:22:08 2006 -0500
55757
55758     Use CamelCaseTags.
55759
55760  src/hb-types-private.cc | 29 ++++++++++++++---------------
55761  1 file changed, 14 insertions(+), 15 deletions(-)
55762
55763 commit 808dbe283c1ad66091f2cb67380888b7cf265c01
55764 Author: Behdad Esfahbod <behdad@behdad.org>
55765 Date:   Mon Dec 25 06:18:52 2006 -0500
55766
55767     Make types not instantiable
55768
55769  src/hb-types-private.cc | 104
55770  ++++++++++++++++++++++++++----------------------
55771  1 file changed, 57 insertions(+), 47 deletions(-)
55772
55773 commit b739c05ca4b7acfa45bd4b0812ecbb3747f726f0
55774 Author: Behdad Esfahbod <behdad@behdad.org>
55775 Date:   Mon Dec 25 05:39:20 2006 -0500
55776
55777     Add OpenTypeFontFile.
55778
55779  src/Makefile            |   2 +-
55780  src/hb-types-private.cc | 113
55781  +++++++++++++++++++++++++++++++++++++++++++++---
55782  2 files changed, 107 insertions(+), 8 deletions(-)
55783
55784 commit 8596944b7421f982960e825019fc0263442520cb
55785 Author: Behdad Esfahbod <behdad@behdad.org>
55786 Date:   Sat Dec 23 17:49:25 2006 -0500
55787
55788     Add Makefile
55789
55790  src/Makefile | 3 +++
55791  1 file changed, 3 insertions(+)
55792
55793 commit b6e62bc5db76ae342177b2b646c37f45eccad975
55794 Author: Behdad Esfahbod <behdad@behdad.org>
55795 Date:   Fri Dec 22 02:21:55 2006 -0500
55796
55797     After DEFINE_SCRIPT_ARRAY
55798
55799  src/hb-types-private.cc | 215
55800  +++++++++++++++++++++++++++++++-----------------
55801  1 file changed, 140 insertions(+), 75 deletions(-)
55802
55803 commit 01e4fcb032be601f272e62228881e2aabfb9d925
55804 Author: Behdad Esfahbod <behdad@behdad.org>
55805 Date:   Thu Dec 21 22:31:31 2006 -0500
55806
55807     Remove the annoying HB_ prefix.
55808
55809  src/hb-types-private.cc | 107
55810  +++++++++++++++++++++++-------------------------
55811  1 file changed, 52 insertions(+), 55 deletions(-)
55812
55813 commit 6b4ce01da121e12e1c78ad7eaedf469f35f3568d
55814 Author: Behdad Esfahbod <behdad@behdad.org>
55815 Date:   Thu Dec 21 22:31:10 2006 -0500
55816
55817     Second version.  Complete redesign, based on C++ classes to ensure
55818     endian
55819     correctness.
55820
55821  src/hb-types-private.cc | 300
55822  +++++++++++++++++++++++++++++++++---------------
55823  1 file changed, 205 insertions(+), 95 deletions(-)
55824
55825 commit f78e70c301311ffcfb007c7fc4125d71cbcff1e2
55826 Author: Behdad Esfahbod <behdad@behdad.org>
55827 Date:   Thu Dec 21 22:30:38 2006 -0500
55828
55829     First version.
55830
55831  src/hb-types-private.cc | 116
55832  ++++++++++++++++++++++++++++++++++++++++++++++++
55833  1 file changed, 116 insertions(+)
55834
55835 commit f726b20e56e8b1106dfde0bf8d575c73e83957c4
55836 Author: Behdad Esfahbod <behdad@gnome.org>
55837 Date:   Tue Jul 25 01:02:27 2006 +0000
55838
55839     Bug 347073 – Allow empty GPOS table
55840
55841     2006-07-24  Behdad Esfahbod  <behdad@gnome.org>
55842
55843             Bug 347073 – Allow empty GPOS table
55844
55845             * pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList):
55846             Don't
55847             err on empty GPOS/GSUB tables.
55848
55849  src/harfbuzz-open.c | 5 +++++
55850  1 file changed, 5 insertions(+)
55851
55852 commit 52481a5c55d466f41654dcdc67245d0ca8cefbcf
55853 Author: Behdad Esfahbod <behdad@gnome.org>
55854 Date:   Thu Jun 22 18:09:04 2006 +0000
55855
55856     Bug 345600 – cvs build error in pango/opentype/Makefile
55857
55858     2006-06-22  Behdad Esfahbod  <behdad@gnome.org>
55859
55860             Bug 345600 – cvs build error in pango/opentype/Makefile
55861
55862             * pango/opentype/Makefile.am: Rename variable SOURCES to
55863             MAINSOURCES.
55864             Some automake versions seem to use it or something.
55865
55866  src/Makefile.am | 4 ++--
55867  1 file changed, 2 insertions(+), 2 deletions(-)
55868
55869 commit ffb2d5c1e7af33644d0a4058befa4b8358c9a7bf
55870 Author: Behdad Esfahbod <behdad@gnome.org>
55871 Date:   Wed May 31 07:42:55 2006 +0000
55872
55873     Bug 341138 – Using TTC font, Gtk2 programs begin to eating big
55874     memory
55875
55876     2006-05-31  Behdad Esfahbod  <behdad@gnome.org>
55877
55878             Bug 341138 – Using TTC font, Gtk2 programs begin to eating
55879             big memory
55880             and have many cpu usage.
55881             Patch from Yong Li.
55882
55883             * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
55884             TrueType table
55885             offsets are absolute, not relative.
55886
55887  src/ftglue.c | 2 +-
55888  1 file changed, 1 insertion(+), 1 deletion(-)
55889
55890 commit f8f7bd2451eeafb57f5c80c7b4e88a1e50b97c4f
55891 Author: Behdad Esfahbod <behdad@gnome.org>
55892 Date:   Wed May 31 07:23:02 2006 +0000
55893
55894     Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't
55895     correct when
55896
55897     2006-05-31  Behdad Esfahbod  <behdad@gnome.org>
55898
55899             Bug 336153 – Mark to mark positioning (Lookup Type 6)
55900             isn't correct
55901             when using MarkAttchmentType
55902             Patch from Tin Myo Htet.
55903
55904             * pango/opentype/harfbuzz-gpos.c (Lookup_MarkMarkPos):
55905             Ignore marks
55906             of non-matchin attachment type.
55907
55908  src/harfbuzz-gpos.c | 37 ++++++++++++++++++++++---------------
55909  1 file changed, 22 insertions(+), 15 deletions(-)
55910
55911 commit d2a613187c1257371d62153b55c89336965e0754
55912 Author: Behdad Esfahbod <behdad@gnome.org>
55913 Date:   Wed Apr 12 18:47:50 2006 +0000
55914
55915     Fix loop variables. (coverity found bug.)
55916
55917     2006-04-12  Behdad Esfahbod  <behdad@gnome.org>
55918
55919             * pango/opentype/harfbuzz-gpos.c: Fix loop
55920             variables. (coverity
55921             found bug.)
55922
55923  src/harfbuzz-gpos.c | 6 +++---
55924  1 file changed, 3 insertions(+), 3 deletions(-)
55925
55926 commit 14022e826f63c48b689f9037645c9a3a3302d9b6
55927 Author: Behdad Esfahbod <behdad@gnome.org>
55928 Date:   Tue Apr 11 08:31:44 2006 +0000
55929
55930     Bug 337924 – cleanups for issues reported by various compilers Patch
55931
55932     2006-04-11  Behdad Esfahbod  <behdad@gnome.org>
55933
55934             Bug 337924 – cleanups for issues reported by various
55935             compilers
55936             Patch from Kjartan Maraas.
55937
55938             * examples/viewer-x.c (update):
55939             * modules/arabic/arabic-fc.c (fallback_shape),
55940             (arabic_engine_shape):
55941             * modules/basic/basic-fc.c (fallback_shape),
55942             (basic_engine_shape):
55943             * modules/basic/basic-x.c:
55944             * modules/hangul/hangul-fc.c:
55945             * modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
55946             * modules/indic/indic-fc.c:
55947             * modules/khmer/khmer-fc.c:
55948             * modules/syriac/syriac-fc.c:
55949             * modules/thai/thai-fc.c:
55950             * modules/tibetan/tibetan-fc.c:
55951             * pango/break.c:
55952             * pango/modules.c:
55953             * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
55954             * pango/pango-attributes.c (pango_attr_list_filter):
55955             * pango/pango-engine.c:
55956             * pango/pango-fontset.c:
55957             * pango/pango-layout.c (pango_layout_set_text),
55958             (pango_layout_xy_to_index), (pango_layout_get_cursor_pos):
55959             * pango/pango-markup.c (text_handler):
55960             * pango/pango-utils.c (read_alias_file):
55961             * pango/pangocairo-fcfont.c (G_DEFINE_TYPE_WITH_CODE):
55962             * pango/pangocairo-fcfontmap.c (G_DEFINE_TYPE_WITH_CODE):
55963             * pango/pangocairo-font.c
55964             (_pango_cairo_font_get_hex_box_info):
55965             * pango/pangox-fontmap.c (pango_x_make_matching_xlfd):
55966             * tests/dump-boundaries.c (fail):
55967             Remove unused variables.  Remove excess semicolon after
55968             DEFINE_TYPE
55969             macros.
55970
55971  src/ftglue.c | 2 --
55972  1 file changed, 2 deletions(-)
55973
55974 commit 59aafd07806a2f0d4f399eff13aec74557f60522
55975 Author: Behdad Esfahbod <behdad@gnome.org>
55976 Date:   Mon Apr 10 10:33:17 2006 +0000
55977
55978     Fix minor bugs reported by the Coverity scan report.
55979
55980     2006-04-10  Behdad Esfahbod  <behdad@gnome.org>
55981
55982             Fix minor bugs reported by the Coverity scan report.
55983
55984             * pango/opentype/harfbuzz-gdef.c
55985             (HB_GDEF_Build_ClassDefinition):
55986             * pango/opentype/harfbuzz-gpos.c (HB_GPOS_Query_Scripts),
55987             (HB_GPOS_Query_Languages), (HB_GPOS_Query_Features): Do
55988             not access
55989             structs before we check them for nullity.
55990
55991             * pango/pango-layout.c (pango_layout_index_to_line),
55992             (pango_layout_index_to_line_and_extents),
55993             (pango_layout_index_to_pos): Check for invalid iterators
55994             outside the
55995             loop, so we don't crash.
55996
55997             * pango/pango-layout.c (pango_layout_line_x_to_index): Set
55998             char_trailing instead of trailing in one of too many paths.
55999             Should
56000             have been a typo.
56001
56002             * pango/pangox.c (get_font_metrics_from_subfonts): Check
56003             for nullity
56004             somewhere.
56005
56006  src/harfbuzz-gdef.c | 3 ++-
56007  src/harfbuzz-gpos.c | 9 ++++++---
56008  2 files changed, 8 insertions(+), 4 deletions(-)
56009
56010 commit b31d6def96ff99e89ba42e09661992498bda460d
56011 Author: Behdad Esfahbod <behdad@gnome.org>
56012 Date:   Thu Apr 6 18:23:49 2006 +0000
56013
56014     Update from HarfBuzz. Lars Knoll fixed all the warnings.
56015
56016     2006-04-06  Behdad Esfahbod  <behdad@gnome.org>
56017
56018             * pango/opentype: Update from HarfBuzz.  Lars Knoll fixed
56019             all the
56020             warnings.
56021
56022  src/harfbuzz-dump.c |  94 ++++++++++++++++++++++++++++---------------
56023  src/harfbuzz-gpos.c |  80 ++++++++++++++++++++++--------------
56024  src/harfbuzz-gsub.c | 114
56025  +++++++++++++++++++++++++++++-----------------------
56026  src/harfbuzz-impl.h |   4 ++
56027  4 files changed, 179 insertions(+), 113 deletions(-)
56028
56029 commit ca57250bc9d9f92c88a2ea516e251b9cbfdebda0
56030 Author: Behdad Esfahbod <behdad@gnome.org>
56031 Date:   Mon Apr 3 20:13:17 2006 +0000
56032
56033     Make sure TTAG_GDEF and frineds are defined, needed for FreeType
56034     <= 2.1.7
56035
56036     2006-04-03  Behdad Esfahbod  <behdad@gnome.org>
56037
56038             * pango/opentype/harfbuzz-impl.h: Make sure TTAG_GDEF and
56039             frineds are
56040             defined, needed for FreeType <= 2.1.7 (pointed by Tim Janik).
56041
56042  src/harfbuzz-gdef.c |  3 ---
56043  src/harfbuzz-gpos.c |  3 ---
56044  src/harfbuzz-gsub.c |  3 ---
56045  src/harfbuzz-impl.h | 11 +++++++++++
56046  4 files changed, 11 insertions(+), 9 deletions(-)
56047
56048 commit f618288e00914b6606ec977d506c18e4abdd3ce4
56049 Author: Behdad Esfahbod <behdad@src.gnome.org>
56050 Date:   Fri Mar 31 13:19:29 2006 +0000
56051
56052     .
56053
56054  src/.cvsignore | 2 --
56055  1 file changed, 2 deletions(-)
56056
56057 commit 5f1f943b9e6d753722ceadba7eb7ce1f14526ea5
56058 Author: Behdad Esfahbod <behdad@src.gnome.org>
56059 Date:   Fri Mar 31 13:18:23 2006 +0000
56060
56061     .
56062
56063  src/.cvsignore | 1 +
56064  1 file changed, 1 insertion(+)
56065
56066 commit bce3e0b0d4ee521767d80c5c21704337bf5ac716
56067 Author: Behdad Esfahbod <behdad@src.gnome.org>
56068 Date:   Fri Mar 31 12:45:40 2006 +0000
56069
56070     Define NULL.
56071
56072  src/harfbuzz-impl.h | 6 +++++-
56073  1 file changed, 5 insertions(+), 1 deletion(-)
56074
56075 commit 9f8da38cd108590514b71756b752d98952a9221f
56076 Author: Behdad Esfahbod <behdad@gnome.org>
56077 Date:   Fri Mar 31 12:28:09 2006 +0000
56078
56079     Convert pango/opentype to the new project called HarfBuzz.
56080
56081     2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
56082
56083             Convert pango/opentype to the new project called HarfBuzz.
56084
56085             * pango/opentype/*: Restructured.
56086
56087             * pango/pango-ot-*: Updated to use HarfBuzz symbol names.
56088
56089  src/COPYING                            |   15 +
56090  src/{FTL.TXT => COPYING.FTL}           |    0
56091  src/COPYING.GPL                        |  340 ++
56092  src/FT-license.txt                     |   28 -
56093  src/Makefile.am                        |   89 +-
56094  src/README                             |   44 +-
56095  src/ftglue.c                           |   88 +-
56096  src/ftglue.h                           |   68 +-
56097  src/ftxgdef.c                          | 1225 -------
56098  src/ftxgdef.h                          |  224 --
56099  src/ftxgpos.c                          | 6199
56100  -------------------------------
56101  src/ftxgpos.h                          |  838 -----
56102  src/ftxgsub.c                          | 4533 -----------------------
56103  src/ftxgsub.h                          |  594 ---
56104  src/ftxopen.c                          | 1552 --------
56105  src/ftxopen.h                          |  317 --
56106  src/ftxopenf.h                         |  166 -
56107  src/harfbuzz-buffer.c                  |  227 ++
56108  src/harfbuzz-buffer.h                  |  106 +
56109  src/{ottest.c => harfbuzz-dump-main.c} |   84 +-
56110  src/{disasm.c => harfbuzz-dump.c}      |  186 +-
56111  src/{disasm.h => harfbuzz-dump.h}      |   18 +-
56112  src/harfbuzz-gdef-private.h            |  101 +
56113  src/harfbuzz-gdef.c                    | 1228 +++++++
56114  src/harfbuzz-gdef.h                    |  127 +
56115  src/harfbuzz-gpos-private.h            |  683 ++++
56116  src/harfbuzz-gpos.c                    | 6269
56117  ++++++++++++++++++++++++++++++++
56118  src/harfbuzz-gpos.h                    |  168 +
56119  src/harfbuzz-gsub-private.h            |  448 +++
56120  src/harfbuzz-gsub.c                    | 4581 +++++++++++++++++++++++
56121  src/harfbuzz-gsub.h                    |  132 +
56122  src/harfbuzz-impl.h                    |   64 +
56123  src/harfbuzz-open-private.h            |   81 +
56124  src/harfbuzz-open.c                    | 1426 ++++++++
56125  src/harfbuzz-open.h                    |  285 ++
56126  src/harfbuzz.c                         |   19 +
56127  src/harfbuzz.h                         |   23 +
56128  src/otlbuffer.c                        |  238 --
56129  src/otlbuffer.h                        |  103 -
56130  39 files changed, 16582 insertions(+), 16335 deletions(-)
56131
56132 commit dd2a8d4d490df1d310e7553ba6c7c8de661f28a1
56133 Author: Behdad Esfahbod <behdad@gnome.org>
56134 Date:   Sat Mar 25 23:52:30 2006 +0000
56135
56136     Don't err on Table_Missing.
56137
56138     2006-03-25  Behdad Esfahbod  <behdad@gnome.org>
56139
56140             * pango/opentype/ottest.c: Don't err on Table_Missing.
56141
56142  src/ottest.c | 4 ++--
56143  1 file changed, 2 insertions(+), 2 deletions(-)
56144
56145 commit 434833b1b7b01d85a143f9ad4b04e7044dd72567
56146 Author: Behdad Esfahbod <behdad@gnome.org>
56147 Date:   Mon Mar 13 05:06:05 2006 +0000
56148
56149     === Released 1.12.0 ===
56150
56151     2006-03-13  Behdad Esfahbod  <behdad@gnome.org>
56152
56153             * === Released 1.12.0 ===
56154
56155             * configure.in: Version 1.12.0
56156
56157             * NEWS, README: Updated.
56158
56159  src/README | 4 ++--
56160  1 file changed, 2 insertions(+), 2 deletions(-)
56161
56162 commit 8228828e1e4c8dd6f9435fb718ad4394bba95655
56163 Author: Behdad Esfahbod <behdad@gnome.org>
56164 Date:   Mon Jan 30 22:37:48 2006 +0000
56165
56166     Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug
56167
56168     2006-01-30  Behdad Esfahbod  <behdad@gnome.org>
56169
56170             * pango/opentype/ftxgsub.c: Handle GSUB Lookup type 8,
56171             and ReverseChainContextualSubst table.  (bug #149696,
56172             patch from Aamir Wali)
56173
56174  src/ftxgsub.c  | 545
56175  ++++++++++++++++++++++++++++++++++++++++++++++-----------
56176  src/ftxgsub.h  |  47 +++--
56177  src/ftxopen.c  |   7 +
56178  src/ftxopenf.h |   5 +-
56179  4 files changed, 487 insertions(+), 117 deletions(-)
56180
56181 commit e040f681963d51eaadcd53a456100fde1a7addb6
56182 Author: Behdad Esfahbod <behdad@gnome.org>
56183 Date:   Sat Jan 28 20:29:18 2006 +0000
56184
56185     Removed.
56186
56187     2006-01-28  Behdad Esfahbod  <behdad@gnome.org>
56188
56189             * pango/opentype/pango-ot-*: Removed.
56190
56191             * pango/pango-ot-*: Added.
56192
56193             * pango/Makefile.am, pango/opentype/Makefile.am: Adjusted.
56194
56195  src/Makefile.am        |  30 +--
56196  src/pango-ot-buffer.c  | 339 ------------------------
56197  src/pango-ot-info.c    | 681
56198  -------------------------------------------------
56199  src/pango-ot-private.h | 105 --------
56200  src/pango-ot-ruleset.c | 225 ----------------
56201  5 files changed, 13 insertions(+), 1367 deletions(-)
56202
56203 commit f45689bc655eb723f11a2eb65a41303221b80397
56204 Author: Behdad Esfahbod <behdad@gnome.org>
56205 Date:   Wed Jan 25 19:33:58 2006 +0000
56206
56207     If major.minor of required and available glib versions are the
56208     same, add
56209
56210     2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
56211
56212             * configure.in: If major.minor of required and available
56213             glib versions
56214             are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug
56215             #328617)
56216
56217             * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
56218
56219  src/Makefile.am | 1 -
56220  1 file changed, 1 deletion(-)
56221
56222 commit 6cc6c9a57c674787f278ea5b60705384fd72b4ad
56223 Author: Behdad Esfahbod <behdad@gnome.org>
56224 Date:   Sat Jan 14 07:00:13 2006 +0000
56225
56226     Make sure #include <config.h> is the first include in the file. (bug
56227
56228     2006-01-14  Behdad Esfahbod  <behdad@gnome.org>
56229
56230             * */*.c, */*/*.c: Make sure #include <config.h> is the
56231             first include
56232             in the file. (bug #158870, based on patch by Luis Menina)
56233
56234  src/disasm.c           | 2 ++
56235  src/ftglue.c           | 1 +
56236  src/ftxgdef.c          | 1 +
56237  src/ftxgpos.c          | 2 ++
56238  src/ftxgsub.c          | 2 ++
56239  src/ftxopen.c          | 2 ++
56240  src/otlbuffer.c        | 3 +++
56241  src/ottest.c           | 1 +
56242  src/pango-ot-buffer.c  | 2 ++
56243  src/pango-ot-info.c    | 2 ++
56244  src/pango-ot-ruleset.c | 2 ++
56245  11 files changed, 20 insertions(+)
56246
56247 commit ca07fcf6ef61c09825e67ca7e2574a90e4f5a9a0
56248 Author: Behdad Esfahbod <behdad@gnome.org>
56249 Date:   Thu Jan 5 16:14:49 2006 +0000
56250
56251     pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,
56252
56253     2006-01-05  Behdad Esfahbod  <behdad@gnome.org>
56254
56255             * pango/Makefile.am,
56256             * pango/fonts.c,
56257             * pango/glyphstring.c,
56258             * pango/pango-attributes.c,
56259             * pango/pango-color.c,
56260             * pango/pango-impl-utils.h,
56261             * pango/pango-item.c,
56262             * pango/pango-layout.c,
56263             * pango/pango-tabs.c,
56264             * pango/pango-utils.c,
56265             * pango/pango-utils.h,
56266             * pango/pangoatsui-fontmap.c,
56267             * pango/pangocairo-font.c,
56268             * pango/pangocairo-fontmap.c,
56269             * pango/pangofc-fontmap.c,
56270             * pango/pangowin32-fontmap.c,
56271             * pango/pangox-fontmap.c,
56272             * pango/pangox.c,
56273             * pango/opentype/pango-ot-info.c,
56274             * pango/opentype/pango-ot-ruleset.c: Intern strings to avoid
56275             unnecessary strdups in the type system. (bug #325832,
56276             Matthias Clasen)
56277
56278  src/pango-ot-info.c    | 3 ++-
56279  src/pango-ot-ruleset.c | 3 ++-
56280  2 files changed, 4 insertions(+), 2 deletions(-)
56281
56282 commit 71524f1bc891bb4450507f769e5cc8f6f6cffa0c
56283 Author: Behdad Esfahbod <behdad@gnome.org>
56284 Date:   Tue Dec 27 09:55:48 2005 +0000
56285
56286     Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias
56287     Clasen)
56288
56289     2005-12-27  Behdad Esfahbod  <behdad@gnome.org>
56290
56291             * pango/opentype/pango-ot-buffer.c: Use g_slice for
56292             PangoOTBuffer
56293             allocation. (bug #325026, Matthias Clasen)
56294
56295  src/pango-ot-buffer.c | 4 ++--
56296  1 file changed, 2 insertions(+), 2 deletions(-)
56297
56298 commit b5baa43d3a972ebd3ef82ede14b54c185b723a71
56299 Author: Behdad Esfahbod <behdad@src.gnome.org>
56300 Date:   Fri Nov 25 09:22:02 2005 +0000
56301
56302     Tiny doc improvement.
56303
56304  src/pango-ot-info.c | 2 +-
56305  1 file changed, 1 insertion(+), 1 deletion(-)
56306
56307 commit 6f64314f7a031a5a5d6b7663c08b70c452961c89
56308 Author: Behdad Esfahbod <behdad@gnome.org>
56309 Date:   Wed Nov 23 19:48:10 2005 +0000
56310
56311     Fix typo in docs.
56312
56313     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
56314
56315             * pango/opentyp/pango-ot-buffer.c: Fix typo in docs.
56316
56317  src/pango-ot-buffer.c | 4 +++-
56318  1 file changed, 3 insertions(+), 1 deletion(-)
56319
56320 commit f2bcf72296b57c8cd7d5a08228c3aef6c8f97d2d
56321 Author: Behdad Esfahbod <behdad@gnome.org>
56322 Date:   Wed Nov 23 17:54:55 2005 +0000
56323
56324     Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,
56325
56326     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
56327
56328             * pango/fonts.c pango/pango-attributes.c pango/pango-context.c
56329             pango/pango-glyph-item.c pango/pango-layout.c
56330             pango/pango-script.c pango/pango-utils.c pango/pangofc-font.c
56331             pango/pangoft2-fontmap.c pango/opentype/pango-ot-buffer.c
56332             pango/opentype/pango-ot-ruleset.c: Added "Since:" tags to all
56333             interfaces added after Pango 1.0. (#319116, Brian Cameron)
56334
56335  src/pango-ot-buffer.c  | 49
56336  +++++++++++++++++++++++++++++++++++++++++++++++++
56337  src/pango-ot-ruleset.c | 14 ++++++++++++++
56338  2 files changed, 63 insertions(+)
56339
56340 commit 682db81c23d2116072d8550657c914afb7c26d2b
56341 Author: Behdad Esfahbod <behdad@gnome.org>
56342 Date:   Wed Nov 23 15:19:48 2005 +0000
56343
56344     Protect against possible division by zeros (#316468, Steve Grubb)
56345
56346     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
56347
56348             Protect against possible division by zeros (#316468,
56349             Steve Grubb)
56350
56351             * pango/pango-context.c (update_metrics_from_items),
56352             pango/pango-fontset.c (pango_fontset_real_get_metrics):
56353             If count is
56354             zero, do not alter approximate_{char,digit}_width.
56355
56356             * pango/opentype/disasm.c: Err on invalid DeltaFormat.
56357
56358  src/disasm.c | 28 ++++++++++++++++++----------
56359  1 file changed, 18 insertions(+), 10 deletions(-)
56360
56361 commit e6e15352d154e1350340f8045759e5f7b0d86dc7
56362 Author: Behdad Esfahbod <behdad@gnome.org>
56363 Date:   Wed Nov 23 11:53:03 2005 +0000
56364
56365     Reworked basic shaper with OpenType support. (#101079, based on
56366     patch from
56367
56368     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
56369
56370             * modules/basic/basic-fc.c: Reworked basic shaper with
56371             OpenType
56372             support. (#101079, based on patch from Denis Jacquerye and
56373             Noah Levitt)
56374
56375             * modules/basic/basic-fc.c (basic_scripts): Added Unicode
56376             4.1 addition
56377             script PANGO_SCRIPT_GLAGOLITIC that is a "simple" script.
56378
56379             * modules/arabic/arabic-fc.c, modules/syriac/syriac-fc.c:
56380             Replace
56381             g_utf8_to_ucs4_fast() with g_utf8_strlen()!
56382
56383             * pango/opentype/pango-ot-ruleset.c
56384             (pango_ot_ruleset_add_feature):
56385             Remove reference in docs to pango_ot_ruleset_shape() that was
56386             removed long ago.
56387
56388  src/pango-ot-ruleset.c | 6 +++---
56389  1 file changed, 3 insertions(+), 3 deletions(-)
56390
56391 commit 612b6cf60928b356f4bbb59bc9d64886574322c3
56392 Author: Behdad Esfahbod <behdad@gnome.org>
56393 Date:   Thu Nov 17 06:28:11 2005 +0000
56394
56395     Part of #101079:
56396
56397     2005-11-17  Behdad Esfahbod  <behdad@gnome.org>
56398
56399             Part of #101079:
56400
56401             * pango/opentype/ftxopen.c (Load_Lookup): In extension
56402             subtables,
56403             offset is relative to the extension subtable, not the original
56404             table. (Greg Aumann)
56405
56406             * pango/opentype/ftxgpos.c (Load_BaseArray): When reading
56407             BaseAnchor,
56408             skip offsets that are zero.  Works around bug in Doulos
56409             SIL Regular.
56410
56411  src/ftxgpos.c | 6 ++++++
56412  src/ftxopen.c | 6 ++++--
56413  2 files changed, 10 insertions(+), 2 deletions(-)
56414
56415 commit 1b2c314b804da97b1d5e7adab64bdd4177702579
56416 Author: Behdad Esfahbod <behdad@gnome.org>
56417 Date:   Wed Nov 9 23:30:00 2005 +0000
56418
56419     Remove debug line that got in accidentally.
56420
56421     2005-11-09  Behdad Esfahbod  <behdad@gnome.org>
56422
56423             * pango/opentype/ftxgpos.c, pango/opentype/ftxopen.c:
56424             Remove debug
56425             line that got in accidentally.
56426
56427  src/ftxgpos.c | 1 -
56428  src/ftxopen.c | 1 -
56429  2 files changed, 2 deletions(-)
56430
56431 commit 9717127a5be037e26afe52332a8b07f13474557a
56432 Author: Behdad Esfahbod <behdad@gnome.org>
56433 Date:   Fri Nov 4 23:55:38 2005 +0000
56434
56435     Turn various gcc warnings off. Adding const, adding static, fully
56436
56437     2005-11-04  Behdad Esfahbod  <behdad@gnome.org>
56438
56439             * configure.in, examples/argcontext.c examples/cairoview.c,
56440             examples/renderdemo.c, examples/renderdemo.h
56441             examples/xftview.c,
56442             modules/basic/basic-x.c, modules/hangul/hangul-fc.c,
56443             modules/hebrew/hebrew-shaper.c,
56444             modules/hebrew/hebrew-shaper.h,
56445             modules/indic/indic-fc.c, modules/indic/mprefixups.c,
56446             modules/syriac/syriac-fc.c, pango/break.c pango/fonts.c,
56447             pango/modules.c, pango/pango-coverage.c pango/pango-engine.c,
56448             pango/pango-engine.h, pango/pango-fontmap.c,
56449             pango/pango-fontset.c, pango/pango-impl-utils.h,
56450             pango/pango-layout.c, pango/pango-layout.h,
56451             pango/pango-renderer.c, pango/pango-script.c,
56452             pango/pango-utils.c, pango/pangocairo-fc.h,
56453             pango/pangocairo-font.c, pango/pangocairo-fontmap.c,
56454             pango/pangocairo-private.h, pango/pangofc-decoder.c,
56455             pango/pangofc-font.c, pango/pangofc-fontmap.c
56456             pango/pangoft2.c,
56457             pango/pangox-fontcache.c, pango/pangox-fontmap.c
56458             pango/pangox.c,
56459             pango/pangoxft-font.c, pango/querymodules.c,
56460             pango/opentype/ftglue.c, pango/opentype/ftxgpos.c,
56461             pango/opentype/ftxopen.c, pango/opentype/pango-ot-buffer.c,
56462             pango/opentype/pango-ot-info.c,
56463             pango/opentype/pango-ot-ruleset.c, tests/dump-boundaries.c,
56464             tests/testboundaries.c, tests/testcolor.c tests/testiter.c,
56465             tests/testscript.c: Turn various gcc warnings off. Adding
56466             const,
56467             adding static, fully initializing structs, match signedness in
56468             comparisons. (#317804)
56469
56470             * tests/testscript.c, tools/gen-script-for-lang.c:
56471             (scripts_for_file): Pass error->message instead of error
56472             to fail(),
56473             which was wrong.
56474             (compare_lang): Fix typo comparing a and a instead of a and b.
56475
56476  src/ftglue.c           | 2 +-
56477  src/ftxgpos.c          | 4 ++++
56478  src/ftxopen.c          | 1 +
56479  src/pango-ot-buffer.c  | 4 ++--
56480  src/pango-ot-info.c    | 5 +++--
56481  src/pango-ot-ruleset.c | 5 +++--
56482  6 files changed, 14 insertions(+), 7 deletions(-)
56483
56484 commit c0505f3bb28feeba95b201e6464fb2fdac90194a
56485 Author: Behdad Esfahbod <behdad@gnome.org>
56486 Date:   Thu Nov 3 20:13:40 2005 +0000
56487
56488     Patches from #170414. Reviewed by Matthias Clasen.
56489
56490     2005-11-03  Behdad Esfahbod  <behdad@gnome.org>
56491
56492             Patches from #170414.  Reviewed by Matthias Clasen.
56493
56494             * pango/opentype/ftxgpos.c, pango/opentype/ftxgsub.c: Use
56495             call table
56496             to dispatch different lookup types.
56497
56498             * pango/opentype/pango-ot-buffer.c,
56499             pango/opentype/pango-ot-ruleset.c:
56500             Small cleanup.
56501
56502  src/ftxgpos.c          | 143
56503  ++++++++++++++++++++++++-------------------------
56504  src/ftxgsub.c          | 115 +++++++++++++++++++++------------------
56505  src/pango-ot-buffer.c  |   3 +-
56506  src/pango-ot-ruleset.c |  75 +++++++++-----------------
56507  4 files changed, 159 insertions(+), 177 deletions(-)
56508
56509 commit c6b22b9119ef54ea8d0d2f08b74fdeb024289d73
56510 Author: Behdad Esfahbod <pango@behdad.org>
56511 Date:   Mon Aug 29 10:06:40 2005 +0000
56512
56513     Generate valid XML output. Dump LookupFlag too.
56514
56515     2005-08-29  Behdad Esfahbod  <pango@behdad.org>
56516
56517             * pango/opentype/ottest.c, pango/opentype/disasm.c:
56518             Generate valid
56519             XML output.  Dump LookupFlag too.
56520
56521  src/disasm.c | 58
56522  ++++++++++++++++++++++++++++++----------------------------
56523  src/ottest.c | 23 ++++++++++++++---------
56524  2 files changed, 44 insertions(+), 37 deletions(-)
56525
56526 commit 1e3747ca5d1a6f607f8e56fb94e3daaf6ad623cb
56527 Author: Behdad Esfahbod <pango@behdad.org>
56528 Date:   Mon Aug 15 04:16:04 2005 +0000
56529
56530     Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT.
56531
56532     2005-08-15  Behdad Esfahbod  <pango@behdad.org>
56533
56534             * pango/opentype/ftglue.h: Replace perror with perror_.
56535             Remove FT_BEGIN_STMNT and FT_END_STMNT. (#313477)
56536
56537  src/ftglue.h | 8 ++++----
56538  1 file changed, 4 insertions(+), 4 deletions(-)
56539
56540 commit 3c60250875fa9d04ca96dea35eba23fc70690ff5
56541 Author: Owen Taylor <otaylor@redhat.com>
56542 Date:   Tue Jul 26 18:33:27 2005 +0000
56543
56544     Skip lookups with lookup index out of range. (Patch from Behdad
56545     Esfahbod,
56546
56547     2005-07-26    Owen Taylor  <otaylor@redhat.com>
56548
56549             * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c:
56550             Skip lookups
56551             with lookup index out of range. (Patch from Behdad Esfahbod,
56552             #171170)
56553
56554  src/ftxgpos.c | 30 ++++++++++++++++++++++++------
56555  src/ftxgsub.c | 30 ++++++++++++++++++++++++------
56556  2 files changed, 48 insertions(+), 12 deletions(-)
56557
56558 commit 91a3fa2e4bcdde8ae022d1264c783f133cd7e00d
56559 Author: Owen Taylor <otaylor@redhat.com>
56560 Date:   Fri Jul 22 18:03:58 2005 +0000
56561
56562     Remove an unecessary set of block2.
56563
56564     2005-07-22  Owen Taylor  <otaylor@redhat.com>
56565
56566             * pango/opentype/ftglue.c (ftglue_realloc): Remove
56567             an unecessary set of block2.
56568
56569  src/ftglue.c | 1 -
56570  1 file changed, 1 deletion(-)
56571
56572 commit ff7034787d79dcd1bec58a4e02602039313da00e
56573 Author: Owen Taylor <otaylor@redhat.com>
56574 Date:   Fri Jul 22 17:56:37 2005 +0000
56575
56576     Patch from David Turner. Review and testing by Behdad Esfahbod
56577
56578     2005-07-22  Owen Taylor  <otaylor@redhat.com>
56579
56580             Patch from David Turner. Review and testing by Behdad Esfahbod
56581
56582             * pango/opentype/ftglue.[ch] Makefile.am: Glue layer that
56583             provides
56584             implementation of the internal functions that the opentype
56585             code
56586             expects in terms of publically exported FreeType API.
56587
56588             * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
56589             pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
56590             pango/opentype/otlbuffer.c pango/opentype/pango-ot-info.c
56591             pango/opentype/pango-ot-ruleset.c: Remove includes of
56592             internal headers. Small changes to work with ftglue.[ch]
56593
56594             * pango/opentype/fterrcompat.h: Remove: no longer needed.
56595
56596             * pango/opentype/ftxgpos.c: Use FT_IS_SFNT(face) rather
56597             than poking at FT_MODULE_CLASS (face->driver)->module_name.
56598
56599             * pango/opentype/ftxopen.c (Free_FeatureList): Free
56600             fl->ApplyOrder. (Found by Behdad)
56601
56602  src/Makefile.am        |   3 +-
56603  src/fterrcompat.h      |  95 --------------
56604  src/ftglue.c           | 350
56605  +++++++++++++++++++++++++++++++++++++++++++++++++
56606  src/ftglue.h           | 156 ++++++++++++++++++++++
56607  src/ftxgdef.c          |   9 +-
56608  src/ftxgpos.c          |   9 +-
56609  src/ftxgsub.c          |  10 +-
56610  src/ftxopen.c          |   8 +-
56611  src/otlbuffer.c        |   4 +-
56612  src/pango-ot-info.c    |   6 +-
56613  src/pango-ot-ruleset.c |   2 -
56614  11 files changed, 520 insertions(+), 132 deletions(-)
56615
56616 commit 43dbec6f3a345ba0e4a43766610ed59622bbe4a0
56617 Author: Owen Taylor <otaylor@redhat.com>
56618 Date:   Thu Jul 21 18:15:45 2005 +0000
56619
56620     Fix up places where there is missing or incomplete Copyright and
56621     License
56622
56623     2005-07-21  Owen Taylor  <otaylor@redhat.com>
56624
56625             Fix up places where there is missing or incomplete
56626             Copyright and License information (Reported by William N. Ray)
56627
56628             * pango/opentype/fterrcompat.h: Mark as FreeType/GPL licensed.
56629
56630             * pango/opentype/FT-license.txt: Make this the dual-licensing
56631             description that covers the FreeType code (FreeType's
56632             LICENSE.TXT) rather than the FTL.
56633
56634             * pango/opentype/FTL.TXT: Move the FTL (referenced from
56635             FT-license.txt) to here.
56636
56637             * modules/basic/basic-common.h modules/hebrew/hebrew-shaper.h
56638             modules/thai/thai-charprop.c modules/thai/thai-shaper.h
56639             tools/gen-script-for-lang.c tests/testcolor.c:
56640             Add LGPL header and copyright information.
56641
56642             * modules/indic/indic-ot.[ch]
56643             modules/indic/indic-ot-class-tables.c
56644             modules/thai/thai-ot.[ch]: Add LGPL header.
56645
56646             * modules/thai/thai-shaper.c modules/thai/thai-charprop.h:
56647             Minor fixes to copyright information.
56648
56649             * modules/arabic/arabic-ot.c: Add Freetype license
56650             boilerplate.
56651
56652  src/FT-license.txt | 179
56653  +++++++----------------------------------------------
56654  src/FTL.TXT        | 174
56655  +++++++++++++++++++++++++++++++++++++++++++++++++++
56656  src/fterrcompat.h  |  10 ++-
56657  3 files changed, 204 insertions(+), 159 deletions(-)
56658
56659 commit c55850d36d208c7aae8f6ed5c9e1e7927b988d6c
56660 Author: Owen Taylor <otaylor@redhat.com>
56661 Date:   Tue Jun 14 19:54:19 2005 +0000
56662
56663     Chain up from finalize. (#307547, Paolo Borelli)
56664
56665     2005-06-14  Owen Taylor  <otaylor@redhat.com>
56666
56667             * pango/opentype/pango-ot-info.c (pango_ot_info_finalize)
56668             pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_finalize):
56669             Chain up from finalize. (#307547, Paolo Borelli)
56670
56671             * pango/opentype/pango-ot-info.c (pango_ot_info_finalizer):
56672             make accidentally public function static.
56673
56674  src/pango-ot-info.c    | 4 +++-
56675  src/pango-ot-ruleset.c | 2 ++
56676  2 files changed, 5 insertions(+), 1 deletion(-)
56677
56678 commit 44ff46a364fb7981804eb45329c4999b415711f9
56679 Author: Tor Lillqvist <tml@novell.com>
56680 Date:   Tue Apr 12 01:27:21 2005 +0000
56681
56682     Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.la
56683
56684     2005-04-12  Tor Lillqvist  <tml@novell.com>
56685
56686             * pango/opentype/Makefile.am: Rename LDADDS to
56687             libpango_ot_la_LIBADD to actually make libpango-ot.la
56688             link with
56689             it.
56690
56691             * pango/pangowin32.def: Rename get_scale_factor to
56692             get_metrics_factor here, too. (#300222, Ivan Wong)
56693
56694  src/Makefile.am | 12 ++++++------
56695  1 file changed, 6 insertions(+), 6 deletions(-)
56696
56697 commit 0c349a032e5a52a9d0dcc8204f761b7cb28bfa6b
56698 Author: Owen Taylor <otaylor@redhat.com>
56699 Date:   Thu Mar 3 19:38:02 2005 +0000
56700
56701     For all binary searches, handle the case where the number of items
56702     is 0.
56703
56704     2005-03-03  Owen Taylor  <otaylor@redhat.com>
56705
56706             * pango/opentype/ftxopen.c (Coverage_Index1, Coverage_Index2,
56707             Get_Class2): For all binary searches, handle the case where
56708             the number of items is 0. (#162977, Nick Lamb)
56709
56710             * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
56711             Handle the case where glyph_count == 0 properly. Fix a problem
56712             with cleanups on memory allocation failure.
56713             (Get_New_Count, Add_Glyph_Property): Avoid reading off the
56714             end of the ClassRangeRecord array.
56715
56716  src/ftxgdef.c | 60
56717  +++++++++++++++++++++++++++++++++++------------------------
56718  src/ftxopen.c | 15 +++++++++++++++
56719  2 files changed, 51 insertions(+), 24 deletions(-)
56720
56721 commit 03838daaa9d485bffcb7bc46453a9a4c32a1f32f
56722 Author: Owen Taylor <otaylor@redhat.com>
56723 Date:   Mon Nov 22 23:37:19 2004 +0000
56724
56725     Set G_LOG_DOMAIN.
56726
56727     Mon Nov 22 18:30:14 2004  Owen Taylor  <otaylor@redhat.com>
56728
56729             * pango/opentype/Makefile.am pango/Makefile.am
56730             modules/*/Makefile.am: Set G_LOG_DOMAIN.
56731
56732  src/Makefile.am | 1 +
56733  1 file changed, 1 insertion(+)
56734
56735 commit 346d3b3cac253d2db41205151c185bf2fd9dda16
56736 Author: Owen Taylor <otaylor@redhat.com>
56737 Date:   Wed Sep 22 18:14:55 2004 +0000
56738
56739     Cleanups from 'sparse', #149922, Kjartan Maraas
56740
56741     Wed Sep 22 14:07:47 2004  Owen Taylor  <otaylor@redhat.com>
56742
56743             Cleanups from 'sparse', #149922, Kjartan Maraas
56744
56745             * pango/pango-utils.c (read_config): () => (void) in
56746             definition.
56747
56748             * pango/pangofc-fontmap.c (pango_fc_font_map_list_families):
56749             Initialize *n_families, not n_families.
56750
56751             * pango/pangofc-fontmap.c pango/pangoft2.c opentype/ftxgdef.c
56752             opentype/ftxgpos.c opentype/ftxgsub.c: : Fix various 0/NULL
56753             confusion.
56754
56755  src/ftxgdef.c | 2 +-
56756  src/ftxgpos.c | 6 +++---
56757  src/ftxgsub.c | 2 +-
56758  3 files changed, 5 insertions(+), 5 deletions(-)
56759
56760 commit 8b654dfb5ad6137ee9c5a48f5abe04bf7d28d8cd
56761 Author: Owen Taylor <otaylor@redhat.com>
56762 Date:   Tue Sep 14 13:45:41 2004 +0000
56763
56764     === Released 1.6.0 ===
56765
56766     Mon Sep 13 17:38:58 2004  Owen Taylor  <otaylor@redhat.com>
56767
56768             * === Released 1.6.0 ===
56769
56770             * configure.in: Update versions for 1.6.0
56771
56772             * NEWS: Update.
56773
56774             * README: Minor tweak.
56775
56776             * pango/fonts.c pango/pango-context.c pango/pango-types.h
56777             pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c
56778             pango/opentype/pango-ot-buffer.c: Add a bunch of missing
56779             Since: 1.6.
56780
56781  src/pango-ot-buffer.c | 2 ++
56782  1 file changed, 2 insertions(+)
56783
56784 commit d41089a5b691967fdd622f47c8397a80af104396
56785 Author: Owen Taylor <otaylor@redhat.com>
56786 Date:   Fri Jul 30 21:23:04 2004 +0000
56787
56788     Finish extending properties flags from FT_UShort =>
56789     FT_UInt. (OTLBuffer
56790
56791     Fri Jul 30 17:17:05 2004  Owen Taylor  <otaylor@redhat.com>
56792
56793             * pango/opentype/ftxgpos.[ch] pango/opentype/ftxgsub.[ch]
56794             pango/opentype/ftxopen.[ch]: Finish extending properties
56795             flags from FT_UShort => FT_UInt. (OTLBuffer was already
56796             using an FT_UInt)
56797
56798  src/ftxgpos.c | 8 ++++----
56799  src/ftxgpos.h | 2 +-
56800  src/ftxgsub.c | 8 ++++----
56801  src/ftxgsub.h | 2 +-
56802  src/ftxopen.c | 2 +-
56803  src/ftxopen.h | 2 +-
56804  6 files changed, 12 insertions(+), 12 deletions(-)
56805
56806 commit f42d5eca291dcdfb27d7fbf88391d6d381b8e9c4
56807 Author: Owen Taylor <otaylor@redhat.com>
56808 Date:   Tue Jul 27 17:20:01 2004 +0000
56809
56810     Save the order in which features were added and use that when applying
56811
56812     Tue Jul 27 12:38:05 2004  Owen Taylor  <otaylor@redhat.com>
56813
56814             * pango/opentype/ftxopen.[ch] pango/opentype/ftxgsub.c
56815             pango/opentype/ftxpos.c: Save the order in which
56816             features were added and use that when applying features.
56817             (Patch from Soheil Hassas Yeganeh, #122330)
56818
56819  src/ftxgpos.c | 41 ++++++++++++++++++++++++-----------------
56820  src/ftxgsub.c | 34 +++++++++++++++++++++-------------
56821  src/ftxopen.c | 14 +++++++++++---
56822  src/ftxopen.h |  2 ++
56823  4 files changed, 58 insertions(+), 33 deletions(-)
56824
56825 commit ae2daa972d74c5ecfe1d2f0057ce12682ad30b00
56826 Author: Behdad Esfahbod <behdad@src.gnome.org>
56827 Date:   Tue Jul 27 13:12:19 2004 +0000
56828
56829     Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH
56830     macros.
56831
56832
56833             * pango/opentype/ftxgpos.c: Remove the unused parameter
56834             from the IN_CURITEM() and IN_CURGLYPH macros.
56835
56836  src/ftxgpos.c | 68
56837  +++++++++++++++++++++++++++++------------------------------
56838  src/ftxgsub.c |  2 +-
56839  2 files changed, 35 insertions(+), 35 deletions(-)
56840
56841 commit 7d5435ea8cb345c79029b8a12d1bddbed28b1997
56842 Author: Behdad Esfahbod <behdad@src.gnome.org>
56843 Date:   Tue Jul 27 10:43:58 2004 +0000
56844
56845     Fix bug to copy glyph from in_string, not out_string.
56846
56847
56848             * pango/opentype/otlbuffer.c (otl_buffer_copy_output_glyph):
56849             Fix bug to copy glyph from in_string, not out_string.
56850
56851  src/otlbuffer.c | 4 ++--
56852  1 file changed, 2 insertions(+), 2 deletions(-)
56853
56854 commit 2ea2a55bdf7ef1caebcd0c5922b0f542ed8bb5bf
56855 Author: Owen Taylor <otaylor@redhat.com>
56856 Date:   Mon Jul 26 23:14:53 2004 +0000
56857
56858     Fix allocation and indexing in NewGlyphClasses array. (#130661,
56859     Masatake
56860
56861     Mon Jul 26 19:11:46 2004  Owen Taylor  <otaylor@redhat.com>
56862
56863             * pango/opentype/ftxgdef.c: Fix allocation and indexing
56864             in NewGlyphClasses array. (#130661, Masatake YAMATO)
56865
56866  src/ftxgdef.c | 14 +++++++-------
56867  1 file changed, 7 insertions(+), 7 deletions(-)
56868
56869 commit 5d42695e5ed89f73fbc665792ebec82c29ae04ae
56870 Author: Owen Taylor <otaylor@redhat.com>
56871 Date:   Mon Jul 26 19:25:45 2004 +0000
56872
56873     Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH
56874     macros.
56875
56876     Mon Jul 26 15:24:11 2004  Owen Taylor  <otaylor@redhat.com>
56877
56878             * pango/opentype/ftxgsub.c (ADD_Glyph): Remove the
56879             unused parameter from the IN_CURITEM() and IN_CURGLYPH
56880             macros.
56881
56882  src/ftxgsub.c | 56
56883  ++++++++++++++++++++++++++++----------------------------
56884  1 file changed, 28 insertions(+), 28 deletions(-)
56885
56886 commit a00c4ea5626526980139b122977e367b8434d24a
56887 Author: Owen Taylor <otaylor@redhat.com>
56888 Date:   Mon Jul 26 19:23:06 2004 +0000
56889
56890     Add missing macro to make the last change actually compile.
56891
56892     Mon Jul 26 15:21:23 2004  Owen Taylor  <otaylor@redhat.com>
56893
56894             * pango/opentype/ftxgsub.c: Add missing macro to make the
56895             last change actually compile.
56896
56897  src/ftxgsub.c | 2 ++
56898  1 file changed, 2 insertions(+)
56899
56900 commit ed3e1f278d3ebfd224f0b57388502d4bb9fb1441
56901 Author: Owen Taylor <otaylor@redhat.com>
56902 Date:   Mon Jul 26 19:20:27 2004 +0000
56903
56904     Match backtrack context against the output glyphs not the input glyphs
56905
56906     Mon Jul 26 15:16:07 2004  Owen Taylor  <otaylor@redhat.com>
56907
56908             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]):
56909             Match backtrack context against the output glyphs not
56910             the input glyphs (#145174, Aamir Wali)
56911
56912  src/ftxgsub.c | 24 ++++++++++++------------
56913  1 file changed, 12 insertions(+), 12 deletions(-)
56914
56915 commit 78282cda004a88b2aadb2786dd3897884e22ed0b
56916 Author: Owen Taylor <otaylor@redhat.com>
56917 Date:   Mon Jul 26 18:59:02 2004 +0000
56918
56919     Make Check_Property() take a OTL_GlyphItem, add a gproperties field to
56920
56921     Mon Jul 26 14:49:22 2004  Owen Taylor  <otaylor@redhat.com>
56922
56923             * ftxgdef.[ch] otlbuffer.[ch]: Make Check_Property() take a
56924             OTL_GlyphItem, add a gproperties field to OTLGlyphItem,
56925             and use that to cache the properties for a glyph.
56926
56927             * ftxgsub.c ftxgdef.c: Adapt to Check_Property() changes.
56928
56929             * otlbuffer.[ch] ftxgsub.c: Add otl_buffer_copy_output_glyph()
56930             to use when we are copying an unmodified glyph from input
56931             to output that preserves the cached properties.
56932
56933  src/ftxgdef.c   | 16 ++++++++++------
56934  src/ftxgpos.c   | 52 +++++++++++++++++++++++++++-------------------------
56935  src/ftxgsub.c   | 54
56936  ++++++++++++++++++++++++++++--------------------------
56937  src/ftxopenf.h  |  2 +-
56938  src/otlbuffer.c | 21 +++++++++++++++++++--
56939  src/otlbuffer.h |  6 ++++++
56940  6 files changed, 91 insertions(+), 60 deletions(-)
56941
56942 commit 81b62af42313fb60db523374cd8c6901829f5c4e
56943 Author: Owen Taylor <otaylor@redhat.com>
56944 Date:   Mon Jul 19 21:13:23 2004 +0000
56945
56946     Add support for ChainContextSubstFormat3.
56947
56948     Mon Jul 19 17:09:11 2004  Owen Taylor  <otaylor@redhat.com>
56949
56950             * pango/opentype/disasm.c: Add support for
56951             ChainContextSubstFormat3.
56952
56953  src/disasm.c | 16 +++++++++++++++-
56954  1 file changed, 15 insertions(+), 1 deletion(-)
56955
56956 commit d4f773ef92fdbaa7e61e6577db5e9b2846a100a4
56957 Author: Owen Taylor <otaylor@redhat.com>
56958 Date:   Mon Jul 19 20:37:22 2004 +0000
56959
56960     Fix pervasive buffer overruns when skipping glyphs when matching
56961     contexts.
56962
56963     Mon Jul 19 16:29:45 2004  Owen Taylor  <otaylor@redhat.com>
56964
56965             * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
56966             Fix pervasive buffer overruns when skipping glyphs
56967             when matching contexts. (#118592, Kailash C. Chowksey)
56968
56969  src/ftxgpos.c | 259 ++++++++++++++++++----------------------
56970  src/ftxgsub.c | 376
56971  ++++++++++++++++++++++++++--------------------------------
56972  2 files changed, 284 insertions(+), 351 deletions(-)
56973
56974 commit 99848cfafee8e598ef533f254cdb99fbae4c9364
56975 Author: Owen Taylor <otaylor@redhat.com>
56976 Date:   Wed Jun 23 20:33:35 2004 +0000
56977
56978     #143693, Sayamindu Dasgupta
56979
56980     Wed Jun 23 16:13:53 2004  Owen Taylor  <otaylor@redhat.com>
56981
56982             #143693, Sayamindu Dasgupta
56983
56984             * pango/opentype/pango-ot-buffer.c
56985             (pango_ot_buffer_set_zero_width_marks)
56986             pango/opentype/pango-ot-private.h:
56987             Allow setting for whether marks should be given zero width,
56988             defaulting to FALSE.
56989
56990             * modules/arabic/arabic-fc.c (arabic_engine_shape): Turn
56991             on zero-width-marks setting.
56992
56993  src/pango-ot-buffer.c  | 22 +++++++++++++++++++++-
56994  src/pango-ot-private.h |  5 +++--
56995  2 files changed, 24 insertions(+), 3 deletions(-)
56996
56997 commit 68d4cedb8726fa239f56d62060d8fee7e09cb8be
56998 Author: Owen Taylor <otaylor@redhat.com>
56999 Date:   Mon Jun 21 18:04:02 2004 +0000
57000
57001     Use the gcc-3.3 strict-aliasing compatible macros from fterrcompat.h
57002
57003     Mon Jun 21 13:55:17 2004  Owen Taylor  <otaylor@redhat.com>
57004
57005             * pango/opentype/otlbuffer.c: Use the gcc-3.3
57006             strict-aliasing compatible macros from fterrcompat.h
57007             (#140495, reported by Stanislav Brabec)
57008
57009  src/otlbuffer.c | 22 ++++++++++++++--------
57010  1 file changed, 14 insertions(+), 8 deletions(-)
57011
57012 commit b327765176dff81047f942ac56a1d206344e6039
57013 Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
57014 Date:   Fri May 28 16:41:36 2004 +0000
57015
57016     Negate y offset according to different conventions between
57017
57018             * pango/opentype/pango-ot-buffer.c (apply_gpos_ltr): Negate
57019             y offset
57020             according to different conventions between PangoGlyphString
57021             and OTL
57022             (#142544)
57023
57024  src/pango-ot-buffer.c | 2 +-
57025  1 file changed, 1 insertion(+), 1 deletion(-)
57026
57027 commit 068763b547d791e28b892bcaee810f3d60a83018
57028 Author: Owen Taylor <otaylor@redhat.com>
57029 Date:   Thu May 27 21:55:50 2004 +0000
57030
57031     Revert error return changes from last commit.
57032
57033     Thu May 27 17:54:24 2004  Owen Taylor  <otaylor@redhat.com>
57034
57035             * pango/opentype/otlbuffer.c: Revert error return changes
57036             from last commit.
57037
57038  src/otlbuffer.c | 16 ++++++----------
57039  1 file changed, 6 insertions(+), 10 deletions(-)
57040
57041 commit ef07481025c5bbb9769b9f908d9dc78f44161bbb
57042 Author: Owen Taylor <otaylor@redhat.com>
57043 Date:   Thu May 27 21:03:42 2004 +0000
57044
57045     Free buffer->positions, clean up error returns that were returning
57046
57047     Thu May 27 16:57:30 2004  Owen Taylor  <otaylor@redhat.com>
57048
57049             * pango/opentype/otlbuffer.c: Free buffer->positions,
57050             clean up error returns that were returning uninitialized
57051             values. (#139239, Behdad Esfahbod)
57052
57053  src/otlbuffer.c | 21 +++++++++++++--------
57054  1 file changed, 13 insertions(+), 8 deletions(-)
57055
57056 commit de568e7e6200c7a49bae1f78ac63858b8df01173
57057 Author: Owen Taylor <otaylor@redhat.com>
57058 Date:   Tue Mar 16 19:23:43 2004 +0000
57059
57060     === Released 1.4.0 ===
57061
57062     Tue Mar 16 11:24:46 2004  Owen Taylor  <otaylor@redhat.com>
57063
57064             * === Released 1.4.0 ===
57065
57066             * configure.in: Version 1.4.0, interface ago 0. Require
57067             glib-2.4.0.
57068
57069             * NEWS: Updates.
57070
57071             * README: Some updates; include details about the FreeType
57072             license of the OpenType code.
57073
57074  src/FT-license.txt | 77
57075  +++++++++++++++++++++++++++++-------------------------
57076  1 file changed, 42 insertions(+), 35 deletions(-)
57077
57078 commit 8b3554b3afe7c125b1a53171b01ac87de9c486fe
57079 Author: Hans Breuer <hans@breuer.org>
57080 Date:   Wed Mar 3 22:35:19 2004 +0000
57081
57082     if PANGO_MODULE_PREFIX is defined include the basic backend shaper
57083     (should
57084
57085     2004-03-03  Hans Breuer  <hans@breuer.org>
57086
57087             * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is
57088             defined include the basic backend shaper (should have been
57089             commited at 2003-12-12, too)
57090
57091             * pango/makefile.msc : generate correct type for PangoFontMask
57092             (bug #135892, John Ehresman)
57093             * pango/opentype/makefile.msc : updated
57094
57095             * pango/pango.def pango/pangoft2.def : more updatd externals
57096
57097  src/makefile.msc | 6 ++++--
57098  1 file changed, 4 insertions(+), 2 deletions(-)
57099
57100 commit a7e096c5de3ec5319bf9333c9ace0732d97c52c3
57101 Author: Owen Taylor <otaylor@redhat.com>
57102 Date:   Sun Feb 29 15:44:50 2004 +0000
57103
57104     Rework opentype interfaces and other changes to make GPOS work
57105     for Arabic.
57106
57107     Sun Feb 29 09:25:13 2004  Owen Taylor  <otaylor@redhat.com>
57108
57109             Rework opentype interfaces and other changes to make GPOS
57110             work for Arabic. (Most of #117282, #121060)
57111
57112             * pango/opentype/otlbuffer.[ch]: OTL_Buffer that
57113             acts as a replacement for the separate GSUB and
57114             GPOS string structures and hides many of the internal
57115             details.
57116
57117             * pango/opentype/ftxgsub.[ch] pango/opentype/ftxgpos.[ch]:
57118             Adapt to OTL_Buffer.
57119
57120             * pango/opentype/ftxgpos.c: Redo handling of cursive
57121             chains so that it actually works.
57122
57123             * pango/pango-ot.h pango/opentype/pango-ot-buffer.c:
57124             Pango wrapper around OTL_Buffer.
57125
57126             * pango/pango-ot.h pango/pango-ot-ruleset.c
57127             pango/pango-ot-buffer.c:
57128             Split pango_ot_ruleset_shape() into
57129             pango_ot_ruleset_substitute(),
57130             pango_ot_ruleset_position(), make them act on
57131             PangoOTBuffer, add a separate pango_ot_buffer_output()
57132             which does the default positioning and writes to a
57133             PangoGlyphString.
57134
57135             * modules/arabic/arabic-fc.c modules/indic/indic-fc.c
57136             modules/indic/mprefixups.[ch]: Adapt to new OpenType
57137             interfaces; add GPOS features for Arabic.
57138
57139             * pango/opentype/pango-ot-info.c: Don't derive class
57140             information
57141             from Unicode properties for Arabic presentation forms,
57142             let the shaping process derive the properties.
57143
57144  src/Makefile.am        |   3 +
57145  src/ftxgdef.c          |   4 +-
57146  src/ftxgpos.c          | 573 ++++++++++++++++-----------------------
57147  src/ftxgpos.h          |  23 +-
57148  src/ftxgsub.c          | 719
57149  +++++++++++--------------------------------------
57150  src/ftxgsub.h          |  40 +--
57151  src/ftxopen.h          |   1 +
57152  src/otlbuffer.c        | 213 +++++++++++++++
57153  src/otlbuffer.h        |  97 +++++++
57154  src/ottest.c           |   2 +
57155  src/pango-ot-buffer.c  | 265 ++++++++++++++++++
57156  src/pango-ot-info.c    |  27 +-
57157  src/pango-ot-private.h |   8 +
57158  src/pango-ot-ruleset.c | 148 +++-------
57159  14 files changed, 1039 insertions(+), 1084 deletions(-)
57160
57161 commit d670ddf99192dd4999775a9215a818ae63fa3416
57162 Author: Owen Taylor <otaylor@redhat.com>
57163 Date:   Sat Feb 21 14:53:12 2004 +0000
57164
57165     Sign convention for y offsets is opposite between PangoGlyphString
57166     and FT
57167
57168     Sat Feb 21 09:49:23 2004  Owen Taylor  <otaylor@redhat.com>
57169
57170             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
57171             Sign convention for y offsets is opposite between
57172             PangoGlyphString and FT code. (#132591)
57173
57174  src/pango-ot-ruleset.c | 2 +-
57175  1 file changed, 1 insertion(+), 1 deletion(-)
57176
57177 commit b9b3c131c2b57c12a77124a52512fb19a1255f8e
57178 Author: Owen Taylor <otaylor@redhat.com>
57179 Date:   Fri Feb 13 16:11:40 2004 +0000
57180
57181     Memory leak fixes from Masatake YAMATO, #130652
57182
57183     Fri Feb 13 10:54:18 2004  Owen Taylor  <otaylor@redhat.com>
57184
57185             Memory leak fixes from Masatake YAMATO, #130652
57186
57187             * pango/opentype/ftxgdef.c (TT_Done_GDEF_Table):
57188             Free the gdef table as well as the contained data.
57189
57190             * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
57191             Set gcd->loaded, so that the contents get freed later.
57192
57193  src/ftxgdef.c | 4 ++++
57194  1 file changed, 4 insertions(+)
57195
57196 commit 926b8f322989298e43c8bac85f23e3525470a669
57197 Author: Owen Taylor <otaylor@redhat.com>
57198 Date:   Mon Jan 26 19:23:35 2004 +0000
57199
57200     Suport CFF fonts as well. (#131202, Manjunath Sripadarao)
57201
57202     Mon Jan 26 14:20:34 2004  Owen Taylor  <otaylor@redhat.com>
57203
57204             * pango/opentype/pango-ot-info.c (is_truetype): Suport
57205             CFF fonts as well. (#131202, Manjunath Sripadarao)
57206
57207  src/pango-ot-info.c | 3 ++-
57208  1 file changed, 2 insertions(+), 1 deletion(-)
57209
57210 commit 945e479a3a35769e5e7c792fdcf306892523a5f9
57211 Author: Hans Breuer <hans@breuer.org>
57212 Date:   Sat Dec 13 14:31:50 2003 +0000
57213
57214     moved pango_fc_* to the latter where they live on *nix too.
57215
57216     2003-12-13  Hans Breuer  <hans@breuer.org>
57217
57218             * pango/pango.def pangoft2.def : moved pango_fc_*
57219             to the latter where they live on *nix too.
57220
57221             * pango/makefile.msc : make it build again (including
57222             the Ft2 backend)
57223
57224             * pango/module-defs-fc.c.win32 : if PANGO_MODULE_PREFIX
57225             is defined
57226             include the basic backend shaper
57227
57228             * pango/pangowin32.c (pango_win32_render_layout) :
57229             initialize iter before first usage to avoid immediate crashing
57230
57231             * pango/opentype/makefile.msc
57232                 pango/modules/makefile.msc : finally build with mscv, too.
57233             [completely untested cause I'm not able to type, write or read
57234             any of these languages]
57235
57236             * modules/modules.def : follow module function
57237             renaming/changes
57238
57239             * modules/basic/basic-win32.c : register the right engine,
57240             i.e.
57241             make it compile
57242
57243  src/makefile.msc | 21 +++++++++++++++++++++
57244  1 file changed, 21 insertions(+)
57245
57246 commit ba0ccd5cfcb514cdc45373158343138b7b190f9d
57247 Author: Owen Taylor <otaylor@redhat.com>
57248 Date:   Sat Nov 1 15:02:17 2003 +0000
57249
57250     Switch over to recommended Freetype system of include ft2build.h then
57251
57252     Sat Nov  1 09:32:15 2003  Owen Taylor  <otaylor@redhat.com>
57253
57254             * pango/pango-ot.h pango/pangofc-font.h
57255             modules/indic/indic-ot.h
57256             pango/pangoft2.c pango/opentype/pango-ot-info.c
57257             pango/opentype/pango-ot-ruleset.c pango/opentype/ottest.c
57258             pango/opentype/ftxopen.[ch] pango/opentype/ftxgdef.c
57259             pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
57260             Switch over to recommended Freetype system of
57261             include ft2build.h then #include FT_FREETYPE_H.
57262             Fixes ftmodule.h problem with current Freetype CVS.
57263             (#125548)
57264
57265  src/ftxgdef.c          | 14 +++++++-------
57266  src/ftxgpos.c          | 17 ++++++++---------
57267  src/ftxgsub.c          | 13 ++++++-------
57268  src/ftxopen.c          | 10 +++++-----
57269  src/ftxopen.h          |  3 ++-
57270  src/ottest.c           |  1 -
57271  src/pango-ot-info.c    |  4 ++--
57272  src/pango-ot-private.h |  2 --
57273  src/pango-ot-ruleset.c |  4 ++--
57274  9 files changed, 32 insertions(+), 36 deletions(-)
57275
57276 commit 558171a7a3666999c679719ad0bfbdf7c6a52289
57277 Author: Owen Taylor <otaylor@redhat.com>
57278 Date:   Mon Sep 15 22:04:55 2003 +0000
57279
57280     Fix gcc-3.3 versions of macros to have the right return value.
57281
57282     Mon Sep 15 17:16:59 2003  Owen Taylor  <otaylor@redhat.com>
57283
57284             * pango/opentype/fterrcompat.h: Fix gcc-3.3 versions of
57285             macros to have the right return value.
57286
57287  src/fterrcompat.h | 44 ++++++++++++++++++++++++++------------------
57288  1 file changed, 26 insertions(+), 18 deletions(-)
57289
57290 commit c99259bf7e08ccdc4130d4983e8d186021ea8e1a
57291 Author: Owen Taylor <otaylor@redhat.com>
57292 Date:   Mon Aug 25 14:30:12 2003 +0000
57293
57294     pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems
57295     where
57296
57297     Mon Aug 25 10:17:21 2003  Owen Taylor  <otaylor@redhat.com>
57298
57299             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3)
57300             * pango/opentype/ftxgpos.c (Lookup_ChainContextPos3):
57301             Fix problems where the coverage wasn't being checked
57302             for the first input glyph. (#118639, Kailash C. Chowksey)
57303
57304  src/ftxgpos.c | 7 +++----
57305  src/ftxgsub.c | 7 +++----
57306  2 files changed, 6 insertions(+), 8 deletions(-)
57307
57308 commit bcf81bcc80c6235dfbc7eeaa34ed21ea329c7a3d
57309 Author: Owen Taylor <otaylor@redhat.com>
57310 Date:   Fri Aug 22 22:52:08 2003 +0000
57311
57312     Add some macro definitions for gcc-3.3 that suppress the bogus
57313
57314     Fri Aug 22 18:09:52 2003  Owen Taylor  <otaylor@redhat.com>
57315
57316             * pango/opentype/fterrcompat.h: Add some macro definitions
57317             for gcc-3.3 that suppress the bogus strict-aliasing
57318             warnings.
57319
57320             * pango/pango-utils.c (read_config_file): Use
57321             g_hash_table_new_full() to simplify code and fix
57322             gcc-3.3 warnings.
57323
57324             * pango/pangox-fontmap.c (pango_x_real_get_coverage_win)
57325             * pango/querymodules.c (query_module): Suppress gcc-3.3
57326             warnings.
57327
57328             * pango/modules.c (pango_find_map): Fix warning from
57329             missing declaration of pango_module_get_type().
57330
57331             * pango/pango-context.c/pango-engine.c: Fix name confusion
57332             for pango_get_fallback_shaper().
57333
57334  src/fterrcompat.h | 36 ++++++++++++++++++++++++++++++++++--
57335  1 file changed, 34 insertions(+), 2 deletions(-)
57336
57337 commit 46d379596d7292a3b2e51f35fc8044b366d413a3
57338 Author: Owen Taylor <otaylor@redhat.com>
57339 Date:   Tue Jul 29 14:21:54 2003 +0000
57340
57341     Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore
57342     marks of
57343
57344     Tue Jul 29 09:58:13 2003  Owen Taylor  <otaylor@redhat.com>
57345
57346             * pango/opentype/ftxgdef.c (Check_Property): Rewrite
57347             handling of IGNORE_SPECIAL_MARKS to be properly
57348             "ignore marks of attachment type different than
57349             specified. (#118456, Kailash C. Chowksey)
57350
57351  src/ftxgdef.c | 37 ++++++++++++++++++++++++++++---------
57352  1 file changed, 28 insertions(+), 9 deletions(-)
57353
57354 commit 8247acad79c1a4154e9337aed453eb3e4d23063d
57355 Author: Owen Taylor <otaylor@redhat.com>
57356 Date:   Mon Jul 28 22:28:37 2003 +0000
57357
57358     Revert back out the FreeType patch preventing ligatures of
57359     not-originally
57360
57361     Sat Jul 26 09:41:22 2003  Owen Taylor  <otaylor@redhat.com>
57362
57363             * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
57364             Revert back out the FreeType patch preventing
57365             ligatures of not-originally adjacent glyphs;
57366             it doesn't work for all scripts. (#118472,
57367             Kailash C. Chowksey)
57368
57369  src/ftxgsub.c | 31 +++----------------------------
57370  1 file changed, 3 insertions(+), 28 deletions(-)
57371
57372 commit 825e6d7e86cac310161648601b09291fa05d5ba5
57373 Author: Owen Taylor <otaylor@redhat.com>
57374 Date:   Sun Jul 27 02:40:31 2003 +0000
57375
57376     Check for lookahead glyphs in the right place. (Patch from #116860)
57377
57378     Sat Jul 26 22:30:59 2003  Owen Taylor  <otaylor@redhat.com>
57379
57380             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst{1,2,3}):
57381             Check for lookahead glyphs in the right place. (Patch
57382             from #116860)
57383
57384             * pango/opentype/ftxgpos.c (Lookup_ChainContextPos{1,2,3}):
57385             Same fix here.
57386
57387  src/ftxgpos.c | 6 +++---
57388  src/ftxgsub.c | 6 +++---
57389  2 files changed, 6 insertions(+), 6 deletions(-)
57390
57391 commit 03a0fe09c711b81c7eb4065fd4700b8cfd2c977a
57392 Author: Owen Taylor <otaylor@redhat.com>
57393 Date:   Sun Jul 27 02:19:52 2003 +0000
57394
57395     Fix return value to only contain TTO_Err_Not_Covered if *no* lookups
57396
57397     Sat Jul 26 22:12:46 2003  Owen Taylor  <otaylor@redhat.com>
57398
57399             * pango/opentype/ftxgsub.c (Do_String_Lookup,
57400             TT_GSUB_Apply_String): Fix return value to only
57401             contain TTO_Err_Not_Covered if *no* lookups
57402             matched. Fix memory leaks on error in Apply_String().
57403
57404  src/ftxgsub.c | 120
57405  ++++++++++++++++++++++++++++++++++++----------------------
57406  1 file changed, 75 insertions(+), 45 deletions(-)
57407
57408 commit e10ea2afd9a5868d4ec1ff3a2b99bcd64ce45816
57409 Author: Owen Taylor <otaylor@redhat.com>
57410 Date:   Sun Jul 27 01:10:15 2003 +0000
57411
57412     Fix confusion between boolean and FT_Error return. (GSUB equivalent
57413     of fix
57414
57415     Sat Jul 26 21:06:26 2003  Owen Taylor  <otaylor@redhat.com>
57416
57417             * pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition):
57418             Fix confusion between boolean and FT_Error return.
57419             (GSUB equivalent of fix for #108358)
57420
57421  src/ftxgsub.c | 5 +++--
57422  1 file changed, 3 insertions(+), 2 deletions(-)
57423
57424 commit a7305ab2624cbc08160dc11587ba3dc4e17781c2
57425 Author: Owen Taylor <otaylor@redhat.com>
57426 Date:   Sat Jul 26 15:02:13 2003 +0000
57427
57428     Move allocation afer initial checks, fixing memory leak.
57429
57430     Sat Jul 26 10:52:20 2003  Owen Taylor  <otaylor@redhat.com>
57431
57432             * pango/opentype/ftxgpos.c (Lookup_ContextPos2):
57433             * pango/opentype/ftxgsub.c (Lookup_ContextSubst2): Move
57434             allocation afer initial checks, fixing memory leak.
57435
57436             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst2):
57437             Fix some more error return memory leaks that weren't
57438             fixed in the Qt changes.
57439
57440  src/ftxgpos.c |  8 ++++----
57441  src/ftxgsub.c | 12 ++++++------
57442  2 files changed, 10 insertions(+), 10 deletions(-)
57443
57444 commit f40b7c15e0bc4b71e706602c4e062f72d8f0fcdd
57445 Author: Owen Taylor <otaylor@redhat.com>
57446 Date:   Sat Jul 26 14:50:23 2003 +0000
57447
57448     Fix various memory leaks from error returns that should have been
57449     jumps to
57450
57451     Sat Jul 26 10:43:20 2003  Owen Taylor  <otaylor@redhat.com>
57452
57453             * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
57454             Fix various memory leaks from error returns that should
57455             have been jumps to cleanup blocks. (From Qt, Lars Knoll)
57456
57457  src/ftxgpos.c | 8 ++++----
57458  src/ftxgsub.c | 4 ++--
57459  2 files changed, 6 insertions(+), 6 deletions(-)
57460
57461 commit 256d21970733483833b9cf31d5e0fa7ae853e944
57462 Author: Owen Taylor <otaylor@redhat.com>
57463 Date:   Sat Jul 26 14:35:29 2003 +0000
57464
57465     Fix additional places where TTO_Err_Not_Covered wasn't considered a
57466
57467     Sat Jul 26 10:30:24 2003  Owen Taylor  <otaylor@redhat.com>
57468
57469             * pango/opentype/ftxgpos.c: Fix additional places where
57470             TTO_Err_Not_Covered wasn't considered a successful return
57471             from Get_Class. (From Qt, Lars Knoll)
57472
57473  src/ftxgpos.c | 8 ++++----
57474  1 file changed, 4 insertions(+), 4 deletions(-)
57475
57476 commit 374960681e2e36d0e4032623d8cb92a7910baf71
57477 Author: Owen Taylor <otaylor@redhat.com>
57478 Date:   Sat Jul 26 13:50:23 2003 +0000
57479
57480     If applying a ligature lookup makes adjacent two glyphs that were not
57481
57482     Sat Jul 26 09:41:22 2003  Owen Taylor  <otaylor@redhat.com>
57483
57484             * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
57485             If applying a ligature lookup makes adjacent two glyphs
57486             that were not originally adjacent, avoid making
57487             subsequent ligatures between those glyphs.
57488             (From FreeType, Werner Lemberg, 2001-08-22, 2001-08-23)
57489
57490  src/ftxgsub.c | 31 ++++++++++++++++++++++++++++---
57491  1 file changed, 28 insertions(+), 3 deletions(-)
57492
57493 commit b682482df77608d67eca8a050db5b36f44953c13
57494 Author: Owen Taylor <otaylor@redhat.com>
57495 Date:   Sat Jul 26 13:20:52 2003 +0000
57496
57497     Fix some FreeType1 variable declarations that snuck in from the last
57498
57499     Sat Jul 26 09:16:57 2003  Owen Taylor  <otaylor@redhat.com>
57500
57501             * pango/opentype/ftxgpos.c pango/opentype/ftxopen.c:
57502             Fix some FreeType1 variable declarations that snuck
57503             in from the last commits (Christophe Fergeau,
57504             118363)
57505
57506  src/ftxgpos.c | 6 +++---
57507  src/ftxopen.c | 2 +-
57508  2 files changed, 4 insertions(+), 4 deletions(-)
57509
57510 commit 06c12109de061c357f46dcec82c4bee7160afede
57511 Author: Owen Taylor <otaylor@redhat.com>
57512 Date:   Sat Jul 26 03:45:44 2003 +0000
57513
57514     OpenType-1.4 update: backtrack information is stored with the
57515     item closest
57516
57517     Fri Jul 25 23:38:07 2003  Owen Taylor  <otaylor@redhat.com>
57518
57519             * pango/opentype/ftxgpos.c pango/opentype/ftxgsub.c:
57520             OpenType-1.4 update: backtrack information is stored with the
57521             item closest to the input first (From FreeType,
57522             Werner Lemberg, 2002-09-26)
57523
57524  src/ftxgpos.c | 26 ++++++++++++++++++--------
57525  src/ftxgsub.c | 24 +++++++++++++++++-------
57526  2 files changed, 35 insertions(+), 15 deletions(-)
57527
57528 commit 15a69e4a12739e7392f2a38d6f7bfdd96c0dc3ba
57529 Author: Owen Taylor <otaylor@redhat.com>
57530 Date:   Sat Jul 26 03:14:23 2003 +0000
57531
57532     Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, Werner
57533
57534     Fri Jul 25 23:07:06 2003  Owen Taylor  <otaylor@redhat.com>
57535
57536             Update of GPOS and GSUB support to OpenType 1.3
57537             (From FreeType, Werner Lemberg, 2001-08-08)
57538
57539             * pango/opentype/ftxopen.h: Add RIGHT_TO_LEFT LookupFlag
57540
57541             * pango/opentype/ftxgpos.c (GPOS_Instance): Add 'first'
57542             member to mark the beginning of a chain of cursive
57543             connections.
57544
57545             * pango/opentype/ftxgpos.c (Do_String_Lookup): If the
57546             RIGHT_TO_FLAG flag is set, shift cursive chain up so
57547             last glyph is on the baseline.
57548
57549  src/ftxgpos.c | 25 ++++++++++++++++++++++++-
57550  src/ftxopen.h |  8 ++++++--
57551  2 files changed, 30 insertions(+), 3 deletions(-)
57552
57553 commit 6f74f18b77402f3adf5bfbae26e8f44de6543b4e
57554 Author: Owen Taylor <otaylor@redhat.com>
57555 Date:   Sat Jul 26 03:03:40 2003 +0000
57556
57557     Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookup
57558
57559     Fri Jul 25 22:59:13 2003  Owen Taylor  <otaylor@redhat.com>
57560
57561             * pango/opentype/ftx{gpos,gsub}.h pango/opentype/ftxgdef.c:
57562             Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which
57563             allow lookup information to be stored at 32-bit offets
57564             via a double indirection. (From FreeType, Werner Lemberg,
57565             2001-08-08)
57566
57567  src/ftxgpos.h | 17 +++++++++--------
57568  src/ftxgsub.h |  1 +
57569  src/ftxopen.c | 19 +++++++++++++++++++
57570  3 files changed, 29 insertions(+), 8 deletions(-)
57571
57572 commit 375781c4546b5cfc453b99551ddf715bb162ffb9
57573 Author: Owen Taylor <otaylor@redhat.com>
57574 Date:   Sat Jul 26 02:44:19 2003 +0000
57575
57576     Fix a couple of places where TTO_Err_Not_Covered wasn't considered a
57577
57578     Fri Jul 25 22:25:48 2003  Owen Taylor  <otaylor@redhat.com>
57579
57580             * pango/opentype/ftxgsub.c (Lookup_ContextSubst2,
57581             Lookup_ChainContextSubst2): Fix a couple of
57582             places where TTO_Err_Not_Covered wasn't considered
57583             a successful return from Get_Class -- it means
57584             use class index 0. (From FreeType, Werner Lemberg,
57585             2001-08-06)
57586
57587  src/ftxgsub.c | 4 ++--
57588  1 file changed, 2 insertions(+), 2 deletions(-)
57589
57590 commit 378e1889cd294cb77313ba7fdab3e52959bf2c40
57591 Author: Owen Taylor <otaylor@redhat.com>
57592 Date:   Sat Jul 26 02:10:42 2003 +0000
57593
57594     Improvements to OpenType-dumping code, based on changes in Qt by Lars
57595
57596     Fri Jul 25 20:12:00 2003  Owen Taylor  <otaylor@redhat.com>
57597
57598             Improvements to OpenType-dumping code, based on
57599             changes in Qt by Lars Knoll.
57600
57601             * pango/opentype/ottest.c: Tweak the debugging output,
57602             suppress some warnings.
57603
57604             * pango/opentype/disasm.c: Add support for
57605             GSUB Context/Chain GPOS MarkBase lookups, improve
57606             output in various ways.
57607
57608  src/disasm.c | 242
57609  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
57610  src/ottest.c |  12 +--
57611  2 files changed, 241 insertions(+), 13 deletions(-)
57612
57613 commit 07bad0e77c42b5f2535e3b018bf9074d2f4ecc7c
57614 Author: Owen Taylor <otaylor@redhat.com>
57615 Date:   Thu Jul 24 21:05:29 2003 +0000
57616
57617     Fix uses of g_assert() around statements with side effects. (#115498,
57618
57619     Thu Jul 24 17:04:21 2003  Owen Taylor  <otaylor@redhat.com>
57620
57621             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
57622             Fix uses of g_assert() around statements with side effects.
57623             (#115498, patch from David Cuthbert)
57624
57625  src/pango-ot-ruleset.c | 14 +++++++++-----
57626  1 file changed, 9 insertions(+), 5 deletions(-)
57627
57628 commit f91deef2c9473da5c3cb5e120f2d4fbf0d638166
57629 Author: Owen Taylor <otaylor@redhat.com>
57630 Date:   Wed Apr 16 21:48:29 2003 +0000
57631
57632     More careful handling of face->charmap; if is NULL, try to set
57633     a unicode
57634
57635     Wed Apr 16 03:46:42 2003  Owen Taylor  <otaylor@redhat.com>
57636
57637             * pango/opentype/pango-ot-info.c (synthesize_class_def):
57638             More careful handling of face->charmap; if is NULL,
57639             try to set a unicode charmap, if that doesn't succeed,
57640             return. (Hopefully fixes #106550)
57641
57642  src/pango-ot-info.c | 26 ++++++++++++++++++++++++--
57643  1 file changed, 24 insertions(+), 2 deletions(-)
57644
57645 commit 587b3940f3ce71e8e1c9950086923d4eb78d62db
57646 Author: Owen Taylor <otaylor@redhat.com>
57647 Date:   Wed Apr 16 03:58:17 2003 +0000
57648
57649     When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have only
57650
57651     Tue Apr 15 11:49:39 2003  Owen Taylor  <otaylor@redhat.com>
57652
57653             * pango/opentype/ftxg{sub/pos}.c: When loading
57654             in Load_Chain{Sub,Pos}ClassRule, the limit we
57655             have only applies to the input ClassDef table.
57656             Fixes problem with Arial Unicode. Much help from
57657             Noah Levitt in tracing this down.
57658
57659  src/ftxgpos.c | 7 ++++---
57660  src/ftxgsub.c | 7 ++++---
57661  2 files changed, 8 insertions(+), 6 deletions(-)
57662
57663 commit 0d7567f8eaa1f8d0ec9cb89218ce3a1475d258ac
57664 Author: Owen Taylor <otaylor@redhat.com>
57665 Date:   Tue Apr 15 23:01:19 2003 +0000
57666
57667     Fix mispelled constant from last commit.
57668
57669     Tue Apr 15 06:57:02 2003  Owen Taylor  <otaylor@redhat.com>
57670
57671             * pango/opentype/ftxgpos.c: Fix mispelled constant
57672             from last commit.
57673
57674  src/ftxgpos.c | 2 +-
57675  1 file changed, 1 insertion(+), 1 deletion(-)
57676
57677 commit 73cd600798a9a7225b2ac8241ea371d48cf7baf3
57678 Author: Owen Taylor <otaylor@redhat.com>
57679 Date:   Tue Apr 15 22:15:41 2003 +0000
57680
57681     Fix confusion between boolean and FT_Error return. (#108358,
57682     Noah Levitt)
57683
57684     Tue Apr 15 06:03:39 2003  Owen Taylor  <otaylor@redhat.com>
57685
57686             * pango/opentype/ftxgpos.c: Fix confusion between
57687             boolean and FT_Error return. (#108358, Noah Levitt)
57688
57689             * pango/opentype/ftxopen.c (Get_Class1): index is
57690             allowed to be NULL. (#108358, Noah Levitt)
57691
57692  src/ftxgpos.c | 5 +++--
57693  src/ftxopen.c | 3 ++-
57694  2 files changed, 5 insertions(+), 3 deletions(-)
57695
57696 commit 462bd0be608c3d14e5b4c01099b02b3948a52369
57697 Author: Owen Taylor <otaylor@redhat.com>
57698 Date:   Tue Apr 15 21:05:53 2003 +0000
57699
57700     Fix infinite loop in the case where the charmap contains a character >
57701
57702     Tue Apr 15 05:00:39 2003  Owen Taylor  <otaylor@redhat.com>
57703
57704             * pango/opentype/pango-ot-info.c (synthesize_class_def):
57705             Fix infinite loop in the case where the charmap contains
57706             a character > 65535. (#106550, Morten Welinder.)
57707
57708  src/pango-ot-info.c | 14 +++++++-------
57709  1 file changed, 7 insertions(+), 7 deletions(-)
57710
57711 commit 312e1c1cf9f2c1e2137b9aaa5181a541447923cb
57712 Author: James Henstridge <james@daa.com.au>
57713 Date:   Tue Mar 11 12:31:16 2003 +0000
57714
57715     make similar changes to the ones on glib head (call gtk-docize, etc).
57716
57717     2003-03-11  James Henstridge  <james@daa.com.au>
57718
57719         * autogen.sh: make similar changes to the ones on glib head (call
57720         gtk-docize, etc).
57721
57722         * configure.in: move some calculations into M4 macros, rather than
57723         calculating them when configure runs.
57724         Use AC_HELP_STRING where appropriate.
57725         Replace gtk-doc checks with a call to GTK_DOC_CHECK.
57726         Replace AC_OUTPUT_COMMANDS() call with a number of calls to
57727         AC_CONFIG_COMMANDS (once per created file).
57728         Get rid of the "chmod +x pango-config" bit, because there is no
57729         pango-config anymore.
57730
57731         * Makefile.am: get rid of custom distcheck rule, and set
57732         DISTCHECK_CONFIGURE_FLAGS, which is equivalent.
57733         Use += to select which .pc files to install.
57734
57735         * pango/Makefile.am: Add rules to rebuild module-defs* files, and
57736         remove them on clean.
57737         Reorder so that rules related to each individual library are next
57738         to each other.
57739         Use BUILT_SOURCES for built sources.
57740
57741         * pango/opentype/Makefile.am: don't use STRIP_BEGIN/STRIP_END.
57742
57743         * modules/*/Makefile.am: simplify module makefiles through use of
57744         +=, and regularise them a bit (fixed a few bugs in the process).
57745
57746         * docs/Makefile.am: remove common rules, and instead include
57747         gtk-doc.make.
57748
57749         * examples/Makefile.am: add pango.modules to CLEANFILES.
57750
57751         * tests/Makefile.am: remove temporary files on clean.
57752
57753  src/Makefile.am | 11 +++++------
57754  1 file changed, 5 insertions(+), 6 deletions(-)
57755
57756 commit 1aad15fd0c007c9075f2f7f4c4cacf576d726eea
57757 Author: Owen Taylor <otaylor@redhat.com>
57758 Date:   Mon Feb 17 22:04:29 2003 +0000
57759
57760     Add an --enable-debug configure argument defaulting to 'yes'
57761     for unstable
57762
57763     Mon Feb 17 13:06:39 2003  Owen Taylor  <otaylor@redhat.com>
57764
57765             * configure.in **/Makefile.am: Add an --enable-debug
57766             configure argument defaulting to 'yes' for unstable
57767             releases and 'minimum' for stable releases.
57768             For minimum, -DG_DISABLE_CAST_CHECKS.
57769
57770             * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
57771             pango/pangoxft-fontmap.c: Add caching of fontsets
57772             (#104495, initial patch and review by Soeren Sandmann)
57773
57774             * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
57775             pango/pangoxft-fontmap.c pango/pangoft2-private.h
57776             pango/pangoxft-private.h: Remove cache of recently freed
57777             fonts; not necessary now that we cache fontsets.
57778
57779             * pango/pangofc-fontmap.cI (pango_fc_pattern_set_free):
57780             Rename from pango_fc_font_set_free to reflect
57781             what it actually does.
57782
57783             * pango/pangofc-fontmap.cI pango/pangoft-fontmap.c
57784             pango/pangoxft-fontmap.c: Combine clear-the-cache
57785             functions; we didn't need separate clear-the-font-cache
57786             and clear-the-pattern-cache functions.
57787
57788  src/Makefile.am | 1 +
57789  1 file changed, 1 insertion(+)
57790
57791 commit 5febce1ffc956ea44526d50be7cf14c69c66cb34
57792 Author: Owen Taylor <otaylor@redhat.com>
57793 Date:   Wed Feb 12 22:12:55 2003 +0000
57794
57795     Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation
57796
57797     Wed Feb 12 16:59:23 2003  Owen Taylor  <otaylor@redhat.com>
57798
57799             * configure.in pango/opentype/fterrcompat.h README:
57800             Up the FreeType version requirement to 2.0.9.
57801             (2.2.1 had a compilation failure with older versions,
57802             this catches it more cleanly, and removes some unneeded
57803             checks. #105302, problem reported by Will Partain.)
57804
57805  src/fterrcompat.h | 4 ----
57806  1 file changed, 4 deletions(-)
57807
57808 commit 54e85cc0cf3700d2c4af5396d79bd0e40df8f0da
57809 Author: Owen Taylor <otaylor@redhat.com>
57810 Date:   Sat Jan 11 00:16:26 2003 +0000
57811
57812     Export TT_New_GDEF_Table to create an empty GDEF table.
57813
57814     Fri Jan 10 18:56:36 2003  Owen Taylor  <otaylor@redhat.com>
57815
57816             * pango/opentype/ftxgdef.c: Export TT_New_GDEF_Table
57817             to create an empty GDEF table.
57818
57819             * pango/opentype/pango-ot-info.c: If the font doesn't
57820             have a class definition table, synthesize one using
57821             the charmap and the unicode properties of characters
57822             in the charmap. (Needed to make things work with various
57823             old Arabic fonts, such as the KACST fonts)
57824
57825  src/ftxgdef.c       |  46 +++++++++++++++-------
57826  src/ftxgdef.h       |   4 ++
57827  src/pango-ot-info.c | 108
57828  ++++++++++++++++++++++++++++++++++++++++++++++++++++
57829  3 files changed, 144 insertions(+), 14 deletions(-)
57830
57831 commit db6bb4b034d4d8d546fc9bdc4ad28b16bb7f1bb7
57832 Author: Matthias Clasen <matthiasc@src.gnome.org>
57833 Date:   Thu Nov 28 23:53:18 2002 +0000
57834
57835     Add docs.
57836
57837             * docs/tmpl/xft-fonts.sgml:
57838             * docs/tmpl/freetype-fonts.sgml: Add docs.
57839
57840             * pango/pangoxft-fontmap.c (pango_xft_substitute_changed):
57841             * pango/pangoft2-fontmap.c
57842             (pango_ft2_font_map_set_default_substitute):
57843             Fix doc typos.
57844
57845  src/pango-ot-info.c | 4 +++-
57846  1 file changed, 3 insertions(+), 1 deletion(-)
57847
57848 commit 226d9b67db852eb29ad37ec8121b79f3ea6f0b73
57849 Author: Sebastian Wilhelmi <wilhelmi@ira.uka.de>
57850 Date:   Tue Nov 26 13:37:10 2002 +0000
57851
57852     Do not add GLIB_CFLAGS to CFLAGS.
57853
57854
57855     2002-11-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
57856
57857             * configure.in: Do not add GLIB_CFLAGS to CFLAGS.
57858
57859             * docs/Makefile.am, examples/Makefile.am,
57860             modules/arabic/Makefile.am, modules/basic/Makefile.am,
57861             modules/hangul/Makefile.am, modules/hebrew/Makefile.am,
57862             modules/indic/Makefile.am, modules/tamil/Makefile.am,
57863             modules/thai/Makefile.am, pango/Makefile.am,
57864             pango/mini-fribidi/Makefile.am, pango/opentype/Makefile.am:
57865             Instead add $(GLIB_CFLAGS) directly to INCLUDES (GTKDOC_CFLAGS
57866             for
57867             docs/Makefile.am). Also some cosmetic line wrapping and
57868             reindentation.
57869
57870  src/Makefile.am | 5 +++--
57871  1 file changed, 3 insertions(+), 2 deletions(-)
57872
57873 commit 80634a30b9abdf575320bc6fdacdba4e1ea3903d
57874 Author: Manish Singh <yosh@gimp.org>
57875 Date:   Mon Oct 14 22:50:48 2002 +0000
57876
57877     Get rid of unnecessary casts for g_object_{ref,unref}
57878
57879     Mon Oct 14 15:39:41 2002  Manish Singh  <yosh@gimp.org>
57880
57881             * pango/pango-context.c pango/pango-layout.c pango/pangoft2.c
57882             pango/pangowin32-fontmap.c pango/pangowin32.c
57883             pango/pangox-fontmap.c
57884             pango/pangox.c pango/pangoxft-font.c pango/pangoxft-fontmap.c
57885             pango/testfonts.c pango/opentype/pango-ot-ruleset.c:
57886             Get rid of unnecessary casts for g_object_{ref,unref}
57887
57888  src/pango-ot-ruleset.c | 4 ++--
57889  1 file changed, 2 insertions(+), 2 deletions(-)
57890
57891 commit 741993e0b15b4df86d76fa8df5055bd764c42c71
57892 Author: Owen Taylor <otaylor@redhat.com>
57893 Date:   Sun Sep 29 19:06:58 2002 +0000
57894
57895     ligatures can be also used in MarkBasePos lookups. (2001-03-17 Werner
57896
57897     Sun Sep 29 14:55:36 2002  Owen Taylor  <otaylor@redhat.com>
57898
57899             * pango/opentype/ftxgpos.c: ligatures can be also used in
57900             MarkBasePos lookups. (2001-03-17  Werner Lemberg)
57901
57902  src/ftxgpos.c | 13 ++++++++++---
57903  1 file changed, 10 insertions(+), 3 deletions(-)
57904
57905 commit a35dc445e86ab433fe9f3937c95f2c1f18f58110
57906 Author: Owen Taylor <otaylor@redhat.com>
57907 Date:   Sun Sep 29 19:05:01 2002 +0000
57908
57909     Start of merges from freetype1 of OpenType fixes.
57910
57911     Sun Sep 29 14:51:25 2002  Owen Taylor  <otaylor@redhat.com>
57912
57913             Start of merges from freetype1 of OpenType fixes.
57914
57915             (2001-03-17  Werner Lemberg)
57916
57917             * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
57918             pango/opentype/ftxg\sub.c:
57919             More fixes for special marks.
57920
57921  src/ftxgdef.c | 13 ++++++++-----
57922  src/ftxgpos.c |  6 +++---
57923  src/ftxgsub.c |  4 ++--
57924  3 files changed, 13 insertions(+), 10 deletions(-)
57925
57926 commit 5c53f14f371b349da65dfa3a848b17ab89ce3ba8
57927 Author: Tor Lillqvist <tml@iki.fi>
57928 Date:   Mon Sep 23 21:45:31 2002 +0000
57929
57930     Remove. Not used. (A static library is built here. Exported entries
57931     are in
57932
57933     2002-09-24  Tor Lillqvist  <tml@iki.fi>
57934
57935             * pango/opentype/pango-ot.def: Remove. Not used. (A static
57936             library
57937             is built here. Exported entries are in ../pangoft2.def.)
57938
57939             * pango/opentype/Makefile.am (EXTRA_DIST): Remove from
57940             here, too.
57941
57942  src/Makefile.am  |  3 +--
57943  src/pango-ot.def | 50 --------------------------------------------------
57944  2 files changed, 1 insertion(+), 52 deletions(-)
57945
57946 commit 35e4593ccd9ea5ed78f1e6f32f04b3a13cee0145
57947 Author: Tor Lillqvist <tml@iki.fi>
57948 Date:   Mon Sep 23 21:19:30 2002 +0000
57949
57950     pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. Not
57951
57952     2002-09-23  Tor Lillqvist  <tml@iki.fi>
57953
57954             * pango/makefile.mingw.in
57955             * pango/mini-fribidi/makefile.mingw
57956             * pango/opentype/makefile.mingw.in: Remove. Not maintained.
57957
57958             * pango/Makefile.am (EXTRA_DIST)
57959             * pango/mini-fribidi/Makefile.am (EXTRA_DIST)
57960             * pango/opentype/Makefile.am (EXTRA_DIST): Remove
57961             makefile.mingw(.in) from here, too.
57962
57963             * configure.in (AC_OUTPUT): Don't try to output above removed
57964             files.
57965
57966  src/Makefile.am       |  3 +--
57967  src/makefile.mingw.in | 43 -------------------------------------------
57968  2 files changed, 1 insertion(+), 45 deletions(-)
57969
57970 commit fb279cb0bf676bb1d225e6a296282523d839074d
57971 Author: Eric Mader <emader@src.gnome.org>
57972 Date:   Mon Sep 9 18:11:55 2002 +0000
57973
57974     Correctly handle back, new_advance.
57975
57976  src/pango-ot-ruleset.c | 25 ++++++++++++++++---------
57977  1 file changed, 16 insertions(+), 9 deletions(-)
57978
57979 commit c880e814a50100577811a8a51bc06b4275c55a7e
57980 Author: Eric Mader <emader@src.gnome.org>
57981 Date:   Fri Sep 6 22:45:23 2002 +0000
57982
57983     Don't fail when reading an empty script.
57984
57985  src/ftxopen.c | 36 +++++++++++++++++++++++++-----------
57986  src/ftxopen.h |  1 +
57987  2 files changed, 26 insertions(+), 11 deletions(-)
57988
57989 commit 441e7d0292bf1a06396daac80fcbad23976a824d
57990 Author: Owen Taylor <otaylor@redhat.com>
57991 Date:   Wed Aug 7 17:01:52 2002 +0000
57992
57993     Offset to MarkAttachClassDef is offset to table, not offset to
57994     offset to
57995
57996     Wed Aug  7 12:32:39 2002  Owen Taylor  <otaylor@redhat.com>
57997
57998             * pango/opentype/ftxgsub.c (TT_Load_GSUB_Table):
57999             Offset to MarkAttachClassDef is offset to table,
58000             not offset to offset to table.
58001
58002             * pango/opentype/ftxopen.c (Get_Device): Handle
58003             NULL device tables which we represent with
58004             d->DeltaValue == NULL.
58005
58006  src/ftxgsub.c | 13 -------------
58007  src/ftxopen.c |  2 +-
58008  2 files changed, 1 insertion(+), 14 deletions(-)
58009
58010 commit 48a16fa8090b67b046b2bb686ff4f6f038a2b8e8
58011 Author: Owen Taylor <otaylor@src.gnome.org>
58012 Date:   Tue Jun 4 00:20:51 2002 +0000
58013
58014     on Jun  3 18:56:09 2002  Owen Taylor  <otaylor@redhat.com>
58015
58016             Xft2 and fontconfig conversion, based largely on a patch
58017             from Keith Packard.
58018
58019             * configure.in acconfig.h: Add checks for fontconfig, switch
58020             Xft checks to switch for Xft2 using pkg-config.
58021
58022             * pangoxft.pc.in pangoxft.pc.in
58023             modules/{arabic,basic,hebrew,indic,tamil}/Makefile.am
58024             pango/Makefile.am: Reflect new Xft/fontconfig dependencies.
58025
58026             * pango/pangoxft-private.h pango/pangoxft-fontmap.c
58027             modules/arabic/arabic-xft.c modules/indic/indic-xft.c:
58028             Switch over to using Xft2 and fontconfig.
58029
58030             * pango/pangoft2.c pango/pangoft2-fontmap.c
58031             pango/pangoft2-private.h
58032             pango/pango/Makefile.am: Remove usage of mini-xft in
58033             favor of fontconfig.
58034
58035             * pango/pango-ot.h pango/opentype/pango-ot-info.c
58036             pango/pangoxft.h
58037             modules/arabic/arabic-{xft,ft2}.c modules/indic/indic-xft.c:
58038             Attach OpenType information directly to the FT_Face
58039             structure using FT_Generic.
58040
58041             * modules/tamil/Makefile.am modules/tamil/tamil-xft.c
58042             configure.in: Remove this module, no longer needed.
58043
58044             * pango/pangoxft-font.c (pango_xft_real_render): Coalesce
58045             calls to Xft rendering functions.
58046
58047  src/pango-ot-info.c | 29 +++++++++++++++++++++++------
58048  1 file changed, 23 insertions(+), 6 deletions(-)
58049
58050 commit 9df9af0b3615dc6a52d784233a3410a9080d9369
58051 Author: Owen Taylor <otaylor@redhat.com>
58052 Date:   Fri May 10 18:44:47 2002 +0000
58053
58054     Fix acess outside of a loaded frame and some memory leaks on failure.
58055
58056     Fri May 10 14:41:27 2002  Owen Taylor  <otaylor@redhat.com>
58057
58058             * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Fix acess
58059             outside of a loaded frame and some memory leaks
58060             on failure.
58061
58062  src/ftxgdef.c | 12 ++++++++++--
58063  1 file changed, 10 insertions(+), 2 deletions(-)
58064
58065 commit a63dbbbeeb91ebf4ded2fc788f5810a3bd1e14fe
58066 Author: Eric Mader <mader@jtcsv.com>
58067 Date:   Tue May 7 20:39:14 2002 +0000
58068
58069     Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,
58070
58071     Mon May 06 15:07:39 2002 Eric Mader <mader@jtcsv.com>
58072             * Add modules modules/indic/indic-xft.c, indic-ot.c,
58073             indic-ot.h, indic-ot-class-tables.c
58074
58075             * pango/opentype/ftxgdef.c: Compute full offset for mark
58076             attachment class table
58077
58078             * pango/opentype/ftxgpos.c: Only return TTO_Err_Not_Covered
58079             if nothing matches
58080
58081             * pango/opentype/pango-ot-ruleset.c: enable GPOS processing
58082
58083  src/ftxgdef.c          | 10 ++++++++--
58084  src/ftxgpos.c          | 33 ++++++++++++++-------------------
58085  src/pango-ot-ruleset.c | 35 ++++++++++++++++++++++++++++++++++-
58086  3 files changed, 56 insertions(+), 22 deletions(-)
58087
58088 commit cf00f8217c9dfcf50febbb06fad245d489a0abe6
58089 Author: Owen Taylor <otaylor@redhat.com>
58090 Date:   Tue Apr 23 20:20:29 2002 +0000
58091
58092     Add compatibility defines for changes in FreeType 2.1.0.
58093
58094     Tue Apr 23 16:15:07 2002  Owen Taylor  <otaylor@redhat.com>
58095
58096             * pango/opentype/fterrcompat.h: Add compatibility
58097             defines for changes in FreeType 2.1.0.
58098
58099  src/fterrcompat.h | 39 +++++++++++++++++++++++++++++++++++++--
58100  1 file changed, 37 insertions(+), 2 deletions(-)
58101
58102 commit 6b1b04e3736fdca774052ac3cfbe9f027548c29d
58103 Author: Owen Taylor <otaylor@redhat.com>
58104 Date:   Fri Mar 15 06:46:05 2002 +0000
58105
58106     In Load_ChainContextSubst2, handle the case where an empty class
58107
58108     Fri Mar 15 01:35:56 2002  Owen Taylor  <otaylor@redhat.com>
58109
58110             * pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
58111             pango/opentype/ftxopenf.h: In Load_ChainContextSubst2,
58112             handle the case where an empty class definition
58113             is represented by an offset of 0.
58114
58115             * pango/opentype/ftxgpos.c: Same for Load_ChainContextPos2.
58116
58117             * pango/opentype/{ftxopen.c,ftxgpos.c,ftxgsub.c,ftgdef.c}:
58118             Fix pervasive bug where on cleanups on failure of loading
58119             an array element, all array elements were freed, not
58120             just the ones that had been succesfully loaded.
58121
58122  src/ftxgdef.c  |  24 +++---
58123  src/ftxgpos.c  | 259
58124  ++++++++++++++++++++++++++++++++++++---------------------
58125  src/ftxgsub.c  | 159 ++++++++++++++++++++---------------
58126  src/ftxopen.c  |  53 ++++++++----
58127  src/ftxopenf.h |   2 +
58128  5 files changed, 306 insertions(+), 191 deletions(-)
58129
58130 commit 6050933f336f43453e35246525cfec362bd23acb
58131 Author: Owen Taylor <otaylor@redhat.com>
58132 Date:   Fri Mar 15 04:22:14 2002 +0000
58133
58134     Uncomment GPOS parts.
58135
58136     Thu Mar 14 23:05:18 2002  Owen Taylor  <otaylor@redhat.com>
58137
58138             * pango/opentype/ftxopen.c: Uncomment GPOS parts.
58139
58140             * pango/opentype/disasm.c: Start adding some GPOS
58141             dumping.
58142
58143  src/disasm.c  | 146
58144  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
58145  src/ftxopen.c |  20 ++++----
58146  2 files changed, 154 insertions(+), 12 deletions(-)
58147
58148 commit 973bd60a2526666f68138255b8536d1eaee3c2c2
58149 Author: Sebastian Wilhelmi <wilhelmi@src.gnome.org>
58150 Date:   Thu Dec 13 17:44:46 2001 +0000
58151
58152     Resuming aborted commit
58153
58154
58155     Resuming aborted commit
58156
58157  src/Makefile.am | 1 +
58158  1 file changed, 1 insertion(+)
58159
58160 commit 6926ca94255e5d52d99d0d64d126165fc725432d
58161 Author: Matthias Clasen <matthiasc@src.gnome.org>
58162 Date:   Tue Oct 30 22:09:20 2001 +0000
58163
58164     Remove declarations of unimplemented functions
58165
58166             * docs/pango-sections.txt, pango/pango-ot.h: Remove
58167             declarations
58168             of unimplemented functions pango_ot_ruleset_set_glyph_loader
58169             and
58170             pango_ot_ruleset_set_alternate_func and the related typedefs
58171             PangoOTGlyphLoader and PangoOTAlternateFunc.
58172
58173             * pango/opentype/pango-ot-info.c,
58174             pango/opentype/pango-ot-ruleset.c: Documentation updates.
58175
58176  src/pango-ot-info.c    | 76
58177  ++++++++++++++++++++++++++++++++++++++++++++++++++
58178  src/pango-ot-ruleset.c | 27 ++++++++++++++++++
58179  2 files changed, 103 insertions(+)
58180
58181 commit 87a475c09f6b9b391bca37de47a303a62a397b83
58182 Author: Havoc Pennington <hp@redhat.com>
58183 Date:   Wed Sep 19 21:20:36 2001 +0000
58184
58185     header to abstract the difference between FreeType 2.0.3 and 2.0.4
58186     error
58187
58188     2001-09-19  Havoc Pennington  <hp@redhat.com>
58189
58190             * pango/opentype/fterrcompat.h: header to abstract the
58191             difference
58192             between FreeType 2.0.3 and 2.0.4 error codes, based on the
58193             configure check.
58194
58195             * configure.in: check for the tterrors.h header in FreeType
58196             2.0.3,
58197             and define HAVE_FREETYPE_2_0_3 if we have it
58198
58199  src/Makefile.am     |  1 +
58200  src/fterrcompat.h   | 16 ++++++++++++++++
58201  src/ftxgdef.c       |  3 ++-
58202  src/ftxgpos.c       |  3 ++-
58203  src/ftxgsub.c       |  3 ++-
58204  src/ftxopen.c       |  3 ++-
58205  src/pango-ot-info.c |  2 +-
58206  7 files changed, 26 insertions(+), 5 deletions(-)
58207
58208 commit 9c37226efe2489b4cf9618ec98f581c998aaf9e4
58209 Author: Owen Taylor <otaylor@redhat.com>
58210 Date:   Tue Sep 18 20:05:20 2001 +0000
58211
58212     Up to 0.19.
58213
58214     Tue Sep 18 15:47:08 2001  Owen Taylor  <otaylor@redhat.com>
58215
58216             * configure.in (PANGO_MINOR_VERSION): Up to 0.19.
58217
58218             * pango/pango-font.h pango/pango-fontmap.[ch] pango/fonts.c
58219             pango/pangoxft-fontmap.c pango/pangoft-fontmap.c
58220             pango/pango-context.[ch]
58221             pango/pangox-fontmap.c: Add new PangoFontFace and
58222             PangoFontFamily
58223             object types, and change the font listing API to list
58224             faces and
58225             families, instead of face names and font descriptions.
58226
58227             * pango/pango-font.h pango/fonts.c: Make PangoFontDescription
58228             an opaque heap-allocated structure, add accessors and
58229             convenience functions.
58230
58231             * pango/pango-font.h pango/pango-private.h: Make
58232             PangoFontMetrics
58233             heap allocated, protect the structure definition with
58234             #ifdef PANGO_ENABLE_BACKEND, and add getters for the fields.
58235
58236             * pango/pango-attributes.[ch] ( pango_attr_iterator_get_font):
58237             instead of providing a base font description and one to fill
58238             in, provide a single font description to modify based on
58239             the attributes.
58240
58241             * pango/pango-attributes.[ch]: Fix PangoAttrFontDesc to have
58242             a PangoFontDescription by reference, not by value.
58243
58244             * pango/pango-utils.[ch]: make pango_parse_style() and friends
58245             take pointers to individual enumerations instead of to a
58246             PangoFontDescription structure.
58247
58248             * pango/*.c: Fix for the PangoFontDescription and
58249             PangoFontMetrics
58250             changes.
58251
58252             * pango/pango-{break,engine,indic,ot,xft}.h pango/Makefile.am
58253             pango/opentype/Makefile.am: Protect portions with
58254             PANGO_ENABLE_ENGINE to shrink the public API.
58255
58256             * modules/*/Makefile.am: -DPANGO_ENABLE_ENGINE.
58257
58258             * pango/{pangox.h,pangox-private.h} modules/basic/basic-x.c:
58259             Move
58260             pango_x_font_get_unknown_glyph() into public header since
58261             it is
58262             used from modules.
58263
58264             * pango/pango-{context,font,fontmap,modules.utils}.h
58265             pango/Makefile.am:
58266             Protect portions with PANGO_ENABLE_BACKEND to shrink the
58267             public API.
58268
58269             * pango/*.h: Use G_BEGIN/END_DECLS
58270
58271             * examples/viewer-qt.[cc,h]: Fix for changes to font
58272             listing API,
58273             PangoFontDescription.
58274
58275             * pango/pango-indic.h modules/indic/*: Since we install this
58276             header fix it up to Pango conventions, namespece
58277             ZERO_WIDTH_JOINER, ZERO_WIDTH_NON_JOINER.
58278
58279             * docs/pango-sections.txt: Updated.
58280
58281  src/Makefile.am | 1 +
58282  1 file changed, 1 insertion(+)
58283
58284 commit 7dd0838863f65a8ff2e27d12679c9a289a76aec1
58285 Author: Darin Adler <darin@src.gnome.org>
58286 Date:   Thu Jul 12 16:34:40 2001 +0000
58287
58288     Remove stray semicolon.
58289
58290             * modules/arabic/arabic-x.c: (arabic_engine_shape): Remove
58291             stray
58292             semicolon.
58293
58294             * modules/arabic/arconv.h:
58295             * modules/arabic/arconv.c: (shape), (doublelig),
58296             (arabic_reshape):
58297             Use long* instead of int* for parameter to match what's
58298             passed in.
58299
58300             * modules/indic/bengali-x.c: Add missing <string.h> include.
58301             (pango_indic_make_ligs): Use local variable that was added
58302             but not
58303             ever used.
58304             (pango_indic_engine_shape): Remove unused locals.
58305
58306             * modules/indic/devanagari-x.c: Add missing <string.h>
58307             include.
58308             (pango_indic_engine_shape): Remove unused local.
58309
58310             * modules/indic/gujarati-x.c: Add missing <string.h> include.
58311             (pango_indic_engine_shape): Remove unused local
58312
58313             * modules/tamil/tamil-x.c: (tamil_engine_shape): Initialize a
58314             variable to quiet the compiler's unused warning.
58315
58316             * pango/.cvsignore: Ignore more generated files.
58317
58318             * pango/opentype/ftxgpos.c: (Get_Anchor): Add code to set
58319             up the
58320             ap variable. The old code would just use the uninitialized
58321             value.
58322
58323             * pango/opentype/ftxopen.c: (Load_Coverage): Remove unused
58324             local.
58325
58326             * pango/opentype/pango-ot-ruleset.c: (pango_ot_ruleset_shape):
58327             Remove unused local.
58328
58329             * pango/pango-attributes.c: (pango_attr_list_get_type),
58330             (pango_color_get_type): Add needed function type casts (just
58331             warnings under gcc, but could be errors in other compilers).
58332
58333             * pango/pangoxft-font.c: (pango_xft_font_get_metrics),
58334             (pango_xft_font_get_coverage), (pango_xft_get_shaper_map),
58335             (pango_xft_font_find_shaper): Switch from lang char* to
58336             PangoLanguage*. The code was still compiling, but would
58337             not have
58338             worked.
58339
58340  src/ftxgpos.c          | 2 ++
58341  src/ftxopen.c          | 1 -
58342  src/pango-ot-ruleset.c | 1 -
58343  3 files changed, 2 insertions(+), 2 deletions(-)
58344
58345 commit 68f8a64307441bd3b3d45971ac4dc93f63dedfe8
58346 Author: Owen Taylor <otaylor@redhat.com>
58347 Date:   Fri May 18 16:04:40 2001 +0000
58348
58349     Use ISO C99 varargs when available.
58350
58351     Fri May 18 11:30:57 2001  Owen Taylor  <otaylor@redhat.com>
58352
58353             * pango/opentype/disasm.c: Use ISO C99 varargs when
58354             available.
58355
58356     Thu May 17 11:16:23 2001  Owen Taylor  <otaylor@redhat.com>
58357
58358             * pango/mapping.c: Fixup docs, remove some FIXMEs that are
58359             no longer applicable.
58360
58361             * pango/pango-layout.c: Move by graphemes, not characters.
58362
58363             * pango/pango-layout.c (pango_layout_line_x_to_index):
58364             Position at the closest grapheme boundary, not at character
58365             boundaries.
58366
58367             * pango/pango-layout.c (pango_layout_line_index_to_x):
58368             Return positions of grapheme boundaries, not character
58369             boundaries.
58370
58371  src/Makefile.am | 2 ++
58372  src/disasm.c    | 5 +++++
58373  2 files changed, 7 insertions(+)
58374
58375 commit 89eb36ebc6591025c063cb98f0e1b3badde73e9e
58376 Author: Owen Taylor <otaylor@redhat.com>
58377 Date:   Tue Apr 24 15:47:22 2001 +0000
58378
58379     Remove excess call to DONE_Stream left over from conversion from FT1.
58380
58381     Tue Apr 24 11:45:55 2001  Owen Taylor  <otaylor@redhat.com>
58382
58383             * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Remove
58384             excess call to DONE_Stream left over from conversion
58385             from FT1. (reported by Michael Jansson)
58386
58387  src/ftxgdef.c | 1 -
58388  1 file changed, 1 deletion(-)
58389
58390 commit c61a730aaebec751831f8423894de5f4b539d0ec
58391 Author: Owen Taylor <otaylor@redhat.com>
58392 Date:   Tue Apr 3 19:07:36 2001 +0000
58393
58394     Release 0.14
58395
58396     Tue Apr  3 15:05:19 2001  Owen Taylor  <otaylor@redhat.com>
58397
58398             * Release 0.14
58399
58400             * NEWS: updated.
58401
58402             * pango/pango/opentype/Makefile.am: make dist fixes.
58403
58404             * configure.in (PANGO_MINOR_VERSION): Up to 0.14
58405
58406  src/Makefile.am | 10 ++++++++--
58407  1 file changed, 8 insertions(+), 2 deletions(-)
58408
58409 commit 405b878923ed219617c6f643a9aec06175223d16
58410 Author: Tor Lillqvist <tml@iki.fi>
58411 Date:   Thu Dec 21 19:55:23 2000 +0000
58412
58413     Only a script engine here.
58414
58415     2000-12-21  Tor Lillqvist  <tml@iki.fi>
58416
58417             * modules/basic/basic-win32.c (script_engine_load): Only
58418             a script
58419             engine here.
58420
58421             * pango/makefile.mingw.in: Add the built
58422             pango-enum-types.[ch].
58423
58424             * pango/pango.def
58425             * pango/pangoft2.def: Update.
58426
58427             * pango/opentype/pango-ot.def
58428             * pango/opentype/makefile.mingw.in: New files.
58429
58430             * pango/opentype/Makefile.am (EXTRA_DIST): Add them.
58431
58432             * configure.in (included_modules): Generate
58433             pango/opentype/makefile.mingw.
58434
58435  src/Makefile.am       |  4 +++-
58436  src/makefile.mingw.in | 43 +++++++++++++++++++++++++++++++++++++++++++
58437  src/pango-ot.def      | 50
58438  ++++++++++++++++++++++++++++++++++++++++++++++++++
58439  3 files changed, 96 insertions(+), 1 deletion(-)
58440
58441 commit 80a15829135065e16ce5b129c715d10d14b829ba
58442 Author: Owen Taylor <otaylor@redhat.com>
58443 Date:   Wed Dec 20 04:41:36 2000 +0000
58444
58445     Since Xft may only be available statically without shlib deps,
58446     check for
58447
58448     Tue Dec 19 22:47:16 2000  Owen Taylor  <otaylor@redhat.com>
58449
58450             * configure.in pango-config.in pangoxft.pc.in
58451             modules/basic/Makefile.am: Since Xft may only be available
58452             statically without shlib deps, check for FreeType libs
58453             explicitly
58454             and include them when linking, otherwise things won't
58455             work. Also,
58456             define FREETYPE_CFLAGS from freetype-config --cflags.
58457
58458             * modules/basic/basic-xft.c pango/pangoxft-font{,map}.c: Fool
58459             Xft into not converting glyph indices by loading the
58460             face unencoded then calling FT_Set_Charmap ourselves.
58461
58462             * pango/Makefile.am pango/pango-ot.h pango/opentype/*
58463             :Add start
58464             of opentype handling - most of the actually meat of the
58465             code here
58466             is the OpenType layout code from FreeType 1 ported to
58467             freetype2
58468             and adapted slighlty for our purposes.  Also, includes a
58469             incomplete OpenType-table-dumping code useful for figuring
58470             out what is going on.
58471
58472             * pango/pangoxft.h pango/pangoxft-font.h: Add calls for
58473             getting FT_Face and PangoOTInfo from PangoXftFont.
58474
58475             * modules/arabic/{Makefile.am,arabic-ot.[ch],arabic-xft.c}:
58476             Initial support for rendering Arabic with OpenType fonts.
58477
58478  src/.cvsignore         |    8 +
58479  src/FT-license.txt     |  158 ++
58480  src/Makefile.am        |   39 +
58481  src/README             |   36 +
58482  src/disasm.c           |  317 +++
58483  src/disasm.h           |   26 +
58484  src/ftxgdef.c          | 1155 +++++++++
58485  src/ftxgdef.h          |  220 ++
58486  src/ftxgpos.c          | 6222
58487  ++++++++++++++++++++++++++++++++++++++++++++++++
58488  src/ftxgpos.h          |  858 +++++++
58489  src/ftxgsub.c          | 4531 +++++++++++++++++++++++++++++++++++
58490  src/ftxgsub.h          |  612 +++++
58491  src/ftxopen.c          | 1467 ++++++++++++
58492  src/ftxopen.h          |  308 +++
58493  src/ftxopenf.h         |  161 ++
58494  src/ottest.c           |  265 +++
58495  src/pango-ot-info.c    |  438 ++++
58496  src/pango-ot-private.h |   98 +
58497  src/pango-ot-ruleset.c |  232 ++
58498  19 files changed, 17151 insertions(+)