update to 1.3.0
[platform/upstream/harfbuzz.git] / ChangeLog
1 commit 08c08af2f9ed683ad20322c3ef1ba0f87ce15426
2 Author: Behdad Esfahbod <behdad@behdad.org>
3 Date:   Thu Jul 21 01:23:33 2016 -0700
4
5     [ucdn] Update to Unicode 9.0.0
6
7     Fixes https://github.com/grigorig/ucdn/issues/12
8
9  src/hb-ucdn.cc               |    6 +
10  src/hb-ucdn/README           |    1 -
11  src/hb-ucdn/ucdn.c           |   80 +-
12  src/hb-ucdn/ucdn.h           |   98 +-
13  src/hb-ucdn/unicodedata_db.h | 4750
14  +++++++++++++++++++++++-------------------
15  5 files changed, 2783 insertions(+), 2152 deletions(-)
16
17 commit f3f6c1ccbf89e15cda03e0c3a2df4297e98adf60
18 Author: jfkthame <jfkthame@gmail.com>
19 Date:   Thu Jun 16 00:10:42 2016 +0100
20
21     Blacklist GDEF tables of more fonts
22
23     This is based on bug reports that have been filed against Firefox
24     since it
25     updated to a version of harfbuzz that uses zeroing by GDEF rather
26     than by
27     Unicode. I'm sure there are a bunch more font versions that should
28     also be
29     included; these are just the ones I have on hand and have confirmed
30     as having
31     bad GDEF data.
32
33     Given how the list here is growing, I think we should reconsider
34     the approach,
35     and perhaps revert to zeroing by Unicode instead.
36
37     Fixes https://github.com/behdad/harfbuzz/issues/264
38     Fixes https://github.com/behdad/harfbuzz/pull/266
39
40  src/hb-ot-layout.cc | 39 +++++++++++++++++++++++++++++++++++++++
41  1 file changed, 39 insertions(+)
42
43 commit 34f9aa582c3a03b578c7eae3d2e8860a0bd5cb00
44 Author: Behdad Esfahbod <behdad@behdad.org>
45 Date:   Wed Jul 20 02:35:54 2016 -0700
46
47     Implement symbol cmap in ft and ot fonts
48
49     Fixes https://github.com/behdad/harfbuzz/issues/236
50     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=627953
51
52  src/hb-ft.cc      | 27 +++++++++++++++++++++++----
53  src/hb-ot-font.cc | 50 ++++++++++++++++++++++++++++++++++++++------------
54  2 files changed, 61 insertions(+), 16 deletions(-)
55
56 commit 6363d7df28dc4307ef1abb9857d14c35e656b85a
57 Author: Behdad Esfahbod <behdad@behdad.org>
58 Date:   Wed Jul 20 01:43:56 2016 -0700
59
60     Clean up buffer area when rewinding
61
62     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=614647
63     If allocation fails, we might be leaving junk behind.  At least
64     clear it up.
65
66  src/hb-buffer.cc | 8 ++++++++
67  1 file changed, 8 insertions(+)
68
69 commit f80c34eb556d12c45c961d6742c289baef58899d
70 Author: Behdad Esfahbod <behdad@behdad.org>
71 Date:   Tue Jul 12 11:18:26 2016 -0700
72
73     Whitespace
74
75  src/hb-unicode-private.hh | 4 ++--
76  1 file changed, 2 insertions(+), 2 deletions(-)
77
78 commit 874421203e0161db2cbfb27be6c039cba57f7c63
79 Author: Ebrahim Byagowi <ebrahim@gnu.org>
80 Date:   Tue Jul 12 03:49:21 2016 +0430
81
82     [coretext] Speculative fix for CoreText nullptr access (#288)
83
84  src/hb-coretext.cc | 14 +++++++++-----
85  1 file changed, 9 insertions(+), 5 deletions(-)
86
87 commit 6bf9db4f1e1d51f9acb5e37b89caa8f4d275e7ce
88 Author: Birunthan Mohanathas <birunthan@mohanathas.com>
89 Date:   Mon Jul 11 13:38:23 2016 -0700
90
91     [ft] Fix unsafe cast of FT_Done_Face in
92     hb_ft_{face,font}_create_referenced (#289)
93
94     Prior to this change the function `FT_Error FT_Done_Face(FT_Face
95     *)` was
96     called through a pointer with the signature `void (void *)`
97     resulting in
98     undefined behaviour.
99
100  src/hb-ft.cc | 12 +++++++++---
101  1 file changed, 9 insertions(+), 3 deletions(-)
102
103 commit 0b8f3ab0220ca4731516313828515f26bb480645
104 Author: Steve Lhomme <slhomme@matroska.org>
105 Date:   Mon Jul 11 21:57:26 2016 +0200
106
107     clang in MSVC mode doesn't like when we redefine __attribute__ (#283)
108
109  src/hb-private.hh | 2 +-
110  1 file changed, 1 insertion(+), 1 deletion(-)
111
112 commit 2f522fd485c2e946c9bce9e3828b6ff6247c59e4
113 Merge: d3e2a06 e4d451e
114 Author: Behdad Esfahbod <behdad@behdad.org>
115 Date:   Fri Jul 1 17:09:28 2016 -0700
116
117     Merge pull request #286 from khaledhosny/gi-tag_from_string
118
119     [introspection] Fix hb_tag_from_string annotation
120
121 commit e4d451ee55a57e1231b4076fcd1e87994f6b9528
122 Author: Khaled Hosny <khaledhosny@eglug.org>
123 Date:   Sat Jul 2 00:04:57 2016 +0200
124
125     [introspection] Fix hb_tag_from_string annotation
126
127  src/hb-common.cc | 2 +-
128  1 file changed, 1 insertion(+), 1 deletion(-)
129
130 commit d3e2a06b0f2587e913a9c3ff1a20c187f260db80
131 Author: Behdad Esfahbod <behdad@behdad.org>
132 Date:   Thu Jun 30 11:01:22 2016 -0700
133
134     [python] Use utf-32 / utf-16 based on build of Python
135
136     Fixes https://github.com/behdad/harfbuzz/pull/271
137
138  src/sample.py | 22 +++++++++++++++++++++-
139  1 file changed, 21 insertions(+), 1 deletion(-)
140
141 commit fc9de44a03a97f6e93bd98d804596cb1f9f4b5fd
142 Author: Behdad Esfahbod <behdad@behdad.org>
143 Date:   Thu Jun 30 09:46:52 2016 -0700
144
145     Comments
146
147  src/hb-coretext.cc | 18 +++++++++---------
148  1 file changed, 9 insertions(+), 9 deletions(-)
149
150 commit 46809dee30232d493539519b1bb527fa816c37db
151 Merge: 70e72e5 1bea49e
152 Author: Behdad Esfahbod <behdad@behdad.org>
153 Date:   Thu Jun 30 09:41:03 2016 -0700
154
155     Merge pull request #268 from drott/conflictingFontFix
156
157     Discard reconfigured CTFont if URL changes
158
159 commit 1bea49eb4b7a94ab6222f9c3c40320cbdb247b2d
160 Merge: 7aa3631 70e72e5
161 Author: Dominik Röttsches <d-r@roettsches.de>
162 Date:   Wed Jun 29 12:10:41 2016 +0200
163
164     Merge branch 'master' into conflictingFontFix
165
166 commit 70e72e5f61d73c33d3c8f3bf07f5a9afd0db046a
167 Author: Behdad Esfahbod <behdad@behdad.org>
168 Date:   Tue Jun 28 21:00:37 2016 -0700
169
170     [gobject] Fix a few warnings
171
172     Part of https://github.com/behdad/harfbuzz/issues/277
173
174  src/hb-buffer.cc         |  2 +-
175  src/hb-gobject-structs.h | 12 ++++++++++++
176  src/hb-shape.cc          |  2 --
177  src/hb-unicode.h         | 15 ---------------
178  4 files changed, 13 insertions(+), 18 deletions(-)
179
180 commit d8273aac19771033c5064a2f079c29d09a86e7c0
181 Merge: abae93f ae9054c
182 Author: Behdad Esfahbod <behdad@behdad.org>
183 Date:   Tue Jun 28 21:15:28 2016 -0700
184
185     Merge pull request #280 from behdad/revert-271-patch-2
186
187     Revert "use utf32"
188
189 commit ae9054c740631e36b7582b44c5afb42ff4509461
190 Author: Behdad Esfahbod <behdad@behdad.org>
191 Date:   Tue Jun 28 21:14:38 2016 -0700
192
193     Revert "use utf32"
194
195  src/sample.py | 3 +--
196  1 file changed, 1 insertion(+), 2 deletions(-)
197
198 commit 7aa3631dd06af74a1fa9f0bfaa5f721876be817f
199 Merge: f7da048 abae93f
200 Author: Dominik Röttsches <d-r@roettsches.de>
201 Date:   Tue Jun 28 09:52:18 2016 +0200
202
203     Merge branch 'master' into conflictingFontFix
204
205 commit abae93faef32562f34a72981d252c848cc4f7565
206 Merge: 07461d0 8179ff5
207 Author: Behdad Esfahbod <behdad@behdad.org>
208 Date:   Mon Jun 27 14:33:27 2016 -0400
209
210     Merge pull request #273 from ebraminio/master
211
212         [dwrite] Use stream font loader instead GDI interop
213
214 commit 8179ff5d7ba4a140cf6743729a22072800e98a79
215 Author: Ebrahim Byagowi <ebrahim@gnu.org>
216 Date:   Mon Jun 27 03:54:15 2016 +0430
217
218     [dwrite] Don't allocate more than needed
219
220     Addressing Nikolay Sivov reviews on harfbuzz mailing list
221
222  src/hb-directwrite.cc | 15 ++++++---------
223  1 file changed, 6 insertions(+), 9 deletions(-)
224
225 commit 07b724f3419a28c479cd8a75ae0eecb841a6d2f3
226 Author: Ebrahim Byagowi <ebrahim@gnu.org>
227 Date:   Fri Jun 24 12:23:25 2016 +0430
228
229     [dwrite] Delete remained objects
230
231     No longer noticeable memory increase on create/destroy iterations,
232     highly better than current state of uniscribe backend
233
234  src/hb-directwrite.cc | 33 ++++++++++++++++++++++++---------
235  1 file changed, 24 insertions(+), 9 deletions(-)
236
237 commit be565d17141818e006aa1e4582f3ae14c726fa85
238 Author: Ebrahim Byagowi <ebrahim@gnu.org>
239 Date:   Fri Jun 24 11:42:01 2016 +0430
240
241     [dwrite] Release allocated blob on face destroy
242
243     This reduces memory consumption of my iterated font create/destroy
244     cycle test
245     significantly and makes it much better than uniscribe backend even
246
247  src/hb-directwrite.cc | 5 ++++-
248  1 file changed, 4 insertions(+), 1 deletion(-)
249
250 commit f3f0ea980a359343ac0e3d359a95855c2cf7be25
251 Author: Ebrahim Byagowi <ebrahim@gnu.org>
252 Date:   Thu Jun 23 16:41:37 2016 +0430
253
254     [dwrite] Remove ifdefs without breaking execution on old Windows
255     versions
256
257  src/hb-directwrite.cc | 205
258  +++++++++++++++++++++++++-------------------------
259  1 file changed, 103 insertions(+), 102 deletions(-)
260
261 commit 6b861dbd8b3662d0fa0e51fad1736d72192da868
262 Author: Ebrahim Byagowi <ebrahim@gnu.org>
263 Date:   Tue Jun 21 13:57:26 2016 +0430
264
265     [dwrite] Use stream font loader instead GDI interop
266
267     With help of
268     https://dxr.mozilla.org/mozilla-central/source/gfx/2d/NativeFontResourceDWrite.cpp
269
270  src/hb-directwrite.cc | 350
271  +++++++++++++++++++-------------------------------
272  src/hb-directwrite.h  |   2 +-
273  2 files changed, 135 insertions(+), 217 deletions(-)
274
275 commit f7da0486ed8884481d477ce08fcf928c4da9a0a3
276 Merge: a022327 07461d0
277 Author: Dominik Röttsches <d-r@roettsches.de>
278 Date:   Mon Jun 20 10:25:43 2016 +0300
279
280     Merge branch 'master' into conflictingFontFix
281
282 commit 07461d06d242cd5cfda7ccb891189f074a89b460
283 Author: Kelvin <kelvinsthirteen@gmail.com>
284 Date:   Sat Jun 18 22:46:38 2016 +0000
285
286     Use UTF-32  in Python sample
287
288  src/sample.py | 3 ++-
289  1 file changed, 2 insertions(+), 1 deletion(-)
290
291 commit fca0c61d67aa309fc824fb18f247493c2b7701ef
292 Merge: 4b8de1e 9883505
293 Author: Khaled Hosny <khaledhosny@eglug.org>
294 Date:   Sun Jun 19 00:08:51 2016 +0300
295
296     Merge pull request #270 from khaledhosny/travis-failure
297
298     Fix make check on Travis
299
300 commit 988350586f607c7a46bbb658a2abecfd004f41fb
301 Author: Khaled Hosny <khaledhosny@eglug.org>
302 Date:   Sat Jun 18 21:12:19 2016 +0200
303
304     [tests] Workaround Python 2 “narrow” builds
305
306     The so-called Python 2 “narrow” builds support UCS2 only, this
307     is a
308     workaround to allow unichr to work with any Unicode character in such
309     builds. This fixes Travis-CI failure as it has narrow Python 2 builds.
310
311     Copied from:
312     https://github.com/behdad/fonttools/blob/master/Lib/fontTools/misc/py23.py
313
314  test/shaping/hb_test_tools.py | 38 +++++++++++++++++++++++++++++++++++++-
315  1 file changed, 37 insertions(+), 1 deletion(-)
316
317 commit a0223274b97e82fe02730fd45729172511fec459
318 Author: Dominik Röttsches <drott@chromium.org>
319 Date:   Thu Jun 16 14:19:39 2016 +0200
320
321     Discard reconfigured CTFont if URL changes
322
323     Fixes https://github.com/behdad/harfbuzz/issues/267
324
325  src/hb-coretext.cc | 24 +++++++++++++++++++++---
326  1 file changed, 21 insertions(+), 3 deletions(-)
327
328 commit 4b8de1ea804b225e8357422d0686aad76b05ccf3
329 Author: Behdad Esfahbod <behdad@behdad.org>
330 Date:   Mon Jun 6 23:08:54 2016 -0700
331
332     Round, not truncate, when scaling values
333
334     Fixes https://github.com/behdad/harfbuzz/issues/255
335
336  src/hb-font-private.hh | 8 +++++++-
337  1 file changed, 7 insertions(+), 1 deletion(-)
338
339 commit a93078a0ece6dcdea8c5b46cabd30854dd7cf593
340 Author: Behdad Esfahbod <behdad@behdad.org>
341 Date:   Mon Jun 6 15:58:41 2016 -0700
342
343     Change bugreport URL to github
344
345     That's where everything is happening these days.
346
347  configure.ac | 2 +-
348  1 file changed, 1 insertion(+), 1 deletion(-)
349
350 commit bed201d2b839c1b1e727e17efc2e0c8f705b86c5
351 Author: Behdad Esfahbod <behdad@behdad.org>
352 Date:   Mon Jun 6 14:14:24 2016 -0700
353
354     Update for latest Unicode 9 data files
355
356  src/hb-ot-shape-complex-indic-table.cc | 10 +++++-----
357  src/hb-ot-shape-complex-indic.cc       |  5 -----
358  src/hb-ot-shape-complex-use-table.cc   |  4 ++--
359  3 files changed, 7 insertions(+), 12 deletions(-)
360
361 commit aba4b0ca52f490adfc2f3c6ec0accddd6596fdf6
362 Author: Behdad Esfahbod <behdad@behdad.org>
363 Date:   Wed Jun 1 16:57:29 2016 -0700
364
365     Add TODO
366
367  src/hb-font.cc | 1 +
368  1 file changed, 1 insertion(+)
369
370 commit a2b03de5b30b7e83f7fbf3457e9ba9c00eb88d00
371 Author: Behdad Esfahbod <behdad@behdad.org>
372 Date:   Fri May 6 17:56:07 2016 +0100
373
374     [myanmar] Handle U+AA74..U+AA76
375
376     Fixes https://github.com/behdad/harfbuzz/issues/218
377
378  src/hb-ot-shape-complex-myanmar.cc | 5 +++++
379  1 file changed, 5 insertions(+)
380
381 commit 6c0aa9e92bbd22011c85d98c6db021012f7b4101
382 Author: Behdad Esfahbod <behdad@behdad.org>
383 Date:   Fri May 6 17:50:06 2016 +0100
384
385     Fix build on droid.io
386
387  test/shaping/tests/use.tests | 2 +-
388  1 file changed, 1 insertion(+), 1 deletion(-)
389
390 commit 9b6312f9451db790db00dc2c2e27a5a1db852e72
391 Author: Behdad Esfahbod <behdad@behdad.org>
392 Date:   Fri May 6 17:41:49 2016 +0100
393
394     [use] Update to draft spec from Andrew Glass from August 2015
395
396  src/gen-use-table.py                               |  29 +++--
397  src/hb-ot-shape-complex-use-machine.rl             |  15 +--
398  src/hb-ot-shape-complex-use-private.hh             |   1 -
399  src/hb-ot-shape-complex-use-table.cc               | 142
400  ++++++++++-----------
401  src/hb-ot-shape-complex-use.cc                     |  11 +-
402  .../6ff0fbead4462d9f229167b4e6839eceb8465058.ttf   | Bin 0 -> 1148 bytes
403  test/shaping/tests/use.tests                       |   1 +
404  7 files changed, 93 insertions(+), 106 deletions(-)
405
406 commit 3e4e7616a8ca80a50a438601b84428b4ba4c8694
407 Author: Behdad Esfahbod <behdad@behdad.org>
408 Date:   Fri May 6 17:28:25 2016 +0100
409
410     [use] Add a catch-all clause to the machine
411
412  src/hb-ot-shape-complex-use-machine.rl | 2 ++
413  src/hb-ot-shape-complex-use.cc         | 2 ++
414  2 files changed, 4 insertions(+)
415
416 commit d04e461fe3310ccaf8633efcb79b8eb6ca2201c3
417 Author: Behdad Esfahbod <behdad@behdad.org>
418 Date:   Fri May 6 17:17:00 2016 +0100
419
420     [use] Fix 'Number-joiner terminated cluster' to use HN instead of H
421
422     From draft update to USE.
423
424  src/hb-ot-shape-complex-use-machine.rl | 2 +-
425  1 file changed, 1 insertion(+), 1 deletion(-)
426
427 commit 359dead960c825edeb4587915a511d323f1c1f2a
428 Author: Behdad Esfahbod <behdad@behdad.org>
429 Date:   Fri May 6 16:19:19 2016 +0100
430
431     Allow MultipleSubst to delete glyph
432
433     Fixes https://github.com/behdad/harfbuzz/issues/253
434
435     Hopefully we got the logic right.
436
437  src/hb-ot-layout-gsub-table.hh       | 17 +++++++----------
438  src/hb-ot-layout-gsubgpos-private.hh | 11 +++++++----
439  2 files changed, 14 insertions(+), 14 deletions(-)
440
441 commit 3c1666cfb589275de96d54eecb95a13a98e3819e
442 Author: Behdad Esfahbod <behdad@behdad.org>
443 Date:   Fri May 6 16:05:07 2016 +0100
444
445     [indic] Remove more unused logic after Javanese is gone
446
447  src/hb-ot-shape-complex-indic.cc | 50
448  +++++++++++++++-------------------------
449  1 file changed, 18 insertions(+), 32 deletions(-)
450
451 commit 8b5d6e755b271d0d22b31a7726d5bfbf2aae8b2f
452 Author: Behdad Esfahbod <behdad@behdad.org>
453 Date:   Fri May 6 15:59:27 2016 +0100
454
455     [indic] Remove unused Javanese bits
456
457  src/hb-ot-shape-complex-indic-machine.rl | 3 +--
458  src/hb-ot-shape-complex-indic-private.hh | 5 ++---
459  src/hb-ot-shape-complex-indic.cc         | 4 ----
460  3 files changed, 3 insertions(+), 9 deletions(-)
461
462 commit 30e6e29f0f0f77eb65bfd1c4576b38c2da555017
463 Author: Behdad Esfahbod <behdad@behdad.org>
464 Date:   Fri May 6 15:52:27 2016 +0100
465
466     [indic/use] Move Javanese from Indic shaper to USE
467
468     Fixes https://github.com/behdad/harfbuzz/issues/243
469
470     With javatext.ttf, the reodering medial Ra gets its advance width
471     zero'ed in Uniscribe implementation, and the font adds the advance
472     back.  Our Indic shaper does not do that, but USE does.  So, route
473     Javanese through USE.  That's what Microsoft does anyway.  Test:
474
475       U+A9A5,U+A9BA
476
477     This also seems to fix the following sequence, and variations thereof:
478
479       U+A99F,U+A9C0,U+A9A2,U+A9BF
480
481  src/gen-indic-table.py                             |  1 -
482  src/hb-ot-shape-complex-indic-table.cc             | 23
483  ++++------------------
484  src/hb-ot-shape-complex-private.hh                 |  5 +----
485  .../south-east-asian/script-javanese/misc.txt      |  1 +
486  4 files changed, 6 insertions(+), 24 deletions(-)
487
488 commit c6ee5f5f06a27a6f147f63aaf51186622821f20b
489 Author: Behdad Esfahbod <behdad@behdad.org>
490 Date:   Fri May 6 15:39:02 2016 +0100
491
492     Add Javanese sample text
493
494  .../south-east-asian/script-javanese/misc.txt      | 53
495  ++++++++++++++++++++++
496  1 file changed, 53 insertions(+)
497
498 commit e21921a68a959b7e929f71a4260a6cbe055ab4e6
499 Author: Behdad Esfahbod <behdad@behdad.org>
500 Date:   Fri May 6 15:24:39 2016 +0100
501
502     Minor
503
504  BUILD.md | 9 ++++++---
505  1 file changed, 6 insertions(+), 3 deletions(-)
506
507 commit 01a30a6aa9a5827c93245961e3392a1f361745fe
508 Author: Behdad Esfahbod <behdad@behdad.org>
509 Date:   Fri May 6 11:50:02 2016 +0100
510
511     [indic] Remove data for scripts that don't go thorough this shaper
512
513  src/gen-indic-table.py                 |  29 +-
514  src/hb-ot-shape-complex-indic-table.cc | 604
515  +--------------------------------
516  2 files changed, 43 insertions(+), 590 deletions(-)
517
518 commit 7cd9269f4eba7b85cd72301a3fc39fab42a4e439
519 Author: Behdad Esfahbod <behdad@behdad.org>
520 Date:   Fri May 6 11:34:46 2016 +0100
521
522     Update tables to Unicode 9.0.0 beta
523
524     Fixes https://github.com/behdad/harfbuzz/issues/251
525
526  src/hb-ot-shape-complex-arabic-table.hh |  56 ++++++++-----
527  src/hb-ot-shape-complex-indic-table.cc  | 137
528  +++++++++++++++++++++++---------
529  src/hb-ot-shape-complex-use-table.cc    |  86 ++++++++++++++------
530  3 files changed, 196 insertions(+), 83 deletions(-)
531
532 commit f718fe370ea89e8aeb407addaa6cc926d52a4cdb
533 Author: Behdad Esfahbod <behdad@behdad.org>
534 Date:   Fri May 6 11:21:12 2016 +0100
535
536     Minor
537
538  src/gen-indic-table.py | 4 ++--
539  1 file changed, 2 insertions(+), 2 deletions(-)
540
541 commit 691086f131cb6c9d97e98730c27673484bf93f87
542 Author: Behdad Esfahbod <behdad@behdad.org>
543 Date:   Fri May 6 12:08:18 2016 +0100
544
545     Add Unicode 9 beta scripts
546
547     These are frozen, so good time to add.
548
549  src/hb-common.cc                   | 3 +++
550  src/hb-common.h                    | 9 +++++++++
551  src/hb-ot-shape-complex-private.hh | 9 +++++++++
552  src/hb-ot-shape-complex-use.cc     | 3 +++
553  4 files changed, 24 insertions(+)
554
555 commit bc5198fe1277d662926a4f616913c085cd4fc8ee
556 Author: Behdad Esfahbod <behdad@behdad.org>
557 Date:   Fri May 6 11:59:05 2016 +0100
558
559     Whitespace
560
561  src/hb-common.h | 13 +++++++------
562  1 file changed, 7 insertions(+), 6 deletions(-)
563
564 commit a5b7b0dd4508d8a1e7573b75c4cb8832c9e34e3f
565 Author: Behdad Esfahbod <behdad@behdad.org>
566 Date:   Mon May 2 10:44:13 2016 +0200
567
568     1.2.7
569
570  NEWS         | 12 ++++++++++++
571  configure.ac |  2 +-
572  2 files changed, 13 insertions(+), 1 deletion(-)
573
574 commit 9879fc1db3cad684f412c2f3d6b49e0435697d0e
575 Author: Behdad Esfahbod <behdad@behdad.org>
576 Date:   Mon May 2 10:29:12 2016 +0200
577
578     [ot-font] Remove unused 'post' table include for now
579
580     To make a release...
581
582  src/hb-ot-font.cc | 2 +-
583  1 file changed, 1 insertion(+), 1 deletion(-)
584
585 commit f8061ae7972462ad800c23be7cd7b3d7ab94b93b
586 Author: Behdad Esfahbod <behdad@behdad.org>
587 Date:   Mon May 2 10:28:24 2016 +0200
588
589     [tests] Fix test
590
591  test/shaping/Makefile.am                                                |
592  2 +-
593  .../tests/{fallback-positioning.test => fallback-positioning.tests}
594  | 0
595  2 files changed, 1 insertion(+), 1 deletion(-)
596
597 commit f00ab2a33ab34ba64f38cbbe65830c770a3e071e
598 Author: Behdad Esfahbod <behdad@behdad.org>
599 Date:   Mon May 2 10:24:00 2016 +0200
600
601     [hb-ot-font] Make 'glyf' table loading lazy
602
603     Apparently some clients have reference-table callbacks that copy
604     the table.
605     As such, avoid loading 'glyf' table which is only needed if fallback
606     positioning
607     happens.
608
609  src/hb-ot-font.cc                                  |  45
610  ++++++++++++++++++++-
611  test/shaping/Makefile.am                           |   1 +
612  .../7ef276fc886ea502a03b9b0e5c8b547d5dc2b61c.ttf   | Bin 0 -> 784 bytes
613  test/shaping/tests/fallback-positioning.test       |   2 +
614  4 files changed, 46 insertions(+), 2 deletions(-)
615
616 commit 587d46227a56940a7f5bb053cbeda6144394acf7
617 Author: Behdad Esfahbod <behdad@behdad.org>
618 Date:   Sat Apr 30 19:20:56 2016 +0200
619
620     [ot-font] Start implementing 'post' table, for accessing glyph names
621
622  src/Makefile.sources        |   1 +
623  src/hb-open-type-private.hh |  12 ++++-
624  src/hb-ot-font.cc           |   1 +
625  src/hb-ot-post-table.hh     | 119
626  ++++++++++++++++++++++++++++++++++++++++++++
627  4 files changed, 132 insertions(+), 1 deletion(-)
628
629 commit 9abaaac409b8e3a0a9182b67dc384133013f7878
630 Merge: 2f560ee 264b7a7
631 Author: Behdad Esfahbod <behdad@behdad.org>
632 Date:   Wed Apr 27 03:38:24 2016 -0700
633
634     Merge commit '264b7a728a41becfbf23ce258fc2a3af19d0cbbe' into HEAD
635
636 commit 2f560ee44b7b08683e8e6955fe3b95187e8bda32
637 Author: Behdad Esfahbod <behdad@behdad.org>
638 Date:   Wed Apr 27 03:11:41 2016 -0700
639
640     [tibetan] Reorder marks to better match Uniscribe
641
642     Fixes https://github.com/behdad/harfbuzz/issues/237
643
644     Note that Uniscribe enforces a certain syllable order.  We don't.
645     But with this change, I get all of the tibetan contractions pass
646     with Microsoft Himalaya font.
647
648  src/hb-unicode-private.hh | 8 ++++++--
649  1 file changed, 6 insertions(+), 2 deletions(-)
650
651 commit f68390f196216718c22c434e1d8921118e646824
652 Author: Behdad Esfahbod <behdad@behdad.org>
653 Date:   Wed Apr 27 02:44:35 2016 -0700
654
655     [test] Add text for Tibetan shorthand contractions
656
657     From http://www.babelstone.co.uk/Tibetan/Contractions.html
658
659  .../script-tibetan/misc/contractions.txt           | 612
660  +++++++++++++++++++++
661  1 file changed, 612 insertions(+)
662
663 commit 264b7a728a41becfbf23ce258fc2a3af19d0cbbe
664 Merge: 7e2da03 adafdcd
665 Author: Khaled Hosny <khaledhosny@eglug.org>
666 Date:   Wed Apr 27 03:48:23 2016 +0300
667
668     Merge pull request #247 from khaledhosny/update-opentype-language-tags
669
670     Update opentype language tags
671
672 commit adafdcddced076da4bfa3114a00e15a387aaf1f7
673 Author: Arthur Reutenauer <arthur.reutenauer@normalesup.org>
674 Date:   Sat Nov 7 23:37:21 2015 +0000
675
676     Mass-added “difficult” tags – to be curated.
677
678  src/hb-ot-tag.cc | 69
679  +++++++++++++++++++++++++++++---------------------------
680  1 file changed, 36 insertions(+), 33 deletions(-)
681
682 commit 3d6a2c0d7d9f6c5b3097f78c1123f9e59dcc76e2
683 Author: Arthur Reutenauer <arthur.reutenauer@normalesup.org>
684 Date:   Sat Nov 7 22:59:13 2015 +0000
685
686     Initial import of missing OpenType 1.7 language tags.
687
688  src/hb-ot-tag.cc | 67
689  +++++++++++++++++++++++++++++++++++++++++++++++++++-----
690  1 file changed, 61 insertions(+), 6 deletions(-)
691
692 commit 7e2da035f68e46ce8f4759b67b4ed3a1b211d793
693 Author: Behdad Esfahbod <behdad@behdad.org>
694 Date:   Tue Apr 26 16:42:25 2016 -0700
695
696     Undo accidental change
697
698  src/hb-ot-shape-complex-arabic.cc | 2 +-
699  1 file changed, 1 insertion(+), 1 deletion(-)
700
701 commit b20305022a8235b19e6b640bc62651854e1336f1
702 Author: Behdad Esfahbod <behdad@behdad.org>
703 Date:   Tue Apr 26 16:41:17 2016 -0700
704
705     Do NOT ignore Mongolian Free Variation Selectors during matching
706
707     Fixes https://github.com/behdad/harfbuzz/issues/234
708
709  src/hb-ot-layout-gsubgpos-private.hh               |   2 +-
710  src/hb-ot-layout-private.hh                        |  23
711  +++++++++++++++++++--
712  src/hb-ot-shape-complex-arabic.cc                  |   2 +-
713  .../a34a7b00f22ffb5fd7eef6933b81c7e71bc2cdfb.ttf   | Bin 0 -> 3700 bytes
714  .../tests/mongolian-variation-selector.tests       |   1 +
715  5 files changed, 24 insertions(+), 4 deletions(-)
716
717 commit 21ab5501f5f5267d20cf23256866dd9d82a667ef
718 Author: Behdad Esfahbod <behdad@behdad.org>
719 Date:   Tue Apr 26 16:02:04 2016 -0700
720
721     Move ZWJ/ZWNJ bits to top byte of unicode_props()
722
723     To make room to remember Mongolian Free Variation Selectors.
724     Part of fixing https://github.com/behdad/harfbuzz/issues/234
725
726  src/hb-ot-layout-private.hh | 40 ++++++++++++++++++++++------------------
727  1 file changed, 22 insertions(+), 18 deletions(-)
728
729 commit de508516cb06ddb064d75bd7be8e843a5ebcf70d
730 Author: Behdad Esfahbod <behdad@behdad.org>
731 Date:   Tue Apr 26 11:28:37 2016 -0700
732
733     [util] Print out --debug buffer to stderr
734
735  util/main-font-text.hh | 2 +-
736  1 file changed, 1 insertion(+), 1 deletion(-)
737
738 commit 29393884b9f045460fb65d6ad10a94461ba93430
739 Author: Behdad Esfahbod <behdad@behdad.org>
740 Date:   Tue Apr 26 10:35:23 2016 -0700
741
742     Annotate blacklisted fonts with their sha1sum
743
744  src/hb-ot-layout.cc | 18 ++++++++++++------
745  1 file changed, 12 insertions(+), 6 deletions(-)
746
747 commit 14bb4a56971fd45063cd6c1288d911627088abb2
748 Merge: 1c625df 5069062
749 Author: Sascha Brawer <sascha@brawer.ch>
750 Date:   Tue Apr 26 11:38:16 2016 +0200
751
752     Merge pull request #245 from KonstantinRitt/fixes/ce
753
754     Unbreak build on Windows CE
755
756 commit 5069062d0a9342bb716eebf3ddc1efad91924caa
757 Author: Konstantin Ritt <ritt.ks@gmail.com>
758 Date:   Tue Apr 26 12:02:26 2016 +0400
759
760     Unbreak build on Windows CE
761
762     0475ef2f97e3035a2eea9a0f96031331e07e8e29 broke the build by using
763     vsnprintf(), which is not defined on Windows CE
764
765  src/hb-private.hh | 1 +
766  1 file changed, 1 insertion(+)
767
768 commit 1c625dff2269c54ff429ca45be88893ff1fa6c34
769 Author: Behdad Esfahbod <behdad@behdad.org>
770 Date:   Sat Apr 9 12:53:23 2016 -0700
771
772     Minor
773
774  src/hb-ot-layout.cc | 8 ++++----
775  1 file changed, 4 insertions(+), 4 deletions(-)
776
777 commit 851b0db36d1b724fc1e0db506445119c78186285
778 Author: Behdad Esfahbod <behdad@behdad.org>
779 Date:   Fri Apr 8 23:46:55 2016 -0700
780
781     Minor.  We should never get to this branch, but fix it anyway.
782
783  src/hb-ot-layout-common-private.hh | 6 +++++-
784  1 file changed, 5 insertions(+), 1 deletion(-)
785
786 commit 00ea66f35754a1e6e4d3b7b139d611a9a623a9d1
787 Author: Behdad Esfahbod <behdad@behdad.org>
788 Date:   Fri Apr 8 13:51:01 2016 -0700
789
790     1.2.6
791
792  NEWS         | 10 ++++++++++
793  configure.ac |  2 +-
794  2 files changed, 11 insertions(+), 1 deletion(-)
795
796 commit 4f3d59a1877dcb94d09da48e9694a6c1b05a86fe
797 Author: Behdad Esfahbod <behdad@behdad.org>
798 Date:   Fri Apr 8 13:41:20 2016 -0700
799
800     Blacklist another set of timesi.ttf and timesbi.ttf
801
802  src/hb-ot-layout.cc | 2 ++
803  1 file changed, 2 insertions(+)
804
805 commit ef476be80d773332e0c768a3465d99381d76edd9
806 Merge: a0331b5 d3134a6
807 Author: Behdad Esfahbod <behdad@behdad.org>
808 Date:   Fri Apr 8 13:16:33 2016 -0700
809
810     Merge pull request #239 from ebraminio/dwfix
811
812     Improve DirectWrite backend
813
814 commit d3134a66ad551ded726db9528d3c25459088f105
815 Author: Ebrahim Byagowi <ebrahim@gnu.org>
816 Date:   Tue Apr 5 21:01:05 2016 +0000
817
818     Fix when no feature is given
819
820  src/hb-directwrite.cc | 8 +++++---
821  1 file changed, 5 insertions(+), 3 deletions(-)
822
823 commit a0331b55f7b45437980e1fc323251f4091bf2c4e
824 Author: Behdad Esfahbod <behdad@behdad.org>
825 Date:   Mon Apr 4 16:25:32 2016 -0700
826
827     1.2.5
828
829  NEWS         | 7 +++++++
830  configure.ac | 2 +-
831  2 files changed, 8 insertions(+), 1 deletion(-)
832
833 commit 6e55199b5f097ac93bad38f32e9813e2da14c5a7
834 Author: Behdad Esfahbod <behdad@behdad.org>
835 Date:   Mon Apr 4 16:24:27 2016 -0700
836
837     Add test for 6dd80faf0dcb3e8a8915c3a25da44e2a67cb0cd8
838
839  test/shaping/Makefile.am                                |   1 +
840  .../f22416c692720a7d46fadf4af99f4c9e094f00b9.ttf        | Bin 0 ->
841  16736 bytes
842  test/shaping/tests/mark-filtering-sets.tests            |   5 +++++
843  3 files changed, 6 insertions(+)
844
845 commit 59089622dbb8dda783b1639c932123f125c3592d
846 Author: Behdad Esfahbod <behdad@behdad.org>
847 Date:   Mon Apr 4 14:54:32 2016 -0700
848
849     [coretext] Clarify comment
850
851  src/hb-coretext.cc | 8 +++-----
852  1 file changed, 3 insertions(+), 5 deletions(-)
853
854 commit 6dd80faf0dcb3e8a8915c3a25da44e2a67cb0cd8
855 Author: Behdad Esfahbod <behdad@behdad.org>
856 Date:   Mon Apr 4 14:34:25 2016 -0700
857
858     Fix FixedVersion::to_int()
859
860     Ouch.  Had broken it in 9a13ed453ef96822a47d6e6f58332b87f38d5c59
861
862     Fixes https://github.com/behdad/harfbuzz/issues/238
863     Will add test soon.
864
865  src/hb-open-type-private.hh | 2 +-
866  1 file changed, 1 insertion(+), 1 deletion(-)
867
868 commit 4a104021697439fd21390a1f4cdc9310348882fa
869 Author: Ebrahim Byagowi <ebrahim@gnu.org>
870 Date:   Sat Apr 2 13:47:59 2016 +0000
871
872     Hide justification behind HB_DIRECTWRITE_EXPERIMENTAL_JUSTIFICATION
873
874  src/hb-directwrite.cc | 8 ++++----
875  1 file changed, 4 insertions(+), 4 deletions(-)
876
877 commit 63ee9ca5d81b53eb035972754ed95572821c393c
878 Author: Ebrahim Byagowi <ebrahim@gnu.org>
879 Date:   Fri Apr 1 15:47:07 2016 +0000
880
881     Use standard types instead Windows favourites ones
882
883  src/hb-directwrite.cc | 100
884  +++++++++++++++++++++++++-------------------------
885  1 file changed, 50 insertions(+), 50 deletions(-)
886
887 commit adf20ba0d18d1506e633dcd9b4827a6c93abcadd
888 Author: Ebrahim Byagowi <ebrahim@gnu.org>
889 Date:   Fri Apr 1 15:36:40 2016 +0000
890
891     Limit GetJustifiedGlyphs only to scripts with custom justification
892     character
893
894  src/hb-directwrite.cc | 98
895  +++++++++++++++++++++++++++++++--------------------
896  1 file changed, 60 insertions(+), 38 deletions(-)
897
898 commit 32ae9d1b3ffbe7e26e654437a56a26a95fe9f5a6
899 Author: Ebrahim Byagowi <ebrahim@gnu.org>
900 Date:   Fri Apr 1 06:39:57 2016 +0000
901
902     Add justification support
903
904  src/hb-directwrite.cc | 321
905  ++++++++++++++++++++++++++++++++------------------
906  1 file changed, 205 insertions(+), 116 deletions(-)
907
908 commit 10c3d9e41520595c88dd2a8321590e03ce8fcf47
909 Author: Ebrahim Byagowi <ebrahim@gnu.org>
910 Date:   Thu Mar 31 18:19:44 2016 +0000
911
912     Basic opentype features support
913
914  src/hb-directwrite.cc | 62
915  ++++++++++++++++++++++++++++++++++-----------------
916  1 file changed, 42 insertions(+), 20 deletions(-)
917
918 commit d129897120d3ad414220d603557c15a60aa69fa6
919 Author: Ebrahim Byagowi <ebrahim@gnu.org>
920 Date:   Thu Mar 31 13:45:37 2016 +0000
921
922     Refactor and remove dupe getglyphs call
923
924  src/hb-directwrite.cc | 106
925  ++++++++++++++++++++++++--------------------------
926  1 file changed, 51 insertions(+), 55 deletions(-)
927
928 commit 5f1a8961008b93f72acc47336109af3a64e248d0
929 Author: Ebrahim Byagowi <ebrahim@gnu.org>
930 Date:   Thu Mar 31 12:26:16 2016 +0000
931
932     Better glyph offset support
933
934  src/hb-directwrite.cc | 44 ++++++++++++++++++++++++--------------------
935  1 file changed, 24 insertions(+), 20 deletions(-)
936
937 commit d691ba3f405738c6857450752b8cc0911dfcdb01
938 Author: Ebrahim Byagowi <ebrahim@gnu.org>
939 Date:   Wed Mar 30 20:21:40 2016 +0000
940
941     Don't fail when language is not set
942
943  src/hb-directwrite.cc | 9 ++++++---
944  1 file changed, 6 insertions(+), 3 deletions(-)
945
946 commit 1c00a46c7a608ebc0b03c5abfcfe7f2b9881d0df
947 Author: Ebrahim Byagowi <ebrahim@gnu.org>
948 Date:   Wed Mar 30 20:15:09 2016 +0000
949
950     Make DirectWrite backend to work with different font sizes
951
952     Actually copyedited same logic from Uniscribe to make it just work
953
954  src/hb-directwrite.cc | 7 ++++++-
955  1 file changed, 6 insertions(+), 1 deletion(-)
956
957 commit 0251b0cc5c39272d2299d4b2ab802faaafe96837
958 Author: Behdad Esfahbod <behdad@behdad.org>
959 Date:   Thu Mar 17 14:37:11 2016 -0700
960
961     1.2.4
962
963  NEWS         | 15 +++++++++++++++
964  configure.ac |  2 +-
965  2 files changed, 16 insertions(+), 1 deletion(-)
966
967 commit 69f9fbc4200442a35484d3c790ae8f4979be5d60
968 Author: Behdad Esfahbod <behdad@behdad.org>
969 Date:   Thu Mar 17 11:59:43 2016 -0700
970
971     Synthesize GDEF glyph class for any glyph that does not have one
972     in GDEF
973
974     Previously we only synthesized GDEF glyph classes if the glyphClassDef
975     array in GDEF was null.  This worked well enough, and is indeed what
976     OpenType requires: "If the font does not include a GlyphClassDef
977     table,
978     the client must define and maintain this information when using the
979     GSUB and GPOS tables."  That sentence does not quite make sense since
980     one needs Unicode properties as well, but is close enough.
981
982     However, looks like Arial Unicode as shipped on WinXP, does have GDEF
983     glyph class array, but defines no classes for Hebrew.  This results
984     in Hebrew marks not getting their widths zeroed.  So, with this
985     change,
986     we synthesize glyph class for any glyph that is not specified in the
987     GDEF glyph class table.  Since, from our point of view, a glyph not
988     being listed in that table is a font bug, any unwanted consequence of
989     this change is a font bug :).
990
991     Note that we still don't get the same rendering as Uniscribe, since
992     Uniscribe seems to do fallback positioning as well, even though the
993     font does have a GPOS table (which does NOT cover Hebrew!).  We are
994     not going to try to match that though.
995
996     Test string for Arial Unicode:
997
998         U+05E9,U+05B8,U+05C1,U+05DC
999
1000     Before:             [gid1166=3+991|gid1142=0+737|gid5798=0+1434]
1001     After:              [gid1166=3+991|gid1142=0+0|gid5798=0+1434]
1002     Uniscribe:  [gid1166=3+991|gid1142=0@348,0+0|gid5798=0+1434]
1003
1004     Note that our new output matches what we were generating until July
1005     2014, because the Hebrew shaper used to zero mark advances based on
1006     Unicode, NOT GDEF.  That's 9e834e29e0b657f0555df1ab9cea79ff7abcf08d.
1007
1008     Reported by Greg Douglas.
1009
1010  src/hb-ot-layout-gsub-table.hh | 22 ++++++++++++++++++++--
1011  src/hb-ot-shape.cc             | 29 -----------------------------
1012  2 files changed, 20 insertions(+), 31 deletions(-)
1013
1014 commit fef5dd9a72f326c160a7194f558749d24bac7283
1015 Merge: 01ea9ea 5f995db
1016 Author: Behdad Esfahbod <behdad@behdad.org>
1017 Date:   Sat Mar 12 19:15:15 2016 -0800
1018
1019     Merge pull request #232 from c0nk/wip-icu
1020
1021     Add --with-icu=builtin option; fix compile error
1022
1023 commit 01ea9eaac373d9f3de6e56c1ca26cdcd259ecc8e
1024 Author: Behdad Esfahbod <behdad@behdad.org>
1025 Date:   Fri Mar 11 18:50:02 2016 -0800
1026
1027     [build] Use tar-ustar instead of tar-pax
1028
1029     The default tar-v7 is not good enough for us (99 char filename
1030     limit), so I have had bumped to tar-pax.  We got one complaint
1031     that someone's tar couldn't handle tar-pax.  Set to tar-ustar
1032     which is ~13 years earlier than tar-pax and is good enough for us.
1033
1034  configure.ac | 2 +-
1035  1 file changed, 1 insertion(+), 1 deletion(-)
1036
1037 commit 3e10460a1dd41de32752e308771aa30d23565cc0
1038 Author: Behdad Esfahbod <behdad@behdad.org>
1039 Date:   Fri Mar 11 18:45:19 2016 -0800
1040
1041     Minor comment
1042
1043  src/hb-unicode-private.hh | 2 +-
1044  1 file changed, 1 insertion(+), 1 deletion(-)
1045
1046 commit d14fea4bdcc1423fe9a585af3abdefa9605d17e6
1047 Author: Behdad Esfahbod <behdad@behdad.org>
1048 Date:   Tue Mar 8 12:16:41 2016 -0800
1049
1050     Remove default clause in minor switch statements
1051
1052     Bending to clang warnings...
1053     https://bugs.chromium.org/p/chromium/issues/detail?id=593057
1054
1055  src/hb-ot-shape-complex-indic.cc | 4 ----
1056  src/hb-ot-shape-complex-thai.cc  | 1 -
1057  2 files changed, 5 deletions(-)
1058
1059 commit ce8ae9970102f83b67bb1e8e8b2bf894a0e26c07
1060 Merge: 731a430 71248a8
1061 Author: Behdad Esfahbod <behdad@behdad.org>
1062 Date:   Fri Mar 4 17:20:35 2016 -0800
1063
1064     Merge pull request #231 from KonstantinRitt/post123buildfix
1065
1066     Fix build with HB_DISABLE_DEPRECATED
1067
1068 commit 731a430cd36caabcef04e099b21ebc6daedd536f
1069 Author: Behdad Esfahbod <behdad@behdad.org>
1070 Date:   Wed Mar 2 13:32:42 2016 -0800
1071
1072     Fix requiredFeature stage handling logic
1073
1074     Originally the way Jonathan had written this was correct in
1075     "continue"ing:
1076
1077     https://github.com/jfkthame/harfbuzz/commit/35e28c7a733eaffcd9f062b18d7db9fbb3d990fc#diff-ead86a33a5cc9ad7f6e6381031a0baddR199
1078
1079     When I rewrote his patch, I messed it up:
1080
1081     https://github.com/behdad/harfbuzz/commit/da132937989acb4d8ca9bd41c79f98750e7dda30#diff-ead86a33a5cc9ad7f6e6381031a0baddR209
1082
1083     the intended behavior was NOT to set found=TRUE and NOT to continue.
1084     This was resulting in feature_index[table_index] being left unset.
1085     Oops!
1086
1087  src/hb-ot-map.cc | 5 +----
1088  1 file changed, 1 insertion(+), 4 deletions(-)
1089
1090 commit 68b6296d3333fd38bd5442d2ba087ced481603bc
1091 Author: Behdad Esfahbod <behdad@behdad.org>
1092 Date:   Tue Mar 1 16:41:53 2016 +0900
1093
1094     Add F2DOT14 type
1095
1096  src/hb-open-type-private.hh | 9 +++++++++
1097  1 file changed, 9 insertions(+)
1098
1099 commit 082b79fe9f06607998178dcdcbe817af28b017de
1100 Author: Behdad Esfahbod <behdad@behdad.org>
1101 Date:   Tue Mar 1 16:41:26 2016 +0900
1102
1103     Use FWORD and UFWORD when it makes sense
1104
1105     I had forgotten about those types.
1106
1107  src/hb-ot-glyf-table.hh | 8 ++++----
1108  src/hb-ot-hmtx-table.hh | 6 +++---
1109  2 files changed, 7 insertions(+), 7 deletions(-)
1110
1111 commit 5f995db10381172ec63fd7ffbb0acf2c6b3dae5e
1112 Author: Kal Conley <kcconley@gmail.com>
1113 Date:   Fri Feb 26 00:36:17 2016 +0100
1114
1115     Fix missing ICU #include
1116
1117     Fix compile error in hb-icu.cc when ICU configured with
1118     U_NO_DEFAULT_INCLUDE_UTF_HEADERS=1
1119
1120  src/hb-icu.cc | 1 +
1121  1 file changed, 1 insertion(+)
1122
1123 commit b424b6c372dfe4c0ed75a49761eb34a416819446
1124 Author: Kal Conley <kcconley@gmail.com>
1125 Date:   Fri Feb 26 00:35:15 2016 +0100
1126
1127     Add --with-icu=builtin configure option
1128
1129  configure.ac    | 33 +++++++++++++++++++--------------
1130  src/Makefile.am |  7 +++++++
1131  2 files changed, 26 insertions(+), 14 deletions(-)
1132
1133 commit 71248a843f976c86022eb5bb8c6e8880b2499937
1134 Author: Konstantin Ritt <ritt.ks@gmail.com>
1135 Date:   Thu Feb 25 18:55:28 2016 +0400
1136
1137     Fix build with HB_DISABLE_DEPRECATED
1138
1139     When HB_DISABLE_DEPRECATED is defined, no code from hb-deprecated.h
1140     should be used, even from within HB itself.
1141
1142  src/hb-font.cc | 4 ++++
1143  1 file changed, 4 insertions(+)
1144
1145 commit 0c7fb7419c20d04b803412945565562c32b42929
1146 Author: Behdad Esfahbod <behdad@behdad.org>
1147 Date:   Thu Feb 25 14:40:09 2016 +0900
1148
1149     Speed up buffer variable allocation sanity check
1150
1151     This makes defining HB_NDEBUG much less relevant, to the
1152     point of irrelevance.  Sorry about all the fuss in previous
1153     release!
1154
1155  src/hb-buffer-private.hh | 67
1156  ++++++++++++++++++++++++++++-----------------
1157  src/hb-buffer.cc         | 70
1158  ------------------------------------------------
1159  2 files changed, 43 insertions(+), 94 deletions(-)
1160
1161 commit 91dd11565221bdb108c138662ea013aac14bb968
1162 Author: Behdad Esfahbod <behdad@behdad.org>
1163 Date:   Thu Feb 25 13:56:47 2016 +0900
1164
1165     Add HB_NDEBUG
1166
1167     API changes:
1168     - If NDEBUG is defined, define HB_NDEBUG
1169     - Disable costlier sanity checks if HB_NDEBUG is defined.
1170
1171     In 1.2.3 introduced some code to disable costly sanity checks if
1172     NDEBUG is defined.  NDEBUG, however, disables all assert()s as
1173     well.  With HB_NDEBUG, one can disable costlier checks but keep
1174     assert()s.
1175
1176     I'll probably add a way to define HB_NDEBUG automatically in
1177     release tarballs.  But for now, production systems that do NOT
1178     define NDEBUG, are encouraged to define HB_NDEBUG for our build.
1179
1180  src/Makefile.am          | 2 +-
1181  src/hb-buffer-private.hh | 4 ++--
1182  src/hb-buffer.cc         | 4 ++--
1183  src/hb-private.hh        | 9 +++++++++
1184  4 files changed, 14 insertions(+), 5 deletions(-)
1185
1186 commit 75568b0a7f811ea18e23037735ec8541a7431f88
1187 Author: Behdad Esfahbod <behdad@behdad.org>
1188 Date:   Thu Feb 25 12:26:26 2016 +0900
1189
1190     1.2.3
1191
1192  NEWS         | 42 ++++++++++++++++++++++++++++++++++++++++++
1193  configure.ac |  2 +-
1194  2 files changed, 43 insertions(+), 1 deletion(-)
1195
1196 commit 988165021f8d48dc7120b071d056491256569f4f
1197 Author: Behdad Esfahbod <behdad@behdad.org>
1198 Date:   Thu Feb 25 12:23:02 2016 +0900
1199
1200     Disable internal buffer variable bookkeeping in NDEBUG builds
1201
1202     Saves some sweet time and binary size!
1203
1204  src/Makefile.am          |  1 +
1205  src/hb-buffer-private.hh | 30 ++++++++++++++++++++----------
1206  src/hb-buffer.cc         |  6 ++++--
1207  3 files changed, 25 insertions(+), 12 deletions(-)
1208
1209 commit 94dd0bb7e78125994cb7c833a5b03110f1ffc822
1210 Author: Behdad Esfahbod <behdad@behdad.org>
1211 Date:   Thu Feb 25 11:31:03 2016 +0900
1212
1213     Add blacklist signature for Times New Roman (Bold) Italic on OS X
1214
1215  src/hb-ot-layout.cc | 2 ++
1216  1 file changed, 2 insertions(+)
1217
1218 commit dd8598c1c7f29fc92253b0cd4e856c1941b1d0c0
1219 Author: Behdad Esfahbod <behdad@behdad.org>
1220 Date:   Thu Feb 25 11:20:05 2016 +0900
1221
1222     [test] Pass closure to hb_font_set_glyph_func()
1223
1224     Exercises fix in c335fd7986fe360ab8e1c032c9b988d0d30511eb
1225
1226  test/api/test-shape.c | 2 +-
1227  1 file changed, 1 insertion(+), 1 deletion(-)
1228
1229 commit e23cf902e91142a10229e3514be4ceee69efde04
1230 Author: Behdad Esfahbod <behdad@behdad.org>
1231 Date:   Thu Feb 25 11:11:15 2016 +0900
1232
1233     Blacklist GDEF table of timesi.ttf and timesbi.ttf on Win 7
1234
1235     See discussion:
1236     https://lists.freedesktop.org/archives/harfbuzz/2016-February/005489.html
1237
1238  src/hb-ot-layout.cc | 25 +++++++++++++++++++++++++
1239  1 file changed, 25 insertions(+)
1240
1241 commit c335fd7986fe360ab8e1c032c9b988d0d30511eb
1242 Author: Behdad Esfahbod <behdad@behdad.org>
1243 Date:   Thu Feb 25 09:16:05 2016 +0900
1244
1245     In trampoline implementation of get_glyph(), don't destroy user
1246     data twice!
1247
1248  src/hb-font.cc | 41 +++++++++++++++++++++++++++--------------
1249  1 file changed, 27 insertions(+), 14 deletions(-)
1250
1251 commit 23335deaad9d4d9824ff41343264514d3f9f7e37
1252 Author: Behdad Esfahbod <behdad@behdad.org>
1253 Date:   Wed Feb 24 20:27:13 2016 +0900
1254
1255     [ot-font] Accelerate cmap format4 get_glyph
1256
1257  src/hb-ot-cmap-table.hh | 111
1258  ++++++++++++++++++++++++++++--------------------
1259  src/hb-ot-font.cc       |  14 +++++-
1260  2 files changed, 77 insertions(+), 48 deletions(-)
1261
1262 commit e0f16a715bc3e621ff21a8be88102e9672630574
1263 Author: Behdad Esfahbod <behdad@behdad.org>
1264 Date:   Wed Feb 24 19:52:36 2016 +0900
1265
1266     [ot-font] Towards accelerating get_glyph()
1267
1268  src/hb-ot-font.cc | 23 ++++++++++++++++++++---
1269  1 file changed, 20 insertions(+), 3 deletions(-)
1270
1271 commit 5473ebfb84c7b6059ac16e04676b363acc51aa00
1272 Author: Behdad Esfahbod <behdad@behdad.org>
1273 Date:   Wed Feb 24 19:32:43 2016 +0900
1274
1275     [ot-font] Remove level of indirection in get_glyph_variant
1276
1277  src/hb-ot-cmap-table.hh | 14 ++------------
1278  src/hb-ot-font.cc       | 13 +++++++++----
1279  2 files changed, 11 insertions(+), 16 deletions(-)
1280
1281 commit 49fe6ecf19522413e79a11a29aa0ffc5bdfcd2f8
1282 Author: Behdad Esfahbod <behdad@behdad.org>
1283 Date:   Wed Feb 24 19:10:06 2016 +0900
1284
1285     [TODO] Update
1286
1287     This file is rather obsolete.  Still, give it a refresh.
1288
1289  TODO | 16 ++--------------
1290  1 file changed, 2 insertions(+), 14 deletions(-)
1291
1292 commit 8b5bc141cd3a6bfcea3c91a882a630426876ceb3
1293 Author: Behdad Esfahbod <behdad@behdad.org>
1294 Date:   Wed Feb 24 19:05:23 2016 +0900
1295
1296     Add get_nominal_glyph() and get_variation_glyph() instead of
1297     get_glyph()
1298
1299     New API:
1300     - hb_font_get_nominal_glyph_func_t
1301     - hb_font_get_variation_glyph_func_t
1302     - hb_font_funcs_set_nominal_glyph_func()
1303     - hb_font_funcs_set_variation_glyph_func()
1304     - hb_font_get_nominal_glyph()
1305     - hb_font_get_variation_glyph()
1306
1307     Deprecated API:
1308     - hb_font_get_glyph_func_t
1309     - hb_font_funcs_set_glyph_func()
1310
1311     Clients that implement their own font-funcs are encouraged to replace
1312     their get_glyph() implementation with a get_nominal_glyph() and
1313     get_variation_glyph() pair.  The variation version can assume that
1314     variation_selector argument is not zero.
1315
1316  src/hb-deprecated.h                |  10 ++
1317  src/hb-fallback-shape.cc           |   4 +-
1318  src/hb-font-private.hh             |  26 +++--
1319  src/hb-font.cc                     | 203
1320  ++++++++++++++++++++++++++++++++++---
1321  src/hb-font.h                      |  55 +++++++---
1322  src/hb-ft.cc                       |  38 ++++---
1323  src/hb-ot-font.cc                  |  57 +++++++----
1324  src/hb-ot-shape-complex-indic.cc   |   8 +-
1325  src/hb-ot-shape-complex-myanmar.cc |   2 +-
1326  src/hb-ot-shape-complex-use.cc     |   2 +-
1327  src/hb-ot-shape-fallback.cc        |   6 +-
1328  src/hb-ot-shape-normalize.cc       |  18 ++--
1329  src/hb-ot-shape.cc                 |   6 +-
1330  13 files changed, 344 insertions(+), 91 deletions(-)
1331
1332 commit b30a971bf792b9c683c345e1be25c5a5869a113c
1333 Author: Behdad Esfahbod <behdad@behdad.org>
1334 Date:   Wed Feb 24 17:32:22 2016 +0900
1335
1336     1.2.2
1337
1338  NEWS         | 14 +++++++++++++-
1339  configure.ac |  2 +-
1340  2 files changed, 14 insertions(+), 2 deletions(-)
1341
1342 commit af48e3d27c01c538f46f1dc376d994a0c24a8170
1343 Author: Behdad Esfahbod <behdad@behdad.org>
1344 Date:   Wed Feb 24 16:06:40 2016 +0900
1345
1346     Fix recent test
1347
1348     Not sure why the FT functions were returning advance 1024.  This
1349     caused failure on drone.io.  Switch to hb-ot-font and disable
1350     glyph names.
1351
1352  test/shaping/tests/cursive-positioning.tests | 2 +-
1353  1 file changed, 1 insertion(+), 1 deletion(-)
1354
1355 commit 17c831701756bb46300c412fd64b19d67f299c18
1356 Author: Behdad Esfahbod <behdad@behdad.org>
1357 Date:   Wed Feb 24 16:06:23 2016 +0900
1358
1359     [tests] Fix for multiple options in test runner scripts
1360
1361  test/shaping/run-tests.sh | 3 +--
1362  1 file changed, 1 insertion(+), 2 deletions(-)
1363
1364 commit ebd7431f824c718db6ce5b85e94f2b3911127af4
1365 Author: Behdad Esfahbod <behdad@behdad.org>
1366 Date:   Wed Feb 24 15:53:40 2016 +0900
1367
1368     Partially revert 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2
1369
1370     That commit moved the advance adjustment for mark positioning to
1371     be applied immediately, instead of doing late before.  This breaks
1372     if mark advances are zeroed late, like in Arabic.  Also, easier to
1373     hit it in RTL scripts since a single mark with non-zero advance is
1374     enough to hit the bug, whereas in LTR, at least two marks are needed.
1375
1376     This reopens https://github.com/behdad/harfbuzz/issues/211
1377     The cursive+mark interaction is broken again.  To be fixed in a
1378     different way.
1379
1380  src/hb-ot-layout-gpos-table.hh               | 28
1381  ++++++++++++----------------
1382  test/shaping/tests/cursive-positioning.tests |  2 +-
1383  2 files changed, 13 insertions(+), 17 deletions(-)
1384
1385 commit 284481b3120963353f5f34ed094f07ffc13480ef
1386 Author: Behdad Esfahbod <behdad@behdad.org>
1387 Date:   Wed Feb 24 15:52:37 2016 +0900
1388
1389     Add test for mark positioning in rtl with non-zero mark advance
1390
1391     Apparently I broke this 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2.
1392     Fix coming.
1393
1394  .../sha1sum/07f054357ff8638bac3711b422a1e31180bba863.ttf  | Bin 0 ->
1395  848 bytes
1396  test/shaping/tests/cursive-positioning.tests              |   1 +
1397  2 files changed, 1 insertion(+)
1398
1399 commit 56a84e8dd18c63782b8db3a86e94651dae5bb01b
1400 Author: Behdad Esfahbod <behdad@behdad.org>
1401 Date:   Wed Feb 24 15:50:33 2016 +0900
1402
1403     [tests] Allow commenting out tests to be skipped
1404
1405  test/shaping/run-tests.sh | 4 ++++
1406  1 file changed, 4 insertions(+)
1407
1408 commit 7cfd6cc486f2751d7f78c5008a636d677af4e12f
1409 Author: Behdad Esfahbod <behdad@behdad.org>
1410 Date:   Wed Feb 24 12:30:57 2016 +0900
1411
1412     [Android.mk] Update with warning flags
1413
1414  Android.mk | 3 ++-
1415  1 file changed, 2 insertions(+), 1 deletion(-)
1416
1417 commit dabf32a5ad706726412ba5c64e1ea614a707b928
1418 Author: Behdad Esfahbod <behdad@behdad.org>
1419 Date:   Tue Feb 23 15:38:43 2016 +0900
1420
1421     1.2.1
1422
1423  NEWS         | 13 +++++++++++++
1424  configure.ac |  2 +-
1425  2 files changed, 14 insertions(+), 1 deletion(-)
1426
1427 commit 525cc7d28cbe4e8149ddba677224f134dc0a3274
1428 Author: Behdad Esfahbod <behdad@behdad.org>
1429 Date:   Tue Feb 23 15:19:27 2016 +0900
1430
1431     Add note re only adding tests with Free Software fonts
1432
1433  test/shaping/README.md | 5 ++++-
1434  1 file changed, 4 insertions(+), 1 deletion(-)
1435
1436 commit 6a09d7e34b949f9929f616ee53278b2edfd9b7ea
1437 Author: Behdad Esfahbod <behdad@behdad.org>
1438 Date:   Tue Feb 23 13:47:16 2016 +0900
1439
1440     [test] Add README about how to add shaping tests
1441
1442  test/shaping/Makefile.am |  1 +
1443  test/shaping/README.md   | 37 +++++++++++++++++++++++++++++++++++++
1444  2 files changed, 38 insertions(+)
1445
1446 commit f8ee7906d0454d950081c621f2b04a6d08e1b92f
1447 Author: Behdad Esfahbod <behdad@behdad.org>
1448 Date:   Tue Feb 23 13:45:38 2016 +0900
1449
1450     Remove MANIFEST files
1451
1452     They are unused currently.  We can add later if we hook them up
1453     to anything useful.
1454
1455  test/shaping/fonts/sha1sum/MANIFEST                | 52
1456  ----------------------
1457  test/shaping/tests/MANIFEST                        | 19 --------
1458  test/shaping/texts/MANIFEST                        |  1 -
1459  test/shaping/texts/in-tree/MANIFEST                |  9 ----
1460  test/shaping/texts/in-tree/shaper-arabic/MANIFEST  |  6 ---
1461  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |  3 --
1462  .../script-arabic/language-persian/MANIFEST        |  1 -
1463  .../script-arabic/language-urdu/MANIFEST           |  1 -
1464  .../script-arabic/language-urdu/crulp/MANIFEST     |  1 -
1465  .../language-urdu/crulp/ligatures/MANIFEST         |  7 ---
1466  .../shaper-arabic/script-arabic/misc/MANIFEST      |  1 -
1467  .../script-arabic/misc/diacritics/MANIFEST         |  7 ---
1468  .../in-tree/shaper-arabic/script-mandaic/MANIFEST  |  1 -
1469  .../shaper-arabic/script-mandaic/misc/MANIFEST     |  0
1470  .../shaper-arabic/script-mongolian/MANIFEST        |  1 -
1471  .../shaper-arabic/script-mongolian/misc/MANIFEST   |  4 --
1472  .../in-tree/shaper-arabic/script-nko/MANIFEST      |  1 -
1473  .../in-tree/shaper-arabic/script-nko/misc/MANIFEST |  1 -
1474  .../in-tree/shaper-arabic/script-phags-pa/MANIFEST |  1 -
1475  .../shaper-arabic/script-phags-pa/misc/MANIFEST    |  1 -
1476  .../in-tree/shaper-arabic/script-syriac/MANIFEST   |  1 -
1477  .../shaper-arabic/script-syriac/misc/MANIFEST      |  2 -
1478  test/shaping/texts/in-tree/shaper-default/MANIFEST |  5 ---
1479  .../shaper-default/script-ethiopic/MANIFEST        |  1 -
1480  .../shaper-default/script-ethiopic/misc/MANIFEST   |  1 -
1481  .../in-tree/shaper-default/script-han/MANIFEST     |  1 -
1482  .../shaper-default/script-han/misc/MANIFEST        |  1 -
1483  .../shaper-default/script-hiragana/MANIFEST        |  1 -
1484  .../shaper-default/script-hiragana/misc/MANIFEST   |  2 -
1485  .../shaper-default/script-linear-b/MANIFEST        |  1 -
1486  .../shaper-default/script-linear-b/misc/MANIFEST   |  1 -
1487  .../shaper-default/script-tifinagh/MANIFEST        |  1 -
1488  .../shaper-default/script-tifinagh/misc/MANIFEST   |  1 -
1489  test/shaping/texts/in-tree/shaper-hangul/MANIFEST  |  1 -
1490  .../in-tree/shaper-hangul/script-hangul/MANIFEST   |  1 -
1491  .../shaper-hangul/script-hangul/misc/MANIFEST      |  1 -
1492  test/shaping/texts/in-tree/shaper-hebrew/MANIFEST  |  1 -
1493  .../in-tree/shaper-hebrew/script-hebrew/MANIFEST   |  1 -
1494  .../shaper-hebrew/script-hebrew/misc/MANIFEST      |  1 -
1495  test/shaping/texts/in-tree/shaper-indic/MANIFEST   |  2 -
1496  .../texts/in-tree/shaper-indic/indic/MANIFEST      | 11 -----
1497  .../shaper-indic/indic/script-assamese/MANIFEST    |  2 -
1498  .../indic/script-assamese/misc/MANIFEST            |  0
1499  .../indic/script-assamese/utrrs/MANIFEST           |  3 --
1500  .../indic/script-assamese/utrrs/codepoint/MANIFEST |  7 ---
1501  .../indic/script-assamese/utrrs/gpos/MANIFEST      |  2 -
1502  .../indic/script-assamese/utrrs/gsub/MANIFEST      |  1 -
1503  .../shaper-indic/indic/script-bengali/MANIFEST     |  2 -
1504  .../indic/script-bengali/misc/MANIFEST             |  2 -
1505  .../indic/script-bengali/utrrs/MANIFEST            |  3 --
1506  .../indic/script-bengali/utrrs/codepoint/MANIFEST  |  7 ---
1507  .../indic/script-bengali/utrrs/gpos/MANIFEST       |  2 -
1508  .../indic/script-bengali/utrrs/gsub/MANIFEST       |  1 -
1509  .../shaper-indic/indic/script-devanagari/MANIFEST  |  2 -
1510  .../indic/script-devanagari/misc/MANIFEST          |  6 ---
1511  .../indic/script-devanagari/utrrs/MANIFEST         |  3 --
1512  .../script-devanagari/utrrs/codepoint/MANIFEST     |  9 ----
1513  .../indic/script-devanagari/utrrs/gpos/MANIFEST    |  2 -
1514  .../indic/script-devanagari/utrrs/gsub/MANIFEST    |  1 -
1515  .../shaper-indic/indic/script-gujarati/MANIFEST    |  2 -
1516  .../indic/script-gujarati/misc/MANIFEST            |  0
1517  .../indic/script-gujarati/utrrs/MANIFEST           |  3 --
1518  .../indic/script-gujarati/utrrs/codepoint/MANIFEST |  7 ---
1519  .../indic/script-gujarati/utrrs/gpos/MANIFEST      |  2 -
1520  .../indic/script-gujarati/utrrs/gsub/MANIFEST      |  1 -
1521  .../shaper-indic/indic/script-gurmukhi/MANIFEST    |  2 -
1522  .../indic/script-gurmukhi/misc/MANIFEST            |  1 -
1523  .../indic/script-gurmukhi/utrrs/MANIFEST           |  3 --
1524  .../indic/script-gurmukhi/utrrs/codepoint/MANIFEST |  7 ---
1525  .../indic/script-gurmukhi/utrrs/gpos/MANIFEST      |  2 -
1526  .../indic/script-gurmukhi/utrrs/gsub/MANIFEST      |  1 -
1527  .../shaper-indic/indic/script-kannada/MANIFEST     |  2 -
1528  .../indic/script-kannada/misc/MANIFEST             |  2 -
1529  .../indic/script-kannada/utrrs/MANIFEST            |  3 --
1530  .../indic/script-kannada/utrrs/codepoint/MANIFEST  |  8 ----
1531  .../indic/script-kannada/utrrs/gpos/MANIFEST       |  1 -
1532  .../indic/script-kannada/utrrs/gsub/MANIFEST       |  1 -
1533  .../shaper-indic/indic/script-malayalam/MANIFEST   |  2 -
1534  .../indic/script-malayalam/misc/MANIFEST           |  3 --
1535  .../indic/script-malayalam/utrrs/MANIFEST          |  2 -
1536  .../script-malayalam/utrrs/codepoint/MANIFEST      |  7 ---
1537  .../indic/script-malayalam/utrrs/gsub/MANIFEST     |  1 -
1538  .../shaper-indic/indic/script-oriya/MANIFEST       |  2 -
1539  .../shaper-indic/indic/script-oriya/misc/MANIFEST  |  2 -
1540  .../shaper-indic/indic/script-oriya/utrrs/MANIFEST |  2 -
1541  .../indic/script-oriya/utrrs/codepoint/MANIFEST    |  9 ----
1542  .../indic/script-oriya/utrrs/gsub/MANIFEST         |  1 -
1543  .../shaper-indic/indic/script-sinhala/MANIFEST     |  2 -
1544  .../indic/script-sinhala/misc/MANIFEST             |  4 --
1545  .../indic/script-sinhala/utrrs/MANIFEST            |  3 --
1546  .../indic/script-sinhala/utrrs/codepoint/MANIFEST  |  5 ---
1547  .../indic/script-sinhala/utrrs/gpos/MANIFEST       |  1 -
1548  .../indic/script-sinhala/utrrs/gsub/MANIFEST       |  7 ---
1549  .../shaper-indic/indic/script-tamil/MANIFEST       |  2 -
1550  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  1 -
1551  .../shaper-indic/indic/script-tamil/utrrs/MANIFEST |  3 --
1552  .../indic/script-tamil/utrrs/codepoint/MANIFEST    | 10 -----
1553  .../indic/script-tamil/utrrs/gpos/MANIFEST         |  2 -
1554  .../indic/script-tamil/utrrs/gsub/MANIFEST         |  1 -
1555  .../shaper-indic/indic/script-telugu/MANIFEST      |  2 -
1556  .../shaper-indic/indic/script-telugu/misc/MANIFEST |  1 -
1557  .../indic/script-telugu/utrrs/MANIFEST             |  3 --
1558  .../indic/script-telugu/utrrs/codepoint/MANIFEST   |  7 ---
1559  .../indic/script-telugu/utrrs/gpos/MANIFEST        |  1 -
1560  .../indic/script-telugu/utrrs/gsub/MANIFEST        |  1 -
1561  .../in-tree/shaper-indic/south-east-asian/MANIFEST |  1 -
1562  .../south-east-asian/script-khmer/MANIFEST         |  1 -
1563  .../south-east-asian/script-khmer/misc/MANIFEST    |  3 --
1564  test/shaping/texts/in-tree/shaper-myanmar/MANIFEST |  1 -
1565  .../in-tree/shaper-myanmar/script-myanmar/MANIFEST |  1 -
1566  .../shaper-myanmar/script-myanmar/misc/MANIFEST    |  3 --
1567  test/shaping/texts/in-tree/shaper-thai/MANIFEST    |  2 -
1568  .../texts/in-tree/shaper-thai/script-lao/MANIFEST  |  1 -
1569  .../in-tree/shaper-thai/script-lao/misc/MANIFEST   |  1 -
1570  .../texts/in-tree/shaper-thai/script-thai/MANIFEST |  1 -
1571  .../in-tree/shaper-thai/script-thai/misc/MANIFEST  |  4 --
1572  test/shaping/texts/in-tree/shaper-tibetan/MANIFEST |  1 -
1573  .../in-tree/shaper-tibetan/script-tibetan/MANIFEST |  1 -
1574  .../shaper-tibetan/script-tibetan/misc/MANIFEST    |  1 -
1575  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  6 ---
1576  .../texts/in-tree/shaper-use/script-batak/MANIFEST |  1 -
1577  .../in-tree/shaper-use/script-buginese/MANIFEST    |  1 -
1578  .../texts/in-tree/shaper-use/script-cham/MANIFEST  |  1 -
1579  .../in-tree/shaper-use/script-kaithi/MANIFEST      |  1 -
1580  .../in-tree/shaper-use/script-kharoshti/MANIFEST   |  1 -
1581  .../in-tree/shaper-use/script-tai-tham/MANIFEST    |  2 -
1582  126 files changed, 381 deletions(-)
1583
1584 commit 815bdd7700155efcffa9a4c3ca5bfc31833d0586
1585 Author: Behdad Esfahbod <behdad@behdad.org>
1586 Date:   Mon Feb 22 18:22:44 2016 +0900
1587
1588     In cluster-level=0, group ZWJ/ZWNJ with previous cluster
1589
1590     This better emulates Unicode grapheme clusters.
1591
1592     Note that Uniscribe does NOT do this, but should be harmless with
1593     most clients,
1594     and improve fallback with clients that use HarfBuzz cluster as unit
1595     of fallback.
1596
1597     Fixes https://github.com/behdad/harfbuzz/issues/217
1598
1599  src/hb-ot-layout-private.hh                           | 6 ++++++
1600  src/hb-ot-shape.cc                                    | 3 ++-
1601  test/shaping/tests/indic-joiner-candrabindu.tests     | 2 +-
1602  test/shaping/tests/mongolian-variation-selector.tests | 2 +-
1603  4 files changed, 10 insertions(+), 3 deletions(-)
1604
1605 commit 89137e325a19d62fb00979e1e8ab2ca59a2c1147
1606 Author: Behdad Esfahbod <behdad@behdad.org>
1607 Date:   Mon Feb 22 16:00:59 2016 +0900
1608
1609     Minor
1610
1611  src/hb-coretext.cc | 2 +-
1612  src/hb-ot-shape.cc | 2 +-
1613  2 files changed, 2 insertions(+), 2 deletions(-)
1614
1615 commit 15063b12f7619d4f44981248e28f38c172d12e1f
1616 Author: Behdad Esfahbod <behdad@behdad.org>
1617 Date:   Mon Feb 22 15:56:29 2016 +0900
1618
1619     [coretext] Move CTFont construction to face_data
1620
1621  src/hb-coretext.cc | 66
1622  +++++++++++++++++++++++++-----------------------------
1623  1 file changed, 30 insertions(+), 36 deletions(-)
1624
1625 commit ba3d49d9a56932d341bf1916a30f322be665e3a6
1626 Author: Behdad Esfahbod <behdad@behdad.org>
1627 Date:   Mon Feb 22 15:50:12 2016 +0900
1628
1629     [coretext] Move code around
1630
1631  src/hb-coretext.cc | 70
1632  +++++++++++++++++++++++++++++++-----------------------
1633  1 file changed, 40 insertions(+), 30 deletions(-)
1634
1635 commit 90194efb8480d58c55b7a19962624c7aadbdca63
1636 Author: Behdad Esfahbod <behdad@behdad.org>
1637 Date:   Mon Feb 22 15:42:53 2016 +0900
1638
1639     [coretext] Move code around
1640
1641  src/hb-coretext.cc | 46 ++++++++++++++++++++++++++--------------------
1642  1 file changed, 26 insertions(+), 20 deletions(-)
1643
1644 commit ca539e37a4b71e585a267a288db1a3975cbb99fc
1645 Author: Behdad Esfahbod <behdad@behdad.org>
1646 Date:   Mon Feb 22 15:37:18 2016 +0900
1647
1648     [build] git.mk fix for m4/gtk-doc.m4
1649
1650  Makefile.am | 1 +
1651  1 file changed, 1 insertion(+)
1652
1653 commit 54788cb1ecc5a5ffd63d07cd1f0b07b2afa9a8ca
1654 Author: Behdad Esfahbod <behdad@behdad.org>
1655 Date:   Mon Feb 22 15:32:52 2016 +0900
1656
1657     [win32] Install git.mk
1658
1659  win32/Makefile.am | 2 ++
1660  1 file changed, 2 insertions(+)
1661
1662 commit 9a13ed453ef96822a47d6e6f58332b87f38d5c59
1663 Author: Behdad Esfahbod <behdad@behdad.org>
1664 Date:   Mon Feb 22 11:44:45 2016 +0900
1665
1666     Make FixedVersion a template
1667
1668  src/hb-open-file-private.hh          | 4 ++--
1669  src/hb-open-type-private.hh          | 9 +++++----
1670  src/hb-ot-head-table.hh              | 4 ++--
1671  src/hb-ot-hhea-table.hh              | 2 +-
1672  src/hb-ot-layout-gdef-table.hh       | 2 +-
1673  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
1674  src/hb-ot-layout-jstf-table.hh       | 2 +-
1675  src/hb-ot-maxp-table.hh              | 2 +-
1676  8 files changed, 14 insertions(+), 13 deletions(-)
1677
1678 commit 238b943e850ea1ab0093e12c74d2cd7c686f318e
1679 Author: Behdad Esfahbod <behdad@behdad.org>
1680 Date:   Mon Feb 22 15:31:22 2016 +0900
1681
1682     [coretext] Fix leak!
1683
1684  src/hb-coretext.cc | 1 +
1685  1 file changed, 1 insertion(+)
1686
1687 commit e561122856a50ed405d71cb1629317e7ae63f316
1688 Author: Behdad Esfahbod <behdad@behdad.org>
1689 Date:   Mon Feb 22 15:28:37 2016 +0900
1690
1691     [coretext] Move code around
1692
1693  src/hb-coretext.cc | 109
1694  ++++++++++++++++++++++++++++++-----------------------
1695  1 file changed, 62 insertions(+), 47 deletions(-)
1696
1697 commit 04c64431530a4a6d9ebd33674c4665a8e6d25bdd
1698 Author: Behdad Esfahbod <behdad@behdad.org>
1699 Date:   Mon Feb 22 15:12:27 2016 +0900
1700
1701     [coretext] Ignore PPEM in font size selection
1702
1703  src/hb-coretext.cc | 14 ++++----------
1704  1 file changed, 4 insertions(+), 10 deletions(-)
1705
1706 commit 62c2711121fe78f373c15c0f53090b62b52d11c1
1707 Author: Behdad Esfahbod <behdad@behdad.org>
1708 Date:   Mon Feb 22 15:07:20 2016 +0900
1709
1710     [coretext] Limit grapheme-cluster forming to cluster-level=0
1711
1712  src/hb-coretext.cc | 1 +
1713  src/hb-ot-shape.cc | 2 +-
1714  2 files changed, 2 insertions(+), 1 deletion(-)
1715
1716 commit 061105ec443eb7350ffe217305f9d8902c179e2f
1717 Author: Behdad Esfahbod <behdad@behdad.org>
1718 Date:   Mon Feb 22 14:59:39 2016 +0900
1719
1720     [coretext] Fix shaping with varying font size
1721
1722     Fixes https://github.com/libass/libass/issues/212
1723
1724  src/hb-coretext.cc | 8 ++++----
1725  1 file changed, 4 insertions(+), 4 deletions(-)
1726
1727 commit 27847cab1264b4ce8342603f4626b4e0645979e4
1728 Author: Behdad Esfahbod <behdad@behdad.org>
1729 Date:   Fri Feb 19 15:56:50 2016 +0700
1730
1731     1.2.0
1732
1733  NEWS         | 20 ++++++++++++++++++++
1734  configure.ac |  2 +-
1735  2 files changed, 21 insertions(+), 1 deletion(-)
1736
1737 commit c3731559042e1730e85d19574321ad850010f7de
1738 Author: Behdad Esfahbod <behdad@behdad.org>
1739 Date:   Fri Feb 19 15:13:07 2016 +0700
1740
1741     [fuzzing] Add test for recent fix
1742
1743     Test from https://github.com/behdad/harfbuzz/issues/223
1744
1745     I forgot that we do run hb-fuzzer on tests in
1746     shaping/tests/fuzzed.tests.
1747
1748  .../sha1sum/205edd09bd3d141cc9580f650109556cc28b22cb.ttf | Bin 0 ->
1749  1966 bytes
1750  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
1751  test/shaping/tests/fuzzed.tests                          |   1 +
1752  3 files changed, 2 insertions(+)
1753
1754 commit aa33cb72ab29c31e87f0cca9a0e72fe3a68247b7
1755 Author: Behdad Esfahbod <behdad@behdad.org>
1756 Date:   Fri Feb 19 15:12:24 2016 +0700
1757
1758     [fuzzing] Make test runner actually work
1759
1760  test/fuzzing/Makefile.am | 6 ++++--
1761  1 file changed, 4 insertions(+), 2 deletions(-)
1762
1763 commit 2735555c6b0c95db7dfc2b391f92a1a5c06084c4
1764 Author: Behdad Esfahbod <behdad@behdad.org>
1765 Date:   Fri Feb 19 15:12:16 2016 +0700
1766
1767     [fuzzing] Add TODO item
1768
1769  test/fuzzing/hb-fuzzer.cc | 1 +
1770  1 file changed, 1 insertion(+)
1771
1772 commit b87e36f6f119fac80b8fd55f3abae563c2c5b798
1773 Author: Behdad Esfahbod <behdad@behdad.org>
1774 Date:   Fri Feb 19 14:52:31 2016 +0700
1775
1776     Avoid buffer->move_to() in case of buffer error
1777
1778     Fixes https://github.com/behdad/harfbuzz/issues/223
1779
1780     Right now we cannot test this because it has to be tested using
1781     hb-fuzzer.
1782     We should move all fuzzing tests from test/shaping/tests/fuzzed.tests
1783     to
1784     test/fuzzing/ and have its own test runner.  At that point, should add
1785     test from this issue as well.
1786
1787  src/hb-buffer.cc                     | 2 ++
1788  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
1789  2 files changed, 3 insertions(+), 1 deletion(-)
1790
1791 commit 7e76bbabbaa56af314abff8ddba8866c634919cd
1792 Author: Behdad Esfahbod <behdad@behdad.org>
1793 Date:   Fri Feb 19 14:43:39 2016 +0700
1794
1795     [fuzzing] Make "make hb-fuzzer" build lib dependency
1796
1797     Not going to do with util/, but is convenient here.
1798
1799  test/fuzzing/Makefile.am | 3 +++
1800  1 file changed, 3 insertions(+)
1801
1802 commit 568a0c60e8695a6ad8a93ec60d55b137c48890cb
1803 Author: Behdad Esfahbod <behdad@behdad.org>
1804 Date:   Thu Feb 18 19:31:51 2016 +0700
1805
1806     Remove pointless overflow check in pointer math
1807
1808     Fixes https://github.com/behdad/harfbuzz/issues/227
1809
1810  src/hb-blob.cc | 1 -
1811  1 file changed, 1 deletion(-)
1812
1813 commit aae2847099cbf05bf0668fbe526fc58736837c1b
1814 Author: Behdad Esfahbod <behdad@behdad.org>
1815 Date:   Thu Feb 18 17:06:25 2016 +0700
1816
1817     Emoji skin tone modifiers need to be treated as combining marks
1818
1819     Fixes https://github.com/behdad/harfbuzz/issues/169
1820
1821  src/hb-ot-layout-private.hh | 15 ++++++++++++++-
1822  src/hb-unicode-private.hh   |  5 +++--
1823  2 files changed, 17 insertions(+), 3 deletions(-)
1824
1825 commit da41e48f0a1a6af6d44ef25185d2421a29bd4166
1826 Author: Behdad Esfahbod <behdad@behdad.org>
1827 Date:   Tue Feb 16 17:16:33 2016 +0700
1828
1829     [USE] Zero mark advances by GDEF early
1830
1831     This is what Microsoft's implementation does.  Marks that need advance
1832     need to add it back using 'dist' or other feature in GPOS.
1833     Update tests to
1834     match.
1835
1836  src/hb-ot-shape-complex-use.cc                           |   2 +-
1837  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
1838  .../sha1sum/f518eb6f6b5eec2946c9fbbbde44e45d46f5e2ac.ttf | Bin 0 ->
1839  1356 bytes
1840  test/shaping/tests/context-matching.tests                |   2 +-
1841  test/shaping/tests/use.tests                             |   2 ++
1842  5 files changed, 5 insertions(+), 2 deletions(-)
1843
1844 commit 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2
1845 Author: Behdad Esfahbod <behdad@behdad.org>
1846 Date:   Tue Feb 16 16:07:20 2016 +0700
1847
1848     [GPOS] Fix interaction of mark attachments and cursive chaining
1849
1850     Fixes https://github.com/behdad/harfbuzz/issues/211
1851
1852     What happens in that bug is that a mark is attached to base first,
1853     then a second mark is cursive-chained to the first mark.  This only
1854     "works" because it's in the Indic shaper where mark advances are
1855     not zeroed.
1856
1857     Before, we didn't allow cursive to run on marks at all.  Fix that.
1858     We also where updating mark major offsets at the end of GPOS, such
1859     that changes in advance of base will not change the mark attachment
1860     position.  That was superior to the alternative (which is what
1861     Uniscribe
1862     does BTW), but made it hard to apply cursive to the mark after it
1863     was positioned.  We could track major-direction offset changes and
1864     apply that to cursive in the post process, but that's a much trickier
1865     thing to do than the fix here, which is to immediately apply the
1866     major-direction advance-width offsets...  Ie.:
1867
1868     https://github.com/behdad/harfbuzz/issues/211#issuecomment-183194739
1869
1870     If this breaks any fonts, the font should be fixed to do mark
1871     attachment
1872     after all the advances are set up first (kerning, etc).
1873
1874     Finally, this, still doesn't make us match Uniscribe, for I explained
1875     in that bug.  Looks like Uniscribe applies minor-direction cursive
1876     adjustment immediate as well.  We don't, and we like it our way, at
1877     least for now.  Eg. the sequence in the test case does this:
1878
1879     - The first subscript attaches with mark-to-base, moving in x only,
1880     - The second subscript attaches with cursive attachment to first
1881     subscript
1882       moving in x only,
1883     - A final context rule moves the first subscript up by 104 units.
1884
1885     The way we do, the final shift-up, also shifts up the second subscript
1886     mark because it's cursively-attached.  Uniscribe doesn't.  We get:
1887
1888     [ttaorya=0+1307|casubscriptorya=0@-242,104+-231|casubscriptnarroworya=0@20,104+507]
1889
1890     while Uniscribe gets:
1891
1892     [ttaorya=0+1307|casubscriptorya=0@-242,104+-211|casubscriptnarroworya=0+487]
1893
1894     note the different y-offset of the last glyph.  In our view,
1895     after cursive,
1896     things move together, period.
1897
1898  src/hb-ot-layout-gpos-table.hh                     |  31
1899  +++++++++++----------
1900  .../706c5d7b625f207bc0d874c67237aad6f1e9cd6f.ttf   | Bin 0 -> 3868 bytes
1901  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
1902  test/shaping/tests/cursive-positioning.tests       |   1 +
1903  4 files changed, 18 insertions(+), 15 deletions(-)
1904
1905 commit 80c8855cfeffa028d74a25df884d0e5577c95c6c
1906 Author: Behdad Esfahbod <behdad@behdad.org>
1907 Date:   Fri Feb 12 12:50:17 2016 +0700
1908
1909     Minor
1910
1911  src/hb-common.cc | 2 +-
1912  1 file changed, 1 insertion(+), 1 deletion(-)
1913
1914 commit 6ab920224c32e38072a0bec5e84d4b0d58b74167
1915 Author: Behdad Esfahbod <behdad@behdad.org>
1916 Date:   Thu Feb 11 16:57:52 2016 +0700
1917
1918     [GPOS] Minor
1919
1920     No effect.
1921
1922  src/hb-ot-layout-gpos-table.hh | 8 ++++----
1923  1 file changed, 4 insertions(+), 4 deletions(-)
1924
1925 commit cbc3a76c5a38ab24f72e80357377711bd3f54d56
1926 Author: Behdad Esfahbod <behdad@behdad.org>
1927 Date:   Thu Feb 11 16:48:13 2016 +0700
1928
1929     [GPOS] Merge fixing of offsets for cursive and mark attachments
1930
1931     Part of fixing https://github.com/behdad/harfbuzz/issues/211
1932
1933  src/hb-buffer-private.hh       |  3 +-
1934  src/hb-ot-layout-gpos-table.hh | 73
1935  ++++++++++++++++++------------------------
1936  2 files changed, 33 insertions(+), 43 deletions(-)
1937
1938 commit 7d8d58ac81fe267e29ea68cdc6f4a4fa8c22d40f
1939 Author: Behdad Esfahbod <behdad@behdad.org>
1940 Date:   Thu Feb 11 16:34:28 2016 +0700
1941
1942     [GPOS] Divide position_finish() into two phases, for advances
1943     and offsets
1944
1945     Right now the position_finish_advances() is empty.  To be used for
1946     spacing attachments proposal later.
1947
1948  src/hb-ot-layout-gpos-table.hh | 11 +++++++++--
1949  src/hb-ot-layout-gsub-table.hh |  6 ------
1950  src/hb-ot-layout-private.hh    | 19 +++++++++----------
1951  src/hb-ot-layout.cc            | 16 ++++++++--------
1952  src/hb-ot-shape.cc             |  7 +++----
1953  5 files changed, 29 insertions(+), 30 deletions(-)
1954
1955 commit 8474231567a08873cc5e0aa08fea60316a04c27e
1956 Author: Behdad Esfahbod <behdad@behdad.org>
1957 Date:   Thu Feb 11 16:27:41 2016 +0700
1958
1959     [ot] Minor shuffling code around
1960
1961  src/hb-ot-layout-gpos-table.hh |  2 --
1962  src/hb-ot-shape.cc             | 13 ++++++++-----
1963  2 files changed, 8 insertions(+), 7 deletions(-)
1964
1965 commit b0b11614e9fb9ecd1faae28b0ed71ac6bf5c1266
1966 Author: Behdad Esfahbod <behdad@behdad.org>
1967 Date:   Thu Feb 11 15:28:55 2016 +0700
1968
1969     [GPOS] Add harmless recursion in fix_mark_attachment()
1970
1971     Will do nothing.  Just useful for merging two functions.
1972
1973  src/hb-ot-layout-gpos-table.hh | 2 ++
1974  1 file changed, 2 insertions(+)
1975
1976 commit 686567baab5a32ffea843538643e01de2885fa4f
1977 Author: Behdad Esfahbod <behdad@behdad.org>
1978 Date:   Thu Feb 11 15:25:28 2016 +0700
1979
1980     [GPOS] Merge attach_chain() and cursive_chain()
1981
1982     Differentiate, using new attach_type().
1983
1984  src/hb-ot-layout-gpos-table.hh | 50
1985  +++++++++++++++++++++++++++---------------
1986  1 file changed, 32 insertions(+), 18 deletions(-)
1987
1988 commit 806ad8dc65931ab7893bff7d5592a67a9bd237ca
1989 Author: Behdad Esfahbod <behdad@behdad.org>
1990 Date:   Thu Feb 11 14:53:11 2016 +0700
1991
1992     [GPOS] Minor shuffling
1993
1994  src/hb-ot-layout-gpos-table.hh | 10 +++++-----
1995  1 file changed, 5 insertions(+), 5 deletions(-)
1996
1997 commit 0f6278d1fbb75856132f1fa2d29648979f033316
1998 Author: Behdad Esfahbod <behdad@behdad.org>
1999 Date:   Thu Feb 11 14:49:10 2016 +0700
2000
2001     [GPOS] Negate sign of attach_lookback(), and rename it to
2002     attach_chain()
2003
2004     No behavior change.  Preparing to unify how cursive and mark
2005     attachments
2006     work.
2007
2008  src/hb-ot-layout-gpos-table.hh | 17 +++++++++--------
2009  1 file changed, 9 insertions(+), 8 deletions(-)
2010
2011 commit 5b5dc2c0406d8180e72d97a54334c722fda325b1
2012 Author: Behdad Esfahbod <behdad@behdad.org>
2013 Date:   Thu Feb 11 12:15:38 2016 +0700
2014
2015     [tests] Add test for advance zeroing of an ASCII letter marked as
2016     mark in GDEF
2017
2018  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
2019  .../sha1sum/a98e908e2ed21b22228ea59ebcc0f05034c86f2e.ttf | Bin 0 ->
2020  1016 bytes
2021  test/shaping/tests/zero-width-marks.tests                |   1 +
2022  3 files changed, 2 insertions(+)
2023
2024 commit 660c9d3fc21172e8dc340b017122c084dac6334c
2025 Author: Behdad Esfahbod <behdad@behdad.org>
2026 Date:   Thu Feb 11 12:14:27 2016 +0700
2027
2028     Remove font-dependent ASCII-only perf hack
2029
2030     Is confusing.  I already hit it myself.  Remove.  We can optimize
2031     ASCII based on Unicode properties.  But should not do based on
2032     assumptions on the font.
2033
2034  src/hb-ot-shape.cc | 4 ----
2035  1 file changed, 4 deletions(-)
2036
2037 commit 3fe0cf10401875f1e9b8b5fbaf59826e64ea61d2
2038 Author: Behdad Esfahbod <behdad@behdad.org>
2039 Date:   Wed Feb 10 18:43:43 2016 +0700
2040
2041     Fix previous commit!
2042
2043  test/shaping/fonts/sha1sum/MANIFEST       | 6 +++---
2044  test/shaping/tests/zero-width-marks.tests | 6 +++---
2045  2 files changed, 6 insertions(+), 6 deletions(-)
2046
2047 commit 293a210eee0a53b59f4b33298f42ec6e59d785e0
2048 Author: Behdad Esfahbod <behdad@behdad.org>
2049 Date:   Wed Feb 10 18:39:59 2016 +0700
2050
2051     [tests] Fix fonts in cc4a78bf22c4a735b84c89b04be3bb531f42135e
2052
2053     They had an invalid LookupFlag (32).
2054
2055  .../sha1sum/0dd3a51c3ea50997cb1f72515d1060408f8b4b59.ttf | Bin 1412 ->
2056  0 bytes
2057  .../sha1sum/56cfd0e18d07f41c38e9598545a6d369127fc6f9.ttf | Bin 0 ->
2058  1412 bytes
2059  .../sha1sum/828114d00931885bc25abf7cdb878b2914a2e743.ttf | Bin 1448 ->
2060  0 bytes
2061  .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 1448 ->
2062  0 bytes
2063  .../sha1sum/cc5f3d2d717fb6bd4dfae1c16d48a2cb8e12233b.ttf | Bin 0 ->
2064  1448 bytes
2065  .../sha1sum/ffa0f5d2d9025486d8469d8b1fdd983e7632499b.ttf | Bin 0 ->
2066  1448 bytes
2067  6 files changed, 0 insertions(+), 0 deletions(-)
2068
2069 commit eaadcbbc53e02838c847e53ef214a55d6915d677
2070 Author: Behdad Esfahbod <behdad@behdad.org>
2071 Date:   Wed Feb 10 18:29:54 2016 +0700
2072
2073     Remove now-unused mark zeroing BY_UNICODE
2074
2075  src/hb-ot-shape-complex-private.hh |  2 --
2076  src/hb-ot-shape.cc                 | 29 -----------------------------
2077  2 files changed, 31 deletions(-)
2078
2079 commit cc4a78bf22c4a735b84c89b04be3bb531f42135e
2080 Author: Behdad Esfahbod <behdad@behdad.org>
2081 Date:   Wed Feb 10 18:24:08 2016 +0700
2082
2083     [tests] Add tests for Latin mark zeroing
2084
2085  .../sha1sum/0dd3a51c3ea50997cb1f72515d1060408f8b4b59.ttf | Bin 0 ->
2086  1412 bytes
2087  .../sha1sum/828114d00931885bc25abf7cdb878b2914a2e743.ttf | Bin 0 ->
2088  1448 bytes
2089  .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 0 ->
2090  1448 bytes
2091  test/shaping/fonts/sha1sum/MANIFEST                      |   4 ++++
2092  .../sha1sum/fcdcffbdf1c4c97c05308d7600e4c283eb47dbca.ttf | Bin 0 ->
2093  1344 bytes
2094  test/shaping/tests/zero-width-marks.tests                |   4 ++++
2095  6 files changed, 8 insertions(+)
2096
2097 commit 55ff34b9c157a839d026465af8f30424ce7f891b
2098 Author: Behdad Esfahbod <behdad@behdad.org>
2099 Date:   Wed Feb 10 18:20:02 2016 +0700
2100
2101     [tests] Add tests for Thai mark zeroing
2102
2103  .../sha1sum/45855bc8d46332b39c4ab9e2ee1a26b1f896da6b.ttf | Bin 0 ->
2104  1088 bytes
2105  .../sha1sum/7a37dc4d5bf018456aea291cee06daf004c0221c.ttf | Bin 0 ->
2106  1080 bytes
2107  .../sha1sum/8099955657a54e9ee38a6ba1d6f950ce58e3cc25.ttf | Bin 0 ->
2108  1024 bytes
2109  test/shaping/fonts/sha1sum/MANIFEST                      |   4 ++++
2110  .../sha1sum/bb0c53752e85c3d28973ebc913287b8987d3dfe8.ttf | Bin 0 ->
2111  976 bytes
2112  test/shaping/tests/zero-width-marks.tests                |   4 ++++
2113  6 files changed, 8 insertions(+)
2114
2115 commit b3582a8ee82942a931130a83b2867b239f8ca71a
2116 Author: Behdad Esfahbod <behdad@behdad.org>
2117 Date:   Wed Feb 10 18:10:15 2016 +0700
2118
2119     Change default mark advance zeroing behavior from Unicode to GDEF
2120
2121     See thread at:
2122     https://lists.freedesktop.org/archives/harfbuzz/2016-February/005462.html
2123
2124  src/hb-ot-shape-complex-default.cc | 2 +-
2125  src/hb-ot-shape-complex-thai.cc    | 2 +-
2126  src/hb-ot-shape-complex-tibetan.cc | 2 +-
2127  3 files changed, 3 insertions(+), 3 deletions(-)
2128
2129 commit 43bb2b8fb00705c3334730a58ade7984181018b2
2130 Author: Behdad Esfahbod <behdad@behdad.org>
2131 Date:   Wed Feb 10 14:11:43 2016 +0700
2132
2133     Minor
2134
2135  test/shaping/hb_test_tools.py | 2 +-
2136  1 file changed, 1 insertion(+), 1 deletion(-)
2137
2138 commit bdaa784bb610ec65626d63cc068a0958ff5005fc
2139 Merge: a168db4 f6ffba6
2140 Author: Behdad Esfahbod <behdad@behdad.org>
2141 Date:   Wed Feb 10 11:11:36 2016 +0700
2142
2143     Merge pull request #164 from fanc999/msvc.build
2144
2145     Enable Build of HarfBuzz under Visual Studio using NMake Makefiles
2146
2147 commit a168db4739148459bc33c7dae88e73efa0153d72
2148 Author: Behdad Esfahbod <behdad@behdad.org>
2149 Date:   Wed Feb 10 11:10:08 2016 +0700
2150
2151     [README] Add ABI Tracker link
2152
2153  README | 1 +
2154  1 file changed, 1 insertion(+)
2155
2156 commit f6ffba634bb33d6d4b051abce9c23fcae280c3fe
2157 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
2158 Date:   Wed Dec 9 14:57:15 2015 +0800
2159
2160     MSVC builds: Add support to build DirectWrite shaping backend
2161
2162     Add into the NMake Makefiles to build the DirectWrite shaping backend,
2163     but as PR #134 mentions, this is considered to be in an experimental
2164     state,
2165     so don't include this in the build by default for now.  This is
2166     most probably
2167     going to replace the Uniscribe backend eventually, since DirectWrite
2168     is meant
2169     to be Uniscribe's replacement, and is needed for Windows Store apps
2170     if a
2171     system shaping API is to be used.
2172
2173  win32/README.txt        |  4 ++++
2174  win32/config-msvc.mak   | 10 ++++++++++
2175  win32/config.h.win32.in |  3 +++
2176  win32/info-msvc.mak     |  7 +++++++
2177  4 files changed, 24 insertions(+)
2178
2179 commit c6792854557ca104948e8f0b142c9384105b0d05
2180 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
2181 Date:   Wed Feb 3 18:31:23 2016 +0800
2182
2183     build: Build the DirectWrite sources if requested
2184
2185     This adds to the autotools build system so that the (experimental)
2186     DirectWrite support for HarfBuzz is built (and dist'ed).
2187
2188  configure.ac         | 25 +++++++++++++++++++++++++
2189  src/Makefile.am      |  7 +++++++
2190  src/Makefile.sources |  3 +++
2191  3 files changed, 35 insertions(+)
2192
2193 commit d7b6636e5ebf1ddf7d7a04007ffbc411cf7e462e
2194 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
2195 Date:   Tue Nov 3 19:00:42 2015 +0800
2196
2197     build: Support Visual Studio builds using NMake
2198
2199     This adds a set of NMake Makefiles that can be used to build
2200     HarfBuzz, from
2201     the standard basic build building the minimal HarfBuzz DLL (consisting
2202     of OpenType, fallback and Uniscribe support only), to a full
2203     fledged build
2204     consisting of GLib and FreeType support, as well as building the
2205     utilities,
2206     the test programs in src/ and test/api, and HarfBuzz-ICU and
2207     HarfBuzz-GObject, and up to building the introspection files.
2208     This means a
2209     flexible build mechanism is supported here, so anything that is
2210     supported
2211     for a Windows build (code-wise), should all be supported by this build
2212     system.
2213
2214     As in an earlier commit, the source listings are shared with the
2215     autotools
2216     builds with the various Makefile.sources in src/, src/hb-ucdn and
2217     util/, and
2218     this set of NMake Makefiles will transform these lists into the
2219     form they
2220     want.
2221
2222     In the current form, all the test programs in test/api pass, and
2223     this has
2224     been checked successfully with 'make -j8 distcheck'.
2225
2226  BUILD.md                        |   4 +-
2227  Makefile.am                     |   2 +-
2228  configure.ac                    |   2 +
2229  win32/Makefile.am               |  14 +++
2230  win32/Makefile.vc               |  52 +++++++++++
2231  win32/README.txt                |  75 ++++++++++++++++
2232  win32/build-rules-msvc.mak      | 140 ++++++++++++++++++++++++++++++
2233  win32/config-msvc.mak           | 188
2234  ++++++++++++++++++++++++++++++++++++++++
2235  win32/create-lists-msvc.mak     | 151 ++++++++++++++++++++++++++++++++
2236  win32/create-lists.bat          |  42 +++++++++
2237  win32/detectenv-msvc.mak        | 136 +++++++++++++++++++++++++++++
2238  win32/generate-msvc.mak         |  26 ++++++
2239  win32/hb-introspection-msvc.mak |  42 +++++++++
2240  win32/info-msvc.mak             | 130 +++++++++++++++++++++++++++
2241  win32/install.mak               |  29 +++++++
2242  win32/introspection-msvc.mak    |  73 ++++++++++++++++
2243  16 files changed, 1104 insertions(+), 2 deletions(-)
2244
2245 commit 5c3e7260bcb4999b8b7cb9afb26e6eaff867634b
2246 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
2247 Date:   Tue Nov 3 18:52:46 2015 +0800
2248
2249     MSVC builds: Add a pre-configured config.h(.win32) template
2250
2251     This adds a pre-configured config.h template that can be used
2252     for Visual
2253     Studio builds, where autotools is not normally available.  This has
2254     the
2255     configs that are suitable for Visual Studio builds, as well as all the
2256     features used for Windows builds enabled (HAVE_OT, HAVE_FALLBACK and
2257     HAVE_UNISCRIBE).
2258
2259     Note that the optional features are not enabled here, they are
2260     enabled by
2261     /D's (or -D's) in the NMake Makefiles as requested.
2262
2263  win32/config.h.win32.in | 155
2264  ++++++++++++++++++++++++++++++++++++++++++++++++
2265  1 file changed, 155 insertions(+)
2266
2267 commit 35ded3af74a5bc4b038a07308354d5f7501ae3c7
2268 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
2269 Date:   Tue Nov 3 16:56:27 2015 +0800
2270
2271     build: Move source listings into separate Makefile snippets
2272
2273     This moves all the source listings in src/Makefile.am,
2274     src/hb-ucdn/Makefile.am and util/Makefile.am into separate Makefile
2275     snippets, so that they may be shared between different Makefile-based
2276     build systems, such as NMake for Visual Studio.
2277
2278  src/Makefile.am              | 165
2279  +++++++++----------------------------------
2280  src/Makefile.sources         | 147 ++++++++++++++++++++++++++++++++++++++
2281  src/hb-ucdn/Makefile.am      |   6 +-
2282  src/hb-ucdn/Makefile.sources |   4 ++
2283  util/Makefile.am             |  34 ++-------
2284  util/Makefile.sources        |  32 +++++++++
2285  6 files changed, 223 insertions(+), 165 deletions(-)
2286
2287 commit b894a85ad1e7c3ecfb6d3732a7c9779f5462fe70
2288 Author: Behdad Esfahbod <behdad@behdad.org>
2289 Date:   Tue Feb 2 16:39:19 2016 +0800
2290
2291     Fix more hangs in case of buffer allocation errors
2292
2293     Hopefully
2294     fixes https://github.com/behdad/harfbuzz/issues/214
2295
2296  src/hb-ot-shape-complex-indic.cc   | 2 +-
2297  src/hb-ot-shape-complex-myanmar.cc | 2 +-
2298  src/hb-ot-shape-complex-use.cc     | 2 +-
2299  3 files changed, 3 insertions(+), 3 deletions(-)
2300
2301 commit b693992ea160b66541f678dc9be29b513c77a30b
2302 Merge: 9a6a33c 498574e
2303 Author: Behdad Esfahbod <behdad@behdad.org>
2304 Date:   Tue Feb 2 12:33:32 2016 +0800
2305
2306     Merge pull request #222 from n8willis/master
2307
2308     Add usermanual chapter on cluster levels
2309
2310 commit 498574e6c1a83bbd2768925af6e39806fe1ea8bb
2311 Author: n8willis <nwillis@glyphography.com>
2312 Date:   Thu Jan 28 12:21:32 2016 -0600
2313
2314     Update Makefile.am
2315
2316  docs/Makefile.am | 1 +
2317  1 file changed, 1 insertion(+)
2318
2319 commit e12fc666994573dbabb6928a8b2e8698667088ce
2320 Author: n8willis <nwillis@glyphography.com>
2321 Date:   Thu Jan 28 12:14:12 2016 -0600
2322
2323     Added initial usermanual chapter on cluster levels.
2324
2325  docs/harfbuzz-docs.xml       |   1 +
2326  docs/usermanual-clusters.xml | 304
2327  +++++++++++++++++++++++++++++++++++++++++++
2328  2 files changed, 305 insertions(+)
2329
2330 commit 9a6a33ccbea8a2e23e779bd955958fa41974c1c7
2331 Merge: d05b783 146fe25
2332 Author: Behdad Esfahbod <behdad@behdad.org>
2333 Date:   Mon Jan 18 12:47:18 2016 +0100
2334
2335     Merge pull request #216 from mhosken/master
2336
2337     Refactor graphite2 to make ovleraps into negative width spaces
2338
2339 commit 146fe252c3ebd0253344ce20981554e40926497b
2340 Author: Martin Hosken <martin_hosken@sil.org>
2341 Date:   Sat Jan 16 17:24:00 2016 -0600
2342
2343     Refactor graphite2 to make ovleraps into negative width spaces
2344
2345  src/hb-graphite2.cc | 71
2346  ++++++++++++++++++++++++++++++++---------------------
2347  1 file changed, 43 insertions(+), 28 deletions(-)
2348
2349 commit d05b783322d90208b2ddf06a5ebffc7c301be3d7
2350 Author: Behdad Esfahbod <behdad@behdad.org>
2351 Date:   Tue Jan 12 16:17:21 2016 +0000
2352
2353     Fix compiler warning
2354
2355     Fixes https://github.com/behdad/harfbuzz/issues/212
2356
2357  src/hb-ot-tag.cc | 2 +-
2358  1 file changed, 1 insertion(+), 1 deletion(-)
2359
2360 commit d163dc18e66c9e2f404d09310482464245cae704
2361 Author: Behdad Esfahbod <behdad@behdad.org>
2362 Date:   Tue Jan 12 13:05:01 2016 +0000
2363
2364     Minor
2365
2366  src/hb-ot-layout-common-private.hh | 30 +++++++++++++++---------------
2367  1 file changed, 15 insertions(+), 15 deletions(-)
2368
2369 commit 505b7d4732c6a8c423f43c0de46e05dc583e82c0
2370 Author: Behdad Esfahbod <behdad@behdad.org>
2371 Date:   Mon Jan 11 18:31:04 2016 +0000
2372
2373     [fuzzing] Fuzz input text
2374
2375     Very rudimentary right now, but will get kcc's bot going.
2376
2377     From
2378     https://github.com/behdad/harfbuzz/issues/139#issuecomment-163580783
2379
2380  test/fuzzing/hb-fuzzer.cc | 25 +++++++++++++++++++------
2381  1 file changed, 19 insertions(+), 6 deletions(-)
2382
2383 commit 3e704521f67e021fb51cda7319925fd39eba4f97
2384 Author: Behdad Esfahbod <behdad@behdad.org>
2385 Date:   Mon Jan 11 17:38:41 2016 +0000
2386
2387     [OT] Get list of lookup subtables once and loop through them
2388
2389     This speeds up shaping the Amiri font by over 15%.
2390
2391     This was primarily needed for my work on OpenType GX, since
2392     we will be collecting only sublookups that are "active" for
2393     current font instance; but it's a nice boost in general as
2394     well.
2395
2396     We might, in the future, collect subtables in the lookup_accel.
2397     That would also allow us to do a per-subtbale set-digest, which
2398     should speed things up some more, specially for ContextChainFormat3
2399     lookups...  Amiri, for example, contains one lookup with 53
2400     subtables!
2401
2402  src/hb-ot-layout.cc | 120
2403  +++++++++++++++++++++++++++++++++++-----------------
2404  1 file changed, 81 insertions(+), 39 deletions(-)
2405
2406 commit 11441291bbf4326dca9b14ec3e9cad3d4d229303
2407 Author: Behdad Esfahbod <behdad@behdad.org>
2408 Date:   Mon Jan 11 13:16:35 2016 +0000
2409
2410     1.1.3
2411
2412  NEWS         | 29 +++++++++++++++++++++++++++++
2413  configure.ac |  2 +-
2414  2 files changed, 30 insertions(+), 1 deletion(-)
2415
2416 commit 97624d9244de0fdb9c03f60e03fe242028efa8a1
2417 Author: Behdad Esfahbod <behdad@behdad.org>
2418 Date:   Mon Jan 11 12:58:45 2016 +0000
2419
2420     [docs] Minor fixes.
2421
2422  src/hb-buffer.h | 26 +++++++++++++-------------
2423  1 file changed, 13 insertions(+), 13 deletions(-)
2424
2425 commit a39ff95fce39226e80850ff251cb34a7aad12bd7
2426 Author: Behdad Esfahbod <behdad@behdad.org>
2427 Date:   Mon Jan 11 12:28:37 2016 +0000
2428
2429     [coretext] Speed up CoreText font fallback
2430
2431     Fixes https://code.google.com/p/chromium/issues/detail?id=547912
2432
2433  src/hb-coretext.cc | 45 ++++++++++++++++++++++++++++++++++++++++-----
2434  1 file changed, 40 insertions(+), 5 deletions(-)
2435
2436 commit 5afebbdcb2dab0e9a42d580df629d8e60b50d2f9
2437 Author: Behdad Esfahbod <behdad@behdad.org>
2438 Date:   Thu Jan 7 22:53:59 2016 +0000
2439
2440     Add Homebrew build instructions
2441
2442  BUILD.md | 10 ++++++++--
2443  1 file changed, 8 insertions(+), 2 deletions(-)
2444
2445 commit e8a27d79476a5d7a83cf2287d92ca291257546f4
2446 Author: Behdad Esfahbod <behdad@behdad.org>
2447 Date:   Thu Jan 7 22:52:16 2016 +0000
2448
2449     Don't build hb-fuzzer in "make", only "make check"
2450
2451  test/fuzzing/Makefile.am | 3 +--
2452  1 file changed, 1 insertion(+), 2 deletions(-)
2453
2454 commit 25671466d245449187f8ab17e1a233f1d087d5ed
2455 Author: Behdad Esfahbod <behdad@behdad.org>
2456 Date:   Thu Jan 7 19:11:41 2016 +0000
2457
2458     Add 9 reserved entries to hb_font_extents_t
2459
2460     Might add italic-angle, underline/strikethrough-position/thickness
2461     in the future.  Do this before new struct goes into a release.
2462
2463  src/hb-font.h | 10 ++++++++++
2464  1 file changed, 10 insertions(+)
2465
2466 commit e6d5e4c3106180cb22253c2c278b40f7c4c98f2f
2467 Author: Behdad Esfahbod <behdad@behdad.org>
2468 Date:   Wed Jan 6 12:29:50 2016 +0000
2469
2470     [uniscribe] Fix negative advance
2471
2472     This happens with at least one test font I have.
2473
2474  src/hb-uniscribe.cc | 2 +-
2475  1 file changed, 1 insertion(+), 1 deletion(-)
2476
2477 commit 99d34955762d0fff4b66a30e6fbe65fd1cf9976b
2478 Author: Behdad Esfahbod <behdad@behdad.org>
2479 Date:   Wed Jan 6 12:20:47 2016 +0000
2480
2481     [test] Add test text for Kaithi
2482
2483  test/shaping/texts/in-tree/shaper-hangul/MANIFEST            | 1 +
2484  test/shaping/texts/in-tree/shaper-hebrew/MANIFEST            | 1 +
2485  test/shaping/texts/in-tree/shaper-tibetan/MANIFEST           | 1 +
2486  test/shaping/texts/in-tree/shaper-use/MANIFEST               | 1 +
2487  test/shaping/texts/in-tree/shaper-use/script-kaithi/MANIFEST | 1 +
2488  test/shaping/texts/in-tree/shaper-use/script-kaithi/misc.txt | 6 ++++++
2489  6 files changed, 11 insertions(+)
2490
2491 commit 53c47c85827a7e3ca82000e3baa9aa87c5770ce9
2492 Author: Behdad Esfahbod <behdad@behdad.org>
2493 Date:   Tue Jan 5 13:26:20 2016 +0000
2494
2495     Increase sanitize edit count from 8 to 32
2496
2497     See previous commit.
2498
2499  src/hb-open-type-private.hh | 2 +-
2500  1 file changed, 1 insertion(+), 1 deletion(-)
2501
2502 commit da2fcfdc51a2cc0d0a782efa6c91b733f7aa84ba
2503 Author: Behdad Esfahbod <behdad@behdad.org>
2504 Date:   Tue Jan 5 13:23:45 2016 +0000
2505
2506     Don't count fixing-up FeatureParams offset as error
2507
2508     The font Garamond Premier Pro Caption (and possibly many other
2509     Adobe fonts), have many FeatureParamsSize tables with the old
2510     wrong offset.  We handle fixing those up, but they were still
2511     contributing to edit_count, and when I reduced HB_SANITIZE_MAX_EDIT
2512     from 100 to 8 in 14c2de321826c36037adde859ccca3e2011325a9, these
2513     fonts were now getting GPOS dropped and hence kerning disabled.
2514
2515     Fix, by not counting edits made towareds offset fix-up.  I'll
2516     also increase edit count again, in the next commit.
2517
2518  src/hb-ot-layout-common-private.hh | 3 +++
2519  1 file changed, 3 insertions(+)
2520
2521 commit d0adc80965506810820f9ec165b8df80cc8907e3
2522 Author: Behdad Esfahbod <behdad@behdad.org>
2523 Date:   Sat Jan 2 13:25:18 2016 +0000
2524
2525     Check magicNumber in head table during sanitize
2526
2527  src/hb-ot-head-table.hh | 4 +++-
2528  1 file changed, 3 insertions(+), 1 deletion(-)
2529
2530 commit 3a48c776701a919e11b067129586e40372d90d54
2531 Merge: 9230911 4b4948d
2532 Author: Behdad Esfahbod <behdad@behdad.org>
2533 Date:   Sat Jan 2 00:59:14 2016 +0000
2534
2535     Merge pull request #208 from khaledhosny/travis-trusty
2536
2537     [travis] Try building on Trusty
2538
2539 commit 4b4948d360a2141e0ffda2994aa308645dc32f59
2540 Author: Khaled Hosny <khaledhosny@eglug.org>
2541 Date:   Sat Jan 2 00:36:19 2016 +0400
2542
2543     [travis] Try building on Trusty
2544
2545     Trusty has gtk-doc 1.20 which has better markdown support which should
2546     fix some of the brokenness in the newly added documentation. The build
2547     seems to be as fast as the current container-based build on Precise.
2548
2549  .travis.yml | 5 +++--
2550  1 file changed, 3 insertions(+), 2 deletions(-)
2551
2552 commit 9230911facf90c06626e54023ca4d99f5e05f1a4
2553 Author: Behdad Esfahbod <behdad@behdad.org>
2554 Date:   Fri Jan 1 19:06:43 2016 +0000
2555
2556     [travis] Only run coveralls if testing behdad/harfbuzz
2557
2558     Fixes failures in others' forks, like:
2559     https://travis-ci.org/khaledhosny/harfbuzz/jobs/99719710#L3912
2560
2561  .travis.yml | 2 +-
2562  1 file changed, 1 insertion(+), 1 deletion(-)
2563
2564 commit 6f66f05757d3d5738571b3d4ee40afffb8f26ff9
2565 Merge: bfdf684 9ab9f97
2566 Author: Behdad Esfahbod <behdad@behdad.org>
2567 Date:   Fri Jan 1 16:44:01 2016 +0000
2568
2569     Merge pull request #207 from khaledhosny/docs-4
2570
2571     [docs] More buffers documentation
2572
2573 commit 9ab9f974d42e0001966e243a23a64e6aefbd4764
2574 Author: Khaled Hosny <khaledhosny@eglug.org>
2575 Date:   Fri Jan 1 20:38:21 2016 +0400
2576
2577     [docs] More buffers documentation
2578
2579  docs/harfbuzz-sections.txt |  4 +-
2580  src/hb-buffer-serialize.cc | 85
2581  ++++++++++++++++++++++++++++++-------------
2582  src/hb-buffer.cc           | 91
2583  +++++++++++++++++++++++++++++++++++-----------
2584  src/hb-buffer.h            | 78 +++++++++++++++++++++++++--------------
2585  src/hb-shape.cc            | 10 +++--
2586  5 files changed, 187 insertions(+), 81 deletions(-)
2587
2588 commit bfdf684f7957645dd016fbf76700c5911c4bee2d
2589 Merge: d7ed6f5 85c2443
2590 Author: Behdad Esfahbod <behdad@behdad.org>
2591 Date:   Wed Dec 30 22:20:14 2015 +0100
2592
2593     Merge pull request #205 from khaledhosny/more-docs
2594
2595     More docs
2596
2597 commit d7ed6f50b4ff13a94701131913d931f13a4d1266
2598 Merge: b758e5e a7f0e25
2599 Author: Behdad Esfahbod <behdad@behdad.org>
2600 Date:   Wed Dec 30 22:20:00 2015 +0100
2601
2602     Merge pull request #206 from nico/patch-3
2603
2604     Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
2605
2606 commit a7f0e25dafa90bd21b01c38cb0782ade54b75cdc
2607 Author: Nico Weber <nicolasweber@gmx.de>
2608 Date:   Wed Dec 30 16:05:52 2015 -0500
2609
2610     Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
2611
2612     The coretext_aat shaper delegates to the regular coretext_..._ensure()
2613     functions, so coretext_aat_..._ensure() functions defined by these
2614     macros are unused. The compiler warns about them, which in turn can
2615     confuse people to think that the coretext_aat_..._ensure() functions
2616     weren't called by accident.
2617
2618  src/hb-coretext.cc | 4 ----
2619  1 file changed, 4 deletions(-)
2620
2621 commit 85c2443b737335b77c7e9bb6fd6741912f70fcef
2622 Author: Khaled Hosny <khaledhosny@eglug.org>
2623 Date:   Wed Dec 30 22:57:04 2015 +0400
2624
2625     [docs] Reduce gtkdoc-check errors
2626
2627     Now it is just reporting one error about “503 undocumented or
2628     incomplete
2629     symbols”, that will be the easy part I guess.
2630
2631  docs/harfbuzz-docs.xml     | 74
2632  ++++++++++++++++++++++++++++++++++++++++++++++
2633  docs/harfbuzz-sections.txt | 40 +++++++++++++++++++++++++
2634  2 files changed, 114 insertions(+)
2635
2636 commit 9cffe329f15b3a74a3af4e68c1884f1dbda49666
2637 Author: Khaled Hosny <khaledhosny@eglug.org>
2638 Date:   Wed Dec 30 22:50:08 2015 +0400
2639
2640     [docs] Typo
2641
2642  src/hb-buffer.cc | 2 +-
2643  1 file changed, 1 insertion(+), 1 deletion(-)
2644
2645 commit b758e5ea223eced0fde9a3e62d0fdf04c04914a1
2646 Merge: 266bfa3 8b1224f
2647 Author: Behdad Esfahbod <behdad@behdad.org>
2648 Date:   Wed Dec 30 16:44:19 2015 +0100
2649
2650     Merge pull request #203 from nico/patch-1
2651
2652     Remove unused `retry:` label.
2653
2654 commit 266bfa3772e75fedcd93db22bf8672a13ad7a7d9
2655 Author: Behdad Esfahbod <behdad@behdad.org>
2656 Date:   Wed Dec 30 16:25:48 2015 +0100
2657
2658     [docs] Minor
2659
2660  .ci/deploy-docs.sh | 2 +-
2661  1 file changed, 1 insertion(+), 1 deletion(-)
2662
2663 commit d08035f8f15b7ddd89a318ea34bc386a9e33a8ea
2664 Author: Behdad Esfahbod <behdad@behdad.org>
2665 Date:   Wed Dec 30 16:15:36 2015 +0100
2666
2667     [docs] Fix up build, really
2668
2669  .ci/deploy-docs.sh | 9 ++++-----
2670  .travis.yml        | 2 +-
2671  2 files changed, 5 insertions(+), 6 deletions(-)
2672
2673 commit 0d45c3cf63692151166ca7071f755dfaa8922a67
2674 Author: Behdad Esfahbod <behdad@behdad.org>
2675 Date:   Wed Dec 30 16:09:39 2015 +0100
2676
2677     [docs] Turn bash tracing on
2678
2679  .ci/deploy-docs.sh | 4 ++++
2680  1 file changed, 4 insertions(+)
2681
2682 commit 33b2d981a0b12ea165ef9282204a73f4a1ce0477
2683 Author: Behdad Esfahbod <behdad@behdad.org>
2684 Date:   Wed Dec 30 15:56:56 2015 +0100
2685
2686     [docs] Another try, not sure why the bot isn't building
2687
2688  .ci/deploy-docs.sh | 13 ++++---------
2689  1 file changed, 4 insertions(+), 9 deletions(-)
2690
2691 commit f3a051149b3b565b5ad4e489bf730c5203c3549e
2692 Author: Behdad Esfahbod <behdad@behdad.org>
2693 Date:   Wed Dec 30 15:45:43 2015 +0100
2694
2695     [docs] Shuffling code around in deploy-docs.sh
2696
2697     Temporarily makes it rebuild docs on every change again.
2698
2699  .ci/deploy-docs.sh | 46 +++++++++++++++++++++++++++-------------------
2700  1 file changed, 27 insertions(+), 19 deletions(-)
2701
2702 commit 8f31d0a94b27bb658aabe600472fc10bc47885f6
2703 Merge: 9d280cf fb192c2
2704 Author: Behdad Esfahbod <behdad@behdad.org>
2705 Date:   Wed Dec 30 15:13:37 2015 +0100
2706
2707     Merge pull request #202 from khaledhosny/doc-fixes
2708
2709     Doc fixes
2710
2711 commit fb192c263e17081c87f4cc971274d9be42f19513
2712 Author: Khaled Hosny <khaledhosny@eglug.org>
2713 Date:   Wed Dec 30 15:05:50 2015 +0400
2714
2715     [docs] A bit more buffers documentation
2716
2717  docs/harfbuzz-sections.txt |  2 ++
2718  src/hb-buffer.cc           |  7 +++---
2719  src/hb-buffer.h            | 56
2720  ++++++++++++++++++++++++++++++++++++++++++++--
2721  3 files changed, 60 insertions(+), 5 deletions(-)
2722
2723 commit 8ab797c5b86c33eab6ee024471fd3c147325d26a
2724 Author: Khaled Hosny <khaledhosny@eglug.org>
2725 Date:   Tue Dec 29 17:42:16 2015 +0400
2726
2727     [docs] A bit more buffers documentation
2728
2729  docs/harfbuzz-sections.txt | 60 +++++++++++++++---------------
2730  src/hb-buffer.cc           | 93
2731  +++++++++++++++++++++++++++++++---------------
2732  src/hb-buffer.h            |  7 +++-
2733  src/hb-common.cc           | 43 +++++++++++++--------
2734  src/hb-common.h            | 15 +++++---
2735  5 files changed, 135 insertions(+), 83 deletions(-)
2736
2737 commit f18d2226b62f20d29e6299c01ae8467c725ea971
2738 Author: Khaled Hosny <khaledhosny@eglug.org>
2739 Date:   Tue Dec 29 15:21:20 2015 +0400
2740
2741     [docs] Some documentation on buffers
2742
2743     Some of it (create, reference, destroy) are adapted from Cairo docs.
2744
2745  docs/harfbuzz-sections.txt |  55 +++++++-------
2746  src/hb-buffer.cc           | 174
2747  +++++++++++++++++++++++++++------------------
2748  2 files changed, 132 insertions(+), 97 deletions(-)
2749
2750 commit d7bf9d05c519a369a7b3a02e9ed5ecc05a20cd3e
2751 Author: Khaled Hosny <khaledhosny@eglug.org>
2752 Date:   Tue Dec 29 02:23:24 2015 +0400
2753
2754     [docs] Fix comment syntax
2755
2756     To lower the number of gtk-doc warnings.
2757
2758  .travis.yml           |  2 +-
2759  src/hb-directwrite.cc |  4 ++--
2760  src/hb-ot-layout.cc   | 14 ++++++++++++++
2761  src/hb-unicode.h      | 16 ++++++++++++++++
2762  4 files changed, 33 insertions(+), 3 deletions(-)
2763
2764 commit 8b1224f0eece7a5b6846e206333e57ac4653a705
2765 Author: Nico Weber <nicolasweber@gmx.de>
2766 Date:   Mon Dec 28 21:31:28 2015 -0500
2767
2768     Remove unused `retry:` label.
2769
2770     Fixes a -Wunused-label warning when building harfbuzz with clang
2771     -Wall.
2772
2773  src/hb-coretext.cc | 1 -
2774  1 file changed, 1 deletion(-)
2775
2776 commit 1f5559293f9bb1b4e911f4bdecf276ff1f6ae01c
2777 Author: Khaled Hosny <khaledhosny@eglug.org>
2778 Date:   Tue Dec 29 02:15:21 2015 +0400
2779
2780     [docs] Ignore the new HB_EXTERN decoration
2781
2782     Otherwise, almost all API functions are not extracted.
2783
2784  docs/Makefile.am | 3 ++-
2785  1 file changed, 2 insertions(+), 1 deletion(-)
2786
2787 commit 9d280cf49f25181f64c978752f926b79e7c3746a
2788 Author: Khaled Hosny <khaledhosny@eglug.org>
2789 Date:   Sat Dec 26 06:45:51 2015 +0400
2790
2791     Fix previous commit
2792
2793  .ci/deploy-docs.sh | 2 +-
2794  1 file changed, 1 insertion(+), 1 deletion(-)
2795
2796 commit b789199f107912cfce5e4a95d6152f9a1a7993f2
2797 Author: Khaled Hosny <khaledhosny@eglug.org>
2798 Date:   Sat Dec 26 06:35:08 2015 +0400
2799
2800     [travis] Build docs only on tagged revisions
2801
2802     Lets see if it works…
2803
2804  .ci/deploy-docs.sh | 4 +++-
2805  1 file changed, 3 insertions(+), 1 deletion(-)
2806
2807 commit e5b90c08a4c1f475560209a5e47628f695606d89
2808 Author: Behdad Esfahbod <behdad@behdad.org>
2809 Date:   Fri Dec 25 18:41:41 2015 +0100
2810
2811     [travis] Remove secure var
2812
2813     I've set up a secure var for behdad/harfbuzz through Travis web
2814     interface, no need
2815     to set the var here.
2816
2817  .ci/deploy-docs.sh | 2 +-
2818  .travis.yml        | 1 -
2819  2 files changed, 1 insertion(+), 2 deletions(-)
2820
2821 commit e75c1ffdf548185ce1f1df7937f0d028e5e40efe
2822 Merge: 6173c2a d25317f
2823 Author: Behdad Esfahbod <behdad@behdad.org>
2824 Date:   Fri Dec 25 18:21:08 2015 +0100
2825
2826     Merge pull request #199 from behdad/travis-docs
2827
2828     Deploy docs to gh-pages branch from Travis builds
2829
2830 commit 6173c2a6fc6ea0bf812f7f398770b5342974f9bf
2831 Author: Behdad Esfahbod <behdad@behdad.org>
2832 Date:   Fri Dec 25 18:18:23 2015 +0100
2833
2834     Fix flaky test
2835
2836     This test font had a upem of 769, which results in rounding-related
2837     errors with
2838     the FreeType font funcs.  Change the upem to 1024 to fix that.
2839
2840     Fixes https://github.com/behdad/harfbuzz/issues/201
2841
2842  ...> 1c2fb74c1b2aa173262734c1f616148f1648cfd6.ttf} | Bin 4064 ->
2843  4064 bytes
2844  test/shaping/fonts/sha1sum/MANIFEST                |   2 +-
2845  test/shaping/tests/ligature-id.tests               |  70
2846  ++++++++++-----------
2847  3 files changed, 36 insertions(+), 36 deletions(-)
2848
2849 commit 3fcae6d82da389c9944386a8ab41eb1c13b99330
2850 Author: Behdad Esfahbod <behdad@behdad.org>
2851 Date:   Fri Dec 25 18:18:02 2015 +0100
2852
2853     [tests] Add --reference, for re-recording tests
2854
2855  test/shaping/run-tests.sh | 18 ++++++++++++++----
2856  1 file changed, 14 insertions(+), 4 deletions(-)
2857
2858 commit d25317f67f3c5c77f9059961935b0f35cbaa9ac4
2859 Author: Khaled Hosny <khaledhosny@eglug.org>
2860 Date:   Wed Dec 23 01:29:48 2015 +0400
2861
2862     Move more docs from FreeDesktop page
2863
2864  docs/Makefile.am                     |  1 +
2865  docs/harfbuzz-docs.xml               | 15 ++++----
2866  docs/usermanual-install-harfbuzz.xml | 70
2867  ++++++++++++++++++++++++++++++++++++
2868  3 files changed, 80 insertions(+), 6 deletions(-)
2869
2870 commit 493a92220844c8996be67c8a7a2c5447942fe2c1
2871 Author: Khaled Hosny <khaledhosny@eglug.org>
2872 Date:   Wed Dec 23 00:33:41 2015 +0400
2873
2874     Rename user manual files
2875
2876     Use chapter ids instead of numbers, so that we can reorder them,
2877     introduce new ones etc. without the numbers becoming out of date.
2878
2879  docs/Makefile.am                                             | 12
2880  ++++++------
2881  docs/harfbuzz-docs.xml                                       | 12
2882  ++++++------
2883  ... => usermanual-buffers-language-script-and-direction.xml} |  0
2884  docs/{usermanual-ch04.xml => usermanual-fonts-and-faces.xml} |  0
2885  ...{usermanual-ch06.xml => usermanual-glyph-information.xml} |  0
2886  docs/{usermanual-ch02.xml => usermanual-hello-harfbuzz.xml}  |  0
2887  ...{usermanual-ch05.xml => usermanual-opentype-features.xml} |  0
2888  .../{usermanual-ch01.xml => usermanual-what-is-harfbuzz.xml} |  0
2889  8 files changed, 12 insertions(+), 12 deletions(-)
2890
2891 commit 4dc2265918089ee08c6d82eed0cfd41e02d7d231
2892 Author: Khaled Hosny <khaledhosny@eglug.org>
2893 Date:   Wed Dec 23 00:26:20 2015 +0400
2894
2895     Intro from freedesktop.org/wiki/Software/HarfBuzz/
2896
2897  docs/HarfBuzz.png      | Bin 0 -> 3419 bytes
2898  docs/Makefile.am       |   3 ++-
2899  docs/harfbuzz-docs.xml |  31 ++++++++++++++++++++++++++++++-
2900  3 files changed, 32 insertions(+), 2 deletions(-)
2901
2902 commit 22b07782ced6503a0bf33f2fe157b70540238f6d
2903 Author: Khaled Hosny <khaledhosny@eglug.org>
2904 Date:   Mon Dec 14 23:33:51 2015 +0400
2905
2906     Deploy docs to gh-pages branch from Travis builds
2907
2908     Build docs in Travis and push them to the gh-pages branch, which makes
2909     them available at http://behdad.github.io/harfbuzz/
2910
2911  .ci/deploy-docs.sh | 25 +++++++++++++++++++++++++
2912  .travis.yml        |  4 ++++
2913  2 files changed, 29 insertions(+)
2914
2915 commit fc38e6034c76d5450f5398d667184bc3696efcc4
2916 Author: Behdad Esfahbod <behdad@behdad.org>
2917 Date:   Wed Dec 23 14:50:53 2015 +0100
2918
2919     [layout] Collect coverage glyphs in PairPos
2920
2921     Apparently class=0 is used for ClassDef1.  See:
2922     https://github.com/adobe-type-tools/afdko/issues/90
2923
2924  src/hb-ot-layout-gpos-table.hh | 2 +-
2925  1 file changed, 1 insertion(+), 1 deletion(-)
2926
2927 commit 8718dae818b22c3933c33bdfc8a7413ef4c3110a
2928 Author: Behdad Esfahbod <behdad@behdad.org>
2929 Date:   Fri Dec 18 19:53:40 2015 +0000
2930
2931     [python] Hook up sample debugger
2932
2933  src/sample.py | 6 ++++++
2934  1 file changed, 6 insertions(+)
2935
2936 commit 0475ef2f97e3035a2eea9a0f96031331e07e8e29
2937 Author: Behdad Esfahbod <behdad@behdad.org>
2938 Date:   Fri Dec 18 18:17:07 2015 +0000
2939
2940     [buffer] Add debugging, aka, message, API
2941
2942     Currently just announces lookup applications.  Message-API *will*
2943     change.
2944     hb-shape / hb-view are updated to print-out messages to stder
2945     if --debug
2946     is specified.
2947
2948  src/hb-buffer-private.hh | 18 ++++++++++++++++++
2949  src/hb-buffer.cc         | 44
2950  ++++++++++++++++++++++++++++++++++++++++++++
2951  src/hb-buffer.h          | 15 +++++++++++++++
2952  src/hb-ot-layout.cc      | 12 ++----------
2953  util/main-font-text.hh   | 18 ++++++++++++++++++
2954  5 files changed, 97 insertions(+), 10 deletions(-)
2955
2956 commit 9ea0aa43ac5cf243b698aae0ec80241b5efd7488
2957 Author: Behdad Esfahbod <behdad@behdad.org>
2958 Date:   Fri Dec 18 17:30:18 2015 +0000
2959
2960     Don't deserialize positions if buffer has no positions
2961
2962  src/hb-buffer-serialize.cc | 3 +++
2963  src/hb-ot-layout.cc        | 2 --
2964  2 files changed, 3 insertions(+), 2 deletions(-)
2965
2966 commit 862b1644e9469a7e70555141f53729409d50d0d2
2967 Author: Behdad Esfahbod <behdad@behdad.org>
2968 Date:   Fri Dec 18 13:54:06 2015 +0000
2969
2970     [use] Only set syllable-based topographical features if not
2971     Arabic-joining
2972
2973  src/hb-ot-shape-complex-use.cc | 3 +++
2974  1 file changed, 3 insertions(+)
2975
2976 commit 45b7ec365225109eb0854e6c417f48860b5f24af
2977 Author: Behdad Esfahbod <behdad@behdad.org>
2978 Date:   Fri Dec 18 13:47:16 2015 +0000
2979
2980     [indic] Followup fix for Malayalam context matching
2981
2982     We regeressed Malayalam in 508cc3d3cfcfb0383df0fe795cc28db4e0fd5729
2983     This brings down the failures to 198 (from 750).
2984
2985     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
2986     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
2987     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
2988     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
2989     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
2990     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
2991     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed
2992     (0.0188871%)
2993     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
2994     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
2995     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
2996     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
2997     MYANMAR: 1123865 out of 1123883 tests passed. 18 failed (0.00160159%)
2998
2999  src/hb-ot-shape-complex-indic.cc | 19 +++++++++++++++++++
3000  1 file changed, 19 insertions(+)
3001
3002 commit 2813e3049a69d64e5395f68c52c4690e1d256d55
3003 Author: Behdad Esfahbod <behdad@behdad.org>
3004 Date:   Fri Dec 18 11:05:11 2015 +0000
3005
3006     [indic] Update data tables to Unicode 8.0
3007
3008     Test stats remain unchanged, except for Malayalam, which we
3009     investigate:
3010
3011     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
3012     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
3013     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
3014     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
3015     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
3016     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
3017     MALAYALAM: 1047584 out of 1048334 tests passed. 750 failed
3018     (0.0715421%)
3019     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
3020     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
3021     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
3022     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
3023
3024     Myanmar, compared to Windows 10 mmrtext.ttf:
3025
3026     MYANMAR: 1123865 out of 1123883 tests passed. 18 failed (0.00160159%)
3027
3028  src/gen-indic-table.py                   |   1 +
3029  src/hb-ot-shape-complex-indic-private.hh |  40 ++--
3030  src/hb-ot-shape-complex-indic-table.cc   | 372
3031  ++++++++++++++++++-------------
3032  src/hb-ot-shape-complex-indic.cc         |  23 +-
3033  src/hb-ot-shape-complex-myanmar.cc       |   4 +
3034  5 files changed, 244 insertions(+), 196 deletions(-)
3035
3036 commit fc06cff40f136440f6402d0a5e735e2a4a3c062a
3037 Author: Behdad Esfahbod <behdad@behdad.org>
3038 Date:   Thu Dec 17 17:47:35 2015 +0000
3039
3040     Remove HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT
3041
3042     The DEFAULT naming wasn't helpful, so just remove it.
3043
3044  src/hb-ot-shape-complex-default.cc | 2 +-
3045  src/hb-ot-shape-complex-private.hh | 4 +---
3046  src/hb-ot-shape-complex-thai.cc    | 2 +-
3047  src/hb-ot-shape-complex-tibetan.cc | 2 +-
3048  4 files changed, 4 insertions(+), 6 deletions(-)
3049
3050 commit 508cc3d3cfcfb0383df0fe795cc28db4e0fd5729
3051 Author: Behdad Esfahbod <behdad@behdad.org>
3052 Date:   Thu Dec 17 17:31:17 2015 +0000
3053
3054     [indic] Allow context when matching for Malayalam new-spec
3055
3056     Test sequence:
3057         U+0995,U+09CD,U+09B0
3058
3059     With Nirmala shipped on Windows 10, this failed to form the below
3060     form.
3061     Works now.
3062
3063     Reported by Sairus.
3064
3065  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
3066  1 file changed, 9 insertions(+), 2 deletions(-)
3067
3068 commit eaf1e93ef1ee19a3e72d781e8abbd7f1165c1618
3069 Author: Behdad Esfahbod <behdad@behdad.org>
3070 Date:   Thu Dec 17 16:57:47 2015 +0000
3071
3072     [uniscribe] Handle E_NOT_SUFFICIENT_BUFFER as well as E_OUTOFMEMORY
3073
3074     On Windows 10 we are seeing that other error message...
3075
3076     Test sequence: U+0995,U+-9CD,U+09B0
3077     With Nirmala shipped on Windows 10, this failed to form the below
3078     form.
3079     Works now.
3080
3081     Reported by Sairus.
3082
3083  src/hb-uniscribe.cc | 2 +-
3084  1 file changed, 1 insertion(+), 1 deletion(-)
3085
3086 commit 21e5d7edc4f28157254ef29a8ac247f3a572f6a6
3087 Author: Behdad Esfahbod <behdad@behdad.org>
3088 Date:   Thu Dec 17 16:28:38 2015 +0000
3089
3090     [util] Use O_BINARY instead of _O_BINARY
3091
3092     The latter doesn't seem to be available in Cygwin.  I'm surprised it
3093     compiled before...
3094
3095  util/options.cc | 4 ++--
3096  1 file changed, 2 insertions(+), 2 deletions(-)
3097
3098 commit 100fbeaf196515774c985ee839d0fa0695f9a6fa
3099 Author: Behdad Esfahbod <behdad@behdad.org>
3100 Date:   Thu Dec 17 15:23:09 2015 +0000
3101
3102     Fix ligature component of a mark happening after a ligature within
3103     a ligature!
3104
3105     Say, if we are ligating "A B_C m D", then previously 'm' was being
3106     attached to 'B' in the combined A_B_C_D ligature.  Now we attach it
3107     to 'C'.  No test for this though :(.
3108
3109  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
3110  1 file changed, 1 insertion(+), 1 deletion(-)
3111
3112 commit 2f02fc79a5018e3348fccf366c470803554e1e58
3113 Author: Behdad Esfahbod <behdad@behdad.org>
3114 Date:   Thu Dec 17 15:21:14 2015 +0000
3115
3116     Improve ligature-component handling
3117
3118     We use three bits for lig_id these days, so we finally got a report of
3119     two separate ligatures with the same lig_id happening adjacent to each
3120     other, and then the component-handling code was breaking things.
3121     Protect against that by ignoring same-lig-id but lig-comp=0 glyphs
3122     after
3123     a new ligature.
3124
3125     Fixes https://github.com/behdad/harfbuzz/issues/198
3126
3127  src/hb-ot-layout-gsubgpos-private.hh               |  12 +++++--
3128  test/shaping/Makefile.am                           |   1 +
3129  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
3130  .../c78d1f25ea1df1210414f2fe2e0e1e53082bba76.ttf   | Bin 0 -> 4064 bytes
3131  test/shaping/tests/MANIFEST                        |   1 +
3132  test/shaping/tests/ligature-id.tests               |  35
3133  +++++++++++++++++++++
3134  6 files changed, 47 insertions(+), 3 deletions(-)
3135
3136 commit 2ab0de9fbd03231b647345b01e31b136e2e00978
3137 Author: Behdad Esfahbod <behdad@behdad.org>
3138 Date:   Thu Dec 17 11:59:15 2015 +0000
3139
3140     [use] Fix halant detection
3141
3142     Before, we were just checking the use_category().  This detects as
3143     halant a ligature that had the halant as first glyph (as seen in
3144     NotoSansBalinese.)  Change that to use the is_ligated() glyph prop
3145     bit.  The font is forming this ligature in ccmp, which is before
3146     the rphf / pref tests.  So we need to make sure the "ligated" bit
3147     survives those tests.  Since those only check the "substituted" bit,
3148     we now only clear that bit for them and "ligated" survives.
3149
3150     Fixes https://github.com/behdad/harfbuzz/issues/180
3151
3152  src/hb-ot-layout-private.hh                          |   6 ++----
3153  src/hb-ot-shape-complex-use.cc                       |  19
3154  ++++++++++++-------
3155  test/shaping/Makefile.am                             |   1 +
3156  test/shaping/fonts/sha1sum/MANIFEST                  |   1 +
3157  .../fbb6c84c9e1fe0c39e152fbe845e51fd81f6748e.ttf     | Bin 0 ->
3158  2616 bytes
3159  test/shaping/tests/MANIFEST                          |   1 +
3160  test/shaping/tests/use.tests                         |   1 +
3161  7 files changed, 18 insertions(+), 11 deletions(-)
3162
3163 commit 86bcbd65b0d98357fb3d67a2f4f2a704ace55e10
3164 Author: Behdad Esfahbod <behdad@behdad.org>
3165 Date:   Thu Dec 17 11:04:33 2015 +0000
3166
3167     [arabic] Use glyph advance width in apply_stch() instead of extents
3168
3169     That seems to be what Windows is doing, and makes more sense.
3170
3171  src/hb-ot-shape-complex-arabic.cc | 24 +++++++-----------------
3172  1 file changed, 7 insertions(+), 17 deletions(-)
3173
3174 commit f11c11a1f123ef245e59ba892230db14170a8e5a
3175 Author: Behdad Esfahbod <behdad@behdad.org>
3176 Date:   Wed Dec 16 17:08:36 2015 +0100
3177
3178     Fix Since: tags for new API
3179
3180     https://github.com/behdad/harfbuzz/commit/e1d4d0f1dbd8518b5672245c05d73f22a9ed03ea#commitcomment-15006653
3181
3182  src/hb-font.cc | 6 +++---
3183  1 file changed, 3 insertions(+), 3 deletions(-)
3184
3185 commit 15f2c055c17c54b0a6ae6eef50dcda13c58cda75
3186 Merge: 49e7263 a13b023
3187 Author: Behdad Esfahbod <behdad@behdad.org>
3188 Date:   Mon Dec 14 14:19:03 2015 +0100
3189
3190     Merge pull request #196 from srl295/aix
3191
3192     AIX fixes
3193
3194 commit a13b023dbfd0532e8cd74c356fbbd4453d0ffaa0
3195 Author: Steven R. Loomis <srloomis@us.ibm.com>
3196 Date:   Fri Dec 11 10:21:27 2015 -0800
3197
3198     AIX fixes
3199
3200     - use '-w' instead of '\<...\>' for check-header-guards
3201       grep manpage says these are the same
3202
3203     - put '-q' first in the grep options
3204
3205     - move VAR into hb-private.hh
3206
3207     - hb-font-private.hh - use [VAR] instead of [] for variable array
3208
3209  src/check-header-guards.sh  | 5 ++---
3210  src/hb-font-private.hh      | 2 +-
3211  src/hb-open-type-private.hh | 3 ---
3212  src/hb-private.hh           | 2 ++
3213  4 files changed, 5 insertions(+), 7 deletions(-)
3214
3215 commit 49e72634af74a9fbad01f42f48e104218413acc0
3216 Author: Behdad Esfahbod <behdad@behdad.org>
3217 Date:   Thu Dec 10 17:44:19 2015 +0100
3218
3219     Limit use of AIX intrinsics to IBM's compiler
3220
3221  src/hb-atomic-private.hh | 2 +-
3222  1 file changed, 1 insertion(+), 1 deletion(-)
3223
3224 commit e1d4d0f1dbd8518b5672245c05d73f22a9ed03ea
3225 Merge: 70b33ed 808d3fc
3226 Author: Behdad Esfahbod <behdad@behdad.org>
3227 Date:   Thu Dec 10 16:56:07 2015 +0100
3228
3229     Merge branch 'font-extents'
3230
3231     Fixes https://github.com/behdad/harfbuzz/pull/165
3232
3233 commit 808d3fc0eadd379909f2a0308fd3db474f1efde8
3234 Author: Behdad Esfahbod <behdad@behdad.org>
3235 Date:   Thu Dec 10 16:55:16 2015 +0100
3236
3237     [util] Port hb-view to use font metrics from HarfBuzz instead of cairo
3238
3239  util/helper-cairo.cc |  4 +++-
3240  util/view-cairo.cc   | 24 ++++++++++++------------
3241  2 files changed, 15 insertions(+), 13 deletions(-)
3242
3243 commit 31fa3892947138c7950303ea3719bb5ceb813625
3244 Author: Behdad Esfahbod <behdad@behdad.org>
3245 Date:   Thu Dec 10 16:38:29 2015 +0100
3246
3247     [ft] Use ftface->size->metrics for font extent info
3248
3249  src/hb-ft.cc | 6 +++---
3250  1 file changed, 3 insertions(+), 3 deletions(-)
3251
3252 commit 3ad16048fdd841f31f1cb98d7ff9ea1871841146
3253 Author: Behdad Esfahbod <behdad@behdad.org>
3254 Date:   Thu Dec 10 16:37:49 2015 +0100
3255
3256     [ot-font] Respect OS/2 fsSelection USE_TYPO_METRICS bit
3257
3258  src/hb-ot-font.cc | 12 ++++++++----
3259  1 file changed, 8 insertions(+), 4 deletions(-)
3260
3261 commit 70b33edae7c8b9c031b83c95f00cb383789f1041
3262 Author: Behdad Esfahbod <behdad@behdad.org>
3263 Date:   Thu Dec 10 15:54:42 2015 +0100
3264
3265     Add atomic ops for AIX
3266
3267     Patch from Volker Simonis.
3268
3269  src/hb-atomic-private.hh | 25 +++++++++++++++++++++++++
3270  1 file changed, 25 insertions(+)
3271
3272 commit 98460779bae19e4d64d29461ff154b3527bf8420
3273 Author: Behdad Esfahbod <behdad@behdad.org>
3274 Date:   Mon Dec 7 21:38:47 2015 +0100
3275
3276     Remove final pause from Arabic shaper
3277
3278     Back in the old days, we used to apply 'calt' and 'cswh' in Arabic
3279     shaper,
3280     with a pause in between.  Then we disabled the 'cswh' because
3281     Microsoft
3282     disabled it, but forgot to remove the unnecessary pause.  Do that now.
3283
3284     This has the benefit that it fixes shaping with monbaiti from
3285     Windows 10.
3286     In that version of that font, the lookups from 'calt' are duplicated
3287     in
3288     'rclt', and Mongolian was changed to go through Universal Shaping
3289     Engine.
3290     We still use the Arabic shaper for Mongolian.  With a pause after
3291     'calt',
3292     we were applying the duplicate lookups from 'calt' and 'rclt' twice.
3293     It
3294     happened to be the case that these lookups were NOT idempotent.  So we
3295     were getting wrong shaping.  See thread "Windows 10 monbaiti.ttf
3296     upgrade
3297     (5.01 -> 5.51) caused loss of diacritical marks when shaped with
3298     harfbuz"
3299     on the mailing list.  This fixes that.
3300
3301  src/hb-ot-shape-complex-arabic.cc | 2 +-
3302  1 file changed, 1 insertion(+), 1 deletion(-)
3303
3304 commit dee0fbf9e2eac8b61730efc4978bc10c552b5227
3305 Merge: 255df68 a7ffe35
3306 Author: Behdad Esfahbod <behdad@behdad.org>
3307 Date:   Mon Dec 7 10:44:08 2015 +0100
3308
3309     Merge pull request #192 from behdad/jfkthame-stch
3310
3311     [issue 191] Make apply_stch() give a more precise fit
3312
3313 commit 255df6801201fb22402420f7b7b7ea8b042df8ba
3314 Author: Behdad Esfahbod <behdad@behdad.org>
3315 Date:   Mon Dec 7 10:34:47 2015 +0100
3316
3317     Fix undefined behavior in cmp function
3318
3319     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93274
3320
3321  src/hb-ot-map-private.hh | 3 ++-
3322  1 file changed, 2 insertions(+), 1 deletion(-)
3323
3324 commit fcf9e61bad13c828b5482f26491c82db65d91c96
3325 Author: Behdad Esfahbod <behdad@behdad.org>
3326 Date:   Mon Dec 7 10:30:43 2015 +0100
3327
3328     Fix sorting order of ot_languages array
3329
3330     Looks like the original sort was wrongly done.
3331     Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=93275
3332
3333  src/hb-ot-tag.cc | 7 +++----
3334  1 file changed, 3 insertions(+), 4 deletions(-)
3335
3336 commit 70952ddb5a29c5bcbb4b6c3a05a428496033234a
3337 Author: Behdad Esfahbod <behdad@behdad.org>
3338 Date:   Mon Dec 7 10:28:46 2015 +0100
3339
3340     Add test to make sure ot-languages array is sorted
3341
3342     Currently fails.  Part of
3343     https://bugs.freedesktop.org/show_bug.cgi?id=93275
3344
3345  src/Makefile.am  |  9 ++++++++-
3346  src/hb-ot-tag.cc | 23 +++++++++++++++++++++++
3347  2 files changed, 31 insertions(+), 1 deletion(-)
3348
3349 commit 8c37556f730d7e961394075cd863f624af4c53c4
3350 Merge: 8e5f902 f35b3e9
3351 Author: Behdad Esfahbod <behdad@behdad.org>
3352 Date:   Mon Dec 7 09:34:58 2015 +0100
3353
3354     Merge pull request #134 from ebraminio/dwrite
3355
3356     Add working but less prefect DirectWrite backend
3357
3358 commit a7ffe3535836032dba5559080dffeec79473197b
3359 Author: jfkthame <jfkthame@gmail.com>
3360 Date:   Sat Dec 5 17:47:37 2015 +0000
3361
3362     Make apply_stch() give a more precise fit
3363
3364     This aims to make Syriac Abbr Mark sizing more accurate when repeating
3365     segments are used, by adding an extra repeat and tightening up the
3366     spacing slightly rather than leaving a shortfall corresponding to
3367     a partial repeat-width.
3368
3369  src/hb-ot-shape-complex-arabic.cc | 15 ++++++++++++++-
3370  1 file changed, 14 insertions(+), 1 deletion(-)
3371
3372 commit 8e5f902656d2882d24c30e8b26ddbd3963baa55c
3373 Author: Behdad Esfahbod <behdad@behdad.org>
3374 Date:   Mon Nov 30 16:53:21 2015 -0800
3375
3376     src/test.cc: wrong field printed
3377
3378     Fixes https://github.com/behdad/harfbuzz/issues/188
3379     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93182
3380
3381  src/test.cc | 2 +-
3382  1 file changed, 1 insertion(+), 1 deletion(-)
3383
3384 commit 6f2e6de1fae0ab2269b472a750788817de6c2a6e
3385 Author: Simon Cozens <simon@simon-cozens.org>
3386 Date:   Mon Oct 26 16:23:22 2015 +0900
3387
3388     Get font ascender and descender metrics from OS/2 table.
3389
3390  src/hb-font-private.hh |  39 ++++++++++++++++++-
3391  src/hb-font.cc         | 102
3392  ++++++++++++++++++++++++++++++++++++++++++++++++-
3393  src/hb-font.h          |  62 ++++++++++++++++++++++++++++--
3394  src/hb-ft.cc           |  21 ++++++++++
3395  src/hb-ot-font.cc      |  58 ++++++++++++++++++++++++++--
3396  5 files changed, 274 insertions(+), 8 deletions(-)
3397
3398 commit 097c998a0c7b250924801bb69f5fa0c529edd183
3399 Author: Simon Cozens <simon@simon-cozens.org>
3400 Date:   Mon Oct 26 16:22:38 2015 +0900
3401
3402     Parse the OS/2 table.
3403
3404  src/Makefile.am        |   1 +
3405  src/hb-ot-os2-table.hh | 105
3406  +++++++++++++++++++++++++++++++++++++++++++++++++
3407  2 files changed, 106 insertions(+)
3408
3409 commit d44d52bd0da033865641dfd39d94852119fd4fd7
3410 Author: Behdad Esfahbod <behdad@behdad.org>
3411 Date:   Thu Nov 26 19:35:43 2015 -0500
3412
3413     1.1.2
3414
3415  NEWS         | 15 +++++++++++++++
3416  configure.ac |  2 +-
3417  2 files changed, 16 insertions(+), 1 deletion(-)
3418
3419 commit 35d18585fc57750d817f57bfffe569069f9803b5
3420 Author: Behdad Esfahbod <behdad@behdad.org>
3421 Date:   Thu Nov 26 19:30:37 2015 -0500
3422
3423     Fix a few docs blocks
3424
3425  src/hb-buffer.cc    | 4 ++++
3426  src/hb-glib.cc      | 2 ++
3427  src/hb-ot-font.cc   | 2 ++
3428  src/hb-ot-layout.cc | 6 ++++++
3429  src/hb-ot-shape.cc  | 4 ++++
3430  5 files changed, 18 insertions(+)
3431
3432 commit 0e38c918b66df31978d8fd3d8271a9b781384545
3433 Author: Behdad Esfahbod <behdad@behdad.org>
3434 Date:   Thu Nov 26 19:26:26 2015 -0500
3435
3436     [introspection] Make scanner happy with HB_EXTERN
3437
3438  src/Makefile.am | 1 +
3439  1 file changed, 1 insertion(+)
3440
3441 commit ea512f71084296be3bd893f78650def894066de0
3442 Author: Behdad Esfahbod <behdad@behdad.org>
3443 Date:   Thu Nov 26 19:22:22 2015 -0500
3444
3445     Use C-style casts instead of compare to 0, to convert hb_bool_t
3446     to bool
3447
3448  src/hb-common.cc                  | 2 +-
3449  src/hb-fallback-shape.cc          | 2 +-
3450  src/hb-font-private.hh            | 2 +-
3451  src/hb-ot-layout.cc               | 2 +-
3452  src/hb-ot-map.cc                  | 2 +-
3453  src/hb-ot-shape-complex-hangul.cc | 2 +-
3454  src/hb-ot-shape-complex-hebrew.cc | 2 +-
3455  src/hb-ot-shape-complex-indic.cc  | 4 ++--
3456  src/hb-ot-shape-normalize.cc      | 6 +++---
3457  src/hb-ot-shape.cc                | 2 +-
3458  10 files changed, 13 insertions(+), 13 deletions(-)
3459
3460 commit 67a36a725e2a61a096ba0324f359d17f9b02d312
3461 Author: Behdad Esfahbod <behdad@behdad.org>
3462 Date:   Thu Nov 26 18:48:42 2015 -0500
3463
3464     Fix vertical GPOS
3465
3466     This was brorken earlier, though, it's really hard to notice it.
3467     Unlike the glyph_h_origin(), an unset glyph_v_origin() does NOT
3468     mean that the vertical origin is at 0,0.
3469
3470     Related to https://github.com/behdad/harfbuzz/issues/187
3471
3472  src/hb-ot-shape.cc | 13 ++++++++-----
3473  1 file changed, 8 insertions(+), 5 deletions(-)
3474
3475 commit 1c6a057dd1a52511474630896a597bf8e5215214
3476 Author: Behdad Esfahbod <behdad@behdad.org>
3477 Date:   Thu Nov 26 18:48:30 2015 -0500
3478
3479     Add tests for previous commit
3480
3481  test/shaping/Makefile.am                                 |   1 +
3482  .../sha1sum/49c9f7485c1392fa09a1b801bc2ffea79275f22e.ttf | Bin 0 ->
3483  1496 bytes
3484  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
3485  test/shaping/tests/MANIFEST                              |   1 +
3486  test/shaping/tests/simple.tests                          |   2 ++
3487  5 files changed, 5 insertions(+)
3488
3489 commit c41c145c7386ebe72b1cfb0475d836a689fecc5e
3490 Author: Behdad Esfahbod <behdad@behdad.org>
3491 Date:   Thu Nov 26 18:43:15 2015 -0500
3492
3493     Make nil glyph_h_origin() function return true
3494
3495     Fixes https://github.com/behdad/harfbuzz/issues/187
3496
3497     Funcs implementations that have a non-zero horizontal origin must
3498     implement the glyph_h_origin() callback, nothing new here.
3499
3500     Other implementations (all I know of!) can simply not set
3501     glyph_h_origin() now.  I did that for hb-ot and hb-ft in
3502     44f82750807475aa5b16099ccccd917d488df703, though that broke the
3503     fallback shaper because the default was returning false...
3504
3505  src/hb-font.cc | 2 +-
3506  1 file changed, 1 insertion(+), 1 deletion(-)
3507
3508 commit 766963adba6770dcd45de4417481ed8eda60a716
3509 Merge: b344af8 f798b8e
3510 Author: Behdad Esfahbod <behdad@behdad.org>
3511 Date:   Tue Nov 24 15:38:43 2015 -0600
3512
3513     Merge pull request #114 from ThePhD/vc++-fixes
3514
3515     Fix all VC++ warnings and errors
3516
3517 commit b344af80ca95b9eddfd6017aa6ae103388d6b5f8
3518 Merge: 662acd2 835bbdc
3519 Author: Behdad Esfahbod <behdad@behdad.org>
3520 Date:   Tue Nov 24 15:30:27 2015 -0600
3521
3522     Merge pull request #177 from fanc999/exporting
3523
3524     Enable use of compiler directives to export symbols
3525
3526 commit 662acd26d10c38e96a9afcdaab2cb2979794966f
3527 Merge: b24e93e 1979f6f
3528 Author: Behdad Esfahbod <behdad@behdad.org>
3529 Date:   Tue Nov 24 15:29:44 2015 -0600
3530
3531     Merge pull request #181 from mhosken/master
3532
3533     Fix y_scale problems in hb-gr
3534
3535 commit b24e93e3a4d98111c4684fa08e9080b471881d5c
3536 Author: Behdad Esfahbod <behdad@behdad.org>
3537 Date:   Tue Nov 24 13:18:20 2015 -0600
3538
3539     1.1.1
3540
3541  NEWS         | 7 +++++++
3542  configure.ac | 2 +-
3543  2 files changed, 8 insertions(+), 1 deletion(-)
3544
3545 commit 233944ac91bb81250c0e63150eecfedfaf09f590
3546 Merge: 5a24b1d d538201
3547 Author: Khaled Hosny <khaledhosny@eglug.org>
3548 Date:   Tue Nov 24 18:37:35 2015 +0400
3549
3550     Merge pull request #185 from khaledhosny/travis-osx
3551
3552     [travis] Enable Mac OS X support
3553
3554 commit d538201918e6932ef7645f8d5b2c3491954936f8
3555 Author: Khaled Hosny <khaledhosny@eglug.org>
3556 Date:   Tue Nov 24 12:46:35 2015 +0400
3557
3558     [travis] Enable Mac OS X support
3559
3560     Fixes https://github.com/behdad/harfbuzz/issues/182
3561
3562  .travis.yml | 22 ++++++++++++++++------
3563  1 file changed, 16 insertions(+), 6 deletions(-)
3564
3565 commit 5a24b1d25c59865e298bf105f54503e79587265c
3566 Author: Behdad Esfahbod <behdad@behdad.org>
3567 Date:   Mon Nov 23 16:46:14 2015 -0600
3568
3569     [travis] Remove coverity scan
3570
3571     I never could get it to work, and it's a proprietary platform.
3572
3573  .travis.yml | 11 -----------
3574  README      |  1 -
3575  2 files changed, 12 deletions(-)
3576
3577 commit 1979f6fedca82fa1e4f65491de491db1aa6dc645
3578 Author: Martin Hosken <martin_hosken@sil.org>
3579 Date:   Mon Nov 23 10:03:56 2015 +0700
3580
3581     Fix y_scale problems in hb-gr
3582
3583  src/hb-graphite2.cc | 11 ++++++-----
3584  1 file changed, 6 insertions(+), 5 deletions(-)
3585
3586 commit 835bbdc7c92bd774ff92c42a9277ded72066d29d
3587 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
3588 Date:   Thu Nov 19 18:34:12 2015 +0800
3589
3590     Public headers: Decorate public symbols with HB_EXTERN
3591
3592     This prepares the headers for exporting symbols using visibility
3593     attributes or __declspec(dllexport), so that we do not need to
3594     maintain
3595     symbols listing files, as this is what was and is done in GLib
3596     and GTK+.
3597
3598  src/hb-blob.h               |  24 +++++-----
3599  src/hb-buffer.h             | 100 +++++++++++++++++++-------------------
3600  src/hb-common.h             |  22 ++++-----
3601  src/hb-coretext.h           |   6 +--
3602  src/hb-face.h               |  34 ++++++-------
3603  src/hb-font.h               | 114
3604  ++++++++++++++++++++++----------------------
3605  src/hb-ft.h                 |  18 +++----
3606  src/hb-glib.h               |   8 ++--
3607  src/hb-gobject-enums.h.tmpl |   2 +-
3608  src/hb-gobject-structs.h    |  26 +++++-----
3609  src/hb-graphite2.h          |   4 +-
3610  src/hb-icu.h                |   6 +--
3611  src/hb-ot-font.h            |   2 +-
3612  src/hb-ot-layout.h          |  56 +++++++++++-----------
3613  src/hb-ot-shape.h           |   4 +-
3614  src/hb-ot-tag.h             |   8 ++--
3615  src/hb-set.h                |  52 ++++++++++----------
3616  src/hb-shape-plan.h         |  18 +++----
3617  src/hb-shape.h              |  10 ++--
3618  src/hb-unicode.h            |  52 ++++++++++----------
3619  src/hb-uniscribe.h          |   4 +-
3620  src/hb-version.h.in         |   6 +--
3621  src/hb.h                    |   4 ++
3622  23 files changed, 292 insertions(+), 288 deletions(-)
3623
3624 commit f798b8e2d683a1b89b6905b1a8615375b847b468
3625 Author: ThePhD <phdofthehouse@gmail.com>
3626 Date:   Sat Nov 21 16:57:26 2015 -0500
3627
3628     c-style cast
3629
3630  src/hb-ot-shape-complex-use.cc | 2 +-
3631  1 file changed, 1 insertion(+), 1 deletion(-)
3632
3633 commit a6991813659376a6a11c00a9f67d85b4f7ba9b5d
3634 Merge: 1dc32ea f19c6db
3635 Author: Behdad Esfahbod <behdad@behdad.org>
3636 Date:   Fri Nov 20 13:28:42 2015 -0800
3637
3638     Merge pull request #176 from behdad/missing-braces
3639
3640     Add braces for subobject initializer in _hb_font_funcs_nil
3641
3642 commit 1dc32ea4d2f294f9d1ae1c8fd19fb75f9278223b
3643 Author: Behdad Esfahbod <behdad@behdad.org>
3644 Date:   Fri Nov 20 13:24:19 2015 -0800
3645
3646     Whitespace
3647
3648  src/hb-private.hh | 20 ++++++++++----------
3649  1 file changed, 10 insertions(+), 10 deletions(-)
3650
3651 commit f94c0ecbb1488138d3ec3b9d6d9fb78113dfee4f
3652 Author: Behdad Esfahbod <behdad@behdad.org>
3653 Date:   Fri Nov 20 13:21:29 2015 -0800
3654
3655     Define HB_MARK_AS_FLAG_T as a macro instead of using templates
3656
3657     The generic template operator overloading was causing more problems
3658     than it
3659     solved.  Eg:
3660
3661     https://github.com/behdad/harfbuzz/pull/163
3662     https://github.com/behdad/harfbuzz/issues/175
3663
3664     So, just use macros.
3665
3666     Fixes https://github.com/behdad/harfbuzz/issues/175
3667     Fixes https://github.com/behdad/harfbuzz/pull/178
3668
3669  src/hb-private.hh | 27 +++++++++++----------------
3670  1 file changed, 11 insertions(+), 16 deletions(-)
3671
3672 commit f19c6db18e2e2dd0e9a406fc7e8533049fab48b0
3673 Author: jfkthame <jfkthame@gmail.com>
3674 Date:   Fri Nov 20 08:43:49 2015 +0000
3675
3676     Add braces for subobject initializer in _hb_font_funcs_nil
3677
3678     To avoid triggering -Wmissing-braces; see
3679     https://bugzilla.mozilla.org/show_bug.cgi?id=1226175#c8
3680
3681  src/hb-font.cc | 8 ++++++--
3682  1 file changed, 6 insertions(+), 2 deletions(-)
3683
3684 commit 9cc1ed4fa68075b3b142a2737438109772dd0002
3685 Author: Behdad Esfahbod <behdad@behdad.org>
3686 Date:   Thu Nov 19 12:39:09 2015 -0800
3687
3688     Do not allow recursiving to same position and same lookup
3689
3690     This is just to make it harder to be extremely slow.  There definitely
3691     are ways still, just harder.  Oh well... how do we tame this problem
3692     without solving halting problem?!
3693
3694     Fixes https://github.com/behdad/harfbuzz/issues/174
3695
3696  src/hb-ot-layout-gsubgpos-private.hh                     |   5 +++++
3697  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
3698  .../sha1sum/fab39d60d758cb586db5a504f218442cd1395725.ttf | Bin 0 ->
3699  1894 bytes
3700  test/shaping/tests/fuzzed.tests                          |   1 +
3701  4 files changed, 7 insertions(+)
3702
3703 commit 7d75eee799bbb5ee7eef2651cf7b7d3aee6f09b0
3704 Author: Behdad Esfahbod <behdad@behdad.org>
3705 Date:   Thu Nov 19 12:03:04 2015 -0800
3706
3707     [fuzzing] Run fuzzing tests using hb-fuzzer as well
3708
3709  test/fuzzing/Makefile.am | 4 ++++
3710  1 file changed, 4 insertions(+)
3711
3712 commit 13188cba7f0eaacd587beeb1c2258526ae24c438
3713 Author: Behdad Esfahbod <behdad@behdad.org>
3714 Date:   Thu Nov 19 11:59:03 2015 -0800
3715
3716     Revert "Fix hang in OOM situations"
3717
3718     This reverts commit f0599db761d7fc2d585d86e757a797f75ebc7499.
3719
3720     Commit abadc1717d997b69f987fdf1be9e12156d2d13d6 provides a better
3721     fix for this.
3722
3723  src/hb-buffer-private.hh | 6 +-----
3724  1 file changed, 1 insertion(+), 5 deletions(-)
3725
3726 commit 18e1c6b6ef7c85a1b02e3dae86280d8ed6b65118
3727 Author: Behdad Esfahbod <behdad@behdad.org>
3728 Date:   Thu Nov 19 11:50:58 2015 -0800
3729
3730     Revert "Make sure we make progress in OOM situations"
3731
3732     This reverts commit 68b507a3c3c62c28c38e13fee733702bb703b6ca.
3733
3734     Commit abadc1717d997b69f987fdf1be9e12156d2d13d6 provides a better
3735     fix for this.
3736
3737  src/hb-buffer-private.hh |  7 +++++--
3738  src/hb-buffer.cc         | 31 ++++++++-----------------------
3739  2 files changed, 13 insertions(+), 25 deletions(-)
3740
3741 commit e1118aeac3b5556df0ce502732df8ac92bdac45a
3742 Author: Behdad Esfahbod <behdad@behdad.org>
3743 Date:   Wed Nov 18 23:40:47 2015 -0800
3744
3745     1.1.0
3746
3747  NEWS         | 22 ++++++++++++++++++++++
3748  configure.ac |  2 +-
3749  2 files changed, 23 insertions(+), 1 deletion(-)
3750
3751 commit 63fe05c8b1cd4f08b525028409e1299f34750810
3752 Author: Behdad Esfahbod <behdad@behdad.org>
3753 Date:   Wed Nov 18 23:52:34 2015 -0800
3754
3755     Fix make distcheck
3756
3757  src/Makefile.am | 1 +
3758  1 file changed, 1 insertion(+)
3759
3760 commit 9b087dec7753ad96d256ce1b9ae347bd8d697c75
3761 Author: Behdad Esfahbod <behdad@behdad.org>
3762 Date:   Wed Nov 18 23:23:35 2015 -0800
3763
3764     [travis] Only coverity-scan the coverity_scan branch
3765
3766     This essentially disables coverity-scan right now, until we find
3767     a pattern to continuously submit branches there.
3768
3769     For background reasoning, see:
3770     Fixes https://github.com/behdad/harfbuzz/issues/171
3771
3772  .travis.yml | 2 +-
3773  1 file changed, 1 insertion(+), 1 deletion(-)
3774
3775 commit 85062e3b4655ec6d5c3cf5344ce22cd88c21a2aa
3776 Author: Behdad Esfahbod <behdad@behdad.org>
3777 Date:   Wed Nov 18 23:09:13 2015 -0800
3778
3779     Add tests for previous two commits
3780
3781     To fully test what these are supposed to test, they should be run
3782     against libharfbuzz-fuzzing.la instead of libharfbuzz.la, but for
3783     now just record the files.
3784
3785  .../sha1sum/43979b90b2dd929723cf4fe1715990bcb9c9a56b.ttf | Bin 0 ->
3786  1804 bytes
3787  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
3788  .../sha1sum/b9e2aaa0d75fcef6971ec3a96d806ba4a6b31fe2.ttf | Bin 0 ->
3789  1804 bytes
3790  test/shaping/tests/fuzzed.tests                          |   2 ++
3791  4 files changed, 4 insertions(+)
3792
3793 commit 37b40cd8a18e25d3324f829acec197f016f4a524
3794 Author: Behdad Esfahbod <behdad@behdad.org>
3795 Date:   Wed Nov 18 23:04:45 2015 -0800
3796
3797     Fix another move_to assertion failure
3798
3799     If buf->idx is at end, don't set end past it...
3800
3801     Fixes https://github.com/behdad/harfbuzz/issues/173
3802
3803  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
3804  1 file changed, 1 insertion(+), 1 deletion(-)
3805
3806 commit abadc1717d997b69f987fdf1be9e12156d2d13d6
3807 Author: Behdad Esfahbod <behdad@behdad.org>
3808 Date:   Wed Nov 18 17:52:08 2015 -0800
3809
3810     Try to better handle OOM situations
3811
3812     Fixes assert fail in https://github.com/behdad/harfbuzz/issues/161
3813     with libharfbuzz-fuzzing.
3814
3815  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
3816  src/hb-ot-layout.cc                  |  2 +-
3817  src/hb-ot-shape-complex-hangul.cc    |  2 +-
3818  src/hb-ot-shape-complex-indic.cc     |  2 +-
3819  src/hb-ot-shape-complex-thai.cc      |  2 +-
3820  src/hb-ot-shape-complex-use.cc       |  8 +-------
3821  src/hb-ot-shape-normalize.cc         | 10 +++++-----
3822  src/hb-ot-shape.cc                   |  2 +-
3823  8 files changed, 12 insertions(+), 18 deletions(-)
3824
3825 commit ec625f7dfb5f6df19d35d81af6605d05e08321f2
3826 Author: Behdad Esfahbod <behdad@behdad.org>
3827 Date:   Wed Nov 18 16:37:59 2015 -0800
3828
3829     Try to fix gnome-continuous build fail
3830
3831  test/fuzzing/Makefile.am | 2 ++
3832  1 file changed, 2 insertions(+)
3833
3834 commit ff16ef3379e06afe44b5e78b8893aeae0cee2b5b
3835 Author: Behdad Esfahbod <behdad@behdad.org>
3836 Date:   Wed Nov 18 16:27:32 2015 -0800
3837
3838     Enable building a bounded version of the library for fuzzing
3839
3840     test/fuzzing/hb-fuzzer links against libharfbuzz-fuzzing.so now.
3841
3842  src/Makefile.am          | 16 ++++++++++++++++
3843  test/fuzzing/Makefile.am |  9 ++-------
3844  test/fuzzing/README      |  6 ++----
3845  3 files changed, 20 insertions(+), 11 deletions(-)
3846
3847 commit e0082ae60dbd87d433f3b2b9d2bfa64b9a4c3663
3848 Author: Behdad Esfahbod <behdad@behdad.org>
3849 Date:   Tue Nov 17 18:42:13 2015 -0800
3850
3851     Move things around
3852
3853  src/hb-private.hh | 22 +++++++++++-----------
3854  1 file changed, 11 insertions(+), 11 deletions(-)
3855
3856 commit dde8cc87bd880bd35baf764820f4c85bd0a58696
3857 Merge: e97835a 167c327
3858 Author: Behdad Esfahbod <behdad@behdad.org>
3859 Date:   Tue Nov 17 18:40:10 2015 -0800
3860
3861     Merge pull request #163 from fanc999/msvc.src
3862
3863     Update the sources so they will compile under Visual Studio
3864
3865 commit 167c3271778cd1a8c4433b9d2230901ce17c099e
3866 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
3867 Date:   Mon Nov 9 17:17:56 2015 +0800
3868
3869     Fix build on MSVC >= 2012
3870
3871     Use the DEFINE_ENUM_FLAG_OPERATORS macro in winnt.h on Visual Studio,
3872     which defines the bitwise operators for the enumerations that we
3873     want to
3874     mark as hb_mark_as_flags_t, which will take care of the situation
3875     on newer
3876     Visual Studio (>= 2012), where the build breaks with C2057 errors
3877     as the
3878     underlying types of the enumerations is not clear to the compiler
3879     when we
3880     do a bitwise op within the declaration of the enumerations themselves.
3881
3882     Also disable the C4200 (nonstandard extension used : zero-sized
3883     array in
3884     struct/union) and C4800 ('type' : forcing value to bool 'true' or
3885     'false'
3886     (performance warning)) warnings as the C4200 is the intended
3887     scenario and
3888     C4800 is harmless but is so far an unavoidable side effect of using
3889     DEFINE_ENUM_FLAG_OPERATORS.
3890
3891  src/hb-buffer-private.hh           |  6 +++---
3892  src/hb-ot-layout-common-private.hh |  2 +-
3893  src/hb-ot-layout-private.hh        |  4 ++--
3894  src/hb-ot-map-private.hh           |  2 +-
3895  src/hb-private.hh                  | 11 +++++++++++
3896  5 files changed, 18 insertions(+), 7 deletions(-)
3897
3898 commit 4d27bb87468a1b84387e7ce084e3d92c0fc8f065
3899 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
3900 Date:   Fri Nov 6 14:28:30 2015 +0800
3901
3902     hb-ot-shape-complex-arabic.cc: Fix build on Visual Studio
3903
3904     Visual Studio does not like declaring a enum variable within a for
3905     statement, so fix the build by declaring the enum before doing the for
3906     loop.
3907
3908  src/hb-ot-shape-complex-arabic.cc | 3 ++-
3909  1 file changed, 2 insertions(+), 1 deletion(-)
3910
3911 commit a49e7b7e40127beba25f39ef3c10d7a77e2bb0f0
3912 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
3913 Date:   Tue Nov 3 18:49:34 2015 +0800
3914
3915     MSVC builds: Add fallback implementation for pre-2013 MSVC
3916
3917     Pre-2013 MSVC does not have scalbn() and scalbnf(), which are used
3918     in the
3919     utility programs.  Add  fallback implementations for these, which
3920     can be
3921     used when necessary.
3922
3923  util/options.hh | 17 +++++++++++++++++
3924  1 file changed, 17 insertions(+)
3925
3926 commit 998e8dda938cfef0146f1bfc4e8973a0e12d7d35
3927 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
3928 Date:   Mon Nov 2 16:55:29 2015 +0800
3929
3930     util: Fix build on Visual Studio
3931
3932     Use the fallback implementation for lround() only on pre-2013 Visual
3933     Studio, and ensure we are clear about the types of the parameters for
3934     lround() and scalbnf(), since Visual Studio can be quite picky on
3935     ambiguous parameter types.  Also, use g_ascii_strcasecmp() rather than
3936     strcasecmp() as we are already using GLib for this code and we are
3937     assured that g_ascii_strcasemp() is available.
3938
3939     For scalbnf() on pre-2013 Visaul Studio, a fallback implementation is
3940     needed, but use another forced-included header for those compilers,
3941     which
3942     will be added later.
3943
3944     Also use (char)27 on Visual Studio builds as '\e' is not a recognized
3945     escape sequence, which will do the same thing.
3946
3947  util/ansi-print.cc   | 16 +++++++++-------
3948  util/helper-cairo.cc | 20 ++++++++++----------
3949  util/options.cc      |  2 +-
3950  3 files changed, 20 insertions(+), 18 deletions(-)
3951
3952 commit e97835ad43f5c68e8cb29599246cae0f4461d663
3953 Author: Behdad Esfahbod <behdad@behdad.org>
3954 Date:   Tue Nov 10 11:37:01 2015 -0800
3955
3956     [util] Fix crash when --output-file is specified but not
3957     --output-format
3958
3959  util/options.hh | 3 +++
3960  1 file changed, 3 insertions(+)
3961
3962 commit d5f0d7c9fb14255388ab616f56e178cb7ca10ec2
3963 Merge: 04ff23e 529a933
3964 Author: Behdad Esfahbod <behdad@behdad.org>
3965 Date:   Sat Nov 7 07:50:58 2015 -0800
3966
3967     Merge pull request #167 from KonstantinRitt/unicode_cp_opt
3968
3969     Micro optimizations to UTF-16 and UTF-32 codecs
3970
3971 commit 04ff23e73d847ab3a5da0e9fac4fbca19aefd284
3972 Author: Behdad Esfahbod <behdad@behdad.org>
3973 Date:   Fri Nov 6 16:29:44 2015 -0800
3974
3975     [arabic] Improve stretch length calculation
3976
3977     Err on the side of being too short, than too wide.  Reduces chance
3978     of overlaps with neighboring glyphs.
3979
3980  src/hb-ot-shape-complex-arabic.cc | 2 +-
3981  1 file changed, 1 insertion(+), 1 deletion(-)
3982
3983 commit 59821ab8b413df3a444c38b80582a5137e364a70
3984 Author: Behdad Esfahbod <behdad@behdad.org>
3985 Date:   Fri Nov 6 16:27:44 2015 -0800
3986
3987     [arabic] Don't stretch over cased letters
3988
3989     Addresses
3990     https://github.com/behdad/harfbuzz/commit/6e6f82b6f3dde0fc6c3c7d991d9ec6cfff57823d#commitcomment-14248516
3991
3992  src/hb-ot-shape-complex-arabic.cc                  | 24
3993  +++++++++++++++++++++-
3994  src/hb-unicode-private.hh                          | 20
3995  ------------------
3996  .../script-syriac/misc/abbreviation-mark.txt       |  4 ++--
3997  3 files changed, 25 insertions(+), 23 deletions(-)
3998
3999 commit 5337db29af39084d677a63154f404eca0c20cfeb
4000 Author: Behdad Esfahbod <behdad@behdad.org>
4001 Date:   Fri Nov 6 16:18:09 2015 -0800
4002
4003     Revert "Don't process lookups if buffer is in error"
4004
4005     This reverts commit f92bd86cc8c11d262d1830c631cb7c63fc9d4bc8.
4006
4007     We don't want to be like cairo, where as soon as there's an error,
4008     nothing works anymore.  So, lets process lookups as long as there's
4009     no new memory needed.  That's also a model that hides fewer bugs.
4010
4011  src/hb-ot-layout.cc | 2 +-
4012  1 file changed, 1 insertion(+), 1 deletion(-)
4013
4014 commit 529a93312815dff3c2f37f880bf6ccb428bd3da0
4015 Author: Konstantin Ritt <ritt.ks@gmail.com>
4016 Date:   Sat Nov 7 02:00:04 2015 +0400
4017
4018     Micro optimization to hb_utf16_t and hb_utf32_t ::prev()
4019
4020     Implement reverse lookup instead of re-using next()
4021
4022  src/hb-utf-private.hh | 29 +++++++++++++++++++----------
4023  1 file changed, 19 insertions(+), 10 deletions(-)
4024
4025 commit 44ae9be7a29eebd6003cad2fdb90b40512a9c8eb
4026 Author: Konstantin Ritt <ritt.ks@gmail.com>
4027 Date:   Sat Nov 7 01:58:38 2015 +0400
4028
4029     Nano optimization to hb_utf16_t and hb_utf32_t ::next()
4030
4031  src/hb-utf-private.hh | 17 ++++++-----------
4032  1 file changed, 6 insertions(+), 11 deletions(-)
4033
4034 commit a6d7668a954a763a053f8af8edbff4731aa43729
4035 Author: Behdad Esfahbod <behdad@behdad.org>
4036 Date:   Fri Nov 6 09:46:54 2015 -0800
4037
4038     [fuzzing] Cap max buffer len at 128
4039
4040  test/fuzzing/Makefile.am | 1 +
4041  1 file changed, 1 insertion(+)
4042
4043 commit f1c4adbcd3f6275e81e118ddadc9396f82daeccf
4044 Author: Behdad Esfahbod <behdad@behdad.org>
4045 Date:   Fri Nov 6 09:46:05 2015 -0800
4046
4047     Fix typo
4048
4049  src/hb-buffer-private.hh | 2 +-
4050  1 file changed, 1 insertion(+), 1 deletion(-)
4051
4052 commit 68b507a3c3c62c28c38e13fee733702bb703b6ca
4053 Author: Behdad Esfahbod <behdad@behdad.org>
4054 Date:   Fri Nov 6 00:09:26 2015 -0800
4055
4056     Make sure we make progress in OOM situations
4057
4058  src/hb-buffer-private.hh |  7 ++-----
4059  src/hb-buffer.cc         | 31 +++++++++++++++++++++++--------
4060  2 files changed, 25 insertions(+), 13 deletions(-)
4061
4062 commit 5a7eb5d4d862f402136044c19ead87ad098bd78f
4063 Author: Behdad Esfahbod <behdad@behdad.org>
4064 Date:   Fri Nov 6 00:01:24 2015 -0800
4065
4066     [fuzzing] Add test case for OOM
4067
4068     From https://github.com/behdad/harfbuzz/issues/161
4069
4070  .../sha1sum/3511ff5c1647150595846ac414c595cccac34f18.ttf | Bin 0 ->
4071  1483 bytes
4072  test/shaping/fonts/sha1sum/MANIFEST                      |   2 +-
4073  test/shaping/tests/fuzzed.tests                          |   1 +
4074  3 files changed, 2 insertions(+), 1 deletion(-)
4075
4076 commit f0599db761d7fc2d585d86e757a797f75ebc7499
4077 Author: Behdad Esfahbod <behdad@behdad.org>
4078 Date:   Thu Nov 5 23:52:41 2015 -0800
4079
4080     Fix hang in OOM situations
4081
4082     Fixes https://github.com/behdad/harfbuzz/issues/161
4083
4084  src/hb-buffer-private.hh | 6 +++++-
4085  1 file changed, 5 insertions(+), 1 deletion(-)
4086
4087 commit f92bd86cc8c11d262d1830c631cb7c63fc9d4bc8
4088 Author: Behdad Esfahbod <behdad@behdad.org>
4089 Date:   Thu Nov 5 23:52:29 2015 -0800
4090
4091     Don't process lookups if buffer is in error
4092
4093  src/hb-ot-layout.cc | 2 +-
4094  1 file changed, 1 insertion(+), 1 deletion(-)
4095
4096 commit 4301703bddb63a01651a0d58474bb15ac0ebbcf6
4097 Author: Behdad Esfahbod <behdad@behdad.org>
4098 Date:   Thu Nov 5 23:44:59 2015 -0800
4099
4100     Limit buffer max size growth
4101
4102     https://github.com/behdad/harfbuzz/issues/161
4103
4104  src/hb-buffer-private.hh | 11 +++++++++++
4105  src/hb-buffer.cc         |  8 ++++++++
4106  src/hb-ot-shape.cc       |  6 ++++++
4107  test/fuzzing/Makefile.am |  2 ++
4108  4 files changed, 27 insertions(+)
4109
4110 commit 19300183a6f0bac0d23f7a994b40a51e9c90d6e1
4111 Author: Behdad Esfahbod <behdad@behdad.org>
4112 Date:   Thu Nov 5 23:08:50 2015 -0800
4113
4114     [fuzzing] Add build system
4115
4116  configure.ac              |  1 +
4117  test/Makefile.am          |  2 +-
4118  test/fuzzing/Makefile.am  | 44
4119  ++++++++++++++++++++++++++++++++++++++++++++
4120  test/fuzzing/README       |  2 ++
4121  test/fuzzing/hb-fuzzer.cc |  4 ++--
4122  5 files changed, 50 insertions(+), 3 deletions(-)
4123
4124 commit 9c9ad214af43685b00f6d8493b7807d6607d4e2d
4125 Author: Behdad Esfahbod <behdad@behdad.org>
4126 Date:   Thu Nov 5 22:50:52 2015 -0800
4127
4128     [fuzzer] Add README
4129
4130     https://github.com/behdad/harfbuzz/issues/139#issuecomment-154202645
4131
4132  test/fuzzing/README | 21 +++++++++++++++++++++
4133  1 file changed, 21 insertions(+)
4134
4135 commit 6e6f82b6f3dde0fc6c3c7d991d9ec6cfff57823d
4136 Author: Behdad Esfahbod <behdad@behdad.org>
4137 Date:   Thu Nov 5 17:29:03 2015 -0800
4138
4139     Implement SYRIAC ABBREVIATION MARK with 'stch' feature
4140
4141     The feature is enabled for any character in the Arabic shaper.
4142     We should experiment with using it for Arabic subtending marks.
4143     Though, that has a directionality problem as well, since those
4144     are used with digits...
4145
4146     Fixes https://github.com/behdad/harfbuzz/issues/141
4147
4148  src/hb-ot-shape-complex-arabic.cc                  | 219
4149  ++++++++++++++++++++-
4150  src/hb-unicode-private.hh                          |  19 ++
4151  .../shaper-arabic/script-syriac/misc/MANIFEST      |   1 +
4152  .../script-syriac/misc/abbreviation-mark.txt       |  11 ++
4153  4 files changed, 244 insertions(+), 6 deletions(-)
4154
4155 commit c743ec5886a1f6d57de26da33a770a8706be83d6
4156 Author: Behdad Esfahbod <behdad@behdad.org>
4157 Date:   Thu Nov 5 17:33:57 2015 -0800
4158
4159     [ft] Fix extents with negative scales
4160
4161     Fixes https://github.com/behdad/harfbuzz/issues/162
4162
4163  src/hb-ft.cc | 10 ++++++++++
4164  1 file changed, 10 insertions(+)
4165
4166 commit 73fec3992acb492829bde1d885f1ebeed8dcc133
4167 Author: Behdad Esfahbod <behdad@behdad.org>
4168 Date:   Thu Nov 5 15:22:18 2015 -0800
4169
4170     Reserve a few scratch-flags bits for complex shapers
4171
4172  src/hb-buffer-private.hh | 5 +++++
4173  1 file changed, 5 insertions(+)
4174
4175 commit 136863371c1402769426d892aef1b92f9ca1a25e
4176 Author: Behdad Esfahbod <behdad@behdad.org>
4177 Date:   Thu Nov 5 13:24:15 2015 -0800
4178
4179     Add new shaper method postprocess_glyphs()
4180
4181     Unused currently.  To be used for Syriac stretch implementation.
4182
4183     https://github.com/behdad/harfbuzz/issues/141
4184
4185  src/hb-ot-shape-complex-arabic.cc  | 3 ++-
4186  src/hb-ot-shape-complex-default.cc | 1 +
4187  src/hb-ot-shape-complex-hangul.cc  | 7 ++++---
4188  src/hb-ot-shape-complex-hebrew.cc  | 1 +
4189  src/hb-ot-shape-complex-indic.cc   | 1 +
4190  src/hb-ot-shape-complex-myanmar.cc | 2 ++
4191  src/hb-ot-shape-complex-private.hh | 9 +++++++++
4192  src/hb-ot-shape-complex-thai.cc    | 1 +
4193  src/hb-ot-shape-complex-tibetan.cc | 1 +
4194  src/hb-ot-shape-complex-use.cc     | 1 +
4195  src/hb-ot-shape.cc                 | 9 ++++++---
4196  11 files changed, 29 insertions(+), 7 deletions(-)
4197
4198 commit 6c0ebd02c99e7536975ba7194832a1f33abd7faf
4199 Author: Behdad Esfahbod <behdad@behdad.org>
4200 Date:   Thu Nov 5 11:37:48 2015 -0800
4201
4202     [util] If font has color, generate PNG with color
4203
4204  util/helper-cairo.cc | 33 ++++++++++++++++++++++++++-------
4205  util/helper-cairo.hh |  6 +++++-
4206  util/view-cairo.cc   |  7 ++++++-
4207  3 files changed, 37 insertions(+), 9 deletions(-)
4208
4209 commit e95eb23a4ee920eab1e2f4eec9cf490bb431452c
4210 Author: Behdad Esfahbod <behdad@behdad.org>
4211 Date:   Wed Nov 4 22:55:11 2015 -0800
4212
4213     Don't try zeroing marks by GDEF if there are no non-ASCII
4214
4215     This one is a hack, but should be ok.
4216
4217  src/hb-ot-shape.cc | 4 ++++
4218  1 file changed, 4 insertions(+)
4219
4220 commit 7fa54ed75aa30ae1d6ee9136ccb83b630c24fb65
4221 Author: Behdad Esfahbod <behdad@behdad.org>
4222 Date:   Wed Nov 4 22:54:49 2015 -0800
4223
4224     Don't try zeroing mark attachments by Unicode if there's no non-ASCII
4225
4226  src/hb-ot-shape.cc | 3 +++
4227  1 file changed, 3 insertions(+)
4228
4229 commit 550bd14d2b21ec2a2b509ff42f4df4341dbf2d46
4230 Author: Behdad Esfahbod <behdad@behdad.org>
4231 Date:   Wed Nov 4 22:58:58 2015 -0800
4232
4233     Actually commit changes for previous commit
4234
4235  src/hb-buffer-private.hh       |  2 ++
4236  src/hb-ot-layout-gpos-table.hh | 15 ++++++++-------
4237  2 files changed, 10 insertions(+), 7 deletions(-)
4238
4239 commit ff31b3c1b8a2a21b57dba37eb5bb5db0579e0640
4240 Author: Behdad Esfahbod <behdad@behdad.org>
4241 Date:   Wed Nov 4 22:42:41 2015 -0800
4242
4243     Skip GPOS cursive / attachment adjustmnent if none happened
4244
4245     I'm starting to really like how free these new scratch_flags are.
4246
4247  src/hb-ot-layout-gpos-table.hh | 3 +++
4248  1 file changed, 3 insertions(+)
4249
4250 commit 0f407325f6923db11d332585e8250e3646cb74d6
4251 Author: Behdad Esfahbod <behdad@behdad.org>
4252 Date:   Wed Nov 4 22:28:44 2015 -0800
4253
4254     Minor
4255
4256  src/hb-ot-shape.cc | 4 +++-
4257  1 file changed, 3 insertions(+), 1 deletion(-)
4258
4259 commit 497a6c2071cd0638e4c6af07621d01335fd963a9
4260 Author: Behdad Esfahbod <behdad@behdad.org>
4261 Date:   Wed Nov 4 22:24:19 2015 -0800
4262
4263     Skip forming clusters if text is all ASCII
4264
4265  src/hb-ot-shape.cc | 3 ++-
4266  1 file changed, 2 insertions(+), 1 deletion(-)
4267
4268 commit 28de104f15b80df4b678267c4488b7d09a42720c
4269 Author: Behdad Esfahbod <behdad@behdad.org>
4270 Date:   Wed Nov 4 22:00:25 2015 -0800
4271
4272     Move variable-sized struct member to end
4273
4274     Hopefully makes clang build happy
4275
4276  src/hb-font-private.hh | 21 ++++++++++-----------
4277  src/hb-font.cc         | 20 ++++++++++++++++++++
4278  2 files changed, 30 insertions(+), 11 deletions(-)
4279
4280 commit 5bc28b5f688ee90d103d052e98bc15d6e0e7e0b1
4281 Author: Behdad Esfahbod <behdad@behdad.org>
4282 Date:   Wed Nov 4 21:53:16 2015 -0800
4283
4284     Optimize positioning for when h_origin is nil
4285
4286  src/hb-ot-shape.cc | 38 ++++++++++++++++++++------------------
4287  1 file changed, 20 insertions(+), 18 deletions(-)
4288
4289 commit 762770c964f9f0591bf4c44427f73ea3e1c51733
4290 Author: Behdad Esfahbod <behdad@behdad.org>
4291 Date:   Wed Nov 4 21:42:55 2015 -0800
4292
4293     Add font->has_...() to check for individual nil font funcs
4294
4295     Hopefully this wouldn't break any compiler.  There was some magic
4296     moments to getting this to compile...
4297
4298  src/hb-font-private.hh | 19 +++++++++++++++++--
4299  src/hb-font.cc         |  7 +++++++
4300  2 files changed, 24 insertions(+), 2 deletions(-)
4301
4302 commit 88e9a9bcae61421d9dd65715d25e5f20b2847c03
4303 Author: Behdad Esfahbod <behdad@behdad.org>
4304 Date:   Wed Nov 4 21:16:26 2015 -0800
4305
4306     Minor reshaping of hb_font_funcs_t implementation
4307
4308     In anticipation of further changes.  No functional changes.
4309
4310  src/hb-font-private.hh | 80
4311  ++++++++++++++++++++++++++------------------------
4312  src/hb-font.cc         |  4 +--
4313  2 files changed, 43 insertions(+), 41 deletions(-)
4314
4315 commit a6a7715bac8b0c8f5473b84bc649c315ad4d2d51
4316 Author: Behdad Esfahbod <behdad@behdad.org>
4317 Date:   Wed Nov 4 20:51:21 2015 -0800
4318
4319     Comments
4320
4321  src/hb-font-private.hh | 2 +-
4322  1 file changed, 1 insertion(+), 1 deletion(-)
4323
4324 commit 6c48ec830ffac00a920d047ed77acd1b05549074
4325 Author: Behdad Esfahbod <behdad@behdad.org>
4326 Date:   Wed Nov 4 20:47:42 2015 -0800
4327
4328     [ot] Remove font funcs that do nothing
4329
4330  src/hb-ot-font.cc | 95
4331  ++++---------------------------------------------------
4332  1 file changed, 7 insertions(+), 88 deletions(-)
4333
4334 commit 75ea2daa1d9bbe235cd4a8570efb1913d58c3c62
4335 Author: Behdad Esfahbod <behdad@behdad.org>
4336 Date:   Wed Nov 4 20:43:59 2015 -0800
4337
4338     [ot] Port ot font funcs to allocated object
4339
4340  src/hb-ot-font.cc | 47 ++++++++++++++++++++++++++++++++++++++---------
4341  1 file changed, 38 insertions(+), 9 deletions(-)
4342
4343 commit 44f82750807475aa5b16099ccccd917d488df703
4344 Author: Behdad Esfahbod <behdad@behdad.org>
4345 Date:   Wed Nov 4 20:40:05 2015 -0800
4346
4347     [ft] Remove font funcs that do nothing
4348
4349  src/hb-ft.cc | 29 ++++-------------------------
4350  1 file changed, 4 insertions(+), 25 deletions(-)
4351
4352 commit 7918c261efd283e0428ce7836e9e42768a6aa05c
4353 Author: Behdad Esfahbod <behdad@behdad.org>
4354 Date:   Wed Nov 4 20:37:49 2015 -0800
4355
4356     [ft] Port ft font funcs to allocated object
4357
4358  src/hb-ft.cc | 45 ++++++++++++++++++++++++++++++++++++---------
4359  1 file changed, 36 insertions(+), 9 deletions(-)
4360
4361 commit da29b43794cfa3f9a602c34b33c5d8a9c36f87b5
4362 Author: Behdad Esfahbod <behdad@behdad.org>
4363 Date:   Wed Nov 4 20:22:44 2015 -0800
4364
4365     Separate nil font-funcs from parent-peeking font-funcs
4366
4367     API change: all fonts created with hb_font_create() now inherit from
4368     (ie have parent) hb_font_get_empty().
4369
4370  src/hb-font.cc       | 211
4371  +++++++++++++++++++++++++++++++++++----------------
4372  test/api/test-font.c |   2 +-
4373  2 files changed, 145 insertions(+), 68 deletions(-)
4374
4375 commit bee901b38ef3c26a04f69c299c8d5e028a0090e9
4376 Author: Behdad Esfahbod <behdad@behdad.org>
4377 Date:   Wed Nov 4 19:28:17 2015 -0800
4378
4379     Optimize positioning direction calculations
4380
4381     It makes the binary smaller AND faster.  Yumm!
4382
4383  src/hb-font-private.hh | 40 +++++++++++++++++++++++++++++++++++++++
4384  src/hb-ot-shape.cc     | 51
4385  +++++++++++++++++++++++++++-----------------------
4386  2 files changed, 68 insertions(+), 23 deletions(-)
4387
4388 commit e3e4bb011ae1a2f1ba05e7ea450595b185304bec
4389 Author: Behdad Esfahbod <behdad@behdad.org>
4390 Date:   Wed Nov 4 18:58:02 2015 -0800
4391
4392     Don't do fractions if buffer is ASCII-only
4393
4394  src/hb-buffer-private.hh    | 5 +++--
4395  src/hb-ot-layout-private.hh | 1 +
4396  src/hb-ot-shape.cc          | 3 ++-
4397  3 files changed, 6 insertions(+), 3 deletions(-)
4398
4399 commit 6986208ba3b395534f4c7bcfa51df6bf9038f717
4400 Author: Behdad Esfahbod <behdad@behdad.org>
4401 Date:   Wed Nov 4 18:46:22 2015 -0800
4402
4403     Optimize runs without Default_Ignorable's
4404
4405     Now that we have a buffer-wide scratch flags facility, use it to
4406     optimize away a few passes.
4407
4408  src/hb-buffer-private.hh     |  3 ++-
4409  src/hb-ot-layout-private.hh  |  4 +++-
4410  src/hb-ot-shape-normalize.cc |  4 ++--
4411  src/hb-ot-shape.cc           | 10 ++++++----
4412  src/hb-private.hh            |  3 +++
4413  5 files changed, 16 insertions(+), 8 deletions(-)
4414
4415 commit 14c2de321826c36037adde859ccca3e2011325a9
4416 Author: Behdad Esfahbod <behdad@behdad.org>
4417 Date:   Wed Nov 4 18:00:57 2015 -0800
4418
4419     Limit max edits during sanitize to 8
4420
4421     Used to be 100.  If a tabe needs more than one or two edits, it's
4422     probably completely bogus...
4423
4424     Might help with speeding up fuzzing for
4425     https://github.com/behdad/harfbuzz/issues/157
4426
4427  src/hb-open-type-private.hh | 2 +-
4428  1 file changed, 1 insertion(+), 1 deletion(-)
4429
4430 commit 9cbc39aef962a95b0eba32c24ff9c415d1316d56
4431 Author: Behdad Esfahbod <behdad@behdad.org>
4432 Date:   Wed Nov 4 18:00:53 2015 -0800
4433
4434     Minor
4435
4436  src/hb-ot-shape-normalize.cc | 2 ++
4437  1 file changed, 2 insertions(+)
4438
4439 commit 52e6c4e15893ed1cb0997795912a07b3e446b65a
4440 Author: Behdad Esfahbod <behdad@behdad.org>
4441 Date:   Wed Nov 4 17:45:06 2015 -0800
4442
4443     If font doesn't support U+2011, fall back to U+2010
4444
4445     Test passes now.
4446
4447  src/hb-ot-shape-normalize.cc | 10 ++++++++++
4448  1 file changed, 10 insertions(+)
4449
4450 commit 75483aafa6ad02d6391712d082d093823edcd758
4451 Author: Behdad Esfahbod <behdad@behdad.org>
4452 Date:   Wed Nov 4 17:43:36 2015 -0800
4453
4454     Untangle if/else waterfall
4455
4456  src/hb-ot-shape-normalize.cc | 40
4457  +++++++++++++++++++++++++++-------------
4458  1 file changed, 27 insertions(+), 13 deletions(-)
4459
4460 commit 04fd8517f85ae9aa05b44f25578d2b19abfef7cb
4461 Author: Behdad Esfahbod <behdad@behdad.org>
4462 Date:   Wed Nov 4 17:38:22 2015 -0800
4463
4464     Add tests for hyphen fallback
4465
4466     U+2011 is <noBreak> equivaent of U+2010, so we should do the fallback
4467     for it.  Currently fails.
4468
4469  test/shaping/Makefile.am                                  |   1 +
4470  .../sha1sum/1c04a16f32a39c26c851b7fc014d2e8d298ba2b8.ttf  | Bin 0 ->
4471  820 bytes
4472  test/shaping/fonts/sha1sum/MANIFEST                       |   2 ++
4473  test/shaping/tests/MANIFEST                               |   1 +
4474  test/shaping/tests/hyphens.tests                          |   2 ++
4475  5 files changed, 6 insertions(+)
4476
4477 commit 550417117da7e14457a11f49a20145311f58587b
4478 Author: Behdad Esfahbod <behdad@behdad.org>
4479 Date:   Wed Nov 4 17:37:30 2015 -0800
4480
4481     [test] Drop hintings when subsetting fonts to record
4482
4483  test/shaping/record-test.sh | 1 +
4484  1 file changed, 1 insertion(+)
4485
4486 commit 49ef630936325b2e56a870fcef9aa8473a8f8526
4487 Author: Behdad Esfahbod <behdad@behdad.org>
4488 Date:   Wed Nov 4 17:27:07 2015 -0800
4489
4490     Adjust the width of various spaces if font does not cover them
4491
4492     See discussion here:
4493     https://github.com/behdad/harfbuzz/commit/81ef4f407d9c7bd98cf62cef951dc538b13442eb
4494
4495     There's no way to disable this fallback, but I don't think it would
4496     be needed.  Let's hope for the best!
4497
4498     Fixes https://github.com/behdad/harfbuzz/issues/153
4499
4500  src/hb-buffer-private.hh            |  7 ++++
4501  src/hb-buffer.cc                    |  2 ++
4502  src/hb-ot-shape-fallback-private.hh |  4 +++
4503  src/hb-ot-shape-fallback.cc         | 67
4504  +++++++++++++++++++++++++++++++++++++
4505  src/hb-ot-shape-normalize.cc        |  1 +
4506  src/hb-ot-shape.cc                  |  3 ++
4507  src/hb-unicode-private.hh           | 56 +++++++++++++++++--------------
4508  test/shaping/tests/spaces.tests     | 24 ++++++-------
4509  8 files changed, 126 insertions(+), 38 deletions(-)
4510
4511 commit aa7044de0ceacd71cab19212d266c3a66c03b41e
4512 Author: Behdad Esfahbod <behdad@behdad.org>
4513 Date:   Wed Nov 4 16:25:57 2015 -0800
4514
4515     Generalize flags types
4516
4517  src/hb-buffer-private.hh           |  3 +++
4518  src/hb-ot-layout-common-private.hh |  5 +++++
4519  src/hb-ot-layout-private.hh        |  8 +++++---
4520  src/hb-ot-map-private.hh           | 16 +---------------
4521  src/hb-ot-shape.cc                 |  2 +-
4522  src/hb-private.hh                  | 14 ++++++++++++++
4523  6 files changed, 29 insertions(+), 19 deletions(-)
4524
4525 commit 7793aad946e09b53523b30d57de85abd1d15f8b6
4526 Author: Behdad Esfahbod <behdad@behdad.org>
4527 Date:   Wed Nov 4 14:48:46 2015 -0800
4528
4529     Normalize various spaces to space if font doesn't support
4530
4531     This resurrects the space fallback feature, after I disabled
4532     the compatibility decomposition.  Now I can release HarfBuzz
4533     again without breaking Pango!
4534
4535     It also remembers which space character it was, such that later
4536     on we can approximate the width of this particular space
4537     character.  That part is not implemented yet.
4538
4539     We normalize all GC=Zs chars except for U+1680 OGHA SPACE MARK,
4540     which is better left alone.
4541
4542  src/hb-ot-layout-private.hh                        |  47
4543  +++------------------
4544  src/hb-ot-shape-normalize.cc                       |  12 +++++-
4545  src/hb-unicode-private.hh                          |  40
4546  ++++++++++++++++++
4547  test/shaping/Makefile.am                           |   1 +
4548  .../1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf   | Bin 0 -> 316 bytes
4549  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
4550  test/shaping/tests/MANIFEST                        |   1 +
4551  test/shaping/tests/spaces.tests                    |  17 ++++++++
4552  8 files changed, 76 insertions(+), 43 deletions(-)
4553
4554 commit 8b3c7f9ede77052225cff8495d660860bf9c7629
4555 Author: Behdad Esfahbod <behdad@behdad.org>
4556 Date:   Wed Nov 4 15:30:48 2015 -0800
4557
4558     [test] Support recording multiple lines of text in record-test.sh
4559
4560  test/shaping/record-test.sh | 15 +++++++++++++--
4561  1 file changed, 13 insertions(+), 2 deletions(-)
4562
4563 commit 85658394809fe0593ab5dfb30fd96118765c7dc5
4564 Author: Behdad Esfahbod <behdad@behdad.org>
4565 Date:   Wed Nov 4 14:46:52 2015 -0800
4566
4567     Protect against possible invalid-memory access after OOM
4568
4569  src/hb-buffer-private.hh | 4 ++--
4570  1 file changed, 2 insertions(+), 2 deletions(-)
4571
4572 commit 4cc80bed25450af3d84a30ea417fa9275b15e014
4573 Author: Behdad Esfahbod <behdad@behdad.org>
4574 Date:   Wed Nov 4 14:46:10 2015 -0800
4575
4576     Fix typo!
4577
4578     Ouch!  Fortunately that function was unused.
4579
4580  src/hb-buffer-private.hh | 2 +-
4581  1 file changed, 1 insertion(+), 1 deletion(-)
4582
4583 commit 9ac4b9656dd78ffd129bc3d560a92e2692bc3058
4584 Author: Behdad Esfahbod <behdad@behdad.org>
4585 Date:   Wed Nov 4 14:18:39 2015 -0800
4586
4587     Add Unicode space category
4588
4589     Unused so far.
4590
4591  src/hb-ot-layout-private.hh | 78
4592  +++++++++++++++++++++++++++++++++++++++++++--
4593  1 file changed, 76 insertions(+), 2 deletions(-)
4594
4595 commit 8249ec3f86510fd24462ce71ed64a6978f0ade17
4596 Author: Behdad Esfahbod <behdad@behdad.org>
4597 Date:   Wed Nov 4 13:26:17 2015 -0800
4598
4599     Make top-byte of unicode_props available to be used differently per-GC
4600
4601  src/hb-ot-layout-private.hh | 4 +++-
4602  1 file changed, 3 insertions(+), 1 deletion(-)
4603
4604 commit cc5d3a33882b52f906ee4346707700f5e846d2ac
4605 Author: Behdad Esfahbod <behdad@behdad.org>
4606 Date:   Wed Nov 4 13:21:25 2015 -0800
4607
4608     Towards using top-byte of unicode-props for more things
4609
4610  src/hb-ot-layout-gsubgpos-private.hh | 1 -
4611  src/hb-ot-layout-private.hh          | 3 ++-
4612  2 files changed, 2 insertions(+), 2 deletions(-)
4613
4614 commit 2f38dde5a1ea5459789fabaee661cae9235d204e
4615 Author: Behdad Esfahbod <behdad@behdad.org>
4616 Date:   Wed Nov 4 13:17:33 2015 -0800
4617
4618     Add _hb_glyph_info_is_unicode_mark()
4619
4620     Unused right now.
4621
4622  src/hb-ot-layout-private.hh | 6 ++++++
4623  1 file changed, 6 insertions(+)
4624
4625 commit 90d75f93bb85aeb627c4e6bb9e4cbd75895c99f7
4626 Author: Behdad Esfahbod <behdad@behdad.org>
4627 Date:   Tue Nov 3 12:58:12 2015 -0800
4628
4629     Tighten ccc-setting a bit and document it
4630
4631  src/hb-ot-layout-private.hh | 12 +++++++++++-
4632  src/hb-unicode-private.hh   |  5 +++++
4633  2 files changed, 16 insertions(+), 1 deletion(-)
4634
4635 commit 2f0dfd43cdc2259e6117704f8077ab6951c761e5
4636 Author: Behdad Esfahbod <behdad@behdad.org>
4637 Date:   Tue Nov 3 12:28:34 2015 -0800
4638
4639     Fix test expectation
4640
4641  test/shaping/tests/fuzzed.tests | 2 +-
4642  1 file changed, 1 insertion(+), 1 deletion(-)
4643
4644 commit df698f3299d92867e3305715f675b2621c316acd
4645 Author: Behdad Esfahbod <behdad@behdad.org>
4646 Date:   Tue Nov 3 12:15:12 2015 -0800
4647
4648     [ot-font] Fix hmtx table length checking, *again*
4649
4650     Exactly the same problem that I fixed in
4651     63ef0b41dc48d6112d1918c1b1de9de8ea90adb5
4652
4653     I rewrote the table checking yesterday in
4654     67f8821fb25d9bd55719f5e29a582ae1af4b02b3
4655     and introduced the exact same issue again. :(
4656     Good thing we have ongoing fuzzing going now.  Was discovered
4657     immediately by libFuzzer.  Thanks kcc!
4658
4659     https://github.com/behdad/harfbuzz/issues/139#issuecomment-153449473
4660     Fixes https://github.com/behdad/harfbuzz/issues/156
4661
4662  src/hb-ot-font.cc                                         |   4 ++--
4663  .../sha1sum/8240789f6d12d4cfc4b5e8e6f246c3701bcf861f.ttf  | Bin 0 ->
4664  633 bytes
4665  test/shaping/fonts/sha1sum/MANIFEST                       |   1 +
4666  test/shaping/tests/fuzzed.tests                           |   1 +
4667  4 files changed, 4 insertions(+), 2 deletions(-)
4668
4669 commit 3530cc2d7c3b7102902cb0e38b0bf9f46188078d
4670 Author: Behdad Esfahbod <behdad@behdad.org>
4671 Date:   Tue Nov 3 11:34:47 2015 -0800
4672
4673     [util] Fix option-parsing leaks
4674
4675  util/helper-cairo.cc   |  7 +++++--
4676  util/main-font-text.hh | 22 ++++++++++++++++++---
4677  util/options.cc        | 21 ++++++++++----------
4678  util/options.hh        | 53
4679  +++++++++++++++++++++++++++++++++-----------------
4680  4 files changed, 70 insertions(+), 33 deletions(-)
4681
4682 commit 642135f3b2d6d6eb800153c76c4718239733c0e6
4683 Author: Behdad Esfahbod <behdad@behdad.org>
4684 Date:   Tue Nov 3 11:26:34 2015 -0800
4685
4686     [util] In --debug mode, duplicate font data
4687
4688     This has the effect that the font data will end up in a memory
4689     section malloc()ed exactly to its size.  This gives us better
4690     valgrind detection of out-of-bounds access.
4691
4692     Previously, the font data was placed in a mmap()ed section or
4693     GString-allocated area, which didn't have proper protections
4694     at the end when running under valgrind.
4695
4696  util/options.cc | 3 +++
4697  1 file changed, 3 insertions(+)
4698
4699 commit ed2024ef93ac3af214082016e5aa8c14db9d7515
4700 Author: Behdad Esfahbod <behdad@behdad.org>
4701 Date:   Mon Nov 2 17:58:12 2015 -0800
4702
4703     [perf] Micro-optimize
4704
4705  src/hb-ot-layout-private.hh | 23 ++++++++++++++---------
4706  1 file changed, 14 insertions(+), 9 deletions(-)
4707
4708 commit 76a5310a830c7ae12037b768c5043bef0ff733a0
4709 Author: Behdad Esfahbod <behdad@behdad.org>
4710 Date:   Mon Nov 2 17:52:45 2015 -0800
4711
4712     Remove irrelevant comment
4713
4714     I tried moving the is_default_ignorable() function to an INTERNAL
4715     function.  That made the binary size grow by 5k AND things got a
4716     tad bit slower!
4717
4718  src/hb-ot-layout-private.hh | 1 -
4719  1 file changed, 1 deletion(-)
4720
4721 commit 8259669fbd1b070fc02287325894caf1bc4d590e
4722 Author: Behdad Esfahbod <behdad@behdad.org>
4723 Date:   Mon Nov 2 17:44:05 2015 -0800
4724
4725     Minor
4726
4727  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
4728  src/hb-ot-shape-complex-thai.cc      | 2 +-
4729  2 files changed, 2 insertions(+), 2 deletions(-)
4730
4731 commit 9382c471eabce8d36d3a73c97499ab60af422716
4732 Author: Behdad Esfahbod <behdad@behdad.org>
4733 Date:   Mon Nov 2 17:36:51 2015 -0800
4734
4735     Combine unicode_props0/1 into a uint16
4736
4737     Slightly faster.  In prep for more changes.
4738
4739  src/hb-ot-layout-private.hh | 55
4740  ++++++++++++++++++++++++---------------------
4741  1 file changed, 29 insertions(+), 26 deletions(-)
4742
4743 commit 71277185454482cff9b0c10b85c416eb4d6e0ed9
4744 Author: Behdad Esfahbod <behdad@behdad.org>
4745 Date:   Mon Nov 2 17:27:48 2015 -0800
4746
4747     [perf] Only call combining_class() for marks
4748
4749     Saves some time.  Also preparing for reusing the ccc byte for
4750     other stuff.
4751
4752  src/hb-ot-layout-private.hh | 14 ++++++++------
4753  1 file changed, 8 insertions(+), 6 deletions(-)
4754
4755 commit 5ba450407b9d9856453e63a815499da8721ff6a7
4756 Author: Behdad Esfahbod <behdad@behdad.org>
4757 Date:   Mon Nov 2 15:43:08 2015 -0800
4758
4759     Make max context-length and max nesting level configurable
4760
4761     ...at compile time.
4762
4763  src/hb-ot-layout-common-private.hh   | 10 ++++++++--
4764  src/hb-ot-layout-gsub-table.hh       |  4 ++--
4765  src/hb-ot-layout-gsubgpos-private.hh | 20 ++++++++++----------
4766  3 files changed, 20 insertions(+), 14 deletions(-)
4767
4768 commit 67f8821fb25d9bd55719f5e29a582ae1af4b02b3
4769 Author: Behdad Esfahbod <behdad@behdad.org>
4770 Date:   Mon Nov 2 15:37:29 2015 -0800
4771
4772     [ot] Make bad-hmtx handling match FreeType
4773
4774     Also route fuzzing-related tests through hb-ot-font, to reduce
4775     dependency
4776     on FreeType behavior for badly-broken fonts.  Fixes failing test with
4777     FreeType master.
4778
4779  src/hb-ot-font.cc               | 24 ++++++++++++++----------
4780  test/shaping/tests/fuzzed.tests | 10 +++++-----
4781  2 files changed, 19 insertions(+), 15 deletions(-)
4782
4783 commit 672ca3b4e65a75fb3a418ec5d117ad242a98acbb
4784 Author: Behdad Esfahbod <behdad@behdad.org>
4785 Date:   Mon Oct 26 14:05:05 2015 -0700
4786
4787     Use templates for making sure expression is constant
4788
4789  src/hb-private.hh | 6 +++---
4790  1 file changed, 3 insertions(+), 3 deletions(-)
4791
4792 commit 5c8174eda32c08187bc2ed40eefa1017f5b40668
4793 Author: Behdad Esfahbod <behdad@behdad.org>
4794 Date:   Wed Oct 21 18:51:40 2015 -0200
4795
4796     Update comments for removal of compat decompositions
4797
4798  src/hb-ot-shape-normalize.cc | 16 ++--------------
4799  1 file changed, 2 insertions(+), 14 deletions(-)
4800
4801 commit f6799700404c49ae0a6018fd51be19551c76768a
4802 Author: Behdad Esfahbod <behdad@behdad.org>
4803 Date:   Wed Oct 21 17:20:55 2015 -0200
4804
4805     Disable compatibility decomposition usage during normalization
4806
4807     Fixes https://github.com/behdad/harfbuzz/issues/152
4808
4809  src/hb-ot-shape-normalize.cc | 24 ------------------------
4810  1 file changed, 24 deletions(-)
4811
4812 commit ce889189c1f8ef5b400a17f623dcb8b935d1102b
4813 Author: Behdad Esfahbod <behdad@behdad.org>
4814 Date:   Wed Oct 21 11:23:12 2015 -0200
4815
4816     Fix two more -Wshadow warnings
4817
4818     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
4819
4820  src/hb-open-type-private.hh | 10 +++++-----
4821  1 file changed, 5 insertions(+), 5 deletions(-)
4822
4823 commit 4a6b1eedbb0044b57505eea65a329d2dc4f9f917
4824 Author: Behdad Esfahbod <behdad@behdad.org>
4825 Date:   Wed Oct 21 11:20:55 2015 -0200
4826
4827     Fix one more -Wshadow warning
4828
4829     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
4830
4831  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
4832  1 file changed, 3 insertions(+), 3 deletions(-)
4833
4834 commit 6f932bc8f9045b224613a617af2b4f3450c79467
4835 Author: Behdad Esfahbod <behdad@behdad.org>
4836 Date:   Wed Oct 21 11:16:49 2015 -0200
4837
4838     Fix a few more -Wshadow-local warnings
4839
4840     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
4841
4842  src/hb-ot-shape-complex-indic.cc   | 10 +++++-----
4843  src/hb-ot-shape-complex-myanmar.cc | 10 +++++-----
4844  src/hb-ot-shape-complex-use.cc     | 10 +++++-----
4845  3 files changed, 15 insertions(+), 15 deletions(-)
4846
4847 commit b90cb366d7723c28758c6b75a0770613fbb5456e
4848 Author: Behdad Esfahbod <behdad@behdad.org>
4849 Date:   Wed Oct 21 11:13:21 2015 -0200
4850
4851     Fix one -Wshadow-compatible-local warning
4852
4853     From https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
4854
4855  src/hb-ot-shape-complex-indic.cc | 4 ++--
4856  1 file changed, 2 insertions(+), 2 deletions(-)
4857
4858 commit 50e5750bd8670b4cf4463471a2348d4c99c9d054
4859 Author: Behdad Esfahbod <behdad@behdad.org>
4860 Date:   Wed Oct 21 11:10:10 2015 -0200
4861
4862     Avoid unnecessary cast to 64-bit
4863
4864     Fixes https://github.com/behdad/harfbuzz/issues/146
4865
4866     Or I think it should.
4867
4868  src/hb-private.hh | 2 +-
4869  1 file changed, 1 insertion(+), 1 deletion(-)
4870
4871 commit 305d2fbf5a2db51447c8ed894a48a88896930673
4872 Author: Behdad Esfahbod <behdad@behdad.org>
4873 Date:   Wed Oct 21 11:04:28 2015 -0200
4874
4875     Add HB_FALLTHROUGH
4876
4877     Borrowed from https://bugzilla.mozilla.org/show_bug.cgi?id=1215411
4878
4879  src/hb-ot-shape-complex-indic.cc |  2 +-
4880  src/hb-ot-shape-complex-thai.cc  |  2 +-
4881  src/hb-ot-shape-fallback.cc      |  4 +++-
4882  src/hb-private.hh                | 30 ++++++++++++++++++++++++++++++
4883  4 files changed, 35 insertions(+), 3 deletions(-)
4884
4885 commit f35b3e931ddacd075c5d0810e9b17de07b232ee2
4886 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4887 Date:   Fri Sep 11 09:48:12 2015 +0430
4888
4889     Add a prototype of DirectWrite as a shaping backend
4890
4891  src/hb-directwrite.cc | 827
4892  ++++++++++++++++++++++++++++++++++++++++++++++++++
4893  src/hb-directwrite.h  |  34 +++
4894  src/hb-shaper-list.hh |   3 +
4895  3 files changed, 864 insertions(+)
4896
4897 commit 6486e3755482563ecd89aeb3f8348ed190945e26
4898 Author: Behdad Esfahbod <behdad@behdad.org>
4899 Date:   Tue Oct 20 16:39:41 2015 -0200
4900
4901     Fix typo
4902
4903  Makefile.am | 2 +-
4904  1 file changed, 1 insertion(+), 1 deletion(-)
4905
4906 commit 753ea7b90904c951c199861409458bea182abb37
4907 Author: Behdad Esfahbod <behdad@behdad.org>
4908 Date:   Tue Oct 20 15:21:18 2015 -0200
4909
4910     Add BUILD.md to dist
4911
4912  Makefile.am | 1 +
4913  1 file changed, 1 insertion(+)
4914
4915 commit 5d7a30fde09320c2c62c7c73570ce3f2e298eba6
4916 Merge: 904b0dc 2fb95a0
4917 Author: Behdad Esfahbod <behdad@behdad.org>
4918 Date:   Tue Oct 20 15:19:41 2015 -0200
4919
4920     Merge pull request #148 from ebraminio/inst
4921
4922     Add BUILD.md based on harfbuzz.org docs
4923
4924 commit 904b0dc3811464cf61dc9457664de95ee4f61a86
4925 Merge: 86cadc2 ba096bc
4926 Author: Behdad Esfahbod <behdad@behdad.org>
4927 Date:   Mon Oct 19 16:59:43 2015 -0200
4928
4929     Merge pull request #147 from ebraminio/dockerci
4930
4931     [ci] change to docker infrastructure
4932
4933 commit ba096bcc28ca80e2096e0a15191848fcd175e395
4934 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4935 Date:   Mon Oct 19 21:41:01 2015 +0330
4936
4937     [ci] change to docker infrastructure
4938
4939  .travis.yml | 24 ++++++++++++++++--------
4940  1 file changed, 16 insertions(+), 8 deletions(-)
4941
4942 commit 2fb95a0c9d2cb8b03b7c158706d6b0e41283a6df
4943 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4944 Date:   Mon Oct 19 22:02:12 2015 +0330
4945
4946     Add BUILD.md based on harfbuzz.org docs
4947
4948  BUILD.md | 25 +++++++++++++++++++++++++
4949  1 file changed, 25 insertions(+)
4950
4951 commit 86cadc2cd4171050e9d74306b76c42f6ec74b861
4952 Author: Behdad Esfahbod <behdad@behdad.org>
4953 Date:   Thu Oct 15 20:25:29 2015 -0300
4954
4955     1.0.6
4956
4957  NEWS         | 13 +++++++++++++
4958  configure.ac |  2 +-
4959  2 files changed, 14 insertions(+), 1 deletion(-)
4960
4961 commit ca97ea7aa2cb7186f432aaba76f4f151aa90c1d0
4962 Author: Behdad Esfahbod <behdad@behdad.org>
4963 Date:   Thu Oct 15 20:20:22 2015 -0300
4964
4965     [ft] Revert change-of-behavior of hb_ft_font_create() introduced
4966     in 1.0.5
4967
4968     The default FreeType load flags where changed from FT_LOAD_NO_HINTING
4969     to FT_LOAD_DEFAULT in 2a9627c5641cd000e2adff0e42a0dc687b53ec70.
4970     This is crashing HarfBuzz-enabled FreeType as I suppose it causes
4971     infinite recursion between HB and FT autohinter...
4972
4973     Revert the behavior change.
4974
4975     Fixes https://github.com/behdad/harfbuzz/issues/143
4976
4977  src/hb-ft.cc | 2 +-
4978  1 file changed, 1 insertion(+), 1 deletion(-)
4979
4980 commit 338ffec9e4a5819f2be21c3a320a567378c977b1
4981 Author: Behdad Esfahbod <behdad@behdad.org>
4982 Date:   Thu Oct 15 12:55:57 2015 -0300
4983
4984     Add tests for a couple of fixed issues found by libFuzzer
4985
4986     From:
4987     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147616887
4988     https://github.com/behdad/harfbuzz/issues/139#issuecomment-148289957
4989
4990  .../sha1sum/375d6ae32a3cbe52fbf81a4e5777e3377675d5a3.ttf | Bin 0 ->
4991  1024 bytes
4992  .../sha1sum/641bd9db850193064d17575053ae2bf8ec149ddc.ttf | Bin 0 ->
4993  305 bytes
4994  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
4995  test/shaping/tests/fuzzed.tests                          |   2 ++
4996  4 files changed, 4 insertions(+)
4997
4998 commit 63ef0b41dc48d6112d1918c1b1de9de8ea90adb5
4999 Author: Behdad Esfahbod <behdad@behdad.org>
5000 Date:   Thu Oct 15 12:47:22 2015 -0300
5001
5002     [ot-font] Fix hmtx wrong table length check
5003
5004     Discovered by libFuzzer.  Ouch!
5005
5006     https://github.com/behdad/harfbuzz/issues/139#issuecomment-148289957
5007
5008  src/hb-ot-font.cc | 2 +-
5009  1 file changed, 1 insertion(+), 1 deletion(-)
5010
5011 commit 613e630617074eb9b62b794cc37c9b42a7fb079b
5012 Author: Behdad Esfahbod <behdad@behdad.org>
5013 Date:   Tue Oct 13 23:33:28 2015 -0300
5014
5015     Reduce max nesting level from 8 to 6
5016
5017     We probably should implement better system to catch cyclic lookups.
5018     But for now, this speeds up worst case behavior with broken fonts
5019     considerably without compromising legitimate usecases.
5020
5021     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147788447
5022
5023  src/hb-ot-layout-common-private.hh | 2 +-
5024  1 file changed, 1 insertion(+), 1 deletion(-)
5025
5026 commit ab170529246ad80830bef2b3c8b48e9a8d2b7483
5027 Author: Behdad Esfahbod <behdad@behdad.org>
5028 Date:   Tue Oct 13 10:55:33 2015 -0300
5029
5030     1.0.5
5031
5032  NEWS         | 24 ++++++++++++++++++++++++
5033  configure.ac |  2 +-
5034  2 files changed, 25 insertions(+), 1 deletion(-)
5035
5036 commit ed13e2ce509408f849255be1d3cc3dbd7dbb3ba2
5037 Author: Behdad Esfahbod <behdad@behdad.org>
5038 Date:   Tue Oct 13 10:32:56 2015 -0300
5039
5040     [ot-font] Fix leak
5041
5042     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147616887
5043
5044  src/hb-ot-font.cc | 1 +
5045  1 file changed, 1 insertion(+)
5046
5047 commit 55db94be2b754ba9b9121f09abcf8496c798affc
5048 Author: Behdad Esfahbod <behdad@behdad.org>
5049 Date:   Tue Oct 13 00:33:59 2015 -0400
5050
5051     Add test for previous commit
5052
5053  .../sha1sum/0509e80afb379d16560e9e47bdd7d888bebdebc6.ttf   | Bin 0 ->
5054  61 bytes
5055  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
5056  test/shaping/tests/fuzzed.tests                            |   1 +
5057  3 files changed, 2 insertions(+)
5058
5059 commit f96664974774bfeb237a7274f512f64aaafb201e
5060 Author: Behdad Esfahbod <behdad@behdad.org>
5061 Date:   Tue Oct 13 00:30:50 2015 -0400
5062
5063     Fix another memory access issue discovered by libFuzzer
5064
5065     Fixes
5066     https://github.com/behdad/harfbuzz/issues/139#issuecomment-146984679
5067
5068  src/hb-ot-layout-gpos-table.hh | 4 +++-
5069  1 file changed, 3 insertions(+), 1 deletion(-)
5070
5071 commit c1a5dc46c2231f7b62421e06b9766ccfebaf3ef5
5072 Author: Behdad Esfahbod <behdad@behdad.org>
5073 Date:   Mon Oct 12 17:39:52 2015 -0400
5074
5075     [fuzz] Add fuzzing script from kcc@
5076
5077     https://github.com/behdad/harfbuzz/issues/139
5078
5079  test/fuzzing/hb-fuzzer.cc | 47
5080  +++++++++++++++++++++++++++++++++++++++++++++++
5081  1 file changed, 47 insertions(+)
5082
5083 commit cc6ea308d4c99b9dd6d625fa3a9b0ef62fa2614f
5084 Author: Behdad Esfahbod <behdad@behdad.org>
5085 Date:   Mon Oct 12 17:21:52 2015 -0400
5086
5087     Extern "C" custom-allocator declerations
5088
5089  src/hb-private.hh | 8 ++++----
5090  1 file changed, 4 insertions(+), 4 deletions(-)
5091
5092 commit 98c6fccc00062ead7a86892dd059aa13d266b981
5093 Author: Behdad Esfahbod <behdad@behdad.org>
5094 Date:   Sun Oct 11 21:41:04 2015 -0400
5095
5096     Add test for ee9b0b6cb5fdb08671ab064f26c299135f828260
5097
5098  .../sha1sum/5a5daf5eb5a4db77a2baa3ad9c7a6ed6e0655fa8.ttf   | Bin 0 ->
5099  61 bytes
5100  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
5101  test/shaping/tests/fuzzed.tests                            |   1 +
5102  3 files changed, 2 insertions(+)
5103
5104 commit 50f489a0a013fc589626bb532a9f64f50bb41f58
5105 Author: Behdad Esfahbod <behdad@behdad.org>
5106 Date:   Sun Oct 11 20:59:29 2015 -0400
5107
5108     Typo
5109
5110  src/hb-font-private.hh | 2 +-
5111  1 file changed, 1 insertion(+), 1 deletion(-)
5112
5113 commit ee9b0b6cb5fdb08671ab064f26c299135f828260
5114 Author: Behdad Esfahbod <behdad@behdad.org>
5115 Date:   Fri Oct 9 14:23:15 2015 -0400
5116
5117     Fix another sanitize bug
5118
5119     Also discovered by "libFuzzer".
5120
5121  src/hb-open-type-private.hh | 2 +-
5122  1 file changed, 1 insertion(+), 1 deletion(-)
5123
5124 commit 34379b49e6922b86c15ee62f7fe3bf016cdc2514
5125 Author: Behdad Esfahbod <behdad@behdad.org>
5126 Date:   Fri Oct 9 12:34:02 2015 -0400
5127
5128     Add test for previous fix
5129
5130  test/shaping/Makefile.am                                   |   1 +
5131  .../sha1sum/1a6f1687b7a221f9f2c834b0b360d3c8463b6daf.ttf   | Bin 0 ->
5132  64 bytes
5133  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
5134  test/shaping/tests/MANIFEST                                |   1 +
5135  test/shaping/tests/fuzzed.tests                            |   1 +
5136  5 files changed, 4 insertions(+)
5137
5138 commit f396fbb000dc1c8acddbf6a16e193b328c5e551e
5139 Author: Behdad Esfahbod <behdad@behdad.org>
5140 Date:   Fri Oct 9 12:25:55 2015 -0400
5141
5142     Fix return value of sanitize when subformat is not readable
5143
5144     This is a fix on top of the previous issue fixed in
5145     c917965b9e6fe2b21ed6c51559673288fa3af4b7.
5146
5147     This was caught by "libFuzzer" testing.
5148
5149  src/hb-open-type-private.hh          |  2 ++
5150  src/hb-ot-layout-gpos-table.hh       | 15 +++++++--------
5151  src/hb-ot-layout-gsub-table.hh       | 13 ++++++-------
5152  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
5153  4 files changed, 19 insertions(+), 19 deletions(-)
5154
5155 commit 77a1a2bc18e7b04d4e352a8777ccce345b2f8659
5156 Author: Behdad Esfahbod <behdad@behdad.org>
5157 Date:   Fri Oct 9 12:20:58 2015 -0400
5158
5159     Add hb_dispatch_context_t
5160
5161  src/hb-open-type-private.hh          | 26 ++++++++++++++++++++++----
5162  src/hb-ot-layout-gsubgpos-private.hh | 36
5163  ++++++++++++------------------------
5164  src/hb-ot-layout.cc                  |  8 +++-----
5165  3 files changed, 37 insertions(+), 33 deletions(-)
5166
5167 commit 3e905e396bcd745bda88e751998a76556c5cb8c6
5168 Author: Behdad Esfahbod <behdad@behdad.org>
5169 Date:   Thu Oct 8 12:51:02 2015 -0400
5170
5171     Add hb_font_set_parent()
5172
5173     No reason to not have it.  Makes life easier later.
5174     We (hb-ft, hb-ot-font, etc) can use this API to inject new
5175     parent into a font...
5176
5177  src/hb-font.cc       | 26 ++++++++++++++++++++++++++
5178  src/hb-font.h        |  4 ++++
5179  test/api/test-font.c | 12 ++++++++++++
5180  3 files changed, 42 insertions(+)
5181
5182 commit edeb3dabf4a589d67c3f1da7ba43a74e4d3a9afd
5183 Author: Behdad Esfahbod <behdad@behdad.org>
5184 Date:   Thu Oct 8 12:47:15 2015 -0400
5185
5186     [ft] Add version for new API
5187
5188  src/hb-ft.cc | 18 ++++++++++++++++++
5189  1 file changed, 18 insertions(+)
5190
5191 commit 2a9627c5641cd000e2adff0e42a0dc687b53ec70
5192 Author: Behdad Esfahbod <behdad@behdad.org>
5193 Date:   Wed Oct 7 17:33:20 2015 -0400
5194
5195     [ft] API: Add hb_font_[sg]et_load_flags() API
5196
5197     This changes the default load_flags of fonts created using
5198     hb_ft_font_create() from NO_HINTING to DEFAULT.  Hope that doesn't
5199     break too much client code.
5200
5201     Code calling hb_ft_font_set_funcs() is unaffected.
5202
5203  src/hb-ft.cc | 163
5204  +++++++++++++++++++++++++++++++++++++++--------------------
5205  src/hb-ft.h  |  13 +++--
5206  2 files changed, 118 insertions(+), 58 deletions(-)
5207
5208 commit 3224a594dcf2164b5585b4ccba34f244af3f61b9
5209 Author: Behdad Esfahbod <behdad@behdad.org>
5210 Date:   Wed Oct 7 17:33:02 2015 -0400
5211
5212     Minor
5213
5214  src/hb-ot-font.cc | 5 ++---
5215  1 file changed, 2 insertions(+), 3 deletions(-)
5216
5217 commit 52b418555b62a3b25399f202c1fa72ab7288c224
5218 Author: Behdad Esfahbod <behdad@behdad.org>
5219 Date:   Sat Oct 3 13:20:55 2015 +0100
5220
5221     Allow compiling with custom allocators
5222
5223     User can define hb_malloc_impl, etc, to name of custom allocator
5224     functions
5225     that have the same signature as malloc.
5226
5227  src/hb-private.hh | 17 +++++++++++++++++
5228  1 file changed, 17 insertions(+)
5229
5230 commit 88da7bba9fa4665b33f5bfcd45add7443097eaf3
5231 Author: Behdad Esfahbod <behdad@behdad.org>
5232 Date:   Fri Oct 2 14:38:20 2015 +0100
5233
5234     Default font scale to face upem
5235
5236     Makes for a better default and avoids nasty inheritance issues.
5237     See mailing list thread "Default hb_font_t scale".
5238
5239  src/hb-font.cc       |  2 ++
5240  test/api/test-font.c | 13 ++++++++-----
5241  2 files changed, 10 insertions(+), 5 deletions(-)
5242
5243 commit 1866e17114b41d565eb066e7d9393c2ff3e0a12b
5244 Author: Behdad Esfahbod <behdad@behdad.org>
5245 Date:   Fri Oct 2 14:21:29 2015 +0100
5246
5247     Make hb_font_create_sub_font() NOT make parent immutable
5248
5249     We don't rely on that.  However, whenever hb_font_make_immutable()
5250     is called, it makes its parenting chain immutable.
5251
5252  src/hb-font.cc       |  4 +++-
5253  test/api/test-font.c | 21 +++++++++++++++------
5254  2 files changed, 18 insertions(+), 7 deletions(-)
5255
5256 commit 980e25cad2e58c31f5361862b9223d94ec47fc7a
5257 Author: Behdad Esfahbod <behdad@behdad.org>
5258 Date:   Fri Oct 2 08:21:12 2015 +0100
5259
5260     Fix hb-ot-shape-normalize with empty buffer
5261
5262     Part of https://github.com/behdad/harfbuzz/issues/136
5263
5264  src/hb-ot-shape-normalize.cc | 2 ++
5265  1 file changed, 2 insertions(+)
5266
5267 commit a5efaac4ff61b587f228830b265b39fe8e5e4e47
5268 Author: Behdad Esfahbod <behdad@behdad.org>
5269 Date:   Fri Oct 2 08:02:29 2015 +0100
5270
5271     Replace a couple of malloc()s with calloc()
5272
5273  src/hb-face.cc       | 2 +-
5274  src/hb-shape-plan.cc | 2 +-
5275  src/hb-shaper.cc     | 2 +-
5276  3 files changed, 3 insertions(+), 3 deletions(-)
5277
5278 commit 26ba4d1e1fb8949632fe08e6a7600badfba4f142
5279 Author: Behdad Esfahbod <behdad@behdad.org>
5280 Date:   Fri Oct 2 07:25:52 2015 +0100
5281
5282     Fix segfault with empty buffer in hb_shape_plan_execute()
5283
5284     Move the empty-buffer check from hb_shape_full() to
5285     hb_shape_plan_execute().
5286
5287     Reported by Simon Cozens.
5288
5289  src/hb-shape-plan.cc | 9 +++++++--
5290  src/hb-shape.cc      | 5 -----
5291  2 files changed, 7 insertions(+), 7 deletions(-)
5292
5293 commit 432ffc47a46d41bea17d839d0d3980e654c6e638
5294 Author: Behdad Esfahbod <behdad@behdad.org>
5295 Date:   Wed Sep 30 22:51:16 2015 +0100
5296
5297     1.0.4
5298
5299  NEWS         | 7 +++++++
5300  configure.ac | 2 +-
5301  2 files changed, 8 insertions(+), 1 deletion(-)
5302
5303 commit b47159011ca518c3b94d782ed16a91ffe9dd2ab2
5304 Author: Behdad Esfahbod <behdad@behdad.org>
5305 Date:   Tue Sep 29 14:57:02 2015 +0100
5306
5307     Define return_trace()
5308
5309     Not functional change (expected!).
5310
5311  src/hb-open-file-private.hh          |  20 +--
5312  src/hb-open-type-private.hh          |  62 +++----
5313  src/hb-ot-cmap-table.hh              |  56 +++----
5314  src/hb-ot-glyf-table.hh              |   4 +-
5315  src/hb-ot-head-table.hh              |   2 +-
5316  src/hb-ot-hhea-table.hh              |   2 +-
5317  src/hb-ot-hmtx-table.hh              |   2 +-
5318  src/hb-ot-layout-common-private.hh   | 108 ++++++-------
5319  src/hb-ot-layout-gdef-table.hh       |  44 ++---
5320  src/hb-ot-layout-gpos-table.hh       | 252 +++++++++++++++--------------
5321  src/hb-ot-layout-gsub-table.hh       | 304
5322  ++++++++++++++++++-----------------
5323  src/hb-ot-layout-gsubgpos-private.hh | 205 +++++++++++------------
5324  src/hb-ot-layout-jstf-table.hh       |  35 ++--
5325  src/hb-ot-maxp-table.hh              |   5 +-
5326  src/hb-ot-name-table.hh              |  14 +-
5327  src/hb-private.hh                    |   6 +-
5328  16 files changed, 575 insertions(+), 546 deletions(-)
5329
5330 commit c917965b9e6fe2b21ed6c51559673288fa3af4b7
5331 Author: Behdad Esfahbod <behdad@behdad.org>
5332 Date:   Tue Sep 29 14:45:35 2015 +0100
5333
5334     Add missing returns
5335
5336     Fixes possible invalid read of two bytes.
5337
5338     Reported by Behzad Najjarpour Jabbari, Secunia Research.
5339
5340  src/hb-ot-layout-gpos-table.hh       | 14 +++++++-------
5341  src/hb-ot-layout-gsub-table.hh       | 12 ++++++------
5342  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
5343  3 files changed, 17 insertions(+), 17 deletions(-)
5344
5345 commit f3159ba5141c2ab0e430e64742972df140f91c43
5346 Author: Behdad Esfahbod <behdad@behdad.org>
5347 Date:   Tue Sep 29 14:34:56 2015 +0100
5348
5349     Micro-optimize hb_language_from_string()
5350
5351     As measured / improved by Benson Limketkai.
5352
5353  src/hb-common.cc | 10 +++++-----
5354  1 file changed, 5 insertions(+), 5 deletions(-)
5355
5356 commit f2ad935e19338a29113492150f0c5a5fd5befd75
5357 Author: Sascha Brawer <sascha@brawer.ch>
5358 Date:   Sun Jun 28 03:29:47 2015 +0200
5359
5360     Handle language tags that indicate phonetic IPA transcription
5361
5362     The BCP-47 registry defines a variant subtag "fonipa" that can be used
5363     in combination with arbitrary other language tags. For example,
5364     "rm-CH-fonipa-sursilv" indicates the Sursilvan dialect of Romansh
5365     as used in Switzerland, transcribed used the International Phonetic
5366     Alphabet.
5367
5368     http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
5369
5370  src/hb-ot-tag.cc       | 15 ++++++++++++++-
5371  test/api/test-ot-tag.c |  7 +++++++
5372  2 files changed, 21 insertions(+), 1 deletion(-)
5373
5374 commit b8811429b6810c4f13be087b593a862c17d9d987
5375 Author: Behdad Esfahbod <behdad@behdad.org>
5376 Date:   Thu Sep 3 15:53:22 2015 +0430
5377
5378     Fix Since tags
5379
5380     Fixes https://github.com/behdad/harfbuzz/issues/103
5381
5382  src/hb-blob.cc             | 24 +++++++++----------
5383  src/hb-buffer-serialize.cc | 10 ++++----
5384  src/hb-buffer.cc           | 58
5385  +++++++++++++++++++++++-----------------------
5386  src/hb-buffer.h            |  9 +++++++
5387  src/hb-common.cc           | 24 +++++++++----------
5388  src/hb-common.h            |  3 +++
5389  src/hb-coretext.cc         |  3 +++
5390  src/hb-font.h              | 18 +++++++-------
5391  src/hb-ft.cc               |  6 ++---
5392  src/hb-graphite2.cc        |  6 +++++
5393  src/hb-ot-layout.cc        |  2 +-
5394  src/hb-ot-tag.cc           |  2 +-
5395  src/hb-set.h               |  3 +++
5396  src/hb-shape.cc            |  2 +-
5397  src/hb-unicode.cc          | 18 +++++++-------
5398  src/hb-unicode.h           | 10 ++++----
5399  16 files changed, 111 insertions(+), 87 deletions(-)
5400
5401 commit 5d74ff02ab01df67808b416af8bb9cefb06f841e
5402 Author: Behdad Esfahbod <behdad@behdad.org>
5403 Date:   Thu Sep 3 14:55:59 2015 +0430
5404
5405     Fix Since: version tags on font and face APIs
5406
5407     A while back we marked every API as version:1.0.  We should fix
5408     them all
5409     to reflect real version they were introduced.  This is a start.
5410
5411     Patch from Nikolay Sivov.
5412
5413  src/hb-face.cc | 22 ++++++++---------
5414  src/hb-font.cc | 76
5415  +++++++++++++++++++++++++++++-----------------------------
5416  2 files changed, 49 insertions(+), 49 deletions(-)
5417
5418 commit 7f5405397406a24c5a001b5ef43dcf4d6926415e
5419 Author: Behdad Esfahbod <behdad@behdad.org>
5420 Date:   Tue Sep 1 17:03:50 2015 +0100
5421
5422     1.0.3
5423
5424  NEWS         | 11 +++++++++++
5425  configure.ac |  2 +-
5426  2 files changed, 12 insertions(+), 1 deletion(-)
5427
5428 commit 5828c45d7a816ccd0a7f10a665ea3cf8cfd63b05
5429 Author: Behdad Esfahbod <behdad@behdad.org>
5430 Date:   Tue Sep 1 16:26:35 2015 +0100
5431
5432     [indic] Add comments to merge_clusters calls
5433
5434  src/hb-ot-shape-complex-indic.cc | 21 ++++++++++++++++-----
5435  1 file changed, 16 insertions(+), 5 deletions(-)
5436
5437 commit bdc8215949a7add742cc800b4fdea6acaa37d152
5438 Author: Behdad Esfahbod <behdad@behdad.org>
5439 Date:   Tue Sep 1 16:24:54 2015 +0100
5440
5441     [thai] Respect cluster-level > 0
5442
5443  src/hb-ot-shape-complex-thai.cc | 2 +-
5444  1 file changed, 1 insertion(+), 1 deletion(-)
5445
5446 commit 5b31fe383ead726ec77062501ed3bb24c02842b3
5447 Author: Behdad Esfahbod <behdad@behdad.org>
5448 Date:   Tue Sep 1 16:24:34 2015 +0100
5449
5450     [use] Merge /before/ reordering
5451
5452  src/hb-ot-shape-complex-use.cc | 4 ++--
5453  1 file changed, 2 insertions(+), 2 deletions(-)
5454
5455 commit 0d438f89bd9422c66838c776eb4aa867de0a2ad8
5456 Author: Behdad Esfahbod <behdad@behdad.org>
5457 Date:   Tue Sep 1 16:24:13 2015 +0100
5458
5459     [hangul] Merge /before/ reordering
5460
5461  src/hb-ot-shape-complex-hangul.cc | 2 +-
5462  1 file changed, 1 insertion(+), 1 deletion(-)
5463
5464 commit f883de664fc4bfe01e30c89e07e31dc113f906d9
5465 Author: Behdad Esfahbod <behdad@behdad.org>
5466 Date:   Tue Sep 1 16:23:40 2015 +0100
5467
5468     [OT] Merge /before/ reordering
5469
5470  src/hb-ot-shape.cc | 5 +++--
5471  1 file changed, 3 insertions(+), 2 deletions(-)
5472
5473 commit c403d6320074455a5e8e48902c0ac4ee9685e33d
5474 Author: Behdad Esfahbod <behdad@behdad.org>
5475 Date:   Tue Sep 1 16:15:25 2015 +0100
5476
5477     [myanmar] Use buffer->sort() to sort cluster
5478
5479     This can possibly produce more granular clusters.
5480
5481  src/hb-ot-shape-complex-myanmar.cc | 3 +--
5482  1 file changed, 1 insertion(+), 2 deletions(-)
5483
5484 commit e995d33c10a4bd9404699d01bddb2b69d811e9ed
5485 Author: Behdad Esfahbod <behdad@behdad.org>
5486 Date:   Tue Sep 1 16:13:32 2015 +0100
5487
5488     [OT] Merge clusters when reordering marks for normalization
5489
5490     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=541608
5491     and cluster test.
5492
5493  src/hb-buffer-private.hh     |  2 ++
5494  src/hb-buffer.cc             | 21 +++++++++++++++++++++
5495  src/hb-ot-shape-normalize.cc |  2 +-
5496  3 files changed, 24 insertions(+), 1 deletion(-)
5497
5498 commit b6d7d161a87b5dde710924e5c557d39c302f5630
5499 Author: Behdad Esfahbod <behdad@behdad.org>
5500 Date:   Tue Sep 1 16:12:44 2015 +0100
5501
5502     [tests] Add Hebrew test for normalization under cluster-level=1
5503
5504     Currently fails.
5505     https://bugzilla.gnome.org/show_bug.cgi?id=541608
5506
5507  .../sha1sum/43ef465752be9af900745f72fe29cb853a1401a5.ttf | Bin 0 ->
5508  4272 bytes
5509  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
5510  test/shaping/tests/cluster.tests                         |   1 +
5511  3 files changed, 2 insertions(+)
5512
5513 commit 93099748e39740a3f6f003c83d9dec1d21660ce8
5514 Author: Behdad Esfahbod <behdad@behdad.org>
5515 Date:   Tue Sep 1 16:11:27 2015 +0100
5516
5517     Minor
5518
5519  src/hb-private.hh | 6 ++----
5520  1 file changed, 2 insertions(+), 4 deletions(-)
5521
5522 commit 85846b3de7491b6a07fed6a2c0c6c1b09943b249
5523 Author: Behdad Esfahbod <behdad@behdad.org>
5524 Date:   Tue Sep 1 15:07:52 2015 +0100
5525
5526     Use insertion-sort instead of bubble-sort
5527
5528     Needed for upcoming merge-clusters fix.
5529
5530  src/hb-buffer.cc                           |  4 +--
5531  src/hb-ot-shape-complex-arabic-fallback.hh |  6 ++--
5532  src/hb-ot-shape-complex-indic.cc           |  2 +-
5533  src/hb-ot-shape-complex-myanmar.cc         |  2 +-
5534  src/hb-ot-shape-normalize.cc               |  6 ++--
5535  src/hb-private.hh                          | 56
5536  +++++++++++++-----------------
5537  6 files changed, 34 insertions(+), 42 deletions(-)
5538
5539 commit fad2674874591b4a1df822603144c8864f5364c1
5540 Author: Behdad Esfahbod <behdad@behdad.org>
5541 Date:   Tue Sep 1 14:45:46 2015 +0100
5542
5543     Minor
5544
5545  test/Makefile.am         | 4 ++++
5546  test/api/Makefile.am     | 4 ++++
5547  test/shaping/Makefile.am | 4 ++++
5548  3 files changed, 12 insertions(+)
5549
5550 commit 23e4fac6de913201f263a73e13d3c1fab31d1bdd
5551 Author: Behdad Esfahbod <behdad@behdad.org>
5552 Date:   Mon Aug 31 19:41:01 2015 +0100
5553
5554     Update git.mk from upstream
5555
5556  git.mk | 17 ++++++++++++++++-
5557  1 file changed, 16 insertions(+), 1 deletion(-)
5558
5559 commit 5783e05f81bbf6debf2618c8994d6852630d9847
5560 Author: Behdad Esfahbod <behdad@behdad.org>
5561 Date:   Mon Aug 31 19:18:10 2015 +0100
5562
5563     [docs] Move docs/reference/ contents into docs/
5564
5565  configure.ac                                |   3 +-
5566  docs/Makefile.am                            | 117
5567  ++++++++++++++++++++++++++-
5568  docs/{reference => }/harfbuzz-docs.xml      |   0
5569  docs/{reference => }/harfbuzz-overrides.txt |   0
5570  docs/{reference => }/harfbuzz-sections.txt  |   0
5571  docs/reference/Makefile.am                  | 118
5572  ----------------------------
5573  docs/{reference => }/usermanual-ch01.xml    |   0
5574  docs/{reference => }/usermanual-ch02.xml    |   0
5575  docs/{reference => }/usermanual-ch03.xml    |   0
5576  docs/{reference => }/usermanual-ch04.xml    |   0
5577  docs/{reference => }/usermanual-ch05.xml    |   0
5578  docs/{reference => }/usermanual-ch06.xml    |   0
5579  docs/{reference => }/version.xml.in         |   0
5580  13 files changed, 117 insertions(+), 121 deletions(-)
5581
5582 commit cd5e3a13a6e0b6606d3a421f8cd44cdfb8314907
5583 Author: Behdad Esfahbod <behdad@behdad.org>
5584 Date:   Mon Aug 31 19:16:41 2015 +0100
5585
5586     [docs] Fix out-of-tree build
5587
5588  docs/reference/Makefile.am               |  9 ++++++++-
5589  docs/reference/harfbuzz-docs.xml         | 12 ++++++------
5590  docs/{ => reference}/usermanual-ch01.xml |  0
5591  docs/{ => reference}/usermanual-ch02.xml |  0
5592  docs/{ => reference}/usermanual-ch03.xml |  0
5593  docs/{ => reference}/usermanual-ch04.xml |  0
5594  docs/{ => reference}/usermanual-ch05.xml |  0
5595  docs/{ => reference}/usermanual-ch06.xml |  0
5596  8 files changed, 14 insertions(+), 7 deletions(-)
5597
5598 commit 3899795fa3c3e058e3885ec7a6638f0597a752cc
5599 Merge: d205965 01e16e8
5600 Author: Behdad Esfahbod <behdad@behdad.org>
5601 Date:   Mon Aug 31 10:46:01 2015 +0100
5602
5603     Merge pull request #131 from simoncozens/docs
5604
5605     Use gtk-doc to build user's manual as well as reference
5606
5607 commit 01e16e88f50b65b82dcb84773f532f18a351319f
5608 Author: Simon Cozens <simon@simon-cozens.org>
5609 Date:   Mon Aug 31 10:40:17 2015 +0100
5610
5611     Combine user / reference information into gtk-doc generated manual.
5612
5613  docs/reference/harfbuzz-docs.xml | 91
5614  +++++++++++++++++++++++-----------------
5615  1 file changed, 52 insertions(+), 39 deletions(-)
5616
5617 commit 11a07c4729174e1d4af028103ecb0a351e4c2707
5618 Author: Simon Cozens <simon@simon-cozens.org>
5619 Date:   Mon Aug 31 10:39:10 2015 +0100
5620
5621     Correct tag hierarchy, to allow for table-of-contents entries.
5622
5623  docs/usermanual-ch01.xml | 12 ++++++------
5624  docs/usermanual-ch02.xml |  8 ++++----
5625  docs/usermanual-ch03.xml | 24 ++++++++++++------------
5626  docs/usermanual-ch04.xml | 16 ++++++++--------
5627  docs/usermanual-ch05.xml | 12 ++++++------
5628  5 files changed, 36 insertions(+), 36 deletions(-)
5629
5630 commit 387d6af428ddd5d4f211fe5748412011013a3826
5631 Author: Simon Cozens <simon@simon-cozens.org>
5632 Date:   Mon Aug 31 10:31:09 2015 +0100
5633
5634     Missing tag (oops).
5635
5636  docs/usermanual-ch02.xml | 1 +
5637  1 file changed, 1 insertion(+)
5638
5639 commit d205965286798af4b7ad07e1eafa58288bee4bdb
5640 Author: Behdad Esfahbod <behdad@behdad.org>
5641 Date:   Mon Aug 31 10:12:05 2015 +0100
5642
5643     [docs] Fix typo
5644
5645  docs/usermanual-ch03.xml | 2 +-
5646  1 file changed, 1 insertion(+), 1 deletion(-)
5647
5648 commit c424b41705b50055c7f92b268cf78a2680af73af
5649 Merge: 31594b9 5470e74
5650 Author: Behdad Esfahbod <behdad@behdad.org>
5651 Date:   Mon Aug 31 09:53:16 2015 +0100
5652
5653     Merge pull request #129 from simoncozens/docs
5654
5655     First two chapters. More to follow.
5656
5657 commit 31594b98af0c9181982c77d8d3803753007f8fd4
5658 Author: Behdad Esfahbod <behdad@behdad.org>
5659 Date:   Sun Aug 30 17:33:04 2015 +0100
5660
5661     [test] Fix test-object
5662
5663     See previous commit.
5664
5665  test/api/test-object.c | 4 ----
5666  1 file changed, 4 deletions(-)
5667
5668 commit 326b5ebf5748f547e4eb7388d66b79fe23130e2a
5669 Author: Behdad Esfahbod <behdad@behdad.org>
5670 Date:   Sun Aug 30 17:29:21 2015 +0100
5671
5672     Poison freed objects such that double-free is detected
5673
5674     Previously we were setting refcount of freed objects to the inert
5675     value, which
5676     was harmful because it caused further destroy()s of the freed object
5677     to NOT
5678     call free() and hence hide the bug.  Indeed, after eb0bf3ae6688b7
5679     test-object
5680     was double-free'ing objects and this was never caught on Linux.
5681     It only was
5682     caught as crashing on Mac.
5683
5684     Now we poison refcount upon freeing and check that it's valid
5685     whenever reading
5686     it.  Makes test-object fail now.
5687
5688  src/hb-object-private.hh | 21 ++++++++++++++++-----
5689  1 file changed, 16 insertions(+), 5 deletions(-)
5690
5691 commit 5470e744dd264c2dc33437a68d20bcf7c5ffb905
5692 Author: Simon Cozens <simon@simon-cozens.org>
5693 Date:   Sat Aug 29 08:21:18 2015 +0100
5694
5695     Current state and skeleton outline
5696
5697  docs/usermanual-ch03.xml | 77
5698  ++++++++++++++++++++++++++++++++++++++++++++++++
5699  docs/usermanual-ch04.xml | 18 +++++++++++
5700  docs/usermanual-ch05.xml | 13 ++++++++
5701  docs/usermanual-ch06.xml |  8 +++++
5702  4 files changed, 116 insertions(+)
5703
5704 commit 6578575cc8aeb05341f2053039acfcd735707674
5705 Author: Behdad Esfahbod <behdad@behdad.org>
5706 Date:   Tue Aug 25 20:24:59 2015 +0100
5707
5708     [GPOS] Fix cursive connection with mix of RTL and non-RTL lookups
5709
5710     See thread "Issue with cursive attachment" started by Khaled.
5711     Turned out fixing this wasn't as bad as I had assumed.  I like the
5712     new code better; we now have a theoretical model of cursive
5713     connections that is easier to reason about.
5714
5715  src/hb-ot-layout-gpos-table.hh | 34 ++++++++++++++++++++++++++++++++++
5716  1 file changed, 34 insertions(+)
5717
5718 commit 7368da67244ea53195cd9b95a5c57485df695732
5719 Author: Behdad Esfahbod <behdad@behdad.org>
5720 Date:   Tue Aug 25 20:28:39 2015 +0100
5721
5722     [test] Add test for cursive-positioning with mixed directions
5723
5724     Fails now.  Fix coming.  See thread "Issue with cursive attachment"
5725     started by Khaled.  Test fonts were made by modifying test font
5726     from Khaled to add more anchors.
5727
5728  test/shaping/Makefile.am                                 |   1 +
5729  .../sha1sum/298c9e1d955f10f6f72c6915c3c6ff9bf9695cec.ttf | Bin 0 ->
5730  2520 bytes
5731  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
5732  .../sha1sum/c4e48b0886ef460f532fb49f00047ec92c432ec0.ttf | Bin 0 ->
5733  2512 bytes
5734  test/shaping/tests/MANIFEST                              |   1 +
5735  test/shaping/tests/cursive-positioning.tests             |   2 ++
5736  6 files changed, 6 insertions(+)
5737
5738 commit f0807654da160bd7ceb9aff5b8338ec0b643171c
5739 Author: Simon Cozens <simon@simon-cozens.org>
5740 Date:   Tue Aug 25 19:57:15 2015 +0100
5741
5742     First two chapters. More to follow.
5743
5744  docs/usermanual-ch01.xml | 115 ++++++++++++++++++++++++++++++
5745  docs/usermanual-ch02.xml | 182
5746  +++++++++++++++++++++++++++++++++++++++++++++++
5747  2 files changed, 297 insertions(+)
5748
5749 commit 58f2a73fb95af42e264a91cdef7bb5a89e965601
5750 Author: Behdad Esfahbod <behdad@behdad.org>
5751 Date:   Tue Aug 25 18:55:34 2015 +0100
5752
5753     [GPOS] Rewrite cursive attachment slightly differently
5754
5755     In anticipation for upcoming fix for bug reported by
5756     Khaled in thread "Issue with cursive attachment".
5757
5758  src/hb-ot-layout-gpos-table.hh | 36 ++++++++++++++++++++++++------------
5759  1 file changed, 24 insertions(+), 12 deletions(-)
5760
5761 commit fdd1770e006ca2d2973c049177ceda87a575e07f
5762 Author: Behdad Esfahbod <behdad@behdad.org>
5763 Date:   Mon Aug 24 13:49:55 2015 +0100
5764
5765     Add API/cmdline to show glyph extents when serializing buffer
5766
5767     New API: HB_BUFFER_SERIALIZE_FLAG_GLYPH_EXTENTS
5768
5769     hb-shape now accepts --show-extents.
5770
5771     Patch from Simon Cozens.
5772
5773  src/hb-buffer-serialize.cc | 17 +++++++++++++++++
5774  src/hb-buffer.h            |  3 ++-
5775  util/hb-shape.cc           |  2 ++
5776  util/options.cc            |  1 +
5777  util/options.hh            |  2 ++
5778  5 files changed, 24 insertions(+), 1 deletion(-)
5779
5780 commit 2cee5b68a07b99214ef9428fe5d03e7b378a558f
5781 Author: Behdad Esfahbod <behdad@behdad.org>
5782 Date:   Mon Aug 24 13:45:12 2015 +0100
5783
5784     [ot-font] Fix short-offset calculation
5785
5786  src/hb-ot-font.cc | 4 ++--
5787  1 file changed, 2 insertions(+), 2 deletions(-)
5788
5789 commit b50fcfa82994f93568a54dd1eb7fd327f6db5586
5790 Author: Behdad Esfahbod <behdad@behdad.org>
5791 Date:   Sun Aug 23 14:42:20 2015 +0100
5792
5793     [ot-font] Implement glyph_extents() for TrueType fonts
5794
5795     This brings ot-fonts into almost-complete shape and mostly in par with
5796     ft font.
5797
5798  src/Makefile.am         |   1 +
5799  src/hb-font.h           |   9 +++--
5800  src/hb-ot-font.cc       |  90 +++++++++++++++++++++++++++++++++++++++--
5801  src/hb-ot-glyf-table.hh | 104
5802  ++++++++++++++++++++++++++++++++++++++++++++++++
5803  src/hb-ot-head-table.hh |   3 +-
5804  5 files changed, 198 insertions(+), 9 deletions(-)
5805
5806 commit 0299b45000b5047c0b9bf0fe51f3b8b68a7982f8
5807 Author: Behdad Esfahbod <behdad@behdad.org>
5808 Date:   Fri Aug 21 12:44:36 2015 +0100
5809
5810     Make BYTE a real type
5811
5812  src/hb-open-type-private.hh | 16 +++++++++++++++-
5813  1 file changed, 15 insertions(+), 1 deletion(-)
5814
5815 commit ed6962c795ae7c54aaee9ed5667fa65ccf7412bf
5816 Author: Behdad Esfahbod <behdad@behdad.org>
5817 Date:   Thu Aug 20 15:39:53 2015 +0100
5818
5819     [coretext] Use i32 instead of u32 as well
5820
5821     Shouldn't cause *any* functional changes, but is more correct.
5822
5823  src/hb-coretext.cc | 20 ++++++++++----------
5824  1 file changed, 10 insertions(+), 10 deletions(-)
5825
5826 commit 163c435f1807c138da9f74f09d29d913eb9e29e9
5827 Author: Behdad Esfahbod <behdad@behdad.org>
5828 Date:   Thu Aug 20 15:39:06 2015 +0100
5829
5830     [uniscribe] Fix negative offsets
5831
5832     Ouch!
5833
5834  src/hb-uniscribe.cc | 8 ++++----
5835  1 file changed, 4 insertions(+), 4 deletions(-)
5836
5837 commit 789b89ef7130ffe5f22c571fc3cb4e6d35456654
5838 Author: Behdad Esfahbod <behdad@behdad.org>
5839 Date:   Wed Aug 19 13:39:57 2015 +0100
5840
5841     1.0.2
5842
5843  NEWS         | 13 +++++++++++++
5844  configure.ac |  2 +-
5845  2 files changed, 14 insertions(+), 1 deletion(-)
5846
5847 commit 958c268fa3a520666436e77a2111a3b564a36d96
5848 Author: Behdad Esfahbod <behdad@behdad.org>
5849 Date:   Wed Aug 19 13:22:12 2015 +0100
5850
5851     [coretext] Add TODO item
5852
5853  src/hb-coretext.cc | 1 +
5854  1 file changed, 1 insertion(+)
5855
5856 commit 7c5bee09d9c7c25672c7c77572ebae0b731892d0
5857 Author: Behdad Esfahbod <behdad@behdad.org>
5858 Date:   Wed Aug 19 13:20:31 2015 +0100
5859
5860     [uniscribe] Fix font scale handling
5861
5862     By default shape at upem (or ppem), and scale results.
5863     Similar to work done in CoreText backend, but using upem as default.
5864
5865  src/hb-uniscribe.cc | 25 +++++++++++++++++++------
5866  1 file changed, 19 insertions(+), 6 deletions(-)
5867
5868 commit 902e74a098dad8c3b487856284f9fdf99b04f9f1
5869 Author: Behdad Esfahbod <behdad@behdad.org>
5870 Date:   Tue Aug 18 18:55:03 2015 +0100
5871
5872     Commented-out code to print buffer before each lookup
5873
5874     To be turned into a useful HB_DEBUG_SHAPE infrastructure...
5875
5876  src/hb-ot-layout.cc | 12 ++++++++++++
5877  1 file changed, 12 insertions(+)
5878
5879 commit 75504a50488a6aac0b9789f728fb5b87e641d4c3
5880 Author: Behdad Esfahbod <behdad@behdad.org>
5881 Date:   Tue Aug 18 18:47:02 2015 +0100
5882
5883     Allow serializing buffer with output-buffer being used
5884
5885     Ie, don't call get_positions() if positions are not
5886     requested for serialization.
5887
5888  src/hb-buffer-serialize.cc | 6 ++++--
5889  1 file changed, 4 insertions(+), 2 deletions(-)
5890
5891 commit e47b772a56af44a9a4f9ec907ee2091b725b94c1
5892 Author: Behdad Esfahbod <behdad@behdad.org>
5893 Date:   Tue Aug 18 18:42:47 2015 +0100
5894
5895     [ot] Change buffer content type right after we map to glyphs
5896
5897     Needed for upcoming debug output changes.
5898
5899  src/hb-ot-shape.cc | 2 ++
5900  1 file changed, 2 insertions(+)
5901
5902 commit d104415e4c1e0f9140f794cd8d09c6460c63e966
5903 Author: Behdad Esfahbod <behdad@behdad.org>
5904 Date:   Tue Aug 18 17:33:34 2015 +0100
5905
5906     [Android.mk] Update for SEA removal and USE addition
5907
5908  Android.mk | 3 ++-
5909  1 file changed, 2 insertions(+), 1 deletion(-)
5910
5911 commit ddd6bf12f1cabaa298feed820313483b9893528c
5912 Author: Behdad Esfahbod <behdad@behdad.org>
5913 Date:   Tue Aug 18 15:55:09 2015 +0100
5914
5915     Don't declare dependency on freetype in harfbuzz.pc
5916
5917     See comments.
5918
5919  src/Makefile.am | 7 ++++++-
5920  1 file changed, 6 insertions(+), 1 deletion(-)
5921
5922 commit 2c8b3b2e5312c9858584f568b1528c57e5bb8a10
5923 Author: Behdad Esfahbod <behdad@behdad.org>
5924 Date:   Tue Aug 18 14:36:43 2015 +0100
5925
5926     [debug] Print lookup index in debug-apply output
5927
5928  src/hb-ot-layout-gpos-table.hh       | 5 ++++-
5929  src/hb-ot-layout-gsub-table.hh       | 5 ++++-
5930  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++--
5931  src/hb-ot-layout.cc                  | 3 ++-
5932  4 files changed, 15 insertions(+), 5 deletions(-)
5933
5934 commit 50ad7788eeb7160caef4ec78e65c7c630e601b06
5935 Author: Behdad Esfahbod <behdad@behdad.org>
5936 Date:   Tue Aug 18 10:22:16 2015 +0100
5937
5938     [coretext] Remove assert that kicks in on Mac OS 10.6
5939
5940     http://crbug.com/419769
5941
5942  src/hb-coretext.cc | 18 ++++++++++++++----
5943  1 file changed, 14 insertions(+), 4 deletions(-)
5944
5945 commit 2b646fa07f5f9d4d10d563a91d22a2750b5fc771
5946 Author: Behdad Esfahbod <behdad@behdad.org>
5947 Date:   Mon Aug 17 16:03:28 2015 +0200
5948
5949     Remove unused function
5950
5951  src/hb-ot-shape-complex-use.cc | 8 --------
5952  1 file changed, 8 deletions(-)
5953
5954 commit 23237b0279a04407addf33f599c45faa60f002ca
5955 Author: ThePhD <phdofthehouse@gmail.com>
5956 Date:   Fri Aug 14 01:19:08 2015 -0400
5957
5958     Last apparent boolean fix!
5959
5960  src/hb-ot-shape-complex-use.cc | 2 +-
5961  1 file changed, 1 insertion(+), 1 deletion(-)
5962
5963 commit 5c99cf93d6242803bddcac2ca8300fdec7e0f8a7
5964 Merge: 8ad89f0 539a610
5965 Author: ThePhD <phdofthehouse@gmail.com>
5966 Date:   Fri Aug 14 01:02:00 2015 -0400
5967
5968     Merge branch 'master' into vc++-fixes
5969
5970 commit 539a610e2e72375e598ab29fd390ed9ec93816d5
5971 Author: Behdad Esfahbod <behdad@behdad.org>
5972 Date:   Tue Aug 11 12:58:49 2015 +0200
5973
5974     Add Libs.private and Requires.private to harfbuzz.pc
5975
5976     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=64501
5977
5978  configure.ac       | 12 +++++++++---
5979  src/Makefile.am    | 15 ++++++++++++---
5980  src/harfbuzz.pc.in |  2 ++
5981  3 files changed, 23 insertions(+), 6 deletions(-)
5982
5983 commit c7dfe316f8c0fc04b7976fca5e58eb46d91b4821
5984 Author: jfkthame <jfkthame@gmail.com>
5985 Date:   Fri Aug 7 17:55:03 2015 +0100
5986
5987     Don't rely on .cluster in _hb_ot_shape_normalize()
5988
5989     Fixes https://github.com/behdad/harfbuzz/pull/124
5990
5991  src/hb-ot-shape-normalize.cc | 2 +-
5992  1 file changed, 1 insertion(+), 1 deletion(-)
5993
5994 commit 9099e48e29fe5cfdf8566c8f1ba6ddc8c0799e7e
5995 Author: jfkthame <jfkthame@gmail.com>
5996 Date:   Fri Aug 7 17:51:28 2015 +0100
5997
5998     Don't rely on .cluster field in fallback_position
5999
6000     Fixes tests/cluster.
6001
6002     Fixes https://github.com/behdad/harfbuzz/pull/123
6003
6004  src/hb-ot-shape-fallback.cc | 5 ++---
6005  1 file changed, 2 insertions(+), 3 deletions(-)
6006
6007 commit f3792342f670978cdc3f8512fb5e80314ca0678d
6008 Author: Behdad Esfahbod <behdad@behdad.org>
6009 Date:   Sat Aug 8 18:02:18 2015 +0200
6010
6011     [tests] Add test for fallback positioning with cluster_level > 0
6012
6013     For https://github.com/behdad/harfbuzz/pull/123
6014     Currently fails.  Fix coming.
6015
6016  test/shaping/Makefile.am                                  |   1 +
6017  .../sha1sum/6466d38c62e73a39202435a4f73bf5d6acbb73c0.ttf  | Bin 0 ->
6018  824 bytes
6019  test/shaping/fonts/sha1sum/MANIFEST                       |   1 +
6020  test/shaping/tests/MANIFEST                               |   1 +
6021  test/shaping/tests/cluster.tests                          |   1 +
6022  5 files changed, 4 insertions(+)
6023
6024 commit bd22a5cfae24b3b9253bccaeb139e698e74cd0c3
6025 Author: Behdad Esfahbod <behdad@behdad.org>
6026 Date:   Fri Aug 7 11:13:27 2015 +0200
6027
6028     Bug 91559 - HarfBuzz 1.0.1: Inconsistent DLL files
6029     specified/created...
6030
6031     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=91559
6032
6033  src/Makefile.am | 2 +-
6034  1 file changed, 1 insertion(+), 1 deletion(-)
6035
6036 commit 02d6439f420d959183dd446abd0b0118ee1ee061
6037 Merge: 9002c27 160f635
6038 Author: Behdad Esfahbod <behdad@behdad.org>
6039 Date:   Mon Aug 3 22:47:18 2015 +0300
6040
6041     Merge pull request #122 from RomainNaour/static-fix
6042
6043     fix static linking with icu-uc
6044
6045 commit 160f635523d596f61e292776f638d4eb09673463
6046 Author: Romain Naour <romain.naour@openwide.fr>
6047 Date:   Wed Jul 22 23:26:23 2015 +0200
6048
6049     fix static linking with icu-uc
6050
6051     When linking test-unicode statically it needs $(ICU_LIBS)
6052     which contains all required flags.
6053     Especially -lstdc++.
6054
6055     Fixes:
6056     http://autobuild.buildroot.net/results/210/2107f9dfb39eeb6559fb4271c7af8b39aef521ca/
6057
6058     Signed-off-by: Romain Naour <romain.naour@openwide.fr>
6059
6060  test/api/Makefile.am | 2 +-
6061  1 file changed, 1 insertion(+), 1 deletion(-)
6062
6063 commit 9002c27b2f54bb5135db92045c0d770b47317577
6064 Author: Behdad Esfahbod <behdad@behdad.org>
6065 Date:   Mon Jul 27 12:17:54 2015 +0200
6066
6067     1.0.1
6068
6069  NEWS         | 9 ++++++++-
6070  configure.ac | 2 +-
6071  2 files changed, 9 insertions(+), 2 deletions(-)
6072
6073 commit f1c20e1ba5bf218df7dc3e198bdcf1f449fc9387
6074 Author: Behdad Esfahbod <behdad@behdad.org>
6075 Date:   Mon Jul 27 12:16:02 2015 +0200
6076
6077     [USE] Fix out-of-bounds static array access
6078
6079  src/hb-ot-shape-complex-use.cc | 2 +-
6080  1 file changed, 1 insertion(+), 1 deletion(-)
6081
6082 commit 260442346a5756c3538ee8fcbf157d1cddcf6f36
6083 Author: Behdad Esfahbod <behdad@behdad.org>
6084 Date:   Sun Jul 26 23:39:10 2015 +0200
6085
6086     1.0.0
6087
6088  NEWS            | 10 ++++++++++
6089  configure.ac    |  4 ++--
6090  src/Makefile.am |  2 +-
6091  3 files changed, 13 insertions(+), 3 deletions(-)
6092
6093 commit df6cb84449a473d540821e41fb5007b59644780f
6094 Merge: 2ed6be6 786ba45
6095 Author: Behdad Esfahbod <behdad@behdad.org>
6096 Date:   Sun Jul 26 19:40:55 2015 +0200
6097
6098     Merge branch 'use'
6099
6100 commit 2ed6be66703e6cc67f3a3746e197001dad3d9b74
6101 Author: Behdad Esfahbod <behdad@behdad.org>
6102 Date:   Sun Jul 26 19:29:53 2015 +0200
6103
6104     0.9.42
6105
6106  NEWS         | 12 ++++++++++++
6107  configure.ac |  2 +-
6108  2 files changed, 13 insertions(+), 1 deletion(-)
6109
6110 commit 23e56e088a721863cfdef4f027fb66eecbd77457
6111 Author: Behdad Esfahbod <behdad@behdad.org>
6112 Date:   Sat Jul 25 17:36:46 2015 +0200
6113
6114     Fix broken sentence
6115
6116  src/hb-set-private.hh | 10 +++++++++-
6117  1 file changed, 9 insertions(+), 1 deletion(-)
6118
6119 commit 91a2e5d2878a8c0b4d4500e3d52d4fbaaf1ac0d7
6120 Author: Grigori Goronzy <greg@chown.ath.cx>
6121 Date:   Wed Jul 8 23:28:11 2015 +0200
6122
6123     Update UCDN to upstream commit 8af93f30
6124
6125     This adds support for Unicode 8.0 and fixes a bug with wrong
6126     properties
6127     for ranges of codepoints.
6128
6129  src/hb-ucdn.cc               |    6 +
6130  src/hb-ucdn/ucdn.h           |    6 +
6131  src/hb-ucdn/unicodedata_db.h | 2167
6132  +++++++++++++++++++++---------------------
6133  3 files changed, 1118 insertions(+), 1061 deletions(-)
6134
6135 commit 786ba45847127b9cd4d9c0c01ae0e6c61f3a8e06
6136 Author: Behdad Esfahbod <behdad@behdad.org>
6137 Date:   Thu Jul 23 13:04:34 2015 +0100
6138
6139     [test] Encode Kharoshti text
6140
6141     Ouch!
6142
6143  .../in-tree/shaper-use/script-kharoshti/misc.txt   | 72
6144  +++++++++++-----------
6145  1 file changed, 36 insertions(+), 36 deletions(-)
6146
6147 commit b4231255032e243153a6f32cf8c93c158cb0bf6a
6148 Author: Behdad Esfahbod <behdad@behdad.org>
6149 Date:   Thu Jul 23 13:01:55 2015 +0100
6150
6151     [test] Add Batak and Buginese test texts
6152
6153  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  2 +
6154  .../texts/in-tree/shaper-use/script-batak/MANIFEST |  1 +
6155  .../texts/in-tree/shaper-use/script-batak/misc.txt |  9 +++
6156  .../in-tree/shaper-use/script-buginese/MANIFEST    |  1 +
6157  .../in-tree/shaper-use/script-buginese/misc.txt    | 70
6158  ++++++++++++++++++++++
6159  5 files changed, 83 insertions(+)
6160
6161 commit b8c159ffccad090974a2b97be0a0140fa09af132
6162 Author: Behdad Esfahbod <behdad@behdad.org>
6163 Date:   Thu Jul 23 12:59:17 2015 +0100
6164
6165     [test] Remove shaper-sea texts under shaper-use
6166
6167  test/shaping/texts/in-tree/MANIFEST                                     |
6168  1 -
6169  test/shaping/texts/in-tree/shaper-sea/MANIFEST                          |
6170  2 --
6171  test/shaping/texts/in-tree/shaper-sea/script-cham/MANIFEST              |
6172  1 -
6173  test/shaping/texts/in-tree/shaper-sea/script-tai-tham/MANIFEST          |
6174  1 -
6175  test/shaping/texts/in-tree/shaper-use/MANIFEST                          |
6176  2 ++
6177  .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/MANIFEST
6178  | 0
6179  .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/misc.txt
6180  | 0
6181  .../script-tai-tham/misc => shaper-use/script-tai-tham}/MANIFEST
6182  | 0
6183  .../script-tai-tham/misc => shaper-use/script-tai-tham}/misc.txt
6184  | 0
6185  .../script-tai-tham/misc => shaper-use/script-tai-tham}/torture.txt
6186  | 0
6187  10 files changed, 2 insertions(+), 5 deletions(-)
6188
6189 commit 67ba7320cc5545baeacfcff64cea338223b9bd6d
6190 Author: Behdad Esfahbod <behdad@behdad.org>
6191 Date:   Thu Jul 23 12:58:21 2015 +0100
6192
6193     [test] Remove New Tai Lue texts
6194
6195     New Tai Lue changed encoding to visual, boring, model.
6196
6197  test/shaping/texts/in-tree/shaper-sea/MANIFEST                         |
6198  1 -
6199  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/MANIFEST      |
6200  1 -
6201  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/MANIFEST |
6202  1 -
6203  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/misc.txt |
6204  1 -
6205  4 files changed, 4 deletions(-)
6206
6207 commit c81d957a264539dfe3252f9a94ee066c4a44edf4
6208 Author: Behdad Esfahbod <behdad@behdad.org>
6209 Date:   Thu Jul 23 12:50:48 2015 +0100
6210
6211     [test] Add tests for improved 'vert' feature
6212
6213  test/shaping/Makefile.am                                 |   1 +
6214  .../sha1sum/191826b9643e3f124d865d617ae609db6a2ce203.ttf | Bin 0 ->
6215  2140 bytes
6216  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
6217  test/shaping/tests/MANIFEST                              |   1 +
6218  test/shaping/tests/vertical.tests                        |   1 +
6219  5 files changed, 4 insertions(+)
6220
6221 commit 8a6a16dbcb1808c7ed50f9ba320384565bbf405a
6222 Author: Behdad Esfahbod <behdad@behdad.org>
6223 Date:   Thu Jul 23 12:49:09 2015 +0100
6224
6225     [test] Add recently added test
6226
6227     Ouch.
6228
6229  test/shaping/Makefile.am | 1 +
6230  1 file changed, 1 insertion(+)
6231
6232 commit 895fb31c7f0201f13df5a6866b367476bc4aab2e
6233 Author: Behdad Esfahbod <behdad@behdad.org>
6234 Date:   Thu Jul 23 12:14:03 2015 +0100
6235
6236     [test] Support additional options to hb-shape in micro-test suite
6237
6238  test/shaping/record-test.sh                        | 47
6239  ++++++++++++++++++----
6240  test/shaping/run-tests.sh                          |  9 ++++-
6241  test/shaping/tests/arabic-fallback-shaping.tests   |  2 +-
6242  test/shaping/tests/arabic-feature-order.tests      |  6 +--
6243  test/shaping/tests/context-matching.tests          |  6 +--
6244  test/shaping/tests/default-ignorables.tests        |  2 +-
6245  test/shaping/tests/hangul-jamo.tests               |  4 +-
6246  test/shaping/tests/indic-joiner-candrabindu.tests  |  4 +-
6247  test/shaping/tests/indic-old-spec.tests            |  4 +-
6248  test/shaping/tests/indic-pref-blocking.tests       |  4 +-
6249  .../tests/mongolian-variation-selector.tests       |  6 +--
6250  test/shaping/tests/zero-width-marks.tests          |  4 +-
6251  12 files changed, 67 insertions(+), 31 deletions(-)
6252
6253 commit 0f98fe88f42471eb8fb28d08d45eca9cd8303f7a
6254 Author: Behdad Esfahbod <behdad@behdad.org>
6255 Date:   Thu Jul 23 11:52:11 2015 +0100
6256
6257     [ot] Search globally for 'vert' feature if not found in specified
6258     script/lang
6259
6260     Fixes https://github.com/behdad/harfbuzz/issues/63
6261
6262  src/hb-ot-layout-private.hh |  9 +++++++++
6263  src/hb-ot-layout.cc         | 22 ++++++++++++++++++++++
6264  src/hb-ot-map-private.hh    |  7 ++++---
6265  src/hb-ot-map.cc            | 10 ++++++++++
6266  src/hb-ot-shape.cc          |  6 +++++-
6267  5 files changed, 50 insertions(+), 4 deletions(-)
6268
6269 commit f327aacfa107bbef0c823ef9c3b7dfc91316040c
6270 Author: Behdad Esfahbod <behdad@behdad.org>
6271 Date:   Thu Jul 23 11:32:59 2015 +0100
6272
6273     [ot] Minor
6274
6275  src/hb-ot-shape.cc | 11 +++--------
6276  1 file changed, 3 insertions(+), 8 deletions(-)
6277
6278 commit d78463c8016ff1852233479a1ebde30c3bb6de6e
6279 Author: Behdad Esfahbod <behdad@behdad.org>
6280 Date:   Thu Jul 23 10:11:35 2015 +0100
6281
6282     Minor debug output fix
6283
6284  src/hb-ot-layout.cc | 2 +-
6285  1 file changed, 1 insertion(+), 1 deletion(-)
6286
6287 commit d99f50bde0e8be0866385ca6886938d2023dbd4f
6288 Author: Behdad Esfahbod <behdad@behdad.org>
6289 Date:   Thu Jul 23 10:08:48 2015 +0100
6290
6291     Add missing TRACE_RETURN
6292
6293  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
6294  1 file changed, 1 insertion(+), 1 deletion(-)
6295
6296 commit 2dc8e3f470d7c0b579f867605b8bf40688bc5722
6297 Author: Behdad Esfahbod <behdad@behdad.org>
6298 Date:   Thu Jul 23 10:07:21 2015 +0100
6299
6300     [ot] Add missing return!
6301
6302  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
6303  1 file changed, 1 insertion(+), 1 deletion(-)
6304
6305 commit 582069172c39326c7f94373793c656439a4c2b59
6306 Author: Behdad Esfahbod <behdad@behdad.org>
6307 Date:   Wed Jul 22 18:44:59 2015 +0100
6308
6309     Add test case for deleting default ignorables with positioning
6310
6311  .../sha1sum/051d92f8bc6ff724511b296c27623f824de256e9.ttf | Bin 0 ->
6312  2028 bytes
6313  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
6314  test/shaping/tests/MANIFEST                              |   1 +
6315  test/shaping/tests/default-ignorables.tests              |   1 +
6316  4 files changed, 3 insertions(+)
6317
6318 commit 8cfbc304ee563ec96e402beed34b10b6c0950a6a
6319 Author: Behdad Esfahbod <behdad@behdad.org>
6320 Date:   Wed Jul 22 18:41:10 2015 +0100
6321
6322     Fix hide-default-ignorables after
6323     f0010dfd01ef4a927b0bdc175dd4e343a8637174
6324
6325     We can't delete things before hb_ot_layout_position_finish().  So,
6326     just zero the advance before it, and remove later.
6327
6328  src/hb-ot-shape.cc | 25 +++++++++++++++++++------
6329  1 file changed, 19 insertions(+), 6 deletions(-)
6330
6331 commit 2dbd3d29d6548bd96fd976606ed689fac8ad8817
6332 Author: Behdad Esfahbod <behdad@behdad.org>
6333 Date:   Wed Jul 22 18:28:39 2015 +0100
6334
6335     Fix hide-ignorables if font doesn't have space glyph
6336
6337     Was broken by 82b521aeb7cc73879b44ca4278d6fa8b4347527f, as we have
6338     positioning data by then and can't use the output buffer.  Ouch!
6339
6340  src/hb-buffer-private.hh | 18 ------------------
6341  src/hb-ot-shape.cc       | 44
6342  +++++++++++++++++++++++++++++++++++---------
6343  2 files changed, 35 insertions(+), 27 deletions(-)
6344
6345 commit 4ba796b26ee62de0d2830a550f3aa3b4aecf6f59
6346 Author: Behdad Esfahbod <behdad@behdad.org>
6347 Date:   Wed Jul 22 17:41:31 2015 +0100
6348
6349     Refactor _hb_glyph_info_is_default_ignorable()
6350
6351  src/hb-ot-layout-gsubgpos-private.hh | 3 +--
6352  src/hb-ot-layout-private.hh          | 4 +++-
6353  src/hb-ot-shape.cc                   | 9 +++------
6354  3 files changed, 7 insertions(+), 9 deletions(-)
6355
6356 commit f0010dfd01ef4a927b0bdc175dd4e343a8637174
6357 Author: Behdad Esfahbod <behdad@behdad.org>
6358 Date:   Wed Jul 22 17:36:23 2015 +0100
6359
6360     [ot] Hide default-ignorables before finishing off positioning
6361
6362     For example, fixes the following sequence with Arial XP:
6363     628 25cc 651 25cc 64e 3a 20 628 651 34f 64e
6364     628 25cc 64e 25cc 651 3a 20 628 64e 34f 651
6365
6366     Discovered as part of:
6367     https://bugs.freedesktop.org/show_bug.cgi?id=85873
6368
6369  src/hb-ot-shape.cc | 125
6370  +++++++++++++++++++++++++++--------------------------
6371  1 file changed, 63 insertions(+), 62 deletions(-)
6372
6373 commit 376d587f36b4ff10342ee6ca3bacd73532ea44c8
6374 Author: Behdad Esfahbod <behdad@behdad.org>
6375 Date:   Wed Jul 22 16:51:12 2015 +0100
6376
6377     Implement more granular cluster-merging
6378
6379     TODO: Documentation.
6380
6381     Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=71445
6382
6383  NEWS                              |  8 +++++++
6384  src/hb-buffer-private.hh          |  1 +
6385  src/hb-buffer.cc                  | 46
6386  ++++++++++++++++++++++++++++++++++-----
6387  src/hb-buffer.h                   | 12 ++++++++++
6388  src/hb-ot-shape-complex-hangul.cc | 13 +++++------
6389  src/hb-ot-shape.cc                |  7 ++++++
6390  util/options.cc                   |  1 +
6391  util/options.hh                   |  3 +++
6392  8 files changed, 77 insertions(+), 14 deletions(-)
6393
6394 commit a60e2cfa395718cde48eb81f43adc27b4a92e117
6395 Author: Behdad Esfahbod <behdad@behdad.org>
6396 Date:   Wed Jul 22 15:49:08 2015 +0100
6397
6398     [ot] Don't rely on cluster numbers for ensure_native_direction()
6399
6400  src/hb-ot-shape.cc | 19 ++++++++++++++++++-
6401  1 file changed, 18 insertions(+), 1 deletion(-)
6402
6403 commit 701112dad9f6e690b253f1e64f4e7e549f5ae65f
6404 Author: Behdad Esfahbod <behdad@behdad.org>
6405 Date:   Wed Jul 22 15:42:20 2015 +0100
6406
6407     [ot] Simplify form_clusters()
6408
6409  src/hb-buffer-private.hh |  9 ++++++++-
6410  src/hb-buffer.cc         |  7 ++-----
6411  src/hb-ot-shape.cc       | 11 +++++++++--
6412  3 files changed, 19 insertions(+), 8 deletions(-)
6413
6414 commit 7b8b63adc5e0389fc4cf2720ef7e5804ab6c29cc
6415 Author: Behdad Esfahbod <behdad@behdad.org>
6416 Date:   Wed Jul 22 15:24:26 2015 +0100
6417
6418     [ot] Don't mirror character if font doesn't support mirrored
6419     character!
6420
6421  src/hb-ot-shape.cc | 2 +-
6422  1 file changed, 1 insertion(+), 1 deletion(-)
6423
6424 commit 97d7c3a100e2673279f066540229d229aaf0df78
6425 Author: Behdad Esfahbod <behdad@behdad.org>
6426 Date:   Wed Jul 22 14:28:25 2015 +0100
6427
6428     [graphite2] Fix bunch of stuff
6429
6430     Based on patch from Martin Hosken, with review from Jonathan and I.
6431
6432  src/hb-graphite2.cc | 82
6433  +++++++++++++++++++++++++++++++++++------------------
6434  1 file changed, 54 insertions(+), 28 deletions(-)
6435
6436 commit ea7f8414e34d4b5efc7b98974637c08f75440f0e
6437 Author: Behdad Esfahbod <behdad@behdad.org>
6438 Date:   Wed Jul 22 13:53:45 2015 +0100
6439
6440     [graphite2] Enlarge buffer for output glyphs!
6441
6442  src/hb-graphite2.cc | 1 +
6443  1 file changed, 1 insertion(+)
6444
6445 commit 9cd59db1af47ff511edf251949d58b82673cf704
6446 Author: Behdad Esfahbod <behdad@behdad.org>
6447 Date:   Wed Jul 22 13:27:06 2015 +0100
6448
6449     [USE] Implement topographical features for non-Arabic-joining scripts
6450
6451     This works per-syllable as per the spec, but we think it should be per
6452     spacing/base/??? glyph instead.
6453
6454  src/hb-ot-shape-complex-use.cc | 87
6455  ++++++++++++++++++++++++++++++++++++++----
6456  1 file changed, 80 insertions(+), 7 deletions(-)
6457
6458 commit ecb0b24ef3f8177e7c789f45a2e858bd67e31be3
6459 Author: Behdad Esfahbod <behdad@behdad.org>
6460 Date:   Wed Jul 22 12:02:09 2015 +0100
6461
6462     Use foreach_cluster in Indic shaper
6463
6464  src/hb-ot-shape-complex-indic.cc | 90
6465  +++++++++-------------------------------
6466  1 file changed, 19 insertions(+), 71 deletions(-)
6467
6468 commit 56f71ff98890fc4fd13e8d9743dc34c4b9407309
6469 Author: Behdad Esfahbod <behdad@behdad.org>
6470 Date:   Wed Jul 22 11:58:11 2015 +0100
6471
6472     Use foreach_syllable in Myanmar shaper
6473
6474  src/hb-ot-shape-complex-myanmar.cc | 62
6475  ++++++++------------------------------
6476  1 file changed, 12 insertions(+), 50 deletions(-)
6477
6478 commit ac596511a8c9eeaeb455ca16b5b9c5f1b9923b3a
6479 Author: Behdad Esfahbod <behdad@behdad.org>
6480 Date:   Wed Jul 22 11:54:02 2015 +0100
6481
6482     Add foreach_syllable
6483
6484     Use it in USE.
6485
6486  src/hb-ot-layout-private.hh    |  24 ++++++++
6487  src/hb-ot-shape-complex-use.cc | 129
6488  +++++++++++++----------------------------
6489  2 files changed, 64 insertions(+), 89 deletions(-)
6490
6491 commit 8ba9e689680f7685c04cfe7c6019222bdf0c52b0
6492 Author: Behdad Esfahbod <behdad@behdad.org>
6493 Date:   Wed Jul 22 11:16:01 2015 +0100
6494
6495     [USE] Do Arabic-like shaping
6496
6497  src/hb-ot-shape-complex-use.cc | 77
6498  ++++++++++++++++++++++++++++++++++++++++--
6499  1 file changed, 75 insertions(+), 2 deletions(-)
6500
6501 commit 9daf2dfb6bd5683fd951bdf166c8b87938257e52
6502 Author: Behdad Esfahbod <behdad@behdad.org>
6503 Date:   Wed Jul 22 10:32:30 2015 +0100
6504
6505     Add hb-ot-shape-complex-arabic-private.hh
6506
6507  src/Makefile.am                           |  1 +
6508  src/hb-ot-shape-complex-arabic-private.hh | 50
6509  +++++++++++++++++++++++++++++++
6510  src/hb-ot-shape-complex-arabic.cc         | 37 +++++++++++++----------
6511  3 files changed, 73 insertions(+), 15 deletions(-)
6512
6513 commit a51a661fe1dcfdd3a274a6be6ad741c68d430c8c
6514 Author: Behdad Esfahbod <behdad@behdad.org>
6515 Date:   Tue Jul 21 18:24:21 2015 +0100
6516
6517     [USE] Only reorder the first component of a split left mark
6518
6519  src/hb-ot-shape-complex-use.cc | 5 ++++-
6520  1 file changed, 4 insertions(+), 1 deletion(-)
6521
6522 commit a08a278b15c7e57a1d0a783f2bc877471b9d8229
6523 Author: Behdad Esfahbod <behdad@behdad.org>
6524 Date:   Tue Jul 21 18:09:40 2015 +0100
6525
6526     [USE] Don't compose split matras
6527
6528     Same logic as in Indic shaper.
6529
6530  src/hb-ot-shape-complex-use.cc | 15 ++++++++++++++-
6531  1 file changed, 14 insertions(+), 1 deletion(-)
6532
6533 commit 21cb08a417f1203523191192d6a342e8cd0ea14c
6534 Author: Behdad Esfahbod <behdad@behdad.org>
6535 Date:   Tue Jul 21 17:47:06 2015 +0100
6536
6537     Remove unused SEA shaper
6538
6539  src/Makefile.am                        |   4 -
6540  src/hb-ot-shape-complex-sea-machine.rl | 102 ---------
6541  src/hb-ot-shape-complex-sea.cc         | 380
6542  ---------------------------------
6543  3 files changed, 486 deletions(-)
6544
6545 commit db1e9cdd41ff7c97c29b4d9b64b2351ed0ef0403
6546 Author: Behdad Esfahbod <behdad@behdad.org>
6547 Date:   Tue Jul 21 17:46:06 2015 +0100
6548
6549     Retire SEA shaper in favor of USE
6550
6551  src/hb-ot-shape-complex-private.hh | 25 +++----------------------
6552  1 file changed, 3 insertions(+), 22 deletions(-)
6553
6554 commit 87dde9c64753dea4017f11a7734e7528b8eecac0
6555 Author: Behdad Esfahbod <behdad@behdad.org>
6556 Date:   Tue Jul 21 17:31:43 2015 +0100
6557
6558     [USE] Only use USE shaper if script system is not DFLT
6559
6560     Same logic as Indic and SEA.
6561
6562  src/hb-ot-shape-complex-private.hh | 13 ++++++++++---
6563  1 file changed, 10 insertions(+), 3 deletions(-)
6564
6565 commit 29832d797ff2f3a96721dd44f2f03a83fb2e8dda
6566 Author: Behdad Esfahbod <behdad@behdad.org>
6567 Date:   Tue Jul 21 17:24:18 2015 +0100
6568
6569     Route misc untested scripts through USE shaper instead of Indic
6570
6571     These were never tested with Indic shaper, and indeed wouldn't
6572     work there
6573     because they didn't have their viramas and other config defined.
6574     They are
6575     all also supported by MS through USE, so route them there.
6576
6577  src/hb-ot-shape-complex-private.hh | 91
6578  +++++---------------------------------
6579  1 file changed, 11 insertions(+), 80 deletions(-)
6580
6581 commit 40c4a991c7ea18017273ff8993eecc3953869e69
6582 Author: Behdad Esfahbod <behdad@behdad.org>
6583 Date:   Tue Jul 21 17:14:54 2015 +0100
6584
6585     [USE] Implement dotted-circle
6586
6587     This makes USE feature-complete as far as the Indic-like features
6588     are concerned.
6589
6590  src/hb-ot-shape-complex-use-machine.rl | 10 ++++++++++
6591  src/hb-ot-shape-complex-use.cc         | 18 +++++++++++++++---
6592  2 files changed, 25 insertions(+), 3 deletions(-)
6593
6594 commit 7ce03ebe7c525919ce22d9094480847ff1b3c2b2
6595 Author: Behdad Esfahbod <behdad@behdad.org>
6596 Date:   Tue Jul 21 16:55:26 2015 +0100
6597
6598     [USE] Move pref
6599
6600  src/hb-ot-shape-complex-use-machine.rl |  9 +++++----
6601  src/hb-ot-shape-complex-use-private.hh |  9 +++++----
6602  src/hb-ot-shape-complex-use.cc         | 24 ++++++++++++++++++++++--
6603  3 files changed, 32 insertions(+), 10 deletions(-)
6604
6605 commit 2d4b62ead931b13f95f5dc0e5b740d997a8d1a8e
6606 Author: Behdad Esfahbod <behdad@behdad.org>
6607 Date:   Tue Jul 21 16:46:37 2015 +0100
6608
6609     [USE] Fix-up variation selectors and word joiner in table
6610
6611  src/gen-use-table.py                 |  7 ++++++-
6612  src/hb-ot-shape-complex-use-table.cc | 34
6613  +++++++++++++++++++++++-----------
6614  2 files changed, 29 insertions(+), 12 deletions(-)
6615
6616 commit ad7178227f16abc17456f122deac1508031cbbc3
6617 Author: Behdad Esfahbod <behdad@behdad.org>
6618 Date:   Tue Jul 21 16:43:27 2015 +0100
6619
6620     [USE] Use a couple warnings
6621
6622  src/gen-use-table.py                 | 20 ++++-----
6623  src/hb-ot-shape-complex-use-table.cc | 82
6624  ++++++++++++++++++------------------
6625  2 files changed, 51 insertions(+), 51 deletions(-)
6626
6627 commit a85c4da9b1750c2f994f9f85226a3e755fafe50b
6628 Author: Behdad Esfahbod <behdad@behdad.org>
6629 Date:   Tue Jul 21 16:07:10 2015 +0100
6630
6631     [USE] Move rphf
6632
6633  src/hb-ot-shape-complex-use.cc | 105
6634  ++++++++++++++---------------------------
6635  1 file changed, 35 insertions(+), 70 deletions(-)
6636
6637 commit 5b5617e0664e59770910d04d15175f643a5ffb73
6638 Author: Behdad Esfahbod <behdad@behdad.org>
6639 Date:   Tue Jul 21 15:52:15 2015 +0100
6640
6641     Add FLAG_UNSAFE()
6642
6643     Unused right now.
6644
6645  src/hb-private.hh | 1 +
6646  1 file changed, 1 insertion(+)
6647
6648 commit f8160a495966c790b79134a9f9382b6545f8c733
6649 Author: Behdad Esfahbod <behdad@behdad.org>
6650 Date:   Tue Jul 21 15:50:02 2015 +0100
6651
6652     Add FLAG_SAFE() for values known to be small-enough
6653
6654     And add check to FLAG()
6655
6656  src/hb-ot-shape-complex-arabic.cc  |  2 +-
6657  src/hb-ot-shape-complex-indic.cc   | 12 ++++++------
6658  src/hb-ot-shape-complex-myanmar.cc |  2 +-
6659  src/hb-private.hh                  |  5 +++--
6660  src/hb-unicode-private.hh          |  2 +-
6661  5 files changed, 12 insertions(+), 11 deletions(-)
6662
6663 commit 366aeaad006b230481a3c08ab4d239fb6b64fef8
6664 Author: Behdad Esfahbod <behdad@behdad.org>
6665 Date:   Tue Jul 21 15:45:48 2015 +0100
6666
6667     Add note re ASSERT_STATIC_EXPR_ZERO()
6668
6669  src/hb-private.hh | 2 ++
6670  1 file changed, 2 insertions(+)
6671
6672 commit d6adca9fbbbd6fc7c8906121b50c3930fbe2de8e
6673 Author: Behdad Esfahbod <behdad@behdad.org>
6674 Date:   Tue Jul 21 15:17:27 2015 +0100
6675
6676     Remove unused macro ASSERT_STATIC_EXPR()
6677
6678  src/hb-ot-shape-complex-arabic-win1256.hh | 4 ++--
6679  src/hb-ot-shape-complex-indic-private.hh  | 2 --
6680  src/hb-private.hh                         | 1 -
6681  3 files changed, 2 insertions(+), 5 deletions(-)
6682
6683 commit 1025e1a9e7785ac67cc90d05b02862e38b3e6026
6684 Author: Behdad Esfahbod <behdad@behdad.org>
6685 Date:   Tue Jul 21 15:05:35 2015 +0100
6686
6687     Use unsigned in FLAG()
6688
6689  src/hb-private.hh | 2 +-
6690  1 file changed, 1 insertion(+), 1 deletion(-)
6691
6692 commit cf59c7589c2b4064f4b9f4936115f830089a8ee7
6693 Author: Behdad Esfahbod <behdad@behdad.org>
6694 Date:   Tue Jul 21 14:51:45 2015 +0100
6695
6696     [USE] Use use_category() for rphf/pref memory
6697
6698  src/hb-ot-shape-complex-use.cc | 63
6699  +++++++++++++++---------------------------
6700  1 file changed, 22 insertions(+), 41 deletions(-)
6701
6702 commit 595936ec25e9c0924851bd1aa1af5eed3723b54f
6703 Author: Behdad Esfahbod <behdad@behdad.org>
6704 Date:   Tue Jul 21 14:15:35 2015 +0100
6705
6706     [USE] Hook of rphf and pref custom processing
6707
6708     Still no reordering.
6709
6710  src/hb-ot-layout-private.hh    |   8 ++
6711  src/hb-ot-shape-complex-use.cc | 181
6712  +++++++++++++++++++++++++++++++++++++++--
6713  2 files changed, 181 insertions(+), 8 deletions(-)
6714
6715 commit ba72801325e4bd58f7597938d4409762c9fa530c
6716 Author: Behdad Esfahbod <behdad@behdad.org>
6717 Date:   Tue Jul 21 11:57:23 2015 +0100
6718
6719     [USE] Add CGJ to table
6720
6721  src/gen-use-table.py                 | 13 ++++++++++---
6722  src/hb-ot-shape-complex-use-table.cc |  1 +
6723  2 files changed, 11 insertions(+), 3 deletions(-)
6724
6725 commit 4febed61edc5367543e5a206ae01d3393841b612
6726 Author: Behdad Esfahbod <behdad@behdad.org>
6727 Date:   Tue Jul 21 10:24:32 2015 +0100
6728
6729     [USE] Set up features
6730
6731  src/hb-ot-shape-complex-use.cc | 68
6732  +++++++++++++++++++++++-------------------
6733  1 file changed, 38 insertions(+), 30 deletions(-)
6734
6735 commit 52a957795697085a5d379921ddd8aa6cf2f1a99d
6736 Author: Behdad Esfahbod <behdad@behdad.org>
6737 Date:   Tue Jul 21 10:02:04 2015 +0100
6738
6739     [USE] Hook up new scripts to USE shaper
6740
6741     Don't reroute scripts that we were routing to other shapers
6742     before (just yet).
6743
6744  src/hb-ot-shape-complex-private.hh | 71
6745  ++++++++++++++++++++++++++++++++++++++
6746  1 file changed, 71 insertions(+)
6747
6748 commit b4c0829bc18b696f140a260fa2e1089d10164519
6749 Author: Behdad Esfahbod <behdad@behdad.org>
6750 Date:   Tue Jul 21 09:31:19 2015 +0100
6751
6752     [USE] Remove unused Unicode data enums from USE C++ side
6753
6754  src/hb-ot-shape-complex-use-private.hh | 66
6755  +---------------------------------
6756  src/hb-ot-shape-complex-use.cc         | 14 ++------
6757  2 files changed, 3 insertions(+), 77 deletions(-)
6758
6759 commit 44910cef626e6d03baa4d89d8fbe2c088971902d
6760 Author: Behdad Esfahbod <behdad@behdad.org>
6761 Date:   Mon Jul 20 18:01:10 2015 +0100
6762
6763     [USE] Finish converting Unicode positional categories to USE
6764
6765     Even compiles.
6766
6767  src/gen-use-table.py                 | 114 +++++-
6768  src/hb-ot-shape-complex-use-table.cc | 702
6769  ++++++++++++++++++-----------------
6770  2 files changed, 467 insertions(+), 349 deletions(-)
6771
6772 commit ad725552521273a1f571f04bc96a04221c3e067a
6773 Author: Behdad Esfahbod <behdad@behdad.org>
6774 Date:   Mon Jul 20 17:00:06 2015 +0100
6775
6776     [USE] Map from Unicode data to USE syllabic categories
6777
6778     Positional sub-categories not applied yet.
6779
6780  src/gen-use-table.py                 |  128 ++--
6781  src/hb-ot-shape-complex-use-table.cc | 1062
6782  ++++++++++++----------------------
6783  2 files changed, 409 insertions(+), 781 deletions(-)
6784
6785 commit 20e246e674155d5fb6527722fc3ef3accf2413df
6786 Author: Behdad Esfahbod <behdad@behdad.org>
6787 Date:   Mon Jul 20 15:56:19 2015 +0100
6788
6789     [USE] Start moving Unicode-to-USE mapping into Python code
6790
6791  src/Makefile.am                      |   2 +-
6792  src/gen-use-table.py                 | 176
6793  +++++++++++++++++++++++++++++++++--
6794  src/hb-ot-shape-complex-use-table.cc |   3 +-
6795  3 files changed, 169 insertions(+), 12 deletions(-)
6796
6797 commit eb74535cc2c0d0de41e54e75bdc71825ec969523
6798 Author: Behdad Esfahbod <behdad@behdad.org>
6799 Date:   Mon Jul 20 15:33:25 2015 +0100
6800
6801     [USE] Fix Number clusters
6802
6803     The spec wrongly has "H" where "HN" is meant.
6804
6805  src/hb-ot-shape-complex-use-machine.rl | 4 ++--
6806  1 file changed, 2 insertions(+), 2 deletions(-)
6807
6808 commit a9663958fe861950b6f389b389f146232b2cd909
6809 Author: Behdad Esfahbod <behdad@behdad.org>
6810 Date:   Mon Jul 20 14:24:55 2015 +0100
6811
6812     [USE] Start putting together the shaper body
6813
6814  src/hb-ot-shape-complex-use-private.hh |   2 +-
6815  src/hb-ot-shape-complex-use.cc         | 339
6816  +++++++++++++++++++++++++++++++++
6817  2 files changed, 340 insertions(+), 1 deletion(-)
6818
6819 commit e0eabd7f67462ac34fbfc749d897be478fbd1224
6820 Author: Behdad Esfahbod <behdad@behdad.org>
6821 Date:   Mon Jul 20 13:30:51 2015 +0100
6822
6823     [USE] Put a Ragel machine together
6824
6825     Grammar from the spec!
6826
6827  src/hb-ot-shape-complex-use-machine.rl | 169
6828  +++++++++++++++++++++++++++++++++
6829  src/hb-ot-shape-complex-use-private.hh | 160
6830  +++++++++++++++++++++++++++++++
6831  2 files changed, 329 insertions(+)
6832
6833 commit fd74b939b176f47d34d34b3d33e2a09d255c2d9e
6834 Author: Behdad Esfahbod <behdad@behdad.org>
6835 Date:   Mon Jul 20 13:30:45 2015 +0100
6836
6837     Minor
6838
6839  src/Makefile.am | 2 +-
6840  1 file changed, 1 insertion(+), 1 deletion(-)
6841
6842 commit 5e5c8560cca3cb9c6be90c7c18ecb77d5cca0c0f
6843 Author: Behdad Esfahbod <behdad@behdad.org>
6844 Date:   Mon Jul 20 12:01:20 2015 +0100
6845
6846     [USE] Minor optimization of USE table
6847
6848  src/gen-use-table.py                 |  2 +-
6849  src/hb-ot-shape-complex-use-table.cc | 30 ++++++++++++------------------
6850  2 files changed, 13 insertions(+), 19 deletions(-)
6851
6852 commit 14b12f92a9ef7db57c5252ef0442239319ce4bca
6853 Author: Behdad Esfahbod <behdad@behdad.org>
6854 Date:   Mon Jul 20 11:57:44 2015 +0100
6855
6856     [USE] Add Kharoshti test data from Unicode proposal
6857
6858  test/shaping/texts/in-tree/MANIFEST                |  1 +
6859  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  1 +
6860  .../in-tree/shaper-use/script-kharoshti/MANIFEST   |  1 +
6861  .../in-tree/shaper-use/script-kharoshti/misc.txt   | 36
6862  ++++++++++++++++++++++
6863  4 files changed, 39 insertions(+)
6864
6865 commit c48ff288522f33dc6c78520de0a0a74306630895
6866 Author: Behdad Esfahbod <behdad@behdad.org>
6867 Date:   Mon Jul 20 11:46:17 2015 +0100
6868
6869     [USE] Build Universal Shaping Engine data table from Unicode 8 files
6870
6871  src/gen-use-table.py                 |   35 +-
6872  src/hb-ot-shape-complex-use-table.cc | 1016
6873  ++++++++++++++++++++++++++++++++++
6874  2 files changed, 1032 insertions(+), 19 deletions(-)
6875
6876 commit e2c95116e1423f83a692d6170553d0cc95733d24
6877 Author: Behdad Esfahbod <behdad@behdad.org>
6878 Date:   Mon Jul 20 11:32:48 2015 +0100
6879
6880     [USE] Add Universal Shaping Engine to Makefile
6881
6882  src/Makefile.am                        |  23 +++-
6883  src/gen-use-table.py                   | 237
6884  +++++++++++++++++++++++++++++++++
6885  src/hb-ot-shape-complex-use-machine.rl |   0
6886  src/hb-ot-shape-complex-use-private.hh |   0
6887  src/hb-ot-shape-complex-use-table.cc   |   0
6888  src/hb-ot-shape-complex-use.cc         |   0
6889  6 files changed, 254 insertions(+), 6 deletions(-)
6890
6891 commit 41a29af8053782e3a9c6a96a394bd76ef6d42099
6892 Author: Behdad Esfahbod <behdad@behdad.org>
6893 Date:   Wed Jul 15 01:39:57 2015 +0100
6894
6895     Update Arabic shaping table for Unicode 8.0
6896
6897  src/hb-ot-shape-complex-arabic-table.hh | 26 +++++++++++++-------------
6898  1 file changed, 13 insertions(+), 13 deletions(-)
6899
6900 commit 64a2726e2c6efce4379a7609024ec21eb4b5e4dc
6901 Author: Behdad Esfahbod <behdad@behdad.org>
6902 Date:   Wed Jul 15 01:36:39 2015 +0100
6903
6904     Add Unicode 8.0 scripts
6905
6906     Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1183209
6907
6908  src/hb-common.cc | 3 +++
6909  src/hb-common.h  | 7 +++++++
6910  2 files changed, 10 insertions(+)
6911
6912 commit 9ae156b76820d9079bae062e7e38c34a386d9bd2
6913 Author: Behdad Esfahbod <behdad@behdad.org>
6914 Date:   Sun Jul 5 22:43:17 2015 +0100
6915
6916     Fix pragma usage
6917
6918     https://bugs.freedesktop.org/show_bug.cgi?id=91228
6919
6920     Commit cdcdfe61b97a0a48ccf834b6d924d187da9609be changed two `#pragma
6921     message` to `#pragma error` in hb-unicode.cc, however MSVC uses
6922     #error,
6923     just like the #else branch. `#pragma error` is an unknown pragma so
6924     MSVC does not fail the build because of it, which I believe was the
6925     intention of that commit.
6926
6927     If it's meant to be an #error, then the #ifdef for _MSC_VER can be
6928     removed entirely.
6929
6930  src/hb-unicode.cc |  5 -----
6931  src/hb-warning.cc | 10 ----------
6932  2 files changed, 15 deletions(-)
6933
6934 commit 8ad89f057d737ccbc6f411e9ebcf11b8130a50bb
6935 Author: ThePhD <phdofthehouse@gmail.com>
6936 Date:   Tue Jun 23 09:09:24 2015 -0400
6937
6938     Spelling words is not my strong point.
6939
6940  src/hb-private.hh | 2 +-
6941  1 file changed, 1 insertion(+), 1 deletion(-)
6942
6943 commit e0a828ecbd708757d67977f7e92a6f4c1b0b92fd
6944 Author: ThePhD <phdofthehouse@gmail.com>
6945 Date:   Tue Jun 23 09:07:17 2015 -0400
6946
6947     Back to using regular `strdup`, with an `hb-private.hh` fix that
6948     special-cases VC++'s
6949     definition and usage of the words
6950
6951  src/hb-common.cc  | 2 +-
6952  src/hb-private.hh | 3 +++
6953  2 files changed, 4 insertions(+), 1 deletion(-)
6954
6955 commit 8e545d59610211261e684c10158b9e5df6fae24d
6956 Author: ThePhD <phdofthehouse@gmail.com>
6957 Date:   Mon Jun 22 22:29:04 2015 -0400
6958
6959     Fix all VC++ warnings and errors in the current commit's builds.
6960
6961  src/hb-common.cc                  | 4 ++--
6962  src/hb-fallback-shape.cc          | 2 +-
6963  src/hb-ot-layout.cc               | 2 +-
6964  src/hb-ot-map.cc                  | 2 +-
6965  src/hb-ot-shape-complex-hangul.cc | 2 +-
6966  src/hb-ot-shape-complex-hebrew.cc | 2 +-
6967  src/hb-ot-shape-complex-indic.cc  | 4 ++--
6968  src/hb-ot-shape-normalize.cc      | 6 +++---
6969  src/hb-ot-shape.cc                | 2 +-
6970  9 files changed, 13 insertions(+), 13 deletions(-)
6971
6972 commit 5f13bbd9d4b0970851626e2ce3cf4ecb3cfde801
6973 Author: Behdad Esfahbod <behdad@behdad.org>
6974 Date:   Fri Jun 19 13:31:49 2015 -0700
6975
6976     When removing default-ignorables, merge clusters
6977
6978     Fixes test-shape, and:
6979     https://code.google.com/p/chromium/issues/detail?id=497578
6980
6981  src/hb-buffer-private.hh |  2 ++
6982  src/hb-buffer.cc         | 36 ++++++++++++++++++++++++++++++++++--
6983  src/hb-ot-shape.cc       |  2 +-
6984  3 files changed, 37 insertions(+), 3 deletions(-)
6985
6986 commit 82b521aeb7cc73879b44ca4278d6fa8b4347527f
6987 Author: Behdad Esfahbod <behdad@behdad.org>
6988 Date:   Fri Jun 19 11:57:57 2015 -0700
6989
6990     Rewrite hide_default_ignorables
6991
6992     Separate the loops for the two cases of replacing with space
6993     and deleting.  For deleting, use the out-buffer machinery.
6994
6995     Needed for upcoming cluster merge fix.
6996
6997  src/hb-buffer-private.hh | 18 ++++++++++++++
6998  src/hb-ot-shape.cc       | 65
6999  +++++++++++++++++++++++++++++-------------------
7000  2 files changed, 57 insertions(+), 26 deletions(-)
7001
7002 commit b3a2f6afbac1956b65f29a17b9dc896e86135329
7003 Author: Behdad Esfahbod <behdad@behdad.org>
7004 Date:   Thu Jun 18 17:15:33 2015 -0700
7005
7006     [test] Add test for cluster merging
7007
7008     Based on test from
7009     https://code.google.com/p/chromium/issues/detail?id=497578
7010
7011     Currently fails.  Basically, if there's a default_ignorable at the
7012     start of text, and font has no space glyph, we remove the
7013     default_ignorable,
7014     and that makes the first char in text to correspond to no cluster.
7015
7016     Fix coming.
7017
7018  test/api/test-shape.c | 43 +++++++++++++++++++++++++++++++++++++++++++
7019  1 file changed, 43 insertions(+)
7020
7021 commit a6446d44e6d04e1eeea994682e29f9cb6265f7f6
7022 Author: Behdad Esfahbod <behdad@behdad.org>
7023 Date:   Thu Jun 18 11:14:56 2015 -0700
7024
7025     0.9.41
7026
7027  NEWS         | 10 ++++++++++
7028  configure.ac |  2 +-
7029  2 files changed, 11 insertions(+), 1 deletion(-)
7030
7031 commit cd042fc8c4a3984c3647cd22a27c34f00636f6e8
7032 Author: Behdad Esfahbod <behdad@behdad.org>
7033 Date:   Thu Jun 18 10:55:13 2015 -0700
7034
7035     [util] Disable hb-fc-list for now
7036
7037     Until I figure out what to do about the API, and finalize
7038     the tool.
7039
7040  util/Makefile.am | 28 ++++++++++++++--------------
7041  1 file changed, 14 insertions(+), 14 deletions(-)
7042
7043 commit 351f68f4e01a107f62e4eb3458d7c7ae379939fb
7044 Author: Behdad Esfahbod <behdad@behdad.org>
7045 Date:   Fri Jun 12 17:46:06 2015 -0700
7046
7047     [bindings] Fix hb_language_get_default() and hb_ot_tag_to_language()
7048
7049     Part of https://github.com/behdad/harfbuzz/issues/91
7050
7051  src/hb-common.cc | 2 +-
7052  src/hb-ot-tag.cc | 9 +++++++++
7053  2 files changed, 10 insertions(+), 1 deletion(-)
7054
7055 commit f0c80060763475aa34a18ecbef600b6811855cb6
7056 Author: Behdad Esfahbod <behdad@behdad.org>
7057 Date:   Fri Jun 12 17:37:41 2015 -0700
7058
7059     [TravisCI] Hook up Coverity
7060
7061     First try...
7062
7063  .travis.yml | 13 +++++++++++++
7064  1 file changed, 13 insertions(+)
7065
7066 commit 8ac446908ca75bea989414a0f551a6da8885bf52
7067 Author: Behdad Esfahbod <behdad@behdad.org>
7068 Date:   Fri Jun 12 17:29:05 2015 -0700
7069
7070     Add Coverity Scan badge
7071
7072  README | 1 +
7073  1 file changed, 1 insertion(+)
7074
7075 commit a5e4f6d6088f6ed37fb1d68d3682b8eb4c9b46fe
7076 Author: Behdad Esfahbod <behdad@behdad.org>
7077 Date:   Wed Jun 10 10:57:46 2015 -0700
7078
7079     Fix warnings: "member call on null pointer of type"
7080
7081     https://bugzilla.mozilla.org/show_bug.cgi?id=1167119
7082
7083  src/hb-private.hh | 4 ++--
7084  1 file changed, 2 insertions(+), 2 deletions(-)
7085
7086 commit 16dac7eccf04bb357e95a8e4c18c8418dcfb4030
7087 Author: Behdad Esfahbod <behdad@behdad.org>
7088 Date:   Wed Jun 3 12:07:46 2015 -0700
7089
7090     Fix build
7091
7092  util/options.cc | 2 +-
7093  1 file changed, 1 insertion(+), 1 deletion(-)
7094
7095 commit 8dacb7f8b46c70f22b70c78e0a8efc3309137650
7096 Author: Behdad Esfahbod <behdad@behdad.org>
7097 Date:   Wed Jun 3 11:53:42 2015 -0700
7098
7099     Add include check to hb-ot-font.h
7100
7101  src/hb-ot-font.h | 4 ++++
7102  1 file changed, 4 insertions(+)
7103
7104 commit 37c8daf724add4a41a06385e571277d137dc2a2f
7105 Merge: f1b4430 01c3a88
7106 Author: Behdad Esfahbod <behdad@behdad.org>
7107 Date:   Mon Jun 1 13:27:37 2015 -0700
7108
7109     Merge pull request #111 from brawer/since
7110
7111     Fix "Since:" tags
7112
7113 commit 01c3a88543850c87483fd8671044df53b368c520
7114 Author: Sascha Brawer <sascha@brawer.ch>
7115 Date:   Mon Jun 1 13:22:01 2015 +0200
7116
7117     Fix "Since:" tags
7118
7119     Based on data from http://upstream-tracker.org/versions/harfbuzz.html
7120     Resolves #103
7121
7122  src/hb-buffer.cc         | 32 +++++++++++++++++------------
7123  src/hb-common.cc         |  4 ++--
7124  src/hb-face.cc           | 12 +++++------
7125  src/hb-font.cc           | 14 ++++++-------
7126  src/hb-font.h            |  4 ++--
7127  src/hb-ft.cc             |  4 ++--
7128  src/hb-glib.cc           |  3 +++
7129  src/hb-gobject-structs.h | 18 +++++++++++++++++
7130  src/hb-ot-font.cc        |  3 +++
7131  src/hb-ot-layout.cc      | 30 ++++++++++++++++++++++++++++
7132  src/hb-ot-shape.cc       |  6 ++++++
7133  src/hb-set.cc            | 52
7134  ++++++++++++++++++++++++------------------------
7135  src/hb-shape-plan.cc     | 18 ++++++++---------
7136  src/hb-shape.cc          |  8 ++++----
7137  src/hb-unicode.cc        |  6 +++---
7138  src/hb-unicode.h         | 31 ++++++++++++++++++++++++++---
7139  16 files changed, 168 insertions(+), 77 deletions(-)
7140
7141 commit f1b44303df0712b433e35e1e1e75115c353b279e
7142 Author: Behdad Esfahbod <behdad@behdad.org>
7143 Date:   Thu May 21 14:00:15 2015 -0700
7144
7145     Fix unary minus operator applied to unsigned int
7146
7147     Applying unary minus operator to unsigned int causes the following
7148     warning on MSVS:
7149
7150       warning C4146: unary minus operator applied to unsigned type,
7151       result still unsigned
7152
7153     Based on patch from Koji Ishi.
7154
7155     Fixes https://github.com/behdad/harfbuzz/pull/110
7156
7157  src/hb-ot-font.cc | 2 +-
7158  1 file changed, 1 insertion(+), 1 deletion(-)
7159
7160 commit 1ae6cdb365c15405500d4f50ec98016dde23a26b
7161 Author: Behdad Esfahbod <behdad@behdad.org>
7162 Date:   Tue May 19 17:42:30 2015 -0700
7163
7164     [gobject] Remove hb_language_t workarounds for g-i shortcomings
7165
7166     Using latest gobject-introspection, I don't seem to be having this
7167     problem anymore:
7168
7169       https://bugzilla.gnome.org/show_bug.cgi?id=707656
7170
7171     Removing that kludge makes language_t behave more like the way I
7172     expect it
7173     in Python.
7174
7175     Also fixes:
7176     https://github.com/behdad/harfbuzz/issues/91
7177
7178  src/hb-gobject-structs.cc | 1 -
7179  src/hb-gobject-structs.h  | 8 --------
7180  2 files changed, 9 deletions(-)
7181
7182 commit ece434fa0fec6754e5164d881c1e967376729eca
7183 Author: Behdad Esfahbod <behdad@behdad.org>
7184 Date:   Tue May 19 17:20:58 2015 -0700
7185
7186     [gobject] Macroize value types
7187
7188     Fixes user_data_t
7189
7190  src/hb-gobject-structs.cc | 73
7191  +++++++++++------------------------------------
7192  1 file changed, 17 insertions(+), 56 deletions(-)
7193
7194 commit 9df099b4837df722e738675af318efcc9ac39a78
7195 Author: Behdad Esfahbod <behdad@behdad.org>
7196 Date:   Mon May 18 18:37:06 2015 -0700
7197
7198     [ft] Don't set *glyph in get_glyph() if glyph not found
7199
7200  src/hb-ft.cc | 16 ++++++++++------
7201  1 file changed, 10 insertions(+), 6 deletions(-)
7202
7203 commit ff0f210519bcb0e44d4b986f7eef2004383cd344
7204 Author: Behdad Esfahbod <behdad@behdad.org>
7205 Date:   Mon May 18 14:16:28 2015 -0700
7206
7207     [util] Minor
7208
7209  util/ansi-print.cc | 26 +++++++++++++-------------
7210  1 file changed, 13 insertions(+), 13 deletions(-)
7211
7212 commit fbecde3d5c5c6d5af315140e4966dc850388ad63
7213 Merge: 5801521 74139f9
7214 Author: Behdad Esfahbod <behdad@behdad.org>
7215 Date:   Thu May 7 10:46:42 2015 -0700
7216
7217     Merge pull request #105 from ebraminio/master
7218
7219     Fix Travis CI config to pass again
7220
7221 commit 74139f9839f69ea3e7a1d17627f52fea6c06d58a
7222 Author: Ebrahim Byagowi <ebrahim@gnu.org>
7223 Date:   Thu May 7 13:09:32 2015 +0000
7224
7225     Fix Travis CI config to pass again
7226
7227  .travis.yml | 2 +-
7228  1 file changed, 1 insertion(+), 1 deletion(-)
7229
7230 commit 58015215321a76d68df8e0d51039904a67291108
7231 Author: Behdad Esfahbod <behdad@behdad.org>
7232 Date:   Wed May 6 00:40:31 2015 -0700
7233
7234     Add note re OpenType 1.7 language tags
7235
7236  src/hb-ot-tag.cc | 15 ++++++++++-----
7237  1 file changed, 10 insertions(+), 5 deletions(-)
7238
7239 commit f6266ad291d7686d5e110255ace5f2ff9e70bf38
7240 Author: Roozbeh Pournader <roozbeh@google.com>
7241 Date:   Tue May 5 22:31:19 2015 -0700
7242
7243     [minor] Remove comment about Navajo OpenType code.
7244
7245     Apparently the code is already standardized:
7246     https://www.microsoft.com/typography/otspec/languagetags.htm
7247
7248  src/hb-ot-tag.cc | 2 +-
7249  1 file changed, 1 insertion(+), 1 deletion(-)
7250
7251 commit 42b00118eae46a5183e885e89e0856f41361f57e
7252 Merge: c60f3c8 cfeb056
7253 Author: Behdad Esfahbod <behdad@behdad.org>
7254 Date:   Tue May 5 14:49:47 2015 -0700
7255
7256     Merge pull request #102 from roozbehp/master
7257
7258     Add OpenType language tag 'NAV ' for Navajo.
7259
7260 commit c60f3c8e1156fe7328d42851013cca97333c3bf7
7261 Author: Behdad Esfahbod <behdad@behdad.org>
7262 Date:   Mon May 4 23:10:32 2015 -0700
7263
7264     [README.python] Add package name for gobject-introspection on Ubuntu
7265
7266  README.python | 8 ++++++--
7267  1 file changed, 6 insertions(+), 2 deletions(-)
7268
7269 commit 82010a4bdb32248deb1337a3357dfae5b203c48d
7270 Author: Behdad Esfahbod <behdad@behdad.org>
7271 Date:   Mon May 4 23:09:51 2015 -0700
7272
7273     [travis] Comment out gobject-introspection again
7274
7275     Apparently the version on Travis is 1.32.0, while we require 1.34.0.
7276
7277  .travis.yml | 4 ++--
7278  1 file changed, 2 insertions(+), 2 deletions(-)
7279
7280 commit 8a254bdd29a99eb91b37e9e540179a1a01f77605
7281 Author: Behdad Esfahbod <behdad@behdad.org>
7282 Date:   Mon May 4 19:22:11 2015 -0700
7283
7284     [travis] Build with introspection enabled
7285
7286  .travis.yml | 3 ++-
7287  1 file changed, 2 insertions(+), 1 deletion(-)
7288
7289 commit be66ec5373634234f221ace9cfed45d76b87f20e
7290 Author: Behdad Esfahbod <behdad@behdad.org>
7291 Date:   Thu Apr 30 18:27:13 2015 -0400
7292
7293     Use TRUE/FALSE instead of true/false in docs
7294
7295  src/hb-shape.cc | 6 +++---
7296  1 file changed, 3 insertions(+), 3 deletions(-)
7297
7298 commit d055e1fc781c123f38d321846937965ef794257e
7299 Author: Khaled Hosny <khaledhosny@eglug.org>
7300 Date:   Wed Jan 8 02:28:55 2014 +0200
7301
7302     Some attempt into initial hb-shape documentation
7303
7304     Very anaemic, needs to descripe the format understood by
7305     hb_feature_from_string() etc., but it is just start.
7306
7307  src/hb-shape.cc | 70
7308  ++++++++++++++++++++++++++++++++++++++-------------------
7309  src/hb-shape.h  |  3 ---
7310  2 files changed, 47 insertions(+), 26 deletions(-)
7311
7312 commit 81bedda58cfc15f1987aa1952290cf9d87b4d074
7313 Author: Behdad Esfahbod <behdad@behdad.org>
7314 Date:   Thu Apr 30 13:04:16 2015 -0400
7315
7316     New API: hb_buffer_reverse_range()
7317
7318  src/hb-buffer.cc | 17 +++++++++++++++++
7319  src/hb-buffer.h  |  4 ++++
7320  2 files changed, 21 insertions(+)
7321
7322 commit cfeb0562ebd8804dad731625153549eafeb78213
7323 Author: Roozbeh Pournader <roozbeh@google.com>
7324 Date:   Wed Apr 29 09:32:42 2015 -0700
7325
7326     Add OpenType language tag 'NAV ' for Navajo.
7327
7328     The code is not standardized yet, but is used in some Google fonts.
7329
7330  src/hb-ot-tag.cc | 1 +
7331  1 file changed, 1 insertion(+)
7332
7333 commit f724cc351640ee075a9867ef42df32cf5e0ef3b7
7334 Author: Jonathan Kew <jfkthame@gmail.com>
7335 Date:   Thu Apr 23 12:45:02 2015 +0100
7336
7337     Don't apply Arabic shaping to vertical text.
7338
7339  src/hb-ot-shape-complex-private.hh | 9 ++++++---
7340  1 file changed, 6 insertions(+), 3 deletions(-)
7341
7342 commit 97942420bbee1bc6953d5f805621066301fa17ca
7343 Author: Behdad Esfahbod <behdad@behdad.org>
7344 Date:   Thu Apr 23 18:56:24 2015 -0700
7345
7346     Update check-libstdc++ for clang
7347
7348  src/check-libstdc++.sh | 6 +++---
7349  1 file changed, 3 insertions(+), 3 deletions(-)
7350
7351 commit 8f0a4d67143ccdef0b5a6ac99fb9b680c3a2f69c
7352 Author: Behdad Esfahbod <behdad@behdad.org>
7353 Date:   Thu Apr 23 14:32:33 2015 -0700
7354
7355     [test] Ignor 'n' and 'i' in hb-unicode-encode
7356
7357     Allows accepting uniXXXX format.
7358
7359  test/shaping/hb_test_tools.py | 2 +-
7360  1 file changed, 1 insertion(+), 1 deletion(-)
7361
7362 commit 39851ce84efd30f6d0570324ff8f3808a01b813b
7363 Author: Behdad Esfahbod <behdad@behdad.org>
7364 Date:   Tue Apr 21 19:23:27 2015 -0700
7365
7366     [coretext] Oops; fix issue number for previous commit
7367
7368  src/hb-coretext.cc | 2 +-
7369  1 file changed, 1 insertion(+), 1 deletion(-)
7370
7371 commit 24f17afeafd40ff77177ed42c9007a0f34fcbb78
7372 Author: Behdad Esfahbod <behdad@behdad.org>
7373 Date:   Tue Apr 21 19:21:32 2015 -0700
7374
7375     [coretext] Fix positioning with trailing whitespace
7376
7377     Fixes https://code.google.com/p/chromium/issues/detail?id=476913
7378
7379  src/hb-coretext.cc | 11 +++++++++++
7380  1 file changed, 11 insertions(+)
7381
7382 commit dba482fc4458776ffebdeb2d34b970b4223fa8fd
7383 Author: Behdad Esfahbod <behdad@behdad.org>
7384 Date:   Fri Apr 17 13:08:08 2015 -0700
7385
7386     [ot-font] Accept MS Symbol cmap if nothing else found
7387
7388  src/hb-ot-font.cc | 1 +
7389  1 file changed, 1 insertion(+)
7390
7391 commit 3029e8b59d1667dc6a53355be89a2b55d7089b88
7392 Author: Behdad Esfahbod <behdad@behdad.org>
7393 Date:   Tue Apr 14 13:32:22 2015 -0700
7394
7395     Revert "Add MSVC pragma for UTF-8 source code"
7396
7397     This reverts commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59.
7398
7399     See discussion:
7400     https://bugzilla.gnome.org/show_bug.cgi?id=747772
7401
7402  src/hb-private.hh | 1 -
7403  1 file changed, 1 deletion(-)
7404
7405 commit 820505a186ff60e4bae9d717fe4d7ab2390e6fef
7406 Author: Behdad Esfahbod <behdad@behdad.org>
7407 Date:   Mon Apr 13 23:51:45 2015 -0700
7408
7409     Whitespace
7410
7411  util/options.cc | 18 +++++++++++-------
7412  1 file changed, 11 insertions(+), 7 deletions(-)
7413
7414 commit 76d57331117be8e0c2d4a2aee8341969b62b6888
7415 Merge: 89cbd4d 9ee176e
7416 Author: Behdad Esfahbod <behdad@behdad.org>
7417 Date:   Mon Apr 13 23:40:35 2015 -0700
7418
7419     Merge pull request #86 from cpfair/hb-shape-output-help-improvement
7420
7421     Improve hb-shape/hb-view's help text w.r.t. output options
7422
7423 commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59
7424 Author: Behdad Esfahbod <behdad@behdad.org>
7425 Date:   Mon Apr 13 12:27:08 2015 -0700
7426
7427     Add MSVC pragma for UTF-8 source code
7428
7429     Not sure we have any right now; motivated by this:
7430     https://bugzilla.gnome.org/show_bug.cgi?id=747772
7431
7432  src/hb-private.hh | 1 +
7433  1 file changed, 1 insertion(+)
7434
7435 commit 713f99ff6138b4149d9fd382f9af3ace01ee0da5
7436 Merge: 1086f21 22524a5
7437 Author: Behdad Esfahbod <behdad@behdad.org>
7438 Date:   Fri Apr 10 14:34:05 2015 -0700
7439
7440     Merge pull request #99 from khaledhosny/introspection-fixes2
7441
7442     More ntrospection fixes
7443
7444 commit 22524a514f6609a2bc009b6035f6b5b932c719c7
7445 Author: Khaled Hosny <khaledhosny@eglug.org>
7446 Date:   Fri Apr 10 18:14:45 2015 +0200
7447
7448     [bindings] Fix hb_buffer_get_segment_properties
7449
7450     Annotate the output parameter.
7451
7452  src/hb-buffer.cc | 2 +-
7453  1 file changed, 1 insertion(+), 1 deletion(-)
7454
7455 commit 1086f21e546e2435d9da6024fd6afa7a36ba3707
7456 Merge: 125cb08 fe97b65
7457 Author: Behdad Esfahbod <behdad@behdad.org>
7458 Date:   Fri Apr 10 12:21:04 2015 -0700
7459
7460     Merge branch 'hb-fc'
7461
7462 commit 125cb08345a7f27e565329d37093b1a60a41a403
7463 Merge: e8fd839 855a5d7
7464 Author: Behdad Esfahbod <behdad@behdad.org>
7465 Date:   Fri Apr 10 12:19:57 2015 -0700
7466
7467     Merge pull request #98 from KonstantinRitt/WEC2013
7468
7469     Fix build on WEC2013
7470
7471 commit 04f89e8f7dfdb882e8c98afb613cba3f1d02ed7d
7472 Author: Khaled Hosny <khaledhosny@eglug.org>
7473 Date:   Fri Apr 10 17:49:01 2015 +0200
7474
7475     [bindings] Fix ownership of returned hb_language_t
7476
7477     It should not be freed by the caller.
7478
7479  src/hb-buffer.cc | 2 +-
7480  src/hb-common.cc | 2 +-
7481  2 files changed, 2 insertions(+), 2 deletions(-)
7482
7483 commit 855a5d7cb8f585bf66dd18cb480b8c3feef62480
7484 Author: Konstantin Ritt <ritt.ks@gmail.com>
7485 Date:   Fri Apr 10 17:18:01 2015 +0400
7486
7487     Fix build on WEC2013
7488
7489     Based on patch from Björn Breitmeyer
7490
7491  src/hb-private.hh | 4 +++-
7492  1 file changed, 3 insertions(+), 1 deletion(-)
7493
7494 commit fe97b65a54a416229e28b1c931e5e01ca19f31d3
7495 Author: Behdad Esfahbod <behdad@behdad.org>
7496 Date:   Wed Aug 6 16:49:51 2014 -0400
7497
7498     [utils] Add hb-fc-list
7499
7500     This is a tool that lists all fonts that can render a given string.
7501     It uses hb_shape() to do so, and as such is aware of HarfBuzz's
7502     normalizer.
7503
7504  configure.ac      |  19 +++++
7505  util/Makefile.am  |  15 ++++
7506  util/hb-fc-list.c | 222
7507  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
7508  util/hb-fc.cc     | 149 ++++++++++++++++++++++++++++++++++++
7509  util/hb-fc.h      |  46 +++++++++++
7510  5 files changed, 451 insertions(+)
7511
7512 commit eb0bf3ae6688b7e98a706df2ad2714c071d77e22
7513 Author: Behdad Esfahbod <behdad@behdad.org>
7514 Date:   Wed Aug 6 15:36:41 2014 -0400
7515
7516     Relax inert checks
7517
7518     Previously, when creating an object from inert inputs (eg:
7519     "hb_font_create(hb_face_get_empty())") we returned the inert
7520     empty object.  This is not helpful as there are legitimate
7521     usecases to do that.
7522
7523     We now never return the inert object unless allocation failed.
7524
7525     Tests are revised to reflect.
7526
7527  src/hb-face.cc         |  4 ++--
7528  src/hb-font.cc         |  4 +---
7529  src/hb-shape-plan.cc   |  7 +++++--
7530  test/api/test-font.c   | 10 +++++-----
7531  test/api/test-object.c | 34 +++++++++++++++++-----------------
7532  5 files changed, 30 insertions(+), 29 deletions(-)
7533
7534 commit e8fd83932a75cfbaa4638a757868915ebfac3c1f
7535 Author: Behdad Esfahbod <behdad@behdad.org>
7536 Date:   Thu Apr 9 15:52:26 2015 -0700
7537
7538     [util/hb-view] Fix rendering with all combinations of negative scales
7539
7540  util/view-cairo.cc | 90
7541  ++++++++++++++++++++++++++++--------------------------
7542  util/view-cairo.hh |  2 --
7543  2 files changed, 47 insertions(+), 45 deletions(-)
7544
7545 commit 69d5af93169ea2d87276b65d43c889a359d5d81e
7546 Author: Behdad Esfahbod <behdad@behdad.org>
7547 Date:   Thu Apr 9 15:17:16 2015 -0700
7548
7549     [util] Minor
7550
7551  util/view-cairo.cc | 6 ++----
7552  1 file changed, 2 insertions(+), 4 deletions(-)
7553
7554 commit a664810e38b479e05ea32cac263cb5730629f9d8
7555 Author: Behdad Esfahbod <behdad@behdad.org>
7556 Date:   Thu Apr 9 15:04:42 2015 -0700
7557
7558     [util] Accept comma as well as space when separating components
7559     of args
7560
7561     Applies to --font-size and --margin.
7562
7563     Hopefully the scanf usage here doesn't have compatibility issues
7564     (star being counted in the return value, etc).
7565
7566  util/options.cc | 4 ++--
7567  1 file changed, 2 insertions(+), 2 deletions(-)
7568
7569 commit 9c974360febcfd67247107352425fe8590d9d452
7570 Author: Behdad Esfahbod <behdad@behdad.org>
7571 Date:   Thu Apr 9 12:04:14 2015 -0700
7572
7573     Minor rename
7574
7575  src/hb-atomic-private.hh | 10 +++++-----
7576  1 file changed, 5 insertions(+), 5 deletions(-)
7577
7578 commit f3b170bdd970e31e9dbfed94c07c3cda41269aed
7579 Author: Behdad Esfahbod <behdad@behdad.org>
7580 Date:   Wed Apr 8 16:26:24 2015 -0700
7581
7582     Minor
7583
7584  src/hb-common.cc | 2 +-
7585  1 file changed, 1 insertion(+), 1 deletion(-)
7586
7587 commit 2958f2c147fc6327175b51a4eaca694263e34ac9
7588 Author: Behdad Esfahbod <behdad@behdad.org>
7589 Date:   Wed Apr 8 16:26:16 2015 -0700
7590
7591     Fixup
7592
7593  src/hb-atomic-private.hh | 1 +
7594  1 file changed, 1 insertion(+)
7595
7596 commit b931e0b0ceeab0e4819d9c4b838c1a1eb87b52e4
7597 Author: Behdad Esfahbod <behdad@behdad.org>
7598 Date:   Wed Apr 8 14:39:00 2015 -0700
7599
7600     Fix warnings
7601
7602     Part of https://github.com/behdad/harfbuzz/pull/68
7603
7604  src/hb-ot-font.cc                    |  4 ++--
7605  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
7606  2 files changed, 13 insertions(+), 13 deletions(-)
7607
7608 commit cdcdfe61b97a0a48ccf834b6d924d187da9609be
7609 Author: Behdad Esfahbod <behdad@behdad.org>
7610 Date:   Wed Apr 8 13:25:04 2015 -0700
7611
7612     Err, instead of warn, if mutex / atomic / unicode funcs are missing
7613
7614     Hopefully this results in fewer badly built HarfBuzz integrations.
7615
7616  src/hb-unicode.cc |  8 ++++----
7617  src/hb-warning.cc | 22 ++++++++--------------
7618  2 files changed, 12 insertions(+), 18 deletions(-)
7619
7620 commit fc3c59a1d746c5280f6216a94fdc1be3e826051f
7621 Author: Behdad Esfahbod <behdad@behdad.org>
7622 Date:   Wed Apr 8 13:03:27 2015 -0700
7623
7624     Fix unused var warnings
7625
7626  src/hb-ot-layout-gpos-table.hh | 1 -
7627  src/hb-ot-layout-gsub-table.hh | 1 -
7628  2 files changed, 2 deletions(-)
7629
7630 commit 3f174cd020b7762fae96f20ce14fc9e9abec748f
7631 Author: Konstantin Ritt <ritt.ks@gmail.com>
7632 Date:   Sat Mar 28 00:49:33 2015 +0400
7633
7634     Minor refactoring to the atomics implementation
7635
7636     s/atomic_int/atomic_int_impl/ and s/atomic_ptr/atomic_ptr_impl/
7637     to bring it in par with hb_mutex_impl_t, then re-introduce
7638     hb_atomic_int_t as a wrapper around hb_atomic_int_impl_t.
7639
7640     In hb_reference_count_t, make it clear the non-atomic get and set
7641     are intentional due to nature of the cases they are used in
7642     (comparison to -1 and the debug output/tracing).
7643
7644  src/hb-atomic-private.hh | 86
7645  +++++++++++++++++++++++++++++++-----------------
7646  src/hb-mutex-private.hh  |  4 ++-
7647  src/hb-object-private.hh | 21 ++++++------
7648  3 files changed, 69 insertions(+), 42 deletions(-)
7649
7650 commit 24930d544ee9e247e4cf6a5f6d5207ba9d7a3ddc
7651 Author: Behdad Esfahbod <behdad@behdad.org>
7652 Date:   Wed Apr 8 12:52:06 2015 -0700
7653
7654     Minor
7655
7656  src/hb-mutex-private.hh | 3 ++-
7657  1 file changed, 2 insertions(+), 1 deletion(-)
7658
7659 commit 45a8b46f478d4aa63ae5df74b6bb28ebdd7521ac
7660 Author: Behdad Esfahbod <behdad@behdad.org>
7661 Date:   Wed Apr 8 12:49:38 2015 -0700
7662
7663     Allow implementing atomic and mutex ops in config
7664
7665     Motivated by
7666     https://github.com/behdad/harfbuzz/pull/92
7667
7668  src/hb-atomic-private.hh | 6 +++++-
7669  src/hb-mutex-private.hh  | 7 ++++++-
7670  2 files changed, 11 insertions(+), 2 deletions(-)
7671
7672 commit 3fe4e92bc5ff09d84c6763cedf06ce80d15a5fb2
7673 Author: Behdad Esfahbod <behdad@behdad.org>
7674 Date:   Wed Apr 8 12:49:23 2015 -0700
7675
7676     Minor
7677
7678  src/hb-set-private.hh | 1 -
7679  1 file changed, 1 deletion(-)
7680
7681 commit 9868749abe468130d89c80a2501847a83acb4579
7682 Author: Behdad Esfahbod <behdad@behdad.org>
7683 Date:   Mon Apr 6 14:51:31 2015 -0700
7684
7685     [test] Use /usr/bin/env python instead of /usr/bin/python
7686
7687     Bug 76494 - #!/usr/bin/python in testsuite
7688
7689     https://bugs.freedesktop.org/show_bug.cgi?id=76494
7690
7691  test/shaping/hb-diff                 | 2 +-
7692  test/shaping/hb-diff-colorize        | 2 +-
7693  test/shaping/hb-diff-filter-failures | 2 +-
7694  test/shaping/hb-diff-ngrams          | 2 +-
7695  test/shaping/hb-diff-stat            | 2 +-
7696  test/shaping/hb-manifest-read        | 2 +-
7697  test/shaping/hb-manifest-update      | 2 +-
7698  test/shaping/hb-unicode-decode       | 2 +-
7699  test/shaping/hb-unicode-encode       | 2 +-
7700  test/shaping/hb-unicode-prettyname   | 2 +-
7701  test/shaping/hb_test_tools.py        | 2 +-
7702  11 files changed, 11 insertions(+), 11 deletions(-)
7703
7704 commit bfcddd32a674dd19fca1bf521e95466a0eec5179
7705 Merge: ce01ad7 363ceec
7706 Author: Behdad Esfahbod <behdad@behdad.org>
7707 Date:   Mon Apr 6 14:41:32 2015 -0700
7708
7709     Merge pull request #93 from ebraminio/archpy3
7710
7711     Make hb_test_tools.py compatible with python 3
7712
7713 commit ce01ad7c2f5a259030f4dbec746f85522aa9c3f9
7714 Author: Behdad Esfahbod <behdad@behdad.org>
7715 Date:   Wed Apr 1 11:05:59 2015 -0700
7716
7717     MSVC 2015 supports snprintf and not _snprintf
7718
7719  src/hb-private.hh | 2 +-
7720  1 file changed, 1 insertion(+), 1 deletion(-)
7721
7722 commit 560718862f0bd994b62361652d6fd558c4182e2a
7723 Author: Behdad Esfahbod <behdad@behdad.org>
7724 Date:   Wed Apr 1 11:04:33 2015 -0700
7725
7726     Move WinCE define to better place
7727
7728  src/hb-private.hh | 3 +--
7729  1 file changed, 1 insertion(+), 2 deletions(-)
7730
7731 commit 363ceec3fb0c9566db5a59da31e508f69dea1e92
7732 Author: Ebrahim Byagowi <ebrahim@gnu.org>
7733 Date:   Mon Mar 30 03:27:14 2015 +0430
7734
7735     Make hb_test_tools.py compatible with python 3
7736
7737     On ArchLinux, /usr/bin/python is linked to python 3 so
7738     HarfBuzz `make check` is broken there.
7739
7740     This makes hb_test_tools.py compatible with python 3 while
7741     no breaking it on python 2.
7742
7743  test/shaping/hb_test_tools.py | 44
7744  ++++++++++++++++++++++++-------------------
7745  1 file changed, 25 insertions(+), 19 deletions(-)
7746
7747 commit aee685086c8fde6f6c4590e483a177c19f222540
7748 Author: Behdad Esfahbod <behdad@behdad.org>
7749 Date:   Thu Mar 26 14:13:53 2015 -0400
7750
7751     Fix VC++ /analyze warnings
7752
7753     out\debug\hb-buffer-deserialize-text.rl(47) : warning C6001: Using
7754     uninitialized memory 'pos'.
7755
7756  src/hb-buffer-deserialize-text.rl | 4 ++--
7757  1 file changed, 2 insertions(+), 2 deletions(-)
7758
7759 commit 8886ab430ca68539cb318e175647e9f6973718b0
7760 Merge: e3671b8 a394bb6
7761 Author: Behdad Esfahbod <behdad@behdad.org>
7762 Date:   Sun Mar 22 16:18:57 2015 -0400
7763
7764     Merge pull request #90 from khaledhosny/introspection-fixes
7765
7766     [bindings] Fix *_from_string functions
7767
7768 commit a394bb66707184c995fe2d08c80e98220e6ec0b0
7769 Author: Khaled Hosny <khaledhosny@eglug.org>
7770 Date:   Sun Mar 22 20:29:10 2015 +0200
7771
7772     [bindings] Fix *_from_string functions
7773
7774     Without the element-type they will be getting garbage, at least with
7775     Python.
7776
7777  src/hb-common.cc | 8 ++++----
7778  src/hb-font.cc   | 2 +-
7779  src/hb-shape.cc  | 2 +-
7780  3 files changed, 6 insertions(+), 6 deletions(-)
7781
7782 commit e3671b8f8bb339e8a563a9da9cd5069073200fec
7783 Author: Behdad Esfahbod <behdad@behdad.org>
7784 Date:   Fri Mar 20 18:03:02 2015 -0400
7785
7786     0.9.40
7787
7788  NEWS         | 8 ++++++++
7789  configure.ac | 2 +-
7790  2 files changed, 9 insertions(+), 1 deletion(-)
7791
7792 commit 9e401f6890f2bea1d11914bca436c2230f8d0f1b
7793 Author: Behdad Esfahbod <behdad@behdad.org>
7794 Date:   Fri Mar 20 16:08:38 2015 -0400
7795
7796     Fix reverse_range() for empty range
7797
7798     Fixes coretext notdef loop consisting of all default_ignorable glyphs
7799
7800     https://code.google.com/p/chromium/issues/detail?id=464755
7801
7802  src/hb-buffer.cc | 2 +-
7803  1 file changed, 1 insertion(+), 1 deletion(-)
7804
7805 commit 7481bd49d56d4e814ab1f85fc2df8bf934d520f4
7806 Author: Behdad Esfahbod <behdad@behdad.org>
7807 Date:   Wed Mar 4 15:47:25 2015 -0800
7808
7809     Fix previous commit
7810
7811     I misunderstood how which works.
7812
7813  autogen.sh | 2 +-
7814  1 file changed, 1 insertion(+), 1 deletion(-)
7815
7816 commit 6763e21afb77b250ad4416ff921d46c63ea12443
7817 Author: Behdad Esfahbod <behdad@behdad.org>
7818 Date:   Wed Mar 4 15:43:05 2015 -0800
7819
7820     Accept glibtoolize as libtoolize
7821
7822     Of course, we don't really run it, autoreconf does.  We just
7823     err if neither is available.  glibtoolize is the name it is
7824     shipped under on OS X.  Reported by Adam.
7825
7826  autogen.sh | 2 +-
7827  1 file changed, 1 insertion(+), 1 deletion(-)
7828
7829 commit 02a04e6afb1a76894f3723a467716607970d95d3
7830 Author: Behdad Esfahbod <behdad@behdad.org>
7831 Date:   Wed Mar 4 12:32:03 2015 -0800
7832
7833     0.9.39
7834
7835  NEWS         | 10 ++++++++++
7836  configure.ac |  2 +-
7837  2 files changed, 11 insertions(+), 1 deletion(-)
7838
7839 commit 98e3ea8e34c798ce003e946c9a150bb41be9d09b
7840 Author: Behdad Esfahbod <behdad@behdad.org>
7841 Date:   Wed Mar 4 12:03:39 2015 -0800
7842
7843     Fix hb-uniscribe build
7844
7845  src/hb-ot-name-table.hh | 2 +-
7846  1 file changed, 1 insertion(+), 1 deletion(-)
7847
7848 commit 8ac345e5c0ed0aad6547592ea0839aabfb4ba980
7849 Author: Behdad Esfahbod <behdad@behdad.org>
7850 Date:   Mon Mar 2 16:06:55 2015 -0800
7851
7852     Fix reverse_range() to only reverse alt array if positions are used
7853
7854     In hb-coretext, when we were using scratch buffer for book-keeping,
7855     a reverse_range() caused by the notdef-insertion loop could mess up
7856     our log_clusters.  Ouch!
7857
7858  src/hb-buffer.cc | 2 +-
7859  1 file changed, 1 insertion(+), 1 deletion(-)
7860
7861 commit 1e03d7ac83f3e17aafed1e37390d9ff8394e36da
7862 Author: Behdad Esfahbod <behdad@behdad.org>
7863 Date:   Thu Feb 26 13:58:32 2015 -0800
7864
7865     Better error message if libtool is not installed
7866
7867     Fixes https://github.com/behdad/harfbuzz/pull/88
7868
7869  autogen.sh | 9 +++++++--
7870  1 file changed, 7 insertions(+), 2 deletions(-)
7871
7872 commit 6c918e2997fb82e89485f2b50bee2bf4fcd70592
7873 Author: Behdad Esfahbod <behdad@behdad.org>
7874 Date:   Thu Feb 26 13:55:34 2015 -0800
7875
7876     Clean up gtk-doc.make
7877
7878  Makefile.am | 1 +
7879  1 file changed, 1 insertion(+)
7880
7881 commit 5ec5875acb12cf07447c9ebfb03212601368dfc4
7882 Author: Behdad Esfahbod <behdad@behdad.org>
7883 Date:   Thu Feb 26 13:53:05 2015 -0800
7884
7885     Install git.mk in docs/
7886
7887  docs/Makefile.am | 2 ++
7888  1 file changed, 2 insertions(+)
7889
7890 commit d146678d103425b3da7ef393bc6d66f6ba4c5593
7891 Author: Behdad Esfahbod <behdad@behdad.org>
7892 Date:   Thu Feb 26 13:52:50 2015 -0800
7893
7894     Update git.mk from upstream
7895
7896  git.mk | 35 ++++++++++++++++++++++++++++-------
7897  1 file changed, 28 insertions(+), 7 deletions(-)
7898
7899 commit 5f541f8f7be82f29b77b481827deb212e12d53e4
7900 Author: Behdad Esfahbod <behdad@behdad.org>
7901 Date:   Sat Feb 21 16:51:17 2015 +0300
7902
7903     Minor refactoring
7904
7905  src/hb-private.hh | 44 ++++++++++++++++++++++++++++----------------
7906  1 file changed, 28 insertions(+), 16 deletions(-)
7907
7908 commit ef79bdf73bbfde1bfaa222834809d105ab7755b3
7909 Author: Behdad Esfahbod <behdad@behdad.org>
7910 Date:   Sat Feb 21 16:49:15 2015 +0300
7911
7912     Minor
7913
7914  src/hb-ot-layout-common-private.hh | 5 +++--
7915  1 file changed, 3 insertions(+), 2 deletions(-)
7916
7917 commit 68e04afbb1e1073c47474f7a4d6d2cacf7057f6f
7918 Author: Behdad Esfahbod <behdad@behdad.org>
7919 Date:   Sat Feb 21 16:30:28 2015 +0300
7920
7921     Typo
7922
7923  src/hb-private.hh | 2 +-
7924  1 file changed, 1 insertion(+), 1 deletion(-)
7925
7926 commit 55553699b38d6481fbfacd0a32fc266e55553b34
7927 Author: Behdad Esfahbod <behdad@behdad.org>
7928 Date:   Sat Feb 21 16:29:08 2015 +0300
7929
7930     Minor
7931
7932  src/hb-private.hh | 2 --
7933  1 file changed, 2 deletions(-)
7934
7935 commit 5175300fbaf4ff19b7d38c14c86331bb614b0390
7936 Author: Behdad Esfahbod <behdad@behdad.org>
7937 Date:   Sat Feb 21 12:50:01 2015 +0300
7938
7939     [layout] Fix comparison of GlyphID and hb_codepoint_t
7940
7941     Before, the IntType::cmp functions providing this and was truncating
7942     the hb_codepoint_t to 16bits before comparison.  I have no idea how
7943     this was never discovered, and I'm too lazy to try to reproduce this
7944     with Pango (which uses non-16bit codepoint numbers for missing
7945     glyphs).
7946
7947  src/hb-open-type-private.hh | 5 ++++-
7948  1 file changed, 4 insertions(+), 1 deletion(-)
7949
7950 commit 7cce809cb11e0ce65dbdab899779ece3dc337763
7951 Author: Behdad Esfahbod <behdad@behdad.org>
7952 Date:   Sat Feb 21 12:41:08 2015 +0300
7953
7954     Remove unused (and wrong as of a few commits ago) cmp() function
7955
7956  src/hb-open-type-private.hh | 1 -
7957  1 file changed, 1 deletion(-)
7958
7959 commit 8e3d4bae033bdec649676da26cfc3eb7610832a8
7960 Author: Behdad Esfahbod <behdad@behdad.org>
7961 Date:   Sat Feb 21 12:31:59 2015 +0300
7962
7963     Minor
7964
7965  src/hb-ot-layout-common-private.hh | 2 +-
7966  1 file changed, 1 insertion(+), 1 deletion(-)
7967
7968 commit f47cf1f12dd1fa3cd3aa84502139caca9d469af8
7969 Author: Behdad Esfahbod <behdad@behdad.org>
7970 Date:   Sat Feb 21 11:45:22 2015 +0300
7971
7972     Minor
7973
7974  src/hb-ot-layout.cc | 4 ++--
7975  1 file changed, 2 insertions(+), 2 deletions(-)
7976
7977 commit 640b66c6348653bfd7cf88ea9caa2133c0eb949f
7978 Author: Behdad Esfahbod <behdad@behdad.org>
7979 Date:   Thu Feb 19 17:30:05 2015 +0300
7980
7981     [layout] If lookup has only one subtable, move the forward loop down
7982     to subtable
7983
7984     I was hoping to see a nice speedup, but it resulted in a very
7985     minor one.
7986
7987  src/hb-ot-layout.cc | 33 ++++++++++++++++++++++++++++++++-
7988  1 file changed, 32 insertions(+), 1 deletion(-)
7989
7990 commit e2f50f2a7ebf9882ea89dc3f0c740e7fce964e37
7991 Author: Behdad Esfahbod <behdad@behdad.org>
7992 Date:   Thu Feb 19 17:15:05 2015 +0300
7993
7994     [layout] Add apply_forward / apply_backward
7995
7996  src/hb-ot-layout.cc | 69
7997  +++++++++++++++++++++++++++++++++++------------------
7998  1 file changed, 46 insertions(+), 23 deletions(-)
7999
8000 commit 1d4a328472f094c0d75a062f6e176c6b1875cfdc
8001 Author: Behdad Esfahbod <behdad@behdad.org>
8002 Date:   Thu Feb 19 11:33:30 2015 +0300
8003
8004     [layout] Remove unneeded return value from apply()
8005
8006  src/hb-ot-layout.cc | 12 +++++-------
8007  1 file changed, 5 insertions(+), 7 deletions(-)
8008
8009 commit bbdd6fd21cc2e079defff7cb17c3eb8eff3f9e09
8010 Author: Behdad Esfahbod <behdad@behdad.org>
8011 Date:   Thu Feb 19 17:03:02 2015 +0300
8012
8013     Minor simpilfy BEInt
8014
8015  src/hb-open-type-private.hh | 25 ++-----------------------
8016  1 file changed, 2 insertions(+), 23 deletions(-)
8017
8018 commit 88a399acdc0fcb060803da0e7db56de2866981e3
8019 Author: Behdad Esfahbod <behdad@behdad.org>
8020 Date:   Thu Feb 19 16:57:12 2015 +0300
8021
8022     Optimize IntType comparison to avoid branches for 16bit numbers
8023
8024  src/hb-open-type-private.hh | 9 ++++++++-
8025  1 file changed, 8 insertions(+), 1 deletion(-)
8026
8027 commit 37de2d533126245774417234e3536fcfb24f3a6b
8028 Author: Behdad Esfahbod <behdad@behdad.org>
8029 Date:   Thu Feb 19 16:55:51 2015 +0300
8030
8031     Minor simplify IntType
8032
8033  src/hb-open-type-private.hh | 2 +-
8034  1 file changed, 1 insertion(+), 1 deletion(-)
8035
8036 commit bd047d3b7f04d551c0a26bc0ce9b9d61481e34e1
8037 Author: Behdad Esfahbod <behdad@behdad.org>
8038 Date:   Thu Feb 19 10:47:18 2015 +0300
8039
8040     [layout] Minor
8041
8042  src/hb-ot-layout-gpos-table.hh | 6 ++++++
8043  src/hb-ot-layout-gsub-table.hh | 6 ++++++
8044  src/hb-ot-layout.cc            | 4 ++--
8045  3 files changed, 14 insertions(+), 2 deletions(-)
8046
8047 commit b9d3f60520c022dc952e65a66eb138d1f7cae2e1
8048 Author: Behdad Esfahbod <behdad@behdad.org>
8049 Date:   Thu Feb 19 10:42:41 2015 +0300
8050
8051     [layout] Minor
8052
8053  src/hb-ot-layout.cc | 15 ++++-----------
8054  1 file changed, 4 insertions(+), 11 deletions(-)
8055
8056 commit 1a2322134a5d7bba990da28baf893b35879a5a7a
8057 Author: Behdad Esfahbod <behdad@behdad.org>
8058 Date:   Thu Feb 19 10:40:23 2015 +0300
8059
8060     [layout] Don't check glyph props against lookup flags when recursing
8061
8062     Shouldn't be needed.  I have a hard time imagining this breaking any
8063     legitimate use case.
8064
8065  src/hb-ot-layout-gpos-table.hh | 10 +---------
8066  src/hb-ot-layout-gsub-table.hh | 10 +---------
8067  2 files changed, 2 insertions(+), 18 deletions(-)
8068
8069 commit 095a1257cc3cc56b044b4cd842a92f0d0f933a50
8070 Author: Behdad Esfahbod <behdad@behdad.org>
8071 Date:   Thu Feb 19 10:29:41 2015 +0300
8072
8073     [layout] Port sanitize() to use dispatch()
8074
8075     Needed some rework of Extension table.  Hopefully I got it right, and
8076     the new template usage doesn't break any compilers...
8077
8078  src/hb-open-type-private.hh          |  5 ++-
8079  src/hb-ot-layout-gpos-table.hh       | 82
8080  +----------------------------------
8081  src/hb-ot-layout-gsub-table.hh       | 72 ++-----------------------------
8082  src/hb-ot-layout-gsubgpos-private.hh | 84
8083  ++++++++++++------------------------
8084  4 files changed, 37 insertions(+), 206 deletions(-)
8085
8086 commit 758fb20630f84c3d373cda37974b88f16c02995e
8087 Author: Behdad Esfahbod <behdad@behdad.org>
8088 Date:   Wed Feb 18 13:45:03 2015 +0300
8089
8090     Remove unused macro
8091
8092  src/hb-ot-shape-complex-arabic-win1256.hh | 1 -
8093  1 file changed, 1 deletion(-)
8094
8095 commit 40c58923cbf689c465f9b65334c455a9b7f71ab0
8096 Author: Behdad Esfahbod <behdad@behdad.org>
8097 Date:   Wed Feb 18 13:18:46 2015 +0300
8098
8099     [layout] Refactor Lookup::dispatch()
8100
8101  src/hb-ot-layout-common-private.hh   | 20 ++++++++++++++++++++
8102  src/hb-ot-layout-gpos-table.hh       | 12 +-----------
8103  src/hb-ot-layout-gsub-table.hh       | 12 +-----------
8104  src/hb-ot-layout-gsubgpos-private.hh |  6 ------
8105  4 files changed, 22 insertions(+), 28 deletions(-)
8106
8107 commit 70366f5d19df2e654f0933474fecf1aa16e27812
8108 Author: Behdad Esfahbod <behdad@behdad.org>
8109 Date:   Wed Feb 18 13:09:54 2015 +0300
8110
8111     [layout] Refactor get_subtable()
8112
8113  src/hb-ot-layout-common-private.hh | 12 ++++++++++++
8114  src/hb-ot-layout-gpos-table.hh     |  4 ++--
8115  src/hb-ot-layout-gsub-table.hh     |  6 +++---
8116  3 files changed, 17 insertions(+), 5 deletions(-)
8117
8118 commit f72f326aea6d1e93f63040730f7aecd401676c1c
8119 Author: Behdad Esfahbod <behdad@behdad.org>
8120 Date:   Tue Feb 17 19:18:07 2015 +0300
8121
8122     Minor
8123
8124  src/hb-ot-layout-gpos-table.hh | 1 -
8125  1 file changed, 1 deletion(-)
8126
8127 commit 8e36ccfd4f076888076ca176c055c18104af03b6
8128 Author: Behdad Esfahbod <behdad@behdad.org>
8129 Date:   Tue Feb 17 19:15:34 2015 +0300
8130
8131     [layout] Use dispatch() for add_coverage()
8132
8133  src/hb-ot-layout-gpos-table.hh       | 12 ++----------
8134  src/hb-ot-layout-gsub-table.hh       | 12 ++----------
8135  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++--
8136  3 files changed, 14 insertions(+), 22 deletions(-)
8137
8138 commit 50b8dc79daffc7ef671dd5eedfea47f8d5e946f4
8139 Author: Behdad Esfahbod <behdad@behdad.org>
8140 Date:   Tue Feb 17 18:14:17 2015 +0300
8141
8142     [layout] Add may_dispatch()
8143
8144     No functional change right now.
8145
8146  src/hb-ot-layout-gpos-table.hh       |  7 +++++++
8147  src/hb-ot-layout-gsub-table.hh       |  6 ++++++
8148  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++++
8149  3 files changed, 25 insertions(+)
8150
8151 commit de2118ed7a998a1df9b28fd1be96b4af89ed82c3
8152 Author: Behdad Esfahbod <behdad@behdad.org>
8153 Date:   Tue Feb 17 17:27:44 2015 +0300
8154
8155     Make sanitize() a const method
8156
8157     This makes a lot of code safer.  We only try modifying the object
8158     in one
8159     place, after making sure it's safe to do so.  So, do a const_cast<> in
8160     that one place...
8161
8162  src/hb-open-file-private.hh          |  15 +++--
8163  src/hb-open-type-private.hh          |  51 +++++++++++------
8164  src/hb-ot-cmap-table.hh              |  35 ++++++++----
8165  src/hb-ot-head-table.hh              |   6 +-
8166  src/hb-ot-hhea-table.hh              |   3 +-
8167  src/hb-ot-hmtx-table.hh              |   3 +-
8168  src/hb-ot-layout-common-private.hh   |  58 ++++++++++++-------
8169  src/hb-ot-layout-gdef-table.hh       |  30 ++++++----
8170  src/hb-ot-layout-gpos-table.hh       | 108
8171  +++++++++++++++++++++++------------
8172  src/hb-ot-layout-gsub-table.hh       |  58 ++++++++++++-------
8173  src/hb-ot-layout-gsubgpos-private.hh |  65 +++++++++++++--------
8174  src/hb-ot-layout-jstf-table.hh       |  12 ++--
8175  src/hb-ot-maxp-table.hh              |   6 +-
8176  src/hb-ot-name-table.hh              |   6 +-
8177  14 files changed, 296 insertions(+), 160 deletions(-)
8178
8179 commit 6759ed95a3bec2874826376b68ebff19ba277ef2
8180 Author: Behdad Esfahbod <behdad@behdad.org>
8181 Date:   Tue Feb 17 16:05:30 2015 +0300
8182
8183     Minor
8184
8185  src/hb-ot-layout-gpos-table.hh | 6 ++----
8186  src/hb-ot-layout-gsub-table.hh | 6 ++----
8187  2 files changed, 4 insertions(+), 8 deletions(-)
8188
8189 commit 6b599dac1f814a3c900300241d4c492a8f8b66d2
8190 Author: Behdad Esfahbod <behdad@behdad.org>
8191 Date:   Tue Feb 17 16:04:07 2015 +0300
8192
8193     Remove unnecessary check in sanitize
8194
8195  src/hb-ot-layout-gpos-table.hh | 2 --
8196  src/hb-ot-layout-gsub-table.hh | 2 --
8197  2 files changed, 4 deletions(-)
8198
8199 commit 365576d246949f9d587e90cf0539dc0381e4d0a3
8200 Author: Behdad Esfahbod <behdad@behdad.org>
8201 Date:   Thu Jan 29 13:59:42 2015 +0100
8202
8203     [layout] Allocate iters in the context
8204
8205     Can be further optimized, but I think I didn't break anything.
8206
8207     Saves another 3% off Roboto shaping.
8208
8209  src/hb-ot-layout-gpos-table.hh       | 18 ++++++------------
8210  src/hb-ot-layout-gsubgpos-private.hh | 21 +++++++++++++--------
8211  src/hb-ot-shape-fallback.cc          |  2 +-
8212  3 files changed, 20 insertions(+), 21 deletions(-)
8213
8214 commit 514564f5444b8ad2f210b1e3d7d66378f7275317
8215 Author: Behdad Esfahbod <behdad@behdad.org>
8216 Date:   Thu Jan 29 13:48:48 2015 +0100
8217
8218     [layout] Move skippy_iter setup from constructor into init()
8219
8220  src/hb-ot-layout-gpos-table.hh       | 18 ++++++++++++------
8221  src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++++++-------------
8222  src/hb-ot-shape-fallback.cc          |  3 ++-
8223  3 files changed, 29 insertions(+), 20 deletions(-)
8224
8225 commit b051be542a8945ec14b0192bbc285f3e1a78c8f1
8226 Author: Behdad Esfahbod <behdad@behdad.org>
8227 Date:   Thu Jan 29 13:40:39 2015 +0100
8228
8229     [lookup] Add skippy_iter.reset()
8230
8231     Towards reducing the cost of initializing skippy_iter()
8232
8233  src/hb-ot-layout-gpos-table.hh       | 18 ++++++++++++------
8234  src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++++++---------
8235  src/hb-ot-shape-fallback.cc          |  3 ++-
8236  3 files changed, 32 insertions(+), 16 deletions(-)
8237
8238 commit 2cecc38c7cf49b2cf697efa7e974ceee7055f2c5
8239 Author: Behdad Esfahbod <behdad@behdad.org>
8240 Date:   Thu Jan 29 13:32:05 2015 +0100
8241
8242     [layout] Shuffle code around
8243
8244  src/hb-ot-layout-gsubgpos-private.hh | 111
8245  ++++++++++++++++++-----------------
8246  1 file changed, 56 insertions(+), 55 deletions(-)
8247
8248 commit 696266981df5ef6c62ad0115133dad1d6c1d9acc
8249 Author: Behdad Esfahbod <behdad@behdad.org>
8250 Date:   Thu Jan 29 13:08:41 2015 +0100
8251
8252     [layout] Merge forward and backward iterators
8253
8254  src/hb-ot-layout-gpos-table.hh       | 12 +++---
8255  src/hb-ot-layout-gsubgpos-private.hh | 71
8256  ++++++++----------------------------
8257  src/hb-ot-shape-fallback.cc          |  2 +-
8258  3 files changed, 23 insertions(+), 62 deletions(-)
8259
8260 commit 1f038eec3c0dd6331036f795614fe1ddcbf613b0
8261 Author: Behdad Esfahbod <behdad@behdad.org>
8262 Date:   Thu Jan 29 13:05:25 2015 +0100
8263
8264     [layout] Fix backward reject()
8265
8266     Has no functional effect since reject was never used with
8267     match_glyph_data.
8268
8269  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
8270  1 file changed, 1 insertion(+), 1 deletion(-)
8271
8272 commit 37d13acd8d414a4b53fac0152addfadecf755cd4
8273 Author: Behdad Esfahbod <behdad@behdad.org>
8274 Date:   Thu Jan 29 11:38:01 2015 +0100
8275
8276     [layout] Remove some unnecessary checks in skippy
8277
8278  src/hb-ot-layout-gpos-table.hh       | 3 ---
8279  src/hb-ot-layout-gsubgpos-private.hh | 9 ++-------
8280  2 files changed, 2 insertions(+), 10 deletions(-)
8281
8282 commit baa14e18148d3f5493f78b4fe9e0c835a01f50f7
8283 Author: Behdad Esfahbod <behdad@behdad.org>
8284 Date:   Thu Jan 29 11:08:43 2015 +0100
8285
8286     [lookup] Don't initialize skippy if coverage match fails
8287
8288     Currently:
8289
8290       - Initializing skippy is very expensive,
8291
8292       - Our lookup accelerator (using set-digests) can be very ineffecite,
8293
8294     As such, we end up many times initializing skippy but then failing
8295     coverage check.  Reordering fixes that.
8296
8297     When, later, we fix our accelerator to have truly small false-positive
8298     rate (for example by using the frozen-sets), then we might want to
8299     reorder these checks such that we wouldn't calculate coverage number
8300     if skippy is going to fail.
8301
8302     This shows a 5% speedup with Roboto already.
8303
8304  src/hb-ot-layout-gpos-table.hh | 15 ++++++---------
8305  1 file changed, 6 insertions(+), 9 deletions(-)
8306
8307 commit 7788993bc19bf122f1e143ab64cc1da2ed1865a3
8308 Author: Behdad Esfahbod <behdad@behdad.org>
8309 Date:   Wed Jan 28 23:01:12 2015 -0800
8310
8311     [layout] Use setter method to set c->lookup_props
8312
8313  src/hb-ot-layout-gpos-table.hh | 2 +-
8314  src/hb-ot-layout-gsub-table.hh | 2 +-
8315  2 files changed, 2 insertions(+), 2 deletions(-)
8316
8317 commit f4ee48fd7b312550faf9b0be4cd1b2f2849dd08d
8318 Author: Behdad Esfahbod <behdad@behdad.org>
8319 Date:   Wed Jan 28 22:53:54 2015 -0800
8320
8321     [layout] Remove unused wrapper method
8322
8323  src/hb-ot-layout-gsubgpos-private.hh | 2 --
8324  1 file changed, 2 deletions(-)
8325
8326 commit 7b7129c7a997def599fb4d2ba05fda40d27aed20
8327 Author: Behdad Esfahbod <behdad@behdad.org>
8328 Date:   Wed Jan 28 21:46:07 2015 -0800
8329
8330     Add hb_frozen_set_t
8331
8332     I experimented with replacing use of hb_set_digest_t with this new
8333     hb_frozen_set_t, hoping to get a huge speedup for busy lookups
8334     (like kern lookup in Roboto), but I only got 6% speendup in Roboto
8335     and 4% in NotoNastaliqUrduDraft :(.
8336
8337  src/hb-set-private.hh | 57
8338  ++++++++++++++++++++++++++++++++++++++++++++++++++-
8339  1 file changed, 56 insertions(+), 1 deletion(-)
8340
8341 commit 241eac9559465fa79f396570af4e87f455b7e9d5
8342 Author: Behdad Esfahbod <behdad@behdad.org>
8343 Date:   Wed Jan 28 20:55:42 2015 -0800
8344
8345     Hide internals of lookup accelerators
8346
8347  src/hb-ot-layout-gsub-table.hh | 5 +++--
8348  src/hb-ot-layout-private.hh    | 5 +++++
8349  src/hb-ot-layout.cc            | 6 +++---
8350  3 files changed, 11 insertions(+), 5 deletions(-)
8351
8352 commit e2d4e8480d85436a3acad8145acac345ed593f5a
8353 Author: Behdad Esfahbod <behdad@behdad.org>
8354 Date:   Wed Jan 28 20:29:48 2015 -0800
8355
8356     [util] Add convenience "make lib" target
8357
8358  util/Makefile.am | 4 ++++
8359  1 file changed, 4 insertions(+)
8360
8361 commit faaae64bf28abdcdd15185374bc09a3809794118
8362 Merge: 7888a6b 9768e65
8363 Author: Behdad Esfahbod <behdad@behdad.org>
8364 Date:   Wed Feb 25 15:34:34 2015 -0800
8365
8366     Merge pull request #85 from KonstantinRitt/define_inline
8367
8368     Fix build with MSVC on CE
8369
8370 commit 9ee176ee978e6668c4faf00028811ce70979122e
8371 Author: Collin Fair <cpf@cpfx.ca>
8372 Date:   Sat Feb 14 09:59:44 2015 -0500
8373
8374     Stop hb-shape docs leaking into hb-view
8375
8376  util/options.cc | 15 ++++++++-------
8377  1 file changed, 8 insertions(+), 7 deletions(-)
8378
8379 commit 952b8dbdf61da9b4814e09ad3c1b9b76483bef5c
8380 Author: Collin Fair <cpf@cpfx.ca>
8381 Date:   Sat Feb 14 09:44:00 2015 -0500
8382
8383     'All' of the above, not 'each'
8384
8385  util/options.cc | 4 ++--
8386  1 file changed, 2 insertions(+), 2 deletions(-)
8387
8388 commit 9e867b64467c46eea5cc9b1d5a9404a1221bbbfc
8389 Author: Collin Fair <cpf@cpfx.ca>
8390 Date:   Sat Feb 14 09:32:04 2015 -0500
8391
8392     Remove reference to --help-output-content in --help-output (as
8393     --help-output-format's options aren't available in hb-view)
8394
8395  util/options.cc | 2 +-
8396  1 file changed, 1 insertion(+), 1 deletion(-)
8397
8398 commit 1d55ffeb66381889f11ebb9039ca4ec2ca5efbab
8399 Author: Collin Fair <cpf@cpfx.ca>
8400 Date:   Sat Feb 14 09:29:35 2015 -0500
8401
8402     Add serialization syntax documentation. Clarify naming and wording
8403     in --help-output/--help-format
8404
8405  util/options.cc | 30 ++++++++++++++++--------------
8406  1 file changed, 16 insertions(+), 14 deletions(-)
8407
8408 commit 9768e651be0561f07d6f38c3ed8bc5ee04882990
8409 Author: Konstantin Ritt <ritt.ks@gmail.com>
8410 Date:   Sat Feb 14 00:58:51 2015 +0400
8411
8412     Fix build with MSVC on CE
8413
8414     This code is C++ only. There isn't a single C++ compiler that fails to
8415     understand the "inline" keyword, since it's required by C++98. Any
8416     compiler older than C++98 is likely to choke on the template usage
8417     further down, so this isn't necessary.
8418
8419     Moreover, the C++ standard says you cannot define macros.
8420     [lib.macro.names] says "Nor shall such a translation unit define
8421     macros
8422     for names lexically identical to keywords." -- technically, it's a
8423     promise that the Standard Library headers won't do it, the wording
8424     means
8425     that the entire translation unit won't do it, which implies no source
8426     can do it.
8427
8428     MSVC complains about it:
8429     fatal error C1189: #error : The C++ Standard Library forbids
8430     macroizing
8431     keywords. Enable warning C4005 to find the forbidden macro.
8432
8433     Author: Thiago Macieira <thiago.macieira@intel.com>
8434
8435  src/hb-private.hh | 10 ----------
8436  1 file changed, 10 deletions(-)
8437
8438 commit 7888a6b07a9922cedd3e0d235959058e0011357b
8439 Author: Behdad Esfahbod <behdad@behdad.org>
8440 Date:   Wed Jan 28 12:40:40 2015 -0800
8441
8442     [ft] Handle negative scales with vertical writing
8443
8444  src/hb-ft.cc | 8 ++++++++
8445  1 file changed, 8 insertions(+)
8446
8447 commit 982d94eaa2a377616f22f39427e5ed9f1ce43263
8448 Author: Behdad Esfahbod <behdad@behdad.org>
8449 Date:   Wed Jan 28 10:51:33 2015 -0800
8450
8451     [coretext] Don't generate notdef glyph for default-ignorables
8452
8453     As discovered on Chrome Mac:
8454     https://code.google.com/p/chromium/issues/detail?id=452326
8455
8456  src/hb-coretext.cc | 2 ++
8457  src/hb-ot-shape.cc | 2 +-
8458  2 files changed, 3 insertions(+), 1 deletion(-)
8459
8460 commit 6917a045fd8d16952cad75fda8b291b11e1d3564
8461 Author: Behdad Esfahbod <behdad@behdad.org>
8462 Date:   Wed Jan 28 10:43:32 2015 -0800
8463
8464     [coretext] Unbreak glyph positioning in presence of notdef runs
8465
8466     As discovered on Chrome Mac:
8467     https://code.google.com/p/chromium/issues/detail?id=452326
8468
8469     This was originally broken in:
8470
8471         commit 5a0eed3b50629be4826e4e9428f2c3255195395d
8472         Author: Behdad Esfahbod <behdad@behdad.org>
8473         Date:   Mon Aug 11 23:47:16 2014 -0400
8474
8475             [coretext] Implement vertical shaping
8476
8477  src/hb-coretext.cc | 35 +++++++++++++++++++++++++++--------
8478  1 file changed, 27 insertions(+), 8 deletions(-)
8479
8480 commit 1eff4350239b0768e1042b52db9fb1c0d266f96a
8481 Author: Behdad Esfahbod <behdad@behdad.org>
8482 Date:   Tue Jan 27 12:26:04 2015 -0800
8483
8484     Minor optimization
8485
8486  src/hb-ot-shape-normalize.cc | 9 +++++----
8487  1 file changed, 5 insertions(+), 4 deletions(-)
8488
8489 commit 675956aca01fc4e005a338af43d1c1f4f938abd1
8490 Author: Konstantin Ritt <ritt.ks@gmail.com>
8491 Date:   Tue Jan 27 11:23:07 2015 +0400
8492
8493     Do not leak hb_language_t on hb_language_item_t destruction
8494
8495  src/hb-common.cc | 1 +
8496  1 file changed, 1 insertion(+)
8497
8498 commit b306f9674a599da50754d24fa5aefcb6bba04420
8499 Author: Konstantin Ritt <ritt.ks@gmail.com>
8500 Date:   Tue Jan 27 20:08:41 2015 +0400
8501
8502     Minor improvement to HB_SHAPER_DATA_DESTROY
8503
8504  src/hb-shaper-private.hh | 7 +++----
8505  1 file changed, 3 insertions(+), 4 deletions(-)
8506
8507 commit 61820bc4ca1f02433db4be7c81f27cf97e2bd519
8508 Author: Behdad Esfahbod <behdad@behdad.org>
8509 Date:   Mon Jan 26 14:25:52 2015 -0800
8510
8511     [API] Add hb_buffer_add_latin1()
8512
8513     This is by no ways to promote non-Unicode encodings.  This is an entry
8514     point that takes Unicode codepoints that happen to all be the first
8515     256 characters and hence fit in 8bit strings.  This is useful eg
8516     in Chrome
8517     where strings that can fit in 8bit are implemented that way, and this
8518     avoids copying into UTF-8 or UTF-16.
8519
8520     Perhaps we should rename this to hb_buffer_add_codepoints8().
8521     I'm also
8522     curious if anyone would be really interested in
8523     hb_buffer_add_codepoints16().
8524
8525     Please discuss!
8526
8527  src/hb-buffer.cc      | 36 +++++++++++++++++++++++++-------
8528  src/hb-buffer.h       |  8 ++++++++
8529  src/hb-utf-private.hh | 57
8530  ++++++++++++++++++++++++++++++++++++++-------------
8531  3 files changed, 80 insertions(+), 21 deletions(-)
8532
8533 commit 78c6e86c04f12154c88b9f9264d0bd50b721699b
8534 Author: Behdad Esfahbod <behdad@behdad.org>
8535 Date:   Mon Jan 26 14:08:36 2015 -0800
8536
8537     Fix hb_buffer_add_codepoints to actually NOT validate
8538
8539  src/hb-buffer.cc | 2 +-
8540  1 file changed, 1 insertion(+), 1 deletion(-)
8541
8542 commit 70c25ee215635db23eb0757641bd372940c0d85d
8543 Merge: 28f5e0b f3537b6
8544 Author: Behdad Esfahbod <behdad@behdad.org>
8545 Date:   Sun Jan 25 13:06:03 2015 -0800
8546
8547     Merge pull request #81 from KonstantinRitt/fixes/build/win8phone
8548
8549     winrt_buildfixes
8550
8551 commit f3537b620b0a7392ea27f01f465c5ba79459c858
8552 Author: Konstantin Ritt <ritt.ks@gmail.com>
8553 Date:   Sun Jan 25 09:50:51 2015 +0400
8554
8555     Move some code around
8556
8557     Just to keep Windows specific workarounds in a single place.
8558
8559  src/hb-private.hh | 25 ++++++++++++-------------
8560  1 file changed, 12 insertions(+), 13 deletions(-)
8561
8562 commit afb62d88d78cacb6b881aaf329a654fd32f5ae29
8563 Author: Konstantin Ritt <ritt.ks@gmail.com>
8564 Date:   Sun Jan 25 08:16:26 2015 +0400
8565
8566     Do not define MemoryBarrier on WinCE
8567
8568     There is a _HBMemoryBarrier() wrapper function that emulates
8569     MemoryBarrier() behavior when it is not defined.
8570
8571  src/hb-private.hh | 1 -
8572  1 file changed, 1 deletion(-)
8573
8574 commit 7db326a15b173c0d101adc608bf551a628c65dcd
8575 Author: Konstantin Ritt <ritt.ks@gmail.com>
8576 Date:   Sun Jan 25 08:13:24 2015 +0400
8577
8578     Fix build on WinRT
8579
8580     There is no environment (like WinCE) and the basic version
8581     of InitializeCriticalSection is unsupported.
8582
8583     https://codereview.qt-project.org/#/c/92496/
8584
8585  src/hb-mutex-private.hh | 4 ++++
8586  src/hb-private.hh       | 2 ++
8587  2 files changed, 6 insertions(+)
8588
8589 commit 28f5e0b2f41670617bd778660364bbd58b1b68f2
8590 Author: Behdad Esfahbod <behdad@behdad.org>
8591 Date:   Fri Jan 23 12:45:35 2015 -0800
8592
8593     0.9.38
8594
8595  NEWS         | 23 +++++++++++++++++++++++
8596  configure.ac |  2 +-
8597  2 files changed, 24 insertions(+), 1 deletion(-)
8598
8599 commit a319d0777b746a2bbe5cd5a206172f1580da3379
8600 Author: Behdad Esfahbod <behdad@behdad.org>
8601 Date:   Fri Jan 23 12:44:24 2015 -0800
8602
8603     [ft] Handle negative x_scale / y_scale
8604
8605  src/hb-ft.cc | 12 ++++++++++--
8606  1 file changed, 10 insertions(+), 2 deletions(-)
8607
8608 commit b0b38bb892473d9a65e06dd3b4713da39f92bef9
8609 Author: Behdad Esfahbod <behdad@behdad.org>
8610 Date:   Wed Jan 21 19:19:33 2015 -0800
8611
8612     [coretext] Fix positioning of notdef
8613
8614  src/hb-coretext.cc | 19 ++++++++++---------
8615  1 file changed, 10 insertions(+), 9 deletions(-)
8616
8617 commit 70622e5089c01ea16fd9deed11cb39d43145c121
8618 Author: Behdad Esfahbod <behdad@behdad.org>
8619 Date:   Wed Jan 21 18:50:57 2015 -0800
8620
8621     [coretext] Fix scaling
8622
8623     Before we were not accounting for possible differences in x_scale and
8624     y_scale, as well as the signs of those.  All should be in good shape
8625     now.
8626
8627  src/hb-coretext.cc | 26 +++++++++++++++++++-------
8628  1 file changed, 19 insertions(+), 7 deletions(-)
8629
8630 commit 221ba02b0816584a02471037edae7cec9c1b8acc
8631 Author: Behdad Esfahbod <behdad@behdad.org>
8632 Date:   Wed Jan 21 16:42:09 2015 -0800
8633
8634     [coretext] Use vertical advance for notdef in vertical direction
8635
8636  src/hb-coretext.cc | 7 ++++++-
8637  1 file changed, 6 insertions(+), 1 deletion(-)
8638
8639 commit 7988da24c507ee310772f72cc5bcfd3c0a1187a0
8640 Author: Behdad Esfahbod <behdad@behdad.org>
8641 Date:   Wed Jan 21 18:33:50 2015 -0800
8642
8643     Add convenience make target "make lib" in src/
8644
8645  src/Makefile.am | 3 +++
8646  1 file changed, 3 insertions(+)
8647
8648 commit 31d48dd919e3b4a0bec5ede384f76db9b44f4d71
8649 Author: Behdad Esfahbod <behdad@behdad.org>
8650 Date:   Wed Jan 21 01:57:44 2015 -0800
8651
8652     Add README.python
8653
8654  README.python | 26 ++++++++++++++++++++++++++
8655  1 file changed, 26 insertions(+)
8656
8657 commit ca1c2813dd0b082a8c418bd3edd3f6cba97bd5f0
8658 Author: Behdad Esfahbod <behdad@behdad.org>
8659 Date:   Wed Jan 21 01:51:48 2015 -0800
8660
8661     [bindings] Add README.python
8662
8663  Makefile.am | 1 +
8664  1 file changed, 1 insertion(+)
8665
8666 commit cd4eb96abb90a84b42e9b288e39bad759e4411a0
8667 Author: Behdad Esfahbod <behdad@behdad.org>
8668 Date:   Tue Jan 20 12:30:45 2015 -0800
8669
8670     [util] Add --font-size to hb-shape
8671
8672     Also makes hb-view to use 8 bits of subpixel precision and shape at
8673     requested size, instead of always shaping at upem and scaling results.
8674
8675  util/hb-ot-shape-closure.cc |  2 +-
8676  util/hb-shape.cc            |  2 +-
8677  util/hb-view.cc             |  5 ++++-
8678  util/helper-cairo.cc        | 16 ++++++++--------
8679  util/helper-cairo.hh        |  5 ++---
8680  util/main-font-text.hh      |  4 ++--
8681  util/options.cc             | 44
8682  +++++++++++++++++++++++++++++++++++++++++---
8683  util/options.hh             | 16 ++++++++++++----
8684  util/view-cairo.cc          |  2 +-
8685  util/view-cairo.hh          |  8 ++++----
8686  10 files changed, 76 insertions(+), 28 deletions(-)
8687
8688 commit 5789ca69d7464bab5fa0c5bdf404f3afaa490faf
8689 Author: Behdad Esfahbod <behdad@behdad.org>
8690 Date:   Fri Jan 9 14:22:01 2015 -0800
8691
8692     [util] Minor
8693
8694  util/options.cc | 2 +-
8695  1 file changed, 1 insertion(+), 1 deletion(-)
8696
8697 commit 67dfa8c7c2f2e9040a9c60c680f739ada4a35fb5
8698 Author: Behdad Esfahbod <behdad@behdad.org>
8699 Date:   Mon Jan 19 17:00:31 2015 -0800
8700
8701     When matching second glyph of kerning pairs, use bsearch
8702
8703     Roboto has glyphs (like 'F') that have 200 kerning pairs.
8704     Add a handcoded bsearch instead of previous linear search.
8705
8706     This doesn't show much speedup though, apparently we spend the
8707     bulk of the time somewhere before here.
8708
8709  src/hb-ot-layout-gpos-table.hh | 21 ++++++++++++++++-----
8710  1 file changed, 16 insertions(+), 5 deletions(-)
8711
8712 commit e9f5c65be027eb7759ab819e267e24dff3b017b6
8713 Author: Behdad Esfahbod <behdad@behdad.org>
8714 Date:   Mon Jan 19 14:42:11 2015 -0800
8715
8716     [bindings] Minor
8717
8718  src/sample.py | 2 ++
8719  1 file changed, 2 insertions(+)
8720
8721 commit 3704628d1f124234324b5f2bdd5fdd61c14c7801
8722 Merge: 1aaa7d6 5eb939d
8723 Author: Behdad Esfahbod <behdad@behdad.org>
8724 Date:   Mon Jan 19 16:15:00 2015 -0800
8725
8726     Merge pull request #77 from roozbehp/master
8727
8728     Change New Tai Lue shaping engine from SEA to default
8729
8730 commit 5eb939ddfe9ef217da2e48d7d0f1f4b7501714ad
8731 Author: Roozbeh Pournader <roozbeh@google.com>
8732 Date:   Sun Jan 18 14:30:08 2015 -0800
8733
8734     Change New Tai Lue shaping engine from SEA to default
8735
8736     This is to reflect the UTC decision to change the encoding model of
8737     New Tai Lue from logical to visual to be similar to Thai, Lao, and
8738     Tai Viet: http://www.unicode.org/L2/L2014/14250.htm#141-C26
8739
8740     The visual encoding is already the current practice of encoding New
8741     Tai Lue on the web anyway:
8742     http://www.unicode.org/L2/L2014/14195-newtailue.txt
8743
8744     Fixes behdad/harfbuzz#66.
8745
8746  src/hb-ot-shape-complex-private.hh | 2 +-
8747  1 file changed, 1 insertion(+), 1 deletion(-)
8748
8749 commit 1aaa7d6799b42b392dd191d3c12011721ef99e74
8750 Author: Behdad Esfahbod <behdad@behdad.org>
8751 Date:   Sat Jan 17 20:16:56 2015 -0800
8752
8753     [indic] Fix out-of-bounds access
8754
8755  src/gen-indic-table.py                 |  2 +-
8756  src/hb-ot-shape-complex-indic-table.cc | 36
8757  +++++++++++++++++-----------------
8758  2 files changed, 19 insertions(+), 19 deletions(-)
8759
8760 commit 238d6a38f2ceb7d8dceec9365a823f032b3b9f7d
8761 Author: Behdad Esfahbod <behdad@behdad.org>
8762 Date:   Wed Jan 7 10:51:44 2015 -0800
8763
8764     [bindings] Update sample.py
8765
8766  src/sample.py | 9 ++++++---
8767  1 file changed, 6 insertions(+), 3 deletions(-)
8768
8769 commit 2cd5323531dcd800549b2cb1cb51d708e72ab2d8
8770 Author: Behdad Esfahbod <behdad@behdad.org>
8771 Date:   Tue Jan 6 19:16:38 2015 -0800
8772
8773     [bindings] Use hb_glib_blob_create() in sample
8774
8775     hb_blob_create() is considered C-only API.
8776
8777  src/hb-blob.cc |  8 ++++----
8778  src/sample.py  | 19 +++++++++----------
8779  2 files changed, 13 insertions(+), 14 deletions(-)
8780
8781 commit 0ef179e2dc040c13497af847b8c1cec846dbdbf9
8782 Author: Behdad Esfahbod <behdad@behdad.org>
8783 Date:   Tue Jan 6 16:58:33 2015 -0800
8784
8785     [glib] Add hb_glib_blob_create() that takes GBytes
8786
8787  src/hb-glib.cc | 11 +++++++++++
8788  src/hb-glib.h  |  3 +++
8789  2 files changed, 14 insertions(+)
8790
8791 commit b91904a40da6287f84bc79de60674fa57232ec09
8792 Author: Behdad Esfahbod <behdad@behdad.org>
8793 Date:   Tue Jan 6 15:43:14 2015 -0800
8794
8795     [bindings] Replace deprecated allow-none with optional and nullable
8796
8797  src/hb-blob.cc    | 4 ++--
8798  src/hb-shape.cc   | 2 +-
8799  src/hb-unicode.cc | 2 +-
8800  3 files changed, 4 insertions(+), 4 deletions(-)
8801
8802 commit 81a31f3eff44a85bb2160d51156a01a18f0a97df
8803 Author: Behdad Esfahbod <behdad@behdad.org>
8804 Date:   Tue Jan 6 15:37:31 2015 -0800
8805
8806     [bindings] Make sample Python 2/3 compatible
8807
8808  src/sample.py | 15 ++++++++++++++-
8809  1 file changed, 14 insertions(+), 1 deletion(-)
8810
8811 commit b632e7997d9cb6e4782cab6d8c62e8e5edaa4cb0
8812 Author: Behdad Esfahbod <behdad@behdad.org>
8813 Date:   Tue Jan 6 14:05:26 2015 -0800
8814
8815     Fix up gobject-introspection a bit
8816
8817     Minimal shaping works now!
8818
8819  src/hb-blob.cc   |  6 +++---
8820  src/hb-buffer.cc |  2 +-
8821  src/sample.py    | 34 ++++++++++++++++++++++++++++------
8822  3 files changed, 32 insertions(+), 10 deletions(-)
8823
8824 commit 3d1a666a8629a8502a2bcf23ab943e2b39a0da92
8825 Author: Behdad Esfahbod <behdad@behdad.org>
8826 Date:   Mon Jan 5 14:43:13 2015 -0800
8827
8828     Remove hardcoded ICU include paths.
8829
8830     ICU exports them using LOCAL_EXPORT_C_INCLUDE_DIRS.
8831
8832     https://android-review.googlesource.com/#/c/121311/
8833
8834  Android.mk | 3 +--
8835  1 file changed, 1 insertion(+), 2 deletions(-)
8836
8837 commit 8cb41cb9508eb1bb6319e92f900cfe5e8a131be3
8838 Merge: 365c03f fb85d61
8839 Author: Behdad Esfahbod <behdad@behdad.org>
8840 Date:   Sun Jan 4 20:32:18 2015 -0800
8841
8842     Merge pull request #76 from cpeterso/cpeterso/Wunused-function
8843
8844     Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
8845
8846 commit fb85d618f5883458bacf0ecb0894772291a2d738
8847 Author: Chris Peterson <cpeterson@mozilla.com>
8848 Date:   Sun Jan 4 19:31:10 2015 -0800
8849
8850     Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
8851
8852  src/hb-common.cc | 2 +-
8853  src/hb-ft.cc     | 4 +++-
8854  src/hb-shape.cc  | 4 +++-
8855  src/hb-shaper.cc | 4 +++-
8856  4 files changed, 10 insertions(+), 4 deletions(-)
8857
8858 commit 365c03fc2bcdb4098314a0e123c46018fb882586
8859 Merge: c36c4a9 d1897a9
8860 Author: Behdad Esfahbod <behdad@behdad.org>
8861 Date:   Sat Jan 3 21:55:30 2015 -0800
8862
8863     Merge pull request #75 from cpeterso/cpeterso/Wunused-value
8864
8865     Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
8866
8867 commit d1897a98d8da40cffb57c07099a9a93cfeaacc36
8868 Author: Chris Peterson <cpeterson@mozilla.com>
8869 Date:   Sat Jan 3 19:46:19 2015 -0800
8870
8871     Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
8872
8873  src/hb-common.cc | 2 +-
8874  src/hb-icu.cc    | 4 +---
8875  2 files changed, 2 insertions(+), 4 deletions(-)
8876
8877 commit c36c4a9924609df648e62e47fa017b19b844fd98
8878 Author: Behdad Esfahbod <behdad@behdad.org>
8879 Date:   Fri Jan 2 14:09:23 2015 -0800
8880
8881     Add missing va_end()
8882
8883     Fixes https://github.com/behdad/harfbuzz/pull/74
8884
8885  util/options.cc | 1 +
8886  1 file changed, 1 insertion(+)
8887
8888 commit f34aaba8687a20794835e2dc878c52d1b53e6f85
8889 Author: Behdad Esfahbod <behdad@behdad.org>
8890 Date:   Sun Dec 28 18:56:15 2014 -0800
8891
8892     [ft] Don't set font ppem
8893
8894     For discussion see:
8895
8896       http://lists.freedesktop.org/archives/harfbuzz/2012-April/001905.html
8897
8898     Over time we have had added NO_HINTING all over the place in hb-ft.
8899     Finish it off.
8900     Not setting ppem on hb-font disables get_contour_point() calls which
8901     is good anyway.
8902
8903     See comments in the commit.
8904
8905  src/hb-ft.cc | 9 +++++++++
8906  1 file changed, 9 insertions(+)
8907
8908 commit 350f3a02ce225e5d78db8ac96de1351ff9f96dd5
8909 Author: Behdad Esfahbod <behdad@behdad.org>
8910 Date:   Sun Dec 28 17:44:26 2014 -0800
8911
8912     [ft] Add hb_ft_face_create_referenced() and
8913     hb_ft_font_create_referenced()
8914
8915     When I originally wrote hb-ft, FreeType objects did not support
8916     reference
8917     counting.  As such, hb_ft_face_create() and hb_ft_font_create() had a
8918     "destroy" callback and client was responsible for making sure
8919     FT_Face is
8920     kept around as long as the hb-font/face are alive.
8921
8922     However, since this was not clearly documented, some clienets didn't
8923     correctly did that.  In particular, some clients assumed that
8924     it's safe
8925     to destroy FT_Face and then hb_face_t.  This, indeed, used to work,
8926     until
8927     45fd9424c723f115ca98995b8f8a25185a6fc71d, which make face destroy
8928     access
8929     font tables.
8930
8931     Now, I fixed that issue in 395b35903e052aecc97d0807e4f813c64c0d2b0b
8932     since
8933     the access was not needed, but the problem remains that not all
8934     clients
8935     handle this correctly.  See:
8936
8937       https://bugs.freedesktop.org/show_bug.cgi?id=86300
8938
8939     Fortunately, FT_Reference_Face() was added to FreeType in 2010,
8940     and so we
8941     can use it now.  Originally I wanted to change hb_ft_face_create() and
8942     hb_ft_font_create() to reference the face if destroy==NULL was
8943     passed in.
8944     That would improve pretty much all clients, with little undesired
8945     effects.
8946     Except that FreeType itself, when compiled with HarfBuzz support,
8947     calls
8948     hb_ft_font_create() with destroy==NULL and saves the resulting
8949     hb-font on
8950     the ft-face (why does it not free it immediately?).  Making hb-face
8951     reference ft-face causes a cycling reference there.  At least,
8952     that's my
8953     current understanding.
8954
8955     At any rate, a cleaner approach, even if it means all clients will
8956     need a
8957     change, is to introduce brand new API.  Which this commit does.
8958
8959     Some comments added to hb-ft.h, hoping to make future clients
8960     make better
8961     choices.
8962
8963     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75299
8964
8965  configure.ac |  4 ++--
8966  src/hb-ft.cc | 32 ++++++++++++++++++++++++++++++++
8967  src/hb-ft.h  | 59
8968  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
8969  3 files changed, 92 insertions(+), 3 deletions(-)
8970
8971 commit 9a3b74884b2e41c7040611030f4336f13d18fd3e
8972 Author: Behdad Esfahbod <behdad@behdad.org>
8973 Date:   Sun Dec 28 17:27:39 2014 -0800
8974
8975     Remove redundant check for FT_Face_GetCharVariantIndex
8976
8977     We require FreeType >= 2.8.3.  This symbol was introduced earlier
8978     than that.
8979
8980  configure.ac | 9 +--------
8981  src/hb-ft.cc | 2 --
8982  2 files changed, 1 insertion(+), 10 deletions(-)
8983
8984 commit 1226b2e930aa456cc05bbe621c96f4286a95cff6
8985 Author: Behdad Esfahbod <behdad@behdad.org>
8986 Date:   Sun Dec 28 17:04:23 2014 -0800
8987
8988     Fix FreeType version check
8989
8990  configure.ac | 3 ++-
8991  1 file changed, 2 insertions(+), 1 deletion(-)
8992
8993 commit affacf2f37db767ab8df7f2db6cd9e0e9b0a2b8a
8994 Author: Behdad Esfahbod <behdad@behdad.org>
8995 Date:   Sun Dec 28 16:20:31 2014 -0800
8996
8997     [ft] Open blob in READONLY mode
8998
8999     HB_MEMORY_MODE_READONLY_MAY_MAKE_WRITABLE is deprecated and fairly
9000     useless now.
9001
9002  src/hb-ft.cc | 6 +-----
9003  1 file changed, 1 insertion(+), 5 deletions(-)
9004
9005 commit 395b35903e052aecc97d0807e4f813c64c0d2b0b
9006 Author: Behdad Esfahbod <behdad@behdad.org>
9007 Date:   Sun Dec 28 16:03:26 2014 -0800
9008
9009     Avoid accessing layout tables at face destruction
9010
9011     "Fixes" https://bugs.freedesktop.org/show_bug.cgi?id=86300
9012
9013     Based on discussion someone else who had a similar issue, most
9014     probably
9015     the user is releasing FT_Face before destructing hb_face_t /
9016     hb_font_t.
9017     While that's a client bug, and while we can (and should) use FreeType
9018     refcounting to help avoid that, it happens that we were accessing
9019     the table when we didn't really have to.  Avoid that.
9020
9021  src/hb-ot-layout-private.hh                | 3 +--
9022  src/hb-ot-layout.cc                        | 4 ++--
9023  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
9024  3 files changed, 4 insertions(+), 5 deletions(-)
9025
9026 commit 7d5e7613ced3dd39d05df83ca7e8952cbecd68f6
9027 Author: Behdad Esfahbod <behdad@behdad.org>
9028 Date:   Thu Dec 18 18:22:21 2014 -0800
9029
9030     Fail blob creation if length overflows or is too large
9031
9032     Fail if blob start plus length overflows; or if blob length
9033     is greater than 2GB.  It takes a while for fonts to get to that
9034     size.  In the mean time, it protects against bugs like this:
9035
9036       http://www.icu-project.org/trac/ticket/11450
9037
9038     Also avoids some weird issues with 32bit vs 64bit systems
9039     as we accept length as unsigned int.  As such, a length of
9040     -1 will cause overflow on 32bit machines, but happily
9041     accepted on a 64bit machine.  Avoid that.
9042
9043  src/hb-blob.cc       | 5 ++++-
9044  test/api/test-blob.c | 3 +++
9045  2 files changed, 7 insertions(+), 1 deletion(-)
9046
9047 commit d5a5052098b0aa79ff55c235e61a9db477c4120f
9048 Author: Behdad Esfahbod <behdad@behdad.org>
9049 Date:   Thu Dec 18 18:09:41 2014 -0800
9050
9051     Assert that blob length doesn't overflow address.
9052
9053     This will crash now, if blob was created with wrong length.
9054     Check for that coming next commit.
9055
9056  src/hb-open-type-private.hh | 1 +
9057  1 file changed, 1 insertion(+)
9058
9059 commit 66e37409b3bc1eddc86704ae26d9176677ce6aa6
9060 Author: Behdad Esfahbod <behdad@behdad.org>
9061 Date:   Wed Dec 17 12:09:17 2014 -0800
9062
9063     0.9.37
9064
9065  NEWS         | 8 ++++++++
9066  configure.ac | 2 +-
9067  2 files changed, 9 insertions(+), 1 deletion(-)
9068
9069 commit 093c520de506aec74f3fb1e195c0ca85813424dd
9070 Author: Behdad Esfahbod <behdad@behdad.org>
9071 Date:   Fri Dec 12 21:07:53 2014 -0800
9072
9073     [otlayout] Mark variables that are C arrays as opposed to OT::ArrayOf
9074
9075  src/hb-ot-layout-gpos-table.hh       | 24 +++++++--------
9076  src/hb-ot-layout-gsubgpos-private.hh | 60
9077  ++++++++++++++++++------------------
9078  2 files changed, 42 insertions(+), 42 deletions(-)
9079
9080 commit 9df0a520306a491f973d42965597bfda6023e508
9081 Author: Behdad Esfahbod <behdad@behdad.org>
9082 Date:   Fri Dec 12 20:54:28 2014 -0800
9083
9084     [otlayout] Avoid invalid access with Context format 3
9085
9086  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
9087  1 file changed, 2 insertions(+)
9088
9089 commit 295ef1dd5229f47d8e0eb5b4eb48c90a6b470073
9090 Author: Behdad Esfahbod <behdad@behdad.org>
9091 Date:   Fri Dec 12 20:43:18 2014 -0800
9092
9093     [ot] Debug get_coverage
9094
9095  src/hb-ot-layout-gsubgpos-private.hh | 6 +++++-
9096  1 file changed, 5 insertions(+), 1 deletion(-)
9097
9098 commit 00f6a8e334ec4c586e4e633a95b411ccb50306d3
9099 Author: Behdad Esfahbod <behdad@behdad.org>
9100 Date:   Fri Dec 12 20:36:49 2014 -0800
9101
9102     [ot] Print format in dispatch trace
9103
9104  src/hb-ot-layout-gpos-table.hh       | 16 ++++++++--------
9105  src/hb-ot-layout-gsub-table.hh       | 14 +++++++-------
9106  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
9107  3 files changed, 19 insertions(+), 19 deletions(-)
9108
9109 commit 5c7d6f02d71362c2b192a7d96e6181977682921c
9110 Author: Behdad Esfahbod <behdad@behdad.org>
9111 Date:   Fri Dec 12 20:28:49 2014 -0800
9112
9113     Minor
9114
9115  src/hb-private.hh | 4 +++-
9116  1 file changed, 3 insertions(+), 1 deletion(-)
9117
9118 commit 153beebba9b76901b8b62b90ba0dc69462ae2090
9119 Author: Behdad Esfahbod <behdad@behdad.org>
9120 Date:   Fri Dec 12 19:46:09 2014 -0800
9121
9122     [ot] Make sure all toplevel tables have tableTag
9123
9124  src/hb-open-file-private.hh | 2 ++
9125  src/hb-ot-hhea-table.hh     | 2 ++
9126  src/hb-ot-hmtx-table.hh     | 2 ++
9127  3 files changed, 6 insertions(+)
9128
9129 commit 282b13f9b4d86b091714de7fbddc94b3e3ff3d91
9130 Author: Behdad Esfahbod <behdad@behdad.org>
9131 Date:   Fri Dec 12 19:32:46 2014 -0800
9132
9133     [sanitize] Improve debug output some more
9134
9135  src/hb-open-type-private.hh | 30 ++++++++++++++++--------------
9136  1 file changed, 16 insertions(+), 14 deletions(-)
9137
9138 commit 0766ee1f4e6046598a2e8fb1b167c3942b4a87a0
9139 Author: Behdad Esfahbod <behdad@behdad.org>
9140 Date:   Fri Dec 12 18:23:20 2014 -0800
9141
9142     [sanitize] Improve debug output
9143
9144  src/hb-open-type-private.hh | 20 ++++++++++----------
9145  1 file changed, 10 insertions(+), 10 deletions(-)
9146
9147 commit e6f80fa1044243898c402ec6a59d6c1b5420be53
9148 Author: Behdad Esfahbod <behdad@behdad.org>
9149 Date:   Wed Dec 10 12:05:24 2014 -0800
9150
9151     [indic] Allow ZWJ/ZWNJ before SM
9152
9153     In Oriya, a ZWJ/ZWNJ might be added before candrabindu to encourage
9154     or stop ligation of the candrabindu.  This is clearly specified in
9155     the Unicode section on Oriya.  Allow it there.  Note that Uniscribe
9156     doesn't allow this.
9157
9158     Micro tests added using Noto Sans Oriya draft.
9159
9160     No changes in numbers.  Currently at:
9161
9162     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
9163     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
9164     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
9165     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
9166     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
9167     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
9168     MALAYALAM: 1048147 out of 1048334 tests passed. 187 failed
9169     (0.0178378%)
9170     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
9171     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
9172     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
9173     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
9174
9175  src/hb-ot-shape-complex-indic-machine.rl                 |   2 +-
9176  test/shaping/Makefile.am                                 |   1 +
9177  .../sha1sum/5028afb650b1bb718ed2131e872fbcce57828fff.ttf | Bin 0 ->
9178  4720 bytes
9179  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
9180  test/shaping/tests/MANIFEST                              |   1 +
9181  test/shaping/tests/indic-joiner-candrabindu.tests        |   2 ++
9182  6 files changed, 6 insertions(+), 1 deletion(-)
9183
9184 commit c0e95abc5f3f14121483b71f10837828a3a1d73a
9185 Author: Behdad Esfahbod <behdad@behdad.org>
9186 Date:   Thu Nov 20 14:42:24 2014 -0800
9187
9188     0.9.36
9189
9190  NEWS         | 12 ++++++++++++
9191  configure.ac |  2 +-
9192  2 files changed, 13 insertions(+), 1 deletion(-)
9193
9194 commit fde3e4a423871463c883cb969e99c29cb6f69f6b
9195 Author: Behdad Esfahbod <behdad@behdad.org>
9196 Date:   Wed Oct 29 11:23:08 2014 -0700
9197
9198     In hb_ot_collect_glyphs(), don't recurse to a lookup more than once
9199
9200     Otherwise, we might process a lookup thousands of times, with no
9201     benefit.  This pathological case was hit by Noto Nastaliq Urdu Draft
9202     in Firefox's code to determine whether space glyph is involved in
9203     any GSUB/GPOS rules.  A test page is at http://behdad.org/urdu
9204
9205     See:
9206     https://bugzilla.mozilla.org/show_bug.cgi?id=1090869
9207
9208  src/hb-ot-layout-gsubgpos-private.hh | 17 ++++++++++++++++-
9209  1 file changed, 16 insertions(+), 1 deletion(-)
9210
9211 commit 5a5640d8506ccfc99fd119e89e829170d1fea421
9212 Author: Behdad Esfahbod <behdad@behdad.org>
9213 Date:   Tue Oct 14 21:26:13 2014 -0700
9214
9215     Move code around
9216
9217  src/hb-open-type-private.hh | 50
9218  ++++++++++++++++++++++-----------------------
9219  1 file changed, 25 insertions(+), 25 deletions(-)
9220
9221 commit 666b42f73bd1f516657b206ef738108825bf239f
9222 Author: Behdad Esfahbod <behdad@behdad.org>
9223 Date:   Tue Oct 14 21:24:59 2014 -0700
9224
9225     Move macros around
9226
9227     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=84491
9228
9229  src/hb-open-type-private.hh | 63
9230  ++++++++++++++++++++++++++++++++++++++-------
9231  src/hb-private.hh           | 41 -----------------------------
9232  src/hb-uniscribe.cc         |  6 +++++
9233  3 files changed, 60 insertions(+), 50 deletions(-)
9234
9235 commit 5c87120b8178566ddae99d9825edc24f9b87ea3d
9236 Author: Behdad Esfahbod <behdad@behdad.org>
9237 Date:   Tue Oct 14 20:07:31 2014 -0700
9238
9239     Fix misc warnings
9240
9241     Fixes https://github.com/behdad/harfbuzz/pull/51
9242
9243  src/hb-buffer-deserialize-json.rl | 4 ++--
9244  src/hb-ot-layout-gsub-table.hh    | 2 +-
9245  src/hb-private.hh                 | 6 +++---
9246  3 files changed, 6 insertions(+), 6 deletions(-)
9247
9248 commit a1f27ac3c48cfe6d532dc422cf256952fea472ed
9249 Author: Behdad Esfahbod <behdad@behdad.org>
9250 Date:   Thu Oct 2 16:54:33 2014 -0400
9251
9252     Update test expectation for previous commit
9253
9254  test/shaping/tests/arabic-fallback-shaping.tests | 2 +-
9255  1 file changed, 1 insertion(+), 1 deletion(-)
9256
9257 commit 8afaf096870d7895cf2fffb6438b02c0ad1b6c52
9258 Author: Behdad Esfahbod <behdad@behdad.org>
9259 Date:   Thu Oct 2 16:40:41 2014 -0400
9260
9261     [ft] Add NO_HINTING in a couple other places
9262
9263  src/hb-ft.cc | 4 ++--
9264  1 file changed, 2 insertions(+), 2 deletions(-)
9265
9266 commit 7228011411f0e490ad1ba9894dd0d576823903ea
9267 Author: Behdad Esfahbod <behdad@behdad.org>
9268 Date:   Wed Oct 1 18:58:43 2014 -0400
9269
9270     [travis] Fix clang again
9271
9272  .travis.yml | 2 +-
9273  1 file changed, 1 insertion(+), 1 deletion(-)
9274
9275 commit 406a020e5228d4a04da6282f5a75165bab7a483e
9276 Author: Behdad Esfahbod <behdad@behdad.org>
9277 Date:   Wed Oct 1 18:54:55 2014 -0400
9278
9279     [travis] Fail build if coveralls fails
9280
9281  .travis.yml | 15 ++-------------
9282  1 file changed, 2 insertions(+), 13 deletions(-)
9283
9284 commit a8aa20260dbd9af9cbcc7d545fa8b41b07aae276
9285 Author: Behdad Esfahbod <behdad@behdad.org>
9286 Date:   Wed Oct 1 18:48:40 2014 -0400
9287
9288     [travis] Only run coveralls under gcc
9289
9290  .travis.yml | 5 ++---
9291  1 file changed, 2 insertions(+), 3 deletions(-)
9292
9293 commit 5de0407337d630117e424b7c715b7cbd432f4ef9
9294 Author: Behdad Esfahbod <behdad@behdad.org>
9295 Date:   Wed Oct 1 18:18:25 2014 -0400
9296
9297     Help clang with gcov
9298
9299  src/check-defs.sh    | 2 +-
9300  src/check-symbols.sh | 6 +++---
9301  2 files changed, 4 insertions(+), 4 deletions(-)
9302
9303 commit ef40ca8e5e830231539dc61088b58e907a840629
9304 Author: Behdad Esfahbod <behdad@behdad.org>
9305 Date:   Wed Oct 1 18:07:27 2014 -0400
9306
9307     [travis] Try to make coverage work with clang
9308
9309  .travis.yml | 11 ++++++-----
9310  1 file changed, 6 insertions(+), 5 deletions(-)
9311
9312 commit 52784da17b7278f2587168234878bb15d918c9fe
9313 Author: Behdad Esfahbod <behdad@behdad.org>
9314 Date:   Wed Oct 1 17:57:43 2014 -0400
9315
9316     [travis] Minor
9317
9318  README | 6 +++---
9319  1 file changed, 3 insertions(+), 3 deletions(-)
9320
9321 commit f2c9005f5123c7f9b227fd9ac9a3438c5fe4cf47
9322 Author: Behdad Esfahbod <behdad@behdad.org>
9323 Date:   Wed Oct 1 17:45:17 2014 -0400
9324
9325     Add README.md symlink to make github happy
9326
9327  README.md | 1 +
9328  1 file changed, 1 insertion(+)
9329
9330 commit 40987e8aaca4155d9cff211549e8d23f24c334e5
9331 Author: Behdad Esfahbod <behdad@behdad.org>
9332 Date:   Wed Oct 1 17:44:30 2014 -0400
9333
9334     [travis] Re-enable clang
9335
9336  .travis.yml | 8 +-------
9337  1 file changed, 1 insertion(+), 7 deletions(-)
9338
9339 commit 5400ac476e5a5bcc66559fcfb05a683a6b433ea1
9340 Author: Behdad Esfahbod <behdad@behdad.org>
9341 Date:   Wed Oct 1 17:41:41 2014 -0400
9342
9343     Add build and coverage status links
9344
9345  README | 3 +++
9346  1 file changed, 3 insertions(+)
9347
9348 commit 19360e0a5609c65842a989587b01a4dc7c9eae36
9349 Author: Behdad Esfahbod <behdad@behdad.org>
9350 Date:   Wed Oct 1 17:35:03 2014 -0400
9351
9352     [travis] Report matrix settings to help debugging
9353
9354  .travis.yml | 6 ++++++
9355  1 file changed, 6 insertions(+)
9356
9357 commit 9b89fc52f49b80df1f27ac7de69e0152bdcc94d6
9358 Author: Behdad Esfahbod <behdad@behdad.org>
9359 Date:   Wed Oct 1 17:20:31 2014 -0400
9360
9361     [travis] More coveralls
9362
9363  .travis.yml | 7 ++++++-
9364  1 file changed, 6 insertions(+), 1 deletion(-)
9365
9366 commit a68f2b62c1f24009993911b1dbcb76b821e58c51
9367 Author: Behdad Esfahbod <behdad@behdad.org>
9368 Date:   Wed Oct 1 17:05:58 2014 -0400
9369
9370     [travis] Give coveralls a hand
9371
9372  .travis.yml | 1 +
9373  1 file changed, 1 insertion(+)
9374
9375 commit 5194d647e13aa5ba2cfcdbdcd4a659dc5bd11418
9376 Author: Behdad Esfahbod <behdad@behdad.org>
9377 Date:   Wed Oct 1 17:03:26 2014 -0400
9378
9379     [travis] Disable clang for now
9380
9381  .travis.yml | 2 +-
9382  1 file changed, 1 insertion(+), 1 deletion(-)
9383
9384 commit 715f27f85f97fee13b119f60037db5c139489ee6
9385 Author: Behdad Esfahbod <behdad@behdad.org>
9386 Date:   Wed Oct 1 16:53:00 2014 -0400
9387
9388     [test] Fixup test
9389
9390  test/shaping/tests/hangul-jamo.tests | 9 ---------
9391  1 file changed, 9 deletions(-)
9392
9393 commit 2a508ddae5de3852243725ce22caa3dcffccb83e
9394 Author: Behdad Esfahbod <behdad@behdad.org>
9395 Date:   Wed Oct 1 16:49:22 2014 -0400
9396
9397     [travis] Another try at coveralls.io
9398
9399  .travis.yml | 6 +++---
9400  1 file changed, 3 insertions(+), 3 deletions(-)
9401
9402 commit dfe8078e5be46cab5e67aed977749c1d6725e6a7
9403 Author: Behdad Esfahbod <behdad@behdad.org>
9404 Date:   Wed Oct 1 16:38:47 2014 -0400
9405
9406     [travis] First try to hookup coveralls.io code coverage tracking
9407
9408  .travis.yml | 6 ++++--
9409  1 file changed, 4 insertions(+), 2 deletions(-)
9410
9411 commit 1b387571e4d0eed883f1ae8ec85cf0e818b4a7f9
9412 Author: Behdad Esfahbod <behdad@behdad.org>
9413 Date:   Wed Oct 1 16:14:59 2014 -0400
9414
9415     [travis] Unbreak
9416
9417  .travis.yml | 8 +-------
9418  1 file changed, 1 insertion(+), 7 deletions(-)
9419
9420 commit e281ed360dfdf803aea87b6078983867d08e07a7
9421 Author: Behdad Esfahbod <behdad@behdad.org>
9422 Date:   Wed Oct 1 16:09:08 2014 -0400
9423
9424     [travis] Minor
9425
9426  .travis.yml | 23 +++++++++++++++++++++--
9427  1 file changed, 21 insertions(+), 2 deletions(-)
9428
9429 commit c0b82ba32a1987902a3b9c05b46f8be6b121883a
9430 Author: Behdad Esfahbod <behdad@behdad.org>
9431 Date:   Wed Oct 1 14:24:07 2014 -0400
9432
9433     Create ragel-generated files in srcdir
9434
9435  src/Makefile.am | 25 ++++++++++---------------
9436  1 file changed, 10 insertions(+), 15 deletions(-)
9437
9438 commit 79bbb10b0da49ace763a50f259c2ea687143f7ea
9439 Author: Behdad Esfahbod <behdad@behdad.org>
9440 Date:   Wed Oct 1 13:33:21 2014 -0400
9441
9442     Clean ragel-generated headers in maintainercleanfiles
9443
9444  src/Makefile.am | 7 +++++++
9445  1 file changed, 7 insertions(+)
9446
9447 commit 8971cac83eb4f06847abfa3eaa15857d27141810
9448 Author: Behdad Esfahbod <behdad@behdad.org>
9449 Date:   Wed Oct 1 12:41:03 2014 -0400
9450
9451     Don't use tmp files in Makefile
9452
9453     Useful for code-coverage generation of the ragel-generated files
9454     as they will now contain the correct .hh filename in them.
9455
9456  src/Makefile.am | 27 +++++++++++++--------------
9457  1 file changed, 13 insertions(+), 14 deletions(-)
9458
9459 commit 22723186652224a635f1dad5cda0f753e78c301d
9460 Author: Behdad Esfahbod <behdad@behdad.org>
9461 Date:   Wed Oct 1 11:56:07 2014 -0400
9462
9463     check-static-inits: Filter out zero-length sections
9464
9465     When compiling with -O0, zero-sized constructors were showing up
9466     and confusing the test.
9467
9468  src/check-static-inits.sh | 2 +-
9469  1 file changed, 1 insertion(+), 1 deletion(-)
9470
9471 commit b695a3dc2300ed970a4154ad8b997407b3cb4faf
9472 Author: Behdad Esfahbod <behdad@behdad.org>
9473 Date:   Wed Oct 1 11:55:14 2014 -0400
9474
9475     check-static-inits: check for static finalizers
9476
9477  src/check-static-inits.sh | 4 ++--
9478  1 file changed, 2 insertions(+), 2 deletions(-)
9479
9480 commit 250398b1e4f102e4e44eeb9e2aebf0cd2d397344
9481 Author: Behdad Esfahbod <behdad@behdad.org>
9482 Date:   Wed Oct 1 11:28:01 2014 -0400
9483
9484     Hide other bubble-sort
9485
9486  src/hb-private.hh | 2 +-
9487  1 file changed, 1 insertion(+), 1 deletion(-)
9488
9489 commit c1e87442621beff98791ce56cfd1ccee506c4ee6
9490 Author: Behdad Esfahbod <behdad@behdad.org>
9491 Date:   Wed Oct 1 11:07:08 2014 -0400
9492
9493     Hide bubble-sort!
9494
9495  src/hb-private.hh | 2 +-
9496  1 file changed, 1 insertion(+), 1 deletion(-)
9497
9498 commit 80f77282264afb1356351024b1f062b2824bba3b
9499 Author: Behdad Esfahbod <behdad@behdad.org>
9500 Date:   Thu Sep 25 17:59:46 2014 +0300
9501
9502     [util] Fix ansi output when surface is empty
9503
9504  util/helper-cairo-ansi.cc | 4 ++--
9505  1 file changed, 2 insertions(+), 2 deletions(-)
9506
9507 commit 156852991e18e5ac256ee4d6b2916931cc274977
9508 Author: Behdad Esfahbod <behdad@behdad.org>
9509 Date:   Thu Sep 25 17:45:49 2014 +0300
9510
9511     [ot-font] Add hb_ot_face_cmap_accelerator_t
9512
9513  src/hb-ot-font.cc | 113
9514  +++++++++++++++++++++++++++++++-----------------------
9515  1 file changed, 66 insertions(+), 47 deletions(-)
9516
9517 commit d088ccaf11d9475fe0d269ce130b1793b8a1ffbf
9518 Author: Behdad Esfahbod <behdad@behdad.org>
9519 Date:   Thu Sep 25 17:26:56 2014 +0300
9520
9521     [ot-font] Minor
9522
9523  src/hb-ot-font.cc | 23 ++++++++++++-----------
9524  1 file changed, 12 insertions(+), 11 deletions(-)
9525
9526 commit d7c160a1530adabbcf33725b105072293115a34c
9527 Author: Behdad Esfahbod <behdad@behdad.org>
9528 Date:   Thu Sep 25 17:15:35 2014 +0300
9529
9530     [ot-font] Handle missing vertical metrics tables
9531
9532  src/hb-ot-font.cc | 26 +++++++++++++++++++-------
9533  1 file changed, 19 insertions(+), 7 deletions(-)
9534
9535 commit be1cca270257bfdfee3fbe821175269713acf408
9536 Author: Behdad Esfahbod <behdad@behdad.org>
9537 Date:   Thu Sep 25 16:53:24 2014 +0300
9538
9539     [ot-font] Add metrics_accel_t
9540
9541  src/hb-ot-font.cc       | 111
9542  ++++++++++++++++++++++--------------------------
9543  src/hb-ot-hhea-table.hh |   2 +-
9544  src/hb-ot-hmtx-table.hh |   4 +-
9545  3 files changed, 54 insertions(+), 63 deletions(-)
9546
9547 commit d41b809e9d21e655129a97c600d28f278fd7e62c
9548 Author: Behdad Esfahbod <behdad@behdad.org>
9549 Date:   Thu Sep 25 13:04:08 2014 +0300
9550
9551     [ot-font] Start adding vertical support
9552
9553  src/hb-ot-font.cc       | 57 ++++++++++++++++++++++++++++++++++----------
9554  src/hb-ot-hhea-table.hh | 63
9555  ++++++++++++++++++++++++++-----------------------
9556  src/hb-ot-hmtx-table.hh | 35 +++++++++++++++++----------
9557  3 files changed, 100 insertions(+), 55 deletions(-)
9558
9559 commit 22f0de5025aeeef4c8b3ca876d291d4c8e558d94
9560 Author: Behdad Esfahbod <behdad@behdad.org>
9561 Date:   Mon Aug 25 12:54:57 2014 -0400
9562
9563     Fix build
9564
9565  src/hb-ot-shape-complex-arabic-win1256.hh | 3 +++
9566  1 file changed, 3 insertions(+)
9567
9568 commit d457e3f0ff9b27616a34e4cc110d3edbf8796841
9569 Author: Behdad Esfahbod <behdad@behdad.org>
9570 Date:   Mon Aug 25 12:31:19 2014 -0400
9571
9572     [arabic] Don't #include __FILE__
9573
9574     Fine!
9575
9576     https://code.google.com/p/chromium/issues/detail?id=406957
9577
9578  src/hb-ot-shape-complex-arabic-win1256.hh | 2 +-
9579  1 file changed, 1 insertion(+), 1 deletion(-)
9580
9581 commit 9ceb673d9c35bb28c9b2ed5359bdd8b23fda0019
9582 Author: Behdad Esfahbod <behdad@behdad.org>
9583 Date:   Mon Aug 25 11:48:12 2014 -0400
9584
9585     [arabic] Allow disabling win1256 fallback code
9586
9587     By defining HB_NO_WIN1256.
9588
9589  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
9590  1 file changed, 1 insertion(+), 1 deletion(-)
9591
9592 commit 8a9319502141c09695461c386e54f998250420e9
9593 Author: Behdad Esfahbod <behdad@behdad.org>
9594 Date:   Fri Aug 22 12:06:57 2014 -0400
9595
9596     [ot] Prefer Windows platform cmap tables / accept all Unicode
9597     encodingIDs
9598
9599     Some fonts on the Mac ship with (0,1).
9600
9601  src/hb-ot-font.cc | 7 +++++--
9602  1 file changed, 5 insertions(+), 2 deletions(-)
9603
9604 commit 270971a0fccdf4964fd3e8ab8e5cf53037a3518d
9605 Author: Behdad Esfahbod <behdad@behdad.org>
9606 Date:   Fri Aug 15 14:28:04 2014 -0400
9607
9608     [win32] Avoid preprocessor warnings re macros
9609
9610  src/hb-private.hh | 8 ++++++--
9611  1 file changed, 6 insertions(+), 2 deletions(-)
9612
9613 commit 8c6bd34d38fb3007c3d660fce0095cc5c7e9962e
9614 Author: Behdad Esfahbod <behdad@behdad.org>
9615 Date:   Thu Aug 14 13:33:37 2014 -0400
9616
9617     Fix check-symbols on OS X
9618
9619  src/check-libstdc++.sh | 14 +++++++-------
9620  src/check-symbols.sh   |  8 +++++++-
9621  2 files changed, 14 insertions(+), 8 deletions(-)
9622
9623 commit 522b1cc5261c1419166bfb90d2ff634b684be66a
9624 Author: Behdad Esfahbod <behdad@behdad.org>
9625 Date:   Thu Aug 14 13:29:30 2014 -0400
9626
9627     [coretext] Hide feature_mappings
9628
9629  src/hb-coretext.cc | 2 +-
9630  1 file changed, 1 insertion(+), 1 deletion(-)
9631
9632 commit 0d2c2f238bf0a847ecd55a70cc0f081f18a053ac
9633 Author: Behdad Esfahbod <behdad@behdad.org>
9634 Date:   Thu Aug 14 13:25:55 2014 -0400
9635
9636     Simplify hb-object
9637
9638  src/hb-object-private.hh | 118
9639  +++++++++++++++--------------------------------
9640  1 file changed, 36 insertions(+), 82 deletions(-)
9641
9642 commit 9d861b81f349188a4507350398786a6e94038095
9643 Author: Behdad Esfahbod <behdad@behdad.org>
9644 Date:   Thu Aug 14 13:15:21 2014 -0400
9645
9646     Really fix clang build this time
9647
9648  src/hb-object-private.hh | 141
9649  +++++++++++++++++++++++------------------------
9650  1 file changed, 68 insertions(+), 73 deletions(-)
9651
9652 commit 272226f294382b0c6921b36e0e67fc53daa765d3
9653 Author: Behdad Esfahbod <behdad@behdad.org>
9654 Date:   Thu Aug 14 13:11:33 2014 -0400
9655
9656     Revert "Fix build on clang after previous commit"
9657
9658     This reverts commit 9c80cbc87f23040a334e30c750f64523d9ef10c8.
9659
9660  src/hb-object-private.hh | 34 +++++++++++++---------------------
9661  1 file changed, 13 insertions(+), 21 deletions(-)
9662
9663 commit 9c80cbc87f23040a334e30c750f64523d9ef10c8
9664 Author: Behdad Esfahbod <behdad@behdad.org>
9665 Date:   Thu Aug 14 13:09:52 2014 -0400
9666
9667     Fix build on clang after previous commit
9668
9669  src/hb-object-private.hh | 34 +++++++++++++++++++++-------------
9670  1 file changed, 21 insertions(+), 13 deletions(-)
9671
9672 commit a5a27073cfff91c4f80209ca8462543130af61dd
9673 Author: Behdad Esfahbod <behdad@behdad.org>
9674 Date:   Thu Aug 14 13:05:36 2014 -0400
9675
9676     Rewrite this==NULL checks to avoid undefined behavior
9677
9678     Fixes https://code.google.com/p/chromium/issues/detail?id=403594
9679
9680  src/hb-object-private.hh | 18 ++++++++----------
9681  1 file changed, 8 insertions(+), 10 deletions(-)
9682
9683 commit cc3b2d432b02f9381cdf19e2dd5fbbdd002a750c
9684 Author: Behdad Esfahbod <behdad@behdad.org>
9685 Date:   Thu Aug 14 12:59:16 2014 -0400
9686
9687     Remove this==NULL check from face->reference_table()
9688
9689     Not supposed to happen, and apparently this is undefined in C++.
9690     https://code.google.com/p/chromium/issues/detail?id=403594
9691
9692  src/hb-face-private.hh | 2 +-
9693  1 file changed, 1 insertion(+), 1 deletion(-)
9694
9695 commit cd7ea4f791dc41d62ad238673e2ea0107883c9e3
9696 Author: Behdad Esfahbod <behdad@behdad.org>
9697 Date:   Thu Aug 14 12:57:02 2014 -0400
9698
9699     Make hb_object_t members private
9700
9701     In preparation for fixing:
9702     https://code.google.com/p/chromium/issues/detail?id=403594
9703
9704  src/hb-object-private.hh | 26 +++++++++++++++++++++-----
9705  src/hb-set-private.hh    |  2 +-
9706  2 files changed, 22 insertions(+), 6 deletions(-)
9707
9708 commit c4308f895aef93ed884fd54e4ebc65b6d2cfc94a
9709 Author: Behdad Esfahbod <behdad@behdad.org>
9710 Date:   Wed Aug 13 19:42:01 2014 -0400
9711
9712     Minor
9713
9714  test/shaping/hb_test_tools.py | 2 +-
9715  1 file changed, 1 insertion(+), 1 deletion(-)
9716
9717 commit cd5a1149d980dc3c17b6bb9d961c761b2671ba1b
9718 Author: Behdad Esfahbod <behdad@behdad.org>
9719 Date:   Wed Aug 13 12:39:34 2014 -0400
9720
9721     0.9.35
9722
9723  NEWS         | 29 +++++++++++++++++++++++++++++
9724  configure.ac |  2 +-
9725  2 files changed, 30 insertions(+), 1 deletion(-)
9726
9727 commit 20076cc41e673c31305fcb58d37b3b292fd35f83
9728 Author: Behdad Esfahbod <behdad@behdad.org>
9729 Date:   Tue Aug 12 19:26:35 2014 -0400
9730
9731     [coretext] Add version guards for kCTLanguageAttributeName
9732
9733  src/hb-coretext.cc | 7 +++++++
9734  1 file changed, 7 insertions(+)
9735
9736 commit 1b3011c27df531875d432e909ae6b77f115c5017
9737 Author: Behdad Esfahbod <behdad@behdad.org>
9738 Date:   Tue Aug 12 19:17:19 2014 -0400
9739
9740     [coretext] Pass buffer language to CoreText
9741
9742  src/hb-coretext.cc | 12 ++++++++++++
9743  1 file changed, 12 insertions(+)
9744
9745 commit 3eb6a4dbf25b11fce5e0e426e89f7457887aeca0
9746 Author: Behdad Esfahbod <behdad@behdad.org>
9747 Date:   Tue Aug 12 19:10:33 2014 -0400
9748
9749     [coretext] Minor
9750
9751  src/hb-coretext.cc | 9 +++++----
9752  1 file changed, 5 insertions(+), 4 deletions(-)
9753
9754 commit 08acfe0d3a1d8223a9fa0696703fff63d6c2ea8b
9755 Author: Behdad Esfahbod <behdad@behdad.org>
9756 Date:   Tue Aug 12 18:57:08 2014 -0400
9757
9758     [hb-coretext] Fix cluster order of notdef runs in RTL text
9759
9760  src/hb-coretext.cc | 3 +++
9761  1 file changed, 3 insertions(+)
9762
9763 commit 30eed75de24ac0b6648a72d98d10bb24a563d7ef
9764 Author: Behdad Esfahbod <behdad@behdad.org>
9765 Date:   Tue Aug 12 17:15:09 2014 -0400
9766
9767     [shape-plan] Fix typo!
9768
9769     The only effect is, if shaper_list was not NULL and no shaper
9770     was found,
9771     we now don't insert anything into cache and return earlier.
9772
9773  src/hb-shape-plan.cc | 2 +-
9774  1 file changed, 1 insertion(+), 1 deletion(-)
9775
9776 commit dc9aba6fc53898acd7281b118cec0355d61b1df2
9777 Author: Behdad Esfahbod <behdad@behdad.org>
9778 Date:   Tue Aug 12 17:14:36 2014 -0400
9779
9780     [shape-plan] Better debug messages
9781
9782  src/hb-shape-plan.cc | 14 ++++++++++----
9783  1 file changed, 10 insertions(+), 4 deletions(-)
9784
9785 commit e956c65bf724a8403471362288d2361361b6ac58
9786 Author: Behdad Esfahbod <behdad@behdad.org>
9787 Date:   Tue Aug 12 17:03:27 2014 -0400
9788
9789     [shape-plan] Simplify macro
9790
9791  src/hb-shape-plan.cc | 22 ++++++++--------------
9792  1 file changed, 8 insertions(+), 14 deletions(-)
9793
9794 commit 29e25550ce8fee3fecc42d20a45ce9c212dc59df
9795 Author: Behdad Esfahbod <behdad@behdad.org>
9796 Date:   Tue Aug 12 17:02:59 2014 -0400
9797
9798     Fix gcc warning
9799
9800  src/hb-private.hh | 9 +++++++++
9801  1 file changed, 9 insertions(+)
9802
9803 commit 8d5eebc0c6ada01128c6ee384340efdbef7ba29d
9804 Author: Behdad Esfahbod <behdad@behdad.org>
9805 Date:   Tue Aug 12 16:50:22 2014 -0400
9806
9807     [shape-plan] Fix shape-plan caching with more than one requested
9808     shaper
9809
9810     Wasn't breaking out of loop, ouch!
9811
9812     http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1246370.html
9813
9814  src/hb-shape-plan.cc | 9 ++++++---
9815  1 file changed, 6 insertions(+), 3 deletions(-)
9816
9817 commit bc3d0dc60104f1cda465a5e8ba5b40ed5bec70b9
9818 Author: Behdad Esfahbod <behdad@behdad.org>
9819 Date:   Tue Aug 12 16:49:18 2014 -0400
9820
9821     [shape-plan] Add debug tracing
9822
9823  src/hb-shape-plan.cc | 26 ++++++++++++++++++++++++++
9824  1 file changed, 26 insertions(+)
9825
9826 commit 81b8d9777b9c38c7e6408591763a4cac6de18e4b
9827 Author: Behdad Esfahbod <behdad@behdad.org>
9828 Date:   Tue Aug 12 15:49:47 2014 -0400
9829
9830     [coretext] Fix buffer resizing
9831
9832     Was very broken.  Now fixed and tested.
9833
9834  src/hb-coretext.cc | 17 +++++++++++++----
9835  1 file changed, 13 insertions(+), 4 deletions(-)
9836
9837 commit c3e924fb9e0e2d4003790817655efd9c5688c7e1
9838 Author: Behdad Esfahbod <behdad@behdad.org>
9839 Date:   Tue Aug 12 14:25:11 2014 -0400
9840
9841     [coretext] Rewind scratch-allocated arrays when not needed anymore
9842
9843  src/hb-coretext.cc | 16 ++++++++++++++++
9844  1 file changed, 16 insertions(+)
9845
9846 commit 8fd4d70b1450d7261a35ab3dea1c70baea2e5c99
9847 Author: Behdad Esfahbod <behdad@behdad.org>
9848 Date:   Tue Aug 12 13:12:31 2014 -0400
9849
9850     [wince] Two more Windows CE fixes
9851
9852     Report has it that it builds (and works) now:
9853
9854       https://codereview.qt-project.org/#/c/92087/
9855
9856  src/hb-mutex-private.hh | 2 +-
9857  src/hb-private.hh       | 2 ++
9858  2 files changed, 3 insertions(+), 1 deletion(-)
9859
9860 commit fd0001d7dbe6ede99a9f87f96f231ffb53303be8
9861 Author: Behdad Esfahbod <behdad@behdad.org>
9862 Date:   Tue Aug 12 10:32:41 2014 -0400
9863
9864     [coretext] Compare CGFont and PS name, if CTFont didn't match
9865
9866     See comments.
9867
9868     Fixes vertical text.  CoreText backend is in very good shape now!
9869
9870     Also see:
9871     5a0eed3b50629be4826e4e9428f2c3255195395d
9872     25f4fb9b56bb3f8bec821571c78f8829e40daa54
9873
9874     Fixes http://github.com/behdad/harfbuzz/pull/36
9875
9876  src/hb-coretext.cc | 54
9877  ++++++++++++++++++++++++++++++++++++++++++++++++------
9878  1 file changed, 48 insertions(+), 6 deletions(-)
9879
9880 commit 5a0eed3b50629be4826e4e9428f2c3255195395d
9881 Author: Behdad Esfahbod <behdad@behdad.org>
9882 Date:   Mon Aug 11 23:47:16 2014 -0400
9883
9884     [coretext] Implement vertical shaping
9885
9886     Currently doesn't work though, we detect font fallback.  Apparently
9887     matching on ct_font is not safe for this.  Looks like commit
9888     25f4fb9b56bb3f8bec821571c78f8829e40daa54 wasn't enough after all.
9889
9890  src/hb-coretext.cc | 127
9891  ++++++++++++++++++++++++++++++++++-------------------
9892  1 file changed, 81 insertions(+), 46 deletions(-)
9893
9894 commit 1b55077f03758e49f93b8bc1de678e96ea58718c
9895 Author: Behdad Esfahbod <behdad@behdad.org>
9896 Date:   Mon Aug 11 20:45:12 2014 -0400
9897
9898     [coretext] Remove unnecessary alt_size
9899
9900     Wasn't needed after a6b8dc87421de33746b0b14d86d2d1532aec02af.
9901
9902  src/hb-coretext.cc | 4 ++--
9903  1 file changed, 2 insertions(+), 2 deletions(-)
9904
9905 commit 10b1104d791a0b0103c6bbb083b5819f2b7d328d
9906 Author: Behdad Esfahbod <behdad@behdad.org>
9907 Date:   Mon Aug 11 20:02:45 2014 -0400
9908
9909     [coretext] Use CFRunStatus
9910
9911     Assert that all runs had expected direction, and take hint for
9912     non-monotone clusters.
9913
9914  src/hb-coretext.cc | 17 +++++++++++++++--
9915  1 file changed, 15 insertions(+), 2 deletions(-)
9916
9917 commit fd1a6aa8d029c701b1532efa59ce901109cfc216
9918 Author: Behdad Esfahbod <behdad@behdad.org>
9919 Date:   Mon Aug 11 20:01:37 2014 -0400
9920
9921     [coretext] Minor
9922
9923  src/hb-coretext.cc | 3 ++-
9924  1 file changed, 2 insertions(+), 1 deletion(-)
9925
9926 commit 130856c705641aa681307b5b51b5fb84e295f382
9927 Author: Behdad Esfahbod <behdad@behdad.org>
9928 Date:   Mon Aug 11 19:16:26 2014 -0400
9929
9930     [coretext] Remove debug printf!
9931
9932  src/hb-coretext.cc | 1 -
9933  1 file changed, 1 deletion(-)
9934
9935 commit b5fbc3b8f560235d014c62e49220574ffcf89349
9936 Author: Behdad Esfahbod <behdad@behdad.org>
9937 Date:   Mon Aug 11 18:40:01 2014 -0400
9938
9939     API: Do not clear buffer-flags in hb_buffer_clear_contents()
9940
9941     After 763e5466c0a03a7c27020e1e2598e488612529a7, one doesn't
9942     need to set flags for different pieces of text.  The flags now
9943     are something the client sets up once, depending on how it
9944     actually uses the buffer.  As such, don't clear it in
9945     clear_contents().
9946
9947     Tests updated.
9948
9949  src/hb-buffer-private.hh |  4 +---
9950  src/hb-buffer.cc         |  4 ++--
9951  test/api/test-buffer.c   | 15 ++++++++++++---
9952  3 files changed, 15 insertions(+), 8 deletions(-)
9953
9954 commit 104484cefeca03d95837bba5f39178693c86ce8a
9955 Author: Behdad Esfahbod <behdad@behdad.org>
9956 Date:   Mon Aug 11 18:23:43 2014 -0400
9957
9958     Minor
9959
9960  src/hb-common.h | 5 +++--
9961  1 file changed, 3 insertions(+), 2 deletions(-)
9962
9963 commit 4acce77db7dd588ba277779c4997b0256ebe426e
9964 Author: Behdad Esfahbod <behdad@behdad.org>
9965 Date:   Mon Aug 11 17:46:50 2014 -0400
9966
9967     [coretext] Pass buffer direction to CoreText
9968
9969     Have to use a CTTypesetter for this.
9970
9971  src/hb-coretext.cc | 26 ++++++++++++++++++++++----
9972  1 file changed, 22 insertions(+), 4 deletions(-)
9973
9974 commit 5ec45dd37caa8a87ce2689a66272ba8a343fe6ba
9975 Author: Behdad Esfahbod <behdad@behdad.org>
9976 Date:   Mon Aug 11 17:46:12 2014 -0400
9977
9978     [coretext] Minor
9979
9980     It's hard to handle all possible NULL returns from CoreText.  Add one
9981     more...
9982
9983  src/hb-coretext.cc | 8 +++++---
9984  1 file changed, 5 insertions(+), 3 deletions(-)
9985
9986 commit 624a299b829ccf9864dd2f3001b1a49476e96b4a
9987 Author: Behdad Esfahbod <behdad@behdad.org>
9988 Date:   Mon Aug 11 15:29:18 2014 -0400
9989
9990     [coretext] Attach marks to base clusters
9991
9992     Fixes https://githu.com/behdad/harfbuzz/issues/49
9993     to the extent that it can be fixed.
9994
9995  src/hb-coretext.cc | 16 ++++++++++++++++
9996  1 file changed, 16 insertions(+)
9997
9998 commit 3c41ccb5358b0be6cc68d49f436d2cb1792cd5e5
9999 Author: Behdad Esfahbod <behdad@behdad.org>
10000 Date:   Mon Aug 11 15:11:59 2014 -0400
10001
10002     [coretext] Use input clusters
10003
10004     Before, this shaper was returning UTF-16 cluster indices instead of
10005     returning whatever cluster values the user had had set up in the
10006     buffer.
10007     Ouch!
10008
10009  src/hb-coretext.cc | 6 ++----
10010  1 file changed, 2 insertions(+), 4 deletions(-)
10011
10012 commit a6b8dc87421de33746b0b14d86d2d1532aec02af
10013 Author: Behdad Esfahbod <behdad@behdad.org>
10014 Date:   Mon Aug 11 15:08:19 2014 -0400
10015
10016     [coretext] Fix buffer resize handling
10017
10018     We can't really resize buffer and continue in this shaper as we are
10019     using the scratch buffer for string_ref and log_cluster.  Restructure
10020     shaper to retry from (almost) scratch.
10021
10022  src/hb-buffer-private.hh |   3 +
10023  src/hb-coretext.cc       | 428
10024  ++++++++++++++++++++++++++---------------------
10025  2 files changed, 238 insertions(+), 193 deletions(-)
10026
10027 commit 9b3c60c88b118f01610ae7a608b138f79f2dc7be
10028 Author: Behdad Esfahbod <behdad@behdad.org>
10029 Date:   Mon Aug 11 13:25:43 2014 -0400
10030
10031     [coretext] Always compute log_clusters
10032
10033     To be used soon.
10034
10035  src/hb-coretext.cc | 24 +++++++++++-------------
10036  1 file changed, 11 insertions(+), 13 deletions(-)
10037
10038 commit 15c633dd1f412f9ef839d80a8f7af35e7ea48fbc
10039 Author: Behdad Esfahbod <behdad@behdad.org>
10040 Date:   Mon Aug 11 13:42:42 2014 -0400
10041
10042     Minor
10043
10044  src/hb-graphite2.cc | 4 ++--
10045  src/hb-uniscribe.cc | 6 ++----
10046  2 files changed, 4 insertions(+), 6 deletions(-)
10047
10048 commit 9ce067c77524a9ffc77ceabcba5e7dab36fd39de
10049 Author: Behdad Esfahbod <behdad@behdad.org>
10050 Date:   Mon Aug 11 02:04:38 2014 -0400
10051
10052     [coretext] Simplify cluster mapping
10053
10054  src/hb-coretext.cc | 41 +++++++++++++++++------------------------
10055  1 file changed, 17 insertions(+), 24 deletions(-)
10056
10057 commit 49f7fb63761e4ca9936990fb90a77fd3600f5ad2
10058 Author: Behdad Esfahbod <behdad@behdad.org>
10059 Date:   Sun Aug 10 19:19:38 2014 -0400
10060
10061     [coretext] Minor
10062
10063  src/hb-coretext.cc | 2 +-
10064  1 file changed, 1 insertion(+), 1 deletion(-)
10065
10066 commit 25f4fb9b56bb3f8bec821571c78f8829e40daa54
10067 Author: Behdad Esfahbod <behdad@behdad.org>
10068 Date:   Sun Aug 10 19:05:25 2014 -0400
10069
10070     [coretext] Fix fallback detection
10071
10072     Fixes http://github.com/behdad/harfbuzz/pull/36
10073
10074  src/hb-coretext.cc | 29 ++++++++++++++++++++---------
10075  1 file changed, 20 insertions(+), 9 deletions(-)
10076
10077 commit 77a7a53acef7de355116d488e7d64ff1d7e9e9e1
10078 Author: Behdad Esfahbod <behdad@behdad.org>
10079 Date:   Sun Aug 10 18:59:47 2014 -0400
10080
10081     [coretext] Fix last range
10082
10083     Test with:
10084
10085     hb-view /Library/Fonts/Zapfino.ttf ZapfinoZapfino --features=-dlig[7:]
10086     --shaper=coretext
10087
10088  src/hb-coretext.cc | 2 +-
10089  1 file changed, 1 insertion(+), 1 deletion(-)
10090
10091 commit c2b151d95262a8dc2d2ce94e19ab0ef5b0c8f98d
10092 Author: Behdad Esfahbod <behdad@behdad.org>
10093 Date:   Sun Aug 10 18:52:07 2014 -0400
10094
10095     Fix hb_in_range() for types smaller than int
10096
10097     As exercised by hb-coretext .notdef code.
10098
10099  src/hb-private.hh | 4 +++-
10100  1 file changed, 3 insertions(+), 1 deletion(-)
10101
10102 commit 26a963b9cb4af3119177f277a2d48a5d537458fb
10103 Author: Behdad Esfahbod <behdad@behdad.org>
10104 Date:   Sun Aug 10 18:04:50 2014 -0400
10105
10106     [wince] Try to fix some stuff on Windows CE
10107
10108     Based on errors seen here:
10109     http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_03837/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz
10110
10111     Fully untested.
10112
10113  src/hb-private.hh | 8 ++++++++
10114  1 file changed, 8 insertions(+)
10115
10116 commit 92aeee3f040c2c32cbf70b27bd6954535388c870
10117 Author: Behdad Esfahbod <behdad@behdad.org>
10118 Date:   Sun Aug 10 17:42:19 2014 -0400
10119
10120     Minor
10121
10122  src/hb-coretext.cc  | 4 ++--
10123  src/hb-uniscribe.cc | 4 ++--
10124  2 files changed, 4 insertions(+), 4 deletions(-)
10125
10126 commit b9993d8d6d332994dfbd29e99ff8043622003417
10127 Author: Behdad Esfahbod <behdad@behdad.org>
10128 Date:   Sun Aug 10 17:40:24 2014 -0400
10129
10130     [coretext] Fix assert on Yosemite
10131
10132     Apparently those functions documented as sometimes returning NULL
10133     actually exercise that right in OS X 10.10 Yosemite.  The scratch
10134     was too small for that.  I *think* I fixed it, but haven't tested
10135     as I don't have Yosemite.
10136
10137  src/hb-coretext.cc | 6 +++++-
10138  1 file changed, 5 insertions(+), 1 deletion(-)
10139
10140 commit 087733dd66e17297ef0e53680fafe42c84884104
10141 Author: Behdad Esfahbod <behdad@behdad.org>
10142 Date:   Fri Apr 18 11:21:08 2014 -0700
10143
10144     [coretext] Use CGFont as face_data
10145
10146  src/hb-coretext.cc | 26 +++++++++-----------------
10147  1 file changed, 9 insertions(+), 17 deletions(-)
10148
10149 commit d277c3d7eee1fd4fb41c38255e5c4df539353e89
10150 Author: Behdad Esfahbod <behdad@behdad.org>
10151 Date:   Thu Aug 7 15:38:52 2014 -0400
10152
10153     [arabic] Bug 82306 - Mandaic had errors in its Unicode Joining_Type
10154
10155     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=82306
10156
10157  src/hb-ot-shape-complex-arabic-table.hh | 2 +-
10158  1 file changed, 1 insertion(+), 1 deletion(-)
10159
10160 commit 38fb30d7420a4b01f99cee31baa8c3990a1d1c5f
10161 Author: Behdad Esfahbod <behdad@behdad.org>
10162 Date:   Wed Aug 6 13:34:49 2014 -0400
10163
10164     Use atexit() only if it's safe to call from shared library
10165
10166     Apparently they are not (advertised as?) safe on BSD systems.
10167     We ignore the case of static libraries.
10168
10169     Whitelisted on glibc, Android, and MSVC / mingw.
10170
10171     https://bugs.freedesktop.org/show_bug.cgi?id=82246
10172
10173  src/hb-common.cc    |  4 ++--
10174  src/hb-ft.cc        |  2 +-
10175  src/hb-private.hh   | 25 +++++++++++++++++++++++++
10176  src/hb-shape.cc     |  2 +-
10177  src/hb-shaper.cc    |  2 +-
10178  src/hb-uniscribe.cc |  2 +-
10179  6 files changed, 31 insertions(+), 6 deletions(-)
10180
10181 commit d5e61470fa8e5046c35a79988e00e012ae4fff0f
10182 Author: Behdad Esfahbod <behdad@behdad.org>
10183 Date:   Tue Aug 5 14:19:01 2014 -0400
10184
10185     [arabic] Fix fallback shaping regression
10186
10187     Was broken in 615d00ea252739da57edbd980ff27e573.
10188
10189     Fixes https://github.com/behdad/harfbuzz/pull/48
10190
10191     Micro-test added.
10192
10193  src/hb-ot-shape-complex-arabic.cc                        |   4 ++--
10194  test/shaping/Makefile.am                                 |   1 +
10195  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
10196  .../sha1sum/df768b9c257e0c9c35786c47cae15c46571d56be.ttf | Bin 0 ->
10197  6332 bytes
10198  test/shaping/tests/MANIFEST                              |   1 +
10199  test/shaping/tests/arabic-fallback-shaping.tests         |   1 +
10200  6 files changed, 6 insertions(+), 2 deletions(-)
10201
10202 commit 91c2c0fd2b0f660d79744b3dfaf39ab86883e96b
10203 Author: Behdad Esfahbod <behdad@behdad.org>
10204 Date:   Sat Aug 2 19:24:55 2014 -0400
10205
10206     0.9.34
10207
10208  NEWS         | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
10209  configure.ac |  2 +-
10210  2 files changed, 54 insertions(+), 1 deletion(-)
10211
10212 commit d7c850f8037d2701366008eb8c2a527c9d40abde
10213 Author: Behdad Esfahbod <behdad@behdad.org>
10214 Date:   Sat Aug 2 17:46:38 2014 -0400
10215
10216     [uniscribe] Minor
10217
10218  src/hb-uniscribe.cc | 1 +
10219  1 file changed, 1 insertion(+)
10220
10221 commit 8f3eebf7ee4005f9a8efaafcb7f4058cc0a3756e
10222 Author: Behdad Esfahbod <behdad@behdad.org>
10223 Date:   Sat Aug 2 17:18:46 2014 -0400
10224
10225     Make sure gsubgpos buffer vars are available during fallback_position
10226
10227     Add buffer var allocation asserts to a few key places.
10228
10229  src/hb-ot-layout-gpos-table.hh             |  4 ++--
10230  src/hb-ot-layout-gsub-table.hh             |  2 +-
10231  src/hb-ot-layout-private.hh                | 15 +++++++++++++++
10232  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
10233  src/hb-ot-shape-fallback.cc                |  2 ++
10234  src/hb-ot-shape-normalize.cc               |  2 ++
10235  src/hb-ot-shape.cc                         |  3 +++
10236  7 files changed, 26 insertions(+), 4 deletions(-)
10237
10238 commit 2053f369f84676f197ac41ea654a318c48922abd
10239 Author: Behdad Esfahbod <behdad@behdad.org>
10240 Date:   Sat Aug 2 16:31:16 2014 -0400
10241
10242     Disable 'liga' for vertical text
10243
10244     The reason we turned it on is because Kazuraki uses it.  But that's
10245     not reason enough.  Until the OpenType spec gets its act together re
10246     adding design-direction to lookups, this is better user experience.
10247
10248  src/hb-ot-shape.cc | 2 +-
10249  1 file changed, 1 insertion(+), 1 deletion(-)
10250
10251 commit 763e5466c0a03a7c27020e1e2598e488612529a7
10252 Author: Behdad Esfahbod <behdad@behdad.org>
10253 Date:   Sat Aug 2 16:17:44 2014 -0400
10254
10255     Make it easier to use HB_BUFFER_FLAG_BOT/EOT
10256
10257     Previously, we expected users to provide BOT/EOT flags when the
10258     text *segment* was at paragraph boundaries.  This meant that for
10259     clients that provide full paragraph to HarfBuzz (eg. Pango), they
10260     had code like this:
10261
10262       hb_buffer_set_flags (hb_buffer,
10263                            (item_offset == 0 ? HB_BUFFER_FLAG_BOT : 0) |
10264                            (item_offset + item_length == paragraph_length
10265                            ?
10266                             HB_BUFFER_FLAG_EOT : 0));
10267
10268       hb_buffer_add_utf8 (hb_buffer,
10269                           paragraph_text, paragraph_length,
10270                           item_offset, item_length);
10271
10272     After this change such clients can simply say:
10273
10274       hb_buffer_set_flags (hb_buffer,
10275                            HB_BUFFER_FLAG_BOT | HB_BUFFER_FLAG_EOT);
10276
10277       hb_buffer_add_utf8 (hb_buffer,
10278                           paragraph_text, paragraph_length,
10279                           item_offset, item_length);
10280
10281     Ie, HarfBuzz itself checks whether the segment is at the beginning/end
10282     of the paragraph.  Clients that only pass item-at-a-time to HarfBuzz
10283     continue not setting any flags whatsoever.
10284
10285     Another way to put it is: if there's pre-context text in the buffer,
10286     HarfBuzz ignores the BOT flag.  If there's post-context, it ignores
10287     EOT flag.
10288
10289  src/hb-ot-shape-complex-arabic.cc | 40
10290  +++++++++++++++++++--------------------
10291  src/hb-ot-shape.cc                |  1 +
10292  2 files changed, 20 insertions(+), 21 deletions(-)
10293
10294 commit 0a5ae9336231c4d189e1682e4fd9c9c4552b8bbf
10295 Merge: ac53443 6ab6be3
10296 Author: Behdad Esfahbod <behdad@behdad.org>
10297 Date:   Sat Aug 2 15:00:34 2014 -0400
10298
10299     Merge branch 'win1256'
10300
10301 commit 6ab6be32c5857ce3344021ad2996e80b2a8c8f99
10302 Author: Behdad Esfahbod <behdad@behdad.org>
10303 Date:   Sat Aug 2 14:58:38 2014 -0400
10304
10305     [arabic/win1256] Remove unused MultipleSubst macros
10306
10307  src/hb-ot-shape-complex-arabic-win1256.hh | 12 ------------
10308  1 file changed, 12 deletions(-)
10309
10310 commit abfa4252cce1c56c472693dcd8400cd97ededd2f
10311 Author: Behdad Esfahbod <behdad@behdad.org>
10312 Date:   Fri Aug 1 19:05:33 2014 -0400
10313
10314     [arabic/win1256] Really fix lam-alef this time
10315
10316     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c26
10317     https://github.com/behdad/harfbuzz/commit/b276e897d17519a2c28f79d024904ac2bdd86bcf#commitcomment-7243499
10318
10319  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
10320  src/hb-ot-shape-complex-arabic-win1256.hh  | 49
10321  +++++++++---------------------
10322  2 files changed, 15 insertions(+), 36 deletions(-)
10323
10324 commit 55977f2a462b7fa1248eab3787053dc82320d3e5
10325 Author: Behdad Esfahbod <behdad@behdad.org>
10326 Date:   Fri Aug 1 16:14:33 2014 -0400
10327
10328     [arabic/win1256] Hook up lamMedi lookup
10329
10330     Restructure lookup array to accommodate.
10331
10332     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c18
10333
10334  src/hb-ot-shape-complex-arabic-fallback.hh | 26
10335  ++++++++++----------------
10336  src/hb-ot-shape-complex-arabic-win1256.hh  |  1 +
10337  2 files changed, 11 insertions(+), 16 deletions(-)
10338
10339 commit e839e2523e64fd0cf21929f6a45e2facd59c7917
10340 Author: Behdad Esfahbod <behdad@behdad.org>
10341 Date:   Fri Aug 1 16:09:31 2014 -0400
10342
10343     [arabic/win1256] Fix TEH MARBUTA final form
10344
10345     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c18
10346
10347  src/hb-ot-shape-complex-arabic-win1256.hh | 8 ++++----
10348  1 file changed, 4 insertions(+), 4 deletions(-)
10349
10350 commit a2de193220ee2839125594bd1a60b5b66ab4598e
10351 Author: Behdad Esfahbod <behdad@behdad.org>
10352 Date:   Thu Jul 31 18:21:05 2014 -0400
10353
10354     [arabic/win1256] Fix shaping of JEEM, HAH, and KHAH
10355
10356     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c16
10357
10358  src/hb-ot-shape-complex-arabic-win1256.hh | 22 ++++++++++++----------
10359  1 file changed, 12 insertions(+), 10 deletions(-)
10360
10361 commit 1789ccb1dd56af6117eac00e633eff94860ba252
10362 Author: Behdad Esfahbod <behdad@behdad.org>
10363 Date:   Thu Jul 31 11:04:00 2014 -0400
10364
10365     [arabic/win1256] Remove GCC'ism
10366
10367     The table can now compile independently too.  If we cannot make
10368     it work
10369     on MSVC, we can always generate the data and distribute it.
10370
10371     The code now compiles cleanly with:
10372
10373     gcc -c -xc -std=c99 -Werror -pedantic
10374     hb-ot-shape-complex-arabic-win1256.hh
10375     g++ -c -xc -std=c++1x -Werror -pedantic
10376     hb-ot-shape-complex-arabic-win1256.hh
10377
10378     See:
10379     https://github.com/behdad/harfbuzz/commit/a97f537cec209649302899975d76ca2b2661da7a#commitcomment-7218736
10380
10381  src/hb-ot-shape-complex-arabic-fallback.hh |   4 +-
10382  src/hb-ot-shape-complex-arabic-win1256.hh  | 123
10383  +++++++++++++++++------------
10384  2 files changed, 75 insertions(+), 52 deletions(-)
10385
10386 commit f28b1c823db2ad56fed356ef864a7508d23048b8
10387 Author: Behdad Esfahbod <behdad@behdad.org>
10388 Date:   Wed Jul 30 02:15:44 2014 -0400
10389
10390     [arabic] Implement Windows-1256 private shaping
10391
10392     Bug 1045139 - The Arabic text with "MS Sans Serif" font is rendered
10393     bad
10394     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139
10395
10396     This is only enabled on Windows platforms, and requires support from
10397     Uniscribe to work.  But for clients that do hook up to Uniscribe, this
10398     fixes shaping of Windows-1256-encoded bitmap fonts like "MS Sans
10399     Serif".
10400
10401     The code and table together have just less than a 1kb footprint when
10402     enabled.
10403
10404     UNTESTED.  I might even have broken regular Arabic fallback shaping.
10405
10406  src/Makefile.am                            |   1 +
10407  src/check-includes.sh                      |   2 +-
10408  src/hb-ot-shape-complex-arabic-fallback.hh | 125 +++++++++--
10409  src/hb-ot-shape-complex-arabic-win1256.hh  | 328
10410  +++++++++++++++++++++++++++++
10411  4 files changed, 442 insertions(+), 14 deletions(-)
10412
10413 commit ac53443f1cea83ed43a4e41a9fdb91902f7fae7b
10414 Author: Behdad Esfahbod <behdad@behdad.org>
10415 Date:   Thu Jul 31 18:51:37 2014 -0400
10416
10417     [hangul] Don't apply 'calt'
10418
10419     See comments.
10420
10421     Micro-test added.
10422
10423  src/hb-ot-shape-complex-hangul.cc                        |  11
10424  ++++++++++-
10425  test/shaping/Makefile.am                                 |   1 +
10426  .../sha1sum/757ebd573617a24aa9dfbf0b885c54875c6fe06b.ttf | Bin 0 ->
10427  1804 bytes
10428  .../sha1sum/7e14e7883ed152baa158b80e207b66114c823a8b.ttf | Bin 0 ->
10429  1644 bytes
10430  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
10431  test/shaping/tests/MANIFEST                              |   1 +
10432  test/shaping/tests/hangul-jamo.tests                     |  11
10433  +++++++++++
10434  7 files changed, 25 insertions(+), 1 deletion(-)
10435
10436 commit 8292f96b2be173ebceb1b54426c271cfeaecd633
10437 Author: Behdad Esfahbod <behdad@behdad.org>
10438 Date:   Thu Jul 31 18:33:11 2014 -0400
10439
10440     [test] Fix record-test.sh
10441
10442  test/shaping/record-test.sh | 2 +-
10443  1 file changed, 1 insertion(+), 1 deletion(-)
10444
10445 commit 88911e8cc765c26e502503a3a00ac7f17973f3d9
10446 Author: Behdad Esfahbod <behdad@behdad.org>
10447 Date:   Tue Jul 29 19:47:26 2014 -0400
10448
10449     Minor
10450
10451  src/hb-ot-shape-complex-arabic-fallback.hh | 1 +
10452  1 file changed, 1 insertion(+)
10453
10454 commit 9e834e29e0b657f0555df1ab9cea79ff7abcf08d
10455 Author: Behdad Esfahbod <behdad@behdad.org>
10456 Date:   Sat Jul 26 20:34:01 2014 -0400
10457
10458     [hebrew] Zero mark advance by GDEF late
10459
10460     Seems to be what Uniscribe does.
10461
10462     At this point I think it's work checking our default...
10463
10464     Fixes Bug 76767 - Zeroing of advance of 2nd component of multiple
10465     substitution with SBL Hebrew
10466     https://bugs.freedesktop.org/show_bug.cgi?id=76767
10467
10468     Micro-test added.
10469
10470  src/hb-ot-shape-complex-hebrew.cc                        |   2 +-
10471  .../sha1sum/8454d22037f892e76614e1645d066689a0200e61.ttf | Bin 0 ->
10472  6068 bytes
10473  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
10474  test/shaping/tests/zero-width-marks.tests                |   1 +
10475  4 files changed, 3 insertions(+), 1 deletion(-)
10476
10477 commit 6f2d9ba52a6d1e3fc200da1ef0e85ba020fcd0dc
10478 Author: Behdad Esfahbod <behdad@behdad.org>
10479 Date:   Sat Jul 26 19:17:44 2014 -0400
10480
10481     Add old-Myanmar shaper
10482
10483     Looks like Unsicribe responds to the 'mymr' tag by zeroing marks
10484     GDEF_LATE instead of generic-shaper UNICODE_LATE.  Implement that.
10485
10486     Fixes
10487     Bug 81775 - Incorrect Rendering with harfbuzz-ng myanmar unicode
10488     https://bugs.freedesktop.org/show_bug.cgi?id=81775
10489
10490     Micro-test added based on Padauk.
10491
10492  src/hb-ot-shape-complex-myanmar.cc                    |  18
10493  ++++++++++++++++++
10494  src/hb-ot-shape-complex-private.hh                    |   5 +++--
10495  test/shaping/Makefile.am                              |   1 +
10496  test/shaping/fonts/sha1sum/MANIFEST                   |   1 +
10497  .../bb9473d2403488714043bcfb946c9f78b86ad627.ttf      | Bin 0 ->
10498  3440 bytes
10499  test/shaping/tests/MANIFEST                           |   1 +
10500  test/shaping/tests/zero-width-marks.tests             |   1 +
10501  7 files changed, 25 insertions(+), 2 deletions(-)
10502
10503 commit 595d2b96c37de8147489dc5e0ddcc4ab1ad3eea9
10504 Author: Behdad Esfahbod <behdad@behdad.org>
10505 Date:   Sat Jul 26 18:44:15 2014 -0400
10506
10507     Minor
10508
10509  src/hb-ot-shape-complex-indic.cc | 1 +
10510  src/hb-ot-shape.cc               | 2 +-
10511  2 files changed, 2 insertions(+), 1 deletion(-)
10512
10513 commit fe6788bc570d77d5b3aafc68efd51ca6b80499b1
10514 Author: Behdad Esfahbod <behdad@behdad.org>
10515 Date:   Fri Jul 25 12:40:56 2014 -0400
10516
10517     Typo
10518
10519  src/hb-common.h | 2 +-
10520  1 file changed, 1 insertion(+), 1 deletion(-)
10521
10522 commit 0de25d4184d2d92b1a2ebb6fa054275aaae4c316
10523 Author: Behdad Esfahbod <behdad@behdad.org>
10524 Date:   Fri Jul 25 12:35:03 2014 -0400
10525
10526     [util] Note CSS compatibility in --help-features
10527
10528  util/options.cc | 4 +++-
10529  1 file changed, 3 insertions(+), 1 deletion(-)
10530
10531 commit 6e69200a2aadbc6bba35ffb4a058c14286b84f46
10532 Author: Behdad Esfahbod <behdad@behdad.org>
10533 Date:   Fri Jul 25 12:30:47 2014 -0400
10534
10535     Fix snprintf() format
10536
10537     Patch from Maks Naumov.
10538     Fixes https://github.com/behdad/harfbuzz/pull/22
10539
10540  src/hb-shape.cc | 6 +++---
10541  1 file changed, 3 insertions(+), 3 deletions(-)
10542
10543 commit 5c5cdbbdf8be231c433e21b050a6c6991d327b61
10544 Author: Behdad Esfahbod <behdad@behdad.org>
10545 Date:   Fri Jul 25 12:21:49 2014 -0400
10546
10547     Make sure broken feature strings are not partially parsed
10548
10549     If user doesn't check hb_feature_from_string() return value, we
10550     don't want them to end up see the partially-parsed feature.
10551
10552  src/hb-shape.cc | 18 ++++++++++++++----
10553  1 file changed, 14 insertions(+), 4 deletions(-)
10554
10555 commit a795fe637846e0d9561d2f7cdd84cfafd58b23a7
10556 Author: Behdad Esfahbod <behdad@behdad.org>
10557 Date:   Fri Jul 25 12:15:33 2014 -0400
10558
10559     Allow quotation marks around feature tag in hb_feature_from_string()
10560
10561     With this, I believe we accept CSS feature strings completely.
10562
10563  src/hb-shape.cc | 24 +++++++++++++++++++++---
10564  1 file changed, 21 insertions(+), 3 deletions(-)
10565
10566 commit 3f6461847412e78bcddc8eba97200f3afcde869a
10567 Author: Behdad Esfahbod <behdad@behdad.org>
10568 Date:   Fri Jul 25 12:04:27 2014 -0400
10569
10570     Allow space at the end of feature string with values, eg 'dlig=1 '
10571
10572  src/hb-shape.cc | 4 +++-
10573  1 file changed, 3 insertions(+), 1 deletion(-)
10574
10575 commit f31f7d2259dd8edffc070af55938cb7aa23514c1
10576 Author: Behdad Esfahbod <behdad@behdad.org>
10577 Date:   Fri Jul 25 12:03:52 2014 -0400
10578
10579     Minor
10580
10581  src/hb-shape.cc | 18 +++++++++---------
10582  1 file changed, 9 insertions(+), 9 deletions(-)
10583
10584 commit 60cb18a5dea2d30793f89e80995bb729c014864a
10585 Author: Behdad Esfahbod <behdad@behdad.org>
10586 Date:   Fri Jul 25 12:01:22 2014 -0400
10587
10588     Allow on/off in hb_feature_from_string()
10589
10590     We now allow things like "dlig on" / "dlig=on".
10591
10592  src/hb-shape.cc | 26 ++++++++++++++++++++++++--
10593  1 file changed, 24 insertions(+), 2 deletions(-)
10594
10595 commit d9e618eca9e01c2eb6db65504af3f73be370a1e7
10596 Author: Behdad Esfahbod <behdad@behdad.org>
10597 Date:   Fri Jul 25 11:56:01 2014 -0400
10598
10599     Remove duplicate definition of ISALNUM
10600
10601     It's defined in hb-private.h already.
10602
10603  src/hb-shape.cc | 2 --
10604  1 file changed, 2 deletions(-)
10605
10606 commit 2ee5f665ded86147acedc400153c0b3a90fe07c6
10607 Author: Behdad Esfahbod <behdad@behdad.org>
10608 Date:   Fri Jul 25 11:53:46 2014 -0400
10609
10610     Fix parsing of features like "- liga" (with the space)
10611
10612  src/hb-shape.cc | 4 ++--
10613  1 file changed, 2 insertions(+), 2 deletions(-)
10614
10615 commit e15fa7a8cffbe6a67b1048d7b87b7df77d8b1686
10616 Author: Behdad Esfahbod <behdad@behdad.org>
10617 Date:   Fri Jul 25 11:44:35 2014 -0400
10618
10619     Do not require the '=' in hb_feature_from_string()
10620
10621     Towards accepting CSS font-feature-settings strings.
10622
10623  src/hb-shape.cc | 6 +++++-
10624  1 file changed, 5 insertions(+), 1 deletion(-)
10625
10626 commit f4fe9baefdb7e0ff9946f88b6f4b55738fa30cdf
10627 Author: Behdad Esfahbod <behdad@behdad.org>
10628 Date:   Fri Jul 25 11:39:55 2014 -0400
10629
10630     Reject tags longer than 4 chars in hb_feature_from_string()
10631
10632  src/hb-shape.cc | 2 +-
10633  1 file changed, 1 insertion(+), 1 deletion(-)
10634
10635 commit 7e8c38954649c0bf2e6051d84ca08dce090ec169
10636 Author: Behdad Esfahbod <behdad@behdad.org>
10637 Date:   Fri Jul 25 11:18:11 2014 -0400
10638
10639     Minor warnings fixes
10640
10641     Some systems insist on -Wmissing-field-initializers.  We have
10642     too many,
10643     by design.  Fix a few easy ones.
10644
10645  src/hb-open-type-private.hh | 2 +-
10646  src/hb-ot-layout-private.hh | 2 +-
10647  src/hb-private.hh           | 2 +-
10648  3 files changed, 3 insertions(+), 3 deletions(-)
10649
10650 commit fc0daafab0336b847ac14682e581a8838f36a0bf
10651 Author: Behdad Esfahbod <behdad@behdad.org>
10652 Date:   Wed Jul 23 16:48:51 2014 -0400
10653
10654     [indic] Handle old-spec Malayalam reordering with final Halant
10655
10656     See comment.
10657
10658     Micro-tests added.
10659
10660  src/hb-ot-shape-complex-indic.cc                   |  28
10661  +++++++++++++++++----
10662  test/shaping/Makefile.am                           |   1 +
10663  .../270b89df543a7e48e206a2d830c0e10e5265c630.ttf   | Bin 0 -> 3428 bytes
10664  .../57a9d9f83020155cbb1d2be1f43d82388cbecc88.ttf   | Bin 0 -> 2272 bytes
10665  test/shaping/fonts/sha1sum/MANIFEST                |   2 ++
10666  test/shaping/tests/MANIFEST                        |   1 +
10667  test/shaping/tests/indic-old-spec.tests            |   2 ++
10668  .../indic/script-malayalam/misc/misc.txt           |   1 +
10669  8 files changed, 30 insertions(+), 5 deletions(-)
10670
10671 commit d6d349d17898529ecdf8217a54987a3e9f81ce05
10672 Author: Behdad Esfahbod <behdad@behdad.org>
10673 Date:   Wed Jul 23 11:38:49 2014 -0400
10674
10675     Give CC to gir-scanner
10676
10677     From:
10678     https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-harfbuzz/0001-give-cc-to-gir-scanner.all.patch
10679
10680  src/Makefile.am | 1 +
10681  1 file changed, 1 insertion(+)
10682
10683 commit 8c1bdb46facb79cfca5ebfea9a7e467b40337f47
10684 Author: Behdad Esfahbod <behdad@behdad.org>
10685 Date:   Tue Jul 22 17:56:43 2014 -0400
10686
10687     0.9.33
10688
10689  NEWS         | 10 ++++++++++
10690  configure.ac |  2 +-
10691  2 files changed, 11 insertions(+), 1 deletion(-)
10692
10693 commit d218bdb26b226fbf68331eb586b24460c061313d
10694 Author: Behdad Esfahbod <behdad@behdad.org>
10695 Date:   Tue Jul 22 18:01:46 2014 -0400
10696
10697     Fix test runner under Windows
10698
10699  test/shaping/Makefile.am | 2 +-
10700  1 file changed, 1 insertion(+), 1 deletion(-)
10701
10702 commit 3f310dc0cae9015c45ba642b9b83d5695c807aad
10703 Author: Behdad Esfahbod <behdad@behdad.org>
10704 Date:   Tue Jul 22 16:26:27 2014 -0400
10705
10706     Disallow changing settings on immutable face
10707
10708     Ouch!
10709
10710  src/hb-face.cc    | 8 ++++----
10711  src/hb-font.cc    | 4 ++--
10712  src/hb-unicode.cc | 2 +-
10713  3 files changed, 7 insertions(+), 7 deletions(-)
10714
10715 commit 0fc0a1022854324261fea8893678a3e9fd9443eb
10716 Author: Behdad Esfahbod <behdad@behdad.org>
10717 Date:   Mon Jul 21 11:12:54 2014 -0400
10718
10719     [win] Fix Cygwin build
10720
10721     https://github.com/behdad/harfbuzz/commit/db308280488c2ee11ba865a9922eb6a0c1abeef3#commitcomment-7077778
10722
10723  src/hb-private.hh | 2 +-
10724  1 file changed, 1 insertion(+), 1 deletion(-)
10725
10726 commit 1132a7dd0ecf1c425078e39e5471330bace42659
10727 Author: Behdad Esfahbod <behdad@behdad.org>
10728 Date:   Sun Jul 20 01:17:40 2014 -0400
10729
10730     Add HB_TAG_MAX_SIGNED / _HB_SCRIPT_MAX_VALUE_SIGNED
10731
10732     To make C language police happy.
10733
10734  src/hb-common.h | 17 ++++++++++++-----
10735  1 file changed, 12 insertions(+), 5 deletions(-)
10736
10737 commit df99976398a53521e0228541055dcaee8f5ba87f
10738 Author: Behdad Esfahbod <behdad@behdad.org>
10739 Date:   Sat Jul 19 17:31:23 2014 -0400
10740
10741     [gobject] Skip _HB_SCRIPT_MAX_VALUE
10742
10743     Fixes https://github.com/behdad/harfbuzz/pull/38
10744
10745  src/hb-common.h | 2 +-
10746  1 file changed, 1 insertion(+), 1 deletion(-)
10747
10748 commit f1a8d50a87edfb8147aa1bec732ed7ccbfef2877
10749 Author: Behdad Esfahbod <behdad@behdad.org>
10750 Date:   Sat Jul 19 16:52:32 2014 -0400
10751
10752     [win] Don't define visibility attribtue under Cygwin
10753
10754  src/hb-private.hh | 2 +-
10755  1 file changed, 1 insertion(+), 1 deletion(-)
10756
10757 commit 9c77027d645142794c3ff1590a96bb151c3f2e91
10758 Author: Behdad Esfahbod <behdad@behdad.org>
10759 Date:   Sat Jul 19 16:37:22 2014 -0400
10760
10761     [win] Turn STRICT on for including windows.h
10762
10763  src/hb-private.hh | 1 +
10764  1 file changed, 1 insertion(+)
10765
10766 commit db308280488c2ee11ba865a9922eb6a0c1abeef3
10767 Author: Behdad Esfahbod <behdad@behdad.org>
10768 Date:   Sat Jul 19 16:32:04 2014 -0400
10769
10770     [win] Consolidate windows.h include tips and tricks
10771
10772  src/hb-atomic-private.hh |  4 ----
10773  src/hb-mutex-private.hh  |  1 -
10774  src/hb-private.hh        | 12 ++++++++++++
10775  src/hb-uniscribe.cc      |  3 ---
10776  src/hb-uniscribe.h       |  3 ---
10777  5 files changed, 12 insertions(+), 11 deletions(-)
10778
10779 commit f26d59d4684be3419c976d781b6dbc956248e3bb
10780 Author: Behdad Esfahbod <behdad@behdad.org>
10781 Date:   Sat Jul 19 16:10:21 2014 -0400
10782
10783     More fixing MemoryBarrier() on Mingw32
10784
10785     Set requested windows header to Vista.  See discussion:
10786
10787     https://github.com/behdad/harfbuzz/commit/fbb2847f541389f40718af71c4945024ae177ab2#commitcomment-7054700
10788
10789  src/hb-atomic-private.hh | 3 +++
10790  1 file changed, 3 insertions(+)
10791
10792 commit 00a57eb4b50fd894dc68c6525a5bbebf0ebc30e4
10793 Author: Behdad Esfahbod <behdad@behdad.org>
10794 Date:   Fri Jul 18 14:42:50 2014 -0400
10795
10796     [test] Remove unused micro-font
10797
10798  .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf        | Bin 81968 ->
10799  0 bytes
10800  test/shaping/fonts/sha1sum/MANIFEST                     |   1 -
10801  2 files changed, 1 deletion(-)
10802
10803 commit ed29b15f5d0d9e7b40143926ca7d40bf645f67e9
10804 Author: Behdad Esfahbod <behdad@behdad.org>
10805 Date:   Fri Jul 18 14:37:49 2014 -0400
10806
10807     [test] Add more Mongolian variation selector tests
10808
10809     From
10810     https://code.google.com/p/chromium/issues/detail?id=393896
10811
10812  .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf        | Bin 0 ->
10813  81968 bytes
10814  test/shaping/fonts/sha1sum/MANIFEST                     |   2 ++
10815  .../bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf        | Bin 0 ->
10816  74856 bytes
10817  test/shaping/tests/mongolian-variation-selector.tests   |   1 +
10818  .../shaper-arabic/script-mongolian/misc/MANIFEST        |   1 +
10819  .../script-mongolian/misc/variation-selectors.txt       |   8 ++++++++
10820  6 files changed, 12 insertions(+)
10821
10822 commit 385cf37cf084198e3aedb4354a7b025938a9f11b
10823 Author: Behdad Esfahbod <behdad@behdad.org>
10824 Date:   Thu Jul 17 18:22:07 2014 -0400
10825
10826     Fix hb_in_range() unused-var warning on Windows
10827
10828  src/hb-private.hh | 8 +++++++-
10829  1 file changed, 7 insertions(+), 1 deletion(-)
10830
10831 commit e3b42f1af409c073b819bfc696024ccb1f1da63f
10832 Author: Behdad Esfahbod <behdad@behdad.org>
10833 Date:   Thu Jul 17 17:13:54 2014 -0400
10834
10835     [arabic] Disable 'cswh' again
10836
10837     Ouch!
10838
10839  src/hb-ot-shape-complex-arabic.cc | 2 +-
10840  1 file changed, 1 insertion(+), 1 deletion(-)
10841
10842 commit 66f30915b185727a0041c998641edb550eb8a7fc
10843 Author: Behdad Esfahbod <behdad@behdad.org>
10844 Date:   Thu Jul 17 16:05:47 2014 -0400
10845
10846     0.9.32
10847
10848  NEWS         | 12 ++++++++++++
10849  configure.ac |  2 +-
10850  2 files changed, 13 insertions(+), 1 deletion(-)
10851
10852 commit 82f4d9d53f348f41b14b877c1ac77c0372c49caa
10853 Author: Behdad Esfahbod <behdad@behdad.org>
10854 Date:   Thu Jul 17 15:57:37 2014 -0400
10855
10856     [arabic] Add note re disabled 'cswh'
10857
10858  src/hb-ot-shape-complex-arabic.cc | 9 +++++++++
10859  1 file changed, 9 insertions(+)
10860
10861 commit 615d00ea252739da57edbd980ff27e573f88ee7e
10862 Author: Behdad Esfahbod <behdad@behdad.org>
10863 Date:   Thu Jul 17 13:36:09 2014 -0400
10864
10865     [arabic] Apply init/medi/isol/fini/... in separate stages
10866
10867     Follows the order of the Arabic/Syriac specs.  Also don't stop
10868     between rlig and calt in non-Arabic scripts.
10869
10870     Micro-tests for Arabic and Mongolian added for the latter.
10871
10872  src/hb-ot-shape-complex-arabic.cc                  |  56
10873  +++++++++++++--------
10874  test/shaping/Makefile.am                           |   2 +
10875  .../813c2f8e5512187fd982417a7fb4286728e6f4a8.ttf   | Bin 0 -> 3428 bytes
10876  .../8a9fea2a7384f2116e5b84a9b31f83be7850ce21.ttf   | Bin 0 -> 3428 bytes
10877  test/shaping/fonts/sha1sum/MANIFEST                |   3 ++
10878  .../a919b33197965846f21074b24e30250d67277bce.ttf   | Bin 0 -> 12560 bytes
10879  test/shaping/tests/MANIFEST                        |   1 +
10880  test/shaping/tests/arabic-feature-order.tests      |   3 ++
10881  8 files changed, 43 insertions(+), 22 deletions(-)
10882
10883 commit d21e997035b16e9807dfb29c3605abb93f92f1ee
10884 Author: Behdad Esfahbod <behdad@behdad.org>
10885 Date:   Thu Jul 17 15:27:46 2014 -0400
10886
10887     [test] Make record_test understand cmdline args to hb-shape
10888
10889  test/shaping/record-test.sh | 5 ++++-
10890  1 file changed, 4 insertions(+), 1 deletion(-)
10891
10892 commit 7cd33f230441093dbfb1fec48f8c580ee8d9ef71
10893 Author: Behdad Esfahbod <behdad@behdad.org>
10894 Date:   Thu Jul 17 14:22:11 2014 -0400
10895
10896     Micro optimization
10897
10898  src/hb-fallback-shape.cc           | 36
10899  +++++++++++++++++++-----------------
10900  src/hb-ot-shape-complex-arabic.cc  | 19 +++++++++++--------
10901  src/hb-ot-shape-complex-indic.cc   | 15 ++++++++++-----
10902  src/hb-ot-shape-complex-myanmar.cc |  7 +++++--
10903  src/hb-ot-shape-complex-sea.cc     |  7 +++++--
10904  src/hb-ot-shape-fallback.cc        | 30 ++++++++++++++++--------------
10905  src/hb-ot-shape.cc                 | 18 ++++++++++++------
10906  7 files changed, 78 insertions(+), 54 deletions(-)
10907
10908 commit 164c13d73f67fdddba28e6409d76b4903e8ffab3
10909 Author: Behdad Esfahbod <behdad@behdad.org>
10910 Date:   Thu Jul 17 14:16:38 2014 -0400
10911
10912     Another try to fix Mongolian free variation selectors
10913
10914     This reverts bf029281 and fixes it properly.  That commit
10915     was not enough as it was only inheriting the shaping_action
10916     for prev_action, but not curr_action.
10917
10918     Micro-test added.
10919
10920     https://code.google.com/p/chromium/issues/detail?id=393896
10921
10922  src/hb-ot-shape-complex-arabic.cc                  |  24
10923  +++++++++++++++------
10924  src/hb-unicode-private.hh                          |   3 ++-
10925  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
10926  .../ef86fe710cfea877bbe0dbb6946a1f88d0661031.ttf   | Bin 0 -> 2748 bytes
10927  .../tests/mongolian-variation-selector.tests       |   1 +
10928  5 files changed, 22 insertions(+), 7 deletions(-)
10929
10930 commit 5209c505061130854a2bfea8849928ade3ee92f3
10931 Author: Behdad Esfahbod <behdad@behdad.org>
10932 Date:   Thu Jul 17 12:23:44 2014 -0400
10933
10934     Revert "Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode
10935     codepoints"
10936
10937     We now handle U+FFFD replacement in hb_buffer_add_utf*().  Any other
10938     manipulation can happen in user callbacks.  No need for this.
10939
10940     https://github.com/behdad/harfbuzz/commit/efe74214bbb68eaa3d7621e73869b5d58210107e#commitcomment-7039404
10941
10942     This reverts commit efe74214bbb68eaa3d7621e73869b5d58210107e.
10943
10944     Conflicts:
10945         src/hb-ot-shape-normalize.cc
10946
10947  src/hb-ot-shape-normalize.cc | 7 -------
10948  1 file changed, 7 deletions(-)
10949
10950 commit 9e7c720100e432b43564ed5ff12f3175ca2ed74a
10951 Author: Dominik Röttsches <dominik.rottsches@intel.com>
10952 Date:   Thu Jul 17 14:40:34 2014 +0300
10953
10954     Fix CoreText build after a8b89a09f6d3a34
10955
10956  src/hb-private.hh | 1 +
10957  1 file changed, 1 insertion(+)
10958
10959 commit a4d643755a531c82ab91e1e43d6bb0b7bd46453a
10960 Author: Behdad Esfahbod <behdad@behdad.org>
10961 Date:   Wed Jul 16 20:15:45 2014 -0400
10962
10963     Minor
10964
10965  src/hb-utf-private.hh | 2 +-
10966  1 file changed, 1 insertion(+), 1 deletion(-)
10967
10968 commit a18897f87ce2c6048c3a0339074924b2232e2b95
10969 Author: Behdad Esfahbod <behdad@behdad.org>
10970 Date:   Wed Jul 16 16:02:15 2014 -0400
10971
10972     0.9.31
10973
10974  NEWS         | 29 +++++++++++++++++++++++++++++
10975  configure.ac |  2 +-
10976  2 files changed, 30 insertions(+), 1 deletion(-)
10977
10978 commit 976c8f455221eb599d1c446eafd88d51d7d2aa65
10979 Author: Behdad Esfahbod <behdad@behdad.org>
10980 Date:   Wed Jul 16 15:34:20 2014 -0400
10981
10982     New API: hb_buffer_[sg]et_replacement_codepoint()
10983
10984     With this change, we now by default replace broken UTF-8/16/32 bits
10985     with U+FFFD.  This can be changed by calling new API on the buffer.
10986     Previously the replacement value used to be (hb_codepoint_t)-1.
10987
10988     Note that hb_buffer_clear_contents() does NOT reset the replacement
10989     character.
10990
10991     See discussion here:
10992
10993     https://github.com/behdad/harfbuzz/commit/6f13b6d62daae4989e3cc2fe4b168e5c59650964
10994
10995     New API:
10996
10997       hb_buffer_set_replacement_codepoint()
10998       hb_buffer_get_replacement_codepoint()
10999
11000  src/hb-buffer-private.hh |  1 +
11001  src/hb-buffer.cc         | 45
11002  ++++++++++++++++++++++++++++++++++++++++++---
11003  src/hb-buffer.h          | 15 ++++++++++++++-
11004  src/hb-utf-private.hh    | 34 ++++++++++++++++++++--------------
11005  test/api/test-buffer.c   | 26 +++++++++++++++-----------
11006  5 files changed, 92 insertions(+), 29 deletions(-)
11007
11008 commit bcba8b45024e1eca8be77ca2657de1dc44dbf8fb
11009 Author: Behdad Esfahbod <behdad@behdad.org>
11010 Date:   Wed Jul 16 14:59:04 2014 -0400
11011
11012     New API hb_buffer_add_codepoints()
11013
11014     Like hb_buffer_add_utf32, but doesn't do any Unicode validation.
11015     This is like what hb_buffer_add_utf32 used to be until a couple
11016     commits ago.
11017
11018  src/hb-buffer.cc | 32 +++++++++++++++++++++++++++-----
11019  src/hb-buffer.h  |  8 ++++++++
11020  2 files changed, 35 insertions(+), 5 deletions(-)
11021
11022 commit 625dbf141a05f1ae81a7b8cbc529996370101284
11023 Author: Behdad Esfahbod <behdad@behdad.org>
11024 Date:   Wed Jul 16 14:49:55 2014 -0400
11025
11026     [buffer] Templatize UTF-* functions
11027
11028  src/hb-buffer.cc      |  10 +-
11029  src/hb-utf-private.hh | 307
11030  ++++++++++++++++++++++++++------------------------
11031  2 files changed, 166 insertions(+), 151 deletions(-)
11032
11033 commit e634fed4285ce440d277345727ed01757df6d779
11034 Author: Behdad Esfahbod <behdad@behdad.org>
11035 Date:   Wed Jul 16 14:17:26 2014 -0400
11036
11037     [buffer] Validate UTF-32 input
11038
11039     Same as what we do for UTF-8 and UTF-16.
11040
11041  src/hb-utf-private.hh  | 13 +++++++++---
11042  test/api/test-buffer.c | 55
11043  ++++++++++++++++++++++++++++++++++++++++++++++++++
11044  2 files changed, 65 insertions(+), 3 deletions(-)
11045
11046 commit b98c5db32d15fcfb27ce2f6737203ce1ad124319
11047 Author: Behdad Esfahbod <behdad@behdad.org>
11048 Date:   Wed Jul 16 13:44:01 2014 -0400
11049
11050     Minor refactoring
11051
11052  src/hb-ot-layout-gsubgpos-private.hh | 25 ++++++-------------------
11053  1 file changed, 6 insertions(+), 19 deletions(-)
11054
11055 commit 844f1a487d9c39724ebff20e89f6184c9a59be0b
11056 Author: Behdad Esfahbod <behdad@behdad.org>
11057 Date:   Wed Jul 16 13:32:51 2014 -0400
11058
11059     [tests] Add record-test.sh
11060
11061  test/shaping/Makefile.am    |  1 +
11062  test/shaping/record-test.sh | 49
11063  +++++++++++++++++++++++++++++++++++++++++++++
11064  2 files changed, 50 insertions(+)
11065
11066 commit 3b861421a772f52eb232ff93bd74b5a8214801ec
11067 Author: Behdad Esfahbod <behdad@behdad.org>
11068 Date:   Wed Jul 16 13:22:05 2014 -0400
11069
11070     Fix Mongolian Variation Selectors for fonts without GDEF
11071
11072     Originally we fixed those in 79d1007a501fd63c0ba4d51038c513e6b8b94740.
11073     However, fonts like MongolianWhite don't have GDEF, but have
11074     IgnoreMarks
11075     in their LigatureSubstitute init/etc features.  We were synthesizing a
11076     GDEF class of mark for Mongolian Variation Selectors and as such the
11077     ligature lookups where not matching.  Uniscribe doesn't do that.
11078
11079     I tried with more sophisticated fixes, like, if there is no GDEF and
11080     a lookup-flag mismatch happens, instead of rejecting a match, try
11081     skipping that glyph.  That surely produces some interesting behavior,
11082     but since we don't want to support fonts missing GDEF more than
11083     we have
11084     to, I went for this simpler fix which is to always mark
11085     default-ignorables as base when synthesizing GDEF.
11086
11087     Micro-test added.
11088
11089     Fixes rest of https://bugs.freedesktop.org/show_bug.cgi?id=65258
11090
11091  src/hb-ot-shape.cc                                       |  13
11092  +++++++++++--
11093  .../sha1sum/37033cc5cf37bb223d7355153016b6ccece93b28.ttf | Bin 0 ->
11094  2780 bytes
11095  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
11096  test/shaping/tests/MANIFEST                              |   1 +
11097  test/shaping/tests/mongolian-variation-selector.tests    |   1 +
11098  5 files changed, 14 insertions(+), 2 deletions(-)
11099
11100 commit 878a25375b2fdf64cf0cc30c23fca9fcd58548e8
11101 Author: Behdad Esfahbod <behdad@behdad.org>
11102 Date:   Wed Jul 16 13:21:26 2014 -0400
11103
11104     Minor
11105
11106  src/hb-ot-shape.cc        | 1 +
11107  src/hb-unicode-private.hh | 6 +++---
11108  2 files changed, 4 insertions(+), 3 deletions(-)
11109
11110 commit ec181e50140fc65b32d6080e2f7f73bbe0269ba9
11111 Author: Behdad Esfahbod <behdad@behdad.org>
11112 Date:   Wed Jul 16 13:10:03 2014 -0400
11113
11114     Minor moving around
11115
11116  src/hb-ot-shape.cc | 14 +++++++++-----
11117  1 file changed, 9 insertions(+), 5 deletions(-)
11118
11119 commit e7ce50d9eb6e3678f731b10dfeb308ffc478af8d
11120 Author: Behdad Esfahbod <behdad@behdad.org>
11121 Date:   Wed Jul 16 12:30:39 2014 -0400
11122
11123     [indic] Fix access past end of array
11124
11125  src/hb-ot-shape-complex-indic.cc | 7 ++++---
11126  1 file changed, 4 insertions(+), 3 deletions(-)
11127
11128 commit 73e23b0acfd2948d500321769035c56c9e072d77
11129 Author: Behdad Esfahbod <behdad@behdad.org>
11130 Date:   Tue Jul 15 18:43:49 2014 -0400
11131
11132     Whitespace
11133
11134  src/hb-ot-layout-gsubgpos-private.hh | 1 -
11135  1 file changed, 1 deletion(-)
11136
11137 commit f27be105afb86b337c7d940badc5a6462f0b58bb
11138 Author: Behdad Esfahbod <behdad@behdad.org>
11139 Date:   Fri Jul 11 18:15:34 2014 -0400
11140
11141     [Android.mk] Actually remove static library
11142
11143  Android.mk | 26 --------------------------
11144  1 file changed, 26 deletions(-)
11145
11146 commit 96b80e9bcc4796eedac09d284dc8cc0439ced6ba
11147 Author: Behdad Esfahbod <behdad@behdad.org>
11148 Date:   Fri Jul 11 17:00:12 2014 -0400
11149
11150     [Android.mk] Remove static library, add note re how to build
11151
11152  Android.mk | 41 +++++++++++++++++++++++++++++++++++++----
11153  1 file changed, 37 insertions(+), 4 deletions(-)
11154
11155 commit b7bc0b671d2d568cb64b647dad2ca866a4e0183b
11156 Author: Behdad Esfahbod <behdad@behdad.org>
11157 Date:   Fri Jul 11 16:20:28 2014 -0400
11158
11159     Simplify / speed up UTF-8 code
11160
11161  src/hb-utf-private.hh | 15 ++++++---------
11162  1 file changed, 6 insertions(+), 9 deletions(-)
11163
11164 commit af2490c0959daa0fe7f32a8b3b3a3699c7fc5f48
11165 Author: Behdad Esfahbod <behdad@behdad.org>
11166 Date:   Fri Jul 11 16:10:58 2014 -0400
11167
11168     Only accept well-formed UTF-8 sequences
11169
11170     Enable tests that were disabled before, and adjust one test,
11171     and add more tests.
11172
11173  src/hb-utf-private.hh  | 93
11174  +++++++++++++++++++++++++++++++++-----------------
11175  test/api/test-buffer.c |  9 +++--
11176  2 files changed, 68 insertions(+), 34 deletions(-)
11177
11178 commit 7323d385cc758c06671cb38239d240eb517b28bc
11179 Author: Behdad Esfahbod <behdad@behdad.org>
11180 Date:   Fri Jul 11 15:10:05 2014 -0400
11181
11182     Simplify hb_utf_prev<16> to call hb_utf_next<16>
11183
11184  src/hb-utf-private.hh | 23 ++++++++---------------
11185  1 file changed, 8 insertions(+), 15 deletions(-)
11186
11187 commit c09a607a842fdd7b33e2c57e8af96d21ff091acd
11188 Author: Behdad Esfahbod <behdad@behdad.org>
11189 Date:   Fri Jul 11 15:05:36 2014 -0400
11190
11191     Use hb_in_range() for arabic and indic tables
11192
11193     Though, looks like gcc was smart enough to produce the same code
11194     before...
11195
11196  src/gen-arabic-table.py                 |  18 +-
11197  src/gen-indic-table.py                  |  10 +-
11198  src/hb-ot-shape-complex-arabic-table.hh | 420
11199  ++++++++++++++++----------------
11200  src/hb-ot-shape-complex-indic-table.cc  |  88 +++----
11201  4 files changed, 268 insertions(+), 268 deletions(-)
11202
11203 commit 7627100f428ac0ec8509d961d368d2d25d8f0b6e
11204 Author: Behdad Esfahbod <behdad@behdad.org>
11205 Date:   Fri Jul 11 14:54:42 2014 -0400
11206
11207     Mark unsigned integer literals with the u suffix
11208
11209     Simplifies hb_in_range() calls as the type can be inferred.
11210     The rest is obsessiveness, I admit.
11211
11212  src/hb-buffer-serialize.cc                 |   2 +-
11213  src/hb-common.cc                           |   4 +-
11214  src/hb-coretext.cc                         |  16 +--
11215  src/hb-open-file-private.hh                |   4 +-
11216  src/hb-open-type-private.hh                |   2 +-
11217  src/hb-ot-cmap-table.hh                    |   4 +-
11218  src/hb-ot-head-table.hh                    |   6 +-
11219  src/hb-ot-hhea-table.hh                    |   2 +-
11220  src/hb-ot-layout-common-private.hh         |  14 +--
11221  src/hb-ot-layout-gdef-table.hh             |   8 +-
11222  src/hb-ot-layout-gpos-table.hh             |  24 ++--
11223  src/hb-ot-layout-gsub-table.hh             |   6 +-
11224  src/hb-ot-layout-gsubgpos-private.hh       |   2 +-
11225  src/hb-ot-layout-jstf-table.hh             |   2 +-
11226  src/hb-ot-layout-private.hh                |   4 +-
11227  src/hb-ot-layout.h                         |   6 +-
11228  src/hb-ot-map-private.hh                   |   8 +-
11229  src/hb-ot-maxp-table.hh                    |   4 +-
11230  src/hb-ot-shape-complex-arabic-fallback.hh |   2 +-
11231  src/hb-ot-shape-complex-hangul.cc          |  36 +++---
11232  src/hb-ot-shape-complex-hebrew.cc          | 134 ++++++++++-----------
11233  src/hb-ot-shape-complex-indic.cc           | 182
11234  ++++++++++++++---------------
11235  src/hb-ot-shape-complex-myanmar.cc         |  56 ++++-----
11236  src/hb-ot-shape-complex-sea.cc             |   8 +-
11237  src/hb-ot-shape-complex-thai.cc            |  84 ++++++-------
11238  src/hb-ot-shape-fallback.cc                |  40 +++----
11239  src/hb-ot-shape-normalize.cc               |   2 +-
11240  src/hb-ot-shape.cc                         |   6 +-
11241  src/hb-ot-tag.cc                           |  18 +--
11242  src/hb-unicode-private.hh                  |  40 +++----
11243  src/hb-uniscribe.cc                        |  14 +--
11244  src/hb-utf-private.hh                      |  16 +--
11245  32 files changed, 378 insertions(+), 378 deletions(-)
11246
11247 commit a8b89a09f6d3a3466282aae07fd65e143f9f8f83
11248 Author: Behdad Esfahbod <behdad@behdad.org>
11249 Date:   Fri Jul 11 14:18:01 2014 -0400
11250
11251     Simplify hb_in_range()
11252
11253     It's both faster and produces smaller code.  Now I feel stupid for
11254     not writing it this way before.
11255
11256  src/hb-private.hh | 16 ++++++----------
11257  1 file changed, 6 insertions(+), 10 deletions(-)
11258
11259 commit db8934faa1854dafaf4c4ce34d1818e12f67ef52
11260 Author: Behdad Esfahbod <behdad@behdad.org>
11261 Date:   Fri Jul 11 13:58:36 2014 -0400
11262
11263     Simplify hb_utf_prev<8> to call hb_utf_next<8>
11264
11265  src/hb-utf-private.hh | 24 ++++--------------------
11266  1 file changed, 4 insertions(+), 20 deletions(-)
11267
11268 commit efe74214bbb68eaa3d7621e73869b5d58210107e
11269 Author: Behdad Esfahbod <behdad@behdad.org>
11270 Date:   Fri Jul 11 11:59:48 2014 -0400
11271
11272     Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode codepoints
11273
11274     Only if the font doesn't support it.  Ie, this gives the user to
11275     use non-Unicode codepoints as private values and return a meaningful
11276     glyph for them.  But if it's invalid and font callback doesn't
11277     like it, and if font has U+FFFD, show that instead.
11278
11279     Font functions that do not want this automatic replacement to
11280     happen should return true from get_glyph() if unicode > 0x10FFFF.
11281
11282     Replaces https://github.com/behdad/harfbuzz/pull/27
11283
11284  src/hb-ot-shape-normalize.cc | 7 +++++++
11285  1 file changed, 7 insertions(+)
11286
11287 commit 6f13b6d62daae4989e3cc2fe4b168e5c59650964
11288 Author: Behdad Esfahbod <behdad@behdad.org>
11289 Date:   Thu Jul 10 19:31:40 2014 -0400
11290
11291     When parsing UTF-16, generate invalid codepoint for lonely low
11292     surrogate
11293
11294     Test passes now.
11295
11296  src/hb-utf-private.hh | 42 ++++++++++++++++++++++++++++--------------
11297  1 file changed, 28 insertions(+), 14 deletions(-)
11298
11299 commit 24b2ba9dfa7c35769cd843a07079ef88fa594bf8
11300 Author: Behdad Esfahbod <behdad@behdad.org>
11301 Date:   Thu Jul 10 19:31:16 2014 -0400
11302
11303     [test-buffer] Add test for lonely low-surrogate
11304
11305     Currenty fails.  Ouch!
11306
11307  test/api/test-buffer.c | 1 +
11308  1 file changed, 1 insertion(+)
11309
11310 commit 6334495ac1ee0a86228e67794b7a41ee91146f3b
11311 Author: Behdad Esfahbod <behdad@behdad.org>
11312 Date:   Thu Jul 10 19:22:07 2014 -0400
11313
11314     Use zh-Hans / zh-Hant when converting OT language tag to hb_language_t
11315
11316  src/hb-ot-tag.cc       | 15 +++------------
11317  test/api/test-ot-tag.c |  6 +++---
11318  2 files changed, 6 insertions(+), 15 deletions(-)
11319
11320 commit f381e320df795a9d73ac81499f8ed8c311bcb2f0
11321 Author: Behdad Esfahbod <behdad@behdad.org>
11322 Date:   Thu Jul 10 19:20:35 2014 -0400
11323
11324     Fix lang matching logic
11325
11326     Previous code was broken logically, but harmless.
11327
11328  src/hb-ot-tag.cc       | 2 +-
11329  test/api/test-ot-tag.c | 1 +
11330  2 files changed, 2 insertions(+), 1 deletion(-)
11331
11332 commit ee5350d667f3a9644667202597694581f2cf657d
11333 Author: Behdad Esfahbod <behdad@behdad.org>
11334 Date:   Thu Jul 10 19:06:45 2014 -0400
11335
11336     Accept BCP 47 zh-Hans / zh-Hant language tags
11337
11338  src/hb-ot-tag.cc       | 27 ++++++++++++++++++---------
11339  test/api/test-ot-tag.c |  3 +++
11340  2 files changed, 21 insertions(+), 9 deletions(-)
11341
11342 commit 431540286794e023ec5eafd5eeedc008d4f31b4c
11343 Author: Behdad Esfahbod <behdad@behdad.org>
11344 Date:   Thu Jul 10 17:37:26 2014 -0400
11345
11346     [Android.mk] Add note re static library
11347
11348  Android.mk | 7 +++++++
11349  1 file changed, 7 insertions(+)
11350
11351 commit 5b4131eb1c670c20fd9a45a5617c64060a505ef5
11352 Author: Behdad Esfahbod <behdad@behdad.org>
11353 Date:   Wed Jul 9 19:09:08 2014 -0400
11354
11355     [Android.mk] Update for new ICU
11356
11357     https://android-review.googlesource.com/#/c/100722/1/Android.mk
11358
11359  Android.mk | 2 +-
11360  1 file changed, 1 insertion(+), 1 deletion(-)
11361
11362 commit ab28196c9557a63971a56915aa6f98bb5803bd1b
11363 Author: Behdad Esfahbod <behdad@behdad.org>
11364 Date:   Wed Jul 9 18:18:06 2014 -0400
11365
11366     [Android.mk] Re-enable ICU unicode funcs
11367
11368  Android.mk | 11 ++++++-----
11369  1 file changed, 6 insertions(+), 5 deletions(-)
11370
11371 commit ea001374b86c4f1b24246c08a3d66d2a0e95a827
11372 Author: Behdad Esfahbod <behdad@behdad.org>
11373 Date:   Wed Jul 9 17:28:43 2014 -0400
11374
11375     0.9.30
11376
11377  NEWS         | 17 +++++++++++++++++
11378  configure.ac |  2 +-
11379  2 files changed, 18 insertions(+), 1 deletion(-)
11380
11381 commit 8b16ff12590200afb08e8821e3f14d2fdf8efbda
11382 Author: Behdad Esfahbod <behdad@behdad.org>
11383 Date:   Wed Jul 9 17:40:52 2014 -0400
11384
11385     [uniscribe] Fix build after recent changes to Offset
11386
11387  src/hb-ot-name-table.hh | 2 +-
11388  1 file changed, 1 insertion(+), 1 deletion(-)
11389
11390 commit 73f7f8919ea1f09b8c5b29f231ac84105cde2145
11391 Author: Behdad Esfahbod <behdad@behdad.org>
11392 Date:   Wed Jul 9 17:17:18 2014 -0400
11393
11394     Define _POSIX_C_SOURCE only if it is not defined
11395
11396     Fixes https://github.com/behdad/harfbuzz/pull/45
11397
11398  src/hb-blob.cc | 2 ++
11399  1 file changed, 2 insertions(+)
11400
11401 commit 6bd5646f1b865a76304a67e03a6161afcfef293f
11402 Author: Behdad Esfahbod <behdad@behdad.org>
11403 Date:   Wed Jul 9 17:07:06 2014 -0400
11404
11405     [tests] Remove bash'ish
11406
11407     Apparently on travis-ci, bash is linked to dash, which doesn't
11408     understand "let".  Failing tests were not being noticed.  See eg:
11409
11410       https://travis-ci.org/behdad/harfbuzz/jobs/29544211
11411
11412     Don't rely on bash.
11413
11414  test/shaping/run-tests.sh | 4 ++--
11415  1 file changed, 2 insertions(+), 2 deletions(-)
11416
11417 commit 0afedaa96c81b63774a4a0ef9b4cb4995d24ec9e
11418 Author: Behdad Esfahbod <behdad@behdad.org>
11419 Date:   Wed Jul 9 17:00:48 2014 -0400
11420
11421     [util/hb-shape] Fix crash; oops
11422
11423  util/hb-shape.cc | 2 +-
11424  1 file changed, 1 insertion(+), 1 deletion(-)
11425
11426 commit 0cd94491b99aed438ad79a55cdfced8d1b657179
11427 Author: Behdad Esfahbod <behdad@behdad.org>
11428 Date:   Wed Jul 9 16:51:38 2014 -0400
11429
11430     [ucdn] Update to Unicode 7.0.0 data
11431
11432     From http://github.com/behdad/ucdn
11433
11434  src/hb-ucdn.cc               |   23 +
11435  src/hb-ucdn/README           |    1 +
11436  src/hb-ucdn/ucdn.c           |    2 +-
11437  src/hb-ucdn/ucdn.h           |   27 +
11438  src/hb-ucdn/unicodedata_db.h | 3711
11439  ++++++++++++++++++++++--------------------
11440  5 files changed, 2039 insertions(+), 1725 deletions(-)
11441
11442 commit 9d4ede3a97fff544a5ec2a671e49a92a79645b61
11443 Author: Behdad Esfahbod <behdad@behdad.org>
11444 Date:   Wed Jul 9 16:19:55 2014 -0400
11445
11446     [Android.mk] Update source list
11447
11448  Android.mk | 9 ++++++---
11449  1 file changed, 6 insertions(+), 3 deletions(-)
11450
11451 commit 7e1ab1f6d812a55f75d4844f7981d5604481049c
11452 Author: Behdad Esfahbod <behdad@behdad.org>
11453 Date:   Wed Jul 9 16:13:40 2014 -0400
11454
11455     [Android.mk] Whitespace
11456
11457  Android.mk | 26 ++++++--------------------
11458  1 file changed, 6 insertions(+), 20 deletions(-)
11459
11460 commit 5c6695c42470e0a15e9029ebe8ecbebf3fa4f95b
11461 Author: Behdad Esfahbod <behdad@behdad.org>
11462 Date:   Wed Jul 9 16:07:12 2014 -0400
11463
11464     [Android.mk] Remove -lpthread; we build with -DHB_NO_MT
11465
11466  Android.mk | 3 ---
11467  1 file changed, 3 deletions(-)
11468
11469 commit 9109f1e944dd4bd4ae8057b75c8a31e9d31797aa
11470 Author: Behdad Esfahbod <behdad@behdad.org>
11471 Date:   Tue Jul 8 20:02:29 2014 -0400
11472
11473     [util/hb-shape] Accept an empty output-format that would skip output
11474
11475     Useful for benchmarking, to avoid buffer serialization overhead (which
11476     seems to by far dominate shaping!)
11477
11478  util/hb-shape.cc | 5 ++++-
11479  1 file changed, 4 insertions(+), 1 deletion(-)
11480
11481 commit 8656408572c2685f278a3b742ee69c767c29788c
11482 Author: Behdad Esfahbod <behdad@behdad.org>
11483 Date:   Tue Jul 8 18:10:20 2014 -0400
11484
11485     [util] Fix hb-view rendering with --font-funcs=ot
11486
11487  util/helper-cairo.cc | 25 +++++++++++++++++++++++++
11488  1 file changed, 25 insertions(+)
11489
11490 commit 8650def73500204b79c651f58b1be3f94a41973d
11491 Author: Behdad Esfahbod <behdad@behdad.org>
11492 Date:   Sat Jul 5 15:50:18 2014 -0400
11493
11494     [util] Add option to set font function implementation to use
11495
11496     Supports ft and ot right now.  hb-view currently not rendering
11497     with ot.
11498     Will fix after some clean up.
11499
11500  util/options.cc | 76
11501  ++++++++++++++++++++++++++++++++++++++++++++++++++-------
11502  util/options.hh | 21 ++++++++++++++++
11503  2 files changed, 88 insertions(+), 9 deletions(-)
11504
11505 commit 2306ad46dce1c53b0b1bfabdc04d70e3b99eabb7
11506 Author: Behdad Esfahbod <behdad@behdad.org>
11507 Date:   Fri Jul 4 18:09:29 2014 -0400
11508
11509     [util] Fix memory issue
11510
11511  util/options.cc | 6 ++----
11512  util/options.hh | 9 +++++++++
11513  2 files changed, 11 insertions(+), 4 deletions(-)
11514
11515 commit 14a4a9d649798d32c31f79b4045a885626dffc7f
11516 Author: Behdad Esfahbod <behdad@behdad.org>
11517 Date:   Tue Jul 1 15:51:54 2014 -0400
11518
11519     Add Roozbeh to AUTHORS
11520
11521     He's been my shadow for all Indic-related changes in the last
11522     few months.
11523
11524  AUTHORS | 1 +
11525  1 file changed, 1 insertion(+)
11526
11527 commit 68f724484b1663255ee249481624e552d2e2313f
11528 Author: Behdad Esfahbod <behdad@behdad.org>
11529 Date:   Mon Jun 30 15:46:53 2014 -0400
11530
11531     [indic] Remove some more now-unused special-cases
11532
11533  src/hb-ot-shape-complex-indic.cc | 3 +--
11534  1 file changed, 1 insertion(+), 2 deletions(-)
11535
11536 commit e79c9489802f99dc7eb8b4c2765c4c71b5f80e60
11537 Author: Behdad Esfahbod <behdad@behdad.org>
11538 Date:   Mon Jun 30 15:39:39 2014 -0400
11539
11540     [indic] Remove special-casing of U+1CF2,1CF3
11541
11542     These were introduced in a498565cedf0441ae723c5e5969f637d792a15e7,
11543     but IndicSyllabicCategory has had the correct value already, so the
11544     special code was never needed.
11545
11546  src/hb-ot-shape-complex-indic.cc | 6 ------
11547  1 file changed, 6 deletions(-)
11548
11549 commit d743ce78e10758b7dbaf0cfd191309e5ef646881
11550 Author: Behdad Esfahbod <behdad@behdad.org>
11551 Date:   Mon Jun 30 15:24:02 2014 -0400
11552
11553     [indic-table] Update to Unicode 7.0 data
11554
11555     Touch code just enough to preserve previous syllable structure
11556     and functionality as closely as possible.  Many further cleanups
11557     coming later.
11558
11559  src/gen-indic-table.py                   |   4 +
11560  src/hb-ot-shape-complex-indic-private.hh |  23 +-
11561  src/hb-ot-shape-complex-indic-table.cc   | 468
11562  ++++++++++++++++++++++---------
11563  src/hb-ot-shape-complex-indic.cc         |  21 --
11564  src/hb-ot-shape-complex-myanmar.cc       |   2 -
11565  5 files changed, 355 insertions(+), 163 deletions(-)
11566
11567 commit 5fa21b3ab7175f55f89cb194b544d5d4bd06a481
11568 Author: Behdad Esfahbod <behdad@behdad.org>
11569 Date:   Mon Jun 30 14:30:54 2014 -0400
11570
11571     [indic-table] Fix category frequency counts in comments
11572
11573  src/gen-indic-table.py                 |  2 +-
11574  src/hb-ot-shape-complex-indic-table.cc | 46
11575  +++++++++++++++++-----------------
11576  2 files changed, 24 insertions(+), 24 deletions(-)
11577
11578 commit 5c4e3e9a57b6b735e7d72cbd5f4070cf024d7015
11579 Author: Behdad Esfahbod <behdad@behdad.org>
11580 Date:   Mon Jun 30 14:25:18 2014 -0400
11581
11582     Whitespace
11583
11584  src/hb-ot-shape-complex-indic-private.hh | 76
11585  ++++++++++++++++----------------
11586  1 file changed, 38 insertions(+), 38 deletions(-)
11587
11588 commit af528b6674bccac3efd13f8b33fcdc6aeb178f4c
11589 Author: Behdad Esfahbod <behdad@behdad.org>
11590 Date:   Fri Jun 27 18:07:00 2014 -0400
11591
11592     Fix typo; ouch!
11593
11594  src/hb-ot-cmap-table.hh | 2 +-
11595  1 file changed, 1 insertion(+), 1 deletion(-)
11596
11597 commit 7d4ada66c96a748ce92f8e8edac149361c3dc829
11598 Author: Behdad Esfahbod <behdad@behdad.org>
11599 Date:   Fri Jun 27 17:30:59 2014 -0400
11600
11601     Mark unsed members with a "Z" suffix
11602
11603     There may be more.  There are members that are by definition
11604     redundant or reserved and not needed, NOT what we *currently*
11605     don't use.
11606
11607     I'm sure there's more...
11608
11609  src/hb-open-file-private.hh        |  6 +++---
11610  src/hb-ot-cmap-table.hh            | 24 ++++++++++++------------
11611  src/hb-ot-layout-common-private.hh |  2 +-
11612  3 files changed, 16 insertions(+), 16 deletions(-)
11613
11614 commit 23afcff1d14e57f5ce30a4100698d4f2dc530958
11615 Author: Behdad Esfahbod <behdad@behdad.org>
11616 Date:   Fri Jun 27 17:22:36 2014 -0400
11617
11618     [ot-font] Implement Unicode variation selectors
11619
11620  src/hb-ot-font.cc | 20 +++++++++++++++++++-
11621  1 file changed, 19 insertions(+), 1 deletion(-)
11622
11623 commit a5a4736916b6035e6413d4619f9e7287e683d51b
11624 Author: Behdad Esfahbod <behdad@behdad.org>
11625 Date:   Fri Jun 27 17:03:22 2014 -0400
11626
11627     [cmap] Implement subtable format 14
11628
11629  src/hb-ot-cmap-table.hh | 147
11630  +++++++++++++++++++++++++++++++++++++++++++-----
11631  1 file changed, 133 insertions(+), 14 deletions(-)
11632
11633 commit 586b60622c33878f9ca4826b4ef07369d32bf039
11634 Author: Behdad Esfahbod <behdad@behdad.org>
11635 Date:   Fri Jun 27 15:39:47 2014 -0400
11636
11637     Minor: final bits of cleanup
11638
11639  src/hb-open-type-private.hh        | 1 +
11640  src/hb-ot-layout-common-private.hh | 4 ++--
11641  2 files changed, 3 insertions(+), 2 deletions(-)
11642
11643 commit 51d9ba09bc78188ec87218aef5232e80568c1712
11644 Author: Behdad Esfahbod <behdad@behdad.org>
11645 Date:   Fri Jun 27 15:27:15 2014 -0400
11646
11647     Minor
11648
11649  src/hb-open-type-private.hh | 9 ++++-----
11650  1 file changed, 4 insertions(+), 5 deletions(-)
11651
11652 commit 3084767e92483c669f38319f153c498e9a6b92c7
11653 Author: Behdad Esfahbod <behdad@behdad.org>
11654 Date:   Fri Jun 27 15:24:35 2014 -0400
11655
11656     Minor: Remove LongArrayOf
11657
11658  src/hb-open-file-private.hh | 2 +-
11659  src/hb-open-type-private.hh | 4 ----
11660  2 files changed, 1 insertion(+), 5 deletions(-)
11661
11662 commit 41ea59495032e712fa6f801350ee00d5f00b5724
11663 Author: Behdad Esfahbod <behdad@behdad.org>
11664 Date:   Fri Jun 27 15:23:18 2014 -0400
11665
11666     Minor: Remove LongSortedArrayOf
11667
11668  src/hb-open-type-private.hh | 4 ----
11669  src/hb-ot-cmap-table.hh     | 2 +-
11670  2 files changed, 1 insertion(+), 5 deletions(-)
11671
11672 commit bb6ecf2ce5c2679c298741af17836a22e1d68121
11673 Author: Behdad Esfahbod <behdad@behdad.org>
11674 Date:   Fri Jun 27 15:13:44 2014 -0400
11675
11676     Minor: Remove LongOffsetArrayOf and LongOffsetLongArrayOf
11677
11678  src/hb-open-file-private.hh    | 2 +-
11679  src/hb-open-type-private.hh    | 8 --------
11680  src/hb-ot-layout-gdef-table.hh | 2 +-
11681  3 files changed, 2 insertions(+), 10 deletions(-)
11682
11683 commit 99d281712390fd54e523b2f0580d10445457ec2f
11684 Author: Behdad Esfahbod <behdad@behdad.org>
11685 Date:   Fri Jun 27 15:12:52 2014 -0400
11686
11687     Minor: Remove GenericOffset
11688
11689  src/hb-open-type-private.hh        | 13 +++++--------
11690  src/hb-ot-layout-common-private.hh |  8 ++++----
11691  2 files changed, 9 insertions(+), 12 deletions(-)
11692
11693 commit 9da552dcc5b89b3bbbe5a55fb7c543222382e12a
11694 Author: Behdad Esfahbod <behdad@behdad.org>
11695 Date:   Fri Jun 27 15:09:42 2014 -0400
11696
11697     Minor: Remove some GenericXXX templates
11698
11699  src/hb-open-type-private.hh        | 32 +++++++++++---------------------
11700  src/hb-ot-cmap-table.hh            |  4 ++--
11701  src/hb-ot-layout-common-private.hh |  2 +-
11702  3 files changed, 14 insertions(+), 24 deletions(-)
11703
11704 commit 36073ede5b52bd1231622cbacd1bee6b82696d81
11705 Author: Behdad Esfahbod <behdad@behdad.org>
11706 Date:   Fri Jun 27 14:48:54 2014 -0400
11707
11708     Minor: Reorder template parameter order
11709
11710  src/hb-open-type-private.hh | 14 +++++++-------
11711  src/hb-ot-cmap-table.hh     |  2 +-
11712  2 files changed, 8 insertions(+), 8 deletions(-)
11713
11714 commit 0394ec1bfbd7806cbe9fc809b34f96f8d12ffbf2
11715 Author: Behdad Esfahbod <behdad@behdad.org>
11716 Date:   Fri Jun 27 14:40:35 2014 -0400
11717
11718     Minor: Introduce GenericOffset
11719
11720  src/hb-open-type-private.hh | 16 ++++++----------
11721  1 file changed, 6 insertions(+), 10 deletions(-)
11722
11723 commit 0d1b3419a7bbfd18ab8fed1abd3a41dec11e8d97
11724 Author: Behdad Esfahbod <behdad@behdad.org>
11725 Date:   Thu Jun 26 19:13:34 2014 -0400
11726
11727     Minor: Use template parameter default values for OffsetTo
11728
11729  src/hb-open-type-private.hh | 13 +++++--------
11730  1 file changed, 5 insertions(+), 8 deletions(-)
11731
11732 commit 546b1adcdce2d3592843938b0b81ff32e67b0b83
11733 Author: Behdad Esfahbod <behdad@behdad.org>
11734 Date:   Thu Jun 26 19:10:21 2014 -0400
11735
11736     Minor: Use template parameter default values for hb_prealloced_array_t
11737
11738  src/hb-private.hh | 9 ++++-----
11739  1 file changed, 4 insertions(+), 5 deletions(-)
11740
11741 commit 911ca38645bd51764e7859bc482319e8f6d2f710
11742 Author: Behdad Esfahbod <behdad@behdad.org>
11743 Date:   Tue Jun 24 10:20:36 2014 -0600
11744
11745     Add back API removed recently
11746
11747     Add hb_ot_layout_language_get_required_feature_index() again, which
11748     is used in Pango.  This was removed in
11749     da132937989acb4d8ca9bd41c79f98750e7dda30 in favor of
11750     hb_ot_layout_language_get_required_feature().
11751
11752     API changes:
11753
11754       - Added hb_ot_layout_language_get_required_feature_index back.
11755
11756  src/hb-ot-layout.cc | 15 +++++++++++++++
11757  src/hb-ot-layout.h  |  7 +++++++
11758  2 files changed, 22 insertions(+)
11759
11760 commit 89e4946929a8cd2359c7d76fa9272d5604243002
11761 Author: Behdad Esfahbod <behdad@behdad.org>
11762 Date:   Sun Jun 22 11:32:13 2014 -0600
11763
11764     Add new IndicSyllabicCategory short forms for Unicode 7.0
11765
11766  src/gen-indic-table.py | 4 ++++
11767  1 file changed, 4 insertions(+)
11768
11769 commit dcee838e89c2863c2fda4e8f098e720637e02335
11770 Author: Behdad Esfahbod <behdad@behdad.org>
11771 Date:   Sun Jun 22 11:29:59 2014 -0600
11772
11773     Minor
11774
11775  src/gen-arabic-table.py | 2 +-
11776  src/gen-indic-table.py  | 2 +-
11777  2 files changed, 2 insertions(+), 2 deletions(-)
11778
11779 commit f2ad86e6053fa87ab188c36edc3d98c92324c049
11780 Author: Behdad Esfahbod <behdad@behdad.org>
11781 Date:   Sat Jun 21 15:31:10 2014 -0600
11782
11783     [indic-table-gen] Minor
11784
11785  src/gen-indic-table.py | 8 ++++----
11786  1 file changed, 4 insertions(+), 4 deletions(-)
11787
11788 commit 2ec62279aab8c2263f17ffbc7c6f74304674f9a8
11789 Author: Behdad Esfahbod <behdad@behdad.org>
11790 Date:   Sat Jun 21 15:25:59 2014 -0600
11791
11792     [indic-table] Update to Unicode 6.3.0
11793
11794     Was from 6.2.0.  It's a no-op.  Committing for the record.
11795
11796  src/hb-ot-shape-complex-indic-table.cc | 12 ++++++------
11797  1 file changed, 6 insertions(+), 6 deletions(-)
11798
11799 commit 5d4d7384efa97a30893ad28b9ad9a994722de12c
11800 Author: Behdad Esfahbod <behdad@behdad.org>
11801 Date:   Sat Jun 21 14:53:21 2014 -0600
11802
11803     Minor: format
11804
11805  src/hb-ot-shape-complex-arabic.cc | 7 +++++--
11806  1 file changed, 5 insertions(+), 2 deletions(-)
11807
11808 commit 44243ae5902cc420e6bf6ec2fca2584ba93ff2fb
11809 Author: Behdad Esfahbod <behdad@behdad.org>
11810 Date:   Sat Jun 21 14:19:34 2014 -0600
11811
11812     [arabic-table] Update to Unicode 7.0
11813
11814     Old table was from 6.2.  Remove hard-coded Mongolian and Phags-pa
11815     data.
11816     This completes support for new scripts Manichian and Psaltar Pahlavi.
11817
11818  src/hb-ot-shape-complex-arabic-table.hh | 72
11819  ++++++++++++++++++++++++++++-----
11820  src/hb-ot-shape-complex-arabic.cc       | 22 ----------
11821  2 files changed, 63 insertions(+), 31 deletions(-)
11822
11823 commit cd86ab9b4f4d7bd4f563be64a83714fc8fb395d7
11824 Author: Behdad Esfahbod <behdad@behdad.org>
11825 Date:   Sat Jun 21 14:10:38 2014 -0600
11826
11827     [arabic-table] Add ZWJ/ZWNJ now that table is segmented
11828
11829  src/gen-arabic-table.py                 |  2 --
11830  src/hb-ot-shape-complex-arabic-table.hh | 12 +++++++++++-
11831  src/hb-ot-shape-complex-arabic.cc       |  5 -----
11832  3 files changed, 11 insertions(+), 8 deletions(-)
11833
11834 commit 2390d9b67e1dfeccd3f0850d1304c52b54817ca0
11835 Author: Behdad Esfahbod <behdad@behdad.org>
11836 Date:   Sat Jun 21 14:07:00 2014 -0600
11837
11838     [arabic-table] Further tune
11839
11840     In anticipation of Unicode 7.0 data coming in the next commit.
11841
11842  src/gen-arabic-table.py                 | 10 ++++++---
11843  src/hb-ot-shape-complex-arabic-table.hh | 38
11844  +++++++++++++++------------------
11845  2 files changed, 24 insertions(+), 24 deletions(-)
11846
11847 commit a133e6067aaebc494c0156b5fac7f4a879e12dbe
11848 Author: Behdad Esfahbod <behdad@behdad.org>
11849 Date:   Fri Jun 20 18:01:34 2014 -0400
11850
11851     [indic-table] Minor
11852
11853  src/gen-indic-table.py | 9 +++++----
11854  1 file changed, 5 insertions(+), 4 deletions(-)
11855
11856 commit b900fa2c8cc088dbcbdbf90bfdf8764f9ee1c96a
11857 Author: Behdad Esfahbod <behdad@behdad.org>
11858 Date:   Fri Jun 20 17:59:43 2014 -0400
11859
11860     [arabic-table] Use segmented table
11861
11862     No functional change.
11863
11864  src/gen-arabic-table.py                 | 82
11865  +++++++++++++++++++++++----------
11866  src/hb-ot-shape-complex-arabic-table.hh | 53 ++++++++++++++-------
11867  src/hb-ot-shape-complex-arabic.cc       |  8 ++--
11868  3 files changed, 97 insertions(+), 46 deletions(-)
11869
11870 commit c2e113404640bf9b8bac469d0803ac946e77964f
11871 Author: Behdad Esfahbod <behdad@behdad.org>
11872 Date:   Fri Jun 20 17:57:03 2014 -0400
11873
11874     [indic-table] Make output stable
11875
11876  src/gen-indic-table.py | 2 +-
11877  1 file changed, 1 insertion(+), 1 deletion(-)
11878
11879 commit 55abfbd2ac1626af16151298a0837b837d0796df
11880 Author: Behdad Esfahbod <behdad@behdad.org>
11881 Date:   Fri Jun 20 16:47:43 2014 -0400
11882
11883     [indic-table] Minor
11884
11885     No output change.
11886
11887  src/gen-indic-table.py | 7 +------
11888  1 file changed, 1 insertion(+), 6 deletions(-)
11889
11890 commit f88670749006991282bcc4e8b6218487295ca670
11891 Author: Behdad Esfahbod <behdad@behdad.org>
11892 Date:   Fri Jun 20 16:30:10 2014 -0400
11893
11894     [arabic-table] Don't write comments
11895
11896     No functional change.
11897
11898  src/gen-arabic-table.py                 |  20 +-
11899  src/hb-ot-shape-complex-arabic-table.hh | 710
11900  ++------------------------------
11901  2 files changed, 38 insertions(+), 692 deletions(-)
11902
11903 commit 200dfe3eb10feda2ad25940338b08011f4757ca4
11904 Author: Behdad Esfahbod <behdad@behdad.org>
11905 Date:   Fri Jun 20 16:20:59 2014 -0400
11906
11907     [arabic-table] Use short names for values
11908
11909     No functional change.
11910
11911  src/gen-arabic-table.py                 |   16 +-
11912  src/hb-ot-shape-complex-arabic-table.hh | 1386
11913  ++++++++++++++++---------------
11914  2 files changed, 716 insertions(+), 686 deletions(-)
11915
11916 commit 3f5327a41efcf50f64d9498ef3dfd6875ef6a5ab
11917 Author: Behdad Esfahbod <behdad@behdad.org>
11918 Date:   Fri Jun 20 16:17:42 2014 -0400
11919
11920     [arabic-table] Read Blocks.txt and shuffle code around
11921
11922     No functional change.
11923
11924  src/Makefile.am                         |  2 +-
11925  src/gen-arabic-table.py                 | 80
11926  +++++++++++++++++++--------------
11927  src/hb-ot-shape-complex-arabic-table.hh | 30 ++++++++-----
11928  3 files changed, 67 insertions(+), 45 deletions(-)
11929
11930 commit 171f970e4f72d9fe1af30eab32b96906ee4a14f5
11931 Author: Behdad Esfahbod <behdad@behdad.org>
11932 Date:   Fri Jun 20 15:25:30 2014 -0400
11933
11934     [indic-table] Black-list Thai, Lao, and Tibetan
11935
11936     We don't need Indic table for those.
11937
11938  src/gen-indic-table.py                 |  3 ++
11939  src/hb-ot-shape-complex-indic-table.cc | 94
11940  +++++++---------------------------
11941  2 files changed, 21 insertions(+), 76 deletions(-)
11942
11943 commit 65ac2dae4f284f563b2dc476a21e2b5a48124de8
11944 Author: Behdad Esfahbod <behdad@behdad.org>
11945 Date:   Fri Jun 20 15:12:49 2014 -0400
11946
11947     [indic-table] Speed up lookup
11948
11949  src/gen-indic-table.py                 | 22 +++++++++---
11950  src/hb-ot-shape-complex-indic-table.cc | 61
11951  +++++++++++++++++++++++-----------
11952  2 files changed, 59 insertions(+), 24 deletions(-)
11953
11954 commit 64442a3f4c5c7be08893454742cad6bfe73cb8d7
11955 Author: Behdad Esfahbod <behdad@behdad.org>
11956 Date:   Fri Jun 20 14:58:53 2014 -0400
11957
11958     [indic-table] Fix compiler warning
11959
11960  src/gen-indic-table.py                 | 4 +---
11961  src/hb-ot-shape-complex-indic-table.cc | 4 +---
11962  2 files changed, 2 insertions(+), 6 deletions(-)
11963
11964 commit 0436e1d50527497ebe5053b51a34ce6590276249
11965 Author: Behdad Esfahbod <behdad@behdad.org>
11966 Date:   Fri Jun 20 14:56:22 2014 -0400
11967
11968     [indic-table] Make table more compact by not covering full blocks
11969
11970     -#define indic_offset_total 4416
11971     +#define indic_offset_total 3816
11972
11973     -}; /* Table occupancy: 60% */
11974     +}; /* Table occupancy: 69% */
11975
11976  src/gen-indic-table.py                 |  24 ++++--
11977  src/hb-ot-shape-complex-indic-table.cc | 150
11978  +++++++++------------------------
11979  2 files changed, 57 insertions(+), 117 deletions(-)
11980
11981 commit 190a251479b3cfc68871ff1daf9a9d1abe3f86e6
11982 Author: Behdad Esfahbod <behdad@behdad.org>
11983 Date:   Fri Jun 20 14:41:39 2014 -0400
11984
11985     [indic-table] Remove block range from data table
11986
11987     No functional change.
11988
11989  src/gen-indic-table.py                 |   4 +-
11990  src/hb-ot-shape-complex-indic-table.cc | 102
11991  ++++++++++++++++-----------------
11992  2 files changed, 54 insertions(+), 52 deletions(-)
11993
11994 commit 2b051c6057920c564c13c5d6a3e6dca93446fa12
11995 Author: Behdad Esfahbod <behdad@behdad.org>
11996 Date:   Fri Jun 20 14:09:57 2014 -0400
11997
11998     Rename HB_VERSION_CHECK and hb_version_check to "atleast"
11999
12000     HB_VERSION_CHECK's comparison was originally written wrongly
12001     by mistake.  When API tests were written, they were also written
12002     wrongly to pass given the wrong implementation... Sigh.
12003
12004     Given the purpose of this API, there's no point in fixing it
12005     without renaming it.  As such, rename.
12006
12007     API changes:
12008
12009       HB_VERSION_CHECK -> HB_VERSION_ATLEAST
12010       hb_version_check -> hb_version_atleast
12011
12012  docs/reference/harfbuzz-sections.txt |  4 ++--
12013  src/hb-common.cc                     | 10 +++++-----
12014  src/hb-version.h.in                  | 10 +++++-----
12015  test/api/test-version.c              | 29 +++++++++++++++--------------
12016  4 files changed, 27 insertions(+), 26 deletions(-)
12017
12018 commit cabfa538ed4b1355326fa8de05f7209dda1c1c7a
12019 Author: Behdad Esfahbod <behdad@behdad.org>
12020 Date:   Fri Jun 20 13:51:21 2014 -0400
12021
12022     Adjust unused doc symbols
12023
12024  docs/reference/harfbuzz-sections.txt | 19 +++++++++++++++++--
12025  src/hb-ot-shape.h                    | 21 ++++++++++-----------
12026  2 files changed, 27 insertions(+), 13 deletions(-)
12027
12028 commit da132937989acb4d8ca9bd41c79f98750e7dda30
12029 Author: Jonathan Kew <jfkthame@gmail.com>
12030 Date:   Sun Apr 27 14:05:24 2014 +0100
12031
12032     Rework handling of requiredFeature to solve problem with rlig in
12033     arial.ttf from winxp
12034
12035     https://bugzilla.mozilla.org/show_bug.cgi?id=986802
12036     Fixes https://github.com/behdad/harfbuzz/pull/39
12037
12038     API Change:
12039
12040     -hb_ot_layout_language_get_required_feature_index
12041     +hb_ot_layout_language_get_required_feature
12042
12043     New API takes an extra pointer argument.  Pass NULL in to get
12044     behavior of previous API.
12045
12046     Reworked by behdad
12047
12048  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
12049  src/hb-ot-layout.cc                  | 29 ++++++++++++---------
12050  src/hb-ot-layout.h                   | 11 ++++----
12051  src/hb-ot-map.cc                     | 50
12052  ++++++++++++++++++++++++++----------
12053  src/main.cc                          |  4 +--
12054  5 files changed, 64 insertions(+), 34 deletions(-)
12055
12056 commit df554af99db390e42d378983bb3fcf583477a1d7
12057 Author: Behdad Esfahbod <behdad@behdad.org>
12058 Date:   Thu Jun 19 15:39:18 2014 -0400
12059
12060     Rename search() to bsearch() and lsearch()
12061
12062     Such that the complexity of the algorithm used is clear at
12063     call site.
12064
12065  src/hb-open-type-private.hh        |  4 ++--
12066  src/hb-ot-cmap-table.hh            | 14 +++++++-------
12067  src/hb-ot-layout-common-private.hh |  9 +++++----
12068  3 files changed, 14 insertions(+), 13 deletions(-)
12069
12070 commit fb8cc86ff99c08064ac58a559bb66cc340693b92
12071 Author: Behdad Esfahbod <behdad@behdad.org>
12072 Date:   Thu Jun 19 15:30:18 2014 -0400
12073
12074     Rename sort() to qsort()
12075
12076     In an effort to make the algorithm used clear.
12077
12078  src/hb-coretext.cc  | 4 ++--
12079  src/hb-ot-map.cc    | 4 ++--
12080  src/hb-private.hh   | 8 ++++----
12081  src/hb-uniscribe.cc | 4 ++--
12082  4 files changed, 10 insertions(+), 10 deletions(-)
12083
12084 commit 577ca4814314c374824cac736996b9cdd4f9d11f
12085 Author: Behdad Esfahbod <behdad@behdad.org>
12086 Date:   Wed Jun 18 12:29:23 2014 -0400
12087
12088     [unicode7] Update list of Default_Ignorable codepoints
12089
12090  src/hb-unicode-private.hh | 66
12091  +++++++++++++++++++++--------------------------
12092  1 file changed, 30 insertions(+), 36 deletions(-)
12093
12094 commit 7cfee3827636f0dff7df5c8975a4fadd1b4bfbd5
12095 Author: Behdad Esfahbod <behdad@behdad.org>
12096 Date:   Mon Apr 28 15:09:30 2014 -0700
12097
12098     [unicode7] Route Manichaean and Psalter Pahlavi through Arabic shaper
12099
12100     Still needs update to joining table to fully work.
12101
12102  src/hb-ot-shape-complex-private.hh | 4 ++++
12103  1 file changed, 4 insertions(+)
12104
12105 commit a4a7899cd93fb9d1bc2163a4bbabfa733ee5bd52
12106 Author: Behdad Esfahbod <behdad@behdad.org>
12107 Date:   Mon Apr 28 15:06:42 2014 -0700
12108
12109     [unicode7] Mark right-to-left scripts
12110
12111  src/hb-common.cc | 8 ++++++++
12112  1 file changed, 8 insertions(+)
12113
12114 commit 62587bfc5178a447ef66d88eab7412a7efe84692
12115 Author: Behdad Esfahbod <behdad@behdad.org>
12116 Date:   Mon Apr 28 15:07:21 2014 -0700
12117
12118     [unicode7] Declare Unicode 7 scripts
12119
12120  src/hb-common.h | 21 +++++++++------------
12121  1 file changed, 9 insertions(+), 12 deletions(-)
12122
12123 commit dc61294aa93d36d0c5d187d4a692560a7cb46444
12124 Author: Behdad Esfahbod <behdad@behdad.org>
12125 Date:   Mon Apr 28 14:58:28 2014 -0700
12126
12127     [unicode7] Add missing ISO 15924 tags
12128
12129  src/hb-common.h | 6 +++---
12130  1 file changed, 3 insertions(+), 3 deletions(-)
12131
12132 commit 7526373e70bc4c2e2072da36babf9399fcf483b8
12133 Author: Behdad Esfahbod <behdad@behdad.org>
12134 Date:   Tue Jun 17 11:45:26 2014 -0400
12135
12136     [coretext] Remove unused var
12137
12138  src/hb-coretext.cc | 2 --
12139  1 file changed, 2 deletions(-)
12140
12141 commit 798e4185bc71b1a63528e6b0af236d4c964ec607
12142 Author: Jonathan Kew <jfkthame@gmail.com>
12143 Date:   Tue Jun 10 13:10:30 2014 +0100
12144
12145     When zeroing mark widths for LTR, also adjust offset...
12146
12147     ...so that they overstrike preceding glyph.
12148
12149     https://github.com/behdad/harfbuzz/pull/43
12150
12151  src/hb-ot-shape.cc | 50
12152  +++++++++++++++++++++++++++++++++++++++-----------
12153  1 file changed, 39 insertions(+), 11 deletions(-)
12154
12155 commit 80f7405a5208f88b8615aa4ce4c54ffeb16f04f8
12156 Author: Jonathan Kew <jfkthame@gmail.com>
12157 Date:   Tue Jun 10 13:10:02 2014 +0100
12158
12159     [Thai] set the correct general category on Nikhahit when decomposing
12160     Sara-Am.
12161
12162  src/hb-ot-shape-complex-thai.cc | 5 ++++-
12163  1 file changed, 4 insertions(+), 1 deletion(-)
12164
12165 commit 1d634cbb4b0338e1c2841127a72c5fac3a2a5ca1
12166 Author: Behdad Esfahbod <behdad@behdad.org>
12167 Date:   Fri Jun 6 17:55:02 2014 -0400
12168
12169     Fix base-position when 'pref' is NOT formed
12170
12171     If pre-base reordering Ra is NOT formed (or formed and then
12172     broken up), we should consider that Ra as base.  This is
12173     observable when there's a left matra or dotreph that positions
12174     before base.
12175
12176     Now, it might be that we shouldn't do this if the Ra happend
12177     to form a below form.  We can't quite deduce that right now...
12178
12179     Micro test added.  Also at:
12180
12181     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
12182
12183  src/hb-ot-shape-complex-indic.cc                   |  28
12184  +++++++++++++++++++--
12185  test/shaping/fonts/sha1sum/MANIFEST                |   5 ++++
12186  .../e207635780b42f898d58654b65098763e340f5c7.ttf   | Bin 0 -> 3000 bytes
12187  test/shaping/tests/indic-pref-blocking.tests       |   3 ++-
12188  4 files changed, 33 insertions(+), 3 deletions(-)
12189
12190 commit 04dc52fa15f5b7f9eb5f448ea43e7ef1b2269e88
12191 Author: Behdad Esfahbod <behdad@behdad.org>
12192 Date:   Fri Jun 6 17:28:38 2014 -0400
12193
12194     [indic] Recover OT_H undergone ligation and multiplication
12195
12196     Sometimes font designers form half/pref/etc consonant forms
12197     unconditionally and then undo that conditionally.  Try to
12198     recover the OT_H classification in those cases.
12199
12200     No test number changes expected.
12201
12202  src/hb-ot-layout-private.hh      |  8 ++++++++
12203  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++++++++
12204  2 files changed, 29 insertions(+)
12205
12206 commit 39c8201f8e361e8c0f23f07bf20124ccadc6086c
12207 Author: Behdad Esfahbod <behdad@behdad.org>
12208 Date:   Fri Jun 6 17:19:35 2014 -0400
12209
12210     [indic] Improve base re-finding
12211
12212     No test numbers change.
12213
12214  src/hb-ot-shape-complex-indic.cc | 5 ++---
12215  1 file changed, 2 insertions(+), 3 deletions(-)
12216
12217 commit c04d5f0dd24d0ed9560fb9aebb5561ce946743c3
12218 Author: Behdad Esfahbod <behdad@behdad.org>
12219 Date:   Fri Jun 6 17:02:39 2014 -0400
12220
12221     [indic] Minor
12222
12223  src/hb-ot-shape-complex-indic.cc | 2 +-
12224  1 file changed, 1 insertion(+), 1 deletion(-)
12225
12226 commit 824d00dce483d0f4030c0cac253f994810e10f32
12227 Author: Behdad Esfahbod <behdad@behdad.org>
12228 Date:   Mon Jun 9 14:17:33 2014 -0400
12229
12230     Fix commit 3f38c1137b6219a646da141b08463ffa922d4e35
12231
12232     Previous commit was not compiling with clang.
12233
12234  configure.ac | 4 ++--
12235  1 file changed, 2 insertions(+), 2 deletions(-)
12236
12237 commit 3f38c1137b6219a646da141b08463ffa922d4e35
12238 Author: Behdad Esfahbod <behdad@behdad.org>
12239 Date:   Fri Jun 6 16:03:40 2014 -0400
12240
12241     Don't use -mstructure-size-boundary=8 on clang arm
12242
12243     As in building for Android / iPhone.  Only set it if
12244     struct{char} alignment is not 1.
12245
12246     NOT tested on an actual Arm architecture.  Guess we'll know
12247     when this makes it to people's build bots.
12248
12249  configure.ac | 7 +++++--
12250  1 file changed, 5 insertions(+), 2 deletions(-)
12251
12252 commit 0ff74b09d2ccf7a9ea0f0b463d8b6d819c86c837
12253 Author: Behdad Esfahbod <behdad@behdad.org>
12254 Date:   Thu Jun 5 21:55:23 2014 -0400
12255
12256     Add missing test file.  Oops
12257
12258  test/shaping/tests/indic-pref-blocking.tests | 1 +
12259  1 file changed, 1 insertion(+)
12260
12261 commit 832a6f99b34f334b1e82b8e3a7ad137e823d203c
12262 Author: Behdad Esfahbod <behdad@behdad.org>
12263 Date:   Wed Jun 4 16:57:42 2014 -0400
12264
12265     [indic] Don't reorder reph/pref if ligature was expanded
12266
12267     Normally if you want to, say, conditionally prevent a 'pref', you
12268     would use blocking contextual matching.  Some designers instead
12269     form the 'pref' form, then undo it in context.  To detect that
12270     we now also remember glyphs that went through MultipleSubst.
12271
12272     In the only place that this is used, Uniscribe seems to only care
12273     about the "last" transformation between Ligature and Multiple
12274     substitions.  Ie. if you ligate, expand, and ligate again, it
12275     moves the pref, but if you ligate and expand it doesn't.  That's
12276     why we clear the MULTIPLIED bit when setting LIGATED.
12277
12278     Micro-test added.  Test: U+0D2F,0D4D,0D30 with font from:
12279
12280     [1]
12281     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
12282
12283  src/hb-ot-layout-gsub-table.hh                      |   2 +-
12284  src/hb-ot-layout-gsubgpos-private.hh                |  20
12285  ++++++++++++++++----
12286  src/hb-ot-layout-private.hh                         |  16
12287  +++++++++++++++-
12288  src/hb-ot-shape-complex-indic.cc                    |   4 ++--
12289  test/shaping/Makefile.am                            |   5 ++++-
12290  .../226bc2deab3846f1a682085f70c67d0421014144.ttf    | Bin 0 -> 2828 bytes
12291  test/shaping/tests/MANIFEST                         |   1 +
12292  7 files changed, 39 insertions(+), 9 deletions(-)
12293
12294 commit b5be2317201774c84470167767ad83c8637cad5b
12295 Author: Behdad Esfahbod <behdad@behdad.org>
12296 Date:   Thu Jun 5 19:00:22 2014 -0400
12297
12298     [gsub] Adjust single-length ligature subst to act like single subst
12299
12300  src/hb-ot-layout-gsub-table.hh | 8 ++++++++
12301  1 file changed, 8 insertions(+)
12302
12303 commit aae69451dfbf2e3671c555c234f788c194302818
12304 Author: Behdad Esfahbod <behdad@behdad.org>
12305 Date:   Thu Jun 5 18:54:44 2014 -0400
12306
12307     [gsub] Minor shuffling
12308
12309  src/hb-ot-layout-gsub-table.hh | 29 ++++++++++++++++-------------
12310  1 file changed, 16 insertions(+), 13 deletions(-)
12311
12312 commit b6b304f12be917b7449b3ac9409069fcd4a27d95
12313 Author: Behdad Esfahbod <behdad@behdad.org>
12314 Date:   Thu Jun 5 17:12:54 2014 -0400
12315
12316     [ot] Add TODO re zero-len MultipleSubst sequences
12317
12318  src/hb-ot-layout-gsub-table.hh       | 9 +++++++++
12319  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
12320  2 files changed, 12 insertions(+), 1 deletion(-)
12321
12322 commit f1a72fe7bf863535ec09b559cc0bd878fd0799f2
12323 Author: Behdad Esfahbod <behdad@behdad.org>
12324 Date:   Wed Jun 4 19:00:29 2014 -0400
12325
12326     [ot-font] Fix cmap EncodingRecord cmp order
12327
12328  src/hb-ot-cmap-table.hh | 14 +++++++++-----
12329  1 file changed, 9 insertions(+), 5 deletions(-)
12330
12331 commit ce34f0b07e5324ed52e6e2c43000c2b09ee010d4
12332 Author: Behdad Esfahbod <behdad@behdad.org>
12333 Date:   Wed Jun 4 18:57:46 2014 -0400
12334
12335     [ot-font] Use binary search for format12 cmap subtable
12336
12337  src/hb-open-type-private.hh | 4 ++++
12338  src/hb-ot-cmap-table.hh     | 2 +-
12339  2 files changed, 5 insertions(+), 1 deletion(-)
12340
12341 commit 257d1adfa1b3422c511c55e641840a6e31ec6008
12342 Author: Behdad Esfahbod <behdad@behdad.org>
12343 Date:   Wed Jun 4 18:47:55 2014 -0400
12344
12345     [ot-font] Work around broken cmap subtable format 4 length
12346
12347     Roboto was hitting this.  FreeType also has pretty much the
12348     same code for this, in ttcmap.c:tt_cmap4_validate():
12349
12350         /* in certain fonts, the `length' field is invalid and goes */
12351         /* out of bound.  We try to correct this here...            */
12352         if ( table + length > valid->limit )
12353         {
12354           if ( valid->level >= FT_VALIDATE_TIGHT )
12355             FT_INVALID_TOO_SHORT;
12356
12357           length = (FT_UInt)( valid->limit - table );
12358         }
12359
12360  src/hb-ot-cmap-table.hh | 22 ++++++++++++++++++----
12361  1 file changed, 18 insertions(+), 4 deletions(-)
12362
12363 commit 51f563579b94e1ee23ced9bbcc7dd3341535ce72
12364 Author: Behdad Esfahbod <behdad@behdad.org>
12365 Date:   Wed Jun 4 18:42:32 2014 -0400
12366
12367     Move try_set to sanitize context
12368
12369  src/hb-open-type-private.hh        | 22 ++++++++++------------
12370  src/hb-ot-layout-common-private.hh |  2 +-
12371  2 files changed, 11 insertions(+), 13 deletions(-)
12372
12373 commit 500737e8e16dce5248aff394899bb3761a9c3bbf
12374 Author: Behdad Esfahbod <behdad@behdad.org>
12375 Date:   Wed Jun 4 18:17:29 2014 -0400
12376
12377     [ot-font] Don't select a Null cmap subtable
12378
12379     Can happen either in broken fonts, or as a result of sanitize().
12380
12381  src/hb-ot-cmap-table.hh | 2 +-
12382  1 file changed, 1 insertion(+), 1 deletion(-)
12383
12384 commit dac86026a6bae5a8a03cfe885bf93f32e5f48614
12385 Author: Behdad Esfahbod <behdad@behdad.org>
12386 Date:   Tue Jun 3 17:57:00 2014 -0400
12387
12388     Fix some cppcheck warnings
12389
12390     Bug 77800 - cppcheck reports
12391
12392  src/hb-common.cc                   | 4 +++-
12393  src/hb-ot-layout-common-private.hh | 2 +-
12394  src/hb-private.hh                  | 2 +-
12395  src/hb-shape-plan.cc               | 4 ++--
12396  4 files changed, 7 insertions(+), 5 deletions(-)
12397
12398 commit c306410cab368a27c1941a2625d3b475edeaac04
12399 Author: Behdad Esfahbod <behdad@behdad.org>
12400 Date:   Tue Jun 3 16:59:41 2014 -0400
12401
12402     Bug 77732 - Fix unused typedef warning for ASSERT_STATIC with GCC 4.8
12403
12404  src/hb-private.hh | 2 +-
12405  1 file changed, 1 insertion(+), 1 deletion(-)
12406
12407 commit ae2b854eab7f1c48e56751c987a714c2c18d6eb6
12408 Author: Behdad Esfahbod <behdad@behdad.org>
12409 Date:   Tue Jun 3 16:59:09 2014 -0400
12410
12411     Move code around
12412
12413  src/hb-private.hh | 134
12414  ++++++++++++++++++++++++++----------------------------
12415  1 file changed, 65 insertions(+), 69 deletions(-)
12416
12417 commit 17c3b809f42aec34d83dba2e6229ad85804bebae
12418 Author: Behdad Esfahbod <behdad@behdad.org>
12419 Date:   Mon Jun 2 15:08:18 2014 -0400
12420
12421     [indic] Treat U+A8E0..A8F1 as OT_A instead of OT_VD
12422
12423     Apparently they can intermix with other OT_A.
12424
12425     Test: U+0915,A8E2,1CD0
12426
12427  src/hb-ot-shape-complex-indic.cc | 2 +-
12428  1 file changed, 1 insertion(+), 1 deletion(-)
12429
12430 commit 6ae13f257c3986517c097fa666ab9f58bdc918b5
12431 Author: Behdad Esfahbod <behdad@behdad.org>
12432 Date:   Fri May 30 17:38:14 2014 -0400
12433
12434     [graphite2] Fix cluster mapping
12435
12436     Patch from Martin Hosken.  I expect this to fix the following bugs:
12437
12438     https://bugs.freedesktop.org/show_bug.cgi?id=75076
12439     https://bugzilla.gnome.org/show_bug.cgi?id=723582
12440     https://bugzilla.redhat.com/show_bug.cgi?id=998812
12441
12442  src/hb-graphite2.cc | 5 ++++-
12443  1 file changed, 4 insertions(+), 1 deletion(-)
12444
12445 commit 5875ad9c467b39d00ad4d98fd425179c701e6fd0
12446 Author: Behdad Esfahbod <behdad@behdad.org>
12447 Date:   Thu May 29 15:48:16 2014 -0400
12448
12449     0.9.29
12450
12451  NEWS         | 12 ++++++++++++
12452  configure.ac |  2 +-
12453  2 files changed, 13 insertions(+), 1 deletion(-)
12454
12455 commit 7977ca17aac34b9ab10622928bed8afa2177f16a
12456 Author: Behdad Esfahbod <behdad@behdad.org>
12457 Date:   Thu May 29 15:34:26 2014 -0400
12458
12459     [indic] Allow decimal and Brahmi digits as placeholders
12460
12461     Tests: U+0967,0951 U+0031,093F
12462
12463  src/hb-ot-shape-complex-indic.cc                                      |
12464  4 ++++
12465  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt  |
12466  2 ++
12467  2 files changed, 6 insertions(+)
12468
12469 commit e8b5d64039614ecce472eda1a7a603736da25d86
12470 Author: Behdad Esfahbod <behdad@behdad.org>
12471 Date:   Thu May 29 15:18:27 2014 -0400
12472
12473     [indic] Do NOT allow reph formation on placeholders
12474
12475     Only allow it on DOTTED CIRCLE.  No effect on test numbers.
12476
12477     Test: U+0930,094D,00A0
12478
12479  src/hb-ot-shape-complex-indic-machine.rl                                |
12480  2 +-
12481  .../in-tree/shaper-indic/indic/script-devanagari/misc/dottedcircle.txt  |
12482  1 +
12483  2 files changed, 2 insertions(+), 1 deletion(-)
12484
12485 commit 52b562a6a058131c0103aaa5404d053e6465bb23
12486 Author: Behdad Esfahbod <behdad@behdad.org>
12487 Date:   Tue May 27 18:18:23 2014 -0400
12488
12489     [indic] Clean up a bit
12490
12491     No functional change intended.
12492
12493  src/hb-ot-shape-complex-indic.cc | 17 +++++------------
12494  1 file changed, 5 insertions(+), 12 deletions(-)
12495
12496 commit 3bf652b90783e8244c153739585d95dc4162efb4
12497 Author: Behdad Esfahbod <behdad@behdad.org>
12498 Date:   Tue May 27 18:07:26 2014 -0400
12499
12500     [indic] Treat U+002D and U+2010..2014 as placeholders
12501
12502  src/hb-ot-shape-complex-indic.cc | 4 +++-
12503  1 file changed, 3 insertions(+), 1 deletion(-)
12504
12505 commit e0de95f40244924cb8f9f7abca7f53117044a0eb
12506 Author: Behdad Esfahbod <behdad@behdad.org>
12507 Date:   Tue May 27 17:58:34 2014 -0400
12508
12509     [indic] Treat U+00D7 MULTIPLICATION SIGN as placeholder
12510
12511  src/hb-ot-shape-complex-indic.cc | 1 +
12512  1 file changed, 1 insertion(+)
12513
12514 commit cf78dd483cbe1759a8ecb731879e041a53ba9bb3
12515 Author: Behdad Esfahbod <behdad@behdad.org>
12516 Date:   Tue May 27 17:53:37 2014 -0400
12517
12518     [indic/myanmar] Rename OT_NBSP to OT_PLACEHOLDER
12519
12520  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
12521  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
12522  src/hb-ot-shape-complex-indic.cc         | 4 ++--
12523  src/hb-ot-shape-complex-myanmar.cc       | 2 +-
12524  4 files changed, 8 insertions(+), 8 deletions(-)
12525
12526 commit 186ece94c8838e95db240d3e7c3ce415da6be81e
12527 Author: Behdad Esfahbod <behdad@behdad.org>
12528 Date:   Tue May 27 17:49:45 2014 -0400
12529
12530     [myanmar] Use OT_NBSP instead of OT_DOTTEDCIRCLE for OT_GB
12531
12532     No functional change.
12533
12534  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
12535  src/hb-ot-shape-complex-myanmar.cc         | 2 +-
12536  2 files changed, 2 insertions(+), 2 deletions(-)
12537
12538 commit cf71d28c380819cb0f7f0f22f6ff9e4aa881a2b8
12539 Author: Behdad Esfahbod <behdad@behdad.org>
12540 Date:   Tue May 27 17:47:43 2014 -0400
12541
12542     [indic/myanmar] Refactor a few macros
12543
12544  src/hb-ot-shape-complex-indic-private.hh | 12 ++++++++++++
12545  src/hb-ot-shape-complex-indic.cc         | 10 ----------
12546  src/hb-ot-shape-complex-myanmar.cc       |  6 ------
12547  3 files changed, 12 insertions(+), 16 deletions(-)
12548
12549 commit 2307268e01d27a999b56a2f573dfcee8b2a7949b
12550 Author: Behdad Esfahbod <behdad@behdad.org>
12551 Date:   Tue May 27 17:39:01 2014 -0400
12552
12553     [indic] Treat U+0A72..0A73 like regular consonants
12554
12555     Unicode 6.x IndicSyllableCategory categorizes them as
12556     placeholders, but they can subjoin.
12557
12558  src/hb-ot-shape-complex-indic.cc | 3 ++-
12559  1 file changed, 2 insertions(+), 1 deletion(-)
12560
12561 commit e9b2a4cfe593bdbe9288571635ba26ac42ede987
12562 Author: Behdad Esfahbod <behdad@behdad.org>
12563 Date:   Fri May 23 15:49:10 2014 -0400
12564
12565     [indic] Support U+1CED
12566
12567  src/hb-ot-shape-complex-indic.cc | 5 +++++
12568  1 file changed, 5 insertions(+)
12569
12570 commit d19f8e85702a1e473efe2f02027984dcc127602a
12571 Author: Behdad Esfahbod <behdad@behdad.org>
12572 Date:   Fri May 23 15:45:50 2014 -0400
12573
12574     [indic] Support U+A8F2..A8F7,1CE9..1CEC,1CEE..1CF1
12575
12576  src/hb-ot-shape-complex-indic.cc | 8 ++++++++
12577  1 file changed, 8 insertions(+)
12578
12579 commit ddbdfcbf1c10eed0a7b81b29fee99f1bd22113e5
12580 Author: Behdad Esfahbod <behdad@behdad.org>
12581 Date:   Fri May 23 15:39:55 2014 -0400
12582
12583     [indic] Simplify grammar
12584
12585     No functional change.
12586
12587  src/hb-ot-shape-complex-indic-machine.rl | 7 +++----
12588  1 file changed, 3 insertions(+), 4 deletions(-)
12589
12590 commit 4e9b1f662b23966e67c548b86afeff2bec9b0eb7
12591 Author: Behdad Esfahbod <behdad@behdad.org>
12592 Date:   Fri May 23 15:38:42 2014 -0400
12593
12594     [indic] Always start new syllable for Avagraha
12595
12596     In fact, the previous grammar was ambigious.  No functional
12597     change.
12598
12599  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
12600  1 file changed, 1 insertion(+), 1 deletion(-)
12601
12602 commit 9f9bd9bf31161660214b8b39a78cdafbb79db1be
12603 Author: Behdad Esfahbod <behdad@behdad.org>
12604 Date:   Fri May 23 15:33:13 2014 -0400
12605
12606     [indic] Rename avagraha cluster to symbol cluster
12607
12608     In anticipation of adding more characters to that class of clusters.
12609
12610  src/hb-ot-shape-complex-indic-machine.rl | 10 +++++-----
12611  src/hb-ot-shape-complex-indic-private.hh |  4 ++--
12612  src/hb-ot-shape-complex-indic.cc         | 14 +++++++-------
12613  3 files changed, 14 insertions(+), 14 deletions(-)
12614
12615 commit a498565cedf0441ae723c5e5969f637d792a15e7
12616 Author: Behdad Esfahbod <behdad@behdad.org>
12617 Date:   Thu May 22 19:39:56 2014 -0400
12618
12619     [indic] Support U+1CF2,U+1CF3
12620
12621  src/hb-ot-shape-complex-indic.cc | 6 ++++++
12622  1 file changed, 6 insertions(+)
12623
12624 commit ecb98babbaa065940b40ca8954a454f0e2cdcff0
12625 Author: Behdad Esfahbod <behdad@behdad.org>
12626 Date:   Thu May 22 19:36:21 2014 -0400
12627
12628     [indic] Support U+1CE2..U+1CE8
12629
12630  src/hb-ot-shape-complex-indic.cc | 4 ++++
12631  1 file changed, 4 insertions(+)
12632
12633 commit 37bf2c9224e32fdc99c20158c6dc0a4602ec1292
12634 Author: Behdad Esfahbod <behdad@behdad.org>
12635 Date:   Thu May 22 19:35:17 2014 -0400
12636
12637     Minor
12638
12639  src/hb-ot-shape-complex-indic.cc | 2 +-
12640  1 file changed, 1 insertion(+), 1 deletion(-)
12641
12642 commit 131e17ff9ae792cafa7a500043acb373802ee872
12643 Author: Behdad Esfahbod <behdad@behdad.org>
12644 Date:   Thu May 22 19:32:51 2014 -0400
12645
12646     [indic] Support U+1CF5,1CF6
12647
12648  src/hb-ot-shape-complex-indic.cc | 3 +++
12649  1 file changed, 3 insertions(+)
12650
12651 commit 72ead0cc72dac4d1c985ead065bb820f93f14a1d
12652 Author: Behdad Esfahbod <behdad@behdad.org>
12653 Date:   Thu May 22 19:12:10 2014 -0400
12654
12655     [indic] Treat U+1CE1 as a tone-mark too
12656
12657     It's spacing, but otherwise the same as the other ones.
12658
12659  src/hb-ot-shape-complex-indic.cc | 2 +-
12660  1 file changed, 1 insertion(+), 1 deletion(-)
12661
12662 commit e848bfae7c975a6fae434daf8e3db4d69914df9f
12663 Author: Behdad Esfahbod <behdad@behdad.org>
12664 Date:   Thu May 22 18:50:34 2014 -0400
12665
12666     [indic] Recategorize U+A8E0..A8F1 as OT_VD
12667
12668     Up to two of them come after all OT_A characters.
12669
12670  src/hb-ot-shape-complex-indic-machine.rl |  2 +-
12671  src/hb-ot-shape-complex-indic.cc         | 10 ++++++----
12672  2 files changed, 7 insertions(+), 5 deletions(-)
12673
12674 commit c519536c34c842304da558dd4a9e3844fc261b20
12675 Author: Behdad Esfahbod <behdad@behdad.org>
12676 Date:   Thu May 22 18:43:14 2014 -0400
12677
12678     [indic] Allow up to three tone marks
12679
12680     According to Roozbeh, there are valid combinations in Unicode
12681     proposals for up to three.  Previously we were allowing up to two.
12682
12683  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
12684  1 file changed, 1 insertion(+), 1 deletion(-)
12685
12686 commit c11fc6833980fce6d70c5ae0c6623de97a3eb30a
12687 Author: Behdad Esfahbod <behdad@behdad.org>
12688 Date:   Thu May 22 18:41:49 2014 -0400
12689
12690     [indic] Support more extended Devanagari tone marks
12691
12692     Also adjust U+0953,0954 handling.
12693
12694  src/hb-ot-shape-complex-indic.cc | 18 ++++++++++++------
12695  1 file changed, 12 insertions(+), 6 deletions(-)
12696
12697 commit 26c836e53d55a2e2d4c17fd9ea1884eec33ce015
12698 Author: Behdad Esfahbod <behdad@behdad.org>
12699 Date:   Wed May 21 18:35:48 2014 -0400
12700
12701     [indic] Handle "Cantillation marks for the Samaveda"
12702
12703  src/hb-ot-shape-complex-indic.cc | 3 +++
12704  1 file changed, 3 insertions(+)
12705
12706 commit 29531128f2f4342d537817746863705df80efe4b
12707 Author: Behdad Esfahbod <behdad@behdad.org>
12708 Date:   Thu May 15 14:04:02 2014 -0600
12709
12710     [indic] Improve reph formation of Sinhala and Telugu
12711
12712     Sinhala and Telugu use "explicit" reph.  That is, the reph is
12713     formed by
12714     a Ra,H,ZWJ sequence.  Previously, upon detecting this sequence,
12715     we were
12716     checking checking whether the 'rphf' feature applies to the first two
12717     glyphs of the sequence.  This is how the Microsoft fonts are designed.
12718     However, testing with Noto shows that apparently Uniscribe also forms
12719     the reph if the lookup ligates all three glyphs.  So, try both
12720     sequences.
12721
12722     Doesn't affect test results for Sinhala or Telugu.
12723
12724     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=232
12725
12726  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
12727  1 file changed, 7 insertions(+), 2 deletions(-)
12728
12729 commit 8c703f13bf8b4b276093b1c42cd3759e34b6787f
12730 Author: Oleg Oshmyan <chortos@inbox.lv>
12731 Date:   Wed May 14 22:10:09 2014 +0100
12732
12733     Fix build with --coretext on older OS X
12734
12735     Fixes https://github.com/behdad/harfbuzz/pull/40
12736
12737  src/hb-coretext.h | 2 +-
12738  1 file changed, 1 insertion(+), 1 deletion(-)
12739
12740 commit 439b05867c0856a81fa8f9bea3a7465b4b4bdd91
12741 Author: Behdad Esfahbod <behdad@behdad.org>
12742 Date:   Wed May 14 16:44:39 2014 -0600
12743
12744     [myanmar] Allow MedialYa+Asat in the grammar
12745
12746     The grammar in the OT spec, and the existing Windows implementation
12747     seem to be confused around where to allow Asat around the medial
12748     consonants.
12749
12750     The previous grammar for medial group was allowing an Asat after
12751     the medial group only if there was a medial Wa or Ha, but not if
12752     there was only a medial Ya.  This doesn't make sense to me and
12753     sounds reversed, as both medial Wa and Ha are below marks while
12754     Asat is an above mark.  An Asat can come before the medial group
12755     already (in fact, multiple ones can.  Why?!).  The medial Ya
12756     however is a spacing mark and according to Roozbeh it's valid
12757     to want an Asat on the medial Ya instead of the base, so it looks
12758     to me like we want to allow an Asat after the medial group if
12759     there *was* a Ya but not if there wasn't any.  Not wanting to
12760     produce dotted-circle where Windows is not, this commit changes
12761     the grammar to allow one Asat after the medial group no matter
12762     what comes in the group.
12763
12764     Test: U+1002,103A,103B vs U+1002,103B,103A
12765
12766  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
12767  1 file changed, 1 insertion(+), 1 deletion(-)
12768
12769 commit 0a017ce169d791c9aea56671fe5837961e0a3c09
12770 Author: Behdad Esfahbod <behdad@behdad.org>
12771 Date:   Wed May 14 16:44:16 2014 -0600
12772
12773     Add tests for Myanmar Asat+MedialYa and MedialYa+Asat sequences
12774
12775     One of them currently produces dotted-circle.  Fix and detailed
12776     message coming.
12777
12778  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt |
12779  2 ++
12780  1 file changed, 2 insertions(+)
12781
12782 commit c95587618c88d187be64f923033dae151cf820be
12783 Author: Behdad Esfahbod <behdad@behdad.org>
12784 Date:   Wed May 14 00:42:18 2014 -0400
12785
12786     [ot] Minor note re cmap subtable format 2 and 8
12787
12788  src/hb-ot-cmap-table.hh | 2 ++
12789  1 file changed, 2 insertions(+)
12790
12791 commit b7878cd58ea9a67236e1e0228c35b5b03ec4ff9c
12792 Author: Behdad Esfahbod <behdad@behdad.org>
12793 Date:   Tue May 13 21:47:51 2014 -0400
12794
12795     [ot] Implement cmap subtable format 0
12796
12797  src/hb-open-type-private.hh |  3 ++-
12798  src/hb-ot-cmap-table.hh     | 32 ++++++++++++++++++++++++++++++++
12799  2 files changed, 34 insertions(+), 1 deletion(-)
12800
12801 commit ca7b77431d1e0aaa803722be8be85a368a385f47
12802 Author: Behdad Esfahbod <behdad@behdad.org>
12803 Date:   Tue May 13 21:26:34 2014 -0400
12804
12805     [ot] Factor out code between cmap sutable format 12 and 13
12806
12807  src/hb-ot-cmap-table.hh | 43 +++++++++++++------------------------------
12808  1 file changed, 13 insertions(+), 30 deletions(-)
12809
12810 commit 94759e8219ed08392573bae948a8135e16b8e0d0
12811 Author: Behdad Esfahbod <behdad@behdad.org>
12812 Date:   Tue May 13 21:17:28 2014 -0400
12813
12814     [ot] Factor out code between cmap subtable format 6 and 10
12815
12816  src/hb-ot-cmap-table.hh | 49
12817  ++++++++++---------------------------------------
12818  1 file changed, 10 insertions(+), 39 deletions(-)
12819
12820 commit 1a8ffc512987c1ff1b4896549f80b145c85454a8
12821 Author: Behdad Esfahbod <behdad@behdad.org>
12822 Date:   Tue May 13 21:06:39 2014 -0400
12823
12824     Minor
12825
12826  src/hb-blob.h | 5 ++---
12827  1 file changed, 2 insertions(+), 3 deletions(-)
12828
12829 commit 91bbfca87527fa14d6ebec86b087f2a989381872
12830 Author: Behdad Esfahbod <behdad@behdad.org>
12831 Date:   Mon May 12 18:19:29 2014 -0400
12832
12833     [ot] Implement cmap subtable formats 6 and 10
12834
12835  src/hb-ot-cmap-table.hh | 77
12836  +++++++++++++++++++++++++++++++++++++++++++++++--
12837  1 file changed, 74 insertions(+), 3 deletions(-)
12838
12839 commit d294a2cb165c4f20daa5624969067c51eb9aef58
12840 Author: Behdad Esfahbod <behdad@behdad.org>
12841 Date:   Mon May 12 17:58:31 2014 -0400
12842
12843     [ot] Implement cmap subtable format 13
12844
12845  src/hb-ot-cmap-table.hh | 47
12846  +++++++++++++++++++++++++++++++++++++++++------
12847  1 file changed, 41 insertions(+), 6 deletions(-)
12848
12849 commit 0d75793fae95ed9f6b8522ae3af4fcdf397d8c36
12850 Author: Behdad Esfahbod <behdad@behdad.org>
12851 Date:   Mon May 12 17:51:15 2014 -0400
12852
12853     [ot] Implement cmap subtable format 12
12854
12855  src/hb-ot-cmap-table.hh | 63
12856  +++++++++++++++++++++++++++++++++++++++++++++++--
12857  src/hb-ot-font.cc       |  5 ++++
12858  2 files changed, 66 insertions(+), 2 deletions(-)
12859
12860 commit 3608a6847e7b7eb4206df049158513a085810afd
12861 Author: Behdad Esfahbod <behdad@behdad.org>
12862 Date:   Mon May 12 13:46:29 2014 -0400
12863
12864     [ot] Hook up cmap table to hb_ot_font_funcs()
12865
12866  src/hb-ot-cmap-table.hh | 10 +++++++---
12867  src/hb-ot-font.cc       | 33 +++++++++++++++++++--------------
12868  2 files changed, 26 insertions(+), 17 deletions(-)
12869
12870 commit c8a47452993b9dee6854bfc866aca4a20142696f
12871 Author: Behdad Esfahbod <behdad@behdad.org>
12872 Date:   Fri May 9 19:55:51 2014 -0400
12873
12874     [ot] Implement cmap subtable format 4
12875
12876  src/hb-ot-cmap-table.hh | 52
12877  +++++++++++++++++++++++++++++++++++++++++++++++++
12878  1 file changed, 52 insertions(+)
12879
12880 commit 4719621f20dfd6a0377c650a7b4df223c18dc143
12881 Author: Behdad Esfahbod <behdad@behdad.org>
12882 Date:   Fri May 9 16:09:11 2014 -0400
12883
12884     Minor
12885
12886  src/hb-open-type-private.hh | 1 -
12887  1 file changed, 1 deletion(-)
12888
12889 commit 41ca1fbebf61cf26e1e0e4b11f4a5b52fb7d88a9
12890 Author: Behdad Esfahbod <behdad@behdad.org>
12891 Date:   Fri May 9 15:35:56 2014 -0400
12892
12893     [ot] Start implementing cmap table
12894
12895  src/Makefile.am         |   1 +
12896  src/hb-ot-cmap-table.hh | 171
12897  ++++++++++++++++++++++++++++++++++++++++++++++++
12898  src/hb-ot-font.cc       |   1 +
12899  3 files changed, 173 insertions(+)
12900
12901 commit c7074b8798048324cb8850c55908ce77fc33d11e
12902 Author: Behdad Esfahbod <behdad@behdad.org>
12903 Date:   Thu May 8 18:24:31 2014 -0400
12904
12905     [otlayout] Add GenericArrayOf::search()
12906
12907  src/hb-open-type-private.hh | 11 +++++++++++
12908  1 file changed, 11 insertions(+)
12909
12910 commit 40a479797add42fa42b78d4267920ef75bfb6b9a
12911 Author: Behdad Esfahbod <behdad@behdad.org>
12912 Date:   Thu May 8 18:21:04 2014 -0400
12913
12914     [otlayout] Add GenericSortedArrayOf
12915
12916  src/hb-open-type-private.hh | 10 +++++++---
12917  1 file changed, 7 insertions(+), 3 deletions(-)
12918
12919 commit 0ddecabc6de205b121bec31fbf670f37cc9454ef
12920 Author: Behdad Esfahbod <behdad@behdad.org>
12921 Date:   Thu May 1 16:01:40 2014 -0700
12922
12923     [main] Minor improvement to output
12924
12925  src/main.cc | 12 +++++++-----
12926  1 file changed, 7 insertions(+), 5 deletions(-)
12927
12928 commit 79ecdc3f9525212053d2bc88a5541c41697159da
12929 Author: Behdad Esfahbod <behdad@behdad.org>
12930 Date:   Mon Apr 28 14:24:23 2014 -0700
12931
12932     0.9.28
12933
12934  NEWS         | 13 +++++++++++++
12935  configure.ac |  2 +-
12936  2 files changed, 14 insertions(+), 1 deletion(-)
12937
12938 commit 6faff8e4132197ba06f0e685b82efe35b546cf64
12939 Author: Behdad Esfahbod <behdad@behdad.org>
12940 Date:   Mon Apr 28 14:29:39 2014 -0700
12941
12942     Add static storage classifier to inline functions
12943
12944     Before we were just relying on the compiler inlining them and not
12945     leaving a trace in our public API.  Try to fix.  Hopefully not
12946     breaking anyone's build.
12947
12948  src/hb-open-type-private.hh    | 22 +++++++++++-----------
12949  src/hb-ot-layout-gpos-table.hh |  4 ++--
12950  src/hb-ot-layout-gsub-table.hh |  6 +++---
12951  src/hb-ot-layout-private.hh    | 36 ++++++++++++++++++------------------
12952  src/hb-ot-map-private.hh       | 10 +++++-----
12953  src/hb-private.hh              |  2 +-
12954  6 files changed, 40 insertions(+), 40 deletions(-)
12955
12956 commit 9c9411839bb89d0a1a83120af0982c60e0e393d9
12957 Author: Behdad Esfahbod <behdad@behdad.org>
12958 Date:   Mon Apr 28 12:38:25 2014 -0700
12959
12960     [tibetan] Reorder PADMA sign to occur after other below marks
12961
12962     Based on suggestion from Andrew Glass.
12963
12964     Test: U+0F40,0FC6,0F83
12965
12966  src/hb-unicode-private.hh | 4 ++++
12967  1 file changed, 4 insertions(+)
12968
12969 commit 659cd3c5b470ff9724ce5e53fedd1fea3e7512c4
12970 Author: Behdad Esfahbod <behdad@behdad.org>
12971 Date:   Mon Apr 28 12:43:42 2014 -0700
12972
12973     [test] Add test case for Tibetan sign PADMA
12974
12975     Currently fails.
12976
12977  test/shaping/texts/in-tree/shaper-tibetan/script-tibetan/misc/misc.txt |
12978  1 +
12979  1 file changed, 1 insertion(+)
12980
12981 commit ee703bc3ef740c300718fca7a12c050c322dce19
12982 Author: Behdad Esfahbod <behdad@behdad.org>
12983 Date:   Mon Apr 28 12:43:18 2014 -0700
12984
12985     Reshuffle test data
12986
12987  test/shaping/texts/in-tree/MANIFEST                                    |
12988  3 +++
12989  test/shaping/texts/in-tree/shaper-default/MANIFEST                     |
12990  3 ---
12991  .../script-tibetan => shaper-hangul/script-hangul}/MANIFEST            |
12992  0
12993  .../script-tibetan => shaper-hangul/script-hangul}/misc/MANIFEST
12994  | 0
12995  .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt
12996  | 0
12997  .../in-tree/{shaper-default => shaper-hebrew}/script-hebrew/MANIFEST
12998  | 0
12999  .../{shaper-default => shaper-hebrew}/script-hebrew/misc/MANIFEST
13000  | 0
13001  .../script-hebrew/misc/diacritics.txt                                  |
13002  0
13003  .../script-hangul => shaper-tibetan/script-tibetan}/MANIFEST           |
13004  0
13005  .../script-hangul => shaper-tibetan/script-tibetan}/misc/MANIFEST
13006  | 0
13007  .../{shaper-default => shaper-tibetan}/script-tibetan/misc/misc.txt
13008  | 0
13009  11 files changed, 3 insertions(+), 3 deletions(-)
13010
13011 commit b082ef373cefb35dd98b5f2f0b677ccc7806f51e
13012 Author: Behdad Esfahbod <behdad@behdad.org>
13013 Date:   Fri Apr 25 11:48:10 2014 -0700
13014
13015     Typo
13016
13017  src/hb-ot-shape-complex-indic.cc | 2 +-
13018  1 file changed, 1 insertion(+), 1 deletion(-)
13019
13020 commit 828e109c7aac3389cc3b89ea1f13388aefb63804
13021 Author: Behdad Esfahbod <behdad@behdad.org>
13022 Date:   Fri Apr 18 16:53:34 2014 -0700
13023
13024     [indic] Fix-up zero-context matching
13025
13026     commit b5a0f69e47ace468b06e21cf069a18ddcfcf6064
13027     Author: Behdad Esfahbod <behdad@behdad.org>
13028     Date:   Thu Oct 17 18:04:23 2013 +0200
13029
13030         [indic] Pass zero-context=false to would_substitute for newer
13031         scripts
13032
13033         For scripts without an old/new spec distinction, use
13034         zero-context=false.
13035         This changes behavior in Sinhala / Khmer, but doesn't seem
13036         to regress.
13037         This will be useful and used in Javanese.
13038
13039     The *intention* was to change zero-context from true to false for
13040     scripts that
13041     don't have old-vs-new specs.  However, checking the code, looks
13042     like we
13043     essentially change zero-context to always be true; ie. we only
13044     changed things
13045     for old-spec, and we broke them.  That's what causes this bug:
13046
13047       https://bugs.freedesktop.org/show_bug.cgi?id=76705
13048
13049     The root of the bug is here:
13050
13051       /* Use zero-context would_substitute() matching for new-spec of
13052       the main
13053        * Indic scripts, but not for old-spec or scripts with one spec
13054        only. */
13055       bool zero_context = indic_plan->config->has_old_spec ||
13056       !indic_plan->is_old_spec;
13057
13058     Note that is_old_spec itself is:
13059
13060       indic_plan->is_old_spec = indic_plan->config->has_old_spec &&
13061       ((plan->map.chosen_script[0] & 0x000000FF) != '2');
13062
13063     It's easy to show that zero_context is now always true.  What we
13064     really meant was:
13065
13066       bool zero_context = indic_plan->config->has_old_spec &&
13067       !indic_plan->is_old_spec;
13068
13069     Ie, "&&" instead of "||".  We made this change supposedly to make
13070     Javanese
13071     work.  But apparently we got it working regardless!  So I'm going
13072     to fix this
13073     to only change the logic for old-spec and not touch other cases.
13074
13075  src/hb-ot-shape-complex-indic.cc | 4 ++--
13076  1 file changed, 2 insertions(+), 2 deletions(-)
13077
13078 commit 66c6a48b6ce9dab6375ba1a23d7e450d6974852a
13079 Author: Behdad Esfahbod <behdad@behdad.org>
13080 Date:   Mon Apr 14 15:55:42 2014 -0700
13081
13082     Add HB_NO_MERGE_CLUSTERS
13083
13084     Disables any cluster-merging.  Added for testing purposes while
13085     we investigate what kind of API to add for this.
13086
13087  src/hb-buffer.cc | 8 ++++++++
13088  1 file changed, 8 insertions(+)
13089
13090 commit 897c7b804d6817470a364ba31b1719555b12f751
13091 Author: Behdad Esfahbod <behdad@behdad.org>
13092 Date:   Thu Apr 10 16:27:13 2014 -0700
13093
13094     Add Khmer test for U+17DD
13095
13096  .../shaper-indic/south-east-asian/script-khmer/misc/other-marks.txt
13097  | 1 +
13098  1 file changed, 1 insertion(+)
13099
13100 commit 50a00535ccac538bbf93358fd2d2442e4c12542f
13101 Author: Behdad Esfahbod <behdad@behdad.org>
13102 Date:   Thu Apr 10 16:03:29 2014 -0700
13103
13104     Require gobject-introspection 1.34.0
13105
13106     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75384
13107
13108  configure.ac | 2 +-
13109  1 file changed, 1 insertion(+), 1 deletion(-)
13110
13111 commit 5fd996c4a4049a75c6d9e964f1a81c00ff191893
13112 Author: Behdad Esfahbod <behdad@behdad.org>
13113 Date:   Wed Apr 9 16:38:26 2014 -0700
13114
13115     Further adjust check-defs and check-symbols for mipsel
13116
13117     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74491
13118
13119  src/check-defs.sh    | 2 +-
13120  src/check-symbols.sh | 2 +-
13121  2 files changed, 2 insertions(+), 2 deletions(-)
13122
13123 commit 75ec6d0bc5ca0170c73e4d1099a898d38d8f85c0
13124 Author: Behdad Esfahbod <behdad@behdad.org>
13125 Date:   Wed Apr 9 16:33:32 2014 -0700
13126
13127     Tighten up check-static-inits.sh check
13128
13129     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74490
13130
13131  src/check-static-inits.sh | 2 +-
13132  1 file changed, 1 insertion(+), 1 deletion(-)
13133
13134 commit 110ec0714a11b9417eed82f7d25b85c9dc7b6df4
13135 Author: Behdad Esfahbod <behdad@behdad.org>
13136 Date:   Tue Apr 8 17:32:08 2014 -0700
13137
13138     Typo
13139
13140  src/hb-blob.h | 2 +-
13141  1 file changed, 1 insertion(+), 1 deletion(-)
13142
13143 commit 0682ddd05c22a400ff5ce97d4ea4b52a18b845ae
13144 Author: Behdad Esfahbod <behdad@behdad.org>
13145 Date:   Tue Apr 8 16:03:35 2014 -0700
13146
13147     [indic] Support U+17DD KHMER SIGN ATTHACAN
13148
13149     As requested by Martin Hosken on the list.
13150
13151  src/hb-ot-shape-complex-indic.cc | 3 ++-
13152  1 file changed, 2 insertions(+), 1 deletion(-)
13153
13154 commit 05870ed62edd8728d6d732f60d6b7e149d45e6f4
13155 Author: Primiano Tucci <primiano@chromium.org>
13156 Date:   Wed Apr 2 11:35:27 2014 +0100
13157
13158     Use __aarch64__ for 64-bit ARM detection, not __arm64__
13159
13160     Many GCC versions don't define __arm64__
13161
13162  src/hb-atomic-private.hh | 2 +-
13163  1 file changed, 1 insertion(+), 1 deletion(-)
13164
13165 commit 04d894e89795041b2055dc172744a018644f2bca
13166 Author: Behdad Esfahbod <behdad@behdad.org>
13167 Date:   Tue Mar 25 12:11:32 2014 -0700
13168
13169     Minor
13170
13171  src/hb-ot-layout-gsubgpos-private.hh | 1 +
13172  1 file changed, 1 insertion(+)
13173
13174 commit 903648437c180c7b039801cdb0672e0f8e14afd4
13175 Author: Behdad Esfahbod <behdad@behdad.org>
13176 Date:   Mon Mar 24 14:26:36 2014 -0700
13177
13178     Start fleshing out builtin font functions
13179
13180  src/Makefile.am                     |   3 +-
13181  src/hb-glib.cc                      |   2 +-
13182  src/hb-icu.cc                       |   2 +-
13183  src/hb-ot-font.cc                   | 260
13184  ++++++++++++++++++++++++++++++++++++
13185  src/{hb-tt-font.cc => hb-ot-font.h} |  56 ++------
13186  src/hb-ot-hhea-table.hh             |   2 +-
13187  src/hb-ot-hmtx-table.hh             |   2 +-
13188  src/hb-ot.h                         |   1 +
13189  util/Makefile.am                    |   4 +-
13190  util/options.cc                     |   4 +
13191  10 files changed, 283 insertions(+), 53 deletions(-)
13192
13193 commit 343a0e4e747d93eeeb724c5d585f5ba036a0df84
13194 Author: Behdad Esfahbod <behdad@behdad.org>
13195 Date:   Fri Mar 21 14:37:27 2014 -0700
13196
13197     Add "make built-sources"
13198
13199  src/Makefile.am | 3 ++-
13200  1 file changed, 2 insertions(+), 1 deletion(-)
13201
13202 commit e9853f33d1f53d4d69ee0fa340ce9225a5ed17ca
13203 Author: Behdad Esfahbod <behdad@behdad.org>
13204 Date:   Fri Mar 21 12:53:08 2014 -0700
13205
13206     One more fix for build without gtk-doc
13207
13208     Fixes https://github.com/behdad/harfbuzz/pull/35
13209
13210  autogen.sh | 2 +-
13211  1 file changed, 1 insertion(+), 1 deletion(-)
13212
13213 commit b96af03c20e46105982b3608b608614403540661
13214 Author: Konstantin Ritt <ritt.ks@gmail.com>
13215 Date:   Thu Mar 20 16:01:30 2014 +0200
13216
13217     Fix build with --coretext on iOS
13218
13219     On iOS CoreText and CoreGraphics are stand-alone frameworks
13220
13221  configure.ac      | 23 +++++++++++++++++++----
13222  src/hb-coretext.h |  8 +++++++-
13223  2 files changed, 26 insertions(+), 5 deletions(-)
13224
13225 commit ea5e8a02eb83ad19f3009b0008893f77ce113118
13226 Author: Behdad Esfahbod <behdad@behdad.org>
13227 Date:   Wed Mar 19 15:38:02 2014 -0700
13228
13229     [util] Plug minor leak
13230
13231  util/hb-shape.cc     |  6 +++---
13232  util/helper-cairo.cc | 21 ++++++++++++---------
13233  util/helper-cairo.hh |  2 +-
13234  util/options.cc      |  6 +++++-
13235  util/options.hh      |  6 +++---
13236  5 files changed, 24 insertions(+), 17 deletions(-)
13237
13238 commit 09732cc6695b8e41ba6cdcd4058a4f7cad90167a
13239 Author: Behdad Esfahbod <behdad@behdad.org>
13240 Date:   Wed Mar 19 12:00:17 2014 -0700
13241
13242     Remove dead warning
13243
13244  src/hb-unicode.cc |  9 +++++++--
13245  src/hb-warning.cc | 11 -----------
13246  2 files changed, 7 insertions(+), 13 deletions(-)
13247
13248 commit b934b0f9d1b39fc7a06c812bea3d79ca5424e278
13249 Author: Behdad Esfahbod <behdad@behdad.org>
13250 Date:   Wed Mar 19 11:52:40 2014 -0700
13251
13252     Yet another try to make build without gtk-doc succeed
13253
13254  autogen.sh                 | 1 +
13255  docs/reference/Makefile.am | 2 +-
13256  2 files changed, 2 insertions(+), 1 deletion(-)
13257
13258 commit a7a5be090dd9cc39605853e8994eb417550939d4
13259 Author: Behdad Esfahbod <behdad@behdad.org>
13260 Date:   Wed Mar 19 11:39:23 2014 -0700
13261
13262     Another try to make gtk-doc optional
13263
13264  docs/reference/Makefile.am | 2 +-
13265  1 file changed, 1 insertion(+), 1 deletion(-)
13266
13267 commit ba8c9d92935ea351970a80d0d3441858ad4cf33f
13268 Author: Dominik Röttsches <dominik.rottsches@intel.com>
13269 Date:   Tue Mar 18 14:39:03 2014 +0200
13270
13271     0.9.27
13272
13273  NEWS         | 16 ++++++++++++++++
13274  configure.ac |  2 +-
13275  2 files changed, 17 insertions(+), 1 deletion(-)
13276
13277 commit a949cd329e49d2c0ad6f1e023f324790d886dafe
13278 Author: Behdad Esfahbod <behdad@behdad.org>
13279 Date:   Sun Mar 16 20:22:42 2014 -0700
13280
13281     Don't use "register" storage class specifier
13282
13283     Fixes warnings.
13284     https://bugzilla.mozilla.org/show_bug.cgi?id=984081
13285
13286  src/hb-private.hh | 6 +++---
13287  1 file changed, 3 insertions(+), 3 deletions(-)
13288
13289 commit 0082dbeae6c25a7859960b7e791a540ad04246d9
13290 Author: jfkthame <jfkthame@gmail.com>
13291 Date:   Sun Mar 16 08:25:17 2014 +0000
13292
13293     wrap definition of free_langs() with HAVE_ATEXIT
13294
13295     ...to avoid an unused function warning; see mozilla bug
13296     https://bugzilla.mozilla.org/show_bug.cgi?id=984081.
13297
13298  src/hb-common.cc | 2 ++
13299  1 file changed, 2 insertions(+)
13300
13301 commit a9e25e90a4ca05746fda4a598ad698db1d2c5c1a
13302 Author: Behdad Esfahbod <behdad@behdad.org>
13303 Date:   Fri Mar 14 19:55:46 2014 -0700
13304
13305     [coretext] Add hb_coretext_face_create()
13306
13307     Not tested.
13308
13309  src/hb-coretext.cc | 57
13310  +++++++++++++++++++++++++++++++++++++++++++++---------
13311  src/hb-coretext.h  |  4 ++++
13312  2 files changed, 52 insertions(+), 9 deletions(-)
13313
13314 commit c79865f90f62309dc64c8d3f2f503ec2aa4b7ec1
13315 Author: Behdad Esfahbod <behdad@behdad.org>
13316 Date:   Fri Mar 14 19:37:55 2014 -0400
13317
13318     [coretext] Add coretext_aat shaper
13319
13320     This is a higher-priority shaper than default shaper ("ot"), but
13321     only picks up fonts that have AAT "morx"/"mort" table.
13322
13323     Note that for this to work the font face's get_table() implementation
13324     should know how to return the full font blob.
13325
13326     Based on patch from Konstantin Ritt.
13327
13328  src/hb-coretext.cc    | 94
13329  +++++++++++++++++++++++++++++++++++++++++++++++++++
13330  src/hb-coretext.h     |  4 +++
13331  src/hb-shaper-list.hh |  4 +++
13332  3 files changed, 102 insertions(+)
13333
13334 commit af1aa362cacc652ab8ffda05a5d98a3ff5430439
13335 Author: Behdad Esfahbod <behdad@behdad.org>
13336 Date:   Fri Mar 14 15:52:47 2014 -0700
13337
13338     If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks
13339
13340     Useful for Android / Chrome / etc when ICU is built in the same
13341     library as harfbuzz itself.
13342
13343  src/hb-unicode.cc | 2 +-
13344  1 file changed, 1 insertion(+), 1 deletion(-)
13345
13346 commit 853daf857f231c9ce0277a78abff1241150ea903
13347 Author: Behdad Esfahbod <behdad@behdad.org>
13348 Date:   Fri Mar 14 15:49:18 2014 -0700
13349
13350     Remove old cruft
13351
13352  src/hb-shaper-list.hh | 6 ------
13353  1 file changed, 6 deletions(-)
13354
13355 commit 2a473338da1538efa4ff14ae9e4aba8dd50f9b0f
13356 Author: Behdad Esfahbod <behdad@behdad.org>
13357 Date:   Mon Mar 10 15:04:46 2014 -0700
13358
13359     Add Myanmar test case from OpenType Myanmar spec
13360
13361  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST  |
13362  1 +
13363  .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/otspec.txt |
13364  2 ++
13365  2 files changed, 3 insertions(+)
13366
13367 commit 158985908981189a2fd4d15275a641286fc770fe
13368 Author: Behdad Esfahbod <behdad@behdad.org>
13369 Date:   Mon Mar 10 14:57:55 2014 -0700
13370
13371     Minor
13372
13373  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST
13374  | 1 -
13375  test/shaping/texts/in-tree/shaper-sea/script-tai-tham/misc/MANIFEST
13376  | 1 +
13377  .../script-myanmar => shaper-sea/script-tai-tham}/misc/torture.txt
13378  | 0
13379  3 files changed, 1 insertion(+), 1 deletion(-)
13380
13381 commit bb8ffb581b89cf27fb8e0743b81bbda21654233e
13382 Author: Behdad Esfahbod <behdad@behdad.org>
13383 Date:   Tue Mar 4 13:03:51 2014 -0800
13384
13385     Use AM_MISSING_PROG for ragel and git
13386
13387  Makefile.am     | 4 ++--
13388  configure.ac    | 2 ++
13389  src/Makefile.am | 2 +-
13390  3 files changed, 5 insertions(+), 3 deletions(-)
13391
13392 commit a82165248cddb720576464b8e59a986491d3f2e9
13393 Author: Behdad Esfahbod <behdad@behdad.org>
13394 Date:   Tue Feb 18 15:53:56 2014 -0500
13395
13396     Only do fallback Hebrew composition if no GPOS 'mark' available
13397
13398     Apparently some modern fonts have proper GPOS mark positioning
13399     tables, but undesirable precomposed forms!  See thread
13400     "Hebrew composition to presentation forms" and:
13401
13402       http://tex.stackexchange.com/questions/156775/having-trouble-with-vowel-positioning-in-ezra-sil-xelatex
13403
13404     Test case: U+fb1d,05d9,05b4
13405
13406  src/hb-ot-shape-complex-hebrew.cc | 2 +-
13407  src/hb-ot-shape-private.hh        | 2 ++
13408  2 files changed, 3 insertions(+), 1 deletion(-)
13409
13410 commit b456d42bf68c4374f71f09867e375a51c7f2b3ed
13411 Author: Behdad Esfahbod <behdad@behdad.org>
13412 Date:   Tue Feb 11 17:29:40 2014 -0500
13413
13414     Allow bootstrapping without gtk-doc
13415
13416     Seems like configure.ac is already able to handle it.
13417
13418  autogen.sh | 10 +++++-----
13419  1 file changed, 5 insertions(+), 5 deletions(-)
13420
13421 commit 1eacde00cc8c57a08fb74276e3530844ef463d67
13422 Author: Luis de Bethencourt <luis@debethencourt.com>
13423 Date:   Thu Feb 6 23:20:47 2014 -0500
13424
13425     check hb_set_is_emtpy in test-set.c
13426
13427  test/api/test-set.c | 9 +++++++++
13428  1 file changed, 9 insertions(+)
13429
13430 commit db068d81cda180a91638e5539984f8139aff49c6
13431 Author: Werner Lemberg <wl@gnu.org>
13432 Date:   Mon Feb 10 10:38:56 2014 -0500
13433
13434     typo in ucdn's Makefile.am
13435
13436  src/hb-ucdn/Makefile.am | 2 +-
13437  1 file changed, 1 insertion(+), 1 deletion(-)
13438
13439 commit fbb2847f541389f40718af71c4945024ae177ab2
13440 Author: Behdad Esfahbod <behdad@behdad.org>
13441 Date:   Wed Feb 5 08:22:06 2014 -0500
13442
13443     Improve MemoryBarrier() implementation
13444
13445     See thread "[HarfBuzz] compilation error of 0.9.26 with MinGW"
13446     started by Werner.
13447
13448  src/hb-atomic-private.hh | 12 ++++++++----
13449  1 file changed, 8 insertions(+), 4 deletions(-)
13450
13451 commit 189bf23bfc90405d8bdc70bf3d6d3ffec38b470c
13452 Author: Behdad Esfahbod <behdad@behdad.org>
13453 Date:   Thu Jan 30 15:14:58 2014 -0500
13454
13455     0.9.26
13456
13457  NEWS         | 20 ++++++++++++++++++++
13458  configure.ac |  2 +-
13459  2 files changed, 21 insertions(+), 1 deletion(-)
13460
13461 commit 7691a154e50f8c8c77bbd94787686262955bf5d4
13462 Author: Jonathan Kew <jfkthame@gmail.com>
13463 Date:   Wed Jan 29 14:07:58 2014 +0000
13464
13465     Ensure hb_script_t can safely hold any hb_tag_t value it's given.
13466
13467     Fixes https://github.com/behdad/harfbuzz/pull/21
13468
13469  src/hb-common.h | 8 +++++++-
13470  1 file changed, 7 insertions(+), 1 deletion(-)
13471
13472 commit c29993a181c2139eaec97b5f6225824040ca3ac9
13473 Author: Behdad Esfahbod <behdad@behdad.org>
13474 Date:   Tue Jan 28 17:29:42 2014 -0500
13475
13476     [coretext] Handle surrogate pairs when generating notdef glyphs
13477
13478     Fixes github.com/behdad/harfbuzz/pull/19
13479
13480  src/hb-coretext.cc | 18 ++++++++++++++----
13481  1 file changed, 14 insertions(+), 4 deletions(-)
13482
13483 commit 748b2782e4898420003a3bbc041dcccbe9e3edc2
13484 Author: Behdad Esfahbod <behdad@behdad.org>
13485 Date:   Tue Jan 28 17:10:05 2014 -0500
13486
13487     [coretext] Minor optimization
13488
13489  src/hb-coretext.cc | 6 +++---
13490  1 file changed, 3 insertions(+), 3 deletions(-)
13491
13492 commit 24e6b11f12788500182715a64d4771a22c5b7525
13493 Author: Konstantin Ritt <ritt.ks@gmail.com>
13494 Date:   Tue Jan 28 18:16:01 2014 +0200
13495
13496     Fix double destruction in case of OOM
13497
13498  src/hb-graphite2.cc | 2 +-
13499  1 file changed, 1 insertion(+), 1 deletion(-)
13500
13501 commit 083225916a19f6d67017523af87386933bd9ecdc
13502 Author: Konstantin Ritt <ritt.ks@gmail.com>
13503 Date:   Wed Jan 22 20:31:30 2014 +0200
13504
13505     Micro optimizations
13506
13507  src/hb-ot-layout-gpos-table.hh | 28 +++++++++++++++++-----------
13508  1 file changed, 17 insertions(+), 11 deletions(-)
13509
13510 commit c9522de2335e4ef5fe65a72745c10943827a8da2
13511 Author: Konstantin Ritt <ritt.ks@gmail.com>
13512 Date:   Wed Jan 22 21:07:13 2014 +0200
13513
13514     Make it possible to disable the fallback shaper at configure time
13515
13516     The OT shaper supersedes the fallback shaper in every case
13517     and the latter become an extra weight for 99.9% of users.
13518
13519  configure.ac          | 6 ++++++
13520  src/Makefile.am       | 5 ++++-
13521  src/hb-shaper-list.hh | 2 ++
13522  3 files changed, 12 insertions(+), 1 deletion(-)
13523
13524 commit 6775da3a7c07db6c032cf429dc199d471948db56
13525 Author: Behdad Esfahbod <behdad@behdad.org>
13526 Date:   Thu Jan 23 14:18:49 2014 -0500
13527
13528     Fix clang warning 'private field 'xxx' is not used
13529
13530     Fixes https://github.com/behdad/harfbuzz/pull/16
13531
13532  src/hb-open-type-private.hh | 2 +-
13533  1 file changed, 1 insertion(+), 1 deletion(-)
13534
13535 commit 62299826f4905e080b9497bce335e093b287494e
13536 Author: Behdad Esfahbod <behdad@behdad.org>
13537 Date:   Thu Jan 23 14:11:03 2014 -0500
13538
13539     Fix typo in _hb_buffer_serialize_glyphs_text()
13540
13541     Fixes https://github.com/behdad/harfbuzz/pull/17
13542
13543  src/hb-buffer-serialize.cc | 2 +-
13544  1 file changed, 1 insertion(+), 1 deletion(-)
13545
13546 commit ae23c24c32f474a34484ee78bc177ad31fa5e6d0
13547 Author: Behdad Esfahbod <behdad@behdad.org>
13548 Date:   Wed Jan 22 11:03:02 2014 -0500
13549
13550     [arabic] Disable 'cswh' by default
13551
13552     I believe Windows 8 disables it, and spec update dated
13553     Jan 2014 also clearly says it's disabled by default:
13554
13555       http://www.microsoft.com/typography/OpenTypeDev/arabic/intro.htm#features
13556
13557  src/hb-ot-shape-complex-arabic.cc | 1 -
13558  1 file changed, 1 deletion(-)
13559
13560 commit 08cf5d75ef0c75095173dec822ccb07defaaa6c2
13561 Author: Behdad Esfahbod <behdad@behdad.org>
13562 Date:   Wed Jan 22 07:53:55 2014 -0500
13563
13564     [ot] Don't try to compose if normalization is off
13565
13566  src/hb-ot-shape-normalize.cc | 3 ++-
13567  1 file changed, 2 insertions(+), 1 deletion(-)
13568
13569 commit 0596343bfeb80ad6b19d459654edf7dfded6affe
13570 Merge: 62cb28d 83d7e79
13571 Author: Behdad Esfahbod <behdad@behdad.org>
13572 Date:   Wed Jan 22 04:43:51 2014 -0800
13573
13574     Merge pull request #13 from jfkthame/hangul-shaper
13575
13576     Tone-mark reordering and improved Old Hangul support
13577
13578 commit 62cb28dfc668cae9cbff826229bde2271e157927
13579 Author: Jonathan Kew <jfkthame@gmail.com>
13580 Date:   Mon Jan 20 14:23:08 2014 +0000
13581
13582     fixup for 64-bit windows build
13583
13584  src/hb-uniscribe.cc | 2 +-
13585  1 file changed, 1 insertion(+), 1 deletion(-)
13586
13587 commit 83d7e7915a5eaa8ff4c7014c319844e7dffd8225
13588 Author: Jonathan Kew <jfkthame@gmail.com>
13589 Date:   Mon Jan 20 19:49:47 2014 +0000
13590
13591     [hangul] Fix ordering of dotted circle with Hangul tone mark (reported
13592     by Dohyun Kim).
13593
13594  src/hb-ot-shape-complex-hangul.cc | 2 +-
13595  1 file changed, 1 insertion(+), 1 deletion(-)
13596
13597 commit deef1862657d55b7ae8d45f4eecbe45c80785c4e
13598 Author: Jonathan Kew <jfkthame@gmail.com>
13599 Date:   Mon Jan 20 10:38:27 2014 +0000
13600
13601     [hangul] Don't force zero-width for marks - this is not wanted for
13602     the Jamo Filler glyphs.
13603
13604  src/hb-ot-shape-complex-hangul.cc | 2 +-
13605  1 file changed, 1 insertion(+), 1 deletion(-)
13606
13607 commit 391934db0a171aeb2057ebcd4a38ed81621e7393
13608 Author: Jonathan Kew <jfkthame@gmail.com>
13609 Date:   Mon Jan 20 10:37:32 2014 +0000
13610
13611     [unicode] Exclude the Jamo Filler characters from Default_Ignorable,
13612     as some fonts want these to be visible/spacing glyphs.
13613
13614  src/hb-unicode-private.hh | 15 +++++++--------
13615  1 file changed, 7 insertions(+), 8 deletions(-)
13616
13617 commit 7244b3fc3bf9757dd094709d36bea68682264e20
13618 Author: Jonathan Kew <jfkthame@gmail.com>
13619 Date:   Mon Jan 20 10:35:51 2014 +0000
13620
13621     [hangul] Reorder Hangul tone mark to beginning of syllable, unless
13622     font implements it using a zero-width glyph.
13623
13624  src/hb-ot-shape-complex-hangul.cc | 59
13625  ++++++++++++++++++++++++++++++++++++++-
13626  1 file changed, 58 insertions(+), 1 deletion(-)
13627
13628 commit 103436838df3a77552d3d33fc4bd80f09d9bf079
13629 Author: Jonathan Kew <jfkthame@gmail.com>
13630 Date:   Mon Jan 20 10:35:07 2014 +0000
13631
13632     [hangul] Apply the appropriate *jmo features to decomposed
13633     syllables, including Old Hangul sequences that don't have Unicode
13634     compositions. Merge clusters in decomposed syllables.
13635
13636  src/hb-ot-shape-complex-hangul.cc | 197
13637  +++++++++++++++++++++++++++++++-------
13638  1 file changed, 165 insertions(+), 32 deletions(-)
13639
13640 commit 8fc1f7fe74a25bf8549f5edd79c7da6b720eb064
13641 Author: Behdad Esfahbod <behdad@behdad.org>
13642 Date:   Thu Jan 2 17:04:04 2014 +0800
13643
13644     [ot/hangul] Don't decompose Hangul even when combining marks present
13645
13646     As discussed on
13647     https://github.com/behdad/harfbuzz/pull/10#issuecomment-31442030
13648
13649  src/hb-ot-shape-complex-hangul.cc    |  2 +-
13650  src/hb-ot-shape-normalize-private.hh |  1 +
13651  src/hb-ot-shape-normalize.cc         | 24 +++++++++++++-----------
13652  3 files changed, 15 insertions(+), 12 deletions(-)
13653
13654 commit 64426ec73a987bfe1e71a293ee195f268897e8d6
13655 Author: Behdad Esfahbod <behdad@behdad.org>
13656 Date:   Thu Jan 2 14:33:10 2014 +0800
13657
13658     [ot] Simplify composing
13659
13660     Not tested.  Ouch.
13661
13662  src/hb-ot-shape-normalize.cc | 5 +++--
13663  1 file changed, 3 insertions(+), 2 deletions(-)
13664
13665 commit 8de20b1e8a1c4d2081f64e695045e6e4da7ce144
13666 Author: Behdad Esfahbod <behdad@behdad.org>
13667 Date:   Thu Jan 2 14:30:45 2014 +0800
13668
13669     Add font->has_glyph()
13670
13671  src/hb-font-private.hh            |  6 ++++++
13672  src/hb-ot-shape-complex-hangul.cc | 14 ++++++--------
13673  src/hb-ot-shape.cc                |  3 +--
13674  3 files changed, 13 insertions(+), 10 deletions(-)
13675
13676 commit f6298e55ae0f0f23f66935226f78afb98320ea78
13677 Author: Behdad Esfahbod <behdad@behdad.org>
13678 Date:   Thu Jan 2 14:23:56 2014 +0800
13679
13680     [fallback] Minor
13681
13682  src/hb-fallback-shape.cc | 5 +++--
13683  1 file changed, 3 insertions(+), 2 deletions(-)
13684
13685 commit 29ea403d67e29c2d531c1f613ce3d69e60f078f6
13686 Author: Behdad Esfahbod <behdad@behdad.org>
13687 Date:   Thu Jan 2 14:20:00 2014 +0800
13688
13689     [hangul] Fix decomposition logic
13690
13691     Seems to be working now.
13692
13693  src/hb-ot-shape-complex-hangul.cc | 19 ++++++++-----------
13694  1 file changed, 8 insertions(+), 11 deletions(-)
13695
13696 commit bdb20dafc3f737923da3dca0c832fdf4ab8daabc
13697 Author: Behdad Esfahbod <behdad@behdad.org>
13698 Date:   Thu Jan 2 14:04:30 2014 +0800
13699
13700     [hangul] Fix decomposition
13701
13702     Part of https://github.com/behdad/harfbuzz/pull/10
13703
13704  src/hb-ot-shape-complex-hangul.cc | 4 ++--
13705  1 file changed, 2 insertions(+), 2 deletions(-)
13706
13707 commit 32478656ce6e7926c3ad481511f02187ca743af6
13708 Author: Behdad Esfahbod <behdad@behdad.org>
13709 Date:   Thu Jan 2 14:01:56 2014 +0800
13710
13711     [hangul] Tighten up character categories
13712
13713     I had tried to expand to fill the blocks, but that sounds wrong in
13714     retrospect.
13715
13716  src/hb-ot-shape-complex-hangul.cc | 4 ++--
13717  1 file changed, 2 insertions(+), 2 deletions(-)
13718
13719 commit f14bb7de631b20e2868fb62e5311cd0d9e24bb49
13720 Author: Behdad Esfahbod <behdad@behdad.org>
13721 Date:   Tue Dec 31 16:49:15 2013 +0800
13722
13723     [ot] Separate out hebrew and tibetan shapers from default
13724
13725     Now default shaper is truly no-op.
13726
13727  src/Makefile.am                    |   2 +
13728  src/hb-ot-shape-complex-default.cc | 161
13729  +---------------------------------
13730  src/hb-ot-shape-complex-hebrew.cc  | 172
13731  +++++++++++++++++++++++++++++++++++++
13732  src/hb-ot-shape-complex-private.hh |  17 +++-
13733  src/hb-ot-shape-complex-tibetan.cc |  61 +++++++++++++
13734  5 files changed, 251 insertions(+), 162 deletions(-)
13735
13736 commit 6300cd72539284ca294ee8286bbbb7f9c72af320
13737 Author: Behdad Esfahbod <behdad@behdad.org>
13738 Date:   Tue Dec 31 16:38:47 2013 +0800
13739
13740     [ot] Define HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT
13741
13742  src/hb-ot-shape-complex-default.cc | 2 +-
13743  src/hb-ot-shape-complex-hangul.cc  | 2 +-
13744  src/hb-ot-shape-complex-private.hh | 4 +++-
13745  src/hb-ot-shape-complex-thai.cc    | 2 +-
13746  4 files changed, 6 insertions(+), 4 deletions(-)
13747
13748 commit 3d6ca0d32e5c6597acfcf59301cb1905586ddb52
13749 Author: Behdad Esfahbod <behdad@behdad.org>
13750 Date:   Tue Dec 31 16:04:35 2013 +0800
13751
13752     [ot] Simplify normalization_preference again
13753
13754     No shaper has more than one behavior re this, so no need for
13755     a callback.
13756
13757  src/hb-ot-shape-complex-arabic.cc  | 2 +-
13758  src/hb-ot-shape-complex-default.cc | 8 +-------
13759  src/hb-ot-shape-complex-hangul.cc  | 2 +-
13760  src/hb-ot-shape-complex-indic.cc   | 8 +-------
13761  src/hb-ot-shape-complex-myanmar.cc | 9 +--------
13762  src/hb-ot-shape-complex-private.hh | 7 +------
13763  src/hb-ot-shape-complex-sea.cc     | 9 +--------
13764  src/hb-ot-shape-complex-thai.cc    | 2 +-
13765  src/hb-ot-shape-normalize.cc       | 4 +---
13766  9 files changed, 9 insertions(+), 42 deletions(-)
13767
13768 commit c98b7183f7dc453d5bac1f2503017cded317a495
13769 Author: Behdad Esfahbod <behdad@behdad.org>
13770 Date:   Tue Dec 31 15:55:40 2013 +0800
13771
13772     [ot] Add Hangul shaper
13773
13774     Not exhaustively tested, but I think I got the intended logic
13775     right.
13776
13777     The logic can perhaps be simplified.  Maybe we should disabled
13778     normalization with this shaper.  Then again, for now focusing on
13779     correctness.
13780
13781  src/Makefile.am                    |   1 +
13782  src/hb-ot-shape-complex-default.cc |  13 ---
13783  src/hb-ot-shape-complex-hangul.cc  | 232
13784  +++++++++++++++++++++++++++++++++++++
13785  src/hb-ot-shape-complex-private.hh |  10 +-
13786  src/hb-private.hh                  |   6 +
13787  5 files changed, 240 insertions(+), 22 deletions(-)
13788
13789 commit 15f67048e45853ad4069fd4334e132bc3db4d2c4
13790 Author: Behdad Esfahbod <behdad@behdad.org>
13791 Date:   Fri Dec 27 19:33:28 2013 -0500
13792
13793     Reorder Tai Tham SAKOT to ensure it comes after any tone marks
13794
13795  src/hb-unicode-private.hh | 6 +++++-
13796  1 file changed, 5 insertions(+), 1 deletion(-)
13797
13798 commit 3216e44feb7b97f44620b51e197425a80a41cdb7
13799 Author: Behdad Esfahbod <behdad@behdad.org>
13800 Date:   Mon Dec 23 14:39:23 2013 -0500
13801
13802     [uniscribe] Fix scratch-buffer accounting
13803
13804  src/hb-uniscribe.cc | 15 ++++++++-------
13805  1 file changed, 8 insertions(+), 7 deletions(-)
13806
13807 commit beeb12c9af4e0e66378cd36cf3dbb1560763a8e3
13808 Author: Behdad Esfahbod <behdad@behdad.org>
13809 Date:   Sun Dec 22 22:53:27 2013 -0500
13810
13811     Add TODO item
13812
13813  src/hb-ot-shape.h | 1 +
13814  1 file changed, 1 insertion(+)
13815
13816 commit fbd4acc58a4bb501625b482bd318be9764ff8e02
13817 Author: Luis de Bethencourt <luis@debethencourt.com>
13818 Date:   Sun Dec 22 08:02:11 2013 -0500
13819
13820     Clean ht-ob headers
13821
13822  src/Makefile.am    |  1 +
13823  src/hb-ot-layout.h |  5 -----
13824  src/hb-ot-shape.h  | 53
13825  +++++++++++++++++++++++++++++++++++++++++++++++++++++
13826  src/hb-ot.h        |  9 +--------
13827  4 files changed, 55 insertions(+), 13 deletions(-)
13828
13829 commit 5497a8a274a7066c0230c850baadef681785c8bb
13830 Author: Behdad Esfahbod <behdad@behdad.org>
13831 Date:   Sun Dec 22 20:48:53 2013 -0500
13832
13833     Cache various masks on the shape plan
13834
13835  src/hb-ot-shape-fallback.cc |  6 ++----
13836  src/hb-ot-shape-private.hh  | 15 +++++++++++++++
13837  src/hb-ot-shape.cc          | 26 +++++++-------------------
13838  3 files changed, 24 insertions(+), 23 deletions(-)
13839
13840 commit 02f909664fa24a7ccf7cf73d75d1d3426aaaae7d
13841 Author: Behdad Esfahbod <behdad@behdad.org>
13842 Date:   Sun Dec 22 19:35:27 2013 -0500
13843
13844     Minor correction to kern mask checking
13845
13846  src/hb-ot-shape-fallback.cc | 4 ++--
13847  1 file changed, 2 insertions(+), 2 deletions(-)
13848
13849 commit a7e8bbb080aef318b16750ca1771d0d3af3d0ae9
13850 Author: Behdad Esfahbod <behdad@behdad.org>
13851 Date:   Sun Dec 22 19:33:35 2013 -0500
13852
13853     Minor fraction mask setting improvement
13854
13855  src/hb-ot-map-private.hh | 2 --
13856  src/hb-ot-shape.cc       | 8 +++++---
13857  2 files changed, 5 insertions(+), 5 deletions(-)
13858
13859 commit 76fff252a96b4357b5e71694d5201daef822aa60
13860 Author: Behdad Esfahbod <behdad@behdad.org>
13861 Date:   Sun Dec 22 17:55:59 2013 -0500
13862
13863     Don't form fractions if only one of numr/dnom exist
13864
13865  src/hb-ot-shape.cc | 3 ++-
13866  1 file changed, 2 insertions(+), 1 deletion(-)
13867
13868 commit 3aeee519f0b82df5263974945ae852badc4dbded
13869 Author: Behdad Esfahbod <behdad@behdad.org>
13870 Date:   Sun Dec 22 16:17:54 2013 -0500
13871
13872     Bug 72698 - Automatically support frac / numr / dnom
13873
13874     When seeing U+2044 FRACTION SLASH in the text, find decimal
13875     digits (Unicode General Category Decimal_Number) around it,
13876     and mark the pre-slash digits with 'numr' feature, the post-slash
13877     digits with 'dnom' feature, and the whole sequence with 'frac'
13878     feature.
13879
13880     This beautifully renders fractions with major Windows fonts,
13881     and any other font that implements those features (numr/dnom is
13882     enough for most fonts.)
13883
13884     Not the fastest way to do this, but good enough for a start.
13885
13886  src/hb-ot-shape.cc | 51
13887  +++++++++++++++++++++++++++++++++++++++++++++++++++
13888  1 file changed, 51 insertions(+)
13889
13890 commit 014f369ec98fdbb3e7a2ef68aea2c4e017e7b680
13891 Author: Behdad Esfahbod <behdad@behdad.org>
13892 Date:   Sun Dec 22 16:15:30 2013 -0500
13893
13894     Add XXX note
13895
13896  src/hb-ot-map-private.hh | 2 ++
13897  1 file changed, 2 insertions(+)
13898
13899 commit 739325178aba00ea5526c6a54ce588a79e5d45e2
13900 Author: Behdad Esfahbod <behdad@behdad.org>
13901 Date:   Sat Dec 21 00:18:18 2013 -0500
13902
13903     Initialize masks before mirroring
13904
13905     We were throwing away the rtlm feature mask set during
13906     mirroring...
13907
13908  src/hb-ot-shape.cc | 11 ++++++++++-
13909  1 file changed, 10 insertions(+), 1 deletion(-)
13910
13911 commit d507f6b5b7a052f4d0eb9ba4ec88fd2e3d6f64b4
13912 Author: Luis de Bethencourt <luis@debethencourt.com>
13913 Date:   Mon Dec 16 15:48:44 2013 -0500
13914
13915     Have Gtk-Doc ignore UCDN files
13916
13917  docs/reference/Makefile.am | 18 +++++++++---------
13918  1 file changed, 9 insertions(+), 9 deletions(-)
13919
13920 commit d688475ea9cd236bc9b9e0153489fac0025f07f0
13921 Author: Behdad Esfahbod <behdad@behdad.org>
13922 Date:   Thu Dec 12 13:21:57 2013 -0500
13923
13924     Minor
13925
13926  util/options.cc | 4 ++--
13927  1 file changed, 2 insertions(+), 2 deletions(-)
13928
13929 commit 2a8c49ade07a0bd4f2c9543f4bd129da82083ea0
13930 Author: Behdad Esfahbod <behdad@behdad.org>
13931 Date:   Wed Dec 11 20:22:28 2013 -0500
13932
13933     Remove unnecessary includes
13934
13935  src/hb-blob.cc                       | 1 -
13936  src/hb-buffer-private.hh             | 1 -
13937  src/hb-common.cc                     | 2 --
13938  src/hb-face-private.hh               | 1 -
13939  src/hb-face.cc                       | 1 -
13940  src/hb-font-private.hh               | 1 -
13941  src/hb-font.cc                       | 1 -
13942  src/hb-graphite2.cc                  | 2 --
13943  src/hb-open-type-private.hh          | 2 --
13944  src/hb-ot-layout-private.hh          | 2 --
13945  src/hb-ot-shape-normalize-private.hh | 2 --
13946  src/hb-ot-tag.cc                     | 1 -
13947  src/hb-set-private.hh                | 1 -
13948  src/hb-shape-plan-private.hh         | 1 -
13949  src/hb-tt-font.cc                    | 2 --
13950  src/hb-unicode-private.hh            | 2 --
13951  16 files changed, 23 deletions(-)
13952
13953 commit 2646aec1e67cd6e09f5f7859c9d5898917acc2d5
13954 Author: Behdad Esfahbod <behdad@behdad.org>
13955 Date:   Thu Dec 5 18:19:35 2013 -0500
13956
13957     Drop required automake version back to 1.11.3
13958
13959     Work around broken automake-1.13 changes.
13960
13961  configure.ac             | 3 ++-
13962  test/shaping/Makefile.am | 7 +++++++
13963  2 files changed, 9 insertions(+), 1 deletion(-)
13964
13965 commit 860fc9aa7b4c49a1d50e64cfdf4d4dffadb7aa8f
13966 Author: Behdad Esfahbod <behdad@behdad.org>
13967 Date:   Wed Dec 4 20:06:59 2013 -0500
13968
13969     0.9.25
13970
13971  NEWS         | 12 ++++++++++++
13972  configure.ac |  2 +-
13973  2 files changed, 13 insertions(+), 1 deletion(-)
13974
13975 commit adb039554de0c98a4121f26423bec8df09a62e61
13976 Author: Behdad Esfahbod <behdad@behdad.org>
13977 Date:   Wed Dec 4 20:10:02 2013 -0500
13978
13979     Minor
13980
13981  util/view-cairo.hh | 3 ++-
13982  1 file changed, 2 insertions(+), 1 deletion(-)
13983
13984 commit 95d18a7cab480712d8c95a587ac2a8fdcbec5e71
13985 Author: Behdad Esfahbod <behdad@behdad.org>
13986 Date:   Wed Dec 4 20:01:22 2013 -0500
13987
13988     [git.mk] Update
13989
13990  git.mk | 2 +-
13991  1 file changed, 1 insertion(+), 1 deletion(-)
13992
13993 commit d913f98d88098fc0f4163dfbc54d8ca9ebe9dd81
13994 Author: Behdad Esfahbod <behdad@behdad.org>
13995 Date:   Wed Dec 4 19:59:48 2013 -0500
13996
13997     Require automake 1.13
13998
13999     Fix tests build.
14000
14001     https://bugs.freedesktop.org/show_bug.cgi?id=71353
14002
14003  configure.ac             |  2 +-
14004  test/shaping/Makefile.am | 19 ++++++++++++++-----
14005  2 files changed, 15 insertions(+), 6 deletions(-)
14006
14007 commit 205bf834d80f81471f0c3da4f400e60ce3a533dc
14008 Author: Behdad Esfahbod <behdad@behdad.org>
14009 Date:   Mon Dec 2 20:41:41 2013 -0500
14010
14011     Revert "Karen" language mapping back to what it was before
14012
14013     https://bugzilla.mozilla.org/show_bug.cgi?id=941470
14014
14015  src/hb-ot-tag.cc | 4 ++--
14016  1 file changed, 2 insertions(+), 2 deletions(-)
14017
14018 commit f47b9219546edcfdeb3991ee27f6d9ba455c3e08
14019 Author: Behdad Esfahbod <behdad@behdad.org>
14020 Date:   Mon Dec 2 05:57:27 2013 -0500
14021
14022     Fix unsafe shape_plan->face dependency
14023
14024  src/hb-ot-shape-private.hh   |  2 +-
14025  src/hb-shape-plan-private.hh |  2 +-
14026  src/hb-shape-plan.cc         | 12 +++---------
14027  3 files changed, 5 insertions(+), 11 deletions(-)
14028
14029 commit c704a8700e169885f1d9cbab93544d85aa4358e9
14030 Author: Behdad Esfahbod <behdad@behdad.org>
14031 Date:   Mon Dec 2 05:42:04 2013 -0500
14032
14033     [util] Fix uninitialized memory access
14034
14035  util/view-cairo.hh | 2 +-
14036  1 file changed, 1 insertion(+), 1 deletion(-)
14037
14038 commit 260a3198f44a4ece60864b6f6caab2ee756ad762
14039 Author: Behdad Esfahbod <behdad@behdad.org>
14040 Date:   Mon Dec 2 05:39:39 2013 -0500
14041
14042     [util] Plug leak
14043
14044  util/options.cc | 5 ++++-
14045  1 file changed, 4 insertions(+), 1 deletion(-)
14046
14047 commit ca8d96c8ba33ce581684cbc07936a3696b6c83d9
14048 Author: Jonathan Kew <jfkthame@gmail.com>
14049 Date:   Mon Dec 2 05:22:00 2013 -0500
14050
14051     cache shape plans even if (global) user features are set
14052
14053  src/hb-shape-plan-private.hh |  3 +++
14054  src/hb-shape-plan.cc         | 59
14055  ++++++++++++++++++++++++++++++++++++++++----
14056  2 files changed, 57 insertions(+), 5 deletions(-)
14057
14058 commit 8ffa528f28a24ae85952ad1c1b0206e736bcfeab
14059 Author: Behdad Esfahbod <behdad@behdad.org>
14060 Date:   Mon Dec 2 05:17:14 2013 -0500
14061
14062     Add note about unsafe shape_plan->face
14063
14064     Will fix by removing shape_plan->face completely.
14065
14066  src/hb-shape-plan.cc | 2 ++
14067  1 file changed, 2 insertions(+)
14068
14069 commit aec468f01e866c99e65a8f764a792c74c96840d7
14070 Author: Behdad Esfahbod <behdad@behdad.org>
14071 Date:   Fri Nov 29 19:21:58 2013 -0500
14072
14073     [coretext] Add TODO
14074
14075  src/hb-coretext.cc | 2 ++
14076  1 file changed, 2 insertions(+)
14077
14078 commit 58cc233e8b5fdc9dce603acc1b968540a2dea3e1
14079 Author: Behdad Esfahbod <behdad@behdad.org>
14080 Date:   Fri Nov 29 19:17:42 2013 -0500
14081
14082     [coretext] Cleanup
14083
14084  src/hb-coretext.cc | 27 ++++++++++++++++-----------
14085  1 file changed, 16 insertions(+), 11 deletions(-)
14086
14087 commit c8213c6198abff97822e29a6d565722cfbb43832
14088 Author: Khaled Hosny <khaledhosny.eglug.org>
14089 Date:   Fri Nov 29 19:01:56 2013 -0500
14090
14091     [coretext] Avoid font fallback with CoreText shaper
14092
14093     CoreText does automatic font fallback (AKA "cascading") for
14094     characters
14095     not supported by the requested font, and provides no way to turn
14096     it off,
14097     so detect if the returned run uses a font other than the requested one
14098     and fill in the buffer with .notdef glyphs instead of random indices
14099     glyph from a different font.
14100
14101  src/hb-coretext.cc | 35 +++++++++++++++++++++++++++++++++++
14102  1 file changed, 35 insertions(+)
14103
14104 commit 63bae73aefb0e5988ef6975f1ed38e040e50e91d
14105 Author: Behdad Esfahbod <behdad@behdad.org>
14106 Date:   Tue Nov 26 22:57:24 2013 -0500
14107
14108     [fallback] Add TODO note
14109
14110  src/hb-fallback-shape.cc | 10 ++++++++++
14111  1 file changed, 10 insertions(+)
14112
14113 commit e1ebf01d0cf3df55bb9137136e2d0c9630e7bd78
14114 Author: Behdad Esfahbod <behdad@behdad.org>
14115 Date:   Tue Nov 26 18:00:35 2013 -0500
14116
14117     Minor
14118
14119  src/hb-ot-layout-common-private.hh | 2 +-
14120  1 file changed, 1 insertion(+), 1 deletion(-)
14121
14122 commit a182dbc9e4e51fa7990c4aea3eaa425a061b29c7
14123 Author: Behdad Esfahbod <behdad@behdad.org>
14124 Date:   Tue Nov 26 17:53:41 2013 -0500
14125
14126     Minor
14127
14128  src/hb-ot-layout-common-private.hh | 1 +
14129  1 file changed, 1 insertion(+)
14130
14131 commit 9174a9db5c4e01284143ed8bd318ce9454535987
14132 Author: Behdad Esfahbod <behdad@behdad.org>
14133 Date:   Mon Nov 25 18:10:38 2013 -0500
14134
14135     [myanmar] Allow punctuation clusters
14136
14137     The spec and Uniscribe don't allow these, but UTN#11
14138     specifically says the sequence U+104B,U+1038 is valid.
14139     As such, allow all "P V" sequences.  There's about
14140     eight sequences that match that structure, but Roozbeh
14141     thinks it's fine to allow all of them.
14142
14143     Test case: U+104B, U+1038
14144
14145     https://bugs.freedesktop.org/show_bug.cgi?id=71947
14146
14147  src/hb-ot-shape-complex-myanmar-machine.rl |  3 +++
14148  src/hb-ot-shape-complex-myanmar.cc         | 19 ++++++++++++++++++-
14149  2 files changed, 21 insertions(+), 1 deletion(-)
14150
14151 commit 096b71e8ef0c1443f3f86069d5416b887af6e9e7
14152 Author: Behdad Esfahbod <behdad@behdad.org>
14153 Date:   Mon Nov 25 18:03:34 2013 -0500
14154
14155     [myanmar] Mark U+104E MYANMAR SYMBOL AFOREMENTIONED as Consonant
14156
14157     The spec and Uniscribe treat it as consonant in the grammar, but
14158     it's not in IndicSyllableCategory.txt, so fix up.
14159
14160     Test sequence: U+1004,U+103A,U+1039,U+104E
14161
14162     https://bugs.freedesktop.org/show_bug.cgi?id=71948
14163
14164  src/hb-ot-shape-complex-myanmar.cc | 4 ++++
14165  1 file changed, 4 insertions(+)
14166
14167 commit d2da5e0b4b4ffc1722403ffb90b8777cfa1cd174
14168 Author: Behdad Esfahbod <behdad@behdad.org>
14169 Date:   Mon Nov 25 17:50:07 2013 -0500
14170
14171     [myanmar] Relax pwo-tone group a bit
14172
14173     This is broken sequence according to OpenType spec, Uniscribe,
14174     and current HarfBuzz implementation.  But Roozbeh says this
14175     is a valid sequence, so allow it.  There are multiple
14176     "(DB As?)?" constructs in the grammar, but Roozbeh thinks only
14177     this one needs changing.
14178
14179     Test case: 1014,1063,103A
14180
14181     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=71949
14182
14183  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
14184  1 file changed, 1 insertion(+), 1 deletion(-)
14185
14186 commit 9af91ca8ffee4a8d2804eff5d380b4f9749414d1
14187 Author: Behdad Esfahbod <behdad@behdad.org>
14188 Date:   Mon Nov 25 17:47:19 2013 -0500
14189
14190     Add more Myanmar test cases
14191
14192     All three are broken right now according to Roozbeh.
14193
14194     https://bugs.freedesktop.org/show_bug.cgi?id=71947
14195     https://bugs.freedesktop.org/show_bug.cgi?id=71948
14196     https://bugs.freedesktop.org/show_bug.cgi?id=71949
14197
14198  .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt |
14199  4 ++++
14200  1 file changed, 4 insertions(+)
14201
14202 commit 08c2d27d35093e07142168665139274ac99395e8
14203 Author: Roozbeh Pournader <roozbeh@google.com>
14204 Date:   Sat Nov 23 21:39:31 2013 -0800
14205
14206     Added support for several new languages
14207
14208     Based on research into latest SIL and Windows fonts, pulling in
14209     the latest OpenType language tag proposal from Microsoft, and updating
14210     to latest language tags and names from ISO 639.
14211
14212  src/hb-ot-tag.cc | 314
14213  +++++++++++++++++++++++++++++++++++++++++++------------
14214  1 file changed, 247 insertions(+), 67 deletions(-)
14215
14216 commit 05511acd198d0c2157cdb41e1d36eac0b8075357
14217 Author: Roozbeh Pournader <roozbeh@google.com>
14218 Date:   Sat Nov 23 15:19:07 2013 -0800
14219
14220     Added language tags for S'gaw Karen and Khamti
14221
14222     Tags based on support in Windows 8.1's 'Myanmar Text' font.
14223
14224  src/hb-ot-tag.cc | 2 ++
14225  1 file changed, 2 insertions(+)
14226
14227 commit 0bb31e4497523442fbb26bbd55b194ab70205ca4
14228 Author: Behdad Esfahbod <behdad@behdad.org>
14229 Date:   Wed Nov 20 14:21:07 2013 -0500
14230
14231     Bug 71845 - Use 64-bit cmpexch on ARM64 iOS
14232
14233  src/hb-atomic-private.hh | 2 +-
14234  1 file changed, 1 insertion(+), 1 deletion(-)
14235
14236 commit 02c6c8cd6e8c93b63c75b25de6bf76bb45755bb4
14237 Author: Behdad Esfahbod <behdad@behdad.org>
14238 Date:   Fri Nov 15 13:05:38 2013 -0500
14239
14240     Set buffer content type to INVALID in hb_buffer_set_length(0)
14241
14242     Previously we were only setting this in hb_buffer_clear_contents(),
14243     but set_length(0) is a valid way to reinitialize buffer to use with
14244     new text.
14245
14246  src/hb-buffer-private.hh | 2 +-
14247  src/hb-buffer.cc         | 3 +++
14248  2 files changed, 4 insertions(+), 1 deletion(-)
14249
14250 commit 6300694f6e531593e7e932000f9540b0367940b8
14251 Author: Behdad Esfahbod <behdad@behdad.org>
14252 Date:   Wed Nov 13 14:54:07 2013 -0500
14253
14254     0.9.24
14255
14256  NEWS         | 8 ++++++++
14257  configure.ac | 2 +-
14258  2 files changed, 9 insertions(+), 1 deletion(-)
14259
14260 commit 061cb4649342b005fb1de93abae25e889cc560bd
14261 Author: Behdad Esfahbod <behdad@behdad.org>
14262 Date:   Wed Nov 13 14:50:25 2013 -0500
14263
14264     Use long alignment for scratch buffer
14265
14266     Fixes last of scratch alignment warnings in hb-coretext.
14267
14268  src/hb-buffer-private.hh | 2 +-
14269  src/hb-buffer.cc         | 4 ++--
14270  2 files changed, 3 insertions(+), 3 deletions(-)
14271
14272 commit 68c372ed2eac76a6d347811293fe2ba2fd6a1eed
14273 Author: Behdad Esfahbod <behdad@behdad.org>
14274 Date:   Wed Nov 13 14:44:01 2013 -0500
14275
14276     More scratch-buffer cleanup
14277
14278  src/hb-buffer-private.hh |  3 ++-
14279  src/hb-buffer.cc         | 10 +++++-----
14280  src/hb-coretext.cc       |  5 ++---
14281  src/hb-graphite2.cc      |  2 +-
14282  src/hb-uniscribe.cc      | 30 ++++++++++++++----------------
14283  5 files changed, 24 insertions(+), 26 deletions(-)
14284
14285 commit 8fcadb9cf9418345610e3f4e38c28c12b768b589
14286 Author: Behdad Esfahbod <behdad@behdad.org>
14287 Date:   Wed Nov 13 14:33:57 2013 -0500
14288
14289     [coretext] More scratch buffer fixes
14290
14291  src/hb-coretext.cc | 25 +++++++++++++------------
14292  1 file changed, 13 insertions(+), 12 deletions(-)
14293
14294 commit 16f175cb2e081e605fe7f9cd01bbe8c24380278a
14295 Author: Behdad Esfahbod <behdad@behdad.org>
14296 Date:   Tue Nov 12 17:22:49 2013 -0500
14297
14298     Fix scratch-buffer alignment warnings
14299
14300  src/hb-buffer-private.hh |  2 +-
14301  src/hb-buffer.cc         |  9 +++++----
14302  src/hb-coretext.cc       | 17 ++++++++++-------
14303  src/hb-graphite2.cc      | 28 +++++++++++++++++-----------
14304  src/hb-private.hh        |  3 +++
14305  src/hb-uniscribe.cc      | 29 +++++++++++++++++------------
14306  6 files changed, 53 insertions(+), 35 deletions(-)
14307
14308 commit c7c4ccf8a1e784b6f8798388a219dda9a26fbd93
14309 Author: Behdad Esfahbod <behdad@behdad.org>
14310 Date:   Tue Nov 12 15:41:22 2013 -0500
14311
14312     [travis] Enable graphite2
14313
14314  .travis.yml | 2 +-
14315  1 file changed, 1 insertion(+), 1 deletion(-)
14316
14317 commit 83408cf804a6908873c41b70bb7c43448e66ddd2
14318 Author: Behdad Esfahbod <behdad@behdad.org>
14319 Date:   Wed Nov 6 14:46:04 2013 -0500
14320
14321     Fix llvm warnings on Mac
14322
14323     Patch from Scott Fleischman.  Warnings were:
14324
14325     harfbuzz/src/hb-font-private.hh:121:42: Implicit conversion loses
14326     integer precision: 'long long' to 'hb_position_t' (aka 'int')
14327     harfbuzz/src/hb-font-private.hh:126:42: Implicit conversion loses
14328     integer precision: 'long long' to 'hb_position_t' (aka 'int')
14329     harfbuzz/src/hb-font-private.hh:400:85: Implicit conversion loses
14330     integer precision: 'long long' to 'hb_position_t' (aka 'int')
14331     harfbuzz/src/hb-ot-layout-common-private.hh:1115:37: Implicit
14332     conversion
14333     loses integer precision: 'long long' to 'int'
14334     harfbuzz/src/hb-ft.cc:421:97: Implicit conversion loses integer
14335     precision: 'unsigned long long' to 'int'
14336     harfbuzz/src/hb-ft.cc:422:97: Implicit conversion loses integer
14337     precision: 'unsigned long long' to 'int'
14338
14339  src/hb-font-private.hh             | 6 +++---
14340  src/hb-ft.cc                       | 4 ++--
14341  src/hb-ot-layout-common-private.hh | 2 +-
14342  3 files changed, 6 insertions(+), 6 deletions(-)
14343
14344 commit 333cc6e2d11831bcd2370723456e678574d570ec
14345 Author: Behdad Esfahbod <behdad@behdad.org>
14346 Date:   Wed Oct 30 17:30:11 2013 +0000
14347
14348     [otlayout] Remove unused is_inplace()
14349
14350     Patch from Jonathan Kew.
14351
14352  src/hb-ot-layout-gpos-table.hh       |   6 --
14353  src/hb-ot-layout-gsub-table.hh       |  56 ------------
14354  src/hb-ot-layout-gsubgpos-private.hh | 159
14355  -----------------------------------
14356  3 files changed, 221 deletions(-)
14357
14358 commit 176fd17d02ac183af32a0e710ec32d25c9322021
14359 Author: Behdad Esfahbod <behdad@behdad.org>
14360 Date:   Wed Oct 30 17:27:24 2013 +0000
14361
14362     Bug 70971 - Signed/unsigned compiler warnings on windows
14363
14364     Patch from Emil Eklund.
14365
14366  src/hb-buffer-serialize.cc | 8 ++++----
14367  src/hb-ot-map.cc           | 2 +-
14368  2 files changed, 5 insertions(+), 5 deletions(-)
14369
14370 commit 3d436d325edccc0f3dd820e06e3d529cc8f3eca4
14371 Author: Behdad Esfahbod <behdad@behdad.org>
14372 Date:   Mon Oct 28 21:00:37 2013 +0100
14373
14374     [otlayout] Reset ccc when marking glyph as letter
14375
14376  src/hb-ot-layout-gsubgpos-private.hh | 3 +++
14377  1 file changed, 3 insertions(+)
14378
14379 commit b9d0077ac1a8e8a62ee15c64ad302f7976e23bdd
14380 Author: Behdad Esfahbod <behdad@behdad.org>
14381 Date:   Mon Oct 28 20:44:03 2013 +0100
14382
14383     Fix win32 testing
14384
14385  test/shaping/Makefile.am  | 1 +
14386  test/shaping/run-tests.sh | 2 +-
14387  2 files changed, 2 insertions(+), 1 deletion(-)
14388
14389 commit dce79c2bd747d398bdf2f4b171b0ba9b5b951f72
14390 Author: Behdad Esfahbod <behdad@behdad.org>
14391 Date:   Mon Oct 28 20:26:40 2013 +0100
14392
14393     0.9.23
14394
14395  NEWS         | 10 ++++++++++
14396  configure.ac |  2 +-
14397  2 files changed, 11 insertions(+), 1 deletion(-)
14398
14399 commit 2e990a3d722c10d1eefdc4c5ccbdaa384625c3fd
14400 Author: Behdad Esfahbod <behdad@behdad.org>
14401 Date:   Mon Oct 28 20:23:07 2013 +0100
14402
14403     Make "make distcheck" happy
14404
14405  configure.ac             | 2 +-
14406  test/shaping/Makefile.am | 3 +++
14407  2 files changed, 4 insertions(+), 1 deletion(-)
14408
14409 commit 6ffc007b61402c9d1d4de368deed4971a10ed00b
14410 Author: Behdad Esfahbod <behdad@behdad.org>
14411 Date:   Mon Oct 28 19:26:02 2013 +0100
14412
14413     [otlayout] Optimize inplace
14414
14415     See thread started by Jonathan with subject "an optimization for
14416     complex
14417     fonts".
14418
14419  src/hb-ot-layout.cc | 6 +++---
14420  1 file changed, 3 insertions(+), 3 deletions(-)
14421
14422 commit 71b4c999a511bf018acaf48a45e070470c0daf12
14423 Author: Behdad Esfahbod <behdad@behdad.org>
14424 Date:   Mon Oct 28 00:20:59 2013 +0100
14425
14426     Revert "Zero marks by GDEF for Tibetan"
14427
14428     This reverts commit d5bd0590ae2fbc7b0dee86385a565aef00ffb835.
14429
14430     The reasoning behind that logic was flawed and made under
14431     a misunderstanding of the original problem, and caused
14432     regressions as reported by Jonathan Kew in thread titled
14433     "tibetan marks" in Oct 2013.  Apparently I have had fixed
14434     the original problem with this commit:
14435
14436       7e08f1258da229dfaf7e1c4b5c41e5bb83906cb0
14437
14438     So, revert the faulty commit and everything seems to be in good
14439     shape.
14440
14441  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
14442  src/hb-ot-shape-complex-arabic.cc    | 10 +++-------
14443  src/hb-ot-shape-complex-default.cc   | 17 +----------------
14444  src/hb-ot-shape-complex-indic.cc     |  8 +-------
14445  src/hb-ot-shape-complex-myanmar.cc   | 15 +++++----------
14446  src/hb-ot-shape-complex-private.hh   |  8 ++------
14447  src/hb-ot-shape-complex-sea.cc       | 14 ++++----------
14448  src/hb-ot-shape-complex-thai.cc      |  9 +--------
14449  src/hb-ot-shape.cc                   |  4 ++--
14450  9 files changed, 21 insertions(+), 68 deletions(-)
14451
14452 commit 9596b2bf569dae6fbe268803e3cb248001f10954
14453 Author: Behdad Esfahbod <behdad@behdad.org>
14454 Date:   Mon Oct 28 00:09:05 2013 +0100
14455
14456     Pass CPPFLAGS=-Werror to Travis-CI
14457
14458     We want default gcc / clang warnings to fail the CI build.
14459
14460  .travis.yml | 2 +-
14461  1 file changed, 1 insertion(+), 1 deletion(-)
14462
14463 commit c77d1ade6898cea161f0709c5c5a912e14aff951
14464 Author: Behdad Esfahbod <behdad@behdad.org>
14465 Date:   Sun Oct 27 23:52:26 2013 +0100
14466
14467     Fix warnings
14468
14469  test/api/test-blob.c      | 2 +-
14470  util/helper-cairo-ansi.cc | 2 +-
14471  2 files changed, 2 insertions(+), 2 deletions(-)
14472
14473 commit c2bc818706df56022c8bb922df2b741cb120f7e4
14474 Author: Behdad Esfahbod <behdad@behdad.org>
14475 Date:   Sun Oct 27 23:36:35 2013 +0100
14476
14477     Work with old and new glib
14478
14479     Avoids "deprecated" warnings.
14480
14481  src/test-buffer-serialize.cc | 7 +++++--
14482  src/test-size-params.cc      | 7 +++++--
14483  src/test-would-substitute.cc | 7 +++++--
14484  src/test.cc                  | 7 +++++--
14485  util/options.cc              | 4 ++--
14486  util/options.hh              | 4 ++++
14487  util/view-cairo.hh           | 4 ++++
14488  7 files changed, 30 insertions(+), 10 deletions(-)
14489
14490 commit 46a863d91dbcc9a4c796e3715ea3828939f4d941
14491 Author: Behdad Esfahbod <behdad@behdad.org>
14492 Date:   Sun Oct 27 23:24:50 2013 +0100
14493
14494     [indic] Adjust pref reordering logic
14495
14496     For Javanese (pref_len == 1) only reorder if it didn't ligate.  That's
14497     sensible, and what the spec says.  For other Indic (pref_len > 1)
14498     only reorder if ligated.
14499
14500     Doesn't change any test numbers.
14501
14502  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
14503  1 file changed, 7 insertions(+), 2 deletions(-)
14504
14505 commit 6b03e3c724ec6cd255f4a323bf4aa7d8c93a056e
14506 Author: Behdad Esfahbod <behdad@behdad.org>
14507 Date:   Sun Oct 27 21:04:55 2013 +0100
14508
14509     Optimize fallback kerning
14510
14511     Patch from Jonathan Kew.  "These changes seem to yield a small but
14512     just-about-measurable improvement with old fonts that lack GPOS
14513     kerning."
14514
14515  src/hb-ot-shape-fallback.cc | 47
14516  ++++++++++++++++++++++++++++-----------------
14517  1 file changed, 29 insertions(+), 18 deletions(-)
14518
14519 commit 133eeba6a32769ec1a7520e7c8a0d2eb1ad986f8
14520 Author: Behdad Esfahbod <behdad@behdad.org>
14521 Date:   Sun Oct 27 00:24:59 2013 +0200
14522
14523     Minor
14524
14525     See:
14526     https://github.com/prezi/harfbuzz-js/pull/1/files#r7032397
14527
14528  src/hb-common.h | 2 +-
14529  1 file changed, 1 insertion(+), 1 deletion(-)
14530
14531 commit a74f0de225c403998212e2618dcf9452bc5b590d
14532 Author: Behdad Esfahbod <behdad@behdad.org>
14533 Date:   Thu Oct 24 11:46:33 2013 +0200
14534
14535     [indic] Fix CM2, really
14536
14537     Followup from 6e613f3365bf4e9fd778758c53e7de00c64beca1.
14538
14539  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
14540  1 file changed, 1 insertion(+), 1 deletion(-)
14541
14542 commit 6e613f3365bf4e9fd778758c53e7de00c64beca1
14543 Author: Behdad Esfahbod <behdad@behdad.org>
14544 Date:   Wed Oct 23 23:34:13 2013 +0200
14545
14546     Fix "shift count >= width of type" issue
14547
14548  src/hb-ot-shape-complex-indic-private.hh | 2 +-
14549  1 file changed, 1 insertion(+), 1 deletion(-)
14550
14551 commit ac8cd511911c7dca6222d14fa758bff75d601567
14552 Author: Behdad Esfahbod <behdad@behdad.org>
14553 Date:   Fri Oct 18 19:33:09 2013 +0200
14554
14555     Refactor
14556
14557  src/hb-ot-layout-gpos-table.hh | 120
14558  ++++++++++++++++++++++-------------------
14559  src/hb-ot-layout.cc            |  31 +++++------
14560  src/hb-ot-shape-normalize.cc   |  29 +++++-----
14561  src/hb-ot-shape.cc             |  82 ++++++++++++++++------------
14562  4 files changed, 145 insertions(+), 117 deletions(-)
14563
14564 commit 0f3fe37fccfb540437adf13dd580f2c5164a0b1f
14565 Author: Behdad Esfahbod <behdad@behdad.org>
14566 Date:   Fri Oct 18 19:14:22 2013 +0200
14567
14568     Comment
14569
14570  src/hb-ot-layout-private.hh | 1 +
14571  1 file changed, 1 insertion(+)
14572
14573 commit ddce2d8df6fed9c033f1f13e235666680c5beb67
14574 Author: Behdad Esfahbod <behdad@behdad.org>
14575 Date:   Fri Oct 18 18:07:11 2013 +0200
14576
14577     [indic] Improve positioning of post-base bells and whistles
14578
14579     Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not
14580     provide
14581     same results as Windows8
14582     https://bugs.freedesktop.org/show_bug.cgi?id=58714
14583
14584     Test with U+0CB0,U+200D,U+0CCD,U+0C95,U+0CBF and tunga.ttf.
14585
14586     Improves some scripts.  Improves Bengali too, but numbers
14587     are up because we produce better results than Uniscribe for some
14588     sequences now.
14589
14590     New numbers:
14591     BENGALI: 353724 out of 354188 tests passed. 464 failed (0.131004%)
14592     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
14593     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
14594     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
14595     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
14596     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
14597     MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed
14598     (0.0185056%)
14599     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
14600     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
14601     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
14602     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
14603
14604  src/hb-ot-shape-complex-indic.cc | 19 ++++++++++---------
14605  1 file changed, 10 insertions(+), 9 deletions(-)
14606
14607 commit d5bd0590ae2fbc7b0dee86385a565aef00ffb835
14608 Author: Behdad Esfahbod <behdad@behdad.org>
14609 Date:   Fri Oct 18 16:44:54 2013 +0200
14610
14611     Zero marks by GDEF for Tibetan
14612
14613     See:
14614     http://lists.freedesktop.org/archives/harfbuzz/2013-April/003101.html
14615
14616  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
14617  src/hb-ot-shape-complex-arabic.cc    | 10 +++++++---
14618  src/hb-ot-shape-complex-default.cc   | 17 ++++++++++++++++-
14619  src/hb-ot-shape-complex-indic.cc     |  8 +++++++-
14620  src/hb-ot-shape-complex-myanmar.cc   | 15 ++++++++++-----
14621  src/hb-ot-shape-complex-private.hh   |  8 ++++++--
14622  src/hb-ot-shape-complex-sea.cc       | 14 ++++++++++----
14623  src/hb-ot-shape-complex-thai.cc      |  9 ++++++++-
14624  src/hb-ot-shape.cc                   |  4 ++--
14625  9 files changed, 68 insertions(+), 21 deletions(-)
14626
14627 commit bf029281b1b0f854f671969ab40eac3046a111bd
14628 Author: Behdad Esfahbod <behdad@behdad.org>
14629 Date:   Fri Oct 18 16:20:13 2013 +0200
14630
14631     Bug 65258 - [...] Mongolian with free variation selector
14632
14633  src/hb-ot-shape-complex-arabic.cc | 3 ++-
14634  1 file changed, 2 insertions(+), 1 deletion(-)
14635
14636 commit 0193649ce4ca78b8e2835a50bd51ee594cffe34e
14637 Author: Behdad Esfahbod <behdad@behdad.org>
14638 Date:   Fri Oct 18 16:08:53 2013 +0200
14639
14640     [otfallback] Don't shift down above-marks too much
14641
14642     This seems to generate much better, almost-perfect, positioning for
14643     Arabic as well as Latin above marks.
14644
14645  src/hb-ot-shape-fallback.cc | 10 +++++++++-
14646  1 file changed, 9 insertions(+), 1 deletion(-)
14647
14648 commit dba9580237da788275b1ab5fe6be75c8a3f359b9
14649 Author: Behdad Esfahbod <behdad@behdad.org>
14650 Date:   Fri Oct 18 15:57:36 2013 +0200
14651
14652     [otfallback] Never fallback-position a below-mark upwards
14653
14654     Test with WinXP times.ttf and U+05D9,U+05B5.
14655
14656  src/hb-ot-shape-fallback.cc | 6 ++++++
14657  1 file changed, 6 insertions(+)
14658
14659 commit 8177da29ad07d8fa444ce07003fa65cd31a2776b
14660 Author: Behdad Esfahbod <behdad@behdad.org>
14661 Date:   Fri Oct 18 15:50:29 2013 +0200
14662
14663     Minor
14664
14665  src/hb-ot-shape-fallback.cc | 4 ++--
14666  1 file changed, 2 insertions(+), 2 deletions(-)
14667
14668 commit c16012e9019ec59c2200a3cc29b8a37ea70eda70
14669 Author: Behdad Esfahbod <behdad@behdad.org>
14670 Date:   Fri Oct 18 02:27:00 2013 +0200
14671
14672     [indic] Add Javanese support!
14673
14674     Seems to be working just fine!
14675
14676  src/hb-ot-shape-complex-indic-machine.rl | 14 ++++++------
14677  src/hb-ot-shape-complex-indic-private.hh | 37
14678  ++++++++++++++++----------------
14679  src/hb-ot-shape-complex-indic.cc         |  9 ++++++--
14680  3 files changed, 34 insertions(+), 26 deletions(-)
14681
14682 commit 755b44cce6dc23376a3cf0212893609231fa4967
14683 Author: Behdad Esfahbod <behdad@behdad.org>
14684 Date:   Fri Oct 18 11:17:42 2013 +0200
14685
14686     [ft] Round metrics instead of truncate
14687
14688     Lohit-Punjabi has a upem of 769!  We were losing one unit in our
14689     code, and FreeType is losing another one...  Test with U+0A06.
14690     Has an advance of 854 in the font.  We were producing 852.
14691     Now we do 853, which is what FreeType is telling us.
14692
14693  src/hb-ft.cc | 8 ++++----
14694  1 file changed, 4 insertions(+), 4 deletions(-)
14695
14696 commit 9a49351cc2625de16a73e0e153d3097ef6c7cc0f
14697 Author: Behdad Esfahbod <behdad@behdad.org>
14698 Date:   Fri Oct 18 02:14:53 2013 +0200
14699
14700     [indic] Swith pref logic to use _hb_glyph_info_substituted()
14701
14702     See comments from caveat!  Seems to work fine.
14703
14704     This is useful for Javanese which has an atomically encoded pre-base
14705     reordering Ra which should only be reordered if it was substituted
14706     by the pref feature.
14707
14708  src/hb-ot-shape-complex-indic.cc | 6 ++++--
14709  1 file changed, 4 insertions(+), 2 deletions(-)
14710
14711 commit f175aa33c5e94397c60648ac0697c80f5fe0dcb7
14712 Author: Behdad Esfahbod <behdad@behdad.org>
14713 Date:   Fri Oct 18 02:07:44 2013 +0200
14714
14715     [indic] Fix compiler warnings
14716
14717  src/hb-ot-shape-complex-indic.cc | 4 ++--
14718  1 file changed, 2 insertions(+), 2 deletions(-)
14719
14720 commit 857027341423f15fd6084c7563cc355b06e7cbdd
14721 Author: Behdad Esfahbod <behdad@behdad.org>
14722 Date:   Fri Oct 18 01:11:05 2013 +0200
14723
14724     [otlayout] Add _hb_glyph_info_substituted()
14725
14726     Currently unused.
14727
14728  src/hb-ot-layout-private.hh | 6 ++++++
14729  1 file changed, 6 insertions(+)
14730
14731 commit a1f7b2856184959e965c9c2b80363f9f46d486a7
14732 Author: Behdad Esfahbod <behdad@behdad.org>
14733 Date:   Fri Oct 18 01:09:08 2013 +0200
14734
14735     [otlayout] Switch over from old is_a_ligature() to IS_LIGATED
14736
14737     Impact should be minimal and positive.
14738
14739  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
14740  src/hb-ot-layout-private.hh          | 12 +++++++++---
14741  src/hb-ot-shape-complex-indic.cc     |  4 ++--
14742  src/hb-ot-shape-complex-myanmar.cc   |  2 +-
14743  src/hb-ot-shape.cc                   |  2 +-
14744  5 files changed, 14 insertions(+), 8 deletions(-)
14745
14746 commit 09675a8115b9d77261c33940401aa919cede8662
14747 Author: Behdad Esfahbod <behdad@behdad.org>
14748 Date:   Fri Oct 18 01:05:58 2013 +0200
14749
14750     [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_LIGATED
14751
14752     Currently unused.
14753
14754  src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++++-----
14755  src/hb-ot-layout-private.hh          |  5 ++++-
14756  2 files changed, 14 insertions(+), 6 deletions(-)
14757
14758 commit 05ad6b50ac0a1b9a8da10d2ee2238068b7811e7d
14759 Author: Behdad Esfahbod <behdad@behdad.org>
14760 Date:   Fri Oct 18 00:45:59 2013 +0200
14761
14762     [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED
14763
14764     Currently unused.
14765
14766  src/hb-ot-layout-gsubgpos-private.hh |  5 +++--
14767  src/hb-ot-layout-private.hh          | 10 ++++++----
14768  2 files changed, 9 insertions(+), 6 deletions(-)
14769
14770 commit 101303dbf7cf15d044bf2518f14b3aec65970fea
14771 Author: Behdad Esfahbod <behdad@behdad.org>
14772 Date:   Fri Oct 18 00:42:39 2013 +0200
14773
14774     [otlayout] More shuffling around
14775
14776  src/hb-ot-layout-gpos-table.hh       | 16 +++----
14777  src/hb-ot-layout-gsub-table.hh       | 13 +++--
14778  src/hb-ot-layout-gsubgpos-private.hh |  8 ++--
14779  src/hb-ot-layout-private.hh          | 92
14780  ++++++++++++++++++++++++++++++++----
14781  src/hb-ot-shape.cc                   |  8 ++--
14782  5 files changed, 102 insertions(+), 35 deletions(-)
14783
14784 commit 91689de2603e4151e2a2d3a3852c61667f0c6264
14785 Author: Behdad Esfahbod <behdad@behdad.org>
14786 Date:   Fri Oct 18 00:21:59 2013 +0200
14787
14788     [otlayout] Add _hb_glyph_info_set_glyph_props()
14789
14790     No functional change.
14791
14792  src/hb-ot-layout-gsub-table.hh       | 2 +-
14793  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
14794  src/hb-ot-layout-private.hh          | 9 +++++++++
14795  src/hb-ot-shape.cc                   | 8 +++++---
14796  4 files changed, 17 insertions(+), 6 deletions(-)
14797
14798 commit a0161746589934e93c3b115814bbd81f56ab962f
14799 Author: Behdad Esfahbod <behdad@behdad.org>
14800 Date:   Fri Oct 18 00:06:30 2013 +0200
14801
14802     [otlayout] Simplify set_class() usage
14803
14804  src/hb-ot-layout-gsubgpos-private.hh | 31 ++++++++++++++++++-------------
14805  1 file changed, 18 insertions(+), 13 deletions(-)
14806
14807 commit 3ddf892b5328b74afb6e7d9da727d8771ca5d288
14808 Author: Behdad Esfahbod <behdad@behdad.org>
14809 Date:   Fri Oct 18 00:02:43 2013 +0200
14810
14811     [otlayout] Renaming
14812
14813  src/hb-ot-layout-gpos-table.hh       | 18 +++++++-------
14814  src/hb-ot-layout-gsub-table.hh       |  2 +-
14815  src/hb-ot-layout-gsubgpos-private.hh | 36 +++++++++++++--------------
14816  src/hb-ot-layout-private.hh          | 48
14817  +++++++++++++++++++++---------------
14818  src/hb-ot-shape-complex-indic.cc     |  5 ++--
14819  src/hb-ot-shape-complex-myanmar.cc   |  2 +-
14820  src/hb-ot-shape-fallback.cc          |  8 +++---
14821  src/hb-ot-shape.cc                   |  2 +-
14822  8 files changed, 65 insertions(+), 56 deletions(-)
14823
14824 commit 2e96d2c6ee34142375373be07217c9953e7822cc
14825 Author: Behdad Esfahbod <behdad@behdad.org>
14826 Date:   Thu Oct 17 21:16:20 2013 +0200
14827
14828     [otlayout] More shuffling
14829
14830  src/hb-ot-layout-private.hh | 252
14831  +++++++++++++++++++++++---------------------
14832  1 file changed, 130 insertions(+), 122 deletions(-)
14833
14834 commit 469524692bd0a258b28e63294c984e677a9c2477
14835 Author: Behdad Esfahbod <behdad@behdad.org>
14836 Date:   Thu Oct 17 21:01:57 2013 +0200
14837
14838     [otlayout] Code shuffling
14839
14840  src/hb-ot-layout-private.hh | 16 ++++++++--------
14841  1 file changed, 8 insertions(+), 8 deletions(-)
14842
14843 commit 11fb16cb849285a178d9e80991b1d60a960326ee
14844 Author: Behdad Esfahbod <behdad@behdad.org>
14845 Date:   Thu Oct 17 20:57:57 2013 +0200
14846
14847     Use unsigned enums for mask types
14848
14849  src/hb-buffer.h             | 16 ++++++++--------
14850  src/hb-ot-layout-private.hh |  8 ++++----
14851  2 files changed, 12 insertions(+), 12 deletions(-)
14852
14853 commit 03058c3d1e8c18858c1e0b0c738ce9d299f2787a
14854 Author: Behdad Esfahbod <behdad@behdad.org>
14855 Date:   Thu Oct 17 20:55:34 2013 +0200
14856
14857     [otlayout] Remove two unused HB_OT_LAYOUT_GLYPH_PROPS_* values
14858
14859  src/hb-ot-layout-gdef-table.hh | 1 -
14860  src/hb-ot-layout-gsub-table.hh | 3 ++-
14861  src/hb-ot-layout-private.hh    | 7 +++++--
14862  3 files changed, 7 insertions(+), 4 deletions(-)
14863
14864 commit 941b6992042e7b73b3a2aab1448383adf33bef28
14865 Author: Behdad Esfahbod <behdad@behdad.org>
14866 Date:   Thu Oct 17 20:47:33 2013 +0200
14867
14868     [otlayout] Remove unused HB_OT_LAYOUT_GLYPH_PROPS_UNCLASSIFIED
14869
14870  src/hb-ot-layout-gdef-table.hh |  7 +++++--
14871  src/hb-ot-layout-private.hh    | 10 ++++------
14872  2 files changed, 9 insertions(+), 8 deletions(-)
14873
14874 commit 8f9ec92dfce5c469fb85ad301296b5dde1b2ab0a
14875 Author: Behdad Esfahbod <behdad@behdad.org>
14876 Date:   Thu Oct 17 19:52:47 2013 +0200
14877
14878     [indic] Adjust Javanese base algorithm
14879
14880  src/hb-ot-shape-complex-indic.cc | 2 +-
14881  1 file changed, 1 insertion(+), 1 deletion(-)
14882
14883 commit 49901862e36e1c153835877a9f1183729333bbbe
14884 Author: Behdad Esfahbod <behdad@behdad.org>
14885 Date:   Thu Oct 17 19:48:51 2013 +0200
14886
14887     [otlayout] Guard against use of ReverseChain through Context
14888
14889  src/hb-ot-layout-gsub-table.hh | 4 +++-
14890  src/hb-ot-layout.cc            | 4 ++--
14891  2 files changed, 5 insertions(+), 3 deletions(-)
14892
14893 commit 74f4bbf0560a5fd2d295e100e96f0c6c7033e852
14894 Author: Behdad Esfahbod <behdad@behdad.org>
14895 Date:   Thu Oct 17 19:07:53 2013 +0200
14896
14897     [indic] Towards supporting atomicly-encoded prebase-reorderings
14898
14899  src/hb-ot-shape-complex-indic.cc | 65
14900  ++++++++++++++++++++++++----------------
14901  1 file changed, 40 insertions(+), 25 deletions(-)
14902
14903 commit efed40b975110d78c9c505441e7e17a8c13e85c8
14904 Author: Behdad Esfahbod <behdad@behdad.org>
14905 Date:   Thu Oct 17 18:50:11 2013 +0200
14906
14907     [indic] Minor refactoring of reph handling
14908
14909  src/hb-ot-shape-complex-indic.cc | 14 ++++++++------
14910  src/hb-ot-shape-complex-sea.cc   |  2 +-
14911  2 files changed, 9 insertions(+), 7 deletions(-)
14912
14913 commit 684fe59ff858a0ecba71b3ed80378afb0b8bbb48
14914 Author: Behdad Esfahbod <behdad@behdad.org>
14915 Date:   Thu Oct 17 18:30:06 2013 +0200
14916
14917     [indic] Minor refactoring of would_substitute()
14918
14919  src/hb-ot-shape-complex-indic.cc | 19 ++++++++++---------
14920  1 file changed, 10 insertions(+), 9 deletions(-)
14921
14922 commit 321df83fb4f0b8a5310888129cb70bfda8ae0c96
14923 Author: Behdad Esfahbod <behdad@behdad.org>
14924 Date:   Thu Oct 17 18:16:14 2013 +0200
14925
14926     Route Buginese through the SEA shaper
14927
14928     Both Indic and SEA seem to do it just fine, but SEA is much
14929     simpler.
14930
14931  src/hb-ot-shape-complex-private.hh | 4 +---
14932  1 file changed, 1 insertion(+), 3 deletions(-)
14933
14934 commit b5a0f69e47ace468b06e21cf069a18ddcfcf6064
14935 Author: Behdad Esfahbod <behdad@behdad.org>
14936 Date:   Thu Oct 17 18:04:23 2013 +0200
14937
14938     [indic] Pass zero-context=false to would_substitute for newer scripts
14939
14940     For scripts without an old/new spec distinction, use
14941     zero-context=false.
14942     This changes behavior in Sinhala / Khmer, but doesn't seem to regress.
14943     This will be useful and used in Javanese.
14944
14945  src/hb-ot-shape-complex-indic.cc | 35 +++++++++++++++++++----------------
14946  1 file changed, 19 insertions(+), 16 deletions(-)
14947
14948 commit c4e71ff36d1f86a6ea56539728a964d97217e2b6
14949 Author: Behdad Esfahbod <behdad@behdad.org>
14950 Date:   Thu Oct 17 17:04:47 2013 +0200
14951
14952     [indic] Clean up Khmer and Sinhala base finding algorithm
14953
14954  src/hb-ot-shape-complex-indic.cc | 24 +++++++++++-------------
14955  1 file changed, 11 insertions(+), 13 deletions(-)
14956
14957 commit e10453e6fb2544724ccd7ddfdbb9de90ef9274ce
14958 Author: Behdad Esfahbod <behdad@behdad.org>
14959 Date:   Thu Oct 17 16:49:06 2013 +0200
14960
14961     [indic] Add BASE_POS_LAST_SINHALA
14962
14963     Previously we planted this into the mode used for Khmer.  There's not
14964     really much in common between the two, so separate again.
14965
14966  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++++++--
14967  1 file changed, 19 insertions(+), 2 deletions(-)
14968
14969 commit 9ac6b01e0cd8e2d66dfc727157f45b615bc77109
14970 Author: Behdad Esfahbod <behdad@behdad.org>
14971 Date:   Thu Oct 17 16:27:38 2013 +0200
14972
14973     [indic] Adjust Sinhala cluster merging under uniscribe
14974
14975     Similar to 190c8f2b60af0851bf692f653c1604cfbf0561a5 but for
14976     Sinhala.
14977
14978  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++++++++-------
14979  1 file changed, 16 insertions(+), 7 deletions(-)
14980
14981 commit 3c3df9cba13fec2c35e0e7ae587d9699ac0c37f5
14982 Author: Behdad Esfahbod <behdad@behdad.org>
14983 Date:   Thu Oct 17 13:58:31 2013 +0200
14984
14985     [otlayout] Minor
14986
14987  src/hb-ot-layout-gsubgpos-private.hh | 62
14988  +++++++++++++++++++-----------------
14989  1 file changed, 33 insertions(+), 29 deletions(-)
14990
14991 commit 6cc136f7531a45e71ea08a7dc8a2187172cb813d
14992 Author: Behdad Esfahbod <behdad@behdad.org>
14993 Date:   Thu Oct 17 13:55:48 2013 +0200
14994
14995     [otlayout] Minor
14996
14997  src/hb-ot-layout-gsubgpos-private.hh | 14 ++++++--------
14998  1 file changed, 6 insertions(+), 8 deletions(-)
14999
15000 commit ba6ddc421e5e440231c2ece2db1363f8e6d2ecbf
15001 Author: Behdad Esfahbod <behdad@behdad.org>
15002 Date:   Thu Oct 17 13:52:51 2013 +0200
15003
15004     [otlayout] Increase MAX_CONTEXT_LENGTH
15005
15006     It's cheap.
15007
15008  src/hb-ot-layout-common-private.hh | 2 +-
15009  1 file changed, 1 insertion(+), 1 deletion(-)
15010
15011 commit e714fe6d6a2633494cb1fa7170a32ca2638cbb51
15012 Author: Behdad Esfahbod <behdad@behdad.org>
15013 Date:   Thu Oct 17 13:49:51 2013 +0200
15014
15015     [otlayout] Simplify ligate_input()
15016
15017     Shouldn't change behavior at all, but is faster / more robust.
15018
15019  src/hb-ot-layout-gsub-table.hh       | 16 +++++++---------
15020  src/hb-ot-layout-gsubgpos-private.hh | 17 +++++++----------
15021  2 files changed, 14 insertions(+), 19 deletions(-)
15022
15023 commit 6b2abdcd203204131f3017ca85c91de9d43959cd
15024 Author: Behdad Esfahbod <behdad@behdad.org>
15025 Date:   Thu Oct 17 13:15:43 2013 +0200
15026
15027     [indic] Improve clusters in presence of reph
15028
15029  src/hb-ot-shape-complex-indic.cc | 5 +----
15030  1 file changed, 1 insertion(+), 4 deletions(-)
15031
15032 commit 42d0f55cbc68285e22d713df7062e520af708c82
15033 Author: Behdad Esfahbod <behdad@behdad.org>
15034 Date:   Thu Oct 17 13:05:05 2013 +0200
15035
15036     [indic] Apply calt,clig in the same stage as presentation features
15037
15038     Whic means these twp are applied per-syllable now.  Apparently
15039     in some Khmer fonts the clig interacts with presentation features.
15040
15041     Test case: U+1781,U+17D2,U+1789,U+17BB,U+17C6 with Mondulkiri-R.ttf
15042     should produce one big ligature.
15043
15044  src/hb-ot-shape-complex-indic.cc | 4 ++++
15045  1 file changed, 4 insertions(+)
15046
15047 commit ae9a5834df477006686421d494b55a1569789327
15048 Author: Behdad Esfahbod <behdad@behdad.org>
15049 Date:   Thu Oct 17 12:24:55 2013 +0200
15050
15051     [indic] Fix pref vs blwf interaction
15052
15053     If a glyph can be both blwf and pref, we were wrongly sorting it
15054     in the post position instead of below position.
15055
15056  src/hb-ot-shape-complex-indic.cc | 6 +++---
15057  1 file changed, 3 insertions(+), 3 deletions(-)
15058
15059 commit c7dacac02cfe8526eaf131ce6c5e7b6df7ca2ccd
15060 Author: Behdad Esfahbod <behdad@behdad.org>
15061 Date:   Thu Oct 17 12:20:24 2013 +0200
15062
15063     [indic] Don't apply blwf before base under old-spec mode
15064
15065     Test case: U+09AC,U+09CD,U+09A6 with Lohit-Bengali 2.5.3.
15066
15067  src/hb-ot-shape-complex-indic.cc | 3 ++-
15068  1 file changed, 2 insertions(+), 1 deletion(-)
15069
15070 commit da72042c52ed3cc0ee19d3eabb8db7c7dd34d3ed
15071 Author: Behdad Esfahbod <behdad@behdad.org>
15072 Date:   Thu Oct 17 12:01:50 2013 +0200
15073
15074     [otlayout] Fix up recent Context matching change
15075
15076     Commit 6b65a76b40522a4f57a6fedcbdfc5a4d736f1d3c.  "end" was becoming
15077     negative.  Was trigerred by Lohit-Kannada 2.5.3 and the sequence:
15078     U+0CB0,U+200D,U+0CBE,U+0CB7,U+0CCD,U+0C9F,U+0CCD,U+0CB0,U+0C97,U+0CB3
15079     Two glyphs were being duplicated.
15080
15081  src/hb-buffer.cc                     | 7 ++++++-
15082  src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
15083  2 files changed, 8 insertions(+), 2 deletions(-)
15084
15085 commit 1a7de1ba9876b0554c758acbc6459366d9d98a5d
15086 Author: Behdad Esfahbod <behdad@behdad.org>
15087 Date:   Wed Oct 16 19:55:06 2013 +0200
15088
15089     [indic] Improve Avagraha support in machine
15090
15091  src/hb-ot-shape-complex-indic-machine.rl | 6 ++++--
15092  1 file changed, 4 insertions(+), 2 deletions(-)
15093
15094 commit 3756efaf4e14ec3b5b1def700a1b5985f162372b
15095 Author: Behdad Esfahbod <behdad@behdad.org>
15096 Date:   Wed Oct 16 19:06:29 2013 +0200
15097
15098     [indic] Misc harmless fixes!
15099
15100     First, we were abusing OT_VD instead of OT_A.  Fix that
15101     but moving OT_A in the grammar where it belongs (which
15102     is different from what the spec says).
15103
15104     Also, only allow medial consonants after all other
15105     consonants.  This doesn't affect any current character.
15106
15107     Finally, fix Halant attachment in presence of medial
15108     consonants.  Again, this currently doesn't affect any
15109     sequence.
15110
15111     I lied.  There's Gurmukhi U+0A75 which is Consonant_Medial.
15112     Uniscribe allows one of those in each of these positions:
15113     before matras, after matras and before syllable modifiers,
15114     and after syllable modifiers!  We currently just allow
15115     unlimited numbers of it, before matras.
15116
15117  src/hb-ot-shape-complex-indic-machine.rl |  8 ++++----
15118  src/hb-ot-shape-complex-indic-private.hh |  2 +-
15119  src/hb-ot-shape-complex-indic.cc         | 11 ++++++-----
15120  3 files changed, 11 insertions(+), 10 deletions(-)
15121
15122 commit c52ddab72e025d1bee8274c8f3416208b12f68f1
15123 Author: Behdad Esfahbod <behdad@behdad.org>
15124 Date:   Wed Oct 16 13:42:38 2013 +0200
15125
15126     [arabic] Make ZWJ prevent ligatures instead of facilitating it
15127
15128     Unicode 6.2.0 Section 16.2 / Figure 16.3 says:
15129
15130     "For backward compatibility, between Arabic characters a ZWJ acts just
15131     like the sequence <ZWJ, ZWNJ, ZWJ>, preventing a ligature from forming
15132     instead of requesting the use of a ligature that would not normally be
15133     used. As a result, there is no plain text mechanism for requesting the
15134     use of a ligature in Arabic text."
15135
15136     As such, we flip internal zwj to zwnj flags for GSUB matching, which
15137     means it will block ligation in all features, unless the font
15138     explicitly matches U+200D glyph.  This doesn't affect joining
15139     behavior.
15140
15141  src/hb-ot-layout-private.hh       |  6 ++++++
15142  src/hb-ot-shape-complex-arabic.cc | 18 ++++++++++++++++++
15143  2 files changed, 24 insertions(+)
15144
15145 commit 1a31f9f820c4538015ddaf4ca2b790649c5997ed
15146 Author: Behdad Esfahbod <behdad@behdad.org>
15147 Date:   Wed Oct 16 13:42:18 2013 +0200
15148
15149     [otlayout] Minor
15150
15151  src/hb-ot-layout-private.hh | 23 +++++++++++++++--------
15152  1 file changed, 15 insertions(+), 8 deletions(-)
15153
15154 commit 28d5daec948e1a24f13e492ce301aeb9abff37c8
15155 Author: Behdad Esfahbod <behdad@behdad.org>
15156 Date:   Wed Oct 16 12:32:12 2013 +0200
15157
15158     [indic] More granular post-base cluster merging!
15159
15160  src/hb-ot-shape-complex-indic.cc | 45
15161  ++++++++++++++++++++++++++++++++++------
15162  1 file changed, 39 insertions(+), 6 deletions(-)
15163
15164 commit 9cb59d460e80d769087045535a8d54ec9ed7985c
15165 Author: Behdad Esfahbod <behdad@behdad.org>
15166 Date:   Wed Oct 16 11:34:07 2013 +0200
15167
15168     [indic] Fix cluster merging of left matras
15169
15170     The merge_clusters there was totally broken.
15171
15172  src/hb-ot-shape-complex-indic.cc | 2 +-
15173  1 file changed, 1 insertion(+), 1 deletion(-)
15174
15175 commit 190c8f2b60af0851bf692f653c1604cfbf0561a5
15176 Author: Behdad Esfahbod <behdad@behdad.org>
15177 Date:   Wed Oct 16 11:33:18 2013 +0200
15178
15179     [indic] Adjust cluster merging under uniscribe mode for Tamil
15180
15181     Apparently Uniscribe Tamil shaper doesn't ship chubby clusters
15182     for Tamil.  Adjust to that.
15183
15184  src/hb-ot-shape-complex-indic.cc | 4 ++--
15185  1 file changed, 2 insertions(+), 2 deletions(-)
15186
15187 commit 5c558877da5db8c734ba072f01e5e4797876619c
15188 Author: Behdad Esfahbod <behdad@behdad.org>
15189 Date:   Wed Oct 16 11:14:15 2013 +0200
15190
15191     [indic] Allow up to two syllable modifiers
15192
15193     Bug 70509 - Candrabindu+Visarga doesn't work in Devanagari
15194     https://bugs.freedesktop.org/show_bug.cgi?id=70509
15195
15196     We categorize both bindus and visarga as syllable-modifiers.
15197     OT spec doesn't actually say what characters go in the syllable
15198     modifier category, and allows one.  We just allow up to two now.
15199
15200     Test case: U+0930,U+0941,U+0901,U+0903
15201
15202     Uniscribe currently doesn't support that and produces a
15203     dotted circle.
15204
15205  src/hb-ot-shape-complex-indic-machine.rl                                |
15206  2 +-
15207  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt    |
15208  1 +
15209  2 files changed, 2 insertions(+), 1 deletion(-)
15210
15211 commit f5299eff5c0065d6329cd536c0ac339abea085b0
15212 Author: Behdad Esfahbod <behdad@behdad.org>
15213 Date:   Tue Oct 15 18:13:07 2013 +0200
15214
15215     [indic] Simplify reph logic
15216
15217     *Shouldn't* break anything.
15218
15219  src/hb-ot-shape-complex-indic.cc | 11 +++--------
15220  1 file changed, 3 insertions(+), 8 deletions(-)
15221
15222 commit 65a929b1c033e91919c931b495a775f76b6dcbb3
15223 Author: Behdad Esfahbod <behdad@behdad.org>
15224 Date:   Tue Oct 15 18:08:05 2013 +0200
15225
15226     [indic] If Malayalam dot-reph formed a ligature, don't move it
15227
15228     Rachana-0.6 implements dot-reph by ligation, so we shouldn't move it.
15229     Uniscribe doesn't either.  Test case:
15230
15231       U+0D4E,U+0D1A,U+0D4D,U+0D1A,U+0D4D
15232
15233  src/hb-ot-shape-complex-indic.cc                   | 23
15234  ++++++++++++++++------
15235  .../indic/script-malayalam/misc/dot-reph.txt       |  3 +++
15236  2 files changed, 20 insertions(+), 6 deletions(-)
15237
15238 commit a01cbf6cbe0021722302cfb58fb638a0a2427b26
15239 Author: Behdad Esfahbod <behdad@behdad.org>
15240 Date:   Tue Oct 15 16:37:53 2013 +0200
15241
15242     [indic] Harmless reordering of Khmer features!
15243
15244  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
15245  1 file changed, 6 insertions(+), 4 deletions(-)
15246
15247 commit c46f406973024051877e867b93614942ff80c107
15248 Author: Behdad Esfahbod <behdad@behdad.org>
15249 Date:   Tue Oct 15 16:24:21 2013 +0200
15250
15251     [tests] Remove Myanmar micro-font and test
15252
15253  .../sha1sum/ceadd106a8205214fbe7337ef9de32a862b59762.ttf | Bin 3040 ->
15254  0 bytes
15255  test/shaping/tests/context-matching.tests                |   1 -
15256  2 files changed, 1 deletion(-)
15257
15258 commit eb10233b267909dee0245f126000e117f3b21c35
15259 Author: Behdad Esfahbod <behdad@behdad.org>
15260 Date:   Tue Oct 15 15:26:44 2013 +0200
15261
15262     [indic] Apply 'kern' for all scripts except for Khmer in Uniscribe
15263     mode
15264
15265     Seems to better match Uniscribe.
15266
15267     Note: NotoSansTelugu-Regular has kern feature, so this fixes most
15268     of the
15269     positioning failures there, except for the kern pairs blocked by a
15270     (non-)joiner, in which case we (correctly) kern, but Uniscribe
15271     doesn't.
15272
15273  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
15274  1 file changed, 9 insertions(+), 2 deletions(-)
15275
15276 commit 30145272a7d428bc62a903388bd7be43f4da7fc3
15277 Author: Behdad Esfahbod <behdad@behdad.org>
15278 Date:   Tue Oct 15 13:47:27 2013 +0200
15279
15280     [indic] Don't apply presentation features across syllables
15281
15282     More like Uniscribe...  We still allow user-defined features to
15283     work across syllables, but not pres,blws,abs,psts,etc.
15284
15285     This "regressed" Sinhala numbers by 11.  These are cases were
15286     there's Consonant followed by Ra,Halant,ZWJ at the of text.
15287     The Ra,Halant,ZWJ ends up forming reph, which is wrong...
15288     But before we were also ligating that reph with the previous
15289     consonant.  That's even more wrong.  That's also what Uniscribe
15290     does.
15291
15292     Current numbers:
15293
15294     BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
15295     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
15296     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
15297     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
15298     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
15299     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
15300     MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed
15301     (0.0185056%)
15302     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
15303     SINHALA: 271655 out of 271847 tests passed. 192 failed (0.070628%)
15304     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
15305     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
15306
15307  src/hb-ot-shape-complex-indic.cc                    | 21
15308  +++++++++++++++++----
15309  .../shaper-indic/indic/script-sinhala/misc/misc.txt |  1 +
15310  2 files changed, 18 insertions(+), 4 deletions(-)
15311
15312 commit 3c7b3641cfb00f2c4dcc0768b9854e4f4410d15f
15313 Author: Behdad Esfahbod <behdad@behdad.org>
15314 Date:   Tue Oct 15 11:21:01 2013 +0200
15315
15316     [indic] Handle Avagraha
15317
15318     It can come either at the end(ish!) of the syllable, or independently.
15319     When independent, it accepts a few bits and pieces.
15320
15321  src/hb-ot-shape-complex-indic-machine.rl                   |  5 ++++-
15322  src/hb-ot-shape-complex-indic-private.hh                   |  5 +++--
15323  src/hb-ot-shape-complex-indic.cc                           | 14
15324  +++++++++++++-
15325  .../shaper-indic/indic/script-devanagari/misc/misc.txt     |  1 +
15326  .../in-tree/shaper-indic/indic/script-telugu/misc/misc.txt |  1 +
15327  5 files changed, 22 insertions(+), 4 deletions(-)
15328
15329 commit 5e7432b8172473aa4dda3d51a79add9e97c2d2c1
15330 Author: Behdad Esfahbod <behdad@behdad.org>
15331 Date:   Tue Oct 15 12:28:23 2013 +0200
15332
15333     [myanmar] Apply abvm/blwm
15334
15335  src/hb-ot-shape-complex-myanmar.cc | 10 ++++++++++
15336  1 file changed, 10 insertions(+)
15337
15338 commit 8acbb6be271817c12d2ee0066b355e2fb0f9a934
15339 Author: Behdad Esfahbod <behdad@behdad.org>
15340 Date:   Tue Oct 15 12:15:49 2013 +0200
15341
15342     [indic] Some scripts like blwf applied to pre-base characters
15343
15344     ...while some don't!
15345
15346     Improved Bengali, Devanagari, Gurmukhi, Malayalam.
15347
15348     Updated numbers:
15349
15350     BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
15351     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
15352     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
15353     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
15354     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
15355     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
15356     MALAYALAM: 1048134 out of 1048334 tests passed. 200 failed
15357     (0.0190779%)
15358     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
15359     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
15360     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
15361     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
15362
15363  src/hb-ot-shape-complex-indic.cc | 33 ++++++++++++++++++++-------------
15364  1 file changed, 20 insertions(+), 13 deletions(-)
15365
15366 commit 2c85a3df0983f28aed77a0ea3bf2417ef65d4b84
15367 Author: Behdad Esfahbod <behdad@behdad.org>
15368 Date:   Mon Oct 14 19:41:52 2013 +0200
15369
15370     Fix issue with automake
15371
15372  test/shaping/Makefile.am | 2 +-
15373  1 file changed, 1 insertion(+), 1 deletion(-)
15374
15375 commit 6b65a76b40522a4f57a6fedcbdfc5a4d736f1d3c
15376 Author: Behdad Esfahbod <behdad@behdad.org>
15377 Date:   Mon Oct 14 18:51:39 2013 +0200
15378
15379     [otlayout] Fix (Chain)Context recursion!
15380
15381     Previously we only supported recursive sublookups with
15382     ascending indices.  We were also not correctly handling
15383     non-1-to-1 recursed lookups.
15384
15385     Fix all that!
15386
15387     Fixes the three tests in test/shaping/tests/context-matching.tests,
15388     which were derived from NotoSansBengali and NotoSansDevanagari
15389     among others.
15390
15391  src/hb-buffer-private.hh             |   4 +
15392  src/hb-buffer.cc                     |  46 ++++++++++
15393  src/hb-ot-layout-common-private.hh   |   1 +
15394  src/hb-ot-layout-gsub-table.hh       |   1 +
15395  src/hb-ot-layout-gsubgpos-private.hh | 157
15396  +++++++++++++++++------------------
15397  5 files changed, 127 insertions(+), 82 deletions(-)
15398
15399 commit 841e20d083aec8d814cd8d90aa6ab60127c0d1f2
15400 Author: Behdad Esfahbod <behdad@behdad.org>
15401 Date:   Mon Oct 14 18:47:51 2013 +0200
15402
15403     Add test suite for shaping results
15404
15405     The new test suite runs tests included under
15406     hb/test/shaping/tests/*.tests, which themselves reference
15407     font files stored by sha1sum under hb/test/shaping/fonts/sha1sum.
15408     The fonts are produced using a subsetter to only include glyphs
15409     needed to run the test.
15410
15411     Four initial tests are added for (Chain)Context matching,
15412     of which three currently fail.
15413
15414  test/shaping/Makefile.am                           |  10 +++++-
15415  .../4cce528e99f600ed9c25a2b69e32eb94a03b4ae8.ttf   | Bin 0 -> 1320 bytes
15416  .../ceadd106a8205214fbe7337ef9de32a862b59762.ttf   | Bin 0 -> 3040 bytes
15417  .../d629e7fedc0b350222d7987345fe61613fa3929a.ttf   | Bin 0 -> 1768 bytes
15418  .../f499fbc23865022234775c43503bba2e63978fe1.ttf   | Bin 0 -> 3564 bytes
15419  test/shaping/run-tests.sh                          |  34
15420  +++++++++++++++++++++
15421  test/shaping/tests/MANIFEST                        |   1 +
15422  test/shaping/tests/context-matching.tests          |   4 +++
15423  8 files changed, 48 insertions(+), 1 deletion(-)
15424
15425 commit e2dab69291a5d86fc90a8c273c458c16574eafb5
15426 Author: Behdad Esfahbod <behdad@behdad.org>
15427 Date:   Mon Oct 14 16:44:44 2013 +0200
15428
15429     Minor
15430
15431  test/shaping/hb_test_tools.py | 2 +-
15432  1 file changed, 1 insertion(+), 1 deletion(-)
15433
15434 commit 4e6e53db5da0a5da87ae732c3f9d01babf4ae6c2
15435 Author: Behdad Esfahbod <behdad@behdad.org>
15436 Date:   Mon Oct 14 13:06:36 2013 +0200
15437
15438     [otlayout] "Minor"
15439
15440  src/hb-ot-layout.cc | 1 +
15441  1 file changed, 1 insertion(+)
15442
15443 commit 9326d48e4309901e7e0b0e15230936a21ee3df72
15444 Author: Behdad Esfahbod <behdad@behdad.org>
15445 Date:   Thu Oct 10 20:04:42 2013 +0200
15446
15447     Don't use g_mapped_file_unref()
15448
15449     Was introduced in glib 2.22.
15450
15451  src/test-buffer-serialize.cc | 2 +-
15452  src/test-size-params.cc      | 2 +-
15453  src/test-would-substitute.cc | 2 +-
15454  src/test.cc                  | 2 +-
15455  util/options.cc              | 4 ++--
15456  5 files changed, 6 insertions(+), 6 deletions(-)
15457
15458 commit e152d1a27891bd1d9d46a9c028c026843bad384a
15459 Author: Behdad Esfahbod <behdad@behdad.org>
15460 Date:   Thu Oct 3 15:09:37 2013 -0400
15461
15462     0.9.22
15463
15464  NEWS         | 13 +++++++++++++
15465  configure.ac |  2 +-
15466  2 files changed, 14 insertions(+), 1 deletion(-)
15467
15468 commit 27674b4bb351e501373bd9994e4ba6546e465cf7
15469 Author: Behdad Esfahbod <behdad@behdad.org>
15470 Date:   Thu Oct 3 14:54:50 2013 -0400
15471
15472     [OTLayout] Protect against out-of-range lookup indices
15473
15474     Filter them out when compiling map.
15475
15476  src/hb-ot-layout.cc | 17 +++++++++++++++++
15477  src/hb-ot-layout.h  |  5 +++++
15478  src/hb-ot-map.cc    |  8 +++++++-
15479  3 files changed, 29 insertions(+), 1 deletion(-)
15480
15481 commit 6b4fdded94b7efb96c6e41cca4350878ed859ff1
15482 Author: Behdad Esfahbod <behdad@behdad.org>
15483 Date:   Mon Sep 30 13:48:19 2013 -0400
15484
15485     Update git.mk
15486
15487  git.mk | 20 +++++++++++++-------
15488  1 file changed, 13 insertions(+), 7 deletions(-)
15489
15490 commit 2a2b5b89ef3a606ba2996bc89fd1c577a6c98f40
15491 Author: M1cha <sigmaepsilon92@gmail.com>
15492 Date:   Mon Sep 30 08:55:52 2013 +0000
15493
15494     Cleanup Android.mk
15495     - use common src files for both static and shared libs
15496     - remove empty LOCAL_SHARED_LIBRARIES
15497
15498  Android.mk | 58
15499  +++++++++++++++++-----------------------------------------
15500  1 file changed, 17 insertions(+), 41 deletions(-)
15501
15502 commit 622bc3d829cab84c3a4148b88f2c91fee491ef39
15503 Merge: 3d2c4f0 d583df1
15504 Author: Behdad Esfahbod <behdad@behdad.org>
15505 Date:   Sun Sep 29 13:31:58 2013 -0700
15506
15507     Merge pull request #4 from amarullz/master
15508
15509     Add build static library on Android.mk
15510
15511 commit 3d2c4f0c2ff8fab4262988aad65b170e5b479b20
15512 Author: Behdad Esfahbod <behdad@behdad.org>
15513 Date:   Fri Sep 27 17:06:29 2013 -0400
15514
15515     Fix hiding of default_ignorables if font doesn't have space glyph
15516
15517     Based on patch from Jonathan Kew.  See discussion on the list.
15518
15519  src/hb-ot-shape.cc | 40 ++++++++++++++++++++++++++++++----------
15520  1 file changed, 30 insertions(+), 10 deletions(-)
15521
15522 commit d583df1e78003f8f1039ad72331bf877b13d1ae5
15523 Author: Ahmad Amarullah <support@amarullz.com>
15524 Date:   Fri Sep 27 19:04:32 2013 +0700
15525
15526     Add build static library on Android.mk
15527
15528     Use UCDN instead ICU
15529     HAVE Freetype
15530
15531  Android.mk | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
15532  1 file changed, 50 insertions(+)
15533
15534 commit 078de49ca10285f6cd1452abd40f831a17af5d1a
15535 Author: Behdad Esfahbod <behdad@behdad.org>
15536 Date:   Thu Sep 26 18:26:43 2013 -0400
15537
15538     [util] Don't use g_array_unref()
15539
15540     Was introduced in glib 2.22.
15541
15542  util/view-cairo.hh | 2 +-
15543  1 file changed, 1 insertion(+), 1 deletion(-)
15544
15545 commit 48360ec03b225dfec5f90bc5cb93122203d2dd6b
15546 Author: Behdad Esfahbod <behdad@behdad.org>
15547 Date:   Thu Sep 26 16:48:42 2013 -0400
15548
15549     Bug 68990 - test-common fails on i686-linux
15550
15551     Fix use-after-end-of-scope.
15552
15553  src/hb-common.cc | 6 ++++--
15554  1 file changed, 4 insertions(+), 2 deletions(-)
15555
15556 commit b61f97d544ce43d85f5fe93e682c324e042c0770
15557 Author: Behdad Esfahbod <behdad@behdad.org>
15558 Date:   Mon Sep 16 22:07:22 2013 -0400
15559
15560     0.9.21
15561
15562  NEWS         | 12 ++++++++++++
15563  configure.ac |  2 +-
15564  2 files changed, 13 insertions(+), 1 deletion(-)
15565
15566 commit 2af826296315d89f3a433952903c5968e56044ea
15567 Author: Behdad Esfahbod <behdad@behdad.org>
15568 Date:   Mon Sep 16 21:49:56 2013 -0400
15569
15570     Improve library checks
15571
15572  src/Makefile.am      |  1 +
15573  src/check-defs.sh    | 44 ++++++++++++++++++++++++++++++++++++++++++++
15574  src/check-symbols.sh | 37 ++++++++++++-------------------------
15575  3 files changed, 57 insertions(+), 25 deletions(-)
15576
15577 commit 882edce48e507a1c76c908ec2db04aac218b67d6
15578 Author: Behdad Esfahbod <behdad@behdad.org>
15579 Date:   Fri Sep 13 20:36:43 2013 -0400
15580
15581     [graphite2] Fix include
15582
15583  src/hb-graphite2.cc | 5 ++---
15584  src/hb-graphite2.h  | 2 ++
15585  2 files changed, 4 insertions(+), 3 deletions(-)
15586
15587 commit ace5c7eb4c2302a6a7eb3576e6dbc3bc026e569c
15588 Author: Behdad Esfahbod <behdad@behdad.org>
15589 Date:   Fri Sep 13 20:34:42 2013 -0400
15590
15591     [introspection] hb-ft annotations
15592
15593  src/hb-face.cc |  2 +-
15594  src/hb-ft.cc   | 30 +++++++++++++++++++++++++++++-
15595  2 files changed, 30 insertions(+), 2 deletions(-)
15596
15597 commit a8949df48780e680e03b9afbbafb3628a0acef52
15598 Author: Behdad Esfahbod <behdad@behdad.org>
15599 Date:   Fri Sep 13 20:23:51 2013 -0400
15600
15601     [introspection] Annotate Unicode / font callbacks
15602
15603     Should move these out of the public header...
15604
15605     We're "clean" of introspection warnings now.  Remaining ones are about
15606     graphite2 / freetype types not being introspectable.
15607
15608  src/hb-blob.cc   |   4 +-
15609  src/hb-face.cc   |   2 +-
15610  src/hb-font.cc   |   4 +-
15611  src/hb-font.h    | 132
15612  +++++++++++++++++++++++++++++++++++++++++++++++++++++--
15613  src/hb-unicode.h | 106 ++++++++++++++++++++++++++++++++++++++++----
15614  5 files changed, 231 insertions(+), 17 deletions(-)
15615
15616 commit 4b011094d5e90cf93df2891e47aeab1bffad5bbf
15617 Author: Behdad Esfahbod <behdad@behdad.org>
15618 Date:   Fri Sep 13 20:17:42 2013 -0400
15619
15620     Move code around
15621
15622     I believe I didn't break anything...
15623
15624  src/hb-ot-shape.cc | 22 +++++++++++-----------
15625  1 file changed, 11 insertions(+), 11 deletions(-)
15626
15627 commit 4878db218202ed804c9f76edb7e4aa220de8a8d8
15628 Author: Behdad Esfahbod <behdad@behdad.org>
15629 Date:   Thu Sep 12 20:56:32 2013 -0400
15630
15631     Remove contrib/ Python hand-coded binding stuff
15632
15633     gobject-introspection coming together.
15634
15635  contrib/README                    |   2 -
15636  contrib/python/README             |  10 --
15637  contrib/python/lib/fontconfig.pyx |  47 ---------
15638  contrib/python/lib/harfbuzz.pyx   | 213
15639  --------------------------------------
15640  contrib/python/scripts/hbtestfont | 116 ---------------------
15641  contrib/python/setup.py           |  39 -------
15642  6 files changed, 427 deletions(-)
15643
15644 commit e478ebe4d3f74dc271ffe88680fd29f6b1924c93
15645 Author: Behdad Esfahbod <behdad@behdad.org>
15646 Date:   Thu Sep 12 20:53:07 2013 -0400
15647
15648     [introspection] Add sample.py
15649
15650  src/sample.py | 13 +++++++++++++
15651  1 file changed, 13 insertions(+)
15652
15653 commit dfdbe7f932daffcf73911ff4e4a36f749164d960
15654 Author: Behdad Esfahbod <behdad@behdad.org>
15655 Date:   Thu Sep 12 20:52:20 2013 -0400
15656
15657     [introspection] Make hb_blob_create() introspectable
15658
15659  src/Makefile.am | 2 ++
15660  src/hb-blob.cc  | 2 +-
15661  2 files changed, 3 insertions(+), 1 deletion(-)
15662
15663 commit 085d4291a9f253a4b8e2eec8003ac11d02a9394f
15664 Author: Behdad Esfahbod <behdad@behdad.org>
15665 Date:   Thu Sep 12 17:14:33 2013 -0400
15666
15667     [introspection] Disable constructors for now
15668
15669     Since our types are not associated with their methods, marking
15670     constructors makes them inaccessible from bindings.  Undo for now.
15671
15672  src/hb-blob.cc       | 2 +-
15673  src/hb-buffer.cc     | 2 +-
15674  src/hb-face.cc       | 2 +-
15675  src/hb-font.cc       | 4 ++--
15676  src/hb-set.cc        | 2 +-
15677  src/hb-shape-plan.cc | 2 +-
15678  src/hb-unicode.cc    | 2 +-
15679  7 files changed, 8 insertions(+), 8 deletions(-)
15680
15681 commit 6c48f20eea22c6e686416ab4ec8388be3e8cd0b5
15682 Author: Behdad Esfahbod <behdad@behdad.org>
15683 Date:   Mon Sep 9 15:43:10 2013 -0400
15684
15685     [otlayout] Add structs for JSTF table
15686
15687  src/Makefile.am                |   1 +
15688  src/hb-ot-head-table.hh        |   2 +-
15689  src/hb-ot-hhea-table.hh        |   2 +-
15690  src/hb-ot-hmtx-table.hh        |   2 +-
15691  src/hb-ot-layout-gdef-table.hh |   2 +-
15692  src/hb-ot-layout-gpos-table.hh |   2 +-
15693  src/hb-ot-layout-gsub-table.hh |   2 +-
15694  src/hb-ot-layout-jstf-table.hh | 229
15695  +++++++++++++++++++++++++++++++++++++++++
15696  src/hb-ot-layout.cc            |   1 +
15697  src/hb-ot-layout.h             |   1 +
15698  src/hb-ot-maxp-table.hh        |   2 +-
15699  src/hb-ot-name-table.hh        |   2 +-
15700  src/main.cc                    |   2 +-
15701  13 files changed, 241 insertions(+), 9 deletions(-)
15702
15703 commit 70303cf23b22647bf641be22c8650310128322a9
15704 Author: Behdad Esfahbod <behdad@behdad.org>
15705 Date:   Fri Sep 6 17:35:57 2013 -0400
15706
15707     [docs/introspection] Some more annotations
15708
15709  src/hb-common.cc    | 151
15710  ++++++++++++++++++++++++++++++++++++++++++++++++++--
15711  src/hb-font.cc      |  16 +++---
15712  src/hb-version.h.in |  19 -------
15713  3 files changed, 155 insertions(+), 31 deletions(-)
15714
15715 commit 288f2899979bcc9e68f8115cb76e3271ed0e17bc
15716 Author: Behdad Esfahbod <behdad@behdad.org>
15717 Date:   Fri Sep 6 15:40:22 2013 -0400
15718
15719     [docs/introspection] More annotations
15720
15721  src/hb-blob.cc             |  63 +++---
15722  src/hb-buffer-serialize.cc |  63 ++++++
15723  src/hb-buffer.cc           | 307 ++++++++++++++++++++++++++-
15724  src/hb-face.cc             | 171 +++++++++++++++
15725  src/hb-font-private.hh     |   4 +-
15726  src/hb-font.cc             | 504
15727  ++++++++++++++++++++++++++++++++++++++++++++-
15728  src/hb-set.cc              |   2 +-
15729  src/hb-shape-plan.cc       | 104 ++++++++++
15730  src/hb-shape.cc            |  56 +++++
15731  src/hb-unicode.cc          | 128 ++++++++++++
15732  10 files changed, 1355 insertions(+), 47 deletions(-)
15733
15734 commit 17905c54f1bab9e6dfe13f59f5ec208de12832f7
15735 Author: Behdad Esfahbod <behdad@behdad.org>
15736 Date:   Fri Sep 6 16:57:01 2013 -0400
15737
15738     [introspection] Work around g-i limitation with hb_language_t
15739
15740  src/hb-gobject-structs.cc | 15 +++++++++++----
15741  src/hb-gobject-structs.h  |  8 ++++++++
15742  2 files changed, 19 insertions(+), 4 deletions(-)
15743
15744 commit cd361c3cbe4a288e3019b9a029f44e4c5f24436c
15745 Author: Behdad Esfahbod <behdad@behdad.org>
15746 Date:   Fri Sep 6 16:20:21 2013 -0400
15747
15748     Minor change to hb_language_t
15749
15750     Let me know if this breaks anyone's anything.
15751
15752  src/hb-common.cc | 2 +-
15753  src/hb-common.h  | 2 +-
15754  2 files changed, 2 insertions(+), 2 deletions(-)
15755
15756 commit 20cbc1f8eb0811e6cefa3be3550e80df9c372782
15757 Author: Behdad Esfahbod <behdad@behdad.org>
15758 Date:   Fri Sep 6 15:29:22 2013 -0400
15759
15760     Annotate hb-set a bit; add HB_SET_VALUE_INVALID
15761
15762  src/hb-set-private.hh |  20 +++--
15763  src/hb-set.cc         | 244
15764  ++++++++++++++++++++++++++++++++++++++++++++++++++
15765  src/hb-set.h          |   2 +
15766  src/hb-version.h.in   |   6 +-
15767  test/api/test-set.c   |  26 +++---
15768  5 files changed, 276 insertions(+), 22 deletions(-)
15769
15770 commit c44b81833d5bfb9a926d348a76463314c3ec2018
15771 Author: Behdad Esfahbod <behdad@behdad.org>
15772 Date:   Fri Sep 6 15:13:16 2013 -0400
15773
15774     Whitespace
15775
15776  src/hb-buffer.cc | 12 ++++++------
15777  1 file changed, 6 insertions(+), 6 deletions(-)
15778
15779 commit ae9dc717d37d58efdd3fabbe4a9c3c2bf9dc3568
15780 Author: Behdad Esfahbod <behdad@behdad.org>
15781 Date:   Thu Sep 5 16:40:37 2013 -0400
15782
15783     [gtk-doc] Pass source files to gtk-doc
15784
15785  docs/reference/Makefile.am | 3 +--
15786  1 file changed, 1 insertion(+), 2 deletions(-)
15787
15788 commit 5f512017ba615ba6ac8e5da2ea0c57a72db2c26b
15789 Author: Behdad Esfahbod <behdad@behdad.org>
15790 Date:   Wed Sep 4 18:28:39 2013 -0400
15791
15792     [docs] Document a few symbols
15793
15794  src/hb-blob.cc      | 160
15795  +++++++++++++++++++++++++++++++++++++++++++++++++++-
15796  src/hb-buffer.cc    |  78 ++++++++++++++++++++++++-
15797  src/hb-version.h.in |  17 ++++++
15798  3 files changed, 251 insertions(+), 4 deletions(-)
15799
15800 commit e0dbf99b4497be305d689a528282fd37214e7f1c
15801 Author: Behdad Esfahbod <behdad@behdad.org>
15802 Date:   Thu Sep 5 16:00:47 2013 -0400
15803
15804     [introspection] Pass source files to scanner
15805
15806  src/Makefile.am | 3 +--
15807  1 file changed, 1 insertion(+), 2 deletions(-)
15808
15809 commit 5a5350b39b81e0128d36ebc81307a6d698a4dc50
15810 Author: Behdad Esfahbod <behdad@behdad.org>
15811 Date:   Tue Sep 3 20:11:01 2013 -0400
15812
15813     Revert "Round when scaling values"
15814
15815     This reverts commit 10f964623f003c70f6bdd33423420abda3820ce0.
15816
15817     See discussion with Khaled Hosny on mailing list.  In short, since
15818     integers here can be negative, and int division is "round towards
15819     zero", proper rounding should take sign into account.  Just skip
15820     doing it again, has been serving us well before.
15821
15822  TODO                   | 2 ++
15823  src/hb-font-private.hh | 6 +-----
15824  2 files changed, 3 insertions(+), 5 deletions(-)
15825
15826 commit 74ff41c3a573bdf74b60623065eb92a49f055893
15827 Author: Behdad Esfahbod <behdad@behdad.org>
15828 Date:   Tue Sep 3 20:09:14 2013 -0400
15829
15830     Minor
15831
15832  Makefile.am | 2 ++
15833  1 file changed, 2 insertions(+)
15834
15835 commit 63dd4b0ac2076fe9cc3dfe5d31ef3616d4ed01e5
15836 Author: Behdad Esfahbod <behdad@behdad.org>
15837 Date:   Tue Sep 3 20:01:40 2013 -0400
15838
15839     [gtk-doc] Remove hack for deleting tmpl/
15840
15841     This was introduced in 029f46bde7e39094d3decb46525e91a97c5cc02c
15842     and was in fact a bug in gtk-doc master:
15843
15844       https://bugzilla.gnome.org/show_bug.cgi?id=707426
15845
15846  docs/reference/Makefile.am | 5 -----
15847  1 file changed, 5 deletions(-)
15848
15849 commit 213001aa99003422199245e96878f9fe348c55b4
15850 Author: Behdad Esfahbod <behdad@behdad.org>
15851 Date:   Tue Sep 3 20:00:16 2013 -0400
15852
15853     [build] Fix EXTRA_DIST
15854
15855     I was under the impression that EXTRA_DISTs will happen regardless of
15856     automake conditionals.  Apparently I was wrong.
15857
15858  src/Makefile.am | 12 ++++++------
15859  1 file changed, 6 insertions(+), 6 deletions(-)
15860
15861 commit 1e994a8fcc94dfea42a6cbfe23a401142d79a1a6
15862 Author: Behdad Esfahbod <behdad@behdad.org>
15863 Date:   Tue Sep 3 18:11:47 2013 -0400
15864
15865     [gtk-doc] Copy makefile
15866
15867  autogen.sh | 2 +-
15868  1 file changed, 1 insertion(+), 1 deletion(-)
15869
15870 commit 81a007ffad683e53f12093a0c9e30112106f415d
15871 Author: Behdad Esfahbod <behdad@behdad.org>
15872 Date:   Fri Aug 30 19:45:13 2013 -0400
15873
15874     [TODO] Update
15875
15876  TODO | 6 ++----
15877  1 file changed, 2 insertions(+), 4 deletions(-)
15878
15879 commit a2a28235e8131a1e1d4b8c3d0933df5cf056bbc6
15880 Author: Behdad Esfahbod <behdad@behdad.org>
15881 Date:   Fri Aug 30 19:38:47 2013 -0400
15882
15883     [gtk-doc] Generate version.xml from configure
15884
15885     Even though this is not what autoconf recommends, it reduces doc
15886     rebuilds when version doesn't change but configure changes.
15887
15888  configure.ac                  |  1 +
15889  docs/reference/Makefile.am    | 11 +++--------
15890  docs/reference/version.xml.in |  1 +
15891  3 files changed, 5 insertions(+), 8 deletions(-)
15892
15893 commit ac1b723917d9b8f247a350f8d3e1bc5d1e472073
15894 Author: Behdad Esfahbod <behdad@behdad.org>
15895 Date:   Fri Aug 30 19:32:10 2013 -0400
15896
15897     Remove hb-old and hb-icu-le test shapers
15898
15899     They've been disabled for a while and no one cared.  We're past
15900     the point to need them for testing, and if we ever need to
15901     resurrect them again, well, they're in git graveyard somewhere.
15902
15903  configure.ac                           |   23 +-
15904  src/Makefile.am                        |   28 +-
15905  src/hb-icu-le.cc                       |  265 --
15906  src/hb-icu-le/COPYING                  |    2 -
15907  src/hb-icu-le/FontTableCache.cpp       |   91 -
15908  src/hb-icu-le/FontTableCache.h         |   48 -
15909  src/hb-icu-le/Makefile.am              |   25 -
15910  src/hb-icu-le/PortableFontInstance.cpp |  275 --
15911  src/hb-icu-le/PortableFontInstance.h   |  119 -
15912  src/hb-icu-le/README                   |    3 -
15913  src/hb-icu-le/cmaps.cpp                |  200 --
15914  src/hb-icu-le/cmaps.h                  |   87 -
15915  src/hb-icu-le/letest.h                 |   63 -
15916  src/hb-icu-le/license.html             |   51 -
15917  src/hb-icu-le/sfnt.h                   |  453 ---
15918  src/hb-old.cc                          |  410 ---
15919  src/hb-old/COPYING                     |   24 -
15920  src/hb-old/Makefile.am                 |   56 -
15921  src/hb-old/README                      |    7 -
15922  src/hb-old/harfbuzz-arabic.c           | 1150 ------
15923  src/hb-old/harfbuzz-buffer-private.h   |  107 -
15924  src/hb-old/harfbuzz-buffer.c           |  383 --
15925  src/hb-old/harfbuzz-buffer.h           |  102 -
15926  src/hb-old/harfbuzz-external.h         |  106 -
15927  src/hb-old/harfbuzz-gdef-private.h     |  135 -
15928  src/hb-old/harfbuzz-gdef.c             | 1163 ------
15929  src/hb-old/harfbuzz-gdef.h             |  140 -
15930  src/hb-old/harfbuzz-global.h           |  125 -
15931  src/hb-old/harfbuzz-gpos-private.h     |  729 ----
15932  src/hb-old/harfbuzz-gpos.c             | 6094
15933  --------------------------------
15934  src/hb-old/harfbuzz-gpos.h             |  155 -
15935  src/hb-old/harfbuzz-greek.c            |  447 ---
15936  src/hb-old/harfbuzz-gsub-private.h     |  483 ---
15937  src/hb-old/harfbuzz-gsub.c             | 4329 -----------------------
15938  src/hb-old/harfbuzz-gsub.h             |  148 -
15939  src/hb-old/harfbuzz-hangul.c           |  268 --
15940  src/hb-old/harfbuzz-hebrew.c           |  187 -
15941  src/hb-old/harfbuzz-impl.c             |   84 -
15942  src/hb-old/harfbuzz-impl.h             |  135 -
15943  src/hb-old/harfbuzz-indic.cpp          | 1868 ----------
15944  src/hb-old/harfbuzz-khmer.c            |  642 ----
15945  src/hb-old/harfbuzz-myanmar.c          |  511 ---
15946  src/hb-old/harfbuzz-open-private.h     |  102 -
15947  src/hb-old/harfbuzz-open.c             | 1433 --------
15948  src/hb-old/harfbuzz-open.h             |  288 --
15949  src/hb-old/harfbuzz-shaper-all.cpp     |   37 -
15950  src/hb-old/harfbuzz-shaper-private.h   |  159 -
15951  src/hb-old/harfbuzz-shaper.cpp         |  996 ------
15952  src/hb-old/harfbuzz-shaper.h           |  265 --
15953  src/hb-old/harfbuzz-stream-private.h   |   81 -
15954  src/hb-old/harfbuzz-stream.c           |  114 -
15955  src/hb-old/harfbuzz-stream.h           |   51 -
15956  src/hb-old/harfbuzz-tibetan.c          |  249 --
15957  src/hb-old/harfbuzz.h                  |   38 -
15958  54 files changed, 2 insertions(+), 25532 deletions(-)
15959
15960 commit b94243d6a9457864ad8ef3ad47ad01985b138862
15961 Author: Behdad Esfahbod <behdad@behdad.org>
15962 Date:   Fri Aug 30 18:41:33 2013 -0400
15963
15964     [g-i] Rename library from harfbuzz to HarfBuzz
15965
15966  src/Makefile.am | 12 ++++++------
15967  1 file changed, 6 insertions(+), 6 deletions(-)
15968
15969 commit f730b5d1e2369762952481f1a2d3db26a2b48015
15970 Author: Behdad Esfahbod <behdad@behdad.org>
15971 Date:   Thu Aug 29 15:53:33 2013 -0400
15972
15973     0.9.20
15974
15975  NEWS         | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
15976  configure.ac |  2 +-
15977  2 files changed, 49 insertions(+), 1 deletion(-)
15978
15979 commit b0e03508bad04d7dcf2c50ac81f6261425b34c5f
15980 Author: Behdad Esfahbod <behdad@behdad.org>
15981 Date:   Thu Aug 29 15:56:32 2013 -0400
15982
15983     Dist with gobject and introspection enabled
15984
15985  Makefile.am | 2 ++
15986  1 file changed, 2 insertions(+)
15987
15988 commit e4ce6745e15eab33ed693874e7a56981f4d6f79a
15989 Author: Behdad Esfahbod <behdad@behdad.org>
15990 Date:   Thu Aug 29 15:56:16 2013 -0400
15991
15992     [gtk-doc] Fix build without gobject
15993
15994  docs/reference/Makefile.am | 2 +-
15995  1 file changed, 1 insertion(+), 1 deletion(-)
15996
15997 commit 263372f15ffdf4c0e4386133f64ff389ba73de33
15998 Author: Behdad Esfahbod <behdad@behdad.org>
15999 Date:   Wed Aug 28 13:43:54 2013 -0400
16000
16001     Remove gtk-doc.make
16002
16003     It's copied by gtk-docize.
16004
16005  gtk-doc.make | 302
16006  -----------------------------------------------------------
16007  1 file changed, 302 deletions(-)
16008
16009 commit 79d754efeef89543d51775b110e8bd49cf7e699b
16010 Author: Behdad Esfahbod <behdad@behdad.org>
16011 Date:   Wed Aug 28 13:43:35 2013 -0400
16012
16013     Fix build
16014
16015  configure.ac | 2 +-
16016  1 file changed, 1 insertion(+), 1 deletion(-)
16017
16018 commit 71ef22b04d466803076af1da6763fecab95ce5bb
16019 Author: Behdad Esfahbod <behdad@behdad.org>
16020 Date:   Wed Aug 28 12:52:55 2013 -0400
16021
16022     Turn hb-gobject, and introspection off by default
16023
16024     Also enable bootstrapping without them.
16025
16026  configure.ac    | 39 ++++++++++++++++++++++++++++++++++-----
16027  src/Makefile.am |  5 +++--
16028  2 files changed, 37 insertions(+), 7 deletions(-)
16029
16030 commit d8f507099b9ae5f0c643fb8dddbb069df6f62a94
16031 Author: Behdad Esfahbod <behdad@behdad.org>
16032 Date:   Mon Aug 26 21:26:24 2013 -0400
16033
16034     Hookup harfbuzz-gobject to introspection
16035
16036  src/Makefile.am | 16 +++++++++++++---
16037  1 file changed, 13 insertions(+), 3 deletions(-)
16038
16039 commit 71439a8c7ae9df25193bc3ad0f203117d2884a19
16040 Author: Behdad Esfahbod <behdad@behdad.org>
16041 Date:   Mon Aug 26 20:56:58 2013 -0400
16042
16043     [gobject] Flesh out hb-gobject
16044
16045     Move it to new harfbuzz-gobject library.  Implement enums and
16046     boxed types for object-types.  Still have to do boxed types for
16047     value types.
16048
16049  configure.ac                         | 12 ++++-
16050  docs/reference/Makefile.am           | 12 ++++-
16051  docs/reference/harfbuzz-docs.xml     |  3 ++
16052  docs/reference/harfbuzz-sections.txt | 48 +++++++++++++++++++-
16053  src/Makefile.am                      | 48 +++++++++++++-------
16054  src/harfbuzz-gobject.pc.in           | 12 +++++
16055  src/hb-gobject-enums.cc.tmpl         | 11 +++--
16056  src/hb-gobject-enums.h.tmpl          | 55 +++++++++++++++++++++++
16057  src/hb-gobject-structs.cc            | 84
16058  +++++++++++++++++++++++++++-------
16059  src/hb-gobject-structs.h             | 87
16060  ++++++++++++++++++++++++++++++++++++
16061  src/hb-gobject.h                     | 38 ++--------------
16062  11 files changed, 333 insertions(+), 77 deletions(-)
16063
16064 commit 23027f7611b53b594e4b4008e916e42b5154f6ac
16065 Author: Behdad Esfahbod <behdad@behdad.org>
16066 Date:   Thu Aug 22 19:03:21 2013 -0400
16067
16068     [introspection] Enable gobject-introspection again
16069
16070  configure.ac    |  7 ++++---
16071  src/Makefile.am | 49 ++++++++++++++++++++++++++++---------------------
16072  2 files changed, 32 insertions(+), 24 deletions(-)
16073
16074 commit 757a7a9018577dcc399be03dc45a59589585d2fb
16075 Author: Behdad Esfahbod <behdad@behdad.org>
16076 Date:   Wed Aug 28 12:35:13 2013 -0400
16077
16078     [uniscribe] Fixed build with wide chars
16079
16080     https://github.com/blinkseb/harfbuzz/commit/f65dafa4138e1fb4395bf646fa33bb01a86a7e9a
16081
16082  src/hb-uniscribe.cc | 2 +-
16083  1 file changed, 1 insertion(+), 1 deletion(-)
16084
16085 commit 4dc798de19c767b91fd3025c85593fa6809d1340
16086 Author: Behdad Esfahbod <behdad@behdad.org>
16087 Date:   Mon Aug 26 20:39:00 2013 -0400
16088
16089     Add hb-deprecated.h, and rename a couple enum values
16090
16091     Add deprecated alias for old name.
16092
16093  src/Makefile.am              |  1 +
16094  src/hb-buffer.cc             |  4 ++--
16095  src/hb-buffer.h              |  8 +++----
16096  src/hb-common.h              |  5 -----
16097  src/hb-deprecated.h          | 51
16098  ++++++++++++++++++++++++++++++++++++++++++++
16099  src/hb.h                     |  1 +
16100  src/test-buffer-serialize.cc |  2 +-
16101  test/api/test-buffer.c       |  2 +-
16102  util/Makefile.am             |  1 +
16103  util/hb-shape.cc             |  2 +-
16104  util/options.hh              |  2 +-
16105  11 files changed, 64 insertions(+), 15 deletions(-)
16106
16107 commit 2e3a07abdf97b0ad2105c3a52f3ff0e0b60b29c4
16108 Author: Behdad Esfahbod <behdad@behdad.org>
16109 Date:   Mon Aug 26 18:49:07 2013 -0400
16110
16111     Separate face source code from font
16112
16113     Makes documentation / introspection easier.
16114
16115  Android.mk                           |   1 +
16116  docs/reference/harfbuzz-docs.xml     |   1 +
16117  docs/reference/harfbuzz-sections.txt |   6 +-
16118  src/Makefile.am                      |   3 +
16119  src/hb-face-private.hh               | 108 ++++++++++++
16120  src/hb-face.cc                       | 311
16121  +++++++++++++++++++++++++++++++++++
16122  src/hb-face.h                        | 117 +++++++++++++
16123  src/hb-font-private.hh               |  67 +-------
16124  src/hb-font.cc                       | 269 ------------------------------
16125  src/hb-font.h                        |  75 +--------
16126  src/hb.h                             |   1 +
16127  11 files changed, 549 insertions(+), 410 deletions(-)
16128
16129 commit d3490761e11ae308fbd8aaf02059653f579035c5
16130 Author: Behdad Esfahbod <behdad@behdad.org>
16131 Date:   Mon Aug 26 21:15:29 2013 -0400
16132
16133     Improve check-includes.sh
16134
16135  src/check-includes.sh | 10 ++++++----
16136  1 file changed, 6 insertions(+), 4 deletions(-)
16137
16138 commit 381f2fb5e664715d67ffc9a234b0fd8aa540fada
16139 Author: Behdad Esfahbod <behdad@behdad.org>
16140 Date:   Mon Aug 26 19:20:38 2013 -0400
16141
16142     Minor
16143
16144  docs/reference/Makefile.am | 2 +-
16145  1 file changed, 1 insertion(+), 1 deletion(-)
16146
16147 commit ac1f09b53e2c5d14c874e4d9f1b25b03ea1d1c44
16148 Author: Behdad Esfahbod <behdad@behdad.org>
16149 Date:   Mon Aug 26 18:50:12 2013 -0400
16150
16151     [gtk-doc] Fix maintainer-clean rule
16152
16153  docs/reference/Makefile.am | 4 +++-
16154  1 file changed, 3 insertions(+), 1 deletion(-)
16155
16156 commit 38b8b40526a85f33521542e24d1e0c82588efc85
16157 Author: Behdad Esfahbod <behdad@behdad.org>
16158 Date:   Tue Aug 27 11:44:09 2013 -0400
16159
16160     Fix possible snprintf OOM
16161
16162     https://bugzilla.redhat.com/show_bug.cgi?id=1001645
16163
16164  src/hb-buffer-serialize.cc | 14 +++++++-------
16165  src/hb-font-private.hh     |  3 ++-
16166  src/hb-shape.cc            |  6 +++---
16167  3 files changed, 12 insertions(+), 11 deletions(-)
16168
16169 commit d22548c0e362cc9447557440af9ecbb11badfa78
16170 Author: Behdad Esfahbod <behdad@behdad.org>
16171 Date:   Mon Aug 26 18:46:21 2013 -0400
16172
16173     [check-*] Minor
16174
16175  src/check-c-linkage-decls.sh | 4 ++--
16176  src/check-header-guards.sh   | 4 ++--
16177  src/check-includes.sh        | 4 ++--
16178  3 files changed, 6 insertions(+), 6 deletions(-)
16179
16180 commit 029f46bde7e39094d3decb46525e91a97c5cc02c
16181 Author: Behdad Esfahbod <behdad@behdad.org>
16182 Date:   Mon Aug 26 18:11:07 2013 -0400
16183
16184     [gtk-doc] Remove tmpl in make maintainer-clean
16185
16186  docs/reference/Makefile.am | 3 +++
16187  1 file changed, 3 insertions(+)
16188
16189 commit dddf990c3687a47297eafc82b54fa96842e68003
16190 Author: Behdad Esfahbod <behdad@behdad.org>
16191 Date:   Mon Aug 26 17:58:25 2013 -0400
16192
16193     [git.mk] Update
16194
16195  git.mk | 17 +++++++++++++----
16196  1 file changed, 13 insertions(+), 4 deletions(-)
16197
16198 commit 700a15fe4b80da9c67befd85ae10a166f5b65962
16199 Author: Behdad Esfahbod <behdad@behdad.org>
16200 Date:   Mon Aug 26 17:49:36 2013 -0400
16201
16202     Add HB_DISABLE_DEPRECATED
16203
16204     That moment that you have to accept that you made API mistakes...
16205
16206  docs/reference/Makefile.am           | 2 +-
16207  docs/reference/harfbuzz-sections.txt | 8 +++++---
16208  src/hb-common.h                      | 4 +++-
16209  3 files changed, 9 insertions(+), 5 deletions(-)
16210
16211 commit ddc456a519a9a59e96f9d7fcad988369e0a8842b
16212 Author: Behdad Esfahbod <behdad@behdad.org>
16213 Date:   Mon Aug 26 17:34:18 2013 -0400
16214
16215     [travis] Add graphite2
16216
16217  .travis.yml | 1 +
16218  1 file changed, 1 insertion(+)
16219
16220 commit f7c72b42efb8d42859023659fd2e3d589523436d
16221 Author: Anthony Carrico <acarrico@memebeam.org>
16222 Date:   Sun Feb 24 13:00:33 2013 -0500
16223
16224     [gtk-doc] Initial setup
16225
16226     Initial setup of gtk-doc. Straight forward setup following the gtk-doc
16227     instructions. Ignore some troublesome types in src/hb-gobject.h. To
16228     build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in
16229     harfbuzz/docs/reference/html/index.html.
16230
16231  .travis.yml                           |  10 +-
16232  Makefile.am                           |   7 +-
16233  autogen.sh                            |   7 +
16234  configure.ac                          |   7 +-
16235  docs/Makefile.am                      |   1 +
16236  docs/reference/Makefile.am            | 109 +++++++++
16237  docs/reference/harfbuzz-docs.xml      |  61 +++++
16238  docs/reference/harfbuzz-overrides.txt |   0
16239  docs/reference/harfbuzz-sections.txt  | 431
16240  ++++++++++++++++++++++++++++++++++
16241  gtk-doc.make                          | 302 ++++++++++++++++++++++++
16242  src/Makefile.am                       |   2 +-
16243  src/hb-gobject.h                      |   3 +-
16244  12 files changed, 931 insertions(+), 9 deletions(-)
16245
16246 commit 3409fb1c767118067cf7edfb97068936b6f4b717
16247 Author: Behdad Esfahbod <behdad@behdad.org>
16248 Date:   Wed Aug 21 17:22:21 2013 -0400
16249
16250     [uniscribe] Ask Uniscribe to return shaping results in logical order
16251
16252     See discussion on the list in the thread "Arabic presentation forms
16253     and the uniscribe backend".
16254
16255     Based on patch from Jonathan Kew.
16256
16257  src/hb-uniscribe.cc | 24 ++++++++++++------------
16258  1 file changed, 12 insertions(+), 12 deletions(-)
16259
16260 commit 1d05fdd09fa271b641f30a2138171e6fafcd8db7
16261 Author: Behdad Esfahbod <behdad@behdad.org>
16262 Date:   Tue Aug 20 13:22:21 2013 -0400
16263
16264     [uniscribe] Print run info
16265
16266  src/hb-uniscribe.cc | 8 ++++++++
16267  1 file changed, 8 insertions(+)
16268
16269 commit 3613696b57225111507a3f4263f5fa6937d0bc72
16270 Author: Behdad Esfahbod <behdad@behdad.org>
16271 Date:   Mon Aug 12 00:33:28 2013 -0400
16272
16273     [coretext] Fully support user features
16274
16275     Based on patch from Jonathan Kew and data from Apple.
16276
16277     It's not working correctly though, and I suspect I'm hitting a bug in
16278     CoreText.  When I do this:
16279
16280     hb-shape /Library/Fonts/Zapfino.ttf ZapfinoZapfino --shaper coretext \
16281     --features=-liga
16282
16283     I expect both ligatures to turn off, but only the second one does:
16284
16285     [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]
16286
16287     whereas if I disable 'dlig' instead of 'liga', both are turned off.
16288     Smells...
16289
16290     Doesn't resolve conflicting feature settings.
16291
16292  src/hb-coretext.cc  | 446
16293  +++++++++++++++++++++++++++++++++++++++++++++++-----
16294  src/hb-uniscribe.cc |   2 +-
16295  2 files changed, 404 insertions(+), 44 deletions(-)
16296
16297 commit 54e6f6c588a164f7de62ff88b3eff4f25adb8f17
16298 Author: Behdad Esfahbod <behdad@behdad.org>
16299 Date:   Fri Aug 9 14:34:54 2013 -0400
16300
16301     Clean up list of Unicode scripts
16302
16303     Rename HB_SCRIPT_CANADIAN_ABORIGINAL to HB_SCRIPT_CANADIAN_SYLLABICS
16304     and a macro for the old name.
16305
16306  src/hb-common.h                    | 277
16307  ++++++++++++++++++++-----------------
16308  src/hb-glib.cc                     |   2 +-
16309  src/hb-ot-shape-complex-private.hh |   2 +
16310  src/hb-ucdn.cc                     |   2 +-
16311  test/api/test-unicode.c            |   2 +-
16312  5 files changed, 153 insertions(+), 132 deletions(-)
16313
16314 commit 7cd4a715848c44be9aec6b6b622cfc2a60b1a5a9
16315 Author: Behdad Esfahbod <behdad@behdad.org>
16316 Date:   Fri Aug 9 09:41:48 2013 -0400
16317
16318     Update TODO
16319
16320  TODO | 4 ++--
16321  1 file changed, 2 insertions(+), 2 deletions(-)
16322
16323 commit 515a0ac81e531c95b1bb7f1a3c5df73a9e64b14f
16324 Author: Behdad Esfahbod <behdad@behdad.org>
16325 Date:   Fri Aug 9 09:40:59 2013 -0400
16326
16327     Fix compiler warning
16328
16329  src/hb-ot-layout-common-private.hh | 4 ++--
16330  1 file changed, 2 insertions(+), 2 deletions(-)
16331
16332 commit 10f964623f003c70f6bdd33423420abda3820ce0
16333 Author: Behdad Esfahbod <behdad@behdad.org>
16334 Date:   Fri Aug 9 09:40:01 2013 -0400
16335
16336     Round when scaling values
16337
16338     Doesn't matter for most users since they should be working in a
16339     fixed sub-pixel scale anyway (ie. 22.10, 26.6, 16.16, etc).
16340
16341  TODO                   | 2 --
16342  src/hb-font-private.hh | 6 +++++-
16343  2 files changed, 5 insertions(+), 3 deletions(-)
16344
16345 commit df8f70ae5de6181d56efa3f076f14e4d52119a5e
16346 Author: Behdad Esfahbod <behdad@behdad.org>
16347 Date:   Fri Aug 9 09:35:10 2013 -0400
16348
16349     Minor
16350
16351  src/hb-font-private.hh | 2 +-
16352  1 file changed, 1 insertion(+), 1 deletion(-)
16353
16354 commit ce8badf1808f9fbdd9a22e9215c7475d3afde5ed
16355 Author: Behdad Esfahbod <behdad@behdad.org>
16356 Date:   Fri Aug 9 09:31:06 2013 -0400
16357
16358     Minor
16359
16360  src/hb-font-private.hh | 2 +-
16361  1 file changed, 1 insertion(+), 1 deletion(-)
16362
16363 commit d71c0df2d17f4590d5611239577a6cb532c26528
16364 Author: Behdad Esfahbod <behdad@behdad.org>
16365 Date:   Fri Aug 9 09:28:32 2013 -0400
16366
16367     Remove vrt2, vkrn, vpal, and valt from default vertical features
16368
16369     See thread by John Dagget on the list.
16370
16371  TODO               | 2 --
16372  src/hb-ot-shape.cc | 9 ---------
16373  2 files changed, 11 deletions(-)
16374
16375 commit a782a5e9a37c8733ac2830410a514d38635b543a
16376 Author: Behdad Esfahbod <behdad@behdad.org>
16377 Date:   Wed Aug 7 21:08:54 2013 -0400
16378
16379     [coretext] Start adding support for features
16380
16381     Unlike AAT, looks like with CoreText very few OT features can
16382     be mapped.
16383     :(
16384
16385  src/hb-coretext.cc | 65
16386  +++++++++++++++++++++++++++++++++++++++++++++---------
16387  1 file changed, 54 insertions(+), 11 deletions(-)
16388
16389 commit bdd8873fd8ae5c794018f6edac242b0a8b62ff31
16390 Author: Behdad Esfahbod <behdad@behdad.org>
16391 Date:   Wed Aug 7 17:58:25 2013 -0400
16392
16393     Revert "[Indic] don't apply 'calt' by default in Indic shaper"
16394
16395     This reverts commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c.
16396
16397     In light of discussion on the mailing list...
16398
16399  src/hb-ot-shape-complex-indic.cc | 4 ----
16400  1 file changed, 4 deletions(-)
16401
16402 commit 9a175914d72187d0c3f50ddad50c9569649c3072
16403 Author: Behdad Esfahbod <behdad@behdad.org>
16404 Date:   Wed Aug 7 17:26:13 2013 -0400
16405
16406     [uniscribe] Support feature ranges
16407
16408     As Khaled pointed out, right now setting any features, turns kern
16409     and possibly other features off.
16410
16411  src/hb-uniscribe.cc | 232
16412  ++++++++++++++++++++++++++++++++++++++++++++--------
16413  1 file changed, 199 insertions(+), 33 deletions(-)
16414
16415 commit 627af695e48ef10b6e634c34b723f7e7013467f6
16416 Author: Behdad Esfahbod <behdad@behdad.org>
16417 Date:   Tue Aug 6 16:53:56 2013 -0400
16418
16419     More git.mk updates
16420
16421  git.mk | 4 +++-
16422  1 file changed, 3 insertions(+), 1 deletion(-)
16423
16424 commit 722252743d59e4cd53cb71720d823ea00b708ad8
16425 Author: Behdad Esfahbod <behdad@behdad.org>
16426 Date:   Tue Aug 6 15:19:23 2013 -0400
16427
16428     Update git.mk
16429
16430  git.mk | 37 +++++++++++++++++++++++--------------
16431  1 file changed, 23 insertions(+), 14 deletions(-)
16432
16433 commit 38d5c58d23fce38221689cda98cea1c3e42ed615
16434 Author: Behdad Esfahbod <behdad@behdad.org>
16435 Date:   Tue Aug 6 14:45:36 2013 -0400
16436
16437     [uniscribe] Half-support user features
16438
16439     Turning features on globally works now.
16440
16441  src/hb-uniscribe.cc | 54
16442  ++++++++++++++++++++++++++++++++++++++++++-----------
16443  1 file changed, 43 insertions(+), 11 deletions(-)
16444
16445 commit 639afdc690c681a302080239a1967ce735ba5be5
16446 Author: Behdad Esfahbod <behdad@behdad.org>
16447 Date:   Tue Aug 6 14:28:12 2013 -0400
16448
16449     Minor
16450
16451  src/hb-private.hh | 14 +++++++++++---
16452  1 file changed, 11 insertions(+), 3 deletions(-)
16453
16454 commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c
16455 Author: Jonathan Kew <jfkthame@gmail.com>
16456 Date:   Tue Aug 6 10:36:14 2013 -0400
16457
16458     [Indic] don't apply 'calt' by default in Indic shaper
16459
16460  src/hb-ot-shape-complex-indic.cc | 4 ++++
16461  1 file changed, 4 insertions(+)
16462
16463 commit 625678436c29100eef82d87e635b251030a18f60
16464 Author: Behdad Esfahbod <behdad@behdad.org>
16465 Date:   Mon Aug 5 22:44:18 2013 -0400
16466
16467     Fix glyph closure with class==0
16468
16469     As reported by cibu.  Untested.
16470
16471  src/hb-ot-layout-common-private.hh | 29 +++++++++++++++++++++++++++++
16472  1 file changed, 29 insertions(+)
16473
16474 commit 580d5eb93af5bbbc64994b626d5e011e2c256d74
16475 Author: Behdad Esfahbod <behdad@behdad.org>
16476 Date:   Sun Aug 4 16:55:21 2013 -0400
16477
16478     Don't apply 'dlig' by default
16479
16480     Windows 8 doesn't, and the spec will be fixed.
16481
16482  src/hb-ot-shape-complex-arabic.cc | 1 -
16483  1 file changed, 1 deletion(-)
16484
16485 commit 48382e2f41499a91181bea0acc5792989d2485bb
16486 Author: Behdad Esfahbod <behdad@behdad.org>
16487 Date:   Tue Jul 30 18:25:39 2013 -0400
16488
16489     Minor
16490
16491  src/hb-ot-layout-common-private.hh | 12 ++++++------
16492  1 file changed, 6 insertions(+), 6 deletions(-)
16493
16494 commit c461371419d186811d4bfc768e26535f48a807f4
16495 Author: Behdad Esfahbod <behdad@behdad.org>
16496 Date:   Tue Jul 30 14:48:23 2013 -0400
16497
16498     [CoreText] Don't leak the CTLine object (and everything that hangs
16499     off it)
16500
16501     Patch from Jonathan Kew.
16502
16503  src/hb-coretext.cc | 2 ++
16504  1 file changed, 2 insertions(+)
16505
16506 commit 5fbc952524ac8840f007dc0136823a4ab6e25f70
16507 Author: Behdad Esfahbod <behdad@behdad.org>
16508 Date:   Mon Jul 29 14:34:40 2013 -0400
16509
16510     Fix glyph name printing in hb-ot-shape-closure
16511
16512  util/hb-ot-shape-closure.cc | 2 +-
16513  1 file changed, 1 insertion(+), 1 deletion(-)
16514
16515 commit 6fadd9dd7cc220f131c29946285831635afc8044
16516 Author: Behdad Esfahbod <behdad@behdad.org>
16517 Date:   Fri Jul 26 10:33:06 2013 -0400
16518
16519     Apply 'mark' to Myanmar
16520
16521     According to Andrew Glass: "The issue with Myanmar <mark> feature was
16522     fixed via a servicing patch as soon as Windows 8 became available."
16523
16524  src/hb-ot-shape-complex-myanmar.cc | 11 -----------
16525  1 file changed, 11 deletions(-)
16526
16527 commit 86522e493d071f395b5abf64289232bf8867ac29
16528 Author: Behdad Esfahbod <behdad@behdad.org>
16529 Date:   Mon Jul 22 19:07:53 2013 -0400
16530
16531     Fix glyph closure recursion!
16532
16533  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
16534  1 file changed, 1 insertion(+), 1 deletion(-)
16535
16536 commit 74439d0aa10184451adc6c6469f5119be352ecbb
16537 Author: Behdad Esfahbod <behdad@behdad.org>
16538 Date:   Mon Jul 22 19:02:29 2013 -0400
16539
16540     Minor
16541
16542  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
16543  1 file changed, 1 insertion(+), 1 deletion(-)
16544
16545 commit 8b427c78efa988ed27a2a394146d73f59688707b
16546 Author: Behdad Esfahbod <behdad@behdad.org>
16547 Date:   Mon Jul 22 10:57:05 2013 -0400
16548
16549     [uniscribe] Sanitize font file
16550
16551  src/hb-uniscribe.cc | 4 ++++
16552  1 file changed, 4 insertions(+)
16553
16554 commit 12ff69df21ac91ae21860db7000d9f9973d3da1a
16555 Author: Behdad Esfahbod <behdad@behdad.org>
16556 Date:   Mon Jul 22 10:52:12 2013 -0400
16557
16558     [uniscribe] Handle TTC when renaming font
16559
16560  src/hb-uniscribe.cc | 31 ++++++++++++++++++-------------
16561  1 file changed, 18 insertions(+), 13 deletions(-)
16562
16563 commit 05bad3b8c25a89bc0f20f99f9215e492f48f03fe
16564 Author: Behdad Esfahbod <behdad@behdad.org>
16565 Date:   Sun Jul 21 17:05:02 2013 -0400
16566
16567     [uniscribe] Use OT::* types
16568
16569  src/hb-open-type-private.hh |  10 ++++-
16570  src/hb-ot-name-table.hh     |   4 +-
16571  src/hb-uniscribe.cc         | 107
16572  +++++++++++++++++++++++---------------------
16573  3 files changed, 66 insertions(+), 55 deletions(-)
16574
16575 commit bdeea605fe597bff4430eaae3317189bb81ec76e
16576 Author: Behdad Esfahbod <behdad@behdad.org>
16577 Date:   Sun Jul 21 16:22:10 2013 -0400
16578
16579     [uniscribe] Move name generation into separate function
16580
16581  src/hb-uniscribe.cc | 34 ++++++++++++++++++++++------------
16582  1 file changed, 22 insertions(+), 12 deletions(-)
16583
16584 commit 73f947e2a7bc5b29d731da2e9d1fafe958be839e
16585 Author: Behdad Esfahbod <behdad@behdad.org>
16586 Date:   Sun Jul 21 16:16:35 2013 -0400
16587
16588     [uniscribe] Use blob to pass data around
16589
16590  src/hb-uniscribe.cc | 28 ++++++++++++++--------------
16591  1 file changed, 14 insertions(+), 14 deletions(-)
16592
16593 commit 8ac2e88deff3d069c19fd59d0fbbfb88a762b113
16594 Author: Behdad Esfahbod <behdad@behdad.org>
16595 Date:   Sun Jul 21 16:06:49 2013 -0400
16596
16597     [uniscribe] Use unique font name
16598
16599     When installing per-process fonts using AddFontMemResourceEx(),
16600     if a font with the same family name is already installed, sometimes
16601     that one gets used.  Which is problematic for us.  As such, we
16602     now mangle the font to install a new 'name' table with a unique
16603     name, which we then use to choose the font.
16604
16605     Patch from Jonathan Kew.
16606
16607  configure.ac        |   2 +-
16608  src/hb-uniscribe.cc | 136
16609  ++++++++++++++++++++++++++++++++++++++++++++--------
16610  2 files changed, 116 insertions(+), 22 deletions(-)
16611
16612 commit 8751de50831338ce550601c34c17d152ad89c1fd
16613 Author: Behdad Esfahbod <behdad@behdad.org>
16614 Date:   Thu Jul 18 16:29:50 2013 -0400
16615
16616     Followup fix for 3f9e2dced298c3d00f31b2dfc38685bb071a3a22
16617
16618     During GSUB, if a ligation happens, subsequence context input matching
16619     matches the new indexing.  During GPOS however, the indices never
16620     change.  So just go one by one.
16621
16622     Fixes 'dist' positioning with mmrtext.ttf and the following sequence:
16623
16624       U+1014,U+1039,U+1011,U+1014,U+1039,U+1011,U+1014,U+1039,U+1011
16625
16626     Reported by Jonathan Kew.
16627
16628  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
16629  1 file changed, 8 insertions(+)
16630
16631 commit 2b78d67e9f38f77086fbd9c3fd6f1c8c73927a51
16632 Author: Behdad Esfahbod <behdad@behdad.org>
16633 Date:   Tue Jul 16 16:06:27 2013 -0400
16634
16635     0.9.19
16636
16637  NEWS         | 11 +++++++++++
16638  configure.ac |  2 +-
16639  2 files changed, 12 insertions(+), 1 deletion(-)
16640
16641 commit e509d35cf1160f1449bc736b9445cdf61ab81d06
16642 Author: Behdad Esfahbod <behdad@behdad.org>
16643 Date:   Thu Jul 11 14:56:45 2013 -0400
16644
16645     [ft] hb_ft_get_glyph_from_name fails for the name of glyph id 0
16646
16647     Based on patch from Jonathan Kew, as reported on the mailing list.
16648
16649  src/hb-ft.cc | 9 +++++++++
16650  1 file changed, 9 insertions(+)
16651
16652 commit 29b596ac67806c44441e65f3ece227df0fe2bb63
16653 Author: Behdad Esfahbod <behdad@behdad.org>
16654 Date:   Mon Jul 8 08:37:15 2013 -0600
16655
16656     [uniscribe] Fix buffer allocation
16657
16658     Email from Jonathan Kew:
16659
16660     My cygwin build kept aborting on certain test words when run with the
16661     uniscribe backend. Turned out this was caused by a bug in the
16662     allocation
16663     of scratch buffers in hb-uniscribe.cc.
16664
16665     Commit 2a17f9568d9724e045d2c1d660e007f3acd747d9 introduced a new line
16666
16667       ALLOCATE_ARRAY (SCRIPT_VISATTR, vis_attr, glyphs_size);
16668
16669     but it failed to account for this in the computation of glyphs_size
16670     (the number of glyphs for which scratch buffer space is available),
16671     with the result that the vis_clusters array ends up overrunning the
16672     end of the scratch buffer and clobbering the beginning of the buffer's
16673     info[].
16674
16675     AFAICS, the vis_attr array is not actually used, so the simple fix is
16676     to remove the line that allocates it. (If/when we -do- need to use
16677     vis_attr for something, we'll need to add another term to the earlier
16678     calculation of glyphs_size.)
16679
16680     With this patch, the uniscribe backend runs reliably again.
16681
16682     JK
16683
16684  src/hb-uniscribe.cc | 1 -
16685  1 file changed, 1 deletion(-)
16686
16687 commit 9245e98742667dfffe06523e8051beda1bc04811
16688 Author: Behdad Esfahbod <behdad@behdad.org>
16689 Date:   Wed Jun 26 20:57:58 2013 -0400
16690
16691     [Indic] Add Javanese config
16692
16693     We should add for other scripts too, send me the virama codepoint
16694     and script name...
16695
16696  src/hb-ot-shape-complex-indic.cc | 1 +
16697  1 file changed, 1 insertion(+)
16698
16699 commit 5f85c80a07dd2d18348824866bf4e984ac711a24
16700 Author: Behdad Esfahbod <behdad@behdad.org>
16701 Date:   Wed Jun 26 20:14:18 2013 -0400
16702
16703     [OT] Collect requiredFeature only if features are not provided
16704
16705     As per Werner's report on the list.
16706
16707  src/hb-ot-layout.cc | 22 +++++++++++-----------
16708  1 file changed, 11 insertions(+), 11 deletions(-)
16709
16710 commit 3f9e2dced298c3d00f31b2dfc38685bb071a3a22
16711 Author: Behdad Esfahbod <behdad@behdad.org>
16712 Date:   Wed Jun 26 19:46:55 2013 -0400
16713
16714     Fix contextual lookup recursion indexing
16715
16716     See email thread "Skipping Control for Attaching Marks using OpenType"
16717     from earlier this month.
16718
16719  src/hb-ot-layout-gsubgpos-private.hh | 10 ++--------
16720  1 file changed, 2 insertions(+), 8 deletions(-)
16721
16722 commit f5da11e0fa5adf8f782883dc5c30d8faaafc9c27
16723 Merge: 79d1007 89312b7
16724 Author: Behdad Esfahbod <behdad@behdad.org>
16725 Date:   Sat Jun 22 08:04:05 2013 -0700
16726
16727     Merge pull request #3 from LogosBible/master
16728
16729     Destroy lookups before blobs.
16730
16731 commit 89312b7417c0198a0635ca6b7e8ea11f6af2a4f8
16732 Author: Bradley Grainger <bgrainger@gmail.com>
16733 Date:   Fri Jun 21 15:02:18 2013 -0700
16734
16735     Destroy lookups before blobs.
16736
16737     'layout->gsub' may depend on data owned by 'layout->gsub_blob',
16738     so it must
16739     be deinitialized before the blob is destroyed.
16740
16741  src/hb-ot-layout.cc | 8 ++++----
16742  1 file changed, 4 insertions(+), 4 deletions(-)
16743
16744 commit 79d1007a501fd63c0ba4d51038c513e6b8b94740
16745 Author: Behdad Esfahbod <behdad@behdad.org>
16746 Date:   Thu Jun 13 19:01:07 2013 -0400
16747
16748     If variation selector is not consumed by cmap, pass it on to GSUB
16749
16750     This changes the semantics of get_glyph() callback and expect that
16751     callbacks return false if the requested variant is not available, and
16752     then we will call them back with variation_selector=0 and will retain
16753     the glyph for the selector in the glyph stream.
16754
16755     Apparently most Mongolian fonts implement the Mongolian Variation
16756     Selectors using GSUB, not cmap.
16757
16758     https://bugs.freedesktop.org/show_bug.cgi?id=65258
16759
16760     Note that this doesn't fix the Mongolian shaping yet, because the way
16761     that's implemented is that the, say, 'init' feature ligates the letter
16762     and the variation-selector.  However, since currently the variation
16763     selector doesn't have the 'init' mask on, it will not be matched...
16764
16765  src/hb-ft.cc                 |  3 +--
16766  src/hb-ot-shape-normalize.cc | 14 ++++++++++++--
16767  2 files changed, 13 insertions(+), 4 deletions(-)
16768
16769 commit c7a84917208528040aaf9ad0a9a0b26aabeabc9c
16770 Author: Behdad Esfahbod <behdad@behdad.org>
16771 Date:   Thu Jun 6 20:17:32 2013 -0400
16772
16773     Skip over multiple variation selectors in a row
16774
16775  src/hb-ot-shape-normalize.cc | 6 ++++++
16776  1 file changed, 6 insertions(+)
16777
16778 commit 7235f33f9e5e031622a00a84f4b2e98f16803579
16779 Author: Behdad Esfahbod <behdad@behdad.org>
16780 Date:   Mon Jun 10 14:39:51 2013 -0400
16781
16782     Fix misc warnings reported by cppcheck
16783
16784     https://bugs.freedesktop.org/show_bug.cgi?id=65544
16785
16786  src/hb-common.cc            |  2 +-
16787  src/hb-coretext.cc          |  3 ---
16788  src/hb-font-private.hh      | 17 +++++++++++------
16789  src/hb-private.hh           |  2 +-
16790  src/hb-shape.cc             |  2 +-
16791  test/api/test-font.c        |  1 -
16792  util/ansi-print.cc          |  1 +
16793  util/hb-ot-shape-closure.cc |  5 +++--
16794  util/hb-shape.cc            |  5 ++++-
16795  util/shape-consumer.hh      |  6 ++++--
16796  util/view-cairo.hh          |  6 ++++--
16797  11 files changed, 30 insertions(+), 20 deletions(-)
16798
16799 commit 570bcccd3f41b9aecd51765a401299833a6d8ebd
16800 Author: Behdad Esfahbod <behdad@behdad.org>
16801 Date:   Mon Jun 10 13:56:51 2013 -0400
16802
16803     Fix PKG_CHECK_MODULES usage
16804
16805     Oops.
16806
16807     Bug 65246 - Fix build without graphite2
16808
16809  configure.ac | 2 +-
16810  1 file changed, 1 insertion(+), 1 deletion(-)
16811
16812 commit 270cfd7a9c01dfb1b1789929f020943ad63aca99
16813 Author: Behdad Esfahbod <behdad@behdad.org>
16814 Date:   Thu Jun 6 18:57:15 2013 -0400
16815
16816     Fix PKG_CHECK_MODULES usage
16817
16818     Bug 65246 - Fix build without graphite2
16819
16820     If we don't provide ACTION-IF-NOT-FOUND, configure aborts if it can't
16821     find the libraries.  We handle that ourselves so we don't want the
16822     macro to abort.
16823
16824  configure.ac | 16 ++++++++--------
16825  1 file changed, 8 insertions(+), 8 deletions(-)
16826
16827 commit 2fd0e02706857bcaf61bf5151657eac96cfa73b9
16828 Author: Behdad Esfahbod <behdad@behdad.org>
16829 Date:   Thu Jun 6 17:16:01 2013 -0400
16830
16831     Minor
16832
16833  src/Makefile.am | 14 +++++++-------
16834  1 file changed, 7 insertions(+), 7 deletions(-)
16835
16836 commit b4c5c52944a44ba863a22a53035ff561af7318ca
16837 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
16838 Date:   Mon Jun 3 17:55:29 2013 +0800
16839
16840     util/ansi-print.cc: Use fallback implementation for lround on MSVC
16841
16842     Unfortuately Visual Studio (still) does not support the C99 function
16843     lround, so provide a fallback implementation for it.
16844
16845  util/ansi-print.cc | 11 +++++++++++
16846  1 file changed, 11 insertions(+)
16847
16848 commit a4446b10bfe0a9e7236bf941fa69a96697939e11
16849 Author: Behdad Esfahbod <behdad@behdad.org>
16850 Date:   Mon Jun 3 18:39:14 2013 -0400
16851
16852     Fix build for C89 compilers
16853
16854  test/api/test-buffer.c | 2 +-
16855  1 file changed, 1 insertion(+), 1 deletion(-)
16856
16857 commit 4ddf937242048c4a044ada4559e26664a0c09b48
16858 Author: Behdad Esfahbod <behdad@behdad.org>
16859 Date:   Mon Jun 3 18:36:26 2013 -0400
16860
16861     Remove unnecessary stdint.h include
16862
16863  src/hb-ucdn/ucdn.c | 1 -
16864  1 file changed, 1 deletion(-)
16865
16866 commit 93a04b8b5e6d8067cb925fdf532aadc24c1d4861
16867 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
16868 Date:   Mon Jun 3 17:49:37 2013 +0800
16869
16870     hb-uniscribe.cc: Re-enable build under Visual Studio
16871
16872     -Declare hinstLib at the top of block
16873     -Fix the definitions of the typedefs of ScriptItemizeOpenType,
16874      ScriptShapeOpenType and ScriptPlaceOpenType
16875
16876  src/hb-uniscribe.cc | 9 +++++----
16877  1 file changed, 5 insertions(+), 4 deletions(-)
16878
16879 commit 280e52ae95df0cbee0bb305f5354381bc1d563f4
16880 Author: Behdad Esfahbod <behdad@behdad.org>
16881 Date:   Thu May 30 18:04:24 2013 -0400
16882
16883     Fix ChangeLog regen
16884
16885  Makefile.am | 5 +++--
16886  1 file changed, 3 insertions(+), 2 deletions(-)
16887
16888 commit c1824daefa1253507636e4bfdf46374f835f10b3
16889 Author: Behdad Esfahbod <behdad@behdad.org>
16890 Date:   Wed May 29 15:30:54 2013 -0400
16891
16892     Update TODO
16893
16894  TODO | 14 +++++++-------
16895  1 file changed, 7 insertions(+), 7 deletions(-)
16896
16897 commit 2966d3603259430800cb5880491d28a1c5ea2314
16898 Author: Behdad Esfahbod <behdad@behdad.org>
16899 Date:   Tue May 28 17:34:37 2013 -0400
16900
16901     Fix test build
16902
16903  test/api/Makefile.am | 3 ++-
16904  1 file changed, 2 insertions(+), 1 deletion(-)
16905
16906 commit 6873f6cc42aa1405e71be903bd0f39a7a15320ce
16907 Author: Behdad Esfahbod <behdad@behdad.org>
16908 Date:   Tue May 28 17:33:16 2013 -0400
16909
16910     Minor
16911
16912  TODO | 2 --
16913  1 file changed, 2 deletions(-)
16914
16915 commit 4014aa4e53bddb29d939a168bd733942d3683732
16916 Author: Behdad Esfahbod <behdad@behdad.org>
16917 Date:   Tue May 28 17:28:59 2013 -0400
16918
16919     0.9.18
16920
16921  NEWS         | 28 ++++++++++++++++++++++++++++
16922  configure.ac |  2 +-
16923  2 files changed, 29 insertions(+), 1 deletion(-)
16924
16925 commit d70be29831bb99e34fe18744129088f45d5b2023
16926 Author: Behdad Esfahbod <behdad@behdad.org>
16927 Date:   Tue May 28 17:23:56 2013 -0400
16928
16929     Fix dist
16930
16931  src/Makefile.am | 4 ++++
16932  1 file changed, 4 insertions(+)
16933
16934 commit 22ce0961742df0a213f2cc86ca3d5a72453c00b1
16935 Author: Behdad Esfahbod <behdad@behdad.org>
16936 Date:   Tue May 28 17:18:30 2013 -0400
16937
16938     Generate harfbuzz-icu.pc
16939
16940     Currently it only works with ICU that has .pc files.  I'll
16941     wait till someone complains before fixing it for icu-config
16942     systems.
16943
16944  Makefile.am            |  3 ---
16945  configure.ac           |  5 ++---
16946  harfbuzz.pc.in         | 11 -----------
16947  src/Makefile.am        | 13 +++++++++++++
16948  src/harfbuzz-icu.pc.in | 13 +++++++++++++
16949  src/harfbuzz.pc.in     | 11 +++++++++++
16950  6 files changed, 39 insertions(+), 17 deletions(-)
16951
16952 commit d9afa111330771461b6182ada9f4edd68bcfce77
16953 Author: Behdad Esfahbod <behdad@behdad.org>
16954 Date:   Tue May 28 15:27:40 2013 -0400
16955
16956     Build hb-icu into libharfbuzz-icu.so
16957
16958  src/Makefile.am      | 29 +++++++++++++++--------------
16959  src/hb-unicode.cc    |  2 +-
16960  test/api/Makefile.am |  1 +
16961  3 files changed, 17 insertions(+), 15 deletions(-)
16962
16963 commit 7d395c2a255a44fd0d65365ea9b525dba70c062c
16964 Author: Behdad Esfahbod <behdad@behdad.org>
16965 Date:   Tue May 28 15:25:06 2013 -0400
16966
16967     Minor
16968
16969  test/api/test-c.c | 4 ++++
16970  1 file changed, 4 insertions(+)
16971
16972 commit 2a17f9568d9724e045d2c1d660e007f3acd747d9
16973 Author: Behdad Esfahbod <behdad@behdad.org>
16974 Date:   Tue May 28 13:10:51 2013 -0400
16975
16976     Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
16977
16978     Fallback to older API if OpenType variants are not available.
16979
16980  configure.ac        |  14 +--
16981  src/hb-uniscribe.cc | 322
16982  +++++++++++++++++++++++++++++++++++++++++++---------
16983  2 files changed, 271 insertions(+), 65 deletions(-)
16984
16985 commit f8087ffbadc83a15d59367ba82976eae675736a7
16986 Author: Behdad Esfahbod <behdad@behdad.org>
16987 Date:   Mon May 27 19:43:48 2013 -0400
16988
16989     Add --with-cairo
16990
16991  configure.ac | 17 +++++++++++++++--
16992  1 file changed, 15 insertions(+), 2 deletions(-)
16993
16994 commit 82eddfe5d658ef791d6ef6a566401c50601dfb1c
16995 Author: Behdad Esfahbod <behdad@behdad.org>
16996 Date:   Mon May 27 19:33:36 2013 -0400
16997
16998     Add --with-freetype
16999
17000     Defaults to auto.
17001
17002  configure.ac | 12 +++++++++++-
17003  1 file changed, 11 insertions(+), 1 deletion(-)
17004
17005 commit 5e25eb77a49e7f95b6a6d540b26d60d430f89d4c
17006 Author: Behdad Esfahbod <behdad@behdad.org>
17007 Date:   Mon May 27 19:30:48 2013 -0400
17008
17009     Default glib to auto again
17010
17011  configure.ac | 4 ++--
17012  1 file changed, 2 insertions(+), 2 deletions(-)
17013
17014 commit eb63e786f37468867c81707504128cf8a4016e5b
17015 Author: Behdad Esfahbod <behdad@behdad.org>
17016 Date:   Mon May 27 19:29:09 2013 -0400
17017
17018     Add --with-coretext
17019
17020     Defaults to no.
17021
17022  configure.ac | 12 +++++++++++-
17023  1 file changed, 11 insertions(+), 1 deletion(-)
17024
17025 commit ab2af17bc6faa8394656e6e82948dc3e9f437626
17026 Author: Behdad Esfahbod <behdad@behdad.org>
17027 Date:   Mon May 27 19:27:43 2013 -0400
17028
17029     Add --with-uniscribe
17030
17031     Defaults to no.
17032
17033  configure.ac | 55 +++++++++++++++++++++++++++++++++++++++----------------
17034  1 file changed, 39 insertions(+), 16 deletions(-)
17035
17036 commit 58db2c2542717858acbdf480b3f19a8aef4918cd
17037 Author: Behdad Esfahbod <behdad@behdad.org>
17038 Date:   Mon May 27 19:10:33 2013 -0400
17039
17040     Disable UCDN if glib is available
17041
17042     We only want UCDN if we don't have any other Unicode provider.
17043     I'm going to remove ICU from the list of default Unicode providers
17044     as part of moving hb-icu into its own library.  As such, the only
17045     providers will be UCDN and glib.
17046
17047  configure.ac | 3 +++
17048  1 file changed, 3 insertions(+)
17049
17050 commit ca65326cbd49b48792c4e3125af6c5006364f194
17051 Author: Behdad Esfahbod <behdad@behdad.org>
17052 Date:   Mon May 27 19:09:50 2013 -0400
17053
17054     Minor
17055
17056  configure.ac | 16 ++++++++--------
17057  1 file changed, 8 insertions(+), 8 deletions(-)
17058
17059 commit 7ae14973ecb4614a83769d2bbd01f33d8474ffc0
17060 Author: Behdad Esfahbod <behdad@behdad.org>
17061 Date:   Mon May 27 19:06:50 2013 -0400
17062
17063     Disable icu_le shaper
17064
17065     Will add a way to enable it later.
17066
17067  configure.ac | 3 ++-
17068  1 file changed, 2 insertions(+), 1 deletion(-)
17069
17070 commit 7e6ebf76236cc5ea69302e68186bdf8166d04a98
17071 Author: Behdad Esfahbod <behdad@behdad.org>
17072 Date:   Mon May 27 19:05:23 2013 -0400
17073
17074     Remove icu-config fallback for icu_le shaper
17075
17076     Bug 64878 - compile error with ICU but not ICU
17077
17078  configure.ac | 18 ------------------
17079  1 file changed, 18 deletions(-)
17080
17081 commit 932b7471479c639244051b4dbae678e7d47ae99f
17082 Author: Behdad Esfahbod <behdad@behdad.org>
17083 Date:   Mon May 27 19:04:40 2013 -0400
17084
17085     Bug 65053 - Add configure option to enable/disable ICU support
17086
17087  configure.ac | 46 ++++++++++++++++++++++++++++------------------
17088  1 file changed, 28 insertions(+), 18 deletions(-)
17089
17090 commit cf2c1c7eb81b54a344ed5cf36d5fbd3cd297eed1
17091 Author: Behdad Esfahbod <behdad@behdad.org>
17092 Date:   Mon May 27 18:54:30 2013 -0400
17093
17094     Disable hb-old shaper
17095
17096     Will add proper way to enable it later.
17097
17098  configure.ac | 2 +-
17099  1 file changed, 1 insertion(+), 1 deletion(-)
17100
17101 commit 5a78d23f255a649353044af8e5df315f62907b7f
17102 Author: Behdad Esfahbod <behdad@behdad.org>
17103 Date:   Mon May 27 18:47:58 2013 -0400
17104
17105     Bug 65054 - Add configure option to enable/disable Graphite2
17106
17107     Add --with-graphite2.  Defaults to off.
17108
17109  configure.ac | 20 +++++++++++++++-----
17110  1 file changed, 15 insertions(+), 5 deletions(-)
17111
17112 commit 61e7775fa75c7c1bdc29a6992c8c215897364600
17113 Author: Behdad Esfahbod <behdad@behdad.org>
17114 Date:   Mon May 27 18:24:56 2013 -0400
17115
17116     Remove hb-icu dependency from hb-icu-le shaper
17117
17118  src/hb-icu-le.cc | 33 +++++++++++++++++++++++++++++----
17119  1 file changed, 29 insertions(+), 4 deletions(-)
17120
17121 commit 7e08f1258da229dfaf7e1c4b5c41e5bb83906cb0
17122 Author: Behdad Esfahbod <behdad@behdad.org>
17123 Date:   Mon May 27 14:48:34 2013 -0400
17124
17125     Don't zero advance of mark-non-mark ligatures
17126
17127     If there's a mark ligating forward with non-mark, they were
17128     inheriting the GC of the mark and later get advance-zeroed.
17129     Don't do that if there's any non-mark glyph in the ligature.
17130
17131     Sample test: U+1780,U+17D2,U+179F with Kh-Metal-Chrieng.ttf
17132
17133     Also:
17134     Bug 58922 - Issue with mark advance zeroing in generic shaper
17135
17136  src/hb-ot-layout-gsubgpos-private.hh | 4 ++++
17137  src/hb-ot-layout-private.hh          | 6 ++++++
17138  2 files changed, 10 insertions(+)
17139
17140 commit cf059ac69d10d9eb09f0d2a29b1bd989647bd800
17141 Author: Behdad Esfahbod <behdad@behdad.org>
17142 Date:   Fri May 24 15:28:11 2013 -0400
17143
17144     [icu_le] Support non-BMP text
17145
17146  src/hb-icu-le.cc | 35 ++++++++++++++++++++++++++++-------
17147  1 file changed, 28 insertions(+), 7 deletions(-)
17148
17149 commit a447c528e68cabc9ca6e24e2c436f3d605ef9aaa
17150 Author: Behdad Esfahbod <behdad@behdad.org>
17151 Date:   Thu May 23 17:05:39 2013 -0400
17152
17153     [icu_le] A bit better scaling
17154
17155  src/hb-icu-le.cc | 10 ++++++----
17156  1 file changed, 6 insertions(+), 4 deletions(-)
17157
17158 commit fb502a22787f4110472771ef771619342e64577a
17159 Merge: b9408d2 9d9e72e
17160 Author: Behdad Esfahbod <behdad@behdad.org>
17161 Date:   Thu May 23 15:54:52 2013 -0400
17162
17163     Merge commit '9d9e72e94e7914f82ce62a304e7242f79c13edaf'
17164
17165 commit b9408d24f3029f5287b17779235b1c750ff5158a
17166 Author: Behdad Esfahbod <behdad@behdad.org>
17167 Date:   Thu May 23 15:43:02 2013 -0400
17168
17169     [icu_le] Fix scaling
17170
17171     Seems to work...
17172
17173  src/hb-icu-le.cc                       |  2 ++
17174  src/hb-icu-le/PortableFontInstance.cpp | 23 +++++++++++++++--------
17175  src/hb-icu-le/PortableFontInstance.h   |  9 ++++++++-
17176  3 files changed, 25 insertions(+), 9 deletions(-)
17177
17178 commit 601526392dec5d8432f147c91658ba50ed6a4322
17179 Author: Behdad Esfahbod <behdad@behdad.org>
17180 Date:   Tue May 21 17:22:13 2013 -0400
17181
17182     Copy stdint.h boilerplate to ucdn
17183
17184  src/hb-ucdn/ucdn.h | 24 +++++++++++++++++++++++-
17185  1 file changed, 23 insertions(+), 1 deletion(-)
17186
17187 commit f1b02f4f3c0db9fbfa6747188429df828b000010
17188 Author: Behdad Esfahbod <behdad@behdad.org>
17189 Date:   Mon May 20 09:23:58 2013 -0400
17190
17191     0.9.17
17192
17193  NEWS         | 8 ++++++++
17194  configure.ac | 2 +-
17195  2 files changed, 9 insertions(+), 1 deletion(-)
17196
17197 commit d785fa0c45f7f25f5e5f352b933a5f6fa29be5c0
17198 Author: Behdad Esfahbod <behdad@behdad.org>
17199 Date:   Mon May 20 09:18:52 2013 -0400
17200
17201     Minor refactoring
17202
17203  src/hb-ot-shape.cc | 54
17204  ++++++++++++++++++++++++++++--------------------------
17205  1 file changed, 28 insertions(+), 26 deletions(-)
17206
17207 commit 127daf15e0b2f509ebd29a104236c8b38884efb0
17208 Author: Behdad Esfahbod <behdad@behdad.org>
17209 Date:   Mon May 20 09:11:35 2013 -0400
17210
17211     Arabic mark width-zeroing regression
17212
17213     Mozilla Bug 873902 - Display Arabic text with diacritics is bad
17214     https://bugzilla.mozilla.org/show_bug.cgi?id=873902
17215
17216  src/hb-ot-shape-complex-arabic.cc  |  2 +-
17217  src/hb-ot-shape-complex-default.cc |  2 +-
17218  src/hb-ot-shape-complex-myanmar.cc |  2 +-
17219  src/hb-ot-shape-complex-private.hh |  6 ++++--
17220  src/hb-ot-shape-complex-thai.cc    |  2 +-
17221  src/hb-ot-shape.cc                 | 36
17222  ++++++++++++++++++++++++++++--------
17223  6 files changed, 36 insertions(+), 14 deletions(-)
17224
17225 commit fa3d0a0ce60a9fcf2b7f906dec916463b1319eda
17226 Author: Behdad Esfahbod <behdad@behdad.org>
17227 Date:   Tue May 14 15:30:55 2013 -0400
17228
17229     Bug 64476 - Typo in hb_set_t.get_min()
17230
17231     Fixes previous commit's test.
17232
17233  src/hb-set-private.hh | 2 +-
17234  1 file changed, 1 insertion(+), 1 deletion(-)
17235
17236 commit dfbd115e6c1a86a5f1b8d15200672f1e9410b5de
17237 Author: Behdad Esfahbod <behdad@behdad.org>
17238 Date:   Tue May 14 15:30:17 2013 -0400
17239
17240     [test] Add test for hb_set_get_min() bug
17241
17242     Failing now.
17243
17244     Bug 64476 - Typo in hb_set_t.get_min()
17245
17246  test/api/test-set.c | 4 ++++
17247  1 file changed, 4 insertions(+)
17248
17249 commit 9d9e72e94e7914f82ce62a304e7242f79c13edaf
17250 Author: Behdad Esfahbod <behdad@behdad.org>
17251 Date:   Fri May 3 18:10:10 2013 -0400
17252
17253     [OTLayout] Use is_inplace() when flipping buffers
17254
17255  src/hb-ot-layout.cc | 9 ++++++++-
17256  1 file changed, 8 insertions(+), 1 deletion(-)
17257
17258 commit 45f3d980c9503bd94e64f6e3f67f97688347d00c
17259 Author: Behdad Esfahbod <behdad@behdad.org>
17260 Date:   Fri May 3 17:49:44 2013 -0400
17261
17262     [OTLayout] Merge / templateize apply_string()
17263
17264  src/hb-ot-layout-gpos-table.hh | 25 ---------------
17265  src/hb-ot-layout-gsub-table.hh | 48 ----------------------------
17266  src/hb-ot-layout.cc            | 72
17267  ++++++++++++++++++++++++++++++++++++++++--
17268  3 files changed, 69 insertions(+), 76 deletions(-)
17269
17270 commit e015b8f2187d1102b9c34d1a63504e7b05ee20ee
17271 Author: Behdad Esfahbod <behdad@behdad.org>
17272 Date:   Fri May 3 17:34:29 2013 -0400
17273
17274     [OTLayout] Minor
17275
17276  src/hb-ot-layout-gpos-table.hh | 5 +++++
17277  1 file changed, 5 insertions(+)
17278
17279 commit 780cd930a974165d76dbf7a87701d11b7f15db06
17280 Author: Behdad Esfahbod <behdad@behdad.org>
17281 Date:   Fri May 3 17:33:16 2013 -0400
17282
17283     [OTLayout] Minor
17284
17285  src/hb-ot-layout-gpos-table.hh | 2 +-
17286  src/hb-ot-layout-gsub-table.hh | 2 +-
17287  src/hb-ot-layout.cc            | 4 ++--
17288  3 files changed, 4 insertions(+), 4 deletions(-)
17289
17290 commit 2e0c44f4bedd3e24c731c0e9e23358e9a4891a35
17291 Author: Behdad Esfahbod <behdad@behdad.org>
17292 Date:   Wed Apr 24 16:42:05 2013 -0400
17293
17294     [OTLayout] Add is_inplace() method to GSUB
17295
17296  src/hb-ot-layout-gpos-table.hh       |   8 +-
17297  src/hb-ot-layout-gsub-table.hh       |  58 ++++++++++++-
17298  src/hb-ot-layout-gsubgpos-private.hh | 158
17299  +++++++++++++++++++++++++++++++++++
17300  3 files changed, 222 insertions(+), 2 deletions(-)
17301
17302 commit bac1dd6a0ff4d4fae4254506d38ae662b7e9dda7
17303 Author: Behdad Esfahbod <behdad@behdad.org>
17304 Date:   Thu May 2 18:52:24 2013 -0400
17305
17306     [OTLayout] Refactor a bit more
17307
17308  src/hb-ot-layout-gsubgpos-private.hh       |  10 +--
17309  src/hb-ot-layout-private.hh                |  26 ++++----
17310  src/hb-ot-layout.cc                        | 100
17311  ++++++++++++++---------------
17312  src/hb-ot-map-private.hh                   |   7 +-
17313  src/hb-ot-shape-complex-arabic-fallback.hh |   7 +-
17314  src/hb-ot-shape-fallback.cc                |   3 +-
17315  6 files changed, 78 insertions(+), 75 deletions(-)
17316
17317 commit d2c96819de9a7428b65ef0adf794416224221f36
17318 Author: Behdad Esfahbod <behdad@behdad.org>
17319 Date:   Thu May 2 18:18:24 2013 -0400
17320
17321     Move code around
17322
17323  src/hb-ot-layout.cc | 52
17324  ++++++++++++++++++++++++++++++++++++++++++++++++++++
17325  src/hb-ot-map.cc    | 43 -------------------------------------------
17326  2 files changed, 52 insertions(+), 43 deletions(-)
17327
17328 commit 45fd9424c723f115ca98995b8f8a25185a6fc71d
17329 Author: Behdad Esfahbod <behdad@behdad.org>
17330 Date:   Thu May 2 18:06:51 2013 -0400
17331
17332     [OTLayout] Add hb_ot_layout_lookup_accelerator_t
17333
17334  src/hb-ot-layout-private.hh                | 21 +++++++++++++++++--
17335  src/hb-ot-layout.cc                        | 33
17336  +++++++++++++++---------------
17337  src/hb-ot-shape-complex-arabic-fallback.hh | 10 +++++----
17338  3 files changed, 41 insertions(+), 23 deletions(-)
17339
17340 commit 76ea563673d24ae1673a5aa3a21da6014479d433
17341 Author: Behdad Esfahbod <behdad@behdad.org>
17342 Date:   Sat May 4 16:01:20 2013 -0400
17343
17344     [OTLayout] Add note about collect_glyphs() and recursive lookups
17345
17346  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++++-
17347  1 file changed, 7 insertions(+), 1 deletion(-)
17348
17349 commit a8bf0e91f18341e1e20f4e3341fc7dcdd0c990e1
17350 Author: Behdad Esfahbod <behdad@behdad.org>
17351 Date:   Fri May 3 14:45:04 2013 -0400
17352
17353     Add U+061C ARABIC LETTER MARK to Default_Ignorable
17354
17355  src/hb-unicode-private.hh | 4 ++++
17356  1 file changed, 4 insertions(+)
17357
17358 commit 5d59f999204aedfc433ab4989664d875f96b0364
17359 Author: Behdad Esfahbod <behdad@behdad.org>
17360 Date:   Thu May 2 14:44:45 2013 -0400
17361
17362     [OTLayout] Make MultipleSubst in-place for sequences of len=1
17363
17364  src/hb-ot-layout-gsub-table.hh | 15 +++++++++++----
17365  1 file changed, 11 insertions(+), 4 deletions(-)
17366
17367 commit 54f84a6b8571ac7aaaa66f3eff562d23d69d7552
17368 Author: Behdad Esfahbod <behdad@behdad.org>
17369 Date:   Thu May 2 15:27:53 2013 -0400
17370
17371     [OTLayout] Whitespace
17372
17373  src/hb-ot-layout-gsub-table.hh | 56
17374  +++++++++++++++++++++---------------------
17375  1 file changed, 28 insertions(+), 28 deletions(-)
17376
17377 commit 3276c354daaff3acabecff11f8e4b5c54d53fc25
17378 Author: Behdad Esfahbod <behdad@behdad.org>
17379 Date:   Thu May 2 15:16:59 2013 -0400
17380
17381     [OTLayout] Minor refactoring
17382
17383  src/hb-ot-map-private.hh |  4 ++++
17384  src/hb-ot-map.cc         | 46
17385  +++++++++++++++++++++++++---------------------
17386  2 files changed, 29 insertions(+), 21 deletions(-)
17387
17388 commit ea86efa486a5076e9bf844239bccf86d67577f88
17389 Author: Behdad Esfahbod <behdad@behdad.org>
17390 Date:   Thu May 2 14:41:39 2013 -0400
17391
17392     Minor
17393
17394  src/hb-ot-map-private.hh | 6 +++---
17395  1 file changed, 3 insertions(+), 3 deletions(-)
17396
17397 commit 8b63efb6f80b2e9b2de5ec6ab24d6e15826565cb
17398 Author: Behdad Esfahbod <behdad@behdad.org>
17399 Date:   Thu May 2 14:29:32 2013 -0400
17400
17401     Minor
17402
17403  src/hb-buffer-private.hh | 2 ++
17404  1 file changed, 2 insertions(+)
17405
17406 commit 2265be0a620bc76ab65f12fedde67791beb51314
17407 Author: Behdad Esfahbod <behdad@behdad.org>
17408 Date:   Thu May 2 14:25:09 2013 -0400
17409
17410     Minor
17411
17412  src/hb-ot-map-private.hh   | 17 ++++++++++-------
17413  src/hb-ot-map.cc           |  2 ++
17414  src/hb-ot-shape-private.hh |  3 +--
17415  3 files changed, 13 insertions(+), 9 deletions(-)
17416
17417 commit e6f19af08717a6a63ad0b5bf4bf368778edc63f0
17418 Author: Behdad Esfahbod <behdad@behdad.org>
17419 Date:   Thu May 2 13:59:46 2013 -0400
17420
17421     Minor
17422
17423  src/hb-set-private.hh | 16 +++++++++-------
17424  1 file changed, 9 insertions(+), 7 deletions(-)
17425
17426 commit 6c15ddfe2b45383824b64058ae69939d002183a6
17427 Author: Behdad Esfahbod <behdad@behdad.org>
17428 Date:   Tue Apr 30 11:34:00 2013 -0400
17429
17430     Renamed DEBUG to something else
17431
17432     Some infrastructures use DEBUG as a generic symbol.
17433
17434  src/hb-buffer.cc  | 6 +++---
17435  src/hb-private.hh | 4 ++--
17436  2 files changed, 5 insertions(+), 5 deletions(-)
17437
17438 commit 00b93f6610f36d8d14ca65fb99864be6d5bdb1ea
17439 Author: Behdad Esfahbod <behdad@behdad.org>
17440 Date:   Mon Apr 29 13:48:49 2013 -0400
17441
17442     Fix icu linking by requesting the library searchpath from icu-config
17443
17444     This is not ideal as we don't like -L/usr/lib in our linker line.
17445     But this is only relevant to environments that don't have pkgconfig
17446     files for ICU...
17447
17448     https://github.com/behdad/harfbuzz/pull/2
17449
17450  configure.ac | 4 ++--
17451  1 file changed, 2 insertions(+), 2 deletions(-)
17452
17453 commit 03adf38b22a37216dffac50d075ea9c881f1a22d
17454 Author: Behdad Esfahbod <behdad@behdad.org>
17455 Date:   Mon Apr 29 13:40:52 2013 -0400
17456
17457     Make both old autoconf and new automake happy
17458
17459     Sigh..
17460
17461     Bug 64039 - undefined macro AM_PROG_AR
17462
17463  configure.ac | 2 +-
17464  1 file changed, 1 insertion(+), 1 deletion(-)
17465
17466 commit ed79dff517bacfc87279079d5d42d079c21a0373
17467 Author: Behdad Esfahbod <behdad@behdad.org>
17468 Date:   Sun Apr 21 15:39:25 2013 -0400
17469
17470     Minor
17471
17472  src/hb-ot-layout-gpos-table.hh | 5 -----
17473  1 file changed, 5 deletions(-)
17474
17475 commit 893f57b32f01da3411b5596d59170bc340e9fa39
17476 Author: Behdad Esfahbod <behdad@behdad.org>
17477 Date:   Sun Apr 21 15:21:49 2013 -0400
17478
17479     Minor renaming
17480
17481  src/hb-ot-map-private.hh | 10 +++++-----
17482  src/hb-ot-map.cc         | 22 +++++++++++-----------
17483  2 files changed, 16 insertions(+), 16 deletions(-)
17484
17485 commit 8ac3c9c0b6b8e76bce282825b9bb706c0c78c2a6
17486 Author: Behdad Esfahbod <behdad@behdad.org>
17487 Date:   Sun Apr 21 15:19:38 2013 -0400
17488
17489     Rename "pause" to "stage"
17490
17491     The compile() function is starting to become illegible...
17492
17493  src/hb-ot-map-private.hh | 24 ++++++++++++------------
17494  src/hb-ot-map.cc         | 38 +++++++++++++++++++-------------------
17495  2 files changed, 31 insertions(+), 31 deletions(-)
17496
17497 commit dd0641a432691f9b6186b081c38053858c8bc5c1
17498 Author: Behdad Esfahbod <behdad@behdad.org>
17499 Date:   Sun Apr 21 15:13:57 2013 -0400
17500
17501     Minor
17502
17503  src/hb-ot-map.cc | 5 +++--
17504  1 file changed, 3 insertions(+), 2 deletions(-)
17505
17506 commit 06a44e859328f5f1e2f6034e711b474116d22e22
17507 Author: Behdad Esfahbod <behdad@behdad.org>
17508 Date:   Sun Apr 21 15:13:08 2013 -0400
17509
17510     Remove unneeded code
17511
17512     We always push a pause at the end such that each lookup falls
17513     in exactly
17514     one pause_map_t.  Now, only if I can find a better name for that...
17515
17516  src/hb-ot-map-private.hh |  2 +-
17517  src/hb-ot-map.cc         | 12 +-----------
17518  2 files changed, 2 insertions(+), 12 deletions(-)
17519
17520 commit a408d2375aa2ad96b58e56aef18e5000daf2516b
17521 Author: Behdad Esfahbod <behdad@behdad.org>
17522 Date:   Fri Apr 19 16:32:06 2013 -0400
17523
17524     0.9.16
17525
17526  NEWS         | 13 ++++++++++++-
17527  configure.ac |  2 +-
17528  2 files changed, 13 insertions(+), 2 deletions(-)
17529
17530 commit 8659c636087e433f56da458351e8b4d85fdb347c
17531 Author: Behdad Esfahbod <behdad@behdad.org>
17532 Date:   Fri Apr 19 14:33:17 2013 -0400
17533
17534     Hand-code bsearch in the hot inner loop.
17535
17536     Saves another 3 / 4 percent with Amiri.
17537
17538  src/hb-open-type-private.hh | 29 +++++++++++++++--------------
17539  1 file changed, 15 insertions(+), 14 deletions(-)
17540
17541 commit 797d76d07f80d796a825d850772087104e5a2575
17542 Author: Behdad Esfahbod <behdad@behdad.org>
17543 Date:   Thu Apr 18 19:04:12 2013 -0400
17544
17545     Minor
17546
17547  src/hb-ot-layout-common-private.hh | 3 +--
17548  1 file changed, 1 insertion(+), 2 deletions(-)
17549
17550 commit e4046080c5d785c8dbf9ec9e3478ab9acc83e479
17551 Author: Behdad Esfahbod <behdad@behdad.org>
17552 Date:   Wed Apr 17 23:49:54 2013 -0400
17553
17554     [util] Unbreak --show-text / --show-unicode
17555
17556  util/shape-consumer.hh | 4 ++--
17557  1 file changed, 2 insertions(+), 2 deletions(-)
17558
17559 commit 0dc3a4e0349d28f387a3b4c60a2f51962742738e
17560 Author: Behdad Esfahbod <behdad@behdad.org>
17561 Date:   Wed Apr 17 23:04:03 2013 -0400
17562
17563     Obssesive optimization
17564
17565     Not measurable by any means, but conceptually this is faster since
17566     the mask matches more often than the digest.
17567
17568  src/hb-ot-layout-gpos-table.hh | 4 ++--
17569  src/hb-ot-layout-gsub-table.hh | 8 ++++----
17570  2 files changed, 6 insertions(+), 6 deletions(-)
17571
17572 commit f9a611026785a80baa4cbff31ad0847beb70ca9a
17573 Author: Behdad Esfahbod <behdad@behdad.org>
17574 Date:   Wed Apr 17 19:01:49 2013 -0400
17575
17576     Remove HB_DEBUG_SET_DIGESTS
17577
17578     Wasn't correct with the new combiner.  I should add it back somehow,
17579     but for now the digests seem to be working very well...
17580
17581  src/hb-set-private.hh | 16 +---------------
17582  src/hb-set.cc         | 14 --------------
17583  2 files changed, 1 insertion(+), 29 deletions(-)
17584
17585 commit f7466ee76f2bd3812209426e2c39fe517227406d
17586 Author: Behdad Esfahbod <behdad@behdad.org>
17587 Date:   Wed Apr 17 18:20:44 2013 -0400
17588
17589     Remove hb_set_digest_common_bits_t
17590
17591     Was unused.
17592
17593  src/hb-set-private.hh | 38 --------------------------------------
17594  1 file changed, 38 deletions(-)
17595
17596 commit 0d5798a137b52d9be7ef88c79e59f9bf01d54f3b
17597 Author: Behdad Esfahbod <behdad@behdad.org>
17598 Date:   Wed Apr 17 18:19:21 2013 -0400
17599
17600     Improve hb_set_digest_t
17601
17602     Make Amiri rendering faster a whopping 45% again!  Speends up pretty
17603     much anything I tested.
17604
17605  src/hb-set-private.hh | 28 +++++++++++++++++++++++-----
17606  1 file changed, 23 insertions(+), 5 deletions(-)
17607
17608 commit c7851efcd3a1e5317ab4ea57535cb755bace0848
17609 Author: Behdad Esfahbod <behdad@behdad.org>
17610 Date:   Wed Apr 17 17:45:39 2013 -0400
17611
17612     Templatize hb_set_digest_lowest_bits_t filter
17613
17614  src/hb-set-private.hh | 21 +++++++++++++++++----
17615  1 file changed, 17 insertions(+), 4 deletions(-)
17616
17617 commit 0edd0fd255790471118fae1fd7a1309a2b77cf62
17618 Author: Behdad Esfahbod <behdad@behdad.org>
17619 Date:   Wed Apr 17 17:26:56 2013 -0400
17620
17621     Add comment
17622
17623  src/hb-set-private.hh | 8 ++++++++
17624  1 file changed, 8 insertions(+)
17625
17626 commit b40f2c0372acbc51b13be5cda7dd013e74e3e11a
17627 Author: Behdad Esfahbod <behdad@behdad.org>
17628 Date:   Tue Apr 16 23:21:38 2013 -0400
17629
17630     Add hb_set_digest_combiner_t
17631
17632  src/hb-set-private.hh | 33 ++++++++++++++++++++-------------
17633  1 file changed, 20 insertions(+), 13 deletions(-)
17634
17635 commit 02e5e583688999c4dc04f11b3924da65f99af7e3
17636 Author: Behdad Esfahbod <behdad@behdad.org>
17637 Date:   Tue Apr 16 23:13:10 2013 -0400
17638
17639     Speed up Speed up hb_set_digest_common_bits_t calcs
17640
17641     Correctly this time.
17642
17643  src/hb-set-private.hh | 8 +++++---
17644  1 file changed, 5 insertions(+), 3 deletions(-)
17645
17646 commit 893991fc9d2d3a57c4c148f3a9c3b98263cf3aed
17647 Author: Behdad Esfahbod <behdad@behdad.org>
17648 Date:   Tue Apr 16 21:50:33 2013 -0400
17649
17650     Initialize set digests
17651
17652     We were not initializing the digests properly and as a result
17653     they were
17654     being initialized to zero, making digest1 to never do any useful work.
17655
17656     Speeds up Amiri shaping significantly.
17657
17658  src/hb-ot-layout.cc                        | 6 ++++++
17659  src/hb-ot-shape-complex-arabic-fallback.hh | 4 +++-
17660  2 files changed, 9 insertions(+), 1 deletion(-)
17661
17662 commit 4d2813d3e980c8e6150caafa604a78cc44bf62a2
17663 Author: Behdad Esfahbod <behdad@behdad.org>
17664 Date:   Tue Apr 16 21:57:21 2013 -0400
17665
17666     Print set-digest hit ratio with HB_DEBUG_SET_DIGESTS
17667
17668  src/hb-set-private.hh | 13 +++++++++++++
17669  src/hb-set.cc         | 13 +++++++++++++
17670  2 files changed, 26 insertions(+)
17671
17672 commit 1357c2dd120d005ceecfa83ed328d05dc634d7bc
17673 Author: Behdad Esfahbod <behdad@behdad.org>
17674 Date:   Tue Apr 16 21:47:40 2013 -0400
17675
17676     Revert "Speed up hb_set_digest_common_bits_t calcs"
17677
17678     This reverts commit 3d1b66a35e1ab3be19335705f310b278d76d66d2.
17679
17680     The calculations were buggy.  It's not worth optimizing right now.
17681
17682  src/hb-set-private.hh | 6 +++---
17683  1 file changed, 3 insertions(+), 3 deletions(-)
17684
17685 commit 2b712bba3f7c459653737dfa2f7d26f17f3b9f64
17686 Author: Behdad Esfahbod <behdad@behdad.org>
17687 Date:   Tue Apr 16 16:11:09 2013 -0400
17688
17689     Fix typo in unused macro
17690
17691  src/hb-private.hh | 2 +-
17692  1 file changed, 1 insertion(+), 1 deletion(-)
17693
17694 commit 50067e280f381918b8e90b26df9e7bf20f98f0bd
17695 Author: Behdad Esfahbod <behdad@behdad.org>
17696 Date:   Thu Apr 11 16:31:01 2013 -0400
17697
17698     [util] Add --num-iterations
17699
17700     Useful for profiling shapers.
17701
17702  util/options.cc        |  1 +
17703  util/options.hh        |  2 ++
17704  util/shape-consumer.hh | 15 +++++++++------
17705  3 files changed, 12 insertions(+), 6 deletions(-)
17706
17707 commit 08677c250767bfc2c0dd1fc934dea92984741291
17708 Author: Behdad Esfahbod <behdad@behdad.org>
17709 Date:   Thu Apr 11 14:45:58 2013 -0400
17710
17711     [old] Speed up Unicode properties access in hb-old shaper
17712
17713     Just to be sure it's not punishing the old shaper performance
17714     numbers.  Doesn't seem to have a measurable effect.
17715
17716  src/hb-old/harfbuzz-arabic.c   | 44
17717  +++++++++++++++++++++---------------------
17718  src/hb-old/harfbuzz-external.h | 18 ++++++++---------
17719  src/hb-old/harfbuzz-greek.c    |  2 +-
17720  src/hb-old/harfbuzz-hebrew.c   |  2 +-
17721  src/hb-old/harfbuzz-indic.cpp  | 10 +++++-----
17722  src/hb-old/harfbuzz-shaper.cpp |  6 ++++--
17723  src/hb-old/harfbuzz-shaper.h   |  1 +
17724  7 files changed, 43 insertions(+), 40 deletions(-)
17725
17726 commit 36a661c0a03d958b95c9ea64a435b55bcd99c3d6
17727 Author: Behdad Esfahbod <behdad@behdad.org>
17728 Date:   Thu Apr 11 13:38:37 2013 -0400
17729
17730     [git.mk] Update
17731
17732  git.mk | 33 ++++++++++++++++++++-------------
17733  1 file changed, 20 insertions(+), 13 deletions(-)
17734
17735 commit ef9e02eddfc9a37d50723e96839635d79191d849
17736 Author: Behdad Esfahbod <behdad@behdad.org>
17737 Date:   Tue Apr 9 14:06:54 2013 -0400
17738
17739     Minor
17740
17741  src/test.cc | 1 +
17742  1 file changed, 1 insertion(+)
17743
17744 commit 22e47456154ca0b8173268486e56ef3a0e1e7150
17745 Author: Behdad Esfahbod <behdad@behdad.org>
17746 Date:   Fri Apr 5 18:02:43 2013 -0400
17747
17748     0.9.15
17749
17750  NEWS         | 10 ++++++++++
17751  configure.ac |  2 +-
17752  2 files changed, 11 insertions(+), 1 deletion(-)
17753
17754 commit 4d4fc920496c95621d5bb4800282ea8c028cdde3
17755 Author: Behdad Esfahbod <behdad@behdad.org>
17756 Date:   Fri Apr 5 17:58:25 2013 -0400
17757
17758     [git.mk] Ignore ar-lib
17759
17760  git.mk | 1 +
17761  1 file changed, 1 insertion(+)
17762
17763 commit 587e5753e088b4d0b82c74ddbde790a8369a7517
17764 Author: Behdad Esfahbod <behdad@behdad.org>
17765 Date:   Fri Apr 5 12:38:58 2013 -0400
17766
17767     Add note re Hangul shaping
17768
17769  src/hb-ot-shape-complex-private.hh | 14 ++++++++++++++
17770  1 file changed, 14 insertions(+)
17771
17772 commit 269de14dda7a86a20917fa9ea6a5864929c41364
17773 Author: Behdad Esfahbod <behdad@behdad.org>
17774 Date:   Thu Apr 4 23:06:54 2013 -0400
17775
17776     Don't compose Hangul jamo
17777
17778     See thread "an issue regarding discrepancy between Korean and Unicode
17779     standards" on the mailing list for the rationale.  In short: Uniscribe
17780     doesn't, so fonts are designed to work without it.
17781
17782  src/hb-ot-shape-complex-default.cc   |  6 ------
17783  src/hb-ot-shape-normalize-private.hh |  1 -
17784  src/hb-ot-shape-normalize.cc         | 11 +++++------
17785  3 files changed, 5 insertions(+), 13 deletions(-)
17786
17787 commit 1f970609850bb4999b94e1e11b764ab4279cbd38
17788 Author: Behdad Esfahbod <behdad@behdad.org>
17789 Date:   Thu Apr 4 15:02:03 2013 -0400
17790
17791     Put back MemoryBarrier fallback implementation on MINGW32
17792
17793     This almost reverts 2761e8a632c14353f286708898be8df6ebad7407,
17794     but only if under MINGW32, so it doesn't affect MSVC.
17795
17796  src/hb-atomic-private.hh | 8 ++++++++
17797  1 file changed, 8 insertions(+)
17798
17799 commit f368ba4a9edec4e297616698097546e8e6c89e53
17800 Author: Behdad Esfahbod <behdad@behdad.org>
17801 Date:   Thu Apr 4 14:25:36 2013 -0400
17802
17803     [Arabic] Zero marks by GDEF, not Unicode category
17804
17805     Testing shows that this is closer to what Uniscribe does.
17806
17807     Reported by Khaled Hosny:
17808
17809     """
17810     commit 568000274c8edb5f41bc4f876ce21fcc8bdaeed8
17811     ...
17812     This commit is causing a regression with Amiri, the string
17813     “هَٰذ” with
17814     Uniscribe and HarfBuzz before this commit, gives:
17815
17816         [uni0630.fina=3+965|uni0670.medi=0+600|uni064E=0@-256,0+0|uni0647.init=0+926]
17817
17818     But now it gives:
17819
17820         [uni0630.fina=3+965|uni0670.medi=0+0|uni064E=0@-256,0+0|uni0647.init=0+926]
17821
17822     i.e. uni0670.medi is zeroed though it has a base glyph GDEF class.
17823     """
17824
17825     The test case is U+0647,U+064E,U+0670,U+0630 with Amiri.
17826
17827  src/hb-ot-shape-complex-arabic.cc | 2 +-
17828  1 file changed, 1 insertion(+), 1 deletion(-)
17829
17830 commit 3b80674c50b8c3133848a4034f7106b2b9bfe224
17831 Author: Behdad Esfahbod <behdad@behdad.org>
17832 Date:   Thu Apr 4 12:06:46 2013 -0400
17833
17834     Bug 63107 - FTBFS on ppc64: symbols marked with 'D' on powerpc64
17835     instead
17836
17837  src/check-symbols.sh | 2 +-
17838  1 file changed, 1 insertion(+), 1 deletion(-)
17839
17840 commit 7148dc1a978610af25b4f490691a62d709c8c463
17841 Author: Behdad Esfahbod <behdad@behdad.org>
17842 Date:   Tue Apr 2 14:08:53 2013 -0400
17843
17844     [graphite2] Don't crash if language is not set
17845
17846     https://bugs.webkit.org/show_bug.cgi?id=113796
17847
17848  src/hb-graphite2.cc | 2 +-
17849  1 file changed, 1 insertion(+), 1 deletion(-)
17850
17851 commit a88a62f70f87563725d47b9b6824565e5d6b78ab
17852 Author: Behdad Esfahbod <behdad@behdad.org>
17853 Date:   Thu Mar 21 21:02:16 2013 -0400
17854
17855     Minor
17856
17857  src/hb-ot-shape-normalize.cc | 4 +---
17858  1 file changed, 1 insertion(+), 3 deletions(-)
17859
17860 commit 0a2b2a505b647f6b4802750c87cd9c5f0baaadef
17861 Author: Behdad Esfahbod <behdad@behdad.org>
17862 Date:   Thu Mar 21 16:26:39 2013 -0400
17863
17864     Remove gthread leftovers
17865
17866     We don't use gthread anymore, remove leftovers.
17867
17868  configure.ac         | 6 ------
17869  test/api/Makefile.am | 4 ++--
17870  test/api/hb-test.h   | 3 ---
17871  3 files changed, 2 insertions(+), 11 deletions(-)
17872
17873 commit b93de1ea085bfc0661ce3ad0e21fb5eba722c951
17874 Author: Behdad Esfahbod <behdad@behdad.org>
17875 Date:   Thu Mar 21 16:25:20 2013 -0400
17876
17877     Minor
17878
17879  configure.ac | 16 ++++++++--------
17880  1 file changed, 8 insertions(+), 8 deletions(-)
17881
17882 commit f872a17462a75a3493623747bf3a3fbe54556c7b
17883 Author: Behdad Esfahbod <behdad@behdad.org>
17884 Date:   Thu Mar 21 13:38:06 2013 -0400
17885
17886     0.9.14
17887
17888  NEWS         | 14 ++++++++++++++
17889  configure.ac |  2 +-
17890  2 files changed, 15 insertions(+), 1 deletion(-)
17891
17892 commit cc50bf5b13bfe88137fa7a42782872c40fb9aefb
17893 Author: Behdad Esfahbod <behdad@behdad.org>
17894 Date:   Tue Mar 19 06:59:40 2013 -0400
17895
17896     Remove Hangul filler characters from Default_Ignorable chars
17897
17898     See discussion on mailing list.
17899
17900  src/hb-unicode-private.hh                                      |
17901  10 +++++++---
17902  .../texts/in-tree/shaper-default/script-hangul/misc/misc.txt   |  1 +
17903  2 files changed, 8 insertions(+), 3 deletions(-)
17904
17905 commit a8cf7b43fa795150ae3d42d64424bb6e0373d0b2
17906 Author: Behdad Esfahbod <behdad@behdad.org>
17907 Date:   Tue Mar 19 05:53:26 2013 -0400
17908
17909     [Indic] Futher adjust ZWJ handling in Indic-like shapers
17910
17911     After the Ngapi hackfest work, we were assuming that fonts
17912     won't use presentation features to choose specific forms
17913     (eg. conjuncts).  As such, we were using auto-joiner behavior
17914     for such features.  It proved to be troublesome as many fonts
17915     used presentation forms ('pres') for example to form conjuncts,
17916     which need to be disabled when a ZWJ is inserted.
17917
17918     Two examples:
17919
17920         U+0D2F,U+200D,U+0D4D,U+0D2F with kartika.ttf
17921         U+0995,U+09CD,U+200D,U+09B7 with vrinda.ttf
17922
17923     What we do now is to never do magic to ZWJ during GSUB's main input
17924     match for Indic-style shapers.  Note that backtrack/lookahead
17925     are still
17926     matched liberally, as is GPOS.  This seems to be an acceptable
17927     compromise.
17928
17929     As to the bug that initially started this work, that one needs to
17930     be fixed differently:
17931
17932       Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not
17933       provide same results as Windows8
17934       https://bugs.freedesktop.org/show_bug.cgi?id=58714
17935
17936     New numbers:
17937
17938     BENGALI: 353689 out of 354188 tests passed. 499 failed (0.140886%)
17939     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
17940     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
17941     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
17942     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
17943     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
17944     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
17945     MALAYALAM: 1048102 out of 1048334 tests passed. 232 failed
17946     (0.0221304%)
17947     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
17948     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
17949     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
17950     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
17951     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
17952
17953  src/hb-ot-layout-gsubgpos-private.hh               | 30
17954  ++++++++--------------
17955  src/hb-ot-layout-private.hh                        |  4 +--
17956  src/hb-ot-layout.cc                                |  8 +++---
17957  src/hb-ot-map-private.hh                           |  8 +++---
17958  src/hb-ot-map.cc                                   | 18 ++++++-------
17959  src/hb-ot-shape-complex-arabic-fallback.hh         |  2 +-
17960  src/hb-ot-shape-complex-indic.cc                   | 30
17961  +++++++++++-----------
17962  src/hb-ot-shape-complex-myanmar.cc                 |  4 +--
17963  src/hb-ot-shape-complex-sea.cc                     |  4 +--
17964  src/hb-ot-shape-fallback.cc                        |  2 +-
17965  .../indic/script-bengali/misc/misc.txt             |  1 +
17966  .../indic/script-malayalam/misc/misc.txt           |  1 +
17967  12 files changed, 53 insertions(+), 59 deletions(-)
17968
17969 commit 8226fb56f131362db877dc4be6857c684b8fd022
17970 Author: Behdad Esfahbod <behdad@behdad.org>
17971 Date:   Tue Mar 19 05:22:27 2013 -0400
17972
17973     Allow disabling ICU by using a fake icu-config script
17974
17975  configure.ac | 4 ++--
17976  1 file changed, 2 insertions(+), 2 deletions(-)
17977
17978 commit a1f3e8ccbfad0d1148b905ae008ba63a26090cb9
17979 Author: Behdad Esfahbod <behdad@behdad.org>
17980 Date:   Mon Mar 11 20:18:49 2013 -0400
17981
17982     [travis] Install libicu
17983
17984  .travis.yml | 5 +++--
17985  1 file changed, 3 insertions(+), 2 deletions(-)
17986
17987 commit 14cfab52daa8d22b843110f32ca09af5bbc855a6
17988 Author: Behdad Esfahbod <behdad@behdad.org>
17989 Date:   Mon Mar 11 19:53:44 2013 -0400
17990
17991     Add build system fallback to icu-config
17992
17993     Ubuntu doesn't (or didn't until recently?) ship icu pkg-config
17994     files.  That's quite unfortunate.  Work around it.
17995
17996     Bug 57608 - ICU Detection fallback for non-pkgconfig systems
17997
17998  configure.ac | 37 +++++++++++++++++++++++++++++++++++++
17999  1 file changed, 37 insertions(+)
18000
18001 commit 190e19e6842875c7a487c66235300ee6b42fb5da
18002 Author: Behdad Esfahbod <behdad@behdad.org>
18003 Date:   Sat Mar 9 20:30:22 2013 -0500
18004
18005     [ft] Remove TODO items that I'm not going to fix
18006
18007  src/hb-ft.cc | 7 +------
18008  1 file changed, 1 insertion(+), 6 deletions(-)
18009
18010 commit 392ee97431b368ee74e1b521fd539b69d2efadfb
18011 Author: Behdad Esfahbod <behdad@behdad.org>
18012 Date:   Sat Mar 9 20:27:55 2013 -0500
18013
18014     [ft] Remove TODO item re FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH
18015
18016     That flag is redundant, deprecated, and ignored since April 2011.
18017     From FreeType git log:
18018
18019     commit 8c82ec5b17d0cfc9b0876a2d848acc207a62a25a
18020     Author: Behdad Esfahbod <behdad@behdad.org>
18021     Date:   Thu Apr 21 08:21:37 2011 +0200
18022
18023         Always ignore global advance.
18024
18025         This makes FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH redundant,
18026         deprecated, and ignored.  The new behavior is what every
18027         major user
18028         of FreeType has been requesting.  Global advance is broken in many
18029         CJK fonts.  Just ignoring it by default makes most sense.
18030
18031         * src/truetype/ttdriver.c (tt_get_advances),
18032         src/truetype/ttgload.c (TT_Get_HMetrics, TT_Get_VMetrics,
18033         tt_get_metrics, compute_glyph_metrics, TT_Load_Glyph),
18034         src/truetype/ttgload.h: Implement it.
18035
18036         * docs/CHANGES: Updated.
18037
18038  src/hb-ft.cc | 2 --
18039  1 file changed, 2 deletions(-)
18040
18041 commit c5d91f39802078fc6f6de71940739ec4d04eca07
18042 Author: Behdad Esfahbod <behdad@behdad.org>
18043 Date:   Sat Mar 9 04:34:21 2013 -0500
18044
18045     Add hb_auto_array_t
18046
18047  src/hb-private.hh | 8 ++++++++
18048  1 file changed, 8 insertions(+)
18049
18050 commit ee5464d17fa4c59f5adaaa13dde70dd5264dbc64
18051 Author: Behdad Esfahbod <behdad@behdad.org>
18052 Date:   Sat Mar 9 01:59:30 2013 -0500
18053
18054     [OTLayout] Move code around
18055
18056  src/hb-ot-layout-gpos-table.hh |  33 ++++++------
18057  src/hb-ot-layout-gsub-table.hh | 115
18058  +++++++++++++++++++++--------------------
18059  2 files changed, 75 insertions(+), 73 deletions(-)
18060
18061 commit 9c5a9ee967120c8a968a1160c420e03620d46c24
18062 Author: Behdad Esfahbod <behdad@behdad.org>
18063 Date:   Sat Mar 9 01:55:04 2013 -0500
18064
18065     [OTLayout] Rename process() to dispatch()
18066
18067  src/hb-open-type-private.hh          |  2 +-
18068  src/hb-ot-layout-gpos-table.hh       | 80
18069  ++++++++++++++++++------------------
18070  src/hb-ot-layout-gsub-table.hh       | 78
18071  +++++++++++++++++------------------
18072  src/hb-ot-layout-gsubgpos-private.hh | 36 ++++++++--------
18073  4 files changed, 98 insertions(+), 98 deletions(-)
18074
18075 commit 2761e8a632c14353f286708898be8df6ebad7407
18076 Author: Behdad Esfahbod <behdad@behdad.org>
18077 Date:   Thu Mar 7 20:51:30 2013 -0500
18078
18079     [win32] Remove MemoryBarrier() fallback implementation
18080
18081     I added these because the older mingw32 toolchain didn't have
18082     MemoryBarrier().  The newer mingw-w64 toolchain however has.
18083     As reported by John Emmas this was causing build failure with
18084     MSVC (on glib) because of inline issues.  But that reminded me
18085     that we may be taking this path even if the system implements
18086     MemoryBarrier as a function, which is a waste.  So, just remove
18087     it.
18088
18089  src/hb-atomic-private.hh | 14 +-------------
18090  1 file changed, 1 insertion(+), 13 deletions(-)
18091
18092 commit ea11abfc5de8bc5cf651b37c9570593eed6a8f9b
18093 Author: Behdad Esfahbod <behdad@behdad.org>
18094 Date:   Wed Mar 6 20:21:11 2013 -0500
18095
18096     [build] Port to newer automake recommended syntax
18097
18098  test/api/Makefile.am | 4 ++--
18099  1 file changed, 2 insertions(+), 2 deletions(-)
18100
18101 commit c39def9bc71559d59325a2c3282c1cec4286b2ae
18102 Author: Behdad Esfahbod <behdad@behdad.org>
18103 Date:   Wed Mar 6 20:20:45 2013 -0500
18104
18105     Move valgrind suppressions to the correct directory
18106
18107  test/{ => api}/.valgrind-suppressions | 0
18108  1 file changed, 0 insertions(+), 0 deletions(-)
18109
18110 commit a8ac1d33c731f6200ee472ab6c37a80b72770564
18111 Author: Behdad Esfahbod <behdad@behdad.org>
18112 Date:   Wed Mar 6 20:05:34 2013 -0500
18113
18114     [build] Add AM_PROG_AR
18115
18116     Newer automake / libtools warns otherwise.
18117
18118  configure.ac | 1 +
18119  1 file changed, 1 insertion(+)
18120
18121 commit 5594c2d112c295147ee69215a2ce9dfd99984aa0
18122 Author: Behdad Esfahbod <behdad@behdad.org>
18123 Date:   Wed Mar 6 19:37:31 2013 -0500
18124
18125     [FT] Just return if glyph name not found
18126
18127     The fallback happens in higher level already.  No need to do here.
18128
18129  src/hb-ft.cc | 4 ++--
18130  1 file changed, 2 insertions(+), 2 deletions(-)
18131
18132 commit fb7c182bf92142540bff1ad7fb82de0d115fb2b5
18133 Author: Behdad Esfahbod <behdad@behdad.org>
18134 Date:   Wed Mar 6 00:53:24 2013 -0500
18135
18136     [Indic] Minor
18137
18138  src/hb-ot-shape-complex-indic.cc | 2 +-
18139  1 file changed, 1 insertion(+), 1 deletion(-)
18140
18141 commit 8144936d072f94104242edf9e7aaa31d315b4094
18142 Author: Behdad Esfahbod <behdad@behdad.org>
18143 Date:   Tue Mar 5 20:08:59 2013 -0500
18144
18145     [Indic] Work around fonts with broken new-spec tables
18146
18147     See comments, and this thread:
18148
18149     http://lists.freedesktop.org/archives/harfbuzz/2013-March/002990.html
18150
18151     Originally reported here:
18152
18153     https://code.google.com/p/chromium/issues/detail?id=96143
18154
18155     Doesn't change test suite numbers.
18156
18157  src/hb-ot-shape-complex-indic.cc | 42
18158  +++++++++++++++++++++++++++-------------
18159  1 file changed, 29 insertions(+), 13 deletions(-)
18160
18161 commit dfb799f57572e8123035a42a30f93c7fc4d37692
18162 Author: Behdad Esfahbod <behdad@behdad.org>
18163 Date:   Tue Mar 5 17:23:33 2013 -0500
18164
18165     [travis] Oops.  Run make check, not make test!
18166
18167  .travis.yml | 2 +-
18168  1 file changed, 1 insertion(+), 1 deletion(-)
18169
18170 commit 8bdce1cac1be9e79344c1f9a9811d98ed2e5c5fd
18171 Author: Behdad Esfahbod <behdad@behdad.org>
18172 Date:   Tue Mar 5 02:35:31 2013 -0500
18173
18174     Run autogen.sh, not configure, in travis-ci
18175
18176  .travis.yml | 1 +
18177  1 file changed, 1 insertion(+)
18178
18179 commit 5f705b437cb116275a8c20366e694d740bce715c
18180 Author: Behdad Esfahbod <behdad@behdad.org>
18181 Date:   Tue Mar 5 01:37:44 2013 -0500
18182
18183     Add .travis.yml for continuous building with travis-ci.org
18184
18185     Notifications sent to IRC channel and mailing list.
18186
18187  .travis.yml | 12 ++++++++++++
18188  1 file changed, 12 insertions(+)
18189
18190 commit cd54d505d1a2467a67e5ff96fe0eb101b953b265
18191 Author: Behdad Esfahbod <behdad@behdad.org>
18192 Date:   Mon Mar 4 21:29:38 2013 -0500
18193
18194     Fix distcheck
18195
18196  src/Makefile.am | 2 ++
18197  1 file changed, 2 insertions(+)
18198
18199 commit 22c625a490bbaac52ead2cd29ee49b170e6e9845
18200 Author: Behdad Esfahbod <behdad@behdad.org>
18201 Date:   Mon Mar 4 20:56:15 2013 -0500
18202
18203     [git.mk] Update to commit efc928222179576270c5910416d8055dd7a97896
18204
18205         Move reusable list of files into variable definitions modules can
18206         reuse
18207
18208  Makefile.am | 22 ++++------------------
18209  git.mk      | 59
18210  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
18211  2 files changed, 60 insertions(+), 21 deletions(-)
18212
18213 commit 66f7b3509a121b8f3289ad4c4aed2b5b10a6de2e
18214 Author: Behdad Esfahbod <behdad@behdad.org>
18215 Date:   Mon Mar 4 18:52:12 2013 -0500
18216
18217     Add libtool m4 macros to MAINTAINERCLEANFILES
18218
18219  Makefile.am | 5 +++++
18220  1 file changed, 5 insertions(+)
18221
18222 commit 41732f1fe3ce856d8bb95850635034537b6ba047
18223 Author: Behdad Esfahbod <behdad@behdad.org>
18224 Date:   Wed Feb 27 20:40:54 2013 -0500
18225
18226     [Indic] Help compiler put indic_features table in .rodata
18227
18228     The overridden "or" operator was preventing the flag expression from
18229     being const, and putting the table in .data instead or .rodata.
18230
18231  src/hb-ot-map-private.hh         |  2 ++
18232  src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++------------
18233  2 files changed, 14 insertions(+), 12 deletions(-)
18234
18235 commit 778d7f844cb330289830c95431269db06ba1c969
18236 Author: Behdad Esfahbod <behdad@behdad.org>
18237 Date:   Wed Feb 27 18:47:26 2013 -0500
18238
18239     [buffer] Better parse glyph names
18240
18241  src/hb-buffer-deserialize-json.rl | 9 ++++++---
18242  src/hb-buffer-deserialize-text.rl | 5 ++++-
18243  2 files changed, 10 insertions(+), 4 deletions(-)
18244
18245 commit 20b817ac21147e0a8edbf23ef071c2f4ce6c2b95
18246 Author: Behdad Esfahbod <behdad@behdad.org>
18247 Date:   Wed Feb 27 18:39:37 2013 -0500
18248
18249     [buffer] Implement buffer deserialization for format=json
18250
18251     Using a ragel machine.
18252
18253  src/Makefile.am                   |   2 +
18254  src/hb-buffer-deserialize-json.rl | 129
18255  ++++++++++++++++++++++++++++++++++++++
18256  src/hb-buffer-deserialize-text.rl |  52 +--------------
18257  src/hb-buffer-serialize.cc        |  45 +++++++++++--
18258  src/hb-private.hh                 |   6 +-
18259  src/hb-shape.cc                   |   2 -
18260  src/test-buffer-serialize.cc      |   4 +-
18261  7 files changed, 179 insertions(+), 61 deletions(-)
18262
18263 commit 847794e929831750e97525137ab5e285ccd1064e
18264 Author: Behdad Esfahbod <behdad@behdad.org>
18265 Date:   Wed Feb 27 17:59:28 2013 -0500
18266
18267     [buffer] Implement buffer deserialization for format=text
18268
18269     Using a ragel machine.
18270
18271  src/Makefile.am                   |   2 +
18272  src/hb-buffer-deserialize-text.rl | 169
18273  ++++++++++++++++++++++++++++++++++++++
18274  src/hb-buffer-private.hh          |   3 +-
18275  src/hb-buffer-serialize.cc        |  36 +++-----
18276  src/hb-buffer.cc                  |  13 ++-
18277  src/hb-buffer.h                   |   2 +-
18278  src/hb-private.hh                 |   5 +-
18279  src/hb-shape.cc                   |   9 +-
18280  src/test-buffer-serialize.cc      |  16 +++-
18281  9 files changed, 221 insertions(+), 34 deletions(-)
18282
18283 commit 4ee803b42a3baae4b0f295a07cb7ad591a538e4c
18284 Author: Behdad Esfahbod <behdad@behdad.org>
18285 Date:   Wed Feb 27 16:09:55 2013 -0500
18286
18287     [buffer] Fix serializing of buffer with invalid direction
18288
18289  src/hb-buffer-serialize.cc | 2 +-
18290  1 file changed, 1 insertion(+), 1 deletion(-)
18291
18292 commit e54dd26300f50eb19907a9d39269a363279b3e07
18293 Author: Behdad Esfahbod <behdad@behdad.org>
18294 Date:   Wed Feb 27 13:01:02 2013 -0500
18295
18296     [buffer] Start implementing buffer deserialization
18297
18298  src/Makefile.am              |  12 ++++-
18299  src/hb-buffer-serialize.cc   |  64 ++++++++++++++++++++++--
18300  src/hb-buffer.h              |   2 +-
18301  src/test-buffer-serialize.cc | 114
18302  +++++++++++++++++++++++++++++++++++++++++++
18303  4 files changed, 187 insertions(+), 5 deletions(-)
18304
18305 commit bcc8f32b4c46cd73f591924c64a6f63df6eaf9e7
18306 Author: Behdad Esfahbod <behdad@behdad.org>
18307 Date:   Wed Feb 27 12:02:42 2013 -0500
18308
18309     [buffer] Minor
18310
18311  src/hb-buffer-serialize.cc | 10 +++++++---
18312  src/hb-buffer.h            |  4 ++--
18313  2 files changed, 9 insertions(+), 5 deletions(-)
18314
18315 commit d3e14aafff60e1314d0ef66e42cdde6bf949bb66
18316 Author: Behdad Esfahbod <behdad@behdad.org>
18317 Date:   Wed Feb 27 11:06:36 2013 -0500
18318
18319     [buffer] Move buffer serialization code to a new file
18320
18321  Android.mk                 |   1 +
18322  src/Makefile.am            |   1 +
18323  src/hb-buffer-serialize.cc | 251
18324  +++++++++++++++++++++++++++++++++++++++++++++
18325  src/hb-buffer.cc           | 228 ----------------------------------------
18326  4 files changed, 253 insertions(+), 228 deletions(-)
18327
18328 commit 8da51112696ec8641d7dd9184b7ab1dd48458813
18329 Author: Behdad Esfahbod <behdad@behdad.org>
18330 Date:   Wed Feb 27 17:48:31 2013 -0500
18331
18332     Minor
18333
18334  src/hb-shape.cc | 2 ++
18335  1 file changed, 2 insertions(+)
18336
18337 commit 94789fd6012125acc8426dd88df97f03b0948ea5
18338 Author: Behdad Esfahbod <behdad@behdad.org>
18339 Date:   Tue Feb 26 21:22:37 2013 -0500
18340
18341     [Indic] Sort pre-base reordering consonants with post-forms
18342
18343     Before, we were marking them as below-form for initial reordering.
18344     However, there is a rule that says "post consonants should follow
18345     below consonsnts" for base determination purposes.  Malayalam has
18346     port-form YA/VA, and RA is pre-base.  As such, for a sequence like
18347     YA,Virama,YA,Virama,RA, the correct base is at index 0.  But
18348     because the code was seeing RA as a below-base, it was stopping at
18349     the second YA as base, instead of jumping it as a post-base.
18350
18351     By treating prebase-reordering consonants like post-forms, this
18352     is fixed.
18353
18354     MALAYALAM went down from 351 to 265.  Other numbers didn't change:
18355
18356     BENGALI: 353686 out of 354188 tests passed. 502 failed (0.141733%)
18357     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
18358     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
18359     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
18360     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
18361     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
18362     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
18363     MALAYALAM: 1048069 out of 1048334 tests passed. 265 failed
18364     (0.0252782%)
18365     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
18366     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
18367     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
18368     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
18369     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
18370
18371  src/hb-ot-shape-complex-indic.cc | 2 +-
18372  1 file changed, 1 insertion(+), 1 deletion(-)
18373
18374 commit 6d69a2cec158061ef097c488d08813c9503824b8
18375 Author: Behdad Esfahbod <behdad@behdad.org>
18376 Date:   Tue Feb 26 19:35:50 2013 -0500
18377
18378     [tests] Add Malayalam tests frim cibu
18379
18380  .../indic/script-malayalam/misc/MANIFEST           |   1 +
18381  .../indic/script-malayalam/misc/cibu.txt           | 188
18382  +++++++++++++++++++++
18383  2 files changed, 189 insertions(+)
18384
18385 commit 1edc6b97b67363d55cfb5914c991ae54d42a6440
18386 Author: Behdad Esfahbod <behdad@behdad.org>
18387 Date:   Tue Feb 26 15:01:45 2013 -0500
18388
18389     Update Android.mk
18390
18391  Android.mk | 3 +++
18392  1 file changed, 3 insertions(+)
18393
18394 commit 05d5d3cd63ba2fadfdb62190dd24ef80ee3df40c
18395 Author: Behdad Esfahbod <behdad@behdad.org>
18396 Date:   Mon Feb 25 23:57:51 2013 -0500
18397
18398     Fix "comparison between signed and unsigned" warnings
18399
18400     Patch from Jonathan Kew.
18401
18402  src/hb-open-type-private.hh | 2 +-
18403  1 file changed, 1 insertion(+), 1 deletion(-)
18404
18405 commit 07a52b62115f10caea5c2d174a4272eb9ddb2284
18406 Author: Behdad Esfahbod <behdad@behdad.org>
18407 Date:   Mon Feb 25 19:09:57 2013 -0500
18408
18409     Give up sanitizing after 100 edit requests
18410
18411     Such fonts are *definitely* really broken.  Give up.
18412     Limits time spent in sanitize for extremely / deliberately broken
18413     fonts.  For example, two fonts with these md5sum / names:
18414
18415       9343f0a1b8c84b8123e7d201cae62ffd.ttf
18416       eb8c978547f09d368fc204194fb34688.ttf
18417
18418     were spending over a second in sanitize!  Not anymore.
18419
18420  src/hb-open-type-private.hh | 7 +++++++
18421  1 file changed, 7 insertions(+)
18422
18423 commit 29ff25481584e20a2fa39195f295c8eb4bf3bad0
18424 Author: Behdad Esfahbod <behdad@behdad.org>
18425 Date:   Mon Feb 25 19:04:56 2013 -0500
18426
18427     Add HB_DEBUG_VERBOSE
18428
18429     Only affects the verbosity of function name printing right now.
18430
18431  src/hb-private.hh | 6 +++++-
18432  1 file changed, 5 insertions(+), 1 deletion(-)
18433
18434 commit 05686b5f697ed40dd21b330d044c3c286461fb26
18435 Author: Behdad Esfahbod <behdad@behdad.org>
18436 Date:   Mon Feb 25 18:19:20 2013 -0500
18437
18438     0.9.13
18439
18440  NEWS         | 29 +++++++++++++++++++++++++++++
18441  configure.ac |  2 +-
18442  2 files changed, 30 insertions(+), 1 deletion(-)
18443
18444 commit 9e5ac7b8c02c86a4f28c79173a5237503eaa7115
18445 Author: Behdad Esfahbod <behdad@behdad.org>
18446 Date:   Mon Feb 25 17:54:10 2013 -0500
18447
18448     Fix blob test to match c3ba49b6fa1865e8318926eaa6c0f2063d1053bb
18449
18450  test/api/test-blob.c | 57
18451  ++++++++++++++++++++++++++++++++++++++++++++++------
18452  1 file changed, 51 insertions(+), 6 deletions(-)
18453
18454 commit c3ba49b6fa1865e8318926eaa6c0f2063d1053bb
18455 Author: Behdad Esfahbod <behdad@behdad.org>
18456 Date:   Mon Feb 25 17:06:35 2013 -0500
18457
18458     Always create sub-blobs in MEMORY_MODE_READONLY
18459
18460     This fixes a design bug with sanitize and sub-blobs that can
18461     cause crashes.  Jonathan and I found and debugged this issue
18462     when we tested a corrupt font with the md5sum / filename:
18463     ea395483d37af0cb933f40689ff7b60a.  Two hours of intense
18464     debugging we found out that the font has overlapping GSUB/GPOS
18465     tables, and as such, sanitizing the second table can modify
18466     the first one, which can cause all kinds of undefined behavior.
18467
18468     The correct way to fix this is to make sure sub-blobs are
18469     always created readonly, since we consider the parent blob
18470     to be a shared resource and can't modify it, even if it *is*
18471     writable.
18472
18473     This essentially makes the READONLY_MAY_MAKE_WRITABLE mode
18474     unused...  Maybe we should simply remove / deprecate it.
18475
18476  src/hb-blob.cc |  2 +-
18477  src/hb-blob.h  | 26 ++++++++++++++++++++++++++
18478  2 files changed, 27 insertions(+), 1 deletion(-)
18479
18480 commit 57542d7f411c71d9b8110ce6f64090b2c0f6a925
18481 Author: Behdad Esfahbod <behdad@behdad.org>
18482 Date:   Thu Feb 21 15:54:05 2013 -0500
18483
18484     Minor
18485
18486  src/hb-ot-layout-private.hh | 10 +++++-----
18487  1 file changed, 5 insertions(+), 5 deletions(-)
18488
18489 commit d46606e119b48dcca375d6313abd0f93ba5d09c3
18490 Author: Behdad Esfahbod <behdad@behdad.org>
18491 Date:   Thu Feb 21 15:39:57 2013 -0500
18492
18493     Port TrueType-kerning to use skippy iterator
18494
18495     It skips joiners and default ignorables now.  Skips marks too,
18496     but only
18497     if there is proper GDEF classes for marks.
18498
18499  src/hb-ot-shape-fallback.cc | 50
18500  +++++++++++++++++++++++++--------------------
18501  1 file changed, 28 insertions(+), 22 deletions(-)
18502
18503 commit 722e8b857eafc52e07dee5d9b253b88ed5c5c8ed
18504 Author: Behdad Esfahbod <behdad@behdad.org>
18505 Date:   Thu Feb 21 15:37:51 2013 -0500
18506
18507     Fixup previous commit
18508
18509     Was not decreasing num_items.  Ouch!
18510
18511  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++----
18512  1 file changed, 8 insertions(+), 4 deletions(-)
18513
18514 commit ba87b8fc89bf745068ccd19264a2631ea0904846
18515 Author: Behdad Esfahbod <behdad@behdad.org>
18516 Date:   Thu Feb 21 15:23:39 2013 -0500
18517
18518     Move code around
18519
18520  src/hb-ot-shape-fallback-private.hh |  5 +++++
18521  src/hb-ot-shape-fallback.cc         | 40
18522  +++++++++++++++++++++++++++++++++++++
18523  src/hb-ot-shape.cc                  | 38
18524  +----------------------------------
18525  3 files changed, 46 insertions(+), 37 deletions(-)
18526
18527 commit 2b2a6e8944144755ab641f2842e36d9a847719f3
18528 Author: Behdad Esfahbod <behdad@behdad.org>
18529 Date:   Thu Feb 21 15:07:03 2013 -0500
18530
18531     [OTLayout] Correctly skip Default_Ignorable when match_func not set
18532
18533     When a match_func was not set on the matcher_t object (ie. from GPOS),
18534     then the Default_Ignorables (including joiners) were never skipped.
18535     This meant that they were not skipped as they should during GPOS
18536     matching.  Fix that.
18537
18538     A few Indic numbers have "regressed": BENGALI and DEVANAGARI went
18539     up from 290 and 58 respectively, but in both cases new results are
18540     superior to Uniscribe, as they apply GPOS when we weren't (and
18541     Uniscribe isn't) before.
18542     BENGALI: 353686 out of 354188 tests passed. 502 failed (0.141733%)
18543     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
18544     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
18545     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
18546     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
18547     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
18548     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
18549     MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed
18550     (0.0334817%)
18551     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
18552     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
18553     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
18554     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
18555     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
18556
18557  src/hb-ot-layout-gsubgpos-private.hh | 32
18558  ++++++++++++++++++++++----------
18559  1 file changed, 22 insertions(+), 10 deletions(-)
18560
18561 commit ff93ac8cb24cbc3d9dc1a2bfb0faa88950f4a507
18562 Author: Behdad Esfahbod <behdad@behdad.org>
18563 Date:   Thu Feb 21 14:51:40 2013 -0500
18564
18565     Minor
18566
18567  src/hb-ot-layout-gsubgpos-private.hh | 6 ++----
18568  1 file changed, 2 insertions(+), 4 deletions(-)
18569
18570 commit e0486fc1affd3796fb8f664e2e7fc208f1d2106c
18571 Author: Behdad Esfahbod <behdad@behdad.org>
18572 Date:   Tue Feb 19 00:58:10 2013 -0500
18573
18574     [tests] Add Myanmar torture tests from Martin Hosken
18575
18576  .../shaper-myanmar/script-myanmar/misc/MANIFEST    |  1 +
18577  .../shaper-myanmar/script-myanmar/misc/torture.txt | 23
18578  ++++++++++++++++++++++
18579  2 files changed, 24 insertions(+)
18580
18581 commit a3df9a7bf87aeba7a3d6110cd5e01a65bd0b16d0
18582 Author: Behdad Esfahbod <behdad@behdad.org>
18583 Date:   Tue Feb 19 00:50:46 2013 -0500
18584
18585     Minor
18586
18587     Moving files around
18588
18589  test/shaping/texts/in-tree/MANIFEST                                     |
18590  2 --
18591  test/shaping/texts/in-tree/shaper-default/MANIFEST                      |
18592  2 ++
18593  .../in-tree/{shaper-hangul => shaper-default}/script-hangul/MANIFEST
18594  | 0
18595  .../{shaper-hangul => shaper-default}/script-hangul/misc/MANIFEST
18596  | 0
18597  .../{shaper-hangul => shaper-default}/script-hangul/misc/misc.txt
18598  | 0
18599  .../in-tree/{script-default => shaper-default/script-tibetan}/MANIFEST
18600  | 0
18601  .../{script-default => shaper-default/script-tibetan}/misc/MANIFEST
18602  | 0
18603  .../{script-default => shaper-default/script-tibetan}/misc/misc.txt
18604  | 0
18605  test/shaping/texts/in-tree/shaper-hangul/MANIFEST                       |
18606  1 -
18607  9 files changed, 2 insertions(+), 3 deletions(-)
18608
18609 commit b1f440759161cb5a54e1b1b910f3a8383b8e8472
18610 Author: Behdad Esfahbod <behdad@behdad.org>
18611 Date:   Sun Feb 17 12:12:37 2013 -0500
18612
18613     [SEA] Fix order of pre-base reordering Ra and left matras
18614
18615     The code was confused because it was expecting left matra to have
18616     POS_PRE_M, like we do in the Myanmar shaper, but that is not what
18617     we were doing in this shaper.  Rewrite to rely on category only.
18618
18619     Test case: U+AA06,U+AA34,U+AA2F
18620
18621  src/hb-ot-shape-complex-sea.cc                              | 13
18622  +++++++------
18623  .../texts/in-tree/shaper-sea/script-cham/misc/misc.txt      |  1 +
18624  2 files changed, 8 insertions(+), 6 deletions(-)
18625
18626 commit 99fa9ea020f26ed2697f38a7690ee1e1b5d946c4
18627 Author: Behdad Esfahbod <behdad@behdad.org>
18628 Date:   Fri Feb 15 11:47:24 2013 -0500
18629
18630     Minor
18631
18632  src/hb-ot-layout-gsub-table.hh | 4 +---
18633  1 file changed, 1 insertion(+), 3 deletions(-)
18634
18635 commit 27589620ba2dcf356fd7fa21cd80221a07803202
18636 Author: Behdad Esfahbod <behdad@behdad.org>
18637 Date:   Fri Feb 15 11:47:09 2013 -0500
18638
18639     [OTLayout] Remove unused code
18640
18641  src/hb-open-type-private.hh | 5 -----
18642  1 file changed, 5 deletions(-)
18643
18644 commit ebb77b9c5e357ff7c9badb0f4bf1c3a965c3e91d
18645 Author: Behdad Esfahbod <behdad@behdad.org>
18646 Date:   Fri Feb 15 09:33:10 2013 -0500
18647
18648     Remove TODO items that don't make sense
18649
18650     The spec says those features need to be disabled by default.
18651
18652  TODO | 2 --
18653  1 file changed, 2 deletions(-)
18654
18655 commit c2a1cdc4c4cc51f4680ebc4ec2c462cb660f9492
18656 Author: Behdad Esfahbod <behdad@behdad.org>
18657 Date:   Fri Feb 15 09:27:02 2013 -0500
18658
18659     [Arabic] Fix shaping of left-joining 'Phags-Pa U+A872
18660
18661     This is the first character in Unicode to have Arabic left-joining
18662     behavior.  Update the machine to recognize that.
18663
18664     Test case: U+A840,U+A872,U+A840.
18665
18666  src/hb-ot-shape-complex-arabic.cc | 40
18667  +++++++++++++++++++--------------------
18668  1 file changed, 19 insertions(+), 21 deletions(-)
18669
18670 commit 05ac87813d17d9ebbfa315eee3f80f25b53135c5
18671 Author: Behdad Esfahbod <behdad@behdad.org>
18672 Date:   Fri Feb 15 09:26:41 2013 -0500
18673
18674     [tests] Add Syriac Alaph shaping test cases
18675
18676  .../shaper-arabic/script-syriac/misc/MANIFEST      |  1 +
18677  .../shaper-arabic/script-syriac/misc/alaph.txt     | 98
18678  ++++++++++++++++++++++
18679  2 files changed, 99 insertions(+)
18680
18681 commit c462b32dcb883a7aca066af24c4d28c7a2b7fa28
18682 Author: Behdad Esfahbod <behdad@behdad.org>
18683 Date:   Fri Feb 15 07:51:47 2013 -0500
18684
18685     Disable automatic segment properties guessing
18686
18687     Before, if one called hb_shape() without setting script, language, and
18688     direction on the buffer, hb_shape() was calling
18689     hb_buffer_guess_segment_properties() on the user's behalf to guess
18690     these.
18691
18692     This is very dangerous, since any serious user of HarfBuzz must set
18693     these properly (specially important is direction).  So now, we don't
18694     guess properties by default.  People not setting direction will get
18695     an abort() now.  If the old behavior is desired (fragile, good for
18696     simple testing only), users can call
18697     hb_buffer_guess_segment_properties() on the buffer just before calling
18698     hb_shape().
18699
18700  src/hb-fallback-shape.cc | 1 -
18701  src/hb-ot-shape.cc       | 2 --
18702  src/hb-shape.cc          | 2 --
18703  util/options.hh          | 1 +
18704  4 files changed, 1 insertion(+), 5 deletions(-)
18705
18706 commit 7abddbb47a489aaac8e76ac6e700cd815739b1d2
18707 Author: Behdad Esfahbod <behdad@behdad.org>
18708 Date:   Fri Feb 15 07:46:57 2013 -0500
18709
18710     Add assertions for a couple programmer errors
18711
18712  src/hb-shape-plan.cc | 8 +++++++-
18713  1 file changed, 7 insertions(+), 1 deletion(-)
18714
18715 commit 038c98f6866fe1177b04bd2ae3bb461b2f0fd1ed
18716 Author: Behdad Esfahbod <behdad@behdad.org>
18717 Date:   Fri Feb 15 07:41:07 2013 -0500
18718
18719     Allow disabling of TrueType kerning
18720
18721     Responds to the same feature tag that GPOS kerning does:
18722     'kern' for horizontal and 'vkrn' for vertical.
18723
18724  TODO               |  2 --
18725  src/hb-ot-shape.cc | 55
18726  ++++++++++++++++++++++++++++++++++--------------------
18727  2 files changed, 35 insertions(+), 22 deletions(-)
18728
18729 commit 398238a2526d322eb79e255c24634a275473920f
18730 Author: Behdad Esfahbod <behdad@behdad.org>
18731 Date:   Fri Feb 15 07:40:10 2013 -0500
18732
18733     Fix partial disabling of default-on features
18734
18735     Surprisingly, if user ever tried to turn a default feature off
18736     partially
18737     (say, disable liga for a range), the feature was being turned off
18738     globally!  Fixed now.
18739
18740  src/hb-ot-map.cc | 5 ++---
18741  1 file changed, 2 insertions(+), 3 deletions(-)
18742
18743 commit cb90b1bbe6d27ca6968b70d2dbfea7ab7fb73293
18744 Author: Behdad Esfahbod <behdad@behdad.org>
18745 Date:   Fri Feb 15 07:02:08 2013 -0500
18746
18747     [OTLayout] Respect syllable boundaries for backtrack/lookahead
18748     matching
18749
18750     Originally we meant to match backtrack/lookahead across syllable
18751     boundaries.  But a bug in the code meant that this was NOT done for
18752     backtrack.  We "fixed" that in
18753     2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c,
18754     but that broke Myanmar shaping.
18755
18756     We now believe that for Indic-like shapers (which is where syllables
18757     are
18758     used), all basic shaping forms should be fully contained within their
18759     syllables, so now we limit backtrack/lookahead matching to the
18760     syllable
18761     too.  Unbreaks Myanmar.
18762
18763  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
18764  1 file changed, 2 insertions(+), 2 deletions(-)
18765
18766 commit ee9c3a17d0bf263c5eee479fd778db97cff8e189
18767 Author: Behdad Esfahbod <behdad@behdad.org>
18768 Date:   Fri Feb 15 06:22:26 2013 -0500
18769
18770     Minor refactoring
18771
18772  src/hb-ot-shape-complex-myanmar.cc | 36
18773  ++++++++++--------------------------
18774  src/hb-ot-shape-complex-sea.cc     | 37
18775  ++++++++++---------------------------
18776  src/hb-ot-shape.cc                 | 17 ++++++-----------
18777  3 files changed, 26 insertions(+), 64 deletions(-)
18778
18779 commit cfc507c5432e6327e8484b07b9e091212653bc92
18780 Author: Behdad Esfahbod <behdad@behdad.org>
18781 Date:   Thu Feb 14 10:40:12 2013 -0500
18782
18783     [Indic-like] Disable automatic joiner handling for basic shaping
18784     features
18785
18786     Not for Arabic, but for Indic-like scripts.  ZWJ/ZWNJ have special
18787     meanings in those scripts, so let font lookups take full control.
18788
18789     This undoes the regression caused by automatic-joiners handling
18790     introduced two commits ago.
18791
18792     We only disable automatic joiner handling for the "basic shaping
18793     features" of Indic, Myanmar, and SEAsian shapers.  The "presentation
18794     forms" and other features are still applied with automatic-joiner
18795     handling.
18796
18797     This change also changes the test suite failure statistics, such that
18798     a few scripts show more "failures".  The most affected is Kannada.
18799     However, upon inspection, we believe that in most, if not all, of the
18800     new failures, we are producing results superior to Uniscribe.  Hard to
18801     count those!
18802
18803     Here's an example of what is fixed by the recent joiner-handling
18804     changes:
18805
18806       https://bugs.freedesktop.org/show_bug.cgi?id=58714
18807
18808     New numbers, for future reference:
18809
18810     BENGALI: 353892 out of 354188 tests passed. 296 failed (0.0835714%)
18811     DEVANAGARI: 707336 out of 707394 tests passed. 58 failed (0.00819911%)
18812     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
18813     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
18814     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
18815     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
18816     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
18817     MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed
18818     (0.0334817%)
18819     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
18820     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
18821     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
18822     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
18823     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
18824
18825  src/hb-ot-layout-gsubgpos-private.hh       | 35
18826  +++++++++++++++++++-----------
18827  src/hb-ot-layout-private.hh                |  6 +++--
18828  src/hb-ot-layout.cc                        | 10 +++++----
18829  src/hb-ot-map-private.hh                   | 12 ++++++----
18830  src/hb-ot-map.cc                           | 32
18831  +++++++++++++++++++++------
18832  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
18833  src/hb-ot-shape-complex-indic.cc           | 29 +++++++++++++------------
18834  src/hb-ot-shape-complex-myanmar.cc         |  4 ++--
18835  src/hb-ot-shape-complex-sea.cc             |  4 ++--
18836  9 files changed, 85 insertions(+), 49 deletions(-)
18837
18838 commit 0b45479198d61d5135dad771e9c68408eb13f930
18839 Author: Behdad Esfahbod <behdad@behdad.org>
18840 Date:   Thu Feb 14 10:46:52 2013 -0500
18841
18842     [OTLayout] Add fine-grained control over ZWJ matching
18843
18844     Not used yet.  Next commit...
18845
18846  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++++--
18847  src/hb-ot-layout-private.hh          | 11 +++++++++--
18848  2 files changed, 17 insertions(+), 4 deletions(-)
18849
18850 commit 607feb7cff0e50f8738d2e49ca463fc9d7d494de
18851 Author: Behdad Esfahbod <behdad@behdad.org>
18852 Date:   Thu Feb 14 07:43:13 2013 -0500
18853
18854     [OTLayout] Ignore default-ignorables when matching GSUB/GPOS
18855
18856     When matching lookups, be smart about default-ignorable characters.
18857     In particular:
18858
18859     Do nothing specific about ZWNJ, but for the other default-ignorables:
18860
18861     If the lookup in question uses the ignorable character in a sequence,
18862     then match it as we used to do.  However, if the sequence match will
18863     fail because the default-ignorable blocked it, try skipping the
18864     ignorable character and continue.
18865
18866     The most immediate thing it means is that if Lam-Alef forms a
18867     ligature,
18868     then Lam-ZWJ-Alef will do to.  Finally!
18869
18870     One exception: when matching for GPOS, or for backtrack/lookahead of
18871     GSUB, we ignore ZWNJ too.  That's the right thing to do.
18872
18873     It certainly is possible to build fonts that this feature will result
18874     in undesirable glyphs, but it's hard to think of a real-world case
18875     that that would happen.
18876
18877     This *does* break Indic shaping right now, since Indic Unicode has
18878     specific rules for what ZWJ/ZWNJ mean, and skipping ZWJ is breaking
18879     those rules.  That will be fixed in upcoming commits.
18880
18881  src/hb-ot-layout-gpos-table.hh       |   1 +
18882  src/hb-ot-layout-gsub-table.hh       |   2 +-
18883  src/hb-ot-layout-gsubgpos-private.hh | 279
18884  ++++++++++++++++++++++++-----------
18885  src/hb-ot-layout-private.hh          |  45 ++++++
18886  src/hb-ot-shape-private.hh           |  44 ------
18887  5 files changed, 237 insertions(+), 134 deletions(-)
18888
18889 commit ec5448667b30ad662401c2b4f5fc0da524c013fd
18890 Author: Behdad Esfahbod <behdad@behdad.org>
18891 Date:   Thu Feb 14 11:25:10 2013 -0500
18892
18893     Add hb_ot_map_feature_flags_t
18894
18895     Code cleanup.  No (intended) functional change.
18896
18897  src/hb-ot-map-private.hh           | 29 +++++++++++++++++---
18898  src/hb-ot-map.cc                   | 24 ++++++++---------
18899  src/hb-ot-shape-complex-arabic.cc  |  4 +--
18900  src/hb-ot-shape-complex-indic.cc   | 55
18901  +++++++++++++++++++-------------------
18902  src/hb-ot-shape-complex-myanmar.cc |  4 +--
18903  src/hb-ot-shape-complex-sea.cc     |  2 +-
18904  src/hb-ot-shape.cc                 |  6 +++--
18905  7 files changed, 74 insertions(+), 50 deletions(-)
18906
18907 commit e7ffcfafb1108801ac504f18f820e497226bf07f
18908 Author: Behdad Esfahbod <behdad@behdad.org>
18909 Date:   Thu Feb 14 11:05:56 2013 -0500
18910
18911     Clean-up add_bool_feature
18912
18913  src/hb-ot-map-private.hh           |  4 ++--
18914  src/hb-ot-shape-complex-arabic.cc  | 16 ++++++++--------
18915  src/hb-ot-shape-complex-default.cc |  2 +-
18916  src/hb-ot-shape-complex-indic.cc   |  8 ++++----
18917  src/hb-ot-shape-complex-myanmar.cc |  8 ++++----
18918  src/hb-ot-shape-complex-sea.cc     |  8 ++++----
18919  src/hb-ot-shape.cc                 | 10 +++++-----
18920  7 files changed, 28 insertions(+), 28 deletions(-)
18921
18922 commit e7562f53fe6a506d2c6d59d6688e4fa468bba462
18923 Author: Behdad Esfahbod <behdad@behdad.org>
18924 Date:   Thu Feb 14 11:05:36 2013 -0500
18925
18926     Fix compile warnings for ragel-generated machines
18927
18928  src/hb-ot-shape-complex-indic-machine.rl   | 2 +-
18929  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
18930  src/hb-ot-shape-complex-sea-machine.rl     | 2 +-
18931  3 files changed, 3 insertions(+), 3 deletions(-)
18932
18933 commit 4e51df73a337f7232a7dfa85df78a4f19b24771b
18934 Author: Behdad Esfahbod <behdad@behdad.org>
18935 Date:   Thu Feb 14 07:42:42 2013 -0500
18936
18937     [OTLayout] Remove unused function
18938
18939  src/hb-ot-layout-gsubgpos-private.hh | 5 -----
18940  1 file changed, 5 deletions(-)
18941
18942 commit 8820bb235b1f63e4d93c8a2f5c08b44d89e06b78
18943 Author: Behdad Esfahbod <behdad@behdad.org>
18944 Date:   Thu Feb 14 07:41:03 2013 -0500
18945
18946     [OTLayout] Port apply_lookup to skippy_iter
18947
18948  src/hb-ot-layout-gsubgpos-private.hh | 50
18949  +++++++++++++++++++++++++-----------
18950  1 file changed, 35 insertions(+), 15 deletions(-)
18951
18952 commit dfca269f069dae2f99990dac24da15d316eccb9f
18953 Author: Behdad Esfahbod <behdad@behdad.org>
18954 Date:   Thu Feb 14 07:20:52 2013 -0500
18955
18956     [OTLayout] Port ligate_input to skippy_iter
18957
18958  src/hb-ot-layout-gsubgpos-private.hh | 5 ++++-
18959  1 file changed, 4 insertions(+), 1 deletion(-)
18960
18961 commit 7e53415c2d8859e8b5948a2edb38c39a8f78b825
18962 Author: Behdad Esfahbod <behdad@behdad.org>
18963 Date:   Thu Feb 14 06:24:30 2013 -0500
18964
18965     [OTLayout] Minor fix for apply_lookup()
18966
18967     Should NOT change behavior, since first glyph is a match.
18968
18969  src/hb-ot-layout-gsubgpos-private.hh | 16 +++++++++-------
18970  1 file changed, 9 insertions(+), 7 deletions(-)
18971
18972 commit 6880f7e19d44c50e45ecb86d26381aad956d9acb
18973 Author: Behdad Esfahbod <behdad@behdad.org>
18974 Date:   Wed Feb 13 12:17:25 2013 -0500
18975
18976     [OTLayout] Make table type known to apply context
18977
18978  src/hb-ot-layout-gsubgpos-private.hh       | 5 ++++-
18979  src/hb-ot-layout.cc                        | 4 ++--
18980  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
18981  3 files changed, 7 insertions(+), 4 deletions(-)
18982
18983 commit 2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c
18984 Author: Behdad Esfahbod <behdad@behdad.org>
18985 Date:   Wed Feb 13 12:10:08 2013 -0500
18986
18987     [OTLayou] Unbreak backtrack matching
18988
18989     Was introduced by 28b9d502bb69a8045818d5f6113ded9c59a56bd7.
18990
18991  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
18992  1 file changed, 3 insertions(+), 4 deletions(-)
18993
18994 commit c074ebc466dcc9bcc0d8a5dd7e942dea974ff718
18995 Author: Behdad Esfahbod <behdad@behdad.org>
18996 Date:   Wed Feb 13 11:22:42 2013 -0500
18997
18998     [OTLayout] Minor refactoring
18999
19000  src/hb-ot-layout-gpos-table.hh       |  9 ++++++---
19001  src/hb-ot-layout-gsubgpos-private.hh | 30 +++++++++++++++++-------------
19002  2 files changed, 23 insertions(+), 16 deletions(-)
19003
19004 commit 407fc12466ef460d0edf11b89f0d04c4d724875f
19005 Author: Behdad Esfahbod <behdad@behdad.org>
19006 Date:   Wed Feb 13 11:13:06 2013 -0500
19007
19008     [OTLayout] Remove bogus caching of glyph property
19009
19010  src/hb-ot-layout-gpos-table.hh       | 21 ++++++++-----------
19011  src/hb-ot-layout-gsub-table.hh       |  7 +++----
19012  src/hb-ot-layout-gsubgpos-private.hh | 40
19013  ++++++++++++++----------------------
19014  3 files changed, 26 insertions(+), 42 deletions(-)
19015
19016 commit 6b1e3502e23c110dd810f854ba021f83baab1548
19017 Author: Behdad Esfahbod <behdad@behdad.org>
19018 Date:   Wed Feb 13 11:02:54 2013 -0500
19019
19020     Remember ZWNJ
19021
19022     To be used in upcoming changes.
19023
19024  src/hb-ot-shape-private.hh | 11 +++++++++--
19025  1 file changed, 9 insertions(+), 2 deletions(-)
19026
19027 commit 1f91c39677f840a1f630696d16d083060069abf5
19028 Author: Behdad Esfahbod <behdad@behdad.org>
19029 Date:   Wed Feb 13 09:38:40 2013 -0500
19030
19031     Indent
19032
19033  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
19034  1 file changed, 6 insertions(+), 2 deletions(-)
19035
19036 commit a0cb9f33ee064628debe8e848094dfd661334640
19037 Author: Behdad Esfahbod <behdad@behdad.org>
19038 Date:   Wed Feb 13 09:26:55 2013 -0500
19039
19040     [Indic] Improve base finding in final_reordering
19041
19042     Fixes 5 Malayalam failures!
19043
19044     MALAYALAM: 1048016 out of 1048334 tests passed. 318 failed
19045     (0.0303338%)
19046
19047  src/hb-ot-shape-complex-indic.cc | 7 +++++++
19048  1 file changed, 7 insertions(+)
19049
19050 commit 126f39cd16cea87b2696f66467c83a585bd4c2cf
19051 Author: Behdad Esfahbod <behdad@behdad.org>
19052 Date:   Wed Feb 13 08:29:21 2013 -0500
19053
19054     Add more dot-reph tests
19055
19056  .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt      |
19057  10 ++++++++++
19058  1 file changed, 10 insertions(+)
19059
19060 commit f22b7e77783fa2f44365e0fe6413c4474c07048d
19061 Author: Behdad Esfahbod <behdad@behdad.org>
19062 Date:   Wed Feb 13 07:32:46 2013 -0500
19063
19064     [Indic] Track base position when reordering things
19065
19066     Ouch, how did things ever work without this?!  The added test that
19067     has a
19068     dot-reph as well as a pre-base reordering Ra perfectly demonstrates
19069     the
19070     bug (tested with Nirmala font from Win8 for example).  Testing
19071     suggests
19072     that Win8 shaper has the *exact* same bug / behavior that we used to
19073     have.  Odd.
19074
19075  src/hb-ot-shape-complex-indic.cc                                    |
19076  6 ++++++
19077  .../in-tree/shaper-indic/indic/script-malayalam/misc/dot-reph.txt   | 1 +
19078  2 files changed, 7 insertions(+)
19079
19080 commit bc11de144c0a7a95fa0945aa7f053d8117af282a
19081 Author: Behdad Esfahbod <behdad@behdad.org>
19082 Date:   Wed Feb 13 05:59:06 2013 -0500
19083
19084     [SEA] Don't zero any mark advances
19085
19086     Keep the logic simple, easier to explain to font developers.
19087
19088  src/hb-ot-shape-complex-sea.cc | 2 +-
19089  1 file changed, 1 insertion(+), 1 deletion(-)
19090
19091 commit 0291a6528685f1f593707655943fb2360579cb9e
19092 Author: Behdad Esfahbod <behdad@behdad.org>
19093 Date:   Wed Feb 13 05:57:24 2013 -0500
19094
19095     Further adjust mark advance zeroing
19096
19097     This is a followup to 568000274c8edb5f41bc4f876ce21fcc8bdaeed8.
19098     Looks like in the Latin shaper, Uniscribe zeroes all Unicode NSM
19099     advances *after* GPOS, not before.  Match that.
19100
19101     Can be tested using DejaVu Sans Mono, since that font has GPOS
19102     rules to zero the mark advances on its own.
19103
19104  src/hb-ot-shape.cc | 33 +++++++++++++++++++++++----------
19105  1 file changed, 23 insertions(+), 10 deletions(-)
19106
19107 commit 85c51ec2e1d518019e32801ae38659c74fc20d80
19108 Author: Behdad Esfahbod <behdad@behdad.org>
19109 Date:   Tue Feb 12 18:17:39 2013 -0500
19110
19111     [Indic] Fix Eyelash Ra with old Devanagari spec
19112
19113  src/hb-ot-shape-complex-indic.cc | 32 ++++++++++++++++++++++++++++++++
19114  1 file changed, 32 insertions(+)
19115
19116 commit cc5f24cde079b451799562b3af7ce06d932cbe6b
19117 Author: Behdad Esfahbod <behdad@behdad.org>
19118 Date:   Tue Feb 12 18:17:12 2013 -0500
19119
19120     [tests] Add tests for Devanagary Eyelash Ra
19121
19122     Currently broken with Sanskrit 2003 font.
19123
19124  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST   |
19125  1 +
19126  .../in-tree/shaper-indic/indic/script-devanagari/misc/eyelash.txt      |
19127  3 +++
19128  2 files changed, 4 insertions(+)
19129
19130 commit 63e48bc33b68f940c351af623a55a4cf650db102
19131 Author: Behdad Esfahbod <behdad@behdad.org>
19132 Date:   Tue Feb 12 17:57:49 2013 -0500
19133
19134     [Indic] Apply 'blwf' before 'half'
19135
19136     This reverts 167b625d988b74572d6b2f646c285b666b650d49.  It didn't
19137     matter before, but that's going to change with next commit.
19138
19139  src/hb-ot-shape-complex-indic.cc | 4 ++--
19140  1 file changed, 2 insertions(+), 2 deletions(-)
19141
19142 commit 70d656571194d2bd32671244530edbe159722cec
19143 Author: Behdad Esfahbod <behdad@behdad.org>
19144 Date:   Tue Feb 12 18:01:21 2013 -0500
19145
19146     [Indic] Apply 'vatu' before 'cjct'
19147
19148     This essentially reverts 1d6846db9ebf84561bb30a4e48c6c43184914099,
19149     but that commit is from way back when.  We should be better
19150     following the spec order now again.
19151
19152  src/hb-ot-shape-complex-indic.cc | 4 ++--
19153  1 file changed, 2 insertions(+), 2 deletions(-)
19154
19155 commit 64bb2ae857cfda35dd71c7f1e962722069674ec6
19156 Author: Behdad Esfahbod <behdad@behdad.org>
19157 Date:   Tue Feb 12 16:29:25 2013 -0500
19158
19159     Didn't mean to push this out
19160
19161     Ouch!
19162
19163  test/shaping/hb_test_tools.py | 1 -
19164  1 file changed, 1 deletion(-)
19165
19166 commit f9b660534c269d2257d6b5e8ec2173ee71668f2f
19167 Author: Behdad Esfahbod <behdad@behdad.org>
19168 Date:   Tue Feb 12 16:13:56 2013 -0500
19169
19170     [Myanmar] Use master Indic table for syllable data
19171
19172  src/hb-ot-shape-complex-myanmar.cc | 144
19173  +++++++++----------------------------
19174  test/shaping/hb_test_tools.py      |   1 +
19175  2 files changed, 35 insertions(+), 110 deletions(-)
19176
19177 commit f60793e854393c32337a483c5d1700bf17d767fd
19178 Author: Behdad Esfahbod <behdad@behdad.org>
19179 Date:   Tue Feb 12 15:45:59 2013 -0500
19180
19181     [tests] Add Cham sample
19182
19183  test/shaping/texts/in-tree/shaper-sea/script-cham/misc/misc.txt | 1 +
19184  1 file changed, 1 insertion(+)
19185
19186 commit e2aab4b5db88c368c11cee81368b9ad41399e585
19187 Author: Behdad Esfahbod <behdad@behdad.org>
19188 Date:   Tue Feb 12 15:35:32 2013 -0500
19189
19190     Improve checks for setmode()
19191
19192     As reported by Jonathan, OS X has setmode() that is something other
19193     than what setmode() is on Win32.  So, limit invocation to Windows
19194     platforms only.
19195
19196  configure.ac    | 4 ++--
19197  util/options.cc | 4 ++--
19198  util/options.hh | 2 +-
19199  3 files changed, 5 insertions(+), 5 deletions(-)
19200
19201 commit a6c1e040e594faeefd61b456ef995c7886cdea78
19202 Author: Behdad Esfahbod <behdad@behdad.org>
19203 Date:   Tue Feb 12 15:31:58 2013 -0500
19204
19205     Improve check for Windows platforms
19206
19207     Instead of checking for compiler, check for platform.
19208
19209  src/hb-atomic-private.hh | 2 +-
19210  src/hb-mutex-private.hh  | 2 +-
19211  2 files changed, 2 insertions(+), 2 deletions(-)
19212
19213 commit 9e1f80ab3eea4a74cdaa6a390e4925a479ece1c5
19214 Author: Behdad Esfahbod <behdad@behdad.org>
19215 Date:   Tue Feb 12 15:28:21 2013 -0500
19216
19217     [SEA] Treat Consonant_Final like Consonant_Medial
19218
19219  src/hb-ot-shape-complex-indic-private.hh | 2 +-
19220  1 file changed, 1 insertion(+), 1 deletion(-)
19221
19222 commit bab02d339f39ed5168daaef9461227f78e596a2f
19223 Author: Behdad Esfahbod <behdad@behdad.org>
19224 Date:   Tue Feb 12 15:26:45 2013 -0500
19225
19226     Rename HB_OT_INDIC_OPTIONS env var to HB_OPTIONS
19227
19228     The Myanmar shaper now respects the uniscribe-bug-compatibility
19229     option too.
19230
19231  src/hb-common.cc                   | 20 ++++++++++++--
19232  src/hb-ot-shape-complex-indic.cc   | 53
19233  ++++----------------------------------
19234  src/hb-ot-shape-complex-myanmar.cc |  7 ++---
19235  src/hb-private.hh                  | 29 +++++++++++++++++++++
19236  4 files changed, 54 insertions(+), 55 deletions(-)
19237
19238 commit 3a83d33ec0b1be6f5992816ff5ebb0f43c8dff00
19239 Author: Behdad Esfahbod <behdad@behdad.org>
19240 Date:   Tue Feb 12 12:14:10 2013 -0500
19241
19242     Add South-East Asian shaper
19243
19244     Handles Tai Tham, Cham, and New Tai Lue for now.
19245
19246  src/Makefile.am                                    |  12 +-
19247  src/gen-indic-table.py                             |   9 +-
19248  src/hb-ot-shape-complex-indic-private.hh           | 241 +------------
19249  ...table.hh => hb-ot-shape-complex-indic-table.cc} |   9 +-
19250  src/hb-ot-shape-complex-indic.cc                   | 239 ++++++++++++
19251  src/hb-ot-shape-complex-myanmar.cc                 |   2 +-
19252  src/hb-ot-shape-complex-private.hh                 |  28 +-
19253  src/hb-ot-shape-complex-sea-machine.rl             | 102 ++++++
19254  src/hb-ot-shape-complex-sea.cc                     | 400
19255  +++++++++++++++++++++
19256  test/shaping/texts/in-tree/MANIFEST                |   1 +
19257  .../in-tree/shaper-indic/south-east-asian/MANIFEST |   1 -
19258  test/shaping/texts/in-tree/shaper-myanmar/MANIFEST |   1 +
19259  test/shaping/texts/in-tree/shaper-sea/MANIFEST     |   3 +
19260  .../script-cham}/MANIFEST                          |   0
19261  .../script-cham}/misc/MANIFEST                     |   0
19262  .../in-tree/shaper-sea/script-cham/misc/misc.txt   |   1 +
19263  .../in-tree/shaper-sea/script-new-tai-lue/MANIFEST |   1 +
19264  .../shaper-sea/script-new-tai-lue/misc/MANIFEST    |   1 +
19265  .../script-new-tai-lue/misc/misc.txt               |   0
19266  .../in-tree/shaper-sea/script-tai-tham/MANIFEST    |   1 +
19267  .../shaper-sea/script-tai-tham/misc/MANIFEST       |   1 +
19268  .../shaper-sea/script-tai-tham/misc/misc.txt       |   2 +
19269  22 files changed, 792 insertions(+), 263 deletions(-)
19270
19271 commit fb960212063016656dfaba83f072c81d1efc3202
19272 Author: Behdad Esfahbod <behdad@behdad.org>
19273 Date:   Tue Feb 12 10:33:58 2013 -0500
19274
19275     Minor test reshufflings
19276
19277  test/shaping/texts/in-tree/MANIFEST
19278  | 1 +
19279  .../south-east-asian/script-thai => script-default}/MANIFEST
19280  | 0
19281  .../south-asian/script-tibetan => script-default}/misc/MANIFEST
19282  | 0
19283  .../south-asian/script-tibetan => script-default}/misc/misc.txt
19284  | 0
19285  test/shaping/texts/in-tree/shaper-indic/MANIFEST
19286  | 1 -
19287  test/shaping/texts/in-tree/shaper-indic/south-asian/MANIFEST
19288  | 1 -
19289  .../texts/in-tree/shaper-indic/south-asian/script-tibetan/MANIFEST
19290  | 1 -
19291  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
19292  | 1 -
19293  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST
19294  | 0
19295  9 files changed, 1 insertion(+), 4 deletions(-)
19296
19297 commit 5676d5d52784e16068ae483103d59111a8081854
19298 Author: Behdad Esfahbod <behdad@behdad.org>
19299 Date:   Tue Feb 12 10:31:14 2013 -0500
19300
19301     [Indic] Make sure New Tai Lue works!
19302
19303  src/hb-ot-shape-complex-private.hh                           | 12
19304  ++++++++----
19305  .../texts/in-tree/shaper-indic/south-east-asian/MANIFEST     |  1 +
19306  .../south-east-asian/script-new-tai-lue/MANIFEST             |  1 +
19307  .../south-east-asian/script-new-tai-lue/misc/MANIFEST        |  1 +
19308  .../south-east-asian/script-new-tai-lue/misc/misc.txt        |  1 +
19309  5 files changed, 12 insertions(+), 4 deletions(-)
19310
19311 commit 568000274c8edb5f41bc4f876ce21fcc8bdaeed8
19312 Author: Behdad Esfahbod <behdad@behdad.org>
19313 Date:   Tue Feb 12 09:44:57 2013 -0500
19314
19315     Adjust mark advance-width zeroing logic for Myanmar
19316
19317     Before, we were zeroing advance width of attached marks for
19318     non-Indic scripts, and not doing it for Indic.
19319
19320     We have now three different behaviors, which seem to better
19321     reflect what Uniscribe is doing:
19322
19323       - For Indic, no explicit zeroing happens whatsoever, which
19324         is the same as before,
19325
19326       - For Myanmar, zero advance width of glyphs marked as marks
19327         *in GDEF*, and do that *before* applying GPOS.  This seems
19328         to be what the new Win8 Myanmar shaper does,
19329
19330       - For everything else, zero advance width of glyphs that are
19331         from General_Category=Mn Unicode characters, and do so
19332         before applying GPOS.  This seems to be what Uniscribe does
19333         for Latin at least.
19334
19335     With these changes, positioning of all tests matches for Myanmar,
19336     except for the glitch in Uniscribe not applying 'mark'.  See preivous
19337     commit.
19338
19339  src/hb-ot-layout-gpos-table.hh     | 12 ++++--------
19340  src/hb-ot-layout-private.hh        |  3 +--
19341  src/hb-ot-layout.cc                |  4 ++--
19342  src/hb-ot-shape-complex-arabic.cc  |  2 +-
19343  src/hb-ot-shape-complex-default.cc |  2 +-
19344  src/hb-ot-shape-complex-indic.cc   |  2 +-
19345  src/hb-ot-shape-complex-myanmar.cc |  2 +-
19346  src/hb-ot-shape-complex-private.hh |  9 ++++++++-
19347  src/hb-ot-shape-complex-thai.cc    |  2 +-
19348  src/hb-ot-shape.cc                 | 31 +++++++++++++++++++++++++++++--
19349  10 files changed, 49 insertions(+), 20 deletions(-)
19350
19351 commit 99749ca8e0c4c8dbea4620f07c4d0e6d1515cc65
19352 Author: Behdad Esfahbod <behdad@behdad.org>
19353 Date:   Tue Feb 12 09:44:35 2013 -0500
19354
19355     [Myanmar] Add note re Uniscribe NOT applying 'mark'
19356
19357  src/hb-ot-shape-complex-myanmar.cc | 14 ++++++++++++++
19358  1 file changed, 14 insertions(+)
19359
19360 commit b8427801381180da9611b2e3e0f0b3514274de81
19361 Author: Behdad Esfahbod <behdad@behdad.org>
19362 Date:   Mon Feb 11 17:02:17 2013 -0500
19363
19364     Minor
19365
19366  src/hb-atomic-private.hh | 2 +-
19367  src/hb-mutex-private.hh  | 2 +-
19368  2 files changed, 2 insertions(+), 2 deletions(-)
19369
19370 commit 419c933ed1b5d97c7561546536ef5810a7b0ebd0
19371 Author: Behdad Esfahbod <behdad@behdad.org>
19372 Date:   Mon Feb 11 16:16:16 2013 -0500
19373
19374     [Myanmar] Fix handling of Punctuation and Symbol types
19375
19376     Testing with "clusters" now on par with testing without them.  15
19377     failures both.
19378
19379  src/hb-ot-shape-complex-myanmar.cc | 12 ++++++++++++
19380  1 file changed, 12 insertions(+)
19381
19382 commit 0572c1410a9cb0ac5dd5dc84a8034698cc5c4892
19383 Author: Behdad Esfahbod <behdad@behdad.org>
19384 Date:   Mon Feb 11 16:06:02 2013 -0500
19385
19386     [Myanmar] Fixup handling of joiners and GB characters
19387
19388  src/hb-ot-shape-complex-myanmar-machine.rl |  6 ++----
19389  src/hb-ot-shape-complex-myanmar.cc         | 19 +++++++++++++++++--
19390  2 files changed, 19 insertions(+), 6 deletions(-)
19391
19392 commit 1c8654ead41ca746d577549c92d2a41c594ab639
19393 Author: Behdad Esfahbod <behdad@behdad.org>
19394 Date:   Mon Feb 11 14:27:02 2013 -0500
19395
19396     [Myanmar] Prevent reordering between Asat and Dot below
19397
19398     Implemented as a hack for now.  Myanmar failures down from 23 to 15.
19399
19400     MYANMAR: 1123868 out of 1123883 tests passed. 15 failed (0.00133466%)
19401
19402     The remaining 15 cases are all where the syllable is wrong according
19403     to
19404     the OpenType spec.  We insert dottedcircle.  Uniscribe fails to
19405     do that,
19406     but it also fails to reorder the prebase-reordering medial-Ra.  So it
19407     gets it wrong.
19408
19409  src/hb-unicode-private.hh | 3 +++
19410  1 file changed, 3 insertions(+)
19411
19412 commit bed687f886b8def06642ad986648e9149a935add
19413 Author: Behdad Esfahbod <behdad@behdad.org>
19414 Date:   Mon Feb 11 14:24:03 2013 -0500
19415
19416     Shuffle test data around
19417
19418  test/shaping/texts/in-tree/MANIFEST
19419  | 1 +
19420  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
19421  | 1 -
19422  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST
19423  | 1 -
19424  .../south-east-asian => shaper-myanmar}/script-myanmar/MANIFEST
19425  | 0
19426  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/MANIFEST
19427  | 0
19428  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/misc.txt
19429  | 0
19430  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/utn11.txt
19431  | 0
19432  test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST
19433  | 1 +
19434  .../south-east-asian => shaper-thai}/script-thai/misc/misc.txt
19435  | 0
19436  9 files changed, 2 insertions(+), 2 deletions(-)
19437
19438 commit 98628cac9f733f2674d6409954cddb7d0634c233
19439 Author: Behdad Esfahbod <behdad@behdad.org>
19440 Date:   Mon Feb 11 13:36:23 2013 -0500
19441
19442     Add Win8-style Myanmar shaper
19443
19444     Myanmar failures down from 51% to 0.00204648%!
19445
19446     MYANMAR: 1123860 out of 1123883 tests passed. 23 failed (0.00204648%)
19447
19448  src/Makefile.am                            |  14 +-
19449  src/hb-ot-shape-complex-indic.cc           |   2 -
19450  src/hb-ot-shape-complex-myanmar-machine.rl | 127 ++++++
19451  src/hb-ot-shape-complex-myanmar.cc         | 599
19452  +++++++++++++++++++++++++++++
19453  src/hb-ot-shape-complex-private.hh         |   5 +-
19454  5 files changed, 740 insertions(+), 7 deletions(-)
19455
19456 commit 1df56449586bd32275a6fa69dcadd5fb77a84f82
19457 Author: Behdad Esfahbod <behdad@behdad.org>
19458 Date:   Mon Feb 11 14:17:54 2013 -0500
19459
19460     Minor
19461
19462  src/hb-ot-shape-complex-indic.cc | 3 ---
19463  1 file changed, 3 deletions(-)
19464
19465 commit 54f7b4d9ec13f8454aa298534da318c023fa3c63
19466 Author: Behdad Esfahbod <behdad@behdad.org>
19467 Date:   Mon Feb 11 13:27:17 2013 -0500
19468
19469     [OTLayout] Respect lookup-flags skipping over non-mark glyphs
19470
19471     Before, when matching ligatures, we never skipping over base / liga
19472     glyphs even if that was what the LookupFlags asked for.
19473
19474     Fixed now.  We carefully reviewed all instances of this, and
19475     tested with
19476     Amiri as well as some Indic scripts, and are confident that this
19477     should
19478     NOT break anyone's fonts.  It's also how Uniscribe does it, from what
19479     we can tell.
19480
19481  src/hb-ot-layout-gpos-table.hh       |  2 +-
19482  src/hb-ot-layout-gsubgpos-private.hh | 25 ++++++++++---------------
19483  2 files changed, 11 insertions(+), 16 deletions(-)
19484
19485 commit 9082efc4aacb34de8574d6a4a3c037987df58bd8
19486 Author: Behdad Esfahbod <behdad@behdad.org>
19487 Date:   Mon Feb 11 13:14:15 2013 -0500
19488
19489     [OTLayout] s/mark_skipping/skipping/
19490
19491     In aticipation of upcoming changes.
19492
19493  src/hb-ot-layout-gpos-table.hh       | 12 ++++++------
19494  src/hb-ot-layout-gsubgpos-private.hh | 28 ++++++++++++++--------------
19495  2 files changed, 20 insertions(+), 20 deletions(-)
19496
19497 commit 9621e0ba294c9cc6d458bbf632e63e92fda71e10
19498 Author: Behdad Esfahbod <behdad@behdad.org>
19499 Date:   Mon Feb 11 06:58:27 2013 -0500
19500
19501     [Indic] Fix bug introduced in 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2
19502
19503     Was breaking reph formation logic when the Ra is the only consonant.
19504     Devanagari regression fixed.  Down to 57 failures again.  Ouch.
19505
19506  src/hb-ot-shape-complex-indic.cc | 2 +-
19507  1 file changed, 1 insertion(+), 1 deletion(-)
19508
19509 commit 6e74c64211b6aaac48bae8c87f9420d8dc03fd93
19510 Author: Behdad Esfahbod <behdad@behdad.org>
19511 Date:   Mon Feb 11 06:50:17 2013 -0500
19512
19513     Improve normalization heuristic
19514
19515     Before, for most scripts, we were not trying to recompose two
19516     characters
19517     if the second one had ccc=0.  That fails for Myanmar where U+1026
19518     decomposes to U+1025,U+102E, both of which have ccc=0.  However, we do
19519     want to try to recompose those.  We now check whether the second is a
19520     mark, using general category instead.
19521
19522     At the same time, remove optimization that was conflicting with this.
19523
19524     [Let the Ngapi hackfest begin!]
19525
19526  src/hb-ot-shape-normalize.cc | 39 +++++++++++++--------------------------
19527  1 file changed, 13 insertions(+), 26 deletions(-)
19528
19529 commit 614242efb043f2ed78916377138d456279a20a54
19530 Author: Behdad Esfahbod <behdad@behdad.org>
19531 Date:   Wed Feb 6 23:45:27 2013 -0500
19532
19533     Revert "Include config.h.in in tree"
19534
19535     This reverts commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80.
19536
19537     Conflicts:
19538         config.h.in
19539
19540     Same argument as previous commit.
19541
19542  Makefile.am |   1 +
19543  config.h.in | 153
19544  ------------------------------------------------------------
19545  2 files changed, 1 insertion(+), 153 deletions(-)
19546
19547 commit adff3778155facb7b149ce66ab7d573368e048de
19548 Author: Behdad Esfahbod <behdad@behdad.org>
19549 Date:   Wed Feb 6 23:43:27 2013 -0500
19550
19551     Revert "[Indic] Import ragel-generated Indic machine in git"
19552
19553     This reverts commit fab7a71f110ed646745d54b23284537c50058c21.
19554
19555     Conflicts:
19556         src/hb-ot-shape-complex-indic-machine.hh
19557
19558     Keeping that generated file in-tree causes problems with processes
19559     like
19560     tinderbox  that automatically fetch and build harfbuzz.  It's harder
19561     to
19562     bootstrap harfbuzz now (as was previously), but I'm willing to
19563     give this
19564     another chance and see how it goes.
19565
19566  autogen.sh                               |    6 +
19567  src/Makefile.am                          |    1 +
19568  src/hb-ot-shape-complex-indic-machine.hh | 1443
19569  ------------------------------
19570  3 files changed, 7 insertions(+), 1443 deletions(-)
19571
19572 commit 5898fa94d12b19686f649104bd6efe8daa1ba0c9
19573 Author: Behdad Esfahbod <behdad@behdad.org>
19574 Date:   Wed Feb 6 15:29:07 2013 -0500
19575
19576     Don't use $(ENV)
19577
19578     As reported by Peter Breitenlohner:
19579
19580     I think this is a very bad idea because ENV is used to specify
19581     a startup
19582     file to be read by some/all shells.
19583
19584  test/api/Makefile.am | 2 +-
19585  1 file changed, 1 insertion(+), 1 deletion(-)
19586
19587 commit 52d66c26a2102bd1a49463b8e8f04612598f8ac1
19588 Author: Behdad Esfahbod <behdad@behdad.org>
19589 Date:   Mon Feb 4 23:31:24 2013 -0500
19590
19591     Add color-tests automake option
19592
19593  configure.ac | 2 +-
19594  1 file changed, 1 insertion(+), 1 deletion(-)
19595
19596 commit 9de5f98f363d96f308adc33f1c2286e5c33117de
19597 Author: Behdad Esfahbod <behdad@behdad.org>
19598 Date:   Mon Feb 4 23:28:22 2013 -0500
19599
19600     Bug 60035 - intermittent make install failure on hb-version.h
19601
19602  src/Makefile.am | 12 +++++++-----
19603  1 file changed, 7 insertions(+), 5 deletions(-)
19604
19605 commit 6c1e8b614cfd6ed016fba6bf20af1e422e79eb71
19606 Author: Behdad Esfahbod <behdad@behdad.org>
19607 Date:   Mon Feb 4 23:24:16 2013 -0500
19608
19609     Bug 59637 - check-exported-symbols.sh & check-internal-symbols.sh
19610     fail on mips/mipsel
19611
19612  src/check-symbols.sh | 2 +-
19613  1 file changed, 1 insertion(+), 1 deletion(-)
19614
19615 commit bafdf3d983dcc277d6e7e322277c0bb25b41a173
19616 Author: Behdad Esfahbod <behdad@behdad.org>
19617 Date:   Mon Feb 4 23:06:50 2013 -0500
19618
19619     Merge check-internal-symbols.sh and check-exported-symbols.sh
19620
19621  src/Makefile.am                                    |  3 +-
19622  src/check-internal-symbols.sh                      | 34
19623  ----------------------
19624  ...{check-exported-symbols.sh => check-symbols.sh} | 16 ++++++++--
19625  3 files changed, 14 insertions(+), 39 deletions(-)
19626
19627 commit ceeae30f47b9d628484ae398bc38f3f60ee8eab4
19628 Author: Behdad Esfahbod <behdad@behdad.org>
19629 Date:   Thu Jan 31 19:27:36 2013 -0500
19630
19631     Really fix setmode this time
19632
19633     Thanks to Khaled for spotting it.
19634
19635  util/options.cc | 2 +-
19636  1 file changed, 1 insertion(+), 1 deletion(-)
19637
19638 commit 7cba8a673b4b436a737fc4ffe85dc84ddd2bf41f
19639 Author: Behdad Esfahbod <behdad@behdad.org>
19640 Date:   Thu Jan 31 18:37:10 2013 -0500
19641
19642     Fixup previous commit
19643
19644     Now, it looks like this breaks Cygwin again.  Have to figure out
19645     what's
19646     going on.
19647
19648  util/options.cc | 4 ++--
19649  1 file changed, 2 insertions(+), 2 deletions(-)
19650
19651 commit bc76449f51f20491a4540b4f240f5a3e0dcb20fe
19652 Author: Behdad Esfahbod <behdad@behdad.org>
19653 Date:   Thu Jan 31 18:18:05 2013 -0500
19654
19655     Use setmode() instead of _setmode()
19656
19657     Looks like Cygwin / MSVC declare it that way, and it still works on
19658     MinGW32 cross.
19659
19660  config.h.in     | 6 +++---
19661  configure.ac    | 2 +-
19662  util/options.cc | 2 +-
19663  util/options.hh | 2 +-
19664  4 files changed, 6 insertions(+), 6 deletions(-)
19665
19666 commit e9171af55cc6a402eb20db4ea74c86a0b1e70e85
19667 Author: Behdad Esfahbod <behdad@behdad.org>
19668 Date:   Tue Jan 29 22:45:00 2013 -0500
19669
19670     Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’
19671     defined but not used
19672
19673  src/hb-common.cc | 2 +-
19674  src/hb-ft.cc     | 2 +-
19675  src/hb-shape.cc  | 2 +-
19676  src/hb-shaper.cc | 2 +-
19677  4 files changed, 4 insertions(+), 4 deletions(-)
19678
19679 commit 09b5393874e56fcfd63a92d28e6c1c2ddeee0942
19680 Author: Behdad Esfahbod <behdad@behdad.org>
19681 Date:   Fri Jan 18 17:10:47 2013 -0600
19682
19683     0.9.12
19684
19685  NEWS         | 7 +++++++
19686  configure.ac | 2 +-
19687  2 files changed, 8 insertions(+), 1 deletion(-)
19688
19689 commit eb45c0a2fbaeeb34e77a2935934e8d1302728ec8
19690 Author: Behdad Esfahbod <behdad@behdad.org>
19691 Date:   Wed Jan 16 22:07:50 2013 -0600
19692
19693     Minor
19694
19695  src/hb-ot-layout.cc | 8 +++++++-
19696  1 file changed, 7 insertions(+), 1 deletion(-)
19697
19698 commit 52c8d1226f3509276b11a1fadbd29e5363c0ecd7
19699 Author: Behdad Esfahbod <behdad@behdad.org>
19700 Date:   Mon Jan 14 13:51:46 2013 -0600
19701
19702     Minor
19703
19704  src/hb-blob.cc | 2 +-
19705  1 file changed, 1 insertion(+), 1 deletion(-)
19706
19707 commit f88d3bd7e407d332bb04688344c54756d24128c9
19708 Author: Behdad Esfahbod <behdad@behdad.org>
19709 Date:   Mon Jan 14 00:33:58 2013 -0600
19710
19711     Fix build with Sun compiler
19712
19713  src/hb-blob.cc | 3 +++
19714  1 file changed, 3 insertions(+)
19715
19716 commit 08b29c08094097f1c23ec53b10084bc390cea833
19717 Author: Behdad Esfahbod <behdad@behdad.org>
19718 Date:   Mon Jan 14 00:32:12 2013 -0600
19719
19720     Revert "Minor"
19721
19722     This reverts commit 0a492357016bc9a614d2a726f2006c10af68ca58.
19723
19724     Enables code on more compilers.
19725
19726  src/hb-warning.cc | 33 ++++++++++++++++++++++++++++++---
19727  1 file changed, 30 insertions(+), 3 deletions(-)
19728
19729 commit e78463211e7d85f237bd55afab7e8e5dae42346c
19730 Author: Behdad Esfahbod <behdad@behdad.org>
19731 Date:   Mon Jan 14 00:27:21 2013 -0600
19732
19733     Fix linking with non-gcc compilers
19734
19735  configure.ac    | 2 ++
19736  src/Makefile.am | 6 +++++-
19737  2 files changed, 7 insertions(+), 1 deletion(-)
19738
19739 commit de649f07f1f8fdeb998a0b049759f4f7363e25d2
19740 Author: Behdad Esfahbod <behdad@behdad.org>
19741 Date:   Mon Jan 14 00:26:43 2013 -0600
19742
19743     Fix residuals from fontconfig changes
19744
19745  src/hb-atomic-private.hh | 8 ++++----
19746  1 file changed, 4 insertions(+), 4 deletions(-)
19747
19748 commit cf81fb3624466b9df2250b58b27a92187c5b5b5c
19749 Author: Behdad Esfahbod <behdad@behdad.org>
19750 Date:   Thu Jan 10 09:06:34 2013 -0600
19751
19752     0.9.11
19753
19754  NEWS         | 14 ++++++++++++++
19755  configure.ac |  2 +-
19756  2 files changed, 15 insertions(+), 1 deletion(-)
19757
19758 commit 2dcb333f52492018816f0d5d67a47634a612e49c
19759 Author: Behdad Esfahbod <behdad@behdad.org>
19760 Date:   Thu Jan 10 01:17:59 2013 -0600
19761
19762     Add atomic ops for Solaris
19763
19764     Based on fontconfig patch from Raimund Steger.
19765
19766  config.h.in              |  5 ++++-
19767  configure.ac             | 27 +++++++++++++++++++++++++--
19768  src/hb-atomic-private.hh | 12 ++++++++++++
19769  3 files changed, 41 insertions(+), 3 deletions(-)
19770
19771 commit 69fd6e157c7ec83a5d5d8731fc14675ce4509b09
19772 Author: Behdad Esfahbod <behdad@behdad.org>
19773 Date:   Thu Jan 10 00:03:36 2013 -0600
19774
19775     Fix crasher during multi-thread shaper data creation
19776
19777     Sample crash:
19778
19779     0  _hb_graphite2_shaper_face_data_destroy (data=0xffffffffffffffff)
19780         at ../../src/hb-graphite2.cc:129
19781     1  0x00007ffff4271d7d in hb_graphite2_shaper_face_data_ensure (
19782         face=<optimized out>) at ../../src/hb-shaper-list.hh:35
19783     2  hb_shape_plan_plan (shaper_list=<optimized out>,
19784     num_user_features=0,
19785         user_features=0x0, shape_plan=0xf7b490) at
19786         ../../src/hb-shaper-list.hh:35
19787     3  hb_shape_plan_create (face=<optimized out>, props=<optimized out>,
19788         user_features=0x0, num_user_features=0, shaper_list=<optimized
19789         out>)
19790         at ../../src/hb-shape-plan.cc:108
19791     4  0x00007ffff4272c93 in hb_shape_plan_create_cached (face=0x10cf2b0,
19792         props=0x11980d8, user_features=0x0, num_user_features=<optimized
19793         out>,
19794         shaper_list=0x0) at ../../src/hb-shape-plan.cc:283
19795
19796  src/hb-shaper-private.hh | 5 ++++-
19797  1 file changed, 4 insertions(+), 1 deletion(-)
19798
19799 commit ecd454b3cd75050e0c95e1d2aa55744559338ec8
19800 Author: Behdad Esfahbod <behdad@behdad.org>
19801 Date:   Tue Jan 8 18:09:46 2013 -0600
19802
19803     [Indic] In old-spec shaping, don't move viramas around if seq ends
19804     with one
19805
19806     For example: u0c9a u0ccd u0c9a u0ccd with Lohit.  See:
19807
19808     https://bugs.freedesktop.org/show_bug.cgi?id=59118
19809
19810  src/hb-ot-shape-complex-indic.cc                                   |
19811  7 ++++---
19812  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt  | 1 +
19813  2 files changed, 5 insertions(+), 3 deletions(-)
19814
19815 commit e95e031b5682809488cc965883e15404cb9cfb6a
19816 Author: Behdad Esfahbod <behdad@behdad.org>
19817 Date:   Tue Jan 8 16:15:46 2013 -0600
19818
19819     [GPOS] If an Anchor offset is NULL, return false
19820
19821     If in a MarkPos table, a base has no anchor for a particular mark
19822     class,
19823     return NULL such that the subsequent subtables get a chance at it.
19824
19825     Test case:
19826     hb-shape ./EBGaramond12-Regular.otf ἂ --features="ss20","smcp"
19827
19828  src/hb-open-type-private.hh    | 14 ++++++++++++--
19829  src/hb-ot-layout-gpos-table.hh | 10 ++++++++--
19830  2 files changed, 20 insertions(+), 4 deletions(-)
19831
19832 commit e5dbf39900fa63051f64cc447a6742665cbee339
19833 Author: Behdad Esfahbod <behdad@behdad.org>
19834 Date:   Mon Jan 7 17:34:24 2013 -0600
19835
19836     Bug 58638 - Building fails with ICU due to not passing required flags
19837
19838  configure.ac | 1 +
19839  1 file changed, 1 insertion(+)
19840
19841 commit 1172dc736280566426eb6dade1a886b2a0ca9aa4
19842 Author: Behdad Esfahbod <behdad@behdad.org>
19843 Date:   Mon Jan 7 16:46:37 2013 -0600
19844
19845     Rename hb_buffer_clear() to hb_buffer_clear_contents()
19846
19847     The previous name was clashing with harfbuzz.old.  There are systems
19848     that need to link both...
19849
19850     Clash-free now again.
19851
19852  src/hb-buffer.cc       | 2 +-
19853  src/hb-buffer.h        | 2 +-
19854  test/api/test-buffer.c | 2 +-
19855  util/options.hh        | 2 +-
19856  4 files changed, 4 insertions(+), 4 deletions(-)
19857
19858 commit 7b912c1936c3e8a7df27a30782ca127d0a83822d
19859 Author: Behdad Esfahbod <behdad@behdad.org>
19860 Date:   Fri Jan 4 01:25:27 2013 -0600
19861
19862     Remove a few unnecessary const's
19863
19864     Apparently helps with MSVC compilation.
19865
19866  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
19867  1 file changed, 4 insertions(+), 4 deletions(-)
19868
19869 commit 34e6c3e3e452bdf6f93df565a70453a6e74d4c6e
19870 Author: Behdad Esfahbod <behdad@behdad.org>
19871 Date:   Thu Jan 3 00:14:24 2013 -0600
19872
19873     0.9.10
19874
19875  NEWS         | 24 ++++++++++++++++++++++++
19876  configure.ac |  2 +-
19877  2 files changed, 25 insertions(+), 1 deletion(-)
19878
19879 commit f0c82410dbe800cb6429ba4aa7cfd9f5a11cc70c
19880 Author: Behdad Esfahbod <behdad@behdad.org>
19881 Date:   Thu Jan 3 00:07:16 2013 -0600
19882
19883     [OTLayout] Always collect default language system in collect_lookups
19884
19885     Not sure if this is the most desired behavior.  It's the most easily
19886     defined though.
19887
19888  src/hb-ot-layout.cc | 7 +++++++
19889  1 file changed, 7 insertions(+)
19890
19891 commit 15e9e4e1ddaad655988144e7a56a765e8adf8782
19892 Author: Behdad Esfahbod <behdad@behdad.org>
19893 Date:   Thu Jan 3 00:04:40 2013 -0600
19894
19895     [OTLayout] Fix feature iteration in collect_lookups
19896
19897     Previous logic was just wrong.
19898
19899  src/hb-ot-layout.cc | 46 ++++++++++++++++++++++++++++++++--------------
19900  1 file changed, 32 insertions(+), 14 deletions(-)
19901
19902 commit 733e8c0d7bf0765884f2cc953c8edcd7ab7fb49b
19903 Author: Behdad Esfahbod <behdad@behdad.org>
19904 Date:   Thu Jan 3 00:00:23 2013 -0600
19905
19906     [OTLayout] Whitespace
19907
19908  src/hb-ot-layout.cc | 82
19909  ++++++++++++++++++++++++++++++++++++++++++++---------
19910  1 file changed, 68 insertions(+), 14 deletions(-)
19911
19912 commit d37ae38047bee12639741af9bb083b857fab950d
19913 Author: Behdad Esfahbod <behdad@behdad.org>
19914 Date:   Wed Jan 2 23:57:36 2013 -0600
19915
19916     [OTLayout] Handle required_feature_index in collect_lookups
19917
19918  src/hb-ot-layout.cc | 8 ++++++++
19919  1 file changed, 8 insertions(+)
19920
19921 commit 11fba79ee9383eb995ddf7eb924dd64c67e2df63
19922 Author: Behdad Esfahbod <behdad@behdad.org>
19923 Date:   Wed Jan 2 23:36:37 2013 -0600
19924
19925     [OTLayout] Fix various introspection issues with ClassDef's
19926
19927     As reported by Jonathan Kew.
19928
19929  src/hb-ot-layout-gsubgpos-private.hh | 19 +++++++++++++++----
19930  1 file changed, 15 insertions(+), 4 deletions(-)
19931
19932 commit e81aff9ef785be28751aab1fcd484af550656181
19933 Author: Behdad Esfahbod <behdad@behdad.org>
19934 Date:   Wed Jan 2 23:22:54 2013 -0600
19935
19936     [tests] Finish test-set.c
19937
19938     All passing now.
19939
19940  test/api/test-set.c | 373
19941  +++++++++++++++++++++-------------------------------
19942  1 file changed, 149 insertions(+), 224 deletions(-)
19943
19944 commit 7b1b720a8da69b68b775ce17104a40d55401b7ef
19945 Author: Behdad Esfahbod <behdad@behdad.org>
19946 Date:   Wed Jan 2 23:02:59 2013 -0600
19947
19948     Protect sets in-error from further modication
19949
19950     Fixes test-set.c
19951
19952  src/hb-set-private.hh | 13 +++++++++++++
19953  1 file changed, 13 insertions(+)
19954
19955 commit 8165f2765b93e99577ecc79b7956ae38c614bc78
19956 Author: Behdad Esfahbod <behdad@behdad.org>
19957 Date:   Wed Jan 2 22:50:36 2013 -0600
19958
19959     [tests] Start adding tests for hb-set.h
19960
19961     Fails now.  Fixing.
19962
19963  TODO                  |   2 -
19964  src/hb-set-private.hh |   6 +
19965  src/hb-set.cc         |   9 +-
19966  src/hb-set.h          |   3 +
19967  test/api/Makefile.am  |   1 +
19968  test/api/test-set.c   | 312
19969  ++++++++++++++++++++++++++++++++++++++++++++++++++
19970  6 files changed, 330 insertions(+), 3 deletions(-)
19971
19972 commit b9d28f696c433b94c5ffbad8d7c87cf3acff4056
19973 Author: Behdad Esfahbod <behdad@behdad.org>
19974 Date:   Wed Jan 2 22:49:58 2013 -0600
19975
19976     [tests] Add set object to test-object.c
19977
19978  test/api/test-object.c | 12 ++++++++++++
19979  1 file changed, 12 insertions(+)
19980
19981 commit 11d2956553f0d4a0086166a04ffc352fcfacf56e
19982 Author: Behdad Esfahbod <behdad@behdad.org>
19983 Date:   Wed Jan 2 17:41:27 2013 -0600
19984
19985     Minor
19986
19987  src/hb-atomic-private.hh | 2 +-
19988  1 file changed, 1 insertion(+), 1 deletion(-)
19989
19990 commit 596740db04e7c1dadae0d8be6e401089fcaffc2d
19991 Author: Behdad Esfahbod <behdad@behdad.org>
19992 Date:   Fri Dec 21 19:41:04 2012 -0500
19993
19994     [Indic] Insert dottedcircle after a lone Malayalam dot-reph
19995
19996  src/hb-ot-shape-complex-indic-machine.hh | 1617
19997  ++++++++++++++++--------------
19998  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
19999  src/hb-ot-shape-complex-indic.cc         |   13 +-
20000  3 files changed, 881 insertions(+), 751 deletions(-)
20001
20002 commit 3cdce6497b2b9aeb2841bf077daa9dd9b196429d
20003 Author: Behdad Esfahbod <behdad@behdad.org>
20004 Date:   Fri Dec 21 16:54:22 2012 -0500
20005
20006     Remove TODO that I don't intend to fix
20007
20008  TODO | 1 -
20009  1 file changed, 1 deletion(-)
20010
20011 commit 6f69fa283e0a488da811df78bc83c41ed248b688
20012 Author: Behdad Esfahbod <behdad@behdad.org>
20013 Date:   Fri Dec 21 16:51:15 2012 -0500
20014
20015     Minor
20016
20017  src/hb-shape.h | 2 +-
20018  1 file changed, 1 insertion(+), 1 deletion(-)
20019
20020 commit f4abcbfc628718bb276363746440df06e7658f6e
20021 Author: Behdad Esfahbod <behdad@behdad.org>
20022 Date:   Fri Dec 21 16:48:51 2012 -0500
20023
20024     Minor
20025
20026  src/hb-buffer.cc | 4 ++--
20027  1 file changed, 2 insertions(+), 2 deletions(-)
20028
20029 commit 4a765f092d71bb4adeb468c004987a9121d39db5
20030 Author: Behdad Esfahbod <behdad@behdad.org>
20031 Date:   Fri Dec 21 16:48:47 2012 -0500
20032
20033     Minor
20034
20035  util/hb-shape.cc | 2 +-
20036  1 file changed, 1 insertion(+), 1 deletion(-)
20037
20038 commit 9815a88111072aa51e78e258c5f660993b47d4df
20039 Author: Behdad Esfahbod <behdad@behdad.org>
20040 Date:   Fri Dec 21 16:46:53 2012 -0500
20041
20042     [util] List supported output formats in --help output
20043
20044  util/hb-shape.cc     | 6 +++---
20045  util/helper-cairo.cc | 2 +-
20046  util/helper-cairo.hh | 1 +
20047  util/options.cc      | 9 ++++++++-
20048  util/options.hh      | 5 ++++-
20049  util/view-cairo.hh   | 2 +-
20050  6 files changed, 18 insertions(+), 7 deletions(-)
20051
20052 commit f95a87b7b813f588c7910ad4785ee68bb452e864
20053 Author: Behdad Esfahbod <behdad@behdad.org>
20054 Date:   Fri Dec 21 16:35:28 2012 -0500
20055
20056     [util] List supported output formats in hb-view
20057
20058  TODO                 |  1 -
20059  util/helper-cairo.cc | 30 +++++++++++++++++++++++++++++-
20060  2 files changed, 29 insertions(+), 2 deletions(-)
20061
20062 commit 6bad092aa87bc3e6bbf0b9faf07693e6ebbe55f2
20063 Author: Behdad Esfahbod <behdad@behdad.org>
20064 Date:   Fri Dec 21 16:01:52 2012 -0500
20065
20066     [util] Default to "text" output format in hb-shape
20067
20068     If you say:
20069
20070       hb-shape font.ttf text --output-file out.txt
20071
20072     This was previously failing:
20073
20074       Unknown output format `txt'; supported formats are: TEXT / JSON
20075
20076     Now we simply fallback to TEXT if no explicit format was requested.
20077
20078  util/hb-shape.cc | 11 ++++++++---
20079  util/options.hh  |  5 +++++
20080  2 files changed, 13 insertions(+), 3 deletions(-)
20081
20082 commit 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2
20083 Author: Behdad Esfahbod <behdad@behdad.org>
20084 Date:   Fri Dec 21 15:48:32 2012 -0500
20085
20086     [Indic] Reorder Malayalam dot-reph to after base
20087
20088     Test sequence is simple: U+0D4E,U+0D15.  The doth-reph should be
20089     reordered to after the Ka.
20090
20091     https://bugzilla.redhat.com/show_bug.cgi?id=799565
20092
20093  src/hb-ot-shape-complex-indic.cc                            | 13
20094  ++++++++++---
20095  .../shaper-indic/indic/script-malayalam/misc/MANIFEST       |  1 +
20096  .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt   |  1 +
20097  3 files changed, 12 insertions(+), 3 deletions(-)
20098
20099 commit 742c4ee97e1311e000ebcdf9f33361c4dc6400a4
20100 Author: Behdad Esfahbod <behdad@behdad.org>
20101 Date:   Fri Dec 21 15:35:03 2012 -0500
20102
20103     Minor
20104
20105  src/hb-ot-shape-complex-indic.cc | 2 +-
20106  1 file changed, 1 insertion(+), 1 deletion(-)
20107
20108 commit 94afeb6ebe27534fc80d7173cc6f67375c3aaca6
20109 Author: Behdad Esfahbod <behdad@behdad.org>
20110 Date:   Fri Dec 21 11:54:50 2012 -0500
20111
20112     Add Android.mk
20113
20114  Android.mk  | 74
20115  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20116  Makefile.am |  1 +
20117  2 files changed, 75 insertions(+)
20118
20119 commit d16ddbcbbee39b07a028776995c635119fe3cd98
20120 Author: Behdad Esfahbod <behdad@behdad.org>
20121 Date:   Thu Dec 20 01:02:36 2012 -0500
20122
20123     Add build confirmation notice to configure
20124
20125  configure.ac | 25 +++++++++++++++++++++++++
20126  1 file changed, 25 insertions(+)
20127
20128 commit e24d8dab749a1a796e7484e18572da5f7a733bd4
20129 Author: Behdad Esfahbod <behdad@behdad.org>
20130 Date:   Wed Dec 19 15:23:02 2012 -0500
20131
20132     [TODO] Remove done items
20133
20134  TODO | 7 -------
20135  1 file changed, 7 deletions(-)
20136
20137 commit 044d38527664d933c18c751c38fcf6fb4b5f888e
20138 Author: Behdad Esfahbod <behdad@behdad.org>
20139 Date:   Wed Dec 19 13:00:16 2012 -0500
20140
20141     Bug 58498 - Tests fail with gold linker on ARM
20142
20143  src/check-exported-symbols.sh | 2 +-
20144  src/check-internal-symbols.sh | 2 +-
20145  2 files changed, 2 insertions(+), 2 deletions(-)
20146
20147 commit b68b86daf1a8478b86aeae44a8c39a606ed873cb
20148 Author: Behdad Esfahbod <behdad@behdad.org>
20149 Date:   Tue Dec 18 20:39:40 2012 -0500
20150
20151     Use C++ linker if ICU is disabled
20152
20153     Bug 54948 - Undefined symbols: "operator delete(void*)" "operator
20154     new(unsigned long)" "___cxa_pure_virtual"
20155
20156  src/Makefile.am | 4 ++++
20157  1 file changed, 4 insertions(+)
20158
20159 commit 1ffd23cb47a61465d52a7aeebb9c1b676e7c9a7e
20160 Author: Behdad Esfahbod <behdad@behdad.org>
20161 Date:   Mon Dec 17 23:29:15 2012 -0500
20162
20163     [OTLayout] Limit alternate-location FeatureParams to 'size' feature
20164
20165  src/hb-ot-layout-common-private.hh | 7 ++++++-
20166  1 file changed, 6 insertions(+), 1 deletion(-)
20167
20168 commit efe252e6000558f78075adadb2a3dba25ab67c04
20169 Author: Behdad Esfahbod <behdad@behdad.org>
20170 Date:   Mon Dec 17 23:21:05 2012 -0500
20171
20172     [OTLayout] Fix 'size' featureParams implementation
20173
20174     Looks at alternate location now.
20175
20176  src/hb-ot-layout-common-private.hh | 133
20177  ++++++++++++++++++++++++++++---------
20178  src/hb-ot-layout.cc                |  93 ++++----------------------
20179  2 files changed, 117 insertions(+), 109 deletions(-)
20180
20181 commit e77b4425746ac9eb407ca4e742d962f1955971b4
20182 Author: Behdad Esfahbod <behdad@behdad.org>
20183 Date:   Mon Dec 17 18:42:59 2012 -0500
20184
20185     [OTLayout] Fix tracing
20186
20187  src/hb-open-type-private.hh | 3 ++-
20188  1 file changed, 2 insertions(+), 1 deletion(-)
20189
20190 commit 9b54562d63f1a9e0e5b33d71c32bd1588759ebf1
20191 Author: Behdad Esfahbod <behdad@behdad.org>
20192 Date:   Mon Dec 17 13:55:36 2012 -0500
20193
20194     [OTLayout] Towards correct FeatureParams handling
20195
20196  src/hb-open-type-private.hh        |  8 +++++++-
20197  src/hb-ot-layout-common-private.hh | 25 +++++++++++++++++++++++--
20198  2 files changed, 30 insertions(+), 3 deletions(-)
20199
20200 commit 87e43b7f2be25840748f920ca33ff553833da45f
20201 Author: Behdad Esfahbod <behdad@behdad.org>
20202 Date:   Fri Dec 14 17:48:23 2012 -0500
20203
20204     [OTLayout] Wire tag and list start all the way to Feature
20205
20206     To fix FeatureParam issues.  No actual fix yet, just plumbing.
20207
20208  src/hb-ot-layout-common-private.hh | 16 ++++++++++++----
20209  1 file changed, 12 insertions(+), 4 deletions(-)
20210
20211 commit 85bc44b90a19c6a669ed567a9cd8513448600afe
20212 Author: Behdad Esfahbod <behdad@behdad.org>
20213 Date:   Wed Dec 12 11:38:49 2012 -0500
20214
20215     [OTLayout] More 'size' feature sanity checking
20216
20217     We still don't look for the old incorrect place of the featureParams.
20218     I'll wait till someone actually complains about it...
20219
20220  src/hb-ot-layout.cc | 99
20221  ++++++++++++++++++++++++++++++++++++++++++-----------
20222  1 file changed, 79 insertions(+), 20 deletions(-)
20223
20224 commit 0bae50a36f3022f9bb6b2c001c191eeaaa4ef954
20225 Author: Behdad Esfahbod <behdad@behdad.org>
20226 Date:   Tue Dec 11 16:01:31 2012 -0500
20227
20228     [OTLayout] Add FeatureParamsCharacterVariants struct
20229
20230     No API yet.
20231
20232  src/hb-ot-layout-common-private.hh | 52
20233  +++++++++++++++++++++++++++++++++++---
20234  1 file changed, 49 insertions(+), 3 deletions(-)
20235
20236 commit bd61bc13ea8ff350ada5449b2cfeb612e66ecafa
20237 Author: Behdad Esfahbod <behdad@behdad.org>
20238 Date:   Tue Dec 11 16:00:43 2012 -0500
20239
20240     [OTLayout] Add UINT24 type
20241
20242  src/hb-open-type-private.hh | 33 ++++++++++++++++++++++-----------
20243  src/hb-private.hh           |  4 ++++
20244  2 files changed, 26 insertions(+), 11 deletions(-)
20245
20246 commit 9cf7f9d4f61741932570afbefdee5edf61f79ae4
20247 Author: Behdad Esfahbod <behdad@behdad.org>
20248 Date:   Tue Dec 11 14:31:13 2012 -0500
20249
20250     Make test-size-params write size in points
20251
20252  src/test-size-params.cc | 18 ++++--------------
20253  1 file changed, 4 insertions(+), 14 deletions(-)
20254
20255 commit 372fe2b67b1757e809bf33e1e9055a00c5bed304
20256 Author: Behdad Esfahbod <behdad@behdad.org>
20257 Date:   Tue Dec 11 14:30:57 2012 -0500
20258
20259     [OTLayout] Make hb_ot_layout_get_size_params() do some checks
20260
20261  src/hb-ot-layout.cc | 12 +++++++++++-
20262  1 file changed, 11 insertions(+), 1 deletion(-)
20263
20264 commit 875a5cbc9c37f4264241c43b80afad2628eab749
20265 Author: Behdad Esfahbod <behdad@behdad.org>
20266 Date:   Tue Dec 11 14:17:01 2012 -0500
20267
20268     [OTLayout] Change hb_ot_layout_get_params() API
20269
20270     And add implementation for StylisticSet UINameID.  No API yet.
20271
20272  src/hb-ot-layout-common-private.hh | 85
20273  ++++++++++++++++++++++++++++++++++++--
20274  src/hb-ot-layout.cc                | 28 +++++++++----
20275  src/hb-ot-layout.h                 |  8 +++-
20276  src/test-size-params.cc            |  9 +++-
20277  4 files changed, 115 insertions(+), 15 deletions(-)
20278
20279 commit 5e7e52ddf2b0c4fbc9d933d24336100368d39a5c
20280 Author: Behdad Esfahbod <behdad@behdad.org>
20281 Date:   Mon Dec 10 17:44:22 2012 -0500
20282
20283     [uniscribe] Enable Uniscribe backend only if it has
20284     ScriptShapeOpenType()
20285
20286     Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
20287
20288  config.h.in  |  6 ------
20289  configure.ac | 14 +++++++++++++-
20290  2 files changed, 13 insertions(+), 7 deletions(-)
20291
20292 commit d41c0c955b8ad9b52191ca47e1f3b1bfe606deb1
20293 Author: Behdad Esfahbod <behdad@behdad.org>
20294 Date:   Mon Dec 10 16:41:20 2012 -0500
20295
20296     Update config template
20297
20298  config.h.in | 4 ----
20299  1 file changed, 4 deletions(-)
20300
20301 commit c48a04e5ea899b82465a0f3f2cfdcffb3bf38f61
20302 Author: John Ralls <jralls@ceridwen.fremont.ca.us>
20303 Date:   Mon Dec 10 16:24:24 2012 -0500
20304
20305     [coretext] Better test for CoreText
20306
20307     Instead of checking for ApplicationServices.h, which is present in all
20308     versions of MacOSX, check for CTFontRef, a CoreText basic type.
20309
20310  configure.ac | 2 +-
20311  1 file changed, 1 insertion(+), 1 deletion(-)
20312
20313 commit 0e9f0f3e5f16a45951423a1229af42dc2fd798c3
20314 Author: Behdad Esfahbod <behdad@behdad.org>
20315 Date:   Mon Dec 10 15:25:21 2012 -0500
20316
20317     Fix atomic ops on iOS
20318
20319     Patch from John Ralls.
20320
20321  src/hb-atomic-private.hh | 8 +++++---
20322  1 file changed, 5 insertions(+), 3 deletions(-)
20323
20324 commit 5f9569c1391c65d7addff363ad6e5ec9b087f01a
20325 Author: Behdad Esfahbod <behdad@behdad.org>
20326 Date:   Mon Dec 10 13:38:42 2012 -0500
20327
20328     Make older MSVC happy
20329
20330  src/hb-private.hh | 2 +-
20331  1 file changed, 1 insertion(+), 1 deletion(-)
20332
20333 commit 071d5b831e6de5f3b24160dc77b139cb040ab886
20334 Author: Behdad Esfahbod <behdad@behdad.org>
20335 Date:   Mon Dec 10 00:57:00 2012 -0500
20336
20337     Work around missing OSAtomicCompareAndSwapPtrBarrier() on OS X 10.4
20338
20339     Not sure how to handle iOS.
20340
20341  src/hb-atomic-private.hh | 11 +++++++++++
20342  1 file changed, 11 insertions(+)
20343
20344 commit e923e6487b25ab86f6f629af480b291e8e5407b5
20345 Author: Behdad Esfahbod <behdad@behdad.org>
20346 Date:   Sun Dec 9 19:39:40 2012 -0500
20347
20348     [coretext] Fixed typo
20349
20350     Oops.  Thanks Khaled for catching this.
20351
20352  src/hb-coretext.cc | 2 +-
20353  1 file changed, 1 insertion(+), 1 deletion(-)
20354
20355 commit 9a8395824bf51c2ff2cfe0887ecad52b3d2c02e2
20356 Author: Behdad Esfahbod <behdad@behdad.org>
20357 Date:   Sun Dec 9 18:47:36 2012 -0500
20358
20359     [coretext] Add hb_coretext_face_get_cg_font()
20360
20361     Not sure if it's useful, but it was missing.
20362
20363  src/hb-coretext.cc | 20 ++++++++++++++------
20364  src/hb-coretext.h  |  3 +++
20365  2 files changed, 17 insertions(+), 6 deletions(-)
20366
20367 commit 86112356885fde32163882b6c9dd19a494304f7a
20368 Author: Behdad Esfahbod <behdad@behdad.org>
20369 Date:   Sun Dec 9 18:47:09 2012 -0500
20370
20371     [coretext] Remove hack around GlyphID
20372
20373     We not namespace our types, so the hack is not needed anymore.
20374
20375  src/hb-coretext.cc | 4 ----
20376  1 file changed, 4 deletions(-)
20377
20378 commit 8e58459aeb949591bb5bca340ef9bdd5cfd54e47
20379 Author: Behdad Esfahbod <behdad@behdad.org>
20380 Date:   Sun Dec 9 18:45:47 2012 -0500
20381
20382     [graphite2] "Update to new API"
20383
20384     Part of patch from Martin Hosken.  I believe he knows what he's doing
20385     :).
20386
20387  src/hb-graphite2.cc | 14 +++++++++++---
20388  1 file changed, 11 insertions(+), 3 deletions(-)
20389
20390 commit a5a4ab3846ef06769784e6469d76eace35e68805
20391 Author: Behdad Esfahbod <behdad@behdad.org>
20392 Date:   Sun Dec 9 18:44:41 2012 -0500
20393
20394     [graphite2] Add hb_graphite2_face_get_gr_face and
20395     hb_graphite2_font_get_gr_font
20396
20397     Based on patch from Martin Hosken.  I believe it returns NULL if the
20398     font doesn't have graphite tables, but have not tested.
20399
20400  src/hb-graphite2.cc | 14 ++++++++++++++
20401  src/hb-graphite2.h  |  8 +++++++-
20402  2 files changed, 21 insertions(+), 1 deletion(-)
20403
20404 commit 737ba156442f723d126c7c58c73729786b67c17a
20405 Author: Behdad Esfahbod <behdad@behdad.org>
20406 Date:   Sun Dec 9 18:43:03 2012 -0500
20407
20408     [graphite2] Preload all tables
20409
20410     Part of patch from Martin Hosken.
20411
20412  src/hb-graphite2.cc | 2 +-
20413  1 file changed, 1 insertion(+), 1 deletion(-)
20414
20415 commit 0ae6dbf1b4de8a0326b8a2f201597427cecfb6db
20416 Author: Behdad Esfahbod <behdad@behdad.org>
20417 Date:   Sun Dec 9 18:37:38 2012 -0500
20418
20419     Minor
20420
20421  src/hb-uniscribe.cc | 32 ++++++++++++++++----------------
20422  1 file changed, 16 insertions(+), 16 deletions(-)
20423
20424 commit 3fe5c159d3532f8ce8a85d217a00681225dd8ed1
20425 Author: Behdad Esfahbod <behdad@behdad.org>
20426 Date:   Sun Dec 9 18:20:19 2012 -0500
20427
20428     Remove excess return
20429
20430     Oops!
20431
20432  src/hb-uniscribe.cc | 1 -
20433  1 file changed, 1 deletion(-)
20434
20435 commit ba2d543004573e8e4e56df70b7fe2a66a42bc83f
20436 Author: Behdad Esfahbod <behdad@behdad.org>
20437 Date:   Sat Dec 8 19:28:41 2012 -0500
20438
20439     Update OT language tags
20440
20441     Patch from Roozbeh Pournader.
20442
20443  src/hb-ot-tag.cc | 212
20444  +++++++++++++++++++++++++++++--------------------------
20445  1 file changed, 110 insertions(+), 102 deletions(-)
20446
20447 commit aba38173c6b464c2884b73ef6cd4577d4efcebbc
20448 Author: Behdad Esfahbod <behdad@behdad.org>
20449 Date:   Wed Dec 5 19:54:48 2012 -0500
20450
20451     Minor
20452
20453  src/hb-ot-tag.cc | 2 +-
20454  1 file changed, 1 insertion(+), 1 deletion(-)
20455
20456 commit 61865745e35eb60aeb59968e7826e37059090780
20457 Author: Behdad Esfahbod <behdad@behdad.org>
20458 Date:   Wed Dec 5 19:42:10 2012 -0500
20459
20460     Fix test with gold linker
20461
20462     Bug 57633 - Symbol tests should ignore __bss_start, _edata, _end
20463
20464  src/check-exported-symbols.sh | 2 +-
20465  src/check-internal-symbols.sh | 2 +-
20466  2 files changed, 2 insertions(+), 2 deletions(-)
20467
20468 commit b71b0bd9ee64feadd7289e195bc58f6361ce707a
20469 Author: Behdad Esfahbod <behdad@behdad.org>
20470 Date:   Wed Dec 5 19:20:31 2012 -0500
20471
20472     [Indic] Add link to Sinhala split matra section of the Sinhala spec
20473
20474  src/hb-ot-shape-complex-indic.cc | 5 +++++
20475  1 file changed, 5 insertions(+)
20476
20477 commit 9a34a50daac3563464e0031f377e85f0c704f2d6
20478 Author: Behdad Esfahbod <behdad@behdad.org>
20479 Date:   Wed Dec 5 19:18:18 2012 -0500
20480
20481     Fix build with C++11
20482
20483  util/options.cc | 8 ++++----
20484  1 file changed, 4 insertions(+), 4 deletions(-)
20485
20486 commit 0beb66e3a61ae8bb1fa66e54b1ff1abb2f8711e9
20487 Author: Behdad Esfahbod <behdad@behdad.org>
20488 Date:   Wed Dec 5 18:46:04 2012 -0500
20489
20490     Fix warnings
20491
20492  src/hb-fallback-shape.cc                   | 10 +++++-----
20493  src/hb-glib.cc                             |  2 +-
20494  src/hb-icu-le.cc                           |  6 +++---
20495  src/hb-old.cc                              | 14 +++++++-------
20496  src/hb-open-type-private.hh                |  4 +---
20497  src/hb-ot-layout-gsubgpos-private.hh       | 24 ++++++++++++------------
20498  src/hb-ot-shape-complex-arabic-fallback.hh |  4 ++--
20499  src/hb-ot-shape-complex-arabic.cc          |  2 +-
20500  src/hb-ot-shape-complex-indic-machine.hh   |  2 +-
20501  src/hb-ot-shape-complex-indic-machine.rl   |  2 +-
20502  src/hb-ot-shape-complex-indic.cc           |  6 +++---
20503  src/hb-ot-shape-complex-thai.cc            |  2 +-
20504  src/hb-ot-shape-fallback.cc                |  4 ++--
20505  src/hb-private.hh                          |  8 ++++----
20506  src/hb-ucdn.cc                             | 27
20507  +++++++++++++++------------
20508  src/hb-utf-private.hh                      |  4 ++--
20509  16 files changed, 61 insertions(+), 60 deletions(-)
20510
20511 commit c6408a1009d2370fbdcfa694898819d99d53c3df
20512 Author: Behdad Esfahbod <behdad@behdad.org>
20513 Date:   Wed Dec 5 17:36:52 2012 -0500
20514
20515     0.9.9
20516
20517  NEWS         | 8 ++++++++
20518  configure.ac | 2 +-
20519  2 files changed, 9 insertions(+), 1 deletion(-)
20520
20521 commit 130bb3f6144afe5c88bb5b4e4c98e7cba03b1e26
20522 Author: Behdad Esfahbod <behdad@behdad.org>
20523 Date:   Wed Dec 5 16:49:47 2012 -0500
20524
20525     Rename VOID and void_t to have HarfBuzz prefix
20526
20527     Fixes build on Windows.  Ouch!
20528
20529  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
20530  src/hb-private.hh                    | 12 ++++++------
20531  2 files changed, 17 insertions(+), 17 deletions(-)
20532
20533 commit 4a350d0eb25db60d95638664c892d4c8dacf050b
20534 Author: Behdad Esfahbod <behdad@behdad.org>
20535 Date:   Tue Dec 4 17:13:09 2012 -0500
20536
20537     [OTLayout] Reuse context in collect_glyphs() recursion
20538
20539  src/hb-ot-layout-gsubgpos-private.hh | 19 +++++++++++++++----
20540  1 file changed, 15 insertions(+), 4 deletions(-)
20541
20542 commit 8303593ba1db06e402eab52df47f21f13049112d
20543 Author: Behdad Esfahbod <behdad@behdad.org>
20544 Date:   Tue Dec 4 17:08:41 2012 -0500
20545
20546     Minor
20547
20548     Use pointers instead of references, in preparation for upcoming
20549     change.
20550
20551  src/hb-ot-layout-gpos-table.hh       | 28 +++++++++++++-------------
20552  src/hb-ot-layout-gsub-table.hh       | 30 ++++++++++++++--------------
20553  src/hb-ot-layout-gsubgpos-private.hh | 38
20554  ++++++++++++++++++------------------
20555  3 files changed, 48 insertions(+), 48 deletions(-)
20556
20557 commit 1bcfa06d1173f219809542a7380ce77f1c907bec
20558 Author: Behdad Esfahbod <behdad@behdad.org>
20559 Date:   Tue Dec 4 16:58:09 2012 -0500
20560
20561     [OTLayout] Don't recurse in collect_glyphs() for GPOS
20562
20563  src/hb-ot-layout-gpos-table.hh       | 2 +-
20564  src/hb-ot-layout-gsubgpos-private.hh | 4 ++++
20565  2 files changed, 5 insertions(+), 1 deletion(-)
20566
20567 commit b5e04c7dc6b78e311d1a14f1f808fac76a64c889
20568 Author: Behdad Esfahbod <behdad@behdad.org>
20569 Date:   Tue Dec 4 15:57:02 2012 -0500
20570
20571     [ucdn] Match upstream changes
20572
20573  src/hb-ucdn/ucdn.c | 16 ++++++++--------
20574  1 file changed, 8 insertions(+), 8 deletions(-)
20575
20576 commit a52f51b21635c626f6e5ccdba505c4df19bcff2c
20577 Author: Behdad Esfahbod <behdad@behdad.org>
20578 Date:   Tue Dec 4 15:43:38 2012 -0500
20579
20580     0.9.8
20581
20582  NEWS         | 16 ++++++++++++++++
20583  configure.ac |  2 +-
20584  2 files changed, 17 insertions(+), 1 deletion(-)
20585
20586 commit 7babfe5a7904c26060c5b8441ca1bf23e1444f35
20587 Author: Behdad Esfahbod <behdad@behdad.org>
20588 Date:   Tue Dec 4 00:35:54 2012 +0200
20589
20590     Move object mutext into the user-data array
20591
20592     We are not using it for anything lse it seems.
20593
20594  src/hb-common.cc         | 12 ++----------
20595  src/hb-object-private.hh | 24 ++++++++++--------------
20596  2 files changed, 12 insertions(+), 24 deletions(-)
20597
20598 commit a1900114770952778563dd6f3bc79334b0ca8df5
20599 Author: Behdad Esfahbod <behdad@behdad.org>
20600 Date:   Tue Dec 4 00:29:35 2012 +0200
20601
20602     Remove unused functions
20603
20604  src/hb-object-private.hh | 20 --------------------
20605  1 file changed, 20 deletions(-)
20606
20607 commit 88b7564183ae1cf59500b13c7e48756fe200c7cd
20608 Author: Behdad Esfahbod <behdad@behdad.org>
20609 Date:   Sun Dec 2 19:14:29 2012 +0200
20610
20611     "Update" to Unicode 6.2.0 tables
20612
20613     Nothing changed...
20614
20615  src/hb-ot-shape-complex-arabic-table.hh |  4 ++--
20616  src/hb-ot-shape-complex-indic-table.hh  | 12 ++++++------
20617  2 files changed, 8 insertions(+), 8 deletions(-)
20618
20619 commit 4ab99fb8c363cfc6a4f5952e69a19757f0cab344
20620 Author: Behdad Esfahbod <behdad@behdad.org>
20621 Date:   Fri Nov 30 15:02:04 2012 +0200
20622
20623     Minor
20624
20625  src/hb-ot-layout.h | 2 +-
20626  1 file changed, 1 insertion(+), 1 deletion(-)
20627
20628 commit 6748b96d27477b35dd69129e55d861259d66bf9f
20629 Author: Behdad Esfahbod <behdad@behdad.org>
20630 Date:   Fri Nov 30 12:02:21 2012 +0200
20631
20632     Minor
20633
20634  src/hb-ot-layout.cc | 1 -
20635  1 file changed, 1 deletion(-)
20636
20637 commit 624933f67642997ee0a46d5acea285362e837142
20638 Author: Behdad Esfahbod <behdad@behdad.org>
20639 Date:   Fri Nov 30 11:46:35 2012 +0200
20640
20641     Add Persian test cases from Mehran Mehr
20642
20643  test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST   | 1 +
20644  .../in-tree/shaper-arabic/script-arabic/language-persian/MANIFEST | 1 +
20645  .../shaper-arabic/script-arabic/language-persian/mehran.txt       |
20646  8 ++++++++
20647  3 files changed, 10 insertions(+)
20648
20649 commit 0f3f5299047e3cfc4d1202fee83d484b871279ad
20650 Author: Behdad Esfahbod <behdad@behdad.org>
20651 Date:   Fri Nov 30 09:06:59 2012 +0200
20652
20653     Add test-size-params
20654
20655     Eventually this will become part of a yet-to-be-written hb-ot cmdline
20656     tool.
20657
20658  src/Makefile.am         | 10 ++++-
20659  src/test-size-params.cc | 98
20660  +++++++++++++++++++++++++++++++++++++++++++++++++
20661  2 files changed, 107 insertions(+), 1 deletion(-)
20662
20663 commit 8465a05a89742295d4b009a9b4442eb0a899fd80
20664 Author: Behdad Esfahbod <behdad@behdad.org>
20665 Date:   Fri Nov 30 08:46:43 2012 +0200
20666
20667     Fix hb_buffer_guess_segment_properties() for empty buffer
20668
20669     Was causing assertion failure in shape_plan().
20670
20671  src/hb-buffer.cc | 4 ++--
20672  1 file changed, 2 insertions(+), 2 deletions(-)
20673
20674 commit e75943de803f571b7ad2cf2f777119753a209656
20675 Author: Behdad Esfahbod <behdad@behdad.org>
20676 Date:   Fri Nov 30 08:38:24 2012 +0200
20677
20678     [OTLayout] Fix collect_glyphs() recursion in ContextFormat3
20679
20680  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
20681  1 file changed, 1 insertion(+), 1 deletion(-)
20682
20683 commit 3038ae6adbb61e55d6c665dea0c5271e0c9f0ed8
20684 Author: Behdad Esfahbod <behdad@behdad.org>
20685 Date:   Fri Nov 30 08:24:13 2012 +0200
20686
20687     [OTLayout] Minor
20688
20689  src/hb-ot-layout-gpos-table.hh | 4 ----
20690  src/hb-ot-layout-gsub-table.hh | 4 ----
20691  src/hb-ot-layout.cc            | 4 ++--
20692  3 files changed, 2 insertions(+), 10 deletions(-)
20693
20694 commit 0dff11f6bfbda444a153ca75ff2b947f94e9b3c5
20695 Author: Behdad Esfahbod <behdad@behdad.org>
20696 Date:   Fri Nov 30 08:14:20 2012 +0200
20697
20698     [OTLayout] Look for any 'size' feature, not only in DFLT script
20699
20700     The old code doesn't work with all fonts, as Khaled has reported.
20701
20702  src/hb-ot-layout.cc | 14 +++++---------
20703  1 file changed, 5 insertions(+), 9 deletions(-)
20704
20705 commit e9ad71dee845407da74ccacfbb53ad7ededf07fd
20706 Author: Behdad Esfahbod <behdad@behdad.org>
20707 Date:   Fri Nov 30 08:10:26 2012 +0200
20708
20709     [OTLayout] Rename hb_ot_layout_position_get_size() to
20710     hb_ot_layout_get_size_params()
20711
20712  src/hb-ot-layout.cc | 4 ++--
20713  src/hb-ot-layout.h  | 7 ++++---
20714  2 files changed, 6 insertions(+), 5 deletions(-)
20715
20716 commit f18ff5a84d9fe859c40a7a0c9a207cb40df0e84a
20717 Author: Behdad Esfahbod <behdad@behdad.org>
20718 Date:   Fri Nov 30 08:07:06 2012 +0200
20719
20720     [OTLayout] Return correct value from recursion
20721
20722     Commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579 broke contextual
20723     lookups
20724     by making the recurse() function always return false.
20725
20726     Reported by Khaled.  Test case: لا in Amiri.
20727
20728  src/hb-ot-layout-gsubgpos-private.hh | 9 ++++-----
20729  1 file changed, 4 insertions(+), 5 deletions(-)
20730
20731 commit f54cce3c6a0432268ce159dbe6c5c6b7f583b87a
20732 Author: Behdad Esfahbod <behdad@behdad.org>
20733 Date:   Mon Nov 26 14:02:31 2012 +0200
20734
20735     [OTLayout] Implement 'size' feature
20736
20737  src/hb-ot-layout-common-private.hh | 36
20738  ++++++++++++++++++++++++++++++++++--
20739  src/hb-ot-layout.cc                | 31 +++++++++++++++++++++++++++++++
20740  src/hb-ot-layout.h                 |  5 +++++
20741  3 files changed, 70 insertions(+), 2 deletions(-)
20742
20743 commit 2dc1141d7d0a9f5818862b09d6b9cfe0a27f1fc1
20744 Author: Behdad Esfahbod <behdad@behdad.org>
20745 Date:   Sat Nov 24 19:16:34 2012 -0500
20746
20747     [OTLayout] Remove operator() from ClassDef
20748
20749  src/hb-ot-layout-common-private.hh   | 2 --
20750  src/hb-ot-layout-gpos-table.hh       | 4 ++--
20751  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
20752  3 files changed, 6 insertions(+), 8 deletions(-)
20753
20754 commit b67881b171a7cf865af58df146da52fc1e27b160
20755 Author: Behdad Esfahbod <behdad@behdad.org>
20756 Date:   Sat Nov 24 19:13:55 2012 -0500
20757
20758     [OTLayout] Remove operator() from Coverage
20759
20760  src/hb-ot-layout-common-private.hh   |  2 --
20761  src/hb-ot-layout-gdef-table.hh       |  4 ++--
20762  src/hb-ot-layout-gpos-table.hh       | 24 ++++++++++++------------
20763  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++++------------
20764  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
20765  5 files changed, 34 insertions(+), 36 deletions(-)
20766
20767 commit a88e7160217b9f44e4e5b4b814d0ca98c457ee40
20768 Author: Behdad Esfahbod <behdad@behdad.org>
20769 Date:   Sat Nov 24 02:31:02 2012 -0500
20770
20771     [OTLayout] Implement hb_ot_layout_collect_lookups()
20772
20773     Untested.
20774
20775  src/hb-ot-layout.cc | 97
20776  +++++++++++++++++++++++++++++++++++++++++++++++++++++
20777  src/hb-ot-layout.h  |  4 +--
20778  2 files changed, 98 insertions(+), 3 deletions(-)
20779
20780 commit 1ea375da446bf68f705a70ce4a480db9fb9d13f3
20781 Author: Behdad Esfahbod <behdad@behdad.org>
20782 Date:   Sat Nov 24 02:05:52 2012 -0500
20783
20784     [OTLayout] Only collect output glyphs during recursion in
20785     collect_glyphs()
20786
20787  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
20788  1 file changed, 3 insertions(+), 1 deletion(-)
20789
20790 commit f1b12781d279a73b5754afee31e930b5cd87aac6
20791 Author: Behdad Esfahbod <behdad@behdad.org>
20792 Date:   Sat Nov 24 01:55:34 2012 -0500
20793
20794     [OTLayout] Implement ChainContext collect_glyphs()
20795
20796     All of collect_glyphs() complete and untested now.
20797
20798  src/hb-ot-layout-gsubgpos-private.hh | 103
20799  ++++++++++++++++++++++++++++++++---
20800  1 file changed, 96 insertions(+), 7 deletions(-)
20801
20802 commit cdd756b9f40665a201f5c4e65a87b9a27c390601
20803 Author: Behdad Esfahbod <behdad@behdad.org>
20804 Date:   Sat Nov 24 01:38:41 2012 -0500
20805
20806     [OTLayout] Implement GPOS collect_glyphs()
20807
20808  src/hb-ot-layout-gpos-table.hh | 95
20809  +++++++++++++++++++++++++++++++++++++++++-
20810  src/hb-ot-layout.cc            |  9 ++--
20811  2 files changed, 99 insertions(+), 5 deletions(-)
20812
20813 commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579
20814 Author: Behdad Esfahbod <behdad@behdad.org>
20815 Date:   Sat Nov 24 01:13:20 2012 -0500
20816
20817     [OTLayout] Reuse apply context for recursion
20818
20819  src/hb-ot-layout-gpos-table.hh       | 7 ++++++-
20820  src/hb-ot-layout-gsub-table.hh       | 7 ++++++-
20821  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
20822  3 files changed, 16 insertions(+), 6 deletions(-)
20823
20824 commit 53a69f49e58ef4c4226958e0496fc22455ee6c87
20825 Author: Behdad Esfahbod <behdad@behdad.org>
20826 Date:   Sat Nov 24 01:03:05 2012 -0500
20827
20828     [OTLayout] Remove unused members
20829
20830  src/hb-ot-layout-gsubgpos-private.hh | 3 ---
20831  1 file changed, 3 deletions(-)
20832
20833 commit d0a5233785eb327c4080432f597fe470a1046af3
20834 Author: Behdad Esfahbod <behdad@behdad.org>
20835 Date:   Fri Nov 23 18:54:59 2012 -0500
20836
20837     [OTLayout] Implement Context::collect_glyphs()
20838
20839  src/hb-ot-layout-gsubgpos-private.hh | 122
20840  +++++++++++++++++++++++++++++++----
20841  1 file changed, 111 insertions(+), 11 deletions(-)
20842
20843 commit 26514d51b6669f092d9ccb7523443a5ece74169a
20844 Author: Behdad Esfahbod <behdad@behdad.org>
20845 Date:   Fri Nov 23 18:13:48 2012 -0500
20846
20847     [OTLayout] More collect_glyphs()
20848
20849  src/hb-ot-layout-gpos-table.hh       |  6 ++---
20850  src/hb-ot-layout-gsub-table.hh       | 32 +++++++++++++++-------
20851  src/hb-ot-layout-gsubgpos-private.hh | 51
20852  ++++++++++++++++++++++++++++++++----
20853  3 files changed, 71 insertions(+), 18 deletions(-)
20854
20855 commit c6fb843f2a1c26322c6f4c85d1589f01a9e7a2ef
20856 Author: Behdad Esfahbod <behdad@behdad.org>
20857 Date:   Fri Nov 23 18:04:08 2012 -0500
20858
20859     [OTLayout] Templatize process_recurse_func
20860
20861  src/hb-ot-layout-gpos-table.hh | 10 ++++++++++
20862  src/hb-ot-layout-gsub-table.hh |  8 +++++---
20863  2 files changed, 15 insertions(+), 3 deletions(-)
20864
20865 commit 9b34677f362fb0ef5a7cb8a284a9e06d1a4cc03b
20866 Author: Behdad Esfahbod <behdad@behdad.org>
20867 Date:   Fri Nov 23 17:55:40 2012 -0500
20868
20869     [OTLayout] Clean up closure() a bit
20870
20871  src/hb-ot-layout-gsub-table.hh       | 29 ++++++++++++++---------------
20872  src/hb-ot-layout-gsubgpos-private.hh |  7 ++++---
20873  src/hb-ot-layout.cc                  |  6 +++++-
20874  3 files changed, 23 insertions(+), 19 deletions(-)
20875
20876 commit adf7758a27a11fb1a8a14a2673867589437d22a3
20877 Author: Behdad Esfahbod <behdad@behdad.org>
20878 Date:   Fri Nov 23 17:32:00 2012 -0500
20879
20880     Improve debug log format in presence of templates
20881
20882  src/hb-private.hh | 6 +++++-
20883  1 file changed, 5 insertions(+), 1 deletion(-)
20884
20885 commit 2c53bd3c3ec4f81eff126c5bf84b7f2ddf2f0fef
20886 Author: Behdad Esfahbod <behdad@behdad.org>
20887 Date:   Fri Nov 23 17:29:05 2012 -0500
20888
20889     [OTLayout] Start porting sanitize() to process()
20890
20891  src/hb-open-type-private.hh          | 12 +++++++++++-
20892  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
20893  2 files changed, 15 insertions(+), 5 deletions(-)
20894
20895 commit f48ec0e83432c038b50d9715a38ba1469e82e1e4
20896 Author: Behdad Esfahbod <behdad@behdad.org>
20897 Date:   Fri Nov 23 17:23:41 2012 -0500
20898
20899     [OTLayout] Add process() tracing
20900
20901  src/hb-ot-layout-gpos-table.hh       | 60
20902  ++++++++++++++++++++----------------
20903  src/hb-ot-layout-gsub-table.hh       | 51 +++++++++++++++++-------------
20904  src/hb-ot-layout-gsubgpos-private.hh | 17 +++++-----
20905  3 files changed, 72 insertions(+), 56 deletions(-)
20906
20907 commit ed2e13594479c6ed7909401509962ea2f03f9a6e
20908 Author: Behdad Esfahbod <behdad@behdad.org>
20909 Date:   Fri Nov 23 17:10:40 2012 -0500
20910
20911     [OTLayout] More Extension templatizing
20912
20913  src/hb-ot-layout-gpos-table.hh       | 11 -----------
20914  src/hb-ot-layout-gsub-table.hh       | 11 -----------
20915  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++--
20916  3 files changed, 10 insertions(+), 24 deletions(-)
20917
20918 commit 7dddd4e72bc35be962d93dc1b76c7e26c63aaa6d
20919 Author: Behdad Esfahbod <behdad@behdad.org>
20920 Date:   Fri Nov 23 17:04:55 2012 -0500
20921
20922     [OTLayout] More templatizing Extension
20923
20924  src/hb-ot-layout-gpos-table.hh       |  7 +------
20925  src/hb-ot-layout-gsub-table.hh       |  9 ++-------
20926  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++++++-
20927  3 files changed, 12 insertions(+), 14 deletions(-)
20928
20929 commit 653eeb26450053b731b46346606931f5ae88db72
20930 Author: Behdad Esfahbod <behdad@behdad.org>
20931 Date:   Fri Nov 23 16:57:36 2012 -0500
20932
20933     Make Extension a template
20934
20935  src/hb-ot-layout-gpos-table.hh       | 11 +----------
20936  src/hb-ot-layout-gsub-table.hh       | 11 +----------
20937  src/hb-ot-layout-gsubgpos-private.hh |  7 +++++++
20938  3 files changed, 9 insertions(+), 20 deletions(-)
20939
20940 commit 08f1eede1bbc01ece2adf89847614a0670e50443
20941 Author: Behdad Esfahbod <behdad@behdad.org>
20942 Date:   Fri Nov 23 16:51:43 2012 -0500
20943
20944     Minor
20945
20946  src/hb-ot-layout-gpos-table.hh | 19 ++-----------------
20947  src/hb-ot-layout-gsub-table.hh | 19 ++-----------------
20948  2 files changed, 4 insertions(+), 34 deletions(-)
20949
20950 commit 2c9d6485a1f89c11f84e720d3c7978dc11a5039a
20951 Author: Behdad Esfahbod <behdad@behdad.org>
20952 Date:   Fri Nov 23 16:49:19 2012 -0500
20953
20954     More tracing fixup
20955
20956  src/hb-private.hh | 5 ++---
20957  1 file changed, 2 insertions(+), 3 deletions(-)
20958
20959 commit a1733db1c6ff40aae71fa142a12b1fea7b53dd37
20960 Author: Behdad Esfahbod <behdad@behdad.org>
20961 Date:   Fri Nov 23 16:40:04 2012 -0500
20962
20963     [OTLayout] Start adding process() tracing
20964
20965  src/hb-ot-layout-gsubgpos-private.hh | 44
20966  +++++++++++++++++++++++++++---------
20967  src/hb-private.hh                    |  6 +++--
20968  2 files changed, 37 insertions(+), 13 deletions(-)
20969
20970 commit 73c18ae1b982a4e65086afe5177afa79e721e2c0
20971 Author: Behdad Esfahbod <behdad@behdad.org>
20972 Date:   Fri Nov 23 15:34:11 2012 -0500
20973
20974     Cleanup
20975
20976  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++------------
20977  1 file changed, 4 insertions(+), 12 deletions(-)
20978
20979 commit be218c688cbb037a99c8c64bb835f3c980040c0b
20980 Author: Behdad Esfahbod <behdad@behdad.org>
20981 Date:   Fri Nov 23 15:32:14 2012 -0500
20982
20983     Pass this object to trace macros
20984
20985  src/hb-open-file-private.hh          |  10 +--
20986  src/hb-open-type-private.hh          |  34 +++++-----
20987  src/hb-ot-head-table.hh              |   2 +-
20988  src/hb-ot-hhea-table.hh              |   2 +-
20989  src/hb-ot-hmtx-table.hh              |   2 +-
20990  src/hb-ot-layout-common-private.hh   |  36 +++++------
20991  src/hb-ot-layout-gdef-table.hh       |  20 +++---
20992  src/hb-ot-layout-gpos-table.hh       |  80 +++++++++++------------
20993  src/hb-ot-layout-gsub-table.hh       | 122
20994  +++++++++++++++++------------------
20995  src/hb-ot-layout-gsubgpos-private.hh | 100 ++++++++++++++--------------
20996  src/hb-ot-maxp-table.hh              |   2 +-
20997  src/hb-ot-name-table.hh              |   6 +-
20998  12 files changed, 208 insertions(+), 208 deletions(-)
20999
21000 commit 902cc8aca0b3ff25eeee50b3a84d729e31731ef3
21001 Author: Behdad Esfahbod <behdad@behdad.org>
21002 Date:   Fri Nov 23 15:06:59 2012 -0500
21003
21004     [OTLayout] Start unbreaking tracing
21005
21006  src/hb-open-type-private.hh          | 37
21007  +++++++++++++++++++++---------------
21008  src/hb-ot-layout-gsubgpos-private.hh | 37
21009  +++++++++++++++++++++++++-----------
21010  src/hb-private.hh                    | 30 +++++++++++++++++++----------
21011  3 files changed, 68 insertions(+), 36 deletions(-)
21012
21013 commit dabe698fcbeb02911128b17aa8e3b2d864795960
21014 Author: Behdad Esfahbod <behdad@behdad.org>
21015 Date:   Fri Nov 23 14:21:35 2012 -0500
21016
21017     Minor
21018
21019  src/hb-open-type-private.hh          |  5 -----
21020  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++------
21021  src/hb-private.hh                    | 27 +++++++++++++++++++++++++--
21022  3 files changed, 29 insertions(+), 13 deletions(-)
21023
21024 commit c779d82b2fc801eec0d349a106c0e860448fcf4e
21025 Author: Behdad Esfahbod <behdad@behdad.org>
21026 Date:   Fri Nov 23 14:07:24 2012 -0500
21027
21028     Fix warnings
21029
21030  src/hb-ot-layout-gpos-table.hh       | 2 --
21031  src/hb-ot-layout-gsub-table.hh       | 8 +++-----
21032  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
21033  src/hb-private.hh                    | 2 +-
21034  4 files changed, 5 insertions(+), 9 deletions(-)
21035
21036 commit 81822528efc63d867cb2343a8ff7af64fac1c70d
21037 Author: Behdad Esfahbod <behdad@behdad.org>
21038 Date:   Fri Nov 23 13:27:16 2012 -0500
21039
21040     Minor
21041
21042  src/hb-open-type-private.hh          | 6 ++++++
21043  src/hb-ot-layout-gsubgpos-private.hh | 3 ---
21044  2 files changed, 6 insertions(+), 3 deletions(-)
21045
21046 commit 1d67ef980f35ae30d4f8975f65ee07b8cc5deeea
21047 Author: Behdad Esfahbod <behdad@behdad.org>
21048 Date:   Thu Nov 22 16:47:53 2012 -0500
21049
21050     Move code around
21051
21052  src/hb-ot-layout-gsubgpos-private.hh | 44
21053  ++++++++++++++++++------------------
21054  1 file changed, 22 insertions(+), 22 deletions(-)
21055
21056 commit ec35a72a44301934b8f123ab2833f59d8c875a09
21057 Author: Behdad Esfahbod <behdad@behdad.org>
21058 Date:   Thu Nov 22 16:05:59 2012 -0500
21059
21060     [OTLayout] Port apply() operator to process() template
21061
21062  src/hb-ot-layout-gpos-table.hh       | 117
21063  ++++-------------------------------
21064  src/hb-ot-layout-gsub-table.hh       | 108
21065  +++-----------------------------
21066  src/hb-ot-layout-gsubgpos-private.hh |  99 +++++++++++++----------------
21067  src/hb-ot-layout.cc                  |   2 +-
21068  4 files changed, 65 insertions(+), 261 deletions(-)
21069
21070 commit 2005fa5340fc528c32dc2af945ad2431964a47d2
21071 Author: Behdad Esfahbod <behdad@behdad.org>
21072 Date:   Thu Nov 22 14:38:10 2012 -0500
21073
21074     [OTLayout] Port would_apply() and get_coverage() to process()
21075     templates
21076
21077  src/hb-ot-layout-gpos-table.hh       | 175
21078  +++++++++++--------------------
21079  src/hb-ot-layout-gsub-table.hh       | 198
21080  ++++++++++++-----------------------
21081  src/hb-ot-layout-gsubgpos-private.hh |  76 +++++---------
21082  3 files changed, 156 insertions(+), 293 deletions(-)
21083
21084 commit 44fc237b53ebfbaf8a539de16ad735d2c6afc52b
21085 Author: Behdad Esfahbod <behdad@behdad.org>
21086 Date:   Wed Nov 21 23:33:13 2012 -0500
21087
21088     [OTLayout] Port closure() to process() template
21089
21090  src/hb-ot-layout-gsub-table.hh       | 297
21091  ++++++++---------------------------
21092  src/hb-ot-layout-gsubgpos-private.hh | 209 ++++++++++++------------
21093  src/hb-ot-layout.cc                  |  10 +-
21094  3 files changed, 171 insertions(+), 345 deletions(-)
21095
21096 commit 5be86b1bb4fbb37b50a1e2798df0c9a3a528b6b2
21097 Author: Behdad Esfahbod <behdad@behdad.org>
21098 Date:   Thu Nov 22 16:26:22 2012 -0500
21099
21100     [ucdn] Make data tables const!
21101
21102  src/hb-ucdn/ucdn.c           | 16 ++++++++--------
21103  src/hb-ucdn/unicodedata_db.h | 28 ++++++++++++++--------------
21104  2 files changed, 22 insertions(+), 22 deletions(-)
21105
21106 commit 7c5b7fe686c9163afe2f31fbeac6f8c8512f5516
21107 Author: Behdad Esfahbod <behdad@behdad.org>
21108 Date:   Thu Nov 22 14:15:08 2012 -0500
21109
21110     Fix hb_shape_plan_get_shaper()
21111
21112  src/hb-shape-plan.cc | 1 +
21113  1 file changed, 1 insertion(+)
21114
21115 commit 4c8963576573483269b327c6465f6ec99f489e05
21116 Author: Behdad Esfahbod <behdad@behdad.org>
21117 Date:   Wed Nov 21 01:20:56 2012 -0500
21118
21119     0.9.7
21120
21121  NEWS         | 86
21122  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
21123  configure.ac |  2 +-
21124  2 files changed, 87 insertions(+), 1 deletion(-)
21125
21126 commit ac064a2db2b7a010d99527e183145286215aea81
21127 Author: Behdad Esfahbod <behdad@behdad.org>
21128 Date:   Wed Nov 21 01:14:19 2012 -0500
21129
21130     Rename hb_set_population() to hb_set_get_population()
21131
21132  src/hb-set.cc | 2 +-
21133  src/hb-set.h  | 2 +-
21134  2 files changed, 2 insertions(+), 2 deletions(-)
21135
21136 commit 16c914c2a6efeb6999054333985b1f711e33cf94
21137 Author: Behdad Esfahbod <behdad@behdad.org>
21138 Date:   Wed Nov 21 01:04:15 2012 -0500
21139
21140     [Indic] One more try at unbreaking Khmer fonts
21141
21142     See comments and discussion on the list.
21143
21144  src/hb-ot-shape-complex-private.hh | 16 ++++++++++------
21145  1 file changed, 10 insertions(+), 6 deletions(-)
21146
21147 commit e8cfdd7fa8d0fb66e0a261f3547e5824897e5131
21148 Author: Behdad Esfahbod <behdad@behdad.org>
21149 Date:   Fri Nov 16 19:07:06 2012 -0800
21150
21151     Start implementing collect_glyphs() operation
21152
21153     Not functional yet.
21154
21155  src/hb-ot-layout-gsub-table.hh       | 185
21156  +++++++++++++++++++++++++++++++++++
21157  src/hb-ot-layout-gsubgpos-private.hh |  57 +++++++++++
21158  src/hb-ot-layout.cc                  |  29 ++++++
21159  src/hb-ot-layout.h                   |   4 +-
21160  4 files changed, 272 insertions(+), 3 deletions(-)
21161
21162 commit 7d52e6601f0e695690cd168a288466746cf25300
21163 Author: Behdad Esfahbod <behdad@behdad.org>
21164 Date:   Fri Nov 16 18:49:54 2012 -0800
21165
21166     Whitespace
21167
21168  src/hb-coretext.cc                   |  32 +++++-----
21169  src/hb-icu-le.cc                     |   2 +-
21170  src/hb-old.cc                        |  10 ++--
21171  src/hb-open-file-private.hh          |   2 +-
21172  src/hb-open-type-private.hh          |   2 +-
21173  src/hb-ot-head-table.hh              |   2 +-
21174  src/hb-ot-hhea-table.hh              |   2 +-
21175  src/hb-ot-hmtx-table.hh              |   2 +-
21176  src/hb-ot-layout-common-private.hh   |   2 +-
21177  src/hb-ot-layout-gdef-table.hh       |   2 +-
21178  src/hb-ot-layout-gpos-table.hh       |   2 +-
21179  src/hb-ot-layout-gsub-table.hh       |   2 +-
21180  src/hb-ot-layout-gsubgpos-private.hh |   2 +-
21181  src/hb-ot-maxp-table.hh              |   2 +-
21182  src/hb-ot-name-table.hh              |   2 +-
21183  src/hb-ot-shape-complex-default.cc   | 109
21184  ++++++++++++++++++-----------------
21185  src/hb-tt-font.cc                    |   2 +-
21186  17 files changed, 87 insertions(+), 92 deletions(-)
21187
21188 commit 51bb498b7b07bff4a447405b72f09b68d07a3e95
21189 Author: Behdad Esfahbod <behdad@behdad.org>
21190 Date:   Fri Nov 16 14:08:05 2012 -0800
21191
21192     Minor
21193
21194  src/hb-ot-shape.cc | 1 +
21195  1 file changed, 1 insertion(+)
21196
21197 commit 89ca8eeb83fedde06727d386369a0a39d410f12b
21198 Author: Behdad Esfahbod <behdad@behdad.org>
21199 Date:   Fri Nov 16 13:53:40 2012 -0800
21200
21201     Implement hb_ot_layout_get_glyphs_in_class()
21202
21203  src/hb-ot-layout-common-private.hh | 24 ++++++++++++++++++++++++
21204  src/hb-ot-layout-gdef-table.hh     |  2 ++
21205  src/hb-ot-layout.cc                |  8 ++++++++
21206  src/hb-ot-layout.h                 |  5 ++---
21207  4 files changed, 36 insertions(+), 3 deletions(-)
21208
21209 commit 5a08ecf9200a6ac9b4ebb7ec5c13dcb42d8820ce
21210 Author: Behdad Esfahbod <behdad@behdad.org>
21211 Date:   Fri Nov 16 13:34:29 2012 -0800
21212
21213     Implement hb_ot_layout_get_glyph_class()
21214
21215  src/hb-ot-layout-gdef-table.hh       | 10 +++++-----
21216  src/hb-ot-layout-gpos-table.hh       |  8 ++++----
21217  src/hb-ot-layout-gsub-table.hh       |  2 +-
21218  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
21219  src/hb-ot-layout-private.hh          | 10 +++++++++-
21220  src/hb-ot-layout.cc                  |  6 ++++++
21221  src/hb-ot-layout.h                   | 14 ++++++--------
21222  src/hb-ot-shape.cc                   |  4 ++--
21223  8 files changed, 38 insertions(+), 26 deletions(-)
21224
21225 commit f9edd5d56bd219625f5b16b23eac53b4c4a8b194
21226 Author: Behdad Esfahbod <behdad@behdad.org>
21227 Date:   Fri Nov 16 13:23:37 2012 -0800
21228
21229     Implement hb_shape_plan_get_shaper()
21230
21231     Untested.
21232
21233  src/hb-shape-plan-private.hh | 1 +
21234  src/hb-shape-plan.cc         | 7 +++++++
21235  src/hb-shape-plan.h          | 4 +---
21236  3 files changed, 9 insertions(+), 3 deletions(-)
21237
21238 commit 43b653150081a2f9dc6b7481229ac4cd952575dc
21239 Author: Behdad Esfahbod <behdad@behdad.org>
21240 Date:   Fri Nov 16 13:12:35 2012 -0800
21241
21242     [Indic] Another try to unbreak Sinhala split matras
21243
21244     Just read the comments...
21245
21246  src/hb-ot-shape-complex-indic.cc                   | 43
21247  ++++++++++++++++++----
21248  .../indic/script-sinhala/misc/MANIFEST             |  1 +
21249  .../indic/script-sinhala/misc/split-matras.txt     |  4 ++
21250  3 files changed, 40 insertions(+), 8 deletions(-)
21251
21252 commit 977f1740ace730dcdff8221a17f2a592c2ec7c74
21253 Author: Behdad Esfahbod <behdad@behdad.org>
21254 Date:   Fri Nov 16 13:10:07 2012 -0800
21255
21256     Unbreak tests
21257
21258  src/hb-ot-layout.h  | 14 +++++++-------
21259  src/hb-shape-plan.h |  2 +-
21260  2 files changed, 8 insertions(+), 8 deletions(-)
21261
21262 commit eba312c8d1b2bbe8cb9b6414e843e78d2c521aa4
21263 Author: Behdad Esfahbod <behdad@behdad.org>
21264 Date:   Fri Nov 16 12:39:23 2012 -0800
21265
21266     Plumbing to get shape plan and font into complex decompose function
21267
21268     So we can handle Sinhala split matras smartly...  Coming soon.
21269
21270  src/hb-ot-shape-complex-default.cc   |  6 ++--
21271  src/hb-ot-shape-complex-indic.cc     | 14 ++++-----
21272  src/hb-ot-shape-complex-private.hh   | 16 +++++------
21273  src/hb-ot-shape-normalize-private.hh | 22 ++++++++++++--
21274  src/hb-ot-shape-normalize.cc         | 56
21275  ++++++++++++++----------------------
21276  src/hb-ot-shape.cc                   |  2 +-
21277  6 files changed, 61 insertions(+), 55 deletions(-)
21278
21279 commit 3f82f8ff07a9d16a7c047129658c1bbedfdb5436
21280 Author: Behdad Esfahbod <behdad@behdad.org>
21281 Date:   Thu Nov 15 18:45:31 2012 -0800
21282
21283     Rename hb_buffer_guess_properties() to
21284     hb_buffer_guess_segment_properties()
21285
21286  src/hb-buffer-private.hh | 2 +-
21287  src/hb-buffer.cc         | 6 +++---
21288  src/hb-buffer.h          | 2 +-
21289  src/hb-fallback-shape.cc | 2 +-
21290  src/hb-ot-shape.cc       | 2 +-
21291  src/hb-shape.cc          | 2 +-
21292  6 files changed, 8 insertions(+), 8 deletions(-)
21293
21294 commit f30641038ba96e83950729b1bd9d86d2e98e46c5
21295 Author: Behdad Esfahbod <behdad@behdad.org>
21296 Date:   Thu Nov 15 18:39:46 2012 -0800
21297
21298     Bunch of independent changes (ouch)
21299
21300     API additions:
21301
21302         hb_segment_properties_t
21303         HB_SEGMENT_PROPERTIES_DEFAULT
21304         hb_segment_properties_equal()
21305         hb_segment_properties_hash()
21306
21307         hb_buffer_set_segment_properties()
21308         hb_buffer_get_segment_properties()
21309
21310         hb_ot_layout_glyph_class_t
21311
21312         hb_shape_plan_t
21313         hb_shape_plan_create()
21314         hb_shape_plan_create_cached()
21315         hb_shape_plan_get_empty()
21316         hb_shape_plan_reference()
21317         hb_shape_plan_destroy()
21318         hb_shape_plan_set_user_data()
21319         hb_shape_plan_get_user_data()
21320         hb_shape_plan_execute()
21321
21322         hb_ot_shape_plan_collect_lookups()
21323
21324     API changes:
21325
21326         Rename hb_ot_layout_feature_get_lookup_indexes() to
21327         hb_ot_layout_feature_get_lookups().
21328
21329     New header file:
21330
21331         hb-shape-plan.h
21332
21333     And a bunch of prototyped but not implemented stuff.  Coming soon.
21334     (Tests fail because of the prototypes right now.)
21335
21336  src/Makefile.am              |   2 +-
21337  src/hb-buffer-private.hh     |  37 ---------------
21338  src/hb-buffer.cc             |  45 +++++++++++++++++-
21339  src/hb-buffer.h              |  47 +++++++++++++++++--
21340  src/hb-ot-layout-private.hh  |   8 ----
21341  src/hb-ot-layout.cc          |  12 ++---
21342  src/hb-ot-layout.h           | 108
21343  ++++++++++++++++++++++++++++++++++++++++---
21344  src/hb-ot-map-private.hh     |   2 +-
21345  src/hb-ot-map.cc             |  15 +++---
21346  src/hb-ot-shape-private.hh   |  11 ++++-
21347  src/hb-ot-shape.cc           |  52 ++++++++++++++-------
21348  src/hb-ot.h                  |   1 +
21349  src/hb-shape-plan-private.hh |   3 +-
21350  src/hb-shape-plan.cc         |  23 +++++++--
21351  src/hb-shape-plan.h          |  50 +++++++++++++-------
21352  src/hb-shaper-private.hh     |   2 -
21353  src/hb-shaper.cc             |   2 +-
21354  src/hb.h                     |   1 +
21355  18 files changed, 304 insertions(+), 117 deletions(-)
21356
21357 commit 75da37dcb17aacc0be6bb006683a84aa31155938
21358 Author: Behdad Esfahbod <behdad@behdad.org>
21359 Date:   Thu Nov 15 18:39:23 2012 -0800
21360
21361     Minor
21362
21363  util/hb-ot-shape-closure.cc | 24 ++++++++++++------------
21364  1 file changed, 12 insertions(+), 12 deletions(-)
21365
21366 commit e05a999495e6575f7cebd7f35db087d964f11ef6
21367 Author: Behdad Esfahbod <behdad@behdad.org>
21368 Date:   Thu Nov 15 16:23:21 2012 -0800
21369
21370     Add hb_face_[sg]et_glyph_count()
21371
21372  src/hb-font-private.hh |  9 +++++++++
21373  src/hb-font.cc         | 29 ++++++++++++++++++++++++++++-
21374  src/hb-font.h          |  7 +++++++
21375  3 files changed, 44 insertions(+), 1 deletion(-)
21376
21377 commit aec89de5641fbe1c3031d63dd5f40ec99bf2a538
21378 Author: Behdad Esfahbod <behdad@behdad.org>
21379 Date:   Thu Nov 15 16:15:42 2012 -0800
21380
21381     Add / modify set API a bit
21382
21383  src/hb-ot-shape.cc          |  2 +-
21384  src/hb-set-private.hh       | 35 ++++++++++++++++--
21385  src/hb-set.cc               | 86
21386  ++++++++++++++++++++++++++++++---------------
21387  src/hb-set.h                | 55 +++++++++++++++++++----------
21388  util/hb-ot-shape-closure.cc |  2 +-
21389  5 files changed, 128 insertions(+), 52 deletions(-)
21390
21391 commit c54599ad269380c7aa28d885fcfd660fc2c10a7b
21392 Author: Behdad Esfahbod <behdad@behdad.org>
21393 Date:   Thu Nov 15 16:14:23 2012 -0800
21394
21395     Minor
21396
21397  src/hb-buffer.cc | 2 +-
21398  src/hb-buffer.h  | 8 +++-----
21399  2 files changed, 4 insertions(+), 6 deletions(-)
21400
21401 commit d1aa143ca434fe272de21d2002768c83387b583b
21402 Author: Behdad Esfahbod <behdad@behdad.org>
21403 Date:   Thu Nov 15 15:38:08 2012 -0800
21404
21405     [Thai] Remove U+0E2C from "AC" consonants
21406
21407     WinXP doesn't include it.
21408
21409  src/hb-ot-shape-complex-thai.cc | 2 +-
21410  1 file changed, 1 insertion(+), 1 deletion(-)
21411
21412 commit 362a990b2246f5448ecb9d600761f710aea7d42d
21413 Author: Behdad Esfahbod <behdad@behdad.org>
21414 Date:   Thu Nov 15 14:57:31 2012 -0800
21415
21416     Rename hb_ot_layout_would_substitute_lookup() and
21417     hb_ot_layout_substitute_closure_lookup()
21418
21419     To match upcoming API.
21420
21421  src/hb-ot-layout-private.hh      | 2 +-
21422  src/hb-ot-layout.cc              | 8 ++++----
21423  src/hb-ot-layout.h               | 4 ++--
21424  src/hb-ot-map.cc                 | 2 +-
21425  src/hb-ot-shape-complex-indic.cc | 2 +-
21426  src/test-would-substitute.cc     | 2 +-
21427  6 files changed, 10 insertions(+), 10 deletions(-)
21428
21429 commit a4bef84e375b090c1bc7e4221b8e0ee435dfcbba
21430 Author: Behdad Esfahbod <behdad@behdad.org>
21431 Date:   Thu Nov 15 13:29:51 2012 -0800
21432
21433     [util] Make hb-shape err if output-format is not understood
21434
21435     And list supported formats.
21436
21437  util/hb-shape.cc | 6 ++++++
21438  1 file changed, 6 insertions(+)
21439
21440 commit 3cec819d39e45470d03085bb6fa132882cc85943
21441 Author: Behdad Esfahbod <behdad@behdad.org>
21442 Date:   Thu Nov 15 13:15:39 2012 -0800
21443
21444     Make the OT shaper default, even if CoreText or Uniscribe is enabled
21445
21446  src/hb-shaper-list.hh | 15 ++++++++-------
21447  1 file changed, 8 insertions(+), 7 deletions(-)
21448
21449 commit 072ae7a982bf640804eee0b41525e7c328806bf5
21450 Author: Behdad Esfahbod <behdad@behdad.org>
21451 Date:   Thu Nov 15 13:14:12 2012 -0800
21452
21453     Add hb_buffer_serialize_list_formats()
21454
21455  src/hb-buffer.cc | 6 ++++++
21456  src/hb-buffer.h  | 3 +++
21457  2 files changed, 9 insertions(+)
21458
21459 commit f9edf1672511c3bcc3796cc79578ffea43b2bda1
21460 Author: Behdad Esfahbod <behdad@behdad.org>
21461 Date:   Thu Nov 15 12:14:09 2012 -0800
21462
21463     Add buffer serialization / deserialization API
21464
21465     Two output formats for now: TEXT, and JSON.  For example:
21466
21467       hb-shape --output-format=json
21468
21469     Deserialization API is added, but not implemented yet.
21470
21471  src/hb-buffer.cc | 222
21472  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
21473  src/hb-buffer.h  |  42 +++++++++++
21474  util/hb-shape.cc |  21 +++++-
21475  util/options.cc  |  57 +++++---------
21476  util/options.hh  |   7 +-
21477  5 files changed, 304 insertions(+), 45 deletions(-)
21478
21479 commit fd0de881f4fc004da6f36d50a91d0e62f8eb4d8c
21480 Author: Behdad Esfahbod <behdad@behdad.org>
21481 Date:   Thu Nov 15 10:47:14 2012 -0800
21482
21483     Avoid C++ undefined behavior
21484
21485     https://bugzilla.mozilla.org/show_bug.cgi?id=810823
21486
21487  src/hb-open-type-private.hh | 4 ++--
21488  1 file changed, 2 insertions(+), 2 deletions(-)
21489
21490 commit f41dc2d35b23220d59d38990bb66f1cbd66a55b3
21491 Author: Behdad Esfahbod <behdad@behdad.org>
21492 Date:   Thu Nov 15 10:36:43 2012 -0800
21493
21494     Fix undefined behavior in Indic dottedcircle
21495
21496     Chromium Issue 158998:      Conditional jump in harfbuzz-ng
21497     http://code.google.com/p/chromium/issues/detail?id=158998
21498
21499  src/hb-ot-shape-complex-indic.cc | 2 +-
21500  1 file changed, 1 insertion(+), 1 deletion(-)
21501
21502 commit 1eb3e94fe99a072ce422e60ac4d4d89ef489b08a
21503 Author: Behdad Esfahbod <behdad@behdad.org>
21504 Date:   Wed Nov 14 17:25:03 2012 -0800
21505
21506     [Thai] Implement PUA-based fallback shaping
21507
21508     As explained here:
21509
21510       http://linux.thai.net/~thep/th-otf/shaping.html
21511
21512     Our output now matches Uniscribe for old fonts (eg. XP Tahoma) with no
21513     Thai GSUB table.
21514
21515  src/hb-ot-shape-complex-thai.cc | 217
21516  ++++++++++++++++++++++++++++++++++++++++
21517  1 file changed, 217 insertions(+)
21518
21519 commit 851784f8372004e0a40b698c0cdc2d7db8629aa2
21520 Author: Behdad Esfahbod <behdad@behdad.org>
21521 Date:   Wed Nov 14 16:24:05 2012 -0800
21522
21523     Improve shaper selection
21524
21525  src/hb-ot-map-private.hh           |  8 ++++----
21526  src/hb-ot-map.cc                   |  6 ++++--
21527  src/hb-ot-shape-complex-indic.cc   |  2 +-
21528  src/hb-ot-shape-complex-private.hh | 13 ++++++++-----
21529  src/hb-ot-shape-complex-thai.cc    | 24 ++++++++++++++++++++++--
21530  5 files changed, 39 insertions(+), 14 deletions(-)
21531
21532 commit f3584d3a3a627e38dfd7769975a670db340d2a48
21533 Author: Behdad Esfahbod <behdad@behdad.org>
21534 Date:   Wed Nov 14 15:55:17 2012 -0800
21535
21536     Add test cases for Thai PUA shaping
21537
21538  .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST       |  1 +
21539  .../in-tree/shaper-thai/script-thai/misc/pua-shaping.txt      |
21540  11 +++++++++++
21541  2 files changed, 12 insertions(+)
21542
21543 commit 43f04a7456419153cb03e610a825056a47824780
21544 Author: Behdad Esfahbod <behdad@behdad.org>
21545 Date:   Wed Nov 14 15:51:54 2012 -0800
21546
21547     Move Thai shaper into a separate file
21548
21549  src/Makefile.am                                    |   3 +-
21550  ...plex-misc.cc => hb-ot-shape-complex-default.cc} | 114
21551  -----------------
21552  src/hb-ot-shape-complex-thai.cc                    | 141
21553  +++++++++++++++++++++
21554  3 files changed, 143 insertions(+), 115 deletions(-)
21555
21556 commit ba82325b7a6311b787ae47f41a56964e2f2cba9f
21557 Author: Behdad Esfahbod <behdad@behdad.org>
21558 Date:   Wed Nov 14 15:36:53 2012 -0800
21559
21560     Add note re 'Phags-pa letter U+A872, which is Joining_Type=L
21561
21562  src/hb-ot-shape-complex-arabic.cc | 1 +
21563  1 file changed, 1 insertion(+)
21564
21565 commit d469fadce8290c7dda559c5927dd19df65f91c1a
21566 Author: Behdad Esfahbod <behdad@behdad.org>
21567 Date:   Wed Nov 14 15:07:36 2012 -0800
21568
21569     [Indic] Exchange abort() for assert()
21570
21571  src/hb-ot-shape-complex-indic.cc | 7 ++++---
21572  1 file changed, 4 insertions(+), 3 deletions(-)
21573
21574 commit 0f80a89de99293ddbf0b8b815fe360677d057e38
21575 Author: Behdad Esfahbod <behdad@behdad.org>
21576 Date:   Wed Nov 14 15:05:19 2012 -0800
21577
21578     Don't route Kharoshthi through the Indic shaper
21579
21580     It's a simple, right-to-left, script.
21581
21582  src/hb-ot-shape-complex-private.hh | 2 +-
21583  1 file changed, 1 insertion(+), 1 deletion(-)
21584
21585 commit e67072bb179a5c17db04075de74215597fb43c82
21586 Author: Behdad Esfahbod <behdad@behdad.org>
21587 Date:   Wed Nov 14 15:00:53 2012 -0800
21588
21589     [Indic] Handle overstruck matra position
21590
21591  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
21592  1 file changed, 3 insertions(+), 3 deletions(-)
21593
21594 commit 7e99e4f0740e47efda5882604954cb7d12700a4b
21595 Author: Behdad Esfahbod <behdad@behdad.org>
21596 Date:   Wed Nov 14 14:09:46 2012 -0800
21597
21598     Reposition Lao marks
21599
21600     Lao marks are center-aligned, unlike Thai ones.
21601
21602  src/hb-ot-shape-fallback.cc | 4 ++--
21603  1 file changed, 2 insertions(+), 2 deletions(-)
21604
21605 commit 865745b5b87236651f5663cae3461db9cb505eed
21606 Author: Behdad Esfahbod <behdad@behdad.org>
21607 Date:   Wed Nov 14 13:48:26 2012 -0800
21608
21609     Don't do fallback positioning for Indic and Thai shapers
21610
21611  src/hb-ot-shape-complex-arabic.cc  |  1 +
21612  src/hb-ot-shape-complex-indic.cc   |  1 +
21613  src/hb-ot-shape-complex-misc.cc    |  2 ++
21614  src/hb-ot-shape-complex-private.hh |  1 +
21615  src/hb-ot-shape.cc                 | 20 +++++---------------
21616  5 files changed, 10 insertions(+), 15 deletions(-)
21617
21618 commit 981748cb2e9b48b77177b19ec1f972cab7afda89
21619 Author: Behdad Esfahbod <behdad@behdad.org>
21620 Date:   Wed Nov 14 13:38:16 2012 -0800
21621
21622     [Indic] If Khmer fonts have a 'liga' feature, use generic shaper
21623
21624     Seems to produce more coherent results than trying the Indic shaper on
21625     them.  I'm looking at you, Kh-* fonts...
21626
21627  src/hb-ot-shape-complex-private.hh | 21 +++++++++++++++++----
21628  1 file changed, 17 insertions(+), 4 deletions(-)
21629
21630 commit 6b19fa48621dbf36d471d5005f6ae20df350954f
21631 Author: Behdad Esfahbod <behdad@behdad.org>
21632 Date:   Wed Nov 14 11:38:50 2012 -0800
21633
21634     Adjust diff rule for the new hb-shape output format
21635
21636  test/shaping/hb_test_tools.py | 2 +-
21637  1 file changed, 1 insertion(+), 1 deletion(-)
21638
21639 commit dde5506fd963e3cec27c3389bb1fc092f86d1e06
21640 Author: Behdad Esfahbod <behdad@behdad.org>
21641 Date:   Wed Nov 14 11:37:04 2012 -0800
21642
21643     [Indic] Don't move virama with left matra
21644
21645     This is important for the Sinhala U+0DDA split matra since it
21646     decomposes
21647     to U+0DD9,U+0DCA where U+0DD9 is a left matra and U+0DCA is the
21648     virama.
21649     We don't want to move the virama with the left matra.
21650     TEST: U+0D9A,U+0DDA
21651
21652     Note that we were already doing this in the Uniscribe bug
21653     compatibility
21654     mode.  We now do it all the time.
21655
21656  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
21657  1 file changed, 6 insertions(+), 2 deletions(-)
21658
21659 commit 82c4d9880a2cd321f6426888511c5f0318f96ad5
21660 Author: Behdad Esfahbod <behdad@behdad.org>
21661 Date:   Wed Nov 14 10:56:02 2012 -0800
21662
21663     Add Sinhala test case for split matra U+0DDA
21664
21665  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt
21666  | 1 +
21667  1 file changed, 1 insertion(+)
21668
21669 commit d04b12853167d756a8cccaf4154f0fd894bce6de
21670 Author: Behdad Esfahbod <behdad@behdad.org>
21671 Date:   Wed Nov 14 10:53:10 2012 -0800
21672
21673     Fix test
21674
21675  test/api/test-buffer.c | 2 +-
21676  1 file changed, 1 insertion(+), 1 deletion(-)
21677
21678 commit 92f9bfed42f720c1fd78e795845542661aaf4f8a
21679 Author: Behdad Esfahbod <behdad@behdad.org>
21680 Date:   Tue Nov 13 16:50:45 2012 -0800
21681
21682     Minor
21683
21684  src/hb-buffer.h | 26 ++++++++++++++------------
21685  1 file changed, 14 insertions(+), 12 deletions(-)
21686
21687 commit 66ac2ff32e24f0d5658ca172147613081a133847
21688 Author: Behdad Esfahbod <behdad@behdad.org>
21689 Date:   Tue Nov 13 16:26:32 2012 -0800
21690
21691     API change: Remove "mask" from hb_buffer_add()
21692
21693     I don't expect anybody using hb_buffer_add(), so this shouldn't break
21694     anyone's code.
21695
21696  src/hb-buffer-private.hh | 1 -
21697  src/hb-buffer.cc         | 8 +++-----
21698  src/hb-buffer.h          | 1 -
21699  3 files changed, 3 insertions(+), 7 deletions(-)
21700
21701 commit 407f80d62589774f845ef1a6a0a7d841b09d57c6
21702 Author: Behdad Esfahbod <behdad@behdad.org>
21703 Date:   Tue Nov 13 15:33:27 2012 -0800
21704
21705     [util] Add --bot / --eot / --preserve-default-ignorables
21706
21707  util/options.cc |  3 +++
21708  util/options.hh | 12 ++++++++++++
21709  2 files changed, 15 insertions(+)
21710
21711 commit 78d41d8d69142ae95928b51215c0c0c5e3f5b3f0
21712 Author: Behdad Esfahbod <behdad@behdad.org>
21713 Date:   Tue Nov 13 15:15:09 2012 -0800
21714
21715     Minor
21716
21717  util/options.cc | 2 +-
21718  1 file changed, 1 insertion(+), 1 deletion(-)
21719
21720 commit 321f73c16efa0730c96e001d65268f4927a0f735
21721 Author: Behdad Esfahbod <behdad@behdad.org>
21722 Date:   Tue Nov 13 15:12:24 2012 -0800
21723
21724     [util] Add --text-before and --text-after to hb-shape / hb-view
21725
21726     Use with Arabic, for example, to see the effect on joining.
21727
21728  util/hb-ot-shape-closure.cc |  4 +++-
21729  util/main-font-text.hh      |  2 +-
21730  util/options.cc             |  2 ++
21731  util/options.hh             | 18 ++++++++++++++++--
21732  util/shape-consumer.hh      |  6 ++++--
21733  5 files changed, 26 insertions(+), 6 deletions(-)
21734
21735 commit e13f8d280bafc6a6b6e31e2eee587660b8333c56
21736 Author: Behdad Esfahbod <behdad@behdad.org>
21737 Date:   Tue Nov 13 15:12:06 2012 -0800
21738
21739     Fix UTF-8 backward iteration
21740
21741     Ouch!
21742
21743  src/hb-utf-private.hh | 4 ++--
21744  1 file changed, 2 insertions(+), 2 deletions(-)
21745
21746 commit 5669a6cf418f3a8b9281c36e9d662d843be80433
21747 Author: Behdad Esfahbod <behdad@behdad.org>
21748 Date:   Tue Nov 13 15:11:51 2012 -0800
21749
21750     [Arabic] Fix post-context handling
21751
21752     Ouch!
21753
21754  src/hb-ot-shape-complex-arabic.cc | 2 +-
21755  1 file changed, 1 insertion(+), 1 deletion(-)
21756
21757 commit 0c7df2222862122ebbdc8665a21d6771ef5e0252
21758 Author: Behdad Esfahbod <behdad@behdad.org>
21759 Date:   Tue Nov 13 14:42:35 2012 -0800
21760
21761     Add buffer flags
21762
21763     New API:
21764
21765         hb_buffer_flags_t
21766
21767         HB_BUFFER_FLAGS_DEFAULT
21768         HB_BUFFER_FLAG_BOT
21769         HB_BUFFER_FLAG_EOT
21770         HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES
21771
21772         hb_buffer_set_flags()
21773         hb_buffer_get_flags()
21774
21775     We use the BOT flag to decide whether to insert dottedcircle if the
21776     first char in the buffer is a combining mark.
21777
21778     The PRESERVE_DEFAULT_IGNORABLES flag prevents removal of characters
21779     like
21780     ZWNJ/ZWJ/...
21781
21782  src/hb-buffer-private.hh          |  1 +
21783  src/hb-buffer.cc                  | 18 ++++++++++++++++++
21784  src/hb-buffer.h                   | 13 +++++++++++++
21785  src/hb-ot-shape-complex-arabic.cc | 40
21786  ++++++++++++++++++++-------------------
21787  src/hb-ot-shape.cc                |  9 ++++++---
21788  test/api/test-buffer.c            |  9 +++++++++
21789  6 files changed, 68 insertions(+), 22 deletions(-)
21790
21791 commit 1c7e55511a870f2689680ca8f977e00879f3b3e3
21792 Author: Behdad Esfahbod <behdad@behdad.org>
21793 Date:   Tue Nov 13 14:42:22 2012 -0800
21794
21795     Minor fix
21796
21797     Ouch
21798
21799  src/hb-shape.cc | 2 +-
21800  1 file changed, 1 insertion(+), 1 deletion(-)
21801
21802 commit c8d4f8b0fe56ce909e3ca07f8a30cb4fb940868b
21803 Author: Behdad Esfahbod <behdad@behdad.org>
21804 Date:   Tue Nov 13 14:10:19 2012 -0800
21805
21806     Minor
21807
21808  test/api/test-object.c | 2 +-
21809  1 file changed, 1 insertion(+), 1 deletion(-)
21810
21811 commit 82ecaff736e245e117d70b6ec1497508c6eb08d2
21812 Author: Behdad Esfahbod <behdad@behdad.org>
21813 Date:   Tue Nov 13 13:57:52 2012 -0800
21814
21815     Add hb_buffer_clear()
21816
21817     Which is like _reset(), but does NOT clear unicode-funcs.
21818
21819  src/hb-buffer-private.hh |  1 +
21820  src/hb-buffer.cc         | 15 +++++++++++++++
21821  src/hb-buffer.h          |  4 ++++
21822  test/api/test-buffer.c   | 22 +++++++++++++++++++++-
21823  4 files changed, 41 insertions(+), 1 deletion(-)
21824
21825 commit da43a92b04929e93356ae393803ef101154d2267
21826 Author: Behdad Esfahbod <behdad@behdad.org>
21827 Date:   Tue Nov 13 13:48:26 2012 -0800
21828
21829     0.9.6
21830
21831  NEWS         | 28 ++++++++++++++++++++++++++++
21832  configure.ac |  2 +-
21833  2 files changed, 29 insertions(+), 1 deletion(-)
21834
21835 commit 0736915b8ed789a209205fec762997af3a8af89c
21836 Author: Behdad Esfahbod <behdad@behdad.org>
21837 Date:   Tue Nov 13 12:35:35 2012 -0800
21838
21839     [Indic] Decompose Sinhala split matras the way old HarfBuzz /
21840     Pango did
21841
21842     Had to do some refactoring to make this happen...
21843
21844     Under uniscribe bug compatibility mode, we still plit them
21845     Uniscrie-style, but Jonathan and I convinced ourselves that there
21846     is no
21847     harm doing this the Unicode way.  This change makes that happen, and
21848     unbreaks free Sinhala fonts.
21849
21850  src/hb-ot-shape-complex-arabic.cc    |   2 +
21851  src/hb-ot-shape-complex-indic.cc     |  74 +++++++++-
21852  src/hb-ot-shape-complex-misc.cc      | 133 ++++++++++++++++-
21853  src/hb-ot-shape-complex-private.hh   |  28 +++-
21854  src/hb-ot-shape-normalize-private.hh |   6 +-
21855  src/hb-ot-shape-normalize.cc         | 278
21856  ++++++++++-------------------------
21857  src/hb-ot-shape.cc                   |   5 +-
21858  7 files changed, 312 insertions(+), 214 deletions(-)
21859
21860 commit c8149ca85ed97112778590bc9f090f3ee0254100
21861 Author: Behdad Esfahbod <behdad@behdad.org>
21862 Date:   Tue Nov 13 11:07:20 2012 -0800
21863
21864     [hb-shape] Adjust postioning output format
21865
21866     1. If there is any offset (x or y), print out both x and y offsets.
21867
21868     2. Always print out the advance in the major direction of the buffer.
21869     Ie. even for zero-advance glyphs, print a "+0".  This is more
21870     intuitive.
21871
21872  util/options.cc | 13 +++++++------
21873  1 file changed, 7 insertions(+), 6 deletions(-)
21874
21875 commit 6fd5335622087e87739684f581aa9f88635ff970
21876 Author: Behdad Esfahbod <behdad@behdad.org>
21877 Date:   Mon Nov 12 18:42:18 2012 -0800
21878
21879     [Indic] Update auto-generated Indic machine to reflect previous commit
21880
21881  src/hb-ot-shape-complex-indic-machine.hh | 1126
21882  +++++++++++++++---------------
21883  1 file changed, 567 insertions(+), 559 deletions(-)
21884
21885 commit 9cac1338c4bc3e9034cbfa104291ed0329debefe
21886 Author: Behdad Esfahbod <behdad@behdad.org>
21887 Date:   Mon Nov 12 18:41:22 2012 -0800
21888
21889     [Indic] Allow Consonant_Medial's after Consonant's
21890
21891     Mostly affects Myanmar, but also Tai Tham, Javanese, and Cham.  The
21892     latter three are untested (no fonts!).
21893
21894  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
21895  src/hb-ot-shape-complex-indic-private.hh | 7 ++++---
21896  2 files changed, 6 insertions(+), 4 deletions(-)
21897
21898 commit d187099cbab8e75f870a2bc9c23b6a1cf226905e
21899 Author: Behdad Esfahbod <behdad@behdad.org>
21900 Date:   Mon Nov 12 18:38:06 2012 -0800
21901
21902     [Indic] Categorize Myanmar "tone marks" as nuktas
21903
21904  src/hb-ot-shape-complex-indic-private.hh | 2 +-
21905  1 file changed, 1 insertion(+), 1 deletion(-)
21906
21907 commit 8173f23f3f16972c2e8e0a120724533100acfda2
21908 Author: Behdad Esfahbod <behdad@behdad.org>
21909 Date:   Mon Nov 12 18:37:20 2012 -0800
21910
21911     [Indic] Add config for Myanmar
21912
21913  src/hb-ot-shape-complex-indic.cc | 2 ++
21914  1 file changed, 2 insertions(+)
21915
21916 commit 9e92978c8aa3d3cdab4d20c81698c56adbb3dbdd
21917 Author: Behdad Esfahbod <behdad@behdad.org>
21918 Date:   Mon Nov 12 18:36:10 2012 -0800
21919
21920     [Indic] Route "new" Myanmar tag through the Indic shaper
21921
21922     Windows 8 adds a Myanmar shaper using the 'mym2' tag.  Route that
21923     through the Indic shaper.  It's still very broken, but at least this
21924     does NOT break old-style Myanmar shaping using the generic shaper.
21925
21926  src/hb-ot-shape-complex-private.hh | 14 +++++++-------
21927  1 file changed, 7 insertions(+), 7 deletions(-)
21928
21929 commit 5ab3855f8106158ee7e68797e8c35e63e9216e5d
21930 Author: Behdad Esfahbod <behdad@behdad.org>
21931 Date:   Mon Nov 12 18:27:42 2012 -0800
21932
21933     Choose shaper based on chosen OT script tag
21934
21935     For Arabic and Indic shapers, if the font doesn't have a script system
21936     for the script, use default shaper.
21937
21938     Make an exception for Arabic script since we have fallback logic for
21939     that one.
21940
21941  src/hb-ot-map-private.hh           |  4 ++++
21942  src/hb-ot-shape-complex-private.hh | 11 +++++++++--
21943  2 files changed, 13 insertions(+), 2 deletions(-)
21944
21945 commit 9b37b4c5800b158f61602d2aba8a01349e24d251
21946 Author: Behdad Esfahbod <behdad@behdad.org>
21947 Date:   Mon Nov 12 18:23:38 2012 -0800
21948
21949     Make planner available to complex shaper choosing logic
21950
21951  src/hb-ot-shape-complex-private.hh | 4 ++--
21952  src/hb-ot-shape.cc                 | 2 +-
21953  2 files changed, 3 insertions(+), 3 deletions(-)
21954
21955 commit 6fddf2d7397411bba8a23ac535e8b851495d3105
21956 Author: Behdad Esfahbod <behdad@behdad.org>
21957 Date:   Mon Nov 12 17:57:24 2012 -0800
21958
21959     Refactoring ot-map building to make chosen script available earlier
21960
21961  src/hb-ot-map-private.hh   | 13 ++++++++----
21962  src/hb-ot-map.cc           | 51
21963  ++++++++++++++++++++++++++--------------------
21964  src/hb-ot-shape-private.hh |  4 ++--
21965  3 files changed, 40 insertions(+), 28 deletions(-)
21966
21967 commit f17ed8116e7b6429af3fa60bb43d5f4fac66eae3
21968 Author: Behdad Esfahbod <behdad@behdad.org>
21969 Date:   Mon Nov 12 17:48:26 2012 -0800
21970
21971     Minor TODO
21972
21973  TODO | 2 ++
21974  1 file changed, 2 insertions(+)
21975
21976 commit de796a6fb98f4deda276caa82266b7c830978e0b
21977 Author: Behdad Esfahbod <behdad@behdad.org>
21978 Date:   Mon Nov 12 17:27:51 2012 -0800
21979
21980     Add "new" Myanmar OT Script tag
21981
21982     Windows 8 added support for Myanmar shaping using the "mym2"
21983     script tag,
21984     even though Windows never supported the old "mymr" tag.
21985
21986  src/hb-ot-tag.cc       | 2 ++
21987  test/api/test-ot-tag.c | 1 +
21988  2 files changed, 3 insertions(+)
21989
21990 commit 27f52dc3f6bbb97594a44f27b180aed73d9e5608
21991 Author: Behdad Esfahbod <behdad@behdad.org>
21992 Date:   Mon Nov 12 16:54:03 2012 -0800
21993
21994     Add Myanmar tests from UTN#11
21995
21996  .../south-east-asian/script-myanmar/misc/MANIFEST  |  1 +
21997  .../south-east-asian/script-myanmar/misc/utn11.txt | 34
21998  ++++++++++++++++++++++
21999  2 files changed, 35 insertions(+)
22000
22001 commit e9334ce97bb7f1de87fb211bb5a8168033629b14
22002 Author: Behdad Esfahbod <behdad@behdad.org>
22003 Date:   Mon Nov 12 14:57:02 2012 -0800
22004
22005     Break build when ragel is needed and missing
22006
22007  src/Makefile.am | 2 +-
22008  1 file changed, 1 insertion(+), 1 deletion(-)
22009
22010 commit dba186711e3f5e723f917b7104e849c4c525d3b8
22011 Author: Behdad Esfahbod <behdad@behdad.org>
22012 Date:   Mon Nov 12 14:48:33 2012 -0800
22013
22014     [Indic] Make more room in the table
22015
22016     To be used in upcoming commits.
22017
22018  src/hb-ot-shape-complex-indic-private.hh | 10 +++++-----
22019  1 file changed, 5 insertions(+), 5 deletions(-)
22020
22021 commit c4be9917438c45b972ec76dc68409014110f0837
22022 Author: Behdad Esfahbod <behdad@behdad.org>
22023 Date:   Mon Nov 12 14:27:33 2012 -0800
22024
22025     Typo
22026
22027  src/hb-ot-shape-complex-indic.cc | 2 +-
22028  1 file changed, 1 insertion(+), 1 deletion(-)
22029
22030 commit 56be677781736bbedc80df6f6aaa2b5f0bc4041c
22031 Author: Behdad Esfahbod <behdad@behdad.org>
22032 Date:   Mon Nov 12 14:09:40 2012 -0800
22033
22034     [Indic] Port 'pref' logic to look into font tables
22035
22036     ...instead of using a hardcoded list of Ra characters.
22037
22038  src/hb-ot-shape-complex-indic.cc | 7 ++++---
22039  1 file changed, 4 insertions(+), 3 deletions(-)
22040
22041 commit f2c0f59043c93c225274fc0c8177077d16c89d61
22042 Author: Behdad Esfahbod <behdad@behdad.org>
22043 Date:   Mon Nov 12 14:02:02 2012 -0800
22044
22045     [Indic] Port reph handling logic to look into font features
22046
22047     ...instead of using a hardcoded list of Ra characters.
22048
22049  src/hb-ot-shape-complex-indic.cc | 48
22050  +++++++++++++++++++++++++---------------
22051  1 file changed, 30 insertions(+), 18 deletions(-)
22052
22053 commit 43149afbc0007ea075a7017c0e56056c3c0f3614
22054 Author: Behdad Esfahbod <behdad@behdad.org>
22055 Date:   Mon Nov 12 13:34:17 2012 -0800
22056
22057     Route MEETEI_MAYEK through the Indic shaper
22058
22059     Since it has a couple of left-"matras".
22060
22061  src/hb-ot-shape-complex-private.hh | 5 ++---
22062  1 file changed, 2 insertions(+), 3 deletions(-)
22063
22064 commit d0905c3400085f9c0901c558ba1b81b5039510e4
22065 Author: Behdad Esfahbod <behdad@behdad.org>
22066 Date:   Mon Nov 12 13:02:20 2012 -0800
22067
22068     Minor
22069
22070  src/hb-ot-head-table.hh | 2 +-
22071  1 file changed, 1 insertion(+), 1 deletion(-)
22072
22073 commit 365f27ab5ba025bf1be6a882ed213c695cbfed7e
22074 Author: Behdad Esfahbod <behdad@behdad.org>
22075 Date:   Mon Nov 12 11:16:57 2012 -0800
22076
22077     Work around older compilers
22078
22079     As reported on the list:
22080
22081     I am seeing a similar problem building harfbuzz 0.9.5 with Apple gcc
22082     4.0.1 on OS X 10.5 Leopard:
22083
22084     hb-ot-layout-common-private.hh:406: error: 'struct
22085     OT::CoverageFormat1::Iter' is private
22086     hb-ot-layout-common-private.hh:646: error: within this context
22087     hb-ot-layout-common-private.hh:500: error: 'struct
22088     OT::CoverageFormat2::Iter' is private
22089     hb-ot-layout-common-private.hh:647: error: within this context
22090     make[4]: *** [libharfbuzz_la-hb-ot-layout.lo] Error 1
22091
22092     Also reported as happening with MSVC 2005.
22093
22094  src/hb-ot-layout-common-private.hh | 6 ++++++
22095  1 file changed, 6 insertions(+)
22096
22097 commit 6b389ddc3623d042ded4731f4d62dc354002fdd0
22098 Author: Behdad Esfahbod <behdad@behdad.org>
22099 Date:   Mon Nov 12 11:02:56 2012 -0800
22100
22101     [Indic] Don't apply 'liga'
22102
22103     Uniscribe doesn't.  And some fonts abuse this feature to get Indic
22104     shaping working in non-complex applications like Adobe's apps.
22105
22106     No change in numbers:
22107
22108     BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
22109     DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
22110     GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
22111     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
22112     KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
22113     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
22114     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
22115     MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed
22116     (0.0308108%)
22117     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
22118     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
22119     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
22120     TELUGU: 970557 out of 970573 tests passed. 16 failed (0.00164851%)
22121     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
22122
22123  src/hb-ot-shape-complex-indic.cc | 2 ++
22124  1 file changed, 2 insertions(+)
22125
22126 commit d05ac7dc3f2949e85f1fe996315b31b7aae370fe
22127 Author: Behdad Esfahbod <behdad@behdad.org>
22128 Date:   Mon Nov 12 10:26:50 2012 -0800
22129
22130     Fix hb-ft glyph name for broken fonts that return empty glyph names
22131
22132  src/hb-ft.cc | 2 +-
22133  1 file changed, 1 insertion(+), 1 deletion(-)
22134
22135 commit 3bc22eb7b843c77706bb13fc332009097f247813
22136 Author: Behdad Esfahbod <behdad@behdad.org>
22137 Date:   Mon Nov 12 10:07:28 2012 -0800
22138
22139     Minor
22140
22141  util/options.cc | 2 +-
22142  1 file changed, 1 insertion(+), 1 deletion(-)
22143
22144 commit 4899801155cc0fef7a8aa58c33ac2d30ba34bcc3
22145 Author: Behdad Esfahbod <behdad@behdad.org>
22146 Date:   Thu Nov 8 15:08:26 2012 -0800
22147
22148     U+A872 PHAGS-PA SUPERFIXED LETTER RA is "Right"-Joining
22149
22150  src/hb-ot-shape-complex-arabic.cc | 3 +++
22151  1 file changed, 3 insertions(+)
22152
22153 commit 22a685836a59d1c02914761c02d3852810b83ec5
22154 Author: Behdad Esfahbod <behdad@behdad.org>
22155 Date:   Mon Nov 5 15:20:10 2012 -0800
22156
22157     Adjust Mongolian shaping
22158
22159     For U+1880..U+1886 Uniscribe thinks they are non-joining.
22160     For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
22161     For now, match Uniscribe.
22162
22163  src/hb-ot-shape-complex-arabic.cc | 3 +++
22164  1 file changed, 3 insertions(+)
22165
22166 commit e6b86c8519f894bf7fe18d5c143276521fcacece
22167 Author: Behdad Esfahbod <behdad@behdad.org>
22168 Date:   Mon Nov 5 15:18:49 2012 -0800
22169
22170     Add test for non-joining Mongolian letters
22171
22172     For U+1880..U+1886 Uniscribe thinks they are non-joining.
22173     For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
22174
22175  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST    | 1 +
22176  .../in-tree/shaper-arabic/script-mongolian/misc/non-joining.txt   |
22177  8 ++++++++
22178  2 files changed, 9 insertions(+)
22179
22180 commit c26a52fbe62e5ba4d0e1e2ba13bfb6ceb3f773dc
22181 Author: Behdad Esfahbod <behdad@behdad.org>
22182 Date:   Sun Nov 4 16:48:45 2012 -0800
22183
22184     Minor
22185
22186  src/hb-ot-shape-fallback.cc | 2 +-
22187  1 file changed, 1 insertion(+), 1 deletion(-)
22188
22189 commit f60d3ed35d94f1adcfd73ca05d03d7e81fb5de03
22190 Author: Behdad Esfahbod <behdad@behdad.org>
22191 Date:   Sun Nov 4 16:44:47 2012 -0800
22192
22193     Minor
22194
22195  src/hb-set-private.hh | 2 +-
22196  1 file changed, 1 insertion(+), 1 deletion(-)
22197
22198 commit f5e55754f962184d2fb7dcab837cdba56e8c7731
22199 Author: Behdad Esfahbod <behdad@behdad.org>
22200 Date:   Fri Nov 2 13:53:18 2012 -0700
22201
22202     Add Tifinagh test data
22203
22204  test/shaping/texts/in-tree/shaper-default/MANIFEST            |  2 ++
22205  .../texts/in-tree/shaper-default/script-tifinagh/MANIFEST     |  1 +
22206  .../in-tree/shaper-default/script-tifinagh/misc/MANIFEST      |  1 +
22207  .../in-tree/shaper-default/script-tifinagh/misc/misc.txt      |
22208  11 +++++++++++
22209  4 files changed, 15 insertions(+)
22210
22211 commit 10a33296e674ee84b9ed2df25cf373de7d020b8d
22212 Author: Behdad Esfahbod <behdad@behdad.org>
22213 Date:   Fri Nov 2 13:38:55 2012 -0700
22214
22215     Minor
22216
22217  src/hb-ot-tag.cc | 2 ++
22218  1 file changed, 2 insertions(+)
22219
22220 commit c21498afd857e78230f761ee5c9e73adece89dd0
22221 Author: Behdad Esfahbod <behdad@behdad.org>
22222 Date:   Fri Nov 2 10:21:26 2012 -0700
22223
22224     Add Mongolian and 'Phags-pa joining test cases
22225
22226  test/shaping/texts/in-tree/shaper-arabic/MANIFEST          |  1 +
22227  .../in-tree/shaper-arabic/script-mongolian/misc/misc.txt   |  3 +++
22228  .../texts/in-tree/shaper-arabic/script-phags-pa/MANIFEST   |  1 +
22229  .../in-tree/shaper-arabic/script-phags-pa/misc/MANIFEST    |  1 +
22230  .../in-tree/shaper-arabic/script-phags-pa/misc/misc.txt    | 14
22231  ++++++++++++++
22232  5 files changed, 20 insertions(+)
22233
22234 commit 3ba7bc14ea652d27639f34109e51a497a678a54a
22235 Author: Behdad Esfahbod <behdad@behdad.org>
22236 Date:   Thu Nov 1 20:05:04 2012 -0700
22237
22238     Implement 'Phags-pa shaping
22239
22240     Through the Arabic shaper.  It's similar to Mongolian.
22241
22242  src/hb-ot-shape-complex-arabic.cc  | 15 ++++++++++++---
22243  src/hb-ot-shape-complex-private.hh |  4 +---
22244  2 files changed, 13 insertions(+), 6 deletions(-)
22245
22246 commit 431bef2e16c7888ca3960f5797432d3a20903550
22247 Author: Behdad Esfahbod <behdad@behdad.org>
22248 Date:   Thu Nov 1 16:26:01 2012 -0700
22249
22250     Minor build fix
22251
22252  test/api/Makefile.am | 10 +++++++++-
22253  1 file changed, 9 insertions(+), 1 deletion(-)
22254
22255 commit da70111ab234e8b740ce6fb1789a1809fbec0c44
22256 Author: Behdad Esfahbod <behdad@behdad.org>
22257 Date:   Wed Oct 31 13:45:30 2012 -0700
22258
22259     Don't clear buffer pre-context if no new context is being provided
22260
22261     Patch from Jonathan Kew.
22262
22263     Part of fixing:
22264
22265     Mozilla Bug 801410 - avoid inserting dotted-circle for run-initial
22266     Unicode combining characters in "simple" scripts such as Latin
22267
22268     https://bugzilla.mozilla.org/show_bug.cgi?id=801410
22269
22270  src/hb-buffer.cc | 9 ++++++++-
22271  1 file changed, 8 insertions(+), 1 deletion(-)
22272
22273 commit 0bc7a38463bfb37f12efeb1b8cb2024cf4a347bc
22274 Author: Behdad Esfahbod <behdad@behdad.org>
22275 Date:   Mon Oct 29 22:02:45 2012 -0700
22276
22277     [OT] Fix ReverseChainingSubst
22278
22279     We should make it clear that we don't want output buffer in this case,
22280     otherwise buffer->backtrack_len() would be wrong.
22281
22282  src/hb-buffer-private.hh       |  1 +
22283  src/hb-buffer.cc               | 13 +++++++++++++
22284  src/hb-ot-layout-gsub-table.hh |  1 +
22285  3 files changed, 15 insertions(+)
22286
22287 commit 2616689d159024d2b1cb1e68f9936b2129bf9be6
22288 Author: Behdad Esfahbod <behdad@behdad.org>
22289 Date:   Mon Oct 29 21:51:56 2012 -0700
22290
22291     More tracing fixups
22292
22293  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++++------
22294  1 file changed, 7 insertions(+), 6 deletions(-)
22295
22296 commit 937f8d3871863b8b1ed1d8900cf41999d92ba30f
22297 Author: Behdad Esfahbod <behdad@behdad.org>
22298 Date:   Mon Oct 29 21:49:33 2012 -0700
22299
22300     [Arabic] Enable dlig and mset for Arabic
22301
22302     That's what the spec says, and what Uniscribe does.
22303
22304  src/hb-ot-shape-complex-arabic.cc | 3 ++-
22305  1 file changed, 2 insertions(+), 1 deletion(-)
22306
22307 commit 911ed096980630fd4a37bf2024036daae13a6056
22308 Author: Behdad Esfahbod <behdad@behdad.org>
22309 Date:   Mon Oct 29 19:42:19 2012 -0700
22310
22311     Ignore gid0 in test results
22312
22313  test/shaping/hb_test_tools.py | 1 +
22314  1 file changed, 1 insertion(+)
22315
22316 commit bc513add7999baf32f126ceebbd318105ee66985
22317 Author: Behdad Esfahbod <behdad@behdad.org>
22318 Date:   Mon Oct 29 19:03:55 2012 -0700
22319
22320     Add missing TRACE_RETURN
22321
22322  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
22323  1 file changed, 1 insertion(+), 1 deletion(-)
22324
22325 commit 10b88d89ef1efcfddbbfabd3669399b472c8a900
22326 Author: Behdad Esfahbod <behdad@behdad.org>
22327 Date:   Mon Oct 29 18:18:24 2012 -0700
22328
22329     Add Ethiopic test case
22330
22331     This sequence: U+120B,U+135F,U+120B with the Nyala font from Win7
22332     exposes a GPOS bug in Uniscribe, in that the positioned mark is
22333     wrongly
22334     moved as a result a following kern.
22335
22336     This is the one "failure" in the Ethiopic test suite :-).
22337
22338     ETHIOPIC: 118900 out of 118901 tests passed. 1 failed (0.000841036%)
22339
22340  test/shaping/texts/in-tree/shaper-default/script-ethiopic/MANIFEST      |
22341  1 +
22342  test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/MANIFEST |
22343  1 +
22344  test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/misc.txt |
22345  1 +
22346  3 files changed, 3 insertions(+)
22347
22348 commit 88d3c98e309e14c3115825d1d8d40d0b3eec2d97
22349 Author: Behdad Esfahbod <behdad@behdad.org>
22350 Date:   Mon Oct 29 16:27:02 2012 -0700
22351
22352     [Indic] Position pre-base reordering Ra after Chillus in Malayalam
22353
22354     The logic for pre-base reordering follows the left matra logic.
22355     We had an exception for Malayalam/Tamil in the left matra
22356     repositioning
22357     which was not reflected in pre-base reordering.
22358
22359     Malayalam failures down from 337 to 323.
22360
22361     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
22362     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
22363     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
22364     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
22365     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
22366     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
22367     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
22368     MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed
22369     (0.0308108%)
22370     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
22371     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
22372     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
22373     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
22374     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
22375
22376  src/hb-ot-shape-complex-indic.cc | 35 +++++++++++++++++++++--------------
22377  1 file changed, 21 insertions(+), 14 deletions(-)
22378
22379 commit 21bf796954678d02f136709cade43adef6f8f42b
22380 Author: Behdad Esfahbod <behdad@behdad.org>
22381 Date:   Mon Oct 29 14:21:09 2012 -0700
22382
22383     Add missed file
22384
22385  src/hb-ucdn/COPYING | 13 +++++++++++++
22386  1 file changed, 13 insertions(+)
22387
22388 commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80
22389 Author: Behdad Esfahbod <behdad@behdad.org>
22390 Date:   Mon Oct 29 10:56:04 2012 -0700
22391
22392     Include config.h.in in tree
22393
22394     I typically don't like including generating files in tree.
22395     But like to
22396     make an exception for this, since this forms the canonical list of
22397     options one would need to go through when building with alternative
22398     build systems.
22399
22400  Makefile.am |   1 -
22401  config.h.in | 160
22402  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
22403  2 files changed, 160 insertions(+), 1 deletion(-)
22404
22405 commit 02ed52169ad3bb48f4989f721b0c6572e064a712
22406 Author: Behdad Esfahbod <behdad@behdad.org>
22407 Date:   Sun Oct 28 21:26:19 2012 -0700
22408
22409     Improve license information
22410
22411  COPYING                   | 2 ++
22412  src/hb-icu-le/COPYING     | 2 ++
22413  src/hb-icu-le/Makefile.am | 2 +-
22414  src/hb-ucdn/Makefile.am   | 2 +-
22415  src/hb-ucdn/README        | 7 +++++++
22416  5 files changed, 13 insertions(+), 2 deletions(-)
22417
22418 commit 4c1d9244617e472464722e64d2cdbc1f9e8827f6
22419 Author: Behdad Esfahbod <behdad@behdad.org>
22420 Date:   Sun Oct 28 20:27:25 2012 -0700
22421
22422     Minor
22423
22424  src/hb-icu-le.cc | 2 +-
22425  1 file changed, 1 insertion(+), 1 deletion(-)
22426
22427 commit 38b015e57ffa75d3b078a368c23685beb7c3f946
22428 Author: Behdad Esfahbod <behdad@behdad.org>
22429 Date:   Sun Oct 28 20:11:47 2012 -0700
22430
22431     Fix hb_buffer_set_length(buffer, 0)
22432
22433     Was causing invalid realloc()s.
22434
22435  src/hb-buffer.cc | 2 +-
22436  1 file changed, 1 insertion(+), 1 deletion(-)
22437
22438 commit b7115b63be72e109b51f538ba581aed1017b2d55
22439 Author: Behdad Esfahbod <behdad@behdad.org>
22440 Date:   Sun Oct 28 20:11:42 2012 -0700
22441
22442     Add XXX
22443
22444  src/hb-icu-le.cc | 1 +
22445  1 file changed, 1 insertion(+)
22446
22447 commit 71ee1f24503cd066ffc1a36cc5dd9a3c1d1a6dfd
22448 Author: Behdad Esfahbod <behdad@behdad.org>
22449 Date:   Sun Oct 28 19:18:11 2012 -0700
22450
22451     Port to ICU LayoutEngine C API
22452
22453     Incidentally, this makes it not crash with icu-le-hb anymore...
22454     I'm not smart / stupid enough to spend two more days debugging C++
22455     linking issues, and this is ABI-stable at least.
22456
22457  src/hb-icu-le.cc | 31 ++++++++++++++++---------------
22458  1 file changed, 16 insertions(+), 15 deletions(-)
22459
22460 commit 0144f05e57088b30ac894cdae8b04b265d4dfbe7
22461 Author: Behdad Esfahbod <behdad@behdad.org>
22462 Date:   Fri Oct 26 13:48:06 2012 -0700
22463
22464     Remove unused members
22465
22466  src/hb-icu-le/PortableFontInstance.h | 3 ---
22467  1 file changed, 3 deletions(-)
22468
22469 commit cf3afd8979b1db76d437f428cbd51cb363e0d18e
22470 Author: Behdad Esfahbod <behdad@behdad.org>
22471 Date:   Thu Oct 25 16:32:54 2012 -0700
22472
22473     Rename and revamp is_zero_width() to be is_default_ignorable()
22474
22475     That's really the logic desired.  Except that MONGOLIAN VOWEL
22476     SEPARATOR
22477     is not default_ignorable but it really should be.  Reported to
22478     Unicode.
22479
22480     Based on suggestion from Konstantin Ritt.
22481
22482  src/hb-fallback-shape.cc   |  2 +-
22483  src/hb-ot-shape-private.hh |  4 +--
22484  src/hb-ot-shape.cc         |  2 +-
22485  src/hb-unicode-private.hh  | 90
22486  +++++++++++++++++++++++++++++-----------------
22487  4 files changed, 62 insertions(+), 36 deletions(-)
22488
22489 commit a724139e641bf1592b1ff786a75a9de2ea8163cf
22490 Author: Behdad Esfahbod <behdad@behdad.org>
22491 Date:   Wed Oct 24 14:02:15 2012 -0700
22492
22493     Update TODO
22494
22495  TODO | 14 ++++++++++----
22496  1 file changed, 10 insertions(+), 4 deletions(-)
22497
22498 commit 13c058472913b7b6d689f9022226079da65420b0
22499 Author: Behdad Esfahbod <behdad@behdad.org>
22500 Date:   Sun Oct 14 18:37:09 2012 -0500
22501
22502     0.9.5
22503
22504  NEWS         | 23 +++++++++++++++++++++++
22505  configure.ac |  2 +-
22506  2 files changed, 24 insertions(+), 1 deletion(-)
22507
22508 commit fecdfa95daf4916695f23e7dab89ab363be11b89
22509 Author: Behdad Esfahbod <behdad@behdad.org>
22510 Date:   Sun Oct 7 17:19:58 2012 -0400
22511
22512     Fixup hb_ot_shape_closure()
22513
22514     Broke it when merged cmap mapping and normalizer.  Ouch!
22515
22516  src/hb-ot-shape.cc | 2 +-
22517  1 file changed, 1 insertion(+), 1 deletion(-)
22518
22519 commit 2d1dcb3ce3354c2d5e2b4d1d291beb8d23cdea22
22520 Author: Behdad Esfahbod <behdad@behdad.org>
22521 Date:   Sun Oct 7 17:13:46 2012 -0400
22522
22523     Mark debug message functions static
22524
22525  src/hb-private.hh | 6 +++---
22526  1 file changed, 3 insertions(+), 3 deletions(-)
22527
22528 commit 9947bd6daffb5ec76b67536575e7617ba4f10b1e
22529 Author: Behdad Esfahbod <behdad@behdad.org>
22530 Date:   Tue Oct 2 20:44:43 2012 -0400
22531
22532     Update UCDN to upstream commit
22533     3f159c87824230b59af56e40e2db32caf6afa51a
22534
22535     - Unicode 6.2.0 goodness,
22536     - Unassigned codepoints now have correct properties.  Passes test
22537     suite.
22538
22539  src/hb-ucdn/unicodedata_db.h | 1966
22540  ++++++++++++++++++++++--------------------
22541  1 file changed, 1036 insertions(+), 930 deletions(-)
22542
22543 commit 32dbfcf763d1ae497d3c95de986a83441331678f
22544 Author: Behdad Esfahbod <behdad@behdad.org>
22545 Date:   Tue Oct 2 17:42:13 2012 -0400
22546
22547     Fix visibility of UCDN symbols
22548
22549  src/hb-ucdn.cc     |  2 --
22550  src/hb-ucdn/ucdn.h | 19 +++++++++++++++++++
22551  2 files changed, 19 insertions(+), 2 deletions(-)
22552
22553 commit 3f33f0d1f2603f22e86adffe3c3836136ba5e5fd
22554 Author: Behdad Esfahbod <behdad@behdad.org>
22555 Date:   Tue Oct 2 16:03:18 2012 -0400
22556
22557     Import UCDN into source tree
22558
22559     https://github.com/grigorig/ucdn
22560
22561  configure.ac                 |   11 +-
22562  src/Makefile.am              |    7 +
22563  src/hb-ucdn.cc               |  207 ++
22564  src/hb-ucdn/Makefile.am      |   18 +
22565  src/hb-ucdn/README           |   33 +
22566  src/hb-ucdn/ucdn.c           |  282 +++
22567  src/hb-ucdn/ucdn.h           |  290 +++
22568  src/hb-ucdn/unicodedata_db.h | 4648
22569  ++++++++++++++++++++++++++++++++++++++++++
22570  src/hb-unicode.cc            |    3 +
22571  9 files changed, 5498 insertions(+), 1 deletion(-)
22572
22573 commit 0e292eb2a2abbac152eeea2060e58b7a66449745
22574 Author: Behdad Esfahbod <behdad@behdad.org>
22575 Date:   Tue Oct 2 14:59:00 2012 -0400
22576
22577     Remove Glib thread-safety support
22578
22579     Now that we have pthread detection in configure, we don't need Glib
22580     anymore.  Glib will only be a Unicode data provider.
22581
22582  configure.ac             |  8 ++++----
22583  src/hb-atomic-private.hh | 13 -------------
22584  src/hb-mutex-private.hh  | 20 --------------------
22585  3 files changed, 4 insertions(+), 37 deletions(-)
22586
22587 commit 66efe896483c58f3ef9bd218c02bb7ea604f68ee
22588 Author: Behdad Esfahbod <behdad@behdad.org>
22589 Date:   Tue Oct 2 14:55:32 2012 -0400
22590
22591     Check for pthreads
22592
22593  configure.ac    | 7 +++++++
22594  src/Makefile.am | 5 +++++
22595  2 files changed, 12 insertions(+)
22596
22597 commit 10a8162dddb8b39ae130fe5bb7d1819471fa7e06
22598 Author: Behdad Esfahbod <behdad@behdad.org>
22599 Date:   Tue Oct 2 14:46:34 2012 -0400
22600
22601     Add ax_pthread.m4
22602
22603  m4/ax_pthread.m4 | 309
22604  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
22605  1 file changed, 309 insertions(+)
22606
22607 commit 8ac34bc6ff1d0646503a45659b1846d8cf9c0603
22608 Author: Behdad Esfahbod <behdad@behdad.org>
22609 Date:   Tue Oct 2 14:46:04 2012 -0400
22610
22611     Add pkg.m4 to git repo
22612
22613  m4/pkg.m4 | 157
22614  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
22615  1 file changed, 157 insertions(+)
22616
22617 commit c7afac0aa6e51e6a49ebf13f72537398698c9e49
22618 Author: Behdad Esfahbod <behdad@behdad.org>
22619 Date:   Tue Oct 2 14:44:47 2012 -0400
22620
22621     Add AC_CONFIG_MACRODIR
22622
22623  Makefile.am  | 2 ++
22624  configure.ac | 2 ++
22625  2 files changed, 4 insertions(+)
22626
22627 commit f2eb3fa9dca8d21fae20c9b9dddad3245df74a05
22628 Author: Behdad Esfahbod <behdad@behdad.org>
22629 Date:   Tue Sep 25 21:35:35 2012 -0400
22630
22631     [OT] Only insert dottedcircle if at the beginning of paragraph
22632
22633     If the first char in the run is a combining mark, but there is text
22634     before the run, don't insert dottedcircle.
22635
22636     Part of addressing:
22637     https://bugzilla.redhat.com/show_bug.cgi?id=858736
22638
22639  src/hb-ot-shape.cc | 6 ++----
22640  1 file changed, 2 insertions(+), 4 deletions(-)
22641
22642 commit bdc2fc8294da7f374701aafe9f5a82d60633946f
22643 Author: Behdad Esfahbod <behdad@behdad.org>
22644 Date:   Tue Sep 25 21:32:35 2012 -0400
22645
22646     [Arabic] Respect Arabic joining from neighboring context
22647
22648     Now we respect Arabic joining across runs.
22649
22650  src/hb-ot-shape-complex-arabic.cc | 31 +++++++++++++++++++++++++++++--
22651  1 file changed, 29 insertions(+), 2 deletions(-)
22652
22653 commit 05207a79e0ae1769c5feaebe3fd99bdf9cfcf834
22654 Author: Behdad Esfahbod <behdad@behdad.org>
22655 Date:   Tue Sep 25 17:44:53 2012 -0400
22656
22657     [buffer] Save pre/post textual context
22658
22659     To be used for a variety of purposes.  We save up to five characters
22660     in each direction.  No public API changes, everything is taken care
22661     of already.  All clients need to do is to call hb_buffer_add_utf* with
22662     the full text + segment info (or at least some context) instead of
22663     just passing in the segment.
22664
22665     Various operations (hb_buffer_reset, hb_buffer_set_length,
22666     hb_buffer_add*) automatically reset the relevant contexts.
22667
22668  src/hb-buffer-private.hh | 13 ++++++++++++-
22669  src/hb-buffer.cc         | 44
22670  ++++++++++++++++++++++++++++++++++++++++----
22671  src/hb-buffer.h          |  2 +-
22672  3 files changed, 53 insertions(+), 6 deletions(-)
22673
22674 commit 89ac39dbbe028e6379f64392f2e590e3f1fdd847
22675 Author: Behdad Esfahbod <behdad@behdad.org>
22676 Date:   Tue Sep 25 13:59:24 2012 -0400
22677
22678     Add hb_utf_prev()
22679
22680  src/hb-utf-private.hh | 71
22681  +++++++++++++++++++++++++++++++++++++++++++++++++--
22682  1 file changed, 69 insertions(+), 2 deletions(-)
22683
22684 commit 70ea4ac6887c7057113d714a98e55738b6196562
22685 Author: Behdad Esfahbod <behdad@behdad.org>
22686 Date:   Tue Sep 25 12:30:16 2012 -0400
22687
22688     Slightly optimize UTF-8 parsing
22689
22690  src/hb-utf-private.hh | 4 ++--
22691  1 file changed, 2 insertions(+), 2 deletions(-)
22692
22693 commit 4445e5e2ecc257a5d0fa2f2715bb7181a47346da
22694 Author: Behdad Esfahbod <behdad@behdad.org>
22695 Date:   Tue Sep 25 12:26:12 2012 -0400
22696
22697     [buffer] Cleanup / optimize UTF-16 parsing a bit
22698
22699  src/hb-utf-private.hh | 12 +++++++-----
22700  1 file changed, 7 insertions(+), 5 deletions(-)
22701
22702 commit 1f66c3c1a0eb869c0d85a015235313177e0cec62
22703 Author: Behdad Esfahbod <behdad@behdad.org>
22704 Date:   Tue Sep 25 11:42:16 2012 -0400
22705
22706     Add hb_utf_strlen()
22707
22708     Speeds up UTF-8 parsing by calling strlen().
22709
22710  src/hb-buffer.cc      | 13 ++-----------
22711  src/hb-utf-private.hh | 22 ++++++++++++++++++++++
22712  2 files changed, 24 insertions(+), 11 deletions(-)
22713
22714 commit 7f19ae7b9f806a2e35206b2ad41651c5f80b2537
22715 Author: Behdad Esfahbod <behdad@behdad.org>
22716 Date:   Tue Sep 25 11:22:28 2012 -0400
22717
22718     [buffer] Templatize UTF handling
22719
22720     Also move UTF routines into a separate file, to be reused from shapers
22721     that need it.
22722
22723  src/Makefile.am       |   1 +
22724  src/hb-buffer.cc      | 157
22725  +++++++++++++-------------------------------------
22726  src/hb-utf-private.hh | 113 ++++++++++++++++++++++++++++++++++++
22727  3 files changed, 155 insertions(+), 116 deletions(-)
22728
22729 commit 0e0a4da9b7677a09e00d27313236e1f333864dd6
22730 Author: Behdad Esfahbod <behdad@behdad.org>
22731 Date:   Tue Sep 25 11:09:04 2012 -0400
22732
22733     [buffer] Towards template'izing different UTF adders
22734
22735  src/hb-buffer.cc | 11 ++++++++++-
22736  1 file changed, 10 insertions(+), 1 deletion(-)
22737
22738 commit 7d37280600c157f3c4eae8746e99511702a58e8f
22739 Author: Behdad Esfahbod <behdad@behdad.org>
22740 Date:   Tue Sep 25 11:04:41 2012 -0400
22741
22742     Minor
22743
22744  src/hb-buffer.cc | 2 +-
22745  1 file changed, 1 insertion(+), 1 deletion(-)
22746
22747 commit 54d5da4ee9d902ff36473cec558137eef8f23825
22748 Author: Behdad Esfahbod <behdad@behdad.org>
22749 Date:   Tue Sep 25 10:50:41 2012 -0400
22750
22751     Remove unused indic.cc
22752
22753  src/Makefile.am |  6 +-----
22754  src/indic.cc    | 51 ---------------------------------------------------
22755  2 files changed, 1 insertion(+), 56 deletions(-)
22756
22757 commit fab7a71f110ed646745d54b23284537c50058c21
22758 Author: Behdad Esfahbod <behdad@behdad.org>
22759 Date:   Mon Sep 24 21:51:13 2012 -0400
22760
22761     [Indic] Import ragel-generated Indic machine in git
22762
22763     I don't expect ragel to be creating too much noise in its generated
22764     output, and including this in-tree helps users right now.  We can
22765     revisit this later if it proved to be too much trouble.
22766
22767  autogen.sh                               |    6 -
22768  src/Makefile.am                          |    1 -
22769  src/hb-ot-shape-complex-indic-machine.hh | 1314
22770  ++++++++++++++++++++++++++++++
22771  3 files changed, 1314 insertions(+), 7 deletions(-)
22772
22773 commit 20a840c7cd08069720050782b4533cde505df09a
22774 Author: Behdad Esfahbod <behdad@behdad.org>
22775 Date:   Mon Sep 24 20:23:00 2012 -0400
22776
22777     Use a C++ linker on Windows
22778
22779     On Windows we don't care whether or not we link to libstdc++.
22780     Seems to fix build with mingw32 on msys, as reported by Werner.
22781
22782  src/Makefile.am | 6 ++++--
22783  1 file changed, 4 insertions(+), 2 deletions(-)
22784
22785 commit eb7669a38072b66eef3bd905a93c4815bef3f0e5
22786 Author: Behdad Esfahbod <behdad@behdad.org>
22787 Date:   Tue Sep 18 19:42:06 2012 -0400
22788
22789     Better autofoo
22790
22791  src/Makefile.am | 5 +----
22792  1 file changed, 1 insertion(+), 4 deletions(-)
22793
22794 commit d00f7d83750258eff915a3826700c4819e63e481
22795 Author: Behdad Esfahbod <behdad@behdad.org>
22796 Date:   Mon Sep 17 20:59:09 2012 -0400
22797
22798     Fix dependencies
22799
22800  src/Makefile.am | 5 ++++-
22801  1 file changed, 4 insertions(+), 1 deletion(-)
22802
22803 commit 811eefe225d20b20f1de20c6e62a0ebd6d89102a
22804 Author: Behdad Esfahbod <behdad@behdad.org>
22805 Date:   Mon Sep 10 09:56:27 2012 -0400
22806
22807     Return NULL, not false
22808
22809     Oh well...
22810
22811  src/hb-open-type-private.hh | 2 +-
22812  1 file changed, 1 insertion(+), 1 deletion(-)
22813
22814 commit 166b5cf7ec2d37fb54a909c437ccdec1edaf37aa
22815 Author: Behdad Esfahbod <behdad@behdad.org>
22816 Date:   Fri Sep 7 14:55:07 2012 -0400
22817
22818     [Indic] Find syllables before any features are applied
22819
22820     With FreeSerif, it seems that the 'ccmp' feature does ligature
22821     substituttions.  That was then causing syllable match failures.
22822     We now
22823     find syllables before any features have been applied.
22824
22825     Test sequence: U+0D9A,U+0DCA,U+200D,U+0DBB,U+0DCF
22826
22827  src/hb-ot-shape-complex-indic-machine.rl           |  4 +-
22828  src/hb-ot-shape-complex-indic.cc                   | 56
22829  +++++++++++++++-------
22830  .../indic/script-sinhala/misc/misc.txt             |  1 +
22831  3 files changed, 43 insertions(+), 18 deletions(-)
22832
22833 commit 96fdc04e5c6daafce3d45e7508418e4db94df44c
22834 Author: Behdad Esfahbod <behdad@behdad.org>
22835 Date:   Thu Sep 6 22:26:16 2012 -0400
22836
22837     Add hb_buffer_[sg]et_content_type
22838
22839     And hb_buffer_content_type_t and enum values.
22840
22841  TODO                     |  1 +
22842  src/hb-buffer-private.hh |  2 ++
22843  src/hb-buffer.cc         | 34 ++++++++++++++++++++++++++++++++++
22844  src/hb-buffer.h          | 14 ++++++++++++++
22845  src/hb-shape.cc          |  5 +++++
22846  5 files changed, 56 insertions(+)
22847
22848 commit e30ebd2794b37bd8ec716a258d5cb017fb1dfadc
22849 Author: Behdad Esfahbod <behdad@behdad.org>
22850 Date:   Thu Sep 6 22:09:06 2012 -0400
22851
22852     Add hb_feature_to/from_string()
22853
22854  TODO             |   4 +-
22855  src/hb-common.cc |   9 +++
22856  src/hb-common.h  |   6 +-
22857  src/hb-shape.cc  | 168
22858  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
22859  src/hb-shape.h   |  13 +++++
22860  util/options.cc  | 132 ++-----------------------------------------
22861  6 files changed, 201 insertions(+), 131 deletions(-)
22862
22863 commit f67917161bbe317a33d6407fbc62ebffcafe7154
22864 Author: Behdad Esfahbod <behdad@behdad.org>
22865 Date:   Thu Sep 6 17:22:31 2012 -0400
22866
22867     [OT] Do per-ligature-component fallback mark positioning
22868
22869     With this in place, you can remove GDEF/GSUB/GPOS tables from Arabic
22870     fonts and still get per-component marks positioned on
22871     oh-yeah-fallback-formed LAM-ALEF ligatures with marks in between
22872     the LAM
22873     and ALEF.
22874
22875     Now *that*'s pretty cool, if a bit anachronistic...
22876
22877  src/hb-ot-shape-fallback.cc | 43
22878  ++++++++++++++++++++++++++++++++++++-------
22879  1 file changed, 36 insertions(+), 7 deletions(-)
22880
22881 commit 525c6855783a018d52867b9ece2ee90868ff1f91
22882 Author: Behdad Esfahbod <behdad@behdad.org>
22883 Date:   Thu Sep 6 16:02:07 2012 -0400
22884
22885     [OT] Make fallback mark positioning more robust
22886
22887     ...with clusters spanning multiple base characters.
22888
22889  src/hb-ot-shape-fallback.cc | 11 +++++++++--
22890  1 file changed, 9 insertions(+), 2 deletions(-)
22891
22892 commit 5d502443f5a07cbd0aa860dd71a0fa4ea8b6ff9f
22893 Author: Behdad Esfahbod <behdad@behdad.org>
22894 Date:   Thu Sep 6 15:29:29 2012 -0400
22895
22896     [old] Clear offset array
22897
22898  src/hb-old.cc | 3 +++
22899  1 file changed, 3 insertions(+)
22900
22901 commit 9433c218b4853442dd9ad53d0588a837a33dbf1e
22902 Author: Behdad Esfahbod <behdad@behdad.org>
22903 Date:   Thu Sep 6 14:27:15 2012 -0400
22904
22905     [OT] Simplify fallback positioning condition
22906
22907  src/hb-ot-shape-fallback.cc | 3 +--
22908  1 file changed, 1 insertion(+), 2 deletions(-)
22909
22910 commit 028a1706f898bfcee0d14acfba47ebe1de09f0c4
22911 Author: Behdad Esfahbod <behdad@behdad.org>
22912 Date:   Thu Sep 6 14:25:48 2012 -0400
22913
22914     Refactor common macro
22915
22916  src/hb-ot-shape-fallback.cc  | 5 +----
22917  src/hb-ot-shape-normalize.cc | 5 +----
22918  src/hb-ot-shape.cc           | 5 +----
22919  src/hb-unicode-private.hh    | 9 +++++++++
22920  4 files changed, 12 insertions(+), 12 deletions(-)
22921
22922 commit 07cfbe21b511056d5c3c75cbfe84e4e982c3e8fb
22923 Author: Behdad Esfahbod <behdad@behdad.org>
22924 Date:   Thu Sep 6 01:16:39 2012 -0400
22925
22926     [OT] Streamline Arabic fallback shaping table
22927
22928  src/gen-arabic-table.py                    |   6 +-
22929  src/hb-ot-shape-complex-arabic-fallback.hh |   2 +-
22930  src/hb-ot-shape-complex-arabic-table.hh    | 266
22931  ++++++++++++++---------------
22932  3 files changed, 137 insertions(+), 137 deletions(-)
22933
22934 commit 82f6b6f388b801a1483854cb56a2cadbb94e0f2b
22935 Author: Behdad Esfahbod <behdad@behdad.org>
22936 Date:   Thu Sep 6 01:12:50 2012 -0400
22937
22938     Minor
22939
22940  src/hb-ot-shape-complex-arabic-fallback.hh | 13 +++++++------
22941  1 file changed, 7 insertions(+), 6 deletions(-)
22942
22943 commit fabd3113a98c5f4114f48920fa7ea38bd65a8d32
22944 Author: Behdad Esfahbod <behdad@behdad.org>
22945 Date:   Wed Sep 5 22:19:28 2012 -0400
22946
22947     [OT] Port Arabic fallback shaping to synthetic GSUB
22948
22949     All of init/medi/fina/isol and rlig implemented.
22950
22951     Let there be dragons... ⻯
22952
22953  src/Makefile.am                            |   1 +
22954  src/hb-open-type-private.hh                |  69 +++++---
22955  src/hb-ot-layout-common-private.hh         |   9 +-
22956  src/hb-ot-layout-gsub-table.hh             |  11 +-
22957  src/hb-ot-map-private.hh                   |   6 +
22958  src/hb-ot-map.cc                           |   1 +
22959  src/hb-ot-shape-complex-arabic-fallback.hh | 252
22960  +++++++++++++++++++++++++++++
22961  src/hb-ot-shape-complex-arabic.cc          | 158 ++++++------------
22962  src/hb-ot-shape.cc                         |   7 +-
22963  src/hb-private.hh                          |  11 +-
22964  10 files changed, 369 insertions(+), 156 deletions(-)
22965
22966 commit f0b8ed1b6dd9f1d2b9084c101a6fc5dee0cc22a8
22967 Author: Behdad Esfahbod <behdad@behdad.org>
22968 Date:   Wed Sep 5 17:32:57 2012 -0400
22969
22970     [Indic] Allow "H,ZWJ,M"
22971
22972     Uniscribe accepts a Halant,ZWJ before matras.  Allow that.
22973
22974     BENGALI down from 295 to 291
22975     DEVANAGARI down from 69 to 57
22976     GUJARATI down from 19 to 17
22977     KANNADA down from 871 to 867
22978     MALAYALAM down from 340 to 337
22979     TELUGU down from 20 to 16
22980
22981     Currently at:
22982
22983     BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
22984     DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
22985     GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
22986     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
22987     KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
22988     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
22989     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
22990     MALAYALAM: 1047997 out of 1048334 tests passed. 337 failed
22991     (0.0321462%)
22992     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
22993     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
22994     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
22995     TELUGU: 970557 out of 970573 tests passed. 16 failed (0.00164851%)
22996     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
22997
22998  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
22999  1 file changed, 1 insertion(+), 1 deletion(-)
23000
23001 commit 4ed717ef61813fa16cf74f2874848e9feb81568f
23002 Author: Behdad Esfahbod <behdad@behdad.org>
23003 Date:   Wed Sep 5 17:21:17 2012 -0400
23004
23005     [Indic] Relax grammar
23006
23007     Now that we insert dotted-circle, tests break more easily when
23008     our indic
23009     machine breaks.
23010
23011     In particular, a few Devanagari tests were having sequences like
23012     "C,H,ZWJ,N", and because of the ZWJ the Nukta does NOT get reordered
23013     to
23014     before the Halant as the grammar used to expect...  Fixup.
23015
23016     Another case is as simple as "C,ZWJ,SM".
23017
23018     Fixes 10 out of 79 failures:
23019
23020     DEVANAGARI: 707325 out of 707394 tests passed. 69 failed (0.00975411%)
23021
23022  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
23023  1 file changed, 2 insertions(+), 2 deletions(-)
23024
23025 commit aa7141efe49991a1160489106984e95163fe2ab8
23026 Author: Behdad Esfahbod <behdad@behdad.org>
23027 Date:   Wed Sep 5 15:54:21 2012 -0400
23028
23029     [Indic] Fix Khmer syllable-final coeng-consonant
23030
23031     Brings down Khmer failures from 162 to 47.
23032
23033     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
23034
23035     Also rebaselined some of the test files that had only-inherited lines.
23036     Removing those, the stats are:
23037
23038     BENGALI: 353893 out of 354188 tests passed. 295 failed (0.0832891%)
23039     DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
23040     GUJARATI: 366438 out of 366457 tests passed. 19 failed (0.00518478%)
23041     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
23042     KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
23043     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
23044     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
23045     MALAYALAM: 1047994 out of 1048334 tests passed. 340 failed
23046     (0.0324324%)
23047     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
23048     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
23049     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
23050     TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
23051     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
23052
23053     Still some regressions, but some of the more egregious cases are
23054     addressed.
23055
23056  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
23057  1 file changed, 1 insertion(+), 1 deletion(-)
23058
23059 commit efb8d3eb713bca7cbfca41380a012bdb4d380e5c
23060 Author: Behdad Esfahbod <behdad@behdad.org>
23061 Date:   Wed Sep 5 15:50:47 2012 -0400
23062
23063     Fixup test failure reporting
23064
23065     After we implemented dotted-circle, we were still ignoring any tests
23066     that had dottedcircle in it for any of the shapers.  That meant
23067     that if
23068     we wrongly outputted dottedcircle, the test was being ignored.  Ouch!
23069
23070     Fixing that shows regressions across the board.  Most are Uniscribe
23071     bugs: NOT inserting dotted-circle when it should.  Some are arou
23072     machine bugs.  This is in fact a nice way to catch Indic-machine
23073     deficiencies and when I fix the regressions, our clusters should be
23074     much closer to Uniscribe.  For now, we regressed from:
23075
23076     BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
23077     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
23078     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
23079     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
23080     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
23081     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
23082     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
23083     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
23084     (0.0297592%)
23085     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
23086     SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
23087     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
23088     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
23089     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
23090
23091     To:
23092
23093     BENGALI: 353990 out of 354285 tests passed. 295 failed (0.0832663%)
23094     DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
23095     GUJARATI: 366447 out of 366506 tests passed. 59 failed (0.016098%)
23096     GURMUKHI: 60707 out of 60809 tests passed. 102 failed (0.167738%)
23097     KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
23098     KHMER: 298962 out of 299124 tests passed. 162 failed (0.0541581%)
23099     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
23100     MALAYALAM: 1048074 out of 1048416 tests passed. 342 failed
23101     (0.0326206%)
23102     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
23103     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
23104     TAMIL: 1091835 out of 1091837 tests passed. 2 failed (0.000183178%)
23105     TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
23106     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
23107
23108     Investigating.
23109
23110  test/shaping/hb_test_tools.py | 8 +++++---
23111  1 file changed, 5 insertions(+), 3 deletions(-)
23112
23113 commit 27bd55bd2ca599d501f10c2fae81861137517e46
23114 Author: Behdad Esfahbod <behdad@behdad.org>
23115 Date:   Wed Sep 5 15:11:14 2012 -0400
23116
23117     [Indic] Tamil does not have half-forms either
23118
23119     The Win7 Tamil font does not realy on this behavior, but the WinXP
23120     version does.  Handle Tamil like Malayalam: Matras always move to
23121     before base.
23122
23123     WinXP Tamil failures went down from 168964 (15.4752%) to 167
23124     (0.0152953%) (two orders of magnitude reduction!).
23125
23126     Included in this is a minor fixup that actually fixed a few tests
23127     with non-Tamil too.  Numbers at:
23128
23129     BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
23130     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
23131     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
23132     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
23133     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
23134     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
23135     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
23136     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
23137     (0.0297592%)
23138     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
23139     SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
23140     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
23141     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
23142     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
23143
23144  src/hb-ot-shape-complex-indic.cc | 10 +++++-----
23145  1 file changed, 5 insertions(+), 5 deletions(-)
23146
23147 commit 87b75d0a4aa03fe7a03e3bf7baf8ece131aec1bb
23148 Author: Behdad Esfahbod <behdad@behdad.org>
23149 Date:   Tue Sep 4 23:06:38 2012 -0400
23150
23151     [OT] Allow adding features with fallback implementation
23152
23153  src/hb-ot-map-private.hh | 7 ++++---
23154  src/hb-ot-map.cc         | 6 ++++--
23155  2 files changed, 8 insertions(+), 5 deletions(-)
23156
23157 commit 1d3947a6bda6986c9c7d993589053051c119cc81
23158 Author: Behdad Esfahbod <behdad@behdad.org>
23159 Date:   Tue Sep 4 22:42:17 2012 -0400
23160
23161     Minor
23162
23163  src/hb-ot-layout-gpos-table.hh | 2 +-
23164  src/hb-ot-layout-gsub-table.hh | 2 +-
23165  2 files changed, 2 insertions(+), 2 deletions(-)
23166
23167 commit b3b89b66586897a69b410ef02e7434691de84ae6
23168 Author: Behdad Esfahbod <behdad@behdad.org>
23169 Date:   Tue Sep 4 21:13:17 2012 -0400
23170
23171     [OT] Add SubstLookup serialize API
23172
23173  src/hb-ot-layout-common-private.hh |  2 +-
23174  src/hb-ot-layout-gsub-table.hh     | 65
23175  +++++++++++++++++++++++++++++++++++++-
23176  2 files changed, 65 insertions(+), 2 deletions(-)
23177
23178 commit 715e03bc21d6adaa8e1f647235843839dc47dad1
23179 Author: Behdad Esfahbod <behdad@behdad.org>
23180 Date:   Tue Sep 4 20:10:17 2012 -0400
23181
23182     Minor
23183
23184  src/hb-open-type-private.hh | 7 ++-----
23185  1 file changed, 2 insertions(+), 5 deletions(-)
23186
23187 commit 652d1e0d64e47313ead2fc8318d1236f0e0d80ca
23188 Author: Behdad Esfahbod <behdad@behdad.org>
23189 Date:   Tue Sep 4 20:00:44 2012 -0400
23190
23191     [OT] Start adding Lookup-level serialize API
23192
23193  src/hb-ot-layout-common-private.hh | 20 +++++++++++++++++++-
23194  1 file changed, 19 insertions(+), 1 deletion(-)
23195
23196 commit a930c68e9c50aade78c1eb0eef075c9c117e4ef6
23197 Author: Behdad Esfahbod <behdad@behdad.org>
23198 Date:   Tue Sep 4 18:17:57 2012 -0400
23199
23200     [OT] More serialize.  Implements all basic GSUB subtables
23201
23202  src/hb-open-type-private.hh        |  53 +++++++++++++++-
23203  src/hb-ot-layout-common-private.hh |   8 ++-
23204  src/hb-ot-layout-gsub-table.hh     | 125
23205  +++++++++++++++++++++++++++++--------
23206  3 files changed, 156 insertions(+), 30 deletions(-)
23207
23208 commit 1b38b4e817d871b9549be65af6030bd0eea7f775
23209 Author: Behdad Esfahbod <behdad@behdad.org>
23210 Date:   Tue Sep 4 18:17:21 2012 -0400
23211
23212     Minor
23213
23214  src/hb-ot-layout-gsub-table.hh | 4 ++--
23215  1 file changed, 2 insertions(+), 2 deletions(-)
23216
23217 commit f7e81ce0b882aa942ae33c787e741c5e8e5a0173
23218 Author: Behdad Esfahbod <behdad@behdad.org>
23219 Date:   Tue Sep 4 15:32:37 2012 -0400
23220
23221     0.9.4
23222
23223  NEWS         | 18 ++++++++++++++++++
23224  configure.ac |  2 +-
23225  2 files changed, 19 insertions(+), 1 deletion(-)
23226
23227 commit 2bd9fe359839a653f7caae534bf768af1735f155
23228 Author: Behdad Esfahbod <behdad@behdad.org>
23229 Date:   Tue Sep 4 15:15:19 2012 -0400
23230
23231     Refactor
23232
23233  src/hb-ot-layout-gpos-table.hh       |  7 ++-----
23234  src/hb-ot-layout-gsub-table.hh       | 16 +++++-----------
23235  src/hb-ot-layout-gsubgpos-private.hh | 13 +++----------
23236  src/hb-ot-layout.cc                  | 23 +++++++++++++++++------
23237  src/hb-ot-shape-complex-arabic.cc    |  4 +---
23238  5 files changed, 28 insertions(+), 35 deletions(-)
23239
23240 commit a5ddd9e31cd7906c4b559aa5b2fafdae4b9c8935
23241 Author: Behdad Esfahbod <behdad@behdad.org>
23242 Date:   Tue Sep 4 14:55:00 2012 -0400
23243
23244     [OT] Really fix possible NULL dereference this time
23245
23246  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
23247  src/hb-ot-layout.cc                  | 6 +++---
23248  src/hb-ot-shape-complex-arabic.cc    | 4 +++-
23249  3 files changed, 10 insertions(+), 8 deletions(-)
23250
23251 commit 29416833584d7831ece84aaeada6f5ebba7828c0
23252 Author: Behdad Esfahbod <behdad@behdad.org>
23253 Date:   Mon Sep 3 23:31:14 2012 -0400
23254
23255     [OT] Implement serialize() for AlternateSubst
23256
23257  src/hb-ot-layout-gsub-table.hh | 33 +++++++++++++++++++++++++++++++++
23258  1 file changed, 33 insertions(+)
23259
23260 commit 1f07e3382a1608b054cbf88b89fef74f6c485434
23261 Author: Behdad Esfahbod <behdad@behdad.org>
23262 Date:   Mon Sep 3 23:28:34 2012 -0400
23263
23264     [OT] Implement serialize() for MultiSubst
23265
23266  src/hb-open-type-private.hh    | 10 ++++++++++
23267  src/hb-ot-layout-gsub-table.hh | 43
23268  ++++++++++++++++++++++++++++++++++++++++++
23269  2 files changed, 53 insertions(+)
23270
23271 commit 4912030dfba740c822e200d33cbb5c6dbbeaf79e
23272 Author: Behdad Esfahbod <behdad@behdad.org>
23273 Date:   Mon Sep 3 20:58:03 2012 -0400
23274
23275     Minor
23276
23277  src/hb-open-type-private.hh    | 4 ++--
23278  src/hb-ot-layout-gsub-table.hh | 4 ++--
23279  2 files changed, 4 insertions(+), 4 deletions(-)
23280
23281 commit f8fa2b5cf67b02d74514dec7885d03de73ec7349
23282 Author: Behdad Esfahbod <behdad@behdad.org>
23283 Date:   Mon Sep 3 20:19:46 2012 -0400
23284
23285     Fix possible NULL dereference
23286
23287     As reported by Kenichi Ishibashi.
23288
23289  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
23290  1 file changed, 1 insertion(+), 1 deletion(-)
23291
23292 commit 4b312fb288faa383a2c5bd3be0428f0e58e02699
23293 Author: Behdad Esfahbod <behdad@behdad.org>
23294 Date:   Sat Sep 1 21:56:06 2012 -0400
23295
23296     [OT] Remove serialize alignment
23297
23298     Will reintroduce in a different way when we actually need it.
23299
23300  src/hb-open-type-private.hh | 24 +++++++++++-------------
23301  1 file changed, 11 insertions(+), 13 deletions(-)
23302
23303 commit c61be03d6df122f18eebda3b29e42c9e768d45b9
23304 Author: Behdad Esfahbod <behdad@behdad.org>
23305 Date:   Sat Sep 1 21:43:38 2012 -0400
23306
23307     [OT] A bit more serialize
23308
23309  src/hb-open-type-private.hh        | 14 +++++++++++++
23310  src/hb-ot-layout-common-private.hh |  2 +-
23311  src/hb-ot-layout-gsub-table.hh     | 43
23312  ++++++++++++++++++++++++++++++++++++--
23313  3 files changed, 56 insertions(+), 3 deletions(-)
23314
23315 commit abcc5ac1fde1c493e4055dd2f27b8aade7713156
23316 Author: Behdad Esfahbod <behdad@behdad.org>
23317 Date:   Sat Sep 1 21:30:17 2012 -0400
23318
23319     [OT] Improve serialize syntax
23320
23321     For some definition of improvement...
23322
23323  src/hb-open-type-private.hh    | 6 ++++--
23324  src/hb-ot-layout-gsub-table.hh | 3 +--
23325  2 files changed, 5 insertions(+), 4 deletions(-)
23326
23327 commit bc5be24014371ceb811b9ffd37062ede63d87bb1
23328 Author: Behdad Esfahbod <behdad@behdad.org>
23329 Date:   Sat Sep 1 20:48:22 2012 -0400
23330
23331     [OT] Restart work on serialize()
23332
23333  src/hb-open-type-private.hh        | 39 ++++++++++++++++++------
23334  src/hb-ot-layout-common-private.hh | 61
23335  +++++++++++++++++++-------------------
23336  src/hb-ot-layout-gsub-table.hh     | 13 ++++++++
23337  3 files changed, 73 insertions(+), 40 deletions(-)
23338
23339 commit 6912e476dd92639c3ddf07ca51c8d4a262c8b3a5
23340 Author: Behdad Esfahbod <behdad@behdad.org>
23341 Date:   Sat Sep 1 20:38:45 2012 -0400
23342
23343     [OT] Insert dotted-circle for run-initial marks
23344
23345     Unfortunately if the font has GPOS and 'mark' feature does
23346     not position mark on dotted-circle, our inserted dotted-circle
23347     will not get the mark repositioned to itself.  Uniscribe cheats
23348     here.
23349
23350     If there is no GPOS however, the fallback positioning kicks in
23351     and sorts this out.
23352
23353     I'm not willing to address the first case.
23354
23355  src/hb-ot-shape.cc | 32 ++++++++++++++++++++++++++++++++
23356  1 file changed, 32 insertions(+)
23357
23358 commit 1d581ec384bc1780995e32e1c44103af57596eda
23359 Author: Behdad Esfahbod <behdad@behdad.org>
23360 Date:   Sat Sep 1 20:06:26 2012 -0400
23361
23362     [OT] Fallback-position ccc=0 Thai / Lao marks
23363
23364     Not perfect, but so is fallback positioning in 2012...
23365
23366  src/hb-ot-shape-fallback.cc | 56
23367  +++++++++++++++++++++++++++++++++++++--------
23368  1 file changed, 46 insertions(+), 10 deletions(-)
23369
23370 commit 3992b5ec4cb43d114d87ff7ee2b992bcf819c9cd
23371 Author: Behdad Esfahbod <behdad@behdad.org>
23372 Date:   Sat Sep 1 19:20:41 2012 -0400
23373
23374     Move code around
23375
23376  src/hb-ot-shape-fallback-private.hh |  5 ++++
23377  src/hb-ot-shape-fallback.cc         | 46
23378  +++++++++++++++++++++++++------------
23379  src/hb-ot-shape-private.hh          |  6 +++++
23380  src/hb-ot-shape.cc                  |  4 ++++
23381  4 files changed, 46 insertions(+), 15 deletions(-)
23382
23383 commit b85800f9de8976a7418ef9df467d3080c6ab0199
23384 Author: Behdad Esfahbod <behdad@behdad.org>
23385 Date:   Fri Aug 31 18:12:01 2012 -0400
23386
23387     [Indic] Implement dotted-circle insertion for broken clusters
23388
23389     No panic, we reeally insert dotted circle when it's absolutely broken.
23390
23391     Fixes most of the dotted-circle cases against Uniscribe. (for
23392     Devanagari
23393     fixes 80% of them, for Khmer 70%; the rest look like Uniscribe being
23394     really bogus...)
23395
23396     I had to make a decision.  Apparently Uniscribe adds one dotted circle
23397     to each broken character.  I tried that, but that goes wrong
23398     easily with
23399     split matras.  So I made it add only one dotted circle to an entire
23400     broken syllable tail.  As in: "if there was a dotted circle here, this
23401     would have formed a correct cluster."  That works better for split
23402     stuff, and I like it more.
23403
23404  src/hb-buffer-private.hh                 |  1 +
23405  src/hb-buffer.cc                         | 10 +++++
23406  src/hb-ot-shape-complex-indic-machine.rl |  4 +-
23407  src/hb-ot-shape-complex-indic-private.hh |  2 +-
23408  src/hb-ot-shape-complex-indic.cc         | 67
23409  +++++++++++++++++++++++++++++---
23410  src/hb-ot-shape-normalize-private.hh     |  1 +
23411  src/hb-ot-shape-normalize.cc             | 11 +++---
23412  7 files changed, 83 insertions(+), 13 deletions(-)
23413
23414 commit 327d14ef188396006d54af976506ab6f8bb2869a
23415 Author: Behdad Esfahbod <behdad@behdad.org>
23416 Date:   Fri Aug 31 16:49:34 2012 -0400
23417
23418     [Indic] Start adding dotted-circle instrastructure
23419
23420  src/hb-ot-shape-complex-indic-machine.rl | 19 +++++++------
23421  src/hb-ot-shape-complex-indic.cc         | 46
23422  +++++++++++++++++++++++++++++---
23423  2 files changed, 51 insertions(+), 14 deletions(-)
23424
23425 commit 1be368e96fb7de8c77bf992874e0d5bd6b272ebe
23426 Author: Behdad Esfahbod <behdad@behdad.org>
23427 Date:   Fri Aug 31 16:29:17 2012 -0400
23428
23429     Minor
23430
23431  src/hb-buffer-private.hh | 16 +++++++++++++++-
23432  src/hb-buffer.cc         | 15 ---------------
23433  2 files changed, 15 insertions(+), 16 deletions(-)
23434
23435 commit 784f29d061a2939562eca0c4943feb01174aee00
23436 Author: Behdad Esfahbod <behdad@behdad.org>
23437 Date:   Fri Aug 31 14:06:26 2012 -0400
23438
23439     Minor
23440
23441  src/hb-ot-shape.cc | 12 ++++++++----
23442  1 file changed, 8 insertions(+), 4 deletions(-)
23443
23444 commit 5a7f18767a87a3f07269d0814f984a98f86ab852
23445 Author: Behdad Esfahbod <behdad@behdad.org>
23446 Date:   Thu Aug 30 22:53:29 2012 -0400
23447
23448     [OT] Better fallback-position Thai / Lao ccc!=0 marks
23449
23450  src/hb-ot-shape-fallback.cc | 8 ++++----
23451  1 file changed, 4 insertions(+), 4 deletions(-)
23452
23453 commit 9f2348de58f0f85593027378169bc03c4dd64e59
23454 Author: Behdad Esfahbod <behdad@behdad.org>
23455 Date:   Wed Aug 29 21:08:59 2012 -0400
23456
23457     [OT] Add serialize() for Coverage
23458
23459  src/hb-open-type-private.hh        | 34 +++++++++++++++++----
23460  src/hb-ot-layout-common-private.hh | 62
23461  ++++++++++++++++++++++++++++++++++++++
23462  2 files changed, 90 insertions(+), 6 deletions(-)
23463
23464 commit e901b954c6ec44ac3ae7fb3c326e6e7a40718e4b
23465 Author: Behdad Esfahbod <behdad@behdad.org>
23466 Date:   Wed Aug 29 20:26:08 2012 -0400
23467
23468     [OT] Start adding serialize() API
23469
23470  src/hb-open-type-private.hh | 77
23471  +++++++++++++++++++++++++++++++++++++++++++++
23472  1 file changed, 77 insertions(+)
23473
23474 commit 965c280de09b49d711cb78d629da321c802084de
23475 Author: Behdad Esfahbod <behdad@behdad.org>
23476 Date:   Wed Aug 29 13:59:16 2012 -0400
23477
23478     Add HB_BUFFER_ASSERT_VAR
23479
23480     To be used in places we access buffer vars...
23481
23482  src/hb-buffer-private.hh |  3 +++
23483  src/hb-buffer.cc         | 16 ++++++++++++++++
23484  2 files changed, 19 insertions(+)
23485
23486 commit 0ccf9b64736559a230425fd131c9eb8aa3048221
23487 Author: Behdad Esfahbod <behdad@behdad.org>
23488 Date:   Wed Aug 29 11:53:26 2012 -0400
23489
23490     Move code around
23491
23492  src/hb-ot-shape.cc | 21 ++++++++++-----------
23493  1 file changed, 10 insertions(+), 11 deletions(-)
23494
23495 commit 2fcbbdb41a322f54b61d9ce983ab54434504c5ed
23496 Author: Behdad Esfahbod <behdad@behdad.org>
23497 Date:   Wed Aug 29 11:11:54 2012 -0400
23498
23499     Port Arabic fallback ligating to share code with GSUB
23500
23501     This will eventually allow us to skip marks, as well as (fallback)
23502     attach marks to ligature components of fallback-shaped Arabic.
23503     That would be pretty cool.  I kludged GDEF props in, so mark-skipping
23504     works, but the produced ligature id/components will be cleared later
23505     by substitute_start() et al.
23506
23507     Perhaps using a synthetic table for Arabic fallback shaping was
23508     a better
23509     idea.  The current approach has way too many layering violations...
23510
23511  src/hb-ot-layout-gsubgpos-private.hh |  4 ++
23512  src/hb-ot-shape-complex-arabic.cc    | 72
23513  ++++++++++++++++++++++++------------
23514  src/hb-ot-shape.cc                   |  4 +-
23515  3 files changed, 56 insertions(+), 24 deletions(-)
23516
23517 commit 5e399a8a45bddb49e06e2ca39df1ed04398c0aff
23518 Author: Behdad Esfahbod <behdad@behdad.org>
23519 Date:   Wed Aug 29 10:40:49 2012 -0400
23520
23521     Minor
23522
23523  src/hb-ot-layout-gsub-table.hh       | 1 -
23524  src/hb-ot-layout-gsubgpos-private.hh | 1 -
23525  2 files changed, 2 deletions(-)
23526
23527 commit a177d027d1d0ad9539e30ed75d8652e0e8da20ff
23528 Author: Behdad Esfahbod <behdad@behdad.org>
23529 Date:   Tue Aug 28 23:18:22 2012 -0400
23530
23531     [GSUB] Move ligation logic over
23532
23533  src/hb-ot-layout-gsub-table.hh       | 78
23534  ++++-------------------------------
23535  src/hb-ot-layout-gsubgpos-private.hh | 80
23536  ++++++++++++++++++++++++++++++++++++
23537  2 files changed, 89 insertions(+), 69 deletions(-)
23538
23539 commit 191fa885d9e0a2dce92dd8727cddd18495e62409
23540 Author: Behdad Esfahbod <behdad@behdad.org>
23541 Date:   Tue Aug 28 22:58:55 2012 -0400
23542
23543     [GSUB] Merge Ligature and context input matching
23544
23545     Looks better now...
23546
23547  TODO                                 |  4 --
23548  src/hb-ot-layout-gsub-table.hh       | 71
23549  +++++++-----------------------------
23550  src/hb-ot-layout-gsubgpos-private.hh | 29 ++++++++++++++-
23551  3 files changed, 40 insertions(+), 64 deletions(-)
23552
23553 commit 93814ca7dc2a7251f861c1c47ba155ba6e6bdf19
23554 Author: Behdad Esfahbod <behdad@behdad.org>
23555 Date:   Tue Aug 28 22:24:51 2012 -0400
23556
23557     Start converging Ligature and match_input
23558
23559  src/hb-ot-layout-gsub-table.hh       | 58
23560  +++++++++++++++++----------------
23561  src/hb-ot-layout-gsubgpos-private.hh | 62
23562  ++++++++++++++++++++++++++++--------
23563  2 files changed, 78 insertions(+), 42 deletions(-)
23564
23565 commit 2eef71737ea29ffadbb5a2be4a898b44f53f66ac
23566 Author: Behdad Esfahbod <behdad@behdad.org>
23567 Date:   Tue Aug 28 19:16:38 2012 -0400
23568
23569     [hb-icu-le] Add visbility
23570
23571  src/hb-icu-le/FontTableCache.h         |  6 +++++-
23572  src/hb-icu-le/PortableFontInstance.cpp | 39
23573  ----------------------------------
23574  src/hb-icu-le/PortableFontInstance.h   |  7 ++++--
23575  src/hb-icu-le/cmaps.cpp                |  2 +-
23576  src/hb-icu-le/cmaps.h                  |  5 ++++-
23577  src/hb-icu-le/letest.h                 | 14 ++++++++++++
23578  src/hb-icu-le/sfnt.h                   |  6 +++++-
23579  7 files changed, 34 insertions(+), 45 deletions(-)
23580
23581 commit d59e28e49204ed609d8a1bf3c0f21ab5fc178337
23582 Author: Behdad Esfahbod <behdad@behdad.org>
23583 Date:   Tue Aug 28 19:08:36 2012 -0400
23584
23585     Minor
23586
23587  src/Makefile.am           | 6 +++++-
23588  src/check-libstdc++.sh    | 2 +-
23589  src/check-static-inits.sh | 4 ++--
23590  3 files changed, 8 insertions(+), 4 deletions(-)
23591
23592 commit af169d2813ff8075288cd4a7811f0715e4fea3da
23593 Author: Behdad Esfahbod <behdad@behdad.org>
23594 Date:   Tue Aug 28 19:08:22 2012 -0400
23595
23596     Minor
23597
23598  src/hb-icu-le/PortableFontInstance.h | 8 ++++----
23599  1 file changed, 4 insertions(+), 4 deletions(-)
23600
23601 commit 52ff2681d88886e2165ced397966ba29c2073583
23602 Author: Behdad Esfahbod <behdad@behdad.org>
23603 Date:   Tue Aug 28 18:03:35 2012 -0400
23604
23605     Use VisualStudio-style atomic intrinsics on mingw32
23606
23607  src/hb-atomic-private.hh | 25 ++++++++++++++++++-------
23608  1 file changed, 18 insertions(+), 7 deletions(-)
23609
23610 commit 7c8e844d92aa604fc4b396343721ea90eb83adb8
23611 Author: Behdad Esfahbod <behdad@behdad.org>
23612 Date:   Tue Aug 28 17:57:49 2012 -0400
23613
23614     Use namespace for OpenType tables
23615
23616     Avoids USHORT, SHORT, ULONG, LONG clashes with Windows API.
23617
23618  src/hb-font.cc                       | 12 ++---
23619  src/hb-open-file-private.hh          |  4 ++
23620  src/hb-open-type-private.hh          |  9 ++--
23621  src/hb-ot-head-table.hh              |  4 ++
23622  src/hb-ot-hhea-table.hh              |  5 ++
23623  src/hb-ot-hmtx-table.hh              |  6 +++
23624  src/hb-ot-layout-common-private.hh   |  5 ++
23625  src/hb-ot-layout-gdef-table.hh       |  4 ++
23626  src/hb-ot-layout-gpos-table.hh       |  4 ++
23627  src/hb-ot-layout-gsub-table.hh       |  4 ++
23628  src/hb-ot-layout-gsubgpos-private.hh |  4 ++
23629  src/hb-ot-layout-private.hh          | 12 +++--
23630  src/hb-ot-layout.cc                  | 91
23631  ++++++++++++++++++------------------
23632  src/hb-ot-maxp-table.hh              |  4 ++
23633  src/hb-ot-name-table.hh              |  4 ++
23634  src/hb-uniscribe.cc                  |  8 ++--
23635  src/main.cc                          |  2 +
23636  17 files changed, 117 insertions(+), 65 deletions(-)
23637
23638 commit dc5df5af6b349c3d9e4ab876864d9dec8096401f
23639 Author: Behdad Esfahbod <behdad@behdad.org>
23640 Date:   Tue Aug 28 16:31:23 2012 -0400
23641
23642     Revert "Minor"
23643
23644     This reverts commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc.
23645
23646     I know remember why that line is there :).
23647
23648  src/hb-ot-shape-complex-arabic.cc | 1 +
23649  1 file changed, 1 insertion(+)
23650
23651 commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc
23652 Author: Behdad Esfahbod <behdad@behdad.org>
23653 Date:   Mon Aug 27 17:10:02 2012 -0400
23654
23655     Minor
23656
23657  src/hb-ot-shape-complex-arabic.cc | 1 -
23658  1 file changed, 1 deletion(-)
23659
23660 commit 667218a5b134728863a318c73070f4e323590bbd
23661 Author: Behdad Esfahbod <behdad@behdad.org>
23662 Date:   Mon Aug 27 17:00:44 2012 -0400
23663
23664     Minor
23665
23666  src/hb-ot-shape-fallback.cc | 4 +---
23667  1 file changed, 1 insertion(+), 3 deletions(-)
23668
23669 commit 30dd62251fcd04c2cbaa9b979d47ddbf62c6d460
23670 Author: Behdad Esfahbod <behdad@behdad.org>
23671 Date:   Mon Aug 27 16:54:34 2012 -0400
23672
23673     Only fallback-position glyphs if we have the ccc
23674
23675     Previously, ccc=0 Thai / Lao marks were being
23676     mispositioned.  Don't touch them.
23677
23678  src/hb-ot-shape-fallback.cc | 2 +-
23679  1 file changed, 1 insertion(+), 1 deletion(-)
23680
23681 commit e1ba62811a61afb046d349e578cd141363c7fb34
23682 Author: Behdad Esfahbod <behdad@behdad.org>
23683 Date:   Mon Aug 27 16:28:05 2012 -0400
23684
23685     Center unknown marks horizontally
23686
23687  src/hb-ot-shape-fallback.cc | 1 +
23688  1 file changed, 1 insertion(+)
23689
23690 commit a4e75e4128751bb902117abc1a59dce4f2147672
23691 Author: Behdad Esfahbod <behdad@behdad.org>
23692 Date:   Mon Aug 27 15:54:15 2012 -0400
23693
23694     Minor
23695
23696  test/shaping/hb_test_tools.py | 2 +-
23697  1 file changed, 1 insertion(+), 1 deletion(-)
23698
23699 commit 23b0e9d7dc801e11640979af3c2b00649a519bb1
23700 Author: Behdad Esfahbod <behdad@behdad.org>
23701 Date:   Sun Aug 26 14:30:18 2012 -0400
23702
23703     [Indic] Fix switch
23704
23705     D'oh.  Was working by pure chance :)).
23706
23707  src/hb-ot-shape-complex-indic.cc | 2 +-
23708  1 file changed, 1 insertion(+), 1 deletion(-)
23709
23710 commit ae4d4e1de6b4512576080e95896383887b30982f
23711 Author: Behdad Esfahbod <behdad@behdad.org>
23712 Date:   Sun Aug 26 14:27:44 2012 -0400
23713
23714     Bug 53815 - CoreText backend doesn't link
23715
23716  configure.ac | 2 +-
23717  1 file changed, 1 insertion(+), 1 deletion(-)
23718
23719 commit ec0e46376a2afec4ff7606f95582b0ec49c2a44a
23720 Author: Behdad Esfahbod <behdad@behdad.org>
23721 Date:   Fri Aug 24 00:44:53 2012 -0400
23722
23723     Remove TODO items
23724
23725  TODO | 4 ----
23726  1 file changed, 4 deletions(-)
23727
23728 commit 56e878ab875ff06d74702145e380e198be967bd6
23729 Author: Behdad Esfahbod <behdad@behdad.org>
23730 Date:   Fri Aug 24 00:41:51 2012 -0400
23731
23732     [graphite2] Cleanup scratch buffer allocation
23733
23734  src/hb-graphite2.cc | 77
23735  ++++++++++++++++++++++++++++++-----------------------
23736  1 file changed, 44 insertions(+), 33 deletions(-)
23737
23738 commit 2f7586c6229096143ca0a96712a27416ee0d3c85
23739 Author: Behdad Esfahbod <behdad@behdad.org>
23740 Date:   Thu Aug 23 23:59:55 2012 -0400
23741
23742     [icu-le] Implement icu layout engine shaper
23743
23744  configure.ac          |   2 +-
23745  src/hb-icu-le.cc      | 113
23746  +++++++++++++++++++++++++++++++++++++++++++++-----
23747  src/hb-icu-le/cmaps.h |   1 -
23748  src/hb-shaper-list.hh |   4 ++
23749  4 files changed, 108 insertions(+), 12 deletions(-)
23750
23751 commit ba7f6c3797e5b440557bacd9b666bf09713dca76
23752 Author: Behdad Esfahbod <behdad@behdad.org>
23753 Date:   Thu Aug 23 21:52:44 2012 -0400
23754
23755     [icu-le] Hook up to hb_face_t
23756
23757  src/hb-icu-le.cc                       |  17 +++-
23758  src/hb-icu-le/FontTableCache.cpp       |  34 ++++----
23759  src/hb-icu-le/FontTableCache.h         |   9 ++-
23760  src/hb-icu-le/PortableFontInstance.cpp | 144
23761  +++------------------------------
23762  src/hb-icu-le/PortableFontInstance.h   |  21 ++---
23763  src/hb-icu-le/README                   |   1 +
23764  6 files changed, 57 insertions(+), 169 deletions(-)
23765
23766 commit e96bb36995b2a5321b4d32bb11906e1701aaf115
23767 Author: Behdad Esfahbod <behdad@behdad.org>
23768 Date:   Thu Aug 23 21:37:51 2012 -0400
23769
23770     [icu-le] Actually use the FontTableCache
23771
23772  src/hb-icu-le/PortableFontInstance.cpp | 25 ++++++++-----------------
23773  1 file changed, 8 insertions(+), 17 deletions(-)
23774
23775 commit 7d242364ea647f655a7092bda25f9a10774c57f5
23776 Author: Behdad Esfahbod <behdad@behdad.org>
23777 Date:   Thu Aug 23 21:23:41 2012 -0400
23778
23779     [icu-le] Start adding a icu-layout-engine backend
23780
23781     Import PortableFontInstance and add shaper stub.
23782
23783  configure.ac                           |   9 +
23784  src/Makefile.am                        |   8 +
23785  src/hb-icu-le.cc                       | 111 ++++++++
23786  src/hb-icu-le/FontTableCache.cpp       |  91 +++++++
23787  src/hb-icu-le/FontTableCache.h         |  41 +++
23788  src/hb-icu-le/Makefile.am              |  25 ++
23789  src/hb-icu-le/PortableFontInstance.cpp | 436
23790  ++++++++++++++++++++++++++++++++
23791  src/hb-icu-le/PortableFontInstance.h   | 117 +++++++++
23792  src/hb-icu-le/README                   |   2 +
23793  src/hb-icu-le/cmaps.cpp                | 200 +++++++++++++++
23794  src/hb-icu-le/cmaps.h                  |  85 +++++++
23795  src/hb-icu-le/letest.h                 |  49 ++++
23796  src/hb-icu-le/license.html             |  51 ++++
23797  src/hb-icu-le/sfnt.h                   | 449
23798  +++++++++++++++++++++++++++++++++
23799  14 files changed, 1674 insertions(+)
23800
23801 commit b5584ee4be46b47e1678acf28426970a6d670b4f
23802 Author: Behdad Esfahbod <behdad@behdad.org>
23803 Date:   Thu Aug 23 16:26:07 2012 -0400
23804
23805     [Indic] For old-spec, match non-zero context
23806
23807     Fixes consonant-position with old-spec Malayalam.  Uniscribe seem
23808     to be
23809     doing this.  Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf.
23810     Doesn't regress new-spec or other scripts.
23811
23812  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
23813  1 file changed, 6 insertions(+), 4 deletions(-)
23814
23815 commit d9b204d3d24cde165167714728bf380267903d6a
23816 Author: Behdad Esfahbod <behdad@behdad.org>
23817 Date:   Thu Aug 23 16:22:28 2012 -0400
23818
23819     [GSUB] Allow non-zero-context matching in would_apply()
23820
23821     To be used in the next patch.
23822
23823  src/hb-ot-layout-gsubgpos-private.hh |  6 ++++--
23824  src/hb-ot-layout-private.hh          |  3 ++-
23825  src/hb-ot-layout.cc                  | 14 ++++++++------
23826  src/hb-ot-layout.h                   |  7 ++++---
23827  src/hb-ot-map.cc                     | 12 ++----------
23828  src/hb-ot-shape-complex-indic.cc     |  2 +-
23829  src/test-would-substitute.cc         |  2 +-
23830  7 files changed, 22 insertions(+), 24 deletions(-)
23831
23832 commit 1f2bb172fe9a173ecfd61054f1fdd850943ef059
23833 Author: Behdad Esfahbod <behdad@behdad.org>
23834 Date:   Thu Aug 23 16:10:37 2012 -0400
23835
23836     Revert "[Indic/GSUB] Ignore context when matching would_apply()"
23837
23838     This reverts commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58.
23839
23840     Oops.  My bad.  The change _regressed_ Malayalam test suite, not
23841     improved it.  I'll redo it, differentiating between old-spec and
23842     new-spec cases.
23843
23844  src/hb-ot-layout-gsubgpos-private.hh | 8 +++-----
23845  1 file changed, 3 insertions(+), 5 deletions(-)
23846
23847 commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58
23848 Author: Behdad Esfahbod <behdad@behdad.org>
23849 Date:   Thu Aug 23 15:47:10 2012 -0400
23850
23851     [Indic/GSUB] Ignore context when matching would_apply()
23852
23853     The MS Indic specs say "...all classifications are determined
23854     ... using
23855     context-free substitutions."  However, testing shows that MS's
23856     Malayalam
23857     shapers (both old and new), "match" even if there is no zero-context
23858     rule.
23859     We follow.
23860
23861     Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf (old spec).
23862     Moreover, test suite Malayalam failures are down to 312 from 875!  No
23863     change in other scripts.
23864
23865     Current numbers:
23866
23867     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
23868     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
23869     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
23870     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
23871     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
23872     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
23873     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
23874     MALAYALAM: 1047541 out of 1048416 tests passed. 875 failed
23875     (0.0834592%)
23876     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
23877     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
23878     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
23879     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
23880     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
23881
23882  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++---
23883  1 file changed, 5 insertions(+), 3 deletions(-)
23884
23885 commit 6732d62e78b13842ead9549c97bede25c73976cb
23886 Author: Behdad Esfahbod <behdad@behdad.org>
23887 Date:   Thu Aug 23 15:19:45 2012 -0400
23888
23889     [Indic] Implement pre-base reordering Ra for old-spec Malayalam
23890
23891     Fixes Pa,H,Ra sequence with AnjaliNewLipi.ttf.
23892
23893  src/hb-ot-shape-complex-indic.cc | 5 ++---
23894  1 file changed, 2 insertions(+), 3 deletions(-)
23895
23896 commit 80cd92326f8a3f48a7821e720e8ecb2072e73286
23897 Author: Behdad Esfahbod <behdad@behdad.org>
23898 Date:   Thu Aug 23 12:06:14 2012 -0400
23899
23900     [Indic] Only apply basic features per-syllable
23901
23902     Free up syllables and let features work across syllables for the
23903     presentation forms features and GPOS.
23904
23905     Fixed:
23906     - 1 GURMUKHI test (remains 40)
23907     - 12 KHMER tests (remains 18)
23908     - 11 SINHALA tests (remains 121)
23909
23910     Regresses:
23911     - 5 MALAYALAM tests (up to 312)
23912
23913     Current numbers:
23914
23915     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
23916     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
23917     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
23918     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
23919     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
23920     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
23921     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
23922     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
23923     (0.0297592%)
23924     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
23925     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
23926     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
23927     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
23928     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
23929
23930  src/hb-ot-shape-complex-indic.cc | 4 ++++
23931  1 file changed, 4 insertions(+)
23932
23933 commit df5d5c68f3a5cab17bf4a429802a1a1a834c3456
23934 Author: Behdad Esfahbod <behdad@behdad.org>
23935 Date:   Thu Aug 23 09:33:30 2012 -0400
23936
23937     Whitespace
23938
23939  src/hb-ot-layout-gpos-table.hh | 20 ++++++++++----------
23940  1 file changed, 10 insertions(+), 10 deletions(-)
23941
23942 commit 7fe00d15da20193ca94a8ead9aee60df24074a9e
23943 Author: Behdad Esfahbod <behdad@behdad.org>
23944 Date:   Sat Aug 18 13:59:46 2012 -0400
23945
23946     Release 0.9.3
23947
23948  NEWS         | 16 ++++++++++++++++
23949  configure.ac |  2 +-
23950  2 files changed, 17 insertions(+), 1 deletion(-)
23951
23952 commit 7068e534c4ef7ed2eb7ef8e1370fd4a449556ce8
23953 Author: Behdad Esfahbod <behdad@behdad.org>
23954 Date:   Sat Aug 18 13:56:10 2012 -0400
23955
23956     Fix ChangeLog generation rule
23957
23958  Makefile.am | 2 +-
23959  1 file changed, 1 insertion(+), 1 deletion(-)
23960
23961 commit 2f1747ed7d28148807ad07eb8e22db3ab5c54966
23962 Author: Behdad Esfahbod <behdad@behdad.org>
23963 Date:   Thu Aug 16 11:46:46 2012 -0400
23964
23965     Add comment
23966
23967  src/hb-ot-shape-complex-arabic.cc | 4 ++++
23968  1 file changed, 4 insertions(+)
23969
23970 commit bd08d5d126aa878d1dbf7bfd4b1a764c170cd9ad
23971 Author: Behdad Esfahbod <behdad@behdad.org>
23972 Date:   Thu Aug 16 11:35:50 2012 -0400
23973
23974     [OT] Fix Arabic shaper OOB access
23975
23976     https://bugzilla.mozilla.org/show_bug.cgi?id=782908
23977
23978  src/hb-ot-shape-complex-arabic.cc | 2 +-
23979  1 file changed, 1 insertion(+), 1 deletion(-)
23980
23981 commit b161bfc4f6f2db0edea780b95b798ff7b559cf33
23982 Author: Behdad Esfahbod <behdad@behdad.org>
23983 Date:   Thu Aug 16 08:09:44 2012 -0400
23984
23985     [configure] Cleanup check for ICU
23986
23987     Check for upstream-provided 'icu-uc' pkgconfig package.
23988
23989  configure.ac | 21 +--------------------
23990  1 file changed, 1 insertion(+), 20 deletions(-)
23991
23992 commit daf0731865f91da960446928667d4095bde471ea
23993 Author: Behdad Esfahbod <behdad@behdad.org>
23994 Date:   Thu Aug 16 07:32:59 2012 -0400
23995
23996     [ICU] Fix includes
23997
23998     As reported by Steven Loomis, including uversion.h works everywhere.
23999
24000  src/hb-icu.cc | 6 ------
24001  1 file changed, 6 deletions(-)
24002
24003 commit a67ba9c0fe6798a3500af9f4acee8d678f5144ee
24004 Author: Behdad Esfahbod <behdad@behdad.org>
24005 Date:   Wed Aug 15 18:52:17 2012 -0400
24006
24007     Whitespace
24008
24009  src/hb-old/Makefile.am | 4 ++--
24010  1 file changed, 2 insertions(+), 2 deletions(-)
24011
24012 commit 9fe76051f7003d6b6a10486c5595bf1a4dbf5fe6
24013 Author: Behdad Esfahbod <behdad@behdad.org>
24014 Date:   Wed Aug 15 17:24:28 2012 -0400
24015
24016     [NEWS] Fix date
24017
24018     Oops!
24019
24020  NEWS | 2 +-
24021  1 file changed, 1 insertion(+), 1 deletion(-)
24022
24023 commit 45c1383cc7315f89c23c0ed388b99e87224884e7
24024 Author: Behdad Esfahbod <behdad@behdad.org>
24025 Date:   Tue Aug 14 09:33:18 2012 -0400
24026
24027     Minor
24028
24029  src/hb-coretext.cc       | 8 ++++----
24030  src/hb-fallback-shape.cc | 8 ++++----
24031  src/hb-graphite2.cc      | 8 ++++----
24032  src/hb-uniscribe.cc      | 8 ++++----
24033  4 files changed, 16 insertions(+), 16 deletions(-)
24034
24035 commit 4ac4c6f2e12ddc8bf5e750671321458218b6e0c8
24036 Author: Behdad Esfahbod <behdad@behdad.org>
24037 Date:   Mon Aug 13 10:52:52 2012 -0400
24038
24039     Fix ICU build with older ICUs
24040
24041  src/hb-icu.cc | 7 ++++++-
24042  1 file changed, 6 insertions(+), 1 deletion(-)
24043
24044 commit 883cbf5ed79d2b60191f803a5ee3f3e4496f3441
24045 Author: Behdad Esfahbod <behdad@behdad.org>
24046 Date:   Sun Aug 12 17:11:27 2012 -0400
24047
24048     Minor
24049
24050  contrib/README | 2 ++
24051  1 file changed, 2 insertions(+)
24052
24053 commit b7a4d37d0b162f2222b65d09b9271b8c636086f8
24054 Author: Behdad Esfahbod <behdad@behdad.org>
24055 Date:   Sat Aug 11 21:32:23 2012 -0400
24056
24057     minor
24058
24059  configure.ac | 2 ++
24060  1 file changed, 2 insertions(+)
24061
24062 commit d5045a5f4017631a4660f985fe451c5a64c42ca0
24063 Author: Behdad Esfahbod <behdad@behdad.org>
24064 Date:   Sat Aug 11 21:26:25 2012 -0400
24065
24066     [ICU] Use new normalizer2 compose/decompose API
24067
24068     It's considerably faster than the fallback implementation we had
24069     previously!
24070
24071  src/hb-buffer.cc          |  9 +++---
24072  src/hb-glib.cc            | 26 +++++++---------
24073  src/hb-icu.cc             | 75
24074  +++++++++++++++++++++++++++++++++++++----------
24075  src/hb-unicode-private.hh | 13 ++------
24076  src/hb-unicode.cc         | 35 ++++++++++++++++++++--
24077  src/hb-warning.cc         |  8 -----
24078  6 files changed, 110 insertions(+), 56 deletions(-)
24079
24080 commit 2b73a1f112c489c2553743c08dc03cd89f60cb2d
24081 Author: Behdad Esfahbod <behdad@behdad.org>
24082 Date:   Sat Aug 11 19:17:54 2012 -0400
24083
24084     Add TODO
24085
24086  TODO | 1 +
24087  1 file changed, 1 insertion(+)
24088
24089 commit 9f9f04c2229227bb0712166e824157bbbf5cef80
24090 Author: Behdad Esfahbod <behdad@behdad.org>
24091 Date:   Sat Aug 11 18:34:13 2012 -0400
24092
24093     [OT] Unbreak Thai shaping and fallback Arabic shaping
24094
24095     The merger of normalizer and glyph-mapping broke shapers that
24096     modified text stream.  Unbreak them by adding a new preprocess_text
24097     shaping stage that happens before normalizing/cmap and disallow
24098     setup_mask modification of actual text.
24099
24100  src/hb-ot-shape-complex-arabic.cc  | 42
24101  ++++++++++++++++++++++++++++----------
24102  src/hb-ot-shape-complex-indic.cc   |  1 +
24103  src/hb-ot-shape-complex-misc.cc    | 12 ++++++-----
24104  src/hb-ot-shape-complex-private.hh | 15 +++++++++++---
24105  src/hb-ot-shape.cc                 |  3 +++
24106  5 files changed, 54 insertions(+), 19 deletions(-)
24107
24108 commit e9f28a38f54b98fa59f9159ccaaa3be6027e1378
24109 Author: Behdad Esfahbod <behdad@behdad.org>
24110 Date:   Sat Aug 11 18:20:28 2012 -0400
24111
24112     [OT] Add shape_plan to Arabic shaper
24113
24114  src/hb-ot-shape-complex-arabic.cc | 82
24115  +++++++++++++++++++++++++--------------
24116  1 file changed, 53 insertions(+), 29 deletions(-)
24117
24118 commit 344cc56698a8c84c4c1a05a71d829e5171aa3a60
24119 Author: Behdad Esfahbod <behdad@behdad.org>
24120 Date:   Sat Aug 11 17:36:23 2012 -0400
24121
24122     Add TODO
24123
24124  TODO | 4 ++++
24125  1 file changed, 4 insertions(+)
24126
24127 commit daf13afb0801740dcc7900c4af190e24b80a05c0
24128 Author: Behdad Esfahbod <behdad@behdad.org>
24129 Date:   Fri Aug 10 16:38:44 2012 -0400
24130
24131     [OT] Implement fallback mark positioning for "double" combining marks
24132
24133  src/hb-ot-shape-fallback.cc | 9 ++++++++-
24134  1 file changed, 8 insertions(+), 1 deletion(-)
24135
24136 commit d345313104d9e3c8a8533ccdebd74e0648d0bee3
24137 Author: Behdad Esfahbod <behdad@behdad.org>
24138 Date:   Fri Aug 10 16:34:04 2012 -0400
24139
24140     [OT] Fix fallback mark positioning with left-to-right text
24141
24142     Ouch!
24143
24144  src/hb-ot-shape-fallback.cc | 13 +++++++++++--
24145  1 file changed, 11 insertions(+), 2 deletions(-)
24146
24147 commit e297ee4acd6f9d950f8542fc6ad71fd580b69284
24148 Author: Behdad Esfahbod <behdad@behdad.org>
24149 Date:   Fri Aug 10 14:49:37 2012 -0400
24150
24151     Bump version to 0.9.2
24152
24153     A *real* release this time, with NEWS, ChangeLog, etc.
24154
24155  AUTHORS      |   8 ++++
24156  COPYING      |   9 ++--
24157  Makefile.am  |  13 +++---
24158  NEWS         | 136
24159  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24160  THANKS       |   7 +++
24161  configure.ac |   4 +-
24162  6 files changed, 165 insertions(+), 12 deletions(-)
24163
24164 commit 6efe1200b97cefe019857b0b5951a4a87deeb02b
24165 Author: Behdad Esfahbod <behdad@behdad.org>
24166 Date:   Fri Aug 10 13:49:32 2012 -0400
24167
24168     Bump version to 0.9.1
24169
24170  configure.ac | 2 +-
24171  1 file changed, 1 insertion(+), 1 deletion(-)
24172
24173 commit 206ab6057303273590a3d005660e075bdcee0f5f
24174 Author: Behdad Esfahbod <behdad@behdad.org>
24175 Date:   Fri Aug 10 09:06:30 2012 -0400
24176
24177     [test] Move around
24178
24179  test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST         |
24180  2 +-
24181  .../texts/in-tree/shaper-arabic/script-arabic/language-urdu/MANIFEST    |
24182  1 +
24183  .../shaper-arabic/script-arabic/{ => language-urdu}/crulp/MANIFEST
24184  | 0
24185  .../script-arabic/{ => language-urdu}/crulp/ligatures/2grams.txt
24186  | 0
24187  .../script-arabic/{ => language-urdu}/crulp/ligatures/3grams.txt
24188  | 0
24189  .../script-arabic/{ => language-urdu}/crulp/ligatures/4grams.txt
24190  | 0
24191  .../script-arabic/{ => language-urdu}/crulp/ligatures/5grams.txt
24192  | 0
24193  .../script-arabic/{ => language-urdu}/crulp/ligatures/6grams.txt
24194  | 0
24195  .../script-arabic/{ => language-urdu}/crulp/ligatures/7grams.txt
24196  | 0
24197  .../script-arabic/{ => language-urdu}/crulp/ligatures/8grams.txt
24198  | 0
24199  .../script-arabic/{ => language-urdu}/crulp/ligatures/LICENSE
24200  | 0
24201  .../script-arabic/{ => language-urdu}/crulp/ligatures/MANIFEST
24202  | 0
24203  .../script-arabic/{ => language-urdu}/crulp/ligatures/README            |
24204  0
24205  .../script-arabic/{ => language-urdu}/crulp/ligatures/SOURCES
24206  | 0
24207  14 files changed, 2 insertions(+), 1 deletion(-)
24208
24209 commit 7a484c601e0958533eb85a6902296733c39537fe
24210 Author: Behdad Esfahbod <behdad@behdad.org>
24211 Date:   Fri Aug 10 09:05:29 2012 -0400
24212
24213     [test] Add Urdu ligature sequences from CRULP
24214
24215  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |    1 +
24216  .../shaper-arabic/script-arabic/crulp/MANIFEST     |    1 +
24217  .../script-arabic/crulp/ligatures/2grams.txt       |  601 ++
24218  .../script-arabic/crulp/ligatures/3grams.txt       | 3415 +++++++++++
24219  .../script-arabic/crulp/ligatures/4grams.txt       | 6316
24220  ++++++++++++++++++++
24221  .../script-arabic/crulp/ligatures/5grams.txt       | 5029
24222  ++++++++++++++++
24223  .../script-arabic/crulp/ligatures/6grams.txt       | 1542 +++++
24224  .../script-arabic/crulp/ligatures/7grams.txt       |  354 ++
24225  .../script-arabic/crulp/ligatures/8grams.txt       |   26 +
24226  .../script-arabic/crulp/ligatures/LICENSE          |    3 +
24227  .../script-arabic/crulp/ligatures/MANIFEST         |    7 +
24228  .../script-arabic/crulp/ligatures/README           |   16 +
24229  .../script-arabic/crulp/ligatures/SOURCES          |    4 +
24230  13 files changed, 17315 insertions(+)
24231
24232 commit f4cb4762986a28634fa7de9b706f9d37859b881e
24233 Author: Behdad Esfahbod <behdad@behdad.org>
24234 Date:   Fri Aug 10 03:51:44 2012 -0400
24235
24236     [OT] Slightly adjust normalizer
24237
24238     The change is very subtle.  If we have a single-char cluster that
24239     decomposes to three or more characters, then try recomposition, in
24240     case the farther mark may compose with the base.
24241
24242  src/hb-ot-shape-normalize.cc | 81
24243  +++++++++++++++++++++++++++++---------------
24244  1 file changed, 54 insertions(+), 27 deletions(-)
24245
24246 commit 07d682806349aee81f53114778ce0beb23909ed7
24247 Author: Behdad Esfahbod <behdad@behdad.org>
24248 Date:   Fri Aug 10 03:28:50 2012 -0400
24249
24250     Minor
24251
24252  src/hb-ot-shape-normalize.cc | 25 ++++++++-----------------
24253  src/hb-ot-shape.cc           |  2 +-
24254  2 files changed, 9 insertions(+), 18 deletions(-)
24255
24256 commit b00321ea78793d9b3592b5173a9800e6322424fe
24257 Author: Behdad Esfahbod <behdad@behdad.org>
24258 Date:   Thu Aug 9 22:33:32 2012 -0400
24259
24260     [OT] Avoid calling get_glyph() twice
24261
24262     Essentially move the glyph mapping to normalization process.
24263     The effect on Devanagari is small (but observable).  Should be more
24264     observable in simple text, like ASCII.
24265
24266  src/hb-ot-shape-normalize-private.hh |  2 +
24267  src/hb-ot-shape-normalize.cc         | 76
24268  +++++++++++++++++++++++++-----------
24269  src/hb-ot-shape.cc                   | 44 ++++++++++-----------
24270  3 files changed, 77 insertions(+), 45 deletions(-)
24271
24272 commit 12c0875eafa4bd92db650e5acca046d99594d1e6
24273 Author: Behdad Esfahbod <behdad@behdad.org>
24274 Date:   Thu Aug 9 22:00:53 2012 -0400
24275
24276     [OT] Remove redundant check
24277
24278  src/hb-ot-shape.cc | 5 +----
24279  1 file changed, 1 insertion(+), 4 deletions(-)
24280
24281 commit 5c60b70c89b4e0a6512d9fd1ab5394dd76feb742
24282 Author: Behdad Esfahbod <behdad@behdad.org>
24283 Date:   Thu Aug 9 21:58:07 2012 -0400
24284
24285     [OT] More code shuffling around
24286
24287     Preparing for merging map_glyphs() and normalize().
24288
24289  src/hb-ot-shape.cc | 167
24290  +++++++++++++++++++++++++++--------------------------
24291  1 file changed, 86 insertions(+), 81 deletions(-)
24292
24293 commit cd0c6e148f6d078b364370cb2f808b793b921be2
24294 Author: Behdad Esfahbod <behdad@behdad.org>
24295 Date:   Thu Aug 9 21:48:55 2012 -0400
24296
24297     Shuffle buffer variable allocations around
24298
24299     To room for more allocations, coming.
24300
24301  src/hb-ot-layout-private.hh              | 6 +++---
24302  src/hb-ot-shape-complex-arabic.cc        | 2 +-
24303  src/hb-ot-shape-complex-indic-private.hh | 4 ++--
24304  src/hb-ot-shape-complex-private.hh       | 5 ++---
24305  src/hb-ot-shape-private.hh               | 4 ++--
24306  5 files changed, 10 insertions(+), 11 deletions(-)
24307
24308 commit 8d1eef3f32fb539de2a72804fa3834acc18daab5
24309 Author: Behdad Esfahbod <behdad@behdad.org>
24310 Date:   Thu Aug 9 21:31:52 2012 -0400
24311
24312     Minor
24313
24314  src/hb-ot-shape-normalize.cc | 50
24315  +++++++++++++++++++++++++++-----------------
24316  1 file changed, 31 insertions(+), 19 deletions(-)
24317
24318 commit 56c9e7c004e802ddcb8c704346026f1d7a812f9f
24319 Author: Behdad Esfahbod <behdad@behdad.org>
24320 Date:   Thu Aug 9 21:12:30 2012 -0400
24321
24322     Fill out combining class resetting for fallback shaping
24323     Thai/Lao/Tibetan
24324
24325  src/hb-ot-shape-fallback.cc | 38 +++++++++++++++++++++++++++++++++++++-
24326  src/hb-unicode-private.hh   |  7 ++++---
24327  src/hb-unicode.cc           |  2 +-
24328  3 files changed, 42 insertions(+), 5 deletions(-)
24329
24330 commit a321e1d51e0e7fa02738410e8d6e77c841bc6b13
24331 Author: Behdad Esfahbod <behdad@behdad.org>
24332 Date:   Thu Aug 9 18:30:34 2012 -0400
24333
24334     Revert "Reject lookups with no subTable"
24335
24336     This reverts commit 30ec9002d84e8b49290e782e6192069821ffa942.
24337
24338     See previous commit.
24339
24340  src/hb-ot-layout-common-private.hh | 1 -
24341  1 file changed, 1 deletion(-)
24342
24343 commit 2eaf482b371034ce6ebfaedee98049b036fd3493
24344 Author: Behdad Esfahbod <behdad@behdad.org>
24345 Date:   Thu Aug 9 18:30:05 2012 -0400
24346
24347     Revert "[GSUB/GPOS] Reject Context/ChainContext lookups with zero
24348     input"
24349
24350     This reverts commit 0981068b75710397f08e0d2d776a0a2ea68d7117.
24351
24352     I was confused.  Even if we access coverage[0] unconditionally,
24353     we don't
24354     need bound checks since the array machinary already handles that.
24355
24356  src/hb-ot-layout-gsubgpos-private.hh | 2 --
24357  1 file changed, 2 deletions(-)
24358
24359 commit a02d86484be870615297abfc7be9f94645434762
24360 Author: Behdad Esfahbod <behdad@behdad.org>
24361 Date:   Wed Aug 8 18:04:29 2012 -0400
24362
24363     Add check-exported-symbols.sh
24364
24365     And misc linking fixes.
24366
24367  src/Makefile.am                  |  1 +
24368  src/check-exported-symbols.sh    | 40
24369  ++++++++++++++++++++++++++++++++++++++++
24370  src/check-internal-symbols.sh    |  2 +-
24371  src/hb-ot-shape-complex-indic.cc |  2 +-
24372  src/hb-ot-shape.cc               |  6 +++---
24373  5 files changed, 46 insertions(+), 5 deletions(-)
24374
24375 commit 4c8ac4f47e95d2b266b2f64e75c55af8233b6b91
24376 Author: Behdad Esfahbod <behdad@behdad.org>
24377 Date:   Wed Aug 8 17:44:19 2012 -0400
24378
24379     Misc minor fixes
24380
24381  src/check-internal-symbols.sh |  10 +--
24382  src/hb-font-private.hh        |  29 +++++++-
24383  src/hb-font.cc                |  63 +++++++---------
24384  src/hb-font.h                 |   2 +-
24385  src/hb-graphite2.cc           |   4 +-
24386  src/hb-old.cc                 |   2 +-
24387  src/hb-ot-layout.cc           |   6 +-
24388  src/hb-ot-shape-fallback.cc   |  10 +--
24389  src/hb-ot-shape.cc            |   2 +-
24390  src/hb-shape-plan.cc          |   2 +-
24391  src/hb-shape-plan.h           |   2 +-
24392  src/hb-tt-font.cc             | 166
24393  +-----------------------------------------
24394  12 files changed, 72 insertions(+), 226 deletions(-)
24395
24396 commit 560d68af8168d1baff607b9616a3590af70fe9ec
24397 Author: Behdad Esfahbod <behdad@behdad.org>
24398 Date:   Wed Aug 8 17:16:01 2012 -0400
24399
24400     Use a export-file for Windows builds
24401
24402     Apparently even that doesn't make check-internal-symbols.sh happy with
24403     mingw32.  Going to disable that for DLLs again, but hopefully the
24404     export-file is doing *something*.
24405
24406  configure.ac    | 14 +++++++++++++-
24407  src/Makefile.am | 22 +++++++++++++++++++++-
24408  src/hb-buffer.h |  4 ++--
24409  3 files changed, 36 insertions(+), 4 deletions(-)
24410
24411 commit f8751cf8e0a16125d63a88da65fdbfa76a19453f
24412 Author: Behdad Esfahbod <behdad@behdad.org>
24413 Date:   Wed Aug 8 17:15:44 2012 -0400
24414
24415     [hb-old] speed-up build
24416
24417  src/hb-old/harfbuzz-external.h | 3 ++-
24418  1 file changed, 2 insertions(+), 1 deletion(-)
24419
24420 commit 5f4c52867ce67faa15f5d26b59c18c8d068e9261
24421 Author: Behdad Esfahbod <behdad@behdad.org>
24422 Date:   Wed Aug 8 16:53:37 2012 -0400
24423
24424     Minor
24425
24426  src/hb-ot-layout.h | 1 -
24427  1 file changed, 1 deletion(-)
24428
24429 commit fe2b8a7777ab1c84980424ede713cb0d6701f987
24430 Author: Behdad Esfahbod <behdad@behdad.org>
24431 Date:   Wed Aug 8 15:27:14 2012 -0400
24432
24433     Minor
24434
24435  TODO | 4 ++--
24436  1 file changed, 2 insertions(+), 2 deletions(-)
24437
24438 commit 7e7d245b332306949a19c628bacd920717434769
24439 Author: Behdad Esfahbod <behdad@behdad.org>
24440 Date:   Wed Aug 8 15:23:48 2012 -0400
24441
24442     Make default_language threadsafe
24443
24444  src/hb-common.cc | 15 +++++----------
24445  1 file changed, 5 insertions(+), 10 deletions(-)
24446
24447 commit 06b192c458010c847362d809673209c87ea29949
24448 Author: Behdad Esfahbod <behdad@behdad.org>
24449 Date:   Wed Aug 8 15:23:45 2012 -0400
24450
24451     Minor
24452
24453  src/hb-common.h | 3 ++-
24454  1 file changed, 2 insertions(+), 1 deletion(-)
24455
24456 commit 37191ede7583fdb864db32a8f4d90956657926c7
24457 Author: Behdad Esfahbod <behdad@behdad.org>
24458 Date:   Wed Aug 8 14:59:09 2012 -0400
24459
24460     Minor
24461
24462  src/hb-common.h | 4 ++--
24463  src/hb-icu.h    | 1 -
24464  2 files changed, 2 insertions(+), 3 deletions(-)
24465
24466 commit 6d9a329a8a0f11f4b175e407de59c55924de1ef6
24467 Author: Behdad Esfahbod <behdad@behdad.org>
24468 Date:   Wed Aug 8 14:48:41 2012 -0400
24469
24470     Adjust a couple source checks
24471
24472  src/check-internal-symbols.sh |  4 ++--
24473  src/check-static-inits.sh     | 10 ++++++++--
24474  2 files changed, 10 insertions(+), 4 deletions(-)
24475
24476 commit 9c929abdcfef44c0193a2917b20981df37ade21c
24477 Author: Behdad Esfahbod <behdad@behdad.org>
24478 Date:   Wed Aug 8 14:33:37 2012 -0400
24479
24480     Minor renaming
24481
24482  src/Makefile.am                                                   |
24483  4 ++--
24484  ...sition-fallback-private.hh => hb-ot-shape-fallback-private.hh} |
24485  8 ++++----
24486  src/{hb-ot-shape-position-fallback.cc => hb-ot-shape-fallback.cc} |
24487  4 ++--
24488  src/hb-ot-shape.cc                                                |
24489  4 ++--
24490  4 files changed, 10 insertions(+), 10 deletions(-)
24491
24492 commit 801298b590effd768607bb532dc83c73ba65d16b
24493 Author: Behdad Esfahbod <behdad@behdad.org>
24494 Date:   Wed Aug 8 14:26:36 2012 -0400
24495
24496     Fix cast
24497
24498     https://bugs.freedesktop.org/show_bug.cgi?id=53233
24499
24500  src/hb-buffer-private.hh | 10 ++++++----
24501  src/hb-shape-plan.cc     |  4 ++--
24502  2 files changed, 8 insertions(+), 6 deletions(-)
24503
24504 commit 21756934a15e31dc243e2b6d80adec5752477652
24505 Author: Behdad Esfahbod <behdad@behdad.org>
24506 Date:   Wed Aug 8 01:20:45 2012 -0400
24507
24508     [OT] Implement fallback positioning
24509
24510     Implemented for Arabic, Hebrew, and generic marks.
24511     Activated if no GPOS table present.
24512
24513  src/hb-font.h                        |   3 +-
24514  src/hb-ft.cc                         |   3 +-
24515  src/hb-old.cc                        |   2 +-
24516  src/hb-ot-shape-position-fallback.cc | 237
24517  ++++++++++++++++++++++++++++++++++-
24518  src/hb-unicode-private.hh            |  81 ++++++++++++
24519  src/hb-unicode.cc                    | 107 ++++++----------
24520  6 files changed, 356 insertions(+), 77 deletions(-)
24521
24522 commit fb56e7628362a73e20f7f0b49fe31e802dc01f4f
24523 Author: Behdad Esfahbod <behdad@behdad.org>
24524 Date:   Tue Aug 7 23:44:47 2012 -0400
24525
24526     [hb-old] Fix warnings
24527
24528  src/hb-old/harfbuzz-shaper.cpp | 2 ++
24529  1 file changed, 2 insertions(+)
24530
24531 commit affaf8a0e5aa38e5820455f789eebf916e02eb7b
24532 Author: Behdad Esfahbod <behdad@behdad.org>
24533 Date:   Tue Aug 7 22:41:38 2012 -0400
24534
24535     [OT] Start adding fallback positioning
24536
24537     Used when there is no GPOS.
24538
24539  src/Makefile.am                              |  2 ++
24540  src/hb-ot-shape-position-fallback-private.hh | 39 +++++++++++++++++++++++
24541  src/hb-ot-shape-position-fallback.cc         | 47
24542  ++++++++++++++++++++++++++++
24543  src/hb-ot-shape.cc                           | 23 +++-----------
24544  4 files changed, 93 insertions(+), 18 deletions(-)
24545
24546 commit 7e4920fd1577987bf6804f67765e22a84983e057
24547 Author: Behdad Esfahbod <behdad@behdad.org>
24548 Date:   Tue Aug 7 22:32:23 2012 -0400
24549
24550     Minor
24551
24552  src/hb-ot-shape.cc | 2 +-
24553  1 file changed, 1 insertion(+), 1 deletion(-)
24554
24555 commit 472f229a63f0d1bb21b02179ef430b7698df8f12
24556 Author: Behdad Esfahbod <behdad@behdad.org>
24557 Date:   Tue Aug 7 22:25:24 2012 -0400
24558
24559     [GSUB] Generalize would_apply()
24560
24561     Fixes logic also, where before we were always matching if
24562     glyphs_len==1
24563     and a ligature started with the glyph.
24564
24565  src/hb-ot-layout-gsub-table.hh       | 26 ++++++++++++++++++++-----
24566  src/hb-ot-layout-gsubgpos-private.hh | 37
24567  ++++++++++++++++++------------------
24568  src/hb-ot-layout.cc                  |  3 +--
24569  3 files changed, 40 insertions(+), 26 deletions(-)
24570
24571 commit 6f3a300138f659020c21c3e08b7981c78df5f332
24572 Author: Behdad Esfahbod <behdad@behdad.org>
24573 Date:   Tue Aug 7 22:13:25 2012 -0400
24574
24575     Add hb_font_glyph_from/to_string
24576
24577  src/hb-font-private.hh       | 43
24578  +++++++++++++++++++++++++++++++++++++++++++
24579  src/hb-font.cc               | 24 ++++++++++++++++++++----
24580  src/hb-font.h                | 11 +++++++++++
24581  src/hb-private.hh            | 16 ++++++++++++++++
24582  src/test-would-substitute.cc | 11 ++++++++++-
24583  util/options.cc              |  2 +-
24584  6 files changed, 101 insertions(+), 6 deletions(-)
24585
24586 commit eb56f6ae96260c5b4bcd4e1dfb7ab733a230f3a8
24587 Author: Behdad Esfahbod <behdad@behdad.org>
24588 Date:   Tue Aug 7 21:44:25 2012 -0400
24589
24590     Minor
24591
24592  src/hb-mutex-private.hh | 1 +
24593  src/hb-uniscribe.cc     | 1 +
24594  src/hb-uniscribe.h      | 2 ++
24595  3 files changed, 4 insertions(+)
24596
24597 commit f4e48adcdd4315ce09e755f87a0f801d88194f42
24598 Author: Behdad Esfahbod <behdad@behdad.org>
24599 Date:   Tue Aug 7 21:12:49 2012 -0400
24600
24601     [OT] Apply 'rclt' feature in horizontal mode
24602
24603     'rclt' is "Required Contextual Forms" being proposed by Microsoft.
24604     It's like 'calt', but supposedly always on.  We apply 'calt' anyway,
24605     and now apply this too.
24606
24607  src/hb-ot-shape.cc | 1 +
24608  1 file changed, 1 insertion(+)
24609
24610 commit b1914b8bd08ecdea79930dda7e3bb2ae9e6134a1
24611 Author: Behdad Esfahbod <behdad@behdad.org>
24612 Date:   Tue Aug 7 16:57:48 2012 -0400
24613
24614     Fix warnings
24615
24616  src/hb-icu.cc | 6 +++---
24617  1 file changed, 3 insertions(+), 3 deletions(-)
24618
24619 commit 0f8881d6bbf6cd59938315eeff9b71cfc736aa4e
24620 Author: Behdad Esfahbod <behdad@behdad.org>
24621 Date:   Tue Aug 7 16:57:02 2012 -0400
24622
24623     More refactoring
24624
24625  src/hb-ot-shape-normalize.cc | 161
24626  +++++++++++++++++++++++++++++++++++++++++-
24627  src/hb-unicode-private.hh    | 164
24628  +------------------------------------------
24629  2 files changed, 162 insertions(+), 163 deletions(-)
24630
24631 commit 428dfcab6634ff264570a0a5d715efb8048c3db5
24632 Author: Behdad Esfahbod <behdad@behdad.org>
24633 Date:   Tue Aug 7 16:51:48 2012 -0400
24634
24635     Minor refactoring
24636
24637  src/hb-ot-shape-normalize.cc | 27 +++++++++++++++++++++++----
24638  1 file changed, 23 insertions(+), 4 deletions(-)
24639
24640 commit 61f41849af6ff9edf8b55cf9610066d1bfb4a8df
24641 Author: Behdad Esfahbod <behdad@behdad.org>
24642 Date:   Tue Aug 7 16:45:27 2012 -0400
24643
24644     Add Hebrew presentation forms shaping
24645
24646     Lifted from https://bugzilla.mozilla.org/show_bug.cgi?id=728866
24647
24648  src/hb-unicode-private.hh | 121
24649  +++++++++++++++++++++++++++++++++++++++++++++-
24650  1 file changed, 120 insertions(+), 1 deletion(-)
24651
24652 commit 32d71dc13317b322e2c5de00d767b2cb15fddd8b
24653 Author: Behdad Esfahbod <behdad@behdad.org>
24654 Date:   Tue Aug 7 14:11:16 2012 -0400
24655
24656     [Graphite] Minor
24657
24658  src/hb-graphite2.cc | 60
24659  +++++++++++++++++++++++++----------------------------
24660  1 file changed, 28 insertions(+), 32 deletions(-)
24661
24662 commit 030ac5022e8a43b9329c26e72527bafc582ef44b
24663 Author: Behdad Esfahbod <behdad@behdad.org>
24664 Date:   Tue Aug 7 13:01:12 2012 -0400
24665
24666     Remove enum trailing comma
24667
24668     ...again.
24669
24670  src/hb-ot-shape-normalize-private.hh | 2 +-
24671  1 file changed, 1 insertion(+), 1 deletion(-)
24672
24673 commit 368b4e7649f9bc8c6bebf7c7ff03c9b9ec425a25
24674 Author: Behdad Esfahbod <behdad@behdad.org>
24675 Date:   Mon Aug 6 23:06:04 2012 -0400
24676
24677     Minor
24678
24679  src/hb-font.cc | 6 ++++--
24680  1 file changed, 4 insertions(+), 2 deletions(-)
24681
24682 commit ade7459ea7c75b4f33f7cfa43dd5bdfa0c18d6d5
24683 Author: Behdad Esfahbod <behdad@behdad.org>
24684 Date:   Mon Aug 6 19:42:47 2012 -0700
24685
24686     [util] Fix leaks
24687
24688  src/hb-graphite2.cc | 18 ++++++++++++++----
24689  util/options.cc     |  2 +-
24690  util/options.hh     |  2 +-
24691  3 files changed, 16 insertions(+), 6 deletions(-)
24692
24693 commit 2fef993460dcfd94c92ab35413bdde18ad2b0ceb
24694 Author: Behdad Esfahbod <behdad@behdad.org>
24695 Date:   Mon Aug 6 19:35:04 2012 -0700
24696
24697     [Graphite] Fix graphite2 backend with RTL text
24698
24699     Patch from Martin Hosken.
24700
24701  src/hb-graphite2.cc | 33 ++++++++++++++++++---------------
24702  1 file changed, 18 insertions(+), 15 deletions(-)
24703
24704 commit e4992e13e19877a73ea05fc1d31005a262c685ad
24705 Author: Behdad Esfahbod <behdad@behdad.org>
24706 Date:   Mon Aug 6 19:25:39 2012 -0700
24707
24708     [Graphite] Port graphite2 backend to new shaper infrastructure
24709
24710  src/hb-graphite2.cc   | 234
24711  +++++++++++++++++++++++---------------------------
24712  src/hb-graphite2.h    |   2 +-
24713  src/hb-shaper-list.hh |   2 +-
24714  3 files changed, 109 insertions(+), 129 deletions(-)
24715
24716 commit 66591ececfba9791de06c814f5f30131e95e5fd2
24717 Author: Behdad Esfahbod <behdad@behdad.org>
24718 Date:   Mon Aug 6 17:07:19 2012 -0700
24719
24720     Remove unnecessary lifecycle bits
24721
24722     We already set recount to INVALID when destroying.
24723     This block was not necessary.
24724
24725  src/hb-font.cc | 3 ---
24726  1 file changed, 3 deletions(-)
24727
24728 commit e3320ecc1b5a7eaccc7c9370b2d1b76850f054be
24729 Author: Behdad Esfahbod <behdad@behdad.org>
24730 Date:   Mon Aug 6 11:44:10 2012 -0700
24731
24732     Fix compiler warnings
24733
24734  configure.ac | 12 +++++++++---
24735  1 file changed, 9 insertions(+), 3 deletions(-)
24736
24737 commit 167b625d988b74572d6b2f646c285b666b650d49
24738 Author: Behdad Esfahbod <behdad@behdad.org>
24739 Date:   Sun Aug 5 21:16:26 2012 -0700
24740
24741     [Indic] Minor, move 'blwf' after 'half'
24742
24743     We don't apply them together anyway.  Should not make any difference
24744     right now.
24745
24746  src/hb-ot-shape-complex-indic.cc | 4 ++--
24747  1 file changed, 2 insertions(+), 2 deletions(-)
24748
24749 commit 048e3b596fb7fccd3fb5f48de98b6b67788f774a
24750 Author: Behdad Esfahbod <behdad@behdad.org>
24751 Date:   Sat Aug 4 18:04:57 2012 -0700
24752
24753     Speed up hb_set_digest_lowest_bits_t calcs
24754
24755  src/hb-set-private.hh | 10 +++++++---
24756  1 file changed, 7 insertions(+), 3 deletions(-)
24757
24758 commit 3d1b66a35e1ab3be19335705f310b278d76d66d2
24759 Author: Behdad Esfahbod <behdad@behdad.org>
24760 Date:   Sat Aug 4 17:42:28 2012 -0700
24761
24762     Speed up hb_set_digest_common_bits_t calcs
24763
24764  src/hb-set-private.hh | 6 +++---
24765  1 file changed, 3 insertions(+), 3 deletions(-)
24766
24767 commit bdc48a879a1900138d8caaa8d90fb9fe1e768d1d
24768 Author: Behdad Esfahbod <behdad@behdad.org>
24769 Date:   Sat Aug 4 17:08:38 2012 -0700
24770
24771     Enlarge glyph_name buffer
24772
24773     Lohit Devanagari has a glyph named:
24774     u0924_u094D.half_u0930_u094D.blwf.vatu
24775
24776  util/options.cc | 2 +-
24777  1 file changed, 1 insertion(+), 1 deletion(-)
24778
24779 commit 25326c2359b0a3e25222b94acd142bc36eff78a4
24780 Author: Behdad Esfahbod <behdad@behdad.org>
24781 Date:   Sat Aug 4 16:43:18 2012 -0700
24782
24783     Rewrite ARRAY_LENGTH as a template function
24784
24785     Such it wouldn't apply to pointers accidentally.
24786
24787  src/hb-ot-shape-complex-arabic-table.hh | 4 ++--
24788  src/hb-private.hh                       | 9 ++++++---
24789  2 files changed, 8 insertions(+), 5 deletions(-)
24790
24791 commit 8ba8042821e4581fe4e87419e58c823520441205
24792 Author: Behdad Esfahbod <behdad@behdad.org>
24793 Date:   Fri Aug 3 18:54:54 2012 -0700
24794
24795     [Indic] Fix consonant position font lookup logic
24796
24797     Oops.  I broken this badly and the test suite did not notice.  That
24798     worries me.  Have to investigate.
24799
24800  src/hb-ot-shape-complex-indic.cc | 6 +++---
24801  1 file changed, 3 insertions(+), 3 deletions(-)
24802
24803 commit abd0c05f1f7f0546593bb2f1c4d59db12cb32e46
24804 Author: Behdad Esfahbod <behdad@behdad.org>
24805 Date:   Fri Aug 3 18:45:05 2012 -0700
24806
24807     Minor
24808
24809  src/test-would-substitute.cc | 2 +-
24810  1 file changed, 1 insertion(+), 1 deletion(-)
24811
24812 commit 46ee108ef80f5d4675899862698a8c34d8fcfab5
24813 Author: Behdad Esfahbod <behdad@behdad.org>
24814 Date:   Fri Aug 3 18:21:13 2012 -0700
24815
24816     Fix leak
24817
24818  src/hb-shape-plan.cc | 2 ++
24819  1 file changed, 2 insertions(+)
24820
24821 commit 71baea0062da4d7f143d62da38492a0813814e49
24822 Author: Behdad Esfahbod <behdad@behdad.org>
24823 Date:   Fri Aug 3 17:40:07 2012 -0700
24824
24825     [OT] Use general-category, not GDEF class, to decide to zero mark
24826     advances
24827
24828     At this point, the GDEF glyph synthesis looks pointless.  Not that I
24829     have many fonts without GDEF lying around.
24830
24831     As for mark advance zeroing when GPOS not available, that also
24832     is being
24833     replaced by proper fallback mark positioning soon.
24834
24835  src/hb-ot-shape.cc | 7 ++-----
24836  1 file changed, 2 insertions(+), 5 deletions(-)
24837
24838 commit 3a7e137a68ec8f723dc3afa89c918ca2df7ff6bf
24839 Author: Behdad Esfahbod <behdad@behdad.org>
24840 Date:   Fri Aug 3 17:23:40 2012 -0700
24841
24842     Dn't use gint
24843
24844  src/hb-glib.cc | 4 ++--
24845  src/hb-icu.cc  | 2 +-
24846  2 files changed, 3 insertions(+), 3 deletions(-)
24847
24848 commit 11b0e20ba42bf0b17133c3e1087732802bb4f230
24849 Author: Behdad Esfahbod <behdad@behdad.org>
24850 Date:   Thu Aug 2 14:21:40 2012 -0400
24851
24852     [Indic] Add per-script configuration tables
24853
24854     This concludes the Indic shape_plan work.  May do for Arabic also...
24855
24856  src/hb-ot-shape-complex-indic-private.hh |  16 +-
24857  src/hb-ot-shape-complex-indic.cc         | 309
24858  +++++++++++++++----------------
24859  2 files changed, 159 insertions(+), 166 deletions(-)
24860
24861 commit 85fc6c483f6d734febbe39270e84701a651f01f1
24862 Author: Behdad Esfahbod <behdad@behdad.org>
24863 Date:   Thu Aug 2 12:21:44 2012 -0400
24864
24865     [Indic] Move more stuff to the shape_plan
24866
24867     Almost done.  Need to add per-script static tables.
24868
24869  src/hb-ot-shape-complex-indic-machine.rl |   4 +-
24870  src/hb-ot-shape-complex-indic.cc         | 216
24871  ++++++++++++++++---------------
24872  2 files changed, 116 insertions(+), 104 deletions(-)
24873
24874 commit 914ffaa40fcca020f65bacdd709421e9047afd83
24875 Author: Behdad Esfahbod <behdad@behdad.org>
24876 Date:   Thu Aug 2 11:03:39 2012 -0400
24877
24878     [Indic] Move more repeated work into shape_plan
24879
24880  src/hb-ot-shape-complex-indic.cc | 63
24881  ++++++++++++++++++++++++++--------------
24882  1 file changed, 42 insertions(+), 21 deletions(-)
24883
24884 commit a8c6da90f4c6e8d27a3a1b758a55476776d9f750
24885 Author: Behdad Esfahbod <behdad@behdad.org>
24886 Date:   Thu Aug 2 10:46:34 2012 -0400
24887
24888     [OT] Add per-complex-shaper shape_plan data
24889
24890     Hookup some Indic data to it.  More to come.
24891
24892  src/hb-ot-shape-complex-arabic.cc  |   2 +
24893  src/hb-ot-shape-complex-indic.cc   | 128
24894  ++++++++++++++++++++++---------------
24895  src/hb-ot-shape-complex-misc.cc    |   4 ++
24896  src/hb-ot-shape-complex-private.hh |  16 ++++-
24897  src/hb-ot-shape-private.hh         |   1 +
24898  src/hb-ot-shape.cc                 |  23 +++++--
24899  6 files changed, 113 insertions(+), 61 deletions(-)
24900
24901 commit 8bb5deba9630d35878eb6edb4643ecfabf99f15f
24902 Author: Behdad Esfahbod <behdad@behdad.org>
24903 Date:   Thu Aug 2 10:07:58 2012 -0400
24904
24905     [OT] Pipe shape_plan down to pause_callbacks
24906
24907  src/hb-ot-map-private.hh                 |  8 ++---
24908  src/hb-ot-map.cc                         | 11 ++++---
24909  src/hb-ot-shape-complex-indic-machine.rl |  4 +--
24910  src/hb-ot-shape-complex-indic.cc         | 50
24911  +++++++++++++++-----------------
24912  src/hb-ot-shape-private.hh               |  6 ++++
24913  src/hb-ot-shape.cc                       | 28 ++++++++++--------
24914  6 files changed, 57 insertions(+), 50 deletions(-)
24915
24916 commit 3e38c0f2886c38d2f0a9d80a97a36edf2479d2c7
24917 Author: Behdad Esfahbod <behdad@behdad.org>
24918 Date:   Thu Aug 2 09:44:18 2012 -0400
24919
24920     More massaging
24921
24922  src/hb-ot-map-private.hh          | 20 ++++++++------------
24923  src/hb-ot-map.cc                  | 17 ++++++++---------
24924  src/hb-ot-shape-complex-arabic.cc |  8 ++++----
24925  src/hb-ot-shape-complex-indic.cc  | 18 +++++++-----------
24926  4 files changed, 27 insertions(+), 36 deletions(-)
24927
24928 commit 16c6a27b4bffc19026944c7bea9cf0a3a8ff1d8f
24929 Author: Behdad Esfahbod <behdad@behdad.org>
24930 Date:   Thu Aug 2 09:38:28 2012 -0400
24931
24932     [OT] Port complex_shaper to planner/plan
24933
24934  src/hb-ot-shape-complex-arabic.cc  | 17 ++++++++---------
24935  src/hb-ot-shape-complex-indic.cc   | 19 ++++++++-----------
24936  src/hb-ot-shape-complex-misc.cc    | 20 ++++++++------------
24937  src/hb-ot-shape-complex-private.hh | 32 +++++++++++---------------------
24938  src/hb-ot-shape-private.hh         | 14 +++++++++++---
24939  src/hb-ot-shape.cc                 |  9 +++++----
24940  6 files changed, 51 insertions(+), 60 deletions(-)
24941
24942 commit 5393e3a62ba09fd7bcf3767b36225c8f49badb9d
24943 Author: Behdad Esfahbod <behdad@behdad.org>
24944 Date:   Thu Aug 2 09:24:35 2012 -0400
24945
24946     [OT] Minor refactoring
24947
24948  src/hb-ot-map.cc           |  4 ----
24949  src/hb-ot-shape-private.hh | 26 ++++++++++++++++++++++++++
24950  src/hb-ot-shape.cc         | 26 ++------------------------
24951  src/hb-shape-plan.cc       |  2 ++
24952  src/hb-shape.cc            |  2 --
24953  5 files changed, 30 insertions(+), 30 deletions(-)
24954
24955 commit 24eacf17c801c66a2d466e8ae02b73f501a26b25
24956 Author: Behdad Esfahbod <behdad@behdad.org>
24957 Date:   Thu Aug 2 08:42:11 2012 -0400
24958
24959     [Indic] Move consonant-position-setting into initial_reordering()
24960
24961  src/hb-ot-shape-complex-indic.cc | 65
24962  +++++++++++++++++++++-------------------
24963  1 file changed, 35 insertions(+), 30 deletions(-)
24964
24965 commit afbcc24be01a64bdb5c05c63880269145fa1d3c8
24966 Author: Behdad Esfahbod <behdad@behdad.org>
24967 Date:   Thu Aug 2 08:36:40 2012 -0400
24968
24969     [GSUB] Wire the font, not just the face, down to substitute()
24970
24971     We need the font for glyph lookup during GSUB pauses in Indic shaper.
24972     Could perhaps be avoided, but at this point, we don't mean to support
24973     separate substitute()/position() entry points (anymore), so there is
24974     no point in not providing the font to GSUB.
24975
24976  src/hb-ot-layout-gsub-table.hh       | 13 +++++--------
24977  src/hb-ot-layout-gsubgpos-private.hh |  7 ++-----
24978  src/hb-ot-layout-private.hh          |  6 +++---
24979  src/hb-ot-layout.cc                  | 18 +++++++++---------
24980  src/hb-ot-map-private.hh             | 15 ++++++---------
24981  src/hb-ot-map.cc                     |  8 ++++----
24982  src/hb-ot-shape-complex-indic.cc     |  8 ++++----
24983  src/hb-ot-shape.cc                   |  6 +++---
24984  8 files changed, 36 insertions(+), 45 deletions(-)
24985
24986 commit b0e6a26a10ccca70ebc88a9e158a89ccfab0add5
24987 Author: Behdad Esfahbod <behdad@behdad.org>
24988 Date:   Thu Aug 2 08:11:14 2012 -0400
24989
24990     [OT] Hide some API
24991
24992     It was impossible to meaningfully use them from the outside these
24993     days.
24994
24995  src/hb-ot-layout-private.hh | 40 ++++++++++++++++++++++++++++++++--------
24996  src/hb-ot-layout.cc         | 20 --------------------
24997  src/hb-ot-layout.h          | 34 ----------------------------------
24998  src/hb-ot-map.cc            |  8 ++++----
24999  4 files changed, 36 insertions(+), 66 deletions(-)
25000
25001 commit 305246744ed178f116e01498b7f9d1af6950ca30
25002 Author: Behdad Esfahbod <behdad@behdad.org>
25003 Date:   Thu Aug 2 08:08:04 2012 -0400
25004
25005     Minor
25006
25007  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
25008  1 file changed, 1 insertion(+), 1 deletion(-)
25009
25010 commit 8ef3d53255ae9fbb0e46c22909e50009d1e7eeb0
25011 Author: Behdad Esfahbod <behdad@behdad.org>
25012 Date:   Thu Aug 2 07:53:18 2012 -0400
25013
25014     [Indic] More refactoring of consonant position peeking in the font
25015
25016     To be moved to initial_reordering next...
25017
25018  src/hb-ot-shape-complex-indic.cc | 59
25019  ++++++++++++++++++++++++++++------------
25020  1 file changed, 41 insertions(+), 18 deletions(-)
25021
25022 commit 3eb6f81fd3f1e56679eec10d08f5e2303121753f
25023 Author: Behdad Esfahbod <behdad@behdad.org>
25024 Date:   Thu Aug 2 07:37:46 2012 -0400
25025
25026     [Indic] Refactor
25027
25028     Move all the logic that needs to eventually move into the indic table
25029     into hb-ot-shape-complex-indic-private.hh.
25030
25031  src/hb-ot-shape-complex-indic-private.hh | 210
25032  ++++++++++++++++++++++++++++
25033  src/hb-ot-shape-complex-indic.cc         | 227
25034  ++-----------------------------
25035  2 files changed, 218 insertions(+), 219 deletions(-)
25036
25037 commit 3614ba242fc7d338761acdda365a134706035b6d
25038 Author: Behdad Esfahbod <behdad@behdad.org>
25039 Date:   Thu Aug 2 07:13:55 2012 -0400
25040
25041     [Indic] Rename
25042
25043  src/hb-ot-shape-complex-indic.cc | 40
25044  +++++++++++++++++++++-------------------
25045  1 file changed, 21 insertions(+), 19 deletions(-)
25046
25047 commit 610e5e8f713bb2a68939b72cb2b801a7aaede4f9
25048 Author: Behdad Esfahbod <behdad@behdad.org>
25049 Date:   Thu Aug 2 05:27:46 2012 -0400
25050
25051     [Indic] Streamline feature would_apply()
25052
25053     Comes with some 10% speedup for Devanagari even!
25054
25055  src/hb-ot-map-private.hh         | 85
25056  +++++++++++++++++++++++++---------------
25057  src/hb-ot-map.cc                 | 18 ++++-----
25058  src/hb-ot-shape-complex-indic.cc | 85
25059  +++++++++++++++++++++++-----------------
25060  3 files changed, 110 insertions(+), 78 deletions(-)
25061
25062 commit 1d002048d5afcd45abbb09fdf0419f13b2e2265c
25063 Author: Behdad Esfahbod <behdad@behdad.org>
25064 Date:   Thu Aug 2 05:01:11 2012 -0400
25065
25066     [Indic] Minor
25067
25068  src/hb-ot-shape-complex-indic-private.hh | 16 --------
25069  src/hb-ot-shape-complex-indic.cc         | 64
25070  +++++++++++++++++++++-----------
25071  2 files changed, 43 insertions(+), 37 deletions(-)
25072
25073 commit 6f7611375521c6d285a9aa763f2ea5cb44cd0d39
25074 Author: Behdad Esfahbod <behdad@behdad.org>
25075 Date:   Thu Aug 2 04:00:31 2012 -0400
25076
25077     [GSUB/GPOS] Check array size before accessing digests
25078
25079  src/hb-ot-layout-private.hh |  3 +++
25080  src/hb-ot-layout.cc         | 32 ++++++++++++++++----------------
25081  2 files changed, 19 insertions(+), 16 deletions(-)
25082
25083 commit 22148b8c4af3ed296d96e969cdd47bac97b32307
25084 Author: Behdad Esfahbod <behdad@behdad.org>
25085 Date:   Thu Aug 2 03:51:51 2012 -0400
25086
25087     Use Coverage digests in would_apply
25088
25089  src/hb-ot-layout-gsub-table.hh       | 1 +
25090  src/hb-ot-layout-gsubgpos-private.hh | 6 +++++-
25091  src/hb-ot-layout.cc                  | 4 ++--
25092  3 files changed, 8 insertions(+), 3 deletions(-)
25093
25094 commit 6c459c8fef85bc44f45d7b58c28a34abfb2c33fc
25095 Author: Behdad Esfahbod <behdad@behdad.org>
25096 Date:   Thu Aug 2 03:45:53 2012 -0400
25097
25098     Minor
25099
25100  src/hb-ot-layout-gpos-table.hh       | 2 +-
25101  src/hb-ot-layout-gsub-table.hh       | 4 ++--
25102  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
25103  3 files changed, 5 insertions(+), 5 deletions(-)
25104
25105 commit e2b8d75fa6e847ecf5c040f4e1e16a565c5d8aaf
25106 Author: Behdad Esfahbod <behdad@behdad.org>
25107 Date:   Wed Aug 1 22:17:48 2012 -0400
25108
25109     Use wider set digests on 64-bit archs
25110
25111  src/hb-set-private.hh | 6 +++---
25112  1 file changed, 3 insertions(+), 3 deletions(-)
25113
25114 commit 0120ce9679aab3ac936aeb18f6709529eef000a4
25115 Author: Behdad Esfahbod <behdad@behdad.org>
25116 Date:   Wed Aug 1 21:56:35 2012 -0400
25117
25118     [GSUB/GPOS] Remove unused get_coverage() methods
25119
25120  src/hb-ot-layout-gpos-table.hh | 11 -----------
25121  src/hb-ot-layout-gsub-table.hh | 11 -----------
25122  2 files changed, 22 deletions(-)
25123
25124 commit 1336ecdf8e4e9879b96b26ecfbf5c9ba6c49e2b9
25125 Author: Behdad Esfahbod <behdad@behdad.org>
25126 Date:   Wed Aug 1 21:46:36 2012 -0400
25127
25128     [GSUB/GPOS] Use Coverage digests as gatekeeper
25129
25130     Gives me a good 10% speedup for the Devanagari test case.  Less so
25131     for less lookup-intensive tests.
25132
25133     For the Devanagari test case, the false positive rate of the GSUB
25134     digest
25135     is 4%.
25136
25137  src/hb-ot-layout-gpos-table.hh       | 30 +++++++++---------------------
25138  src/hb-ot-layout-gsub-table.hh       | 35
25139  ++++++++++++-----------------------
25140  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++++--
25141  src/hb-ot-layout-private.hh          |  4 ++++
25142  src/hb-ot-layout.cc                  | 29 +++++++++++++++++++++++++----
25143  5 files changed, 56 insertions(+), 50 deletions(-)
25144
25145 commit a878c58a8fc1500986d713b2bcedfeb90a0087b0
25146 Author: Behdad Esfahbod <behdad@behdad.org>
25147 Date:   Wed Aug 1 21:18:54 2012 -0400
25148
25149     [GSUB/GPOS] Add add_coverage()
25150
25151  src/hb-ot-layout-gpos-table.hh | 18 ++++++++++++++++++
25152  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++++++
25153  2 files changed, 36 insertions(+)
25154
25155 commit 60a3035ac5ec8227e4cc0e6708732bb139c9e0b8
25156 Author: Behdad Esfahbod <behdad@behdad.org>
25157 Date:   Wed Aug 1 21:06:27 2012 -0400
25158
25159     Add hb_set_digest_t
25160
25161     Implement two set digests, and one that combines the two.
25162
25163  src/hb-set-private.hh | 95
25164  +++++++++++++++++++++++++++++++++++++++++++++++++++
25165  1 file changed, 95 insertions(+)
25166
25167 commit c8accf1dd2d92cc4f714393eb0ea46f69bb182a6
25168 Author: Behdad Esfahbod <behdad@behdad.org>
25169 Date:   Wed Aug 1 21:05:57 2012 -0400
25170
25171     [OT] Templatize Coverage::add_coverage()
25172
25173  src/hb-ot-layout-common-private.hh | 12 ++++++++----
25174  1 file changed, 8 insertions(+), 4 deletions(-)
25175
25176 commit 8fbfda920e0b3bb4ab7afb732826026964b79be9
25177 Author: Behdad Esfahbod <behdad@behdad.org>
25178 Date:   Wed Aug 1 19:03:46 2012 -0400
25179
25180     Inline font getters
25181
25182  src/hb-fallback-shape.cc          |  21 ++--
25183  src/hb-font-private.hh            | 204
25184  ++++++++++++++++++++++++++++++++++++++
25185  src/hb-font.cc                    | 129 ++++--------------------
25186  src/hb-graphite2.cc               |   6 +-
25187  src/hb-old.cc                     |  10 +-
25188  src/hb-ot-layout-gdef-table.hh    |   2 +-
25189  src/hb-ot-layout-gpos-table.hh    |   2 +-
25190  src/hb-ot-shape-complex-arabic.cc |   4 +-
25191  src/hb-ot-shape-complex-indic.cc  |   6 +-
25192  src/hb-ot-shape-normalize.cc      |  12 +--
25193  src/hb-ot-shape.cc                |  47 +++++----
25194  11 files changed, 277 insertions(+), 166 deletions(-)
25195
25196 commit 6adf417bc15d4524e280b284e3accd1ae647662e
25197 Author: Behdad Esfahbod <behdad@behdad.org>
25198 Date:   Wed Aug 1 18:07:42 2012 -0400
25199
25200     Use a lookup table for modified_combining_class
25201
25202  src/hb-unicode-private.hh |  10 ++-
25203  src/hb-unicode.cc         | 213
25204  +++++++++++++++++++++++++++++++---------------
25205  src/hb-unicode.h          |   4 +
25206  3 files changed, 157 insertions(+), 70 deletions(-)
25207
25208 commit 208f70f0553d73d2908b21b9552298029482a8b9
25209 Author: Behdad Esfahbod <behdad@behdad.org>
25210 Date:   Wed Aug 1 17:13:10 2012 -0400
25211
25212     Inline Unicode callbacks internally
25213
25214  src/hb-buffer.cc                |   2 +-
25215  src/hb-fallback-shape.cc        |   2 +-
25216  src/hb-old.cc                   |   2 +-
25217  src/hb-ot-shape-complex-misc.cc |   2 +-
25218  src/hb-ot-shape-normalize.cc    |  13 +++--
25219  src/hb-ot-shape-private.hh      |   6 +--
25220  src/hb-ot-shape.cc              |   4 +-
25221  src/hb-unicode-private.hh       | 112
25222  ++++++++++++++++++++--------------------
25223  src/hb-unicode.cc               |   5 +-
25224  9 files changed, 73 insertions(+), 75 deletions(-)
25225
25226 commit 7470315a3e782aa6192bbe64f7a3944266fb1521
25227 Author: Behdad Esfahbod <behdad@behdad.org>
25228 Date:   Wed Aug 1 17:01:59 2012 -0400
25229
25230     Move unicode accessors around
25231
25232  src/hb-unicode-private.hh | 73
25233  ++++++++++++++++++++++++++++++++++++++++++++++-
25234  src/hb-unicode.cc         | 65 ++++-------------------------------------
25235  2 files changed, 78 insertions(+), 60 deletions(-)
25236
25237 commit 21fdcee00125b6e1c09f0bed3064d16ccd3a7a5d
25238 Author: Behdad Esfahbod <behdad@behdad.org>
25239 Date:   Wed Aug 1 16:23:44 2012 -0400
25240
25241     Add hb_unicode_combining_class_t
25242
25243  src/hb-common.h           |  38 +-------------
25244  src/hb-glib.cc            |   4 +-
25245  src/hb-icu.cc             |   4 +-
25246  src/hb-unicode-private.hh |   2 +-
25247  src/hb-unicode.cc         |  11 ++--
25248  src/hb-unicode.h          | 124
25249  +++++++++++++++++++++++++++++++++++++++++++++-
25250  6 files changed, 134 insertions(+), 49 deletions(-)
25251
25252 commit 84186a64004e5dcd2ce98b564d0e0a09aa5d68b2
25253 Author: Behdad Esfahbod <behdad@behdad.org>
25254 Date:   Wed Aug 1 13:32:39 2012 -0400
25255
25256     Add commentary on the compatibility decomposition in the normalizer
25257
25258  src/hb-ot-shape-normalize.cc | 18 +++++++++++++++---
25259  1 file changed, 15 insertions(+), 3 deletions(-)
25260
25261 commit 0834d952017a04c6f4599e574cb75ecf3ca27d3b
25262 Author: Behdad Esfahbod <behdad@behdad.org>
25263 Date:   Wed Aug 1 00:21:09 2012 -0400
25264
25265     [hb-old] Adjust mark positioning parameters
25266
25267     Fallback mark positioning works now...  With hb-ft and hb-view /
25268     hb-shape at least.
25269
25270  src/hb-old.cc                  | 10 +++++-----
25271  src/hb-old/harfbuzz-shaper.cpp |  1 +
25272  2 files changed, 6 insertions(+), 5 deletions(-)
25273
25274 commit 4ca743dfb8e09f9fa525061c7f1144d55f72effb
25275 Author: Behdad Esfahbod <behdad@behdad.org>
25276 Date:   Wed Aug 1 00:03:41 2012 -0400
25277
25278     [old] Implement fontMetrics
25279
25280  src/hb-old.cc | 11 ++++++++++-
25281  1 file changed, 10 insertions(+), 1 deletion(-)
25282
25283 commit 1e7d860613032e40a3f90e2caa2ee5ac44ab8c8c
25284 Author: Behdad Esfahbod <behdad@behdad.org>
25285 Date:   Tue Jul 31 23:41:06 2012 -0400
25286
25287     [GPOS] Adjust mark advance-width zeroing logic
25288
25289     If there is no GPOS, zero mark advances.
25290
25291     If there *is* GPOS and the shaper requests so, zero mark advances for
25292     attached marks.
25293
25294     Fixes regression with Tibetan, where the font has GPOS, and marks a
25295     glyph as mark where it shouldn't get zero advance.
25296
25297  src/hb-ot-layout-gpos-table.hh     | 14 ++++++++------
25298  src/hb-ot-layout.cc                |  4 ++--
25299  src/hb-ot-layout.h                 |  3 ++-
25300  src/hb-ot-shape-complex-arabic.cc  |  2 +-
25301  src/hb-ot-shape-complex-indic.cc   |  2 +-
25302  src/hb-ot-shape-complex-misc.cc    |  4 ++--
25303  src/hb-ot-shape-complex-private.hh |  2 +-
25304  src/hb-ot-shape.cc                 |  6 ++----
25305  8 files changed, 19 insertions(+), 18 deletions(-)
25306
25307 commit a8842e4a448efb30f3f2f3c628d6dc4824829726
25308 Author: Behdad Esfahbod <behdad@behdad.org>
25309 Date:   Tue Jul 31 23:10:11 2012 -0400
25310
25311     Remove some TODO items
25312
25313  TODO            | 27 ---------------------------
25314  src/hb-shape.cc |  2 ++
25315  2 files changed, 2 insertions(+), 27 deletions(-)
25316
25317 commit 2bc3b9a616cedbc56ff4a915f9e3439ff3a6bf13
25318 Author: Behdad Esfahbod <behdad@behdad.org>
25319 Date:   Tue Jul 31 23:08:25 2012 -0400
25320
25321     [OT] Zero mark advances if the shaper desires so
25322
25323     Enabled for all shapers except for Indic.
25324
25325  src/hb-ot-shape-complex-arabic.cc  |  1 +
25326  src/hb-ot-shape-complex-indic.cc   |  1 +
25327  src/hb-ot-shape-complex-misc.cc    |  2 ++
25328  src/hb-ot-shape-complex-private.hh |  2 ++
25329  src/hb-ot-shape.cc                 | 15 +++++++++++++++
25330  5 files changed, 21 insertions(+)
25331
25332 commit 5fecd8b0355894ceda14b3d3c654f20c3d5e77f4
25333 Author: Behdad Esfahbod <behdad@behdad.org>
25334 Date:   Tue Jul 31 22:48:38 2012 -0400
25335
25336     [OT] Synthesize glyph classes
25337
25338  TODO               |  2 --
25339  src/hb-ot-shape.cc | 20 ++++++++++++++++++--
25340  2 files changed, 18 insertions(+), 4 deletions(-)
25341
25342 commit 03b09214c073ce37eeb8af5218942c85b2d393df
25343 Author: Behdad Esfahbod <behdad@behdad.org>
25344 Date:   Tue Jul 31 22:43:58 2012 -0400
25345
25346     [GSUB] Minor
25347
25348  src/hb-ot-layout-gsub-table.hh | 5 ++++-
25349  1 file changed, 4 insertions(+), 1 deletion(-)
25350
25351 commit f0fc1df8fc949739b68d55948741016081b69c3a
25352 Author: Behdad Esfahbod <behdad@behdad.org>
25353 Date:   Tue Jul 31 22:43:32 2012 -0400
25354
25355     [hb-old] Implement getGlyphMetrics()
25356
25357     Still working on it.
25358
25359  src/hb-old.cc | 13 ++++++++++++-
25360  1 file changed, 12 insertions(+), 1 deletion(-)
25361
25362 commit 378d279bbf692195c4654e312dae854ab3be04cf
25363 Author: Behdad Esfahbod <behdad@behdad.org>
25364 Date:   Tue Jul 31 21:36:16 2012 -0400
25365
25366     Implement Unicode compatibility decompositions
25367
25368     Based on patch from Philip Withnall.
25369     https://bugs.freedesktop.org/show_bug.cgi?id=41095
25370
25371  src/hb-glib.cc               | 30 +++++++++++++++++++++++++
25372  src/hb-icu.cc                | 36 +++++++++++++++++++++++++++++-
25373  src/hb-ot-shape-normalize.cc | 53
25374  +++++++++++++++++++++++++++++---------------
25375  src/hb-unicode-private.hh    |  1 +
25376  src/hb-unicode.cc            | 27 +++++++++++++++++++++-
25377  src/hb-unicode.h             | 37 ++++++++++++++++++++++++++++++-
25378  test/api/hb-test.h           |  1 +
25379  test/api/test-unicode.c      | 50
25380  +++++++++++++++++++++++++++++++++++++++++
25381  8 files changed, 214 insertions(+), 21 deletions(-)
25382
25383 commit 321ec29cc270e7e66a529696b70b2caac553c95f
25384 Author: Behdad Esfahbod <behdad@behdad.org>
25385 Date:   Tue Jul 31 21:10:16 2012 -0400
25386
25387     Remove unused function
25388
25389  src/hb-ot-shape-complex-indic.cc | 7 -------
25390  1 file changed, 7 deletions(-)
25391
25392 commit 69cc492dc120847ed00cae65ec958593ebf550c5
25393 Author: Behdad Esfahbod <behdad@behdad.org>
25394 Date:   Tue Jul 31 14:51:36 2012 -0400
25395
25396     [buffer] Minor
25397
25398  src/hb-buffer-private.hh |  3 ++-
25399  src/hb-buffer.cc         | 24 ++++++++++++------------
25400  2 files changed, 14 insertions(+), 13 deletions(-)
25401
25402 commit 693918ef8541014a5ef7dfb91c6ea0ae36d9c368
25403 Author: Behdad Esfahbod <behdad@behdad.org>
25404 Date:   Mon Jul 30 21:08:51 2012 -0400
25405
25406     [OT] Streamline complex shaper enumeration
25407
25408     Add a shaper class struct.
25409
25410  src/hb-ot-shape-complex-arabic.cc    |  37 ++++----
25411  src/hb-ot-shape-complex-indic.cc     |  47 ++++++---
25412  src/hb-ot-shape-complex-misc.cc      |  67 ++++++-------
25413  src/hb-ot-shape-complex-private.hh   | 179
25414  ++++++++++-------------------------
25415  src/hb-ot-shape-normalize-private.hh |   4 +-
25416  src/hb-ot-shape-private.hh           |   2 +-
25417  src/hb-ot-shape.cc                   |  16 ++--
25418  7 files changed, 143 insertions(+), 209 deletions(-)
25419
25420 commit c2e42c3db691515f3a458eb4c71fe1e6439d5620
25421 Author: Behdad Esfahbod <behdad@behdad.org>
25422 Date:   Mon Jul 30 19:54:50 2012 -0400
25423
25424     Minor
25425
25426  src/hb-ot-layout-gpos-table.hh       | 2 +-
25427  src/hb-ot-layout-gsub-table.hh       | 4 ++--
25428  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
25429  src/hb-ot-layout-private.hh          | 4 ++--
25430  4 files changed, 9 insertions(+), 9 deletions(-)
25431
25432 commit 03f67bc012f42131b36083a23efc78e1b04b828c
25433 Author: Behdad Esfahbod <behdad@behdad.org>
25434 Date:   Mon Jul 30 19:47:53 2012 -0400
25435
25436     More refactoring glyph class access
25437
25438  src/hb-ot-layout-gpos-table.hh       |   2 +-
25439  src/hb-ot-layout-gsub-table.hh       |   2 +-
25440  src/hb-ot-layout-gsubgpos-private.hh | 154
25441  +++++++++++++++++------------------
25442  3 files changed, 76 insertions(+), 82 deletions(-)
25443
25444 commit 300c7307eb7943ba7416b672345506be1e27c6ba
25445 Author: Behdad Esfahbod <behdad@behdad.org>
25446 Date:   Mon Jul 30 19:37:44 2012 -0400
25447
25448     [OT] Don't crash if no GDEF available
25449
25450  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++---
25451  1 file changed, 5 insertions(+), 3 deletions(-)
25452
25453 commit 3dcbdc2125c04c173f29f04922fc031929893f4e
25454 Author: Behdad Esfahbod <behdad@behdad.org>
25455 Date:   Mon Jul 30 19:31:17 2012 -0400
25456
25457     Minor
25458
25459  src/hb-ot-layout.cc | 15 +++++----------
25460  1 file changed, 5 insertions(+), 10 deletions(-)
25461
25462 commit 05bd1b63426e07d1df7a1b40bf845dc94ab995a8
25463 Author: Behdad Esfahbod <behdad@behdad.org>
25464 Date:   Mon Jul 30 19:30:01 2012 -0400
25465
25466     [GSUB/GPOS] Move glyph props matching around
25467
25468  src/hb-ot-layout-gpos-table.hh       |  11 ++--
25469  src/hb-ot-layout-gsub-table.hh       |  18 +++---
25470  src/hb-ot-layout-gsubgpos-private.hh |  99
25471  +++++++++++++++++++++++++++++----
25472  src/hb-ot-layout-private.hh          |  12 ----
25473  src/hb-ot-layout.cc                  | 104
25474  +++--------------------------------
25475  src/hb-ot-layout.h                   |  12 ++--
25476  src/hb-ot-shape.cc                   |  10 ++--
25477  7 files changed, 127 insertions(+), 139 deletions(-)
25478
25479 commit 2fca1426ca06cabbe8f027f2dc9dee9c27560c76
25480 Author: Behdad Esfahbod <behdad@behdad.org>
25481 Date:   Mon Jul 30 18:46:41 2012 -0400
25482
25483     [GSUB] Don't erase glyph classes if GDEF does not have glyph classes
25484
25485  src/hb-ot-layout-gsubgpos-private.hh | 5 ++++-
25486  1 file changed, 4 insertions(+), 1 deletion(-)
25487
25488 commit fd42257f8c45ff8e036e1c3eb1a788a101be7ead
25489 Author: Behdad Esfahbod <behdad@behdad.org>
25490 Date:   Mon Jul 30 18:40:27 2012 -0400
25491
25492     Minor
25493
25494  src/hb-ot-layout.cc | 29 +++++------------------------
25495  1 file changed, 5 insertions(+), 24 deletions(-)
25496
25497 commit 7fbbf86efe675e4c038dfc5985c24bbc544620cd
25498 Author: Behdad Esfahbod <behdad@behdad.org>
25499 Date:   Mon Jul 30 18:36:42 2012 -0400
25500
25501     [GSUB] Minor
25502
25503  src/hb-ot-layout-gsub-table.hh       | 2 +-
25504  src/hb-ot-layout-gsubgpos-private.hh | 6 ++++++
25505  2 files changed, 7 insertions(+), 1 deletion(-)
25506
25507 commit 713914d3203109a8e9213f5a1d3b384730703ce9
25508 Author: Behdad Esfahbod <behdad@behdad.org>
25509 Date:   Mon Jul 30 17:54:38 2012 -0400
25510
25511     [Uniscribe] Clean up a bit
25512
25513  src/hb-uniscribe.cc | 17 +++++------------
25514  1 file changed, 5 insertions(+), 12 deletions(-)
25515
25516 commit 301168dae77a63ee25adfb26ce2b54a708f83791
25517 Author: Behdad Esfahbod <behdad@behdad.org>
25518 Date:   Mon Jul 30 17:48:04 2012 -0400
25519
25520     [CoreText] Port to shape_plan infrastructure
25521
25522  src/hb-coretext.cc | 161
25523  ++++++++++++++++++++++++++---------------------------
25524  1 file changed, 80 insertions(+), 81 deletions(-)
25525
25526 commit 6cdfd14bb19d60ac3d6b20ff611408432254f273
25527 Author: Behdad Esfahbod <behdad@behdad.org>
25528 Date:   Mon Jul 30 17:22:17 2012 -0400
25529
25530     Fix build on Mac
25531
25532  src/hb-ot-layout-gsub-table.hh | 4 ++--
25533  1 file changed, 2 insertions(+), 2 deletions(-)
25534
25535 commit 7e34601dededd521bcef15111e39293df3d0d13d
25536 Author: Behdad Esfahbod <behdad@behdad.org>
25537 Date:   Mon Jul 30 14:53:41 2012 -0400
25538
25539     Unbreak Hangul jamo composition
25540
25541     When we removed the separate Hangul shaper, the specific normalization
25542     preference of Hangul was lost.  Fix that.  Also, the Thai shaper was
25543     copied from Hangul, so had the fully-composed normalization behavior,
25544     which was unnecessary.  So, fix that too.
25545
25546  src/hb-ot-shape-complex-arabic.cc  |  2 +-
25547  src/hb-ot-shape-complex-indic.cc   |  4 +---
25548  src/hb-ot-shape-complex-misc.cc    | 12 +++++++++---
25549  src/hb-ot-shape-complex-private.hh |  9 ++++-----
25550  src/hb-ot-shape.cc                 |  4 +++-
25551  5 files changed, 18 insertions(+), 13 deletions(-)
25552
25553 commit 7afb14407e59dfeaa79c33aca1ffa60e7982e349
25554 Author: Behdad Esfahbod <behdad@behdad.org>
25555 Date:   Mon Jul 30 13:54:46 2012 -0400
25556
25557     [Indic] Recategorize Telugu length marks
25558
25559     Fixes 8 more Telugu tests.  Failures at 15 (0.00154548%).
25560
25561  src/hb-unicode.cc |  8 ++++++++
25562  src/indic.cc      | 11 ++++++++---
25563  2 files changed, 16 insertions(+), 3 deletions(-)
25564
25565 commit 70b3dc327232b20051b36397aa2b196ab8c62397
25566 Author: Behdad Esfahbod <behdad@behdad.org>
25567 Date:   Mon Jul 30 12:40:18 2012 -0400
25568
25569     Add Hebrew test
25570
25571  .../texts/in-tree/shaper-default/script-hebrew/misc/diacritics.txt
25572  | 1 +
25573  1 file changed, 1 insertion(+)
25574
25575 commit f2377155e35c15919af4d7db21b6edc6783146b6
25576 Author: Behdad Esfahbod <behdad@behdad.org>
25577 Date:   Mon Jul 30 10:50:57 2012 -0400
25578
25579     [hb-old] Fix misc leaks
25580
25581     Backport (forward-port?!) from upstream:
25582
25583     commit 3ab7b37bdebf0f8773493a1fee910b151c4de30f
25584     Author: Behdad Esfahbod <behdad@behdad.org>
25585     Date:   Mon Jul 30 10:50:22 2012 -0400
25586
25587         Fix misc leaks
25588
25589         https://bugs.freedesktop.org/show_bug.cgi?id=31992
25590         https://bugs.freedesktop.org/show_bug.cgi?id=31993
25591         https://bugs.freedesktop.org/show_bug.cgi?id=31994
25592         https://bugs.freedesktop.org/show_bug.cgi?id=31995
25593
25594  src/hb-old/harfbuzz-arabic.c  | 12 +++++++++---
25595  src/hb-old/harfbuzz-gpos.c    |  6 +++---
25596  src/hb-old/harfbuzz-gsub.c    |  6 +++---
25597  src/hb-old/harfbuzz-tibetan.c |  1 +
25598  4 files changed, 16 insertions(+), 9 deletions(-)
25599
25600 commit 3f4764bb56bb7e42ba8859f1905810bd2f998838
25601 Author: Behdad Esfahbod <behdad@behdad.org>
25602 Date:   Mon Jul 30 10:06:42 2012 -0400
25603
25604     Don't lock user_data set during destruction if empty
25605
25606  src/hb-private.hh | 5 +++++
25607  1 file changed, 5 insertions(+)
25608
25609 commit 4ba647eecf0f70917ac4229af1f2dd3c62fcb7d5
25610 Author: Behdad Esfahbod <behdad@behdad.org>
25611 Date:   Mon Jul 30 09:53:06 2012 -0400
25612
25613     Fix leak
25614
25615  src/hb-ot-shape.cc | 2 ++
25616  1 file changed, 2 insertions(+)
25617
25618 commit f860366456d9e59b139a940da6d89c3c4fb9e96e
25619 Author: Behdad Esfahbod <behdad@behdad.org>
25620 Date:   Mon Jul 30 02:38:39 2012 -0400
25621
25622     [OT] Gain back some lost speed
25623
25624  src/hb-ot-layout-private.hh        | 27 +++++++++++++++-
25625  src/hb-ot-layout.cc                | 63
25626  ++++++++++++++++++++++++++++++++++----
25627  src/hb-ot-map-private.hh           | 26 +++-------------
25628  src/hb-ot-map.cc                   | 35 +++++++++++++++------
25629  src/hb-ot-shape-complex-indic.cc   |  2 +-
25630  src/hb-ot-shape-complex-private.hh |  5 ---
25631  6 files changed, 114 insertions(+), 44 deletions(-)
25632
25633 commit 11f4c87d01924cac43bf40044f67838440e19e42
25634 Author: Behdad Esfahbod <behdad@behdad.org>
25635 Date:   Mon Jul 30 02:36:46 2012 -0400
25636
25637     [OT] Remove hb_ot_layout_ensure()
25638
25639     I didn't like it from the beginning.
25640
25641  src/hb-ot-layout.cc | 9 +++++----
25642  src/hb-ot-layout.h  | 5 -----
25643  2 files changed, 5 insertions(+), 9 deletions(-)
25644
25645 commit 578e42182b9b9cf15b4c5426fae36e224160cbd7
25646 Author: Behdad Esfahbod <behdad@behdad.org>
25647 Date:   Mon Jul 30 02:35:07 2012 -0400
25648
25649     Minor
25650
25651  src/hb-ot-layout-private.hh | 2 --
25652  src/hb-ot-layout.cc         | 1 -
25653  2 files changed, 3 deletions(-)
25654
25655 commit a973b5ce86051e8ef0d20df362db1a50488842ab
25656 Author: Behdad Esfahbod <behdad@behdad.org>
25657 Date:   Mon Jul 30 01:46:34 2012 -0400
25658
25659     [GSUB] Further adjustments to mark-attachment vs ligation interaction
25660
25661     The d1d69ec52e75a78575b620a1c456d528b6078170 change broke Kannada
25662     badly,
25663     since it was ligating consonants, pushing matra out, and then ligating
25664     with the matra.  Adjust for that.  See comments.
25665
25666  src/hb-ot-layout-gsub-table.hh                                |
25667  11 ++++++++---
25668  .../in-tree/shaper-indic/indic/script-kannada/misc/misc.txt   |  1 +
25669  2 files changed, 9 insertions(+), 3 deletions(-)
25670
25671 commit 0aef425e25e2c58445157057f17ef18f695c5240
25672 Author: Behdad Esfahbod <behdad@behdad.org>
25673 Date:   Mon Jul 30 00:55:15 2012 -0400
25674
25675     [GSUB] Minor
25676
25677  src/hb-ot-layout-gpos-table.hh | 15 ++++++---------
25678  1 file changed, 6 insertions(+), 9 deletions(-)
25679
25680 commit d1d69ec52e75a78575b620a1c456d528b6078170
25681 Author: Behdad Esfahbod <behdad@behdad.org>
25682 Date:   Mon Jul 30 00:51:47 2012 -0400
25683
25684     [GSUB] Don't ligate glyphs attached to different components of
25685     ligatures
25686
25687     This concludes the mark-attachment vs ligating interaction fixes
25688     (for now).
25689
25690  src/hb-ot-layout-gsub-table.hh | 24 ++++++++++++++++++++++++
25691  1 file changed, 24 insertions(+)
25692
25693 commit 4751dec8be05883483fd5f6b474ebd22583ae566
25694 Author: Behdad Esfahbod <behdad@behdad.org>
25695 Date:   Mon Jul 30 00:42:07 2012 -0400
25696
25697     Minor
25698
25699  src/hb-ot-layout-private.hh | 20 ++++++++++----------
25700  1 file changed, 10 insertions(+), 10 deletions(-)
25701
25702 commit f24bcfbed1f3b4f4f6311246bd870f73ad6ba750
25703 Author: Behdad Esfahbod <behdad@behdad.org>
25704 Date:   Mon Jul 30 00:39:00 2012 -0400
25705
25706     Minor
25707
25708  src/hb-ot-layout-gsub-table.hh | 2 +-
25709  1 file changed, 1 insertion(+), 1 deletion(-)
25710
25711 commit fe20c0f84f5ff518dc471bf22ac5a83ef079eb69
25712 Author: Behdad Esfahbod <behdad@behdad.org>
25713 Date:   Mon Jul 30 00:00:59 2012 -0400
25714
25715     [GSUB] Fix mark component stuff when ligatures form ligatures!
25716
25717     See comments.
25718
25719     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=437633
25720
25721  src/hb-ot-layout-gsub-table.hh       | 117
25722  +++++++++++++++++++++++------------
25723  src/hb-ot-layout-gsubgpos-private.hh |   8 ---
25724  src/hb-ot-layout-private.hh          |   8 +--
25725  3 files changed, 79 insertions(+), 54 deletions(-)
25726
25727 commit 2ec3ba46a3c24469096e901750e38f6ee555479a
25728 Author: Behdad Esfahbod <behdad@behdad.org>
25729 Date:   Sun Jul 29 22:02:24 2012 -0400
25730
25731     [GSUB/GPOS] Minor
25732
25733     Start squeezing more out of lig_id/lig_comp.
25734
25735  src/hb-ot-layout-gsub-table.hh |  6 +++---
25736  src/hb-ot-layout-private.hh    | 35 +++++++++++++++++++++++++++++++----
25737  2 files changed, 34 insertions(+), 7 deletions(-)
25738
25739 commit ef6e9cec3399e4f63f4b662abd77cf6d4683e8a3
25740 Author: Behdad Esfahbod <behdad@behdad.org>
25741 Date:   Sun Jul 29 21:35:22 2012 -0400
25742
25743     Fixup bb0e4ba3e9c5a407fc5d73c914e429d24d336380
25744
25745  src/hb-shape-plan.cc | 2 +-
25746  1 file changed, 1 insertion(+), 1 deletion(-)
25747
25748 commit cb3d34063154bf164c61eeba41c6166b0bd304fb
25749 Author: Behdad Esfahbod <behdad@behdad.org>
25750 Date:   Sun Jul 29 20:37:38 2012 -0400
25751
25752     [GSUB] Don't set new lig_id on mark ligatures
25753
25754     If two marks form a ligature, retain their previous lig_id, such that
25755     the mark ligature can attach to ligature components...
25756
25757     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676343
25758
25759     In fact, I noticed that we should not let ligatures form between
25760     glyphs
25761     coming from different components of a previous ligature.  For example,
25762     if the sequence is: LAM,SHADDA,LAM,FATHA,HEH, the LAM,LAM,HEH form a
25763     ligature, putting SHADDA and FATHA next to eachother.  However,
25764     it would
25765     be wrong to ligate them.  Uniscribe has this bug also.
25766
25767  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++----
25768  1 file changed, 14 insertions(+), 4 deletions(-)
25769
25770 commit 97a201becf936f62046914b568e5763e27ee936e
25771 Author: Behdad Esfahbod <behdad@behdad.org>
25772 Date:   Sun Jul 29 20:31:36 2012 -0400
25773
25774     Add Arabic tests for mark ligature component attachments
25775
25776  .../script-arabic/misc/diacritics/MANIFEST             |  1 +
25777  .../misc/diacritics/ligature-components.txt            | 18
25778  ++++++++++++++++++
25779  2 files changed, 19 insertions(+)
25780
25781 commit a15b70a81a609f024083cb04f9819483f4d5cab7
25782 Author: Behdad Esfahbod <behdad@behdad.org>
25783 Date:   Sun Jul 29 20:09:22 2012 -0400
25784
25785     [hb-old] Fix cluster formation in RTL
25786
25787     Unlike Uniscribe, hb-old returns glyphs in logical order, so the logic
25788     does not need to duplicated for RTL.
25789
25790  src/hb-old.cc | 12 +++---------
25791  1 file changed, 3 insertions(+), 9 deletions(-)
25792
25793 commit 8a7e70ef65952fc16b8c1d5f1126c94d9d81e755
25794 Author: Behdad Esfahbod <behdad@behdad.org>
25795 Date:   Sun Jul 29 19:56:54 2012 -0400
25796
25797     [Minor]
25798
25799  src/test.cc | 2 +-
25800  1 file changed, 1 insertion(+), 1 deletion(-)
25801
25802 commit bb0e4ba3e9c5a407fc5d73c914e429d24d336380
25803 Author: Behdad Esfahbod <behdad@behdad.org>
25804 Date:   Sun Jul 29 17:34:14 2012 -0400
25805
25806     Minor
25807
25808  src/hb-shape-plan.cc         | 2 +-
25809  src/test-would-substitute.cc | 2 +-
25810  2 files changed, 2 insertions(+), 2 deletions(-)
25811
25812 commit a00ad60bc0fe74bf0e11d73da563239f3392f351
25813 Author: Behdad Esfahbod <behdad@behdad.org>
25814 Date:   Sat Jul 28 21:16:08 2012 -0400
25815
25816     [Uniscribe] Remove hb_uniscribe_font_ensure()
25817
25818     Wasn't a huge fan of putting the burden on the user.  Just remove
25819     it and
25820     do what we've got to do transparently.
25821
25822  src/hb-uniscribe.cc | 6 +++++-
25823  src/hb-uniscribe.h  | 4 ----
25824  2 files changed, 5 insertions(+), 5 deletions(-)
25825
25826 commit 5d874d566fe5d2cc4cfaf02c79b663d8a626ca1e
25827 Author: Behdad Esfahbod <behdad@behdad.org>
25828 Date:   Sat Jul 28 21:05:25 2012 -0400
25829
25830     [GPOS] Fix mark-to-mark positioning when one of the marks is
25831     a ligature
25832
25833     This commit: a3313e54008167e415b72c780ca7b9cda958d07e broke
25834     MarkMarkPos
25835     when one of the marks itself is a ligature.  That regressed 26 Tibetan
25836     tests (up from zero!).  Fix that.  Tibetan back to zero.
25837
25838  src/hb-ot-layout-gpos-table.hh                     | 27
25839  ++++++++++++++++------
25840  src/hb-ot-layout-private.hh                        |  5 ++--
25841  test/shaping/texts/in-tree/shaper-indic/MANIFEST   |  1 +
25842  .../indic/script-sinhala/misc/MANIFEST             |  1 +
25843  .../in-tree/shaper-indic/south-asian/MANIFEST      |  1 +
25844  .../south-asian/script-tibetan/MANIFEST            |  1 +
25845  .../south-asian/script-tibetan/misc/MANIFEST       |  1 +
25846  .../south-asian/script-tibetan/misc/misc.txt       |  1 +
25847  8 files changed, 29 insertions(+), 9 deletions(-)
25848
25849 commit 338fe662b50f9309bf0050dd99becb644874195b
25850 Author: Behdad Esfahbod <behdad@behdad.org>
25851 Date:   Sat Jul 28 18:53:01 2012 -0400
25852
25853     [GSUB] Minor
25854
25855  src/hb-ot-layout-gsub-table.hh | 33 ++++++++++++++++-----------------
25856  1 file changed, 16 insertions(+), 17 deletions(-)
25857
25858 commit e6f7479fe34fb4a7cada61d84c2ed70d1fd565c8
25859 Author: Behdad Esfahbod <behdad@behdad.org>
25860 Date:   Sat Jul 28 18:34:58 2012 -0400
25861
25862     [GSUB] Simplify would-apply
25863
25864  src/hb-ot-layout-gsub-table.hh       | 71
25865  +++---------------------------------
25866  src/hb-ot-layout-gsubgpos-private.hh | 24 +++---------
25867  2 files changed, 11 insertions(+), 84 deletions(-)
25868
25869 commit dadede012e4841f9fcb70d514fdc752f3ea4663d
25870 Author: Behdad Esfahbod <behdad@behdad.org>
25871 Date:   Sat Jul 28 18:03:20 2012 -0400
25872
25873     Minor
25874
25875  src/hb-ot-layout-common-private.hh | 7 +++----
25876  src/hb-ot-layout-gpos-table.hh     | 2 +-
25877  src/hb-ot-layout-gsub-table.hh     | 2 +-
25878  3 files changed, 5 insertions(+), 6 deletions(-)
25879
25880 commit 0b99429ead05ae32b3c210cb499af401b02770a9
25881 Author: Behdad Esfahbod <behdad@behdad.org>
25882 Date:   Sat Jul 28 17:31:01 2012 -0400
25883
25884     [GSUB/GPOS] Add get_coverage() and use it to speed up main loop
25885
25886     And use it to speed up the hotspot by checking coverage directly in
25887     the main loop, not 10 functions deep in.
25888
25889     Gives me a solid 20% boost with Indic test suite.  Less so for less
25890     lookup-intensive scenarios.
25891
25892     Remove the "fast_path" hack from before.
25893
25894  src/hb-ot-layout-gpos-table.hh       | 179
25895  ++++++++++++++++++++++++++++++-----
25896  src/hb-ot-layout-gsub-table.hh       | 166
25897  ++++++++++++++++++++++++++------
25898  src/hb-ot-layout-gsubgpos-private.hh |  26 +++++
25899  3 files changed, 321 insertions(+), 50 deletions(-)
25900
25901 commit 30ec9002d84e8b49290e782e6192069821ffa942
25902 Author: Behdad Esfahbod <behdad@behdad.org>
25903 Date:   Sat Jul 28 17:25:20 2012 -0400
25904
25905     Reject lookups with no subTable
25906
25907  src/hb-ot-layout-common-private.hh | 1 +
25908  1 file changed, 1 insertion(+)
25909
25910 commit 0981068b75710397f08e0d2d776a0a2ea68d7117
25911 Author: Behdad Esfahbod <behdad@behdad.org>
25912 Date:   Sat Jul 28 17:01:59 2012 -0400
25913
25914     [GSUB/GPOS] Reject Context/ChainContext lookups with zero input
25915
25916  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
25917  1 file changed, 2 insertions(+)
25918
25919 commit 2f87cebe1062c7007021ebd05c1664e60da80825
25920 Author: Behdad Esfahbod <behdad@behdad.org>
25921 Date:   Fri Jul 27 04:02:38 2012 -0400
25922
25923     Implement shape_plan caching
25924
25925     Should give us some performance boost.
25926
25927  TODO                     |   4 ++
25928  src/hb-buffer-private.hh |  30 ++++++++++++++
25929  src/hb-font-private.hh   |   6 +++
25930  src/hb-font.cc           |  15 ++++++-
25931  src/hb-shape-plan.cc     | 100
25932  +++++++++++++++++++++++++++++++++++++++++++++++
25933  src/hb-shape-plan.h      |   7 ++++
25934  src/hb-shape.cc          |   2 +-
25935  7 files changed, 162 insertions(+), 2 deletions(-)
25936
25937 commit e9eb9503e97044222f843daacfa47e26e51312b7
25938 Author: Behdad Esfahbod <behdad@behdad.org>
25939 Date:   Fri Jul 27 03:16:22 2012 -0400
25940
25941     Add default_shaper_list to shape_plan
25942
25943  src/hb-shape-plan-private.hh | 1 +
25944  src/hb-shape-plan.cc         | 2 ++
25945  2 files changed, 3 insertions(+)
25946
25947 commit 3b7c4e270694ed962e2a2839e44f2a59c26b326c
25948 Author: Behdad Esfahbod <behdad@behdad.org>
25949 Date:   Fri Jul 27 03:12:23 2012 -0400
25950
25951     Don't fail choosing shaper on planning failure
25952
25953     Shapers have a chance to reject a font in face shaper_data creation.
25954     No need to allow failing during planning.
25955
25956  src/hb-shape-plan.cc | 17 ++++++-----------
25957  1 file changed, 6 insertions(+), 11 deletions(-)
25958
25959 commit cfe9882610489e1b917e09a74dfbf6bbba2e4a57
25960 Author: Behdad Esfahbod <behdad@behdad.org>
25961 Date:   Fri Jul 27 03:06:30 2012 -0400
25962
25963     Add hb_ot_layout_ensure() and hb_uniscribe_font_ensure()
25964
25965  src/hb-ot-layout.cc      |  7 +++++++
25966  src/hb-ot-layout.h       |  6 ++++++
25967  src/hb-shape-plan.cc     | 22 ++--------------------
25968  src/hb-shaper-private.hh | 18 ++++++++++++++++++
25969  src/hb-uniscribe.cc      | 11 +++++++++++
25970  src/hb-uniscribe.h       |  4 ++++
25971  6 files changed, 48 insertions(+), 20 deletions(-)
25972
25973 commit c5b668fb9239c912d2448280a7176e331ebc9181
25974 Author: Behdad Esfahbod <behdad@behdad.org>
25975 Date:   Fri Jul 27 02:49:39 2012 -0400
25976
25977     Choose one shaper per plan
25978
25979  src/hb-shape-plan-private.hh |  2 +-
25980  src/hb-shape-plan.cc         | 19 +++++++++----------
25981  2 files changed, 10 insertions(+), 11 deletions(-)
25982
25983 commit e82061e8db922f0ddbefd5a184ee2f9f967b9a05
25984 Author: Behdad Esfahbod <behdad@behdad.org>
25985 Date:   Fri Jul 27 02:29:32 2012 -0400
25986
25987     Move ot shaper completely to shape_plan
25988
25989  src/hb-ot-shape-private.hh |   6 --
25990  src/hb-ot-shape.cc         | 181
25991  +++++++++++++++++++++------------------------
25992  src/hb-uniscribe.cc        |   2 +-
25993  3 files changed, 84 insertions(+), 105 deletions(-)
25994
25995 commit ea278d3895fe0c92801d692cd71d8d9f1de7c048
25996 Author: Behdad Esfahbod <behdad@behdad.org>
25997 Date:   Fri Jul 27 02:12:28 2012 -0400
25998
25999     Partially switch ot shaper to shape_plan
26000
26001  src/hb-buffer-private.hh       |  1 +
26002  src/hb-buffer.cc               |  1 -
26003  src/hb-font-private.hh         |  2 --
26004  src/hb-font.cc                 | 22 ++++++++++++++--------
26005  src/hb-ot-layout-gpos-table.hh |  2 +-
26006  src/hb-ot-layout-gsub-table.hh |  4 ++--
26007  src/hb-ot-layout-private.hh    |  1 +
26008  src/hb-ot-layout.cc            |  9 ++++++---
26009  src/hb-ot-shape.cc             |  3 ++-
26010  src/hb-shape-plan.cc           | 11 +++++++++++
26011  src/hb-shaper-private.hh       |  3 ++-
26012  11 files changed, 40 insertions(+), 19 deletions(-)
26013
26014 commit b6b7ba1313bf686e6ed567183466104c90504a67
26015 Author: Behdad Esfahbod <behdad@behdad.org>
26016 Date:   Fri Jul 27 01:26:11 2012 -0400
26017
26018     Switch old and uniscribe backends to shape_plan
26019
26020  src/hb-old.cc                 |  80 ++------------------------
26021  src/hb-shape.cc               |   5 ++
26022  src/hb-shaper-impl-private.hh |   3 +-
26023  src/hb-shaper-private.hh      |   4 --
26024  src/hb-uniscribe.cc           | 130
26025  ++++++++++++------------------------------
26026  5 files changed, 48 insertions(+), 174 deletions(-)
26027
26028 commit c32c096a429da3e64896cf42ff5ab8c775d3c2ec
26029 Author: Behdad Esfahbod <behdad@behdad.org>
26030 Date:   Fri Jul 27 01:13:53 2012 -0400
26031
26032     Switch to shape_plan
26033
26034     Not optimized yet.  Eats babies.  And no shaper uses the shape_plan.
26035
26036  src/hb-shape-plan.cc | 37 +++++++++++++++++++++++++++++++++++--
26037  src/hb-shape-plan.h  |  8 ++++++++
26038  src/hb-shape.cc      | 27 ++++-----------------------
26039  3 files changed, 47 insertions(+), 25 deletions(-)
26040
26041 commit 5b95c148cc485f79fd7018bc4520b4cb5f728a18
26042 Author: Behdad Esfahbod <behdad@behdad.org>
26043 Date:   Thu Jul 26 23:46:53 2012 -0400
26044
26045     Start implementing shape_plan
26046
26047  src/hb-fallback-shape.cc     |  4 ++-
26048  src/hb-font-private.hh       |  4 +++
26049  src/hb-old.cc                |  4 ++-
26050  src/hb-ot-shape.cc           |  4 ++-
26051  src/hb-shape-plan-private.hh |  7 ++++
26052  src/hb-shape-plan.cc         | 76
26053  ++++++++++++++++++++++++++++++++++++++++++--
26054  src/hb-shape.cc              |  4 +++
26055  src/hb-shaper-private.hh     |  4 +--
26056  src/hb-uniscribe.cc          |  4 ++-
26057  9 files changed, 103 insertions(+), 8 deletions(-)
26058
26059 commit bd26b4d21f59312805d294f46f15182adbcc47da
26060 Author: Behdad Esfahbod <behdad@behdad.org>
26061 Date:   Thu Jul 26 22:05:39 2012 -0400
26062
26063     Minor
26064
26065  src/Makefile.am              |   1 +
26066  src/hb-fallback-shape.cc     |   3 +-
26067  src/hb-old.cc                |   3 +-
26068  src/hb-ot-shape.cc           |   3 +-
26069  src/hb-shape-plan-private.hh |   2 +-
26070  src/hb-shape-plan.cc         |   2 +
26071  src/hb-shape.cc              |  98 ++++----------------------------------
26072  src/hb-shaper-private.hh     |  16 ++++++-
26073  src/hb-shaper.cc             | 109
26074  +++++++++++++++++++++++++++++++++++++++++++
26075  src/hb-uniscribe.cc          |   3 +-
26076  10 files changed, 145 insertions(+), 95 deletions(-)
26077
26078 commit 027857d0412477fb4427dcb8a8c45287c272e143
26079 Author: Behdad Esfahbod <behdad@behdad.org>
26080 Date:   Thu Jul 26 17:34:25 2012 -0400
26081
26082     Start adding a unified shaper access infrastructure
26083
26084     Add global shape_plan.  Unused so far.
26085
26086  src/Makefile.am                                    |  15 +-
26087  src/hb-coretext-private.hh                         |  42 -----
26088  src/hb-coretext.cc                                 |   6 +-
26089  src/hb-fallback-shape.cc                           |  62 ++++++-
26090  src/hb-font-private.hh                             |  12 ++
26091  src/hb-font.cc                                     |  15 +-
26092  src/hb-old.cc                                      | 109 +++++++++---
26093  src/hb-ot-shape-private.hh                         |   8 -
26094  src/hb-ot-shape.cc                                 |  60 ++++++-
26095  ...aphite2-private.hh => hb-shape-plan-private.hh} |  28 +++-
26096  src/hb-shape-plan.cc                               |  85 ++++++++++
26097  ...b-fallback-shape-private.hh => hb-shape-plan.h} |  39 +++--
26098  src/hb-shape.cc                                    |  48 +-----
26099  ...scribe-private.hh => hb-shaper-impl-private.hh} |  20 ++-
26100  src/{hb-old-private.hh => hb-shaper-list.hh}       |  30 ++--
26101  src/hb-shaper-private.hh                           |  81 +++++++++
26102  src/hb-uniscribe.cc                                | 186
26103  +++++++++++++--------
26104  17 files changed, 608 insertions(+), 238 deletions(-)
26105
26106 commit fa2dfcd560444d8c54b6349ee106134d3536f79b
26107 Author: Behdad Esfahbod <behdad@behdad.org>
26108 Date:   Thu Jul 26 16:06:16 2012 -0400
26109
26110     Fix visibility warnings with MinGW32
26111
26112  src/hb-old/harfbuzz-global.h | 17 +++++++++++------
26113  src/hb-old/harfbuzz-impl.h   |  6 +++++-
26114  2 files changed, 16 insertions(+), 7 deletions(-)
26115
26116 commit ac2085d4b391b0a72473ecac3dd6c22efe66833f
26117 Author: Jonathan Kew <jfkthame@gmail.com>
26118 Date:   Thu Jul 26 15:58:45 2012 -0400
26119
26120     [CoreText] Ensure cluster indices in output buffer are non-decreasing.
26121
26122     Does not provide Uniscribe-compatible results, but should at least
26123     avoid
26124     breaking hb-view due to out-of-order cluster values.
26125
26126     For RTL runs, ensure cluster values are non-increasing (instead of
26127     non-decreasing).
26128
26129  src/hb-coretext.cc | 37 +++++++++++++++++++++++++++++++++++++
26130  1 file changed, 37 insertions(+)
26131
26132 commit 441d3bb7de311d54b9f0a5210344f9a96e97e153
26133 Author: Behdad Esfahbod <behdad@behdad.org>
26134 Date:   Thu Jul 26 12:01:12 2012 -0400
26135
26136     Minor
26137
26138  src/hb-coretext.cc | 4 ++--
26139  1 file changed, 2 insertions(+), 2 deletions(-)
26140
26141 commit 2e7f223054d310695bdb3498b2b2b5d17b6cce78
26142 Author: Behdad Esfahbod <behdad@behdad.org>
26143 Date:   Wed Jul 25 19:30:15 2012 -0400
26144
26145     [hb-old] Fix Arabic cursive positioning
26146
26147     Backporting from upstream:
26148
26149     commit b847f24ce855d24f6822bcd9c0006905e81b94d8
26150     Author: Behdad Esfahbod <behdad@behdad.org>
26151     Date:   Wed Jul 25 19:29:16 2012 -0400
26152
26153         [arabic] Fix Arabic cursive positioning
26154
26155         This was clearly broken in testing.  Who knows...  Fixes for me.
26156         Test with a Nastaleeq font, or with Arabic Typesetting.
26157
26158         Backporting from Chromium.
26159
26160  src/hb-old/harfbuzz-shaper.cpp | 2 +-
26161  1 file changed, 1 insertion(+), 1 deletion(-)
26162
26163 commit 9550a8c4e8b4e28be60d38c27d59253846ff9569
26164 Author: Behdad Esfahbod <behdad@behdad.org>
26165 Date:   Wed Jul 25 19:22:57 2012 -0400
26166
26167     [hb-old] Fixup not-enough-space handling
26168
26169  src/hb-old.cc | 15 ++++++++-------
26170  1 file changed, 8 insertions(+), 7 deletions(-)
26171
26172 commit 91e721ea8693205f4f738bca97a5055ee75cf463
26173 Author: Behdad Esfahbod <behdad@behdad.org>
26174 Date:   Wed Jul 25 19:20:34 2012 -0400
26175
26176     [hb-old] Fix clusters
26177
26178     Unlike its "documentation", hb-old's log_clusters are, well, indeed
26179     logical, not visual.  Fixup.  Adapted / copied from hb-uniscribe.
26180
26181  src/hb-old.cc                | 51
26182  ++++++++++++++++++++++++++++++++++----------
26183  src/hb-old/harfbuzz-shaper.h |  1 +
26184  src/hb-uniscribe.cc          |  5 +++--
26185  3 files changed, 44 insertions(+), 13 deletions(-)
26186
26187 commit a3313e54008167e415b72c780ca7b9cda958d07e
26188 Author: Behdad Esfahbod <behdad@behdad.org>
26189 Date:   Wed Jul 25 18:37:51 2012 -0400
26190
26191     [GPOS] Fix MarkMarkPos applied to results of MultipleSubst
26192
26193     This was broken as a result of
26194     7b84c536c10ab90ed96a033d88e9ad232d46c5b8.
26195     As Khaled reported, MarkMark positioning was broken with glyphs
26196     resulting from a MultipleSubst.  Fixed.  Test with the ALLAH character
26197     in Amiri.
26198
26199  src/hb-ot-layout-gpos-table.hh | 10 +++++-----
26200  src/hb-ot-layout-private.hh    | 23 +++++++++++++++++++++--
26201  2 files changed, 26 insertions(+), 7 deletions(-)
26202
26203 commit 35bdab3cf1f0836807160e3ce93766c321b32e8c
26204 Author: Behdad Esfahbod <behdad@behdad.org>
26205 Date:   Wed Jul 25 11:59:52 2012 -0400
26206
26207     Minor
26208
26209  src/hb-unicode-private.hh | 2 +-
26210  1 file changed, 1 insertion(+), 1 deletion(-)
26211
26212 commit 8fe4c7405b922cf0f936a46a9baedf4885b05254
26213 Author: Behdad Esfahbod <behdad@behdad.org>
26214 Date:   Tue Jul 24 21:05:12 2012 -0400
26215
26216     [hb-old] Add HarfBuzz.old shaper
26217
26218     Choose using shaper name "old".
26219
26220  configure.ac           |   8 +
26221  src/Makefile.am        |  14 +-
26222  src/hb-old-private.hh  |  40 +++
26223  src/hb-old.cc          | 369 ++++++++++++++++++++++++
26224  src/hb-old/.gitignore  |   7 -
26225  src/hb-old/Makefile.am |   2 +
26226  src/hb-old/Makefile.in | 762
26227  -------------------------------------------------
26228  src/hb-shape.cc        |   8 +-
26229  8 files changed, 436 insertions(+), 774 deletions(-)
26230
26231 commit 5e1987005eb1b9af7a4d3d9f90c5768d8cc80015
26232 Author: Behdad Esfahbod <behdad@behdad.org>
26233 Date:   Tue Jul 24 19:53:55 2012 -0400
26234
26235     [hb-old] Define Unicode funcs in terms of new HarfBuzz
26236
26237  src/hb-old/Makefile.am         |   4 +
26238  src/hb-old/Makefile.in         | 182
26239  ++++++++++++++++++++++++++++++++++++-----
26240  src/hb-old/harfbuzz-external.h | 100 +++++++++++++---------
26241  3 files changed, 224 insertions(+), 62 deletions(-)
26242
26243 commit 4a31166b2853c1ec052844140e114158f47c2355
26244 Author: Behdad Esfahbod <behdad@behdad.org>
26245 Date:   Tue Jul 24 19:49:48 2012 -0400
26246
26247     [hb-old] Shovel out the line-breaking / word-segmentation stuff
26248
26249  src/hb-old/Makefile.am               |  10 +-
26250  src/hb-old/Makefile.in               |  13 +-
26251  src/hb-old/harfbuzz-external.h       |  66 ------
26252  src/hb-old/harfbuzz-indic.cpp        |  26 ---
26253  src/hb-old/harfbuzz-khmer.c          |  25 ---
26254  src/hb-old/harfbuzz-myanmar.c        |  28 ---
26255  src/hb-old/harfbuzz-shaper-private.h |  12 --
26256  src/hb-old/harfbuzz-shaper.cpp       | 403
26257  +++--------------------------------
26258  src/hb-old/harfbuzz-shaper.h         |  31 ---
26259  src/hb-old/harfbuzz-thai.c           | 111 ----------
26260  src/hb-old/harfbuzz-tibetan.c        |  26 ---
26261  src/hb-old/harfbuzz.c                |  32 ---
26262  12 files changed, 33 insertions(+), 750 deletions(-)
26263
26264 commit 0bcbe88cf313117f739b98a11dbe698b75784e9d
26265 Author: Behdad Esfahbod <behdad@behdad.org>
26266 Date:   Tue Jul 24 19:38:24 2012 -0400
26267
26268     [hb-old] Add visibility attributes
26269
26270  src/hb-old/harfbuzz-global.h | 10 ++++++----
26271  src/hb-old/harfbuzz-impl.h   |  2 +-
26272  2 files changed, 7 insertions(+), 5 deletions(-)
26273
26274 commit 6a9d43c3178c920672a84382ca3797e3c478b2b0
26275 Author: Behdad Esfahbod <behdad@behdad.org>
26276 Date:   Tue Jul 24 19:21:22 2012 -0400
26277
26278     [hb-old] Remove unused header file
26279
26280  src/hb-old/harfbuzz-shape.h | 199
26281  --------------------------------------------
26282  1 file changed, 199 deletions(-)
26283
26284 commit fb47209c5b3aa992faf18d1a3f78b9d7682cf62f
26285 Author: Behdad Esfahbod <behdad@behdad.org>
26286 Date:   Tue Jul 24 19:20:19 2012 -0400
26287
26288     [hb-old] Rename hb_buffer_* to HB_Buffer_*
26289
26290  src/hb-old/harfbuzz-buffer.c   | 22 +++++++++++-----------
26291  src/hb-old/harfbuzz-buffer.h   |  8 ++++----
26292  src/hb-old/harfbuzz-shaper.cpp |  8 ++++----
26293  3 files changed, 19 insertions(+), 19 deletions(-)
26294
26295 commit 1512a7357513b72e2a07dda706a176bb23d694e9
26296 Author: Behdad Esfahbod <behdad@behdad.org>
26297 Date:   Tue Jul 24 19:16:56 2012 -0400
26298
26299     [hb-old] Start adding HarfBuzz-old as a new backend
26300
26301  configure.ac                         |    1 +
26302  src/Makefile.am                      |    5 +
26303  src/hb-old/.gitignore                |    7 +
26304  src/hb-old/COPYING                   |   24 +
26305  src/hb-old/Makefile.am               |   56 +
26306  src/hb-old/Makefile.in               |  631 ++++
26307  src/hb-old/README                    |    7 +
26308  src/hb-old/harfbuzz-arabic.c         | 1144 +++++++
26309  src/hb-old/harfbuzz-buffer-private.h |  107 +
26310  src/hb-old/harfbuzz-buffer.c         |  383 +++
26311  src/hb-old/harfbuzz-buffer.h         |  102 +
26312  src/hb-old/harfbuzz-external.h       |  151 +
26313  src/hb-old/harfbuzz-gdef-private.h   |  135 +
26314  src/hb-old/harfbuzz-gdef.c           | 1163 +++++++
26315  src/hb-old/harfbuzz-gdef.h           |  140 +
26316  src/hb-old/harfbuzz-global.h         |  118 +
26317  src/hb-old/harfbuzz-gpos-private.h   |  729 ++++
26318  src/hb-old/harfbuzz-gpos.c           | 6094
26319  ++++++++++++++++++++++++++++++++++
26320  src/hb-old/harfbuzz-gpos.h           |  155 +
26321  src/hb-old/harfbuzz-greek.c          |  447 +++
26322  src/hb-old/harfbuzz-gsub-private.h   |  483 +++
26323  src/hb-old/harfbuzz-gsub.c           | 4329 ++++++++++++++++++++++++
26324  src/hb-old/harfbuzz-gsub.h           |  148 +
26325  src/hb-old/harfbuzz-hangul.c         |  268 ++
26326  src/hb-old/harfbuzz-hebrew.c         |  187 ++
26327  src/hb-old/harfbuzz-impl.c           |   84 +
26328  src/hb-old/harfbuzz-impl.h           |  131 +
26329  src/hb-old/harfbuzz-indic.cpp        | 1894 +++++++++++
26330  src/hb-old/harfbuzz-khmer.c          |  667 ++++
26331  src/hb-old/harfbuzz-myanmar.c        |  539 +++
26332  src/hb-old/harfbuzz-open-private.h   |  102 +
26333  src/hb-old/harfbuzz-open.c           | 1433 ++++++++
26334  src/hb-old/harfbuzz-open.h           |  288 ++
26335  src/hb-old/harfbuzz-shape.h          |  199 ++
26336  src/hb-old/harfbuzz-shaper-all.cpp   |   37 +
26337  src/hb-old/harfbuzz-shaper-private.h |  171 +
26338  src/hb-old/harfbuzz-shaper.cpp       | 1338 ++++++++
26339  src/hb-old/harfbuzz-shaper.h         |  294 ++
26340  src/hb-old/harfbuzz-stream-private.h |   81 +
26341  src/hb-old/harfbuzz-stream.c         |  114 +
26342  src/hb-old/harfbuzz-stream.h         |   51 +
26343  src/hb-old/harfbuzz-thai.c           |  111 +
26344  src/hb-old/harfbuzz-tibetan.c        |  274 ++
26345  src/hb-old/harfbuzz.c                |   32 +
26346  src/hb-old/harfbuzz.h                |   38 +
26347  45 files changed, 24892 insertions(+)
26348
26349 commit 478fd0529b868b22905a9dedf331ac7cc9721723
26350 Author: Behdad Esfahbod <behdad@behdad.org>
26351 Date:   Tue Jul 24 17:09:01 2012 -0400
26352
26353     Minor
26354
26355  src/hb-unicode-private.hh | 27 ++++++++++++++-------------
26356  1 file changed, 14 insertions(+), 13 deletions(-)
26357
26358 commit 8979a7f6f2b44ade4c0198a31ae08561b35ce009
26359 Author: Behdad Esfahbod <behdad@behdad.org>
26360 Date:   Tue Jul 24 17:03:55 2012 -0400
26361
26362     [Mongolian] Remove Mongolian Vowel Separator at the end of shaping
26363
26364     Results match Uniscribe now.
26365
26366  src/hb-unicode-private.hh | 3 +++
26367  1 file changed, 3 insertions(+)
26368
26369 commit aa6d849838d5231465ae1a25a4dd5ea1e9380ff9
26370 Author: Jonathan Kew <jfkthame@gmail.com>
26371 Date:   Tue Jul 24 15:52:32 2012 -0400
26372
26373     [CoreText] Add basic Core Text backend for comparison with our
26374     native shaping
26375
26376     Does not attempt to handle clusters in a Uniscribe- or
26377     HarfBuzz-compatible way;
26378     just returns the original string indexes that CT maintains. These
26379     may even be
26380     out-of-order in the case of reordrant glyphs.
26381
26382  configure.ac               |  12 ++
26383  src/Makefile.am            |   7 +
26384  src/hb-coretext-private.hh |  42 ++++++
26385  src/hb-coretext.cc         | 323
26386  +++++++++++++++++++++++++++++++++++++++++++++
26387  src/hb-coretext.h          |  43 ++++++
26388  src/hb-shape.cc            |   6 +
26389  6 files changed, 433 insertions(+)
26390
26391 commit ec8d2494694275dfbbac2dd0d33ca2894b0463d6
26392 Author: Behdad Esfahbod <behdad@behdad.org>
26393 Date:   Tue Jul 24 15:40:37 2012 -0400
26394
26395     Make data members of various OpenType structs protected instead
26396     of private
26397
26398     Should fix warnings generated when building with
26399     -Wunused-private-field.
26400     Based on patch from Jonathan Kew.
26401
26402  src/hb-open-file-private.hh          |  8 +++---
26403  src/hb-ot-head-table.hh              |  2 +-
26404  src/hb-ot-hhea-table.hh              |  2 +-
26405  src/hb-ot-hmtx-table.hh              |  2 +-
26406  src/hb-ot-layout-common-private.hh   | 14 ++++++-----
26407  src/hb-ot-layout-gdef-table.hh       | 20 +++++++--------
26408  src/hb-ot-layout-gpos-table.hh       | 48
26409  ++++++++++++++++++------------------
26410  src/hb-ot-layout-gsub-table.hh       | 30 +++++++++++-----------
26411  src/hb-ot-layout-gsubgpos-private.hh | 32 ++++++++++++------------
26412  src/hb-ot-maxp-table.hh              |  2 +-
26413  src/hb-ot-name-table.hh              |  2 +-
26414  11 files changed, 82 insertions(+), 80 deletions(-)
26415
26416 commit 97aa0b738a33b73a3f9763dd2950f2dd39f596ed
26417 Author: Behdad Esfahbod <behdad@behdad.org>
26418 Date:   Tue Jul 24 15:02:34 2012 -0400
26419
26420     Minor const correctness shuffling
26421
26422  src/hb-shape.cc | 6 +++---
26423  1 file changed, 3 insertions(+), 3 deletions(-)
26424
26425 commit 6411e74caf23af7b0545f1fe54d19a1c8da895e8
26426 Author: Behdad Esfahbod <behdad@behdad.org>
26427 Date:   Tue Jul 24 13:48:49 2012 -0400
26428
26429     [Indic] Reposition Gurmukhi top matras to after post
26430
26431     The font is forming a post-base consonant in some samples, and
26432     Uniscribe
26433     positions top matra on the post-base.  Do the same.
26434
26435     Gurmukhi failures down from 59 to 41 (0.0674242%).
26436
26437  src/hb-ot-shape-complex-indic.cc                                        |
26438  2 +-
26439  .../texts/in-tree/shaper-indic/indic/script-gurmukhi/misc/misc.txt      |
26440  1 +
26441  2 files changed, 2 insertions(+), 1 deletion(-)
26442
26443 commit c3f769ba09df319fa69d04f68c57444f95eceee6
26444 Author: Behdad Esfahbod <behdad@behdad.org>
26445 Date:   Tue Jul 24 13:26:32 2012 -0400
26446
26447     [Indic] Ignore Uniscribe output containing two zero-width space glyphs
26448
26449     Uniscribe is buggy and sometimes /eats/ a mark next to a non-joiner.
26450     Most of Malayalam failures where actually hitting this bug.
26451
26452     Ignore test output with two zero-width space glyphs.  This is a hack
26453     until we build up the test suite infrastructure better.
26454
26455     Bengali went down by 9, Devanagari by 2, Kannada by 130, Malayalm down
26456     from 1197 to 307, Sinhala down by 16, Telugu down by 26.  New stats:
26457
26458     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
26459     DEVANAGARI: 693573 out of 693628 tests passed. 55 failed (0.00792932%)
26460     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
26461     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
26462     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
26463     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
26464     MALAYALAM: 1048109 out of 1048416 tests passed. 307 failed
26465     (0.0292823%)
26466     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
26467     SINHALA: 271715 out of 271847 tests passed. 132 failed (0.0485567%)
26468     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
26469     TELUGU: 970550 out of 970573 tests passed. 23 failed (0.00236973%)
26470
26471  test/shaping/hb_test_tools.py                                           |
26472  1 +
26473  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt     |
26474  2 ++
26475  2 files changed, 3 insertions(+)
26476
26477 commit 65c43accdc4d2082282d5cedba8514b8df0c18a2
26478 Author: Behdad Esfahbod <behdad@behdad.org>
26479 Date:   Tue Jul 24 03:36:47 2012 -0400
26480
26481     [Indic] Better position left-matra in Malayalam
26482
26483     Just put it before base, which is what's expected.
26484
26485     Malayalam failures down from 1559 to 1197 (0.114172%).
26486
26487     BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
26488     DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
26489     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
26490     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
26491     KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
26492     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
26493     MALAYALAM: 1047219 out of 1048416 tests passed. 1197 failed
26494     (0.114172%)
26495     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
26496     SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
26497     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
26498     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
26499
26500  src/hb-ot-shape-complex-indic.cc                   | 41
26501  +++++++++++++++-------
26502  .../indic/script-malayalam/misc/misc.txt           |  1 +
26503  2 files changed, 29 insertions(+), 13 deletions(-)
26504
26505 commit 88f413b56f2858d149e2fc067685aeecaea779ca
26506 Author: Behdad Esfahbod <behdad@behdad.org>
26507 Date:   Tue Jul 24 03:04:36 2012 -0400
26508
26509     [Indic] Implement Reph+Ya-Phalaa interaction
26510
26511     The sequence Ra,H,Ya in Bengali is ambigious and Unicode encoded
26512     that to
26513     get Ya-Phalaa, one would place ZWJ before Halant.  Ie. a ZWJ,H
26514     sequence
26515     requests subjoining, while a H,ZWJ requests Half form.  Implement
26516     that.
26517
26518     Bengali failures go down from 377 to 297 (0.0838308%).
26519     Gujarati is down by 4 to 17 (0.0046384%).
26520     Kannada is down by 226 to 957 (0.100534%).
26521
26522     Current status:
26523
26524     BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
26525     DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
26526     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
26527     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
26528     KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
26529     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
26530     MALAYALAM: 1046857 out of 1048416 tests passed. 1559 failed
26531     (0.148701%)
26532     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
26533     SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
26534     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
26535     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
26536
26537  src/hb-ot-shape-complex-indic.cc                               |
26538  10 ++++++++--
26539  .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt    |  4 ++++
26540  2 files changed, 12 insertions(+), 2 deletions(-)
26541
26542 commit dff0ece11d61978c04e839501f179a5c3077f340
26543 Author: Behdad Esfahbod <behdad@behdad.org>
26544 Date:   Tue Jul 24 02:30:38 2012 -0400
26545
26546     [Indic] Limit matras to 4 per syllable
26547
26548     Also limit joiners.
26549
26550     This limits our syllable length to a constant, and is
26551     closer to what Uniscribe does anyway.
26552
26553     Two Devanagari tests regressed, but who cares about tests with 20
26554     joiners in a row?!  Devanagari at 57 (0.00821766%) now.
26555
26556  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
26557  1 file changed, 2 insertions(+), 2 deletions(-)
26558
26559 commit 330b329c8905a37ca88c556dea82c70d74c77458
26560 Author: Behdad Esfahbod <behdad@behdad.org>
26561 Date:   Tue Jul 24 02:25:26 2012 -0400
26562
26563     [Indic] Unmark U+17D1 KHMER SIGN VIRIAM to NOT be a Virama
26564
26565     Fixes another 1 Khmer failure.  Down to 30 (0.0100293%) now.
26566
26567  src/hb-ot-shape-complex-indic.cc                                        |
26568  2 ++
26569  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
26570  1 +
26571  2 files changed, 3 insertions(+)
26572
26573 commit 6824a7194e01b77eddb95bd95a9b32e219140912
26574 Author: Behdad Esfahbod <behdad@behdad.org>
26575 Date:   Tue Jul 24 02:22:18 2012 -0400
26576
26577     [Indic] Recategorize Khmer various signs as top matras
26578
26579     Khmer failures down from 39 to 31 (0.0103636%).
26580
26581  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++-------------
26582  1 file changed, 10 insertions(+), 13 deletions(-)
26583
26584 commit d90b8e841e0068a601c96ab184d18b0f48eec9d1
26585 Author: Behdad Esfahbod <behdad@behdad.org>
26586 Date:   Tue Jul 24 02:10:20 2012 -0400
26587
26588     [Indic] Reposition Khmer prebase-reordering Ra around split matras
26589
26590     In Khmer coeng model, a V,Ra can go *after* matras.  If it goes
26591     after a
26592     split matra, it should be reordered to *before* the left part of
26593     such matra.
26594
26595     Khmer failures down from 136 to 39 (0.0130381%).
26596
26597  src/hb-ot-shape-complex-indic.cc                            | 13
26598  +++++++++++++
26599  .../south-east-asian/script-khmer/misc/misc.txt             |  4 ++++
26600  2 files changed, 17 insertions(+)
26601
26602 commit 0afb84c12567ac35adac657bf8be29999b8c5a50
26603 Author: Behdad Esfahbod <behdad@behdad.org>
26604 Date:   Tue Jul 24 01:44:47 2012 -0400
26605
26606     [Indic] Fix minor bug in pre-base Ra positioning
26607
26608  src/hb-ot-shape-complex-indic.cc | 4 ++--
26609  1 file changed, 2 insertions(+), 2 deletions(-)
26610
26611 commit 7573799126e812a047daa5f64121ec959866b3c8
26612 Author: Behdad Esfahbod <behdad@behdad.org>
26613 Date:   Tue Jul 24 01:32:07 2012 -0400
26614
26615     [Indic] Position Khmer U+17CE
26616
26617     Fixes another 6 Khmer failures.  Now at 136 (0.0454661%).
26618
26619  src/hb-ot-shape-complex-indic.cc                                    |
26620  6 ++++++
26621  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt        | 1 +
26622  2 files changed, 7 insertions(+)
26623
26624 commit 8d00e8d0e7d10f823e6975fecaffb9d557b1a99a
26625 Author: Behdad Esfahbod <behdad@behdad.org>
26626 Date:   Tue Jul 24 01:04:18 2012 -0400
26627
26628     [Indic] Don't reposition Khmer Bindu
26629
26630     Khmer Bindu doesn't like to move to syllable end.  Leave it where it
26631     was.
26632
26633     Brings down Khmer failures from 510 to 142 (0.047572%).
26634
26635  src/hb-ot-shape-complex-indic.cc | 2 ++
26636  1 file changed, 2 insertions(+)
26637
26638 commit 2278eefcdb3dd0d492b9d07176fbecc1f0516bb7
26639 Author: Behdad Esfahbod <behdad@behdad.org>
26640 Date:   Tue Jul 24 00:26:43 2012 -0400
26641
26642     [Indic] In Sinhala, form forced Reph even if no other consonant found
26643
26644     Fixes another 10 Sinhala failures.  Down to 148 (0.0544424%).
26645
26646  src/hb-ot-shape-complex-indic.cc                               |
26647  10 +++++-----
26648  .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt    |  1 +
26649  2 files changed, 6 insertions(+), 5 deletions(-)
26650
26651 commit 71fd5e80ad06c8e85a1112cc89e129d6cd03f82c
26652 Author: Behdad Esfahbod <behdad@behdad.org>
26653 Date:   Tue Jul 24 00:21:16 2012 -0400
26654
26655     [Indic] Further adjust base algorithm for Sinhala
26656
26657     Apparently if there is C,V,ZWJ,C, the first C will be base, but if
26658     it's C,ZWJ,V,C, the second one will be.
26659
26660     Note that Uniscribe implements this differently, by breaking
26661     syllable in
26662     the case of C,ZWJ,V,C and putting the first consonant in one syllable
26663     and the rest in the next syllable.
26664
26665     Sinhala failures down from 208 to 158 (0.0581209%).  No changes to
26666     Khmer.
26667
26668  src/hb-ot-shape-complex-indic.cc                              |
26669  11 +++++++----
26670  .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt   |  3 +++
26671  2 files changed, 10 insertions(+), 4 deletions(-)
26672
26673 commit 73d71cc527d28fd5519c5d965c272ea1fb149a0e
26674 Author: Behdad Esfahbod <behdad@behdad.org>
26675 Date:   Tue Jul 24 00:09:12 2012 -0400
26676
26677     [Indic] End Vowel-based syllable at ZWJ
26678
26679     One Devanagari test regressed, plus 10 Malayalam (at 1545 now).
26680
26681     Fixed 120 Sinhala failures.  Now at 208 (0.0765136%).
26682
26683  src/hb-ot-shape-complex-indic-machine.rl                                |
26684  2 +-
26685  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt       |
26686  1 +
26687  2 files changed, 2 insertions(+), 1 deletion(-)
26688
26689 commit 34c215036f5fcdc7599b1ab0591b56dbb3811902
26690 Author: Behdad Esfahbod <behdad@behdad.org>
26691 Date:   Mon Jul 23 23:51:29 2012 -0400
26692
26693     [Indic] Improve Sinhala base algorithm and reph positioning
26694
26695     Sinhala does not have half forms.  And most (all?) consonants can be
26696     base, except when preceded by ZWJ, which would request a subjoined
26697     form.
26698     Hence switch the base algorithm to categorize with Khmer, start search
26699     at start, and stop at a ZWJ.
26700
26701     Also, mark all pos=base consonants after base to be subjoined.  Mark
26702     base itself to have pos=base.
26703
26704     Finally, adjust Sinhala's reph position to after-main.
26705
26706     Brings down Sinhala failures from 455 to 328 (0.120656%).
26707
26708  src/hb-ot-shape-complex-indic.cc                       | 18
26709  +++++++++++++++++-
26710  .../shaper-indic/indic/script-sinhala/misc/misc.txt    |  1 +
26711  2 files changed, 18 insertions(+), 1 deletion(-)
26712
26713 commit 2ec934c6c25423e7af20d909a9c698a149808ea9
26714 Author: Behdad Esfahbod <behdad@behdad.org>
26715 Date:   Mon Jul 23 23:49:04 2012 -0400
26716
26717     [Indic] Change "unknown" position to end of syllable
26718
26719  src/hb-ot-shape-complex-indic-private.hh | 2 +-
26720  1 file changed, 1 insertion(+), 1 deletion(-)
26721
26722 commit b70021f7c81a0ed08475b14b07291f662cd9f905
26723 Author: Behdad Esfahbod <behdad@behdad.org>
26724 Date:   Mon Jul 23 20:18:17 2012 -0400
26725
26726     When removing zero-width marks, don't remove ligatures
26727
26728     If a mark ligated, it probably should NOT be removed.
26729
26730  src/hb-ot-shape.cc | 6 +++---
26731  1 file changed, 3 insertions(+), 3 deletions(-)
26732
26733 commit 49c5ec51444f27f33e1eb6aa1959c61b08fa89c0
26734 Author: Behdad Esfahbod <behdad@behdad.org>
26735 Date:   Mon Jul 23 20:14:13 2012 -0400
26736
26737     Minor refactoring
26738
26739  src/hb-ot-layout-gsubgpos-private.hh | 32
26740  --------------------------------
26741  src/hb-ot-layout-private.hh          | 35
26742  +++++++++++++++++++++++++++++++++++
26743  src/hb-ot-shape-complex-indic.cc     |  2 +-
26744  3 files changed, 36 insertions(+), 33 deletions(-)
26745
26746 commit c3e6fdc3791168cf2b4c9412e751f187d58faa42
26747 Author: Behdad Esfahbod <behdad@behdad.org>
26748 Date:   Mon Jul 23 20:11:42 2012 -0400
26749
26750     [Indic] Improve check on ligatures
26751
26752     Only skip actual ligatures, not marks in-between ligature components.
26753
26754  src/hb-ot-layout-gsubgpos-private.hh | 5 +++++
26755  src/hb-ot-shape-complex-indic.cc     | 2 +-
26756  2 files changed, 6 insertions(+), 1 deletion(-)
26757
26758 commit 771a8f50289e8fa458cfc3cd84f73a380ce98077
26759 Author: Behdad Esfahbod <behdad@behdad.org>
26760 Date:   Mon Jul 23 20:07:50 2012 -0400
26761
26762     [Indic] exclude ligatures when matching on Indic category
26763
26764     If, say, a H,ZWJ,C ligature was formed, we don't want the code
26765     to detec
26766     that as a Halant.  So, ignore ligatures when matching category in
26767     final_reordering.
26768
26769     Sinhala failures down from 514 to 455 (0.167374%).
26770
26771  src/hb-ot-shape-complex-indic.cc                   | 41
26772  ++++++++++++----------
26773  .../indic/script-sinhala/misc/misc.txt             |  1 +
26774  2 files changed, 23 insertions(+), 19 deletions(-)
26775
26776 commit d1af9e82e5309158ed334ab8e21f3a3b64b9540f
26777 Author: Behdad Esfahbod <behdad@behdad.org>
26778 Date:   Mon Jul 23 19:55:35 2012 -0400
26779
26780     [GSUB/GPOS] Const correctness
26781
26782  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
26783  1 file changed, 2 insertions(+), 2 deletions(-)
26784
26785 commit baacd090df97610e3f6d1b2a110dc67b6c6f9f5c
26786 Author: Behdad Esfahbod <behdad@behdad.org>
26787 Date:   Mon Jul 23 19:51:48 2012 -0400
26788
26789     [Indic] Minor refactoring
26790
26791  src/hb-ot-shape-complex-indic.cc | 10 ++++++++--
26792  1 file changed, 8 insertions(+), 2 deletions(-)
26793
26794 commit c7c4de2fb9bba216e37875d79815eef55c0acc01
26795 Author: Behdad Esfahbod <behdad@behdad.org>
26796 Date:   Mon Jul 23 18:25:02 2012 -0400
26797
26798     [Indic] Remove syllable length check before sorting
26799
26800     We now limit syllable lengths in the machine.  No need to match here.
26801
26802  src/hb-ot-shape-complex-indic.cc | 2 --
26803  1 file changed, 2 deletions(-)
26804
26805 commit 9fa052733eb93a3ce1205f63ff8f74cb295cbe99
26806 Author: Behdad Esfahbod <behdad@behdad.org>
26807 Date:   Mon Jul 23 18:19:17 2012 -0400
26808
26809     [Indic] Limit syllables to at most five consonants
26810
26811     Seems to be about what Uniscribe does.  Not exactly.  But close
26812     enough.
26813     More consonants will start a new cluster.
26814
26815     A few scripts went way down in failures.  In particular:
26816
26817       - Devanagari failures went down from 490 to 56.
26818       - Telugu went down from 113 to 49.
26819
26820     Other scripts went down slightly or didn't change.  New numbers:
26821
26822     BENGALI: 353908 out of 354285 tests passed. 377 failed (0.106412%)
26823     DEVANAGARI: 693572 out of 693628 tests passed. 56 failed (0.00807349%)
26824     GUJARATI: 366485 out of 366506 tests passed. 21 failed (0.00572978%)
26825     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
26826     KANNADA: 950730 out of 951913 tests passed. 1183 failed (0.124276%)
26827     KHMER: 298613 out of 299124 tests passed. 511 failed (0.170832%)
26828     MALAYALAM: 1046881 out of 1048416 tests passed. 1535 failed
26829     (0.146411%)
26830     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
26831     SINHALA: 271333 out of 271847 tests passed. 514 failed (0.189077%)
26832     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
26833     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
26834
26835     Some of the remaining Telugu and Devanagari issues seem to be
26836     Uniscribe
26837     eating Anusvara when placed before a non-joiner.  Ouch!
26838
26839  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
26840  1 file changed, 3 insertions(+), 3 deletions(-)
26841
26842 commit 093cd583263a5d427e3377b31585043fb55d2557
26843 Author: Behdad Esfahbod <behdad@behdad.org>
26844 Date:   Mon Jul 23 14:04:42 2012 -0400
26845
26846     [Thai] Fix SARA AM handling
26847
26848     Oops, thinko.
26849
26850  src/hb-ot-shape-complex-misc.cc | 6 +++---
26851  src/hb-private.hh               | 4 ++--
26852  2 files changed, 5 insertions(+), 5 deletions(-)
26853
26854 commit 42848453bf260b456b46a07f066e31b8c3aac2f1
26855 Author: Behdad Esfahbod <behdad@behdad.org>
26856 Date:   Mon Jul 23 13:52:07 2012 -0400
26857
26858     [Thai] Reorder U+0E3A THAI VOWEL SIGN PHINTHU
26859
26860     Uniscribe reorders U+0E3A to be after U+0E38 and U+0E39.  We do
26861     that by
26862     modifying the ccc for U+0E3A.
26863
26864     Fixes the two remaining Thai failures (see previous commit).
26865
26866  src/hb-ot-shape-complex-misc.cc                          |  7 +++++++
26867  src/hb-unicode.cc                                        |  6 ++++++
26868  .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST  |  1 +
26869  .../in-tree/shaper-thai/script-thai/misc/phinthu.txt     | 16
26870  ++++++++++++++++
26871  4 files changed, 30 insertions(+)
26872
26873 commit 4a7f4f3e56f8f7640ae7337aa1b3324f31e0d4ab
26874 Author: Behdad Esfahbod <behdad@behdad.org>
26875 Date:   Mon Jul 23 13:15:33 2012 -0400
26876
26877     [Thai] Adjust SARA AM reordering to match Uniscribe
26878
26879     Adjust the list of marks before SARA AM that get the reordering
26880     treatment.  Also adjust cluster formation to match Uniscribe.
26881
26882     With Wikipedia test data, now I see:
26883
26884       - For Thai, with the Angsana New font from Win7, I see 54
26885       failures out
26886         of over 4M tests  (0.00129107%).  Of the 54, two are legitimate
26887         reordering issues (fix coming soon), and the other 52 are simply
26888         Uniscribe using a zero-width space char instead of an unknown
26889         character for missing glyphs.  No idea why.  The missing-glyph
26890         sequences include one that is a Thai character followed by
26891         an Arabic
26892         Sokun.  Someone confused it with Nikhahit I assume!
26893
26894       - For Lao, with the Dokchampa font from Win7, 33 tests fail out of
26895         54k (0.0615167%).  All seem to be insignificant mark positioning
26896         with two marks on a base.  Have to investigate.
26897
26898  src/hb-ot-shape-complex-misc.cc                    | 42
26899  +++++++++++++---------
26900  src/hb-private.hh                                  |  6 ++++
26901  test/shaping/texts/in-tree/shaper-thai/MANIFEST    |  1 +
26902  .../texts/in-tree/shaper-thai/script-lao/MANIFEST  |  1 +
26903  .../in-tree/shaper-thai/script-lao/misc/MANIFEST   |  1 +
26904  .../shaper-thai/script-lao/misc/sara-am.txt        | 20 +++++++++++
26905  .../shaper-thai/script-thai/misc/sara-am.txt       | 18 +++++++++-
26906  7 files changed, 72 insertions(+), 17 deletions(-)
26907
26908 commit 2cc933aff97916e5d0fe42883f40f0879f848e25
26909 Author: Behdad Esfahbod <behdad@behdad.org>
26910 Date:   Mon Jul 23 08:22:55 2012 -0400
26911
26912     [Indic] Fix cluster formation with left-matras and conjunct forms
26913
26914     Test case was: <U+0D15,U+0D4D,U+0D15,U+0D4A>.
26915
26916  src/hb-ot-shape-complex-indic.cc | 4 ++--
26917  1 file changed, 2 insertions(+), 2 deletions(-)
26918
26919 commit e6b01a878cd2e63cb675e7e0c6ac4d83a8c10f37
26920 Author: Behdad Esfahbod <behdad@behdad.org>
26921 Date:   Mon Jul 23 00:11:26 2012 -0400
26922
26923     [Indic] Further streamline cluster formation
26924
26925     This should address all possible cluster misformations that I had in
26926     mind.
26927
26928  src/hb-ot-shape-complex-indic.cc | 21 ++++++++++-----------
26929  1 file changed, 10 insertions(+), 11 deletions(-)
26930
26931 commit 7b2a7dadd6c616bbfe1d8358700cab9cee88e584
26932 Author: Behdad Esfahbod <behdad@behdad.org>
26933 Date:   Sun Jul 22 23:58:55 2012 -0400
26934
26935     [Indic] Merge clusters before sorting
26936
26937     This should fix any instabilities in cluster formation that we were
26938     speculating may happen with surrounding syllables.  Or most of it
26939     perhaps.
26940
26941  src/hb-ot-shape-complex-indic.cc | 4 ++++
26942  1 file changed, 4 insertions(+)
26943
26944 commit abb3239ef92cc5dccb4638806d7ae9868b9ac9b3
26945 Author: Behdad Esfahbod <behdad@behdad.org>
26946 Date:   Sun Jul 22 23:55:19 2012 -0400
26947
26948     [Indic] Update clusters for left-matra even if matra didn't move
26949
26950     Fixes crashes reported with left matra under
26951     non-uniscribe-bug-compatibilty mode.
26952
26953  src/hb-ot-shape-complex-indic.cc | 9 ++++++++-
26954  1 file changed, 8 insertions(+), 1 deletion(-)
26955
26956 commit 60554f14d8dca208721f0da8b69d84b92819c54f
26957 Author: Behdad Esfahbod <behdad@behdad.org>
26958 Date:   Sun Jul 22 23:23:56 2012 -0400
26959
26960     [Indic] Merge in Malayalam tests
26961
26962     From:
26963     http://silpa.org.in/pub/tests/hb/ml/ml-harfbuzz-testdata.txt
26964
26965  .../indic/script-malayalam/misc/misc.txt           | 94
26966  +++++++++++-----------
26967  1 file changed, 46 insertions(+), 48 deletions(-)
26968
26969 commit 5c7081770c7a611bbe79b451b7b86dec4fa6395d
26970 Author: Behdad Esfahbod <behdad@behdad.org>
26971 Date:   Sun Jul 22 23:20:27 2012 -0400
26972
26973     [Indic] Add extensive Sinhala tests
26974
26975     Generated by:
26976     http://git.savannah.gnu.org/cgit/sinhala.git/plain/utils/gen-unicode-sinhala.py
26977
26978  .../indic/script-sinhala/misc/extensive.txt        | 4390
26979  ++++++++++++++++++++
26980  1 file changed, 4390 insertions(+)
26981
26982 commit 2efe4707b1b449962f6e161716477d9775456c46
26983 Author: Behdad Esfahbod <behdad@behdad.org>
26984 Date:   Sun Jul 22 23:17:59 2012 -0400
26985
26986     [Indic] Add Sinhala tests
26987
26988     Merge tests from:
26989     http://git.savannah.gnu.org/cgit/sinhala.git/plain/patches/icu-sinhala-rendering.txt
26990
26991  .../indic/script-sinhala/misc/misc.txt             | 26
26992  ++++++++++++++++++++--
26993  1 file changed, 24 insertions(+), 2 deletions(-)
26994
26995 commit 3d4c111b7a13700b2f7a0b087eb3992283295f21
26996 Author: Behdad Esfahbod <behdad@behdad.org>
26997 Date:   Fri Jul 20 19:34:39 2012 -0400
26998
26999     Add a test case
27000
27001  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt
27002  | 1 +
27003  1 file changed, 1 insertion(+)
27004
27005 commit 92a1ad7bef9efb456ab87bd63818cfbed7da3f6f
27006 Author: Behdad Esfahbod <behdad@behdad.org>
27007 Date:   Fri Jul 20 18:38:27 2012 -0400
27008
27009     [Indic] Stop searching for base if a post form is found before
27010     below form
27011
27012     Improves Bengali and Gurmukhi.  Malayalam regressed a bit.  We will
27013     deal
27014     with that later.
27015
27016  src/hb-ot-shape-complex-indic.cc | 5 ++++-
27017  1 file changed, 4 insertions(+), 1 deletion(-)
27018
27019 commit 4c450c703f8e4618c587bcd7ef46dcc1f2c7947b
27020 Author: Behdad Esfahbod <behdad@behdad.org>
27021 Date:   Fri Jul 20 18:13:04 2012 -0400
27022
27023     [Indic] Recompose Bengali Ya,Nukta
27024
27025     This is a bunch of hacks for now.
27026
27027     Improves Bengali a bit.
27028
27029  src/hb-ot-shape-complex-indic.cc | 4 ++--
27030  src/hb-unicode.cc                | 8 ++++++++
27031  2 files changed, 10 insertions(+), 2 deletions(-)
27032
27033 commit e9c0f152a38cb2e76650a3e43f7fdcda266af696
27034 Author: Behdad Esfahbod <behdad@behdad.org>
27035 Date:   Fri Jul 20 17:05:46 2012 -0400
27036
27037     [Uniscribe] Fix script fallback
27038
27039     Gurmukhi failures half now.  Others changed slightly.
27040
27041  src/hb-uniscribe.cc | 34 ++++++++++++++--------------------
27042  1 file changed, 14 insertions(+), 20 deletions(-)
27043
27044 commit 5791f329159c9863317e2b507514c29321be31a7
27045 Author: Behdad Esfahbod <behdad@behdad.org>
27046 Date:   Fri Jul 20 16:26:55 2012 -0400
27047
27048     [Indic] Allow a ZWNJ after SM's
27049
27050     Malayalam failures go way down.  Other scripts benefitted slightly
27051     too.
27052     Sinhala had one or two test regressions, but...
27053
27054  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
27055  1 file changed, 1 insertion(+), 1 deletion(-)
27056
27057 commit 34ae336f3fae93ef9372881d545c817bce383041
27058 Author: Behdad Esfahbod <behdad@behdad.org>
27059 Date:   Fri Jul 20 16:17:28 2012 -0400
27060
27061     [Indic] Improve Reph AfterMain positioning
27062
27063     Fixes 20 out of 48 failing Oriya tests.  Failure rate down to
27064     0.066% now.
27065
27066  src/hb-ot-shape-complex-indic.cc | 3 +--
27067  1 file changed, 1 insertion(+), 2 deletions(-)
27068
27069 commit bdd080431a40bc941ece3230f338b94a46bd12a2
27070 Author: Behdad Esfahbod <behdad@behdad.org>
27071 Date:   Fri Jul 20 16:03:09 2012 -0400
27072
27073     [Indic] Reposition Oriya Candrabindu
27074
27075     Oriya failures down from 0.65% to 0.20%.
27076
27077  src/hb-ot-shape-complex-indic.cc                                        |
27078  1 +
27079  .../shaping/texts/in-tree/shaper-indic/indic/script-oriya/misc/MANIFEST |
27080  1 +
27081  .../texts/in-tree/shaper-indic/indic/script-oriya/misc/bindu.txt        |
27082  2 ++
27083  3 files changed, 4 insertions(+)
27084
27085 commit 5f0eaaad129ff04d56b8756bebf19fbc242718c9
27086 Author: Behdad Esfahbod <behdad@behdad.org>
27087 Date:   Fri Jul 20 15:47:24 2012 -0400
27088
27089     [Indic] Fix base search in final_reordering
27090
27091     Fixes most Malayalam failures.  Down from 1.6% to 0.38% now.  Fixes a
27092     few more in other scripts too.
27093
27094  src/hb-ot-shape-complex-indic.cc | 12 ++++++++----
27095  1 file changed, 8 insertions(+), 4 deletions(-)
27096
27097 commit 81202bd860e4034c18d9f80c5a4f33d9f48463a3
27098 Author: Behdad Esfahbod <behdad@behdad.org>
27099 Date:   Fri Jul 20 15:10:02 2012 -0400
27100
27101     [Indic] Don't attach SM/VD to other characters
27102
27103  src/hb-ot-shape-complex-indic-private.hh |  3 +++
27104  src/hb-ot-shape-complex-indic.cc         | 38
27105  ++++++++++++++++++--------------
27106  2 files changed, 24 insertions(+), 17 deletions(-)
27107
27108 commit efb4ad735691837a52447bedc1a66a87d0d9af51
27109 Author: Behdad Esfahbod <behdad@behdad.org>
27110 Date:   Fri Jul 20 14:27:38 2012 -0400
27111
27112     Fix compiler warnings
27113
27114     If x is not constant, we cannot ASSERT_STATIC on it.
27115
27116  src/hb-private.hh | 2 +-
27117  1 file changed, 1 insertion(+), 1 deletion(-)
27118
27119 commit f31d97e44eeb6fb141f3de928e27e033fc7b1f47
27120 Author: Behdad Esfahbod <behdad@behdad.org>
27121 Date:   Fri Jul 20 14:13:35 2012 -0400
27122
27123     [Indic] Form Telugu Reph out of Ra,Virama,ZWJ
27124
27125     Apparently this was approved in Feb 2012.  No font yet.
27126
27127  src/hb-ot-shape-complex-indic-private.hh | 2 +-
27128  src/hb-ot-shape-complex-indic.cc         | 4 ++--
27129  2 files changed, 3 insertions(+), 3 deletions(-)
27130
27131 commit 2e193b240ec85cab0d4e2f8a375c5a7f0ef99985
27132 Author: Behdad Esfahbod <behdad@behdad.org>
27133 Date:   Fri Jul 20 14:02:35 2012 -0400
27134
27135     [Indic] Don't split U+0AC9
27136
27137     Althought IndicMatraCategory.txt classifies it as Top_And_Right matra,
27138     it does not have Unicode decomposition, and Uniscribe does not do
27139     anything special about it either.
27140
27141     Gujarati failures down from 0.672% to 0.0130966%.
27142
27143  src/hb-unicode.cc | 2 +-
27144  1 file changed, 1 insertion(+), 1 deletion(-)
27145
27146 commit 30c3d5e9fc61b49c2c6ad4e744300edd6f3e0261
27147 Author: Behdad Esfahbod <behdad@behdad.org>
27148 Date:   Fri Jul 20 13:56:32 2012 -0400
27149
27150     [Indic] Simplify Uniscribe cluster emulation
27151
27152     Now that we break syllables on Halant,ZWNJ, this code can be
27153     simplified.
27154
27155  src/hb-ot-shape-complex-indic.cc | 11 ++---------
27156  1 file changed, 2 insertions(+), 9 deletions(-)
27157
27158 commit decf6ffca475fe01ff3151b7641f629f031137d2
27159 Author: Behdad Esfahbod <behdad@behdad.org>
27160 Date:   Fri Jul 20 13:51:31 2012 -0400
27161
27162     [Indic] Minor!
27163
27164  src/hb-ot-shape-complex-indic.cc | 2 +-
27165  1 file changed, 1 insertion(+), 1 deletion(-)
27166
27167 commit 9e4f94a72cea6d65a6a7ba5a47db92e00dbfbb91
27168 Author: Behdad Esfahbod <behdad@behdad.org>
27169 Date:   Fri Jul 20 13:48:03 2012 -0400
27170
27171     [Indic] Break syllables at Halant,ZWNJ
27172
27173     That's really what Uniscribe does, and explains a lot of pecularities
27174     of
27175     Halant,ZWNJ before the base.
27176
27177     Sent Telugu from 1% failures to 0.03%.  Improved Kannada and Malayalam
27178     slightly.  Fixed half of Bengali, and did NOT break anything!
27179
27180  src/hb-ot-shape-complex-indic-machine.rl | 5 +++--
27181  src/hb-ot-shape-complex-indic.cc         | 5 ++---
27182  2 files changed, 5 insertions(+), 5 deletions(-)
27183
27184 commit 2c372b80f6befad69e216e3f218b38640b8cc044
27185 Author: Behdad Esfahbod <behdad@behdad.org>
27186 Date:   Fri Jul 20 13:37:48 2012 -0400
27187
27188     [Indic] Better check for applying 'init'
27189
27190     Specifically, don't apply 'init' if previous char is a joiner.
27191
27192     Fixes some more of Bengali.
27193
27194  src/hb-ot-shape-complex-indic.cc | 9 +--------
27195  src/hb-private.hh                | 3 ++-
27196  2 files changed, 3 insertions(+), 9 deletions(-)
27197
27198 commit 34a7440b7c6c6e53394ddbdbedaad57b23f85105
27199 Author: Behdad Esfahbod <behdad@behdad.org>
27200 Date:   Fri Jul 20 12:32:59 2012 -0400
27201
27202     [GPOS] Don't zero mark advances
27203
27204     Fixes more of Telugu, Kannada, and Oriya.
27205
27206     May break things (outside Indic...), but we cannot think of any
27207     font relying
27208     on this immediately.
27209
27210  src/hb-ot-layout-gpos-table.hh | 4 ++--
27211  1 file changed, 2 insertions(+), 2 deletions(-)
27212
27213 commit 8ed248de77e5d2ed978e55c0ce1a11727bc9e34c
27214 Author: Behdad Esfahbod <behdad@behdad.org>
27215 Date:   Fri Jul 20 11:42:24 2012 -0400
27216
27217     [Indic] Minor
27218
27219  src/hb-ot-shape-complex-indic.cc | 5 +++--
27220  1 file changed, 3 insertions(+), 2 deletions(-)
27221
27222 commit d0e68dbd0b9fc9a42c4280d01c8ffd9c5015d550
27223 Author: Behdad Esfahbod <behdad@behdad.org>
27224 Date:   Fri Jul 20 11:25:41 2012 -0400
27225
27226     [Indic] Implement reph positioning step 5
27227
27228     Not tuned, just copied from step 2.  Fixes another 0.5% of Kannada
27229     failures.  1% to go.
27230
27231  src/hb-ot-shape-complex-indic.cc | 12 +++++++++++-
27232  1 file changed, 11 insertions(+), 1 deletion(-)
27233
27234 commit a9e45c32e4a0d6da33c52f8427aa694e57f52eb9
27235 Author: Behdad Esfahbod <behdad@behdad.org>
27236 Date:   Fri Jul 20 11:04:15 2012 -0400
27237
27238     [Indic] Don't let ZWNJ at the end of syllable affect base search
27239
27240     Fixes a few Devanagari, half of remaining Kannada failures,
27241     quarter for
27242     Telugu, and others slightly improved or unchanged.
27243
27244  src/hb-ot-shape-complex-indic.cc | 6 +++++-
27245  1 file changed, 5 insertions(+), 1 deletion(-)
27246
27247 commit 20b68e699f73e6ce046c0ec143d40b3d6d48e06b
27248 Author: Behdad Esfahbod <behdad@behdad.org>
27249 Date:   Fri Jul 20 10:47:46 2012 -0400
27250
27251     [Indic] Apply 'cjct' globally
27252
27253     Fixes 5 Devanagari failures, and no regressions.
27254
27255  src/hb-ot-shape-complex-indic.cc | 15 +++++++++------
27256  1 file changed, 9 insertions(+), 6 deletions(-)
27257
27258 commit 51e764de441072e7c9f67de23e8ed717b9b8957d
27259 Author: Behdad Esfahbod <behdad@behdad.org>
27260 Date:   Fri Jul 20 10:30:24 2012 -0400
27261
27262     [Indic] Unbreak old scriptures
27263
27264     Brings down failures with Lohit-Telugu from 57% to 1.40%.
27265
27266  src/hb-ot-shape-complex-indic.cc | 5 +++--
27267  1 file changed, 3 insertions(+), 2 deletions(-)
27268
27269 commit 900cf3d449bf36d4f8b1474590cae925fef48fc8
27270 Author: Behdad Esfahbod <behdad@behdad.org>
27271 Date:   Fri Jul 20 10:18:23 2012 -0400
27272
27273     Minor
27274
27275  src/hb-ot-shape-complex-indic.cc | 2 +-
27276  1 file changed, 1 insertion(+), 1 deletion(-)
27277
27278 commit 87cd63266e73af316b250573ef57388a0bcc9133
27279 Author: Behdad Esfahbod <behdad@behdad.org>
27280 Date:   Thu Jul 19 21:17:48 2012 -0400
27281
27282     [Indic] Recategorize some Kannada right matras
27283
27284     Kannada failures down from 3.5% to 2.93%.
27285
27286  src/hb-ot-shape-complex-indic.cc                                   | 2 +-
27287  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/MANIFEST  | 1 +
27288  .../shaper-indic/indic/script-kannada/misc/right-matras.txt        |
27289  7 +++++++
27290  3 files changed, 9 insertions(+), 1 deletion(-)
27291
27292 commit 3604d64ced909ade91998d294a7b4b2ee14d47aa
27293 Author: Behdad Esfahbod <behdad@behdad.org>
27294 Date:   Thu Jul 19 21:13:04 2012 -0400
27295
27296     [Indic] Recategorize GURMUKHI ADDAK
27297
27298     It's not in IndicSyllabicCategory.txt.  Fixes most of Gurmukhi
27299     failures.
27300     Failures down from 7.7% to 0.222%!
27301
27302  src/hb-ot-shape-complex-indic.cc | 1 +
27303  1 file changed, 1 insertion(+)
27304
27305 commit 89328581236a53ec16508b95db54c7e5315b178f
27306 Author: Behdad Esfahbod <behdad@behdad.org>
27307 Date:   Thu Jul 19 21:02:38 2012 -0400
27308
27309     Minor
27310
27311  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
27312  1 file changed, 2 insertions(+), 2 deletions(-)
27313
27314 commit 47ef931f13778b894090139a64238a5ab9ac1154
27315 Author: Behdad Esfahbod <behdad@behdad.org>
27316 Date:   Thu Jul 19 20:52:44 2012 -0400
27317
27318     [buffer] Make sure out_info = info during GPOS
27319
27320  src/hb-buffer.cc | 9 +++++++--
27321  1 file changed, 7 insertions(+), 2 deletions(-)
27322
27323 commit ae63cf206291befe3920adfe015e6cd0961580e5
27324 Author: Behdad Esfahbod <behdad@behdad.org>
27325 Date:   Thu Jul 19 20:45:41 2012 -0400
27326
27327     Print line number during return when tracing
27328
27329  src/hb-private.hh | 8 ++++----
27330  1 file changed, 4 insertions(+), 4 deletions(-)
27331
27332 commit 5249f3aee108b0f41770d137e63a625f594418e7
27333 Author: Behdad Esfahbod <behdad@behdad.org>
27334 Date:   Thu Jul 19 20:30:22 2012 -0400
27335
27336     [Indic] Unbreak Khmer
27337
27338     For Khmer, all consonants are subjoining.  No need to look in
27339     the font.
27340     We were looking in the wrong order anyway.
27341
27342  src/hb-ot-shape-complex-indic.cc | 4 +++-
27343  1 file changed, 3 insertions(+), 1 deletion(-)
27344
27345 commit e0475345d5d7db8dbc8b554beedfa2435c5d7fd1
27346 Author: Behdad Esfahbod <behdad@behdad.org>
27347 Date:   Thu Jul 19 20:24:14 2012 -0400
27348
27349     [Indic] Apply 'akhn' globally
27350
27351     Fixes 1.5% more failures for Telugu, 2% for Kannada.
27352     Breaks one test in Devanagari.
27353
27354  src/hb-ot-shape-complex-indic.cc | 8 ++++----
27355  1 file changed, 4 insertions(+), 4 deletions(-)
27356
27357 commit c87bcddb10752b407c0471ee5ac4de6f1b00b711
27358 Author: Behdad Esfahbod <behdad@behdad.org>
27359 Date:   Thu Jul 19 20:03:25 2012 -0400
27360
27361     [Indic] Add failing test for Kannada
27362
27363  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt
27364  | 1 +
27365  1 file changed, 1 insertion(+)
27366
27367 commit fa247ebe524f92fa95d344ba912f704262879c13
27368 Author: Behdad Esfahbod <behdad@behdad.org>
27369 Date:   Thu Jul 19 19:52:19 2012 -0400
27370
27371     [Indic] Better position U+0CD5
27372
27373     Fixes another 5% of Kannada failures.
27374
27375  src/hb-ot-shape-complex-indic.cc | 4 ++--
27376  1 file changed, 2 insertions(+), 2 deletions(-)
27377
27378 commit f055442716ec7543ed156d4789955b19c11a5255
27379 Author: Behdad Esfahbod <behdad@behdad.org>
27380 Date:   Thu Jul 19 16:20:21 2012 -0400
27381
27382     [Indic] Lookup consonant position in the font
27383
27384     Fixes most failures of Oriya, and improves others a bit.
27385
27386  src/hb-ot-map-private.hh                 |  13 ++--
27387  src/hb-ot-shape-complex-indic-private.hh | 105
27388  -------------------------------
27389  src/hb-ot-shape-complex-indic.cc         |  63 +++++++++++++------
27390  3 files changed, 54 insertions(+), 127 deletions(-)
27391
27392 commit 74d1d88781e91866a52e27f391e34df03b313442
27393 Author: Behdad Esfahbod <behdad@behdad.org>
27394 Date:   Thu Jul 19 16:14:23 2012 -0400
27395
27396     [GSUB] Fix would_apply() for LigatureSubst
27397
27398  src/hb-ot-layout-gsub-table.hh | 1 +
27399  1 file changed, 1 insertion(+)
27400
27401 commit 787f7d1e9ba9ad038f24e5a1063d12c7d169ad37
27402 Author: Behdad Esfahbod <behdad@behdad.org>
27403 Date:   Thu Jul 19 15:29:13 2012 -0400
27404
27405     [TODO] Minor
27406
27407  TODO | 2 ++
27408  1 file changed, 2 insertions(+)
27409
27410 commit be73a5f9368136ecbdb211b96516ad0c554c8201
27411 Author: Behdad Esfahbod <behdad@behdad.org>
27412 Date:   Thu Jul 19 14:59:15 2012 -0400
27413
27414     Add src/test-would-substitute tool
27415
27416  src/Makefile.am              |   6 +-
27417  src/test-would-substitute.cc |  94 ++++++++++++++++++++++++++++++
27418  src/test.cc                  | 132
27419  +++++++++++++++++++++++++++++++++++++++++++
27420  3 files changed, 231 insertions(+), 1 deletion(-)
27421
27422 commit e72b360ac6381b549249b8836fa3e70b909d3437
27423 Author: Behdad Esfahbod <behdad@behdad.org>
27424 Date:   Thu Jul 19 14:35:23 2012 -0400
27425
27426     Refactor / finish would_apply() operation
27427
27428     Untested.
27429
27430  src/hb-ot-layout-gpos-table.hh       |   6 +-
27431  src/hb-ot-layout-gsub-table.hh       | 126 +++++++++----------
27432  src/hb-ot-layout-gsubgpos-private.hh | 233
27433  ++++++++++++++++++++++++++++++++++-
27434  src/hb-ot-layout.cc                  |  11 ++
27435  src/hb-ot-layout.h                   |   7 ++
27436  5 files changed, 308 insertions(+), 75 deletions(-)
27437
27438 commit 8c973ebf0f59abb5ee920edd5d64e23d8e47ad75
27439 Author: Behdad Esfahbod <behdad@behdad.org>
27440 Date:   Thu Jul 19 13:25:08 2012 -0400
27441
27442     [Indic] Implement per-script matra positioning
27443
27444     Following what the spec says.
27445
27446     Brings down Telugu failures from 40% to 3.75%, and Kannada failures
27447     from
27448     44% to 10%.  Does NOT affect other scripts' test results.
27449
27450  src/hb-ot-shape-complex-indic-private.hh |  2 +-
27451  src/hb-ot-shape-complex-indic.cc         | 40
27452  +++++++++++++++++++++++++++++---
27453  src/hb-unicode.cc                        |  2 +-
27454  3 files changed, 39 insertions(+), 5 deletions(-)
27455
27456 commit 8bb32458f95f13f66688e0811cc91f1bfffb867d
27457 Author: Behdad Esfahbod <behdad@behdad.org>
27458 Date:   Thu Jul 19 12:59:06 2012 -0400
27459
27460     [Indic] More refactoring
27461
27462  src/hb-ot-shape-complex-indic-private.hh |  9 ++---
27463  src/hb-ot-shape-complex-indic.cc         | 65
27464  ++++++++++++++++++++++++--------
27465  2 files changed, 54 insertions(+), 20 deletions(-)
27466
27467 commit 9ccc6382ba43760167c134c18c1c4ada4b8c3f22
27468 Author: Behdad Esfahbod <behdad@behdad.org>
27469 Date:   Thu Jul 19 12:32:16 2012 -0400
27470
27471     [Indic] Minor refactoring
27472
27473  src/hb-ot-shape-complex-indic.cc | 127
27474  ++++++++++++++++++++++-----------------
27475  1 file changed, 71 insertions(+), 56 deletions(-)
27476
27477 commit f83aaa3133de5d807be267a100d6a200e8db9017
27478 Author: Behdad Esfahbod <behdad@behdad.org>
27479 Date:   Thu Jul 19 12:23:23 2012 -0400
27480
27481     [Indic] Minor
27482
27483  src/hb-ot-shape-complex-indic-private.hh | 42
27484  ++++++++++++++++++++------------
27485  1 file changed, 26 insertions(+), 16 deletions(-)
27486
27487 commit be8b9f5f715f6fb36b98bd33c3303f79cc068f8a
27488 Author: Behdad Esfahbod <behdad@behdad.org>
27489 Date:   Thu Jul 19 12:11:12 2012 -0400
27490
27491     [Indic] Start refactoring different matra positions per script
27492
27493  src/hb-ot-shape-complex-indic-private.hh | 36
27494  +++++++++++++++++++-------------
27495  src/hb-ot-shape-complex-indic.cc         |  4 ++--
27496  2 files changed, 24 insertions(+), 16 deletions(-)
27497
27498 commit deeb540a74f8d394db273145b17bf385d14d01bb
27499 Author: Behdad Esfahbod <behdad@behdad.org>
27500 Date:   Thu Jul 19 11:30:48 2012 -0400
27501
27502     [test] Ignore tests with DOTTED CIRCLE in the output
27503
27504  test/shaping/hb_test_tools.py | 4 ++++
27505  1 file changed, 4 insertions(+)
27506
27507 commit b01d9b3d90e892341ee4463f2eda4600850b97d8
27508 Author: Behdad Esfahbod <behdad@behdad.org>
27509 Date:   Thu Jul 19 11:25:49 2012 -0400
27510
27511     [Indic] Disallow decomposition of a couple characters
27512
27513     This is a hack for now.  Will be fixed when we do
27514     complex-shaper-driven
27515     normalization properly.
27516
27517     The results with or without decomposition are the same, but Uniscribe
27518     does not normalize, so this matches better.
27519
27520  src/hb-unicode.cc | 3 +++
27521  1 file changed, 3 insertions(+)
27522
27523 commit 422ecd2d3c198a36d07d409341cb82ea57c7ad6b
27524 Author: Behdad Esfahbod <behdad@behdad.org>
27525 Date:   Wed Jul 18 23:25:58 2012 -0400
27526
27527     [Indic] Accept a forced Rakar sequence at the end of syllable
27528
27529     In Sinhala, Rakar is formed by Al-Lakuna,ZWJ,Ra.  If you put that
27530     at the
27531     end of a Consonant,Matra syllable, you get a dotted-circle from
27532     Uniscribe.  Apparently adding a ZWJ before the Al-Lakuna "fixes" that.
27533     And people have been encoding that sequence...  So, allow a forced
27534     "ZWJ,Virama,ZWJ,Ra" sequence at the of syllables.
27535
27536     Fixes some 100 or more of Sinhala failures.  Now at 622 only (0.23%).
27537
27538  src/hb-ot-shape-complex-indic-machine.rl                               |
27539  3 ++-
27540  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt      |
27541  2 ++
27542  2 files changed, 4 insertions(+), 1 deletion(-)
27543
27544 commit 6fc1732003d71cf90d37247482772c3da884687f
27545 Author: Behdad Esfahbod <behdad@behdad.org>
27546 Date:   Wed Jul 18 17:49:19 2012 -0400
27547
27548     [Indic] Allow joiners on both sides of Halant at the same time
27549
27550     The sequence <ZWJ,Al-Lakuna,ZWJ> is used in Sinhala to explicitly ask
27551     for Rakar.  Fixes two-thousand Sinhala tests.  Not many left.
27552
27553  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
27554  1 file changed, 1 insertion(+), 1 deletion(-)
27555
27556 commit 10cdc94eee2225f14c198c015256a5a0063eecad
27557 Author: Behdad Esfahbod <behdad@behdad.org>
27558 Date:   Wed Jul 18 17:42:34 2012 -0400
27559
27560     [Indic] In final reordering, find base, even if it disappeared
27561
27562     POS_BASE can disappear if base ligated backward.  Define base as last
27563     with position not after base.
27564
27565     Fixes a few hundred of Sinhala failures with Iskoola Pota.
27566
27567  src/hb-ot-shape-complex-indic.cc                                   |
27568  7 ++-----
27569  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt  | 1 +
27570  2 files changed, 3 insertions(+), 5 deletions(-)
27571
27572 commit 9c4d24a3a677a58ec59c7fb0f8b70b8aad30a032
27573 Author: Behdad Esfahbod <behdad@behdad.org>
27574 Date:   Wed Jul 18 17:29:10 2012 -0400
27575
27576     [Indic] Minor
27577
27578  src/hb-ot-shape-complex-indic.cc | 1 +
27579  1 file changed, 1 insertion(+)
27580
27581 commit 3285e107c9a83aeb552e67f9460680ff6d167d88
27582 Author: Behdad Esfahbod <behdad@behdad.org>
27583 Date:   Wed Jul 18 17:22:14 2012 -0400
27584
27585     [Indic] Implement Sinhala "Al Lakuna" Reph behavior
27586
27587     In Sinhala, Reph is formed only explicitly, by the presence of a ZWJ.
27588
27589  src/hb-ot-shape-complex-indic-private.hh                           | 2 ++
27590  src/hb-ot-shape-complex-indic.cc                                   |
27591  7 ++++++-
27592  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/MANIFEST  | 1 +
27593  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/reph.txt  |
27594  3 +++
27595  4 files changed, 12 insertions(+), 1 deletion(-)
27596
27597 commit 91cade755534c42bb826a6aefcbca8a543d94387
27598 Author: Behdad Esfahbod <behdad@behdad.org>
27599 Date:   Wed Jul 18 16:50:41 2012 -0400
27600
27601     [Indic/Unicode] Decompose Sinhala split matras the way Uniscribe likes
27602
27603     Makes no visual difference.
27604
27605     Fixes most of the failures.  Down from 15% to 1.3%!
27606
27607  src/hb-unicode.cc | 8 ++++++++
27608  1 file changed, 8 insertions(+)
27609
27610 commit d8942dcbb4e3249a2d78a6455c119294ed4390bc
27611 Author: Behdad Esfahbod <behdad@behdad.org>
27612 Date:   Wed Jul 18 16:34:10 2012 -0400
27613
27614     Apply Tibetan (global) features.
27615
27616     Fixes all Tibetan failures.  All 180k of them!
27617
27618     Merges back Hangul into the default shaper.
27619
27620  src/hb-ot-shape-complex-misc.cc    | 82
27621  +++++++++++++++++---------------------
27622  src/hb-ot-shape-complex-private.hh |  7 ----
27623  2 files changed, 37 insertions(+), 52 deletions(-)
27624
27625 commit 552d19b7a11f7dff888587fce4d56d9f8e47e819
27626 Author: Behdad Esfahbod <behdad@behdad.org>
27627 Date:   Wed Jul 18 16:00:49 2012 -0400
27628
27629     [Indic] Treat Register Shifters like Nukta
27630
27631     Really this time.
27632
27633     Fixes another 18 Khmer tests.
27634
27635  src/hb-ot-shape-complex-indic-machine.rl                                |
27636  2 +-
27637  src/hb-ot-shape-complex-indic.cc                                        |
27638  2 --
27639  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
27640  1 +
27641  3 files changed, 2 insertions(+), 3 deletions(-)
27642
27643 commit e8cd81f76d159f3ecf808952dab24bc07782497a
27644 Author: Behdad Esfahbod <behdad@behdad.org>
27645 Date:   Wed Jul 18 16:00:20 2012 -0400
27646
27647     [Indic] Minor
27648
27649  src/hb-ot-shape-complex-indic.cc | 2 +-
27650  1 file changed, 1 insertion(+), 1 deletion(-)
27651
27652 commit 69f26bf39c824d6bf5b1c0d410380cc5462ad5ca
27653 Author: Behdad Esfahbod <behdad@behdad.org>
27654 Date:   Wed Jul 18 15:45:43 2012 -0400
27655
27656     [Indic] Fix Matra reordering when base is at end of syllable
27657
27658     For example: U+915,U+200c,U+93f
27659
27660     Fixes last Tamil failure!
27661
27662  src/hb-ot-shape-complex-indic.cc                                        |
27663  2 +-
27664  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt    |
27665  1 +
27666  2 files changed, 2 insertions(+), 1 deletion(-)
27667
27668 commit d16ccc4ae7aa8be460881042413fa2637929fede
27669 Author: Behdad Esfahbod <behdad@behdad.org>
27670 Date:   Wed Jul 18 15:43:55 2012 -0400
27671
27672     Leave one extra item at the end of buffer allocation
27673
27674     Just in case, for the times we do out-of-bounds access.
27675
27676     jk
27677
27678  src/hb-buffer-private.hh | 2 +-
27679  1 file changed, 1 insertion(+), 1 deletion(-)
27680
27681 commit 075d671f1093d2e3c58f7f45568696030f1b3efd
27682 Author: Behdad Esfahbod <behdad@behdad.org>
27683 Date:   Wed Jul 18 15:41:53 2012 -0400
27684
27685     [Indic] Fix out-of-bounds array access
27686
27687  src/hb-ot-shape-complex-indic.cc | 6 ++++--
27688  1 file changed, 4 insertions(+), 2 deletions(-)
27689
27690 commit dcb527242b1eca4db1e190a7802f9cd132aaf46e
27691 Author: Behdad Esfahbod <behdad@behdad.org>
27692 Date:   Wed Jul 18 15:28:25 2012 -0400
27693
27694     [Indic] Allow joiners before matras
27695
27696     Fixes 1 more Devanagari test!
27697
27698  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
27699  1 file changed, 2 insertions(+), 2 deletions(-)
27700
27701 commit 391cc0331749e263bdfe83a8f5f6d76f2360ee7a
27702 Author: Behdad Esfahbod <behdad@behdad.org>
27703 Date:   Wed Jul 18 15:10:05 2012 -0400
27704
27705     [Indic] Allow halant group in Vowel and placeholder syllables
27706
27707     Fixes 2 out of 560 Devanagari failures.  AND:
27708     Fixes 1 out of 2 Tamil failures.
27709
27710  src/hb-ot-shape-complex-indic-machine.rl                           |
27711  7 ++++---
27712  .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt     | 1 +
27713  2 files changed, 5 insertions(+), 3 deletions(-)
27714
27715 commit ca4e3d3eab7b738c2b8e2a81696a28bca1b81495
27716 Author: Behdad Esfahbod <behdad@behdad.org>
27717 Date:   Wed Jul 18 15:05:40 2012 -0400
27718
27719     [Indic] Streamline halant/joiner in grammar
27720
27721  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
27722  1 file changed, 3 insertions(+), 3 deletions(-)
27723
27724 commit 418d00dffddd95a1f27e9be15752d494c627d45e
27725 Author: Behdad Esfahbod <behdad@behdad.org>
27726 Date:   Wed Jul 18 14:57:28 2012 -0400
27727
27728     [Indic] Minor
27729
27730  src/hb-ot-shape-complex-indic-machine.rl                               |
27731  3 ++-
27732  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt   |
27733  3 +++
27734  2 files changed, 5 insertions(+), 1 deletion(-)
27735
27736 commit 4c3691d2a32ca7e54a54f7c08098fd96fa7af39e
27737 Author: Behdad Esfahbod <behdad@behdad.org>
27738 Date:   Wed Jul 18 14:23:55 2012 -0400
27739
27740     [Indic] Hopefully minor!
27741
27742     Refactoring Indic machin.  No semantic change.
27743
27744  src/hb-ot-shape-complex-indic-machine.rl | 12 +++++++-----
27745  1 file changed, 7 insertions(+), 5 deletions(-)
27746
27747 commit e092c556fb1cf38be3cea1f4b75a0d879372dfa2
27748 Author: Behdad Esfahbod <behdad@behdad.org>
27749 Date:   Wed Jul 18 14:09:25 2012 -0400
27750
27751     [Indic] Minor
27752
27753  src/hb-ot-shape-complex-indic-private.hh | 4 ++--
27754  1 file changed, 2 insertions(+), 2 deletions(-)
27755
27756 commit 14dbdd9e39d3a869fd1521000c889c347433d22b
27757 Author: Behdad Esfahbod <behdad@behdad.org>
27758 Date:   Wed Jul 18 13:13:03 2012 -0400
27759
27760     [Indic] Unbreak Tamil
27761
27762     Tamil has only about 150 failures now!
27763
27764  src/hb-ot-shape-complex-indic.cc | 18 +++++++++++++++++-
27765  1 file changed, 17 insertions(+), 1 deletion(-)
27766
27767 commit db8981f1e0e8625714568c6d0f11f0b317b11d0a
27768 Author: Behdad Esfahbod <behdad@behdad.org>
27769 Date:   Tue Jul 17 18:17:30 2012 -0400
27770
27771     [Indic] Position Khmer Robat
27772
27773     It's a visual Repha.
27774
27775     Still not positioning logical Repha as occurs in Malayalam.
27776
27777     Another 200 Khmer failures fixed.  547 to go.  That's better than
27778     Devanagari!
27779
27780  src/hb-ot-shape-complex-indic-machine.rl | 36
27781  +++++++++++++++++---------------
27782  src/hb-ot-shape-complex-indic-private.hh |  7 ++++---
27783  src/hb-ot-shape-complex-indic.cc         | 13 ++++++++++++
27784  3 files changed, 36 insertions(+), 20 deletions(-)
27785
27786 commit 25bc489498ef7d0beb8fe9ab663e3f0b2f52c9c2
27787 Author: Behdad Esfahbod <behdad@behdad.org>
27788 Date:   Tue Jul 17 17:53:03 2012 -0400
27789
27790     [Indic] Better categorize Register Shifters and Khmer Various signs
27791
27792     Down another 500 or so Khmer failures!
27793
27794  src/hb-ot-shape-complex-indic-machine.rl                   | 14
27795  +++++++-------
27796  src/hb-ot-shape-complex-indic-private.hh                   |  2 +-
27797  src/hb-ot-shape-complex-indic.cc                           |  8 ++++----
27798  .../south-east-asian/script-khmer/misc/MANIFEST            |  2 ++
27799  .../script-khmer/misc/other-marks-invalid.txt              |  4 ++++
27800  .../south-east-asian/script-khmer/misc/other-marks.txt     |  6 ++++++
27801  6 files changed, 24 insertions(+), 12 deletions(-)
27802
27803 commit 39b17837b4064d59c18cebb49c1c0b5b8cc0c117
27804 Author: Behdad Esfahbod <behdad@behdad.org>
27805 Date:   Tue Jul 17 17:09:29 2012 -0400
27806
27807     Add hb_buffer_normalize_glyphs() and hb-shape --normalize-glyphs
27808
27809     This reorders glyphs within the cluster to a nominal order.
27810     This should
27811     have no visible effect on the output, but helps with testing, for
27812     getting the same hb-shape output for visually-equal glyphs for each
27813     cluster.
27814
27815  src/hb-buffer.cc  | 76
27816  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
27817  src/hb-buffer.h   | 13 ++++++++++
27818  src/hb-private.hh | 29 ++++++++++++++++-----
27819  util/options.cc   |  1 +
27820  util/options.hh   |  7 ++++-
27821  5 files changed, 118 insertions(+), 8 deletions(-)
27822
27823 commit 25e302da9a712e6f1d63b0d243a8df0d326ddba3
27824 Author: Behdad Esfahbod <behdad@behdad.org>
27825 Date:   Tue Jul 17 14:25:14 2012 -0400
27826
27827     [Indic] Minor
27828
27829  src/hb-ot-shape-complex-indic.cc | 5 ++++-
27830  1 file changed, 4 insertions(+), 1 deletion(-)
27831
27832 commit 5d32690a3428fa86eb26fe5fcec943a10aa95881
27833 Author: Behdad Esfahbod <behdad@behdad.org>
27834 Date:   Tue Jul 17 14:23:28 2012 -0400
27835
27836     [Indic] For scripts without Half forms, always choose first consonant
27837     as base
27838
27839     In such scripts (ie. Khmer), a ZWJ/ZWNJ shouldn't stop the search for
27840     base.  So, instead just choose the first consonant as base directly.
27841
27842     Test sequence:
27843     U+1798,200c,U+17C9,U+17D2,U+179B,U+17C1,U+17C7
27844
27845  src/hb-ot-shape-complex-indic.cc | 59
27846  ++++++++++++++++++++++++----------------
27847  1 file changed, 35 insertions(+), 24 deletions(-)
27848
27849 commit 34b57149065d96f7528aaccaa7654e956ce27e93
27850 Author: Behdad Esfahbod <behdad@behdad.org>
27851 Date:   Tue Jul 17 14:09:32 2012 -0400
27852
27853     [Indic] Treat Khmer Register Shifters more like Nuktas
27854
27855     Except that there may be a ZWNJ before a Register Shifter.
27856
27857  src/hb-ot-shape-complex-indic-machine.rl                                |
27858  2 +-
27859  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
27860  2 ++
27861  2 files changed, 3 insertions(+), 1 deletion(-)
27862
27863 commit 11e2a601b19861b05dbb2051d2d078c3cfd75b29
27864 Author: Behdad Esfahbod <behdad@behdad.org>
27865 Date:   Tue Jul 17 14:02:28 2012 -0400
27866
27867     [Indic] Minor
27868
27869  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
27870  1 file changed, 2 insertions(+), 2 deletions(-)
27871
27872 commit 0201e0a4649ad5b607e50bcb9605e7a5b7143812
27873 Author: Behdad Esfahbod <behdad@behdad.org>
27874 Date:   Tue Jul 17 13:55:10 2012 -0400
27875
27876     [Indic] Apply 'cfar' for Khmer
27877
27878     Mark stuff after a pre-base reordering Ro 'cfar'.  Used in Khmer.
27879     This allows distinguishing the following cases with MS Khmer fonts:
27880
27881       U+1784,U+17D2,U+179A,U+17D2,U+1782
27882       U+1784,U+17D2,U+1782,U+17D2,U+179A
27883
27884  src/hb-ot-shape-complex-indic.cc                         | 16
27885  ++++++++++++++--
27886  .../south-east-asian/script-khmer/misc/misc.txt          |  2 ++
27887  2 files changed, 16 insertions(+), 2 deletions(-)
27888
27889 commit 55f70ebfb95083f515d9b0044a2a65ab11484bb5
27890 Author: Behdad Esfahbod <behdad@behdad.org>
27891 Date:   Tue Jul 17 12:50:13 2012 -0400
27892
27893     [Indic] Position final subjoined consonants (and vowels) after matras
27894
27895     In Khmer, a final subjoined consonant or independent vowel can occur
27896     after matras.  This final subjoined thing should NOT be reordered to
27897     before the matra even though it's subjoined.
27898
27899     Fixes another 1k of the Khmer failures.  Not much left really.
27900
27901  src/hb-ot-shape-complex-indic-private.hh                    |  1 +
27902  src/hb-ot-shape-complex-indic.cc                            | 13
27903  +++++++++++++
27904  .../south-east-asian/script-khmer/misc/misc.txt             |  2 ++
27905  3 files changed, 16 insertions(+)
27906
27907 commit c50ed71e9a3df1844f564de66d54b46a696c1356
27908 Author: Behdad Esfahbod <behdad@behdad.org>
27909 Date:   Tue Jul 17 11:54:28 2012 -0400
27910
27911     [Indic] Recategorize Khmer coeng sign as a separate category OT_Coeng
27912
27913     Amend the syllable structure to allow a final subscripted consonant
27914     (Coeng+C) and a final subscripted independent vowel (Coeng+V).
27915     Fixes another 2k of Khmer failures.
27916
27917  src/hb-ot-shape-complex-indic-machine.rl                           |
27918  7 ++++---
27919  src/hb-ot-shape-complex-indic.cc                                   |
27920  6 +++++-
27921  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt       | 1 +
27922  3 files changed, 10 insertions(+), 4 deletions(-)
27923
27924 commit deb521dee4fdca8c2124cfb39a205e6269d4a70d
27925 Author: Behdad Esfahbod <behdad@behdad.org>
27926 Date:   Tue Jul 17 11:37:32 2012 -0400
27927
27928     [Indic] Add a separate Coeng class
27929
27930     No characters recategorized yet.  No semantic change.
27931
27932  src/hb-ot-shape-complex-indic-machine.rl |  1 +
27933  src/hb-ot-shape-complex-indic-private.hh |  3 ++-
27934  src/hb-ot-shape-complex-indic.cc         | 26 ++++++++++++++++----------
27935  3 files changed, 19 insertions(+), 11 deletions(-)
27936
27937 commit 74ccc6a1322f8c48c5f2a05f04821783c4b87a14
27938 Author: Behdad Esfahbod <behdad@behdad.org>
27939 Date:   Tue Jul 17 11:16:19 2012 -0400
27940
27941     [Indic] Move Halant with after-base consonants
27942
27943     Normally, we attach the Halant to the previous character and move it
27944     with it.  For after-base consonants however, the Halant "belongs"
27945     to the
27946     consonant after, so attach it so.
27947
27948     This fixes Bengali sequences involving post-base consonant Ya, which
27949     should ligate with the Halant to form Ya Phala, but previously a
27950     reordered matras was blocking the ligation.
27951
27952  src/hb-ot-shape-complex-indic.cc                              |
27953  11 +++++++++++
27954  .../in-tree/shaper-indic/indic/script-bengali/misc/misc.txt   |  1 +
27955  2 files changed, 12 insertions(+)
27956
27957 commit d5c4edcdd6df32f2f23aca44f14838b4baab4d7a
27958 Author: Behdad Esfahbod <behdad@behdad.org>
27959 Date:   Tue Jul 17 10:40:59 2012 -0400
27960
27961     [Indic] Apply presentation-forms features all at once
27962
27963     Seems like this is what Uniscribe is doing, and does not break
27964     any fonts
27965     we tested (with Devanagari, Malayalam, Khmer, and Bengali), while
27966     fixing
27967     some Ra Phala sequences for Bengali with Vrinda.  Fixes another 2% of
27968     Bengali failures (a couple more to go).
27969
27970  src/hb-ot-shape-complex-indic.cc                                    |
27971  6 +++---
27972  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt   | 1 +
27973  2 files changed, 4 insertions(+), 3 deletions(-)
27974
27975 commit 559f70667891a3ceeffb36f40de38a4f85868945
27976 Author: Behdad Esfahbod <behdad@behdad.org>
27977 Date:   Mon Jul 16 22:43:17 2012 -0400
27978
27979     Fix MarkAttachmentType matching
27980
27981     Fixes issue reported by Khaled Hosny with his Hussaini Nastaleeq font
27982     and sequences like those added in the previous commit.
27983
27984  src/hb-ot-layout.cc | 2 +-
27985  1 file changed, 1 insertion(+), 1 deletion(-)
27986
27987 commit 6de103547e4a7fb34c833861713ea373cd912261
27988 Author: Behdad Esfahbod <behdad@behdad.org>
27989 Date:   Mon Jul 16 22:46:06 2012 -0400
27990
27991     [test/arabic] Add Arabic tests for mark skipping
27992
27993     Expose a bug with Khaled's Hussaini Nastaleeq font.
27994
27995  .../shaper-arabic/script-arabic/misc/diacritics/MANIFEST       |  1 +
27996  .../script-arabic/misc/diacritics/mark-skipping.txt            |
27997  10 ++++++++++
27998  2 files changed, 11 insertions(+)
27999
28000 commit ad4494759fa8bfd2497800c24fa414075ed1aa61
28001 Author: Behdad Esfahbod <behdad@behdad.org>
28002 Date:   Mon Jul 16 22:40:21 2012 -0400
28003
28004     Minor
28005
28006  src/hb-ot-layout.cc | 2 +-
28007  1 file changed, 1 insertion(+), 1 deletion(-)
28008
28009 commit af92b4cc90e4184d5bdd8037c551ed482700114f
28010 Author: Behdad Esfahbod <behdad@behdad.org>
28011 Date:   Mon Jul 16 20:31:24 2012 -0400
28012
28013     [Indic] Disable 'kern' in Uniscribe bug compatibility mode
28014
28015     Uniscribe does not apply 'kern' in the Indic module.  Some of
28016     the Khmer
28017     fonts they ship have small adjustments in the 'kern' table.  Disable
28018     'kern' in the Indic module under Uniscribe bug compatibility mode.
28019
28020     Fixes some 10% of the Khmer failures.  Remains under 3% (excluding
28021     dotted-circle ones).
28022
28023  src/hb-ot-shape-complex-indic.cc | 3 +++
28024  1 file changed, 3 insertions(+)
28025
28026 commit d96838ef951ce6170eb2dc576ebcba2262cf7008
28027 Author: Behdad Esfahbod <behdad@behdad.org>
28028 Date:   Mon Jul 16 20:26:57 2012 -0400
28029
28030     Allow complex shapers overriding common features
28031
28032     In a new callback...  Currently unused by all complex shapers.
28033
28034  src/hb-ot-shape-complex-arabic.cc  |  6 ++++++
28035  src/hb-ot-shape-complex-indic.cc   |  6 ++++++
28036  src/hb-ot-shape-complex-misc.cc    | 18 ++++++++++++++++++
28037  src/hb-ot-shape-complex-private.hh | 30 ++++++++++++++++++++++++++++++
28038  src/hb-ot-shape.cc                 |  2 ++
28039  5 files changed, 62 insertions(+)
28040
28041 commit df50b8474094f0563ccfdae12c4425a51b72add6
28042 Author: Behdad Esfahbod <behdad@behdad.org>
28043 Date:   Mon Jul 16 19:56:29 2012 -0400
28044
28045     [Indic] Categorize other Khmer marks
28046
28047     Mark them the same as the Register Shifters for now.  Need to rename
28048     that category to something more sensible after all is settled.
28049
28050     Fixes another percent of Khmer failures.  Down to under 3%!
28051
28052  src/hb-ot-shape-complex-indic.cc | 4 ++++
28053  1 file changed, 4 insertions(+)
28054
28055 commit 8e7b5882fb4c1921c9d030d354a9b998115cdb8c
28056 Author: Behdad Esfahbod <behdad@behdad.org>
28057 Date:   Mon Jul 16 17:04:46 2012 -0400
28058
28059     [Indic] Recognize pre-base reordering Ra anywhere in the syllable
28060
28061     We were doing that only immediately after base.
28062
28063     Fixes another percent in the Khmer failures.  About three more
28064     to go...
28065
28066  src/hb-ot-shape-complex-indic.cc | 84
28067  ++++++++++++++++++++++------------------
28068  1 file changed, 46 insertions(+), 38 deletions(-)
28069
28070 commit 7d09c98a1fff97127e48eae48d380dc9fcff288e
28071 Author: Behdad Esfahbod <behdad@behdad.org>
28072 Date:   Mon Jul 16 16:45:22 2012 -0400
28073
28074     [Indic] Recognizer Register Shifter marks
28075
28076     Fixes another 6% of the Khmer failures.
28077
28078  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
28079  src/hb-ot-shape-complex-indic-private.hh | 5 +++--
28080  src/hb-ot-shape-complex-indic.cc         | 2 ++
28081  3 files changed, 7 insertions(+), 3 deletions(-)
28082
28083 commit 60da763dfac96a7931d6e6bdef8b9973bd5209ab
28084 Author: Behdad Esfahbod <behdad@behdad.org>
28085 Date:   Mon Jul 16 16:13:32 2012 -0400
28086
28087     [GSUB/GDEF] Guess glyph classes after substitution only if no GDEF
28088
28089     Brings down Khmer failures with Daun Penh font from 36% to 20%.
28090
28091  src/hb-ot-layout-gsubgpos-private.hh | 20 +++++++++++++-------
28092  1 file changed, 13 insertions(+), 7 deletions(-)
28093
28094 commit fcdc5f1c8849a7f38d9f34f64d60c6d95d7501f7
28095 Author: Behdad Esfahbod <behdad@behdad.org>
28096 Date:   Mon Jul 16 15:52:54 2012 -0400
28097
28098     [Indic] Categorize Khmer Ro
28099
28100     Khmer failures down from 58% to 36%.
28101
28102  src/hb-ot-shape-complex-indic-private.hh | 2 ++
28103  1 file changed, 2 insertions(+)
28104
28105 commit 78818124b17691ec2c647142fdb9ae743aa03dee
28106 Author: Behdad Esfahbod <behdad@behdad.org>
28107 Date:   Mon Jul 16 15:49:08 2012 -0400
28108
28109     [Indic] Reoder pre-base reordering Ra
28110
28111     Brings down Malayalam failures from 14% down to 3%.
28112
28113  src/hb-ot-shape-complex-indic.cc | 42
28114  +++++++++++++++++++++++++++-------------
28115  1 file changed, 29 insertions(+), 13 deletions(-)
28116
28117 commit 1a1dbe9a2787f226f3e43063da8eb6633438b0a0
28118 Author: Behdad Esfahbod <behdad@behdad.org>
28119 Date:   Mon Jul 16 15:40:33 2012 -0400
28120
28121     [Indic] Rename
28122
28123  src/hb-ot-shape-complex-indic.cc | 8 ++++----
28124  1 file changed, 4 insertions(+), 4 deletions(-)
28125
28126 commit 46e645ec4b59f0a278347be11f40c7df700d5bb6
28127 Author: Behdad Esfahbod <behdad@behdad.org>
28128 Date:   Mon Jul 16 15:30:05 2012 -0400
28129
28130     [Indic] Start implementing pre-base reordering
28131
28132  src/hb-ot-shape-complex-indic.cc | 33 ++++++++++++++++++---------------
28133  1 file changed, 18 insertions(+), 15 deletions(-)
28134
28135 commit 921ce5b17daf06af8e17989a3e335b9f5df20483
28136 Author: Behdad Esfahbod <behdad@behdad.org>
28137 Date:   Mon Jul 16 15:26:56 2012 -0400
28138
28139     [Indic] Rename
28140
28141     No semantic change.
28142
28143  src/hb-ot-shape-complex-indic.cc | 26 +++++++++++++-------------
28144  1 file changed, 13 insertions(+), 13 deletions(-)
28145
28146 commit b504e060f008e95b1ba36c06600c9fea4f5d4808
28147 Author: Behdad Esfahbod <behdad@behdad.org>
28148 Date:   Mon Jul 16 15:21:12 2012 -0400
28149
28150     [Indic] Implement After-Main Reph positioning
28151
28152     Almost...
28153
28154  src/hb-ot-shape-complex-indic.cc | 8 +++++++-
28155  1 file changed, 7 insertions(+), 1 deletion(-)
28156
28157 commit 17d7de91d76406d3e92db37d9eef2fc615f06e68
28158 Author: Behdad Esfahbod <behdad@behdad.org>
28159 Date:   Mon Jul 16 15:20:15 2012 -0400
28160
28161     [Indic] Apply 'pref' to pre-base reodering Ra
28162
28163     No reordering yet.
28164
28165  src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
28166  1 file changed, 10 insertions(+)
28167
28168 commit 362d3db8d3527d0fef260a17d2466e92a4a25425
28169 Author: Behdad Esfahbod <behdad@behdad.org>
28170 Date:   Mon Jul 16 15:15:28 2012 -0400
28171
28172     [Indic] Minor
28173
28174     Should not be any semantic change.  In preparation for implementing
28175     pre-base reordering Ra.
28176
28177  src/hb-ot-shape-complex-indic.cc | 8 +-------
28178  1 file changed, 1 insertion(+), 7 deletions(-)
28179
28180 commit 70fe77bb9a25922bd34f206826d8731d901fb451
28181 Author: Behdad Esfahbod <behdad@behdad.org>
28182 Date:   Mon Jul 16 14:52:18 2012 -0400
28183
28184     Minor
28185
28186  src/hb-ot-shape-complex-indic.cc | 44
28187  ++++++++++++++++++++--------------------
28188  1 file changed, 22 insertions(+), 22 deletions(-)
28189
28190 commit 2f903215c5da2330a37abe489a3f45f7c3fd5a09
28191 Author: Behdad Esfahbod <behdad@behdad.org>
28192 Date:   Mon Jul 16 13:54:43 2012 -0400
28193
28194     Minor
28195
28196  src/hb-ot-shape-complex-indic.cc | 2 +-
28197  1 file changed, 1 insertion(+), 1 deletion(-)
28198
28199 commit a3e04bee2c2fa648759a87e460db6b4f1b685586
28200 Author: Behdad Esfahbod <behdad@behdad.org>
28201 Date:   Mon Jul 16 13:47:19 2012 -0400
28202
28203     [Indic] Reorder virama only for old Indic spec
28204
28205  src/hb-ot-shape-complex-indic.cc | 15 +++++++++++++--
28206  1 file changed, 13 insertions(+), 2 deletions(-)
28207
28208 commit 0de771b72da6b342b015e3556190821547a4011d
28209 Author: Behdad Esfahbod <behdad@behdad.org>
28210 Date:   Mon Jul 16 13:39:36 2012 -0400
28211
28212     [Indic] Categorize Khmer consonants
28213
28214  src/hb-ot-shape-complex-indic.cc | 4 ++++
28215  1 file changed, 4 insertions(+)
28216
28217 commit d487fff266258eb1af056e9704cfb09d04251ddc
28218 Author: Behdad Esfahbod <behdad@behdad.org>
28219 Date:   Mon Jul 16 13:25:17 2012 -0400
28220
28221     Split matras without a Unicode decomposition
28222
28223     This is a hack for now, to get us going with Khmer.  This will be
28224     refactored properly later to move the complex logic into complex
28225     shapers.
28226
28227  src/hb-unicode.cc | 22 ++++++++++++++++++++++
28228  1 file changed, 22 insertions(+)
28229
28230 commit 8aa801a6fd1a737fa20b851edf7528bdd6635b8b
28231 Author: Behdad Esfahbod <behdad@behdad.org>
28232 Date:   Mon Jul 16 13:24:26 2012 -0400
28233
28234     [Indic] Adjust position for split matras
28235
28236     We are going to split matras without a Unicode decompositions in a way
28237     that the second half takes the codepoint of the whole matra.  So,
28238     position them where the second half is supposed to end up.
28239
28240  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
28241  1 file changed, 3 insertions(+), 3 deletions(-)
28242
28243 commit 1feb8345a5fd92297eb6796e6dce633bafa0c76e
28244 Author: Behdad Esfahbod <behdad@behdad.org>
28245 Date:   Mon Jul 16 13:23:40 2012 -0400
28246
28247     [GSUB] Allow 1-to-1 ligature substitutions!
28248
28249     Apparently Uniscribe allows these, and they are used in some Khmer
28250     fonts
28251     shipped with Windows, namely, Daun Penh.
28252
28253  src/hb-ot-layout-gsub-table.hh | 2 +-
28254  1 file changed, 1 insertion(+), 1 deletion(-)
28255
28256 commit 29f106d7fba25e1464debd3a4831a7380d75c4c9
28257 Author: Behdad Esfahbod <behdad@behdad.org>
28258 Date:   Mon Jul 16 12:05:35 2012 -0400
28259
28260     [Indic] Apply Above Forms
28261
28262  src/hb-ot-shape-complex-indic.cc | 4 +++-
28263  1 file changed, 3 insertions(+), 1 deletion(-)
28264
28265 commit fa2bd9fb63d83b657373764d4b657084d8327fc9
28266 Author: Behdad Esfahbod <behdad@behdad.org>
28267 Date:   Sat Jul 14 12:15:54 2012 -0400
28268
28269     Further simplify atomic ops on Visual Studio
28270
28271  src/hb-atomic-private.hh | 5 -----
28272  1 file changed, 5 deletions(-)
28273
28274 commit 0a492357016bc9a614d2a726f2006c10af68ca58
28275 Author: Behdad Esfahbod <behdad@behdad.org>
28276 Date:   Fri Jul 13 13:20:49 2012 -0400
28277
28278     Minor
28279
28280  src/hb-warning.cc | 29 +++++------------------------
28281  1 file changed, 5 insertions(+), 24 deletions(-)
28282
28283 commit 11c4ad439ef2b39a840f397a693b1ba643f52c21
28284 Author: Behdad Esfahbod <behdad@behdad.org>
28285 Date:   Fri Jul 13 11:29:31 2012 -0400
28286
28287     Add -Wcast-align
28288
28289  configure.ac    | 3 +++
28290  src/Makefile.am | 2 +-
28291  2 files changed, 4 insertions(+), 1 deletion(-)
28292
28293 commit a98d0ab18624501ee60551304f2715361ac643da
28294 Author: Behdad Esfahbod <behdad@behdad.org>
28295 Date:   Fri Jul 13 10:19:10 2012 -0400
28296
28297     Make sure HB_BEGIN_DECLS / HB_END_DECLS is only used in public headers
28298
28299     So we can use them to switch default visibility to internal if
28300     desired,
28301     and use these to make only declared symbols public.
28302
28303  src/check-c-linkage-decls.sh             | 10 +++++++++-
28304  src/hb-fallback-shape-private.hh         |  6 ------
28305  src/hb-ot-shape-complex-indic-machine.rl |  4 ----
28306  3 files changed, 9 insertions(+), 11 deletions(-)
28307
28308 commit 5c5bc96216c9ad58243eb3ed27b253e237f08ebe
28309 Author: Behdad Esfahbod <behdad@behdad.org>
28310 Date:   Fri Jul 13 10:15:37 2012 -0400
28311
28312     Allow overriding HB_BEGIN_DECLS / HB_END_DECLS
28313
28314  src/hb-common.h | 2 ++
28315  1 file changed, 2 insertions(+)
28316
28317 commit ec5f5f0f8a1d5b3ff98452175bb4450a59897620
28318 Author: Behdad Esfahbod <behdad@behdad.org>
28319 Date:   Fri Jul 13 10:00:42 2012 -0400
28320
28321     Don't export inline methods
28322
28323  configure.ac | 3 +++
28324  1 file changed, 3 insertions(+)
28325
28326 commit 50a4e78b530563917eb606ff3b96dcc9eed5b3ee
28327 Author: Behdad Esfahbod <behdad@behdad.org>
28328 Date:   Fri Jul 13 09:48:39 2012 -0400
28329
28330     Check for exported weak symbols
28331
28332     Ouch, all our C++ inline functions are being exported (weakly)
28333     already.
28334     Fix coming.
28335
28336  src/check-internal-symbols.sh | 8 +++++++-
28337  1 file changed, 7 insertions(+), 1 deletion(-)
28338
28339 commit b5aeb95afeb13a66177caada9f5d5ad4cddbd35f
28340 Author: Behdad Esfahbod <behdad@behdad.org>
28341 Date:   Fri Jul 13 09:45:54 2012 -0400
28342
28343     Make hb_in_range() static
28344
28345  src/hb-private.hh | 2 +-
28346  1 file changed, 1 insertion(+), 1 deletion(-)
28347
28348 commit 271c8f89075607c689938b4f5e60323d9a1acd70
28349 Author: Behdad Esfahbod <behdad@behdad.org>
28350 Date:   Fri Jul 13 09:32:30 2012 -0400
28351
28352     Minor
28353
28354  src/hb-ft.cc | 4 ++--
28355  1 file changed, 2 insertions(+), 2 deletions(-)
28356
28357 commit 391f1ff5d894b60bfe0f606be436ffe7e43f7455
28358 Author: Behdad Esfahbod <behdad@behdad.org>
28359 Date:   Fri Jul 13 09:04:07 2012 -0400
28360
28361     Fix _InterlockedCompareExchangePointer on x86
28362
28363  src/hb-atomic-private.hh | 6 ++++++
28364  1 file changed, 6 insertions(+)
28365
28366 commit 2023e2b54d91924dddfd228ffdbb46021135b068
28367 Author: Behdad Esfahbod <behdad@behdad.org>
28368 Date:   Wed Jul 11 19:00:30 2012 -0400
28369
28370     [ft] Disable ppem setting
28371
28372     The calculations were wrong.
28373
28374     FreeType makes it really hard to set size and ppem independently.
28375     For now, disable it.  Need to come up with a fix later.
28376
28377  src/hb-ft.cc | 3 +++
28378  1 file changed, 3 insertions(+)
28379
28380 commit cdf7444505a7ae49d20f9ba6776dea92c1fde2a6
28381 Author: Behdad Esfahbod <behdad@behdad.org>
28382 Date:   Wed Jul 11 18:52:39 2012 -0400
28383
28384     [ft] Use unfitted kerning if x_ppem is zero
28385
28386  src/hb-ft.cc | 5 +++--
28387  1 file changed, 3 insertions(+), 2 deletions(-)
28388
28389 commit 6d08c7f1b3601095f9a12630045331dd0fe75380
28390 Author: Behdad Esfahbod <behdad@behdad.org>
28391 Date:   Wed Jul 11 18:01:27 2012 -0400
28392
28393     Revert "Towards templatizing common Lookup types"
28394
28395     This reverts commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5.
28396
28397     This is work-in-progress.  Didn't mean to push it out just yet.
28398
28399  src/hb-ot-layout-gpos-table.hh       | 16 ++++++----------
28400  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++--------------
28401  src/hb-ot-layout-gsubgpos-private.hh | 33
28402  ++-------------------------------
28403  3 files changed, 18 insertions(+), 55 deletions(-)
28404
28405 commit 552bf3a9f9651311084b7979805dbdc18c0335ca
28406 Author: Behdad Esfahbod <behdad@behdad.org>
28407 Date:   Wed Jul 11 16:44:51 2012 -0400
28408
28409     Bump WINNT version requested from 500 to 600
28410
28411     Since we use the OpenType versions of Uniscribe functions, we are
28412     relying on that version of the WINNT API.  Otherwise, usp10.h
28413     will hide
28414     those symbols.
28415
28416  src/hb-uniscribe.cc | 2 +-
28417  src/hb-uniscribe.h  | 2 +-
28418  2 files changed, 2 insertions(+), 2 deletions(-)
28419
28420 commit 9a5b421a64db1bb23d5c6ebbc3bf3f3a5513dc36
28421 Author: Behdad Esfahbod <behdad@behdad.org>
28422 Date:   Wed Jul 11 16:35:04 2012 -0400
28423
28424     Fix build with no Unicode funcs implementations provided
28425
28426  src/hb-unicode-private.hh | 1 +
28427  1 file changed, 1 insertion(+)
28428
28429 commit 6efe1eca660135096f05987ac0ef9b635de6cdfd
28430 Author: Behdad Esfahbod <behdad@behdad.org>
28431 Date:   Wed Jul 11 15:30:08 2012 -0400
28432
28433     Update git.mk to upstream
28434
28435  git.mk | 58 ++++++++++++++++++++++++++++++++++++++--------------------
28436  1 file changed, 38 insertions(+), 20 deletions(-)
28437
28438 commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5
28439 Author: Behdad Esfahbod <behdad@behdad.org>
28440 Date:   Tue Jul 3 22:15:35 2012 -0400
28441
28442     Towards templatizing common Lookup types
28443
28444  src/hb-ot-layout-gpos-table.hh       | 16 ++++++++++------
28445  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++++++----------
28446  src/hb-ot-layout-gsubgpos-private.hh | 33
28447  +++++++++++++++++++++++++++++++--
28448  3 files changed, 55 insertions(+), 18 deletions(-)
28449
28450 commit 1167c7bfc9e61f145e11da4881968293a4d3c0a9
28451 Author: Behdad Esfahbod <behdad@behdad.org>
28452 Date:   Tue Jul 3 11:38:46 2012 -0400
28453
28454     Minor
28455
28456  test/shaping/texts/in-tree/shaper-thai/MANIFEST                     |
28457  2 +-
28458  test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST                | 1 -
28459  test/shaping/texts/in-tree/shaper-thai/script-thai/MANIFEST         | 1 +
28460  test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST    | 1 +
28461  .../shaper-thai/{misc/misc.txt => script-thai/misc/sara-am.txt}     |
28462  6 ++----
28463  5 files changed, 5 insertions(+), 6 deletions(-)
28464
28465 commit aa116582e69d18777448e7993078e5d6335ddfed
28466 Author: Behdad Esfahbod <behdad@behdad.org>
28467 Date:   Fri Jun 29 10:50:12 2012 -0400
28468
28469     Minor
28470
28471  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt
28472  | 1 +
28473  1 file changed, 1 insertion(+)
28474
28475 commit 1f13c7185f02ea18d4fadd2ea8ad444bea863c39
28476 Author: Behdad Esfahbod <behdad@behdad.org>
28477 Date:   Wed Jun 27 10:07:27 2012 -0400
28478
28479     Add TODO item
28480
28481  TODO | 2 ++
28482  1 file changed, 2 insertions(+)
28483
28484 commit 12f5c0a222a2f0aebe63c0d367937a0ff985474a
28485 Author: Behdad Esfahbod <behdad@behdad.org>
28486 Date:   Tue Jun 26 11:16:13 2012 -0400
28487
28488     Fix check for Intel atomic ops
28489
28490  configure.ac             | 9 +++++----
28491  src/hb-atomic-private.hh | 2 +-
28492  2 files changed, 6 insertions(+), 5 deletions(-)
28493
28494 commit 6932a41fb61ffc2901c260587b1e98ed9c2a7ea1
28495 Author: Behdad Esfahbod <behdad@behdad.org>
28496 Date:   Tue Jun 26 10:46:31 2012 -0400
28497
28498     Use octal-escaped UTF-8 characters instead of plain text
28499
28500     https://bugs.freedesktop.org/show_bug.cgi?id=50970
28501
28502  src/hb-private.hh | 17 ++++++++++++-----
28503  1 file changed, 12 insertions(+), 5 deletions(-)
28504
28505 commit 8c0ea7bcb4409aaf8c96ad641f2db30003228ad0
28506 Author: Behdad Esfahbod <behdad@behdad.org>
28507 Date:   Sun Jun 24 13:20:56 2012 -0400
28508
28509     Disable introspection again
28510
28511     Until I figure out the build issues.  Sigh...
28512
28513  configure.ac    |  2 +-
28514  src/Makefile.am | 42 +++++++++++++++++++++---------------------
28515  2 files changed, 22 insertions(+), 22 deletions(-)
28516
28517 commit 8c5f5e6f5ec2b6a219fbdfc955f6299325a0adde
28518 Author: Behdad Esfahbod <behdad@behdad.org>
28519 Date:   Sun Jun 17 14:58:59 2012 -0400
28520
28521     Minor
28522
28523  configure.ac | 2 +-
28524  1 file changed, 1 insertion(+), 1 deletion(-)
28525
28526 commit 49f8e0cd9a5493ae26857c43bac0711cdf47c80d
28527 Author: Behdad Esfahbod <behdad@behdad.org>
28528 Date:   Sat Jun 16 15:40:03 2012 -0400
28529
28530     GStaticMutex is deprecated
28531
28532  src/hb-mutex-private.hh | 9 +++++++++
28533  1 file changed, 9 insertions(+)
28534
28535 commit 5e113a4b7921ced6af2d53460a7a2f1d0185c02a
28536 Author: Behdad Esfahbod <behdad@behdad.org>
28537 Date:   Sat Jun 16 15:26:13 2012 -0400
28538
28539     g_thread_init() is deprecated
28540
28541  test/api/hb-test.h | 2 ++
28542  1 file changed, 2 insertions(+)
28543
28544 commit 1bc1cb3603167f5da309336f7018c8b0608ac104
28545 Author: Behdad Esfahbod <behdad@behdad.org>
28546 Date:   Sat Jun 16 15:21:55 2012 -0400
28547
28548     Make source more digestable for gobject-introspection
28549
28550  src/hb-blob.cc            | 2 +-
28551  src/hb-blob.h             | 2 +-
28552  src/hb-buffer-private.hh  | 4 ++--
28553  src/hb-buffer.h           | 6 +++---
28554  src/hb-common.cc          | 2 +-
28555  src/hb-common.h           | 4 ++--
28556  src/hb-font-private.hh    | 6 +++---
28557  src/hb-font.cc            | 2 +-
28558  src/hb-font.h             | 8 ++++----
28559  src/hb-set-private.hh     | 2 +-
28560  src/hb-set.h              | 2 +-
28561  src/hb-shape.h            | 2 +-
28562  src/hb-unicode-private.hh | 2 +-
28563  src/hb-unicode.h          | 2 +-
28564  14 files changed, 23 insertions(+), 23 deletions(-)
28565
28566 commit 84d781e54cc75c81a06ba43fd7b1a74b8c7d9591
28567 Author: Behdad Esfahbod <behdad@behdad.org>
28568 Date:   Sat Jun 16 15:21:41 2012 -0400
28569
28570     Flesh out gobject-introspection stuff a bit
28571
28572  configure.ac    |  1 +
28573  src/Makefile.am | 23 +++++++++++++++++++++--
28574  2 files changed, 22 insertions(+), 2 deletions(-)
28575
28576 commit 49ee12ccd00870d4976339dc546c74eaf08a8fc0
28577 Author: Behdad Esfahbod <behdad@behdad.org>
28578 Date:   Sat Jun 16 14:53:51 2012 -0400
28579
28580     Add TODO item
28581
28582  TODO | 1 +
28583  1 file changed, 1 insertion(+)
28584
28585 commit d3c8115d1ad09404b8970b98e6b5ab74510a35f6
28586 Author: Behdad Esfahbod <behdad@behdad.org>
28587 Date:   Tue Jun 12 09:52:57 2012 -0400
28588
28589     Minor
28590
28591  TODO | 2 ++
28592  1 file changed, 2 insertions(+)
28593
28594 commit 2cf301968cb8c1150cead0ab909457cdd3ee2d01
28595 Author: Behdad Esfahbod <behdad@behdad.org>
28596 Date:   Sat Jun 9 14:58:01 2012 -0400
28597
28598     Add hb_object_lock/unlock()
28599
28600  src/hb-object-private.hh | 32 ++++++++++++++++++++++++++------
28601  1 file changed, 26 insertions(+), 6 deletions(-)
28602
28603 commit 6a5661f1e69c937083e8d976cb12429b99180d54
28604 Author: Behdad Esfahbod <behdad@behdad.org>
28605 Date:   Sat Jun 9 03:26:16 2012 -0400
28606
28607     Ugh
28608
28609  util/shape-consumer.hh | 2 --
28610  1 file changed, 2 deletions(-)
28611
28612 commit f211d5c291b4c947cfd732e873627567173057e4
28613 Author: Behdad Esfahbod <behdad@behdad.org>
28614 Date:   Sat Jun 9 03:11:22 2012 -0400
28615
28616     More Oops!  Fix fast-path with sub-type==0
28617
28618  src/hb-ot-layout-gpos-table.hh | 2 +-
28619  src/hb-ot-layout-gsub-table.hh | 2 +-
28620  util/shape-consumer.hh         | 2 ++
28621  3 files changed, 4 insertions(+), 2 deletions(-)
28622
28623 commit b1de6aa1f33b228afe231c8209aef90a5fa1ee5d
28624 Author: Behdad Esfahbod <behdad@behdad.org>
28625 Date:   Sat Jun 9 03:07:59 2012 -0400
28626
28627     Oops!
28628
28629  src/hb-ot-layout-gpos-table.hh | 2 +-
28630  src/hb-ot-layout-gsub-table.hh | 2 +-
28631  2 files changed, 2 insertions(+), 2 deletions(-)
28632
28633 commit b12e2549cbcd4f1ef46e66c75533686ee560f59b
28634 Author: Behdad Esfahbod <behdad@behdad.org>
28635 Date:   Sat Jun 9 03:05:20 2012 -0400
28636
28637     Minor
28638
28639  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
28640  1 file changed, 2 insertions(+), 2 deletions(-)
28641
28642 commit faf0f20253d954cc4cfa4c967ece7573a5ddae3b
28643 Author: Behdad Esfahbod <behdad@behdad.org>
28644 Date:   Sat Jun 9 03:02:36 2012 -0400
28645
28646     Add sanitize() logic for fast-paths
28647
28648  src/hb-ot-layout-gpos-table.hh | 15 ++++++++++++---
28649  src/hb-ot-layout-gsub-table.hh | 20 ++++++++++++++------
28650  2 files changed, 26 insertions(+), 9 deletions(-)
28651
28652 commit 4e766ff28d1fb831ded20666799787478129c07c
28653 Author: Behdad Esfahbod <behdad@behdad.org>
28654 Date:   Sat Jun 9 02:53:57 2012 -0400
28655
28656     Add fast-path for GPOS too
28657
28658     Shaves another 3% for DejaVu Sans long Latin strings.
28659
28660  src/hb-ot-layout-gpos-table.hh | 16 ++++++++++++++--
28661  1 file changed, 14 insertions(+), 2 deletions(-)
28662
28663 commit 993c51915f503f74ee00eee646b67bf2e3f73596
28664 Author: Behdad Esfahbod <behdad@behdad.org>
28665 Date:   Sat Jun 9 02:48:16 2012 -0400
28666
28667     Add fast-path to GSUB to check coverage
28668
28669     Shaves a good 10% off DejaVu Sans with simple Latin text for me.
28670     Now, DejaVu is very ChainContext-intensive, but it's also a very
28671     popular font!
28672
28673  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++++--
28674  1 file changed, 16 insertions(+), 2 deletions(-)
28675
28676 commit f19e0b0099ec73b8fedccacff4902403f5eabc42
28677 Author: Behdad Esfahbod <behdad@behdad.org>
28678 Date:   Sat Jun 9 02:26:57 2012 -0400
28679
28680     Match input before backtrack
28681
28682     Makes more sense, optimization-wise.
28683
28684  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
28685  1 file changed, 4 insertions(+), 4 deletions(-)
28686
28687 commit 67bb9e8cea49a44be6996515e1c7d8cdc95a77e6
28688 Author: Behdad Esfahbod <behdad@behdad.org>
28689 Date:   Sat Jun 9 02:02:46 2012 -0400
28690
28691     Add set add_coverage() to Coverage()
28692
28693  src/hb-ot-layout-common-private.hh | 24 ++++++++++++++++++++++++
28694  src/hb-set-private.hh              |  5 +++++
28695  2 files changed, 29 insertions(+)
28696
28697 commit 4952f0aa5b2f4368d9e3418252e0a1b9294cd5ee
28698 Author: Behdad Esfahbod <behdad@behdad.org>
28699 Date:   Sat Jun 9 01:39:11 2012 -0400
28700
28701     Minor
28702
28703  src/hb-ot-layout-gsub-table.hh | 2 ++
28704  1 file changed, 2 insertions(+)
28705
28706 commit ad6a6f22401d6256e34521d0f52e91348c5ed4c9
28707 Author: Behdad Esfahbod <behdad@behdad.org>
28708 Date:   Sat Jun 9 01:21:02 2012 -0400
28709
28710     Minor
28711
28712  src/hb-ot-layout.cc | 2 +-
28713  1 file changed, 1 insertion(+), 1 deletion(-)
28714
28715 commit 46617a42133fbab151de4111a74dcbdc4e769c74
28716 Author: Behdad Esfahbod <behdad@behdad.org>
28717 Date:   Sat Jun 9 01:18:58 2012 -0400
28718
28719     Fix cache implementation
28720
28721  src/hb-cache-private.hh | 2 ++
28722  1 file changed, 2 insertions(+)
28723
28724 commit ce47613889aa3ff9b0067d3e51ba63cfdb139adb
28725 Author: Behdad Esfahbod <behdad@behdad.org>
28726 Date:   Sat Jun 9 01:10:26 2012 -0400
28727
28728     Micro-optimize
28729
28730     I know...
28731
28732  src/hb-ot-layout-gsubgpos-private.hh |  3 ++-
28733  src/hb-ot-layout.cc                  | 46
28734  ++++++++++++++++++++++--------------
28735  2 files changed, 30 insertions(+), 19 deletions(-)
28736
28737 commit 70416de298b811ab6be53a1c67f0d2531d99cd46
28738 Author: Behdad Esfahbod <behdad@behdad.org>
28739 Date:   Sat Jun 9 00:56:41 2012 -0400
28740
28741     Minor
28742
28743  src/hb-open-type-private.hh | 2 --
28744  1 file changed, 2 deletions(-)
28745
28746 commit 99159e52a3c9d5ae6c0fbdec64e7ed684fa70b61
28747 Author: Behdad Esfahbod <behdad@behdad.org>
28748 Date:   Sat Jun 9 00:50:40 2012 -0400
28749
28750     Use linear search for small counts
28751
28752     I see about 8% speedup with long strings with DejaVu Sans.
28753
28754  src/hb-open-type-private.hh | 19 ++++++++++++++-----
28755  1 file changed, 14 insertions(+), 5 deletions(-)
28756
28757 commit caf0412690542e58e23246dccc4b2fb83bd652ec
28758 Author: Behdad Esfahbod <behdad@behdad.org>
28759 Date:   Sat Jun 9 00:26:32 2012 -0400
28760
28761     Minor
28762
28763  src/hb-ot-layout-common-private.hh | 2 +-
28764  1 file changed, 1 insertion(+), 1 deletion(-)
28765
28766 commit 0f8fea71a66b1e01ee4398967db464393f478d42
28767 Author: Behdad Esfahbod <behdad@behdad.org>
28768 Date:   Sat Jun 9 00:24:38 2012 -0400
28769
28770     Minor.  Hide _hb_ot_layout_get_glyph_property()
28771
28772  src/hb-ot-layout-private.hh | 4 ----
28773  src/hb-ot-layout.cc         | 2 +-
28774  2 files changed, 1 insertion(+), 5 deletions(-)
28775
28776 commit 44b8ee0c90d7b1dd91e5848114141e3186534a0f
28777 Author: Behdad Esfahbod <behdad@behdad.org>
28778 Date:   Sat Jun 9 00:23:24 2012 -0400
28779
28780     Minor
28781
28782  src/hb-ot-layout-gpos-table.hh | 3 ++-
28783  src/hb-ot-layout.cc            | 2 +-
28784  2 files changed, 3 insertions(+), 2 deletions(-)
28785
28786 commit 7b84c536c10ab90ed96a033d88e9ad232d46c5b8
28787 Author: Behdad Esfahbod <behdad@behdad.org>
28788 Date:   Fri Jun 8 22:04:23 2012 -0400
28789
28790     In MarkBase attachment, only attach to first of a MultipleSubst
28791     sequence
28792
28793     This is apparently what Uniscribe does.  Test case is:
28794
28795       SEEN FATHA TEH ALEF
28796
28797     with Arabic Typesetting.  Originally reported by Khaled Hosny.
28798
28799  src/hb-ot-layout-gpos-table.hh       | 7 ++++++-
28800  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
28801  2 files changed, 14 insertions(+), 1 deletion(-)
28802
28803 commit ec57e0c5655ced5109c4638bf802772d336448fd
28804 Author: Behdad Esfahbod <behdad@behdad.org>
28805 Date:   Fri Jun 8 21:47:23 2012 -0400
28806
28807     Set lig_comp for MultipleSubst components
28808
28809     To be used for correct mark attachment to first component of a
28810     MultipleSubst output.  That's what Uniscribe does.
28811
28812  src/hb-ot-layout-gsub-table.hh | 4 +++-
28813  1 file changed, 3 insertions(+), 1 deletion(-)
28814
28815 commit e085fcf7ca302eb7802a032197c022819e7e7074
28816 Author: Behdad Esfahbod <behdad@behdad.org>
28817 Date:   Fri Jun 8 21:45:00 2012 -0400
28818
28819     Remove unused buffer->replace_glyphs_be16
28820
28821  src/hb-buffer-private.hh             |  3 ---
28822  src/hb-buffer.cc                     | 23 -----------------------
28823  src/hb-ot-layout-gsubgpos-private.hh |  8 --------
28824  3 files changed, 34 deletions(-)
28825
28826 commit 3ec77d6ae0510dc2c0ec64382c4948bc6e109844
28827 Author: Behdad Esfahbod <behdad@behdad.org>
28828 Date:   Fri Jun 8 21:44:06 2012 -0400
28829
28830     Don't use replace_glyphs_be for MultipleSubst
28831
28832  src/hb-ot-layout-gsub-table.hh       | 5 ++++-
28833  src/hb-ot-layout-gsubgpos-private.hh | 7 ++++++-
28834  2 files changed, 10 insertions(+), 2 deletions(-)
28835
28836 commit 4b7192125ffd295091d6b3a0bdfca7011947c2ca
28837 Author: Behdad Esfahbod <behdad@behdad.org>
28838 Date:   Fri Jun 8 21:41:46 2012 -0400
28839
28840     Minor
28841
28842  src/hb-ot-layout-gsub-table.hh       | 3 ++-
28843  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
28844  2 files changed, 10 insertions(+), 1 deletion(-)
28845
28846 commit 4508789f4b5e0ece5620d35598aeeb7ecbe3e3aa
28847 Author: Behdad Esfahbod <behdad@behdad.org>
28848 Date:   Fri Jun 8 21:32:43 2012 -0400
28849
28850     Add test for static initializers and other C++ stuff
28851
28852  src/Makefile.am           |  3 ++-
28853  src/check-static-inits.sh | 33 +++++++++++++++++++++++++++++++++
28854  2 files changed, 35 insertions(+), 1 deletion(-)
28855
28856 commit 56bd259b9ac22dd98913c8ca2e2cf7b30b632373
28857 Author: Behdad Esfahbod <behdad@behdad.org>
28858 Date:   Fri Jun 8 21:29:18 2012 -0400
28859
28860     Minor
28861
28862  src/check-internal-symbols.sh | 2 +-
28863  1 file changed, 1 insertion(+), 1 deletion(-)
28864
28865 commit 4538b47bf08e73e7f5cce6337df5fe154233c168
28866 Author: Behdad Esfahbod <behdad@behdad.org>
28867 Date:   Fri Jun 8 21:01:45 2012 -0400
28868
28869     Remove done TODO items
28870
28871  TODO | 7 +------
28872  1 file changed, 1 insertion(+), 6 deletions(-)
28873
28874 commit bc8357ea7b4c0d7c715aae353176434fb9460205
28875 Author: Behdad Esfahbod <behdad@behdad.org>
28876 Date:   Fri Jun 8 21:01:20 2012 -0400
28877
28878     Merge clusters during normalization
28879
28880  src/hb-ot-shape-normalize.cc | 11 +++++++----
28881  1 file changed, 7 insertions(+), 4 deletions(-)
28882
28883 commit fe3dabc08df7501010564f8844bd4d11771cc6a4
28884 Author: Behdad Esfahbod <behdad@behdad.org>
28885 Date:   Fri Jun 8 20:56:05 2012 -0400
28886
28887     Minor
28888
28889  src/hb-buffer.cc | 4 ++--
28890  1 file changed, 2 insertions(+), 2 deletions(-)
28891
28892 commit e88e14421a33ca5bdfd76bc0b2f801fcb6e78911
28893 Author: Behdad Esfahbod <behdad@behdad.org>
28894 Date:   Fri Jun 8 20:55:21 2012 -0400
28895
28896     Use merge_clusters instead of open-coding
28897
28898  src/hb-buffer.cc | 16 ++++------------
28899  1 file changed, 4 insertions(+), 12 deletions(-)
28900
28901 commit 330a2af3ff0e12c01b3b451357b8bdc83b2e9b47
28902 Author: Behdad Esfahbod <behdad@behdad.org>
28903 Date:   Fri Jun 8 20:40:02 2012 -0400
28904
28905     Use merge_clusters when forming Unicode clusters
28906
28907  src/hb-ot-shape.cc | 4 +++-
28908  1 file changed, 3 insertions(+), 1 deletion(-)
28909
28910 commit bd300df9adf955c1e69b3783c1c061876940fb8b
28911 Author: Behdad Esfahbod <behdad@behdad.org>
28912 Date:   Fri Jun 8 20:35:18 2012 -0400
28913
28914     Minor
28915
28916  src/hb-object-private.hh | 2 +-
28917  1 file changed, 1 insertion(+), 1 deletion(-)
28918
28919 commit e51d2b6ed1c794ac28c5610bfd01dbc9fb383633
28920 Author: Behdad Esfahbod <behdad@behdad.org>
28921 Date:   Fri Jun 8 20:33:27 2012 -0400
28922
28923     Extend into main buffer if extension hit end of out-buffer merging
28924     clusters
28925
28926  src/hb-buffer.cc                | 5 +++++
28927  src/hb-ot-shape-complex-misc.cc | 9 ---------
28928  2 files changed, 5 insertions(+), 9 deletions(-)
28929
28930 commit 5ced012d9f58c51d557a835593c3277e35fe3b35
28931 Author: Behdad Esfahbod <behdad@behdad.org>
28932 Date:   Fri Jun 8 20:31:32 2012 -0400
28933
28934     Extend end when merging clusters in out-buffer
28935
28936  src/hb-buffer.cc | 4 ++++
28937  1 file changed, 4 insertions(+)
28938
28939 commit 72c0a1878313e7232d554bc226f4c6dc01418a95
28940 Author: Behdad Esfahbod <behdad@behdad.org>
28941 Date:   Fri Jun 8 20:30:03 2012 -0400
28942
28943     Extend clusters backward in out-buffer
28944
28945  src/hb-buffer.cc                | 8 ++++++++
28946  src/hb-ot-shape-complex-misc.cc | 2 --
28947  2 files changed, 8 insertions(+), 2 deletions(-)
28948
28949 commit cd5891493df06fdb92e1ae526d29dee8df250235
28950 Author: Behdad Esfahbod <behdad@behdad.org>
28951 Date:   Fri Jun 8 20:27:53 2012 -0400
28952
28953     Extend clusters backwards, into the out-buffer too
28954
28955  src/hb-buffer.cc | 9 +++++++++
28956  1 file changed, 9 insertions(+)
28957
28958 commit 77471e037122548bfc08cacea6fbb472831c34f3
28959 Author: Behdad Esfahbod <behdad@behdad.org>
28960 Date:   Fri Jun 8 20:21:02 2012 -0400
28961
28962     Clear output buffer before calling GSUB pause functions
28963
28964  src/hb-ot-map.cc | 3 +++
28965  1 file changed, 3 insertions(+)
28966
28967 commit cafa6f372721fd6b0a7c0da68b9421d3e94931bc
28968 Author: Behdad Esfahbod <behdad@behdad.org>
28969 Date:   Fri Jun 8 20:17:10 2012 -0400
28970
28971     When merging clusters, extend the end
28972
28973  src/hb-buffer.cc | 20 ++++++++++++++------
28974  1 file changed, 14 insertions(+), 6 deletions(-)
28975
28976 commit 28ce5fa454b54f728044ee12a9dbe7d016783d4a
28977 Author: Behdad Esfahbod <behdad@behdad.org>
28978 Date:   Fri Jun 8 20:13:56 2012 -0400
28979
28980     Merge clusters when ligating
28981
28982  src/hb-ot-layout-gsub-table.hh | 1 +
28983  1 file changed, 1 insertion(+)
28984
28985 commit 2bb1761ccb7d300744ced6427165f4ea75ddf96c
28986 Author: Behdad Esfahbod <behdad@behdad.org>
28987 Date:   Fri Jun 8 19:29:44 2012 -0400
28988
28989     Minor, use next_glyph()
28990
28991  src/hb-ot-layout-gsub-table.hh | 2 +-
28992  1 file changed, 1 insertion(+), 1 deletion(-)
28993
28994 commit 5f68f8675e5ccaee91f5a90d86bc3b022b9a54e4
28995 Author: Behdad Esfahbod <behdad@behdad.org>
28996 Date:   Fri Jun 8 19:23:43 2012 -0400
28997
28998     Minor
28999
29000  src/hb-ot-shape.cc | 1 +
29001  1 file changed, 1 insertion(+)
29002
29003 commit 872969126756456a69bf958f3df6e56a26e57b0a
29004 Author: Behdad Esfahbod <behdad@behdad.org>
29005 Date:   Fri Jun 8 14:18:30 2012 -0400
29006
29007     Increase Uniscribe MAX_ITEMS
29008
29009  src/hb-uniscribe.cc | 2 +-
29010  1 file changed, 1 insertion(+), 1 deletion(-)
29011
29012 commit dbffa4c83d29c689ee4cd8a1c53e84521028c711
29013 Author: Behdad Esfahbod <behdad@behdad.org>
29014 Date:   Fri Jun 8 14:08:32 2012 -0400
29015
29016     Fix Uniscribe charset matching
29017
29018     Previously was failing to match fonts that didn't support
29019     CHARSET_ANSI.
29020
29021     There still remains a problem with the Uniscribe backend, in that if a
29022     font with the same family name is installed, and is newer, the native
29023     one is preferred over the font we provide.  Fixing it requires
29024     rewriting
29025     the name table with a unique family name...
29026
29027  src/hb-uniscribe.cc | 1 +
29028  1 file changed, 1 insertion(+)
29029
29030 commit 82e8bd8628aeb37835fb019a71b6bdac87824b97
29031 Author: Behdad Esfahbod <behdad@behdad.org>
29032 Date:   Fri Jun 8 11:48:29 2012 -0400
29033
29034     Remove unused code
29035
29036  src/hb-uniscribe.cc | 4 +---
29037  1 file changed, 1 insertion(+), 3 deletions(-)
29038
29039 commit 6da9dbff21b47fb10794b8d6cb747393c9eab7dd
29040 Author: Behdad Esfahbod <behdad@behdad.org>
29041 Date:   Fri Jun 8 10:53:35 2012 -0400
29042
29043     Remove zero-width chars in the fallback shaper too
29044
29045  src/hb-fallback-shape.cc | 16 ++++++++++++----
29046  1 file changed, 12 insertions(+), 4 deletions(-)
29047
29048 commit 68b76121f83fc9b87dc84f03e8bef38d4332734d
29049 Author: Behdad Esfahbod <behdad@behdad.org>
29050 Date:   Fri Jun 8 10:43:49 2012 -0400
29051
29052     Fix regressions introduced by sed.  Ouch!
29053
29054     Introduced in 99c2695759a6af855d565f4994bbdf220570bb48.
29055     Broken mark-mark and mark-ligature stuff.
29056
29057  src/hb-ot-layout-gpos-table.hh       | 6 +++---
29058  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
29059  2 files changed, 4 insertions(+), 4 deletions(-)
29060
29061 commit 0dd86f9f6849d82d60a99e66b6928795cfb2a3c7
29062 Author: Behdad Esfahbod <behdad@behdad.org>
29063 Date:   Fri Jun 8 10:23:03 2012 -0400
29064
29065     Whitespace
29066
29067  src/hb-uniscribe.cc | 144
29068  ++++++++++++++++++++++++++--------------------------
29069  1 file changed, 72 insertions(+), 72 deletions(-)
29070
29071 commit 8e7beba7c3b3dea3cb3b7e280c5aab4f13b92d31
29072 Author: Behdad Esfahbod <behdad@behdad.org>
29073 Date:   Fri Jun 8 10:22:06 2012 -0400
29074
29075     Fix Uniscribe clusters with direction-overriden Arabic
29076
29077  src/hb-uniscribe.cc | 4 ++--
29078  1 file changed, 2 insertions(+), 2 deletions(-)
29079
29080 commit b069c3c31bfbbf160eb897c7474be9ea90ed4fc1
29081 Author: Behdad Esfahbod <behdad@behdad.org>
29082 Date:   Fri Jun 8 10:10:29 2012 -0400
29083
29084     Really fix override-direction in Uniscribe
29085
29086  src/hb-uniscribe.cc | 10 +++++++---
29087  1 file changed, 7 insertions(+), 3 deletions(-)
29088
29089 commit fcd6f5326166e993b8f5222efbaffe916da98f0a
29090 Author: Behdad Esfahbod <behdad@behdad.org>
29091 Date:   Fri Jun 8 09:59:43 2012 -0400
29092
29093     Unbreak Uniscribe
29094
29095     Oops.  hb_tag_t and OPENTYPE_TAG have different endianness.  Perhaps
29096     something to add API for in hb-uniscribe.h
29097
29098  src/hb-private.hh   | 12 +++++++++++-
29099  src/hb-uniscribe.cc |  8 ++++----
29100  2 files changed, 15 insertions(+), 5 deletions(-)
29101
29102 commit 29eac8f591fdb86f1c4fdc0a6ab63910ff286b84
29103 Author: Behdad Esfahbod <behdad@behdad.org>
29104 Date:   Fri Jun 8 09:26:17 2012 -0400
29105
29106     Override direction in Uniscribe backend
29107
29108     Matches OT backend now.
29109
29110  src/hb-uniscribe.cc | 2 +-
29111  1 file changed, 1 insertion(+), 1 deletion(-)
29112
29113 commit 1c1233e57686d77d89fe3ac1dc53de9ee60798c1
29114 Author: Behdad Esfahbod <behdad@behdad.org>
29115 Date:   Fri Jun 8 09:20:53 2012 -0400
29116
29117     Make Uniscribe backend respect selected script
29118
29119  src/hb-uniscribe.cc | 15 +++++++++++++--
29120  1 file changed, 13 insertions(+), 2 deletions(-)
29121
29122 commit 0bb0f5d41976ae27c5c7a51cbb82144b48315a4b
29123 Author: Behdad Esfahbod <behdad@behdad.org>
29124 Date:   Thu Jun 7 17:42:48 2012 -0400
29125
29126     Add note re _NullPool
29127
29128  src/hb-open-type-private.hh | 1 +
29129  1 file changed, 1 insertion(+)
29130
29131 commit 2a3d911fe0ff5d6442659d3381d5b08c30ee2896
29132 Author: Behdad Esfahbod <behdad@behdad.org>
29133 Date:   Thu Jun 7 17:31:46 2012 -0400
29134
29135     Fix alignment-requirement missmatch
29136
29137     Detected by clang and lots of cmdline options.
29138
29139  src/hb-buffer-private.hh             | 2 +-
29140  src/hb-buffer.cc                     | 5 +++--
29141  src/hb-ot-layout-gsub-table.hh       | 4 ++--
29142  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
29143  4 files changed, 7 insertions(+), 6 deletions(-)
29144
29145 commit 6095de1635441af16340c7b2c5a6b4c531ec242f
29146 Author: Behdad Esfahbod <behdad@behdad.org>
29147 Date:   Thu Jun 7 15:48:18 2012 -0400
29148
29149     Fix clang warning with NO_MT path
29150
29151  src/hb-shape.cc | 2 +-
29152  1 file changed, 1 insertion(+), 1 deletion(-)
29153
29154 commit a18280a8ce9128fc9d75f8a367ae8ce0886a9599
29155 Author: Behdad Esfahbod <behdad@behdad.org>
29156 Date:   Thu Jun 7 15:44:12 2012 -0400
29157
29158     Fix warnings produced by clang analyzer
29159
29160  src/hb-icu.cc          | 6 ++++--
29161  test/api/test-blob.c   | 2 +-
29162  test/api/test-buffer.c | 4 ++--
29163  util/helper-cairo.cc   | 2 +-
29164  4 files changed, 8 insertions(+), 6 deletions(-)
29165
29166 commit 7ec83051c05777c0e6e2eea6ef6c71effede9527
29167 Author: Behdad Esfahbod <behdad@behdad.org>
29168 Date:   Thu Jun 7 13:32:57 2012 -0400
29169
29170     Fix warnings
29171
29172  util/ansi-print.cc | 30 +++++++++++++-----------------
29173  1 file changed, 13 insertions(+), 17 deletions(-)
29174
29175 commit 73cb02de2dd28b09d4aa76230132248215cfe83d
29176 Author: Behdad Esfahbod <behdad@behdad.org>
29177 Date:   Wed Jun 6 11:29:25 2012 -0400
29178
29179     Minor
29180
29181  src/hb-private.hh | 26 +++++++++++++-------------
29182  1 file changed, 13 insertions(+), 13 deletions(-)
29183
29184 commit 79e2b4791fe95ede9a1e6b1c71ccc6e36c4fc0e5
29185 Author: Behdad Esfahbod <behdad@behdad.org>
29186 Date:   Wed Jun 6 11:27:17 2012 -0400
29187
29188     Fix ASSERT_POD on clang
29189
29190     As reported by bashi.  Not tested.
29191
29192  src/hb-private.hh | 8 ++++++--
29193  1 file changed, 6 insertions(+), 2 deletions(-)
29194
29195 commit 4282d2f3771d6510c27b62e54cc1254d6f2389b3
29196 Author: Behdad Esfahbod <behdad@behdad.org>
29197 Date:   Wed Jun 6 03:42:36 2012 -0400
29198
29199     Enabled ICU again
29200
29201  configure.ac | 1 -
29202  1 file changed, 1 deletion(-)
29203
29204 commit 6220e5fc0dad728e67a92e838d3ac275d032f2c7
29205 Author: Behdad Esfahbod <behdad@behdad.org>
29206 Date:   Wed Jun 6 03:30:09 2012 -0400
29207
29208     Add ASSERT_POD for most objects
29209
29210  src/hb-blob.cc            | 1 +
29211  src/hb-buffer-private.hh  | 2 ++
29212  src/hb-font-private.hh    | 3 +++
29213  src/hb-object-private.hh  | 2 ++
29214  src/hb-private.hh         | 2 +-
29215  src/hb-set-private.hh     | 4 +++-
29216  src/hb-unicode-private.hh | 1 +
29217  7 files changed, 13 insertions(+), 2 deletions(-)
29218
29219 commit a00a63b5ef503fafa87e26b517732b2214e01719
29220 Author: Behdad Esfahbod <behdad@behdad.org>
29221 Date:   Wed Jun 6 03:07:01 2012 -0400
29222
29223     Add macros to check that types are POD
29224
29225  configure.ac                |  1 +
29226  src/hb-open-type-private.hh | 32 ++++++++++++++++++++------------
29227  src/hb-private.hh           | 24 ++++++++++++++++++++++++
29228  3 files changed, 45 insertions(+), 12 deletions(-)
29229
29230 commit 61eb60c129e865e92f6a5767a88c44a391f4d413
29231 Author: Behdad Esfahbod <behdad@behdad.org>
29232 Date:   Tue Jun 5 21:14:04 2012 -0400
29233
29234     Don't link to libstdc++
29235
29236     New try.
29237
29238  src/Makefile.am | 3 ++-
29239  1 file changed, 2 insertions(+), 1 deletion(-)
29240
29241 commit 81a4b9fd4eb8995c5930db1df3669db93661eb52
29242 Author: Behdad Esfahbod <behdad@behdad.org>
29243 Date:   Tue Jun 5 20:49:51 2012 -0400
29244
29245     Remove unused hb_static_mutex_t
29246
29247  src/hb-mutex-private.hh | 11 -----------
29248  1 file changed, 11 deletions(-)
29249
29250 commit 4a3a9897b3698dd09c3e880b3ddd4db24c6fb460
29251 Author: Behdad Esfahbod <behdad@behdad.org>
29252 Date:   Tue Jun 5 20:39:07 2012 -0400
29253
29254     Disable Intel atomic ops on mingw32
29255
29256     Apparently the configure test is not enough...
29257
29258  src/hb-atomic-private.hh | 2 +-
29259  1 file changed, 1 insertion(+), 1 deletion(-)
29260
29261 commit 0594a2448440208efa0acac9a5d8d52d43108289
29262 Author: Behdad Esfahbod <behdad@behdad.org>
29263 Date:   Tue Jun 5 20:35:40 2012 -0400
29264
29265     Cleanup TRUE/FALSE vs true/false
29266
29267  src/hb-atomic-private.hh           |  4 +--
29268  src/hb-blob.cc                     | 28 +++++++++---------
29269  src/hb-buffer-private.hh           |  2 +-
29270  src/hb-buffer.cc                   | 38 ++++++++++++-------------
29271  src/hb-buffer.h                    |  4 +--
29272  src/hb-fallback-shape.cc           |  2 +-
29273  src/hb-font.cc                     | 22 +++++++--------
29274  src/hb-ft.cc                       | 22 +++++++--------
29275  src/hb-glib.cc                     | 16 +++++------
29276  src/hb-graphite2.cc                |  8 +++---
29277  src/hb-icu.cc                      | 30 ++++++++++----------
29278  src/hb-ot-layout.cc                | 28 +++++++++---------
29279  src/hb-ot-shape-complex-private.hh |  2 +-
29280  src/hb-ot-shape-normalize.cc       | 16 +++++------
29281  src/hb-ot-shape.cc                 |  4 +--
29282  src/hb-private.hh                  | 18 ++++--------
29283  src/hb-set.cc                      |  2 +-
29284  src/hb-set.h                       |  2 +-
29285  src/hb-shape.cc                    |  6 ++--
29286  src/hb-tt-font.cc                  | 12 ++++----
29287  src/hb-unicode.cc                  |  8 +++---
29288  src/hb-uniscribe.cc                | 18 ++++++------
29289  src/main.cc                        |  2 +-
29290  util/hb-shape.cc                   |  2 +-
29291  util/helper-cairo.cc               | 16 +++++------
29292  util/main-font-text.hh             |  2 +-
29293  util/options.cc                    | 58
29294  +++++++++++++++++++-------------------
29295  util/options.hh                    |  2 +-
29296  util/view-cairo.hh                 |  2 +-
29297  29 files changed, 185 insertions(+), 191 deletions(-)
29298
29299 commit e1ac38f8dd04c29d2d4140f5a492cdaf25d72901
29300 Author: Behdad Esfahbod <behdad@behdad.org>
29301 Date:   Tue Jun 5 20:31:49 2012 -0400
29302
29303     Fix inert buffer set_length() with zero
29304
29305     Oops!
29306
29307  src/hb-buffer.cc | 3 +++
29308  1 file changed, 3 insertions(+)
29309
29310 commit 04bc1eebe7a304c0e6f86ab6814c65889f152602
29311 Author: Behdad Esfahbod <behdad@behdad.org>
29312 Date:   Tue Jun 5 20:16:56 2012 -0400
29313
29314     Add configure tests for Intel atomic intrinsics
29315
29316  configure.ac             | 17 +++++++++++++++++
29317  src/hb-atomic-private.hh | 12 ++++++------
29318  src/hb-mutex-private.hh  |  2 +-
29319  3 files changed, 24 insertions(+), 7 deletions(-)
29320
29321 commit 68c75b46977beb57e35082db26be712b3cd65678
29322 Author: Behdad Esfahbod <behdad@behdad.org>
29323 Date:   Tue Jun 5 19:55:46 2012 -0400
29324
29325     Shuffle
29326
29327  configure.ac | 16 ++++++++--------
29328  1 file changed, 8 insertions(+), 8 deletions(-)
29329
29330 commit f64b2ebf82c5f355cd95806478cd30c00b1a2731
29331 Author: Behdad Esfahbod <behdad@behdad.org>
29332 Date:   Tue Jun 5 19:23:29 2012 -0400
29333
29334     Remove last static initializer
29335
29336     We're free!  Lazy or immediate...
29337
29338  src/hb-ft.cc    |   2 +
29339  src/hb-shape.cc | 150
29340  ++++++++++++++++++++++++++++++++++++++++----------------
29341  2 files changed, 110 insertions(+), 42 deletions(-)
29342
29343 commit 4a8a529068fc380298bb05b9d878bede3e9f4da1
29344 Author: Behdad Esfahbod <behdad@behdad.org>
29345 Date:   Tue Jun 5 19:17:02 2012 -0400
29346
29347     Make hb-view err if all shapers failed
29348
29349  util/view-cairo.hh | 2 +-
29350  1 file changed, 1 insertion(+), 1 deletion(-)
29351
29352 commit 04aed572f112b96a6033cd6c3df7bdba5e29e93c
29353 Author: Behdad Esfahbod <behdad@behdad.org>
29354 Date:   Tue Jun 5 18:30:19 2012 -0400
29355
29356     Make hb-ft static-initializer free
29357
29358  src/hb-common.cc |  5 ++---
29359  src/hb-ft.cc     | 38 +++++++++++++++++++++++++++-----------
29360  2 files changed, 29 insertions(+), 14 deletions(-)
29361
29362 commit be4560a3b5e8599cbe2b29a01a60c21c9e2b194f
29363 Author: Behdad Esfahbod <behdad@behdad.org>
29364 Date:   Tue Jun 5 18:14:03 2012 -0400
29365
29366     Undo default unicode-funcs to avoid static initializer again
29367
29368  src/hb-buffer.cc          |  2 +-
29369  src/hb-glib.cc            | 23 ++++++++++++-----------
29370  src/hb-icu.cc             | 24 +++++++++++++-----------
29371  src/hb-unicode-private.hh | 10 +++++-----
29372  src/hb-unicode.cc         | 26 ++++++++++++++------------
29373  5 files changed, 45 insertions(+), 40 deletions(-)
29374
29375 commit 093171cceca63e48e735bbf05a2c11b1b7e95ef1
29376 Author: Behdad Esfahbod <behdad@behdad.org>
29377 Date:   Tue Jun 5 18:00:45 2012 -0400
29378
29379     Implement lock-free hb_language_t
29380
29381     Another static-initialization down.  One more to go.
29382
29383  src/hb-common.cc | 66
29384  +++++++++++++++++++++++++++++++++++++++++++++-----------
29385  1 file changed, 54 insertions(+), 12 deletions(-)
29386
29387 commit 6843ce01be0df501ef3149a2c1c54cdfb693195d
29388 Author: Behdad Esfahbod <behdad@behdad.org>
29389 Date:   Tue Jun 5 17:27:20 2012 -0400
29390
29391     Add atomic-pointer functions
29392
29393     Gonig to use these for lock-free linked-lists, to be used for
29394     hb_language_t among other things.
29395
29396  src/hb-atomic-private.hh | 21 +++++++++++++++++++++
29397  1 file changed, 21 insertions(+)
29398
29399 commit cdafe3a7d8483ac586e2c16487e2a09164e0f65c
29400 Author: Behdad Esfahbod <behdad@behdad.org>
29401 Date:   Tue Jun 5 16:34:49 2012 -0400
29402
29403     Add gcc intrinsics implementations for atomic and mutex
29404
29405  configure.ac             |  4 ++--
29406  src/hb-atomic-private.hh | 11 +++++++++--
29407  src/hb-mutex-private.hh  | 51
29408  +++++++++++++++++++++++++++++++++++++++++-------
29409  src/hb-object-private.hh |  4 +++-
29410  src/hb-warning.cc        | 14 ++++++-------
29411  5 files changed, 65 insertions(+), 19 deletions(-)
29412
29413 commit d970d2899b36a2fbd002b224b8bd37b0906fdd5f
29414 Author: Behdad Esfahbod <behdad@behdad.org>
29415 Date:   Tue Jun 5 16:06:28 2012 -0400
29416
29417     Add gcc implementation for atomic ops
29418
29419  src/hb-atomic-private.hh | 9 +++++++--
29420  1 file changed, 7 insertions(+), 2 deletions(-)
29421
29422 commit 0e253e97af71e2a7ead153589f61fd579a247502
29423 Author: Behdad Esfahbod <behdad@behdad.org>
29424 Date:   Tue Jun 5 15:37:19 2012 -0400
29425
29426     Add a mutex to object header
29427
29428     Removes one more static-initialization.  A few more to go.
29429
29430  src/hb-common.cc         | 24 +++++++++---------------
29431  src/hb-mutex-private.hh  | 19 +++++++------------
29432  src/hb-object-private.hh | 36 ++++++++++++++++++++++--------------
29433  src/hb-private.hh        | 11 +++++------
29434  4 files changed, 43 insertions(+), 47 deletions(-)
29435
29436 commit a2b471df821b32625d127f83b2f90e6d6a967e7e
29437 Author: Behdad Esfahbod <behdad@behdad.org>
29438 Date:   Tue Jun 5 15:17:44 2012 -0400
29439
29440     Remove static initializers from indic
29441
29442  src/hb-ot-shape-complex-indic.cc | 50
29443  +++++++++++++++++++++++++++++++---------
29444  1 file changed, 39 insertions(+), 11 deletions(-)
29445
29446 commit f06ab8a4262c759b4723614fd28f55ee77aa8466
29447 Author: Behdad Esfahbod <behdad@behdad.org>
29448 Date:   Tue Jun 5 12:31:51 2012 -0400
29449
29450     Better hide nil objects and make them const
29451
29452  src/hb-blob.cc            | 34 +++++++++++------------
29453  src/hb-buffer.cc          | 39 +++++++++++++-------------
29454  src/hb-font.cc            | 70
29455  +++++++++++++++++++++++------------------------
29456  src/hb-ft.cc              | 49 +++++++++++++++------------------
29457  src/hb-glib.cc            | 25 ++++++++---------
29458  src/hb-icu.cc             | 25 ++++++++---------
29459  src/hb-set.cc             | 16 +++++------
29460  src/hb-unicode-private.hh | 11 ++++----
29461  src/hb-unicode.cc         | 34 +++++++++++------------
29462  9 files changed, 146 insertions(+), 157 deletions(-)
29463
29464 commit bf93b636c4963cbc32d5fba7ace1053db6719192
29465 Author: Behdad Esfahbod <behdad@behdad.org>
29466 Date:   Tue Jun 5 14:17:32 2012 -0400
29467
29468     Remove constructor from hb_prealloced_array_t
29469
29470     This was causing all object types to be non-POD and have static
29471     initializers.  We don't need that!
29472
29473     Now, most nil objects just moved from .bss to .data.  Fixing for that
29474     coming soon.
29475
29476  src/hb-object-private.hh | 3 +++
29477  src/hb-private.hh        | 4 +++-
29478  src/hb-set-private.hh    | 1 +
29479  3 files changed, 7 insertions(+), 1 deletion(-)
29480
29481 commit 7037291aacb858f8090fd7d9028c196cc1a21703
29482 Author: Behdad Esfahbod <behdad@behdad.org>
29483 Date:   Tue Jun 5 13:30:11 2012 -0400
29484
29485     Check for atexit()
29486
29487  configure.ac | 2 +-
29488  1 file changed, 1 insertion(+), 1 deletion(-)
29489
29490 commit f1971a217424bd6db5c7072ba5cf197f318d4e47
29491 Author: Behdad Esfahbod <behdad@behdad.org>
29492 Date:   Tue Jun 5 13:04:20 2012 -0400
29493
29494     Fix warnings
29495
29496  src/indic.cc | 2 +-
29497  1 file changed, 1 insertion(+), 1 deletion(-)
29498
29499 commit b0a6e58bb3dda72dcce37d54d987591630a3db6c
29500 Author: Behdad Esfahbod <behdad@behdad.org>
29501 Date:   Mon Jun 4 10:21:22 2012 -0400
29502
29503     s/script-punjabi/script-gurmukhi/
29504
29505  test/shaping/texts/in-tree/shaper-indic/indic/MANIFEST                  |
29506  2 +-
29507  .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/MANIFEST
29508  | 0
29509  .../indic/{script-punjabi => script-gurmukhi}/misc/MANIFEST             |
29510  0
29511  .../indic/{script-punjabi => script-gurmukhi}/misc/misc.txt             |
29512  0
29513  .../indic/{script-punjabi => script-gurmukhi}/utrrs/LICENSE             |
29514  0
29515  .../indic/{script-punjabi => script-gurmukhi}/utrrs/MANIFEST            |
29516  0
29517  .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/utrrs/README
29518  | 0
29519  .../indic/{script-punjabi => script-gurmukhi}/utrrs/SOURCES             |
29520  0
29521  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt            |
29522  0
29523  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt
29524  | 0
29525  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt                |
29526  0
29527  .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt
29528  | 0
29529  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt
29530  | 0
29531  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt              |
29532  0
29533  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt
29534  | 0
29535  .../indic/{script-punjabi => script-gurmukhi}/utrrs/codepoint/MANIFEST
29536  | 0
29537  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt                       |
29538  0
29539  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt                       |
29540  0
29541  .../indic/{script-punjabi => script-gurmukhi}/utrrs/gpos/MANIFEST
29542  | 0
29543  .../utrrs/gsub/IndicFontFeatureGSUB.txt                                 |
29544  0
29545  .../indic/{script-punjabi => script-gurmukhi}/utrrs/gsub/MANIFEST
29546  | 0
29547  21 files changed, 1 insertion(+), 1 deletion(-)
29548
29549 commit c1885483120d4b686b2fe95b217dce7248e040b1
29550 Author: Behdad Esfahbod <behdad@behdad.org>
29551 Date:   Mon Jun 4 08:56:00 2012 -0400
29552
29553     Add --verbose to hb-shape
29554
29555     Just turns all --show-* options on.
29556
29557  util/options.cc | 11 +++++++++++
29558  util/options.hh |  1 -
29559  2 files changed, 11 insertions(+), 1 deletion(-)
29560
29561 commit 9fc7a11469113d31d8095757c4fc038c3427d44a
29562 Author: Behdad Esfahbod <behdad@behdad.org>
29563 Date:   Mon Jun 4 08:28:19 2012 -0400
29564
29565     Remove comma at the end of enum
29566
29567     As reported by Jonathan Kew on the list.
29568
29569  src/hb-ot-shape-complex-indic.cc | 2 +-
29570  1 file changed, 1 insertion(+), 1 deletion(-)
29571
29572 commit 3b8fd9c48f4bde368bf2d465c148b9743a9216ee
29573 Author: Behdad Esfahbod <behdad@behdad.org>
29574 Date:   Sun Jun 3 15:54:19 2012 -0400
29575
29576     Remove const from ref_count.ref_count
29577
29578     According to Tom Hacohen this was breaking build with some compilers.
29579
29580     In file included from hb-buffer-private.hh:35:0,
29581                      from hb-ot-map-private.hh:32,
29582                      from hb-ot-shape-private.hh:32,
29583                      from hb-ot-shape.cc:29:
29584     hb-object-private.hh: In constructor
29585     '_hb_object_header_t::_hb_object_header_t()':
29586     hb-object-private.hh:97:8: error: uninitialized const member in
29587     'struct hb_reference_count_t'
29588     hb-object-private.hh:51:25: note: 'hb_reference_count_t::ref_count'
29589     should be initialized
29590     In file included from hb-ot-shape.cc:33:0:
29591     hb-set-private.hh: In constructor '_hb_set_t::_hb_set_t()':
29592     hb-set-private.hh:37:8: note: synthesized method
29593     '_hb_object_header_t::_hb_object_header_t()' first required here
29594     hb-ot-shape.cc: In function 'void
29595     hb_ot_shape_glyphs_closure(hb_font_t*, hb_buffer_t*, const
29596     hb_feature_t*, unsigned int, hb_set_t*)':
29597     hb-ot-shape.cc:521:12: note: synthesized method
29598     '_hb_set_t::_hb_set_t()' first required here
29599
29600  src/hb-object-private.hh | 2 +-
29601  1 file changed, 1 insertion(+), 1 deletion(-)
29602
29603 commit 70600dbf626808a30fb0fd8b7ae860e64d9ffe87
29604 Author: Behdad Esfahbod <behdad@behdad.org>
29605 Date:   Sun Jun 3 15:52:51 2012 -0400
29606
29607     Minor
29608
29609  src/hb-object-private.hh | 14 +++++++-------
29610  1 file changed, 7 insertions(+), 7 deletions(-)
29611
29612 commit ae62166519291057316a9d15cea3f1570fcb5eaf
29613 Author: Behdad Esfahbod <behdad@behdad.org>
29614 Date:   Sat Jun 2 12:21:19 2012 -0400
29615
29616     [util] Minor
29617
29618  util/options.cc        |  4 +---
29619  util/options.hh        | 26 ++++++++++++++------------
29620  util/shape-consumer.hh |  4 +++-
29621  3 files changed, 18 insertions(+), 16 deletions(-)
29622
29623 commit 5db0683a822f70c914468430cda6487cee740ae3
29624 Author: Behdad Esfahbod <behdad@behdad.org>
29625 Date:   Sat Jun 2 12:13:08 2012 -0400
29626
29627     [util] Make hb-shape continue shaping other lines if shapers failed
29628
29629  util/hb-ot-shape-closure.cc |  3 +++
29630  util/hb-shape.cc            | 36 +++++++++++++++++++++++++------
29631  util/main-font-text.hh      |  2 +-
29632  util/options.cc             | 34 ++++++++++++++++++++++-------
29633  util/options.hh             | 33 ++++++++++++++--------------
29634  util/shape-consumer.hh      | 17 ++++++++++++---
29635  util/view-cairo.cc          | 47 +++++++---------------------------------
29636  util/view-cairo.hh          | 52
29637  +++++++++++++++++++++++++++++++++++++++------
29638  8 files changed, 143 insertions(+), 81 deletions(-)
29639
29640 commit 96a9ef0c9fca8d58d8dc6baf6b262d96587abee0
29641 Author: Behdad Esfahbod <behdad@behdad.org>
29642 Date:   Fri Jun 1 13:46:26 2012 -0400
29643
29644     Remove tab character like other "zero-width" characters
29645
29646     Uniscribe does that, this make comparing results to Uniscribe
29647     easier.
29648
29649  src/hb-unicode-private.hh | 3 ++-
29650  1 file changed, 2 insertions(+), 1 deletion(-)
29651
29652 commit cd6a5493411fea30a04466128e1a37b4d89c6a72
29653 Author: Behdad Esfahbod <behdad@behdad.org>
29654 Date:   Fri Jun 1 13:45:25 2012 -0400
29655
29656     Remove unused variable
29657
29658  util/hb-ot-shape-closure.cc | 2 --
29659  1 file changed, 2 deletions(-)
29660
29661 commit 0558d55bac7fb9279aac859b465e7c0e3ad97492
29662 Author: Behdad Esfahbod <behdad@behdad.org>
29663 Date:   Mon May 28 10:46:47 2012 -0400
29664
29665     Remove hb_atomic_int_set/get()
29666
29667     We never use them in fact...
29668
29669     I'm just adjusting these as I better understand the requirements of
29670     the code and the guarantees of each operation.
29671
29672  src/hb-atomic-private.hh |  8 --------
29673  src/hb-object-private.hh | 12 +++++-------
29674  2 files changed, 5 insertions(+), 15 deletions(-)
29675
29676 commit 4efdffec095e19ceeb4b319d60201e84ece30fd9
29677 Author: Behdad Esfahbod <behdad@behdad.org>
29678 Date:   Sun May 27 22:39:48 2012 -0400
29679
29680     Minor Malayalam test case
29681
29682     From https://bugs.freedesktop.org/show_bug.cgi?id=45166
29683
29684  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt
29685  | 1 +
29686  1 file changed, 1 insertion(+)
29687
29688 commit dfff5b3021016d3a472c100272fd8e2f52307860
29689 Author: Behdad Esfahbod <behdad@behdad.org>
29690 Date:   Sun May 27 22:07:04 2012 -0400
29691
29692     Add Myanmar test case
29693
29694  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
29695  | 1 +
29696  .../texts/in-tree/shaper-indic/south-east-asian/script-myanmar/MANIFEST
29697  | 1 +
29698  .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/MANIFEST
29699  | 1 +
29700  .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/misc.txt
29701  | 1 +
29702  4 files changed, 4 insertions(+)
29703
29704 commit bce095524b3e69a47f8e88a2fb02d6ab537f9b0a
29705 Author: Behdad Esfahbod <behdad@behdad.org>
29706 Date:   Sun May 27 11:29:21 2012 -0400
29707
29708     Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name()
29709
29710  TODO                        |  1 +
29711  src/hb-font-private.hh      |  2 ++
29712  src/hb-font.cc              | 80
29713  +++++++++++++++++++++++++++++++++++----------
29714  src/hb-font.h               | 28 ++++++++++++++++
29715  src/hb-ft.cc                | 52 ++++++++++++++++++++++++-----
29716  util/hb-ot-shape-closure.cc |  9 ++---
29717  util/options.cc             | 10 ++----
29718  7 files changed, 142 insertions(+), 40 deletions(-)
29719
29720 commit bc145658bdaeaeea0cdbd719e2756f09a2dbfb48
29721 Author: Behdad Esfahbod <behdad@behdad.org>
29722 Date:   Sun May 27 10:45:57 2012 -0400
29723
29724     Warn if no Unicode functions implementation is found
29725
29726  src/hb-unicode-private.hh |  1 +
29727  src/hb-warning.cc         | 13 +++++++++++++
29728  2 files changed, 14 insertions(+)
29729
29730 commit a3547330fa88e30a138f6f17e60d9c7d1e316622
29731 Author: Behdad Esfahbod <behdad@behdad.org>
29732 Date:   Sun May 27 10:20:47 2012 -0400
29733
29734     Cleanup atomic ops on OS X
29735
29736  src/hb-atomic-private.hh | 7 +++----
29737  1 file changed, 3 insertions(+), 4 deletions(-)
29738
29739 commit e4b6d503c5575ddbf49249e3fef693d75ae75170
29740 Author: Behdad Esfahbod <behdad@behdad.org>
29741 Date:   Sun May 27 10:11:13 2012 -0400
29742
29743     Don't use atomic ops in hb_cache_t
29744
29745     We don't care about linearizability, so unprotected int read/write
29746     are enough, no need for expensive memory barriers.  It's a cache,
29747     that's all.
29748
29749  src/hb-cache-private.hh | 8 ++++----
29750  1 file changed, 4 insertions(+), 4 deletions(-)
29751
29752 commit 819faa05307aa192015f4b43d8103a35e87d6cc7
29753 Author: Behdad Esfahbod <behdad@behdad.org>
29754 Date:   Sun May 27 10:09:18 2012 -0400
29755
29756     Minor
29757
29758  src/hb-atomic-private.hh | 2 +-
29759  1 file changed, 1 insertion(+), 1 deletion(-)
29760
29761 commit 303d5850ec0516e198db241456b0cfc4899ef9c0
29762 Author: Behdad Esfahbod <behdad@behdad.org>
29763 Date:   Sun May 27 10:01:13 2012 -0400
29764
29765     Fix Windows atomic get/set
29766
29767     According to:
29768     http://msdn.microsoft.com/en-us/library/65tt87y8.aspx
29769
29770     MemoryBarrier() is the right macro to protect these, not
29771     _ReadBarrier()
29772     and/or _WriteBarrier().
29773
29774  src/hb-atomic-private.hh | 4 ++--
29775  1 file changed, 2 insertions(+), 2 deletions(-)
29776
29777 commit 8f8956a55fff95e5ad529d2f124c9528d1f4f81d
29778 Author: Behdad Esfahbod <behdad@behdad.org>
29779 Date:   Fri May 25 14:30:24 2012 -0400
29780
29781     [util] Add hidden --shaper that is equivalent of --shapers
29782
29783  util/helper-cairo.cc | 2 +-
29784  util/options.cc      | 6 +++++-
29785  2 files changed, 6 insertions(+), 2 deletions(-)
29786
29787 commit 29ce446d3161b7ea5874352e5f8eb33cd59338c3
29788 Author: Behdad Esfahbod <behdad@behdad.org>
29789 Date:   Fri May 25 14:17:54 2012 -0400
29790
29791     Add set iterator
29792
29793  src/hb-set-private.hh       | 26 +++++++++++++++++++++++---
29794  src/hb-set.cc               |  7 +++++++
29795  src/hb-set.h                | 11 +++++++++--
29796  util/hb-ot-shape-closure.cc |  8 +++++---
29797  4 files changed, 44 insertions(+), 8 deletions(-)
29798
29799 commit 62c3e111fce0ad34960871134c2eb6da572df303
29800 Author: Behdad Esfahbod <behdad@behdad.org>
29801 Date:   Fri May 25 13:48:00 2012 -0400
29802
29803     Add set symmetric difference
29804
29805  src/hb-set-private.hh | 5 +++++
29806  src/hb-set.cc         | 7 +++++++
29807  src/hb-set.h          | 6 ++++++
29808  3 files changed, 18 insertions(+)
29809
29810 commit 27aba594c90b4444c35273a38f5fedc8e09d9a88
29811 Author: Behdad Esfahbod <behdad@behdad.org>
29812 Date:   Thu May 24 15:00:01 2012 -0400
29813
29814     Minor
29815
29816  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
29817  src/hb-ot-shape-complex-indic.cc         | 2 +-
29818  2 files changed, 2 insertions(+), 2 deletions(-)
29819
29820 commit cde1c0114ba66a45d907e81a49bf625e0dc946b0
29821 Author: Behdad Esfahbod <behdad@behdad.org>
29822 Date:   Thu May 24 10:46:39 2012 -0400
29823
29824     Fix hb_atomic_int_set() implementation for HB_NO_MT
29825
29826     As pointed out by Jonathan Kew.
29827
29828  src/hb-atomic-private.hh | 2 +-
29829  1 file changed, 1 insertion(+), 1 deletion(-)
29830
29831 commit 3b9b7133bea787f787170beea073f185e36d2327
29832 Author: Behdad Esfahbod <behdad@behdad.org>
29833 Date:   Wed May 23 22:00:25 2012 -0400
29834
29835     Update TODO
29836
29837  TODO | 18 ++++++++++++++++--
29838  1 file changed, 16 insertions(+), 2 deletions(-)
29839
29840 commit ff3524c21aabf5d0d6014d1ce1b3e12ca5f0990f
29841 Author: Behdad Esfahbod <behdad@behdad.org>
29842 Date:   Wed May 23 21:50:43 2012 -0400
29843
29844     Add Arabic diacritics tests
29845
29846  .../shaper-arabic/script-arabic/misc/MANIFEST      |   2 +-
29847  .../script-arabic/misc/diacritics/MANIFEST         |   5 +
29848  .../script-arabic/misc/diacritics/lam-alef.txt     |  28 +
29849  .../misc/diacritics/language-arabic.txt            | 695
29850  +++++++++++++++++++++
29851  .../misc/diacritics/language-persian.txt           |  48 ++
29852  .../misc/diacritics/language-urdu.txt              | 188 ++++++
29853  .../misc/{ => diacritics}/ligature-diacritics.txt  |   0
29854  7 files changed, 965 insertions(+), 1 deletion(-)
29855
29856 commit ed2f1363a391add41f10cff18792003583a10257
29857 Author: Behdad Esfahbod <behdad@behdad.org>
29858 Date:   Tue May 22 22:12:22 2012 -0400
29859
29860     Fix substitution glyph class propagation
29861
29862     The old code was doing nothing.
29863
29864     Still got to find an example font+string that makes this matter, but
29865     need this for fixing synthetic GDEF anyway.
29866
29867  src/hb-ot-layout-gsub-table.hh       | 10 ++++------
29868  src/hb-ot-layout-gsubgpos-private.hh | 23 ++++++-----------------
29869  2 files changed, 10 insertions(+), 23 deletions(-)
29870
29871 commit a6de53664df9549a5dc93752647ea1d3bb336f7b
29872 Author: Behdad Esfahbod <behdad@behdad.org>
29873 Date:   Fri May 18 15:04:35 2012 -0400
29874
29875     Add CJK Compatibility Ideographs tests
29876
29877     From:
29878     http://people.mozilla.org/~jdaggett/tests/cjkcompat.html
29879
29880  test/shaping/texts/in-tree/shaper-default/MANIFEST                     |
29881  3 ++-
29882  .../in-tree/shaper-default/{script-japanese => script-han}/MANIFEST
29883  | 0
29884  test/shaping/texts/in-tree/shaper-default/script-han/misc/MANIFEST     |
29885  1 +
29886  .../texts/in-tree/shaper-default/script-han/misc/cjk-compat.txt        |
29887  3 +++
29888  test/shaping/texts/in-tree/shaper-default/script-hiragana/MANIFEST     |
29889  1 +
29890  .../shaper-default/{script-japanese => script-hiragana}/misc/MANIFEST
29891  | 0
29892  .../{script-japanese => script-hiragana}/misc/kazuraki-liga-lines.txt
29893  | 0
29894  .../{script-japanese => script-hiragana}/misc/kazuraki-liga.txt
29895  | 0
29896  8 files changed, 7 insertions(+), 1 deletion(-)
29897
29898 commit 20fdb0f41d81b226e076a4830d4b0d03da31fc19
29899 Author: Behdad Esfahbod <behdad@behdad.org>
29900 Date:   Thu May 17 22:04:45 2012 -0400
29901
29902     Add a lock-free cache type for int->int functions
29903
29904     To be used for cmap and advance caching if desired.
29905
29906  TODO                    |  2 ++
29907  src/Makefile.am         |  1 +
29908  src/hb-cache-private.hh | 72
29909  +++++++++++++++++++++++++++++++++++++++++++++++++
29910  src/hb-font.cc          |  2 ++
29911  4 files changed, 77 insertions(+)
29912
29913 commit bd908b4f102b5ae18a3ad4a8b137994cf74b86ce
29914 Author: Behdad Esfahbod <behdad@behdad.org>
29915 Date:   Thu May 17 22:02:08 2012 -0400
29916
29917     Implement hb_atomic_int_set() for OS X
29918
29919  src/hb-atomic-private.hh | 2 ++
29920  1 file changed, 2 insertions(+)
29921
29922 commit 022a05ae90f30bcddff413022e0cd801809b5390
29923 Author: Behdad Esfahbod <behdad@behdad.org>
29924 Date:   Thu May 17 21:53:24 2012 -0400
29925
29926     Minor
29927
29928  src/hb-atomic-private.hh | 4 +++-
29929  src/hb-mutex-private.hh  | 4 +++-
29930  2 files changed, 6 insertions(+), 2 deletions(-)
29931
29932 commit 22afd66a30d01b6771405e76777306f600807bea
29933 Author: Behdad Esfahbod <behdad@behdad.org>
29934 Date:   Thu May 17 21:23:49 2012 -0400
29935
29936     Add hb_atomic_int_set() again
29937
29938  src/hb-atomic-private.hh | 9 ++++++---
29939  1 file changed, 6 insertions(+), 3 deletions(-)
29940
29941 commit 4aa7258cb16176a89e1547fee8f86571fdd98307
29942 Author: Behdad Esfahbod <behdad@behdad.org>
29943 Date:   Thu May 17 21:01:04 2012 -0400
29944
29945     Fix type conflicts on Windows without glib
29946
29947  src/hb-tt-font.cc | 3 ++-
29948  1 file changed, 2 insertions(+), 1 deletion(-)
29949
29950 commit f039e79d5438a8fc4a3ec11a387bbfc0f6b83024
29951 Author: Behdad Esfahbod <behdad@behdad.org>
29952 Date:   Thu May 17 20:55:12 2012 -0400
29953
29954     Don't use min/max as function names
29955
29956     They can be macros on some systems.  Eg. mingw32.
29957
29958  src/hb-set-private.hh | 4 ++--
29959  src/hb-set.cc         | 4 ++--
29960  2 files changed, 4 insertions(+), 4 deletions(-)
29961
29962 commit 34961e3198e27fa37fd4cfdad12ef86a2e9e51c2
29963 Author: Behdad Esfahbod <behdad@behdad.org>
29964 Date:   Thu May 17 20:50:38 2012 -0400
29965
29966     Prefer native atomic/mutex ops to glib's
29967
29968  src/hb-atomic-private.hh | 29 ++++++++++++++++-------------
29969  src/hb-mutex-private.hh  | 24 ++++++++++++++----------
29970  2 files changed, 30 insertions(+), 23 deletions(-)
29971
29972 commit ec3ba4b96fc4f262db1ff9f906628c32f26c9b7d
29973 Author: Behdad Esfahbod <behdad@behdad.org>
29974 Date:   Thu May 17 20:30:46 2012 -0400
29975
29976     Move atomic ops into their own header
29977
29978  src/Makefile.am          |  1 +
29979  src/hb-atomic-private.hh | 78
29980  ++++++++++++++++++++++++++++++++++++++++++++++++
29981  src/hb-mutex-private.hh  |  1 -
29982  src/hb-object-private.hh | 52 ++------------------------------
29983  src/hb-warning.cc        |  2 +-
29984  5 files changed, 82 insertions(+), 52 deletions(-)
29985
29986 commit de0878395be5c72d7058faac8f64715bdd42eb3b
29987 Author: Behdad Esfahbod <behdad@behdad.org>
29988 Date:   Thu May 17 20:15:49 2012 -0400
29989
29990     Update TODO
29991
29992  TODO | 12 ++++++++----
29993  1 file changed, 8 insertions(+), 4 deletions(-)
29994
29995 commit c87b317f0eb118e67134e8e419a6d65e0fa40d30
29996 Author: Behdad Esfahbod <behdad@behdad.org>
29997 Date:   Tue May 15 23:53:18 2012 -0400
29998
29999     [util] Add hb-ot-shape-closure tool
30000
30001     Computes all the glyphs that may be generated given a font and
30002     set of Unicode characters.
30003
30004     The order of the Unicode characters is irrelevant.
30005
30006     Sample output:
30007
30008     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf f
30009     f f_f
30010
30011     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf i
30012     i
30013
30014     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf fi
30015     f f_i f_f_i f_f i
30016
30017     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ب
30018     uni0628 uni0628.init uni0628.medi uni0628.fina
30019
30020     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ا
30021     uni0627 uni0627.fina
30022
30023     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
30024     uni0627 uni0627.fina uni0628 uni0628.init uni0628.medi uni0628.fina
30025
30026     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
30027     --no-glyph-names
30028     5 6 133 134 135 136
30029
30030  configure.ac                |   2 +-
30031  util/Makefile.am            |  22 ++++++---
30032  util/hb-ot-shape-closure.cc | 112
30033  ++++++++++++++++++++++++++++++++++++++++++++
30034  util/options.hh             |  12 +++++
30035  4 files changed, 140 insertions(+), 8 deletions(-)
30036
30037 commit 45675e589e6ef9f81b2a4199cf33e3e7778433a8
30038 Author: Behdad Esfahbod <behdad@behdad.org>
30039 Date:   Tue May 15 23:10:39 2012 -0400
30040
30041     [util] Refactor to accommodate for upcoming new tool
30042
30043  util/Makefile.am                       | 10 +++--
30044  util/hb-shape.cc                       | 70
30045  +++++++++++++++-------------------
30046  util/hb-view.cc                        |  8 ++--
30047  util/{hb-view.hh => main-font-text.hh} | 48 +++++++++++------------
30048  util/shape-consumer.hh                 | 69
30049  +++++++++++++++++++++++++++++++++
30050  5 files changed, 135 insertions(+), 70 deletions(-)
30051
30052 commit 1d6846db9ebf84561bb30a4e48c6c43184914099
30053 Author: Behdad Esfahbod <behdad@behdad.org>
30054 Date:   Sun May 13 18:09:29 2012 +0200
30055
30056     [Indic] Apply vatu feature after cjct
30057
30058     Testing with old Deva spec this reduces failures.
30059     Test sequence: U+0915,U+094D,U+0930.
30060
30061  src/hb-ot-shape-complex-indic.cc | 6 +++---
30062  1 file changed, 3 insertions(+), 3 deletions(-)
30063
30064 commit 8caf5dcd66550351c6038b9ae7ecc5254eed64ff
30065 Author: Behdad Esfahbod <behdad@behdad.org>
30066 Date:   Sun May 13 17:10:18 2012 +0200
30067
30068     Minor
30069
30070  util/ansi-print.cc | 67
30071  +++++++++++++++++++++++++++---------------------------
30072  1 file changed, 33 insertions(+), 34 deletions(-)
30073
30074 commit 617f4ac46f1084859d2034c08760e31e52d3bec3
30075 Author: Behdad Esfahbod <behdad@behdad.org>
30076 Date:   Sun May 13 16:48:03 2012 +0200
30077
30078     Refactor
30079
30080  src/hb-ot-shape-complex-indic.cc | 44
30081  +++++++++++++++++++++-------------------
30082  1 file changed, 23 insertions(+), 21 deletions(-)
30083
30084 commit 5e4e21fce4b548b0b8a5951bc8f35a9f27428192
30085 Author: Behdad Esfahbod <behdad@behdad.org>
30086 Date:   Sun May 13 16:46:08 2012 +0200
30087
30088     Revert "[Indic] Refactoring"
30089
30090     This reverts commit 0831061efb78983b9c6e1e72574c977e56383c08.
30091
30092  src/hb-ot-shape-complex-indic.cc | 28 ++++++++--------------------
30093  1 file changed, 8 insertions(+), 20 deletions(-)
30094
30095 commit 3f18236a03880c0960f5990dc90685f6146951a6
30096 Author: Behdad Esfahbod <behdad@behdad.org>
30097 Date:   Sun May 13 16:20:10 2012 +0200
30098
30099     Fix more warnings
30100
30101  src/hb-ot-layout-common-private.hh | 2 +-
30102  src/hb-ot-layout-gsub-table.hh     | 2 +-
30103  src/hb-ot-shape-complex-indic.cc   | 8 ++++----
30104  3 files changed, 6 insertions(+), 6 deletions(-)
30105
30106 commit 9f377ed3210fe7d9f15e0c4f82020556f9a8f6f0
30107 Author: Behdad Esfahbod <behdad@behdad.org>
30108 Date:   Sun May 13 16:13:44 2012 +0200
30109
30110     Fix more unused-var warnings
30111
30112  src/hb-ot-shape-complex-arabic.cc |  7 +++++--
30113  src/hb-ot-shape-complex-indic.cc  | 25 ++++++++++++++++++-------
30114  src/hb-ot-shape-complex-misc.cc   | 21 +++++++++++++++------
30115  src/hb-ot-shape-normalize.cc      | 13 ++++++-------
30116  src/hb-set.cc                     |  2 +-
30117  5 files changed, 45 insertions(+), 23 deletions(-)
30118
30119 commit d993e72331c6c4c783b803e01e4d4a02c8e3eb77
30120 Author: Behdad Esfahbod <behdad@behdad.org>
30121 Date:   Sun May 13 16:04:36 2012 +0200
30122
30123     Fix hb_face_set_index()
30124
30125  src/hb-font.cc | 2 +-
30126  1 file changed, 1 insertion(+), 1 deletion(-)
30127
30128 commit 93345edcbea49bdf0e22f26b5b74a23e601dfab4
30129 Author: Behdad Esfahbod <behdad@behdad.org>
30130 Date:   Sun May 13 16:01:08 2012 +0200
30131
30132     Fix warnings
30133
30134  src/hb-fallback-shape.cc |  4 ++--
30135  src/hb-private.hh        | 54
30136  ++++++++++++++++++++++++------------------------
30137  2 files changed, 29 insertions(+), 29 deletions(-)
30138
30139 commit eace47b173807d94b29a6490d0bc3c9f8f6168d1
30140 Author: Behdad Esfahbod <behdad@behdad.org>
30141 Date:   Sun May 13 15:54:43 2012 +0200
30142
30143     Minor
30144
30145  src/hb-ot-shape-complex-indic.cc | 2 +-
30146  1 file changed, 1 insertion(+), 1 deletion(-)
30147
30148 commit 99c2695759a6af855d565f4994bbdf220570bb48
30149 Author: Behdad Esfahbod <behdad@behdad.org>
30150 Date:   Sun May 13 15:45:18 2012 +0200
30151
30152     Add accessort to buffer for current info, current pos, and prev info
30153
30154  src/hb-buffer-private.hh             |  9 ++++++++
30155  src/hb-ot-layout-gpos-table.hh       | 44
30156  ++++++++++++++++++------------------
30157  src/hb-ot-layout-gsub-table.hh       | 28 +++++++++++------------
30158  src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++------------
30159  src/hb-ot-shape-complex-arabic.cc    |  4 ++--
30160  src/hb-ot-shape-complex-misc.cc      |  5 ++--
30161  src/hb-ot-shape-normalize.cc         | 16 ++++++-------
30162  src/hb-ot-shape.cc                   |  8 +++----
30163  8 files changed, 76 insertions(+), 66 deletions(-)
30164
30165 commit 6736f3c5b09af6a71935afc04248b033e171a9b2
30166 Author: Behdad Esfahbod <behdad@behdad.org>
30167 Date:   Sun May 13 15:21:06 2012 +0200
30168
30169     Minor
30170
30171  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
30172  1 file changed, 3 insertions(+), 4 deletions(-)
30173
30174 commit 5df809b655bb1318115651fd87d4555cdd9b41cb
30175 Author: Behdad Esfahbod <behdad@behdad.org>
30176 Date:   Sun May 13 15:17:51 2012 +0200
30177
30178     [GSUB/GPOS] Remove context_length
30179
30180     The spec doesn't say contextual matching should be done this way,
30181     and AOTS doesn't do it either.  It was inherited from old HarfBuzz.
30182     Remove it.
30183
30184  src/hb-ot-layout-common-private.hh   |  1 -
30185  src/hb-ot-layout-gpos-table.hh       |  3 ---
30186  src/hb-ot-layout-gsub-table.hh       |  6 ++----
30187  src/hb-ot-layout-gsubgpos-private.hh | 32
30188  +++++++++++---------------------
30189  4 files changed, 13 insertions(+), 29 deletions(-)
30190
30191 commit 28b9d502bb69a8045818d5f6113ded9c59a56bd7
30192 Author: Behdad Esfahbod <behdad@behdad.org>
30193 Date:   Sun May 13 15:04:00 2012 +0200
30194
30195     Minor
30196
30197  src/hb-ot-layout-gsubgpos-private.hh | 11 +++++------
30198  1 file changed, 5 insertions(+), 6 deletions(-)
30199
30200 commit 50f630c17ced1bd59b4da4f27728dcfbb876400a
30201 Author: Behdad Esfahbod <behdad@behdad.org>
30202 Date:   Sun May 13 13:03:44 2012 +0200
30203
30204     Remove ioctl checks
30205
30206     Ended up not using terminal size after all.
30207
30208  configure.ac       |  2 +-
30209  util/ansi-print.cc | 11 -----------
30210  2 files changed, 1 insertion(+), 12 deletions(-)
30211
30212 commit db0de7cd616e1e9d6fde6659e52a541477fb0148
30213 Author: Behdad Esfahbod <behdad@behdad.org>
30214 Date:   Sun May 13 13:02:38 2012 +0200
30215
30216     [util] Set ansi color only on color change
30217
30218  util/ansi-print.cc | 28 +++++++++++++++++++++++-----
30219  1 file changed, 23 insertions(+), 5 deletions(-)
30220
30221 commit 912c5ff80a255edb8145b9db69e2ed828f8eab5c
30222 Author: Behdad Esfahbod <behdad@behdad.org>
30223 Date:   Sun May 13 12:51:02 2012 +0200
30224
30225     Reduce default margin
30226
30227  util/options.hh | 2 +-
30228  1 file changed, 1 insertion(+), 1 deletion(-)
30229
30230 commit 52e7b1424a3613122e9ca30879298df42733acda
30231 Author: Behdad Esfahbod <behdad@behdad.org>
30232 Date:   Sun May 13 02:02:58 2012 +0200
30233
30234     [util] Make hb-view print out Unicode art if stdout is a terminal
30235
30236  configure.ac              |   4 +-
30237  util/Makefile.am          |   4 +
30238  util/ansi-print.cc        | 411
30239  ++++++++++++++++++++++++++++++++++++++++++++++
30240  util/ansi-print.hh        |  39 +++++
30241  util/helper-cairo-ansi.cc | 102 ++++++++++++
30242  util/helper-cairo-ansi.hh |  39 +++++
30243  util/helper-cairo.cc      |  70 +++++++-
30244  util/options.hh           |   3 +
30245  8 files changed, 668 insertions(+), 4 deletions(-)
30246
30247 commit 8b2753ce2bea8a21ea757186d86dc4a55d8c8b0c
30248 Author: Behdad Esfahbod <behdad@behdad.org>
30249 Date:   Sun May 13 00:54:07 2012 +0200
30250
30251     Minor
30252
30253  TODO | 2 ++
30254  1 file changed, 2 insertions(+)
30255
30256 commit 30874b4819a99cc84fa39e794266685e1b8735d2
30257 Author: Behdad Esfahbod <behdad@behdad.org>
30258 Date:   Sat May 12 15:54:27 2012 +0200
30259
30260     [util] Make tools default to stdin if no text is provided
30261
30262     One less argument to type in typical testing workflow!
30263
30264  util/hb-view.hh |  4 +++-
30265  util/options.cc | 12 +++++-------
30266  util/options.hh |  2 +-
30267  3 files changed, 9 insertions(+), 9 deletions(-)
30268
30269 commit 2097951110e33fe091ed9515ae77e2683c46c889
30270 Author: Behdad Esfahbod <behdad@behdad.org>
30271 Date:   Sat May 12 15:41:48 2012 +0200
30272
30273     [util] Change default font size of hb-view to 256
30274
30275     Most common usecase of hb-view is to test rendering of short words for
30276     testing / inspection.  Not having to type "--font-size 150" each time
30277     isn't such a bad idea...
30278
30279  util/options.hh | 4 ++--
30280  1 file changed, 2 insertions(+), 2 deletions(-)
30281
30282 commit 737dded2e08fcc19935db51c05201a987184d337
30283 Author: Behdad Esfahbod <behdad@behdad.org>
30284 Date:   Sat May 12 15:40:11 2012 +0200
30285
30286     Fix compiler warnings
30287
30288  src/hb-ot-shape-complex-indic.cc | 5 -----
30289  1 file changed, 5 deletions(-)
30290
30291 commit f538fcb538f1decb4100ba89457eb83f2350d64b
30292 Author: Behdad Esfahbod <behdad@behdad.org>
30293 Date:   Sat May 12 15:34:40 2012 +0200
30294
30295     [test] Make tool usage easier by not requiring "--stdin"
30296
30297     Just default to it.  Added "--help" instead to get usage.
30298
30299  test/shaping/hb_test_tools.py | 9 ++++-----
30300  1 file changed, 4 insertions(+), 5 deletions(-)
30301
30302 commit a3273e30bb7ffd727ffc18af5716dfef705d3d94
30303 Author: Behdad Esfahbod <behdad@behdad.org>
30304 Date:   Sat May 12 13:34:18 2012 +0200
30305
30306     [Indic] Add more Malayalam tests
30307
30308  .../indic/script-malayalam/misc/misc.txt           | 38
30309  ++++++++++++++++++++++
30310  1 file changed, 38 insertions(+)
30311
30312 commit 7f852b644b8143492a02edfc853114aaa23446bd
30313 Author: Behdad Esfahbod <behdad@behdad.org>
30314 Date:   Fri May 11 23:10:31 2012 +0200
30315
30316     Fix compiler warnings
30317
30318  src/hb-ot-shape-complex-indic.cc   | 2 +-
30319  src/hb-ot-shape-complex-private.hh | 2 +-
30320  2 files changed, 2 insertions(+), 2 deletions(-)
30321
30322 commit f7e8dcfd4fc377e3d786b097beb656284240456d
30323 Author: Behdad Esfahbod <behdad@behdad.org>
30324 Date:   Fri May 11 22:00:06 2012 +0200
30325
30326     [Indic] Unbreak Devanagari
30327
30328     And this, concludes the HarfBuzz Massala Hackfest.
30329
30330     I like to specially thank Jonathan Kew for doing all the decription
30331     and
30332     letting me get commit points.
30333
30334  configure.ac                             | 2 +-
30335  src/hb-ot-shape-complex-indic-private.hh | 2 +-
30336  2 files changed, 2 insertions(+), 2 deletions(-)
30337
30338 commit 6a091df9b403b147ef78f3974610dedf4ce1e08a
30339 Author: Behdad Esfahbod <behdad@behdad.org>
30340 Date:   Fri May 11 21:42:27 2012 +0200
30341
30342     [Indic] Disambiguate sub vs post vs above matras
30343
30344     Bengali is at *just* above 5% now.
30345
30346  src/hb-ot-shape-complex-indic-private.hh | 31
30347  +++++++++++++++----------------
30348  src/hb-ot-shape-complex-indic.cc         | 12 ++++++------
30349  2 files changed, 21 insertions(+), 22 deletions(-)
30350
30351 commit 9d0d319a4a7e85d922e58fade0f40caae1c9f109
30352 Author: Behdad Esfahbod <behdad@behdad.org>
30353 Date:   Fri May 11 21:36:32 2012 +0200
30354
30355     [Indic] Position Bengali Reph before matras
30356
30357  src/hb-ot-shape-complex-indic.cc | 62
30358  +++++++++++++++++++++++-----------------
30359  1 file changed, 36 insertions(+), 26 deletions(-)
30360
30361 commit f89367251109af235f4f0446c13c261a5a4a6f72
30362 Author: Behdad Esfahbod <behdad@behdad.org>
30363 Date:   Fri May 11 21:10:03 2012 +0200
30364
30365     [Indic] Start categorizing Reph per script
30366
30367  src/hb-ot-shape-complex-indic.cc | 41
30368  ++++++++++++++++++++++++++++++++++------
30369  1 file changed, 35 insertions(+), 6 deletions(-)
30370
30371 commit a913b024d84973556094fd64ce5f0b7106fcc3b5
30372 Author: Behdad Esfahbod <behdad@behdad.org>
30373 Date:   Fri May 11 20:59:26 2012 +0200
30374
30375     [Indic] Apply 'init' feature for Bengali
30376
30377     Error down from 20% to 7%.
30378
30379  src/hb-ot-shape-complex-indic.cc | 15 +++++++++++++++
30380  1 file changed, 15 insertions(+)
30381
30382 commit eed903b1644e087178438959664a6a57bebc398b
30383 Author: Behdad Esfahbod <behdad@behdad.org>
30384 Date:   Fri May 11 20:50:53 2012 +0200
30385
30386     [Indic] Refactor for the arrival of 'init' feature
30387
30388     Yep, on Bengali now!
30389
30390  src/hb-ot-shape-complex-indic.cc | 52
30391  +++++++++++++++++++++++++++-------------
30392  1 file changed, 36 insertions(+), 16 deletions(-)
30393
30394 commit 18c06e189bd078affbb84c3bb5bb80687a227c5e
30395 Author: Behdad Esfahbod <behdad@behdad.org>
30396 Date:   Fri May 11 20:02:14 2012 +0200
30397
30398     [Indic] Add Uniscribe bug feature for dotted circle
30399
30400     For dotted-circle independent clusters, Uniscribe does no Reph shaping
30401     for the exact sequence Ra+Halant+25CC.  Which also is the only
30402     possible
30403     sequence with 25CC at the end.
30404
30405  src/hb-ot-shape-complex-indic-machine.rl |  4 +++-
30406  src/hb-ot-shape-complex-indic-private.hh |  3 ++-
30407  src/hb-ot-shape-complex-indic.cc         | 20 ++++++++++++++++----
30408  3 files changed, 21 insertions(+), 6 deletions(-)
30409
30410 commit 5b16de97bcc4b24da4c77ca6c1a42e814d8cdbd1
30411 Author: Behdad Esfahbod <behdad@behdad.org>
30412 Date:   Fri May 11 19:55:42 2012 +0200
30413
30414     [Indic] Add tests for dottedcircle
30415
30416  .../in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST     | 1 +
30417  .../shaper-indic/indic/script-devanagari/misc/dottedcircle.txt     |
30418  7 +++++++
30419  2 files changed, 8 insertions(+)
30420
30421 commit 0831061efb78983b9c6e1e72574c977e56383c08
30422 Author: Behdad Esfahbod <behdad@behdad.org>
30423 Date:   Fri May 11 19:07:58 2012 +0200
30424
30425     [Indic] Refactoring
30426
30427  src/hb-ot-shape-complex-indic.cc | 26 ++++++++++++++++++--------
30428  1 file changed, 18 insertions(+), 8 deletions(-)
30429
30430 commit 7ea58db311bfb0d8f804d1e9f4a1f004bd45075a
30431 Author: Behdad Esfahbod <behdad@behdad.org>
30432 Date:   Fri May 11 18:58:57 2012 +0200
30433
30434     Minor
30435
30436  src/hb-ot-shape-complex-indic.cc | 6 +++---
30437  1 file changed, 3 insertions(+), 3 deletions(-)
30438
30439 commit 9c09928989316e2befe00d52ed66e055637ccd36
30440 Author: Behdad Esfahbod <behdad@behdad.org>
30441 Date:   Fri May 11 18:46:35 2012 +0200
30442
30443     [Indic] Allow multiple Consonants in Vowel/NBSP syllables
30444
30445     Uniscribe allows multiple Halant+Consonant after a Vowel.
30446     Tests:
30447     ↦       * U+0905,U+094D,U+092B,U+094D,930,94d,930
30448
30449  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
30450  1 file changed, 3 insertions(+), 3 deletions(-)
30451
30452 commit 8c0aa486f31e9b6cbb31ce295573b53b0a214124
30453 Author: Behdad Esfahbod <behdad@behdad.org>
30454 Date:   Fri May 11 18:13:42 2012 +0200
30455
30456     [Indic] Allow two Nuktas per consonant
30457
30458     Uniscribe allows up to two nuktas per consonant and one per matra. It
30459     does so
30460     indepent of whether the consonant already has a nukta in it.  Tests:
30461
30462             * U+0916,U+093C,U+0941
30463             * U+0959,U+093C,U+0941
30464             * U+0916,U+093C,U+093C,U+0941
30465             * U+0959,U+093C,U+093C,U+0941
30466             * U+0916,U+093C,U+093C,U+093C,U+0941
30467             * U+0959,U+093C,U+093C,U+093C,U+0941
30468             * 915,93c,93c,,94d,U+0916,U+093C,U+093C,U+093e,93c,93c
30469
30470  src/hb-ot-shape-complex-indic-machine.rl | 7 ++++---
30471  1 file changed, 4 insertions(+), 3 deletions(-)
30472
30473 commit 3399a06e7033651ee926448737bdb18e553c1796
30474 Author: Behdad Esfahbod <behdad@behdad.org>
30475 Date:   Fri May 11 17:54:26 2012 +0200
30476
30477     [Indic] Fix U+0952 and similar classification to match Uniscribe
30478
30479     See comments.
30480
30481  src/hb-ot-shape-complex-indic-machine.rl |  1 +
30482  src/hb-ot-shape-complex-indic.cc         | 16 +++++++++++-----
30483  2 files changed, 12 insertions(+), 5 deletions(-)
30484
30485 commit 11aa3ef18dbc6ac9561bd119f5ca2c1aa1209c3a
30486 Author: Behdad Esfahbod <behdad@behdad.org>
30487 Date:   Fri May 11 17:30:48 2012 +0200
30488
30489     [Indic] Treat U+0951..U+0954 all similar to U+0952
30490
30491  src/hb-ot-shape-complex-indic.cc | 3 ++-
30492  1 file changed, 2 insertions(+), 1 deletion(-)
30493
30494 commit 5f131d3226131df440d7f36655e57f6effcae204
30495 Author: Behdad Esfahbod <behdad@behdad.org>
30496 Date:   Fri May 11 17:29:40 2012 +0200
30497
30498     [GSUB/GPOS/Indic] Apply GSUB/GPOS within syllables only
30499
30500     This does not apply to the context matchings.
30501
30502     This regresses tests right now.  And we are not sure whether this is
30503     the right thing to do for GPOS.  But we'll figure out.
30504
30505  src/hb-ot-layout-gsubgpos-private.hh | 18 ++++++++++++------
30506  1 file changed, 12 insertions(+), 6 deletions(-)
30507
30508 commit 8fd83aaf6e50c2c25002c51fee26d82847a61769
30509 Author: Behdad Esfahbod <behdad@behdad.org>
30510 Date:   Fri May 11 17:18:37 2012 +0200
30511
30512     [GSUB/GPOS] Fix wrong buffer access in backward skippy mask matching
30513
30514  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
30515  1 file changed, 1 insertion(+), 1 deletion(-)
30516
30517 commit ff24d1081af08a887895975285d7e38f5d07bc37
30518 Author: Behdad Esfahbod <behdad@behdad.org>
30519 Date:   Fri May 11 17:07:08 2012 +0200
30520
30521     [Indic] Don't use syllable serial value 0
30522
30523  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
30524  1 file changed, 2 insertions(+), 1 deletion(-)
30525
30526 commit 892eb7878238d810a2a70f9dadbf958207bfeaa1
30527 Author: Behdad Esfahbod <behdad@behdad.org>
30528 Date:   Fri May 11 16:54:40 2012 +0200
30529
30530     [Indic] Implement Uniscribe Reph+Matra+Halant bug feature
30531
30532  src/hb-ot-shape-complex-indic.cc | 14 +++++++++-----
30533  1 file changed, 9 insertions(+), 5 deletions(-)
30534
30535 commit 67ea29af49bb08ee679914076808327992cf6676
30536 Author: Behdad Esfahbod <behdad@behdad.org>
30537 Date:   Fri May 11 16:51:23 2012 +0200
30538
30539     [Indic] Add example of different Uniscribe behavior
30540
30541  src/hb-ot-shape-complex-indic.cc | 5 ++++-
30542  1 file changed, 4 insertions(+), 1 deletion(-)
30543
30544 commit ebe29733d44fe0fa9fb30f946ab0dd7a40336a24
30545 Author: Behdad Esfahbod <behdad@behdad.org>
30546 Date:   Fri May 11 16:43:12 2012 +0200
30547
30548     [Indic] Add runtime Uniscribe bug compatibility mode!
30549
30550     Enable by setting envvar:
30551
30552       HB_OT_INDIC_OPTIONS=uniscribe-bug-compatible
30553
30554     Plus, LeftMatra+Halant "feature".
30555
30556  src/hb-ot-shape-complex-indic.cc | 44
30557  ++++++++++++++++++++++++++++++----------
30558  1 file changed, 33 insertions(+), 11 deletions(-)
30559
30560 commit 616e692e2950d326b6c46aba5b5bead3cc29d315
30561 Author: Behdad Esfahbod <behdad@behdad.org>
30562 Date:   Fri May 11 16:25:02 2012 +0200
30563
30564     [Indic] Add #define UNISCRIBE_BUG_COMPATIBLE 1
30565
30566  src/hb-ot-shape-complex-indic.cc | 3 ++-
30567  1 file changed, 2 insertions(+), 1 deletion(-)
30568
30569 commit 6782bdae3be0357da1dadc7b806a43ceefa67a90
30570 Author: Behdad Esfahbod <behdad@behdad.org>
30571 Date:   Fri May 11 16:23:43 2012 +0200
30572
30573     [Indic] Fix Left Matra + Halant reordering
30574
30575     As can be seen in: U+092B,U+093F,U+094D
30576
30577  src/hb-ot-shape-complex-indic.cc | 6 ++++--
30578  1 file changed, 4 insertions(+), 2 deletions(-)
30579
30580 commit 3c2ea9481b1028e927e615a5434ebf8edcb5f891
30581 Author: Behdad Esfahbod <behdad@behdad.org>
30582 Date:   Fri May 11 16:23:38 2012 +0200
30583
30584     Minor
30585
30586  src/hb-ot-shape-complex-indic.cc | 73
30587  ++++++++++++++++++++--------------------
30588  1 file changed, 37 insertions(+), 36 deletions(-)
30589
30590 commit c071b99f150a9344a2056dfeba8c613f8a5602db
30591 Author: Behdad Esfahbod <behdad@behdad.org>
30592 Date:   Fri May 11 16:22:46 2012 +0200
30593
30594     [Indic] Add test for Left Matra with Halant
30595
30596     Uniscribe doesn't move the Halant, we do.  And do a broken job of
30597     it now.
30598
30599  .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt
30600  | 1 +
30601  1 file changed, 1 insertion(+)
30602
30603 commit 203d71069c45048b6dd8fa22b61fd8f2c844b4f6
30604 Author: Behdad Esfahbod <behdad@behdad.org>
30605 Date:   Fri May 11 16:01:44 2012 +0200
30606
30607     [GSUB/GPOS] Check all glyph masks when matching input
30608
30609  src/hb-ot-layout-gsubgpos-private.hh | 18 ++++++++++++------
30610  1 file changed, 12 insertions(+), 6 deletions(-)
30611
30612 commit 668c6046c1b3af3bd316bda0cc8636f2a5e8df42
30613 Author: Behdad Esfahbod <behdad@behdad.org>
30614 Date:   Fri May 11 15:34:13 2012 +0200
30615
30616     [Indic] Apply Reph mask to all POS_REPH glyphs
30617
30618     Needed for upcoming changes to GSUB/GPOS mask matching.
30619
30620  src/hb-ot-shape-complex-indic.cc | 4 ++--
30621  1 file changed, 2 insertions(+), 2 deletions(-)
30622
30623 commit 4be46bade26faf13f7b4d447e9cc608e183955dc
30624 Author: Behdad Esfahbod <behdad@behdad.org>
30625 Date:   Fri May 11 14:39:01 2012 +0200
30626
30627     [Indic] Fix state machine to backtrack
30628
30629  src/hb-ot-shape-complex-indic-machine.rl | 42
30630  +++++++++++++++-----------------
30631  src/hb-private.hh                        |  2 ++
30632  2 files changed, 21 insertions(+), 23 deletions(-)
30633
30634 commit cee7187447b76b22e1bb6136d137b35ac49c3a5d
30635 Author: Behdad Esfahbod <behdad@behdad.org>
30636 Date:   Fri May 11 11:41:39 2012 +0200
30637
30638     [Indic] Move syllable tracking from Indic to generic layer
30639
30640     This is to incorporate it into GSUB/GPOS processing.
30641
30642  src/hb-ot-layout-gpos-table.hh           |  1 +
30643  src/hb-ot-layout-gsub-table.hh           |  3 ++-
30644  src/hb-ot-layout-gsubgpos-private.hh     |  3 ---
30645  src/hb-ot-layout-private.hh              |  4 +---
30646  src/hb-ot-shape-complex-indic-machine.rl |  2 +-
30647  src/hb-ot-shape-complex-indic-private.hh |  1 -
30648  src/hb-ot-shape-complex-indic.cc         |  8 +++-----
30649  src/hb-ot-shape-complex-private.hh       | 13 ++++++++-----
30650  8 files changed, 16 insertions(+), 19 deletions(-)
30651
30652 commit 3bf27a9f0e92aa31b464bd3b9fdea5933c9ae8b1
30653 Author: Behdad Esfahbod <behdad@behdad.org>
30654 Date:   Fri May 11 11:17:23 2012 +0200
30655
30656     [Indic] Disable conjuncts when a ZWJ happens
30657
30658     Not that the code makes any difference since the presence of ZWJ
30659     itself
30660     causes the ligature to fail to match anyway.
30661
30662  src/hb-ot-shape-complex-indic.cc | 7 +------
30663  1 file changed, 1 insertion(+), 6 deletions(-)
30664
30665 commit c6d904d67db589dd6209928e56504f04f6a07756
30666 Author: Behdad Esfahbod <behdad@behdad.org>
30667 Date:   Fri May 11 11:07:40 2012 +0200
30668
30669     [Indic] Fix bitops typo!
30670
30671     Another 1000 down!
30672
30673  src/hb-ot-shape-complex-indic.cc | 4 ++--
30674  1 file changed, 2 insertions(+), 2 deletions(-)
30675
30676 commit 55fe2cf79b11d9a63ea33b3ee76bd0ebca345157
30677 Author: Behdad Esfahbod <behdad@behdad.org>
30678 Date:   Fri May 11 03:45:28 2012 +0200
30679
30680     Make APPLY debug output print current index and codepoint
30681
30682     Yay!
30683
30684  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
30685  1 file changed, 1 insertion(+), 1 deletion(-)
30686
30687 commit 7bd2b04fea5649d77d796d58b7f4918fe0378ee5
30688 Author: Behdad Esfahbod <behdad@behdad.org>
30689 Date:   Fri May 11 03:40:58 2012 +0200
30690
30691     Minor
30692
30693  src/hb-object-private.hh | 8 +++++---
30694  1 file changed, 5 insertions(+), 3 deletions(-)
30695
30696 commit cf26510dbbd8d38486e6ba423800db6427ade332
30697 Author: Behdad Esfahbod <behdad@behdad.org>
30698 Date:   Fri May 11 03:35:08 2012 +0200
30699
30700     Some more...
30701
30702     Done.  I promise.
30703
30704  src/hb-object-private.hh | 1 +
30705  1 file changed, 1 insertion(+)
30706
30707 commit 9659523ca32b0e254d0e5fe387d817208d9cb6bf
30708 Author: Behdad Esfahbod <behdad@behdad.org>
30709 Date:   Fri May 11 03:33:36 2012 +0200
30710
30711     More beauty in debug output!
30712
30713  src/hb-private.hh | 12 +++++++-----
30714  1 file changed, 7 insertions(+), 5 deletions(-)
30715
30716 commit cf26e88a5ab477295479f5b9450c2019b6430eaa
30717 Author: Behdad Esfahbod <behdad@behdad.org>
30718 Date:   Fri May 11 03:16:57 2012 +0200
30719
30720     Finish off debug output beautification
30721
30722  src/hb-open-type-private.hh | 58
30723  ++++++++++++++++++++-------------------------
30724  1 file changed, 26 insertions(+), 32 deletions(-)
30725
30726 commit d7bba01a353efc7432c474dd8755a02db4abd2ae
30727 Author: Behdad Esfahbod <behdad@behdad.org>
30728 Date:   Fri May 11 02:46:26 2012 +0200
30729
30730     Only print class name in debug output if there's one available
30731
30732  src/hb-private.hh | 12 +++++++-----
30733  1 file changed, 7 insertions(+), 5 deletions(-)
30734
30735 commit 85f73fa8da1fbb864aef0f3a592b1d65e24d593d
30736 Author: Behdad Esfahbod <behdad@behdad.org>
30737 Date:   Fri May 11 02:40:42 2012 +0200
30738
30739     Only printout class name in tracing, if one is available
30740
30741     Makes debug output much more pleasant.
30742
30743  src/hb-private.hh | 8 ++++++--
30744  1 file changed, 6 insertions(+), 2 deletions(-)
30745
30746 commit 98619ce4fa650c593b030d06d2f89fec83a10015
30747 Author: Behdad Esfahbod <behdad@behdad.org>
30748 Date:   Fri May 11 02:34:06 2012 +0200
30749
30750     Minor
30751
30752  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
30753  1 file changed, 2 insertions(+)
30754
30755 commit acea183e986dd378c6f95120fe0feb0586a8ef36
30756 Author: Behdad Esfahbod <behdad@behdad.org>
30757 Date:   Fri May 11 02:33:11 2012 +0200
30758
30759     Add return annotation for APPLY
30760
30761  src/hb-ot-layout-gpos-table.hh       | 163
30762  +++++++++++++++--------------------
30763  src/hb-ot-layout-gsub-table.hh       | 114 +++++++++++-------------
30764  src/hb-ot-layout-gsubgpos-private.hh |  83 ++++++++----------
30765  3 files changed, 151 insertions(+), 209 deletions(-)
30766
30767 commit 5ccfe8e2154ad0b58dabcc236bbe9478c17b02ab
30768 Author: Behdad Esfahbod <behdad@behdad.org>
30769 Date:   Fri May 11 02:19:41 2012 +0200
30770
30771     /Minor/
30772
30773  src/hb-private.hh | 2 +-
30774  1 file changed, 1 insertion(+), 1 deletion(-)
30775
30776 commit 0ab8c8621712d33e1e91dfdb4ad0b335e3d2a3fb
30777 Author: Behdad Esfahbod <behdad@behdad.org>
30778 Date:   Fri May 11 01:25:34 2012 +0200
30779
30780     Annotate SANITIZE return values
30781
30782     More to come, for APPLY, CLOSURE, etc.
30783
30784  src/hb-open-file-private.hh          |  23 ++---
30785  src/hb-open-type-private.hh          |  49 +++++-----
30786  src/hb-ot-head-table.hh              |   4 +-
30787  src/hb-ot-hhea-table.hh              |   4 +-
30788  src/hb-ot-hmtx-table.hh              |   4 +-
30789  src/hb-ot-layout-common-private.hh   |  51 +++++-----
30790  src/hb-ot-layout-gdef-table.hh       |  48 +++++-----
30791  src/hb-ot-layout-gpos-table.hh       | 180
30792  ++++++++++++++++-------------------
30793  src/hb-ot-layout-gsub-table.hh       | 101 +++++++++-----------
30794  src/hb-ot-layout-gsubgpos-private.hh |  88 ++++++++---------
30795  src/hb-ot-maxp-table.hh              |   7 +-
30796  src/hb-ot-name-table.hh              |  17 ++--
30797  src/hb-private.hh                    |  39 ++++++--
30798  13 files changed, 299 insertions(+), 316 deletions(-)
30799
30800 commit 829e814ff358c5e700ba4df54932696801aa9f65
30801 Author: Behdad Esfahbod <behdad@behdad.org>
30802 Date:   Fri May 11 00:52:16 2012 +0200
30803
30804     Minor
30805
30806  src/hb-private.hh | 32 ++++++++++----------------------
30807  1 file changed, 10 insertions(+), 22 deletions(-)
30808
30809 commit 6eec6f406d2cc13dbca422e88492d3d498af02bf
30810 Author: Behdad Esfahbod <behdad@behdad.org>
30811 Date:   Fri May 11 00:50:38 2012 +0200
30812
30813     Code reshuffling
30814
30815  src/hb-private.hh | 36 +++++++++++++++++++++++++-----------
30816  1 file changed, 25 insertions(+), 11 deletions(-)
30817
30818 commit 1e08830b4fac3a60ae52349cab6e101d389d30cd
30819 Author: Behdad Esfahbod <behdad@behdad.org>
30820 Date:   Fri May 11 00:16:40 2012 +0200
30821
30822     Beautify debug output
30823
30824  src/hb-open-type-private.hh | 20 ++++++------
30825  src/hb-private.hh           | 74
30826  +++++++++++++++++++++++++++------------------
30827  2 files changed, 55 insertions(+), 39 deletions(-)
30828
30829 commit 6f4553801729a06e506ffdde7b27c72780d4bb80
30830 Author: Behdad Esfahbod <behdad@behdad.org>
30831 Date:   Thu May 10 23:24:43 2012 +0200
30832
30833     More massaging trace messaging
30834
30835  src/hb-open-type-private.hh          | 2 +-
30836  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
30837  src/hb-private.hh                    | 4 ++--
30838  3 files changed, 5 insertions(+), 5 deletions(-)
30839
30840 commit b5fa37cb694b01a7df3a656710391c40dd3fcc04
30841 Author: Behdad Esfahbod <behdad@behdad.org>
30842 Date:   Thu May 10 23:09:48 2012 +0200
30843
30844     Minor
30845
30846  src/hb-set-private.hh | 2 +-
30847  1 file changed, 1 insertion(+), 1 deletion(-)
30848
30849 commit 208109703c929428c684ddcf9310b8ba780c4c31
30850 Author: Behdad Esfahbod <behdad@behdad.org>
30851 Date:   Thu May 10 23:06:58 2012 +0200
30852
30853     Better trace message support infrastructure
30854
30855     We have varargs in the trace interface now.  To be used soon...
30856
30857  src/hb-open-type-private.hh          | 17 ++++------
30858  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
30859  src/hb-private.hh                    | 64
30860  ++++++++++++++++++++++++++----------
30861  3 files changed, 56 insertions(+), 29 deletions(-)
30862
30863 commit 02b2922fbf098c8282eb23dc2c54d5829cf67024
30864 Author: Behdad Esfahbod <behdad@behdad.org>
30865 Date:   Thu May 10 21:44:50 2012 +0200
30866
30867     [Indic] Towards better Reph positioning
30868
30869     Fixed for Deva cases with two full-form consonants.  Failures **way**
30870     down.
30871     Not much left to go :-).
30872
30873  src/hb-ot-shape-complex-indic.cc | 111
30874  ++++++++++++++++++++++++++++-----------
30875  1 file changed, 80 insertions(+), 31 deletions(-)
30876
30877 commit 74e54cf446bb979e488685e8c09eeed6b9d03c24
30878 Author: Behdad Esfahbod <behdad@behdad.org>
30879 Date:   Thu May 10 21:20:37 2012 +0200
30880
30881     [Indic] Add Ra back for scripts without Reph
30882
30883     We now check that the 'rphp' table exists before forming Reph, so
30884     we don't need to comment out Ra for those scripts.
30885
30886  src/hb-ot-shape-complex-indic-private.hh | 10 +++++-----
30887  1 file changed, 5 insertions(+), 5 deletions(-)
30888
30889 commit 2b70df5cc008617453b12bafeaac50e6d61b3224
30890 Author: Behdad Esfahbod <behdad@behdad.org>
30891 Date:   Thu May 10 18:38:22 2012 +0200
30892
30893     [Indic] Add note re Uniscribe clusters
30894
30895  src/hb-ot-shape-complex-indic.cc | 4 ++++
30896  1 file changed, 4 insertions(+)
30897
30898 commit 21d2803133c2c424ed37a9f3d17c7fc4963e5a60
30899 Author: Behdad Esfahbod <behdad@behdad.org>
30900 Date:   Thu May 10 18:34:34 2012 +0200
30901
30902     [Indic] Do clustering like Uniscribe does
30903
30904     Hindi Wikipedia failures down to 6639 (0.938381%)!
30905
30906  src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++++++++++----
30907  1 file changed, 20 insertions(+), 4 deletions(-)
30908
30909 commit b20c9ebaf5176101fdfcffbe4714a2e619dd94b6
30910 Author: Behdad Esfahbod <behdad@behdad.org>
30911 Date:   Thu May 10 18:31:17 2012 +0200
30912
30913     [Indic] Add test for matra group
30914
30915     The spec says: "[{M}+[N]+[H]]", and that's what Uniscribe implements.
30916     We instead do: "{M+[N]+[H]}", which means we allow Nukta and Halant
30917     after all Matras, not just the last one.  It makes more sense.
30918
30919  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST
30920  | 1 +
30921  .../shaper-indic/indic/script-devanagari/misc/spec-deviations.txt
30922  | 1 +
30923  2 files changed, 2 insertions(+)
30924
30925 commit 8df5636968389ac7bf8620ccd091fd4872b0bbee
30926 Author: Behdad Esfahbod <behdad@behdad.org>
30927 Date:   Thu May 10 15:41:04 2012 +0200
30928
30929     [Indic] Reorder Reph to before the Halant after Matras
30930
30931     Uniscribe doesn't do it, but we want to do as it gives the Reph the
30932     opportunity to interact with the Matras.  Test with mangal for
30933     example.
30934     Sequence: <0930,094d,0915,094b,094d>
30935     In test suite already.
30936
30937  src/hb-ot-shape-complex-indic.cc | 12 ++++++++++++
30938  1 file changed, 12 insertions(+)
30939
30940 commit daf3234bdc82c669302599a76d2b14f5e69989db
30941 Author: Behdad Esfahbod <behdad@behdad.org>
30942 Date:   Thu May 10 15:28:27 2012 +0200
30943
30944     [Indic] Don't clear the mask for Reph
30945
30946     This was removing the mandatory global 1 bit in the mask and hence
30947     disabling GPOS for Reph!
30948
30949  src/hb-ot-shape-complex-indic.cc | 2 +-
30950  1 file changed, 1 insertion(+), 1 deletion(-)
30951
30952 commit 7708ee23cbcc8c8edce13e73b6e549b77bd8c2d0
30953 Author: Behdad Esfahbod <behdad@behdad.org>
30954 Date:   Thu May 10 14:48:25 2012 +0200
30955
30956     [Indic] Improve Left Matra repositioning
30957
30958     Move its dependents too.
30959
30960  src/hb-ot-shape-complex-indic.cc | 2 +-
30961  1 file changed, 1 insertion(+), 1 deletion(-)
30962
30963 commit 61a58e26a5bda16851669404fc8206896e124740
30964 Author: Behdad Esfahbod <behdad@behdad.org>
30965 Date:   Thu May 10 14:43:53 2012 +0200
30966
30967     [Indic] Add tricky reordering test cases
30968
30969     In the case of Consonant,LeftMatra,Halant, Uniscribe leaves the Halant
30970     where it is, but we want to move it with the Matra as that makes more
30971     logical sense.
30972
30973  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST  |
30974  1 +
30975  .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt   |
30976  4 ++++
30977  2 files changed, 5 insertions(+)
30978
30979 commit dbb105883c6e9b83e78dc8b10766cd56b98cd7e1
30980 Author: Behdad Esfahbod <behdad@behdad.org>
30981 Date:   Thu May 10 13:45:52 2012 +0200
30982
30983     [Indic] Do Reph repositioning in final reordering like the spec says
30984
30985     This introduced a failure, which we tracked down to a test case
30986     like this:
30987
30988       U+092E,U+094B,U+094D,U+0930
30989
30990     The final character is a Ra that should be put in a syllable of it's
30991     own.  And we do.  But it will interact with the Halant before it.  So
30992     now we finally are convinced that we have to limit features to
30993     syllable
30994     boundaries.  That's coming after lunch!
30995
30996  src/hb-ot-shape-complex-indic-private.hh |   2 -
30997  src/hb-ot-shape-complex-indic.cc         | 103
30998  +++++++++++++++++++------------
30999  2 files changed, 64 insertions(+), 41 deletions(-)
31000
31001 commit 4705a7026900e51f6430f03a73c87f2df035df92
31002 Author: Behdad Esfahbod <behdad@behdad.org>
31003 Date:   Thu May 10 13:09:08 2012 +0200
31004
31005     Minor
31006
31007  src/hb-ot-shape-complex-indic.cc | 3 +++
31008  1 file changed, 3 insertions(+)
31009
31010 commit 4ac9e98d9d2ea973dd612dc4063cf78496c643a0
31011 Author: Behdad Esfahbod <behdad@behdad.org>
31012 Date:   Thu May 10 12:53:53 2012 +0200
31013
31014     [Indic] Reorder left matras to be closer to base
31015
31016  src/hb-ot-shape-complex-indic-private.hh |  4 ---
31017  src/hb-ot-shape-complex-indic.cc         | 50
31018  +++++++++++++++++++++++++++++---
31019  2 files changed, 46 insertions(+), 8 deletions(-)
31020
31021 commit 1a1fa8c655a082fc1439608457ba717306cc83ca
31022 Author: Behdad Esfahbod <behdad@behdad.org>
31023 Date:   Thu May 10 12:20:21 2012 +0200
31024
31025     [Indic] Treat the standalone cluster case reusing the consonant logic
31026
31027  src/hb-ot-shape-complex-indic.cc | 12 ++++++------
31028  1 file changed, 6 insertions(+), 6 deletions(-)
31029
31030 commit 190eb31a16178269aecaf5d2ecc9012f956749f4
31031 Author: Behdad Esfahbod <behdad@behdad.org>
31032 Date:   Thu May 10 12:17:16 2012 +0200
31033
31034     [Indic] Minor
31035
31036  src/hb-ot-shape-complex-indic.cc | 2 +-
31037  1 file changed, 1 insertion(+), 1 deletion(-)
31038
31039 commit c5306b6861cfaa50af40e8ceb058791fa06d7981
31040 Author: Behdad Esfahbod <behdad@behdad.org>
31041 Date:   Thu May 10 12:07:33 2012 +0200
31042
31043     [Indic] Handle Vowel syllables
31044
31045     Reusing the consonant logic!
31046
31047  src/hb-ot-shape-complex-indic-private.hh |  3 +--
31048  src/hb-ot-shape-complex-indic.cc         | 11 ++++++-----
31049  2 files changed, 7 insertions(+), 7 deletions(-)
31050
31051 commit 6d8e0cb74c02f6bc09cd4abe9e4bc82062e1b517
31052 Author: Behdad Esfahbod <behdad@behdad.org>
31053 Date:   Thu May 10 11:41:51 2012 +0200
31054
31055     [Indic] Simplify Reph logic
31056
31057  src/hb-ot-shape-complex-indic.cc | 24 +++++-------------------
31058  1 file changed, 5 insertions(+), 19 deletions(-)
31059
31060 commit 3d25079f8d6be81b9b4b91d3a97016b8a572f571
31061 Author: Behdad Esfahbod <behdad@behdad.org>
31062 Date:   Thu May 10 11:37:42 2012 +0200
31063
31064     [Indic] Don't form Reph is Ra is the only consonant in the syllable
31065
31066  src/hb-ot-shape-complex-indic-private.hh |  2 +-
31067  src/hb-ot-shape-complex-indic.cc         | 10 ++++++++++
31068  2 files changed, 11 insertions(+), 1 deletion(-)
31069
31070 commit b99d63ae114fb58f129562b293a8a66543d499ad
31071 Author: Behdad Esfahbod <behdad@behdad.org>
31072 Date:   Thu May 10 11:32:52 2012 +0200
31073
31074     [Indic] Increase max syllable length
31075
31076     20 was way too low, one could hit a syllable with 7ish consonants
31077     with it.
31078
31079  src/hb-ot-shape-complex-indic.cc | 2 +-
31080  1 file changed, 1 insertion(+), 1 deletion(-)
31081
31082 commit a391ff50b9a7b6ac3e58d199ea726b20ee6839bb
31083 Author: Behdad Esfahbod <behdad@behdad.org>
31084 Date:   Thu May 10 11:31:20 2012 +0200
31085
31086     [Indic] Adjust base after sorting
31087
31088  src/hb-ot-shape-complex-indic.cc | 11 ++++++++++-
31089  1 file changed, 10 insertions(+), 1 deletion(-)
31090
31091 commit d3637edb248162970e202e9d0671540274192844
31092 Author: Behdad Esfahbod <behdad@behdad.org>
31093 Date:   Thu May 10 10:51:38 2012 +0200
31094
31095     [Indic] Don't return for long syllables.  Just not sort.
31096
31097  src/hb-ot-shape-complex-indic.cc | 6 ++----
31098  1 file changed, 2 insertions(+), 4 deletions(-)
31099
31100 commit dfa0cade7fce3791e47eaa7edcd23da76c7a0ed0
31101 Author: Behdad Esfahbod <behdad@behdad.org>
31102 Date:   Wed May 9 19:10:07 2012 +0200
31103
31104     Fix Uniscribe clusters with multiple items
31105
31106  src/hb-uniscribe.cc | 3 +++
31107  1 file changed, 3 insertions(+)
31108
31109 commit 86e5dd386a7989701da476db89be268e4ac1e219
31110 Author: Behdad Esfahbod <behdad@behdad.org>
31111 Date:   Wed May 9 18:57:37 2012 +0200
31112
31113     [Indic] Don't give up syllable parsing upon junk
31114
31115  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
31116  1 file changed, 2 insertions(+), 2 deletions(-)
31117
31118 commit ef24cc8c8e2478a6352c340f4611a617646de4cc
31119 Author: Behdad Esfahbod <behdad@behdad.org>
31120 Date:   Wed May 9 17:56:03 2012 +0200
31121
31122     [Indic] Towards multi-cluster syllables and final reordering
31123
31124  src/hb-ot-shape-complex-arabic.cc        |  2 +-
31125  src/hb-ot-shape-complex-indic-machine.rl | 21 ++++++++++-----
31126  src/hb-ot-shape-complex-indic-private.hh |  1 +
31127  src/hb-ot-shape-complex-indic.cc         | 45
31128  +++++++++++++++++++++++---------
31129  src/hb-ot-shape-complex-private.hh       |  5 ++--
31130  5 files changed, 51 insertions(+), 23 deletions(-)
31131
31132 commit a9844d41c6cb30d8a2d733130a0e72f51b6c81c1
31133 Author: Behdad Esfahbod <behdad@behdad.org>
31134 Date:   Wed May 9 17:53:13 2012 +0200
31135
31136     Combine lig_id and lig_comp into one byte, to free up one for Indic
31137
31138  src/hb-ot-layout-gpos-table.hh       | 14 ++++++++------
31139  src/hb-ot-layout-gsub-table.hh       | 11 ++++-------
31140  src/hb-ot-layout-gsubgpos-private.hh | 26 ++++++++++++++++++++++----
31141  3 files changed, 34 insertions(+), 17 deletions(-)
31142
31143 commit 92332e5116271a5d96e532005fe750e7552a6cbb
31144 Author: Behdad Esfahbod <behdad@behdad.org>
31145 Date:   Wed May 9 17:40:00 2012 +0200
31146
31147     Minor
31148
31149  src/hb-ot-shape-complex-indic.cc | 41
31150  ++++++++++++++++++++--------------------
31151  1 file changed, 21 insertions(+), 20 deletions(-)
31152
31153 commit dbccf87eef0d26838fa4bb3ae26410f6c4818836
31154 Author: Behdad Esfahbod <behdad@behdad.org>
31155 Date:   Wed May 9 17:24:39 2012 +0200
31156
31157     [Indic] Make room for more reordering positions
31158
31159  src/hb-ot-shape-complex-indic-private.hh | 213
31160  ++++++++++++++++---------------
31161  src/hb-ot-shape-complex-indic.cc         |  12 +-
31162  2 files changed, 115 insertions(+), 110 deletions(-)
31163
31164 commit d4480ace7fdbe48aeaf77278c032b8b2ef2ebe8e
31165 Author: Behdad Esfahbod <behdad@behdad.org>
31166 Date:   Wed May 9 15:56:35 2012 +0200
31167
31168     [Indic] Improve matra vs consonant ordering
31169
31170     Another 1.5% down.
31171
31172  src/hb-ot-shape-complex-indic-private.hh | 32
31173  ++++++++++++++++++++------------
31174  src/hb-ot-shape-complex-indic.cc         |  6 +++---
31175  src/indic.cc                             |  2 +-
31176  3 files changed, 24 insertions(+), 16 deletions(-)
31177
31178 commit 33c92e769563ec2a6c1249b57d8cac742eea6f88
31179 Author: Behdad Esfahbod <behdad@behdad.org>
31180 Date:   Wed May 9 15:41:51 2012 +0200
31181
31182     [Indic] Categorize Anudatta
31183
31184  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
31185  1 file changed, 7 insertions(+), 2 deletions(-)
31186
31187 commit 3943293a9942201d8fc8d59212fcc8cca5132e3d
31188 Author: Behdad Esfahbod <behdad@behdad.org>
31189 Date:   Wed May 9 15:27:56 2012 +0200
31190
31191     [Indic] Add joiner test cases for Devanagari
31192
31193  .../indic/script-devanagari/misc/MANIFEST             |  1 +
31194  .../indic/script-devanagari/misc/joiners.txt          | 19
31195  +++++++++++++++++++
31196  2 files changed, 20 insertions(+)
31197
31198 commit 19d984edaa4f86c842345a9d4150597e045e1887
31199 Author: Behdad Esfahbod <behdad@behdad.org>
31200 Date:   Wed May 9 15:21:13 2012 +0200
31201
31202     [Indic] Make sure Reph jumps over all matras to the right
31203
31204     Another 12 thousand failures gone! (78 to go)
31205
31206  src/hb-ot-shape-complex-indic.cc | 2 +-
31207  1 file changed, 1 insertion(+), 1 deletion(-)
31208
31209 commit 9034641333d7bfb41a0784cce72e43591faea083
31210 Author: Behdad Esfahbod <behdad@behdad.org>
31211 Date:   Wed May 9 15:04:58 2012 +0200
31212
31213     [Indic] Keep Vedic signs at the right too
31214
31215  src/hb-ot-shape-complex-indic.cc | 3 ++-
31216  1 file changed, 2 insertions(+), 1 deletion(-)
31217
31218 commit d1deaa2f5bd028e8076265cba92cffa4fa2834ac
31219 Author: Behdad Esfahbod <behdad@behdad.org>
31220 Date:   Wed May 9 15:04:13 2012 +0200
31221
31222     Replace zerowidth invisible chars with a zero-advance space glyph
31223
31224     Like Uniscribe does.
31225
31226  src/hb-ot-shape-complex-arabic.cc  |  3 ++-
31227  src/hb-ot-shape-complex-indic.cc   | 20 -------------------
31228  src/hb-ot-shape-complex-private.hh |  4 ++--
31229  src/hb-ot-shape-normalize.cc       | 25 +++++++++--------------
31230  src/hb-ot-shape-private.hh         | 27 +++++++++++++++++++++++++
31231  src/hb-ot-shape.cc                 | 41
31232  +++++++++++++++++++++++++-------------
31233  src/hb-unicode-private.hh          | 38
31234  +++++++++++++++++++++++++++++++++++
31235  7 files changed, 105 insertions(+), 53 deletions(-)
31236
31237 commit 49e5da1591b8d28f01e7ff9caac9d9ac53668bba
31238 Author: Behdad Esfahbod <behdad@behdad.org>
31239 Date:   Wed May 9 13:23:27 2012 +0200
31240
31241     [indic] Keep the syllable modifier marks to the right
31242
31243     Shaping failures on Hindi Wikipedia go down from 25% to 14%!
31244
31245  src/hb-ot-shape-complex-indic.cc | 2 ++
31246  1 file changed, 2 insertions(+)
31247
31248 commit 5b1260909350bffa3e3d06da346f9f86ce651dbb
31249 Author: Behdad Esfahbod <behdad@behdad.org>
31250 Date:   Wed May 9 12:37:27 2012 +0200
31251
31252     Minor
31253
31254  src/hb-ot-shape-complex-private.hh | 2 +-
31255  1 file changed, 1 insertion(+), 1 deletion(-)
31256
31257 commit 9ce939232bbce8f51e235195e3854d1e8bb961f8
31258 Author: Behdad Esfahbod <behdad@behdad.org>
31259 Date:   Wed May 9 12:03:09 2012 +0200
31260
31261     Minor
31262
31263  src/hb-ot-shape-complex-indic-private.hh | 14 +++++++-------
31264  1 file changed, 7 insertions(+), 7 deletions(-)
31265
31266 commit 76b3409de6887c1cdd5c679939497b1b56f4554b
31267 Author: Behdad Esfahbod <behdad@behdad.org>
31268 Date:   Wed May 9 11:43:43 2012 +0200
31269
31270     [indic] Better Reph matching
31271
31272  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++------
31273  1 file changed, 15 insertions(+), 6 deletions(-)
31274
31275 commit df6d45c693c417bf311e6fa49f18a8558542e525
31276 Author: Behdad Esfahbod <behdad@behdad.org>
31277 Date:   Wed May 9 11:38:31 2012 +0200
31278
31279     Minor
31280
31281  src/hb-ot-shape-complex-indic.cc | 2 +-
31282  1 file changed, 1 insertion(+), 1 deletion(-)
31283
31284 commit 412b91889d9a1ae477e8b6907d0b9a76e78a6c91
31285 Author: Behdad Esfahbod <behdad@behdad.org>
31286 Date:   Wed May 9 11:07:18 2012 +0200
31287
31288     [indic] Apply Indic features in order
31289
31290  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
31291  1 file changed, 6 insertions(+), 2 deletions(-)
31292
31293 commit 1ac075b227090a9ad930dcc1670236c176b27067
31294 Author: Behdad Esfahbod <behdad@behdad.org>
31295 Date:   Wed May 9 11:06:47 2012 +0200
31296
31297     [indic] Apply rakaar forms
31298
31299     Fixes 10% of the failures against all of Hindi Wikipedia!
31300
31301  src/hb-ot-shape-complex-indic.cc | 2 +-
31302  1 file changed, 1 insertion(+), 1 deletion(-)
31303
31304 commit 2214a03900d32710573a1b05c7665195b3129761
31305 Author: Behdad Esfahbod <behdad@behdad.org>
31306 Date:   Wed May 9 09:54:54 2012 +0200
31307
31308     Add hb-diff-ngrams
31309
31310  test/shaping/Makefile.am      |  1 +
31311  test/shaping/hb-diff-ngrams   |  5 +++
31312  test/shaping/hb_test_tools.py | 71
31313  ++++++++++++++++++++++++++++++++++++++++---
31314  3 files changed, 72 insertions(+), 5 deletions(-)
31315
31316 commit 178e6dce01ad28c8708bad62ce0fb79c46e836dc
31317 Author: Behdad Esfahbod <behdad@behdad.org>
31318 Date:   Wed May 9 08:57:29 2012 +0200
31319
31320     Add N-gram generator
31321
31322  test/shaping/hb_test_tools.py | 72
31323  +++++++++++++++++++++++++++++++++++++++++--
31324  1 file changed, 70 insertions(+), 2 deletions(-)
31325
31326 commit 98669ceb77657d60435f2cb2e3fc18272c0a2c6a
31327 Author: Behdad Esfahbod <behdad@behdad.org>
31328 Date:   Wed May 9 08:16:15 2012 +0200
31329
31330     Use groupby()
31331
31332  test/shaping/hb_test_tools.py | 26 ++++++++------------------
31333  1 file changed, 8 insertions(+), 18 deletions(-)
31334
31335 commit c438a14b62433db488b5c90854a4a3934adf3305
31336 Author: Behdad Esfahbod <behdad@behdad.org>
31337 Date:   Wed May 9 07:45:17 2012 +0200
31338
31339     Add hb-diff-stat
31340
31341  test/shaping/Makefile.am      |  1 +
31342  test/shaping/hb-diff-stat     |  5 +++++
31343  test/shaping/hb_test_tools.py | 22 ++++++++++++++++++++--
31344  3 files changed, 26 insertions(+), 2 deletions(-)
31345
31346 commit 1058d031e2046eb80331b0950eaff75c2bf608dc
31347 Author: Behdad Esfahbod <behdad@behdad.org>
31348 Date:   Wed May 9 07:30:07 2012 +0200
31349
31350     Make hb-diff-filter-failtures retain all test info for failed tests
31351
31352  test/shaping/hb_test_tools.py | 33 ++++++++++++++++++++++++++-------
31353  1 file changed, 26 insertions(+), 7 deletions(-)
31354
31355 commit f1eb008cc727370e1bd0dc32fdf301f62d9ff981
31356 Author: Behdad Esfahbod <behdad@behdad.org>
31357 Date:   Tue May 8 23:41:41 2012 +0200
31358
31359     Add hb-diff-colorize
31360
31361     Accepts --format=html now.
31362
31363  test/shaping/Makefile.am      |   1 +
31364  test/shaping/hb-diff          |   4 +-
31365  test/shaping/hb-diff-colorize |   7 ++
31366  test/shaping/hb_test_tools.py | 158
31367  +++++++++++++++++++++++++-----------------
31368  4 files changed, 106 insertions(+), 64 deletions(-)
31369
31370 commit 9155e4ffe00c96a2c14e14a300004b1038ca3a9c
31371 Author: Behdad Esfahbod <behdad@behdad.org>
31372 Date:   Tue May 8 22:44:21 2012 +0200
31373
31374     Cleanup diff
31375
31376     Doesn't do --color anymore.  That will go into a new hb-diff-colorize
31377     tool.
31378
31379  test/shaping/hb-diff          | 10 +++-------
31380  test/shaping/hb_test_tools.py | 32 ++++++++++++++++++--------------
31381  2 files changed, 21 insertions(+), 21 deletions(-)
31382
31383 commit 7d22135b4c3f8fb70552302bf8239df9976dddda
31384 Author: Behdad Esfahbod <behdad@behdad.org>
31385 Date:   Tue May 8 19:38:49 2012 +0200
31386
31387     Make hb-diff faster
31388
31389  test/shaping/hb_test_tools.py | 6 ++++--
31390  1 file changed, 4 insertions(+), 2 deletions(-)
31391
31392 commit a93e238e05a2f70a6e664e5d04ba25bbd54493dc
31393 Author: Behdad Esfahbod <behdad@behdad.org>
31394 Date:   Tue May 8 18:55:29 2012 +0200
31395
31396     More tests
31397
31398  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST |  1 +
31399  .../texts/in-tree/shaper-arabic/script-mongolian/misc/poem.txt |  4 ++++
31400  .../in-tree/shaper-indic/indic/script-bengali/misc/MANIFEST    |  1 +
31401  .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt    |
31402  10 ++++++++++
31403  4 files changed, 16 insertions(+)
31404
31405 commit 1a2a4a0078dda834443edd421037a4bcbad18c5e
31406 Author: Behdad Esfahbod <behdad@behdad.org>
31407 Date:   Sat May 5 22:38:20 2012 +0200
31408
31409     Fix warning and build issues
31410
31411     As reported by Jonathan Kew on the list.
31412
31413  src/hb-set-private.hh | 2 +-
31414  src/main.cc           | 9 +++++----
31415  2 files changed, 6 insertions(+), 5 deletions(-)
31416
31417 commit a5e39fed85e069ba1afbf90408349ad99ceb0e1d
31418 Author: Behdad Esfahbod <behdad@behdad.org>
31419 Date:   Wed Apr 25 00:14:46 2012 -0400
31420
31421     Minor
31422
31423  src/hb-set-private.hh | 2 ++
31424  src/hb-set.cc         | 2 ++
31425  2 files changed, 4 insertions(+)
31426
31427 commit 1827dc208c867e433a95237d1ed3fc7a73d1d9a7
31428 Author: Behdad Esfahbod <behdad@behdad.org>
31429 Date:   Tue Apr 24 16:56:37 2012 -0400
31430
31431     Add hb_ot_shape_glyphs_closure()
31432
31433     Experimental API for now.
31434
31435  src/hb-ot-map-private.hh |  7 ++++---
31436  src/hb-ot-shape.cc       | 35 +++++++++++++++++++++++++++++++++++
31437  src/hb-ot.h              |  8 ++++++++
31438  src/hb-set-private.hh    |  3 +++
31439  4 files changed, 50 insertions(+), 3 deletions(-)
31440
31441 commit bb09f0ec10216b11189b5e8584856adf0f14d1fc
31442 Author: Behdad Esfahbod <behdad@behdad.org>
31443 Date:   Tue Apr 24 16:02:12 2012 -0400
31444
31445     Minor
31446
31447  src/hb-unicode.cc | 2 --
31448  1 file changed, 2 deletions(-)
31449
31450 commit 29a7e306e30e894f7a38daf73eca9fc772c58158
31451 Author: Behdad Esfahbod <behdad@behdad.org>
31452 Date:   Tue Apr 24 16:01:30 2012 -0400
31453
31454     Minor
31455
31456  src/hb-ot-shape-normalize.cc | 1 +
31457  1 file changed, 1 insertion(+)
31458
31459 commit 585b107cdee7305920dacc83c9ee1f8eeff7afd1
31460 Author: Behdad Esfahbod <behdad@behdad.org>
31461 Date:   Tue Apr 24 16:00:50 2012 -0400
31462
31463     Add test caes for a minority language using Bengali
31464
31465     U+0985 BENGALI LETTER A followed by U+09D7 BENGALI AU LENGTH MARK.
31466     According to Bobby de Vos on the mailing list, this results in
31467     a dotted
31468     circle with most shaping engines, but is a legitimate sequence in this
31469     minority language.
31470
31471     We reached the consensus on the list to NOT implement dotted-circle
31472     in HarfBuzz.
31473
31474  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt
31475  | 1 +
31476  1 file changed, 1 insertion(+)
31477
31478 commit 6c6ccaf575392f6e6bb9a15534026e4ea462705b
31479 Author: Behdad Esfahbod <behdad@behdad.org>
31480 Date:   Tue Apr 24 14:21:15 2012 -0400
31481
31482     Add a few more set operations
31483
31484     TODO: Tests for hb_set_t.
31485
31486  src/hb-set-private.hh | 54
31487  +++++++++++++++++++++++++++++++++++++++++++++++++-
31488  src/hb-set.cc         | 55
31489  +++++++++++++++++++++++++++++++++++++++++++++++++++
31490  src/hb-set.h          | 34 ++++++++++++++++++++++++++++---
31491  3 files changed, 139 insertions(+), 4 deletions(-)
31492
31493 commit 5caece67ab9eee322bdcdf6f4b607eadde297e56
31494 Author: Behdad Esfahbod <behdad@behdad.org>
31495 Date:   Mon Apr 23 23:03:12 2012 -0400
31496
31497     Make closure() return void
31498
31499  src/hb-ot-layout-gsub-table.hh       | 142 +++++++++++++-----------------
31500  src/hb-ot-layout-gsubgpos-private.hh | 165
31501  ++++++++++++++++++-----------------
31502  src/hb-ot-layout.cc                  |  10 +--
31503  src/hb-ot-layout.h                   |   8 +-
31504  src/hb-set-private.hh                |  20 ++---
31505  5 files changed, 157 insertions(+), 188 deletions(-)
31506
31507 commit 0b08adb3539f2ec29682456b89c69e89ff5e9c03
31508 Author: Behdad Esfahbod <behdad@behdad.org>
31509 Date:   Mon Apr 23 22:41:09 2012 -0400
31510
31511     Add hb_set_t
31512
31513  TODO                               |   2 +
31514  src/Makefile.am                    |   3 +
31515  src/hb-ot-layout-common-private.hh |   1 +
31516  src/hb-ot-layout-private.hh        |  47 ---------------
31517  src/hb-ot-layout.h                 |   2 -
31518  src/hb-set-private.hh              |  95 +++++++++++++++++++++++++++++
31519  src/hb-set.cc                      | 120
31520  +++++++++++++++++++++++++++++++++++++
31521  src/hb-set.h                       |  91 ++++++++++++++++++++++++++++
31522  src/hb.h                           |   1 +
31523  9 files changed, 313 insertions(+), 49 deletions(-)
31524
31525 commit 5b93e8d94fb4c2474816304ae3f52e1c704882de
31526 Author: Behdad Esfahbod <behdad@behdad.org>
31527 Date:   Mon Apr 23 22:26:13 2012 -0400
31528
31529     Update copyright headers
31530
31531  src/hb-ot-layout-common-private.hh   | 2 +-
31532  src/hb-ot-layout-gpos-table.hh       | 2 +-
31533  src/hb-ot-layout-gsub-table.hh       | 2 +-
31534  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
31535  4 files changed, 4 insertions(+), 4 deletions(-)
31536
31537 commit 6a9be5bd3524dc3eb1e88d1063bde2e4d8b57011
31538 Author: Behdad Esfahbod <behdad@behdad.org>
31539 Date:   Mon Apr 23 22:23:17 2012 -0400
31540
31541     Rename hb_glyph_map_t to hb_set_t
31542
31543  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
31544  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
31545  src/hb-ot-layout-private.hh          |  2 +-
31546  src/hb-ot-layout.cc                  |  2 +-
31547  src/hb-ot-layout.h                   |  4 ++--
31548  src/hb-ot-map-private.hh             |  2 +-
31549  src/hb-ot-map.cc                     |  2 +-
31550  7 files changed, 20 insertions(+), 20 deletions(-)
31551
31552 commit a4385f0b0a6949e2ce49e6a147ad4beaa724f6c3
31553 Author: Behdad Esfahbod <behdad@behdad.org>
31554 Date:   Mon Apr 23 22:20:14 2012 -0400
31555
31556     Improve clustering
31557
31558  src/hb-ot-shape.cc | 5 ++---
31559  1 file changed, 2 insertions(+), 3 deletions(-)
31560
31561 commit 8e3715f8a16b315c1c7dd4b256e7f68a36c53e7c
31562 Author: Behdad Esfahbod <behdad@behdad.org>
31563 Date:   Mon Apr 23 22:18:54 2012 -0400
31564
31565     Minor
31566
31567  src/hb-buffer-private.hh          | 2 +-
31568  src/hb-buffer.cc                  | 2 +-
31569  src/hb-graphite2.cc               | 5 ++---
31570  src/hb-ot-shape-complex-arabic.cc | 4 ++--
31571  src/hb-ot-shape-complex-misc.cc   | 4 ++--
31572  5 files changed, 8 insertions(+), 9 deletions(-)
31573
31574 commit d2984a241e4819474d827b1dd5d4b6d76596b3a5
31575 Author: Behdad Esfahbod <behdad@behdad.org>
31576 Date:   Mon Apr 23 17:21:14 2012 -0400
31577
31578     Add map->substitute_closure()
31579
31580  src/hb-ot-map-private.hh |  3 +++
31581  src/hb-ot-map.cc         | 15 +++++++++++++++
31582  2 files changed, 18 insertions(+)
31583
31584 commit 31081f7390e5130df72f89acc609ccab5dc77a48
31585 Author: Behdad Esfahbod <behdad@behdad.org>
31586 Date:   Mon Apr 23 16:54:58 2012 -0400
31587
31588     Implement closure() for Context and ChainContext lookups
31589
31590  src/hb-ot-layout-common-private.hh   |  54 ++++++
31591  src/hb-ot-layout-gsubgpos-private.hh | 347
31592  ++++++++++++++++++++++++++++-------
31593  src/hb-ot-layout-private.hh          |  23 ++-
31594  3 files changed, 351 insertions(+), 73 deletions(-)
31595
31596 commit c64ddab3c34897cd520d4d73a054866e649e8793
31597 Author: Behdad Esfahbod <behdad@behdad.org>
31598 Date:   Mon Apr 23 15:28:35 2012 -0400
31599
31600     Flesh out closure() for GSUB
31601
31602     The GSUBGPOS part still missing.
31603
31604  src/hb-ot-layout-common-private.hh |  61 ++++++++++++++------
31605  src/hb-ot-layout-gsub-table.hh     | 112
31606  ++++++++++++++++++++++++++++---------
31607  src/hb-ot-layout-private.hh        |  34 +++++++++++
31608  src/hb-ot-layout.h                 |   2 +-
31609  4 files changed, 165 insertions(+), 44 deletions(-)
31610
31611 commit 0da132bde4d576a03095d6738507954f7f85103d
31612 Author: Behdad Esfahbod <behdad@behdad.org>
31613 Date:   Mon Apr 23 14:21:33 2012 -0400
31614
31615     Fix Coverage iters
31616
31617  src/hb-ot-layout-common-private.hh | 30 +++++++++++++++++++++---------
31618  1 file changed, 21 insertions(+), 9 deletions(-)
31619
31620 commit 3e32cd9570fd8b09901fb790b80365ae425f681a
31621 Author: Behdad Esfahbod <behdad@behdad.org>
31622 Date:   Mon Apr 23 13:20:52 2012 -0400
31623
31624     Minor
31625
31626  src/hb-ot-layout-gsubgpos-private.hh | 1 -
31627  src/hb-ot-layout.cc                  | 6 +++---
31628  src/hb-ot-layout.h                   | 8 ++++++++
31629  src/hb-private.hh                    | 4 +++-
31630  4 files changed, 14 insertions(+), 5 deletions(-)
31631
31632 commit 650ac00da3d2f988197393f34d40f0ba1a0fa093
31633 Author: Behdad Esfahbod <behdad@behdad.org>
31634 Date:   Mon Apr 23 13:17:09 2012 -0400
31635
31636     Minor refactoring
31637
31638  src/hb-ot-layout-gpos-table.hh       | 27 +++++++++++--------------
31639  src/hb-ot-layout-gsub-table.hh       | 39
31640  +++++++++++++++++-------------------
31641  src/hb-ot-layout-gsubgpos-private.hh |  8 ++------
31642  src/hb-ot-layout.cc                  |  6 ++++--
31643  4 files changed, 36 insertions(+), 44 deletions(-)
31644
31645 commit f94b0aa64609654497ced9c00312c9643eb69053
31646 Author: Behdad Esfahbod <behdad@behdad.org>
31647 Date:   Mon Apr 23 13:04:38 2012 -0400
31648
31649     Add "closure" operation stubs to GSUB
31650
31651     Filling in.
31652
31653  src/hb-ot-layout-gsub-table.hh       | 179
31654  +++++++++++++++++++++++++++++++++++
31655  src/hb-ot-layout-gsubgpos-private.hh | 110 ++++++++++++++++++++-
31656  src/hb-ot-layout.cc                  |   8 ++
31657  3 files changed, 293 insertions(+), 4 deletions(-)
31658
31659 commit 7d50d502635d7c95e6bd091e7d4cc993f0853f76
31660 Author: Behdad Esfahbod <behdad@behdad.org>
31661 Date:   Mon Apr 23 13:02:14 2012 -0400
31662
31663     Add Coverage iterators
31664
31665  src/hb-ot-layout-common-private.hh | 59
31666  ++++++++++++++++++++++++++++++++++++++
31667  1 file changed, 59 insertions(+)
31668
31669 commit 3ed4634ec349fa9e943ad23718c04be4dd4bba62
31670 Author: Behdad Esfahbod <behdad@behdad.org>
31671 Date:   Thu Apr 19 22:34:06 2012 -0400
31672
31673     Add Indic inspection tool
31674
31675  src/Makefile.am                          |   7 +-
31676  src/hb-ot-shape-complex-indic-private.hh | 264
31677  +++++++++++++++++++++++++++++++
31678  src/hb-ot-shape-complex-indic.cc         | 229
31679  +--------------------------
31680  src/indic.cc                             |  46 ++++++
31681  4 files changed, 317 insertions(+), 229 deletions(-)
31682
31683 commit a06411ecf93c7e5256e363eef3ef69554896dd55
31684 Author: Behdad Esfahbod <behdad@behdad.org>
31685 Date:   Thu Apr 19 22:28:25 2012 -0400
31686
31687     Minor matra renumbering
31688
31689     Should have no visible effect.
31690
31691  src/hb-ot-shape-complex-indic.cc | 30 +++++++++++++++++-------------
31692  1 file changed, 17 insertions(+), 13 deletions(-)
31693
31694 commit 36608941f3cc530fea57282fa175e4cc3b4c66c6
31695 Author: Behdad Esfahbod <behdad@behdad.org>
31696 Date:   Thu Apr 19 22:21:38 2012 -0400
31697
31698     Add GSUB "would_apply" API
31699
31700     To be used in the Indic shaper later.  Unused for now.
31701
31702  src/hb-ot-layout-gsub-table.hh | 140
31703  ++++++++++++++++++++++++++++++++++++++++-
31704  1 file changed, 138 insertions(+), 2 deletions(-)
31705
31706 commit a0d4caeb91fa5e5f2090db4efc35c64ff9a64789
31707 Author: Behdad Esfahbod <behdad@behdad.org>
31708 Date:   Tue Apr 17 13:42:30 2012 -0400
31709
31710     Minor
31711
31712  TODO | 3 +++
31713  1 file changed, 3 insertions(+)
31714
31715 commit a5e40542ab9508f0ba6f822f1262d93fccb71f45
31716 Author: Behdad Esfahbod <behdad@behdad.org>
31717 Date:   Tue Apr 17 12:37:19 2012 -0400
31718
31719     Make font immutable in hb_shape()
31720
31721  src/hb-shape.cc | 2 ++
31722  1 file changed, 2 insertions(+)
31723
31724 commit 3cde23664fbbe9cd2ac1b8fd5eb2ea288309cc9c
31725 Author: Behdad Esfahbod <behdad@behdad.org>
31726 Date:   Tue Apr 17 11:44:49 2012 -0400
31727
31728     Minor note re Graphite
31729
31730  src/hb-graphite2.cc | 3 +++
31731  1 file changed, 3 insertions(+)
31732
31733 commit 4dc2449d92308f8dd366142831c0b85bd30ea5a9
31734 Author: Behdad Esfahbod <behdad@behdad.org>
31735 Date:   Tue Apr 17 11:39:48 2012 -0400
31736
31737     Fix leak in graphite
31738
31739  src/hb-graphite2.cc | 1 +
31740  1 file changed, 1 insertion(+)
31741
31742 commit 0290bbf8611aa881daed907f22256a431250c90a
31743 Author: Behdad Esfahbod <behdad@behdad.org>
31744 Date:   Tue Apr 17 10:28:21 2012 -0400
31745
31746     Add another Thai test
31747
31748  test/shaping/texts/in-tree/shaper-thai/misc/misc.txt | 1 +
31749  1 file changed, 1 insertion(+)
31750
31751 commit 9ceca3aeb14cc096f5f87660cf7351bc35073084
31752 Author: Behdad Esfahbod <behdad@behdad.org>
31753 Date:   Mon Apr 16 21:05:51 2012 -0400
31754
31755     Fix ragel regexp in vowel-based syllable
31756
31757     As reported by datao zhang on the mailing list.
31758
31759  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
31760  1 file changed, 1 insertion(+), 1 deletion(-)
31761
31762 commit b870afcd1b436614af95db6dc297e54c8f03f0cd
31763 Author: Behdad Esfahbod <behdad@behdad.org>
31764 Date:   Mon Apr 16 21:05:11 2012 -0400
31765
31766     Rewrite ragel expression to better match the one on MS spec
31767
31768     https://www.microsoft.com/typography/otfntdev/devanot/shaping.aspx
31769
31770  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
31771  1 file changed, 1 insertion(+), 1 deletion(-)
31772
31773 commit 95cefdf96efe43a44133aa8a186155cf4e63e2b7
31774 Author: Behdad Esfahbod <behdad@behdad.org>
31775 Date:   Mon Apr 16 18:08:20 2012 -0400
31776
31777     Add --utf8-clusters
31778
31779     Also fix cairo cluster generation.
31780
31781  util/hb-shape.cc     |  8 +++++---
31782  util/hb-view.hh      |  2 +-
31783  util/helper-cairo.cc | 22 +++++++++++++++++-----
31784  util/helper-cairo.hh |  3 ++-
31785  util/options.cc      | 19 ++++++++++++++-----
31786  util/options.hh      | 26 ++++++++++++++++----------
31787  util/view-cairo.cc   |  5 +++--
31788  util/view-cairo.hh   |  3 ++-
31789  8 files changed, 60 insertions(+), 28 deletions(-)
31790
31791 commit effb42e5c520128bdc2e29398ed801730c5c0f52
31792 Author: Behdad Esfahbod <behdad@behdad.org>
31793 Date:   Mon Apr 16 16:04:07 2012 -0400
31794
31795     Always use cairo_show_text_glyphs()
31796
31797     Better catches cluster errors.
31798
31799  util/view-cairo.cc | 2 +-
31800  1 file changed, 1 insertion(+), 1 deletion(-)
31801
31802 commit 799cfdd15ab369580b2283200c3aca6866214b59
31803 Author: Behdad Esfahbod <behdad@behdad.org>
31804 Date:   Mon Apr 16 16:00:36 2012 -0400
31805
31806     Make page progression be right to left for vertical text
31807
31808  util/view-cairo.cc | 8 ++++----
31809  1 file changed, 4 insertions(+), 4 deletions(-)
31810
31811 commit a5f1834f57ea3fb254f5c7d372747de316fcc8f1
31812 Author: Behdad Esfahbod <behdad@behdad.org>
31813 Date:   Mon Apr 16 15:55:13 2012 -0400
31814
31815     Apply 'liga' for vertical writing mode too
31816
31817     Apparently that's what Kazuraki uses to form vertical ligatures,
31818     which suggests that it's what Adobe does.
31819
31820  src/hb-ot-shape.cc | 2 +-
31821  1 file changed, 1 insertion(+), 1 deletion(-)
31822
31823 commit 4d85252bda25cddd1fbdd744687e449888f0b5fa
31824 Author: Behdad Esfahbod <behdad@behdad.org>
31825 Date:   Mon Apr 16 15:54:26 2012 -0400
31826
31827     Add Japanese test data from Adobe's Kazuraki font ligatures
31828
31829  test/shaping/texts/in-tree/shaper-default/MANIFEST |  1 +
31830  .../shaper-default/script-japanese/MANIFEST        |  1 +
31831  .../shaper-default/script-japanese/misc/MANIFEST   |  2 +
31832  .../script-japanese/misc/kazuraki-liga-lines.txt   |  8 ++++
31833  .../script-japanese/misc/kazuraki-liga.txt         | 53
31834  ++++++++++++++++++++++
31835  5 files changed, 65 insertions(+)
31836
31837 commit e74616b8898b5f18d9bf82b9e81aefad056c1e36
31838 Author: Behdad Esfahbod <behdad@behdad.org>
31839 Date:   Sun Apr 15 14:12:13 2012 -0400
31840
31841     Add comment
31842
31843  src/hb-private.hh | 8 ++++++++
31844  1 file changed, 8 insertions(+)
31845
31846 commit 683b503f30bba29d57a93d7e8ac7138c2e7f49f1
31847 Author: Behdad Esfahbod <behdad@behdad.org>
31848 Date:   Sat Apr 14 20:47:14 2012 -0400
31849
31850     Minor
31851
31852  src/hb-ot-shape-normalize.cc | 11 +++++++++--
31853  src/hb-ot-shape-private.hh   |  9 ---------
31854  src/hb-ot-shape.cc           |  9 ++++++++-
31855  3 files changed, 17 insertions(+), 12 deletions(-)
31856
31857 commit b9f199c8e38cc5ed0d73845568630f3bcbdd4374
31858 Author: Behdad Esfahbod <behdad@behdad.org>
31859 Date:   Sat Apr 14 20:23:58 2012 -0400
31860
31861     Move code around
31862
31863  src/hb-ot-shape-private.hh | 40 ----------------------------------------
31864  src/hb-ot-shape.cc         | 45
31865  +++++++++++++++++++++++++++++++++++++++++----
31866  2 files changed, 41 insertions(+), 44 deletions(-)
31867
31868 commit 38a83019e6a7f4aa47662fd557344f62ae001abe
31869 Author: Behdad Esfahbod <behdad@behdad.org>
31870 Date:   Sat Apr 14 19:40:18 2012 -0400
31871
31872     Minor
31873
31874  src/hb-common.h | 2 +-
31875  1 file changed, 1 insertion(+), 1 deletion(-)
31876
31877 commit d4adade217a61007dd2da5cd9eccf889f79a019a
31878 Author: Behdad Esfahbod <behdad@behdad.org>
31879 Date:   Sat Apr 14 19:23:17 2012 -0400
31880
31881     Add assert
31882
31883  src/hb-ot-shape.cc | 2 ++
31884  1 file changed, 2 insertions(+)
31885
31886 commit fe28b997fbbeb2cfeab62ac453993ccffe3e6719
31887 Author: Behdad Esfahbod <behdad@behdad.org>
31888 Date:   Sat Apr 14 19:19:26 2012 -0400
31889
31890     Add HB_DIRECTION_IS_VALID
31891
31892  src/hb-common.h        | 1 +
31893  test/api/test-common.c | 7 +++++++
31894  2 files changed, 8 insertions(+)
31895
31896 commit 5e88aa66822ba64324b4428c9ffbe06a43b4f310
31897 Author: Behdad Esfahbod <behdad@behdad.org>
31898 Date:   Sat Apr 14 18:51:50 2012 -0400
31899
31900     Remove public enum names again
31901
31902     As was reported to me, glib-mkenum does not understand named enums,
31903     so remove for now.
31904
31905  src/hb-blob.h               | 2 +-
31906  src/hb-common.h             | 6 +++---
31907  src/hb-ot-layout-private.hh | 2 +-
31908  3 files changed, 5 insertions(+), 5 deletions(-)
31909
31910 commit 08569c0eaab026c7122c0dc29922cf44011c4d10
31911 Author: Behdad Esfahbod <behdad@behdad.org>
31912 Date:   Sat Apr 14 18:47:07 2012 -0400
31913
31914     Minor
31915
31916  TODO | 2 ++
31917  1 file changed, 2 insertions(+)
31918
31919 commit 4bf90f648313e35d21b427a956aa1fe762bae757
31920 Author: Behdad Esfahbod <behdad@behdad.org>
31921 Date:   Thu Apr 12 17:38:23 2012 -0400
31922
31923     Make HB_DIRECTION_INVALID be zero
31924
31925     This changes all the HB_DIRECTION_* enum member values, but is
31926     nicer, in preparation for making hb_segment_properties_t public.
31927
31928  src/hb-common.cc       |  7 ++++---
31929  src/hb-common.h        | 20 ++++++++++----------
31930  test/api/test-common.c |  9 +++++++--
31931  3 files changed, 21 insertions(+), 15 deletions(-)
31932
31933 commit d01402da9c756f90a84bfb1f964fd56caf2b35c3
31934 Author: Behdad Esfahbod <behdad@behdad.org>
31935 Date:   Thu Apr 12 17:38:02 2012 -0400
31936
31937     Minor
31938
31939  TODO | 6 +++++-
31940  1 file changed, 5 insertions(+), 1 deletion(-)
31941
31942 commit 69b84a8f6c789726815261c2e86692de7a65d6e8
31943 Author: Behdad Esfahbod <behdad@behdad.org>
31944 Date:   Thu Apr 12 15:50:40 2012 -0400
31945
31946     Fix hb-view surface size calc for vertical text
31947
31948     For some reason it doesn't quite work with IranianNastaliq, but
31949     that looks like a font issue.
31950
31951  util/helper-cairo.hh |  5 +++--
31952  util/options.hh      |  7 +++++++
31953  util/view-cairo.cc   | 31 +++++++++++++++++++++----------
31954  util/view-cairo.hh   |  1 +
31955  4 files changed, 32 insertions(+), 12 deletions(-)
31956
31957 commit 6bd9b479b8b2befbb0847282e93beade197c8038
31958 Author: Behdad Esfahbod <behdad@behdad.org>
31959 Date:   Thu Apr 12 14:53:53 2012 -0400
31960
31961     Hide backend-specific shape functions
31962
31963     Also remove shaper_options argument to hb_shape_full().  That was
31964     unused and for "future".  Let it go.
31965
31966     More shaper API coming in preparation for plan/planned API.
31967
31968  configure.ac                                   |  6 ++--
31969  src/Makefile.am                                | 11 +++----
31970  src/hb-fallback-shape-private.hh               |  9 +++---
31971  src/hb-fallback-shape.cc                       |  9 +++---
31972  src/{hb-ot-shape.h => hb-graphite2-private.hh} | 30 ++++++++----------
31973  src/hb-graphite2.cc                            |  5 ++-
31974  src/hb-graphite2.h                             |  7 -----
31975  src/hb-ot-shape-private.hh                     |  8 +++--
31976  src/hb-ot-shape.cc                             | 11 +++----
31977  src/hb-ot.h                                    |  1 -
31978  src/hb-shape.cc                                | 24 ++++++---------
31979  src/hb-shape.h                                 |  1 -
31980  src/hb-uniscribe-private.hh                    | 42
31981  ++++++++++++++++++++++++++
31982  src/hb-uniscribe.cc                            |  9 +++---
31983  src/hb-uniscribe.h                             |  7 -----
31984  util/options.hh                                |  2 +-
31985  16 files changed, 96 insertions(+), 86 deletions(-)
31986
31987 commit c6035cf802c60f0526f421f39a55886061df94ee
31988 Author: Behdad Esfahbod <behdad@behdad.org>
31989 Date:   Thu Apr 12 13:23:59 2012 -0400
31990
31991     Add names to enums
31992
31993     gdb was showing <anonymous enum> instead of useful stuff, so name
31994     all our enums.
31995
31996  src/hb-blob.h                      | 2 +-
31997  src/hb-common.h                    | 6 +++---
31998  src/hb-ot-layout-common-private.hh | 2 +-
31999  src/hb-ot-layout-gdef-table.hh     | 2 +-
32000  src/hb-ot-layout-gpos-table.hh     | 5 ++---
32001  src/hb-ot-layout-gsub-table.hh     | 2 +-
32002  src/hb-ot-layout-private.hh        | 2 +-
32003  7 files changed, 10 insertions(+), 11 deletions(-)
32004
32005 commit d1c9eb458c843215da8df84b596bfae51fee135b
32006 Author: Behdad Esfahbod <behdad@behdad.org>
32007 Date:   Thu Apr 12 13:17:44 2012 -0400
32008
32009     Make it an error to include non-top-level headers
32010
32011     Users should #include <hb.h> (or hb-ft.h, hb-glib.h, etc), but
32012     never things like hb-shape.h directly.  This makes it easier to
32013     refactor headers later on without breaking compatibility.
32014
32015  src/hb-blob.h       | 4 ++++
32016  src/hb-buffer.h     | 4 ++++
32017  src/hb-common.h     | 4 ++++
32018  src/hb-font.h       | 4 ++++
32019  src/hb-ft.h         | 2 --
32020  src/hb-glib.h       | 1 +
32021  src/hb-gobject.h    | 1 +
32022  src/hb-graphite2.h  | 5 +++--
32023  src/hb-icu.h        | 1 +
32024  src/hb-ot-layout.h  | 8 +++++---
32025  src/hb-ot-shape.h   | 9 +++++----
32026  src/hb-ot-tag.h     | 6 +++++-
32027  src/hb-ot.h         | 2 ++
32028  src/hb-private.hh   | 5 ++++-
32029  src/hb-shape.h      | 4 ++++
32030  src/hb-unicode.h    | 4 ++++
32031  src/hb-uniscribe.h  | 3 +--
32032  src/hb-version.h.in | 4 ++++
32033  src/hb.h            | 2 ++
32034  19 files changed, 58 insertions(+), 15 deletions(-)
32035
32036 commit 323190c27b80cddc9b3c42d19f1f243e2acb2411
32037 Author: Behdad Esfahbod <behdad@behdad.org>
32038 Date:   Thu Apr 12 12:29:10 2012 -0400
32039
32040     Minor
32041
32042  src/hb-ft.cc | 2 ++
32043  1 file changed, 2 insertions(+)
32044
32045 commit 0e3361464b00b76aa7375515163e0710a691db0c
32046 Author: Behdad Esfahbod <behdad@behdad.org>
32047 Date:   Thu Apr 12 10:06:52 2012 -0400
32048
32049     Fix bug with not setting Unicode props of the first character
32050
32051     Fixes Mongolian shaping issue:
32052     https://bugs.freedesktop.org/show_bug.cgi?id=45695
32053
32054  src/hb-ot-shape.cc | 2 +-
32055  1 file changed, 1 insertion(+), 1 deletion(-)
32056
32057 commit f9746b600a6e14dbe48aabfc17df8f12a5b46b11
32058 Author: Behdad Esfahbod <behdad@behdad.org>
32059 Date:   Thu Apr 12 09:59:26 2012 -0400
32060
32061     Minor
32062
32063  test/shaping/texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt |
32064  1 -
32065  1 file changed, 1 deletion(-)
32066
32067 commit 7470b0ff805e4ff59d23d7a1808888fafdf550eb
32068 Author: Behdad Esfahbod <behdad@behdad.org>
32069 Date:   Thu Apr 12 09:44:27 2012 -0400
32070
32071     Add Mongolian test case
32072
32073  test/shaping/texts/in-tree/MANIFEST                                   |
32074  1 +
32075  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST        |
32076  1 +
32077  .../texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt        |
32078  4 ++++
32079  test/shaping/texts/in-tree/shaper-thai/MANIFEST                       |
32080  1 +
32081  test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST                  |
32082  1 +
32083  5 files changed, 8 insertions(+)
32084
32085 commit c65662b71e6160f5adfb6226d97589ca457d98b9
32086 Author: Behdad Esfahbod <behdad@behdad.org>
32087 Date:   Thu Apr 12 09:31:55 2012 -0400
32088
32089     Fix left-matra positioning in Indic
32090
32091     Fixes 200 failures out of previous 4290 cases in the OO.o Indic
32092     dictionary (of ~16000 entries).
32093
32094  src/hb-ot-shape-complex-indic.cc | 12 ++++++------
32095  1 file changed, 6 insertions(+), 6 deletions(-)
32096
32097 commit 6d16403bfaa4d710d80c93298eca7211ecaa419f
32098 Author: Behdad Esfahbod <behdad@behdad.org>
32099 Date:   Wed Apr 11 22:04:42 2012 -0400
32100
32101     Adjust TODO
32102
32103  TODO | 2 +-
32104  1 file changed, 1 insertion(+), 1 deletion(-)
32105
32106 commit 029a82d81d8ffa1b6771d19018d592fec1dbc934
32107 Author: Behdad Esfahbod <behdad@behdad.org>
32108 Date:   Wed Apr 11 22:00:46 2012 -0400
32109
32110     [hangul] Apply *jmo features to all Hangul chars
32111
32112     This is what old HB does.  Morever, fixes rendering with Win8 malgun
32113     font.  The Win7 version doesn't compose with either Uniscribe nor HB,
32114     but Win8 version works as expected, like Uniscribe, with this change.
32115
32116     Lets call Hangul done for now.
32117
32118  src/hb-ot-shape-complex-misc.cc | 9 +++++++++
32119  1 file changed, 9 insertions(+)
32120
32121 commit 3baae2440de69577d330209edb708e7d2bb2231d
32122 Author: Behdad Esfahbod <behdad@behdad.org>
32123 Date:   Wed Apr 11 21:54:37 2012 -0400
32124
32125     Update TODO
32126
32127  TODO | 28 +++++++++++++++-------------
32128  1 file changed, 15 insertions(+), 13 deletions(-)
32129
32130 commit a4976447cd1a1feffdecd0d501a2690716b1cf4b
32131 Author: Behdad Esfahbod <behdad@behdad.org>
32132 Date:   Wed Apr 11 17:48:40 2012 -0400
32133
32134     Add Hangul test
32135
32136  test/shaping/texts/in-tree/shaper-hangul/script-hangul/misc/misc.txt |
32137  1 +
32138  1 file changed, 1 insertion(+)
32139
32140 commit e95d912b3b0af027c4384553f95236db822e5acc
32141 Author: Behdad Esfahbod <behdad@behdad.org>
32142 Date:   Wed Apr 11 17:33:02 2012 -0400
32143
32144     Fix diff tool
32145
32146  test/shaping/hb_test_tools.py | 4 ++--
32147  1 file changed, 2 insertions(+), 2 deletions(-)
32148
32149 commit 41ae674f6871f43d0a6e4ca67a747074d63ae576
32150 Author: Behdad Esfahbod <behdad@behdad.org>
32151 Date:   Wed Apr 11 17:11:05 2012 -0400
32152
32153     Don't create hb_apply_context_t per glyph!
32154
32155     I couldn't measure significant performance gains out of this; maybe
32156     about 5% (with one million Malayalam strings).  Still, not bad.
32157     But reminds me that optimizing this codebase without profiling first
32158     is simply not going to work.  Oh well...
32159
32160  src/hb-ot-layout-gpos-table.hh       | 24 ++++++------------------
32161  src/hb-ot-layout-gsub-table.hh       | 26 +++++++-------------------
32162  src/hb-ot-layout-gsubgpos-private.hh | 22 ++++++++++++++++++++++
32163  3 files changed, 35 insertions(+), 37 deletions(-)
32164
32165 commit 4a1e02ef7979d58fe0c726ee7c665b2420c42ddd
32166 Author: Behdad Esfahbod <behdad@behdad.org>
32167 Date:   Wed Apr 11 14:37:53 2012 -0400
32168
32169     Fix shape to presentation forms font check
32170
32171     As reported by Jonathan Kew on the list.
32172
32173  src/hb-ot-shape-complex-arabic.cc | 9 ++++++---
32174  1 file changed, 6 insertions(+), 3 deletions(-)
32175
32176 commit 6062f5f01436b4044be729890ed00b9b62737824
32177 Author: Behdad Esfahbod <behdad@behdad.org>
32178 Date:   Wed Apr 11 14:19:55 2012 -0400
32179
32180     Fix build with some compilers
32181
32182     As reported by Jonathan Kew on the list.
32183
32184  src/hb-ot-shape-complex-misc.cc | 7 ++++---
32185  1 file changed, 4 insertions(+), 3 deletions(-)
32186
32187 commit acd88e659fdb2fa1cbf7171f0a1c7fbc81b9f298
32188 Author: Behdad Esfahbod <behdad@behdad.org>
32189 Date:   Tue Apr 10 18:02:20 2012 -0400
32190
32191     In Arabic fallback shaping, check that the font has glyph for new char
32192
32193  src/hb-ot-shape-complex-arabic.cc  | 12 +++++++-----
32194  src/hb-ot-shape-complex-indic.cc   |  2 +-
32195  src/hb-ot-shape-complex-misc.cc    |  6 +++---
32196  src/hb-ot-shape-complex-private.hh |  7 ++++---
32197  src/hb-ot-shape.cc                 |  2 +-
32198  5 files changed, 16 insertions(+), 13 deletions(-)
32199
32200 commit 7752aa73e72301a46c64c533c1e423ff5987cc05
32201 Author: Behdad Esfahbod <behdad@behdad.org>
32202 Date:   Tue Apr 10 17:22:14 2012 -0400
32203
32204     Minor
32205
32206  src/hb-ot-shape-private.hh |  1 -
32207  src/hb-ot-shape.cc         | 10 ----------
32208  2 files changed, 11 deletions(-)
32209
32210 commit 939c010211b063f78874a3b72b032c1ed9a13b87
32211 Author: Behdad Esfahbod <behdad@behdad.org>
32212 Date:   Tue Apr 10 17:20:05 2012 -0400
32213
32214     Implement Arabic fallback shaping mandatory ligatures
32215
32216  src/gen-arabic-table.py                 | 32
32217  ++++++++++++++++++++++----------
32218  src/hb-ot-shape-complex-arabic-table.hh | 28 +++++++++++++++++++---------
32219  src/hb-ot-shape-complex-arabic.cc       | 31
32220  +++++++++++++++++++++++++++++++
32221  src/hb-ot-shape-complex-misc.cc         |  4 ++--
32222  4 files changed, 74 insertions(+), 21 deletions(-)
32223
32224 commit b7d04eb606800100faa11100d2adf559e297a4ee
32225 Author: Behdad Esfahbod <behdad@behdad.org>
32226 Date:   Tue Apr 10 16:44:38 2012 -0400
32227
32228     Do Arabic fallback shaping
32229
32230  src/hb-ot-shape-complex-arabic.cc | 38
32231  +++++++++++++++++++++++++++++++++-----
32232  1 file changed, 33 insertions(+), 5 deletions(-)
32233
32234 commit ae4a2b9365051c23c9a299cf76f3ab7e661999b1
32235 Author: Behdad Esfahbod <behdad@behdad.org>
32236 Date:   Tue Apr 10 16:25:08 2012 -0400
32237
32238     Generate fallback Arabic shaping table
32239
32240     Not hooked up yet.
32241
32242  src/Makefile.am                         |   6 +-
32243  src/gen-arabic-table.py                 | 220
32244  +++++++++++++++++++++++---------
32245  src/gen-indic-table.py                  |   4 +-
32246  src/hb-ot-shape-complex-arabic-table.hh | 205
32247  ++++++++++++++++++++++++++++-
32248  4 files changed, 367 insertions(+), 68 deletions(-)
32249
32250 commit 3b26f96ebe859570d14c6902afc23462bca40712
32251 Author: Behdad Esfahbod <behdad@behdad.org>
32252 Date:   Tue Apr 10 10:52:07 2012 -0400
32253
32254     Add Thai shaper that does SARA AM decomposition / reordering
32255
32256     That's not in the OpenType spec, but it's what MS and Adobe do.
32257
32258  src/hb-buffer.cc                   |   1 +
32259  src/hb-ot-shape-complex-misc.cc    | 104
32260  ++++++++++++++++++++++++++++++++++++-
32261  src/hb-ot-shape-complex-private.hh |   8 +++
32262  3 files changed, 112 insertions(+), 1 deletion(-)
32263
32264 commit 0b6d2ac6a1d04877ae4542fc2a3b920185547053
32265 Author: Behdad Esfahbod <behdad@behdad.org>
32266 Date:   Tue Apr 10 10:52:03 2012 -0400
32267
32268     Minor
32269
32270  TODO | 10 ++++------
32271  1 file changed, 4 insertions(+), 6 deletions(-)
32272
32273 commit e099dd6592b4ea887696330f4718efb572494d93
32274 Author: Behdad Esfahbod <behdad@behdad.org>
32275 Date:   Tue Apr 10 10:47:33 2012 -0400
32276
32277     Add Thai test case for SARA AM decomposition
32278
32279  test/shaping/texts/in-tree/shaper-hangul/MANIFEST    | 1 +
32280  test/shaping/texts/in-tree/shaper-thai/misc/misc.txt | 5 +++++
32281  2 files changed, 6 insertions(+)
32282
32283 commit 4450dc9354b18cd68980b0891b24ea8efa4f38b6
32284 Author: Behdad Esfahbod <behdad@behdad.org>
32285 Date:   Sat Apr 7 22:07:23 2012 -0400
32286
32287     Move around
32288
32289  test/shaping/texts/in-tree/MANIFEST
32290  | 1 +
32291  test/shaping/texts/in-tree/shaper-default/MANIFEST
32292  | 1 -
32293  .../in-tree/{shaper-default => shaper-hangul}/script-hangul/MANIFEST
32294  | 0
32295  .../{shaper-default => shaper-hangul}/script-hangul/misc/MANIFEST
32296  | 0
32297  .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt
32298  | 0
32299  5 files changed, 1 insertion(+), 1 deletion(-)
32300
32301 commit d4cc44716c1e098f8abbc0e495404598026ef242
32302 Author: Behdad Esfahbod <behdad@behdad.org>
32303 Date:   Sat Apr 7 21:52:28 2012 -0400
32304
32305     Move code around, in prep for Thai/Lao shaper
32306
32307  src/hb-buffer-private.hh                 |  5 +++++
32308  src/hb-buffer.cc                         | 23 +++++++++++++++++++++++
32309  src/hb-ot-shape-complex-indic-machine.rl | 14 +-------------
32310  3 files changed, 29 insertions(+), 13 deletions(-)
32311
32312 commit c9a841f4452921c5361b8f5697bbff7736ce60cd
32313 Author: Behdad Esfahbod <behdad@behdad.org>
32314 Date:   Sat Apr 7 15:06:55 2012 -0400
32315
32316     Add simple Hangul shaper that recomposes Jamo when feasible
32317
32318     Previously, we were NOT actually recomposing Hangul Jamo.  We do now.
32319     The two lines in:
32320
32321     test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt
32322
32323     Now render the same with the UnDotum.ttf font.  Previously the second
32324     linle was rendering boxes.
32325
32326     We can also start applying OpenType Jamo features later.  At this
32327     time,
32328     I have no idea how the 'ljmo', 'vjmo', 'tjmo' features are supposed to
32329     work.  Maybe someone can explain them to me?
32330
32331  src/hb-ot-shape-complex-misc.cc    | 16 ++++++++++++++++
32332  src/hb-ot-shape-complex-private.hh | 15 +++++++++++++--
32333  2 files changed, 29 insertions(+), 2 deletions(-)
32334
32335 commit 968318455304804dc53045e8ba0cd4d76800c02d
32336 Author: Behdad Esfahbod <behdad@behdad.org>
32337 Date:   Sat Apr 7 14:57:21 2012 -0400
32338
32339     Implement normalization mode
32340     HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_FULL
32341
32342     In this mode we try composing CCC=0 with CCC=0 characters.  Useful for
32343     Hangul.
32344
32345  src/hb-ot-shape-normalize.cc | 21 +++++++++++++--------
32346  1 file changed, 13 insertions(+), 8 deletions(-)
32347
32348 commit bec2ac4fde1ba0dd6dba02adbb836ce569a5cf6f
32349 Author: Behdad Esfahbod <behdad@behdad.org>
32350 Date:   Sat Apr 7 14:51:17 2012 -0400
32351
32352     Bring normalization algorithm closer to the spec
32353
32354     No logical difference so far.
32355
32356  src/hb-ot-shape-normalize.cc | 3 ++-
32357  1 file changed, 2 insertions(+), 1 deletion(-)
32358
32359 commit e02d9257863b49e33ab5942971266349d3c548f6
32360 Author: Behdad Esfahbod <behdad@behdad.org>
32361 Date:   Sat Apr 7 14:49:13 2012 -0400
32362
32363     Flip logic around
32364
32365  src/hb-ot-shape-normalize.cc | 38 +++++++++++++-------------------------
32366  1 file changed, 13 insertions(+), 25 deletions(-)
32367
32368 commit aaa25d5f458127f53f4b5ecdeb986ae91fabbad3
32369 Author: Behdad Esfahbod <behdad@behdad.org>
32370 Date:   Thu Apr 5 17:27:23 2012 -0400
32371
32372     Add Hangul test case
32373
32374     Composed, and decomposed, of the same text.
32375
32376  test/shaping/texts/in-tree/shaper-default/MANIFEST                    |
32377  1 +
32378  test/shaping/texts/in-tree/shaper-default/script-hangul/MANIFEST      |
32379  1 +
32380  test/shaping/texts/in-tree/shaper-default/script-hangul/misc/MANIFEST |
32381  1 +
32382  test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt |
32383  2 ++
32384  4 files changed, 5 insertions(+)
32385
32386 commit 11138ccff71f442da1fcf64faa0e1d22e083e775
32387 Author: Behdad Esfahbod <behdad@behdad.org>
32388 Date:   Thu Apr 5 17:25:19 2012 -0400
32389
32390     Add normalize mode
32391
32392     In preparation for Hangul shaper.
32393
32394  src/Makefile.am                      |  1 +
32395  src/hb-ot-layout-common-private.hh   |  1 -
32396  src/hb-ot-shape-complex-arabic.cc    |  6 +--
32397  src/hb-ot-shape-complex-indic.cc     |  6 +--
32398  src/hb-ot-shape-complex-misc.cc      |  8 ++--
32399  src/hb-ot-shape-complex-private.hh   | 13 ++++---
32400  src/hb-ot-shape-normalize-private.hh | 46 +++++++++++++++++++++++
32401  src/hb-ot-shape-normalize.cc         | 73
32402  +++++++++++++++++-------------------
32403  src/hb-ot-shape-private.hh           |  7 +---
32404  src/hb-ot-shape.cc                   |  2 +-
32405  10 files changed, 102 insertions(+), 61 deletions(-)
32406
32407 commit 6769f21d579a354e32577ec57348e97d2cb1b438
32408 Author: Behdad Esfahbod <behdad@behdad.org>
32409 Date:   Thu Apr 5 16:46:46 2012 -0400
32410
32411     More moving code around
32412
32413  src/hb-ot-shape-normalize.cc | 2 +-
32414  src/hb-ot-shape-private.hh   | 8 --------
32415  src/hb-ot-shape.cc           | 2 +-
32416  src/hb-unicode-private.hh    | 8 ++++++++
32417  4 files changed, 10 insertions(+), 10 deletions(-)
32418
32419 commit 2db2a566826ed4763ce69629194ec656bd48b0bd
32420 Author: Behdad Esfahbod <behdad@behdad.org>
32421 Date:   Thu Apr 5 16:40:37 2012 -0400
32422
32423     Move code around
32424
32425  src/hb-ot-shape-private.hh | 53
32426  --------------------------------------------
32427  src/hb-unicode-private.hh  |  3 +++
32428  src/hb-unicode.cc          | 55
32429  ++++++++++++++++++++++++++++++++++++++++++++++
32430  3 files changed, 58 insertions(+), 53 deletions(-)
32431
32432 commit cad3821f3d5b68d490b0728bd37bd57428ec809c
32433 Author: Behdad Esfahbod <behdad@behdad.org>
32434 Date:   Wed Mar 7 17:13:25 2012 -0500
32435
32436     More sorting by Unicode version
32437
32438     This is the most convenient way to browse scripts.
32439
32440  src/hb-common.cc                   |  2 +-
32441  src/hb-common.h                    |  2 +-
32442  src/hb-ot-shape-complex-private.hh | 94
32443  ++++++++++++++++++++++++++++----------
32444  3 files changed, 72 insertions(+), 26 deletions(-)
32445
32446 commit 317b9504d7a4faa70dcf21e5c2aff4792dbd201a
32447 Author: Behdad Esfahbod <behdad@behdad.org>
32448 Date:   Wed Mar 7 16:51:29 2012 -0500
32449
32450     Minor
32451
32452  src/hb-ot-shape-complex-private.hh | 10 ++++++++--
32453  1 file changed, 8 insertions(+), 2 deletions(-)
32454
32455 commit fa2673c1ee954ddbbfbfca7cced7b839d7776fc0
32456 Author: Behdad Esfahbod <behdad@behdad.org>
32457 Date:   Wed Mar 7 15:52:02 2012 -0500
32458
32459     More Unicode script age annotation, and a couple more RTL scripts
32460
32461     Cross-checked with Mark Davis's spreadsheet at http://goo.gl/x9ilM
32462
32463  src/hb-common.cc |  8 ++++++++
32464  src/hb-common.h  | 52
32465  +++++++++++++++++++++++++++++-----------------------
32466  2 files changed, 37 insertions(+), 23 deletions(-)
32467
32468 commit 6d4016f1ba48d409800dc3281b93e5cd58c99d9f
32469 Author: Behdad Esfahbod <behdad@behdad.org>
32470 Date:   Wed Mar 7 15:33:14 2012 -0500
32471
32472     Make src tests pass again
32473
32474  src/gen-arabic-table.py                 | 11 ++++++-----
32475  src/gen-indic-table.py                  |  9 +++++----
32476  src/hb-ot-shape-complex-arabic-table.hh |  6 ++++++
32477  src/hb-ot-shape-complex-indic-table.hh  |  4 ++++
32478  4 files changed, 21 insertions(+), 9 deletions(-)
32479
32480 commit 7da435f08cc406080a5ee9b1ab5351db6a93acae
32481 Author: Behdad Esfahbod <behdad@behdad.org>
32482 Date:   Wed Mar 7 15:20:20 2012 -0500
32483
32484     Separate Unicode 3.1 and Unicode 3.2 additions
32485
32486  src/hb-common.h | 14 +++++++++-----
32487  1 file changed, 9 insertions(+), 5 deletions(-)
32488
32489 commit f91136cb528e298651c4a8a8a1d6dc54136e09ce
32490 Author: Behdad Esfahbod <behdad@behdad.org>
32491 Date:   Wed Mar 7 12:56:22 2012 -0500
32492
32493     Route three Unicode 6.1 scripts through Indic shaper
32494
32495  src/hb-ot-shape-complex-private.hh | 7 ++++++-
32496  1 file changed, 6 insertions(+), 1 deletion(-)
32497
32498 commit f32c0012ad794cd2df669dfc7b0438fafbe38b2d
32499 Author: Behdad Esfahbod <behdad@behdad.org>
32500 Date:   Wed Mar 7 12:53:34 2012 -0500
32501
32502     Add Unicode 6.1.0 scripts
32503
32504  src/hb-common.h |  9 +++++++++
32505  src/hb-glib.cc  | 11 ++++++++++-
32506  2 files changed, 19 insertions(+), 1 deletion(-)
32507
32508 commit 50e810cd0e55c25fddb0a2fd0861c51fbf65700e
32509 Author: Behdad Esfahbod <behdad@behdad.org>
32510 Date:   Wed Mar 7 12:49:08 2012 -0500
32511
32512     Lydian and Kharoshthi are right-to-left
32513
32514  src/hb-common.cc | 6 ++++++
32515  1 file changed, 6 insertions(+)
32516
32517 commit a52835635e4a2a12715aff2febb561515a10cd5a
32518 Author: Behdad Esfahbod <behdad@behdad.org>
32519 Date:   Wed Mar 7 12:38:39 2012 -0500
32520
32521     Whitespace
32522
32523  src/hb-common.h | 194
32524  ++++++++++++++++++++++++++++----------------------------
32525  1 file changed, 97 insertions(+), 97 deletions(-)
32526
32527 commit 183224684a45d7dcd7d28510d4383a7a7cb3dff3
32528 Author: Behdad Esfahbod <behdad@behdad.org>
32529 Date:   Wed Mar 7 12:21:28 2012 -0500
32530
32531     Use generic shaper for Buhid
32532
32533     As requested by Jonathan Kew.
32534
32535     We need to devise a better mechanism to choose which scripts to
32536     pass through the Indic shaper.  Moreover, currently we are storing
32537     data for some scripts in the Indic shaper that are not even going
32538     through that shaper.  Need to find a better way...
32539
32540  src/hb-ot-shape-complex-private.hh | 2 +-
32541  1 file changed, 1 insertion(+), 1 deletion(-)
32542
32543 commit cdc8b491a8e7cec5082ca2ad0346c1f41fdd5c92
32544 Author: Behdad Esfahbod <behdad@behdad.org>
32545 Date:   Wed Mar 7 12:08:33 2012 -0500
32546
32547     Update Indic table to Unicode 6.1 data
32548
32549  src/Makefile.am                         |  15 +++
32550  src/gen-indic-table.py                  |  20 ++--
32551  src/hb-ot-shape-complex-arabic-table.hh |  35 -------
32552  src/hb-ot-shape-complex-indic-table.hh  | 178
32553  +++++++++++++++++++-------------
32554  4 files changed, 134 insertions(+), 114 deletions(-)
32555
32556 commit e3b2e077f549b04779c08a9fedb1f35b9f11075c
32557 Author: Behdad Esfahbod <behdad@behdad.org>
32558 Date:   Wed Mar 7 10:21:24 2012 -0500
32559
32560     Typo
32561
32562  src/hb-ot-shape-normalize.cc | 2 +-
32563  1 file changed, 1 insertion(+), 1 deletion(-)
32564
32565 commit c346671b6b9b05fa51b95c16212eb29ac69510fa
32566 Author: Behdad Esfahbod <behdad@behdad.org>
32567 Date:   Tue Mar 6 20:47:50 2012 -0500
32568
32569     Minor doc fixes
32570
32571  src/hb-ot-shape-normalize.cc | 10 ++++++----
32572  1 file changed, 6 insertions(+), 4 deletions(-)
32573
32574 commit 406044986a68676f3050f9350ccc448c615fc685
32575 Author: Behdad Esfahbod <behdad@behdad.org>
32576 Date:   Tue Mar 6 20:24:31 2012 -0500
32577
32578     Add Hebrew diacritics test cases
32579
32580     From:
32581     https://bugzilla.mozilla.org/show_bug.cgi?id=662055
32582
32583  test/shaping/texts/in-tree/shaper-default/MANIFEST        |  1 +
32584  .../texts/in-tree/shaper-default/script-hebrew/MANIFEST   |  1 +
32585  .../in-tree/shaper-default/script-hebrew/misc/MANIFEST    |  1 +
32586  .../shaper-default/script-hebrew/misc/diacritics.txt      | 15
32587  +++++++++++++++
32588  4 files changed, 18 insertions(+)
32589
32590 commit 461b9b6347e4f58589f5be82c40a2df61da2c715
32591 Author: Behdad Esfahbod <behdad@behdad.org>
32592 Date:   Thu Mar 1 18:11:19 2012 -0800
32593
32594     Fix cluster formation in Indic
32595
32596     Makes number of failures against Uniscribe with hi_IN dictionary from
32597     OO.o to go down from 6334 to 4290.  Not bad for a one-line change!
32598
32599     Mozilla Bug 729626 - ASAN: heap-buffer-overflow HTML
32600
32601  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
32602  1 file changed, 1 insertion(+), 1 deletion(-)
32603
32604 commit bc71ad4973842f25216b48842a46d6c9cbce6aa3
32605 Author: Behdad Esfahbod <behdad@behdad.org>
32606 Date:   Thu Mar 1 17:30:29 2012 -0800
32607
32608     Fix atomic-int op on Apple
32609
32610     The OSAtomicAdd32Barrier operator returns the new value, we want the
32611     old value.
32612
32613  src/hb-blob.cc           | 2 +-
32614  src/hb-object-private.hh | 2 +-
32615  2 files changed, 2 insertions(+), 2 deletions(-)
32616
32617 commit a1970d9afc15b2c6b7513b923019bb223bd95154
32618 Author: Behdad Esfahbod <behdad@behdad.org>
32619 Date:   Fri Feb 24 13:51:09 2012 -0500
32620
32621     Add support for atomic int and mutex on Apple systems
32622
32623     So, apparently there's no atomic int 'get' method on Apple.
32624     You have to
32625     add(0) to get.  And that's not const-friendly.  So switch inert-object
32626     checking to a non-atomic get.  This, however, is safe, and a
32627     negligible
32628     performance boost too.
32629
32630  src/hb-mutex-private.hh  | 14 +++++++++-----
32631  src/hb-object-private.hh | 15 ++++++++++-----
32632  2 files changed, 19 insertions(+), 10 deletions(-)
32633
32634 commit 8004429102d7d3a8c42e1cbfe231835de4d3d782
32635 Author: Behdad Esfahbod <behdad@behdad.org>
32636 Date:   Thu Feb 23 18:47:17 2012 -0500
32637
32638     Remove unused hb_atomic_int_set()
32639
32640     Apparently it can't be implemented on OS X.  We weren't using
32641     it anyway.
32642
32643  src/hb-object-private.hh | 4 ----
32644  1 file changed, 4 deletions(-)
32645
32646 commit 45227c10e416894ba7f84fdf72d849cecdb9b898
32647 Author: Behdad Esfahbod <behdad@behdad.org>
32648 Date:   Thu Feb 23 19:47:43 2012 -0500
32649
32650     Add hb-warning.cc.  Oops!
32651
32652  src/hb-warning.cc | 53
32653  +++++++++++++++++++++++++++++++++++++++++++++++++++++
32654  1 file changed, 53 insertions(+)
32655
32656 commit bd7ff1dec5b92ee59fa060e793f88499adcd8c11
32657 Author: Behdad Esfahbod <behdad@behdad.org>
32658 Date:   Thu Feb 23 15:06:16 2012 -0500
32659
32660     Allow disabling multi-threaded support
32661
32662     By defining HB_NO_MT.
32663
32664     Also, only warn once per missing MT feature support.
32665
32666     Mozilla Bug 666661 - gfx/harfbuzz/src/hb-prive.h - compiler warnings
32667     on mac
32668
32669  src/Makefile.am          |  1 +
32670  src/hb-mutex-private.hh  |  6 +++---
32671  src/hb-object-private.hh | 11 +++--------
32672  3 files changed, 7 insertions(+), 11 deletions(-)
32673
32674 commit 634c9e3423a9c23793400d1f56e98070e00b6056
32675 Author: Behdad Esfahbod <behdad@behdad.org>
32676 Date:   Wed Feb 22 16:43:21 2012 -0500
32677
32678     Minor
32679
32680  src/hb-ot-shape-private.hh | 69
32681  ++++++++++++++++++++++++++--------------------
32682  1 file changed, 39 insertions(+), 30 deletions(-)
32683
32684 commit 514b6f88668da4eab85103c536dabe24b7bc457b
32685 Author: Behdad Esfahbod <behdad@behdad.org>
32686 Date:   Wed Feb 22 16:34:37 2012 -0500
32687
32688     Followup: Reorder Hebrew combining classes for better rendering
32689
32690     Patch from Jonathan Kew.
32691
32692     Bug 662055 - advanced Hebrew diacritics are shown correctly only in
32693     particular order.
32694
32695  src/hb-ot-shape-private.hh | 20 ++++++++++----------
32696  1 file changed, 10 insertions(+), 10 deletions(-)
32697
32698 commit 6e78607ea71e3e5306f88f227ddba76133d16ed0
32699 Author: Behdad Esfahbod <behdad@behdad.org>
32700 Date:   Wed Feb 22 16:31:15 2012 -0500
32701
32702     Reorder Hebrew combining classes for better rendering
32703
32704     Patch from Jonathan Kew.
32705
32706     Bug 662055 - advanced Hebrew diacritics are shown correctly only in
32707     particular order
32708
32709  src/hb-ot-shape-private.hh | 28 ++++++++++++++++++++++++++++
32710  1 file changed, 28 insertions(+)
32711
32712 commit 7a70ca78e06c676befe1ae17199fff1f000f8188
32713 Author: Behdad Esfahbod <behdad@behdad.org>
32714 Date:   Tue Feb 21 11:31:47 2012 -0500
32715
32716     Add test case from https://bugzilla.mozilla.org/show_bug.cgi?id=714067
32717
32718  test/shaping/texts/in-tree/shaper-arabic/script-arabic/misc/MANIFEST
32719  | 1 +
32720  .../in-tree/shaper-arabic/script-arabic/misc/ligature-diacritics.txt
32721  | 1 +
32722  2 files changed, 2 insertions(+)
32723
32724 commit f51e167436a51b890ffe3f7f7920498fa287acd9
32725 Author: Behdad Esfahbod <behdad@behdad.org>
32726 Date:   Mon Jan 30 09:48:33 2012 -0500
32727
32728     Minor error handling
32729
32730  util/options.cc | 6 +++++-
32731  1 file changed, 5 insertions(+), 1 deletion(-)
32732
32733 commit bee74efbdebc4e46ce57daa8a88bcf06b13411fe
32734 Author: Behdad Esfahbod <behdad@behdad.org>
32735 Date:   Fri Jan 27 02:14:08 2012 -0500
32736
32737     Update git.mk to new upstream
32738
32739  git.mk | 44 +++++++++++++++++++++++++++++++++-----------
32740  1 file changed, 33 insertions(+), 11 deletions(-)
32741
32742 commit 134aa7bc7e3f9b9de76c9de2ed4b7344a7b323f9
32743 Author: Behdad Esfahbod <behdad@behdad.org>
32744 Date:   Fri Jan 27 02:09:40 2012 -0500
32745
32746     Make checks more OS X friendly
32747
32748  src/check-internal-symbols.sh | 21 +++++++++++++--------
32749  src/check-libstdc++.sh        | 21 +++++++++++++--------
32750  2 files changed, 26 insertions(+), 16 deletions(-)
32751
32752 commit 6152199368399bf98368ea3c794fa760b49756ba
32753 Author: Behdad Esfahbod <behdad@behdad.org>
32754 Date:   Fri Jan 27 01:57:59 2012 -0500
32755
32756     Fix check-header-guards on OS X
32757
32758  src/check-header-guards.sh | 2 +-
32759  1 file changed, 1 insertion(+), 1 deletion(-)
32760
32761 commit c62e41b6aad1fc56225d0e53d6d4abd0f005fe3b
32762 Author: Behdad Esfahbod <behdad@behdad.org>
32763 Date:   Fri Jan 27 02:20:58 2012 -0500
32764
32765     Minor
32766
32767  configure.ac | 8 ++++----
32768  1 file changed, 4 insertions(+), 4 deletions(-)
32769
32770 commit 1a5a91dc0d8bf4b72a2f22dc6300b06ad7000b79
32771 Author: Behdad Esfahbod <behdad@behdad.org>
32772 Date:   Sun Jan 22 19:57:00 2012 -0500
32773
32774     Add a few more tests
32775
32776  .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt   | 3 +++
32777  .../shaper-indic/south-east-asian/script-thai/misc/misc.txt      |
32778  9 +++++++++
32779  2 files changed, 12 insertions(+)
32780
32781 commit 1795f3a222a85cdf80c78a0e9181d23dd1673876
32782 Author: Behdad Esfahbod <behdad@behdad.org>
32783 Date:   Sun Jan 22 19:29:45 2012 -0500
32784
32785     Add a couple Thai test cases from Thep
32786
32787  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST       |
32788  1 +
32789  .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST    |
32790  1 +
32791  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST     |
32792  1 +
32793  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/misc.txt     |
32794  2 ++
32795  4 files changed, 5 insertions(+)
32796
32797 commit ec3f506682fc6e2d7d7455e49d6c82ac9dd0c660
32798 Author: Behdad Esfahbod <behdad@behdad.org>
32799 Date:   Sun Jan 22 19:10:55 2012 -0500
32800
32801     Add Devanagari test from Tom Hacohen
32802
32803  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt
32804  | 1 +
32805  1 file changed, 1 insertion(+)
32806
32807 commit 71be4ca3dd5eaaca31957e34fef11f6aeb4aebdf
32808 Author: Behdad Esfahbod <behdad@behdad.org>
32809 Date:   Sun Jan 22 16:26:49 2012 -0500
32810
32811     Also ignore "ChangeLog" in manifests
32812
32813  test/shaping/hb_test_tools.py | 2 +-
32814  1 file changed, 1 insertion(+), 1 deletion(-)
32815
32816 commit 3c9a39ecd65990f2c7b29bb741c6a538fa425531
32817 Author: Behdad Esfahbod <behdad@behdad.org>
32818 Date:   Sun Jan 22 16:21:19 2012 -0500
32819
32820     Remove newline
32821
32822  test/shaping/hb_test_tools.py | 2 ++
32823  1 file changed, 2 insertions(+)
32824
32825 commit e4ccbfe276db5ed098ddcf78a7bb8f2da4263128
32826 Author: Behdad Esfahbod <behdad@behdad.org>
32827 Date:   Sun Jan 22 16:07:32 2012 -0500
32828
32829     Allow --color=html in hb-diff
32830
32831     Not that useful right now as we don't escape < and >.  Perhaps
32832     another tool can be added to convert the ANSI output to HTML.
32833
32834  test/shaping/hb-diff          |  2 +-
32835  test/shaping/hb_test_tools.py | 22 +++++++++++++++++-----
32836  2 files changed, 18 insertions(+), 6 deletions(-)
32837
32838 commit 71632c96daa4ba15e13f4d9e7f2c121d0162614e
32839 Author: Behdad Esfahbod <behdad@behdad.org>
32840 Date:   Sun Jan 22 15:31:44 2012 -0500
32841
32842     Fallback to Latin script if the font has no other usable scripts
32843
32844     Patch and description from Jonathan Kew:
32845
32846     It turns out that some legacy Thai fonts provide OpenType substitution
32847     features to implement mark positioning, but (incorrectly) put those
32848     features/lookups under the 'latn' script tag instead of using 'thai'
32849     (or
32850     possibly 'DFLT'). See
32851     https://bugzilla.mozilla.org/show_bug.cgi?id=719366 for an example and
32852     more detailed description.
32853
32854     Although this is really a font bug, I suggest that we could improve
32855     the
32856     rendering of such fonts by looking for the 'latn' as a fallback if
32857     neither the requested script nor "default" is found in
32858     hb_ot_layout_table_choose_script. Suggested patch against harfbuzz
32859     master is attached.
32860
32861     This does _not_ affect the other kind of legacy Thai font, where
32862     custom
32863     code to support vendor-specific PUA codepoints would be needed. I'm
32864     not
32865     keen to go down that path; IMO, such fonts should be ruthlessly
32866     stamped
32867     out in favour of standards-based solutions. :)
32868
32869     JK
32870
32871  src/hb-ot-layout.cc | 9 +++++++++
32872  1 file changed, 9 insertions(+)
32873
32874 commit 8f80f93491be73f05eba908591c856339acda51e
32875 Author: Behdad Esfahbod <behdad@behdad.org>
32876 Date:   Sat Jan 21 20:03:25 2012 -0500
32877
32878     More shoveling around
32879
32880  test/shaping/hb-diff-filter-failures |  2 +-
32881  test/shaping/hb-manifest-read        |  2 +-
32882  test/shaping/hb_test_tools.py        | 27 ++++++++++++++++-----------
32883  3 files changed, 18 insertions(+), 13 deletions(-)
32884
32885 commit c78c6e9844a23144ce7fa29afbf57b74587bfcd0
32886 Author: Behdad Esfahbod <behdad@behdad.org>
32887 Date:   Sat Jan 21 19:55:16 2012 -0500
32888
32889     Cleanup
32890
32891  test/shaping/hb-manifest-read |  2 +-
32892  test/shaping/hb_test_tools.py | 13 ++++++++-----
32893  2 files changed, 9 insertions(+), 6 deletions(-)
32894
32895 commit ab94a9c542f7ec9143335b73493ccb75d4586a3a
32896 Author: Behdad Esfahbod <behdad@behdad.org>
32897 Date:   Sat Jan 21 19:43:58 2012 -0500
32898
32899     Distribute testing tools
32900
32901  test/shaping/Makefile.am | 24 ++++++++++++++++++++++++
32902  1 file changed, 24 insertions(+)
32903
32904 commit 3e86feb54c94e46b60168fd2a4773183eb1354b4
32905 Author: Behdad Esfahbod <behdad@behdad.org>
32906 Date:   Sat Jan 21 19:40:30 2012 -0500
32907
32908     Speed up colorless diff
32909
32910  test/shaping/hb_test_tools.py | 6 ++++++
32911  1 file changed, 6 insertions(+)
32912
32913 commit 1e58df603457cb4b57da78b5d4a8df66aa7d7be4
32914 Author: Behdad Esfahbod <behdad@behdad.org>
32915 Date:   Sat Jan 21 19:37:31 2012 -0500
32916
32917     Cleanup manifest code
32918
32919  test/shaping/hb_test_tools.py | 18 ++++++++++++------
32920  1 file changed, 12 insertions(+), 6 deletions(-)
32921
32922 commit 956d552e108eeb50bb3ad21588830af7a2f3862a
32923 Author: Behdad Esfahbod <behdad@behdad.org>
32924 Date:   Sat Jan 21 19:31:51 2012 -0500
32925
32926     Port hb-manifest-update to Python
32927
32928  test/shaping/hb-manifest-update | 23 +++--------------------
32929  test/shaping/hb_test_tools.py   | 38
32930  ++++++++++++++++++++++++++++++--------
32931  2 files changed, 33 insertions(+), 28 deletions(-)
32932
32933 commit 3a34e9e351ed0ee3eb27f9c0f154bc227f1226bf
32934 Author: Behdad Esfahbod <behdad@behdad.org>
32935 Date:   Sat Jan 21 19:15:41 2012 -0500
32936
32937     Ignore Broken Pipe errors
32938
32939  test/shaping/hb_test_tools.py | 76
32940  +++++++++++++++++++++++++++----------------
32941  1 file changed, 48 insertions(+), 28 deletions(-)
32942
32943 commit d5300241680844f5625f32792f7dd7181ed05f9b
32944 Author: Behdad Esfahbod <behdad@behdad.org>
32945 Date:   Sat Jan 21 19:07:22 2012 -0500
32946
32947     [util] Make clusters work with char offset instead of UTF-8 offset
32948
32949     This means the --features indices also refer to char position
32950     instead of byte position now.  Same for cluster values reported
32951     by hb-shape.
32952
32953     Will add an option for byte indices later.
32954
32955  util/options.cc |  7 +++++--
32956  util/options.hh | 12 ++++++++++++
32957  2 files changed, 17 insertions(+), 2 deletions(-)
32958
32959 commit 0f68f4a0b5ee78cbdb2a89a9a1a9125afe72ed2f
32960 Author: Behdad Esfahbod <behdad@behdad.org>
32961 Date:   Sat Jan 21 18:59:48 2012 -0500
32962
32963     Correctly print out Unicode strings
32964
32965  util/options.cc | 2 +-
32966  1 file changed, 1 insertion(+), 1 deletion(-)
32967
32968 commit f22089ac24f43ff048c2a0f1c1f604ae3a96be8b
32969 Author: Behdad Esfahbod <behdad@behdad.org>
32970 Date:   Fri Jan 20 21:21:47 2012 -0500
32971
32972     Misc fixes
32973
32974  test/shaping/hb-diff          | 8 ++++----
32975  test/shaping/hb_test_tools.py | 4 ++--
32976  2 files changed, 6 insertions(+), 6 deletions(-)
32977
32978 commit 96968bfae5ce61a0a098bf0e6acd2210a309a499
32979 Author: Behdad Esfahbod <behdad@behdad.org>
32980 Date:   Fri Jan 20 21:16:34 2012 -0500
32981
32982     Port hb-manifest-read to Python
32983
32984  test/shaping/hb-diff-filter-failures |  2 +-
32985  test/shaping/hb-manifest-read        | 37 +++------------------------
32986  test/shaping/hb_test_tools.py        | 49
32987  ++++++++++++++++++++++++++++++++----
32988  3 files changed, 48 insertions(+), 40 deletions(-)
32989
32990 commit a59ed46fa4f7b76605f8ce6e75783ead406468f5
32991 Author: Behdad Esfahbod <behdad@behdad.org>
32992 Date:   Fri Jan 20 20:56:32 2012 -0500
32993
32994     Add final residues from test-shape-complex
32995
32996  .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/MANIFEST | 1 +
32997  .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/misc.txt |
32998  5 +++++
32999  test/shaping/texts/in-tree/shaper-default/MANIFEST               | 1 +
33000  .../texts/in-tree/shaper-default/script-linear-b/MANIFEST        | 1 +
33001  .../texts/in-tree/shaper-default/script-linear-b/misc/MANIFEST   | 1 +
33002  .../texts/in-tree/shaper-default/script-linear-b/misc/misc.txt   | 1 +
33003  test/shaping/texts/in-tree/shaper-indic/MANIFEST                 | 1 +
33004  .../shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST | 1 +
33005  .../in-tree/shaper-indic/south-east-asian/script-khmer/MANIFEST  | 1 +
33006  .../shaper-indic/south-east-asian/script-khmer/misc/MANIFEST     | 1 +
33007  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt     |
33008  9 +++++++++
33009  11 files changed, 23 insertions(+)
33010
33011 commit 820e0ed318d9b187a131baa9491d5d390ec33ef4
33012 Author: Behdad Esfahbod <behdad@behdad.org>
33013 Date:   Fri Jan 20 20:51:52 2012 -0500
33014
33015     Add Punjabi tests from test-shape-complex also
33016
33017  .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/MANIFEST
33018  | 1 +
33019  .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/misc.txt
33020  | 1 +
33021  2 files changed, 2 insertions(+)
33022
33023 commit a7d71c105772fb612871b4cae59bdae47bbc8751
33024 Author: Behdad Esfahbod <behdad@behdad.org>
33025 Date:   Fri Jan 20 20:50:09 2012 -0500
33026
33027     Add Tamil test data from Muguntharaj Subramanian
33028
33029  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  1 +
33030  .../shaper-indic/indic/script-tamil/misc/misc.txt  | 43
33031  ++++++++++++++++++++++
33032  2 files changed, 44 insertions(+)
33033
33034 commit 5992a9941e7f19181df1e34e79e514ccedc3d284
33035 Author: Behdad Esfahbod <behdad@behdad.org>
33036 Date:   Fri Jan 20 20:48:14 2012 -0500
33037
33038     Import test data from late test-shape-complex
33039
33040  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |  1 +
33041  .../shaper-arabic/script-arabic/misc/MANIFEST      |  0
33042  .../in-tree/shaper-arabic/script-mandaic/MANIFEST  |  1 +
33043  .../shaper-arabic/script-mandaic/misc/MANIFEST     |  0
33044  .../shaper-arabic/script-mongolian/MANIFEST        |  1 +
33045  .../shaper-arabic/script-mongolian/misc/MANIFEST   |  0
33046  .../in-tree/shaper-arabic/script-nko/MANIFEST      |  1 +
33047  .../in-tree/shaper-arabic/script-nko/misc/MANIFEST |  0
33048  .../in-tree/shaper-arabic/script-syriac/MANIFEST   |  1 +
33049  .../shaper-arabic/script-syriac/misc/MANIFEST      |  0
33050  .../shaper-indic/indic/script-assamese/MANIFEST    |  1 +
33051  .../indic/script-assamese/misc/MANIFEST            |  0
33052  .../shaper-indic/indic/script-bengali/MANIFEST     |  1 +
33053  .../indic/script-bengali/misc/MANIFEST             |  1 +
33054  .../indic/script-bengali/misc/misc.txt             | 48
33055  ++++++++++++++++++++++
33056  .../shaper-indic/indic/script-devanagari/MANIFEST  |  1 +
33057  .../indic/script-devanagari/misc/MANIFEST          |  1 +
33058  .../indic/script-devanagari/misc/misc.txt          | 23 +++++++++++
33059  .../shaper-indic/indic/script-gujarati/MANIFEST    |  1 +
33060  .../indic/script-gujarati/misc/MANIFEST            |  0
33061  .../shaper-indic/indic/script-kannada/MANIFEST     |  1 +
33062  .../indic/script-kannada/misc/MANIFEST             |  1 +
33063  .../indic/script-kannada/misc/misc.txt             | 17 ++++++++
33064  .../shaper-indic/indic/script-malayalam/MANIFEST   |  1 +
33065  .../indic/script-malayalam/misc/MANIFEST           |  1 +
33066  .../indic/script-malayalam/misc/misc.txt           | 22 ++++++++++
33067  .../shaper-indic/indic/script-oriya/MANIFEST       |  1 +
33068  .../shaper-indic/indic/script-oriya/misc/MANIFEST  |  1 +
33069  .../shaper-indic/indic/script-oriya/misc/misc.txt  | 28 +++++++++++++
33070  .../shaper-indic/indic/script-punjabi/MANIFEST     |  1 +
33071  .../indic/script-punjabi/misc/MANIFEST             |  0
33072  .../shaper-indic/indic/script-sinhala/MANIFEST     |  1 +
33073  .../indic/script-sinhala/misc/MANIFEST             |  1 +
33074  .../indic/script-sinhala/misc/misc.txt             |  6 +++
33075  .../shaper-indic/indic/script-tamil/MANIFEST       |  1 +
33076  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  0
33077  .../shaper-indic/indic/script-telugu/MANIFEST      |  1 +
33078  .../shaper-indic/indic/script-telugu/misc/MANIFEST |  1 +
33079  .../shaper-indic/indic/script-telugu/misc/misc.txt | 11 +++++
33080  39 files changed, 178 insertions(+)
33081
33082 commit 46ac45647760984c6220f04ba4521038e628b169
33083 Author: Behdad Esfahbod <behdad@behdad.org>
33084 Date:   Fri Jan 20 19:32:17 2012 -0500
33085
33086     Fix Unicode encoding issue
33087
33088  test/shaping/hb_test_tools.py | 8 ++++----
33089  1 file changed, 4 insertions(+), 4 deletions(-)
33090
33091 commit ad34e39a4a320310b1edd9fc4d7e740373510c69
33092 Author: Behdad Esfahbod <behdad@behdad.org>
33093 Date:   Fri Jan 20 18:39:27 2012 -0500
33094
33095     Make test tools interactive
33096
33097     By bypassing readlines() buffering.
33098
33099  test/shaping/hb_test_tools.py | 33 +++++++++++++++++++++++++++------
33100  1 file changed, 27 insertions(+), 6 deletions(-)
33101
33102 commit 91540a7d97051a3d6e97fdcd1e98af23e0780cdd
33103 Author: Behdad Esfahbod <behdad@behdad.org>
33104 Date:   Fri Jan 20 18:27:52 2012 -0500
33105
33106     Move most testing logic into hb_test_tools.py
33107
33108     The actual utils are one-liners now.
33109
33110  test/shaping/hb-diff                 |  77 ++-------------
33111  test/shaping/hb-diff-filter-failures |  27 +-----
33112  test/shaping/hb-unicode-decode       |  18 +---
33113  test/shaping/hb-unicode-encode       |  21 +---
33114  test/shaping/hb-unicode-prettyname   |  53 +----------
33115  test/shaping/hb_test_tools.py        | 180
33116  +++++++++++++++++++++++++++++++++++
33117  6 files changed, 197 insertions(+), 179 deletions(-)
33118
33119 commit 66aa080033dcff07b8bb5e7b1f0e3511f067d6c1
33120 Author: Behdad Esfahbod <behdad@behdad.org>
33121 Date:   Fri Jan 20 17:36:10 2012 -0500
33122
33123     Remove test-shape-complex
33124
33125     New shaping testsuite and framework coming.
33126
33127  test/api/Makefile.am               |    6 -
33128  test/api/test-shape-complex.c      | 1237
33129  ------------------------------------
33130  test/shaping/hb-unicode-prettyname |    1 +
33131  3 files changed, 1 insertion(+), 1243 deletions(-)
33132
33133 commit ed459bfb63c58b59fc0dbe25021c396e8ef8683c
33134 Author: Behdad Esfahbod <behdad@behdad.org>
33135 Date:   Fri Jan 20 17:24:05 2012 -0500
33136
33137     Add hb-unicode-encode
33138
33139  test/shaping/hb-unicode-encode | 22 ++++++++++++++++++++++
33140  1 file changed, 22 insertions(+)
33141
33142 commit d8134bc017ca3383e0978ddee57070eb3aab8964
33143 Author: Behdad Esfahbod <behdad@behdad.org>
33144 Date:   Fri Jan 20 17:18:59 2012 -0500
33145
33146     [hb-shape] Add parantheses around --show-text output
33147
33148  util/options.cc | 2 ++
33149  1 file changed, 2 insertions(+)
33150
33151 commit b12c4d43614199f8910a06507603f6c431d9df67
33152 Author: Behdad Esfahbod <behdad@behdad.org>
33153 Date:   Fri Jan 20 17:17:44 2012 -0500
33154
33155     Add hb-diff-filter-failures
33156
33157  test/shaping/hb-diff-filter-failures | 28 ++++++++++++++++++++++++++++
33158  1 file changed, 28 insertions(+)
33159
33160 commit d4bffbc55bf4c23ab5c7f46af613aeecc79ac515
33161 Author: Behdad Esfahbod <behdad@behdad.org>
33162 Date:   Fri Jan 20 17:16:35 2012 -0500
33163
33164     Move
33165
33166  test/shaping/texts/MANIFEST                                           |
33167  4 +---
33168  test/shaping/texts/in-tree/MANIFEST                                   |
33169  3 +++
33170  test/shaping/texts/{ => in-tree}/shaper-arabic/MANIFEST               | 0
33171  .../{shaper-default => in-tree/shaper-arabic/script-arabic}/MANIFEST  | 0
33172  .../script-syriac => in-tree/shaper-arabic/script-mandaic}/MANIFEST   | 0
33173  .../script-nko => in-tree/shaper-arabic/script-mongolian}/MANIFEST    | 0
33174  .../script-mongolian => in-tree/shaper-arabic/script-nko}/MANIFEST    | 0
33175  .../script-mandaic => in-tree/shaper-arabic/script-syriac}/MANIFEST   | 0
33176  .../{shaper-arabic/script-arabic => in-tree/shaper-default}/MANIFEST  | 0
33177  test/shaping/texts/{ => in-tree}/shaper-indic/MANIFEST                | 0
33178  test/shaping/texts/{ => in-tree}/shaper-indic/indic/MANIFEST          | 0
33179  .../shaper-indic/indic/script-assamese}/MANIFEST                      | 0
33180  .../shaper-indic/indic/script-assamese}/utrrs/LICENSE                 | 0
33181  .../shaper-indic/indic/script-assamese}/utrrs/MANIFEST                | 0
33182  .../shaper-indic/indic/script-assamese}/utrrs/README                  | 0
33183  .../shaper-indic/indic/script-assamese}/utrrs/SOURCES                 | 0
33184  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
33185  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
33186  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
33187  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
33188  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
33189  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
33190  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
33191  .../shaper-indic/indic/script-assamese}/utrrs/codepoint/MANIFEST      | 0
33192  .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt     | 0
33193  .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt     | 0
33194  .../shaper-indic/indic/script-assamese}/utrrs/gpos/MANIFEST           | 0
33195  .../indic/script-assamese/utrrs/gsub/IndicFontFeatureGSUB.txt         | 0
33196  .../shaper-indic/indic/script-assamese}/utrrs/gsub/MANIFEST           | 0
33197  .../shaper-indic/indic/script-bengali}/MANIFEST                       | 0
33198  .../shaper-indic/indic/script-bengali}/utrrs/LICENSE                  | 0
33199  .../shaper-indic/indic/script-bengali}/utrrs/MANIFEST                 | 0
33200  .../shaper-indic/indic/script-bengali}/utrrs/README                   | 0
33201  .../shaper-indic/indic/script-bengali}/utrrs/SOURCES                  | 0
33202  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
33203  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
33204  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
33205  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
33206  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
33207  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
33208  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
33209  .../shaper-indic/indic/script-bengali}/utrrs/codepoint/MANIFEST       | 0
33210  .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
33211  .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt      | 0
33212  .../shaper-indic/indic/script-bengali}/utrrs/gpos/MANIFEST            | 0
33213  .../indic/script-bengali/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
33214  .../shaper-indic/indic/script-bengali}/utrrs/gsub/MANIFEST            | 0
33215  .../shaper-indic/indic/script-devanagari}/MANIFEST                    | 0
33216  .../shaper-indic/indic/script-devanagari}/utrrs/LICENSE               | 0
33217  .../shaper-indic/indic/script-devanagari}/utrrs/MANIFEST              | 0
33218  .../shaper-indic/indic/script-devanagari}/utrrs/README                | 0
33219  .../shaper-indic/indic/script-devanagari}/utrrs/SOURCES               | 0
33220  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
33221  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
33222  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
33223  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
33224  .../codepoint/IndicFontFeatureCodepoint-DevnagariSpecificAddition.txt | 0
33225  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
33226  .../utrrs/codepoint/IndicFontFeatureCodepoint-GenericPunctuation.txt  | 0
33227  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
33228  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
33229  .../shaper-indic/indic/script-devanagari/utrrs/codepoint/MANIFEST     | 0
33230  .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt   | 0
33231  .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt   | 0
33232  .../shaper-indic/indic/script-devanagari}/utrrs/gpos/MANIFEST         | 0
33233  .../indic/script-devanagari/utrrs/gsub/IndicFontFeatureGSUB.txt       | 0
33234  .../shaper-indic/indic/script-devanagari}/utrrs/gsub/MANIFEST         | 0
33235  .../shaper-indic/indic/script-gujarati}/MANIFEST                      | 0
33236  .../shaper-indic/indic/script-gujarati}/utrrs/LICENSE                 | 0
33237  .../shaper-indic/indic/script-gujarati}/utrrs/MANIFEST                | 0
33238  .../shaper-indic/indic/script-gujarati}/utrrs/README                  | 0
33239  .../shaper-indic/indic/script-gujarati}/utrrs/SOURCES                 | 0
33240  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
33241  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
33242  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
33243  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
33244  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
33245  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
33246  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
33247  .../shaper-indic/indic/script-gujarati/utrrs/codepoint/MANIFEST       | 0
33248  .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt     | 0
33249  .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt     | 0
33250  .../shaper-indic/indic/script-gujarati}/utrrs/gpos/MANIFEST           | 0
33251  .../indic/script-gujarati/utrrs/gsub/IndicFontFeatureGSUB.txt         | 0
33252  .../shaper-indic/indic/script-gujarati}/utrrs/gsub/MANIFEST           | 0
33253  .../shaper-indic/indic/script-kannada}/MANIFEST                       | 0
33254  .../shaper-indic/indic/script-kannada}/utrrs/LICENSE                  | 0
33255  .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/MANIFEST    | 0
33256  .../shaper-indic/indic/script-kannada}/utrrs/README                   | 0
33257  .../shaper-indic/indic/script-kannada}/utrrs/SOURCES                  | 0
33258  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
33259  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
33260  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
33261  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
33262  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
33263  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
33264  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
33265  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
33266  .../shaper-indic/indic/script-kannada/utrrs/codepoint/MANIFEST        | 0
33267  .../script-kannada/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
33268  .../shaper-indic/indic/script-kannada}/utrrs/gpos/MANIFEST            | 0
33269  .../indic/script-kannada/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
33270  .../shaper-indic/indic/script-kannada}/utrrs/gsub/MANIFEST            | 0
33271  .../texts/{ => in-tree}/shaper-indic/indic/script-malayalam/MANIFEST  | 0
33272  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/LICENSE   | 0
33273  .../shaper-indic/indic/script-malayalam}/utrrs/MANIFEST               | 0
33274  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/README    | 0
33275  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/SOURCES   | 0
33276  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
33277  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
33278  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
33279  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
33280  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
33281  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
33282  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
33283  .../shaper-indic/indic/script-malayalam}/utrrs/codepoint/MANIFEST     | 0
33284  .../indic/script-malayalam/utrrs/gsub/IndicFontFeatureGSUB.txt        | 0
33285  .../shaper-indic/indic/script-malayalam}/utrrs/gsub/MANIFEST          | 0
33286  .../shaper-indic/indic/script-oriya}/MANIFEST                         | 0
33287  .../shaper-indic/indic/script-oriya}/utrrs/LICENSE                    | 0
33288  .../shaper-indic/indic/script-oriya}/utrrs/MANIFEST                   | 0
33289  .../shaper-indic/indic/script-oriya}/utrrs/README                     | 0
33290  .../shaper-indic/indic/script-oriya}/utrrs/SOURCES                    | 0
33291  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
33292  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
33293  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
33294  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
33295  .../script-oriya/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0
33296  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
33297  .../utrrs/codepoint/IndicFontFeatureCodepoint-OriyaSpecific.txt       | 0
33298  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
33299  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
33300  .../shaper-indic/indic/script-oriya/utrrs/codepoint/MANIFEST          | 0
33301  .../indic/script-oriya/utrrs/gsub/IndicFontFeatureGSUB.txt            | 0
33302  .../shaper-indic/indic/script-oriya}/utrrs/gsub/MANIFEST              | 0
33303  .../shaper-indic/indic/script-punjabi}/MANIFEST                       | 0
33304  .../shaper-indic/indic/script-punjabi}/utrrs/LICENSE                  | 0
33305  .../shaper-indic/indic/script-punjabi}/utrrs/MANIFEST                 | 0
33306  .../shaper-indic/indic/script-punjabi}/utrrs/README                   | 0
33307  .../shaper-indic/indic/script-punjabi}/utrrs/SOURCES                  | 0
33308  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
33309  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
33310  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
33311  .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt    | 0
33312  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
33313  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
33314  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
33315  .../shaper-indic/indic/script-punjabi/utrrs/codepoint/MANIFEST        | 0
33316  .../script-punjabi/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
33317  .../script-punjabi/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt      | 0
33318  .../shaper-indic/indic/script-punjabi}/utrrs/gpos/MANIFEST            | 0
33319  .../indic/script-punjabi/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
33320  .../shaper-indic/indic/script-punjabi}/utrrs/gsub/MANIFEST            | 0
33321  .../shaper-indic/indic/script-sinhala}/MANIFEST                       | 0
33322  .../shaper-indic/indic/script-sinhala}/utrrs/LICENSE                  | 0
33323  .../shaper-indic/indic/script-sinhala}/utrrs/MANIFEST                 | 0
33324  .../shaper-indic/indic/script-sinhala}/utrrs/README                   | 0
33325  .../shaper-indic/indic/script-sinhala}/utrrs/SOURCES                  | 0
33326  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
33327  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
33328  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
33329  .../utrrs/codepoint/IndicFontFeatureCodepoint-Punctuation.txt         | 0
33330  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
33331  .../shaper-indic/indic/script-sinhala/utrrs/codepoint/MANIFEST        | 0
33332  .../indic/script-sinhala/utrrs/gpos/IndicFontFeatureGPOS.txt          | 0
33333  .../shaper-indic/indic/script-sinhala/utrrs/gpos/MANIFEST             | 0
33334  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt | 0
33335  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt  | 0
33336  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt   | 0
33337  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Special-Cases.txt  | 0
33338  .../utrrs/gsub/IndicFontFeatureGSUB-TouchingLetters.txt               | 0
33339  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt  | 0
33340  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
33341  .../shaper-indic/indic/script-sinhala/utrrs/gsub/MANIFEST             | 0
33342  .../shaper-indic/indic/script-tamil}/MANIFEST                         | 0
33343  .../shaper-indic/indic/script-tamil}/utrrs/LICENSE                    | 0
33344  .../shaper-indic/indic/script-tamil}/utrrs/MANIFEST                   | 0
33345  .../shaper-indic/indic/script-tamil}/utrrs/README                     | 0
33346  .../shaper-indic/indic/script-tamil}/utrrs/SOURCES                    | 0
33347  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
33348  .../utrrs/codepoint/IndicFontFeatureCodepoint-CurrencySymbols.txt     | 0
33349  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
33350  .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0
33351  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
33352  .../utrrs/codepoint/IndicFontFeatureCodepoint-Numerics.txt            | 0
33353  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
33354  .../utrrs/codepoint/IndicFontFeatureCodepoint-Symbols.txt             | 0
33355  .../utrrs/codepoint/IndicFontFeatureCodepoint-TamilSymbol.txt         | 0
33356  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
33357  .../shaper-indic/indic/script-tamil/utrrs/codepoint/MANIFEST          | 0
33358  .../indic/script-tamil/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  | 0
33359  .../indic/script-tamil/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  | 0
33360  .../shaper-indic/indic/script-tamil}/utrrs/gpos/MANIFEST              | 0
33361  .../indic/script-tamil/utrrs/gsub/IndicFontFeatureGSUB.txt            | 0
33362  .../shaper-indic/indic/script-tamil}/utrrs/gsub/MANIFEST              | 0
33363  .../shaper-indic/indic/script-telugu}/MANIFEST                        | 0
33364  .../shaper-indic/indic/script-telugu}/utrrs/LICENSE                   | 0
33365  .../shaper-indic/indic/script-telugu}/utrrs/MANIFEST                  | 0
33366  .../shaper-indic/indic/script-telugu}/utrrs/README                    | 0
33367  .../shaper-indic/indic/script-telugu}/utrrs/SOURCES                   | 0
33368  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
33369  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
33370  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
33371  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
33372  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
33373  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
33374  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
33375  .../shaper-indic/indic/script-telugu}/utrrs/codepoint/MANIFEST        | 0
33376  .../indic/script-telugu/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 0
33377  .../shaper-indic/indic/script-telugu}/utrrs/gpos/MANIFEST             | 0
33378  .../indic/script-telugu/utrrs/gsub/IndicFontFeatureGSUB.txt           | 0
33379  .../shaper-indic/indic/script-telugu}/utrrs/gsub/MANIFEST             | 0
33380  212 files changed, 4 insertions(+), 3 deletions(-)
33381
33382 commit 45f640c98d752161e51eda63061d70fad9ab9f68
33383 Author: Behdad Esfahbod <behdad@behdad.org>
33384 Date:   Fri Jan 20 14:24:21 2012 -0500
33385
33386     Minor
33387
33388  test/shaping/hb-diff | 35 ++++++++++++++++++++---------------
33389  1 file changed, 20 insertions(+), 15 deletions(-)
33390
33391 commit 47ca766a9cbdfb304f60e23a4dee0a155075a277
33392 Author: Behdad Esfahbod <behdad@behdad.org>
33393 Date:   Fri Jan 20 14:21:53 2012 -0500
33394
33395     Minor
33396
33397  test/shaping/hb-unicode-decode     | 2 +-
33398  test/shaping/hb-unicode-prettyname | 5 ++---
33399  2 files changed, 3 insertions(+), 4 deletions(-)
33400
33401 commit 8f1db07894674b02c36ca9352e666b4618ee8832
33402 Author: Behdad Esfahbod <behdad@behdad.org>
33403 Date:   Fri Jan 20 13:57:57 2012 -0500
33404
33405     [test/shaping] Add some Indic test data for the new test suite
33406
33407     Imported from UTRRS.
33408
33409  test/shaping/texts/shaper-indic/indic/MANIFEST     |    2 +-
33410  .../shaper-indic/indic/script-assamese/MANIFEST    |    1 +
33411  .../indic/script-assamese/utrrs/LICENSE            |   19 +
33412  .../indic/script-assamese/utrrs/MANIFEST           |    3 +
33413  .../indic/script-assamese/utrrs/README             |   13 +
33414  .../indic/script-assamese/utrrs/SOURCES            |    2 +
33415  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
33416  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 +
33417  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 +
33418  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
33419  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   11 +
33420  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
33421  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
33422  .../indic/script-assamese/utrrs/codepoint/MANIFEST |    7 +
33423  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   59 +
33424  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  131 ++
33425  .../indic/script-assamese/utrrs/gpos/MANIFEST      |    2 +
33426  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  139 ++
33427  .../indic/script-assamese/utrrs/gsub/MANIFEST      |    1 +
33428  .../shaper-indic/indic/script-bengali/MANIFEST     |    1 +
33429  .../indic/script-bengali/utrrs/LICENSE             |   19 +
33430  .../indic/script-bengali/utrrs/MANIFEST            |    3 +
33431  .../shaper-indic/indic/script-bengali/utrrs/README |   13 +
33432  .../indic/script-bengali/utrrs/SOURCES             |    2 +
33433  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 +
33434  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 +
33435  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 +
33436  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
33437  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
33438  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
33439  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
33440  .../indic/script-bengali/utrrs/codepoint/MANIFEST  |    7 +
33441  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   58 +
33442  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  119 ++
33443  .../indic/script-bengali/utrrs/gpos/MANIFEST       |    2 +
33444  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  215 +++
33445  .../indic/script-bengali/utrrs/gsub/MANIFEST       |    1 +
33446  .../shaper-indic/indic/script-devanagari/MANIFEST  |    1 +
33447  .../indic/script-devanagari/utrrs/LICENSE          |   19 +
33448  .../indic/script-devanagari/utrrs/MANIFEST         |    3 +
33449  .../indic/script-devanagari/utrrs/README           |   13 +
33450  .../indic/script-devanagari/utrrs/SOURCES          |    2 +
33451  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    8 +
33452  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
33453  .../IndicFontFeatureCodepoint-Consonants.txt       |   45 +
33454  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   14 +
33455  ...tFeatureCodepoint-DevnagariSpecificAddition.txt |    1 +
33456  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
33457  ...ndicFontFeatureCodepoint-GenericPunctuation.txt |    2 +
33458  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   16 +
33459  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   10 +
33460  .../script-devanagari/utrrs/codepoint/MANIFEST     |    9 +
33461  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  185 +++
33462  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  185 +++
33463  .../indic/script-devanagari/utrrs/gpos/MANIFEST    |    2 +
33464  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1367
33465  ++++++++++++++++++++
33466  .../indic/script-devanagari/utrrs/gsub/MANIFEST    |    1 +
33467  .../shaper-indic/indic/script-gujarati/MANIFEST    |    1 +
33468  .../indic/script-gujarati/utrrs/LICENSE            |   19 +
33469  .../indic/script-gujarati/utrrs/MANIFEST           |    3 +
33470  .../indic/script-gujarati/utrrs/README             |   13 +
33471  .../indic/script-gujarati/utrrs/SOURCES            |    2 +
33472  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 +
33473  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 +
33474  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
33475  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
33476  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   13 +
33477  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
33478  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    7 +
33479  .../indic/script-gujarati/utrrs/codepoint/MANIFEST |    7 +
33480  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  170 +++
33481  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  170 +++
33482  .../indic/script-gujarati/utrrs/gpos/MANIFEST      |    2 +
33483  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1156
33484  +++++++++++++++++
33485  .../indic/script-gujarati/utrrs/gsub/MANIFEST      |    1 +
33486  .../shaper-indic/indic/script-kannada/MANIFEST     |    1 +
33487  .../indic/script-kannada/utrrs/LICENSE             |   19 +
33488  .../indic/script-kannada/utrrs/MANIFEST            |    3 +
33489  .../shaper-indic/indic/script-kannada/utrrs/README |   13 +
33490  .../indic/script-kannada/utrrs/SOURCES             |    2 +
33491  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    1 +
33492  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
33493  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 +
33494  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 +
33495  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
33496  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
33497  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
33498  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    9 +
33499  .../indic/script-kannada/utrrs/codepoint/MANIFEST  |    8 +
33500  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  188 +++
33501  .../indic/script-kannada/utrrs/gpos/MANIFEST       |    1 +
33502  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  306 +++++
33503  .../indic/script-kannada/utrrs/gsub/MANIFEST       |    1 +
33504  .../shaper-indic/indic/script-malayalam/MANIFEST   |    1 +
33505  .../indic/script-malayalam/utrrs/LICENSE           |   19 +
33506  .../indic/script-malayalam/utrrs/MANIFEST          |    2 +
33507  .../indic/script-malayalam/utrrs/README            |   13 +
33508  .../indic/script-malayalam/utrrs/SOURCES           |    2 +
33509  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
33510  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 +
33511  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
33512  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
33513  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
33514  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
33515  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 +
33516  .../script-malayalam/utrrs/codepoint/MANIFEST      |    7 +
33517  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  254 ++++
33518  .../indic/script-malayalam/utrrs/gsub/MANIFEST     |    1 +
33519  .../texts/shaper-indic/indic/script-oriya/MANIFEST |    1 +
33520  .../shaper-indic/indic/script-oriya/utrrs/LICENSE  |   19 +
33521  .../shaper-indic/indic/script-oriya/utrrs/MANIFEST |    2 +
33522  .../shaper-indic/indic/script-oriya/utrrs/README   |   13 +
33523  .../shaper-indic/indic/script-oriya/utrrs/SOURCES  |    2 +
33524  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    3 +
33525  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
33526  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 +
33527  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
33528  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
33529  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
33530  .../IndicFontFeatureCodepoint-OriyaSpecific.txt    |    2 +
33531  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
33532  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    8 +
33533  .../indic/script-oriya/utrrs/codepoint/MANIFEST    |    9 +
33534  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  170 +++
33535  .../indic/script-oriya/utrrs/gsub/MANIFEST         |    1 +
33536  .../shaper-indic/indic/script-punjabi/MANIFEST     |    1 +
33537  .../indic/script-punjabi/utrrs/LICENSE             |   19 +
33538  .../indic/script-punjabi/utrrs/MANIFEST            |    3 +
33539  .../shaper-indic/indic/script-punjabi/utrrs/README |   13 +
33540  .../indic/script-punjabi/utrrs/SOURCES             |    2 +
33541  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +
33542  .../IndicFontFeatureCodepoint-DependentVowels.txt  |    9 +
33543  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
33544  .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt |    6 +
33545  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   10 +
33546  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
33547  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
33548  .../indic/script-punjabi/utrrs/codepoint/MANIFEST  |    7 +
33549  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   22 +
33550  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |    2 +
33551  .../indic/script-punjabi/utrrs/gpos/MANIFEST       |    2 +
33552  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  152 +++
33553  .../indic/script-punjabi/utrrs/gsub/MANIFEST       |    1 +
33554  .../shaper-indic/indic/script-sinhala/MANIFEST     |    1 +
33555  .../indic/script-sinhala/utrrs/LICENSE             |   19 +
33556  .../indic/script-sinhala/utrrs/MANIFEST            |    3 +
33557  .../shaper-indic/indic/script-sinhala/utrrs/README |   13 +
33558  .../indic/script-sinhala/utrrs/SOURCES             |    2 +
33559  .../IndicFontFeatureCodepoint-Consonants.txt       |   41 +
33560  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   17 +
33561  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   18 +
33562  .../IndicFontFeatureCodepoint-Punctuation.txt      |    1 +
33563  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    3 +
33564  .../indic/script-sinhala/utrrs/codepoint/MANIFEST  |    5 +
33565  .../utrrs/gpos/IndicFontFeatureGPOS.txt            |  162 +++
33566  .../indic/script-sinhala/utrrs/gpos/MANIFEST       |    1 +
33567  .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt   |    1 +
33568  .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt    |   41 +
33569  .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt     |   42 +
33570  .../gsub/IndicFontFeatureGSUB-Special-Cases.txt    |    2 +
33571  .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt  |    1 +
33572  .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt    |   41 +
33573  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    1 +
33574  .../indic/script-sinhala/utrrs/gsub/MANIFEST       |    7 +
33575  .../texts/shaper-indic/indic/script-tamil/MANIFEST |    1 +
33576  .../shaper-indic/indic/script-tamil/utrrs/LICENSE  |   19 +
33577  .../shaper-indic/indic/script-tamil/utrrs/MANIFEST |    3 +
33578  .../shaper-indic/indic/script-tamil/utrrs/README   |   13 +
33579  .../shaper-indic/indic/script-tamil/utrrs/SOURCES  |    2 +
33580  .../IndicFontFeatureCodepoint-Consonants.txt       |   23 +
33581  .../IndicFontFeatureCodepoint-CurrencySymbols.txt  |    1 +
33582  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   11 +
33583  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
33584  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
33585  .../IndicFontFeatureCodepoint-Numerics.txt         |    3 +
33586  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
33587  .../IndicFontFeatureCodepoint-Symbols.txt          |    6 +
33588  .../IndicFontFeatureCodepoint-TamilSymbol.txt      |    1 +
33589  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 +
33590  .../indic/script-tamil/utrrs/codepoint/MANIFEST    |   10 +
33591  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   64 +
33592  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   44 +
33593  .../indic/script-tamil/utrrs/gpos/MANIFEST         |    2 +
33594  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    4 +
33595  .../indic/script-tamil/utrrs/gsub/MANIFEST         |    1 +
33596  .../shaper-indic/indic/script-telugu/MANIFEST      |    1 +
33597  .../shaper-indic/indic/script-telugu/utrrs/LICENSE |   19 +
33598  .../indic/script-telugu/utrrs/MANIFEST             |    3 +
33599  .../shaper-indic/indic/script-telugu/utrrs/README  |   13 +
33600  .../shaper-indic/indic/script-telugu/utrrs/SOURCES |    2 +
33601  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
33602  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +
33603  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 +
33604  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
33605  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
33606  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
33607  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
33608  .../indic/script-telugu/utrrs/codepoint/MANIFEST   |    7 +
33609  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  385 ++++++
33610  .../indic/script-telugu/utrrs/gpos/MANIFEST        |    1 +
33611  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  287 ++++
33612  .../indic/script-telugu/utrrs/gsub/MANIFEST        |    1 +
33613  202 files changed, 7581 insertions(+), 1 deletion(-)
33614
33615 commit 11267aef364b1cc5683ce65aaf544b7f2a127fb3
33616 Author: Behdad Esfahbod <behdad@behdad.org>
33617 Date:   Fri Jan 20 13:57:14 2012 -0500
33618
33619     Fix
33620
33621  test/shaping/Makefile.am | 2 +-
33622  1 file changed, 1 insertion(+), 1 deletion(-)
33623
33624 commit 4e84ce48d5d41cf1bad2fb8774e5c66745b0e75e
33625 Author: Behdad Esfahbod <behdad@behdad.org>
33626 Date:   Fri Jan 20 13:50:55 2012 -0500
33627
33628     Move hb-diff to test/shaping/
33629
33630  {util => test/shaping}/hb-diff | 0
33631  util/Makefile.am               | 2 --
33632  2 files changed, 2 deletions(-)
33633
33634 commit f868e1b84d2f73688d4d6558d44610b1ac75ec13
33635 Author: Behdad Esfahbod <behdad@behdad.org>
33636 Date:   Fri Jan 20 13:50:05 2012 -0500
33637
33638     Add hb-unicode-decode
33639
33640  test/shaping/{hb-read-manifest => hb-manifest-read}   |  0
33641  .../{hb-update-manifests => hb-manifest-update}       |  0
33642  test/shaping/hb-unicode-decode                        | 19
33643  +++++++++++++++++++
33644  3 files changed, 19 insertions(+)
33645
33646 commit 9ab23ef4749b51e60464b9ef2a92739cdc2b36ba
33647 Author: Behdad Esfahbod <behdad@behdad.org>
33648 Date:   Fri Jan 20 13:49:56 2012 -0500
33649
33650     Minor
33651
33652  test/shaping/hb-unicode-prettyname | 5 +++++
33653  1 file changed, 5 insertions(+)
33654
33655 commit c8d81db03335192f20f08ab8fabe9869fd7350a2
33656 Author: Behdad Esfahbod <behdad@behdad.org>
33657 Date:   Fri Jan 20 13:39:27 2012 -0500
33658
33659     Recognize more characters
33660
33661  test/shaping/hb-unicode-prettyname | 7 +++++++
33662  1 file changed, 7 insertions(+)
33663
33664 commit 0016d4662d486fa32c2191df801a2792f44b273c
33665 Author: Behdad Esfahbod <behdad@behdad.org>
33666 Date:   Fri Jan 20 13:31:59 2012 -0500
33667
33668     [test] Make hb-unicode-prettyname take a --stdin option
33669
33670  test/shaping/hb-unicode-prettyname | 15 +++++++++------
33671  1 file changed, 9 insertions(+), 6 deletions(-)
33672
33673 commit ad8c6446f2e0d21d065203924467f6a2c418401e
33674 Author: Behdad Esfahbod <behdad@behdad.org>
33675 Date:   Thu Jan 19 20:28:31 2012 -0500
33676
33677     [test/shaping] Add hb-unicode-prettyname
33678
33679  test/shaping/hb-unicode-prettyname | 38
33680  ++++++++++++++++++++++++++++++++++++++
33681  1 file changed, 38 insertions(+)
33682
33683 commit e900869b0f373d25b72d966338beb6cbc53e6446
33684 Author: Behdad Esfahbod <behdad@behdad.org>
33685 Date:   Thu Jan 19 20:28:15 2012 -0500
33686
33687     [test/shaping] Add hb-read-manifest
33688
33689  test/shaping/hb-read-manifest | 36 ++++++++++++++++++++++++++++++++++++
33690  1 file changed, 36 insertions(+)
33691
33692 commit a211cd3ffce3aa100e92d837384bbaa9decf6b09
33693 Author: Behdad Esfahbod <behdad@behdad.org>
33694 Date:   Thu Jan 19 20:27:53 2012 -0500
33695
33696     Ignore AUTHORS also
33697
33698  test/shaping/hb-update-manifests | 2 +-
33699  1 file changed, 1 insertion(+), 1 deletion(-)
33700
33701 commit c91c4fa47140c0d6191241a832fc534b1c1514ce
33702 Author: Behdad Esfahbod <behdad@behdad.org>
33703 Date:   Thu Jan 19 17:51:57 2012 -0500
33704
33705     [hb-shape] Change glyphstring brackets from </> to [/]
33706
33707     Sorry for the disruption but I need this to differentiate from the
33708     Unicode string.
33709
33710  util/options.cc | 4 ++--
33711  1 file changed, 2 insertions(+), 2 deletions(-)
33712
33713 commit 36fe87d1b4bf8317074a597501d1ee52c0bec38d
33714 Author: Behdad Esfahbod <behdad@behdad.org>
33715 Date:   Thu Jan 19 16:55:26 2012 -0500
33716
33717     More Indic tests from Pravin
33718
33719  test/api/test-shape-complex.c | 48
33720  +++++++++++++++++++++++++++++++++++++++++++
33721  1 file changed, 48 insertions(+)
33722
33723 commit a33e46cf7d9862856fd7ecb04e047cc58a9785c8
33724 Author: Behdad Esfahbod <behdad@behdad.org>
33725 Date:   Thu Jan 19 15:43:48 2012 -0500
33726
33727     [test/shaping] Add hb-update-manifests
33728
33729  test/shaping/Makefile.am                       |  6 ++----
33730  test/shaping/hb-update-manifests               | 22
33731  ++++++++++++++++++++++
33732  test/shaping/texts/shaper-indic/indic/MANIFEST |  1 +
33733  3 files changed, 25 insertions(+), 4 deletions(-)
33734
33735 commit d4de562adf691425b15e3e9c0eec035feaa60413
33736 Author: Behdad Esfahbod <behdad@behdad.org>
33737 Date:   Thu Jan 19 15:21:04 2012 -0500
33738
33739     Start adding new shaping test suite together
33740
33741  configure.ac                                                   |  1 +
33742  test/Makefile.am                                               |  2 +-
33743  test/shaping/Makefile.am                                       |
33744  10 ++++++++++
33745  test/shaping/texts/MANIFEST                                    |  3 +++
33746  test/shaping/texts/shaper-arabic/MANIFEST                      |  5 +++++
33747  test/shaping/texts/shaper-arabic/script-arabic/MANIFEST        |  0
33748  test/shaping/texts/shaper-arabic/script-mandaic/MANIFEST       |  0
33749  test/shaping/texts/shaper-arabic/script-mongolian/MANIFEST     |  0
33750  test/shaping/texts/shaper-arabic/script-nko/MANIFEST           |  0
33751  test/shaping/texts/shaper-arabic/script-syriac/MANIFEST        |  0
33752  test/shaping/texts/shaper-default/MANIFEST                     |  0
33753  test/shaping/texts/shaper-indic/MANIFEST                       |  1 +
33754  test/shaping/texts/shaper-indic/indic/MANIFEST                 |
33755  10 ++++++++++
33756  test/shaping/texts/shaper-indic/indic/script-assamese/MANIFEST |  0
33757  test/shaping/texts/shaper-indic/indic/script-bengali/MANIFEST  |  0
33758  .../texts/shaper-indic/indic/script-devanagari/MANIFEST        |  0
33759  test/shaping/texts/shaper-indic/indic/script-gujarati/MANIFEST |  0
33760  test/shaping/texts/shaper-indic/indic/script-kannada/MANIFEST  |  0
33761  .../shaping/texts/shaper-indic/indic/script-malayalam/MANIFEST |  0
33762  test/shaping/texts/shaper-indic/indic/script-oriya/MANIFEST    |  0
33763  test/shaping/texts/shaper-indic/indic/script-punjabi/MANIFEST  |  0
33764  test/shaping/texts/shaper-indic/indic/script-tamil/MANIFEST    |  0
33765  test/shaping/texts/shaper-indic/indic/script-telugu/MANIFEST   |  0
33766  23 files changed, 31 insertions(+), 1 deletion(-)
33767
33768 commit 7a4a848db27d1605195f677c9c8632cde558aa05
33769 Author: Behdad Esfahbod <behdad@behdad.org>
33770 Date:   Thu Jan 19 15:15:21 2012 -0500
33771
33772     Minor
33773
33774  src/hb-ot-shape-complex-private.hh | 3 ++-
33775  1 file changed, 2 insertions(+), 1 deletion(-)
33776
33777 commit 4d6dafd47f4271549e528d2e8047d50562aef399
33778 Author: Behdad Esfahbod <behdad@behdad.org>
33779 Date:   Thu Jan 19 14:52:02 2012 -0500
33780
33781     Rename test/ to test/api/
33782
33783  configure.ac                        |   1 +
33784  test/Makefile.am                    | 128
33785  +----------------------------------
33786  test/api/Makefile.am                | 131
33787  ++++++++++++++++++++++++++++++++++++
33788  test/{ => api}/hb-test.h            |   0
33789  test/{ => api}/test-blob.c          |   0
33790  test/{ => api}/test-buffer.c        |   0
33791  test/{ => api}/test-c.c             |   0
33792  test/{ => api}/test-common.c        |   0
33793  test/{ => api}/test-cplusplus.cc    |   0
33794  test/{ => api}/test-font.c          |   0
33795  test/{ => api}/test-object.c        |   0
33796  test/{ => api}/test-ot-tag.c        |   0
33797  test/{ => api}/test-shape-complex.c |   0
33798  test/{ => api}/test-shape.c         |   0
33799  test/{ => api}/test-unicode.c       |   0
33800  test/{ => api}/test-version.c       |   0
33801  16 files changed, 133 insertions(+), 127 deletions(-)
33802
33803 commit 3b5c22c39b87155f315853fb0c40edcf14e99b54
33804 Author: Behdad Esfahbod <behdad@behdad.org>
33805 Date:   Thu Jan 19 14:28:11 2012 -0500
33806
33807     Remove src/test.cc
33808
33809     Not really useful.
33810
33811  src/Makefile.am |   6 +--
33812  src/test.cc     | 132
33813  --------------------------------------------------------
33814  2 files changed, 1 insertion(+), 137 deletions(-)
33815
33816 commit 4983feebbbb25e79201bf34035e4d58e61218758
33817 Author: Behdad Esfahbod <behdad@behdad.org>
33818 Date:   Thu Jan 19 13:54:52 2012 -0500
33819
33820     [hb-diff] Clean up
33821
33822  util/hb-diff | 41 ++++++++++++++++++++++++++---------------
33823  1 file changed, 26 insertions(+), 15 deletions(-)
33824
33825 commit cdc673d97c5ffedb386865a81f54a5cedcbad27c
33826 Author: Behdad Esfahbod <behdad@behdad.org>
33827 Date:   Thu Jan 19 12:46:18 2012 -0500
33828
33829     [hb-shape] Add --show-line-num
33830
33831     Ok, much more useful as a test suite driver now.
33832
33833  util/hb-shape.cc | 24 +++++-------------------
33834  util/options.cc  | 34 ++++++++++++++++++++++++++++++++++
33835  util/options.hh  | 25 ++++++++++++++++++++-----
33836  3 files changed, 59 insertions(+), 24 deletions(-)
33837
33838 commit cc4d9810d6318ca2e4de3b8d62f03b51cc21ee05
33839 Author: Behdad Esfahbod <behdad@behdad.org>
33840 Date:   Thu Jan 19 12:32:20 2012 -0500
33841
33842     [hb-shape] Add --show-text and --show-unicode options
33843
33844  util/hb-shape.cc | 19 ++++++++++++++++++-
33845  util/options.cc  | 26 +++++++++++++++++++++++---
33846  util/options.hh  | 12 +++++++++---
33847  3 files changed, 50 insertions(+), 7 deletions(-)
33848
33849 commit 27c36af411c7c4d75dd25d79fc76dd92c6bb9643
33850 Author: Behdad Esfahbod <behdad@behdad.org>
33851 Date:   Thu Jan 19 12:30:43 2012 -0500
33852
33853     Fix OOB in hb-shape
33854
33855  util/options.cc | 2 +-
33856  1 file changed, 1 insertion(+), 1 deletion(-)
33857
33858 commit 8d2781d69274672303e30522e222bd01c6b5e781
33859 Author: Behdad Esfahbod <behdad@behdad.org>
33860 Date:   Thu Jan 19 11:36:39 2012 -0500
33861
33862     [test] Add two Indic test cases from Bernard Massot
33863
33864  test/test-shape-complex.c | 16 ++++++++++++++++
33865  1 file changed, 16 insertions(+)
33866
33867 commit 8750abaf8410005facbea8c886c592bead7f959b
33868 Author: Behdad Esfahbod <behdad@behdad.org>
33869 Date:   Wed Jan 18 22:47:44 2012 -0500
33870
33871     [util] Add --help-features
33872
33873     Patch from Khaled Hosny.
33874
33875  util/options.cc | 42 +++++++++++++++++++++++++++++++++++++++++-
33876  1 file changed, 41 insertions(+), 1 deletion(-)
33877
33878 commit 889caa52fa1bef61013ec1d127f84d7d5907ef1e
33879 Author: Behdad Esfahbod <behdad@behdad.org>
33880 Date:   Wed Jan 18 22:32:52 2012 -0500
33881
33882     [icu] Use U_FAILURE
33883
33884  src/hb-icu.cc | 10 +++++-----
33885  1 file changed, 5 insertions(+), 5 deletions(-)
33886
33887 commit 36a4f4a482456ee816dcb59befa0b0538ba487df
33888 Author: Behdad Esfahbod <behdad@behdad.org>
33889 Date:   Wed Jan 18 22:16:49 2012 -0500
33890
33891     Replace u_strlen() with u_countChar32()
33892
33893     The latter is what I meant.
33894
33895  src/hb-icu.cc | 8 +++-----
33896  1 file changed, 3 insertions(+), 5 deletions(-)
33897
33898 commit 055fb24d03ae518fa0aa6c2860a03f3cb6a5ef0d
33899 Author: Behdad Esfahbod <behdad@behdad.org>
33900 Date:   Wed Jan 18 21:58:34 2012 -0500
33901
33902     Add test for bug in ICU decompose
33903
33904     As reported by Kenichi Ishibashi on 2011-10-28.
33905
33906  test/test-unicode.c | 2 +-
33907  1 file changed, 1 insertion(+), 1 deletion(-)
33908
33909 commit c521e793bd6c1dafacb94253a45b9c70ab38525e
33910 Author: Behdad Esfahbod <behdad@behdad.org>
33911 Date:   Wed Jan 18 21:51:05 2012 -0500
33912
33913     Fix OOB in replace_glyph()
33914
33915     Patch from Kenichi Ishibashi.
33916
33917  src/hb-buffer.cc | 2 ++
33918  1 file changed, 2 insertions(+)
33919
33920 commit 03408ce73d003ed4e58e3f8472f9445e72b86bee
33921 Author: Behdad Esfahbod <behdad@behdad.org>
33922 Date:   Wed Jan 18 21:28:34 2012 -0500
33923
33924     Fix more possible buffer overruns
33925
33926     I have this function, but can't clean up it to my satisfaction.
33927
33928  src/hb-ot-layout-gsubgpos-private.hh | 6 ++++--
33929  1 file changed, 4 insertions(+), 2 deletions(-)
33930
33931 commit 7d479900cd11bc88148cd601ee43bc5492ce5843
33932 Author: Behdad Esfahbod <behdad@behdad.org>
33933 Date:   Wed Jan 18 21:19:32 2012 -0500
33934
33935     Refactor the two remaining uses of _hb_ot_layout_skip_mark()
33936
33937  src/hb-ot-layout-gsub-table.hh       | 2 +-
33938  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++--
33939  2 files changed, 6 insertions(+), 3 deletions(-)
33940
33941 commit 506ffeb8e77a668fa305139582d215c32e46bb03
33942 Author: Behdad Esfahbod <behdad@behdad.org>
33943 Date:   Wed Jan 18 16:07:53 2012 -0500
33944
33945     Further mark skippy fixes from Jonathan Kew
33946
33947     We should be in good shape now.
33948
33949  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
33950  1 file changed, 3 insertions(+), 1 deletion(-)
33951
33952 commit a4a48fe6d4f884a37e720430347d10dbe3562a79
33953 Author: Behdad Esfahbod <behdad@behdad.org>
33954 Date:   Tue Jan 17 18:08:41 2012 -0500
33955
33956     Fix mark skipping regression
33957
33958     Ouch!
33959
33960  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
33961  1 file changed, 1 insertion(+), 1 deletion(-)
33962
33963 commit 4ab97311541225906f6b737a2b47de252224cc09
33964 Author: Behdad Esfahbod <behdad@behdad.org>
33965 Date:   Mon Jan 16 22:05:08 2012 -0500
33966
33967     Refactor mark skipping
33968
33969  src/hb-ot-layout-gpos-table.hh       |  95 ++++++++++----------------
33970  src/hb-ot-layout-gsub-table.hh       |  21 +++---
33971  src/hb-ot-layout-gsubgpos-private.hh | 125
33972  +++++++++++++++++++++++++++--------
33973  3 files changed, 143 insertions(+), 98 deletions(-)
33974
33975 commit 370f03e9c69d98d735eafb7e72b13b17f42cbaa9
33976 Author: Behdad Esfahbod <behdad@behdad.org>
33977 Date:   Mon Jan 16 17:03:55 2012 -0500
33978
33979     Minor
33980
33981  src/hb-ot-layout-gsub-table.hh       | 5 ++---
33982  src/hb-ot-layout-gsubgpos-private.hh | 6 ++----
33983  2 files changed, 4 insertions(+), 7 deletions(-)
33984
33985 commit 4d3aeb8cb2bc1ca7cdd03ba28ba8c334f12d4c03
33986 Author: Behdad Esfahbod <behdad@behdad.org>
33987 Date:   Mon Jan 16 16:43:26 2012 -0500
33988
33989     [GSUB/GPOS] Fix mark skip indexing issues
33990
33991     Mozilla bug 701637 and 714067 combined.
33992
33993     Patch from Jonathan Kew.
33994
33995  src/hb-ot-layout-gpos-table.hh       | 42
33996  ++++++++++++++++-----------------
33997  src/hb-ot-layout-gsub-table.hh       | 21 +++++++++--------
33998  src/hb-ot-layout-gsubgpos-private.hh | 45
33999  ++++++++++++++++++------------------
34000  3 files changed, 54 insertions(+), 54 deletions(-)
34001
34002 commit e8eedf2687f05372bf5476e84139d01ba67c9f73
34003 Author: Behdad Esfahbod <behdad@behdad.org>
34004 Date:   Mon Jan 16 16:39:40 2012 -0500
34005
34006     Avoid enum trailing commas
34007
34008     Based on patch from Jonathan Kew.
34009
34010  src/hb-ot-shape-complex-indic.cc   | 4 ++--
34011  src/hb-ot-shape-complex-private.hh | 2 ++
34012  2 files changed, 4 insertions(+), 2 deletions(-)
34013
34014 commit 3d0ddd12801689b4093ffca97da4dd9ca669b64a
34015 Author: Behdad Esfahbod <behdad@behdad.org>
34016 Date:   Sun Jan 15 15:55:52 2012 -0500
34017
34018     Require glib >= 2.16 for the gobject option
34019
34020  configure.ac | 2 +-
34021  1 file changed, 1 insertion(+), 1 deletion(-)
34022
34023 commit 95ab82a992ab916046c2e6205db7cadeec88d206
34024 Author: Behdad Esfahbod <behdad@behdad.org>
34025 Date:   Sun Jan 15 14:56:56 2012 -0500
34026
34027     Disable gtk-doc macro
34028
34029     We don't have any docs yet.
34030
34031  configure.ac | 2 +-
34032  1 file changed, 1 insertion(+), 1 deletion(-)
34033
34034 commit 299ae0c3a367c84a835eadbd1276ca284d2720c0
34035 Author: Behdad Esfahbod <behdad@behdad.org>
34036 Date:   Sat Jan 14 21:29:45 2012 -0500
34037
34038     [icu] Remove glib-ism
34039
34040  src/hb-icu.cc | 4 ++--
34041  1 file changed, 2 insertions(+), 2 deletions(-)
34042
34043 commit a097043f9a81e6c20caf69a5dabdf9e00438d79b
34044 Author: Behdad Esfahbod <behdad@behdad.org>
34045 Date:   Sat Jan 14 17:55:51 2012 -0500
34046
34047     Allow space in one more place when parsing features
34048
34049  util/options.cc | 2 ++
34050  1 file changed, 2 insertions(+)
34051
34052 commit af92135424b994062648f4fb7e26af0bd970a4b1
34053 Author: Behdad Esfahbod <behdad@behdad.org>
34054 Date:   Fri Oct 21 09:18:43 2011 -0700
34055
34056     Minor
34057
34058  src/hb-object-private.hh | 2 +-
34059  1 file changed, 1 insertion(+), 1 deletion(-)
34060
34061 commit 89d89646e8163b6c0874b9a3c14d4da974ea8219
34062 Author: Behdad Esfahbod <behdad@behdad.org>
34063 Date:   Mon Oct 17 11:50:54 2011 -0700
34064
34065     Fix intrin.h b0rkage with older MSVC
34066
34067     Reported by Jonathan Kew.
34068
34069  src/hb-object-private.hh | 6 +++++-
34070  1 file changed, 5 insertions(+), 1 deletion(-)
34071
34072 commit af913c5788e600e36d29f44fe4e77db84cf8c442
34073 Author: Behdad Esfahbod <behdad@behdad.org>
34074 Date:   Mon Oct 17 11:39:28 2011 -0700
34075
34076     Fix infinite loop in normalization code with variation selectors
34077
34078     Reported by Jonathan Kew.
34079
34080  src/hb-ot-shape-normalize.cc | 5 ++++-
34081  1 file changed, 4 insertions(+), 1 deletion(-)
34082
34083 commit fd528c17b7b5ac912f1ac980e1d9981f561c3b46
34084 Author: Behdad Esfahbod <behdad@behdad.org>
34085 Date:   Wed Oct 12 15:03:58 2011 -0400
34086
34087     [util] Add --list-shapers to hb-view and hb-shape
34088
34089  util/options.cc | 17 ++++++++++++++++-
34090  1 file changed, 16 insertions(+), 1 deletion(-)
34091
34092 commit a17554bfd51dc8a37b1674d1ede63e616618e0a6
34093 Author: Behdad Esfahbod <behdad@behdad.org>
34094 Date:   Wed Sep 28 16:57:34 2011 -0400
34095
34096     Make test-c.c actually use hb
34097
34098     This will make sure we test that C code can actually link to the
34099     library.
34100
34101  test/test-c.c | 2 +-
34102  1 file changed, 1 insertion(+), 1 deletion(-)
34103
34104 commit 55deff7595ef357d000fef83559c74c9f8acad00
34105 Author: Behdad Esfahbod <behdad@behdad.org>
34106 Date:   Wed Sep 28 16:20:09 2011 -0400
34107
34108     Add comments
34109
34110  src/hb-ot-shape-normalize.cc | 4 ++++
34111  1 file changed, 4 insertions(+)
34112
34113 commit a240d5a0a3ccc71902e7a341b6d531995319999d
34114 Author: Behdad Esfahbod <behdad@behdad.org>
34115 Date:   Tue Sep 27 13:50:45 2011 -0400
34116
34117     Add TODO item
34118
34119  TODO | 2 ++
34120  1 file changed, 2 insertions(+)
34121
34122 commit 52ebdff49d13f239efc886de935d47be9860f6e5
34123 Author: Behdad Esfahbod <behdad@behdad.org>
34124 Date:   Tue Sep 27 12:38:16 2011 -0400
34125
34126     Fix GSUB lookuptype 1 subtype 1 delta wrapping
34127
34128  src/hb-ot-layout-gsub-table.hh | 4 +++-
34129  1 file changed, 3 insertions(+), 1 deletion(-)
34130
34131 commit 5857720cd35078d1c3906c8b2db3190b5166b66f
34132 Author: Behdad Esfahbod <behdad@behdad.org>
34133 Date:   Tue Sep 27 12:36:26 2011 -0400
34134
34135     [util] s/%d/%u/ when printing glyph ids and clusters
34136
34137  util/options.cc | 6 +++---
34138  1 file changed, 3 insertions(+), 3 deletions(-)
34139
34140 commit b95324cdd217f44c40c5fd44898e659500f19511
34141 Author: Behdad Esfahbod <behdad@behdad.org>
34142 Date:   Wed Sep 21 16:50:39 2011 -0400
34143
34144     Minor
34145
34146  src/hb-blob.cc | 2 +-
34147  1 file changed, 1 insertion(+), 1 deletion(-)
34148
34149 commit 0cd33592ab4bb486ffc438ba0efdac2fa7a1bb7f
34150 Author: Behdad Esfahbod <behdad@behdad.org>
34151 Date:   Wed Sep 21 16:49:33 2011 -0400
34152
34153     Fix possible leaks
34154
34155  src/hb-font.cc | 16 +++++++++++++---
34156  1 file changed, 13 insertions(+), 3 deletions(-)
34157
34158 commit d3f3690b485e1d240fec4f204aef54e07853a244
34159 Author: Behdad Esfahbod <behdad@behdad.org>
34160 Date:   Wed Sep 21 16:41:43 2011 -0400
34161
34162     hb-shape: In --no-glyph-names, output glyph number directly
34163
34164     Ie. write "86" instead of "gid86".
34165
34166  util/options.cc | 11 +++++++----
34167  1 file changed, 7 insertions(+), 4 deletions(-)
34168
34169 commit 088c1e27c0fc0cdef999cf1f567e4d5eb2cfb2e4
34170 Author: Behdad Esfahbod <behdad@behdad.org>
34171 Date:   Tue Sep 20 14:43:55 2011 -0400
34172
34173     [util] Fix option parsing
34174
34175     Wow, who knew bool is one byte and I was using it as a 4byte int?!
34176
34177     C++ auto casts fails you in mysterious ways...
34178
34179  util/helper-cairo.cc |  2 +-
34180  util/options.cc      |  3 ++-
34181  util/options.hh      | 14 +++++++-------
34182  3 files changed, 10 insertions(+), 9 deletions(-)
34183
34184 commit d606daa4cca323c8977b2e52e6863dc0f1b72fa9
34185 Author: Behdad Esfahbod <behdad@behdad.org>
34186 Date:   Tue Sep 20 14:34:06 2011 -0400
34187
34188     Whitespace
34189
34190  src/gen-arabic-table.py | 2 +-
34191  src/gen-indic-table.py  | 2 +-
34192  2 files changed, 2 insertions(+), 2 deletions(-)
34193
34194 commit e700bce1189465a159a7c3c179f231be224f31cc
34195 Author: Behdad Esfahbod <behdad@behdad.org>
34196 Date:   Tue Sep 20 11:20:53 2011 -0400
34197
34198     [util] Add hb-diff
34199
34200     A diff program written in Python that is more suitable for comparing
34201     hb-shape output from different backends.  Main differences with stock
34202     diff:
34203
34204     1. It outputs one line's comparison at a time, as opposed to batching
34205     '+' lines and '-' lines.
34206
34207     2. It colors the part of the line that changed, taking word boundaries
34208     into consideration.
34209
34210     You can pipe the colored output to 'less -r'.
34211
34212  util/Makefile.am |  2 ++
34213  util/hb-diff     | 59
34214  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
34215  2 files changed, 61 insertions(+)
34216
34217 commit 880c1f0e4ede65890592d28dfb38bb06f5b57500
34218 Author: Behdad Esfahbod <behdad@behdad.org>
34219 Date:   Mon Sep 19 23:10:22 2011 -0400
34220
34221     Rewrite ICU detection code with in-house macros
34222
34223     At least works for cross-compiling now...
34224
34225  configure.ac | 26 +++++++++++++++-----------
34226  1 file changed, 15 insertions(+), 11 deletions(-)
34227
34228 commit f83f0f4836691b04306c2ef80979f2e1d76a2f28
34229 Author: Behdad Esfahbod <behdad@behdad.org>
34230 Date:   Mon Sep 19 18:51:48 2011 -0400
34231
34232     [graphite] Add note about graphite shaker brokenness
34233
34234  src/hb-graphite2.cc | 8 ++++++++
34235  1 file changed, 8 insertions(+)
34236
34237 commit 422558142aabb996d8ad1848df7ea4d5a8ade98a
34238 Author: Behdad Esfahbod <behdad@behdad.org>
34239 Date:   Mon Sep 19 17:57:02 2011 -0400
34240
34241     [util] Account for line-space in surface size
34242
34243  util/options.cc    | 2 +-
34244  util/options.hh    | 1 -
34245  util/view-cairo.cc | 2 +-
34246  3 files changed, 2 insertions(+), 3 deletions(-)
34247
34248 commit b5afd8f78e6b372f1bbed469329c1554adb20eea
34249 Author: Behdad Esfahbod <behdad@behdad.org>
34250 Date:   Mon Sep 19 16:56:21 2011 -0400
34251
34252     [util] Rename --output to --output_file, and --format to
34253     --output-format
34254
34255  util/options.cc | 4 ++--
34256  1 file changed, 2 insertions(+), 2 deletions(-)
34257
34258 commit 0a965eee880428a43ad7f9d1317c344666247dd7
34259 Author: Behdad Esfahbod <behdad@behdad.org>
34260 Date:   Mon Sep 19 16:53:47 2011 -0400
34261
34262     Minor
34263
34264  src/hb-ot-shape-complex-indic.cc | 4 ++++
34265  1 file changed, 4 insertions(+)
34266
34267 commit 466393c2f04fb5b3dcb3e81ea9609905fa8c9648
34268 Author: Behdad Esfahbod <behdad@behdad.org>
34269 Date:   Mon Sep 19 16:50:18 2011 -0400
34270
34271     Really fix build this time
34272
34273  util/hb-view.hh | 1 -
34274  1 file changed, 1 deletion(-)
34275
34276 commit fe1605db4f28ed75d5debe0db45a19aa77f0585f
34277 Author: Behdad Esfahbod <behdad@behdad.org>
34278 Date:   Mon Sep 19 16:49:03 2011 -0400
34279
34280     Fix dist
34281
34282  util/Makefile.am | 2 ++
34283  1 file changed, 2 insertions(+)
34284
34285 commit 8b8b19056decaf09e4e0ccd9412ee1aeb30f4de7
34286 Author: Behdad Esfahbod <behdad@behdad.org>
34287 Date:   Mon Sep 19 16:41:17 2011 -0400
34288
34289     [util] Add hb-shape utility
34290
34291     Like hb-view, but prints out buffer contents.
34292
34293     The output format is kinda cryptic.  Suggestions welcome.
34294
34295  configure.ac                        |   6 -
34296  util/Makefile.am                    |  44 +++--
34297  util/{common.cc => hb-shape.cc}     |  57 ++++--
34298  util/hb-view.cc                     |  44 +----
34299  util/hb-view.hh                     |  79 ++++++++
34300  util/helper-cairo.cc                | 375
34301  +++++++++++++++++++++++++++++++++++
34302  util/{common.hh => helper-cairo.hh} |  64 ++++--
34303  util/options.cc                     |  79 ++++++++
34304  util/options.hh                     |  53 ++++-
34305  util/view-cairo.cc                  | 381
34306  ++----------------------------------
34307  util/view-cairo.hh                  |   8 +-
34308  11 files changed, 717 insertions(+), 473 deletions(-)
34309
34310 commit eb2d8be7a8ede0c0f5e346cf06516792f83f36f7
34311 Author: Behdad Esfahbod <behdad@behdad.org>
34312 Date:   Mon Sep 19 16:15:22 2011 -0400
34313
34314     Minor
34315
34316  TODO | 2 ++
34317  1 file changed, 2 insertions(+)
34318
34319 commit f6496663c2f6849a944e41afcf9511f378477532
34320 Author: Behdad Esfahbod <behdad@behdad.org>
34321 Date:   Mon Sep 19 15:45:52 2011 -0400
34322
34323     [util] If no text is provided, simply call cairo_show_glyphs()
34324
34325  util/view-cairo.cc | 92
34326  ++++++++++++++++++++++++++++++------------------------
34327  1 file changed, 51 insertions(+), 41 deletions(-)
34328
34329 commit 5c299343118d1eaff32ffb2a5dac077cfff67dee
34330 Author: Behdad Esfahbod <behdad@behdad.org>
34331 Date:   Mon Sep 19 14:53:26 2011 -0400
34332
34333     [uniscribe] Various improvements
34334
34335  src/hb-uniscribe.cc | 30 +++++++++++++++++++-----------
34336  1 file changed, 19 insertions(+), 11 deletions(-)
34337
34338 commit 11e51993ab562d4c7460eb7c43d0e97404e628e7
34339 Author: Behdad Esfahbod <behdad@behdad.org>
34340 Date:   Mon Sep 19 09:58:55 2011 -0400
34341
34342     [util] Move font-size into view-options
34343
34344  util/options.cc    | 2 +-
34345  util/options.hh    | 7 +++----
34346  util/view-cairo.cc | 4 ++--
34347  3 files changed, 6 insertions(+), 7 deletions(-)
34348
34349 commit 0fe296019746689551d224a5f6fb7e0ebe1b91dc
34350 Author: Behdad Esfahbod <behdad@behdad.org>
34351 Date:   Sat Sep 17 09:59:58 2011 -0400
34352
34353     Fix Linux build when io.h is available
34354
34355     Bug 40953 - fail compile git: make[2]: *** [hb_view-options.o] Error 1
34356
34357  configure.ac    | 2 +-
34358  util/options.cc | 8 ++++----
34359  2 files changed, 5 insertions(+), 5 deletions(-)
34360
34361 commit d2b3ab9ecebbf46cb9dac1f09c17379c50ea4575
34362 Author: Behdad Esfahbod <behdad@behdad.org>
34363 Date:   Fri Sep 16 16:59:17 2011 -0400
34364
34365     Fix "[util] Fix hb-view crash with bogus font."
34366
34367  util/view-cairo.cc | 2 +-
34368  1 file changed, 1 insertion(+), 1 deletion(-)
34369
34370 commit da4a2a1426ee3aa9d9678ec12c9ba4dfcba0bcf8
34371 Author: Behdad Esfahbod <behdad@behdad.org>
34372 Date:   Fri Sep 16 16:56:34 2011 -0400
34373
34374     Cosmetic
34375
34376  util/view-cairo.cc | 31 +++++++++++++++++++++++--------
34377  1 file changed, 23 insertions(+), 8 deletions(-)
34378
34379 commit 4274ed7ab6fb03fbf8eaaa43ab06647dc0beed79
34380 Author: Behdad Esfahbod <behdad@behdad.org>
34381 Date:   Fri Sep 16 16:52:26 2011 -0400
34382
34383     [util] Fix hb-view crash with bogus font
34384
34385  util/view-cairo.cc | 8 +++++++-
34386  1 file changed, 7 insertions(+), 1 deletion(-)
34387
34388 commit 5ddd9cc499f2470eca239ae357a5c8a3626c0809
34389 Author: Behdad Esfahbod <behdad@behdad.org>
34390 Date:   Fri Sep 16 16:40:44 2011 -0400
34391
34392     Minor
34393
34394  src/hb-private.hh         | 2 +-
34395  src/hb-unicode-private.hh | 4 ++--
34396  src/test.cc               | 4 ++--
34397  util/common.hh            | 2 +-
34398  util/options.cc           | 8 ++++----
34399  5 files changed, 10 insertions(+), 10 deletions(-)
34400
34401 commit 652d64aa8d32d914bf3ee2f2c451de103fea8fa9
34402 Author: Behdad Esfahbod <behdad@behdad.org>
34403 Date:   Fri Sep 16 16:34:39 2011 -0400
34404
34405     TODO items
34406
34407  TODO | 6 ++++++
34408  1 file changed, 6 insertions(+)
34409
34410 commit 947c9a778c0d4b428b58806f98c34ede59b7439c
34411 Author: Behdad Esfahbod <behdad@behdad.org>
34412 Date:   Fri Sep 16 16:33:18 2011 -0400
34413
34414     Minor
34415
34416  src/hb-ot-shape-normalize.cc | 4 ++--
34417  1 file changed, 2 insertions(+), 2 deletions(-)
34418
34419 commit d5476a30a10da5e54783c8dbf04340225a9a00d7
34420 Author: Behdad Esfahbod <behdad@behdad.org>
34421 Date:   Fri Sep 16 12:30:50 2011 -0400
34422
34423     Minor
34424
34425  src/hb-object-private.hh | 26 +++++++++++++++-----------
34426  1 file changed, 15 insertions(+), 11 deletions(-)
34427
34428 commit 55aeb0490454cc1ba93a42f307ed1230f59dee4b
34429 Author: Behdad Esfahbod <behdad@behdad.org>
34430 Date:   Fri Sep 16 02:08:36 2011 -0400
34431
34432     Fix reading text from stdin
34433
34434  util/options.cc    | 76
34435  +++++++++++++++++++++++++++++++++++-------------------
34436  util/options.hh    | 16 +++++++-----
34437  util/view-cairo.cc |  6 +++--
34438  3 files changed, 64 insertions(+), 34 deletions(-)
34439
34440 commit a75c1b125159f6cfb6b652a9ec40803f7c7e3f71
34441 Author: Behdad Esfahbod <behdad@behdad.org>
34442 Date:   Fri Sep 16 01:16:41 2011 -0400
34443
34444     Move code around
34445
34446  util/options.cc | 27 +++++++++++++++++++++++++--
34447  util/options.hh | 20 +-------------------
34448  2 files changed, 26 insertions(+), 21 deletions(-)
34449
34450 commit 7bf6ecd3bfb1ccf5d9ac6fe274efa74b46885fea
34451 Author: Behdad Esfahbod <behdad@behdad.org>
34452 Date:   Fri Sep 16 01:11:30 2011 -0400
34453
34454     Always shape at size=upem
34455
34456     Fixes bug with uniscribe not handling GIGANTIC sizes.
34457
34458  util/options.cc    | 2 +-
34459  util/view-cairo.cc | 8 ++++----
34460  util/view-cairo.hh | 2 +-
34461  3 files changed, 6 insertions(+), 6 deletions(-)
34462
34463 commit 674ee58d9bc9f825d769220d77f58513edae4558
34464 Author: Behdad Esfahbod <behdad@behdad.org>
34465 Date:   Fri Sep 16 00:54:05 2011 -0400
34466
34467     Minor
34468
34469  util/options.cc | 4 +---
34470  1 file changed, 1 insertion(+), 3 deletions(-)
34471
34472 commit 4451168e5d1ea26560899e9a9733b3a3f1853050
34473 Author: Behdad Esfahbod <behdad@behdad.org>
34474 Date:   Fri Sep 16 00:38:19 2011 -0400
34475
34476     Fix binary stdin/stdout io in Windows
34477
34478     Make --font-file accept "-" to mean stdin, and have it work
34479     in Windows too!
34480
34481  configure.ac    |  2 +-
34482  util/common.hh  |  5 +++++
34483  util/options.cc | 64
34484  +++++++++++++++++++++++++++++++++++++++++++++++----------
34485  util/options.hh | 10 +++++++--
34486  4 files changed, 67 insertions(+), 14 deletions(-)
34487
34488 commit 639b5957d9c7b6d8bef6784e3467ccc055ddeea4
34489 Author: Behdad Esfahbod <behdad@behdad.org>
34490 Date:   Thu Sep 15 18:09:49 2011 -0400
34491
34492     Minor
34493
34494  util/options.cc | 5 +++--
34495  util/options.hh | 4 ++--
34496  2 files changed, 5 insertions(+), 4 deletions(-)
34497
34498 commit f7e2ef74f856ee13d6fd6cf3f1e04bc162203bc2
34499 Author: Behdad Esfahbod <behdad@behdad.org>
34500 Date:   Thu Sep 15 17:52:00 2011 -0400
34501
34502     [hb-view] Make print to stdout work in Windows
34503
34504     Apparently there's no equivalent to "/dev/stdout", so write using
34505     stdio to be able to output to stdout.
34506
34507  util/common.hh     |  1 +
34508  util/options.hh    | 31 ++++++++++++++++-----
34509  util/view-cairo.cc | 79
34510  ++++++++++++++++++++++++++++++++++++------------------
34511  3 files changed, 78 insertions(+), 33 deletions(-)
34512
34513 commit 36b10f58cc70ce9570d17b30616f9cb27423e03b
34514 Author: Behdad Esfahbod <behdad@behdad.org>
34515 Date:   Thu Sep 15 16:29:51 2011 -0400
34516
34517     Minor
34518
34519  src/hb-ot-shape-normalize.cc | 7 +++++--
34520  1 file changed, 5 insertions(+), 2 deletions(-)
34521
34522 commit c4611cb66f8e3a133ec00e3ace62ef19d9b95b28
34523 Author: Behdad Esfahbod <behdad@behdad.org>
34524 Date:   Tue Sep 13 13:33:11 2011 -0400
34525
34526     Fix test
34527
34528  src/hb-graphite2.h | 1 +
34529  src/hb-ot-shape.h  | 1 +
34530  src/hb-uniscribe.h | 1 +
34531  3 files changed, 3 insertions(+)
34532
34533 commit b9b10ad78b1f977494a3a42b58f8040fe16505a3
34534 Author: Behdad Esfahbod <behdad@behdad.org>
34535 Date:   Tue Sep 13 13:30:39 2011 -0400
34536
34537     [util] Refactor hb-view completely
34538
34539     Now we can use the same code to do other utils...
34540
34541  configure.ac       |   2 +
34542  util/Makefile.am   |   2 +
34543  util/common.cc     |   7 +-
34544  util/common.hh     |   2 +-
34545  util/hb-view.cc    | 244 ++++-------------------------
34546  util/options.cc    | 321 ++++++++++++++++++++++++++------------
34547  util/options.hh    | 179 +++++++++++++++++++---
34548  util/view-cairo.cc | 440
34549  +++++++++++++++++++++++++++++++++++++++++++++++++++++
34550  util/view-cairo.hh |  63 ++++++++
34551  9 files changed, 927 insertions(+), 333 deletions(-)
34552
34553 commit bc4b07b05ea9e39eb9f966eb2c3e1c737efa77ff
34554 Author: Behdad Esfahbod <behdad@behdad.org>
34555 Date:   Thu Sep 8 17:08:32 2011 -0400
34556
34557     More reshuffling
34558
34559  util/hb-view.cc |  4 ++--
34560  util/options.cc | 64
34561  ++++++++++++++++++++++++++++++---------------------------
34562  util/options.hh | 13 ++++++------
34563  3 files changed, 43 insertions(+), 38 deletions(-)
34564
34565 commit 516857eb51bbb79ff4adf44e3fefbf460f9ee8f8
34566 Author: Behdad Esfahbod <behdad@behdad.org>
34567 Date:   Thu Sep 8 16:50:24 2011 -0400
34568
34569     [util] Simplify more
34570
34571  util/options.hh | 9 +++------
34572  1 file changed, 3 insertions(+), 6 deletions(-)
34573
34574 commit 4f4b114a5592c2f5d128ee795f159b438ad97829
34575 Author: Behdad Esfahbod <behdad@behdad.org>
34576 Date:   Thu Sep 8 16:49:02 2011 -0400
34577
34578     [util] Move code around
34579
34580  util/hb-view.cc |  8 +-------
34581  util/options.hh | 14 ++++++++++++++
34582  2 files changed, 15 insertions(+), 7 deletions(-)
34583
34584 commit 46d86a73a103b061144018c3fe947b57548fc58f
34585 Author: Behdad Esfahbod <behdad@behdad.org>
34586 Date:   Thu Sep 8 16:43:15 2011 -0400
34587
34588     Minor
34589
34590     We now support using -1 for NUL-terminated strings.
34591
34592  util/hb-view.cc | 2 --
34593  1 file changed, 2 deletions(-)
34594
34595 commit 90e312cb85df7a6dc350cb62138ab950790e3d15
34596 Author: Behdad Esfahbod <behdad@behdad.org>
34597 Date:   Thu Sep 8 16:42:37 2011 -0400
34598
34599     [util] Move code around
34600
34601  util/hb-view.cc | 5 -----
34602  util/options.hh | 4 ++++
34603  2 files changed, 4 insertions(+), 5 deletions(-)
34604
34605 commit 109cb382898f491eed733dba4ef5ba12de94aaf6
34606 Author: Behdad Esfahbod <behdad@behdad.org>
34607 Date:   Thu Sep 8 16:00:04 2011 -0400
34608
34609     [util] Further refactor option parsing
34610
34611  util/options.cc | 80
34612  +++++++++++++++++++++++++++++++++++++++++++++++----------
34613  util/options.hh | 20 ++++++++++++---
34614  2 files changed, 83 insertions(+), 17 deletions(-)
34615
34616 commit bc187e5ac7433f5561b0e97e8c62172c73883f3f
34617 Author: Behdad Esfahbod <behdad@behdad.org>
34618 Date:   Thu Sep 8 13:35:17 2011 -0400
34619
34620     Refine Indic scripts, following Martin Hosken's recommendation
34621
34622  src/hb-ot-shape-complex-private.hh | 56
34623  +++++++++++++++++++++++---------------
34624  1 file changed, 34 insertions(+), 22 deletions(-)
34625
34626 commit 738d096a06822e63b3894bd817ecb90e5fb94f73
34627 Author: Behdad Esfahbod <behdad@behdad.org>
34628 Date:   Fri Sep 2 13:31:19 2011 -0400
34629
34630     Pass through unknown ISO 639-3 language tags to OpenType engine
34631
34632     In hb_ot_tag_from_language(), if first component of an unknown
34633     language is three letters long, use it directly as OpenType language
34634     tag (after case conversion and padding).
34635
34636  src/hb-ot-tag.cc   | 8 ++++++++
34637  test/test-ot-tag.c | 5 +++++
34638  2 files changed, 13 insertions(+)
34639
34640 commit ea02cbf03c084b3ead6e9e4c9af07b3b47608d5b
34641 Author: Behdad Esfahbod <behdad@behdad.org>
34642 Date:   Fri Sep 2 12:39:20 2011 -0400
34643
34644     [graphite] Don't preload glyphs
34645
34646     Doesn't seem to be slower.
34647
34648  src/hb-graphite2.cc | 2 +-
34649  1 file changed, 1 insertion(+), 1 deletion(-)
34650
34651 commit 210a06f3d7bd2df55ebd1743da74f327c5a7a967
34652 Author: Behdad Esfahbod <behdad@behdad.org>
34653 Date:   Fri Aug 26 13:39:49 2011 +0200
34654
34655     Minor
34656
34657  src/hb-graphite2.h | 12 ++++++------
34658  src/hb-ot-shape.h  |  1 -
34659  src/hb-uniscribe.h |  1 -
34660  3 files changed, 6 insertions(+), 8 deletions(-)
34661
34662 commit 4a8d2e379a34b19bccc72bc3e2d9ace3fdd27733
34663 Author: Behdad Esfahbod <behdad@behdad.org>
34664 Date:   Fri Aug 26 09:40:54 2011 +0200
34665
34666     [graphite2] Chop a few more lines
34667
34668  src/hb-graphite2.cc | 13 ++++---------
34669  1 file changed, 4 insertions(+), 9 deletions(-)
34670
34671 commit 81ec289da799bd2f50da9382507c606d2c779ab9
34672 Author: Behdad Esfahbod <behdad@behdad.org>
34673 Date:   Fri Aug 26 09:33:06 2011 +0200
34674
34675     Minor
34676
34677  src/hb-graphite2.cc | 24 ++++++++++++------------
34678  1 file changed, 12 insertions(+), 12 deletions(-)
34679
34680 commit 3380de5abbaff535e1cf57ea7e5c2a7c4fdcfe66
34681 Author: Behdad Esfahbod <behdad@behdad.org>
34682 Date:   Fri Aug 26 09:30:49 2011 +0200
34683
34684     [graphite] Use buffer->replace_glyphs()
34685
34686  src/hb-graphite2.cc | 3 +--
34687  1 file changed, 1 insertion(+), 2 deletions(-)
34688
34689 commit 9ebe8c0286856d46430ae184ba7303bd34485883
34690 Author: Behdad Esfahbod <behdad@behdad.org>
34691 Date:   Fri Aug 26 09:29:42 2011 +0200
34692
34693     Add buffer->replace_glyphs()
34694
34695  src/hb-buffer-private.hh |  3 +++
34696  src/hb-buffer.cc         | 26 ++++++++++++++++++++++++++
34697  2 files changed, 29 insertions(+)
34698
34699 commit a5edb1031c204464da4f852ba3d90e8cc20cd20e
34700 Author: Behdad Esfahbod <behdad@behdad.org>
34701 Date:   Fri Aug 26 09:27:13 2011 +0200
34702
34703     Minor
34704
34705  src/hb-graphite2.cc | 9 +++++----
34706  1 file changed, 5 insertions(+), 4 deletions(-)
34707
34708 commit 290e3ee51727df75d136ccfff79831b94d1583b6
34709 Author: Behdad Esfahbod <behdad@behdad.org>
34710 Date:   Fri Aug 26 09:25:04 2011 +0200
34711
34712     [graphite] Only pass the first part language tag to graphite
34713
34714     Still not sure about:
34715
34716     1) Case.  We pass lowercase for now.  Would be nice if graphite was
34717     uppercase 3letter like OpenType,
34718
34719     2) Padding.  IMO, tag padding is always with spaces, but Martin was
34720     talking about NUL bytes.
34721
34722  src/hb-graphite2.cc | 5 +++--
34723  1 file changed, 3 insertions(+), 2 deletions(-)
34724
34725 commit 4c9fe88d30036340fe592bcbc375049b84602b8b
34726 Author: Behdad Esfahbod <behdad@behdad.org>
34727 Date:   Fri Aug 26 09:18:53 2011 +0200
34728
34729     [API] Make all _from_string() functions take a len parameter
34730
34731     Can be -1 for NUL-terminated string.  This is useful for passing parts
34732     of a larger string to a function without having to copy or modify the
34733     string first.
34734
34735     Affected functions:
34736
34737         hb_tag_t hb_tag_from_string()
34738         hb_direction_from_string()
34739         hb_language_from_string()
34740         hb_script_from_string()
34741
34742  src/hb-common.cc    | 29 +++++++++++++-------
34743  src/hb-common.h     | 12 +++++---
34744  src/hb-graphite2.cc |  2 +-
34745  src/hb-icu.cc       |  2 +-
34746  src/hb-ot-tag.cc    |  8 +++---
34747  test/test-buffer.c  |  4 +--
34748  test/test-common.c  | 79
34749  +++++++++++++++++++++++++++++++----------------------
34750  test/test-ot-tag.c  | 22 +++++++--------
34751  util/hb-view.cc     |  6 ++--
34752  util/options.cc     |  5 +---
34753  10 files changed, 96 insertions(+), 73 deletions(-)
34754
34755 commit a499bdea5cc5097dec62eeafdef58d08ba534be0
34756 Author: Behdad Esfahbod <behdad@behdad.org>
34757 Date:   Thu Aug 25 22:46:21 2011 +0200
34758
34759     [graphite2] Bail if grface is NULL
34760
34761  src/hb-graphite2.cc | 1 +
34762  1 file changed, 1 insertion(+)
34763
34764 commit 3007ffa9e53e6100a761c2363f50a2b19a0764fc
34765 Author: Behdad Esfahbod <behdad@behdad.org>
34766 Date:   Thu Aug 25 09:08:53 2011 +0200
34767
34768     Reorder combining-class to better suit Arabic shadda mark-mark
34769     positioning
34770
34771     As reported by Khaled on the list:
34772
34773     "After the introduction of canonical reordering of combining marks
34774     (commit 34c22f8), I'm no longer able to do mark/mark substitution or
34775     positioning for mark sequences that involve shadda as a first mark (or
34776     most interesting sequences at least).
34777
34778     "After some digging, it turned out that shadda have a ccc=33
34779     while most
34780     Arabic marks that combine with it have a lower ccc value, which
34781     results
34782     in the shadda being reordered after the other mark which,
34783     unsurprisingly, breaks my contextual substitution and mkmk anchors."
34784
34785     See:
34786
34787     http://unicode.org/faq/normalization.html#8
34788     http://unicode.org/faq/normalization.html#9
34789
34790  src/hb-ot-shape-private.hh | 18 +++++++++++++++++-
34791  1 file changed, 17 insertions(+), 1 deletion(-)
34792
34793 commit 74ef81a0b0f9adddfb42c3cb87f08f8156054519
34794 Author: Behdad Esfahbod <behdad@behdad.org>
34795 Date:   Wed Aug 24 19:16:13 2011 +0200
34796
34797     Fix make distcheck
34798
34799  src/Makefile.am              | 15 ++++++++-------
34800  src/hb-gobject-enums.cc.tmpl |  2 +-
34801  2 files changed, 9 insertions(+), 8 deletions(-)
34802
34803 commit 24bcdbcc0639ca9e9c0fde1a71cbbf1c3d2ef98d
34804 Author: Behdad Esfahbod <behdad@behdad.org>
34805 Date:   Wed Aug 24 19:13:15 2011 +0200
34806
34807     Add hb-ot-hmtx-table.hh
34808
34809     Oops!
34810
34811  src/hb-ot-hmtx-table.hh | 86
34812  +++++++++++++++++++++++++++++++++++++++++++++++++
34813  1 file changed, 86 insertions(+)
34814
34815 commit a3bd8a0e1862212a2d4141b973039bd000a3054f
34816 Author: Behdad Esfahbod <behdad@behdad.org>
34817 Date:   Wed Aug 24 03:22:49 2011 +0200
34818
34819     [graphite] Rewrite properly
34820
34821  src/hb-graphite2.cc | 633
34822  ++++++++++++++++++++++------------------------------
34823  src/hb-uniscribe.cc |   2 +
34824  2 files changed, 273 insertions(+), 362 deletions(-)
34825
34826 commit 5072934c35bddc23d6bcb07a41010da51eb1b090
34827 Author: Behdad Esfahbod <behdad@behdad.org>
34828 Date:   Wed Aug 24 02:24:27 2011 +0200
34829
34830     Minor
34831
34832  src/hb-uniscribe.cc | 14 +++++++-------
34833  1 file changed, 7 insertions(+), 7 deletions(-)
34834
34835 commit 46377396accf6b43792ffba553dcd9847608aa86
34836 Author: Behdad Esfahbod <behdad@behdad.org>
34837 Date:   Wed Aug 24 02:12:05 2011 +0200
34838
34839     [configure] Fix graphite bits
34840
34841  configure.ac | 9 +++++----
34842  1 file changed, 5 insertions(+), 4 deletions(-)
34843
34844 commit 71388b3ee71c7d3b79f842db7588bd683691797c
34845 Author: Behdad Esfahbod <behdad@behdad.org>
34846 Date:   Wed Aug 24 02:09:04 2011 +0200
34847
34848     [uniscribe] Minor
34849
34850  src/hb-uniscribe.cc | 19 +++++++++----------
34851  1 file changed, 9 insertions(+), 10 deletions(-)
34852
34853 commit cd2b901027bd154e31aa509c0cb2d86633e36398
34854 Author: Behdad Esfahbod <behdad@behdad.org>
34855 Date:   Wed Aug 24 01:47:25 2011 +0200
34856
34857     [graphite] Minor
34858
34859  src/hb-graphite2.cc | 10 ++++------
34860  src/hb-shape.cc     |  1 -
34861  2 files changed, 4 insertions(+), 7 deletions(-)
34862
34863 commit 834af3b48a1aca3e53811d1eb4ca09b582b8e598
34864 Author: Behdad Esfahbod <behdad@behdad.org>
34865 Date:   Wed Aug 24 01:45:47 2011 +0200
34866
34867     [graphite] Remove hb_graphite2_feature_check()
34868
34869     I don't see how this function can be useful.
34870
34871  src/hb-graphite2.cc | 10 ----------
34872  src/hb-graphite2.h  |  2 --
34873  2 files changed, 12 deletions(-)
34874
34875 commit 1f49cf32c96cb45a4d8ba2c210aeb7a8076b4762
34876 Author: Behdad Esfahbod <behdad@behdad.org>
34877 Date:   Wed Aug 24 01:29:25 2011 +0200
34878
34879     Add graphite2 integration from Martin Hosken
34880
34881     To be modified, a lot.
34882
34883  configure.ac                      |   9 +-
34884  contrib/python/lib/harfbuzz.pyx   |  20 +-
34885  contrib/python/runpy              |   2 -
34886  contrib/python/scripts/hbtestfont |   4 +-
34887  contrib/python/setup.py           |  18 +-
34888  src/Makefile.am                   |   7 +
34889  src/hb-graphite2.cc               | 446
34890  ++++++++++++++++++++++++++++++++++++++
34891  src/hb-graphite2.h                |  47 ++++
34892  src/hb-shape.cc                   |   7 +
34893  9 files changed, 542 insertions(+), 18 deletions(-)
34894
34895 commit 0e6d36d8a3f9f533cb6eb04408af62bfd1ad83da
34896 Author: Behdad Esfahbod <behdad@behdad.org>
34897 Date:   Wed Aug 24 01:31:29 2011 +0200
34898
34899     Minor
34900
34901  src/Makefile.am                                | 2 +-
34902  src/{hb-uniscribe-shape.cc => hb-uniscribe.cc} | 0
34903  2 files changed, 1 insertion(+), 1 deletion(-)
34904
34905 commit efde8113258b117ec0a7fbffe6d681442d045c41
34906 Author: Behdad Esfahbod <behdad@behdad.org>
34907 Date:   Tue Aug 23 00:04:57 2011 +0200
34908
34909     Add a constructor for hb_prealloced_array_t
34910
34911     Fixes build with MSVC.
34912
34913  src/hb-private.hh | 2 ++
34914  1 file changed, 2 insertions(+)
34915
34916 commit d75333f166d21e9b9f2341c3bc8a9ef8a886f4b3
34917 Author: Behdad Esfahbod <behdad@behdad.org>
34918 Date:   Fri Aug 19 19:59:24 2011 +0200
34919
34920     Add gobject enum support, but disabled for now
34921
34922     need to figure out the naming.  The generated code doesn't have the
34923     right name.
34924
34925  configure.ac                                 |  2 +
34926  src/Makefile.am                              | 13 +++--
34927  src/hb-gobject-enums.cc.tmpl                 | 74
34928  ++++++++++++++++++++++++++++
34929  src/{hb-gobject.cc => hb-gobject-structs.cc} |  0
34930  4 files changed, 86 insertions(+), 3 deletions(-)
34931
34932 commit 7d235d272f4c9213f54c9c807fb8fba5068c45b0
34933 Author: Behdad Esfahbod <behdad@behdad.org>
34934 Date:   Wed Aug 17 23:55:29 2011 +0200
34935
34936     Flesh out tt funcs a bit
34937
34938  src/hb-tt-font.cc | 36 +++++++++++++++++++++++++++++++++++-
34939  1 file changed, 35 insertions(+), 1 deletion(-)
34940
34941 commit b9415e76d7b41da203b9ae85e38b6dc777481184
34942 Author: Behdad Esfahbod <behdad@behdad.org>
34943 Date:   Wed Aug 17 19:21:44 2011 +0200
34944
34945     [API] Add hb_font_set_funcs_data()
34946
34947  src/hb-font.cc | 15 +++++++++++++++
34948  src/hb-font.h  |  6 ++++++
34949  2 files changed, 21 insertions(+)
34950
34951 commit e6c09cdf43201ff1b7f38e411ae1f9977e4f9271
34952 Author: Behdad Esfahbod <behdad@behdad.org>
34953 Date:   Wed Aug 17 19:07:59 2011 +0200
34954
34955     Remove the pre_allocate argument from hb_buffer_create()
34956
34957     For two reasons:
34958
34959     1. User can always call hb_buffer_pre_allocate() themselves, and
34960
34961     2. Now we do a pre_alloc in add_utfX anyway, so the total number of
34962     reallocs is limited to a small number (~3) anyway.  This just
34963     makes the
34964     API cleaner.
34965
34966  src/hb-buffer.cc          | 7 +------
34967  src/hb-buffer.h           | 2 +-
34968  src/test.cc               | 2 +-
34969  test/test-buffer.c        | 9 ++++-----
34970  test/test-object.c        | 4 ++--
34971  test/test-shape-complex.c | 2 +-
34972  test/test-shape.c         | 2 +-
34973  util/hb-view.cc           | 2 +-
34974  8 files changed, 12 insertions(+), 18 deletions(-)
34975
34976 commit 187bdeaa6c82fcb95fdd546da9c78b843e1dea0e
34977 Author: Behdad Esfahbod <behdad@behdad.org>
34978 Date:   Wed Aug 17 19:03:06 2011 +0200
34979
34980     Do (nothing for) hmtx sanitize
34981
34982  src/hb-ot-hhea-table.hh | 1 -
34983  src/hb-tt-font.cc       | 1 +
34984  2 files changed, 1 insertion(+), 1 deletion(-)
34985
34986 commit d6016e49108be183ab2dc9c226447d1db3a09b90
34987 Author: Behdad Esfahbod <behdad@behdad.org>
34988 Date:   Wed Aug 17 14:47:41 2011 +0200
34989
34990     Fix name-table sanitize
34991
34992  src/hb-ot-name-table.hh | 4 ++--
34993  1 file changed, 2 insertions(+), 2 deletions(-)
34994
34995 commit ae9877dea6a1aed3566d9b87a75ede84259deaca
34996 Author: Behdad Esfahbod <behdad@behdad.org>
34997 Date:   Wed Aug 17 14:43:45 2011 +0200
34998
34999     Add hhea-table support
35000
35001  src/Makefile.am                |   1 +
35002  src/hb-open-type-private.hh    |   6 ++
35003  src/hb-ot-head-table.hh        |   2 +-
35004  src/hb-ot-hhea-table.hh        |  93 ++++++++++++++++++
35005  src/hb-ot-layout-gdef-table.hh |   2 +-
35006  src/hb-ot-layout-gpos-table.hh |   2 +-
35007  src/hb-ot-layout-gsub-table.hh |   2 +-
35008  src/hb-ot-maxp-table.hh        |   2 +-
35009  src/hb-ot-name-table.hh        |   3 +-
35010  src/hb-tt-font.cc              | 207
35011  +++++++++++++++++++++++++++++++++++++++++
35012  10 files changed, 314 insertions(+), 6 deletions(-)
35013
35014 commit 7a750ac33ec482e2c4856c19ea607f3563741c24
35015 Author: Behdad Esfahbod <behdad@behdad.org>
35016 Date:   Wed Aug 17 14:19:59 2011 +0200
35017
35018     Rename table files from eg maxp-private.hh to maxp-table.hh
35019
35020  src/Makefile.am                                              | 12
35021  ++++++------
35022  src/hb-font.cc                                               |  2 +-
35023  src/{hb-ot-head-private.hh => hb-ot-head-table.hh}           |  6 +++---
35024  ...-ot-layout-gdef-private.hh => hb-ot-layout-gdef-table.hh} |  6 +++---
35025  ...-ot-layout-gpos-private.hh => hb-ot-layout-gpos-table.hh} |  6 +++---
35026  ...-ot-layout-gsub-private.hh => hb-ot-layout-gsub-table.hh} |  6 +++---
35027  src/hb-ot-layout-gsubgpos-private.hh                         |  2 +-
35028  src/hb-ot-layout.cc                                          |
35029  8 ++++----
35030  src/{hb-ot-maxp-private.hh => hb-ot-maxp-table.hh}           |  6 +++---
35031  src/{hb-ot-name-private.hh => hb-ot-name-table.hh}           |  6 +++---
35032  src/hb-uniscribe-shape.cc                                    |  2 +-
35033  src/main.cc                                                  |  2 +-
35034  12 files changed, 32 insertions(+), 32 deletions(-)
35035
35036 commit 0b7e4d9f20b3ed947d0c441ca59b43c4097cdb0e
35037 Author: Behdad Esfahbod <behdad@behdad.org>
35038 Date:   Mon Aug 15 20:41:59 2011 +0200
35039
35040     [ft] FT_Get_Advance() for advance-width callbacks
35041
35042     Using graphite2's comparerenderer suggests that this makes hb-ft 15
35043     times faster.  No caching layer needed anymore.
35044
35045  configure.ac   |  2 +-
35046  src/hb-ft.cc   | 19 +++++++++++++------
35047  util/common.hh |  4 +++-
35048  3 files changed, 17 insertions(+), 8 deletions(-)
35049
35050 commit 97796453aab56873809a15b5e316cba8acea7449
35051 Author: Behdad Esfahbod <behdad@behdad.org>
35052 Date:   Mon Aug 15 19:03:43 2011 +0200
35053
35054     Fix falloffs of the GOption conversion
35055
35056  util/options.cc | 8 ++++----
35057  util/options.hh | 4 ++--
35058  2 files changed, 6 insertions(+), 6 deletions(-)
35059
35060 commit 4e9ff1dd6ee3ea63fd91a76a91d9725a10a294a0
35061 Author: Behdad Esfahbod <behdad@behdad.org>
35062 Date:   Mon Aug 15 16:21:22 2011 +0200
35063
35064     Pre-allocate buffers when adding string
35065
35066     We do a conservative estimate of the number of characters, but still,
35067     this limits the number of buffer reallocs to a small constant.
35068
35069  src/hb-buffer.cc | 1 +
35070  1 file changed, 1 insertion(+)
35071
35072 commit 553bc3de82cfda8d83db26a93205e0d39440cbd1
35073 Author: Behdad Esfahbod <behdad@behdad.org>
35074 Date:   Mon Aug 15 16:21:06 2011 +0200
35075
35076     Minor
35077
35078  src/hb-ft.cc | 2 +-
35079  1 file changed, 1 insertion(+), 1 deletion(-)
35080
35081 commit 254142bb67a5c520a304142301479eb5292592d1
35082 Author: Behdad Esfahbod <behdad@behdad.org>
35083 Date:   Mon Aug 15 16:15:44 2011 +0200
35084
35085     [ft] FT_Select_Charmap() when we create face
35086
35087  src/hb-ft.cc | 2 ++
35088  1 file changed, 2 insertions(+)
35089
35090 commit a4cbd03dd17990783d8fd4c6be0c9c0d3d9cae5b
35091 Author: Behdad Esfahbod <behdad@behdad.org>
35092 Date:   Mon Aug 15 09:52:05 2011 +0200
35093
35094     Apply 'locl' with 'ccmp' in Arabic shaper
35095
35096     According to Peter Constable this is indeed what Uniscribe has been
35097     doing for years.
35098
35099     Mozilla Bug 667166 - wrong shape of letter when it comes at the end of
35100     word in the arabic version of Firefox 5.0
35101
35102  src/hb-ot-shape-complex-arabic.cc | 1 +
35103  1 file changed, 1 insertion(+)
35104
35105 commit c214cff55ce539d004d069a484dac3988953cb11
35106 Author: Behdad Esfahbod <behdad@behdad.org>
35107 Date:   Sun Aug 14 15:17:16 2011 +0200
35108
35109     Start adding gobject-introspection support
35110
35111  configure.ac      | 13 ++++++++++-
35112  src/Makefile.am   | 43 ++++++++++++++++-------------------
35113  src/hb-common.h   |  1 +
35114  src/hb-glib.cc    |  3 ---
35115  src/hb-gobject.cc | 63
35116  +++++++++++++++++++++++++++++++++++++++++++++++++++
35117  src/hb-gobject.h  | 68
35118  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
35119  6 files changed, 163 insertions(+), 28 deletions(-)
35120
35121 commit 9527fb200ffbbd839334e99b51d9671752d393db
35122 Author: Behdad Esfahbod <behdad@behdad.org>
35123 Date:   Sat Aug 13 19:03:48 2011 +0200
35124
35125     Fix missing return
35126
35127  src/hb-ft.cc | 2 ++
35128  1 file changed, 2 insertions(+)
35129
35130 commit 77a328769545f6b2970d8491fe77fe98781961cf
35131 Author: Behdad Esfahbod <behdad@behdad.org>
35132 Date:   Sat Aug 13 17:16:45 2011 +0200
35133
35134     Minor
35135
35136  src/hb-common.h | 2 +-
35137  1 file changed, 1 insertion(+), 1 deletion(-)
35138
35139 commit 3bb300ee78a40f9ded21ab19283863b733aeb677
35140 Author: Behdad Esfahbod <behdad@behdad.org>
35141 Date:   Thu Aug 11 11:54:31 2011 +0200
35142
35143     Refactor hb-view code
35144
35145  util/Makefile.am |  26 +++-
35146  util/common.cc   |  40 ++++++
35147  util/common.hh   |  49 +++++++
35148  util/hb-view.cc  | 387
35149  ++++---------------------------------------------------
35150  util/options.cc  | 318 +++++++++++++++++++++++++++++++++++++++++++++
35151  util/options.hh  |  86 +++++++++++++
35152  6 files changed, 541 insertions(+), 365 deletions(-)
35153
35154 commit d6660356dd81358033743f72d8a5fbf2fc70eaf7
35155 Author: Behdad Esfahbod <behdad@behdad.org>
35156 Date:   Wed Aug 10 22:08:36 2011 +0200
35157
35158     Add uniscribe font getters
35159
35160  src/hb-uniscribe-shape.cc | 24 +++++++++++++++++++++---
35161  src/hb-uniscribe.h        |  8 ++++++++
35162  2 files changed, 29 insertions(+), 3 deletions(-)
35163
35164 commit 01ec13a1d9ae380305b593e1c52cebb0e8327cb6
35165 Author: Behdad Esfahbod <behdad@behdad.org>
35166 Date:   Wed Aug 10 22:00:35 2011 +0200
35167
35168     Implement hb_ft_font_get_face
35169
35170  src/hb-ft.cc | 15 ++++++++++++++-
35171  src/hb-ft.h  |  2 ++
35172  2 files changed, 16 insertions(+), 1 deletion(-)
35173
35174 commit 36a4fe037df201f85b7a544eb30d75dc3585a1b6
35175 Author: Behdad Esfahbod <behdad@behdad.org>
35176 Date:   Wed Aug 10 21:54:22 2011 +0200
35177
35178     Fix charset conversion
35179
35180  util/hb-view.cc | 2 +-
35181  1 file changed, 1 insertion(+), 1 deletion(-)
35182
35183 commit 25c4830593064f023e296aa795b72ddcaa1c9322
35184 Author: Behdad Esfahbod <behdad@behdad.org>
35185 Date:   Wed Aug 10 16:28:38 2011 +0200
35186
35187     [util] Add hb-shape --shapers
35188
35189     If the specified shapers fail, hb-shape will fail immediately
35190
35191  util/hb-view.cc | 57
35192  +++++++++++++++++++++++++++++++++------------------------
35193  1 file changed, 33 insertions(+), 24 deletions(-)
35194
35195 commit 0501573deda3a8dcdfcea491392f554f21ed0154
35196 Author: Behdad Esfahbod <behdad@behdad.org>
35197 Date:   Wed Aug 10 16:25:56 2011 +0200
35198
35199     Fix const correctness in the API
35200
35201  src/hb-fallback-shape-private.hh |  2 +-
35202  src/hb-fallback-shape.cc         |  2 +-
35203  src/hb-ot-shape.cc               |  2 +-
35204  src/hb-ot-shape.h                |  2 +-
35205  src/hb-shape.cc                  | 14 +++++++-------
35206  src/hb-shape.h                   | 12 ++++++------
35207  src/hb-uniscribe-shape.cc        |  2 +-
35208  src/hb-uniscribe.h               |  2 +-
35209  8 files changed, 19 insertions(+), 19 deletions(-)
35210
35211 commit a21add6c0da067173d51792d716d6e38379f138f
35212 Author: Behdad Esfahbod <behdad@behdad.org>
35213 Date:   Wed Aug 10 16:07:49 2011 +0200
35214
35215     Reformat
35216
35217  util/hb-view.cc | 49 ++++++++++++++++++-------------------------------
35218  1 file changed, 18 insertions(+), 31 deletions(-)
35219
35220 commit 8df90c81187db58eee6b90426cd16c32feef6be3
35221 Author: Behdad Esfahbod <behdad@behdad.org>
35222 Date:   Wed Aug 10 15:26:41 2011 +0200
35223
35224     [util] Port hb-view to GOption
35225
35226  util/hb-view.cc | 267
35227  +++++++++++++++++++++++++++++++++-----------------------
35228  1 file changed, 156 insertions(+), 111 deletions(-)
35229
35230 commit 511a136f0c092880b19250a5df53bcf9f4b043ca
35231 Author: Behdad Esfahbod <behdad@behdad.org>
35232 Date:   Tue Aug 9 15:03:00 2011 +0200
35233
35234     Move hb-view into util/
35235
35236  Makefile.am              |  3 +--
35237  configure.ac             |  1 +
35238  src/Makefile.am          | 13 -------------
35239  util/Makefile.am         | 24 ++++++++++++++++++++++++
35240  {src => util}/hb-view.cc |  0
35241  5 files changed, 26 insertions(+), 15 deletions(-)
35242
35243 commit d753ac78da5619a0a545cdaf7a8e65787e996570
35244 Author: Behdad Esfahbod <behdad@behdad.org>
35245 Date:   Tue Aug 9 14:03:12 2011 +0200
35246
35247     [uniscribe] Remove zerowidth glyphs from output
35248
35249  src/hb-uniscribe-shape.cc | 7 +++++--
35250  1 file changed, 5 insertions(+), 2 deletions(-)
35251
35252 commit 217cc81cd9c3de30b2ef226983ec43c0f78b5c7d
35253 Author: Behdad Esfahbod <behdad@behdad.org>
35254 Date:   Tue Aug 9 14:00:44 2011 +0200
35255
35256     [test/shape-complex] Print cluster and position info in --verbose
35257
35258  test/test-shape-complex.c | 20 +++++++++++++++++---
35259  1 file changed, 17 insertions(+), 3 deletions(-)
35260
35261 commit 708403e7f3e4a5cf9b0d2bd764fb74b148af7adb
35262 Author: Behdad Esfahbod <behdad@behdad.org>
35263 Date:   Tue Aug 9 13:52:36 2011 +0200
35264
35265     Fix warnings with old glib
35266
35267  test/hb-test.h | 3 +--
35268  1 file changed, 1 insertion(+), 2 deletions(-)
35269
35270 commit ddd247b0c528cdb8bdf5f8063180abe884afa305
35271 Author: Behdad Esfahbod <behdad@behdad.org>
35272 Date:   Tue Aug 9 11:44:42 2011 +0200
35273
35274     Minor
35275
35276  src/test.cc | 3 +--
35277  1 file changed, 1 insertion(+), 2 deletions(-)
35278
35279 commit 1b8196c98638ba05ae0ebcb8ba7aa99ed9c08e0a
35280 Author: Behdad Esfahbod <behdad@behdad.org>
35281 Date:   Tue Aug 9 11:37:46 2011 +0200
35282
35283     Add fallback shaper
35284
35285  src/hb-fallback-shape.cc | 23 +++++++++++++++++++++--
35286  1 file changed, 21 insertions(+), 2 deletions(-)
35287
35288 commit 13a601fe99f237b08b7166448e386eaea0b77294
35289 Author: Behdad Esfahbod <behdad@behdad.org>
35290 Date:   Tue Aug 9 11:36:54 2011 +0200
35291
35292     [FT] Don't make font immutable
35293
35294  src/hb-ft.cc | 2 --
35295  1 file changed, 2 deletions(-)
35296
35297 commit 38b2118724600521c6ad1e49df0667dcdf863634
35298 Author: Behdad Esfahbod <behdad@behdad.org>
35299 Date:   Tue Aug 9 10:51:24 2011 +0200
35300
35301     [API] Add hb_ft_font_set_funcs(), remove hb_ft_get_font_funcs()
35302
35303     Remove hb_ft_get_font_funcs() as it cannot be used by the user anyway.
35304
35305     Add hb_ft_font_set_funcs().  Which will make the font internally use
35306     FreeType.  That is, no need for the font to have created using the
35307     hb-ft API.  Just create using hb_face_create()/hb_font_create() and
35308     then call this on the font (after having set font scale).  This
35309     internally creates an FT_Face and attached to the font.
35310
35311  src/Makefile.am    |  4 +--
35312  src/hb-ft.cc       | 76
35313  +++++++++++++++++++++++++++++++++++++++++++++++++++---
35314  src/hb-ft.h        | 10 ++++---
35315  src/test.cc        |  7 +++++
35316  test/Makefile.am   |  8 ------
35317  test/test-object.c |  9 -------
35318  6 files changed, 89 insertions(+), 25 deletions(-)
35319
35320 commit 255f176fdcd42ab94f9c3c54e2bffb55d0b1a8f5
35321 Author: Behdad Esfahbod <behdad@behdad.org>
35322 Date:   Tue Aug 9 08:35:07 2011 +0200
35323
35324     Minor
35325
35326  src/hb-uniscribe-shape.cc | 2 +-
35327  1 file changed, 1 insertion(+), 1 deletion(-)
35328
35329 commit a9057eb3f38018faa1ece53c4aaeeba798b41fd1
35330 Author: Behdad Esfahbod <behdad@behdad.org>
35331 Date:   Tue Aug 9 00:47:55 2011 +0200
35332
35333     [uniscribe] Unbreak
35334
35335  src/hb-uniscribe-shape.cc | 4 ++--
35336  1 file changed, 2 insertions(+), 2 deletions(-)
35337
35338 commit c0975e12315b7167b92411584d2f00a751bbc204
35339 Author: Behdad Esfahbod <behdad@behdad.org>
35340 Date:   Tue Aug 9 00:46:18 2011 +0200
35341
35342     Fix build again
35343
35344  test/Makefile.am | 3 +++
35345  1 file changed, 3 insertions(+)
35346
35347 commit 33ccc77902660ed4b49184e5ec99f4fd0ef63175
35348 Author: Behdad Esfahbod <behdad@behdad.org>
35349 Date:   Tue Aug 9 00:43:24 2011 +0200
35350
35351     [API] Make set_user_data() functions take a replace parameter
35352
35353     We need this to set data on objects safely without worrying that some
35354     other thread unsets it by setting it at the same time.
35355
35356  src/hb-blob.cc            |  5 +++--
35357  src/hb-blob.h             |  3 ++-
35358  src/hb-buffer.cc          |  5 +++--
35359  src/hb-buffer.h           |  3 ++-
35360  src/hb-common.cc          | 13 ++++++++-----
35361  src/hb-font.cc            | 15 +++++++++------
35362  src/hb-font.h             |  9 ++++++---
35363  src/hb-object-private.hh  | 13 ++++++++-----
35364  src/hb-private.hh         | 16 +++++++++++-----
35365  src/hb-shape.cc           |  2 +-
35366  src/hb-unicode.cc         |  5 +++--
35367  src/hb-unicode.h          |  3 ++-
35368  src/hb-uniscribe-shape.cc | 18 ++++++++++++++----
35369  test/test-object.c        | 33 +++++++++++++++++----------------
35370  14 files changed, 89 insertions(+), 54 deletions(-)
35371
35372 commit 944b2ba1ce076385f985212bbdf2df96a8a995f0
35373 Author: Behdad Esfahbod <behdad@behdad.org>
35374 Date:   Tue Aug 9 00:23:58 2011 +0200
35375
35376     [buffer] Make API take signed int length
35377
35378     Since we already switched to accepting -1 as 'zero-terminated'.
35379
35380  src/hb-buffer.cc    | 12 ++++++------
35381  src/hb-buffer.h     | 12 ++++++------
35382  src/hb-ot-layout.cc |  2 --
35383  src/main.cc         |  1 -
35384  4 files changed, 12 insertions(+), 15 deletions(-)
35385
35386 commit de1e1cf9bccfd116d495804e230dc2e12b733a2d
35387 Author: Behdad Esfahbod <behdad@behdad.org>
35388 Date:   Tue Aug 9 00:19:38 2011 +0200
35389
35390     [FT] Adapt to new face API
35391
35392  src/hb-ft.cc | 3 +++
35393  1 file changed, 3 insertions(+)
35394
35395 commit 458c89a85695220d43b69dbae36fc93e3fe78d89
35396 Author: Behdad Esfahbod <behdad@behdad.org>
35397 Date:   Tue Aug 9 00:19:19 2011 +0200
35398
35399     Minor
35400
35401  test/test-c.c | 10 +++++-----
35402  1 file changed, 5 insertions(+), 5 deletions(-)
35403
35404 commit bf3eef540f81fdeba1c36263d7d5b2ec4c5f07b1
35405 Author: Behdad Esfahbod <behdad@behdad.org>
35406 Date:   Tue Aug 9 00:13:24 2011 +0200
35407
35408     [uniscribe] Cleanup backend
35409
35410  TODO                      |   2 +
35411  src/hb-uniscribe-shape.cc | 161
35412  ++++++++++++++++++++++++++++++++++------------
35413  2 files changed, 123 insertions(+), 40 deletions(-)
35414
35415 commit f1f848e2e46ac54ff08aca7cd83390af31c7c9ef
35416 Author: Behdad Esfahbod <behdad@behdad.org>
35417 Date:   Mon Aug 8 23:41:06 2011 +0200
35418
35419     Fix build
35420
35421  test/Makefile.am | 5 +++++
35422  1 file changed, 5 insertions(+)
35423
35424 commit 3897335c7620c37e9a0224b0c42ade0dfdce4053
35425 Author: Behdad Esfahbod <behdad@behdad.org>
35426 Date:   Mon Aug 8 23:37:41 2011 +0200
35427
35428     [API] Sort out get_blob API
35429
35430     hb_face_get_blob() renamed to hb_face_reference_blob(), returns a
35431     reference now.
35432
35433     hb_face_[sg]et_index() added.
35434
35435     hb_face_set_upem() added.
35436
35437  src/hb-font-private.hh      |  3 +-
35438  src/hb-font.cc              | 67
35439  +++++++++++++++++++++++++++++++++++----------
35440  src/hb-font.h               | 17 ++++++++++--
35441  src/hb-ft.cc                |  3 +-
35442  src/hb-ot-layout-private.hh |  9 ------
35443  src/hb-ot-layout.cc         | 21 --------------
35444  src/hb-uniscribe-shape.cc   |  3 +-
35445  7 files changed, 72 insertions(+), 51 deletions(-)
35446
35447 commit e715784be35f0846c0e084b7c53c7556ce933a45
35448 Author: Behdad Esfahbod <behdad@behdad.org>
35449 Date:   Mon Aug 8 21:42:02 2011 +0200
35450
35451     Rename get_table to reference_table in all API
35452
35453  src/hb-font-private.hh |  6 +++---
35454  src/hb-font.cc         | 20 ++++++++++----------
35455  src/hb-font.h          |  8 ++++----
35456  src/hb-ft.cc           |  4 ++--
35457  4 files changed, 19 insertions(+), 19 deletions(-)
35458
35459 commit 670c873499f7f03fdfc07b8a0567b041628c6ab0
35460 Author: Behdad Esfahbod <behdad@behdad.org>
35461 Date:   Mon Aug 8 21:36:24 2011 +0200
35462
35463     Fix shaper ordering logic
35464
35465  src/hb-shape.cc | 80
35466  ++++++++++++++++++++++++---------------------------------
35467  1 file changed, 34 insertions(+), 46 deletions(-)
35468
35469 commit cc797e0d5368b2f5732d77eb3e3882283bd87cf7
35470 Author: Behdad Esfahbod <behdad@behdad.org>
35471 Date:   Mon Aug 8 03:49:30 2011 +0200
35472
35473     Minor
35474
35475  TODO            | 2 --
35476  src/hb-shape.cc | 2 ++
35477  2 files changed, 2 insertions(+), 2 deletions(-)
35478
35479 commit 826e22732dd8697600a1392f48af21b7b3ce6271
35480 Author: Behdad Esfahbod <behdad@behdad.org>
35481 Date:   Sun Aug 7 03:53:42 2011 -0400
35482
35483     [uniscribe] Fix blob lifecycles
35484
35485  src/hb-uniscribe-shape.cc | 3 ++-
35486  1 file changed, 2 insertions(+), 1 deletion(-)
35487
35488 commit ff199ba356f0eb5bc6252203eea18a1d1fd28934
35489 Author: Behdad Esfahbod <behdad@behdad.org>
35490 Date:   Sun Aug 7 03:43:46 2011 -0400
35491
35492     Fix shaper_list manipulation, aaaaaaaaaaaaargh
35493
35494  src/hb-shape.cc | 16 +++++++++-------
35495  1 file changed, 9 insertions(+), 7 deletions(-)
35496
35497 commit 206e32934592b915b1f3052aecf014c6ced729e1
35498 Author: Behdad Esfahbod <behdad@behdad.org>
35499 Date:   Sun Aug 7 01:10:55 2011 -0400
35500
35501     [test] test-object is not FreeType-specific, move it to the right
35502     place
35503
35504  test/Makefile.am | 8 +++-----
35505  1 file changed, 3 insertions(+), 5 deletions(-)
35506
35507 commit 577326b86af80cc137eea81f4cc1e30adf9232b1
35508 Author: Behdad Esfahbod <behdad@behdad.org>
35509 Date:   Sun Aug 7 01:04:40 2011 -0400
35510
35511     [uniscribe] Fix cluster calculation
35512
35513  src/hb-uniscribe-shape.cc | 6 +++++-
35514  1 file changed, 5 insertions(+), 1 deletion(-)
35515
35516 commit f6d83b2dcf120f9d6f0a28c6f5de2da7addf9089
35517 Author: Behdad Esfahbod <behdad@behdad.org>
35518 Date:   Sun Aug 7 00:59:58 2011 -0400
35519
35520     Minor
35521
35522  src/test.cc | 4 ++--
35523  1 file changed, 2 insertions(+), 2 deletions(-)
35524
35525 commit 2eb474afb4a09f4da8f14b444bd6066769010224
35526 Author: Behdad Esfahbod <behdad@behdad.org>
35527 Date:   Sun Aug 7 00:59:38 2011 -0400
35528
35529     [uniscribe] Fix shaper
35530
35531     It's kinda working finally!
35532
35533  src/hb-uniscribe-shape.cc | 9 ++++++---
35534  1 file changed, 6 insertions(+), 3 deletions(-)
35535
35536 commit f22e661147691ebc9d531aa28a850988e6503f9b
35537 Author: Behdad Esfahbod <behdad@behdad.org>
35538 Date:   Sun Aug 7 00:59:12 2011 -0400
35539
35540     [glib] Protect against invalid characters
35541
35542  src/hb-glib.cc | 8 ++++++--
35543  1 file changed, 6 insertions(+), 2 deletions(-)
35544
35545 commit 144cd49a0eb3ccc749325d0ee14b3ebf4367c971
35546 Author: Behdad Esfahbod <behdad@behdad.org>
35547 Date:   Sun Aug 7 00:51:50 2011 -0400
35548
35549     [buffer] Accept -1 for text_length and item_length
35550
35551     A -1 text_length means: zero-terminated string.
35552     A -1 item_length means: to the end of string.
35553
35554  src/hb-buffer.cc | 10 ++++++++++
35555  1 file changed, 10 insertions(+)
35556
35557 commit e9c71fab30fd1d5b163c8a072f9e2d3eb8ba3a92
35558 Author: Behdad Esfahbod <behdad@behdad.org>
35559 Date:   Sun Aug 7 00:00:27 2011 -0400
35560
35561     Fix name-table lookup
35562
35563     Oops!
35564
35565  src/hb-ot-name-private.hh | 2 +-
35566  src/hb-uniscribe-shape.cc | 2 ++
35567  2 files changed, 3 insertions(+), 1 deletion(-)
35568
35569 commit 3fd2b5bece28c81e3e379352f09eee39d19ac372
35570 Author: Behdad Esfahbod <behdad@behdad.org>
35571 Date:   Sat Aug 6 22:59:54 2011 -0400
35572
35573     [uniscribe] Use font size directly
35574
35575  src/hb-uniscribe-shape.cc | 2 +-
35576  1 file changed, 1 insertion(+), 1 deletion(-)
35577
35578 commit 892eb2e462b40451b8f73879eab66310d884386a
35579 Author: Behdad Esfahbod <behdad@behdad.org>
35580 Date:   Sat Aug 6 22:06:52 2011 -0400
35581
35582     [uniscribe] Make font selection work
35583
35584     Not tested yet.
35585
35586  src/hb-ot-name-private.hh | 37 +++++++++++++++++++++++++++++++++++++
35587  src/hb-uniscribe-shape.cc | 30 +++++++++++++++++++++++-------
35588  src/test.cc               |  1 -
35589  3 files changed, 60 insertions(+), 8 deletions(-)
35590
35591 commit b492299eb3c398701557e452f6c2c9bd370fbbf3
35592 Author: Behdad Esfahbod <behdad@behdad.org>
35593 Date:   Fri Aug 5 20:34:50 2011 -0400
35594
35595     Start implementing the 'name' table
35596
35597  src/Makefile.am           |  3 +-
35598  src/hb-ot-name-private.hh | 91
35599  +++++++++++++++++++++++++++++++++++++++++++++++
35600  src/hb-uniscribe-shape.cc | 12 ++++---
35601  3 files changed, 100 insertions(+), 6 deletions(-)
35602
35603 commit 4538efacca84329a60ff69851de70027d9b4f567
35604 Author: Behdad Esfahbod <behdad@behdad.org>
35605 Date:   Fri Aug 5 20:11:06 2011 -0400
35606
35607     Skip tests by returning 77
35608
35609     automake test runner understands this.
35610
35611  src/check-internal-symbols.sh | 3 ++-
35612  src/check-libstdc++.sh        | 3 ++-
35613  2 files changed, 4 insertions(+), 2 deletions(-)
35614
35615 commit 54eb65538da0a6ab0389d09944c90e12a913157d
35616 Author: Behdad Esfahbod <behdad@behdad.org>
35617 Date:   Fri Aug 5 20:09:25 2011 -0400
35618
35619     Fix check on OS X sh
35620
35621  src/check-header-guards.sh | 2 +-
35622  1 file changed, 1 insertion(+), 1 deletion(-)
35623
35624 commit 9da554504e30a326fc57b28cdb0e57108bfa9555
35625 Author: Behdad Esfahbod <behdad@behdad.org>
35626 Date:   Fri Aug 5 19:48:49 2011 -0400
35627
35628     Add hb_shape_list_shapers()
35629
35630  src/hb-shape.cc   | 22 ++++++++++++++++++----
35631  src/hb-shape.h    |  3 +++
35632  test/Makefile.am  |  2 ++
35633  test/test-c.c     |  8 ++++++++
35634  test/test-shape.c | 15 +++++++++++++++
35635  5 files changed, 46 insertions(+), 4 deletions(-)
35636
35637 commit d7bf473ef222ab420456ff155ffaa09bacb3a394
35638 Author: Behdad Esfahbod <behdad@behdad.org>
35639 Date:   Fri Aug 5 18:18:21 2011 -0400
35640
35641     Minor
35642
35643  src/check-header-guards.sh  |  1 -
35644  src/hb-open-type-private.hh | 10 +++++-----
35645  2 files changed, 5 insertions(+), 6 deletions(-)
35646
35647 commit c62a8f10f3b9a4ac3ac6b686464ac734ebfa2f7f
35648 Author: Behdad Esfahbod <behdad@behdad.org>
35649 Date:   Fri Aug 5 18:02:30 2011 -0400
35650
35651     Free all static memory upon exit
35652
35653  src/hb-common.cc | 8 +++++---
35654  src/hb-shape.cc  | 4 ++--
35655  2 files changed, 7 insertions(+), 5 deletions(-)
35656
35657 commit c4d63ef744f79701458ab7af2055afb87ffe8de3
35658 Author: Behdad Esfahbod <behdad@behdad.org>
35659 Date:   Fri Aug 5 17:54:25 2011 -0400
35660
35661     Fix env parsing code
35662
35663     Also changed the separator to comma instead of colon.
35664
35665  src/hb-shape.cc | 34 +++++++++++++++++++++++++---------
35666  1 file changed, 25 insertions(+), 9 deletions(-)
35667
35668 commit 3931837bebd79c5eb1bd5b24ff12e2c8e7d3f24c
35669 Author: Behdad Esfahbod <behdad@behdad.org>
35670 Date:   Fri Aug 5 17:22:19 2011 -0400
35671
35672     Change hb_shape() API back to what it was, add hb_shape_full()
35673
35674     I disliked changing hb_shape() API, and disliked the fact that it was
35675     returning a bool now.  So, reverted.  Added new API for the extra
35676     functionality.
35677
35678  src/hb-view.cc | 2 +-
35679  1 file changed, 1 insertion(+), 1 deletion(-)
35680
35681 commit 3ca6c4ecc299295b6682fa2b6b9f83b213223bad
35682 Author: Behdad Esfahbod <behdad@behdad.org>
35683 Date:   Fri Aug 5 17:22:19 2011 -0400
35684
35685     Change hb_shape() API back to what it was, add hb_shape_full()
35686
35687     I disliked changing hb_shape() API, and disliked the fact that it was
35688     returning a bool now.  So, reverted.  Added new API for the extra
35689     functionality.
35690
35691  src/hb-shape.cc   | 21 +++++++++++++++------
35692  src/hb-shape.h    | 14 ++++++++++----
35693  src/test.cc       |  2 +-
35694  test/test-shape.c |  2 +-
35695  4 files changed, 27 insertions(+), 12 deletions(-)
35696
35697 commit 02aeca985b570763342c35e99af90025bfa088d5
35698 Author: Behdad Esfahbod <behdad@behdad.org>
35699 Date:   Thu Aug 4 22:31:05 2011 -0400
35700
35701     [API] Changes to main shape API
35702
35703     hb_shape() now accepts a shaper_options and a shaper_list argument.
35704     Both can be set to NULL to emulate previous API.  And in most
35705     situations
35706     they are expected to be set to NULL.
35707
35708     hb_shape() also returns a boolean for now.  If shaper_list is
35709     NULL, the
35710     return value can be ignored.
35711
35712     shaper_options is ignored for now, but otherwise it should be a
35713     NULL-terminated list of strings.
35714
35715     shaper_list is a NULL-terminated list of strings.  Currently
35716     recognized
35717     strings are "ot" for native OpenType Layout implementation,
35718     "uniscribe"
35719     for the Uniscribe backend, and "fallback" for the non-complex backend
35720     (that will be implemented shortly).  The fallback backend never fails.
35721
35722     The env var HB_SHAPER_LIST is also parsed and honored.  It's a
35723     colon-separated list of shaper names.  The fallback shaper is
35724     invoked if
35725     none of the env-listed shapers succeed.
35726
35727     New API hb_buffer_guess_properties() added.
35728
35729  TODO                             |   2 -
35730  configure.ac                     |   9 +++
35731  src/Makefile.am                  |  14 ++--
35732  src/hb-buffer-private.hh         |   1 +
35733  src/hb-buffer.cc                 |  35 ++++++++++
35734  src/hb-buffer.h                  |   3 +
35735  src/hb-fallback-shape-private.hh |  48 ++++++++++++++
35736  src/hb-fallback-shape.cc         |  43 +++++++++++++
35737  src/hb-ot-shape.cc               |   9 ++-
35738  src/hb-ot-shape.h                |   5 +-
35739  src/hb-shape.cc                  | 135
35740  +++++++++++++++++++++++----------------
35741  src/hb-shape.h                   |  13 ++--
35742  src/hb-uniscribe-shape.cc        |  52 ++++++---------
35743  src/hb-uniscribe.h               |   5 +-
35744  src/hb-view.cc                   |   2 +-
35745  src/test.cc                      |   3 +-
35746  test/test-shape.c                |   2 +-
35747  17 files changed, 274 insertions(+), 107 deletions(-)
35748
35749 commit 57692adf1294a6db4627d0de7c671e4aa01d2a8f
35750 Author: Behdad Esfahbod <behdad@behdad.org>
35751 Date:   Thu Aug 4 20:49:16 2011 -0400
35752
35753     Make test.cc do something more useful
35754
35755     Hardcoded to the uniscribe backend for now.  Will fix soon.
35756
35757  src/test.cc | 38 ++++++++++++++++++++++++++++++++++----
35758  1 file changed, 34 insertions(+), 4 deletions(-)
35759
35760 commit c605bbbb6d4b2a98b1f40ca818760088d991f7d1
35761 Author: Behdad Esfahbod <behdad@behdad.org>
35762 Date:   Thu Aug 4 20:00:53 2011 -0400
35763
35764     Remove C++ guards from source files
35765
35766     Where causing issues for people with MSVC.
35767
35768  src/check-c-linkage-decls.sh            | 3 +--
35769  src/hb-blob.cc                          | 2 --
35770  src/hb-buffer-private.hh                | 2 --
35771  src/hb-buffer.cc                        | 2 --
35772  src/hb-common.cc                        | 2 --
35773  src/hb-font-private.hh                  | 2 --
35774  src/hb-font.cc                          | 2 --
35775  src/hb-ft.cc                            | 2 --
35776  src/hb-glib.cc                          | 2 --
35777  src/hb-icu.cc                           | 2 --
35778  src/hb-mutex-private.hh                 | 2 --
35779  src/hb-object-private.hh                | 4 ----
35780  src/hb-open-file-private.hh             | 2 --
35781  src/hb-open-type-private.hh             | 4 ----
35782  src/hb-ot-head-private.hh               | 2 --
35783  src/hb-ot-layout-common-private.hh      | 4 ----
35784  src/hb-ot-layout-gdef-private.hh        | 2 --
35785  src/hb-ot-layout-gpos-private.hh        | 4 ----
35786  src/hb-ot-layout-gsub-private.hh        | 4 ----
35787  src/hb-ot-layout-gsubgpos-private.hh    | 6 ------
35788  src/hb-ot-layout-private.hh             | 2 --
35789  src/hb-ot-layout.cc                     | 2 --
35790  src/hb-ot-map-private.hh                | 2 --
35791  src/hb-ot-map.cc                        | 2 --
35792  src/hb-ot-maxp-private.hh               | 2 --
35793  src/hb-ot-shape-complex-arabic-table.hh | 2 --
35794  src/hb-ot-shape-complex-arabic.cc       | 2 --
35795  src/hb-ot-shape-complex-indic-table.hh  | 2 --
35796  src/hb-ot-shape-complex-indic.cc        | 2 --
35797  src/hb-ot-shape-complex-misc.cc         | 2 --
35798  src/hb-ot-shape-complex-private.hh      | 2 --
35799  src/hb-ot-shape-normalize.cc            | 2 --
35800  src/hb-ot-shape-private.hh              | 2 --
35801  src/hb-ot-shape.cc                      | 2 --
35802  src/hb-ot-tag.cc                        | 2 --
35803  src/hb-private.hh                       | 8 --------
35804  src/hb-shape.cc                         | 2 --
35805  src/hb-unicode-private.hh               | 2 --
35806  src/hb-unicode.cc                       | 2 --
35807  src/hb-uniscribe-shape.cc               | 2 --
35808  src/hb-view.cc                          | 2 --
35809  src/main.cc                             | 2 --
35810  src/test.cc                             | 2 --
35811  43 files changed, 1 insertion(+), 106 deletions(-)
35812
35813 commit 8336186a52813b53e90b4399dc462d55750e2d37
35814 Author: Behdad Esfahbod <behdad@behdad.org>
35815 Date:   Thu Aug 4 19:49:05 2011 -0400
35816
35817     Zero map objects
35818
35819  src/hb-ot-map-private.hh | 4 ++++
35820  1 file changed, 4 insertions(+)
35821
35822 commit ecd3b6e4ad253cf9d0dae1ed2da8ba6caed16b85
35823 Author: Behdad Esfahbod <behdad@behdad.org>
35824 Date:   Thu Aug 4 01:57:40 2011 -0400
35825
35826     More build fixes
35827
35828  configure.ac | 2 ++
35829  1 file changed, 2 insertions(+)
35830
35831 commit c747f509bcc4e6a34ced04e9e79ed414a44437b1
35832 Author: Behdad Esfahbod <behdad@behdad.org>
35833 Date:   Thu Aug 4 01:51:30 2011 -0400
35834
35835     More out-of-tree build fixes
35836
35837  src/check-c-linkage-decls.sh | 3 +--
35838  src/check-header-guards.sh   | 8 ++++----
35839  2 files changed, 5 insertions(+), 6 deletions(-)
35840
35841 commit 0530ca9a180edc330ab801c535907cefa4a0c298
35842 Author: Behdad Esfahbod <behdad@behdad.org>
35843 Date:   Thu Aug 4 01:42:59 2011 -0400
35844
35845     Fix out-of-tree build
35846
35847  test/Makefile.am | 2 +-
35848  1 file changed, 1 insertion(+), 1 deletion(-)
35849
35850 commit ddbf4edc5d09a645351b1bd1722b068aba6a6dec
35851 Author: Behdad Esfahbod <behdad@behdad.org>
35852 Date:   Thu Aug 4 01:38:37 2011 -0400
35853
35854     Minor
35855
35856  configure.ac | 1 -
35857  1 file changed, 1 deletion(-)
35858
35859 commit 20dde6101662fd9ebe5f613631ea468f4c0a995f
35860 Author: Behdad Esfahbod <behdad@behdad.org>
35861 Date:   Thu Aug 4 01:07:33 2011 -0400
35862
35863     Minor
35864
35865  src/hb-uniscribe.h | 6 +++---
35866  1 file changed, 3 insertions(+), 3 deletions(-)
35867
35868 commit 44b4f50d05fd51d8056a78e359fbb00fbcac43a0
35869 Author: Behdad Esfahbod <behdad@behdad.org>
35870 Date:   Thu Aug 4 00:52:20 2011 -0400
35871
35872     Fix typo
35873
35874  src/hb-private.hh | 2 +-
35875  1 file changed, 1 insertion(+), 1 deletion(-)
35876
35877 commit 0fbb2dc83132a89201ad8b56c6909610437d2da0
35878 Author: Behdad Esfahbod <behdad@behdad.org>
35879 Date:   Wed Aug 3 19:55:04 2011 -0400
35880
35881     Add draft experimental Uniscribe backend
35882
35883     Not complete yet, font selection doesn't work.  But hey it shapes!
35884
35885     This is not supposed to be a production backend, more like a testing
35886     backend.
35887
35888  configure.ac              |   9 ++
35889  src/Makefile.am           |  11 ++
35890  src/hb-private.hh         |   4 +-
35891  src/hb-uniscribe-shape.cc | 325
35892  ++++++++++++++++++++++++++++++++++++++++++++++
35893  src/hb-uniscribe.h        |  46 +++++++
35894  5 files changed, 394 insertions(+), 1 deletion(-)
35895
35896 commit 0d7d4824b2edc7aeeb995077655a9a89b5c360a9
35897 Author: Behdad Esfahbod <behdad@behdad.org>
35898 Date:   Wed Aug 3 17:39:24 2011 -0400
35899
35900     Minor
35901
35902  configure.ac | 10 +++++-----
35903  1 file changed, 5 insertions(+), 5 deletions(-)
35904
35905 commit e62df43649e31b7815c272f01808b3f726c7d07d
35906 Author: Behdad Esfahbod <behdad@behdad.org>
35907 Date:   Wed Aug 3 17:38:54 2011 -0400
35908
35909     Add internal hb_buffer_t::get_scratch_buffer()
35910
35911  src/hb-buffer-private.hh |  2 ++
35912  src/hb-buffer.cc         | 10 ++++++++++
35913  2 files changed, 12 insertions(+)
35914
35915 commit 71e7936fcadfd375a8bdc47987ef8b1b2b542df5
35916 Author: Behdad Esfahbod <behdad@behdad.org>
35917 Date:   Wed Aug 3 17:38:34 2011 -0400
35918
35919     Minor
35920
35921  TODO | 2 ++
35922  1 file changed, 2 insertions(+)
35923
35924 commit bf8c57ba745c02370c38198adfdcd8075ba38b13
35925 Author: Behdad Esfahbod <behdad@behdad.org>
35926 Date:   Wed Aug 3 17:38:04 2011 -0400
35927
35928     [API] Add hb_face_get_blob()
35929
35930     Need to think more about it.
35931
35932  src/hb-font.cc | 10 ++++++++++
35933  src/hb-font.h  |  3 +++
35934  2 files changed, 13 insertions(+)
35935
35936 commit 2118fdb9f584e6735e904638e48bae48314372fa
35937 Author: Behdad Esfahbod <behdad@behdad.org>
35938 Date:   Tue Aug 2 14:06:51 2011 -0400
35939
35940     Fix fallback shaping
35941
35942     Broke it a few commits ago.
35943
35944  src/hb-ot-shape.cc | 8 +++++---
35945  1 file changed, 5 insertions(+), 3 deletions(-)
35946
35947 commit 199abbd0f15bd295c3a56845c71b38dd20af1332
35948 Author: Behdad Esfahbod <behdad@behdad.org>
35949 Date:   Tue Aug 2 13:59:47 2011 -0400
35950
35951     Minor
35952
35953  test/test-unicode.c | 4 +++-
35954  1 file changed, 3 insertions(+), 1 deletion(-)
35955
35956 commit 4f052b93c0b17d92b9f0adddf64ef77518bf2ac4
35957 Author: Behdad Esfahbod <behdad@behdad.org>
35958 Date:   Tue Aug 2 13:44:24 2011 -0400
35959
35960     Fix build with glib but not freetype
35961
35962  test/Makefile.am | 7 +++----
35963  1 file changed, 3 insertions(+), 4 deletions(-)
35964
35965 commit c21be799daa85d5edb2d831ac985d3e43c8755ec
35966 Author: Behdad Esfahbod <behdad@behdad.org>
35967 Date:   Tue Aug 2 12:05:49 2011 -0400
35968
35969     Minor
35970
35971  test/Makefile.am | 3 ++-
35972  1 file changed, 2 insertions(+), 1 deletion(-)
35973
35974 commit e9c2341b1384c161bbab9871411af0bc9f6c3cf4
35975 Author: Behdad Esfahbod <behdad@behdad.org>
35976 Date:   Tue Aug 2 11:40:44 2011 -0400
35977
35978     Don't use icu-config when cross-compiling
35979
35980  configure.ac | 17 ++++++++++-------
35981  1 file changed, 10 insertions(+), 7 deletions(-)
35982
35983 commit 390dab49b6cf34f263b67d20a13f0752ada57bcc
35984 Author: Behdad Esfahbod <behdad@behdad.org>
35985 Date:   Tue Aug 2 11:29:55 2011 -0400
35986
35987     Unbreak icu-config results a bit
35988
35989  configure.ac | 1 +
35990  1 file changed, 1 insertion(+)
35991
35992 commit b301478a69d961c724a4875b839a81fb458d1153
35993 Author: Behdad Esfahbod <behdad@behdad.org>
35994 Date:   Tue Aug 2 11:25:13 2011 -0400
35995
35996     Bug 39763 - autogen.sh should check pkg-config availability
35997
35998     (and revert change have_icu change I mistakenly pushed out)
35999
36000  autogen.sh   | 10 ++++++++--
36001  configure.ac |  1 -
36002  2 files changed, 8 insertions(+), 3 deletions(-)
36003
36004 commit f60271c0c2b0101e7b2725f9a9ad950c277a616c
36005 Author: Behdad Esfahbod <behdad@behdad.org>
36006 Date:   Tue Aug 2 09:56:30 2011 -0400
36007
36008     Add mingw32 support
36009
36010     With these changes, on Ubuntu I can do:
36011
36012     ./configure --host=i586-mingw32msvc  && make
36013
36014  configure.ac                | 1 +
36015  src/hb-mutex-private.hh     | 4 ++--
36016  src/hb-open-type-private.hh | 5 +++++
36017  src/hb-private.hh           | 6 +++++-
36018  src/main.cc                 | 1 +
36019  5 files changed, 14 insertions(+), 3 deletions(-)
36020
36021 commit 1264b23e4a4ae1c9831a3009e1c7ab8e65a5b434
36022 Author: Behdad Esfahbod <behdad@behdad.org>
36023 Date:   Mon Aug 1 16:39:32 2011 -0400
36024
36025     Bug 39702 - configure check for ragel
36026
36027  autogen.sh | 18 +++++++++++++-----
36028  1 file changed, 13 insertions(+), 5 deletions(-)
36029
36030 commit f5414cf0a220d6e6f3d4b6e8221cd583b4684187
36031 Author: Behdad Esfahbod <behdad@behdad.org>
36032 Date:   Mon Aug 1 16:34:16 2011 -0400
36033
36034     Use missing script for calling ragel
36035
36036  src/Makefile.am | 3 ++-
36037  1 file changed, 2 insertions(+), 1 deletion(-)
36038
36039 commit a91c58bf98258a34e5f7c1ad39a38db58fadc4b9
36040 Author: Behdad Esfahbod <behdad@behdad.org>
36041 Date:   Mon Aug 1 16:30:11 2011 -0400
36042
36043     [Indic] Disable CJCT-disabling logic
36044
36045     Read comment.
36046
36047  src/hb-ot-shape-complex-indic.cc | 7 ++++++-
36048  1 file changed, 6 insertions(+), 1 deletion(-)
36049
36050 commit 5e72071062c015237b79fbd0521341a63166a204
36051 Author: Behdad Esfahbod <behdad@behdad.org>
36052 Date:   Sun Jul 31 17:51:50 2011 -0400
36053
36054     [Indic] Stop looking for base upon seeing joiners
36055
36056     Not sure where this is documented, but I remember this being the
36057     desired
36058     behavior.
36059
36060     test-shape-complex failures are down from 48 to 46.  Meh.
36061
36062  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
36063  1 file changed, 9 insertions(+), 2 deletions(-)
36064
36065 commit 281683995a46ed37aeeb84061249758c59822457
36066 Author: Behdad Esfahbod <behdad@behdad.org>
36067 Date:   Sun Jul 31 16:00:35 2011 -0400
36068
36069     Cosmetic
36070
36071  src/hb-ot-shape-complex-indic.cc | 23 +++++++++++++++--------
36072  1 file changed, 15 insertions(+), 8 deletions(-)
36073
36074 commit 6b37bc80843e38ca7b62500f95fd70c08af68d62
36075 Author: Behdad Esfahbod <behdad@behdad.org>
36076 Date:   Sun Jul 31 15:57:00 2011 -0400
36077
36078     [Indic] Fix ZWJ/ZWNJ application
36079
36080     Not quite working just yet.  False alarm re 10 failures.  It was
36081     crashing.  Ouch!  Back to 48 failures.
36082
36083  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
36084  1 file changed, 6 insertions(+), 4 deletions(-)
36085
36086 commit e7be05702447ae270d797398132c1930cd3a9b86
36087 Author: Behdad Esfahbod <behdad@behdad.org>
36088 Date:   Sun Jul 31 15:18:57 2011 -0400
36089
36090     [Indic] Add Final Reordering rules into comments
36091
36092     Not applied yet.
36093
36094  src/hb-ot-shape-complex-indic.cc | 86
36095  ++++++++++++++++++++++++++++++++++++++--
36096  1 file changed, 83 insertions(+), 3 deletions(-)
36097
36098 commit cfd4382ec1af91640129551697de36fd42c0849a
36099 Author: Behdad Esfahbod <behdad@behdad.org>
36100 Date:   Sun Jul 31 15:07:11 2011 -0400
36101
36102     [Indic] Handle Reph when determining base consonant
36103
36104  src/hb-ot-shape-complex-indic.cc | 24 +++++++++++++++---------
36105  1 file changed, 15 insertions(+), 9 deletions(-)
36106
36107 commit 97158392a5899ddb739afaac925128f33f699bd7
36108 Author: Behdad Esfahbod <behdad@behdad.org>
36109 Date:   Sun Jul 31 15:01:28 2011 -0400
36110
36111     [Indic] Ra is a consonant too
36112
36113  src/hb-ot-shape-complex-indic.cc | 3 +--
36114  1 file changed, 1 insertion(+), 2 deletions(-)
36115
36116 commit 0d8f8a177c4bfd4dc642a353bab8d03674e839ac
36117 Author: Behdad Esfahbod <behdad@behdad.org>
36118 Date:   Sun Jul 31 14:57:59 2011 -0400
36119
36120     [Indic] Fix reph inhibition logic
36121
36122  src/hb-ot-shape-complex-indic.cc | 4 ++--
36123  1 file changed, 2 insertions(+), 2 deletions(-)
36124
36125 commit 9da0487cd452d780673e24329ce03e174a4ef83b
36126 Author: Behdad Esfahbod <behdad@behdad.org>
36127 Date:   Sun Jul 31 13:46:44 2011 -0400
36128
36129     [Indic] Support ZWJ/ZWNJ
36130
36131     Brings test-shape-complex failures down from 52 to 10!
36132
36133     I hereby declare harfbuzz-ng supporting Indic!
36134
36135  src/hb-ot-shape-complex-indic.cc | 57
36136  +++++++++++++++++++++++++++++++++-------
36137  1 file changed, 48 insertions(+), 9 deletions(-)
36138
36139 commit 9ee27a928a989c71923cef82a9e9828f8e9ca051
36140 Author: Behdad Esfahbod <behdad@behdad.org>
36141 Date:   Sun Jul 31 11:10:14 2011 -0400
36142
36143     [Indic] Suppress reph formation upon joiners
36144
36145  src/hb-ot-shape-complex-indic.cc | 8 +++++++-
36146  1 file changed, 7 insertions(+), 1 deletion(-)
36147
36148 commit 8354e004e553856d7d743e0f0b4de4668484026a
36149 Author: Behdad Esfahbod <behdad@behdad.org>
36150 Date:   Sun Jul 31 02:24:51 2011 -0400
36151
36152     Un-Ra U+09F1.  According to the test suite this is correct.
36153
36154     But I'm not sure...  Down from 54 failures to 52.
36155
36156  src/hb-ot-shape-complex-indic.cc | 2 +-
36157  1 file changed, 1 insertion(+), 1 deletion(-)
36158
36159 commit 07cedd81f48907b2e372cd2e963716bbded9ce29
36160 Author: Behdad Esfahbod <behdad@behdad.org>
36161 Date:   Sat Jul 30 21:16:51 2011 -0400
36162
36163     Minor
36164
36165  test/test-shape-complex.c | 21 +++++++++++----------
36166  1 file changed, 11 insertions(+), 10 deletions(-)
36167
36168 commit ba7e85c104e68b4685c1b3b5c9a260fe0f6879df
36169 Author: Behdad Esfahbod <behdad@behdad.org>
36170 Date:   Sat Jul 30 21:11:53 2011 -0400
36171
36172     Cosmetic
36173
36174  src/hb-ot-shape-complex-indic.cc | 1 +
36175  1 file changed, 1 insertion(+)
36176
36177 commit f5bc2725cb892264ba223e0a49f7fd2c622a0730
36178 Author: Behdad Esfahbod <behdad@behdad.org>
36179 Date:   Sat Jul 30 21:08:10 2011 -0400
36180
36181     [Indic] For old-style Indic tables, move Halant around
36182
36183     In old-style Indic OT standards, the post-base Halants are moved after
36184     their base.  Emulate that by moving first post-base Halant to
36185     post-last-consonant.
36186
36187     Brings test-shape-complex failures down from 88 to 54.  Getting there!
36188
36189  src/hb-ot-map-private.hh         |  3 +++
36190  src/hb-ot-shape-complex-indic.cc | 20 ++++++++++++++++++++
36191  2 files changed, 23 insertions(+)
36192
36193 commit c47a31fb4793b825f4be57e9cb1b10db352b9512
36194 Author: Behdad Esfahbod <behdad@behdad.org>
36195 Date:   Sat Jul 30 20:57:01 2011 -0400
36196
36197     [OT] Save chosen script tag
36198
36199  src/hb-ot-layout.cc      | 20 ++++++++++++++++----
36200  src/hb-ot-layout.h       |  3 ++-
36201  src/hb-ot-map-private.hh |  1 +
36202  src/hb-ot-map.cc         |  2 +-
36203  4 files changed, 20 insertions(+), 6 deletions(-)
36204
36205 commit 3a9b14dfdfc278b432890e1537672a4ca141a3b0
36206 Author: Behdad Esfahbod <behdad@behdad.org>
36207 Date:   Sat Jul 30 20:23:55 2011 -0400
36208
36209     Minor
36210
36211  test/test-shape-complex.c | 8 ++++----
36212  1 file changed, 4 insertions(+), 4 deletions(-)
36213
36214 commit 8613193bbf28fe8951c900b68c4418a6fb929626
36215 Author: Behdad Esfahbod <behdad@behdad.org>
36216 Date:   Sat Jul 30 20:21:40 2011 -0400
36217
36218     [test] Fix problem with N'ko test direction
36219
36220     Old HarfBuzz test suite always shaped as left-to-right and hence
36221     had wrong
36222     0x14db, direction expected glyphstring for N'ko.  Doh!
36223
36224     Failures down from 92 to 88.
36225
36226  test/test-shape-complex.c | 8 ++++----
36227  1 file changed, 4 insertions(+), 4 deletions(-)
36228
36229 commit fd06bf56110e73826b3d5c73ac964e2609450d46
36230 Author: Behdad Esfahbod <behdad@behdad.org>
36231 Date:   Sat Jul 30 20:14:44 2011 -0400
36232
36233     [Indic] Handle initial Ra+Halant in scripts that support Reph
36234
36235     Brings test-shape-complex failures down from 104 to 92.  Way to go!
36236
36237  src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
36238  1 file changed, 10 insertions(+)
36239
36240 commit ee58f3bc75d2d071a71b94063bf12205a5871acb
36241 Author: Behdad Esfahbod <behdad@behdad.org>
36242 Date:   Sat Jul 30 19:15:53 2011 -0400
36243
36244     Minor
36245
36246  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++++-----------
36247  1 file changed, 12 insertions(+), 11 deletions(-)
36248
36249 commit 352372ae5ea0998e40cf9fe43c22b6b610a5764e
36250 Author: Behdad Esfahbod <behdad@behdad.org>
36251 Date:   Sat Jul 30 19:04:02 2011 -0400
36252
36253     [Indic] Categorize Ra in scripts that have Reph
36254
36255     Is the categorization correct?  I don't know.
36256
36257  src/hb-ot-shape-complex-indic.cc | 31 ++++++++++++++++++++++++++++++-
36258  1 file changed, 30 insertions(+), 1 deletion(-)
36259
36260 commit 45d6f29f15f1d2323bcaa2498aed23ff0c8a1567
36261 Author: Behdad Esfahbod <behdad@behdad.org>
36262 Date:   Sat Jul 30 14:44:30 2011 -0400
36263
36264     [Indic] Reorder matras
36265
36266     Number of failing shape-complex tests goes from 125 down to 94.
36267
36268     Next: Add Ra handling and it's fair to say we kinda support Indic :).
36269
36270  src/hb-ot-shape-complex-indic.cc | 29 +++++++++++++++++++++++++++--
36271  src/hb-ot-shape-normalize.cc     | 26 ++++++++++----------------
36272  src/hb-private.hh                | 36
36273  ++++++++++++++++++++++++++++++------
36274  3 files changed, 67 insertions(+), 24 deletions(-)
36275
36276 commit 911bf32acad7f1cd161f666cb659990ade0925ad
36277 Author: Behdad Esfahbod <behdad@behdad.org>
36278 Date:   Sat Jul 30 11:16:00 2011 -0400
36279
36280     Bug 39686 - Add '-no-undefined' to libharfbuzz LDFLAGS
36281
36282  src/Makefile.am | 2 +-
36283  1 file changed, 1 insertion(+), 1 deletion(-)
36284
36285 commit 8f0b64fb6988f9502d2c5e39768a9af133d9a83f
36286 Author: Behdad Esfahbod <behdad@behdad.org>
36287 Date:   Fri Jul 29 17:02:48 2011 -0400
36288
36289     Minor
36290
36291  src/hb-ot-shape-complex-arabic.cc | 6 +++---
36292  src/hb-private.hh                 | 8 ++++++--
36293  2 files changed, 9 insertions(+), 5 deletions(-)
36294
36295 commit 743807a3ce1b2229e5307a8aea074a7544623d8d
36296 Author: Behdad Esfahbod <behdad@behdad.org>
36297 Date:   Fri Jul 29 16:37:02 2011 -0400
36298
36299     [Indic] Apply Indic features
36300
36301     Find the base consonant and apply basic Indic features accordingly.
36302     Nothing complete, but does something for now.  Specifically:
36303     no Ra handling right now, and no ZWJ/ZWNJ.
36304
36305     Number of failing shape-complex tests goes from 174 down to 125.
36306
36307     Next: reorder matras.
36308
36309  src/hb-ot-shape-complex-indic-machine.rl |  35 ++++--
36310  src/hb-ot-shape-complex-indic.cc         | 209
36311  ++++++++++++++++++++++++++++---
36312  2 files changed, 212 insertions(+), 32 deletions(-)
36313
36314 commit 1a1b5013159369b343d0c32df02c9c419277aead
36315 Author: Behdad Esfahbod <behdad@behdad.org>
36316 Date:   Fri Jul 29 16:36:46 2011 -0400
36317
36318     Minor
36319
36320  test/test-shape-complex.c | 8 ++++++--
36321  1 file changed, 6 insertions(+), 2 deletions(-)
36322
36323 commit dd5546de15e63c0320b7db2bf42b0f15271f7915
36324 Author: Behdad Esfahbod <behdad@behdad.org>
36325 Date:   Fri Jul 29 16:27:31 2011 -0400
36326
36327     Minor
36328
36329  test/test-shape-complex.c | 2 +-
36330  1 file changed, 1 insertion(+), 1 deletion(-)
36331
36332 commit 9f9bcceca6321d5a5812f878de1de39901349a78
36333 Author: Behdad Esfahbod <behdad@behdad.org>
36334 Date:   Thu Jul 28 17:06:46 2011 -0400
36335
36336     Register buffer vars in Indic shaper
36337
36338  src/hb-ot-shape-complex-indic.cc | 6 ++++++
36339  src/hb-ot-shape.cc               | 2 ++
36340  2 files changed, 8 insertions(+)
36341
36342 commit be09bf6b799cafc2ff54a28915b307ffe99661b6
36343 Author: Behdad Esfahbod <behdad@behdad.org>
36344 Date:   Thu Jul 28 17:03:43 2011 -0400
36345
36346     Oops.  This should have gone into the previous commit
36347
36348  src/hb-ot-layout-gsub-private.hh | 2 +-
36349  1 file changed, 1 insertion(+), 1 deletion(-)
36350
36351 commit b65c06025d2b54a44f716e030d4b10072c65bea8
36352 Author: Behdad Esfahbod <behdad@behdad.org>
36353 Date:   Thu Jul 28 16:48:43 2011 -0400
36354
36355     Formalize buffer var allocations
36356
36357  src/hb-buffer-private.hh           | 25 ++++++----------
36358  src/hb-buffer.cc                   | 15 +++++-----
36359  src/hb-ot-layout-gpos-private.hh   | 14 +++++----
36360  src/hb-ot-layout-gsub-private.hh   |  5 +++-
36361  src/hb-ot-shape-complex-arabic.cc  |  6 +++-
36362  src/hb-ot-shape-complex-indic.cc   |  4 +--
36363  src/hb-ot-shape-complex-private.hh | 10 ++++++-
36364  src/hb-ot-shape.cc                 | 60
36365  +++++++++++++++++++++++---------------
36366  src/hb-private.hh                  |  1 +
36367  9 files changed, 83 insertions(+), 57 deletions(-)
36368
36369 commit a9ad3d3460ba863a8d8f3766ccbeab288c3c6822
36370 Author: Behdad Esfahbod <behdad@behdad.org>
36371 Date:   Thu Jul 28 15:42:18 2011 -0400
36372
36373     Move more code around
36374
36375     Buffer var allocation coming into shape
36376
36377  src/hb-buffer-private.hh         |  1 +
36378  src/hb-buffer.cc                 | 35 +++++++++++++++++++++++++++++++++++
36379  src/hb-ot-layout-gpos-private.hh |  7 +++++++
36380  src/hb-ot-layout-gsub-private.hh | 18 ++++++++++++++++++
36381  src/hb-ot-layout.cc              |  8 +++-----
36382  5 files changed, 64 insertions(+), 5 deletions(-)
36383
36384 commit cc06c243d8be3ebb1190281653d2dba504c16c0f
36385 Author: Behdad Esfahbod <behdad@behdad.org>
36386 Date:   Mon Jul 25 20:25:44 2011 -0400
36387
36388     Streamline debugging infrastructure even more
36389
36390  src/hb-blob.cc                       |  26 ++++-----
36391  src/hb-object-private.hh             |   8 +--
36392  src/hb-open-type-private.hh          |  64 ++++++--------------
36393  src/hb-ot-layout-gsubgpos-private.hh |   2 +-
36394  src/hb-private.hh                    | 109
36395  +++++++++++++++++++++++++++++++----
36396  5 files changed, 136 insertions(+), 73 deletions(-)
36397
36398 commit 43ff203d8ea3e1b09e316e3aae1a4e5ec15bfdd2
36399 Author: Behdad Esfahbod <behdad@behdad.org>
36400 Date:   Mon Jul 25 17:35:24 2011 -0400
36401
36402     Use variadic macros for debugging
36403
36404     Looks *so* much nicer!
36405
36406  src/hb-blob.cc              | 26 ++++++++--------
36407  src/hb-object-private.hh    |  8 ++---
36408  src/hb-open-type-private.hh | 75
36409  ++++++++++++++++++++-------------------------
36410  src/hb-private.hh           |  7 +++--
36411  4 files changed, 56 insertions(+), 60 deletions(-)
36412
36413 commit decd4e3e16424dc311e9fb5b663170414a11556a
36414 Author: Behdad Esfahbod <behdad@behdad.org>
36415 Date:   Mon Jul 25 16:47:02 2011 -0400
36416
36417     Add sugar syntax for debug messages
36418
36419     Buffer debugging coming soon.
36420
36421  src/hb-blob.cc              | 35 +++++++++++++----------------------
36422  src/hb-object-private.hh    |  9 ++++-----
36423  src/hb-open-type-private.hh | 44
36424  ++++++++++++++++++++++----------------------
36425  src/hb-private.hh           |  7 +++++--
36426  4 files changed, 44 insertions(+), 51 deletions(-)
36427
36428 commit 3a81b1db89beba91fb91791918b9fdd9f8fc9fa0
36429 Author: Behdad Esfahbod <behdad@behdad.org>
36430 Date:   Mon Jul 25 16:30:32 2011 -0400
36431
36432     Minor, fix leak from my previous refactorings
36433
36434  src/hb-buffer.cc | 14 +++++++-------
36435  1 file changed, 7 insertions(+), 7 deletions(-)
36436
36437 commit f4a579bc42fb811ff5c391a0e97b7d8656ef59b1
36438 Author: Behdad Esfahbod <behdad@behdad.org>
36439 Date:   Mon Jul 25 16:20:16 2011 -0400
36440
36441     Add internal API for buffer var allocation
36442
36443  src/hb-buffer-private.hh | 25 +++++++++++++++++++++++--
36444  src/hb-buffer.cc         | 22 ++++++++++++++++++++++
36445  2 files changed, 45 insertions(+), 2 deletions(-)
36446
36447 commit 651e8dd79ec8eaca5ab75a61e8ce961ff7bd26eb
36448 Author: Behdad Esfahbod <behdad@behdad.org>
36449 Date:   Mon Jul 25 14:54:08 2011 -0400
36450
36451     Start cleaning up buffer var allocation
36452
36453     I've messed up a lot of stuff recently, different parts of the
36454     shaping process are stumbling on eachother's toes because
36455     manually tracking what's in which buffer var is hard.  I'm
36456     going to add some internal API to track those such that mistakes
36457     are discovered as soon as they are introduced.
36458
36459  src/hb-ot-layout-gsubgpos-private.hh |  1 -
36460  src/hb-ot-layout.cc                  |  1 +
36461  src/hb-ot-shape.cc                   | 10 ----------
36462  3 files changed, 1 insertion(+), 11 deletions(-)
36463
36464 commit c86f932015bdf5803572b0904d343d3bc033e009
36465 Author: Behdad Esfahbod <behdad@behdad.org>
36466 Date:   Mon Jul 25 00:44:50 2011 -0400
36467
36468     Move code around
36469
36470  src/hb-ot-shape.cc | 85
36471  +++++++++++++++++++++++++++---------------------------
36472  1 file changed, 42 insertions(+), 43 deletions(-)
36473
36474 commit 18c42850c9327ab4479ff150660a76d4ff6f3e9c
36475 Author: Behdad Esfahbod <behdad@behdad.org>
36476 Date:   Mon Jul 25 00:36:58 2011 -0400
36477
36478     Shrink space used for ligature ids
36479
36480     This frees 16bits in the glyph_info struct during the ot_layout
36481     process.
36482     We can use the freed space in the shapers now.
36483
36484  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
36485  1 file changed, 4 insertions(+), 4 deletions(-)
36486
36487 commit d8787493c9aa420544096cef07c29a591a0c1a99
36488 Author: Behdad Esfahbod <behdad@behdad.org>
36489 Date:   Mon Jul 25 00:36:01 2011 -0400
36490
36491     Minor
36492
36493  src/hb-ot-layout-gsub-private.hh     | 6 ------
36494  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++++
36495  2 files changed, 7 insertions(+), 6 deletions(-)
36496
36497 commit c311d852080b50ffc85e80168de62abb05a6be59
36498 Author: Behdad Esfahbod <behdad@behdad.org>
36499 Date:   Sat Jul 23 23:43:54 2011 -0400
36500
36501     Keep Unicode props updated as we go so we avoid a scan later
36502
36503  src/hb-ot-shape-normalize.cc | 54
36504  +++++++++++++++++++++-----------------------
36505  1 file changed, 26 insertions(+), 28 deletions(-)
36506
36507 commit 5389ff4dbc46c76c9483e3c95f22524b60e21166
36508 Author: Behdad Esfahbod <behdad@behdad.org>
36509 Date:   Fri Jul 22 20:22:49 2011 -0400
36510
36511     Implement the Unicode Canonical Composition algorithm
36512
36513     Fallback normalization is complete and working now!
36514
36515  src/hb-ot-shape-normalize.cc | 49
36516  +++++++++++++++++++++++++++++++++++++++++---
36517  1 file changed, 46 insertions(+), 3 deletions(-)
36518
36519 commit dcdc51cdc0ba9d9fb75f84dd5fa7a49aa0b24ea0
36520 Author: Behdad Esfahbod <behdad@behdad.org>
36521 Date:   Fri Jul 22 17:14:46 2011 -0400
36522
36523     Handle singleton decompositions
36524
36525  src/hb-ot-shape-normalize.cc | 12 +++++++-----
36526  1 file changed, 7 insertions(+), 5 deletions(-)
36527
36528 commit 34c22f816808d061a980cffca12de03beb437fa0
36529 Author: Behdad Esfahbod <behdad@behdad.org>
36530 Date:   Fri Jul 22 17:04:20 2011 -0400
36531
36532     Implement Unicode Canonical Reordering Algorithm
36533
36534  src/hb-ot-shape-normalize.cc | 80
36535  +++++++++++++++++++++++++++++++++++++-------
36536  src/hb-ot-shape-private.hh   |  2 ++
36537  src/hb-ot-shape.cc           |  6 ++--
36538  3 files changed, 73 insertions(+), 15 deletions(-)
36539
36540 commit 4ff0d2d9dfc4f7e4880a4e964ca9872624508ea0
36541 Author: Behdad Esfahbod <behdad@behdad.org>
36542 Date:   Fri Jul 22 16:15:32 2011 -0400
36543
36544     Decomposition works now!
36545
36546  src/hb-ot-shape-normalize.cc | 109
36547  +++++++++++++++++++++++++++----------------
36548  src/hb-ot-shape.cc           |   3 +-
36549  2 files changed, 70 insertions(+), 42 deletions(-)
36550
36551 commit 468e9cb25c9bc14781b7013e447d763f93bf76a3
36552 Author: Behdad Esfahbod <behdad@behdad.org>
36553 Date:   Fri Jul 22 11:28:07 2011 -0400
36554
36555     Move buffer methods into the object
36556
36557  src/hb-buffer-private.hh             | 110 +++----
36558  src/hb-buffer.cc                     | 605
36559  +++++++++++++++++------------------
36560  src/hb-ot-layout-gpos-private.hh     |  88 ++---
36561  src/hb-ot-layout-gsub-private.hh     |  58 ++--
36562  src/hb-ot-layout-gsubgpos-private.hh |  50 +--
36563  src/hb-ot-shape-normalize.cc         |  16 +-
36564  src/hb-ot-shape.cc                   |  14 +-
36565  7 files changed, 456 insertions(+), 485 deletions(-)
36566
36567 commit 45412523dc295cb5ee12e096bfacb282cc925843
36568 Author: Behdad Esfahbod <behdad@behdad.org>
36569 Date:   Fri Jul 22 11:07:05 2011 -0400
36570
36571     More normalization kick
36572
36573  src/hb-ot-shape-normalize.cc | 54
36574  +++++++++++++++++++++++++++++---------------
36575  src/hb-ot-shape-private.hh   |  8 ++++++-
36576  src/hb-ot-shape.cc           | 13 +++--------
36577  3 files changed, 46 insertions(+), 29 deletions(-)
36578
36579 commit 63c0ef4a0763e579c9c80887bbfbd2651de05067
36580 Author: Behdad Esfahbod <behdad@behdad.org>
36581 Date:   Thu Jul 21 20:58:42 2011 -0400
36582
36583     Fix decompose() implementations to work with non-starter
36584     non-composables
36585
36586     Add tests.
36587
36588  src/hb-glib.cc      | 10 +++++-----
36589  src/hb-icu.cc       | 20 +++++++++++++-------
36590  test/test-unicode.c | 11 ++++++++---
36591  3 files changed, 26 insertions(+), 15 deletions(-)
36592
36593 commit 5d90a342e319068716429bf7af76c3896b61a0e5
36594 Author: Behdad Esfahbod <behdad@behdad.org>
36595 Date:   Thu Jul 21 15:25:01 2011 -0400
36596
36597     Document normalization design
36598
36599  src/hb-ot-shape-normalize.cc | 78
36600  +++++++++++++++++++++++++++++++++++---------
36601  src/hb-ot-shape-private.hh   |  2 +-
36602  src/hb-ot-shape.cc           |  6 ++--
36603  3 files changed, 67 insertions(+), 19 deletions(-)
36604
36605 commit 02cdf743c2ec345a44d4fcf865594b6ac13fccd0
36606 Author: Behdad Esfahbod <behdad@behdad.org>
36607 Date:   Thu Jul 21 12:23:12 2011 -0400
36608
36609     Add prefer_decomposed() complex-shaper callback
36610
36611     This allows the Indic shaper to request decomposed characters.
36612     This will
36613     handle split matra for free.  Other shapers prefer precomposed
36614     characters.
36615
36616  src/hb-ot-shape-complex-arabic.cc  |  6 ++++++
36617  src/hb-ot-shape-complex-indic.cc   |  7 +++++++
36618  src/hb-ot-shape-complex-misc.cc    |  6 ++++++
36619  src/hb-ot-shape-complex-private.hh | 31 +++++++++++++++++++++++++++++--
36620  4 files changed, 48 insertions(+), 2 deletions(-)
36621
36622 commit d6b9c6d20041b4f4fa11befc179aee757c41904d
36623 Author: Behdad Esfahbod <behdad@behdad.org>
36624 Date:   Thu Jul 21 12:16:45 2011 -0400
36625
36626     More kicking
36627
36628  src/hb-ot-shape-normalize.cc | 17 ++++++++++++++---
36629  1 file changed, 14 insertions(+), 3 deletions(-)
36630
36631 commit 192445aef2e50087049243ce54ce7059ec441ffa
36632 Author: Behdad Esfahbod <behdad@behdad.org>
36633 Date:   Thu Jul 21 12:13:04 2011 -0400
36634
36635     Remove intermittent_glyph()
36636
36637     Lets not worry about performance for now...
36638
36639  src/hb-ot-shape-normalize.cc | 3 ++-
36640  src/hb-ot-shape-private.hh   | 2 --
36641  2 files changed, 2 insertions(+), 3 deletions(-)
36642
36643 commit d63adfc7d09b26764d9166da97372b21257e7611
36644 Author: Behdad Esfahbod <behdad@behdad.org>
36645 Date:   Thu Jul 21 11:48:57 2011 -0400
36646
36647     No need to handle variation-selectors seperately, they are GC=Mn
36648
36649  src/hb-ot-shape.cc | 3 +--
36650  1 file changed, 1 insertion(+), 2 deletions(-)
36651
36652 commit aa7264123a088936f2043b45d4d41ca7413fabe5
36653 Author: Behdad Esfahbod <behdad@behdad.org>
36654 Date:   Thu Jul 21 11:34:59 2011 -0400
36655
36656     Only form clusters if we are reversing
36657
36658     This produces more accurate cluster mappings.  Cluster mappings are
36659     minimal now.  Combining marks get their own cluster value most of
36660     the time.
36661
36662  src/hb-ot-shape.cc | 45 ++++++++++++++++++++++-----------------------
36663  1 file changed, 22 insertions(+), 23 deletions(-)
36664
36665 commit 5c6f5982d78e2d7fadc2fbb8b4f3a4be9420c59a
36666 Author: Behdad Esfahbod <behdad@behdad.org>
36667 Date:   Thu Jul 21 11:31:08 2011 -0400
36668
36669     Towards normalization
36670
36671  src/hb-ot-shape-normalize.cc | 33 ++++++++++++++++++++++-----------
36672  src/hb-ot-shape-private.hh   |  3 ++-
36673  src/hb-ot-shape.cc           |  4 +++-
36674  3 files changed, 27 insertions(+), 13 deletions(-)
36675
36676 commit ad903e66b1cc4ec1b8160f93b3ab2b5e636f8d62
36677 Author: Behdad Esfahbod <behdad@behdad.org>
36678 Date:   Thu Jul 21 10:17:22 2011 -0400
36679
36680     s/COMBINING_MARK/SPACING_MARK/ here too.  Oops!
36681
36682  test/test-unicode.c | 2 +-
36683  1 file changed, 1 insertion(+), 1 deletion(-)
36684
36685 commit cf7f43ec3382cac2af11f5637c840500daabf889
36686 Author: Behdad Esfahbod <behdad@behdad.org>
36687 Date:   Thu Jul 21 01:12:26 2011 -0400
36688
36689     Remove stale comment
36690
36691  src/hb-ot-shape.cc | 1 -
36692  1 file changed, 1 deletion(-)
36693
36694 commit 54d1a0d2b2c4ffe15494967122c6422ecb1fc80b
36695 Author: Behdad Esfahbod <behdad@behdad.org>
36696 Date:   Thu Jul 21 01:11:09 2011 -0400
36697
36698     Form clusters before ensuring native direciton
36699
36700     This is essential as ensure_native_direction uses cluster info that
36701     is set by form_clusters().
36702
36703  src/hb-ot-shape.cc | 4 ++--
36704  1 file changed, 2 insertions(+), 2 deletions(-)
36705
36706 commit 9111b21ef99d5e53348176f683261b0101eb427f
36707 Author: Behdad Esfahbod <behdad@behdad.org>
36708 Date:   Thu Jul 21 00:58:29 2011 -0400
36709
36710     Add _hb_buffer_output_glyph() and _hb_buffer_skip_glyph()
36711
36712  src/hb-buffer-private.hh | 10 ++++++++++
36713  src/hb-buffer.cc         | 19 ++++++++++++++++---
36714  src/hb-ot-shape.cc       |  2 +-
36715  3 files changed, 27 insertions(+), 4 deletions(-)
36716
36717 commit 655586fe5e1fadf2a2ef7826e61ee9a445ffa37a
36718 Author: Behdad Esfahbod <behdad@behdad.org>
36719 Date:   Thu Jul 21 00:51:18 2011 -0400
36720
36721     Towards normalization
36722
36723  src/Makefile.am              |  1 +
36724  src/hb-ot-shape-normalize.cc | 71
36725  ++++++++++++++++++++++++++++++++++++++++++++
36726  src/hb-ot-shape-private.hh   | 12 ++++++++
36727  src/hb-ot-shape.cc           | 10 ++-----
36728  4 files changed, 86 insertions(+), 8 deletions(-)
36729
36730 commit 49741c86334d12fa08a5bfa2110ff3b9adcba1c7
36731 Author: Behdad Esfahbod <behdad@behdad.org>
36732 Date:   Thu Jul 21 00:35:37 2011 -0400
36733
36734     Include variation-selectors in cluster calculation
36735
36736  src/hb-ot-shape.cc | 3 ++-
36737  1 file changed, 2 insertions(+), 1 deletion(-)
36738
36739 commit dd89d958c139d85efb776fffaf314eead3952c78
36740 Author: Behdad Esfahbod <behdad@behdad.org>
36741 Date:   Thu Jul 21 00:28:57 2011 -0400
36742
36743     Fix cluster calculation for non-LTR text
36744
36745  TODO             | 6 ------
36746  src/hb-buffer.cc | 5 +++++
36747  2 files changed, 5 insertions(+), 6 deletions(-)
36748
36749 commit 4a68684654e645882095c1189477146287ce9437
36750 Author: Behdad Esfahbod <behdad@behdad.org>
36751 Date:   Thu Jul 21 00:14:01 2011 -0400
36752
36753     When forming clusters, participate all mark types
36754
36755  src/hb-ot-shape.cc | 6 ++++--
36756  1 file changed, 4 insertions(+), 2 deletions(-)
36757
36758 commit 5157e12a55f943b7fc5be7dce0b2ee1bcacca6ec
36759 Author: Behdad Esfahbod <behdad@behdad.org>
36760 Date:   Thu Jul 21 00:12:33 2011 -0400
36761
36762     Rename HB_UNICODE_GENERAL_CATEGORY_COMBINING_MARK to
36763     HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK
36764
36765     Spacing_Mark is the current Unicode long-name for this property value.
36766     The previous name was wrongly carried from glib.
36767
36768  src/hb-common.h | 2 +-
36769  src/hb-icu.cc   | 2 +-
36770  2 files changed, 2 insertions(+), 2 deletions(-)
36771
36772 commit 7b08b0a7f2057937dfc3ab2ec191656bf2386463
36773 Author: Behdad Esfahbod <behdad@behdad.org>
36774 Date:   Wed Jul 20 23:59:07 2011 -0400
36775
36776     Minor
36777
36778  src/hb-ot-shape-complex-arabic.cc |  8 ++++----
36779  src/hb-private.hh                 | 19 +++++++++++++++++++
36780  2 files changed, 23 insertions(+), 4 deletions(-)
36781
36782 commit 498e1a9be673bb02c00aac3f12bb4c6993a85910
36783 Author: Behdad Esfahbod <behdad@behdad.org>
36784 Date:   Wed Jul 20 23:19:49 2011 -0400
36785
36786     [icu] Implement compose()/decompose()
36787
36788  src/hb-icu.cc       | 87
36789  +++++++++++++++++++++++++++++++++++++++++++++++++++--
36790  test/test-unicode.c |  1 +
36791  2 files changed, 86 insertions(+), 2 deletions(-)
36792
36793 commit ffd4a436f7baccb68a0c3602f94ea0246e32844f
36794 Author: Behdad Esfahbod <behdad@behdad.org>
36795 Date:   Wed Jul 20 22:30:29 2011 -0400
36796
36797     Add tests for compose()/decompose()
36798
36799     Adjust glib fallback implementation.
36800
36801     The tests are not hooked up for ICU yet.
36802
36803  src/hb-glib.cc      | 17 ++++++++++++--
36804  src/hb-unicode.cc   |  2 +-
36805  test/test-unicode.c | 66
36806  +++++++++++++++++++++++++++++++++++++++++++++++++++++
36807  3 files changed, 82 insertions(+), 3 deletions(-)
36808
36809 commit fca0923b04aeff9369849da97d247a647611f346
36810 Author: Behdad Esfahbod <behdad@behdad.org>
36811 Date:   Wed Jul 20 22:16:13 2011 -0400
36812
36813     Minor
36814
36815  src/hb-icu.cc | 62
36816  ++++++++++++++++++++++++++++++++++++-----------------------
36817  1 file changed, 38 insertions(+), 24 deletions(-)
36818
36819 commit 26b6024962b254b624d4f22088b6c87745074743
36820 Author: Behdad Esfahbod <behdad@behdad.org>
36821 Date:   Wed Jul 20 21:58:14 2011 -0400
36822
36823     [glib] Use g_unicode_script_to/from_iso15924() if available
36824
36825  src/hb-glib.cc | 10 ++++++++++
36826  1 file changed, 10 insertions(+)
36827
36828 commit 22fdc66712464bdb02e45eed49e4be57e79b442f
36829 Author: Behdad Esfahbod <behdad@behdad.org>
36830 Date:   Wed Jul 20 21:51:37 2011 -0400
36831
36832     [glib] Add compose() and decompose() implementations with fallback
36833
36834  src/hb-glib.cc    | 126
36835  +++++++++++++++++++++++++++++++++++++++++++-----------
36836  src/hb-unicode.cc |   6 ++-
36837  2 files changed, 106 insertions(+), 26 deletions(-)
36838
36839 commit a54a5505a35eef5315a8e2e7a79502901e3eff5f
36840 Author: Behdad Esfahbod <behdad@behdad.org>
36841 Date:   Wed Jul 20 16:42:10 2011 -0400
36842
36843     Minor
36844
36845  src/hb-ot-shape-complex-indic.cc | 4 ++--
36846  1 file changed, 2 insertions(+), 2 deletions(-)
36847
36848 commit 23db8d5c92c96a34c716b68e1aa6819c5a20477a
36849 Author: Behdad Esfahbod <behdad@behdad.org>
36850 Date:   Tue Jul 12 12:02:26 2011 -0400
36851
36852     [test] Work around glib <= 2.30 API
36853
36854  test/hb-test.h | 4 ++++
36855  1 file changed, 4 insertions(+)
36856
36857 commit 22989c5ffc8cce1ea05d729cdf33661c35a52334
36858 Author: Behdad Esfahbod <behdad@behdad.org>
36859 Date:   Tue Jul 12 11:54:58 2011 -0400
36860
36861     Distribute hb-ot-shape-complex-indic-machine.rl
36862
36863  src/Makefile.am | 1 +
36864  1 file changed, 1 insertion(+)
36865
36866 commit f6fd3780e12b23ff7ed3743497c8996e71dcb064
36867 Author: Behdad Esfahbod <behdad@behdad.org>
36868 Date:   Fri Jul 8 00:22:40 2011 -0400
36869
36870     Let shapers decide when to apply ccmp and locl
36871
36872     Instead of always applying those two features before the complex
36873     shaper,
36874     let the complex shaper decide whether they should be applied first.
36875
36876     Also add stub for Indic's final_reordering().
36877
36878  src/hb-ot-shape-complex-arabic.cc |  2 ++
36879  src/hb-ot-shape-complex-indic.cc  | 16 ++++++++++++++++
36880  src/hb-ot-shape.cc                |  7 +------
36881  3 files changed, 19 insertions(+), 6 deletions(-)
36882
36883 commit c4641723fbf6532b2e80a662e15573b31276bc73
36884 Author: Behdad Esfahbod <behdad@behdad.org>
36885 Date:   Thu Jul 7 23:47:19 2011 -0400
36886
36887     [API] Add compose() and decompose() unicode funcs, rename other ones
36888
36889     Add compose() and decompose() unicode funcs.  These implement
36890     pair-wise canonical composition/decomposition.
36891
36892     The glib/icu implementations are lacking for now.  We are adding
36893     API for this to glib, but I cannot find any useful API in ICU.
36894     May end of implementing these in-house.
36895
36896     Changed all unicode_funcs callback names to remove the "_get" part.
36897     Eg, hb_unicode_get_script_func_t is now hb_unicode_script_func_t,
36898     and hb_unicode_get_script() is hb_unicode_script() now.
36899
36900  TODO                      |  4 ++-
36901  src/hb-glib.cc            |  6 +++-
36902  src/hb-icu.cc             |  6 +++-
36903  src/hb-ot-shape.cc        |  6 ++--
36904  src/hb-shape.cc           |  2 +-
36905  src/hb-unicode-private.hh |  8 +++--
36906  src/hb-unicode.cc         | 85
36907  ++++++++++++++++++++++++++++++++++-------------
36908  src/hb-unicode.h          | 70 +++++++++++++++++++++++++++-----------
36909  test/test-unicode.c       | 21 +++++++-----
36910  9 files changed, 146 insertions(+), 62 deletions(-)
36911
36912 commit d05dded1676924e8894c90f7a7c3527b492bcdff
36913 Author: Behdad Esfahbod <behdad@behdad.org>
36914 Date:   Thu Jul 7 23:42:40 2011 -0400
36915
36916     More code generation through preprocessor
36917
36918  src/hb-ot-shape-complex-private.hh | 46
36919  ++++++++++++++++++++++++--------------
36920  1 file changed, 29 insertions(+), 17 deletions(-)
36921
36922 commit 891c4755baae6cd59fad59d27fd8933e5f548a74
36923 Author: Behdad Esfahbod <behdad@behdad.org>
36924 Date:   Thu Jul 7 23:19:27 2011 -0400
36925
36926     Humm, undo some shuffling
36927
36928     In preparation for adding more advanced unicode funcs.
36929
36930  src/hb-ot-shape.cc        |  6 ++---
36931  src/hb-shape.cc           |  2 +-
36932  src/hb-unicode-private.hh | 36 +++++++++++++-------------
36933  src/hb-unicode.cc         | 65
36934  ++++++++++++++++++++++++++++++++++-------------
36935  4 files changed, 70 insertions(+), 39 deletions(-)
36936
36937 commit 4b6317c4f426cfaf21e509dbf6ee6d4e0422cdac
36938 Author: Behdad Esfahbod <behdad@behdad.org>
36939 Date:   Thu Jul 7 23:14:42 2011 -0400
36940
36941     More code shuffling
36942
36943  src/hb-font-private.hh    |  16 +++---
36944  src/hb-font.cc            |   3 +-
36945  src/hb-unicode-private.hh |  42 +++++++-------
36946  src/hb-unicode.cc         | 140
36947  +++++++++++++++++-----------------------------
36948  4 files changed, 82 insertions(+), 119 deletions(-)
36949
36950 commit 3361c9a323575309d9fd55fe076697a3e22073c0
36951 Author: Behdad Esfahbod <behdad@behdad.org>
36952 Date:   Thu Jul 7 22:35:17 2011 -0400
36953
36954     Minor
36955
36956  src/Makefile.am                    |  1 +
36957  src/hb-ot-shape-complex-misc.cc    | 51
36958  ++++++++++++++++++++++++++++++++++++++
36959  src/hb-ot-shape-complex-private.hh | 12 ++++++---
36960  3 files changed, 60 insertions(+), 4 deletions(-)
36961
36962 commit 76f76812ac7cca8ac6935952a2360d5e151480fa
36963 Author: Behdad Esfahbod <behdad@behdad.org>
36964 Date:   Thu Jul 7 22:25:25 2011 -0400
36965
36966     Shuffle code around, remove shape_plan from complex shapers
36967
36968  src/hb-ot-shape-complex-arabic.cc        | 36 +++++++++++++-------------
36969  src/hb-ot-shape-complex-indic-machine.rl | 12 ++++-----
36970  src/hb-ot-shape-complex-indic.cc         | 25 +++++++++---------
36971  src/hb-ot-shape-complex-private.hh       | 44
36972  +++++++++++++++++++++-----------
36973  src/hb-ot-shape-private.hh               | 13 ++--------
36974  src/hb-ot-shape.cc                       |  4 +--
36975  6 files changed, 69 insertions(+), 65 deletions(-)
36976
36977 commit e88bff9b4d77dc86c04832163081effbff752216
36978 Author: Behdad Esfahbod <behdad@behdad.org>
36979 Date:   Thu Jul 7 22:03:02 2011 -0400
36980
36981     Minor, use function typedefs
36982
36983  src/hb-ot-shape-complex-private.hh | 10 ++++++----
36984  1 file changed, 6 insertions(+), 4 deletions(-)
36985
36986 commit 359dcaa0d33271025ca42a5f54ecbac7ae3b56d3
36987 Author: Behdad Esfahbod <behdad@behdad.org>
36988 Date:   Thu Jul 7 21:55:05 2011 -0400
36989
36990     Update copyright headers
36991
36992  src/hb-ot-map-private.hh           | 2 +-
36993  src/hb-ot-map.cc                   | 2 +-
36994  src/hb-ot-shape-complex-private.hh | 2 +-
36995  src/hb-ot-shape.cc                 | 2 +-
36996  4 files changed, 4 insertions(+), 4 deletions(-)
36997
36998 commit d8d0c480c85246a74d47dd5297019c7e39391ab0
36999 Author: Behdad Esfahbod <behdad@behdad.org>
37000 Date:   Thu Jul 7 21:22:08 2011 -0400
37001
37002     Refactor some code common to GSUB and GPOS
37003
37004  src/hb-ot-map-private.hh | 29 ++++++++++++++++++--------
37005  src/hb-ot-map.cc         | 54
37006  +++++++++---------------------------------------
37007  2 files changed, 30 insertions(+), 53 deletions(-)
37008
37009 commit b70c96dbe41d6512b80fe3d966a1942e1ef64a4b
37010 Author: Behdad Esfahbod <behdad@behdad.org>
37011 Date:   Thu Jul 7 21:07:41 2011 -0400
37012
37013     Enable applying GSUB/GPOS features in multiple segments
37014
37015     Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=644184
37016     among others.
37017
37018     Shapers now can request segmented feature application by calling
37019     add_gsub_pause() or add_gpos_pause().  They can also provide a
37020     callback to be called at the pause.  Currently the Arabic shaper
37021     uses pauses to enforce certain feature application.  The Indic
37022     shaper can use the same facility to pause and do reordering in the
37023     callback.
37024
37025  src/hb-ot-map-private.hh          |  50 +++++++++++----
37026  src/hb-ot-map.cc                  | 132
37027  +++++++++++++++++++++++++++++++++-----
37028  src/hb-ot-shape-complex-arabic.cc |  24 ++++++-
37029  src/hb-private.hh                 |   5 ++
37030  4 files changed, 181 insertions(+), 30 deletions(-)
37031
37032 commit f6d7a9bb4c19e605f1f16d9ca40adefba138c37e
37033 Author: Behdad Esfahbod <behdad@behdad.org>
37034 Date:   Thu Jul 7 16:20:35 2011 -0400
37035
37036     Shuffle code around
37037
37038  src/hb-ot-map-private.hh | 68
37039  ++++++++++++++++++++++++------------------------
37040  1 file changed, 34 insertions(+), 34 deletions(-)
37041
37042 commit fc551edbf236d71a522ae7c2c9461aa71c5f7d66
37043 Author: Behdad Esfahbod <behdad@behdad.org>
37044 Date:   Thu Jul 7 16:09:38 2011 -0400
37045
37046     Add todo
37047
37048     I'm too lazy to fix the tests now.
37049
37050  test/test-shape.c | 1 +
37051  1 file changed, 1 insertion(+)
37052
37053 commit 2e18c6dbdfbbfdec0490260bb7cb5213551b2188
37054 Author: Behdad Esfahbod <behdad@behdad.org>
37055 Date:   Wed Jul 6 16:05:45 2011 -0400
37056
37057     Fix reverse_range() position loop
37058
37059     Mozilla Bug 669175 - Slow rendering of text sometimes in this case,
37060     using direction: rtl
37061
37062  src/hb-buffer.cc | 7 +++++--
37063  1 file changed, 5 insertions(+), 2 deletions(-)
37064
37065 commit fa2befa46f215d8c33a54dfc57889928a628164c
37066 Author: Behdad Esfahbod <behdad@behdad.org>
37067 Date:   Mon Jul 4 17:18:57 2011 -0400
37068
37069     Minor
37070
37071  src/hb-view.cc | 2 +-
37072  1 file changed, 1 insertion(+), 1 deletion(-)
37073
37074 commit d69d5ceaa0ad30e8d4b9783507c59c6d4221de4f
37075 Author: Behdad Esfahbod <behdad@behdad.org>
37076 Date:   Mon Jul 4 12:56:38 2011 -0400
37077
37078     [Indic] Well, at least finding syllables works now :)
37079
37080     Still not much there.
37081
37082  src/hb-ot-shape-complex-indic-machine.rl | 4 +++-
37083  src/hb-ot-shape-complex-indic.cc         | 9 ++++++++-
37084  2 files changed, 11 insertions(+), 2 deletions(-)
37085
37086 commit 253a57fb5ab211f67140e6139d183e49483a9074
37087 Author: Behdad Esfahbod <behdad@behdad.org>
37088 Date:   Tue Jun 28 17:26:03 2011 -0400
37089
37090     [test-shape-complex] Remove the greek tests
37091
37092     They are outdated with respect to the DejaVu Sans I'm using.
37093     We need to add font version checking to the tests.
37094
37095  test/test-shape-complex.c | 17 -----------------
37096  1 file changed, 17 deletions(-)
37097
37098 commit afa74bf90405fb121d3132982b87762c1686d80c
37099 Author: Behdad Esfahbod <behdad@behdad.org>
37100 Date:   Tue Jun 28 17:25:17 2011 -0400
37101
37102     [test-shape-complex] Print out expected and actual glyphstrings
37103     upon failure
37104
37105     One has to run the test with --verbose to see that right now.
37106
37107  test/test-shape-complex.c | 25 ++++++++++++++++++++++---
37108  1 file changed, 22 insertions(+), 3 deletions(-)
37109
37110 commit 42d453b0236f67239342df2003b7abce6e2c51ea
37111 Author: Behdad Esfahbod <behdad@behdad.org>
37112 Date:   Tue Jun 28 16:59:16 2011 -0400
37113
37114     [test] Name tests after their input string
37115
37116  test/Makefile.am          |   2 +-
37117  test/test-shape-complex.c | 150
37118  ++++++++++++++++++++++++++++++----------------
37119  2 files changed, 100 insertions(+), 52 deletions(-)
37120
37121 commit 27413169782fdf79e278dd6552c8e194b3bc4eaa
37122 Author: Behdad Esfahbod <behdad@behdad.org>
37123 Date:   Tue Jun 28 16:21:31 2011 -0400
37124
37125     Minor
37126
37127     Towards a better test runner.
37128
37129  test/test-shape-complex.c | 10 +++++++++-
37130  1 file changed, 9 insertions(+), 1 deletion(-)
37131
37132 commit cc674cbf7fb9972975dc0499974e5e7fb4ae3c81
37133 Author: Behdad Esfahbod <behdad@behdad.org>
37134 Date:   Tue Jun 28 16:17:16 2011 -0400
37135
37136     Minor
37137
37138  test/test-shape-complex.c | 2 --
37139  1 file changed, 2 deletions(-)
37140
37141 commit 20d8a3982ae320035edd6a04b402cefc9a5e5779
37142 Author: Behdad Esfahbod <behdad@behdad.org>
37143 Date:   Tue Jun 28 16:16:21 2011 -0400
37144
37145     [test] Remove disabled code
37146
37147     We'd add normalization and decomposition tests later.
37148
37149  test/test-shape-complex.c | 92
37150  -----------------------------------------------
37151  1 file changed, 92 deletions(-)
37152
37153 commit 9704f0ca6c2defed52640da77506c80bc67b4f56
37154 Author: Behdad Esfahbod <behdad@behdad.org>
37155 Date:   Tue Jun 28 16:15:46 2011 -0400
37156
37157     [test] Restructure shape test data a bit
37158
37159  test/test-shape-complex.c | 75
37160  +++++++++++++++++++++++++++--------------------
37161  1 file changed, 43 insertions(+), 32 deletions(-)
37162
37163 commit 4ec30aec3014be6effc09cbbc88dcd075f3826df
37164 Author: Behdad Esfahbod <behdad@behdad.org>
37165 Date:   Tue Jun 28 14:13:38 2011 -0400
37166
37167     [Indic] Optimize Indic table storage
37168
37169  src/hb-ot-shape-complex-indic.cc | 8 +++++---
37170  src/hb-private.hh                | 1 +
37171  2 files changed, 6 insertions(+), 3 deletions(-)
37172
37173 commit c4a59de6d8c1e581b5c155319232be9e805e5cba
37174 Author: Behdad Esfahbod <behdad@behdad.org>
37175 Date:   Tue Jun 28 14:03:29 2011 -0400
37176
37177     [Indic] Generate a single data table instead of multiple ones
37178
37179  src/gen-indic-table.py                 | 30 +++++++++-------
37180  src/hb-ot-shape-complex-indic-table.hh | 62
37181  ++++++++++++++++------------------
37182  2 files changed, 48 insertions(+), 44 deletions(-)
37183
37184 commit a346e923a99f920bbebc25b335db51fdfb1429ea
37185 Author: Behdad Esfahbod <behdad@behdad.org>
37186 Date:   Tue Jun 28 12:49:18 2011 -0400
37187
37188     [test] Add Indic tests from harfbuzz.old
37189
37190     Needs fonts to be put in test/fonts.  Tests are skipped otherwise.
37191     Run with --verbose for details.  Working on improving the test runner
37192     to make it easier to make sense of what's going on.
37193
37194  test/Makefile.am          |   11 +-
37195  test/hb-test.h            |   21 +
37196  test/test-shape-complex.c | 1179
37197  +++++++++++++++++++++++++++++++++++++++++++++
37198  3 files changed, 1209 insertions(+), 2 deletions(-)
37199
37200 commit 8fdba506f0f1c66b50f8f4b114d624cb956d03b7
37201 Author: Behdad Esfahbod <behdad@behdad.org>
37202 Date:   Fri Jun 24 20:45:55 2011 -0400
37203
37204     [Indic] Define indic_position_t
37205
37206  src/hb-ot-shape-complex-indic.cc | 239
37207  ++++++++++++++++++++-------------------
37208  1 file changed, 122 insertions(+), 117 deletions(-)
37209
37210 commit 65988a145b4a52c37fd53c1473034f9e701f61d9
37211 Author: Behdad Esfahbod <behdad@behdad.org>
37212 Date:   Fri Jun 24 19:05:52 2011 -0400
37213
37214     [Indic] Add a table of consonant positions
37215
37216     Copied form HarfBuzz.old Indic data.  These are below and post
37217     consonants.  This is temporary.  Read the comment in the patch.
37218
37219  src/hb-ot-shape-complex-indic.cc | 106
37220  +++++++++++++++++++++++++++++++++++++++
37221  1 file changed, 106 insertions(+)
37222
37223 commit c7fe56a1d5d3e969b6ec51cd9ecd471706a19568
37224 Author: Behdad Esfahbod <behdad@behdad.org>
37225 Date:   Fri Jun 24 19:05:34 2011 -0400
37226
37227     [Indic] Some of the basic features are global;  Mark them so
37228
37229  src/hb-ot-shape-complex-indic-machine.rl |  1 +
37230  src/hb-ot-shape-complex-indic.cc         | 48
37231  ++++++++++++++++++++++----------
37232  2 files changed, 35 insertions(+), 14 deletions(-)
37233
37234 commit 867361c3ad39629a8d5b7dc48d558a1c19e37d43
37235 Author: Behdad Esfahbod <behdad@behdad.org>
37236 Date:   Fri Jun 17 18:35:46 2011 -0400
37237
37238     [indic] Add syllable recognition state machine
37239
37240     Using an incredible tool called Ragel.
37241
37242  src/Makefile.am                          |   5 ++
37243  src/hb-ot-shape-complex-indic-machine.rl | 105
37244  +++++++++++++++++++++++++++++++
37245  src/hb-ot-shape-complex-indic.cc         |  21 +++++--
37246  3 files changed, 125 insertions(+), 6 deletions(-)
37247
37248 commit 422e08dbb8e2c0c5664f1bdc7e159a673cfea8c5
37249 Author: Behdad Esfahbod <behdad@behdad.org>
37250 Date:   Wed Jun 15 17:22:48 2011 -0400
37251
37252     Better categorize Indic character classes
37253
37254     Matches OT types now.
37255
37256  src/hb-ot-shape-complex-indic.cc | 51
37257  +++++++++++++++++++++++++---------------
37258  1 file changed, 32 insertions(+), 19 deletions(-)
37259
37260 commit 31f18abecb149f8888a72510f2660328dd6de16d
37261 Author: Behdad Esfahbod <behdad@behdad.org>
37262 Date:   Wed Jun 15 09:49:58 2011 -0400
37263
37264     Minor compiler warning fixes
37265
37266  src/hb-buffer-private.hh           |  8 ++++----
37267  src/hb-object-private.hh           |  4 ++--
37268  src/hb-open-type-private.hh        |  6 +++---
37269  src/hb-ot-layout-common-private.hh |  8 ++++----
37270  src/hb-ot-map.cc                   | 28 +++++++++++++++-------------
37271  src/hb-ot-shape-complex-arabic.cc  |  3 +--
37272  src/hb-view.cc                     | 11 ++++++-----
37273  test/test-object.c                 | 22 +++++++++++-----------
37274  test/test-unicode.c                |  4 ++--
37275  9 files changed, 48 insertions(+), 46 deletions(-)
37276
37277 commit e3693b72f0651985d4f619cde668611639dca885
37278 Author: Behdad Esfahbod <behdad@behdad.org>
37279 Date:   Wed Jun 15 09:33:52 2011 -0400
37280
37281     Change a couple strstr() to strchr()
37282
37283  src/hb-ot-tag.cc | 4 ++--
37284  1 file changed, 2 insertions(+), 2 deletions(-)
37285
37286 commit b9452bfc1696457e156e79037c863903da5454fc
37287 Author: Behdad Esfahbod <behdad@behdad.org>
37288 Date:   Tue Jun 14 14:47:07 2011 -0400
37289
37290     Fix compiler warnings with -pedantic
37291
37292  src/hb-blob.cc                   | 18 +++++++++---------
37293  src/hb-glib.cc                   | 20 ++++++++++----------
37294  src/hb-icu.cc                    | 20 ++++++++++----------
37295  src/hb-object-private.hh         |  2 +-
37296  src/hb-open-type-private.hh      | 14 +++++++-------
37297  src/hb-ot-layout-gdef-private.hh |  2 +-
37298  src/hb-ot-layout.cc              |  2 +-
37299  src/hb-ot-map-private.hh         |  2 +-
37300  src/hb-ot-shape-complex-indic.cc |  8 ++++----
37301  src/hb-ot-shape-private.hh       |  2 +-
37302  src/hb-ot-shape.cc               |  2 +-
37303  11 files changed, 46 insertions(+), 46 deletions(-)
37304
37305 commit 970e092dc23cbeb7897d4c7bb58c042209f518fb
37306 Author: Behdad Esfahbod <behdad@behdad.org>
37307 Date:   Tue Jun 14 14:35:44 2011 -0400
37308
37309     Remove extra semicolon
37310
37311  src/hb-private.hh | 2 +-
37312  1 file changed, 1 insertion(+), 1 deletion(-)
37313
37314 commit 81426808020e2b88f008480bd63519aa68c579a7
37315 Author: Behdad Esfahbod <behdad@behdad.org>
37316 Date:   Mon Jun 13 16:02:18 2011 -0400
37317
37318     Cosmetic
37319
37320  src/gen-indic-table.py                 |    9 +-
37321  src/hb-ot-shape-complex-indic-table.hh | 1038
37322  ++++++++++++++++----------------
37323  2 files changed, 524 insertions(+), 523 deletions(-)
37324
37325 commit 902ab866f2d2edc3a71c1203065e6ddf49e5b431
37326 Author: Behdad Esfahbod <behdad@behdad.org>
37327 Date:   Fri Jun 10 23:08:54 2011 -0400
37328
37329     GNOME Bug 652227 - Unconditional use of stdint.h
37330
37331  src/hb-common.h | 33 ++++++++++++++++++++++-----------
37332  1 file changed, 22 insertions(+), 11 deletions(-)
37333
37334 commit 20503ccd578c9983162857954e3236413469ed35
37335 Author: Behdad Esfahbod <behdad@behdad.org>
37336 Date:   Tue Jun 7 17:02:48 2011 -0400
37337
37338     More Indic data shuffling
37339
37340  src/hb-ot-shape-complex-indic.cc | 74
37341  +++++++++++++++++++++++++++-------------
37342  1 file changed, 50 insertions(+), 24 deletions(-)
37343
37344 commit 63b177e45c2405272da3fa6c26fe11ae37950bd0
37345 Author: Behdad Esfahbod <behdad@behdad.org>
37346 Date:   Tue Jun 7 15:51:40 2011 -0400
37347
37348     Minor
37349
37350  src/hb-ot-shape.cc | 1 +
37351  1 file changed, 1 insertion(+)
37352
37353 commit b9ddbd55930228422e82b34a141ad1b6093f5376
37354 Author: Behdad Esfahbod <behdad@behdad.org>
37355 Date:   Thu Jun 2 17:43:12 2011 -0400
37356
37357     [Indic] Start an Indic shaper
37358
37359     Nothing functional in there yet.
37360
37361     So far, we're parsing IndicSyllabicCategory.txt and
37362     IndicMatraCategory.txt
37363     fils from Unicode Character Database and store them in an array to
37364     be used
37365     by the shaper.  Also hooked up the shaper, but it does not do anything
37366     right now.
37367
37368  src/Makefile.am                        |   3 +
37369  src/gen-indic-table.py                 | 201 ++++++++
37370  src/hb-ot-shape-complex-arabic.cc      |   4 +-
37371  src/hb-ot-shape-complex-indic-table.hh | 834
37372  +++++++++++++++++++++++++++++++++
37373  src/hb-ot-shape-complex-indic.cc       | 141 ++++++
37374  src/hb-ot-shape-complex-private.hh     |  58 ++-
37375  src/hb-ot-shape-private.hh             |   3 +-
37376  7 files changed, 1237 insertions(+), 7 deletions(-)
37377
37378 commit 697a65c5f5cda53bc68720886a253a019e8212a8
37379 Author: Behdad Esfahbod <behdad@behdad.org>
37380 Date:   Wed Jun 1 20:52:00 2011 -0400
37381
37382     Minor
37383
37384  src/gen-arabic-table.py                 | 21 +++++++++++++--------
37385  src/hb-ot-shape-complex-arabic-table.hh |  9 ++++-----
37386  2 files changed, 17 insertions(+), 13 deletions(-)
37387
37388 commit 9de1481f2bbbf2a174280b849628612f36a2f701
37389 Author: Behdad Esfahbod <behdad@behdad.org>
37390 Date:   Wed Jun 1 20:45:14 2011 -0400
37391
37392     Update to ArabicShaping-6.1.0d2.txt
37393
37394  src/hb-ot-shape-complex-arabic-table.hh | 307
37395  ++++++++++++++++++++------------
37396  1 file changed, 197 insertions(+), 110 deletions(-)
37397
37398 commit 9d49433efba2217852f4e44f056465b451961c49
37399 Author: Behdad Esfahbod <behdad@behdad.org>
37400 Date:   Wed Jun 1 18:10:10 2011 -0400
37401
37402     Minor rename
37403
37404  src/Makefile.am                                          | 2 +-
37405  src/{gen-arabic-joining-table.py => gen-arabic-table.py} | 2 +-
37406  src/hb-ot-shape-complex-arabic-table.hh                  | 2 +-
37407  3 files changed, 3 insertions(+), 3 deletions(-)
37408
37409 commit 0eafce56eed4c5166ee5b97b121a452ffd292a7a
37410 Author: Behdad Esfahbod <behdad@behdad.org>
37411 Date:   Wed Jun 1 12:44:30 2011 -0400
37412
37413     [TODO] New items
37414
37415  TODO | 4 ++++
37416  1 file changed, 4 insertions(+)
37417
37418 commit 89a2bc9ba674e7e57fec1fd8ce7648a44f3aab63
37419 Author: Behdad Esfahbod <behdad@behdad.org>
37420 Date:   Tue May 31 15:18:13 2011 -0400
37421
37422     [Vertical] Apply vertical features
37423
37424     We apply all of vert, vrt2, vkrn, valt, and vpal.
37425
37426  TODO               |  7 -------
37427  src/hb-ot-shape.cc | 50
37428  +++++++++++++++++++++++++++++++++++++++++---------
37429  2 files changed, 41 insertions(+), 16 deletions(-)
37430
37431 commit 0c6a9767c812c00f2a6a02d9f43f4694e1f43815
37432 Author: Behdad Esfahbod <behdad@behdad.org>
37433 Date:   Tue May 31 12:59:17 2011 -0400
37434
37435     [hb-view] Add --face-index to choose a face in a TrueType Collection
37436
37437  src/hb-view.cc | 7 ++++++-
37438  1 file changed, 6 insertions(+), 1 deletion(-)
37439
37440 commit 4f28fbdd804fabeec57a98fe267d892ab58b3a6d
37441 Author: Behdad Esfahbod <behdad@behdad.org>
37442 Date:   Tue May 31 12:33:11 2011 -0400
37443
37444     Fix TTC header handling
37445
37446     Also change the Version type to avoid similar bugs in the future.
37447
37448     Reported by Grigori Goronzy.
37449
37450  src/hb-open-file-private.hh      | 6 +++---
37451  src/hb-open-type-private.hh      | 2 +-
37452  src/hb-ot-layout-gdef-private.hh | 6 +++---
37453  3 files changed, 7 insertions(+), 7 deletions(-)
37454
37455 commit 21deab2bdc58d8e9f1a3ba1f9c61c30a79e288a1
37456 Author: Behdad Esfahbod <behdad@behdad.org>
37457 Date:   Mon May 30 11:08:40 2011 -0400
37458
37459     Fixed inifinite loop introduced in 7403e055cd1463f
37460
37461     k is the index, not j.
37462
37463     Reported by Tom Hacohen.
37464
37465  src/hb-ot-layout-gpos-private.hh | 4 ++--
37466  1 file changed, 2 insertions(+), 2 deletions(-)
37467
37468 commit 51881a61ca96c3328e2d92927a5a61e60997a429
37469 Author: Behdad Esfahbod <behdad@behdad.org>
37470 Date:   Fri May 27 18:15:56 2011 -0400
37471
37472     Shrink code size
37473
37474  src/hb-ot-map-private.hh | 11 +----------
37475  src/hb-ot-map.cc         | 11 +++++++++++
37476  2 files changed, 12 insertions(+), 10 deletions(-)
37477
37478 commit 90645fb24bcbb78183576d3641a99560d87e49f2
37479 Author: Behdad Esfahbod <behdad@behdad.org>
37480 Date:   Fri May 27 18:13:31 2011 -0400
37481
37482     [OT] Separate map_builder from the actual map
37483
37484     Respectively, separate planner from the actual plan.
37485
37486  src/hb-ot-map-private.hh           | 121
37487  ++++++++++++++++++++-----------------
37488  src/hb-ot-map.cc                   |  33 +++++-----
37489  src/hb-ot-shape-complex-arabic.cc  |   6 +-
37490  src/hb-ot-shape-complex-private.hh |   8 +--
37491  src/hb-ot-shape-private.hh         |  22 +++++++
37492  src/hb-ot-shape.cc                 |  28 +++++----
37493  6 files changed, 127 insertions(+), 91 deletions(-)
37494
37495 commit 5560a19e2b3901437d8ee2e5905b4ac77073bfbe
37496 Author: Behdad Esfahbod <behdad@behdad.org>
37497 Date:   Fri May 27 17:49:16 2011 -0400
37498
37499     Minor
37500
37501  src/hb-view.cc | 2 +-
37502  1 file changed, 1 insertion(+), 1 deletion(-)
37503
37504 commit 1587c26fe94087040b4a5d682ec196f568e4a1a2
37505 Author: Behdad Esfahbod <behdad@behdad.org>
37506 Date:   Fri May 27 16:05:01 2011 -0400
37507
37508     [TODO] Add item
37509
37510  TODO | 2 ++
37511  1 file changed, 2 insertions(+)
37512
37513 commit 5c9f14932d59e306fbc72f7daecb384a16da73d9
37514 Author: Behdad Esfahbod <behdad@behdad.org>
37515 Date:   Fri May 27 15:59:33 2011 -0400
37516
37517     Minor
37518
37519  Makefile.am | 2 ++
37520  1 file changed, 2 insertions(+)
37521
37522 commit 5bc18195d55570ef01e4b24dd248f222f081b0a2
37523 Author: Behdad Esfahbod <behdad@behdad.org>
37524 Date:   Fri May 27 15:58:54 2011 -0400
37525
37526     Add check-includes.sh
37527
37528  src/Makefile.am               |  7 +++++++
37529  src/check-c-linkage-decls.sh  |  6 +++++-
37530  src/check-header-guards.sh    |  8 +++++++-
37531  src/check-includes.sh         | 42
37532  ++++++++++++++++++++++++++++++++++++++++++
37533  src/check-internal-symbols.sh |  8 ++++----
37534  src/check-libstdc++.sh        |  7 ++++---
37535  src/hb-ot-shape.h             |  1 +
37536  7 files changed, 70 insertions(+), 9 deletions(-)
37537
37538 commit 3f12c434e20261f6d5c600e56575b7dfdd5b1470
37539 Author: Behdad Esfahbod <behdad@behdad.org>
37540 Date:   Fri May 27 04:58:11 2011 -0400
37541
37542     [configure] Generate sha256sum and GPG-sign it
37543
37544  Makefile.am | 29 ++++++++++++++++++++++++++++-
37545  1 file changed, 28 insertions(+), 1 deletion(-)
37546
37547 commit 75ba4073ca6f72c135927d9314197a605281b789
37548 Author: Behdad Esfahbod <behdad@behdad.org>
37549 Date:   Fri May 27 03:58:17 2011 -0400
37550
37551     [test] Rename valgrind-log to log-vaglring.txt
37552
37553  test/Makefile.am | 6 +++---
37554  1 file changed, 3 insertions(+), 3 deletions(-)
37555
37556 commit e3b0ba8e292e6a90666cfbbab6faf11ae11f9ddb
37557 Author: Behdad Esfahbod <behdad@behdad.org>
37558 Date:   Fri May 27 03:56:37 2011 -0400
37559
37560     Minor
37561
37562  harfbuzz.doap | 4 ++--
37563  1 file changed, 2 insertions(+), 2 deletions(-)
37564
37565 commit 595dc63eee926a0e0fee26f8225b5fbe00610fcb
37566 Author: Behdad Esfahbod <behdad@behdad.org>
37567 Date:   Fri May 27 04:14:12 2011 -0400
37568
37569     Bump version to 0.7.0 to open up for development
37570
37571  configure.ac | 2 +-
37572  1 file changed, 1 insertion(+), 1 deletion(-)
37573
37574 commit f24557604281356131618546332d7ee3a0c8abef
37575 Author: Behdad Esfahbod <behdad@behdad.org>
37576 Date:   Wed May 25 16:08:06 2011 -0400
37577
37578     Release 0.6.0.  First official tarball release!
37579
37580     There are no API guarantees just yet, but I *expect* that no
37581     incompatible API changes to happen before 1.0.0.
37582
37583     Update NEWS.
37584
37585  NEWS         | 262
37586  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
37587  configure.ac |   2 +-
37588  2 files changed, 263 insertions(+), 1 deletion(-)
37589
37590 commit 654f88fbc9bcb54f9bd2d5586236234e03424044
37591 Author: Behdad Esfahbod <behdad@behdad.org>
37592 Date:   Fri May 27 03:38:46 2011 -0400
37593
37594     [test-common] Test hb_direction_to_string()
37595
37596     Caught by "make check-symbols".
37597
37598  test/test-common.c | 6 ++++++
37599  1 file changed, 6 insertions(+)
37600
37601 commit 18bced134fc3379c9124ba029e22ff3f6434ca0f
37602 Author: Behdad Esfahbod <behdad@behdad.org>
37603 Date:   Fri May 27 03:38:30 2011 -0400
37604
37605     [test] Rename test-symbols to check-symbols
37606
37607     Shows undocumented symbols.
37608
37609  test/Makefile.am | 37 +++++++++++++++++++++----------------
37610  1 file changed, 21 insertions(+), 16 deletions(-)
37611
37612 commit 376dafa6ed414e368e9dc1d5a2e0bfc8e55f410d
37613 Author: Behdad Esfahbod <behdad@behdad.org>
37614 Date:   Fri May 27 03:35:58 2011 -0400
37615
37616     Hide internal symbols
37617
37618  src/hb-ot-shape.cc | 4 ++--
37619  1 file changed, 2 insertions(+), 2 deletions(-)
37620
37621 commit 0e482ec6ba30b613f2d7ee97c61be458c5aebcd6
37622 Author: Behdad Esfahbod <behdad@behdad.org>
37623 Date:   Fri May 27 02:46:28 2011 -0400
37624
37625     [test/unicode] Fix double-free
37626
37627     Caught by "make check-valgrind".
37628
37629  test/Makefile.am    | 2 +-
37630  test/test-unicode.c | 2 --
37631  2 files changed, 1 insertion(+), 3 deletions(-)
37632
37633 commit 28b1bac5415774cf892c9cc0afcac1324c2093f5
37634 Author: Behdad Esfahbod <behdad@behdad.org>
37635 Date:   Fri May 27 02:44:29 2011 -0400
37636
37637     [test] Switch to automake-based test-runner
37638
37639     Adds check-valgrind among other modes.  We do not run under gtester by
37640     default anymore.
37641
37642  Makefile.am                 |  2 +
37643  test/.valgrind-suppressions |  0
37644  test/Makefile.am            | 48 ++++++++++++++++++++++--
37645  test/Makefile.decl          | 90
37646  ---------------------------------------------
37647  4 files changed, 47 insertions(+), 93 deletions(-)
37648
37649 commit adbc97ddde27cf609d95d3249f3ea8060a6e1d20
37650 Author: Behdad Esfahbod <behdad@behdad.org>
37651 Date:   Fri May 27 01:33:18 2011 -0400
37652
37653     [test] Add test-symbols that checks API symbol text coverage
37654
37655     We're not at 100% coverage yet, so do not enable the test by default.
37656
37657  test/Makefile.am | 21 +++++++++++++++++++++
37658  1 file changed, 21 insertions(+)
37659
37660 commit 9313b9aa66a82fd3fa60d8417c22a5350e5a8791
37661 Author: Behdad Esfahbod <behdad@behdad.org>
37662 Date:   Fri May 27 01:00:55 2011 -0400
37663
37664     [test/version] Test hb-version.h
37665
37666  test/Makefile.am    |  1 +
37667  test/test-version.c | 80
37668  +++++++++++++++++++++++++++++++++++++++++++++++++++++
37669  2 files changed, 81 insertions(+)
37670
37671 commit 329c15714be90d3fc2d9054f80cb14fa325dc959
37672 Author: Behdad Esfahbod <behdad@behdad.org>
37673 Date:   Wed May 25 16:07:07 2011 -0400
37674
37675     Add libtool versioning
37676
37677     The versioning is automatic.  For now, soname-major is 0.  With
37678     the 1.0.0 release it will jump to 1 and stay there forever.
37679
37680  configure.ac    | 26 +++++++++++++++++++++-----
37681  src/Makefile.am |  1 +
37682  2 files changed, 22 insertions(+), 5 deletions(-)
37683
37684 commit 5b21eff8c4a00962d4315a47a65a143abe323299
37685 Author: Behdad Esfahbod <behdad@behdad.org>
37686 Date:   Wed May 25 14:49:35 2011 -0400
37687
37688     Update README, etc
37689
37690  COPYING      | 1 +
37691  README       | 8 +++-----
37692  configure.ac | 2 +-
37693  3 files changed, 5 insertions(+), 6 deletions(-)
37694
37695 commit 5bf56ea056b30fba8e07e82ec818c430cab8cafd
37696 Author: Behdad Esfahbod <behdad@behdad.org>
37697 Date:   Wed May 25 14:43:10 2011 -0400
37698
37699     [TODO] Add item
37700
37701  TODO              | 2 ++
37702  test/test-shape.c | 2 ++
37703  2 files changed, 4 insertions(+)
37704
37705 commit 2d8ebcb9d089c2cfbefac71ca6350e2703ab13e3
37706 Author: Behdad Esfahbod <behdad@behdad.org>
37707 Date:   Wed May 25 11:27:33 2011 -0400
37708
37709     [API] One last font-funcs API change
37710
37711     Now that vertical text works correctly, I'm doing a last round
37712     modification of the font-funcs API to simplify.  Expect no more
37713     changes around here.
37714
37715  src/hb-font.cc    | 107
37716  ++++++++++++++++++------------------------------------
37717  src/hb-font.h     |  50 +++++++++++--------------
37718  src/hb-ft.cc      |  26 ++++++-------
37719  test/test-font.c  |  27 +++++++-------
37720  test/test-shape.c |  21 +++++------
37721  5 files changed, 91 insertions(+), 140 deletions(-)
37722
37723 commit d31691296f7d3051fcd345bf1325d17835484b50
37724 Author: Behdad Esfahbod <behdad@behdad.org>
37725 Date:   Wed May 25 11:01:32 2011 -0400
37726
37727     [test] Update to API changes
37728
37729  test/test-font.c  | 72
37730  ++++++++++++++++++++++---------------------------------
37731  test/test-shape.c | 35 +++++++++++++--------------
37732  2 files changed, 44 insertions(+), 63 deletions(-)
37733
37734 commit 7403e055cd1463f38215ad9faedd61c3e1b66ac5
37735 Author: Behdad Esfahbod <behdad@behdad.org>
37736 Date:   Tue May 24 21:04:15 2011 -0400
37737
37738     [Vertical] fix vertical gpos
37739
37740     Wow, it took me a few days to find the right fix!
37741
37742     We now set the advance for attached marks to zero, but we
37743     do this in the _finish() state of gpos, so it shouldn't
37744     regress with fonts like DejaVuSansMono that explicitly
37745     decrease the mark advance width to set it to zero.
37746
37747  src/hb-ot-layout-gpos-private.hh | 167
37748  +++++++++++++++++++++++----------------
37749  src/hb-ot-shape.cc               |   9 ++-
37750  2 files changed, 103 insertions(+), 73 deletions(-)
37751
37752 commit ff7cbd0219a7c260612c53b3bed343747d79ec4e
37753 Author: Behdad Esfahbod <behdad@behdad.org>
37754 Date:   Wed May 25 09:56:06 2011 -0400
37755
37756     [TODO] Update
37757
37758  TODO | 14 ++++++++++++--
37759  1 file changed, 12 insertions(+), 2 deletions(-)
37760
37761 commit 3b0bb855e011099f1a4c77ffc5214c658e280b2d
37762 Author: Behdad Esfahbod <behdad@behdad.org>
37763 Date:   Fri May 20 15:59:59 2011 -0400
37764
37765     [Vertical] GPOS x/y advance adjustments only apply in hori/vert
37766     respectively
37767
37768  src/hb-ot-layout-gpos-private.hh | 31 +++++++++++++++++++++----------
37769  1 file changed, 21 insertions(+), 10 deletions(-)
37770
37771 commit cc2086d67ce559878a5ce2b41d89a37eabac90b8
37772 Author: Behdad Esfahbod <behdad@behdad.org>
37773 Date:   Thu May 19 19:19:50 2011 -0400
37774
37775     [Vertical] Fix GPOS y-advance direction
37776
37777  src/hb-ot-layout-gpos-private.hh | 7 ++++---
37778  1 file changed, 4 insertions(+), 3 deletions(-)
37779
37780 commit 67d51ff96154c8909734046601e439dd8f6a86df
37781 Author: Behdad Esfahbod <behdad@behdad.org>
37782 Date:   Thu May 19 19:08:57 2011 -0400
37783
37784     [Vertical] Do fallback origin calculation
37785
37786  src/hb-font.cc | 32 +++++++++++++++++++++++++++-----
37787  1 file changed, 27 insertions(+), 5 deletions(-)
37788
37789 commit 60fbb36096e344e9af79409ce8cfe3f1f7b0d321
37790 Author: Behdad Esfahbod <behdad@behdad.org>
37791 Date:   Thu May 19 18:46:15 2011 -0400
37792
37793     [Vertical] GPOS is always done with horizontal origin
37794
37795  src/hb-font-private.hh           |   4 +-
37796  src/hb-font.cc                   | 187
37797  ++++++++++++++++++---------------------
37798  src/hb-font.h                    |  53 ++++++-----
37799  src/hb-ft.cc                     |  47 ++++------
37800  src/hb-ot-layout-gdef-private.hh |  18 ++--
37801  src/hb-ot-layout-gpos-private.hh |  23 ++---
37802  src/hb-ot-layout.h               |   2 +-
37803  src/hb-ot-shape.cc               |  15 ++++
37804  8 files changed, 166 insertions(+), 183 deletions(-)
37805
37806 commit 8b38faeede41e64eb0f6ac2e12ce51dd7138d50a
37807 Author: Behdad Esfahbod <behdad@behdad.org>
37808 Date:   Thu May 19 13:08:00 2011 -0400
37809
37810     More vertical
37811
37812     Starting to get there, but not without yet another round of changes.
37813
37814     I think I know wheere to go now.
37815
37816  src/hb-font.cc     | 44 ++++++++++++++++++++++++++++++++------------
37817  src/hb-font.h      | 10 ++++++++++
37818  src/hb-ft.cc       | 14 ++++++++++++--
37819  src/hb-ot-shape.cc |  4 ++++
37820  4 files changed, 58 insertions(+), 14 deletions(-)
37821
37822 commit e609aeb1e24da6b7c812396cddb93ee3c95ef87a
37823 Author: Behdad Esfahbod <behdad@behdad.org>
37824 Date:   Wed May 18 10:17:02 2011 -0400
37825
37826     [hb-view] Add --annotate
37827
37828     Currently it only marks glyph origins.
37829
37830  src/hb-view.cc | 20 +++++++++++++++++++-
37831  1 file changed, 19 insertions(+), 1 deletion(-)
37832
37833 commit b8d76dd74e50d295918cc015e9d2a55e2bf6a461
37834 Author: Behdad Esfahbod <behdad@behdad.org>
37835 Date:   Tue May 17 23:31:00 2011 -0400
37836
37837     Vertical: Adjust origin in glyph_extents() and glyph_contour_point()
37838
37839     The base for vertical is almost ready now.
37840
37841  src/hb-font.cc | 12 ++++++++----
37842  1 file changed, 8 insertions(+), 4 deletions(-)
37843
37844 commit 190981851fe2bb6479b5c72451279f66fe4f6e23
37845 Author: Behdad Esfahbod <behdad@behdad.org>
37846 Date:   Tue May 17 23:27:22 2011 -0400
37847
37848     Cosmetic
37849
37850  src/hb-font.cc | 114
37851  ++++++++++++++++++++++++++++-----------------------------
37852  src/hb-ft.cc   |  36 +++++++++---------
37853  2 files changed, 74 insertions(+), 76 deletions(-)
37854
37855 commit 2c3f51a11c176aa3fc12a9522325efaef2c79d35
37856 Author: Behdad Esfahbod <behdad@behdad.org>
37857 Date:   Tue May 17 23:23:27 2011 -0400
37858
37859     Minor
37860
37861  src/hb-font.cc | 4 ++--
37862  1 file changed, 2 insertions(+), 2 deletions(-)
37863
37864 commit 7e2c85de305be59e1a6afa7d2061e4b7dd00acf7
37865 Author: Behdad Esfahbod <behdad@behdad.org>
37866 Date:   Tue May 17 17:55:03 2011 -0400
37867
37868     [API] Vertical support, take 2
37869
37870     I like this API *much* better.  Implementation still incomplete, but
37871     horizontal works.
37872
37873  src/hb-font-private.hh           |   7 +-
37874  src/hb-font.cc                   | 185
37875  +++++++++++++++++++++++----------------
37876  src/hb-font.h                    | 109 ++++++++++++-----------
37877  src/hb-ft.cc                     |  66 ++++++++------
37878  src/hb-ot-layout-gdef-private.hh |   2 +-
37879  src/hb-ot-layout-gpos-private.hh |   2 +-
37880  src/hb-ot-shape.cc               |   8 +-
37881  7 files changed, 218 insertions(+), 161 deletions(-)
37882
37883 commit 744970af4d884cc87ffa645804578fec8df674a9
37884 Author: Behdad Esfahbod <behdad@behdad.org>
37885 Date:   Mon May 16 18:15:37 2011 -0400
37886
37887     [API] Add support for vertical text
37888
37889     Design not final yet, and in fact I'm going to change it immediately,
37890     but this is an standalone change for itself.
37891
37892  src/hb-font-private.hh               |  35 ++--
37893  src/hb-font.cc                       | 387
37894  +++++++++++++++++++++++++----------
37895  src/hb-font.h                        | 164 +++++++++++----
37896  src/hb-ft.cc                         | 227 +++++++++++++-------
37897  src/hb-ot-layout-gdef-private.hh     |   2 +-
37898  src/hb-ot-layout-gpos-private.hh     |  35 ++--
37899  src/hb-ot-layout-gsub-private.hh     |   1 +
37900  src/hb-ot-layout-gsubgpos-private.hh |   1 +
37901  src/hb-ot-shape.cc                   |  14 +-
37902  src/hb-ot-tag.cc                     |   2 +-
37903  test/test-font.c                     |  61 +++---
37904  test/test-shape.c                    |  17 +-
37905  12 files changed, 650 insertions(+), 296 deletions(-)
37906
37907 commit 80dce8b7c8202766d52cc7666355446bbf5b0565
37908 Author: Behdad Esfahbod <behdad@behdad.org>
37909 Date:   Tue May 17 17:08:36 2011 -0400
37910
37911     Minor
37912
37913  TODO | 2 ++
37914  1 file changed, 2 insertions(+)
37915
37916 commit 5be7d047f6bf54cc577e311b5426c463d2b9b131
37917 Author: Behdad Esfahbod <behdad@behdad.org>
37918 Date:   Tue May 17 15:05:34 2011 -0400
37919
37920     Check for mmap()
37921
37922     Apparently there exist systems with mprotect(), but not mmap()?
37923
37924  configure.ac     | 2 +-
37925  test/test-blob.c | 6 ++++--
37926  2 files changed, 5 insertions(+), 3 deletions(-)
37927
37928 commit 4053f3f788353448b41e541ee617aafbe1cac366
37929 Author: Behdad Esfahbod <behdad@behdad.org>
37930 Date:   Mon May 16 16:20:48 2011 -0400
37931
37932     Cosmetic
37933
37934  src/hb-font.h     | 8 ++++----
37935  test/test-shape.c | 6 +++---
37936  2 files changed, 7 insertions(+), 7 deletions(-)
37937
37938 commit 56d12e0356bee5a95b870dfbc2100b8caeb5d593
37939 Author: Behdad Esfahbod <behdad@behdad.org>
37940 Date:   Mon May 16 16:01:58 2011 -0400
37941
37942     Remove unnecessary TODO item
37943
37944  src/hb-ft.cc | 1 -
37945  1 file changed, 1 deletion(-)
37946
37947 commit 1883af3796459cafe2d194064403b6b1152c584d
37948 Author: Behdad Esfahbod <behdad@behdad.org>
37949 Date:   Mon May 16 15:18:16 2011 -0400
37950
37951     [hb-view] Start work on vertical support
37952
37953  src/hb-view.cc | 10 ++++++----
37954  1 file changed, 6 insertions(+), 4 deletions(-)
37955
37956 commit 9aa6f96af5e5940ba5c9596c6ae377fea23c0ec0
37957 Author: Behdad Esfahbod <behdad@behdad.org>
37958 Date:   Mon May 16 15:08:31 2011 -0400
37959
37960     [hb-view] No need to allocate an extra glyph item at the end
37961
37962  src/hb-view.cc | 3 +--
37963  1 file changed, 1 insertion(+), 2 deletions(-)
37964
37965 commit a0359485c9997e3a211f7c00d40c09074d906c4f
37966 Author: Behdad Esfahbod <behdad@behdad.org>
37967 Date:   Mon May 16 15:07:48 2011 -0400
37968
37969     Minor
37970
37971  test/test-shape.c | 6 ++++++
37972  1 file changed, 6 insertions(+)
37973
37974 commit 92de53ea450eaee077eb1730e6d7a487b20ac721
37975 Author: Behdad Esfahbod <behdad@behdad.org>
37976 Date:   Mon May 16 12:24:56 2011 -0400
37977
37978     [test/buffer] Add more tests for nil buffer
37979
37980  test/test-buffer.c | 38 ++++++++++++++++++++++++++++++++++++++
37981  1 file changed, 38 insertions(+)
37982
37983 commit 065fb38c9a338ddb095f2ec9e034fcc5a02167bd
37984 Author: Behdad Esfahbod <behdad@behdad.org>
37985 Date:   Fri May 13 23:04:46 2011 -0400
37986
37987     [test/ot-tag] More tests
37988
37989  test/test-ot-tag.c | 9 +++++++++
37990  1 file changed, 9 insertions(+)
37991
37992 commit 1a64f6e19a4b483e278c85e4941107be2f71b0a4
37993 Author: Behdad Esfahbod <behdad@behdad.org>
37994 Date:   Fri May 13 22:55:32 2011 -0400
37995
37996     [API] Add HB_LANGUAGE_INVALID
37997
37998  src/hb-common.cc   | 5 +++--
37999  src/hb-common.h    | 2 ++
38000  src/hb-ot-tag.cc   | 2 +-
38001  src/hb-shape.cc    | 2 +-
38002  test/test-common.c | 9 ++++++---
38003  5 files changed, 13 insertions(+), 7 deletions(-)
38004
38005 commit 40b5c2e86c633441040196d158e965ad95d6ad37
38006 Author: Behdad Esfahbod <behdad@behdad.org>
38007 Date:   Fri May 13 22:46:36 2011 -0400
38008
38009     [test/test-ot-tag] Test hb-ot-tag.h, fix many bugs
38010
38011     I'm in awe with how many bugs this test revealed.  All fixed.
38012
38013  src/hb-ot-tag.cc   | 153 +++++++++++++++++++++---------------
38014  test/Makefile.am   |   3 +
38015  test/test-ot-tag.c | 227
38016  +++++++++++++++++++++++++++++++++++++++++++++++++++++
38017  3 files changed, 320 insertions(+), 63 deletions(-)
38018
38019 commit 1368018b475c2a6dd5f625af99695ae2fcba1f05
38020 Author: Behdad Esfahbod <behdad@behdad.org>
38021 Date:   Fri May 13 20:25:38 2011 -0400
38022
38023     [TODO] Add items
38024
38025  TODO | 2 ++
38026  1 file changed, 2 insertions(+)
38027
38028 commit 7fc5a30cb4fbe9a4633ab842b0a8cbbcc6f6bd1b
38029 Author: Behdad Esfahbod <behdad@behdad.org>
38030 Date:   Thu May 12 17:48:20 2011 -0400
38031
38032     [API] Add hb_face_make/is_immutable()
38033
38034  src/hb-font-private.hh |  2 ++
38035  src/hb-font.cc         | 18 ++++++++++++++++++
38036  src/hb-font.h          |  6 ++++++
38037  test/test-font.c       |  2 ++
38038  test/test-object.c     |  2 +-
38039  5 files changed, 29 insertions(+), 1 deletion(-)
38040
38041 commit 20c8b908ddf50a9814dfdd9fca595f258273cd4f
38042 Author: Behdad Esfahbod <behdad@behdad.org>
38043 Date:   Thu May 12 15:19:33 2011 -0400
38044
38045     Finish off previous change
38046
38047  src/hb-font.cc | 1 +
38048  1 file changed, 1 insertion(+)
38049
38050 commit 0fd8c2f1be693616f19f2f1526369874763d6cf6
38051 Author: Behdad Esfahbod <behdad@behdad.org>
38052 Date:   Thu May 12 15:14:13 2011 -0400
38053
38054     [API] Make get_glyph() callback return a boolean
38055
38056     We need to know whether the glyph exists, so we can fallback to
38057     composing / decomposing.  Assuming that glyph==0 means "doesn't exist"
38058     wouldn't work for applications like Pango that want to use different
38059     "doesn't exist" glyph codes for different characters.  An explicit
38060     return value fixes that.
38061
38062  src/hb-font.cc     | 15 +++++++++------
38063  src/hb-font.h      | 12 +++++++-----
38064  src/hb-ft.cc       | 12 +++++++-----
38065  src/hb-ot-shape.cc | 13 +++++++++----
38066  test/test-font.c   |  5 ++++-
38067  test/test-shape.c  | 12 +++++++-----
38068  6 files changed, 43 insertions(+), 26 deletions(-)
38069
38070 commit 8e07f93ab4a3ef9adc7942727ef21f2f9a141d10
38071 Author: Behdad Esfahbod <behdad@behdad.org>
38072 Date:   Thu May 12 14:27:44 2011 -0400
38073
38074     [test/shape] Check shape output
38075
38076  test/test-shape.c | 23 +++++++++++++++++++----
38077  1 file changed, 19 insertions(+), 4 deletions(-)
38078
38079 commit 805af72405a2f653f08de392d7172291ffe8e902
38080 Author: Behdad Esfahbod <behdad@behdad.org>
38081 Date:   Thu May 12 12:39:40 2011 -0400
38082
38083     Rename get_kernings() arguments from first/second_glyph to
38084     left/right_glyph
38085
38086     Makes it clear that kerning is in visual order.
38087
38088  src/hb-font.cc | 10 +++++-----
38089  src/hb-font.h  |  4 ++--
38090  src/hb-ft.cc   |  6 +++---
38091  3 files changed, 10 insertions(+), 10 deletions(-)
38092
38093 commit 23d2432219a91c6328efa9e041b1ecf137752ac3
38094 Author: Behdad Esfahbod <behdad@behdad.org>
38095 Date:   Thu May 12 10:53:57 2011 -0400
38096
38097     [test] Add test-shape.c.  Oops
38098
38099  test/test-shape.c | 125
38100  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
38101  1 file changed, 125 insertions(+)
38102
38103 commit c098c3acc8c48b4b6883c50c9a87e81dbe98ba24
38104 Author: Behdad Esfahbod <behdad@behdad.org>
38105 Date:   Thu May 12 10:49:30 2011 -0400
38106
38107     [test/blob] Use MAP_ANON instead of MAP_ANONYMOUS
38108
38109     More portable.
38110
38111  test/test-blob.c | 2 +-
38112  1 file changed, 1 insertion(+), 1 deletion(-)
38113
38114 commit 8329eb7c6ca39e162228733a2210e643b1a1019d
38115 Author: Behdad Esfahbod <behdad@behdad.org>
38116 Date:   Thu May 12 01:39:17 2011 -0400
38117
38118     [test/shape] Add simplest test for hb_shape()
38119
38120  test/Makefile.am | 1 +
38121  1 file changed, 1 insertion(+)
38122
38123 commit df077fadd7828b609bdfe4dbcad52ef2448525c7
38124 Author: Behdad Esfahbod <behdad@behdad.org>
38125 Date:   Thu May 12 01:19:39 2011 -0400
38126
38127     [object] Make object inert during destruction
38128
38129     Such that user_data and other finalizers cannot resurrect object
38130
38131  src/hb-object-private.hh | 2 ++
38132  1 file changed, 2 insertions(+)
38133
38134 commit ee8dd83bb4e0b1c2ca5928391e35e8bd1fca6121
38135 Author: Behdad Esfahbod <behdad@behdad.org>
38136 Date:   Thu May 12 01:02:03 2011 -0400
38137
38138     [TODO] Update
38139
38140  TODO | 6 ++++++
38141  1 file changed, 6 insertions(+)
38142
38143 commit 52df150efeff4cf003cee65f8c91618f1a980bc8
38144 Author: Behdad Esfahbod <behdad@behdad.org>
38145 Date:   Thu May 12 00:46:57 2011 -0400
38146
38147     Fix font subclass chainup
38148
38149     Test passing now.
38150
38151  src/hb-font.cc | 6 +-----
38152  1 file changed, 1 insertion(+), 5 deletions(-)
38153
38154 commit f2c1dd4f746c36a44cf33d0257a3cd800107c286
38155 Author: Behdad Esfahbod <behdad@behdad.org>
38156 Date:   Thu May 12 00:35:12 2011 -0400
38157
38158     [test/font] Test font_funcs subclassing
38159
38160  test/test-font.c | 158
38161  +++++++++++++++++++++++++++++++++++++++++++++++++++++--
38162  1 file changed, 155 insertions(+), 3 deletions(-)
38163
38164 commit 14f1e81b77971204e9325e2a8b6f8b690fac20a7
38165 Author: Behdad Esfahbod <behdad@behdad.org>
38166 Date:   Thu May 12 00:18:28 2011 -0400
38167
38168     [test/font] Test empty funcs
38169
38170  test/test-font.c | 75
38171  ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
38172  1 file changed, 73 insertions(+), 2 deletions(-)
38173
38174 commit 2ca0b5ae1e65d3f43df3a4a2144a1451d8b485c4
38175 Author: Behdad Esfahbod <behdad@behdad.org>
38176 Date:   Wed May 11 23:57:36 2011 -0400
38177
38178     [test/font] Test more
38179
38180  test/test-font.c | 63
38181  ++++++++++++++++++++++++++++++++++++++++++++++++--------
38182  1 file changed, 54 insertions(+), 9 deletions(-)
38183
38184 commit 7033518f756490e9cf00b96387fee6f2f7fae785
38185 Author: Behdad Esfahbod <behdad@behdad.org>
38186 Date:   Wed May 11 23:31:15 2011 -0400
38187
38188     [API] Pass face to get_table()
38189
38190  src/hb-font.cc   | 4 ++--
38191  src/hb-font.h    | 2 +-
38192  src/hb-ft.cc     | 2 +-
38193  test/test-font.c | 2 +-
38194  4 files changed, 5 insertions(+), 5 deletions(-)
38195
38196 commit b46782780690e26a8221e2d63dd224159aebe413
38197 Author: Behdad Esfahbod <behdad@behdad.org>
38198 Date:   Wed May 11 23:25:28 2011 -0400
38199
38200     [API] Remove const from font user_data
38201
38202  src/hb-font.cc | 20 ++++++++++----------
38203  src/hb-font.h  | 20 ++++++++++----------
38204  src/hb-ft.cc   | 20 ++++++++++----------
38205  3 files changed, 30 insertions(+), 30 deletions(-)
38206
38207 commit ea93e7b27ca04a1655d62bd1d18a32805994af44
38208 Author: Behdad Esfahbod <behdad@behdad.org>
38209 Date:   Wed May 11 23:22:55 2011 -0400
38210
38211     [test/font] More tests
38212
38213  test/test-font.c | 36 +++++++++++++++++++++++++++++++++---
38214  1 file changed, 33 insertions(+), 3 deletions(-)
38215
38216 commit cdb153175f8a1521cde112c65b173f548ca6ee5c
38217 Author: Behdad Esfahbod <behdad@behdad.org>
38218 Date:   Wed May 11 23:12:58 2011 -0400
38219
38220     [test/font] More tests
38221
38222  test/test-font.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
38223  1 file changed, 44 insertions(+)
38224
38225 commit 74d9fa3d9ac226ed72702884e721ef94ecc48e22
38226 Author: Behdad Esfahbod <behdad@behdad.org>
38227 Date:   Wed May 11 23:07:47 2011 -0400
38228
38229     [test/font] More get_empty() tests
38230
38231  test/test-font.c | 5 +++++
38232  1 file changed, 5 insertions(+)
38233
38234 commit db9f4eb4e004fadae9d540522d1d21c3bbe659b0
38235 Author: Behdad Esfahbod <behdad@behdad.org>
38236 Date:   Wed May 11 23:06:02 2011 -0400
38237
38238     [test/font] Test get_face() / get_parent()
38239
38240  test/test-font.c | 4 ++++
38241  1 file changed, 4 insertions(+)
38242
38243 commit 606923bb4304d5b9cf164745d657cba58949a80a
38244 Author: Behdad Esfahbod <behdad@behdad.org>
38245 Date:   Wed May 11 23:05:02 2011 -0400
38246
38247     [test/font] Add test_font_properties()
38248
38249  test/test-font.c | 85
38250  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
38251  1 file changed, 85 insertions(+)
38252
38253 commit da603e80386b41b360acb070a862b6ed87da57b8
38254 Author: Behdad Esfahbod <behdad@behdad.org>
38255 Date:   Wed May 11 22:52:35 2011 -0400
38256
38257     [test/font] Start adding tests for hb-font.h
38258
38259  test/Makefile.am    |  1 +
38260  test/test-buffer.c  |  2 +-
38261  test/test-font.c    | 69
38262  +++++++++++++++++++++++++++++++++++++++++++++++++++++
38263  test/test-unicode.c |  1 +
38264  4 files changed, 72 insertions(+), 1 deletion(-)
38265
38266 commit 9a14688e40e926b9453fcb75891f27bff1e45c49
38267 Author: Behdad Esfahbod <behdad@behdad.org>
38268 Date:   Wed May 11 22:49:29 2011 -0400
38269
38270     [API] Rename hb_face_create_for_data() to hb_face_create()
38271
38272  src/hb-font.cc     | 4 ++--
38273  src/hb-font.h      | 4 ++--
38274  src/hb-ft.cc       | 2 +-
38275  src/test.cc        | 2 +-
38276  test/test-object.c | 4 ++--
38277  5 files changed, 8 insertions(+), 8 deletions(-)
38278
38279 commit 46d6a21cc8613519e6ce27b1925e29285cccb71d
38280 Author: Behdad Esfahbod <behdad@behdad.org>
38281 Date:   Wed May 11 22:33:13 2011 -0400
38282
38283     [API] Add hb_ot_layout_substitute_start/finish()
38284
38285  src/hb-ot-layout.cc | 13 +++++++++++++
38286  src/hb-ot-layout.h  |  8 ++++++++
38287  2 files changed, 21 insertions(+)
38288
38289 commit c84d15f52e1183164502d45b476b54f8fe812e0f
38290 Author: Behdad Esfahbod <behdad@behdad.org>
38291 Date:   Wed May 11 22:23:15 2011 -0400
38292
38293     Remove unused hb_set_t
38294
38295  src/hb-private.hh | 48 ------------------------------------------------
38296  1 file changed, 48 deletions(-)
38297
38298 commit 389a7c9e67549b1a9f7c538965e4647077f8e6ec
38299 Author: Behdad Esfahbod <behdad@behdad.org>
38300 Date:   Wed May 11 22:21:38 2011 -0400
38301
38302     Remove hb_static_threadsafe_set_t
38303
38304  src/hb-common.cc        |  5 +++--
38305  src/hb-mutex-private.hh | 42 ------------------------------------------
38306  2 files changed, 3 insertions(+), 44 deletions(-)
38307
38308 commit e06d4eda7bbdb3a1be1f1ce8d98b059a0730f14d
38309 Author: Behdad Esfahbod <behdad@behdad.org>
38310 Date:   Wed May 11 22:18:31 2011 -0400
38311
38312     Use constructor/destructor for hb_ot_shape_plan_t
38313
38314  src/hb-ot-shape-private.hh | 6 +++++-
38315  src/hb-ot-shape.cc         | 4 +---
38316  2 files changed, 6 insertions(+), 4 deletions(-)
38317
38318 commit a5e4e109460ea23fa5e64926a1676c6a02ab6ba2
38319 Author: Behdad Esfahbod <behdad@behdad.org>
38320 Date:   Wed May 11 22:00:56 2011 -0400
38321
38322     Minor
38323
38324  TODO | 2 +-
38325  1 file changed, 1 insertion(+), 1 deletion(-)
38326
38327 commit daa446f184fa27c9764ff7f8a2444d47cf34d986
38328 Author: Behdad Esfahbod <behdad@behdad.org>
38329 Date:   Wed May 11 21:31:25 2011 -0400
38330
38331     Fix compile with no mutex available
38332
38333  src/hb-mutex-private.hh | 10 +++++-----
38334  1 file changed, 5 insertions(+), 5 deletions(-)
38335
38336 commit 1e56c476c10577fe319fe553c5ced000bd740940
38337 Author: Behdad Esfahbod <behdad@behdad.org>
38338 Date:   Wed May 11 21:28:01 2011 -0400
38339
38340     Free static mutex'es
38341
38342  src/hb-mutex-private.hh | 1 +
38343  1 file changed, 1 insertion(+)
38344
38345 commit 831886a9b4073cfe27f7e1db0e957cbd5913fd31
38346 Author: Behdad Esfahbod <behdad@behdad.org>
38347 Date:   Wed May 11 21:27:52 2011 -0400
38348
38349     Streamline mutex stuff
38350
38351  src/hb-mutex-private.hh | 61
38352  ++++++++++++++++++++++++++++++-------------------
38353  src/hb-private.hh       |  8 +++++++
38354  2 files changed, 46 insertions(+), 23 deletions(-)
38355
38356 commit 438c4eee353ddf0de66171d84c6ef9b21cbdf8f6
38357 Author: Behdad Esfahbod <behdad@behdad.org>
38358 Date:   Wed May 11 21:14:34 2011 -0400
38359
38360     Remove unused hb_mutex_trylock()
38361
38362  src/hb-mutex-private.hh | 3 ---
38363  1 file changed, 3 deletions(-)
38364
38365 commit b8477e1da2785708f3232f8f2577f602a5d320d1
38366 Author: Behdad Esfahbod <behdad@behdad.org>
38367 Date:   Wed May 11 21:12:44 2011 -0400
38368
38369     [test] Add tests for _get_empty() funcs
38370
38371  test/test-blob.c    |  1 +
38372  test/test-buffer.c  |  7 +++++++
38373  test/test-unicode.c | 10 ++++++++++
38374  3 files changed, 18 insertions(+)
38375
38376 commit 3994be3ded40e5a3da0e187ad421b19a78865e02
38377 Author: Behdad Esfahbod <behdad@behdad.org>
38378 Date:   Wed May 11 21:08:31 2011 -0400
38379
38380     [TODO] Update
38381
38382  TODO | 4 ++--
38383  1 file changed, 2 insertions(+), 2 deletions(-)
38384
38385 commit 80a6833b032bc63b4e8c3da6489d3767af1168f3
38386 Author: Behdad Esfahbod <behdad@behdad.org>
38387 Date:   Wed May 11 18:14:44 2011 -0400
38388
38389     [API] Add hb_*_get_empty() for all objects
38390
38391  src/hb-buffer.cc   |  6 ++++++
38392  src/hb-buffer.h    |  3 +++
38393  src/hb-font.cc     | 18 ++++++++++++++++++
38394  src/hb-font.h      |  9 +++++++++
38395  src/hb-unicode.cc  |  6 ++++++
38396  src/hb-unicode.h   |  3 +++
38397  test/test-object.c | 36 +++++++++++++++++++++++++++++++++---
38398  7 files changed, 78 insertions(+), 3 deletions(-)
38399
38400 commit d3b30be378c1dec0259a626d9a408bb9ca1b71ac
38401 Author: Behdad Esfahbod <behdad@behdad.org>
38402 Date:   Wed May 11 18:06:12 2011 -0400
38403
38404     [API] Add HB_UNTAG()
38405
38406     Useful in C API only.
38407
38408  src/hb-common.h | 1 +
38409  1 file changed, 1 insertion(+)
38410
38411 commit 3cc6e9dcb42551761c3a1a9d3c25b1f1bcdc2419
38412 Author: Behdad Esfahbod <behdad@behdad.org>
38413 Date:   Wed May 11 18:02:48 2011 -0400
38414
38415     Minor
38416
38417  src/test.cc | 9 ++++++---
38418  1 file changed, 6 insertions(+), 3 deletions(-)
38419
38420 commit 4101ca7dbbdf1438fa116fb8cad935501ac7cca8
38421 Author: Behdad Esfahbod <behdad@behdad.org>
38422 Date:   Wed May 11 14:30:56 2011 -0400
38423
38424     Plug more leaks
38425
38426     All good now.
38427
38428  src/hb-blob.cc              | 2 +-
38429  src/hb-open-type-private.hh | 8 ++++----
38430  2 files changed, 5 insertions(+), 5 deletions(-)
38431
38432 commit 6a7ac79e26e85f6781186cf708a12825c0857324
38433 Author: Behdad Esfahbod <behdad@behdad.org>
38434 Date:   Wed May 11 14:19:18 2011 -0400
38435
38436     Plug leaks
38437
38438  src/hb-ot-map-private.hh   |  7 +++++++
38439  src/hb-ot-shape-private.hh |  2 ++
38440  src/hb-ot-shape.cc         |  2 ++
38441  src/hb-private.hh          | 10 +++++++++-
38442  4 files changed, 20 insertions(+), 1 deletion(-)
38443
38444 commit 7aa12ebdff11a4ffbd04bf9b164586eb0c172e37
38445 Author: Behdad Esfahbod <behdad@behdad.org>
38446 Date:   Wed May 11 11:55:11 2011 -0400
38447
38448     [unicode] Simplify method setting
38449
38450  src/hb-unicode.cc   | 6 +-----
38451  test/test-unicode.c | 6 +++++-
38452  2 files changed, 6 insertions(+), 6 deletions(-)
38453
38454 commit d5bfd0272130a315d3b5e6cdcf9b7e6395879204
38455 Author: Behdad Esfahbod <behdad@behdad.org>
38456 Date:   Wed May 11 11:48:28 2011 -0400
38457
38458     Minor
38459
38460  src/Makefile.am | 2 +-
38461  1 file changed, 1 insertion(+), 1 deletion(-)
38462
38463 commit 6a4e7e1372ef9fde81b84ecc9c4d1f23d97396c1
38464 Author: Behdad Esfahbod <behdad@behdad.org>
38465 Date:   Wed May 11 10:31:33 2011 -0400
38466
38467     Add maxp table
38468
38469     Not used for anything right now.  Will use to get num_glyphs in
38470     the future.
38471
38472  src/Makefile.am           |  1 +
38473  src/hb-ot-head-private.hh |  1 -
38474  src/hb-ot-layout.cc       |  1 +
38475  src/hb-ot-maxp-private.hh | 68
38476  +++++++++++++++++++++++++++++++++++++++++++++++
38477  4 files changed, 70 insertions(+), 1 deletion(-)
38478
38479 commit e0b0710ae52bcc8c6fbd87dfae83818faa5d5f5f
38480 Author: Behdad Esfahbod <behdad@behdad.org>
38481 Date:   Wed May 11 08:58:21 2011 -0400
38482
38483     Minor
38484
38485  TODO | 4 +++-
38486  1 file changed, 3 insertions(+), 1 deletion(-)
38487
38488 commit a513dbcf73ab1cc39a7c9653034904d0c6cd9fe9
38489 Author: Behdad Esfahbod <behdad@behdad.org>
38490 Date:   Wed May 11 00:24:34 2011 -0400
38491
38492     [API] Change signature of get_contour_point and get_kerning ffuncs
38493
38494     get_contour_point now takes glyph id before point_index.
38495
38496     get_kerning now takes a vector to fill-in.
38497
38498  src/hb-font.cc                   | 56
38499  +++++++++++++++++++++-------------------
38500  src/hb-font.h                    | 16 +++++++-----
38501  src/hb-ft.cc                     | 11 +++++---
38502  src/hb-ot-layout-gdef-private.hh |  2 +-
38503  src/hb-ot-layout-gpos-private.hh |  2 +-
38504  src/hb-ot-shape.cc               | 15 ++++++++---
38505  6 files changed, 59 insertions(+), 43 deletions(-)
38506
38507 commit 63d646fb2933c2765ce526d321a498d0f7fae2f5
38508 Author: Behdad Esfahbod <behdad@behdad.org>
38509 Date:   Wed May 11 00:15:37 2011 -0400
38510
38511     [font] Do user-space conversion when chaining up to parent font
38512
38513  src/hb-font-private.hh | 28 ++++++++++++++++++++++++++++
38514  src/hb-font.cc         | 23 +++++++++++++++++------
38515  2 files changed, 45 insertions(+), 6 deletions(-)
38516
38517 commit b6f902a1a9c8b72b5d6a241a14a7bacfaea3a56a
38518 Author: Behdad Esfahbod <behdad@behdad.org>
38519 Date:   Wed May 11 00:04:15 2011 -0400
38520
38521     Minor
38522
38523  src/hb-font-private.hh           |  6 +++---
38524  src/hb-ot-layout-gdef-private.hh |  6 +++---
38525  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
38526  3 files changed, 16 insertions(+), 16 deletions(-)
38527
38528 commit abcfe9b59b4475eb02dd679aac4bc59616713b28
38529 Author: Behdad Esfahbod <behdad@behdad.org>
38530 Date:   Wed May 11 00:02:02 2011 -0400
38531
38532     Remove hb_ot_layout_context_t, simplify code
38533
38534  src/hb-font-private.hh               |  12 +++-
38535  src/hb-font.cc                       |   6 +-
38536  src/hb-ot-layout-common-private.hh   |   8 +--
38537  src/hb-ot-layout-gdef-private.hh     |  34 +++++-----
38538  src/hb-ot-layout-gpos-private.hh     | 121
38539  ++++++++++++++++++-----------------
38540  src/hb-ot-layout-gsub-private.hh     |  24 +++----
38541  src/hb-ot-layout-gsubgpos-private.hh |  11 ++--
38542  src/hb-ot-layout-private.hh          |  13 ----
38543  src/hb-ot-layout.cc                  |  15 +----
38544  9 files changed, 118 insertions(+), 126 deletions(-)
38545
38546 commit 1ded6d8bbf93b7dabf2b1f620c07bd3236e7a60f
38547 Author: Behdad Esfahbod <behdad@behdad.org>
38548 Date:   Tue May 10 20:49:02 2011 -0400
38549
38550     Make default font-funcs chain-up to the parent
38551
38552  src/hb-font.cc | 44 +++++++++++++++++++++++++++++++++++++++-----
38553  src/hb-font.h  | 41 +++++++++++++++++++++--------------------
38554  2 files changed, 60 insertions(+), 25 deletions(-)
38555
38556 commit b9d975b931d6310f25fab5ac280f523cdc27bf94
38557 Author: Behdad Esfahbod <behdad@behdad.org>
38558 Date:   Tue May 10 20:41:13 2011 -0400
38559
38560     [API] Pass down closure user_data to font funcs
38561
38562  src/hb-font-private.hh |  30 ++++++--
38563  src/hb-font.cc         | 184
38564  +++++++++++++++++++++++++------------------------
38565  src/hb-font.h          |  42 ++++++-----
38566  src/hb-ft.cc           | 103 ++++++++++++++-------------
38567  4 files changed, 198 insertions(+), 161 deletions(-)
38568
38569 commit 446df9cdb1fddb51819b731436fca54146d0bb23
38570 Author: Behdad Esfahbod <behdad@behdad.org>
38571 Date:   Tue May 10 20:14:44 2011 -0400
38572
38573     Whitespace
38574
38575  src/hb-unicode.h | 30 +++++++++++++++---------------
38576  1 file changed, 15 insertions(+), 15 deletions(-)
38577
38578 commit 686c2d165dfb284b74b78f6b902d04b585dcaef3
38579 Author: Behdad Esfahbod <behdad@behdad.org>
38580 Date:   Tue May 10 20:04:26 2011 -0400
38581
38582     [API] Remove font_funcs func getter functions
38583
38584  src/hb-font.cc | 32 --------------------------------
38585  src/hb-font.h  | 18 ------------------
38586  2 files changed, 50 deletions(-)
38587
38588 commit defc45be6d75aba4a67fa7814b91b73bad953fe6
38589 Author: Behdad Esfahbod <behdad@behdad.org>
38590 Date:   Tue May 10 20:02:49 2011 -0400
38591
38592     [API] Add hb_font_create_sub_font() and hb_font_get_parent()
38593
38594     Not quite useful just yet.
38595
38596  src/hb-font-private.hh |  1 +
38597  src/hb-font.cc         | 41 ++++++++++++++++++++++++++++++++++++++---
38598  src/hb-font.h          |  5 +++++
38599  src/hb-unicode.h       |  2 +-
38600  4 files changed, 45 insertions(+), 4 deletions(-)
38601
38602 commit 11bb8fe7b3925bc9b019ad0c0218a231e581f152
38603 Author: Behdad Esfahbod <behdad@behdad.org>
38604 Date:   Tue May 10 19:57:00 2011 -0400
38605
38606     [font] Fix internal sign of x/y_scale
38607
38608     Should have been done as part of
38609     da975419884a535281745f30f4b32fee0bc8a7a1
38610
38611  src/hb-font-private.hh | 4 ++--
38612  1 file changed, 2 insertions(+), 2 deletions(-)
38613
38614 commit 85e6218e3306165d69ef44277459511d5b54b9ff
38615 Author: Behdad Esfahbod <behdad@behdad.org>
38616 Date:   Tue May 10 19:40:44 2011 -0400
38617
38618     [API] Remove broken-by-design hb_font_unset_funcs()
38619
38620  src/hb-font.cc | 22 ----------------------
38621  src/hb-font.h  | 16 ----------------
38622  2 files changed, 38 deletions(-)
38623
38624 commit 74f1d896f2479500d65649cf3ec86dd201f0663a
38625 Author: Behdad Esfahbod <behdad@behdad.org>
38626 Date:   Tue May 10 19:39:32 2011 -0400
38627
38628     Add hb_font_make/is_immutable()
38629
38630  src/hb-font-private.hh |  2 ++
38631  src/hb-font.cc         | 26 +++++++++++++++++++++++---
38632  src/hb-font.h          |  6 ++++++
38633  test/test-object.c     |  2 +-
38634  4 files changed, 32 insertions(+), 4 deletions(-)
38635
38636 commit 8c7a100a4d0f3a257fb7563cb08ed4356c3af669
38637 Author: Behdad Esfahbod <behdad@behdad.org>
38638 Date:   Tue May 10 19:21:07 2011 -0400
38639
38640     Fix build without mutex
38641
38642  src/hb-mutex-private.hh | 12 ++++++------
38643  1 file changed, 6 insertions(+), 6 deletions(-)
38644
38645 commit 19d3035c40e73923bcad709dc5eefe31cb34d681
38646 Author: Behdad Esfahbod <behdad@behdad.org>
38647 Date:   Tue May 10 19:18:12 2011 -0400
38648
38649     Remove duplicate atomic_int implementation
38650
38651  src/hb-mutex-private.hh | 17 -----------------
38652  1 file changed, 17 deletions(-)
38653
38654 commit 45bfa99034512e886d75b1d45a5a649647f4711f
38655 Author: Behdad Esfahbod <behdad@behdad.org>
38656 Date:   Tue May 10 19:12:49 2011 -0400
38657
38658     Fix set implementation to be truly threadsafe even with destroy()
38659     callbacks
38660
38661     The test/object test is passing again, instead of deadlocking.
38662
38663  src/hb-common.cc         |  26 +++++------
38664  src/hb-mutex-private.hh  |  47 +++++++------------
38665  src/hb-object-private.hh |   6 ++-
38666  src/hb-private.hh        | 117
38667  ++++++++++++++++++++++++++++++++++++++---------
38668  4 files changed, 128 insertions(+), 68 deletions(-)
38669
38670 commit 0c2ec1d78bfa0166ffd4afc204c2668d4f456ed9
38671 Author: Behdad Esfahbod <behdad@behdad.org>
38672 Date:   Tue May 10 19:11:27 2011 -0400
38673
38674     [test] Always initialize gthread such that our mutex() stuff is tested
38675
38676     Now the test/object test deadlocks as expected.  Fix coming.
38677
38678  configure.ac     | 1 +
38679  test/Makefile.am | 4 ++--
38680  test/hb-test.h   | 1 +
38681  3 files changed, 4 insertions(+), 2 deletions(-)
38682
38683 commit 6a9093cc486c1899197cd7cc9a3eb907c2e756f7
38684 Author: Behdad Esfahbod <behdad@behdad.org>
38685 Date:   Tue May 10 19:00:07 2011 -0400
38686
38687     [test/object] Test user_data with destroy() callback that calls
38688     user_data
38689
38690     Exposes the non-atomicity of user_data opertaions at this time because
38691     we call finish() while still locked and modifying the object.
38692     In fact,
38693     I'm surprised that it doesn't deadlock.  It should.
38694
38695  test/test-object.c | 22 ++++++++++++++++++++++
38696  1 file changed, 22 insertions(+)
38697
38698 commit abe636b8761e47ea60b193c7e72a044de224d172
38699 Author: Behdad Esfahbod <behdad@behdad.org>
38700 Date:   Tue May 10 17:55:40 2011 -0400
38701
38702     Add DOAP file
38703
38704  Makefile.am   |  6 +++++-
38705  harfbuzz.doap | 24 ++++++++++++++++++++++++
38706  2 files changed, 29 insertions(+), 1 deletion(-)
38707
38708 commit f82c18630471216a04e4e3ad42396da4e6d74cba
38709 Author: Behdad Esfahbod <behdad@behdad.org>
38710 Date:   Tue May 10 17:48:34 2011 -0400
38711
38712     [test/blob] Fix bug in test
38713
38714  test/test-blob.c | 3 ++-
38715  1 file changed, 2 insertions(+), 1 deletion(-)
38716
38717 commit 785d23acd0ce72d399f9c5021bebc854872648af
38718 Author: Behdad Esfahbod <behdad@behdad.org>
38719 Date:   Tue May 10 17:41:44 2011 -0400
38720
38721     [test/blob] Add create_sub_blob()
38722
38723  test/test-blob.c | 17 +++++++++++++++++
38724  1 file changed, 17 insertions(+)
38725
38726 commit 0617b1558234673d3924f37541be01b04d36f05a
38727 Author: Behdad Esfahbod <behdad@behdad.org>
38728 Date:   Tue May 10 17:37:08 2011 -0400
38729
38730     [test] Test blob API
38731
38732  test/Makefile.am   |   1 +
38733  test/test-blob.c   | 280
38734  +++++++++++++++++++++++++++++++++++++++++++++++++++++
38735  test/test-buffer.c | 149 ++++++++++++++--------------
38736  3 files changed, 359 insertions(+), 71 deletions(-)
38737
38738 commit 1c9f8717eb12c37c219333cbb0d123e1d2da4896
38739 Author: Behdad Esfahbod <behdad@behdad.org>
38740 Date:   Fri May 6 22:28:26 2011 -0400
38741
38742     [API] Simplify blob API, remove lock
38743
38744  TODO                        |   2 -
38745  src/hb-blob.cc              | 206
38746  ++++++++++++++++++--------------------------
38747  src/hb-blob.h               |  19 ++--
38748  src/hb-font.cc              |   2 -
38749  src/hb-open-type-private.hh |  32 ++++---
38750  src/hb-ot-layout.cc         |   7 +-
38751  test/test-object.c          |   2 +-
38752  7 files changed, 118 insertions(+), 152 deletions(-)
38753
38754 commit 71cef14ac3de07e4fed0a2903b1f0f639406ec6c
38755 Author: Behdad Esfahbod <behdad@behdad.org>
38756 Date:   Fri May 6 19:30:59 2011 -0400
38757
38758     Add -Bsymbolic-functions to linker flags
38759
38760  configure.ac | 3 +++
38761  1 file changed, 3 insertions(+)
38762
38763 commit ab428aeab724ca40341318b66640f992cd72d2fc
38764 Author: Behdad Esfahbod <behdad@behdad.org>
38765 Date:   Fri May 6 19:30:46 2011 -0400
38766
38767     [TODO] Update
38768
38769  TODO | 2 +-
38770  1 file changed, 1 insertion(+), 1 deletion(-)
38771
38772 commit a0f337a1cce1788dbf3147b459e7f615acbfe81b
38773 Author: Behdad Esfahbod <behdad@behdad.org>
38774 Date:   Fri May 6 19:20:52 2011 -0400
38775
38776     Remove unused hb_blob_try_writable_inplace()
38777
38778  src/hb-blob.cc | 20 --------------------
38779  src/hb-blob.h  |  3 ---
38780  2 files changed, 23 deletions(-)
38781
38782 commit 08611d5194144bbf5d96a1110aeb812db06e0901
38783 Author: Behdad Esfahbod <behdad@behdad.org>
38784 Date:   Fri May 6 16:28:10 2011 -0400
38785
38786     Add note re deadlocks
38787
38788  src/hb-common.cc        | 1 +
38789  src/hb-mutex-private.hh | 4 ++++
38790  2 files changed, 5 insertions(+)
38791
38792 commit 34fb5521a5fbb6b95ceff4bbac42a62628bc9f31
38793 Author: Behdad Esfahbod <behdad@behdad.org>
38794 Date:   Fri May 6 00:04:28 2011 -0400
38795
38796     [API] Add hb_language_get_default()
38797
38798     It uses locale information to detect default language.  It's used by
38799     hb_shape() whenever language is not set on the buffer.
38800
38801     Not sure how to properly test it in the test suite.  Tested by
38802     observing
38803     that with DejaVu Sans we select the proper local glyph version
38804     for U+431
38805     under Serbian locale.  See http://www.pango.org/ScriptGallery
38806
38807  src/hb-common.cc   | 21 +++++++++++++++++++++
38808  src/hb-common.h    |  3 +++
38809  src/hb-shape.cc    |  2 +-
38810  test/test-common.c |  5 +++++
38811  4 files changed, 30 insertions(+), 1 deletion(-)
38812
38813 commit c78f4485587cc1dee07e772c164a13fde9d2859f
38814 Author: Behdad Esfahbod <behdad@behdad.org>
38815 Date:   Thu May 5 21:31:04 2011 -0400
38816
38817     [API] Add version macros and functions
38818
38819     Step version up to 0.5.0.
38820
38821     Also, fix to pass "make distcheck"
38822
38823  configure.ac                 | 24 ++++++++++++-----
38824  src/Makefile.am              |  9 +++++++
38825  src/check-c-linkage-decls.sh |  2 +-
38826  src/hb-common.cc             | 29 +++++++++++++++++++++
38827  src/hb-version.h.in          | 62
38828  ++++++++++++++++++++++++++++++++++++++++++++
38829  src/hb.h                     |  1 +
38830  test/Makefile.am             |  2 ++
38831  7 files changed, 122 insertions(+), 7 deletions(-)
38832
38833 commit 9ff819f6571fd0d570f271162d7a30d97ee64148
38834 Author: Behdad Esfahbod <behdad@behdad.org>
38835 Date:   Thu May 5 19:47:59 2011 -0400
38836
38837     Add disable-static libtool flag
38838
38839     No one who builds harfbuzz static uses the autotools build system
38840     to do it.
38841
38842  configure.ac | 2 +-
38843  1 file changed, 1 insertion(+), 1 deletion(-)
38844
38845 commit 7ca7571ef91754274f6c84bbf988962d74a74098
38846 Author: Behdad Esfahbod <behdad@behdad.org>
38847 Date:   Thu May 5 19:47:12 2011 -0400
38848
38849     Remove win32-dll libtool flag
38850
38851     Since we're not win32-dll clean the way libtool docs define it.
38852
38853  configure.ac | 2 +-
38854  1 file changed, 1 insertion(+), 1 deletion(-)
38855
38856 commit 174e3fe89b72729c9c34c647544a2dc1bf63cd84
38857 Author: Behdad Esfahbod <behdad@behdad.org>
38858 Date:   Thu May 5 19:37:53 2011 -0400
38859
38860     Add AC_CANONICAL_HOST
38861
38862  configure.ac | 10 ++++++++++
38863  1 file changed, 10 insertions(+)
38864
38865 commit e6a5b88c01420366a70e0c9ae1775fb3c930cb8b
38866 Author: Behdad Esfahbod <behdad@behdad.org>
38867 Date:   Thu May 5 16:24:42 2011 -0400
38868
38869     Fix build with older glib
38870
38871  configure.ac   |  2 +-
38872  test/hb-test.h | 55
38873  +++++++++++++++++++++++++++++++++----------------------
38874  2 files changed, 34 insertions(+), 23 deletions(-)
38875
38876 commit 3935af1c0d0f53a5fd6054e1ee219f3adda42dca
38877 Author: Behdad Esfahbod <behdad@behdad.org>
38878 Date:   Thu May 5 16:09:45 2011 -0400
38879
38880     [buffer] Remove wrong optimization
38881
38882     While the cluster fields of the glyph string are usually sorted, they
38883     wouldn't be in special cases (for example for non-native direction).
38884     Blindly using bsearch is plain wrong.  If we want to reintroduce this
38885     optimization we have to make sure we know the buffer clusters are
38886     monotonic and in which direction.  Not sure it's worth it though.
38887
38888  src/hb-buffer.cc | 16 +++-------------
38889  1 file changed, 3 insertions(+), 13 deletions(-)
38890
38891 commit 46df6828513d56cd60467e36cbe45aa06648f488
38892 Author: Behdad Esfahbod <behdad@behdad.org>
38893 Date:   Thu May 5 15:33:19 2011 -0400
38894
38895     Make user_data access threadsafe
38896
38897     For now, by taking a global user_data mutex.
38898
38899  src/hb-common.cc         | 25 +++++++++++++++++++++++--
38900  src/hb-object-private.hh |  2 --
38901  2 files changed, 23 insertions(+), 4 deletions(-)
38902
38903 commit 218e67b9eefa26e2e4fe43f99a84d082b185b1b0
38904 Author: Behdad Esfahbod <behdad@behdad.org>
38905 Date:   Thu May 5 15:28:37 2011 -0400
38906
38907     Shrink code
38908
38909  src/hb-common.cc         | 26 ++++++++++++++++++++++++++
38910  src/hb-object-private.hh | 21 ++++-----------------
38911  2 files changed, 30 insertions(+), 17 deletions(-)
38912
38913 commit b8d6183ebc4697a434776cf2aec7857d63a7d881
38914 Author: Behdad Esfahbod <behdad@behdad.org>
38915 Date:   Thu May 5 15:14:04 2011 -0400
38916
38917     Use threadsafe set implementation for hb_language lookups
38918
38919     Note that the static variable has to be a global static, as gcc
38920     implements local statics differently and that would require linking
38921     to libstdc++, which we don't want.
38922
38923  src/hb-common.cc | 6 ++++--
38924  1 file changed, 4 insertions(+), 2 deletions(-)
38925
38926 commit d37486d87b65c5abaaa2998fa5c9e48eedde0933
38927 Author: Behdad Esfahbod <behdad@behdad.org>
38928 Date:   Thu May 5 15:07:54 2011 -0400
38929
38930     Add hb_threadsafe_set_t
38931
38932  src/hb-mutex-private.hh | 54
38933  +++++++++++++++++++++++++++++++++++++++++++++++++
38934  src/hb-private.hh       |  3 +--
38935  2 files changed, 55 insertions(+), 2 deletions(-)
38936
38937 commit b45f32ee4e599c515ce93e44315283d236b073bb
38938 Author: Behdad Esfahbod <behdad@behdad.org>
38939 Date:   Thu May 5 15:00:43 2011 -0400
38940
38941     Use hb_array_t for hb_language_t mapping
38942
38943  src/hb-common.cc         | 48
38944  ++++++++++++++++++++++--------------------------
38945  src/hb-object-private.hh |  4 ++--
38946  src/hb-private.hh        | 19 +++++++++++++++----
38947  3 files changed, 39 insertions(+), 32 deletions(-)
38948
38949 commit 21d2c92fdf7307c7117f8948021f0dd7d5a5d2a3
38950 Author: Behdad Esfahbod <behdad@behdad.org>
38951 Date:   Thu May 5 14:47:53 2011 -0400
38952
38953     Move code around
38954
38955  src/hb-object-private.hh | 28 ++++++++++++++--------------
38956  1 file changed, 14 insertions(+), 14 deletions(-)
38957
38958 commit 448ea9bf63104d39f87fff66219034222fa632b8
38959 Author: Behdad Esfahbod <behdad@behdad.org>
38960 Date:   Thu May 5 14:39:24 2011 -0400
38961
38962     [TODO] Remove done items
38963
38964  TODO | 9 ---------
38965  1 file changed, 9 deletions(-)
38966
38967 commit 265ac614ea6d26041c7d64739098b76a82bbc4f4
38968 Author: Behdad Esfahbod <behdad@behdad.org>
38969 Date:   Thu May 5 14:38:16 2011 -0400
38970
38971     Replace fixed-size lookup_maps array with hb_array_t
38972
38973  src/hb-ot-map-private.hh | 13 +++++--------
38974  src/hb-ot-map.cc         | 47
38975  +++++++++++++++++++++++++----------------------
38976  src/hb-private.hh        |  6 ++----
38977  3 files changed, 32 insertions(+), 34 deletions(-)
38978
38979 commit 6843569d2c70c1771ce964e3d1a4cf91e14e7687
38980 Author: Behdad Esfahbod <behdad@behdad.org>
38981 Date:   Thu May 5 14:12:37 2011 -0400
38982
38983     Replace fixed-size feature_maps array with hb_array_t
38984
38985  src/hb-ot-map-private.hh | 10 +++-------
38986  src/hb-ot-map.cc         | 12 ++++++------
38987  src/hb-ot-shape.cc       |  2 +-
38988  src/hb-private.hh        | 42 +++++++++++++++++++++++++++++-------------
38989  4 files changed, 39 insertions(+), 27 deletions(-)
38990
38991 commit 44b0a4d2fc62689fc56ef57f412b4bb1e439a614
38992 Author: Behdad Esfahbod <behdad@behdad.org>
38993 Date:   Thu May 5 13:42:19 2011 -0400
38994
38995     Replace fixed-size feature_infos array with hb_array_t
38996
38997  src/hb-ot-map-private.hh |  9 +++++----
38998  src/hb-ot-map.cc         |  9 +++++----
38999  src/hb-private.hh        | 12 ++++++++++++
39000  3 files changed, 22 insertions(+), 8 deletions(-)
39001
39002 commit b214ec3ac0ce6568e9226fd09661d52de11dca96
39003 Author: Behdad Esfahbod <behdad@behdad.org>
39004 Date:   Thu May 5 13:24:07 2011 -0400
39005
39006     Minor
39007
39008  src/hb-private.hh | 4 ++--
39009  1 file changed, 2 insertions(+), 2 deletions(-)
39010
39011 commit 811482bd650fb5652a9835471ae8ecf0fb185611
39012 Author: Behdad Esfahbod <behdad@behdad.org>
39013 Date:   Thu May 5 13:21:04 2011 -0400
39014
39015     Replace hb_map_t with hb_set_t which is more intuitive and flexible
39016
39017  src/hb-object-private.hh | 24 ++++++++++++++----------
39018  src/hb-private.hh        | 44
39019  +++++++++++++++++---------------------------
39020  test/test-object.c       |  4 ++++
39021  3 files changed, 35 insertions(+), 37 deletions(-)
39022
39023 commit 478a42536ff7ab777a7774fbfdb9c5e51334a14e
39024 Author: Behdad Esfahbod <behdad@behdad.org>
39025 Date:   Thu May 5 12:39:51 2011 -0400
39026
39027     Make array/map implementation more generic
39028
39029  src/hb-object-private.hh |  2 ++
39030  src/hb-private.hh        | 13 +++++++------
39031  2 files changed, 9 insertions(+), 6 deletions(-)
39032
39033 commit b81bd42951e1ce1569b29168015d3c5a2dacf773
39034 Author: Behdad Esfahbod <behdad@behdad.org>
39035 Date:   Thu May 5 00:21:16 2011 -0400
39036
39037     Make hb_mutex_*() macros take a pointer
39038
39039     More intuitive.
39040
39041  src/hb-blob.cc          | 28 ++++++++++++++--------------
39042  src/hb-mutex-private.hh | 32 ++++++++++++++++----------------
39043  2 files changed, 30 insertions(+), 30 deletions(-)
39044
39045 commit a4b1900913c91aa9db74c4fdfa7c691a5cdf02a8
39046 Author: Behdad Esfahbod <behdad@behdad.org>
39047 Date:   Thu May 5 00:17:43 2011 -0400
39048
39049     Add hb_static_mutex_t
39050
39051  src/hb-mutex-private.hh | 8 ++++++++
39052  1 file changed, 8 insertions(+)
39053
39054 commit 56eb5ad6f94c32189ad219438db9a18683ca6846
39055 Author: Behdad Esfahbod <behdad@behdad.org>
39056 Date:   Wed May 4 19:27:37 2011 -0400
39057
39058     Move code around
39059
39060     Mutex (and Windows.h by extension) are fairly isolated now.
39061
39062  src/Makefile.am          |   8 ++--
39063  src/hb-blob-private.hh   |  60 ---------------------------
39064  src/hb-blob.cc           |  24 ++++++++++-
39065  src/hb-font-private.hh   |   3 --
39066  src/hb-font.cc           |  12 +++---
39067  src/hb-mutex-private.hh  | 105
39068  +++++++++++++++++++++++++++++++++++++++++++++++
39069  src/hb-object-private.hh |  33 ++-------------
39070  src/hb-unicode.cc        |   1 -
39071  8 files changed, 141 insertions(+), 105 deletions(-)
39072
39073 commit d292885893395dcb345dce1010e5c8628a715ef4
39074 Author: Behdad Esfahbod <behdad@behdad.org>
39075 Date:   Tue May 3 01:03:53 2011 -0400
39076
39077     [ft] Fix font->face handling
39078
39079     Don't use _cached()
39080
39081  src/hb-ft.cc | 7 +++++--
39082  1 file changed, 5 insertions(+), 2 deletions(-)
39083
39084 commit 2000179487b49e0d504ec127450dc6fcb5568cec
39085 Author: Behdad Esfahbod <behdad@behdad.org>
39086 Date:   Tue May 3 00:49:06 2011 -0400
39087
39088     Move Win32 thread-safety stuff to hb-object-private.h
39089
39090     The Win32 definitions for LONG, ULONG, etc conflicts with
39091     hb-open-type.h.  Avoid that by making sure hb-object-private.h
39092     and hb-open-type.h are not included in the same compilation unit.
39093
39094  src/hb-common.cc         | 54 ---------------------------------------
39095  src/hb-object-private.hh | 66
39096  ++++++++++++++++++++++++++++++++++++++++++++++++
39097  src/hb-private.hh        | 66
39098  ------------------------------------------------
39099  3 files changed, 66 insertions(+), 120 deletions(-)
39100
39101 commit 266b34418c9bbe23ccaf29cb354b58c465fa3b22
39102 Author: Behdad Esfahbod <behdad@behdad.org>
39103 Date:   Tue May 3 00:35:53 2011 -0400
39104
39105     Refactor to keep hb-object-private.h and hb-open-type.h separate
39106
39107     Needed to be able to include <Windows.h> from hb-object-private.h.
39108
39109  src/hb-font.cc              | 19 ++++----------
39110  src/hb-ot-layout-private.hh | 60
39111  +++++++++++++++++++++++++--------------------
39112  src/hb-ot-layout.cc         | 28 ++++++++++++++++++---
39113  3 files changed, 63 insertions(+), 44 deletions(-)
39114
39115 commit d4141a44b97377a65e6d2a3e03b3709307af38c1
39116 Author: Behdad Esfahbod <behdad@behdad.org>
39117 Date:   Tue May 3 00:19:18 2011 -0400
39118
39119     [blob] Implement sub_blob() in terms of create()
39120
39121     Fixes problem with uninitialized sub_blob->mutex among other things.
39122
39123     Reported by Bradley Grainger.
39124
39125  src/hb-blob.cc | 12 +++++-------
39126  1 file changed, 5 insertions(+), 7 deletions(-)
39127
39128 commit fc52e9e44c2fe84d63f18dc0098720830f0b467d
39129 Author: Behdad Esfahbod <behdad@behdad.org>
39130 Date:   Tue May 3 00:09:16 2011 -0400
39131
39132     Implement win32 thread-safety stuff
39133
39134     Patch from Bradley Grainger.
39135
39136  src/hb-common.cc  | 54
39137  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
39138  src/hb-private.hh | 30 +++++++++++++++++++++++++-----
39139  2 files changed, 79 insertions(+), 5 deletions(-)
39140
39141 commit f55272ecde857c116f97a3195f3abd1df3be4b86
39142 Author: Behdad Esfahbod <behdad@behdad.org>
39143 Date:   Mon May 2 20:57:28 2011 -0400
39144
39145     Add hb_mutex_free() and use it
39146
39147     Based on patch by Bradley Grainger.
39148
39149  src/hb-blob.cc    |  1 +
39150  src/hb-private.hh | 16 +++++++++-------
39151  2 files changed, 10 insertions(+), 7 deletions(-)
39152
39153 commit 8d5186484b28b5f629b523e067d7d5166eec557a
39154 Author: Behdad Esfahbod <behdad@behdad.org>
39155 Date:   Mon May 2 20:52:21 2011 -0400
39156
39157     Cosmetic
39158
39159  src/hb-private.hh | 2 +-
39160  1 file changed, 1 insertion(+), 1 deletion(-)
39161
39162 commit 72657e4ce757dcb055a8db7291b68f96f0d34bfb
39163 Author: Behdad Esfahbod <behdad@behdad.org>
39164 Date:   Mon May 2 20:46:32 2011 -0400
39165
39166     [API] Make hb_font_create() take a face and reference it
39167
39168  src/hb-font-private.hh           |  2 ++
39169  src/hb-font.cc                   | 42
39170  +++++++++++++++++++++++++---------------
39171  src/hb-font.h                    | 26 ++++++++++++++-----------
39172  src/hb-ft.cc                     |  7 +------
39173  src/hb-ot-layout-gdef-private.hh |  2 +-
39174  src/hb-ot-layout-gpos-private.hh |  2 +-
39175  src/hb-ot-layout.cc              | 10 ++++------
39176  src/hb-ot-layout.h               |  2 --
39177  src/hb-ot-map-private.hh         |  2 +-
39178  src/hb-ot-shape.cc               | 23 +++++++++++-----------
39179  src/hb-ot-shape.h                |  1 -
39180  src/hb-shape.cc                  | 18 ++---------------
39181  src/hb-shape.h                   |  1 -
39182  src/hb-view.cc                   |  4 +---
39183  test/test-object.c               |  7 +++++--
39184  15 files changed, 70 insertions(+), 79 deletions(-)
39185
39186 commit cec6611c5ce84d69d910bf7e9ec1fdd594398f9f
39187 Author: Behdad Esfahbod <behdad@behdad.org>
39188 Date:   Mon May 2 20:18:58 2011 -0400
39189
39190     Protect NULL in a couple places
39191
39192  src/hb-font.cc | 6 +++---
39193  1 file changed, 3 insertions(+), 3 deletions(-)
39194
39195 commit 5a5030366e40baa8d96ca67b47a52ad5af143157
39196 Author: Behdad Esfahbod <behdad@behdad.org>
39197 Date:   Mon May 2 19:54:29 2011 -0400
39198
39199     Fix bug in array growth implementation
39200
39201     With this, test/object is now passing.  Yay!
39202
39203  src/hb-private.hh | 24 +++++++++++-------------
39204  1 file changed, 11 insertions(+), 13 deletions(-)
39205
39206 commit 16123e10700436df18d14e37371bb621b31ea5d1
39207 Author: Behdad Esfahbod <behdad@behdad.org>
39208 Date:   Mon May 2 19:54:17 2011 -0400
39209
39210     Fix bug in map implementation
39211
39212  src/hb-private.hh | 2 +-
39213  1 file changed, 1 insertion(+), 1 deletion(-)
39214
39215 commit 1cd5969f253528b1fc05a06c7a9f222baa29f68d
39216 Author: Behdad Esfahbod <behdad@behdad.org>
39217 Date:   Mon May 2 19:53:39 2011 -0400
39218
39219     [object] Fix bug in get_user_data() implementation
39220
39221  src/hb-object-private.hh | 7 ++++---
39222  1 file changed, 4 insertions(+), 3 deletions(-)
39223
39224 commit db99589529a22a2113bcef1680ab6d9b934f382e
39225 Author: Behdad Esfahbod <behdad@behdad.org>
39226 Date:   Mon May 2 19:52:47 2011 -0400
39227
39228     [test/object] Add test for object lifecycle stuff
39229
39230     Revealed many bugs in the (untested and known buggy) user_data
39231     support.
39232
39233  test/Makefile.am   |   4 +
39234  test/test-object.c | 316
39235  +++++++++++++++++++++++++++++++++++++++++++++++++++++
39236  2 files changed, 320 insertions(+)
39237
39238 commit f74d6c81f14f117b3cecfb65f0d5df22849c9a07
39239 Author: Behdad Esfahbod <behdad@behdad.org>
39240 Date:   Mon May 2 19:52:32 2011 -0400
39241
39242     Cosmetic
39243
39244  test/test-unicode.c | 10 +++++-----
39245  1 file changed, 5 insertions(+), 5 deletions(-)
39246
39247 commit 4911062d5be0d937ee8f1a70cc93e05d162f45b3
39248 Author: Behdad Esfahbod <behdad@behdad.org>
39249 Date:   Mon May 2 19:36:39 2011 -0400
39250
39251     [API] Rename hb_blob_create_empty() to hb_blob_get_empty()
39252
39253  src/hb-blob.cc              | 2 +-
39254  src/hb-blob.h               | 2 +-
39255  src/hb-font.cc              | 2 +-
39256  src/hb-open-type-private.hh | 2 +-
39257  4 files changed, 4 insertions(+), 4 deletions(-)
39258
39259 commit 1ab1d3e38cdf8e7331efdbc4ef0c02ee9d5c8c04
39260 Author: Behdad Esfahbod <behdad@behdad.org>
39261 Date:   Mon May 2 19:35:53 2011 -0400
39262
39263     [face] Return nil face if blob is inert
39264
39265  src/hb-font.cc | 3 +++
39266  1 file changed, 3 insertions(+)
39267
39268 commit e87867cb88280e3f3a38d829e359cb686168b2cb
39269 Author: Behdad Esfahbod <behdad@behdad.org>
39270 Date:   Mon May 2 19:35:05 2011 -0400
39271
39272     [buffer] Fail in _create() if we cannot pre-allocate the requested
39273     size
39274
39275  src/hb-buffer.cc | 8 +++++---
39276  1 file changed, 5 insertions(+), 3 deletions(-)
39277
39278 commit cd361ec9a1b2bfc271e5490dbfc0a870fd5c439a
39279 Author: Behdad Esfahbod <behdad@behdad.org>
39280 Date:   Mon May 2 16:54:05 2011 -0400
39281
39282     Cosmetic
39283
39284  test/test-unicode.c | 2 +-
39285  1 file changed, 1 insertion(+), 1 deletion(-)
39286
39287 commit c784c67a28f5b92d396eaa9529d57ef91a5cb9ac
39288 Author: Behdad Esfahbod <behdad@behdad.org>
39289 Date:   Mon May 2 15:59:57 2011 -0400
39290
39291     [unicode] Make _get_parent() return _nil object instead of NULL
39292
39293  src/hb-unicode.cc   | 29 ++++++++++++-----------------
39294  test/test-unicode.c |  2 +-
39295  2 files changed, 13 insertions(+), 18 deletions(-)
39296
39297 commit 07e22779abd089d5921bf2d19d4a3bf1bd0173c6
39298 Author: Behdad Esfahbod <behdad@behdad.org>
39299 Date:   Mon May 2 14:58:04 2011 -0400
39300
39301     [test/unicode] Add script roundtrip tests for glib and ICU
39302
39303  test/test-unicode.c | 70
39304  ++++++++++++++++++++++++++++++++++++++++++++++++-----
39305  1 file changed, 64 insertions(+), 6 deletions(-)
39306
39307 commit 7cda65935c73c277550f6ac12f6730e96d4852a7
39308 Author: Behdad Esfahbod <behdad@behdad.org>
39309 Date:   Mon May 2 14:33:53 2011 -0400
39310
39311     [test/unicode] Better test chainup
39312
39313  test/test-unicode.c | 54
39314  ++++++++++++++++++++++++++++++++++++++++++++++++-----
39315  1 file changed, 49 insertions(+), 5 deletions(-)
39316
39317 commit 250c59225ead28449deb11522dee3819480a19b4
39318 Author: Behdad Esfahbod <behdad@behdad.org>
39319 Date:   Mon May 2 14:21:30 2011 -0400
39320
39321     [test/unicode] Port the _custom test to test all property setters
39322
39323  test/test-unicode.c | 186
39324  +++++++++++++++++++++++++++++-----------------------
39325  1 file changed, 104 insertions(+), 82 deletions(-)
39326
39327 commit e74b5b339ab0af53d893ec84a0955d5aa508fed3
39328 Author: Behdad Esfahbod <behdad@behdad.org>
39329 Date:   Mon May 2 14:03:55 2011 -0400
39330
39331     [test/unicode] Test Unicode 5.2+ but don't fail
39332
39333  test/test-unicode.c | 21 +++++++++++++++++++--
39334  1 file changed, 19 insertions(+), 2 deletions(-)
39335
39336 commit c763aa42b46eaee95359806cab56fa632ff3ad58
39337 Author: Behdad Esfahbod <behdad@behdad.org>
39338 Date:   Mon May 2 13:52:17 2011 -0400
39339
39340     [test/buffer] Clean up testing
39341
39342     Getting the hang of how to cleanly use gtest.
39343
39344  test/test-buffer.c | 154
39345  +++++++++++++++++++++++++++++------------------------
39346  1 file changed, 85 insertions(+), 69 deletions(-)
39347
39348 commit 819e9d9e5310e67e8dcce9fa885f8a086a9b9ee8
39349 Author: Behdad Esfahbod <behdad@behdad.org>
39350 Date:   Mon May 2 12:38:54 2011 -0400
39351
39352     Minor
39353
39354  test/test-unicode.c | 5 ++++-
39355  1 file changed, 4 insertions(+), 1 deletion(-)
39356
39357 commit 03034acb8a9fdd33135bc3775a1f932da9ebdd42
39358 Author: Behdad Esfahbod <behdad@behdad.org>
39359 Date:   Mon May 2 12:37:45 2011 -0400
39360
39361     [icu] Make sure we return script UNKNOWN instead of INVALID
39362
39363  src/hb-icu.cc | 3 +++
39364  1 file changed, 3 insertions(+)
39365
39366 commit d02985ec5a24c659a0a133cc6bc103f1d76bcb29
39367 Author: Behdad Esfahbod <behdad@behdad.org>
39368 Date:   Mon May 2 12:35:14 2011 -0400
39369
39370     ISO 15924 fixes
39371
39372     Update to http://unicode.org/iso15924
39373
39374     Fixes some of the test failures in test-unicode with ICU.  Still
39375     one more to fix before the test passes.
39376
39377  src/hb-common.cc | 10 ++++++++--
39378  src/hb-common.h  |  5 +++--
39379  src/hb-ot-tag.cc |  2 --
39380  3 files changed, 11 insertions(+), 6 deletions(-)
39381
39382 commit e8e29c725a72c2e991cd1c4422a020457e1684e9
39383 Author: Behdad Esfahbod <behdad@behdad.org>
39384 Date:   Mon May 2 12:06:18 2011 -0400
39385
39386     [test/unicode] Add log messages
39387
39388     Use with --verbose to see what's failing
39389
39390  test/test-unicode.c | 9 ++++++---
39391  1 file changed, 6 insertions(+), 3 deletions(-)
39392
39393 commit 208c2c31501f6eb2b81b6bf80fcf39f4646eb38b
39394 Author: Behdad Esfahbod <behdad@behdad.org>
39395 Date:   Sun May 1 20:04:01 2011 -0400
39396
39397     Minor
39398
39399  test/test-unicode.c | 478
39400  ++++++++++++++++++++++++++--------------------------
39401  1 file changed, 243 insertions(+), 235 deletions(-)
39402
39403 commit 60833efaf1310c3f18e150b61daaeb0074ae3d91
39404 Author: Behdad Esfahbod <behdad@behdad.org>
39405 Date:   Fri Apr 29 16:49:57 2011 -0400
39406
39407     [test/unicode] Add testing of all unicode properties
39408
39409     ICU fails for now.
39410
39411  test/hb-test.h      |   4 +-
39412  test/test-unicode.c | 432
39413  +++++++++++++++++++++++++++++++++++++++++++++++++---
39414  2 files changed, 416 insertions(+), 20 deletions(-)
39415
39416 commit da96ee072fa3544c3d36cf0b82ada11806789d70
39417 Author: Behdad Esfahbod <behdad@behdad.org>
39418 Date:   Fri Apr 29 12:17:09 2011 -0400
39419
39420     [test/unicode] Test is/make_immutable()
39421
39422  test/test-unicode.c | 46 ++++++++++++++++++++++++++++++----------------
39423  1 file changed, 30 insertions(+), 16 deletions(-)
39424
39425 commit 6af9cff5e17e82100b435c8d21aed0765296d58d
39426 Author: Behdad Esfahbod <behdad@behdad.org>
39427 Date:   Fri Apr 29 12:00:38 2011 -0400
39428
39429     [test/unicode] Use text fixture instead of static variables
39430
39431  src/hb-unicode-private.hh |   2 +-
39432  src/hb-unicode.h          |   2 +-
39433  test/test-buffer.c        |   2 +-
39434  test/test-c.c             |   1 +
39435  test/test-common.c        |   3 +-
39436  test/test-cplusplus.cc    |   1 +
39437  test/test-unicode.c       | 112
39438  +++++++++++++++++++++++++++-------------------
39439  7 files changed, 74 insertions(+), 49 deletions(-)
39440
39441 commit 13db3d40bfc09c68f9761a71435b1840b9d34099
39442 Author: Behdad Esfahbod <behdad@behdad.org>
39443 Date:   Thu Apr 28 19:44:45 2011 -0400
39444
39445     [test/buffer] Add UTF-16 tests
39446
39447  test/test-buffer.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
39448  1 file changed, 46 insertions(+), 2 deletions(-)
39449
39450 commit 243673d601588a6f704ceafbff5dd5cdf66c47b7
39451 Author: Behdad Esfahbod <behdad@behdad.org>
39452 Date:   Thu Apr 28 19:37:51 2011 -0400
39453
39454     [test/buffer] Add more extensive UTF-8 test data from glib
39455
39456  src/hb-buffer.cc   |   2 +-
39457  test/test-buffer.c | 317
39458  ++++++++++++++++++++++++++++++++++++++++++++++++++---
39459  2 files changed, 303 insertions(+), 16 deletions(-)
39460
39461 commit dfec67f958482e5c3bb01e06b08694cd4ded6f66
39462 Author: Behdad Esfahbod <behdad@behdad.org>
39463 Date:   Thu Apr 28 18:34:42 2011 -0400
39464
39465     [test/buffer] Add initial utf-8 tests
39466
39467  test/hb-test.h     | 25 ++++++++++++++++++++++++-
39468  test/test-buffer.c | 46 +++++++++++++++++++++++++++++++++++++++++++++-
39469  2 files changed, 69 insertions(+), 2 deletions(-)
39470
39471 commit aafe395ab550d3ba2fabc69155662e87d45e74a8
39472 Author: Behdad Esfahbod <behdad@behdad.org>
39473 Date:   Thu Apr 28 17:10:44 2011 -0400
39474
39475     Add test suite infrastructure
39476
39477     Wraps around glib for convenience and ease of use.
39478
39479  test/Makefile.am    |   1 +
39480  test/hb-test.h      | 132
39481  ++++++++++++++++++++++++++++++++++++++++++++++++----
39482  test/test-buffer.c  |  29 ++++++------
39483  test/test-common.c  |  14 +++---
39484  test/test-unicode.c |  32 ++++++-------
39485  5 files changed, 160 insertions(+), 48 deletions(-)
39486
39487 commit c7ffe2ad5f6e97e26d14e2cc0d4098af8f5f36d0
39488 Author: Behdad Esfahbod <behdad@behdad.org>
39489 Date:   Thu Apr 28 16:03:29 2011 -0400
39490
39491     [API Remove hb_font_funcs_copy()
39492
39493     Will be adding font_funcs subclassing instead.
39494
39495  src/hb-font.cc | 13 -------------
39496  src/hb-font.h  |  3 ---
39497  2 files changed, 16 deletions(-)
39498
39499 commit 30f34d08d445722320db711c3ddf41e66225752c
39500 Author: Behdad Esfahbod <behdad@behdad.org>
39501 Date:   Thu Apr 28 16:02:40 2011 -0400
39502
39503     [TODO] Remove finished items
39504
39505  TODO          |  2 --
39506  src/hb-font.h | 10 ----------
39507  2 files changed, 12 deletions(-)
39508
39509 commit 080a0eb7d82d7195be72c16ece6e0a3ffed636b6
39510 Author: Behdad Esfahbod <behdad@behdad.org>
39511 Date:   Thu Apr 28 16:01:01 2011 -0400
39512
39513     Add _hb_unsigned_int_mul_overflows
39514
39515  src/hb-buffer.cc                 | 7 ++-----
39516  src/hb-open-type-private.hh      | 2 +-
39517  src/hb-ot-layout-gsub-private.hh | 2 +-
39518  src/hb-private.hh                | 9 ++++++++-
39519  4 files changed, 12 insertions(+), 8 deletions(-)
39520
39521 commit 1d39d6e42b3d7628512d675a84a831a0f58624eb
39522 Author: Behdad Esfahbod <behdad@behdad.org>
39523 Date:   Thu Apr 28 15:54:16 2011 -0400
39524
39525     Desable possibly lethal test on 64-bit machines
39526
39527  test/test-buffer.c | 9 ++++++---
39528  1 file changed, 6 insertions(+), 3 deletions(-)
39529
39530 commit 3264042873fd639f3ef8ff0acfad777a0a9f3355
39531 Author: Behdad Esfahbod <behdad@behdad.org>
39532 Date:   Thu Apr 28 14:24:16 2011 -0400
39533
39534     [test/buffer] Test pre_allocate() and allocation_successful()
39535
39536  src/hb-buffer.cc   |  3 ++-
39537  test/test-buffer.c | 26 +++++++++++++++++++++++++-
39538  2 files changed, 27 insertions(+), 2 deletions(-)
39539
39540 commit 123aa04f7b3241d6e43de2d472c4a1cbdb250ac7
39541 Author: Behdad Esfahbod <behdad@behdad.org>
39542 Date:   Thu Apr 28 12:58:28 2011 -0400
39543
39544     Fix possible but improbable overflow in hb_array_t
39545
39546  src/hb-private.hh | 2 +-
39547  1 file changed, 1 insertion(+), 1 deletion(-)
39548
39549 commit e0db4b868f9fdd8e680890f87dd4e13a1c27b7a1
39550 Author: Behdad Esfahbod <behdad@behdad.org>
39551 Date:   Thu Apr 28 12:56:49 2011 -0400
39552
39553     [buffer] More error handling
39554
39555     Should be all set now.
39556
39557  src/hb-buffer-private.hh |  2 +-
39558  src/hb-buffer.cc         | 60
39559  +++++++++++++++++++++++++++++++++---------------
39560  2 files changed, 43 insertions(+), 19 deletions(-)
39561
39562 commit 15c57e04bf05026ef424f8ae912d2f379301bf93
39563 Author: Behdad Esfahbod <behdad@behdad.org>
39564 Date:   Thu Apr 28 12:28:54 2011 -0400
39565
39566     [test/buffer] Add test pre_alloc(); hangs in the buffer code right now
39567
39568     Because the following loop overflows:
39569
39570       while (size > new_allocated)
39571           new_allocated += (new_allocated >> 1) + 32;
39572
39573  test/test-buffer.c | 33 ++++++++++++++++++++++++++-------
39574  1 file changed, 26 insertions(+), 7 deletions(-)
39575
39576 commit 1e5527e2d60ed3b4a5adf62b258415ec3aef41fb
39577 Author: Behdad Esfahbod <behdad@behdad.org>
39578 Date:   Thu Apr 28 12:15:24 2011 -0400
39579
39580     [test/buffer] Test reset(), set_length(), and set/get_unicode_data()
39581
39582  test/test-buffer.c | 66
39583  ++++++++++++++++++++++++++++++++++++++++++++++++------
39584  1 file changed, 59 insertions(+), 7 deletions(-)
39585
39586 commit db126b5448ec802285cf2b6f0e7da412d02dfb28
39587 Author: Behdad Esfahbod <behdad@behdad.org>
39588 Date:   Thu Apr 28 11:56:29 2011 -0400
39589
39590     [test/buffer] Test reverse() and reverse_clusters()
39591
39592  test/test-buffer.c | 61
39593  ++++++++++++++++++++++++++++++++++++++++++++++++++----
39594  1 file changed, 57 insertions(+), 4 deletions(-)
39595
39596 commit 5fa849b77d49da2212825ebb1bea9145713b8449
39597 Author: Behdad Esfahbod <behdad@behdad.org>
39598 Date:   Wed Apr 27 21:46:01 2011 -0400
39599
39600     [API] Add _set/get_user_data() for all objects
39601
39602  src/hb-blob.cc    | 17 +++++++++++++++++
39603  src/hb-blob.h     | 12 ++++++++++++
39604  src/hb-buffer.cc  | 16 ++++++++++++++++
39605  src/hb-buffer.h   | 10 ++++++++++
39606  src/hb-font.cc    | 51
39607  +++++++++++++++++++++++++++++++++++++++++++++++++++
39608  src/hb-font.h     | 36 ++++++++++++++++++++++++++++++++++++
39609  src/hb-unicode.cc | 17 +++++++++++++++++
39610  src/hb-unicode.h  | 12 ++++++++++++
39611  8 files changed, 171 insertions(+)
39612
39613 commit 852e08ec8fbfbce1d50e571d0bb0b52ef4d4cc58
39614 Author: Behdad Esfahbod <behdad@behdad.org>
39615 Date:   Wed Apr 27 21:45:51 2011 -0400
39616
39617     Move code around
39618
39619  src/hb-object-private.hh | 153
39620  ++++++++++-------------------------------------
39621  src/hb-private.hh        | 136 +++++++++++++++++++++++++++++++++++++----
39622  2 files changed, 157 insertions(+), 132 deletions(-)
39623
39624 commit 29c67d3f70b081766a6c01353980f457f38aeb12
39625 Author: Behdad Esfahbod <behdad@behdad.org>
39626 Date:   Wed Apr 27 21:22:32 2011 -0400
39627
39628     Add initial implementation of user_data to objects
39629
39630  src/hb-common.h          |  11 ++-
39631  src/hb-object-private.hh | 186
39632  ++++++++++++++++++++++++++++++++++++++++++++++-
39633  2 files changed, 193 insertions(+), 4 deletions(-)
39634
39635 commit 47e71d9661946a4ffb96026bf1d697d788414ab5
39636 Author: Behdad Esfahbod <behdad@behdad.org>
39637 Date:   Wed Apr 27 16:38:03 2011 -0400
39638
39639     [object] Remove unnecessary use of macros
39640
39641  TODO                     |  2 --
39642  src/hb-blob.cc           | 18 +++++++++---------
39643  src/hb-buffer.cc         |  6 +++---
39644  src/hb-font.cc           | 30 +++++++++++++++---------------
39645  src/hb-object-private.hh |  9 ---------
39646  src/hb-unicode.cc        |  8 ++++----
39647  6 files changed, 31 insertions(+), 42 deletions(-)
39648
39649 commit 8be1420f8fd0e5c53282245d6830efbee5c7409d
39650 Author: Behdad Esfahbod <behdad@behdad.org>
39651 Date:   Wed Apr 27 16:14:04 2011 -0400
39652
39653     [blob] Use HB_FUNC instead of __FUNCTION__
39654
39655  src/hb-blob.cc | 24 ++++++++++++------------
39656  1 file changed, 12 insertions(+), 12 deletions(-)
39657
39658 commit ae008b90cfc2028e878100f78b21d70f923a6044
39659 Author: Behdad Esfahbod <behdad@behdad.org>
39660 Date:   Wed Apr 27 16:12:12 2011 -0400
39661
39662     [object] Add tracing support back in
39663
39664  src/hb-object-private.hh | 38 ++++++++++++++++++++++++++------------
39665  1 file changed, 26 insertions(+), 12 deletions(-)
39666
39667 commit 5b7f38979fa90117861fe327477de1707f117a8c
39668 Author: Behdad Esfahbod <behdad@behdad.org>
39669 Date:   Wed Apr 27 15:10:12 2011 -0400
39670
39671     GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
39672
39673     With gcc on arm, request 8-bit structure alignment.
39674
39675  configure.ac | 10 +++++++++-
39676  1 file changed, 9 insertions(+), 1 deletion(-)
39677
39678 commit 39a840ae65327b173e6eb1bb291e235a8305d7a1
39679 Author: Behdad Esfahbod <behdad@behdad.org>
39680 Date:   Wed Apr 27 14:48:19 2011 -0400
39681
39682     [API] Add hb_direction_from/to_string()
39683
39684     And hb-view --direction argument.
39685
39686  TODO               |  1 -
39687  src/hb-common.cc   | 36 ++++++++++++++++++++++++++++++++++++
39688  src/hb-common.h    |  6 ++++++
39689  src/hb-view.cc     | 13 ++++++++++---
39690  test/test-common.c | 21 ++++++++++++++++++++-
39691  5 files changed, 72 insertions(+), 5 deletions(-)
39692
39693 commit f1425a549fef360c3750532de23604cd318999d8
39694 Author: Behdad Esfahbod <behdad@behdad.org>
39695 Date:   Wed Apr 27 12:15:06 2011 -0400
39696
39697     Rename hb-view.c and test.c to .cc files
39698
39699  src/Makefile.am               | 4 ++--
39700  src/{hb-view.c => hb-view.cc} | 2 +-
39701  src/{test.c => test.cc}       | 5 ++++-
39702  3 files changed, 7 insertions(+), 4 deletions(-)
39703
39704 commit eb5796f58897ecfb9d76fd99915bf1a30669a0fa
39705 Author: Behdad Esfahbod <behdad@behdad.org>
39706 Date:   Wed Apr 27 12:14:53 2011 -0400
39707
39708     [TODO] Add hb-view items
39709
39710  TODO | 10 ++++++++++
39711  1 file changed, 10 insertions(+)
39712
39713 commit 65e0063eae2f3adb25315b8bd7b0e7757aa960f3
39714 Author: Behdad Esfahbod <behdad@behdad.org>
39715 Date:   Wed Apr 27 09:33:58 2011 -0400
39716
39717     Make buffer size growth start from 32 instead of 8
39718
39719  src/hb-buffer.cc | 2 +-
39720  1 file changed, 1 insertion(+), 1 deletion(-)
39721
39722 commit d4bee9f813bb299b1c4aab7c33d588be2a7d354b
39723 Author: Behdad Esfahbod <behdad@behdad.org>
39724 Date:   Wed Apr 27 09:24:37 2011 -0400
39725
39726     [API] Add hb_unicode_funcs_get_default()
39727
39728  src/hb-buffer.cc          |  4 ++--
39729  src/hb-glib.cc            |  5 +++--
39730  src/hb-icu.cc             |  5 +++--
39731  src/hb-unicode-private.hh | 11 +++++++++++
39732  src/hb-unicode.cc         |  7 +++++++
39733  src/hb-unicode.h          |  8 ++++++++
39734  src/hb-view.c             | 13 ++++++-------
39735  test/test-unicode.c       | 11 ++++++++++-
39736  8 files changed, 50 insertions(+), 14 deletions(-)
39737
39738 commit 153142dac8dd9abaf164bb88af07c600c17fc3a1
39739 Author: Behdad Esfahbod <behdad@behdad.org>
39740 Date:   Wed Apr 27 01:49:03 2011 -0400
39741
39742     Replace simple macros with inline functions for better type safety
39743
39744     Now that we use C++ for all source code, lets benefit from it!
39745
39746     The hb_be_int16/32_get/put/eq() macros grow code size if replaced with
39747     inline functions, so leave them as is.
39748
39749  src/hb-open-type-private.hh |  4 ++--
39750  src/hb-private.hh           | 30 +++++++++++++++++++++---------
39751  2 files changed, 23 insertions(+), 11 deletions(-)
39752
39753 commit 40a9b8154f929947f4693bf90c64301afa407c3f
39754 Author: Behdad Esfahbod <behdad@behdad.org>
39755 Date:   Wed Apr 27 01:48:56 2011 -0400
39756
39757     Add TODO item
39758
39759  src/hb-object-private.hh | 1 +
39760  1 file changed, 1 insertion(+)
39761
39762 commit ebdc83467c31574daa118fc18cd2ef2dc819b503
39763 Author: Behdad Esfahbod <behdad@behdad.org>
39764 Date:   Wed Apr 27 01:41:24 2011 -0400
39765
39766     Don't return in void function
39767
39768     Would have been nice if gcc had warned...
39769
39770  src/hb-private.hh | 2 +-
39771  1 file changed, 1 insertion(+), 1 deletion(-)
39772
39773 commit ec6f9c2fd03a49d1e91cbaefa5bdbbfb35dff92e
39774 Author: Behdad Esfahbod <behdad@behdad.org>
39775 Date:   Thu Apr 21 18:35:58 2011 -0400
39776
39777     Further simplify object handling
39778
39779  src/hb-object-private.hh | 53
39780  ++++++++++++++++++++++++------------------------
39781  1 file changed, 27 insertions(+), 26 deletions(-)
39782
39783 commit fca368c4682624346a0aaee690e1ad6ed4c0b337
39784 Author: Behdad Esfahbod <behdad@behdad.org>
39785 Date:   Thu Apr 21 18:24:02 2011 -0400
39786
39787     Add hb_object_header_t which is the common part of all objects
39788
39789     Makes way for adding arbitrary user_data support.
39790
39791  src/hb-blob-private.hh    |  3 +-
39792  src/hb-blob.cc            |  2 +-
39793  src/hb-buffer-private.hh  |  9 +++--
39794  src/hb-buffer.cc          |  2 +-
39795  src/hb-font-private.hh    |  7 ++--
39796  src/hb-font.cc            |  7 ++--
39797  src/hb-ft.cc              |  3 +-
39798  src/hb-glib.cc            |  3 +-
39799  src/hb-icu.cc             |  3 +-
39800  src/hb-object-private.hh  | 95
39801  ++++++++++++++++++++++++++---------------------
39802  src/hb-private.hh         |  5 +--
39803  src/hb-unicode-private.hh |  6 ++-
39804  src/hb-unicode.cc         |  3 +-
39805  13 files changed, 82 insertions(+), 66 deletions(-)
39806
39807 commit a9f24c802956d57180d71b83e96a0fb81197df4a
39808 Author: Behdad Esfahbod <behdad@behdad.org>
39809 Date:   Thu Apr 21 17:18:22 2011 -0400
39810
39811     Move hb_reference_count_t to hb-private.h
39812
39813  src/hb-object-private.hh | 17 -----------------
39814  src/hb-private.hh        | 20 ++++++++++++++++++++
39815  2 files changed, 20 insertions(+), 17 deletions(-)
39816
39817 commit 2409d5f8d7dd8b535ce5ea29e933f7db27d33793
39818 Author: Behdad Esfahbod <behdad@behdad.org>
39819 Date:   Thu Apr 21 17:14:28 2011 -0400
39820
39821     Update Copyright headers
39822
39823  COPYING                                 | 15 ++++++++-------
39824  src/hb-blob-private.hh                  |  2 +-
39825  src/hb-blob.cc                          |  2 +-
39826  src/hb-blob.h                           |  2 +-
39827  src/hb-buffer-private.hh                |  4 ++--
39828  src/hb-buffer.cc                        |  6 +++---
39829  src/hb-buffer.h                         |  6 +++---
39830  src/hb-common.cc                        |  4 +++-
39831  src/hb-common.h                         |  4 +++-
39832  src/hb-font-private.hh                  |  4 +++-
39833  src/hb-font.cc                          |  2 +-
39834  src/hb-font.h                           |  2 +-
39835  src/hb-ft.cc                            |  4 ++--
39836  src/hb-ft.h                             |  2 +-
39837  src/hb-glib.cc                          |  4 +++-
39838  src/hb-glib.h                           |  4 +++-
39839  src/hb-icu.cc                           |  6 ++++--
39840  src/hb-icu.h                            |  4 +++-
39841  src/hb-object-private.hh                |  6 ++++--
39842  src/hb-open-file-private.hh             |  2 +-
39843  src/hb-open-type-private.hh             |  2 +-
39844  src/hb-ot-head-private.hh               |  2 +-
39845  src/hb-ot-layout-common-private.hh      |  4 ++--
39846  src/hb-ot-layout-gdef-private.hh        |  4 ++--
39847  src/hb-ot-layout-gpos-private.hh        |  4 ++--
39848  src/hb-ot-layout-gsub-private.hh        |  4 ++--
39849  src/hb-ot-layout-gsubgpos-private.hh    |  4 ++--
39850  src/hb-ot-layout-private.hh             |  2 +-
39851  src/hb-ot-layout.cc                     |  6 +++---
39852  src/hb-ot-layout.h                      |  2 +-
39853  src/hb-ot-map-private.hh                |  4 ++--
39854  src/hb-ot-map.cc                        |  4 ++--
39855  src/hb-ot-shape-complex-arabic-table.hh |  2 +-
39856  src/hb-ot-shape-complex-arabic.cc       |  2 +-
39857  src/hb-ot-shape-complex-private.hh      |  2 +-
39858  src/hb-ot-shape-private.hh              |  2 +-
39859  src/hb-ot-shape.cc                      |  4 ++--
39860  src/hb-ot-shape.h                       |  2 +-
39861  src/hb-ot-tag.cc                        |  4 +++-
39862  src/hb-ot-tag.h                         |  2 +-
39863  src/hb-ot.h                             |  2 +-
39864  src/hb-private.hh                       |  4 +++-
39865  src/hb-shape.cc                         |  2 +-
39866  src/hb-shape.h                          |  2 +-
39867  src/hb-unicode-private.hh               |  4 ++--
39868  src/hb-unicode.cc                       |  4 ++--
39869  src/hb-unicode.h                        |  4 +++-
39870  src/hb-view.c                           |  4 ++--
39871  src/hb.h                                |  2 +-
39872  src/main.cc                             |  2 +-
39873  src/test.c                              |  2 +-
39874  test/hb-test.h                          | 17 ++++++++++++++++-
39875  test/test-buffer.c                      |  2 +-
39876  test/test-c.c                           |  2 +-
39877  test/test-common.c                      |  2 +-
39878  test/test-cplusplus.cc                  |  2 +-
39879  test/test-unicode.c                     |  2 +-
39880  57 files changed, 122 insertions(+), 84 deletions(-)
39881
39882 commit 08da7a3841ca7dfcb627314cae1c3a668b9c7236
39883 Author: Behdad Esfahbod <behdad@behdad.org>
39884 Date:   Thu Apr 21 16:59:10 2011 -0400
39885
39886     [hb-view] Accept numbers in feature tag name
39887
39888     Reported by Adam Twardoch.
39889
39890  src/hb-view.c | 6 +++---
39891  1 file changed, 3 insertions(+), 3 deletions(-)
39892
39893 commit 24229eb13268a422efffbcb28a094b726824c7f0
39894 Author: Behdad Esfahbod <behdad@behdad.org>
39895 Date:   Thu Apr 21 16:55:17 2011 -0400
39896
39897     Remove obsolete comment
39898
39899     Talking to Ryan Lortie, he thinks my comment doesn't make sense.
39900
39901     So I'm making the getter const.  Note that g_atomic_int_get()
39902     casts that away itself, so we don't need to worry about that
39903     (which kinda makes me uncomfortable actually).
39904
39905  src/hb-object-private.hh | 16 ++--------------
39906  1 file changed, 2 insertions(+), 14 deletions(-)
39907
39908 commit dcb7026f33cbcdf60e9b7fcdd44c64cc08702c74
39909 Author: Behdad Esfahbod <behdad@behdad.org>
39910 Date:   Thu Apr 21 16:34:22 2011 -0400
39911
39912     Add ASSERT_STATIC_EXPR macro
39913
39914     Unused right now.
39915
39916  src/hb-private.hh | 2 ++
39917  1 file changed, 2 insertions(+)
39918
39919 commit 3e8bdbf9414291da5cf61213d5f4275c1ae23ae5
39920 Author: Behdad Esfahbod <behdad@behdad.org>
39921 Date:   Thu Apr 21 16:16:21 2011 -0400
39922
39923     Cleanup hb_refrence_count_t
39924
39925  src/hb-object-private.hh | 23 ++++++++++++++++++-----
39926  src/hb-private.hh        |  6 +++---
39927  2 files changed, 21 insertions(+), 8 deletions(-)
39928
39929 commit 783a7d69696bf0b1502ec9c1495e482e491c78e0
39930 Author: Behdad Esfahbod <behdad@behdad.org>
39931 Date:   Thu Apr 21 16:03:59 2011 -0400
39932
39933     [TODO] Remove finished items
39934
39935  TODO         | 6 +-----
39936  src/hb-ft.cc | 1 -
39937  2 files changed, 1 insertion(+), 6 deletions(-)
39938
39939 commit da975419884a535281745f30f4b32fee0bc8a7a1
39940 Author: Behdad Esfahbod <behdad@behdad.org>
39941 Date:   Thu Apr 21 15:08:01 2011 -0400
39942
39943     [API] Allow negative font x_scale/y_scale
39944
39945     I was reconsidering whether y should grow down, since all three/four
39946     times I've used this API I was tricked and got that wrong in my use.
39947     So I was very inclined to make y grow down instead of up.  However,
39948     considering that the font space has y up and it would be very
39949     confusing
39950     for callbacks to work against that, I decided that what I really want
39951     is for the user to be able to set y_scale to a negative number
39952     to imply
39953     that user-space y grows down.
39954
39955     Changing x_scale/y_scale from unsigned int to int allows that,
39956     and I've
39957     made pango to use that instead of negating glyph y_offset later.
39958     hb-ft
39959     however still has y group up.  I *guess* that's how FreeType works?
39960     I'm not sure, FreeType docs don't make this clear...
39961
39962     I'm happy with the resolution :-).
39963
39964  src/hb-font.cc                     | 8 ++++----
39965  src/hb-font.h                      | 8 ++++----
39966  src/hb-ot-layout-common-private.hh | 6 +-----
39967  src/hb-ot-layout-private.hh        | 2 +-
39968  4 files changed, 10 insertions(+), 14 deletions(-)
39969
39970 commit 4d559cddbb3b3a5c12c5167eba69598618a9f283
39971 Author: Behdad Esfahbod <behdad@behdad.org>
39972 Date:   Thu Apr 21 14:58:23 2011 -0400
39973
39974     [icu] Remove big script switch(), rely on reverse-lookup
39975
39976  src/hb-icu.cc | 137
39977  ++++------------------------------------------------------
39978  1 file changed, 9 insertions(+), 128 deletions(-)
39979
39980 commit d18431b4cd8c1b14523733cd60a62b862f5b471f
39981 Author: Behdad Esfahbod <behdad@behdad.org>
39982 Date:   Wed Apr 20 18:59:10 2011 -0400
39983
39984     Move hb_reference_count_t from macros to inline methods
39985
39986  src/hb-object-private.hh | 25 +++++++++++--------------
39987  1 file changed, 11 insertions(+), 14 deletions(-)
39988
39989 commit c57d454accff66e5f2c58006e8fb40bc020b6182
39990 Author: Behdad Esfahbod <behdad@behdad.org>
39991 Date:   Wed Apr 20 18:50:27 2011 -0400
39992
39993     Rename all private sources and headers to C++ files
39994
39995     So we can liberally use the simple features of C++ that parts of the
39996     codebase is already using.
39997
39998  src/Makefile.am                                         | 17
39999  +++++++++--------
40000  src/{hb-blob-private.h => hb-blob-private.hh}           |  8 ++++----
40001  src/hb-blob.cc                                          |  4 ++--
40002  src/hb-buffer-private.hh                                |  2 +-
40003  src/{hb-common.c => hb-common.cc}                       |  8 ++++----
40004  src/{hb-font-private.h => hb-font-private.hh}           |  8 ++++----
40005  src/hb-font.cc                                          |  6 +++---
40006  src/{hb-ft.c => hb-ft.cc}                               |  4 ++--
40007  src/hb-glib.cc                                          |  2 +-
40008  src/hb-icu.cc                                           |  2 +-
40009  src/{hb-object-private.h => hb-object-private.hh}       | 10 ++++------
40010  src/hb-open-type-private.hh                             |  2 +-
40011  src/hb-ot-layout-gdef-private.hh                        |  2 +-
40012  src/hb-ot-layout-private.hh                             |  4 ++--
40013  ...abic-table.h => hb-ot-shape-complex-arabic-table.hh} |  8 ++++----
40014  src/hb-ot-shape-complex-arabic.cc                       |  2 +-
40015  src/hb-ot-shape-complex-private.hh                      |  2 +-
40016  src/hb-ot-shape-private.hh                              |  2 +-
40017  src/{hb-ot-tag.c => hb-ot-tag.cc}                       |  8 ++++----
40018  src/{hb-private.h => hb-private.hh}                     |  8 ++++----
40019  src/hb-shape.cc                                         |  2 +-
40020  src/hb-unicode-private.hh                               |  2 +-
40021  src/hb-unicode.cc                                       |  2 +-
40022  src/hb-view.c                                           |  6 ++++++
40023  24 files changed, 63 insertions(+), 58 deletions(-)
40024
40025 commit f19f4f9b0965ad7473a0f3a1ffcdbf16930e35d4
40026 Author: Behdad Esfahbod <behdad@behdad.org>
40027 Date:   Wed Apr 20 18:25:56 2011 -0400
40028
40029     Rename hb-blob.c to hb-blob.cc in preparation of more changes
40030
40031  src/Makefile.am               | 2 +-
40032  src/{hb-blob.c => hb-blob.cc} | 2 +-
40033  2 files changed, 2 insertions(+), 2 deletions(-)
40034
40035 commit 04744e73bad22d679986173b5f0d84dbbf49dd57
40036 Author: Behdad Esfahbod <behdad@behdad.org>
40037 Date:   Wed Apr 20 17:24:03 2011 -0400
40038
40039     [TODO] Remove done items
40040
40041  TODO | 6 ------
40042  1 file changed, 6 deletions(-)
40043
40044 commit 9417c1c0d2b005eadf0c087ca695121a6200d0f7
40045 Author: Behdad Esfahbod <behdad@behdad.org>
40046 Date:   Wed Apr 20 17:21:23 2011 -0400
40047
40048     [API] Make hb_face_reference_table() return empty blob instead of NULL
40049
40050     The idea here is that:
40051
40052       - Like pretty much all other API in harfbuzz, user does not have to
40053         check for NULL.
40054
40055       - In any caller code, the case of missing table should be handled
40056         exactly the same way that a too-short table is handled.  Turning
40057         a non-existent talbe into a table of size 0 makes the user code
40058         safer.
40059
40060  src/hb-font.cc              | 2 ++
40061  src/hb-open-type-private.hh | 3 ---
40062  2 files changed, 2 insertions(+), 3 deletions(-)
40063
40064 commit c035812feb0d385a9e8c334631738e4915912c71
40065 Author: Behdad Esfahbod <behdad@behdad.org>
40066 Date:   Wed Apr 20 17:03:00 2011 -0400
40067
40068     [API] Rename hb_face_get_table() to hb_face_reference_table()
40069
40070     That correctly reflects the reference ownership transfer happening.
40071
40072  src/hb-font.cc      | 4 ++--
40073  src/hb-font.h       | 7 ++-----
40074  src/hb-ot-layout.cc | 6 +++---
40075  src/hb-shape.cc     | 2 +-
40076  4 files changed, 8 insertions(+), 11 deletions(-)
40077
40078 commit 2d7b61a4b0ed212ca414b3281c2eae3e3db19c13
40079 Author: Behdad Esfahbod <behdad@behdad.org>
40080 Date:   Wed Apr 20 16:40:56 2011 -0400
40081
40082     [TODO] Remove done items
40083
40084  TODO        | 10 ++--------
40085  src/hb-ft.h |  2 +-
40086  2 files changed, 3 insertions(+), 9 deletions(-)
40087
40088 commit af02933739e03a156b9f7761fd7a63e2a02d0df1
40089 Author: Behdad Esfahbod <behdad@behdad.org>
40090 Date:   Wed Apr 20 15:49:31 2011 -0400
40091
40092     [API] Remove hb_*_get_reference_count()
40093
40094     This was a bizzare piece of API that I inherited from cairo.  It has
40095     been wrong adding them to cairo in the first place.  Remove them
40096     before
40097     someone uses them!
40098
40099  src/hb-blob.c           |  6 ------
40100  src/hb-blob.h           |  3 ---
40101  src/hb-buffer.cc        |  6 ------
40102  src/hb-buffer.h         |  3 ---
40103  src/hb-font.cc          | 18 ------------------
40104  src/hb-font.h           |  9 ---------
40105  src/hb-object-private.h |  7 -------
40106  src/hb-unicode.cc       |  6 ------
40107  src/hb-unicode.h        |  3 ---
40108  test/test-unicode.c     | 24 ------------------------
40109  10 files changed, 85 deletions(-)
40110
40111 commit 440a76b630a36a7336c93e8b05d988c6407b085e
40112 Author: Behdad Esfahbod <behdad@behdad.org>
40113 Date:   Wed Apr 20 14:20:00 2011 -0400
40114
40115     [OT] Fix script to ot-script-tag conversion
40116
40117  src/hb-ot-tag.c | 4 ++--
40118  1 file changed, 2 insertions(+), 2 deletions(-)
40119
40120 commit a3036a3e97b14c8eb1df208aed944207f9b6cc0b
40121 Author: Behdad Esfahbod <behdad@behdad.org>
40122 Date:   Wed Apr 20 14:13:23 2011 -0400
40123
40124     Minor
40125
40126  src/hb-view.c | 1 -
40127  1 file changed, 1 deletion(-)
40128
40129 commit fb6291d9c9224bedf207bf0077ad9f0a2690f867
40130 Author: Behdad Esfahbod <behdad@behdad.org>
40131 Date:   Wed Apr 20 03:15:31 2011 -0400
40132
40133     [test] Add test for headers included from C and C++
40134
40135  test/Makefile.am       | 17 +++++++++++++++++
40136  test/test-c.c          | 49
40137  +++++++++++++++++++++++++++++++++++++++++++++++++
40138  test/test-cplusplus.cc | 29 +++++++++++++++++++++++++++++
40139  3 files changed, 95 insertions(+)
40140
40141 commit 107a50581ccab7df7c390d5b927fdab1bbe8e713
40142 Author: Behdad Esfahbod <behdad@behdad.org>
40143 Date:   Wed Apr 20 03:04:56 2011 -0400
40144
40145     [test] Add todo items
40146
40147  test/test-unicode.c | 3 +++
40148  1 file changed, 3 insertions(+)
40149
40150 commit 5668189c12c264e8d2caf0d12dac918363ef6f80
40151 Author: Behdad Esfahbod <behdad@behdad.org>
40152 Date:   Wed Apr 20 03:03:32 2011 -0400
40153
40154     [API] font: move user_data before destroy()
40155
40156     This is the common convention for language binding tools.
40157
40158  src/hb-font-private.h |  4 ++--
40159  src/hb-font.cc        | 30 +++++++++++++++---------------
40160  src/hb-font.h         | 12 ++++++------
40161  src/hb-ft.c           |  8 ++++----
40162  4 files changed, 27 insertions(+), 27 deletions(-)
40163
40164 commit e5847f75fb7bd25c5db6061d8e20d61fa469f9fe
40165 Author: Behdad Esfahbod <behdad@behdad.org>
40166 Date:   Wed Apr 20 02:59:28 2011 -0400
40167
40168     [API] blob: move user_data before destroy()
40169
40170     This is the common convention for language binding tools.
40171
40172  src/hb-blob-private.h |  2 +-
40173  src/hb-blob.c         | 16 ++++++++--------
40174  src/hb-blob.h         |  4 ++--
40175  3 files changed, 11 insertions(+), 11 deletions(-)
40176
40177 commit 1fd73b594d611624ccb73f614c61298debf48994
40178 Author: Behdad Esfahbod <behdad@behdad.org>
40179 Date:   Wed Apr 20 02:56:39 2011 -0400
40180
40181     [test] Rename test-types to test-common
40182
40183  test/Makefile.am                     | 2 +-
40184  test/{test-types.c => test-common.c} | 0
40185  2 files changed, 1 insertion(+), 1 deletion(-)
40186
40187 commit f144a8ea840c6452c1fece2fd988b42a8ea7c5a6
40188 Author: Behdad Esfahbod <behdad@behdad.org>
40189 Date:   Wed Apr 20 02:54:42 2011 -0400
40190
40191     [icu] Add two-way script conversion functions
40192
40193     Also optimizes the common-direction script lookup.
40194
40195  src/hb-common.c   |   5 +-
40196  src/hb-icu.cc     | 205
40197  +++++++++++++++++++++++++++++-------------------------
40198  src/hb-icu.h      |   9 +++
40199  test/test-types.c |   2 +-
40200  4 files changed, 124 insertions(+), 97 deletions(-)
40201
40202 commit 0809aadd4bbd5d0f256407def7cc10b79772a824
40203 Author: Behdad Esfahbod <behdad@behdad.org>
40204 Date:   Wed Apr 20 02:44:29 2011 -0400
40205
40206     [glib] Add two-way script conversion functions
40207
40208     Also optimizes the common-direction script lookup to be an array
40209     lookup.
40210
40211  src/hb-glib.cc | 270
40212  ++++++++++++++++++++++++++++++---------------------------
40213  src/hb-glib.h  |   8 ++
40214  2 files changed, 148 insertions(+), 130 deletions(-)
40215
40216 commit 5c8c1b680c4fa23c8574b9aebd21113e276f57a3
40217 Author: Behdad Esfahbod <behdad@behdad.org>
40218 Date:   Wed Apr 20 02:29:22 2011 -0400
40219
40220     Remove verbose comments
40221
40222  src/hb-glib.cc | 194 ++++++++++++++++++++---------------------
40223  src/hb-icu.cc  | 266
40224  ++++++++++++++++++++++++++++-----------------------------
40225  2 files changed, 230 insertions(+), 230 deletions(-)
40226
40227 commit fb194b8794898f51eb596fa4092c26606889d376
40228 Author: Behdad Esfahbod <behdad@behdad.org>
40229 Date:   Wed Apr 20 02:00:47 2011 -0400
40230
40231     unicode: Cleanup implementation
40232
40233  src/Makefile.am                                    |   8 +-
40234  src/hb-buffer-private.hh                           |   2 +-
40235  src/{hb-glib.c => hb-glib.cc}                      |  65 +++----
40236  src/{hb-icu.c => hb-icu.cc}                        |  30 +--
40237  src/hb-ot-shape.cc                                 |  14 +-
40238  src/hb-shape.cc                                    |   4 +-
40239  ...{hb-unicode-private.h => hb-unicode-private.hh} |  65 ++++---
40240  src/{hb-unicode.c => hb-unicode.cc}                | 213
40241  +++++++++------------
40242  src/hb-unicode.h                                   |  57 +++---
40243  test/test-unicode.c                                |  23 ++-
40244  10 files changed, 237 insertions(+), 244 deletions(-)
40245
40246 commit ecfb773829a5d98a4f5456a992f3e5ecd6731435
40247 Author: Behdad Esfahbod <behdad@behdad.org>
40248 Date:   Wed Apr 20 01:34:51 2011 -0400
40249
40250     Cosmetic
40251
40252  src/hb-unicode.h | 22 +++++++++-------------
40253  1 file changed, 9 insertions(+), 13 deletions(-)
40254
40255 commit 2fd0c577e322ccbf762927bc4600b3ea31db4c80
40256 Author: Ryan Lortie <desrt@desrt.ca>
40257 Date:   Wed Apr 20 00:19:20 2011 -0400
40258
40259     [API] unicode: rework virtual functions for subclassing
40260
40261     Unicode data providers can now be subclassed, including support for
40262     chain-up.  The interface should now be nicely bindable, as well.
40263
40264     Also fix glib unicode funcs that where broken after hb_script_t
40265     changes.  Nicely caught by the test-unicode.c added in this commit.
40266
40267  src/hb-glib.c            | 186 ++++++++++++++++++++++++++++++++++++--
40268  src/hb-icu.c             |  45 +++++++--
40269  src/hb-ot-shape.cc       |   9 +-
40270  src/hb-shape.cc          |   2 +-
40271  src/hb-unicode-private.h |  17 ++++
40272  src/hb-unicode.c         | 231
40273  +++++++++++++++++++++++++----------------------
40274  src/hb-unicode.h         |  68 +++++++-------
40275  test/Makefile.am         |   1 +
40276  test/test-unicode.c      | 215
40277  +++++++++++++++++++++++++++++++++++++++++++
40278  9 files changed, 610 insertions(+), 164 deletions(-)
40279
40280 commit f85faee9b3cb841ea977403945e2c877ab32b97a
40281 Author: Behdad Esfahbod <behdad@behdad.org>
40282 Date:   Tue Apr 19 00:38:01 2011 -0400
40283
40284     [API] Rename hb_buffer_add_glyph() to hb_buffer_add()
40285
40286  src/hb-buffer.cc   | 10 +++++-----
40287  src/hb-buffer.h    |  8 ++++----
40288  test/test-buffer.c |  2 +-
40289  3 files changed, 10 insertions(+), 10 deletions(-)
40290
40291 commit aab0de50e23727b69fa8c3d4e05c50c114c62835
40292 Author: Behdad Esfahbod <behdad@behdad.org>
40293 Date:   Tue Apr 19 00:32:19 2011 -0400
40294
40295     [API] Add hb_buffer_allocation_successful()
40296
40297     Returns the error status of the buffer.
40298
40299  src/hb-buffer.cc   | 6 ++++++
40300  src/hb-buffer.h    | 6 ++++++
40301  test/test-buffer.c | 2 +-
40302  3 files changed, 13 insertions(+), 1 deletion(-)
40303
40304 commit 02a534b23f2d1e7475109563b9f61221ed020e8b
40305 Author: Ryan Lortie <desrt@desrt.ca>
40306 Date:   Fri Apr 15 18:34:45 2011 -0400
40307
40308     [API] Rename hb_buffer_ensure() to hb_buffer_pre_allocate()
40309
40310     The new name is self-documenting.
40311
40312  src/hb-buffer.cc | 4 ++--
40313  src/hb-buffer.h  | 4 ++--
40314  2 files changed, 4 insertions(+), 4 deletions(-)
40315
40316 commit 70566befc59cfa8b9c43ac682749c40ea783b1dd
40317 Author: Ryan Lortie <desrt@desrt.ca>
40318 Date:   Fri Apr 15 18:32:36 2011 -0400
40319
40320     [API} hb_buffer_get_glyph_{infos,positions}: Add length out parameter
40321
40322     Return the length, whenever we return an array.  Makes it easier
40323     on the
40324     language bindings.
40325
40326  src/hb-buffer.cc                 | 12 ++++++++++--
40327  src/hb-buffer.h                  |  6 ++++--
40328  src/hb-ot-layout-gpos-private.hh |  4 ++--
40329  src/hb-view.c                    |  4 ++--
40330  test/test-buffer.c               |  7 ++-----
40331  5 files changed, 20 insertions(+), 13 deletions(-)
40332
40333 commit 62879eebd9965179af8602ba29ac0a64a739b757
40334 Author: Behdad Esfahbod <behdad@behdad.org>
40335 Date:   Mon Apr 18 23:40:21 2011 -0400
40336
40337     [API] Use ISO 15924 tags for hb_script_t
40338
40339     This simplifies the code, reduces static data, and makes the design
40340     more extensible to future additions of new scripts.
40341
40342  src/hb-common.c                    | 411
40343  ++++---------------------------------
40344  src/hb-common.h                    | 199 +++++++++---------
40345  src/hb-ot-map.cc                   |   4 +-
40346  src/hb-ot-shape-complex-private.hh |   3 +-
40347  src/hb-ot-tag.c                    | 228 +++++++++-----------
40348  src/hb-ot-tag.h                    |   6 +-
40349  src/hb-shape.cc                    |   4 +-
40350  test/test-types.c                  |   2 +-
40351  8 files changed, 252 insertions(+), 605 deletions(-)
40352
40353 commit c0af193c8e25c4f11d23b8893e9ce1c2d2615bb2
40354 Author: Behdad Esfahbod <behdad@behdad.org>
40355 Date:   Fri Apr 15 19:26:24 2011 -0400
40356
40357     Change buffer default properties to invalid
40358
40359     This includes HB_DIRECTION_INVALID and HB_SCRIPT_INVALID.
40360
40361     The INVALID will cause a "guess whatever from the text" in hb_shape().
40362     While it's not ideal, it works better than the previous defaults at
40363     least (HB_DIRECTION_LTR and HB_SCRIPT_COMMON).
40364
40365  src/hb-buffer-private.hh |  9 +++------
40366  src/hb-buffer.cc         | 24 ++++++++++++++++--------
40367  src/hb-view.c            |  6 ++----
40368  test/test-buffer.c       |  4 ++--
40369  4 files changed, 23 insertions(+), 20 deletions(-)
40370
40371 commit 00bec2c969555e76c3f84650a1d3c45308e585ad
40372 Author: Behdad Esfahbod <behdad@behdad.org>
40373 Date:   Fri Apr 15 19:16:54 2011 -0400
40374
40375     Move enum types to hb-common.h
40376
40377  src/hb-common.c  | 406
40378  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
40379  src/hb-common.h  | 170 +++++++++++++++++++++++
40380  src/hb-unicode.c | 406
40381  -------------------------------------------------------
40382  src/hb-unicode.h | 166 -----------------------
40383  4 files changed, 576 insertions(+), 572 deletions(-)
40384
40385 commit 5dd4609f4da5674966a0169d9fa533ac5bc9f464
40386 Author: Behdad Esfahbod <behdad@behdad.org>
40387 Date:   Fri Apr 15 19:16:34 2011 -0400
40388
40389     [TODO] Add new item
40390
40391  TODO | 1 +
40392  1 file changed, 1 insertion(+)
40393
40394 commit b54cd07b2623b68171e00179a9dc3ecbea7aa6a1
40395 Author: Behdad Esfahbod <behdad@behdad.org>
40396 Date:   Fri Apr 15 19:12:01 2011 -0400
40397
40398     Mark internal buffer variables private
40399
40400  src/hb-buffer.h | 4 ++++
40401  1 file changed, 4 insertions(+)
40402
40403 commit 0e8d35c0932ddc20ebf430f2fd82c087da698954
40404 Author: Behdad Esfahbod <behdad@behdad.org>
40405 Date:   Fri Apr 15 19:07:10 2011 -0400
40406
40407     Add hb_script_from_string()
40408
40409  src/hb-unicode.c | 6 ++++++
40410  src/hb-unicode.h | 4 ++++
40411  src/hb-view.c    | 2 +-
40412  3 files changed, 11 insertions(+), 1 deletion(-)
40413
40414 commit 8f0d7e0c3fd4b05c43ac449be4f374dc2dc56127
40415 Author: Behdad Esfahbod <behdad@behdad.org>
40416 Date:   Fri Apr 15 18:59:56 2011 -0400
40417
40418     Remove hb_buffer_clear_positions(), add hb_ot_layout_position_start()
40419
40420  src/hb-buffer-private.hh |  6 +++++-
40421  src/hb-buffer.cc         | 24 ++++++++++++------------
40422  src/hb-buffer.h          |  5 +----
40423  src/hb-ot-layout.cc      |  6 ++++++
40424  src/hb-ot-layout.h       |  4 ++++
40425  src/hb-ot-shape.cc       |  2 +-
40426  6 files changed, 29 insertions(+), 18 deletions(-)
40427
40428 commit 2fc56edff6d64f190271454ccb1b5fd347d4f172
40429 Author: Behdad Esfahbod <behdad@behdad.org>
40430 Date:   Fri Apr 15 18:35:08 2011 -0400
40431
40432     [API] Remove hb_buffer_clear()
40433
40434     One should use hb_buffer_reset() really.
40435
40436  src/hb-buffer.cc   | 16 +++++-----------
40437  src/hb-buffer.h    |  4 ----
40438  test/test-buffer.c |  4 ----
40439  3 files changed, 5 insertions(+), 19 deletions(-)
40440
40441 commit 7f5bdc80541cdc90aa1acafba5e9e0bd2df53ff4
40442 Author: Behdad Esfahbod <behdad@behdad.org>
40443 Date:   Fri Apr 15 18:34:55 2011 -0400
40444
40445     [TODO] Remove done items
40446
40447  TODO | 4 ----
40448  1 file changed, 4 deletions(-)
40449
40450 commit 5814dfa3f5aa41bc3df06b78980d57d7bea0ba58
40451 Author: Behdad Esfahbod <behdad@behdad.org>
40452 Date:   Fri Apr 15 14:41:04 2011 -0400
40453
40454     Cosmetic
40455
40456  src/hb-ot-shape.cc | 14 +++++++-------
40457  src/hb-ot-shape.h  |  4 ++--
40458  src/hb-shape.cc    | 20 ++++++++++----------
40459  src/hb-shape.h     | 10 +++++-----
40460  4 files changed, 24 insertions(+), 24 deletions(-)
40461
40462 commit cfbfeb88a6ec059ea97a6624e63cfacc642b685a
40463 Author: Behdad Esfahbod <behdad@behdad.org>
40464 Date:   Fri Apr 15 12:40:40 2011 -0400
40465
40466     [TODO] Remove done items
40467
40468  TODO | 4 ----
40469  1 file changed, 4 deletions(-)
40470
40471 commit 3cbdf70e0a92f1c24e16c0d4dcfbec4ac59a77a3
40472 Author: Behdad Esfahbod <behdad@behdad.org>
40473 Date:   Fri Apr 15 12:32:06 2011 -0400
40474
40475     Make hb_language_t typesafe
40476
40477  src/hb-common.c | 18 +++++++++++-------
40478  src/hb-common.h |  2 +-
40479  2 files changed, 12 insertions(+), 8 deletions(-)
40480
40481 commit 2f2f448af35c232d18888c0e57cb21c9796ba7a8
40482 Author: Behdad Esfahbod <behdad@behdad.org>
40483 Date:   Fri Apr 15 11:45:14 2011 -0400
40484
40485     [test] Add more TODO items
40486
40487  test/test-buffer.c | 2 ++
40488  1 file changed, 2 insertions(+)
40489
40490 commit c910bec863215f918c659f58debbc7fe5264d7b6
40491 Author: Behdad Esfahbod <behdad@behdad.org>
40492 Date:   Wed Apr 13 15:49:06 2011 -0400
40493
40494     Add hb_buffer_reset() and hb_buffer_set_length()
40495
40496  src/hb-buffer.cc | 31 +++++++++++++++++++++++++++++++
40497  src/hb-buffer.h  | 15 ++++++++++++++-
40498  2 files changed, 45 insertions(+), 1 deletion(-)
40499
40500 commit 69ea23cb5d47dd1cfd3129f68375021ef79bf63b
40501 Author: Behdad Esfahbod <behdad@behdad.org>
40502 Date:   Wed Apr 13 15:02:40 2011 -0400
40503
40504     Minor
40505
40506  src/hb-buffer.cc | 2 +-
40507  1 file changed, 1 insertion(+), 1 deletion(-)
40508
40509 commit 7dea908cd582c8c25555015940065c69c1e7e65b
40510 Author: Behdad Esfahbod <behdad@behdad.org>
40511 Date:   Wed Apr 13 01:35:58 2011 -0400
40512
40513     [test] Add todo items
40514
40515  test/test-buffer.c | 5 ++++-
40516  1 file changed, 4 insertions(+), 1 deletion(-)
40517
40518 commit 07cbaac07d7f43437b171e9275430b5fb3097716
40519 Author: Behdad Esfahbod <behdad@behdad.org>
40520 Date:   Wed Apr 13 01:11:19 2011 -0400
40521
40522     [TODO] Add item re script iso15924 functions
40523
40524  TODO | 2 ++
40525  1 file changed, 2 insertions(+)
40526
40527 commit d0f53fdbead15d9003b521b8ed47d02fd29a4c64
40528 Author: Behdad Esfahbod <behdad@behdad.org>
40529 Date:   Wed Apr 13 01:09:09 2011 -0400
40530
40531     [test] Test hb-buffer.h
40532
40533  test/Makefile.am   |   8 ++-
40534  test/test-buffer.c | 195
40535  +++++++++++++++++++++++++++++++++++++++++++++++++++++
40536  2 files changed, 202 insertions(+), 1 deletion(-)
40537
40538 commit 72d89404c2837d578f5305456c817130b6a15c73
40539 Author: Behdad Esfahbod <behdad@behdad.org>
40540 Date:   Wed Apr 13 01:07:42 2011 -0400
40541
40542     [TODO] Add item re hb_buffer_reset()
40543
40544  TODO | 2 ++
40545  1 file changed, 2 insertions(+)
40546
40547 commit 5015c12dfb4de8525325178ae6def9e80fd83669
40548 Author: Behdad Esfahbod <behdad@behdad.org>
40549 Date:   Wed Apr 13 01:06:02 2011 -0400
40550
40551     [TODO] Add item re hb_buffer_resize()
40552
40553  TODO | 2 ++
40554  1 file changed, 2 insertions(+)
40555
40556 commit 9329ec92078d0e2d7bb04f683e0c6a582aab92f7
40557 Author: Behdad Esfahbod <behdad@behdad.org>
40558 Date:   Wed Apr 13 00:06:23 2011 -0400
40559
40560     [TODO] Add API item
40561
40562  TODO | 2 ++
40563  1 file changed, 2 insertions(+)
40564
40565 commit 4744379efc6063d94e15ff99381a7ab8b88ee567
40566 Author: Behdad Esfahbod <behdad@behdad.org>
40567 Date:   Mon Apr 11 19:47:33 2011 -0400
40568
40569     Minor
40570
40571  test/test-types.c | 2 +-
40572  1 file changed, 1 insertion(+), 1 deletion(-)
40573
40574 commit 9385caa8a693df0f06a511a71de9aa407637097c
40575 Author: Behdad Esfahbod <behdad@behdad.org>
40576 Date:   Mon Apr 11 19:43:51 2011 -0400
40577
40578     [test] Actually hook up hb_script_t tests
40579
40580     I really shall find a way to automate the test enumeration.  Otherwise
40581     it's too easy to add a test and wrongly hook it up.  Did it twice
40582     today.
40583
40584  test/test-types.c | 4 ++--
40585  1 file changed, 2 insertions(+), 2 deletions(-)
40586
40587 commit 8e4bb3cacc269ed32187aaaeaa166c64f41a0418
40588 Author: Behdad Esfahbod <behdad@behdad.org>
40589 Date:   Mon Apr 11 17:55:58 2011 -0400
40590
40591     Fold hb-language.[ch] into hb-common.[ch]
40592
40593  src/Makefile.am   |   2 -
40594  src/hb-buffer.h   |   1 -
40595  src/hb-common.c   |  92 ++++++++++++++++++++++++++++++++++++++++-
40596  src/hb-common.h   |  42 +++++++++++++------
40597  src/hb-language.c | 120
40598  ------------------------------------------------------
40599  src/hb-language.h |  46 ---------------------
40600  src/hb-ot-tag.h   |   1 -
40601  src/hb.h          |   1 -
40602  8 files changed, 120 insertions(+), 185 deletions(-)
40603
40604 commit 09125576ca745b3393f3dc49071df891400bbdc9
40605 Author: Behdad Esfahbod <behdad@behdad.org>
40606 Date:   Mon Apr 11 17:49:33 2011 -0400
40607
40608     [test] Test hb_language_t
40609
40610  test/test-types.c | 26 +++++++++++++++++++++++++-
40611  1 file changed, 25 insertions(+), 1 deletion(-)
40612
40613 commit 316b7a1afb84a5dfeaed886a585669b4d549c9b7
40614 Author: Behdad Esfahbod <behdad@behdad.org>
40615 Date:   Mon Apr 11 17:49:10 2011 -0400
40616
40617     Make hb_language_from_string("") return NULL language
40618
40619  src/hb-language.c | 2 +-
40620  1 file changed, 1 insertion(+), 1 deletion(-)
40621
40622 commit db60c96f20426111ffa71e9802ef6e248f8b28d0
40623 Author: Behdad Esfahbod <behdad@behdad.org>
40624 Date:   Mon Apr 11 16:17:02 2011 -0400
40625
40626     [teset] Test hb_script_t
40627
40628  test/hb-test.h    |  8 ++++++++
40629  test/test-types.c | 35 ++++++++++++++++++++++++++++++++++-
40630  2 files changed, 42 insertions(+), 1 deletion(-)
40631
40632 commit 99b74760a4cddc798ab44b5ca897486bbb9c76d6
40633 Author: Behdad Esfahbod <behdad@behdad.org>
40634 Date:   Mon Apr 11 15:47:40 2011 -0400
40635
40636     Rename hb_category_t to hb_unicode_general_category_t
40637
40638  src/hb-glib.c                     |  2 +-
40639  src/hb-icu.c                      | 64
40640  ++++++++++++++++++-------------------
40641  src/hb-ot-shape-complex-arabic.cc |  8 ++---
40642  src/hb-ot-shape-private.hh        |  2 +-
40643  src/hb-ot-shape.cc                |  2 +-
40644  src/hb-unicode.c                  |  4 +--
40645  src/hb-unicode.h                  | 66
40646  +++++++++++++++++++--------------------
40647  7 files changed, 74 insertions(+), 74 deletions(-)
40648
40649 commit 4188096a7722f09ffa9319986c0286071da10a27
40650 Author: Behdad Esfahbod <behdad@behdad.org>
40651 Date:   Mon Apr 11 14:58:28 2011 -0400
40652
40653     Make HB_TAG_CHAR4 private
40654
40655     It's just sugar.
40656
40657  src/hb-common.h   | 5 +----
40658  src/hb-private.h  | 7 ++++++-
40659  test/test-types.c | 2 --
40660  3 files changed, 7 insertions(+), 7 deletions(-)
40661
40662 commit 7ff7401c9237cda661869c1cb196d685706ac4e9
40663 Author: Behdad Esfahbod <behdad@behdad.org>
40664 Date:   Mon Apr 11 13:27:30 2011 -0400
40665
40666     Make hb_tag_from_string(NULL) return HB_TAG_NONE
40667
40668  src/hb-common.c   | 3 +++
40669  test/test-types.c | 3 +++
40670  2 files changed, 6 insertions(+)
40671
40672 commit 02f6e62d6cabc7808c188daef26a1fe7ac626b1f
40673 Author: Behdad Esfahbod <behdad@behdad.org>
40674 Date:   Mon Apr 11 13:27:21 2011 -0400
40675
40676     Build fix
40677
40678  test/Makefile.am | 4 ++--
40679  1 file changed, 2 insertions(+), 2 deletions(-)
40680
40681 commit db5227c40e5c35fe2ffb750f32b639cb44424a1d
40682 Author: Behdad Esfahbod <behdad@behdad.org>
40683 Date:   Mon Apr 11 13:16:08 2011 -0400
40684
40685     Move macros around
40686
40687  src/hb-ot-tag.c  | 6 ++----
40688  src/hb-private.h | 7 +++++++
40689  2 files changed, 9 insertions(+), 4 deletions(-)
40690
40691 commit 07233581c9d953708d3c020907c42b8b89472b89
40692 Author: Behdad Esfahbod <behdad@behdad.org>
40693 Date:   Mon Apr 11 13:12:37 2011 -0400
40694
40695     Rename HB_TAG_STR() to HB_TAG_CHAR4()
40696
40697     The problem with HB_TAG_STR() was that it expected a string of size 4
40698     exactly, and unlike hb_tag_from_string() it doesn't pad the tag with
40699     space characters.  So, the new name is more appropriate.
40700
40701  src/hb-common.c   | 2 +-
40702  src/hb-common.h   | 8 ++++----
40703  src/hb-ot-tag.c   | 2 +-
40704  test/test-types.c | 2 +-
40705  4 files changed, 7 insertions(+), 7 deletions(-)
40706
40707 commit 9faa980067f802f712c2adf8263152ed40c98088
40708 Author: Behdad Esfahbod <behdad@behdad.org>
40709 Date:   Mon Apr 11 12:46:49 2011 -0400
40710
40711     Add an in-tree test suite
40712
40713     Uses the glib testing framework.  Wrote unit tests for hb-common.h
40714     types.
40715
40716  Makefile.am        |   2 +-
40717  test/Makefile.am   |  18 +++++++++
40718  test/Makefile.decl |  90 ++++++++++++++++++++++++++++++++++++++++++++
40719  test/hb-test.h     |  67 +++++++++++++++++++++++++++++++++
40720  test/test-types.c  | 108
40721  +++++++++++++++++++++++++++++++++++++++++++++++++++++
40722  5 files changed, 284 insertions(+), 1 deletion(-)
40723
40724 commit d77b76200efbaa0611691920f9f2018b1e8be340
40725 Author: Behdad Esfahbod <behdad@behdad.org>
40726 Date:   Mon Apr 11 12:29:52 2011 -0400
40727
40728     Add few more paratheses to the HB_TAG macro
40729
40730     Never hurts.
40731
40732  src/hb-common.h | 2 +-
40733  1 file changed, 1 insertion(+), 1 deletion(-)
40734
40735 commit b13640de6992de9ee9d07e3581c33b8181b70ff9
40736 Author: Behdad Esfahbod <behdad@behdad.org>
40737 Date:   Mon Apr 11 12:29:31 2011 -0400
40738
40739     A few more ASSERTs
40740
40741  src/hb-private.h | 3 +++
40742  1 file changed, 3 insertions(+)
40743
40744 commit ae9eeaff9300f3bb7bed588c5478e8e5461b3df0
40745 Author: Behdad Esfahbod <behdad@behdad.org>
40746 Date:   Mon Apr 11 11:49:08 2011 -0400
40747
40748     Remove warning message from public header file
40749
40750     Since we now assert thos in hb-private.h, the int types cannot
40751     be wrong.
40752     (Except for when someone else includes hb-common.h in a very broken
40753     configuration, but that's not our problem!)
40754
40755     Plus, we don't use inline in the public headers, so remove that too.
40756
40757  src/hb-common.h  | 7 -------
40758  src/hb-private.h | 4 ++++
40759  2 files changed, 4 insertions(+), 7 deletions(-)
40760
40761 commit 6fd5364bdc3a2b459175377e9e16c86cff054232
40762 Author: Behdad Esfahbod <behdad@behdad.org>
40763 Date:   Mon Apr 11 11:47:14 2011 -0400
40764
40765     Assert int types
40766
40767  src/hb-private.h | 12 ++++++++++++
40768  1 file changed, 12 insertions(+)
40769
40770 commit bbdeff59646e5502b9fc53ab1761b3f014ee276c
40771 Author: Behdad Esfahbod <behdad@behdad.org>
40772 Date:   Thu Apr 7 16:05:07 2011 -0400
40773
40774     Add test directory
40775
40776  configure.ac     | 1 +
40777  test/Makefile.am | 0
40778  2 files changed, 1 insertion(+)
40779
40780 commit 4accc92afc702177ea53280d977cec839af3c12c
40781 Author: Behdad Esfahbod <behdad@behdad.org>
40782 Date:   Thu Apr 7 15:53:26 2011 -0400
40783
40784     Update TODO items
40785
40786  TODO | 31 ++++++++++++++++++++-----------
40787  1 file changed, 20 insertions(+), 11 deletions(-)
40788
40789 commit a71b9c8579d73aea4549f12524bbc2e89f43b5c5
40790 Author: Behdad Esfahbod <behdad@behdad.org>
40791 Date:   Wed Apr 6 14:04:56 2011 -0400
40792
40793     Disable 'cswh' by default except for Arabic shaper
40794
40795     That better matches OpenType spec.  Note that we enable it for all
40796     Arabic-shaper scripts.  Ie. we enable it by default for Syriac too,
40797     but the SyriacOT spec does not require it.  I think this is a more
40798     useful compromise than special-casing for Arabic script alone.
40799
40800  src/hb-ot-shape-complex-arabic.cc | 3 +++
40801  src/hb-ot-shape.cc                | 1 -
40802  2 files changed, 3 insertions(+), 1 deletion(-)
40803
40804 commit cab6f65bba560ac1651d9152f1ecf12eb88eca74
40805 Author: Behdad Esfahbod <behdad@behdad.org>
40806 Date:   Mon Apr 4 15:36:51 2011 -0400
40807
40808     [hb-view] setlocale (LC_ALL, "")
40809
40810     For now we don't use anything from the locale, but we should default
40811     to using $LANG, etc, if --language is not specified.  Right?
40812
40813  src/hb-view.c | 3 +++
40814  1 file changed, 3 insertions(+)
40815
40816 commit fb9ca1bfabde7da0c274e7a1bd12bffaf7949c18
40817 Author: Behdad Esfahbod <behdad@behdad.org>
40818 Date:   Mon Apr 4 14:50:09 2011 -0400
40819
40820     [hb-view] Rewrite --features parsing, with range support
40821
40822     The --features parsing handles errors now.  More importantly, it
40823     allos limiting individual features to specific byte ranges.  The
40824     format is Python-esque.  Here is how it all works:
40825
40826       Syntax:   Value:  Start:  End:
40827
40828     Setting value:
40829       "kern"    1       0       ∞     # Turn feature on
40830       "+kern"   1       0       ∞     # Turn feature off
40831       "-kern"   0       0       ∞     # Turn feature off
40832       "kern=0"  0       0       ∞     # Turn feature off
40833       "kern=1"  1       0       ∞     # Turn feature on
40834       "kern=2"  2       0       ∞     # Choose 2nd alternate
40835
40836     Setting index:
40837       "kern[]"  1       0       ∞     # Turn feature on
40838       "kern[:]" 1       0       ∞     # Turn feature on
40839       "kern[5:]"        1       5       ∞     # Turn feature on, partial
40840       "kern[:5]"        1       0       5       # Turn feature on, partial
40841       "kern[3:5]"       1       3       5       # Turn feature on, range
40842       "kern[3]" 1       3       3+1     # Turn feature on, single char
40843
40844     Mixing it all:
40845
40846       "kern[3:5]=0"     1       3       5       # Turn feature off
40847       for range
40848
40849  src/hb-view.c | 169
40850  +++++++++++++++++++++++++++++++++++++++++++++-------------
40851  1 file changed, 132 insertions(+), 37 deletions(-)
40852
40853 commit ccc6745afaa68ce7497a6cd02ce85986d3c863d0
40854 Author: Behdad Esfahbod <behdad@behdad.org>
40855 Date:   Mon Apr 4 14:49:50 2011 -0400
40856
40857     [hb-view] Use cached hb-ft face creation
40858
40859     Avoids recreating the face the second time we call draw().
40860
40861  src/hb-view.c | 2 +-
40862  1 file changed, 1 insertion(+), 1 deletion(-)
40863
40864 commit 1b4a2cc095d165dc573e0235f00fbbf2a5d3c2c5
40865 Author: Behdad Esfahbod <behdad@behdad.org>
40866 Date:   Mon Apr 4 14:45:28 2011 -0400
40867
40868     [hb-view] Add --debug
40869
40870     Frees all allocated memory before exiting.  Useful for valgrind run.
40871
40872  src/hb-view.c | 17 +++++++++++++++++
40873  1 file changed, 17 insertions(+)
40874
40875 commit b2da26d1e32a012f7feaad7c7cced61e4fb269f1
40876 Author: Behdad Esfahbod <behdad@behdad.org>
40877 Date:   Fri Apr 1 15:48:43 2011 -0400
40878
40879     [hb-view] Support --features
40880
40881     Accepts values like:
40882
40883       --features="-mkmk,aalt=2,calt=1,+cswh"
40884
40885     A minus sign means "=0", a plus sign means "=1".  Default is "=1".
40886     A minus sign overrides an explicit value.
40887
40888  src/hb-view.c | 70
40889  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
40890  1 file changed, 68 insertions(+), 2 deletions(-)
40891
40892 commit f48ff19b629070d13cee3c0eeeb06c98992f93c6
40893 Author: Behdad Esfahbod <behdad@behdad.org>
40894 Date:   Fri Apr 1 14:19:10 2011 -0400
40895
40896     Sort options for clarity
40897
40898  src/hb-view.c | 12 ++++++------
40899  1 file changed, 6 insertions(+), 6 deletions(-)
40900
40901 commit 5d91c3d547f78163b36aa7436d4388a836cca94a
40902 Author: Behdad Esfahbod <behdad@behdad.org>
40903 Date:   Wed Mar 16 17:36:32 2011 -0300
40904
40905     Add script to/from ISO 15924 tag support
40906
40907     Also adds --script support to hb-view.
40908
40909     If a script tag is not known to us, we pass the ISO 15924 tag around.
40910     Right now, the OT layer ignores that, but we can fix it to blindly
40911     convert that to an OT script tag.
40912
40913  src/hb-ot-tag.c  |   4 +
40914  src/hb-unicode.c | 273
40915  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
40916  src/hb-unicode.h |   8 +-
40917  src/hb-view.c    |  10 +-
40918  4 files changed, 293 insertions(+), 2 deletions(-)
40919
40920 commit 3286fc0e9adc3f2874c9409e7fdb09e4d2b7dda1
40921 Author: Behdad Esfahbod <behdad@behdad.org>
40922 Date:   Wed Mar 16 14:53:32 2011 -0300
40923
40924     Let hb_shape() guess script and direction...
40925
40926     - Rename HB_SCRIPT_INVALID_CODE to HB_SCRIPT_INVALID
40927
40928     - Add HB_DIRECTION_INVALID
40929
40930     - Make hb_script_get_horizontal_direction() public
40931
40932     - Make hb_shape() guess script from buffer text (first non-common
40933       non-inherit script) if buffer script is set to HB_SCRIPT_INVALID
40934       (this
40935       is NOT the default.)
40936
40937     - Make hb_shape() guess direction from buffer script if buffer
40938     direction
40939     is set to HB_DIRECTION_INVALID (this is NOT the default.)
40940
40941     - Make hb-view.c set INVALID script and direction on the buffer.
40942
40943     The above changes are meant to make hb-view fairly useful for
40944     uni-script
40945     uni-direction text.  The guessing behavior however is NOT the
40946     default of
40947     hb_shape() and must be asked for explicitly.  This is intended,
40948     because
40949     the guess is not a suitable substitute to full-fledged bidi and script
40950     segmentation.  It's just a testing tool.
40951
40952  src/hb-common.h          |  3 ++-
40953  src/hb-icu.c             |  2 +-
40954  src/hb-ot-shape.cc       |  3 ++-
40955  src/hb-shape.cc          | 52
40956  ++++++++++++++++++++++++++++++++++++++++++------
40957  src/hb-unicode-private.h |  4 ----
40958  src/hb-unicode.c         |  2 +-
40959  src/hb-unicode.h         |  8 +++++++-
40960  src/hb-view.c            |  4 ++--
40961  8 files changed, 61 insertions(+), 17 deletions(-)
40962
40963 commit b7b29684df67af7280b74ca4cf18f02ad6521bdc
40964 Author: Behdad Esfahbod <behdad@behdad.org>
40965 Date:   Wed Mar 2 01:01:03 2011 -0500
40966
40967     [hb-view] Handle write_to_png errors
40968
40969  src/hb-view.c | 9 ++++++++-
40970  1 file changed, 8 insertions(+), 1 deletion(-)
40971
40972 commit c2cb98c8185c5560cfd04de7ee7c64c9496b986c
40973 Author: Behdad Esfahbod <behdad@behdad.org>
40974 Date:   Tue Mar 1 23:18:09 2011 -0500
40975
40976     [hb-view] Link with -lm
40977
40978  src/Makefile.am | 2 +-
40979  1 file changed, 1 insertion(+), 1 deletion(-)
40980
40981 commit b5dd44e24669cd35affcd92788d39ff56cac94db
40982 Author: Behdad Esfahbod <behdad@behdad.org>
40983 Date:   Mon Feb 28 10:13:52 2011 -0800
40984
40985     Fix possible overflow
40986
40987  src/hb-buffer.cc | 12 ++++++++++--
40988  1 file changed, 10 insertions(+), 2 deletions(-)
40989
40990 commit a4b781e93a0bee0549611e129b3564d9804d9090
40991 Author: Behdad Esfahbod <behdad@behdad.org>
40992 Date:   Wed Feb 23 12:47:56 2011 -0500
40993
40994     Default background color shall either be white or transparent
40995
40996     Definitely not black!
40997
40998  src/hb-view.c | 2 +-
40999  1 file changed, 1 insertion(+), 1 deletion(-)
41000
41001 commit 5353bf439c150492708ef9337078cfd73b83627b
41002 Author: Behdad Esfahbod <behdad@behdad.org>
41003 Date:   Tue Feb 22 18:06:19 2011 -0500
41004
41005     Add initial hb-view tool
41006
41007     Currently doesn't handle script or direction.
41008
41009  configure.ac    |  18 +++
41010  src/Makefile.am |  14 +++
41011  src/hb-view.c   | 342
41012  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
41013  3 files changed, 374 insertions(+)
41014
41015 commit 82438c6ad5f60b6afc75c48cef72e18bef532468
41016 Author: Bradley Grainger <bgrainger@logos.com>
41017 Date:   Tue Feb 15 18:37:29 2011 -0500
41018
41019     Fix #pragma message for MSVC.
41020
41021     __LOC__ was renamed to _HB__LOC__ in cd7555 but the corresponding
41022     change wasn't made in hb-private.h.
41023
41024  src/hb-private.h | 2 +-
41025  1 file changed, 1 insertion(+), 1 deletion(-)
41026
41027 commit ba9ab8d6d9c863662c4b44ace4a4d89e29e592f2
41028 Author: Behdad Esfahbod <behdad@behdad.org>
41029 Date:   Mon Jan 10 07:45:41 2011 -0500
41030
41031     Fix language extension matching
41032
41033  src/hb-ot-tag.c | 2 +-
41034  1 file changed, 1 insertion(+), 1 deletion(-)
41035
41036 commit a07874300a669ec0ea09a67df2a3ee8b0612d6b9
41037 Author: Behdad Esfahbod <behdad@behdad.org>
41038 Date:   Mon Jan 10 02:27:49 2011 -0500
41039
41040     Don't use the m4/ dir
41041
41042     We just require people to have libtool, pkg-config, etc installed
41043     when running autogen.sh
41044
41045  Makefile.am  | 2 --
41046  configure.ac | 1 -
41047  2 files changed, 3 deletions(-)
41048
41049 commit 7bbe14bed8a886ea5b293c927c4bf937cbfc6f51
41050 Author: Behdad Esfahbod <behdad@behdad.org>
41051 Date:   Sun Jan 9 22:29:14 2011 -0500
41052
41053     Fix 'make distcheck'
41054
41055  src/Makefile.am | 7 ++++---
41056  1 file changed, 4 insertions(+), 3 deletions(-)
41057
41058 commit 2abe1264a580858bf7803af1701117a462375fb4
41059 Author: Javier Jardón <jjardon@gnome.org>
41060 Date:   Sun Jan 9 22:18:53 2011 -0500
41061
41062     Bug 31174 - Update autotools configuration
41063
41064  Makefile.am  |   2 +
41065  autogen.sh   | 188
41066  ++++-------------------------------------------------------
41067  configure.ac |  22 +++++--
41068  3 files changed, 29 insertions(+), 183 deletions(-)
41069
41070 commit cc1a8a938b4c13e76b58825a9e1951c4134e634a
41071 Author: Behdad Esfahbod <behdad@behdad.org>
41072 Date:   Thu Jan 6 14:58:52 2011 -0500
41073
41074     Fix ChanContext backtrack matching with GPOS
41075
41076     Reported on mailing list by Keith Stribley and Khaled Hosny.
41077
41078  src/hb-buffer-private.hh             | 5 +++--
41079  src/hb-buffer.cc                     | 2 +-
41080  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
41081  3 files changed, 7 insertions(+), 6 deletions(-)
41082
41083 commit 1c3183027fe823cd673866ba29d169b69f8efba1
41084 Author: Behdad Esfahbod <behdad@behdad.org>
41085 Date:   Thu Jan 6 14:44:14 2011 -0500
41086
41087     Remove unused realloc
41088
41089     We always allocate and grow str and pos together.
41090
41091  src/hb-buffer.cc | 6 ------
41092  1 file changed, 6 deletions(-)
41093
41094 commit 76691f0240d6de230e9b42280b54e91639464635
41095 Author: Behdad Esfahbod <behdad@behdad.org>
41096 Date:   Thu Jan 6 14:16:59 2011 -0500
41097
41098     Fix ICU detection
41099
41100  configure.ac | 2 +-
41101  1 file changed, 1 insertion(+), 1 deletion(-)
41102
41103 commit 756f794a1fce701092345a3f9afae039583fb55b
41104 Author: Behdad Esfahbod <behdad@behdad.org>
41105 Date:   Sun Dec 26 20:52:40 2010 -0500
41106
41107     Remove Graphite backend
41108
41109     It was unmaintained and the code has to be replaced to use the new
41110     grphite-ng code base.
41111
41112  configure.ac       |   6 --
41113  src/Makefile.am    |  14 ---
41114  src/hb-graphite.cc | 310
41115  -----------------------------------------------------
41116  src/hb-graphite.h  |  47 --------
41117  4 files changed, 377 deletions(-)
41118
41119 commit f3d9d9879364609502d9d3a3a9f4647adb167d78
41120 Author: Behdad Esfahbod <behdad@behdad.org>
41121 Date:   Wed Dec 22 01:39:29 2010 -0500
41122
41123     Docs
41124
41125  src/hb-unicode.h | 60
41126  ++++++++++++++++++++++++++++----------------------------
41127  1 file changed, 30 insertions(+), 30 deletions(-)
41128
41129 commit d86a5b3c5752abcc791724035ba4115958e6b5e2
41130 Author: Behdad Esfahbod <behdad@behdad.org>
41131 Date:   Tue Dec 21 18:36:25 2010 -0500
41132
41133     Bug 32274 - classic mongolian shaper
41134
41135     Add support for classic Mongolian script to the Arabic shaper.
41136
41137     Still work to be done around U+180E MONGOLIAN VOWEL SEPARATOR as it
41138     should not be included in the final glyph stream the same way that
41139     ZWNJ, etc should not appear in the final glyph stream.
41140
41141     But the joining part should be done.
41142
41143     There remains the question of how should the U+18A9 MONGOLIAN
41144     LETTER ALI
41145     GALI DAGALGA be handled as it has General Category NSM but a letter
41146     nonetheless.  For now, our generic logic makes this a joining
41147     T instead
41148     of joining D as other Mongolian letters are.
41149
41150  src/hb-ot-shape-complex-arabic.cc  | 8 ++++++++
41151  src/hb-ot-shape-complex-private.hh | 1 +
41152  2 files changed, 9 insertions(+)
41153
41154 commit b0e7378fa9a4fc6fc74d9b3c27d927602eaacc5b
41155 Author: Behdad Esfahbod <behdad@behdad.org>
41156 Date:   Tue Dec 21 14:19:32 2010 -0500
41157
41158     Reroute Mandaic shaping through the Arabic shaper
41159
41160     We added Mandaic joining data to the Arabic shaper a while ago, but
41161     were not actually using the Arabic shaper for Mandaic.  Fixed.
41162
41163  src/hb-ot-shape-complex-private.hh | 1 +
41164  1 file changed, 1 insertion(+)
41165
41166 commit 88e7f37488e4e8590619d815b975232a0c9d2ea0
41167 Author: Behdad Esfahbod <behdad@behdad.org>
41168 Date:   Tue Dec 21 14:18:24 2010 -0500
41169
41170     Annotate the Arabic joining table with block information
41171
41172  src/gen-arabic-joining-table.py        | 93
41173  +++++++++++++++++++++-------------
41174  src/hb-ot-shape-complex-arabic-table.h | 24 +++++++--
41175  2 files changed, 80 insertions(+), 37 deletions(-)
41176
41177 commit 1482a39e56cd4151874e5c073540274349240a87
41178 Author: Behdad Esfahbod <behdad@behdad.org>
41179 Date:   Fri Dec 17 20:15:05 2010 -0500
41180
41181     Rename remaining metrics uses to extents
41182
41183  src/hb-font.h | 4 ++--
41184  1 file changed, 2 insertions(+), 2 deletions(-)
41185
41186 commit 22c537657cee1f47a4056a21e2cddfcbe6ab1c01
41187 Author: Behdad Esfahbod <behdad@behdad.org>
41188 Date:   Tue Dec 14 23:51:29 2010 -0500
41189
41190     Rename TableDirectory to TableRecord as per OpenType 1.6
41191
41192  src/hb-open-file-private.hh | 18 +++++++++---------
41193  1 file changed, 9 insertions(+), 9 deletions(-)
41194
41195 commit 33e8b86197239e667a887709104357bdc6566b7c
41196 Author: Behdad Esfahbod <behdad@behdad.org>
41197 Date:   Mon Dec 13 15:54:56 2010 -0500
41198
41199     Update 'head' table to OpenType 1.6
41200
41201  src/hb-ot-head-private.hh | 8 +++++++-
41202  1 file changed, 7 insertions(+), 1 deletion(-)
41203
41204 commit b7683335146bfe3a74d9419db92cd7a8019a9c10
41205 Author: Behdad Esfahbod <behdad@behdad.org>
41206 Date:   Mon Dec 13 14:22:35 2010 -0500
41207
41208     Disallow ligature substitutions replacing one glyph
41209
41210  src/hb-ot-layout-gsub-private.hh | 2 +-
41211  1 file changed, 1 insertion(+), 1 deletion(-)
41212
41213 commit 7eb875118dc31e9fb0e23c45985396a8bfe977e3
41214 Author: Behdad Esfahbod <behdad@behdad.org>
41215 Date:   Mon Dec 13 14:13:35 2010 -0500
41216
41217     Mozilla Bug 618592 - freeze on typekit
41218
41219     Fix apply_lookup() for zero-input broken fonts.
41220
41221  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
41222  1 file changed, 2 insertions(+), 2 deletions(-)
41223
41224 commit bbbbe80ec9bc45c5b685bc09c8f993e98496555c
41225 Author: Behdad Esfahbod <behdad@behdad.org>
41226 Date:   Tue Dec 7 16:22:02 2010 -0500
41227
41228     Rename original_direction to target_direction
41229
41230  src/hb-ot-shape-private.hh | 2 +-
41231  src/hb-ot-shape.cc         | 6 +++---
41232  2 files changed, 4 insertions(+), 4 deletions(-)
41233
41234 commit ee8aaf976a6eb42be49b63b4c51c7a0a338e0298
41235 Author: Behdad Esfahbod <behdad@behdad.org>
41236 Date:   Tue Dec 7 16:20:42 2010 -0500
41237
41238     Fix arabic shaping of LTR text
41239
41240     We should ensure-direction before doing any complex work.  The only
41241     exception is mirroring that needs to see the original / final
41242     direction,
41243     not the native.  Handle that.
41244
41245  src/hb-ot-shape.cc | 6 +++---
41246  1 file changed, 3 insertions(+), 3 deletions(-)
41247
41248 commit d1f1707adc03317760b0f75e04d0f3dd425e547f
41249 Author: Behdad Esfahbod <behdad@behdad.org>
41250 Date:   Tue Nov 30 00:57:15 2010 -0500
41251
41252     Bug 31965 - some GNU/Linux distributions lack icu.pc but have
41253     icu-config
41254
41255     Patch from suzuki toshiya.
41256
41257  configure.ac | 10 +++++++++-
41258  1 file changed, 9 insertions(+), 1 deletion(-)
41259
41260 commit 3c48982be6b2286088541ee55cac78b0f2b6e771
41261 Author: Behdad Esfahbod <behdad@behdad.org>
41262 Date:   Sun Nov 28 19:39:47 2010 -0500
41263
41264     Adjust pyx files to reflect change from int to hb_var_int_t
41265
41266     Patch from Thomas Hunger.
41267
41268  contrib/python/lib/harfbuzz.pyx | 7 +++++--
41269  1 file changed, 5 insertions(+), 2 deletions(-)
41270
41271 commit 4f9e4a40bc248aeb1364ed6f4aa7f392aa364497
41272 Author: Behdad Esfahbod <behdad@behdad.org>
41273 Date:   Mon Nov 22 11:30:32 2010 -0500
41274
41275     Fix failing checks
41276
41277  src/hb-ot-shape-complex-arabic-table.h | 37
41278  ++++++++++++++++++++++++++++++++++
41279  1 file changed, 37 insertions(+)
41280
41281 commit 9da26d6669e7f3b91ba37e71f6f8a6e2ea806688
41282 Author: Behdad Esfahbod <behdad@behdad.org>
41283 Date:   Mon Nov 22 11:03:18 2010 -0500
41284
41285     Remove email address from Copyright headers
41286
41287  COPYING      | 2 +-
41288  src/hb-ft.c  | 2 +-
41289  src/hb-icu.c | 2 +-
41290  3 files changed, 3 insertions(+), 3 deletions(-)
41291
41292 commit a45f00019242734fca742adeb2ed507305baeda6
41293 Author: Behdad Esfahbod <behdad@behdad.org>
41294 Date:   Thu Nov 18 13:58:32 2010 -0500
41295
41296     Clarify copyright notice
41297
41298  COPYING                 | 12 ++++++++++++
41299  README                  |  4 ++--
41300  src/hb-graphite.cc      |  4 ++--
41301  src/hb-object-private.h |  2 +-
41302  4 files changed, 17 insertions(+), 5 deletions(-)
41303
41304 commit 0884a8d9cd576f116400b3f7c8815e747c315d5e
41305 Author: Behdad Esfahbod <behdad@behdad.org>
41306 Date:   Wed Nov 17 16:58:21 2010 -0500
41307
41308     Move generated table to its own file
41309
41310  src/Makefile.am                        |   1 +
41311  src/hb-ot-shape-complex-arabic-table.h | 619
41312  ++++++++++++++++++++++++++++++++
41313  src/hb-ot-shape-complex-arabic.cc      | 621
41314  +--------------------------------
41315  3 files changed, 621 insertions(+), 620 deletions(-)
41316
41317 commit 14d784116b08685425e4ddcb1c1f813dbe2b2986
41318 Author: Behdad Esfahbod <behdad@behdad.org>
41319 Date:   Wed Nov 17 16:52:58 2010 -0500
41320
41321     Update Arabic joining table to include Mandaic
41322
41323     Mandaic was added to Unicode 6.0, but the joining data was not
41324     updated.
41325     Draft ArabicShaping.txt from 6.1 includes the joining data for
41326     Mandaic.
41327     Use that.
41328
41329  src/gen-arabic-joining-table.py   |  45 ++++++++++----
41330  src/hb-ot-shape-complex-arabic.cc | 123
41331  ++++++++++++++++++++++++++++++++------
41332  2 files changed, 137 insertions(+), 31 deletions(-)
41333
41334 commit 43bf2f7f1ec427c431e2ee2fd1a9345e7d5c9718
41335 Author: Behdad Esfahbod <behdad@behdad.org>
41336 Date:   Wed Nov 17 14:49:40 2010 -0500
41337
41338     Add OpenType script tags for Unicode 5.2 and Unicode 6.0 scripts
41339
41340     Based on tags proposed by Microsoft for inclusion in OpenType.
41341
41342  src/hb-ot-tag.c | 34 +++++++++++++++++-----------------
41343  1 file changed, 17 insertions(+), 17 deletions(-)
41344
41345 commit afab01cf7caca79cf6dfabe6827d1703be1a74f7
41346 Author: Behdad Esfahbod <behdad@behdad.org>
41347 Date:   Wed Nov 17 14:35:34 2010 -0500
41348
41349     Add Unicode 6.0 scripts
41350
41351  src/hb-icu.c     | 6 ++++++
41352  src/hb-ot-tag.c  | 7 ++++++-
41353  src/hb-unicode.c | 7 ++++++-
41354  src/hb-unicode.h | 7 ++++++-
41355  4 files changed, 24 insertions(+), 3 deletions(-)
41356
41357 commit f234b68d18d956f7e4eb4bf58d6dc408d9e5146e
41358 Author: Behdad Esfahbod <behdad@behdad.org>
41359 Date:   Wed Nov 17 14:25:44 2010 -0500
41360
41361     Change HB_SCRIPT_MEITEI_MAYEK to HB_SCRIPT_MEETEI_MAYEK
41362
41363     The new name matches the Unicode name.  Reported by Jonathan Kew.
41364
41365  src/hb-icu.c     | 2 +-
41366  src/hb-ot-tag.c  | 2 +-
41367  src/hb-unicode.h | 2 +-
41368  3 files changed, 3 insertions(+), 3 deletions(-)
41369
41370 commit 3ca9a6d1cffe950b325e1d522b20d4a645ae448e
41371 Author: Behdad Esfahbod <behdad@behdad.org>
41372 Date:   Wed Nov 17 13:08:47 2010 -0500
41373
41374     Add TODO item
41375
41376  TODO | 3 +++
41377  1 file changed, 3 insertions(+)
41378
41379 commit 300cb41417d40473268e3b4089bed24e9e77a753
41380 Author: Behdad Esfahbod <behdad@behdad.org>
41381 Date:   Wed Nov 17 12:57:23 2010 -0500
41382
41383     Add XXX marks
41384
41385  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
41386  1 file changed, 3 insertions(+), 1 deletion(-)
41387
41388 commit ea00aee9f94ae8c6cf03d620254817d5e1f51d64
41389 Author: Behdad Esfahbod <behdad@behdad.org>
41390 Date:   Fri Nov 5 10:51:37 2010 -0400
41391
41392     Add TODO item
41393
41394  TODO | 2 ++
41395  1 file changed, 2 insertions(+)
41396
41397 commit 3a852ae7fe6edfaadd75625d27515a3689503395
41398 Author: Behdad Esfahbod <behdad@behdad.org>
41399 Date:   Wed Nov 3 16:37:24 2010 -0400
41400
41401     Save general category and combining class in the buffer for reuse
41402
41403  src/hb-ot-layout-private.hh       |  3 ++-
41404  src/hb-ot-shape-complex-arabic.cc | 16 ++++++++++------
41405  src/hb-ot-shape-private.hh        |  6 ++++++
41406  src/hb-ot-shape.cc                | 26 +++++++++++++++++++++-----
41407  4 files changed, 39 insertions(+), 12 deletions(-)
41408
41409 commit a5ab682b9ba8224fc132624f93e6fef9973a68ca
41410 Author: Behdad Esfahbod <behdad@behdad.org>
41411 Date:   Wed Nov 3 15:50:36 2010 -0400
41412
41413     More "unreached code" warning fixes
41414
41415     Ugly :(.
41416
41417  src/hb-blob.c | 48 ++++++++++++++++++++++++------------------------
41418  1 file changed, 24 insertions(+), 24 deletions(-)
41419
41420 commit 4e22c7e94102c9f00c32b8cb6aaa832f83909149
41421 Author: Behdad Esfahbod <behdad@behdad.org>
41422 Date:   Wed Nov 3 15:47:12 2010 -0400
41423
41424     Add comment
41425
41426  src/hb-ot-layout-common-private.hh | 3 +++
41427  1 file changed, 3 insertions(+)
41428
41429 commit 0342034d1cb577d34b42f7204da7fb930c12a464
41430 Author: Behdad Esfahbod <behdad@behdad.org>
41431 Date:   Wed Nov 3 15:40:07 2010 -0400
41432
41433     Pedantic
41434
41435  src/hb-ot-layout-gpos-private.hh | 2 +-
41436  1 file changed, 1 insertion(+), 1 deletion(-)
41437
41438 commit 4a2d844c2f12dc1b858ab4ddd737ded7c0852221
41439 Author: Behdad Esfahbod <behdad@behdad.org>
41440 Date:   Wed Nov 3 15:28:56 2010 -0400
41441
41442     Minor code shuffling
41443
41444  src/hb-ot-layout-private.hh | 21 +++-------------
41445  src/hb-ot-layout.cc         | 61
41446  +++++++++++++++++++++++++++++++++------------
41447  2 files changed, 48 insertions(+), 34 deletions(-)
41448
41449 commit 11e3ec444a85fc72541823c2e98cc92c4ceb19af
41450 Author: Behdad Esfahbod <behdad@behdad.org>
41451 Date:   Wed Nov 3 15:11:04 2010 -0400
41452
41453     Fix a few more "unreachable code" warnings
41454
41455  src/hb-blob.c                        |  2 +-
41456  src/hb-object-private.h              | 12 +++---
41457  src/hb-open-type-private.hh          | 84
41458  +++++++++++++++++-------------------
41459  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
41460  src/hb-private.h                     |  3 +-
41461  5 files changed, 49 insertions(+), 54 deletions(-)
41462
41463 commit 2304856340782c72cb30873f7907191dc359e921
41464 Author: Behdad Esfahbod <behdad@behdad.org>
41465 Date:   Wed Nov 3 12:46:58 2010 -0400
41466
41467     Remove another couple lines of dead code
41468
41469  src/hb-ot-layout-gsubgpos-private.hh | 2 --
41470  1 file changed, 2 deletions(-)
41471
41472 commit b8783c85ac5dd9ea8f5a66eacb92dfcfbf649a6d
41473 Author: Behdad Esfahbod <behdad@behdad.org>
41474 Date:   Wed Nov 3 11:50:21 2010 -0400
41475
41476     Fix unreachable-code warning
41477
41478  src/hb-ot-layout-gpos-private.hh | 8 ++++----
41479  1 file changed, 4 insertions(+), 4 deletions(-)
41480
41481 commit c2709119c8c610a0d4d71884a7d4fdba7cb65b72
41482 Author: Behdad Esfahbod <behdad@behdad.org>
41483 Date:   Wed Oct 27 23:18:51 2010 -0400
41484
41485     Move things around some more
41486
41487  src/hb-ot-layout-gpos-private.hh     | 8 ++++----
41488  src/hb-ot-layout-gsub-private.hh     | 4 ++--
41489  src/hb-ot-layout-gsubgpos-private.hh | 9 +++++++--
41490  src/hb-ot-layout-private.hh          | 7 +++----
41491  src/hb-ot-layout.cc                  | 6 +++---
41492  5 files changed, 19 insertions(+), 15 deletions(-)
41493
41494 commit 194d4566ec054db03fa31d369a9f1c6cf4941e74
41495 Author: Behdad Esfahbod <behdad@behdad.org>
41496 Date:   Wed Oct 27 23:09:10 2010 -0400
41497
41498     Move buffer var allocation local
41499
41500  src/hb-ot-layout-gpos-private.hh | 19 ++++++++++++++-----
41501  src/hb-ot-layout-private.hh      |  2 --
41502  2 files changed, 14 insertions(+), 7 deletions(-)
41503
41504 commit 1e7c1fcbc33599faefc32d4a28e5d8506d2c56fa
41505 Author: Behdad Esfahbod <behdad@behdad.org>
41506 Date:   Wed Oct 27 22:48:31 2010 -0400
41507
41508     Move code around
41509
41510  src/hb-ot-layout-gpos-private.hh | 59
41511  ++++++++++++++++++++++++++++++++++++++++
41512  src/hb-ot-layout.cc              | 59
41513  ++--------------------------------------
41514  src/hb-ot-layout.h               |  4 +--
41515  src/hb-ot-shape.cc               |  2 +-
41516  4 files changed, 63 insertions(+), 61 deletions(-)
41517
41518 commit bf94b3ad22b2fe4730d4e64d673c63154fc5b5fe
41519 Author: Behdad Esfahbod <behdad@behdad.org>
41520 Date:   Wed Oct 27 22:37:59 2010 -0400
41521
41522     Move some more code around
41523
41524  src/hb-ot-layout-gdef-private.hh | 21 +++++++++++++++
41525  src/hb-ot-layout-private.hh      | 27 ++++++++++++++++---
41526  src/hb-ot-layout.cc              | 56
41527  ++++++----------------------------------
41528  3 files changed, 52 insertions(+), 52 deletions(-)
41529
41530 commit 6334658fe79d6acfb46a2a147721b78f92510ebb
41531 Author: Behdad Esfahbod <behdad@behdad.org>
41532 Date:   Wed Oct 27 22:11:32 2010 -0400
41533
41534     Simplify mark skipping logic
41535
41536  src/hb-ot-layout.cc | 17 +++--------------
41537  1 file changed, 3 insertions(+), 14 deletions(-)
41538
41539 commit 8c69e65abed961002d90024c92e18538c6516262
41540 Author: Behdad Esfahbod <behdad@behdad.org>
41541 Date:   Wed Oct 27 22:07:49 2010 -0400
41542
41543     Rename lookup_flags to lookup_props since it's more than just flags
41544
41545  src/hb-ot-layout-common-private.hh   |  6 +++++-
41546  src/hb-ot-layout-gpos-private.hh     | 14 +++++++-------
41547  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
41548  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
41549  src/hb-ot-layout-private.hh          |  4 ++--
41550  src/hb-ot-layout.cc                  | 36
41551  ++++++++++++++++++------------------
41552  src/main.cc                          |  4 ++--
41553  7 files changed, 43 insertions(+), 39 deletions(-)
41554
41555 commit 98370e89d1bff248737b482d129c2a4deb8bfd95
41556 Author: Behdad Esfahbod <behdad@behdad.org>
41557 Date:   Wed Oct 27 17:39:01 2010 -0400
41558
41559     WIP removing external synthesized GDEF support and implementing
41560     it internally
41561
41562  TODO                                 |   2 -
41563  src/hb-buffer-private.hh             |   4 -
41564  src/hb-buffer.cc                     |   3 -
41565  src/hb-ot-layout-common-private.hh   |   8 +-
41566  src/hb-ot-layout-gdef-private.hh     |   6 +-
41567  src/hb-ot-layout-gpos-private.hh     |   4 +-
41568  src/hb-ot-layout-gsub-private.hh     |  66 ++++++-----------
41569  src/hb-ot-layout-gsubgpos-private.hh |  29 +++++++-
41570  src/hb-ot-layout-private.hh          |  29 +++-----
41571  src/hb-ot-layout.cc                  | 138
41572  +++++------------------------------
41573  src/hb-ot-layout.h                   |  26 -------
41574  src/hb-ot-shape.cc                   |  10 +++
41575  12 files changed, 98 insertions(+), 227 deletions(-)
41576
41577 commit 870e2d6eac01d004c72a925ea93e6823251d5fa2
41578 Author: Behdad Esfahbod <behdad@behdad.org>
41579 Date:   Wed Oct 27 17:37:20 2010 -0400
41580
41581     Remove unused function
41582
41583  src/hb-buffer-private.hh | 10 ----------
41584  src/hb-buffer.cc         | 27 ---------------------------
41585  2 files changed, 37 deletions(-)
41586
41587 commit 1115890b90709fa5329a55d22f543020f3df9f6f
41588 Author: Behdad Esfahbod <behdad@behdad.org>
41589 Date:   Wed Oct 27 17:07:04 2010 -0400
41590
41591     More cleanup
41592
41593  src/hb-buffer-private.hh    | 5 +----
41594  src/hb-ot-layout-private.hh | 6 ++++++
41595  2 files changed, 7 insertions(+), 4 deletions(-)
41596
41597 commit dbf56b1d94910f04823e53e39ace1e5145bddc04
41598 Author: Behdad Esfahbod <behdad@behdad.org>
41599 Date:   Wed Oct 27 17:06:12 2010 -0400
41600
41601     More lig-id cleanup
41602
41603  src/hb-buffer-private.hh         | 4 ++--
41604  src/hb-buffer.cc                 | 2 +-
41605  src/hb-ot-layout-gsub-private.hh | 8 +++++++-
41606  3 files changed, 10 insertions(+), 4 deletions(-)
41607
41608 commit f6a23a0b9171958f76c1d0473b09fc08d2b3a0d0
41609 Author: Behdad Esfahbod <behdad@behdad.org>
41610 Date:   Wed Oct 27 17:01:03 2010 -0400
41611
41612     More removal of lig-id code from buffer
41613
41614  src/hb-buffer.cc | 4 ++--
41615  1 file changed, 2 insertions(+), 2 deletions(-)
41616
41617 commit dd2ffd282c059194fd87fb1664e2e0cdb56a87a0
41618 Author: Behdad Esfahbod <behdad@behdad.org>
41619 Date:   Wed Oct 27 16:57:01 2010 -0400
41620
41621     Minor renaming
41622
41623  src/hb-buffer-private.hh         | 41
41624  ++++++++++++++++++++--------------------
41625  src/hb-buffer.cc                 | 20 ++++++++++----------
41626  src/hb-ot-layout-gsub-private.hh |  8 ++++----
41627  src/hb-ot-shape.cc               |  6 +++---
41628  4 files changed, 37 insertions(+), 38 deletions(-)
41629
41630 commit fe263272a2b26204bc39829a94d90ab537517f3f
41631 Author: Behdad Esfahbod <behdad@behdad.org>
41632 Date:   Wed Oct 27 16:51:02 2010 -0400
41633
41634     Move setting lig_id/component out of buffer and to the gsub code
41635
41636  src/hb-buffer-private.hh         | 30 +++++++----------------
41637  src/hb-buffer.cc                 | 52
41638  +++++++---------------------------------
41639  src/hb-ot-layout-gsub-private.hh | 27 ++++++++++++---------
41640  3 files changed, 34 insertions(+), 75 deletions(-)
41641
41642 commit 2e2b2480c01c788ea702d78ca830c2bb659654a8
41643 Author: Behdad Esfahbod <behdad@behdad.org>
41644 Date:   Wed Oct 27 16:25:28 2010 -0400
41645
41646     Always allocate new ligature id
41647
41648     No practical point in reusing ligature ids.
41649
41650  src/hb-ot-layout-gsub-private.hh | 5 +----
41651  1 file changed, 1 insertion(+), 4 deletions(-)
41652
41653 commit bf07d5a29c61baf6fd683289c7764f487ad7e413
41654 Author: Behdad Esfahbod <behdad@behdad.org>
41655 Date:   Wed Oct 27 16:19:13 2010 -0400
41656
41657     Set component=0 for ligature glyph
41658
41659  src/hb-ot-layout-gsub-private.hh | 5 +++--
41660  1 file changed, 3 insertions(+), 2 deletions(-)
41661
41662 commit 37ab877149582c7ce7416425bb402340e3f948a2
41663 Author: Behdad Esfahbod <behdad@behdad.org>
41664 Date:   Wed Oct 27 15:38:06 2010 -0400
41665
41666     Remove comment
41667
41668  src/hb-buffer.cc | 20 --------------------
41669  1 file changed, 20 deletions(-)
41670
41671 commit 88474c6fdaf35c56368694a5b164f4988a004d49
41672 Author: Behdad Esfahbod <behdad@behdad.org>
41673 Date:   Wed Oct 27 14:42:15 2010 -0400
41674
41675     Get rid of the OpenType-specific internal buffer representation
41676
41677     Add variant integers to buffer item types.  More cleanup coming.
41678
41679  TODO                              |  2 --
41680  src/hb-buffer-private.hh          | 35 ++++++----------------
41681  src/hb-buffer.cc                  | 62
41682  +++++++++++++++++++--------------------
41683  src/hb-buffer.h                   |  2 +-
41684  src/hb-ot-layout-gpos-private.hh  | 24 +++++++--------
41685  src/hb-ot-layout-gsub-private.hh  |  2 +-
41686  src/hb-ot-layout-private.hh       |  4 +--
41687  src/hb-ot-layout.cc               | 39 ++++++++++++------------
41688  src/hb-ot-shape-complex-arabic.cc |  8 ++---
41689  9 files changed, 79 insertions(+), 99 deletions(-)
41690
41691 commit 6cb8c3493019e1497921666fc268cb81943f9f1f
41692 Author: Behdad Esfahbod <behdad@behdad.org>
41693 Date:   Wed Oct 27 14:27:03 2010 -0400
41694
41695     Add hb_var_int_t
41696
41697  src/hb-buffer.h |  6 +++---
41698  src/hb-common.h | 10 ++++++++++
41699  2 files changed, 13 insertions(+), 3 deletions(-)
41700
41701 commit f22802431a983bd4bc60a7653b1103973c3475cb
41702 Author: Behdad Esfahbod <behdad@behdad.org>
41703 Date:   Tue Nov 2 19:12:37 2010 -0400
41704
41705     Remove trailing comma
41706
41707  src/hb-ot-shape-complex-arabic.cc | 2 +-
41708  1 file changed, 1 insertion(+), 1 deletion(-)
41709
41710 commit 13528d0c78cadb1f67267c9a692558caef9fdaa6
41711 Author: Behdad Esfahbod <behdad@behdad.org>
41712 Date:   Wed Oct 27 14:09:27 2010 -0400
41713
41714     Supposedly implement vertical support in GPOS
41715
41716     Not tested at all.
41717
41718  src/hb-ot-layout-gpos-private.hh | 27 ++++++++++++++++++++-------
41719  src/hb-ot-layout.cc              | 39
41720  ++++++++++++++++++++++++---------------
41721  2 files changed, 44 insertions(+), 22 deletions(-)
41722
41723 commit 9624de5b496846cd89ee4f7b07d38029aca70ce1
41724 Author: Behdad Esfahbod <behdad@behdad.org>
41725 Date:   Wed Oct 27 13:44:59 2010 -0400
41726
41727     Clarify cursive_chain (and change its sign)
41728
41729  src/hb-ot-layout-gpos-private.hh |  4 ++--
41730  src/hb-ot-layout.cc              | 13 +++++++------
41731  2 files changed, 9 insertions(+), 8 deletions(-)
41732
41733 commit d6c9eadb88240c40b3cb9a33f067e575cbc2f729
41734 Author: Behdad Esfahbod <behdad@behdad.org>
41735 Date:   Wed Oct 27 12:34:50 2010 -0400
41736
41737     Remove more pointless LONGTERMTODO items
41738
41739  src/hb-ot-layout-common-private.hh | 2 --
41740  1 file changed, 2 deletions(-)
41741
41742 commit e204674fe340a57c48a9fe7e1ed02a9a08f4aca4
41743 Author: Behdad Esfahbod <behdad@behdad.org>
41744 Date:   Wed Oct 27 12:32:02 2010 -0400
41745
41746     Rename hb_ot_layout_get_lig_carets() to
41747     hb_ot_layout_get_ligature_carets()
41748
41749  src/hb-ot-layout.cc | 14 +++++++-------
41750  src/hb-ot-layout.h  | 14 +++++++-------
41751  2 files changed, 14 insertions(+), 14 deletions(-)
41752
41753 commit 3357d145f81cb7b746c910018fe3a0dfab00972c
41754 Author: Behdad Esfahbod <behdad@behdad.org>
41755 Date:   Wed Oct 27 12:30:46 2010 -0400
41756
41757     Implement vertical support in get_lig_carets()
41758
41759  src/hb-ot-layout-gdef-private.hh | 34 ++++++++++++++++++----------------
41760  src/hb-ot-layout.cc              |  3 ++-
41761  src/hb-ot-layout.h               |  1 +
41762  3 files changed, 21 insertions(+), 17 deletions(-)
41763
41764 commit 8eeed7eddc789151cbffe62ed6bfd77612266bf1
41765 Author: Behdad Esfahbod <behdad@behdad.org>
41766 Date:   Wed Oct 27 12:07:49 2010 -0400
41767
41768     Remove LONGTERMTODO item that I'll never fix
41769
41770  src/hb-ot-layout-gsubgpos-private.hh | 6 ------
41771  1 file changed, 6 deletions(-)
41772
41773 commit 184a5279c64f37bc2ceefbe2191bb64ca87f88d8
41774 Author: Behdad Esfahbod <behdad@behdad.org>
41775 Date:   Wed Oct 27 12:00:49 2010 -0400
41776
41777     Remove unused macro
41778
41779  src/hb-ot-layout-gpos-private.hh | 2 --
41780  1 file changed, 2 deletions(-)
41781
41782 commit af5d02a269d55331300df1e382241893928d64e0
41783 Author: Behdad Esfahbod <behdad@behdad.org>
41784 Date:   Wed Oct 27 11:54:26 2010 -0400
41785
41786     Rewrite Cursive joining to act more like other pair lookups
41787
41788     Look forward for next character instead of joining to the last
41789     character.
41790
41791  src/hb-ot-layout-gpos-private.hh | 71
41792  ++++++++++++++++++----------------------
41793  src/hb-ot-layout-private.hh      | 10 ------
41794  2 files changed, 31 insertions(+), 50 deletions(-)
41795
41796 commit ea22c749c7371cf66ca44f0bfe7030aef1926edd
41797 Author: Behdad Esfahbod <behdad@behdad.org>
41798 Date:   Wed Oct 27 11:09:48 2010 -0400
41799
41800     Fix Cursive positioning
41801
41802     Test case: "مرا" rendered using IranNastaliq.
41803
41804  src/hb-ot-layout-gpos-private.hh | 124
41805  +--------------------------------------
41806  1 file changed, 3 insertions(+), 121 deletions(-)
41807
41808 commit aefdb64689aab19df76590a36c4a04052a8bffdb
41809 Author: Behdad Esfahbod <behdad@behdad.org>
41810 Date:   Wed Oct 27 10:40:39 2010 -0400
41811
41812     Fix segfault with Arabic combining marks
41813
41814  src/hb-ot-shape-complex-arabic.cc | 4 +++-
41815  1 file changed, 3 insertions(+), 1 deletion(-)
41816
41817 commit 12b2d09a87adc1e1aac089cd2e09a68fb7129829
41818 Author: Behdad Esfahbod <behdad@behdad.org>
41819 Date:   Wed Oct 27 01:28:28 2010 -0400
41820
41821     Remove obsolete TODO item
41822
41823     We don't cache any metrics internally, so the correct way to add more
41824     glyph metrics items is to add new callbacks for them.  We already have
41825     separeate callbacks for advance vs extents.
41826
41827  TODO | 2 --
41828  1 file changed, 2 deletions(-)
41829
41830 commit 248e3c2ba47889c247959e44166644872aed59ba
41831 Author: Behdad Esfahbod <behdad@behdad.org>
41832 Date:   Wed Oct 27 01:23:14 2010 -0400
41833
41834     Oops, remove extra mask setting that broke complex shaping
41835
41836  src/hb-ot-shape.cc | 2 --
41837  1 file changed, 2 deletions(-)
41838
41839 commit 502f4cba3e0bcd625d31f8fd295b8b18e2d02a5a
41840 Author: Behdad Esfahbod <behdad@behdad.org>
41841 Date:   Wed Oct 27 01:13:56 2010 -0400
41842
41843     Divide get_metrics into get_advance and get_extents
41844
41845     Graphite module not updated.
41846     Bump version to 0.3.
41847
41848  configure.ac          |  2 +-
41849  src/hb-font-private.h |  3 +-
41850  src/hb-font.cc        | 96
41851  +++++++++++++++++++++++++++++++++++----------------
41852  src/hb-font.h         | 61 ++++++++++++++++++++------------
41853  src/hb-ft.c           | 72 +++++++++++++++++++++++---------------
41854  src/hb-ot-shape.cc    |  7 ++--
41855  6 files changed, 154 insertions(+), 87 deletions(-)
41856
41857 commit ec6c0e54d322d58cbc835feb58dcec7ede6ab744
41858 Author: Behdad Esfahbod <behdad@behdad.org>
41859 Date:   Tue Oct 26 11:28:14 2010 -0400
41860
41861     Fix blob leak
41862
41863  src/hb-font.cc | 2 +-
41864  1 file changed, 1 insertion(+), 1 deletion(-)
41865
41866 commit bd7378b2ef9793de4e7f57b920f29f48ac9d0c25
41867 Author: Behdad Esfahbod <behdad@behdad.org>
41868 Date:   Wed Oct 13 18:33:16 2010 -0400
41869
41870     Massage mask setting a bit more
41871
41872     Still finding the exact correct way the masks should be set.
41873
41874  src/hb-buffer-private.hh | 19 ++++++++++++++++---
41875  src/hb-buffer.cc         |  9 +++++++++
41876  src/hb-ot-shape.cc       |  6 ++++--
41877  3 files changed, 29 insertions(+), 5 deletions(-)
41878
41879 commit 961f9baa7bc3556f1e4e7135859cebe1351f73a4
41880 Author: Behdad Esfahbod <behdad@behdad.org>
41881 Date:   Wed Oct 13 17:17:00 2010 -0400
41882
41883     Oops, actually set global mask
41884
41885  src/hb-buffer.cc | 2 +-
41886  1 file changed, 1 insertion(+), 1 deletion(-)
41887
41888 commit 39dede9ffffe732f78cbd092ccb3b48d77ddd66d
41889 Author: Behdad Esfahbod <behdad@behdad.org>
41890 Date:   Wed Oct 13 15:54:06 2010 -0400
41891
41892     Make sure boolean features always use value=1
41893
41894     Previously boolean features turned on the entire feature mask.
41895     This is
41896     wrong if feature is Alternate and user has provided values bigger
41897     than one.
41898     Though, I don't think other engines support such corner cases.
41899
41900  src/hb-ot-map-private.hh          | 10 ++++++++--
41901  src/hb-ot-map.cc                  |  3 ++-
41902  src/hb-ot-shape-complex-arabic.cc |  2 +-
41903  src/hb-ot-shape.cc                |  2 +-
41904  4 files changed, 12 insertions(+), 5 deletions(-)
41905
41906 commit 3506b2e78db27e7835bd2c09c053a9807c9cac40
41907 Author: Behdad Esfahbod <behdad@behdad.org>
41908 Date:   Wed Oct 13 15:38:52 2010 -0400
41909
41910     Return early if mask is 0
41911
41912  src/hb-buffer.cc | 3 +++
41913  1 file changed, 3 insertions(+)
41914
41915 commit 5c1c8c9c50ddbe66ea595afb245a208b7775b27c
41916 Author: Behdad Esfahbod <behdad@behdad.org>
41917 Date:   Wed Oct 13 15:36:38 2010 -0400
41918
41919     Make sure feature values don't leak out of their mask
41920
41921  src/hb-buffer.cc | 1 +
41922  1 file changed, 1 insertion(+)
41923
41924 commit 852912fc2db06b6183a2dc87c45ec1b563063572
41925 Author: Behdad Esfahbod <behdad@behdad.org>
41926 Date:   Wed Oct 13 15:34:50 2010 -0400
41927
41928     Fix applying default-value for features
41929
41930     Previously if a default global feature was overrided by a non-global
41931     user feature, we were not setting any default mask for the feature,
41932     essentially disabling the feature by default.  Fix that.
41933
41934  TODO                     |  2 --
41935  src/hb-ot-map-private.hh | 10 ++++++----
41936  src/hb-ot-map.cc         | 13 +++++++------
41937  3 files changed, 13 insertions(+), 12 deletions(-)
41938
41939 commit 2989be4919242670c94825bded96db20a7b2035b
41940 Author: Behdad Esfahbod <behdad@behdad.org>
41941 Date:   Wed Oct 13 15:18:29 2010 -0400
41942
41943     Set user masks after complex masks
41944
41945  src/hb-ot-shape.cc | 4 ++--
41946  1 file changed, 2 insertions(+), 2 deletions(-)
41947
41948 commit a7820b7b15a809b4a1a4077147ceed7bea528483
41949 Author: Behdad Esfahbod <behdad@behdad.org>
41950 Date:   Wed Oct 13 14:20:48 2010 -0400
41951
41952     Add TODO item
41953
41954  TODO | 2 ++
41955  1 file changed, 2 insertions(+)
41956
41957 commit 04a3023a66203d94b77f2d7a8d6bcdedf067e155
41958 Author: Behdad Esfahbod <behdad@behdad.org>
41959 Date:   Wed Oct 13 10:57:27 2010 -0400
41960
41961     Cleanup TODO
41962
41963     Looks like a roadmap now.
41964
41965  TODO | 72
41966  +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
41967  1 file changed, 59 insertions(+), 13 deletions(-)
41968
41969 commit 3111b8a0d5b38da57c0f6285aec2b92eb690188f
41970 Author: Behdad Esfahbod <behdad@behdad.org>
41971 Date:   Wed Oct 13 10:41:53 2010 -0400
41972
41973     Fix stupid bug, oops
41974
41975  src/hb-font.cc | 2 +-
41976  1 file changed, 1 insertion(+), 1 deletion(-)
41977
41978 commit 3703f88b74707113e782eb6ca9a77603561760d0
41979 Author: Behdad Esfahbod <behdad@behdad.org>
41980 Date:   Tue Oct 12 18:34:20 2010 -0400
41981
41982     Step the version up to 0.2 now that Arabic shaper is in
41983
41984  configure.ac | 2 +-
41985  1 file changed, 1 insertion(+), 1 deletion(-)
41986
41987 commit 758f68b860b44b5a04eb3dde5cb40b1b04cf634a
41988 Author: Behdad Esfahbod <behdad@behdad.org>
41989 Date:   Tue Oct 12 17:37:44 2010 -0400
41990
41991     Fix Arabic shaper
41992
41993     It's tested now.  It works!
41994
41995  src/hb-ot-shape-complex-arabic.cc | 7 ++++---
41996  1 file changed, 4 insertions(+), 3 deletions(-)
41997
41998 commit 13403bc67a01e0d4908fb964093fd02ddd11c580
41999 Author: Behdad Esfahbod <behdad@behdad.org>
42000 Date:   Tue Oct 12 17:23:54 2010 -0400
42001
42002     Hookup Arabic shaper!
42003
42004     Not tested yet.
42005
42006  src/hb-ot-shape-complex-arabic.cc  |  6 +++---
42007  src/hb-ot-shape-complex-private.hh | 37
42008  ++++++++++++++++++++++---------------
42009  src/hb-ot-shape-private.hh         | 14 +++++++++++++-
42010  src/hb-ot-shape.cc                 |  3 ++-
42011  4 files changed, 40 insertions(+), 20 deletions(-)
42012
42013 commit 57ac0ecb7843533b2e6e6d6c8a12b2a44437cc1c
42014 Author: Behdad Esfahbod <behdad@behdad.org>
42015 Date:   Tue Oct 12 17:07:02 2010 -0400
42016
42017     Merge clearing masks and setting global masks
42018
42019  src/hb-buffer-private.hh | 11 ++++++-----
42020  src/hb-buffer.cc         |  5 +++--
42021  src/hb-ot-map.cc         |  2 +-
42022  src/hb-ot-shape.cc       |  7 ++-----
42023  4 files changed, 12 insertions(+), 13 deletions(-)
42024
42025 commit fc96596b7c1c4e62491e951a3c256fb00dcde550
42026 Author: Behdad Esfahbod <behdad@behdad.org>
42027 Date:   Tue Oct 12 17:00:25 2010 -0400
42028
42029     Form clusters before setting masks
42030
42031  src/hb-ot-shape.cc | 4 ++--
42032  1 file changed, 2 insertions(+), 2 deletions(-)
42033
42034 commit 1e80782244cdb1dedae9d1e61079d0508e57ca72
42035 Author: Behdad Esfahbod <behdad@behdad.org>
42036 Date:   Tue Oct 12 17:00:07 2010 -0400
42037
42038     Clear masks before setting them up, not after!
42039
42040  src/hb-ot-shape.cc | 6 ++----
42041  1 file changed, 2 insertions(+), 4 deletions(-)
42042
42043 commit fd3d32d31cb6d74a9994b6850d539fd0b707d941
42044 Author: Behdad Esfahbod <behdad@behdad.org>
42045 Date:   Tue Oct 12 16:57:47 2010 -0400
42046
42047     Add hb_ot_shape_execute()
42048
42049     Not public yet.
42050
42051  src/hb-ot-shape-private.hh |  5 ++---
42052  src/hb-ot-shape.cc         | 19 ++++++++++++++-----
42053  2 files changed, 16 insertions(+), 8 deletions(-)
42054
42055 commit 49baa1f69efb0e3c62e45bd59dd88459a84bf390
42056 Author: Behdad Esfahbod <behdad@behdad.org>
42057 Date:   Tue Oct 12 16:50:36 2010 -0400
42058
42059     Add hb_ot_complex_shaper_t stuff and start hooking Arabic shaper up
42060
42061  src/Makefile.am                                    |  3 +-
42062  src/hb-ot-map-private.hh                           |  2 +-
42063  src/hb-ot-map.cc                                   |  2 +-
42064  ...ape-arabic.cc => hb-ot-shape-complex-arabic.cc} |  9 +++
42065  src/hb-ot-shape-complex-private.hh                 | 88
42066  ++++++++++++++++++++++
42067  src/hb-ot-shape-private.hh                         | 12 +--
42068  src/hb-ot-shape.cc                                 |  8 +-
42069  7 files changed, 107 insertions(+), 17 deletions(-)
42070
42071 commit 605ed468f380f86d642031f6451447d270cb6de1
42072 Author: Behdad Esfahbod <behdad@behdad.org>
42073 Date:   Tue Oct 12 16:19:29 2010 -0400
42074
42075     Add hb_ot_shape_plan_t
42076
42077     This is the object that a separate plan/execute shaping API will
42078     use in
42079     between the two stages.
42080
42081  src/hb-ot-shape-private.hh | 12 ++++++++++--
42082  src/hb-ot-shape.cc         | 38 ++++++++++++++++++--------------------
42083  2 files changed, 28 insertions(+), 22 deletions(-)
42084
42085 commit 895fb5d364e7ae5d9d2e34b9f68b8651804369ef
42086 Author: Behdad Esfahbod <behdad@behdad.org>
42087 Date:   Tue Oct 12 16:00:21 2010 -0400
42088
42089     Refactor, in a different direction
42090
42091  src/hb-ot-map-private.hh   | 15 ++++++++-------
42092  src/hb-ot-map.cc           | 23 ++++++++++++-----------
42093  src/hb-ot-shape-private.hh | 13 +------------
42094  src/hb-ot-shape.cc         | 33 +++++++++++++++++----------------
42095  4 files changed, 38 insertions(+), 46 deletions(-)
42096
42097 commit d2ba016ca1ba7489537768b619980d5159b5870c
42098 Author: Behdad Esfahbod <behdad@behdad.org>
42099 Date:   Tue Oct 12 15:35:45 2010 -0400
42100
42101     More refactoring
42102
42103  src/hb-ot-map-private.hh   | 32 +++++---------------------------
42104  src/hb-ot-map.cc           | 32 +++++++++++++++++++++++++++++---
42105  src/hb-ot-shape-private.hh | 16 ++++++++++++++--
42106  src/hb-ot-shape.cc         | 43
42107  ++++++++++++++++++++++++++++---------------
42108  src/hb-ot-shape.h          | 10 +++++-----
42109  5 files changed, 81 insertions(+), 52 deletions(-)
42110
42111 commit 66e487dfbfdccd0c4be8cd11661d412ca27c3425
42112 Author: Behdad Esfahbod <behdad@behdad.org>
42113 Date:   Tue Oct 12 13:51:19 2010 -0400
42114
42115     Update Arabic shaping table to Unicode 6.0.0.
42116
42117  src/hb-ot-shape-arabic.cc | 8 ++++----
42118  1 file changed, 4 insertions(+), 4 deletions(-)
42119
42120 commit f4792d99eee0e8cd72b7cb01c96a09f16e2a72ce
42121 Author: Behdad Esfahbod <behdad@behdad.org>
42122 Date:   Tue Oct 12 12:32:18 2010 -0400
42123
42124     Fix infinite loop!
42125
42126     Untested code is indeed buggy code.
42127
42128     Mozilla bug #603352.
42129
42130  src/hb-ot-tag.c | 6 ++----
42131  1 file changed, 2 insertions(+), 4 deletions(-)
42132
42133 commit 993d1e786a32612b796dae8309ce402a4121bec7
42134 Author: Behdad Esfahbod <behdad@behdad.org>
42135 Date:   Tue Oct 12 11:17:30 2010 -0400
42136
42137     Fix missing negation in unreachable code!
42138
42139     Mozilla bug #603346
42140
42141  src/hb-open-type-private.hh | 5 ++---
42142  1 file changed, 2 insertions(+), 3 deletions(-)
42143
42144 commit 52601275d5e4000dada4f925fb78723eeeee7bd4
42145 Author: Behdad Esfahbod <behdad@behdad.org>
42146 Date:   Fri Oct 8 20:38:46 2010 -0400
42147
42148     More separation
42149
42150  src/hb-ot-shape.cc | 14 +++++---------
42151  1 file changed, 5 insertions(+), 9 deletions(-)
42152
42153 commit 6b7e6758626268ba1c7c266128e618ec73ae2c0f
42154 Author: Behdad Esfahbod <behdad@behdad.org>
42155 Date:   Fri Oct 8 20:30:04 2010 -0400
42156
42157     Minor
42158
42159  src/hb-ot-shape.cc | 22 +++++++++++-----------
42160  1 file changed, 11 insertions(+), 11 deletions(-)
42161
42162 commit aa9c450bb2d7c3c9e36ea32e3558250391a0582d
42163 Author: Behdad Esfahbod <behdad@behdad.org>
42164 Date:   Fri Oct 8 20:27:38 2010 -0400
42165
42166     Enable 'rtlm' mirroring
42167
42168  src/hb-ot-map-private.hh |  9 +++++----
42169  src/hb-ot-shape.cc       | 30 +++++++++++++++---------------
42170  2 files changed, 20 insertions(+), 19 deletions(-)
42171
42172 commit 36925f695d349a53d52ecc3a58f18240a6977463
42173 Author: Behdad Esfahbod <behdad@behdad.org>
42174 Date:   Fri Oct 8 20:20:32 2010 -0400
42175
42176     Rename hb_mask_allocator_t to hb_ot_map_t
42177
42178     hb_ot_plan_t may be a better name, donno.
42179
42180  src/hb-ot-map-private.hh   |  4 ++--
42181  src/hb-ot-map.cc           |  2 +-
42182  src/hb-ot-shape-private.hh |  4 ++--
42183  src/hb-ot-shape.cc         | 49
42184  +++++++++++++++++++++-------------------------
42185  4 files changed, 27 insertions(+), 32 deletions(-)
42186
42187 commit f5dd3be46b5c77a2c5b97b82a0b67ac9e851b898
42188 Author: Behdad Esfahbod <behdad@behdad.org>
42189 Date:   Fri Oct 8 20:16:23 2010 -0400
42190
42191     Improve checks
42192
42193  src/check-c-linkage-decls.sh | 2 +-
42194  src/check-header-guards.sh   | 2 +-
42195  2 files changed, 2 insertions(+), 2 deletions(-)
42196
42197 commit 5a2b0b3878cd9c62121bb4fd6344e102a9ee1825
42198 Author: Behdad Esfahbod <behdad@behdad.org>
42199 Date:   Fri Oct 8 20:14:57 2010 -0400
42200
42201     Add hb-ot-map.cc
42202
42203  src/Makefile.am          |   1 +
42204  src/hb-ot-map-private.hh | 129 +-----------------------------------
42205  src/hb-ot-map.cc         | 165
42206  +++++++++++++++++++++++++++++++++++++++++++++++
42207  3 files changed, 168 insertions(+), 127 deletions(-)
42208
42209 commit ecc4550ed7bc900a61081edfbcd0ad09cbf29b36
42210 Author: Behdad Esfahbod <behdad@behdad.org>
42211 Date:   Fri Oct 8 20:05:29 2010 -0400
42212
42213     Fix feature overriding
42214
42215  src/hb-ot-map-private.hh | 2 +-
42216  1 file changed, 1 insertion(+), 1 deletion(-)
42217
42218 commit 8f08c3275040870a645ef034a38d30c05c619f21
42219 Author: Behdad Esfahbod <behdad@behdad.org>
42220 Date:   Fri Oct 8 19:43:48 2010 -0400
42221
42222     Minor cleanup
42223
42224  src/hb-open-type-private.hh |  8 ++----
42225  src/hb-ot-map-private.hh    | 61
42226  +++++++++++++--------------------------------
42227  src/hb-ot-tag.c             | 11 ++++----
42228  src/hb-private.h            |  4 +++
42229  4 files changed, 28 insertions(+), 56 deletions(-)
42230
42231 commit a806762a314e83154793d96ee665e6668d6b56de
42232 Author: Behdad Esfahbod <behdad@behdad.org>
42233 Date:   Fri Oct 8 19:18:40 2010 -0400
42234
42235     Add hb-ot-shape-private.hh
42236
42237  src/Makefile.am            |  1 +
42238  src/hb-ot-shape-arabic.cc  |  2 +-
42239  src/hb-ot-shape-private.hh | 60
42240  ++++++++++++++++++++++++++++++++++++++++++++++
42241  3 files changed, 62 insertions(+), 1 deletion(-)
42242
42243 commit 4924affe0f0adf75f2a0e2137a71206b0576d63f
42244 Author: Behdad Esfahbod <behdad@behdad.org>
42245 Date:   Fri Oct 8 19:18:16 2010 -0400
42246
42247     Add hb-ot-map-private.hh
42248
42249  src/Makefile.am          |   1 +
42250  src/hb-ot-map-private.hh | 307
42251  +++++++++++++++++++++++++++++++++++++++++++++++
42252  src/hb-ot-shape.cc       | 274 ++----------------------------------------
42253  3 files changed, 315 insertions(+), 267 deletions(-)
42254
42255 commit a7c5046d6b676a32298b97403a49235f7f255161
42256 Author: Behdad Esfahbod <behdad@behdad.org>
42257 Date:   Fri Oct 8 18:47:47 2010 -0400
42258
42259     Add private hb_segment_properties_t
42260
42261  src/hb-buffer-private.hh | 14 ++++++++------
42262  1 file changed, 8 insertions(+), 6 deletions(-)
42263
42264 commit b897c607d91d569f4eaa681d1f5b3d9f3d2bb093
42265 Author: Behdad Esfahbod <behdad@behdad.org>
42266 Date:   Fri Oct 8 18:41:57 2010 -0400
42267
42268     Flip the OT bit-allocation vs gsub/gpos inside-out
42269
42270     We now build our entire attack plan before jumping in.
42271
42272  src/hb-ot-shape.cc | 333
42273  ++++++++++++++++++++++++++++-------------------------
42274  1 file changed, 176 insertions(+), 157 deletions(-)
42275
42276 commit e89b7d2a61b7f58e6c7cec00d5ce2246dee1e8a1
42277 Author: Behdad Esfahbod <behdad@behdad.org>
42278 Date:   Fri Oct 8 12:29:59 2010 -0400
42279
42280     Logically separate feature collection
42281
42282  src/hb-ot-shape.cc | 29 ++++++++++++++++++-----------
42283  1 file changed, 18 insertions(+), 11 deletions(-)
42284
42285 commit 5b88908f12ad1d828dd6075fb8fc0036c2d6af3a
42286 Author: Behdad Esfahbod <behdad@behdad.org>
42287 Date:   Fri Oct 8 12:23:01 2010 -0400
42288
42289     Minor
42290
42291  src/hb-ot-shape.cc | 18 ++++++------------
42292  1 file changed, 6 insertions(+), 12 deletions(-)
42293
42294 commit 5360ce0c5c33f921b3f9ad3f42529a19df5ad0fe
42295 Author: Behdad Esfahbod <behdad@behdad.org>
42296 Date:   Thu Oct 7 21:21:11 2010 -0400
42297
42298     Move some more code around
42299
42300  src/hb-ot-shape.cc | 27 +++++++++++++--------------
42301  1 file changed, 13 insertions(+), 14 deletions(-)
42302
42303 commit d9c726078828d50db62e05407a3f38f2e7607533
42304 Author: Behdad Esfahbod <behdad@behdad.org>
42305 Date:   Thu Oct 7 21:19:54 2010 -0400
42306
42307     Minor
42308
42309  src/hb-ot-shape.cc | 18 +++++++++---------
42310  1 file changed, 9 insertions(+), 9 deletions(-)
42311
42312 commit efe0d682e860ffd23a1d17c68c8273f17d51c1c9
42313 Author: Behdad Esfahbod <behdad@behdad.org>
42314 Date:   Thu Oct 7 21:12:46 2010 -0400
42315
42316     Simplify compiling lookups
42317
42318  src/hb-ot-shape.cc | 66
42319  ++++++++++++++++++++++--------------------------------
42320  1 file changed, 27 insertions(+), 39 deletions(-)
42321
42322 commit 476c94218b4f5b8e119e82b0e10b641e0c10bf56
42323 Author: Behdad Esfahbod <behdad@behdad.org>
42324 Date:   Thu Oct 7 17:47:33 2010 -0400
42325
42326     Rename
42327
42328  src/hb-ot-shape.cc | 18 ++++++++++--------
42329  1 file changed, 10 insertions(+), 8 deletions(-)
42330
42331 commit 34db6f031d7ac009f554386ef990bad44886b9ee
42332 Author: Behdad Esfahbod <behdad@behdad.org>
42333 Date:   Thu Oct 7 01:21:19 2010 -0400
42334
42335     Add XXX note
42336
42337  src/hb-buffer.cc | 1 +
42338  1 file changed, 1 insertion(+)
42339
42340 commit 98aa3f65446496dc250d9b01d98cacfdf1157e06
42341 Author: Behdad Esfahbod <behdad@behdad.org>
42342 Date:   Wed Oct 6 00:23:36 2010 -0400
42343
42344     Call hb_ot_shape_setup_lookups_complex()
42345
42346  src/hb-ot-shape.cc | 10 +++++++++-
42347  1 file changed, 9 insertions(+), 1 deletion(-)
42348
42349 commit f1d07885dc358e79c237e824c94b3320c0a9c17d
42350 Author: Behdad Esfahbod <behdad@behdad.org>
42351 Date:   Wed Oct 6 00:21:37 2010 -0400
42352
42353     Rename setup_lookups()
42354
42355  src/hb-ot-shape.cc | 10 +++++-----
42356  1 file changed, 5 insertions(+), 5 deletions(-)
42357
42358 commit affc5abac7bdae51df85856a5478d34d96fda4fe
42359 Author: Behdad Esfahbod <behdad@behdad.org>
42360 Date:   Wed Oct 6 00:18:16 2010 -0400
42361
42362     Move table_tag to hb_ot_shape_context_t
42363
42364  src/hb-ot-shape.cc | 31 +++++++++++++++++--------------
42365  1 file changed, 17 insertions(+), 14 deletions(-)
42366
42367 commit 967240dd8b96802345ef273e75427066e91ea8fb
42368 Author: Behdad Esfahbod <behdad@behdad.org>
42369 Date:   Tue Oct 5 23:00:05 2010 -0400
42370
42371     Add internal hb_ot_shape_context_t
42372
42373  src/hb-ot-shape-arabic.cc |  26 ++---
42374  src/hb-ot-shape.cc        | 237
42375  +++++++++++++++++++---------------------------
42376  2 files changed, 108 insertions(+), 155 deletions(-)
42377
42378 commit 3eb936f1539475098f39be78654b9c39b86f0799
42379 Author: Behdad Esfahbod <behdad@behdad.org>
42380 Date:   Tue Oct 5 18:36:58 2010 -0400
42381
42382     Add Arabic/Syriac/N'ko shaping logic
42383
42384     Not hooked up just yet.
42385
42386  src/Makefile.am                 |   9 +
42387  src/gen-arabic-joining-table.py |  39 +++
42388  src/hb-ot-shape-arabic.cc       | 716
42389  ++++++++++++++++++++++++++++++++++++++++
42390  3 files changed, 764 insertions(+)
42391
42392 commit 0109816b50064a314389333ff64aaf22cb4b1e56
42393 Author: Behdad Esfahbod <behdad@behdad.org>
42394 Date:   Tue Oct 5 18:36:45 2010 -0400
42395
42396     Update build system
42397
42398  autogen.sh   | 3 ---
42399  configure.ac | 1 +
42400  2 files changed, 1 insertion(+), 3 deletions(-)
42401
42402 commit e81d7afe6e0e9dd26025f3243a11cf0b408a8046
42403 Author: Behdad Esfahbod <behdad@behdad.org>
42404 Date:   Mon Oct 4 18:18:48 2010 -0400
42405
42406     Add hb_face_get_upem()
42407
42408  src/hb-font.cc | 6 ++++++
42409  src/hb-font.h  | 3 +++
42410  2 files changed, 9 insertions(+)
42411
42412 commit d47f79db92fa45d51cd5f7845db8a206f5ec122b
42413 Author: Behdad Esfahbod <behdad@behdad.org>
42414 Date:   Mon Oct 4 18:13:30 2010 -0400
42415
42416     Add TODO item
42417
42418  TODO | 2 ++
42419  1 file changed, 2 insertions(+)
42420
42421 commit bd361945a89ea31e6c4525aa030e18744ea81fb3
42422 Author: Behdad Esfahbod <behdad@behdad.org>
42423 Date:   Mon Oct 4 17:22:57 2010 -0400
42424
42425     Add API comments
42426
42427  src/hb-font.h | 17 +++++++++++++++--
42428  1 file changed, 15 insertions(+), 2 deletions(-)
42429
42430 commit 645f6f265b5f6fb85b3c0f59ea874d58c86e3917
42431 Author: Behdad Esfahbod <behdad@behdad.org>
42432 Date:   Mon Oct 4 17:01:01 2010 -0400
42433
42434     Add is_mutable() functions
42435
42436     Correspond to the make_mutable() ones.
42437
42438  src/hb-font.cc   | 6 ++++++
42439  src/hb-font.h    | 2 ++
42440  src/hb-unicode.c | 6 ++++++
42441  src/hb-unicode.h | 2 ++
42442  4 files changed, 16 insertions(+)
42443
42444 commit 19c0eab8cf96d00e168c4b11ec435019c1ed44f7
42445 Author: Behdad Esfahbod <behdad@behdad.org>
42446 Date:   Mon Oct 4 16:45:21 2010 -0400
42447
42448     Add getters for all setter APIs
42449
42450     One in particular is not a straight getter: hb_font_unset_funcs() is
42451     special because of the specific needs of the lifecycle management of
42452     the user_data object.
42453
42454  src/hb-font.cc   | 64
42455  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
42456  src/hb-font.h    | 40 +++++++++++++++++++++++++++++++++++
42457  src/hb-unicode.c | 32 ++++++++++++++++++++++++++++
42458  src/hb-unicode.h | 31 ++++++++++++++++++++++++++-
42459  4 files changed, 166 insertions(+), 1 deletion(-)
42460
42461 commit f0feb084b0fd1510474b25404d1dcc5686ee0538
42462 Author: Behdad Esfahbod <behdad@behdad.org>
42463 Date:   Sun Oct 3 19:09:39 2010 -0400
42464
42465     Minor
42466
42467  src/hb-ot-layout-private.hh | 12 +++++++-----
42468  1 file changed, 7 insertions(+), 5 deletions(-)
42469
42470 commit ac0c1663fa6e93a5a94c88fc7497bc11ca17f0a1
42471 Author: Behdad Esfahbod <behdad@behdad.org>
42472 Date:   Fri Oct 1 19:09:23 2010 -0400
42473
42474     Avoid div-by-zero, validate upem
42475
42476  src/hb-ot-head-private.hh   | 7 +++++++
42477  src/hb-ot-layout-private.hh | 6 +++---
42478  2 files changed, 10 insertions(+), 3 deletions(-)
42479
42480 commit 7f97d2cd904ea999c099c73c52187c5d65aeec67
42481 Author: Behdad Esfahbod <behdad@behdad.org>
42482 Date:   Fri Oct 1 18:58:50 2010 -0400
42483
42484     Pedantic
42485
42486  src/hb-open-type-private.hh        | 12 ++++++------
42487  src/hb-ot-layout-common-private.hh |  2 +-
42488  src/hb-ot-layout-gdef-private.hh   | 10 +++++-----
42489  src/hb-ot-layout-gpos-private.hh   |  6 +++---
42490  4 files changed, 15 insertions(+), 15 deletions(-)
42491
42492 commit 2841436926d6a406bd1f4a35c66a0e3c2fdbeca7
42493 Author: Behdad Esfahbod <behdad@behdad.org>
42494 Date:   Wed Sep 29 12:20:36 2010 -0400
42495
42496     Don't zero glyph advances in MarkToBase and similar lookups
42497
42498     See email thread "Should MarkToBase attachment zero the mark advance?"
42499     started by Jonathan Kew on 23 August 2010 for details.
42500
42501  src/hb-ot-layout-gpos-private.hh | 2 --
42502  1 file changed, 2 deletions(-)
42503
42504 commit 36b3862009c00ad922d68810173a69ac59723365
42505 Author: Behdad Esfahbod <behdad@behdad.org>
42506 Date:   Wed Sep 29 12:10:24 2010 -0400
42507
42508     One fewer cmp() implementation...
42509
42510  src/hb-ot-layout-common-private.hh | 3 +--
42511  1 file changed, 1 insertion(+), 2 deletions(-)
42512
42513 commit 4e573715ae5f5ed486ad66382bb44c47a86591ff
42514 Author: Behdad Esfahbod <behdad@behdad.org>
42515 Date:   Tue Sep 28 16:23:58 2010 -0400
42516
42517     Improve cmp function parameter namings and casts
42518
42519     No semantic change.
42520
42521  src/hb-open-type-private.hh        | 6 +++---
42522  src/hb-ot-layout-common-private.hh | 6 +++---
42523  src/hb-ot-shape.cc                 | 8 ++++----
42524  3 files changed, 10 insertions(+), 10 deletions(-)
42525
42526 commit dca8aff24652c83c53efbb9d06e5e1c7ef1c2fa5
42527 Author: Behdad Esfahbod <behdad@behdad.org>
42528 Date:   Tue Sep 28 16:25:23 2010 -0400
42529
42530     Add comment re DejaVu Sans Mono having 'dflt' script
42531
42532  src/hb-ot-layout.cc | 3 ++-
42533  1 file changed, 2 insertions(+), 1 deletion(-)
42534
42535 commit 9dc45401c07cb40114067cafbe286c63a9598f3b
42536 Author: Behdad Esfahbod <behdad@behdad.org>
42537 Date:   Tue Sep 28 16:23:28 2010 -0400
42538
42539     Fix stupid bug in bsearch cmp function!
42540
42541  src/hb-ot-layout-common-private.hh | 2 +-
42542  1 file changed, 1 insertion(+), 1 deletion(-)
42543
42544 commit 6fca4c18c42bdcbc67ee8855499c51c7d6311eb2
42545 Author: Behdad Esfahbod <behdad@behdad.org>
42546 Date:   Thu Sep 23 10:28:51 2010 -0400
42547
42548     Add TODO iteam
42549
42550  TODO | 2 ++
42551  1 file changed, 2 insertions(+)
42552
42553 commit f2a30bd605a57b99fce4b78e288c2ca62f7191ad
42554 Author: Behdad Esfahbod <behdad@behdad.org>
42555 Date:   Thu Sep 23 10:27:08 2010 -0400
42556
42557     Remove unimplemented method hb_font_get_funcs()
42558
42559     Got to add a suitable replacement.
42560
42561  src/hb-font.h | 3 ---
42562  1 file changed, 3 deletions(-)
42563
42564 commit 7b9a38a112aa2421d97187a9b30619360edeabbe
42565 Author: Behdad Esfahbod <behdad@behdad.org>
42566 Date:   Wed Sep 22 17:42:59 2010 -0400
42567
42568     Add test.c using public API
42569
42570  src/Makefile.am |  6 +++-
42571  src/test.c      | 94
42572  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
42573  2 files changed, 99 insertions(+), 1 deletion(-)
42574
42575 commit 9ea7368fce3fa373d8d2925961ad211f5cf6ce70
42576 Author: Behdad Esfahbod <behdad@behdad.org>
42577 Date:   Wed Sep 22 17:38:44 2010 -0400
42578
42579     Fix hb_ot_layout leak
42580
42581  src/hb-ot-layout.cc | 2 ++
42582  1 file changed, 2 insertions(+)
42583
42584 commit 8e577acae2e605547b6a1b9b3a941cb9e3c56a4c
42585 Author: Behdad Esfahbod <behdad@behdad.org>
42586 Date:   Wed Sep 22 17:37:02 2010 -0400
42587
42588     Fix blob refcounting with insane SFNT table directories
42589
42590  src/hb-font.cc | 4 +---
42591  1 file changed, 1 insertion(+), 3 deletions(-)
42592
42593 commit 75371bea4fbf50b8604d2698b4935c011648a6b6
42594 Author: Behdad Esfahbod <behdad@behdad.org>
42595 Date:   Wed Sep 22 17:12:10 2010 -0400
42596
42597     Add TODO item
42598
42599  TODO | 2 ++
42600  1 file changed, 2 insertions(+)
42601
42602 commit 5bd1e95236320aed60fb29ca1e93b9595d4aeeec
42603 Author: Behdad Esfahbod <behdad@behdad.org>
42604 Date:   Wed Sep 22 16:46:18 2010 -0400
42605
42606     Speedup Device table delta computation for common cases
42607
42608  src/hb-ot-layout-common-private.hh | 25 +++++++++++++++++++++----
42609  1 file changed, 21 insertions(+), 4 deletions(-)
42610
42611 commit ed4acbde9c5e3323cc95037b500d1bf2878ed3ee
42612 Author: Behdad Esfahbod <behdad@behdad.org>
42613 Date:   Mon Aug 16 14:36:27 2010 -0400
42614
42615     Fix NULL dereference
42616
42617     Reported by Jonathan Kew.  Face table handling needs to be redone
42618     anyway, but fix this for now.
42619
42620  src/hb-ot-layout.cc | 6 +++---
42621  1 file changed, 3 insertions(+), 3 deletions(-)
42622
42623 commit 258305c2a5dd47bd2d83f12eaf9caa5b19ae5efb
42624 Author: Behdad Esfahbod <behdad@behdad.org>
42625 Date:   Fri Aug 13 14:10:02 2010 -0400
42626
42627     [GPOS] Fix div-by-zero
42628
42629     Patch by Jonathan Kew.  Mozilla bug #465728.
42630
42631  src/hb-ot-layout-gpos-private.hh | 2 +-
42632  1 file changed, 1 insertion(+), 1 deletion(-)
42633
42634 commit 2422c4b96d32037a5cdaef4c427ed1d25db5f647
42635 Author: Behdad Esfahbod <behdad@behdad.org>
42636 Date:   Fri Aug 13 14:00:34 2010 -0400
42637
42638     Add TODO
42639
42640  src/hb-ot-shape.cc | 2 +-
42641  1 file changed, 1 insertion(+), 1 deletion(-)
42642
42643 commit 27f0b092a13344e8791c496c77a3c1e5de4f887c
42644 Author: Behdad Esfahbod <behdad@behdad.org>
42645 Date:   Fri Jul 23 17:35:54 2010 -0400
42646
42647     Logically separate feature allocation from application
42648
42649  src/hb-ot-shape.cc | 8 ++++----
42650  1 file changed, 4 insertions(+), 4 deletions(-)
42651
42652 commit 6cf63132dc771e1bcd5627720daf4bd2ea0800a5
42653 Author: Behdad Esfahbod <behdad@behdad.org>
42654 Date:   Fri Jul 23 17:32:26 2010 -0400
42655
42656     Minor
42657
42658  src/hb-ot-shape.cc | 2 +-
42659  1 file changed, 1 insertion(+), 1 deletion(-)
42660
42661 commit 4e4ef24e46f273ad2bdda2f718223e05b37dd50f
42662 Author: Behdad Esfahbod <behdad@behdad.org>
42663 Date:   Fri Jul 23 17:22:11 2010 -0400
42664
42665     Towards separating bit allocation from shaping
42666
42667  src/hb-buffer-private.hh         |  9 ++++++---
42668  src/hb-buffer.cc                 | 12 ++++++------
42669  src/hb-ot-layout-gpos-private.hh |  2 +-
42670  src/hb-ot-layout.cc              |  2 +-
42671  src/hb-ot-shape.cc               | 41
42672  ++++++++++++++++------------------------
42673  5 files changed, 30 insertions(+), 36 deletions(-)
42674
42675 commit da6cff3864d2ef4a061a29e5918359bafcd51f4c
42676 Author: Behdad Esfahbod <behdad@behdad.org>
42677 Date:   Fri Jul 23 15:40:58 2010 -0400
42678
42679     Add TODO items
42680
42681  TODO | 3 +++
42682  1 file changed, 3 insertions(+)
42683
42684 commit acdba3f90b232fc12fcb200dca2584481b339118
42685 Author: Behdad Esfahbod <behdad@behdad.org>
42686 Date:   Fri Jul 23 15:11:18 2010 -0400
42687
42688     Prefer C linkage
42689
42690  src/Makefile.am                      |  1 +
42691  src/check-c-linkage-decls.sh         | 18 ++++++++++++++++++
42692  src/hb-blob-private.h                |  2 ++
42693  src/hb-blob.c                        | 18 ++++++++++++------
42694  src/hb-blob.h                        |  2 ++
42695  src/hb-buffer-private.hh             |  1 +
42696  src/hb-buffer.cc                     |  7 ++++++-
42697  src/hb-buffer.h                      |  1 +
42698  src/hb-common.c                      |  6 ++++++
42699  src/hb-common.h                      | 21 +++++++++++++--------
42700  src/hb-font-private.h                |  1 +
42701  src/hb-font.cc                       |  4 ++++
42702  src/hb-font.h                        |  1 +
42703  src/hb-ft.c                          | 10 ++++++++--
42704  src/hb-ft.h                          |  2 ++
42705  src/hb-glib.c                        |  6 ++++++
42706  src/hb-glib.h                        |  2 ++
42707  src/hb-graphite.cc                   |  6 ++++++
42708  src/hb-graphite.h                    |  3 ++-
42709  src/hb-icu.c                         |  6 ++++++
42710  src/hb-icu.h                         |  2 ++
42711  src/hb-language.c                    |  5 +++++
42712  src/hb-language.h                    |  2 ++
42713  src/hb-object-private.h              |  2 ++
42714  src/hb-open-file-private.hh          |  4 ++++
42715  src/hb-open-type-private.hh          |  5 +++++
42716  src/hb-ot-head-private.hh            |  5 +++++
42717  src/hb-ot-layout-common-private.hh   |  6 ++++++
42718  src/hb-ot-layout-gdef-private.hh     |  4 ++++
42719  src/hb-ot-layout-gpos-private.hh     |  6 ++++++
42720  src/hb-ot-layout-gsub-private.hh     |  7 ++++++-
42721  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++++++++++
42722  src/hb-ot-layout-private.hh          |  3 ++-
42723  src/hb-ot-layout.cc                  |  5 +++++
42724  src/hb-ot-layout.h                   |  1 +
42725  src/hb-ot-shape.cc                   |  6 ++++++
42726  src/hb-ot-shape.h                    |  2 ++
42727  src/hb-ot-tag.c                      |  5 +++++
42728  src/hb-ot-tag.h                      |  2 ++
42729  src/hb-ot.h                          |  3 +++
42730  src/hb-private.h                     |  5 +++++
42731  src/hb-shape.cc                      |  5 +++++
42732  src/hb-shape.h                       |  1 +
42733  src/hb-unicode-private.h             |  1 +
42734  src/hb-unicode.c                     |  6 ++++++
42735  src/hb-unicode.h                     |  1 +
42736  src/hb.h                             |  3 +++
42737  src/main.cc                          |  6 ++++++
42738  48 files changed, 214 insertions(+), 20 deletions(-)
42739
42740 commit cc6d52279d10a2edcf0d86c3a18a79ff4f6d3858
42741 Author: Behdad Esfahbod <behdad@behdad.org>
42742 Date:   Fri Jul 23 15:00:13 2010 -0400
42743
42744     De-C++ where possible
42745
42746     Helps with avoiding many "extern C" declarations in source files.
42747
42748  src/Makefile.am                               | 4 ++--
42749  src/check-header-guards.sh                    | 2 +-
42750  src/{hb-font-private.hh => hb-font-private.h} | 6 +++---
42751  src/hb-font.cc                                | 2 +-
42752  src/{hb-ft.cc => hb-ft.c}                     | 2 +-
42753  src/hb-graphite.cc                            | 2 +-
42754  src/hb-ot-layout-gdef-private.hh              | 2 +-
42755  src/hb-ot-layout-private.hh                   | 2 +-
42756  8 files changed, 11 insertions(+), 11 deletions(-)
42757
42758 commit 0dd200d28f51bf4062d8a377432c8977c80cb210
42759 Author: Behdad Esfahbod <behdad@behdad.org>
42760 Date:   Fri Jul 23 14:56:29 2010 -0400
42761
42762     Header dep cleanup
42763
42764  src/hb-font-private.hh      | 2 --
42765  src/hb-ot-layout-private.hh | 1 +
42766  2 files changed, 1 insertion(+), 2 deletions(-)
42767
42768 commit fb0d25246267851a1fc200ead28c56359a40047e
42769 Author: Behdad Esfahbod <behdad@behdad.org>
42770 Date:   Fri Jul 23 14:54:22 2010 -0400
42771
42772     dos2unix
42773
42774  src/hb-ot-head-private.hh | 256
42775  +++++++++++++++++++++++-----------------------
42776  1 file changed, 128 insertions(+), 128 deletions(-)
42777
42778 commit 81408cd51ce575891e79e6483be187130f864c28
42779 Author: Behdad Esfahbod <behdad@behdad.org>
42780 Date:   Fri Jul 23 14:46:57 2010 -0400
42781
42782     Don't use "operator ="
42783
42784     Some compilers don't like operator = defined on members of union
42785     members
42786     either.  Reported by Ginn Chen for Sun Studio compilers.
42787
42788  src/hb-open-type-private.hh | 6 +++---
42789  1 file changed, 3 insertions(+), 3 deletions(-)
42790
42791 commit 39fe34d4c356516f0a92f42b13a168572829d24e
42792 Author: Behdad Esfahbod <behdad@behdad.org>
42793 Date:   Thu Jul 22 18:12:38 2010 -0400
42794
42795     Add TODO option
42796
42797  TODO | 2 ++
42798  1 file changed, 2 insertions(+)
42799
42800 commit 243a96f41482edb83e4798358064bd3329dd278c
42801 Author: Behdad Esfahbod <behdad@behdad.org>
42802 Date:   Wed Jul 21 17:21:12 2010 -0400
42803
42804     Add arm build fix to TODO
42805
42806  TODO | 1 +
42807  1 file changed, 1 insertion(+)
42808
42809 commit c407f05f99f9225916d3d0ae06eac8fbc8b55b97
42810 Author: Behdad Esfahbod <behdad@behdad.org>
42811 Date:   Wed Jul 21 17:20:44 2010 -0400
42812
42813     Remove fixed TODO item
42814
42815  TODO | 1 -
42816  1 file changed, 1 deletion(-)
42817
42818 commit 4f801bd6586defdbf70162e0c7f8968d2b476df2
42819 Author: Behdad Esfahbod <behdad@behdad.org>
42820 Date:   Wed Jul 21 16:37:01 2010 -0400
42821
42822     Mozilla bug 580233 - check for zero-length record in hb sanitizer.
42823
42824     Patch / report by Jonathan Kew.
42825
42826  src/hb-open-type-private.hh | 2 +-
42827  1 file changed, 1 insertion(+), 1 deletion(-)
42828
42829 commit 17e9ff938b638fd1cb80c990ba13bd47562116b8
42830 Author: Behdad Esfahbod <behdad@behdad.org>
42831 Date:   Thu Jul 15 11:21:34 2010 -0700
42832
42833     Fix 64bit issues with debug prints
42834
42835  src/hb-blob.c               | 10 +++++-----
42836  src/hb-open-type-private.hh |  5 +++--
42837  2 files changed, 8 insertions(+), 7 deletions(-)
42838
42839 commit fd56ae49637b978ea3b36fab5b48f1a3cc99e90e
42840 Author: Behdad Esfahbod <behdad@behdad.org>
42841 Date:   Thu Jul 8 00:53:40 2010 -0400
42842
42843     Don't bother sorting, it's a safe font error if the array is not
42844     sorted
42845
42846  src/hb-open-type-private.hh        | 29 -----------------------------
42847  src/hb-ot-layout-common-private.hh |  7 -------
42848  2 files changed, 36 deletions(-)
42849
42850 commit cc8a4abea68f2dba26feb5785f9e518e6853c744
42851 Author: Behdad Esfahbod <behdad@behdad.org>
42852 Date:   Thu Jul 8 00:40:04 2010 -0400
42853
42854     Use bsearch where applicable
42855
42856  src/hb-open-type-private.hh        |  49 +++++++++++++
42857  src/hb-ot-layout-common-private.hh | 145
42858  +++++++++++++------------------------
42859  2 files changed, 100 insertions(+), 94 deletions(-)
42860
42861 commit 2f418f5709b2b8b3ef2f6056b9d8c13b66f0b74a
42862 Author: Behdad Esfahbod <behdad@behdad.org>
42863 Date:   Wed Jul 7 22:07:40 2010 -0400
42864
42865     Remove useless TODO
42866
42867  src/hb-open-file-private.hh | 1 -
42868  1 file changed, 1 deletion(-)
42869
42870 commit da8edbb62204dc39f93d500ef85929e234e0bd19
42871 Author: Behdad Esfahbod <behdad@behdad.org>
42872 Date:   Wed Jun 9 07:15:39 2010 -0400
42873
42874     Fix header
42875
42876  src/hb-buffer-private.hh | 6 +++---
42877  1 file changed, 3 insertions(+), 3 deletions(-)
42878
42879 commit d05d13df02fbe76814694fe49cc01bbb41c3d0e7
42880 Author: Behdad Esfahbod <behdad@behdad.org>
42881 Date:   Wed Jun 9 07:15:03 2010 -0400
42882
42883     Add a test for header preprocessor guards
42884
42885  src/Makefile.am            |  4 +++-
42886  src/check-header-guards.sh | 20 ++++++++++++++++++++
42887  src/check-libstdc++.sh     |  1 -
42888  3 files changed, 23 insertions(+), 2 deletions(-)
42889
42890 commit 0f0cd9d361f1bb614aa3fd4616160d027062370e
42891 Author: Behdad Esfahbod <behdad@behdad.org>
42892 Date:   Wed Jun 9 06:32:56 2010 -0400
42893
42894     Fix header tags
42895
42896  src/hb-font-private.hh      | 6 +++---
42897  src/hb-object-private.h     | 6 +++---
42898  src/hb-open-type-private.hh | 4 ++--
42899  src/hb-ot-layout-private.hh | 6 +++---
42900  src/hb-ot-shape.h           | 2 +-
42901  5 files changed, 12 insertions(+), 12 deletions(-)
42902
42903 commit f2a1b411b1d48c3dfac0df8e78c848d9aa3bb047
42904 Author: Behdad Esfahbod <behdad@behdad.org>
42905 Date:   Thu Jun 3 11:37:51 2010 -0400
42906
42907     Followup fix for variation-selectors
42908
42909     Patch from Jonathan Kew
42910
42911  src/hb-ot-shape.cc | 3 ++-
42912  1 file changed, 2 insertions(+), 1 deletion(-)
42913
42914 commit a224b4d502d026fa642ee4098bf7bc0b4ba7ce27
42915 Author: Behdad Esfahbod <behdad@behdad.org>
42916 Date:   Wed Jun 2 22:24:54 2010 -0400
42917
42918     Fix skipping variation-selectors
42919
42920  src/hb-ot-shape.cc | 14 ++++++++------
42921  1 file changed, 8 insertions(+), 6 deletions(-)
42922
42923 commit 81a77b115db401f69e869690f24b9047370bdfde
42924 Author: Behdad Esfahbod <behdad@behdad.org>
42925 Date:   Tue Jun 1 23:03:54 2010 -0400
42926
42927     Make feature sorting stable
42928
42929  src/hb-ot-shape.cc | 4 +++-
42930  1 file changed, 3 insertions(+), 1 deletion(-)
42931
42932 commit fdc322a82047c4bda9fa3dab4338a0eac1c1bde7
42933 Author: Behdad Esfahbod <behdad@behdad.org>
42934 Date:   Fri May 28 20:55:52 2010 -0400
42935
42936     Minor
42937
42938  src/hb-ot-shape.cc | 38 +++++++++++++++++++++-----------------
42939  1 file changed, 21 insertions(+), 17 deletions(-)
42940
42941 commit f062ec6bb24b1c21d37b12adc7e944a5fe53526a
42942 Author: Behdad Esfahbod <behdad@behdad.org>
42943 Date:   Fri May 28 20:54:43 2010 -0400
42944
42945     Further simplify mask allocator
42946
42947  src/hb-ot-shape.cc | 23 +++++++----------------
42948  1 file changed, 7 insertions(+), 16 deletions(-)
42949
42950 commit 8af45fda475d075c5a285002463a00a0423d3926
42951 Author: Behdad Esfahbod <behdad@behdad.org>
42952 Date:   Fri May 28 20:41:20 2010 -0400
42953
42954     Fix global feature handling
42955
42956  src/hb-ot-shape.cc | 6 +++++-
42957  1 file changed, 5 insertions(+), 1 deletion(-)
42958
42959 commit e04685ee7be01695ec437fab50f919f1b7423c57
42960 Author: Behdad Esfahbod <behdad@behdad.org>
42961 Date:   Fri May 28 20:37:06 2010 -0400
42962
42963     Simplify mask allocation
42964
42965  src/hb-ot-shape.cc | 48 ++++++++++++++++++++----------------------------
42966  1 file changed, 20 insertions(+), 28 deletions(-)
42967
42968 commit 0e235d0fc9bdeeaffa7215c21abc5d40767a10c7
42969 Author: Behdad Esfahbod <behdad@behdad.org>
42970 Date:   Fri May 28 20:21:47 2010 -0400
42971
42972     Towards a mask allocator
42973
42974  src/hb-ot-shape.cc | 291
42975  ++++++++++++++++++++++++++++++++++-------------------
42976  1 file changed, 186 insertions(+), 105 deletions(-)
42977
42978 commit 81c5e8724b740c6e42ed3a45e0574c7c5f3ad8e6
42979 Author: Behdad Esfahbod <behdad@behdad.org>
42980 Date:   Fri May 28 18:31:16 2010 -0400
42981
42982     Allow disabling default features
42983
42984     Patch from Jonathan Kew
42985
42986  src/hb-buffer-private.hh |  18 +++--
42987  src/hb-buffer.cc         |  15 ++--
42988  src/hb-ot-shape.cc       | 196
42989  ++++++++++++++++++++++++++++++++---------------
42990  3 files changed, 153 insertions(+), 76 deletions(-)
42991
42992 commit 2163afbf35044f59dbf449254e65b8c9feb6cdeb
42993 Author: Behdad Esfahbod <behdad@behdad.org>
42994 Date:   Thu May 27 14:04:15 2010 -0400
42995
42996     Add note about UTF-8 decoder
42997
42998  src/hb-buffer.cc | 2 ++
42999  1 file changed, 2 insertions(+)
43000
43001 commit 226faa58f4e23eb655bebb0eff7206a3024c8d55
43002 Author: Behdad Esfahbod <behdad@behdad.org>
43003 Date:   Thu May 27 11:42:34 2010 -0400
43004
43005     Fix loop
43006
43007  src/hb-ot-tag.c | 4 ++--
43008  1 file changed, 2 insertions(+), 2 deletions(-)
43009
43010 commit 56bef5680cc76a67d16ca14ac69f0dda1a691968
43011 Author: Martin Hosken <martin_hosken@sil.org>
43012 Date:   Thu May 27 10:09:04 2010 +0100
43013
43014     Fixes to Python and Graphite from Martin
43015
43016  contrib/python/README             |  10 ++++
43017  contrib/python/lib/fontconfig.pyx |  47 +++++++++++++++++
43018  contrib/python/lib/harfbuzz.pyx   | 104
43019  ++------------------------------------
43020  contrib/python/scripts/hbtestfont | 103
43021  +++++++++++++++++++++++++++++++++----
43022  contrib/python/setup.py           |   3 +-
43023  src/hb-graphite.cc                |   8 +--
43024  6 files changed, 159 insertions(+), 116 deletions(-)
43025
43026 commit b485da0b719cb03cc33da57802c5151301664c2f
43027 Author: Behdad Esfahbod <behdad@behdad.org>
43028 Date:   Thu May 27 11:39:19 2010 -0400
43029
43030     Disable Graphite as it crashes all over the place...
43031
43032  src/hb-shape.cc | 2 +-
43033  1 file changed, 1 insertion(+), 1 deletion(-)
43034
43035 commit 93ac709b1f6b015371c29bf244a9ece62baedff0
43036 Author: Behdad Esfahbod <behdad@behdad.org>
43037 Date:   Wed May 26 16:22:00 2010 -0400
43038
43039     Cypriot is RTL
43040
43041  src/hb-unicode.c | 2 +-
43042  1 file changed, 1 insertion(+), 1 deletion(-)
43043
43044 commit 15c7379c16dbb9ee8ed1c0333ca7492532ce8423
43045 Author: Behdad Esfahbod <behdad@behdad.org>
43046 Date:   Wed May 26 10:48:10 2010 -0400
43047
43048     Revert "Merge remote branch 'martin/master'"
43049
43050     This reverts commit 80af2812fb3b231ddcb4608ec13c6038a681c818,
43051     reversing
43052     changes made to c442672ec2fb83ed41f3994b3aa4f92a097664ab.
43053
43054  contrib/python/README             |  10 ----
43055  contrib/python/lib/fontconfig.pyx |  47 -----------------
43056  contrib/python/lib/harfbuzz.pyx   | 104
43057  ++++++++++++++++++++++++++++++++++++--
43058  contrib/python/scripts/hbtestfont |  98
43059  ++++-------------------------------
43060  contrib/python/setup.py           |   3 +-
43061  src/Makefile.am                   |   2 +-
43062  src/hb-graphite.cc                |   8 +--
43063  src/hb-ot-shape.cc                |   2 +-
43064  src/hb-ot-tag.c                   |   1 -
43065  src/hb-ot.h                       |   2 +-
43066  src/hb-shape.cc                   |   2 +-
43067  11 files changed, 119 insertions(+), 160 deletions(-)
43068
43069 commit 80af2812fb3b231ddcb4608ec13c6038a681c818
43070 Merge: c442672 3109a86
43071 Author: Behdad Esfahbod <behdad@behdad.org>
43072 Date:   Mon May 24 18:14:24 2010 +0100
43073
43074     Merge remote branch 'martin/master'
43075
43076 commit c442672ec2fb83ed41f3994b3aa4f92a097664ab
43077 Author: Behdad Esfahbod <behdad@behdad.org>
43078 Date:   Mon May 24 18:02:32 2010 +0100
43079
43080     Fix struct initializers
43081
43082  src/hb-ft.cc  | 12 ++++++------
43083  src/hb-glib.c | 14 +++++++-------
43084  src/hb-icu.c  | 14 +++++++-------
43085  3 files changed, 20 insertions(+), 20 deletions(-)
43086
43087 commit f5ac9de259773a5f86809892e58166a485d70a3d
43088 Author: Behdad Esfahbod <behdad@behdad.org>
43089 Date:   Mon May 24 18:01:09 2010 +0100
43090
43091     Minor
43092
43093  src/hb-object-private.h | 24 +++++++++++++-----------
43094  1 file changed, 13 insertions(+), 11 deletions(-)
43095
43096 commit f97bf4f81257c97a46dff51be31b2ec214d6c270
43097 Author: Behdad Esfahbod <behdad@behdad.org>
43098 Date:   Mon May 24 17:50:19 2010 +0100
43099
43100     Make sure we initialize all callbacks upon creation
43101
43102     Also fixes issue with unicode callbacks never being set really.
43103
43104  src/hb-font.cc   | 18 +++++++-----------
43105  src/hb-unicode.c |  9 ++-------
43106  2 files changed, 9 insertions(+), 18 deletions(-)
43107
43108 commit bf36a1074ab23abeab0a7a6c47db26770dc1ab0a
43109 Author: Behdad Esfahbod <behdad@behdad.org>
43110 Date:   Mon May 24 17:46:21 2010 +0100
43111
43112     Move all callback functions in a vtable structs
43113
43114  src/hb-font-private.hh   | 10 ++++++----
43115  src/hb-font.cc           | 28 +++++++++++++++-------------
43116  src/hb-ot-shape.cc       |  4 ++--
43117  src/hb-unicode-private.h | 12 +++++++-----
43118  src/hb-unicode.c         | 32 +++++++++++++++++---------------
43119  5 files changed, 47 insertions(+), 39 deletions(-)
43120
43121 commit 3109a86add936ae4cc77541fc026c4fe2db4e328
43122 Author: Martin Hosken <martin_hosken@sil.org>
43123 Date:   Mon May 24 13:25:37 2010 +0100
43124
43125     hb-graphite now no longer has -ve advances within clusters. Fix
43126     infinite loop in tag_to_script(). python fixed to use tag_to_script
43127     and allow hbtestfont to be passed font files, where fontconfig knows
43128     about them.
43129
43130  contrib/python/lib/harfbuzz.pyx   | 4 ++--
43131  contrib/python/scripts/hbtestfont | 6 +++++-
43132  src/hb-graphite.cc                | 4 ++--
43133  src/hb-ot-tag.c                   | 1 +
43134  4 files changed, 10 insertions(+), 5 deletions(-)
43135
43136 commit e5bed0a37fe1b0576d08435179e455cb28eadcdb
43137 Author: Martin Hosken <martin_hosken@sil.org>
43138 Date:   Sat May 22 20:19:00 2010 +0100
43139
43140     Tidy up hbtestfont and add README
43141
43142  contrib/python/README             |  10 +++
43143  contrib/python/scripts/hbtestfont | 134
43144  +++++++++++++++++++-------------------
43145  2 files changed, 77 insertions(+), 67 deletions(-)
43146
43147 commit 70ae332fe66510500d303b6fcc79537833b42f05
43148 Author: Martin Hosken <martin_hosken@sil.org>
43149 Date:   Sat May 22 19:58:00 2010 +0100
43150
43151     Add fontconfig to hbtestfont
43152
43153  contrib/python/lib/fontconfig.pyx | 47 ++++++++++++++++++++++++++++
43154  contrib/python/scripts/hbtestfont | 64
43155  ++++++++++++++++++++++++---------------
43156  contrib/python/setup.py           |  3 +-
43157  3 files changed, 88 insertions(+), 26 deletions(-)
43158
43159 commit 72631c9d06b131d82080f212908e7d0b0266b841
43160 Merge: 1432ab1 1094a29
43161 Author: Martin Hosken <martin_hosken@sil.org>
43162 Date:   Sat May 22 09:38:02 2010 +0100
43163
43164     Merge branch 'master' of git://git.freedesktop.org/~behdad/harfbuzz-ng
43165
43166 commit 1432ab15c163eb0b5be3de66a4cb3df15ad73500
43167 Author: Martin Hosken <martin_hosken@sil.org>
43168 Date:   Sat May 22 00:56:40 2010 +0100
43169
43170     Add graphical output to hbtestfont
43171
43172  contrib/python/lib/harfbuzz.pyx   | 100
43173  +-------------------------------------
43174  contrib/python/scripts/hbtestfont |  62 ++++++++++++++++++++++-
43175  src/Makefile.am                   |   2 +-
43176  src/hb-ot-shape.cc                |   2 +-
43177  src/hb-ot.h                       |   2 +-
43178  src/hb-shape.cc                   |   2 +-
43179  6 files changed, 67 insertions(+), 103 deletions(-)
43180
43181 commit bbc7a99d01298f9be1ebaaceacbc9bc961e247e5
43182 Author: Behdad Esfahbod <behdad@behdad.org>
43183 Date:   Fri May 21 18:24:34 2010 +0100
43184
43185     Move mirroring around a bit
43186
43187  src/hb-ot-shape.cc | 8 ++++----
43188  1 file changed, 4 insertions(+), 4 deletions(-)
43189
43190 commit bd0987386b3a4dddf208ccf1a70ebfff6242ba73
43191 Author: Behdad Esfahbod <behdad@behdad.org>
43192 Date:   Fri May 21 18:06:35 2010 +0100
43193
43194     Add a few more standard features
43195
43196  src/hb-ot-shape.cc | 10 ++++++----
43197  1 file changed, 6 insertions(+), 4 deletions(-)
43198
43199 commit 75f3469ca6d626b08eb411984a2ba7fd48ca5b5f
43200 Author: Behdad Esfahbod <behdad@behdad.org>
43201 Date:   Fri May 21 17:59:04 2010 +0100
43202
43203     Add note
43204
43205  src/hb-ot-shape.cc | 1 +
43206  1 file changed, 1 insertion(+)
43207
43208 commit 1094a294f6a44c47fc75867983f2b135a6442bab
43209 Author: Behdad Esfahbod <behdad@behdad.org>
43210 Date:   Fri May 21 17:58:20 2010 +0100
43211
43212     Add rtlm
43213
43214  src/hb-ot-shape.cc | 26 +++++++++++++++++++++-----
43215  1 file changed, 21 insertions(+), 5 deletions(-)
43216
43217 commit 074ea787493a37ae8f68d17be7820f13fff57520
43218 Author: Behdad Esfahbod <behdad@behdad.org>
43219 Date:   Fri May 21 17:53:10 2010 +0100
43220
43221     Add ltra, ltrm, and rtla features
43222
43223  src/hb-ot-shape.cc | 60
43224  +++++++++++++++++++++++++++++++++++++++++++-----------
43225  1 file changed, 48 insertions(+), 12 deletions(-)
43226
43227 commit 1ce7b87c4d8d1ab3ec1d5198351d71b7199f7c64
43228 Author: Behdad Esfahbod <behdad@behdad.org>
43229 Date:   Fri May 21 17:31:45 2010 +0100
43230
43231     Cleanup bitmask allocation
43232
43233  src/hb-buffer-private.hh | 16 +++++++++++++
43234  src/hb-buffer.cc         | 36 +++++++++++++++++++++++++++++
43235  src/hb-ot-shape.cc       | 60
43236  +++++++++++++++++++++---------------------------
43237  3 files changed, 78 insertions(+), 34 deletions(-)
43238
43239 commit dd22a8f7bfd424a69286e90f79d2a23af6e89ec1
43240 Author: Behdad Esfahbod <behdad@behdad.org>
43241 Date:   Fri May 21 16:43:17 2010 +0100
43242
43243     Add note
43244
43245  src/hb-ot-layout-gsub-private.hh | 1 +
43246  1 file changed, 1 insertion(+)
43247
43248 commit cbd1d6a63a5d696b7d6a5aba9ee7305ea228416a
43249 Author: Martin Hosken <martin_hosken@sil.org>
43250 Date:   Fri May 21 15:16:43 2010 +0100
43251
43252     Rename Grxxx to HbGrxxx
43253
43254  src/hb-graphite.cc | 26 +++++++++++++-------------
43255  1 file changed, 13 insertions(+), 13 deletions(-)
43256
43257 commit 0375bdd2027767ee7bebef1ed289b33dc64f430e
43258 Author: Martin Hosken <martin_hosken@sil.org>
43259 Date:   Fri May 21 15:01:37 2010 +0100
43260
43261     Rename classes from Grxxx to HbGrxxx
43262
43263  src/hb-graphite.cc | 22 +++++++++++-----------
43264  1 file changed, 11 insertions(+), 11 deletions(-)
43265
43266 commit a5a72e004bb7123445c2c3a94352d358fc80d904
43267 Author: Behdad Esfahbod <behdad@behdad.org>
43268 Date:   Fri May 21 15:12:52 2010 +0100
43269
43270     Add hb-ot-shape.h, oops.
43271
43272  src/hb-ot-shape.h | 44 ++++++++++++++++++++++++++++++++++++++++++++
43273  1 file changed, 44 insertions(+)
43274
43275 commit aa62a402a72bdecad2a955dbfaf6e24cd2c00e55
43276 Author: Behdad Esfahbod <behdad@behdad.org>
43277 Date:   Fri May 21 14:42:11 2010 +0100
43278
43279     Fix Makefile to install hb-ot-shape.h
43280
43281  src/Makefile.am | 2 +-
43282  src/hb-ot.h     | 1 +
43283  2 files changed, 2 insertions(+), 1 deletion(-)
43284
43285 commit 9722b8f005a10fd16e841df4da3ccd80be66e296
43286 Author: Behdad Esfahbod <behdad@behdad.org>
43287 Date:   Fri May 21 14:37:47 2010 +0100
43288
43289     Simple renames
43290
43291  src/hb-ot-shape.cc | 36 ++++++++++++++++++------------------
43292  1 file changed, 18 insertions(+), 18 deletions(-)
43293
43294 commit 02f28550d785671cf92fd4239c5f913f7e71585f
43295 Author: Behdad Esfahbod <behdad@behdad.org>
43296 Date:   Fri May 21 14:37:28 2010 +0100
43297
43298     Graphite also forces us to link to libstdc++ currently
43299
43300  src/Makefile.am | 3 +++
43301  1 file changed, 3 insertions(+)
43302
43303 commit ca663bb23c16f6a1f04efa6e10dad0e3e7c260a3
43304 Author: Behdad Esfahbod <behdad@behdad.org>
43305 Date:   Fri May 21 14:34:23 2010 +0100
43306
43307     Move main shaper code into hb_ot_shape()
43308
43309  src/hb-ot-shape-private.hh |  53 -----------
43310  src/hb-ot-shape.cc         | 225
43311  ++++++++++++++++++++++++++++++++++++++++++---
43312  src/hb-shape.cc            | 209
43313  +----------------------------------------
43314  3 files changed, 214 insertions(+), 273 deletions(-)
43315
43316 commit 7acd232d36c2b2ed03823e6aa6bb2b814bf673b3
43317 Author: Behdad Esfahbod <behdad@behdad.org>
43318 Date:   Fri May 21 14:20:48 2010 +0100
43319
43320     Fix test failing
43321
43322  src/hb-graphite.cc | 2 +-
43323  1 file changed, 1 insertion(+), 1 deletion(-)
43324
43325 commit dd47924d88d86b83e7f3ab040de6e7136ac0ca09
43326 Author: Behdad Esfahbod <behdad@behdad.org>
43327 Date:   Fri May 21 14:18:08 2010 +0100
43328
43329     Fix warnings
43330
43331  src/hb-graphite.cc | 14 +++++---------
43332  1 file changed, 5 insertions(+), 9 deletions(-)
43333
43334 commit 305ba8671553cd955c20a54db622666c0bb02532
43335 Author: Behdad Esfahbod <behdad@behdad.org>
43336 Date:   Fri May 21 14:02:20 2010 +0100
43337
43338     Import Graphite shaping backend by Martin Hosken
43339
43340  configure.ac       |   6 ++
43341  src/Makefile.am    |  11 ++
43342  src/hb-graphite.cc | 308
43343  +++++++++++++++++++++++++++++++++++++++++++++++++++++
43344  src/hb-graphite.h  |  46 ++++++++
43345  src/hb-shape.cc    |  15 +++
43346  5 files changed, 386 insertions(+)
43347
43348 commit 3ba6818ba9be950e46902f0239f2451ec0e65d44
43349 Author: Behdad Esfahbod <behdad@behdad.org>
43350 Date:   Fri May 21 13:51:29 2010 +0100
43351
43352     Update the Python module
43353
43354  contrib/python/lib/harfbuzz.pyx | 40
43355  +++++++++++++++++++++-------------------
43356  1 file changed, 21 insertions(+), 19 deletions(-)
43357
43358 commit 83f34677bcbc6bb194940407b0fcb23575650e3d
43359 Author: Behdad Esfahbod <behdad@behdad.org>
43360 Date:   Fri May 21 13:43:49 2010 +0100
43361
43362     Add hb_tag_from_string()
43363
43364  src/Makefile.am |  1 +
43365  src/hb-common.c | 41 +++++++++++++++++++++++++++++++++++++++++
43366  src/hb-common.h |  3 +++
43367  3 files changed, 45 insertions(+)
43368
43369 commit 4a9a5c0b06e8aa5d15327242609a7c766d3e0e94
43370 Author: Behdad Esfahbod <behdad@behdad.org>
43371 Date:   Fri May 21 13:33:46 2010 +0100
43372
43373     Don't allocate bits for features not available
43374
43375  src/hb-ot-shape.cc | 10 ++++++----
43376  1 file changed, 6 insertions(+), 4 deletions(-)
43377
43378 commit e53d77142ac4ecbe38ab3235491fa93cb7ff16ab
43379 Author: Behdad Esfahbod <behdad@behdad.org>
43380 Date:   Fri May 21 13:32:38 2010 +0100
43381
43382     Speed up feature mask setting
43383
43384     Patch from Jonathan Kew.
43385
43386  src/hb-ot-shape.cc | 31 +++++++++++++++++++++++++------
43387  1 file changed, 25 insertions(+), 6 deletions(-)
43388
43389 commit 4fa67f34ecc65056ce60a572213fbdae66e0423b
43390 Author: Behdad Esfahbod <behdad@behdad.org>
43391 Date:   Fri May 21 13:29:12 2010 +0100
43392
43393     Add Unicode 5.2 scripts
43394
43395  src/hb-icu.c     | 29 ++++++++++++++++++++++++++++-
43396  src/hb-ot-tag.c  | 21 +++++++++++++++++++--
43397  src/hb-unicode.c | 19 ++++++++++++++++++-
43398  src/hb-unicode.h | 19 ++++++++++++++++++-
43399  4 files changed, 83 insertions(+), 5 deletions(-)
43400
43401 commit ee1b322100a6bd575b999904592abbd9fed5587f
43402 Author: Behdad Esfahbod <behdad@behdad.org>
43403 Date:   Fri May 21 12:55:57 2010 +0100
43404
43405     Fix feature mask setting
43406
43407  src/hb-ot-shape.cc | 6 +++---
43408  1 file changed, 3 insertions(+), 3 deletions(-)
43409
43410 commit b490fa343322f1b5abaf880abc073287c1f34132
43411 Author: Behdad Esfahbod <behdad@behdad.org>
43412 Date:   Fri May 21 11:15:07 2010 +0100
43413
43414     Add hb_ot_tag_to_script()
43415
43416  src/hb-ot-tag.c | 14 ++++++++++++++
43417  src/hb-ot-tag.h |  3 +++
43418  2 files changed, 17 insertions(+)
43419
43420 commit 50355309047765558ef8f5d60aefed42a7f954cc
43421 Author: Behdad Esfahbod <behdad@behdad.org>
43422 Date:   Fri May 21 10:33:23 2010 +0100
43423
43424     Add Python wrapper from Martin Hosken
43425
43426  contrib/python/lib/harfbuzz.pyx   | 306
43427  ++++++++++++++++++++++++++++++++++++++
43428  contrib/python/runpy              |   2 +
43429  contrib/python/scripts/hbtestfont |  35 +++++
43430  contrib/python/setup.py           |  24 +++
43431  4 files changed, 367 insertions(+)
43432
43433 commit 280af1bddb958ff97cf7ce12fe7ec2b6352e61d0
43434 Author: Behdad Esfahbod <behdad@behdad.org>
43435 Date:   Thu May 20 18:33:35 2010 +0100
43436
43437     Let hb_face_get_table() return NULL if table not found
43438
43439  src/hb-font.cc              | 2 +-
43440  src/hb-font.h               | 1 +
43441  src/hb-open-type-private.hh | 3 +++
43442  3 files changed, 5 insertions(+), 1 deletion(-)
43443
43444 commit 1cdbfd944eecb58587461f57f037e47a44f39990
43445 Author: Behdad Esfahbod <behdad@behdad.org>
43446 Date:   Thu May 20 17:47:28 2010 +0100
43447
43448     Fix alternate, again
43449
43450  src/hb-ot-layout-gsub-private.hh | 6 +++---
43451  1 file changed, 3 insertions(+), 3 deletions(-)
43452
43453 commit fdca3d51603bd6bef6a4b0ee4a560f7dcd2f1d37
43454 Author: Behdad Esfahbod <behdad@behdad.org>
43455 Date:   Thu May 20 17:46:20 2010 +0100
43456
43457     Fix alternate off-by-one
43458
43459  src/hb-ot-layout-gsub-private.hh | 2 +-
43460  1 file changed, 1 insertion(+), 1 deletion(-)
43461
43462 commit b634beb39e0a4fef7167a8af646f6b2d8cafe69b
43463 Author: Behdad Esfahbod <behdad@behdad.org>
43464 Date:   Thu May 20 17:44:52 2010 +0100
43465
43466     Fix delta scale, again...
43467
43468  src/hb-ot-layout-common-private.hh |  8 ++++++++
43469  src/hb-ot-layout-gdef-private.hh   |  3 +--
43470  src/hb-ot-layout-gpos-private.hh   | 12 ++++++------
43471  src/hb-ot-layout-private.hh        |  2 +-
43472  4 files changed, 16 insertions(+), 9 deletions(-)
43473
43474 commit 40335d4533ac2b08121c9dc6003f3ebc5b44a67b
43475 Author: Behdad Esfahbod <behdad@behdad.org>
43476 Date:   Thu May 20 17:35:14 2010 +0100
43477
43478     Remove unused operator
43479
43480  src/hb-ot-layout-common-private.hh | 2 --
43481  1 file changed, 2 deletions(-)
43482
43483 commit f7acd8df5146155b51d6f50aeb04f54f3030c1c3
43484 Author: Behdad Esfahbod <behdad@behdad.org>
43485 Date:   Thu May 20 17:26:35 2010 +0100
43486
43487     Do alternate glyph selection!
43488
43489     Kinda hand-wavy right now.  Not tested.
43490
43491  src/hb-ot-layout-gpos-private.hh     | 12 +++++++-----
43492  src/hb-ot-layout-gsub-private.hh     | 20 +++++++++-----------
43493  src/hb-ot-layout-gsubgpos-private.hh |  1 +
43494  src/hb-private.h                     | 19 ++++++++++++++++++-
43495  4 files changed, 35 insertions(+), 17 deletions(-)
43496
43497 commit 750a2294553d252e28875b605fe61fd9d6696e0f
43498 Author: Behdad Esfahbod <behdad@behdad.org>
43499 Date:   Thu May 20 16:23:27 2010 +0100
43500
43501     get_table() is allowed to return NULL.  Use that to simplify code
43502
43503  src/hb-font.cc | 2 +-
43504  src/hb-ft.cc   | 6 +++---
43505  2 files changed, 4 insertions(+), 4 deletions(-)
43506
43507 commit 99d9ef785f108df76f80a307eaa2784685ea86ba
43508 Author: Behdad Esfahbod <behdad@behdad.org>
43509 Date:   Thu May 20 15:47:49 2010 +0100
43510
43511     Write hb_face_create_for_data() in terms of
43512     hb_face_create_for_tables()
43513
43514     Fixes lack of head_table initialization in create_for_tables() also.
43515
43516  src/hb-font.cc | 35 ++++++++++++-----------------------
43517  1 file changed, 12 insertions(+), 23 deletions(-)
43518
43519 commit 6774463883978b00b4d8c719ed75edfc4537c77f
43520 Author: Behdad Esfahbod <behdad@behdad.org>
43521 Date:   Thu May 20 15:40:12 2010 +0100
43522
43523     Apply user features to ranges!
43524
43525  src/hb-ot-shape.cc | 23 ++++++++++++++++++++++-
43526  1 file changed, 22 insertions(+), 1 deletion(-)
43527
43528 commit 9b6023338530a2dbb8214eb4391ef3e8372f3892
43529 Author: Behdad Esfahbod <behdad@behdad.org>
43530 Date:   Thu May 20 15:31:12 2010 +0100
43531
43532     Add _hb_bit_storage()
43533
43534  src/hb-private.h | 35 ++++++++++++++++++++++-------------
43535  1 file changed, 22 insertions(+), 13 deletions(-)
43536
43537 commit 6b1b957f6d2955cbe4fa97e2659e033b3eaaf4d2
43538 Author: Behdad Esfahbod <behdad@behdad.org>
43539 Date:   Thu May 20 15:14:44 2010 +0100
43540
43541     Add lookup_map
43542
43543  src/hb-ot-shape.cc | 48 +++++++++++++++++++++++++++++++++---------------
43544  1 file changed, 33 insertions(+), 15 deletions(-)
43545
43546 commit 60010a0c4d8efae5c61a0c9cf10cfe2c1860f41e
43547 Author: Behdad Esfahbod <behdad@behdad.org>
43548 Date:   Thu May 20 14:05:02 2010 +0100
43549
43550     Update always-apply mask from 0xFFFF to 1
43551
43552     We plan to use the first bit to be always on.
43553
43554  src/hb-ot-shape.cc | 4 ++--
43555  1 file changed, 2 insertions(+), 2 deletions(-)
43556
43557 commit 009aad567863c05ee2ec4a3ee76fe0ee79c767bb
43558 Author: Behdad Esfahbod <behdad@behdad.org>
43559 Date:   Thu May 20 14:00:57 2010 +0100
43560
43561     Invert the mask logic
43562
43563     Before, the mask in the buffer was inverted.  That is, a 0 bit meant
43564     feature should be applied and 1 meant not applied, whereas in the
43565     lookups, the logic was positive.
43566
43567     Now both are in sync.  When calling hb_buffer_add_glyph() manually,
43568     the mask should be 1 instead of 0.
43569
43570  src/hb-buffer.cc                 | 2 +-
43571  src/hb-ot-layout-gpos-private.hh | 2 +-
43572  src/hb-ot-layout-gsub-private.hh | 4 ++--
43573  3 files changed, 4 insertions(+), 4 deletions(-)
43574
43575 commit 7f411dbfd9f8d5360c948531ff9f6c3998d1d897
43576 Author: Behdad Esfahbod <behdad@behdad.org>
43577 Date:   Thu May 20 13:40:18 2010 +0100
43578
43579     Apply user features
43580
43581     No ranges yet
43582
43583  src/hb-ot-shape.cc | 8 ++++++++
43584  1 file changed, 8 insertions(+)
43585
43586 commit 0db299ccad346d9ea5573ea8408b78d9997bd379
43587 Author: Behdad Esfahbod <behdad@behdad.org>
43588 Date:   Thu May 20 13:30:09 2010 +0100
43589
43590     Change hb_feature_t to keep tag/int instead of string
43591
43592  src/hb-shape.h | 4 ++--
43593  1 file changed, 2 insertions(+), 2 deletions(-)
43594
43595 commit 0a4399ca228d244e646abdb3487da0f13b228889
43596 Author: Behdad Esfahbod <behdad@behdad.org>
43597 Date:   Wed May 19 15:45:06 2010 -0400
43598
43599     Fix scale issues
43600
43601     hb_font_set_scale() now sets the value to be used to represent a unit
43602     pixel.  For example, if rendering a 10px font with a 26.6
43603     representation,
43604     you would set scale to (10 << 6).  For 10px in 16.16 you would set
43605     it to
43606     (10 << 16).  This space should be the same space that the
43607     get_glyph_metrics
43608     and get_kerning callbacks work in.
43609
43610  src/hb-common.h                  |  1 -
43611  src/hb-font-private.hh           |  8 +++-----
43612  src/hb-font.cc                   | 12 ++++++------
43613  src/hb-font.h                    | 12 +++---------
43614  src/hb-ft.cc                     |  4 ++--
43615  src/hb-ot-layout-gdef-private.hh |  6 +++---
43616  src/hb-ot-layout-gpos-private.hh | 37
43617  +++++++++++++++++--------------------
43618  src/hb-ot-layout-gsub-private.hh |  2 +-
43619  src/hb-ot-layout-private.hh      | 20 +++++++++++---------
43620  src/hb-ot-layout.cc              | 31 +++++++++++++++----------------
43621  src/hb-private.h                 |  4 ----
43622  11 files changed, 61 insertions(+), 76 deletions(-)
43623
43624 commit cf5585cfa6cac6fdf627a99941299e76af5ae0f7
43625 Author: Behdad Esfahbod <behdad@behdad.org>
43626 Date:   Wed May 19 12:03:35 2010 -0400
43627
43628     Add 'head' table
43629
43630  src/Makefile.am             |   1 +
43631  src/hb-font-private.hh      |   5 ++
43632  src/hb-font.cc              |   9 ++++
43633  src/hb-open-type-private.hh |   2 +-
43634  src/hb-ot-head-private.hh   | 128
43635  ++++++++++++++++++++++++++++++++++++++++++++
43636  5 files changed, 144 insertions(+), 1 deletion(-)
43637
43638 commit e29caf3f943b2b6f4997f469f7274252c82f465e
43639 Author: Behdad Esfahbod <behdad@behdad.org>
43640 Date:   Wed May 19 11:47:17 2010 -0400
43641
43642     Add LONGDATETIME
43643
43644  src/hb-open-type-private.hh | 15 +++++++++++++++
43645  1 file changed, 15 insertions(+)
43646
43647 commit f415755fdf011d3fa3b9aad04c38f2255dd7acf8
43648 Author: Behdad Esfahbod <behdad@behdad.org>
43649 Date:   Mon May 17 15:14:14 2010 -0400
43650
43651     Minor
43652
43653  src/hb-ot-layout.cc | 52
43654  +++++++++++++++++++++++++++-------------------------
43655  1 file changed, 27 insertions(+), 25 deletions(-)
43656
43657 commit 73af7756dc6d3961f176854246e5722baff101fb
43658 Author: Behdad Esfahbod <behdad@behdad.org>
43659 Date:   Fri May 14 23:38:08 2010 -0400
43660
43661     Indent
43662
43663  src/hb-ot-layout-gsub-private.hh | 12 ++++++------
43664  1 file changed, 6 insertions(+), 6 deletions(-)
43665
43666 commit 3567b87cce541dfb0af7caf024ec67c9d3c09214
43667 Author: Behdad Esfahbod <behdad@behdad.org>
43668 Date:   Fri May 14 23:28:44 2010 -0400
43669
43670     Add an inline version of hb_buffer_ensure()
43671
43672  src/hb-buffer.cc | 117
43673  ++++++++++++++++++++++++++++++-------------------------
43674  1 file changed, 63 insertions(+), 54 deletions(-)
43675
43676 commit a6a79df5fe2ed2cd307e7a991346faee164e70d9
43677 Author: Behdad Esfahbod <behdad@behdad.org>
43678 Date:   Fri May 14 23:20:16 2010 -0400
43679
43680     Handle malloc failture in the buffer
43681
43682  src/hb-buffer-private.hh |  5 ++--
43683  src/hb-buffer.cc         | 71
43684  +++++++++++++++++++++++++++++-------------------
43685  src/hb-buffer.h          |  2 +-
43686  3 files changed, 47 insertions(+), 31 deletions(-)
43687
43688 commit ca54a12658510f9aa0b2db82f20a8fac230d6bb6
43689 Author: Behdad Esfahbod <behdad@behdad.org>
43690 Date:   Fri May 14 22:25:42 2010 -0400
43691
43692     Minor
43693
43694  src/hb-shape.cc | 60
43695  +++++++++++++++++++++++++--------------------------------
43696  1 file changed, 26 insertions(+), 34 deletions(-)
43697
43698 commit 910a33fe8457a8e13f7eb77fc92fa59c31f5e8fd
43699 Author: Behdad Esfahbod <behdad@behdad.org>
43700 Date:   Fri May 14 22:13:38 2010 -0400
43701
43702     Update buffer docs
43703
43704  src/hb-buffer-private.hh | 13 +++++++------
43705  src/hb-buffer.cc         | 16 ++++++++--------
43706  2 files changed, 15 insertions(+), 14 deletions(-)
43707
43708 commit 36b73c80df91e96492357c6da945e081e9046a93
43709 Author: Behdad Esfahbod <behdad@behdad.org>
43710 Date:   Fri May 14 22:10:39 2010 -0400
43711
43712     Shortening buffer accessors: rename buffer->in_pos to buffer->i
43713
43714  src/hb-buffer-private.hh             |  2 +-
43715  src/hb-buffer.cc                     | 52 ++++++++++----------
43716  src/hb-ot-layout-gpos-private.hh     | 94
43717  ++++++++++++++++++------------------
43718  src/hb-ot-layout-gsub-private.hh     | 48 +++++++++---------
43719  src/hb-ot-layout-gsubgpos-private.hh | 46 +++++++++---------
43720  src/hb-shape.cc                      | 40 +++++++--------
43721  6 files changed, 141 insertions(+), 141 deletions(-)
43722
43723 commit 29427c5c51ac70aca53ed523fa5ddb3de4355fb0
43724 Author: Behdad Esfahbod <behdad@behdad.org>
43725 Date:   Fri May 14 22:08:22 2010 -0400
43726
43727     Shortening buffer accessors: rename buffer->out_length to
43728     buffer->out_len
43729
43730  src/hb-buffer-private.hh             |  2 +-
43731  src/hb-buffer.cc                     | 52
43732  ++++++++++++++++++------------------
43733  src/hb-ot-layout-gsub-private.hh     |  2 +-
43734  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
43735  4 files changed, 31 insertions(+), 31 deletions(-)
43736
43737 commit 6960350be97f24e97140391025b56369c393a3df
43738 Author: Behdad Esfahbod <behdad@behdad.org>
43739 Date:   Fri May 14 22:07:46 2010 -0400
43740
43741     Shortening buffer accessors: rename buffer->in_length to buffer->len
43742
43743  src/hb-buffer-private.hh             |  2 +-
43744  src/hb-buffer.cc                     | 26 +++++++++++++-------------
43745  src/hb-ot-layout-gpos-private.hh     |  8 ++++----
43746  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
43747  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
43748  src/hb-shape.cc                      | 12 ++++++------
43749  6 files changed, 32 insertions(+), 32 deletions(-)
43750
43751 commit 1b621823f3e31b48c80cc8b0691dfa873ba086cd
43752 Author: Behdad Esfahbod <behdad@behdad.org>
43753 Date:   Fri May 14 22:05:53 2010 -0400
43754
43755     Shortening buffer accessors: rename buffer->positions to buffer->pos
43756
43757  src/hb-buffer-private.hh         |  4 ++--
43758  src/hb-buffer.cc                 | 32 ++++++++++++++++----------------
43759  src/hb-ot-layout-gpos-private.hh | 26 +++++++++++++-------------
43760  src/hb-shape.cc                  | 10 +++++-----
43761  4 files changed, 36 insertions(+), 36 deletions(-)
43762
43763 commit 9d5e26df0877aa5b187764ba09bd7bf221e92968
43764 Author: Behdad Esfahbod <behdad@behdad.org>
43765 Date:   Fri May 14 22:03:11 2010 -0400
43766
43767     Shortening buffer accessors: rename buffer->out_string to
43768     buffer->out_info
43769
43770  src/hb-buffer-private.hh             |  2 +-
43771  src/hb-buffer.cc                     | 56
43772  ++++++++++++++++++------------------
43773  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
43774  3 files changed, 31 insertions(+), 31 deletions(-)
43775
43776 commit 7e7007a1c9bf2c07a8369752126ece8fa6164248
43777 Author: Behdad Esfahbod <behdad@behdad.org>
43778 Date:   Fri May 14 22:02:37 2010 -0400
43779
43780     Shortening buffer accessors: rename buffer->in_string to buffer->info
43781
43782  src/hb-buffer-private.hh             |  2 +-
43783  src/hb-buffer.cc                     | 82
43784  ++++++++++++++++++------------------
43785  src/hb-ot-layout-gpos-private.hh     | 58 ++++++++++++-------------
43786  src/hb-ot-layout-gsub-private.hh     | 30 ++++++-------
43787  src/hb-ot-layout-gsubgpos-private.hh | 26 ++++++------
43788  src/hb-shape.cc                      | 18 ++++----
43789  6 files changed, 108 insertions(+), 108 deletions(-)
43790
43791 commit 8e6b6bb2932946ebc7b01c3abf575b654c741e20
43792 Author: Behdad Esfahbod <behdad@behdad.org>
43793 Date:   Fri May 14 21:58:22 2010 -0400
43794
43795     Merge buffer->out_pos and buffer->out_length
43796
43797  src/hb-buffer-private.hh             |  1 -
43798  src/hb-buffer.cc                     | 48
43799  +++++++++++++++---------------------
43800  src/hb-ot-layout-gsub-private.hh     |  2 +-
43801  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
43802  4 files changed, 24 insertions(+), 33 deletions(-)
43803
43804 commit 22f668eb9ad5f62d9fcd2e0c826ea78977687e5c
43805 Author: Behdad Esfahbod <behdad@behdad.org>
43806 Date:   Fri May 14 21:41:04 2010 -0400
43807
43808     Remove the unused BUFFER macro
43809
43810  src/hb-buffer-private.hh             | 6 ------
43811  src/hb-ot-layout-gpos-private.hh     | 6 ------
43812  src/hb-ot-layout-gsub-private.hh     | 6 ------
43813  src/hb-ot-layout-gsubgpos-private.hh | 5 -----
43814  4 files changed, 23 deletions(-)
43815
43816 commit 7e53ebe478597778c25c197ff9f0cb379f1d0043
43817 Author: Behdad Esfahbod <behdad@behdad.org>
43818 Date:   Fri May 14 21:38:13 2010 -0400
43819
43820     Remove the IN_CURGLYPH() macro
43821
43822  src/hb-buffer-private.hh             |  3 ---
43823  src/hb-ot-layout-gpos-private.hh     | 24 ++++++++++++------------
43824  src/hb-ot-layout-gsub-private.hh     | 16 ++++++++--------
43825  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
43826  src/hb-shape.cc                      | 14 +++++++-------
43827  5 files changed, 35 insertions(+), 38 deletions(-)
43828
43829 commit d784da1923ff2ca093f8b0210449731d376b7513
43830 Author: Behdad Esfahbod <behdad@behdad.org>
43831 Date:   Fri May 14 21:37:18 2010 -0400
43832
43833     Remove the IN_CURINFO() macro
43834
43835  src/hb-buffer-private.hh             | 1 -
43836  src/hb-ot-layout-gpos-private.hh     | 2 +-
43837  src/hb-ot-layout-gsub-private.hh     | 4 ++--
43838  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
43839  4 files changed, 4 insertions(+), 5 deletions(-)
43840
43841 commit 281f59b4fb16f7c73767eb042a91f70f4c109b3a
43842 Author: Behdad Esfahbod <behdad@behdad.org>
43843 Date:   Fri May 14 21:34:22 2010 -0400
43844
43845     Remove IN_INFO() and IN_NEXTGLYPH() macros
43846
43847  src/hb-buffer-private.hh             |  2 --
43848  src/hb-ot-layout-gpos-private.hh     | 10 +++++-----
43849  src/hb-ot-layout-gsub-private.hh     |  2 +-
43850  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
43851  src/hb-shape.cc                      |  4 ++--
43852  5 files changed, 10 insertions(+), 12 deletions(-)
43853
43854 commit 6e489cdf7623ac627d06d59a80ecea03ca97dc1b
43855 Author: Behdad Esfahbod <behdad@behdad.org>
43856 Date:   Fri May 14 21:07:35 2010 -0400
43857
43858     Remove the IN_GLYPH() macro
43859
43860  src/hb-buffer-private.hh             |  1 -
43861  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
43862  src/hb-ot-layout-gsub-private.hh     |  2 +-
43863  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
43864  src/hb-shape.cc                      |  2 +-
43865  5 files changed, 10 insertions(+), 11 deletions(-)
43866
43867 commit 01feb74c78a3a302fa3472a0be7b2a1d52fd1ba3
43868 Author: Behdad Esfahbod <behdad@behdad.org>
43869 Date:   Fri May 14 21:00:08 2010 -0400
43870
43871     Remove the IN_CLUSTER() macro
43872
43873  src/hb-buffer-private.hh | 1 -
43874  src/hb-shape.cc          | 2 +-
43875  2 files changed, 1 insertion(+), 2 deletions(-)
43876
43877 commit d63a1e089acad9ab9f80addd936d36b6d38fb46a
43878 Author: Behdad Esfahbod <behdad@behdad.org>
43879 Date:   Fri May 14 20:30:07 2010 -0400
43880
43881     Remove the IN_MASK() macro
43882
43883  src/hb-buffer-private.hh         | 1 -
43884  src/hb-ot-layout-gpos-private.hh | 2 +-
43885  src/hb-ot-layout-gsub-private.hh | 4 ++--
43886  3 files changed, 3 insertions(+), 4 deletions(-)
43887
43888 commit 89e2834dabd2d17f2823c51fe3a7fcadeaba7a59
43889 Author: Behdad Esfahbod <behdad@behdad.org>
43890 Date:   Fri May 14 20:25:55 2010 -0400
43891
43892     Remove the IN_LIGID() macro
43893
43894  src/hb-buffer-private.hh         | 1 -
43895  src/hb-ot-layout-gpos-private.hh | 4 ++--
43896  src/hb-ot-layout-gsub-private.hh | 2 +-
43897  3 files changed, 3 insertions(+), 4 deletions(-)
43898
43899 commit 4a871041f4718834afa312ed17cdd157603468b7
43900 Author: Behdad Esfahbod <behdad@behdad.org>
43901 Date:   Fri May 14 20:25:04 2010 -0400
43902
43903     Remove IN_COMPONENT() macro
43904
43905  src/hb-buffer-private.hh         | 1 -
43906  src/hb-ot-layout-gpos-private.hh | 8 ++++----
43907  src/hb-ot-layout-gsub-private.hh | 2 +-
43908  3 files changed, 5 insertions(+), 6 deletions(-)
43909
43910 commit 27da6dd89a359f7ef340c646c4cb79373782261d
43911 Author: Behdad Esfahbod <behdad@behdad.org>
43912 Date:   Fri May 14 20:17:50 2010 -0400
43913
43914     Remove OUT_GLYPH() and OUT_INFO() macros
43915
43916  src/hb-buffer-private.hh             | 2 --
43917  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
43918  2 files changed, 2 insertions(+), 4 deletions(-)
43919
43920 commit cc6ae7ff91eeb93bef153f331ed02b500062f90e
43921 Author: Behdad Esfahbod <behdad@behdad.org>
43922 Date:   Fri May 14 20:09:48 2010 -0400
43923
43924     Fix lookahead matching.  Oops!
43925
43926  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
43927  1 file changed, 1 insertion(+), 1 deletion(-)
43928
43929 commit 3109375b849f340b4807724218010c53dea58082
43930 Author: Behdad Esfahbod <behdad@behdad.org>
43931 Date:   Fri May 14 19:55:27 2010 -0400
43932
43933     Remove POSITION() and CURPOSITION() macros
43934
43935  src/hb-buffer-private.hh         |  2 --
43936  src/hb-ot-layout-gpos-private.hh | 54
43937  ++++++++++++++++++++--------------------
43938  src/hb-shape.cc                  | 10 ++++----
43939  3 files changed, 32 insertions(+), 34 deletions(-)
43940
43941 commit d7cfb3b2d1dd2e9fdae2b3e540bbe313660895e8
43942 Author: Behdad Esfahbod <behdad@behdad.org>
43943 Date:   Thu May 13 14:18:49 2010 -0400
43944
43945     s/\<context\>/c/g
43946
43947  src/hb-open-file-private.hh          |  28 +--
43948  src/hb-open-type-private.hh          | 100 ++++----
43949  src/hb-ot-layout-common-private.hh   |  84 +++----
43950  src/hb-ot-layout-gdef-private.hh     |  98 ++++----
43951  src/hb-ot-layout-gpos-private.hh     | 460
43952  +++++++++++++++++------------------
43953  src/hb-ot-layout-gsub-private.hh     | 306 +++++++++++------------
43954  src/hb-ot-layout-gsubgpos-private.hh | 258 ++++++++++----------
43955  src/hb-ot-layout.cc                  |  24 +-
43956  8 files changed, 679 insertions(+), 679 deletions(-)
43957
43958 commit f679635893eebc13402c5ee51a6f106eed0c76be
43959 Author: Behdad Esfahbod <behdad@behdad.org>
43960 Date:   Thu May 13 13:34:17 2010 -0400
43961
43962     Don't use variable-length-arrays
43963
43964  src/hb-open-type-private.hh | 11 +++++++++--
43965  1 file changed, 9 insertions(+), 2 deletions(-)
43966
43967 commit 72071a8afaba2952fe42be093024ae9dbd37f233
43968 Author: Behdad Esfahbod <behdad@behdad.org>
43969 Date:   Thu May 13 13:22:24 2010 -0400
43970
43971     Add a few more buffer convenience methods
43972
43973  src/hb-buffer-private.hh         | 12 ++++++++++++
43974  src/hb-ot-layout-gsub-private.hh | 20 ++++++++++----------
43975  2 files changed, 22 insertions(+), 10 deletions(-)
43976
43977 commit 11a81612e51c598e857507c268312206423cbfca
43978 Author: Behdad Esfahbod <behdad@behdad.org>
43979 Date:   Thu May 13 00:01:40 2010 -0400
43980
43981     Minor
43982
43983  src/hb-unicode.c | 2 +-
43984  1 file changed, 1 insertion(+), 1 deletion(-)
43985
43986 commit 3f93518a634cb1852bf050877db23b9b9203ad03
43987 Author: Behdad Esfahbod <behdad@behdad.org>
43988 Date:   Wed May 12 23:48:40 2010 -0400
43989
43990     Improve check for internal symbols
43991
43992  src/check-internal-symbols.sh | 2 +-
43993  1 file changed, 1 insertion(+), 1 deletion(-)
43994
43995 commit 357d0f29c431b842179ee4b56c21bcc402178ce7
43996 Author: Behdad Esfahbod <behdad@behdad.org>
43997 Date:   Wed May 12 23:46:16 2010 -0400
43998
43999     Make HB_PRIVATE more useful
44000
44001     So we can apply it to class methods also.  Not sure if that works!
44002
44003  src/hb-blob-private.h    | 2 +-
44004  src/hb-font-private.hh   | 4 ++--
44005  src/hb-private.h         | 2 +-
44006  src/hb-unicode-private.h | 3 +--
44007  4 files changed, 5 insertions(+), 6 deletions(-)
44008
44009 commit 1d5e78013696b10751d8a35027619e81978e1312
44010 Author: Behdad Esfahbod <behdad@behdad.org>
44011 Date:   Wed May 12 23:43:00 2010 -0400
44012
44013     Add a few other buffer methods
44014
44015  src/hb-buffer-private.hh             | 11 +++++++----
44016  src/hb-buffer.cc                     |  7 -------
44017  src/hb-ot-layout-gsub-private.hh     | 10 +++++-----
44018  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
44019  4 files changed, 14 insertions(+), 18 deletions(-)
44020
44021 commit d0316a81f59a4e814b0af78797d915d7ce04d119
44022 Author: Behdad Esfahbod <behdad@behdad.org>
44023 Date:   Wed May 12 23:34:52 2010 -0400
44024
44025     Add buffer->swap()
44026
44027  src/hb-buffer-private.hh         | 68
44028  ++++++++++++++++++++++------------------
44029  src/hb-ot-layout-gsub-private.hh |  2 +-
44030  2 files changed, 38 insertions(+), 32 deletions(-)
44031
44032 commit 3b649a38b5772dd7aba7f07ff7698a7f427f421f
44033 Author: Behdad Esfahbod <behdad@behdad.org>
44034 Date:   Wed May 12 23:28:38 2010 -0400
44035
44036     Add check for internal symbols
44037
44038  src/Makefile.am               |  3 ++-
44039  src/check-internal-symbols.sh | 28 ++++++++++++++++++++++++++++
44040  2 files changed, 30 insertions(+), 1 deletion(-)
44041
44042 commit eee8598d75d3af692d9ececf7e8ac458e892ba9e
44043 Author: Behdad Esfahbod <behdad@behdad.org>
44044 Date:   Wed May 12 23:22:55 2010 -0400
44045
44046     Hide internal symbols
44047
44048  src/hb-ot-layout-private.hh | 4 ++--
44049  src/hb-private.h            | 8 ++++----
44050  2 files changed, 6 insertions(+), 6 deletions(-)
44051
44052 commit 8951fc2c82f2db4865da6d9e303fce419b6363bb
44053 Author: Behdad Esfahbod <behdad@behdad.org>
44054 Date:   Wed May 12 23:13:39 2010 -0400
44055
44056     Add buffer->allocate_lig_id()
44057
44058  src/hb-buffer-private.hh         | 5 ++---
44059  src/hb-buffer.cc                 | 6 ------
44060  src/hb-ot-layout-gsub-private.hh | 4 ++--
44061  3 files changed, 4 insertions(+), 11 deletions(-)
44062
44063 commit 1ce4dc95dbb28842085342aea4f9d12cbe9671a9
44064 Author: Behdad Esfahbod <behdad@behdad.org>
44065 Date:   Wed May 12 18:29:25 2010 -0400
44066
44067     Use bit tricks for HB_DIRECTION_IS_*
44068
44069     We already depend on the exact values of the direction enum
44070     in HB_DIRECTION_REVERSE(), so we may as well use that.
44071
44072  src/hb-common.h | 8 ++++----
44073  1 file changed, 4 insertions(+), 4 deletions(-)
44074
44075 commit 22da7fd94d6318c52df69d70470a85464ffc533d
44076 Author: Behdad Esfahbod <behdad@behdad.org>
44077 Date:   Wed May 12 18:23:21 2010 -0400
44078
44079     Rename a few files to be C++ sources
44080
44081     In anticipation for buffer revamp coming.
44082
44083  src/Makefile.am                                         | 16
44084  ++++++++--------
44085  src/{hb-buffer-private.h => hb-buffer-private.hh}       |  2 +-
44086  src/{hb-buffer.c => hb-buffer.cc}                       | 14
44087  +++++++-------
44088  src/hb-common.h                                         |  1 +
44089  src/{hb-font-private.h => hb-font-private.hh}           |  2 +-
44090  src/hb-font.cc                                          |  4 ++--
44091  src/{hb-ft.c => hb-ft.cc}                               |  8 ++++----
44092  src/hb-ot-layout-common-private.hh                      |  2 +-
44093  src/hb-ot-layout-gdef-private.hh                        |  2 +-
44094  src/hb-ot-layout-gsubgpos-private.hh                    |  2 +-
44095  src/{hb-ot-layout-private.h => hb-ot-layout-private.hh} |  2 +-
44096  src/hb-ot-layout.cc                                     |  2 +-
44097  src/{hb-ot-shape-private.h => hb-ot-shape-private.hh}   |  0
44098  src/{hb-ot-shape.c => hb-ot-shape.cc}                   |  4 ++--
44099  src/{hb-shape.c => hb-shape.cc}                         |  6 +++---
44100  15 files changed, 34 insertions(+), 33 deletions(-)
44101
44102 commit c3df649f258b334e93c7626a43cd8ebfbd5a610e
44103 Author: Behdad Esfahbod <behdad@behdad.org>
44104 Date:   Tue May 11 13:54:12 2010 -0400
44105
44106     Fix comment
44107
44108  src/hb-buffer-private.h | 3 +--
44109  1 file changed, 1 insertion(+), 2 deletions(-)
44110
44111 commit 281f08954a1d96d7807153c25073b8eb7630703b
44112 Author: Behdad Esfahbod <behdad@behdad.org>
44113 Date:   Tue May 11 11:37:58 2010 -0400
44114
44115     Remove obsolete friend
44116
44117  src/hb-ot-layout-gpos-private.hh | 1 -
44118  1 file changed, 1 deletion(-)
44119
44120 commit 70c9bfd5646a4a55a7f43c0cf0b5ac5993615d5b
44121 Author: Behdad Esfahbod <behdad@behdad.org>
44122 Date:   Tue May 11 00:23:50 2010 -0400
44123
44124     Simplify PairSet
44125
44126  src/hb-ot-layout-gpos-private.hh | 101
44127  +++++++++++++++++++++------------------
44128  1 file changed, 54 insertions(+), 47 deletions(-)
44129
44130 commit 97e7f8f305c47caf2968a9da3b8407825547286d
44131 Author: Behdad Esfahbod <behdad@behdad.org>
44132 Date:   Tue May 11 00:11:36 2010 -0400
44133
44134     Add CONST_FUNC annotation
44135
44136  src/hb-private.h | 2 +-
44137  1 file changed, 1 insertion(+), 1 deletion(-)
44138
44139 commit 494d28ad988e505c1c45cc35a7ec6b880cfec5fc
44140 Author: Behdad Esfahbod <behdad@behdad.org>
44141 Date:   Mon May 10 23:50:07 2010 -0400
44142
44143     Simplify likely() implementation
44144
44145     Shrinks .text by 1%!
44146
44147  src/hb-private.h | 10 +---------
44148  1 file changed, 1 insertion(+), 9 deletions(-)
44149
44150 commit 75651b20871047d3ec17f4221794b8ef5d60e14b
44151 Author: Behdad Esfahbod <behdad@behdad.org>
44152 Date:   Mon May 10 23:44:51 2010 -0400
44153
44154     Fix warnings
44155
44156  src/hb-open-type-private.hh | 2 +-
44157  1 file changed, 1 insertion(+), 1 deletion(-)
44158
44159 commit 4c20d8c057738b66150a88472714690e137884f8
44160 Author: Behdad Esfahbod <behdad@behdad.org>
44161 Date:   Mon May 10 23:27:54 2010 -0400
44162
44163     Sprinkle a few strategic likely()'s
44164
44165     Shrinks the code size by some 2% even.
44166
44167  src/hb-open-file-private.hh |  4 ++--
44168  src/hb-open-type-private.hh | 20 ++++++++++----------
44169  2 files changed, 12 insertions(+), 12 deletions(-)
44170
44171 commit 69cb28bc13d236a01acf40da62e345c7e83ccba7
44172 Author: Behdad Esfahbod <behdad@behdad.org>
44173 Date:   Mon May 10 23:13:08 2010 -0400
44174
44175     Remove a few likely()'s
44176
44177  src/hb-ot-layout-common-private.hh | 2 +-
44178  src/hb-ot-layout-gpos-private.hh   | 8 ++++----
44179  2 files changed, 5 insertions(+), 5 deletions(-)
44180
44181 commit 24552ecf92982fe561dc47d5102fcf1a7b337c70
44182 Author: Behdad Esfahbod <behdad@behdad.org>
44183 Date:   Mon May 10 23:08:41 2010 -0400
44184
44185     Remove excess sub_format sanitize
44186
44187  src/hb-ot-layout-gpos-private.hh | 1 -
44188  src/hb-ot-layout-gsub-private.hh | 1 -
44189  2 files changed, 2 deletions(-)
44190
44191 commit f7adc5e9be352ac31ad3ab847abb6fceb239aa12
44192 Author: Behdad Esfahbod <behdad@behdad.org>
44193 Date:   Mon May 10 22:41:50 2010 -0400
44194
44195     Shrink NullPool now that we have accurate size tracking
44196
44197  src/hb-open-type-private.hh | 2 +-
44198  1 file changed, 1 insertion(+), 1 deletion(-)
44199
44200 commit 3d44fb6f15177dc6518166e435597936b044acc1
44201 Author: Behdad Esfahbod <behdad@behdad.org>
44202 Date:   Mon May 10 22:22:54 2010 -0400
44203
44204     Fix warning
44205
44206  src/hb-ot-layout-common-private.hh | 2 +-
44207  1 file changed, 1 insertion(+), 1 deletion(-)
44208
44209 commit b5db4f1e4eefa266a71a28b5496f47ff9d1a81e8
44210 Author: Behdad Esfahbod <behdad@behdad.org>
44211 Date:   Mon May 10 22:22:22 2010 -0400
44212
44213     Clean up NO_INDEX
44214
44215  src/hb-open-file-private.hh        |  2 +-
44216  src/hb-open-type-private.hh        | 10 ++++++----
44217  src/hb-ot-layout-common-private.hh | 17 ++++-------------
44218  src/hb-ot-layout.cc                |  8 ++++----
44219  src/main.cc                        |  2 +-
44220  5 files changed, 16 insertions(+), 23 deletions(-)
44221
44222 commit fe9bc070e1d545b0df2ea548eebf5a1fc4c92ddc
44223 Author: Behdad Esfahbod <behdad@behdad.org>
44224 Date:   Mon May 10 21:39:24 2010 -0400
44225
44226     Fix awful confusion between lookup format and subtable format
44227
44228     As reported by John Daggett.
44229
44230  src/hb-ot-layout-gpos-private.hh | 14 +++++++-------
44231  src/hb-ot-layout-gsub-private.hh | 14 +++++++-------
44232  2 files changed, 14 insertions(+), 14 deletions(-)
44233
44234 commit 458ecbb60bb7e8e32aca62a562586d921d5396aa
44235 Author: Behdad Esfahbod <behdad@behdad.org>
44236 Date:   Mon May 10 21:11:35 2010 -0400
44237
44238     Fix tracing order
44239
44240  src/hb-open-type-private.hh          | 14 +++++---------
44241  src/hb-ot-layout-gsubgpos-private.hh |  3 +--
44242  2 files changed, 6 insertions(+), 11 deletions(-)
44243
44244 commit 48146e5612f6d272d6962f6829c6d64a31edef89
44245 Author: Behdad Esfahbod <behdad@behdad.org>
44246 Date:   Mon May 10 20:07:56 2010 -0400
44247
44248     Don't fail sanitize on NULL data
44249
44250  src/hb-open-type-private.hh | 5 +++++
44251  1 file changed, 5 insertions(+)
44252
44253 commit d2c2ca8faf62fc380d4717d286556139a62d2356
44254 Author: Behdad Esfahbod <behdad@behdad.org>
44255 Date:   Mon May 10 19:58:25 2010 -0400
44256
44257     Fix comment
44258
44259  src/hb-open-type-private.hh | 2 +-
44260  1 file changed, 1 insertion(+), 1 deletion(-)
44261
44262 commit b435ab7e29c388e3b100f729957319931625a3a8
44263 Author: Behdad Esfahbod <behdad@behdad.org>
44264 Date:   Mon May 10 19:51:57 2010 -0400
44265
44266     Fix accessing tables from NULL pointer
44267
44268  src/hb-font.cc              | 2 +-
44269  src/hb-open-type-private.hh | 5 +++++
44270  src/hb-ot-layout.cc         | 6 +++---
44271  3 files changed, 9 insertions(+), 4 deletions(-)
44272
44273 commit dacebcadae36b35531d635d81df2afb937677b7a
44274 Author: Behdad Esfahbod <behdad@behdad.org>
44275 Date:   Mon May 10 19:45:41 2010 -0400
44276
44277     Simplify unions
44278
44279  src/hb-open-file-private.hh          |  24 +++----
44280  src/hb-ot-layout-common-private.hh   |  24 +++----
44281  src/hb-ot-layout-gdef-private.hh     |  24 +++----
44282  src/hb-ot-layout-gpos-private.hh     | 120
44283  +++++++++++++++++------------------
44284  src/hb-ot-layout-gsub-private.hh     |  88 ++++++++++++-------------
44285  src/hb-ot-layout-gsubgpos-private.hh |  44 ++++++-------
44286  6 files changed, 163 insertions(+), 161 deletions(-)
44287
44288 commit fd671e02433bcbc1fd07901fa2d6065020f41ba8
44289 Author: Behdad Esfahbod <behdad@behdad.org>
44290 Date:   Mon May 10 19:02:32 2010 -0400
44291
44292     Remove unused macro
44293
44294  src/hb-open-type-private.hh | 1 -
44295  1 file changed, 1 deletion(-)
44296
44297 commit 0eb9fc6e37935707dba2bf4b3705de2161a08cb7
44298 Author: Behdad Esfahbod <behdad@behdad.org>
44299 Date:   Mon May 10 19:01:17 2010 -0400
44300
44301     Change DEFINE_SIZE_VAR to DEFINE_SIZE_ARRAY
44302
44303  src/hb-open-file-private.hh          |  4 ++--
44304  src/hb-open-type-private.hh          | 10 +++++-----
44305  src/hb-ot-layout-common-private.hh   | 27 +++++++++++++++------------
44306  src/hb-ot-layout-gdef-private.hh     | 10 +++++-----
44307  src/hb-ot-layout-gpos-private.hh     | 25 ++++++++++++-------------
44308  src/hb-ot-layout-gsub-private.hh     | 14 +++++++-------
44309  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
44310  7 files changed, 54 insertions(+), 52 deletions(-)
44311
44312 commit 596e471aa5053d955fb5d5b5923088c8814469b1
44313 Author: Behdad Esfahbod <behdad@behdad.org>
44314 Date:   Mon May 10 18:47:48 2010 -0400
44315
44316     Cleanup DEFINE_SIZE_VAR2
44317
44318  src/hb-open-type-private.hh          | 18 +++++++++++-------
44319  src/hb-ot-layout-common-private.hh   |  6 +++---
44320  src/hb-ot-layout-gdef-private.hh     |  4 ++--
44321  src/hb-ot-layout-gpos-private.hh     |  4 ++--
44322  src/hb-ot-layout-gsub-private.hh     |  2 +-
44323  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
44324  6 files changed, 21 insertions(+), 17 deletions(-)
44325
44326 commit 33afa4e2dc352f08cc094703e3f01d3ecd83b354
44327 Author: Behdad Esfahbod <behdad@behdad.org>
44328 Date:   Mon May 10 18:35:02 2010 -0400
44329
44330     Minor
44331
44332  src/hb-open-type-private.hh | 14 +++++++-------
44333  1 file changed, 7 insertions(+), 7 deletions(-)
44334
44335 commit b961518b9611471ff7060e97686e5625974847eb
44336 Author: Behdad Esfahbod <behdad@behdad.org>
44337 Date:   Mon May 10 18:20:54 2010 -0400
44338
44339     Simplify array access
44340
44341  src/hb-open-type-private.hh          | 29 ++++++++++-------------------
44342  src/hb-ot-layout-common-private.hh   |  8 ++++----
44343  src/hb-ot-layout-gsub-private.hh     |  6 +++---
44344  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
44345  4 files changed, 25 insertions(+), 34 deletions(-)
44346
44347 commit 54842374c2b291ef208c51ae1d853ec0403ccf84
44348 Author: Behdad Esfahbod <behdad@behdad.org>
44349 Date:   Mon May 10 18:13:32 2010 -0400
44350
44351     Fix check_struct to check min_size instead of sizeof
44352
44353  src/hb-open-type-private.hh | 2 +-
44354  1 file changed, 1 insertion(+), 1 deletion(-)
44355
44356 commit ed07422c33bbb52ff4d79e65986171e3f07697d8
44357 Author: Behdad Esfahbod <behdad@behdad.org>
44358 Date:   Mon May 10 18:08:46 2010 -0400
44359
44360     Further cleanup of sizeof
44361
44362  src/hb-open-type-private.hh          |  7 +++++--
44363  src/hb-ot-layout-common-private.hh   |  4 ++++
44364  src/hb-ot-layout-gdef-private.hh     |  4 ++++
44365  src/hb-ot-layout-gpos-private.hh     | 10 +++++++---
44366  src/hb-ot-layout-gsub-private.hh     |  4 +++-
44367  src/hb-ot-layout-gsubgpos-private.hh |  2 ++
44368  6 files changed, 25 insertions(+), 6 deletions(-)
44369
44370 commit a82ef7a893b773a17f7548375de9f588dfc83aba
44371 Author: Behdad Esfahbod <behdad@behdad.org>
44372 Date:   Mon May 10 17:55:03 2010 -0400
44373
44374     Remove CastP completely
44375
44376  src/hb-open-type-private.hh | 39 +++++++++++++++++----------------------
44377  1 file changed, 17 insertions(+), 22 deletions(-)
44378
44379 commit 40cbefe858192531ed64dd51d402f7ca7b8153a3
44380 Author: Behdad Esfahbod <behdad@behdad.org>
44381 Date:   Mon May 10 17:47:22 2010 -0400
44382
44383     Remove unnecessary casts
44384
44385  src/hb-open-type-private.hh          | 12 ++++++------
44386  src/hb-ot-layout-common-private.hh   |  2 +-
44387  src/hb-ot-layout-gpos-private.hh     | 34
44388  +++++++++++++++++-----------------
44389  src/hb-ot-layout-gsub-private.hh     |  4 ++--
44390  src/hb-ot-layout-gsubgpos-private.hh | 34
44391  +++++++++++++++++-----------------
44392  5 files changed, 43 insertions(+), 43 deletions(-)
44393
44394 commit 09766b1ec5ec55a61edbcd7a89ed3613cc92d4cb
44395 Author: Behdad Esfahbod <behdad@behdad.org>
44396 Date:   Mon May 10 17:36:03 2010 -0400
44397
44398     Make StructAtOffset take a pointer
44399
44400     Is safer.
44401
44402  src/hb-open-type-private.hh      | 26 +++++++++++++-------------
44403  src/hb-ot-layout-gpos-private.hh |  6 +++---
44404  src/hb-ot-layout-gsub-private.hh |  4 ++--
44405  3 files changed, 18 insertions(+), 18 deletions(-)
44406
44407 commit bea34c7cbb583cf7660776e95cab3171590b8427
44408 Author: Behdad Esfahbod <behdad@behdad.org>
44409 Date:   Mon May 10 17:28:16 2010 -0400
44410
44411     Further cleanup of DEFINE_SIZE
44412
44413  src/hb-open-file-private.hh          |  2 +-
44414  src/hb-open-type-private.hh          | 10 +++++-----
44415  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
44416  src/hb-ot-layout-gdef-private.hh     |  8 ++++----
44417  src/hb-ot-layout-gpos-private.hh     | 16 +++++-----------
44418  src/hb-ot-layout-gsub-private.hh     | 14 +++++++-------
44419  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++-------
44420  7 files changed, 37 insertions(+), 43 deletions(-)
44421
44422 commit 0abcc3b48cfd51a22695c9e988938b2f45cb19d8
44423 Author: Behdad Esfahbod <behdad@behdad.org>
44424 Date:   Mon May 10 17:04:20 2010 -0400
44425
44426     Cleanup
44427
44428  src/hb-open-type-private.hh | 18 ++++++++++--------
44429  1 file changed, 10 insertions(+), 8 deletions(-)
44430
44431 commit b3651231bf80bb7009214547a75ed90e21815c68
44432 Author: Behdad Esfahbod <behdad@behdad.org>
44433 Date:   Mon May 10 16:57:29 2010 -0400
44434
44435     Remove ASSERT_SIZE in favor of the safer DEFINE_SIZE_STATIC
44436
44437  src/hb-open-file-private.hh          |  3 ++-
44438  src/hb-open-type-private.hh          | 20 +++++++++++++---
44439  src/hb-ot-layout-common-private.hh   | 24 ++++++++++++--------
44440  src/hb-ot-layout-gdef-private.hh     | 22 +++++++++++-------
44441  src/hb-ot-layout-gpos-private.hh     | 44
44442  ++++++++++++++++++++----------------
44443  src/hb-ot-layout-gsub-private.hh     | 32 ++++++++++++++++----------
44444  src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++--------
44445  src/hb-private.h                     |  2 --
44446  8 files changed, 109 insertions(+), 65 deletions(-)
44447
44448 commit 569da92bc6956f42d9b2d65c784e184fb6380efe
44449 Author: Behdad Esfahbod <behdad@behdad.org>
44450 Date:   Mon May 10 16:38:32 2010 -0400
44451
44452     Cleanup ASSERT_SIZE_VAR
44453
44454  src/hb-open-file-private.hh          |  9 ++++++---
44455  src/hb-open-type-private.hh          |  6 ++++--
44456  src/hb-ot-layout-common-private.hh   | 22 ++++++++++++----------
44457  src/hb-ot-layout-gdef-private.hh     |  3 ++-
44458  src/hb-ot-layout-gpos-private.hh     | 30 +++++++++++++++++++-----------
44459  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++----
44460  src/hb-private.h                     |  8 --------
44461  7 files changed, 49 insertions(+), 39 deletions(-)
44462
44463 commit 99bf03459ff2f00cf3fb7fa3c8b8336ec9fcca56
44464 Author: Behdad Esfahbod <behdad@behdad.org>
44465 Date:   Thu May 6 19:37:32 2010 -0400
44466
44467     Whitespace
44468
44469  src/hb-ot-layout-gpos-private.hh | 1 +
44470  1 file changed, 1 insertion(+)
44471
44472 commit 65f46b00333e20ab8a52a4b350747507541ec1db
44473 Author: Behdad Esfahbod <behdad@behdad.org>
44474 Date:   Thu May 6 19:35:19 2010 -0400
44475
44476     Simplify DEFINE_NULL_DATA
44477
44478     Using ::min_size.
44479
44480  src/hb-open-type-private.hh        | 6 +++---
44481  src/hb-ot-layout-common-private.hh | 9 +++++----
44482  2 files changed, 8 insertions(+), 7 deletions(-)
44483
44484 commit e45d3f86f9a5f3d29ca35a282de7f98e702878f9
44485 Author: Behdad Esfahbod <behdad@behdad.org>
44486 Date:   Thu May 6 19:33:31 2010 -0400
44487
44488     Start cleaning up get_size()
44489
44490     So we know when the size is static and when dynamic.
44491
44492  src/hb-open-file-private.hh          |  7 +++---
44493  src/hb-open-type-private.hh          | 42
44494  +++++++++++++++++++++++++-----------
44495  src/hb-ot-layout-common-private.hh   | 14 ++++++------
44496  src/hb-ot-layout-gpos-private.hh     | 17 ++++++---------
44497  src/hb-ot-layout-gsubgpos-private.hh | 19 ++++++++--------
44498  5 files changed, 55 insertions(+), 44 deletions(-)
44499
44500 commit b157617644d1e38f680163889d1dc2e2f64d9ba3
44501 Author: Behdad Esfahbod <behdad@behdad.org>
44502 Date:   Thu May 6 14:48:27 2010 -0400
44503
44504     Remove the last of SANITIZE macros: SANITIZE_SELF
44505
44506  src/hb-open-file-private.hh          |  4 ++--
44507  src/hb-open-type-private.hh          | 21 ++++++++++++---------
44508  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
44509  src/hb-ot-layout-gdef-private.hh     |  6 +++---
44510  src/hb-ot-layout-gpos-private.hh     | 26 +++++++++++++-------------
44511  src/hb-ot-layout-gsubgpos-private.hh |  6 +++---
44512  6 files changed, 41 insertions(+), 38 deletions(-)
44513
44514 commit 4f252fedc7136c66a9d7fbcb2978581986da6227
44515 Author: Behdad Esfahbod <behdad@behdad.org>
44516 Date:   Thu May 6 13:30:23 2010 -0400
44517
44518     Remove SANITIZE macro
44519
44520  src/hb-open-file-private.hh          |  4 ++--
44521  src/hb-open-type-private.hh          |  6 ++----
44522  src/hb-ot-layout-common-private.hh   | 18 +++++++++---------
44523  src/hb-ot-layout-gdef-private.hh     |  6 +++---
44524  src/hb-ot-layout-gpos-private.hh     | 18 +++++++++---------
44525  src/hb-ot-layout-gsub-private.hh     | 26 +++++++++++++-------------
44526  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
44527  7 files changed, 49 insertions(+), 51 deletions(-)
44528
44529 commit c2ddfd2d268385257c77c09a9abeacf4230d5377
44530 Author: Behdad Esfahbod <behdad@behdad.org>
44531 Date:   Thu May 6 13:06:15 2010 -0400
44532
44533     Cleanup Value casts
44534
44535  src/hb-ot-layout-gpos-private.hh | 34 +++++++++++++++++++++-------------
44536  1 file changed, 21 insertions(+), 13 deletions(-)
44537
44538 commit 41a93d2c1ff175ef06328a99983577459c2d34b0
44539 Author: Behdad Esfahbod <behdad@behdad.org>
44540 Date:   Thu May 6 12:55:14 2010 -0400
44541
44542     Remove SANITIZE_WITH_BASE
44543
44544  src/hb-open-file-private.hh          |  2 +-
44545  src/hb-open-type-private.hh          |  2 -
44546  src/hb-ot-layout-common-private.hh   |  6 +--
44547  src/hb-ot-layout-gdef-private.hh     | 24 +++++-----
44548  src/hb-ot-layout-gpos-private.hh     | 90
44549  ++++++++++++++++++------------------
44550  src/hb-ot-layout-gsub-private.hh     | 31 ++++++-------
44551  src/hb-ot-layout-gsubgpos-private.hh | 44 +++++++++---------
44552  7 files changed, 98 insertions(+), 101 deletions(-)
44553
44554 commit f5fab0c71837371cce32dc3e9edca1ccb8d44e29
44555 Author: Behdad Esfahbod <behdad@behdad.org>
44556 Date:   Thu May 6 10:26:52 2010 -0400
44557
44558     Remove SANITIZE_MEM
44559
44560  src/hb-open-type-private.hh          | 4 +---
44561  src/hb-ot-layout-common-private.hh   | 2 +-
44562  src/hb-ot-layout-gpos-private.hh     | 2 +-
44563  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
44564  4 files changed, 6 insertions(+), 8 deletions(-)
44565
44566 commit 4ad2cc5dec6b0639da2b1846282bdd99d06d5ff1
44567 Author: Behdad Esfahbod <behdad@behdad.org>
44568 Date:   Thu May 6 09:24:24 2010 -0400
44569
44570     Rename check to check_range
44571
44572  src/hb-open-type-private.hh | 8 ++++----
44573  1 file changed, 4 insertions(+), 4 deletions(-)
44574
44575 commit 1cd1e117d060d38e314618b627d7663cb01ed584
44576 Author: Behdad Esfahbod <behdad@behdad.org>
44577 Date:   Wed May 5 20:15:14 2010 -0400
44578
44579     Remove SANITIZE_ARRAY
44580
44581  src/hb-open-file-private.hh          |  2 +-
44582  src/hb-open-type-private.hh          | 16 +++++++---------
44583  src/hb-ot-layout-gpos-private.hh     |  8 ++++----
44584  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
44585  4 files changed, 14 insertions(+), 16 deletions(-)
44586
44587 commit 583d7f9586ce69754f1354aa3895e6d732a0c2ce
44588 Author: Behdad Esfahbod <behdad@behdad.org>
44589 Date:   Wed May 5 01:49:22 2010 -0400
44590
44591     Cosmetic
44592
44593  src/hb-open-file-private.hh          |  3 ++-
44594  src/hb-open-type-private.hh          |  6 ++++--
44595  src/hb-ot-layout-common-private.hh   | 15 ++++++++++-----
44596  src/hb-ot-layout-gpos-private.hh     |  5 ++---
44597  src/hb-ot-layout-gsub-private.hh     |  3 ++-
44598  src/hb-ot-layout-gsubgpos-private.hh |  9 +++++----
44599  6 files changed, 25 insertions(+), 16 deletions(-)
44600
44601 commit 705e215268aa95c2bc6af8af9b48b72b690ec1f7
44602 Author: Behdad Esfahbod <behdad@behdad.org>
44603 Date:   Wed May 5 01:40:25 2010 -0400
44604
44605     Minor
44606
44607  src/hb-open-type-private.hh          | 4 ++--
44608  src/hb-ot-layout-gpos-private.hh     | 2 +-
44609  src/hb-ot-layout-gsub-private.hh     | 2 +-
44610  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
44611  4 files changed, 5 insertions(+), 5 deletions(-)
44612
44613 commit b18eafd0f62f854d15276c78f99843aecd47acad
44614 Author: Behdad Esfahbod <behdad@behdad.org>
44615 Date:   Wed May 5 01:39:26 2010 -0400
44616
44617     Minor
44618
44619  src/hb-open-type-private.hh | 2 +-
44620  1 file changed, 1 insertion(+), 1 deletion(-)
44621
44622 commit 4169710911450e0f9bc045fe279bfc8ba9e8457c
44623 Author: Behdad Esfahbod <behdad@behdad.org>
44624 Date:   Wed May 5 01:37:58 2010 -0400
44625
44626     Simplify chaining
44627
44628  src/hb-ot-layout-gsubgpos-private.hh | 61
44629  +++++++++++++++---------------------
44630  1 file changed, 25 insertions(+), 36 deletions(-)
44631
44632 commit 1911b9d21b2b7b6b8219ce6c888540e3a60aa9c3
44633 Author: Behdad Esfahbod <behdad@behdad.org>
44634 Date:   Wed May 5 01:32:04 2010 -0400
44635
44636     Remove APPLY_ARG_DEF and APPLY_ARG
44637
44638  src/hb-ot-layout-gpos-private.hh     | 92
44639  ++++++++++++++++++------------------
44640  src/hb-ot-layout-gsub-private.hh     | 88
44641  +++++++++++++++++-----------------
44642  src/hb-ot-layout-gsubgpos-private.hh | 89
44643  ++++++++++++++++------------------
44644  3 files changed, 132 insertions(+), 137 deletions(-)
44645
44646 commit 6c42cddfe53a1c664081862bb9a3e1c38d05a823
44647 Author: Behdad Esfahbod <behdad@behdad.org>
44648 Date:   Wed May 5 01:30:48 2010 -0400
44649
44650     Port apply to use hb_trace_t
44651
44652  src/hb-ot-layout-gpos-private.hh     |  9 ++++-----
44653  src/hb-ot-layout-gsub-private.hh     | 11 +++++------
44654  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++--------
44655  3 files changed, 14 insertions(+), 19 deletions(-)
44656
44657 commit 969c9705ae0c64577c3f69f5300fec975f952e1f
44658 Author: Behdad Esfahbod <behdad@behdad.org>
44659 Date:   Wed May 5 01:23:44 2010 -0400
44660
44661     Move context_length into apply_context
44662
44663  src/hb-ot-layout-gpos-private.hh     |  9 ++---
44664  src/hb-ot-layout-gsub-private.hh     |  9 ++---
44665  src/hb-ot-layout-gsubgpos-private.hh | 70
44666  ++++++++++++++++++++----------------
44667  3 files changed, 50 insertions(+), 38 deletions(-)
44668
44669 commit 94a23aaeca39c662614037ef887412249bdc8d49
44670 Author: Behdad Esfahbod <behdad@behdad.org>
44671 Date:   Wed May 5 01:13:09 2010 -0400
44672
44673     Move buffer into apply_context
44674
44675  src/hb-buffer-private.h              | 30 +++++++++--------
44676  src/hb-ot-layout-gpos-private.hh     | 64
44677  ++++++++++++++++++++----------------
44678  src/hb-ot-layout-gsub-private.hh     | 45 ++++++++++++++-----------
44679  src/hb-ot-layout-gsubgpos-private.hh | 49 ++++++++++++++-------------
44680  4 files changed, 106 insertions(+), 82 deletions(-)
44681
44682 commit 63493f956dca519df49da0a6badc3cb0a1b92779
44683 Author: Behdad Esfahbod <behdad@behdad.org>
44684 Date:   Wed May 5 01:01:05 2010 -0400
44685
44686     Move layout_context into apply_context
44687
44688  src/hb-ot-layout-gpos-private.hh     | 105
44689  ++++++++++++++++++-----------------
44690  src/hb-ot-layout-gsub-private.hh     |  47 ++++++++--------
44691  src/hb-ot-layout-gsubgpos-private.hh |  11 ++--
44692  3 files changed, 82 insertions(+), 81 deletions(-)
44693
44694 commit fff9aa263d1daf7c5117cf383fafa5043d5eb5af
44695 Author: Behdad Esfahbod <behdad@behdad.org>
44696 Date:   Wed May 5 00:32:21 2010 -0400
44697
44698     Minor
44699
44700  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
44701  1 file changed, 6 insertions(+), 6 deletions(-)
44702
44703 commit 27e302dc8e794ff6bf878bc76e17d336d510849e
44704 Author: Behdad Esfahbod <behdad@behdad.org>
44705 Date:   Wed May 5 00:26:16 2010 -0400
44706
44707     I keep changing my mind about this
44708
44709  src/hb-open-type-private.hh | 30 ++++++++++--------------------
44710  1 file changed, 10 insertions(+), 20 deletions(-)
44711
44712 commit 39840474afd2cda9ff576c08aff9c87095496c27
44713 Author: Behdad Esfahbod <behdad@behdad.org>
44714 Date:   Wed May 5 00:23:19 2010 -0400
44715
44716     Remove SANITIZE_ARG_DEF and SANITIZE_ARG
44717
44718  src/hb-open-file-private.hh          |  16 ++---
44719  src/hb-open-type-private.hh          |  59 +++++++--------
44720  src/hb-ot-layout-common-private.hh   |  42 +++++------
44721  src/hb-ot-layout-gdef-private.hh     |  28 ++++----
44722  src/hb-ot-layout-gpos-private.hh     | 136
44723  +++++++++++++++++------------------
44724  src/hb-ot-layout-gsub-private.hh     |  72 +++++++++----------
44725  src/hb-ot-layout-gsubgpos-private.hh |  46 ++++++------
44726  7 files changed, 197 insertions(+), 202 deletions(-)
44727
44728 commit b261e2ad5c5a065599ce1dbc4ba437caa2cee1e9
44729 Author: Behdad Esfahbod <behdad@behdad.org>
44730 Date:   Wed May 5 00:20:16 2010 -0400
44731
44732     Remove trace from sanitize_shallow()
44733
44734  src/hb-open-type-private.hh | 1 -
44735  1 file changed, 1 deletion(-)
44736
44737 commit dfc8cbe85479dde1ffdc6b2e73f4907331d77a19
44738 Author: Behdad Esfahbod <behdad@behdad.org>
44739 Date:   Wed May 5 00:19:46 2010 -0400
44740
44741     Add hb_trace_t
44742
44743  src/hb-open-type-private.hh | 33 +++++++++++++++++++--------------
44744  1 file changed, 19 insertions(+), 14 deletions(-)
44745
44746 commit 20e3dd5d292b65f70d2eae63b8d8713a1c889d47
44747 Author: Behdad Esfahbod <behdad@behdad.org>
44748 Date:   Tue May 4 23:21:57 2010 -0400
44749
44750     Make sanitize_depth variable automatic and not passed through
44751     function args
44752
44753  src/hb-open-type-private.hh | 72
44754  +++++++++++++++++++++++++++------------------
44755  1 file changed, 43 insertions(+), 29 deletions(-)
44756
44757 commit 4a446ac35136eff23d55f47bdd7b40095ad707ab
44758 Author: Behdad Esfahbod <behdad@behdad.org>
44759 Date:   Tue May 4 22:46:21 2010 -0400
44760
44761     Use function template for pass-thru argument
44762
44763  src/hb-open-type-private.hh      | 26 ++++++--------------------
44764  src/hb-ot-layout-gpos-private.hh |  6 +++---
44765  2 files changed, 9 insertions(+), 23 deletions(-)
44766
44767 commit 98daaf183d6dbf2b68959da608cd9876ba55d7aa
44768 Author: Behdad Esfahbod <behdad@behdad.org>
44769 Date:   Tue May 4 22:42:49 2010 -0400
44770
44771     Make _hb_sanitize_*() methods of the context object
44772
44773  src/hb-open-type-private.hh | 190
44774  +++++++++++++++++++++++---------------------
44775  1 file changed, 98 insertions(+), 92 deletions(-)
44776
44777 commit bb029af943faa9905e652d58856998687e60c31d
44778 Author: Behdad Esfahbod <behdad@behdad.org>
44779 Date:   Tue May 4 15:28:52 2010 -0400
44780
44781     Remove SANITIZE_THIS
44782
44783  src/hb-open-file-private.hh          |  2 +-
44784  src/hb-open-type-private.hh          |  3 +-
44785  src/hb-ot-layout-common-private.hh   |  4 +--
44786  src/hb-ot-layout-gdef-private.hh     | 25 ++++++++--------
44787  src/hb-ot-layout-gpos-private.hh     | 55
44788  ++++++++++++++++++++----------------
44789  src/hb-ot-layout-gsub-private.hh     | 29 ++++++++++---------
44790  src/hb-ot-layout-gsubgpos-private.hh | 42 +++++++++++++--------------
44791  7 files changed, 85 insertions(+), 75 deletions(-)
44792
44793 commit 2226fc93d1427b8830bfb892fe1b25b488ea36dc
44794 Author: Behdad Esfahbod <behdad@behdad.org>
44795 Date:   Tue May 4 15:12:17 2010 -0400
44796
44797     Rename SANITIZE_BASE to SANITIZE_WITH_BASE
44798
44799  src/hb-open-type-private.hh        | 11 +++++++----
44800  src/hb-ot-layout-common-private.hh |  3 ++-
44801  src/hb-ot-layout-gpos-private.hh   | 15 ++++++++-------
44802  3 files changed, 17 insertions(+), 12 deletions(-)
44803
44804 commit 89da1346ec3a8dec8a368df46d61ca75356e22fa
44805 Author: Behdad Esfahbod <behdad@behdad.org>
44806 Date:   Tue May 4 15:01:45 2010 -0400
44807
44808     Remove SANITIZE_OBJ
44809
44810  src/hb-open-type-private.hh | 3 +--
44811  1 file changed, 1 insertion(+), 2 deletions(-)
44812
44813 commit 4d4cce96266b777a01cec03e8766dc8c0b159351
44814 Author: Behdad Esfahbod <behdad@behdad.org>
44815 Date:   Tue May 4 14:57:55 2010 -0400
44816
44817     Remove SANITIZE_THIS2
44818
44819  src/hb-open-type-private.hh          |  2 --
44820  src/hb-ot-layout-common-private.hh   |  3 ++-
44821  src/hb-ot-layout-gdef-private.hh     | 10 ++++++----
44822  src/hb-ot-layout-gpos-private.hh     |  9 ++++++---
44823  src/hb-ot-layout-gsub-private.hh     | 11 +++++++----
44824  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++++-----
44825  6 files changed, 30 insertions(+), 19 deletions(-)
44826
44827 commit 26bfcb64e473c40e439d6efbe974781dada28eca
44828 Author: Behdad Esfahbod <behdad@behdad.org>
44829 Date:   Tue May 4 14:49:45 2010 -0400
44830
44831     Cosmetic
44832
44833  src/hb-ot-layout-gdef-private.hh     | 5 ++---
44834  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
44835  2 files changed, 5 insertions(+), 7 deletions(-)
44836
44837 commit be74284673a1944e0f1884e861c3fe8f9855172c
44838 Author: Behdad Esfahbod <behdad@behdad.org>
44839 Date:   Tue May 4 14:47:05 2010 -0400
44840
44841     Remove SANITIZE_THIS3
44842
44843  src/hb-open-type-private.hh          |  1 -
44844  src/hb-ot-layout-gpos-private.hh     | 21 +++++++++++++++------
44845  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++++--
44846  3 files changed, 21 insertions(+), 9 deletions(-)
44847
44848 commit fbab9f9bd8ba59e7e5811f33c1dda198f95cf05a
44849 Author: Behdad Esfahbod <behdad@behdad.org>
44850 Date:   Tue May 4 14:42:10 2010 -0400
44851
44852     Remove SANITIZE_BASE2
44853
44854  src/hb-open-type-private.hh      | 1 -
44855  src/hb-ot-layout-gpos-private.hh | 3 ++-
44856  2 files changed, 2 insertions(+), 2 deletions(-)
44857
44858 commit 73c7dbf7f5433c0cdd467ef32402f52867e9798e
44859 Author: Behdad Esfahbod <behdad@behdad.org>
44860 Date:   Tue May 4 14:40:55 2010 -0400
44861
44862     Remove SANITIZE2
44863
44864  src/hb-open-type-private.hh      | 1 -
44865  src/hb-ot-layout-gsub-private.hh | 2 +-
44866  2 files changed, 1 insertion(+), 2 deletions(-)
44867
44868 commit c9f14687a30866181feb57ee2736a147ec9f25a1
44869 Author: Behdad Esfahbod <behdad@behdad.org>
44870 Date:   Tue May 4 14:38:08 2010 -0400
44871
44872     Remove the NEUTER macro, move code to a method
44873
44874  src/hb-open-type-private.hh | 21 +++++++++++++--------
44875  1 file changed, 13 insertions(+), 8 deletions(-)
44876
44877 commit 30fa2821c277df99a14089749313dfe2b541e2d0
44878 Author: Behdad Esfahbod <behdad@behdad.org>
44879 Date:   Tue May 4 14:28:18 2010 -0400
44880
44881     Make internal method private
44882
44883  src/hb-open-type-private.hh | 12 +++++++-----
44884  1 file changed, 7 insertions(+), 5 deletions(-)
44885
44886 commit ce5694c79671bf75990923c1da17bb611e4e7d15
44887 Author: Behdad Esfahbod <behdad@behdad.org>
44888 Date:   Tue May 4 14:10:18 2010 -0400
44889
44890     [main] Recognize Apple SFNTs
44891
44892  src/hb-open-file-private.hh | 4 ++--
44893  src/main.cc                 | 6 ++++++
44894  2 files changed, 8 insertions(+), 2 deletions(-)
44895
44896 commit 710500a93ecc2a0c595045602aa367073485ff91
44897 Author: Behdad Esfahbod <behdad@behdad.org>
44898 Date:   Mon May 3 23:11:16 2010 -0400
44899
44900     Comment new SFNT tags
44901
44902  src/hb-open-file-private.hh | 10 +++++-----
44903  1 file changed, 5 insertions(+), 5 deletions(-)
44904
44905 commit 64d3fc8d0dada673245cc8c0b1c12cd849b30997
44906 Author: Behdad Esfahbod <behdad@behdad.org>
44907 Date:   Mon May 3 22:51:19 2010 -0400
44908
44909     Cosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
44910
44911  src/hb-buffer.c                      | 14 ++++----
44912  src/hb-font.cc                       |  6 ++--
44913  src/hb-ft.c                          | 14 ++++----
44914  src/hb-language.c                    |  2 +-
44915  src/hb-object-private.h              | 10 +++---
44916  src/hb-open-file-private.hh          |  2 +-
44917  src/hb-open-type-private.hh          | 38 ++++++++++-----------
44918  src/hb-ot-layout-common-private.hh   | 16 ++++-----
44919  src/hb-ot-layout-gdef-private.hh     |  2 +-
44920  src/hb-ot-layout-gpos-private.hh     | 64
44921  ++++++++++++++++++------------------
44922  src/hb-ot-layout-gsub-private.hh     | 52 ++++++++++++++---------------
44923  src/hb-ot-layout-gsubgpos-private.hh | 40 +++++++++++-----------
44924  src/hb-ot-layout.cc                  | 12 +++----
44925  src/hb-ot-tag.c                      |  2 +-
44926  src/hb-private.h                     |  8 ++---
44927  src/hb-shape.c                       | 10 +++---
44928  src/hb-unicode.c                     |  2 +-
44929  17 files changed, 147 insertions(+), 147 deletions(-)
44930
44931 commit fa3b3d58443a7c22eca3f86243993ba2d4bd9f4a
44932 Author: Behdad Esfahbod <behdad@behdad.org>
44933 Date:   Mon May 3 22:47:22 2010 -0400
44934
44935     Mark a couple functions as inline
44936
44937  src/hb-open-type-private.hh | 4 ++--
44938  1 file changed, 2 insertions(+), 2 deletions(-)
44939
44940 commit 6b84198f9d471defb6f55d44d4f5423df70b2a10
44941 Merge: 631d10b eaf29ed
44942 Author: Behdad Esfahbod <behdad@behdad.org>
44943 Date:   Mon May 3 22:46:52 2010 -0400
44944
44945     Merge remote branch 'jrmuizel/master'
44946
44947 commit eaf29edb8fa49390e5f48b78105dfd173aff445b
44948 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
44949 Date:   Mon May 3 22:27:56 2010 -0400
44950
44951     HB_UNUSED is unneeded on static inline functions
44952
44953  src/hb-object-private.h     | 2 +-
44954  src/hb-open-type-private.hh | 6 +++---
44955  src/hb-private.h            | 4 ++--
44956  3 files changed, 6 insertions(+), 6 deletions(-)
44957
44958 commit 4ce578ed369f1526c91deedcf9e72537b3e4328f
44959 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
44960 Date:   Mon May 3 15:03:53 2010 -0400
44961
44962     Include the tags from the Apple specification for TrueType fonts
44963
44964  src/hb-open-file-private.hh | 8 ++++++++
44965  1 file changed, 8 insertions(+)
44966
44967 commit 631d10b728d9e1a02c7dddf505d4fae5e244c6e8
44968 Author: Behdad Esfahbod <behdad@behdad.org>
44969 Date:   Sun May 2 21:14:21 2010 -0400
44970
44971     Remove unused method
44972
44973  src/hb-open-file-private.hh | 5 -----
44974  1 file changed, 5 deletions(-)
44975
44976 commit f0abcd69408a3af65207cdf8847575ade4579bd4
44977 Author: Behdad Esfahbod <behdad@behdad.org>
44978 Date:   Sun May 2 18:14:25 2010 -0400
44979
44980     Whitespace
44981
44982  src/hb-open-type-private.hh | 9 ++++-----
44983  1 file changed, 4 insertions(+), 5 deletions(-)
44984
44985 commit a8d960bd26883ee937b04ca2a3c16a3644870356
44986 Author: Behdad Esfahbod <behdad@behdad.org>
44987 Date:   Thu Apr 29 14:31:56 2010 -0400
44988
44989     [GPOS] Speedup apply_value()
44990
44991  src/hb-ot-layout-gpos-private.hh | 7 ++++++-
44992  1 file changed, 6 insertions(+), 1 deletion(-)
44993
44994 commit 2cd1ea4411d0808559a942ff3fa4e637f9c9a9c8
44995 Author: Behdad Esfahbod <behdad@behdad.org>
44996 Date:   Thu Apr 29 14:15:32 2010 -0400
44997
44998     [ft] Disallow getting the entire font data with tag=0
44999
45000  src/hb-ft.c | 3 +++
45001  1 file changed, 3 insertions(+)
45002
45003 commit 33d13fdda99acaeffa9600737e8870278d053ebe
45004 Author: Behdad Esfahbod <behdad@behdad.org>
45005 Date:   Thu Apr 29 13:56:44 2010 -0400
45006
45007     Rename HB_GNUC_UNUSED -> HB_UNUSED
45008
45009  src/hb-buffer.c                      |  6 ++---
45010  src/hb-font.cc                       | 44
45011  ++++++++++++++++++------------------
45012  src/hb-ft.c                          | 16 ++++++-------
45013  src/hb-object-private.h              |  2 +-
45014  src/hb-open-type-private.hh          | 18 +++++++--------
45015  src/hb-ot-layout-gdef-private.hh     |  4 ++--
45016  src/hb-ot-layout-gpos-private.hh     |  4 ++--
45017  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
45018  src/hb-ot-layout.cc                  |  4 ++--
45019  src/hb-ot-shape.c                    |  2 +-
45020  src/hb-private.h                     | 16 ++++++-------
45021  src/hb-shape.c                       | 32 +++++++++++++-------------
45022  src/hb-unicode.c                     |  8 +++----
45023  13 files changed, 81 insertions(+), 81 deletions(-)
45024
45025 commit 7d3a126334f8e6f6441561c1bb592bd3fa7a2c5c
45026 Author: Behdad Esfahbod <behdad@behdad.org>
45027 Date:   Thu Apr 29 13:54:01 2010 -0400
45028
45029     Define HB_FUNC for portability to non-gcc
45030
45031  src/hb-open-type-private.hh          | 12 ++++++------
45032  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
45033  src/hb-private.h                     |  9 +++++++++
45034  3 files changed, 16 insertions(+), 7 deletions(-)
45035
45036 commit fa030175ca998b00cc42cbced6e98de323ec01ec
45037 Author: Behdad Esfahbod <behdad@behdad.org>
45038 Date:   Thu Apr 29 13:48:26 2010 -0400
45039
45040     [sanitize] Make debug code always available to the compiler
45041
45042     Such that we don't break debug build all the time.
45043
45044  src/hb-open-type-private.hh | 71
45045  ++++++++++++++++++++-------------------------
45046  1 file changed, 31 insertions(+), 40 deletions(-)
45047
45048 commit fde6f5bd682f5ad0cc5e2ec69fc831b0192bf90b
45049 Author: Behdad Esfahbod <behdad@behdad.org>
45050 Date:   Thu Apr 29 04:41:41 2010 -0400
45051
45052     Convert to uppercase in hb_ot_tag_from_language()
45053
45054  src/hb-ot-tag.c | 6 ++++--
45055  1 file changed, 4 insertions(+), 2 deletions(-)
45056
45057 commit 6f729b45b04243c42ad7201b67cda9d5e5c363f1
45058 Author: Behdad Esfahbod <behdad@behdad.org>
45059 Date:   Thu Apr 29 03:59:06 2010 -0400
45060
45061     More contour point use
45062
45063  src/hb-font.cc                   |  1 +
45064  src/hb-ot-layout-gdef-private.hh |  8 +++++---
45065  src/hb-ot-layout-gpos-private.hh | 13 +++++++++----
45066  3 files changed, 15 insertions(+), 7 deletions(-)
45067
45068 commit 3840b6b50503ba2c9a99f774284e0077baffa8a0
45069 Author: Behdad Esfahbod <behdad@behdad.org>
45070 Date:   Thu Apr 29 03:48:27 2010 -0400
45071
45072     [gdef] Fix delta scale
45073
45074  src/hb-ot-layout-gdef-private.hh | 2 +-
45075  1 file changed, 1 insertion(+), 1 deletion(-)
45076
45077 commit 4ac6cc284b2c1eb670c2a3659ec385ed729acac4
45078 Author: Behdad Esfahbod <behdad@behdad.org>
45079 Date:   Thu Apr 29 03:48:11 2010 -0400
45080
45081     [gdef] Fix rounding
45082
45083  src/hb-ot-layout-gdef-private.hh | 4 ++--
45084  1 file changed, 2 insertions(+), 2 deletions(-)
45085
45086 commit b52fbb1bab608bda76efb936f08344afaec600a1
45087 Author: Behdad Esfahbod <behdad@behdad.org>
45088 Date:   Thu Apr 29 03:47:00 2010 -0400
45089
45090     [gdef] Implement getting contour point
45091
45092  src/hb-ot-layout-gdef-private.hh | 5 ++++-
45093  1 file changed, 4 insertions(+), 1 deletion(-)
45094
45095 commit 4c5fbae011a33b9efef5aedd61c357fc0ded1113
45096 Author: Behdad Esfahbod <behdad@behdad.org>
45097 Date:   Thu Apr 29 03:39:39 2010 -0400
45098
45099     Make sure mirroring is done in original direction
45100
45101     Reported by Jonathan Kew.
45102
45103  src/hb-shape.c | 5 ++++-
45104  1 file changed, 4 insertions(+), 1 deletion(-)
45105
45106 commit ce23c9234b87513d6460fb89bad178fb8537e161
45107 Author: Behdad Esfahbod <behdad@behdad.org>
45108 Date:   Thu Apr 29 03:31:03 2010 -0400
45109
45110     Use BCP47 private-use tags for OpenType tag language string mapping
45111
45112  src/hb-ot-tag.c | 16 ++++++++--------
45113  1 file changed, 8 insertions(+), 8 deletions(-)
45114
45115 commit eaf1d9a46c4a320f3b0026c0a610f95a620d566f
45116 Author: Behdad Esfahbod <behdad@behdad.org>
45117 Date:   Thu Apr 29 03:11:32 2010 -0400
45118
45119     Minor
45120
45121  src/hb-ot-tag.c | 1 +
45122  1 file changed, 1 insertion(+)
45123
45124 commit 3a4784fe88a0f14147ccdd3633952c9c0f3ae8f3
45125 Author: Behdad Esfahbod <behdad@behdad.org>
45126 Date:   Thu Apr 29 02:58:38 2010 -0400
45127
45128     Fix bug in hb_language_from_string()
45129
45130     Reported by Jonathan Kew.
45131
45132  src/hb-language.c | 2 ++
45133  1 file changed, 2 insertions(+)
45134
45135 commit 602e4f8d5512cdf48c696ad64ad62ff97f6dbdcc
45136 Author: Behdad Esfahbod <behdad@behdad.org>
45137 Date:   Thu Apr 29 02:28:54 2010 -0400
45138
45139     Use const_cast
45140
45141  src/hb-open-type-private.hh | 3 +--
45142  1 file changed, 1 insertion(+), 2 deletions(-)
45143
45144 commit abff3580a5b229641086e0da097efee11d22ff81
45145 Author: Behdad Esfahbod <behdad@behdad.org>
45146 Date:   Thu Apr 29 02:27:20 2010 -0400
45147
45148     Add const
45149
45150  src/hb-object-private.h | 2 +-
45151  1 file changed, 1 insertion(+), 1 deletion(-)
45152
45153 commit 6617eada95928457a25e29f793f1a93c6b3edaec
45154 Author: Behdad Esfahbod <behdad@behdad.org>
45155 Date:   Thu Apr 29 02:25:30 2010 -0400
45156
45157     Rename apply_context -> context
45158
45159  src/hb-ot-layout-gpos-private.hh     | 22 +++++++++++-----------
45160  src/hb-ot-layout-gsub-private.hh     | 26 +++++++++++++-------------
45161  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
45162  3 files changed, 30 insertions(+), 30 deletions(-)
45163
45164 commit b4c7fab762935b9c182b3e2ac3415f29fc6a5558
45165 Author: Behdad Esfahbod <behdad@behdad.org>
45166 Date:   Thu Apr 29 02:24:25 2010 -0400
45167
45168     Rename
45169
45170  src/hb-ot-layout-gpos-private.hh     | 98
45171  ++++++++++++++++++------------------
45172  src/hb-ot-layout-gsub-private.hh     | 46 ++++++++---------
45173  src/hb-ot-layout-gsubgpos-private.hh | 12 ++---
45174  3 files changed, 78 insertions(+), 78 deletions(-)
45175
45176 commit 1376fb7bf9ef07970f0ba13dc64d6a8ab8252762
45177 Author: Behdad Esfahbod <behdad@behdad.org>
45178 Date:   Thu Apr 29 02:19:21 2010 -0400
45179
45180     [apply] Use a context object to reduce number of parameters passed
45181     around
45182
45183  src/hb-open-type-private.hh          |  5 ++---
45184  src/hb-ot-layout-gpos-private.hh     | 26 ++++++++++++++-----------
45185  src/hb-ot-layout-gsub-private.hh     | 37
45186  +++++++++++++++++++-----------------
45187  src/hb-ot-layout-gsubgpos-private.hh | 29 +++++++++++++++-------------
45188  4 files changed, 53 insertions(+), 44 deletions(-)
45189
45190 commit 173fde7087c0db3e99409f1119530477c14072f5
45191 Author: Behdad Esfahbod <behdad@behdad.org>
45192 Date:   Thu Apr 29 01:47:30 2010 -0400
45193
45194     Further simplify tracing
45195
45196  src/hb-open-type-private.hh          | 31 +++++++++++++++----------------
45197  src/hb-ot-layout-gpos-private.hh     |  9 +++++----
45198  src/hb-ot-layout-gsub-private.hh     | 11 ++++++-----
45199  src/hb-ot-layout-gsubgpos-private.hh |  8 --------
45200  4 files changed, 26 insertions(+), 33 deletions(-)
45201
45202 commit bc200457430c083914a64bf4b056153506749610
45203 Author: Behdad Esfahbod <behdad@behdad.org>
45204 Date:   Thu Apr 29 01:40:26 2010 -0400
45205
45206     Simplify trace code
45207
45208  src/hb-open-type-private.hh          | 41 +++++++++---------------------
45209  src/hb-ot-layout-gsubgpos-private.hh | 25 +++++--------------
45210  src/hb-private.h                     | 48
45211  +++++++++++++++++++++++++-----------
45212  3 files changed, 51 insertions(+), 63 deletions(-)
45213
45214 commit 807c5b03a2251a3c29a520852639421783101b55
45215 Author: Behdad Esfahbod <behdad@behdad.org>
45216 Date:   Wed Apr 28 20:25:22 2010 -0400
45217
45218     [sanitize] Make debug code always available to the compiler
45219
45220     Such that we don't break debug build all the time.
45221
45222  src/hb-open-type-private.hh          | 31 ++++++++++++++++++++-----------
45223  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
45224  2 files changed, 21 insertions(+), 12 deletions(-)
45225
45226 commit 74e313c016704e1d9157c2763691c4151f049dfc
45227 Author: Behdad Esfahbod <behdad@behdad.org>
45228 Date:   Wed Apr 28 15:15:09 2010 -0400
45229
45230     [gsubgpos] Make debug code always available to the compiler
45231
45232     Such that we don't break debug build all the time.
45233
45234  src/hb-ot-layout-gsubgpos-private.hh | 52
45235  ++++++++++++++++++------------------
45236  1 file changed, 26 insertions(+), 26 deletions(-)
45237
45238 commit 41011a6ed7c4891b20c0eddbb6d4ad9c820cfddb
45239 Author: Behdad Esfahbod <behdad@behdad.org>
45240 Date:   Wed Apr 28 13:33:09 2010 -0400
45241
45242     Fix compiler warning about value unused
45243
45244  src/hb-object-private.h | 2 +-
45245  1 file changed, 1 insertion(+), 1 deletion(-)
45246
45247 commit 863df68e894b7644dcd12da88aa22f73edf829dc
45248 Author: Behdad Esfahbod <behdad@behdad.org>
45249 Date:   Wed Apr 28 13:29:55 2010 -0400
45250
45251     [object] Make debug code always available to the compiler
45252
45253     Such that we don't break debug build all the time.
45254
45255  src/hb-object-private.h | 42 +++++++++++++++++++++++++++---------------
45256  1 file changed, 27 insertions(+), 15 deletions(-)
45257
45258 commit 1d52151a19ed8ec776276aac5cc6ce3769e0d947
45259 Author: Behdad Esfahbod <behdad@behdad.org>
45260 Date:   Wed Apr 28 13:18:41 2010 -0400
45261
45262     Minor
45263
45264  src/hb-private.h | 8 +++++---
45265  1 file changed, 5 insertions(+), 3 deletions(-)
45266
45267 commit 444fffb1ab378cb3022e2a8e9f90d20a00c82f6a
45268 Author: Behdad Esfahbod <behdad@behdad.org>
45269 Date:   Wed Apr 28 13:16:38 2010 -0400
45270
45271     [blob] Make debug code always available to the compiler
45272
45273     Such that we don't break debug build all the time.
45274
45275  src/hb-blob.c | 78
45276  ++++++++++++++++++++++++-----------------------------------
45277  1 file changed, 32 insertions(+), 46 deletions(-)
45278
45279 commit ba51b25c7ba568aeced17f016eceba987569c5d9
45280 Author: Behdad Esfahbod <behdad@behdad.org>
45281 Date:   Wed Apr 28 13:10:36 2010 -0400
45282
45283     Fix build.  Ouch!
45284
45285  src/hb-object-private.h | 2 +-
45286  1 file changed, 1 insertion(+), 1 deletion(-)
45287
45288 commit a92f0fda7fee9d60b399b8865541bf73e6e30141
45289 Author: Behdad Esfahbod <behdad@behdad.org>
45290 Date:   Wed Apr 28 13:09:40 2010 -0400
45291
45292     Fix debug build
45293
45294  src/hb-open-type-private.hh          | 4 ++--
45295  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
45296  2 files changed, 3 insertions(+), 3 deletions(-)
45297
45298 commit c165f25410f817d248ad5d07e1827d33efd1b0a0
45299 Author: Behdad Esfahbod <behdad@behdad.org>
45300 Date:   Tue Apr 27 23:28:10 2010 -0400
45301
45302     [object] Actually handle malloc() failure
45303
45304     Caught by John Daggett.
45305
45306  src/hb-object-private.h | 10 ++++++----
45307  1 file changed, 6 insertions(+), 4 deletions(-)
45308
45309 commit caff7db93d205e32a535d49e51a3cad70f91dfdd
45310 Author: Behdad Esfahbod <behdad@behdad.org>
45311 Date:   Mon Apr 26 10:07:35 2010 -0400
45312
45313     Fix Device::get_size() calculation
45314
45315  src/hb-ot-layout-common-private.hh | 8 ++++++--
45316  1 file changed, 6 insertions(+), 2 deletions(-)
45317
45318 commit 66d6eb30eb0b8d61e00f86ea0c7829abaddb52fa
45319 Author: Behdad Esfahbod <behdad@behdad.org>
45320 Date:   Sun Apr 25 23:01:45 2010 -0400
45321
45322     Rename Var to Obj
45323
45324  src/hb-open-type-private.hh | 8 ++++----
45325  1 file changed, 4 insertions(+), 4 deletions(-)
45326
45327 commit 690b9194619589c32ffc0c092e45262ae7776e79
45328 Author: Behdad Esfahbod <behdad@behdad.org>
45329 Date:   Sun Apr 25 22:51:05 2010 -0400
45330
45331     Remove use of flexible arrays
45332
45333     Also remove wrong ASSERT_SIZE that would trigger only when not using
45334     flexible arrays (which was the case on win32, but not with gcc).
45335
45336  configure.ac                | 2 --
45337  src/hb-open-file-private.hh | 1 -
45338  src/hb-private.h            | 4 ----
45339  3 files changed, 7 deletions(-)
45340
45341 commit 1cebfbb0636b13dc5dc6a4b8b7acbb7da28129d2
45342 Author: Behdad Esfahbod <behdad@behdad.org>
45343 Date:   Fri Apr 23 20:49:18 2010 -0400
45344
45345     Cleanup hb_face_create_for_data()
45346
45347  src/Makefile.am       |  1 +
45348  src/hb-blob-private.h | 57 +++++++++++++++++++++++++++++++
45349  src/hb-blob.c         | 20 ++---------
45350  src/hb-font-private.h |  3 --
45351  src/hb-font.cc        | 92
45352  +++++++++++++++++++++++++++++++++++----------------
45353  5 files changed, 123 insertions(+), 50 deletions(-)
45354
45355 commit d6b3c83a90f60bedb4049750ffb351161710980d
45356 Author: Behdad Esfahbod <behdad@behdad.org>
45357 Date:   Fri Apr 23 19:59:53 2010 -0400
45358
45359     Allow get_table() to return NULL
45360
45361  src/hb-font.cc | 6 +++++-
45362  src/hb-ft.c    | 2 +-
45363  2 files changed, 6 insertions(+), 2 deletions(-)
45364
45365 commit ad3653751b1e4a03f7058200cb83f64db46722d5
45366 Author: Behdad Esfahbod <behdad@behdad.org>
45367 Date:   Fri Apr 23 19:43:40 2010 -0400
45368
45369     Typo
45370
45371  src/hb-open-type-private.hh | 2 +-
45372  1 file changed, 1 insertion(+), 1 deletion(-)
45373
45374 commit 990443e5f282ad61de00dcf1ebff9cf1d5bc2d70
45375 Author: Behdad Esfahbod <behdad@behdad.org>
45376 Date:   Fri Apr 23 17:53:32 2010 -0400
45377
45378     Remove lock_instance()
45379
45380  src/hb-font.cc              | 2 +-
45381  src/hb-open-type-private.hh | 4 ----
45382  src/hb-ot-layout.cc         | 6 +++---
45383  3 files changed, 4 insertions(+), 8 deletions(-)
45384
45385 commit 187454c595559ce48d072fee6bccb51f3de283d4
45386 Author: Behdad Esfahbod <behdad@behdad.org>
45387 Date:   Fri Apr 23 16:35:01 2010 -0400
45388
45389     Add different casts from pointer and ref to avoid bugs
45390
45391  src/hb-open-type-private.hh      | 22 +++++++++++++++-------
45392  src/hb-ot-layout-gpos-private.hh |  8 ++++----
45393  src/hb-ot-layout-gsub-private.hh | 12 ++++++------
45394  src/main.cc                      |  6 +++---
45395  4 files changed, 28 insertions(+), 20 deletions(-)
45396
45397 commit efb324a46ff64adb4ec8612b4089e8daff1e6d8e
45398 Author: Behdad Esfahbod <behdad@behdad.org>
45399 Date:   Fri Apr 23 16:22:54 2010 -0400
45400
45401     Remove GET_FOR_DATA macros
45402
45403     The major-version check is now handled by sanitize.  If major
45404     doesn't match, we reject and fall back to the Null object.
45405
45406  src/hb-open-file-private.hh          |  4 ----
45407  src/hb-open-type-private.hh          | 23 ++---------------------
45408  src/hb-ot-layout-gdef-private.hh     |  2 --
45409  src/hb-ot-layout-gpos-private.hh     |  3 ---
45410  src/hb-ot-layout-gsub-private.hh     |  3 ---
45411  src/hb-ot-layout-gsubgpos-private.hh |  2 --
45412  src/main.cc                          |  6 +++---
45413  7 files changed, 5 insertions(+), 38 deletions(-)
45414
45415 commit f1aaa2a43654c28405ffd393de2cb127437c99a5
45416 Author: Behdad Esfahbod <behdad@behdad.org>
45417 Date:   Fri Apr 23 15:19:50 2010 -0400
45418
45419     Add TODO
45420
45421  src/hb-ft.c                        |  2 --
45422  src/hb-ft.h                        |  1 +
45423  src/hb-open-file-private.hh        |  2 +-
45424  src/hb-open-type-private.hh        |  2 ++
45425  src/hb-ot-layout-common-private.hh | 12 ++++++------
45426  5 files changed, 10 insertions(+), 9 deletions(-)
45427
45428 commit 33d4d4325e15e332105ea8f361bab79ee542f0f8
45429 Author: Behdad Esfahbod <behdad@behdad.org>
45430 Date:   Fri Apr 23 14:56:55 2010 -0400
45431
45432     Zero glyph metrics before calling user callback
45433
45434  src/hb-font.cc | 6 +++---
45435  1 file changed, 3 insertions(+), 3 deletions(-)
45436
45437 commit 4206e9511a222c0c50cc9b4fe72ec421983bba2c
45438 Author: Behdad Esfahbod <behdad@behdad.org>
45439 Date:   Fri Apr 23 14:44:55 2010 -0400
45440
45441     More warning fixes
45442
45443  src/hb-ot-layout.cc |  4 ++--
45444  src/hb-ot-shape.c   |  9 ++++-----
45445  src/hb-shape.c      | 32 ++++++++++++++++----------------
45446  3 files changed, 22 insertions(+), 23 deletions(-)
45447
45448 commit ef66ebeabc6c234004bd9e9bb67eb5c9711f4a1e
45449 Author: Behdad Esfahbod <behdad@behdad.org>
45450 Date:   Fri Apr 23 14:40:36 2010 -0400
45451
45452     Remove unused parameter
45453
45454  src/hb-open-file-private.hh | 6 +++---
45455  1 file changed, 3 insertions(+), 3 deletions(-)
45456
45457 commit 1d720192b193f48b44be0385eda3c2c5d5cd28ad
45458 Author: Behdad Esfahbod <behdad@behdad.org>
45459 Date:   Fri Apr 23 14:39:10 2010 -0400
45460
45461     Fix compile warnings (HB_GNUC_UNUSED)
45462
45463  src/hb-buffer.c             |  6 +++---
45464  src/hb-font.cc              | 31 ++++++++++++++++++++++---------
45465  src/hb-ft.c                 | 29 +++++++++++++++++++++--------
45466  src/hb-open-type-private.hh |  2 +-
45467  src/hb-unicode.c            |  8 ++++----
45468  5 files changed, 51 insertions(+), 25 deletions(-)
45469
45470 commit 8dfdca599c0a3ba5255131002910bca3b381acac
45471 Author: Behdad Esfahbod <behdad@behdad.org>
45472 Date:   Fri Apr 23 14:07:34 2010 -0400
45473
45474     No need to keep blob in sanitize context
45475
45476  src/hb-open-type-private.hh | 13 +++++--------
45477  1 file changed, 5 insertions(+), 8 deletions(-)
45478
45479 commit 254933c397f1ce9796f59689a25f9fc2e58df4ea
45480 Author: Behdad Esfahbod <behdad@behdad.org>
45481 Date:   Fri Apr 23 13:57:10 2010 -0400
45482
45483     When sanitizing, delay making writable
45484
45485     Before, as soon as we needed to make an edit, we tried to make
45486     the blob
45487     writable inplace.  That grows code unnecessarily though.  We can
45488     simply
45489     fail, make writable, then start again.  That's indeed what the
45490     fallback
45491     was doing anyway.
45492
45493  src/hb-open-type-private.hh | 11 +++++++----
45494  1 file changed, 7 insertions(+), 4 deletions(-)
45495
45496 commit 71e735e915c85536ee4d3035576f7426e8cd19dd
45497 Author: Behdad Esfahbod <behdad@behdad.org>
45498 Date:   Fri Apr 23 13:48:06 2010 -0400
45499
45500     [blob] Fallback to copying if mprotect() fails
45501
45502  src/hb-blob.c | 5 +++--
45503  1 file changed, 3 insertions(+), 2 deletions(-)
45504
45505 commit 1aa4666b914da7747fc58a8f6f2d913c94e3b8da
45506 Author: Behdad Esfahbod <behdad@behdad.org>
45507 Date:   Fri Apr 23 13:32:03 2010 -0400
45508
45509     Cleanup OpenTypeFontFile
45510
45511  src/hb-open-file-private.hh | 44
45512  ++++++++++++++++++++++++++------------------
45513  src/main.cc                 |  2 +-
45514  2 files changed, 27 insertions(+), 19 deletions(-)
45515
45516 commit ae4190cafe927649f8ff8be6a0082478d1298fda
45517 Author: Behdad Esfahbod <behdad@behdad.org>
45518 Date:   Fri Apr 23 12:33:02 2010 -0400
45519
45520     Properly define separate structs for TTCHeader and TTCHeaderVersion1
45521
45522  src/hb-open-file-private.hh | 71
45523  +++++++++++++++++++++++++++++++++++----------
45524  1 file changed, 55 insertions(+), 16 deletions(-)
45525
45526 commit a065f471b3bc23d33ef75217308efeaed4ffd033
45527 Author: Behdad Esfahbod <behdad@behdad.org>
45528 Date:   Thu Apr 22 20:15:11 2010 -0400
45529
45530     Cleanup Extension lookups
45531
45532     Two things:
45533
45534     1. Allow nested Extension lookups.  The offset is always positive, so
45535     it can't loop circularly.
45536
45537     2. Move the check for all Extension subtables having the same lookup
45538     type to the correct place.  Before it wasn't really working.
45539
45540  src/hb-ot-layout-gpos-private.hh | 29 +-------------------
45541  src/hb-ot-layout-gsub-private.hh | 57
45542  ++++++++++++++++++++++------------------
45543  2 files changed, 33 insertions(+), 53 deletions(-)
45544
45545 commit a0bb49c5830f8a7f25d573ec57b79df2620ddba7
45546 Author: Behdad Esfahbod <behdad@behdad.org>
45547 Date:   Thu Apr 22 18:47:03 2010 -0400
45548
45549     Add comment re bsearch effect on sanitize
45550
45551  src/hb-open-file-private.hh        | 2 +-
45552  src/hb-ot-layout-common-private.hh | 8 ++++----
45553  2 files changed, 5 insertions(+), 5 deletions(-)
45554
45555 commit d632ec4000b3079150e6424e88a3ab7509f7445c
45556 Author: Behdad Esfahbod <behdad@behdad.org>
45557 Date:   Thu Apr 22 18:33:12 2010 -0400
45558
45559     Cosmetic
45560
45561  src/hb-open-type-private.hh          | 6 +++---
45562  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
45563  2 files changed, 4 insertions(+), 4 deletions(-)
45564
45565 commit a3263aa773ad7a914496792466c69047048b093c
45566 Author: Behdad Esfahbod <behdad@behdad.org>
45567 Date:   Thu Apr 22 18:29:09 2010 -0400
45568
45569     Convert the last set of cast macros to templates
45570
45571  src/hb-open-file-private.hh          |  4 +--
45572  src/hb-open-type-private.hh          | 53
45573  +++++++++++++++++++++++-------------
45574  src/hb-ot-layout-gpos-private.hh     | 16 +++++------
45575  src/hb-ot-layout-gsub-private.hh     | 14 +++++-----
45576  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++----
45577  5 files changed, 57 insertions(+), 42 deletions(-)
45578
45579 commit c38188a1912f72d9ef90ae1bcbdbba7ecce63371
45580 Author: Behdad Esfahbod <behdad@behdad.org>
45581 Date:   Thu Apr 22 16:52:09 2010 -0400
45582
45583     Remove unused macro
45584
45585  src/hb-open-type-private.hh | 1 -
45586  1 file changed, 1 deletion(-)
45587
45588 commit 3b2c2df41b90f2a1d9e33b3dc15a92cff58a689a
45589 Author: Behdad Esfahbod <behdad@behdad.org>
45590 Date:   Thu Apr 22 16:51:42 2010 -0400
45591
45592     Cleanup Extension sanitize()
45593
45594  src/hb-ot-layout-common-private.hh   | 20 +++-----------------
45595  src/hb-ot-layout-gpos-private.hh     | 20 +++++++++++++-------
45596  src/hb-ot-layout-gsub-private.hh     | 20 +++++++++++++-------
45597  src/hb-ot-layout-gsubgpos-private.hh | 13 ++++---------
45598  4 files changed, 33 insertions(+), 40 deletions(-)
45599
45600 commit 1856184b93760a1a54fb1a3c54281bb252df7ce6
45601 Author: Behdad Esfahbod <behdad@behdad.org>
45602 Date:   Thu Apr 22 14:15:11 2010 -0400
45603
45604     Fail sanitize on major version mismatch
45605
45606     We handle major-version differences via get_for_data(), so sanitize
45607     should never see a major version mismatch.
45608
45609  src/hb-open-file-private.hh          | 4 ++--
45610  src/hb-ot-layout-gdef-private.hh     | 2 +-
45611  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
45612  3 files changed, 4 insertions(+), 4 deletions(-)
45613
45614 commit df3f505dcfeefc8cd395900b116767d22549f756
45615 Author: Behdad Esfahbod <behdad@behdad.org>
45616 Date:   Thu Apr 22 14:11:33 2010 -0400
45617
45618     More sanitize cleanup
45619
45620  src/hb-open-file-private.hh | 24 ++----------------------
45621  src/main.cc                 |  4 ++--
45622  2 files changed, 4 insertions(+), 24 deletions(-)
45623
45624 commit 278a91f0cd802ac817c2603429bae1fa4a350ea0
45625 Author: Behdad Esfahbod <behdad@behdad.org>
45626 Date:   Thu Apr 22 13:59:39 2010 -0400
45627
45628     Minor cleanup of sanitize
45629
45630     Done with an audit of all sanitize()
45631
45632  src/hb-ot-layout-gpos-private.hh | 18 +++++++++---------
45633  1 file changed, 9 insertions(+), 9 deletions(-)
45634
45635 commit 9ac7dc73bc24b6dafb94df5de9cbf8fa0c82d5bc
45636 Author: Behdad Esfahbod <behdad@behdad.org>
45637 Date:   Thu Apr 22 13:50:22 2010 -0400
45638
45639     Check for (impossible) overflow
45640
45641  src/hb-ot-layout-gpos-private.hh | 1 +
45642  1 file changed, 1 insertion(+)
45643
45644 commit 9fc8684fd85ef6ec82b3b54323761bbdd4c3d891
45645 Author: Behdad Esfahbod <behdad@behdad.org>
45646 Date:   Thu Apr 22 13:37:58 2010 -0400
45647
45648     Cleanup ContextFormat3 sanitize
45649
45650  src/hb-ot-layout-gsubgpos-private.hh | 5 +++--
45651  1 file changed, 3 insertions(+), 2 deletions(-)
45652
45653 commit e77302c61f1f1620d1f438a997575fa6ee5c172e
45654 Author: Behdad Esfahbod <behdad@behdad.org>
45655 Date:   Thu Apr 22 13:34:00 2010 -0400
45656
45657     Add comment
45658
45659  src/hb-ot-layout-common-private.hh | 4 +++-
45660  1 file changed, 3 insertions(+), 1 deletion(-)
45661
45662 commit 7c469c3ca4ed4e45c50eff70df59b1a4780bae5b
45663 Author: Behdad Esfahbod <behdad@behdad.org>
45664 Date:   Thu Apr 22 13:26:21 2010 -0400
45665
45666     Minor
45667
45668  src/hb-ot-layout-common-private.hh | 2 +-
45669  1 file changed, 1 insertion(+), 1 deletion(-)
45670
45671 commit dc228048a813e43356373505168d3822deea5d72
45672 Author: Behdad Esfahbod <behdad@behdad.org>
45673 Date:   Thu Apr 22 13:22:41 2010 -0400
45674
45675     Remove integrity check in Tag sanitize
45676
45677     Serves no useful purpose.
45678
45679  src/hb-open-type-private.hh        | 9 ---------
45680  src/hb-ot-layout-common-private.hh | 2 +-
45681  2 files changed, 1 insertion(+), 10 deletions(-)
45682
45683 commit 8015a8c762dc7be36998d529b7a3af59e3d14d87
45684 Author: Behdad Esfahbod <behdad@behdad.org>
45685 Date:   Thu Apr 22 11:06:30 2010 -0400
45686
45687     Don't sanitize raw table data
45688
45689     That part is performed by individual table sanitize.
45690
45691  src/hb-open-file-private.hh | 15 +++++++++------
45692  1 file changed, 9 insertions(+), 6 deletions(-)
45693
45694 commit c293581e962b7982622e7d607fa3909b40da718e
45695 Author: Behdad Esfahbod <behdad@behdad.org>
45696 Date:   Thu Apr 22 11:15:46 2010 -0400
45697
45698     Add coment
45699
45700  src/hb-open-type-private.hh | 1 +
45701  1 file changed, 1 insertion(+)
45702
45703 commit 1faa76c6e848c6b0e360d9ddcf567533b87f8f31
45704 Author: Behdad Esfahbod <behdad@behdad.org>
45705 Date:   Thu Apr 22 10:54:26 2010 -0400
45706
45707     Remove unnecessary casts
45708
45709  src/hb-open-type-private.hh | 8 ++++----
45710  1 file changed, 4 insertions(+), 4 deletions(-)
45711
45712 commit 079dc40112d3908ff7b7028ea3019bfe82bf606d
45713 Author: Behdad Esfahbod <behdad@behdad.org>
45714 Date:   Thu Apr 22 10:47:12 2010 -0400
45715
45716     Avoid overflow in TableDirectory sanitize
45717
45718  src/hb-open-file-private.hh | 2 +-
45719  1 file changed, 1 insertion(+), 1 deletion(-)
45720
45721 commit fb5904ec935d925a423401bc975ffaa22022ce1b
45722 Author: Behdad Esfahbod <behdad@behdad.org>
45723 Date:   Thu Apr 22 10:43:30 2010 -0400
45724
45725     Make casts more explicit
45726
45727  src/hb-ot-layout-gpos-private.hh | 4 ++--
45728  src/hb-ot-layout-gsub-private.hh | 4 ++--
45729  2 files changed, 4 insertions(+), 4 deletions(-)
45730
45731 commit 565c80bd2960366ace2d10dd71beaaf2a80213c8
45732 Author: Behdad Esfahbod <behdad@behdad.org>
45733 Date:   Thu Apr 22 10:26:35 2010 -0400
45734
45735     Make sure semicolon is expected after DEFINE_NULL_DATA()
45736
45737  src/hb-open-type-private.hh | 5 +++--
45738  1 file changed, 3 insertions(+), 2 deletions(-)
45739
45740 commit bb1e16335e537231246f44740f73cc23c0707364
45741 Author: Behdad Esfahbod <behdad@behdad.org>
45742 Date:   Thu Apr 22 01:01:35 2010 -0400
45743
45744     Improve Subst/Pos SubTable access and sanitize
45745
45746  src/hb-ot-layout-gpos-private.hh | 4 ++--
45747  src/hb-ot-layout-gsub-private.hh | 4 ++--
45748  2 files changed, 4 insertions(+), 4 deletions(-)
45749
45750 commit 81f2af40f9afd5bb9695018e6baddcd4aa3361c1
45751 Author: Behdad Esfahbod <behdad@behdad.org>
45752 Date:   Thu Apr 22 00:58:49 2010 -0400
45753
45754     Simplify Extension offset now that our int types have no alignment
45755
45756  src/hb-ot-layout-gsubgpos-private.hh | 9 +++------
45757  1 file changed, 3 insertions(+), 6 deletions(-)
45758
45759 commit 19828ad42d8117563412aae3c70887aa117805a9
45760 Author: Behdad Esfahbod <behdad@behdad.org>
45761 Date:   Thu Apr 22 00:49:16 2010 -0400
45762
45763     Sanitize shallow in Lookup since the generic SubLookup has no methods
45764
45765  src/hb-ot-layout-common-private.hh | 2 +-
45766  1 file changed, 1 insertion(+), 1 deletion(-)
45767
45768 commit e5546a4352c54311ac4a9ef138b187378155ebe1
45769 Author: Behdad Esfahbod <behdad@behdad.org>
45770 Date:   Thu Apr 22 00:45:42 2010 -0400
45771
45772     Watch for overflow in Array sanitize
45773
45774  src/hb-open-type-private.hh        | 21 +++++++++++++++------
45775  src/hb-ot-layout-common-private.hh |  2 +-
45776  2 files changed, 16 insertions(+), 7 deletions(-)
45777
45778 commit 4f5f1c34dda1e0629bfa6d7b0ffa2e1ce003b7c7
45779 Author: Behdad Esfahbod <behdad@behdad.org>
45780 Date:   Thu Apr 22 00:27:39 2010 -0400
45781
45782     Rename const_sub_array to sub_array since all consts are implicit now
45783
45784  src/hb-open-type-private.hh        | 2 +-
45785  src/hb-ot-layout-common-private.hh | 4 ++--
45786  src/hb-ot-layout-gdef-private.hh   | 4 ++--
45787  3 files changed, 5 insertions(+), 5 deletions(-)
45788
45789 commit 0795b784dd1009976c185482a376df250167e73b
45790 Author: Behdad Esfahbod <behdad@behdad.org>
45791 Date:   Thu Apr 22 00:23:14 2010 -0400
45792
45793     Cosmetic
45794
45795  src/hb-ot-layout-common-private.hh | 6 +++---
45796  1 file changed, 3 insertions(+), 3 deletions(-)
45797
45798 commit 2d98d3bbaa0ddadcb08b5a8f437b18c211c50768
45799 Author: Behdad Esfahbod <behdad@behdad.org>
45800 Date:   Thu Apr 22 00:19:30 2010 -0400
45801
45802     Simplify Lookup sanitize
45803
45804  src/hb-ot-layout-common-private.hh | 2 +-
45805  1 file changed, 1 insertion(+), 1 deletion(-)
45806
45807 commit c755cb3e3ac55156d0d2ec05adea7a650b97cc41
45808 Author: Behdad Esfahbod <behdad@behdad.org>
45809 Date:   Thu Apr 22 00:11:43 2010 -0400
45810
45811     Change header comment
45812
45813  README                               | 2 +-
45814  src/hb-blob.c                        | 2 +-
45815  src/hb-blob.h                        | 2 +-
45816  src/hb-buffer-private.h              | 2 +-
45817  src/hb-buffer.c                      | 2 +-
45818  src/hb-buffer.h                      | 2 +-
45819  src/hb-common.h                      | 2 +-
45820  src/hb-font-private.h                | 2 +-
45821  src/hb-font.cc                       | 2 +-
45822  src/hb-font.h                        | 2 +-
45823  src/hb-ft.c                          | 2 +-
45824  src/hb-ft.h                          | 2 +-
45825  src/hb-glib.c                        | 2 +-
45826  src/hb-glib.h                        | 2 +-
45827  src/hb-icu.c                         | 2 +-
45828  src/hb-icu.h                         | 2 +-
45829  src/hb-language.c                    | 2 +-
45830  src/hb-language.h                    | 2 +-
45831  src/hb-object-private.h              | 2 +-
45832  src/hb-open-file-private.hh          | 2 +-
45833  src/hb-open-type-private.hh          | 2 +-
45834  src/hb-ot-layout-common-private.hh   | 2 +-
45835  src/hb-ot-layout-gdef-private.hh     | 2 +-
45836  src/hb-ot-layout-gpos-private.hh     | 2 +-
45837  src/hb-ot-layout-gsub-private.hh     | 2 +-
45838  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
45839  src/hb-ot-layout-private.h           | 2 +-
45840  src/hb-ot-layout.cc                  | 2 +-
45841  src/hb-ot-layout.h                   | 2 +-
45842  src/hb-ot-shape-private.h            | 2 +-
45843  src/hb-ot-shape.c                    | 2 +-
45844  src/hb-ot-tag.c                      | 2 +-
45845  src/hb-ot-tag.h                      | 2 +-
45846  src/hb-ot.h                          | 2 +-
45847  src/hb-private.h                     | 2 +-
45848  src/hb-shape.c                       | 2 +-
45849  src/hb-shape.h                       | 2 +-
45850  src/hb-unicode-private.h             | 2 +-
45851  src/hb-unicode.c                     | 2 +-
45852  src/hb-unicode.h                     | 2 +-
45853  src/hb.h                             | 2 +-
45854  src/main.cc                          | 2 +-
45855  42 files changed, 42 insertions(+), 42 deletions(-)
45856
45857 commit 243d20e011e251462a07947275e0e98cc19c7e9b
45858 Author: Behdad Esfahbod <behdad@behdad.org>
45859 Date:   Wed Apr 21 23:57:01 2010 -0400
45860
45861     More cast simplification
45862
45863  src/hb-open-type-private.hh | 6 +++---
45864  1 file changed, 3 insertions(+), 3 deletions(-)
45865
45866 commit 0dfcc13a4668cdd2c2ebdd5f4a7540a51222cf2f
45867 Author: Behdad Esfahbod <behdad@behdad.org>
45868 Date:   Wed Apr 21 23:41:26 2010 -0400
45869
45870     Rename ConstCharP to CharP (overloaded now)
45871
45872  src/hb-open-file-private.hh          | 10 +++++-----
45873  src/hb-open-type-private.hh          | 24 ++++++++++++------------
45874  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
45875  src/hb-ot-layout-gsub-private.hh     |  4 ++--
45876  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++-------
45877  5 files changed, 32 insertions(+), 32 deletions(-)
45878
45879 commit 62c0fd75737a69721dbf29e773405a4c529f8b6d
45880 Author: Behdad Esfahbod <behdad@behdad.org>
45881 Date:   Wed Apr 21 23:30:48 2010 -0400
45882
45883     Cleanup de-const-casting during sanitize
45884
45885  src/hb-open-file-private.hh        |  2 +-
45886  src/hb-open-type-private.hh        | 29 ++++++++++++++---------------
45887  src/hb-ot-layout-common-private.hh |  4 ++--
45888  src/hb-ot-layout-gpos-private.hh   | 12 ++++++------
45889  4 files changed, 23 insertions(+), 24 deletions(-)
45890
45891 commit dd155870567cfb9647b2e71593ace8b2705d7cff
45892 Author: Behdad Esfahbod <behdad@behdad.org>
45893 Date:   Wed Apr 21 23:13:33 2010 -0400
45894
45895     Add more comments
45896
45897  src/hb-open-type-private.hh | 1 +
45898  1 file changed, 1 insertion(+)
45899
45900 commit c85c3620675f38ffdca59134aeec2641485f40ca
45901 Author: Behdad Esfahbod <behdad@behdad.org>
45902 Date:   Wed Apr 21 23:12:54 2010 -0400
45903
45904     Add comment
45905
45906  src/hb-open-type-private.hh | 1 +
45907  1 file changed, 1 insertion(+)
45908
45909 commit 2467c669c2aee4de2a6621a9d06cba0262376d41
45910 Author: Behdad Esfahbod <behdad@behdad.org>
45911 Date:   Wed Apr 21 23:11:45 2010 -0400
45912
45913     Add comment
45914
45915  src/hb-open-type-private.hh | 1 +
45916  1 file changed, 1 insertion(+)
45917
45918 commit 29c3f5e1b6212c775a7b911becd44ba093b7b0eb
45919 Author: Behdad Esfahbod <behdad@behdad.org>
45920 Date:   Wed Apr 21 23:01:00 2010 -0400
45921
45922     Improve comment
45923
45924  src/hb-open-type-private.hh | 2 +-
45925  1 file changed, 1 insertion(+), 1 deletion(-)
45926
45927 commit 01c01618e98283611628cd54d5ba4bf122f24cd9
45928 Author: Behdad Esfahbod <behdad@behdad.org>
45929 Date:   Wed Apr 21 22:49:56 2010 -0400
45930
45931     Further simplify IntType struct defs
45932
45933  src/hb-open-type-private.hh | 21 ++++++++++++---------
45934  1 file changed, 12 insertions(+), 9 deletions(-)
45935
45936 commit 2cb08458f674301cde9d962c13911035a251f7c5
45937 Author: Behdad Esfahbod <behdad@behdad.org>
45938 Date:   Wed Apr 21 22:37:31 2010 -0400
45939
45940     Rename const_array() to array() (overloaded)
45941
45942  src/hb-open-type-private.hh          | 12 ++++++------
45943  src/hb-ot-layout-common-private.hh   |  4 ++--
45944  src/hb-ot-layout-gsub-private.hh     |  6 +++---
45945  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
45946  4 files changed, 19 insertions(+), 19 deletions(-)
45947
45948 commit 2e2f43edf2f49f4047e28b1ce2ea95938536de9c
45949 Author: Behdad Esfahbod <behdad@behdad.org>
45950 Date:   Wed Apr 21 22:30:36 2010 -0400
45951
45952     Remove ArrayAfter, use StructAfter in place
45953
45954  src/hb-open-type-private.hh | 21 ++++++---------------
45955  1 file changed, 6 insertions(+), 15 deletions(-)
45956
45957 commit e961c86c579fd98ee604342a9c70c4e7f8d4f220
45958 Author: Behdad Esfahbod <behdad@behdad.org>
45959 Date:   Wed Apr 21 15:56:11 2010 -0400
45960
45961     Convert NEXT() and ARRAY_AFTER() macros to templates
45962
45963  src/hb-open-type-private.hh          | 40
45964  ++++++++++++++++++++++++++----------
45965  src/hb-ot-layout-common-private.hh   |  4 ++--
45966  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
45967  src/hb-ot-layout-gsubgpos-private.hh | 24 +++++++++++-----------
45968  4 files changed, 47 insertions(+), 29 deletions(-)
45969
45970 commit 198facdc55756cb48cdfb8ba7fa50916fac54ec3
45971 Author: Behdad Esfahbod <behdad@behdad.org>
45972 Date:   Wed Apr 21 13:35:36 2010 -0400
45973
45974     Use templates for const char * casts
45975
45976  src/hb-open-file-private.hh          | 12 ++++-----
45977  src/hb-open-type-private.hh          | 48
45978  ++++++++++++++++++------------------
45979  src/hb-ot-layout-common-private.hh   |  2 +-
45980  src/hb-ot-layout-gpos-private.hh     | 32 ++++++++++++------------
45981  src/hb-ot-layout-gsub-private.hh     |  4 +--
45982  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++------
45983  6 files changed, 56 insertions(+), 56 deletions(-)
45984
45985 commit 1922ffe7013c46014803a9f18c42e193a25b1968
45986 Author: Behdad Esfahbod <behdad@behdad.org>
45987 Date:   Wed Apr 21 04:19:51 2010 -0400
45988
45989     Const correctness
45990
45991  src/hb-ot-layout-gsub-private.hh     |  4 ++--
45992  src/hb-ot-layout-gsubgpos-private.hh | 30 +++++++++++++++---------------
45993  2 files changed, 17 insertions(+), 17 deletions(-)
45994
45995 commit e032ed9f75d4a0f365649a25706871bbb5ae6651
45996 Author: Behdad Esfahbod <behdad@behdad.org>
45997 Date:   Wed Apr 21 03:11:46 2010 -0400
45998
45999     Use templates for defining int typess
46000
46001  src/hb-open-type-private.hh | 66
46002  ++++++++++++++++++++++++++++++---------------
46003  src/hb-private.h            | 10 ++-----
46004  2 files changed, 46 insertions(+), 30 deletions(-)
46005
46006 commit 2c9fd2adce5a6a9dcd62c874bd64613ea68d8d9b
46007 Author: Behdad Esfahbod <behdad@behdad.org>
46008 Date:   Wed Apr 21 02:15:39 2010 -0400
46009
46010     Remove unused macro
46011
46012  src/hb-open-type-private.hh | 15 ---------------
46013  1 file changed, 15 deletions(-)
46014
46015 commit 7a52f281178867379adb6e6c6fb0022102f75d17
46016 Author: Behdad Esfahbod <behdad@behdad.org>
46017 Date:   Wed Apr 21 02:14:44 2010 -0400
46018
46019     Rename macros
46020
46021  src/hb-open-type-private.hh |  6 +++---
46022  src/hb-private.h            | 30 +++++++++++++++---------------
46023  2 files changed, 18 insertions(+), 18 deletions(-)
46024
46025 commit ffff7dc44cb2a35a60f92831165e9d3c3a61ce19
46026 Author: Behdad Esfahbod <behdad@behdad.org>
46027 Date:   Wed Apr 21 02:13:55 2010 -0400
46028
46029     Minor
46030
46031  src/hb-private.h | 12 ++++++------
46032  1 file changed, 6 insertions(+), 6 deletions(-)
46033
46034 commit f60f2166c48d07f556ff83f04e95181946eb03df
46035 Author: Behdad Esfahbod <behdad@behdad.org>
46036 Date:   Wed Apr 21 02:12:45 2010 -0400
46037
46038     Move macros around
46039
46040  src/hb-private.h | 122
46041  ++++++++++++++++++++++++++++---------------------------
46042  1 file changed, 62 insertions(+), 60 deletions(-)
46043
46044 commit 649a4344ca363da3d44cdd908350449ec40ed0f9
46045 Author: Behdad Esfahbod <behdad@behdad.org>
46046 Date:   Wed Apr 21 02:11:59 2010 -0400
46047
46048     Remove unused macros
46049
46050  src/hb-private.h | 7 -------
46051  1 file changed, 7 deletions(-)
46052
46053 commit eba8b4f644701cc6b78b0fcb4e932dce15561598
46054 Author: Behdad Esfahbod <behdad@behdad.org>
46055 Date:   Mon Mar 29 00:04:12 2010 -0400
46056
46057     GNOME Bug 613015 - [HB] Does not sanitize Device tables referenced
46058     from ValueRecords
46059
46060  src/hb-ot-layout-gpos-private.hh | 47
46061  ++++++++++++++++++++++++++++++----------
46062  1 file changed, 36 insertions(+), 11 deletions(-)
46063
46064 commit 673a4efcbc72a62105a24d9b0b54047417160f7d
46065 Author: Behdad Esfahbod <behdad@behdad.org>
46066 Date:   Wed Apr 21 02:02:57 2010 -0400
46067
46068     WIP
46069
46070  src/hb-ot-layout-gpos-private.hh | 102
46071  +++++++++++++++++++++++++++++++--------
46072  1 file changed, 81 insertions(+), 21 deletions(-)
46073
46074 commit 40d73bc68dd828cf68f90fde0f9499a6ce9fbb19
46075 Author: Behdad Esfahbod <behdad@behdad.org>
46076 Date:   Wed Apr 21 00:49:40 2010 -0400
46077
46078     Improve comments
46079
46080  src/hb-open-type-private.hh | 22 ++++++++++++++--------
46081  1 file changed, 14 insertions(+), 8 deletions(-)
46082
46083 commit 394bad41a76f90e441e327cef76efb99997e9ae0
46084 Author: Behdad Esfahbod <behdad@behdad.org>
46085 Date:   Wed Apr 21 00:40:50 2010 -0400
46086
46087     Remove stale TODO item
46088
46089  src/hb-open-type-private.hh | 1 -
46090  1 file changed, 1 deletion(-)
46091
46092 commit 9d3677899f90abdc7fb3e3d854db654a8707a84b
46093 Author: Behdad Esfahbod <behdad@behdad.org>
46094 Date:   Wed Apr 21 00:32:47 2010 -0400
46095
46096     Use a function template instead of struct template for Null
46097
46098  src/hb-open-type-private.hh | 24 ++++++++++--------------
46099  1 file changed, 10 insertions(+), 14 deletions(-)
46100
46101 commit ffd321afd91429c5de7ab03d71ef1030044f53cb
46102 Author: Behdad Esfahbod <behdad@behdad.org>
46103 Date:   Wed Apr 21 00:14:12 2010 -0400
46104
46105     Simplify Tag struct
46106
46107  src/hb-open-file-private.hh        | 3 ++-
46108  src/hb-open-type-private.hh        | 6 +-----
46109  src/hb-ot-layout-common-private.hh | 3 ++-
46110  3 files changed, 5 insertions(+), 7 deletions(-)
46111
46112 commit 00e23fcc6fd0eee5c582251bf3de6a2703fbbd3e
46113 Author: Behdad Esfahbod <behdad@behdad.org>
46114 Date:   Tue Apr 20 23:50:45 2010 -0400
46115
46116     Cosmetic
46117
46118  src/hb-open-type-private.hh        | 8 ++++----
46119  src/hb-ot-layout-common-private.hh | 6 +++---
46120  2 files changed, 7 insertions(+), 7 deletions(-)
46121
46122 commit a87072db5d41e25b2e31191545298bca4838c65c
46123 Author: Behdad Esfahbod <behdad@behdad.org>
46124 Date:   Tue Apr 20 15:52:47 2010 -0400
46125
46126     Fix Class operator return type
46127
46128  src/hb-ot-layout-common-private.hh | 2 +-
46129  1 file changed, 1 insertion(+), 1 deletion(-)
46130
46131 commit f9b37727985191c9b4aedb0e9835736027e59260
46132 Author: Behdad Esfahbod <behdad@behdad.org>
46133 Date:   Tue Apr 20 15:51:53 2010 -0400
46134
46135     Add couple consts to operators
46136
46137  src/hb-open-type-private.hh | 6 +++---
46138  1 file changed, 3 insertions(+), 3 deletions(-)
46139
46140 commit 53d237ec6352d7c6fab3b2805b48154a25506beb
46141 Author: Behdad Esfahbod <behdad@behdad.org>
46142 Date:   Tue Apr 20 15:25:27 2010 -0400
46143
46144     Remove ASSERT_SIZE_DATA
46145
46146  src/hb-open-type-private.hh        | 4 ----
46147  src/hb-ot-layout-common-private.hh | 9 ++++++---
46148  2 files changed, 6 insertions(+), 7 deletions(-)
46149
46150 commit 06558d2a745b8f3af11a8d6dce956ae52187a7e5
46151 Author: Behdad Esfahbod <behdad@behdad.org>
46152 Date:   Mon Apr 19 02:34:10 2010 -0400
46153
46154     Round instead of trunc
46155
46156  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
46157  src/hb-private.h                 |  2 +-
46158  2 files changed, 11 insertions(+), 11 deletions(-)
46159
46160 commit 0e206de98621ed8a55824b42e9e6bf320f4c6cc8
46161 Author: Behdad Esfahbod <behdad@behdad.org>
46162 Date:   Mon Apr 19 02:29:04 2010 -0400
46163
46164     Fix warnings
46165
46166  src/hb-open-type-private.hh          | 2 +-
46167  src/hb-ot-layout-gdef-private.hh     | 2 +-
46168  src/hb-ot-layout-gpos-private.hh     | 4 ++--
46169  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
46170  4 files changed, 7 insertions(+), 7 deletions(-)
46171
46172 commit d5943407a4251cb947fbfc130c0facb2f6216bd6
46173 Author: Behdad Esfahbod <behdad@behdad.org>
46174 Date:   Mon Apr 19 02:27:56 2010 -0400
46175
46176     Fix debug build
46177
46178  src/hb-open-type-private.hh          | 2 +-
46179  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
46180  2 files changed, 2 insertions(+), 2 deletions(-)
46181
46182 commit 12b27ed91de0192deee4e9feffcaf4aca4c78113
46183 Author: Behdad Esfahbod <behdad@behdad.org>
46184 Date:   Sat Mar 27 17:00:19 2010 -0400
46185
46186     Fix leak when duplicating blob
46187
46188  src/hb-blob.c | 6 ++++--
46189  1 file changed, 4 insertions(+), 2 deletions(-)
46190
46191 commit 4b8487d83e0c10076a6c573cb3487790ce366607
46192 Author: Behdad Esfahbod <behdad@behdad.org>
46193 Date:   Tue Mar 16 03:46:17 2010 -0400
46194
46195     Fix the mystery bug!
46196
46197     A couple bugs joined forces to exhibit the mystery behavior of
46198     crashes / infinite loops on OS X / wrong kerning / invalid memory
46199     access.  Pooh!
46200
46201     The bugs were involved:
46202
46203       - Wrong pointer math with ValueRecord in PairPosFormat1
46204
46205       - Fallout from avoiding flex arrays, code not correctly updated
46206         to remove sizeof() usage.
46207
46208     We strictly never use sizeof() directly now.  And the PairPos code
46209     is cleaned up.  Should fix them all.  Bugs are:
46210
46211       Bug 605655 - Pango 1.26.2 introduces kerning bug
46212       Bug 611229 - Pango reads from uninitialized memory
46213       Bug 593240 - (pangoosx) Crash / infinite loop with Mac OS X
46214
46215     We were also doing wrong math converting Device adjustments to
46216     hb_position_t.  Fallout from FreeType days.  Should shift 16, not
46217     6.  Fixed that too.
46218
46219     There's still another bug: we don't sanitize Device records
46220     referenced from value records.  Fixing that also.
46221
46222  src/hb-open-file-private.hh          |  4 +++-
46223  src/hb-open-type-private.hh          | 11 ++++++-----
46224  src/hb-ot-layout-common-private.hh   | 10 ++++++++--
46225  src/hb-ot-layout-gpos-private.hh     | 37
46226  ++++++++++++++++++++----------------
46227  src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++-------
46228  5 files changed, 46 insertions(+), 31 deletions(-)
46229
46230 commit 9b39755d104603d1163738f77637cc1923d4055b
46231 Author: Behdad Esfahbod <behdad@behdad.org>
46232 Date:   Thu Apr 15 14:00:25 2010 -0400
46233
46234     Typo
46235
46236  src/hb-open-type-private.hh | 4 ++--
46237  1 file changed, 2 insertions(+), 2 deletions(-)
46238
46239 commit f85ec1c7da36d2c2c9b1c94a988563697dcc79c9
46240 Author: Behdad Esfahbod <behdad@behdad.org>
46241 Date:   Wed Mar 10 04:14:40 2010 -0500
46242
46243     Cosmetic
46244
46245  src/hb-open-type-private.hh | 2 +-
46246  1 file changed, 1 insertion(+), 1 deletion(-)
46247
46248 commit e48ed72230a83499dabbd02af2ac63340220a353
46249 Author: Behdad Esfahbod <behdad@behdad.org>
46250 Date:   Mon Mar 1 22:33:45 2010 -0500
46251
46252     [ft] Check stream->read instead of stream->base
46253
46254     The former is more robust.  See discussion on freetype-devel.
46255
46256  src/hb-ft.c | 5 +++--
46257  1 file changed, 3 insertions(+), 2 deletions(-)
46258
46259 commit 917c227500305aee543981ad24a39f868c5ca0b7
46260 Author: Behdad Esfahbod <behdad@behdad.org>
46261 Date:   Tue Feb 23 16:47:51 2010 -0500
46262
46263     Make blob unlocking 64bit-safe
46264
46265     GNOME Bug 604128 - Applications crash when displaying Hebrew
46266     characters
46267
46268  src/hb-blob.c | 14 +++++++-------
46269  1 file changed, 7 insertions(+), 7 deletions(-)
46270
46271 commit ecd2e996d2137fef30011a41dd57ea45f9a796de
46272 Author: Behdad Esfahbod <behdad@behdad.org>
46273 Date:   Tue Feb 23 02:42:00 2010 -0500
46274
46275     Improve the alignment for NullPool
46276
46277  src/hb-open-type-private.hh | 2 +-
46278  1 file changed, 1 insertion(+), 1 deletion(-)
46279
46280 commit bc7830e4259755ce7549025c6f5bf750e78c2ff1
46281 Author: Behdad Esfahbod <behdad@behdad.org>
46282 Date:   Wed Feb 17 15:14:57 2010 -0500
46283
46284     Use __attribute__((unused)) only with gcc 4 and later
46285
46286     See discussion at:
46287     https://bugzilla.gnome.org/show_bug.cgi?id=610183
46288
46289  src/hb-private.h | 7 +++++--
46290  1 file changed, 5 insertions(+), 2 deletions(-)
46291
46292 commit 555d11273ee4c30e84eda3a78ffadb3ee7da65d0
46293 Author: Behdad Esfahbod <behdad@behdad.org>
46294 Date:   Tue Jan 26 12:58:59 2010 -0500
46295
46296     [GDEF] Fix bug in building synthetic GDEF
46297
46298  src/hb-ot-layout.cc | 5 +++--
46299  src/hb-ot-layout.h  | 1 -
46300  2 files changed, 3 insertions(+), 3 deletions(-)
46301
46302 commit 70834d89c30a56fcd78825fbc28fc9c6bec31124
46303 Author: Behdad Esfahbod <behdad@behdad.org>
46304 Date:   Tue Jan 26 12:17:37 2010 -0500
46305
46306     [TODO] Add kern/GPOS interaction
46307
46308  TODO | 3 +++
46309  1 file changed, 3 insertions(+)
46310
46311 commit cd11a98fa1426e9dbc4b61e702913b23a4794ae2
46312 Author: Behdad Esfahbod <behdad@behdad.org>
46313 Date:   Sun Dec 20 23:05:02 2009 +0100
46314
46315     Fix compile with older FreeType
46316
46317  configure.ac | 7 +++++++
46318  src/hb-ft.c  | 2 ++
46319  2 files changed, 9 insertions(+)
46320
46321 commit 7f7448a354c43650348b4e91b4e40ecf18718d66
46322 Author: Behdad Esfahbod <behdad@behdad.org>
46323 Date:   Sun Dec 20 21:42:14 2009 +0100
46324
46325     Indent
46326
46327  src/hb-ot-layout-gpos-private.hh | 4 ++--
46328  1 file changed, 2 insertions(+), 2 deletions(-)
46329
46330 commit e70f45eb522bcb41388cc218b79bbd6aaecf8050
46331 Author: Behdad Esfahbod <behdad@behdad.org>
46332 Date:   Sun Dec 20 21:26:24 2009 +0100
46333
46334     Revert "Fallback to 'kern' if no GPOS applied"
46335
46336     This reverts commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0.
46337
46338     The change is wrong.  If there is a GPOS table, we should not use
46339     'kern'.
46340
46341  src/hb-ot-shape.c | 4 ++--
46342  1 file changed, 2 insertions(+), 2 deletions(-)
46343
46344 commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0
46345 Author: Behdad Esfahbod <behdad@behdad.org>
46346 Date:   Sun Dec 20 21:23:56 2009 +0100
46347
46348     Fallback to 'kern' if no GPOS applied
46349
46350  src/hb-ot-shape.c | 4 ++--
46351  1 file changed, 2 insertions(+), 2 deletions(-)
46352
46353 commit 2f78c17197892b2bdc2f64caeb1c1c806ef44545
46354 Author: Behdad Esfahbod <behdad@behdad.org>
46355 Date:   Sun Dec 20 21:03:11 2009 +0100
46356
46357     Remove glibism!
46358
46359  src/hb-ot-shape-private.h | 4 ++--
46360  src/hb-ot-shape.c         | 4 ++--
46361  src/hb-shape.c            | 4 ++--
46362  3 files changed, 6 insertions(+), 6 deletions(-)
46363
46364 commit 907e67da13b5ed719362702138703fe2f90e790d
46365 Author: Behdad Esfahbod <behdad@behdad.org>
46366 Date:   Sun Dec 20 20:59:51 2009 +0100
46367
46368     Oops, add file.
46369
46370  src/hb-ot-shape-private.h | 53
46371  +++++++++++++++++++++++++++++++++++++++++++++++
46372  1 file changed, 53 insertions(+)
46373
46374 commit 2014b8d110231b13e524008282ece7451f1ae9e7
46375 Author: Behdad Esfahbod <behdad@behdad.org>
46376 Date:   Sun Dec 20 20:58:26 2009 +0100
46377
46378     Hook OpenType shaping up
46379
46380     Default features only for now.
46381
46382  src/Makefile.am     |   2 +
46383  src/hb-ot-layout.cc |  28 +++++++++
46384  src/hb-ot-layout.h  |   7 +++
46385  src/hb-ot-shape.c   | 165
46386  ++++++++++++++++++++++++++++++++++++++++++++++++++++
46387  src/hb-shape.c      |   8 +--
46388  5 files changed, 206 insertions(+), 4 deletions(-)
46389
46390 commit 196610ba4c7071c2b802d0fc921a63cbc0753114
46391 Author: Behdad Esfahbod <behdad@behdad.org>
46392 Date:   Sun Dec 20 19:01:14 2009 +0100
46393
46394     Pass features down
46395
46396  src/hb-shape.c | 49 +++++++++++++++++++++++++++++++++----------------
46397  1 file changed, 33 insertions(+), 16 deletions(-)
46398
46399 commit 51f141a7f38a73f671b23f58cadf97a72c43b625
46400 Author: Behdad Esfahbod <behdad@behdad.org>
46401 Date:   Sun Dec 20 18:22:28 2009 +0100
46402
46403     Avoid overflow
46404
46405  src/hb-shape.c | 2 ++
46406  1 file changed, 2 insertions(+)
46407
46408 commit 26d7a75752631b2596a5bcb7e645b34cc3d139ab
46409 Author: Behdad Esfahbod <behdad@behdad.org>
46410 Date:   Sun Dec 20 17:58:25 2009 +0100
46411
46412     Refactor hb_shape a bit
46413
46414  src/hb-shape.c | 87
46415  +++++++++++++++++++++++++++++++++++++++++++++++++---------
46416  1 file changed, 74 insertions(+), 13 deletions(-)
46417
46418 commit 001fc2d2aa22f14302739fe4ca45f7535855e0fb
46419 Author: Behdad Esfahbod <behdad@behdad.org>
46420 Date:   Sun Dec 20 17:24:05 2009 +0100
46421
46422     Add TrueType kern support
46423
46424  src/hb-shape.c | 74
46425  +++++++++++++++++++++++++++++++++++++---------------------
46426  1 file changed, 48 insertions(+), 26 deletions(-)
46427
46428 commit 2c1b85cf66e5ecb7521b6018b76f0e161fb68967
46429 Author: Behdad Esfahbod <behdad@behdad.org>
46430 Date:   Sun Dec 20 16:29:17 2009 +0100
46431
46432     Direct unicode->get_mirroring directly
46433
46434  src/hb-shape.c | 4 ++--
46435  1 file changed, 2 insertions(+), 2 deletions(-)
46436
46437 commit 6a2ef5aa5459def232708af30ef8a484906b868b
46438 Author: Behdad Esfahbod <behdad@behdad.org>
46439 Date:   Sun Dec 20 16:28:01 2009 +0100
46440
46441     Do mirroring
46442
46443  src/hb-shape.c | 18 +++++++++++++++++-
46444  1 file changed, 17 insertions(+), 1 deletion(-)
46445
46446 commit 0465e69832393cc1ed36508ec5d597fbab64877a
46447 Author: Behdad Esfahbod <behdad@behdad.org>
46448 Date:   Sun Dec 20 16:25:18 2009 +0100
46449
46450     Protect against NULL funcs
46451
46452  src/hb-buffer.c | 3 +++
46453  src/hb-font.cc  | 3 +++
46454  2 files changed, 6 insertions(+)
46455
46456 commit 5ceefa1d8dbd310570ea8d1c47107fe8d3dc96d9
46457 Author: Behdad Esfahbod <behdad@behdad.org>
46458 Date:   Sun Dec 20 15:29:16 2009 +0100
46459
46460     Add hb_unicode_get_*() functions
46461
46462  src/hb-unicode.c | 37 +++++++++++++++++++++++++++++++++++++
46463  src/hb-unicode.h | 21 +++++++++++++++++++++
46464  2 files changed, 58 insertions(+)
46465
46466 commit b8a53e44ce05911ce98b7cff34dee165e19d87ba
46467 Author: Behdad Esfahbod <behdad@behdad.org>
46468 Date:   Sun Dec 20 14:56:25 2009 +0100
46469
46470     We'll have to link to libstdc++ if linking to ICU, so disable test
46471     for now
46472
46473     We have to get rid of the ICU in main lib.  Still thinking about
46474     best way
46475     to do it.
46476
46477  src/Makefile.am | 9 ++++++---
46478  1 file changed, 6 insertions(+), 3 deletions(-)
46479
46480 commit 314905d7548d5be58354546d660754b807b6efb2
46481 Author: Behdad Esfahbod <behdad@behdad.org>
46482 Date:   Sun Dec 20 14:50:42 2009 +0100
46483
46484     Explicitly track whether the buffer has positions
46485
46486  src/hb-buffer-private.h |  3 ++-
46487  src/hb-buffer.c         | 27 ++++++++++++++-------------
46488  2 files changed, 16 insertions(+), 14 deletions(-)
46489
46490 commit 314b460d8a02ed4b2789ff527cf6c9bc19769114
46491 Author: Behdad Esfahbod <behdad@behdad.org>
46492 Date:   Sun Dec 20 13:58:50 2009 +0100
46493
46494     Add HB_DIRECTION_IS_FORWARD/BACKWARD
46495
46496  src/hb-common.h | 2 ++
46497  src/hb-shape.c  | 3 +--
46498  2 files changed, 3 insertions(+), 2 deletions(-)
46499
46500 commit bdd0ff5290bae4db65c3fdf95c5728031f13ca84
46501 Author: Behdad Esfahbod <behdad@behdad.org>
46502 Date:   Tue Dec 15 04:07:40 2009 -0500
46503
46504     Make main.cc compile without glib
46505
46506  src/main.cc | 18 ++++++++++++++++--
46507  1 file changed, 16 insertions(+), 2 deletions(-)
46508
46509 commit 8a7d16808200f4fa02d6d12a8b8492bdedeb2c24
46510 Author: Behdad Esfahbod <behdad@behdad.org>
46511 Date:   Tue Dec 15 03:53:45 2009 -0500
46512
46513     Distribute autogen.sh
46514
46515  Makefile.am | 3 +++
46516  1 file changed, 3 insertions(+)
46517
46518 commit 807b8aa486753474e05e09f4fcca8ac94021b97c
46519 Author: Behdad Esfahbod <behdad@behdad.org>
46520 Date:   Thu Nov 19 20:28:03 2009 -0500
46521
46522     Another C++ strictness fix
46523
46524     Pango Bug 602408 - Invalid C++ code breaks compile with Sun C++
46525     Compiler
46526     (Error: A union member cannot have a user-defined assignment operator)
46527
46528     According to the bug:
46529
46530     C++ Programming Language by Bjarne Stroustrup: Chapter 10.4.12 forbids
46531     explicitly using of union members with constructors, destructors
46532     or assignment
46533     operations.
46534
46535     So we use a set() method instead of the assignment operator.  Ugly,
46536     but hey,
46537     that's life.
46538
46539  src/hb-open-type-private.hh        | 8 ++++----
46540  src/hb-ot-layout-common-private.hh | 2 +-
46541  2 files changed, 5 insertions(+), 5 deletions(-)
46542
46543 commit 8b9b866d3e495c186f0530fcf4e00ffcdc170d3f
46544 Author: Behdad Esfahbod <behdad@behdad.org>
46545 Date:   Thu Nov 19 20:27:57 2009 -0500
46546
46547     Fix warning
46548
46549  src/hb-ot-layout-gdef-private.hh | 2 +-
46550  1 file changed, 1 insertion(+), 1 deletion(-)
46551
46552 commit c65b26acf28bd1a5b346fd8f6f28bec1f7d17a2a
46553 Author: Behdad Esfahbod <behdad@behdad.org>
46554 Date:   Wed Nov 18 11:27:33 2009 -0500
46555
46556     Use autoconf FLEXIBLE_ARRAY_MEMBER when available
46557
46558  configure.ac                     |  2 ++
46559  src/hb-ot-layout-gpos-private.hh |  4 ++--
46560  src/hb-private.h                 | 13 ++++++++++---
46561  3 files changed, 14 insertions(+), 5 deletions(-)
46562
46563 commit d33f674cb793af40f1612df3660b138383f2de95
46564 Author: Behdad Esfahbod <behdad@behdad.org>
46565 Date:   Wed Nov 18 09:47:44 2009 -0500
46566
46567     Add Mongolian variation selectors
46568
46569  src/hb-shape.c | 5 +++--
46570  1 file changed, 3 insertions(+), 2 deletions(-)
46571
46572 commit d6387757de2c27867d6f57c4ee7c4ef436b3a74f
46573 Author: Behdad Esfahbod <behdad@behdad.org>
46574 Date:   Wed Nov 11 17:15:03 2009 -0500
46575
46576     Fix sanitize
46577
46578  src/hb-ot-layout-common-private.hh | 2 +-
46579  1 file changed, 1 insertion(+), 1 deletion(-)
46580
46581 commit 636f017e387d46d4083c9f9ee57647a94dc5dc6d
46582 Author: Behdad Esfahbod <behdad@behdad.org>
46583 Date:   Tue Nov 10 12:56:35 2009 -0500
46584
46585     Remove obsolete TODO item
46586
46587  src/hb-open-file-private.hh | 2 --
46588  1 file changed, 2 deletions(-)
46589
46590 commit bf2b25dd8591e92f3944c763641b613a70c379a7
46591 Author: Behdad Esfahbod <behdad@behdad.org>
46592 Date:   Fri Nov 6 19:52:47 2009 -0500
46593
46594     Remove done item
46595
46596  src/hb-shape.c | 1 -
46597  1 file changed, 1 deletion(-)
46598
46599 commit 4a8605315901e0ff1e6e09437a92dd5ac39164cc
46600 Author: Behdad Esfahbod <behdad@behdad.org>
46601 Date:   Fri Nov 6 19:52:01 2009 -0500
46602
46603     Reverse buffer at the end if RTL
46604
46605  src/hb-shape.c | 12 ++++++++----
46606  1 file changed, 8 insertions(+), 4 deletions(-)
46607
46608 commit ff44f88df2c46920f3ec2384ef321a4c7bb0f6ef
46609 Author: Behdad Esfahbod <behdad@behdad.org>
46610 Date:   Fri Nov 6 19:48:16 2009 -0500
46611
46612     Handle shaping in non-native direction
46613
46614  src/hb-buffer-private.h  |   1 +
46615  src/hb-buffer.c          |  42 +++++++++++++++++--
46616  src/hb-buffer.h          |  10 ++---
46617  src/hb-common.h          |  11 +++++
46618  src/hb-shape.c           |  38 +++++++++++++++--
46619  src/hb-unicode-private.h |   5 +++
46620  src/hb-unicode.c         | 103
46621  +++++++++++++++++++++++++++++++++++++++++++++++
46622  7 files changed, 196 insertions(+), 14 deletions(-)
46623
46624 commit b4b4272c8d19ba3e0cb8f12b3b7d1590349e3d14
46625 Author: Behdad Esfahbod <behdad@behdad.org>
46626 Date:   Fri Nov 6 17:46:33 2009 -0500
46627
46628     Oops, wrong change
46629
46630  src/hb-ot-layout.h | 2 +-
46631  1 file changed, 1 insertion(+), 1 deletion(-)
46632
46633 commit 52ea47767c7c35650ebddfba6ddc8203a3e33d3a
46634 Author: Behdad Esfahbod <behdad@behdad.org>
46635 Date:   Fri Nov 6 17:45:38 2009 -0500
46636
46637     Change order of font and face for API consistency
46638
46639  src/hb-ot-layout.cc | 14 +++++++-------
46640  src/hb-ot-layout.h  | 14 +++++++-------
46641  2 files changed, 14 insertions(+), 14 deletions(-)
46642
46643 commit f4f1fc970b3e37d9903cbf5e05bbd38be4df3047
46644 Author: Behdad Esfahbod <behdad@behdad.org>
46645 Date:   Fri Nov 6 17:42:38 2009 -0500
46646
46647     Remove debug info that crept in
46648
46649  src/hb-ot-layout.cc | 2 --
46650  1 file changed, 2 deletions(-)
46651
46652 commit aa196d6026b496ec70be3d3588cc8cd2b8ccdb36
46653 Author: Behdad Esfahbod <behdad@behdad.org>
46654 Date:   Fri Nov 6 17:23:31 2009 -0500
46655
46656     [GSUB] More ligature/component fixing
46657
46658     We can only reuse the ligid if it belongs to a previous ligature,
46659     not a
46660     component!
46661
46662  src/hb-ot-layout-gsub-private.hh | 4 ++--
46663  1 file changed, 2 insertions(+), 2 deletions(-)
46664
46665 commit 25e7ef704633447f109b148620336c42d6fb310e
46666 Author: Behdad Esfahbod <behdad@behdad.org>
46667 Date:   Fri Nov 6 17:21:01 2009 -0500
46668
46669     Add _hb_buffer_add_output_glyphs() that takes codepoint_t*
46670
46671  src/hb-buffer-private.h          | 10 ++++++++-
46672  src/hb-buffer.c                  | 45
46673  ++++++++++++++++++++++++++++++++++++++--
46674  src/hb-ot-layout-gsub-private.hh | 16 +++++++-------
46675  3 files changed, 60 insertions(+), 11 deletions(-)
46676
46677 commit 9db8ad75317d589807e7725455f49cafece58d5d
46678 Author: Behdad Esfahbod <behdad@behdad.org>
46679 Date:   Fri Nov 6 16:47:31 2009 -0500
46680
46681     Add hb_ot_layout_position_finish()
46682
46683     We expect buffer to be setup with default positions before GPOS.
46684
46685  src/hb-buffer-private.h          |  6 +----
46686  src/hb-buffer.h                  | 11 +--------
46687  src/hb-ot-layout-gpos-private.hh |  8 +++----
46688  src/hb-ot-layout.cc              | 52
46689  ++++++++++++++++++++++++++++++++++++++++
46690  src/hb-ot-layout.h               | 16 +++++++++----
46691  5 files changed, 69 insertions(+), 24 deletions(-)
46692
46693 commit edb54e9aeca25f4120a69ed3d5562cbb68fdb348
46694 Author: Behdad Esfahbod <behdad@behdad.org>
46695 Date:   Fri Nov 6 15:19:22 2009 -0500
46696
46697     Fix FT_Face finalizer call
46698
46699  src/hb-ft.c | 2 +-
46700  1 file changed, 1 insertion(+), 1 deletion(-)
46701
46702 commit 3d14528b8b2e7da425a9df7057fc9fb326d8298c
46703 Author: Behdad Esfahbod <behdad@behdad.org>
46704 Date:   Fri Nov 6 15:13:17 2009 -0500
46705
46706     Rename hb_buffer_get_len() to hb_buffer_get_length()
46707
46708  src/hb-buffer.c | 2 +-
46709  src/hb-buffer.h | 2 +-
46710  2 files changed, 2 insertions(+), 2 deletions(-)
46711
46712 commit 1ff7775051559a8ca442be3938450c7ed3817806
46713 Author: Behdad Esfahbod <behdad@behdad.org>
46714 Date:   Fri Nov 6 13:52:57 2009 -0500
46715
46716     Minor.
46717
46718  src/hb-shape.c | 6 +++++-
46719  1 file changed, 5 insertions(+), 1 deletion(-)
46720
46721 commit 3648bdf5b221adfe01ad99714de420b49964921e
46722 Author: Behdad Esfahbod <behdad@behdad.org>
46723 Date:   Thu Nov 5 20:17:53 2009 -0500
46724
46725     Fix FT_Face generic finalizer
46726
46727  src/hb-ft.c | 10 ++++++++--
46728  1 file changed, 8 insertions(+), 2 deletions(-)
46729
46730 commit 5a11c875d8c95d480e6f32b57e969ee34ca1940d
46731 Author: Behdad Esfahbod <behdad@behdad.org>
46732 Date:   Thu Nov 5 20:08:17 2009 -0500
46733
46734     Cosmetic
46735
46736  src/hb-blob.c | 10 ++++++----
46737  1 file changed, 6 insertions(+), 4 deletions(-)
46738
46739 commit 44533e773f75b9a1171d884fcbe91a2f3879e2d8
46740 Author: Behdad Esfahbod <behdad@behdad.org>
46741 Date:   Thu Nov 5 19:58:02 2009 -0500
46742
46743     Fix warning
46744
46745  src/hb-object-private.h | 2 +-
46746  1 file changed, 1 insertion(+), 1 deletion(-)
46747
46748 commit bcc0406a525ca3fe597aec5f2a97e5c50965d49c
46749 Author: Behdad Esfahbod <behdad@behdad.org>
46750 Date:   Thu Nov 5 19:54:23 2009 -0500
46751
46752     include errno.h
46753
46754  src/hb-blob.c | 1 +
46755  1 file changed, 1 insertion(+)
46756
46757 commit 799b3c375ad0e1293fd37a0e3a0d422a3166dcd8
46758 Author: Behdad Esfahbod <behdad@behdad.org>
46759 Date:   Thu Nov 5 19:37:58 2009 -0500
46760
46761     Add debugging to object lifecycle
46762
46763  src/hb-object-private.h | 18 ++++++++++++++++++
46764  1 file changed, 18 insertions(+)
46765
46766 commit 25edb940ab050545f47a06648e73c192fa213548
46767 Author: Behdad Esfahbod <behdad@behdad.org>
46768 Date:   Thu Nov 5 19:20:06 2009 -0500
46769
46770     Cosmetic
46771
46772  src/hb-ft.c | 2 +-
46773  1 file changed, 1 insertion(+), 1 deletion(-)
46774
46775 commit 850dc5bb551409bb9bf6113ec2199bb3fb905e43
46776 Author: Behdad Esfahbod <behdad@behdad.org>
46777 Date:   Thu Nov 5 18:26:52 2009 -0500
46778
46779     Return 0 from get_glyph_nil
46780
46781  src/hb-font.cc | 2 +-
46782  1 file changed, 1 insertion(+), 1 deletion(-)
46783
46784 commit 85555a953376ee68a8fcc64485e74d44a353577b
46785 Author: Behdad Esfahbod <behdad@behdad.org>
46786 Date:   Thu Nov 5 18:25:56 2009 -0500
46787
46788     Initialize font->klass
46789
46790  src/hb-font.cc | 2 ++
46791  1 file changed, 2 insertions(+)
46792
46793 commit bcd26bd7b1c96057bf154d7d50a61018d40f0d29
46794 Author: Behdad Esfahbod <behdad@behdad.org>
46795 Date:   Thu Nov 5 18:03:26 2009 -0500
46796
46797     Add TODO item
46798
46799  src/hb-ft.c | 1 +
46800  1 file changed, 1 insertion(+)
46801
46802 commit f4281e0a92a40746fa630fb15b877adaf3ff15b1
46803 Author: Behdad Esfahbod <behdad@behdad.org>
46804 Date:   Thu Nov 5 17:58:41 2009 -0500
46805
46806     Fix ref counting
46807
46808  src/hb-ft.c | 16 ++++++++--------
46809  1 file changed, 8 insertions(+), 8 deletions(-)
46810
46811 commit 6358ff45ae8cfc0b58b4976619319e3dde43add2
46812 Author: Behdad Esfahbod <behdad@behdad.org>
46813 Date:   Thu Nov 5 17:39:16 2009 -0500
46814
46815     Add hb_ft_face_create_cached
46816
46817  src/hb-ft.c | 16 ++++++++++++++++
46818  src/hb-ft.h |  3 +++
46819  2 files changed, 19 insertions(+)
46820
46821 commit 2027f74b286cabe3c60c275170c4f4b437a30f55
46822 Author: Behdad Esfahbod <behdad@behdad.org>
46823 Date:   Thu Nov 5 16:34:47 2009 -0500
46824
46825     Add default positioning to hb-shape
46826
46827  src/hb-shape.c | 28 ++++++++++++++++++++++++----
46828  1 file changed, 24 insertions(+), 4 deletions(-)
46829
46830 commit c3f9f7e59d865f8664862b7ca99d9a3a9221e456
46831 Author: Behdad Esfahbod <behdad@behdad.org>
46832 Date:   Thu Nov 5 16:16:14 2009 -0500
46833
46834     Fix MarkMark issue with ligid and components
46835
46836  src/hb-ot-layout-gpos-private.hh | 11 ++++++-----
46837  src/hb-ot-layout-gsub-private.hh |  6 +-----
46838  2 files changed, 7 insertions(+), 10 deletions(-)
46839
46840 commit d0351314cd29fbdf0efb5c7f89a569648f7a7fc7
46841 Author: Behdad Esfahbod <behdad@behdad.org>
46842 Date:   Thu Nov 5 16:16:06 2009 -0500
46843
46844     Include stdio.h if debugging
46845
46846  src/hb-blob.c                        | 4 ++++
46847  src/hb-open-type-private.hh          | 1 +
46848  src/hb-ot-layout-gsubgpos-private.hh | 1 +
46849  3 files changed, 6 insertions(+)
46850
46851 commit 2e336692913405976392bf505028481a5caa53b4
46852 Author: Behdad Esfahbod <behdad@behdad.org>
46853 Date:   Thu Nov 5 13:55:41 2009 -0500
46854
46855     Add hb_font_get_*
46856
46857  src/hb-font.cc | 35 +++++++++++++++++++++++++++++++++++
46858  src/hb-font.h  | 18 ++++++++++++++++++
46859  src/hb-shape.c |  2 +-
46860  3 files changed, 54 insertions(+), 1 deletion(-)
46861
46862 commit 9bef3611f07b45ba8199a4a339c72f49d266216a
46863 Author: Behdad Esfahbod <behdad@behdad.org>
46864 Date:   Thu Nov 5 12:20:11 2009 -0500
46865
46866     Rename [xy]_pos to [xy]_offset since we don't accumulate positions
46867
46868  src/hb-buffer-private.h          |  4 ++--
46869  src/hb-buffer.h                  |  4 ++--
46870  src/hb-font.h                    |  4 ++--
46871  src/hb-ft.c                      | 10 +++++-----
46872  src/hb-ot-layout-gpos-private.hh | 40
46873  ++++++++++++----------------------------
46874  src/hb-shape.c                   | 14 +++++++-------
46875  src/hb-shape.h                   |  4 ++--
46876  7 files changed, 32 insertions(+), 48 deletions(-)
46877
46878 commit 2daa47e9cdbfb027f76765301b3a78950e92eb09
46879 Author: Behdad Esfahbod <behdad@behdad.org>
46880 Date:   Thu Nov 5 12:08:34 2009 -0500
46881
46882     Cosmetic
46883
46884  src/hb-shape.c | 2 +-
46885  1 file changed, 1 insertion(+), 1 deletion(-)
46886
46887 commit 2f50d873680ce0a43b6ec79df1ac946b91f31e63
46888 Author: Behdad Esfahbod <behdad@behdad.org>
46889 Date:   Wed Nov 4 21:07:03 2009 -0500
46890
46891     Start filling hb_shape() in
46892
46893  src/hb-buffer-private.h |  1 +
46894  src/hb-shape.c          | 40 +++++++++++++++++++++++++++++++++++++++-
46895  2 files changed, 40 insertions(+), 1 deletion(-)
46896
46897 commit ae070b7d39d03bd8bc1244f687b24db505f4af3f
46898 Author: Behdad Esfahbod <behdad@behdad.org>
46899 Date:   Wed Nov 4 20:29:54 2009 -0500
46900
46901     Add script and language to buffer
46902
46903  TODO                    |  1 -
46904  src/hb-buffer-private.h |  6 +++---
46905  src/hb-buffer.c         | 26 ++++++++++++++++++++++++++
46906  src/hb-buffer.h         | 15 ++++++++++++++-
46907  4 files changed, 43 insertions(+), 5 deletions(-)
46908
46909 commit 8a3511ac6c795226699c2b36e03401ecdf88f5f8
46910 Author: Behdad Esfahbod <behdad@behdad.org>
46911 Date:   Wed Nov 4 19:45:39 2009 -0500
46912
46913     Add hb_language_t as well as language/script conversion to OT tags
46914
46915  src/Makefile.am     |   4 +
46916  src/hb-language.c   | 113 +++++++++
46917  src/hb-language.h   |  44 ++++
46918  src/hb-ot-layout.cc |   6 +-
46919  src/hb-ot-layout.h  |   4 +-
46920  src/hb-ot-tag.c     | 662
46921  ++++++++++++++++++++++++++++++++++++++++++++++++++++
46922  src/hb-ot-tag.h     |  49 ++++
46923  src/hb-ot.h         |   1 +
46924  src/hb-private.h    |   3 +
46925  src/hb.h            |   1 +
46926  10 files changed, 882 insertions(+), 5 deletions(-)
46927
46928 commit 4591753ad4b5ec0224e3f1befdfe4fc5f6075562
46929 Author: Behdad Esfahbod <behdad@behdad.org>
46930 Date:   Wed Nov 4 18:15:59 2009 -0500
46931
46932     Define ARRAY_LENGTH
46933
46934  src/hb-private.h | 15 ++++++++-------
46935  1 file changed, 8 insertions(+), 7 deletions(-)
46936
46937 commit 214ac7c1ff51b397d227832526f882e824cb9ea3
46938 Author: Behdad Esfahbod <behdad@behdad.org>
46939 Date:   Wed Nov 4 18:12:32 2009 -0500
46940
46941     Another one
46942
46943  src/hb-unicode.h | 2 +-
46944  1 file changed, 1 insertion(+), 1 deletion(-)
46945
46946 commit 1e91434569a9e9535ef021ca52b60b2e2af75d19
46947 Author: Behdad Esfahbod <behdad@behdad.org>
46948 Date:   Wed Nov 4 18:12:09 2009 -0500
46949
46950     Minor
46951
46952  src/hb-open-type-private.hh | 2 +-
46953  1 file changed, 1 insertion(+), 1 deletion(-)
46954
46955 commit 48de3730cdf91b9f6473509e22260a902ccec992
46956 Author: Behdad Esfahbod <behdad@behdad.org>
46957 Date:   Wed Nov 4 16:59:50 2009 -0500
46958
46959     Fix previous commit, ouch!
46960
46961  src/hb-open-type-private.hh        | 12 ++++++++++++
46962  src/hb-ot-layout-common-private.hh | 12 ++++--------
46963  src/hb-ot-layout-gdef-private.hh   | 12 ++++--------
46964  3 files changed, 20 insertions(+), 16 deletions(-)
46965
46966 commit e21899bc3593aa0d3adf64cee21c5de2ea219783
46967 Author: Behdad Esfahbod <behdad@behdad.org>
46968 Date:   Wed Nov 4 16:36:14 2009 -0500
46969
46970     Fix array query API
46971
46972     The array query APIs now all do:
46973
46974       - Return the total number of items
46975       - Take a start_offset, such that individual items can be fetched
46976       - The _count IN/OUT variable always has number of items written
46977         into the array upon return of the function
46978
46979  TODO                                 |  1 -
46980  src/hb-ot-layout-common-private.hh   | 59 ++++++++++++++-----------
46981  src/hb-ot-layout-gdef-private.hh     | 84
46982  +++++++++++++++++++++---------------
46983  src/hb-ot-layout-gsubgpos-private.hh | 14 +++---
46984  src/hb-ot-layout.cc                  | 40 ++++++++++-------
46985  src/hb-ot-layout.h                   | 24 +++++++----
46986  6 files changed, 131 insertions(+), 91 deletions(-)
46987
46988 commit 3b59306b858d31d97be0ea8c64461de1d0d03572
46989 Author: Behdad Esfahbod <behdad@behdad.org>
46990 Date:   Wed Nov 4 15:48:32 2009 -0500
46991
46992     Finish FT glue.  Rough and untested
46993
46994  src/hb-font.cc |   2 +-
46995  src/hb-font.h  |   2 +-
46996  src/hb-ft.c    | 114
46997  ++++++++++++++++++++++++++++++---------------------------
46998  3 files changed, 63 insertions(+), 55 deletions(-)
46999
47000 commit f8be443aecd54b479470e6559b1dfbc8f33c5f55
47001 Author: Behdad Esfahbod <behdad@behdad.org>
47002 Date:   Tue Nov 3 20:28:27 2009 -0500
47003
47004     Add TODO item
47005
47006  TODO | 1 +
47007  1 file changed, 1 insertion(+)
47008
47009 commit 7951279b4a52b48f13631e7838dbc180c7249ea4
47010 Author: Behdad Esfahbod <behdad@behdad.org>
47011 Date:   Tue Nov 3 20:27:05 2009 -0500
47012
47013     Implement nil font functions
47014
47015  TODO                             |  1 +
47016  src/hb-font-private.h            |  8 ++---
47017  src/hb-font.cc                   | 72
47018  +++++++++++++++++++++++++++++++++++++---
47019  src/hb-font.h                    |  9 +++--
47020  src/hb-ot-layout-gpos-private.hh |  7 ++--
47021  src/hb-ot-layout-gsub-private.hh |  2 +-
47022  src/hb-private.h                 | 18 +++++-----
47023  7 files changed, 91 insertions(+), 26 deletions(-)
47024
47025 commit 8fb3d1aa4e613cdf965a83bd650c668884c58ad8
47026 Author: Behdad Esfahbod <behdad@behdad.org>
47027 Date:   Tue Nov 3 18:34:20 2009 -0500
47028
47029     Start ft glue
47030
47031  TODO                  |   3 -
47032  src/Makefile.am       |  16 ++++-
47033  src/hb-font-private.h |   4 +-
47034  src/hb-font.cc        |  17 ++++-
47035  src/hb-font.h         |   6 +-
47036  src/hb-ft.c           | 192
47037  ++++++++++++++++++++++++++++++++++++++++++++++++++
47038  src/hb-ft.h           |  52 ++++++++++++++
47039  src/hb-glib.h         |   2 -
47040  src/hb-icu.h          |   2 -
47041  src/hb.h              |   4 +-
47042  10 files changed, 281 insertions(+), 17 deletions(-)
47043
47044 commit d94647e2cd187bf4a4c8fb1c0c15c3d23c1293ac
47045 Author: Behdad Esfahbod <behdad@behdad.org>
47046 Date:   Tue Nov 3 16:35:10 2009 -0500
47047
47048     Add ICU glue
47049
47050  configure.ac    |   8 +-
47051  src/Makefile.am |  23 +++++-
47052  src/hb-icu.c    | 221
47053  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
47054  src/hb-icu.h    |  41 +++++++++++
47055  4 files changed, 288 insertions(+), 5 deletions(-)
47056
47057 commit b7dd4b945b4ec384526439b365a25739bf9cd2df
47058 Author: Behdad Esfahbod <behdad@behdad.org>
47059 Date:   Tue Nov 3 15:21:15 2009 -0500
47060
47061     Fix hb_be_uint16()
47062
47063  src/hb-private.h | 2 +-
47064  1 file changed, 1 insertion(+), 1 deletion(-)
47065
47066 commit cd7555eef27cb18857c0c06d2afdaf3a354a3c15
47067 Author: Behdad Esfahbod <behdad@behdad.org>
47068 Date:   Tue Nov 3 15:16:10 2009 -0500
47069
47070     Namespace MSVC defines in public header
47071
47072  src/hb-common.h | 8 ++++----
47073  1 file changed, 4 insertions(+), 4 deletions(-)
47074
47075 commit 5ebabecef382c3e8b0a2a5657b2c01f7ff37d796
47076 Author: Behdad Esfahbod <behdad@behdad.org>
47077 Date:   Tue Nov 3 15:15:07 2009 -0500
47078
47079     Move unicode_funcs to buffer
47080
47081  TODO                    |  1 -
47082  src/hb-buffer-private.h | 12 +++++++++++-
47083  src/hb-buffer.c         | 47
47084  ++++++++++++++++++++++++++++++++++++++---------
47085  src/hb-buffer.h         | 10 ++++++++++
47086  src/hb-font-private.h   |  3 ---
47087  src/hb-font.cc          | 17 -----------------
47088  src/hb-font.h           |  9 ++++-----
47089  7 files changed, 63 insertions(+), 36 deletions(-)
47090
47091 commit d5a8e46099e363d928b54de104126b1b34ba401c
47092 Author: Behdad Esfahbod <behdad@behdad.org>
47093 Date:   Tue Nov 3 15:14:40 2009 -0500
47094
47095     [Makefile] Install hb-unicode.h
47096
47097     Separate OT headers also.
47098
47099  src/Makefile.am | 27 ++++++++++++++++-----------
47100  1 file changed, 16 insertions(+), 11 deletions(-)
47101
47102 commit 63d7a41dd0704a7e89bd2872ad096f470f51866a
47103 Author: Behdad Esfahbod <behdad@behdad.org>
47104 Date:   Tue Nov 3 15:14:08 2009 -0500
47105
47106     [TODO] Add item for fixing buffer error handling
47107
47108  TODO | 1 +
47109  1 file changed, 1 insertion(+)
47110
47111 commit 21d0fce3d5364c91e5582bd530210f03e054d1a4
47112 Author: Behdad Esfahbod <behdad@behdad.org>
47113 Date:   Tue Nov 3 14:28:32 2009 -0500
47114
47115     Add check for not linking to libstdc++
47116
47117  TODO                   |  3 +--
47118  src/Makefile.am        |  4 ++++
47119  src/check-libstdc++.sh | 28 ++++++++++++++++++++++++++++
47120  3 files changed, 33 insertions(+), 2 deletions(-)
47121
47122 commit ca95ce460adf2ca6901595d4a6107fd000d90151
47123 Author: Behdad Esfahbod <behdad@behdad.org>
47124 Date:   Tue Nov 3 14:18:33 2009 -0500
47125
47126     Use the C linker, not C++ linker
47127
47128     Such that we don't link to libstdc++.
47129
47130  src/Makefile.am | 2 ++
47131  1 file changed, 2 insertions(+)
47132
47133 commit eb4ebda2d10637b966f42a4ed5cfaec46082a050
47134 Author: Behdad Esfahbod <behdad@behdad.org>
47135 Date:   Tue Nov 3 14:09:32 2009 -0500
47136
47137     [configure] Fix check for FreeType
47138
47139  configure.ac | 2 +-
47140  1 file changed, 1 insertion(+), 1 deletion(-)
47141
47142 commit cb0e99a5a76136c128faba1c27d7e7eac2f219ee
47143 Author: Behdad Esfahbod <behdad@behdad.org>
47144 Date:   Tue Nov 3 14:09:10 2009 -0500
47145
47146     [TODO] Remove obsolete item
47147
47148  TODO | 2 --
47149  1 file changed, 2 deletions(-)
47150
47151 commit 3a59ec37c5576b711c7c36dcfa2a63f6c00a3f5c
47152 Author: Behdad Esfahbod <behdad@behdad.org>
47153 Date:   Tue Nov 3 11:36:06 2009 -0500
47154
47155     Add bunch of TODO items
47156
47157  TODO | 15 ++++++++++++---
47158  1 file changed, 12 insertions(+), 3 deletions(-)
47159
47160 commit ffbe0a853d5e7defa85d0eef53814c22d1ecb412
47161 Author: Behdad Esfahbod <behdad@behdad.org>
47162 Date:   Tue Nov 3 10:52:45 2009 -0500
47163
47164     More MSVC fixes from Jonathan Kew
47165
47166  src/hb-common.h  | 7 ++++++-
47167  src/hb-private.h | 5 +++++
47168  2 files changed, 11 insertions(+), 1 deletion(-)
47169
47170 commit d3480ba37fbb5d4be75b094060f5b2f1ce98fb53
47171 Author: Behdad Esfahbod <behdad@behdad.org>
47172 Date:   Tue Nov 3 10:47:29 2009 -0500
47173
47174     Don't use zero-sized arrays
47175
47176     It's not part of the standard and MSVC doesn't like it.  It makes
47177     the code
47178     a lot less elegant than it used to be, but I think it should work now.
47179
47180  src/hb-open-file-private.hh          |  4 +-
47181  src/hb-open-type-private.hh          | 36 +++++++++++------
47182  src/hb-ot-layout-common-private.hh   | 33 ++++++++--------
47183  src/hb-ot-layout-gdef-private.hh     | 14 +++----
47184  src/hb-ot-layout-gpos-private.hh     | 76
47185  ++++++++++++++----------------------
47186  src/hb-ot-layout-gsub-private.hh     | 44 ++++++++-------------
47187  src/hb-ot-layout-gsubgpos-private.hh | 47 +++++++++++-----------
47188  src/hb-private.h                     |  5 +++
47189  8 files changed, 122 insertions(+), 137 deletions(-)
47190
47191 commit 6bec81aa3a58b8be255568b2ea63b7854e1b0ea7
47192 Author: Behdad Esfahbod <behdad@behdad.org>
47193 Date:   Mon Nov 2 19:17:36 2009 -0500
47194
47195     Cosmetic
47196
47197  src/hb-ot-layout-common-private.hh | 2 +-
47198  1 file changed, 1 insertion(+), 1 deletion(-)
47199
47200 commit f94cf6b969281cf8a7f701ff26ea4f134ff9746e
47201 Author: Behdad Esfahbod <behdad@behdad.org>
47202 Date:   Mon Nov 2 18:55:19 2009 -0500
47203
47204     Another try at build without glib
47205
47206  configure.ac | 8 ++++++--
47207  1 file changed, 6 insertions(+), 2 deletions(-)
47208
47209 commit 2f3e69f3cb7e571cc62b0840d0b3f2072b29345a
47210 Author: Behdad Esfahbod <behdad@behdad.org>
47211 Date:   Mon Nov 2 18:53:15 2009 -0500
47212
47213     Fix build without glib, again
47214
47215  src/Makefile.am | 4 ++--
47216  1 file changed, 2 insertions(+), 2 deletions(-)
47217
47218 commit d03f81865914b40e941bf680557c0d8f98e30ad5
47219 Author: Behdad Esfahbod <behdad@behdad.org>
47220 Date:   Mon Nov 2 18:52:21 2009 -0500
47221
47222     Disable configure cache
47223
47224  autogen.sh | 1 -
47225  1 file changed, 1 deletion(-)
47226
47227 commit a6451aa626fa5850d7c3b716bd52126995154e27
47228 Author: Behdad Esfahbod <behdad@behdad.org>
47229 Date:   Mon Nov 2 18:35:12 2009 -0500
47230
47231     We don't really use gthread directly
47232
47233  configure.ac | 2 +-
47234  1 file changed, 1 insertion(+), 1 deletion(-)
47235
47236 commit 63a792a811e0ad69d05e8805d4f347bd533db4c3
47237 Author: Behdad Esfahbod <behdad@behdad.org>
47238 Date:   Mon Nov 2 18:33:52 2009 -0500
47239
47240     Update Makefile to build without glib
47241
47242  src/Makefile.am | 12 +++++++++---
47243  src/hb-glib.c   |  2 ++
47244  2 files changed, 11 insertions(+), 3 deletions(-)
47245
47246 commit 68a2c771e2b923461a552bf3673e9e8245e1bfea
47247 Author: Behdad Esfahbod <behdad@behdad.org>
47248 Date:   Mon Nov 2 18:31:53 2009 -0500
47249
47250     Build without glib
47251
47252     Thready-safety disabled in that case, until we add support for
47253     pthread, etc.
47254     Fun...
47255
47256  src/hb-private.h | 19 +++++++++++++++++--
47257  1 file changed, 17 insertions(+), 2 deletions(-)
47258
47259 commit cc4c096a7e08ae96b3030fe27f871ce5b797f370
47260 Author: Behdad Esfahbod <behdad@behdad.org>
47261 Date:   Mon Nov 2 18:13:17 2009 -0500
47262
47263     MSVC has no stdint.h
47264
47265  src/hb-common.h | 13 +++++++++++++
47266  1 file changed, 13 insertions(+)
47267
47268 commit 9a204c7ab57ca0a866c72e1431c54a8883b15605
47269 Author: Behdad Esfahbod <behdad@behdad.org>
47270 Date:   Mon Nov 2 18:11:55 2009 -0500
47271
47272     Remove use of GINT16_FROM_BE
47273
47274  src/hb-private.h | 10 ++--------
47275  1 file changed, 2 insertions(+), 8 deletions(-)
47276
47277 commit 1f0ceeb8cf2fad0a0dfd338ce1472470a81789d4
47278 Author: Behdad Esfahbod <behdad@behdad.org>
47279 Date:   Mon Nov 2 16:28:39 2009 -0500
47280
47281     Install library
47282
47283  autogen.sh      | 2 +-
47284  src/Makefile.am | 5 ++---
47285  2 files changed, 3 insertions(+), 4 deletions(-)
47286
47287 commit 5932f8f7c3b73ade3752020351fa8b6a9a3bf500
47288 Author: Behdad Esfahbod <behdad@behdad.org>
47289 Date:   Mon Nov 2 16:38:41 2009 -0500
47290
47291     Generate ChangeLog
47292
47293  Makefile.am | 39 +++++++++++++++++++++++++++++++++++++++
47294  1 file changed, 39 insertions(+)
47295
47296 commit 29aa40018301a4f138cd5e73463079c7704bf3ac
47297 Author: Behdad Esfahbod <behdad@behdad.org>
47298 Date:   Mon Nov 2 16:28:39 2009 -0500
47299
47300     Add build system
47301
47302  AUTHORS                |   0
47303  src/COPYING => COPYING |   0
47304  Makefile.am            |   3 +
47305  NEWS                   |   0
47306  src/README => README   |   0
47307  src/TODO => TODO       |   0
47308  autogen.sh             | 189
47309  +++++++++++++++++++++++++++++++++++++++++++++++++
47310  configure.ac           |  40 +++++++++++
47311  git.mk                 | 184
47312  +++++++++++++++++++++++++++++++++++++++++++++++
47313  harfbuzz.pc.in         |  11 +++
47314  src/.gitignore         |   1 -
47315  src/Makefile.ng        |  11 ---
47316  12 files changed, 427 insertions(+), 12 deletions(-)
47317
47318 commit c09ed9801ead002d6f8e507ce664b83707b202e9
47319 Author: Behdad Esfahbod <behdad@behdad.org>
47320 Date:   Thu Oct 29 03:08:42 2009 -0400
47321
47322     [HB] Add glyph_metrics typedef
47323
47324  src/hb-font.h | 9 +++++++++
47325  1 file changed, 9 insertions(+)
47326
47327 commit 91b1e03e0312be2a7a165308239b40449e3ab360
47328 Author: Behdad Esfahbod <behdad@behdad.org>
47329 Date:   Thu Oct 29 03:05:18 2009 -0400
47330
47331     [HB] Add point_index to get_contour_point()
47332
47333     Pointed out by Keith Stribley on HarfBuzz list.
47334
47335  src/hb-font.h | 1 +
47336  1 file changed, 1 insertion(+)
47337
47338 commit aa87d951739f6beacb66daa235cd033fdcfcadd7
47339 Author: Behdad Esfahbod <behdad@behdad.org>
47340 Date:   Thu Oct 29 03:00:44 2009 -0400
47341
47342     [HB] Fix lookup_flag ignoring
47343
47344     Reported by Keith Stribley on HarfBuzz list.
47345
47346  src/hb-ot-layout-common-private.hh | 1 +
47347  src/hb-ot-layout.cc                | 2 +-
47348  2 files changed, 2 insertions(+), 1 deletion(-)
47349
47350 commit 52e9a71d578c5171bbb0f4bfc1b70841c3270328
47351 Author: Behdad Esfahbod <behdad@behdad.org>
47352 Date:   Mon Sep 21 13:58:56 2009 -0400
47353
47354     [HB] Add comment
47355
47356  src/hb-ot-layout-gsubgpos-private.hh | 5 +++++
47357  1 file changed, 5 insertions(+)
47358
47359 commit f9c0a2dad09cd168fb28cdee09b4303f307ea56d
47360 Author: Behdad Esfahbod <behdad@behdad.org>
47361 Date:   Mon Sep 21 13:43:54 2009 -0400
47362
47363     [HB] Fix apply_lookup() loop
47364
47365     Part of Bug 595539 - Regressions in rendering certain Thai sequences
47366     with
47367     OpenType font
47368
47369  src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
47370  1 file changed, 2 insertions(+), 1 deletion(-)
47371
47372 commit c0ab43c05833e8fc06d770a89370bec58a627e74
47373 Author: Behdad Esfahbod <behdad@behdad.org>
47374 Date:   Mon Sep 21 13:40:38 2009 -0400
47375
47376     [HB] Fix bug in chain_context_lookup() invocations
47377
47378     Part of Bug 595539 - Regressions in rendering certain Thai sequences
47379     with
47380     OpenType font
47381
47382  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
47383  1 file changed, 2 insertions(+), 2 deletions(-)
47384
47385 commit e6bd4e93bd5722249ab977dfa98bdc8eb765318c
47386 Author: Behdad Esfahbod <behdad@behdad.org>
47387 Date:   Sun Aug 30 21:02:28 2009 -0400
47388
47389     [HB] Add TODO item
47390
47391  src/TODO | 1 +
47392  1 file changed, 1 insertion(+)
47393
47394 commit 3e2401f6c53d2b047954d75c37aef5e5e7cdc51a
47395 Author: Behdad Esfahbod <behdad@behdad.org>
47396 Date:   Fri Aug 28 17:17:11 2009 -0400
47397
47398     [HB] Rename DEBUG to TRACE where appropriate
47399
47400  src/hb-open-file-private.hh          |  8 ++--
47401  src/hb-open-type-private.hh          | 50 ++++++++++----------
47402  src/hb-ot-layout-common-private.hh   | 32 ++++++-------
47403  src/hb-ot-layout-gdef-private.hh     | 20 ++++----
47404  src/hb-ot-layout-gpos-private.hh     | 92
47405  ++++++++++++++++++------------------
47406  src/hb-ot-layout-gsub-private.hh     | 72 ++++++++++++++--------------
47407  src/hb-ot-layout-gsubgpos-private.hh | 78 +++++++++++++++---------------
47408  7 files changed, 176 insertions(+), 176 deletions(-)
47409
47410 commit 0535b50f436f3dac85e6df1761957f86c2bd7213
47411 Author: Behdad Esfahbod <behdad@behdad.org>
47412 Date:   Fri Aug 28 17:14:33 2009 -0400
47413
47414     [HB] Add GSUB/GPOS tracing
47415
47416  src/hb-ot-layout-gpos-private.hh     | 29 ++++++++++++++++++---
47417  src/hb-ot-layout-gsub-private.hh     | 28 ++++++++++++++++++---
47418  src/hb-ot-layout-gsubgpos-private.hh | 49
47419  ++++++++++++++++++++++++++++++++++--
47420  3 files changed, 98 insertions(+), 8 deletions(-)
47421
47422 commit 95e202403ffa543c817f45cca21fbc116eb8e807
47423 Author: Behdad Esfahbod <behdad@behdad.org>
47424 Date:   Fri Aug 28 16:31:20 2009 -0400
47425
47426     [HB] Allow enabling different debug facilities individually
47427
47428  src/hb-blob.c               | 28 ++++++++++++++++------------
47429  src/hb-open-type-private.hh | 32 ++++++++++++++++++--------------
47430  2 files changed, 34 insertions(+), 26 deletions(-)
47431
47432 commit 37006bd1bd107ac1a1c1b131579e9c494ba3a20f
47433 Author: Behdad Esfahbod <behdad@behdad.org>
47434 Date:   Fri Aug 28 09:46:14 2009 -0400
47435
47436     Fix stupid array growing bug
47437
47438  src/hb-ot-layout.cc | 5 ++++-
47439  1 file changed, 4 insertions(+), 1 deletion(-)
47440
47441 commit 9897749113f76dc26a83bfae8de62e55d384fcad
47442 Author: Behdad Esfahbod <behdad@behdad.org>
47443 Date:   Thu Aug 27 01:32:17 2009 -0400
47444
47445     [HB] Simplify counting
47446
47447  src/hb-ot-layout.cc | 9 +++++----
47448  1 file changed, 5 insertions(+), 4 deletions(-)
47449
47450 commit 81a5c4df94e7c6066314d5fe75bbaf24483bc022
47451 Author: Behdad Esfahbod <behdad@behdad.org>
47452 Date:   Thu Aug 27 00:21:04 2009 -0400
47453
47454     [HB] Indent
47455
47456  src/hb-blob.c | 4 ++--
47457  1 file changed, 2 insertions(+), 2 deletions(-)
47458
47459 commit c91facd83b5dc3b9aed75617c7c35585ff18889f
47460 Author: Behdad Esfahbod <behdad@behdad.org>
47461 Date:   Wed Aug 26 18:53:43 2009 -0400
47462
47463     [HB] Bug 593231 - < c99 compiler dislikes ValueRecord
47464
47465  src/hb-ot-layout-gpos-private.hh | 4 +++-
47466  1 file changed, 3 insertions(+), 1 deletion(-)
47467
47468 commit f0c7540c4e217a7354072365a7301453d1e25b80
47469 Author: Behdad Esfahbod <behdad@behdad.org>
47470 Date:   Thu Aug 20 14:01:37 2009 -0400
47471
47472     Bug 592484 -  invalid write in HB
47473
47474     Fix off-by-one.
47475
47476  src/hb-ot-layout.cc | 4 ++--
47477  1 file changed, 2 insertions(+), 2 deletions(-)
47478
47479 commit b614b004723ead60849dd37e7ba2faee67cebd93
47480 Author: Behdad Esfahbod <behdad@behdad.org>
47481 Date:   Thu Aug 20 13:07:50 2009 -0400
47482
47483     [HB][glib] Make glib unicode funcs static
47484
47485  src/hb-glib.c | 36 +++++++++++++++++-------------------
47486  1 file changed, 17 insertions(+), 19 deletions(-)
47487
47488 commit 8b5346130425c7c101f6ff2432874ba2fd372edc
47489 Author: Behdad Esfahbod <behdad@behdad.org>
47490 Date:   Wed Aug 19 18:16:50 2009 -0400
47491
47492     [HB] Fix more casts
47493
47494  src/hb-open-type-private.hh | 10 +++++-----
47495  1 file changed, 5 insertions(+), 5 deletions(-)
47496
47497 commit 9d2e02db74deb3b3b92beab96f112cc387c8bd88
47498 Author: Behdad Esfahbod <behdad@behdad.org>
47499 Date:   Wed Aug 19 18:07:36 2009 -0400
47500
47501     [HB] Rename CAIRO_ in macro prefix to HB_
47502
47503     Hiss!
47504
47505  src/hb-private.h | 6 +++---
47506  1 file changed, 3 insertions(+), 3 deletions(-)
47507
47508 commit 388ad037ff399c23c5e24bbcede27e0e35bed07e
47509 Author: Behdad Esfahbod <behdad@behdad.org>
47510 Date:   Wed Aug 19 16:45:41 2009 -0400
47511
47512     [HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE
47513
47514     Unlike the rest of the memory-mode enum, this one didn't only
47515     describe the access mode of the input memory region.  Remove it.
47516
47517     If someone wants to inhibit duplicating, they can lock the blob
47518     and throw away the key.
47519
47520     Based on mailing list discussion with Carl Worth.
47521
47522  src/hb-blob.c | 51 +++++++++++++++++++++++++--------------------------
47523  src/hb-blob.h |  1 -
47524  2 files changed, 25 insertions(+), 27 deletions(-)
47525
47526 commit 977eeb714454630bd045bb11f58ff6397f10b143
47527 Author: Behdad Esfahbod <behdad@behdad.org>
47528 Date:   Wed Aug 19 16:17:24 2009 -0400
47529
47530     [HB] s/writeable/writable/g
47531
47532  src/hb-blob.c               | 38 +++++++++++++++++++-------------------
47533  src/hb-blob.h               | 10 +++++-----
47534  src/hb-open-type-private.hh |  6 +++---
47535  3 files changed, 27 insertions(+), 27 deletions(-)
47536
47537 commit 2f5931e404cb56e31d24b2eb7ff0a849fb077b55
47538 Author: Behdad Esfahbod <behdad@behdad.org>
47539 Date:   Wed Aug 19 16:07:40 2009 -0400
47540
47541     [HB] Hide lig_id and component members of hb_glyph_info_t
47542
47543  src/hb-buffer.h | 5 ++---
47544  1 file changed, 2 insertions(+), 3 deletions(-)
47545
47546 commit 6b600dd6199104cff01b3fa43d2abb52ae4319ea
47547 Author: Behdad Esfahbod <behdad@behdad.org>
47548 Date:   Wed Aug 19 14:45:24 2009 -0400
47549
47550     [HB] Fix typo
47551
47552  src/hb-font.h | 2 +-
47553  1 file changed, 1 insertion(+), 1 deletion(-)
47554
47555 commit 32c65a5ca3bde673bf2aa8fca911dd32914d3122
47556 Author: Behdad Esfahbod <behdad@behdad.org>
47557 Date:   Tue Aug 18 18:37:36 2009 -0400
47558
47559     [HB] Add font funcs prototypes
47560
47561  src/hb-font-private.h |  2 --
47562  src/hb-font.cc        | 14 ++++++--------
47563  src/hb-font.h         | 23 ++++++++++++++++-------
47564  3 files changed, 22 insertions(+), 17 deletions(-)
47565
47566 commit 8f034d5849627ee95a5889fa34c9ba294fff13ca
47567 Author: Behdad Esfahbod <behdad@behdad.org>
47568 Date:   Tue Aug 18 16:41:59 2009 -0400
47569
47570     Fix a few other pedantic warnings
47571
47572  src/hb-ot-layout-common-private.hh | 2 +-
47573  src/hb-ot-layout-gdef-private.hh   | 2 +-
47574  src/hb-ot-layout-gpos-private.hh   | 4 ++--
47575  src/hb-ot-layout-gsub-private.hh   | 2 +-
47576  4 files changed, 5 insertions(+), 5 deletions(-)
47577
47578 commit 864e2560b627f1e73be3b0635e02f00844cb67c3
47579 Author: Behdad Esfahbod <behdad@behdad.org>
47580 Date:   Tue Aug 18 16:38:48 2009 -0400
47581
47582     [HB] Fix pedantic warnings
47583
47584  src/hb-blob.h           |  2 +-
47585  src/hb-buffer-private.h | 18 +++++++++---------
47586  src/hb-buffer.h         |  6 +++---
47587  3 files changed, 13 insertions(+), 13 deletions(-)
47588
47589 commit 3e09722214d9bbcc9014409342072c79d0c4447f
47590 Author: Behdad Esfahbod <behdad@behdad.org>
47591 Date:   Tue Aug 18 16:32:31 2009 -0400
47592
47593     [HB] Fix more wrong method signatures
47594
47595  src/hb-ot-layout-common-private.hh | 2 +-
47596  1 file changed, 1 insertion(+), 1 deletion(-)
47597
47598 commit 822e99fe9ae920df41a0bd3f1125495c2ea96b45
47599 Author: Behdad Esfahbod <behdad@behdad.org>
47600 Date:   Tue Aug 18 16:27:48 2009 -0400
47601
47602     [HB] Fix wrong method signature
47603
47604  src/hb-ot-layout-common-private.hh | 4 ++--
47605  1 file changed, 2 insertions(+), 2 deletions(-)
47606
47607 commit 4ff2a58952f010c6252f06e5f404d6840d257250
47608 Author: Behdad Esfahbod <behdad@behdad.org>
47609 Date:   Tue Aug 18 15:49:23 2009 -0400
47610
47611     Bug 592194 -  Fix missing _SC_PAGE_SIZE macro
47612
47613     Autoconfiscate a simple call to mprotect() even more.
47614
47615  src/hb-blob.c | 94
47616  ++++++++++++++++++++++++++++++++++++++---------------------
47617  1 file changed, 60 insertions(+), 34 deletions(-)
47618
47619 commit 3c69bd46e27069fac0bfdefdecf5492c17eb01df
47620 Author: Behdad Esfahbod <behdad@behdad.org>
47621 Date:   Mon Aug 17 16:48:13 2009 -0400
47622
47623     [HB] Avoid int overflow in GPOS
47624
47625     Bug 592036 - integer overflow bug causes misrendering of Nepali
47626     characters
47627
47628  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
47629  src/hb-private.h                 |  3 +++
47630  2 files changed, 13 insertions(+), 10 deletions(-)
47631
47632 commit b2b18ef43c5bac6a5bb8412da7c9a37f815d4deb
47633 Author: Behdad Esfahbod <behdad@behdad.org>
47634 Date:   Fri Aug 14 19:37:18 2009 -0400
47635
47636     [HB] Simplify loop
47637
47638  src/hb-ot-layout-gpos-private.hh | 31 ++++++++++++++-----------------
47639  1 file changed, 14 insertions(+), 17 deletions(-)
47640
47641 commit b41f210d12d8df48e645823463343f7e14b0ddd0
47642 Author: Behdad Esfahbod <behdad@behdad.org>
47643 Date:   Fri Aug 14 19:33:24 2009 -0400
47644
47645     [HB] Merge mark positionin code between three types of lookups
47646
47647  src/hb-ot-layout-gpos-private.hh | 95
47648  ++++++++++++----------------------------
47649  1 file changed, 29 insertions(+), 66 deletions(-)
47650
47651 commit cd33cb9ed84308da72bd7c64b9355dc2410c63ec
47652 Author: Behdad Esfahbod <behdad@behdad.org>
47653 Date:   Fri Aug 14 18:42:42 2009 -0400
47654
47655     [HB] More minor shuffling
47656
47657  src/hb-open-type-private.hh        | 3 ---
47658  src/hb-ot-layout-common-private.hh | 5 +++++
47659  2 files changed, 5 insertions(+), 3 deletions(-)
47660
47661 commit 80e2aa2e1bfa2c8ecedcfa4cce8cadeb15792ac3
47662 Author: Behdad Esfahbod <behdad@behdad.org>
47663 Date:   Fri Aug 14 18:40:56 2009 -0400
47664
47665     [HB] Move code around
47666
47667  src/hb-open-type-private.hh        | 21 +++++++++++++++++++++
47668  src/hb-ot-layout-common-private.hh | 19 -------------------
47669  2 files changed, 21 insertions(+), 19 deletions(-)
47670
47671 commit 3564ee5216004d45d30b0ded61184cf8dde5dd89
47672 Author: Behdad Esfahbod <behdad@behdad.org>
47673 Date:   Fri Aug 14 18:32:56 2009 -0400
47674
47675     [HB] Correctly sanitize LigatureAttach
47676
47677  src/hb-open-type-private.hh        | 14 ++++++++++----
47678  src/hb-ot-layout-common-private.hh |  4 ++++
47679  src/hb-ot-layout-gdef-private.hh   |  4 ++--
47680  src/hb-ot-layout-gpos-private.hh   |  6 +++---
47681  4 files changed, 19 insertions(+), 9 deletions(-)
47682
47683 commit cb71a2fb76c6ddee050f775eb299ee44230c3ac9
47684 Author: Behdad Esfahbod <behdad@behdad.org>
47685 Date:   Fri Aug 14 18:14:03 2009 -0400
47686
47687     [HB] Simplify MarkBase and MarkLig too
47688
47689  src/hb-ot-layout-gpos-private.hh | 127
47690  +++++++++++++++------------------------
47691  1 file changed, 48 insertions(+), 79 deletions(-)
47692
47693 commit dfa54f4440960c39d37ef02fff4c0d9eb315d4b4
47694 Author: Behdad Esfahbod <behdad@behdad.org>
47695 Date:   Fri Aug 14 17:53:31 2009 -0400
47696
47697     [HB] Simplify MarkMark
47698
47699  src/hb-ot-layout-gpos-private.hh | 29 ++++++++++++++++-------------
47700  1 file changed, 16 insertions(+), 13 deletions(-)
47701
47702 commit 815a73e4202ca17677f12e862b70ca8724cf2f57
47703 Author: Behdad Esfahbod <behdad@behdad.org>
47704 Date:   Fri Aug 14 17:31:16 2009 -0400
47705
47706     [HB] Fix possible int overflows during sanitize
47707
47708  src/TODO                         |  1 -
47709  src/hb-open-type-private.hh      | 22 ++++++++++++++++++++++
47710  src/hb-ot-layout-gpos-private.hh | 15 ++++++++-------
47711  3 files changed, 30 insertions(+), 8 deletions(-)
47712
47713 commit ae728e51e94d18d731b7c8dc524da1a4f427d63b
47714 Author: Behdad Esfahbod <behdad@behdad.org>
47715 Date:   Fri Aug 14 16:41:00 2009 -0400
47716
47717     [HB] Debug output for SANITIZE_MEM()
47718
47719  src/hb-open-type-private.hh | 34 +++++++++++++++++++++++-----------
47720  1 file changed, 23 insertions(+), 11 deletions(-)
47721
47722 commit 41895506cb6a41b1a833866f8822261ea449ea0b
47723 Author: Behdad Esfahbod <behdad@behdad.org>
47724 Date:   Fri Aug 14 16:25:33 2009 -0400
47725
47726     [HB] Use inline function for SANITIZE_MEM()
47727
47728  src/hb-open-type-private.hh | 33 ++++++++++++++++++++-------------
47729  1 file changed, 20 insertions(+), 13 deletions(-)
47730
47731 commit 95528131b5ab9fc9e265ace715832135ebd457a4
47732 Author: Behdad Esfahbod <behdad@behdad.org>
47733 Date:   Fri Aug 14 16:17:32 2009 -0400
47734
47735     [HB] Use SANITIZE_THIS() when applicable
47736
47737  src/hb-open-type-private.hh | 6 +++---
47738  1 file changed, 3 insertions(+), 3 deletions(-)
47739
47740 commit 5769538abfe153c503da4801649493e57a9854c2
47741 Author: Behdad Esfahbod <behdad@behdad.org>
47742 Date:   Fri Aug 14 16:12:22 2009 -0400
47743
47744     [HB] Add note about auditing sanitize code for overflows
47745
47746  src/TODO                         | 1 +
47747  src/hb-ot-layout-gpos-private.hh | 2 +-
47748  2 files changed, 2 insertions(+), 1 deletion(-)
47749
47750 commit 15232e26f4a89dab1b6de35ad9d3d16e75bf93d0
47751 Author: Behdad Esfahbod <behdad@behdad.org>
47752 Date:   Thu Aug 13 17:13:25 2009 -0400
47753
47754     [HB] Add empty hb_shape() API
47755
47756  src/Makefile.am |  2 ++
47757  src/hb-shape.c  | 40 ++++++++++++++++++++++++++++++++++++++++
47758  src/hb-shape.h  | 53
47759  +++++++++++++++++++++++++++++++++++++++++++++++++++++
47760  3 files changed, 95 insertions(+)
47761
47762 commit 2866d2974b6768e93cc7d473d14c5a8abae5f7fd
47763 Author: Behdad Esfahbod <behdad@behdad.org>
47764 Date:   Thu Aug 13 11:47:08 2009 -0400
47765
47766     [HB] Bitfield packing *is* very delicate
47767
47768     Fix the second instance.
47769
47770  src/hb-buffer.h | 2 +-
47771  1 file changed, 1 insertion(+), 1 deletion(-)
47772
47773 commit ec90ee23b29aab187c3fa209970aa97434c84b1b
47774 Author: Behdad Esfahbod <behdad@behdad.org>
47775 Date:   Thu Aug 13 05:25:23 2009 -0400
47776
47777     Bug 591511 – hh-blob.c does not compile using mingw on windows
47778
47779     Check for sys/mman.h, not mprotect().
47780
47781  src/hb-blob.c | 8 ++++----
47782  1 file changed, 4 insertions(+), 4 deletions(-)
47783
47784 commit 12eae6d55d468ff2fbe2bc12bec188d313c671f9
47785 Author: Behdad Esfahbod <behdad@behdad.org>
47786 Date:   Thu Aug 13 05:20:46 2009 -0400
47787
47788     [HB] Fix buffer sizing issue with mingw gcc
47789
47790     Bit field packing is a delicate field.  Issue reported in comment
47791     3 here:
47792     http://bugzilla.gnome.org/show_bug.cgi?id=591511
47793
47794  src/hb-buffer-private.h | 14 +++++++-------
47795  1 file changed, 7 insertions(+), 7 deletions(-)
47796
47797 commit 6936706cd77f96961a1239d0c9dc8ede64d7f06d
47798 Author: Behdad Esfahbod <behdad@behdad.org>
47799 Date:   Wed Aug 12 19:45:50 2009 -0400
47800
47801     Bug 591413 – needs to link with libstdc++
47802
47803     Enforce -fno-exceptions better.
47804
47805  src/Makefile.am | 2 +-
47806  1 file changed, 1 insertion(+), 1 deletion(-)
47807
47808 commit c486ea9c3582710474c1085c21c1dc5e2700adc3
47809 Author: Behdad Esfahbod <behdad@behdad.org>
47810 Date:   Wed Aug 12 19:36:29 2009 -0400
47811
47812     Bug 591511 – hb-blob.c does not compile using mingw on windows
47813
47814     Only call mprotect() when available.  For optimal performance, a win32
47815     way to make memory writeable needs to be added.
47816
47817  src/hb-blob.c | 8 ++++++++
47818  1 file changed, 8 insertions(+)
47819
47820 commit a579584594f1ca4781f1c5b92ad78513c0b37480
47821 Author: Behdad Esfahbod <behdad@behdad.org>
47822 Date:   Wed Aug 12 19:23:16 2009 -0400
47823
47824     [HB] Add comment
47825
47826  src/hb-buffer-private.h | 2 +-
47827  1 file changed, 1 insertion(+), 1 deletion(-)
47828
47829 commit b6e66ee102eb5b64d945e5a73ab63fe8cac5edcb
47830 Author: Behdad Esfahbod <behdad@behdad.org>
47831 Date:   Wed Aug 12 16:50:28 2009 -0400
47832
47833     [HB] Always clear positions if dirty, before returning to user
47834
47835  src/hb-buffer.c | 4 ++--
47836  1 file changed, 2 insertions(+), 2 deletions(-)
47837
47838 commit e4679d9fae43f3219c476c5b9e411d1f5d0d5bae
47839 Author: Behdad Esfahbod <behdad@behdad.org>
47840 Date:   Wed Aug 12 16:47:27 2009 -0400
47841
47842     [HB] Fix _hb_buffer_next() when positioning
47843
47844     We were copying glyphs to output.  This should not happen when in
47845     GPOS.  Back then it was fine, then some optimizations broke then
47846     assumption.
47847
47848  src/hb-buffer-private.h |  1 +
47849  src/hb-buffer.c         | 12 ++++++++++++
47850  2 files changed, 13 insertions(+)
47851
47852 commit 5ccf1ba339d6ffb4469f1c4f20d8d8d00012c857
47853 Author: Behdad Esfahbod <behdad@behdad.org>
47854 Date:   Wed Aug 12 15:55:23 2009 -0400
47855
47856     [HB] Fixed signedness warnings
47857
47858  src/hb-open-type-private.hh | 4 ++--
47859  1 file changed, 2 insertions(+), 2 deletions(-)
47860
47861 commit f71329147bd3087588cfeafd6feff45f29d1ca7a
47862 Author: Behdad Esfahbod <behdad@behdad.org>
47863 Date:   Wed Aug 12 15:48:44 2009 -0400
47864
47865     [HB] Ouch.  Fix compilation.
47866
47867  src/hb-ot-layout-gpos-private.hh | 2 +-
47868  1 file changed, 1 insertion(+), 1 deletion(-)
47869
47870 commit 0532ed160c678b5404b20594fd2ca9a640bf6a0a
47871 Author: Behdad Esfahbod <behdad@behdad.org>
47872 Date:   Wed Aug 12 15:40:04 2009 -0400
47873
47874     [HB] Fix invalid access / overflow on x86-64
47875
47876     Bug 591557 – [HB] crash scrolling the evolution message list
47877     Bug 591576 – crashed with SIGSEGV at pango
47878
47879  src/hb-ot-layout-gpos-private.hh | 21 ++++++++++++---------
47880  src/hb-ot-layout-gsub-private.hh |  2 --
47881  2 files changed, 12 insertions(+), 11 deletions(-)
47882
47883 commit 8d70312c7b899131c3aafa7a43527ef3ced33bfe
47884 Author: Behdad Esfahbod <behdad@behdad.org>
47885 Date:   Mon Aug 10 23:50:51 2009 -0400
47886
47887     [HB] Add hb_font_funcs_make_immutable()
47888
47889  src/hb-font-private.h |  4 ++++
47890  src/hb-font.cc        | 17 +++++++++++++++--
47891  src/hb-font.h         |  3 +++
47892  3 files changed, 22 insertions(+), 2 deletions(-)
47893
47894 commit 3284d05da27c338d94f0da99df66d924cd9d6717
47895 Author: Behdad Esfahbod <behdad@behdad.org>
47896 Date:   Mon Aug 10 23:45:57 2009 -0400
47897
47898     [HB] Add missing initializer
47899
47900  src/hb-font.cc | 4 +++-
47901  1 file changed, 3 insertions(+), 1 deletion(-)
47902
47903 commit 081819ea8b98c0a4b4dffe8d4aca3512f9798719
47904 Author: Behdad Esfahbod <behdad@behdad.org>
47905 Date:   Mon Aug 10 23:40:28 2009 -0400
47906
47907     [OT] Hookup glib unicode funcs
47908
47909  src/hb-buffer.c     | 14 +++++++-------
47910  src/hb-glib.c       |  4 +++-
47911  src/hb-glib.h       |  4 ++--
47912  src/hb-ot-layout.cc | 10 +++++-----
47913  src/hb-private.h    |  2 +-
47914  5 files changed, 18 insertions(+), 16 deletions(-)
47915
47916 commit 49f261df2aa753e8b09e97f7835e6a827f92970a
47917 Author: Behdad Esfahbod <behdad@behdad.org>
47918 Date:   Mon Aug 10 23:35:05 2009 -0400
47919
47920     [HB] Add hb-glib
47921
47922  src/Makefile.am          |  4 +++-
47923  src/hb-glib.c            | 56
47924  ++++++++++++++++++++++++++++++++++++++++++++++++
47925  src/hb-glib.h            | 41 +++++++++++++++++++++++++++++++++++
47926  src/hb-unicode-private.h |  2 +-
47927  src/hb-unicode.c         | 10 ++++-----
47928  src/hb-unicode.h         |  6 +++---
47929  6 files changed, 109 insertions(+), 10 deletions(-)
47930
47931 commit eb27ec0cef0d92740875ab5035b53acc639e5fae
47932 Author: Behdad Esfahbod <behdad@behdad.org>
47933 Date:   Mon Aug 10 23:25:28 2009 -0400
47934
47935     [HB] Add hb_unicode_funcs_make_immutable()
47936
47937  src/hb-unicode-private.h |  2 ++
47938  src/hb-unicode.c         | 22 +++++++++++++++++-----
47939  src/hb-unicode.h         |  2 ++
47940  3 files changed, 21 insertions(+), 5 deletions(-)
47941
47942 commit af9e104028b7cdc1fbba0eb1d86cfa4d5258657f
47943 Author: Behdad Esfahbod <behdad@behdad.org>
47944 Date:   Mon Aug 10 23:21:33 2009 -0400
47945
47946     [HB] Use nil unicode funcs in nil face
47947
47948  src/hb-font.cc           | 7 ++++---
47949  src/hb-unicode-private.h | 3 +++
47950  src/hb-unicode.c         | 2 +-
47951  3 files changed, 8 insertions(+), 4 deletions(-)
47952
47953 commit 48910f8f0034c54b4e11cef3d08aa40e52c06b28
47954 Author: Behdad Esfahbod <behdad@behdad.org>
47955 Date:   Mon Aug 10 23:05:05 2009 -0400
47956
47957     [HB] Initialize unicode funcs to nil getters
47958
47959  src/hb-unicode.c | 29 +++++++++++++++++++----------
47960  1 file changed, 19 insertions(+), 10 deletions(-)
47961
47962 commit 04cc0a29ee1472c318c36efcd19b9c1a6657d9ea
47963 Author: Behdad Esfahbod <behdad@behdad.org>
47964 Date:   Mon Aug 10 22:58:56 2009 -0400
47965
47966     [HB] Flesh out Unicode funcs
47967
47968  src/hb-object-private.h  |  2 +-
47969  src/hb-unicode-private.h | 12 ++++-----
47970  src/hb-unicode.c         | 67
47971  ++++++++++++++++++++++++++++++++++++++++++------
47972  src/hb-unicode.h         |  3 ---
47973  4 files changed, 65 insertions(+), 19 deletions(-)
47974
47975 commit 299f08961ffcea27e8def4f0743d0c86ef8dadf1
47976 Author: Behdad Esfahbod <behdad@behdad.org>
47977 Date:   Mon Aug 10 22:47:57 2009 -0400
47978
47979     [HB] Implement buffer UTF-X input
47980
47981  src/hb-buffer.c | 110
47982  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
47983  src/hb-buffer.h |  12 +++----
47984  2 files changed, 116 insertions(+), 6 deletions(-)
47985
47986 commit 1b7b97f28ac192006ca5b6d1cc9fbc80fa2bdb55
47987 Author: Behdad Esfahbod <behdad@behdad.org>
47988 Date:   Mon Aug 10 21:10:37 2009 -0400
47989
47990     [HB] Add buffer UTF-X API
47991
47992  src/hb-buffer.h | 21 +++++++++++++++++++++
47993  1 file changed, 21 insertions(+)
47994
47995 commit fbaf8ffa098bd2b6fb4f4bc2d04b360a319c4af5
47996 Author: Behdad Esfahbod <behdad@behdad.org>
47997 Date:   Mon Aug 10 20:59:25 2009 -0400
47998
47999     [HB] Add hb_buffer_reverse()
48000
48001  src/hb-buffer.c | 32 +++++++++++++++++++++++++++++---
48002  src/hb-buffer.h |  7 +++++++
48003  2 files changed, 36 insertions(+), 3 deletions(-)
48004
48005 commit cbe5a4e08e6c2ccfdf98e630d48ec9da69374516
48006 Author: Behdad Esfahbod <behdad@behdad.org>
48007 Date:   Mon Aug 10 20:24:49 2009 -0400
48008
48009     [HB] Reuse the positions array as alt string array
48010
48011  src/hb-buffer-private.h |  1 -
48012  src/hb-buffer.c         | 28 +++++++++-------------------
48013  2 files changed, 9 insertions(+), 20 deletions(-)
48014
48015 commit 5c44188455ca1b696aa24b20c3a83877dfae2fb2
48016 Author: Behdad Esfahbod <behdad@behdad.org>
48017 Date:   Mon Aug 10 20:05:16 2009 -0400
48018
48019     [HB] Start adding Unicode funcs
48020
48021  src/Makefile.am          |   3 +
48022  src/hb-font-private.h    |  29 ++-----
48023  src/hb-font.cc           | 163 ++++++++++-------------------------
48024  src/hb-font.h            | 140 ++++++++++--------------------
48025  src/hb-unicode-private.h |  54 ++++++++++++
48026  src/hb-unicode.c         |  89 +++++++++++++++++++
48027  src/hb-unicode.h         | 220
48028  +++++++++++++++++++++++++++++++++++++++++++++++
48029  7 files changed, 463 insertions(+), 235 deletions(-)
48030
48031 commit 20b035dad41247076815a2bbb0346d63058b322f
48032 Author: Behdad Esfahbod <behdad@behdad.org>
48033 Date:   Mon Aug 10 19:00:36 2009 -0400
48034
48035     [HB] Put C++ inline's back
48036
48037     Apparetly in C++, inline means a totally different thing.
48038
48039  src/hb-open-file-private.hh          | 14 +++++++-------
48040  src/hb-open-type-private.hh          | 16 ++++++++--------
48041  src/hb-ot-layout-common-private.hh   | 12 ++++++------
48042  src/hb-ot-layout-gdef-private.hh     |  4 ++--
48043  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
48044  src/hb-ot-layout-gsub-private.hh     | 12 ++++++------
48045  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
48046  7 files changed, 41 insertions(+), 41 deletions(-)
48047
48048 commit a62f776d8e7e3e57d28ee71b34abab0a5b8471eb
48049 Author: Behdad Esfahbod <behdad@behdad.org>
48050 Date:   Mon Aug 10 13:57:02 2009 -0400
48051
48052     [HB] Don't override CXX compiler
48053
48054     Just add couple of options to it (still assuming gcc)
48055
48056  src/Makefile.am | 3 ++-
48057  1 file changed, 2 insertions(+), 1 deletion(-)
48058
48059 commit 6bdab706ecb41c1305e85d041a586e86c54d0ab7
48060 Author: Behdad Esfahbod <behdad@behdad.org>
48061 Date:   Mon Aug 10 09:35:11 2009 -0400
48062
48063     [HB] Indent
48064
48065  src/hb-ot-layout.h | 8 ++++----
48066  1 file changed, 4 insertions(+), 4 deletions(-)
48067
48068 commit 797724904a3ab294f8390d4ff80c299d8213a5c6
48069 Author: Behdad Esfahbod <behdad@behdad.org>
48070 Date:   Sun Aug 9 22:25:17 2009 -0400
48071
48072     [HB] Remove unused code
48073
48074  src/hb-ot-layout-gdef-private.hh | 10 ----------
48075  1 file changed, 10 deletions(-)
48076
48077 commit 284899ccbe79fda7405ab09d3092fc25fd89e810
48078 Author: Behdad Esfahbod <behdad@behdad.org>
48079 Date:   Sun Aug 9 22:10:39 2009 -0400
48080
48081     [HB] Add a NEXT() macro
48082
48083  src/hb-open-type-private.hh          |  2 ++
48084  src/hb-ot-layout-common-private.hh   |  4 ++--
48085  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
48086  src/hb-ot-layout-gsubgpos-private.hh | 24 ++++++++++++------------
48087  4 files changed, 20 insertions(+), 18 deletions(-)
48088
48089 commit 918572fc870dfd7596155ce700247a5bb024fb1a
48090 Author: Behdad Esfahbod <behdad@behdad.org>
48091 Date:   Sun Aug 9 18:31:47 2009 -0400
48092
48093     [HB] Remove done TODO item
48094
48095  src/TODO | 1 -
48096  1 file changed, 1 deletion(-)
48097
48098 commit 67cb8111f209de26b3afa46e9fb7e4d01c9ecad4
48099 Author: Behdad Esfahbod <behdad@behdad.org>
48100 Date:   Sun Aug 9 13:05:08 2009 -0400
48101
48102     [HB] Print mark sets in main.cc
48103
48104  src/main.cc | 2 ++
48105  1 file changed, 2 insertions(+)
48106
48107 commit 17878255fa88e76cd503461fc1ade2ed365cebd2
48108 Author: Behdad Esfahbod <behdad@behdad.org>
48109 Date:   Sat Aug 8 16:57:27 2009 -0400
48110
48111     [HB] Remove hb_ot_layout_table_find_feature()
48112
48113     That function doesn't make much sense as multiple features in the
48114     table may
48115     have the same tag.
48116
48117  src/hb-ot-layout.cc | 16 ----------------
48118  src/hb-ot-layout.h  |  6 ------
48119  2 files changed, 22 deletions(-)
48120
48121 commit 468769b8f5332940278244e744ec2bd5a5dc5ee9
48122 Author: Behdad Esfahbod <behdad@behdad.org>
48123 Date:   Sat Aug 8 16:53:23 2009 -0400
48124
48125     [HB] Rename hb_ot_layout_feature_mask_t to hb_mask_t
48126
48127  src/TODO                         |  1 -
48128  src/hb-buffer-private.h          |  4 ++--
48129  src/hb-buffer.c                  | 12 ++++++------
48130  src/hb-buffer.h                  |  4 ++--
48131  src/hb-common.h                  |  1 +
48132  src/hb-ot-layout-gpos-private.hh | 12 ++++++------
48133  src/hb-ot-layout-gsub-private.hh | 14 +++++++-------
48134  src/hb-ot-layout.cc              | 18 +++++++++---------
48135  src/hb-ot-layout.h               | 34 +++++++++-------------------------
48136  9 files changed, 42 insertions(+), 58 deletions(-)
48137
48138 commit 7f96b39a9d5a81ba77e0c3dea8fe2cdb9957c4c7
48139 Author: Behdad Esfahbod <behdad@behdad.org>
48140 Date:   Sat Aug 8 16:37:22 2009 -0400
48141
48142     [HB] Fix bug introduced recently
48143
48144  src/hb-open-type-private.hh | 4 ++--
48145  1 file changed, 2 insertions(+), 2 deletions(-)
48146
48147 commit bff3c0fde5da04a70d1f7aeeb9fa2a75fe5c07f6
48148 Author: Behdad Esfahbod <behdad@behdad.org>
48149 Date:   Fri Aug 7 19:46:30 2009 -0400
48150
48151     [HB] Remove clumsy macros and improve API
48152
48153  src/TODO                             |   2 -
48154  src/hb-open-file-private.hh          |  41 ++++++++--
48155  src/hb-open-type-private.hh          | 104 +------------------------
48156  src/hb-ot-layout-common-private.hh   | 103 ++++++++++++++++++------
48157  src/hb-ot-layout-gsubgpos-private.hh |  35 +++++++--
48158  src/hb-ot-layout.cc                  | 146
48159  ++++++++++++-----------------------
48160  src/hb-ot-layout.h                   | 101 ++++++++++--------------
48161  7 files changed, 240 insertions(+), 292 deletions(-)
48162
48163 commit d0b657379bbe63602953412d6bc944b2a0f430eb
48164 Author: Behdad Esfahbod <behdad@behdad.org>
48165 Date:   Thu Aug 6 18:34:47 2009 -0400
48166
48167     [HB] Fix various XXX issues
48168
48169  src/hb-open-type-private.hh      | 13 ++++++++++---
48170  src/hb-ot-layout-gdef-private.hh |  5 ++---
48171  2 files changed, 12 insertions(+), 6 deletions(-)
48172
48173 commit 82199868fb036b63799af761762225d45d36f575
48174 Author: Behdad Esfahbod <behdad@behdad.org>
48175 Date:   Thu Aug 6 18:28:45 2009 -0400
48176
48177     [HB] Remove unused var
48178
48179  src/hb-ot-layout-private.h | 2 --
48180  1 file changed, 2 deletions(-)
48181
48182 commit 07e69226cbd4167741fd868a3125487bbabb99dc
48183 Author: Behdad Esfahbod <behdad@behdad.org>
48184 Date:   Thu Aug 6 18:28:00 2009 -0400
48185
48186     [HB] Remove another stale XXX
48187
48188  src/hb-ot-layout.cc | 2 --
48189  1 file changed, 2 deletions(-)
48190
48191 commit e605c367c5627e7ab05af9cb59247a89290e598a
48192 Author: Behdad Esfahbod <behdad@behdad.org>
48193 Date:   Thu Aug 6 18:27:28 2009 -0400
48194
48195     [HB] Rebrand XXX as TODO
48196
48197  src/hb-open-file-private.hh | 4 ++--
48198  1 file changed, 2 insertions(+), 2 deletions(-)
48199
48200 commit c5a13048e21fcfcfd3b74f800e8d521e6245b451
48201 Author: Behdad Esfahbod <behdad@behdad.org>
48202 Date:   Thu Aug 6 18:26:38 2009 -0400
48203
48204     [HB] Remove stale XXX
48205
48206  src/hb-blob.c | 2 --
48207  1 file changed, 2 deletions(-)
48208
48209 commit 9e826ea2832f0444bcef9075b445d481a58a09c2
48210 Author: Behdad Esfahbod <behdad@behdad.org>
48211 Date:   Thu Aug 6 18:24:55 2009 -0400
48212
48213     [HB] Fix unaligned access
48214
48215  src/hb-open-type-private.hh | 20 +++++++++++++++++---
48216  src/hb-private.h            | 22 ++++++++++++++++++++++
48217  2 files changed, 39 insertions(+), 3 deletions(-)
48218
48219 commit 71a8344a5eeaa34e31d53138cf3bbe30b819f83c
48220 Author: Behdad Esfahbod <behdad@behdad.org>
48221 Date:   Thu Aug 6 14:28:18 2009 -0400
48222
48223     [HB] Remove a few 'inline's, though the compiler mostly ignores them
48224
48225  src/hb-open-file-private.hh          |  1 -
48226  src/hb-open-type-private.hh          | 16 ++++++++--------
48227  src/hb-ot-layout-gsubgpos-private.hh |  6 +++---
48228  3 files changed, 11 insertions(+), 12 deletions(-)
48229
48230 commit 7f3d5c8166e5205e9d9bf8b4b2f31d44387a8006
48231 Author: Behdad Esfahbod <behdad@behdad.org>
48232 Date:   Thu Aug 6 13:33:51 2009 -0400
48233
48234     [HB] Fix blob to use a actual mutex
48235
48236  src/hb-blob.c           | 125
48237  +++++++++++++++++++++++++++++++++++-------------
48238  src/hb-object-private.h |   4 +-
48239  src/hb-private.h        |  20 +++++---
48240  3 files changed, 106 insertions(+), 43 deletions(-)
48241
48242 commit a794ebf4be9896393f4badf02905a4007981a588
48243 Author: Behdad Esfahbod <behdad@behdad.org>
48244 Date:   Thu Aug 6 12:32:35 2009 -0400
48245
48246     [HB] Use glib again
48247
48248  src/Makefile.am         |  5 +++--
48249  src/hb-blob.c           |  4 ++--
48250  src/hb-object-private.h | 19 ++++++-------------
48251  src/hb-private.h        | 45
48252  ++++++++++++++++++++++++++-------------------
48253  4 files changed, 37 insertions(+), 36 deletions(-)
48254
48255 commit 9b76a290a94f2603f3cb9498ae976125347cf54b
48256 Author: Behdad Esfahbod <behdad@behdad.org>
48257 Date:   Thu Aug 6 10:27:38 2009 -0400
48258
48259     [HB] Improve debug output
48260
48261  src/hb-open-type-private.hh | 7 ++++---
48262  1 file changed, 4 insertions(+), 3 deletions(-)
48263
48264 commit 9faee63034d3965735bd6362c0beeca1613bd771
48265 Author: Behdad Esfahbod <behdad@behdad.org>
48266 Date:   Thu Aug 6 10:24:49 2009 -0400
48267
48268     [HB] Minor
48269
48270  src/hb-private.h | 2 +-
48271  1 file changed, 1 insertion(+), 1 deletion(-)
48272
48273 commit f72059ee6946d9b4812b794f662ee83c7e25fe53
48274 Author: Behdad Esfahbod <behdad@behdad.org>
48275 Date:   Wed Aug 5 15:35:02 2009 -0400
48276
48277     [HB] Add a few TODO items
48278
48279  src/TODO | 8 +++++---
48280  1 file changed, 5 insertions(+), 3 deletions(-)
48281
48282 commit 0d77ab8a73f57c9fca4c6f9301dae394d79526e3
48283 Author: Behdad Esfahbod <behdad@behdad.org>
48284 Date:   Wed Aug 5 15:27:42 2009 -0400
48285
48286     [HB] Improve debug output
48287
48288  src/hb-open-type-private.hh | 8 ++++++++
48289  1 file changed, 8 insertions(+)
48290
48291 commit 268cac4c9ef8cb592cfb8507273332165b8d3ad3
48292 Author: Behdad Esfahbod <behdad@behdad.org>
48293 Date:   Wed Aug 5 15:21:48 2009 -0400
48294
48295     [HB] Fix blob unlock
48296
48297  src/hb-blob.c | 2 +-
48298  1 file changed, 1 insertion(+), 1 deletion(-)
48299
48300 commit 7acb389569cf99c6bae9db31a8ed7c7007fbb566
48301 Author: Behdad Esfahbod <behdad@behdad.org>
48302 Date:   Wed Aug 5 15:20:34 2009 -0400
48303
48304     [HB] Improve debug output and fix mprotect bug
48305
48306  src/hb-blob.c               | 57
48307  ++++++++++++++++++++++++++++++++++++++-------
48308  src/hb-open-type-private.hh | 30 +++++++++++-------------
48309  src/hb-private.h            |  3 ++-
48310  3 files changed, 65 insertions(+), 25 deletions(-)
48311
48312 commit ec9f8db0d3cad146801b7dc5c59e517de3b6fa34
48313 Author: Behdad Esfahbod <behdad@behdad.org>
48314 Date:   Wed Aug 5 14:52:03 2009 -0400
48315
48316     [HB] Minor
48317
48318  src/hb-private.h | 3 +++
48319  1 file changed, 3 insertions(+)
48320
48321 commit d341881d9a0f835f691b121480046081ad162918
48322 Author: Behdad Esfahbod <behdad@behdad.org>
48323 Date:   Wed Aug 5 14:49:25 2009 -0400
48324
48325     [HB] Fix build of main.cc
48326
48327  src/Makefile.am | 8 ++++----
48328  1 file changed, 4 insertions(+), 4 deletions(-)
48329
48330 commit 8f3be25e7ec88ea451ee8097bf32e5f729f4fef9
48331 Author: Behdad Esfahbod <behdad@behdad.org>
48332 Date:   Tue Aug 4 23:43:40 2009 -0400
48333
48334     [HB] turn debugging off
48335
48336  src/hb-private.h | 2 +-
48337  1 file changed, 1 insertion(+), 1 deletion(-)
48338
48339 commit 62ed5850d9e0e0d0231889470d58e815420c21e5
48340 Author: Behdad Esfahbod <behdad@behdad.org>
48341 Date:   Tue Aug 4 23:30:32 2009 -0400
48342
48343     [HB] Fix another sanitize() bug;  hopefully it's the last one
48344
48345  src/hb-ot-layout-common-private.hh | 2 +-
48346  1 file changed, 1 insertion(+), 1 deletion(-)
48347
48348 commit 90482b68178b687c0f0a3f82cd6a36b2c0bb9384
48349 Author: Behdad Esfahbod <behdad@behdad.org>
48350 Date:   Tue Aug 4 23:24:35 2009 -0400
48351
48352     [HB] Fix a couple other sanitize() bugs
48353
48354  src/hb-ot-layout-gpos-private.hh | 4 ++--
48355  src/hb-ot-layout-gsub-private.hh | 4 ++--
48356  2 files changed, 4 insertions(+), 4 deletions(-)
48357
48358 commit 4f3ad9115a4161fc23fa559c26082440196217ec
48359 Author: Behdad Esfahbod <behdad@behdad.org>
48360 Date:   Tue Aug 4 23:01:23 2009 -0400
48361
48362     [HB] More debugging output
48363
48364  src/hb-open-type-private.hh | 45
48365  ++++++++++++++++++++++++++++++++++++++++-----
48366  1 file changed, 40 insertions(+), 5 deletions(-)
48367
48368 commit 8cd6fa28d1b77100491519b8dedb2e113508bf59
48369 Author: Behdad Esfahbod <behdad@behdad.org>
48370 Date:   Tue Aug 4 22:55:44 2009 -0400
48371
48372     [HB] Fix fatal Sanitizer bug
48373
48374  src/hb-open-type-private.hh | 2 +-
48375  1 file changed, 1 insertion(+), 1 deletion(-)
48376
48377 commit 2870ac5e5d5d87646a4b273a9805fb3fcf280f97
48378 Author: Behdad Esfahbod <behdad@behdad.org>
48379 Date:   Tue Aug 4 22:43:47 2009 -0400
48380
48381     [HB] Add missing sanitize
48382
48383  src/hb-open-file-private.hh | 1 +
48384  1 file changed, 1 insertion(+)
48385
48386 commit b28815c1f6e46d38471cacbc31248ca6fda8c4d1
48387 Author: Behdad Esfahbod <behdad@behdad.org>
48388 Date:   Tue Aug 4 22:35:36 2009 -0400
48389
48390     [HB] Add sanitize debugging facilities
48391
48392  src/hb-open-file-private.hh          |  4 ++++
48393  src/hb-open-type-private.hh          | 43
48394  +++++++++++++++++++++++++++++++-----
48395  src/hb-ot-layout-common-private.hh   | 17 ++++++++++++++
48396  src/hb-ot-layout-gdef-private.hh     | 10 +++++++++
48397  src/hb-ot-layout-gpos-private.hh     | 28 +++++++++++++++++++++++
48398  src/hb-ot-layout-gsub-private.hh     | 18 +++++++++++++++
48399  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++++++++
48400  src/hb-private.h                     |  6 ++++-
48401  8 files changed, 136 insertions(+), 6 deletions(-)
48402
48403 commit 7edb430f9182723b7b720708c56088cec1200a70
48404 Author: Behdad Esfahbod <behdad@behdad.org>
48405 Date:   Tue Aug 4 22:06:57 2009 -0400
48406
48407     [HB] Rename open-types to open-type; beauty
48408
48409  src/Makefile.am                                           | 2 +-
48410  src/hb-open-file-private.hh                               | 2 +-
48411  src/{hb-open-types-private.hh => hb-open-type-private.hh} | 0
48412  src/hb-ot-layout-common-private.hh                        | 2 +-
48413  4 files changed, 3 insertions(+), 3 deletions(-)
48414
48415 commit f4b58d3fc2956a9d1b6178588d809c781f7a5c0c
48416 Author: Behdad Esfahbod <behdad@behdad.org>
48417 Date:   Tue Aug 4 21:47:29 2009 -0400
48418
48419     [HB] Save edit even if not writeable
48420
48421  src/hb-open-types-private.hh | 6 ++----
48422  1 file changed, 2 insertions(+), 4 deletions(-)
48423
48424 commit 9bd629ccd064e739789e504c41ad875eed93abba
48425 Author: Behdad Esfahbod <behdad@behdad.org>
48426 Date:   Tue Aug 4 21:42:23 2009 -0400
48427
48428     [HB] Fix warnings
48429
48430  src/hb-open-file-private.hh      | 1 +
48431  src/hb-open-types-private.hh     | 5 +++++
48432  src/hb-ot-layout-gsub-private.hh | 3 +--
48433  3 files changed, 7 insertions(+), 2 deletions(-)
48434
48435 commit 5ff4e13143c227fa57854c987b5a98e610f89361
48436 Author: Behdad Esfahbod <behdad@behdad.org>
48437 Date:   Tue Aug 4 21:35:32 2009 -0400
48438
48439     [HB] Avoid infinite recusion in Extension sanitize()
48440
48441  src/hb-ot-layout-gpos-private.hh | 1 +
48442  src/hb-ot-layout-gsub-private.hh | 1 +
48443  2 files changed, 2 insertions(+)
48444
48445 commit d60bb8ca2ae6edf29b2227b56c57f0d16879370b
48446 Author: Behdad Esfahbod <behdad@behdad.org>
48447 Date:   Tue Aug 4 21:32:57 2009 -0400
48448
48449     [HB] Hook Sanitizer up.  Hell's breaking loose right now
48450
48451  src/hb-font.cc               |  7 ++-----
48452  src/hb-open-types-private.hh |  2 +-
48453  src/hb-ot-layout.cc          | 12 ++++++------
48454  3 files changed, 9 insertions(+), 12 deletions(-)
48455
48456 commit 679f41fe61242aa8d7f45b64bdb66395aa530fe2
48457 Author: Behdad Esfahbod <behdad@behdad.org>
48458 Date:   Tue Aug 4 21:32:06 2009 -0400
48459
48460     [HB] Fix leak
48461
48462  src/hb-ot-layout.cc | 2 ++
48463  1 file changed, 2 insertions(+)
48464
48465 commit 4e8a0602bb0b3cbf7f26cc38790e37cdec7b0b37
48466 Author: Behdad Esfahbod <behdad@behdad.org>
48467 Date:   Tue Aug 4 20:52:47 2009 -0400
48468
48469     [HB] Add Sanitizer
48470
48471  src/hb-open-types-private.hh | 58
48472  ++++++++++++++++++++++++++++++++++++++++----
48473  1 file changed, 53 insertions(+), 5 deletions(-)
48474
48475 commit 2765d333e523a13dbd932fa33f3b39a5cf83f0f7
48476 Author: Behdad Esfahbod <behdad@behdad.org>
48477 Date:   Tue Aug 4 20:50:18 2009 -0400
48478
48479     [HB] Add XXX
48480
48481  src/hb-open-file-private.hh | 3 +++
48482  1 file changed, 3 insertions(+)
48483
48484 commit a328d66e6a8122f7d4d71941449d4d0136203e08
48485 Author: Behdad Esfahbod <behdad@behdad.org>
48486 Date:   Tue Aug 4 20:27:05 2009 -0400
48487
48488     [HB] Minor cleanup
48489
48490  src/hb-ot-layout-gdef-private.hh     | 2 +-
48491  src/hb-ot-layout-gpos-private.hh     | 2 +-
48492  src/hb-ot-layout-gsub-private.hh     | 2 +-
48493  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
48494  4 files changed, 5 insertions(+), 5 deletions(-)
48495
48496 commit 577c1116493d785d3455626612f97dabb383abf0
48497 Author: Behdad Esfahbod <behdad@behdad.org>
48498 Date:   Tue Aug 4 19:31:02 2009 -0400
48499
48500     [HB] Shuffle code around
48501
48502  src/hb-open-types-private.hh | 127
48503  ++++++++++++++++++++++---------------------
48504  1 file changed, 65 insertions(+), 62 deletions(-)
48505
48506 commit b1e187fc6365f5355c652a61494a5e9f6acf51b4
48507 Author: Behdad Esfahbod <behdad@behdad.org>
48508 Date:   Tue Aug 4 15:28:49 2009 -0400
48509
48510     [HB] More sanitize infrastructure
48511
48512  src/hb-open-types-private.hh | 29 ++++++++++++++++++++++++++++-
48513  1 file changed, 28 insertions(+), 1 deletion(-)
48514
48515 commit b508e5ccd528f3f0f49f545bd5f30a525d5abd5a
48516 Author: Behdad Esfahbod <behdad@behdad.org>
48517 Date:   Tue Aug 4 15:07:24 2009 -0400
48518
48519     [HB] open-file sanitize()
48520
48521  src/hb-open-file-private.hh  | 46
48522  ++++++++++++++++++++++++++++++++++++++++----
48523  src/hb-open-types-private.hh | 13 +++++++++++++
48524  2 files changed, 55 insertions(+), 4 deletions(-)
48525
48526 commit 738c54d9caa3affc4b434e56bfb810ff6dc9b0b3
48527 Author: Behdad Esfahbod <behdad@behdad.org>
48528 Date:   Tue Aug 4 14:42:46 2009 -0400
48529
48530     [HB] Tag sanitize()
48531
48532  src/hb-open-types-private.hh       | 8 ++++++++
48533  src/hb-ot-layout-common-private.hh | 6 +-----
48534  2 files changed, 9 insertions(+), 5 deletions(-)
48535
48536 commit e49a84c9e37c08808880e74e94c8160731ababa1
48537 Author: Behdad Esfahbod <behdad@behdad.org>
48538 Date:   Tue Aug 4 14:33:23 2009 -0400
48539
48540     [HB] GDEF sanitize()
48541
48542  src/hb-ot-layout-gdef-private.hh     | 54
48543  ++++++++++++++++++++++++++++++++++++
48544  src/hb-ot-layout-gpos-private.hh     |  2 +-
48545  src/hb-ot-layout-gsub-private.hh     |  2 +-
48546  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
48547  4 files changed, 57 insertions(+), 3 deletions(-)
48548
48549 commit 18939487d04dba86880b0af8e89cf2cc44a431f5
48550 Author: Behdad Esfahbod <behdad@behdad.org>
48551 Date:   Tue Aug 4 14:27:56 2009 -0400
48552
48553     [HB] Fix Extension sanitize()
48554
48555  src/hb-ot-layout-gpos-private.hh     | 3 ++-
48556  src/hb-ot-layout-gsub-private.hh     | 3 ++-
48557  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
48558  3 files changed, 5 insertions(+), 3 deletions(-)
48559
48560 commit f2be750981be58a723831e69b1670275851d4be9
48561 Author: Behdad Esfahbod <behdad@behdad.org>
48562 Date:   Tue Aug 4 14:12:46 2009 -0400
48563
48564     [HB] Remove stale TODO
48565
48566  src/hb-ot-layout.cc | 2 --
48567  1 file changed, 2 deletions(-)
48568
48569 commit ac26e2a838d1266bb5f39c43245eb2a52c5e072d
48570 Author: Behdad Esfahbod <behdad@behdad.org>
48571 Date:   Tue Aug 4 14:10:39 2009 -0400
48572
48573     [HB] Hookup NEUTER()
48574
48575  src/hb-open-types-private.hh | 6 +++---
48576  1 file changed, 3 insertions(+), 3 deletions(-)
48577
48578 commit 15164d9258a74122a4db748d35532bd72c47cec2
48579 Author: Behdad Esfahbod <behdad@behdad.org>
48580 Date:   Tue Aug 4 13:57:41 2009 -0400
48581
48582     [HB] Fix mix warnings
48583
48584  src/Makefile.am                    |  2 +-
48585  src/hb-font.cc                     | 15 +++------------
48586  src/hb-open-types-private.hh       |  2 +-
48587  src/hb-ot-layout-common-private.hh |  6 +++---
48588  src/hb-ot-layout-gdef-private.hh   |  2 +-
48589  src/hb-ot-layout-gpos-private.hh   |  9 ++++-----
48590  src/hb-ot-layout.cc                |  2 +-
48591  src/main.cc                        |  4 +---
48592  8 files changed, 15 insertions(+), 27 deletions(-)
48593
48594 commit 42b778f89e0818fe06910ce04e2203485823da09
48595 Author: Behdad Esfahbod <behdad@behdad.org>
48596 Date:   Tue Aug 4 13:30:49 2009 -0400
48597
48598     [HB] GPOS sanitize()
48599
48600  src/hb-open-types-private.hh     |  22 ++++-
48601  src/hb-ot-layout-gpos-private.hh | 195
48602  ++++++++++++++++++++++++++++++++++++++-
48603  src/hb-ot-layout-gsub-private.hh |   2 -
48604  3 files changed, 213 insertions(+), 6 deletions(-)
48605
48606 commit dc9c4d93cd0f3ac991f32df08c1c17fc389054c0
48607 Author: Behdad Esfahbod <behdad@behdad.org>
48608 Date:   Tue Aug 4 12:26:26 2009 -0400
48609
48610     [HB] Sanitize DeviceTable
48611
48612  src/hb-open-types-private.hh       |  8 ++++----
48613  src/hb-ot-layout-common-private.hh | 17 ++++++++++++++---
48614  src/hb-ot-layout-gsub-private.hh   |  2 +-
48615  3 files changed, 19 insertions(+), 8 deletions(-)
48616
48617 commit ad3a3cd4955661c591b20af1f2c493432f0bebf0
48618 Author: Behdad Esfahbod <behdad@behdad.org>
48619 Date:   Tue Aug 4 12:13:52 2009 -0400
48620
48621     [HB] More casts
48622
48623  src/hb-ot-layout-gsub-private.hh | 2 +-
48624  1 file changed, 1 insertion(+), 1 deletion(-)
48625
48626 commit 95639fccc1ef18eadeb737e8b611d1d1f1315fc2
48627 Author: Behdad Esfahbod <behdad@behdad.org>
48628 Date:   Tue Aug 4 12:05:24 2009 -0400
48629
48630     [HB] Fix couple of bugs
48631
48632  src/hb-open-types-private.hh | 6 +++---
48633  1 file changed, 3 insertions(+), 3 deletions(-)
48634
48635 commit 2b5a59c277f4c5bf7aac9a9005054763e322e02d
48636 Author: Behdad Esfahbod <behdad@behdad.org>
48637 Date:   Tue Aug 4 11:38:50 2009 -0400
48638
48639     [HB] More cast cleanup
48640
48641  src/hb-open-types-private.hh         | 23 ++++++++-----
48642  src/hb-ot-layout-common-private.hh   |  7 ++--
48643  src/hb-ot-layout-gsub-private.hh     | 27 ++++++---------
48644  src/hb-ot-layout-gsubgpos-private.hh | 64
48645  +++++++++++++-----------------------
48646  4 files changed, 50 insertions(+), 71 deletions(-)
48647
48648 commit 196598bbccff08415ff5192314cba044df258cad
48649 Author: Behdad Esfahbod <behdad@behdad.org>
48650 Date:   Tue Aug 4 11:04:32 2009 -0400
48651
48652     [Hb] Use reinterpret casts instead of direct casts to char *
48653
48654  src/hb-open-file-private.hh          |  4 ++--
48655  src/hb-open-types-private.hh         | 19 +++++++++++-----
48656  src/hb-ot-layout-common-private.hh   |  8 +++----
48657  src/hb-ot-layout-gpos-private.hh     | 12 +++++-----
48658  src/hb-ot-layout-gsub-private.hh     | 20 ++++++++--------
48659  src/hb-ot-layout-gsubgpos-private.hh | 44
48660  ++++++++++++++++++------------------
48661  6 files changed, 57 insertions(+), 50 deletions(-)
48662
48663 commit 92b5dd8e71e1bdeaa6e86a53f167683a3f5f4289
48664 Author: Behdad Esfahbod <behdad@behdad.org>
48665 Date:   Tue Aug 4 10:41:32 2009 -0400
48666
48667     [HB] Merge more templates
48668
48669  src/hb-open-types-private.hh | 167
48670  ++++++++++++++-----------------------------
48671  1 file changed, 55 insertions(+), 112 deletions(-)
48672
48673 commit e6ab2c59ba2d37942ac5fcbfe61d38b7e359ac8c
48674 Author: Behdad Esfahbod <behdad@behdad.org>
48675 Date:   Tue Aug 4 10:23:01 2009 -0400
48676
48677     [HB] Simplify indirect sanitize()
48678
48679  src/hb-open-types-private.hh       | 52
48680  ++++++++++++++++++--------------------
48681  src/hb-ot-layout-common-private.hh | 11 +-------
48682  2 files changed, 26 insertions(+), 37 deletions(-)
48683
48684 commit 29d8644a315ebe6976f15db2fe96069376d9b8cd
48685 Author: Behdad Esfahbod <behdad@behdad.org>
48686 Date:   Tue Aug 4 02:27:37 2009 -0400
48687
48688     [HB] Finish GSUB sanitize()
48689
48690  src/hb-ot-layout-gsub-private.hh | 21 ++++++++++++++++++++-
48691  1 file changed, 20 insertions(+), 1 deletion(-)
48692
48693 commit cf086adca1b7b5a361a248808f9a847e513d3630
48694 Author: Behdad Esfahbod <behdad@behdad.org>
48695 Date:   Tue Aug 4 02:14:24 2009 -0400
48696
48697     [HB] Add comment
48698
48699  src/hb-ot-layout-common-private.hh | 6 ++++--
48700  1 file changed, 4 insertions(+), 2 deletions(-)
48701
48702 commit a97ce570ab693190350886e4e80942851c4d5727
48703 Author: Behdad Esfahbod <behdad@behdad.org>
48704 Date:   Tue Aug 4 02:10:48 2009 -0400
48705
48706     [HB] Optimize sanitize()
48707
48708  src/hb-open-types-private.hh | 7 ++++++-
48709  1 file changed, 6 insertions(+), 1 deletion(-)
48710
48711 commit cd3827ee567612c5500206b62840702fc956e0f5
48712 Author: Behdad Esfahbod <behdad@behdad.org>
48713 Date:   Tue Aug 4 02:09:34 2009 -0400
48714
48715     [HB] More sanitize()
48716
48717  src/hb-open-file-private.hh          |  2 +-
48718  src/hb-open-types-private.hh         | 12 ++++---
48719  src/hb-ot-layout-common-private.hh   | 64
48720  +++++++++++++++++++++++++++++++-----
48721  src/hb-ot-layout-gdef-private.hh     |  2 +-
48722  src/hb-ot-layout-gsubgpos-private.hh | 15 +++++++--
48723  5 files changed, 79 insertions(+), 16 deletions(-)
48724
48725 commit 70de50c11ed7037b20eb6814ff60f6e32a9944e4
48726 Author: Behdad Esfahbod <behdad@behdad.org>
48727 Date:   Tue Aug 4 00:58:28 2009 -0400
48728
48729     [HB] Start sanitize()
48730
48731  src/hb-open-types-private.hh         | 105 ++++++++++++++++++++++++++++-
48732  src/hb-ot-layout-common-private.hh   |  48 +++++++++++++-
48733  src/hb-ot-layout-gsub-private.hh     | 125
48734  ++++++++++++++++++++++++++++++++++-
48735  src/hb-ot-layout-gsubgpos-private.hh | 104 +++++++++++++++++++++++++++++
48736  4 files changed, 376 insertions(+), 6 deletions(-)
48737
48738 commit 5fc22e647c8a2bf6d3cb59185e351ac625e7e322
48739 Author: Behdad Esfahbod <behdad@behdad.org>
48740 Date:   Mon Aug 3 22:43:02 2009 -0400
48741
48742     [HB] Remove use of typeof()
48743
48744  src/hb-blob.c           |  4 ++--
48745  src/hb-buffer.c         |  2 +-
48746  src/hb-font.cc          | 14 +++++++-------
48747  src/hb-object-private.h |  4 ++--
48748  4 files changed, 12 insertions(+), 12 deletions(-)
48749
48750 commit 70e0f2a75ec1559f2f70ada837ce4bc4baca49e3
48751 Author: Behdad Esfahbod <behdad@behdad.org>
48752 Date:   Mon Aug 3 22:01:47 2009 -0400
48753
48754     [HB] Make it all work again
48755
48756  src/hb-font.cc             | 23 ++++++++++++---------
48757  src/hb-ot-layout-private.h |  9 +++++---
48758  src/hb-ot-layout.cc        | 51
48759  +++++++++++++++++++++++-----------------------
48760  3 files changed, 44 insertions(+), 39 deletions(-)
48761
48762 commit 23c86aa0009324433e78fcd0c47f2c0ff14b1949
48763 Author: Behdad Esfahbod <behdad@behdad.org>
48764 Date:   Mon Aug 3 21:40:20 2009 -0400
48765
48766     [HB] Use face_t directly instead of ot_layout_t
48767
48768  src/TODO                             |   1 +
48769  src/hb-font-private.h                |   4 +
48770  src/hb-font.cc                       |  74 +++++++++---
48771  src/hb-font.h                        |   3 +
48772  src/hb-object-private.h              |  36 +++---
48773  src/hb-ot-layout-gdef-private.hh     |   2 +
48774  src/hb-ot-layout-gpos-private.hh     |  14 +--
48775  src/hb-ot-layout-gsub-private.hh     |  32 ++---
48776  src/hb-ot-layout-gsubgpos-private.hh |   8 +-
48777  src/hb-ot-layout-private.h           |  40 ++++---
48778  src/hb-ot-layout.cc                  | 220
48779  +++++++++++++++--------------------
48780  11 files changed, 237 insertions(+), 197 deletions(-)
48781
48782 commit fc6c94002dd5478cf9fbdaff12d8374a786c85e1
48783 Author: Behdad Esfahbod <behdad@behdad.org>
48784 Date:   Mon Aug 3 21:27:08 2009 -0400
48785
48786     [HB] Simplify sub-blob support
48787
48788  src/hb-blob.c | 172
48789  ++++++++++++++++++++++------------------------------------
48790  src/hb-blob.h |  14 +++--
48791  2 files changed, 74 insertions(+), 112 deletions(-)
48792
48793 commit a26442437ae9f11674e0d68cd5cbf395ade7695d
48794 Author: Behdad Esfahbod <behdad@behdad.org>
48795 Date:   Mon Aug 3 17:53:29 2009 -0400
48796
48797     [HB] Add sub-blobs
48798
48799  src/hb-blob.c | 162
48800  +++++++++++++++++++++++++++++++++++++++++++++++++---------
48801  src/hb-blob.h |  12 ++++-
48802  2 files changed, 147 insertions(+), 27 deletions(-)
48803
48804 commit b28e21b90c4105a0c2e17009b748777294614664
48805 Author: Behdad Esfahbod <behdad@behdad.org>
48806 Date:   Sun Aug 2 20:06:48 2009 -0400
48807
48808     [HB] Rename hb-font.c to hb-font.cc
48809
48810  src/Makefile.am               | 2 +-
48811  src/{hb-font.c => hb-font.cc} | 0
48812  2 files changed, 1 insertion(+), 1 deletion(-)
48813
48814 commit 5f5b24f99f52bbc922e238b65c06061ba07c8548
48815 Author: Behdad Esfahbod <behdad@behdad.org>
48816 Date:   Sun Aug 2 20:03:12 2009 -0400
48817
48818     [OT] Rename C++ header files from *.h to *.hh
48819
48820  src/Makefile.am                                            | 14
48821  +++++++-------
48822  src/{hb-open-file-private.h => hb-open-file-private.hh}    |  8 ++++----
48823  src/{hb-open-types-private.h => hb-open-types-private.hh}  |  6 +++---
48824  ...out-common-private.h => hb-ot-layout-common-private.hh} |  8 ++++----
48825  ...-layout-gdef-private.h => hb-ot-layout-gdef-private.hh} |  8 ++++----
48826  ...-layout-gpos-private.h => hb-ot-layout-gpos-private.hh} |  8 ++++----
48827  ...-layout-gsub-private.h => hb-ot-layout-gsub-private.hh} |  8 ++++----
48828  ...gsubgpos-private.h => hb-ot-layout-gsubgpos-private.hh} |  8 ++++----
48829  src/hb-ot-layout.cc                                        |  8 ++++----
48830  src/main.cc                                                |  6 +++---
48831  10 files changed, 41 insertions(+), 41 deletions(-)
48832
48833 commit 2098a021a826e76ee27d5db74e32738d7d1c3d30
48834 Author: Behdad Esfahbod <behdad@behdad.org>
48835 Date:   Sun Aug 2 19:57:00 2009 -0400
48836
48837     [HB] Move OT file handling out of ot-layout
48838
48839  src/Makefile.am                                    |   3 +-
48840  src/hb-open-file-private.h                         | 145
48841  +++++++++++++++++++++
48842  ...yout-open-private.h => hb-open-types-private.h} | 117
48843  +----------------
48844  src/hb-ot-layout-common-private.h                  |   4 +-
48845  src/hb-ot-layout.cc                                |   2 +-
48846  src/main.cc                                        |   4 +-
48847  6 files changed, 157 insertions(+), 118 deletions(-)
48848
48849 commit 0ead481a5a8623103565fd7d924666e7342278dd
48850 Author: Behdad Esfahbod <behdad@behdad.org>
48851 Date:   Sun Aug 2 17:41:36 2009 -0400
48852
48853     [HB] Port ot-layout to new public API
48854
48855  src/TODO                            |   1 +
48856  src/hb-common.h                     |   1 +
48857  src/hb-font.c                       |   9 +
48858  src/hb-font.h                       |   3 +
48859  src/hb-ot-layout-gdef-private.h     |  32 ++--
48860  src/hb-ot-layout-gpos-private.h     | 106 ++++++------
48861  src/hb-ot-layout-gsub-private.h     |  50 +++---
48862  src/hb-ot-layout-gsubgpos-private.h |  12 +-
48863  src/hb-ot-layout-private.h          |  36 +++-
48864  src/hb-ot-layout.cc                 | 334
48865  ++++++++++++++++++++----------------
48866  src/hb-ot-layout.h                  | 207 ++++++++++------------
48867  11 files changed, 415 insertions(+), 376 deletions(-)
48868
48869 commit 678bed433371d90536976a2d57195c1e1867f766
48870 Author: Behdad Esfahbod <behdad@behdad.org>
48871 Date:   Sun Aug 2 15:35:31 2009 -0400
48872
48873     [HB] Add top-level header files
48874
48875  src/Makefile.am |  2 ++
48876  src/hb-ot.h     | 34 ++++++++++++++++++++++++++++++++++
48877  src/hb.h        | 35 +++++++++++++++++++++++++++++++++++
48878  3 files changed, 71 insertions(+)
48879
48880 commit 2c80296aa5991ad67483889147f5c84fefe54af2
48881 Author: Behdad Esfahbod <behdad@behdad.org>
48882 Date:   Sun Aug 2 15:20:22 2009 -0400
48883
48884     [HB] Add XXX marks
48885
48886  src/hb-ot-layout-private.h | 2 ++
48887  src/hb-ot-layout.cc        | 7 ++-----
48888  2 files changed, 4 insertions(+), 5 deletions(-)
48889
48890 commit c46f8efd6ddd981b5724b2600ac98a80193385be
48891 Author: Behdad Esfahbod <behdad@behdad.org>
48892 Date:   Sat Aug 1 23:06:27 2009 -0400
48893
48894     [HB] Rename _duplicate to _copy
48895
48896     To be in line with cairo
48897
48898  src/hb-font.c | 4 ++--
48899  src/hb-font.h | 4 ++--
48900  2 files changed, 4 insertions(+), 4 deletions(-)
48901
48902 commit f1ebe44985e2192844cf1747a4e36ed81e715ce6
48903 Author: Behdad Esfahbod <behdad@behdad.org>
48904 Date:   Sat Aug 1 22:55:11 2009 -0400
48905
48906     [HB] Cleanup TODO
48907
48908  src/TODO | 10 +---------
48909  1 file changed, 1 insertion(+), 9 deletions(-)
48910
48911 commit f1322e52d557726baa010be8d35a594748e8fa1a
48912 Author: Behdad Esfahbod <behdad@behdad.org>
48913 Date:   Sat Aug 1 22:53:04 2009 -0400
48914
48915     [HB] Cleanup public buffer structs
48916
48917  src/hb-buffer-private.h         | 46
48918  +++++++++++++++++++++++++++++++-------
48919  src/hb-buffer.c                 | 49
48920  +++++++++++++++++++++--------------------
48921  src/hb-buffer.h                 | 35 ++++++++++++++---------------
48922  src/hb-ot-layout-gpos-private.h |  8 +++----
48923  src/hb-ot-layout-private.h      |  5 +++--
48924  src/hb-ot-layout.cc             | 20 ++++++++---------
48925  6 files changed, 97 insertions(+), 66 deletions(-)
48926
48927 commit 6d5bb18e93d2a53350b342869a3ec8f25f0396c2
48928 Author: Behdad Esfahbod <behdad@behdad.org>
48929 Date:   Sat Aug 1 22:25:04 2009 -0400
48930
48931     [OT] Match struct with HB's
48932
48933  src/hb-buffer.c     |  6 +++---
48934  src/hb-buffer.h     |  2 +-
48935  src/hb-ot-layout.cc | 12 ++++++------
48936  3 files changed, 10 insertions(+), 10 deletions(-)
48937
48938 commit 11fbb5487d9900a019440ef8235f35c9f525decb
48939 Author: Behdad Esfahbod <behdad@behdad.org>
48940 Date:   Sat Aug 1 22:19:06 2009 -0400
48941
48942     [HB] Port buffert to new object API
48943
48944  src/hb-buffer-private.h | 24 +++++++++++++++---
48945  src/hb-buffer.c         | 65
48946  +++++++++++++++++++++++++++++++++++++------------
48947  src/hb-buffer.h         | 53 +++++++++++++++++++++++++---------------
48948  3 files changed, 104 insertions(+), 38 deletions(-)
48949
48950 commit 0cc7bc59ea6e8f38bf1e196c558cca9862ac3302
48951 Author: Behdad Esfahbod <behdad@behdad.org>
48952 Date:   Sat Aug 1 21:38:39 2009 -0400
48953
48954     [HB] Move typedef's around
48955
48956  src/hb-blob.h   |  2 ++
48957  src/hb-common.h |  9 ---------
48958  src/hb-font.h   | 10 ++++++++++
48959  3 files changed, 12 insertions(+), 9 deletions(-)
48960
48961 commit a12dd324a3859496a95602d426aee34ce6c5c8a6
48962 Author: Behdad Esfahbod <behdad@behdad.org>
48963 Date:   Sat Aug 1 21:36:15 2009 -0400
48964
48965     [HB] Add get_reference_count()
48966
48967  src/hb-blob.c           |  6 ++++++
48968  src/hb-blob.h           |  3 +++
48969  src/hb-font.c           | 24 ++++++++++++++++++++++++
48970  src/hb-font.h           | 12 ++++++++++++
48971  src/hb-object-private.h |  7 +++++++
48972  5 files changed, 52 insertions(+)
48973
48974 commit baec684fde2303edb16341bfcf1022cd72acf129
48975 Author: Behdad Esfahbod <behdad@behdad.org>
48976 Date:   Sat Aug 1 21:06:11 2009 -0400
48977
48978     [HB] Remove glib dependency
48979
48980  src/Makefile.am  |  7 ++-----
48981  src/hb-buffer.c  |  2 +-
48982  src/hb-private.h | 30 ++++++++++++++++++------------
48983  src/main.cc      |  1 +
48984  4 files changed, 22 insertions(+), 18 deletions(-)
48985
48986 commit df66028781a7609a515980e64396e6f1044d764a
48987 Author: Behdad Esfahbod <behdad@behdad.org>
48988 Date:   Sat Aug 1 20:46:02 2009 -0400
48989
48990     [HB] Assorted compiler macros
48991
48992  src/hb-ot-layout-open-private.h |  4 +-
48993  src/hb-private.h                | 88
48994  +++++++++++++++++++++++++++++++----------
48995  2 files changed, 70 insertions(+), 22 deletions(-)
48996
48997 commit ba8d94ce3360bfaf2c530d01f2af69237018a531
48998 Author: Behdad Esfahbod <behdad@behdad.org>
48999 Date:   Sat Aug 1 20:29:22 2009 -0400
49000
49001     [HB] Simplify object creation
49002
49003  src/Makefile.am                                    |  2 +-
49004  src/hb-blob.c                                      |  6 +---
49005  src/hb-font-private.h                              |  1 -
49006  src/hb-font.c                                      | 37
49007  +++++++---------------
49008  src/{hb-refcount-private.h => hb-object-private.h} | 14 ++++++--
49009  src/hb-private.h                                   |  2 ++
49010  6 files changed, 27 insertions(+), 35 deletions(-)
49011
49012 commit c62b503770325819f249885dfc9d4683a69c9efd
49013 Author: Behdad Esfahbod <behdad@behdad.org>
49014 Date:   Sat Aug 1 19:54:49 2009 -0400
49015
49016     [HB] Add abstract font and face API
49017
49018     Not used yet.
49019
49020  src/Makefile.am           |   3 +
49021  src/hb-blob.c             |   6 +-
49022  src/hb-font-private.h     | 108 +++++++++++++++
49023  src/hb-font.c             | 331
49024  ++++++++++++++++++++++++++++++++++++++++++++++
49025  src/hb-font.h             | 182 +++++++++++++++++++++++++
49026  src/hb-refcount-private.h |  14 +-
49027  6 files changed, 636 insertions(+), 8 deletions(-)
49028
49029 commit 35a7383c6138fd705560f0d4bb30659cbd1ab64c
49030 Author: Behdad Esfahbod <behdad@behdad.org>
49031 Date:   Sat Aug 1 19:30:31 2009 -0400
49032
49033     [HB] Simplify refcounting functions
49034
49035  src/hb-blob.c             | 32 ++++++++++----------------------
49036  src/hb-common.h           |  2 ++
49037  src/hb-private.h          |  2 ++
49038  src/hb-refcount-private.h | 31 ++++++++++++++++++++++++++++++-
49039  4 files changed, 44 insertions(+), 23 deletions(-)
49040
49041 commit 23af767a4475fecc1fe9fe9108f12c05c89bc8c9
49042 Author: Behdad Esfahbod <behdad@behdad.org>
49043 Date:   Sat Aug 1 19:10:41 2009 -0400
49044
49045     [HB] Fix for dfont's with multiple faces
49046
49047  src/hb-ot-layout-open-private.h | 6 ++++--
49048  1 file changed, 4 insertions(+), 2 deletions(-)
49049
49050 commit e97a95f2ea2770689bbf076d3c3ac404f273271e
49051 Author: Behdad Esfahbod <behdad@behdad.org>
49052 Date:   Sat Aug 1 19:05:44 2009 -0400
49053
49054     [HB] Use calloc instead of malloc where feasible
49055
49056  src/hb-blob.c   | 8 +++++---
49057  src/hb-buffer.c | 4 ++--
49058  2 files changed, 7 insertions(+), 5 deletions(-)
49059
49060 commit 0090dc0f67b553d2f6eaaedc289c0956ade09ef6
49061 Author: Behdad Esfahbod <behdad@behdad.org>
49062 Date:   Thu Jul 30 16:28:45 2009 -0400
49063
49064     [HB] Remove hinting setting and use ppem==0 to mean "no hinting"
49065
49066  src/hb-blob.h                   |  3 ---
49067  src/hb-common.h                 |  9 +++++++++
49068  src/hb-ot-layout-gpos-private.h | 36 ++++++++++++++++++++++++------------
49069  src/hb-ot-layout-private.h      |  2 --
49070  src/hb-ot-layout.cc             |  7 -------
49071  src/hb-ot-layout.h              |  4 ----
49072  6 files changed, 33 insertions(+), 28 deletions(-)
49073
49074 commit f0954d1e08ae288eda9904e17108fc73f48c0b98
49075 Author: Behdad Esfahbod <behdad@behdad.org>
49076 Date:   Thu Jul 30 15:33:57 2009 -0400
49077
49078     [HB] Add a "blob" manager
49079
49080  src/Makefile.am           |   5 +-
49081  src/hb-blob.c             | 181
49082  ++++++++++++++++++++++++++++++++++++++++++++++
49083  src/hb-blob.h             |  74 +++++++++++++++++++
49084  src/hb-private.h          |   2 +
49085  src/hb-refcount-private.h |  54 ++++++++++++++
49086  5 files changed, 315 insertions(+), 1 deletion(-)
49087
49088 commit 02a370697d25b986dbf1d5c38f46a89a4833b495
49089 Author: Behdad Esfahbod <behdad@behdad.org>
49090 Date:   Wed Jul 29 18:41:25 2009 -0400
49091
49092     [HB] Move direction to buffer
49093
49094  src/hb-buffer.c                 |  9 +++++++++
49095  src/hb-buffer.h                 | 14 ++++++++++++++
49096  src/hb-ot-layout-gpos-private.h |  2 +-
49097  src/hb-ot-layout-private.h      |  1 -
49098  src/hb-ot-layout.cc             |  7 -------
49099  src/hb-ot-layout.h              |  5 -----
49100  6 files changed, 24 insertions(+), 14 deletions(-)
49101
49102 commit 7cda6fa24c26887c5543d0657b07aad466452cb3
49103 Author: Behdad Esfahbod <behdad@behdad.org>
49104 Date:   Wed Jul 29 18:37:57 2009 -0400
49105
49106     [HB] Rename internal vars
49107
49108  src/hb-ot-layout-gsubgpos-private.h | 56
49109  ++++++++++++++++++-------------------
49110  1 file changed, 28 insertions(+), 28 deletions(-)
49111
49112 commit b196e6f2743d631ef181f1116370be3055063d36
49113 Author: Behdad Esfahbod <behdad@behdad.org>
49114 Date:   Tue Jul 28 15:50:42 2009 -0400
49115
49116     [HB] Fix buffer enlargement.  Ouch
49117
49118  src/hb-buffer.c | 2 +-
49119  1 file changed, 1 insertion(+), 1 deletion(-)
49120
49121 commit f9cd1014f8f4d0394b5e0e9eefc1e2af13c59cab
49122 Author: Behdad Esfahbod <behdad@behdad.org>
49123 Date:   Tue Jul 28 15:43:34 2009 -0400
49124
49125     Apply patch from Jonathan Kew
49126
49127  src/hb-buffer.c     | 75
49128  ++++++++++++++++++++++++++++-------------------------
49129  src/hb-buffer.h     |  6 ++++-
49130  src/hb-ot-layout.cc | 31 ++++++++++++++++++++++
49131  src/hb-ot-layout.h  | 15 +++++++++++
49132  src/hb-private.h    |  2 +-
49133  5 files changed, 91 insertions(+), 38 deletions(-)
49134
49135 commit 2ebb89d63dd27e800f2b6cbf624924601105f48a
49136 Author: Behdad Esfahbod <behdad@behdad.org>
49137 Date:   Sat Jul 25 19:09:01 2009 -0400
49138
49139     Revert "XX"
49140
49141     This reverts commit c939f6aff405ca7b10b1f1538f46148bff719fcb.
49142
49143  src/Makefile.am                     |   2 -
49144  src/hb-buffer.c                     |   9 ---
49145  src/hb-buffer.h                     |  14 -----
49146  src/hb-common.h                     |   3 -
49147  src/hb-ot-layout-gdef-private.h     |  32 +++++------
49148  src/hb-ot-layout-gpos-private.h     | 108
49149  ++++++++++++++++++------------------
49150  src/hb-ot-layout-gsub-private.h     |  46 +++++++--------
49151  src/hb-ot-layout-gsubgpos-private.h |  68 +++++++++++------------
49152  src/hb-ot-layout-private.h          |  28 ++++------
49153  src/hb-ot-layout.cc                 |  30 ++++++++++
49154  src/hb-ot-layout.h                  |   5 ++
49155  src/hb-private.h                    |  16 ------
49156  12 files changed, 174 insertions(+), 187 deletions(-)
49157
49158 commit 55520d2af172f5f6617b909e80cbd7d898f2bc15
49159 Author: Behdad Esfahbod <behdad@behdad.org>
49160 Date:   Wed Jun 10 23:26:51 2009 -0400
49161
49162     XX
49163
49164  src/Makefile.am                     |   2 +
49165  src/hb-buffer.c                     |   9 +++
49166  src/hb-buffer.h                     |  14 +++++
49167  src/hb-common.h                     |   3 +
49168  src/hb-ot-layout-gdef-private.h     |  32 +++++------
49169  src/hb-ot-layout-gpos-private.h     | 108
49170  ++++++++++++++++++------------------
49171  src/hb-ot-layout-gsub-private.h     |  46 +++++++--------
49172  src/hb-ot-layout-gsubgpos-private.h |  68 +++++++++++------------
49173  src/hb-ot-layout-private.h          |  28 ++++++----
49174  src/hb-ot-layout.cc                 |  30 ----------
49175  src/hb-ot-layout.h                  |   5 --
49176  src/hb-private.h                    |  16 ++++++
49177  12 files changed, 187 insertions(+), 174 deletions(-)
49178
49179 commit f53d434b9151c4ec43c148734b49bb165e522cc9
49180 Author: Behdad Esfahbod <behdad@behdad.org>
49181 Date:   Sat May 30 22:17:32 2009 -0400
49182
49183     [GPOS] Advance buffer cursor in SinglePos lookups.  Ouch!
49184
49185  src/hb-ot-layout-gpos-private.h | 4 ++++
49186  1 file changed, 4 insertions(+)
49187
49188 commit e35bbd570a5d914f86f1ea83941ee4328f268059
49189 Author: Behdad Esfahbod <behdad@behdad.org>
49190 Date:   Sat May 30 12:02:46 2009 -0400
49191
49192     [HB] Improve buffer.  Don't dup out buffer unless out is longer
49193     than in
49194
49195     That is, we work in-place even for ligatures now.
49196
49197  src/hb-buffer.c | 156
49198  ++++++++++++++++++++++++--------------------------------
49199  src/hb-buffer.h |   7 ++-
49200  2 files changed, 71 insertions(+), 92 deletions(-)
49201
49202 commit 6734ed4b6b2ce382917bf644aaf1acfa993f00ad
49203 Author: Behdad Esfahbod <behdad@behdad.org>
49204 Date:   Wed May 27 18:16:55 2009 -0400
49205
49206     [GPOS] Fix property checking
49207
49208  src/hb-ot-layout-gpos-private.h | 6 +++---
49209  1 file changed, 3 insertions(+), 3 deletions(-)
49210
49211 commit cc83ae12484108586fba6586bd9008971338b322
49212 Author: Behdad Esfahbod <behdad@behdad.org>
49213 Date:   Wed May 27 00:17:37 2009 -0400
49214
49215     [GPOS] Add vertical TODO
49216
49217  src/hb-ot-layout-gpos-private.h | 2 ++
49218  1 file changed, 2 insertions(+)
49219
49220 commit b69d38e7eaea544ba6c1876cdc6ddac61a698dd3
49221 Author: Behdad Esfahbod <behdad@behdad.org>
49222 Date:   Tue May 26 22:29:02 2009 -0400
49223
49224     [HB] Remove useless include
49225
49226  src/hb-ot-layout-private.h | 3 ---
49227  1 file changed, 3 deletions(-)
49228
49229 commit 6c8108cb583292a679b05844ab613b7f4587adc6
49230 Author: Behdad Esfahbod <behdad@behdad.org>
49231 Date:   Tue May 26 22:26:08 2009 -0400
49232
49233     [GPOS] Remove unused variables
49234
49235  src/hb-ot-layout-gpos-private.h | 3 +--
49236  1 file changed, 1 insertion(+), 2 deletions(-)
49237
49238 commit 09c292e3b688a67fbae67b645d1e6ffcf8d8eb6e
49239 Author: Behdad Esfahbod <behdad@behdad.org>
49240 Date:   Tue May 26 19:48:16 2009 -0400
49241
49242     [HB] Fix glyph properties
49243
49244  src/hb-ot-layout-common-private.h | 6 +++---
49245  src/hb-ot-layout-open-private.h   | 2 +-
49246  src/hb-ot-layout.cc               | 2 +-
49247  3 files changed, 5 insertions(+), 5 deletions(-)
49248
49249 commit 64e33f008ff9cc807fdfdc4553ad3fe01bb0615f
49250 Author: Behdad Esfahbod <behdad@behdad.org>
49251 Date:   Tue May 26 18:57:56 2009 -0400
49252
49253     [GPOS] Fix PairPos signedness
49254
49255  src/hb-ot-layout-gpos-private.h | 11 ++++-------
49256  1 file changed, 4 insertions(+), 7 deletions(-)
49257
49258 commit 80ea5bd10e72561a7627a5196621a6d7eccd91b7
49259 Author: Behdad Esfahbod <behdad@behdad.org>
49260 Date:   Tue May 26 17:58:37 2009 -0400
49261
49262     [GPOS] Fix mark matching
49263
49264  src/hb-ot-layout-gpos-private.h | 44
49265  +++++++++++++++++++----------------------
49266  1 file changed, 20 insertions(+), 24 deletions(-)
49267
49268 commit 4189b92aaa41e4a1756c561cc6e08b0ed024afda
49269 Author: Behdad Esfahbod <behdad@behdad.org>
49270 Date:   Tue May 26 17:31:56 2009 -0400
49271
49272     [HB] When looking back/forward, skip marks only
49273
49274  src/TODO                            |  1 -
49275  src/hb-ot-layout-gpos-private.h     | 13 ++-----
49276  src/hb-ot-layout-gsub-private.h     | 38 +++++++++-----------
49277  src/hb-ot-layout-gsubgpos-private.h | 14 ++++----
49278  src/hb-ot-layout-private.h          |  6 ++++
49279  src/hb-ot-layout.cc                 | 69
49280  ++++++++++++++++++++++++-------------
49281  6 files changed, 76 insertions(+), 65 deletions(-)
49282
49283 commit 1246e41021ab1d782b4c97e5d81c4917a57e3ed4
49284 Author: Behdad Esfahbod <behdad@behdad.org>
49285 Date:   Tue May 26 15:58:34 2009 -0400
49286
49287     [GDEF] Support MarkFilteringSets
49288
49289  src/hb-ot-layout.cc | 59
49290  +++++++++++++++++++----------------------------------
49291  1 file changed, 21 insertions(+), 38 deletions(-)
49292
49293 commit 5130c35e93528bcf3095fee5baf3847589167a58
49294 Author: Behdad Esfahbod <behdad@behdad.org>
49295 Date:   Tue May 26 15:45:41 2009 -0400
49296
49297     [HB] Simplify MarkAttachmentType handling
49298
49299  src/hb-ot-layout-gpos-private.h |  6 +++---
49300  src/hb-ot-layout-gsub-private.h |  6 ++----
49301  src/hb-ot-layout.cc             | 18 ++++++++----------
49302  3 files changed, 13 insertions(+), 17 deletions(-)
49303
49304 commit e4b92b85a7750bd4271ad607b3c41f0184e89feb
49305 Author: Behdad Esfahbod <behdad@behdad.org>
49306 Date:   Tue May 26 15:38:53 2009 -0400
49307
49308     [HB] Support parsing MarkFilteringSets introduced in OpenType 1.6
49309
49310  src/hb-ot-layout-gdef-private.h | 55
49311  +++++++++++++++++++++++++++++++++++------
49312  src/hb-ot-layout-gpos-private.h |  1 +
49313  src/hb-ot-layout.cc             |  6 ++---
49314  3 files changed, 51 insertions(+), 11 deletions(-)
49315
49316 commit 515ce4ceb2ab0151d8dfc03ff0bfc7d110dd93b5
49317 Author: Behdad Esfahbod <behdad@behdad.org>
49318 Date:   Tue May 26 13:08:00 2009 -0400
49319
49320     [HB] More de-C++'ization
49321
49322  src/hb-ot-layout-gsubgpos-private.h | 24 ++++++++++++------------
49323  1 file changed, 12 insertions(+), 12 deletions(-)
49324
49325 commit d7df42d7ee586219475878d160f85ae5a188bd59
49326 Author: Behdad Esfahbod <behdad@behdad.org>
49327 Date:   Tue May 26 13:04:59 2009 -0400
49328
49329     [HB] Start MarkFilteringSet support
49330
49331  src/hb-ot-layout-common-private.h | 24 +++++++++++++++++++-----
49332  1 file changed, 19 insertions(+), 5 deletions(-)
49333
49334 commit 62964afcecd96038cfaa8bc2bc931f43ee83be7e
49335 Author: Behdad Esfahbod <behdad@behdad.org>
49336 Date:   Tue May 26 12:40:10 2009 -0400
49337
49338     [HB] Implement get_lig_carets()
49339
49340  src/hb-ot-layout-gdef-private.h | 57
49341  ++++++++++++++++++++++++++++++++---------
49342  src/hb-ot-layout.cc             | 17 +++++++++---
49343  src/hb-ot-layout.h              |  8 +++++-
49344  src/main.cc                     |  9 +------
49345  4 files changed, 66 insertions(+), 25 deletions(-)
49346
49347 commit 79420ad9caf2d5fc94c3693e8292edfa27060b2d
49348 Author: Behdad Esfahbod <behdad@behdad.org>
49349 Date:   Tue May 26 12:24:16 2009 -0400
49350
49351     [HB] Add get_attach_points()
49352
49353  src/Makefile.am                 |  2 +-
49354  src/hb-ot-layout-gdef-private.h | 35 +++++++++++++++++++++++++----------
49355  src/hb-ot-layout-gpos-private.h | 28 +++++++---------------------
49356  src/hb-ot-layout-gsub-private.h | 28 +++++++---------------------
49357  src/hb-ot-layout-open-private.h | 12 +++---------
49358  src/hb-ot-layout.cc             |  9 +++++++++
49359  src/hb-ot-layout.h              |  6 ++++++
49360  src/main.cc                     |  8 ++++----
49361  8 files changed, 62 insertions(+), 66 deletions(-)
49362
49363 commit 855720ca47bf5a7a44eb5b84dce9f7da6e7156bd
49364 Author: Behdad Esfahbod <behdad@behdad.org>
49365 Date:   Tue May 26 12:00:28 2009 -0400
49366
49367     [HB] Remove more macros
49368
49369  src/hb-ot-layout-gdef-private.h | 18 +++++++++---------
49370  1 file changed, 9 insertions(+), 9 deletions(-)
49371
49372 commit c968fc2dc87cf85b53f60a40db59d5ee7b992edf
49373 Author: Behdad Esfahbod <behdad@behdad.org>
49374 Date:   Mon May 25 04:04:24 2009 -0400
49375
49376     [HB] More buffer cleanup
49377
49378  src/hb-buffer-private.h             |  39 +++--------
49379  src/hb-buffer.c                     | 136
49380  ++++++++++++++++++------------------
49381  src/hb-buffer.h                     |  22 +++---
49382  src/hb-ot-layout-gpos-private.h     |  29 ++++----
49383  src/hb-ot-layout-gsub-private.h     |  10 +--
49384  src/hb-ot-layout-gsubgpos-private.h |   8 +--
49385  src/hb-ot-layout-private.h          |  13 ++--
49386  src/hb-ot-layout.cc                 |  16 ++---
49387  src/hb-private.h                    |  29 --------
49388  9 files changed, 125 insertions(+), 177 deletions(-)
49389
49390 commit 88a5f5a49b6809d88560791f9cf6b8f78f22a4ad
49391 Author: Behdad Esfahbod <behdad@behdad.org>
49392 Date:   Mon May 25 03:39:11 2009 -0400
49393
49394     [HB] Cleanup buffer
49395
49396  src/hb-buffer-private.h             |  2 +-
49397  src/hb-buffer.c                     | 26 ++++++++------
49398  src/hb-ot-layout-gsub-private.h     | 26 +++++---------
49399  src/hb-ot-layout-gsubgpos-private.h |  2 +-
49400  src/hb-ot-layout.cc                 | 71
49401  -------------------------------------
49402  5 files changed, 25 insertions(+), 102 deletions(-)
49403
49404 commit 347f0b8621d3adfec157e5634ff3defc818ea37f
49405 Author: Behdad Esfahbod <behdad@behdad.org>
49406 Date:   Mon May 25 03:30:31 2009 -0400
49407
49408     [HB] Clean more
49409
49410  src/hb-ot-layout-private.h | 10 ++++------
49411  src/hb-ot-layout.cc        |  8 ++++----
49412  2 files changed, 8 insertions(+), 10 deletions(-)
49413
49414 commit d9d2a07f4a8696666a12f5a206aa9cfb56dc2b35
49415 Author: Behdad Esfahbod <behdad@behdad.org>
49416 Date:   Mon May 25 03:24:19 2009 -0400
49417
49418     [HB] Remove one XXX, add another
49419
49420  src/hb-buffer.h            | 2 ++
49421  src/hb-ot-layout-private.h | 3 +--
49422  2 files changed, 3 insertions(+), 2 deletions(-)
49423
49424 commit 6c78683c042250a7b5a6fc6ebae4717b03fadf9e
49425 Author: Behdad Esfahbod <behdad@behdad.org>
49426 Date:   Mon May 25 03:22:19 2009 -0400
49427
49428     [HB] Update copyright years
49429
49430  src/hb-buffer-private.h    | 2 +-
49431  src/hb-buffer.h            | 2 +-
49432  src/hb-common.h            | 2 +-
49433  src/hb-ot-layout-private.h | 2 +-
49434  src/hb-ot-layout.h         | 2 +-
49435  src/hb-private.h           | 2 +-
49436  6 files changed, 6 insertions(+), 6 deletions(-)
49437
49438 commit 4497af0069a94c69fc1518b1db2c1282721b732a
49439 Author: Behdad Esfahbod <behdad@behdad.org>
49440 Date:   Mon May 25 03:20:18 2009 -0400
49441
49442     [HB] Would have helped if I actually knew C++ before using it...
49443
49444  src/hb-ot-layout-gsubgpos-private.h |  4 ++--
49445  src/hb-ot-layout-open-private.h     | 24 ++++++++++++------------
49446  2 files changed, 14 insertions(+), 14 deletions(-)
49447
49448 commit cc6c644ff2af5f6669b6ec100ff13e904872b21c
49449 Author: Behdad Esfahbod <behdad@behdad.org>
49450 Date:   Mon May 25 03:10:06 2009 -0400
49451
49452     [HB] More cleanup
49453
49454  src/hb-ot-layout-common-private.h | 4 ++--
49455  src/hb-ot-layout-open-private.h   | 9 +++++----
49456  2 files changed, 7 insertions(+), 6 deletions(-)
49457
49458 commit 20cc86b3592db33731de671f008d7d222776be49
49459 Author: Behdad Esfahbod <behdad@behdad.org>
49460 Date:   Mon May 25 02:41:49 2009 -0400
49461
49462     [HB] Simplify Tag
49463
49464  src/hb-ot-layout-open-private.h | 46
49465  ++++++++++++++++-------------------------
49466  1 file changed, 18 insertions(+), 28 deletions(-)
49467
49468 commit 3ec0092c5e2d48e8c4fc1618d3bee427adddb1e7
49469 Author: Behdad Esfahbod <behdad@behdad.org>
49470 Date:   Mon May 25 02:34:25 2009 -0400
49471
49472     [HB] Simplify more
49473
49474  src/hb-ot-layout-open-private.h | 31 ++++++++++---------------------
49475  1 file changed, 10 insertions(+), 21 deletions(-)
49476
49477 commit 6ad8d5f3c7028147b371137ae4bca6aae66b3489
49478 Author: Behdad Esfahbod <behdad@behdad.org>
49479 Date:   Mon May 25 02:27:29 2009 -0400
49480
49481     [HB] Simplify some basic things
49482
49483  src/hb-ot-layout-open-private.h | 90
49484  +++++++++++++++++++++++++++--------------
49485  src/main.cc                     |  8 ++--
49486  2 files changed, 64 insertions(+), 34 deletions(-)
49487
49488 commit f96ffd43bce0ac6d9c897933c9be0e51d543e570
49489 Author: Behdad Esfahbod <behdad@behdad.org>
49490 Date:   Sun May 24 15:01:16 2009 -0400
49491
49492     [HB] simplify macros
49493
49494  src/hb-buffer-private.h    | 4 ++--
49495  src/hb-buffer.h            | 4 ++--
49496  src/hb-common.h            | 8 ++++----
49497  src/hb-ot-layout-private.h | 4 ++--
49498  src/hb-ot-layout.h         | 4 ++--
49499  5 files changed, 12 insertions(+), 12 deletions(-)
49500
49501 commit 8e7b30782a12f3997b9a5a18e6b9d01f6bff8b46
49502 Author: Behdad Esfahbod <behdad@behdad.org>
49503 Date:   Sun May 24 14:27:24 2009 -0400
49504
49505     [HB] Update text files
49506
49507  src/COPYING |  7 -------
49508  src/README  | 13 ++-----------
49509  2 files changed, 2 insertions(+), 18 deletions(-)
49510
49511 commit fa7d47249496fe00ea1ab6943b385c8dd80e5ce6
49512 Author: Behdad Esfahbod <behdad@behdad.org>
49513 Date:   Sun May 24 14:24:35 2009 -0400
49514
49515     [HB] Remove stale makefile.msc too
49516
49517  src/makefile.msc | 19 -------------------
49518  1 file changed, 19 deletions(-)
49519
49520 commit da2c52abcd75d46929b34cad55c4fb2c8892bc08
49521 Author: Behdad Esfahbod <behdad@behdad.org>
49522 Date:   Sun May 24 14:22:22 2009 -0400
49523
49524     [HB] Remove old code!
49525
49526     Goodbye 16 thousand lines of ten-year old code!
49527
49528  src/harfbuzz-dump-main.c      |   97 -
49529  src/harfbuzz-dump.c           |  768 ------
49530  src/harfbuzz-dump.h           |   41 -
49531  src/harfbuzz-gdef-private.h   |  124 -
49532  src/harfbuzz-gdef.c           | 1160 --------
49533  src/harfbuzz-gdef.h           |  135 -
49534  src/harfbuzz-global.h         |   84 -
49535  src/harfbuzz-gpos-private.h   |  712 -----
49536  src/harfbuzz-gpos.c           | 6071
49537  -----------------------------------------
49538  src/harfbuzz-gpos.h           |  174 --
49539  src/harfbuzz-gsub-private.h   |  476 ----
49540  src/harfbuzz-gsub.c           | 4304 -----------------------------
49541  src/harfbuzz-gsub.h           |  140 -
49542  src/harfbuzz-impl.c           |   84 -
49543  src/harfbuzz-impl.h           |  126 -
49544  src/harfbuzz-open-private.h   |  102 -
49545  src/harfbuzz-open.c           | 1405 ----------
49546  src/harfbuzz-open.h           |  282 --
49547  src/harfbuzz-stream-private.h |   83 -
49548  src/harfbuzz-stream.c         |  257 --
49549  src/harfbuzz.c                |   31 -
49550  src/harfbuzz.h                |   35 -
49551  22 files changed, 16691 deletions(-)
49552
49553 commit e5372f1621602dcee4e14a4b22dc182c21502a50
49554 Author: Behdad Esfahbod <behdad@behdad.org>
49555 Date:   Sun May 24 14:21:27 2009 -0400
49556
49557     [HB] Remove stale TODO mark
49558
49559  src/hb-ot-layout-open-private.h | 1 -
49560  1 file changed, 1 deletion(-)
49561
49562 commit 96908b898476ca5d7da5f386b15be76f9e83d76e
49563 Author: Behdad Esfahbod <behdad@behdad.org>
49564 Date:   Sun May 24 12:30:40 2009 -0400
49565
49566     [HB] Add FixedVersion cast to int
49567
49568  src/hb-ot-layout-open-private.h | 2 ++
49569  1 file changed, 2 insertions(+)
49570
49571 commit 957740dd253475020a94a62ec5dfcd03e3358176
49572 Author: Behdad Esfahbod <behdad@behdad.org>
49573 Date:   Sun May 24 12:29:55 2009 -0400
49574
49575     [HB] Simplify tag
49576
49577  src/hb-ot-layout-open-private.h | 10 +++++-----
49578  1 file changed, 5 insertions(+), 5 deletions(-)
49579
49580 commit 87fcdcbe3644da10154688765db2d62eb9ac079a
49581 Author: Behdad Esfahbod <behdad@behdad.org>
49582 Date:   Sun May 24 01:03:24 2009 -0400
49583
49584     [HB] Remove unused data types
49585
49586  src/hb-ot-layout-gdef-private.h     |  2 +-
49587  src/hb-ot-layout-gsubgpos-private.h |  2 +-
49588  src/hb-ot-layout-open-private.h     | 54
49589  ++++---------------------------------
49590  3 files changed, 7 insertions(+), 51 deletions(-)
49591
49592 commit 5876bf1b73fcb56cc41b4d348248a4817f9688cb
49593 Author: Behdad Esfahbod <behdad@behdad.org>
49594 Date:   Sun May 24 00:53:28 2009 -0400
49595
49596     [HB] Simplify version check in GSUB/GPOS
49597
49598  src/hb-ot-layout-gpos-private.h | 5 ++++-
49599  src/hb-ot-layout-gsub-private.h | 5 ++++-
49600  2 files changed, 8 insertions(+), 2 deletions(-)
49601
49602 commit 212aba6189d7aaac0bab169b77ae6bdab16800a5
49603 Author: Behdad Esfahbod <behdad@behdad.org>
49604 Date:   Sun May 24 00:50:27 2009 -0400
49605
49606     [HB] Check for GDEF/GSUB/GPOS versions
49607
49608  src/hb-ot-layout-gdef-private.h     |  3 +--
49609  src/hb-ot-layout-gpos-private.h     |  3 +--
49610  src/hb-ot-layout-gsub-private.h     |  3 +--
49611  src/hb-ot-layout-gsubgpos-private.h |  5 ++---
49612  src/hb-ot-layout-open-private.h     | 11 ++++++++++-
49613  5 files changed, 15 insertions(+), 10 deletions(-)
49614
49615 commit a21b5062cc32c04eeee3c4b20d26c7e2b34133e9
49616 Author: Behdad Esfahbod <behdad@behdad.org>
49617 Date:   Sat May 23 22:39:42 2009 -0400
49618
49619     [HB] Minor
49620
49621  src/hb-ot-layout-gdef-private.h | 6 +++---
49622  src/hb-ot-layout-open-private.h | 4 ++--
49623  2 files changed, 5 insertions(+), 5 deletions(-)
49624
49625 commit a080b1cc2f66d6e109d431a1e09519d7cf53bb9a
49626 Author: Behdad Esfahbod <behdad@behdad.org>
49627 Date:   Sat May 23 18:50:44 2009 -0400
49628
49629     [HB] Add TODO items
49630
49631  src/TODO | 6 ++++++
49632  1 file changed, 6 insertions(+)
49633
49634 commit e4efdd80a8fa4edbcdec9cd84f35f5f4521943c2
49635 Author: Behdad Esfahbod <behdad@behdad.org>
49636 Date:   Fri May 22 18:54:24 2009 -0400
49637
49638     [GDEF] Add some get_carret_value() code
49639
49640  src/hb-ot-layout-gdef-private.h | 36 ++++++++++++++++++------------------
49641  1 file changed, 18 insertions(+), 18 deletions(-)
49642
49643 commit 9b006bc0322723d065271e4b0ea4f137f81101e1
49644 Author: Behdad Esfahbod <behdad@behdad.org>
49645 Date:   Fri May 22 18:29:45 2009 -0400
49646
49647     [GPOS] MarkLigPosFormat1
49648
49649     GPOS is complete now!  Yay!
49650
49651  src/hb-ot-layout-gpos-private.h | 128
49652  +++++++++++++++++++++++++++++-----------
49653  1 file changed, 92 insertions(+), 36 deletions(-)
49654
49655 commit 923923feb248250626c637c11a886804011197b0
49656 Author: Behdad Esfahbod <behdad@behdad.org>
49657 Date:   Fri May 22 17:58:09 2009 -0400
49658
49659     [HB] Remove apply_subtables() again
49660
49661  src/hb-ot-layout-gpos-private.h | 31 +++++++++++--------------------
49662  src/hb-ot-layout-gsub-private.h | 33 ++++++++++++---------------------
49663  2 files changed, 23 insertions(+), 41 deletions(-)
49664
49665 commit d468f9af5b9fdc2713b0b86f28129e4190ee5053
49666 Author: Behdad Esfahbod <behdad@behdad.org>
49667 Date:   Thu May 21 22:31:33 2009 -0400
49668
49669     [HB] Share Extension lookup code between GSUB and GPOS
49670
49671  src/hb-ot-layout-gpos-private.h     | 64 +++++-----------------------
49672  src/hb-ot-layout-gsub-private.h     | 83
49673  +++++++------------------------------
49674  src/hb-ot-layout-gsubgpos-private.h | 52 +++++++++++++++++++++++
49675  3 files changed, 77 insertions(+), 122 deletions(-)
49676
49677 commit 498f1909e0f7a32484b2058622c4a018cbfc1334
49678 Author: Behdad Esfahbod <behdad@behdad.org>
49679 Date:   Thu May 21 15:51:04 2009 -0400
49680
49681     [GPOS] Remove printf.  MarkMarkPos1 is working
49682
49683     The "bug" was in the font.
49684
49685  src/hb-ot-layout-gpos-private.h | 1 -
49686  1 file changed, 1 deletion(-)
49687
49688 commit c7d457aa3ae7138630f52ca7263f663a3ea284c0
49689 Author: Behdad Esfahbod <behdad@behdad.org>
49690 Date:   Thu May 21 12:46:29 2009 -0400
49691
49692     [HB] Ouch.  Add files.
49693
49694  src/hb-common.h  | 13 +++++-----
49695  src/hb-private.h | 74
49696  ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
49697  2 files changed, 78 insertions(+), 9 deletions(-)
49698
49699 commit fe550f4dd815285e9de8c3cbff810b0a1c7b377f
49700 Author: Behdad Esfahbod <behdad@behdad.org>
49701 Date:   Thu May 21 08:27:07 2009 -0400
49702
49703     [GPOS] MarkMarkPosFormat1
49704
49705     Still not quite working.
49706
49707  src/TODO                        |   4 +-
49708  src/hb-ot-layout-gpos-private.h | 105
49709  +++++++++++++++++++++++++++++-----------
49710  2 files changed, 79 insertions(+), 30 deletions(-)
49711
49712 commit 357ccde36bba01a405d59b7da061fc5048cdc7b4
49713 Author: Behdad Esfahbod <behdad@behdad.org>
49714 Date:   Thu May 21 06:32:01 2009 -0400
49715
49716     [GPOS] MarkBasePosFormat1
49717
49718  src/TODO                        |  1 +
49719  src/hb-ot-layout-gpos-private.h | 62
49720  +++++++++++++++++++++++++++++++++++++----
49721  2 files changed, 58 insertions(+), 5 deletions(-)
49722
49723 commit 377bfc5860ae018f54e4a2dd737b4b000383ab54
49724 Author: Behdad Esfahbod <behdad@behdad.org>
49725 Date:   Thu May 21 04:58:24 2009 -0400
49726
49727     [GPOS] Implement MarkArray interface
49728
49729  src/hb-ot-layout-gpos-private.h | 5 +++--
49730  1 file changed, 3 insertions(+), 2 deletions(-)
49731
49732 commit c18ec2b1d7b8c7abe6ebf4b53c9ec75d5c9bb255
49733 Author: Behdad Esfahbod <behdad@behdad.org>
49734 Date:   Thu May 21 04:54:01 2009 -0400
49735
49736     [GPOS] Implement Device support in AnchorFormat3
49737
49738  src/hb-ot-layout-gpos-private.h | 11 ++++++++---
49739  1 file changed, 8 insertions(+), 3 deletions(-)
49740
49741 commit fca6a0d158b847181dcf67a13f34499177df899b
49742 Author: Behdad Esfahbod <behdad@behdad.org>
49743 Date:   Thu May 21 04:49:04 2009 -0400
49744
49745     [GPOS] Remove apply_value() return value
49746
49747  src/hb-ot-layout-gpos-private.h | 75
49748  +++++++++++++++++++----------------------
49749  1 file changed, 34 insertions(+), 41 deletions(-)
49750
49751 commit fb3b5ccfefc4c38c9184d432703e81f73e1f5bc7
49752 Author: Behdad Esfahbod <behdad@behdad.org>
49753 Date:   Thu May 21 04:47:05 2009 -0400
49754
49755     [GPOS] Start MarkBasePosFormat1
49756
49757  src/TODO                        |  1 +
49758  src/hb-ot-layout-gpos-private.h | 38
49759  +++++++++++++++++---------------------
49760  2 files changed, 18 insertions(+), 21 deletions(-)
49761
49762 commit ee8776d9e009a7fb8e1f3c1f9cf3ad42d9746a16
49763 Author: Behdad Esfahbod <behdad@behdad.org>
49764 Date:   Wed May 20 15:46:12 2009 -0400
49765
49766     [HB] Add TODO item
49767
49768  src/hb-ot-layout-gpos-private.h | 1 +
49769  src/hb-ot-layout-gsub-private.h | 1 +
49770  2 files changed, 2 insertions(+)
49771
49772 commit c6456ca5cfc35095378dcf29f8edc33ece9c3ea1
49773 Author: Behdad Esfahbod <behdad@behdad.org>
49774 Date:   Wed May 20 06:15:23 2009 -0400
49775
49776     [HB] Add TODO item
49777
49778  src/TODO | 1 +
49779  1 file changed, 1 insertion(+)
49780
49781 commit 3015c4175179a1816aad2a4950da9a3b8baf2578
49782 Author: Behdad Esfahbod <behdad@behdad.org>
49783 Date:   Wed May 20 06:01:16 2009 -0400
49784
49785     [HB] Remove last dependence on the old code base!
49786
49787  src/hb-buffer-private.h         | 88
49788  ++++++++++++++++++++---------------------
49789  src/hb-buffer.c                 | 47 +++++++++++-----------
49790  src/hb-ot-layout-gpos-private.h | 11 ++----
49791  src/hb-ot-layout-gsub-private.h | 12 +++---
49792  src/hb-ot-layout.cc             | 16 ++++----
49793  5 files changed, 85 insertions(+), 89 deletions(-)
49794
49795 commit 5c0adce1ccc739415c4b26ff13ffd2d77ea4bc6c
49796 Author: Behdad Esfahbod <behdad@behdad.org>
49797 Date:   Wed May 20 05:42:12 2009 -0400
49798
49799     [HB] Rename harfbuzz-buffer to hb-buffer
49800
49801  src/Makefile.am                                        | 5 +++--
49802  src/{harfbuzz-buffer-private.h => hb-buffer-private.h} | 8 ++++----
49803  src/{harfbuzz-buffer.c => hb-buffer.c}                 | 6 ++----
49804  src/{harfbuzz-buffer.h => hb-buffer.h}                 | 8 ++++----
49805  src/hb-ot-layout-gsubgpos-private.h                    | 2 +-
49806  src/hb-ot-layout-private.h                             | 2 +-
49807  src/hb-ot-layout.cc                                    | 5 +++--
49808  src/hb-ot-layout.h                                     | 2 +-
49809  8 files changed, 19 insertions(+), 19 deletions(-)
49810
49811 commit b857b49c82782d29d6d189f1a9f4a84d39cd84ea
49812 Author: Behdad Esfahbod <behdad@behdad.org>
49813 Date:   Wed May 20 05:35:14 2009 -0400
49814
49815     [HB] Remove all references to the old code!
49816
49817  src/Makefile.am            |  76 +++++++---------------
49818  src/harfbuzz-buffer.c      | 154
49819  +++++++++++++++++++--------------------------
49820  src/harfbuzz-buffer.h      |  80 +++++++++++------------
49821  src/hb-ot-layout-private.h |   6 +-
49822  src/hb-ot-layout.cc        |  17 ++---
49823  src/hb-ot-layout.h         |   1 +
49824  6 files changed, 137 insertions(+), 197 deletions(-)
49825
49826 commit e1593a6e620ee6a8184487185d1c95e0d1820ba5
49827 Author: Behdad Esfahbod <behdad@behdad.org>
49828 Date:   Wed May 20 04:51:30 2009 -0400
49829
49830     [GPOS] Finally it's working, up to Cursive
49831
49832     Wow, IranNastaliq renders perfectly again!
49833
49834  src/hb-ot-layout.cc | 24 ++++++++++++++++++++++++
49835  src/hb-ot-layout.h  | 12 ++++++++++++
49836  2 files changed, 36 insertions(+)
49837
49838 commit 0f7e6b2cead0c7d527ef68ededb27e0afd71d819
49839 Author: Behdad Esfahbod <behdad@behdad.org>
49840 Date:   Wed May 20 04:16:35 2009 -0400
49841
49842     [GPOS] Fix more brokenness
49843
49844  src/Makefile.am                 |  2 +-
49845  src/hb-ot-layout-gpos-private.h | 37
49846  ++++++++++++++++++++-----------------
49847  src/hb-ot-layout.cc             |  7 +++++++
49848  src/hb-ot-layout.h              |  5 +++++
49849  4 files changed, 33 insertions(+), 18 deletions(-)
49850
49851 commit ff05d257dd43221b7c8ebead188e78495daa8eda
49852 Author: Behdad Esfahbod <behdad@behdad.org>
49853 Date:   Wed May 20 03:53:00 2009 -0400
49854
49855     [HB] Move lookup types enum into subtable class
49856
49857  src/hb-ot-layout-gpos-private.h | 66
49858  ++++++++++++++++++++---------------------
49859  src/hb-ot-layout-gsub-private.h | 44 +++++++++++++--------------
49860  2 files changed, 55 insertions(+), 55 deletions(-)
49861
49862 commit 263bbef7670b59aa88ef9ba910579dfa51226524
49863 Author: Behdad Esfahbod <behdad@behdad.org>
49864 Date:   Wed May 20 00:00:09 2009 -0400
49865
49866     [GDEF] Simplify Device access
49867
49868  src/hb-ot-layout-gdef-private.h | 12 +++---------
49869  1 file changed, 3 insertions(+), 9 deletions(-)
49870
49871 commit 60d77cf05fddc5304b4b1fc19cdedba15cbee1e9
49872 Author: Behdad Esfahbod <behdad@behdad.org>
49873 Date:   Tue May 19 23:58:54 2009 -0400
49874
49875     [HB] Indentation
49876
49877  src/hb-ot-layout-common-private.h   | 170
49878  +++++++++++++++++-------------------
49879  src/hb-ot-layout-gdef-private.h     |  65 +++++++-------
49880  src/hb-ot-layout-gsubgpos-private.h | 150 +++++++++++++++++--------------
49881  src/hb-ot-layout-open-private.h     | 159
49882  ++++++++++++++++-----------------
49883  src/hb-ot-layout-private.h          |   9 +-
49884  5 files changed, 288 insertions(+), 265 deletions(-)
49885
49886 commit 90de3dfff9e82dae20b7517642511aebaf736b74
49887 Author: Behdad Esfahbod <behdad@behdad.org>
49888 Date:   Tue May 19 23:43:04 2009 -0400
49889
49890     [HB] Remove unused methods
49891
49892  src/hb-ot-layout-common-private.h | 6 ------
49893  1 file changed, 6 deletions(-)
49894
49895 commit 4c44d830d79431fcb143df2b5a29cdc8e8fccef3
49896 Author: Behdad Esfahbod <behdad@behdad.org>
49897 Date:   Tue May 19 23:42:30 2009 -0400
49898
49899     [HB] Indentation
49900
49901  src/hb-ot-layout-gpos-private.h | 253
49902  +++++++++++++++++++++-----------------
49903  src/hb-ot-layout-gsub-private.h | 262
49904  ++++++++++++++++++++++------------------
49905  2 files changed, 284 insertions(+), 231 deletions(-)
49906
49907 commit d18fd8e3f7185f531fa4c4988d3f5d5c5282b8eb
49908 Author: Behdad Esfahbod <behdad@behdad.org>
49909 Date:   Tue May 19 23:25:41 2009 -0400
49910
49911     [GPOS] CursivePosFormat1
49912
49913  src/hb-ot-layout-gpos-private.h | 174
49914  ++++++++++++++++++++++++++++++++++++++--
49915  src/hb-ot-layout-private.h      |   2 +-
49916  2 files changed, 169 insertions(+), 7 deletions(-)
49917
49918 commit 70632add333e4ab38f8f485bb87b25116128cf92
49919 Author: Behdad Esfahbod <behdad@behdad.org>
49920 Date:   Tue May 19 22:30:09 2009 -0400
49921
49922     [GSUB] PairPosFormat2
49923
49924  src/hb-ot-layout-gpos-private.h | 43
49925  ++++++++++++++++++++++++++++++++++++-----
49926  1 file changed, 38 insertions(+), 5 deletions(-)
49927
49928 commit b24ecbadf44d56fd3286d1d3ff6928151ccec9bd
49929 Author: Behdad Esfahbod <behdad@behdad.org>
49930 Date:   Tue May 19 22:16:04 2009 -0400
49931
49932     [GPOS] PairPosFormat1
49933
49934  src/hb-ot-layout-gpos-private.h | 91
49935  +++++++++++++++++++++++++++++++++--------
49936  1 file changed, 73 insertions(+), 18 deletions(-)
49937
49938 commit 056c7ec1aea1eca60a3b20b583b8a8072be9d758
49939 Author: Behdad Esfahbod <behdad@behdad.org>
49940 Date:   Mon May 18 19:47:52 2009 -0400
49941
49942     [GPOS] Start filling apply() functions in
49943
49944  src/harfbuzz-buffer-private.h     |   1 +
49945  src/harfbuzz-buffer.c             |   3 -
49946  src/hb-ot-layout-common-private.h |  35 ++++++-----
49947  src/hb-ot-layout-gpos-private.h   | 127
49948  ++++++++++++++++++++++++++++----------
49949  4 files changed, 116 insertions(+), 50 deletions(-)
49950
49951 commit 4fa77d3c4305a76b956de8c1a9b83a961d035a80
49952 Author: Behdad Esfahbod <behdad@behdad.org>
49953 Date:   Mon May 18 18:44:54 2009 -0400
49954
49955     [HB] Use enums
49956
49957  src/hb-ot-layout-common-private.h | 14 ++++++++------
49958  src/hb-ot-layout-gdef-private.h   | 22 +++++++++++++---------
49959  2 files changed, 21 insertions(+), 15 deletions(-)
49960
49961 commit 6b54c5d0446b514fbb6521e7e9e614d153435f0e
49962 Author: Behdad Esfahbod <behdad@behdad.org>
49963 Date:   Mon May 18 18:30:25 2009 -0400
49964
49965     [HB] More reference cast simplification
49966
49967  src/hb-ot-layout-gsub-private.h     |  8 ++++----
49968  src/hb-ot-layout-gsubgpos-private.h | 28 ++++++++++++++--------------
49969  src/hb-ot-layout-open-private.h     |  2 +-
49970  3 files changed, 19 insertions(+), 19 deletions(-)
49971
49972 commit eb0dfc830e09405492f494c85380e133ac5d0ea3
49973 Author: Behdad Esfahbod <behdad@behdad.org>
49974 Date:   Mon May 18 18:22:44 2009 -0400
49975
49976     [HB] Rename LOOKUP_ARGS to APPLY_ARGS
49977
49978  src/hb-ot-layout-gpos-private.h     | 88
49979  ++++++++++++++++++------------------
49980  src/hb-ot-layout-gsub-private.h     | 84
49981  +++++++++++++++++-----------------
49982  src/hb-ot-layout-gsubgpos-private.h | 90
49983  ++++++++++++++++++-------------------
49984  3 files changed, 131 insertions(+), 131 deletions(-)
49985
49986 commit 2a8e6accdf798a78ff180dcb593140592d62b872
49987 Author: Behdad Esfahbod <behdad@behdad.org>
49988 Date:   Mon May 18 18:21:44 2009 -0400
49989
49990     [HB] Internally rename position() and substitute() to apply()
49991
49992  src/hb-ot-layout-gpos-private.h | 110
49993  ++++++++++++++++++++--------------------
49994  src/hb-ot-layout-gsub-private.h | 104
49995  ++++++++++++++++++-------------------
49996  2 files changed, 107 insertions(+), 107 deletions(-)
49997
49998 commit f6c8a6eacf27fd1c509d07c85985f0367c5e475f
49999 Author: Behdad Esfahbod <behdad@behdad.org>
50000 Date:   Mon May 18 18:01:19 2009 -0400
50001
50002     [HB] Simplify casts
50003
50004  src/hb-ot-layout-gdef-private.h |  2 +-
50005  src/hb-ot-layout-gpos-private.h |  6 +++---
50006  src/hb-ot-layout-gsub-private.h |  6 +++---
50007  src/hb-ot-layout-open-private.h | 10 +++++-----
50008  4 files changed, 12 insertions(+), 12 deletions(-)
50009
50010 commit 9c42f05a5ccbb48a9367b80ecdf3679e88088fcf
50011 Author: Behdad Esfahbod <behdad@behdad.org>
50012 Date:   Mon May 18 17:43:49 2009 -0400
50013
50014     Switch Pango to new, defunt, GPOS
50015
50016  src/hb-ot-layout-gpos-private.h | 22 +++++++++++++++-------
50017  src/hb-ot-layout.cc             | 13 +++++++++++++
50018  src/hb-ot-layout.h              |  5 +++++
50019  3 files changed, 33 insertions(+), 7 deletions(-)
50020
50021 commit 5e5eb0573f7ea2ce2cf037fef0df70a4351e82c0
50022 Author: Behdad Esfahbod <behdad@behdad.org>
50023 Date:   Mon May 18 17:09:33 2009 -0400
50024
50025     [HB] Start GPOS!
50026
50027  src/hb-ot-layout-gpos-private.h | 915
50028  ++++++++++++++++++++++++++++++++++++++++
50029  src/hb-ot-layout-gsub-private.h |   2 -
50030  src/hb-ot-layout-private.h      |  15 +-
50031  src/hb-ot-layout.cc             |   5 +-
50032  src/hb-ot-layout.h              |   8 +-
50033  5 files changed, 936 insertions(+), 9 deletions(-)
50034
50035 commit 64e67f7599deeec98b104f8b70d0d321cf96799d
50036 Author: Behdad Esfahbod <behdad@behdad.org>
50037 Date:   Mon May 18 15:32:40 2009 -0400
50038
50039     [GSUB] Minor
50040
50041  src/hb-ot-layout-gsub-private.h | 16 ++++++----------
50042  1 file changed, 6 insertions(+), 10 deletions(-)
50043
50044 commit d79cae0b4eef8c2694ada791bb8e427c1202875e
50045 Author: Behdad Esfahbod <behdad@behdad.org>
50046 Date:   Mon May 18 13:50:15 2009 -0400
50047
50048     [HB] Minor
50049
50050  src/hb-ot-layout-gsub-private.h | 22 +++++++++++-----------
50051  1 file changed, 11 insertions(+), 11 deletions(-)
50052
50053 commit 8533bb985e6af2b656d7c45620d8f11f36330b85
50054 Author: Behdad Esfahbod <behdad@behdad.org>
50055 Date:   Mon May 18 06:00:12 2009 -0400
50056
50057     [GSUB] Protect against mismatching Extension subtable types
50058
50059  src/hb-ot-layout-gsub-private.h | 9 ++++++---
50060  1 file changed, 6 insertions(+), 3 deletions(-)
50061
50062 commit 969afd706e9b52adc79f6210c0088b2c6bbae9bc
50063 Author: Behdad Esfahbod <behdad@behdad.org>
50064 Date:   Mon May 18 05:47:47 2009 -0400
50065
50066     [GSUB] Implement ReverseChainSingleSubst
50067
50068     GSUB is done!
50069
50070  src/hb-ot-layout-gsub-private.h     | 55
50071  +++++++++++++++++++++++++++----------
50072  src/hb-ot-layout-gsubgpos-private.h | 43 +++++++++--------------------
50073  2 files changed, 54 insertions(+), 44 deletions(-)
50074
50075 commit 4acaffd786a11b5bd7d41b39fc65625fd8cd5077
50076 Author: Behdad Esfahbod <behdad@behdad.org>
50077 Date:   Mon May 18 05:29:29 2009 -0400
50078
50079     [HB] Don't use G_LIKELY!
50080
50081  src/hb-ot-layout-gsub-private.h     | 12 ++++++------
50082  src/hb-ot-layout-gsubgpos-private.h | 12 ++++++------
50083  src/hb-ot-layout-open-private.h     |  4 ++--
50084  src/hb-ot-layout.cc                 |  6 +++---
50085  4 files changed, 17 insertions(+), 17 deletions(-)
50086
50087 commit 3dcb12f171ebbf44461e6ce6439d286c9520dd88
50088 Author: Behdad Esfahbod <behdad@behdad.org>
50089 Date:   Mon May 18 05:22:32 2009 -0400
50090
50091     [GSUB] Oops, fix Extension check
50092
50093  src/hb-ot-layout-gsub-private.h | 3 +--
50094  1 file changed, 1 insertion(+), 2 deletions(-)
50095
50096 commit 2e8fb6c38dbc01cb77b384c0ae0212514dfbb588
50097 Author: Behdad Esfahbod <behdad@behdad.org>
50098 Date:   Mon May 18 04:37:37 2009 -0400
50099
50100     [HB] Tweak some constants and fix Coverage
50101
50102  src/hb-ot-layout-common-private.h   | 11 ++++++-----
50103  src/hb-ot-layout-gsubgpos-private.h |  2 ++
50104  src/hb-ot-layout-open-private.h     |  6 +++---
50105  3 files changed, 11 insertions(+), 8 deletions(-)
50106
50107 commit d6aae5f5cad54fc5dac8b0ff10a3921ebda533d4
50108 Author: Behdad Esfahbod <behdad@behdad.org>
50109 Date:   Mon May 18 04:25:22 2009 -0400
50110
50111     [HB] Cleanup TODOs
50112
50113  src/hb-ot-layout-gsub-private.h | 12 ++++++------
50114  src/hb-ot-layout-open-private.h |  2 +-
50115  src/hb-ot-layout.cc             |  4 ++--
50116  3 files changed, 9 insertions(+), 9 deletions(-)
50117
50118 commit 122f21fb9a3a0b914575929a3be11884f1ae00c0
50119 Author: Behdad Esfahbod <behdad@behdad.org>
50120 Date:   Mon May 18 04:21:53 2009 -0400
50121
50122     [GSUB] Fix context_length handling in Ligature too
50123
50124  src/hb-ot-layout-gsub-private.h     | 9 ++++-----
50125  src/hb-ot-layout-gsubgpos-private.h | 5 +++--
50126  2 files changed, 7 insertions(+), 7 deletions(-)
50127
50128 commit 47958dea214fd55725bf04aa13d233870255fb03
50129 Author: Behdad Esfahbod <behdad@behdad.org>
50130 Date:   Mon May 18 04:17:47 2009 -0400
50131
50132     [HB] Minor cleanup
50133
50134  src/hb-ot-layout-gsubgpos-private.h | 10 ++++------
50135  1 file changed, 4 insertions(+), 6 deletions(-)
50136
50137 commit e73a0c2a903112ce9a35b95e14e10ab8ea2dc337
50138 Author: Behdad Esfahbod <behdad@behdad.org>
50139 Date:   Mon May 18 04:15:25 2009 -0400
50140
50141     [HB] Correctly skip glyphs when applying (Chain)Context lookups
50142
50143  src/hb-ot-layout-gsubgpos-private.h | 14 +++++++++++---
50144  1 file changed, 11 insertions(+), 3 deletions(-)
50145
50146 commit 7cff75babd64cd49dd2b3faaa15193d12c098f42
50147 Author: Behdad Esfahbod <behdad@behdad.org>
50148 Date:   Mon May 18 04:09:05 2009 -0400
50149
50150     [HB] Fix context_length checking
50151
50152  src/hb-ot-layout-gsubgpos-private.h | 23 +++++++++++++----------
50153  src/hb-ot-layout-open-private.h     |  2 +-
50154  2 files changed, 14 insertions(+), 11 deletions(-)
50155
50156 commit d0ba0557007798db2c60ddd0b7a5a0624cd1698d
50157 Author: Behdad Esfahbod <behdad@behdad.org>
50158 Date:   Mon May 18 03:56:39 2009 -0400
50159
50160     [HB] ChainContext complete
50161
50162     IranNastaliq renders perfectly again!
50163
50164  src/hb-ot-layout-gsubgpos-private.h | 63
50165  +++++++++++++++++++++++++++----------
50166  1 file changed, 46 insertions(+), 17 deletions(-)
50167
50168 commit e072c24e79f0e7c1e078a87c782ab5dd8f21dcda
50169 Author: Behdad Esfahbod <behdad@behdad.org>
50170 Date:   Mon May 18 03:47:31 2009 -0400
50171
50172     [HB] Implement backtrack matching
50173
50174  src/hb-ot-layout-gsubgpos-private.h | 61
50175  +++++++++++++++++++++++++++----------
50176  1 file changed, 45 insertions(+), 16 deletions(-)
50177
50178 commit 02e1e5c63fa4f896053fa3c21e495239e1e9caa2
50179 Author: Behdad Esfahbod <behdad@behdad.org>
50180 Date:   Mon May 18 02:47:57 2009 -0400
50181
50182     [HB] One more step to go, for fully working GSUB and ChainContext
50183
50184  src/hb-ot-layout-gsubgpos-private.h | 107
50185  ++++++++++++++++++++----------------
50186  1 file changed, 61 insertions(+), 46 deletions(-)
50187
50188 commit f14c2b7acfba75b8a6880f41ceec758f9a56abce
50189 Author: Behdad Esfahbod <behdad@behdad.org>
50190 Date:   Mon May 18 02:36:18 2009 -0400
50191
50192     [HB] Further modularize Context matching
50193
50194  src/hb-ot-layout-gsubgpos-private.h | 92
50195  +++++++++++++++++++++++++------------
50196  1 file changed, 63 insertions(+), 29 deletions(-)
50197
50198 commit 13ed4405c558e445b052360f1ed8ee27ecf48e6e
50199 Author: Behdad Esfahbod <behdad@behdad.org>
50200 Date:   Mon May 18 02:14:37 2009 -0400
50201
50202     [HB] A step closer to working ChainContext
50203
50204  src/hb-ot-layout-gsubgpos-private.h | 36
50205  ++++++++++++++++++++++++++----------
50206  1 file changed, 26 insertions(+), 10 deletions(-)
50207
50208 commit e8cbaaf6d538036ff9b880b018db402e0895ed01
50209 Author: Behdad Esfahbod <behdad@behdad.org>
50210 Date:   Mon May 18 02:03:58 2009 -0400
50211
50212     [HB] Add HeadlessArrayTo<>
50213
50214  src/hb-ot-layout-gsub-private.h     | 10 ++++------
50215  src/hb-ot-layout-gsubgpos-private.h |  5 ++---
50216  src/hb-ot-layout-open-private.h     | 19 +++++++++++++++++++
50217  3 files changed, 25 insertions(+), 9 deletions(-)
50218
50219 commit dcb6b60254951a2831c03f3196962d229f7e556c
50220 Author: Behdad Esfahbod <behdad@behdad.org>
50221 Date:   Mon May 18 01:49:57 2009 -0400
50222
50223     [HB] More template goodness
50224
50225  src/hb-ot-layout-gsubgpos-private.h | 37
50226  +++++++++++++++----------------------
50227  1 file changed, 15 insertions(+), 22 deletions(-)
50228
50229 commit aa3d7adca5c821c91a2a1b5380fd6b3d19656ab1
50230 Author: Behdad Esfahbod <behdad@behdad.org>
50231 Date:   Sun May 17 23:17:56 2009 -0400
50232
50233     [HB] More churning towards ChainContext lookups
50234
50235  src/hb-ot-layout-common-private.h   |   6 +-
50236  src/hb-ot-layout-gsub-private.h     |  15 +++-
50237  src/hb-ot-layout-gsubgpos-private.h | 174
50238  ++++++++++++++++++++++--------------
50239  3 files changed, 125 insertions(+), 70 deletions(-)
50240
50241 commit 48f16ed96ac7041b511d9e0864623d2aa09c6da3
50242 Author: Behdad Esfahbod <behdad@behdad.org>
50243 Date:   Sun May 17 22:11:30 2009 -0400
50244
50245     [HB] Towards sharing Context and ChainContext code
50246
50247  src/hb-ot-layout-gsubgpos-private.h | 220
50248  ++++++++++++++++--------------------
50249  1 file changed, 99 insertions(+), 121 deletions(-)
50250
50251 commit 6cf2a52593cb4b23e3efe5e16228e3172bdcdd05
50252 Author: Behdad Esfahbod <behdad@behdad.org>
50253 Date:   Sun May 17 21:11:49 2009 -0400
50254
50255     [HB] Add check to avoid infinite recursion
50256
50257  src/hb-ot-layout-gsub-private.h | 12 ++++++++----
50258  1 file changed, 8 insertions(+), 4 deletions(-)
50259
50260 commit 887c4b44165eeb8ac7fb09bc4474d11720b94a9e
50261 Author: Behdad Esfahbod <behdad@behdad.org>
50262 Date:   Sun May 17 21:06:08 2009 -0400
50263
50264     [HB] Cosmetic
50265
50266  src/hb-ot-layout-gsub-private.h | 4 ++--
50267  1 file changed, 2 insertions(+), 2 deletions(-)
50268
50269 commit ca5290f4994e1b2db4dac03f7a22b7071441ba06
50270 Author: Behdad Esfahbod <behdad@behdad.org>
50271 Date:   Sun May 17 20:48:27 2009 -0400
50272
50273     [HB] Start ChainContext and ReverseChainSingleSubst lookups
50274
50275  src/hb-ot-layout-gsub-private.h     | 269
50276  ++++++++----------------------------
50277  src/hb-ot-layout-gsubgpos-private.h | 214 +++++++++++++++++++++++++++-
50278  2 files changed, 268 insertions(+), 215 deletions(-)
50279
50280 commit 433f4aea741e39df079126769441b79ab64fd236
50281 Author: Behdad Esfahbod <behdad@behdad.org>
50282 Date:   Sun May 17 20:30:05 2009 -0400
50283
50284     [HB] Remove stale TODO
50285
50286  src/hb-ot-layout-private.h | 2 --
50287  1 file changed, 2 deletions(-)
50288
50289 commit 6f20f72e9c58ba23db2e31afa5d331acfea3d77e
50290 Author: Behdad Esfahbod <behdad@behdad.org>
50291 Date:   Sun May 17 20:28:01 2009 -0400
50292
50293     [HB] Split Layout-common tables into new files
50294
50295  src/hb-ot-layout-common-private.h   | 429
50296  ++++++++++++++++++++++++++++++++++++
50297  src/hb-ot-layout-gdef-private.h     |   3 +-
50298  src/hb-ot-layout-gsub-private.h     |   1 +
50299  src/hb-ot-layout-gsubgpos-private.h |   2 +
50300  src/hb-ot-layout-open-private.h     | 408
50301  ----------------------------------
50302  5 files changed, 434 insertions(+), 409 deletions(-)
50303
50304 commit f45107fe0904414f1266648a6c42849c494fe611
50305 Author: Behdad Esfahbod <behdad@behdad.org>
50306 Date:   Sun May 17 20:13:02 2009 -0400
50307
50308     [HB] More shuffling
50309
50310  src/hb-ot-layout-gsub-private.h     | 71
50311  +++++++++++++++++++++----------------
50312  src/hb-ot-layout-gsubgpos-private.h | 30 ++++++++++++++++
50313  src/hb-ot-layout-open-private.h     | 41 ---------------------
50314  3 files changed, 71 insertions(+), 71 deletions(-)
50315
50316 commit f8dc67b3c24dfc805da756a73cb217b36e16b4b8
50317 Author: Behdad Esfahbod <behdad@behdad.org>
50318 Date:   Sun May 17 19:47:54 2009 -0400
50319
50320     [HB] Cleanup format unions
50321
50322  src/hb-ot-layout-gdef-private.h     | 18 ++++----
50323  src/hb-ot-layout-gsub-private.h     | 87
50324  +++++++++++++++++++------------------
50325  src/hb-ot-layout-gsubgpos-private.h | 16 +++----
50326  src/hb-ot-layout-open-private.h     | 41 +++++++----------
50327  4 files changed, 77 insertions(+), 85 deletions(-)
50328
50329 commit da1097bc3b1995776c205707fd2b17603b804646
50330 Author: Behdad Esfahbod <behdad@behdad.org>
50331 Date:   Sun May 17 19:31:18 2009 -0400
50332
50333     [HB] Use four bytes for Null Tag, not 5
50334
50335  src/hb-ot-layout-open-private.h | 4 +++-
50336  1 file changed, 3 insertions(+), 1 deletion(-)
50337
50338 commit 19fc24f268b985d30971307ac2055622d11cb21f
50339 Author: Behdad Esfahbod <behdad@behdad.org>
50340 Date:   Sun May 17 09:45:32 2009 -0400
50341
50342     [HB] Couple size checks
50343
50344  src/hb-ot-layout-gsub-private.h     | 7 +++++--
50345  src/hb-ot-layout-gsubgpos-private.h | 4 ++--
50346  src/hb-ot-layout-open-private.h     | 4 ++--
50347  3 files changed, 9 insertions(+), 6 deletions(-)
50348
50349 commit ecf17e849db19599bbb816d0018380ebf979576b
50350 Author: Behdad Esfahbod <behdad@behdad.org>
50351 Date:   Sun May 17 09:34:41 2009 -0400
50352
50353     [HB] Propagate property of first glyph
50354
50355     This slightly grows code size.
50356
50357  src/hb-ot-layout-gsub-private.h     | 100
50358  +++++++++++++++++++-----------------
50359  src/hb-ot-layout-gsubgpos-private.h |   7 +--
50360  2 files changed, 56 insertions(+), 51 deletions(-)
50361
50362 commit eca8e33710cfce51454e64d974ff0c28b0eefa14
50363 Author: Behdad Esfahbod <behdad@behdad.org>
50364 Date:   Sun May 17 09:07:27 2009 -0400
50365
50366     [GSUB] Further optimize the main switch
50367
50368  src/hb-ot-layout-gsub-private.h | 31 +++++++++++++++++--------------
50369  1 file changed, 17 insertions(+), 14 deletions(-)
50370
50371 commit 13068232e7054748ae5ba0d961ee5a95b959e92e
50372 Author: Behdad Esfahbod <behdad@behdad.org>
50373 Date:   Sun May 17 08:59:01 2009 -0400
50374
50375     [HB] Unify first glyph property checking
50376
50377  src/hb-ot-layout-gsub-private.h     | 81
50378  ++++++++++++++++---------------------
50379  src/hb-ot-layout-gsubgpos-private.h | 12 ------
50380  2 files changed, 35 insertions(+), 58 deletions(-)
50381
50382 commit 66bf7ce4e3135535c110a917178b84c4a2b1d11f
50383 Author: Behdad Esfahbod <behdad@behdad.org>
50384 Date:   Sun May 17 08:28:42 2009 -0400
50385
50386     [HB] Move Context matching logic out of GSUB
50387
50388  src/hb-ot-layout-gdef-private.h     |   2 -
50389  src/hb-ot-layout-gsub-private.h     | 331
50390  +---------------------------------
50391  src/hb-ot-layout-gsubgpos-private.h | 347
50392  ++++++++++++++++++++++++++++++++++++
50393  3 files changed, 352 insertions(+), 328 deletions(-)
50394
50395 commit a1625528cd5ed94bc8f18903da3300e823ee5b54
50396 Author: Behdad Esfahbod <behdad@behdad.org>
50397 Date:   Sun May 17 07:52:11 2009 -0400
50398
50399     [GSUB] Unify ContextSubst matching
50400
50401  src/hb-ot-layout-gsub-private.h | 378
50402  ++++++++++++++++------------------------
50403  1 file changed, 154 insertions(+), 224 deletions(-)
50404
50405 commit c36238bea40e9e2b589028eb6de0710455b31585
50406 Author: Behdad Esfahbod <behdad@behdad.org>
50407 Date:   Sun May 17 07:39:34 2009 -0400
50408
50409     [HB] Renames
50410
50411  src/hb-ot-layout-gsub-private.h | 122
50412  ++++++++++++++++++++--------------------
50413  1 file changed, 61 insertions(+), 61 deletions(-)
50414
50415 commit 15c3e75b39797a153b6bc0598f87b27c4a487228
50416 Author: Behdad Esfahbod <behdad@behdad.org>
50417 Date:   Sun May 17 06:03:42 2009 -0400
50418
50419     [HB] Simplify buffer
50420
50421  src/harfbuzz-buffer-private.h   | 14 ++++++--------
50422  src/harfbuzz-buffer.c           | 35 ++++++++++++++++-------------------
50423  src/harfbuzz-gsub.c             |  6 +++---
50424  src/hb-ot-layout-gsub-private.h | 12 ++++++------
50425  4 files changed, 31 insertions(+), 36 deletions(-)
50426
50427 commit 36f78446cef8a7cbae000d5e742c9d13e1cc7f83
50428 Author: Behdad Esfahbod <behdad@behdad.org>
50429 Date:   Sun May 17 05:52:32 2009 -0400
50430
50431     [HB] Add TODO item
50432
50433  src/TODO              | 1 +
50434  src/harfbuzz-buffer.c | 2 +-
50435  2 files changed, 2 insertions(+), 1 deletion(-)
50436
50437 commit ee58aaebd296ea8237516754fd4e825d524b11b7
50438 Author: Behdad Esfahbod <behdad@behdad.org>
50439 Date:   Sun May 17 05:14:33 2009 -0400
50440
50441     [HB] Update copyright years
50442
50443  src/hb-ot-layout-gdef-private.h | 2 +-
50444  src/hb-ot-layout-open-private.h | 2 +-
50445  src/hb-ot-layout.cc             | 2 +-
50446  src/main.cc                     | 2 +-
50447  4 files changed, 4 insertions(+), 4 deletions(-)
50448
50449 commit f4c9514935cf97a58dcb3b1962ac3f3b5ba61264
50450 Author: Behdad Esfahbod <behdad@behdad.org>
50451 Date:   Sun May 17 04:59:56 2009 -0400
50452
50453     [HB] Simplify more arrays
50454
50455  src/hb-ot-layout-open-private.h | 241
50456  ++++++++++++++++------------------------
50457  src/hb-ot-layout.cc             |   8 +-
50458  2 files changed, 100 insertions(+), 149 deletions(-)
50459
50460 commit c9a7cbe9cb52264af9954e5ce9ac7a45d7e310cd
50461 Author: Behdad Esfahbod <behdad@behdad.org>
50462 Date:   Sun May 17 01:22:51 2009 -0400
50463
50464     [HB] Use ArrayOf<> in GSUB
50465
50466  src/hb-ot-layout-gdef-private.h |   3 +-
50467  src/hb-ot-layout-gsub-private.h | 157
50468  +++++++++++++---------------------------
50469  src/hb-ot-layout-open-private.h |   5 --
50470  3 files changed, 53 insertions(+), 112 deletions(-)
50471
50472 commit 5f810363acc3ad3cba631a68620e3d37e54c95c4
50473 Author: Behdad Esfahbod <behdad@behdad.org>
50474 Date:   Sun May 17 00:54:25 2009 -0400
50475
50476     [HB] Add ArrayOf<>
50477
50478  src/hb-ot-layout-gdef-private.h | 62 ++++++++-------------------------
50479  src/hb-ot-layout-open-private.h | 77
50480  ++++++++++++++++++++++++++++++-----------
50481  2 files changed, 71 insertions(+), 68 deletions(-)
50482
50483 commit 238c855fcd4f0ef97a94a8662d2a2f2bb5c21ecb
50484 Author: Behdad Esfahbod <behdad@behdad.org>
50485 Date:   Sun May 17 00:22:37 2009 -0400
50486
50487     [HB] Use OffsetTo<> for Coverage
50488
50489  src/hb-ot-layout-gdef-private.h |  1 +
50490  src/hb-ot-layout-gsub-private.h | 55
50491  ++++++++++++++++-------------------------
50492  src/hb-ot-layout-open-private.h | 10 +-------
50493  3 files changed, 23 insertions(+), 43 deletions(-)
50494
50495 commit 3d54bd1293069fc3d3bdeeea8ad45036f3ee65f3
50496 Author: Behdad Esfahbod <behdad@behdad.org>
50497 Date:   Sun May 17 00:15:51 2009 -0400
50498
50499     [HB] Use OffsetTo<> in more places
50500
50501  src/hb-ot-layout-gdef-private.h | 12 +++++-------
50502  src/hb-ot-layout-open-private.h |  4 ++++
50503  2 files changed, 9 insertions(+), 7 deletions(-)
50504
50505 commit 9e4d9d7b2721859172bc9c59c1aea27b01eb9c07
50506 Author: Behdad Esfahbod <behdad@behdad.org>
50507 Date:   Sun May 17 00:09:20 2009 -0400
50508
50509     [HB] Add OffsetTo template.
50510
50511  src/hb-ot-layout-gdef-private.h | 26 ++++++++++++++------------
50512  src/hb-ot-layout-gsub-private.h |  6 +++---
50513  src/hb-ot-layout-open-private.h | 27 ++++++++++++++++++---------
50514  3 files changed, 35 insertions(+), 24 deletions(-)
50515
50516 commit e07f89295b9b38d233dfd4acec1f6b4a3416f267
50517 Author: Behdad Esfahbod <behdad@behdad.org>
50518 Date:   Sat May 16 23:20:48 2009 -0400
50519
50520     [HB] Automate int-type size assertion
50521
50522  src/hb-ot-layout-open-private.h | 13 +++----------
50523  1 file changed, 3 insertions(+), 10 deletions(-)
50524
50525 commit 8b8358033184198ff638ee1379093717596e162d
50526 Author: Behdad Esfahbod <behdad@behdad.org>
50527 Date:   Sat May 16 22:48:14 2009 -0400
50528
50529     [HB] Use templates for Null objects
50530
50531     Also use a common pool for all nul-content ones.
50532
50533  src/hb-ot-layout-gdef-private.h |  12 ++--
50534  src/hb-ot-layout-gsub-private.h |  28 ++++----
50535  src/hb-ot-layout-open-private.h | 142
50536  +++++++++++++++++++++++-----------------
50537  src/hb-ot-layout.cc             |   8 +--
50538  4 files changed, 105 insertions(+), 85 deletions(-)
50539
50540 commit 6e13d4140158aff736647fc53d8c0ae3a02c2afc
50541 Author: Behdad Esfahbod <behdad@behdad.org>
50542 Date:   Sat May 16 20:15:16 2009 -0400
50543
50544     [HB] Remove obsolete comment
50545
50546  src/hb-ot-layout-gdef-private.h | 1 -
50547  1 file changed, 1 deletion(-)
50548
50549 commit 9f721cf380954d67415dbfd0404a983cdd75b7df
50550 Author: Behdad Esfahbod <behdad@behdad.org>
50551 Date:   Sat May 16 19:59:15 2009 -0400
50552
50553     [GSUB] Start ChainContextSubst
50554
50555  src/hb-ot-layout-gsub-private.h | 50
50556  ++++++++++++++++++++++++++++++++---------
50557  1 file changed, 39 insertions(+), 11 deletions(-)
50558
50559 commit 7fca9e5245d2d283e8b5354eb1ddf553a7ffc033
50560 Author: Behdad Esfahbod <behdad@behdad.org>
50561 Date:   Sat May 16 19:44:24 2009 -0400
50562
50563     [GSUB] Implement ContextSubstFormat3
50564
50565  src/hb-ot-layout-gsub-private.h | 62
50566  ++++++++++++++++++++++++++++++++++++++++-
50567  1 file changed, 61 insertions(+), 1 deletion(-)
50568
50569 commit 1ff926a5681b5d4bfce65351062cda9dc1ffeba2
50570 Author: Behdad Esfahbod <behdad@behdad.org>
50571 Date:   Fri May 15 20:25:37 2009 -0400
50572
50573     [GSUB] Implement ContextSubstFormat2
50574
50575  src/hb-ot-layout-gsub-private.h | 105
50576  +++++++++++++++++++++++++++++++++++++---
50577  1 file changed, 97 insertions(+), 8 deletions(-)
50578
50579 commit fc36d9453ed7edb0a570abc44d7caa87aafb0fcf
50580 Author: Behdad Esfahbod <behdad@behdad.org>
50581 Date:   Fri May 15 20:11:10 2009 -0400
50582
50583     [GSUB] Add GSUB::substitute_lookup()
50584
50585  src/hb-ot-layout-gsub-private.h | 7 +++++++
50586  src/hb-ot-layout.cc             | 5 +----
50587  2 files changed, 8 insertions(+), 4 deletions(-)
50588
50589 commit c43562b2a7587fa3f9ef4c1c4338e4eda77368b5
50590 Author: Behdad Esfahbod <behdad@behdad.org>
50591 Date:   Fri May 15 18:54:53 2009 -0400
50592
50593     [GSUB] Finish ContextSubstFormat1
50594
50595  src/hb-ot-layout-gsub-private.h | 77
50596  ++++++++++++++++++++++++++++++++---------
50597  src/hb-ot-layout-private.h      | 14 ++++++++
50598  src/hb-ot-layout.cc             | 13 -------
50599  3 files changed, 74 insertions(+), 30 deletions(-)
50600
50601 commit 5ee21896224e3a9835a9695037a94ccf1c35a217
50602 Author: Behdad Esfahbod <behdad@behdad.org>
50603 Date:   Fri May 15 13:28:56 2009 -0400
50604
50605     [HB] Fix typo
50606
50607  src/hb-ot-layout-open-private.h | 2 +-
50608  1 file changed, 1 insertion(+), 1 deletion(-)
50609
50610 commit 6b59c9b445b6d2454008c83a2c7d6a995ea5995e
50611 Author: Behdad Esfahbod <behdad@behdad.org>
50612 Date:   Fri May 15 01:00:36 2009 -0400
50613
50614     [HB] Add TODO item
50615
50616  src/TODO | 1 +
50617  1 file changed, 1 insertion(+)
50618
50619 commit c5419b6cf28822e07f1ef9b0394825e9cb01a445
50620 Author: Behdad Esfahbod <behdad@behdad.org>
50621 Date:   Fri May 8 21:17:56 2009 -0400
50622
50623     [HB] Remove DEFINE_NON_INSTANTIABLE
50624
50625  src/hb-ot-layout-gdef-private.h |  2 --
50626  src/hb-ot-layout-gsub-private.h |  3 ---
50627  src/hb-ot-layout-open-private.h | 18 +-----------------
50628  3 files changed, 1 insertion(+), 22 deletions(-)
50629
50630 commit 0dff25f0368c5f14ebb0a4af35f3bb6658740d57
50631 Author: Behdad Esfahbod <behdad@behdad.org>
50632 Date:   Fri May 8 21:12:18 2009 -0400
50633
50634     [HB] Remove get_size()
50635
50636  src/hb-ot-layout-gdef-private.h |  9 ------
50637  src/hb-ot-layout-gsub-private.h | 63
50638  -----------------------------------------
50639  src/hb-ot-layout-open-private.h | 42 ++-------------------------
50640  3 files changed, 3 insertions(+), 111 deletions(-)
50641
50642 commit 25c6c9a3f6c062ec639d9202a8b9844be64d6fc0
50643 Author: Behdad Esfahbod <behdad@behdad.org>
50644 Date:   Fri May 8 19:09:17 2009 -0400
50645
50646     [GSUB] ContextSubst format 1
50647
50648  src/hb-ot-layout-gsub-private.h | 52
50649  +++++++++++++++++++++++++++++++++++------
50650  1 file changed, 45 insertions(+), 7 deletions(-)
50651
50652 commit f70229510303109bd0f71423cdf13aa200066d17
50653 Author: Behdad Esfahbod <behdad@behdad.org>
50654 Date:   Fri May 8 18:45:53 2009 -0400
50655
50656     [GSUB] Shuffle
50657
50658  src/hb-ot-layout-gsub-private.h | 170
50659  ++++++++++++++++++++--------------------
50660  1 file changed, 86 insertions(+), 84 deletions(-)
50661
50662 commit a83e08f8728439ef75e3dfab2191ac913d8f907b
50663 Author: Behdad Esfahbod <behdad@behdad.org>
50664 Date:   Thu May 7 12:53:02 2009 -0400
50665
50666     [HarfBuzz] Start a TODO file
50667
50668  src/TODO | 1 +
50669  1 file changed, 1 insertion(+)
50670
50671 commit eed05b04ebc2cbb3fa699c99200db12a0081cefb
50672 Author: Behdad Esfahbod <behdad@behdad.org>
50673 Date:   Wed May 6 00:25:59 2009 -0400
50674
50675     [GSUB] minor
50676
50677  src/hb-ot-layout-open-private.h | 6 ++++--
50678  1 file changed, 4 insertions(+), 2 deletions(-)
50679
50680 commit cdb317bc4e188421cad997b448abb19223d39e96
50681 Author: Behdad Esfahbod <behdad@behdad.org>
50682 Date:   Wed May 6 00:12:29 2009 -0400
50683
50684     [GSUB] Towards Context subtitutes
50685
50686  src/hb-ot-layout-gsub-private.h | 137
50687  +++++++++++++++++++++++++++++++---------
50688  1 file changed, 108 insertions(+), 29 deletions(-)
50689
50690 commit c9c6a78aec2b16ac06dfca8cbfaf28a77a10bae2
50691 Author: Behdad Esfahbod <behdad@behdad.org>
50692 Date:   Tue May 5 16:22:02 2009 -0400
50693
50694     [GSUB] Minor refactoring
50695
50696  src/hb-ot-layout-gsub-private.h | 42
50697  ++++++++++++++++++++++-------------------
50698  1 file changed, 23 insertions(+), 19 deletions(-)
50699
50700 commit bb3899a579b00134b24df8891b69bf1621a8190f
50701 Author: Behdad Esfahbod <behdad@behdad.org>
50702 Date:   Tue May 5 13:25:13 2009 -0400
50703
50704     [GSUB] Implement ligature substitutions
50705
50706  src/Makefile.am                 |   2 +
50707  src/hb-ot-layout-gsub-private.h | 113
50708  ++++++++++++++++++++++++++++++++--------
50709  2 files changed, 93 insertions(+), 22 deletions(-)
50710
50711 commit 38b011a293181856463dd08d43e2106e5bf1d56e
50712 Author: Behdad Esfahbod <behdad@behdad.org>
50713 Date:   Mon May 4 20:21:57 2009 -0400
50714
50715     [GSUB] Hook new GSUB up in Pango
50716
50717  src/hb-ot-layout-gsub-private.h | 15 ++++++++++-----
50718  1 file changed, 10 insertions(+), 5 deletions(-)
50719
50720 commit a84e71ad11a72feff47ead16772a8c4bcf4f69d5
50721 Author: Behdad Esfahbod <behdad@behdad.org>
50722 Date:   Thu Apr 16 16:53:40 2009 -0400
50723
50724     [GSUB] Start Ligature subtable support
50725
50726  src/hb-ot-layout-gsub-private.h | 132
50727  +++++++++++++++++++++++++++++-----------
50728  src/hb-ot-layout.h              |   2 +-
50729  2 files changed, 96 insertions(+), 38 deletions(-)
50730
50731 commit 52886ca56b24a8335614b1df16a33dd4e2d7ae56
50732 Author: Behdad Esfahbod <behdad@behdad.org>
50733 Date:   Thu Apr 16 14:19:42 2009 -0400
50734
50735     [GSUB] Implement Alternate subtables
50736
50737  src/hb-ot-layout-gsub-private.h | 104
50738  ++++++++++++++++++++++++++++++++++++----
50739  src/hb-ot-layout-open-private.h |   2 +-
50740  2 files changed, 97 insertions(+), 9 deletions(-)
50741
50742 commit 4f27ce7e0213ac5ba356f0fd2ec0a175ffd002e6
50743 Author: Behdad Esfahbod <behdad@behdad.org>
50744 Date:   Thu Apr 16 13:40:13 2009 -0400
50745
50746     [GSUB] Implement Extension subtables
50747
50748  src/hb-ot-layout-gsub-private.h | 169
50749  +++++++++++++++++++++++++---------------
50750  1 file changed, 108 insertions(+), 61 deletions(-)
50751
50752 commit 83e61ff4702121d3418fe82a8fe7ef6bb63bb5d2
50753 Author: Behdad Esfahbod <behdad@behdad.org>
50754 Date:   Thu Apr 16 12:30:51 2009 -0400
50755
50756     [GSUB] Fix reverse lookup loop like we did in the old code before
50757
50758  src/hb-ot-layout-gsub-private.h | 2 +-
50759  1 file changed, 1 insertion(+), 1 deletion(-)
50760
50761 commit 5a0b791184cf6ef39eae0570e14aca21abc32845
50762 Author: Behdad Esfahbod <behdad@behdad.org>
50763 Date:   Thu Apr 16 04:45:30 2009 -0400
50764
50765     [harfbuzz/GSUB] towards a partially working GSUB
50766
50767  src/harfbuzz-buffer.c           |   2 +-
50768  src/harfbuzz-impl.h             |   2 +-
50769  src/harfbuzz.c                  |   1 -
50770  src/hb-ot-layout-gdef-private.h |   4 +-
50771  src/hb-ot-layout-gsub-private.h | 383
50772  +++++++++++++++++++++++++++++-----------
50773  src/hb-ot-layout-open-private.h |  31 +++-
50774  src/hb-ot-layout-private.h      |   6 +-
50775  src/hb-ot-layout.cc             |  94 +++++++---
50776  src/hb-ot-layout.h              |   2 -
50777  9 files changed, 381 insertions(+), 144 deletions(-)
50778
50779 commit 30bd763fa2fa4aceee51433ec9fc8dc28480b5d7
50780 Author: Behdad Esfahbod <behdad@behdad.org>
50781 Date:   Wed Apr 15 22:56:15 2009 -0400
50782
50783     Implement the first substitute()
50784
50785  src/harfbuzz-buffer-private.h   |  8 ++--
50786  src/harfbuzz-buffer.c           |  4 +-
50787  src/harfbuzz-buffer.h           |  2 +-
50788  src/harfbuzz-gdef-private.h     |  4 +-
50789  src/harfbuzz-gdef.c             |  6 +--
50790  src/harfbuzz-gdef.h             |  2 +-
50791  src/harfbuzz-gpos.c             |  8 ++--
50792  src/harfbuzz-gpos.h             |  2 +-
50793  src/harfbuzz-gsub.h             |  2 +-
50794  src/hb-ot-layout-gsub-private.h | 88
50795  +++++++++++++++++++++++++++++++++++++----
50796  src/hb-ot-layout-open-private.h |  2 +-
50797  src/hb-ot-layout-private.h      | 23 ++++++-----
50798  src/hb-ot-layout.cc             | 54 +++++++++++++++++--------
50799  src/hb-ot-layout.h              |  2 +-
50800  14 files changed, 151 insertions(+), 56 deletions(-)
50801
50802 commit ce48f03946bef895912019046bdbe62bb1301d0b
50803 Merge: 0e13bee 2d15e72
50804 Author: Behdad Esfahbod <behdad@behdad.org>
50805 Date:   Mon Nov 2 14:35:51 2009 -0500
50806
50807     Merge harfbuzz-ng
50808
50809 commit 0e13beeb93077750183a8242780158b88df81e26
50810 Author: Behdad Esfahbod <behdad@behdad.org>
50811 Date:   Fri Apr 17 17:03:39 2009 -0400
50812
50813     Use git.mk
50814
50815  src/Makefile.am | 2 ++
50816  1 file changed, 2 insertions(+)
50817
50818 commit 2d15e72c75931398db5e027e660f1320bb979117
50819 Author: Behdad Esfahbod <behdad@behdad.org>
50820 Date:   Wed Apr 15 19:50:16 2009 -0400
50821
50822     Give it a start at GSUB
50823
50824  src/hb-common.h                 |   5 +-
50825  src/hb-ot-layout-gdef-private.h |  24 ++++----
50826  src/hb-ot-layout-gsub-private.h | 120
50827  +++++++++++++++++++++++++++++++++++++++-
50828  src/hb-ot-layout-open-private.h |  51 ++++++++++-------
50829  src/hb-ot-layout-private.h      |   2 +-
50830  src/hb-ot-layout.cc             |  63 +++++++++++++++++++--
50831  src/hb-ot-layout.h              |  29 +++++++++-
50832  src/main.cc                     |   4 +-
50833  8 files changed, 253 insertions(+), 45 deletions(-)
50834
50835 commit 9d870f2a558f4e463e3ff953312202a8d144158b
50836 Author: Behdad Esfahbod <behdad@behdad.org>
50837 Date:   Thu Apr 9 13:30:26 2009 -0400
50838
50839     Bug 577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD
50840
50841     Detect TrueType Collections by checking the font data header instead
50842     of checking for "face->num_faces >1".
50843
50844  src/harfbuzz-stream.c | 11 +++++++++--
50845  1 file changed, 9 insertions(+), 2 deletions(-)
50846
50847 commit d49caf1f77743550d83fc7feced1293ba34a4e99
50848 Author: Behdad Esfahbod <behdad@behdad.org>
50849 Date:   Mon Mar 2 15:16:11 2009 +0330
50850
50851     [opentype] Protect against illegal access for arrays of length zero
50852
50853  src/harfbuzz-gpos.c | 22 ++++++++++++++++++----
50854  src/harfbuzz-gsub.c |  6 ++++++
50855  2 files changed, 24 insertions(+), 4 deletions(-)
50856
50857 commit 66871797af194f9d2161faf8bfbc9684f09e207e
50858 Author: Behdad Esfahbod <behdad@behdad.org>
50859 Date:   Mon Mar 2 14:20:20 2009 +0330
50860
50861     [opentype] Use size_t instead of uint for malloc wrappers
50862
50863  src/harfbuzz-impl.c | 4 ++--
50864  src/harfbuzz-impl.h | 6 ++++--
50865  2 files changed, 6 insertions(+), 4 deletions(-)
50866
50867 commit 3664e59c52ed56486a3e38126c0c3abb78f42233
50868 Author: Behdad Esfahbod <behdad@behdad.org>
50869 Date:   Mon Mar 2 11:09:29 2009 +0330
50870
50871     Fix Bug 572529 – Poor -I ordering can break build
50872
50873  src/Makefile.am | 4 ++--
50874  1 file changed, 2 insertions(+), 2 deletions(-)
50875
50876 commit aca4d11388eedd532a73bd34747abb65c0ea9291
50877 Author: Behdad Esfahbod <behdad@gnome.org>
50878 Date:   Mon Feb 2 00:13:07 2009 +0000
50879
50880     Allocate all array rows in a single ALLOC call. Saves over 100
50881     alloc calls
50882
50883     2009-01-31  Behdad Esfahbod  <behdad@gnome.org>
50884
50885             * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array),
50886             (Free_Mark2Array):
50887             Allocate all array rows in a single ALLOC call.  Saves over
50888             100
50889             alloc calls when loading DejaVu Sans,
50890
50891  src/harfbuzz-gpos.c | 59
50892  +++++++++++++++--------------------------------------
50893  1 file changed, 17 insertions(+), 42 deletions(-)
50894
50895 commit c561d69c721105b78bb06d1e3c5f21ca314d924a
50896 Author: Behdad Esfahbod <behdad@gnome.org>
50897 Date:   Thu Jan 29 09:20:08 2009 +0000
50898
50899     Remove ClassDef->Defined field. This is the comment accompanying it:
50900
50901     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
50902
50903             * pango/opentype/harfbuzz-open.h:
50904             * pango/opentype/harfbuzz-gdef.c (Make_ClassRange),
50905             (HB_GDEF_Build_ClassDefinition):
50906             * pango/opentype/harfbuzz-gpos.c (Load_PosClassRule),
50907             (Load_ChainPosClassRule):
50908             * pango/opentype/harfbuzz-gsub.c (Load_SubClassRule),
50909             (Load_ChainSubClassRule):
50910             * pango/opentype/harfbuzz-open.c (Load_ClassDef1),
50911             (Load_ClassDef2), (_HB_OPEN_Load_ClassDefinition),
50912             (_HB_OPEN_Load_EmptyClassDefinition),
50913             (_HB_OPEN_Free_ClassDefinition):
50914             Remove ClassDef->Defined field.  This is the comment
50915             accompanying it:
50916
50917               The `Defined' field is not defined in the OpenType
50918               specification
50919               but apparently needed for processing fonts like trado.ttf:
50920               This
50921               font refers to a class which contains not a single element.
50922               We
50923               map such classes to class 0.
50924
50925             The comment is correct that trado.ttf (MS Traditional
50926             Arabic) uses
50927             such classes.  However, in my testing I couldn't identify any
50928             problems with the font if the special handling is removed.
50929             I also
50930             processed as many fonts as I could get my hand on and
50931             trado.ttf was
50932             the only not-totally-broken font hitting the special-case
50933             code.
50934             DejaVu fonts hit it too, but I'm sure they do not require the
50935             special-handling code.  Most probably, that code introduces
50936             bugs
50937             in them.
50938
50939             The special-casing was consuming lots of memory.
50940             EIGHT MEGABYTES
50941             for loading DejaVu Sans!  While this could be complete
50942             fixed, I
50943             decided to remove the special-handling code altogether.
50944             I don't
50945             think it will make any real difference, and if it does,
50946             we'll fix
50947             fonts.  Such hacks will not be in harfbuzz-ng anyway.
50948
50949             Bug originally reported by nsf.
50950
50951  src/harfbuzz-gdef.c |  8 --------
50952  src/harfbuzz-gpos.c | 32 --------------------------------
50953  src/harfbuzz-gsub.c | 31 -------------------------------
50954  src/harfbuzz-open.c | 30 +++---------------------------
50955  src/harfbuzz-open.h |  8 --------
50956  5 files changed, 3 insertions(+), 106 deletions(-)
50957
50958 commit 9372edd6f020c92609853609dcb504c72551c9c3
50959 Author: Behdad Esfahbod <behdad@gnome.org>
50960 Date:   Thu Jan 29 09:19:56 2009 +0000
50961
50962     Use calloc(), instead of malloc()ing and memset()ing.
50963
50964     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
50965
50966             * pango/opentype/harfbuzz-impl.c (_hb_alloc): Use calloc(),
50967             instead of malloc()ing and memset()ing.
50968
50969  src/harfbuzz-impl.c | 4 +---
50970  1 file changed, 1 insertion(+), 3 deletions(-)
50971
50972 commit 94c21d26ba878b3168a21f2e76f02bc52e8fe6fd
50973 Author: Behdad Esfahbod <behdad@gnome.org>
50974 Date:   Thu Jan 29 09:19:43 2009 +0000
50975
50976     Remove old cruft.
50977
50978     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
50979
50980             * pango/opentype/harfbuzz-dump-main.c (main): Remove old
50981             cruft.
50982
50983  src/harfbuzz-dump-main.c | 144
50984  +----------------------------------------------
50985  1 file changed, 1 insertion(+), 143 deletions(-)
50986
50987 commit 0a47c4f78e8a9e81cd305f24ec92ea61ead7dd8d
50988 Author: Behdad Esfahbod <behdad@gnome.org>
50989 Date:   Thu Jan 29 09:19:20 2009 +0000
50990
50991     Allocate all array rows in a single ALLOC call. Saves over 2000 alloc
50992
50993     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
50994
50995             * pango/opentype/harfbuzz-gpos.c (Load_BaseArray),
50996             (Free_BaseArray):
50997             Allocate all array rows in a single ALLOC call.  Saves over
50998             2000
50999             alloc calls when loading DejaVu Sans!
51000
51001  src/harfbuzz-gpos.c | 57
51002  ++++++++++++++++-------------------------------------
51003  1 file changed, 17 insertions(+), 40 deletions(-)
51004
51005 commit 549be924bccd187f53791dfa27647981ac909545
51006 Author: Behdad Esfahbod <behdad@gnome.org>
51007 Date:   Fri Dec 26 02:31:47 2008 +0000
51008
51009     Bug 469049 – Fix all compiler warnings
51010
51011     2008-12-25  Behdad Esfahbod  <behdad@gnome.org>
51012
51013             Bug 469049 – Fix all compiler warnings
51014
51015             * pango-view/viewer-pangocairo.c (render_callback):
51016             * pango/fonts.c (append_field),
51017             (pango_font_description_to_string):
51018             * pango/opentype/harfbuzz-dump.c:
51019             * pango/pango-bidi-type.c
51020             (pango_log2vis_get_embedding_levels):
51021             * pango/pango-coverage.c (pango_coverage_set):
51022             * pango/pango-markup.c (span_parse_func):
51023             * pango/pango-renderer.c
51024             (pango_renderer_default_draw_error_underline):
51025             * pango/pango-utils.c (pango_scan_string):
51026             * pango/pangocairo-render.c
51027             (pango_cairo_renderer_draw_trapezoid),
51028             (draw_error_underline), (pango_cairo_renderer_class_init):
51029             Fix all the remaining warnings.
51030
51031  src/harfbuzz-dump.c | 3 +++
51032  1 file changed, 3 insertions(+)
51033
51034 commit 719f9eaa755396ff377da10c5eeced01d3456b1b
51035 Author: Behdad Esfahbod <behdad@gnome.org>
51036 Date:   Fri Dec 26 02:31:35 2008 +0000
51037
51038     Fix more warnings.
51039
51040     2008-12-25  Behdad Esfahbod  <behdad@gnome.org>
51041
51042             * pango/modules.c (pango_module_load), (script_info_free):
51043             * pango/opentype/harfbuzz-gpos.c (HB_Load_GPOS_Table):
51044             * pango/pango-bidi-type.c:
51045             * pango/pango-coverage.c (pango_coverage_ref),
51046             (pango_coverage_unref):
51047             * pango/pango-engine.c (pango_engine_shape_real_covers),
51048             (fallback_engine_shape), (fallback_engine_covers):
51049             * pango/pango-fontmap.c (pango_font_map_init):
51050             * pango/pango-ot-ruleset.c (pango_ot_ruleset_finalize),
51051             (pango_ot_ruleset_new):
51052             * pango/pangofc-decoder.c (pango_fc_decoder_init),
51053             (pango_fc_decoder_class_init):
51054             * pango/pangofc-font.c (pango_fc_font_find_shaper),
51055             (pango_fc_font_get_coverage):
51056             * pango/pangofc-fontmap.c (pango_fc_font_map_list_families),
51057             (pango_fc_make_pattern), (pango_fc_font_map_get_patterns),
51058             (get_first_font), (_pango_fc_font_map_get_coverage),
51059             (cleanup_font), (pango_fc_font_description_from_pattern),
51060             (pango_fc_face_list_sizes), (pango_fc_family_list_faces):
51061             * pango/pangoft2-fontmap.c
51062             (pango_ft2_font_map_get_resolution):
51063             * pango/pangoft2-render.c (pango_ft2_renderer_init),
51064             (pango_ft2_renderer_draw_trapezoid):
51065             * pango/pangoft2.c (pango_ft2_font_get_face),
51066             (pango_ft2_font_real_unlock_face),
51067             (pango_ft2_free_glyph_info_callback):
51068             Fix more warnings.
51069
51070  src/harfbuzz-gpos.c | 2 +-
51071  1 file changed, 1 insertion(+), 1 deletion(-)
51072
51073 commit 21f7d507f4b50e2743ab47954270f4c72d5a722a
51074 Author: Behdad Esfahbod <behdad@gnome.org>
51075 Date:   Wed Oct 15 03:45:29 2008 +0000
51076
51077     Bug 528272 – "Error loading GPOS table 5503" when using katakana
51078
51079     2008-10-14  Behdad Esfahbod  <behdad@gnome.org>
51080
51081             Bug 528272 – "Error loading GPOS table 5503" when using
51082             katakana
51083             characters
51084
51085             * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array): Skip
51086             parsing
51087             null anchor tables.
51088
51089  src/harfbuzz-gpos.c | 7 +++++++
51090  1 file changed, 7 insertions(+)
51091
51092 commit a26c6ae70502b4d60c52a0648662b1619c688b9a
51093 Author: Behdad Esfahbod <behdad@gnome.org>
51094 Date:   Mon Sep 29 22:28:47 2008 +0000
51095
51096     Fix left-to-right positioning. Reported by Peter Hunter.
51097
51098     2008-09-29  Behdad Esfahbod  <behdad@gnome.org>
51099
51100             * pango/opentype/harfbuzz-gpos.c (Position_CursiveChain):
51101             Fix left-to-right positioning.  Reported by Peter Hunter.
51102
51103  src/harfbuzz-gpos.c | 2 +-
51104  1 file changed, 1 insertion(+), 1 deletion(-)
51105
51106 commit b6c06c56a33f1e1ec15e3b525ecafe8fadc679db
51107 Author: Behdad Esfahbod <behdad@gnome.org>
51108 Date:   Sun Jun 29 18:30:14 2008 +0000
51109
51110     Bug 540592 – Crash in HB_GSUB_Apply_String with Linux-Libertine font
51111
51112     2008-06-29  Behdad Esfahbod  <behdad@gnome.org>
51113
51114             Bug 540592 – Crash in HB_GSUB_Apply_String with
51115             Linux-Libertine font
51116
51117             * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup):
51118             Fix reverse
51119             loops for type 8 lookups.
51120
51121  src/harfbuzz-gsub.c | 2 +-
51122  1 file changed, 1 insertion(+), 1 deletion(-)
51123
51124 commit c44733596c6648e209c12349e18e35424edf3d59
51125 Author: Behdad Esfahbod <behdad@behdad.org>
51126 Date:   Mon Feb 18 21:14:23 2008 -0500
51127
51128     [hb-ot-layout] Add proper namespace to accessors
51129
51130  src/hb-ot-layout.cc | 165
51131  ++++++++++++++++++++++++++++++++++++++--------------
51132  src/hb-ot-layout.h  | 115 +++++++++++++++++++++++-------------
51133  2 files changed, 198 insertions(+), 82 deletions(-)
51134
51135 commit 57225672098ebdafb0c06ae091a1b55635daca29
51136 Author: Behdad Esfahbod <behdad@behdad.org>
51137 Date:   Mon Feb 18 20:58:39 2008 -0500
51138
51139     Fix typo, add TODOs
51140
51141  src/hb-ot-layout-open-private.h | 5 ++++-
51142  1 file changed, 4 insertions(+), 1 deletion(-)
51143
51144 commit 4a26ea408c87f0bb59deca9ff44008d138471aa3
51145 Author: Behdad Esfahbod <behdad@behdad.org>
51146 Date:   Mon Jan 28 07:40:10 2008 -0500
51147
51148     Finish script, language, and feature public API
51149
51150  src/hb-ot-layout-open-private.h |  22 ++++++---
51151  src/hb-ot-layout.cc             | 107
51152  +++++++++++++++++++++++++++++++---------
51153  src/hb-ot-layout.h              |  34 ++++++++++++-
51154  3 files changed, 132 insertions(+), 31 deletions(-)
51155
51156 commit 706ab25a4cb043d46e6088aa0a7184ee200276c9
51157 Author: Behdad Esfahbod <behdad@behdad.org>
51158 Date:   Mon Jan 28 05:58:50 2008 -0500
51159
51160     Add script and language public getter API
51161
51162  src/hb-ot-layout-open-private.h |  40 ++++++++-----
51163  src/hb-ot-layout.cc             | 127
51164  +++++++++++++++++++++++++++++++++++++++-
51165  src/hb-ot-layout.h              |  56 ++++++++++++++++++
51166  src/main.cc                     |   2 +-
51167  4 files changed, 207 insertions(+), 18 deletions(-)
51168
51169 commit 40a81314fa3eb7c701aea47b43f81bfad985f717
51170 Author: Behdad Esfahbod <behdad@behdad.org>
51171 Date:   Mon Jan 28 02:30:48 2008 -0500
51172
51173     Make main.cc compile again, which means finished getter API
51174
51175  src/hb-ot-layout-open-private.h | 117
51176  +++++++++++++++++++++++++++++-----------
51177  src/main.cc                     |  99 +++++++++++++++++++++++-----------
51178  2 files changed, 155 insertions(+), 61 deletions(-)
51179
51180 commit e50c3978d37b2c0d6ddd4ced6a6196f6857cd596
51181 Author: Behdad Esfahbod <behdad@behdad.org>
51182 Date:   Mon Jan 28 00:16:49 2008 -0500
51183
51184     Rename HB_OT_Layout to hb_ot_layout_t
51185
51186  src/hb-ot-layout-private.h |  8 ++++----
51187  src/hb-ot-layout.cc        | 34 +++++++++++++++++-----------------
51188  src/hb-ot-layout.h         | 33 +++++++++++++++------------------
51189  3 files changed, 36 insertions(+), 39 deletions(-)
51190
51191 commit dfa811965133bc4d1696fa5a0166e17ed4142c98
51192 Author: Behdad Esfahbod <behdad@behdad.org>
51193 Date:   Mon Jan 28 00:12:21 2008 -0500
51194
51195     Rename hb_ot_layout_create() to hb_ot_layout_create_for_data()
51196
51197  src/hb-ot-layout.cc | 4 ++--
51198  src/hb-ot-layout.h  | 4 ++--
51199  2 files changed, 4 insertions(+), 4 deletions(-)
51200
51201 commit 54e5aac5e2947d4e2864c6f2987e4d275da73100
51202 Author: Behdad Esfahbod <behdad@behdad.org>
51203 Date:   Sun Jan 27 21:19:51 2008 -0500
51204
51205     GDEF completely working now
51206
51207  src/hb-ot-layout-open-private.h | 11 ++++++++---
51208  src/hb-ot-layout-private.h      | 16 +++++++++-------
51209  src/hb-ot-layout.cc             | 19 +++++++++----------
51210  src/hb-private.h                |  7 +++++++
51211  src/main.cc                     | 12 ++++++------
51212  5 files changed, 39 insertions(+), 26 deletions(-)
51213
51214 commit 6f425b11799aa20dab553085f05744191b7318e2
51215 Author: Behdad Esfahbod <behdad@behdad.org>
51216 Date:   Thu Jan 24 19:38:56 2008 -0500
51217
51218     [GDEF] Finish internal API
51219
51220  src/hb-ot-layout-private.h | 15 +++++++-
51221  src/hb-ot-layout.cc        | 95
51222  ++++++++++++++++++++++------------------------
51223  src/hb-ot-layout.h         | 16 ++++----
51224  3 files changed, 66 insertions(+), 60 deletions(-)
51225
51226 commit 590d55cbb9e21ef74dfd88eee51fd0a763958cd2
51227 Author: Behdad Esfahbod <behdad@behdad.org>
51228 Date:   Thu Jan 24 19:13:50 2008 -0500
51229
51230     [GDEF] Finish public API
51231
51232  src/hb-common.h                 |  11 ++++
51233  src/hb-ot-layout-gdef-private.h |  28 +++++----
51234  src/hb-ot-layout-open-private.h |  25 ++++----
51235  src/hb-ot-layout-private.h      |  23 ++------
51236  src/hb-ot-layout.cc             | 123
51237  +++++++++++++++++++++++++++++++++++++---
51238  src/hb-ot-layout.h              |  29 ++++++----
51239  6 files changed, 176 insertions(+), 63 deletions(-)
51240
51241 commit aff831ed6787abe8e24a977e34d97ff2e0b7dc21
51242 Author: Behdad Esfahbod <behdad@behdad.org>
51243 Date:   Thu Jan 24 06:03:45 2008 -0500
51244
51245     Implement glyph properties
51246
51247  src/hb-ot-layout-gdef-private.h | 10 ++++-
51248  src/hb-ot-layout-private.h      | 16 +++++++-
51249  src/hb-ot-layout.cc             | 84
51250  +++++++++++++++++++++++++++++++++++++----
51251  src/hb-ot-layout.h              | 25 ++++++++----
51252  4 files changed, 117 insertions(+), 18 deletions(-)
51253
51254 commit ead428d7a0bf4dc84340a99f3959e5cc58123e99
51255 Author: Behdad Esfahbod <behdad@behdad.org>
51256 Date:   Thu Jan 24 03:54:09 2008 -0500
51257
51258     More public api
51259
51260  src/hb-ot-layout-open-private.h | 32 +++++++++++++++++++-------------
51261  src/hb-ot-layout-private.h      |  9 ++++++---
51262  src/hb-ot-layout.cc             | 21 ++++++++++++++-------
51263  src/hb-ot-layout.h              |  2 --
51264  4 files changed, 39 insertions(+), 25 deletions(-)
51265
51266 commit fd92a3dde32fd10df30c9eeb97641bc3c15b1e9b
51267 Author: Behdad Esfahbod <behdad@behdad.org>
51268 Date:   Thu Jan 24 03:11:09 2008 -0500
51269
51270     Starting public interface
51271
51272  src/{Makefile => Makefile.ng}   |  0
51273  src/hb-ot-layout-gdef-private.h | 17 ++++----
51274  src/hb-ot-layout-gsub-private.h |  3 +-
51275  src/hb-ot-layout-open-private.h | 92
51276  +++++++++++++++++++++++++++++------------
51277  src/hb-ot-layout-private.h      | 51 +++++++++++++++++++++++
51278  src/hb-ot-layout.cc             | 67 ++++++++++++++++++++++++++++++
51279  src/hb-ot-layout.h              | 35 ++++++++++++++--
51280  src/main.cc                     |  1 +
51281  8 files changed, 225 insertions(+), 41 deletions(-)
51282
51283 commit 7d6b95b000ec6cd8ca93113b2d81a049ad2f9bbe
51284 Author: Behdad Esfahbod <behdad@src.gnome.org>
51285 Date:   Thu Jan 24 04:42:24 2008 +0000
51286
51287     Remove unused macro
51288
51289  src/harfbuzz-impl.h | 2 --
51290  1 file changed, 2 deletions(-)
51291
51292 commit 7586089c6fa8185cad8387869d3703c637e5cbb1
51293 Author: Behdad Esfahbod <behdad@behdad.org>
51294 Date:   Wed Jan 23 18:02:28 2008 -0500
51295
51296     Minor
51297
51298  src/hb-ot-layout-gdef-private.h | 37 +++++++++++++++++++++++++------
51299  src/hb-ot-layout-gsub-private.h | 13 +++++++++++
51300  src/hb-ot-layout-open-private.h | 49
51301  ++++++++++++++++++++++++++++++++++-------
51302  src/hb-private.h                |  2 ++
51303  4 files changed, 86 insertions(+), 15 deletions(-)
51304
51305 commit aefaafe5bc4fc6d37a412c135b1079c287be7045
51306 Author: Behdad Esfahbod <behdad@behdad.org>
51307 Date:   Wed Jan 23 17:25:29 2008 -0500
51308
51309     Minor renaming
51310
51311  src/hb-ot-layout-gdef-private.h | 10 +++++-----
51312  src/hb-ot-layout-open-private.h | 16 +++++++---------
51313  src/main.cc                     |  4 ++--
51314  3 files changed, 14 insertions(+), 16 deletions(-)
51315
51316 commit a16ecbf0564a6e2576da22c12827f3c0719da549
51317 Author: Behdad Esfahbod <behdad@behdad.org>
51318 Date:   Wed Jan 23 17:01:55 2008 -0500
51319
51320     Initial gsub stub
51321
51322  src/hb-ot-layout-gdef-private.h |   4 +
51323  src/hb-ot-layout-gsub-private.h | 453
51324  ++++++++++++++++++++++++++++++++++++++++
51325  src/hb-ot-layout-open-private.h |   3 +
51326  src/main.cc                     |   1 +
51327  4 files changed, 461 insertions(+)
51328
51329 commit 64aef3a54999496fd1de4f5aa5b019e4c03b3836
51330 Author: Behdad Esfahbod <behdad@behdad.org>
51331 Date:   Wed Jan 23 16:14:38 2008 -0500
51332
51333     Add copyright notices.
51334
51335  src/hb-common.h                 | 26 ++++++++++++++++++++++++++
51336  src/hb-ot-layout-gdef-private.h | 26 ++++++++++++++++++++++++++
51337  src/hb-ot-layout-open-private.h | 26 ++++++++++++++++++++++++++
51338  src/hb-ot-layout.h              | 26 ++++++++++++++++++++++++++
51339  src/hb-private.h                | 26 ++++++++++++++++++++++++++
51340  src/main.cc                     | 26 ++++++++++++++++++++++++++
51341  6 files changed, 156 insertions(+)
51342
51343 commit 12360f7c159826ae72271b34486dee59d96aa8ca
51344 Author: Behdad Esfahbod <behdad@behdad.org>
51345 Date:   Wed Jan 23 15:50:38 2008 -0500
51346
51347     Minor cleanup, add LIKELY and UNLIKELY annotations
51348
51349  src/hb-ot-layout-gdef-private.h | 63
51350  +++++++++++++++++++++++------------------
51351  src/hb-ot-layout-open-private.h | 36 ++++++++---------------
51352  src/hb-private.h                | 15 ++++++++++
51353  3 files changed, 63 insertions(+), 51 deletions(-)
51354
51355 commit 8dd1c8b8d6797d899d0f5b0a8015886bf6520ca2
51356 Author: Behdad Esfahbod <behdad@behdad.org>
51357 Date:   Wed Jan 23 05:00:30 2008 -0500
51358
51359     Clean up file names, add namespace
51360
51361  src/harfbuzz-common.h                                      | 14
51362  --------------
51363  src/harfbuzz-gdef.h                                        | 11
51364  -----------
51365  src/hb-common.h                                            | 14
51366  ++++++++++++++
51367  ...harfbuzz-gdef-private.h => hb-ot-layout-gdef-private.h} |  8 ++++----
51368  ...harfbuzz-open-private.h => hb-ot-layout-open-private.h} | 10
51369  +++++-----
51370  src/{harfbuzz-open.h => hb-ot-layout.h}                    | 12
51371  ++++++------
51372  src/{harfbuzz-private.h => hb-private.h}                   |  6 +++---
51373  src/main.cc                                                |  4 ++--
51374  8 files changed, 34 insertions(+), 45 deletions(-)
51375
51376 commit 1f437e6f47fb6c15761021bd2078f31778f2179c
51377 Author: Behdad Esfahbod <behdad@behdad.org>
51378 Date:   Wed Jan 23 04:36:40 2008 -0500
51379
51380     Make all code NULL-free and assert-free
51381
51382  src/harfbuzz-gdef-private.h | 125 ++++++++++---------
51383  src/harfbuzz-open-private.h | 285
51384  +++++++++++++++++++++++---------------------
51385  src/main.cc                 |   8 +-
51386  3 files changed, 214 insertions(+), 204 deletions(-)
51387
51388 commit 600e5eb80f553ea8eb862e6784133574c74ca513
51389 Author: Behdad Esfahbod <behdad@behdad.org>
51390 Date:   Wed Jan 23 02:01:37 2008 -0500
51391
51392     Define get_for_data() factories
51393
51394  src/harfbuzz-gdef-private.h |  3 +++
51395  src/harfbuzz-open-private.h | 42
51396  +++++++++++++++++++++++++++++-------------
51397  src/main.cc                 | 10 ++++------
51398  3 files changed, 36 insertions(+), 19 deletions(-)
51399
51400 commit b9d7688fb3d45894901484b74095c4f11cab6196
51401 Author: Behdad Esfahbod <behdad@behdad.org>
51402 Date:   Wed Jan 23 01:38:10 2008 -0500
51403
51404     Finish and test GDEF
51405
51406  src/harfbuzz-gdef-private.h | 72
51407  ++++++++++++++++++++++++++++++++-------------
51408  src/harfbuzz-open-private.h | 23 ++++++++-------
51409  src/harfbuzz-open.h         |  4 +++
51410  src/main.cc                 | 10 +++++++
51411  4 files changed, 77 insertions(+), 32 deletions(-)
51412
51413 commit 303fe62824d4e99df554b6bfaacba05d068522fb
51414 Author: Behdad Esfahbod <behdad@behdad.org>
51415 Date:   Wed Jan 23 00:20:48 2008 -0500
51416
51417     Misc cleanup
51418
51419  src/Makefile                |  10 ++++-
51420  src/harfbuzz-gdef-private.h |  65 +++++++++++++++++++++-------
51421  src/harfbuzz-open-private.h | 102
51422  ++++++++++++++++++++++++++++++++++++++++----
51423  src/harfbuzz-private.h      |   6 +++
51424  src/main.cc                 |  12 +++---
51425  5 files changed, 163 insertions(+), 32 deletions(-)
51426
51427 commit 17843245fde4cc8cddc7da8ef30357d3d8778187
51428 Author: Behdad Esfahbod <behdad@gnome.org>
51429 Date:   Wed Jan 16 20:39:29 2008 +0000
51430
51431     Remove COPYING.GPL and COPYING.FTL that are no longer there.
51432
51433     2008-01-16  Behdad Esfahbod  <behdad@gnome.org>
51434
51435             * pango/opentype/Makefile.am: Remove COPYING.GPL and
51436             COPYING.FTL that
51437             are no longer there.
51438
51439  src/Makefile.am | 2 --
51440  1 file changed, 2 deletions(-)
51441
51442 commit a2a9a023f6472ba262f89e5327318996b8258d25
51443 Author: Behdad Esfahbod <behdad@gnome.org>
51444 Date:   Tue Jan 15 22:46:32 2008 +0000
51445
51446     HarfBuzz was relicensed to a more generous and simpler
51447     license. Adapt. See
51448
51449     2008-01-15  Behdad Esfahbod  <behdad@gnome.org>
51450
51451             * pango/opentype/*:
51452             HarfBuzz was relicensed to a more generous and simpler
51453             license.
51454             Adapt.  See pango/opentype/COPYING for the new license
51455             which is
51456             LGPL-compatible.
51457
51458  src/COPYING                   |  39 +++--
51459  src/COPYING.FTL               | 174 ---------------------
51460  src/COPYING.GPL               | 340
51461  ------------------------------------------
51462  src/harfbuzz-buffer-private.h |  32 ++--
51463  src/harfbuzz-buffer.c         |  27 +++-
51464  src/harfbuzz-buffer.h         |  32 ++--
51465  src/harfbuzz-dump-main.c      |  34 +++--
51466  src/harfbuzz-dump.c           |  34 +++--
51467  src/harfbuzz-dump.h           |  35 +++--
51468  src/harfbuzz-gdef-private.h   |  29 +++-
51469  src/harfbuzz-gdef.c           |  29 +++-
51470  src/harfbuzz-gdef.h           |  29 +++-
51471  src/harfbuzz-global.h         |  29 +++-
51472  src/harfbuzz-gpos-private.h   |  29 +++-
51473  src/harfbuzz-gpos.c           |  31 +++-
51474  src/harfbuzz-gpos.h           |  29 +++-
51475  src/harfbuzz-gsub-private.h   |  29 +++-
51476  src/harfbuzz-gsub.c           |  31 +++-
51477  src/harfbuzz-gsub.h           |  29 +++-
51478  src/harfbuzz-impl.c           |  31 +++-
51479  src/harfbuzz-impl.h           |  29 +++-
51480  src/harfbuzz-open-private.h   |  29 +++-
51481  src/harfbuzz-open.c           |  29 +++-
51482  src/harfbuzz-open.h           |  29 +++-
51483  src/harfbuzz-stream-private.h |  29 +++-
51484  src/harfbuzz-stream.c         |  31 +++-
51485  src/harfbuzz.c                |  28 +++-
51486  src/harfbuzz.h                |  29 +++-
51487  28 files changed, 564 insertions(+), 741 deletions(-)
51488
51489 commit 4ccedd22eaa6e47bd8bbf255627a8b55fbb44736
51490 Author: Behdad Esfahbod <behdad@gnome.org>
51491 Date:   Wed Dec 5 03:41:29 2007 +0000
51492
51493     Bug 501575 – Compile errors Patch from Jens Granseuer
51494
51495     2007-12-04  Behdad Esfahbod  <behdad@gnome.org>
51496
51497             Bug 501575 – Compile errors
51498             Patch from Jens Granseuer
51499
51500             * pango/opentype/harfbuzz-stream.c (_hb_font_goto_table):
51501             * pango/pango-utils.c (handle_alias_line):
51502             Fix C99ism.
51503
51504  src/harfbuzz-stream.c | 4 ++--
51505  1 file changed, 2 insertions(+), 2 deletions(-)
51506
51507 commit cd55cfa2b0a1fe35d5a4ad1c8feaa399d7fb7ab3
51508 Author: Behdad Esfahbod <behdad@src.gnome.org>
51509 Date:   Fri Nov 30 04:31:29 2007 +0000
51510
51511     Undo accidental change.
51512
51513  src/harfbuzz-impl.c | 2 --
51514  1 file changed, 2 deletions(-)
51515
51516 commit 3f05da638c8d7b13e7f860aeda1a6321e5ebd92e
51517 Author: Behdad Esfahbod <behdad@gnome.org>
51518 Date:   Fri Nov 30 04:29:58 2007 +0000
51519
51520     Bug 485536 – underline_position can be zero
51521
51522     2007-11-29  Behdad Esfahbod  <behdad@gnome.org>
51523
51524             Bug 485536 – underline_position can be zero
51525
51526             * pango/pango-utils.c (pango_cairo_quantize_line_geometry):
51527             Document that returned position may be zero.
51528
51529             * pango/pangocairo-win32font.c
51530             (pango_cairo_win32_font_create_metrics_for_context):
51531             * pango/pangofc-font.c (get_face_metrics):
51532             Handle case of underline_position==0 after rounding.
51533
51534  src/harfbuzz-impl.c | 2 ++
51535  1 file changed, 2 insertions(+)
51536
51537 commit e58278fedb67cbaac4bf4d6dfc33209cb22eec08
51538 Author: Behdad Esfahbod <behdad@gnome.org>
51539 Date:   Sat Nov 24 01:40:13 2007 +0000
51540
51541     Remove unused macro.
51542
51543     2007-11-23  Behdad Esfahbod  <behdad@gnome.org>
51544
51545             * pango/opentype/harfbuzz-impl.c: Remove unused macro.
51546
51547  src/harfbuzz-impl.c | 18 ------------------
51548  1 file changed, 18 deletions(-)
51549
51550 commit 3b047380aec4ccc707c4579327d54172c19820fd
51551 Author: Behdad Esfahbod <behdad@src.gnome.org>
51552 Date:   Sun Nov 18 22:34:08 2007 +0000
51553
51554     Minor
51555
51556  src/harfbuzz-dump-main.c |  4 +--
51557  src/harfbuzz-stream.c    | 89
51558  ++++++++++++++++++++++++------------------------
51559  2 files changed, 46 insertions(+), 47 deletions(-)
51560
51561 commit 10d6a25a26bdbab4ece4edf0e34ffd3d22410ebe
51562 Author: Behdad Esfahbod <behdad@src.gnome.org>
51563 Date:   Wed Nov 7 10:04:11 2007 +0000
51564
51565     Remove dead code.
51566
51567  src/harfbuzz-gdef.c | 88
51568  -----------------------------------------------------
51569  src/harfbuzz-gpos.h |  4 +--
51570  2 files changed, 1 insertion(+), 91 deletions(-)
51571
51572 commit 47d2c33e3d099fae79e199367de5011bc5c12273
51573 Author: Behdad Esfahbod <behdad@gnome.org>
51574 Date:   Wed Nov 7 09:59:18 2007 +0000
51575
51576     And some more.
51577
51578     2007-11-07  Behdad Esfahbod  <behdad@gnome.org>
51579
51580             * pango/opentype/*: And some more.
51581
51582  src/harfbuzz-buffer.h         |  8 ++---
51583  src/harfbuzz-dump-main.c      | 22 ++++++------
51584  src/harfbuzz-gdef.c           | 14 ++++----
51585  src/harfbuzz-gdef.h           |  4 +--
51586  src/harfbuzz-global.h         | 21 +++++------
51587  src/harfbuzz-gpos.c           | 82
51588  +++++++++++++++++++++----------------------
51589  src/harfbuzz-gpos.h           | 12 +++----
51590  src/harfbuzz-gsub.c           |  4 +--
51591  src/harfbuzz-gsub.h           |  4 +--
51592  src/harfbuzz-stream-private.h |  4 +--
51593  src/harfbuzz-stream.c         | 16 ++++-----
51594  11 files changed, 95 insertions(+), 96 deletions(-)
51595
51596 commit 78ef65ba08967fe1b5f97bcb27074bd635f4b898
51597 Author: Behdad Esfahbod <behdad@gnome.org>
51598 Date:   Wed Nov 7 08:06:01 2007 +0000
51599
51600     Some more cleanup and merging.
51601
51602     2007-11-07  Behdad Esfahbod  <behdad@gnome.org>
51603
51604             * pango/opentype/*: Some more cleanup and merging.
51605
51606  src/Makefile.am               |   6 +-
51607  src/harfbuzz-buffer-private.h |  33 ++++++
51608  src/harfbuzz-buffer.c         |   4 +-
51609  src/harfbuzz-dump-main.c      |   3 +-
51610  src/harfbuzz-gdef-private.h   |   9 +-
51611  src/harfbuzz-gdef.c           |  39 +++++++
51612  src/harfbuzz-global.h         |   2 +
51613  src/harfbuzz-gpos-private.h   |   1 +
51614  src/harfbuzz-gpos.c           |  32 +-----
51615  src/harfbuzz-gsub-private.h   |   1 +
51616  src/harfbuzz-gsub.c           |  33 +-----
51617  src/harfbuzz-impl.c           | 216
51618  ++------------------------------------
51619  src/harfbuzz-impl.h           | 100 +-----------------
51620  src/harfbuzz-open-private.h   |   4 +-
51621  src/harfbuzz-stream-private.h |  70 +++++++++++++
51622  src/harfbuzz-stream.c         | 234
51623  ++++++++++++++++++++++++++++++++++++++++++
51624  src/harfbuzz.c                |   1 +
51625  src/harfbuzz.h                |   3 +-
51626  18 files changed, 419 insertions(+), 372 deletions(-)
51627
51628 commit 5c9bd379950d914982bdb91d0f82b8036908db37
51629 Author: Behdad Esfahbod <behdad@src.gnome.org>
51630 Date:   Mon Oct 29 23:51:48 2007 +0000
51631
51632     Fix typo.
51633
51634  src/Makefile.am | 5 +++--
51635  1 file changed, 3 insertions(+), 2 deletions(-)
51636
51637 commit ef1f481752fa6e478f649e826c96927c98f21981
51638 Author: Behdad Esfahbod <behdad@gnome.org>
51639 Date:   Thu Oct 25 23:37:11 2007 +0000
51640
51641     Even more cleanup and more type renames.
51642
51643     2007-10-25  Behdad Esfahbod  <behdad@gnome.org>
51644
51645             * pango/opentype/*: Even more cleanup and more type renames.
51646
51647  src/harfbuzz-buffer.h |  3 +--
51648  src/harfbuzz-global.h |  6 ++++++
51649  src/harfbuzz-impl.c   | 16 ++++++++--------
51650  src/harfbuzz-impl.h   | 22 +++++++++++-----------
51651  src/harfbuzz-open.h   |  3 ---
51652  5 files changed, 26 insertions(+), 24 deletions(-)
51653
51654 commit 282c60a0eea0db784b0a094958bec35b5f3dc399
51655 Author: Behdad Esfahbod <behdad@gnome.org>
51656 Date:   Thu Oct 25 23:22:17 2007 +0000
51657
51658     More cleanup, remove redundant error types.
51659
51660     2007-10-25  Behdad Esfahbod  <behdad@gnome.org>
51661
51662             * pango/opentype/*: More cleanup, remove redundant error
51663             types.
51664
51665  src/harfbuzz-dump-main.c |   4 +-
51666  src/harfbuzz-dump.c      |  14 +++---
51667  src/harfbuzz-gdef.c      |  25 +++++-----
51668  src/harfbuzz-gdef.h      |   3 --
51669  src/harfbuzz-global.h    |  31 ++++++------
51670  src/harfbuzz-gpos.c      | 124
51671  +++++++++++++++++++++++------------------------
51672  src/harfbuzz-gpos.h      |   3 --
51673  src/harfbuzz-gsub.c      |  86 ++++++++++++++++----------------
51674  src/harfbuzz-gsub.h      |   3 --
51675  src/harfbuzz-impl.c      |  18 +++----
51676  src/harfbuzz-impl.h      |   2 +
51677  src/harfbuzz-open.c      |  24 ++++-----
51678  src/harfbuzz-open.h      |   6 +--
51679  13 files changed, 170 insertions(+), 173 deletions(-)
51680
51681 commit 4280ec4df45ae86c10c3cd24ddb9c05e47223d39
51682 Author: Behdad Esfahbod <behdad@gnome.org>
51683 Date:   Thu Oct 25 00:23:46 2007 +0000
51684
51685     Rename ftglue.c to harfbuzz-impl.c and more type renames and
51686     moving code
51687
51688     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
51689
51690             * pango/opentype/*: Rename ftglue.c to harfbuzz-impl.c
51691             and more
51692             type renames and moving code around.
51693
51694  src/Makefile.am                   |   3 +-
51695  src/ftglue.h                      | 151
51696  --------------------------------------
51697  src/harfbuzz-dump-main.c          |  48 ++----------
51698  src/harfbuzz-dump.c               |  30 ++++----
51699  src/harfbuzz-gdef.c               |  18 ++---
51700  src/harfbuzz-global.h             |  18 +++++
51701  src/harfbuzz-gpos-private.h       |   2 +-
51702  src/harfbuzz-gpos.c               |  90 +++++++++++------------
51703  src/harfbuzz-gsub-private.h       |   2 +-
51704  src/harfbuzz-gsub.c               |  64 ++++++++--------
51705  src/{ftglue.c => harfbuzz-impl.c} |  64 ++++++++--------
51706  src/harfbuzz-impl.h               | 114 ++++++++++++++++++++++++++--
51707  src/harfbuzz-open-private.h       |  14 ++--
51708  src/harfbuzz-open.c               |  32 ++++----
51709  src/harfbuzz-open.h               |  16 ----
51710  src/harfbuzz.c                    |   4 +-
51711  16 files changed, 289 insertions(+), 381 deletions(-)
51712
51713 commit 5716ae278a82d318ddbfeba01d0785d4efbe1454
51714 Author: Behdad Esfahbod <behdad@gnome.org>
51715 Date:   Wed Oct 24 22:44:47 2007 +0000
51716
51717     New header file harfbuzz-global.h. Rename FT_* int types to HB_*
51718     types.
51719
51720     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
51721
51722             * pango/opentype/*: New header file harfbuzz-global.h.  Rename
51723             FT_* int types to HB_* types.
51724
51725  src/Makefile.am               |   1 +
51726  src/ftglue.c                  |  30 +--
51727  src/ftglue.h                  |  26 +-
51728  src/harfbuzz-buffer-private.h |  26 +-
51729  src/harfbuzz-buffer.c         |  40 ++--
51730  src/harfbuzz-buffer.h         |  42 ++--
51731  src/harfbuzz-dump-main.c      |  24 +-
51732  src/harfbuzz-dump.c           |  14 +-
51733  src/harfbuzz-dump.h           |   4 +-
51734  src/harfbuzz-gdef-private.h   |  30 +--
51735  src/harfbuzz-gdef.c           | 104 ++++----
51736  src/harfbuzz-gdef.h           |  32 +--
51737  src/harfbuzz-global.h         |  34 +++
51738  src/harfbuzz-gpos-private.h   | 182 +++++++-------
51739  src/harfbuzz-gpos.c           | 540
51740  +++++++++++++++++++++---------------------
51741  src/harfbuzz-gpos.h           |  52 ++--
51742  src/harfbuzz-gsub-private.h   | 142 +++++------
51743  src/harfbuzz-gsub.c           | 432 ++++++++++++++++-----------------
51744  src/harfbuzz-gsub.h           |  50 ++--
51745  src/harfbuzz-impl.h           |   6 +-
51746  src/harfbuzz-open-private.h   |  26 +-
51747  src/harfbuzz-open.c           | 146 ++++++------
51748  src/harfbuzz-open.h           |  88 +++----
51749  src/harfbuzz.h                |   1 +
51750  24 files changed, 1056 insertions(+), 1016 deletions(-)
51751
51752 commit 2130d852c76cccb94350a4aea222359640ffa8a4
51753 Author: Behdad Esfahbod <behdad@gnome.org>
51754 Date:   Wed Oct 24 21:35:03 2007 +0000
51755
51756     Add commented-out dummy struct for Extension lookups.
51757
51758     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
51759
51760             * pango/opentype/harfbuzz-gpos-private.h:
51761             * pango/opentype/harfbuzz-gsub-private.h:
51762             Add commented-out dummy struct for Extension lookups.
51763
51764  src/harfbuzz-gpos-private.h | 13 +++++++++++++
51765  src/harfbuzz-gsub-private.h | 13 +++++++++++++
51766  2 files changed, 26 insertions(+)
51767
51768 commit 13b2b963848ada169c2fe3d3669fbc1c337f7fe7
51769 Author: Behdad Esfahbod <behdad@gnome.org>
51770 Date:   Sun Oct 21 18:17:02 2007 +0000
51771
51772     Bug 488840 – harfbuzz: protect against ligid overflow
51773
51774     2007-10-21  Behdad Esfahbod  <behdad@gnome.org>
51775
51776             Bug 488840 – harfbuzz: protect against ligid overflow
51777
51778             * pango/opentype/harfbuzz-buffer.c
51779             (_hb_buffer_allocate_ligid):
51780             Never return zero, even in case of overflow.
51781
51782             * pango/opentype/harfbuzz-impl.h: Define dummy HB_LIKELY() and
51783             HB_UNLIKELY(), to be filled later.
51784
51785  src/harfbuzz-buffer.c | 6 +++++-
51786  src/harfbuzz-impl.h   | 3 +++
51787  2 files changed, 8 insertions(+), 1 deletion(-)
51788
51789 commit 6b347138b597c41af24453f630336ba2fc033dc5
51790 Author: Behdad Esfahbod <behdad@gnome.org>
51791 Date:   Thu Oct 11 08:30:50 2007 +0000
51792
51793     Mark internal symbols as HB_INTERNAL and define that to static in
51794
51795     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51796
51797             * pango/opentype/*: Mark internal symbols as HB_INTERNAL and
51798             define that to static in harfbuzz.c.
51799
51800             * pango/opentype/harfbuzz-buffer-internal.h: New file.
51801
51802  src/Makefile.am               |   1 +
51803  src/ftglue.c                  |  18 +++----
51804  src/ftglue.h                  |  20 ++++----
51805  src/harfbuzz-buffer-private.h |  60 +++++++++++++++++++++++
51806  src/harfbuzz-buffer.c         | 108
51807  +++++++++++++++++++++-------------------
51808  src/harfbuzz-buffer.h         |  38 +--------------
51809  src/harfbuzz-gdef-private.h   |  17 ++++---
51810  src/harfbuzz-gdef.c           |  20 ++++----
51811  src/harfbuzz-gpos-private.h   |  13 +++--
51812  src/harfbuzz-gpos.c           |  16 +++---
51813  src/harfbuzz-gsub-private.h   |  14 +++---
51814  src/harfbuzz-gsub.c           |  20 ++++----
51815  src/harfbuzz-impl.h           |  12 +++--
51816  src/harfbuzz-open-private.h   |  81 +++++++++++++++++-------------
51817  src/harfbuzz-open.c           | 111
51818  ++++++++++++++++++++++++------------------
51819  src/harfbuzz.c                |   1 +
51820  16 files changed, 315 insertions(+), 235 deletions(-)
51821
51822 commit 7cdfb61deefd8f43edb5eb79d45d38dbbbef9051
51823 Author: Behdad Esfahbod <behdad@gnome.org>
51824 Date:   Thu Oct 11 07:46:33 2007 +0000
51825
51826     Remove FTGLUE_API/APIDEF cruft.
51827
51828     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51829
51830             * pango/opentype/ftglue.[ch]: Remove FTGLUE_API/APIDEF cruft.
51831
51832  src/ftglue.c | 16 ++++++++--------
51833  src/ftglue.h | 24 ++++++++----------------
51834  2 files changed, 16 insertions(+), 24 deletions(-)
51835
51836 commit 61ddbafaaad31ccacde54cad7e60a84abffc0a9f
51837 Author: Behdad Esfahbod <behdad@gnome.org>
51838 Date:   Thu Oct 11 07:45:26 2007 +0000
51839
51840     Build harfbuzz.c instead of individual source files, to let
51841     compiler go
51842
51843     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51844
51845             * pango/opentype/Makefile.am: Build harfbuzz.c instead
51846             of individual
51847             source files, to let compiler go wild with optimizations!
51848
51849  src/Makefile.am | 9 +++++----
51850  1 file changed, 5 insertions(+), 4 deletions(-)
51851
51852 commit a219b3d003d6727c79dc51282d21e9ac48c44458
51853 Author: Behdad Esfahbod <behdad@gnome.org>
51854 Date:   Thu Oct 11 07:34:08 2007 +0000
51855
51856     Same here.
51857
51858     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51859
51860             * pango/opentype/harfbuzz.c: Same here.
51861
51862  src/harfbuzz.c | 1 -
51863  1 file changed, 1 deletion(-)
51864
51865 commit 6567e16e3b14c08659342bbcc9f2735e71f9114e
51866 Author: Behdad Esfahbod <behdad@gnome.org>
51867 Date:   Thu Oct 11 07:33:19 2007 +0000
51868
51869     Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just
51870     used by
51871
51872     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51873
51874             * pango/opentype/Makefile.am: Don't include harfbuzz-dump.[ch]
51875             in
51876             libharfbuzz.a.  Those are just used by the harfbuzz-dump tool.
51877
51878  src/Makefile.am | 4 ++--
51879  1 file changed, 2 insertions(+), 2 deletions(-)
51880
51881 commit 0b032549ba7581c879a0fc4e794b0e9a4723ae85
51882 Author: Behdad Esfahbod <behdad@gnome.org>
51883 Date:   Thu Oct 11 07:24:47 2007 +0000
51884
51885     Some more cleanup.
51886
51887     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51888
51889             * pango/opentype/harfbuzz-buffer.c: Some more cleanup.
51890
51891  src/harfbuzz-buffer.c | 11 ++---------
51892  1 file changed, 2 insertions(+), 9 deletions(-)
51893
51894 commit 7a26864308bd1ca8d5f47d798411cac7239b7d38
51895 Author: Behdad Esfahbod <behdad@gnome.org>
51896 Date:   Thu Oct 11 07:21:31 2007 +0000
51897
51898     Move some code around.
51899
51900     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51901
51902             * pango/opentype/harfbuzz-buffer.c: Move some code around.
51903
51904  src/harfbuzz-buffer.c | 91
51905  +++++++++++++++++++++++++++------------------------
51906  1 file changed, 48 insertions(+), 43 deletions(-)
51907
51908 commit 7a5405c8261573a0f29d28fb533e800d698f6129
51909 Author: Behdad Esfahbod <behdad@src.gnome.org>
51910 Date:   Thu Oct 11 07:15:16 2007 +0000
51911
51912     Minor.
51913
51914  src/harfbuzz-buffer.c | 2 +-
51915  1 file changed, 1 insertion(+), 1 deletion(-)
51916
51917 commit 986f4fd96892ebda550793941bb1daed862c4a34
51918 Author: Behdad Esfahbod <behdad@gnome.org>
51919 Date:   Thu Oct 11 07:12:49 2007 +0000
51920
51921     Rename buffer->inplace to buffer->separate_out with the inverted
51922     meaning,
51923
51924     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51925
51926             * pango/opentype/harfbuzz-buffer.[ch]: Rename buffer->inplace
51927             to
51928             buffer->separate_out with the inverted meaning, such that
51929             buffer
51930             is initialization is memset(0).
51931
51932  src/harfbuzz-buffer.c | 34 +++++++++++++++++-----------------
51933  src/harfbuzz-buffer.h |  2 +-
51934  2 files changed, 18 insertions(+), 18 deletions(-)
51935
51936 commit 06003908ccf2473366816935dd1b144cde587be9
51937 Author: Behdad Esfahbod <behdad@gnome.org>
51938 Date:   Thu Oct 11 07:05:09 2007 +0000
51939
51940     Allocate buffer->positions lazily.
51941
51942     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51943
51944             * pango/opentype/*: Allocate buffer->positions lazily.
51945
51946  src/harfbuzz-buffer.c | 25 +++++++++++++++++++++++--
51947  src/harfbuzz-buffer.h |  3 +++
51948  src/harfbuzz-gpos.c   | 13 ++++++++-----
51949  src/harfbuzz-gsub.c   |  5 +++--
51950  4 files changed, 37 insertions(+), 9 deletions(-)
51951
51952 commit fc3d6f575826704a0ae9ee9018323f6a3c422f4b
51953 Author: Behdad Esfahbod <behdad@gnome.org>
51954 Date:   Thu Oct 11 06:52:07 2007 +0000
51955
51956     Bug 485621 – Get rid of freetype memory allocator in harfbuzz
51957
51958     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
51959
51960             Bug 485621 – Get rid of freetype memory allocator in
51961             harfbuzz
51962
51963             * pango/opentype/*: Remove all occurences of FT_Memory.  Use
51964             malloc/realloc/free directly.
51965
51966             * pango/pango-ot*: Update to above.
51967
51968  src/ftglue.c                |  52 ++---
51969  src/ftglue.h                |  28 ++-
51970  src/harfbuzz-buffer.c       |  16 +-
51971  src/harfbuzz-buffer.h       |   4 +-
51972  src/harfbuzz-gdef.c         | 106 ++++------
51973  src/harfbuzz-gdef.h         |   6 +-
51974  src/harfbuzz-gpos-private.h |   1 -
51975  src/harfbuzz-gpos.c         | 462
51976  ++++++++++++++++++--------------------------
51977  src/harfbuzz-gpos.h         |   2 -
51978  src/harfbuzz-gsub-private.h |   1 -
51979  src/harfbuzz-gsub.c         | 312 +++++++++++-------------------
51980  src/harfbuzz-gsub.h         |   2 -
51981  src/harfbuzz-open-private.h |  25 ++-
51982  src/harfbuzz-open.c         | 127 ++++++------
51983  14 files changed, 441 insertions(+), 703 deletions(-)
51984
51985 commit a8abb8b994c3cd89808e8f7128a0c04b23eb3ede
51986 Author: Behdad Esfahbod <behdad@gnome.org>
51987 Date:   Thu Oct 11 00:07:58 2007 +0000
51988
51989     Bug 485559 – Boston Summit HarfBuzz optimizations
51990
51991     2007-10-10  Behdad Esfahbod  <behdad@gnome.org>
51992
51993             Bug 485559 – Boston Summit HarfBuzz optimizations
51994
51995             * pango/opentype/*: HarfBuzz hacking to:
51996
51997               - Rename last remaining FT_Err stuff to HB_Err.
51998
51999               - Fix a couple invalid table paths to be permissive so
52000                 fonts work better.  Particularly GDEF table for Nafees
52001                 Nastaliq is loaded and works great now.
52002
52003               - Optimize harfbuzz buffer to not copy/swap for simple
52004               one-to-one and "copy" GSUB operations.
52005
52006             * pango/pango-ot*: Update to FT_Err to HB_Err renaming.
52007
52008  src/ftglue.c                |  51 ++-
52009  src/ftglue.h                |  21 +-
52010  src/harfbuzz-buffer.c       | 190 +++++++--
52011  src/harfbuzz-buffer.h       |  26 +-
52012  src/harfbuzz-dump-main.c    |  14 +-
52013  src/harfbuzz-dump.c         |  15 +-
52014  src/harfbuzz-gdef-private.h |   4 +-
52015  src/harfbuzz-gdef.c         | 149 +++----
52016  src/harfbuzz-gdef.h         |  10 +-
52017  src/harfbuzz-gpos-private.h |   2 +-
52018  src/harfbuzz-gpos.c         | 810 ++++++++++++++++++--------------------
52019  src/harfbuzz-gpos.h         |  30 +-
52020  src/harfbuzz-gsub-private.h |   2 +-
52021  src/harfbuzz-gsub.c         | 919
52022  +++++++++++++++++++-------------------------
52023  src/harfbuzz-gsub.h         |  24 +-
52024  src/harfbuzz-impl.h         |  22 +-
52025  src/harfbuzz-open-private.h |  20 +-
52026  src/harfbuzz-open.c         | 238 ++++++------
52027  src/harfbuzz-open.h         |  13 +-
52028  19 files changed, 1253 insertions(+), 1307 deletions(-)
52029
52030 commit dd810b76bc554278d3a226cf89901d16992cf56d
52031 Author: Behdad Esfahbod <behdad@gnome.org>
52032 Date:   Wed Aug 29 08:46:50 2007 +0000
52033
52034     Bug 302952 – The placement of a diacritic marks for an arabic
52035     ligature
52036
52037     2007-08-29  Behdad Esfahbod  <behdad@gnome.org>
52038
52039             Bug 302952 – The placement of a diacritic marks for an
52040             arabic ligature
52041             is not correct
52042
52043             * pango/opentype/harfbuzz-buffer.c (hb_buffer_allocate_ligid):
52044             Don't
52045             use zero as allocated ligature id.  Zero means no ligature id.
52046
52047  src/harfbuzz-buffer.c | 2 +-
52048  1 file changed, 1 insertion(+), 1 deletion(-)
52049
52050 commit e90d19919434b90d79e67aaf199bddd991f8e5d8
52051 Author: Behdad Esfahbod <behdad@gnome.org>
52052 Date:   Tue Aug 21 08:03:26 2007 +0000
52053
52054     Bug 463430 – Gets stuck while "formatting message"
52055
52056     2007-08-21  Behdad Esfahbod  <behdad@gnome.org>
52057
52058             Bug 463430 – Gets stuck while "formatting message"
52059
52060             * pango/opentype/harfbuzz-gpos.c (Lookup_PairPos1),
52061             (Lookup_PairPos2), (Lookup_PairPos), (Do_ContextPos):
52062             * pango/opentype/harfbuzz-gsub.c (Do_ContextSubst):
52063             Change type of intermediate index variable from FT_UShort to
52064             FT_ULong as it was overlowing with more than 65536 glyphs.
52065
52066  src/harfbuzz-gpos.c | 15 ++++++++++-----
52067  src/harfbuzz-gsub.c |  2 +-
52068  2 files changed, 11 insertions(+), 6 deletions(-)
52069
52070 commit 13b86ee398905f96f57df001309312f6dfdfea9a
52071 Author: Behdad Esfahbod <behdad@gnome.org>
52072 Date:   Tue Aug 21 01:38:07 2007 +0000
52073
52074     Don't ignore error return value of
52075     hb_buffer_copy_output_glyph(). Patch
52076
52077     2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
52078
52079             * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup):
52080             Don't
52081             ignore error return value of hb_buffer_copy_output_glyph().
52082             Patch
52083             sent to harfbuzz-list.
52084
52085  src/harfbuzz-gsub.c | 2 +-
52086  1 file changed, 1 insertion(+), 1 deletion(-)
52087
52088 commit 4c2556cb4c38a56c3a5087deb54aa6262ab3aff9
52089 Author: Behdad Esfahbod <behdad@behdad.org>
52090 Date:   Fri Jul 6 11:29:21 2007 -0400
52091
52092     [gdef] Initial implementation
52093
52094  src/harfbuzz-gdef-private.h | 144
52095  +++++++++++++++++++++++++++++++++++++++++++-
52096  1 file changed, 142 insertions(+), 2 deletions(-)
52097
52098 commit 5b2e947fd2b7c5ea49b2bef1e0190d99a525058c
52099 Author: Behdad Esfahbod <behdad@behdad.org>
52100 Date:   Fri Jul 6 02:03:26 2007 -0400
52101
52102     [open] small fixes, including not using unions for main structs
52103
52104  src/harfbuzz-open-private.h | 54
52105  ++++++++++++++++++++++++---------------------
52106  1 file changed, 29 insertions(+), 25 deletions(-)
52107
52108 commit 151df44346990728b5dd249db5740a9543ae33b9
52109 Author: Behdad Esfahbod <behdad@behdad.org>
52110 Date:   Thu Jul 5 17:22:07 2007 -0400
52111
52112     Improve stupid Makefile
52113
52114  src/Makefile | 2 ++
52115  1 file changed, 2 insertions(+)
52116
52117 commit 6c49bebc70a0118a803a5bc979f4436a82b48240
52118 Author: Behdad Esfahbod <behdad@gnome.org>
52119 Date:   Tue May 1 02:32:12 2007 +0000
52120
52121     Link freetype to harfbuzz-dump, for those systems that don't track
52122
52123     2007-04-30  Behdad Esfahbod  <behdad@gnome.org>
52124
52125             * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump,
52126             for
52127             those systems that don't track dependencies automatically.
52128
52129  src/Makefile.am | 5 +++--
52130  1 file changed, 3 insertions(+), 2 deletions(-)
52131
52132 commit 7341a116916c8470f1211f0cb3c65b189b42ec9e
52133 Author: Behdad Esfahbod <behdad@gnome.org>
52134 Date:   Tue Apr 3 22:45:29 2007 +0000
52135
52136     Copy fixes from harfbuzz stable branch. Includes a leak fix, a kerning
52137
52138     2007-04-03  Behdad Esfahbod  <behdad@gnome.org>
52139
52140             * pango/opentype/harfbuzz-gdef.c (_HB_GDEF_Check_Property):
52141             * pango/opentype/harfbuzz-gpos.c (HB_Done_GPOS_Table),
52142             (Lookup_PairPos):
52143             * pango/opentype/harfbuzz-open.c (Get_Class1):
52144             Copy fixes from harfbuzz stable branch.  Includes a leak fix,
52145             a kerning fix, and an array out-of-bound access fix.
52146
52147  src/harfbuzz-gdef.c | 2 ++
52148  src/harfbuzz-gpos.c | 8 ++++++++
52149  src/harfbuzz-open.c | 2 +-
52150  3 files changed, 11 insertions(+), 1 deletion(-)
52151
52152 commit 999a6f05758c10a902354457ecbf6c943bfed514
52153 Author: Hans Breuer <hans@breuer.org>
52154 Date:   Sat Jan 13 21:31:41 2007 +0000
52155
52156     updated
52157
52158     2007-01-13  Hans Breuer  <hans@breuer.org>
52159
52160         * pango/makefile.msc pango/opentype/makefile.msc : updated
52161
52162  src/makefile.msc | 16 ++++++----------
52163  1 file changed, 6 insertions(+), 10 deletions(-)
52164
52165 commit 3c038d40da4bfe5037cc4e9de22bad08fa408465
52166 Author: Behdad Esfahbod <behdad@src.gnome.org>
52167 Date:   Tue Jan 9 03:32:12 2007 +0000
52168
52169     Remove .cvsignore files (moved to svn:ignore prop)
52170
52171  src/.cvsignore | 7 -------
52172  1 file changed, 7 deletions(-)
52173
52174 commit 5b3f7702a64fe0513d08a67bdb72704e46fd7cd4
52175 Author: Behdad Esfahbod <behdad@behdad.org>
52176 Date:   Thu Dec 28 06:42:37 2006 -0500
52177
52178     Add stub GDEF files
52179
52180  src/harfbuzz-gdef-private.h |  8 ++++++++
52181  src/harfbuzz-gdef.h         | 11 +++++++++++
52182  src/harfbuzz-open-private.h |  3 +--
52183  src/harfbuzz-private.h      |  6 ++++++
52184  src/main.cc                 |  1 +
52185  5 files changed, 27 insertions(+), 2 deletions(-)
52186
52187 commit b3395a7aa36ff1ba5a17f494fbf359ec317a7e69
52188 Author: Behdad Esfahbod <behdad@behdad.org>
52189 Date:   Thu Dec 28 06:31:18 2006 -0500
52190
52191     Don't shift down the mark attachment type
52192
52193  src/harfbuzz-open-private.h | 2 +-
52194  1 file changed, 1 insertion(+), 1 deletion(-)
52195
52196 commit 193b66d52ae2cb5ced7969e15b7f56dc1978ca8a
52197 Author: Behdad Esfahbod <behdad@behdad.org>
52198 Date:   Thu Dec 28 06:12:18 2006 -0500
52199
52200     Remove stale comment
52201
52202  src/harfbuzz-open-private.h | 10 ----------
52203  1 file changed, 10 deletions(-)
52204
52205 commit 12c4568c680ea2b9b98a16a8b7402ca185c90ef6
52206 Author: Behdad Esfahbod <behdad@behdad.org>
52207 Date:   Thu Dec 28 06:10:59 2006 -0500
52208
52209     Break and rename, in the layout of old HarfBuzz codebase
52210
52211  src/.gitignore                                  |   1 +
52212  src/Makefile                                    |   2 +-
52213  src/harfbuzz-common.h                           |  14 +++
52214  src/{harfbuzz-ng.cc => harfbuzz-open-private.h} | 117
52215  ++----------------------
52216  src/harfbuzz-open.h                             |  13 +++
52217  src/main.cc                                     |  98
52218  ++++++++++++++++++++
52219  6 files changed, 133 insertions(+), 112 deletions(-)
52220
52221 commit 3158d84b0dfe5032e7c56c03f2da97b8ab549d94
52222 Author: Behdad Esfahbod <behdad@behdad.org>
52223 Date:   Wed Dec 27 20:08:07 2006 -0500
52224
52225     Oops. s/OpenTypeFontFaceFile/OpenTypeFontFile/g
52226
52227  src/harfbuzz-ng.cc | 22 +++++++++++-----------
52228  1 file changed, 11 insertions(+), 11 deletions(-)
52229
52230 commit bf0f9dd61375c5afce8e6b1664d0df5f6c8b2494
52231 Author: Behdad Esfahbod <behdad@behdad.org>
52232 Date:   Wed Dec 27 20:06:42 2006 -0500
52233
52234     Use union for ClassDef
52235
52236  src/harfbuzz-ng.cc | 12 +++++++-----
52237  1 file changed, 7 insertions(+), 5 deletions(-)
52238
52239 commit c46196d09c4ea879bf45182e8a0d649d4c750c39
52240 Author: Behdad Esfahbod <behdad@behdad.org>
52241 Date:   Wed Dec 27 20:05:16 2006 -0500
52242
52243     Use union for Coverage
52244
52245  src/harfbuzz-ng.cc | 21 +++++++++++----------
52246  1 file changed, 11 insertions(+), 10 deletions(-)
52247
52248 commit 86f450243dbaa82f187cf2d36364e9a59c0e64c7
52249 Author: Behdad Esfahbod <behdad@behdad.org>
52250 Date:   Wed Dec 27 19:59:07 2006 -0500
52251
52252     Add GPOS stub
52253
52254  src/harfbuzz-ng.cc | 3 +++
52255  1 file changed, 3 insertions(+)
52256
52257 commit 133466177e104ddcd2501a88735670540252167c
52258 Author: Behdad Esfahbod <behdad@behdad.org>
52259 Date:   Wed Dec 27 19:58:32 2006 -0500
52260
52261     s/OpenTypeFont/OpenTypeFontFace/g
52262
52263  src/harfbuzz-ng.cc | 44 +++++++++++++++++++++++---------------------
52264  1 file changed, 23 insertions(+), 21 deletions(-)
52265
52266 commit 71d62baab0429cdf56ba4019fd2a205f08188503
52267 Author: Behdad Esfahbod <behdad@behdad.org>
52268 Date:   Wed Dec 27 01:29:24 2006 -0500
52269
52270     GSUBGPOSHeader
52271
52272  src/harfbuzz-ng.cc | 103
52273  ++++++++++++++++++++++++++++++++++++++++++++++++++---
52274  1 file changed, 98 insertions(+), 5 deletions(-)
52275
52276 commit eebabd8b2ec5296deba6b09d7755933da0a7d9dc
52277 Author: Behdad Esfahbod <behdad@behdad.org>
52278 Date:   Wed Dec 27 00:21:31 2006 -0500
52279
52280     Finished OpenType Common Table Formats
52281
52282  src/harfbuzz-ng.cc | 2 +-
52283  1 file changed, 1 insertion(+), 1 deletion(-)
52284
52285 commit 2b7374519766825971f9f4ff5b1cb49b74cfcaf8
52286 Author: Behdad Esfahbod <behdad@behdad.org>
52287 Date:   Tue Dec 26 20:55:37 2006 -0500
52288
52289     Device tables.
52290
52291  src/harfbuzz-ng.cc | 49 +++++++++++++++++++++++++++++++++++++++++++++----
52292  1 file changed, 45 insertions(+), 4 deletions(-)
52293
52294 commit eb32e374f4d6de8d428d36144f6eef93514820d2
52295 Author: Behdad Esfahbod <behdad@behdad.org>
52296 Date:   Tue Dec 26 20:00:33 2006 -0500
52297
52298     ClassDef
52299
52300  src/harfbuzz-ng.cc | 121
52301  ++++++++++++++++++++++++++++++++++++++++++-----------
52302  1 file changed, 97 insertions(+), 24 deletions(-)
52303
52304 commit 53502c6723dbf9cd3b6ba91b733678b3c7871715
52305 Author: Behdad Esfahbod <behdad@behdad.org>
52306 Date:   Tue Dec 26 19:29:08 2006 -0500
52307
52308     Rename CoverageFormat to Coverage
52309
52310  src/harfbuzz-ng.cc | 18 +++++++++++++-----
52311  1 file changed, 13 insertions(+), 5 deletions(-)
52312
52313 commit 0d6db2abcbe98456569ccf7934ba0a8b37c7f6f3
52314 Author: Behdad Esfahbod <behdad@behdad.org>
52315 Date:   Tue Dec 26 18:53:55 2006 -0500
52316
52317     Define more structs using DEFINE_INT_TYPE.
52318
52319  src/harfbuzz-ng.cc | 39 +++++++++++++++++++--------------------
52320  1 file changed, 19 insertions(+), 20 deletions(-)
52321
52322 commit 915931b74a30e8652fac5fec153d499485513f63
52323 Author: Behdad Esfahbod <behdad@behdad.org>
52324 Date:   Tue Dec 26 15:30:14 2006 -0500
52325
52326     s/DEFINE_NOT_INSTANTIABLE/DEFINE_NON_INSTANTIABLE/
52327
52328  src/harfbuzz-ng.cc | 6 +++---
52329  1 file changed, 3 insertions(+), 3 deletions(-)
52330
52331 commit 0c0d55330ef4090f3e4864538e83a4344caaf3ba
52332 Author: Behdad Esfahbod <behdad@behdad.org>
52333 Date:   Tue Dec 26 15:29:38 2006 -0500
52334
52335     Coverage.
52336
52337  src/harfbuzz-ng.cc | 91
52338  +++++++++++++++++++++++++++++++++++++++++++++++-------
52339  1 file changed, 79 insertions(+), 12 deletions(-)
52340
52341 commit 882e52f59196535495af8ca8069df32308ad52cf
52342 Author: Behdad Esfahbod <behdad@behdad.org>
52343 Date:   Mon Dec 25 10:28:31 2006 -0500
52344
52345     Rename to harfbuzz-ng.cc
52346
52347  src/Makefile                                | 2 +-
52348  src/{hb-types-private.cc => harfbuzz-ng.cc} | 0
52349  2 files changed, 1 insertion(+), 1 deletion(-)
52350
52351 commit f8ba99f6f322800a915428ffc3b5eaf1be2e6c21
52352 Author: Behdad Esfahbod <behdad@behdad.org>
52353 Date:   Mon Dec 25 09:58:02 2006 -0500
52354
52355     LookupFlags
52356
52357  src/hb-types-private.cc | 52
52358  ++++++++++++++++++++++++++++++++++++++++++++-----
52359  1 file changed, 47 insertions(+), 5 deletions(-)
52360
52361 commit 25ad92c8a68bf72464601a644ed57b9213126a78
52362 Author: Behdad Esfahbod <behdad@behdad.org>
52363 Date:   Mon Dec 25 09:35:06 2006 -0500
52364
52365     Implement Feature
52366
52367  src/hb-types-private.cc | 46
52368  ++++++++++++++++++++++++++++++++++++++++++----
52369  1 file changed, 42 insertions(+), 4 deletions(-)
52370
52371 commit befc022affd2386b3f46cd7d11e4262f6c8bce9f
52372 Author: Behdad Esfahbod <behdad@behdad.org>
52373 Date:   Mon Dec 25 09:14:52 2006 -0500
52374
52375     LangSys
52376
52377  src/hb-types-private.cc | 51
52378  ++++++++++++++++++++++++++++++++++++++++++-------
52379  1 file changed, 44 insertions(+), 7 deletions(-)
52380
52381 commit c81efca149b08832d5d96a944fb5f303f3d0ca42
52382 Author: Behdad Esfahbod <behdad@behdad.org>
52383 Date:   Mon Dec 25 06:22:08 2006 -0500
52384
52385     Use CamelCaseTags.
52386
52387  src/hb-types-private.cc | 29 ++++++++++++++---------------
52388  1 file changed, 14 insertions(+), 15 deletions(-)
52389
52390 commit 808dbe283c1ad66091f2cb67380888b7cf265c01
52391 Author: Behdad Esfahbod <behdad@behdad.org>
52392 Date:   Mon Dec 25 06:18:52 2006 -0500
52393
52394     Make types not instantiable
52395
52396  src/hb-types-private.cc | 104
52397  ++++++++++++++++++++++++++----------------------
52398  1 file changed, 57 insertions(+), 47 deletions(-)
52399
52400 commit b739c05ca4b7acfa45bd4b0812ecbb3747f726f0
52401 Author: Behdad Esfahbod <behdad@behdad.org>
52402 Date:   Mon Dec 25 05:39:20 2006 -0500
52403
52404     Add OpenTypeFontFile.
52405
52406  src/Makefile            |   2 +-
52407  src/hb-types-private.cc | 113
52408  +++++++++++++++++++++++++++++++++++++++++++++---
52409  2 files changed, 107 insertions(+), 8 deletions(-)
52410
52411 commit 8596944b7421f982960e825019fc0263442520cb
52412 Author: Behdad Esfahbod <behdad@behdad.org>
52413 Date:   Sat Dec 23 17:49:25 2006 -0500
52414
52415     Add Makefile
52416
52417  src/Makefile | 3 +++
52418  1 file changed, 3 insertions(+)
52419
52420 commit b6e62bc5db76ae342177b2b646c37f45eccad975
52421 Author: Behdad Esfahbod <behdad@behdad.org>
52422 Date:   Fri Dec 22 02:21:55 2006 -0500
52423
52424     After DEFINE_SCRIPT_ARRAY
52425
52426  src/hb-types-private.cc | 215
52427  +++++++++++++++++++++++++++++++-----------------
52428  1 file changed, 140 insertions(+), 75 deletions(-)
52429
52430 commit 01e4fcb032be601f272e62228881e2aabfb9d925
52431 Author: Behdad Esfahbod <behdad@behdad.org>
52432 Date:   Thu Dec 21 22:31:31 2006 -0500
52433
52434     Remove the annoying HB_ prefix.
52435
52436  src/hb-types-private.cc | 107
52437  +++++++++++++++++++++++-------------------------
52438  1 file changed, 52 insertions(+), 55 deletions(-)
52439
52440 commit 6b4ce01da121e12e1c78ad7eaedf469f35f3568d
52441 Author: Behdad Esfahbod <behdad@behdad.org>
52442 Date:   Thu Dec 21 22:31:10 2006 -0500
52443
52444     Second version.  Complete redesign, based on C++ classes to ensure
52445     endian
52446     correctness.
52447
52448  src/hb-types-private.cc | 300
52449  +++++++++++++++++++++++++++++++++---------------
52450  1 file changed, 205 insertions(+), 95 deletions(-)
52451
52452 commit f78e70c301311ffcfb007c7fc4125d71cbcff1e2
52453 Author: Behdad Esfahbod <behdad@behdad.org>
52454 Date:   Thu Dec 21 22:30:38 2006 -0500
52455
52456     First version.
52457
52458  src/hb-types-private.cc | 116
52459  ++++++++++++++++++++++++++++++++++++++++++++++++
52460  1 file changed, 116 insertions(+)
52461
52462 commit f726b20e56e8b1106dfde0bf8d575c73e83957c4
52463 Author: Behdad Esfahbod <behdad@gnome.org>
52464 Date:   Tue Jul 25 01:02:27 2006 +0000
52465
52466     Bug 347073 – Allow empty GPOS table
52467
52468     2006-07-24  Behdad Esfahbod  <behdad@gnome.org>
52469
52470             Bug 347073 – Allow empty GPOS table
52471
52472             * pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList):
52473             Don't
52474             err on empty GPOS/GSUB tables.
52475
52476  src/harfbuzz-open.c | 5 +++++
52477  1 file changed, 5 insertions(+)
52478
52479 commit 52481a5c55d466f41654dcdc67245d0ca8cefbcf
52480 Author: Behdad Esfahbod <behdad@gnome.org>
52481 Date:   Thu Jun 22 18:09:04 2006 +0000
52482
52483     Bug 345600 – cvs build error in pango/opentype/Makefile
52484
52485     2006-06-22  Behdad Esfahbod  <behdad@gnome.org>
52486
52487             Bug 345600 – cvs build error in pango/opentype/Makefile
52488
52489             * pango/opentype/Makefile.am: Rename variable SOURCES to
52490             MAINSOURCES.
52491             Some automake versions seem to use it or something.
52492
52493  src/Makefile.am | 4 ++--
52494  1 file changed, 2 insertions(+), 2 deletions(-)
52495
52496 commit ffb2d5c1e7af33644d0a4058befa4b8358c9a7bf
52497 Author: Behdad Esfahbod <behdad@gnome.org>
52498 Date:   Wed May 31 07:42:55 2006 +0000
52499
52500     Bug 341138 – Using TTC font, Gtk2 programs begin to eating big
52501     memory
52502
52503     2006-05-31  Behdad Esfahbod  <behdad@gnome.org>
52504
52505             Bug 341138 – Using TTC font, Gtk2 programs begin to eating
52506             big memory
52507             and have many cpu usage.
52508             Patch from Yong Li.
52509
52510             * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
52511             TrueType table
52512             offsets are absolute, not relative.
52513
52514  src/ftglue.c | 2 +-
52515  1 file changed, 1 insertion(+), 1 deletion(-)
52516
52517 commit f8f7bd2451eeafb57f5c80c7b4e88a1e50b97c4f
52518 Author: Behdad Esfahbod <behdad@gnome.org>
52519 Date:   Wed May 31 07:23:02 2006 +0000
52520
52521     Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't
52522     correct when
52523
52524     2006-05-31  Behdad Esfahbod  <behdad@gnome.org>
52525
52526             Bug 336153 – Mark to mark positioning (Lookup Type 6)
52527             isn't correct
52528             when using MarkAttchmentType
52529             Patch from Tin Myo Htet.
52530
52531             * pango/opentype/harfbuzz-gpos.c (Lookup_MarkMarkPos):
52532             Ignore marks
52533             of non-matchin attachment type.
52534
52535  src/harfbuzz-gpos.c | 37 ++++++++++++++++++++++---------------
52536  1 file changed, 22 insertions(+), 15 deletions(-)
52537
52538 commit d2a613187c1257371d62153b55c89336965e0754
52539 Author: Behdad Esfahbod <behdad@gnome.org>
52540 Date:   Wed Apr 12 18:47:50 2006 +0000
52541
52542     Fix loop variables. (coverity found bug.)
52543
52544     2006-04-12  Behdad Esfahbod  <behdad@gnome.org>
52545
52546             * pango/opentype/harfbuzz-gpos.c: Fix loop
52547             variables. (coverity
52548             found bug.)
52549
52550  src/harfbuzz-gpos.c | 6 +++---
52551  1 file changed, 3 insertions(+), 3 deletions(-)
52552
52553 commit 14022e826f63c48b689f9037645c9a3a3302d9b6
52554 Author: Behdad Esfahbod <behdad@gnome.org>
52555 Date:   Tue Apr 11 08:31:44 2006 +0000
52556
52557     Bug 337924 – cleanups for issues reported by various compilers Patch
52558
52559     2006-04-11  Behdad Esfahbod  <behdad@gnome.org>
52560
52561             Bug 337924 – cleanups for issues reported by various
52562             compilers
52563             Patch from Kjartan Maraas.
52564
52565             * examples/viewer-x.c (update):
52566             * modules/arabic/arabic-fc.c (fallback_shape),
52567             (arabic_engine_shape):
52568             * modules/basic/basic-fc.c (fallback_shape),
52569             (basic_engine_shape):
52570             * modules/basic/basic-x.c:
52571             * modules/hangul/hangul-fc.c:
52572             * modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
52573             * modules/indic/indic-fc.c:
52574             * modules/khmer/khmer-fc.c:
52575             * modules/syriac/syriac-fc.c:
52576             * modules/thai/thai-fc.c:
52577             * modules/tibetan/tibetan-fc.c:
52578             * pango/break.c:
52579             * pango/modules.c:
52580             * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
52581             * pango/pango-attributes.c (pango_attr_list_filter):
52582             * pango/pango-engine.c:
52583             * pango/pango-fontset.c:
52584             * pango/pango-layout.c (pango_layout_set_text),
52585             (pango_layout_xy_to_index), (pango_layout_get_cursor_pos):
52586             * pango/pango-markup.c (text_handler):
52587             * pango/pango-utils.c (read_alias_file):
52588             * pango/pangocairo-fcfont.c (G_DEFINE_TYPE_WITH_CODE):
52589             * pango/pangocairo-fcfontmap.c (G_DEFINE_TYPE_WITH_CODE):
52590             * pango/pangocairo-font.c
52591             (_pango_cairo_font_get_hex_box_info):
52592             * pango/pangox-fontmap.c (pango_x_make_matching_xlfd):
52593             * tests/dump-boundaries.c (fail):
52594             Remove unused variables.  Remove excess semicolon after
52595             DEFINE_TYPE
52596             macros.
52597
52598  src/ftglue.c | 2 --
52599  1 file changed, 2 deletions(-)
52600
52601 commit 59aafd07806a2f0d4f399eff13aec74557f60522
52602 Author: Behdad Esfahbod <behdad@gnome.org>
52603 Date:   Mon Apr 10 10:33:17 2006 +0000
52604
52605     Fix minor bugs reported by the Coverity scan report.
52606
52607     2006-04-10  Behdad Esfahbod  <behdad@gnome.org>
52608
52609             Fix minor bugs reported by the Coverity scan report.
52610
52611             * pango/opentype/harfbuzz-gdef.c
52612             (HB_GDEF_Build_ClassDefinition):
52613             * pango/opentype/harfbuzz-gpos.c (HB_GPOS_Query_Scripts),
52614             (HB_GPOS_Query_Languages), (HB_GPOS_Query_Features): Do
52615             not access
52616             structs before we check them for nullity.
52617
52618             * pango/pango-layout.c (pango_layout_index_to_line),
52619             (pango_layout_index_to_line_and_extents),
52620             (pango_layout_index_to_pos): Check for invalid iterators
52621             outside the
52622             loop, so we don't crash.
52623
52624             * pango/pango-layout.c (pango_layout_line_x_to_index): Set
52625             char_trailing instead of trailing in one of too many paths.
52626             Should
52627             have been a typo.
52628
52629             * pango/pangox.c (get_font_metrics_from_subfonts): Check
52630             for nullity
52631             somewhere.
52632
52633  src/harfbuzz-gdef.c | 3 ++-
52634  src/harfbuzz-gpos.c | 9 ++++++---
52635  2 files changed, 8 insertions(+), 4 deletions(-)
52636
52637 commit b31d6def96ff99e89ba42e09661992498bda460d
52638 Author: Behdad Esfahbod <behdad@gnome.org>
52639 Date:   Thu Apr 6 18:23:49 2006 +0000
52640
52641     Update from HarfBuzz. Lars Knoll fixed all the warnings.
52642
52643     2006-04-06  Behdad Esfahbod  <behdad@gnome.org>
52644
52645             * pango/opentype: Update from HarfBuzz.  Lars Knoll fixed
52646             all the
52647             warnings.
52648
52649  src/harfbuzz-dump.c |  94 ++++++++++++++++++++++++++++---------------
52650  src/harfbuzz-gpos.c |  80 ++++++++++++++++++++++--------------
52651  src/harfbuzz-gsub.c | 114
52652  +++++++++++++++++++++++++++++-----------------------
52653  src/harfbuzz-impl.h |   4 ++
52654  4 files changed, 179 insertions(+), 113 deletions(-)
52655
52656 commit ca57250bc9d9f92c88a2ea516e251b9cbfdebda0
52657 Author: Behdad Esfahbod <behdad@gnome.org>
52658 Date:   Mon Apr 3 20:13:17 2006 +0000
52659
52660     Make sure TTAG_GDEF and frineds are defined, needed for FreeType
52661     <= 2.1.7
52662
52663     2006-04-03  Behdad Esfahbod  <behdad@gnome.org>
52664
52665             * pango/opentype/harfbuzz-impl.h: Make sure TTAG_GDEF and
52666             frineds are
52667             defined, needed for FreeType <= 2.1.7 (pointed by Tim Janik).
52668
52669  src/harfbuzz-gdef.c |  3 ---
52670  src/harfbuzz-gpos.c |  3 ---
52671  src/harfbuzz-gsub.c |  3 ---
52672  src/harfbuzz-impl.h | 11 +++++++++++
52673  4 files changed, 11 insertions(+), 9 deletions(-)
52674
52675 commit f618288e00914b6606ec977d506c18e4abdd3ce4
52676 Author: Behdad Esfahbod <behdad@src.gnome.org>
52677 Date:   Fri Mar 31 13:19:29 2006 +0000
52678
52679     .
52680
52681  src/.cvsignore | 2 --
52682  1 file changed, 2 deletions(-)
52683
52684 commit 5f1f943b9e6d753722ceadba7eb7ce1f14526ea5
52685 Author: Behdad Esfahbod <behdad@src.gnome.org>
52686 Date:   Fri Mar 31 13:18:23 2006 +0000
52687
52688     .
52689
52690  src/.cvsignore | 1 +
52691  1 file changed, 1 insertion(+)
52692
52693 commit bce3e0b0d4ee521767d80c5c21704337bf5ac716
52694 Author: Behdad Esfahbod <behdad@src.gnome.org>
52695 Date:   Fri Mar 31 12:45:40 2006 +0000
52696
52697     Define NULL.
52698
52699  src/harfbuzz-impl.h | 6 +++++-
52700  1 file changed, 5 insertions(+), 1 deletion(-)
52701
52702 commit 9f8da38cd108590514b71756b752d98952a9221f
52703 Author: Behdad Esfahbod <behdad@gnome.org>
52704 Date:   Fri Mar 31 12:28:09 2006 +0000
52705
52706     Convert pango/opentype to the new project called HarfBuzz.
52707
52708     2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
52709
52710             Convert pango/opentype to the new project called HarfBuzz.
52711
52712             * pango/opentype/*: Restructured.
52713
52714             * pango/pango-ot-*: Updated to use HarfBuzz symbol names.
52715
52716  src/COPYING                            |   15 +
52717  src/{FTL.TXT => COPYING.FTL}           |    0
52718  src/COPYING.GPL                        |  340 ++
52719  src/FT-license.txt                     |   28 -
52720  src/Makefile.am                        |   89 +-
52721  src/README                             |   44 +-
52722  src/ftglue.c                           |   88 +-
52723  src/ftglue.h                           |   68 +-
52724  src/ftxgdef.c                          | 1225 -------
52725  src/ftxgdef.h                          |  224 --
52726  src/ftxgpos.c                          | 6199
52727  -------------------------------
52728  src/ftxgpos.h                          |  838 -----
52729  src/ftxgsub.c                          | 4533 -----------------------
52730  src/ftxgsub.h                          |  594 ---
52731  src/ftxopen.c                          | 1552 --------
52732  src/ftxopen.h                          |  317 --
52733  src/ftxopenf.h                         |  166 -
52734  src/harfbuzz-buffer.c                  |  227 ++
52735  src/harfbuzz-buffer.h                  |  106 +
52736  src/{ottest.c => harfbuzz-dump-main.c} |   84 +-
52737  src/{disasm.c => harfbuzz-dump.c}      |  186 +-
52738  src/{disasm.h => harfbuzz-dump.h}      |   18 +-
52739  src/harfbuzz-gdef-private.h            |  101 +
52740  src/harfbuzz-gdef.c                    | 1228 +++++++
52741  src/harfbuzz-gdef.h                    |  127 +
52742  src/harfbuzz-gpos-private.h            |  683 ++++
52743  src/harfbuzz-gpos.c                    | 6269
52744  ++++++++++++++++++++++++++++++++
52745  src/harfbuzz-gpos.h                    |  168 +
52746  src/harfbuzz-gsub-private.h            |  448 +++
52747  src/harfbuzz-gsub.c                    | 4581 +++++++++++++++++++++++
52748  src/harfbuzz-gsub.h                    |  132 +
52749  src/harfbuzz-impl.h                    |   64 +
52750  src/harfbuzz-open-private.h            |   81 +
52751  src/harfbuzz-open.c                    | 1426 ++++++++
52752  src/harfbuzz-open.h                    |  285 ++
52753  src/harfbuzz.c                         |   19 +
52754  src/harfbuzz.h                         |   23 +
52755  src/otlbuffer.c                        |  238 --
52756  src/otlbuffer.h                        |  103 -
52757  39 files changed, 16582 insertions(+), 16335 deletions(-)
52758
52759 commit dd2a8d4d490df1d310e7553ba6c7c8de661f28a1
52760 Author: Behdad Esfahbod <behdad@gnome.org>
52761 Date:   Sat Mar 25 23:52:30 2006 +0000
52762
52763     Don't err on Table_Missing.
52764
52765     2006-03-25  Behdad Esfahbod  <behdad@gnome.org>
52766
52767             * pango/opentype/ottest.c: Don't err on Table_Missing.
52768
52769  src/ottest.c | 4 ++--
52770  1 file changed, 2 insertions(+), 2 deletions(-)
52771
52772 commit 434833b1b7b01d85a143f9ad4b04e7044dd72567
52773 Author: Behdad Esfahbod <behdad@gnome.org>
52774 Date:   Mon Mar 13 05:06:05 2006 +0000
52775
52776     === Released 1.12.0 ===
52777
52778     2006-03-13  Behdad Esfahbod  <behdad@gnome.org>
52779
52780             * === Released 1.12.0 ===
52781
52782             * configure.in: Version 1.12.0
52783
52784             * NEWS, README: Updated.
52785
52786  src/README | 4 ++--
52787  1 file changed, 2 insertions(+), 2 deletions(-)
52788
52789 commit 8228828e1e4c8dd6f9435fb718ad4394bba95655
52790 Author: Behdad Esfahbod <behdad@gnome.org>
52791 Date:   Mon Jan 30 22:37:48 2006 +0000
52792
52793     Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug
52794
52795     2006-01-30  Behdad Esfahbod  <behdad@gnome.org>
52796
52797             * pango/opentype/ftxgsub.c: Handle GSUB Lookup type 8,
52798             and ReverseChainContextualSubst table.  (bug #149696,
52799             patch from Aamir Wali)
52800
52801  src/ftxgsub.c  | 545
52802  ++++++++++++++++++++++++++++++++++++++++++++++-----------
52803  src/ftxgsub.h  |  47 +++--
52804  src/ftxopen.c  |   7 +
52805  src/ftxopenf.h |   5 +-
52806  4 files changed, 487 insertions(+), 117 deletions(-)
52807
52808 commit e040f681963d51eaadcd53a456100fde1a7addb6
52809 Author: Behdad Esfahbod <behdad@gnome.org>
52810 Date:   Sat Jan 28 20:29:18 2006 +0000
52811
52812     Removed.
52813
52814     2006-01-28  Behdad Esfahbod  <behdad@gnome.org>
52815
52816             * pango/opentype/pango-ot-*: Removed.
52817
52818             * pango/pango-ot-*: Added.
52819
52820             * pango/Makefile.am, pango/opentype/Makefile.am: Adjusted.
52821
52822  src/Makefile.am        |  30 +--
52823  src/pango-ot-buffer.c  | 339 ------------------------
52824  src/pango-ot-info.c    | 681
52825  -------------------------------------------------
52826  src/pango-ot-private.h | 105 --------
52827  src/pango-ot-ruleset.c | 225 ----------------
52828  5 files changed, 13 insertions(+), 1367 deletions(-)
52829
52830 commit f45689bc655eb723f11a2eb65a41303221b80397
52831 Author: Behdad Esfahbod <behdad@gnome.org>
52832 Date:   Wed Jan 25 19:33:58 2006 +0000
52833
52834     If major.minor of required and available glib versions are the
52835     same, add
52836
52837     2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
52838
52839             * configure.in: If major.minor of required and available
52840             glib versions
52841             are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug
52842             #328617)
52843
52844             * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
52845
52846  src/Makefile.am | 1 -
52847  1 file changed, 1 deletion(-)
52848
52849 commit 6cc6c9a57c674787f278ea5b60705384fd72b4ad
52850 Author: Behdad Esfahbod <behdad@gnome.org>
52851 Date:   Sat Jan 14 07:00:13 2006 +0000
52852
52853     Make sure #include <config.h> is the first include in the file. (bug
52854
52855     2006-01-14  Behdad Esfahbod  <behdad@gnome.org>
52856
52857             * */*.c, */*/*.c: Make sure #include <config.h> is the
52858             first include
52859             in the file. (bug #158870, based on patch by Luis Menina)
52860
52861  src/disasm.c           | 2 ++
52862  src/ftglue.c           | 1 +
52863  src/ftxgdef.c          | 1 +
52864  src/ftxgpos.c          | 2 ++
52865  src/ftxgsub.c          | 2 ++
52866  src/ftxopen.c          | 2 ++
52867  src/otlbuffer.c        | 3 +++
52868  src/ottest.c           | 1 +
52869  src/pango-ot-buffer.c  | 2 ++
52870  src/pango-ot-info.c    | 2 ++
52871  src/pango-ot-ruleset.c | 2 ++
52872  11 files changed, 20 insertions(+)
52873
52874 commit ca07fcf6ef61c09825e67ca7e2574a90e4f5a9a0
52875 Author: Behdad Esfahbod <behdad@gnome.org>
52876 Date:   Thu Jan 5 16:14:49 2006 +0000
52877
52878     pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,
52879
52880     2006-01-05  Behdad Esfahbod  <behdad@gnome.org>
52881
52882             * pango/Makefile.am,
52883             * pango/fonts.c,
52884             * pango/glyphstring.c,
52885             * pango/pango-attributes.c,
52886             * pango/pango-color.c,
52887             * pango/pango-impl-utils.h,
52888             * pango/pango-item.c,
52889             * pango/pango-layout.c,
52890             * pango/pango-tabs.c,
52891             * pango/pango-utils.c,
52892             * pango/pango-utils.h,
52893             * pango/pangoatsui-fontmap.c,
52894             * pango/pangocairo-font.c,
52895             * pango/pangocairo-fontmap.c,
52896             * pango/pangofc-fontmap.c,
52897             * pango/pangowin32-fontmap.c,
52898             * pango/pangox-fontmap.c,
52899             * pango/pangox.c,
52900             * pango/opentype/pango-ot-info.c,
52901             * pango/opentype/pango-ot-ruleset.c: Intern strings to avoid
52902             unnecessary strdups in the type system. (bug #325832,
52903             Matthias Clasen)
52904
52905  src/pango-ot-info.c    | 3 ++-
52906  src/pango-ot-ruleset.c | 3 ++-
52907  2 files changed, 4 insertions(+), 2 deletions(-)
52908
52909 commit 71524f1bc891bb4450507f769e5cc8f6f6cffa0c
52910 Author: Behdad Esfahbod <behdad@gnome.org>
52911 Date:   Tue Dec 27 09:55:48 2005 +0000
52912
52913     Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias
52914     Clasen)
52915
52916     2005-12-27  Behdad Esfahbod  <behdad@gnome.org>
52917
52918             * pango/opentype/pango-ot-buffer.c: Use g_slice for
52919             PangoOTBuffer
52920             allocation. (bug #325026, Matthias Clasen)
52921
52922  src/pango-ot-buffer.c | 4 ++--
52923  1 file changed, 2 insertions(+), 2 deletions(-)
52924
52925 commit b5baa43d3a972ebd3ef82ede14b54c185b723a71
52926 Author: Behdad Esfahbod <behdad@src.gnome.org>
52927 Date:   Fri Nov 25 09:22:02 2005 +0000
52928
52929     Tiny doc improvement.
52930
52931  src/pango-ot-info.c | 2 +-
52932  1 file changed, 1 insertion(+), 1 deletion(-)
52933
52934 commit 6f64314f7a031a5a5d6b7663c08b70c452961c89
52935 Author: Behdad Esfahbod <behdad@gnome.org>
52936 Date:   Wed Nov 23 19:48:10 2005 +0000
52937
52938     Fix typo in docs.
52939
52940     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
52941
52942             * pango/opentyp/pango-ot-buffer.c: Fix typo in docs.
52943
52944  src/pango-ot-buffer.c | 4 +++-
52945  1 file changed, 3 insertions(+), 1 deletion(-)
52946
52947 commit f2bcf72296b57c8cd7d5a08228c3aef6c8f97d2d
52948 Author: Behdad Esfahbod <behdad@gnome.org>
52949 Date:   Wed Nov 23 17:54:55 2005 +0000
52950
52951     Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,
52952
52953     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
52954
52955             * pango/fonts.c pango/pango-attributes.c pango/pango-context.c
52956             pango/pango-glyph-item.c pango/pango-layout.c
52957             pango/pango-script.c pango/pango-utils.c pango/pangofc-font.c
52958             pango/pangoft2-fontmap.c pango/opentype/pango-ot-buffer.c
52959             pango/opentype/pango-ot-ruleset.c: Added "Since:" tags to all
52960             interfaces added after Pango 1.0. (#319116, Brian Cameron)
52961
52962  src/pango-ot-buffer.c  | 49
52963  +++++++++++++++++++++++++++++++++++++++++++++++++
52964  src/pango-ot-ruleset.c | 14 ++++++++++++++
52965  2 files changed, 63 insertions(+)
52966
52967 commit 682db81c23d2116072d8550657c914afb7c26d2b
52968 Author: Behdad Esfahbod <behdad@gnome.org>
52969 Date:   Wed Nov 23 15:19:48 2005 +0000
52970
52971     Protect against possible division by zeros (#316468, Steve Grubb)
52972
52973     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
52974
52975             Protect against possible division by zeros (#316468,
52976             Steve Grubb)
52977
52978             * pango/pango-context.c (update_metrics_from_items),
52979             pango/pango-fontset.c (pango_fontset_real_get_metrics):
52980             If count is
52981             zero, do not alter approximate_{char,digit}_width.
52982
52983             * pango/opentype/disasm.c: Err on invalid DeltaFormat.
52984
52985  src/disasm.c | 28 ++++++++++++++++++----------
52986  1 file changed, 18 insertions(+), 10 deletions(-)
52987
52988 commit e6e15352d154e1350340f8045759e5f7b0d86dc7
52989 Author: Behdad Esfahbod <behdad@gnome.org>
52990 Date:   Wed Nov 23 11:53:03 2005 +0000
52991
52992     Reworked basic shaper with OpenType support. (#101079, based on
52993     patch from
52994
52995     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
52996
52997             * modules/basic/basic-fc.c: Reworked basic shaper with
52998             OpenType
52999             support. (#101079, based on patch from Denis Jacquerye and
53000             Noah Levitt)
53001
53002             * modules/basic/basic-fc.c (basic_scripts): Added Unicode
53003             4.1 addition
53004             script PANGO_SCRIPT_GLAGOLITIC that is a "simple" script.
53005
53006             * modules/arabic/arabic-fc.c, modules/syriac/syriac-fc.c:
53007             Replace
53008             g_utf8_to_ucs4_fast() with g_utf8_strlen()!
53009
53010             * pango/opentype/pango-ot-ruleset.c
53011             (pango_ot_ruleset_add_feature):
53012             Remove reference in docs to pango_ot_ruleset_shape() that was
53013             removed long ago.
53014
53015  src/pango-ot-ruleset.c | 6 +++---
53016  1 file changed, 3 insertions(+), 3 deletions(-)
53017
53018 commit 612b6cf60928b356f4bbb59bc9d64886574322c3
53019 Author: Behdad Esfahbod <behdad@gnome.org>
53020 Date:   Thu Nov 17 06:28:11 2005 +0000
53021
53022     Part of #101079:
53023
53024     2005-11-17  Behdad Esfahbod  <behdad@gnome.org>
53025
53026             Part of #101079:
53027
53028             * pango/opentype/ftxopen.c (Load_Lookup): In extension
53029             subtables,
53030             offset is relative to the extension subtable, not the original
53031             table. (Greg Aumann)
53032
53033             * pango/opentype/ftxgpos.c (Load_BaseArray): When reading
53034             BaseAnchor,
53035             skip offsets that are zero.  Works around bug in Doulos
53036             SIL Regular.
53037
53038  src/ftxgpos.c | 6 ++++++
53039  src/ftxopen.c | 6 ++++--
53040  2 files changed, 10 insertions(+), 2 deletions(-)
53041
53042 commit 1b2c314b804da97b1d5e7adab64bdd4177702579
53043 Author: Behdad Esfahbod <behdad@gnome.org>
53044 Date:   Wed Nov 9 23:30:00 2005 +0000
53045
53046     Remove debug line that got in accidentally.
53047
53048     2005-11-09  Behdad Esfahbod  <behdad@gnome.org>
53049
53050             * pango/opentype/ftxgpos.c, pango/opentype/ftxopen.c:
53051             Remove debug
53052             line that got in accidentally.
53053
53054  src/ftxgpos.c | 1 -
53055  src/ftxopen.c | 1 -
53056  2 files changed, 2 deletions(-)
53057
53058 commit 9717127a5be037e26afe52332a8b07f13474557a
53059 Author: Behdad Esfahbod <behdad@gnome.org>
53060 Date:   Fri Nov 4 23:55:38 2005 +0000
53061
53062     Turn various gcc warnings off. Adding const, adding static, fully
53063
53064     2005-11-04  Behdad Esfahbod  <behdad@gnome.org>
53065
53066             * configure.in, examples/argcontext.c examples/cairoview.c,
53067             examples/renderdemo.c, examples/renderdemo.h
53068             examples/xftview.c,
53069             modules/basic/basic-x.c, modules/hangul/hangul-fc.c,
53070             modules/hebrew/hebrew-shaper.c,
53071             modules/hebrew/hebrew-shaper.h,
53072             modules/indic/indic-fc.c, modules/indic/mprefixups.c,
53073             modules/syriac/syriac-fc.c, pango/break.c pango/fonts.c,
53074             pango/modules.c, pango/pango-coverage.c pango/pango-engine.c,
53075             pango/pango-engine.h, pango/pango-fontmap.c,
53076             pango/pango-fontset.c, pango/pango-impl-utils.h,
53077             pango/pango-layout.c, pango/pango-layout.h,
53078             pango/pango-renderer.c, pango/pango-script.c,
53079             pango/pango-utils.c, pango/pangocairo-fc.h,
53080             pango/pangocairo-font.c, pango/pangocairo-fontmap.c,
53081             pango/pangocairo-private.h, pango/pangofc-decoder.c,
53082             pango/pangofc-font.c, pango/pangofc-fontmap.c
53083             pango/pangoft2.c,
53084             pango/pangox-fontcache.c, pango/pangox-fontmap.c
53085             pango/pangox.c,
53086             pango/pangoxft-font.c, pango/querymodules.c,
53087             pango/opentype/ftglue.c, pango/opentype/ftxgpos.c,
53088             pango/opentype/ftxopen.c, pango/opentype/pango-ot-buffer.c,
53089             pango/opentype/pango-ot-info.c,
53090             pango/opentype/pango-ot-ruleset.c, tests/dump-boundaries.c,
53091             tests/testboundaries.c, tests/testcolor.c tests/testiter.c,
53092             tests/testscript.c: Turn various gcc warnings off. Adding
53093             const,
53094             adding static, fully initializing structs, match signedness in
53095             comparisons. (#317804)
53096
53097             * tests/testscript.c, tools/gen-script-for-lang.c:
53098             (scripts_for_file): Pass error->message instead of error
53099             to fail(),
53100             which was wrong.
53101             (compare_lang): Fix typo comparing a and a instead of a and b.
53102
53103  src/ftglue.c           | 2 +-
53104  src/ftxgpos.c          | 4 ++++
53105  src/ftxopen.c          | 1 +
53106  src/pango-ot-buffer.c  | 4 ++--
53107  src/pango-ot-info.c    | 5 +++--
53108  src/pango-ot-ruleset.c | 5 +++--
53109  6 files changed, 14 insertions(+), 7 deletions(-)
53110
53111 commit c0505f3bb28feeba95b201e6464fb2fdac90194a
53112 Author: Behdad Esfahbod <behdad@gnome.org>
53113 Date:   Thu Nov 3 20:13:40 2005 +0000
53114
53115     Patches from #170414. Reviewed by Matthias Clasen.
53116
53117     2005-11-03  Behdad Esfahbod  <behdad@gnome.org>
53118
53119             Patches from #170414.  Reviewed by Matthias Clasen.
53120
53121             * pango/opentype/ftxgpos.c, pango/opentype/ftxgsub.c: Use
53122             call table
53123             to dispatch different lookup types.
53124
53125             * pango/opentype/pango-ot-buffer.c,
53126             pango/opentype/pango-ot-ruleset.c:
53127             Small cleanup.
53128
53129  src/ftxgpos.c          | 143
53130  ++++++++++++++++++++++++-------------------------
53131  src/ftxgsub.c          | 115 +++++++++++++++++++++------------------
53132  src/pango-ot-buffer.c  |   3 +-
53133  src/pango-ot-ruleset.c |  75 +++++++++-----------------
53134  4 files changed, 159 insertions(+), 177 deletions(-)
53135
53136 commit c6b22b9119ef54ea8d0d2f08b74fdeb024289d73
53137 Author: Behdad Esfahbod <pango@behdad.org>
53138 Date:   Mon Aug 29 10:06:40 2005 +0000
53139
53140     Generate valid XML output. Dump LookupFlag too.
53141
53142     2005-08-29  Behdad Esfahbod  <pango@behdad.org>
53143
53144             * pango/opentype/ottest.c, pango/opentype/disasm.c:
53145             Generate valid
53146             XML output.  Dump LookupFlag too.
53147
53148  src/disasm.c | 58
53149  ++++++++++++++++++++++++++++++----------------------------
53150  src/ottest.c | 23 ++++++++++++++---------
53151  2 files changed, 44 insertions(+), 37 deletions(-)
53152
53153 commit 1e3747ca5d1a6f607f8e56fb94e3daaf6ad623cb
53154 Author: Behdad Esfahbod <pango@behdad.org>
53155 Date:   Mon Aug 15 04:16:04 2005 +0000
53156
53157     Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT.
53158
53159     2005-08-15  Behdad Esfahbod  <pango@behdad.org>
53160
53161             * pango/opentype/ftglue.h: Replace perror with perror_.
53162             Remove FT_BEGIN_STMNT and FT_END_STMNT. (#313477)
53163
53164  src/ftglue.h | 8 ++++----
53165  1 file changed, 4 insertions(+), 4 deletions(-)
53166
53167 commit 3c60250875fa9d04ca96dea35eba23fc70690ff5
53168 Author: Owen Taylor <otaylor@redhat.com>
53169 Date:   Tue Jul 26 18:33:27 2005 +0000
53170
53171     Skip lookups with lookup index out of range. (Patch from Behdad
53172     Esfahbod,
53173
53174     2005-07-26    Owen Taylor  <otaylor@redhat.com>
53175
53176             * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c:
53177             Skip lookups
53178             with lookup index out of range. (Patch from Behdad Esfahbod,
53179             #171170)
53180
53181  src/ftxgpos.c | 30 ++++++++++++++++++++++++------
53182  src/ftxgsub.c | 30 ++++++++++++++++++++++++------
53183  2 files changed, 48 insertions(+), 12 deletions(-)
53184
53185 commit 91a3fa2e4bcdde8ae022d1264c783f133cd7e00d
53186 Author: Owen Taylor <otaylor@redhat.com>
53187 Date:   Fri Jul 22 18:03:58 2005 +0000
53188
53189     Remove an unecessary set of block2.
53190
53191     2005-07-22  Owen Taylor  <otaylor@redhat.com>
53192
53193             * pango/opentype/ftglue.c (ftglue_realloc): Remove
53194             an unecessary set of block2.
53195
53196  src/ftglue.c | 1 -
53197  1 file changed, 1 deletion(-)
53198
53199 commit ff7034787d79dcd1bec58a4e02602039313da00e
53200 Author: Owen Taylor <otaylor@redhat.com>
53201 Date:   Fri Jul 22 17:56:37 2005 +0000
53202
53203     Patch from David Turner. Review and testing by Behdad Esfahbod
53204
53205     2005-07-22  Owen Taylor  <otaylor@redhat.com>
53206
53207             Patch from David Turner. Review and testing by Behdad Esfahbod
53208
53209             * pango/opentype/ftglue.[ch] Makefile.am: Glue layer that
53210             provides
53211             implementation of the internal functions that the opentype
53212             code
53213             expects in terms of publically exported FreeType API.
53214
53215             * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
53216             pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
53217             pango/opentype/otlbuffer.c pango/opentype/pango-ot-info.c
53218             pango/opentype/pango-ot-ruleset.c: Remove includes of
53219             internal headers. Small changes to work with ftglue.[ch]
53220
53221             * pango/opentype/fterrcompat.h: Remove: no longer needed.
53222
53223             * pango/opentype/ftxgpos.c: Use FT_IS_SFNT(face) rather
53224             than poking at FT_MODULE_CLASS (face->driver)->module_name.
53225
53226             * pango/opentype/ftxopen.c (Free_FeatureList): Free
53227             fl->ApplyOrder. (Found by Behdad)
53228
53229  src/Makefile.am        |   3 +-
53230  src/fterrcompat.h      |  95 --------------
53231  src/ftglue.c           | 350
53232  +++++++++++++++++++++++++++++++++++++++++++++++++
53233  src/ftglue.h           | 156 ++++++++++++++++++++++
53234  src/ftxgdef.c          |   9 +-
53235  src/ftxgpos.c          |   9 +-
53236  src/ftxgsub.c          |  10 +-
53237  src/ftxopen.c          |   8 +-
53238  src/otlbuffer.c        |   4 +-
53239  src/pango-ot-info.c    |   6 +-
53240  src/pango-ot-ruleset.c |   2 -
53241  11 files changed, 520 insertions(+), 132 deletions(-)
53242
53243 commit 43dbec6f3a345ba0e4a43766610ed59622bbe4a0
53244 Author: Owen Taylor <otaylor@redhat.com>
53245 Date:   Thu Jul 21 18:15:45 2005 +0000
53246
53247     Fix up places where there is missing or incomplete Copyright and
53248     License
53249
53250     2005-07-21  Owen Taylor  <otaylor@redhat.com>
53251
53252             Fix up places where there is missing or incomplete
53253             Copyright and License information (Reported by William N. Ray)
53254
53255             * pango/opentype/fterrcompat.h: Mark as FreeType/GPL licensed.
53256
53257             * pango/opentype/FT-license.txt: Make this the dual-licensing
53258             description that covers the FreeType code (FreeType's
53259             LICENSE.TXT) rather than the FTL.
53260
53261             * pango/opentype/FTL.TXT: Move the FTL (referenced from
53262             FT-license.txt) to here.
53263
53264             * modules/basic/basic-common.h modules/hebrew/hebrew-shaper.h
53265             modules/thai/thai-charprop.c modules/thai/thai-shaper.h
53266             tools/gen-script-for-lang.c tests/testcolor.c:
53267             Add LGPL header and copyright information.
53268
53269             * modules/indic/indic-ot.[ch]
53270             modules/indic/indic-ot-class-tables.c
53271             modules/thai/thai-ot.[ch]: Add LGPL header.
53272
53273             * modules/thai/thai-shaper.c modules/thai/thai-charprop.h:
53274             Minor fixes to copyright information.
53275
53276             * modules/arabic/arabic-ot.c: Add Freetype license
53277             boilerplate.
53278
53279  src/FT-license.txt | 179
53280  +++++++----------------------------------------------
53281  src/FTL.TXT        | 174
53282  +++++++++++++++++++++++++++++++++++++++++++++++++++
53283  src/fterrcompat.h  |  10 ++-
53284  3 files changed, 204 insertions(+), 159 deletions(-)
53285
53286 commit c55850d36d208c7aae8f6ed5c9e1e7927b988d6c
53287 Author: Owen Taylor <otaylor@redhat.com>
53288 Date:   Tue Jun 14 19:54:19 2005 +0000
53289
53290     Chain up from finalize. (#307547, Paolo Borelli)
53291
53292     2005-06-14  Owen Taylor  <otaylor@redhat.com>
53293
53294             * pango/opentype/pango-ot-info.c (pango_ot_info_finalize)
53295             pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_finalize):
53296             Chain up from finalize. (#307547, Paolo Borelli)
53297
53298             * pango/opentype/pango-ot-info.c (pango_ot_info_finalizer):
53299             make accidentally public function static.
53300
53301  src/pango-ot-info.c    | 4 +++-
53302  src/pango-ot-ruleset.c | 2 ++
53303  2 files changed, 5 insertions(+), 1 deletion(-)
53304
53305 commit 44ff46a364fb7981804eb45329c4999b415711f9
53306 Author: Tor Lillqvist <tml@novell.com>
53307 Date:   Tue Apr 12 01:27:21 2005 +0000
53308
53309     Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.la
53310
53311     2005-04-12  Tor Lillqvist  <tml@novell.com>
53312
53313         * pango/opentype/Makefile.am: Rename LDADDS to
53314         libpango_ot_la_LIBADD to actually make libpango-ot.la link with
53315         it.
53316
53317         * pango/pangowin32.def: Rename get_scale_factor to
53318         get_metrics_factor here, too. (#300222, Ivan Wong)
53319
53320  src/Makefile.am | 12 ++++++------
53321  1 file changed, 6 insertions(+), 6 deletions(-)
53322
53323 commit 0c349a032e5a52a9d0dcc8204f761b7cb28bfa6b
53324 Author: Owen Taylor <otaylor@redhat.com>
53325 Date:   Thu Mar 3 19:38:02 2005 +0000
53326
53327     For all binary searches, handle the case where the number of items
53328     is 0.
53329
53330     2005-03-03  Owen Taylor  <otaylor@redhat.com>
53331
53332             * pango/opentype/ftxopen.c (Coverage_Index1, Coverage_Index2,
53333             Get_Class2): For all binary searches, handle the case where
53334             the number of items is 0. (#162977, Nick Lamb)
53335
53336             * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
53337             Handle the case where glyph_count == 0 properly. Fix a problem
53338             with cleanups on memory allocation failure.
53339             (Get_New_Count, Add_Glyph_Property): Avoid reading off the
53340             end of the ClassRangeRecord array.
53341
53342  src/ftxgdef.c | 60
53343  +++++++++++++++++++++++++++++++++++------------------------
53344  src/ftxopen.c | 15 +++++++++++++++
53345  2 files changed, 51 insertions(+), 24 deletions(-)
53346
53347 commit 03838daaa9d485bffcb7bc46453a9a4c32a1f32f
53348 Author: Owen Taylor <otaylor@redhat.com>
53349 Date:   Mon Nov 22 23:37:19 2004 +0000
53350
53351     Set G_LOG_DOMAIN.
53352
53353     Mon Nov 22 18:30:14 2004  Owen Taylor  <otaylor@redhat.com>
53354
53355             * pango/opentype/Makefile.am pango/Makefile.am
53356             modules/*/Makefile.am: Set G_LOG_DOMAIN.
53357
53358  src/Makefile.am | 1 +
53359  1 file changed, 1 insertion(+)
53360
53361 commit 346d3b3cac253d2db41205151c185bf2fd9dda16
53362 Author: Owen Taylor <otaylor@redhat.com>
53363 Date:   Wed Sep 22 18:14:55 2004 +0000
53364
53365     Cleanups from 'sparse', #149922, Kjartan Maraas
53366
53367     Wed Sep 22 14:07:47 2004  Owen Taylor  <otaylor@redhat.com>
53368
53369             Cleanups from 'sparse', #149922, Kjartan Maraas
53370
53371             * pango/pango-utils.c (read_config): () => (void) in
53372             definition.
53373
53374             * pango/pangofc-fontmap.c (pango_fc_font_map_list_families):
53375             Initialize *n_families, not n_families.
53376
53377             * pango/pangofc-fontmap.c pango/pangoft2.c opentype/ftxgdef.c
53378             opentype/ftxgpos.c opentype/ftxgsub.c: : Fix various 0/NULL
53379             confusion.
53380
53381  src/ftxgdef.c | 2 +-
53382  src/ftxgpos.c | 6 +++---
53383  src/ftxgsub.c | 2 +-
53384  3 files changed, 5 insertions(+), 5 deletions(-)
53385
53386 commit 8b654dfb5ad6137ee9c5a48f5abe04bf7d28d8cd
53387 Author: Owen Taylor <otaylor@redhat.com>
53388 Date:   Tue Sep 14 13:45:41 2004 +0000
53389
53390     === Released 1.6.0 ===
53391
53392     Mon Sep 13 17:38:58 2004  Owen Taylor  <otaylor@redhat.com>
53393
53394             * === Released 1.6.0 ===
53395
53396             * configure.in: Update versions for 1.6.0
53397
53398             * NEWS: Update.
53399
53400             * README: Minor tweak.
53401
53402             * pango/fonts.c pango/pango-context.c pango/pango-types.h
53403             pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c
53404             pango/opentype/pango-ot-buffer.c: Add a bunch of missing
53405             Since: 1.6.
53406
53407  src/pango-ot-buffer.c | 2 ++
53408  1 file changed, 2 insertions(+)
53409
53410 commit d41089a5b691967fdd622f47c8397a80af104396
53411 Author: Owen Taylor <otaylor@redhat.com>
53412 Date:   Fri Jul 30 21:23:04 2004 +0000
53413
53414     Finish extending properties flags from FT_UShort =>
53415     FT_UInt. (OTLBuffer
53416
53417     Fri Jul 30 17:17:05 2004  Owen Taylor  <otaylor@redhat.com>
53418
53419             * pango/opentype/ftxgpos.[ch] pango/opentype/ftxgsub.[ch]
53420             pango/opentype/ftxopen.[ch]: Finish extending properties
53421             flags from FT_UShort => FT_UInt. (OTLBuffer was already
53422             using an FT_UInt)
53423
53424  src/ftxgpos.c | 8 ++++----
53425  src/ftxgpos.h | 2 +-
53426  src/ftxgsub.c | 8 ++++----
53427  src/ftxgsub.h | 2 +-
53428  src/ftxopen.c | 2 +-
53429  src/ftxopen.h | 2 +-
53430  6 files changed, 12 insertions(+), 12 deletions(-)
53431
53432 commit f42d5eca291dcdfb27d7fbf88391d6d381b8e9c4
53433 Author: Owen Taylor <otaylor@redhat.com>
53434 Date:   Tue Jul 27 17:20:01 2004 +0000
53435
53436     Save the order in which features were added and use that when applying
53437
53438     Tue Jul 27 12:38:05 2004  Owen Taylor  <otaylor@redhat.com>
53439
53440             * pango/opentype/ftxopen.[ch] pango/opentype/ftxgsub.c
53441             pango/opentype/ftxpos.c: Save the order in which
53442             features were added and use that when applying features.
53443             (Patch from Soheil Hassas Yeganeh, #122330)
53444
53445  src/ftxgpos.c | 41 ++++++++++++++++++++++++-----------------
53446  src/ftxgsub.c | 34 +++++++++++++++++++++-------------
53447  src/ftxopen.c | 14 +++++++++++---
53448  src/ftxopen.h |  2 ++
53449  4 files changed, 58 insertions(+), 33 deletions(-)
53450
53451 commit ae2daa972d74c5ecfe1d2f0057ce12682ad30b00
53452 Author: Behdad Esfahbod <behdad@src.gnome.org>
53453 Date:   Tue Jul 27 13:12:19 2004 +0000
53454
53455     Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH
53456     macros.
53457
53458
53459         * pango/opentype/ftxgpos.c: Remove the unused parameter
53460         from the IN_CURITEM() and IN_CURGLYPH macros.
53461
53462  src/ftxgpos.c | 68
53463  +++++++++++++++++++++++++++++------------------------------
53464  src/ftxgsub.c |  2 +-
53465  2 files changed, 35 insertions(+), 35 deletions(-)
53466
53467 commit 7d5435ea8cb345c79029b8a12d1bddbed28b1997
53468 Author: Behdad Esfahbod <behdad@src.gnome.org>
53469 Date:   Tue Jul 27 10:43:58 2004 +0000
53470
53471     Fix bug to copy glyph from in_string, not out_string.
53472
53473
53474         * pango/opentype/otlbuffer.c (otl_buffer_copy_output_glyph):
53475         Fix bug to copy glyph from in_string, not out_string.
53476
53477  src/otlbuffer.c | 4 ++--
53478  1 file changed, 2 insertions(+), 2 deletions(-)
53479
53480 commit 2ea2a55bdf7ef1caebcd0c5922b0f542ed8bb5bf
53481 Author: Owen Taylor <otaylor@redhat.com>
53482 Date:   Mon Jul 26 23:14:53 2004 +0000
53483
53484     Fix allocation and indexing in NewGlyphClasses array. (#130661,
53485     Masatake
53486
53487     Mon Jul 26 19:11:46 2004  Owen Taylor  <otaylor@redhat.com>
53488
53489             * pango/opentype/ftxgdef.c: Fix allocation and indexing
53490             in NewGlyphClasses array. (#130661, Masatake YAMATO)
53491
53492  src/ftxgdef.c | 14 +++++++-------
53493  1 file changed, 7 insertions(+), 7 deletions(-)
53494
53495 commit 5d42695e5ed89f73fbc665792ebec82c29ae04ae
53496 Author: Owen Taylor <otaylor@redhat.com>
53497 Date:   Mon Jul 26 19:25:45 2004 +0000
53498
53499     Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH
53500     macros.
53501
53502     Mon Jul 26 15:24:11 2004  Owen Taylor  <otaylor@redhat.com>
53503
53504             * pango/opentype/ftxgsub.c (ADD_Glyph): Remove the
53505             unused parameter from the IN_CURITEM() and IN_CURGLYPH
53506             macros.
53507
53508  src/ftxgsub.c | 56
53509  ++++++++++++++++++++++++++++----------------------------
53510  1 file changed, 28 insertions(+), 28 deletions(-)
53511
53512 commit a00c4ea5626526980139b122977e367b8434d24a
53513 Author: Owen Taylor <otaylor@redhat.com>
53514 Date:   Mon Jul 26 19:23:06 2004 +0000
53515
53516     Add missing macro to make the last change actually compile.
53517
53518     Mon Jul 26 15:21:23 2004  Owen Taylor  <otaylor@redhat.com>
53519
53520             * pango/opentype/ftxgsub.c: Add missing macro to make the
53521             last change actually compile.
53522
53523  src/ftxgsub.c | 2 ++
53524  1 file changed, 2 insertions(+)
53525
53526 commit ed3e1f278d3ebfd224f0b57388502d4bb9fb1441
53527 Author: Owen Taylor <otaylor@redhat.com>
53528 Date:   Mon Jul 26 19:20:27 2004 +0000
53529
53530     Match backtrack context against the output glyphs not the input glyphs
53531
53532     Mon Jul 26 15:16:07 2004  Owen Taylor  <otaylor@redhat.com>
53533
53534             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]):
53535             Match backtrack context against the output glyphs not
53536             the input glyphs (#145174, Aamir Wali)
53537
53538  src/ftxgsub.c | 24 ++++++++++++------------
53539  1 file changed, 12 insertions(+), 12 deletions(-)
53540
53541 commit 78282cda004a88b2aadb2786dd3897884e22ed0b
53542 Author: Owen Taylor <otaylor@redhat.com>
53543 Date:   Mon Jul 26 18:59:02 2004 +0000
53544
53545     Make Check_Property() take a OTL_GlyphItem, add a gproperties field to
53546
53547     Mon Jul 26 14:49:22 2004  Owen Taylor  <otaylor@redhat.com>
53548
53549             * ftxgdef.[ch] otlbuffer.[ch]: Make Check_Property() take a
53550             OTL_GlyphItem, add a gproperties field to OTLGlyphItem,
53551             and use that to cache the properties for a glyph.
53552
53553             * ftxgsub.c ftxgdef.c: Adapt to Check_Property() changes.
53554
53555             * otlbuffer.[ch] ftxgsub.c: Add otl_buffer_copy_output_glyph()
53556             to use when we are copying an unmodified glyph from input
53557             to output that preserves the cached properties.
53558
53559  src/ftxgdef.c   | 16 ++++++++++------
53560  src/ftxgpos.c   | 52 +++++++++++++++++++++++++++-------------------------
53561  src/ftxgsub.c   | 54
53562  ++++++++++++++++++++++++++++--------------------------
53563  src/ftxopenf.h  |  2 +-
53564  src/otlbuffer.c | 21 +++++++++++++++++++--
53565  src/otlbuffer.h |  6 ++++++
53566  6 files changed, 91 insertions(+), 60 deletions(-)
53567
53568 commit 81b62af42313fb60db523374cd8c6901829f5c4e
53569 Author: Owen Taylor <otaylor@redhat.com>
53570 Date:   Mon Jul 19 21:13:23 2004 +0000
53571
53572     Add support for ChainContextSubstFormat3.
53573
53574     Mon Jul 19 17:09:11 2004  Owen Taylor  <otaylor@redhat.com>
53575
53576             * pango/opentype/disasm.c: Add support for
53577             ChainContextSubstFormat3.
53578
53579  src/disasm.c | 16 +++++++++++++++-
53580  1 file changed, 15 insertions(+), 1 deletion(-)
53581
53582 commit d4f773ef92fdbaa7e61e6577db5e9b2846a100a4
53583 Author: Owen Taylor <otaylor@redhat.com>
53584 Date:   Mon Jul 19 20:37:22 2004 +0000
53585
53586     Fix pervasive buffer overruns when skipping glyphs when matching
53587     contexts.
53588
53589     Mon Jul 19 16:29:45 2004  Owen Taylor  <otaylor@redhat.com>
53590
53591             * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
53592             Fix pervasive buffer overruns when skipping glyphs
53593             when matching contexts. (#118592, Kailash C. Chowksey)
53594
53595  src/ftxgpos.c | 259 ++++++++++++++++++----------------------
53596  src/ftxgsub.c | 376
53597  ++++++++++++++++++++++++++--------------------------------
53598  2 files changed, 284 insertions(+), 351 deletions(-)
53599
53600 commit 99848cfafee8e598ef533f254cdb99fbae4c9364
53601 Author: Owen Taylor <otaylor@redhat.com>
53602 Date:   Wed Jun 23 20:33:35 2004 +0000
53603
53604     #143693, Sayamindu Dasgupta
53605
53606     Wed Jun 23 16:13:53 2004  Owen Taylor  <otaylor@redhat.com>
53607
53608             #143693, Sayamindu Dasgupta
53609
53610             * pango/opentype/pango-ot-buffer.c
53611             (pango_ot_buffer_set_zero_width_marks)
53612             pango/opentype/pango-ot-private.h:
53613             Allow setting for whether marks should be given zero width,
53614             defaulting to FALSE.
53615
53616             * modules/arabic/arabic-fc.c (arabic_engine_shape): Turn
53617             on zero-width-marks setting.
53618
53619  src/pango-ot-buffer.c  | 22 +++++++++++++++++++++-
53620  src/pango-ot-private.h |  5 +++--
53621  2 files changed, 24 insertions(+), 3 deletions(-)
53622
53623 commit 68d4cedb8726fa239f56d62060d8fee7e09cb8be
53624 Author: Owen Taylor <otaylor@redhat.com>
53625 Date:   Mon Jun 21 18:04:02 2004 +0000
53626
53627     Use the gcc-3.3 strict-aliasing compatible macros from fterrcompat.h
53628
53629     Mon Jun 21 13:55:17 2004  Owen Taylor  <otaylor@redhat.com>
53630
53631             * pango/opentype/otlbuffer.c: Use the gcc-3.3
53632             strict-aliasing compatible macros from fterrcompat.h
53633             (#140495, reported by Stanislav Brabec)
53634
53635  src/otlbuffer.c | 22 ++++++++++++++--------
53636  1 file changed, 14 insertions(+), 8 deletions(-)
53637
53638 commit b327765176dff81047f942ac56a1d206344e6039
53639 Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
53640 Date:   Fri May 28 16:41:36 2004 +0000
53641
53642     Negate y offset according to different conventions between
53643
53644         * pango/opentype/pango-ot-buffer.c (apply_gpos_ltr): Negate
53645         y offset
53646         according to different conventions between PangoGlyphString
53647         and OTL
53648         (#142544)
53649
53650  src/pango-ot-buffer.c | 2 +-
53651  1 file changed, 1 insertion(+), 1 deletion(-)
53652
53653 commit 068763b547d791e28b892bcaee810f3d60a83018
53654 Author: Owen Taylor <otaylor@redhat.com>
53655 Date:   Thu May 27 21:55:50 2004 +0000
53656
53657     Revert error return changes from last commit.
53658
53659     Thu May 27 17:54:24 2004  Owen Taylor  <otaylor@redhat.com>
53660
53661             * pango/opentype/otlbuffer.c: Revert error return changes
53662             from last commit.
53663
53664  src/otlbuffer.c | 16 ++++++----------
53665  1 file changed, 6 insertions(+), 10 deletions(-)
53666
53667 commit ef07481025c5bbb9769b9f908d9dc78f44161bbb
53668 Author: Owen Taylor <otaylor@redhat.com>
53669 Date:   Thu May 27 21:03:42 2004 +0000
53670
53671     Free buffer->positions, clean up error returns that were returning
53672
53673     Thu May 27 16:57:30 2004  Owen Taylor  <otaylor@redhat.com>
53674
53675             * pango/opentype/otlbuffer.c: Free buffer->positions,
53676             clean up error returns that were returning uninitialized
53677             values. (#139239, Behdad Esfahbod)
53678
53679  src/otlbuffer.c | 21 +++++++++++++--------
53680  1 file changed, 13 insertions(+), 8 deletions(-)
53681
53682 commit de568e7e6200c7a49bae1f78ac63858b8df01173
53683 Author: Owen Taylor <otaylor@redhat.com>
53684 Date:   Tue Mar 16 19:23:43 2004 +0000
53685
53686     === Released 1.4.0 ===
53687
53688     Tue Mar 16 11:24:46 2004  Owen Taylor  <otaylor@redhat.com>
53689
53690             * === Released 1.4.0 ===
53691
53692             * configure.in: Version 1.4.0, interface ago 0. Require
53693             glib-2.4.0.
53694
53695             * NEWS: Updates.
53696
53697             * README: Some updates; include details about the FreeType
53698             license of the OpenType code.
53699
53700  src/FT-license.txt | 77
53701  +++++++++++++++++++++++++++++-------------------------
53702  1 file changed, 42 insertions(+), 35 deletions(-)
53703
53704 commit 8b3554b3afe7c125b1a53171b01ac87de9c486fe
53705 Author: Hans Breuer <hans@breuer.org>
53706 Date:   Wed Mar 3 22:35:19 2004 +0000
53707
53708     if PANGO_MODULE_PREFIX is defined include the basic backend shaper
53709     (should
53710
53711     2004-03-03  Hans Breuer  <hans@breuer.org>
53712
53713         * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is
53714         defined include the basic backend shaper (should have been
53715         commited at 2003-12-12, too)
53716
53717         * pango/makefile.msc : generate correct type for PangoFontMask
53718         (bug #135892, John Ehresman)
53719         * pango/opentype/makefile.msc : updated
53720
53721         * pango/pango.def pango/pangoft2.def : more updatd externals
53722
53723  src/makefile.msc | 6 ++++--
53724  1 file changed, 4 insertions(+), 2 deletions(-)
53725
53726 commit a7e096c5de3ec5319bf9333c9ace0732d97c52c3
53727 Author: Owen Taylor <otaylor@redhat.com>
53728 Date:   Sun Feb 29 15:44:50 2004 +0000
53729
53730     Rework opentype interfaces and other changes to make GPOS work
53731     for Arabic.
53732
53733     Sun Feb 29 09:25:13 2004  Owen Taylor  <otaylor@redhat.com>
53734
53735             Rework opentype interfaces and other changes to make GPOS
53736             work for Arabic. (Most of #117282, #121060)
53737
53738             * pango/opentype/otlbuffer.[ch]: OTL_Buffer that
53739             acts as a replacement for the separate GSUB and
53740             GPOS string structures and hides many of the internal
53741             details.
53742
53743             * pango/opentype/ftxgsub.[ch] pango/opentype/ftxgpos.[ch]:
53744             Adapt to OTL_Buffer.
53745
53746             * pango/opentype/ftxgpos.c: Redo handling of cursive
53747             chains so that it actually works.
53748
53749             * pango/pango-ot.h pango/opentype/pango-ot-buffer.c:
53750             Pango wrapper around OTL_Buffer.
53751
53752             * pango/pango-ot.h pango/pango-ot-ruleset.c
53753             pango/pango-ot-buffer.c:
53754             Split pango_ot_ruleset_shape() into
53755             pango_ot_ruleset_substitute(),
53756             pango_ot_ruleset_position(), make them act on
53757             PangoOTBuffer, add a separate pango_ot_buffer_output()
53758             which does the default positioning and writes to a
53759             PangoGlyphString.
53760
53761             * modules/arabic/arabic-fc.c modules/indic/indic-fc.c
53762             modules/indic/mprefixups.[ch]: Adapt to new OpenType
53763             interfaces; add GPOS features for Arabic.
53764
53765             * pango/opentype/pango-ot-info.c: Don't derive class
53766             information
53767             from Unicode properties for Arabic presentation forms,
53768             let the shaping process derive the properties.
53769
53770  src/Makefile.am        |   3 +
53771  src/ftxgdef.c          |   4 +-
53772  src/ftxgpos.c          | 573 ++++++++++++++++-----------------------
53773  src/ftxgpos.h          |  23 +-
53774  src/ftxgsub.c          | 719
53775  +++++++++++--------------------------------------
53776  src/ftxgsub.h          |  40 +--
53777  src/ftxopen.h          |   1 +
53778  src/otlbuffer.c        | 213 +++++++++++++++
53779  src/otlbuffer.h        |  97 +++++++
53780  src/ottest.c           |   2 +
53781  src/pango-ot-buffer.c  | 265 ++++++++++++++++++
53782  src/pango-ot-info.c    |  27 +-
53783  src/pango-ot-private.h |   8 +
53784  src/pango-ot-ruleset.c | 148 +++-------
53785  14 files changed, 1039 insertions(+), 1084 deletions(-)
53786
53787 commit d670ddf99192dd4999775a9215a818ae63fa3416
53788 Author: Owen Taylor <otaylor@redhat.com>
53789 Date:   Sat Feb 21 14:53:12 2004 +0000
53790
53791     Sign convention for y offsets is opposite between PangoGlyphString
53792     and FT
53793
53794     Sat Feb 21 09:49:23 2004  Owen Taylor  <otaylor@redhat.com>
53795
53796             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
53797             Sign convention for y offsets is opposite between
53798             PangoGlyphString and FT code. (#132591)
53799
53800  src/pango-ot-ruleset.c | 2 +-
53801  1 file changed, 1 insertion(+), 1 deletion(-)
53802
53803 commit b9b3c131c2b57c12a77124a52512fb19a1255f8e
53804 Author: Owen Taylor <otaylor@redhat.com>
53805 Date:   Fri Feb 13 16:11:40 2004 +0000
53806
53807     Memory leak fixes from Masatake YAMATO, #130652
53808
53809     Fri Feb 13 10:54:18 2004  Owen Taylor  <otaylor@redhat.com>
53810
53811             Memory leak fixes from Masatake YAMATO, #130652
53812
53813             * pango/opentype/ftxgdef.c (TT_Done_GDEF_Table):
53814             Free the gdef table as well as the contained data.
53815
53816             * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
53817             Set gcd->loaded, so that the contents get freed later.
53818
53819  src/ftxgdef.c | 4 ++++
53820  1 file changed, 4 insertions(+)
53821
53822 commit 926b8f322989298e43c8bac85f23e3525470a669
53823 Author: Owen Taylor <otaylor@redhat.com>
53824 Date:   Mon Jan 26 19:23:35 2004 +0000
53825
53826     Suport CFF fonts as well. (#131202, Manjunath Sripadarao)
53827
53828     Mon Jan 26 14:20:34 2004  Owen Taylor  <otaylor@redhat.com>
53829
53830             * pango/opentype/pango-ot-info.c (is_truetype): Suport
53831             CFF fonts as well. (#131202, Manjunath Sripadarao)
53832
53833  src/pango-ot-info.c | 3 ++-
53834  1 file changed, 2 insertions(+), 1 deletion(-)
53835
53836 commit 945e479a3a35769e5e7c792fdcf306892523a5f9
53837 Author: Hans Breuer <hans@breuer.org>
53838 Date:   Sat Dec 13 14:31:50 2003 +0000
53839
53840     moved pango_fc_* to the latter where they live on *nix too.
53841
53842     2003-12-13  Hans Breuer  <hans@breuer.org>
53843
53844         * pango/pango.def pangoft2.def : moved pango_fc_*
53845         to the latter where they live on *nix too.
53846
53847         * pango/makefile.msc : make it build again (including
53848         the Ft2 backend)
53849
53850         * pango/module-defs-fc.c.win32 : if PANGO_MODULE_PREFIX is defined
53851         include the basic backend shaper
53852
53853         * pango/pangowin32.c (pango_win32_render_layout) :
53854         initialize iter before first usage to avoid immediate crashing
53855
53856         * pango/opentype/makefile.msc
53857                 pango/modules/makefile.msc : finally build with mscv, too.
53858         [completely untested cause I'm not able to type, write or read
53859         any of these languages]
53860
53861         * modules/modules.def : follow module function renaming/changes
53862
53863         * modules/basic/basic-win32.c : register the right engine, i.e.
53864         make it compile
53865
53866  src/makefile.msc | 21 +++++++++++++++++++++
53867  1 file changed, 21 insertions(+)
53868
53869 commit ba0ccd5cfcb514cdc45373158343138b7b190f9d
53870 Author: Owen Taylor <otaylor@redhat.com>
53871 Date:   Sat Nov 1 15:02:17 2003 +0000
53872
53873     Switch over to recommended Freetype system of include ft2build.h then
53874
53875     Sat Nov  1 09:32:15 2003  Owen Taylor  <otaylor@redhat.com>
53876
53877             * pango/pango-ot.h pango/pangofc-font.h
53878             modules/indic/indic-ot.h
53879             pango/pangoft2.c pango/opentype/pango-ot-info.c
53880             pango/opentype/pango-ot-ruleset.c pango/opentype/ottest.c
53881             pango/opentype/ftxopen.[ch] pango/opentype/ftxgdef.c
53882             pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
53883             Switch over to recommended Freetype system of
53884             include ft2build.h then #include FT_FREETYPE_H.
53885             Fixes ftmodule.h problem with current Freetype CVS.
53886             (#125548)
53887
53888  src/ftxgdef.c          | 14 +++++++-------
53889  src/ftxgpos.c          | 17 ++++++++---------
53890  src/ftxgsub.c          | 13 ++++++-------
53891  src/ftxopen.c          | 10 +++++-----
53892  src/ftxopen.h          |  3 ++-
53893  src/ottest.c           |  1 -
53894  src/pango-ot-info.c    |  4 ++--
53895  src/pango-ot-private.h |  2 --
53896  src/pango-ot-ruleset.c |  4 ++--
53897  9 files changed, 32 insertions(+), 36 deletions(-)
53898
53899 commit 558171a7a3666999c679719ad0bfbdf7c6a52289
53900 Author: Owen Taylor <otaylor@redhat.com>
53901 Date:   Mon Sep 15 22:04:55 2003 +0000
53902
53903     Fix gcc-3.3 versions of macros to have the right return value.
53904
53905     Mon Sep 15 17:16:59 2003  Owen Taylor  <otaylor@redhat.com>
53906
53907             * pango/opentype/fterrcompat.h: Fix gcc-3.3 versions of
53908             macros to have the right return value.
53909
53910  src/fterrcompat.h | 44 ++++++++++++++++++++++++++------------------
53911  1 file changed, 26 insertions(+), 18 deletions(-)
53912
53913 commit c99259bf7e08ccdc4130d4983e8d186021ea8e1a
53914 Author: Owen Taylor <otaylor@redhat.com>
53915 Date:   Mon Aug 25 14:30:12 2003 +0000
53916
53917     pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems
53918     where
53919
53920     Mon Aug 25 10:17:21 2003  Owen Taylor  <otaylor@redhat.com>
53921
53922             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3)
53923             * pango/opentype/ftxgpos.c (Lookup_ChainContextPos3):
53924             Fix problems where the coverage wasn't being checked
53925             for the first input glyph. (#118639, Kailash C. Chowksey)
53926
53927  src/ftxgpos.c | 7 +++----
53928  src/ftxgsub.c | 7 +++----
53929  2 files changed, 6 insertions(+), 8 deletions(-)
53930
53931 commit bcf81bcc80c6235dfbc7eeaa34ed21ea329c7a3d
53932 Author: Owen Taylor <otaylor@redhat.com>
53933 Date:   Fri Aug 22 22:52:08 2003 +0000
53934
53935     Add some macro definitions for gcc-3.3 that suppress the bogus
53936
53937     Fri Aug 22 18:09:52 2003  Owen Taylor  <otaylor@redhat.com>
53938
53939             * pango/opentype/fterrcompat.h: Add some macro definitions
53940             for gcc-3.3 that suppress the bogus strict-aliasing
53941             warnings.
53942
53943             * pango/pango-utils.c (read_config_file): Use
53944             g_hash_table_new_full() to simplify code and fix
53945             gcc-3.3 warnings.
53946
53947             * pango/pangox-fontmap.c (pango_x_real_get_coverage_win)
53948             * pango/querymodules.c (query_module): Suppress gcc-3.3
53949             warnings.
53950
53951             * pango/modules.c (pango_find_map): Fix warning from
53952             missing declaration of pango_module_get_type().
53953
53954             * pango/pango-context.c/pango-engine.c: Fix name confusion
53955             for pango_get_fallback_shaper().
53956
53957  src/fterrcompat.h | 36 ++++++++++++++++++++++++++++++++++--
53958  1 file changed, 34 insertions(+), 2 deletions(-)
53959
53960 commit 46d379596d7292a3b2e51f35fc8044b366d413a3
53961 Author: Owen Taylor <otaylor@redhat.com>
53962 Date:   Tue Jul 29 14:21:54 2003 +0000
53963
53964     Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore
53965     marks of
53966
53967     Tue Jul 29 09:58:13 2003  Owen Taylor  <otaylor@redhat.com>
53968
53969             * pango/opentype/ftxgdef.c (Check_Property): Rewrite
53970             handling of IGNORE_SPECIAL_MARKS to be properly
53971             "ignore marks of attachment type different than
53972             specified. (#118456, Kailash C. Chowksey)
53973
53974  src/ftxgdef.c | 37 ++++++++++++++++++++++++++++---------
53975  1 file changed, 28 insertions(+), 9 deletions(-)
53976
53977 commit 8247acad79c1a4154e9337aed453eb3e4d23063d
53978 Author: Owen Taylor <otaylor@redhat.com>
53979 Date:   Mon Jul 28 22:28:37 2003 +0000
53980
53981     Revert back out the FreeType patch preventing ligatures of
53982     not-originally
53983
53984     Sat Jul 26 09:41:22 2003  Owen Taylor  <otaylor@redhat.com>
53985
53986             * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
53987             Revert back out the FreeType patch preventing
53988             ligatures of not-originally adjacent glyphs;
53989             it doesn't work for all scripts. (#118472,
53990             Kailash C. Chowksey)
53991
53992  src/ftxgsub.c | 31 +++----------------------------
53993  1 file changed, 3 insertions(+), 28 deletions(-)
53994
53995 commit 825e6d7e86cac310161648601b09291fa05d5ba5
53996 Author: Owen Taylor <otaylor@redhat.com>
53997 Date:   Sun Jul 27 02:40:31 2003 +0000
53998
53999     Check for lookahead glyphs in the right place. (Patch from #116860)
54000
54001     Sat Jul 26 22:30:59 2003  Owen Taylor  <otaylor@redhat.com>
54002
54003             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst{1,2,3}):
54004             Check for lookahead glyphs in the right place. (Patch
54005             from #116860)
54006
54007             * pango/opentype/ftxgpos.c (Lookup_ChainContextPos{1,2,3}):
54008             Same fix here.
54009
54010  src/ftxgpos.c | 6 +++---
54011  src/ftxgsub.c | 6 +++---
54012  2 files changed, 6 insertions(+), 6 deletions(-)
54013
54014 commit 03a0fe09c711b81c7eb4065fd4700b8cfd2c977a
54015 Author: Owen Taylor <otaylor@redhat.com>
54016 Date:   Sun Jul 27 02:19:52 2003 +0000
54017
54018     Fix return value to only contain TTO_Err_Not_Covered if *no* lookups
54019
54020     Sat Jul 26 22:12:46 2003  Owen Taylor  <otaylor@redhat.com>
54021
54022             * pango/opentype/ftxgsub.c (Do_String_Lookup,
54023             TT_GSUB_Apply_String): Fix return value to only
54024             contain TTO_Err_Not_Covered if *no* lookups
54025             matched. Fix memory leaks on error in Apply_String().
54026
54027  src/ftxgsub.c | 120
54028  ++++++++++++++++++++++++++++++++++++----------------------
54029  1 file changed, 75 insertions(+), 45 deletions(-)
54030
54031 commit e10ea2afd9a5868d4ec1ff3a2b99bcd64ce45816
54032 Author: Owen Taylor <otaylor@redhat.com>
54033 Date:   Sun Jul 27 01:10:15 2003 +0000
54034
54035     Fix confusion between boolean and FT_Error return. (GSUB equivalent
54036     of fix
54037
54038     Sat Jul 26 21:06:26 2003  Owen Taylor  <otaylor@redhat.com>
54039
54040             * pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition):
54041             Fix confusion between boolean and FT_Error return.
54042             (GSUB equivalent of fix for #108358)
54043
54044  src/ftxgsub.c | 5 +++--
54045  1 file changed, 3 insertions(+), 2 deletions(-)
54046
54047 commit a7305ab2624cbc08160dc11587ba3dc4e17781c2
54048 Author: Owen Taylor <otaylor@redhat.com>
54049 Date:   Sat Jul 26 15:02:13 2003 +0000
54050
54051     Move allocation afer initial checks, fixing memory leak.
54052
54053     Sat Jul 26 10:52:20 2003  Owen Taylor  <otaylor@redhat.com>
54054
54055             * pango/opentype/ftxgpos.c (Lookup_ContextPos2):
54056             * pango/opentype/ftxgsub.c (Lookup_ContextSubst2): Move
54057             allocation afer initial checks, fixing memory leak.
54058
54059             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst2):
54060             Fix some more error return memory leaks that weren't
54061             fixed in the Qt changes.
54062
54063  src/ftxgpos.c |  8 ++++----
54064  src/ftxgsub.c | 12 ++++++------
54065  2 files changed, 10 insertions(+), 10 deletions(-)
54066
54067 commit f40b7c15e0bc4b71e706602c4e062f72d8f0fcdd
54068 Author: Owen Taylor <otaylor@redhat.com>
54069 Date:   Sat Jul 26 14:50:23 2003 +0000
54070
54071     Fix various memory leaks from error returns that should have been
54072     jumps to
54073
54074     Sat Jul 26 10:43:20 2003  Owen Taylor  <otaylor@redhat.com>
54075
54076             * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
54077             Fix various memory leaks from error returns that should
54078             have been jumps to cleanup blocks. (From Qt, Lars Knoll)
54079
54080  src/ftxgpos.c | 8 ++++----
54081  src/ftxgsub.c | 4 ++--
54082  2 files changed, 6 insertions(+), 6 deletions(-)
54083
54084 commit 256d21970733483833b9cf31d5e0fa7ae853e944
54085 Author: Owen Taylor <otaylor@redhat.com>
54086 Date:   Sat Jul 26 14:35:29 2003 +0000
54087
54088     Fix additional places where TTO_Err_Not_Covered wasn't considered a
54089
54090     Sat Jul 26 10:30:24 2003  Owen Taylor  <otaylor@redhat.com>
54091
54092             * pango/opentype/ftxgpos.c: Fix additional places where
54093             TTO_Err_Not_Covered wasn't considered a successful return
54094             from Get_Class. (From Qt, Lars Knoll)
54095
54096  src/ftxgpos.c | 8 ++++----
54097  1 file changed, 4 insertions(+), 4 deletions(-)
54098
54099 commit 374960681e2e36d0e4032623d8cb92a7910baf71
54100 Author: Owen Taylor <otaylor@redhat.com>
54101 Date:   Sat Jul 26 13:50:23 2003 +0000
54102
54103     If applying a ligature lookup makes adjacent two glyphs that were not
54104
54105     Sat Jul 26 09:41:22 2003  Owen Taylor  <otaylor@redhat.com>
54106
54107             * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
54108             If applying a ligature lookup makes adjacent two glyphs
54109             that were not originally adjacent, avoid making
54110             subsequent ligatures between those glyphs.
54111             (From FreeType, Werner Lemberg, 2001-08-22, 2001-08-23)
54112
54113  src/ftxgsub.c | 31 ++++++++++++++++++++++++++++---
54114  1 file changed, 28 insertions(+), 3 deletions(-)
54115
54116 commit b682482df77608d67eca8a050db5b36f44953c13
54117 Author: Owen Taylor <otaylor@redhat.com>
54118 Date:   Sat Jul 26 13:20:52 2003 +0000
54119
54120     Fix some FreeType1 variable declarations that snuck in from the last
54121
54122     Sat Jul 26 09:16:57 2003  Owen Taylor  <otaylor@redhat.com>
54123
54124             * pango/opentype/ftxgpos.c pango/opentype/ftxopen.c:
54125             Fix some FreeType1 variable declarations that snuck
54126             in from the last commits (Christophe Fergeau,
54127             118363)
54128
54129  src/ftxgpos.c | 6 +++---
54130  src/ftxopen.c | 2 +-
54131  2 files changed, 4 insertions(+), 4 deletions(-)
54132
54133 commit 06c12109de061c357f46dcec82c4bee7160afede
54134 Author: Owen Taylor <otaylor@redhat.com>
54135 Date:   Sat Jul 26 03:45:44 2003 +0000
54136
54137     OpenType-1.4 update: backtrack information is stored with the
54138     item closest
54139
54140     Fri Jul 25 23:38:07 2003  Owen Taylor  <otaylor@redhat.com>
54141
54142             * pango/opentype/ftxgpos.c pango/opentype/ftxgsub.c:
54143             OpenType-1.4 update: backtrack information is stored with the
54144             item closest to the input first (From FreeType,
54145             Werner Lemberg, 2002-09-26)
54146
54147  src/ftxgpos.c | 26 ++++++++++++++++++--------
54148  src/ftxgsub.c | 24 +++++++++++++++++-------
54149  2 files changed, 35 insertions(+), 15 deletions(-)
54150
54151 commit 15a69e4a12739e7392f2a38d6f7bfdd96c0dc3ba
54152 Author: Owen Taylor <otaylor@redhat.com>
54153 Date:   Sat Jul 26 03:14:23 2003 +0000
54154
54155     Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, Werner
54156
54157     Fri Jul 25 23:07:06 2003  Owen Taylor  <otaylor@redhat.com>
54158
54159             Update of GPOS and GSUB support to OpenType 1.3
54160             (From FreeType, Werner Lemberg, 2001-08-08)
54161
54162             * pango/opentype/ftxopen.h: Add RIGHT_TO_LEFT LookupFlag
54163
54164             * pango/opentype/ftxgpos.c (GPOS_Instance): Add 'first'
54165             member to mark the beginning of a chain of cursive
54166             connections.
54167
54168             * pango/opentype/ftxgpos.c (Do_String_Lookup): If the
54169             RIGHT_TO_FLAG flag is set, shift cursive chain up so
54170             last glyph is on the baseline.
54171
54172  src/ftxgpos.c | 25 ++++++++++++++++++++++++-
54173  src/ftxopen.h |  8 ++++++--
54174  2 files changed, 30 insertions(+), 3 deletions(-)
54175
54176 commit 6f74f18b77402f3adf5bfbae26e8f44de6543b4e
54177 Author: Owen Taylor <otaylor@redhat.com>
54178 Date:   Sat Jul 26 03:03:40 2003 +0000
54179
54180     Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookup
54181
54182     Fri Jul 25 22:59:13 2003  Owen Taylor  <otaylor@redhat.com>
54183
54184             * pango/opentype/ftx{gpos,gsub}.h pango/opentype/ftxgdef.c:
54185             Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which
54186             allow lookup information to be stored at 32-bit offets
54187             via a double indirection. (From FreeType, Werner Lemberg,
54188             2001-08-08)
54189
54190  src/ftxgpos.h | 17 +++++++++--------
54191  src/ftxgsub.h |  1 +
54192  src/ftxopen.c | 19 +++++++++++++++++++
54193  3 files changed, 29 insertions(+), 8 deletions(-)
54194
54195 commit 375781c4546b5cfc453b99551ddf715bb162ffb9
54196 Author: Owen Taylor <otaylor@redhat.com>
54197 Date:   Sat Jul 26 02:44:19 2003 +0000
54198
54199     Fix a couple of places where TTO_Err_Not_Covered wasn't considered a
54200
54201     Fri Jul 25 22:25:48 2003  Owen Taylor  <otaylor@redhat.com>
54202
54203             * pango/opentype/ftxgsub.c (Lookup_ContextSubst2,
54204             Lookup_ChainContextSubst2): Fix a couple of
54205             places where TTO_Err_Not_Covered wasn't considered
54206             a successful return from Get_Class -- it means
54207             use class index 0. (From FreeType, Werner Lemberg,
54208             2001-08-06)
54209
54210  src/ftxgsub.c | 4 ++--
54211  1 file changed, 2 insertions(+), 2 deletions(-)
54212
54213 commit 378e1889cd294cb77313ba7fdab3e52959bf2c40
54214 Author: Owen Taylor <otaylor@redhat.com>
54215 Date:   Sat Jul 26 02:10:42 2003 +0000
54216
54217     Improvements to OpenType-dumping code, based on changes in Qt by Lars
54218
54219     Fri Jul 25 20:12:00 2003  Owen Taylor  <otaylor@redhat.com>
54220
54221             Improvements to OpenType-dumping code, based on
54222             changes in Qt by Lars Knoll.
54223
54224             * pango/opentype/ottest.c: Tweak the debugging output,
54225             suppress some warnings.
54226
54227             * pango/opentype/disasm.c: Add support for
54228             GSUB Context/Chain GPOS MarkBase lookups, improve
54229             output in various ways.
54230
54231  src/disasm.c | 242
54232  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
54233  src/ottest.c |  12 +--
54234  2 files changed, 241 insertions(+), 13 deletions(-)
54235
54236 commit 07bad0e77c42b5f2535e3b018bf9074d2f4ecc7c
54237 Author: Owen Taylor <otaylor@redhat.com>
54238 Date:   Thu Jul 24 21:05:29 2003 +0000
54239
54240     Fix uses of g_assert() around statements with side effects. (#115498,
54241
54242     Thu Jul 24 17:04:21 2003  Owen Taylor  <otaylor@redhat.com>
54243
54244             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
54245             Fix uses of g_assert() around statements with side effects.
54246             (#115498, patch from David Cuthbert)
54247
54248  src/pango-ot-ruleset.c | 14 +++++++++-----
54249  1 file changed, 9 insertions(+), 5 deletions(-)
54250
54251 commit f91deef2c9473da5c3cb5e120f2d4fbf0d638166
54252 Author: Owen Taylor <otaylor@redhat.com>
54253 Date:   Wed Apr 16 21:48:29 2003 +0000
54254
54255     More careful handling of face->charmap; if is NULL, try to set
54256     a unicode
54257
54258     Wed Apr 16 03:46:42 2003  Owen Taylor  <otaylor@redhat.com>
54259
54260             * pango/opentype/pango-ot-info.c (synthesize_class_def):
54261             More careful handling of face->charmap; if is NULL,
54262             try to set a unicode charmap, if that doesn't succeed,
54263             return. (Hopefully fixes #106550)
54264
54265  src/pango-ot-info.c | 26 ++++++++++++++++++++++++--
54266  1 file changed, 24 insertions(+), 2 deletions(-)
54267
54268 commit 587b3940f3ce71e8e1c9950086923d4eb78d62db
54269 Author: Owen Taylor <otaylor@redhat.com>
54270 Date:   Wed Apr 16 03:58:17 2003 +0000
54271
54272     When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have only
54273
54274     Tue Apr 15 11:49:39 2003  Owen Taylor  <otaylor@redhat.com>
54275
54276             * pango/opentype/ftxg{sub/pos}.c: When loading
54277             in Load_Chain{Sub,Pos}ClassRule, the limit we
54278             have only applies to the input ClassDef table.
54279             Fixes problem with Arial Unicode. Much help from
54280             Noah Levitt in tracing this down.
54281
54282  src/ftxgpos.c | 7 ++++---
54283  src/ftxgsub.c | 7 ++++---
54284  2 files changed, 8 insertions(+), 6 deletions(-)
54285
54286 commit 0d7567f8eaa1f8d0ec9cb89218ce3a1475d258ac
54287 Author: Owen Taylor <otaylor@redhat.com>
54288 Date:   Tue Apr 15 23:01:19 2003 +0000
54289
54290     Fix mispelled constant from last commit.
54291
54292     Tue Apr 15 06:57:02 2003  Owen Taylor  <otaylor@redhat.com>
54293
54294             * pango/opentype/ftxgpos.c: Fix mispelled constant
54295             from last commit.
54296
54297  src/ftxgpos.c | 2 +-
54298  1 file changed, 1 insertion(+), 1 deletion(-)
54299
54300 commit 73cd600798a9a7225b2ac8241ea371d48cf7baf3
54301 Author: Owen Taylor <otaylor@redhat.com>
54302 Date:   Tue Apr 15 22:15:41 2003 +0000
54303
54304     Fix confusion between boolean and FT_Error return. (#108358,
54305     Noah Levitt)
54306
54307     Tue Apr 15 06:03:39 2003  Owen Taylor  <otaylor@redhat.com>
54308
54309             * pango/opentype/ftxgpos.c: Fix confusion between
54310             boolean and FT_Error return. (#108358, Noah Levitt)
54311
54312             * pango/opentype/ftxopen.c (Get_Class1): index is
54313             allowed to be NULL. (#108358, Noah Levitt)
54314
54315  src/ftxgpos.c | 5 +++--
54316  src/ftxopen.c | 3 ++-
54317  2 files changed, 5 insertions(+), 3 deletions(-)
54318
54319 commit 462bd0be608c3d14e5b4c01099b02b3948a52369
54320 Author: Owen Taylor <otaylor@redhat.com>
54321 Date:   Tue Apr 15 21:05:53 2003 +0000
54322
54323     Fix infinite loop in the case where the charmap contains a character >
54324
54325     Tue Apr 15 05:00:39 2003  Owen Taylor  <otaylor@redhat.com>
54326
54327             * pango/opentype/pango-ot-info.c (synthesize_class_def):
54328             Fix infinite loop in the case where the charmap contains
54329             a character > 65535. (#106550, Morten Welinder.)
54330
54331  src/pango-ot-info.c | 14 +++++++-------
54332  1 file changed, 7 insertions(+), 7 deletions(-)
54333
54334 commit 312e1c1cf9f2c1e2137b9aaa5181a541447923cb
54335 Author: James Henstridge <james@daa.com.au>
54336 Date:   Tue Mar 11 12:31:16 2003 +0000
54337
54338     make similar changes to the ones on glib head (call gtk-docize, etc).
54339
54340     2003-03-11  James Henstridge  <james@daa.com.au>
54341
54342         * autogen.sh: make similar changes to the ones on glib head (call
54343         gtk-docize, etc).
54344
54345         * configure.in: move some calculations into M4 macros, rather than
54346         calculating them when configure runs.
54347         Use AC_HELP_STRING where appropriate.
54348         Replace gtk-doc checks with a call to GTK_DOC_CHECK.
54349         Replace AC_OUTPUT_COMMANDS() call with a number of calls to
54350         AC_CONFIG_COMMANDS (once per created file).
54351         Get rid of the "chmod +x pango-config" bit, because there is no
54352         pango-config anymore.
54353
54354         * Makefile.am: get rid of custom distcheck rule, and set
54355         DISTCHECK_CONFIGURE_FLAGS, which is equivalent.
54356         Use += to select which .pc files to install.
54357
54358         * pango/Makefile.am: Add rules to rebuild module-defs* files, and
54359         remove them on clean.
54360         Reorder so that rules related to each individual library are next
54361         to each other.
54362         Use BUILT_SOURCES for built sources.
54363
54364         * pango/opentype/Makefile.am: don't use STRIP_BEGIN/STRIP_END.
54365
54366         * modules/*/Makefile.am: simplify module makefiles through use of
54367         +=, and regularise them a bit (fixed a few bugs in the process).
54368
54369         * docs/Makefile.am: remove common rules, and instead include
54370         gtk-doc.make.
54371
54372         * examples/Makefile.am: add pango.modules to CLEANFILES.
54373
54374         * tests/Makefile.am: remove temporary files on clean.
54375
54376  src/Makefile.am | 11 +++++------
54377  1 file changed, 5 insertions(+), 6 deletions(-)
54378
54379 commit 1aad15fd0c007c9075f2f7f4c4cacf576d726eea
54380 Author: Owen Taylor <otaylor@redhat.com>
54381 Date:   Mon Feb 17 22:04:29 2003 +0000
54382
54383     Add an --enable-debug configure argument defaulting to 'yes'
54384     for unstable
54385
54386     Mon Feb 17 13:06:39 2003  Owen Taylor  <otaylor@redhat.com>
54387
54388             * configure.in **/Makefile.am: Add an --enable-debug
54389             configure argument defaulting to 'yes' for unstable
54390             releases and 'minimum' for stable releases.
54391             For minimum, -DG_DISABLE_CAST_CHECKS.
54392
54393             * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
54394             pango/pangoxft-fontmap.c: Add caching of fontsets
54395             (#104495, initial patch and review by Soeren Sandmann)
54396
54397             * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
54398             pango/pangoxft-fontmap.c pango/pangoft2-private.h
54399             pango/pangoxft-private.h: Remove cache of recently freed
54400             fonts; not necessary now that we cache fontsets.
54401
54402             * pango/pangofc-fontmap.cI (pango_fc_pattern_set_free):
54403             Rename from pango_fc_font_set_free to reflect
54404             what it actually does.
54405
54406             * pango/pangofc-fontmap.cI pango/pangoft-fontmap.c
54407             pango/pangoxft-fontmap.c: Combine clear-the-cache
54408             functions; we didn't need separate clear-the-font-cache
54409             and clear-the-pattern-cache functions.
54410
54411  src/Makefile.am | 1 +
54412  1 file changed, 1 insertion(+)
54413
54414 commit 5febce1ffc956ea44526d50be7cf14c69c66cb34
54415 Author: Owen Taylor <otaylor@redhat.com>
54416 Date:   Wed Feb 12 22:12:55 2003 +0000
54417
54418     Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation
54419
54420     Wed Feb 12 16:59:23 2003  Owen Taylor  <otaylor@redhat.com>
54421
54422             * configure.in pango/opentype/fterrcompat.h README:
54423             Up the FreeType version requirement to 2.0.9.
54424             (2.2.1 had a compilation failure with older versions,
54425             this catches it more cleanly, and removes some unneeded
54426             checks. #105302, problem reported by Will Partain.)
54427
54428  src/fterrcompat.h | 4 ----
54429  1 file changed, 4 deletions(-)
54430
54431 commit 54e85cc0cf3700d2c4af5396d79bd0e40df8f0da
54432 Author: Owen Taylor <otaylor@redhat.com>
54433 Date:   Sat Jan 11 00:16:26 2003 +0000
54434
54435     Export TT_New_GDEF_Table to create an empty GDEF table.
54436
54437     Fri Jan 10 18:56:36 2003  Owen Taylor  <otaylor@redhat.com>
54438
54439             * pango/opentype/ftxgdef.c: Export TT_New_GDEF_Table
54440             to create an empty GDEF table.
54441
54442             * pango/opentype/pango-ot-info.c: If the font doesn't
54443             have a class definition table, synthesize one using
54444             the charmap and the unicode properties of characters
54445             in the charmap. (Needed to make things work with various
54446             old Arabic fonts, such as the KACST fonts)
54447
54448  src/ftxgdef.c       |  46 +++++++++++++++-------
54449  src/ftxgdef.h       |   4 ++
54450  src/pango-ot-info.c | 108
54451  ++++++++++++++++++++++++++++++++++++++++++++++++++++
54452  3 files changed, 144 insertions(+), 14 deletions(-)
54453
54454 commit db6bb4b034d4d8d546fc9bdc4ad28b16bb7f1bb7
54455 Author: Matthias Clasen <matthiasc@src.gnome.org>
54456 Date:   Thu Nov 28 23:53:18 2002 +0000
54457
54458     Add docs.
54459
54460         * docs/tmpl/xft-fonts.sgml:
54461         * docs/tmpl/freetype-fonts.sgml: Add docs.
54462
54463         * pango/pangoxft-fontmap.c (pango_xft_substitute_changed):
54464         * pango/pangoft2-fontmap.c
54465         (pango_ft2_font_map_set_default_substitute):
54466         Fix doc typos.
54467
54468  src/pango-ot-info.c | 4 +++-
54469  1 file changed, 3 insertions(+), 1 deletion(-)
54470
54471 commit 226d9b67db852eb29ad37ec8121b79f3ea6f0b73
54472 Author: Sebastian Wilhelmi <wilhelmi@ira.uka.de>
54473 Date:   Tue Nov 26 13:37:10 2002 +0000
54474
54475     Do not add GLIB_CFLAGS to CFLAGS.
54476
54477
54478     2002-11-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
54479
54480         * configure.in: Do not add GLIB_CFLAGS to CFLAGS.
54481
54482         * docs/Makefile.am, examples/Makefile.am,
54483         modules/arabic/Makefile.am, modules/basic/Makefile.am,
54484         modules/hangul/Makefile.am, modules/hebrew/Makefile.am,
54485         modules/indic/Makefile.am, modules/tamil/Makefile.am,
54486         modules/thai/Makefile.am, pango/Makefile.am,
54487         pango/mini-fribidi/Makefile.am, pango/opentype/Makefile.am:
54488         Instead add $(GLIB_CFLAGS) directly to INCLUDES (GTKDOC_CFLAGS for
54489         docs/Makefile.am). Also some cosmetic line wrapping and
54490         reindentation.
54491
54492  src/Makefile.am | 5 +++--
54493  1 file changed, 3 insertions(+), 2 deletions(-)
54494
54495 commit 80634a30b9abdf575320bc6fdacdba4e1ea3903d
54496 Author: Manish Singh <yosh@gimp.org>
54497 Date:   Mon Oct 14 22:50:48 2002 +0000
54498
54499     Get rid of unnecessary casts for g_object_{ref,unref}
54500
54501     Mon Oct 14 15:39:41 2002  Manish Singh  <yosh@gimp.org>
54502
54503             * pango/pango-context.c pango/pango-layout.c pango/pangoft2.c
54504             pango/pangowin32-fontmap.c pango/pangowin32.c
54505             pango/pangox-fontmap.c
54506             pango/pangox.c pango/pangoxft-font.c pango/pangoxft-fontmap.c
54507             pango/testfonts.c pango/opentype/pango-ot-ruleset.c:
54508             Get rid of unnecessary casts for g_object_{ref,unref}
54509
54510  src/pango-ot-ruleset.c | 4 ++--
54511  1 file changed, 2 insertions(+), 2 deletions(-)
54512
54513 commit 741993e0b15b4df86d76fa8df5055bd764c42c71
54514 Author: Owen Taylor <otaylor@redhat.com>
54515 Date:   Sun Sep 29 19:06:58 2002 +0000
54516
54517     ligatures can be also used in MarkBasePos lookups. (2001-03-17 Werner
54518
54519     Sun Sep 29 14:55:36 2002  Owen Taylor  <otaylor@redhat.com>
54520
54521             * pango/opentype/ftxgpos.c: ligatures can be also used in
54522             MarkBasePos lookups. (2001-03-17  Werner Lemberg)
54523
54524  src/ftxgpos.c | 13 ++++++++++---
54525  1 file changed, 10 insertions(+), 3 deletions(-)
54526
54527 commit a35dc445e86ab433fe9f3937c95f2c1f18f58110
54528 Author: Owen Taylor <otaylor@redhat.com>
54529 Date:   Sun Sep 29 19:05:01 2002 +0000
54530
54531     Start of merges from freetype1 of OpenType fixes.
54532
54533     Sun Sep 29 14:51:25 2002  Owen Taylor  <otaylor@redhat.com>
54534
54535             Start of merges from freetype1 of OpenType fixes.
54536
54537             (2001-03-17  Werner Lemberg)
54538
54539             * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
54540             pango/opentype/ftxg\sub.c:
54541             More fixes for special marks.
54542
54543  src/ftxgdef.c | 13 ++++++++-----
54544  src/ftxgpos.c |  6 +++---
54545  src/ftxgsub.c |  4 ++--
54546  3 files changed, 13 insertions(+), 10 deletions(-)
54547
54548 commit 5c53f14f371b349da65dfa3a848b17ab89ce3ba8
54549 Author: Tor Lillqvist <tml@iki.fi>
54550 Date:   Mon Sep 23 21:45:31 2002 +0000
54551
54552     Remove. Not used. (A static library is built here. Exported entries
54553     are in
54554
54555     2002-09-24  Tor Lillqvist  <tml@iki.fi>
54556
54557         * pango/opentype/pango-ot.def: Remove. Not used. (A static library
54558         is built here. Exported entries are in ../pangoft2.def.)
54559
54560         * pango/opentype/Makefile.am (EXTRA_DIST): Remove from here, too.
54561
54562  src/Makefile.am  |  3 +--
54563  src/pango-ot.def | 50 --------------------------------------------------
54564  2 files changed, 1 insertion(+), 52 deletions(-)
54565
54566 commit 35e4593ccd9ea5ed78f1e6f32f04b3a13cee0145
54567 Author: Tor Lillqvist <tml@iki.fi>
54568 Date:   Mon Sep 23 21:19:30 2002 +0000
54569
54570     pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. Not
54571
54572     2002-09-23  Tor Lillqvist  <tml@iki.fi>
54573
54574         * pango/makefile.mingw.in
54575         * pango/mini-fribidi/makefile.mingw
54576         * pango/opentype/makefile.mingw.in: Remove. Not maintained.
54577
54578         * pango/Makefile.am (EXTRA_DIST)
54579         * pango/mini-fribidi/Makefile.am (EXTRA_DIST)
54580         * pango/opentype/Makefile.am (EXTRA_DIST): Remove
54581         makefile.mingw(.in) from here, too.
54582
54583         * configure.in (AC_OUTPUT): Don't try to output above removed
54584         files.
54585
54586  src/Makefile.am       |  3 +--
54587  src/makefile.mingw.in | 43 -------------------------------------------
54588  2 files changed, 1 insertion(+), 45 deletions(-)
54589
54590 commit fb279cb0bf676bb1d225e6a296282523d839074d
54591 Author: Eric Mader <emader@src.gnome.org>
54592 Date:   Mon Sep 9 18:11:55 2002 +0000
54593
54594     Correctly handle back, new_advance.
54595
54596  src/pango-ot-ruleset.c | 25 ++++++++++++++++---------
54597  1 file changed, 16 insertions(+), 9 deletions(-)
54598
54599 commit c880e814a50100577811a8a51bc06b4275c55a7e
54600 Author: Eric Mader <emader@src.gnome.org>
54601 Date:   Fri Sep 6 22:45:23 2002 +0000
54602
54603     Don't fail when reading an empty script.
54604
54605  src/ftxopen.c | 36 +++++++++++++++++++++++++-----------
54606  src/ftxopen.h |  1 +
54607  2 files changed, 26 insertions(+), 11 deletions(-)
54608
54609 commit 441e7d0292bf1a06396daac80fcbad23976a824d
54610 Author: Owen Taylor <otaylor@redhat.com>
54611 Date:   Wed Aug 7 17:01:52 2002 +0000
54612
54613     Offset to MarkAttachClassDef is offset to table, not offset to
54614     offset to
54615
54616     Wed Aug  7 12:32:39 2002  Owen Taylor  <otaylor@redhat.com>
54617
54618             * pango/opentype/ftxgsub.c (TT_Load_GSUB_Table):
54619             Offset to MarkAttachClassDef is offset to table,
54620             not offset to offset to table.
54621
54622             * pango/opentype/ftxopen.c (Get_Device): Handle
54623             NULL device tables which we represent with
54624             d->DeltaValue == NULL.
54625
54626  src/ftxgsub.c | 13 -------------
54627  src/ftxopen.c |  2 +-
54628  2 files changed, 1 insertion(+), 14 deletions(-)
54629
54630 commit 48a16fa8090b67b046b2bb686ff4f6f038a2b8e8
54631 Author: Owen Taylor <otaylor@src.gnome.org>
54632 Date:   Tue Jun 4 00:20:51 2002 +0000
54633
54634     on Jun  3 18:56:09 2002  Owen Taylor  <otaylor@redhat.com>
54635
54636             Xft2 and fontconfig conversion, based largely on a patch
54637             from Keith Packard.
54638
54639             * configure.in acconfig.h: Add checks for fontconfig, switch
54640             Xft checks to switch for Xft2 using pkg-config.
54641
54642             * pangoxft.pc.in pangoxft.pc.in
54643             modules/{arabic,basic,hebrew,indic,tamil}/Makefile.am
54644             pango/Makefile.am: Reflect new Xft/fontconfig dependencies.
54645
54646             * pango/pangoxft-private.h pango/pangoxft-fontmap.c
54647             modules/arabic/arabic-xft.c modules/indic/indic-xft.c:
54648             Switch over to using Xft2 and fontconfig.
54649
54650             * pango/pangoft2.c pango/pangoft2-fontmap.c
54651             pango/pangoft2-private.h
54652             pango/pango/Makefile.am: Remove usage of mini-xft in
54653             favor of fontconfig.
54654
54655             * pango/pango-ot.h pango/opentype/pango-ot-info.c
54656             pango/pangoxft.h
54657             modules/arabic/arabic-{xft,ft2}.c modules/indic/indic-xft.c:
54658             Attach OpenType information directly to the FT_Face
54659             structure using FT_Generic.
54660
54661             * modules/tamil/Makefile.am modules/tamil/tamil-xft.c
54662             configure.in: Remove this module, no longer needed.
54663
54664             * pango/pangoxft-font.c (pango_xft_real_render): Coalesce
54665             calls to Xft rendering functions.
54666
54667  src/pango-ot-info.c | 29 +++++++++++++++++++++++------
54668  1 file changed, 23 insertions(+), 6 deletions(-)
54669
54670 commit 9df9af0b3615dc6a52d784233a3410a9080d9369
54671 Author: Owen Taylor <otaylor@redhat.com>
54672 Date:   Fri May 10 18:44:47 2002 +0000
54673
54674     Fix acess outside of a loaded frame and some memory leaks on failure.
54675
54676     Fri May 10 14:41:27 2002  Owen Taylor  <otaylor@redhat.com>
54677
54678             * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Fix acess
54679             outside of a loaded frame and some memory leaks
54680             on failure.
54681
54682  src/ftxgdef.c | 12 ++++++++++--
54683  1 file changed, 10 insertions(+), 2 deletions(-)
54684
54685 commit a63dbbbeeb91ebf4ded2fc788f5810a3bd1e14fe
54686 Author: Eric Mader <mader@jtcsv.com>
54687 Date:   Tue May 7 20:39:14 2002 +0000
54688
54689     Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,
54690
54691     Mon May 06 15:07:39 2002 Eric Mader <mader@jtcsv.com>
54692         * Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,
54693         indic-ot-class-tables.c
54694
54695         * pango/opentype/ftxgdef.c: Compute full offset for mark
54696         attachment class table
54697
54698         * pango/opentype/ftxgpos.c: Only return TTO_Err_Not_Covered if
54699         nothing matches
54700
54701         * pango/opentype/pango-ot-ruleset.c: enable GPOS processing
54702
54703  src/ftxgdef.c          | 10 ++++++++--
54704  src/ftxgpos.c          | 33 ++++++++++++++-------------------
54705  src/pango-ot-ruleset.c | 35 ++++++++++++++++++++++++++++++++++-
54706  3 files changed, 56 insertions(+), 22 deletions(-)
54707
54708 commit cf00f8217c9dfcf50febbb06fad245d489a0abe6
54709 Author: Owen Taylor <otaylor@redhat.com>
54710 Date:   Tue Apr 23 20:20:29 2002 +0000
54711
54712     Add compatibility defines for changes in FreeType 2.1.0.
54713
54714     Tue Apr 23 16:15:07 2002  Owen Taylor  <otaylor@redhat.com>
54715
54716             * pango/opentype/fterrcompat.h: Add compatibility
54717             defines for changes in FreeType 2.1.0.
54718
54719  src/fterrcompat.h | 39 +++++++++++++++++++++++++++++++++++++--
54720  1 file changed, 37 insertions(+), 2 deletions(-)
54721
54722 commit 6b1b04e3736fdca774052ac3cfbe9f027548c29d
54723 Author: Owen Taylor <otaylor@redhat.com>
54724 Date:   Fri Mar 15 06:46:05 2002 +0000
54725
54726     In Load_ChainContextSubst2, handle the case where an empty class
54727
54728     Fri Mar 15 01:35:56 2002  Owen Taylor  <otaylor@redhat.com>
54729
54730         * pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
54731         pango/opentype/ftxopenf.h: In Load_ChainContextSubst2,
54732         handle the case where an empty class definition
54733         is represented by an offset of 0.
54734
54735         * pango/opentype/ftxgpos.c: Same for Load_ChainContextPos2.
54736
54737         * pango/opentype/{ftxopen.c,ftxgpos.c,ftxgsub.c,ftgdef.c}:
54738         Fix pervasive bug where on cleanups on failure of loading
54739         an array element, all array elements were freed, not
54740         just the ones that had been succesfully loaded.
54741
54742  src/ftxgdef.c  |  24 +++---
54743  src/ftxgpos.c  | 259
54744  ++++++++++++++++++++++++++++++++++++---------------------
54745  src/ftxgsub.c  | 159 ++++++++++++++++++++---------------
54746  src/ftxopen.c  |  53 ++++++++----
54747  src/ftxopenf.h |   2 +
54748  5 files changed, 306 insertions(+), 191 deletions(-)
54749
54750 commit 6050933f336f43453e35246525cfec362bd23acb
54751 Author: Owen Taylor <otaylor@redhat.com>
54752 Date:   Fri Mar 15 04:22:14 2002 +0000
54753
54754     Uncomment GPOS parts.
54755
54756     Thu Mar 14 23:05:18 2002  Owen Taylor  <otaylor@redhat.com>
54757
54758             * pango/opentype/ftxopen.c: Uncomment GPOS parts.
54759
54760             * pango/opentype/disasm.c: Start adding some GPOS
54761             dumping.
54762
54763  src/disasm.c  | 146
54764  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
54765  src/ftxopen.c |  20 ++++----
54766  2 files changed, 154 insertions(+), 12 deletions(-)
54767
54768 commit 973bd60a2526666f68138255b8536d1eaee3c2c2
54769 Author: Sebastian Wilhelmi <wilhelmi@src.gnome.org>
54770 Date:   Thu Dec 13 17:44:46 2001 +0000
54771
54772     Resuming aborted commit
54773
54774
54775     Resuming aborted commit
54776
54777  src/Makefile.am | 1 +
54778  1 file changed, 1 insertion(+)
54779
54780 commit 6926ca94255e5d52d99d0d64d126165fc725432d
54781 Author: Matthias Clasen <matthiasc@src.gnome.org>
54782 Date:   Tue Oct 30 22:09:20 2001 +0000
54783
54784     Remove declarations of unimplemented functions
54785
54786             * docs/pango-sections.txt, pango/pango-ot.h: Remove
54787             declarations
54788             of unimplemented functions pango_ot_ruleset_set_glyph_loader
54789             and
54790             pango_ot_ruleset_set_alternate_func and the related typedefs
54791             PangoOTGlyphLoader and PangoOTAlternateFunc.
54792
54793             * pango/opentype/pango-ot-info.c,
54794             pango/opentype/pango-ot-ruleset.c: Documentation updates.
54795
54796  src/pango-ot-info.c    | 76
54797  ++++++++++++++++++++++++++++++++++++++++++++++++++
54798  src/pango-ot-ruleset.c | 27 ++++++++++++++++++
54799  2 files changed, 103 insertions(+)
54800
54801 commit 87a475c09f6b9b391bca37de47a303a62a397b83
54802 Author: Havoc Pennington <hp@redhat.com>
54803 Date:   Wed Sep 19 21:20:36 2001 +0000
54804
54805     header to abstract the difference between FreeType 2.0.3 and 2.0.4
54806     error
54807
54808     2001-09-19  Havoc Pennington  <hp@redhat.com>
54809
54810         * pango/opentype/fterrcompat.h: header to abstract the difference
54811         between FreeType 2.0.3 and 2.0.4 error codes, based on the
54812         configure check.
54813
54814         * configure.in: check for the tterrors.h header in FreeType 2.0.3,
54815         and define HAVE_FREETYPE_2_0_3 if we have it
54816
54817  src/Makefile.am     |  1 +
54818  src/fterrcompat.h   | 16 ++++++++++++++++
54819  src/ftxgdef.c       |  3 ++-
54820  src/ftxgpos.c       |  3 ++-
54821  src/ftxgsub.c       |  3 ++-
54822  src/ftxopen.c       |  3 ++-
54823  src/pango-ot-info.c |  2 +-
54824  7 files changed, 26 insertions(+), 5 deletions(-)
54825
54826 commit 9c37226efe2489b4cf9618ec98f581c998aaf9e4
54827 Author: Owen Taylor <otaylor@redhat.com>
54828 Date:   Tue Sep 18 20:05:20 2001 +0000
54829
54830     Up to 0.19.
54831
54832     Tue Sep 18 15:47:08 2001  Owen Taylor  <otaylor@redhat.com>
54833
54834         * configure.in (PANGO_MINOR_VERSION): Up to 0.19.
54835
54836         * pango/pango-font.h pango/pango-fontmap.[ch] pango/fonts.c
54837         pango/pangoxft-fontmap.c pango/pangoft-fontmap.c
54838         pango/pango-context.[ch]
54839         pango/pangox-fontmap.c: Add new PangoFontFace and PangoFontFamily
54840         object types, and change the font listing API to list faces and
54841         families, instead of face names and font descriptions.
54842
54843         * pango/pango-font.h pango/fonts.c: Make PangoFontDescription
54844         an opaque heap-allocated structure, add accessors and
54845         convenience functions.
54846
54847         * pango/pango-font.h pango/pango-private.h: Make PangoFontMetrics
54848         heap allocated, protect the structure definition with
54849         #ifdef PANGO_ENABLE_BACKEND, and add getters for the fields.
54850
54851         * pango/pango-attributes.[ch] ( pango_attr_iterator_get_font):
54852         instead of providing a base font description and one to fill
54853         in, provide a single font description to modify based on
54854         the attributes.
54855
54856         * pango/pango-attributes.[ch]: Fix PangoAttrFontDesc to have
54857         a PangoFontDescription by reference, not by value.
54858
54859         * pango/pango-utils.[ch]: make pango_parse_style() and friends
54860         take pointers to individual enumerations instead of to a
54861         PangoFontDescription structure.
54862
54863         * pango/*.c: Fix for the PangoFontDescription and PangoFontMetrics
54864         changes.
54865
54866             * pango/pango-{break,engine,indic,ot,xft}.h pango/Makefile.am
54867         pango/opentype/Makefile.am: Protect portions with
54868         PANGO_ENABLE_ENGINE to shrink the public API.
54869
54870         * modules/*/Makefile.am: -DPANGO_ENABLE_ENGINE.
54871
54872         * pango/{pangox.h,pangox-private.h} modules/basic/basic-x.c: Move
54873         pango_x_font_get_unknown_glyph() into public header since it is
54874         used from modules.
54875
54876         * pango/pango-{context,font,fontmap,modules.utils}.h
54877         pango/Makefile.am:
54878         Protect portions with PANGO_ENABLE_BACKEND to shrink the
54879         public API.
54880
54881         * pango/*.h: Use G_BEGIN/END_DECLS
54882
54883         * examples/viewer-qt.[cc,h]: Fix for changes to font listing API,
54884         PangoFontDescription.
54885
54886         * pango/pango-indic.h modules/indic/*: Since we install this
54887         header fix it up to Pango conventions, namespece
54888         ZERO_WIDTH_JOINER, ZERO_WIDTH_NON_JOINER.
54889
54890         * docs/pango-sections.txt: Updated.
54891
54892  src/Makefile.am | 1 +
54893  1 file changed, 1 insertion(+)
54894
54895 commit 7dd0838863f65a8ff2e27d12679c9a289a76aec1
54896 Author: Darin Adler <darin@src.gnome.org>
54897 Date:   Thu Jul 12 16:34:40 2001 +0000
54898
54899     Remove stray semicolon.
54900
54901         * modules/arabic/arabic-x.c: (arabic_engine_shape): Remove stray
54902         semicolon.
54903
54904         * modules/arabic/arconv.h:
54905         * modules/arabic/arconv.c: (shape), (doublelig), (arabic_reshape):
54906         Use long* instead of int* for parameter to match what's passed in.
54907
54908         * modules/indic/bengali-x.c: Add missing <string.h> include.
54909         (pango_indic_make_ligs): Use local variable that was added but not
54910         ever used.
54911         (pango_indic_engine_shape): Remove unused locals.
54912
54913         * modules/indic/devanagari-x.c: Add missing <string.h> include.
54914         (pango_indic_engine_shape): Remove unused local.
54915
54916         * modules/indic/gujarati-x.c: Add missing <string.h> include.
54917         (pango_indic_engine_shape): Remove unused local
54918
54919         * modules/tamil/tamil-x.c: (tamil_engine_shape): Initialize a
54920         variable to quiet the compiler's unused warning.
54921
54922         * pango/.cvsignore: Ignore more generated files.
54923
54924         * pango/opentype/ftxgpos.c: (Get_Anchor): Add code to set up the
54925         ap variable. The old code would just use the uninitialized value.
54926
54927         * pango/opentype/ftxopen.c: (Load_Coverage): Remove unused local.
54928
54929         * pango/opentype/pango-ot-ruleset.c: (pango_ot_ruleset_shape):
54930         Remove unused local.
54931
54932         * pango/pango-attributes.c: (pango_attr_list_get_type),
54933         (pango_color_get_type): Add needed function type casts (just
54934         warnings under gcc, but could be errors in other compilers).
54935
54936         * pango/pangoxft-font.c: (pango_xft_font_get_metrics),
54937         (pango_xft_font_get_coverage), (pango_xft_get_shaper_map),
54938         (pango_xft_font_find_shaper): Switch from lang char* to
54939         PangoLanguage*. The code was still compiling, but would not have
54940         worked.
54941
54942  src/ftxgpos.c          | 2 ++
54943  src/ftxopen.c          | 1 -
54944  src/pango-ot-ruleset.c | 1 -
54945  3 files changed, 2 insertions(+), 2 deletions(-)
54946
54947 commit 68f8a64307441bd3b3d45971ac4dc93f63dedfe8
54948 Author: Owen Taylor <otaylor@redhat.com>
54949 Date:   Fri May 18 16:04:40 2001 +0000
54950
54951     Use ISO C99 varargs when available.
54952
54953     Fri May 18 11:30:57 2001  Owen Taylor  <otaylor@redhat.com>
54954
54955         * pango/opentype/disasm.c: Use ISO C99 varargs when
54956         available.
54957
54958     Thu May 17 11:16:23 2001  Owen Taylor  <otaylor@redhat.com>
54959
54960         * pango/mapping.c: Fixup docs, remove some FIXMEs that are
54961         no longer applicable.
54962
54963         * pango/pango-layout.c: Move by graphemes, not characters.
54964
54965         * pango/pango-layout.c (pango_layout_line_x_to_index):
54966         Position at the closest grapheme boundary, not at character
54967         boundaries.
54968
54969         * pango/pango-layout.c (pango_layout_line_index_to_x):
54970         Return positions of grapheme boundaries, not character
54971         boundaries.
54972
54973  src/Makefile.am | 2 ++
54974  src/disasm.c    | 5 +++++
54975  2 files changed, 7 insertions(+)
54976
54977 commit 89eb36ebc6591025c063cb98f0e1b3badde73e9e
54978 Author: Owen Taylor <otaylor@redhat.com>
54979 Date:   Tue Apr 24 15:47:22 2001 +0000
54980
54981     Remove excess call to DONE_Stream left over from conversion from FT1.
54982
54983     Tue Apr 24 11:45:55 2001  Owen Taylor  <otaylor@redhat.com>
54984
54985         * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Remove
54986         excess call to DONE_Stream left over from conversion
54987         from FT1. (reported by Michael Jansson)
54988
54989  src/ftxgdef.c | 1 -
54990  1 file changed, 1 deletion(-)
54991
54992 commit c61a730aaebec751831f8423894de5f4b539d0ec
54993 Author: Owen Taylor <otaylor@redhat.com>
54994 Date:   Tue Apr 3 19:07:36 2001 +0000
54995
54996     Release 0.14
54997
54998     Tue Apr  3 15:05:19 2001  Owen Taylor  <otaylor@redhat.com>
54999
55000         * Release 0.14
55001
55002         * NEWS: updated.
55003
55004             * pango/pango/opentype/Makefile.am: make dist fixes.
55005
55006         * configure.in (PANGO_MINOR_VERSION): Up to 0.14
55007
55008  src/Makefile.am | 10 ++++++++--
55009  1 file changed, 8 insertions(+), 2 deletions(-)
55010
55011 commit 405b878923ed219617c6f643a9aec06175223d16
55012 Author: Tor Lillqvist <tml@iki.fi>
55013 Date:   Thu Dec 21 19:55:23 2000 +0000
55014
55015     Only a script engine here.
55016
55017     2000-12-21  Tor Lillqvist  <tml@iki.fi>
55018
55019         * modules/basic/basic-win32.c (script_engine_load): Only a script
55020         engine here.
55021
55022         * pango/makefile.mingw.in: Add the built pango-enum-types.[ch].
55023
55024         * pango/pango.def
55025         * pango/pangoft2.def: Update.
55026
55027         * pango/opentype/pango-ot.def
55028         * pango/opentype/makefile.mingw.in: New files.
55029
55030         * pango/opentype/Makefile.am (EXTRA_DIST): Add them.
55031
55032         * configure.in (included_modules): Generate
55033         pango/opentype/makefile.mingw.
55034
55035  src/Makefile.am       |  4 +++-
55036  src/makefile.mingw.in | 43 +++++++++++++++++++++++++++++++++++++++++++
55037  src/pango-ot.def      | 50
55038  ++++++++++++++++++++++++++++++++++++++++++++++++++
55039  3 files changed, 96 insertions(+), 1 deletion(-)
55040
55041 commit 80a15829135065e16ce5b129c715d10d14b829ba
55042 Author: Owen Taylor <otaylor@redhat.com>
55043 Date:   Wed Dec 20 04:41:36 2000 +0000
55044
55045     Since Xft may only be available statically without shlib deps,
55046     check for
55047
55048     Tue Dec 19 22:47:16 2000  Owen Taylor  <otaylor@redhat.com>
55049
55050         * configure.in pango-config.in pangoxft.pc.in
55051         modules/basic/Makefile.am: Since Xft may only be available
55052         statically without shlib deps, check for FreeType libs explicitly
55053         and include them when linking, otherwise things won't work. Also,
55054         define FREETYPE_CFLAGS from freetype-config --cflags.
55055
55056         * modules/basic/basic-xft.c pango/pangoxft-font{,map}.c: Fool
55057         Xft into not converting glyph indices by loading the
55058         face unencoded then calling FT_Set_Charmap ourselves.
55059
55060         * pango/Makefile.am pango/pango-ot.h pango/opentype/* :Add start
55061         of opentype handling - most of the actually meat of the code here
55062         is the OpenType layout code from FreeType 1 ported to freetype2
55063         and adapted slighlty for our purposes.  Also, includes a
55064         incomplete OpenType-table-dumping code useful for figuring
55065         out what is going on.
55066
55067         * pango/pangoxft.h pango/pangoxft-font.h: Add calls for
55068         getting FT_Face and PangoOTInfo from PangoXftFont.
55069
55070         * modules/arabic/{Makefile.am,arabic-ot.[ch],arabic-xft.c}:
55071         Initial support for rendering Arabic with OpenType fonts.
55072
55073  src/.cvsignore         |    8 +
55074  src/FT-license.txt     |  158 ++
55075  src/Makefile.am        |   39 +
55076  src/README             |   36 +
55077  src/disasm.c           |  317 +++
55078  src/disasm.h           |   26 +
55079  src/ftxgdef.c          | 1155 +++++++++
55080  src/ftxgdef.h          |  220 ++
55081  src/ftxgpos.c          | 6222
55082  ++++++++++++++++++++++++++++++++++++++++++++++++
55083  src/ftxgpos.h          |  858 +++++++
55084  src/ftxgsub.c          | 4531 +++++++++++++++++++++++++++++++++++
55085  src/ftxgsub.h          |  612 +++++
55086  src/ftxopen.c          | 1467 ++++++++++++
55087  src/ftxopen.h          |  308 +++
55088  src/ftxopenf.h         |  161 ++
55089  src/ottest.c           |  265 +++
55090  src/pango-ot-info.c    |  438 ++++
55091  src/pango-ot-private.h |   98 +
55092  src/pango-ot-ruleset.c |  232 ++
55093  19 files changed, 17151 insertions(+)