02300c32d035d43a616fb5c7bcc14b487b26f568
[platform/upstream/harfbuzz.git] / ChangeLog
1 commit ac2ece3e153167224c85cc384e2826ea9711a8b5
2 Author: Behdad Esfahbod <behdad@behdad.org>
3 Date:   Wed Mar 7 15:52:42 2018 +0100
4
5     [ot] Comment out AAT include
6
7  src/hb-ot-shape.cc | 2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 commit 23a9ac993862b4a9032d38e80491a769b7ee86da
11 Author: Behdad Esfahbod <behdad@behdad.org>
12 Date:   Wed Mar 7 15:51:42 2018 +0100
13
14     Remove hb-ot-color.h
15
16     So I can make a release.
17
18  src/Makefile.sources          |  1 -
19  src/hb-ot-color-cpal-table.hh | 48 +++++++++++++++++++++++++
20  src/hb-ot-color.h             | 81
21  -------------------------------------------
22  src/hb-ot.h                   |  1 -
23  4 files changed, 48 insertions(+), 83 deletions(-)
24
25 commit 790a11700773dd664e4d5edac63c404c5ebce080
26 Author: Behdad Esfahbod <behdad@behdad.org>
27 Date:   Wed Mar 7 15:31:15 2018 +0100
28
29     [ot] Remove hb-ot-base.h
30
31     BASE table API will go into hb-ot-layout.h.
32
33  src/Makefile.sources           |  1 -
34  src/hb-ot-base.h               | 56
35  ------------------------------------------
36  src/hb-ot-layout-base-table.hh |  1 -
37  src/hb-ot-layout.h             | 16 ++++++++++++
38  src/hb-ot.h                    |  1 -
39  5 files changed, 16 insertions(+), 59 deletions(-)
40
41 commit f014a124f582215fa96afc28b534a1ca0bf17167
42 Author: Behdad Esfahbod <behdad@behdad.org>
43 Date:   Wed Mar 7 10:49:26 2018 +0100
44
45     [set] Fix algebra
46
47     Was totally b0rked. Ouch!
48
49     Fixes https://github.com/harfbuzz/harfbuzz/issues/863
50
51  src/hb-set-private.hh | 20 +++++++++++++++++---
52  1 file changed, 17 insertions(+), 3 deletions(-)
53
54 commit 7587683cdce8ee9b7f07bae82aa1bb163e79ab92
55 Author: Behdad Esfahbod <behdad@behdad.org>
56 Date:   Wed Mar 7 09:55:22 2018 +0100
57
58     [set] Minor
59
60     In preparation to fix https://github.com/harfbuzz/harfbuzz/issues/863
61
62     Binary operations are sets are completely broken. Ouch.
63
64  src/hb-set-private.hh | 21 ++++++++++++++-------
65  1 file changed, 14 insertions(+), 7 deletions(-)
66
67 commit e4cbb87bd3512c3a6e97ea3923ecd1b26b0a1251
68 Author: Behdad Esfahbod <behdad@behdad.org>
69 Date:   Wed Mar 7 09:37:22 2018 +0100
70
71     Minor
72
73  src/hb-ot-color-colr-table.hh | 2 +-
74  1 file changed, 1 insertion(+), 1 deletion(-)
75
76 commit c6150333c29b458ed34858f24e94acc0f771aa0b
77 Author: Behdad Esfahbod <behdad@behdad.org>
78 Date:   Wed Mar 7 09:27:16 2018 +0100
79
80     Sign
81
82  src/test-unicode-ranges.cc | 2 +-
83  1 file changed, 1 insertion(+), 1 deletion(-)
84
85 commit 9a6f9b4d4284f0378a71a181fe216d97c913669e
86 Author: Garret Rieger <grieger@google.com>
87 Date:   Tue Mar 6 13:46:51 2018 -0800
88
89     [set] add a test demonstrating a bug in hb_set_union.
90
91  test/api/test-set.c | 10 ++++++++++
92  1 file changed, 10 insertions(+)
93
94 commit 9b4a5d7ef1ec068042e3c793845a4dbc3308d4b7
95 Author: Ebrahim Byagowi <ebrahim@gnu.org>
96 Date:   Wed Mar 7 00:23:40 2018 +0330
97
98     [ci] Enable -Werror=unused (#862)
99
100  .travis.yml             | 4 ++--
101  src/hb-ot-glyf-table.hh | 1 -
102  2 files changed, 2 insertions(+), 3 deletions(-)
103
104 commit 54cbe6702c1e4c934c60512367abaf801294c1bb
105 Author: Ebrahim Byagowi <ebrahim@gnu.org>
106 Date:   Tue Mar 6 16:41:08 2018 +0330
107
108     [ot-color] Further improvements on COLR/CPAL implementation (#859)
109
110     * Implemented a bsearch on get_base_glyph_record
111     * Made get_color_record_argb actually work
112
113  src/hb-ot-color-colr-table.hh | 35 ++++++++++++++-----------
114  src/hb-ot-color-cpal-table.hh | 59
115  +++++++++++++++----------------------------
116  src/hb-ot-color.h             | 12 ++-------
117  3 files changed, 42 insertions(+), 64 deletions(-)
118
119 commit 18d14b8e0d5d28106800ebf835ff3155a4f4de7c
120 Author: Ebrahim Byagowi <ebrahim@gnu.org>
121 Date:   Mon Mar 5 14:25:11 2018 +0330
122
123     [dev-run] an option to open using a GUI app
124
125  src/dev-run.sh | 22 ++++++++++++++++++----
126  1 file changed, 18 insertions(+), 4 deletions(-)
127
128 commit 1db83954948dfae3f75f61c535c5de1b3a843a69
129 Author: Ebrahim Byagowi <ebrahim@gnu.org>
130 Date:   Mon Mar 5 13:02:50 2018 +0330
131
132     [ci] minor, bring back the removed assertion
133
134  .ci/run-coveralls.sh | 2 ++
135  1 file changed, 2 insertions(+)
136
137 commit 5895fe3d4d0441dacf8989740cf4150193397796
138 Author: Ebrahim Byagowi <ebrahim@gnu.org>
139 Date:   Mon Mar 5 12:58:34 2018 +0330
140
141     [ci] minor
142
143  .ci/trigger-coverity.sh | 6 ++----
144  1 file changed, 2 insertions(+), 4 deletions(-)
145
146 commit a3e29fd38f01b26b6306f9f7142a54cc7d6c6080
147 Author: Ebrahim Byagowi <ebrahim@gnu.org>
148 Date:   Sun Mar 4 02:56:27 2018 +0330
149
150     [aat/kerx] Add a TODO
151
152  src/hb-aat-layout-kerx-table.hh | 1 +
153  1 file changed, 1 insertion(+)
154
155 commit 0ef6ab25ab4456e387711ae246900486ad738d26
156 Author: Ebrahim Byagowi <ebrahim@gnu.org>
157 Date:   Sun Mar 4 02:47:26 2018 +0330
158
159     [ot-color] Move cbdt to the namespace (#860)
160
161  src/Makefile.sources                                   | 2 +-
162  src/{hb-ot-cbdt-table.hh => hb-ot-color-cbdt-table.hh} | 6 +++---
163  src/hb-ot-font.cc                                      | 3 ++-
164  3 files changed, 6 insertions(+), 5 deletions(-)
165
166 commit 6659cb56fae0c900ae88e95bedcb3b76234c8838
167 Author: Ebrahim Byagowi <ebrahim@gnu.org>
168 Date:   Sun Mar 4 02:31:53 2018 +0330
169
170     [ci] Remove --coverage as use of --enable-code-coverage
171
172  .travis.yml | 5 ++---
173  1 file changed, 2 insertions(+), 3 deletions(-)
174
175 commit 00dd321ace75ff0d1824cf75cd41490c5dd6ad76
176 Author: Ebrahim Byagowi <ebrahim@gnu.org>
177 Date:   Sat Mar 3 23:26:11 2018 +0330
178
179     [ci] Don't run coveralls on freetype folder
180
181  .travis.yml | 1 +
182  1 file changed, 1 insertion(+)
183
184 commit f50aedd371f1a6894d1bf7732f017b51cbdd59bd
185 Author: Ebrahim Byagowi <ebrahim@gnu.org>
186 Date:   Sat Mar 3 23:17:36 2018 +0330
187
188     [ci] Remove failing check on run-coveralls
189
190  .ci/run-coveralls.sh | 2 --
191  1 file changed, 2 deletions(-)
192
193 commit a0031c120e3ac5c059b81a004b9386fab3d662fc
194 Author: Ebrahim Byagowi <ebrahim@gnu.org>
195 Date:   Sat Mar 3 23:09:25 2018 +0330
196
197     Add lcov tool for coverage tests
198
199  .travis.yml | 1 +
200  1 file changed, 1 insertion(+)
201
202 commit ecef95b21264347f9505e3ed4fb25ec7e4ccca5d
203 Author: Ebrahim Byagowi <ebrahim@gnu.org>
204 Date:   Sat Mar 3 23:03:13 2018 +0330
205
206     [ci] Enable code coverage on Travis Linux builds
207
208  .travis.yml | 2 +-
209  1 file changed, 1 insertion(+), 1 deletion(-)
210
211 commit f7399796a1ed36cfc4f1ef7631584569baa80981
212 Author: Ebrahim Byagowi <ebrahim@gnu.org>
213 Date:   Sat Mar 3 22:55:09 2018 +0330
214
215     Enable coverage test on autotools (#857)
216
217  configure.ac           |   1 +
218  m4/ax_code_coverage.m4 | 264
219  +++++++++++++++++++++++++++++++++++++++++++++++++
220  src/Makefile.am        |   6 +-
221  3 files changed, 269 insertions(+), 2 deletions(-)
222
223 commit c446c23f0f09e541891b49184febdfc75cb3505f
224 Author: Ebrahim Byagowi <ebrahim@gnu.org>
225 Date:   Sat Mar 3 22:43:23 2018 +0330
226
227     [ot-color] Move the related tables to hb-ot-color-* (#858)
228
229  src/Makefile.sources                                   | 4 ++--
230  src/{hb-ot-colr-table.hh => hb-ot-color-colr-table.hh} | 6 +++---
231  src/{hb-ot-cpal-table.hh => hb-ot-color-cpal-table.hh} | 6 +++---
232  src/hb-ot-color.cc                                     | 4 ++--
233  src/hb-ot-layout.cc                                    | 4 ++--
234  5 files changed, 12 insertions(+), 12 deletions(-)
235
236 commit 48ed15a2bcdc1999e2d39fdcb2644ba4c3beccfe
237 Author: Ebrahim Byagowi <ebrahim@gnu.org>
238 Date:   Sat Mar 3 22:00:29 2018 +0330
239
240     [COLR/CPAL] Provide enough helper for rasterization (#855)
241
242  src/hb-ot-colr-table.hh | 47
243  ++++++++++++++++++++++++++++++++++++++++++++---
244  src/hb-ot-cpal-table.hh | 18 +++++++++++++++---
245  2 files changed, 59 insertions(+), 6 deletions(-)
246
247 commit 432758a7ac3c1a857e67069f157efbf4ebf5521b
248 Author: Ebrahim Byagowi <ebrahim@gnu.org>
249 Date:   Sat Mar 3 01:05:59 2018 +0330
250
251     [COLR] Revert previous sanitization on the table
252
253     That sanitization wasn't right, firstLayerIndex is an index from
254     beginning of the Layer Records
255     not the table itself.
256
257  src/hb-ot-colr-table.hh | 23 ++++++-----------------
258  1 file changed, 6 insertions(+), 17 deletions(-)
259
260 commit 71b4598ea37b316571bae22ced2f1b38185c9f44
261 Author: Ebrahim Byagowi <ebrahim@gnu.org>
262 Date:   Fri Mar 2 11:04:09 2018 +0330
263
264     [aat/kerx] Improve format 6 subtable
265
266  src/hb-aat-layout-kerx-table.hh | 14 +++++++++-----
267  1 file changed, 9 insertions(+), 5 deletions(-)
268
269 commit b73a5a1c240478616827529c94f0133018f9f790
270 Author: Ebrahim Byagowi <ebrahim@gnu.org>
271 Date:   Fri Mar 2 00:07:26 2018 +0330
272
273     [aat/kerx] Make parsing of the table actually work (#850)
274
275  src/hb-aat-layout-kerx-table.hh | 298
276  +++++++++++++++++-----------------------
277  1 file changed, 124 insertions(+), 174 deletions(-)
278
279 commit a570edcde2f89e59b5ccd4867a8c0eed084bf35d
280 Author: Ebrahim Byagowi <ebrahim@gnu.org>
281 Date:   Fri Mar 2 00:06:03 2018 +0330
282
283     [COLR] Sanitize BaseGlyphRecord (#854)
284
285  src/hb-ot-colr-table.hh | 27 ++++++++++++++++++---------
286  1 file changed, 18 insertions(+), 9 deletions(-)
287
288 commit 7e958646a4a825bfe3aac56ddb96100d68c5592c
289 Author: Ebrahim Byagowi <ebrahim@gnu.org>
290 Date:   Thu Mar 1 10:27:18 2018 +0330
291
292     [CPAL] Fix version checking logic on sanitizer (#851)
293
294  src/hb-ot-cpal-table.hh | 14 ++++++--------
295  1 file changed, 6 insertions(+), 8 deletions(-)
296
297 commit bcf578fefe6d7af0a962329ceb9989ce61ec467d
298 Author: Behdad Esfahbod <behdad@behdad.org>
299 Date:   Wed Feb 28 16:31:46 2018 -0800
300
301     [test] Add test suite for Brahmi Number Joiners
302
303     https://github.com/harfbuzz/harfbuzz/pull/660
304
305  .../fonts/1ed7e9064f008f62de6ff0207bb4dd29409597a5.ttf   | Bin 0 ->
306  2768 bytes
307  test/shaping/data/in-house/tests/use-syllable.tests      |   1 +
308  test/shaping/record-test.sh                              |   2 +-
309  3 files changed, 2 insertions(+), 1 deletion(-)
310
311 commit b4ba71ea7ccce70e24138373774741c7f03dd24e
312 Author: Garret Rieger <grieger@google.com>
313 Date:   Wed Feb 28 15:44:00 2018 -0800
314
315     [subset] In subset integration test pass output through ots-sanitize
316     if present.
317
318  test/subset/run-tests.py | 25 +++++++++++++++++++++++--
319  1 file changed, 23 insertions(+), 2 deletions(-)
320
321 commit 588a4e0f9b2d71362503a274de7200f3eb4367f7
322 Merge: 55a4dfa3 b3f1a045
323 Author: rsheeter <rsheeter@google.com>
324 Date:   Wed Feb 28 13:52:29 2018 -0800
325
326     Merge pull request #845 from googlefonts/drophints
327
328     [subset] drop hints from composites
329
330 commit b3f1a045a8b86747afce6bc154f2a166ea678efb
331 Author: Rod Sheeter <rsheeter@google.com>
332 Date:   Wed Feb 28 11:41:24 2018 -0800
333
334     [subset] kick the build
335
336  src/hb-subset-glyf.cc | 2 +-
337  1 file changed, 1 insertion(+), 1 deletion(-)
338
339 commit 20d57399235b410d2bdc98103c8bb3dfd1c34176
340 Author: Rod Sheeter <rsheeter@google.com>
341 Date:   Wed Feb 28 11:15:08 2018 -0800
342
343     [subset] extract a method to flip off composite instruction flag
344
345  src/hb-subset-glyf.cc | 24 +++++++++++++++---------
346  1 file changed, 15 insertions(+), 9 deletions(-)
347
348 commit 55a4dfa374bae1db846c3b848b7e59fb0014b627
349 Author: Ebrahim Byagowi <ebrahim@gnu.org>
350 Date:   Wed Feb 28 15:43:23 2018 +0330
351
352     Use old project location of coverity
353
354     https://github.com/harfbuzz/harfbuzz/commit/8089711a61687d565f207c56d3d2b658f514d7ab#commitcomment-27835452
355
356  .travis.yml | 4 ++--
357  1 file changed, 2 insertions(+), 2 deletions(-)
358
359 commit 3821978bcd92cbdb607111452796e051c456f391
360 Merge: 77227462 f671f7f0
361 Author: Ebrahim Byagowi <ebrahim@gnu.org>
362 Date:   Wed Feb 28 13:30:17 2018 +0330
363
364     Merge pull request #847 from ebraminio/colr
365
366     [colr] Implement
367
368 commit f671f7f0a8caa7b5763e00146e1ec4b9a7258227
369 Author: Ebrahim Byagowi <ebrahim@gnu.org>
370 Date:   Wed Feb 28 13:19:40 2018 +0330
371
372     [colr] Implement
373
374  src/Makefile.sources        |  1 +
375  src/hb-ot-color.cc          |  9 +++++
376  src/hb-ot-color.h           |  9 -----
377  src/hb-ot-colr-table.hh     | 98
378  +++++++++++++++++++++++++++++++++++++++++++++
379  src/hb-ot-cpal-table.hh     |  6 +--
380  src/hb-ot-layout-private.hh |  6 ++-
381  src/hb-ot-layout.cc         | 11 +++--
382  7 files changed, 122 insertions(+), 18 deletions(-)
383
384 commit 772274625e9f17d726f2a1da8192ec3ec24793a3
385 Merge: 0eec3315 5b9c2340
386 Author: Ebrahim Byagowi <ebrahim@gnu.org>
387 Date:   Wed Feb 28 12:05:49 2018 +0330
388
389     Merge pull request #841 from ebraminio/color
390
391     Support CPAL table
392
393 commit 0eec33154a418fba97a08be7169b59e748b7e785
394 Author: Ebrahim Byagowi <ebrahim@gnu.org>
395 Date:   Wed Feb 28 11:53:39 2018 +0330
396
397     [cmake] cleanup (#846)
398
399  CMakeLists.txt          | 70
400  ++++++++++++++++++++-----------------------------
401  test/api/CMakeLists.txt |  2 +-
402  2 files changed, 30 insertions(+), 42 deletions(-)
403
404 commit 5b9c234043d0483e53e9da5fe4afd7743190b538
405 Author: Ebrahim Byagowi <ebrahim@gnu.org>
406 Date:   Tue Feb 27 22:56:17 2018 +0330
407
408     [CPAL] Refactor and address the reviews
409
410  NEWS                                               |   3 +-
411  src/Makefile.am                                    |   1 -
412  src/hb-ot-color.cc                                 |  70 +++----------
413  src/hb-ot-color.h                                  |  31 +++---
414  src/hb-ot-cpal-table.hh                            | 116
415  +++++++++++++++------
416  src/hb-ot-layout-private.hh                        |   3 +-
417  src/hb-ot-layout.cc                                |   5 +-
418  test/api/hb-test.h                                 |   2 +
419  test/api/test-ot-color.c                           |  39 +++----
420  .../319f5d7ebffbefc5c5e6569f8cea73444d7a7268.ttf   | Bin
421  .../e90374e5e439e00725b4fe7a8d73db57c5a97f82.ttf   | Bin
422  11 files changed, 141 insertions(+), 129 deletions(-)
423
424 commit 6836a821428b714b9f2e95d5c4ebbd73867d9a53
425 Author: Rod Sheeter <rsheeter@google.com>
426 Date:   Tue Feb 27 20:51:12 2018 -0800
427
428     [subset] remove WE_HAVE_INSTRUCTIONS from composites when dropping
429     hints
430
431  src/hb-subset-glyf.cc | 12 +++++++++++-
432  1 file changed, 11 insertions(+), 1 deletion(-)
433
434 commit ffcb5cbf71b312cdd4606a3285e10e201ff5bccd
435 Author: Rod Sheeter <rsheeter@google.com>
436 Date:   Tue Feb 27 20:17:04 2018 -0800
437
438     [subset] update the test file for composite, fix an offset calculation
439
440  src/hb-ot-glyf-table.hh                                  |   2 +-
441  test/api/fonts/Roboto-Regular.components.1fc.nohints.ttf | Bin 0 ->
442  932 bytes
443  test/api/test-subset-glyf.c                              |   5 ++---
444  3 files changed, 3 insertions(+), 4 deletions(-)
445
446 commit c8b230e4377bc8e80d37835a229511ce0e30cc47
447 Merge: b3790a65 904dd7be
448 Author: Rod Sheeter <rsheeter@google.com>
449 Date:   Tue Feb 27 17:25:32 2018 -0800
450
451     Merge branch 'expand-tests' of github.com:googlefonts/harfbuzz
452     into drophints
453
454 commit 904dd7beea756fd7429fad36f5c37321aedb4e81
455 Author: Garret Rieger <grieger@google.com>
456 Date:   Tue Feb 27 14:33:36 2018 -0800
457
458     [subset] Add drop hinting profile to full-font.tests
459
460  .../Roboto-Regular.drop-hints.1FC,21,41,20,62,63.ttf     | Bin 0 ->
461  2152 bytes
462  .../full-font/Roboto-Regular.drop-hints.61,62,63.ttf     | Bin 0 ->
463  1968 bytes
464  test/subset/data/tests/full-font.tests                   |   1 +
465  3 files changed, 1 insertion(+)
466
467 commit 70a1049b3f8dc241fcb9b524bd010f0c1606f6ad
468 Author: Garret Rieger <grieger@google.com>
469 Date:   Tue Feb 27 14:28:50 2018 -0800
470
471     [subset] Add a drop hints profile to basics.tests
472
473  .../basics/Roboto-Regular.abc.drop-hints.61,62,63.ttf     | Bin 0 ->
474  876 bytes
475  .../basics/Roboto-Regular.abc.drop-hints.61,63.ttf        | Bin 0 ->
476  792 bytes
477  .../expected/basics/Roboto-Regular.abc.drop-hints.61.ttf  | Bin 0 ->
478  684 bytes
479  .../expected/basics/Roboto-Regular.abc.drop-hints.62.ttf  | Bin 0 ->
480  652 bytes
481  .../expected/basics/Roboto-Regular.abc.drop-hints.63.ttf  | Bin 0 ->
482  656 bytes
483  test/subset/data/profiles/drop-hints.txt                  |   1 +
484  test/subset/data/tests/basics.tests                       |   1 +
485  7 files changed, 2 insertions(+)
486
487 commit 5241d7f4b999d5457de564bd950b60d70f9d0e19
488 Author: Garret Rieger <grieger@google.com>
489 Date:   Tue Feb 27 13:15:40 2018 -0800
490
491     [subset] apply subset profiles (flags) to the subset integration
492     tests.
493
494  test/subset/generate-expected-outputs.py | 27 ++++++++++++++-------------
495  test/subset/run-tests.py                 |  3 ++-
496  test/subset/subset_test_suite.py         | 11 ++++++++---
497  3 files changed, 24 insertions(+), 17 deletions(-)
498
499 commit a4aca190a93f94c25c906ec0269183d8b2d0b5e8
500 Author: Garret Rieger <grieger@google.com>
501 Date:   Tue Feb 27 11:36:16 2018 -0800
502
503     [subset] add expected/full-font to dist files.
504
505  test/subset/data/Makefile.am | 1 +
506  1 file changed, 1 insertion(+)
507
508 commit d31ace32740b1777ebb023ffdb10cd0cfec3997e
509 Author: Garret Rieger <grieger@google.com>
510 Date:   Mon Feb 26 18:51:56 2018 -0800
511
512     [subset] Add subset integration tests using the full roboto font.
513
514  test/subset/data/Makefile.sources                      |   1 +
515  .../Roboto-Regular.default.1FC,21,41,20,62,63.ttf      | Bin 0 ->
516  3700 bytes
517  .../full-font/Roboto-Regular.default.61,62,63.ttf      | Bin 0 ->
518  3320 bytes
519  test/subset/data/fonts/Roboto-Regular.ttf              | Bin 0 ->
520  171676 bytes
521  test/subset/data/tests/full-font.tests                 |  10 ++++++++++
522  test/subset/generate-expected-outputs.py               |  12 ++++++++----
523  6 files changed, 19 insertions(+), 4 deletions(-)
524
525 commit 33f4381314c5248b8b112e344af7548806f93a82
526 Author: Garret Rieger <grieger@google.com>
527 Date:   Mon Feb 26 18:39:09 2018 -0800
528
529     [subset] Add some more variations of the basic test.
530
531  .../basics/Roboto-Regular.abc.default.61,62,63.ttf       | Bin 0 ->
532  2120 bytes
533  .../expected/basics/Roboto-Regular.abc.default.61,63.ttf | Bin 0 ->
534  1932 bytes
535  .../expected/basics/Roboto-Regular.abc.default.61.ttf    | Bin 0 ->
536  1744 bytes
537  .../expected/basics/Roboto-Regular.abc.default.63.ttf    | Bin 0 ->
538  1668 bytes
539  test/subset/data/tests/basics.tests                      |   4 ++++
540  5 files changed, 4 insertions(+)
541
542 commit b3790a65a18e8402b2b09dfc24aaea40a51de569
543 Author: Rod Sheeter <rsheeter@google.com>
544 Date:   Tue Feb 27 17:23:30 2018 -0800
545
546     [subset] add a (failing for now) test for composite glyf hint dropping
547
548  src/hb-ot-glyf-table.hh     |  8 ++++----
549  test/api/test-subset-glyf.c | 27 +++++++++++++++++++++++++--
550  2 files changed, 29 insertions(+), 6 deletions(-)
551
552 commit 4c6023f861a4b87782c17ac626ffee7e93f15fc8
553 Merge: d7633d0a 921b65cb
554 Author: Garret Rieger <grieger@google.com>
555 Date:   Tue Feb 27 17:06:27 2018 -0700
556
557     Merge pull request #842 from googlefonts/maxp
558
559     [subset] when dropping hints, clear hint related fields in maxp.
560
561 commit 921b65cbc29f0c2c9c13e9fb272dafe4c8a14591
562 Author: Garret Rieger <grieger@google.com>
563 Date:   Tue Feb 27 14:37:18 2018 -0800
564
565     [subset] minor fixes in hb-ot-maxp-table.hh
566
567  src/hb-ot-maxp-table.hh | 15 +++++++--------
568  1 file changed, 7 insertions(+), 8 deletions(-)
569
570 commit b26db48bfff804e139331817a86ecc811547afcd
571 Author: Garret Rieger <grieger@google.com>
572 Date:   Tue Feb 27 14:14:05 2018 -0800
573
574     [subset] whitespace for hb-ot-maxp-table.hh
575
576  src/hb-ot-maxp-table.hh | 30 +++++++++++++++---------------
577  1 file changed, 15 insertions(+), 15 deletions(-)
578
579 commit a76344da796670f33b2fa48a9b1676545dac93c2
580 Author: Garret Rieger <grieger@google.com>
581 Date:   Tue Feb 27 14:11:36 2018 -0800
582
583     [subset] Add maxpV1Tail instead of defining a struct inside maxp
584     for v1 data.
585
586  src/hb-ot-maxp-table.hh | 81
587  ++++++++++++++++++++++++++++++-------------------
588  1 file changed, 49 insertions(+), 32 deletions(-)
589
590 commit f14d1b64c2d148ffdec95c17adbee3f185d5d436
591 Author: Garret Rieger <grieger@google.com>
592 Date:   Tue Feb 27 13:49:00 2018 -0800
593
594     [subset] when dropping hints, clear hint related fields in maxp.
595
596  src/hb-ot-maxp-table.hh     | 43
597  ++++++++++++++++++++++++++++++++++++++++---
598  test/api/test-subset-glyf.c | 30 +++++++++++++++++++++++-------
599  2 files changed, 63 insertions(+), 10 deletions(-)
600
601 commit d7633d0a4091c025638ba3fc8fb0d8e9a0e9ff8c
602 Author: Behdad Esfahbod <behdad@behdad.org>
603 Date:   Tue Feb 27 12:50:57 2018 -0800
604
605     [BASE] More
606
607  src/hb-ot-layout-base-table.hh | 153
608  ++++-------------------------------------
609  1 file changed, 12 insertions(+), 141 deletions(-)
610
611 commit 7a70c20fec6ece9e729dc2634e2896a8d8eb9962
612 Author: Behdad Esfahbod <behdad@behdad.org>
613 Date:   Tue Feb 27 12:45:26 2018 -0800
614
615     [BASE] Clean up first 29%
616
617  src/hb-ot-layout-base-table.hh | 262
618  +++++++++++++++++++----------------------
619  src/hb-ot-layout-gsub-table.hh |   2 +-
620  2 files changed, 125 insertions(+), 139 deletions(-)
621
622 commit 101850f9e6b9e0932fe1dd4169f88d6764c669c1
623 Merge: 5967eaba f110c0c8
624 Author: Ebrahim Byagowi <ebrahim@gnu.org>
625 Date:   Tue Feb 27 20:15:54 2018 +0330
626
627     Merge with master
628
629 commit f110c0c8866c853c0d5a930564a2b69231a33322
630 Merge: 4a1d51ef 0ad8c663
631 Author: Ebrahim Byagowi <ebrahim@gnu.org>
632 Date:   Tue Feb 27 11:41:12 2018 +0330
633
634     Merge pull request #838 from harfbuzz/BASE
635
636     BASE table
637
638 commit 0ad8c663e0b4602e2a413e77a8158bf8a46755d5
639 Author: Ebrahim Byagowi <ebrahim@gnu.org>
640 Date:   Mon Feb 26 12:45:08 2018 +0330
641
642     Remove public API of the branch
643
644  src/hb-ot-base.h               |  4 ++--
645  src/hb-ot-layout-base-table.hh | 20 +++++++++---------
646  src/hb-ot-layout.cc            | 48
647  ++++++++++++++++++++----------------------
648  3 files changed, 35 insertions(+), 37 deletions(-)
649
650 commit 4a1d51ef15a423706406f784a146078073147885
651 Merge: d0caf7e5 903771b6
652 Author: rsheeter <rsheeter@google.com>
653 Date:   Mon Feb 26 20:23:41 2018 -0800
654
655     Merge pull request #818 from googlefonts/drophints
656
657     [subset] Drop hints
658
659 commit 903771b6c7689b9eee9a11bac128c42f39833b2e
660 Author: Rod Sheeter <rsheeter@google.com>
661 Date:   Mon Feb 26 19:50:06 2018 -0800
662
663     [subset] clearer name for trim() and better comment about composite
664     handling, per review feedback
665
666  src/hb-ot-glyf-table.hh |  8 +++++---
667  src/hb-subset-glyf.cc   | 17 ++++++++---------
668  2 files changed, 13 insertions(+), 12 deletions(-)
669
670 commit d0caf7e5e3294c25230ed0e5580c647fa0f1a2c8
671 Merge: 6c844ae8 44dc36dd
672 Author: Garret Rieger <grieger@google.com>
673 Date:   Mon Feb 26 19:24:18 2018 -0700
674
675     Merge pull request #840 from googlefonts/os2
676
677     [subset] During os2 subsetting update ulUnicodeRange[]c
678
679 commit 44dc36dd82fc948a15e2ad0d605eb4a466b3553d
680 Author: Garret Rieger <grieger@google.com>
681 Date:   Mon Feb 26 17:56:23 2018 -0800
682
683     [subset] update to comment in hb-ot-os2-unicode-ranges.hh
684
685  src/hb-ot-os2-unicode-ranges.hh | 2 +-
686  1 file changed, 1 insertion(+), 1 deletion(-)
687
688 commit ad3f2f77dafdee524e836e732077ee9670602369
689 Author: Garret Rieger <grieger@google.com>
690 Date:   Mon Feb 26 17:51:27 2018 -0800
691
692     [subset] small cleanups in hb-ot-os2-table.
693
694  src/hb-ot-os2-table.hh          | 5 +++--
695  src/hb-ot-os2-unicode-ranges.hh | 2 +-
696  2 files changed, 4 insertions(+), 3 deletions(-)
697
698 commit f1c8fc3487d5c5efb8ee1804acb07e6e282d3bc5
699 Author: Garret Rieger <grieger@google.com>
700 Date:   Mon Feb 26 17:48:51 2018 -0800
701
702     [subset] small updates to gen-unicode-ranges.py
703
704  src/gen-unicode-ranges.py       | 6 ++++--
705  src/hb-ot-os2-unicode-ranges.hh | 3 ++-
706  2 files changed, 6 insertions(+), 3 deletions(-)
707
708 commit 0c0fe2ff8209228f2ddfce464b7b6f1b1ee1654a
709 Author: Garret Rieger <grieger@google.com>
710 Date:   Mon Feb 26 17:47:10 2018 -0800
711
712     [subset] Move util/generated-unicode-ranges.py to
713     src/gen-unicode-ranges.py
714
715  util/generate-unicode-ranges.py => src/gen-unicode-ranges.py | 0
716  1 file changed, 0 insertions(+), 0 deletions(-)
717
718 commit f630ae5161bfc8420f9ae0127fd8c7f447874fdd
719 Author: Garret Rieger <grieger@google.com>
720 Date:   Mon Feb 26 17:46:17 2018 -0800
721
722     [subset] unsigned int -> hb_codepoint_t.
723
724  src/hb-ot-os2-unicode-ranges.hh | 4 ++--
725  1 file changed, 2 insertions(+), 2 deletions(-)
726
727 commit 6368ce4c927b1457cf19945d5957e91d4621dc8b
728 Author: Garret Rieger <grieger@google.com>
729 Date:   Mon Feb 26 17:44:39 2018 -0800
730
731     [subset] const in _compare_range.
732
733  src/hb-ot-os2-unicode-ranges.hh | 8 ++++----
734  1 file changed, 4 insertions(+), 4 deletions(-)
735
736 commit 0be9fea0a96701b159a9db190e55b1c3efc38a28
737 Author: Garret Rieger <grieger@google.com>
738 Date:   Mon Feb 26 16:15:09 2018 -0800
739
740     [subset] Add comment to os2UnicodeRangesSorted.
741
742  src/hb-ot-os2-unicode-ranges.hh | 1 +
743  1 file changed, 1 insertion(+)
744
745 commit e20ab71d12b032371b830b76462e5e979d963b58
746 Author: Garret Rieger <grieger@google.com>
747 Date:   Mon Feb 26 16:13:10 2018 -0800
748
749     [subset] Fix incorrect index.
750
751  src/hb-ot-os2-table.hh | 2 +-
752  1 file changed, 1 insertion(+), 1 deletion(-)
753
754 commit 074b5a29a166d1812abc7229a71af4a3bb311536
755 Author: Garret Rieger <grieger@google.com>
756 Date:   Mon Feb 26 16:11:24 2018 -0800
757
758     [subset] Add special case handling of bit 57 in os2 ulUnicodeRange.
759
760  src/hb-ot-os2-table.hh     | 7 +++++++
761  src/test-unicode-ranges.cc | 3 ---
762  2 files changed, 7 insertions(+), 3 deletions(-)
763
764 commit ddc4f2b9fc5566e70558a57133289f84d467cc98
765 Author: Garret Rieger <grieger@google.com>
766 Date:   Mon Feb 26 15:59:32 2018 -0800
767
768     [subset] Add python util that was used to generated
769     hb-ot-os2-unicode-ranges.hh
770
771  util/generate-unicode-ranges.py | 50
772  +++++++++++++++++++++++++++++++++++++++++
773  1 file changed, 50 insertions(+)
774
775 commit f757757eda5f00a89a156e3427bdf8c4313611ef
776 Author: Garret Rieger <grieger@google.com>
777 Date:   Mon Feb 26 15:56:36 2018 -0800
778
779     [subset] Add cmake build def for test-unicode-ranges.
780
781  CMakeLists.txt  | 2 +-
782  src/Makefile.am | 1 -
783  2 files changed, 1 insertion(+), 2 deletions(-)
784
785 commit f82f2a3e50805503d93aa1aa1ccb27da4967a14a
786 Author: Garret Rieger <grieger@google.com>
787 Date:   Mon Feb 26 15:52:01 2018 -0800
788
789     [subset] Rename hb-os2-unicode-ranges.cc to test-unicode-ranges.cc.
790
791  src/Makefile.am                                             | 2 +-
792  src/{hb-ot-os2-unicode-ranges.cc => test-unicode-ranges.cc} | 0
793  2 files changed, 1 insertion(+), 1 deletion(-)
794
795 commit 4014555ca083dea3e4f42120aeaf52a2186b8a09
796 Author: Garret Rieger <grieger@google.com>
797 Date:   Mon Feb 26 15:50:13 2018 -0800
798
799     [subset] set ulUnicodeRange[] in os2.
800
801  src/Makefile.sources            |   1 -
802  src/hb-ot-os2-table.hh          |  23 ++++-
803  src/hb-ot-os2-unicode-ranges.cc | 221
804  ++--------------------------------------
805  src/hb-ot-os2-unicode-ranges.hh | 210
806  +++++++++++++++++++++++++++++++++++++-
807  4 files changed, 236 insertions(+), 219 deletions(-)
808
809 commit a570142d0c6d819feeeeb9e209fc90a33c1c2b48
810 Author: Garret Rieger <grieger@google.com>
811 Date:   Mon Feb 26 15:20:23 2018 -0800
812
813     [subset] Move hb-ot-os2-unicode-ranges into a cc file with a helper
814     methods and tests.
815
816  src/Makefile.am                 |   9 +-
817  src/Makefile.sources            |   2 +
818  src/hb-ot-os2-unicode-ranges.cc | 279
819  ++++++++++++++++++++++++++++++++++++++++
820  src/hb-ot-os2-unicode-ranges.hh | 189 +--------------------------
821  4 files changed, 292 insertions(+), 187 deletions(-)
822
823 commit 8e81799b32f3dfaca000fa5d42943ceed9af8d17
824 Author: Garret Rieger <grieger@google.com>
825 Date:   Fri Feb 23 18:35:41 2018 -0800
826
827     [subset] Add hb-ot-os2-unicode-ranges.hh, a map of os2 unicode ranges.
828
829  src/hb-ot-os2-unicode-ranges.hh | 220
830  ++++++++++++++++++++++++++++++++++++++++
831  1 file changed, 220 insertions(+)
832
833 commit 6c844ae8e89f52f5f40eace66bb987544fc316e3
834 Author: Ebrahim Byagowi <ebrahim@gnu.org>
835 Date:   Mon Feb 26 23:04:27 2018 +0330
836
837     [dev-run] show images using iTerm2 images feature
838
839  src/dev-run.sh | 32 ++++++++++++++++++++++++++++----
840  1 file changed, 28 insertions(+), 4 deletions(-)
841
842 commit 28c4245e9f76c6c53a4589e7745a60ed0e97414a
843 Author: Behdad Esfahbod <behdad@behdad.org>
844 Date:   Mon Feb 26 01:10:42 2018 -0800
845
846     [aat/ankr] Define Anchor struct
847
848  src/hb-aat-layout-ankr-table.hh | 16 +++++++++++++++-
849  1 file changed, 15 insertions(+), 1 deletion(-)
850
851 commit e347fb908b188f71df13215c8939b0f3a12c716f
852 Author: Behdad Esfahbod <behdad@behdad.org>
853 Date:   Mon Feb 26 01:08:00 2018 -0800
854
855     Minor
856
857  src/hb-ot-layout-gdef-table.hh |  4 ++--
858  src/hb-ot-layout-gpos-table.hh | 12 ++++++------
859  2 files changed, 8 insertions(+), 8 deletions(-)
860
861 commit 05fbd14e715ed5d0f0f86388b1538ad8e8c7c506
862 Author: Behdad Esfahbod <behdad@behdad.org>
863 Date:   Mon Feb 26 01:04:16 2018 -0800
864
865     [aat/ankr] Minor
866
867     DEFINE_SIZE_MIN is to be used only in rare cases. For fixed-size
868     structs
869     we want DEFINE_SIZE_STATIC.
870
871  src/hb-aat-layout-ankr-table.hh | 2 +-
872  1 file changed, 1 insertion(+), 1 deletion(-)
873
874 commit f90cd9b1f5ade8ad5e3b7caf0272936ad7a0f419
875 Author: Behdad Esfahbod <behdad@behdad.org>
876 Date:   Mon Feb 26 01:03:23 2018 -0800
877
878     [aat/ankr] Hook up Lookup table
879
880  src/hb-aat-layout-ankr-table.hh | 4 ++--
881  1 file changed, 2 insertions(+), 2 deletions(-)
882
883 commit c36598450e9698168851c0ae7d0b4c9e562c4924
884 Author: Behdad Esfahbod <behdad@behdad.org>
885 Date:   Mon Feb 26 00:57:07 2018 -0800
886
887     [aat/ankr] Simplify
888
889  src/hb-aat-layout-ankr-table.hh | 36 ++++++++----------------------------
890  1 file changed, 8 insertions(+), 28 deletions(-)
891
892 commit fa3a69e2334ec4122d672670614a8e5a95611d75
893 Author: Behdad Esfahbod <behdad@behdad.org>
894 Date:   Mon Feb 26 00:32:11 2018 -0800
895
896     [aat/trak] Simplify sanitize()
897
898  src/hb-aat-layout-trak-table.hh | 67
899  ++++++++++-------------------------------
900  1 file changed, 16 insertions(+), 51 deletions(-)
901
902 commit f0bc6c0992c4302ae1a20f155ad256bfa331087c
903 Author: Behdad Esfahbod <behdad@behdad.org>
904 Date:   Mon Feb 26 00:18:17 2018 -0800
905
906     [aat/trak] Clean up
907
908     We always just used "unsigned int" for counter values. There's
909     no use for uint16_t outside of a struct.
910
911     Also, no need for explict casting where implicit does.
912
913  src/hb-aat-layout-trak-table.hh | 12 ++++++------
914  1 file changed, 6 insertions(+), 6 deletions(-)
915
916 commit bb82f01383db7cf05040fbd5881e17e263ef6369
917 Author: Ebrahim Byagowi <ebrahim@gnu.org>
918 Date:   Sun Feb 25 12:30:33 2018 +0330
919
920     [aat] trak sanitization
921
922  src/dev-run.sh                  |  4 +-
923  src/hb-aat-layout-trak-table.hh | 95
924  ++++++++++++++++++++++++++++++++---------
925  src/hb-aat-layout.cc            |  2 +-
926  util/options.hh                 |  2 +-
927  4 files changed, 78 insertions(+), 25 deletions(-)
928
929 commit becb1d9eea15c07f9ea4e229be56f9aca0f768af
930 Author: Ebrahim Byagowi <ebrahim@gnu.org>
931 Date:   Mon Feb 26 11:29:48 2018 +0330
932
933     [aat] minor
934
935     Ops, this was done for testing
936
937  src/hb-aat-layout-ankr-table.hh | 2 +-
938  1 file changed, 1 insertion(+), 1 deletion(-)
939
940 commit df1c7d5b60520d2b3c756b700d5ac41668fc0983
941 Author: Behdad Esfahbod <behdad@behdad.org>
942 Date:   Sun Feb 25 19:06:25 2018 -0800
943
944     Minor
945
946  src/hb-open-type-private.hh | 5 +++--
947  src/hb-subset.cc            | 2 +-
948  2 files changed, 4 insertions(+), 3 deletions(-)
949
950 commit 6dd46fa598cacdd046ba4548bc6ddf7f37c46dee
951 Author: Behdad Esfahbod <behdad@behdad.org>
952 Date:   Sun Feb 25 18:54:52 2018 -0800
953
954     [aat/trak] Minor
955
956     Maybe we should make DEFINE_* make structs uncopyable.
957
958  src/hb-aat-layout-trak-table.hh | 56
959  +++++++++++++++++++++++------------------
960  1 file changed, 32 insertions(+), 24 deletions(-)
961
962 commit ae14dd0fb0a176f6f0143690907b51626999d248
963 Author: Ebrahim Byagowi <ebrahim@gnu.org>
964 Date:   Mon Feb 26 00:31:09 2018 +0330
965
966     [aat] Implement ankr
967
968  src/Makefile.sources            |  3 +-
969  src/hb-aat-layout-ankr-table.hh | 86
970  +++++++++++++++++++++++++++++++++++++++++
971  src/hb-aat-layout-kerx-table.hh |  2 +-
972  src/hb-aat-layout.cc            | 37 +++++++++++++-----
973  src/hb-ot-layout-private.hh     |  6 ++-
974  src/hb-ot-layout.cc             |  6 ++-
975  6 files changed, 124 insertions(+), 16 deletions(-)
976
977 commit 551fa2d200a06d00d054f2c8e7aad1cb4d25249b
978 Author: Behdad Esfahbod <behdad@behdad.org>
979 Date:   Sun Feb 25 16:32:17 2018 -0800
980
981     [BASE] Minor
982
983  src/Makefile.sources           |   1 -
984  src/hb-ot-base.cc              |  58 -----------------------
985  src/hb-ot-layout-base-table.hh | 103
986  ++++++++++++++++++++++++++++-------------
987  src/hb-ot-layout.cc            |  34 ++++++++++++++
988  src/hb-ot-layout.h             |   1 +
989  5 files changed, 105 insertions(+), 92 deletions(-)
990
991 commit 05699fd996ed9c0e5dde8918388ac188e58df1a7
992 Merge: 83af6c23 3ebcd5a3
993 Author: Behdad Esfahbod <behdad@behdad.org>
994 Date:   Sat Feb 24 12:01:54 2018 -0800
995
996     Merge remote-tracking branch 'eroux/add-base'
997
998 commit a8d3c2c030d2c21c70e0b8bd43f7d05ff4818b75
999 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1000 Date:   Sat Feb 24 16:42:12 2018 +0330
1001
1002     [ci] Add clang O3/O0 testers (#834)
1003
1004  .circleci/config.yml | 16 ++++++++++++++++
1005  1 file changed, 16 insertions(+)
1006
1007 commit c73255f3eb2f060ec72d18790b374f6b6e4032aa
1008 Author: Khaled Hosny <khaledhosny@eglug.org>
1009 Date:   Sat Feb 24 00:44:07 2018 +0200
1010
1011     Workaround for old automake on Travis Linux images
1012
1013     https://github.com/harfbuzz/harfbuzz/pull/821#issuecomment-368116538
1014
1015  .ci/fail.sh | 10 ++++++++--
1016  1 file changed, 8 insertions(+), 2 deletions(-)
1017
1018 commit cd28eb9f5dc237325c64380d9d87e673b8e94985
1019 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1020 Date:   Sat Feb 24 14:17:54 2018 +0330
1021
1022     Add -Werror=unused-function check to Travis (#832)
1023
1024  .travis.yml          |  4 ++--
1025  src/hb-aat-layout.cc | 24 ++++++++++++------------
1026  test/api/test-set.c  | 19 ++++++++++---------
1027  3 files changed, 24 insertions(+), 23 deletions(-)
1028
1029 commit 1ab16f4556ef3e54a40b63cf4570c0ae986894e7
1030 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1031 Date:   Sat Feb 24 12:49:42 2018 +0330
1032
1033     [aat] Implement trak logic (#816)
1034
1035  src/hb-aat-layout-kerx-table.hh |  7 ++++
1036  src/hb-aat-layout-private.hh    |  3 ++
1037  src/hb-aat-layout-trak-table.hh | 78
1038  +++++++++++++++++++++++++++++++++++++++--
1039  src/hb-aat-layout.cc            | 46 ++++++++++++++++++++++++
1040  src/hb-open-type-private.hh     |  4 +--
1041  src/hb-ot-layout-private.hh     | 22 ++++++++++++
1042  src/hb-ot-layout.cc             |  4 +++
1043  src/hb-ot-shape.cc              |  2 ++
1044  8 files changed, 161 insertions(+), 5 deletions(-)
1045
1046 commit b91e8da36e164168cd532fd6e6950c5d743a14dd
1047 Author: Behdad Esfahbod <behdad@behdad.org>
1048 Date:   Fri Feb 23 22:51:17 2018 -0800
1049
1050     Include hb-version.h in git (#825)
1051
1052  CMakeLists.txt       | 36 ++++++++++++++--------------
1053  src/Makefile.am      |  8 +++----
1054  src/Makefile.sources |  3 ---
1055  src/hb-version.h     | 66
1056  ++++++++++++++++++++++++++++++++++++++++++++++++++++
1057  4 files changed, 87 insertions(+), 26 deletions(-)
1058
1059 commit 5267520e078ed413df78f3a6781fd5370b6da63a
1060 Author: Rod Sheeter <rsheeter@google.com>
1061 Date:   Fri Feb 23 18:36:22 2018 -0800
1062
1063     [subset] update hdmx test to create input explicitly
1064
1065  test/api/test-subset-hdmx.c | 4 ++--
1066  1 file changed, 2 insertions(+), 2 deletions(-)
1067
1068 commit 2e3ee489f8374227fa94a8d8684e839e643888ea
1069 Author: Rod Sheeter <rsheeter@google.com>
1070 Date:   Fri Feb 23 18:18:54 2018 -0800
1071
1072     [subset] format tweak, doc string
1073
1074  src/hb-subset-input.cc | 12 +++++++++---
1075  src/hb-subset.h        |  2 +-
1076  2 files changed, 10 insertions(+), 4 deletions(-)
1077
1078 commit d78393b5547135b8db0356b0ec14d5ed0d334768
1079 Merge: 1454d82a 83af6c23
1080 Author: Rod Sheeter <rsheeter@google.com>
1081 Date:   Fri Feb 23 17:53:26 2018 -0800
1082
1083     Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into
1084     drophints
1085
1086 commit 1454d82a9d3d9a47901b3d92ff7f2c05c596c0d5
1087 Author: Rod Sheeter <rsheeter@google.com>
1088 Date:   Fri Feb 23 17:49:23 2018 -0800
1089
1090     [subset] keep glyph trim separate of more general get_offset
1091
1092  src/hb-ot-glyf-table.hh | 12 ++++--------
1093  src/hb-subset-glyf.cc   |  6 ++++--
1094  2 files changed, 8 insertions(+), 10 deletions(-)
1095
1096 commit 0ac8c0c1e6a6c076ce33b16baa173ff8763ac04e
1097 Author: Rod Sheeter <rsheeter@google.com>
1098 Date:   Fri Feb 23 17:43:00 2018 -0800
1099
1100     [subset] zero glyf and loca memory before writing so pads are
1101     clean. Test just the part of maxp we care about
1102
1103  src/hb-ot-glyf-table.hh     |  6 +++---
1104  src/hb-subset-glyf.cc       |  4 ++--
1105  test/api/test-subset-glyf.c | 19 ++++++++++++++++---
1106  3 files changed, 21 insertions(+), 8 deletions(-)
1107
1108 commit 83af6c237f2bfd66af76a8647a62b3d1ab996744
1109 Merge: 7e5e1feb dc5c7927
1110 Author: Garret Rieger <grieger@google.com>
1111 Date:   Fri Feb 23 18:33:25 2018 -0700
1112
1113     Merge pull request #829 from googlefonts/test-checksum
1114
1115     [subset] Caclculate head table checksum adjustment
1116
1117 commit dc5c7927e75ea09461e46fe6e56897091b4b4f00
1118 Author: Behdad Esfahbod <behdad@behdad.org>
1119 Date:   Fri Feb 23 16:42:06 2018 -0800
1120
1121     [subset] Caclculate head table checksum adjustment
1122
1123     Test still fails, because we do not serialize tables in the same
1124     order that fonttools subsetter does.
1125
1126  src/hb-open-file-private.hh | 51
1127  ++++++++++++++++++++++++++++++++++-----------
1128  src/hb-ot-head-table.hh     |  2 ++
1129  src/hb-subset.cc            |  2 ++
1130  3 files changed, 43 insertions(+), 12 deletions(-)
1131
1132 commit 7e5e1feb666d6a861b5cd64bf29a16e3854fb812
1133 Merge: ec2538c8 99967e21
1134 Author: Garret Rieger <grieger@google.com>
1135 Date:   Fri Feb 23 17:59:08 2018 -0700
1136
1137     Merge pull request #828 from googlefonts/mem-fixes
1138
1139     [subset] Fix several memory leaks in subsetting.
1140
1141 commit ec2538c8803be254b6e09ca0ea724b07c35126da
1142 Author: Behdad Esfahbod <behdad@behdad.org>
1143 Date:   Fri Feb 23 15:51:26 2018 -0800
1144
1145     [subset] Fix checksum calc out-of-bounds access
1146
1147  src/hb-open-file-private.hh | 18 ++++++++++--------
1148  src/hb-open-type-private.hh |  3 ++-
1149  2 files changed, 12 insertions(+), 9 deletions(-)
1150
1151 commit 99967e21c6e3f6882d6eadf5c22f4120684b1fc5
1152 Author: Garret Rieger <grieger@google.com>
1153 Date:   Fri Feb 23 15:45:45 2018 -0800
1154
1155     [subset] Fix memory leak in hb-subset-glyf.
1156
1157  src/hb-subset-glyf.cc | 2 ++
1158  1 file changed, 2 insertions(+)
1159
1160 commit e61f360dc828bfd46477b7ddff56874da9f03538
1161 Author: Garret Rieger <grieger@google.com>
1162 Date:   Fri Feb 23 15:44:21 2018 -0800
1163
1164     [subset] Fix memory leak in hb-subset-plan.
1165
1166  src/hb-subset-plan.cc | 1 +
1167  1 file changed, 1 insertion(+)
1168
1169 commit 66b0a390793ab06692dd49e67baef52a6a7d82aa
1170 Author: Garret Rieger <grieger@google.com>
1171 Date:   Fri Feb 23 15:41:52 2018 -0800
1172
1173     [subset] Fix memory leak in hb-subset.
1174
1175  src/hb-subset.cc | 7 ++-----
1176  1 file changed, 2 insertions(+), 5 deletions(-)
1177
1178 commit 0fb8a5ce192025ffd83ae714db932e4b86594ae1
1179 Author: Garret Rieger <grieger@google.com>
1180 Date:   Fri Feb 23 15:37:43 2018 -0800
1181
1182     [subset] Fix memory leak in cmap subsetting.
1183
1184  src/hb-ot-cmap-table.hh | 8 +++++---
1185  1 file changed, 5 insertions(+), 3 deletions(-)
1186
1187 commit 4665aaa19304bdf0362bdfcebcae65feb19a8964
1188 Author: Garret Rieger <grieger@google.com>
1189 Date:   Fri Feb 23 15:36:14 2018 -0800
1190
1191     [subset] Fix memory leak in hmtx subsetting.
1192
1193  src/hb-ot-hmtx-table.hh | 8 +++++---
1194  1 file changed, 5 insertions(+), 3 deletions(-)
1195
1196 commit 5a36b55fba03cd07c9b101f0222b8d189bcd3bbf
1197 Author: Garret Rieger <grieger@google.com>
1198 Date:   Fri Feb 23 15:30:14 2018 -0800
1199
1200     [subset] Fix memory leak in subset face destroy.
1201
1202  src/hb-subset.cc | 3 +++
1203  1 file changed, 3 insertions(+)
1204
1205 commit d38f37b2e37942a3fd13cd753c8b8587a06c0f3a
1206 Author: Ben Boeckel <mathstuf@users.noreply.github.com>
1207 Date:   Fri Feb 23 16:55:53 2018 -0500
1208
1209     autoconf: provide a harfbuzz-config for use from CMake (#822)
1210
1211  configure.ac                 |  2 ++
1212  src/Makefile.am              |  4 ++-
1213  src/harfbuzz-config.cmake.in | 82
1214  ++++++++++++++++++++++++++++++++++++++++++++
1215  3 files changed, 87 insertions(+), 1 deletion(-)
1216
1217 commit e0939d811f1fdeda9c5763e7e53887b3d3cb21eb
1218 Author: Behdad Esfahbod <behdad@behdad.org>
1219 Date:   Fri Feb 23 13:19:34 2018 -0800
1220
1221     Clean up check-defs and check-symbols (#821)
1222
1223     Also, call c++filt on their results.
1224
1225     Also build and fix and check harfbuzz-gobject.def
1226
1227     Also changes harfbuzz-gobject to distribute generated enum sources.
1228
1229  CMakeLists.txt              |  3 +--
1230  src/Makefile.am             | 33 ++++++++++++++++------------
1231  src/Makefile.sources        |  9 +++++---
1232  src/check-defs.sh           | 52
1233  ---------------------------------------------
1234  src/check-symbols.sh        | 30 ++++++++++++++++++++------
1235  src/hb-gobject-enums.h.tmpl |  3 ++-
1236  src/hb-gobject-structs.h    | 45 ++++++++++++++++++++++++++-------------
1237  7 files changed, 81 insertions(+), 94 deletions(-)
1238
1239 commit 9bd6d25254d9bfc612004982dba286a3751d1d29
1240 Author: Rod Sheeter <rsheeter@google.com>
1241 Date:   Fri Feb 23 13:05:58 2018 -0800
1242
1243     [subset] clone trim logic from fonttools glyf handling
1244
1245  src/hb-ot-glyf-table.hh                      |  92
1246  ++++++++++++++++++++++++++-
1247  src/hb-subset-glyf.cc                        |  26 ++++----
1248  src/hb-subset-plan.cc                        |   3 +
1249  src/hb-subset.cc                             |  13 ++--
1250  test/api/fonts/Roboto-Regular.ac.nohints.ttf | Bin 1128 -> 848 bytes
1251  test/api/hb-subset-test.h                    |   1 +
1252  test/api/test-subset-glyf.c                  |   6 +-
1253  7 files changed, 117 insertions(+), 24 deletions(-)
1254
1255 commit b1ec82105189053d648a798cf5b3ab2887046298
1256 Merge: e15e41ef c2e4713b
1257 Author: Garret Rieger <grieger@google.com>
1258 Date:   Fri Feb 23 12:32:18 2018 -0700
1259
1260     Merge pull request #823 from googlefonts/hdmx
1261
1262     [subset] Add hdmx subsetting.
1263
1264 commit e15e41ef12e146333e355defef8db210378b5be0
1265 Author: Garret Rieger <grieger@google.com>
1266 Date:   Thu Feb 22 18:41:50 2018 -0800
1267
1268     [subset] Remove commented code from run-tests.py.
1269
1270  test/subset/run-tests.py | 3 ---
1271  1 file changed, 3 deletions(-)
1272
1273 commit 2b844803433bd1557a7fd0c93a91c66ef5319b21
1274 Author: Garret Rieger <grieger@google.com>
1275 Date:   Thu Feb 22 18:38:44 2018 -0800
1276
1277     [subset] Update expected files for subsetting integration test to
1278     not include cmap 4.
1279
1280  .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1740 ->
1281  1692 bytes
1282  1 file changed, 0 insertions(+), 0 deletions(-)
1283
1284 commit a88504c601ac95601730bd602861c13e5ac4fdd8
1285 Author: Garret Rieger <grieger@google.com>
1286 Date:   Thu Feb 22 14:28:18 2018 -0800
1287
1288     [subset] Fix checksum clearning in subset test diff. Add an updated
1289     expected file (has cmap4 restored).
1290
1291  .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1692 ->
1292  1740 bytes
1293  test/subset/run-tests.py                              |   7 +++++--
1294  2 files changed, 5 insertions(+), 2 deletions(-)
1295
1296 commit 537698b60131bd3d7999919a04596c41dda6b2e4
1297 Author: Garret Rieger <grieger@google.com>
1298 Date:   Thu Feb 22 14:07:52 2018 -0800
1299
1300     [subset] Don't compare actual to itself in Fix
1301     test/subset/run-tests. Print a diff on failure.
1302
1303  test/subset/run-tests.py | 6 +++++-
1304  1 file changed, 5 insertions(+), 1 deletion(-)
1305
1306 commit c2e4713b5b561675b0f7b358ccf83d64ef0b6c41
1307 Author: Behdad Esfahbod <behdad@behdad.org>
1308 Date:   Fri Feb 23 10:45:03 2018 -0800
1309
1310     [hdmx] Fix sanitize()
1311
1312  src/hb-ot-hdmx-table.hh | 23 +++++++----------------
1313  1 file changed, 7 insertions(+), 16 deletions(-)
1314
1315 commit 84d4bb91ceca22484abb597c19eb18311e2514f1
1316 Author: Behdad Esfahbod <behdad@behdad.org>
1317 Date:   Fri Feb 23 10:38:35 2018 -0800
1318
1319     [hdmx] Minor
1320
1321  src/hb-ot-hdmx-table.hh | 21 +++++++++++----------
1322  1 file changed, 11 insertions(+), 10 deletions(-)
1323
1324 commit cf7a6e520e9601da9d27bc8f6bbe5d2eff23998d
1325 Author: Behdad Esfahbod <behdad@behdad.org>
1326 Date:   Fri Feb 23 10:34:26 2018 -0800
1327
1328     [hdmx] Move DeviceRecord to toplevel again
1329
1330     More readable.
1331
1332  src/hb-ot-hdmx-table.hh | 112
1333  ++++++++++++++++++++++++------------------------
1334  1 file changed, 57 insertions(+), 55 deletions(-)
1335
1336 commit 96d7805a9235443972c6b6c5cd9502283c8836e9
1337 Author: Garret Rieger <grieger@google.com>
1338 Date:   Thu Feb 22 16:48:28 2018 -0800
1339
1340     [subset] More complete sanitization implementation for hdmx.
1341
1342  src/hb-ot-hdmx-table.hh | 18 ++++++++++++++----
1343  1 file changed, 14 insertions(+), 4 deletions(-)
1344
1345 commit c02532a3d2325c8fb9332f63f687cbaec77b2239
1346 Author: Garret Rieger <grieger@google.com>
1347 Date:   Thu Feb 22 16:40:50 2018 -0800
1348
1349     [subset] Formatting and comments in hdmx.
1350
1351  src/hb-ot-hdmx-table.hh | 31 +++++++++++++++++++------------
1352  1 file changed, 19 insertions(+), 12 deletions(-)
1353
1354 commit 6b372f439b257808b048d02ebf5a867dabcd1231
1355 Author: Garret Rieger <grieger@google.com>
1356 Date:   Thu Feb 22 12:00:00 2018 -0800
1357
1358     [subset] In hb-ot-hdmx-table, s/glyf/hdmx.
1359
1360  src/hb-ot-hdmx-table.hh | 2 +-
1361  1 file changed, 1 insertion(+), 1 deletion(-)
1362
1363 commit ec302ad5bda6bea870f6d33f9698a1782472a213
1364 Author: Garret Rieger <grieger@google.com>
1365 Date:   Thu Feb 22 11:57:35 2018 -0800
1366
1367     [subset] Fail subset if a table fails to sanitize.
1368
1369  src/hb-subset.cc | 19 +++++++++++--------
1370  1 file changed, 11 insertions(+), 8 deletions(-)
1371
1372 commit 15fc45bfedef433025145289fe916739907b573b
1373 Author: Garret Rieger <grieger@google.com>
1374 Date:   Wed Feb 21 17:59:57 2018 -0800
1375
1376     [subset] Add a unit test for hdmx subsetting.
1377
1378  test/api/Makefile.am        |  2 ++
1379  test/api/test-subset-hdmx.c | 81
1380  +++++++++++++++++++++++++++++++++++++++++++++
1381  2 files changed, 83 insertions(+)
1382
1383 commit aa4aa2353c52f86fd56446de6b7ff86a9e990b9c
1384 Author: Garret Rieger <grieger@google.com>
1385 Date:   Wed Feb 21 17:43:32 2018 -0800
1386
1387     [subset] Enable hdmx subsetting.
1388
1389  src/hb-subset.cc | 3 +++
1390  1 file changed, 3 insertions(+)
1391
1392 commit bd18b6adf8697c1ce3f4e3831b9f2a99d930e97d
1393 Author: Garret Rieger <grieger@google.com>
1394 Date:   Wed Feb 21 17:42:58 2018 -0800
1395
1396     [subset] Move DeviceRecord inside of hdmx.
1397
1398  src/hb-ot-hdmx-table.hh | 98
1399  +++++++++++++++++++++++++------------------------
1400  1 file changed, 50 insertions(+), 48 deletions(-)
1401
1402 commit 6704cded65985b2de262bdd3bb0887929e5a3b0b
1403 Author: Garret Rieger <grieger@google.com>
1404 Date:   Wed Feb 21 16:00:10 2018 -0800
1405
1406     [subset] Add hdmx subsetting implementation.
1407
1408  src/hb-ot-hdmx-table.hh | 29 ++++++++++++++++++++++++++---
1409  1 file changed, 26 insertions(+), 3 deletions(-)
1410
1411 commit 84b68e58862647b4ede414b2e608c47d390fd60a
1412 Author: Garret Rieger <grieger@google.com>
1413 Date:   Wed Feb 21 15:43:47 2018 -0800
1414
1415     [subset] In hdmx serialize set the correct value of sizeDeviceRecord.
1416
1417  src/hb-ot-hdmx-table.hh | 29 ++++++++++++++++-------------
1418  1 file changed, 16 insertions(+), 13 deletions(-)
1419
1420 commit dddf44279f610e77e8b9a0819fd91f48802158b6
1421 Author: Garret Rieger <grieger@google.com>
1422 Date:   Wed Feb 21 15:36:09 2018 -0800
1423
1424     [subset] When serializing a DeviceRecord in hdmx pad to make 32
1425     bit aligned.
1426
1427  src/hb-ot-hdmx-table.hh | 19 +++++++++++++------
1428  1 file changed, 13 insertions(+), 6 deletions(-)
1429
1430 commit ab7a8f3b7419b604816e12cb93e77c0ba45a57af
1431 Author: Garret Rieger <grieger@google.com>
1432 Date:   Wed Feb 21 15:15:22 2018 -0800
1433
1434     [subset] Begin implementing serialize for hdmx.
1435
1436  src/hb-ot-hdmx-table.hh | 79
1437  +++++++++++++++++++++++++++++++++++++++++++++++--
1438  1 file changed, 77 insertions(+), 2 deletions(-)
1439
1440 commit fe42862ab30d17483a1d0c2e2b1d859d01bbaff1
1441 Author: Garret Rieger <grieger@google.com>
1442 Date:   Wed Feb 21 14:18:49 2018 -0800
1443
1444     [subset] Sketch out a basic hb-ot-hdmx.hh.
1445
1446  src/Makefile.sources    |  1 +
1447  src/hb-ot-hdmx-table.hh | 77
1448  +++++++++++++++++++++++++++++++++++++++++++++++++
1449  src/hb-subset.cc        |  1 +
1450  3 files changed, 79 insertions(+)
1451
1452 commit 4f6f7c3b22ec788f609bdffc7e0893816657b3a0
1453 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1454 Date:   Fri Feb 23 02:54:12 2018 +0330
1455
1456     [util] Implement ppem/ptem on hb-{shape,view} (#811)
1457
1458  util/options.cc | 33 ++++++++++++++++++++++++++++-----
1459  util/options.hh |  6 ++++++
1460  2 files changed, 34 insertions(+), 5 deletions(-)
1461
1462 commit a6bd6bcee08c9522f9269b5c63f784688abddcff
1463 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1464 Date:   Thu Feb 22 16:52:56 2018 +0330
1465
1466     [dev-run] minor
1467
1468  src/dev-run.sh | 2 +-
1469  1 file changed, 1 insertion(+), 1 deletion(-)
1470
1471 commit fa13a04cf3345311a2434f0d7f6346f967491c45
1472 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1473 Date:   Thu Feb 22 16:48:03 2018 +0330
1474
1475     [dev-run] Add gdb/lldb shortcuts
1476
1477  src/dev-run.sh | 40 +++++++++++++++++++++++++++++++---------
1478  1 file changed, 31 insertions(+), 9 deletions(-)
1479
1480 commit 4f07437dfebd3dc5923f40154c6f1b7e1dce1bd4
1481 Author: Rod Sheeter <rsheeter@google.com>
1482 Date:   Wed Feb 21 22:23:05 2018 -0800
1483
1484     [subset] sketch out dropping in-glyf instructions. Sometimes yields
1485     differnet size glyphs than fonttools, possibly due to padding not
1486     being corrected
1487
1488  src/hb-ot-glyf-table.hh                      |  45 ++++++++++++++++
1489  src/hb-subset-glyf.cc                        |  78
1490  +++++++++++++++++++++------
1491  src/hb-subset-input.cc                       |   6 +++
1492  src/hb-subset.h                              |   2 +
1493  test/api/fonts/Roboto-Regular.ac.nohints.ttf | Bin 0 -> 1128 bytes
1494  test/api/hb-subset-test.h                    |  15 +++---
1495  test/api/test-subset-cmap.c                  |   4 +-
1496  test/api/test-subset-glyf.c                  |  32 +++++++++--
1497  test/api/test-subset-hmtx.c                  |  10 ++--
1498  test/api/test-subset-os2.c                   |   2 +-
1499  10 files changed, 160 insertions(+), 34 deletions(-)
1500
1501 commit 2d0265242bb9a080886d6e0aa653c62e5770a15a
1502 Author: Rod Sheeter <rsheeter@google.com>
1503 Date:   Wed Feb 21 09:42:46 2018 -0800
1504
1505     [subset] keep the result of _subset
1506
1507  src/hb-subset.cc | 2 +-
1508  1 file changed, 1 insertion(+), 1 deletion(-)
1509
1510 commit 4fb97be78d9287e489c9f67d1bfe7682235bdf38
1511 Author: Behdad Esfahbod <behdad@behdad.org>
1512 Date:   Wed Feb 21 14:38:02 2018 -0800
1513
1514     Add two more ragel-generated headers
1515
1516     Fixes https://github.com/harfbuzz/harfbuzz/issues/817
1517
1518  src/hb-buffer-deserialize-json.hh | 643
1519  ++++++++++++++++++++++++++++++++++++++
1520  src/hb-buffer-deserialize-text.hh | 571 +++++++++++++++++++++++++++++++++
1521  2 files changed, 1214 insertions(+)
1522
1523 commit 74e0c13a4a55848e797242c02c8f067e587ea603
1524 Author: Rod Sheeter <rsheeter@google.com>
1525 Date:   Wed Feb 21 11:19:18 2018 -0800
1526
1527     [subset] drop hint tables if so flagged. Still need to dump glyf
1528     instructions.
1529
1530  src/hb-subset-plan.cc    |  1 +
1531  src/hb-subset-plan.hh    |  2 ++
1532  src/hb-subset-private.hh |  2 +-
1533  src/hb-subset.cc         | 11 +++++++++--
1534  util/hb-subset.cc        |  2 +-
1535  util/options.cc          |  2 +-
1536  util/options.hh          |  4 ++--
1537  7 files changed, 17 insertions(+), 7 deletions(-)
1538
1539 commit edee28801e4dbb5b734b4038d93fe1594e267ab1
1540 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1541 Date:   Wed Feb 21 22:13:58 2018 +0330
1542
1543     Add .editorconfig (#810)
1544
1545     More information: http://editorconfig.org/
1546
1547  .editorconfig | 18 ++++++++++++++++++
1548  1 file changed, 18 insertions(+)
1549
1550 commit 0bd100e144885ed8144cf23e7e106014858a1724
1551 Author: Rod Sheeter <rsheeter@google.com>
1552 Date:   Wed Feb 21 10:34:00 2018 -0800
1553
1554     [subset] add --hinting flag
1555
1556  src/hb-subset-private.hh |  1 +
1557  util/hb-subset.cc        |  6 +++++-
1558  util/options.cc          | 15 +++++++++++++++
1559  util/options.hh          | 14 ++++++++++++++
1560  4 files changed, 35 insertions(+), 1 deletion(-)
1561
1562 commit 7ecca8c0a83a6c71154fcc80887a4f895c0c5a23
1563 Author: Rod Sheeter <rsheeter@google.com>
1564 Date:   Wed Feb 21 09:42:46 2018 -0800
1565
1566     [subset] keep the result of _subset
1567
1568  src/hb-subset.cc | 2 +-
1569  1 file changed, 1 insertion(+), 1 deletion(-)
1570
1571 commit eada749e4642ea90300c9c68c226fa76a3e35a75
1572 Author: Behdad Esfahbod <behdad@behdad.org>
1573 Date:   Wed Feb 21 00:35:23 2018 -0800
1574
1575     Use HB_SET_VALUE_INVALID consistently
1576
1577  src/hb-ot-layout-common-private.hh | 6 +++---
1578  src/hb-ot-shape.cc                 | 2 +-
1579  2 files changed, 4 insertions(+), 4 deletions(-)
1580
1581 commit 2cc845f311b6dc4f0feda8b8fc5609fbd51b5923
1582 Author: Garret Rieger <grieger@google.com>
1583 Date:   Tue Feb 20 18:13:41 2018 -0800
1584
1585     [subset] fix calculation of range shiftz. Should be 16 * len -
1586     searchRange not 16 * (len - searchRange).
1587
1588  src/hb-open-type-private.hh | 4 +++-
1589  1 file changed, 3 insertions(+), 1 deletion(-)
1590
1591 commit 8e614ade5aef102baed56f91c2fcb1f3d1788ea9
1592 Author: Garret Rieger <grieger@google.com>
1593 Date:   Tue Feb 20 17:36:54 2018 -0800
1594
1595     [subset] Reverse table order for font serialization to match what
1596     OTS expects.
1597
1598  src/hb-open-file-private.hh | 2 +-
1599  1 file changed, 1 insertion(+), 1 deletion(-)
1600
1601 commit a998eeee4ad7bba4a1574c9735618891b6bd0948
1602 Author: Garret Rieger <grieger@google.com>
1603 Date:   Tue Feb 20 16:48:52 2018 -0800
1604
1605     [subset] sanity check glyph data writes during glyph subsetting to
1606     ensure they are inbounds.
1607
1608  src/hb-subset-glyf.cc | 11 +++++++++--
1609  1 file changed, 9 insertions(+), 2 deletions(-)
1610
1611 commit 0ab73e594275cf064e09b9df2e1df337a589745d
1612 Author: Garret Rieger <grieger@google.com>
1613 Date:   Tue Feb 20 15:33:03 2018 -0800
1614
1615     [subset] Sanity check that loca writes are inbounds.
1616
1617  src/hb-subset-glyf.cc | 55
1618  ++++++++++++++++++++++++++++++++++++++-------------
1619  1 file changed, 41 insertions(+), 14 deletions(-)
1620
1621 commit 73e20ec6e9ad86bea023fc8b6fc10287889ed048
1622 Merge: 6ae4013f 69e443b2
1623 Author: Garret Rieger <grieger@google.com>
1624 Date:   Tue Feb 20 17:34:59 2018 -0700
1625
1626     Merge pull request #812 from googlefonts/cleanup
1627
1628     Clean up of glyf subsetting.
1629
1630 commit 6ae4013f2e53d6496507a58b715298fee4eadcee
1631 Author: Behdad Esfahbod <behdad@behdad.org>
1632 Date:   Tue Feb 20 15:02:25 2018 -0800
1633
1634     [aat] Cosmetic touch-ups to trak table
1635
1636  src/hb-aat-layout-trak-table.hh | 31 +++++++++++++++++--------------
1637  1 file changed, 17 insertions(+), 14 deletions(-)
1638
1639 commit abc82b493e301e5588d689baa1434b3ce6577fcd
1640 Author: Behdad Esfahbod <behdad@behdad.org>
1641 Date:   Tue Feb 20 14:34:16 2018 -0800
1642
1643     Add Ragel-generated files to git
1644
1645     I know it's bad form; I know I've said no to this multiple times...
1646     But this is part of an experiment to see if we can make rolling
1647     HarfBuzz
1648     into Chrome much faster. That will give us a lot more testing exposure
1649     that currently Chrome does.
1650
1651     Doing this while those files are still considered ignored by our
1652     gitignore rules; will see how that flies.
1653
1654  autogen.sh                                 |   10 +-
1655  src/Makefile.am                            |    3 +-
1656  src/hb-ot-shape-complex-indic-machine.hh   | 1319
1657  ++++++++++++++++++++++++++++
1658  src/hb-ot-shape-complex-khmer-machine.hh   |  294 +++++++
1659  src/hb-ot-shape-complex-myanmar-machine.hh |  413 +++++++++
1660  src/hb-ot-shape-complex-use-machine.hh     |  502 +++++++++++
1661  6 files changed, 2535 insertions(+), 6 deletions(-)
1662
1663 commit 69e443b254fceb29f26f6a0c0129fe3c93c19cfb
1664 Author: Garret Rieger <grieger@google.com>
1665 Date:   Tue Feb 20 14:29:21 2018 -0800
1666
1667     [subset] Switch to hb_blob_copy_writable_or_fail in glyf subsetting.
1668
1669  src/hb-ot-glyf-table.hh | 29 +++++++++++------------------
1670  src/hb-ot-maxp-table.hh |  3 +--
1671  2 files changed, 12 insertions(+), 20 deletions(-)
1672
1673 commit e3e0ac98238b78530a625a6b7e7647dbabbe1c4d
1674 Author: Garret Rieger <grieger@google.com>
1675 Date:   Tue Feb 20 14:07:40 2018 -0800
1676
1677     [subset] Move glyf subsetting code into hb-ot-glyf-table.hh
1678
1679  src/hb-ot-glyf-table.hh | 49
1680  +++++++++++++++++++++++++++++++++++++++++++++++-
1681  src/hb-subset.cc        | 50
1682  +------------------------------------------------
1683  2 files changed, 49 insertions(+), 50 deletions(-)
1684
1685 commit d1f16fce963092404bf0b59e449a3215ca031b54
1686 Author: Behdad Esfahbod <behdad@behdad.org>
1687 Date:   Tue Feb 20 10:32:09 2018 -0800
1688
1689     Don't use %zu
1690
1691     Some of our bots / compilers don't like it. Wasn't caught by bots
1692     because this
1693     is only in debug code.
1694
1695     https://github.com/harfbuzz/harfbuzz/pull/809/commits/825ad378e0f0e6e6bb690894a0d5d25f198be21b
1696
1697  src/hb-ot-cmap-table.hh | 2 +-
1698  1 file changed, 1 insertion(+), 1 deletion(-)
1699
1700 commit c7e834a2fc5f8fb81f5316447e4075902d58d8a3
1701 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1702 Date:   Tue Feb 20 17:59:04 2018 +0330
1703
1704     [dev-run] minor
1705
1706  src/dev-run.sh | 2 +-
1707  1 file changed, 1 insertion(+), 1 deletion(-)
1708
1709 commit 975c35214f8c8f0d90a8b114e1a8c06d5ecdecfd
1710 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1711 Date:   Tue Feb 20 17:49:29 2018 +0330
1712
1713     [dev-run] Support autotools builds
1714
1715  src/dev-run.sh | 46 +++++++++++++++++++++++++++++++---------------
1716  1 file changed, 31 insertions(+), 15 deletions(-)
1717
1718 commit 25136d9b7265d8920a78f3f832f1c69da4ef1f5b
1719 Author: Dominik Röttsches <drott@chromium.org>
1720 Date:   Tue Feb 20 10:26:07 2018 +0200
1721
1722     Use %zu format specifier for size_t to fix cross platform build
1723
1724     Fixes Chromium Android builds, compare
1725     https://ci.chromium.org/buildbot/tryserver.chromium.android/linux_android_rel_ng/491787
1726
1727  src/hb-ot-cmap-table.hh | 2 +-
1728  1 file changed, 1 insertion(+), 1 deletion(-)
1729
1730 commit 53cf61b0299775f94c625de1bb0a7979b3b0c379
1731 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1732 Date:   Tue Feb 20 10:53:10 2018 +0330
1733
1734     Change Alpine and ArchLinux bot to test O3 and O0 on gcc, #801
1735
1736  .circleci/config.yml | 14 ++++++++------
1737  1 file changed, 8 insertions(+), 6 deletions(-)
1738
1739 commit a64eacd8a6cb9811bcaadf20b8b8ae56306cbd75
1740 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1741 Date:   Mon Feb 19 23:27:08 2018 +0330
1742
1743     [aat] First dig on 'trak'
1744
1745  src/Makefile.sources            |   3 +-
1746  src/hb-aat-layout-trak-table.hh | 100
1747  ++++++++++++++++++++++++++++++++++++++++
1748  src/hb-aat-layout.cc            |   3 +-
1749  src/hb-ot-layout-private.hh     |   6 ++-
1750  4 files changed, 108 insertions(+), 4 deletions(-)
1751
1752 commit 0bff6991de308044b077ce74bd45d57d8c4afe5f
1753 Author: Behdad Esfahbod <behdad@behdad.org>
1754 Date:   Mon Feb 19 11:51:25 2018 -0800
1755
1756     Ugh. Really fix build.
1757
1758  src/hb-subset-private.hh  | 2 +-
1759  src/hb-subset.cc          | 3 +--
1760  test/api/hb-subset-test.h | 1 +
1761  3 files changed, 3 insertions(+), 3 deletions(-)
1762
1763 commit 4fcbd22b18040cbfd7410e6a090c5f9624eb9a0f
1764 Author: Behdad Esfahbod <behdad@behdad.org>
1765 Date:   Mon Feb 19 11:49:25 2018 -0800
1766
1767     Fix build after previous commit
1768
1769  src/hb-subset-plan.hh | 2 ++
1770  1 file changed, 2 insertions(+)
1771
1772 commit 0bbf90ded00dd00ee3f79c1bd16c775d7c893278
1773 Author: Behdad Esfahbod <behdad@behdad.org>
1774 Date:   Mon Feb 19 11:38:53 2018 -0800
1775
1776     [subset] Don't include hb-subset.h from hb.h
1777
1778  src/hb.h | 1 -
1779  1 file changed, 1 deletion(-)
1780
1781 commit fde04777d1d429fd0981002194f5c19599fda350
1782 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1783 Date:   Mon Feb 19 20:00:07 2018 +0330
1784
1785     Check availability of entr instead now that this works with it
1786
1787  src/dev-run.sh | 2 +-
1788  1 file changed, 1 insertion(+), 1 deletion(-)
1789
1790 commit b095ce59ebc5723a1b9c049eebb8f204455c9a72
1791 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1792 Date:   Mon Feb 19 11:58:20 2018 +0330
1793
1794     Simplify hb-fuzzer output printing and fix ArchLinux bot
1795
1796  test/fuzzing/run-fuzzer-tests.py | 6 +-----
1797  1 file changed, 1 insertion(+), 5 deletions(-)
1798
1799 commit be51f763a752bed1c395bff19afe3291a6063d00
1800 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1801 Date:   Mon Feb 19 11:06:13 2018 +0330
1802
1803     Test debug builds on ArchLinux bot
1804
1805     Fixes #805
1806
1807  .circleci/config.yml | 6 +++---
1808  1 file changed, 3 insertions(+), 3 deletions(-)
1809
1810 commit e2d2d819848ed0ff1c60b9bde1f9c8f9495ec5b4
1811 Author: Behdad Esfahbod <behdad@behdad.org>
1812 Date:   Sun Feb 18 17:28:53 2018 -0800
1813
1814     Limit how much work sanitize() can do
1815
1816     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6022
1817
1818  src/Makefile.am                                       |   2 ++
1819  src/hb-open-type-private.hh                           |  16
1820  ++++++++++++++--
1821  .../233c1e252e737ca79e03a9fd56b71aaa4a230f2b.ttf      | Bin 0 ->
1822  1048576 bytes
1823  test/shaping/data/in-house/tests/fuzzed.tests         |   1 +
1824  4 files changed, 17 insertions(+), 2 deletions(-)
1825
1826 commit 7033fe5877c6f9500575f20f17135f74dc9c0547
1827 Author: Behdad Esfahbod <behdad@behdad.org>
1828 Date:   Sun Feb 18 17:12:04 2018 -0800
1829
1830     [aat] Minor
1831
1832  src/hb-aat-layout-common-private.hh | 2 +-
1833  1 file changed, 1 insertion(+), 1 deletion(-)
1834
1835 commit 6fa690c75a572a1076124b428b76929b2674e532
1836 Author: Behdad Esfahbod <behdad@behdad.org>
1837 Date:   Sun Feb 18 16:27:59 2018 -0800
1838
1839     Fix debug build
1840
1841     Context needs to be called 'c'. The TRACE_* rely on that.
1842
1843  src/hb-ot-cmap-table.hh | 22 +++++++++++-----------
1844  1 file changed, 11 insertions(+), 11 deletions(-)
1845
1846 commit 05d1e77db8f3e5280e93b6885ff4f7df113b612b
1847 Author: Behdad Esfahbod <behdad@behdad.org>
1848 Date:   Sun Feb 18 16:26:04 2018 -0800
1849
1850     [aat] Silence warning
1851
1852  src/hb-aat-layout-kerx-table.hh | 2 +-
1853  1 file changed, 1 insertion(+), 1 deletion(-)
1854
1855 commit a21fceb05311f61ef179b2f3aa6497562555f241
1856 Author: Behdad Esfahbod <behdad@behdad.org>
1857 Date:   Sun Feb 18 16:10:15 2018 -0800
1858
1859     [ci] Make AppVeyor less noisy
1860
1861  appveyor.yml | 3 +++
1862  1 file changed, 3 insertions(+)
1863
1864 commit 1c50a88623a881a9e2b2b0f1f6a783962626f03a
1865 Author: Behdad Esfahbod <behdad@behdad.org>
1866 Date:   Sun Feb 18 15:57:09 2018 -0800
1867
1868     Readjust mark attachment heuristic a bit more
1869
1870     Previously adjusted logic could fail if nothing around was ligated,
1871     and something moved.  This should take care of that.
1872
1873     CC https://github.com/harfbuzz/harfbuzz/issues/740
1874
1875  src/hb-ot-layout-gpos-table.hh | 5 ++++-
1876  1 file changed, 4 insertions(+), 1 deletion(-)
1877
1878 commit 246e280d88b6b26757297a349f01e52c15eaec53
1879 Author: Behdad Esfahbod <behdad@behdad.org>
1880 Date:   Sun Feb 18 15:42:25 2018 -0800
1881
1882     [test] Add test for https://github.com/harfbuzz/harfbuzz/issues/740
1883
1884  .../fonts/573d3a3177c9a8646e94c8a0d7b224334340946a.ttf   | Bin 0 ->
1885  5680 bytes
1886  test/shaping/data/in-house/tests/use.tests               |   1 +
1887  2 files changed, 1 insertion(+)
1888
1889 commit 79756c9039a628b0df441228ca1ea20b8a91e3e8
1890 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1891 Date:   Mon Feb 19 03:17:44 2018 +0330
1892
1893     [aat] First dig on 'kerx' (#704)
1894
1895  src/Makefile.sources            |   1 +
1896  src/hb-aat-layout-kerx-table.hh | 377
1897  ++++++++++++++++++++++++++++++++++++++++
1898  src/hb-aat-layout.cc            |   1 +
1899  src/hb-ot-layout-private.hh     |   2 +
1900  4 files changed, 381 insertions(+)
1901
1902 commit 279c70a5b36446f444e5d2f4ac1db7614c8a3db8
1903 Merge: e9164478 89b82814
1904 Author: Behdad Esfahbod <behdad@behdad.org>
1905 Date:   Sun Feb 18 14:04:33 2018 -0800
1906
1907     Merge pull request #796 from ebraminio/dev-run
1908
1909     Add a continuous builder using fswatch
1910
1911 commit e91644786bf7c278e75962b851d5d47011ff175c
1912 Author: Behdad Esfahbod <behdad@behdad.org>
1913 Date:   Sun Feb 18 12:41:24 2018 -0800
1914
1915     Remove unused check
1916
1917  configure.ac | 3 +--
1918  1 file changed, 1 insertion(+), 2 deletions(-)
1919
1920 commit 89b82814b605d2bfcc481a47607e642a928dff15
1921 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1922 Date:   Fri Feb 16 12:53:33 2018 +0330
1923
1924     Add a continuous builder using fswatch
1925
1926  CMakeLists.txt          | 24 +++++++++++++-----------
1927  src/dev-run.sh          | 22 ++++++++++++++++++++++
1928  test/api/CMakeLists.txt |  2 +-
1929  3 files changed, 36 insertions(+), 12 deletions(-)
1930
1931 commit 0bd2d76bdd83569366762416bf7c8fd8e90021aa
1932 Author: Behdad Esfahbod <behdad@behdad.org>
1933 Date:   Sun Feb 18 11:55:26 2018 -0800
1934
1935     [test] Fix a couple of coverity_scan issues
1936
1937  test/api/hb-subset-test.h | 17 +++++++++++------
1938  1 file changed, 11 insertions(+), 6 deletions(-)
1939
1940 commit 8089711a61687d565f207c56d3d2b658f514d7ab
1941 Author: Ebrahim Byagowi <ebrahim@gnu.org>
1942 Date:   Sun Feb 18 23:25:15 2018 +0330
1943
1944     Another attempt on fixing coverity
1945
1946     I hope I am in a correct direction at least
1947
1948  .travis.yml | 5 ++---
1949  1 file changed, 2 insertions(+), 3 deletions(-)
1950
1951 commit 79d0d791b9ee920e1f687a93de5adf5d113cc829
1952 Merge: 21646cc4 97a71102
1953 Author: Behdad Esfahbod <behdad@behdad.org>
1954 Date:   Sun Feb 18 11:35:51 2018 -0800
1955
1956     Merge pull request #800 from harfbuzz/bitops
1957
1958     Optimize set through optimized bit operations
1959
1960 commit 97a71102153d28982297a190739c7d82e76b109e
1961 Author: Behdad Esfahbod <behdad@behdad.org>
1962 Date:   Sun Feb 18 10:50:24 2018 -0800
1963
1964     Fix BitScanForward() usage
1965
1966     Should fix Win64 bot.
1967
1968  src/hb-private.hh | 4 ++--
1969  1 file changed, 2 insertions(+), 2 deletions(-)
1970
1971 commit fe8f40a4180e7b02831a264c0b3c66763156abb6
1972 Merge: cd11107b 21646cc4
1973 Author: Behdad Esfahbod <behdad@behdad.org>
1974 Date:   Sun Feb 18 10:45:33 2018 -0800
1975
1976     Merge branch 'master' into bitops
1977
1978 commit 21646cc4a6160088933774e179df9be4865a9f4b
1979 Author: David Corbett <corbett.dav@husky.neu.edu>
1980 Date:   Fri Feb 16 12:08:55 2018 -0500
1981
1982     Do not mark the first glyph as unsafe to break
1983
1984     Fixes #791.
1985
1986  src/hb-buffer-private.hh | 3 +--
1987  src/hb-coretext.cc       | 4 ----
1988  src/hb-directwrite.cc    | 2 --
1989  src/hb-graphite2.cc      | 1 -
1990  src/hb-uniscribe.cc      | 2 --
1991  5 files changed, 1 insertion(+), 11 deletions(-)
1992
1993 commit 04dedec96b76600eecdb739b72814a4a56b270ae
1994 Author: Behdad Esfahbod <behdad@behdad.org>
1995 Date:   Fri Feb 16 18:32:57 2018 -0800
1996
1997     [test] Remove unused var
1998
1999  test/api/test-subset-hmtx.c | 1 -
2000  1 file changed, 1 deletion(-)
2001
2002 commit 181b7471074cc814e0f498fc05fd6850c3f5e403
2003 Author: Behdad Esfahbod <behdad@behdad.org>
2004 Date:   Fri Feb 16 17:08:44 2018 -0800
2005
2006     Update outdated TODO file
2007
2008  TODO | 29 +----------------------------
2009  1 file changed, 1 insertion(+), 28 deletions(-)
2010
2011 commit 6d56db8983e03fbebbeb61282bef8cb1f9abb8e2
2012 Author: Behdad Esfahbod <behdad@behdad.org>
2013 Date:   Fri Feb 16 17:02:57 2018 -0800
2014
2015     [test/api] Distribute all fonts
2016
2017  test/api/Makefile.am | 21 ++-------------------
2018  1 file changed, 2 insertions(+), 19 deletions(-)
2019
2020 commit e5ab34fd3a104f7ff2f0b36c66770c88b2ea1051
2021 Author: Behdad Esfahbod <behdad@behdad.org>
2022 Date:   Fri Feb 16 16:58:17 2018 -0800
2023
2024     Misc fixes
2025
2026     Should bring bag djgpp bot.
2027
2028  src/hb-ot-os2-table.hh | 54
2029  +++++++++++++++++++++++++-------------------------
2030  src/hb-subset-plan.cc  | 16 +++++++--------
2031  2 files changed, 34 insertions(+), 36 deletions(-)
2032
2033 commit df9e22656de746bde65dee775a66f1a80f1c2e32
2034 Author: Garret Rieger <grieger@google.com>
2035 Date:   Fri Feb 16 17:02:51 2018 -0700
2036
2037     [subset] add a glyf subsetting test for a font with composite glyphs.
2038
2039  .../api/fonts/Roboto-Regular.components.subset.ttf | Bin 0 -> 2052 bytes
2040  test/api/fonts/Roboto-Regular.components.ttf       | Bin 0 -> 2572 bytes
2041  test/api/test-subset-glyf.c                        |  21
2042  +++++++++++++++++++++
2043  3 files changed, 21 insertions(+)
2044
2045 commit c36d015b0e9c363431cd9d228b776ad419fde474
2046 Author: Garret Rieger <grieger@google.com>
2047 Date:   Fri Feb 16 17:02:15 2018 -0700
2048
2049     [subset] missing return.
2050
2051  test/api/hb-subset-test.h | 1 +
2052  1 file changed, 1 insertion(+)
2053
2054 commit 2130392dcc30784ee34c487ab16316006c91f16d
2055 Author: Garret Rieger <grieger@google.com>
2056 Date:   Fri Feb 16 17:01:00 2018 -0700
2057
2058     [subset] Add support for updating reference gids in components to
2059     their new values.
2060
2061  src/hb-subset-glyf.cc | 38 +++++++++++++++++++++++++++++++++-----
2062  1 file changed, 33 insertions(+), 5 deletions(-)
2063
2064 commit 49544eb860e523838892d6ce88eeca72ffd19da4
2065 Author: Garret Rieger <grieger@google.com>
2066 Date:   Fri Feb 16 16:56:15 2018 -0700
2067
2068     [subset] Refactor composite glyf iteration code into an Iterator
2069     outside of the accelerator.
2070
2071  src/hb-ot-glyf-table.hh | 110
2072  +++++++++++++++++++++++++-----------------------
2073  src/hb-subset-plan.cc   |   6 +--
2074  2 files changed, 60 insertions(+), 56 deletions(-)
2075
2076 commit dc6d67df1395faf38d7587b1dd3c6661ee7cd6f0
2077 Author: Garret Rieger <grieger@google.com>
2078 Date:   Fri Feb 16 15:20:14 2018 -0700
2079
2080     [subset] Use gids_to_retain_sorted to produce old gid -> new gid
2081     mapping since it now has the more complete set.
2082
2083  src/hb-subset-plan.cc | 10 ++++++----
2084  1 file changed, 6 insertions(+), 4 deletions(-)
2085
2086 commit dcac9fe96429d4e272a3fbd60a6162f988f58f71
2087 Author: Garret Rieger <grieger@google.com>
2088 Date:   Fri Feb 16 11:27:03 2018 -0700
2089
2090     [subset] Use complex glyph closure to populate gids_to_retain_sorted.
2091
2092  src/hb-subset-plan.cc | 43 ++++++++++++++++++++++++-------------------
2093  src/hb-subset-plan.hh |  6 ++++++
2094  2 files changed, 30 insertions(+), 19 deletions(-)
2095
2096 commit 58a54c9d4f72e228c012451c4469da730742d3d8
2097 Author: Garret Rieger <grieger@google.com>
2098 Date:   Fri Feb 16 11:20:38 2018 -0700
2099
2100     [subset] add constant to get_composite and in_table methods in
2101     hb-ot-glyf-table
2102
2103  src/hb-ot-glyf-table.hh | 4 ++--
2104  1 file changed, 2 insertions(+), 2 deletions(-)
2105
2106 commit 73e1434814eb37005b4159babf972a2743b25700
2107 Author: Garret Rieger <grieger@google.com>
2108 Date:   Thu Feb 15 14:41:56 2018 -0800
2109
2110     [subset] Add a DFS search to produce a closure of composite glyphs.
2111
2112  src/hb-subset-plan.cc | 21 +++++++++++++++++++++
2113  1 file changed, 21 insertions(+)
2114
2115 commit d3684141437fad6ebf5f9945f92125c9a42ea853
2116 Author: Garret Rieger <grieger@google.com>
2117 Date:   Thu Feb 15 14:03:34 2018 -0800
2118
2119     [subset] add helper methods to glyf accelerator for reading composite
2120     glyph information.
2121
2122  src/hb-ot-glyf-table.hh | 115
2123  ++++++++++++++++++++++++++++++++++++++++++++++--
2124  1 file changed, 112 insertions(+), 3 deletions(-)
2125
2126 commit cd11107bb44ac719709e10264e9e6ba6a1cfae0c
2127 Author: Behdad Esfahbod <behdad@behdad.org>
2128 Date:   Fri Feb 16 18:28:58 2018 -0800
2129
2130     Another bitops fallback fix
2131
2132     I'm confident that all bugs are hashed out now.
2133
2134  src/hb-private.hh | 4 ++--
2135  1 file changed, 2 insertions(+), 2 deletions(-)
2136
2137 commit 4e517ecb6b7c27d4053a6476bb9262858e2567ed
2138 Author: Behdad Esfahbod <behdad@behdad.org>
2139 Date:   Fri Feb 16 18:20:12 2018 -0800
2140
2141     Another bitops fallback impl fix
2142
2143  src/hb-private.hh | 8 ++++----
2144  1 file changed, 4 insertions(+), 4 deletions(-)
2145
2146 commit f18b9fbf6583dff72675be7859fc147ec24a0dd2
2147 Author: Behdad Esfahbod <behdad@behdad.org>
2148 Date:   Fri Feb 16 18:14:41 2018 -0800
2149
2150     [set] Implement iteration using bitop intrinsics
2151
2152  src/hb-set-private.hh | 55
2153  ++++++++++++++++++---------------------------------
2154  1 file changed, 19 insertions(+), 36 deletions(-)
2155
2156 commit 6a91a2eb04951f6e33706c2b8e9cd987b429fce9
2157 Author: Behdad Esfahbod <behdad@behdad.org>
2158 Date:   Fri Feb 16 17:49:41 2018 -0800
2159
2160     Fix wide bitops implemenetation
2161
2162  src/hb-private.hh | 4 ++--
2163  1 file changed, 2 insertions(+), 2 deletions(-)
2164
2165 commit d25c3e69e9b0cb9d947e98845b9e3a14ce58e350
2166 Author: Behdad Esfahbod <behdad@behdad.org>
2167 Date:   Fri Feb 16 17:45:09 2018 -0800
2168
2169     [set] Readjust parameters
2170
2171  src/hb-set-private.hh | 6 +++---
2172  1 file changed, 3 insertions(+), 3 deletions(-)
2173
2174 commit 6d5c0bf8b18ed53e8d40dcbae83ec66ed2116843
2175 Author: Behdad Esfahbod <behdad@behdad.org>
2176 Date:   Fri Feb 16 17:33:26 2018 -0800
2177
2178     Fix bitops fallback impl
2179
2180  src/hb-private.hh | 4 ++--
2181  1 file changed, 2 insertions(+), 2 deletions(-)
2182
2183 commit 82eb1dac163cb4aef8a2e4ebad542378f4e28dca
2184 Author: Behdad Esfahbod <behdad@behdad.org>
2185 Date:   Fri Feb 16 16:52:09 2018 -0800
2186
2187     Flesh out other bit ops some more for 128bit as well
2188
2189  src/hb-private.hh | 165
2190  +++++++++++++++++++++++++++++++++++++++++-------------
2191  1 file changed, 126 insertions(+), 39 deletions(-)
2192
2193 commit 864a2dddae9eb1303c59d0d3717fce307a72a524
2194 Author: Behdad Esfahbod <behdad@behdad.org>
2195 Date:   Fri Feb 16 14:21:40 2018 -0800
2196
2197     Clean up bit functions
2198
2199     Compile all code-paths possible, to better catch errors.
2200     Also enable MSVC ones on mingw which seems to support them.
2201
2202  src/hb-private.hh | 43 +++++++++++++++++++++++++++----------------
2203  1 file changed, 27 insertions(+), 16 deletions(-)
2204
2205 commit 978ace6fbbc828adc20f21591d138f41d8508ebc
2206 Author: Behdad Esfahbod <behdad@behdad.org>
2207 Date:   Fri Feb 16 16:06:17 2018 -0800
2208
2209     Improve _hb_popcount()
2210
2211     Support 128bit type.
2212
2213  configure.ac                   |  3 ++-
2214  src/hb-ot-layout-gpos-table.hh |  2 +-
2215  src/hb-ot-map.cc               |  2 +-
2216  src/hb-private.hh              | 61
2217  +++++++++++++++++++++++++++---------------
2218  4 files changed, 44 insertions(+), 24 deletions(-)
2219
2220 commit 7b5ce7404716a17f91ff86d374c7b76ee7ce3247
2221 Author: Behdad Esfahbod <behdad@behdad.org>
2222 Date:   Fri Feb 16 15:37:22 2018 -0800
2223
2224     Fix warnings
2225
2226  src/hb-ot-os2-table.hh    | 2 +-
2227  test/api/hb-subset-test.h | 3 ++-
2228  test/api/hb-test.h        | 9 +++++++--
2229  3 files changed, 10 insertions(+), 4 deletions(-)
2230
2231 commit 94d32d1b83892ed4f124463cf4322bf74b3e850d
2232 Author: Behdad Esfahbod <behdad@behdad.org>
2233 Date:   Fri Feb 16 15:36:20 2018 -0800
2234
2235     Enable C99 if available
2236
2237     Hopefully we can now mix-and-match code and declaration in the C
2238     test files.
2239
2240  configure.ac | 1 +
2241  1 file changed, 1 insertion(+)
2242
2243 commit 926db874552519734fab6c04258887ea634f5324
2244 Merge: 882a3bf4 c7a633f9
2245 Author: rsheeter <rsheeter@google.com>
2246 Date:   Fri Feb 16 15:27:29 2018 -0800
2247
2248     Merge pull request #792 from googlefonts/master
2249
2250     Support more tables in subsetter
2251
2252 commit 882a3bf4abcdac60414db41d54dbbb7d2368c908
2253 Author: Behdad Esfahbod <behdad@behdad.org>
2254 Date:   Fri Feb 16 14:17:20 2018 -0800
2255
2256     That didn't work...
2257
2258  RELEASING.md | 2 +-
2259  1 file changed, 1 insertion(+), 1 deletion(-)
2260
2261 commit b1f186df78ed14cbc8be919e7f552df2bd7561e0
2262 Author: Behdad Esfahbod <behdad@behdad.org>
2263 Date:   Fri Feb 16 14:13:38 2018 -0800
2264
2265     Add mingw32.sh and mingw64.sh
2266
2267  RELEASING.md | 28 +---------------------------
2268  mingw32.sh   | 22 ++++++++++++++++++++++
2269  mingw64.sh   | 22 ++++++++++++++++++++++
2270  3 files changed, 45 insertions(+), 27 deletions(-)
2271
2272 commit d37310ac5d5f8a3fd1ce1e535647e7c6bb0d7926
2273 Author: Arkady Shapkin <arkady.shapkin@gmail.com>
2274 Date:   Fri Feb 16 21:45:08 2018 +0300
2275
2276     Remove checking macros __OPTIMIZE__ for MSVC
2277
2278     Visual C++ compiler doesn't define macros __OPTIMIZE__  when
2279     optimizations enabled
2280
2281  src/hb-private.hh | 9 ++++-----
2282  1 file changed, 4 insertions(+), 5 deletions(-)
2283
2284 commit 4eff0fc5b87084765ac2e36ba9f09d7d257f32fb
2285 Author: Khaled Hosny <khaledhosny@eglug.org>
2286 Date:   Fri Feb 16 20:22:52 2018 +0200
2287
2288     Make this work for old versions of automake
2289
2290  .ci/fail.sh | 3 ++-
2291  1 file changed, 2 insertions(+), 1 deletion(-)
2292
2293 commit f8077c97909778c117d37773c9da570d831dacd2
2294 Author: Khaled Hosny <khaledhosny@eglug.org>
2295 Date:   Thu Feb 15 11:47:08 2018 +0200
2296
2297     Print only the failed log
2298
2299  .ci/fail.sh | 6 ++++--
2300  1 file changed, 4 insertions(+), 2 deletions(-)
2301
2302 commit 8e3b4c0e11642470069b866a73768a866ac3fdb3
2303 Author: Khaled Hosny <khaledhosny@eglug.org>
2304 Date:   Thu Feb 15 11:25:24 2018 +0200
2305
2306     Simplify calls to collect-logs.sh
2307
2308  .ci/{collect-logs.sh => fail.sh} |  3 +++
2309  .circleci/config.yml             | 13 +++++++++----
2310  .travis.yml                      |  6 +++---
2311  appveyor.yml                     |  2 +-
2312  4 files changed, 16 insertions(+), 8 deletions(-)
2313
2314 commit c7a633f95710fcf2fe9151b41feba7db4b1bab0e
2315 Author: Rod Sheeter <rsheeter@google.com>
2316 Date:   Fri Feb 16 11:11:20 2018 -0800
2317
2318     [subset] try to get more info from bot where g_assert_cmpmem fails
2319
2320  test/api/hb-subset-test.h | 12 +++++-------
2321  test/api/hb-test.h        | 11 ++++++++---
2322  2 files changed, 13 insertions(+), 10 deletions(-)
2323
2324 commit 0bb2d7ac12b7cf482580b6d2e8534eef8a233f96
2325 Author: Rod Sheeter <rsheeter@google.com>
2326 Date:   Fri Feb 16 06:26:02 2018 -0800
2327
2328     [subset] fix int type for blob length in hb-subset-test.h
2329
2330  test/api/hb-subset-test.h | 2 +-
2331  1 file changed, 1 insertion(+), 1 deletion(-)
2332
2333 commit be0a01a67613f45db7f7e9be84cb883f0344c817
2334 Merge: 7acaa3b7 139c9928
2335 Author: Rod Sheeter <rsheeter@google.com>
2336 Date:   Fri Feb 16 06:01:41 2018 -0800
2337
2338     Merge branch 'master' of https://github.com/harfbuzz/harfbuzz
2339
2340 commit 139c9928f6152088fa6eee0279e33cb821aeb541
2341 Author: Ebrahim Byagowi <ebrahim@gnu.org>
2342 Date:   Fri Feb 16 13:27:26 2018 +0330
2343
2344     Fix hb-private.hh compile issue
2345
2346  src/hb-private.hh | 4 ++--
2347  1 file changed, 2 insertions(+), 2 deletions(-)
2348
2349 commit 6c10328eb88b0641586f31a782b63f45eada5609
2350 Author: Arkady Shapkin <arkady.shapkin@gmail.com>
2351 Date:   Thu Feb 15 23:17:46 2018 +0300
2352
2353     Use _BitScanForward and _BitScanReverse on MSVC
2354
2355  src/hb-private.hh | 12 ++++++++++++
2356  1 file changed, 12 insertions(+)
2357
2358 commit 7acaa3b781da835cdb11dbe523c819feb4eef996
2359 Author: Rod Sheeter <rsheeter@google.com>
2360 Date:   Thu Feb 15 14:28:29 2018 -0800
2361
2362     [subset] apparently C99 is too much to ask in 2018
2363
2364  src/hb-ot-hmtx-table.hh | 2 +-
2365  1 file changed, 1 insertion(+), 1 deletion(-)
2366
2367 commit b1740106a9c825874faf3f1315770d1e3c790cf9
2368 Author: Rod Sheeter <rsheeter@google.com>
2369 Date:   Thu Feb 15 13:55:21 2018 -0800
2370
2371     [subset] fix format specifier for size_t
2372
2373  src/hb-ot-hmtx-table.hh | 2 +-
2374  1 file changed, 1 insertion(+), 1 deletion(-)
2375
2376 commit e00c37aaae3922b425c0528bfdd36d59cf9c5796
2377 Author: Rod Sheeter <rsheeter@google.com>
2378 Date:   Thu Feb 15 12:53:52 2018 -0800
2379
2380     [subset] fix no matching function MIN in djgpp
2381
2382  src/hb-ot-hmtx-table.hh | 2 +-
2383  1 file changed, 1 insertion(+), 1 deletion(-)
2384
2385 commit 6122ad2442666d89ef39bdf5a2bb9d3f6d8e2b03
2386 Author: Rod Sheeter <rsheeter@google.com>
2387 Date:   Thu Feb 15 11:40:28 2018 -0800
2388
2389     [subset] add files to EXTRA_DIST
2390
2391  test/api/Makefile.am | 3 +++
2392  1 file changed, 3 insertions(+)
2393
2394 commit 0758cbc4c2f52c629d05515b8d2816e8d6a2a2c1
2395 Author: Rod Sheeter <rsheeter@google.com>
2396 Date:   Thu Feb 15 11:29:01 2018 -0800
2397
2398     [subset] correct bug introduced to get_advance
2399
2400  src/hb-ot-hmtx-table.hh | 8 ++++++--
2401  1 file changed, 6 insertions(+), 2 deletions(-)
2402
2403 commit 3fd11f4397aec9cda3a7d29246ab3ae56115ad36
2404 Author: Rod Sheeter <rsheeter@google.com>
2405 Date:   Thu Feb 15 11:15:12 2018 -0800
2406
2407     [subset] remove unused decl
2408
2409  src/hb-subset-private.hh | 3 ---
2410  1 file changed, 3 deletions(-)
2411
2412 commit 23d21a74b55eaf6d6d367097099e6b3bb78bae37
2413 Author: Khaled Hosny <khaledhosny@eglug.org>
2414 Date:   Thu Feb 15 02:52:15 2018 +0200
2415
2416     Move collect_logs to .ci dir
2417
2418     Next to other CI scripts.
2419
2420  .collect_logs => .ci/collect-logs.sh | 0
2421  .circleci/config.yml                 | 8 ++++----
2422  .travis.yml                          | 6 +++---
2423  appveyor.yml                         | 2 +-
2424  4 files changed, 8 insertions(+), 8 deletions(-)
2425
2426 commit 0e088a63d10dd09e025515bfa8ae68aa2922eaf6
2427 Author: Rod Sheeter <rsheeter@google.com>
2428 Date:   Wed Feb 14 21:11:45 2018 -0800
2429
2430     [subset] hmtx space bracket. authors++
2431
2432  src/hb-ot-hmtx-table.hh | 40 ++++++++++++++++++++--------------------
2433  1 file changed, 20 insertions(+), 20 deletions(-)
2434
2435 commit 1725c35da0ea2f829b6d6b6c1963607fd6dfb577
2436 Author: Rod Sheeter <rsheeter@google.com>
2437 Date:   Wed Feb 14 19:36:33 2018 -0800
2438
2439     [subset] cmap space bracket
2440
2441  src/hb-ot-cmap-table.hh | 72
2442  ++++++++++++++++++++++++-------------------------
2443  1 file changed, 36 insertions(+), 36 deletions(-)
2444
2445 commit e158739bfb9e5d60989e179fcc8744f3125e2067
2446 Author: Rod Sheeter <rsheeter@google.com>
2447 Date:   Wed Feb 14 19:22:37 2018 -0800
2448
2449     [subset] space bracket
2450
2451  src/hb-ot-hmtx-table.hh | 5 ++---
2452  1 file changed, 2 insertions(+), 3 deletions(-)
2453
2454 commit 2d6b1e2af74abea645a943d264e148d56d018101
2455 Author: Rod Sheeter <rsheeter@google.com>
2456 Date:   Wed Feb 14 19:14:01 2018 -0800
2457
2458     [subset] maxp copy writeable fn
2459
2460  src/hb-ot-maxp-table.hh | 9 ++++-----
2461  1 file changed, 4 insertions(+), 5 deletions(-)
2462
2463 commit 1efecd965fe81d65e2763be4f43df2d8c4d8be44
2464 Author: Rod Sheeter <rsheeter@google.com>
2465 Date:   Wed Feb 14 18:42:29 2018 -0800
2466
2467     [subset] hmtx use copy writeable fn instead of direct memory
2468
2469  src/hb-ot-hmtx-table.hh | 23 ++++-------------------
2470  1 file changed, 4 insertions(+), 19 deletions(-)
2471
2472 commit 27012526f9b3848676bc2a4fb8e68c630af18620
2473 Author: Rod Sheeter <rsheeter@google.com>
2474 Date:   Wed Feb 14 19:01:00 2018 -0800
2475
2476     [subset] whitespace
2477
2478  test/api/test-subset-hmtx.c | 7 +++----
2479  1 file changed, 3 insertions(+), 4 deletions(-)
2480
2481 commit b1bd0b5f506dad9d04fd3a6abcb92122f231e0f7
2482 Author: Behdad Esfahbod <behdad@behdad.org>
2483 Date:   Wed Feb 14 18:50:19 2018 -0800
2484
2485     [subset] Minor
2486
2487  src/hb-ot-cmap-table.hh | 10 +++++-----
2488  1 file changed, 5 insertions(+), 5 deletions(-)
2489
2490 commit 83f57e24bfc2000373192ec44b067fdd7dee8a65
2491 Author: Behdad Esfahbod <behdad@behdad.org>
2492 Date:   Wed Feb 14 18:43:53 2018 -0800
2493
2494     [test] Reinstate
2495     test/shaping/data/in-house/tests/myanmar-syllable.tests
2496
2497  test/shaping/data/in-house/tests/myanmar-syllable.tests | 1 +
2498  1 file changed, 1 insertion(+)
2499
2500 commit 5ae6526ef4aa9b3c943cad984dc2fff09cdf597b
2501 Merge: 2903b2f3 04c1ec2b
2502 Author: Behdad Esfahbod <behdad@behdad.org>
2503 Date:   Wed Feb 14 18:42:32 2018 -0800
2504
2505     [subset] Merge remote-tracking branch 'googlefonts/master'
2506
2507 commit 04c1ec2b7396c05f6e8afc9d87679422782aa1e8
2508 Author: Garret Rieger <grieger@google.com>
2509 Date:   Wed Feb 14 17:00:18 2018 -0800
2510
2511     [subset] Don't fail on different checksum adjustment in subsetting
2512     tests.
2513
2514  .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1740 ->
2515  1692 bytes
2516  test/subset/run-tests.py                              |   8 ++++++++
2517  2 files changed, 8 insertions(+)
2518
2519 commit 0775bc0f7a59241456142b48abced75fd3db5a42
2520 Author: Garret Rieger <grieger@google.com>
2521 Date:   Wed Feb 14 16:37:35 2018 -0800
2522
2523     [subset] Fix hhea subsetting and clean up some memory leaks.
2524
2525  src/hb-ot-hmtx-table.hh | 25 ++++++++++++++-----------
2526  1 file changed, 14 insertions(+), 11 deletions(-)
2527
2528 commit b56c9384bcc177236debd26fdbbf14319e4c62b9
2529 Author: Garret Rieger <grieger@google.com>
2530 Date:   Wed Feb 14 16:05:39 2018 -0800
2531
2532     [subset] Add missing face reference in hb-subset-plan plus ensure
2533     all struct members are cleaned up on destroy.
2534
2535  src/hb-subset-plan.cc | 5 ++++-
2536  1 file changed, 4 insertions(+), 1 deletion(-)
2537
2538 commit e0ffebead6230b8e1ee8dd97425505706321793e
2539 Author: Garret Rieger <grieger@google.com>
2540 Date:   Wed Feb 14 16:01:08 2018 -0800
2541
2542     [subset] In hb-subset-test use hb_set_union instead of manually
2543     copying set.
2544
2545  test/api/hb-subset-test.h | 8 +++-----
2546  1 file changed, 3 insertions(+), 5 deletions(-)
2547
2548 commit e330ef3711c543372f9f8550a967c512bbf87d83
2549 Author: Garret Rieger <grieger@google.com>
2550 Date:   Wed Feb 14 15:57:11 2018 -0800
2551
2552     [subset] Restore hb_face_data_destroy to be internal.
2553
2554  src/hb-subset.cc | 10 +++++-----
2555  1 file changed, 5 insertions(+), 5 deletions(-)
2556
2557 commit 3ab7d2649bf5c92d3837b3132d65d4659d0fa003
2558 Author: Garret Rieger <grieger@google.com>
2559 Date:   Wed Feb 14 15:48:57 2018 -0800
2560
2561     [subset] Fix memory leak in hb-ot-{maxp,os2}. Plus some formatting.
2562
2563  src/hb-ot-maxp-table.hh |  6 ++++--
2564  src/hb-ot-os2-table.hh  | 24 +++++++++++++-----------
2565  2 files changed, 17 insertions(+), 13 deletions(-)
2566
2567 commit 2903b2f357eb495c9badac1b2f74e65e1d1075bd
2568 Author: Behdad Esfahbod <behdad@behdad.org>
2569 Date:   Wed Feb 14 15:46:27 2018 -0800
2570
2571     Another linker tweaking
2572
2573     Trying to fix this warning:
2574     cc1: warning: command line option ‘-fno-threadsafe-statics’ is
2575     valid for C++/ObjC++ but not for C
2576
2577     Let's see what the clang bots think of it.
2578
2579  src/Makefile.am | 4 ++--
2580  1 file changed, 2 insertions(+), 2 deletions(-)
2581
2582 commit e1f1f96577a80846749782b6e199a661f4189ec0
2583 Author: Behdad Esfahbod <behdad@behdad.org>
2584 Date:   Wed Feb 14 15:44:48 2018 -0800
2585
2586     [set] Tune size again
2587
2588     Switch from a 128+64 hierarchy, to 32+32. New page size is 1024.
2589     This should make set iteration faster, without affecting other op
2590     performances much.
2591
2592  src/hb-set-private.hh | 7 +++----
2593  1 file changed, 3 insertions(+), 4 deletions(-)
2594
2595 commit 66e282df32410831f1c4e157e9dcf8c76f2bc3d8
2596 Author: Rod Sheeter <rsheeter@google.com>
2597 Date:   Wed Feb 14 15:31:13 2018 -0800
2598
2599     [subset] remove TODO that was already done
2600
2601  src/hb-subset-plan.hh | 1 -
2602  1 file changed, 1 deletion(-)
2603
2604 commit 4696624ad9987b0eebcf5c84dafdb204b886f28e
2605 Author: Rod Sheeter <rsheeter@google.com>
2606 Date:   Wed Feb 14 15:30:49 2018 -0800
2607
2608     [subset] maxp wrong int type, note to use copy_writable_or_fail
2609
2610  src/hb-ot-maxp-table.hh | 3 ++-
2611  1 file changed, 2 insertions(+), 1 deletion(-)
2612
2613 commit 3ed70e5e64910e1c22225f542a525807b000cb2a
2614 Author: Rod Sheeter <rsheeter@google.com>
2615 Date:   Wed Feb 14 15:24:49 2018 -0800
2616
2617     [subset] return bool not hb_bool_t from table::subset
2618
2619  src/hb-ot-cmap-table.hh | 2 +-
2620  src/hb-ot-maxp-table.hh | 2 +-
2621  src/hb-ot-os2-table.hh  | 2 +-
2622  src/hb-subset.cc        | 2 +-
2623  4 files changed, 4 insertions(+), 4 deletions(-)
2624
2625 commit 88d56e241bd6bb768656d77cf8f99ccc97fb2446
2626 Author: Rod Sheeter <rsheeter@google.com>
2627 Date:   Wed Feb 14 15:20:43 2018 -0800
2628
2629     [subset] Use a supplier instead of memcpy and fix a few unnecessary
2630     {}s for cmap
2631
2632  src/hb-ot-cmap-table.hh | 24 ++++++------------------
2633  1 file changed, 6 insertions(+), 18 deletions(-)
2634
2635 commit 42a80f00d51317207c49611b76d6bba06230371b
2636 Author: Rod Sheeter <rsheeter@google.com>
2637 Date:   Wed Feb 14 15:04:35 2018 -0800
2638
2639     [subset] add free
2640
2641  src/hb-ot-hmtx-table.hh | 1 +
2642  1 file changed, 1 insertion(+)
2643
2644 commit d463e9f6b57bebb3aa4875fe11c927c26c3e3974
2645 Author: Rod Sheeter <rsheeter@google.com>
2646 Date:   Wed Feb 14 15:04:15 2018 -0800
2647
2648     [subset] Give Behdad credit again
2649
2650  src/hb-subset.cc | 2 +-
2651  1 file changed, 1 insertion(+), 1 deletion(-)
2652
2653 commit fa87770372a3156658412ff0d70e32083c6b0484
2654 Author: Rod Sheeter <rsheeter@google.com>
2655 Date:   Wed Feb 14 14:16:25 2018 -0800
2656
2657     [subset] First pass at hmtx
2658
2659  src/hb-ot-cmap-table.hh                           |  19 +--
2660  src/hb-ot-hhea-table.hh                           |   6 +-
2661  src/hb-ot-hmtx-table.hh                           | 163
2662  ++++++++++++++++++---
2663  src/hb-ot-maxp-table.hh                           |   8 +-
2664  src/hb-ot-os2-table.hh                            |   8 +-
2665  src/hb-subset-glyf.cc                             |   5 +-
2666  src/hb-subset-glyf.hh                             |   1 -
2667  src/hb-subset-plan.cc                             |  12 ++
2668  src/hb-subset-plan.hh                             |  10 ++
2669  src/hb-subset-private.hh                          |  11 ++
2670  src/hb-subset.cc                                  |  85 ++++++-----
2671  test/api/Makefile.am                              |   7 +
2672  test/api/fonts/Inconsolata-Regular.ab.ttf         | Bin 0 -> 5048 bytes
2673  test/api/fonts/Inconsolata-Regular.abc.ttf        | Bin 0 -> 5224 bytes
2674  test/api/fonts/Inconsolata-Regular.abc.widerc.ttf | Bin 0 -> 5228 bytes
2675  test/api/fonts/Inconsolata-Regular.ac.ttf         | Bin 0 -> 4940 bytes
2676  test/api/fonts/Inconsolata-Regular.ac.widerc.ttf  | Bin 0 -> 4944 bytes
2677  test/api/fonts/README                             |   2 +
2678  test/api/test-subset-hmtx.c                       | 164
2679  ++++++++++++++++++++++
2680  19 files changed, 422 insertions(+), 79 deletions(-)
2681
2682 commit 20022575c658b29796db80c387641309d0c49586
2683 Author: Ebrahim Byagowi <ebrahim@gnu.org>
2684 Date:   Thu Feb 15 01:15:39 2018 +0330
2685
2686     Redirect email notifications to another mailing list dedicated for
2687     this (#790)
2688
2689  .travis.yml  | 4 ++--
2690  appveyor.yml | 5 +++++
2691  2 files changed, 7 insertions(+), 2 deletions(-)
2692
2693 commit 581996ea7976847b6356c9cc81b564f0c278f0f3
2694 Author: Ebrahim Byagowi <ebrahim@gnu.org>
2695 Date:   Thu Feb 15 00:43:46 2018 +0330
2696
2697     Add .collect_logs and use it on CI bots, fixes #786 (#789)
2698
2699  .circleci/config.yml | 8 ++++----
2700  .collect_logs        | 6 ++++++
2701  .travis.yml          | 6 +++---
2702  appveyor.yml         | 2 +-
2703  4 files changed, 14 insertions(+), 8 deletions(-)
2704
2705 commit e5edcc81bf14311c56bd2f50808552076c3c4d77
2706 Author: Garret Rieger <grieger@google.com>
2707 Date:   Wed Feb 14 11:17:53 2018 -0800
2708
2709     [subset] Fix codepoint iteration in hb-subset-test.
2710
2711  test/api/hb-subset-test.h | 2 +-
2712  1 file changed, 1 insertion(+), 1 deletion(-)
2713
2714 commit ccae99fdadcf86aeda15dc230a3ddcd6ff176533
2715 Author: Behdad Esfahbod <behdad@behdad.org>
2716 Date:   Wed Feb 14 11:12:09 2018 -0800
2717
2718     Another try
2719
2720  src/Makefile.am | 4 ++--
2721  1 file changed, 2 insertions(+), 2 deletions(-)
2722
2723 commit 8b1dbbef1aec3b6880186070e7386a5553d67b15
2724 Author: Garret Rieger <grieger@google.com>
2725 Date:   Wed Feb 14 11:04:12 2018 -0800
2726
2727     Fix compile error in hb-subset-test.
2728
2729  test/api/hb-subset-test.h | 9 ++++++++-
2730  1 file changed, 8 insertions(+), 1 deletion(-)
2731
2732 commit f53627e19100df6eb7f32d58e7c4ce47a783f1a6
2733 Author: Behdad Esfahbod <behdad@behdad.org>
2734 Date:   Wed Feb 14 10:59:22 2018 -0800
2735
2736     [test] Fix warning
2737
2738  test/api/test-subset.c | 2 +-
2739  1 file changed, 1 insertion(+), 1 deletion(-)
2740
2741 commit 8c3612af650e4c8e01a9fdc127342b07b5c77962
2742 Author: Behdad Esfahbod <behdad@behdad.org>
2743 Date:   Wed Feb 14 10:57:34 2018 -0800
2744
2745     Tweak Makefile some more
2746
2747  src/Makefile.am | 10 +++++-----
2748  1 file changed, 5 insertions(+), 5 deletions(-)
2749
2750 commit d594f947b68ad36d32ce107847f5f02ec3528076
2751 Author: Behdad Esfahbod <behdad@behdad.org>
2752 Date:   Wed Feb 14 10:55:25 2018 -0800
2753
2754     [subset] Allow linking to libstdc++
2755
2756     We want to use it.
2757
2758  src/Makefile.am | 2 +-
2759  1 file changed, 1 insertion(+), 1 deletion(-)
2760
2761 commit a0fe3011bafbe36e7d5810acc7df21bea08c802a
2762 Author: Rod Sheeter <rsheeter@google.com>
2763 Date:   Wed Feb 14 10:52:41 2018 -0800
2764
2765     copy all cmap groups at once
2766
2767  src/hb-ot-cmap-table.hh | 14 ++++----------
2768  1 file changed, 4 insertions(+), 10 deletions(-)
2769
2770 commit d008b62887afe631f50009f40e605c8456ddd011
2771 Merge: b0eefacf 109314cb
2772 Author: Garret Rieger <grieger@google.com>
2773 Date:   Wed Feb 14 10:38:52 2018 -0800
2774
2775     Merge remote-tracking branch 'upstream/master' into fixed
2776
2777 commit b0eefacf4cb885f510f9551bf2e9216808ca61e8
2778 Author: Garret Rieger <grieger@google.com>
2779 Date:   Mon Feb 12 18:15:58 2018 -0800
2780
2781     [subset] Drop GSUB, GDEF, GPOS, and DSIG from subsetter expected
2782     test outputs.
2783
2784  .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 2460 ->
2785  1740 bytes
2786  test/subset/generate-expected-outputs.py              |   1 +
2787  2 files changed, 1 insertion(+)
2788
2789 commit 89f17e3965ba776565f2de2bf56a4b135f336e53
2790 Author: Garret Rieger <grieger@google.com>
2791 Date:   Mon Feb 12 18:14:50 2018 -0800
2792
2793     [subset] capitalize dsig.
2794
2795  src/hb-subset.cc | 2 +-
2796  1 file changed, 1 insertion(+), 1 deletion(-)
2797
2798 commit df6d780355d7da805a9b9033452f8814c5360bba
2799 Author: Garret Rieger <grieger@google.com>
2800 Date:   Mon Feb 12 17:56:17 2018 -0800
2801
2802     [subset] Extract maxp subsetting into hb-ot-maxp-table.
2803
2804  src/hb-ot-maxp-table.hh     | 19 ++++++++++++++++++-
2805  src/hb-subset.cc            | 28 ++--------------------------
2806  test/api/test-subset-glyf.c |  5 +++--
2807  3 files changed, 23 insertions(+), 29 deletions(-)
2808
2809 commit 865b6971ad5c2ec4bc33c36a78a36b90da5f5543
2810 Author: Garret Rieger <grieger@google.com>
2811 Date:   Mon Feb 12 17:42:20 2018 -0800
2812
2813     [subset] Add a test for OS/2 fixes during subsetting.
2814
2815  test/api/Makefile.am                |   2 ++
2816  test/api/fonts/Roboto-Regular.b.ttf | Bin 0 -> 1996 bytes
2817  test/api/test-subset-os2.c          |  59
2818  ++++++++++++++++++++++++++++++++++++
2819  3 files changed, 61 insertions(+)
2820
2821 commit 343dfe89655683966836e44afb4fd32c47377844
2822 Author: Garret Rieger <grieger@google.com>
2823 Date:   Mon Feb 12 17:33:48 2018 -0800
2824
2825     [subset] white and add inline in hb-ot-cmap-table.
2826
2827  src/hb-ot-cmap-table.hh | 18 +++++++++---------
2828  1 file changed, 9 insertions(+), 9 deletions(-)
2829
2830 commit 24904383df03c472c865bd97bfe844f5e86a7172
2831 Author: Garret Rieger <grieger@google.com>
2832 Date:   Mon Feb 12 17:31:01 2018 -0800
2833
2834     [subset] Correct usFirstCharIndex and usLastCharIndex in OS2 table
2835     when subsetting.
2836
2837  src/hb-ot-os2-table.hh | 45 +++++++++++++++++++++++++++++++++++++++++++++
2838  src/hb-subset.cc       | 16 ++++++++++------
2839  2 files changed, 55 insertions(+), 6 deletions(-)
2840
2841 commit 109314cb55e6d95d5c3a87b9ed1ba4e74a880078
2842 Author: Ebrahim Byagowi <ebrahim@gnu.org>
2843 Date:   Wed Feb 14 21:05:11 2018 +0330
2844
2845     Another attempt on fixing the tests on Travis (#788)
2846
2847  src/Makefile.am | 4 ++--
2848  1 file changed, 2 insertions(+), 2 deletions(-)
2849
2850 commit 694eaf636713b8d0bbe13f38c2553b1a2f3d2d3a
2851 Author: Behdad Esfahbod <behdad@behdad.org>
2852 Date:   Wed Feb 14 01:00:10 2018 -0800
2853
2854     [set] Add backwards iterator
2855
2856     New API:
2857     - hb_set_previous()
2858     - hb_set_previous_range()
2859
2860  docs/harfbuzz-sections.txt |  2 ++
2861  src/hb-set-private.hh      | 79
2862  +++++++++++++++++++++++++++++++++++++++++++++-
2863  src/hb-set.cc              | 49 +++++++++++++++++++++++++++-
2864  src/hb-set.h               | 19 ++++++++---
2865  test/api/test-set.c        | 53 +++++++++++++++++++++++++++++--
2866  5 files changed, 194 insertions(+), 8 deletions(-)
2867
2868 commit fe3bc524bd4f93bd67c13ed402720a13dd3484d3
2869 Author: Behdad Esfahbod <behdad@behdad.org>
2870 Date:   Tue Feb 13 23:51:45 2018 -0800
2871
2872     [set] Allow starting iteration from a non-member of the set
2873
2874  src/hb-set-private.hh | 2 +-
2875  1 file changed, 1 insertion(+), 1 deletion(-)
2876
2877 commit a989f3edec5864d5de8b217aa595c962d8fc4b0a
2878 Author: Behdad Esfahbod <behdad@behdad.org>
2879 Date:   Tue Feb 13 22:12:36 2018 -0800
2880
2881     Add hb_blob_copy_writable_or_fail()
2882
2883     New API:
2884     - hb_blob_copy_writable_or_fail()
2885
2886  docs/harfbuzz-sections.txt |  1 +
2887  src/hb-blob.cc             | 25 +++++++++++++++++++++++++
2888  src/hb-blob.h              |  3 +++
2889  3 files changed, 29 insertions(+)
2890
2891 commit 9046e924421869bf167b52cd394e868796091f62
2892 Author: Behdad Esfahbod <behdad@behdad.org>
2893 Date:   Tue Feb 13 22:07:12 2018 -0800
2894
2895     [subset] Rename constructor to hb_subset_input_create_or_fail()
2896
2897     To signify that unlike rest of library, returns nullptr on failure.
2898
2899  src/hb-subset-input.cc      | 6 ++----
2900  src/hb-subset.h             | 2 +-
2901  test/api/test-subset-glyf.c | 3 ++-
2902  test/api/test-subset.c      | 7 +++++--
2903  util/hb-subset.cc           | 2 +-
2904  5 files changed, 11 insertions(+), 9 deletions(-)
2905
2906 commit 507804479a81672ec0c089313adad9fa308d78fd
2907 Author: Behdad Esfahbod <behdad@behdad.org>
2908 Date:   Tue Feb 13 21:46:28 2018 -0800
2909
2910     [use] Add dump-use-data
2911
2912  src/Makefile.am                        |  4 ++++
2913  src/dump-use-data.cc                   | 38
2914  ++++++++++++++++++++++++++++++++++
2915  src/gen-use-table.py                   |  2 +-
2916  src/hb-ot-shape-complex-use-private.hh |  2 +-
2917  src/hb-ot-shape-complex-use-table.cc   |  2 +-
2918  src/hb-ot-shape-complex-use.cc         |  4 ++--
2919  6 files changed, 47 insertions(+), 5 deletions(-)
2920
2921 commit 15ba4fbe01433c8627f9e6a60106ca77d3e1ad4c
2922 Author: Behdad Esfahbod <behdad@behdad.org>
2923 Date:   Tue Feb 13 21:41:51 2018 -0800
2924
2925     [khmer] Add dump-khmer-data
2926
2927  src/Makefile.am                          |   4 +
2928  src/Makefile.sources                     |   1 +
2929  src/dump-khmer-data.cc                   |  43 +++++++++++
2930  src/hb-ot-shape-complex-khmer-private.hh | 124
2931  +++++++++++++++++++++++++++++++
2932  src/hb-ot-shape-complex-khmer.cc         |  98 +-----------------------
2933  5 files changed, 173 insertions(+), 97 deletions(-)
2934
2935 commit effddd03bd6fb0aac14b46a16b281f3749e44780
2936 Author: Behdad Esfahbod <behdad@behdad.org>
2937 Date:   Tue Feb 13 21:38:15 2018 -0800
2938
2939     [myanmar] Add dump-myanmar-data
2940
2941  src/Makefile.am                            |   4 +
2942  src/Makefile.sources                       |   1 +
2943  src/dump-myanmar-data.cc                   |  43 ++++++++
2944  src/hb-ot-shape-complex-indic-private.hh   |   8 +-
2945  src/hb-ot-shape-complex-myanmar-private.hh | 171
2946  +++++++++++++++++++++++++++++
2947  src/hb-ot-shape-complex-myanmar.cc         | 138 +----------------------
2948  6 files changed, 225 insertions(+), 140 deletions(-)
2949
2950 commit c0e45b60a001a45c8ed1f12af8f2f222161eca6a
2951 Author: Behdad Esfahbod <behdad@behdad.org>
2952 Date:   Tue Feb 13 21:23:38 2018 -0800
2953
2954     [indic] Rename print-indic-table to dump-indic-data
2955
2956     Makes more sense given what this prints, err, dumps.
2957
2958  src/Makefile.am                                  | 8 ++++----
2959  src/{print-indic-table.cc => dump-indic-data.cc} | 0
2960  2 files changed, 4 insertions(+), 4 deletions(-)
2961
2962 commit 9b878bd2165236b067d59410673cf5cc54968fa7
2963 Author: Behdad Esfahbod <behdad@behdad.org>
2964 Date:   Tue Feb 13 21:22:47 2018 -0800
2965
2966     [indic] Explicitly number indic_position_t
2967
2968     So it's easier to cross-reference from output of print-indic-table.
2969
2970  src/hb-ot-shape-complex-indic-private.hh | 32
2971  ++++++++++++++++----------------
2972  1 file changed, 16 insertions(+), 16 deletions(-)
2973
2974 commit 8634846a0a1049c42ea84ca34402957c981b4c73
2975 Author: Behdad Esfahbod <behdad@behdad.org>
2976 Date:   Tue Feb 13 21:18:00 2018 -0800
2977
2978     More tweaking linker and linker flags
2979
2980  src/Makefile.am | 6 +++---
2981  1 file changed, 3 insertions(+), 3 deletions(-)
2982
2983 commit d830d3d2448b2248dff642c701b442e1260e2d85
2984 Author: Behdad Esfahbod <behdad@behdad.org>
2985 Date:   Tue Feb 13 19:01:03 2018 -0800
2986
2987     [indic] Share some copy/pasta code
2988
2989  src/hb-ot-shape-complex-indic-private.hh | 29
2990  +++++++++++++++++++++++++++--
2991  src/hb-ot-shape-complex-indic.cc         | 27 ---------------------------
2992  src/hb-ot-shape-complex-khmer.cc         | 30
2993  ++++++++----------------------
2994  src/hb-ot-shape-complex-myanmar.cc       | 19 ++-----------------
2995  4 files changed, 37 insertions(+), 68 deletions(-)
2996
2997 commit 397ed53e55b9450742867a43d164b498ec735f50
2998 Author: Behdad Esfahbod <behdad@behdad.org>
2999 Date:   Tue Feb 13 18:54:26 2018 -0800
3000
3001     [indic] Add print-indic-table
3002
3003  src/Makefile.am                          |  14 ++-
3004  src/hb-ot-shape-complex-indic-private.hh | 185
3005  ++++++++++++++++++++++++++++++
3006  src/hb-ot-shape-complex-indic.cc         | 187
3007  -------------------------------
3008  src/print-indic-table.cc                 |  43 +++++++
3009  4 files changed, 239 insertions(+), 190 deletions(-)
3010
3011 commit fd0bde6325a7dfe3ba54b683646ca0693c414446
3012 Author: Behdad Esfahbod <behdad@behdad.org>
3013 Date:   Tue Feb 13 16:35:30 2018 -0800
3014
3015     [subset] Fix loca offsets
3016
3017     Was writing source font's offsets. Ouch.
3018
3019  src/hb-subset-glyf.cc | 30 +++++++++++-------------------
3020  1 file changed, 11 insertions(+), 19 deletions(-)
3021
3022 commit aeed082e282b97e40c2e8590bdd8818affc7de6c
3023 Author: Behdad Esfahbod <behdad@behdad.org>
3024 Date:   Tue Feb 13 14:02:59 2018 -0800
3025
3026     Another tweak at libstdc++ things
3027
3028     To fix this warning:
3029
3030     cc1: warning: command line option ‘-fno-threadsafe-statics’ is
3031     valid for C++/ObjC++ but not for C
3032
3033  src/Makefile.am | 6 +++---
3034  1 file changed, 3 insertions(+), 3 deletions(-)
3035
3036 commit c7d7c9898e22905888dc4304f6d8e79b55654174
3037 Author: Behdad Esfahbod <behdad@behdad.org>
3038 Date:   Tue Feb 13 14:00:14 2018 -0800
3039
3040     [aat] Minor
3041
3042  src/hb-aat-layout-morx-table.hh | 2 +-
3043  1 file changed, 1 insertion(+), 1 deletion(-)
3044
3045 commit 2dbfeecf96c6993d42594f43133d945d67ddbdbc
3046 Author: Behdad Esfahbod <behdad@behdad.org>
3047 Date:   Tue Feb 13 13:59:39 2018 -0800
3048
3049     Minor
3050
3051  src/hb-aat-layout-morx-table.hh | 10 ++++++----
3052  1 file changed, 6 insertions(+), 4 deletions(-)
3053
3054 commit d5b33f2fe1603e894e21f45afb4c00c8d670fb5c
3055 Author: Behdad Esfahbod <behdad@behdad.org>
3056 Date:   Tue Feb 13 13:50:50 2018 -0800
3057
3058     [subset] hb_subset_input_t changes
3059
3060  src/Makefile.sources        |   1 +
3061  src/hb-face.h               |   1 -
3062  src/hb-set.cc               |  14 +++---
3063  src/hb-subset-input.cc      | 109
3064  ++++++++++++++++++++++++++++++++++++++++++++
3065  src/hb-subset-plan.cc       |   2 +-
3066  src/hb-subset-private.hh    |  11 ++++-
3067  src/hb-subset.cc            |  40 ++--------------
3068  src/hb-subset.h             |  12 ++++-
3069  test/api/test-subset-glyf.c |   4 +-
3070  test/api/test-subset.c      |   2 +-
3071  util/hb-subset.cc           |  20 ++++----
3072  11 files changed, 153 insertions(+), 63 deletions(-)
3073
3074 commit 28e63a1287fd38a98eed6725c2f4d0820066b0d8
3075 Author: Behdad Esfahbod <behdad@behdad.org>
3076 Date:   Tue Feb 13 13:39:50 2018 -0800
3077
3078     Disable threadsafe static's for all libraries
3079
3080     Even in libharfbuzz-subset, we still will handle our own threadsafety
3081     for statics.
3082
3083  src/Makefile.am | 3 ++-
3084  1 file changed, 2 insertions(+), 1 deletion(-)
3085
3086 commit 7caddb51b1e69a2803f86756e2ce2acff685c7d0
3087 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3088 Date:   Tue Feb 13 15:12:43 2018 +0330
3089
3090     Specify the project name for coverity, trying to fix #785
3091
3092  .travis.yml | 1 +
3093  1 file changed, 1 insertion(+)
3094
3095 commit b969a82e30f0ff7bf6b2ea2600ef170764774a8c
3096 Author: Behdad Esfahbod <behdad@behdad.org>
3097 Date:   Mon Feb 12 20:51:26 2018 -0800
3098
3099     Pass no-libstdc++ flags only to libraries suppressing it
3100
3101  src/Makefile.am | 20 ++++++++++----------
3102  1 file changed, 10 insertions(+), 10 deletions(-)
3103
3104 commit 97a2f0320056b591d7a747022869fe9cd8ecc6e1
3105 Author: Behdad Esfahbod <behdad@behdad.org>
3106 Date:   Mon Feb 12 18:51:10 2018 -0800
3107
3108     [subset] Allocate bulk memory with malloc(), not calloc()
3109
3110     We use calloc() to allocate simple structs and set them to zero.
3111     For bulk memory, use malloc() that doesn't zero.
3112
3113  src/hb-subset-glyf.cc | 4 ++--
3114  1 file changed, 2 insertions(+), 2 deletions(-)
3115
3116 commit 96f1f52ea3a42b27f59aecffe65c918295e53b3b
3117 Author: Behdad Esfahbod <behdad@behdad.org>
3118 Date:   Mon Feb 12 18:48:51 2018 -0800
3119
3120     Use hb_face_get_upem() instead of face->get_upem()
3121
3122     Such that hmtx accelerator can be used from libharfbuzz-subset.
3123
3124  src/hb-ot-cbdt-table.hh | 2 +-
3125  src/hb-ot-hmtx-table.hh | 2 +-
3126  2 files changed, 2 insertions(+), 2 deletions(-)
3127
3128 commit 3d66f441cc4d4feb2fd4b03be9f764c91f4de8b2
3129 Author: Behdad Esfahbod <behdad@behdad.org>
3130 Date:   Mon Feb 12 18:43:42 2018 -0800
3131
3132     [subset] Remove unreachable code
3133
3134     sanitizer.sanitize never return nullptr.
3135
3136  src/hb-subset.cc | 4 ----
3137  1 file changed, 4 deletions(-)
3138
3139 commit 42040a273facc696d9a54fc4d89857665e87e3d1
3140 Author: Behdad Esfahbod <behdad@behdad.org>
3141 Date:   Mon Feb 12 18:41:36 2018 -0800
3142
3143     Allow libharfbuzz-subset to link to libstdc++
3144
3145     We want to use it instead of reinventing hashmap...
3146
3147     Also, don't change linker for ICU since libicu also uses libstdc++.
3148
3149  src/Makefile.am        | 2 --
3150  src/check-libstdc++.sh | 3 ++-
3151  2 files changed, 2 insertions(+), 3 deletions(-)
3152
3153 commit 4af3c5e25822cc5a401837da547c75a17b7f7b48
3154 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3155 Date:   Mon Feb 12 23:21:24 2018 +0330
3156
3157     Move linker specifying to a better place
3158
3159  src/Makefile.am | 15 +++++++--------
3160  1 file changed, 7 insertions(+), 8 deletions(-)
3161
3162 commit 8cf8b78faaf3e7ee261bdc44a1ad5a1973eab1a2
3163 Author: Garret Rieger <grieger@google.com>
3164 Date:   Mon Feb 12 16:30:21 2018 -0800
3165
3166     [subset] whitespace
3167
3168  test/api/test-subset-cmap.c | 6 +++---
3169  1 file changed, 3 insertions(+), 3 deletions(-)
3170
3171 commit d1a4d5616f792c6ad84bcc5011040167ddd7cc3f
3172 Author: Rod Sheeter <rsheeter@google.com>
3173 Date:   Mon Feb 12 16:25:32 2018 -0800
3174
3175     output format 12 as enc 10 to match how Roboto did it
3176
3177  src/hb-ot-cmap-table.hh | 2 +-
3178  1 file changed, 1 insertion(+), 1 deletion(-)
3179
3180 commit 89ee20f1a39ac78268b57a9aebe8e7428f9944bf
3181 Author: Rod Sheeter <rsheeter@google.com>
3182 Date:   Mon Feb 12 16:01:15 2018 -0800
3183
3184     basic wiring for a (failing) cmap test
3185
3186  test/api/Makefile.am                               |   2 +
3187  test/api/fonts/README                              |   1 +
3188  .../Roboto-Regular.abc.cmap-format12-only.ttf      | Bin 0 -> 2412 bytes
3189  .../fonts/Roboto-Regular.ac.cmap-format12-only.ttf | Bin 0 -> 2212 bytes
3190  test/api/hb-subset-test.h                          |   3 +-
3191  test/api/test-subset-cmap.c                        |  82
3192  +++++++++++++++++++++
3193  test/api/test-subset-glyf.c                        |   5 +-
3194  .../data/in-house/tests/myanmar-syllable.tests     |   1 -
3195  8 files changed, 87 insertions(+), 7 deletions(-)
3196
3197 commit afb1da3a1891b7c0fdd047bcb7b3bde86e830444
3198 Author: Rod Sheeter <rsheeter@google.com>
3199 Date:   Mon Feb 12 14:37:47 2018 -0800
3200
3201     auto-completed the wrong gids_to_retain
3202
3203  src/hb-subset-plan.cc | 4 ++--
3204  1 file changed, 2 insertions(+), 2 deletions(-)
3205
3206 commit 1330edc4fe3ffbf18313d6432045606865c610c4
3207 Author: Rod Sheeter <rsheeter@google.com>
3208 Date:   Mon Feb 12 14:29:23 2018 -0800
3209
3210     Use functions to get new gids. Avoid 0; fonttools drops it from cmap.
3211
3212  src/hb-ot-cmap-table.hh | 24 ++++++++++++++++++------
3213  src/hb-subset-plan.cc   | 25 ++++++++++++++++++++-----
3214  src/hb-subset-plan.hh   |  5 +++++
3215  src/hb-subset.cc        |  2 +-
3216  4 files changed, 44 insertions(+), 12 deletions(-)
3217
3218 commit 1639bdd33122dc8e5522b95c37660273d1fc609e
3219 Author: Garret Rieger <grieger@google.com>
3220 Date:   Mon Feb 12 13:40:42 2018 -0800
3221
3222     [subset] Remove test-subset, testing is planned to be done at the
3223     table level here with test/subset covering the complete subsetting
3224     operation.
3225
3226  test/api/Makefile.am   |  1 -
3227  test/api/test-subset.c | 73
3228  --------------------------------------------------
3229  2 files changed, 74 deletions(-)
3230
3231 commit 4cdd1b16c99f2681eb11d626c4408eebcc1672be
3232 Author: Garret Rieger <grieger@google.com>
3233 Date:   Mon Feb 12 13:36:28 2018 -0800
3234
3235     [subset] added todo in test-subset-glyf.
3236
3237  test/api/test-subset-glyf.c | 2 ++
3238  1 file changed, 2 insertions(+)
3239
3240 commit 1714feef4f7ec9e758e65edcbe5d5591562f46ee
3241 Author: Garret Rieger <grieger@google.com>
3242 Date:   Mon Feb 12 13:35:17 2018 -0800
3243
3244     [subset] re-enable test-subset-glyf. Refactor to use common functions
3245     in hb-subset-test.h
3246
3247  test/api/test-subset-glyf.c | 109
3248  +++++++++++---------------------------------
3249  1 file changed, 27 insertions(+), 82 deletions(-)
3250
3251 commit d8d8bd8405ec0db781c4c2bbb7ebd6ff520b3c2d
3252 Author: Garret Rieger <grieger@google.com>
3253 Date:   Mon Feb 12 13:33:55 2018 -0800
3254
3255     [subset] Add some helper functions for writing tests around
3256     subsetting.
3257
3258  test/api/Makefile.am      |   2 +-
3259  test/api/hb-subset-test.h | 123
3260  ++++++++++++++++++++++++++++++++++++++++++++++
3261  2 files changed, 124 insertions(+), 1 deletion(-)
3262
3263 commit e8318188c0e53a267a01c45b0fc8d29ad775738a
3264 Author: Garret Rieger <grieger@google.com>
3265 Date:   Mon Feb 12 11:38:28 2018 -0800
3266
3267     [subset] Fix loca generation, was previously writing the original
3268     glyph starting offset.
3269
3270  src/hb-subset-glyf.cc | 6 ++++--
3271  1 file changed, 4 insertions(+), 2 deletions(-)
3272
3273 commit 0b94d590d971de0b44b0db941c7a3e095f15fbc9
3274 Author: Khaled Hosny <khaledhosny@eglug.org>
3275 Date:   Mon Feb 12 16:45:36 2018 +0200
3276
3277     Rename --with-stdcpp → --with-libstdc++
3278
3279     Also improve wording a bit and fix make check in --with-libstdc++=yes.
3280
3281  configure.ac    | 11 ++++++-----
3282  src/Makefile.am | 11 ++++++++---
3283  2 files changed, 14 insertions(+), 8 deletions(-)
3284
3285 commit a5713bc2cb4a3fd71d3bc94b9f155339b09eb71a
3286 Author: Rod Sheeter <rsheeter@google.com>
3287 Date:   Mon Feb 12 11:30:45 2018 -0800
3288
3289     we love all our groups
3290
3291  src/hb-ot-cmap-table.hh | 7 ++-----
3292  1 file changed, 2 insertions(+), 5 deletions(-)
3293
3294 commit 692f86e569847adb332186cbb08f344ebe41fa6c
3295 Author: Rod Sheeter <rsheeter@google.com>
3296 Date:   Mon Feb 12 11:29:23 2018 -0800
3297
3298     drop GDEF, GPOS, GSUB, and dsig
3299
3300  src/hb-subset.cc | 19 +++++++++++++++++++
3301  1 file changed, 19 insertions(+)
3302
3303 commit 83e1ef92156d8688b96d14957efcdf7601768799
3304 Author: Garret Rieger <grieger@google.com>
3305 Date:   Mon Feb 12 11:22:32 2018 -0800
3306
3307     [subset] Set the new number of glyphs in maxp.
3308
3309  src/hb-ot-maxp-table.hh |  5 +++++
3310  src/hb-subset.cc        | 37 ++++++++++++++++++++++++++++++++-----
3311  2 files changed, 37 insertions(+), 5 deletions(-)
3312
3313 commit 427f9e4b90bfadb8af13cbd27b7c3ee0153ca8b1
3314 Author: Garret Rieger <grieger@google.com>
3315 Date:   Mon Feb 12 11:18:28 2018 -0800
3316
3317     Don't force loca version to long.
3318
3319  src/hb-subset-glyf.cc | 2 --
3320  1 file changed, 2 deletions(-)
3321
3322 commit 5df080bf155a12f98929b99438da492063ab9218
3323 Author: Garret Rieger <grieger@google.com>
3324 Date:   Mon Feb 12 10:15:59 2018 -0800
3325
3326     Destroy the subset plan at the end of subsetting.
3327
3328  src/hb-subset.cc | 1 +
3329  1 file changed, 1 insertion(+)
3330
3331 commit 0301e5be286f5080ec34e9f30c75e73f28d0218b
3332 Author: Rod Sheeter <rsheeter@google.com>
3333 Date:   Mon Feb 12 10:12:11 2018 -0800
3334
3335     Build a working cmap format 12
3336
3337  src/hb-ot-cmap-table.hh | 13 ++++++++++++-
3338  1 file changed, 12 insertions(+), 1 deletion(-)
3339
3340 commit ebd31d376d63c9698c0eae34ed295558f7230918
3341 Author: Rod Sheeter <rsheeter@google.com>
3342 Date:   Mon Feb 12 10:10:08 2018 -0800
3343
3344     subset for real
3345
3346  src/hb-subset.cc | 4 +---
3347  1 file changed, 1 insertion(+), 3 deletions(-)
3348
3349 commit 62c7d677e8699143e55e7bfa0cc3c1db75f32506
3350 Author: Rod Sheeter <rsheeter@google.com>
3351 Date:   Mon Feb 12 10:09:35 2018 -0800
3352
3353     C-style comments
3354
3355  src/hb-open-file-private.hh | 15 ++++++++-------
3356  1 file changed, 8 insertions(+), 7 deletions(-)
3357
3358 commit 91f0d51f0525097fef6173046379a89414cb515f
3359 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3360 Date:   Mon Feb 12 17:20:12 2018 +0330
3361
3362     Fix symbol exporting issue on msys2 and ✅ bringing all the bots
3363     (#781)
3364
3365  src/Makefile.am | 14 ++++++++------
3366  1 file changed, 8 insertions(+), 6 deletions(-)
3367
3368 commit 133e17fe2335abb77f61dbf1cff1955c21334137
3369 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3370 Date:   Mon Feb 12 15:24:22 2018 +0330
3371
3372     Minor
3373
3374  src/check-defs.sh | 1 +
3375  1 file changed, 1 insertion(+)
3376
3377 commit 16f5b53eec4c3238cf92438a17e6dc532e8a61f5
3378 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3379 Date:   Mon Feb 12 15:18:13 2018 +0330
3380
3381     Minor, don't skip the whole test when one .def file not found
3382
3383  src/check-defs.sh | 3 +--
3384  1 file changed, 1 insertion(+), 2 deletions(-)
3385
3386 commit a9b650d38407f6f2a26d8386e801600b1004d5d6
3387 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3388 Date:   Mon Feb 12 15:10:13 2018 +0330
3389
3390     Apply check-defs.sh to -icu and -subset, toward mingw fix (#780)
3391
3392  CMakeLists.txt    | 11 ++++++++---
3393  src/Makefile.am   | 21 ++++++++++++++++-----
3394  src/check-defs.sh | 12 +++++-------
3395  src/gen-def.py    |  9 ++++++---
3396  4 files changed, 35 insertions(+), 18 deletions(-)
3397
3398 commit 2efc8965506d8fd31934be1dba3322f922f3409d
3399 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3400 Date:   Mon Feb 12 12:00:07 2018 +0330
3401
3402     Add --with-stdcpp for ossfuzzer and mupdf use (#770)
3403
3404  configure.ac    | 12 ++++++------
3405  src/Makefile.am | 14 +++++++++++++-
3406  2 files changed, 19 insertions(+), 7 deletions(-)
3407
3408 commit 82e04758c895ce2cd6bddde5f72e592c718fcb69
3409 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3410 Date:   Mon Feb 12 11:56:32 2018 +0330
3411
3412     minor
3413
3414  .travis.yml | 3 +--
3415  1 file changed, 1 insertion(+), 2 deletions(-)
3416
3417 commit 7daa2822f6320801dfed09782ae46687e7c8cbb3
3418 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3419 Date:   Mon Feb 12 11:27:00 2018 +0330
3420
3421     Add Travis based Coverity trigger (#778)
3422
3423  .ci/trigger-coverity.sh | 13 +++++++++++++
3424  .travis.yml             | 14 ++++++++++++++
3425  2 files changed, 27 insertions(+)
3426
3427 commit 7747bdb11b0635738a14c099bfaf58461cadd79a
3428 Author: Behdad Esfahbod <behdad@behdad.org>
3429 Date:   Sun Feb 11 19:12:52 2018 -0800
3430
3431     Remove linker selection from hb-ucdn
3432
3433     Since this is a convenience library, it's not actually linked. Or
3434     so I think.
3435     Hoping this might fix this Appveyor failure:
3436
3437     https://ci.appveyor.com/project/harfbuzz/harfbuzz/build/job/9884jyb5vryja9pw
3438
3439     Making all in hb-ucdn
3440     make[4]: Entering directory '/c/projects/harfbuzz/src/hb-ucdn'
3441       CC       libhb_ucdn_la-ucdn.lo
3442       GEN      libhb-ucdn.la
3443     /bin/sh: libhb_ucdn_la-ucdn.lo: command not found
3444     make[4]: *** [Makefile:404: libhb-ucdn.la] Error 127
3445     make[4]: Leaving directory '/c/projects/harfbuzz/src/hb-ucdn'
3446     make[3]: *** [Makefile:2548: all-recursive] Error 1
3447     make[3]: Leaving directory '/c/projects/harfbuzz/src'
3448     make[2]: *** [Makefile:1382: all] Error 2
3449     make[2]: Leaving directory '/c/projects/harfbuzz/src'
3450     make[1]: *** [Makefile:486: all-recursive] Error 1
3451     make[1]: Leaving directory '/c/projects/harfbuzz'
3452     make: *** [Makefile:418: all] Error 2
3453
3454  src/hb-ucdn/Makefile.am | 11 -----------
3455  1 file changed, 11 deletions(-)
3456
3457 commit 90d1c740c370b97dfff52420db013ed50075b984
3458 Author: Behdad Esfahbod <behdad@behdad.org>
3459 Date:   Sun Feb 11 19:08:59 2018 -0800
3460
3461     Add MSVC to no-visibility list
3462
3463  src/hb-private.hh | 2 +-
3464  1 file changed, 1 insertion(+), 1 deletion(-)
3465
3466 commit 0db6c6f214a83ffeeefb7c3b77476567e534facb
3467 Author: Behdad Esfahbod <behdad@behdad.org>
3468 Date:   Sun Feb 11 18:28:10 2018 -0800
3469
3470     Add Sun compiler to no-visibility as well
3471
3472     Fixes https://github.com/harfbuzz/harfbuzz/pull/776
3473
3474  src/hb-private.hh | 2 +-
3475  1 file changed, 1 insertion(+), 1 deletion(-)
3476
3477 commit d33ba163611c42acd0125472191ea40745f905eb
3478 Author: Behdad Esfahbod <behdad@behdad.org>
3479 Date:   Sun Feb 11 18:26:41 2018 -0800
3480
3481     Fix more warnings
3482
3483  test/api/test-buffer.c | 14 +++++++-------
3484  1 file changed, 7 insertions(+), 7 deletions(-)
3485
3486 commit dde6448379c9eeb0fc7cc476688002be661229b8
3487 Author: Behdad Esfahbod <behdad@behdad.org>
3488 Date:   Sun Feb 11 18:24:22 2018 -0800
3489
3490     Another try at fixing multiple-defintion of NullPool
3491
3492     This one might do it...
3493
3494  src/hb-open-type-private.hh | 6 +++++-
3495  1 file changed, 5 insertions(+), 1 deletion(-)
3496
3497 commit b5f25844fbdd3167051c8d3586b404ae7f077b3b
3498 Author: Behdad Esfahbod <behdad@behdad.org>
3499 Date:   Sun Feb 11 19:49:18 2018 -0600
3500
3501     [docs] Minor update
3502
3503  docs/harfbuzz-sections.txt | 4 ++++
3504  1 file changed, 4 insertions(+)
3505
3506 commit 41906cd5efc2fe17f5fff3fa5fe8488e0cdc6399
3507 Author: Behdad Esfahbod <behdad@behdad.org>
3508 Date:   Sun Feb 11 19:46:06 2018 -0600
3509
3510     [subset] Another fixup
3511
3512     I broke this in c31fcf4c58d96eb7d9781a986991b1a79ac7be44
3513
3514  src/hb-ot-cmap-table.hh  | 2 +-
3515  test/subset/run-tests.py | 1 +
3516  2 files changed, 2 insertions(+), 1 deletion(-)
3517
3518 commit cd32177a322b5fd70c92f67f21b64686bf5d5533
3519 Author: Behdad Esfahbod <behdad@behdad.org>
3520 Date:   Sun Feb 11 19:34:05 2018 -0600
3521
3522     Try at fixing multiple-definition of NullPool
3523
3524     If we don't have visibility, make NullPool static.
3525
3526  src/hb-open-type-private.hh | 8 +++++++-
3527  src/hb-ot-layout.cc         | 2 ++
3528  src/hb-private.hh           | 4 +---
3529  3 files changed, 10 insertions(+), 4 deletions(-)
3530
3531 commit 3d421ce30713582484471baba76470c84dabc118
3532 Author: Behdad Esfahbod <behdad@behdad.org>
3533 Date:   Sun Feb 11 19:01:44 2018 -0600
3534
3535     [subset] Use auto_array_t where it does make sense
3536
3537     Better fix for https://github.com/harfbuzz/harfbuzz/pull/775
3538
3539  src/hb-subset-plan.cc | 3 +--
3540  1 file changed, 1 insertion(+), 2 deletions(-)
3541
3542 commit 9aa2eb61e6cb3e4308140bed8a8531877ffd6adf
3543 Author: Behdad Esfahbod <behdad@behdad.org>
3544 Date:   Sun Feb 11 19:00:42 2018 -0600
3545
3546     Minor
3547
3548  src/hb-ot-cmap-table.hh | 7 +++----
3549  1 file changed, 3 insertions(+), 4 deletions(-)
3550
3551 commit ae6d0259b4f075885070f833d0f2a96333bf4af3
3552 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3553 Date:   Sun Feb 11 15:40:55 2018 +0330
3554
3555     Install fonttools on two bots and enable cmake hb-subset test (#777)
3556
3557  .circleci/config.yml       | 6 ++++--
3558  test/subset/CMakeLists.txt | 8 ++++----
3559  2 files changed, 8 insertions(+), 6 deletions(-)
3560
3561 commit c8d4c2e32f1cea610a9c91dc6b0c32e9ffe84f20
3562 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3563 Date:   Sun Feb 11 13:15:44 2018 +0330
3564
3565     Initialize bad_indices on hb-subset (#775)
3566
3567  src/hb-subset-plan.cc | 1 +
3568  1 file changed, 1 insertion(+)
3569
3570 commit 5845e5ca3bac21c0b03e71eab282b02fb7e868a4
3571 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3572 Date:   Sun Feb 11 12:03:33 2018 +0330
3573
3574     fix gobject compile issue (#773)
3575
3576  src/hb-gobject-structs.h | 4 ++--
3577  1 file changed, 2 insertions(+), 2 deletions(-)
3578
3579 commit 9b5af3ec7f80a7793d5d3891e762d83026de0a5b
3580 Author: Behdad Esfahbod <behdad@behdad.org>
3581 Date:   Sat Feb 10 21:50:26 2018 -0600
3582
3583     [gpos] Adjust mark attachment heuristic
3584
3585     Hopefully it...
3586     fixes https://github.com/harfbuzz/harfbuzz/issues/740
3587
3588  src/hb-ot-layout-gpos-table.hh | 9 +++++++--
3589  1 file changed, 7 insertions(+), 2 deletions(-)
3590
3591 commit 70b06cc6e71e15f0d7550f67b113eed5e6f30a5f
3592 Author: Behdad Esfahbod <behdad@behdad.org>
3593 Date:   Sat Feb 10 16:13:06 2018 -0600
3594
3595     More fixes
3596
3597  util/hb-subset.cc | 6 +++---
3598  1 file changed, 3 insertions(+), 3 deletions(-)
3599
3600 commit 6c1848b1e3b8969afc441f094b0d7b64b4b14933
3601 Author: Behdad Esfahbod <behdad@behdad.org>
3602 Date:   Sat Feb 10 15:52:35 2018 -0600
3603
3604     Misc warning fixes
3605
3606  test/api/test-blob.c   |  2 +-
3607  test/api/test-buffer.c | 14 +++++++-------
3608  test/api/test-ot-tag.c |  2 +-
3609  3 files changed, 9 insertions(+), 9 deletions(-)
3610
3611 commit 7039803b51f23cb15dd7e12b105c379bd2e38d71
3612 Author: Behdad Esfahbod <behdad@behdad.org>
3613 Date:   Sat Feb 10 15:47:50 2018 -0600
3614
3615     Fix djgpp bot
3616
3617  src/hb-subset-glyf.cc | 4 ++--
3618  1 file changed, 2 insertions(+), 2 deletions(-)
3619
3620 commit cdab20df1e55da196ffc6bc00d580e5ef74c1975
3621 Author: Behdad Esfahbod <behdad@behdad.org>
3622 Date:   Sat Feb 10 15:45:17 2018 -0600
3623
3624     Minor
3625
3626  src/hb-ot-layout.cc | 2 +-
3627  1 file changed, 1 insertion(+), 1 deletion(-)
3628
3629 commit 203b647530b1550388bb3ce2f67e3b17e019d3e4
3630 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3631 Date:   Sun Feb 11 01:00:03 2018 +0330
3632
3633     Favor use of static instead HB_INTERNAL
3634
3635  src/hb-subset-glyf.cc | 8 ++++----
3636  src/hb-subset-plan.cc | 4 ++--
3637  src/hb-subset.cc      | 2 +-
3638  3 files changed, 7 insertions(+), 7 deletions(-)
3639
3640 commit 4c5bdb4b39a723b624346d9b9ff9ace964fff0fe
3641 Author: Behdad Esfahbod <behdad@behdad.org>
3642 Date:   Sat Feb 10 15:40:54 2018 -0600
3643
3644     [test] Disable test-subset-glyf for now
3645
3646  test/api/test-subset-glyf.c | 5 ++++-
3647  1 file changed, 4 insertions(+), 1 deletion(-)
3648
3649 commit 43314ff4c05076decbd1eb07ed78f732b6ebcba9
3650 Author: Behdad Esfahbod <behdad@behdad.org>
3651 Date:   Sat Feb 10 15:40:03 2018 -0600
3652
3653     More fixes
3654
3655     test-subset-glyf still failing. No idea why :(
3656
3657  src/hb-subset.cc            |  3 +--
3658  test/api/test-subset-glyf.c | 26 ++++++++++++++++----------
3659  2 files changed, 17 insertions(+), 12 deletions(-)
3660
3661 commit a981d798eab41b6a7c6484776f04fe178bd536ba
3662 Author: Behdad Esfahbod <behdad@behdad.org>
3663 Date:   Sat Feb 10 15:17:28 2018 -0600
3664
3665     Fix more build issues
3666
3667     Hopefully most bots come back with this...
3668
3669  src/check-libstdc++.sh   |  5 +++--
3670  src/check-symbols.sh     |  2 +-
3671  src/hb-buffer.h          |  1 -
3672  src/hb-gobject-structs.h |  6 ++++++
3673  src/hb-subset-plan.cc    | 10 +++++++---
3674  src/hb-subset.cc         |  6 +++---
3675  6 files changed, 20 insertions(+), 10 deletions(-)
3676
3677 commit 6c4ca6135a2ce846431b0ede6a288d3b2f97167e
3678 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3679 Date:   Sun Feb 11 00:42:06 2018 +0330
3680
3681     Hide more symbols of hb-subset (#771)
3682
3683  src/hb-subset-plan.cc | 2 +-
3684  src/hb-subset.cc      | 6 +++---
3685  2 files changed, 4 insertions(+), 4 deletions(-)
3686
3687 commit c31fcf4c58d96eb7d9781a986991b1a79ac7be44
3688 Author: Behdad Esfahbod <behdad@behdad.org>
3689 Date:   Sat Feb 10 14:20:10 2018 -0600
3690
3691     [subset] Replace auto_array with prealloced_array
3692
3693     auto_array has constructor/destructor. Cannot be used in POD object,
3694     as the clang
3695     bots all noticed...
3696
3697  src/hb-ot-cmap-table.hh |  8 ++++----
3698  src/hb-subset-glyf.cc   |  6 +++---
3699  src/hb-subset-plan.cc   | 23 +++++++++++------------
3700  src/hb-subset-plan.hh   |  9 +++------
3701  4 files changed, 21 insertions(+), 25 deletions(-)
3702
3703 commit 931d67900ee6d96b5962a475c1b71a58b821bcba
3704 Author: Behdad Esfahbod <behdad@behdad.org>
3705 Date:   Sat Feb 10 14:11:16 2018 -0600
3706
3707     Fix some other bots
3708
3709  src/hb-subset-glyf.cc | 5 ++---
3710  1 file changed, 2 insertions(+), 3 deletions(-)
3711
3712 commit 4011d885b7fca87c717fdaa4bd0318a42308865a
3713 Author: Behdad Esfahbod <behdad@behdad.org>
3714 Date:   Sat Feb 10 14:09:06 2018 -0600
3715
3716     [util] Remove use of ssize_t which was failing on MSVC
3717
3718  util/hb-subset.cc | 6 +++---
3719  1 file changed, 3 insertions(+), 3 deletions(-)
3720
3721 commit bfa871634ce9ef9f4ed18348d898686952d6cbe3
3722 Author: Behdad Esfahbod <behdad@behdad.org>
3723 Date:   Sat Feb 10 13:37:28 2018 -0600
3724
3725     Minor
3726
3727  src/hb-subset-glyf.hh | 2 +-
3728  src/hb-subset-plan.hh | 2 +-
3729  src/hb-subset.cc      | 3 +--
3730  src/hb-subset.h       | 2 +-
3731  4 files changed, 4 insertions(+), 5 deletions(-)
3732
3733 commit 844f48ea9a72d28e2c088497f6c403c54e1751a8
3734 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3735 Date:   Sat Feb 10 23:13:12 2018 +0330
3736
3737     Fix symbol exporting and libstdc++ linkage of hb-subset (#769)
3738
3739  CMakeLists.txt          |  6 ++----
3740  src/Makefile.am         |  3 +++
3741  src/check-defs.sh       |  2 +-
3742  src/check-libstdc++.sh  | 20 +++++++++++---------
3743  src/check-symbols.sh    | 28 +++++++++++++++-------------
3744  src/hb-subset-glyf.cc   |  8 ++++----
3745  src/hb-subset-glyf.hh   |  2 +-
3746  src/hb-subset-plan.cc   |  4 ++--
3747  src/hb-subset-plan.hh   |  8 ++++----
3748  src/hb-subset.cc        |  2 +-
3749  src/hb-ucdn/Makefile.am | 11 +++++++++++
3750  11 files changed, 55 insertions(+), 39 deletions(-)
3751
3752 commit 91519c6a5b130ced569cedc3710ab395b663240d
3753 Author: Behdad Esfahbod <behdad@behdad.org>
3754 Date:   Sat Feb 10 13:35:17 2018 -0600
3755
3756     [aat] Add buffer messages
3757
3758  src/hb-aat-layout-morx-table.hh | 8 ++++++++
3759  1 file changed, 8 insertions(+)
3760
3761 commit af274507c4f4c5a582543affa71d81a87d6d9151
3762 Author: Behdad Esfahbod <behdad@behdad.org>
3763 Date:   Sat Feb 10 13:25:49 2018 -0600
3764
3765     Minor
3766
3767  src/hb-private.hh | 15 ++++++---------
3768  1 file changed, 6 insertions(+), 9 deletions(-)
3769
3770 commit 570d523761b23a3c668d9071712d5f10944d21fc
3771 Merge: 71130a20 d18decd2
3772 Author: Behdad Esfahbod <behdad@behdad.org>
3773 Date:   Sat Feb 10 13:24:22 2018 -0600
3774
3775     [subset] Merge remote-tracking branch 'googlefonts/master'
3776
3777 commit 71130a20fae7c256b0ab1aa397cc1ac2d11dd487
3778 Author: Behdad Esfahbod <behdad@behdad.org>
3779 Date:   Sat Feb 10 13:15:57 2018 -0600
3780
3781     Replace Supplier.advance with Supplier::operator+=
3782
3783  src/hb-open-file-private.hh        |  4 ++--
3784  src/hb-open-type-private.hh        |  7 ++++---
3785  src/hb-ot-layout-common-private.hh |  4 ++--
3786  src/hb-ot-layout-gsub-table.hh     | 10 +++++-----
3787  4 files changed, 13 insertions(+), 12 deletions(-)
3788
3789 commit d0f3e7f59719bdb6a2105ee85a8f3ee799741dab
3790 Author: Behdad Esfahbod <behdad@behdad.org>
3791 Date:   Sat Feb 10 12:45:28 2018 -0600
3792
3793     [util] Use setlinebuf() if present
3794
3795     To work around mysterious bug on OS X.
3796
3797     Fixes https://github.com/harfbuzz/harfbuzz/issues/727
3798
3799  configure.ac    |  6 ++----
3800  util/options.cc | 12 ++++++++++--
3801  2 files changed, 12 insertions(+), 6 deletions(-)
3802
3803 commit ad575a5f47a51ee553710873ac2672479b76ba5e
3804 Author: Ebrahim Byagowi <ebrahim@gnu.org>
3805 Date:   Sat Feb 10 19:50:11 2018 +0330
3806
3807     Fix cast warnings on clang (#768)
3808
3809  src/hb-open-type-private.hh | 4 ++--
3810  1 file changed, 2 insertions(+), 2 deletions(-)
3811
3812 commit d18decd2013f24f315dbd3b15cdd80c5a734e7e9
3813 Author: Garret Rieger <grieger@google.com>
3814 Date:   Fri Feb 9 18:41:21 2018 -0800
3815
3816     In glyf subsetting add suport for writing out a short loca table
3817     when possible.
3818
3819  src/hb-subset-glyf.cc | 42 +++++++++++++++++++++++++++++++++---------
3820  1 file changed, 33 insertions(+), 9 deletions(-)
3821
3822 commit 9275bd03ea427eb607dde6a8e65f78a350b88323
3823 Author: Rod Sheeter <rsheeter@google.com>
3824 Date:   Fri Feb 9 17:33:34 2018 -0800
3825
3826     First pass at building a cmap
3827
3828  src/hb-ot-cmap-table.hh | 103
3829  ++++++++++++++++++++++++++++++++++++++++++++----
3830  src/hb-subset.cc        |  37 +++++++++--------
3831  2 files changed, 115 insertions(+), 25 deletions(-)
3832
3833 commit d2170d14780ad6f8e0d17a1e011445c3bcc20871
3834 Author: Garret Rieger <grieger@google.com>
3835 Date:   Fri Feb 9 17:24:16 2018 -0800
3836
3837     Check for failures from add table.
3838
3839  src/hb-subset.cc | 9 ++++-----
3840  1 file changed, 4 insertions(+), 5 deletions(-)
3841
3842 commit 4816064c0e5464d032a55001a959a9abcef7f70e
3843 Author: Rod Sheeter <rsheeter@google.com>
3844 Date:   Fri Feb 9 17:14:37 2018 -0800
3845
3846     add missing return
3847
3848  src/hb-private.hh | 4 +++-
3849  1 file changed, 3 insertions(+), 1 deletion(-)
3850
3851 commit 0089443756cdcef0182e55cf8480b96a64d31cc7
3852 Author: Garret Rieger <grieger@google.com>
3853 Date:   Fri Feb 9 16:22:09 2018 -0800
3854
3855     Keep a second set of glyph ids in subset plan which is sorted by
3856     glyph id and always has gid 0
3857
3858  src/hb-subset-glyf.cc |  2 +-
3859  src/hb-subset-plan.cc | 34 +++++++++++++++++++++++++---------
3860  src/hb-subset-plan.hh |  1 +
3861  3 files changed, 27 insertions(+), 10 deletions(-)
3862
3863 commit 3bc81558d836e27e77bda0d6da9c71f530719579
3864 Author: Garret Rieger <grieger@google.com>
3865 Date:   Fri Feb 9 16:06:33 2018 -0800
3866
3867     Formatting for hb-subset-plan.
3868
3869  src/hb-subset-plan.cc | 51
3870  +++++++++++++++++++++++++++------------------------
3871  1 file changed, 27 insertions(+), 24 deletions(-)
3872
3873 commit 8cef3a61995317d3a5724221108647d7e66fe24a
3874 Author: Behdad Esfahbod <behdad@behdad.org>
3875 Date:   Fri Feb 9 16:04:23 2018 -0600
3876
3877     Try fixing build with Sun Studio
3878
3879     Trying to fix:
3880     https://circleci.com/gh/harfbuzz/harfbuzz/6635
3881
3882     Also part of:
3883     https://github.com/harfbuzz/harfbuzz/issues/630
3884
3885  src/hb-private.hh | 9 ++++++++-
3886  1 file changed, 8 insertions(+), 1 deletion(-)
3887
3888 commit 86aa4b3ba7cd075f01614874dae88a771b8c54fd
3889 Author: Garret Rieger <grieger@google.com>
3890 Date:   Fri Feb 9 13:54:43 2018 -0800
3891
3892     Return empty face on hb_subset failure instead of null. Plus some
3893     minor cleanups for _add_head_and_set_loca_version
3894
3895  src/hb-subset.cc | 11 +++++------
3896  1 file changed, 5 insertions(+), 6 deletions(-)
3897
3898 commit d45f240e4e330cedad737fdb792b311c37a19e32
3899 Author: Behdad Esfahbod <behdad@behdad.org>
3900 Date:   Fri Feb 9 15:51:45 2018 -0600
3901
3902     Typo
3903
3904  src/hb-buffer.h | 2 +-
3905  1 file changed, 1 insertion(+), 1 deletion(-)
3906
3907 commit 3b7aa651b4714b996816023a4929c0289065493f
3908 Author: Behdad Esfahbod <behdad@behdad.org>
3909 Date:   Fri Feb 9 15:43:20 2018 -0600
3910
3911     [docs] Improve UNSAFE_TO_BREAK docs
3912
3913  src/hb-buffer.h | 17 +++++++++++++++--
3914  1 file changed, 15 insertions(+), 2 deletions(-)
3915
3916 commit 671f0a7733a496eb46b08dc88c3c46b804cdd895
3917 Author: bungeman <bungeman@chromium.org>
3918 Date:   Thu Feb 1 13:31:25 2018 -0500
3919
3920     Documentation for HB_GLYPH_FLAG_UNSAFE_TO_BREAK.
3921
3922     HB_GLYPH_FLAG_UNSAFE_TO_BREAK means that the glyph with this flag is
3923     somehow affected by the previous logical glyph (the previous index
3924     in the buffer if ltr and the next index if the buffer is rtl). If
3925     these two glyphs are separated by a break (line or otherwise) then the
3926     underlying text should be re-shaped on both sides up to corresponding
3927     position in the text of some glyph not marked with this flag.
3928
3929  src/hb-buffer.h | 6 ++++++
3930  1 file changed, 6 insertions(+)
3931
3932 commit 1582eabee6017839518b821ef93a329a0a86a453
3933 Author: Garret Rieger <grieger@google.com>
3934 Date:   Fri Feb 9 12:52:08 2018 -0800
3935
3936     Update head table with loca format selected by glyf+loca subsetting.
3937
3938  src/hb-subset-glyf.cc |  7 +++----
3939  src/hb-subset-glyf.hh |  1 +
3940  src/hb-subset.cc      | 37 +++++++++++++++++++++++++++++++++++--
3941  3 files changed, 39 insertions(+), 6 deletions(-)
3942
3943 commit 335bbaa66f66e86d417cc123a2bf397e8b834f64
3944 Author: Garret Rieger <grieger@google.com>
3945 Date:   Fri Feb 9 10:55:15 2018 -0800
3946
3947     Remove uneeded code in hb-subset.
3948
3949  src/hb-subset.cc | 19 -------------------
3950  1 file changed, 19 deletions(-)
3951
3952 commit 3346ba9cd5198d27c7416b8c71fecb6c8d3cb335
3953 Author: Behdad Esfahbod <behdad@behdad.org>
3954 Date:   Fri Feb 9 11:05:17 2018 -0600
3955
3956     [test/text-rendering-tests] Update from upstream
3957
3958  .../text-rendering-tests/fonts/TestMORXTwentysix.ttf  | Bin 3260 ->
3959  3252 bytes
3960  1 file changed, 0 insertions(+), 0 deletions(-)
3961
3962 commit 1cd98d05e07498653ba60a68b6342d1a90429eba
3963 Author: Rod Sheeter <rsheeter@google.com>
3964 Date:   Thu Feb 8 19:39:57 2018 -0800
3965
3966     Create the groups for a cmap format12. Does not yet build the
3967     actual table.
3968
3969  src/hb-ot-cmap-table.hh | 25 +++++++++++++++++++++++++
3970  1 file changed, 25 insertions(+)
3971
3972 commit 59c658c8d53481990fe0efa66422353d0687474b
3973 Author: Rod Sheeter <rsheeter@google.com>
3974 Date:   Thu Feb 8 19:22:47 2018 -0800
3975
3976     capture codepoints sorted so we can use them for cmap later. one
3977     day we will have a map
3978
3979  src/hb-ot-cmap-table.hh | 14 ---------
3980  src/hb-private.hh       | 61 +++++++++++++++++++++++++---------------
3981  src/hb-subset-glyf.cc   | 16 +++++------
3982  src/hb-subset-plan.cc   | 75
3983  ++++++++++++++++++++++++++++++++++---------------
3984  src/hb-subset-plan.hh   |  8 ++++--
3985  src/hb-subset.cc        | 29 ++++++++++++-------
3986  6 files changed, 123 insertions(+), 80 deletions(-)
3987
3988 commit 8431c38cdc05ddcddb1aa5fbb72a95446b500fd2
3989 Author: Rod Sheeter <rsheeter@google.com>
3990 Date:   Thu Feb 8 19:20:58 2018 -0800
3991
3992     remove output noise
3993
3994  util/hb-subset.cc | 1 -
3995  1 file changed, 1 deletion(-)
3996
3997 commit 5cca0c07afbe9ab4b28d333f6f853063ecd75aff
3998 Author: Rod Sheeter <rsheeter@google.com>
3999 Date:   Thu Feb 8 19:05:46 2018 -0800
4000
4001     fix comment
4002
4003  src/hb-open-file-private.hh | 2 +-
4004  1 file changed, 1 insertion(+), 1 deletion(-)
4005
4006 commit a19138e668e77a0c05da2ab065c5366c8359b377
4007 Author: Rod Sheeter <rsheeter@google.com>
4008 Date:   Thu Feb 8 19:03:41 2018 -0800
4009
4010     comment the serialization of table
4011
4012  src/hb-open-file-private.hh | 8 ++++++++
4013  1 file changed, 8 insertions(+)
4014
4015 commit 5a34114f9685680d4a8cdf85a8ac90172c5620d7
4016 Author: Garret Rieger <grieger@google.com>
4017 Date:   Thu Feb 8 18:32:24 2018 -0800
4018
4019     Add an extra entry to the end of the loca table to identify the end
4020     of the last glyph's data.
4021
4022  src/hb-subset-glyf.cc | 7 ++++++-
4023  1 file changed, 6 insertions(+), 1 deletion(-)
4024
4025 commit aac7d962120aa137385324b33a173df4f19fd80b
4026 Author: Garret Rieger <grieger@google.com>
4027 Date:   Thu Feb 8 18:18:16 2018 -0800
4028
4029     Apply per table subsetting while building the new face in hb_subset.
4030
4031  src/hb-subset-glyf.cc |   1 +
4032  src/hb-subset.cc      | 105
4033  ++++++++++++++++++++++++++++++--------------------
4034  2 files changed, 65 insertions(+), 41 deletions(-)
4035
4036 commit 3e81832432a1cae0dc28242bb6ff279753effd27
4037 Author: Garret Rieger <grieger@google.com>
4038 Date:   Thu Feb 8 15:55:12 2018 -0800
4039
4040     Disable subset tests on cmake for now.
4041
4042  test/subset/CMakeLists.txt | 7 ++++---
4043  1 file changed, 4 insertions(+), 3 deletions(-)
4044
4045 commit 2f941053111d60433ab39cc70edd69c962896961
4046 Author: Garret Rieger <grieger@google.com>
4047 Date:   Thu Feb 8 15:55:12 2018 -0800
4048
4049     Disable subset tests on cmake for now.
4050
4051  test/subset/CMakeLists.txt | 7 ++++---
4052  1 file changed, 4 insertions(+), 3 deletions(-)
4053
4054 commit e081c9e8fc84843740c8a55b49403acc3fe4f0b7
4055 Author: Behdad Esfahbod <behdad@behdad.org>
4056 Date:   Thu Feb 8 17:44:24 2018 -0600
4057
4058     Oops!
4059
4060  test/subset/run-tests.py | 2 +-
4061  1 file changed, 1 insertion(+), 1 deletion(-)
4062
4063 commit 1c49afe179e7e1884ceeae1d93e50fa51f18f894
4064 Author: Behdad Esfahbod <behdad@behdad.org>
4065 Date:   Thu Feb 8 17:38:58 2018 -0600
4066
4067     Whitespace
4068
4069  test/subset/run-tests.py | 2 +-
4070  1 file changed, 1 insertion(+), 1 deletion(-)
4071
4072 commit 9682ef135f16cb3368b9c5970fdcec71301b687e
4073 Author: Behdad Esfahbod <behdad@behdad.org>
4074 Date:   Thu Feb 8 17:35:57 2018 -0600
4075
4076     Minor fixups
4077
4078  CMakeLists.txt              | 2 +-
4079  src/hb-ot-cmap-table.hh     | 6 +++---
4080  src/hb-subset.cc            | 6 +++---
4081  test/api/hb-test.h          | 5 +++++
4082  test/api/test-subset-glyf.c | 4 ----
4083  test/api/test-subset.c      | 4 ----
4084  6 files changed, 12 insertions(+), 15 deletions(-)
4085
4086 commit 35eeb893efcdfa2bf6a136cd2911d564334e573c
4087 Author: Garret Rieger <grieger@google.com>
4088 Date:   Thu Feb 8 15:17:34 2018 -0800
4089
4090     Don't include subset headers in libharfbuzz.
4091
4092  CMakeLists.txt | 1 -
4093  1 file changed, 1 deletion(-)
4094
4095 commit 42234424a0fc43d298be082b4c7b1e288e94bbb6
4096 Author: Garret Rieger <grieger@google.com>
4097 Date:   Thu Feb 8 15:11:15 2018 -0800
4098
4099     Fix include gaurds and include order in hb-subset-glyf and
4100     hb-subset-plan
4101
4102  src/hb-subset-glyf.hh | 6 ++++--
4103  src/hb-subset-plan.cc | 2 +-
4104  src/hb-subset-plan.hh | 5 +++--
4105  3 files changed, 8 insertions(+), 5 deletions(-)
4106
4107 commit 0f3c756cbfe8a263ee388481acac7a24d9684c44
4108 Author: Garret Rieger <grieger@google.com>
4109 Date:   Thu Feb 8 14:59:32 2018 -0800
4110
4111     Add CMake config for building a separate harfbuzz-subset.
4112
4113  CMakeLists.txt          | 17 ++++++++++++++---
4114  test/api/CMakeLists.txt |  2 +-
4115  2 files changed, 15 insertions(+), 4 deletions(-)
4116
4117 commit d4d120ad79ff65c6987ca127da5d9ee30740b0b1
4118 Author: Garret Rieger <grieger@google.com>
4119 Date:   Thu Feb 8 14:26:18 2018 -0800
4120
4121     Skip subset to fonttools comparison test if TTX is not present.
4122
4123  test/subset/run-tests.py | 5 +++++
4124  1 file changed, 5 insertions(+)
4125
4126 commit 29d915284e46fb9be01221a88c9e969080daa1b2
4127 Author: Garret Rieger <grieger@google.com>
4128 Date:   Thu Feb 8 11:31:27 2018 -0800
4129
4130     Whitespace
4131
4132  test/subset/run-tests.py | 16 ++++++++--------
4133  1 file changed, 8 insertions(+), 8 deletions(-)
4134
4135 commit f9420d9effcfb3464d4b99e54decb3d90e4a410d
4136 Author: Garret Rieger <grieger@google.com>
4137 Date:   Thu Feb 8 11:30:36 2018 -0800
4138
4139     In the hb-subset to fontTools comparison, use ttx to compare the
4140     fonts. This allows for some binary differences such as re-ordered
4141     tables.
4142
4143  test/subset/run-tests.py | 21 ++++++++++++++-------
4144  1 file changed, 14 insertions(+), 7 deletions(-)
4145
4146 commit 8e9fd6f1ab491519cf7205467bc5d20056fce99d
4147 Author: Garret Rieger <grieger@google.com>
4148 Date:   Wed Feb 7 19:01:21 2018 -0800
4149
4150     Implement basic loca (long version only) subsetting.
4151
4152  src/hb-subset-glyf.cc | 66
4153  +++++++++++++++++++++++++++++++++++----------------
4154  1 file changed, 46 insertions(+), 20 deletions(-)
4155
4156 commit f9c665fed1347f7af6d36ba129f9d174f4ac54dc
4157 Author: Garret Rieger <grieger@google.com>
4158 Date:   Wed Feb 7 16:53:18 2018 -0800
4159
4160     Update interface to hb-subset-glyf to subset glyf and loca.
4161
4162  src/hb-subset-glyf.cc | 10 +++++++---
4163  src/hb-subset-glyf.hh |  7 ++++---
4164  src/hb-subset.cc      |  7 +++++--
4165  3 files changed, 16 insertions(+), 8 deletions(-)
4166
4167 commit f2ceb5ee4d745e0e6e754f0b0ea16b29dbedbf1b
4168 Author: Garret Rieger <grieger@google.com>
4169 Date:   Wed Feb 7 16:47:31 2018 -0800
4170
4171     Comment out failing assert in test-subset-glyf for now. Should be
4172     re-enabled once hb_subset is writing out a new face.
4173
4174  test/api/test-subset-glyf.c | 5 +++--
4175  1 file changed, 3 insertions(+), 2 deletions(-)
4176
4177 commit 89dbebd4ad948ddad8e10323315a809c11d7cafa
4178 Author: Garret Rieger <grieger@google.com>
4179 Date:   Wed Feb 7 16:32:56 2018 -0800
4180
4181     Add a basic test for glyf subsetting.
4182
4183  test/api/Makefile.am                  |   4 +
4184  test/api/fonts/Roboto-Regular.abc.ttf | Bin 0 -> 2460 bytes
4185  test/api/fonts/Roboto-Regular.ac.ttf  | Bin 0 -> 2268 bytes
4186  test/api/test-subset-glyf.c           | 134
4187  ++++++++++++++++++++++++++++++++++
4188  4 files changed, 138 insertions(+)
4189
4190 commit 217ed5e3c885532fa8b332cc0d0f9cb4eef32e2b
4191 Author: Garret Rieger <grieger@google.com>
4192 Date:   Wed Feb 7 16:30:07 2018 -0800
4193
4194     Cleanups in hb-subset-glyf and hb-subset-plan.
4195
4196  src/hb-subset-glyf.cc | 30 +++++++++++++++---------------
4197  src/hb-subset-plan.hh |  2 +-
4198  2 files changed, 16 insertions(+), 16 deletions(-)
4199
4200 commit 13193a9b97302480cc11787787fa6826a97be4bb
4201 Author: Rod Sheeter <rsheeter@google.com>
4202 Date:   Wed Feb 7 16:09:52 2018 -0800
4203
4204     move to the hb_face_t dest pattern
4205
4206  src/hb-ot-cmap-table.hh |  7 ++++++-
4207  src/hb-subset.cc        | 28 +++++++++++++---------------
4208  2 files changed, 19 insertions(+), 16 deletions(-)
4209
4210 commit 0859a006695097c2a66a07284f3cc5b8de8edb05
4211 Author: Rod Sheeter <rsheeter@google.com>
4212 Date:   Wed Feb 7 15:59:36 2018 -0800
4213
4214     sketch a subset<T> and call it for cmap. Add subset to cmap, albeit
4215     not working even for the msot basic case just yet
4216
4217  src/hb-ot-cmap-table.hh | 18 ++++++++++++++++--
4218  src/hb-subset.cc        | 30 ++++++++++++++++++++++++++++++
4219  2 files changed, 46 insertions(+), 2 deletions(-)
4220
4221 commit c1ab95dd907b1c4a2e2de17447683fe803fe4087
4222 Author: Behdad Esfahbod <behdad@behdad.org>
4223 Date:   Thu Feb 8 17:22:07 2018 -0600
4224
4225     Fix overflow in space fallback shaping
4226
4227     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=657466
4228
4229  src/hb-ot-shape-fallback.cc | 2 +-
4230  1 file changed, 1 insertion(+), 1 deletion(-)
4231
4232 commit b220b5a44425db387b2149c4904a43ab369a2d6a
4233 Author: Behdad Esfahbod <behdad@behdad.org>
4234 Date:   Thu Feb 8 17:14:52 2018 -0600
4235
4236     Avoid undefined-behavior in fallback mark positioning
4237
4238     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5584
4239
4240  src/hb-ot-shape-fallback.cc | 11 ++++++-----
4241  1 file changed, 6 insertions(+), 5 deletions(-)
4242
4243 commit 3b68a03a1c5a23adbc73f4508009dd5b72bc9d81
4244 Author: Behdad Esfahbod <behdad@behdad.org>
4245 Date:   Thu Feb 8 17:00:37 2018 -0600
4246
4247     [fuzzer] Minor
4248
4249  src/Makefile.am | 2 +-
4250  1 file changed, 1 insertion(+), 1 deletion(-)
4251
4252 commit 194140d3f352b53b95757cccb7fff50425747cd6
4253 Author: Behdad Esfahbod <behdad@behdad.org>
4254 Date:   Thu Feb 8 16:27:57 2018 -0600
4255
4256     [util] Minor
4257
4258  util/hb-subset.cc |  2 +-
4259  util/options.hh   | 10 ++++++++--
4260  2 files changed, 9 insertions(+), 3 deletions(-)
4261
4262 commit 5021ba2a2186a77d7d70be5602b960d14634d8b2
4263 Author: Behdad Esfahbod <behdad@behdad.org>
4264 Date:   Thu Feb 8 15:11:28 2018 -0600
4265
4266     [aat] Minor
4267
4268  src/hb-aat-layout-common-private.hh | 10 +++++-----
4269  src/hb-aat-layout-morx-table.hh     |  7 +++----
4270  2 files changed, 8 insertions(+), 9 deletions(-)
4271
4272 commit 1242ad8424f5e8357fe6fd2143430aa8cfaf0954
4273 Author: Behdad Esfahbod <behdad@behdad.org>
4274 Date:   Thu Feb 8 14:10:01 2018 -0600
4275
4276     [test/text-rendering-tests] Update from upstream
4277
4278  test/shaping/data/text-rendering-tests/DISABLED          |   2 ++
4279  test/shaping/data/text-rendering-tests/Makefile.sources  |   2 ++
4280  .../text-rendering-tests/fonts/TestMORXTwentyfive.ttf    | Bin 0 ->
4281  3260 bytes
4282  .../text-rendering-tests/fonts/TestMORXTwentysix.ttf     | Bin 0 ->
4283  3260 bytes
4284  .../data/text-rendering-tests/tests/MORX-25.tests        |   9 +++++++++
4285  .../data/text-rendering-tests/tests/MORX-26.tests        |   2 ++
4286  6 files changed, 15 insertions(+)
4287
4288 commit 77ad8b5c8b3a9148cf2944abdd494618e642ee2c
4289 Author: Behdad Esfahbod <behdad@behdad.org>
4290 Date:   Wed Feb 7 21:54:33 2018 -0600
4291
4292     TODO
4293
4294  src/hb-open-file-private.hh | 2 ++
4295  1 file changed, 2 insertions(+)
4296
4297 commit 941bbd9f257367f838e55d079751c6059974fe2f
4298 Author: Behdad Esfahbod <behdad@behdad.org>
4299 Date:   Wed Feb 7 21:49:01 2018 -0600
4300
4301     [subset] Fix thinko
4302
4303  src/hb-open-file-private.hh | 6 +++++-
4304  1 file changed, 5 insertions(+), 1 deletion(-)
4305
4306 commit 931f8b7eb5e740ce81e5be6bfec60dbe3ac7ebc4
4307 Author: Behdad Esfahbod <behdad@behdad.org>
4308 Date:   Wed Feb 7 21:42:03 2018 -0600
4309
4310     Fix another thinko
4311
4312  src/hb-open-file-private.hh | 2 +-
4313  src/hb-private.hh           | 2 +-
4314  2 files changed, 2 insertions(+), 2 deletions(-)
4315
4316 commit 39b86695cf56736170c772424c9a8b75bca0254c
4317 Author: Behdad Esfahbod <behdad@behdad.org>
4318 Date:   Wed Feb 7 21:37:03 2018 -0600
4319
4320     [subset] Fix thinko
4321
4322  src/hb-subset.cc | 2 +-
4323  1 file changed, 1 insertion(+), 1 deletion(-)
4324
4325 commit eeffabc87572193a9e95f22647e80ae44e5a0089
4326 Author: Behdad Esfahbod <behdad@behdad.org>
4327 Date:   Wed Feb 7 21:34:05 2018 -0600
4328
4329     Build
4330
4331  src/Makefile.am | 2 +-
4332  1 file changed, 1 insertion(+), 1 deletion(-)
4333
4334 commit c479a59988b0cf3e557e22e97e1977962c803fa7
4335 Author: Behdad Esfahbod <behdad@behdad.org>
4336 Date:   Wed Feb 7 21:13:10 2018 -0600
4337
4338     [subset] Assemble font
4339
4340  src/hb-open-file-private.hh | 50
4341  +++++++++++++++++++++++++++++++++++++++++++-
4342  src/hb-open-type-private.hh | 33 +++++++++++++++++++++++------
4343  src/hb-ot-map-private.hh    | 10 ++++-----
4344  src/hb-private.hh           | 20 +++++++++++-------
4345  src/hb-set-private.hh       |  8 +++----
4346  src/hb-subset.cc            | 51
4347  +++++++++++++++++++++++++++++++++++++++------
4348  test/api/test-subset.c      |  9 ++++++--
4349  7 files changed, 150 insertions(+), 31 deletions(-)
4350
4351 commit 34ac3548b7c9dbc57f277cf9a7a337cd1a8a04bb
4352 Author: Behdad Esfahbod <behdad@behdad.org>
4353 Date:   Wed Feb 7 18:07:45 2018 -0600
4354
4355     [set] Respect stride
4356
4357     Ouch!
4358
4359  src/hb-set-private.hh | 4 ++--
4360  1 file changed, 2 insertions(+), 2 deletions(-)
4361
4362 commit 577becaf7b5ccd9de8ba533447f944427b9e4452
4363 Author: Behdad Esfahbod <behdad@behdad.org>
4364 Date:   Wed Feb 7 17:38:40 2018 -0600
4365
4366     [subset] Fixup
4367
4368  src/hb-subset.cc | 2 +-
4369  1 file changed, 1 insertion(+), 1 deletion(-)
4370
4371 commit c9acab3cfbe4a21e86ad309ebb452f103b1c1b04
4372 Author: Behdad Esfahbod <behdad@behdad.org>
4373 Date:   Wed Feb 7 17:12:55 2018 -0600
4374
4375     Whitespace
4376
4377  src/hb-open-file-private.hh | 6 +++---
4378  1 file changed, 3 insertions(+), 3 deletions(-)
4379
4380 commit 7fd0b61dee18380c302009f8be9cd68dadab7308
4381 Author: Behdad Esfahbod <behdad@behdad.org>
4382 Date:   Wed Feb 7 16:44:52 2018 -0600
4383
4384     [subset] Create new face and copy all tables to it
4385
4386     test-subset fails now because subset-face does not know how to
4387     compile itself.
4388
4389  src/hb-subset.cc | 37 ++++++++++++++++++++++++++-----------
4390  1 file changed, 26 insertions(+), 11 deletions(-)
4391
4392 commit 4e1abe2ce0b5163cbbbb8f8be0e9f7deba5ab2cb
4393 Author: Garret Rieger <grieger@google.com>
4394 Date:   Wed Feb 7 13:28:11 2018 -0800
4395
4396     Refactor subset glyf to remove multiple calls to glyf.fini()
4397
4398  src/hb-subset-glyf.cc | 52
4399  +++++++++++++++++++++++++++++----------------------
4400  1 file changed, 30 insertions(+), 22 deletions(-)
4401
4402 commit 0a5d1440f829f07454592adde9dd3aa93ad74442
4403 Author: Garret Rieger <grieger@google.com>
4404 Date:   Wed Feb 7 13:09:54 2018 -0800
4405
4406     Add implementation of glyf subsetting.
4407
4408  src/hb-subset-glyf.cc | 81
4409  +++++++++++++++++++++++++++++++++++++++++++++++----
4410  1 file changed, 76 insertions(+), 5 deletions(-)
4411
4412 commit 05d65baa1bb64664ba838993fd35f3899d52eb8d
4413 Author: Garret Rieger <grieger@google.com>
4414 Date:   Wed Feb 7 10:55:30 2018 -0800
4415
4416     Extract glyf offset calculation into it's own method.
4417
4418  src/hb-ot-glyf-table.hh | 26 ++++++++++++++++++--------
4419  1 file changed, 18 insertions(+), 8 deletions(-)
4420
4421 commit 6d7c6e19dc769cf9997b7c1f8a4598eb44ca0b3c
4422 Author: Behdad Esfahbod <behdad@behdad.org>
4423 Date:   Wed Feb 7 14:09:56 2018 -0600
4424
4425     Fix two undefined-behavior issues
4426
4427     Fixes https://github.com/harfbuzz/harfbuzz/issues/761
4428     Fixes https://github.com/harfbuzz/harfbuzz/issues/762
4429
4430  src/hb-ot-hmtx-table.hh              |  4 ++--
4431  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
4432  2 files changed, 7 insertions(+), 7 deletions(-)
4433
4434 commit b87cbe2bec1d589621ba143af59443f63230ffeb
4435 Author: Behdad Esfahbod <behdad@behdad.org>
4436 Date:   Wed Feb 7 14:11:26 2018 -0500
4437
4438     Try fixing build for platforms that have no visibility attributes
4439
4440  src/hb-private.hh | 1 +
4441  src/hb-subset.cc  | 2 ++
4442  src/main.cc       | 2 ++
4443  3 files changed, 5 insertions(+)
4444
4445 commit f70100417c71cff071c119607a7b75dcead05a05
4446 Author: Behdad Esfahbod <behdad@behdad.org>
4447 Date:   Wed Feb 7 13:58:23 2018 -0500
4448
4449     [test] Minor
4450
4451  test/api/test-ot-tag.c | 2 +-
4452  1 file changed, 1 insertion(+), 1 deletion(-)
4453
4454 commit 6804b61d2e49fcf9eac9fa0b86497ba91b220bee
4455 Author: Behdad Esfahbod <behdad@behdad.org>
4456 Date:   Wed Feb 7 13:47:35 2018 -0500
4457
4458     [subset] Add hb_subset_face
4459
4460     It's a hb_face_t that has add_table() and in the future knows how to
4461     compile itself into a font blob.
4462
4463  src/hb-private.hh |  9 ++++++
4464  src/hb-subset.cc  | 88
4465  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
4466  2 files changed, 97 insertions(+)
4467
4468 commit af02812fc51812a7e2265a1100bbca1a5bf8af45
4469 Author: Behdad Esfahbod <behdad@behdad.org>
4470 Date:   Wed Feb 7 13:07:46 2018 -0500
4471
4472     [subset] Change hb_subset API to remove hb_subset_face_t
4473
4474  src/hb-subset-plan.cc    | 12 ++++++++---
4475  src/hb-subset-plan.hh    |  2 +-
4476  src/hb-subset-private.hh | 10 ----------
4477  src/hb-subset.cc         | 52
4478  ++++++++----------------------------------------
4479  src/hb-subset.h          | 25 ++++++-----------------
4480  test/api/test-subset.c   |  9 +++++----
4481  util/hb-subset.cc        | 12 ++++++-----
4482  7 files changed, 36 insertions(+), 86 deletions(-)
4483
4484 commit 2da0d87e769b2ced71e4281e336bdbca65de2b3f
4485 Author: Behdad Esfahbod <behdad@behdad.org>
4486 Date:   Wed Feb 7 12:44:35 2018 -0500
4487
4488     Remove NullPool visibility hack
4489
4490     We keep a separate private NullPool in libharfbuzz-subset.so
4491     This can fire back later since now there are two separate null
4492     objects,
4493     and comparisons to the null pool can be confused.  Something to deal
4494     with when it comes up. Ouch!
4495
4496  src/hb-open-type-private.hh | 4 +---
4497  src/hb-subset.cc            | 4 ++++
4498  2 files changed, 5 insertions(+), 3 deletions(-)
4499
4500 commit b95aa204ee284c47e63dc1e34b3c5b4bdf9e7ab7
4501 Author: Rod Sheeter <rsheeter@google.com>
4502 Date:   Wed Feb 7 09:37:06 2018 -0800
4503
4504     glyph ids to retain should most likely keep the glyph id not the
4505     codepoint
4506
4507  src/hb-subset-plan.cc | 2 +-
4508  1 file changed, 1 insertion(+), 1 deletion(-)
4509
4510 commit 91428713bd6975b3bbfbdce54701f6aef5457121
4511 Author: Rod Sheeter <rsheeter@google.com>
4512 Date:   Wed Feb 7 09:35:59 2018 -0800
4513
4514     Remove \ns leftover from fprintf
4515
4516  src/hb-subset-plan.cc | 4 ++--
4517  src/hb-subset.cc      | 4 ++--
4518  2 files changed, 4 insertions(+), 4 deletions(-)
4519
4520 commit eb485bb9e90017abaf7dcdd7e39a82125d6807c3
4521 Author: Rod Sheeter <rsheeter@google.com>
4522 Date:   Wed Feb 7 09:32:36 2018 -0800
4523
4524     Horrid hack to assign new gids. Use DEBUG_MSG over fprintf
4525
4526  src/hb-subset-plan.cc | 27 +++++++++++++++++++++++----
4527  src/hb-subset-plan.hh |  5 +++++
4528  src/hb-subset.cc      |  9 +++++++++
4529  3 files changed, 37 insertions(+), 4 deletions(-)
4530
4531 commit 8b80cbb1dd13e2870a956825f5dafc4419b44200
4532 Author: Rod Sheeter <rsheeter@google.com>
4533 Date:   Wed Feb 7 09:31:31 2018 -0800
4534
4535     Add a subset debug category
4536
4537  src/hb-debug.hh | 13 +++++++++++++
4538  1 file changed, 13 insertions(+)
4539
4540 commit ee433d36fa544c3138718cc3f796b29e6df8a195
4541 Author: Behdad Esfahbod <behdad@behdad.org>
4542 Date:   Wed Feb 7 12:30:18 2018 -0500
4543
4544     [aat] Set debug lookup_index
4545
4546  src/hb-aat-layout-common-private.hh | 2 ++
4547  src/hb-aat-layout-morx-table.hh     | 3 +++
4548  2 files changed, 5 insertions(+)
4549
4550 commit 38df1ec8e0b457be9140c67e2c5c19153714d90e
4551 Author: Rod Sheeter <rsheeter@google.com>
4552 Date:   Wed Feb 7 07:58:58 2018 -0800
4553
4554     TEMPORARY: remove HB_INTERNAL from null pool so subset builds again
4555
4556  src/hb-open-type-private.hh | 4 +++-
4557  1 file changed, 3 insertions(+), 1 deletion(-)
4558
4559 commit 53aa0e95420c5c3bfe8af21cf7956535d35b06e6
4560 Author: Garret Rieger <grieger@google.com>
4561 Date:   Tue Feb 6 17:05:22 2018 -0800
4562
4563     Add an instance of glyf::accelerator_t to hb-subset-glyf.
4564
4565  src/hb-subset-glyf.cc | 13 ++++++++++---
4566  src/hb-subset-glyf.hh |  2 +-
4567  src/hb-subset.cc      |  4 +---
4568  3 files changed, 12 insertions(+), 7 deletions(-)
4569
4570 commit ef62dfed3fc7cfad7f7ce9292cb3bd1616f09384
4571 Author: Rod Sheeter <rsheeter@google.com>
4572 Date:   Tue Feb 6 17:12:17 2018 -0800
4573
4574     add back assert_pod
4575
4576  src/hb-subset-private.hh | 1 +
4577  1 file changed, 1 insertion(+)
4578
4579 commit d0ce3c66e2af2785203f7bbb1d4abca5c226045d
4580 Author: Rod Sheeter <rsheeter@google.com>
4581 Date:   Tue Feb 6 16:58:35 2018 -0800
4582
4583     Resolve codepoints:glyph ids. Does not compile; undefined reference
4584     to OT::_hb_NullPool
4585
4586  src/hb-subset-plan.cc    | 25 +++++++++++++++++++------
4587  src/hb-subset-plan.hh    |  2 +-
4588  src/hb-subset-private.hh | 17 +++++++++++++++--
4589  src/hb-subset.cc         | 13 ++++---------
4590  4 files changed, 39 insertions(+), 18 deletions(-)
4591
4592 commit 6a45e5df24ccc59c5a39bf42323c9b550f49e16d
4593 Author: Garret Rieger <grieger@google.com>
4594 Date:   Tue Feb 6 16:04:09 2018 -0800
4595
4596     Add skeleton of hb-subset-glyf, call if from hb_subset(...)
4597
4598  src/Makefile.sources  |  2 ++
4599  src/hb-subset-glyf.cc | 45 +++++++++++++++++++++++++++++++++++++++++++++
4600  src/hb-subset-glyf.hh | 37 +++++++++++++++++++++++++++++++++++++
4601  src/hb-subset.cc      | 18 ++++++++++++++++--
4602  4 files changed, 100 insertions(+), 2 deletions(-)
4603
4604 commit 31ec3c2ec41161c6ae75bc91d1c237bf2d245e37
4605 Author: Garret Rieger <grieger@google.com>
4606 Date:   Tue Feb 6 15:37:34 2018 -0800
4607
4608     Create a subset plan in hb_subset.
4609
4610  src/hb-subset.cc | 12 ++++++++++++
4611  1 file changed, 12 insertions(+)
4612
4613 commit 6c52d94fd11915b76e858bc45633ee60b8c1d8f4
4614 Author: Rod Sheeter <rsheeter@google.com>
4615 Date:   Tue Feb 6 15:31:14 2018 -0800
4616
4617     capture the set of codepoints passed by --unicodes
4618
4619  util/hb-subset.cc | 17 ++++++++++++++++-
4620  1 file changed, 16 insertions(+), 1 deletion(-)
4621
4622 commit 25e9173fe8446735f7e36ec963c7d3554c85631b
4623 Author: Garret Rieger <grieger@google.com>
4624 Date:   Mon Feb 5 17:26:25 2018 -0800
4625
4626     Make hb-subset-plan private.
4627
4628  src/Makefile.sources                        |  2 +-
4629  src/hb-subset-plan.cc                       | 27
4630  ++++++++++++++++-----------
4631  src/{hb-subset-plan.h => hb-subset-plan.hh} | 22 +++++++++++++---------
4632  3 files changed, 30 insertions(+), 21 deletions(-)
4633
4634 commit af46a4da5a47dd6e0dd98e1740f18e93c337e689
4635 Author: Garret Rieger <grieger@google.com>
4636 Date:   Mon Feb 5 17:14:46 2018 -0800
4637
4638     Move definition of hb_subset_input into hb-subset-private.hh.
4639
4640  src/Makefile.sources     |  1 +
4641  src/hb-subset-plan.cc    |  2 +-
4642  src/hb-subset-private.hh | 40 ++++++++++++++++++++++++++++++++++++++++
4643  src/hb-subset.cc         | 12 ++----------
4644  4 files changed, 44 insertions(+), 11 deletions(-)
4645
4646 commit 7481f0ce21489d2b19b2e33d05358736ddee20bf
4647 Author: Garret Rieger <grieger@google.com>
4648 Date:   Mon Feb 5 16:05:12 2018 -0800
4649
4650     Add codepoints to subset input.
4651
4652  src/hb-subset.cc       | 24 ++++++++++++++++--------
4653  src/hb-subset.h        |  2 +-
4654  test/api/test-subset.c |  2 +-
4655  util/hb-subset.cc      |  2 +-
4656  4 files changed, 19 insertions(+), 11 deletions(-)
4657
4658 commit 1cfe650f020cf440bf157daa9907bffd6e35bd7a
4659 Author: Garret Rieger <grieger@google.com>
4660 Date:   Mon Feb 5 15:22:30 2018 -0800
4661
4662     Add a basic sketch of hb-subset-plan.
4663
4664  src/Makefile.sources  |  2 ++
4665  src/hb-subset-plan.cc | 72
4666  +++++++++++++++++++++++++++++++++++++++++++++++++++
4667  src/hb-subset-plan.h  | 49 +++++++++++++++++++++++++++++++++++
4668  3 files changed, 123 insertions(+)
4669
4670 commit 126ffdbe95020c04dc61413690febd8a56bf264f
4671 Author: Behdad Esfahbod <behdad@behdad.org>
4672 Date:   Wed Feb 7 12:26:41 2018 -0500
4673
4674     [aat] Fix debug compile
4675
4676  src/hb-aat-layout-common-private.hh | 6 +++++-
4677  src/hb-aat-layout-morx-table.hh     | 2 +-
4678  2 files changed, 6 insertions(+), 2 deletions(-)
4679
4680 commit 8cb8bfd5b5eff75247cd447f3766294fdff2d644
4681 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4682 Date:   Tue Feb 6 20:40:42 2018 +0330
4683
4684     [test] Fix test-subset on old distros (#758)
4685
4686     https://developer.gnome.org/glib/stable/glib-Testing.html#g-assert-cmpmem
4687
4688  test/api/test-subset.c | 4 ++++
4689  1 file changed, 4 insertions(+)
4690
4691 commit 2971e9da49d6ac07f8a9a4e9b00e167b800a5c7f
4692 Author: Behdad Esfahbod <behdad@behdad.org>
4693 Date:   Tue Feb 6 11:48:04 2018 -0500
4694
4695     [aat] Adjust unsafe-to-break logic some more
4696
4697     I believe I'm happy with it now.
4698
4699  src/hb-aat-layout-common-private.hh | 8 ++++----
4700  1 file changed, 4 insertions(+), 4 deletions(-)
4701
4702 commit f49256d80f19bc265e6a197719345313ba26f9d6
4703 Author: Behdad Esfahbod <behdad@behdad.org>
4704 Date:   Tue Feb 6 11:39:36 2018 -0500
4705
4706     [aat] Simplify unsafe-to-break logic
4707
4708  src/hb-aat-layout-common-private.hh | 11 +++--------
4709  1 file changed, 3 insertions(+), 8 deletions(-)
4710
4711 commit cc1e0840baed881f2bfd8468a9645bfe94f47303
4712 Author: Behdad Esfahbod <behdad@behdad.org>
4713 Date:   Tue Feb 6 10:20:48 2018 -0500
4714
4715     [buffer] Tweak diff re glyph_flags again
4716
4717     We expect the buffer to have no flags that the reference doesn't...
4718     Meh. Makes MORX tests pass now. Need to better define the behavior.
4719
4720  src/hb-buffer.cc | 2 +-
4721  1 file changed, 1 insertion(+), 1 deletion(-)
4722
4723 commit d49ae5154e0b069ffa2605ea3f66abb583319ec8
4724 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4725 Date:   Tue Feb 6 13:48:10 2018 +0330
4726
4727     Fix hb-buffer logic error
4728
4729  src/hb-buffer.cc | 2 +-
4730  1 file changed, 1 insertion(+), 1 deletion(-)
4731
4732 commit 70e13ade81a2a09e17d75bdc7e3fe45d8ec9e2c6
4733 Author: Ebrahim Byagowi <ebrahim@gnu.org>
4734 Date:   Tue Feb 6 13:20:38 2018 +0330
4735
4736     [subset] Fix Windows issue on endlines (#756)
4737
4738  util/hb-subset.cc | 2 +-
4739  1 file changed, 1 insertion(+), 1 deletion(-)
4740
4741 commit f41b92134a276716b7e2d7ef54996b30f36a10a9
4742 Author: Behdad Esfahbod <behdad@behdad.org>
4743 Date:   Mon Feb 5 19:51:09 2018 -0500
4744
4745     Fix fallthrough compiler warning with gcc >= 7
4746
4747     Fixes https://github.com/harfbuzz/harfbuzz/issues/755
4748
4749  src/hb-private.hh | 3 +++
4750  1 file changed, 3 insertions(+)
4751
4752 commit b7b7f0ac59ec85b224e13d9e6c3c4063e731ad32
4753 Author: Behdad Esfahbod <behdad@behdad.org>
4754 Date:   Mon Feb 5 19:40:31 2018 -0500
4755
4756     [test] Minor
4757
4758  test/api/Makefile.am | 4 +++-
4759  1 file changed, 3 insertions(+), 1 deletion(-)
4760
4761 commit 0ff007daaa471d05cc0473beec4ba4d434b084b1
4762 Author: Behdad Esfahbod <behdad@behdad.org>
4763 Date:   Sun Feb 4 20:22:07 2018 -0500
4764
4765     [subset] Minor
4766
4767  src/hb-subset.h | 7 +------
4768  1 file changed, 1 insertion(+), 6 deletions(-)
4769
4770 commit fc1e82a5aef410138381bc8f5476dcff5679b464
4771 Merge: ae39fc81 2ea22893
4772 Author: Garret Rieger <grieger@google.com>
4773 Date:   Mon Feb 5 15:35:13 2018 -0800
4774
4775     Merge pull request #754 from googlefonts/master
4776
4777     Fix build for subsetting code.
4778
4779 commit 2ea228935d41b55fed45b7423b69bc15b42e3abc
4780 Author: Garret Rieger <grieger@google.com>
4781 Date:   Mon Feb 5 15:10:01 2018 -0800
4782
4783     ssize_t -> size_t
4784
4785  util/hb-subset.cc | 2 +-
4786  1 file changed, 1 insertion(+), 1 deletion(-)
4787
4788 commit c25898eb54217e2a1c681233a6b9adcd7940652e
4789 Author: Garret Rieger <grieger@google.com>
4790 Date:   Mon Feb 5 14:35:32 2018 -0800
4791
4792     Switch to fopen() instead of open() in subset test. open wasn't
4793     compiling on windows.
4794
4795  util/hb-subset.cc | 13 ++++++-------
4796  1 file changed, 6 insertions(+), 7 deletions(-)
4797
4798 commit fc04f11ce1999da042a39c5b271351223033292f
4799 Author: Garret Rieger <grieger@google.com>
4800 Date:   Mon Feb 5 11:12:33 2018 -0800
4801
4802     Rename HB_SUBSET_sources -> HB_SUBSET_CLI_sources to match what
4803     cmake is looking for.
4804
4805  util/Makefile.am      | 3 +--
4806  util/Makefile.sources | 2 +-
4807  2 files changed, 2 insertions(+), 3 deletions(-)
4808
4809 commit e428f7b1c21e0a7d6b9af507d98031b8eebcbeb5
4810 Author: Garret Rieger <grieger@google.com>
4811 Date:   Mon Feb 5 10:24:16 2018 -0800
4812
4813     Wrap unistd.h include in ifdef.
4814
4815  util/hb-subset.cc | 2 ++
4816  1 file changed, 2 insertions(+)
4817
4818 commit 5f6eb1256fb6c251303d3728fc27875fe7a9ffb8
4819 Author: Garret Rieger <grieger@google.com>
4820 Date:   Mon Feb 5 10:23:38 2018 -0800
4821
4822     Add libharfbuzz-subset.la to linking when building api tests.
4823
4824  test/api/Makefile.am | 2 +-
4825  1 file changed, 1 insertion(+), 1 deletion(-)
4826
4827 commit ae39fc8171b2c26d4ae64954a8055732c9241bcc
4828 Author: Behdad Esfahbod <behdad@behdad.org>
4829 Date:   Sun Feb 4 20:18:52 2018 -0500
4830
4831     [subset] Build hb-subset into separate libharfbuzz-subset.so
4832
4833  src/Makefile.am           | 19 +++++++++++++------
4834  src/harfbuzz-subset.pc.in | 12 ++++++++++++
4835  util/Makefile.am          |  2 ++
4836  3 files changed, 27 insertions(+), 6 deletions(-)
4837
4838 commit eac20e459564134e0087497ed76b1c84195ad7e3
4839 Author: Behdad Esfahbod <behdad@behdad.org>
4840 Date:   Sun Feb 4 20:08:50 2018 -0500
4841
4842     [subset] Minor
4843
4844  util/Makefile.am      |  2 +-
4845  util/Makefile.sources |  2 +-
4846  util/hb-subset.cc     | 10 +++++-----
4847  3 files changed, 7 insertions(+), 7 deletions(-)
4848
4849 commit 257022b1789f928975b04b5d214bbe9192e11997
4850 Merge: 3615f344 edcd3b80
4851 Author: Behdad Esfahbod <behdad@behdad.org>
4852 Date:   Sun Feb 4 20:01:35 2018 -0500
4853
4854     Merge pull request #745 from googlefonts/master
4855
4856     Interface for hb_subset, skeleton for the hb-subset cli, and basic
4857     testing rigging.
4858
4859 commit 3615f344ec00059972d8ce75522022b5294764a7
4860 Author: Behdad Esfahbod <behdad@behdad.org>
4861 Date:   Sun Feb 4 17:19:58 2018 -0500
4862
4863     [test/text-rendering-tests] Update from upstream
4864
4865  test/shaping/data/text-rendering-tests/DISABLED          |   1 +
4866  test/shaping/data/text-rendering-tests/Makefile.sources  |   3 ++-
4867  .../text-rendering-tests/fonts/TestMORXTwentythree.ttf   | Bin 0 ->
4868  1836 bytes
4869  .../data/text-rendering-tests/tests/MORX-23.tests        |   1 +
4870  4 files changed, 4 insertions(+), 1 deletion(-)
4871
4872 commit 54e6efadd6a30587736858d3fb497ed4e5e5f252
4873 Author: Behdad Esfahbod <behdad@behdad.org>
4874 Date:   Sun Feb 4 14:58:02 2018 -0500
4875
4876     [aat] Fix unsafe-to-break
4877
4878     At any position, if state is not zero, mark unsafe-to-break before,
4879     unless we can reason it safe.
4880
4881     At any position, if there's an action entry for end-of-text, mark
4882     unsafe to break.
4883
4884     Also changes buffer diff impl to allow for flag differences as long
4885     as the buffer glyph flags are superset of reference glyph flags.
4886
4887     With this, all MORX tests pass.
4888
4889  src/hb-aat-layout-common-private.hh | 31 +++++++++++++++++++++++++------
4890  src/hb-aat-layout-morx-table.hh     | 35
4891  +++++++++++++++++++++++------------
4892  src/hb-buffer.cc                    |  2 +-
4893  3 files changed, 49 insertions(+), 19 deletions(-)
4894
4895 commit edcd3b80e9617ec8c4c4a55536938fb510b6aeba
4896 Author: Rod Sheeter <rsheeter@google.com>
4897 Date:   Sun Feb 4 12:31:24 2018 -0800
4898
4899     Actually call hb_subset
4900
4901  util/hb-subset.cc | 51
4902  ++++++++++++++++++++++++++++++++++-----------------
4903  1 file changed, 34 insertions(+), 17 deletions(-)
4904
4905 commit 7b01761adef6f64f1139b30c985aa5f52314073a
4906 Author: Garret Rieger <grieger@google.com>
4907 Date:   Fri Feb 2 17:54:11 2018 -0800
4908
4909     Add CMakeLists.txt to dist files for subset test.
4910
4911  test/subset/Makefile.am | 1 +
4912  1 file changed, 1 insertion(+)
4913
4914 commit f83a43b56134188c2e1f3496d40ec0cd9109f250
4915 Author: Garret Rieger <grieger@google.com>
4916 Date:   Fri Feb 2 17:50:45 2018 -0800
4917
4918     Add CMake configuration for all of the new subsetting code.
4919
4920  CMakeLists.txt             | 14 ++++++++++++++
4921  src/Makefile.sources       |  9 +++++++--
4922  test/CMakeLists.txt        |  1 +
4923  test/subset/CMakeLists.txt |  9 +++++++++
4924  util/Makefile.am           |  2 +-
4925  util/Makefile.sources      |  2 +-
4926  6 files changed, 33 insertions(+), 4 deletions(-)
4927
4928 commit 5bc0cda179bca452145d4523eeba415986edb6e3
4929 Author: Garret Rieger <grieger@google.com>
4930 Date:   Fri Feb 2 17:49:14 2018 -0800
4931
4932     Add missing unistd header to hb-subset.
4933
4934  util/hb-subset.cc | 2 ++
4935  1 file changed, 2 insertions(+)
4936
4937 commit 06fe297f2a9fc6ee98179ddd26ef089b7fdb9e74
4938 Author: Garret Rieger <grieger@google.com>
4939 Date:   Thu Feb 1 18:36:15 2018 -0800
4940
4941     Properly include subset test data files.
4942
4943  test/subset/data/Makefile.am | 6 +++---
4944  1 file changed, 3 insertions(+), 3 deletions(-)
4945
4946 commit 058b1260ad1105d0d8d6bf21f8f65a336e735bd2
4947 Author: Garret Rieger <grieger@google.com>
4948 Date:   Thu Feb 1 18:22:14 2018 -0800
4949
4950     Re-write hb-subset utility to use main-font-text driver.
4951
4952  test/subset/run-tests.py |  15 +++---
4953  util/Makefile.sources    |   3 ++
4954  util/hb-subset.cc        | 131
4955  +++++++++++++++++++++++++----------------------
4956  3 files changed, 82 insertions(+), 67 deletions(-)
4957
4958 commit ede84ffa426edb950c4ec4f89833c85475a1c64f
4959 Author: Garret Rieger <grieger@google.com>
4960 Date:   Thu Feb 1 17:17:36 2018 -0800
4961
4962     Whitespace
4963
4964  util/hb-subset.cc | 36 ++++++++++++++++++------------------
4965  1 file changed, 18 insertions(+), 18 deletions(-)
4966
4967 commit 2763a2c5982c0db072697abe8ba01342d5977237
4968 Author: Garret Rieger <grieger@google.com>
4969 Date:   Thu Feb 1 17:14:51 2018 -0800
4970
4971     Include subset test files in distribution.
4972
4973  test/subset/Makefile.am      | 7 ++++++-
4974  test/subset/data/Makefile.am | 7 +++++++
4975  2 files changed, 13 insertions(+), 1 deletion(-)
4976
4977 commit 34fa7b3ad23b544b0914bc6002d60525224c68e1
4978 Author: Garret Rieger <grieger@google.com>
4979 Date:   Thu Feb 1 16:50:18 2018 -0800
4980
4981     Whitespace
4982
4983  src/hb-subset.h | 20 ++++++++++----------
4984  1 file changed, 10 insertions(+), 10 deletions(-)
4985
4986 commit 8c3a6727377895f18e1b5c7076404d8aede17176
4987 Author: Garret Rieger <grieger@google.com>
4988 Date:   Wed Jan 31 15:43:24 2018 -0800
4989
4990     Get test-subset to pass.
4991
4992  src/hb-subset.cc | 2 +-
4993  1 file changed, 1 insertion(+), 1 deletion(-)
4994
4995 commit 74d39ed2639857d5f1a90d9c0d864227a6482b40
4996 Author: Garret Rieger <grieger@google.com>
4997 Date:   Wed Jan 31 15:20:52 2018 -0800
4998
4999     Attach add a hb_face_t to hb_subset_face_t.
5000
5001  src/hb-subset.cc | 17 +++++++++++++----
5002  1 file changed, 13 insertions(+), 4 deletions(-)
5003
5004 commit 76b84c36b9560e132918adb4c0c5a0d9bdfb0978
5005 Author: Garret Rieger <grieger@google.com>
5006 Date:   Wed Jan 31 14:53:28 2018 -0800
5007
5008     Whitespace
5009
5010  test/api/Makefile.am | 2 +-
5011  1 file changed, 1 insertion(+), 1 deletion(-)
5012
5013 commit a2965f2ea5428c19be54f998ef9152c5ff6975ea
5014 Author: Garret Rieger <grieger@google.com>
5015 Date:   Wed Jan 31 14:53:09 2018 -0800
5016
5017     Add a basic implementation of hb-subset to enable compilation of
5018     test-subset.
5019
5020  src/hb-subset.cc       | 146
5021  +++++++++++++++++++++++++++++++++++++++++++++++++
5022  src/hb-subset.h        |   5 +-
5023  test/api/Makefile.am   |   1 +
5024  test/api/test-subset.c |  12 ++--
5025  4 files changed, 156 insertions(+), 8 deletions(-)
5026
5027 commit 38af23b8df1a84f24d379d27d1a1e20f9ce07f34
5028 Author: Garret Rieger <grieger@google.com>
5029 Date:   Wed Jan 31 11:32:23 2018 -0800
5030
5031     Make the expected output for subsetting basics test be equal to the
5032     input file for now.
5033
5034  .../expected/basics/Roboto-Regular.abc.default.62.ttf | Bin 1996 ->
5035  2460 bytes
5036  1 file changed, 0 insertions(+), 0 deletions(-)
5037
5038 commit b59c08eb045db2b6c952de81510b8159a4f72fb1
5039 Author: Garret Rieger <grieger@google.com>
5040 Date:   Wed Jan 31 11:14:53 2018 -0800
5041
5042     Add the beginning of a unit test for hb-subset
5043
5044  test/api/test-subset.c | 67
5045  ++++++++++++++++++++++++++++++++++++++++++++++++++
5046  1 file changed, 67 insertions(+)
5047
5048 commit e9d154ac8ddd2712a34c53c95a17e469f95e5b30
5049 Author: Rod Sheeter <rsheeter@google.com>
5050 Date:   Tue Jan 30 19:27:11 2018 -0800
5051
5052     tweak test failure output. write to a temp file not stdout. test
5053     still fails because expected is not just an identical copy of input
5054
5055  test/subset/run-tests.py | 41 +++++++++++++++++++++++++++----------
5056  util/hb-subset.cc        | 53
5057  +++++++++++++++++++++++++++++++++---------------
5058  2 files changed, 67 insertions(+), 27 deletions(-)
5059
5060 commit cf403e1a53381f293aceac5cdbe031bbb2a7af77
5061 Author: Garret Rieger <grieger@google.com>
5062 Date:   Tue Jan 30 18:40:23 2018 -0800
5063
5064     Add hb-subset.h to hb.h
5065
5066  src/hb.h | 1 +
5067  1 file changed, 1 insertion(+)
5068
5069 commit c02573516c05ac97acb243ef5dec26af86086ded
5070 Author: Garret Rieger <grieger@google.com>
5071 Date:   Tue Jan 30 18:39:41 2018 -0800
5072
5073     Fix typo in hb-subset.h
5074
5075  src/hb-subset.h | 2 +-
5076  1 file changed, 1 insertion(+), 1 deletion(-)
5077
5078 commit 76351518ca9bc88aa6fbc975e1e35bd86432d652
5079 Author: Garret Rieger <grieger@google.com>
5080 Date:   Tue Jan 30 14:03:16 2018 -0800
5081
5082     Remove basic subset test from XFAIL
5083
5084  test/subset/data/Makefile.sources | 1 -
5085  1 file changed, 1 deletion(-)
5086
5087 commit b029b7c19a733a2a39860238ad300e6c4a3f7802
5088 Author: Garret Rieger <grieger@google.com>
5089 Date:   Mon Jan 29 13:31:49 2018 -0800
5090
5091     Whitespace
5092
5093  test/subset/data/Makefile.sources | 4 ++--
5094  1 file changed, 2 insertions(+), 2 deletions(-)
5095
5096 commit 0853260e997aded264f42bb369d4fcb39cccb7d6
5097 Author: Garret Rieger <grieger@google.com>
5098 Date:   Mon Jan 29 13:30:02 2018 -0800
5099
5100     Configure automake to run the new subset tests.
5101
5102  configure.ac                                        |  2 ++
5103  test/Makefile.am                                    |  2 +-
5104  test/subset/Makefile.am                             | 16 ++++++++++++++++
5105  test/subset/data/Makefile.am                        | 16 ++++++++++++++++
5106  test/subset/data/Makefile.sources                   | 10 ++++++++++
5107  test/subset/data/tests/{basics.txt => basics.tests} |  0
5108  6 files changed, 45 insertions(+), 1 deletion(-)
5109
5110 commit 5c63c37b2b5aba8bf2f8ff35b7da0d116ebfe8b5
5111 Author: Garret Rieger <grieger@google.com>
5112 Date:   Fri Jan 26 16:57:42 2018 -0800
5113
5114     WIP test runner for subset tests.
5115
5116  test/subset/run-tests.py | 64
5117  ++++++++++++++++++++++++++++++++++++++++++++++++
5118  1 file changed, 64 insertions(+)
5119
5120 commit cc46cd88a1b84b02694fa6d88c4286e93336f096
5121 Author: Garret Rieger <grieger@google.com>
5122 Date:   Fri Jan 26 14:25:39 2018 -0800
5123
5124     In generate-expected-outputs read the test definition with utf8
5125     encoding.
5126
5127  test/subset/generate-expected-outputs.py | 3 ++-
5128  1 file changed, 2 insertions(+), 1 deletion(-)
5129
5130 commit 4cdae914e2e2fff1ff91e2f42648a8acb82a5494
5131 Author: Garret Rieger <grieger@google.com>
5132 Date:   Fri Jan 26 13:57:48 2018 -0800
5133
5134     Add basic directory structure for subsetter integration tests. Plus
5135     a utility for generating expected output files.
5136
5137  .../basics/Roboto-Regular.abc.default.62.ttf       | Bin 0 -> 1996 bytes
5138  test/subset/data/fonts/Roboto-Regular.abc.ttf      | Bin 0 -> 2460 bytes
5139  test/subset/data/profiles/default.txt              |   0
5140  test/subset/data/tests/basics.txt                  |   8 ++
5141  test/subset/generate-expected-outputs.py           |  40 ++++++++++
5142  test/subset/subset_test_suite.py                   |  82
5143  +++++++++++++++++++++
5144  6 files changed, 130 insertions(+)
5145
5146 commit 9ccb8366f603a9e4a7a3c3f96420a19d4f6fb390
5147 Author: Rod Sheeter <rsheeter@google.com>
5148 Date:   Wed Jan 17 22:09:07 2018 -0800
5149
5150     Start to sketch APIs for subsetting
5151
5152  src/Makefile.am       |  2 ++
5153  src/Makefile.sources  |  4 +++
5154  src/hb-subset.cc      |  0
5155  src/hb-subset.h       | 88
5156  +++++++++++++++++++++++++++++++++++++++++++++++++++
5157  util/Makefile.am      |  3 ++
5158  util/Makefile.sources |  4 +++
5159  util/hb-subset.cc     | 61 +++++++++++++++++++++++++++++++++++
5160  7 files changed, 162 insertions(+)
5161
5162 commit 89b1906d990658c763f35113c8978a5e21bffc22
5163 Author: Behdad Esfahbod <behdad@behdad.org>
5164 Date:   Sun Feb 4 14:45:02 2018 -0500
5165
5166     [aat] More adjustment to ContextualSubtable
5167
5168     See comment.
5169
5170     With this, MORX-20 passes if I turn --verify off.  Our unsafe-to-break
5171     logic is currently broken in presence of end-of-text actions.  That's,
5172     ugh, extra work to fix.  Let me try...
5173
5174  src/hb-aat-layout-morx-table.hh | 8 ++++++++
5175  1 file changed, 8 insertions(+)
5176
5177 commit 8be596f0b76543e19644c0b77c1bcf4d9e783c2b
5178 Author: Behdad Esfahbod <behdad@behdad.org>
5179 Date:   Sun Feb 4 14:40:17 2018 -0500
5180
5181     [aat] In ContextualSubstitute, apply end-of-text action to last glyph
5182
5183  src/hb-aat-layout-morx-table.hh | 9 +++++----
5184  1 file changed, 5 insertions(+), 4 deletions(-)
5185
5186 commit c0b1c7eb2eed67147adec3d2c9e02d01f279c8f4
5187 Author: Behdad Esfahbod <behdad@behdad.org>
5188 Date:   Sun Feb 4 14:19:41 2018 -0500
5189
5190     [aat] Remove unneeded check
5191
5192  src/hb-aat-layout-morx-table.hh | 2 +-
5193  1 file changed, 1 insertion(+), 1 deletion(-)
5194
5195 commit fcb8be1a385cb4432dc6064fba77939716d27a02
5196 Author: Behdad Esfahbod <behdad@behdad.org>
5197 Date:   Sun Feb 4 12:38:18 2018 -0500
5198
5199     [configure] Fix wording
5200
5201     Fixes https://github.com/harfbuzz/harfbuzz/issues/741
5202
5203  configure.ac | 4 ++--
5204  1 file changed, 2 insertions(+), 2 deletions(-)
5205
5206 commit aed32589af6d5fce3e68fe41865e258ea7eb2413
5207 Author: Behdad Esfahbod <behdad@behdad.org>
5208 Date:   Fri Feb 2 16:08:50 2018 -0500
5209
5210     [aat] In ContextualSubtable, mark mark after substituting mark
5211
5212     Fixes MORX-21.
5213
5214  src/hb-aat-layout-morx-table.hh | 16 ++++++++--------
5215  1 file changed, 8 insertions(+), 8 deletions(-)
5216
5217 commit fe5f9b1ae318939eaa23d0175a5eb7e1739177ac
5218 Author: Behdad Esfahbod <behdad@behdad.org>
5219 Date:   Fri Feb 2 15:53:25 2018 -0500
5220
5221     [aat] Fix ContextualSubtable sanitization
5222
5223     Fixes MORX-18, MORX-19, and MORX-22.
5224
5225  src/hb-aat-layout-morx-table.hh | 6 ++++--
5226  1 file changed, 4 insertions(+), 2 deletions(-)
5227
5228 commit cf943f682bcdd73e3ad1f6108c1a1870b991d5e4
5229 Author: Khaled Hosny <khaledhosny@eglug.org>
5230 Date:   Sun Feb 4 12:05:12 2018 +0200
5231
5232     Correctly show documentation build status
5233
5234     Correctly show if building documentation is enabled or not in
5235     configure
5236     summary.
5237
5238     Fixes https://github.com/harfbuzz/harfbuzz/issues/741
5239
5240  configure.ac | 2 +-
5241  1 file changed, 1 insertion(+), 1 deletion(-)
5242
5243 commit e8859fca3eafb5aab6d029563b31219ccca0d673
5244 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
5245 Date:   Sun Feb 4 01:26:57 2018 +0700
5246
5247     Enable use of atexit() on macOS and related platforms.
5248
5249     The atexit() man page indicates that this is expected to behave
5250     in the expected way on unloading of shared libraries.
5251
5252  src/hb-private.hh | 6 ++++++
5253  1 file changed, 6 insertions(+)
5254
5255 commit a89573770b4c0f9c444ad6499bec5dc022087a97
5256 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
5257 Date:   Sun Feb 4 01:31:53 2018 +0700
5258
5259     Use nullptr, not NULL.
5260
5261  src/hb-aat-layout-common-private.hh | 2 +-
5262  src/hb-buffer-deserialize-json.rl   | 4 ++--
5263  src/hb-buffer-deserialize-text.rl   | 4 ++--
5264  3 files changed, 5 insertions(+), 5 deletions(-)
5265
5266 commit 07885e65adf1d3cb324de99501f9867f1a2553f8
5267 Author: Ebrahim Byagowi <ebrahim@gnu.org>
5268 Date:   Sat Feb 3 12:53:48 2018 +0330
5269
5270     [cmake] unistd typo fix (#747)
5271
5272  CMakeLists.txt | 18 +++++++++---------
5273  1 file changed, 9 insertions(+), 9 deletions(-)
5274
5275 commit ccb0367dae4cbb9c8215dbf20ac7f9acfba2fa14
5276 Author: David Corbett <corbett.dav@husky.neu.edu>
5277 Date:   Fri Feb 2 12:04:04 2018 -0500
5278
5279     Let VS1 follow U+1031 MYANMAR VOWEL SIGN E
5280
5281  src/hb-ot-shape-complex-myanmar-machine.rl               |   2 +-
5282  src/hb-ot-shape-complex-myanmar.cc                       |   5 +++++
5283  test/shaping/README.md                                   |  10 +++++-----
5284  test/shaping/data/in-house/Makefile.sources              |   1 +
5285  .../fonts/af3086380b743099c54a3b11b96766039ea62fcd.ttf   | Bin 0 ->
5286  1536 bytes
5287  test/shaping/data/in-house/tests/myanmar-syllable.tests  |   1 +
5288  6 files changed, 13 insertions(+), 6 deletions(-)
5289
5290 commit c6dbf6e77cae30772ffa110c651cb4287ab3b0dc
5291 Author: punchcutter <zarijoscha@gmail.com>
5292 Date:   Wed Jan 31 14:09:04 2018 -0800
5293
5294     Allow optional ZWJ in virama terminated cluster
5295
5296  src/hb-ot-shape-complex-use-machine.rl | 2 +-
5297  1 file changed, 1 insertion(+), 1 deletion(-)
5298
5299 commit dae20fb5a79caad9a4af14137a961b60fe256235
5300 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
5301 Date:   Wed Jan 31 20:16:08 2018 +0700
5302
5303     Use nullptr instead of 0.
5304
5305  src/hb-coretext.cc           | 4 ++--
5306  src/test-buffer-serialize.cc | 2 +-
5307  2 files changed, 3 insertions(+), 3 deletions(-)
5308
5309 commit 90218fa93cf8b5d4b192be12d31aed92d271d09e
5310 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
5311 Date:   Wed Jan 31 20:44:45 2018 +0700
5312
5313     Fix typos.
5314
5315  src/hb-blob.cc                     | 2 +-
5316  src/hb-buffer-private.hh           | 2 +-
5317  src/hb-common.cc                   | 2 +-
5318  src/hb-coretext.cc                 | 2 +-
5319  src/hb-directwrite.cc              | 2 +-
5320  src/hb-ft.cc                       | 2 +-
5321  src/hb-graphite2.cc                | 2 +-
5322  src/hb-ot-layout-common-private.hh | 2 +-
5323  8 files changed, 8 insertions(+), 8 deletions(-)
5324
5325 commit 148ca61075d821a09e42e2c75fbc9be47cfc6003
5326 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
5327 Date:   Wed Jan 31 22:24:51 2018 +0700
5328
5329     [ot-layout] Fix nullptr dereference.
5330
5331     If the `calloc` for `gsub_accels` or `gpos_accels` fails, then the
5332     unlikely branch afterwards can be taken, which frees up the
5333     `hb_ot_layout_t`, but since those fields can now be `nullptr`, then
5334     we don't want to dereference them.
5335
5336  src/hb-ot-layout.cc | 10 ++++++----
5337  1 file changed, 6 insertions(+), 4 deletions(-)
5338
5339 commit 0c66043a924fd114017a862d2cacd70f64b92370
5340 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
5341 Date:   Wed Jan 31 20:24:27 2018 +0700
5342
5343     [coretext] Fix memory leaks.
5344
5345     In `reference_table`, if the data is empty and we return early,
5346     we still need to release the data object.
5347
5348     In `hb_coretext_shape`, there two edge cases where an early
5349     return should release the attributed string.
5350
5351  src/hb-coretext.cc | 9 +++++++++
5352  1 file changed, 9 insertions(+)
5353
5354 commit f0b700db394ccdff30ff83961a3e2ea9ff4ea472
5355 Author: Behdad Esfahbod <behdad@behdad.org>
5356 Date:   Tue Jan 30 11:16:51 2018 -0800
5357
5358     1.7.5
5359
5360  NEWS         | 9 +++++++++
5361  configure.ac | 2 +-
5362  2 files changed, 10 insertions(+), 1 deletion(-)
5363
5364 commit 585b5760987e1ddd31e11fc55a2ce55ddb5b1663
5365 Author: Behdad Esfahbod <behdad@behdad.org>
5366 Date:   Tue Jan 30 11:51:56 2018 -0800
5367
5368     Fix distcheck
5369
5370  test/shaping/data/in-house/Makefile.am             | 2 +-
5371  test/shaping/data/text-rendering-tests/Makefile.am | 2 +-
5372  2 files changed, 2 insertions(+), 2 deletions(-)
5373
5374 commit e89df6e1aee9cb6fe1268643ce19816808baf0c4
5375 Author: Behdad Esfahbod <behdad@behdad.org>
5376 Date:   Tue Jan 30 10:58:44 2018 -0800
5377
5378     [aat] Limit number of DontAdvance transitions
5379
5380     Remove the faulty loop-detection logic. Use max-ops for breaking
5381     out of infinite loops or heavy work.
5382
5383     https://twitter.com/behdadesfahbod/status/958065026262183936
5384
5385  src/hb-aat-layout-common-private.hh | 33
5386  ++-------------------------------
5387  1 file changed, 2 insertions(+), 31 deletions(-)
5388
5389 commit e00743b47d25a2487b7f232a514a042e2962a089
5390 Author: Behdad Esfahbod <behdad@behdad.org>
5391 Date:   Mon Jan 29 10:07:05 2018 -0800
5392
5393     [test/text-rendering-tests] Update from upstream
5394
5395  test/shaping/data/text-rendering-tests/DISABLED          |   7 +++++++
5396  test/shaping/data/text-rendering-tests/Makefile.sources  |   7 +++++++
5397  .../data/text-rendering-tests/fonts/TestMORXEighteen.ttf | Bin 0 ->
5398  3256 bytes
5399  .../text-rendering-tests/fonts/TestMORXSeventeen.ttf     | Bin 0 ->
5400  1788 bytes
5401  .../data/text-rendering-tests/fonts/TestMORXSixteen.ttf  | Bin 0 ->
5402  1812 bytes
5403  .../data/text-rendering-tests/fonts/TestMORXTwenty.ttf   | Bin 0 ->
5404  3232 bytes
5405  .../text-rendering-tests/fonts/TestMORXTwentyone.ttf     | Bin 0 ->
5406  3244 bytes
5407  .../text-rendering-tests/fonts/TestMORXTwentytwo.ttf     | Bin 0 ->
5408  3256 bytes
5409  .../data/text-rendering-tests/tests/MORX-14.tests        |   1 +
5410  .../data/text-rendering-tests/tests/MORX-16.tests        |   1 +
5411  .../data/text-rendering-tests/tests/MORX-17.tests        |   1 +
5412  .../data/text-rendering-tests/tests/MORX-18.tests        |   4 ++++
5413  .../data/text-rendering-tests/tests/MORX-19.tests        |   2 ++
5414  .../data/text-rendering-tests/tests/MORX-20.tests        |   7 +++++++
5415  .../data/text-rendering-tests/tests/MORX-21.tests        |   1 +
5416  .../data/text-rendering-tests/tests/MORX-22.tests        |   1 +
5417  16 files changed, 32 insertions(+)
5418
5419 commit 29d901286e632fa4de5ea198cc455cae56bc09a8
5420 Author: Ebrahim Byagowi <ebrahim@gnu.org>
5421 Date:   Tue Jan 30 10:01:46 2018 +0330
5422
5423     [cmake] Build src/ executables (#733)
5424
5425  CMakeLists.txt | 40 ++++++++++++++++++++++++++--------------
5426  1 file changed, 26 insertions(+), 14 deletions(-)
5427
5428 commit 55cae0d72eecb5116008815b598481dd1404fc6a
5429 Author: Ebrahim Byagowi <ebrahim@gnu.org>
5430 Date:   Mon Jan 29 18:05:24 2018 +0330
5431
5432     [test] Use 'otool -L' where ldd doesn't exist (macOS) (#732)
5433
5434  src/check-libstdc++.sh | 13 +++++++++----
5435  1 file changed, 9 insertions(+), 4 deletions(-)
5436
5437 commit 2ec7dd1f6cb78ee6a0621aa98f18500d3318c90c
5438 Author: David Corbett <corbett.dav@husky.neu.edu>
5439 Date:   Sun Jan 28 17:48:28 2018 -0500
5440
5441     Fix Travis build on macOS (#731)
5442
5443  .travis.yml       | 2 +-
5444  src/check-defs.sh | 4 ++--
5445  2 files changed, 3 insertions(+), 3 deletions(-)
5446
5447 commit 12757b692905062fe0fc266a6230238b3492abfd
5448 Author: Behdad Esfahbod <behdad@behdad.org>
5449 Date:   Fri Jan 26 18:14:05 2018 -0800
5450
5451     Misc warning fixes
5452
5453     Fixes https://github.com/harfbuzz/harfbuzz/issues/712
5454
5455  src/hb-ot-layout-gsubgpos-private.hh | 9 ++++-----
5456  src/hb-ot-map-private.hh             | 1 -
5457  src/hb-ot-map.cc                     | 5 ++---
5458  3 files changed, 6 insertions(+), 9 deletions(-)
5459
5460 commit 85be365ed9238caf0283346ab4e5c5127096fc8a
5461 Author: bungeman <bungeman@chromium.org>
5462 Date:   Fri Jan 26 13:38:06 2018 -0500
5463
5464     Use KernSubTableFormat2::rightClassTable
5465
5466     Issue originally reported at http://cppfiles.com/chromium.txt .
5467
5468     This fixes what appears to be a copy - paste issue which causes both
5469     KernSubTableFormat2::rightClassTable and the 'right' argument to
5470     KernSubTableFormat2::get_kerning to go unused.
5471
5472  src/hb-ot-kern-table.hh | 2 +-
5473  1 file changed, 1 insertion(+), 1 deletion(-)
5474
5475 commit c41b7fc10588323b5d8c0007befa701994115f7b
5476 Author: Ebrahim Byagowi <ebrahim@gnu.org>
5477 Date:   Thu Jan 25 09:53:32 2018 +0330
5478
5479     [cmake] Use -fvisibility-inlines-hidden instead (#726)
5480
5481  CMakeLists.txt | 7 ++-----
5482  1 file changed, 2 insertions(+), 5 deletions(-)
5483
5484 commit 3d615766060e34a6e716c8737f651b6d6871ae85
5485 Author: Ebrahim Byagowi <ebrahim@gnu.org>
5486 Date:   Mon Jan 22 21:23:19 2018 +0330
5487
5488     [cmake] fix symbol exporting issue on newer gcc (#724)
5489
5490  CMakeLists.txt | 22 +++++++++++-----------
5491  1 file changed, 11 insertions(+), 11 deletions(-)
5492
5493 commit 8b60e7c2c301a24906d591c80c42fd5e506072d2
5494 Author: Ebrahim Byagowi <ebrahim@gnu.org>
5495 Date:   Mon Jan 22 18:37:26 2018 +0330
5496
5497     [ci] minor, less hacks (#722)
5498
5499  .circleci/config.yml | 20 ++++++--------------
5500  .travis.yml          |  8 ++++----
5501  CMakeLists.txt       | 11 +++++++----
5502  3 files changed, 17 insertions(+), 22 deletions(-)
5503
5504 commit aaf934de3b9e3447897b4da566655d6d0494e87b
5505 Author: Ebrahim Byagowi <ebrahim@gnu.org>
5506 Date:   Mon Jan 22 13:16:54 2018 +0330
5507
5508     [ci] minor (#721)
5509
5510  .circleci/config.yml | 4 ++--
5511  .travis.yml          | 4 ++--
5512  2 files changed, 4 insertions(+), 4 deletions(-)
5513
5514 commit bd752db733e3d8c2c8773d831aebdd8a5cbb5e04
5515 Author: Ebrahim Byagowi <ebrahim@gnu.org>
5516 Date:   Mon Jan 22 13:08:35 2018 +0330
5517
5518     [ci] unbreak bots with outdated freetype version (#718)
5519
5520  .circleci/config.yml | 10 +++++++++-
5521  .travis.yml          | 10 +++++++++-
5522  2 files changed, 18 insertions(+), 2 deletions(-)
5523
5524 commit 19a93fcf1946ad29f07306a0b6c65377bdaa49f0
5525 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
5526 Date:   Sun Jan 21 20:40:34 2018 +0700
5527
5528     Fix typos.
5529
5530  src/hb-blob.h   | 2 +-
5531  src/hb-buffer.h | 4 ++--
5532  2 files changed, 3 insertions(+), 3 deletions(-)
5533
5534 commit 51ce3828e67a8ca7e4ea4b69e88c395e243bf01f
5535 Author: Behdad Esfahbod <behdad@behdad.org>
5536 Date:   Fri Jan 19 18:36:39 2018 -0800
5537
5538     [aat] Fix Ligature matching
5539
5540     I hope... Makes "ffi" work with Zapfino. I'm not sure if doing it
5541     correctly though...
5542
5543  src/hb-aat-layout-morx-table.hh | 4 ++--
5544  1 file changed, 2 insertions(+), 2 deletions(-)
5545
5546 commit bef509855c7a2c4400a947d2527d1dc048da1284
5547 Author: Behdad Esfahbod <behdad@behdad.org>
5548 Date:   Fri Jan 19 18:24:00 2018 -0800
5549
5550     [aat] Add TODO
5551
5552  src/hb-aat-layout-morx-table.hh | 1 +
5553  1 file changed, 1 insertion(+)
5554
5555 commit e6f283ed7db6f8e2f8016dcbf07e589c40976aa6
5556 Author: Behdad Esfahbod <behdad@behdad.org>
5557 Date:   Fri Jan 19 18:08:56 2018 -0800
5558
5559     [aat] Implement LigatureSubtable
5560
5561     We form the Zapfino ligature now. Yay! No further testing done.
5562
5563  src/hb-aat-layout-common-private.hh |  25 ++++++---
5564  src/hb-aat-layout-morx-table.hh     | 108
5565  +++++++++++++++++++++++++++++++++---
5566  2 files changed, 115 insertions(+), 18 deletions(-)
5567
5568 commit f07ce661a2056965c573c99bdb721c065563ea7b
5569 Author: Behdad Esfahbod <behdad@behdad.org>
5570 Date:   Fri Jan 19 16:52:01 2018 -0800
5571
5572     [aat] Embed a sanitizer context in hb_aat_apply_context_t
5573
5574     For run-time checking.
5575
5576  src/hb-aat-layout-common-private.hh | 22 ++++++++++++++++------
5577  src/hb-aat-layout.cc                | 16 ++++++++--------
5578  2 files changed, 24 insertions(+), 14 deletions(-)
5579
5580 commit 046690a4df0fdc93e3490210ef105f26057b1462
5581 Author: Behdad Esfahbod <behdad@behdad.org>
5582 Date:   Wed Jan 17 16:59:55 2018 -0800
5583
5584     [aat] Add hb_aat_apply_context_t
5585
5586  src/hb-aat-layout-common-private.hh | 23 +++++++++++++++++++++++
5587  src/hb-aat-layout-morx-table.hh     | 27 +++++++++++++--------------
5588  src/hb-aat-layout-private.hh        |  2 +-
5589  src/hb-aat-layout.cc                |  8 +++++---
5590  src/hb-ot-shape.cc                  |  3 +--
5591  5 files changed, 43 insertions(+), 20 deletions(-)
5592
5593 commit fd034490942c06e31cfb42f32023c78734f8aeeb
5594 Author: Behdad Esfahbod <behdad@behdad.org>
5595 Date:   Wed Jan 17 16:46:51 2018 -0800
5596
5597     Rename hb_apply_context_t to hb_ot_apply_context_t
5598
5599  src/hb-aat-layout-morx-table.hh            | 16 ++++-----
5600  src/hb-aat-layout-private.hh               |  2 +-
5601  src/hb-aat-layout.cc                       |  2 +-
5602  src/hb-ot-layout-gpos-table.hh             | 48 ++++++++++++-------------
5603  src/hb-ot-layout-gsub-table.hh             | 24 ++++++-------
5604  src/hb-ot-layout-gsubgpos-private.hh       | 58
5605  +++++++++++++++---------------
5606  src/hb-ot-layout-private.hh                |  4 +--
5607  src/hb-ot-layout.cc                        | 16 ++++-----
5608  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
5609  src/hb-ot-shape-fallback.cc                |  4 +--
5610  src/hb-ot-shape.cc                         |  2 +-
5611  11 files changed, 89 insertions(+), 89 deletions(-)
5612
5613 commit 94b49beee972fec98cbb80658df3d8491b45485d
5614 Author: Behdad Esfahbod <behdad@behdad.org>
5615 Date:   Wed Jan 17 12:46:08 2018 -0800
5616
5617     Whitespace
5618
5619  src/hb-ot-head-table.hh | 20 +++++++++-----------
5620  src/hb-ot-post-table.hh | 10 +++++-----
5621  2 files changed, 14 insertions(+), 16 deletions(-)
5622
5623 commit e849b8a85bb66219db4d797d86ddd60ed7c26a2e
5624 Author: Ebrahim Byagowi <ebrahim@gnu.org>
5625 Date:   Fri Jan 19 16:12:24 2018 +0330
5626
5627     [cmake] Always put test/api/CMakeLists.txt on distributions
5628
5629  test/api/Makefile.am | 3 ++-
5630  1 file changed, 2 insertions(+), 1 deletion(-)
5631
5632 commit c8f2a4f5b99d3be3079286817386b4185d35a545
5633 Author: Cosimo Lupo <cosimo@anthrotype.com>
5634 Date:   Thu Jan 18 22:49:40 2018 +0100
5635
5636     hb-common.cc: Hatran script is right-to-left (#714)
5637
5638     "Hatran is written from right to left horizontally"
5639
5640     http://www.unicode.org/L2/L2012/12312-n4324-hatran.pdf
5641
5642     This ancient script was added with Unicode 8.0.
5643
5644     Also this spreadsheet (referenced in an inline comment in the
5645     source code) has it as RTL: http://goo.gl/x9ilM
5646
5647  src/hb-common.cc | 1 +
5648  1 file changed, 1 insertion(+)
5649
5650 commit 00806149b9b591e4ec15996d3d56bdbd60687821
5651 Author: Ebrahim Byagowi <ebrahim@gnu.org>
5652 Date:   Fri Jan 19 01:12:31 2018 +0330
5653
5654     Improve avoiding C++ linkage, definition creation and cmake tests
5655     (#710)
5656
5657  .circleci/config.yml |  4 ++--
5658  CMakeLists.txt       | 46 ++++++++++++++++++++++++++--------------------
5659  configure.ac         |  3 +++
5660  src/Makefile.am      | 11 ++---------
5661  src/check-defs.sh    | 37 +++++++++++++++++++++++--------------
5662  src/gen-def.py       | 16 ++++++++++++++++
5663  6 files changed, 72 insertions(+), 45 deletions(-)
5664
5665 commit 9b693212a834a96252f4ebe0b006b85e9f35fc91
5666 Author: David Corbett <corbett.dav@husky.neu.edu>
5667 Date:   Thu Jan 18 16:34:13 2018 -0500
5668
5669     Update record-test.sh to the new directory layout (#716)
5670
5671  test/shaping/README.md      | 11 ++++++-----
5672  test/shaping/record-test.sh | 17 +++++++++++++----
5673  2 files changed, 19 insertions(+), 9 deletions(-)
5674
5675 commit 461a605fdec3361a038d3715adf615353c4f91fa
5676 Author: Behdad Esfahbod <behdad@behdad.org>
5677 Date:   Wed Jan 17 10:02:48 2018 -0800
5678
5679     [aat] Allocate set dynamically
5680
5681  src/hb-aat-layout-common-private.hh | 21 ++++++++++++---------
5682  1 file changed, 12 insertions(+), 9 deletions(-)
5683
5684 commit 4c4a9fc8617fed9bc1a7805c9aed294b4f6b66ea
5685 Author: Behdad Esfahbod <behdad@behdad.org>
5686 Date:   Wed Jan 17 09:47:50 2018 -0800
5687
5688     Typo
5689
5690     Fixes https://github.com/harfbuzz/harfbuzz/issues/711
5691
5692  util/options.cc | 2 +-
5693  1 file changed, 1 insertion(+), 1 deletion(-)
5694
5695 commit 90f01bad637c8b1214f46d4df6d9552a6a728e29
5696 Author: Ebrahim Byagowi <ebrahim@gnu.org>
5697 Date:   Tue Jan 16 22:00:21 2018 +0330
5698
5699     [cmake] don't link to libstdc++ (#707)
5700
5701  CMakeLists.txt | 38 +++++++++++++++++++++++++-------------
5702  1 file changed, 25 insertions(+), 13 deletions(-)
5703
5704 commit 5e14e5f65d3dd1ed471ed73fab7e3207ae04e8fb
5705 Author: rdb <rdb@users.noreply.github.com>
5706 Date:   Tue Jan 16 17:04:33 2018 +0100
5707
5708     [cmake] Fix for CMake 3.0 and below (#706)
5709
5710  CMakeLists.txt | 6 +++---
5711  1 file changed, 3 insertions(+), 3 deletions(-)
5712
5713 commit c97a7eca7f7b6fc1c50a4ac7fccf3fa2d777430e
5714 Author: Ebrahim Byagowi <ebrahim@gnu.org>
5715 Date:   Tue Jan 16 14:18:09 2018 +0330
5716
5717     [cmake] Fix symbols visibility and enable check-symbols.sh test (#705)
5718
5719  .circleci/config.yml |  2 +-
5720  CMakeLists.txt       | 22 ++++++++++++++--------
5721  2 files changed, 15 insertions(+), 9 deletions(-)
5722
5723 commit 60f84ef014f9280da24d5eb9ce833a7f37210242
5724 Author: Behdad Esfahbod <behdad@behdad.org>
5725 Date:   Mon Jan 15 20:46:58 2018 -0500
5726
5727     Disable MORX-13/14
5728
5729     Really, need better way to catch these :(.
5730
5731  test/shaping/data/text-rendering-tests/DISABLED         | 2 ++
5732  test/shaping/data/text-rendering-tests/Makefile.sources | 4 ++--
5733  2 files changed, 4 insertions(+), 2 deletions(-)
5734
5735 commit 949f6af2897b8982c81a059ea98e1c29bbce4772
5736 Author: Behdad Esfahbod <behdad@behdad.org>
5737 Date:   Mon Jan 15 20:44:10 2018 -0500
5738
5739     Disallow sanitize recursing into Extension subtables multiple times
5740
5741     Fixes https://oss-fuzz.com/v2/testcase-detail/5216838347653120
5742     which is a stack overflow, not by way of infinite recursion, just
5743     being deep.  That's disallowed anyway, so catch it as it happens,
5744     not afterwards.
5745
5746  src/hb-ot-layout-gsub-table.hh       | 5 ++---
5747  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
5748  2 files changed, 5 insertions(+), 4 deletions(-)
5749
5750 commit bcb6f1ae0a08e5c7af88a7affaad42a67c5adac5
5751 Author: Behdad Esfahbod <behdad@behdad.org>
5752 Date:   Mon Jan 15 20:34:05 2018 -0500
5753
5754     Whitespace
5755
5756  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
5757  1 file changed, 1 insertion(+), 1 deletion(-)
5758
5759 commit 12fffce10eb6ffebdedd655d0b1f10a99adf1808
5760 Author: Behdad Esfahbod <behdad@behdad.org>
5761 Date:   Mon Jan 15 15:41:51 2018 -0500
5762
5763     [aat] Sanitize classTable in StateTable
5764
5765  src/hb-aat-layout-common-private.hh | 3 ++-
5766  1 file changed, 2 insertions(+), 1 deletion(-)
5767
5768 commit e6263c7142ca22efd9a3c93353a513f475c1c48d
5769 Author: Behdad Esfahbod <behdad@behdad.org>
5770 Date:   Mon Jan 15 15:37:55 2018 -0500
5771
5772     [aat] Wire up table length to apply()
5773
5774  src/hb-aat-layout-morx-table.hh | 17 +++++++++--------
5775  src/hb-aat-layout.cc            | 20 +++++++++++++++-----
5776  src/hb-open-type-private.hh     |  6 +++---
5777  3 files changed, 27 insertions(+), 16 deletions(-)
5778
5779 commit 679ae744d07db7746a983ece54c22635a9dc3cff
5780 Author: Behdad Esfahbod <behdad@behdad.org>
5781 Date:   Sun Jan 14 15:03:31 2018 -0500
5782
5783     [aat] Towards implementing LigatureSubtable
5784
5785  src/hb-aat-layout-morx-table.hh | 61
5786  +++++++++++++++++++++++++++++++++++++++--
5787  1 file changed, 58 insertions(+), 3 deletions(-)
5788
5789 commit c9e12a2b9b34d73d37def2261a5c1a7ef20b8349
5790 Author: Behdad Esfahbod <behdad@behdad.org>
5791 Date:   Sat Jan 13 17:05:12 2018 +0000
5792
5793     Fix set initializer
5794
5795  src/hb-set-private.hh | 1 +
5796  1 file changed, 1 insertion(+)
5797
5798 commit 54a1e250a839f030b43dbeba66cadc50ab5f90f6
5799 Author: Behdad Esfahbod <behdad@behdad.org>
5800 Date:   Sat Jan 13 14:44:39 2018 +0000
5801
5802     [test/text-rendering-tests] Update from upstream
5803
5804  test/shaping/data/text-rendering-tests/Makefile.sources  |   2 ++
5805  .../data/text-rendering-tests/fonts/TestMORXFourteen.ttf | Bin 0 ->
5806  1816 bytes
5807  .../data/text-rendering-tests/fonts/TestMORXThirteen.ttf | Bin 0 ->
5808  1820 bytes
5809  .../data/text-rendering-tests/tests/MORX-13.tests        |   1 +
5810  .../data/text-rendering-tests/tests/MORX-14.tests        |   1 +
5811  5 files changed, 4 insertions(+)
5812
5813 commit 9009b341c46caaa81deae8ea55e6f7dd98565f59
5814 Author: Behdad Esfahbod <behdad@behdad.org>
5815 Date:   Fri Jan 12 12:04:53 2018 +0100
5816
5817     [aat] Fix some struct sizes
5818
5819     I hate it that with my compiler at least, it doesn't catch totally
5820     uncompilable
5821     statements in templates if they are not used...
5822
5823  src/hb-aat-layout-common-private.hh | 2 +-
5824  src/hb-aat-layout-morx-table.hh     | 8 ++++----
5825  2 files changed, 5 insertions(+), 5 deletions(-)
5826
5827 commit 57051b4f672d7d9dd10c45cc95b1e50e32cd42a9
5828 Author: Behdad Esfahbod <behdad@behdad.org>
5829 Date:   Fri Jan 12 11:42:25 2018 +0100
5830
5831     [aat] Flush rest of buffer if state machine failed
5832
5833  src/hb-aat-layout-common-private.hh | 12 +++++++++---
5834  src/hb-aat-layout-morx-table.hh     |  2 ++
5835  2 files changed, 11 insertions(+), 3 deletions(-)
5836
5837 commit 369dfab0f8b7f22338bbd7a58a27e2e02e1efc29
5838 Author: Behdad Esfahbod <behdad@behdad.org>
5839 Date:   Fri Jan 12 11:37:01 2018 +0100
5840
5841     Minor
5842
5843  docs/Makefile.am | 2 +-
5844  1 file changed, 1 insertion(+), 1 deletion(-)
5845
5846 commit 25364c4f0020a66bd6f4bce1656ea47f1093396d
5847 Author: Behdad Esfahbod <behdad@behdad.org>
5848 Date:   Fri Jan 12 11:31:20 2018 +0100
5849
5850     [aat] Fix symbol visibility
5851
5852     Not sure why only one of the bots sees this as visible...
5853
5854  src/hb-aat-layout-morx-table.hh | 2 +-
5855  1 file changed, 1 insertion(+), 1 deletion(-)
5856
5857 commit ee16b9d8d35af1e74369edf7b733886c4b743a68
5858 Author: Behdad Esfahbod <behdad@behdad.org>
5859 Date:   Fri Jan 12 11:28:09 2018 +0100
5860
5861     Revert accidental morx enablement
5862
5863  src/hb-ot-shape.cc | 4 ++--
5864  1 file changed, 2 insertions(+), 2 deletions(-)
5865
5866 commit 44f0ee346f53c51ec4abccc81cc24abf6f018e85
5867 Author: Behdad Esfahbod <behdad@behdad.org>
5868 Date:   Fri Jan 12 11:27:51 2018 +0100
5869
5870     Fix docs
5871
5872  docs/harfbuzz-sections.txt | 1 +
5873  1 file changed, 1 insertion(+)
5874
5875 commit cdfa801ff4fe301d7bd41c9eee57cae75001ce4b
5876 Author: Behdad Esfahbod <behdad@behdad.org>
5877 Date:   Fri Jan 12 11:12:20 2018 +0100
5878
5879     [aat] Tweak previous commit
5880
5881  src/hb-aat-layout-common-private.hh | 2 ++
5882  src/hb-ot-shape.cc                  | 4 ++--
5883  2 files changed, 4 insertions(+), 2 deletions(-)
5884
5885 commit f7600228a4b37e6f6b65394aceeeb14bf4133c23
5886 Author: Behdad Esfahbod <behdad@behdad.org>
5887 Date:   Fri Jan 12 11:09:21 2018 +0100
5888
5889     [aat] Detect infinite-loops in state machine
5890
5891  src/hb-aat-layout-common-private.hh | 36
5892  +++++++++++++++++++++++++++++-------
5893  1 file changed, 29 insertions(+), 7 deletions(-)
5894
5895 commit d514f1480cffb81850ef212155c66ee9e0383350
5896 Author: Behdad Esfahbod <behdad@behdad.org>
5897 Date:   Fri Jan 12 10:55:44 2018 +0100
5898
5899     [circleci] cat test logs on failure on autotools-based builds
5900
5901  .circleci/config.yml | 6 +++---
5902  1 file changed, 3 insertions(+), 3 deletions(-)
5903
5904 commit 1facef337862a0ceee9a8ac1d4dc94ff94fcb3b3
5905 Author: Behdad Esfahbod <behdad@behdad.org>
5906 Date:   Fri Jan 12 10:53:52 2018 +0100
5907
5908     [travis] On test failure, cat all .log files
5909
5910  .travis.yml | 6 +++---
5911  1 file changed, 3 insertions(+), 3 deletions(-)
5912
5913 commit cdd86bf3a28961e85a8918d77937587df313d47b
5914 Author: Behdad Esfahbod <behdad@behdad.org>
5915 Date:   Fri Jan 12 10:51:51 2018 +0100
5916
5917     [travis] Update cat'ing test-suite.log files
5918
5919  .travis.yml | 6 +++---
5920  1 file changed, 3 insertions(+), 3 deletions(-)
5921
5922 commit 22d8c765e7b556601173a3e70f5bc9f310263a98
5923 Author: Behdad Esfahbod <behdad@behdad.org>
5924 Date:   Fri Jan 12 09:46:38 2018 +0100
5925
5926     Disable C++11
5927
5928     To better catch errors locally.
5929
5930  configure.ac | 2 +-
5931  1 file changed, 1 insertion(+), 1 deletion(-)
5932
5933 commit dd38db523a1001178bf4cae3721c098466534736
5934 Author: Behdad Esfahbod <behdad@behdad.org>
5935 Date:   Fri Jan 12 09:45:42 2018 +0100
5936
5937     [aat] Fix more builds
5938
5939     Maybe I should disable C++11 detection such that my compiler also
5940     catches
5941     these.  Doesn't look like we can switch to it for a while anyway...
5942
5943  src/hb-aat-layout-common-private.hh |  2 +-
5944  src/hb-aat-layout-morx-table.hh     | 18 +++++++++---------
5945  2 files changed, 10 insertions(+), 10 deletions(-)
5946
5947 commit 72cb2b1f57ba79938c74e0406fc7457fce287f69
5948 Author: Behdad Esfahbod <behdad@behdad.org>
5949 Date:   Fri Jan 12 09:38:55 2018 +0100
5950
5951     [aat] Fix builds
5952
5953  src/hb-aat-layout-morx-table.hh | 6 +++---
5954  1 file changed, 3 insertions(+), 3 deletions(-)
5955
5956 commit e3a15d0c6d088963e61f7fbebe25e1096d8e2903
5957 Author: Ting-Wei Lan <lantw@src.gnome.org>
5958 Date:   Fri Jan 12 15:33:16 2018 +0800
5959
5960     Update _POSIX_C_SOURCE to the latest version
5961
5962     Defining _POSIX_C_SOURCE to an old version on FreeBSD can cause C99 to
5963     be disabled in libc.
5964
5965  src/hb-blob.cc | 2 +-
5966  1 file changed, 1 insertion(+), 1 deletion(-)
5967
5968 commit c70d58f97da7dcbdd7ea72a44f39130a75a279f7
5969 Author: Behdad Esfahbod <behdad@behdad.org>
5970 Date:   Fri Jan 12 00:08:22 2018 +0100
5971
5972     [aat] Port RearrangementSubtable to StateTableDriver
5973
5974  src/hb-aat-layout-morx-table.hh | 91
5975  ++++++++++++++++++++---------------------
5976  1 file changed, 44 insertions(+), 47 deletions(-)
5977
5978 commit 117cfe7bb7cef682eb151b94f1eb12363ba3af67
5979 Author: Behdad Esfahbod <behdad@behdad.org>
5980 Date:   Fri Jan 12 00:01:36 2018 +0100
5981
5982     [aat] Add StateTableDriver and convert ContextualSubtable to it
5983
5984  src/hb-aat-layout-common-private.hh | 51 ++++++++++++++++++++
5985  src/hb-aat-layout-morx-table.hh     | 93
5986  ++++++++++++++++++-------------------
5987  2 files changed, 95 insertions(+), 49 deletions(-)
5988
5989 commit 0d39ac224c680b1f0134b58e78391497fbe47370
5990 Author: Behdad Esfahbod <behdad@behdad.org>
5991 Date:   Thu Jan 11 22:47:08 2018 +0100
5992
5993     [test/text-rendering-tests] Update README
5994
5995  test/shaping/data/text-rendering-tests/README | 3 +++
5996  1 file changed, 3 insertions(+)
5997
5998 commit 17a66f133c7e523403b6c90b011fcf0acb6356c6
5999 Author: Behdad Esfahbod <behdad@behdad.org>
6000 Date:   Thu Jan 11 22:46:19 2018 +0100
6001
6002     [test] Disable MORX-12
6003
6004     Ouch. I need a better workflow for this.
6005
6006  test/shaping/data/text-rendering-tests/Makefile.sources | 1 -
6007  1 file changed, 1 deletion(-)
6008
6009 commit 1f1c85a54aad8a25a67041cbb9c4277d28c1c761
6010 Author: Behdad Esfahbod <behdad@behdad.org>
6011 Date:   Thu Jan 11 22:43:57 2018 +0100
6012
6013     [aat] Remove 'mort' support
6014
6015     It's dead, Jim!
6016
6017  src/hb-aat-layout-common-private.hh |  55 +++++-----------
6018  src/hb-aat-layout-morx-table.hh     | 122
6019  ++++++++++--------------------------
6020  2 files changed, 46 insertions(+), 131 deletions(-)
6021
6022 commit 7e2fed6d73f89986e5777028cdcd24e3baf2f86c
6023 Author: Behdad Esfahbod <behdad@behdad.org>
6024 Date:   Thu Jan 11 19:25:21 2018 +0100
6025
6026     [aat] Allow DontAdvance
6027
6028     Apparently CoreText does allow these.  To be done: detect infinite
6029     loops.
6030
6031     Fixes MORX-12 test.
6032
6033  src/hb-aat-layout-morx-table.hh | 4 ++--
6034  1 file changed, 2 insertions(+), 2 deletions(-)
6035
6036 commit 1387fe8f9c474e88f86828733d4c01bd56f44432
6037 Author: Behdad Esfahbod <behdad@behdad.org>
6038 Date:   Thu Jan 11 19:22:37 2018 +0100
6039
6040     [test/text-rendering-tests] Update from upstream
6041
6042  test/shaping/data/text-rendering-tests/DISABLED          |   1 +
6043  test/shaping/data/text-rendering-tests/Makefile.sources  |   2 ++
6044  .../data/text-rendering-tests/fonts/TestMORXTwelve.ttf   | Bin 0 ->
6045  2200 bytes
6046  .../data/text-rendering-tests/tests/MORX-12.tests        |   3 +++
6047  4 files changed, 6 insertions(+)
6048
6049 commit 17f01aff910b3871d0a6c45fd4305304b7f68ab5
6050 Author: Behdad Esfahbod <behdad@behdad.org>
6051 Date:   Thu Jan 11 18:54:49 2018 +0100
6052
6053     [aat] Sanitize ContextualSubtable
6054
6055  src/hb-aat-layout-common-private.hh | 23 +++++++++++++++++++----
6056  src/hb-aat-layout-morx-table.hh     | 34
6057  ++++++++++++++++++++++++----------
6058  2 files changed, 43 insertions(+), 14 deletions(-)
6059
6060 commit 9b82aa19d812e70b7fade4b7669a9ce27855951e
6061 Author: Behdad Esfahbod <behdad@behdad.org>
6062 Date:   Thu Jan 11 18:19:42 2018 +0100
6063
6064     More warning fixes
6065
6066  src/hb-open-type-private.hh | 4 ++--
6067  1 file changed, 2 insertions(+), 2 deletions(-)
6068
6069 commit 680cbc2eb325edc6b8562f39485b146aa56b3872
6070 Author: Behdad Esfahbod <behdad@behdad.org>
6071 Date:   Thu Jan 11 18:15:53 2018 +0100
6072
6073     [aat] Sanitize StateTable
6074
6075  src/hb-aat-layout-common-private.hh | 43
6076  ++++++++++++++++++++++++++++++++++---
6077  1 file changed, 40 insertions(+), 3 deletions(-)
6078
6079 commit 0e3b3379a04a67a22e44e17d6bf849359f4fca68
6080 Author: Behdad Esfahbod <behdad@behdad.org>
6081 Date:   Thu Jan 11 18:01:10 2018 +0100
6082
6083     [aat] Actually fix d887f931485b715775e922516a4b0de5bb92c34f
6084
6085  src/hb-aat-layout-morx-table.hh | 2 +-
6086  1 file changed, 1 insertion(+), 1 deletion(-)
6087
6088 commit 1eb98c9916c6cb447f999170840b7f37de4b282d
6089 Author: Behdad Esfahbod <behdad@behdad.org>
6090 Date:   Thu Jan 11 17:59:03 2018 +0100
6091
6092     [test/text-rendering-tests] Actually disable MORX-11
6093
6094  test/shaping/data/text-rendering-tests/Makefile.sources | 2 +-
6095  1 file changed, 1 insertion(+), 1 deletion(-)
6096
6097 commit 3f291ffd5a9480ac0f528eaedd43c7e9af738ee2
6098 Author: Behdad Esfahbod <behdad@behdad.org>
6099 Date:   Thu Jan 11 17:57:46 2018 +0100
6100
6101     [buffer] Fix compiler warnings
6102
6103     line 323: Warning: info hides hb_buffer_t::info
6104     ...
6105
6106  src/hb-buffer-private.hh | 20 ++++++++++----------
6107  1 file changed, 10 insertions(+), 10 deletions(-)
6108
6109 commit d887f931485b715775e922516a4b0de5bb92c34f
6110 Author: Behdad Esfahbod <behdad@behdad.org>
6111 Date:   Thu Jan 11 17:41:34 2018 +0100
6112
6113     [aat] Make bots happy
6114
6115     Don't know why this is not caught by my compiler.  Looks like clang
6116     catches it
6117     while gcc doesn't.
6118
6119     In file included from ../src/hb-aat-layout-morx-table.hh:31:
6120     ../src/hb-aat-layout-common-private.hh:523:30: error: no member named
6121     'static_size' in 'AAT::ContextualSubtable<AAT::MorxTypes>::EntryData'
6122       DEFINE_SIZE_STATIC (4 + T::static_size);
6123                                 ~~~^
6124
6125  src/hb-aat-layout-morx-table.hh | 2 ++
6126  1 file changed, 2 insertions(+)
6127
6128 commit f6be730994434e706cc27d68b796492d876e82b6
6129 Author: Behdad Esfahbod <behdad@behdad.org>
6130 Date:   Thu Jan 11 15:23:24 2018 +0100
6131
6132     [aat] In NoncontextualSubtable, handle MarkLast with end-of-line
6133     transition
6134
6135     Fixes MORX-11 test.
6136
6137  src/hb-aat-layout-morx-table.hh | 4 ++--
6138  1 file changed, 2 insertions(+), 2 deletions(-)
6139
6140 commit 1d20d109a07bf9c775ab91dfbbb55f7bd80fd9d6
6141 Author: Behdad Esfahbod <behdad@behdad.org>
6142 Date:   Thu Jan 11 15:18:22 2018 +0100
6143
6144     [test/text-rendering-tests] Update from upstream
6145
6146  test/shaping/data/text-rendering-tests/DISABLED          |   3 ++-
6147  test/shaping/data/text-rendering-tests/Makefile.sources  |   3 ++-
6148  .../data/text-rendering-tests/fonts/TestMORXEleven.ttf   | Bin 0 ->
6149  1624 bytes
6150  .../data/text-rendering-tests/tests/MORX-11.tests        |   1 +
6151  4 files changed, 5 insertions(+), 2 deletions(-)
6152
6153 commit f9be673814aeb2c8abab52a672598576c6ed20c2
6154 Author: Behdad Esfahbod <behdad@behdad.org>
6155 Date:   Thu Jan 11 15:15:07 2018 +0100
6156
6157     [aat] Implement ContextualSubtable
6158
6159     Tested with Zapfino and text "2nd". Sascha will create tests later.
6160
6161  src/hb-aat-layout-morx-table.hh | 70
6162  ++++++++++++++++++++++++++++++++++++++---
6163  1 file changed, 66 insertions(+), 4 deletions(-)
6164
6165 commit 335a9c1fe489db53549801b4996dd0f6f5eded62
6166 Author: Behdad Esfahbod <behdad@behdad.org>
6167 Date:   Thu Jan 11 14:50:47 2018 +0100
6168
6169     [aat] Towards implementing ContextualSubtable
6170
6171  src/hb-aat-layout-common-private.hh | 58 ++++++++++++++++++++++--
6172  src/hb-aat-layout-morx-table.hh     | 88
6173  ++++++++++++++++++++++++++-----------
6174  2 files changed, 117 insertions(+), 29 deletions(-)
6175
6176 commit 62348f647f7b1604e008dbed46a54eff245fc106
6177 Author: Behdad Esfahbod <behdad@behdad.org>
6178 Date:   Thu Jan 11 12:00:28 2018 +0100
6179
6180     [aat] Implement end-of-text in state machine
6181
6182     Passes MORX-10 test now.
6183
6184  src/hb-aat-layout-morx-table.hh | 10 ++++++----
6185  1 file changed, 6 insertions(+), 4 deletions(-)
6186
6187 commit fc405b7ca77088135cb7de11cb32c254b85272fd
6188 Author: Behdad Esfahbod <behdad@behdad.org>
6189 Date:   Thu Jan 11 11:55:29 2018 +0100
6190
6191     [test/text-rendering-tests] Update from upstream
6192
6193  test/shaping/data/text-rendering-tests/DISABLED          |   1 +
6194  test/shaping/data/text-rendering-tests/Makefile.sources  |  11
6195  ++++++-----
6196  .../data/text-rendering-tests/fonts/TestMORXTen.ttf      | Bin 0 ->
6197  1620 bytes
6198  .../data/text-rendering-tests/tests/MORX-10.tests        |   1 +
6199  4 files changed, 8 insertions(+), 5 deletions(-)
6200
6201 commit 9adbd938fafe1de4e279489fc37ae33c900e22f0
6202 Author: Behdad Esfahbod <behdad@behdad.org>
6203 Date:   Thu Jan 11 11:55:10 2018 +0100
6204
6205     Minor
6206
6207  src/hb-aat-layout-morx-table.hh | 2 +-
6208  1 file changed, 1 insertion(+), 1 deletion(-)
6209
6210 commit 4177f646aa60180f094e064a53e54c5402fe53c6
6211 Author: Ebrahim Byagowi <ebrahim@gnu.org>
6212 Date:   Thu Jan 11 15:43:23 2018 +0330
6213
6214     [cmake] Update and unbreak (#700)
6215
6216  test/shaping/CMakeLists.txt | 4 ++--
6217  1 file changed, 2 insertions(+), 2 deletions(-)
6218
6219 commit 94644d7ea4cf217e4d6c6ff57d65e1e20866ea6d
6220 Author: Behdad Esfahbod <behdad@behdad.org>
6221 Date:   Thu Jan 11 11:49:07 2018 +0100
6222
6223     [aat] Generate finegrained unsafe-to-break in state-machine!
6224
6225     Neato.
6226
6227  src/hb-aat-layout-morx-table.hh | 11 +++++++++--
6228  1 file changed, 9 insertions(+), 2 deletions(-)
6229
6230 commit 994eb7744c530bbaa5d6d8b8e07ca936e81aade8
6231 Author: Behdad Esfahbod <behdad@behdad.org>
6232 Date:   Thu Jan 11 11:37:12 2018 +0100
6233
6234     [buffer] Fix crash
6235
6236  src/hb-buffer-serialize.cc | 4 ++--
6237  1 file changed, 2 insertions(+), 2 deletions(-)
6238
6239 commit d6076747ac6706b4d8361714d46aced9683c44a8
6240 Author: Behdad Esfahbod <behdad@behdad.org>
6241 Date:   Thu Jan 11 10:51:46 2018 +0100
6242
6243     [test/text-rendering-tests] Add DISABLED list
6244
6245  test/shaping/data/text-rendering-tests/DISABLED | 20 ++++++++++++++++++++
6246  1 file changed, 20 insertions(+)
6247
6248 commit de02b5093c42a527ae67084b30943369ed59efe6
6249 Author: Behdad Esfahbod <behdad@behdad.org>
6250 Date:   Thu Jan 11 10:48:42 2018 +0100
6251
6252     [test/in-house] Add Makefile.sources
6253
6254  test/shaping/data/in-house/Makefile.am      | 46
6255  ++---------------------------
6256  test/shaping/data/in-house/Makefile.sources | 46
6257  +++++++++++++++++++++++++++++
6258  2 files changed, 48 insertions(+), 44 deletions(-)
6259
6260 commit 7c32e01d04deaab511d41f5dec0dfd9fc0469f39
6261 Author: Behdad Esfahbod <behdad@behdad.org>
6262 Date:   Thu Jan 11 10:47:31 2018 +0100
6263
6264     Minor
6265
6266  src/Makefile.am                                  | 1 +
6267  src/Makefile.sources                             | 2 --
6268  test/shaping/data/text-rendering-tests/update.sh | 2 --
6269  util/Makefile.am                                 | 1 +
6270  util/Makefile.sources                            | 2 --
6271  5 files changed, 2 insertions(+), 6 deletions(-)
6272
6273 commit a5adc5aa84c03184fd1c8a486be80ff0af1f448c
6274 Author: Behdad Esfahbod <behdad@behdad.org>
6275 Date:   Thu Jan 11 10:30:22 2018 +0100
6276
6277     [test/text-rendering-tests] Update from upstream
6278
6279     Also adds an update.sh script that does this automatically.
6280
6281  test/shaping/data/text-rendering-tests/Makefile.am |  52
6282  +++------------------
6283  .../data/text-rendering-tests/Makefile.sources     |  51
6284  ++++++++++++++++++++
6285  .../text-rendering-tests/fonts/TestMORXEight.ttf   | Bin 0 -> 2184 bytes
6286  .../text-rendering-tests/fonts/TestMORXNine.ttf    | Bin 0 -> 1624 bytes
6287  .../data/text-rendering-tests/tests/MORX-5.tests   |  25 ++++++++++
6288  .../data/text-rendering-tests/tests/MORX-6.tests   |   1 +
6289  .../data/text-rendering-tests/tests/MORX-7.tests   |   1 +
6290  .../data/text-rendering-tests/tests/MORX-8.tests   |   3 ++
6291  .../data/text-rendering-tests/tests/MORX-9.tests   |   1 +
6292  test/shaping/data/text-rendering-tests/update.sh   |  48
6293  +++++++++++++++++++
6294  10 files changed, 136 insertions(+), 46 deletions(-)
6295
6296 commit c861daacc4255d41d2358868b917277422949dc9
6297 Author: Behdad Esfahbod <behdad@behdad.org>
6298 Date:   Thu Jan 11 10:11:01 2018 +0100
6299
6300     [test/text-rendering-tests] Add README and COPYING
6301
6302  test/shaping/data/text-rendering-tests/COPYING     | 13 +++++++++++++
6303  test/shaping/data/text-rendering-tests/Makefile.am |  2 ++
6304  test/shaping/data/text-rendering-tests/README      |  4 ++++
6305  3 files changed, 19 insertions(+)
6306
6307 commit 14b4d84eef18bd54287c10ce44eaef4f642f6238
6308 Author: Behdad Esfahbod <behdad@behdad.org>
6309 Date:   Thu Jan 11 10:08:25 2018 +0100
6310
6311     [aat] Fix RearrangementSubtable action
6312
6313  src/hb-aat-layout-morx-table.hh | 2 +-
6314  1 file changed, 1 insertion(+), 1 deletion(-)
6315
6316 commit ea3e86c6401d41cf54d82692eccbf44c87be2fd5
6317 Author: Behdad Esfahbod <behdad@behdad.org>
6318 Date:   Thu Jan 11 09:58:42 2018 +0100
6319
6320     Minor
6321
6322  test/shaping/data/Makefile.am                      | 4 ++++
6323  test/shaping/data/in-house/Makefile.am             | 4 ++++
6324  test/shaping/data/text-rendering-tests/Makefile.am | 4 ++++
6325  3 files changed, 12 insertions(+)
6326
6327 commit 800e4ae80232f022404be155afd497b0421a6a64
6328 Author: Behdad Esfahbod <behdad@behdad.org>
6329 Date:   Thu Jan 11 09:57:55 2018 +0100
6330
6331     [aat] Mark state-machine-based lookup as completely unsafe-to-break
6332
6333     To be improved later.
6334
6335  src/hb-aat-layout-morx-table.hh | 2 ++
6336  1 file changed, 2 insertions(+)
6337
6338 commit ca42d961293a9e4dfd0817c1a02d454008583282
6339 Author: Behdad Esfahbod <behdad@behdad.org>
6340 Date:   Thu Jan 11 09:15:34 2018 +0100
6341
6342     [aat] Implement RearrangementSubtable
6343
6344  src/hb-aat-layout-common-private.hh |  89 ++++++++++++++++-
6345  src/hb-aat-layout-morx-table.hh     | 192
6346  +++++++++++++++++++++++++++++++-----
6347  src/hb-open-type-private.hh         |   2 -
6348  src/hb-private.hh                   |   7 +-
6349  4 files changed, 254 insertions(+), 36 deletions(-)
6350
6351 commit 5dbbd0fdb9a343554112a846b392803f11c13197
6352 Author: Ebrahim Byagowi <ebrahim@gnu.org>
6353 Date:   Thu Jan 11 12:33:22 2018 +0330
6354
6355     Move the #define of _GNU_SOURCE to the top of hb-private.hh (#697)
6356
6357     This fixes the build on Cygwin.
6358
6359  src/hb-private.hh | 4 ++--
6360  1 file changed, 2 insertions(+), 2 deletions(-)
6361
6362 commit 90e3c9e69e93e05d9fb534fd43b5c99cf58a7cb4
6363 Author: Ebrahim Byagowi <ebrahim@gnu.org>
6364 Date:   Thu Jan 11 12:31:05 2018 +0330
6365
6366     [cmake] Fix hb-blob test (#699)
6367
6368  CMakeLists.txt | 8 ++++----
6369  1 file changed, 4 insertions(+), 4 deletions(-)
6370
6371 commit 1461965c2220cd957c26b3fe5835200e426bc715
6372 Author: Ebrahim Byagowi <ebrahim@gnu.org>
6373 Date:   Thu Jan 11 08:48:22 2018 +0330
6374
6375     [test] Better tests output by converting stderr to stdout (#696)
6376
6377     https://gitlab.kitware.com/cmake/cmake/issues/17630
6378
6379  test/shaping/run-tests.py | 18 +++++++++---------
6380  1 file changed, 9 insertions(+), 9 deletions(-)
6381
6382 commit ebb9b7d6335536804b50002fb83dd30da42a8ad5
6383 Author: Ebrahim Byagowi <ebrahim@gnu.org>
6384 Date:   Thu Jan 11 08:15:06 2018 +0330
6385
6386     [test] Print shaping output on CI fails (#695)
6387
6388  .circleci/config.yml      | 4 ++--
6389  test/shaping/run-tests.py | 8 ++++----
6390  2 files changed, 6 insertions(+), 6 deletions(-)
6391
6392 commit e24bea8e91ba9f447f1f7f252bdefacef1f83593
6393 Author: Ebrahim Byagowi <ebrahim@gnu.org>
6394 Date:   Wed Jan 10 23:51:56 2018 +0330
6395
6396     [cmake] Another try on making sure feature testing is working (#691)
6397
6398  .circleci/config.yml | 131
6399  ++++++++++++++++++++++++++++-----------------------
6400  CMakeLists.txt       |  17 ++++---
6401  2 files changed, 79 insertions(+), 69 deletions(-)
6402
6403 commit 746a37d5bdd2e965aa316e95ba5a7bad809d76a7
6404 Author: Behdad Esfahbod <behdad@behdad.org>
6405 Date:   Wed Jan 10 16:47:47 2018 +0100
6406
6407     [util] Replace setlinebuf
6408
6409  util/options.cc | 4 ++--
6410  1 file changed, 2 insertions(+), 2 deletions(-)
6411
6412 commit ff2083c53eecc67c011b96b0b9a58331043e53cf
6413 Author: Behdad Esfahbod <behdad@behdad.org>
6414 Date:   Wed Jan 10 13:54:36 2018 +0100
6415
6416     [util] Set stdio files to line buffering
6417
6418     So we can stream lines to hb-shape and read output.
6419
6420  util/options.cc | 4 ++++
6421  1 file changed, 4 insertions(+)
6422
6423 commit 80fd5743200cbe221ae3adf057fe0e5ef54a894c
6424 Author: Behdad Esfahbod <behdad@behdad.org>
6425 Date:   Wed Jan 10 11:09:53 2018 +0100
6426
6427     [aat] Add Class subtable thingy
6428
6429     From old 'mort' table.
6430
6431  src/hb-aat-layout-common-private.hh | 24 ++++++++++++++++++++++++
6432  1 file changed, 24 insertions(+)
6433
6434 commit 71e0ed9cbad8438239dcedf1bcfa8e19b9dfdc89
6435 Author: Ebrahim Byagowi <ebrahim@gnu.org>
6436 Date:   Wed Jan 10 15:45:12 2018 +0330
6437
6438     [cmake] Add header existence tests (#685)
6439
6440  .circleci/config.yml        |  4 ++--
6441  CMakeLists.txt              | 53
6442  ++++++++++++++++++++++++++++++---------------
6443  test/shaping/CMakeLists.txt |  1 -
6444  3 files changed, 37 insertions(+), 21 deletions(-)
6445
6446 commit a073621b5dc2865a014821307128a8fdd1d7d992
6447 Author: Ebrahim Byagowi <ebrahim@gnu.org>
6448 Date:   Wed Jan 10 12:13:28 2018 +0330
6449
6450     [cmake] Fix tests against latest changes (#690)
6451
6452  test/shaping/CMakeLists.txt | 14 +++++++++++---
6453  1 file changed, 11 insertions(+), 3 deletions(-)
6454
6455 commit 0b22da954142ad7a1e949a56448cee4e836fff75
6456 Author: Khaled Hosny <khaledhosny@eglug.org>
6457 Date:   Wed Jan 10 07:12:07 2018 +0200
6458
6459     Improve HB_BUFFER_SERIALIZE_FLAG_NO_ADVANCES docs
6460
6461     Add the note about absolute glyph positions from the commit message.
6462
6463  src/hb-buffer.h | 3 ++-
6464  1 file changed, 2 insertions(+), 1 deletion(-)
6465
6466 commit 6db0b17c4ce56bd7477941e7a2fc85997c04588e
6467 Author: Behdad Esfahbod <behdad@behdad.org>
6468 Date:   Wed Jan 10 05:40:43 2018 +0100
6469
6470     [test] Move test handling to sundirectories
6471
6472  configure.ac                                       |  3 +
6473  test/shaping/Makefile.am                           | 98
6474  +---------------------
6475  test/shaping/data/Makefile.am                      |  9 ++
6476  test/shaping/data/in-house/Makefile.am             | 58 +++++++++++++
6477  test/shaping/data/text-rendering-tests/Makefile.am | 60 +++++++++++++
6478  5 files changed, 131 insertions(+), 97 deletions(-)
6479
6480 commit 4c982b4867707fcd2259b344b06e5bba8dd0c1e3
6481 Author: Behdad Esfahbod <behdad@behdad.org>
6482 Date:   Wed Jan 10 05:26:55 2018 +0100
6483
6484     [test] Whitelist one more passing test
6485
6486  test/shaping/Makefile.am | 2 +-
6487  1 file changed, 1 insertion(+), 1 deletion(-)
6488
6489 commit 188ee6e5eeef3c63c332cfa30795d37da1bc1682
6490 Author: Behdad Esfahbod <behdad@behdad.org>
6491 Date:   Wed Jan 10 05:13:47 2018 +0100
6492
6493     Calculate anchor positions in float, then round
6494
6495     Hoping to reduce rounding error, to make tests happier...
6496     No luck.
6497
6498  src/hb-font-private.hh         |  6 ++++++
6499  src/hb-ot-layout-gpos-table.hh | 44
6500  +++++++++++++++++++++---------------------
6501  2 files changed, 28 insertions(+), 22 deletions(-)
6502
6503 commit 0b28e1199d62765db4e855756b96022e423dcc17
6504 Author: Behdad Esfahbod <behdad@behdad.org>
6505 Date:   Wed Jan 10 05:02:42 2018 +0100
6506
6507     [test] Whitelist one more passing test
6508
6509  test/shaping/Makefile.am | 2 +-
6510  1 file changed, 1 insertion(+), 1 deletion(-)
6511
6512 commit 7cdd6ab068500aa18de9a856bfbe730d0aac9a27
6513 Author: Behdad Esfahbod <behdad@behdad.org>
6514 Date:   Wed Jan 10 04:33:08 2018 +0100
6515
6516     Round, instead of floor, when applying variations
6517
6518     Hoping this would fix remaining text-rendering-tests failures,
6519     but so far no luck.
6520
6521  src/hb-font-private.hh         | 2 +-
6522  src/hb-ot-layout-gpos-table.hh | 2 +-
6523  src/hb-private.hh              | 1 +
6524  3 files changed, 3 insertions(+), 2 deletions(-)
6525
6526 commit 6dc6f0c9f844a006b4518ce789e319fcef6e9680
6527 Author: Behdad Esfahbod <behdad@behdad.org>
6528 Date:   Wed Jan 10 04:12:35 2018 +0100
6529
6530     [test] Whitelist one passing test
6531
6532  test/shaping/Makefile.am | 2 +-
6533  1 file changed, 1 insertion(+), 1 deletion(-)
6534
6535 commit ec939761e4d1b2f825db715290d70e18b1c9dd12
6536 Author: Behdad Esfahbod <behdad@behdad.org>
6537 Date:   Wed Jan 10 03:56:43 2018 +0100
6538
6539     Minor
6540
6541  test/shaping/Makefile.am | 1 +
6542  1 file changed, 1 insertion(+)
6543
6544 commit c4eac531dfad55f691557a684b3a6bde83c4bcea
6545 Author: Behdad Esfahbod <behdad@behdad.org>
6546 Date:   Wed Jan 10 03:51:09 2018 +0100
6547
6548     Minor
6549
6550  test/shaping/Makefile.am | 1 -
6551  1 file changed, 1 deletion(-)
6552
6553 commit 285a0bd799426c544d896f8fbcc27f4613a28e9a
6554 Author: Behdad Esfahbod <behdad@behdad.org>
6555 Date:   Wed Jan 10 03:49:32 2018 +0100
6556
6557     [test] Another try
6558
6559     Making cmake happy this time.
6560
6561  test/shaping/Makefile.am | 4 +++-
6562  1 file changed, 3 insertions(+), 1 deletion(-)
6563
6564 commit 95b32b00557d6afcfc469f8dcc51d8bfa8243a00
6565 Author: Behdad Esfahbod <behdad@behdad.org>
6566 Date:   Wed Jan 10 03:48:09 2018 +0100
6567
6568     [test] Fix text disabling
6569
6570     Ouch, make!
6571
6572  test/shaping/Makefile.am | 27 ++++++++++++++-------------
6573  1 file changed, 14 insertions(+), 13 deletions(-)
6574
6575 commit a938d105b8d6e2d654079ea7d89e2e3ef5e0aed4
6576 Author: Behdad Esfahbod <behdad@behdad.org>
6577 Date:   Wed Jan 10 03:41:55 2018 +0100
6578
6579     [test/text-rendering-tests] Disable failing tests
6580
6581  test/shaping/Makefile.am | 16 ++++++++--------
6582  1 file changed, 8 insertions(+), 8 deletions(-)
6583
6584 commit ed95d5e374a10770eb305dfa43a9f5b39933aac7
6585 Author: Behdad Esfahbod <behdad@behdad.org>
6586 Date:   Wed Jan 10 03:38:52 2018 +0100
6587
6588     [test/text-rendering-tests] Disable failing tests
6589
6590  test/shaping/Makefile.am | 2 +-
6591  1 file changed, 1 insertion(+), 1 deletion(-)
6592
6593 commit 3b1e97f364e5ffdc08b52f889e3fea80a7e83e99
6594 Author: Behdad Esfahbod <behdad@behdad.org>
6595 Date:   Wed Jan 10 03:35:20 2018 +0100
6596
6597     Add HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES
6598
6599     New API:
6600     HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES
6601     hb-shape / hb-view --remove-default-ignorables
6602
6603     One more text-rendering-tests test passing.  Eleven failing.
6604
6605  src/hb-buffer.h                                    | 17 ++++--
6606  src/hb-ot-shape.cc                                 |  6 +-
6607  .../data/text-rendering-tests/extract-tests.py     |  2 +-
6608  .../data/text-rendering-tests/tests/AVAR-1.tests   | 34 +++++------
6609  .../data/text-rendering-tests/tests/CFF-1.tests    | 26 ++++-----
6610  .../data/text-rendering-tests/tests/CFF-2.tests    | 26 ++++-----
6611  .../data/text-rendering-tests/tests/CFF2-1.tests   | 18 +++---
6612  .../data/text-rendering-tests/tests/CMAP-1.tests   |  8 +--
6613  .../data/text-rendering-tests/tests/CMAP-2.tests   |  4 +-
6614  .../data/text-rendering-tests/tests/CMAP-3.tests   | 40 ++++++-------
6615  .../data/text-rendering-tests/tests/CVAR-1.tests   |  6 +-
6616  .../data/text-rendering-tests/tests/CVAR-2.tests   |  6 +-
6617  .../data/text-rendering-tests/tests/GLYF-1.tests   |  2 +-
6618  .../data/text-rendering-tests/tests/GPOS-1.tests   | 38 ++++++------
6619  .../data/text-rendering-tests/tests/GPOS-2.tests   |  6 +-
6620  .../data/text-rendering-tests/tests/GPOS-3.tests   |  8 +--
6621  .../data/text-rendering-tests/tests/GPOS-4.tests   |  8 +--
6622  .../data/text-rendering-tests/tests/GPOS-5.tests   | 10 ++--
6623  .../data/text-rendering-tests/tests/GSUB-1.tests   |  2 +-
6624  .../data/text-rendering-tests/tests/GSUB-2.tests   | 22 +++----
6625  .../data/text-rendering-tests/tests/GVAR-1.tests   | 18 +++---
6626  .../data/text-rendering-tests/tests/GVAR-2.tests   | 18 +++---
6627  .../data/text-rendering-tests/tests/GVAR-3.tests   | 18 +++---
6628  .../data/text-rendering-tests/tests/GVAR-4.tests   | 22 +++----
6629  .../data/text-rendering-tests/tests/GVAR-5.tests   | 22 +++----
6630  .../data/text-rendering-tests/tests/GVAR-6.tests   | 22 +++----
6631  .../data/text-rendering-tests/tests/GVAR-7.tests   | 14 ++---
6632  .../data/text-rendering-tests/tests/GVAR-8.tests   | 12 ++--
6633  .../data/text-rendering-tests/tests/GVAR-9.tests   | 20 +++----
6634  .../data/text-rendering-tests/tests/HVAR-1.tests   | 12 ++--
6635  .../data/text-rendering-tests/tests/HVAR-2.tests   | 12 ++--
6636  .../data/text-rendering-tests/tests/KERN-1.tests   |  2 +-
6637  .../data/text-rendering-tests/tests/KERN-2.tests   |  2 +-
6638  .../data/text-rendering-tests/tests/MORX-1.tests   |  2 +-
6639  .../data/text-rendering-tests/tests/MORX-2.tests   | 32 +++++-----
6640  .../data/text-rendering-tests/tests/MORX-3.tests   | 32 +++++-----
6641  .../data/text-rendering-tests/tests/MORX-4.tests   | 30 +++++-----
6642  .../data/text-rendering-tests/tests/SHARAN-1.tests | 12 ++--
6643  .../data/text-rendering-tests/tests/SHBALI-1.tests | 44 +++++++-------
6644  .../data/text-rendering-tests/tests/SHBALI-2.tests | 24 ++++----
6645  .../data/text-rendering-tests/tests/SHBALI-3.tests | 18 +++---
6646  .../data/text-rendering-tests/tests/SHKNDA-1.tests | 68
6647  +++++++++++-----------
6648  .../data/text-rendering-tests/tests/SHKNDA-2.tests | 32 +++++-----
6649  .../data/text-rendering-tests/tests/SHKNDA-3.tests | 62
6650  ++++++++++----------
6651  util/options.cc                                    |  1 +
6652  util/options.hh                                    | 14 +++--
6653  46 files changed, 435 insertions(+), 419 deletions(-)
6654
6655 commit 46e4ed552fb1205eb6cbc16450bb231998fc7347
6656 Author: Behdad Esfahbod <behdad@behdad.org>
6657 Date:   Wed Jan 10 03:22:08 2018 +0100
6658
6659     [test/text-rendering-tests] Hook up font variations
6660
6661     Six more passing. Twelve failing now.
6662
6663  .../data/text-rendering-tests/extract-tests.py     |  6 +++-
6664  .../data/text-rendering-tests/tests/AVAR-1.tests   | 34
6665  +++++++++++-----------
6666  .../data/text-rendering-tests/tests/CFF2-1.tests   | 18 ++++++------
6667  .../data/text-rendering-tests/tests/CVAR-1.tests   |  6 ++--
6668  .../data/text-rendering-tests/tests/CVAR-2.tests   |  6 ++--
6669  .../data/text-rendering-tests/tests/GPOS-5.tests   | 10 +++----
6670  .../data/text-rendering-tests/tests/GVAR-1.tests   | 18 ++++++------
6671  .../data/text-rendering-tests/tests/GVAR-2.tests   | 18 ++++++------
6672  .../data/text-rendering-tests/tests/GVAR-3.tests   | 18 ++++++------
6673  .../data/text-rendering-tests/tests/GVAR-4.tests   | 22 +++++++-------
6674  .../data/text-rendering-tests/tests/GVAR-5.tests   | 22 +++++++-------
6675  .../data/text-rendering-tests/tests/GVAR-6.tests   | 22 +++++++-------
6676  .../data/text-rendering-tests/tests/GVAR-7.tests   | 14 ++++-----
6677  .../data/text-rendering-tests/tests/GVAR-8.tests   | 12 ++++----
6678  .../data/text-rendering-tests/tests/GVAR-9.tests   | 20 ++++++-------
6679  .../data/text-rendering-tests/tests/HVAR-1.tests   | 12 ++++----
6680  .../data/text-rendering-tests/tests/HVAR-2.tests   | 12 ++++----
6681  17 files changed, 137 insertions(+), 133 deletions(-)
6682
6683 commit 2b3f62fc4de8f10c2168f212b1368478312e6dec
6684 Author: Behdad Esfahbod <behdad@behdad.org>
6685 Date:   Wed Jan 10 03:16:56 2018 +0100
6686
6687     [test] Add tests from text-rendering-tests repo
6688
6689     https://github.com/unicode-org/text-rendering-tests
6690
6691  test/shaping/Makefile.am                           |  44 ++++++++++++++-
6692  .../fonts/AdobeVFPrototype-Subset.otf              | Bin 0 -> 7096 bytes
6693  .../text-rendering-tests/fonts/FDArrayTest257.otf  | Bin 0 -> 145212
6694  bytes
6695  .../fonts/FDArrayTest65535.otf                     | Bin 0 -> 492740
6696  bytes
6697  .../fonts/NotoSansBalinese-Regular.ttf             | Bin 0 -> 32304 bytes
6698  .../fonts/NotoSansKannada-Regular.ttf              | Bin 0 -> 83868 bytes
6699  .../fonts/NotoSerifKannada-Regular.ttf             | Bin 0 -> 96936 bytes
6700  .../text-rendering-tests/fonts/Selawik-README.md   |  60
6701  +++++++++++++++++++++
6702  .../fonts/Selawik-variable.ttf                     | Bin 0 -> 481504
6703  bytes
6704  .../data/text-rendering-tests/fonts/TestAVAR.ttf   | Bin 0 -> 1608 bytes
6705  .../data/text-rendering-tests/fonts/TestCMAP14.otf | Bin 0 -> 1628 bytes
6706  .../fonts/TestCMAPMacTurkish.ttf                   | Bin 0 -> 19644 bytes
6707  .../text-rendering-tests/fonts/TestCVARGVAROne.ttf | Bin 0 -> 12336 bytes
6708  .../text-rendering-tests/fonts/TestCVARGVARTwo.ttf | Bin 0 -> 12256 bytes
6709  .../text-rendering-tests/fonts/TestGLYFOne.ttf     | Bin 0 -> 1516 bytes
6710  .../text-rendering-tests/fonts/TestGPOSFour.ttf    | Bin 0 -> 315020
6711  bytes
6712  .../text-rendering-tests/fonts/TestGPOSOne.ttf     | Bin 0 -> 10384 bytes
6713  .../text-rendering-tests/fonts/TestGPOSThree.ttf   | Bin 0 -> 3500 bytes
6714  .../text-rendering-tests/fonts/TestGPOSTwo.otf     | Bin 0 -> 1680 bytes
6715  .../text-rendering-tests/fonts/TestGSUBOne.otf     | Bin 0 -> 1788 bytes
6716  .../text-rendering-tests/fonts/TestGVAREight.ttf   | Bin 0 -> 4692 bytes
6717  .../text-rendering-tests/fonts/TestGVARFour.ttf    | Bin 0 -> 3204 bytes
6718  .../text-rendering-tests/fonts/TestGVARNine.ttf    | Bin 0 -> 2168 bytes
6719  .../text-rendering-tests/fonts/TestGVAROne.ttf     | Bin 0 -> 14312 bytes
6720  .../text-rendering-tests/fonts/TestGVARThree.ttf   | Bin 0 -> 14336 bytes
6721  .../text-rendering-tests/fonts/TestGVARTwo.ttf     | Bin 0 -> 15668 bytes
6722  .../text-rendering-tests/fonts/TestHVAROne.otf     | Bin 0 -> 3984 bytes
6723  .../text-rendering-tests/fonts/TestHVARTwo.ttf     | Bin 0 -> 4004 bytes
6724  .../text-rendering-tests/fonts/TestKERNOne.otf     | Bin 0 -> 1380 bytes
6725  .../text-rendering-tests/fonts/TestMORXFour.ttf    | Bin 0 -> 4764 bytes
6726  .../text-rendering-tests/fonts/TestMORXOne.ttf     | Bin 0 -> 2404 bytes
6727  .../text-rendering-tests/fonts/TestMORXThree.ttf   | Bin 0 -> 4104 bytes
6728  .../text-rendering-tests/fonts/TestMORXTwo.ttf     | Bin 0 -> 4960 bytes
6729  .../text-rendering-tests/fonts/TestShapeAran.ttf   | Bin 0 -> 116044
6730  bytes
6731  .../text-rendering-tests/fonts/TestShapeEthi.ttf   | Bin 0 -> 5292 bytes
6732  .../data/text-rendering-tests/fonts/Zycon.ttf      | Bin 0 -> 21036 bytes
6733  .../data/text-rendering-tests/tests/AVAR-1.tests   |  17 ++++++
6734  .../data/text-rendering-tests/tests/CFF-1.tests    |  13 +++++
6735  .../data/text-rendering-tests/tests/CFF-2.tests    |  13 +++++
6736  .../data/text-rendering-tests/tests/CFF2-1.tests   |   9 ++++
6737  .../data/text-rendering-tests/tests/CMAP-1.tests   |   4 ++
6738  .../data/text-rendering-tests/tests/CMAP-2.tests   |   2 +
6739  .../data/text-rendering-tests/tests/CMAP-3.tests   |  20 +++++++
6740  .../data/text-rendering-tests/tests/CVAR-1.tests   |   3 ++
6741  .../data/text-rendering-tests/tests/CVAR-2.tests   |   3 ++
6742  .../data/text-rendering-tests/tests/GLYF-1.tests   |   1 +
6743  .../data/text-rendering-tests/tests/GPOS-1.tests   |  19 +++++++
6744  .../data/text-rendering-tests/tests/GPOS-2.tests   |   3 ++
6745  .../data/text-rendering-tests/tests/GPOS-3.tests   |   4 ++
6746  .../data/text-rendering-tests/tests/GPOS-4.tests   |   4 ++
6747  .../data/text-rendering-tests/tests/GPOS-5.tests   |   5 ++
6748  .../data/text-rendering-tests/tests/GSUB-1.tests   |   1 +
6749  .../data/text-rendering-tests/tests/GSUB-2.tests   |  11 ++++
6750  .../data/text-rendering-tests/tests/GVAR-1.tests   |   9 ++++
6751  .../data/text-rendering-tests/tests/GVAR-2.tests   |   9 ++++
6752  .../data/text-rendering-tests/tests/GVAR-3.tests   |   9 ++++
6753  .../data/text-rendering-tests/tests/GVAR-4.tests   |  11 ++++
6754  .../data/text-rendering-tests/tests/GVAR-5.tests   |  11 ++++
6755  .../data/text-rendering-tests/tests/GVAR-6.tests   |  11 ++++
6756  .../data/text-rendering-tests/tests/GVAR-7.tests   |   7 +++
6757  .../data/text-rendering-tests/tests/GVAR-8.tests   |   6 +++
6758  .../data/text-rendering-tests/tests/GVAR-9.tests   |  10 ++++
6759  .../data/text-rendering-tests/tests/HVAR-1.tests   |   6 +++
6760  .../data/text-rendering-tests/tests/HVAR-2.tests   |   6 +++
6761  .../data/text-rendering-tests/tests/KERN-1.tests   |   1 +
6762  .../data/text-rendering-tests/tests/KERN-2.tests   |   1 +
6763  .../data/text-rendering-tests/tests/MORX-1.tests   |   1 +
6764  .../data/text-rendering-tests/tests/MORX-2.tests   |  16 ++++++
6765  .../data/text-rendering-tests/tests/MORX-3.tests   |  16 ++++++
6766  .../data/text-rendering-tests/tests/MORX-4.tests   |  15 ++++++
6767  .../data/text-rendering-tests/tests/SHARAN-1.tests |   6 +++
6768  .../data/text-rendering-tests/tests/SHBALI-1.tests |  22 ++++++++
6769  .../data/text-rendering-tests/tests/SHBALI-2.tests |  12 +++++
6770  .../data/text-rendering-tests/tests/SHBALI-3.tests |   9 ++++
6771  .../data/text-rendering-tests/tests/SHKNDA-1.tests |  34 ++++++++++++
6772  .../data/text-rendering-tests/tests/SHKNDA-2.tests |  16 ++++++
6773  .../data/text-rendering-tests/tests/SHKNDA-3.tests |  31 +++++++++++
6774  77 files changed, 510 insertions(+), 1 deletion(-)
6775
6776 commit 6b19178ee35fec3b2115d6a06a86db36dc838b38
6777 Author: Behdad Esfahbod <behdad@behdad.org>
6778 Date:   Wed Jan 10 03:07:30 2018 +0100
6779
6780     Prefix int types with HB
6781
6782     Such a headache that Windows defines UINT8, ...; Just prefix it.
6783
6784  src/hb-aat-layout-common-private.hh  |  29 +++---
6785  src/hb-aat-layout-morx-table.hh      |  65 +++++++------
6786  src/hb-open-file-private.hh          |   6 +-
6787  src/hb-open-type-private.hh          |  70 +++++++-------
6788  src/hb-ot-cbdt-table.hh              |  78 ++++++++--------
6789  src/hb-ot-cmap-table.hh              |  90 +++++++++---------
6790  src/hb-ot-glyf-table.hh              |  10 +-
6791  src/hb-ot-head-table.hh              |  28 +++---
6792  src/hb-ot-hhea-table.hh              |  18 ++--
6793  src/hb-ot-kern-table.hh              |  36 ++++----
6794  src/hb-ot-layout-common-private.hh   | 120 ++++++++++++------------
6795  src/hb-ot-layout-gdef-table.hh       |  22 ++---
6796  src/hb-ot-layout-gpos-table.hh       |  94 +++++++++----------
6797  src/hb-ot-layout-gsub-table.hh       |  30 +++---
6798  src/hb-ot-layout-gsubgpos-private.hh | 172
6799  +++++++++++++++++------------------
6800  src/hb-ot-math-table.hh              |  26 +++---
6801  src/hb-ot-maxp-table.hh              |   2 +-
6802  src/hb-ot-name-table.hh              |  16 ++--
6803  src/hb-ot-os2-table.hh               |  70 +++++++-------
6804  src/hb-ot-post-table.hh              |  16 ++--
6805  src/hb-ot-var-avar-table.hh          |   4 +-
6806  src/hb-ot-var-fvar-table.hh          |  20 ++--
6807  src/hb-ot-var-hvar-table.hh          |   8 +-
6808  src/hb-ot-var-mvar-table.hh          |  10 +-
6809  24 files changed, 517 insertions(+), 523 deletions(-)
6810
6811 commit 81e321c802afcc43186737e6900f8d7e2f9d4fd3
6812 Author: Behdad Esfahbod <behdad@behdad.org>
6813 Date:   Wed Jan 10 02:56:29 2018 +0100
6814
6815     [aat] Try fixing VC bots
6816
6817     c:\projects\harfbuzz\src\hb-aat-layout-common-private.hh(51):
6818     error C2872: 'UINT16': ambiguous symbol
6819     [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
6820     C:\Program Files (x86)\Windows
6821     Kits\10\Include\10.0.14393.0\shared\basetsd.h(80): note: could be
6822     'unsigned short UINT16'
6823     c:\projects\harfbuzz\src\hb-open-type-private.hh(648): note: or
6824     'OT::UINT16'
6825
6826  src/hb-aat-layout-common-private.hh | 3 +++
6827  src/hb-aat-layout-morx-table.hh     | 3 +++
6828  2 files changed, 6 insertions(+)
6829
6830 commit 0ed69c946247feb5bbb5be06d5314c5e0c0fec67
6831 Author: Behdad Esfahbod <behdad@behdad.org>
6832 Date:   Wed Jan 10 02:49:36 2018 +0100
6833
6834     Disable processing of morx table in ot shaper
6835
6836     So I can merge this to master...
6837
6838  src/hb-ot-shape.cc | 4 ++--
6839  1 file changed, 2 insertions(+), 2 deletions(-)
6840
6841 commit 3f29ea91441b2e8c86cf379b4803f638a2e8dcfc
6842 Author: Behdad Esfahbod <behdad@behdad.org>
6843 Date:   Wed Jan 10 02:48:04 2018 +0100
6844
6845     [util] Add hb-shape --ned
6846
6847     For not displaying extra data: no clusters, no advance. Just data
6848     pertaining
6849     to where glyphs end up on the screen.
6850
6851  test/shaping/data/text-rendering-tests/extract-tests.py |  2 +-
6852  util/options.cc                                         | 13
6853  +++++++++++++
6854  2 files changed, 14 insertions(+), 1 deletion(-)
6855
6856 commit 7020130665316365c288d0960fc288faa8f5bdf7
6857 Author: Behdad Esfahbod <behdad@behdad.org>
6858 Date:   Wed Jan 10 02:37:39 2018 +0100
6859
6860     [test] Minor
6861
6862  test/shaping/run-tests.py | 2 +-
6863  1 file changed, 1 insertion(+), 1 deletion(-)
6864
6865 commit 5f94b4cc39f2f61b38c954ddac1aae6a052845bd
6866 Author: Behdad Esfahbod <behdad@behdad.org>
6867 Date:   Wed Jan 10 02:35:59 2018 +0100
6868
6869     [kern] Mark unsafe-to-break
6870
6871  src/hb-ot-shape-fallback.cc | 2 ++
6872  1 file changed, 2 insertions(+)
6873
6874 commit 71fd6325b6cba2586709022dd33530c61141bf8f
6875 Author: Behdad Esfahbod <behdad@behdad.org>
6876 Date:   Wed Jan 10 02:20:14 2018 +0100
6877
6878     Add option to buffer serialization to not output glyph advances
6879
6880     When advances are not printed, glyph offsets reflect absolute glyph
6881     positions.
6882
6883     New API:
6884     HB_BUFFER_SERIALIZE_FLAG_NO_ADVANCES
6885     hb-shape --no-advances
6886
6887  src/hb-buffer-serialize.cc | 38 ++++++++++++++++++++++++++++----------
6888  src/hb-buffer.h            |  5 ++++-
6889  util/hb-shape.cc           |  2 ++
6890  util/options.cc            |  2 ++
6891  util/options.hh            |  2 ++
6892  5 files changed, 38 insertions(+), 11 deletions(-)
6893
6894 commit 316a28f8f8a9c459936ce9f2786d4d64a8f4e2c0
6895 Author: Behdad Esfahbod <behdad@behdad.org>
6896 Date:   Wed Jan 10 01:54:12 2018 +0100
6897
6898     [test] Add script for extracting tests from text-rendering-tests
6899
6900     Work in progress...
6901
6902     https://github.com/unicode-org/text-rendering-tests
6903
6904  .../data/text-rendering-tests/extract-tests.py     | 45
6905  ++++++++++++++++++++++
6906  1 file changed, 45 insertions(+)
6907
6908 commit 6b4d63f295f419f55983a8fc72f582802f55b09f
6909 Author: Behdad Esfahbod <behdad@behdad.org>
6910 Date:   Wed Jan 10 01:13:36 2018 +0100
6911
6912     [test] Minor
6913
6914  test/shaping/run-tests.py | 9 ---------
6915  1 file changed, 9 deletions(-)
6916
6917 commit 504f913654d5904604e6abdbf7d0653f40db51fc
6918 Author: Behdad Esfahbod <behdad@behdad.org>
6919 Date:   Tue Jan 9 23:15:54 2018 +0100
6920
6921     [test] Simplify test runner
6922
6923     Always pass hb-shape as first argument to run-tests.py.
6924
6925     Also require automake 1.13.
6926
6927  configure.ac              |  3 +--
6928  test/shaping/Makefile.am  | 18 ++----------------
6929  test/shaping/run-tests.py | 22 +++++-----------------
6930  3 files changed, 8 insertions(+), 35 deletions(-)
6931
6932 commit 141db8b7a3abf2adbf0caa0659d9239396f6a2db
6933 Author: Behdad Esfahbod <behdad@behdad.org>
6934 Date:   Tue Jan 9 23:11:00 2018 +0100
6935
6936     [test] Minor
6937
6938  test/shaping/Makefile.am  | 4 ----
6939  test/shaping/run-tests.py | 4 ++--
6940  2 files changed, 2 insertions(+), 6 deletions(-)
6941
6942 commit 44c65eee28e2de5c54028cb0ef144f56da16ef58
6943 Author: Behdad Esfahbod <behdad@behdad.org>
6944 Date:   Tue Jan 9 21:58:57 2018 +0100
6945
6946     [test] Reorganize test suite
6947
6948     In anticipation of importing more test suites.
6949
6950  test/fuzzing/run-fuzzer-tests.py                   |   2 +-
6951  test/shaping/Makefile.am                           |  86
6952  +++++++++---------
6953  test/shaping/{fonts => data/in-house}/COPYING      |   7 +-
6954  .../0509e80afb379d16560e9e47bdd7d888bebdebc6.ttf   | Bin
6955  .../051d92f8bc6ff724511b296c27623f824de256e9.ttf   | Bin
6956  .../074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf   | Bin
6957  .../07f054357ff8638bac3711b422a1e31180bba863.ttf   | Bin
6958  .../15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf   | Bin
6959  .../1735326da89f0818cd8c51a0600e9789812c0f94.ttf   | Bin
6960  .../191826b9643e3f124d865d617ae609db6a2ce203.ttf   | Bin
6961  .../1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf   | Bin
6962  .../1a6f1687b7a221f9f2c834b0b360d3c8463b6daf.ttf   | Bin
6963  .../1c04a16f32a39c26c851b7fc014d2e8d298ba2b8.ttf   | Bin
6964  .../1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf   | Bin
6965  .../1c2fb74c1b2aa173262734c1f616148f1648cfd6.ttf   | Bin
6966  .../205edd09bd3d141cc9580f650109556cc28b22cb.ttf   | Bin
6967  .../217a934cfe15c548b572c203dceb2befdf026462.ttf   | Bin
6968  .../21b7fb9c1eeae260473809fbc1fe330f66a507cd.ttf   | Bin
6969  .../226bc2deab3846f1a682085f70c67d0421014144.ttf   | Bin
6970  .../243798dd281c1c77c065958e1ff467420faa9bde.ttf   | Bin
6971  .../24b8d24d00ae86f49791b746da4c9d3f717a51a8.ttf   | Bin
6972  .../270b89df543a7e48e206a2d830c0e10e5265c630.ttf   | Bin
6973  .../298c9e1d955f10f6f72c6915c3c6ff9bf9695cec.ttf   | Bin
6974  .../2de1ab4907ab688c0cfc236b0bf51151db38bf2e.ttf   | Bin
6975  .../341421e629668b1a1242245d39238ca48432d35d.ttf   | Bin
6976  .../3493e92eaded2661cadde752a39f9d58b11f0326.ttf   | Bin
6977  .../3511ff5c1647150595846ac414c595cccac34f18.ttf   | Bin
6978  .../37033cc5cf37bb223d7355153016b6ccece93b28.ttf   | Bin
6979  .../373e67bf41ca264e260a9716162b71a23549e885.ttf   | Bin
6980  .../375d6ae32a3cbe52fbf81a4e5777e3377675d5a3.ttf   | Bin
6981  .../3cae6bfe5b57c07ba81ddbd54c02fe4f3a1e3bf6.ttf   | Bin
6982  .../3d0b77a2360aa6faa1385aaa510509ab70dfbeff.ttf   | Bin
6983  .../43979b90b2dd929723cf4fe1715990bcb9c9a56b.ttf   | Bin
6984  .../43ef465752be9af900745f72fe29cb853a1401a5.ttf   | Bin
6985  .../45855bc8d46332b39c4ab9e2ee1a26b1f896da6b.ttf   | Bin
6986  .../49c9f7485c1392fa09a1b801bc2ffea79275f22e.ttf   | Bin
6987  .../4cce528e99f600ed9c25a2b69e32eb94a03b4ae8.ttf   | Bin
6988  .../4fac3929fc3332834e93673780ec0fe94342d193.ttf   | Bin
6989  .../5028afb650b1bb718ed2131e872fbcce57828fff.ttf   | Bin
6990  .../53374c7ca3657be37efde7ed02ae34229a56ae1f.ttf   | Bin
6991  .../54674a3111d209fb6be0ed31745314b7a8d2c244.ttf   | Bin
6992  .../558661aa659912f4d30ecd27bd09835171a8e2b0.ttf   | Bin
6993  .../55c88ebbe938680b08f92c3de20713183e0c7481.ttf   | Bin
6994  .../56cfd0e18d07f41c38e9598545a6d369127fc6f9.ttf   | Bin
6995  .../57a9d9f83020155cbb1d2be1f43d82388cbecc88.ttf   | Bin
6996  .../59a585a63b3df608fbeef00956c8c108deec7de6.ttf   | Bin
6997  .../5a5daf5eb5a4db77a2baa3ad9c7a6ed6e0655fa8.ttf   | Bin
6998  .../5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf   | Bin
6999  .../641bd9db850193064d17575053ae2bf8ec149ddc.ttf   | Bin
7000  .../663aef6b019dbf45ffd74089e2b5f2496ceceb18.ttf   | Bin
7001  .../6991b13ce889466be6de3f66e891de2bc0f117ee.ttf   | Bin
7002  .../6ff0fbead4462d9f229167b4e6839eceb8465058.ttf   | Bin
7003  .../706c5d7b625f207bc0d874c67237aad6f1e9cd6f.ttf   | Bin
7004  .../757ebd573617a24aa9dfbf0b885c54875c6fe06b.ttf   | Bin
7005  .../7a37dc4d5bf018456aea291cee06daf004c0221c.ttf   | Bin
7006  .../7e14e7883ed152baa158b80e207b66114c823a8b.ttf   | Bin
7007  .../8099955657a54e9ee38a6ba1d6f950ce58e3cc25.ttf   | Bin
7008  .../813c2f8e5512187fd982417a7fb4286728e6f4a8.ttf   | Bin
7009  .../81c368a33816fb20e9f647e8f24e2180f4720263.ttf   | Bin
7010  .../8228d035fcd65d62ec9728fb34f42c63be93a5d3.ttf   | Bin
7011  .../8240789f6d12d4cfc4b5e8e6f246c3701bcf861f.ttf   | Bin
7012  .../82f4f3b57bb55344e72e70231380202a52af5805.ttf   | Bin
7013  .../8454d22037f892e76614e1645d066689a0200e61.ttf   | Bin
7014  .../85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf   | Bin
7015  .../856ff9562451293cbeff6f396d4e3877c4f0a436.ttf   | Bin
7016  .../85fe0be440c64ac77699e21c2f1bd933a919167e.ttf   | Bin
7017  .../87f85d17d26f1fe9ad28d7365101958edaefb967.ttf   | Bin
7018  .../8a9fea2a7384f2116e5b84a9b31f83be7850ce21.ttf   | Bin
7019  .../94a5d6fb15a27521fba9ea4aee9cb39b2d03322a.ttf   | Bin
7020  .../96490dd2ff81233b335a650e7eb660e0e7b2eeea.ttf   | Bin
7021  .../98b7887cff91f722b92a8ff800120954606354f9.ttf   | Bin
7022  .../9d8a94a67932a3ab75a596fc8b5c6d0392ca9e49.ttf   | Bin
7023  .../a014549f766436cf55b2ceb40e462038938ee899.ttf   | Bin
7024  .../a02a7f0ad42c2922cb37ad1358c9df4eb81f1bca.ttf   | Bin
7025  .../a34a7b00f22ffb5fd7eef6933b81c7e71bc2cdfb.ttf   | Bin
7026  .../a34a9191d9376bda419836effeef7e75c1386016.ttf   | Bin
7027  .../a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf   | Bin
7028  .../a6c76d1bafde4a0b1026ebcc932d2e5c6fd02442.ttf   | Bin
7029  .../a919b33197965846f21074b24e30250d67277bce.ttf   | Bin
7030  .../a98e908e2ed21b22228ea59ebcc0f05034c86f2e.ttf   | Bin
7031  .../b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf   | Bin
7032  .../b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf   | Bin
7033  .../b9e2aaa0d75fcef6971ec3a96d806ba4a6b31fe2.ttf   | Bin
7034  .../bb0c53752e85c3d28973ebc913287b8987d3dfe8.ttf   | Bin
7035  .../bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf   | Bin
7036  .../bb9473d2403488714043bcfb946c9f78b86ad627.ttf   | Bin
7037  .../bbf4a308c402f0678c3e82844892a4da2ebe598f.ttf   | Bin
7038  .../bf39b0e91ef9807f15a9e283a21a14a209fd2cfc.ttf   | Bin
7039  .../bf962d3202883a820aed019d9b5c1838c2ff69c6.ttf   | Bin
7040  .../c4e48b0886ef460f532fb49f00047ec92c432ec0.ttf   | Bin
7041  .../cc5f3d2d717fb6bd4dfae1c16d48a2cb8e12233b.ttf   | Bin
7042  .../d23d76ea0909c14972796937ba072b5a40c1e257.ttf   | Bin
7043  .../d629e7fedc0b350222d7987345fe61613fa3929a.ttf   | Bin
7044  .../d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf   | Bin
7045  .../dd9f0c7c7c36f75a18be0cab1cddf8f3ab0f366b.ttf   | Bin
7046  .../df768b9c257e0c9c35786c47cae15c46571d56be.ttf   | Bin
7047  .../e207635780b42f898d58654b65098763e340f5c7.ttf   | Bin
7048  .../e68a88939e0f06e34d2bc911f09b70890289c8fd.ttf   | Bin
7049  .../e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf   | Bin
7050  .../ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf   | Bin
7051  .../ef2511f215aa3ca847cbfffbf861793b42170875.ttf   | Bin
7052  .../ef86fe710cfea877bbe0dbb6946a1f88d0661031.ttf   | Bin
7053  .../f22416c692720a7d46fadf4af99f4c9e094f00b9.ttf   | Bin
7054  .../f443753e8ffe8e8aae606cfba158e00334b6efb1.ttf   | Bin
7055  .../f499fbc23865022234775c43503bba2e63978fe1.ttf   | Bin
7056  .../f518eb6f6b5eec2946c9fbbbde44e45d46f5e2ac.ttf   | Bin
7057  .../f9b1dd4dcb515e757789a22cb4241107746fd3d0.ttf   | Bin
7058  .../fab39d60d758cb586db5a504f218442cd1395725.ttf   | Bin
7059  .../fbb6c84c9e1fe0c39e152fbe845e51fd81f6748e.ttf   | Bin
7060  .../fcdcffbdf1c4c97c05308d7600e4c283eb47dbca.ttf   | Bin
7061  .../ffa0f5d2d9025486d8469d8b1fdd983e7632499b.ttf   | Bin
7062  .../in-house/tests/arabic-fallback-shaping.tests   |   1 +
7063  .../data/in-house/tests/arabic-feature-order.tests |   4 +
7064  .../data/in-house/tests/arabic-like-joining.tests  |   1 +
7065  .../data/in-house/tests/arabic-mark-order.tests    |   6 ++
7066  test/shaping/data/in-house/tests/arabic-stch.tests |   1 +
7067  .../data/in-house/tests/automatic-fractions.tests  |   3 +
7068  test/shaping/data/in-house/tests/cluster.tests     |   2 +
7069  test/shaping/data/in-house/tests/color-fonts.tests |   1 +
7070  .../data/in-house/tests/context-matching.tests     |   3 +
7071  .../data/in-house/tests/cursive-positioning.tests  |   4 +
7072  .../data/in-house/tests/default-ignorables.tests   |   2 +
7073  .../data/in-house/tests/emoji-flag-tags.tests      |   2 +
7074  .../data/in-house/tests/fallback-positioning.tests |   2 +
7075  test/shaping/data/in-house/tests/fuzzed.tests      |  22 +++++
7076  test/shaping/data/in-house/tests/hangul-jamo.tests |   2 +
7077  test/shaping/data/in-house/tests/hyphens.tests     |   2 +
7078  .../tests/indic-consonant-with-stacker.tests       |   4 +
7079  test/shaping/data/in-house/tests/indic-init.tests  |   1 +
7080  .../in-house/tests/indic-joiner-candrabindu.tests  |   2 +
7081  .../data/in-house/tests/indic-joiners.tests        |   2 +
7082  .../data/in-house/tests/indic-old-spec.tests       |   2 +
7083  .../data/in-house/tests/indic-pref-blocking.tests  |   2 +
7084  .../in-house/tests/indic-script-extensions.tests   |   2 +
7085  .../data/in-house/tests/indic-special-cases.tests  |   3 +
7086  .../data/in-house/tests/indic-syllable.tests       |   8 ++
7087  .../data/in-house/tests/language-tags.tests        |  12 +++
7088  test/shaping/data/in-house/tests/ligature-id.tests |  36 ++++++++
7089  .../data/in-house/tests/mark-attachment.tests      |   1 +
7090  .../data/in-house/tests/mark-filtering-sets.tests  |   5 ++
7091  .../tests/mongolian-variation-selector.tests       |   4 +
7092  test/shaping/data/in-house/tests/simple.tests      |   2 +
7093  test/shaping/data/in-house/tests/spaces.tests      |  17 ++++
7094  .../in-house/tests/tibetan-contractions-1.tests    |  60 +++++++++++++
7095  .../in-house/tests/tibetan-contractions-2.tests    |  53 +++++++++++
7096  .../data/in-house/tests/tibetan-vowels.tests       |  11 +++
7097  test/shaping/data/in-house/tests/use-marchen.tests |  35 ++++++++
7098  .../shaping/data/in-house/tests/use-syllable.tests |   7 ++
7099  test/shaping/data/in-house/tests/use.tests         |   4 +
7100  .../data/in-house/tests/variations-rvrn.tests      | 100
7101  +++++++++++++++++++++
7102  test/shaping/data/in-house/tests/vertical.tests    |   3 +
7103  .../data/in-house/tests/zero-width-marks.tests     |  11 +++
7104  test/shaping/run-tests.py                          |  48 ++++------
7105  .../tests/misc/arabic-fallback-shaping.tests       |   1 -
7106  test/shaping/tests/misc/arabic-feature-order.tests |   4 -
7107  test/shaping/tests/misc/arabic-like-joining.tests  |   1 -
7108  test/shaping/tests/misc/arabic-mark-order.tests    |   6 --
7109  test/shaping/tests/misc/arabic-stch.tests          |   1 -
7110  test/shaping/tests/misc/automatic-fractions.tests  |   3 -
7111  test/shaping/tests/misc/cluster.tests              |   2 -
7112  test/shaping/tests/misc/color-fonts.tests          |   1 -
7113  test/shaping/tests/misc/context-matching.tests     |   3 -
7114  test/shaping/tests/misc/cursive-positioning.tests  |   4 -
7115  test/shaping/tests/misc/default-ignorables.tests   |   2 -
7116  test/shaping/tests/misc/emoji-flag-tags.tests      |   2 -
7117  test/shaping/tests/misc/fallback-positioning.tests |   2 -
7118  test/shaping/tests/misc/fuzzed.tests               |  22 -----
7119  test/shaping/tests/misc/hangul-jamo.tests          |   2 -
7120  test/shaping/tests/misc/hyphens.tests              |   2 -
7121  .../tests/misc/indic-consonant-with-stacker.tests  |   4 -
7122  test/shaping/tests/misc/indic-init.tests           |   1 -
7123  .../tests/misc/indic-joiner-candrabindu.tests      |   2 -
7124  test/shaping/tests/misc/indic-joiners.tests        |   2 -
7125  test/shaping/tests/misc/indic-old-spec.tests       |   2 -
7126  test/shaping/tests/misc/indic-pref-blocking.tests  |   2 -
7127  .../tests/misc/indic-script-extensions.tests       |   2 -
7128  test/shaping/tests/misc/indic-special-cases.tests  |   3 -
7129  test/shaping/tests/misc/indic-syllable.tests       |   8 --
7130  test/shaping/tests/misc/language-tags.tests        |  12 ---
7131  test/shaping/tests/misc/ligature-id.tests          |  36 --------
7132  test/shaping/tests/misc/mark-attachment.tests      |   1 -
7133  test/shaping/tests/misc/mark-filtering-sets.tests  |   5 --
7134  .../tests/misc/mongolian-variation-selector.tests  |   4 -
7135  test/shaping/tests/misc/simple.tests               |   2 -
7136  test/shaping/tests/misc/spaces.tests               |  17 ----
7137  .../tests/misc/tibetan-contractions-1.tests        |  60 -------------
7138  .../tests/misc/tibetan-contractions-2.tests        |  53 -----------
7139  test/shaping/tests/misc/tibetan-vowels.tests       |  11 ---
7140  test/shaping/tests/misc/use-marchen.tests          |  35 --------
7141  test/shaping/tests/misc/use-syllable.tests         |   7 --
7142  test/shaping/tests/misc/use.tests                  |   4 -
7143  test/shaping/tests/misc/variations-rvrn.tests      | 100
7144  ---------------------
7145  test/shaping/tests/misc/vertical.tests             |   3 -
7146  test/shaping/tests/misc/zero-width-marks.tests     |  11 ---
7147  .../script-arabic/language-persian/mehran.txt      |  14 +--
7148  .../language-urdu/crulp/ligatures/2grams.txt       |   0
7149  .../language-urdu/crulp/ligatures/3grams.txt       |   0
7150  .../language-urdu/crulp/ligatures/4grams.txt       |   0
7151  .../language-urdu/crulp/ligatures/5grams.txt       |   0
7152  .../language-urdu/crulp/ligatures/6grams.txt       |   0
7153  .../language-urdu/crulp/ligatures/7grams.txt       |   0
7154  .../language-urdu/crulp/ligatures/8grams.txt       |   0
7155  .../language-urdu/crulp/ligatures/LICENSE          |   0
7156  .../language-urdu/crulp/ligatures/README           |   0
7157  .../language-urdu/crulp/ligatures/SOURCES          |   0
7158  .../script-arabic/misc/diacritics/lam-alef.txt     |   0
7159  .../misc/diacritics/language-arabic.txt            |   0
7160  .../misc/diacritics/language-persian.txt           |   0
7161  .../misc/diacritics/language-urdu.txt              |   0
7162  .../misc/diacritics/ligature-components.txt        |   0
7163  .../misc/diacritics/ligature-diacritics.txt        |   0
7164  .../misc/diacritics/mark-skipping.txt              |   0
7165  .../shaper-arabic/script-mongolian/misc/misc.txt   |   0
7166  .../script-mongolian/misc/non-joining.txt          |   0
7167  .../shaper-arabic/script-mongolian/misc/poem.txt   |   0
7168  .../script-mongolian/misc/variation-selectors.txt  |   0
7169  .../shaper-arabic/script-nko/misc/misc.txt         |   0
7170  .../shaper-arabic/script-phags-pa/misc/misc.txt    |   0
7171  .../script-syriac/misc/abbreviation-mark.txt       |  11 +++
7172  .../shaper-arabic/script-syriac/misc/alaph.txt     |   0
7173  .../shaper-default/script-ethiopic/misc/misc.txt   |   0
7174  .../shaper-default/script-han/misc/cjk-compat.txt  |   0
7175  .../script-hiragana/misc/kazuraki-liga-lines.txt   |   0
7176  .../script-hiragana/misc/kazuraki-liga.txt         |   0
7177  .../shaper-default/script-linear-b/misc/misc.txt   |   0
7178  .../shaper-default/script-tifinagh/misc/misc.txt   |   1 -
7179  .../shaper-hangul/script-hangul/misc/misc.txt      |   0
7180  .../script-hebrew/misc/diacritics.txt              |   0
7181  .../indic/script-assamese/utrrs/LICENSE            |   0
7182  .../indic/script-assamese/utrrs/README             |   0
7183  .../indic/script-assamese/utrrs/SOURCES            |   0
7184  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
7185  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
7186  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
7187  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
7188  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
7189  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
7190  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
7191  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
7192  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   0
7193  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
7194  .../indic/script-bengali/misc/misc.txt             |   0
7195  .../indic/script-bengali/misc/reph.txt             |   0
7196  .../indic/script-bengali/utrrs/LICENSE             |   0
7197  .../shaper-indic/indic/script-bengali/utrrs/README |   0
7198  .../indic/script-bengali/utrrs/SOURCES             |   0
7199  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
7200  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
7201  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
7202  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
7203  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
7204  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
7205  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
7206  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
7207  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   0
7208  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
7209  .../indic/script-devanagari/misc/dottedcircle.txt  |   0
7210  .../indic/script-devanagari/misc/eyelash.txt       |   0
7211  .../indic/script-devanagari/misc/joiners.txt       |   0
7212  .../indic/script-devanagari/misc/misc.txt          |   0
7213  .../script-devanagari/misc/spec-deviations.txt     |   0
7214  .../script-devanagari/misc/tricky-reordering.txt   |   0
7215  .../indic/script-devanagari/utrrs/LICENSE          |   0
7216  .../indic/script-devanagari/utrrs/README           |   0
7217  .../indic/script-devanagari/utrrs/SOURCES          |   0
7218  ...icFontFeatureCodepoint-AdditionalConsonants.txt |   0
7219  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
7220  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
7221  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
7222  ...tFeatureCodepoint-DevnagariSpecificAddition.txt |   0
7223  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
7224  ...ndicFontFeatureCodepoint-GenericPunctuation.txt |   0
7225  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
7226  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
7227  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
7228  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   0
7229  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
7230  .../indic/script-gujarati/utrrs/LICENSE            |   0
7231  .../indic/script-gujarati/utrrs/README             |   0
7232  .../indic/script-gujarati/utrrs/SOURCES            |   0
7233  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
7234  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
7235  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
7236  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
7237  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
7238  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
7239  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
7240  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
7241  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   0
7242  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
7243  .../indic/script-gurmukhi/misc/misc.txt            |   0
7244  .../indic/script-gurmukhi/utrrs/LICENSE            |   0
7245  .../indic/script-gurmukhi/utrrs/README             |   0
7246  .../indic/script-gurmukhi/utrrs/SOURCES            |   0
7247  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
7248  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
7249  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
7250  .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt |   0
7251  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
7252  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
7253  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
7254  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
7255  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   0
7256  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
7257  .../indic/script-kannada/misc/misc.txt             |   0
7258  .../indic/script-kannada/misc/right-matras.txt     |   0
7259  .../indic/script-kannada/utrrs/LICENSE             |   0
7260  .../shaper-indic/indic/script-kannada/utrrs/README |   0
7261  .../indic/script-kannada/utrrs/SOURCES             |   0
7262  ...icFontFeatureCodepoint-AdditionalConsonants.txt |   0
7263  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
7264  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
7265  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
7266  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
7267  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
7268  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
7269  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
7270  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
7271  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
7272  .../indic/script-malayalam/misc/cibu.txt           |   0
7273  .../indic/script-malayalam/misc/dot-reph.txt       |   0
7274  .../indic/script-malayalam/misc/misc.txt           |   0
7275  .../indic/script-malayalam/utrrs/LICENSE           |   0
7276  .../indic/script-malayalam/utrrs/README            |   0
7277  .../indic/script-malayalam/utrrs/SOURCES           |   0
7278  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
7279  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
7280  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
7281  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
7282  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
7283  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
7284  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
7285  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
7286  .../shaper-indic/indic/script-oriya/misc/bindu.txt |   0
7287  .../shaper-indic/indic/script-oriya/misc/misc.txt  |   0
7288  .../shaper-indic/indic/script-oriya/utrrs/LICENSE  |   0
7289  .../shaper-indic/indic/script-oriya/utrrs/README   |   0
7290  .../shaper-indic/indic/script-oriya/utrrs/SOURCES  |   0
7291  ...icFontFeatureCodepoint-AdditionalConsonants.txt |   0
7292  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
7293  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
7294  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
7295  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
7296  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
7297  .../IndicFontFeatureCodepoint-OriyaSpecific.txt    |   0
7298  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
7299  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
7300  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
7301  .../indic/script-sinhala/misc/extensive.txt        |   0
7302  .../indic/script-sinhala/misc/misc.txt             |   0
7303  .../indic/script-sinhala/misc/reph.txt             |   0
7304  .../indic/script-sinhala/misc/split-matras.txt     |   0
7305  .../indic/script-sinhala/utrrs/LICENSE             |   0
7306  .../shaper-indic/indic/script-sinhala/utrrs/README |   0
7307  .../indic/script-sinhala/utrrs/SOURCES             |   0
7308  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
7309  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
7310  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
7311  .../IndicFontFeatureCodepoint-Punctuation.txt      |   0
7312  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
7313  .../utrrs/gpos/IndicFontFeatureGPOS.txt            |   0
7314  .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt   |   0
7315  .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt    |   0
7316  .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt     |   0
7317  .../gsub/IndicFontFeatureGSUB-Special-Cases.txt    |   0
7318  .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt  |   0
7319  .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt    |   0
7320  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
7321  .../shaper-indic/indic/script-tamil/misc/misc.txt  |   0
7322  .../shaper-indic/indic/script-tamil/utrrs/LICENSE  |   0
7323  .../shaper-indic/indic/script-tamil/utrrs/README   |   0
7324  .../shaper-indic/indic/script-tamil/utrrs/SOURCES  |   0
7325  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
7326  .../IndicFontFeatureCodepoint-CurrencySymbols.txt  |   0
7327  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
7328  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
7329  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
7330  .../IndicFontFeatureCodepoint-Numerics.txt         |   0
7331  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
7332  .../IndicFontFeatureCodepoint-Symbols.txt          |   0
7333  .../IndicFontFeatureCodepoint-TamilSymbol.txt      |   0
7334  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
7335  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
7336  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   0
7337  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
7338  .../shaper-indic/indic/script-telugu/misc/misc.txt |   0
7339  .../shaper-indic/indic/script-telugu/utrrs/LICENSE |   0
7340  .../shaper-indic/indic/script-telugu/utrrs/README  |   0
7341  .../shaper-indic/indic/script-telugu/utrrs/SOURCES |   0
7342  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |   0
7343  .../IndicFontFeatureCodepoint-Consonants.txt       |   0
7344  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   0
7345  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   0
7346  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   0
7347  .../IndicFontFeatureCodepoint-Reserved.txt         |   0
7348  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   0
7349  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   0
7350  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |   0
7351  .../south-east-asian/script-javanese/misc.txt      |   0
7352  .../south-east-asian/script-khmer/misc/misc.txt    |   0
7353  .../script-khmer/misc/other-marks-invalid.txt      |   0
7354  .../script-khmer/misc/other-marks.txt              |   0
7355  .../shaper-myanmar/script-myanmar/misc/misc.txt    |   0
7356  .../shaper-myanmar/script-myanmar/misc/otspec.txt  |   1 -
7357  .../shaper-myanmar/script-myanmar/misc/utn11.txt   |   0
7358  .../shaper-thai/script-lao/misc/sara-am.txt        |   0
7359  .../shaper-thai/script-thai/misc/misc.txt          |   0
7360  .../shaper-thai/script-thai/misc/phinthu.txt       |   0
7361  .../shaper-thai/script-thai/misc/pua-shaping.txt   |   0
7362  .../shaper-thai/script-thai/misc/sara-am.txt       |   0
7363  .../script-tibetan/misc/contractions.txt           |   0
7364  .../shaper-tibetan/script-tibetan/misc/misc.txt    |   0
7365  .../shaper-use/script-batak/misc.txt               |   0
7366  .../shaper-use/script-buginese/misc.txt            |  92
7367  +++++++++----------
7368  .../shaper-use/script-cham/misc.txt                |   0
7369  .../shaper-use/script-kaithi/misc.txt              |   0
7370  .../shaper-use/script-kharoshti/misc.txt           |   0
7371  .../shaper-use/script-tai-tham/misc.txt            |   0
7372  .../shaper-use/script-tai-tham/torture.txt         |   0
7373  .../script-syriac/misc/abbreviation-mark.txt       |  11 ---
7374  420 files changed, 573 insertions(+), 590 deletions(-)
7375
7376 commit 9a3ad307ea91794712531dfc688700c11a1ff263
7377 Author: Behdad Esfahbod <behdad@behdad.org>
7378 Date:   Tue Jan 9 21:35:21 2018 +0100
7379
7380     [test] Remove unused hb-diff-ngrams
7381
7382  test/shaping/Makefile.am      |  1 -
7383  test/shaping/hb-diff-ngrams   |  5 -----
7384  test/shaping/hb_test_tools.py | 26 --------------------------
7385  3 files changed, 32 deletions(-)
7386
7387 commit b6b460024d29362914c72cc5f8fbaec215db5b16
7388 Author: Behdad Esfahbod <behdad@behdad.org>
7389 Date:   Tue Jan 9 21:33:38 2018 +0100
7390
7391     [test] Remove unused manifest stuff
7392
7393  test/shaping/Makefile.am        | 7 -------
7394  test/shaping/hb-manifest-read   | 5 -----
7395  test/shaping/hb-manifest-update | 5 -----
7396  3 files changed, 17 deletions(-)
7397
7398 commit ebbee7c2475db789b622250addbf549695da2890
7399 Author: Behdad Esfahbod <behdad@behdad.org>
7400 Date:   Tue Jan 9 18:23:19 2018 +0100
7401
7402     [test] Move test files around
7403
7404  test/fuzzing/run-fuzzer-tests.py                   |  2 +-
7405  test/shaping/Makefile.am                           | 82
7406  +++++++++++-----------
7407  .../tests/{ => misc}/arabic-fallback-shaping.tests |  0
7408  .../tests/{ => misc}/arabic-feature-order.tests    |  0
7409  .../tests/{ => misc}/arabic-like-joining.tests     |  0
7410  .../tests/{ => misc}/arabic-mark-order.tests       |  0
7411  test/shaping/tests/{ => misc}/arabic-stch.tests    |  0
7412  .../tests/{ => misc}/automatic-fractions.tests     |  0
7413  test/shaping/tests/{ => misc}/cluster.tests        |  0
7414  test/shaping/tests/{ => misc}/color-fonts.tests    |  0
7415  .../tests/{ => misc}/context-matching.tests        |  0
7416  .../tests/{ => misc}/cursive-positioning.tests     |  0
7417  .../tests/{ => misc}/default-ignorables.tests      |  0
7418  .../shaping/tests/{ => misc}/emoji-flag-tags.tests |  0
7419  .../tests/{ => misc}/fallback-positioning.tests    |  0
7420  test/shaping/tests/{ => misc}/fuzzed.tests         |  0
7421  test/shaping/tests/{ => misc}/hangul-jamo.tests    |  0
7422  test/shaping/tests/{ => misc}/hyphens.tests        |  0
7423  .../{ => misc}/indic-consonant-with-stacker.tests  |  0
7424  test/shaping/tests/{ => misc}/indic-init.tests     |  0
7425  .../{ => misc}/indic-joiner-candrabindu.tests      |  0
7426  test/shaping/tests/{ => misc}/indic-joiners.tests  |  0
7427  test/shaping/tests/{ => misc}/indic-old-spec.tests |  0
7428  .../tests/{ => misc}/indic-pref-blocking.tests     |  0
7429  .../tests/{ => misc}/indic-script-extensions.tests |  0
7430  .../tests/{ => misc}/indic-special-cases.tests     |  0
7431  test/shaping/tests/{ => misc}/indic-syllable.tests |  0
7432  test/shaping/tests/{ => misc}/language-tags.tests  |  0
7433  test/shaping/tests/{ => misc}/ligature-id.tests    |  0
7434  .../shaping/tests/{ => misc}/mark-attachment.tests |  0
7435  .../tests/{ => misc}/mark-filtering-sets.tests     |  0
7436  .../{ => misc}/mongolian-variation-selector.tests  |  0
7437  test/shaping/tests/{ => misc}/simple.tests         |  0
7438  test/shaping/tests/{ => misc}/spaces.tests         |  0
7439  .../tests/{ => misc}/tibetan-contractions-1.tests  |  0
7440  .../tests/{ => misc}/tibetan-contractions-2.tests  |  0
7441  test/shaping/tests/{ => misc}/tibetan-vowels.tests |  0
7442  test/shaping/tests/{ => misc}/use-marchen.tests    |  0
7443  test/shaping/tests/{ => misc}/use-syllable.tests   |  0
7444  test/shaping/tests/{ => misc}/use.tests            |  0
7445  .../shaping/tests/{ => misc}/variations-rvrn.tests |  0
7446  test/shaping/tests/{ => misc}/vertical.tests       |  0
7447  .../tests/{ => misc}/zero-width-marks.tests        |  0
7448  43 files changed, 42 insertions(+), 42 deletions(-)
7449
7450 commit 748b989a1fa931b011d6a4e3db39dfdc632946b2
7451 Author: Behdad Esfahbod <behdad@behdad.org>
7452 Date:   Tue Jan 9 17:55:17 2018 +0100
7453
7454     [aat/morx] Implement NoncontextualSubtables
7455
7456     Also makes hb-ot-shape call morx for now instead of GSUB... Just
7457     for testing.
7458
7459  src/hb-aat-layout-common-private.hh | 34 +++++++--------
7460  src/hb-aat-layout-morx-table.hh     | 82
7461  ++++++++++++++++++++++++++++++++++---
7462  src/hb-aat-layout-private.hh        |  3 ++
7463  src/hb-aat-layout.cc                | 13 +++++-
7464  src/hb-ot-shape.cc                  |  6 +++
7465  5 files changed, 111 insertions(+), 27 deletions(-)
7466
7467 commit 4cf3ab1d8192862f8d3c52fdcaec567735916116
7468 Author: Behdad Esfahbod <behdad@behdad.org>
7469 Date:   Tue Jan 9 16:32:58 2018 +0100
7470
7471     Minor
7472
7473  src/hb-ot-shape.cc | 2 --
7474  1 file changed, 2 deletions(-)
7475
7476 commit 470fe5b603b409bef136fdd4e9b33d2704dc77b7
7477 Author: Behdad Esfahbod <behdad@behdad.org>
7478 Date:   Tue Jan 9 15:48:51 2018 +0100
7479
7480     [aat] Implement Lookup table
7481
7482     Untested, but compiles.
7483
7484  src/hb-aat-layout-common-private.hh | 308
7485  +++++++++++++++++++++++++++++++++++-
7486  src/hb-aat-layout-morx-table.hh     |   9 +-
7487  src/hb-aat-layout.cc                |  14 ++
7488  src/hb-face.cc                      |   6 +-
7489  src/hb-open-type-private.hh         |  16 +-
7490  src/hb-ot-cbdt-table.hh             |   4 +-
7491  src/hb-ot-cmap-table.hh             |   2 +-
7492  src/hb-ot-glyf-table.hh             |   6 +-
7493  src/hb-ot-hmtx-table.hh             |   8 +-
7494  src/hb-ot-kern-table.hh             |   2 +-
7495  src/hb-ot-layout.cc                 |   6 +-
7496  src/hb-ot-post-table.hh             |   2 +-
7497  src/hb-uniscribe.cc                 |   2 +-
7498  13 files changed, 355 insertions(+), 30 deletions(-)
7499
7500 commit 4646a80a873fa164b9cf09128bc6b6fe2fc5cce2
7501 Author: Behdad Esfahbod <behdad@behdad.org>
7502 Date:   Tue Jan 9 12:06:38 2018 +0100
7503
7504     Minor
7505
7506  src/hb-ot-layout-common-private.hh | 8 ++++----
7507  1 file changed, 4 insertions(+), 4 deletions(-)
7508
7509 commit 7c7cb42d8125d7e598bfa70f93053cafe38b325a
7510 Author: Behdad Esfahbod <behdad@behdad.org>
7511 Date:   Mon Jan 8 14:32:55 2018 +0000
7512
7513     [aat] Update previous commits for rebase on master
7514
7515  src/hb-aat-layout-common-private.hh | 14 +++++++-------
7516  src/hb-aat-layout-morx-table.hh     | 28 ++++++++++++++--------------
7517  src/hb-open-type-private.hh         |  5 -----
7518  3 files changed, 21 insertions(+), 26 deletions(-)
7519
7520 commit a0175e75bc40b5496d7fd37afd434cb2000e5b9b
7521 Author: Behdad Esfahbod <behdad@behdad.org>
7522 Date:   Thu Aug 17 16:55:54 2017 -0700
7523
7524     [aat] Start implementing common table formats
7525
7526  src/Makefile.sources                |   2 +
7527  src/hb-aat-layout-common-private.hh | 134
7528  ++++++++++++++++++++++++++++++++++++
7529  src/hb-aat-layout-morx-table.hh     |   1 +
7530  src/hb-aat-layout-private.hh        |  37 ++++++++++
7531  src/hb-aat-layout.cc                |   1 +
7532  5 files changed, 175 insertions(+)
7533
7534 commit c71b55a223d14f8bb7fa355efc586e824b7d4d8f
7535 Author: Behdad Esfahbod <behdad@behdad.org>
7536 Date:   Mon Aug 14 17:24:36 2017 -0700
7537
7538     [aat] Start implementing Apple AAT morx table
7539
7540  src/Makefile.sources            |   2 +
7541  src/hb-aat-layout-morx-table.hh | 275
7542  ++++++++++++++++++++++++++++++++++++++++
7543  src/hb-aat-layout.cc            |  42 ++++++
7544  src/hb-open-type-private.hh     |   5 +
7545  src/hb-ot-layout-private.hh     |   5 +
7546  src/hb-ot-layout.cc             |   2 +
7547  6 files changed, 331 insertions(+)
7548
7549 commit 3c7aeb5c6437b26ad638ab993b724e28376d3ff8
7550 Author: Ebrahim Byagowi <ebrahim@gnu.org>
7551 Date:   Tue Jan 9 01:39:42 2018 +0330
7552
7553     [cmake] Add autotools like feature testing (#683)
7554
7555  CMakeLists.txt | 22 ++++++++++++++++------
7556  1 file changed, 16 insertions(+), 6 deletions(-)
7557
7558 commit 0473d95e276ae5df722bc7d371733d8202bdbc3c
7559 Author: Behdad Esfahbod <behdad@behdad.org>
7560 Date:   Mon Jan 8 10:07:46 2018 +0000
7561
7562     [ft] Use FT_Done_MM_Var() if available
7563
7564  configure.ac | 1 +
7565  src/hb-ft.cc | 4 ++++
7566  2 files changed, 5 insertions(+)
7567
7568 commit 66d7beff96d622599e1ee8895f2aa84fe2299f1a
7569 Author: Behdad Esfahbod <behdad@behdad.org>
7570 Date:   Fri Jan 5 18:09:29 2018 +0000
7571
7572     [khmer] Relax!
7573
7574     Apparently we don't use OT_A either.
7575
7576  src/hb-ot-shape-complex-khmer-machine.rl | 3 +--
7577  1 file changed, 1 insertion(+), 2 deletions(-)
7578
7579 commit db0207baff358b20fbe9c3498275ba33f69caf87
7580 Author: Behdad Esfahbod <behdad@behdad.org>
7581 Date:   Fri Jan 5 18:06:00 2018 +0000
7582
7583     [khmer] Drop another joiner
7584
7585  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
7586  1 file changed, 1 insertion(+), 1 deletion(-)
7587
7588 commit 90affe831f08fabcb2dd5ac837c7b0cfbd14e554
7589 Author: Behdad Esfahbod <behdad@behdad.org>
7590 Date:   Fri Jan 5 18:04:56 2018 +0000
7591
7592     [khmer] Shuffle
7593
7594  src/hb-ot-shape-complex-khmer-machine.rl | 4 +---
7595  1 file changed, 1 insertion(+), 3 deletions(-)
7596
7597 commit 65795e3ca246bf65b3cb53e3fe65eca312774e3e
7598 Author: Behdad Esfahbod <behdad@behdad.org>
7599 Date:   Fri Jan 5 18:03:00 2018 +0000
7600
7601     [khmer] Simplify grammar some more
7602
7603     Numbers down (from 38):
7604
7605     KHMER: 299090 out of 299124 tests passed. 34 failed (0.0113665%)
7606
7607  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
7608  1 file changed, 1 insertion(+), 1 deletion(-)
7609
7610 commit e13ee937310a7aadd83fd266dae382da40dce4f8
7611 Author: Behdad Esfahbod <behdad@behdad.org>
7612 Date:   Fri Jan 5 18:01:01 2018 +0000
7613
7614     [khmer] Clean
7615
7616  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
7617  1 file changed, 1 insertion(+), 1 deletion(-)
7618
7619 commit a71c7eb2ca9f8ba90117e1a0c4ce890f0a1640f4
7620 Author: Behdad Esfahbod <behdad@behdad.org>
7621 Date:   Fri Jan 5 17:59:43 2018 +0000
7622
7623     [khmer] Limit number of joiners
7624
7625  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
7626  1 file changed, 1 insertion(+), 1 deletion(-)
7627
7628 commit 574e42e1cf6679c8df065d6bb3e8d21bc82395c1
7629 Author: Behdad Esfahbod <behdad@behdad.org>
7630 Date:   Fri Jan 5 17:57:39 2018 +0000
7631
7632     [khmer] Relax number of consonants / matras allowed
7633
7634     New numbers (down from 39):
7635
7636     KHMER: 299086 out of 299124 tests passed. 38 failed (0.0127038%)
7637
7638  src/hb-ot-shape-complex-khmer-machine.rl | 6 +++---
7639  1 file changed, 3 insertions(+), 3 deletions(-)
7640
7641 commit 80c870bcda2f421e80f5579e71fe17fe8db991b8
7642 Author: Behdad Esfahbod <behdad@behdad.org>
7643 Date:   Fri Jan 5 17:52:24 2018 +0000
7644
7645     [khmer] Allow Independent Vowels where stacked consonants are allowed
7646
7647     New numbers (down from 44):
7648
7649     KHMER: 299085 out of 299124 tests passed. 39 failed (0.0130381%)
7650
7651  src/hb-ot-shape-complex-khmer-machine.rl | 4 ++--
7652  src/hb-ot-shape-complex-khmer.cc         | 2 +-
7653  2 files changed, 3 insertions(+), 3 deletions(-)
7654
7655 commit 9bd486c480b8fd3125ef6b6cc0442a566f669cb8
7656 Author: Behdad Esfahbod <behdad@behdad.org>
7657 Date:   Fri Jan 5 17:47:35 2018 +0000
7658
7659     [khmer] Drop some more joiners
7660
7661  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
7662  1 file changed, 1 insertion(+), 1 deletion(-)
7663
7664 commit 5278265853c36400ffc284fd517cc7b7c42ed0e7
7665 Author: Behdad Esfahbod <behdad@behdad.org>
7666 Date:   Fri Jan 5 17:46:49 2018 +0000
7667
7668     [khmer] Drop some more
7669
7670  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
7671  1 file changed, 1 insertion(+), 1 deletion(-)
7672
7673 commit efefd87f3354d0ae6f599ea30672cb0b74dfcd80
7674 Author: Behdad Esfahbod <behdad@behdad.org>
7675 Date:   Fri Jan 5 17:45:48 2018 +0000
7676
7677     [khmer] Drop some more grammar
7678
7679  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
7680  1 file changed, 1 insertion(+), 1 deletion(-)
7681
7682 commit 82e6bf8e0c27d2fd16a908eed0c73e95b1a2c0f5
7683 Author: Behdad Esfahbod <behdad@behdad.org>
7684 Date:   Fri Jan 5 17:44:18 2018 +0000
7685
7686     [khmer] Drop some more from grammar
7687
7688  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
7689  1 file changed, 1 insertion(+), 1 deletion(-)
7690
7691 commit 957e8ea8a9f981775ecde7dd1e2bf4023cf79dba
7692 Author: Behdad Esfahbod <behdad@behdad.org>
7693 Date:   Fri Jan 5 17:43:31 2018 +0000
7694
7695     [khmer] Drop final_halant_group
7696
7697  src/hb-ot-shape-complex-khmer-machine.rl | 3 +--
7698  1 file changed, 1 insertion(+), 2 deletions(-)
7699
7700 commit bbfdbbdc5eca96e8c527147e5a78cd185b9f243d
7701 Author: Behdad Esfahbod <behdad@behdad.org>
7702 Date:   Fri Jan 5 17:34:26 2018 +0000
7703
7704     Minor
7705
7706  src/hb-ot-shape-complex-indic-machine.rl | 1 -
7707  src/hb-ot-shape-complex-khmer-machine.rl | 1 -
7708  2 files changed, 2 deletions(-)
7709
7710 commit f6df2515210e9d828fc40173696b185efa5083e3
7711 Author: Behdad Esfahbod <behdad@behdad.org>
7712 Date:   Fri Jan 5 17:27:48 2018 +0000
7713
7714     [indic] Remove unused OT_VD category
7715
7716  src/hb-ot-shape-complex-indic-machine.rl | 3 +--
7717  src/hb-ot-shape-complex-indic-private.hh | 2 +-
7718  src/hb-ot-shape-complex-indic.cc         | 2 +-
7719  3 files changed, 3 insertions(+), 4 deletions(-)
7720
7721 commit e6618f3bdf79a51f6fb270b468b653dc9cea5b57
7722 Author: Behdad Esfahbod <behdad@behdad.org>
7723 Date:   Fri Jan 5 17:21:55 2018 +0000
7724
7725     [khmer] Shave off some more from the grammar
7726
7727  src/hb-ot-shape-complex-khmer-machine.rl |  9 ++-------
7728  src/hb-ot-shape-complex-khmer.cc         | 34
7729  ++------------------------------
7730  2 files changed, 4 insertions(+), 39 deletions(-)
7731
7732 commit 014494d5c0469fe6b3112db3fdb3f2f262673ba1
7733 Author: Behdad Esfahbod <behdad@behdad.org>
7734 Date:   Fri Jan 5 17:17:02 2018 +0000
7735
7736     [khmer] Remove unused symbol clusters
7737
7738  src/hb-ot-shape-complex-khmer-machine.rl | 4 ----
7739  1 file changed, 4 deletions(-)
7740
7741 commit bbac984b9390a66c6ae5ee931b278b607f2f2a50
7742 Author: Behdad Esfahbod <behdad@behdad.org>
7743 Date:   Fri Jan 5 17:15:31 2018 +0000
7744
7745     Minor
7746
7747  src/hb-ot-shape-complex-indic-machine.rl | 1 -
7748  src/hb-ot-shape-complex-khmer-machine.rl | 1 -
7749  2 files changed, 2 deletions(-)
7750
7751 commit 185b68946ad67443e8725e77d724128802de5572
7752 Author: Behdad Esfahbod <behdad@behdad.org>
7753 Date:   Fri Jan 5 17:14:27 2018 +0000
7754
7755     [khmer] Remove medials from grammar
7756
7757  src/hb-ot-shape-complex-khmer-machine.rl | 10 ++++------
7758  1 file changed, 4 insertions(+), 6 deletions(-)
7759
7760 commit c265dffdf6c4930e271292226d38a8e515b6b0f8
7761 Author: Behdad Esfahbod <behdad@behdad.org>
7762 Date:   Fri Jan 5 17:06:29 2018 +0000
7763
7764     [khmer] Better fix for dangling final Coeng
7765
7766     This is how 1471cfee3bb2734dc44c58471362851ad27e8bd8 should have
7767     been done.
7768
7769  src/hb-ot-shape-complex-khmer-machine.rl | 4 ++--
7770  1 file changed, 2 insertions(+), 2 deletions(-)
7771
7772 commit e3fdf1fc2f399e6b79ea022501526a422d372e64
7773 Author: Behdad Esfahbod <behdad@behdad.org>
7774 Date:   Fri Jan 5 17:05:53 2018 +0000
7775
7776     [khmer] Remove reph/repha support from grammar
7777
7778  src/hb-ot-shape-complex-khmer-machine.rl | 12 ++++--------
7779  1 file changed, 4 insertions(+), 8 deletions(-)
7780
7781 commit 0d3a274de1ff8e6a21c7c9857730e2eda402e310
7782 Author: Behdad Esfahbod <behdad@behdad.org>
7783 Date:   Fri Jan 5 17:01:37 2018 +0000
7784
7785     [khmer] Remove forced_rakar from grammar
7786
7787     Used by Sinhala only.
7788
7789  src/hb-ot-shape-complex-khmer-machine.rl | 3 +--
7790  src/hb-ot-shape-complex-khmer.cc         | 2 +-
7791  2 files changed, 2 insertions(+), 3 deletions(-)
7792
7793 commit 1471cfee3bb2734dc44c58471362851ad27e8bd8
7794 Author: Behdad Esfahbod <behdad@behdad.org>
7795 Date:   Fri Jan 5 16:34:20 2018 +0000
7796
7797     [khmer] Allow a dangling final Coeng after matras
7798
7799     Uniscribe seems to allow that.  New numbers:
7800
7801     KHMER: 299080 out of 299124 tests passed. 44 failed (0.0147096%)
7802
7803  src/hb-ot-shape-complex-khmer-machine.rl | 2 +-
7804  1 file changed, 1 insertion(+), 1 deletion(-)
7805
7806 commit 9eaf077ded0306d492de96b223133431f1a6d42b
7807 Author: Behdad Esfahbod <behdad@behdad.org>
7808 Date:   Fri Jan 5 16:28:00 2018 +0000
7809
7810     [khmer] Remove some more unused code
7811
7812  src/hb-ot-shape-complex-khmer.cc | 49
7813  ++--------------------------------------
7814  1 file changed, 2 insertions(+), 47 deletions(-)
7815
7816 commit bfad6ab897a38aedc82de694ee1a17132f90b25e
7817 Author: Behdad Esfahbod <behdad@behdad.org>
7818 Date:   Fri Jan 5 16:13:09 2018 +0000
7819
7820     [khmer] Remove features not used by Khmer
7821
7822  src/hb-ot-shape-complex-khmer.cc | 60
7823  ++++------------------------------------
7824  1 file changed, 5 insertions(+), 55 deletions(-)
7825
7826 commit 92a99ce084b19dff32d434de446144f0c4796803
7827 Author: Behdad Esfahbod <behdad@behdad.org>
7828 Date:   Fri Jan 5 16:08:44 2018 +0000
7829
7830     [khmer] Remove rphf feature
7831
7832  src/hb-ot-shape-complex-khmer.cc | 2 --
7833  1 file changed, 2 deletions(-)
7834
7835 commit 238b90e77c12674edfd2e03160b8ba2a0298b79d
7836 Author: Behdad Esfahbod <behdad@behdad.org>
7837 Date:   Fri Jan 5 16:06:53 2018 +0000
7838
7839     [khmer] Remove non-Khmer matra positioning code
7840
7841  src/hb-ot-shape-complex-khmer.cc | 76
7842  +++++++---------------------------------
7843  1 file changed, 12 insertions(+), 64 deletions(-)
7844
7845 commit f8553c898a414298403c335f8d2ed6c588a1189f
7846 Author: Behdad Esfahbod <behdad@behdad.org>
7847 Date:   Fri Jan 5 16:04:02 2018 +0000
7848
7849     [khmer] Remove indic_config_t
7850
7851  src/hb-ot-shape-complex-khmer.cc | 28 ----------------------------
7852  1 file changed, 28 deletions(-)
7853
7854 commit a119a8bce57abc440ae4c8b9a1342d428a7c9b6a
7855 Author: Behdad Esfahbod <behdad@behdad.org>
7856 Date:   Fri Jan 5 16:02:27 2018 +0000
7857
7858     [khmer] Remove indic_config->reph_mode
7859
7860  src/hb-ot-shape-complex-khmer.cc | 9 +--------
7861  1 file changed, 1 insertion(+), 8 deletions(-)
7862
7863 commit c135324af107d3e33420cd0dca4d5bb12fd3f4a1
7864 Author: Behdad Esfahbod <behdad@behdad.org>
7865 Date:   Fri Jan 5 16:01:17 2018 +0000
7866
7867     [khmer] Remove indic_config->reph_pos
7868
7869  src/hb-ot-shape-complex-khmer.cc | 333
7870  ++-------------------------------------
7871  1 file changed, 10 insertions(+), 323 deletions(-)
7872
7873 commit ffcd6c7efd21bf89b41ddbf148b05672a42ecadd
7874 Author: Behdad Esfahbod <behdad@behdad.org>
7875 Date:   Fri Jan 5 15:50:05 2018 +0000
7876
7877     [khmer] Remove indic_config->base_pos
7878
7879  src/hb-ot-shape-complex-khmer.cc | 229
7880  ++-------------------------------------
7881  1 file changed, 7 insertions(+), 222 deletions(-)
7882
7883 commit 0c91638d48d6fb86d1e30fb94c15785707395b42
7884 Author: Behdad Esfahbod <behdad@behdad.org>
7885 Date:   Fri Jan 5 15:45:30 2018 +0000
7886
7887     [khmer] Remove other scripts
7888
7889  src/hb-ot-shape-complex-khmer.cc | 131
7890  ++++++++++-----------------------------
7891  1 file changed, 34 insertions(+), 97 deletions(-)
7892
7893 commit 4c0199c573f79be5f40e7d4f8433ef6a1c9c24b2
7894 Author: Behdad Esfahbod <behdad@behdad.org>
7895 Date:   Fri Jan 5 15:43:48 2018 +0000
7896
7897     [khmer] Remove indic_config->script
7898
7899  src/hb-ot-shape-complex-khmer.cc | 3 +--
7900  1 file changed, 1 insertion(+), 2 deletions(-)
7901
7902 commit 9b135d9524e51cc1e1f35479e015c746ccd8ca5f
7903 Author: Behdad Esfahbod <behdad@behdad.org>
7904 Date:   Fri Jan 5 15:43:11 2018 +0000
7905
7906     [khmer] Remove indic_config->virama
7907
7908  src/hb-ot-shape-complex-khmer.cc | 5 ++---
7909  1 file changed, 2 insertions(+), 3 deletions(-)
7910
7911 commit 7eb3ac29d388432c311981b20b1aa75f47249bfc
7912 Author: Behdad Esfahbod <behdad@behdad.org>
7913 Date:   Fri Jan 5 15:41:31 2018 +0000
7914
7915     [khmer] Remove indic_config->has_old_spec
7916
7917  src/hb-ot-shape-complex-khmer.cc | 157
7918  ++++++---------------------------------
7919  1 file changed, 21 insertions(+), 136 deletions(-)
7920
7921 commit 961ebf85f1e7d417e056c3927ee73857f6f4cde6
7922 Author: Behdad Esfahbod <behdad@behdad.org>
7923 Date:   Fri Jan 5 15:36:53 2018 +0000
7924
7925     [khmer] Remove Halant from Khmer shaper
7926
7927  src/hb-ot-shape-complex-indic-private.hh |  1 -
7928  src/hb-ot-shape-complex-khmer-machine.rl |  7 +++----
7929  src/hb-ot-shape-complex-khmer.cc         | 32
7930  ++++++++++++++++----------------
7931  3 files changed, 19 insertions(+), 21 deletions(-)
7932
7933 commit 9761f9d78214323b9ad58dd0b8ba41851c9e2d54
7934 Author: Behdad Esfahbod <behdad@behdad.org>
7935 Date:   Fri Jan 5 15:33:11 2018 +0000
7936
7937     [indic] Remove more Khmer-specific stuff from Indic shaper
7938
7939     No numbers changed.
7940
7941  src/hb-ot-shape-complex-indic-machine.rl |  8 ++---
7942  src/hb-ot-shape-complex-indic.cc         | 57
7943  ++++++++++++--------------------
7944  2 files changed, 25 insertions(+), 40 deletions(-)
7945
7946 commit 075895364435ee88936696bcb5457283c4bb1a29
7947 Author: Behdad Esfahbod <behdad@behdad.org>
7948 Date:   Fri Jan 5 15:08:28 2018 +0000
7949
7950     [indic] Remove main Khmer stuff
7951
7952  src/hb-ot-shape-complex-indic.cc | 73
7953  ++--------------------------------------
7954  1 file changed, 2 insertions(+), 71 deletions(-)
7955
7956 commit dcf4d95fea45e19fbb3b39f0211b2aa96a907473
7957 Author: Behdad Esfahbod <behdad@behdad.org>
7958 Date:   Fri Jan 5 14:54:31 2018 +0000
7959
7960     [khmer] Split off Khmer shaper from Indic
7961
7962     Towards fixing https://github.com/harfbuzz/harfbuzz/issues/667
7963     The Khmer spec is different enough from other Indic ones to require
7964     its own grammar.
7965
7966     No change in functionality.  Test numbers are:
7967
7968     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
7969     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
7970     GUJARATI: 366355 out of 366457 tests passed. 102 failed (0.0278341%)
7971     GURMUKHI: 60729 out of 60747 tests passed. 18 failed (0.0296311%)
7972     KANNADA: 951300 out of 951913 tests passed. 613 failed (0.0643966%)
7973     KHMER: 299071 out of 299124 tests passed. 53 failed (0.0177184%)
7974     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed
7975     (0.0188871%)
7976     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
7977     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
7978     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
7979     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
7980
7981  src/Makefile.sources                     |    3 +
7982  src/hb-ot-shape-complex-khmer-machine.rl |  130 +++
7983  src/hb-ot-shape-complex-khmer.cc         | 1867
7984  ++++++++++++++++++++++++++++++
7985  src/hb-ot-shape-complex-private.hh       |    5 +-
7986  4 files changed, 2003 insertions(+), 2 deletions(-)
7987
7988 commit 1e05ea79d057fbae5f680589d4ee7d3c6a971689
7989 Author: Behdad Esfahbod <behdad@behdad.org>
7990 Date:   Fri Jan 5 14:01:37 2018 +0000
7991
7992     [ot] Short-circuit base instance advance variation
7993
7994  src/hb-ot-hmtx-table.hh | 2 +-
7995  1 file changed, 1 insertion(+), 1 deletion(-)
7996
7997 commit 54b2b93722c9f067199cd7145dfd065d5b6b2f0c
7998 Author: Behdad Esfahbod <behdad@behdad.org>
7999 Date:   Fri Jan 5 13:20:21 2018 +0000
8000
8001     [ot] Fix VariationStore evaluation algorithm
8002
8003     Ouch!  Missing coords should still be evaluated as coord=0, which
8004     most of the time results in a factor of 0.  We were skipping these,
8005     which was equivalent to a factor of 1.
8006
8007     Fixes https://github.com/harfbuzz/harfbuzz/issues/652
8008
8009  src/hb-ot-layout-common-private.hh | 5 +++--
8010  1 file changed, 3 insertions(+), 2 deletions(-)
8011
8012 commit a3afdd1e080bb181ddec126b6233d52438882a13
8013 Author: Behdad Esfahbod <behdad@behdad.org>
8014 Date:   Fri Jan 5 13:17:02 2018 +0000
8015
8016     Minor
8017
8018  src/hb-ot-layout-common-private.hh | 2 +-
8019  1 file changed, 1 insertion(+), 1 deletion(-)
8020
8021 commit cb43bdbc2f3a16061c33596b15b29eb7f9713871
8022 Author: Behdad Esfahbod <behdad@behdad.org>
8023 Date:   Fri Jan 5 13:06:25 2018 +0000
8024
8025     [ft] If there's no variations set, don't set them on hb-font
8026
8027  src/hb-ft.cc | 10 +++++++++-
8028  1 file changed, 9 insertions(+), 1 deletion(-)
8029
8030 commit ed2f458b143327d07e67fdb976ead9d7ff2863f8
8031 Author: Behdad Esfahbod <behdad@behdad.org>
8032 Date:   Fri Jan 5 12:55:39 2018 +0000
8033
8034     Add test font for previous commit
8035
8036  .../sha1sum/21b7fb9c1eeae260473809fbc1fe330f66a507cd.ttf | Bin 0 ->
8037  4816 bytes
8038  1 file changed, 0 insertions(+), 0 deletions(-)
8039
8040 commit 127bcc6ece4da64e807f652dd84a17c6a8c5e300
8041 Merge: 72bec1cd 8c0d1916
8042 Author: Behdad Esfahbod <behdad@behdad.org>
8043 Date:   Fri Jan 5 12:50:22 2018 +0000
8044
8045     Merge remote-tracking branch 'fdo/master'
8046
8047 commit 8c0d1916a41f0fb32340ce5257de780acf598353
8048 Author: Behdad Esfahbod <behdad@behdad.org>
8049 Date:   Fri Jan 5 12:46:12 2018 +0000
8050
8051     Improve CGJ skipping logic
8052
8053     Previously we made CGJ unskippable.  Now, if CGJ did NOT prevent
8054     any reordering, allow skipping over it.  To make this work we
8055     had to make changes to the Arabic mark reordering algorithm
8056     implementation to renumber moved MCM marks.  See comments.
8057
8058     Fixes https://github.com/harfbuzz/harfbuzz/issues/554
8059
8060  src/hb-buffer-private.hh                   |  1 +
8061  src/hb-ot-layout-private.hh                | 11 ++++++++-
8062  src/hb-ot-shape-complex-arabic.cc          | 37
8063  ++++++++++++++++++++++--------
8064  src/hb-ot-shape-normalize.cc               | 30 +++++++++++++-----------
8065  test/shaping/tests/arabic-mark-order.tests |  4 ++++
8066  5 files changed, 58 insertions(+), 25 deletions(-)
8067
8068 commit 72bec1cd09f919f3826345db4832752ec96ff5c5
8069 Author: Ebrahim Byagowi <ebrahim@gnu.org>
8070 Date:   Fri Jan 5 12:42:20 2018 +0330
8071
8072     Improve tests (#679)
8073
8074  .circleci/config.yml        |  2 +-
8075  CMakeLists.txt              | 52
8076  +++++++++++++++++++++++++++++++++++----------
8077  autogen.sh                  |  6 ++++--
8078  src/Makefile.am             |  3 +--
8079  src/check-defs.sh           |  2 +-
8080  src/check-header-guards.sh  |  2 +-
8081  src/check-libstdc++.sh      |  2 +-
8082  src/check-static-inits.sh   |  2 +-
8083  src/check-symbols.sh        |  2 +-
8084  test/fuzzing/CMakeLists.txt | 11 +++++++++-
8085  10 files changed, 62 insertions(+), 22 deletions(-)
8086
8087 commit 293e443529d0621b9f94ea15d1425104394f6b9e
8088 Author: Behdad Esfahbod <behdad@behdad.org>
8089 Date:   Thu Jan 4 16:06:25 2018 +0000
8090
8091     Minor
8092
8093  src/check-c-linkage-decls.sh | 3 +--
8094  1 file changed, 1 insertion(+), 2 deletions(-)
8095
8096 commit 8a0952db7e521320cd4d8b67b287f7d33c21b6e0
8097 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
8098 Date:   Thu Jan 4 18:40:10 2018 +0700
8099
8100     atomics: Favor compiler primitives over macOS APIs. (#676)
8101
8102     In macOS 10.12, the `OSMemoryBarrier` and related APIs were deprecated
8103     in favor of using `std::atomic`. On the way to supporting
8104     `std::atomic`,
8105     we can favor using the "Intel primitives" which are also available on
8106     macOS.
8107
8108  src/hb-atomic-private.hh | 46
8109  +++++++++++++++++++++++-----------------------
8110  1 file changed, 23 insertions(+), 23 deletions(-)
8111
8112 commit 4f80078eb035054db0f6e33cf4f7345c6c85cb12
8113 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
8114 Date:   Thu Jan 4 18:37:35 2018 +0700
8115
8116     [cmake] Colorize output when using cmake + ninja. (#674)
8117
8118     Due to how ninja runs clang and gcc, it doesn't colorize the output
8119     like make does. This forces color output in this situation.
8120
8121  CMakeLists.txt | 10 ++++++++++
8122  1 file changed, 10 insertions(+)
8123
8124 commit 5ed26fc5bdfdab0ff41a8861b54395c0bbbad248
8125 Author: Ebrahim Byagowi <ebrahim@gnu.org>
8126 Date:   Thu Jan 4 10:11:34 2018 +0330
8127
8128     [cmake] Run src/ tests (#675)
8129
8130  .circleci/config.yml      |  9 ++++-----
8131  CMakeLists.txt            | 35 ++++++++++++++++++++++++++++++++---
8132  src/Makefile.am           |  1 +
8133  src/check-defs.sh         |  3 ++-
8134  src/check-libstdc++.sh    |  3 ++-
8135  src/check-static-inits.sh |  3 ++-
8136  src/check-symbols.sh      |  3 ++-
8137  7 files changed, 45 insertions(+), 12 deletions(-)
8138
8139 commit f8daeef4c4451084a781db3a8a04807c0f0051ef
8140 Author: Behdad Esfahbod <behdad@behdad.org>
8141 Date:   Wed Jan 3 14:27:34 2018 +0000
8142
8143     [use] Simplify more
8144
8145  src/gen-use-table.py                 | 11 +------
8146  src/hb-ot-shape-complex-use-table.cc | 62
8147  +++++++++++++++++++++---------------
8148  2 files changed, 38 insertions(+), 35 deletions(-)
8149
8150 commit 877d15e73c24159b26bb7cc6d2f62045d445d0fc
8151 Author: Behdad Esfahbod <behdad@behdad.org>
8152 Date:   Wed Jan 3 14:24:44 2018 +0000
8153
8154     [use] Simplify
8155
8156     Fixes https://github.com/harfbuzz/harfbuzz/pull/661
8157
8158  src/gen-use-table.py                 | 2 +-
8159  src/hb-ot-shape-complex-use-table.cc | 3 +--
8160  2 files changed, 2 insertions(+), 3 deletions(-)
8161
8162 commit 308f419215716460479fbde482d66d1687176102
8163 Author: Behdad Esfahbod <behdad@behdad.org>
8164 Date:   Wed Jan 3 14:22:07 2018 +0000
8165
8166     [use] Fix Brahmi Number Joiner 1107F
8167
8168     Fixes https://github.com/harfbuzz/harfbuzz/pull/660
8169
8170  src/gen-indic-table.py                 | 6 +++---
8171  src/gen-use-table.py                   | 6 +++---
8172  src/hb-ot-shape-complex-indic-table.cc | 4 ++--
8173  src/hb-ot-shape-complex-use-table.cc   | 6 +++---
8174  4 files changed, 11 insertions(+), 11 deletions(-)
8175
8176 commit 7b837e20d2b4b6cd7be0b181ac5cdfeb467bd146
8177 Author: Behdad Esfahbod <behdad@behdad.org>
8178 Date:   Wed Jan 3 12:46:29 2018 +0000
8179
8180     [util] Add TODO item
8181
8182  util/options.cc | 1 +
8183  1 file changed, 1 insertion(+)
8184
8185 commit 70807ad274be39d58a5b43e12d4585325cb314c4
8186 Author: Ebrahim Byagowi <ebrahim@gnu.org>
8187 Date:   Tue Jan 2 23:52:12 2018 +0330
8188
8189     Fix make check issue on out-of-tree builds and test it (#672)
8190
8191  .circleci/config.yml             |  8 ++++----
8192  test/fuzzing/Makefile.am         | 18 +-----------------
8193  test/fuzzing/run-fuzzer-tests.py |  8 +++++---
8194  test/shaping/run-tests.py        |  5 +++++
8195  4 files changed, 15 insertions(+), 24 deletions(-)
8196
8197 commit 85ec6d34439194a88c7dfdd8303369311e08e031
8198 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
8199 Date:   Wed Jan 3 01:23:23 2018 +0700
8200
8201     Fix typos.
8202
8203  docs/usermanual-clusters.xml         | 4 ++--
8204  docs/usermanual-install-harfbuzz.xml | 2 +-
8205  src/hb-font.h                        | 2 +-
8206  3 files changed, 4 insertions(+), 4 deletions(-)
8207
8208 commit 4f6754ac0190f04b5f27306b087827b8f2e13046
8209 Author: Bruce Mitchener <bruce.mitchener@gmail.com>
8210 Date:   Wed Jan 3 00:15:18 2018 +0700
8211
8212     Improve Markdown usage in BUILD.md.
8213
8214  BUILD.md | 36 +++++++++++++++++++++++-------------
8215  1 file changed, 23 insertions(+), 13 deletions(-)
8216
8217 commit 3db1d34264d9405c7356668aa3c8ed3ab103da3c
8218 Author: Romain Ouabdelkader <rouabdelkader@gopro.com>
8219 Date:   Thu Dec 21 14:39:34 2017 +0100
8220
8221     link with CoreFoundation when using CoreText
8222
8223  configure.ac | 2 +-
8224  1 file changed, 1 insertion(+), 1 deletion(-)
8225
8226 commit 4e3cf91af29ff654eca91e43c0af1c1a7171b9fa
8227 Author: Ebrahim Byagowi <ebrahim@gnu.org>
8228 Date:   Mon Jan 1 11:17:51 2018 +0330
8229
8230     [cmake] Run rest of the tests on Windows (#668)
8231
8232  appveyor.yml                     |  6 +++---
8233  test/CMakeLists.txt              |  5 +----
8234  test/fuzzing/CMakeLists.txt      | 12 ++++++------
8235  test/fuzzing/Makefile.am         |  5 +----
8236  test/fuzzing/run-fuzzer-tests.py | 12 +++++++++---
8237  test/shaping/CMakeLists.txt      |  9 ++++-----
8238  test/shaping/run-tests.py        | 10 +++++++++-
8239  7 files changed, 33 insertions(+), 26 deletions(-)
8240
8241 commit 2dbdeb14214487acd0ff011386c49263ce800813
8242 Author: Ebrahim Byagowi <ebrahim@gnu.org>
8243 Date:   Fri Dec 29 23:13:29 2017 +0330
8244
8245     [cmake] Run fuzzing and shaping tests (#666)
8246
8247  .circleci/config.yml             |  2 +-
8248  CMakeLists.txt                   | 59
8249  ++++++++++++++++++++++++----------------
8250  appveyor.yml                     |  4 +--
8251  test/CMakeLists.txt              |  5 ++++
8252  test/api/CMakeLists.txt          | 48 +++++++++++++-------------------
8253  test/fuzzing/CMakeLists.txt      |  9 ++++++
8254  test/fuzzing/Makefile.am         | 18 ++++++++++++
8255  test/fuzzing/run-fuzzer-tests.py | 28 +++++++++++++++++++
8256  test/shaping/CMakeLists.txt      | 11 ++++++++
8257  test/shaping/Makefile.am         |  3 +-
8258  test/shaping/run-tests.py        |  3 +-
8259  11 files changed, 132 insertions(+), 58 deletions(-)
8260
8261 commit 24b30faa2a285c6e4e46a18c346def2183fc2793
8262 Author: Ebrahim Byagowi <ebrahim@gnu.org>
8263 Date:   Mon Dec 25 22:01:28 2017 +0330
8264
8265     [cmake] Use GNUInstallDirs values (#665)
8266
8267  CMakeLists.txt | 170
8268  ++++++++++++++++++++++++++++-----------------------------
8269  1 file changed, 85 insertions(+), 85 deletions(-)
8270
8271 commit 7d397c5d5ca684fae824a61dabf5bc422d0a516b
8272 Author: Behdad Esfahbod <behdad@behdad.org>
8273 Date:   Sun Dec 24 17:53:32 2017 -0500
8274
8275     Add Coverity badge
8276
8277  README | 1 +
8278  1 file changed, 1 insertion(+)
8279
8280 commit 50163976d2a5fb34e0b4c011408d581b33aaa255
8281 Author: Ebrahim Byagowi <ebrahim@gnu.org>
8282 Date:   Mon Dec 25 01:55:48 2017 +0330
8283
8284     [cmake] Enable cmake tests on distribution and test it (#664)
8285
8286  .circleci/config.yml | 3 ++-
8287  test/Makefile.am     | 6 ++++++
8288  test/api/Makefile.am | 1 +
8289  3 files changed, 9 insertions(+), 1 deletion(-)
8290
8291 commit 7bfdf1a94192dd83ab55202d259703f36ed060e5
8292 Author: David Corbett <corbett.dav@husky.neu.edu>
8293 Date:   Wed Nov 22 16:32:52 2017 -0500
8294
8295     Forbid Batak killers after vowel signs
8296
8297  src/gen-use-table.py                                     |   3 +++
8298  src/hb-ot-shape-complex-use-table.cc                     |   2 +-
8299  .../sha1sum/59a585a63b3df608fbeef00956c8c108deec7de6.ttf | Bin 0 ->
8300  1164 bytes
8301  test/shaping/tests/use-syllable.tests                    |   1 +
8302  4 files changed, 5 insertions(+), 1 deletion(-)
8303
8304 commit 9890782736b9ce708c1fedd1cbb3db45cfef4c69
8305 Author: Ebrahim Byagowi <ebrahim@gnu.org>
8306 Date:   Mon Dec 25 01:32:46 2017 +0330
8307
8308     [ci] Add -Wno-attributes to djgpp, add alpine, format (#663)
8309
8310  .circleci/config.yml | 40 ++++++++++++++++++++++++++++++----------
8311  1 file changed, 30 insertions(+), 10 deletions(-)
8312
8313 commit 72ecaae0ad4c9f1685f7d524990e92a26fcd5611
8314 Author: Behdad Esfahbod <behdad@behdad.org>
8315 Date:   Sun Dec 24 16:05:07 2017 -0500
8316
8317     [use] Allow ZWJ before/after Halant
8318
8319     https://github.com/harfbuzz/harfbuzz/issues/542#issuecomment-353169729
8320
8321  src/hb-ot-shape-complex-use-machine.rl | 3 ++-
8322  1 file changed, 2 insertions(+), 1 deletion(-)
8323
8324 commit bc92245b681098f0bfa712217851a5ba3dabeaf3
8325 Author: Behdad Esfahbod <behdad@behdad.org>
8326 Date:   Wed Dec 20 13:19:33 2017 -0500
8327
8328     Minor
8329
8330  src/main.cc | 1 -
8331  1 file changed, 1 deletion(-)
8332
8333 commit 81dfc29d2dbc755301e702ea5427829d02abc693
8334 Author: Ebrahim Byagowi <ebrahim@gnu.org>
8335 Date:   Thu Dec 21 20:15:37 2017 +0330
8336
8337     [ci] Add a DOS/djgpp compiler (#659)
8338
8339  .circleci/config.yml | 9 +++++++++
8340  1 file changed, 9 insertions(+)
8341
8342 commit 007a2a4317227b8fb4c764c590203c85fc3da5fd
8343 Author: Behdad Esfahbod <behdad@behdad.org>
8344 Date:   Wed Dec 20 12:09:00 2017 -0500
8345
8346     1.7.4
8347
8348  NEWS         | 7 +++++++
8349  configure.ac | 2 +-
8350  2 files changed, 8 insertions(+), 1 deletion(-)
8351
8352 commit a9432bde7e61894056a42ea24d56fd7fd908a1ce
8353 Author: Volker H. Simonis <volker.simonis@gmail.com>
8354 Date:   Tue Dec 19 11:33:25 2017 +0100
8355
8356     HarfBuzz 1.7.1 and later don't compile on AIX with xlC (#655)
8357
8358  src/hb-ot-shape-complex-arabic-fallback.hh | 4 ++--
8359  1 file changed, 2 insertions(+), 2 deletions(-)
8360
8361 commit 2fe5f885b6f66f2665292b93e07baaae0aa46da8
8362 Author: Behdad Esfahbod <behdad@behdad.org>
8363 Date:   Tue Dec 19 14:48:26 2017 -0500
8364
8365     [set] Handle nil set in add_range() / add_sorted_array()
8366
8367     Fixes https://github.com/harfbuzz/harfbuzz/issues/657
8368
8369  src/hb-set-private.hh | 5 +++--
8370  1 file changed, 3 insertions(+), 2 deletions(-)
8371
8372 commit b5bbb791d32467b91caf6f1bf7ccee7cb2ca8c52
8373 Author: Behdad Esfahbod <behdad@behdad.org>
8374 Date:   Mon Dec 18 09:18:51 2017 -0500
8375
8376     1.7.3
8377
8378  NEWS         | 10 ++++++++++
8379  configure.ac |  2 +-
8380  2 files changed, 11 insertions(+), 1 deletion(-)
8381
8382 commit 1245395a60ab6b04fc4653c448a97bb6ffee672c
8383 Author: Behdad Esfahbod <behdad@behdad.org>
8384 Date:   Sun Dec 17 12:32:33 2017 -0500
8385
8386     [coretext] In hb_coretext_font_create() set ptem
8387
8388     Otherwise setting the CTFont was ineffective as it would have been
8389     recreated anyway unless font size was set to 18 CSS points.
8390
8391  src/hb-coretext.cc | 14 +++++++++++---
8392  1 file changed, 11 insertions(+), 3 deletions(-)
8393
8394 commit 493a005d9527b6075f3c1ca4b41c22d7805f975c
8395 Author: Behdad Esfahbod <behdad@behdad.org>
8396 Date:   Sat Dec 16 11:49:39 2017 -0500
8397
8398     [set] In add_sorted_array(), bail if data is not sorted
8399
8400  src/hb-set-private.hh | 8 ++++++--
8401  1 file changed, 6 insertions(+), 2 deletions(-)
8402
8403 commit a7bd6d7a4c53ff61d7d8286a594aaa0a0e15b1a1
8404 Author: Behdad Esfahbod <behdad@behdad.org>
8405 Date:   Sat Dec 16 11:11:18 2017 -0500
8406
8407     [collect_glyphs] Bail if input data looks like garbage
8408
8409     Specificaly, when a range or sorted array has unexpected order,
8410     we take that as
8411     font data being garbage and bail out.  This fixes significant slowdown
8412     on a bad
8413     version of Chandas font which has a 600KB GPOS with garbage inside.
8414
8415     Later on, I like to add a maximum-work counter for collect_glyphs
8416     to protect
8417     against malicious fonts as well.
8418
8419     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=794896
8420
8421  src/hb-ot-layout-common-private.hh | 14 +++++++-------
8422  src/hb-set-private.hh              |  4 ++--
8423  2 files changed, 9 insertions(+), 9 deletions(-)
8424
8425 commit 1ce7d6e215ef9d5386010bcdbbca79ef01811596
8426 Author: Behdad Esfahbod <behdad@behdad.org>
8427 Date:   Sat Dec 16 11:36:16 2017 -0500
8428
8429     [set] Optimize add_array() / add_sorted_array()
8430
8431     Does page lookup as needed.
8432
8433  src/hb-set-private.hh | 54
8434  ++++++++++++++++++++++++++++++++++++---------------
8435  1 file changed, 38 insertions(+), 16 deletions(-)
8436
8437 commit 71e6adf1e2d65eb905a0ba247672fe36169955ef
8438 Author: Behdad Esfahbod <behdad@behdad.org>
8439 Date:   Sat Dec 16 11:07:37 2017 -0500
8440
8441     [collect_glyphs] handle ClassDef better
8442
8443  src/hb-ot-layout-common-private.hh   | 63
8444  ++++++++++++++++++++++++++++++------
8445  src/hb-ot-layout-gdef-table.hh       |  2 +-
8446  src/hb-ot-layout-gpos-table.hh       |  5 +--
8447  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
8448  4 files changed, 56 insertions(+), 16 deletions(-)
8449
8450 commit 87cc5a65cb4b98a3a857b5846085ef0814b392a8
8451 Author: Behdad Esfahbod <behdad@behdad.org>
8452 Date:   Sat Dec 16 06:18:07 2017 -0800
8453
8454     [collect_glyphs] In PairPosFornat2 do not collect classDef1
8455
8456     The coverage already covered that.
8457
8458  src/hb-ot-layout-gpos-table.hh | 8 ++------
8459  1 file changed, 2 insertions(+), 6 deletions(-)
8460
8461 commit 81f27df4d9db1bfc1dd04593cbd121397b86e9a6
8462 Author: Behdad Esfahbod <behdad@behdad.org>
8463 Date:   Sat Dec 16 06:12:06 2017 -0800
8464
8465     More work towards improving collect_glyphs() against bad input
8466
8467     The three "XXXXX"'s should be switched to false.  Doing that
8468     separately for ease
8469     of bisecting...
8470
8471  src/hb-ot-layout-common-private.hh |  7 +++----
8472  src/hb-ot-layout-gpos-table.hh     | 25 ++++++++++---------------
8473  src/hb-ot-layout-gsub-table.hh     | 35
8474  +++++++++++++----------------------
8475  src/hb-set-digest-private.hh       |  6 ++++--
8476  src/hb-set-private.hh              | 36
8477  ++++++++++++++++++------------------
8478  5 files changed, 48 insertions(+), 61 deletions(-)
8479
8480 commit 5d02572034e3dafbe87000fd0aa34b858bd95075
8481 Author: Behdad Esfahbod <behdad@behdad.org>
8482 Date:   Thu Dec 14 19:33:55 2017 -0800
8483
8484     [set] Add add_sorted_array()
8485
8486     Not optimized to use sortedness yet.  Also start putting in place
8487     infra
8488     to faster reject bad data.
8489
8490     A version of Chandas.ttf found on some Chrome bots has 660kb of GPOS,
8491     mostly junk.  That is causing 48 million of set->add() calls in
8492     collect_glyphs(), which is insane.
8493
8494     In the upcoming commits, I'll be speeding that up by optimizing
8495     add_sorted_array(), while also reducing work by rejecting out-of-sort
8496     arrays quickly and propagate the rejection.
8497
8498     Part of https://bugs.chromium.org/p/chromium/issues/detail?id=794896
8499
8500  src/hb-ot-layout-common-private.hh   | 51
8501  +++++++++++++++++++++++-------------
8502  src/hb-ot-layout-gdef-table.hh       |  2 +-
8503  src/hb-ot-layout-gpos-table.hh       | 10 +++----
8504  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
8505  src/hb-set-digest-private.hh         | 31 ++++++++++++++++++----
8506  src/hb-set-private.hh                | 21 +++++++++++++--
8507  6 files changed, 84 insertions(+), 33 deletions(-)
8508
8509 commit 9d6511a7343ba150e8072e5fe91732db54a92309
8510 Author: Behdad Esfahbod <behdad@behdad.org>
8511 Date:   Thu Dec 14 19:04:55 2017 -0800
8512
8513     [set] Reduce number of preallocated pages from 8 to 1
8514
8515     Now that pagesize is 8192, this feels better.
8516
8517  src/hb-set-private.hh | 2 +-
8518  1 file changed, 1 insertion(+), 1 deletion(-)
8519
8520 commit ae2e2b068e1ab68d1f814165cb86fa38deef1f5b
8521 Author: Behdad Esfahbod <behdad@behdad.org>
8522 Date:   Thu Dec 14 18:15:14 2017 -0800
8523
8524     Fix partial tracing debug builds
8525
8526  src/hb-debug.hh | 16 +++++++++++++---
8527  1 file changed, 13 insertions(+), 3 deletions(-)
8528
8529 commit 9daa88cd790b80a8bc7eaae2e7eec6f2f9fc60cf
8530 Author: Behdad Esfahbod <behdad@behdad.org>
8531 Date:   Thu Dec 14 13:37:48 2017 -0800
8532
8533     Minor
8534
8535  src/hb-set-private.hh | 11 +++++++++++
8536  src/hb-set.cc         |  6 ++----
8537  2 files changed, 13 insertions(+), 4 deletions(-)
8538
8539 commit f424a342233ae32bbfabbdeadf59c82420b0880b
8540 Author: Behdad Esfahbod <behdad@behdad.org>
8541 Date:   Thu Dec 14 13:30:38 2017 -0800
8542
8543     [set] Change pagesize from 512 bits to 8192 bits
8544
8545     Fixes perf regression on some heavy fonts in Chrome's FT+HB
8546     interaction.
8547
8548     See:
8549     https://bugs.chromium.org/p/chromium/issues/detail?id=782220
8550
8551     More work to be done:
8552     https://bugs.chromium.org/p/chromium/issues/detail?id=794896
8553
8554  src/hb-set-private.hh | 2 +-
8555  1 file changed, 1 insertion(+), 1 deletion(-)
8556
8557 commit 0fe62c1f333200523e10663f47a58b82e3f22154
8558 Author: Behdad Esfahbod <behdad@behdad.org>
8559 Date:   Wed Dec 13 13:12:20 2017 -0800
8560
8561     [set] Add add_array()
8562
8563     To be used to optimize adding a whole bunch of (sorted) items at
8564     the same time,
8565     as in CoverageFormat1.
8566
8567  src/hb-ot-layout-common-private.hh |  4 +---
8568  src/hb-set-digest-private.hh       | 12 ++++++++++++
8569  src/hb-set-private.hh              |  6 ++++++
8570  3 files changed, 19 insertions(+), 3 deletions(-)
8571
8572 commit 20e69c950d431391f92335f8845e5d4291aca8f3
8573 Author: ebraminio <ebrahim@gnu.org>
8574 Date:   Thu Dec 7 12:24:12 2017 +0330
8575
8576     [test] print commented line, like the original script (#649)
8577
8578  test/shaping/run-tests.py | 8 ++++----
8579  1 file changed, 4 insertions(+), 4 deletions(-)
8580
8581 commit 71ad2777c52aeb0842038881899499a49cb895f2
8582 Author: ebraminio <ebrahim@gnu.org>
8583 Date:   Thu Dec 7 11:35:36 2017 +0330
8584
8585     [ci] Add an after distribution test runner (#648)
8586
8587  .circleci/config.yml | 10 ++++++++++
8588  1 file changed, 10 insertions(+)
8589
8590 commit 5f061d27d5289c7608a6579dca668b1f5be7f4e8
8591 Author: ebraminio <ebrahim@gnu.org>
8592 Date:   Thu Dec 7 11:22:55 2017 +0330
8593
8594     Rewrite run-tests in python (#647)
8595
8596  test/shaping/Makefile.am  |   4 +-
8597  test/shaping/run-tests.py | 115
8598  ++++++++++++++++++++++++++++++++++++++++++++++
8599  test/shaping/run-tests.sh |  65 --------------------------
8600  3 files changed, 117 insertions(+), 67 deletions(-)
8601
8602 commit 3ce6c7bd96296a44950110e84ade76c7c1df06e4
8603 Author: Khaled Hosny <khaledhosny@eglug.org>
8604 Date:   Wed Dec 6 21:08:20 2017 +0200
8605
8606     [ci] Sort out Travis configuration
8607
8608     Use a matrix to avoid a gazillion if's.
8609
8610  .ci/deploy-docs.sh   |  2 ++
8611  .ci/run-coveralls.sh | 14 +++++++++++
8612  .travis.yml          | 69
8613  ++++++++++++++++++++++++++++++++--------------------
8614  3 files changed, 58 insertions(+), 27 deletions(-)
8615
8616 commit 5a6d2b986a02fc47fa9dcbb330e6949af8e375ff
8617 Author: ebraminio <ebrahim@gnu.org>
8618 Date:   Wed Dec 6 18:27:27 2017 +0330
8619
8620     [ci] minor improvements (#644)
8621
8622  .circleci/config.yml | 3 +++
8623  appveyor.yml         | 2 +-
8624  2 files changed, 4 insertions(+), 1 deletion(-)
8625
8626 commit 840a32e3f3ed0a85bfa84e69efaeb504d92d1aa7
8627 Author: Khaled Hosny <khaledhosny@eglug.org>
8628 Date:   Wed Dec 6 00:49:25 2017 +0200
8629
8630     Run cmake tests on CI builds
8631
8632  .circleci/config.yml | 6 ++++--
8633  appveyor.yml         | 2 +-
8634  2 files changed, 5 insertions(+), 3 deletions(-)
8635
8636 commit c8609551485cfca6f9629c565b9dd5f02aa14f3e
8637 Author: Khaled Hosny <khaledhosny@eglug.org>
8638 Date:   Wed Dec 6 00:43:28 2017 +0200
8639
8640     Add API tests to cmake build
8641
8642  CMakeLists.txt          |  5 +++++
8643  test/CMakeLists.txt     |  1 +
8644  test/api/CMakeLists.txt | 39 +++++++++++++++++++++++++++++++++++++++
8645  test/api/hb-test.h      |  2 ++
8646  test/api/test-c.c       |  2 ++
8647  5 files changed, 49 insertions(+)
8648
8649 commit f19126dd35b03f6e05a67cbc406b3ce4a3e35022
8650 Author: Khaled Hosny <khaledhosny@eglug.org>
8651 Date:   Tue Dec 5 22:52:54 2017 +0200
8652
8653     We are already inside “if HAVE_GLIB” check
8654
8655  test/api/Makefile.am | 12 ++++++------
8656  1 file changed, 6 insertions(+), 6 deletions(-)
8657
8658 commit 7af48a3f37abac0aa1a1ad79c98399a9a71bd903
8659 Author: ebraminio <ebrahim@gnu.org>
8660 Date:   Wed Dec 6 14:22:19 2017 +0330
8661
8662     [ci] Don't cache msys2 folder
8663
8664  appveyor.yml | 1 -
8665  1 file changed, 1 deletion(-)
8666
8667 commit b6f505c7164e302d2990cf056b73e918a641e976
8668 Author: ebraminio <ebrahim@gnu.org>
8669 Date:   Wed Dec 6 13:51:04 2017 +0330
8670
8671     [ci] Enable glib and freetype on appveyor cmake (#643)
8672
8673  appveyor.yml | 29 +++++++++++++++++++++--------
8674  1 file changed, 21 insertions(+), 8 deletions(-)
8675
8676 commit 03b7a221f701a9b003890878e730ad175c3fdd86
8677 Author: Behdad Esfahbod <behdad@behdad.org>
8678 Date:   Tue Dec 5 13:12:11 2017 -0800
8679
8680     [debug] Use %p to print pointers
8681
8682     Fixes https://github.com/harfbuzz/harfbuzz/issues/640
8683
8684  src/hb-debug.hh | 2 +-
8685  1 file changed, 1 insertion(+), 1 deletion(-)
8686
8687 commit 353cc6fbf09d16aad18b48a3a46ec7dd348aedc6
8688 Author: Ebrahim Byagowi <ebrahim@gnu.org>
8689 Date:   Wed Dec 6 00:04:30 2017 +0330
8690
8691     [ci] Fix appveyor badge
8692
8693  README | 2 +-
8694  1 file changed, 1 insertion(+), 1 deletion(-)
8695
8696 commit 0dc03ef75724376927a7d63b991508c2901fcdf9
8697 Author: Nathan Willis <nwillis@glyphography.com>
8698 Date:   Tue Dec 5 17:43:09 2017 +0000
8699
8700     Indic: always hyphenate pre-base-reordering, for clarity.
8701
8702  src/hb-ot-shape-complex-indic.cc | 16 ++++++++--------
8703  1 file changed, 8 insertions(+), 8 deletions(-)
8704
8705 commit be59f3cbf4e3269ea05d5a707cdae04a32e097ce
8706 Author: Behdad Esfahbod <behdad@behdad.org>
8707 Date:   Tue Dec 5 09:01:28 2017 -0800
8708
8709     Silence unused-variables warning on MSVC
8710
8711     Fixes https://github.com/harfbuzz/harfbuzz/issues/635
8712
8713  src/hb-private.hh | 2 ++
8714  1 file changed, 2 insertions(+)
8715
8716 commit 80c1b01f054c5d65ca96a568aaf1c28ffe97215b
8717 Author: David Corbett <corbett.dav@husky.neu.edu>
8718 Date:   Tue Dec 5 08:28:42 2017 -0500
8719
8720     Allow digits in language system tags
8721
8722  src/hb-ot-tag.cc | 2 +-
8723  1 file changed, 1 insertion(+), 1 deletion(-)
8724
8725 commit 85bb89a88bdfae02fb7c27c7b994f4f22723442a
8726 Author: David Corbett <corbett.dav@husky.neu.edu>
8727 Date:   Mon Dec 4 15:15:27 2017 -0500
8728
8729     Fix string matching in parse_bool
8730
8731  src/hb-common.cc | 4 ++--
8732  1 file changed, 2 insertions(+), 2 deletions(-)
8733
8734 commit 0fd89dc61c6a26253aa9bb85e8dfd9faded11440
8735 Author: Olivier Blin <olivier.blin@softathome.com>
8736 Date:   Mon Dec 4 18:58:41 2017 +0100
8737
8738     [hb-ft] Fix build when Multiple Master font support is disabled
8739     in freetype
8740
8741     FT_Set_Var_Blend_Coordinates() is not available when "Multiple Master
8742     font interface" is disabled in freetype's modules.cfg
8743
8744  configure.ac         | 1 +
8745  src/hb-ft.cc         | 2 ++
8746  util/helper-cairo.cc | 2 ++
8747  3 files changed, 5 insertions(+)
8748
8749 commit 843f7f70355f62511a5d8be3b905c853bf362629
8750 Author: Behdad Esfahbod <behdad@behdad.org>
8751 Date:   Mon Dec 4 08:52:39 2017 -0800
8752
8753     1.7.2
8754
8755  NEWS         | 10 ++++++++++
8756  configure.ac |  2 +-
8757  2 files changed, 11 insertions(+), 1 deletion(-)
8758
8759 commit eeb26d21d493183f54704487754d53a127b017ae
8760 Author: Behdad Esfahbod <behdad@behdad.org>
8761 Date:   Sat Dec 2 15:22:04 2017 -0800
8762
8763     [set] Actually commit fixes mentioned in previous commit!
8764
8765  src/hb-set-private.hh | 9 ++++++++-
8766  1 file changed, 8 insertions(+), 1 deletion(-)
8767
8768 commit 20b4672754baf9751642bb37344a6ff4e224dc37
8769 Author: Behdad Esfahbod <behdad@behdad.org>
8770 Date:   Sat Dec 2 15:14:26 2017 -0800
8771
8772     [set] Fix recent changes
8773
8774     Ouch!
8775
8776     Add tests.
8777
8778  test/api/test-set.c | 24 ++++++++++++++++++++++++
8779  1 file changed, 24 insertions(+)
8780
8781 commit 0744149cdabd85d632822ff810d3994787bca4b7
8782 Author: Behdad Esfahbod <behdad@behdad.org>
8783 Date:   Sat Dec 2 15:06:15 2017 -0800
8784
8785     [set] Protect against bad input in hb_set_add_range()
8786
8787  src/hb-set-private.hh | 2 +-
8788  1 file changed, 1 insertion(+), 1 deletion(-)
8789
8790 commit d5e29303db47a1868fa9b044ca61e146f882179c
8791 Author: Behdad Esfahbod <behdad@behdad.org>
8792 Date:   Tue Nov 28 23:11:34 2017 -0800
8793
8794     [coretext] Add hb_coretext_font_create()
8795
8796     Fixes https://github.com/harfbuzz/harfbuzz/issues/628
8797
8798     New API:
8799     hb_coretext_font_create()
8800
8801  src/hb-coretext.cc | 55
8802  ++++++++++++++++++++++++++++++++++--------------------
8803  src/hb-coretext.h  |  3 +++
8804  2 files changed, 38 insertions(+), 20 deletions(-)
8805
8806 commit 9d0194b3a8e0c562249337fa0cf4d72e89334263
8807 Author: Behdad Esfahbod <behdad@behdad.org>
8808 Date:   Fri Dec 1 13:56:06 2017 -0800
8809
8810     [set] Optimize add_range() some more
8811
8812     It's as good as it gets, and seems to be on par with previous set
8813     implementation
8814     in my benchmark.
8815
8816     Would be great if someone can double-check my bitops.
8817
8818  src/hb-set-private.hh | 16 +++++++++++++---
8819  1 file changed, 13 insertions(+), 3 deletions(-)
8820
8821 commit 438c325a256f040c6be840924ed42dcbcd8a049a
8822 Author: Behdad Esfahbod <behdad@behdad.org>
8823 Date:   Fri Dec 1 13:34:14 2017 -0800
8824
8825     [set] Optimize add_range()
8826
8827     With new set implementation, this became really costy.  Optimize it.
8828     There's more to be done, but this shaves off most of the fat.
8829
8830     Part of fixing
8831     https://bugs.chromium.org/p/chromium/issues/detail?id=782220
8832
8833  src/hb-set-private.hh | 56
8834  +++++++++++++++++++++++++++++++++++++--------------
8835  1 file changed, 41 insertions(+), 15 deletions(-)
8836
8837 commit be9e307a889e04d198042ad39949d3971232ab26
8838 Author: Behdad Esfahbod <behdad@behdad.org>
8839 Date:   Fri Dec 1 12:36:26 2017 -0800
8840
8841     [ot] Ensure layout in hb_ot_layout_table_get_lookup_count()
8842
8843  src/hb-ot-layout.cc | 1 +
8844  1 file changed, 1 insertion(+)
8845
8846 commit d9066afd6bc260d2f2ad5cd5b3e8b196e944d3d8
8847 Author: Behdad Esfahbod <behdad@behdad.org>
8848 Date:   Wed Nov 29 16:18:18 2017 -0800
8849
8850     Add another test for previous commit
8851
8852     From https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4273
8853
8854  .../sha1sum/bbf4a308c402f0678c3e82844892a4da2ebe598f.ttf  | Bin 0 ->
8855  204 bytes
8856  test/shaping/tests/fuzzed.tests                           |   1 +
8857  2 files changed, 1 insertion(+)
8858
8859 commit 16fba5b2158a0e093e6df32637eba5058942e299
8860 Author: Behdad Esfahbod <behdad@behdad.org>
8861 Date:   Wed Nov 29 16:08:11 2017 -0800
8862
8863     [ot] Fix Extension type recurse to disallow recursing to another
8864     Extension
8865
8866     Particularly hazardous if the second layer mixes forward and backward
8867     lookups.
8868
8869     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4336
8870
8871  src/hb-ot-layout-gsub-table.hh                           |   6 ++++--
8872  .../sha1sum/9d8a94a67932a3ab75a596fc8b5c6d0392ca9e49.ttf | Bin 0 ->
8873  4545 bytes
8874  .../sha1sum/ef2511f215aa3ca847cbfffbf861793b42170875.ttf | Bin 0 ->
8875  1152 bytes
8876  test/shaping/tests/fuzzed.tests                          |   2 ++
8877  4 files changed, 6 insertions(+), 2 deletions(-)
8878
8879 commit 7ab49de987b856312d7ad1d02639f7306aa0ad2f
8880 Author: Behdad Esfahbod <behdad@behdad.org>
8881 Date:   Wed Nov 29 14:20:09 2017 -0800
8882
8883     Try fixing Mac build with 10.12
8884
8885     Related
8886     https://github.com/harfbuzz/harfbuzz/issues/345
8887     https://github.com/harfbuzz/harfbuzz/pull/629
8888
8889  .travis.yml | 1 +
8890  1 file changed, 1 insertion(+)
8891
8892 commit d672bcf9d72bb473f5f53089c8af595c4047bc99
8893 Author: Behdad Esfahbod <behdad@behdad.org>
8894 Date:   Tue Nov 28 22:20:57 2017 -0800
8895
8896     Minor
8897
8898  docs/Makefile.am | 3 ++-
8899  1 file changed, 2 insertions(+), 1 deletion(-)
8900
8901 commit 23ade70783a17ed6822d13e7a910544de2ef181f
8902 Author: Behdad Esfahbod <behdad@behdad.org>
8903 Date:   Tue Nov 21 16:36:07 2017 -0800
8904
8905     [doc] Optimize HarfBuzz.png; add HarfBuzz.svg
8906
8907     SVG is unused. Just keeping it here.
8908
8909  docs/HarfBuzz.png | Bin 14203 -> 8814 bytes
8910  docs/HarfBuzz.svg | 277
8911  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
8912  2 files changed, 277 insertions(+)
8913
8914 commit 77efdecadddbd68bbbc0ff85ac84e24976ad4d4f
8915 Author: Khaled Hosny <khaledhosny@eglug.org>
8916 Date:   Wed Nov 22 00:14:29 2017 +0200
8917
8918     Improve the docs commit message a bit
8919
8920  .ci/deploy-docs.sh | 2 +-
8921  1 file changed, 1 insertion(+), 1 deletion(-)
8922
8923 commit a13c0748c59a92812469ada762d57bce3b02fe34
8924 Author: Ebrahim Byagowi <ebrahim@gnu.org>
8925 Date:   Tue Nov 21 09:52:18 2017 +0330
8926
8927     Move gh-pages docs to harfbuzz.github.io
8928
8929  .ci/deploy-docs.sh |  10 +++++-----
8930  README             |   2 ++
8931  docs/HarfBuzz.png  | Bin 12710 -> 14203 bytes
8932  docs/circle.yml    |   3 ---
8933  4 files changed, 7 insertions(+), 8 deletions(-)
8934
8935 commit 9f259769a61f17b47701bbad79e1865571338417
8936 Author: David Corbett <corbett.dav@husky.neu.edu>
8937 Date:   Tue Nov 21 14:16:10 2017 -0500
8938
8939     Categorize U+A8B4 as Consonant_Medial
8940
8941  src/gen-use-table.py                                     |   3 +++
8942  src/hb-ot-shape-complex-use-table.cc                     |   2 +-
8943  .../sha1sum/373e67bf41ca264e260a9716162b71a23549e885.ttf | Bin 0 ->
8944  1164 bytes
8945  test/shaping/tests/use-syllable.tests                    |   1 +
8946  4 files changed, 5 insertions(+), 1 deletion(-)
8947
8948 commit cd8c62fd41ca824c5db3c55fd1faa20318ca0bf9
8949 Author: ebraminio <ebrahim@gnu.org>
8950 Date:   Tue Nov 21 01:07:26 2017 -0500
8951
8952     [ci] Add Oracle Developer Studio (former Sun Studio) based compiler
8953     (#621)
8954
8955  .circleci/config.yml | 11 +++++++++++
8956  1 file changed, 11 insertions(+)
8957
8958 commit 8d55340593ce32e55cfbd86a17c0be8750e8fb72
8959 Author: Behdad Esfahbod <behdad@behdad.org>
8960 Date:   Mon Nov 20 19:43:22 2017 -0800
8961
8962     Fix fallback positioning of double diacritic marks
8963
8964     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=787284
8965
8966  src/hb-ot-shape-fallback.cc                               |   4 ++--
8967  .../sha1sum/856ff9562451293cbeff6f396d4e3877c4f0a436.ttf  | Bin 0 ->
8968  892 bytes
8969  test/shaping/tests/fallback-positioning.tests             |   1 +
8970  3 files changed, 3 insertions(+), 2 deletions(-)
8971
8972 commit bb7cc4eada06839a3892cea5919f0c310cbaf7c3
8973 Author: Behdad Esfahbod <behdad@behdad.org>
8974 Date:   Mon Nov 20 19:39:47 2017 -0800
8975
8976     Minor
8977
8978  util/options.cc | 2 +-
8979  1 file changed, 1 insertion(+), 1 deletion(-)
8980
8981 commit a0ad0d5bb8260cb297ff114adca7c8d05b6128bb
8982 Author: Behdad Esfahbod <behdad@behdad.org>
8983 Date:   Mon Nov 20 15:07:48 2017 -0800
8984
8985     [docs] s/Harfbuzz/HarfBuzz/g
8986
8987  docs/harfbuzz-docs.xml                             |  2 +-
8988  ...anual-buffers-language-script-and-direction.xml | 10 +++----
8989  docs/usermanual-fonts-and-faces.xml                |  2 +-
8990  docs/usermanual-hello-harfbuzz.xml                 | 34
8991  +++++++++++-----------
8992  docs/usermanual-install-harfbuzz.xml               |  2 +-
8993  docs/usermanual-what-is-harfbuzz.xml               | 20 ++++++-------
8994  6 files changed, 35 insertions(+), 35 deletions(-)
8995
8996 commit 87d74605f5f9db685bef7329f498437b4d868e6f
8997 Author: David Corbett <corbett.dav@husky.neu.edu>
8998 Date:   Mon Nov 20 13:19:34 2017 -0500
8999
9000     Categorize U+0C80 as Consonant_Placeholder
9001
9002  src/hb-ot-shape-complex-indic.cc                         |   1 +
9003  .../sha1sum/81c368a33816fb20e9f647e8f24e2180f4720263.ttf | Bin 0 ->
9004  1152 bytes
9005  test/shaping/tests/indic-syllable.tests                  |   1 +
9006  3 files changed, 2 insertions(+)
9007
9008 commit 7c6937e7c7b62602fef10ac4b2e164d0c67c932b
9009 Author: ebraminio <ebrahim@gnu.org>
9010 Date:   Mon Nov 20 14:49:22 2017 -0500
9011
9012     Move all references of old url to the new address (#622)
9013
9014  .travis.yml                              |   2 +-
9015  BUILD.md                                 |   2 +-
9016  CMakeLists.txt                           |   2 +-
9017  NEWS                                     |  20 ++++++++++----------
9018  README                                   |   8 ++++----
9019  RELEASING.md                             |   2 +-
9020  configure.ac                             |   2 +-
9021  docs/HarfBuzz.png                        | Bin 3419 -> 12710 bytes
9022  docs/harfbuzz-docs.xml                   |   2 +-
9023  docs/usermanual-install-harfbuzz.xml     |   2 +-
9024  harfbuzz.doap                            |   2 +-
9025  src/gen-use-table.py                     |   4 ++--
9026  src/hb-coretext.cc                       |   2 +-
9027  src/hb-debug.hh                          |   2 +-
9028  src/hb-ot-layout-gsub-table.hh           |  22 +++++++++++-----------
9029  src/hb-ot-layout-gsubgpos-private.hh     |   2 +-
9030  src/hb-ot-layout-private.hh              |   8 ++++----
9031  src/hb-ot-shape-complex-arabic.cc        |   4 ++--
9032  src/hb-ot-shape-complex-hebrew.cc        |   2 +-
9033  src/hb-ot-shape-complex-indic-private.hh |   2 +-
9034  src/hb-ot-shape-complex-indic.cc         |   8 ++++----
9035  src/hb-ot-shape-complex-use-machine.rl   |   2 +-
9036  src/hb-ot-shape.cc                       |   2 +-
9037  src/hb-private.hh                        |   2 +-
9038  src/hb-unicode-private.hh                |   2 +-
9039  src/sample.py                            |   2 +-
9040  test/api/test-set.c                      |   2 +-
9041  test/fuzzing/README                      |   2 +-
9042  28 files changed, 57 insertions(+), 57 deletions(-)
9043
9044 commit baf7779d2d6e4810168a8f036bbf8f9e6493dd1a
9045 Author: Behdad Esfahbod <behdad@behdad.org>
9046 Date:   Tue Nov 14 21:53:48 2017 -0800
9047
9048     Limit how much recursion GSUB/GPOS does
9049
9050     This only counts recursions right now.  Good start.
9051
9052     Hopefully...
9053     Fixes https://github.com/behdad/harfbuzz/issues/429
9054
9055  src/Makefile.am                      |  5 ++++-
9056  src/hb-buffer-private.hh             | 15 +++++++++++++--
9057  src/hb-buffer.cc                     |  2 ++
9058  src/hb-ot-layout-gsubgpos-private.hh |  5 ++++-
9059  src/hb-ot-shape.cc                   | 10 ++++++++--
9060  test/shaping/tests/fuzzed.tests      |  2 +-
9061  6 files changed, 32 insertions(+), 7 deletions(-)
9062
9063 commit 173dab6300d9b492f2d1c68f9e8f7817211a3462
9064 Author: Behdad Esfahbod <behdad@behdad.org>
9065 Date:   Tue Nov 14 21:27:24 2017 -0800
9066
9067     Minor move
9068
9069  src/hb-buffer-private.hh | 26 ++++++++++++++------------
9070  1 file changed, 14 insertions(+), 12 deletions(-)
9071
9072 commit c6173a392cfaa3d339c768836e8cddf3ae4adc53
9073 Author: Behdad Esfahbod <behdad@behdad.org>
9074 Date:   Tue Nov 14 21:09:03 2017 -0800
9075
9076     Add Offset16 and Offset32
9077
9078  src/hb-open-type-private.hh        | 5 ++++-
9079  src/hb-ot-layout-common-private.hh | 4 ++--
9080  src/hb-ot-name-table.hh            | 2 +-
9081  src/hb-ot-var-fvar-table.hh        | 2 +-
9082  4 files changed, 8 insertions(+), 5 deletions(-)
9083
9084 commit 6f335ed1e52c6161fa0b0295776856fc07f7f46f
9085 Author: Behdad Esfahbod <behdad@behdad.org>
9086 Date:   Tue Nov 14 21:06:07 2017 -0800
9087
9088     Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etc
9089
9090  src/hb-open-file-private.hh               |   6 +-
9091  src/hb-open-type-private.hh               |  67 ++++++------
9092  src/hb-ot-cbdt-table.hh                   |  78 +++++++-------
9093  src/hb-ot-cmap-table.hh                   |  90 ++++++++--------
9094  src/hb-ot-glyf-table.hh                   |  10 +-
9095  src/hb-ot-head-table.hh                   |  28 ++---
9096  src/hb-ot-hhea-table.hh                   |  18 ++--
9097  src/hb-ot-kern-table.hh                   |  36 +++----
9098  src/hb-ot-layout-common-private.hh        | 118 ++++++++++----------
9099  src/hb-ot-layout-gdef-table.hh            |  22 ++--
9100  src/hb-ot-layout-gpos-table.hh            |  94 ++++++++--------
9101  src/hb-ot-layout-gsub-table.hh            |  30 +++---
9102  src/hb-ot-layout-gsubgpos-private.hh      | 172
9103  +++++++++++++++---------------
9104  src/hb-ot-math-table.hh                   |  26 ++---
9105  src/hb-ot-maxp-table.hh                   |   2 +-
9106  src/hb-ot-name-table.hh                   |  16 +--
9107  src/hb-ot-os2-table.hh                    |  70 ++++++------
9108  src/hb-ot-post-table.hh                   |  16 +--
9109  src/hb-ot-shape-complex-arabic-win1256.hh |  32 +++---
9110  src/hb-ot-var-avar-table.hh               |   4 +-
9111  src/hb-ot-var-fvar-table.hh               |  20 ++--
9112  src/hb-ot-var-hvar-table.hh               |   8 +-
9113  src/hb-ot-var-mvar-table.hh               |  10 +-
9114  23 files changed, 486 insertions(+), 487 deletions(-)
9115
9116 commit a130ee6df50a50f541d0e8018deea9cee8c6738a
9117 Author: Behdad Esfahbod <behdad@behdad.org>
9118 Date:   Tue Nov 14 20:30:03 2017 -0800
9119
9120     Remove a couple of unused consts
9121
9122  src/hb-ot-hhea-table.hh              | 5 -----
9123  src/hb-ot-layout-gsubgpos-private.hh | 3 ---
9124  src/main.cc                          | 4 ++--
9125  3 files changed, 2 insertions(+), 10 deletions(-)
9126
9127 commit e20e47eaa1b7dd33ac63ab0eaa8f5ea1bf7775c2
9128 Author: Behdad Esfahbod <behdad@behdad.org>
9129 Date:   Tue Nov 14 20:25:29 2017 -0800
9130
9131     [glyf] Try fixing undefined-behavior
9132
9133     Might fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1463
9134
9135  src/hb-ot-glyf-table.hh | 17 ++++++++---------
9136  1 file changed, 8 insertions(+), 9 deletions(-)
9137
9138 commit 7b40876a58d331200e1d7cda1dec72578139ff9c
9139 Author: Behdad Esfahbod <behdad@behdad.org>
9140 Date:   Tue Nov 14 20:22:05 2017 -0800
9141
9142     [ot] Remove unneeded TODO item
9143
9144     Looks like hb-ot-font is complete after all!
9145
9146     CFF font names and CFF glyph metrics don't work though...
9147
9148  src/hb-ot-font.cc | 2 +-
9149  1 file changed, 1 insertion(+), 1 deletion(-)
9150
9151 commit eab4feb5e221b8219c071ea882de79405aca4e84
9152 Author: Behdad Esfahbod <behdad@behdad.org>
9153 Date:   Tue Nov 14 20:16:45 2017 -0800
9154
9155     [hmtx] Use curiously recurring template pattern
9156
9157     https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern
9158
9159  src/hb-ot-font.cc       | 11 ++++-------
9160  src/hb-ot-hmtx-table.hh | 29 +++++++++++++++--------------
9161  2 files changed, 19 insertions(+), 21 deletions(-)
9162
9163 commit 977ddff1f1e0f0f71a46c60ba713d160b96f5a3c
9164 Author: Behdad Esfahbod <behdad@behdad.org>
9165 Date:   Tue Nov 14 20:06:19 2017 -0800
9166
9167     [ot] Move hb_ot_face_cmap_accelerator_t
9168
9169  src/hb-ot-cmap-table.hh | 149
9170  +++++++++++++++++++++++++++++++++++++++++++++---
9171  src/hb-ot-font.cc       | 130 +-----------------------------------------
9172  2 files changed, 142 insertions(+), 137 deletions(-)
9173
9174 commit a7f15959b5e6e14e5241a3155c413ff70e7d1eb3
9175 Author: Behdad Esfahbod <behdad@behdad.org>
9176 Date:   Tue Nov 14 20:02:24 2017 -0800
9177
9178     Shuffle
9179
9180  src/hb-ot-hmtx-table.hh | 76
9181  ++++++++++++++++++++++++-------------------------
9182  1 file changed, 38 insertions(+), 38 deletions(-)
9183
9184 commit a85d7ead04aff81d2f9df9110316892dbbefe1c2
9185 Author: Behdad Esfahbod <behdad@behdad.org>
9186 Date:   Tue Nov 14 20:00:34 2017 -0800
9187
9188     [ot] Move hb_ot_face_metrics_accelerator_t
9189
9190  src/hb-ot-font.cc       | 108
9191  +-----------------------------------------------
9192  src/hb-ot-hmtx-table.hh | 108
9193  +++++++++++++++++++++++++++++++++++++++++++++++-
9194  2 files changed, 109 insertions(+), 107 deletions(-)
9195
9196 commit f00a94e1ec73c08d4bde1f50bff57d2dc9583ca8
9197 Author: Behdad Esfahbod <behdad@behdad.org>
9198 Date:   Tue Nov 14 19:54:48 2017 -0800
9199
9200     Adjust privacy for recent changes
9201
9202  src/hb-ot-cbdt-table.hh | 6 ++++--
9203  src/hb-ot-glyf-table.hh | 6 ++++--
9204  2 files changed, 8 insertions(+), 4 deletions(-)
9205
9206 commit 7e2839c438beea216c7c8a3881e88961940e67be
9207 Author: Behdad Esfahbod <behdad@behdad.org>
9208 Date:   Tue Nov 14 19:52:09 2017 -0800
9209
9210     [ot] Move hb_ot_face_glyf_accelerator_t
9211
9212  src/hb-ot-font.cc       |  75 +----------------------------------
9213  src/hb-ot-glyf-table.hh | 103
9214  +++++++++++++++++++++++++++++++++++++++++-------
9215  2 files changed, 90 insertions(+), 88 deletions(-)
9216
9217 commit c4e18e54dc5ffecac7b327bde9f52dd0927d6a08
9218 Author: Behdad Esfahbod <behdad@behdad.org>
9219 Date:   Tue Nov 14 19:47:31 2017 -0800
9220
9221     [ot] Move hb_ot_face_cbdt_accelerator_t
9222
9223  src/hb-ot-cbdt-table.hh | 85
9224  +++++++++++++++++++++++++++++++++++++++++++++++
9225  src/hb-ot-font.cc       | 87
9226  +------------------------------------------------
9227  src/hb-ot-post-table.hh |  1 +
9228  3 files changed, 87 insertions(+), 86 deletions(-)
9229
9230 commit 9b04b0384fe746bdb1885c57e1ce73c4c6cae9e5
9231 Author: Behdad Esfahbod <behdad@behdad.org>
9232 Date:   Tue Nov 14 19:31:50 2017 -0800
9233
9234     [ot] Fold hb_ot_face_post_accelerator_t
9235
9236  src/hb-ot-font.cc       | 35 +----------------------------------
9237  src/hb-ot-post-table.hh |  9 +++++++--
9238  2 files changed, 8 insertions(+), 36 deletions(-)
9239
9240 commit 702d86ba6b4a2e41cbee46fea18b3f8eb8986dc9
9241 Author: Behdad Esfahbod <behdad@behdad.org>
9242 Date:   Tue Nov 14 19:25:38 2017 -0800
9243
9244     [ot] Fold hb_ot_face_kern_accelerator_t
9245
9246  src/hb-ot-font.cc       | 23 +----------------------
9247  src/hb-ot-kern-table.hh | 13 +++++++++----
9248  2 files changed, 10 insertions(+), 26 deletions(-)
9249
9250 commit 909de95a112ffe4d05ddcfed97a235763e8af068
9251 Author: Behdad Esfahbod <behdad@behdad.org>
9252 Date:   Tue Nov 14 16:22:52 2017 -0800
9253
9254     Minor build fix
9255
9256  src/Makefile.am | 3 +++
9257  1 file changed, 3 insertions(+)
9258
9259 commit b9c96b5d7cce80ef75cbdf0f0c47d1db62797c55
9260 Author: Behdad Esfahbod <behdad@behdad.org>
9261 Date:   Tue Nov 14 15:56:21 2017 -0800
9262
9263     Add test for previous commit
9264
9265     At some point we should run tests under valgrind...
9266
9267  .../sha1sum/dd9f0c7c7c36f75a18be0cab1cddf8f3ab0f366b.ttf | Bin 0 ->
9268  2786 bytes
9269  test/shaping/tests/fuzzed.tests                          |   3 ++-
9270  2 files changed, 2 insertions(+), 1 deletion(-)
9271
9272 commit e5930722d485207ca158612a2b08816337fed7e8
9273 Author: Behdad Esfahbod <behdad@behdad.org>
9274 Date:   Tue Nov 14 15:47:55 2017 -0800
9275
9276     Fix invalid buffer access in OOM times
9277
9278     Hopefully fully fixes
9279     https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1856
9280
9281  src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
9282  1 file changed, 2 insertions(+), 1 deletion(-)
9283
9284 commit fcd6c338ff4968a0d7fc297da1c6d8058823aaa1
9285 Author: Behdad Esfahbod <behdad@behdad.org>
9286 Date:   Tue Nov 14 14:40:21 2017 -0800
9287
9288     Fix more compiler warnings
9289
9290  src/hb-debug.hh | 12 +++++++-----
9291  1 file changed, 7 insertions(+), 5 deletions(-)
9292
9293 commit 7fdf16b2ceb709b78654f99e6513fa878cd4d575
9294 Author: Behdad Esfahbod <behdad@behdad.org>
9295 Date:   Tue Nov 14 14:40:11 2017 -0800
9296
9297     Fix compiler warning
9298
9299  src/hb-string-array.hh | 2 +-
9300  1 file changed, 1 insertion(+), 1 deletion(-)
9301
9302 commit 87f0ad183c489ef3208cf454d43c448638316092
9303 Author: David Corbett <corbett.dav@husky.neu.edu>
9304 Date:   Thu Nov 2 10:59:25 2017 -0400
9305
9306     Allow U+20F0 in USE clusters
9307
9308  src/gen-use-table.py                               |   4 +++
9309  src/hb-ot-shape-complex-use-table.cc               |  34
9310  +++++++++++++--------
9311  .../074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf   | Bin 0 -> 2296 bytes
9312  test/shaping/tests/use-syllable.tests              |   1 +
9313  4 files changed, 26 insertions(+), 13 deletions(-)
9314
9315 commit f93c6f8bfa228e95311d8d6d02dcc64b603c6e36
9316 Author: Behdad Esfahbod <behdad@behdad.org>
9317 Date:   Tue Nov 14 11:09:19 2017 -0800
9318
9319     1.7.1
9320
9321  NEWS         | 8 ++++++++
9322  configure.ac | 2 +-
9323  2 files changed, 9 insertions(+), 1 deletion(-)
9324
9325 commit 93f7c1652a05e806c2e3ac7edf498d2f4a508a3a
9326 Author: Behdad Esfahbod <behdad@behdad.org>
9327 Date:   Tue Nov 14 10:59:54 2017 -0800
9328
9329     Revert "[glib/ucdn/icu/ft/ot] Make returned funcs inert"
9330
9331     This reverts commit 5daf3bd4494cce6b4fb074533be9e99c4d9e0edd.
9332
9333     If other atexit callbacks try to destruct the objects we destruct
9334     in atexit callbacks, bad things will happen.
9335
9336     I'll come up with some other way to catch premature destruction
9337     of HB-owned objects.
9338
9339     Fixes https://github.com/behdad/harfbuzz/issues/618
9340
9341  src/hb-ft.cc             |  3 ---
9342  src/hb-glib.cc           |  3 ---
9343  src/hb-icu.cc            |  3 ---
9344  src/hb-object-private.hh | 37 ++++++-------------------------------
9345  src/hb-ot-font.cc        |  3 ---
9346  src/hb-ucdn.cc           |  3 ---
9347  6 files changed, 6 insertions(+), 46 deletions(-)
9348
9349 commit c48475f33ab88be6664d41b039f7be7c3e56a5a7
9350 Author: Behdad Esfahbod <behdad@behdad.org>
9351 Date:   Mon Nov 13 20:26:29 2017 -0800
9352
9353     Whitespace
9354
9355  src/hb-open-type-private.hh | 6 +++---
9356  1 file changed, 3 insertions(+), 3 deletions(-)
9357
9358 commit 83d68027360ff655d3b59371fb606fc9e40df4ac
9359 Author: Behdad Esfahbod <behdad@behdad.org>
9360 Date:   Mon Nov 13 20:25:02 2017 -0800
9361
9362     Clean up GlyphID
9363
9364     After 4a27c17ea0234dfe33e62f5830d9f92c26d48d30 we do not need
9365     the special GlyphID.cmp(hb_codepoint_t), so just make GlyphID
9366     a typedef.
9367
9368     Fixes https://github.com/behdad/harfbuzz/issues/612
9369
9370  src/hb-open-type-private.hh | 5 +----
9371  1 file changed, 1 insertion(+), 4 deletions(-)
9372
9373 commit 7f39f576148643b4790fd70361e328b4b4da3149
9374 Author: Behdad Esfahbod <behdad@behdad.org>
9375 Date:   Mon Nov 13 15:04:13 2017 -0800
9376
9377     Implement strtod_l() on MSVC
9378
9379     Patch from Jean Ghali on mailing list.
9380
9381  src/hb-common.cc | 21 +++++++++++++++------
9382  1 file changed, 15 insertions(+), 6 deletions(-)
9383
9384 commit e5d709889200571b62a611e0f44a410591983f8a
9385 Author: Behdad Esfahbod <behdad@behdad.org>
9386 Date:   Mon Nov 13 09:42:37 2017 -0800
9387
9388     1.7.0
9389
9390  NEWS         | 12 ++++++++++++
9391  configure.ac |  2 +-
9392  2 files changed, 13 insertions(+), 1 deletion(-)
9393
9394 commit e4da38020021a92afa4062ed676f286945070dc4
9395 Author: Behdad Esfahbod <behdad@behdad.org>
9396 Date:   Fri Nov 10 17:14:27 2017 -0800
9397
9398     [coretext/uniscribe/directwrite/graphite/fallback] Update for
9399     unsafe-to-break
9400
9401     Fixes https://github.com/behdad/harfbuzz/issues/615
9402
9403     We'll see which bots I broke.
9404
9405  src/hb-buffer-private.hh | 17 +++++++++++++++--
9406  src/hb-coretext.cc       |  2 ++
9407  src/hb-directwrite.cc    |  3 +--
9408  src/hb-fallback-shape.cc |  2 ++
9409  src/hb-graphite2.cc      |  2 ++
9410  src/hb-uniscribe.cc      |  2 ++
9411  6 files changed, 24 insertions(+), 4 deletions(-)
9412
9413 commit 4de03a1585cf735e3ac09847af761ff85fca5a02
9414 Author: Martin Hosken <martin_hosken@sil.org>
9415 Date:   Fri Nov 10 13:47:38 2017 +0700
9416
9417     Fix graphite intergration reordered clusters problem
9418
9419  src/hb-graphite2.cc | 9 +++++++--
9420  1 file changed, 7 insertions(+), 2 deletions(-)
9421
9422 commit 8eed9cb11e28728a58e265fde5c13f519ccbdb4e
9423 Author: Behdad Esfahbod <behdad@behdad.org>
9424 Date:   Thu Nov 9 18:09:40 2017 -0800
9425
9426     [kern] Fix invalid memory access if offset is zero
9427
9428     If offset is zero, we return Null() object.  Wasn't prepared for that.
9429
9430     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4088
9431
9432  src/hb-ot-kern-table.hh                                   |   9 +++++----
9433  .../sha1sum/243798dd281c1c77c065958e1ff467420faa9bde.ttf  | Bin 0 ->
9434  225 bytes
9435  test/shaping/tests/fuzzed.tests                           |   1 +
9436  3 files changed, 6 insertions(+), 4 deletions(-)
9437
9438 commit b68fba4dc81ce2e7552c5d50a93013281889a65b
9439 Author: Khaled Hosny <khaledhosny@eglug.org>
9440 Date:   Fri Nov 3 14:27:33 2017 +0200
9441
9442     [test] Use glyph ids instead of forcing ft funcs
9443
9444     We were using ft funcs because these are CFF fonts, but we can avoid
9445     glyph names instead and keep testing both ot and ft.
9446
9447  test/shaping/tests/indic-consonant-with-stacker.tests | 8 ++++----
9448  test/shaping/tests/indic-script-extensions.tests      | 2 +-
9449  2 files changed, 5 insertions(+), 5 deletions(-)
9450
9451 commit 2fcfbcf8052bba0db7590a5f057730075fdbd5e1
9452 Author: Khaled Hosny <khaledhosny@eglug.org>
9453 Date:   Thu Nov 2 09:45:06 2017 +0200
9454
9455     [test] Fix another instance of component rounding
9456
9457     See https://github.com/behdad/harfbuzz/pull/590#issuecomment-341194673
9458
9459  .../sha1sum/7ef276fc886ea502a03b9b0e5c8b547d5dc2b61c.ttf  | Bin 784 ->
9460  0 bytes
9461  .../sha1sum/8228d035fcd65d62ec9728fb34f42c63be93a5d3.ttf  | Bin 0 ->
9462  784 bytes
9463  test/shaping/tests/fallback-positioning.tests             |   3 +--
9464  3 files changed, 1 insertion(+), 2 deletions(-)
9465
9466 commit c4f4c0a2faab0635dd2ab3078243994ad3066287
9467 Author: Behdad Esfahbod <behdad@behdad.org>
9468 Date:   Wed Nov 8 17:04:31 2017 -0800
9469
9470     Fix indexing in unsafe-to-break marking for 'stch' feature
9471
9472     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4099
9473
9474  src/hb-ot-shape-complex-arabic.cc | 2 +-
9475  1 file changed, 1 insertion(+), 1 deletion(-)
9476
9477 commit 822035ce73931ccd5d2455584aad603037892498
9478 Author: Behdad Esfahbod <behdad@behdad.org>
9479 Date:   Wed Nov 8 17:03:55 2017 -0800
9480
9481     [tests/arabic-stch.tests] Don't show flags
9482
9483     We don't need to test the actual flag values.  For unsafe-to-break,
9484     the --verify in run-tests.sh checks what we are interested in.
9485
9486  test/shaping/tests/arabic-stch.tests | 2 +-
9487  1 file changed, 1 insertion(+), 1 deletion(-)
9488
9489 commit 53f0c27ddca92af1af27b6ffa9dcd0949afed664
9490 Author: Behdad Esfahbod <behdad@behdad.org>
9491 Date:   Wed Nov 8 17:02:54 2017 -0800
9492
9493     Minor
9494
9495  test/shaping/run-tests.sh | 9 +++++----
9496  1 file changed, 5 insertions(+), 4 deletions(-)
9497
9498 commit 5a9cba9744876dfc56bdc9aed805f571bd0d4b0a
9499 Author: David Corbett <corbett.dav@husky.neu.edu>
9500 Date:   Wed Nov 8 13:15:27 2017 -0500
9501
9502     Mark non-initial left matras as unsafe to break
9503
9504  src/hb-ot-shape-complex-indic.cc                         |  14
9505  +++++++++-----
9506  test/shaping/Makefile.am                                 |   1 +
9507  .../sha1sum/1a3d8f381387dd29be1e897e4b5100ac8b4829e1.ttf | Bin 0 ->
9508  1380 bytes
9509  test/shaping/tests/indic-init.tests                      |   1 +
9510  4 files changed, 11 insertions(+), 5 deletions(-)
9511
9512 commit a6150306838b168475a9aa661ad569b0405c9f91
9513 Author: Behdad Esfahbod <behdad@behdad.org>
9514 Date:   Mon Nov 6 15:40:07 2017 -0500
9515
9516     [kern] Implement format-2 kern subtable
9517
9518  src/hb-ot-kern-table.hh | 8 +++++++-
9519  1 file changed, 7 insertions(+), 1 deletion(-)
9520
9521 commit 82a38d1f7a65537a4ef540af08c489512d6297ac
9522 Author: Behdad Esfahbod <behdad@behdad.org>
9523 Date:   Mon Nov 6 15:28:24 2017 -0500
9524
9525     [kern] Allow subtables longer than 64kb
9526
9527     Apparently calibri.ttf does this:
9528     https://github.com/fonttools/fonttools/pull/1094#discussion_r148933791
9529
9530  src/hb-ot-font.cc       | 23 ++++++++++++++++++++++-
9531  src/hb-ot-kern-table.hh | 41 +++++++++++++++++++++++++++++------------
9532  2 files changed, 51 insertions(+), 13 deletions(-)
9533
9534 commit 625ae08fcee747fbdc33a3a6865fb3aa425662ca
9535 Author: Behdad Esfahbod <behdad@behdad.org>
9536 Date:   Sat Nov 4 12:01:11 2017 -0400
9537
9538     [kern] Towards implementing format-2
9539
9540  src/hb-open-type-private.hh |  4 +--
9541  src/hb-ot-kern-table.hh     | 69
9542  +++++++++++++++++++++++++++------------------
9543  2 files changed, 42 insertions(+), 31 deletions(-)
9544
9545 commit 74e82adaea08ced18493e3341823dbd5b6cd493e
9546 Author: David Corbett <corbett.dav@husky.neu.edu>
9547 Date:   Mon Nov 6 14:41:55 2017 -0500
9548
9549     Mark glyphs involved in 'stch' as unsafe to break
9550
9551  src/hb-ot-shape-complex-arabic.cc                        |   1 +
9552  test/shaping/Makefile.am                                 |   1 +
9553  .../sha1sum/d9b8bc10985f24796826c29f7ccba3d0ae11ec02.ttf | Bin 0 ->
9554  1420 bytes
9555  test/shaping/tests/arabic-stch.tests                     |   1 +
9556  4 files changed, 3 insertions(+)
9557
9558 commit 601126ad401d05b9c7fe4a34e870f1d1a1b057c8
9559 Author: Behdad Esfahbod <behdad@behdad.org>
9560 Date:   Fri Nov 3 20:34:11 2017 -0400
9561
9562     [configure] Fix gobject default value in help output
9563
9564     Fixes https://github.com/behdad/harfbuzz/issues/607
9565
9566  configure.ac | 2 +-
9567  1 file changed, 1 insertion(+), 1 deletion(-)
9568
9569 commit 5aad81943329df199501e9473e2cc39f9d4421a1
9570 Author: Behdad Esfahbod <behdad@behdad.org>
9571 Date:   Fri Nov 3 17:16:26 2017 -0400
9572
9573     Simplify tracing code when tracing is disabled
9574
9575     Fixes https://github.com/behdad/harfbuzz/pull/605
9576
9577  src/hb-debug.hh                      | 58
9578  +++++++++++++++++++++++++++++-------
9579  src/hb-ot-layout-gsubgpos-private.hh | 10 +++----
9580  2 files changed, 52 insertions(+), 16 deletions(-)
9581
9582 commit 40ec3bbb55b8af1668bb3d5f6232a85b15cff136
9583 Author: Behdad Esfahbod <behdad@behdad.org>
9584 Date:   Fri Nov 3 16:57:30 2017 -0400
9585
9586     Consolidate debug stuff into hb-debug.hh
9587
9588     Part of fixing https://github.com/behdad/harfbuzz/pull/605
9589
9590  src/Makefile.sources                 |   1 +
9591  src/hb-blob.cc                       |   7 +-
9592  src/hb-coretext.cc                   |   8 +-
9593  src/hb-debug.hh                      | 383
9594  +++++++++++++++++++++++++++++++++++
9595  src/hb-directwrite.cc                |   6 +-
9596  src/hb-ft.cc                         |   7 +-
9597  src/hb-object-private.hh             |   8 +-
9598  src/hb-open-type-private.hh          |  21 +-
9599  src/hb-ot-layout-common-private.hh   |   8 +-
9600  src/hb-ot-layout-gsubgpos-private.hh |  46 +----
9601  src/hb-ot-shape-complex-arabic.cc    |   7 +-
9602  src/hb-private.hh                    | 260 +-----------------------
9603  src/hb-shape-plan.cc                 |   7 +-
9604  src/hb-uniscribe.cc                  |   7 +-
9605  14 files changed, 404 insertions(+), 372 deletions(-)
9606
9607 commit 384862d7ee2e27e6678844feafab69f03f77ac9a
9608 Author: Behdad Esfahbod <behdad@behdad.org>
9609 Date:   Fri Nov 3 16:31:47 2017 -0400
9610
9611     Remove NO_COPY()
9612
9613  src/hb-ot-shape-private.hh | 4 +++-
9614  src/hb-private.hh          | 8 --------
9615  2 files changed, 3 insertions(+), 9 deletions(-)
9616
9617 commit 97145df2496f90e1ea4a41784f3224c60e973fd4
9618 Author: Unknown <kunda@scribus.net>
9619 Date:   Fri Nov 3 09:05:00 2017 -0400
9620
9621     Trivial typos
9622
9623     Found using `codespell -i 3 -w -I '../harf-whitelist.txt'`
9624     whereas the whitelist contents were:
9625     ```
9626     beng
9627     iff
9628     pres
9629     ot
9630     te
9631     teh
9632     ```
9633
9634  NEWS                             | 2 +-
9635  src/hb-ot-shape-complex-indic.cc | 2 +-
9636  src/hb-ot-shape-fallback.cc      | 2 +-
9637  3 files changed, 3 insertions(+), 3 deletions(-)
9638
9639 commit 4a591a0e515f5c15c807fe648c073d249820e5ec
9640 Author: ebraminio <ebrahim@gnu.org>
9641 Date:   Thu Nov 2 09:33:12 2017 -0700
9642
9643     [ci] Add ArchLinux (#604)
9644
9645  .circleci/config.yml | 13 +++++++++++--
9646  1 file changed, 11 insertions(+), 2 deletions(-)
9647
9648 commit d18ee5afe8b1992d234402cd71f809cd904113a5
9649 Author: ebraminio <ebrahim@gnu.org>
9650 Date:   Thu Nov 2 07:56:25 2017 -0700
9651
9652     Copy dummy docs/circle.yml to gh-pages branch (#603)
9653
9654  .ci/deploy-docs.sh | 1 +
9655  1 file changed, 1 insertion(+)
9656
9657 commit 1955cbecc98ee88ba8a62df1d8c77a09ed5d2c75
9658 Author: ebraminio <ebrahim@gnu.org>
9659 Date:   Thu Nov 2 04:55:46 2017 -0700
9660
9661     Add a dummy CircleCI config to gh-pages branch (#602)
9662
9663  docs/circle.yml | 3 +++
9664  1 file changed, 3 insertions(+)
9665
9666 commit 4b3278ef8dc71ad4f744d763068d9a2e02d3d75d
9667 Author: Behdad Esfahbod <behdad@behdad.org>
9668 Date:   Wed Nov 1 19:41:29 2017 -0600
9669
9670     [ot] Hook up horizontal kerning to kern table
9671
9672     Seems to work.  Yay!
9673
9674     Still to do: run kerning if GPOS doesn't have 'kern' feature.
9675
9676  src/hb-ot-font.cc | 2 +-
9677  1 file changed, 1 insertion(+), 1 deletion(-)
9678
9679 commit 77acc1106e6d984ee74ec606e145f455e6e55509
9680 Author: Behdad Esfahbod <behdad@behdad.org>
9681 Date:   Wed Nov 1 19:33:09 2017 -0600
9682
9683     [kern] More...
9684
9685     Almost there.
9686
9687  src/hb-ot-font.cc       | 14 +++++++++
9688  src/hb-ot-kern-table.hh | 75
9689  ++++++++++++++++++++++++++++++++++++++++++++++++-
9690  2 files changed, 88 insertions(+), 1 deletion(-)
9691
9692 commit 49c0f35580946c74bc64dae2d2c65c7834e46ab2
9693 Author: Behdad Esfahbod <behdad@behdad.org>
9694 Date:   Wed Nov 1 18:16:07 2017 -0600
9695
9696     [kern] See if this helps with making VS bot happy
9697
9698  src/hb-ot-kern-table.hh | 8 ++++----
9699  1 file changed, 4 insertions(+), 4 deletions(-)
9700
9701 commit 2c439210c9734cd21b08beba07d21147a6eb6d8a
9702 Author: Behdad Esfahbod <behdad@behdad.org>
9703 Date:   Wed Nov 1 18:13:35 2017 -0600
9704
9705     [uniscribe] Fix a couple of VS warnings
9706
9707  src/hb-uniscribe.cc | 4 ++--
9708  1 file changed, 2 insertions(+), 2 deletions(-)
9709
9710 commit 4c43a23bf479b42d42192bab56df6075c8ae0090
9711 Author: Behdad Esfahbod <behdad@behdad.org>
9712 Date:   Wed Nov 1 18:12:26 2017 -0600
9713
9714     [kern] Implement Format0
9715
9716  src/hb-ot-kern-table.hh | 51
9717  +++++++++++++++++++++++++++++++++++++++++++------
9718  1 file changed, 45 insertions(+), 6 deletions(-)
9719
9720 commit ac3d937c6cb0e2c7e019aa391b02da25aa6970de
9721 Author: Behdad Esfahbod <behdad@behdad.org>
9722 Date:   Wed Nov 1 17:54:56 2017 -0600
9723
9724     [kern] Implement some more
9725
9726  src/hb-ot-kern-table.hh | 98
9727  ++++++++++++++++++++++++++++++++++++++-----------
9728  1 file changed, 77 insertions(+), 21 deletions(-)
9729
9730 commit 2a16f647ae4c5115a356ba82245c77e0d01fcebf
9731 Author: Behdad Esfahbod <behdad@behdad.org>
9732 Date:   Wed Nov 1 17:31:29 2017 -0600
9733
9734     [kern] Start implementing kern table
9735
9736     Pushing this out early to catch bot errors since I'm using template
9737     tricks
9738     we were not using in HarfBuzz before.
9739
9740  src/Makefile.sources    |   1 +
9741  src/hb-ot-font.cc       |   1 +
9742  src/hb-ot-kern-table.hh | 184
9743  ++++++++++++++++++++++++++++++++++++++++++++++++
9744  3 files changed, 186 insertions(+)
9745
9746 commit 292ef2675edb2cb579210183e77ac30335318a21
9747 Author: ebraminio <ebrahim@gnu.org>
9748 Date:   Wed Nov 1 16:24:46 2017 -0700
9749
9750     [ci] minor cleanup (#600)
9751
9752  .circleci/config.yml | 4 ----
9753  1 file changed, 4 deletions(-)
9754
9755 commit 260246a279699d313a45583c6a61e4bab717f739
9756 Author: ebraminio <ebrahim@gnu.org>
9757 Date:   Wed Nov 1 14:10:55 2017 -0700
9758
9759     [ci] Add Fedora builder (#598)
9760
9761  .circleci/config.yml | 9 +++++++++
9762  1 file changed, 9 insertions(+)
9763
9764 commit 0e63cbed9cceb1d0238974ddfa9bc68d25d9c616
9765 Author: Khaled Hosny <khaledhosny@eglug.org>
9766 Date:   Wed Nov 1 20:49:42 2017 +0200
9767
9768     [test] Fix difference between ft and ot font funcs
9769
9770     See
9771     https://github.com/behdad/harfbuzz/pull/590#issuecomment-341194673.
9772
9773     I simply removed the composite glyph and use the referenced simple
9774     glyph directly.
9775
9776  .../sha1sum/4fac3929fc3332834e93673780ec0fe94342d193.ttf  | Bin 0 ->
9777  804 bytes
9778  .../sha1sum/6466d38c62e73a39202435a4f73bf5d6acbb73c0.ttf  | Bin 824 ->
9779  0 bytes
9780  test/shaping/tests/cluster.tests                          |   2 +-
9781  3 files changed, 1 insertion(+), 1 deletion(-)
9782
9783 commit 0b8f8dd869212ed2889cbdb79c4c4b639b8eff7a
9784 Author: Khaled Hosny <khaledhosny@eglug.org>
9785 Date:   Wed Nov 1 20:33:43 2017 +0200
9786
9787     Revert "[test] We don’t care about glyph positions here"
9788
9789     This reverts commit 70137e2b4b46918d9608f824a4b4b5cef2819158.
9790
9791  test/shaping/tests/cluster.tests | 4 ++--
9792  1 file changed, 2 insertions(+), 2 deletions(-)
9793
9794 commit f1245013bf7e9d490b43d9b8bebd467b2c1d14cc
9795 Author: Khaled Hosny <khaledhosny@eglug.org>
9796 Date:   Wed Nov 1 12:06:59 2017 +0200
9797
9798     [test] Run shaping tests with both ot and ft funcs
9799
9800  test/shaping/run-tests.sh | 21 ++++++++++++++++-----
9801  1 file changed, 16 insertions(+), 5 deletions(-)
9802
9803 commit 70137e2b4b46918d9608f824a4b4b5cef2819158
9804 Author: Khaled Hosny <khaledhosny@eglug.org>
9805 Date:   Wed Nov 1 12:03:39 2017 +0200
9806
9807     [test] We don’t care about glyph positions here
9808
9809     Freetype and OT font functions give different positions for some
9810     glyphs
9811     in this font (OT seems to be correct), but that is not what we are
9812     interested in in this test.
9813
9814     See
9815     https://github.com/behdad/harfbuzz/pull/590#issuecomment-341045223.
9816
9817  test/shaping/tests/cluster.tests | 4 ++--
9818  1 file changed, 2 insertions(+), 2 deletions(-)
9819
9820 commit 9234b364b178d44a11148d5c613169731667a2ae
9821 Author: Khaled Hosny <khaledhosny@eglug.org>
9822 Date:   Wed Nov 1 10:34:36 2017 +0200
9823
9824     [test] Use ft functions for this test
9825
9826     https://github.com/behdad/harfbuzz/pull/590#issuecomment-340967271
9827
9828  test/shaping/tests/vertical.tests | 2 +-
9829  1 file changed, 1 insertion(+), 1 deletion(-)
9830
9831 commit afbfb9279cbebcd0a85ab2fcc822a3fdbb035272
9832 Author: Khaled Hosny <khaledhosny@eglug.org>
9833 Date:   Mon Oct 30 22:02:50 2017 +0200
9834
9835     [test] Always use ft font funcs for these tests
9836
9837     These are CFF fonts and ot functions don’t support CFF glyph
9838     names yet.
9839     The next commit will run all tests with ot functions.
9840
9841  test/shaping/tests/indic-consonant-with-stacker.tests | 8 ++++----
9842  test/shaping/tests/indic-script-extensions.tests      | 2 +-
9843  2 files changed, 5 insertions(+), 5 deletions(-)
9844
9845 commit 33e62636f739680ffbc1875391f05e80039a3259
9846 Author: ebraminio <ebrahim@gnu.org>
9847 Date:   Wed Nov 1 03:05:46 2017 -0700
9848
9849     [ci] Add FreeBSD9 (gcc4) (#595)
9850
9851  .circleci/config.yml | 11 ++++++++++-
9852  1 file changed, 10 insertions(+), 1 deletion(-)
9853
9854 commit 102f5ead493ad2eac6c11c3fc8f2e793d3d57058
9855 Author: ebraminio <ebrahim@gnu.org>
9856 Date:   Wed Nov 1 02:10:18 2017 -0700
9857
9858     Enable PSVita (arm-none-eabi) compile again and add it to CI (#594)
9859
9860  .circleci/config.yml        | 17 ++++++++++++++---
9861  src/hb-buffer-private.hh    |  2 +-
9862  src/hb-buffer.cc            |  4 ++--
9863  src/hb-open-file-private.hh |  2 +-
9864  4 files changed, 18 insertions(+), 7 deletions(-)
9865
9866 commit 65d4e5bcda543c17e09867418365ba44b441d5d6
9867 Author: Behdad Esfahbod <behdad@behdad.org>
9868 Date:   Wed Nov 1 01:15:27 2017 -0600
9869
9870     [CircleCI] Ignore gh-pages branch
9871
9872     https://github.com/behdad/harfbuzz/pull/592
9873
9874  .circleci/config.yml | 4 ++++
9875  1 file changed, 4 insertions(+)
9876
9877 commit 92bb5086424d7454d666732e39117a7d32490646
9878 Author: Behdad Esfahbod <behdad@behdad.org>
9879 Date:   Tue Oct 31 22:58:03 2017 -0600
9880
9881     [indic] Use mutable for virama_glyph
9882
9883  src/hb-ot-shape-complex-indic.cc | 4 ++--
9884  1 file changed, 2 insertions(+), 2 deletions(-)
9885
9886 commit 6c04dcb28dcafc7d97799c80c0bc714c76d51d1c
9887 Author: Behdad Esfahbod <behdad@behdad.org>
9888 Date:   Tue Oct 31 20:11:00 2017 -0600
9889
9890     Use bsearch() for large SFNT table directories
9891
9892  src/hb-open-file-private.hh | 21 +++++++++------------
9893  1 file changed, 9 insertions(+), 12 deletions(-)
9894
9895 commit b0e33da02d062200dd41e4503ecc21fb4bd636e6
9896 Author: Behdad Esfahbod <behdad@behdad.org>
9897 Date:   Tue Oct 31 20:05:37 2017 -0600
9898
9899     Add BinSearchArrayOf<>
9900
9901  src/hb-open-file-private.hh | 25 +++++++++++--------------
9902  src/hb-open-type-private.hh | 33 ++++++++++++++++++++++++++++++++-
9903  src/hb-ot-font.cc           |  2 +-
9904  3 files changed, 44 insertions(+), 16 deletions(-)
9905
9906 commit aca378f51ecf682ea1454071f671bbc7eef808bd
9907 Author: Behdad Esfahbod <behdad@behdad.org>
9908 Date:   Tue Oct 31 18:11:10 2017 -0600
9909
9910     Sanitize (Headless)ArrayOf()::len to ensure it doesn't use offsets
9911
9912  src/hb-open-type-private.hh | 4 ++--
9913  1 file changed, 2 insertions(+), 2 deletions(-)
9914
9915 commit 5f047113142349ecf0dd6d00384f7ef7b3d1a85e
9916 Author: Behdad Esfahbod <behdad@behdad.org>
9917 Date:   Tue Oct 31 18:10:40 2017 -0600
9918
9919     Fix HeadlessArrayOf::sanitize_shallow()
9920
9921  src/hb-open-type-private.hh | 15 +++++++++------
9922  1 file changed, 9 insertions(+), 6 deletions(-)
9923
9924 commit 7ce9f397d1e5fe68c49375ad904d4fce2c7ccc0a
9925 Author: Behdad Esfahbod <behdad@behdad.org>
9926 Date:   Tue Oct 31 15:34:01 2017 -0600
9927
9928     Rename hb-sort-r.hh -> hb-dsalgs.hh
9929
9930  src/Makefile.sources               |  2 +-
9931  src/{hb-sort-r.hh => hb-dsalgs.hh} | 14 +++++++-------
9932  src/hb-ot-post-table.hh            |  2 +-
9933  3 files changed, 9 insertions(+), 9 deletions(-)
9934
9935 commit 8eaff980fc6d15856fa853479454b58668809c7a
9936 Author: Behdad Esfahbod <behdad@behdad.org>
9937 Date:   Tue Oct 31 15:30:06 2017 -0600
9938
9939     Remove HB_TAG_CHAR4
9940
9941  src/hb-common.cc  | 2 +-
9942  src/hb-ot-tag.cc  | 2 +-
9943  src/hb-private.hh | 5 -----
9944  3 files changed, 2 insertions(+), 7 deletions(-)
9945
9946 commit d016c5bdb94704e726b104c318262b47c6a4b7c8
9947 Author: David Corbett <corbett.dav@husky.neu.edu>
9948 Date:   Fri Oct 27 12:14:00 2017 -0400
9949
9950     Categorize Grantha candrabindu for use in Tamil
9951
9952  src/hb-ot-shape-complex-indic.cc                         |   2 +-
9953  .../sha1sum/b151cfcdaa77585d77f17a42158e0873fc8e2633.ttf | Bin 0 ->
9954  1120 bytes
9955  test/shaping/tests/indic-script-extensions.tests         |   1 +
9956  3 files changed, 2 insertions(+), 1 deletion(-)
9957
9958 commit b902605133ef4a411afdaa8abda194e81facf525
9959 Author: Behdad Esfahbod <behdad@behdad.org>
9960 Date:   Tue Oct 31 14:25:46 2017 -0600
9961
9962     [CircleCI] Fix build
9963
9964     Fixes https://github.com/behdad/harfbuzz/issues/589
9965
9966  .circleci/config.yml | 6 +++---
9967  1 file changed, 3 insertions(+), 3 deletions(-)
9968
9969 commit 0f78d78aae604cb8e61bd21785adb915da74626e
9970 Merge: b7982c9e 0feff4ba
9971 Author: Behdad Esfahbod <behdad@behdad.org>
9972 Date:   Tue Oct 31 14:13:31 2017 -0600
9973
9974     Merge commit '0feff4ba7b16501341c575e06b4c98a6e1bd2809'
9975
9976 commit 0feff4ba7b16501341c575e06b4c98a6e1bd2809
9977 Author: Behdad Esfahbod <behdad@behdad.org>
9978 Date:   Tue Oct 31 14:02:32 2017 -0600
9979
9980     Simplify hb-sort-r.hh
9981
9982     See https://github.com/behdad/harfbuzz/pull/592
9983
9984  src/hb-sort-r.hh | 147
9985  ++++++-------------------------------------------------
9986  1 file changed, 14 insertions(+), 133 deletions(-)
9987
9988 commit b7982c9e65e0b58616cc8264dd52cac37753ef79
9989 Author: ebraminio <ebrahim@gnu.org>
9990 Date:   Tue Oct 31 12:42:08 2017 -0700
9991
9992     [ci] Add CircleCI for cross-compiling (#592)
9993
9994  .circleci/config.yml | 61
9995  ++++++++++++++++++++++++++++++++++++++++++++++++++++
9996  README               |  1 +
9997  2 files changed, 62 insertions(+)
9998
9999 commit c290ba5b7d4e9e4a5f02340a22e6c9c46564906b
10000 Author: Behdad Esfahbod <behdad@behdad.org>
10001 Date:   Tue Oct 31 13:18:21 2017 -0600
10002
10003     Define _GNU_SOURCE
10004
10005     Might help with https://github.com/behdad/harfbuzz/pull/592
10006     Ie. bringing in qsort_r() prototype always.
10007
10008  src/hb-private.hh | 1 +
10009  1 file changed, 1 insertion(+)
10010
10011 commit 98acdde3c6bd0745c3cbfb510e82fbd87ebd1a33
10012 Author: Behdad Esfahbod <behdad@behdad.org>
10013 Date:   Tue Oct 31 11:17:43 2017 -0600
10014
10015     [coretext/uniscribe] Fix build
10016
10017     https://travis-ci.org/behdad/harfbuzz/jobs/295039536#L3468
10018     https://ci.appveyor.com/project/behdad/harfbuzz/build/1.0.697/job/dr1ujlntxafeqbej#L142
10019
10020  src/hb-coretext.cc  | 8 ++++++--
10021  src/hb-uniscribe.cc | 8 ++++++--
10022  2 files changed, 12 insertions(+), 4 deletions(-)
10023
10024 commit ec86cc5e552e9e8d64101feb1f540a9dc94a9025
10025 Author: Behdad Esfahbod <behdad@behdad.org>
10026 Date:   Mon Oct 30 14:11:59 2017 -0600
10027
10028     Fix Windows build
10029
10030     (And prevent it from happening in the future.)
10031
10032  src/hb-ot-layout.cc     | 1 +
10033  src/hb-ot-name-table.hh | 4 +++-
10034  2 files changed, 4 insertions(+), 1 deletion(-)
10035
10036 commit e35a763c07b60da6e5fbdb6edd9d25f575cd3d8b
10037 Author: Behdad Esfahbod <behdad@behdad.org>
10038 Date:   Mon Oct 30 13:15:05 2017 -0600
10039
10040     [post] Implement glyph_from_name()
10041
10042     This concludes https://github.com/behdad/harfbuzz/pull/568
10043
10044  src/hb-ot-post-table.hh | 119
10045  ++++++++++++++++++++++++++++++++++++------------
10046  src/hb-private.hh       |  10 ++--
10047  src/hb-sort-r.hh        |   2 +-
10048  3 files changed, 96 insertions(+), 35 deletions(-)
10049
10050 commit 6c738f353ec4ab5974414fbb8ff1fb9383c4bde6
10051 Author: Behdad Esfahbod <behdad@behdad.org>
10052 Date:   Mon Oct 30 12:21:44 2017 -0600
10053
10054     Make string-array return hb_string_t
10055
10056  src/hb-ot-post-table.hh | 17 ++---------------
10057  src/hb-string-array.hh  | 11 +++++++++--
10058  2 files changed, 11 insertions(+), 17 deletions(-)
10059
10060 commit e1a37f3db4f2364e98ff057209a94aa9b23e5c9d
10061 Author: Behdad Esfahbod <behdad@behdad.org>
10062 Date:   Mon Oct 30 11:42:28 2017 -0600
10063
10064     Add hb_string_t
10065
10066  src/hb-ot-post-table.hh | 25 ++++++++-----------------
10067  src/hb-private.hh       | 27 +++++++++++++++++++++++++++
10068  2 files changed, 35 insertions(+), 17 deletions(-)
10069
10070 commit 21ac5678583259e673d961a26fadaad2bf33f1f8
10071 Author: Behdad Esfahbod <behdad@behdad.org>
10072 Date:   Mon Oct 30 09:48:09 2017 -0600
10073
10074     Fix tests
10075
10076  src/check-includes.sh |  2 +-
10077  src/hb-sort-r.hh      | 32 ++++++++++++++++++++++++++++++--
10078  2 files changed, 31 insertions(+), 3 deletions(-)
10079
10080 commit 0f8b5aa1bc2c831044a35fc8e52df58652cec86b
10081 Author: Behdad Esfahbod <behdad@behdad.org>
10082 Date:   Mon Oct 30 09:46:36 2017 -0600
10083
10084     [post] Minor; towards implementing get_glyph_from_name()
10085
10086  src/hb-ot-post-table.hh | 56
10087  +++++++++++++++++++++++++++----------------------
10088  1 file changed, 31 insertions(+), 25 deletions(-)
10089
10090 commit 977679f229a10868dc668294082bd82125e4fe48
10091 Author: Behdad Esfahbod <behdad@behdad.org>
10092 Date:   Sun Oct 29 17:33:32 2017 -0600
10093
10094     Add hb_bsearch_r()
10095
10096  src/hb-ot-post-table.hh |  1 +
10097  src/hb-sort-r.hh        | 25 +++++++++++++++++++++++++
10098  2 files changed, 26 insertions(+)
10099
10100 commit 0712e915b4814e350aa1d833c1dee5010cdbd8f9
10101 Author: Behdad Esfahbod <behdad@behdad.org>
10102 Date:   Sun Oct 29 17:01:47 2017 -0600
10103
10104     Remove hb_compare_func_t
10105
10106  src/hb-ot-map-private.hh    | 18 +++++++++++++-----
10107  src/hb-ot-name-table.hh     |  2 +-
10108  src/hb-ot-tag.cc            |  8 +++++---
10109  src/hb-ot-var-mvar-table.hh | 10 +++++++---
10110  src/hb-private.hh           |  9 ++-------
10111  5 files changed, 28 insertions(+), 19 deletions(-)
10112
10113 commit 538da7496d70c86b41070ecf52592e52920d8808
10114 Author: Behdad Esfahbod <behdad@behdad.org>
10115 Date:   Sun Oct 29 16:38:58 2017 -0600
10116
10117     Add hb-sort-r, a portable qsort_r() replacement
10118
10119  src/Makefile.sources |   1 +
10120  src/hb-sort-r.hh     | 227
10121  +++++++++++++++++++++++++++++++++++++++++++++++++++
10122  2 files changed, 228 insertions(+)
10123
10124 commit 923a8f520addba095384b975ba8934e5a18fb696
10125 Author: Behdad Esfahbod <behdad@behdad.org>
10126 Date:   Sun Oct 29 15:00:54 2017 -0600
10127
10128     Fix up 5de83fab947e23cc729d69f8d44a28311298af9d
10129
10130  src/hb-ot-post-table.hh | 2 +-
10131  1 file changed, 1 insertion(+), 1 deletion(-)
10132
10133 commit b98c7c3f1fc8581ce9a0f40ae25aee5e1b2b3106
10134 Author: Behdad Esfahbod <behdad@behdad.org>
10135 Date:   Sun Oct 29 14:52:52 2017 -0600
10136
10137     [post] Minor
10138
10139  src/hb-ot-post-table.hh | 6 +-----
10140  1 file changed, 1 insertion(+), 5 deletions(-)
10141
10142 commit 5de83fab947e23cc729d69f8d44a28311298af9d
10143 Author: Behdad Esfahbod <behdad@behdad.org>
10144 Date:   Sat Oct 28 19:54:04 2017 -0600
10145
10146     [ot] Speed up get_glyph_name()
10147
10148     get_glyph_from_name() coming soon.
10149
10150  src/hb-ot-font.cc            |  13 ++--
10151  src/hb-ot-post-table.hh      | 160
10152  +++++++++++++++++++------------------------
10153  src/test-buffer-serialize.cc |   4 +-
10154  3 files changed, 81 insertions(+), 96 deletions(-)
10155
10156 commit feadee079e09e43e5f712a66816605e19155594e
10157 Author: Behdad Esfahbod <behdad@behdad.org>
10158 Date:   Sat Oct 28 16:58:56 2017 -0600
10159
10160     [post] Refactor a bit, use our data types
10161
10162  src/hb-ot-post-table.hh | 25 ++++++++++---------------
10163  1 file changed, 10 insertions(+), 15 deletions(-)
10164
10165 commit 5014c60afaab51a7a4813cf427a3d6053458279b
10166 Author: Behdad Esfahbod <behdad@behdad.org>
10167 Date:   Sat Oct 28 12:00:49 2017 -0600
10168
10169     More nullptr fix
10170
10171     Fixes https://github.com/behdad/harfbuzz/issues/585
10172
10173  src/test.cc | 4 +---
10174  1 file changed, 1 insertion(+), 3 deletions(-)
10175
10176 commit 5daf3bd4494cce6b4fb074533be9e99c4d9e0edd
10177 Author: Behdad Esfahbod <behdad@behdad.org>
10178 Date:   Fri Oct 27 16:34:01 2017 -0600
10179
10180     [glib/ucdn/icu/ft/ot] Make returned funcs inert
10181
10182     Such that client cannot accidentally destroy them, even though that
10183     will be a bug in their code...
10184
10185  src/hb-ft.cc             |  3 +++
10186  src/hb-glib.cc           |  3 +++
10187  src/hb-icu.cc            |  3 +++
10188  src/hb-object-private.hh | 37 +++++++++++++++++++++++++++++++------
10189  src/hb-ot-font.cc        |  3 +++
10190  src/hb-ucdn.cc           |  3 +++
10191  6 files changed, 46 insertions(+), 6 deletions(-)
10192
10193 commit bfa7f37a73508ca185cf2f3e06755db8c8258ddf
10194 Author: Behdad Esfahbod <behdad@behdad.org>
10195 Date:   Fri Oct 27 16:03:51 2017 -0600
10196
10197     Fix previous commit
10198
10199     Oops.
10200
10201  src/hb-glib.cc | 2 +-
10202  src/hb-icu.cc  | 2 +-
10203  src/hb-ucdn.cc | 2 +-
10204  3 files changed, 3 insertions(+), 3 deletions(-)
10205
10206 commit 8864864b624590d95ae5dca61956695cbff1269a
10207 Author: Behdad Esfahbod <behdad@behdad.org>
10208 Date:   Fri Oct 27 15:26:45 2017 -0600
10209
10210     [glib/icu/ucdn] Make the funcs object allocated on demand
10211
10212  src/hb-glib.cc | 36 +++++++++++++++++++++++++++++-------
10213  src/hb-icu.cc  | 51 +++++++++++++++++++++++++++++++++++++--------------
10214  src/hb-ucdn.cc | 37 +++++++++++++++++++++++++++++--------
10215  3 files changed, 95 insertions(+), 29 deletions(-)
10216
10217 commit af3f72f9eb7d7b80ea827976a3303390b5deae8d
10218 Author: Behdad Esfahbod <behdad@behdad.org>
10219 Date:   Fri Oct 27 15:13:50 2017 -0600
10220
10221     Correctly mark NullPool const
10222
10223     Saves some more code size as well!
10224
10225  src/hb-open-type-private.hh | 2 +-
10226  src/hb-ot-layout.cc         | 2 +-
10227  src/main.cc                 | 2 +-
10228  3 files changed, 3 insertions(+), 3 deletions(-)
10229
10230 commit 51f4d4d5cd5a0dd1a581bee5b55b3cc0a74cbea3
10231 Author: Behdad Esfahbod <behdad@behdad.org>
10232 Date:   Fri Oct 27 15:09:22 2017 -0600
10233
10234     Reduce prealloced number of user-data items from 2 to 1
10235
10236     Even 1 is too many but putting 0 breaks compile.  Saves 3k in .so
10237
10238  src/hb-private.hh | 2 +-
10239  1 file changed, 1 insertion(+), 1 deletion(-)
10240
10241 commit 3205de7906abab9d12e614e86e2c182a41420698
10242 Author: Behdad Esfahbod <behdad@behdad.org>
10243 Date:   Fri Oct 27 15:01:40 2017 -0600
10244
10245     Make the NullPool HB_INTERNAL shared
10246
10247     Saves 2k of .bss section.
10248
10249  src/hb-open-type-private.hh | 10 ++++++----
10250  src/hb-ot-layout.cc         |  3 +++
10251  src/main.cc                 |  1 +
10252  3 files changed, 10 insertions(+), 4 deletions(-)
10253
10254 commit 7036f1d22c4001b79d3205c16aac3fefbfcaae24
10255 Author: Behdad Esfahbod <behdad@behdad.org>
10256 Date:   Fri Oct 27 14:42:59 2017 -0600
10257
10258     [ot] Remove shaper name
10259
10260     In ten years we never used them...
10261
10262  src/hb-ot-shape-complex-arabic.cc  | 1 -
10263  src/hb-ot-shape-complex-default.cc | 1 -
10264  src/hb-ot-shape-complex-hangul.cc  | 1 -
10265  src/hb-ot-shape-complex-hebrew.cc  | 1 -
10266  src/hb-ot-shape-complex-indic.cc   | 1 -
10267  src/hb-ot-shape-complex-myanmar.cc | 2 --
10268  src/hb-ot-shape-complex-private.hh | 2 --
10269  src/hb-ot-shape-complex-thai.cc    | 1 -
10270  src/hb-ot-shape-complex-tibetan.cc | 1 -
10271  src/hb-ot-shape-complex-use.cc     | 1 -
10272  10 files changed, 12 deletions(-)
10273
10274 commit 4a27c17ea0234dfe33e62f5830d9f92c26d48d30
10275 Author: Behdad Esfahbod <behdad@behdad.org>
10276 Date:   Fri Oct 27 14:29:12 2017 -0600
10277
10278     Fix IntType.cmp() to avoid narrowing down integer types
10279
10280     Fixes https://github.com/behdad/harfbuzz/issues/571
10281
10282  src/hb-open-type-private.hh | 5 +++--
10283  1 file changed, 3 insertions(+), 2 deletions(-)
10284
10285 commit 919b4b76a7b1f9dd7c71310a729982242f9060a5
10286 Author: Behdad Esfahbod <behdad@behdad.org>
10287 Date:   Fri Oct 27 10:29:25 2017 -0600
10288
10289     Make c++11 optional
10290
10291     Fixes https://github.com/behdad/harfbuzz/issues/585
10292
10293  configure.ac                |   4 +-
10294  m4/ax_cxx_compile_stdcxx.m4 | 982
10295  ++++++++++++++++++++++++++++++++++++++++++++
10296  2 files changed, 983 insertions(+), 3 deletions(-)
10297
10298 commit 6c4689704071a76c49be819b8034feaf93e26a42
10299 Author: Behdad Esfahbod <behdad@behdad.org>
10300 Date:   Fri Oct 27 10:24:58 2017 -0600
10301
10302     [m4] Update ax_pthread.m4
10303
10304  m4/ax_pthread.m4 | 6 +++---
10305  1 file changed, 3 insertions(+), 3 deletions(-)
10306
10307 commit 2e025507634e54a64fa5d0cbfefc4b65177c06c5
10308 Author: Behdad Esfahbod <behdad@behdad.org>
10309 Date:   Fri Oct 27 10:23:01 2017 -0600
10310
10311     [git.mk] Update
10312
10313  git.mk | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
10314  1 file changed, 55 insertions(+), 2 deletions(-)
10315
10316 commit 62e312ead808cec055049592b0d40aa3a8882bc9
10317 Author: Behdad Esfahbod <behdad@behdad.org>
10318 Date:   Fri Oct 27 09:29:20 2017 -0600
10319
10320     Use NULL instead of polyfill, if nullptr is not available
10321
10322     Part of fixing https://github.com/behdad/harfbuzz/issues/585
10323
10324  src/hb-private.hh | 22 +++-------------------
10325  1 file changed, 3 insertions(+), 19 deletions(-)
10326
10327 commit 17f40b7cad240eadeccdf23eb11da7ed52252ca2
10328 Author: Behdad Esfahbod <behdad@behdad.org>
10329 Date:   Fri Oct 27 09:22:30 2017 -0600
10330
10331     Include hb-private.hh more consistently
10332
10333     Part of fixing https://github.com/behdad/harfbuzz/issues/585
10334
10335  src/test-buffer-serialize.cc |  4 +---
10336  src/test-size-params.cc      |  4 +---
10337  src/test-would-substitute.cc |  4 +---
10338  util/ansi-print.hh           |  1 +
10339  util/helper-cairo-ansi.hh    |  5 +++--
10340  util/helper-cairo.hh         |  7 ++++---
10341  util/main-font-text.hh       |  5 +++--
10342  util/options.hh              | 11 +----------
10343  util/shape-consumer.hh       |  5 +++--
10344  util/view-cairo.hh           |  7 ++++---
10345  10 files changed, 22 insertions(+), 31 deletions(-)
10346
10347 commit 42d518513c683fd5e932898ceec891c3003d75e1
10348 Author: Behdad Esfahbod <behdad@behdad.org>
10349 Date:   Fri Oct 27 00:25:11 2017 -0600
10350
10351     Towards compiling with pre-C++11 compilers and nullptr fallback
10352
10353     https://github.com/behdad/harfbuzz/issues/585
10354
10355  src/hb-atomic-private.hh | 4 ++--
10356  1 file changed, 2 insertions(+), 2 deletions(-)
10357
10358 commit 0e9256984e76f055f1868ecc497724977caba11d
10359 Author: Behdad Esfahbod <behdad@behdad.org>
10360 Date:   Thu Oct 26 20:34:04 2017 -0600
10361
10362     [post] Make format1 names array avoid relocations
10363
10364  src/Makefile.sources       |   1 +
10365  src/hb-ot-post-macroman.hh | 294
10366  +++++++++++++++++++++++++++++++++++++++++++++
10367  src/hb-ot-post-table.hh    |  55 ++-------
10368  3 files changed, 305 insertions(+), 45 deletions(-)
10369
10370 commit 2a749680441bbe6b4aa8134bb6ce9f21a8b1bc3c
10371 Author: Behdad Esfahbod <behdad@behdad.org>
10372 Date:   Thu Oct 26 19:48:33 2017 -0600
10373
10374     Add hb-string-array.hh
10375
10376     Used to build static string arrays that use no relocation.
10377
10378  src/Makefile.sources   |  1 +
10379  src/hb-private.hh      |  6 ++--
10380  src/hb-string-array.hh | 74
10381  ++++++++++++++++++++++++++++++++++++++++++++++++++
10382  3 files changed, 79 insertions(+), 2 deletions(-)
10383
10384 commit 6f08b12bc38166dee2f9740d396d617b32e887a3
10385 Author: Behdad Esfahbod <behdad@behdad.org>
10386 Date:   Thu Oct 26 18:23:03 2017 -0600
10387
10388     Minor
10389
10390  src/hb-private.hh | 6 +++---
10391  1 file changed, 3 insertions(+), 3 deletions(-)
10392
10393 commit 223686d64f5e149ba8aa334a2a54bd5b22017d9e
10394 Author: Behdad Esfahbod <behdad@behdad.org>
10395 Date:   Thu Oct 26 12:52:02 2017 -0600
10396
10397     1.6.3
10398
10399  NEWS         | 9 +++++++++
10400  configure.ac | 2 +-
10401  2 files changed, 10 insertions(+), 1 deletion(-)
10402
10403 commit 729c9e13355eefafdc0fdef9aa68bd792ca4dba4
10404 Author: David Corbett <corbett.dav@husky.neu.edu>
10405 Date:   Thu Oct 26 10:29:28 2017 -0400
10406
10407     Include all relevant glyphs in the subsetted font
10408
10409  test/shaping/record-test.sh | 2 ++
10410  1 file changed, 2 insertions(+)
10411
10412 commit cb6c6b0c425e560f32b297c15dc6775e297d5b1d
10413 Author: Behdad Esfahbod <behdad@behdad.org>
10414 Date:   Thu Oct 26 11:43:33 2017 -0600
10415
10416     Fix warning
10417
10418     https://github.com/behdad/harfbuzz/commit/49a41dc75931cc2d2f7e74b7801f8cc327039e8e#commitcomment-25203194
10419
10420  test/api/test-set.c | 5 +++--
10421  1 file changed, 3 insertions(+), 2 deletions(-)
10422
10423 commit dfd234a97d2e2f9908eaf0598de765f76ba86c82
10424 Author: Jonathan Kew <jfkthame@gmail.com>
10425 Date:   Thu Oct 26 16:59:50 2017 +0100
10426
10427     [set] Fix page_map[] indexing in backward loop.
10428
10429     Fixes https://github.com/behdad/harfbuzz/issues/579.
10430
10431  src/hb-set-private.hh | 4 ++--
10432  1 file changed, 2 insertions(+), 2 deletions(-)
10433
10434 commit 7339926525416620aa7922371775ed65eed4eae4
10435 Author: Jonathan Kew <jfkthame@gmail.com>
10436 Date:   Thu Oct 26 12:55:36 2017 +0100
10437
10438     [test] Extend hb_set test for issue 579 (currently failing)
10439
10440  test/api/test-set.c | 18 ++++++++++++++++++
10441  1 file changed, 18 insertions(+)
10442
10443 commit 3d6f7df42a87ef366197581cb4696c5f30c3bcbb
10444 Author: Jonathan Kew <jfkthame@gmail.com>
10445 Date:   Thu Oct 26 17:54:55 2017 +0100
10446
10447     [test] Additional coverage in test_set_iter.
10448
10449     This adds a couple extra entries to the set used, such that iteration
10450     would fail in 1.6.2 due to the bug in hb_set_t::page_t::next().
10451
10452  test/api/test-set.c | 12 ++++++++++++
10453  1 file changed, 12 insertions(+)
10454
10455 commit d511cfb5577a58e31d8dd4214750b0ad4efa625a
10456 Author: Jonathan Kew <jfkthame@gmail.com>
10457 Date:   Thu Oct 26 15:08:29 2017 +0100
10458
10459     [set] Bugfix for hb_set_next
10460
10461  src/hb-set-private.hh | 2 +-
10462  1 file changed, 1 insertion(+), 1 deletion(-)
10463
10464 commit 92bac64bd2d5fffe70229790be27d335aa6c6de3
10465 Author: Behdad Esfahbod <behdad@behdad.org>
10466 Date:   Wed Oct 25 18:22:47 2017 -0600
10467
10468     [post] Oops!
10469
10470     https://ci.appveyor.com/project/behdad/harfbuzz/build/1.0.668/job/ikfj8peowgrp059t
10471
10472  src/hb-ot-post-table.hh | 4 ++--
10473  1 file changed, 2 insertions(+), 2 deletions(-)
10474
10475 commit 543bd58d7a4fbe285ec9304ff3223a728dbdbb76
10476 Author: Behdad Esfahbod <behdad@behdad.org>
10477 Date:   Wed Oct 25 17:40:50 2017 -0600
10478
10479     [post] Touch up and fixes
10480
10481     The get_glyph_from_name() is incorrect; needs fixing.
10482
10483  src/hb-ot-font.cc       |   9 ++--
10484  src/hb-ot-post-table.hh | 139
10485  +++++++++++++++++++++++++++---------------------
10486  2 files changed, 81 insertions(+), 67 deletions(-)
10487
10488 commit d9e166f74c3ba3128c9ef3ccd8d7799e67f14eab
10489 Author: Khaled Hosny <khaledhosny@eglug.org>
10490 Date:   Wed Oct 18 20:49:16 2017 +0200
10491
10492     [ot-font] Implement hb_ot_get_glyph_from_name
10493
10494  src/hb-ot-font.cc       | 22 ++++++++++++++++++-
10495  src/hb-ot-post-table.hh | 58
10496  +++++++++++++++++++++++++++++++++++++++++++++++++
10497  2 files changed, 79 insertions(+), 1 deletion(-)
10498
10499 commit 9d4d2fb9af446d5d41058fbb1da8117b3af048d3
10500 Author: Khaled Hosny <khaledhosny@eglug.org>
10501 Date:   Mon Oct 16 10:05:42 2017 +0200
10502
10503     [ot-font] Implement hb_ot_get_glyph_name
10504
10505     Turns out we already have support for “post” table, it just
10506     needed to be
10507     activated and put in use.
10508
10509  src/hb-ot-font.cc                             | 46 ++++++++++++-
10510  src/hb-ot-post-table.hh                       | 96
10511  +++++++++++++++++++++++++++
10512  test/shaping/tests/fallback-positioning.tests |  2 +-
10513  test/shaping/tests/indic-syllable.tests       |  2 +-
10514  test/shaping/tests/use.tests                  |  2 +-
10515  5 files changed, 143 insertions(+), 5 deletions(-)
10516
10517 commit bf133497e53e8b1dcd22df62080d33e7f3d85b68
10518 Merge: fd786c76 49a41dc7
10519 Author: Behdad Esfahbod <behdad@behdad.org>
10520 Date:   Wed Oct 25 17:23:20 2017 -0600
10521
10522     Merge commit '49a41dc75931cc2d2f7e74b7801f8cc327039e8e'
10523
10524 commit 49a41dc75931cc2d2f7e74b7801f8cc327039e8e
10525 Author: Behdad Esfahbod <behdad@behdad.org>
10526 Date:   Wed Oct 25 16:17:45 2017 -0600
10527
10528     [test] Add more hb-set tests
10529
10530     https://github.com/behdad/harfbuzz/issues/579
10531
10532  test/api/test-set.c | 40 ++++++++++++++++++++++++++++++++++++++++
10533  1 file changed, 40 insertions(+)
10534
10535 commit fd786c768f838ab61090004dd46b8cefeb270dfd
10536 Author: David Corbett <corbett.dav@husky.neu.edu>
10537 Date:   Wed Oct 25 14:31:22 2017 -0400
10538
10539     Use `mktemp -d` instead of `mktemp --directory`
10540
10541  test/shaping/record-test.sh | 2 +-
10542  1 file changed, 1 insertion(+), 1 deletion(-)
10543
10544 commit c4944920c0c11d6424d600ebc9130c9055382f80
10545 Author: David Corbett <corbett.dav@husky.neu.edu>
10546 Date:   Wed Oct 25 16:06:40 2017 -0400
10547
10548     Fix and run indic-script-extensions.tests
10549
10550  test/shaping/Makefile.am                         | 1 +
10551  test/shaping/tests/indic-script-extensions.tests | 2 +-
10552  2 files changed, 2 insertions(+), 1 deletion(-)
10553
10554 commit d8df714251c61e13d7d12eb3f7393dd3a75a3719
10555 Author: David Corbett <corbett.dav@husky.neu.edu>
10556 Date:   Wed Oct 25 16:06:01 2017 -0400
10557
10558     Fix code point iteration in narrow Python
10559
10560  test/shaping/hb_test_tools.py | 27 ++++++++++++++++++++++++++-
10561  1 file changed, 26 insertions(+), 1 deletion(-)
10562
10563 commit 33ca3b67bfb5d9ae4e490c796c93793a7e03ef2c
10564 Author: Behdad Esfahbod <behdad@behdad.org>
10565 Date:   Wed Oct 25 12:09:11 2017 -0400
10566
10567     Check for headers in builddir first, in check-*.sh
10568
10569     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=103346
10570
10571  src/check-c-linkage-decls.sh | 4 ++--
10572  src/check-externs.sh         | 2 +-
10573  src/check-header-guards.sh   | 2 +-
10574  src/check-includes.sh        | 4 ++--
10575  4 files changed, 6 insertions(+), 6 deletions(-)
10576
10577 commit 9ac2e5c6c01db3ebe419e3aa07f4d1a3777d2bb6
10578 Author: Behdad Esfahbod <behdad@behdad.org>
10579 Date:   Tue Oct 24 10:06:25 2017 -0400
10580
10581     check-externs.sh: Make output more verbose
10582
10583     Trying to figure out why this is failing on some Debian bots:
10584     https://bugs.freedesktop.org/show_bug.cgi?id=103346
10585
10586     Maybe I should check for GNU grep specifically now that I'm using
10587     -n as well.
10588
10589  src/check-externs.sh | 3 ++-
10590  1 file changed, 2 insertions(+), 1 deletion(-)
10591
10592 commit 3b7388aab6889b5d1fc602b5780a7b29da84e100
10593 Author: Behdad Esfahbod <behdad@behdad.org>
10594 Date:   Mon Oct 23 14:35:16 2017 -0400
10595
10596     1.6.2
10597
10598  NEWS         | 10 ++++++++++
10599  configure.ac |  2 +-
10600  2 files changed, 11 insertions(+), 1 deletion(-)
10601
10602 commit 30a591e3cef67818ef1ffec92c6a022b5a5f5e77
10603 Author: Behdad Esfahbod <behdad@behdad.org>
10604 Date:   Mon Oct 23 14:28:35 2017 -0400
10605
10606     [set] Rewrite another way :P
10607
10608  src/hb-set-private.hh | 25 +++++++++++++------------
10609  1 file changed, 13 insertions(+), 12 deletions(-)
10610
10611 commit 8170801d78a5bf9480d8c06ade849b30bc4e2956
10612 Author: Behdad Esfahbod <behdad@behdad.org>
10613 Date:   Mon Oct 23 14:26:48 2017 -0400
10614
10615     [set] Fix crash
10616
10617     Ouch!  That's what happens when one plays with increment/decrement
10618     operators!
10619
10620     Fixes https://github.com/behdad/harfbuzz/issues/578
10621
10622  src/hb-set-private.hh | 10 ++++++----
10623  1 file changed, 6 insertions(+), 4 deletions(-)
10624
10625 commit 61d1c60a1c555c58205964df4e449ee57125a739
10626 Author: Behdad Esfahbod <behdad@behdad.org>
10627 Date:   Mon Oct 23 13:10:21 2017 -0400
10628
10629     [RELEASING] Format
10630
10631  RELEASING.md | 67
10632  +++++++++++++++++++++++++++++++++++++++++++-----------------
10633  1 file changed, 48 insertions(+), 19 deletions(-)
10634
10635 commit 6a2e1649debd992211bf96ef80d075d2d04a49ed
10636 Author: Behdad Esfahbod <behdad@behdad.org>
10637 Date:   Mon Oct 23 13:01:34 2017 -0400
10638
10639     [doap] Switch to github issues
10640
10641     https://github.com/behdad/harfbuzz/pull/575#issuecomment-338514596
10642
10643  harfbuzz.doap | 2 +-
10644  1 file changed, 1 insertion(+), 1 deletion(-)
10645
10646 commit 8a898c1929cf7ffc9b0011461b34281ecc98705c
10647 Author: Behdad Esfahbod <behdad@behdad.org>
10648 Date:   Mon Oct 23 13:00:36 2017 -0400
10649
10650     [RELEASING] Minor
10651
10652     https://github.com/behdad/harfbuzz/pull/575
10653
10654  RELEASING.md | 4 ++--
10655  1 file changed, 2 insertions(+), 2 deletions(-)
10656
10657 commit 2ee710e02fad1a8a4b94589bb6f0b90e2aeb7121
10658 Author: Behdad Esfahbod <behdad@behdad.org>
10659 Date:   Mon Oct 23 08:37:48 2017 -0400
10660
10661     Minor
10662
10663  src/hb-private.hh | 2 +-
10664  1 file changed, 1 insertion(+), 1 deletion(-)
10665
10666 commit dd33e4e96b9345a6b1a9051a6aa4b7d114c74f1e
10667 Author: Behdad Esfahbod <behdad@behdad.org>
10668 Date:   Mon Oct 23 08:36:40 2017 -0400
10669
10670     [set] Don't use major()
10671
10672     Fixes https://github.com/behdad/harfbuzz/issues/577
10673
10674  src/hb-set-private.hh | 10 +++++-----
10675  1 file changed, 5 insertions(+), 5 deletions(-)
10676
10677 commit d0f0ff85b9fe959ef4b90f8daf58be73fca49dd0
10678 Author: Behdad Esfahbod <behdad@behdad.org>
10679 Date:   Mon Oct 23 08:34:30 2017 -0400
10680
10681     [set] Don't use PAGE_SIZE
10682
10683     Fixes https://github.com/behdad/harfbuzz/issues/576
10684
10685  src/hb-set-private.hh | 12 ++++++------
10686  1 file changed, 6 insertions(+), 6 deletions(-)
10687
10688 commit 57cf978fa314bd87405a2b133e58fcb116e574a6
10689 Merge: ce979454 6cc49762
10690 Author: Behdad Esfahbod <behdad@behdad.org>
10691 Date:   Sun Oct 22 18:24:59 2017 -0400
10692
10693     Merge commit '6cc49762c4fdfd0e2770a84d1b1f055acf42376f'
10694
10695 commit ce979454400c3870717ba40b1065a2f3727cfb93
10696 Author: Behdad Esfahbod <behdad@behdad.org>
10697 Date:   Sun Oct 22 18:23:38 2017 -0400
10698
10699     [icu] Fix error check
10700
10701  src/hb-icu.cc | 4 ++--
10702  1 file changed, 2 insertions(+), 2 deletions(-)
10703
10704 commit 6cc49762c4fdfd0e2770a84d1b1f055acf42376f
10705 Merge: 8b9d9b71 19923279
10706 Author: ebraminio <ebrahim@gnu.org>
10707 Date:   Mon Oct 23 01:48:22 2017 +0330
10708
10709     Merge pull request #575 from behdad/releasing-edit
10710
10711     Clarify the last step of release
10712
10713 commit 19923279abd4c7615e8b02e05a02ba18f5c0b298
10714 Author: ebraminio <ebrahim@gnu.org>
10715 Date:   Mon Oct 23 01:47:51 2017 +0330
10716
10717     Clarify the last step of release
10718
10719  RELEASING.md | 2 +-
10720  1 file changed, 1 insertion(+), 1 deletion(-)
10721
10722 commit 8b9d9b71b04c9d5698ec146658b31381060c700d
10723 Author: Behdad Esfahbod <behdad@behdad.org>
10724 Date:   Sun Oct 22 17:48:06 2017 -0400
10725
10726     Fix set initialization issues
10727
10728  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
10729  src/hb-ot-shape.cc                   | 17 +++++++++--------
10730  src/hb-set-private.hh                |  9 ---------
10731  src/hb-set.cc                        |  6 ++++--
10732  4 files changed, 19 insertions(+), 25 deletions(-)
10733
10734 commit 0ca915efc3734111a57ff71f05d9cbf0e8af3de9
10735 Author: Behdad Esfahbod <behdad@behdad.org>
10736 Date:   Sun Oct 22 17:38:33 2017 -0400
10737
10738     1.6.1
10739
10740  NEWS         | 13 +++++++++++++
10741  configure.ac |  2 +-
10742  2 files changed, 14 insertions(+), 1 deletion(-)
10743
10744 commit d59d5dc7d339deb45cc84cffd084b52752765a08
10745 Merge: ced86da7 3ee15a60
10746 Author: Behdad Esfahbod <behdad@behdad.org>
10747 Date:   Sun Oct 22 17:08:29 2017 -0400
10748
10749     Merge commit '3ee15a60358f4d894bbf2431d7a7df38b7acc4ce'
10750
10751 commit ced86da7ddbbd0d64f8ba1290b8e67600b1db2d4
10752 Author: Behdad Esfahbod <behdad@behdad.org>
10753 Date:   Sun Oct 22 17:03:36 2017 -0400
10754
10755     Another try at fixing mingw32 build bot fail
10756
10757  src/hb-private.hh | 6 +++---
10758  1 file changed, 3 insertions(+), 3 deletions(-)
10759
10760 commit bc1183aa6ba45a527084d391d6e7f801d6196060
10761 Merge: d45a2138 bfe0faf1
10762 Author: Behdad Esfahbod <behdad@behdad.org>
10763 Date:   Sun Oct 22 17:06:00 2017 -0400
10764
10765     Merge commit 'bfe0faf1a2d39302129a7202994456afd96694ca'
10766
10767 commit 3ee15a60358f4d894bbf2431d7a7df38b7acc4ce
10768 Author: Behdad Esfahbod <behdad@behdad.org>
10769 Date:   Sun Oct 22 17:03:36 2017 -0400
10770
10771     Another try at fixing mingw32 build bot fail
10772
10773  src/hb-private.hh | 6 +++---
10774  1 file changed, 3 insertions(+), 3 deletions(-)
10775
10776 commit bfe0faf1a2d39302129a7202994456afd96694ca
10777 Author: Behdad Esfahbod <behdad@behdad.org>
10778 Date:   Sun Oct 22 15:54:50 2017 -0400
10779
10780     [docs] Deprecate hb_set_invert()
10781
10782  docs/harfbuzz-sections.txt | 2 +-
10783  1 file changed, 1 insertion(+), 1 deletion(-)
10784
10785 commit d45a2138d9d54eab158046d6503f1bb104efce25
10786 Merge: d8adaa97 41b18251
10787 Author: ebraminio <ebrahim@gnu.org>
10788 Date:   Sat Oct 21 10:19:55 2017 +0330
10789
10790     Merge pull request #572 from fanc999/master.msvc
10791
10792     builds: Support HarfBuzz-GObject and introspection in CMake builds
10793
10794 commit d8adaa97fbf33071b8a4b5c05c3f2f15f2fd22ea
10795 Author: Behdad Esfahbod <behdad@behdad.org>
10796 Date:   Fri Oct 20 13:57:43 2017 -0400
10797
10798     Another try at fixing build bots
10799
10800     hb-ot-shape.cc:287:18: error: comparison of constant 32 with
10801     expression of type 'hb_unicode_general_category_t' is always true
10802     [-Werror,-Wtautological-constant-out-of-range-compare]
10803
10804  src/hb-private.hh | 4 ++--
10805  1 file changed, 2 insertions(+), 2 deletions(-)
10806
10807 commit 6058f98825e8f134893a1bbfb402e45d85b56ff0
10808 Author: Behdad Esfahbod <behdad@behdad.org>
10809 Date:   Thu Oct 19 11:39:52 2017 -0700
10810
10811     Remove FLAG_SAFE()
10812
10813     No flag is safe, over time... See previous commit.
10814
10815  src/hb-ot-shape-complex-arabic.cc |  4 ++--
10816  src/hb-ot-shape-complex-indic.cc  | 12 ++++++------
10817  src/hb-ot-shape-complex-use.cc    |  2 +-
10818  src/hb-private.hh                 |  5 ++---
10819  src/hb-unicode-private.hh         |  4 ++--
10820  5 files changed, 13 insertions(+), 14 deletions(-)
10821
10822 commit 7c561dacc3c5fb9306db8bda27b7289331bd523f
10823 Author: Behdad Esfahbod <behdad@behdad.org>
10824 Date:   Thu Oct 19 11:35:51 2017 -0700
10825
10826     [myanmar] Fix unsafe usage of FLAG_SAFE()
10827
10828     The commit f559c633073f63b9d87cb2440048b4413cfa1c05 caused
10829     "undefined-shift" errors in Myanmar shaper as we changed the
10830     numeric value of type D from 19 to 32 there, making the
10831     "FLAG_SAFE (info.myanmar_category())" wrong.
10832
10833     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3546
10834
10835  src/hb-ot-shape-complex-myanmar.cc | 2 +-
10836  1 file changed, 1 insertion(+), 1 deletion(-)
10837
10838 commit 41b1825196235d4337c76f97e09f0b7c6d6c56ae
10839 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10840 Date:   Thu Oct 19 18:36:32 2017 +0800
10841
10842     CMake builds: Support introspection builds
10843
10844     This adds support for introspection builds on Windows that is
10845     enabled by
10846     the HB_HAVE_INTROSPECTION option, which will also enable
10847     HB_HAVE_GOBJECT
10848     (and so HB_HAVE_GLIB) as they are required for introspection.
10849
10850     In order for this to work one must ensure that the Python installation
10851     listed in PYTHON_EXECUTABLE is the same Python release series that was
10852     used to build _giscanner.pyd (the Python module that is used by
10853     g-ir-scanner), with the same architecture.  PKG_CONFIG_PATH and PATH
10854     must be set correctly if $(PREFIX)\bin and/or $(PREFIX)\lib\pkgconfig
10855     are not in the standard PATH and PKG_CONFIG_PATH, which is actually
10856     in-line with the *NIX builds.
10857
10858  CMakeLists.txt | 161
10859  ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
10860  1 file changed, 154 insertions(+), 7 deletions(-)
10861
10862 commit 53db221259b5eea4d2244321b2fe96beb39aef7d
10863 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10864 Date:   Wed Oct 18 15:43:57 2017 +0800
10865
10866     CMake: Support building HarfBuzz-GObject
10867
10868     This adds support to the CMake build files to support building
10869     HarfBuzz-GObject, which is actually a little bit complicated,
10870     as we need to:
10871
10872     -Run glib-mkenums, which is a Python (for newer GLib/GObject) or PERL
10873      (for older, pre 2.53.4, GLib/GObject) script.  This matters more for
10874      Visual Studio builds as shebang lines are not supported, so we
10875      need to
10876      test-run it with PERL or Python to determine which is the correct
10877      interpretor to use.
10878
10879     -Next, we need to replace strings in the sources that we obtain from
10880      running glib-mkenums.  So, the solution here is to use a small
10881      utility
10882      CMake script for our purposes here, to maintain maximum
10883      compatibility.
10884
10885     -Ensure that things do work in the Visual Studio IDE builds.
10886
10887  CMakeLists.txt             | 128
10888  +++++++++++++++++++++++++++++++++++++++++++++
10889  Makefile.am                |   1 +
10890  replace-enum-strings.cmake |  21 ++++++++
10891  3 files changed, 150 insertions(+)
10892
10893 commit 162575f2c69f519aae1b18ff1c501e7e4c2cdd4b
10894 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10895 Date:   Wed Oct 18 22:27:28 2017 +0800
10896
10897     CMake builds: Fix builds
10898
10899     Include the fallback sources in the build, and update
10900     src/Makefile.sources so that it can be read by the CMake build files.
10901
10902     Fix a typo in the DirectWrite configure option so that we can properly
10903     enable DirectWrite builds.
10904
10905     Also, when building the utility program, install them as well.
10906
10907  CMakeLists.txt       | 21 ++++++++++++++++++++-
10908  src/Makefile.sources |  4 +++-
10909  2 files changed, 23 insertions(+), 2 deletions(-)
10910
10911 commit d6f612fac800c31989c298b5101845baed2297b1
10912 Author: Behdad Esfahbod <behdad@behdad.org>
10913 Date:   Tue Oct 17 16:32:12 2017 -0700
10914
10915     [bsearch] Micro-optimization
10916
10917  src/hb-open-type-private.hh | 3 ++-
10918  1 file changed, 2 insertions(+), 1 deletion(-)
10919
10920 commit 41b1984be946cc2f53313dd48eac392cc8a3ad2b
10921 Author: Fredrik Roubert <fredrik@roubert.name>
10922 Date:   Tue Oct 17 15:06:31 2017 -0700
10923
10924     Switch from ICU deprecated unorm_normalize to unorm2_normalize. (#569)
10925
10926     The new unorm2_normalize has been public API since ICU 4.4, while
10927     the old unorm_normalize has been deprecated since ICU 56.
10928
10929     Now, beginning with ICU 60, unorm_normalize will also be annotated
10930     U_DEPRECATED and trigger the compiler -Wdeprecated-declarations
10931     warning.
10932
10933  src/hb-icu.cc | 12 ++++++------
10934  1 file changed, 6 insertions(+), 6 deletions(-)
10935
10936 commit b98adefbb9ee45fc1e800a52f701bf4224e9bb81
10937 Author: Behdad Esfahbod <behdad@behdad.org>
10938 Date:   Tue Oct 17 12:00:34 2017 -0700
10939
10940     Update docs symbols
10941
10942  docs/harfbuzz-sections.txt | 2 ++
10943  1 file changed, 2 insertions(+)
10944
10945 commit ba8b56960733b25bbb88fbdb60e7e244127d6e0c
10946 Author: Behdad Esfahbod <behdad@behdad.org>
10947 Date:   Tue Oct 17 11:16:36 2017 -0700
10948
10949     Try fixing build on VC
10950
10951     c:\projects\harfbuzz\src\hb-set-private.hh(151): error C2327:
10952     'hb_set_t::page_t::v': is not a type name, static, or enumerator
10953     [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
10954
10955  src/hb-set-private.hh | 2 +-
10956  1 file changed, 1 insertion(+), 1 deletion(-)
10957
10958 commit 80cc0a7e3e05fb7fcfbdc0188cb60b115ad47d04
10959 Author: Behdad Esfahbod <behdad@behdad.org>
10960 Date:   Tue Oct 17 11:14:48 2017 -0700
10961
10962     [coretext] Fix build
10963
10964     error: static_assert expression is not an integral constant expression
10965
10966  src/hb-coretext.cc | 2 +-
10967  1 file changed, 1 insertion(+), 1 deletion(-)
10968
10969 commit a11249ee93439856ea2410524b993ac1f1379961
10970 Author: Behdad Esfahbod <behdad@behdad.org>
10971 Date:   Mon Oct 16 01:33:32 2017 -0400
10972
10973     [set] Fix merge logic
10974
10975  src/hb-set-private.hh | 2 +-
10976  1 file changed, 1 insertion(+), 1 deletion(-)
10977
10978 commit ab8f327eb47184409d9e9208ca46b631d1afd0d4
10979 Author: Behdad Esfahbod <behdad@behdad.org>
10980 Date:   Sun Oct 15 18:21:35 2017 -0400
10981
10982     Ouch.
10983
10984  src/hb-set-private.hh | 2 +-
10985  1 file changed, 1 insertion(+), 1 deletion(-)
10986
10987 commit bb9917913f735855aea54f41f10e0c7be3632e88
10988 Author: Behdad Esfahbod <behdad@behdad.org>
10989 Date:   Sun Oct 15 18:20:25 2017 -0400
10990
10991     [set] Disable vectorization
10992
10993     Fixes clang "non-const reference cannot bind to vector element" error.
10994
10995  src/hb-set-private.hh | 4 +++-
10996  1 file changed, 3 insertions(+), 1 deletion(-)
10997
10998 commit 221ce6c18f2a1e878b68eb0a97f235efa4c044d3
10999 Author: Behdad Esfahbod <behdad@behdad.org>
11000 Date:   Sun Oct 15 17:58:58 2017 -0400
11001
11002     Fix bots
11003
11004  src/hb-private.hh | 2 +-
11005  1 file changed, 1 insertion(+), 1 deletion(-)
11006
11007 commit 0cf7d957b7ffb17c4cec75b631c9829327ab5d52
11008 Author: Behdad Esfahbod <behdad@behdad.org>
11009 Date:   Sun Oct 15 17:01:31 2017 -0400
11010
11011     [set] Remove TODO items not worth pursuing
11012
11013  src/hb-set-private.hh | 2 --
11014  1 file changed, 2 deletions(-)
11015
11016 commit 10d43658e7655b36cb86e674dde8af4036b7cc52
11017 Author: Behdad Esfahbod <behdad@behdad.org>
11018 Date:   Sun Oct 15 16:56:05 2017 -0400
11019
11020     [set] Speed up intersects()
11021
11022  src/hb-set-private.hh | 8 ++------
11023  1 file changed, 2 insertions(+), 6 deletions(-)
11024
11025 commit 56ef4e0c52d5b474518bf0c1e4adba80f2ae6946
11026 Author: Behdad Esfahbod <behdad@behdad.org>
11027 Date:   Sun Oct 15 16:38:29 2017 -0400
11028
11029     Simplify hb_prealloced_array_t initialization
11030
11031  src/hb-private.hh | 13 +++++++------
11032  1 file changed, 7 insertions(+), 6 deletions(-)
11033
11034 commit 7737e87ac4582d57945f3ffbbae1012f62c6b482
11035 Author: Behdad Esfahbod <behdad@behdad.org>
11036 Date:   Sun Oct 15 16:21:03 2017 -0400
11037
11038     Properly detect vector_size attribute and use fallback otherwise
11039
11040  src/hb-private.hh     | 67
11041  +++++++++++++++++++++++++++++++++++++++++++++++++++
11042  src/hb-set-private.hh | 62
11043  ++---------------------------------------------
11044  2 files changed, 69 insertions(+), 60 deletions(-)
11045
11046 commit f8a0ec50e23264fdfe9e3a5a2e0453a87f415b3d
11047 Author: Behdad Esfahbod <behdad@behdad.org>
11048 Date:   Sun Oct 15 16:10:35 2017 -0400
11049
11050     [set] Add fallback implementation of int-vector type
11051
11052  src/hb-set-private.hh | 64
11053  ++++++++++++++++++++++++++++++++++++---------------
11054  1 file changed, 45 insertions(+), 19 deletions(-)
11055
11056 commit deed4a48d15d4a475f8695aa3269547adf63867a
11057 Author: Behdad Esfahbod <behdad@behdad.org>
11058 Date:   Sun Oct 15 16:53:09 2017 +0200
11059
11060     Faster hb_set_t
11061
11062     Fixes https://github.com/behdad/harfbuzz/pull/23
11063
11064  src/hb-private.hh     |  56 ++++---
11065  src/hb-set-private.hh | 431
11066  +++++++++++++++++++++++++++++++++++++++++---------
11067  test/api/test-set.c   |   6 -
11068  3 files changed, 391 insertions(+), 102 deletions(-)
11069
11070 commit 1d3971200be5b1c949d3eca185654e48584a0868
11071 Author: Behdad Esfahbod <behdad@behdad.org>
11072 Date:   Sun Oct 15 16:15:24 2017 +0200
11073
11074     Deprecate hb_set_invert()
11075
11076  src/hb-deprecated.h | 4 ++++
11077  src/hb-set.cc       | 3 ++-
11078  src/hb-set.h        | 3 ---
11079  3 files changed, 6 insertions(+), 4 deletions(-)
11080
11081 commit 5e74044b6bd78c495561eb7d2981415d2c3336f4
11082 Author: Behdad Esfahbod <behdad@behdad.org>
11083 Date:   Sun Oct 15 16:15:06 2017 +0200
11084
11085     Add bfind() to prealloaced_array_t
11086
11087  src/hb-private.hh | 31 ++++++++++++++++---------------
11088  1 file changed, 16 insertions(+), 15 deletions(-)
11089
11090 commit db5f7ef18916abb0907bc8b569a65c9c6bbd4015
11091 Author: Behdad Esfahbod <behdad@behdad.org>
11092 Date:   Sun Oct 15 16:00:22 2017 +0200
11093
11094     Inline another bsearch()
11095
11096  src/hb-ot-map-private.hh |  4 ++--
11097  src/hb-private.hh        | 32 ++++++++++++++++++++++++++++----
11098  2 files changed, 30 insertions(+), 6 deletions(-)
11099
11100 commit 6fb4ac73f94636d19fcac143472b84f9d91985c9
11101 Author: Behdad Esfahbod <behdad@behdad.org>
11102 Date:   Sun Oct 15 16:00:09 2017 +0200
11103
11104     Add popcount for 64bit ints
11105
11106  src/hb-private.hh | 12 ++++++++++++
11107  1 file changed, 12 insertions(+)
11108
11109 commit 473b17af4d421f4ce7ac18c769731bb2aa4088f8
11110 Author: Behdad Esfahbod <behdad@behdad.org>
11111 Date:   Sun Oct 15 14:10:34 2017 +0200
11112
11113     Remove unused hb_cache_t
11114
11115  src/Makefile.sources    |  1 -
11116  src/hb-cache-private.hh | 74
11117  -------------------------------------------------
11118  src/hb-ft.cc            |  2 --
11119  3 files changed, 77 deletions(-)
11120
11121 commit a433e60a43c4594c41a82c3741d3f870f6eec247
11122 Author: Behdad Esfahbod <behdad@behdad.org>
11123 Date:   Sun Oct 15 14:09:46 2017 +0200
11124
11125     Remove unused hb_frozen_set_t
11126
11127  src/hb-set-private.hh | 55
11128  ---------------------------------------------------
11129  1 file changed, 55 deletions(-)
11130
11131 commit 826a1daf2f2075459ff25a20ed8abec030d95c52
11132 Author: Behdad Esfahbod <behdad@behdad.org>
11133 Date:   Sun Oct 15 14:09:05 2017 +0200
11134
11135     Move set-digests into their own header file
11136
11137  src/Makefile.sources         |   1 +
11138  src/hb-ot-layout-private.hh  |   2 +-
11139  src/hb-set-digest-private.hh | 144
11140  +++++++++++++++++++++++++++++++++++++++++++
11141  src/hb-set-private.hh        | 113 ---------------------------------
11142  4 files changed, 146 insertions(+), 114 deletions(-)
11143
11144 commit 3c13e153fe89d559d33027c0a5b30a19a6de1bad
11145 Author: Behdad Esfahbod <behdad@behdad.org>
11146 Date:   Sun Oct 15 14:02:58 2017 +0200
11147
11148     Try fixing AppVeyor bots
11149
11150  src/hb-private.hh | 3 ++-
11151  1 file changed, 2 insertions(+), 1 deletion(-)
11152
11153 commit 7e3015a315afe2312134ac33b9cb2d73689a044f
11154 Author: Behdad Esfahbod <behdad@behdad.org>
11155 Date:   Sun Oct 15 12:13:19 2017 +0200
11156
11157     Fix warnings
11158
11159  src/hb-font.cc | 4 ++--
11160  1 file changed, 2 insertions(+), 2 deletions(-)
11161
11162 commit 2075008f3e0b1cfbd7006f1d8c1fa22ac014f4bb
11163 Author: Behdad Esfahbod <behdad@behdad.org>
11164 Date:   Sun Oct 15 12:12:10 2017 +0200
11165
11166     Use C++11
11167
11168  configure.ac | 3 +++
11169  1 file changed, 3 insertions(+)
11170
11171 commit dbdbfe3d7b36613d893832dcb1884c756c20bfda
11172 Author: Behdad Esfahbod <behdad@behdad.org>
11173 Date:   Sun Oct 15 12:11:08 2017 +0200
11174
11175     Use nullptr instead of NULL
11176
11177  src/hb-blob.cc                             |  12 ++--
11178  src/hb-buffer-serialize.cc                 |  16 ++---
11179  src/hb-buffer.cc                           |  10 +--
11180  src/hb-common.cc                           |  18 ++---
11181  src/hb-coretext.cc                         |  66 ++++++++---------
11182  src/hb-directwrite.cc                      |  28 ++++----
11183  src/hb-face.cc                             |  10 +--
11184  src/hb-font.cc                             |  32 ++++-----
11185  src/hb-ft.cc                               |  56 +++++++--------
11186  src/hb-glib.cc                             |   2 +-
11187  src/hb-gobject-structs.cc                  |   2 +-
11188  src/hb-graphite2.cc                        |  26 +++----
11189  src/hb-icu.cc                              |   4 +-
11190  src/hb-mutex-private.hh                    |   2 +-
11191  src/hb-object-private.hh                   |   2 +-
11192  src/hb-open-type-private.hh                |  32 ++++-----
11193  src/hb-ot-cbdt-table.hh                    |   4 +-
11194  src/hb-ot-cmap-table.hh                    |   2 +-
11195  src/hb-ot-font.cc                          |  42 +++++------
11196  src/hb-ot-layout-common-private.hh         |  14 ++--
11197  src/hb-ot-layout-gsub-table.hh             |   2 +-
11198  src/hb-ot-layout-gsubgpos-private.hh       |  54 +++++++-------
11199  src/hb-ot-layout-jstf-table.hh             |   4 +-
11200  src/hb-ot-layout.cc                        |  30 ++++----
11201  src/hb-ot-map-private.hh                   |   6 +-
11202  src/hb-ot-map.cc                           |   4 +-
11203  src/hb-ot-math-table.hh                    |   8 +--
11204  src/hb-ot-shape-complex-arabic-fallback.hh |   8 +--
11205  src/hb-ot-shape-complex-arabic.cc          |  32 ++++-----
11206  src/hb-ot-shape-complex-default.cc         |  22 +++---
11207  src/hb-ot-shape-complex-hangul.cc          |  12 ++--
11208  src/hb-ot-shape-complex-hebrew.cc          |  18 ++---
11209  src/hb-ot-shape-complex-indic.cc           |  12 ++--
11210  src/hb-ot-shape-complex-myanmar.cc         |  40 +++++------
11211  src/hb-ot-shape-complex-private.hh         |  26 +++----
11212  src/hb-ot-shape-complex-thai.cc            |  22 +++---
11213  src/hb-ot-shape-complex-tibetan.cc         |  20 +++---
11214  src/hb-ot-shape-complex-use.cc             |  16 ++---
11215  src/hb-ot-shape-private.hh                 |   2 +-
11216  src/hb-ot-shape.cc                         |   8 +--
11217  src/hb-ot-tag.cc                           |   2 +-
11218  src/hb-ot-var.cc                           |   2 +-
11219  src/hb-private.hh                          |  37 +++++-----
11220  src/hb-set-private.hh                      |   2 +-
11221  src/hb-shape-plan.cc                       |  24 +++----
11222  src/hb-shape.cc                            |   8 +--
11223  src/hb-shaper-private.hh                   |   6 +-
11224  src/hb-shaper.cc                           |   6 +-
11225  src/hb-ucdn.cc                             |   2 +-
11226  src/hb-unicode.cc                          |   4 +-
11227  src/hb-uniscribe.cc                        |  50 ++++++-------
11228  src/main.cc                                |   4 +-
11229  src/test-buffer-serialize.cc               |   8 +--
11230  src/test-size-params.cc                    |   6 +-
11231  src/test-would-substitute.cc               |   8 +--
11232  src/test.cc                                |  12 ++--
11233  util/ansi-print.cc                         |   2 +-
11234  util/hb-fc.cc                              |   6 +-
11235  util/hb-ot-shape-closure.cc                |  10 +--
11236  util/hb-shape.cc                           |  14 ++--
11237  util/helper-cairo.cc                       |  12 ++--
11238  util/main-font-text.hh                     |   4 +-
11239  util/options.cc                            | 110
11240  ++++++++++++++---------------
11241  util/options.hh                            |  56 +++++++--------
11242  util/shape-consumer.hh                     |  10 +--
11243  65 files changed, 563 insertions(+), 568 deletions(-)
11244
11245 commit fbb937b6807597c9ae002280c6a6278a97b701f3
11246 Author: Behdad Esfahbod <behdad@behdad.org>
11247 Date:   Sun Oct 15 12:04:16 2017 +0200
11248
11249     Don't use NULL in public headers
11250
11251  src/hb-buffer.h | 4 ++--
11252  src/hb-common.h | 2 +-
11253  2 files changed, 3 insertions(+), 3 deletions(-)
11254
11255 commit c3448e8d21963eb7fc357a37a7a426a4bf130ef3
11256 Author: Behdad Esfahbod <behdad@behdad.org>
11257 Date:   Sun Oct 15 12:02:00 2017 +0200
11258
11259     Use static_assert instead of custom ASSERT_STATIC
11260
11261  src/hb-buffer-private.hh                   |  4 ++--
11262  src/hb-buffer.cc                           |  2 +-
11263  src/hb-cache-private.hh                    |  4 ++--
11264  src/hb-coretext.cc                         |  2 +-
11265  src/hb-open-type-private.hh                |  6 +++---
11266  src/hb-ot-layout-common-private.hh         |  2 +-
11267  src/hb-ot-layout-gdef-table.hh             |  6 +++---
11268  src/hb-ot-layout.cc                        | 14 ++++++------
11269  src/hb-ot-map.cc                           |  2 +-
11270  src/hb-ot-math-table.hh                    |  4 ++--
11271  src/hb-ot-shape-complex-arabic-fallback.hh |  6 +++---
11272  src/hb-ot-shape-complex-indic.cc           |  2 +-
11273  src/hb-ot-shape-complex-use.cc             |  2 +-
11274  src/hb-private.hh                          | 34
11275  +++++++++++++-----------------
11276  src/hb-set-private.hh                      |  8 +++----
11277  src/hb-uniscribe.cc                        |  2 +-
11278  util/options.cc                            |  3 ++-
11279  17 files changed, 50 insertions(+), 53 deletions(-)
11280
11281 commit 76dcbf8b23475b25f8f1918f982bfd8f0dd3456e
11282 Author: Behdad Esfahbod <behdad@behdad.org>
11283 Date:   Sun Oct 15 11:24:35 2017 +0200
11284
11285     Add polyfill for static_assert and nullptr
11286
11287     Also fix hb_assert_constant_t.
11288
11289  src/hb-private.hh | 38 ++++++++++++++++++++++++++++++++++----
11290  1 file changed, 34 insertions(+), 4 deletions(-)
11291
11292 commit dad431e75bf998dcb09cff795c0f1083b3bd5449
11293 Author: Behdad Esfahbod <behdad@behdad.org>
11294 Date:   Sun Oct 15 10:55:32 2017 +0200
11295
11296     [util] Include hb-private.hh
11297
11298     Simplifies compatibility issues by centralizing all boilerplate code
11299     in hb-private.hh.
11300
11301  util/options.hh | 31 +++++--------------------------
11302  1 file changed, 5 insertions(+), 26 deletions(-)
11303
11304 commit 81e2b9b8a959cb7d7503f58fca70761238697fc1
11305 Author: Behdad Esfahbod <behdad@behdad.org>
11306 Date:   Sun Oct 15 10:48:19 2017 +0200
11307
11308     Never skip over CGJ
11309
11310     We might want to tweak this some more.  For now, never skipping over
11311     it is better behavior than always skipping.
11312
11313     Part of https://github.com/behdad/harfbuzz/issues/554
11314
11315  src/hb-ot-layout-private.hh                          |  19
11316  +++++++++++--------
11317  .../bf962d3202883a820aed019d9b5c1838c2ff69c6.ttf     | Bin 0 ->
11318  2468 bytes
11319  test/shaping/tests/default-ignorables.tests          |   1 +
11320  3 files changed, 12 insertions(+), 8 deletions(-)
11321
11322 commit 25846cc39fb8a9516b8de4333f909851d471156f
11323 Author: Behdad Esfahbod <behdad@behdad.org>
11324 Date:   Fri Oct 13 16:30:33 2017 +0200
11325
11326     1.6.0
11327
11328  NEWS                   | 35 +++++++++++++++++++++++++++++++++++
11329  configure.ac           |  2 +-
11330  docs/harfbuzz-docs.xml |  4 ++++
11331  3 files changed, 40 insertions(+), 1 deletion(-)
11332
11333 commit 74f1b88e3720103562552780af7058131c5492d5
11334 Author: Behdad Esfahbod <behdad@behdad.org>
11335 Date:   Fri Oct 13 11:01:55 2017 +0200
11336
11337     [ucdn] Fix compiler warnings
11338
11339  src/hb-ucdn.cc | 21 +++++++++++++--------
11340  1 file changed, 13 insertions(+), 8 deletions(-)
11341
11342 commit c2cf68dbdffcbf45297dd161b4b6b2de667b5ae4
11343 Author: Behdad Esfahbod <behdad@behdad.org>
11344 Date:   Fri Oct 13 10:30:19 2017 +0200
11345
11346     [coretext] Fix build
11347
11348  src/hb-coretext.cc | 11 ++++++++---
11349  1 file changed, 8 insertions(+), 3 deletions(-)
11350
11351 commit 95883fc5d486ecd194253bb223802f930de73e28
11352 Author: Behdad Esfahbod <behdad@behdad.org>
11353 Date:   Fri Oct 13 10:21:07 2017 +0200
11354
11355     [coretext] Pass correct font size to CoreText
11356
11357     CoreText "point"s are not typographic points, but CSS pixels.  Ie.
11358     they are 96 per inch, not 72 per inch.
11359
11360  src/hb-coretext.cc | 18 +++++++++++-------
11361  1 file changed, 11 insertions(+), 7 deletions(-)
11362
11363 commit 4f9a83ec2109b754a75c962e88117d063e6fed43
11364 Merge: fa48ccbe 40b05d7b
11365 Author: Behdad Esfahbod <behdad@behdad.org>
11366 Date:   Thu Oct 12 14:08:58 2017 +0200
11367
11368     Merge remote-tracking branch 'origin/master'
11369
11370 commit fa48ccbe127a2e61ab316f3638e4056940964dae
11371 Author: Behdad Esfahbod <behdad@behdad.org>
11372 Date:   Thu Oct 12 14:07:37 2017 +0200
11373
11374     [indic] Special-case Kannada Ra,H,ZWJ sequence
11375
11376     Fixes https://github.com/behdad/harfbuzz/issues/435
11377
11378  src/hb-ot-shape-complex-indic.cc                         |  15
11379  +++++++++++++++
11380  test/shaping/Makefile.am                                 |   1 +
11381  .../sha1sum/3cae6bfe5b57c07ba81ddbd54c02fe4f3a1e3bf6.ttf | Bin 0 ->
11382  2984 bytes
11383  test/shaping/tests/indic-special-cases.tests             |   3 +++
11384  4 files changed, 19 insertions(+)
11385
11386 commit 40b05d7b770b8045f176f66231c412b32482d874
11387 Author: n8willis <n8willis@users.noreply.github.com>
11388 Date:   Thu Oct 12 12:48:48 2017 +0100
11389
11390     Replacing 'cluster' with 'syllable' when comments describe certain
11391     Indic shaping behavior (#563)
11392
11393     * Clarified wording of syllable/cluster behavior in Uniscribe in
11394     final_reordering; changed one other probable typo.
11395
11396     * Additional syllable/cluster swap in comments for final reordering
11397     and for initial-reordering matra decomposition.
11398
11399  src/hb-ot-shape-complex-indic.cc | 12 ++++++------
11400  1 file changed, 6 insertions(+), 6 deletions(-)
11401
11402 commit 6bac4ac2bebb612debecc8ec10b845e977c0afe1
11403 Author: ebraminio <ebrahim@gnu.org>
11404 Date:   Thu Oct 12 15:15:49 2017 +0330
11405
11406     Minor BUILD.md fix (#565)
11407
11408  BUILD.md | 2 +-
11409  1 file changed, 1 insertion(+), 1 deletion(-)
11410
11411 commit 8923033eb2dab75e9361e9ea1333deb1213393ce
11412 Author: Behdad Esfahbod <behdad@behdad.org>
11413 Date:   Thu Oct 12 12:01:48 2017 +0200
11414
11415     [coretext] Use fabs() to silence compiler warning
11416
11417  src/hb-coretext.cc | 4 ++--
11418  1 file changed, 2 insertions(+), 2 deletions(-)
11419
11420 commit dd4b321b4a429c6e6a28441ea9ae52f8f9dd1dad
11421 Author: Dominik Röttsches <drott@chromium.org>
11422 Date:   Thu Oct 12 11:49:37 2017 +0200
11423
11424     [coretext] Activate tracking for system fonts
11425
11426     Another attempt at fully fixing
11427     https://github.com/behdad/harfbuzz/issues/360
11428
11429  src/hb-coretext.cc | 28 +++++++++++++++++++++++++++-
11430  1 file changed, 27 insertions(+), 1 deletion(-)
11431
11432 commit 6760021d6f4beef852c6560607b32090bcfa5acb
11433 Author: Khaled Hosny <khaledhosny@eglug.org>
11434 Date:   Thu Oct 12 12:05:08 2017 +0300
11435
11436     CMakelists.txt fix for Freetype builds (#564)
11437
11438     Instead of searching for freetype using pkg-config, use the
11439     FindFreetype
11440     feature of CMake. This allows for better integration with other
11441     projects
11442     that make use of CMake.
11443
11444     Fixes https://github.com/behdad/harfbuzz/issues/518
11445
11446  CMakeLists.txt | 24 +++++++-----------------
11447  1 file changed, 7 insertions(+), 17 deletions(-)
11448
11449 commit 6a2cbc6ef51680309eb3970ed9c66ff766dc8040
11450 Author: Behdad Esfahbod <behdad@behdad.org>
11451 Date:   Thu Oct 12 10:46:09 2017 +0200
11452
11453     [coretext] Use fabsf() instead of abs()
11454
11455     Fixes bots.
11456
11457     Link libharfbuzz.so with -lm.  Surprising that we survived without
11458     it so far!
11459
11460  src/Makefile.am    | 2 +-
11461  src/harfbuzz.pc.in | 2 +-
11462  src/hb-coretext.cc | 5 +++--
11463  3 files changed, 5 insertions(+), 4 deletions(-)
11464
11465 commit dfeccd073a5e78f6a2c630355c04121b70d2b4aa
11466 Author: ebraminio <ebrahim@gnu.org>
11467 Date:   Thu Oct 12 12:11:47 2017 +0330
11468
11469     Remove nmake port of harfbuzz (#562)
11470
11471  BUILD.md                        |  12 ++-
11472  Makefile.am                     |   2 +-
11473  appveyor.yml                    |  30 ------
11474  configure.ac                    |   2 -
11475  win32/Makefile.am               |  18 ----
11476  win32/Makefile.vc               |  67 ------------
11477  win32/README.txt                |  97 -----------------
11478  win32/build-rules-msvc.mak      | 130 -----------------------
11479  win32/config-msvc.mak           | 230
11480  ----------------------------------------
11481  win32/config.h.win32.in         | 158 ---------------------------
11482  win32/create-lists-msvc.mak     | 147 -------------------------
11483  win32/create-lists.bat          |  42 --------
11484  win32/detectenv-msvc.mak        | 146 -------------------------
11485  win32/generate-msvc.mak         |  39 -------
11486  win32/hb-introspection-msvc.mak |  42 --------
11487  win32/info-msvc.mak             | 162 ----------------------------
11488  win32/install.mak               |  25 -----
11489  win32/introspection-msvc.mak    |  73 -------------
11490  win32/pc_base.py                | 124 ----------------------
11491  win32/replace.py                | 115 --------------------
11492  win32/sed-enums-srcs.py         |  36 -------
11493  win32/setup.py                  |  62 -----------
11494  22 files changed, 9 insertions(+), 1750 deletions(-)
11495
11496 commit 4e4781319b36bba154f3e5d4eb678945d8f6b4fc
11497 Author: Behdad Esfahbod <behdad@behdad.org>
11498 Date:   Thu Oct 12 10:33:16 2017 +0200
11499
11500     [ft] Add hb_ft_font_changed()
11501
11502     When the font size or variations settings on underlying FT_Face
11503     change,
11504     one can call hb_ft_font_changed() and continue using hb_font
11505     created using
11506     hb_ft_font_create().
11507
11508     Fixes https://github.com/behdad/harfbuzz/issues/559
11509
11510     New API:
11511     hb_ft_font_changed()
11512
11513  docs/harfbuzz-sections.txt |  1 +
11514  src/hb-ft.cc               | 15 +++++++++++++--
11515  src/hb-ft.h                |  8 +++++++-
11516  3 files changed, 21 insertions(+), 3 deletions(-)
11517
11518 commit 94b3cafc3a042aea69ee7040227557fe98a21d87
11519 Author: Behdad Esfahbod <behdad@behdad.org>
11520 Date:   Wed Oct 11 17:22:44 2017 +0200
11521
11522     Add hb_face_get_table_tags()
11523
11524     New API:
11525     hb_face_get_table_tags()
11526
11527     Fixes https://github.com/behdad/harfbuzz/issues/560
11528
11529  src/hb-face.cc              | 29 +++++++++++++++++++++++++++++
11530  src/hb-face.h               |  5 +++++
11531  src/hb-open-file-private.hh | 18 ++++++++++++++++++
11532  3 files changed, 52 insertions(+)
11533
11534 commit e1b6d923021f68713784e2fd68f631c053ef3497
11535 Author: Behdad Esfahbod <behdad@behdad.org>
11536 Date:   Wed Oct 11 15:51:31 2017 +0200
11537
11538     Remove cast of functions to (hb_destroy_func_t)
11539
11540     Fixes https://github.com/behdad/harfbuzz/issues/474
11541
11542  src/hb-blob.cc     |  8 +++++++-
11543  src/hb-coretext.cc | 10 ++++++++--
11544  src/hb-face.cc     |  6 ++++--
11545  src/hb-ft.cc       | 20 +++++++++++---------
11546  src/hb-glib.cc     |  9 ++++++++-
11547  src/hb-ot-font.cc  |  6 ++++--
11548  6 files changed, 42 insertions(+), 17 deletions(-)
11549
11550 commit 717fcb51dd051ca27d8537e5cf3a32d0447f78b5
11551 Author: Behdad Esfahbod <behdad@behdad.org>
11552 Date:   Wed Oct 11 15:38:21 2017 +0200
11553
11554     [coretext] Minor
11555
11556  src/hb-coretext.cc | 6 +++---
11557  1 file changed, 3 insertions(+), 3 deletions(-)
11558
11559 commit 374bb48d902025e8b8d8acbe525ff43540daee36
11560 Author: Behdad Esfahbod <behdad@behdad.org>
11561 Date:   Wed Oct 11 15:37:50 2017 +0200
11562
11563     Change ptem API to make 0 mean unset
11564
11565  src/hb-font.cc | 5 ++---
11566  src/hb-font.h  | 2 +-
11567  2 files changed, 3 insertions(+), 4 deletions(-)
11568
11569 commit 06c14225b20aa43ae88d362be2de577f6cf3f7b9
11570 Author: Behdad Esfahbod <behdad@behdad.org>
11571 Date:   Wed Oct 11 15:29:53 2017 +0200
11572
11573     [coretext] Minor
11574
11575  src/hb-coretext.cc | 1 +
11576  1 file changed, 1 insertion(+)
11577
11578 commit a4b46212c5e76494cfde5af6f299e08902aff0d5
11579 Author: Behdad Esfahbod <behdad@behdad.org>
11580 Date:   Wed Oct 11 15:29:22 2017 +0200
11581
11582     [coretext] Adjust font size check for 0
11583
11584  src/hb-coretext.cc | 4 ++--
11585  1 file changed, 2 insertions(+), 2 deletions(-)
11586
11587 commit 269cf1ca82c34c6f6ea126e7333743e5c381453b
11588 Author: Behdad Esfahbod <behdad@behdad.org>
11589 Date:   Wed Oct 11 15:24:22 2017 +0200
11590
11591     Correctly initialize ptem
11592
11593  src/hb-font.cc | 1 +
11594  1 file changed, 1 insertion(+)
11595
11596 commit 84686bf4c75c001e7cfb2eabdf391b2e76cae335
11597 Author: Behdad Esfahbod <behdad@behdad.org>
11598 Date:   Wed Oct 11 15:02:48 2017 +0200
11599
11600     [coretext-aat] Also pass through CoreText if font has kerx table
11601
11602     SFNSText has kerx table which apparently is applied.
11603
11604  src/hb-coretext.cc | 20 +++++++++-----------
11605  src/hb-coretext.h  |  1 +
11606  2 files changed, 10 insertions(+), 11 deletions(-)
11607
11608 commit 296d0134c9d04c82cc0bffd545b0fd9a308a2530
11609 Author: Behdad Esfahbod <behdad@behdad.org>
11610 Date:   Wed Oct 11 14:09:30 2017 +0200
11611
11612     [coretext] Change default point size to 12
11613
11614  src/hb-coretext.cc | 2 +-
11615  1 file changed, 1 insertion(+), 1 deletion(-)
11616
11617 commit 7b23c286a71883ac3e5777a2dee262af48c76854
11618 Merge: 8d450dd1 a5ebe1d4
11619 Author: Behdad Esfahbod <behdad@behdad.org>
11620 Date:   Wed Oct 11 13:35:32 2017 +0200
11621
11622     Merge branch 'coretext-optical-sizing'
11623
11624     Should fix https://github.com/behdad/harfbuzz/issues/360
11625
11626 commit a5ebe1d4aec41bc5e289a7969e5e5f7bb57733b6
11627 Author: Dominik Röttsches <drott@chromium.org>
11628 Date:   Wed Oct 11 13:32:38 2017 +0200
11629
11630     [coretext] Recreate CTFont if pt size changed
11631
11632     Attempt at fixing #360
11633
11634  src/hb-coretext.cc | 5 +++--
11635  1 file changed, 3 insertions(+), 2 deletions(-)
11636
11637 commit db7a73ce0781d1fec0235e419ac448565dcfc8ca
11638 Author: Dominik Röttsches <drott@chromium.org>
11639 Date:   Wed Oct 11 13:24:39 2017 +0200
11640
11641     [coretext] Fix build
11642
11643  src/hb-coretext.cc | 5 +++--
11644  1 file changed, 3 insertions(+), 2 deletions(-)
11645
11646 commit f33413075655e6383cd16bc31f0bf804dcec1c64
11647 Author: Behdad Esfahbod <behdad@behdad.org>
11648 Date:   Wed Oct 11 13:17:46 2017 +0200
11649
11650     [coretext] Another try
11651
11652  src/hb-coretext.cc | 32 +++++++++++++-------------------
11653  1 file changed, 13 insertions(+), 19 deletions(-)
11654
11655 commit a8e466c3c12a3499028cb576721e5f85ff4cbf2d
11656 Author: Behdad Esfahbod <behdad@behdad.org>
11657 Date:   Wed Oct 11 13:05:59 2017 +0200
11658
11659     [coretext] Move CT_Font to font data
11660
11661     Towards implementing optical sizing.  Untested; won't compile.
11662
11663     https://github.com/behdad/harfbuzz/issues/360
11664
11665  src/hb-coretext.cc | 85
11666  ++++++++++++++++++++++++------------------------------
11667  1 file changed, 37 insertions(+), 48 deletions(-)
11668
11669 commit f9b4c6570a4725eec5393f86e6468a189ac8c6be
11670 Author: Behdad Esfahbod <behdad@behdad.org>
11671 Date:   Wed Oct 11 12:51:25 2017 +0200
11672
11673     [coretext] Move font size to a macro
11674
11675  src/hb-coretext.cc | 3 ++-
11676  1 file changed, 2 insertions(+), 1 deletion(-)
11677
11678 commit 8d450dd188dea2d63a03f74d903a76741de8a217
11679 Author: Behdad Esfahbod <behdad@behdad.org>
11680 Date:   Wed Oct 11 12:43:46 2017 +0200
11681
11682     Infrastructure for creating CTFont with correct font size
11683
11684     https://github.com/behdad/harfbuzz/issues/360
11685
11686  src/hb-shaper-private.hh | 12 ++++++++++++
11687  1 file changed, 12 insertions(+)
11688
11689 commit 16d02a58cf187dbcecc1c796acdc5d3a70ca288e
11690 Author: Behdad Esfahbod <behdad@behdad.org>
11691 Date:   Wed Oct 11 12:28:06 2017 +0200
11692
11693     [coretext] Change default font size from 36 to 18
11694
11695  src/hb-coretext.cc | 2 +-
11696  1 file changed, 1 insertion(+), 1 deletion(-)
11697
11698 commit c0c2dbc871667c32ac8eedb11de64078ef24a429
11699 Author: Behdad Esfahbod <behdad@behdad.org>
11700 Date:   Wed Oct 11 12:23:35 2017 +0200
11701
11702     Remove dirty tracking
11703
11704     Turns out I don't need this to resolve CoreText optical sizing
11705     issue after all.
11706
11707     https://github.com/behdad/harfbuzz/issues/360
11708
11709  src/hb-face-private.hh |  9 ---------
11710  src/hb-face.cc         | 17 -----------------
11711  src/hb-font-private.hh | 13 -------------
11712  src/hb-font.cc         | 39 ---------------------------------------
11713  4 files changed, 78 deletions(-)
11714
11715 commit b57f18da700837a57df9606290160ea6e96accc8
11716 Author: Behdad Esfahbod <behdad@behdad.org>
11717 Date:   Wed Oct 11 11:47:47 2017 +0200
11718
11719     Add hb_font_[sg]et_ptem() to set/get point size on font
11720
11721     New API:
11722     hb_font_set_ptem()
11723     hb_font_get_ptem()
11724
11725     Needed for hb-coretext optical sizing:
11726     https://github.com/behdad/harfbuzz/issues/360
11727
11728  docs/harfbuzz-sections.txt |  2 ++
11729  src/hb-font-private.hh     |  5 ++++-
11730  src/hb-font.cc             | 41 +++++++++++++++++++++++++++++++++++++++++
11731  src/hb-font.h              | 10 ++++++++++
11732  4 files changed, 57 insertions(+), 1 deletion(-)
11733
11734 commit 3f9370d9e5051b1abf2fc94be2e10a39c8069f75
11735 Author: Behdad Esfahbod <behdad@behdad.org>
11736 Date:   Wed Oct 11 11:34:53 2017 +0200
11737
11738     Fix TODO item
11739
11740  src/hb-font.cc | 13 ++++++++++++-
11741  1 file changed, 12 insertions(+), 1 deletion(-)
11742
11743 commit 5f50f8837f918ca1d176355d1538e0e6c9703f41
11744 Author: Behdad Esfahbod <behdad@behdad.org>
11745 Date:   Sat Oct 7 13:17:33 2017 +0200
11746
11747     [arabic] Fix cluster merging
11748
11749  src/hb-ot-shape-complex-arabic.cc | 2 +-
11750  1 file changed, 1 insertion(+), 1 deletion(-)
11751
11752 commit c2545b921523538e8237ff6a2591f6cb75ee79f1
11753 Author: Behdad Esfahbod <behdad@behdad.org>
11754 Date:   Sat Oct 7 12:56:53 2017 +0200
11755
11756     Add check for HB_EXTERNs
11757
11758     https://github.com/behdad/harfbuzz/pull/555
11759
11760  src/Makefile.am      |  1 +
11761  src/check-externs.sh | 21 +++++++++++++++++++++
11762  2 files changed, 22 insertions(+)
11763
11764 commit 48a9406839f086735a05a2f1a07987b8a6bd6d33
11765 Author: fanc999 <fanc999@yahoo.com.tw>
11766 Date:   Sat Oct 7 18:57:14 2017 +0800
11767
11768     Fix build of HarfBuzz tools and HarfBuzz-GObject on Visual Studio
11769     (#555)
11770
11771     * hb-buffer.h: Mark hb_buffer_diff() for export
11772
11773     This will fix the tools builds on Visual Studio, as the symbol is used
11774     by the tools.
11775
11776     * build: Adapt NMake Makefiles for GLib 2.53.4 or later
11777
11778     glib-mkenums was ported from a PERL script to a Python script, so we
11779     need to update how we generate the enum sources for HarfBuzz-GObject
11780     in
11781     the NMake builds.  Let this be known in the build documentation
11782     for MSVC
11783     builds.
11784
11785     One of the problems with the underlying cmd.exe that the NMake
11786     Makefiles
11787     run on is that shebang lines are not recognized, so we need to to test
11788     run the script with Python and see whether it succeeded by outputing a
11789     source file that is larger than 0 in file size (since running the PERL
11790     version of the script will clearly fail and cause an empty file to be
11791     created).
11792
11793     If it succeeds, we then run a small Python utility script that
11794     makes the
11795     necessary string replacements, and we are done.  If that fails,
11796     then we
11797     run the glib-mkenums script with PERL, and do the replacements
11798     with the
11799     PERL one-liners as we did before.
11800
11801     We need to make replace.py use latin-1 encoding when using Python
11802     3.x to
11803     cope with the copyright sign that is in the generated enum sources.
11804
11805  src/hb-buffer.h         |  2 +-
11806  win32/Makefile.am       |  4 +++-
11807  win32/README.txt        |  5 +++--
11808  win32/generate-msvc.mak | 17 ++++++++++++-----
11809  win32/info-msvc.mak     |  5 ++++-
11810  win32/replace.py        |  2 +-
11811  win32/sed-enums-srcs.py | 36 ++++++++++++++++++++++++++++++++++++
11812  7 files changed, 60 insertions(+), 11 deletions(-)
11813
11814 commit c9e2cf6f55c7682b8e7020654945ddd074ebfd24
11815 Author: Behdad Esfahbod <behdad@behdad.org>
11816 Date:   Wed Oct 4 16:59:22 2017 +0200
11817
11818     [ot] Remove 'mal' and 'gle' lang tags
11819
11820     Fixes https://github.com/behdad/harfbuzz/issues/477
11821
11822  src/hb-ot-tag.cc | 2 --
11823  1 file changed, 2 deletions(-)
11824
11825 commit 621c49cb8657a79ee6897c4d313d0e825b2b228f
11826 Author: Behdad Esfahbod <behdad@behdad.org>
11827 Date:   Wed Oct 4 15:06:48 2017 +0200
11828
11829     Improve performance of ligature component matching
11830
11831     This O(N^2) was introduced in
11832     8b2c94c43fd335b944d5e5487265706b8e0f9041.
11833     Make it O(N).
11834
11835  src/hb-ot-layout-gsubgpos-private.hh | 37
11836  +++++++++++++++++++++++-------------
11837  1 file changed, 24 insertions(+), 13 deletions(-)
11838
11839 commit ab8d70ec7023e51ba6fd7267d2b41c5f95ef0787
11840 Author: Behdad Esfahbod <behdad@behdad.org>
11841 Date:   Wed Oct 4 14:47:10 2017 +0200
11842
11843     [arabic] Implement Unicode Arabic Mark Ordering Algorithm UTR#53
11844
11845     Fixes https://github.com/behdad/harfbuzz/issues/509
11846
11847  src/hb-ot-shape-complex-arabic.cc                  |  75
11848  +++++++++++++++++++++
11849  src/hb-ot-shape-complex-default.cc                 |   1 +
11850  src/hb-ot-shape-complex-hangul.cc                  |   1 +
11851  src/hb-ot-shape-complex-hebrew.cc                  |   1 +
11852  src/hb-ot-shape-complex-indic.cc                   |   1 +
11853  src/hb-ot-shape-complex-myanmar.cc                 |   2 +
11854  src/hb-ot-shape-complex-private.hh                 |  12 ++++
11855  src/hb-ot-shape-complex-thai.cc                    |   1 +
11856  src/hb-ot-shape-complex-tibetan.cc                 |   1 +
11857  src/hb-ot-shape-complex-use.cc                     |   1 +
11858  src/hb-ot-shape-normalize.cc                       |   8 ++-
11859  test/shaping/Makefile.am                           |   1 +
11860  .../24b8d24d00ae86f49791b746da4c9d3f717a51a8.ttf   | Bin 0 -> 7160 bytes
11861  .../94a5d6fb15a27521fba9ea4aee9cb39b2d03322a.ttf   | Bin 0 -> 6816 bytes
11862  test/shaping/record-test.sh                        |   2 +-
11863  test/shaping/tests/arabic-mark-order.tests         |   2 +
11864  16 files changed, 106 insertions(+), 3 deletions(-)
11865
11866 commit b6fe0ab636ffac0a246e160b3508cc4841cb1823
11867 Author: Behdad Esfahbod <behdad@behdad.org>
11868 Date:   Wed Oct 4 13:37:08 2017 +0200
11869
11870     Add info_cc() convenience macro
11871
11872  src/hb-ot-layout-private.hh  | 2 ++
11873  src/hb-ot-shape-normalize.cc | 6 +++---
11874  2 files changed, 5 insertions(+), 3 deletions(-)
11875
11876 commit 7f9e7f8689e1d260596f5256947dfbd474afb1ec
11877 Author: Behdad Esfahbod <behdad@behdad.org>
11878 Date:   Wed Oct 4 13:20:33 2017 +0200
11879
11880     Adjust normalizer for out-of-order marks
11881
11882     We are going to implement Unicode Arabic Mark Ordering Algorithm:
11883
11884       http://www.unicode.org/reports/tr53/tr53-1.pdf
11885
11886     which will reorder marks out of their sorted ccc order.  Adjust
11887     normalizer to stop combining as soon as dangerous ordering is
11888     detected.
11889
11890  src/hb-ot-shape-normalize.cc | 62
11891  ++++++++++++++++++++++++++------------------
11892  1 file changed, 37 insertions(+), 25 deletions(-)
11893
11894 commit a252ad61f077c3b7bbfd8335e1b105a57beb58ce
11895 Author: Behdad Esfahbod <behdad@behdad.org>
11896 Date:   Wed Oct 4 13:07:08 2017 +0200
11897
11898     Minor
11899
11900  src/hb-unicode-private.hh | 2 +-
11901  1 file changed, 1 insertion(+), 1 deletion(-)
11902
11903 commit 4c05a405acc25c4ef0d70a97c0ae59013abca2df
11904 Author: Behdad Esfahbod <behdad@behdad.org>
11905 Date:   Wed Oct 4 13:06:51 2017 +0200
11906
11907     Revert "Treat HAMZA ABOVE similar to SHADD for sorting purposes"
11908
11909     This reverts commit 5a330575768f5a213072230b9ec8faabac9c5737.
11910
11911     Proper fix coming soon.
11912
11913  src/hb-unicode-private.hh | 4 ----
11914  1 file changed, 4 deletions(-)
11915
11916 commit d695cacbf4dd5f77b5e7134cf60553775c515ef1
11917 Author: Behdad Esfahbod <behdad@behdad.org>
11918 Date:   Wed Oct 4 11:33:47 2017 +0200
11919
11920     Shorthand format controls should not be ignored
11921
11922     Fixes https://github.com/behdad/harfbuzz/issues/503
11923
11924  src/hb-unicode-private.hh | 4 ++--
11925  1 file changed, 2 insertions(+), 2 deletions(-)
11926
11927 commit 50e95229d79bd258ad1d3f6392bfffa128f6df2a
11928 Author: Behdad Esfahbod <behdad@behdad.org>
11929 Date:   Wed Oct 4 11:28:04 2017 +0200
11930
11931     Add Chinantec language tags
11932
11933     Fixes https://github.com/behdad/harfbuzz/issues/516
11934
11935  src/hb-ot-tag.cc | 14 ++++++++++++++
11936  1 file changed, 14 insertions(+)
11937
11938 commit 9786fcd8fdc0adbe8b6269ddd174ee2818d6fa9e
11939 Author: Behdad Esfahbod <behdad@behdad.org>
11940 Date:   Tue Oct 3 17:22:43 2017 +0200
11941
11942     Fix GPOS v_origin ordering
11943
11944     This should affect mark attachment in vertical text.  I have no font
11945     to test,
11946     but this sounds the right order.
11947
11948     Noticed while debugging https://github.com/behdad/harfbuzz/issues/532
11949
11950  src/hb-ot-shape.cc | 44 ++++++++++++++++++++------------------------
11951  1 file changed, 20 insertions(+), 24 deletions(-)
11952
11953 commit 63db692fa9efcd760f2e90f93f4e1428d79a3433
11954 Author: Behdad Esfahbod <behdad@behdad.org>
11955 Date:   Tue Oct 3 16:00:18 2017 +0200
11956
11957     [indic] Fix shaping of U+0AFB GUJARATI SIGN SHADDA
11958
11959     Fixes https://github.com/behdad/harfbuzz/issues/552
11960
11961  src/hb-ot-shape-complex-indic-private.hh | 2 +-
11962  src/hb-ot-shape-complex-indic.cc         | 2 ++
11963  2 files changed, 3 insertions(+), 1 deletion(-)
11964
11965 commit f559c633073f63b9d87cb2440048b4413cfa1c05
11966 Author: Behdad Esfahbod <behdad@behdad.org>
11967 Date:   Tue Oct 3 15:20:07 2017 +0200
11968
11969     [indic] Implement Consonent_With_Stacker
11970
11971     Fixes https://github.com/behdad/harfbuzz/issues/528
11972
11973  src/hb-ot-shape-complex-indic-machine.rl   | 5 +++--
11974  src/hb-ot-shape-complex-indic-private.hh   | 7 ++++---
11975  src/hb-ot-shape-complex-myanmar-machine.rl | 5 +++--
11976  src/hb-ot-shape-complex-myanmar.cc         | 6 +++---
11977  4 files changed, 13 insertions(+), 10 deletions(-)
11978
11979 commit e07669fc43c0e23d337ad984aa128c3a08c9c1bb
11980 Author: Behdad Esfahbod <behdad@behdad.org>
11981 Date:   Tue Oct 3 14:57:14 2017 +0200
11982
11983     [use] Implement Consonant_With_Stacker
11984
11985     Related to https://github.com/behdad/harfbuzz/issues/528
11986
11987  src/gen-use-table.py                   | 7 ++++---
11988  src/hb-ot-shape-complex-use-machine.rl | 5 +++--
11989  src/hb-ot-shape-complex-use-private.hh | 3 ++-
11990  src/hb-ot-shape-complex-use-table.cc   | 6 ++++--
11991  4 files changed, 13 insertions(+), 8 deletions(-)
11992
11993 commit 3ca9c92aa68956889642690e176c9161ff52edfe
11994 Author: David Corbett <corbett.dav@husky.neu.edu>
11995 Date:   Tue Oct 3 08:07:02 2017 -0400
11996
11997     Test Consonant_With_Stacker in Kannada (#530)
11998
11999  test/shaping/Makefile.am                           |   1 +
12000  test/shaping/fonts/COPYING                         | 100
12001  +++++++++++++++++++++
12002  .../341421e629668b1a1242245d39238ca48432d35d.ttf   | Bin 0 -> 1084 bytes
12003  .../55c88ebbe938680b08f92c3de20713183e0c7481.ttf   | Bin 0 -> 3300 bytes
12004  .../663aef6b019dbf45ffd74089e2b5f2496ceceb18.ttf   | Bin 0 -> 1204 bytes
12005  .../a014549f766436cf55b2ceb40e462038938ee899.ttf   | Bin 0 -> 2720 bytes
12006  .../tests/indic-consonant-with-stacker.tests       |   4 +
12007  7 files changed, 105 insertions(+)
12008
12009 commit 5d98de1f382254a8a21fd9a04b642268a21be16f
12010 Author: Behdad Esfahbod <behdad@behdad.org>
12011 Date:   Tue Oct 3 13:46:25 2017 +0200
12012
12013     Tweak mark-base attachment
12014
12015     Apparently a base glyph can also become an attached component of a
12016     ligature if the ligature-forming lookup used IgnoreBase.  This was
12017     being confused with a non-first component of a MultipleSubst and
12018     hence not matched for mark-attachment.  Tweak test to fix.
12019
12020     Fixes https://github.com/behdad/harfbuzz/issues/543
12021
12022  src/hb-ot-layout-gpos-table.hh                           |   4 +++-
12023  test/shaping/Makefile.am                                 |   1 +
12024  .../sha1sum/98b7887cff91f722b92a8ff800120954606354f9.ttf | Bin 0 ->
12025  1168 bytes
12026  test/shaping/tests/mark-attachment.tests                 |   1 +
12027  4 files changed, 5 insertions(+), 1 deletion(-)
12028
12029 commit ea772932d2430ebc7ea712a8c46ec2500966225d
12030 Merge: 771970ef c44657a0
12031 Author: Behdad Esfahbod <behdad@behdad.org>
12032 Date:   Tue Oct 3 13:25:44 2017 +0200
12033
12034     Merge commit 'c44657a05d565ec5f2c32ac15d4ecfbee00ac5f7'
12035
12036 commit 771970efa15fc0b77841b7f0a3e266cdcf51246e
12037 Author: Behdad Esfahbod <behdad@behdad.org>
12038 Date:   Tue Oct 3 13:23:31 2017 +0200
12039
12040     Minor
12041
12042  .travis.yml  | 2 +-
12043  appveyor.yml | 2 +-
12044  2 files changed, 2 insertions(+), 2 deletions(-)
12045
12046 commit 09cbeb2246217dce61ccc0638edb6211facca4b0
12047 Author: Behdad Esfahbod <behdad@behdad.org>
12048 Date:   Tue Oct 3 13:22:07 2017 +0200
12049
12050     Make bots happy
12051
12052     Fixes https://github.com/behdad/harfbuzz/issues/551
12053
12054  test/shaping/tests/indic-syllable.tests | 2 +-
12055  1 file changed, 1 insertion(+), 1 deletion(-)
12056
12057 commit c44657a05d565ec5f2c32ac15d4ecfbee00ac5f7
12058 Author: Behdad Esfahbod <behdad@behdad.org>
12059 Date:   Tue Oct 3 13:14:17 2017 +0200
12060
12061     Tweak input matching some more
12062
12063     Followup to 8b2c94c43fd335b944d5e5487265706b8e0f9041
12064
12065     Allow matching sequences of marks attached to different ligatures,
12066     as supposedly the base of the subsequent marks were already jumped
12067     over.
12068
12069  src/hb-ot-layout-gsubgpos-private.hh | 3 ---
12070  1 file changed, 3 deletions(-)
12071
12072 commit bbe94777c94637da1bcf944124b5079662618a1e
12073 Author: Khaled Hosny <khaledhosny@eglug.org>
12074 Date:   Mon Oct 2 22:36:14 2017 +0200
12075
12076     Print test-suite.log when CI builds fail
12077
12078  .travis.yml  | 2 +-
12079  appveyor.yml | 2 +-
12080  2 files changed, 2 insertions(+), 2 deletions(-)
12081
12082 commit 1633513996f902e95642fcaf9205dded55f509ff
12083 Author: Behdad Esfahbod <behdad@behdad.org>
12084 Date:   Mon Oct 2 20:28:56 2017 +0200
12085
12086     Add test for U+0A51
12087
12088     New Indic numbers are:
12089
12090     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
12091     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
12092     GUJARATI: 366355 out of 366457 tests passed. 102 failed (0.0278341%)
12093     GURMUKHI: 60729 out of 60747 tests passed. 18 failed (0.0296311%)
12094     KANNADA: 951201 out of 951913 tests passed. 712 failed (0.0747968%)
12095     KHMER: 299071 out of 299124 tests passed. 53 failed (0.0177184%)
12096     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed
12097     (0.0188871%)
12098     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
12099     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
12100     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
12101     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
12102
12103     Before 71c0a1429db7c7e7e32507be248c9457e1cbfc7d GURMUKHI used to be
12104     at 15,
12105     because Uniscribe seems to allow this character standalone, but
12106     that looks
12107     wrong.
12108
12109  .../sha1sum/1735326da89f0818cd8c51a0600e9789812c0f94.ttf | Bin 0 ->
12110  1008 bytes
12111  test/shaping/tests/indic-syllable.tests                  |   2 ++
12112  2 files changed, 2 insertions(+)
12113
12114 commit 8b2c94c43fd335b944d5e5487265706b8e0f9041
12115 Author: Behdad Esfahbod <behdad@behdad.org>
12116 Date:   Mon Oct 2 20:02:45 2017 +0200
12117
12118     Tweak ligature component matching for ligature formation
12119
12120     If two marks want to ligate and they belong to different components
12121     of the
12122     same ligature glyph, and said ligature glyph is to be ignored
12123     according to
12124     mark-filtering rules, then allow.
12125
12126     Example Burmese senquence:
12127
12128       U+1004,U+103A,U+1039,U+101B,U+103D,U+102D
12129
12130     Test font provided by Norbert Lindenberg.
12131
12132     Fixes https://github.com/behdad/harfbuzz/issues/545
12133
12134  src/hb-ot-layout-gsubgpos-private.hh               |  59
12135  +++++++++++++++++----
12136  .../a6c76d1bafde4a0b1026ebcc932d2e5c6fd02442.ttf   | Bin 0 -> 1384 bytes
12137  test/shaping/tests/ligature-id.tests               |   1 +
12138  3 files changed, 51 insertions(+), 9 deletions(-)
12139
12140 commit 71c0a1429db7c7e7e32507be248c9457e1cbfc7d
12141 Author: Behdad Esfahbod <behdad@behdad.org>
12142 Date:   Mon Oct 2 18:56:10 2017 +0200
12143
12144     [indic] Fix shaping of U+0A51
12145
12146     Mark it as matra below to allow the sequence U+0A15, U+0A51, U+0A47.
12147     Oh well...
12148
12149     Fixes https://github.com/behdad/harfbuzz/issues/524
12150
12151  src/hb-ot-shape-complex-indic.cc                         |   6 ++++++
12152  .../sha1sum/85fe0be440c64ac77699e21c2f1bd933a919167e.ttf | Bin 0 ->
12153  1224 bytes
12154  test/shaping/tests/indic-syllable.tests                  |   1 +
12155  3 files changed, 7 insertions(+)
12156
12157 commit 6eb8950e6265b23d88ba35daab1cff4fc3fe8753
12158 Author: Behdad Esfahbod <behdad@behdad.org>
12159 Date:   Mon Oct 2 18:30:05 2017 +0200
12160
12161     [ucdn] Oops!
12162
12163  src/hb-ucdn/{unicodedata_db.h => ucdn_db.h} | 4324
12164  ++++++++++++++-------------
12165  1 file changed, 2175 insertions(+), 2149 deletions(-)
12166
12167 commit cbec0cd65e1787b20ea55dd5583a7444938bd381
12168 Author: Behdad Esfahbod <behdad@behdad.org>
12169 Date:   Mon Oct 2 18:26:52 2017 +0200
12170
12171     Remove some really old cruft
12172
12173  src/hb-common.h    | 14 --------------
12174  src/hb-ucdn/ucdn.h | 14 --------------
12175  2 files changed, 28 deletions(-)
12176
12177 commit b3dff7720c1fac8ca9bdd7087ac368a0af4349e8
12178 Author: Behdad Esfahbod <behdad@behdad.org>
12179 Date:   Mon Oct 2 18:22:51 2017 +0200
12180
12181     [ucdn] Update README
12182
12183  src/hb-ucdn/README | 6 +++---
12184  1 file changed, 3 insertions(+), 3 deletions(-)
12185
12186 commit 57c55ef8341c760145170dedd002c5afb380e6c8
12187 Author: Behdad Esfahbod <behdad@behdad.org>
12188 Date:   Mon Oct 2 18:21:27 2017 +0200
12189
12190     [ot] Improve shaper selection heuristic
12191
12192  src/hb-ot-shape-complex-private.hh | 12 ++++++++----
12193  1 file changed, 8 insertions(+), 4 deletions(-)
12194
12195 commit 5680ef884cf31ab9b42c587ffa260e390c88b8eb
12196 Author: Behdad Esfahbod <behdad@behdad.org>
12197 Date:   Mon Oct 2 18:20:51 2017 +0200
12198
12199     [use] Hack to fix shaping of U+1A7F
12200
12201     Fixes https://github.com/behdad/harfbuzz/issues/525
12202
12203  src/gen-use-table.py                 | 3 +++
12204  src/hb-ot-shape-complex-use-table.cc | 2 +-
12205  2 files changed, 4 insertions(+), 1 deletion(-)
12206
12207 commit 0faa16a25349906ee0ab98b73d9a3d96327a0955
12208 Author: Behdad Esfahbod <behdad@behdad.org>
12209 Date:   Mon Oct 2 17:15:46 2017 +0200
12210
12211     [ucdn] Update to Unicode 10
12212
12213     Update to commit c000ebf79c095a7d58cf90090bde5715592c4834
12214     plus this bug-fix: https://github.com/grigorig/ucdn/issues/18
12215
12216  src/hb-ucdn.cc               |  4 +++
12217  src/hb-ucdn/Makefile.sources |  2 +-
12218  src/hb-ucdn/ucdn.c           | 69
12219  ++++++++++++++++++++++----------------------
12220  src/hb-ucdn/ucdn.h           |  7 +++++
12221  4 files changed, 47 insertions(+), 35 deletions(-)
12222
12223 commit ea535a1dfa63f82280607273cd282a6134c334da
12224 Author: Behdad Esfahbod <behdad@behdad.org>
12225 Date:   Mon Oct 2 17:02:39 2017 +0200
12226
12227     [use] Update to Unicode 10
12228
12229  src/gen-use-table.py                 |  5 +--
12230  src/hb-ot-shape-complex-use-table.cc | 69
12231  ++++++++++++++++++++++++++----------
12232  2 files changed, 54 insertions(+), 20 deletions(-)
12233
12234 commit 29c244aff6e3c359796bb033496c14ad5537dbe0
12235 Author: Behdad Esfahbod <behdad@behdad.org>
12236 Date:   Mon Oct 2 16:36:21 2017 +0200
12237
12238     Minor
12239
12240  src/gen-use-table.py | 3 +--
12241  1 file changed, 1 insertion(+), 2 deletions(-)
12242
12243 commit 1535f8c67216e8559fa48691fe6d9c2726c08973
12244 Author: Behdad Esfahbod <behdad@behdad.org>
12245 Date:   Mon Oct 2 16:12:18 2017 +0200
12246
12247     Add Unicode 10 scripts
12248
12249  src/hb-common.h                    | 8 ++++++++
12250  src/hb-ot-shape-complex-private.hh | 5 +++++
12251  2 files changed, 13 insertions(+)
12252
12253 commit bdbe974f525d33b8c735fb5d7fd76c236c4dd0ea
12254 Author: Behdad Esfahbod <behdad@behdad.org>
12255 Date:   Mon Oct 2 10:00:31 2017 -0400
12256
12257     [indic] Update table to Unicode 10
12258
12259  src/hb-ot-shape-complex-indic-table.cc | 70
12260  +++++++++++++++++-----------------
12261  1 file changed, 36 insertions(+), 34 deletions(-)
12262
12263 commit cc79b666bc4a81a0342ed1e706dd7db109739dc5
12264 Author: Behdad Esfahbod <behdad@behdad.org>
12265 Date:   Mon Oct 2 09:19:15 2017 -0400
12266
12267     [indic] Add test for 1a0a356a0f2b2932581e4fd0437c01c058f4f6d1
12268
12269     https://github.com/behdad/harfbuzz/issues/538
12270
12271  .../sha1sum/87f85d17d26f1fe9ad28d7365101958edaefb967.ttf | Bin 0 ->
12272  1000 bytes
12273  test/shaping/tests/indic-syllable.tests                  |   1 +
12274  2 files changed, 1 insertion(+)
12275
12276 commit 819cc360499a5f136325b5a1a18098ebc2aee081
12277 Author: Behdad Esfahbod <behdad@behdad.org>
12278 Date:   Mon Oct 2 09:03:16 2017 -0400
12279
12280     [indic] Move manual code out of generated table
12281
12282  src/hb-ot-shape-complex-indic-table.cc | 7 -------
12283  src/hb-ot-shape-complex-indic.cc       | 5 +++++
12284  2 files changed, 5 insertions(+), 7 deletions(-)
12285
12286 commit da4866f7177a4e2836cc70b844e2e64ab671761f
12287 Author: Behdad Esfahbod <behdad@behdad.org>
12288 Date:   Mon Oct 2 08:57:06 2017 -0400
12289
12290     [arabic] Update table to Unicode 10 data
12291
12292  src/hb-ot-shape-complex-arabic-table.hh | 15 +++++++++------
12293  1 file changed, 9 insertions(+), 6 deletions(-)
12294
12295 commit 1a0a356a0f2b2932581e4fd0437c01c058f4f6d1
12296 Author: Behdad Esfahbod <behdad@behdad.org>
12297 Date:   Mon Oct 2 08:49:23 2017 -0400
12298
12299     [indic] Categorize U+0980 BENGALI ANJI as placeholder
12300
12301     Fixes https://github.com/behdad/harfbuzz/issues/538
12302
12303  src/hb-ot-shape-complex-indic.cc | 1 +
12304  1 file changed, 1 insertion(+)
12305
12306 commit 19e77e01bc13f44138e1d50533327d314dd0a018
12307 Author: jfkthame <jfkthame@gmail.com>
12308 Date:   Mon Oct 2 13:08:49 2017 +0100
12309
12310     [shape-plan] Don't look for a cached plan if variation coords are
12311     specified. Fixes #549. (#550)
12312
12313     This is a temporary hack just to avoid incorrect shaping results,
12314     pending proper support
12315     for caching shape-plans with variation coordinates.
12316
12317  src/hb-shape-plan.cc | 16 +++++++++-------
12318  1 file changed, 9 insertions(+), 7 deletions(-)
12319
12320 commit db446cce4ef4cd1a4f1652e3aa3e5e5ed1881d39
12321 Author: Behdad Esfahbod <behdad@behdad.org>
12322 Date:   Sun Oct 1 12:06:00 2017 -0400
12323
12324     Add RELEASING.md to dist
12325
12326  Makefile.am | 1 +
12327  1 file changed, 1 insertion(+)
12328
12329 commit 933a81d74fee0d5856fc7b15b58a16e0e0168e48
12330 Author: ebraminio <ebrahim@gnu.org>
12331 Date:   Sun Oct 1 19:35:24 2017 +0330
12332
12333     Add release checklist (#529)
12334
12335  RELEASING.md | 96
12336  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12337  1 file changed, 96 insertions(+)
12338
12339 commit 66128d3cfb12705530141b5a4bd2706f0cbb9fc5
12340 Author: mhosken <mhosken@users.noreply.github.com>
12341 Date:   Wed Sep 27 01:29:45 2017 +0700
12342
12343     Fix missing xscale in rtl graphite unpacking (#541)
12344
12345     * Fix missing xscale in rtl graphite unpacking
12346
12347     * Oops didn't need to mess with yscale
12348
12349  src/hb-graphite2.cc | 2 +-
12350  1 file changed, 1 insertion(+), 1 deletion(-)
12351
12352 commit 3ca69c8c32b8408dd9f8e6e866cd07e58c0d79b7
12353 Author: Behdad Esfahbod <behdad@behdad.org>
12354 Date:   Thu Sep 14 20:50:35 2017 -0400
12355
12356     Use strtod_l() to correctly parse decimal numbers in French &
12357     other locales
12358
12359     Test with, eg.:
12360     $ LC_ALL=fr_FR.utf-8 ./hb-view NotoSansArabic-VF.ttf بهداد
12361     --variations wght=1.2
12362
12363  configure.ac     |  4 ++--
12364  src/hb-common.cc | 53
12365  +++++++++++++++++++++++++++++++++++++++++++++++++++--
12366  2 files changed, 53 insertions(+), 4 deletions(-)
12367
12368 commit 9355218f582a6c2425cadcb868204f81b17d5767
12369 Author: Behdad Esfahbod <behdad@behdad.org>
12370 Date:   Sat Sep 9 11:21:07 2017 -0700
12371
12372     [util] Add a few shorthand forms for commandline options
12373
12374     -o, -O, -u, -v, -V
12375
12376  util/options.cc | 10 +++++-----
12377  1 file changed, 5 insertions(+), 5 deletions(-)
12378
12379 commit a984e0c4d921a6dff82cc1b5c686cc957215bc7e
12380 Author: Behdad Esfahbod <behdad@behdad.org>
12381 Date:   Tue Sep 5 11:18:35 2017 -0700
12382
12383     1.5.1
12384
12385  NEWS         | 13 +++++++++++++
12386  configure.ac |  2 +-
12387  2 files changed, 14 insertions(+), 1 deletion(-)
12388
12389 commit d03f11f246efec13e48fd68a9ce136db771b22bf
12390 Author: Behdad Esfahbod <behdad@behdad.org>
12391 Date:   Mon Sep 4 20:14:13 2017 -0700
12392
12393     Fix buffer_diff for empty buffers
12394
12395     If buffers are empty, content type should be ignored.
12396
12397     This fixes last of the failing tests: fuzzed.tests.  Green again!
12398
12399  src/hb-buffer.cc | 2 +-
12400  src/hb-buffer.h  | 4 ++--
12401  util/options.hh  | 2 +-
12402  3 files changed, 4 insertions(+), 4 deletions(-)
12403
12404 commit 7cc348041d0b026ca6d2c240134e8f9100600e99
12405 Author: Behdad Esfahbod <behdad@behdad.org>
12406 Date:   Mon Sep 4 20:04:59 2017 -0700
12407
12408     [unsafe-to-break] Fix unsafe-to-break for cluster-level=1
12409
12410     Fixes tests/shaping/tests/cluster.tests
12411
12412  src/hb-ot-shape.cc | 17 +++++++++++------
12413  1 file changed, 11 insertions(+), 6 deletions(-)
12414
12415 commit 61a9d7e6d0e6df7b48f58fa1679f0f93407993b2
12416 Author: Behdad Esfahbod <behdad@behdad.org>
12417 Date:   Mon Sep 4 19:48:52 2017 -0700
12418
12419     Minor
12420
12421  test/shaping/run-tests.sh | 6 +++---
12422  1 file changed, 3 insertions(+), 3 deletions(-)
12423
12424 commit 03a5a6f873e5a50011f1c2418f5ceab86d9c2931
12425 Author: Behdad Esfahbod <behdad@behdad.org>
12426 Date:   Fri Sep 1 19:09:54 2017 -0700
12427
12428     [util] Add --unicodes to hb-view / hb-shape
12429
12430     Fixes https://github.com/behdad/harfbuzz/issues/154
12431
12432  test/shaping/hb_test_tools.py |  2 +-
12433  util/options.cc               | 65
12434  ++++++++++++++++++++++++++++++++++++++++++-
12435  2 files changed, 65 insertions(+), 2 deletions(-)
12436
12437 commit 0e5b475d98dd67e927534508fe2cd8dc9765e24e
12438 Author: Behdad Esfahbod <behdad@behdad.org>
12439 Date:   Fri Sep 1 18:28:47 2017 -0700
12440
12441     Minor
12442
12443  test/shaping/run-tests.sh | 2 +-
12444  1 file changed, 1 insertion(+), 1 deletion(-)
12445
12446 commit 3e1fc6d18ba0019bbeede78b95070a6e7156c314
12447 Author: Behdad Esfahbod <behdad@behdad.org>
12448 Date:   Fri Sep 1 10:46:48 2017 -0700
12449
12450     Minor
12451
12452  test/shaping/run-tests.sh | 4 ++--
12453  1 file changed, 2 insertions(+), 2 deletions(-)
12454
12455 commit 04f009f84891b513087830c7aa1b755addd016d9
12456 Author: Behdad Esfahbod <behdad@behdad.org>
12457 Date:   Fri Sep 1 10:38:25 2017 -0700
12458
12459     Add test accidentally removed in previous commit
12460
12461  test/shaping/tests/indic-syllable.tests | 1 +
12462  1 file changed, 1 insertion(+)
12463
12464 commit 06cb162cd79cc922b572e5f532ca867223b6dc4c
12465 Author: Behdad Esfahbod <behdad@behdad.org>
12466 Date:   Fri Sep 1 10:34:21 2017 -0700
12467
12468     [indic] Treat Consonant_With_Stacker as consonant
12469
12470     Fixes https://github.com/behdad/harfbuzz/issues/528
12471     "Kannada JIHVAMULIYA and UPADHMANIYA insert dotted circles"
12472
12473  src/hb-ot-shape-complex-indic-private.hh                  |   2 +-
12474  .../sha1sum/3d0b77a2360aa6faa1385aaa510509ab70dfbeff.ttf  | Bin 0 ->
12475  988 bytes
12476  test/shaping/tests/indic-syllable.tests                   |   3 ++-
12477  3 files changed, 3 insertions(+), 2 deletions(-)
12478
12479 commit c449d2d8c9e27502380faa0b568a374c838ac9a7
12480 Author: Behdad Esfahbod <behdad@behdad.org>
12481 Date:   Wed Aug 30 17:28:22 2017 -0700
12482
12483     [unsafe-to-break] Mark during fraction-slash formation
12484
12485     Fixes tests/automatic-fractions.tests
12486
12487  src/hb-ot-shape.cc | 2 ++
12488  1 file changed, 2 insertions(+)
12489
12490 commit b262ebcc9c9539076d17751e9bae06a8fd5001ff
12491 Author: Behdad Esfahbod <behdad@behdad.org>
12492 Date:   Wed Aug 30 17:25:10 2017 -0700
12493
12494     [util] Fix cluster sweeping during --verify
12495
12496     If *I* get this wrong in 2017, I have no idea how others get their
12497     head around
12498     cluster math...
12499
12500     Fixes tests/arabic-fallback-shaping.tests
12501
12502  util/options.hh | 11 ++++++++---
12503  1 file changed, 8 insertions(+), 3 deletions(-)
12504
12505 commit 69d701b02e5ebc3597b0d0576dbab8e1ece51944
12506 Author: Behdad Esfahbod <behdad@behdad.org>
12507 Date:   Wed Aug 30 17:07:29 2017 -0700
12508
12509     [util] When --verify fails, return reconstructed shape results
12510
12511  util/options.hh    | 8 +++-----
12512  util/view-cairo.hh | 2 +-
12513  2 files changed, 4 insertions(+), 6 deletions(-)
12514
12515 commit 099472e08bf81d6dd8ca1647999592df6b7fdfb9
12516 Author: Behdad Esfahbod <behdad@behdad.org>
12517 Date:   Wed Aug 30 16:45:06 2017 -0700
12518
12519     hb_buffer_diff() tweak
12520
12521     I like to have a mode where CONTAINS_NOTDEF and CONTAINS_DOTTEDCIRCLE
12522     are not
12523     returned.  Abused a value of -1 for that.  hb-shape now uses it.
12524     Fixes two
12525     of the six tests failing with --verify in test/shaping/run-tests.sh.
12526
12527  src/hb-buffer.cc          | 16 ++++++++--------
12528  test/shaping/run-tests.sh |  4 ++--
12529  util/options.hh           |  2 +-
12530  3 files changed, 11 insertions(+), 11 deletions(-)
12531
12532 commit e8b364b86023731e0416ab4eb433467c4b7a0ec2
12533 Author: Behdad Esfahbod <behdad@behdad.org>
12534 Date:   Wed Aug 23 15:00:45 2017 -0700
12535
12536     1.5.0
12537
12538  NEWS         | 44 ++++++++++++++++++++++++++++++++++++++++++++
12539  configure.ac |  2 +-
12540  2 files changed, 45 insertions(+), 1 deletion(-)
12541
12542 commit 224d20e4e1c62416ff842a81188dfeff069f895b
12543 Author: Behdad Esfahbod <behdad@behdad.org>
12544 Date:   Wed Aug 23 14:41:48 2017 -0700
12545
12546     [docs] Minor
12547
12548  docs/harfbuzz-docs.xml     | 12 ++++++++++++
12549  docs/harfbuzz-sections.txt | 10 ++++++++++
12550  src/hb-buffer.cc           |  8 +++++++-
12551  3 files changed, 29 insertions(+), 1 deletion(-)
12552
12553 commit 4387b059a0603b17024de48d57bee6a3b5e9e56c
12554 Author: Behdad Esfahbod <behdad@behdad.org>
12555 Date:   Wed Aug 23 14:35:58 2017 -0700
12556
12557     [test] Add --verify to hb-shape
12558
12559     Disabled for now.  Will enable and fix failures after next release.
12560
12561  test/shaping/run-tests.sh | 3 ++-
12562  1 file changed, 2 insertions(+), 1 deletion(-)
12563
12564 commit b2dd0c1c32ba30714355baca1857d64c1608b4c2
12565 Author: Behdad Esfahbod <behdad@behdad.org>
12566 Date:   Wed Aug 23 13:12:54 2017 -0700
12567
12568     Add hb_glyph_info_get_glyph_flags()
12569
12570     New API.
12571
12572  src/hb-buffer.cc | 17 +++++++++++++++++
12573  src/hb-buffer.h  |  9 ++++++++-
12574  2 files changed, 25 insertions(+), 1 deletion(-)
12575
12576 commit 3e8f4f145255a905029c6b5cb8f40e6dcca096f3
12577 Author: Behdad Esfahbod <behdad@behdad.org>
12578 Date:   Tue Aug 22 17:56:25 2017 -0700
12579
12580     Rename HB_BUFFER_DIFF_FLAG_MASK_MISMATCH to
12581     HB_BUFFER_DIFF_FLAG_GLYPH_FLAGS_MISMATCH
12582
12583  src/hb-buffer.cc | 2 +-
12584  src/hb-buffer.h  | 2 +-
12585  2 files changed, 2 insertions(+), 2 deletions(-)
12586
12587 commit a9e52a1af4c039bc53090a9c1e4c1136fc542605
12588 Author: Behdad Esfahbod <behdad@behdad.org>
12589 Date:   Tue Aug 15 17:30:18 2017 -0700
12590
12591     [util] Prefix trace lines with "trace:", and error lines with "error:"
12592
12593  util/hb-shape.cc | 12 ++++++------
12594  util/options.cc  |  4 ++--
12595  util/options.hh  |  1 +
12596  3 files changed, 9 insertions(+), 8 deletions(-)
12597
12598 commit 7ea10c35a34c894e87ee6576d6d4ba3e78535a27
12599 Author: Behdad Esfahbod <behdad@behdad.org>
12600 Date:   Tue Aug 15 17:12:28 2017 -0700
12601
12602     [util] Respect eot/bot in safe-to-break test; hook up hb_buffer_diff()
12603
12604  util/options.hh | 38 ++++++++++++++++++++++++++------------
12605  1 file changed, 26 insertions(+), 12 deletions(-)
12606
12607 commit 8820ba29dfd2e1302377da62a0527939a0d7d9fb
12608 Author: Behdad Esfahbod <behdad@behdad.org>
12609 Date:   Tue Aug 15 17:12:21 2017 -0700
12610
12611     Fix warning about "may be used uninitialized"
12612
12613  src/hb-ot-layout-common-private.hh | 4 ++--
12614  1 file changed, 2 insertions(+), 2 deletions(-)
12615
12616 commit 91770e1c567d87fc513e8d39576e51c3853b1f23
12617 Author: Emil A Eklund (eae) <eae@eae.net>
12618 Date:   Tue Aug 15 16:25:18 2017 -0700
12619
12620     Fix signed/unsigned warning (#522)
12621
12622     Change hb_buffer_diff to explicitly cast result of abs to unsigned
12623     when
12624     comparing with position_fuzz to avoid unsafe signed/unsigned
12625     comparions
12626     warnings on windows.
12627
12628  src/hb-buffer.cc | 8 ++++----
12629  1 file changed, 4 insertions(+), 4 deletions(-)
12630
12631 commit 587f15ece316df7c86f386518aba48a6a44c061d
12632 Author: Behdad Esfahbod <behdad@behdad.org>
12633 Date:   Mon Aug 14 15:23:10 2017 -0700
12634
12635     Minor
12636
12637  src/hb-face-private.hh |  8 ++++----
12638  src/hb-face.cc         |  8 ++++----
12639  src/hb-font-private.hh | 14 +++++++-------
12640  src/hb-font.cc         | 14 +++++++-------
12641  4 files changed, 22 insertions(+), 22 deletions(-)
12642
12643 commit a88e2a73f34067381a81577c3f60bc5c2a6f2eea
12644 Author: Behdad Esfahbod <behdad@behdad.org>
12645 Date:   Mon Aug 14 14:49:21 2017 -0700
12646
12647     [util] Fix leaks
12648
12649  util/options.hh | 2 ++
12650  1 file changed, 2 insertions(+)
12651
12652 commit 338e61ad1b40110a70c4fb497b117bcb07548467
12653 Author: Behdad Esfahbod <behdad@behdad.org>
12654 Date:   Mon Aug 14 12:36:38 2017 -0700
12655
12656     Fix typo
12657
12658  src/hb-buffer.h | 2 +-
12659  1 file changed, 1 insertion(+), 1 deletion(-)
12660
12661 commit 331d66c7fe27a7649454486000827f0c36d6eb36
12662 Author: Jonathan Kew <jfkthame@gmail.com>
12663 Date:   Sat Jul 19 23:09:09 2014 +0100
12664
12665     Add function to compare two buffers
12666
12667     Based on patch from Jonathan Kew.
12668
12669     Needs more cleaning up and documentation.
12670
12671     New API:
12672     hb_buffer_diff_flags_t
12673     hb_buffer_diff()
12674
12675  src/hb-buffer-private.hh   |  1 +
12676  src/hb-buffer-serialize.cc |  4 +--
12677  src/hb-buffer.cc           | 82
12678  ++++++++++++++++++++++++++++++++++++++++++++++
12679  src/hb-buffer.h            | 39 ++++++++++++++++++++++
12680  4 files changed, 124 insertions(+), 2 deletions(-)
12681
12682 commit 219af509ef8269e51f1396b18521c75b000d8dda
12683 Author: Behdad Esfahbod <behdad@behdad.org>
12684 Date:   Sun Aug 13 15:10:26 2017 -0700
12685
12686     [graphite2] Fix warning
12687
12688  src/hb-graphite2.cc | 2 +-
12689  1 file changed, 1 insertion(+), 1 deletion(-)
12690
12691 commit 239119a631fee7701be4d444adeda808b915863a
12692 Author: Behdad Esfahbod <behdad@behdad.org>
12693 Date:   Sun Aug 13 15:08:34 2017 -0700
12694
12695     [unsafe-to-break] Mark all positions as unsafe in alternative shapers
12696
12697  src/hb-coretext.cc    | 6 ++++++
12698  src/hb-directwrite.cc | 2 ++
12699  src/hb-graphite2.cc   | 1 +
12700  src/hb-uniscribe.cc   | 2 ++
12701  4 files changed, 11 insertions(+)
12702
12703 commit 05fabbd03eae7b84ebbce7abbdc55c1d67ceacf9
12704 Author: Behdad Esfahbod <behdad@behdad.org>
12705 Date:   Fri Aug 11 19:51:06 2017 -0700
12706
12707     [unsafe-to-break] Towards verifying unsafe-to-break in --verify
12708
12709     We break and shape fragments and reconstruct shape result from them.
12710     Remains to compare to original buffer.  Going to add some buffer
12711     comparison API and use here, instead of open-coding.
12712
12713  src/hb-buffer.cc |   5 ++-
12714  util/options.hh  | 131
12715  ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
12716  2 files changed, 133 insertions(+), 3 deletions(-)
12717
12718 commit 6ce25f57c663f86326262a5ff7a42288f358ed51
12719 Author: Behdad Esfahbod <behdad@behdad.org>
12720 Date:   Fri Aug 11 19:31:05 2017 -0700
12721
12722     Fix hb_buffer_append()
12723
12724     Ouch!
12725
12726  src/hb-buffer.cc | 2 +-
12727  1 file changed, 1 insertion(+), 1 deletion(-)
12728
12729 commit 1c17c2bde5bdf74a652b78d71b64e3aaa75ec43d
12730 Author: Behdad Esfahbod <behdad@behdad.org>
12731 Date:   Fri Aug 11 19:06:07 2017 -0700
12732
12733     [unsafe-to-break] Copy flag to all glyphs in a cluster
12734
12735     Makes consumption easier.
12736
12737  src/hb-buffer-private.hh    | 46
12738  +++++++++++++++++++++++++++++++++++++++++++++
12739  src/hb-buffer.cc            | 28 ++++++---------------------
12740  src/hb-ot-layout-private.hh |  3 +--
12741  src/hb-ot-shape.cc          | 27 ++++++++++++++++++++++++++
12742  4 files changed, 80 insertions(+), 24 deletions(-)
12743
12744 commit ec104e5912417c0fdc8c7cb004c684aea26eb1dc
12745 Author: Behdad Esfahbod <behdad@behdad.org>
12746 Date:   Fri Aug 11 18:24:27 2017 -0700
12747
12748     [unsafe-to-break] Mark unsafe is cluster merging is disabled
12749
12750     We were relying on cluster merges not requiring unsafe flagging
12751     because
12752     they get merged.  If cluster level requests no merging, then we flag
12753     unsafe when merge would have happened.
12754
12755  src/hb-buffer.cc | 3 +++
12756  1 file changed, 3 insertions(+)
12757
12758 commit 39a97494304a7e6b8999e59a92ce4d24ba9b881a
12759 Author: Behdad Esfahbod <behdad@behdad.org>
12760 Date:   Fri Aug 11 15:52:06 2017 -0700
12761
12762     New API: hb_buffer_append()
12763
12764  src/hb-buffer.cc | 52
12765  +++++++++++++++++++++++++++++++++++++++++++++++++++-
12766  src/hb-buffer.h  |  6 ++++++
12767  2 files changed, 57 insertions(+), 1 deletion(-)
12768
12769 commit d2052278f24b3279503d5fa215a7834c2d21f91c
12770 Author: Behdad Esfahbod <behdad@behdad.org>
12771 Date:   Fri Aug 11 15:12:25 2017 -0700
12772
12773     [util] Add --verify to hb-shape / hb-view that verifies shape results
12774
12775     Right now it checks for monotone cluster values.  Other checks to
12776     be added.
12777
12778  util/hb-shape.cc       |  7 ++-----
12779  util/options.cc        |  2 ++
12780  util/options.hh        | 42 +++++++++++++++++++++++++++++++++++++++---
12781  util/shape-consumer.hh | 12 ++++++++----
12782  util/view-cairo.hh     |  7 ++-----
12783  5 files changed, 53 insertions(+), 17 deletions(-)
12784
12785 commit 14a639ea592cba971e5548f0942dd395c602c7a8
12786 Author: Behdad Esfahbod <behdad@behdad.org>
12787 Date:   Fri Aug 11 11:30:39 2017 -0700
12788
12789     [unsafe-to-break] Fix Use-of-uninitialized-value in
12790     unsafe_to_break_set_mask
12791
12792     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3011
12793
12794  src/hb-ot-shape-complex-hangul.cc | 2 +-
12795  1 file changed, 1 insertion(+), 1 deletion(-)
12796
12797 commit e43aad55524cc1d4008ce337c2863a8546706d2e
12798 Author: Behdad Esfahbod <behdad@behdad.org>
12799 Date:   Thu Aug 10 20:54:15 2017 -0700
12800
12801     [unsafe-to-break] Flag in Thai PUA shaping
12802
12803  src/hb-ot-shape-complex-thai.cc | 1 +
12804  1 file changed, 1 insertion(+)
12805
12806 commit eae009602b5503c53a7f8ab053912563a97bbfa4
12807 Author: Behdad Esfahbod <behdad@behdad.org>
12808 Date:   Thu Aug 10 20:50:48 2017 -0700
12809
12810     [unsafe-to-break] Flag in Hangul shaper
12811
12812  src/hb-ot-shape-complex-hangul.cc | 6 ++++++
12813  1 file changed, 6 insertions(+)
12814
12815 commit b65aa1cd4778e0103a2a1ed0e1b1012a09cf1f48
12816 Author: Behdad Esfahbod <behdad@behdad.org>
12817 Date:   Thu Aug 10 20:32:02 2017 -0700
12818
12819     [unsafe-to-break] Flag during mark attachment
12820
12821  src/hb-ot-layout-gpos-table.hh | 1 +
12822  1 file changed, 1 insertion(+)
12823
12824 commit c4712f8e372ee42749cda56cc7c28dc110a07ea9
12825 Author: Behdad Esfahbod <behdad@behdad.org>
12826 Date:   Thu Aug 10 20:27:21 2017 -0700
12827
12828     Fix test
12829
12830  test/api/test-buffer.c | 2 +-
12831  1 file changed, 1 insertion(+), 1 deletion(-)
12832
12833 commit 882ebdadd6b3420ef2d3f296cd7416c76ee9901f
12834 Author: Behdad Esfahbod <behdad@behdad.org>
12835 Date:   Thu Aug 10 20:23:17 2017 -0700
12836
12837     [unsafe-to-break] Flag during cursive positioning
12838
12839  src/hb-ot-layout-gpos-table.hh | 1 +
12840  1 file changed, 1 insertion(+)
12841
12842 commit 2d158ca37673f2b262f2381854559d6872d8fb45
12843 Author: Behdad Esfahbod <behdad@behdad.org>
12844 Date:   Thu Aug 10 20:19:15 2017 -0700
12845
12846     [unsafe-to-break] Flag during kerning
12847
12848  src/hb-ot-layout-gpos-table.hh | 2 ++
12849  1 file changed, 2 insertions(+)
12850
12851 commit a7c4972ccefaaf48dfd6f0f4588df0c785aa33d2
12852 Author: Behdad Esfahbod <behdad@behdad.org>
12853 Date:   Thu Aug 10 20:16:15 2017 -0700
12854
12855     [unsafe-to-break] Flag during fallback positioning
12856
12857  src/hb-ot-shape-fallback.cc | 3 +++
12858  1 file changed, 3 insertions(+)
12859
12860 commit e2a2b5b229c92f1de3b9c3ea111cd1ffa75b18fc
12861 Author: Behdad Esfahbod <behdad@behdad.org>
12862 Date:   Thu Aug 10 20:10:12 2017 -0700
12863
12864     [unsafe-to-break] Be careful with flag propagation when merging
12865     clusters
12866
12867  src/hb-buffer-private.hh | 13 +++++++++++++
12868  src/hb-buffer.cc         | 17 ++++++++++-------
12869  src/hb-ot-shape.cc       |  3 ++-
12870  3 files changed, 25 insertions(+), 8 deletions(-)
12871
12872 commit f2868c200896a96a34fc1bba4d43eddc03789da2
12873 Author: Behdad Esfahbod <behdad@behdad.org>
12874 Date:   Thu Aug 10 19:58:05 2017 -0700
12875
12876     Set mask to 0, instead of 1, by default
12877
12878     This shouldn't matter.
12879
12880  src/hb-buffer.cc | 2 +-
12881  1 file changed, 1 insertion(+), 1 deletion(-)
12882
12883 commit 9e005c5d86cd4c19383093f76a237cc8f5f12fb7
12884 Author: Behdad Esfahbod <behdad@behdad.org>
12885 Date:   Thu Aug 10 18:45:33 2017 -0700
12886
12887     [unsafe-to-break] Mark Indic-like clusters as unsafe-to-break
12888
12889  src/hb-ot-shape-complex-indic.cc   | 2 ++
12890  src/hb-ot-shape-complex-myanmar.cc | 2 ++
12891  src/hb-ot-shape-complex-use.cc     | 2 ++
12892  3 files changed, 6 insertions(+)
12893
12894 commit 5287ccc935c86b6f5e6867592b64bc2461384f45
12895 Author: Behdad Esfahbod <behdad@behdad.org>
12896 Date:   Thu Aug 10 14:25:53 2017 -0700
12897
12898     [unsafe-to-break] Allocate public bits from 0
12899
12900  src/hb-buffer.h  |  5 +++--
12901  src/hb-ot-map.cc | 15 +++++++++------
12902  2 files changed, 12 insertions(+), 8 deletions(-)
12903
12904 commit 91ce0c45d6782057a2736f7b76a3c49cadbea070
12905 Author: Behdad Esfahbod <behdad@behdad.org>
12906 Date:   Thu May 5 16:13:03 2016 +0100
12907
12908     [safe-to-break] Fix logic when there is no out-buffer
12909
12910  src/hb-buffer.cc | 6 ++++++
12911  1 file changed, 6 insertions(+)
12912
12913 commit a043c99f778ffdde15d212fe23468cb9f51036bc
12914 Author: Behdad Esfahbod <behdad@behdad.org>
12915 Date:   Wed May 4 19:51:22 2016 +0200
12916
12917     [unsafe-to-break] Simplify logic
12918
12919     Always use the algorithm for non-monotone case.  It's more robust.
12920
12921  src/hb-buffer.cc | 57
12922  +++++++++++++-------------------------------------------
12923  1 file changed, 13 insertions(+), 44 deletions(-)
12924
12925 commit 40bd7e9a1cf422b17f15d0f66547bde9098e6ef3
12926 Author: Behdad Esfahbod <behdad@behdad.org>
12927 Date:   Mon May 2 14:47:45 2016 +0200
12928
12929     [unsafe-to-break] Add UNSAFE_TO_BREAK flag
12930
12931     Not all shapers code is updated to set this properly.
12932     GSUB and Arabic shaper are updated.
12933     GPOS and other shapers are NOT.
12934
12935     Fixes https://github.com/behdad/harfbuzz/issues/224
12936
12937  src/hb-buffer-private.hh             | 26 ++++++++------
12938  src/hb-buffer-serialize.cc           | 24 +++++++++----
12939  src/hb-buffer.cc                     | 67
12940  ++++++++++++++++++++++++++++++++++++
12941  src/hb-buffer.h                      | 10 ++++--
12942  src/hb-ot-layout-gsub-table.hh       |  7 ++--
12943  src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++-----
12944  src/hb-ot-map.cc                     |  2 ++
12945  src/hb-ot-shape-complex-arabic.cc    |  3 ++
12946  util/hb-shape.cc                     |  2 ++
12947  util/options.cc                      |  1 +
12948  util/options.hh                      |  2 ++
12949  11 files changed, 142 insertions(+), 29 deletions(-)
12950
12951 commit 3e44748ebe1524aef6feb01c42d342e8a2d77d34
12952 Author: Behdad Esfahbod <behdad@behdad.org>
12953 Date:   Wed Aug 9 22:09:01 2017 -0700
12954
12955     [util] Fix two other Coverity warnings
12956
12957  util/options.cc | 4 ++++
12958  1 file changed, 4 insertions(+)
12959
12960 commit 356f93b64b6005f44bcfc329f6f9e150ec32fc26
12961 Author: Behdad Esfahbod <behdad@behdad.org>
12962 Date:   Wed Aug 9 22:06:53 2017 -0700
12963
12964     [util] Fix warning
12965
12966  util/shape-consumer.hh | 3 ++-
12967  1 file changed, 2 insertions(+), 1 deletion(-)
12968
12969 commit ac8c4e56d8b8c2e7a8f4802f83deb935bd6bbbd3
12970 Author: Behdad Esfahbod <behdad@behdad.org>
12971 Date:   Wed Aug 9 22:05:08 2017 -0700
12972
12973     [ft] Fix theoretical leak
12974
12975  src/hb-ft.cc | 4 ++--
12976  1 file changed, 2 insertions(+), 2 deletions(-)
12977
12978 commit 5a330575768f5a213072230b9ec8faabac9c5737
12979 Author: Behdad Esfahbod <behdad@behdad.org>
12980 Date:   Wed Aug 9 17:23:28 2017 -0700
12981
12982     Treat HAMZA ABOVE similar to SHADD for sorting purposes
12983
12984     Part of https://github.com/behdad/harfbuzz/issues/509
12985
12986  src/hb-unicode-private.hh | 4 ++++
12987  1 file changed, 4 insertions(+)
12988
12989 commit 68af14d5cc666ebf0596766cbed87cc9404fd50f
12990 Author: Behdad Esfahbod <behdad@behdad.org>
12991 Date:   Wed Aug 9 17:09:21 2017 -0700
12992
12993     Protect against div-by-zero in CBDT extent code
12994
12995     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1452#c5
12996
12997     CC https://github.com/behdad/harfbuzz/issues/139
12998
12999  src/hb-ft.cc         | 4 ++--
13000  src/hb-ot-font.cc    | 6 +++---
13001  src/hb-shape-plan.cc | 4 ++--
13002  3 files changed, 7 insertions(+), 7 deletions(-)
13003
13004 commit 3b54d0337e6119a4397573f5589b771a68b2ecd9
13005 Author: Behdad Esfahbod <behdad@behdad.org>
13006 Date:   Tue Aug 8 18:37:03 2017 -0700
13007
13008     Add tests for 'avar' fix 5dc30451b80f6bb0079424a130875c10486e4d34
13009
13010  test/shaping/Makefile.am                           |   1 +
13011  .../d23d76ea0909c14972796937ba072b5a40c1e257.ttf   | Bin 0 -> 1812 bytes
13012  test/shaping/record-test.sh                        |   1 +
13013  test/shaping/tests/variations-rvrn.tests           | 100
13014  +++++++++++++++++++++
13015  4 files changed, 102 insertions(+)
13016
13017 commit 7917792f01603f91b703d12e12d8baced655a615
13018 Author: Behdad Esfahbod <behdad@behdad.org>
13019 Date:   Tue Aug 8 13:17:03 2017 -0700
13020
13021     1.4.8
13022
13023  NEWS         | 9 +++++++++
13024  configure.ac | 2 +-
13025  2 files changed, 10 insertions(+), 1 deletion(-)
13026
13027 commit 5dc30451b80f6bb0079424a130875c10486e4d34
13028 Author: Behdad Esfahbod <behdad@behdad.org>
13029 Date:   Mon Aug 7 21:37:07 2017 -0700
13030
13031     Two fixes to avar mapping
13032
13033     1. Handle segment with two entries correctly,
13034
13035     2. Fix rounding math.  Ouch!
13036
13037     Fixes https://github.com/behdad/harfbuzz/issues/521
13038
13039  src/hb-ot-var-avar-table.hh | 13 +++++++++----
13040  1 file changed, 9 insertions(+), 4 deletions(-)
13041
13042 commit dc2c418e397bf251faf03d824fc780ac19bb1dee
13043 Author: Behdad Esfahbod <behdad@behdad.org>
13044 Date:   Thu Aug 3 12:34:15 2017 +0100
13045
13046     [check-defs/symbols.sh] Drop empty-symbol lines
13047
13048     Fixes https://github.com/behdad/harfbuzz/issues/510
13049
13050  src/check-defs.sh    | 2 +-
13051  src/check-symbols.sh | 2 +-
13052  2 files changed, 2 insertions(+), 2 deletions(-)
13053
13054 commit 6f38845d9c6852812eb1963a1fd7e5ec771e5ce3
13055 Author: Behdad Esfahbod <behdad@behdad.org>
13056 Date:   Wed Jul 19 17:20:55 2017 -0700
13057
13058     [hb-shape] Rename --show-messages to --trace
13059
13060     https://github.com/behdad/harfbuzz/issues/506
13061
13062  util/hb-shape.cc | 2 +-
13063  util/options.cc  | 2 +-
13064  util/options.hh  | 4 ++--
13065  3 files changed, 4 insertions(+), 4 deletions(-)
13066
13067 commit e60350551addbd945491f662e98464c9e3e9fec5
13068 Author: Behdad Esfahbod <behdad@behdad.org>
13069 Date:   Tue Jul 18 19:14:19 2017 -0700
13070
13071     [hb-shape] Improve shaping-debug output
13072
13073     Before, that was printed using --debug (and in both hb-shape and
13074     hb-view).
13075     Changed it, now hb-shape has a new command-line argument called
13076     --show-messages.
13077     When invoked, it also respects other output formatting options.
13078     The messages
13079     are better formatted and printed to te same place that hb-shape
13080     output is
13081     directed to.  Previously they were written to stderr.
13082
13083     Fixes https://github.com/behdad/harfbuzz/issues/506
13084
13085  util/hb-ot-shape-closure.cc | 10 +++++++---
13086  util/hb-shape.cc            | 33 +++++++++++++++++++++++++++++++--
13087  util/main-font-text.hh      | 27 ++++-----------------------
13088  util/options.cc             | 10 +++++++---
13089  util/options.hh             |  2 ++
13090  util/shape-consumer.hh      | 18 ++++++++++++------
13091  util/view-cairo.hh          |  4 ++--
13092  7 files changed, 65 insertions(+), 39 deletions(-)
13093
13094 commit 65f64d14005e4d0808e818b3c97bd3d600628011
13095 Author: Ebrahim Byagowi <ebrahim@gnu.org>
13096 Date:   Wed Jul 19 02:42:53 2017 +0430
13097
13098     Unbreak arm-none-eabi build again (#514)
13099
13100  src/hb-ot-shape-complex-indic.cc | 2 +-
13101  1 file changed, 1 insertion(+), 1 deletion(-)
13102
13103 commit fc15e60eadfc89aca5b8815262b8ee888f285169
13104 Author: Behdad Esfahbod <behdad@behdad.org>
13105 Date:   Tue Jul 18 11:24:42 2017 -0700
13106
13107     1.4.7
13108
13109  NEWS         | 10 ++++++++++
13110  configure.ac |  2 +-
13111  2 files changed, 11 insertions(+), 1 deletion(-)
13112
13113 commit c1432bce3cfc1156d19b21892d4083afa8838d94
13114 Author: Behdad Esfahbod <behdad@behdad.org>
13115 Date:   Fri Jul 14 17:34:47 2017 +0100
13116
13117     [arabic] Adjust feature order again
13118
13119     Fixes https://github.com/behdad/harfbuzz/issues/505
13120
13121  src/hb-ot-shape-complex-arabic.cc                        |   7 ++++++-
13122  .../sha1sum/bf39b0e91ef9807f15a9e283a21a14a209fd2cfc.ttf | Bin 0 ->
13123  7312 bytes
13124  test/shaping/tests/arabic-feature-order.tests            |   1 +
13125  3 files changed, 7 insertions(+), 1 deletion(-)
13126
13127 commit 9813be3d1212eef5a525d64978e0bb2032cd44d9
13128 Author: Cosimo Lupo <cosimo@anthrotype.com>
13129 Date:   Fri Jul 14 17:11:46 2017 +0100
13130
13131     [coretext] Allow to disable kern (#508)
13132
13133     * Minor
13134
13135     * [coretext] Fix leak
13136
13137     * [coretext] Do not reset num_features
13138
13139     * [coretext] allow to disable kern; re-enabling doesn't seem to
13140     be working
13141
13142  src/hb-coretext.cc | 41 ++++++++++++++++++++++++++++++++---------
13143  1 file changed, 32 insertions(+), 9 deletions(-)
13144
13145 commit 9dd29c681e8e856c139f20f405d7c0e04928aa70
13146 Author: Behdad Esfahbod <behdad@behdad.org>
13147 Date:   Fri Jul 14 17:01:27 2017 +0100
13148
13149     [use] Allow up to two medial-below letters
13150
13151     Fixes https://github.com/behdad/harfbuzz/issues/376
13152
13153  src/hb-ot-shape-complex-use-machine.rl                   |   3 ++-
13154  .../sha1sum/e68a88939e0f06e34d2bc911f09b70890289c8fd.ttf | Bin 0 ->
13155  2192 bytes
13156  test/shaping/tests/use-syllable.tests                    |   3 +++
13157  3 files changed, 5 insertions(+), 1 deletion(-)
13158
13159 commit 216b003c914d2209a6846b1ce61fe7a3421c789c
13160 Author: Behdad Esfahbod <behdad@behdad.org>
13161 Date:   Fri Jul 14 16:38:51 2017 +0100
13162
13163     [use] Fix shaping of U+AA29 CHAM VOWEL SIGN AA
13164
13165     Part of https://github.com/behdad/harfbuzz/issues/376
13166     Also see https://github.com/roozbehp/unicode-data/issues/6
13167
13168     Test added, using NotoSansCham built from Noto Phase III sources.
13169
13170  src/gen-arabic-table.py                                  |   2 +-
13171  src/gen-indic-table.py                                   |   2 +-
13172  src/gen-use-table.py                                     |   8 +++++---
13173  src/hb-ot-shape-complex-use-table.cc                     |   4 ++--
13174  test/shaping/Makefile.am                                 |   1 +
13175  .../sha1sum/96490dd2ff81233b335a650e7eb660e0e7b2eeea.ttf | Bin 0 ->
13176  1368 bytes
13177  test/shaping/tests/use-syllable.tests                    |   1 +
13178  7 files changed, 11 insertions(+), 7 deletions(-)
13179
13180 commit f1cd7ca89306ff252816e9747177d8dab00524f6
13181 Author: Behdad Esfahbod <behdad@behdad.org>
13182 Date:   Fri Jul 14 15:59:40 2017 +0100
13183
13184     [indic] Add github URL
13185
13186  src/hb-ot-shape-complex-indic.cc | 3 ++-
13187  1 file changed, 2 insertions(+), 1 deletion(-)
13188
13189 commit 3cc84f45b995b243fca82ce18481f11d69846eb5
13190 Author: Behdad Esfahbod <behdad@behdad.org>
13191 Date:   Fri Jul 14 15:50:22 2017 +0100
13192
13193     [indic] Fix https://github.com/behdad/harfbuzz/issues/478
13194
13195  src/hb-ot-shape-complex-indic-private.hh                 |   2 +-
13196  src/hb-ot-shape-complex-indic.cc                         |   8 ++++++++
13197  test/shaping/Makefile.am                                 |   1 +
13198  .../sha1sum/54674a3111d209fb6be0ed31745314b7a8d2c244.ttf | Bin 0 ->
13199  1352 bytes
13200  test/shaping/tests/indic-syllable.tests                  |   1 +
13201  5 files changed, 11 insertions(+), 1 deletion(-)
13202
13203 commit e359a4b8f57bbc778843f233c4f5d6fb07ff11d9
13204 Author: Behdad Esfahbod <behdad@behdad.org>
13205 Date:   Fri Jul 14 14:14:35 2017 +0100
13206
13207     [indic] Disable automatic ZWNJ handling for Indic features
13208
13209     Fixes https://github.com/behdad/harfbuzz/issues/294
13210
13211     Also fixes a bunch of other Indic issues.  Test results after:
13212
13213     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
13214     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
13215     GUJARATI: 366355 out of 366457 tests passed. 102 failed (0.0278341%)
13216     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
13217     KANNADA: 951201 out of 951913 tests passed. 712 failed (0.0747968%)
13218     KHMER: 299071 out of 299124 tests passed. 53 failed (0.0177184%)
13219     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed
13220     (0.0188871%)
13221     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
13222     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
13223     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
13224     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
13225
13226     Before:
13227
13228     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
13229     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
13230     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
13231     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
13232     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
13233     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
13234     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed
13235     (0.0188871%)
13236     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
13237     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
13238     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
13239     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
13240
13241  src/hb-ot-shape-complex-indic.cc                         |   4 ++--
13242  test/shaping/Makefile.am                                 |   1 +
13243  .../sha1sum/f443753e8ffe8e8aae606cfba158e00334b6efb1.ttf | Bin 0 ->
13244  3972 bytes
13245  test/shaping/tests/indic-joiners.tests                   |   2 ++
13246  4 files changed, 5 insertions(+), 2 deletions(-)
13247
13248 commit cdf1fd0627c5517c948ca05d2e9427c3e441adf9
13249 Author: Behdad Esfahbod <behdad@behdad.org>
13250 Date:   Fri Jul 14 12:43:34 2017 +0100
13251
13252     [indic] Add infrastructure to disable ZWNJ-skipping in
13253     context-matching
13254
13255     Not used yet.
13256
13257  src/hb-ot-layout-gsubgpos-private.hh | 45
13258  ++++++++++++++++++++----------------
13259  src/hb-ot-layout.cc                  |  1 +
13260  src/hb-ot-map-private.hh             | 10 +++++---
13261  src/hb-ot-map.cc                     |  8 +++++--
13262  4 files changed, 39 insertions(+), 25 deletions(-)
13263
13264 commit 3a73e0d5e17b87ac7e307d855c2cb43d040bd195
13265 Author: Dominik Schlösser <dominik.schloesser@gmail.com>
13266 Date:   Fri Jul 14 13:14:55 2017 +0200
13267
13268     Shaping tests for Tibetan vowels (#446)
13269
13270     * Shaping tests for Tibetan vowels
13271
13272     * Test-cases for the Dzongkha contractions with multiple vowel-signs
13273     added.
13274
13275     * going to be removed
13276
13277     * Extended contraction-test-cases to all test cases in
13278     contractions.txt that actually use multiple-vowels (113 cases)
13279
13280  test/shaping/Makefile.am                           |   3 ++
13281  .../2de1ab4907ab688c0cfc236b0bf51151db38bf2e.ttf   | Bin 0 -> 125256
13282  bytes
13283  .../82f4f3b57bb55344e72e70231380202a52af5805.ttf   | Bin 0 -> 11116 bytes
13284  .../a02a7f0ad42c2922cb37ad1358c9df4eb81f1bca.ttf   | Bin 0 -> 106096
13285  bytes
13286  test/shaping/tests/tibetan-contractions-1.tests    |  60
13287  +++++++++++++++++++++
13288  test/shaping/tests/tibetan-contractions-2.tests    |  53
13289  ++++++++++++++++++
13290  test/shaping/tests/tibetan-vowels.tests            |  11 ++++
13291  7 files changed, 127 insertions(+)
13292
13293 commit 4e21ec546932c2a982aa52fce718c1a0d90a71d6
13294 Author: Dominik Schlösser <dominik.schloesser@gmail.com>
13295 Date:   Fri Jul 14 13:14:23 2017 +0200
13296
13297     Fix for reordering of Tibetan vowel u (#443)
13298
13299     * Undone change for Tibetan vowel u
13300
13301     * removed comment on reordering that became invalid with roll-back
13302
13303     * Support for Dzongkha contractions with multiple vowel-signs
13304
13305     * Removed non-functional and unnecessary defines for
13306     HB_MODIFIED_COMBINING_CLASS_CCC138,140
13307
13308  src/hb-unicode-private.hh | 9 +++++----
13309  1 file changed, 5 insertions(+), 4 deletions(-)
13310
13311 commit ad52e044bcf733bcc6c0373bafcd78a8c0beb400
13312 Author: fanc999 <fanc999@yahoo.com.tw>
13313 Date:   Wed Jun 21 22:19:57 2017 +0800
13314
13315     Win32/NMake builds: Support builds from GIT (#498)
13316
13317     Add Python scripts to generate the full win32/config.h.win32 and
13318     src/hb-version.h which can be used to build directly from a GIT
13319     checkout.  Since the scripts are currently intended for building
13320     from a
13321     GIT checkout, these are not distributed in the release tarballs.
13322
13323     Also, support the re-build of Ragel-generated .hh headers using
13324     the NMake
13325     build system, and allow one to specify the path of the Ragel
13326     executable
13327     if a suitable one cannot be found in the PATH.
13328
13329     Update the Win32/NMake build documentation to let people know
13330     about how
13331     these mechanisms can be utilized.
13332
13333  win32/README.txt            |  20 ++++++-
13334  win32/build-rules-msvc.mak  |   5 +-
13335  win32/config-msvc.mak       |   7 +++
13336  win32/create-lists-msvc.mak |   9 ++++
13337  win32/generate-msvc.mak     |   6 +++
13338  win32/info-msvc.mak         |   8 ++-
13339  win32/pc_base.py            | 124
13340  ++++++++++++++++++++++++++++++++++++++++++++
13341  win32/replace.py            | 115
13342  ++++++++++++++++++++++++++++++++++++++++
13343  win32/setup.py              |  62 ++++++++++++++++++++++
13344  9 files changed, 353 insertions(+), 3 deletions(-)
13345
13346 commit 3b0e47ca006b8fe6a24ace72dd931e3649bb8e6f
13347 Author: Ebrahim Byagowi <ebrahim@gnu.org>
13348 Date:   Mon Jun 19 14:47:09 2017 +0430
13349
13350     Fix arm-none-eabi build (fixes #451) (#496)
13351
13352  CMakeLists.txt                          |  4 ++--
13353  src/hb-buffer.cc                        |  4 ++--
13354  src/hb-common.cc                        | 28 ++++++++++++++++++++--
13355  src/hb-ot-font.cc                       |  2 +-
13356  src/hb-ot-layout.cc                     |  2 +-
13357  src/hb-ot-shape-complex-arabic-table.hh | 14 +++++------
13358  src/hb-ot-shape-complex-arabic.cc       |  2 +-
13359  src/hb-ot-shape-complex-hangul.cc       | 16 ++++++-------
13360  src/hb-ot-shape-complex-indic-table.cc  | 22 ++++++++---------
13361  src/hb-ot-shape-complex-indic.cc        | 12 +++++-----
13362  src/hb-ot-shape-complex-myanmar.cc      |  2 +-
13363  src/hb-ot-shape-complex-thai.cc         | 12 +++++-----
13364  src/hb-ot-shape-complex-use-table.cc    | 42
13365  ++++++++++++++++-----------------
13366  src/hb-unicode-private.hh               | 16 ++++++-------
13367  src/hb-utf-private.hh                   | 18 +++++++-------
13368  15 files changed, 110 insertions(+), 86 deletions(-)
13369
13370 commit 76c4873e8cad2871d2d547318d371b9a89d8c806
13371 Author: Ebrahim Byagowi <ebrahim@gnu.org>
13372 Date:   Fri Jun 2 21:53:10 2017 +0430
13373
13374     Support branch prediction helpers on clang compiles (#491)
13375
13376  src/hb-private.hh | 7 +++----
13377  1 file changed, 3 insertions(+), 4 deletions(-)
13378
13379 commit 7dba30639a6f62803dfc21706bc7c654799f373e
13380 Author: Behdad Esfahbod <behdad@behdad.org>
13381 Date:   Thu Jun 1 11:44:42 2017 -0400
13382
13383     Handle allocation failure in hb-language code
13384
13385  src/hb-common.cc | 14 +++++++++++---
13386  1 file changed, 11 insertions(+), 3 deletions(-)
13387
13388 commit 92e2c4baafa0401cb8d7dd2bbd70acfaeaf2aabf
13389 Author: Sebastian Rasmussen <sebras@gmail.com>
13390 Date:   Mon May 29 12:53:30 2017 -0500
13391
13392     Avoid using strdup inside library. (#488)
13393
13394     If an application provides a malloc replacement through
13395     hb_malloc_impl() it is important that it is used to allocate
13396     everything, but the use of strdup() circumvents this and
13397     causes system malloc() to be called instead. This pairs
13398     badly with the custom hb_free_impl() being called later.
13399
13400  src/hb-common.cc  | 8 +++++++-
13401  src/hb-private.hh | 4 ----
13402  2 files changed, 7 insertions(+), 5 deletions(-)
13403
13404 commit 06cfe3f7369684fc05fa16da7f6778350f8bcba5
13405 Author: Khaled Hosny <khaledhosny@eglug.org>
13406 Date:   Wed May 17 21:32:47 2017 +0300
13407
13408     Do not skip TAG characters in glyph substitution (#487)
13409
13410     Hide them like Mongolian Free Variation Selectors instead.
13411
13412     Fixes https://github.com/behdad/harfbuzz/issues/463
13413
13414  src/hb-ot-layout-gsubgpos-private.hh                     |   2 +-
13415  src/hb-ot-layout-private.hh                              |  13
13416  +++++++++----
13417  test/shaping/Makefile.am                                 |   1 +
13418  .../sha1sum/53374c7ca3657be37efde7ed02ae34229a56ae1f.ttf | Bin 0 ->
13419  5044 bytes
13420  test/shaping/tests/emoji-flag-tags.tests                 |   2 ++
13421  5 files changed, 13 insertions(+), 5 deletions(-)
13422
13423 commit 1817221620dce713aae67352568ebcc231ab9512
13424 Author: Behdad Esfahbod <behdad@behdad.org>
13425 Date:   Tue May 16 14:26:28 2017 -0700
13426
13427     Minor
13428
13429  src/hb-atomic-private.hh | 8 ++++----
13430  1 file changed, 4 insertions(+), 4 deletions(-)
13431
13432 commit 152736981d5bb9e098c1a8b86fcf8fe577a4a9ec
13433 Author: Ebrahim Byagowi <ebrahim@gnu.org>
13434 Date:   Sat May 13 21:32:56 2017 +0430
13435
13436     [cmake] Add framework build support (#484)
13437
13438  CMakeLists.txt | 46 +++++++++++++++++++++++++++++++++++++++-------
13439  1 file changed, 39 insertions(+), 7 deletions(-)
13440
13441 commit bf50ddaf2b416bd80ae8849593bc745b578193d9
13442 Author: Ebrahim Byagowi <ebrahim@gnu.org>
13443 Date:   Thu May 4 20:31:42 2017 +0430
13444
13445     [cmake] minor (#482)
13446
13447  CMakeLists.txt | 30 +++++++++++++++++++-----------
13448  1 file changed, 19 insertions(+), 11 deletions(-)
13449
13450 commit 141b33de9a141248e2f034d55f48460159536cb9
13451 Author: Behdad Esfahbod <behdad@behdad.org>
13452 Date:   Sun Apr 23 16:19:13 2017 -0700
13453
13454     1.4.6
13455
13456  NEWS         | 9 +++++++++
13457  configure.ac | 2 +-
13458  2 files changed, 10 insertions(+), 1 deletion(-)
13459
13460 commit 74b99ef2249107e7cd01bd1ee522a5d9ce61e05f
13461 Author: mhosken <mhosken@users.noreply.github.com>
13462 Date:   Thu Apr 20 19:13:22 2017 +0100
13463
13464     Fix graphite2 rtl conversion (#475)
13465
13466  src/hb-graphite2.cc | 32 ++++++++++++++------------------
13467  1 file changed, 14 insertions(+), 18 deletions(-)
13468
13469 commit 696641314e7eb60a5a2e08c1c4fd1e5e41022148
13470 Author: ebraminio <ebrahim@gnu.org>
13471 Date:   Wed Apr 19 22:59:46 2017 +0430
13472
13473     [cmake] Final touches (#473)
13474
13475  CMakeLists.txt | 113
13476  +++++++++++++++++++++++++++------------------------------
13477  1 file changed, 54 insertions(+), 59 deletions(-)
13478
13479 commit aacca37590656e235218557ea509eb5624dfbff9
13480 Author: Chris Peterson <cpeterson@mozilla.com>
13481 Date:   Mon Apr 17 23:25:24 2017 -0700
13482
13483     Fix clang -Wcomma warnings (#471) (#472)
13484
13485     clang's new -Wcomma compiler option warns about possible misuse of the
13486     comma operator such as between two statements.
13487
13488     hb-common.cc:190:9 [-Wcomma] possible misuse of comma operator here
13489     hb-ot-layout-gsubgpos-private.hh:345:30 [-Wcomma] possible misuse of
13490     comma operator here
13491     hb-shape-plan.cc:438:26 [-Wcomma] possible misuse of comma operator
13492     here
13493
13494  src/hb-common.cc                     | 6 ++++--
13495  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
13496  src/hb-shape-plan.cc                 | 7 ++++---
13497  3 files changed, 9 insertions(+), 6 deletions(-)
13498
13499 commit 4d7c52066b5b205b20ba2679cb57a4e593942102
13500 Author: ebraminio <ebrahim@gnu.org>
13501 Date:   Mon Apr 17 15:53:46 2017 +0430
13502
13503     [cmake] Remove HB_DISABLE_DEPRECATED as it seems needed for pango
13504     build (#470)
13505
13506  CMakeLists.txt | 2 --
13507  1 file changed, 2 deletions(-)
13508
13509 commit 5ecf96e3a22e896184710a9f146a8bf149af6ca4
13510 Author: William Hua <william@attente.ca>
13511 Date:   Mon Apr 17 01:33:42 2017 -0400
13512
13513     Use absolute paths of ragel generated headers (#467)
13514
13515     https://github.com/behdad/harfbuzz/issues/455
13516
13517  src/Makefile.am | 4 ++--
13518  1 file changed, 2 insertions(+), 2 deletions(-)
13519
13520 commit c42869eb713f53504e1b77a679cff2f88ebd0c20
13521 Author: Dominik Schlösser <dominik.schloesser@gmail.com>
13522 Date:   Sat Apr 15 21:17:05 2017 +0200
13523
13524     Small doc fix: `make check` runs the tests (#469)
13525
13526  test/shaping/README.md | 2 +-
13527  1 file changed, 1 insertion(+), 1 deletion(-)
13528
13529 commit 75931427aa4344cd75321c618b8373ffcf1ffc33
13530 Author: ebraminio <ebrahim@gnu.org>
13531 Date:   Fri Apr 14 05:08:11 2017 +0430
13532
13533     [cmake] Fix try compile link issues (#466)
13534
13535  CMakeLists.txt | 2 ++
13536  1 file changed, 2 insertions(+)
13537
13538 commit cb021e14ab345def326fb58ce486515af179b2cf
13539 Author: ebraminio <ebrahim@gnu.org>
13540 Date:   Fri Apr 14 04:31:17 2017 +0430
13541
13542     [cmake] typo (#465)
13543
13544  CMakeLists.txt | 4 ++--
13545  1 file changed, 2 insertions(+), 2 deletions(-)
13546
13547 commit a41d5ea4453995dfd7c523427c6017623164c6ff
13548 Author: ebraminio <ebrahim@gnu.org>
13549 Date:   Fri Apr 14 04:25:50 2017 +0430
13550
13551     [cmake] Add atomic ops availability detection (#464)
13552
13553  CMakeLists.txt | 30 ++++++++++++++++++++++++++++++
13554  1 file changed, 30 insertions(+)
13555
13556 commit 8568588202dd718b089e43cd6d46f689c706f665
13557 Author: ebraminio <ebrahim@gnu.org>
13558 Date:   Thu Apr 13 02:17:16 2017 +0430
13559
13560     [cmake] Remove NO_MT flag (#462)
13561
13562  CMakeLists.txt | 1 -
13563  1 file changed, 1 deletion(-)
13564
13565 commit c04c1fe86ee4b9b58ad88dad5593239ade4c75b8
13566 Author: jfkthame <jfkthame@gmail.com>
13567 Date:   Tue Apr 11 22:29:13 2017 +0100
13568
13569     Blacklist GDEF table in additional Tahoma versions. (#459)
13570
13571     There are more broken versions of Tahoma out there on various
13572     Windows releases,
13573     so we need to add them to our blacklist to avoid broken rendering.
13574     See https://bugzilla.mozilla.org/show_bug.cgi?id=1279925 for details.
13575
13576  src/hb-ot-layout.cc | 8 ++++++++
13577  1 file changed, 8 insertions(+)
13578
13579 commit adfd4ae1cf6c4abe66aecf1eb0a05c7183a0f4e2
13580 Author: ebraminio <ebrahim@gnu.org>
13581 Date:   Tue Apr 11 23:18:18 2017 +0430
13582
13583     [cmake] Improve third party libraries support (#461)
13584
13585  CMakeLists.txt               | 57
13586  ++++++++++++++++++++++++++++++++++++--------
13587  src/hb-ucdn/Makefile.sources |  5 +++-
13588  2 files changed, 51 insertions(+), 11 deletions(-)
13589
13590 commit 3a8bc572115a28741d5a80f3f1e28e6756b9abfa
13591 Author: ebraminio <ebrahim@gnu.org>
13592 Date:   Tue Apr 11 21:32:14 2017 +0430
13593
13594     [cmake] Add utils build support (#460)
13595
13596  CMakeLists.txt | 150
13597  +++++++++++++++++++++++++++++++++++++++++----------------
13598  1 file changed, 108 insertions(+), 42 deletions(-)
13599
13600 commit bc1244e2395f844b2b41315cb1eef29570e46b29
13601 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13602 Date:   Thu Apr 6 18:44:28 2017 +0800
13603
13604     NMake Makefiles: Fix ICU builds
13605
13606     Fix the check conditions in config-msvc.mak and info-msvc.mak so that
13607     the ICU items does indeed get built into the HarfBuzz main DLL,
13608     and that
13609     the correct configuration info is displayed.
13610
13611     Also update the checks in detectenv-msvc.mak so that we can detect
13612     that
13613     we are using Visual Studio 2017 (although the 2015-built binaries use
13614     the same CRT DLL as the 2017 ones).
13615
13616  win32/config-msvc.mak    | 22 ++++++++++++----------
13617  win32/detectenv-msvc.mak |  4 +++-
13618  win32/info-msvc.mak      | 12 ++++++++----
13619  3 files changed, 23 insertions(+), 15 deletions(-)
13620
13621 commit a4471d0c2cc4baa81e2cea695f9bd15e03d0f15e
13622 Author: Behdad Esfahbod <behdad@behdad.org>
13623 Date:   Wed Apr 5 15:42:11 2017 +0200
13624
13625     Move list of ragel sources to Makefile.sources as well
13626
13627  src/Makefile.am      | 14 ++++----------
13628  src/Makefile.sources |  9 +++++++++
13629  2 files changed, 13 insertions(+), 10 deletions(-)
13630
13631 commit d2acaf6d729727f47c5aacf7ee40097580b6f18d
13632 Author: ebraminio <ebrahim@gnu.org>
13633 Date:   Wed Apr 5 02:21:23 2017 -0700
13634
13635     Split ragel generated files lists and remove hardcoded rl files lists
13636     (#453)
13637
13638  CMakeLists.txt        | 126
13639  +++++++++++++++++++++-----------------------------
13640  src/Makefile.am       |   2 +
13641  src/Makefile.sources  |  16 +++++--
13642  win32/config-msvc.mak |   8 ++--
13643  4 files changed, 71 insertions(+), 81 deletions(-)
13644
13645 commit 7d64c0ef37dd930e9807bd80d398491aa9c4428c
13646 Author: ebraminio <ebrahim@gnu.org>
13647 Date:   Tue Apr 4 15:03:51 2017 +0430
13648
13649     Add CMake build support (#444)
13650
13651  CMakeLists.txt | 254
13652  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
13653  Makefile.am    |   1 +
13654  appveyor.yml   |  61 +++++++++-----
13655  3 files changed, 295 insertions(+), 21 deletions(-)
13656
13657 commit 740fdbcd0e6d25c1d6f12537ca2aa559650b9d52
13658 Author: jfkthame <jfkthame@gmail.com>
13659 Date:   Mon Apr 3 12:22:39 2017 +0100
13660
13661     avoid UBSan warning in get_stage_lookups (#450)
13662
13663     See https://bugzilla.mozilla.org/show_bug.cgi?id=1336600
13664
13665  src/hb-ot-map-private.hh | 2 +-
13666  1 file changed, 1 insertion(+), 1 deletion(-)
13667
13668 commit 8d256841ca7462fd596329abf6f71bafb56fd621
13669 Author: Dominik Schloesser <dsc@dosc.net>
13670 Date:   Sun Mar 26 09:22:34 2017 +0200
13671
13672     Current fonttools (3.9.1) generate subset-file called font.subset.ttf
13673     instead of older font.ttf.subset
13674
13675  test/shaping/record-test.sh | 12 ++++++------
13676  1 file changed, 6 insertions(+), 6 deletions(-)
13677
13678 commit c2a9de15f5d9477c6f1c143ed8265f71fdb04584
13679 Author: Dominik Schloesser <dsc@dosc.net>
13680 Date:   Sun Mar 26 09:21:13 2017 +0200
13681
13682     Updated samples: record-it.sh is now record-test.sh
13683
13684  test/shaping/README.md | 4 ++--
13685  1 file changed, 2 insertions(+), 2 deletions(-)
13686
13687 commit f2e6c7ce51283809033d08692a2dee7cf04aefc5
13688 Author: Khaled Hosny <khaledhosny@eglug.org>
13689 Date:   Sun Mar 26 10:48:53 2017 +0200
13690
13691     [tools] Make hb-unicode-code work with Python 3
13692
13693     Related to https://github.com/behdad/harfbuzz/pull/445
13694
13695  test/shaping/hb_test_tools.py | 13 ++++++++++++-
13696  1 file changed, 12 insertions(+), 1 deletion(-)
13697
13698 commit edcf6344bc62af9ea726a633468c9243e127fa13
13699 Author: Behdad Esfahbod <behdad@behdad.org>
13700 Date:   Fri Mar 24 10:24:52 2017 -0700
13701
13702     Blacklist more versions of Padauk
13703
13704     Patch from Phil Race.
13705
13706  src/hb-ot-layout.cc | 8 ++++++++
13707  1 file changed, 8 insertions(+)
13708
13709 commit e693ba77980d5ded65bf773d48b6b58274933fb7
13710 Author: Khaled Hosny <khaledhosny@eglug.org>
13711 Date:   Thu Mar 23 00:35:36 2017 +0200
13712
13713     [ci] Fix msys2 build on AppVeyor
13714
13715     For whatever reason the env variables need to be the Windows way
13716     or they
13717     end up being empty.
13718
13719  appveyor.yml | 2 +-
13720  1 file changed, 1 insertion(+), 1 deletion(-)
13721
13722 commit 91570a1eeb1eca425372e203656369f39ede5c61
13723 Author: Khaled Hosny <khaledhosny@eglug.org>
13724 Date:   Wed Mar 22 23:07:15 2017 +0200
13725
13726     Just always use strtod here
13727
13728  src/hb-common.cc | 4 ----
13729  1 file changed, 4 deletions(-)
13730
13731 commit 539571c1a9cb5d443d029247874af37fed75432f
13732 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13733 Date:   Fri Feb 24 17:58:25 2017 +0800
13734
13735     src/hb-common.cc: Fix build on older Visual Studio
13736
13737     Visual Studio only supported strtof() from Visual Studio 2013
13738     onwards, so
13739     use strtod() instead to do the operation, which should do the
13740     same thing,
13741     sans going to a double, not a float.
13742
13743  src/hb-common.cc | 4 ++++
13744  1 file changed, 4 insertions(+)
13745
13746 commit b90fb83ea6067802e62af9e1ea0c61c7ac79e9a9
13747 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13748 Date:   Fri Feb 24 17:47:44 2017 +0800
13749
13750     Visual Studio builds: Fix Introspection when UCDN enabled
13751
13752     The sources in src/hb-ucdn and not included correctly into the NMake
13753     Makefiles, as we need their explicit relative location as we pass
13754     all the
13755     sources we used into the introspection scanner.  This was not an issue
13756     before as we excluded the UCDN sources in the build when we enabled
13757     introspection (meaning GLib is enabled), but since we default on using
13758     UCDN on all builds unless explicitly disabled, we need to deal
13759     with this.
13760
13761     This did not affect builds using UCDN without introspection due to
13762     the use
13763     of NMake batch rules.
13764
13765     Fix this by creating a NMake Makefile module on-the-fly with the
13766     correct
13767     subdir info, and using that list in there instead.
13768
13769  win32/Makefile.vc     | 15 +++++++++++++++
13770  win32/config-msvc.mak |  2 +-
13771  2 files changed, 16 insertions(+), 1 deletion(-)
13772
13773 commit f0aa167e447e8aa818a63a4a325be57844bf0353
13774 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13775 Date:   Thu Feb 23 13:02:49 2017 +0800
13776
13777     Update Visual Studio builds for UCDN usage
13778
13779     We now use UCDN by default, so make it so in the build files; however
13780     don't hardcode HAVE_UCDN as one may still opt not to use it (but pass
13781     it in as a CFLAG unless one explicitly disables UCDN by using
13782     NO_UCDN=1
13783     on the NMake command line).
13784
13785     Note that we are not blocking builds where UCDN is disabled along with
13786     GLib and ICU, as that will trigger a build error anyways which
13787     will tell
13788     the user what needs to be done to remedy this.
13789
13790  win32/README.txt        |  6 +++---
13791  win32/config-msvc.mak   | 28 +++++++++++++++-------------
13792  win32/config.h.win32.in |  2 +-
13793  win32/info-msvc.mak     | 43 +++++++++++++++++++++++++------------------
13794  4 files changed, 44 insertions(+), 35 deletions(-)
13795
13796 commit 60e2586f7652aaa0ee908eb8f54b1498e2ad299e
13797 Author: Behdad Esfahbod <behdad@behdad.org>
13798 Date:   Fri Mar 10 23:02:28 2017 -0800
13799
13800     1.4.5
13801
13802  NEWS         | 8 ++++++++
13803  configure.ac | 2 +-
13804  2 files changed, 9 insertions(+), 1 deletion(-)
13805
13806 commit 47e7a1800fba9b8bf042a1f4976a15ab012ebfc7
13807 Author: Behdad Esfahbod <behdad@behdad.org>
13808 Date:   Fri Mar 10 13:23:02 2017 -0800
13809
13810     Revert "Fix Context lookup application when moving back after a
13811     glyph delete"
13812
13813     This reverts commit b9b005f3a44ccf78a45b212b126287b69b9f4b40.
13814
13815     This introduced invalid access cases. Revert until I fix correctly.
13816
13817  src/hb-ot-layout-gsubgpos-private.hh                     |   7 ++++---
13818  .../sha1sum/5bbf3712e6f79775c66a4407837a90e591efbef2.ttf | Bin 6400 ->
13819  0 bytes
13820  test/shaping/tests/context-matching.tests                |   1 -
13821  3 files changed, 4 insertions(+), 4 deletions(-)
13822
13823 commit 3c080a7a0aefec1e9620e3fb399ad280ea4ee5a2
13824 Author: Behdad Esfahbod <behdad@behdad.org>
13825 Date:   Tue Mar 7 18:13:28 2017 -0800
13826
13827     Fix buffer serialize of empty buffer
13828
13829     Ouch!
13830
13831  src/hb-buffer-serialize.cc | 2 ++
13832  1 file changed, 2 insertions(+)
13833
13834 commit 8e42c3cb2bb81351d0a28f213cb4f6d35f4b5e46
13835 Author: Behdad Esfahbod <behdad@behdad.org>
13836 Date:   Sun Mar 5 13:54:56 2017 -0800
13837
13838     1.4.4
13839
13840  NEWS         | 8 ++++++++
13841  configure.ac | 2 +-
13842  2 files changed, 9 insertions(+), 1 deletion(-)
13843
13844 commit 9ac9af725c781f4597e8db46cf330d595c072739
13845 Author: Behdad Esfahbod <behdad@behdad.org>
13846 Date:   Sun Mar 5 13:51:01 2017 -0800
13847
13848     Add TODO item
13849
13850  src/hb-ot-layout-gsubgpos-private.hh | 24 +++++++++++++++++++++++-
13851  1 file changed, 23 insertions(+), 1 deletion(-)
13852
13853 commit 3ebcd5a381e2de27a0cfb5af3359331f0b7e7108
13854 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
13855 Date:   Sun Mar 5 16:26:01 2017 +0100
13856
13857     first working version!
13858
13859  src/hb-ot-layout.cc | 2 ++
13860  src/hb-ot.h         | 1 +
13861  2 files changed, 3 insertions(+)
13862
13863 commit e65aaaa00a3b5ac811b5c73b5186cd7d65731f7b
13864 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
13865 Date:   Sun Mar 5 14:53:39 2017 +0100
13866
13867     BASE: start api
13868
13869  src/Makefile.sources           |  2 ++
13870  src/hb-ot-base.cc              | 58
13871  ++++++++++++++++++++++++++++++++++++++++++
13872  src/hb-ot-base.h               | 56
13873  ++++++++++++++++++++++++++++++++++++++++
13874  src/hb-ot-layout-base-table.hh | 15 ++---------
13875  4 files changed, 118 insertions(+), 13 deletions(-)
13876
13877 commit 5aec2fb8d0a4db52ae414d980b66018ca5ce1e9c
13878 Author: Behdad Esfahbod <behdad@behdad.org>
13879 Date:   Thu Mar 2 11:46:33 2017 -0800
13880
13881     Remove TODO item that is not going to happen
13882
13883  src/hb-ot-shape.cc | 1 -
13884  1 file changed, 1 deletion(-)
13885
13886 commit b9b005f3a44ccf78a45b212b126287b69b9f4b40
13887 Author: Behdad Esfahbod <behdad@behdad.org>
13888 Date:   Wed Mar 1 14:27:23 2017 -0800
13889
13890     Fix Context lookup application when moving back after a glyph delete
13891
13892     This was broken forever, since days that we did not allow moving
13893     tape backwards. Works now. Reported by Doug Felt.
13894
13895  src/hb-ot-layout-gsubgpos-private.hh                     |   7 +++----
13896  .../sha1sum/5bbf3712e6f79775c66a4407837a90e591efbef2.ttf | Bin 0 ->
13897  6400 bytes
13898  test/shaping/tests/context-matching.tests                |   1 +
13899  3 files changed, 4 insertions(+), 4 deletions(-)
13900
13901 commit f72726c52b104a71ebf5b39fa1e3eb9febd446fc
13902 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
13903 Date:   Sun Feb 26 15:08:43 2017 +0100
13904
13905     BASE: add function in main BASE object
13906
13907  src/hb-ot-layout-base-table.hh | 24 ++++++++++++++++++++++++
13908  1 file changed, 24 insertions(+)
13909
13910 commit 3963315f1b2eae2504bc683760245c827cd1ef16
13911 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
13912 Date:   Sun Feb 26 15:07:53 2017 +0100
13913
13914     BASE: first complete version
13915
13916  src/hb-ot-layout-base-table.hh | 444
13917  +++++++++++++++++++++++++++++------------
13918  1 file changed, 317 insertions(+), 127 deletions(-)
13919
13920 commit a11501444cfc4854bfe2b1d3ce0fc5a957e959d8
13921 Author: Behdad Esfahbod <behdad@behdad.org>
13922 Date:   Sat Feb 25 13:37:54 2017 -0800
13923
13924     Add few tests found by libFuzzer and oss-fuzz
13925
13926  .../sha1sum/a34a9191d9376bda419836effeef7e75c1386016.ttf | Bin 0 ->
13927  1010 bytes
13928  .../sha1sum/a69118c2c2ada48ff803d9149daa54c9ebdae30e.ttf | Bin 0 ->
13929  820 bytes
13930  .../sha1sum/b6acef662e0beb8d5fcf5b61c6b0ca69537b7402.ttf | Bin 0 ->
13931  3301 bytes
13932  .../sha1sum/e88c339237f52d21e01c55f01b9c1b4cc14a0467.ttf | Bin 0 ->
13933  515 bytes
13934  test/shaping/tests/fuzzed.tests                          |   4 ++++
13935  5 files changed, 4 insertions(+)
13936
13937 commit 85630996b8afa699f7b5d19346cdf5c72fcd6e2d
13938 Author: Behdad Esfahbod <behdad@behdad.org>
13939 Date:   Sat Feb 25 13:30:38 2017 -0800
13940
13941     Fix buffer-overrun with Bengali reph positioning code
13942
13943     This has no security implications whatsoever since we always keep
13944     and extra element at the end of buffer, just in case.
13945
13946     Discovered by oss-fuzz
13947     CC https://github.com/behdad/harfbuzz/issues/139
13948     Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=660
13949
13950  src/hb-ot-shape-complex-indic.cc | 2 +-
13951  1 file changed, 1 insertion(+), 1 deletion(-)
13952
13953 commit d34e35b47457e757781b1769a1fbaf107ec6e32f
13954 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
13955 Date:   Sat Feb 25 20:41:05 2017 +0100
13956
13957     BASE: WIP: more access functions
13958
13959  src/hb-ot-layout-base-table.hh | 212
13960  +++++++++++++++++++++++++++++++++++++----
13961  1 file changed, 191 insertions(+), 21 deletions(-)
13962
13963 commit 6685d281d6f50bf046bbfef4a5263e15d15f2f02
13964 Author: Behdad Esfahbod <behdad@behdad.org>
13965 Date:   Sat Feb 25 11:35:05 2017 -0800
13966
13967     1.4.3
13968
13969  NEWS         | 12 ++++++++++++
13970  configure.ac |  2 +-
13971  2 files changed, 13 insertions(+), 1 deletion(-)
13972
13973 commit bd15567ed6a3667e6f8332b7374aece6a6f2361b
13974 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
13975 Date:   Sat Feb 25 17:08:01 2017 +0100
13976
13977     BASE: align member's names
13978
13979  src/hb-ot-layout-base-table.hh | 70
13980  +++++++++++++++++++++---------------------
13981  1 file changed, 35 insertions(+), 35 deletions(-)
13982
13983 commit 499b4bef2a5b6d49374ab4977509d1fbf7bd6038
13984 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
13985 Date:   Sat Feb 25 16:48:22 2017 +0100
13986
13987     BASE: more consistent naming (with spec and Harfbuzz code base)
13988
13989  src/hb-ot-layout-base-table.hh | 44
13990  +++++++++++++++++++++---------------------
13991  1 file changed, 22 insertions(+), 22 deletions(-)
13992
13993 commit a0bdd546c584eb7c7ea3ca7e19a178723e6fe77f
13994 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
13995 Date:   Sat Feb 25 16:34:58 2017 +0100
13996
13997     factorize horiz+vertAxis
13998
13999  src/hb-ot-layout-base-table.hh | 31 +++++--------------------------
14000  1 file changed, 5 insertions(+), 26 deletions(-)
14001
14002 commit 1d30c6d935535743c73b2d18abcc6ae86a1cfc5b
14003 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
14004 Date:   Sat Feb 25 16:19:35 2017 +0100
14005
14006     BASE: sanitize
14007
14008  src/hb-ot-layout-base-table.hh | 151
14009  ++++++++++++++++++++++++++++++++++++++++-
14010  1 file changed, 148 insertions(+), 3 deletions(-)
14011
14012 commit a657f23ca31237d652b5c101ed24194b6aeadaf8
14013 Author: Dominik Röttsches <d-r@roettsches.de>
14014 Date:   Mon Feb 20 21:52:07 2017 +0200
14015
14016     Blacklist another instance of Padauk (#419)
14017
14018     In https://crbug.com/681813 another instance of Padauk was identified
14019     triggering collapsed glyphs. Blacklist this version by patching
14020     hb-ot-layout.cc to print out gdef, gsub, and gpos table length, then
14021     adding those to the list of blacklisted versions.
14022
14023  src/hb-ot-layout.cc | 3 +++
14024  1 file changed, 3 insertions(+)
14025
14026 commit f131f00b1779b44633223915e17cbce358ad063a
14027 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
14028 Date:   Sun Feb 19 10:12:22 2017 +0100
14029
14030     compile, move into hb-ot-layout.cc
14031
14032  src/hb-ot-font.cc              |  1 -
14033  src/hb-ot-layout-base-table.hh | 57
14034  +++++++++++++++++++++++++++++++-----------
14035  src/hb-ot-layout.cc            |  1 +
14036  3 files changed, 43 insertions(+), 16 deletions(-)
14037
14038 commit d0b97353e930d9b258f42f1cc1ac1a75306b76a8
14039 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
14040 Date:   Sun Feb 19 08:48:22 2017 +0100
14041
14042     hb-ot-base-table.hh -> hb-ot-layout-base-table.hh
14043
14044     per
14045     https://github.com/behdad/harfbuzz/issues/418#issuecomment-280873811
14046
14047  src/Makefile.sources                                    | 2 +-
14048  src/hb-ot-font.cc                                       | 2 +-
14049  src/{hb-ot-base-table.hh => hb-ot-layout-base-table.hh} | 0
14050  3 files changed, 2 insertions(+), 2 deletions(-)
14051
14052 commit f748e11645a3361f94d6fb10ce59febbaa5ba8ca
14053 Author: Elie Roux <elie.roux@telecom-bretagne.eu>
14054 Date:   Sat Feb 18 19:54:33 2017 +0100
14055
14056     bootstraping structure
14057
14058  src/Makefile.sources        |   1 +
14059  src/hb-ot-base-table.hh     | 238
14060  ++++++++++++++++++++++++++++++++++++++++++++
14061  src/hb-ot-font.cc           |   1 +
14062  src/hb-ot-layout-private.hh |   2 +
14063  4 files changed, 242 insertions(+)
14064
14065 commit 70202983f57fe85b2d3b56a9c205effeee66222d
14066 Author: ebraminio <ebrahim@gnu.org>
14067 Date:   Sat Feb 18 10:37:36 2017 +0330
14068
14069     [ci] Disable vcpkg freetype installation and fix Appveyor CI (#422)
14070
14071  appveyor.yml | 16 ++++++++--------
14072  1 file changed, 8 insertions(+), 8 deletions(-)
14073
14074 commit 44f7d6ecde9bf7427a05cbe73ed5d668b8a72b2a
14075 Author: jfkthame <jfkthame@gmail.com>
14076 Date:   Fri Feb 17 03:03:24 2017 +0000
14077
14078     Guard against underflow when adjusting length (#421)
14079
14080     * Guard against underflow when adjusting length
14081
14082     With the fuzz-testcase in mozilla bug 1295299, we end up with a
14083     recursed lookup that removes 3 items, when `match_positions[idx]`
14084     is 0, which results in (unsigned) `end` wrapping to a huge value.
14085
14086     Making `end` a signed int is probably the simplest route to a fix.
14087
14088     Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1295299.
14089
14090     * Add testcase for #421.
14091
14092  src/hb-ot-layout-gsubgpos-private.hh                     |   6 +++---
14093  .../sha1sum/558661aa659912f4d30ecd27bd09835171a8e2b0.ttf | Bin 0 ->
14094  1358 bytes
14095  test/shaping/tests/fuzzed.tests                          |   1 +
14096  3 files changed, 4 insertions(+), 3 deletions(-)
14097
14098 commit 45766b673f427bb791c9d5886cadedfac0447066
14099 Author: jfkthame <jfkthame@gmail.com>
14100 Date:   Thu Feb 16 17:40:21 2017 +0000
14101
14102     [indic] Add support for Grantha marks that may be used in Tamil to
14103     th… (#401)
14104
14105     * [indic] Add support for Grantha marks that may be used in Tamil
14106     to the Indic table.
14107
14108     See https://bugzilla.mozilla.org/show_bug.cgi?id=1331339.
14109
14110     Testcase: U+0BA4,U+0BC6,U+1133c,U+0BAA,U+1133c,U+0BC6,U+1133c
14111
14112     * [indic] Add test for Grantha nukta that is allowed in Tamil by
14113     ScriptExtensions.txt
14114
14115  src/hb-ot-shape-complex-indic-table.cc                   |   7 +++++++
14116  .../sha1sum/3493e92eaded2661cadde752a39f9d58b11f0326.ttf | Bin 0 ->
14117  1400 bytes
14118  test/shaping/tests/indic-script-extensions.tests         |   1 +
14119  3 files changed, 8 insertions(+)
14120
14121 commit d4bb52b9fd8a5bc4af13752ea3e464eccfe3223b
14122 Author: Behdad Esfahbod <behdad@behdad.org>
14123 Date:   Thu Feb 9 14:13:25 2017 -0800
14124
14125     Unbreak hb-coretext build
14126
14127  src/hb-coretext.cc | 3 +++
14128  1 file changed, 3 insertions(+)
14129
14130 commit c8dfed8e1ee4ab64b6936f5c8561db0666e37647
14131 Merge: 7c47474f b435c7c4
14132 Author: Behdad Esfahbod <behdad@behdad.org>
14133 Date:   Wed Feb 8 14:36:18 2017 -0800
14134
14135     Merge pull request #357 from khaledhosny/graphite-scale
14136
14137     [graphite] Fix shaping with varying font sizes
14138
14139 commit 7c47474f209bdf84cf87844c277ed711cad78196
14140 Author: Behdad Esfahbod <behdad@behdad.org>
14141 Date:   Wed Feb 8 14:33:28 2017 -0800
14142
14143     Set LC_ALL instead of LANG when creating harfbuzz.def
14144
14145     Hopefully fixes Travis faliure?
14146     https://github.com/behdad/harfbuzz/pull/413#issuecomment-278481882
14147     https://travis-ci.org/khaledhosny/harfbuzz/jobs/199785332#L1065
14148
14149  src/Makefile.am | 2 +-
14150  1 file changed, 1 insertion(+), 1 deletion(-)
14151
14152 commit ffde3c9f9effcd2b47f5fd76df45551e68c0b1ec
14153 Author: Philip Withnall <philip@tecnocode.co.uk>
14154 Date:   Wed Feb 8 21:56:57 2017 +0000
14155
14156     hb-font: Fix a potentially undefined use of memcmp() (#413)
14157
14158     While it’s fine to call memcmp(x, 0, 0) in practice, the C99
14159     standard
14160     explicitly says that this is not allowed: even if the length is zero,
14161     the pointer arguments must be valid.
14162
14163     http://stackoverflow.com/a/16363034
14164
14165     Coverity ID: 141178
14166
14167     Signed-off-by: Philip Withnall <withnall@endlessm.com>
14168
14169  src/hb-font.cc | 3 ++-
14170  1 file changed, 2 insertions(+), 1 deletion(-)
14171
14172 commit 09594df1aecbb7d37093055147c25cc7d7b7fef6
14173 Author: Behdad Esfahbod <behdad@behdad.org>
14174 Date:   Tue Feb 7 18:25:12 2017 -0800
14175
14176     Update ax_pthread.m4 to latest upstream version
14177
14178     Might help with https://github.com/behdad/harfbuzz/issues/399
14179
14180  m4/ax_pthread.m4 | 394
14181  ++++++++++++++++++++++++++++++++++++++++---------------
14182  1 file changed, 285 insertions(+), 109 deletions(-)
14183
14184 commit a6ced90efccf869defc0b310effca220f01cf318
14185 Author: Philip Withnall <philip@tecnocode.co.uk>
14186 Date:   Wed Feb 8 02:18:33 2017 +0000
14187
14188     test: Fix some memory leaks in test-font.c (#409)
14189
14190     Coverity IDs: 141039, 141040, 141041
14191
14192  test/api/test-font.c | 35 ++++++++++++++++++++++++++++++-----
14193  1 file changed, 30 insertions(+), 5 deletions(-)
14194
14195 commit 925ceacfed45c44dd2a025c32bebb1358b560741
14196 Author: Philip Withnall <philip@tecnocode.co.uk>
14197 Date:   Wed Feb 8 02:17:48 2017 +0000
14198
14199     util: Add missing field initialisers in constructor (#410)
14200
14201     Coverity ID: 141042
14202
14203  util/hb-shape.cc | 4 +++-
14204  1 file changed, 3 insertions(+), 1 deletion(-)
14205
14206 commit 73c6dcbb45269186f204b2212288b6384ce42c9d
14207 Author: Behdad Esfahbod <behdad@behdad.org>
14208 Date:   Tue Feb 7 16:53:21 2017 -0800
14209
14210     Silence Coverity warning
14211
14212     Fixes https://github.com/behdad/harfbuzz/issues/408
14213
14214  src/hb-ot-shape-complex-arabic.cc | 2 +-
14215  1 file changed, 1 insertion(+), 1 deletion(-)
14216
14217 commit 466b3e58bdc64229dab08c6e0e0079c789540370
14218 Author: Behdad Esfahbod <behdad@behdad.org>
14219 Date:   Fri Feb 3 16:43:25 2017 -0800
14220
14221     Shuffle things around a bit
14222
14223  src/hb-coretext.cc          |  4 ++--
14224  src/hb-directwrite.cc       |  4 ++--
14225  src/hb-fallback-shape.cc    |  4 ++++
14226  src/hb-graphite2.cc         |  4 ++--
14227  src/hb-ot-layout-private.hh |  1 -
14228  src/hb-ot-layout.cc         |  2 --
14229  src/hb-ot-math.cc           |  3 +--
14230  src/hb-ot-shape.cc          |  4 ++++
14231  src/hb-ot-var.cc            |  2 --
14232  src/hb-shape-plan.cc        |  7 -------
14233  src/hb-shaper-private.hh    | 11 +++++++----
14234  src/hb-uniscribe.cc         |  4 ++--
14235  12 files changed, 24 insertions(+), 26 deletions(-)
14236
14237 commit fc8189b63931f03c5d2e70dde198e9c856bd78f5
14238 Author: Behdad Esfahbod <behdad@behdad.org>
14239 Date:   Fri Feb 3 16:17:08 2017 -0800
14240
14241     Minor
14242
14243  src/hb-shaper-private.hh | 5 +++--
14244  1 file changed, 3 insertions(+), 2 deletions(-)
14245
14246 commit d3d3691806aaa6aed93a88c845d472e727e7f850
14247 Author: Behdad Esfahbod <behdad@behdad.org>
14248 Date:   Fri Feb 3 15:42:03 2017 -0800
14249
14250     Add dirty-state tracking to hb_face_t
14251
14252  src/hb-face-private.hh |  9 +++++++++
14253  src/hb-face.cc         | 19 ++++++++++++++++++-
14254  src/hb-font.cc         |  2 +-
14255  3 files changed, 28 insertions(+), 2 deletions(-)
14256
14257 commit 2171f48b4b1e66a3c16a83cc00b0006d32ae9738
14258 Author: Behdad Esfahbod <behdad@behdad.org>
14259 Date:   Fri Feb 3 10:58:09 2017 -0800
14260
14261     Add dirty-state tracking to hb_font_t
14262
14263  src/hb-font-private.hh | 12 ++++++++++++
14264  src/hb-font.cc         | 30 ++++++++++++++++++++++++++++++
14265  2 files changed, 42 insertions(+)
14266
14267 commit 95808bad2c17a9ef41c58c04faf1b4706fb7d72e
14268 Author: Behdad Esfahbod <behdad@behdad.org>
14269 Date:   Fri Feb 3 10:39:40 2017 -0800
14270
14271     Add new API hb_font_set_face()
14272
14273     For completeness.
14274
14275  src/hb-font.cc | 29 +++++++++++++++++++++++++++++
14276  src/hb-font.h  |  4 ++++
14277  2 files changed, 33 insertions(+)
14278
14279 commit 4ec19319ab195d852708661e12da2a6485fce544
14280 Author: jfkthame <jfkthame@gmail.com>
14281 Date:   Thu Feb 2 18:48:23 2017 +0000
14282
14283     Add Win10 Anniversary Update version of Tahoma to GDEF
14284     blacklist. (#412)
14285
14286  src/hb-ot-layout.cc | 4 ++++
14287  1 file changed, 4 insertions(+)
14288
14289 commit 1dd630a7f2c2cec780fee507367341bc9050cdb3
14290 Author: Behdad Esfahbod <behdad@behdad.org>
14291 Date:   Wed Feb 1 11:57:21 2017 -0800
14292
14293     Minor
14294
14295     Fixes https://github.com/behdad/harfbuzz/issues/411
14296
14297  src/hb-fallback-shape.cc     | 2 +-
14298  src/hb-ot-shape-normalize.cc | 2 +-
14299  2 files changed, 2 insertions(+), 2 deletions(-)
14300
14301 commit e888f642db16f52836cbfec29de43ff20236dc85
14302 Author: Behdad Esfahbod <behdad@behdad.org>
14303 Date:   Thu Jan 26 14:50:14 2017 -0800
14304
14305     Route Adlam through Arabic shaper
14306
14307     Fixes joined Adlam rendering.
14308
14309     Fixes https://github.com/googlei18n/noto-fonts/issues/828
14310
14311  src/hb-ot-shape-complex-private.hh                      |   3 +++
14312  test/shaping/Makefile.am                                |   1 +
14313  .../5dfad7735c6a67085f1b90d4d497e32907db4c78.ttf        | Bin 0 ->
14314  21160 bytes
14315  test/shaping/tests/arabic-like-joining.tests            |   1 +
14316  4 files changed, 5 insertions(+)
14317
14318 commit 72c754873c6b15cecb32d9e491c98495f804347a
14319 Author: jfkthame <jfkthame@gmail.com>
14320 Date:   Thu Jan 26 22:35:41 2017 +0000
14321
14322     Add Win7 version of himalaya.ttf to the GDEF table blacklist. (#407)
14323
14324  src/hb-ot-layout.cc | 2 ++
14325  1 file changed, 2 insertions(+)
14326
14327 commit 22af28a3f14c6d748ed589f8980b168152116c8c
14328 Author: Behdad Esfahbod <behdad@behdad.org>
14329 Date:   Mon Jan 23 23:42:53 2017 -0800
14330
14331     [var] Implement MVAR table
14332
14333     Unhooked. Untested.
14334
14335  src/Makefile.sources        |   1 +
14336  src/hb-font.cc              |   2 +-
14337  src/hb-ot-var-mvar-table.hh | 110
14338  ++++++++++++++++++++++++++++++++++++++++++++
14339  src/hb-ot-var.cc            |   1 +
14340  4 files changed, 113 insertions(+), 1 deletion(-)
14341
14342 commit 67a191164dec2cfcab97363175c58e459f6ff8f9
14343 Author: Behdad Esfahbod <behdad@behdad.org>
14344 Date:   Mon Jan 23 23:21:30 2017 -0800
14345
14346     [var] Whitespace
14347
14348  src/hb-ot-var-hvar-table.hh | 6 +++---
14349  1 file changed, 3 insertions(+), 3 deletions(-)
14350
14351 commit 6af6c1114a3495584ac4197c62592741c407b5a2
14352 Author: Behdad Esfahbod <behdad@behdad.org>
14353 Date:   Mon Jan 23 18:35:00 2017 -0800
14354
14355     1.4.2
14356
14357  NEWS         | 31 +++++++++++++++++++++++++++++++
14358  configure.ac |  2 +-
14359  2 files changed, 32 insertions(+), 1 deletion(-)
14360
14361 commit 79e8e27ffd3da29ca27d3aebd2ef425bf1cb7f9d
14362 Author: Behdad Esfahbod <behdad@behdad.org>
14363 Date:   Mon Jan 23 17:55:31 2017 -0800
14364
14365     [var] Hook up advance variations to hb-ot-font
14366
14367     Yay, works!
14368
14369  src/hb-ot-font.cc | 6 +++++-
14370  1 file changed, 5 insertions(+), 1 deletion(-)
14371
14372 commit 607434037199ccca422287e4d097487f17f3cfb5
14373 Author: Behdad Esfahbod <behdad@behdad.org>
14374 Date:   Mon Jan 23 17:55:16 2017 -0800
14375
14376     [var] Fix bug in HVAR/VVAR impl
14377
14378  src/hb-ot-var-hvar-table.hh | 4 ++--
14379  1 file changed, 2 insertions(+), 2 deletions(-)
14380
14381 commit bd3b11d92663343350813ca29606b369f691af03
14382 Author: Behdad Esfahbod <behdad@behdad.org>
14383 Date:   Mon Jan 23 17:34:44 2017 -0800
14384
14385     [var] Prepare for hooking up advance variations to hb-ot-font
14386
14387  src/hb-ot-font.cc           | 28 +++++++++++++++++-----------
14388  src/hb-ot-var-hvar-table.hh |  8 ++++----
14389  2 files changed, 21 insertions(+), 15 deletions(-)
14390
14391 commit a4fca9f0051dbc177390a4e555b2d0fe642f724e
14392 Author: Behdad Esfahbod <behdad@behdad.org>
14393 Date:   Mon Jan 23 11:56:08 2017 -0800
14394
14395     [var] Implement DeltaSetIndexMap and advance delta fetching
14396
14397     Not hooked up to hb-ot-font yet.
14398
14399  src/hb-ot-layout-common-private.hh |  8 ++++++
14400  src/hb-ot-var-hvar-table.hh        | 56
14401  ++++++++++++++++++++++++++++++++++++--
14402  2 files changed, 61 insertions(+), 3 deletions(-)
14403
14404 commit 7b399f73efa76cd97131fd123a9a1566f8639cfd
14405 Author: Behdad Esfahbod <behdad@behdad.org>
14406 Date:   Mon Jan 23 11:41:43 2017 -0800
14407
14408     [var] Start adding HVAR/VVAR
14409
14410  src/Makefile.sources        |   1 +
14411  src/hb-ot-font.cc           |   1 +
14412  src/hb-ot-var-avar-table.hh |   1 -
14413  src/hb-ot-var-fvar-table.hh |   1 -
14414  src/hb-ot-var-hvar-table.hh | 115
14415  ++++++++++++++++++++++++++++++++++++++++++++
14416  5 files changed, 117 insertions(+), 2 deletions(-)
14417
14418 commit b732c53eb5bd0c2cc86f35a9d9623c92579a0b8c
14419 Author: Behdad Esfahbod <behdad@behdad.org>
14420 Date:   Sun Jan 22 20:31:53 2017 -0800
14421
14422     Add LArrayOf<>
14423
14424  src/hb-open-type-private.hh        | 1 +
14425  src/hb-ot-cbdt-table.hh            | 4 ++--
14426  src/hb-ot-layout-common-private.hh | 2 +-
14427  3 files changed, 4 insertions(+), 3 deletions(-)
14428
14429 commit 5e156fa5ed33cd1a8ff388833563f15930bb12f9
14430 Author: Behdad Esfahbod <behdad@behdad.org>
14431 Date:   Sun Jan 22 20:28:56 2017 -0800
14432
14433     Add LOffsetTo<>
14434
14435  src/hb-open-file-private.hh          |  2 +-
14436  src/hb-open-type-private.hh          |  1 +
14437  src/hb-ot-cbdt-table.hh              |  4 ++--
14438  src/hb-ot-cmap-table.hh              |  6 +++---
14439  src/hb-ot-layout-common-private.hh   | 10 +++++-----
14440  src/hb-ot-layout-gdef-table.hh       |  4 ++--
14441  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
14442  7 files changed, 15 insertions(+), 14 deletions(-)
14443
14444 commit d6bdbbca307d1a4aed60a78133eea40a1a9d5bf3
14445 Author: Behdad Esfahbod <behdad@behdad.org>
14446 Date:   Sun Jan 22 20:16:51 2017 -0800
14447
14448     [var] Remove HB_OT_TAG_fvar/avar
14449
14450     We're not going to define public macros for tags for tables.
14451     There's little use to those and they are implementation detail.
14452
14453  docs/harfbuzz-sections.txt  | 2 --
14454  src/hb-ot-var-avar-table.hh | 2 ++
14455  src/hb-ot-var-fvar-table.hh | 2 ++
14456  src/hb-ot-var.h             | 3 ---
14457  4 files changed, 4 insertions(+), 5 deletions(-)
14458
14459 commit a11d9a0466e480efebd69a34827675387cd2ca34
14460 Author: Behdad Esfahbod <behdad@behdad.org>
14461 Date:   Sun Jan 22 20:09:47 2017 -0800
14462
14463     Minor
14464
14465  src/hb-ot-font.cc       | 6 +++---
14466  src/hb-ot-hmtx-table.hh | 8 +++-----
14467  2 files changed, 6 insertions(+), 8 deletions(-)
14468
14469 commit 7a860f656e4aec45c45e0f5fb28c49a91dc5eef2
14470 Author: Behdad Esfahbod <behdad@behdad.org>
14471 Date:   Sun Jan 22 19:52:09 2017 -0800
14472
14473     [var] Add macros for standard axes
14474
14475  docs/harfbuzz-sections.txt | 7 +++++++
14476  src/hb-ot-var.h            | 6 ++++++
14477  2 files changed, 13 insertions(+)
14478
14479 commit a484e237b11650d00092329855d33dd2f67980e4
14480 Author: Behdad Esfahbod <behdad@behdad.org>
14481 Date:   Sun Jan 22 19:41:33 2017 -0800
14482
14483     [var] Implement 'avar' table mapping
14484
14485     Untested!
14486
14487  src/hb-ot-math.cc           |  2 --
14488  src/hb-ot-var-avar-table.hh | 46
14489  ++++++++++++++++++++++++++++++++++++++++++++-
14490  src/hb-ot-var.cc            | 23 +++++++++++++++--------
14491  3 files changed, 60 insertions(+), 11 deletions(-)
14492
14493 commit a42909057207cbed1ef95716170434c05beb0002
14494 Author: Behdad Esfahbod <behdad@behdad.org>
14495 Date:   Sun Jan 22 19:01:07 2017 -0800
14496
14497     [var] Flesh out --variations documentation
14498
14499  util/options.cc | 53
14500  ++++++++++++++---------------------------------------
14501  1 file changed, 14 insertions(+), 39 deletions(-)
14502
14503 commit 5ec96d30cad1592b5e468bd8ad1832dbaf0ad32b
14504 Author: Behdad Esfahbod <behdad@behdad.org>
14505 Date:   Sun Jan 22 18:52:00 2017 -0800
14506
14507     [var] Adjust API in prep for 'avar' implementation
14508
14509     The 'avar' table does not allow random access to axis maps,
14510     so change API to avoid quadratic-time implementation.
14511
14512     Removed -hb_ot_var_normalize_axis_value(), added
14513     +hb_ot_var_normalize_variations() and
14514     +hb_ot_var_normalize_coords() instead.
14515
14516  docs/harfbuzz-sections.txt |  3 ++-
14517  src/Makefile.sources       |  1 +
14518  src/hb-font.cc             | 20 +++++---------------
14519  src/hb-ot-var.cc           | 45
14520  +++++++++++++++++++++++++++++++++++++++------
14521  src/hb-ot-var.h            | 16 ++++++++++++----
14522  5 files changed, 59 insertions(+), 26 deletions(-)
14523
14524 commit 8a577aaa0dd760409bcad1ae3d4f5fb561a62a4b
14525 Author: Behdad Esfahbod <behdad@behdad.org>
14526 Date:   Sun Jan 22 18:22:40 2017 -0800
14527
14528     [var] Stub implementation of avar table
14529
14530  src/hb-ot-var-avar-table.hh | 99
14531  +++++++++++++++++++++++++++++++++++++++++++++
14532  1 file changed, 99 insertions(+)
14533
14534 commit 7647a05a0b37c53465560952b412db4e590f2716
14535 Author: Behdad Esfahbod <behdad@behdad.org>
14536 Date:   Sun Jan 22 17:47:49 2017 -0800
14537
14538     Minor
14539
14540  src/hb-font.cc       |  5 ++++-
14541  src/hb-font.h        |  2 +-
14542  src/hb-ft.cc         |  2 +-
14543  util/helper-cairo.cc | 14 +++++++++-----
14544  4 files changed, 15 insertions(+), 8 deletions(-)
14545
14546 commit d2f249e745a9179943ee39c719b73e1057acbc13
14547 Author: Behdad Esfahbod <behdad@behdad.org>
14548 Date:   Sun Jan 22 17:42:33 2017 -0800
14549
14550     Stub out doc comments for new symbols
14551
14552  docs/harfbuzz-docs.xml     |  2 +-
14553  docs/harfbuzz-sections.txt | 35 +++++++++++++++++++++++++++++++++--
14554  src/hb-common.cc           | 10 ++++++++++
14555  src/hb-common.h            |  5 +++++
14556  src/hb-directwrite.cc      |  2 +-
14557  src/hb-directwrite.h       |  2 +-
14558  src/hb-font.cc             | 20 ++++++++++++++++++++
14559  src/hb-ot-var.cc           | 24 ++++++++++++++++++++++--
14560  src/hb-ot-var.h            | 12 +++++-------
14561  src/hb-set.cc              |  2 +-
14562  10 files changed, 99 insertions(+), 15 deletions(-)
14563
14564 commit 5dfd341f51543279039ddafe883c0a1de205fb8a
14565 Author: Behdad Esfahbod <behdad@behdad.org>
14566 Date:   Sun Jan 22 16:55:40 2017 -0800
14567
14568     Minor
14569
14570  src/hb-directwrite.cc | 4 ++--
14571  src/hb-shape.cc       | 2 +-
14572  2 files changed, 3 insertions(+), 3 deletions(-)
14573
14574 commit 825e40407da74576f8e83ce0bacad5b0459b83c8
14575 Author: Behdad Esfahbod <behdad@behdad.org>
14576 Date:   Sun Jan 22 16:41:45 2017 -0800
14577
14578     [hb-ft] Remove use of variable-length array
14579
14580     Hopefully also fixes build failure on msvc.
14581
14582  src/hb-ft.cc | 33 +++++++++++++++++++++------------
14583  1 file changed, 21 insertions(+), 12 deletions(-)
14584
14585 commit 47ee34e84745756a9aaeb964772377b6c1417ed1
14586 Author: Behdad Esfahbod <behdad@behdad.org>
14587 Date:   Sat Jan 21 18:10:08 2017 -0800
14588
14589     [var] Hook up variations to FreeType face
14590
14591     hb-view correctly renders variations with ft font-funcs now.
14592     hb-ot-font needs HVAR implementation.
14593
14594  src/hb-ft.cc         | 10 ++++++++++
14595  util/helper-cairo.cc | 16 +++++++++++++++-
14596  2 files changed, 25 insertions(+), 1 deletion(-)
14597
14598 commit 111f3e55178f7cd5a8ae4e8ae111cb48aea4acb5
14599 Author: Behdad Esfahbod <behdad@behdad.org>
14600 Date:   Sat Jan 21 17:51:41 2017 -0800
14601
14602     [util] Add --variations
14603
14604     Is hooked up to the font, but not to FreeType, so raster doesn't
14605     show yet.
14606
14607     Documentation needs to be done.
14608
14609  util/options.cc | 91
14610  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14611  util/options.hh |  8 ++++-
14612  2 files changed, 98 insertions(+), 1 deletion(-)
14613
14614 commit bb1e19268f02d4aad2240c52852e72afcf0f79ad
14615 Author: Behdad Esfahbod <behdad@behdad.org>
14616 Date:   Sat Jan 21 17:41:37 2017 -0800
14617
14618     [var] Rename var_coord to variation
14619
14620     Looks much better.
14621
14622  src/hb-common.cc | 36 ++++++++++++++++++------------------
14623  src/hb-common.h  | 10 +++++-----
14624  src/hb-font.cc   | 20 ++++++++++----------
14625  src/hb-font.h    |  6 +++---
14626  4 files changed, 36 insertions(+), 36 deletions(-)
14627
14628 commit 64fe92bf2d43a0ea31743d774e073f202021dbd1
14629 Author: Behdad Esfahbod <behdad@behdad.org>
14630 Date:   Sat Jan 21 15:36:35 2017 -0800
14631
14632     [var] Remove use of variable-length arrays
14633
14634  src/hb-font.cc | 30 +++++++++++++++++++++---------
14635  1 file changed, 21 insertions(+), 9 deletions(-)
14636
14637 commit 2491134b386507f611a47e43e3f7c2766d0d288b
14638 Author: Behdad Esfahbod <behdad@behdad.org>
14639 Date:   Sat Jan 21 15:21:50 2017 -0800
14640
14641     [var] Add hb_font_set_var_coords()
14642
14643  src/hb-font.cc | 38 ++++++++++++++++++++++++++++++++++++--
14644  src/hb-font.h  |  8 ++++++--
14645  2 files changed, 42 insertions(+), 4 deletions(-)
14646
14647 commit 113393efec5e0c4c10c141a6d4b801d50fcd8ab8
14648 Author: Behdad Esfahbod <behdad@behdad.org>
14649 Date:   Sat Jan 21 15:12:03 2017 -0800
14650
14651     Remove a few unused includes
14652
14653  src/hb-face.cc      | 6 +-----
14654  src/hb-font.cc      | 7 -------
14655  src/hb-ot-layout.cc | 5 +----
14656  src/hb-ot-tag.cc    | 3 ---
14657  4 files changed, 2 insertions(+), 19 deletions(-)
14658
14659 commit 2d40923ca914c90304d07d6e7b9b1040c79c76fe
14660 Author: Behdad Esfahbod <behdad@behdad.org>
14661 Date:   Sat Jan 21 15:06:15 2017 -0800
14662
14663     Minor
14664
14665  src/hb-ot-math.cc | 2 +-
14666  1 file changed, 1 insertion(+), 1 deletion(-)
14667
14668 commit 8b2a58047095604dcdc576ecbe3e8c2ebb8f48f0
14669 Author: Behdad Esfahbod <behdad@behdad.org>
14670 Date:   Sat Jan 21 15:05:00 2017 -0800
14671
14672     [var] Add hb_font_set_var_coords_design()
14673
14674  src/hb-font.cc | 21 +++++++++++++++++++--
14675  src/hb-font.h  |  7 ++++++-
14676  2 files changed, 25 insertions(+), 3 deletions(-)
14677
14678 commit 0dcc7b49a830e2680d3e6d86d953efab85cef6ff
14679 Author: Behdad Esfahbod <behdad@behdad.org>
14680 Date:   Sat Jan 21 14:50:22 2017 -0800
14681
14682     [var] Minor lifecycle adjustment
14683
14684  src/hb-font.cc | 4 ++--
14685  1 file changed, 2 insertions(+), 2 deletions(-)
14686
14687 commit bf0d3a665baac9e33c0f774b22197c321b864c80
14688 Author: Behdad Esfahbod <behdad@behdad.org>
14689 Date:   Sat Jan 21 14:48:46 2017 -0800
14690
14691     [var] Add hb_font_get_var_coords_normalized()
14692
14693  src/hb-font.cc | 10 ++++++++++
14694  src/hb-font.h  |  4 ++++
14695  2 files changed, 14 insertions(+)
14696
14697 commit b3c0714b4bbb726b2b3e5e0416ac84cb5c6eb34e
14698 Author: Behdad Esfahbod <behdad@behdad.org>
14699 Date:   Fri Jan 20 20:30:03 2017 -0800
14700
14701     [var] Add hb_var_coord_t and parsing routines
14702
14703  src/hb-common.cc | 94
14704  +++++++++++++++++++++++++++++++++++++++++++++++++++++---
14705  src/hb-common.h  | 15 ++++++++-
14706  2 files changed, 103 insertions(+), 6 deletions(-)
14707
14708 commit 72364103bc9d910d19f23a3764d045af79d076d5
14709 Author: Behdad Esfahbod <behdad@behdad.org>
14710 Date:   Fri Jan 20 20:16:53 2017 -0800
14711
14712     Move code around
14713
14714  src/hb-common.cc | 250
14715  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
14716  src/hb-common.h  |  18 ++++
14717  src/hb-shape.cc  | 248
14718  ------------------------------------------------------
14719  src/hb-shape.h   |  16 ----
14720  4 files changed, 268 insertions(+), 264 deletions(-)
14721
14722 commit 785982bf830723552270db5649abcb9f9f0b46b1
14723 Author: Behdad Esfahbod <behdad@behdad.org>
14724 Date:   Fri Jan 20 19:57:27 2017 -0800
14725
14726     [var] Flesh out some more
14727
14728  src/Makefile.am             |  2 ++
14729  src/hb-ot-var-fvar-table.hh | 69
14730  ++++++++++++++++++++++++++++++++-------------
14731  src/hb-ot-var.cc            | 39 ++++++++++++++++++++++++-
14732  src/hb-ot-var.h             | 21 +++++++++-----
14733  4 files changed, 104 insertions(+), 27 deletions(-)
14734
14735 commit 422c0c36c80145a2d993f80d5c7d3265e3d8357a
14736 Author: Behdad Esfahbod <behdad@behdad.org>
14737 Date:   Fri Jan 20 19:14:54 2017 -0800
14738
14739     [var] Flesh out a bit
14740
14741  src/hb-ot-var-fvar-table.hh | 72
14742  ++++++++++++++++++++++++++++++++++++---------
14743  src/hb-ot-var.h             | 10 ++++++-
14744  2 files changed, 67 insertions(+), 15 deletions(-)
14745
14746 commit b8376b10904e1772b8d34d852d1100ca7e2185e2
14747 Author: Behdad Esfahbod <behdad@behdad.org>
14748 Date:   Fri Jan 20 18:19:28 2017 -0800
14749
14750     Minor
14751
14752  src/hb-ft.cc | 2 +-
14753  1 file changed, 1 insertion(+), 1 deletion(-)
14754
14755 commit f2e73d37e77ccea8b948d1ecf5f11e7a699386dc
14756 Author: Behdad Esfahbod <behdad@behdad.org>
14757 Date:   Fri Jan 20 17:42:18 2017 -0800
14758
14759     [var] Remove over-optimization
14760
14761  src/hb-font.cc | 4 ----
14762  1 file changed, 4 deletions(-)
14763
14764 commit 469926cc45760cb681d44e5757b18b9bdd736189
14765 Author: Behdad Esfahbod <behdad@behdad.org>
14766 Date:   Fri Jan 20 17:40:46 2017 -0800
14767
14768     [var] Change double to float in API
14769
14770  src/hb-ot-var.h | 6 +++---
14771  1 file changed, 3 insertions(+), 3 deletions(-)
14772
14773 commit 55d42fd667b9c34a1109bb850bf2ea7322c01040
14774 Author: Behdad Esfahbod <behdad@behdad.org>
14775 Date:   Thu Jan 19 19:35:48 2017 -0800
14776
14777     Start adding hb-ot-var.h and implementation
14778
14779     Supports enumerating variation axes, normalizing values, etc.
14780
14781  src/Makefile.sources        |   3 +
14782  src/hb-ot-layout-private.hh |   6 ++
14783  src/hb-ot-layout.cc         |   4 ++
14784  src/hb-ot-var-fvar-table.hh | 133
14785  ++++++++++++++++++++++++++++++++++++++++++++
14786  src/hb-ot-var.cc            |  63 +++++++++++++++++++++
14787  src/hb-ot-var.h             |  81 +++++++++++++++++++++++++++
14788  src/hb-ot.h                 |   1 +
14789  7 files changed, 291 insertions(+)
14790
14791 commit 272b5115325b785e92ff5500d4bfc3a67490b6f8
14792 Author: Behdad Esfahbod <behdad@behdad.org>
14793 Date:   Thu Jan 19 19:33:07 2017 -0800
14794
14795     Minor
14796
14797  src/hb-ot-math.cc | 7 +++----
14798  1 file changed, 3 insertions(+), 4 deletions(-)
14799
14800 commit a8a5e81a52f56f5f8bf975dc4d9f79bede5d895b
14801 Author: Behdad Esfahbod <behdad@behdad.org>
14802 Date:   Thu Jan 19 16:55:04 2017 -0800
14803
14804     [test-ot-math] Add test with nil face/font
14805
14806  test/api/test-ot-math.c | 8 ++++++++
14807  1 file changed, 8 insertions(+)
14808
14809 commit 331d07bd40a3d9ff30db5cdf85fdc4f10f0fcb99
14810 Author: Behdad Esfahbod <behdad@behdad.org>
14811 Date:   Thu Jan 19 16:51:36 2017 -0800
14812
14813     Minor
14814
14815  test/api/test-ot-math.c | 3 +++
14816  1 file changed, 3 insertions(+)
14817
14818 commit b5ecf1bfa459a755e36bc4c7f545c7f803b7d016
14819 Author: Behdad Esfahbod <behdad@behdad.org>
14820 Date:   Thu Jan 19 16:50:29 2017 -0800
14821
14822     Fix warnings
14823
14824  test/api/test-ot-math.c | 18 ++++++++++--------
14825  1 file changed, 10 insertions(+), 8 deletions(-)
14826
14827 commit 2f2ceee1853649d1b2ad4315a38cd9c07659932a
14828 Author: Behdad Esfahbod <behdad@behdad.org>
14829 Date:   Thu Jan 19 16:48:01 2017 -0800
14830
14831     Minor
14832
14833  test/api/test-ot-math.c | 3 ++-
14834  1 file changed, 2 insertions(+), 1 deletion(-)
14835
14836 commit 2452543fdd383e62b8c4bc44b11bfd6796fc9963
14837 Author: Khaled Hosny <khaledhosny@eglug.org>
14838 Date:   Wed Jan 18 22:48:13 2017 +0200
14839
14840     [ot] Fix automatic fraction for RTL scripts (#405)
14841
14842     The numbers for right-to-left scripts are processed also from right to
14843     left, so the order of applying “numr” and “dnom” features
14844     should be
14845     reversed in such case.
14846
14847     Fixes https://github.com/behdad/harfbuzz/issues/395
14848
14849  src/hb-ot-shape.cc                                      |  16
14850  ++++++++++++++--
14851  test/shaping/Makefile.am                                |   1 +
14852  .../15dfc433a135a658b9f4b1a861b5cdd9658ccbb9.ttf        | Bin 0 ->
14853  4936 bytes
14854  test/shaping/tests/automatic-fractions.tests            |   3 +++
14855  4 files changed, 18 insertions(+), 2 deletions(-)
14856
14857 commit 1337428e4f8a2a4c78312c581bf4e96cd49d783f
14858 Author: Sascha Brawer <sascha@brawer.ch>
14859 Date:   Wed Jan 18 13:51:02 2017 +0100
14860
14861     Update language tags to OpenType 1.8.1 (#403)
14862
14863     Resolves https://github.com/behdad/harfbuzz/issues/324
14864
14865  src/hb-ot-tag.cc       | 77
14866  ++++++++++++++++++++++++++++++++++++++++++++------
14867  test/api/test-ot-tag.c | 58 +++++++++++++++++++++++++++++++++++++
14868  2 files changed, 126 insertions(+), 9 deletions(-)
14869
14870 commit 784d1180de19fbf4948f08ee2124277cc06066dd
14871 Author: Behdad Esfahbod <behdad@behdad.org>
14872 Date:   Wed Jan 11 11:58:13 2017 -0800
14873
14874     Fix build with clang
14875
14876  src/hb-open-type-private.hh | 4 ++--
14877  1 file changed, 2 insertions(+), 2 deletions(-)
14878
14879 commit 1f810daf1640f279c2f7aad8c312664cf2293987
14880 Author: Behdad Esfahbod <behdad@behdad.org>
14881 Date:   Mon Jan 9 23:50:56 2017 -0800
14882
14883     Port math table to hb_lazy_table_loader_t
14884
14885  src/hb-open-type-private.hh | 22 +++++++++++++++++-----
14886  src/hb-ot-layout-private.hh |  4 ++--
14887  src/hb-ot-layout.cc         |  7 +++----
14888  src/hb-ot-math.cc           | 17 +----------------
14889  4 files changed, 23 insertions(+), 27 deletions(-)
14890
14891 commit ebbcc1112229cde9ed469efdfeac7ef79dfcd834
14892 Author: Behdad Esfahbod <behdad@behdad.org>
14893 Date:   Mon Jan 9 22:45:25 2017 -0800
14894
14895     Add hb_lazy_table_loader_t
14896
14897  src/hb-open-type-private.hh | 40 ++++++++++++++++++++++++++++++++++++++++
14898  1 file changed, 40 insertions(+)
14899
14900 commit 1af9d924a474f210fda10b5e8ab6b388241aa0b5
14901 Author: Behdad Esfahbod <behdad@behdad.org>
14902 Date:   Mon Jan 9 22:22:37 2017 -0800
14903
14904     Move lazy-loader to more generic place
14905
14906  src/hb-open-type-private.hh | 47
14907  ++++++++++++++++++++++++++++++++++++++++++++
14908  src/hb-ot-font.cc           | 48
14909  ++-------------------------------------------
14910  2 files changed, 49 insertions(+), 46 deletions(-)
14911
14912 commit ac274331c285e1b42632870e150e1d66a9e21933
14913 Author: Behdad Esfahbod <behdad@behdad.org>
14914 Date:   Mon Jan 9 22:20:38 2017 -0800
14915
14916     In lazy-loading, remember allocation failure
14917
14918  src/hb-ot-font.cc | 8 +++++---
14919  1 file changed, 5 insertions(+), 3 deletions(-)
14920
14921 commit 29fb0cb727555ea60460d794a3c6f30179546af9
14922 Author: Behdad Esfahbod <behdad@behdad.org>
14923 Date:   Mon Jan 9 21:18:55 2017 -0800
14924
14925     Minor
14926
14927  src/hb-face-private.hh | 12 ++++++++----
14928  1 file changed, 8 insertions(+), 4 deletions(-)
14929
14930 commit 93ef684b9bc411b7642df3adeb2248ad6010ee66
14931 Author: Behdad Esfahbod <behdad@behdad.org>
14932 Date:   Mon Jan 9 21:11:00 2017 -0800
14933
14934     Rename hb-ot-layout-math-table.hh to hb-ot-math-table.hh
14935
14936  src/Makefile.sources                                    | 2 +-
14937  src/{hb-ot-layout-math-table.hh => hb-ot-math-table.hh} | 6 +++---
14938  src/hb-ot-math.cc                                       | 2 +-
14939  3 files changed, 5 insertions(+), 5 deletions(-)
14940
14941 commit 3b5263b0e9e23e56e14ce6a8498c21c5ce95cc35
14942 Author: Behdad Esfahbod <behdad@behdad.org>
14943 Date:   Mon Jan 9 15:49:08 2017 -0800
14944
14945     Typo
14946
14947  src/hb-ot-layout-math-table.hh | 2 +-
14948  1 file changed, 1 insertion(+), 1 deletion(-)
14949
14950 commit ebf927d3d4394159e480fec2042a0456df8dd0f4
14951 Author: ebraminio <ebrahim@gnu.org>
14952 Date:   Mon Jan 9 13:12:09 2017 +0330
14953
14954     Make UCDN default enabled (fixes #389) (#391)
14955
14956  win32/config-msvc.mak | 7 ++++---
14957  1 file changed, 4 insertions(+), 3 deletions(-)
14958
14959 commit 00adf9c8a4573a2b3ef61991197821af03bca310
14960 Author: Behdad Esfahbod <behdad@behdad.org>
14961 Date:   Mon Jan 9 00:00:49 2017 -0800
14962
14963     Minor
14964
14965     Should be enough to get -hangul.cc out of SOURCES in Firefox build:
14966     https://dxr.mozilla.org/mozilla-central/source/gfx/harfbuzz/src/moz.build
14967
14968     No one else should care!
14969
14970  src/hb-ot-shape-complex-hangul.cc | 2 +-
14971  1 file changed, 1 insertion(+), 1 deletion(-)
14972
14973 commit 7cf9952e7fc015d0b08d3de6c95357662d57ad8d
14974 Author: Behdad Esfahbod <behdad@behdad.org>
14975 Date:   Sun Jan 8 23:55:54 2017 -0800
14976
14977     [USE] Remove non-canonical decompositions
14978
14979     We have had added this in Indic shaper to assist shaping these
14980     scripts.
14981     In Universal Shaping Engine however, it is up to font designer to
14982     decompose them.  Hence moving them from Indic shaper to USE was
14983     wrong.
14984
14985     Fixup for f6ba63b2e8eb577385f70758efdd3b8408c8a9cb
14986
14987     Part of fixing https://github.com/behdad/harfbuzz/issues/387
14988
14989  src/hb-ot-shape-complex-use.cc | 22 ----------------------
14990  1 file changed, 22 deletions(-)
14991
14992 commit b435c7c46a46350771e837e87fee448fd9dc06d3
14993 Author: Khaled Hosny <khaledhosny@eglug.org>
14994 Date:   Fri Nov 11 02:16:39 2016 +0200
14995
14996     [graphite] Stop creating unused gr_face
14997
14998     It is unused after previous commit, hb_graphite2_font_get_gr_font()
14999     makes no sense now so deprecating it.
15000
15001  src/hb-graphite2.cc | 22 +++++-----------------
15002  src/hb-graphite2.h  |  4 ++++
15003  2 files changed, 9 insertions(+), 17 deletions(-)
15004
15005 commit 1b00a3b0488a5d1c6ede141ae0545e2eb9af0ed8
15006 Author: Khaled Hosny <khaledhosny@eglug.org>
15007 Date:   Sun Oct 30 20:16:41 2016 +0200
15008
15009     [graphite] Fix shaping with varying font sizes
15010
15011     Shape using design units and scale the output.
15012
15013     See https://bugs.documentfoundation.org/show_bug.cgi?id=103403#c7
15014
15015  src/hb-graphite2.cc | 27 +++++++++++++++------------
15016  1 file changed, 15 insertions(+), 12 deletions(-)
15017
15018 commit af596a5655ee2ed09da17a7de79f619e1547dcd9
15019 Author: Behdad Esfahbod <behdad@behdad.org>
15020 Date:   Thu Jan 5 20:24:41 2017 -0800
15021
15022     1.4.1
15023
15024  NEWS         | 10 ++++++++++
15025  configure.ac |  2 +-
15026  2 files changed, 11 insertions(+), 1 deletion(-)
15027
15028 commit 31f7b1bb94c2cef7ce58df52ddd1b09b42e8f596
15029 Author: Behdad Esfahbod <behdad@behdad.org>
15030 Date:   Thu Jan 5 20:20:06 2017 -0800
15031
15032     Add tests for USE using Marchen font and text
15033
15034     From http://www.babelstone.co.uk/Fonts/Marchen.html
15035
15036  test/shaping/Makefile.am                           |   1 +
15037  .../85414f2552b654585b7a8d13dcc3e8fd9f7970a3.ttf   | Bin 0 -> 66936 bytes
15038  test/shaping/tests/use-marchen.tests               |  35
15039  +++++++++++++++++++++
15040  3 files changed, 36 insertions(+)
15041
15042 commit 53543f8b3e19456279c86f711feba42ce976668c
15043 Author: Behdad Esfahbod <behdad@behdad.org>
15044 Date:   Thu Jan 5 20:12:32 2017 -0800
15045
15046     Ship UCDN and use it by default
15047
15048     So we are not relying on version of Unicode data in glib...
15049
15050     Fixes https://github.com/behdad/harfbuzz/issues/386
15051     Fixes https://github.com/behdad/harfbuzz/issues/388
15052
15053  configure.ac      | 12 ++++++++----
15054  src/hb-unicode.cc |  6 +++---
15055  2 files changed, 11 insertions(+), 7 deletions(-)
15056
15057 commit f3397069479cae34e6bdc658e2875fb178b03e43
15058 Author: Behdad Esfahbod <behdad@behdad.org>
15059 Date:   Thu Jan 5 01:27:49 2017 -0800
15060
15061     1.4.0
15062
15063  NEWS         | 34 ++++++++++++++++++++++++++++++++++
15064  configure.ac |  2 +-
15065  2 files changed, 35 insertions(+), 1 deletion(-)
15066
15067 commit ae00af4a47587308969dfaf7baa93164d7842710
15068 Author: Frédéric Wang <fred.wang@free.fr>
15069 Date:   Tue Jan 3 05:55:09 2017 +0100
15070
15071     Move math-specific code from hb-ot-layout to hb-ot-math #235 (#384)
15072
15073  src/Makefile.sources |   1 +
15074  src/hb-ot-layout.cc  | 244 ---------------------------------------------
15075  src/hb-ot-math.cc    | 272
15076  +++++++++++++++++++++++++++++++++++++++++++++++++++
15077  3 files changed, 273 insertions(+), 244 deletions(-)
15078
15079 commit e053ccc5bb7268fe5900dd364d906638c58b2908
15080 Author: Behdad Esfahbod <behdad@behdad.org>
15081 Date:   Wed Dec 28 15:51:57 2016 -0500
15082
15083     Remove Android.mk
15084
15085     Android uses its own file these days and third-party developers should
15086     be using the autotools-based system against Android NDK.
15087
15088  Android.mk  | 107
15089  ------------------------------------------------------------
15090  Makefile.am |   1 -
15091  2 files changed, 108 deletions(-)
15092
15093 commit 6cff75394192a1ab0dda82981752ade532838333
15094 Author: Behdad Esfahbod <behdad@behdad.org>
15095 Date:   Wed Dec 28 13:46:21 2016 -0500
15096
15097     Remove Tibetan decomposition rules from Indic shaper
15098
15099     The decomposition is very obscure and unlikely to help
15100     any fonts.  Just remove it since Uniscribe probably doesn't
15101     do this either.
15102
15103     Fixes https://github.com/behdad/harfbuzz/issues/382
15104
15105  src/hb-ot-shape-complex-indic.cc | 4 ----
15106  1 file changed, 4 deletions(-)
15107
15108 commit f6ba63b2e8eb577385f70758efdd3b8408c8a9cb
15109 Author: Behdad Esfahbod <behdad@behdad.org>
15110 Date:   Wed Dec 28 13:45:32 2016 -0500
15111
15112     Port decompositions from Indic to USE shaper
15113
15114     Part of https://github.com/behdad/harfbuzz/issues/382
15115
15116  src/hb-ot-shape-complex-indic.cc | 16 ----------------
15117  src/hb-ot-shape-complex-use.cc   | 22 ++++++++++++++++++++++
15118  2 files changed, 22 insertions(+), 16 deletions(-)
15119
15120 commit e678b537f77954615721abd65fef28854f95dc5d
15121 Author: Behdad Esfahbod <behdad@behdad.org>
15122 Date:   Mon Dec 26 14:11:59 2016 -0500
15123
15124     [indic] Remove Chakma decomposition rule from Indic shaper
15125
15126     This is now added to USE:
15127     https://github.com/behdad/harfbuzz/pull/383
15128
15129     See:
15130     https://github.com/behdad/harfbuzz/issues/381
15131     https://github.com/behdad/harfbuzz/issues/382
15132
15133  src/hb-ot-shape-complex-indic.cc | 4 ----
15134  1 file changed, 4 deletions(-)
15135
15136 commit 49ba698124399373cea000d08e0e9fe5fc2396e8
15137 Author: jfkthame <jfkthame@gmail.com>
15138 Date:   Wed Dec 28 18:00:51 2016 +0000
15139
15140     [use] Special-case Chakma split-vowel decomp in the USE shaper. (#383)
15141
15142  src/hb-ot-shape-complex-use.cc | 21 ++++++++++++++++++++-
15143  1 file changed, 20 insertions(+), 1 deletion(-)
15144
15145 commit c4ca49d55b49c65e04f0b2acecacd6a5c70978f4
15146 Author: Behdad Esfahbod <behdad@behdad.org>
15147 Date:   Mon Dec 26 14:52:08 2016 -0500
15148
15149     Revert "[indic] Remove redundant Chakma decomposition rule"
15150
15151     This reverts commit 805f76fc002d703acfcc4c5727f0b4d1baecefaa.
15152
15153     Need to investigate why having this rule (with the reversed order)
15154     fixes decomposition as reported by punchcutter:
15155     https://github.com/behdad/harfbuzz/issues/381#issuecomment-269237796
15156
15157  src/hb-ot-shape-complex-indic.cc | 4 ++++
15158  1 file changed, 4 insertions(+)
15159
15160 commit 805f76fc002d703acfcc4c5727f0b4d1baecefaa
15161 Author: Behdad Esfahbod <behdad@behdad.org>
15162 Date:   Mon Dec 26 14:11:59 2016 -0500
15163
15164     [indic] Remove redundant Chakma decomposition rule
15165
15166     This was not used BTW since Chakma doesn't go through Indic shaper
15167     anymore.
15168
15169     See:
15170     https://github.com/behdad/harfbuzz/issues/381
15171     https://github.com/behdad/harfbuzz/issues/382
15172
15173  src/hb-ot-shape-complex-indic.cc | 4 ----
15174  1 file changed, 4 deletions(-)
15175
15176 commit 3cc48a46b56be06e6734aaabf37a4b521606380c
15177 Author: Behdad Esfahbod <behdad@behdad.org>
15178 Date:   Mon Dec 26 13:10:31 2016 -0500
15179
15180     [indix] Comment
15181
15182  src/hb-ot-shape-complex-indic.cc | 25 ++++++++++++++++++++++---
15183  1 file changed, 22 insertions(+), 3 deletions(-)
15184
15185 commit 7d1c5d8281b05a5c178ea3ae048b0062145968aa
15186 Author: nvelinov <nikola.velinov@rwth-aachen.de>
15187 Date:   Sat Dec 24 02:46:37 2016 +0100
15188
15189     Compilation Error for ASSERT_STATIC on Some Compilers (#380)
15190
15191     * this pointer in type definitions is not interpreted as a constant.
15192     This rule is not enforced strictly by all compilers, but the Green
15193     Hills Software compiler will regard this as an error.
15194
15195     * Merging branches for the DEFINE_SIZE_UNION macro
15196     Adding check for the existence of static_size field in the tested
15197     member.
15198
15199  src/hb-open-type-private.hh | 2 +-
15200  1 file changed, 1 insertion(+), 1 deletion(-)
15201
15202 commit e2b878055bb1c0b84e1f7cfbf3d3f80bfc6811ea
15203 Author: Behdad Esfahbod <behdad@behdad.org>
15204 Date:   Thu Dec 22 14:40:19 2016 -0600
15205
15206     Disable OTL processing for Hebrew if GPOS doesn't have Hebrew subtable
15207
15208     New approach to fix this:
15209     https://github.com/behdad/harfbuzz/commit/69f9fbc4200442a35484d3c790ae8f4979be5d60
15210
15211     Previous approach was reverted as it was too broad.  See context:
15212     https://github.com/behdad/harfbuzz/issues/347#issuecomment-267838368
15213
15214     With U+05E9,U+05B8,U+05C1,U+05DC and Arial Unicode, we now (correctly)
15215     disable
15216     GDEF and GPOS, so we get results very close to Uniscribe, but
15217     slightly different
15218     since our fallback position logic is not exactly the same:
15219
15220     Before:         [gid1166=3+991|gid1142=0+737|gid5798=0+1434]
15221     After:          [gid1166=3+991|gid1142=0@402,-26+0|gid5798=0+1434]
15222     Uniscribe:      [gid1166=3+991|gid1142=0@348,0+0|gid5798=0+1434]
15223
15224  src/hb-ot-shape-complex-arabic.cc  |  1 +
15225  src/hb-ot-shape-complex-default.cc |  1 +
15226  src/hb-ot-shape-complex-hangul.cc  |  1 +
15227  src/hb-ot-shape-complex-hebrew.cc  | 13 +++++++++++++
15228  src/hb-ot-shape-complex-indic.cc   |  1 +
15229  src/hb-ot-shape-complex-myanmar.cc |  2 ++
15230  src/hb-ot-shape-complex-private.hh |  8 ++++++++
15231  src/hb-ot-shape-complex-thai.cc    |  1 +
15232  src/hb-ot-shape-complex-tibetan.cc |  1 +
15233  src/hb-ot-shape-complex-use.cc     |  1 +
15234  src/hb-ot-shape.cc                 | 29 ++++++++++++++++-------------
15235  11 files changed, 46 insertions(+), 13 deletions(-)
15236
15237 commit 1a0f4aa6dfee69236b422f7c8825eff940f45c19
15238 Author: Behdad Esfahbod <behdad@behdad.org>
15239 Date:   Thu Dec 22 13:33:54 2016 -0600
15240
15241     Revert "Synthesize GDEF glyph class for any glyph that does not have
15242     one in GDEF"
15243
15244     This reverts commit 69f9fbc4200442a35484d3c790ae8f4979be5d60.
15245
15246     See
15247     https://github.com/behdad/harfbuzz/issues/347#issuecomment-268873401
15248     Fixes https://github.com/behdad/harfbuzz/issues/347
15249
15250  src/hb-ot-layout-gsub-table.hh | 22 ++--------------------
15251  src/hb-ot-shape.cc             | 29 +++++++++++++++++++++++++++++
15252  2 files changed, 31 insertions(+), 20 deletions(-)
15253
15254 commit 4b4a1b9f235598b04ce9ae1f9670fc978ab7620d
15255 Author: Behdad Esfahbod <behdad@behdad.org>
15256 Date:   Wed Dec 21 23:10:43 2016 -0600
15257
15258     Fix assert fail with contextual matching
15259
15260     As discovered by libFuzzer / Chromium fuzzing.
15261
15262     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=659496
15263     CC https://github.com/behdad/harfbuzz/issues/139
15264
15265  src/hb-ot-layout-gsubgpos-private.hh                     |   6 +++++-
15266  .../sha1sum/217a934cfe15c548b572c203dceb2befdf026462.ttf | Bin 0 ->
15267  1384 bytes
15268  test/shaping/tests/fuzzed.tests                          |   1 +
15269  3 files changed, 6 insertions(+), 1 deletion(-)
15270
15271 commit df98ce5fc8cf1dafd58c329975f07aafbeee3263
15272 Author: Behdad Esfahbod <behdad@behdad.org>
15273 Date:   Wed Dec 21 19:27:30 2016 -0600
15274
15275     Improve debug output with really deep nesting
15276
15277  src/hb-private.hh | 11 +++++++----
15278  1 file changed, 7 insertions(+), 4 deletions(-)
15279
15280 commit eab418c5e6fa34b90133862cc8ce11e617ce08bf
15281 Author: Behdad Esfahbod <behdad@behdad.org>
15282 Date:   Wed Dec 21 15:51:28 2016 -0600
15283
15284     Avoid infinite loop in CoverageFormat2 iteration with bad fonts
15285
15286     Fixes https://github.com/behdad/harfbuzz/issues/363
15287
15288  src/hb-ot-layout-common-private.hh | 29 ++++++++++++++++++-----------
15289  1 file changed, 18 insertions(+), 11 deletions(-)
15290
15291 commit a0688e8e7b58c156f5809c272b5884bfe75f68ae
15292 Author: Behdad Esfahbod <behdad@behdad.org>
15293 Date:   Tue Dec 20 20:52:50 2016 -0600
15294
15295     Ouch, finish previous change
15296
15297  test/fuzzing/Makefile.am  |  3 ++-
15298  test/fuzzing/hb-fuzzer.cc | 30 ++++--------------------------
15299  2 files changed, 6 insertions(+), 27 deletions(-)
15300
15301 commit de14c19d14be90367a1231de56dd347e3f54931c
15302 Author: Behdad Esfahbod <behdad@behdad.org>
15303 Date:   Tue Dec 20 20:50:38 2016 -0600
15304
15305     [fuzzer] Separate main() into a new file
15306
15307  test/fuzzing/hb-fuzzer.hh |  4 ++++
15308  test/fuzzing/main.cc      | 21 +++++++++++++++++++++
15309  2 files changed, 25 insertions(+)
15310
15311 commit 7ed71eb347c894c5b4b012bcca0816922c3052c2
15312 Author: Behdad Esfahbod <behdad@behdad.org>
15313 Date:   Tue Dec 20 15:01:16 2016 -0600
15314
15315     Protect collect_glyphs() and closure() against malicious DDOS fonts
15316
15317     Fixes https://github.com/behdad/harfbuzz/issues/363
15318
15319  src/hb-ot-layout-gsub-table.hh | 58
15320  ++++++++++++++++++++++++++++++++++--------
15321  1 file changed, 48 insertions(+), 10 deletions(-)
15322
15323 commit 1c98ff87c76536553e53c131e75aba33033ee3a0
15324 Author: Mike Hommey <mh@glandium.org>
15325 Date:   Fri Sep 30 18:15:37 2016 +0900
15326
15327     Support building with older glib versions
15328
15329     It is desirable to be able to build against older versions of glib.
15330
15331     fd7a245 changed the configure check to require glib > 2.38 for
15332     G_TEST_DIST. Before that, version 2.16 was required, but in fact,
15333     since aafe395, G_PASTE is being used, which was introduced in 2.19.1.
15334     And since 0ef179e2, hb-glib uses GBytes, which were introduced in
15335     2.31.10.
15336
15337     2.19.1 is rather old, but 2.38 is rather new. For Firefox, building
15338     against 2.22 is still supported, although we could probably get away
15339     with bumping that to 2.28. Either way, GBytes is not available.
15340
15341     Arguably, if you build against a glib that doesn't support GBytes,
15342     you're not going to use the hb_glib_blob_create function, so we hide
15343     the function when building against such a glib.
15344
15345     As for G_TEST_DIST, when building against versions of glib that don't
15346     support it, we can fallback to the previous behavior, which, AIUI, was
15347     just making the test not work when building in a separate directory.
15348
15349  configure.ac            | 2 +-
15350  src/hb-glib.cc          | 2 ++
15351  src/hb-glib.h           | 3 ++-
15352  test/api/test-ot-math.c | 4 ++++
15353  4 files changed, 9 insertions(+), 2 deletions(-)
15354
15355 commit ad273881c597a95929ce3b84f63865f9d7dcdb7e
15356 Author: Volker H. Simonis <volker.simonis@gmail.com>
15357 Date:   Wed Dec 14 18:56:17 2016 +0100
15358
15359     Minor fixes to pacify Coverity code scan
15360
15361     Fixes https://github.com/behdad/harfbuzz/pull/377
15362
15363  src/hb-ot-font.cc              |  6 +++++-
15364  src/hb-ot-layout-gpos-table.hh | 14 +++++++-------
15365  2 files changed, 12 insertions(+), 8 deletions(-)
15366
15367 commit 1e1825bf47aa29968f75a78305d4541ce2c9d40c
15368 Author: ebraminio <ebrahim@gnu.org>
15369 Date:   Sat Dec 17 10:30:40 2016 +0330
15370
15371     [dwrite] Provide an experimental API for justification (#279)
15372
15373  src/hb-directwrite.cc | 48
15374  ++++++++++++++++++++++++++++++++++++++++--------
15375  src/hb-directwrite.h  |  4 ++++
15376  2 files changed, 44 insertions(+), 8 deletions(-)
15377
15378 commit 4cd0cd67914db1da10906e40335faea7dbec1d0a
15379 Author: elmarb <elmar.braun@web.de>
15380 Date:   Wed Dec 7 11:50:27 2016 +0100
15381
15382     NMake ICU option builds with builtin ICU (#375)
15383
15384  win32/build-rules-msvc.mak  | 13 -------------
15385  win32/config-msvc.mak       | 37 ++++++++++++++++++++-----------------
15386  win32/create-lists-msvc.mak | 13 -------------
15387  win32/detectenv-msvc.mak    |  4 +++-
15388  win32/generate-msvc.mak     |  2 +-
15389  win32/info-msvc.mak         | 12 +++++-------
15390  win32/install.mak           |  4 ----
15391  7 files changed, 29 insertions(+), 56 deletions(-)
15392
15393 commit 75fa884f925c203a839b5874f30bf9ebf025b6e4
15394 Author: Khaled Hosny <khaledhosny@eglug.org>
15395 Date:   Mon Dec 5 23:20:47 2016 +0200
15396
15397     [win32] Fix wrong description of the ICU option (#372)
15398
15399  win32/README.txt | 4 +---
15400  1 file changed, 1 insertion(+), 3 deletions(-)
15401
15402 commit 219cb29c5d230ecc6ee154b447fabd7b59fbe089
15403 Author: Behdad Esfahbod <behdad@behdad.org>
15404 Date:   Wed Sep 28 17:16:06 2016 +0200
15405
15406     Fix build after rebasing opentype-gx branch on top of MATH table
15407
15408  src/hb-ot-layout-common-private.hh | 4 ++--
15409  1 file changed, 2 insertions(+), 2 deletions(-)
15410
15411 commit 0aedfd59be54972e61a952753ffc0d12631771fe
15412 Author: Behdad Esfahbod <behdad@behdad.org>
15413 Date:   Wed Sep 28 17:05:43 2016 +0200
15414
15415     [GX] Apply 'rvrn' feature before any other feature
15416
15417  src/hb-ot-shape.cc | 3 +++
15418  1 file changed, 3 insertions(+)
15419
15420 commit 42c81425316190f6424ecb9b19d5a886aa1e4136
15421 Author: Behdad Esfahbod <behdad@behdad.org>
15422 Date:   Tue Sep 13 23:49:46 2016 +0200
15423
15424     [GX] Fix build with older FreeType
15425
15426  configure.ac |  4 ++++
15427  src/hb-ft.cc | 12 ++++++++----
15428  2 files changed, 12 insertions(+), 4 deletions(-)
15429
15430 commit 72873cf522a6e3bec1b6508d8d20d3d2ce233cd6
15431 Author: Sascha Brawer <sascha@brawer.ch>
15432 Date:   Tue Sep 13 18:40:07 2016 +0200
15433
15434     Call hb_font_set_var_coords_normalized() from FT_Face coords
15435
15436  src/hb-ft.cc | 14 ++++++++++++++
15437  1 file changed, 14 insertions(+)
15438
15439 commit 4ebbeb7c50e5c1e934d230ceacf792602c6eb9b9
15440 Author: Behdad Esfahbod <behdad@behdad.org>
15441 Date:   Sat Sep 10 04:52:34 2016 -0700
15442
15443     [GX] Make FeatureVariations actually work
15444
15445     Yay!!!!
15446
15447  src/hb-ot-layout-common-private.hh   | 19 +++++++------------
15448  src/hb-ot-layout-gsubgpos-private.hh |  3 ++-
15449  2 files changed, 9 insertions(+), 13 deletions(-)
15450
15451 commit 72ada4f0c6998fc2a282efc2a573733e37db8be5
15452 Author: Behdad Esfahbod <behdad@behdad.org>
15453 Date:   Sat Sep 10 03:57:24 2016 -0700
15454
15455     [GX] Hook up feature variations
15456
15457     Shape-plan caching is not implemented.
15458
15459  src/hb-coretext.cc           |   8 +++-
15460  src/hb-directwrite.cc        |   6 ++-
15461  src/hb-fallback-shape.cc     |   4 +-
15462  src/hb-font.cc               |   6 +--
15463  src/hb-graphite2.cc          |   4 +-
15464  src/hb-ot-map-private.hh     |  17 +++++---
15465  src/hb-ot-map.cc             |  25 ++++++++---
15466  src/hb-ot-shape-private.hh   |   6 ++-
15467  src/hb-ot-shape.cc           |   9 ++--
15468  src/hb-shape-plan-private.hh |   9 +++-
15469  src/hb-shape-plan.cc         | 102
15470  +++++++++++++++++++++++++++++++++++++++----
15471  src/hb-shape-plan.h          |  19 ++++++++
15472  src/hb-shape.cc              |   5 ++-
15473  src/hb-uniscribe.cc          |   4 +-
15474  14 files changed, 183 insertions(+), 41 deletions(-)
15475
15476 commit ec87ba9ba32a374d49dd3e40137f75f4f4232aee
15477 Author: Behdad Esfahbod <behdad@behdad.org>
15478 Date:   Sat Sep 10 03:53:11 2016 -0700
15479
15480     [GX] Add hb_ot_layout_feature_with_variations_get_lookups()
15481
15482  src/hb-ot-layout-common-private.hh   | 30 +++++++++++++++++++++++++++++-
15483  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++++
15484  src/hb-ot-layout.cc                  | 28 ++++++++++++++++++++++++----
15485  src/hb-ot-layout.h                   |  9 +++++++++
15486  4 files changed, 74 insertions(+), 5 deletions(-)
15487
15488 commit 30c42b644eb33551aa0986287182a46f2d8c32ed
15489 Author: Behdad Esfahbod <behdad@behdad.org>
15490 Date:   Sat Sep 10 03:32:39 2016 -0700
15491
15492     [GX] Add hb_ot_layout_table_find_feature_variations()
15493
15494  src/hb-ot-layout-common-private.hh   | 18 +++++++++++-------
15495  src/hb-ot-layout-gsubgpos-private.hh |  6 +++---
15496  src/hb-ot-layout.cc                  | 15 +++++++++++++++
15497  src/hb-ot-layout.h                   | 10 ++++++++++
15498  4 files changed, 39 insertions(+), 10 deletions(-)
15499
15500 commit 7ceadbe981aa50481163bb365f0fe3f994266165
15501 Author: Behdad Esfahbod <behdad@behdad.org>
15502 Date:   Sat Sep 10 02:44:20 2016 -0700
15503
15504     Shuffle code around
15505
15506  src/hb-ot-map.cc | 81
15507  ++++++++++++++++++++++++++++----------------------------
15508  1 file changed, 41 insertions(+), 40 deletions(-)
15509
15510 commit bde5e3959c0ffdb92db87668035b01aaee9b2352
15511 Author: Behdad Esfahbod <behdad@behdad.org>
15512 Date:   Sat Sep 10 02:43:20 2016 -0700
15513
15514     Move add_lookups from map to map-builder
15515
15516     In prep for more changes.
15517
15518  src/hb-ot-map-private.hh | 15 ++++++++-------
15519  src/hb-ot-map.cc         | 29 +++++++++++++++--------------
15520  2 files changed, 23 insertions(+), 21 deletions(-)
15521
15522 commit 26648cebcd14bd26142ccfe5ac8c0be08a213671
15523 Author: Behdad Esfahbod <behdad@behdad.org>
15524 Date:   Sat Sep 10 02:11:05 2016 -0700
15525
15526     [GX] Remove (partial) support for anisotropic variations
15527
15528     It doesn't always work, not part of FreeType, and we were not going
15529     to expose it in the API anyway.  Can always be added later.
15530
15531  src/hb-font-private.hh             |  3 +--
15532  src/hb-font.cc                     | 17 ++++++-----------
15533  src/hb-ot-layout-common-private.hh |  9 ++++-----
15534  3 files changed, 11 insertions(+), 18 deletions(-)
15535
15536 commit c22176d4bac720b4c9121b3d6629595831f19fb0
15537 Author: Behdad Esfahbod <behdad@behdad.org>
15538 Date:   Sat Sep 10 01:58:27 2016 -0700
15539
15540     [GX] Handle setting var coords to NULL
15541
15542  src/hb-font.cc | 8 +++++---
15543  1 file changed, 5 insertions(+), 3 deletions(-)
15544
15545 commit 59055b5494f802013ca3613a15e565ae1ca0c589
15546 Author: Behdad Esfahbod <behdad@behdad.org>
15547 Date:   Sat Sep 10 01:24:28 2016 -0700
15548
15549     [GX] Implement Feature Variations
15550
15551     Not hooked up to shaper yet.
15552
15553  src/hb-ot-layout-common-private.hh   | 168
15554  ++++++++++++++++++++++++++++++++++-
15555  src/hb-ot-layout-gdef-table.hh       |   1 -
15556  src/hb-ot-layout-gpos-table.hh       |   2 -
15557  src/hb-ot-layout-gsub-table.hh       |   2 -
15558  src/hb-ot-layout-gsubgpos-private.hh |  15 +++-
15559  5 files changed, 180 insertions(+), 8 deletions(-)
15560
15561 commit 85ec4944346a1ac111217698e1424669a9732280
15562 Author: Behdad Esfahbod <behdad@behdad.org>
15563 Date:   Sat Sep 10 00:25:16 2016 -0700
15564
15565     [GX] Fix another x/y thinko
15566
15567     Thanks Werner!
15568
15569  src/hb-ot-layout-common-private.hh | 2 +-
15570  1 file changed, 1 insertion(+), 1 deletion(-)
15571
15572 commit cf3de4d8f79fc6e8413957cdef034e975343ce30
15573 Author: Behdad Esfahbod <behdad@behdad.org>
15574 Date:   Sat Sep 10 00:22:24 2016 -0700
15575
15576     [GX] Rename VarStore to VariationStore
15577
15578  src/hb-ot-layout-common-private.hh   | 12 ++++++------
15579  src/hb-ot-layout-gdef-table.hh       | 14 +++++++-------
15580  src/hb-ot-layout-gpos-table.hh       |  2 +-
15581  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
15582  4 files changed, 15 insertions(+), 15 deletions(-)
15583
15584 commit 1f6ed356e0a849b61ce98b6a2f38d04d98c2191e
15585 Author: Behdad Esfahbod <behdad@behdad.org>
15586 Date:   Sat Sep 10 00:01:10 2016 -0700
15587
15588     [GX] Fix build with some compilers
15589
15590     Eg.
15591     https://ci.appveyor.com/project/behdad/harfbuzz/build/1.0.48/job/o9mnd33kcdeeg30r
15592
15593     hb-open-type-private.hh:103:29: error: static data member
15594     'OT::Device::<anonymous union>::<anonymous struct>::static_size'
15595     in unnamed class [-fpermissive]
15596
15597  src/hb-ot-layout-common-private.hh | 19 ++++++++++++-------
15598  1 file changed, 12 insertions(+), 7 deletions(-)
15599
15600 commit 250bcd6fb691d6f15fa9ca71b475ce419d0b5e37
15601 Author: Behdad Esfahbod <behdad@behdad.org>
15602 Date:   Fri Sep 9 23:12:14 2016 -0700
15603
15604     [GX] Skip tail zero entries when setting variation coordinates
15605
15606  src/hb-font.cc | 4 ++++
15607  1 file changed, 4 insertions(+)
15608
15609 commit 1124d2ece55e323ed934357b30e68df75829cfaa
15610 Author: Behdad Esfahbod <behdad@behdad.org>
15611 Date:   Fri Sep 9 22:48:27 2016 -0700
15612
15613     [GX] Fix thinko
15614
15615  src/hb-ot-layout-common-private.hh | 1 -
15616  src/hb-ot-layout-gpos-table.hh     | 2 +-
15617  2 files changed, 1 insertion(+), 2 deletions(-)
15618
15619 commit ad69e8f07c6e3e47fe7e7103c2ff7c053d272b1a
15620 Author: Behdad Esfahbod <behdad@behdad.org>
15621 Date:   Fri Sep 9 22:23:34 2016 -0700
15622
15623     [GX] Add new API hb_font_set_var_coords_normalized()
15624
15625     Will probably change.
15626
15627  src/hb-font.cc | 23 +++++++++++++++++++++++
15628  src/hb-font.h  |  5 +++++
15629  2 files changed, 28 insertions(+)
15630
15631 commit 151d93de8a595924a8dcb00fcba648b4b3df0bf5
15632 Author: Behdad Esfahbod <behdad@behdad.org>
15633 Date:   Fri Sep 9 17:03:11 2016 -0700
15634
15635     [GX] Hook up GPOS to Variation Store stored in GDEF
15636
15637     Untested.
15638
15639  src/hb-ot-layout-common-private.hh   | 22 ++++++++++----------
15640  src/hb-ot-layout-gdef-table.hh       | 27 +++++++++++++++---------
15641  src/hb-ot-layout-gpos-table.hh       | 40
15642  ++++++++++++++++--------------------
15643  src/hb-ot-layout-gsubgpos-private.hh |  2 ++
15644  4 files changed, 48 insertions(+), 43 deletions(-)
15645
15646 commit dcfd309533ac83e44369dea7204d668623b08207
15647 Author: Behdad Esfahbod <behdad@behdad.org>
15648 Date:   Fri Sep 9 16:51:07 2016 -0700
15649
15650     [GX] Change GDEF API to return varStore
15651
15652  src/hb-ot-layout-gdef-table.hh | 5 ++---
15653  1 file changed, 2 insertions(+), 3 deletions(-)
15654
15655 commit 49cb87850c2692be45b201168c8ce10b263168cc
15656 Author: Behdad Esfahbod <behdad@behdad.org>
15657 Date:   Fri Sep 9 16:27:03 2016 -0700
15658
15659     [GX] Pass apply-context down to get_anchor()
15660
15661     Needed to access GDEF for varStore.
15662
15663  src/hb-ot-layout-gpos-table.hh | 57
15664  ++++++++++++++++++++++--------------------
15665  1 file changed, 30 insertions(+), 27 deletions(-)
15666
15667 commit f0c3fd8c9ab402be923fe0845fb51d99841829b6
15668 Author: Behdad Esfahbod <behdad@behdad.org>
15669 Date:   Fri Sep 9 16:22:45 2016 -0700
15670
15671     [GX] Add varStore member to GDEF
15672
15673     Still not hooked up from GPOS.
15674
15675  src/hb-ot-layout-gdef-table.hh | 17 ++++++++++++++---
15676  1 file changed, 14 insertions(+), 3 deletions(-)
15677
15678 commit 5c971f8dbc823dbad4a2869cf9e835095ab6ddb2
15679 Author: Behdad Esfahbod <behdad@behdad.org>
15680 Date:   Fri Sep 9 16:05:17 2016 -0700
15681
15682     Minor change to GDEF, in prep for new version
15683
15684  src/hb-ot-layout-gdef-table.hh | 10 +++++-----
15685  1 file changed, 5 insertions(+), 5 deletions(-)
15686
15687 commit dc9f2297998b4cbc4f9e4c2591fc2bb5f92986d1
15688 Author: Behdad Esfahbod <behdad@behdad.org>
15689 Date:   Fri Sep 9 15:40:15 2016 -0700
15690
15691     [GX] Port variation stuff to Variation Store design
15692
15693     Not hooked up to GDEF yet.
15694
15695  src/hb-ot-layout-common-private.hh | 294
15696  +++++++++++++++++++++++--------------
15697  src/hb-ot-layout-gpos-table.hh     |   2 +-
15698  2 files changed, 184 insertions(+), 112 deletions(-)
15699
15700 commit a7edeb6f02cbc4418285fdfc58ef8a8740a380e9
15701 Author: Behdad Esfahbod <behdad@behdad.org>
15702 Date:   Fri Sep 9 15:39:52 2016 -0700
15703
15704     Make OffsetArrayOf take OffsetType template argument
15705
15706  src/hb-open-type-private.hh | 4 ++--
15707  1 file changed, 2 insertions(+), 2 deletions(-)
15708
15709 commit 8dddc231cf9d934eb93a39f2657717cbdad43a64
15710 Author: Behdad Esfahbod <behdad@behdad.org>
15711 Date:   Fri Sep 9 13:17:33 2016 -0700
15712
15713     [GX] Revert "[GX] Add VariationAlternates, to allow conditional
15714     lookups in GSUB/GPOS"
15715
15716     This reverts commit 2859f1c7174d6f7ae5dcf0db5411bc0182b21594.
15717     We are going in a different direction.
15718
15719  src/hb-open-type-private.hh        |  1 -
15720  src/hb-ot-layout-common-private.hh | 99
15721  +-------------------------------------
15722  2 files changed, 2 insertions(+), 98 deletions(-)
15723
15724 commit bb4d2e6ed562c248fff15313a013d49e38a18789
15725 Author: Behdad Esfahbod <behdad@behdad.org>
15726 Date:   Fri Sep 9 13:08:52 2016 -0700
15727
15728     [GX] Free GX coordinates
15729
15730  src/hb-font.cc | 5 ++++-
15731  1 file changed, 4 insertions(+), 1 deletion(-)
15732
15733 commit baa329c6a12c7ffd56feed32351d9405b7d1651b
15734 Author: Behdad Esfahbod <behdad@behdad.org>
15735 Date:   Fri Mar 18 15:52:24 2016 -0700
15736
15737     [GX] Add compact VariationDevice implementation
15738
15739     Add compact format that uses signed bytes instead of shorts.
15740
15741  src/hb-open-type-private.hh        |  1 +
15742  src/hb-ot-layout-common-private.hh | 35
15743  ++++++++++++++++++++++++-----------
15744  2 files changed, 25 insertions(+), 11 deletions(-)
15745
15746 commit 71b06fd392680b6fcfece60d8a83ba6c56eada09
15747 Author: Behdad Esfahbod <behdad@behdad.org>
15748 Date:   Sat Mar 12 23:49:09 2016 -0800
15749
15750     [GX] Add VariationAlternates, to allow conditional lookups in
15751     GSUB/GPOS
15752
15753     Not hooked up to runtime yet.
15754
15755  src/hb-open-type-private.hh        |  1 +
15756  src/hb-ot-layout-common-private.hh | 99
15757  +++++++++++++++++++++++++++++++++++++-
15758  2 files changed, 98 insertions(+), 2 deletions(-)
15759
15760 commit 976eeb8e025e2b7601a91e661d6e9a88bf8afbd2
15761 Author: Behdad Esfahbod <behdad@behdad.org>
15762 Date:   Sat Mar 12 23:28:12 2016 -0800
15763
15764     [GX] Minor
15765
15766  src/hb-ot-layout-common-private.hh | 3 +--
15767  1 file changed, 1 insertion(+), 2 deletions(-)
15768
15769 commit ed8a9067ca0fe51ac4b80dab55db596763df72bb
15770 Author: Behdad Esfahbod <behdad@behdad.org>
15771 Date:   Wed Mar 2 12:54:35 2016 -0800
15772
15773     [GX] Minor
15774
15775  src/hb-ot-layout-common-private.hh | 3 ++-
15776  1 file changed, 2 insertions(+), 1 deletion(-)
15777
15778 commit 15c5ee67473a17859a919104c5e6fed1f813aa65
15779 Author: Behdad Esfahbod <behdad@behdad.org>
15780 Date:   Wed Mar 2 12:41:49 2016 +0900
15781
15782     [GX] Minor rename
15783
15784  src/hb-ot-layout-common-private.hh | 6 +++---
15785  1 file changed, 3 insertions(+), 3 deletions(-)
15786
15787 commit 4c535a822f16b23a4e41e14d1b17fe179b83eabc
15788 Author: Behdad Esfahbod <behdad@behdad.org>
15789 Date:   Wed Mar 2 12:21:36 2016 +0900
15790
15791     [GX] Hookup VariationDevice to Device table implementation
15792
15793  src/hb-ot-layout-common-private.hh | 65
15794  +++++++++++++++++++++++++++++++++++++-
15795  1 file changed, 64 insertions(+), 1 deletion(-)
15796
15797 commit a0c2366075fcb894212b9bf137e4dd34bb65537c
15798 Author: Behdad Esfahbod <behdad@behdad.org>
15799 Date:   Tue Mar 1 19:42:24 2016 +0900
15800
15801     [GX] Break out early if factor is zero
15802
15803     Also disable sanity-checking of variation records.
15804
15805  src/hb-ot-layout-common-private.hh | 9 ++++++++-
15806  1 file changed, 8 insertions(+), 1 deletion(-)
15807
15808 commit ca286703164caf1eda665f6f27ef83bf04e2f8ba
15809 Author: Behdad Esfahbod <behdad@behdad.org>
15810 Date:   Tue Mar 1 19:29:36 2016 +0900
15811
15812     [GX] Towards anisotropic interpolation
15813
15814     Also hookup to ValueRecord and Anchors.
15815
15816  src/hb-font-private.hh             |  5 +++--
15817  src/hb-font.cc                     |  9 +++++++--
15818  src/hb-ot-layout-common-private.hh |  4 ++--
15819  src/hb-ot-layout-gpos-table.hh     | 20 ++++++++++----------
15820  4 files changed, 22 insertions(+), 16 deletions(-)
15821
15822 commit 6d9d3c55bbd4209ba339ccd2b925bb4a6c97f622
15823 Author: Behdad Esfahbod <behdad@behdad.org>
15824 Date:   Tue Mar 1 19:12:08 2016 +0900
15825
15826     [GX] Add data types for encoding numerical variations
15827
15828  src/hb-font-private.hh             |  10 ++++
15829  src/hb-font.cc                     |   3 +
15830  src/hb-ot-layout-common-private.hh | 113
15831  +++++++++++++++++++++++++++++++++++++
15832  3 files changed, 126 insertions(+)
15833
15834 commit b843c6d8b66c2833cd35407ee494546465e6d775
15835 Author: Behdad Esfahbod <behdad@behdad.org>
15836 Date:   Mon Dec 5 13:42:28 2016 -0800
15837
15838     1.3.4
15839
15840  NEWS         | 8 ++++++++
15841  configure.ac | 2 +-
15842  2 files changed, 9 insertions(+), 1 deletion(-)
15843
15844 commit 8c842e4a44908cce0f416481c73dc0866a0a9c95
15845 Author: Behdad Esfahbod <behdad@behdad.org>
15846 Date:   Sun Dec 4 20:28:38 2016 -0800
15847
15848     [hb-fuzzer] Get glyph extents for output glyphs
15849
15850     To exercise glyph-extents codepaths (glyf / CBLC+CBDT).
15851
15852  test/fuzzing/hb-fuzzer.cc | 13 +++++++++++++
15853  1 file changed, 13 insertions(+)
15854
15855 commit 9f6144cdb9dd2bc8cd147306e678d76ae82663d8
15856 Author: Behdad Esfahbod <behdad@behdad.org>
15857 Date:   Sun Dec 4 19:55:17 2016 -0800
15858
15859     [CBDT] Add test for fetching glyph extents
15860
15861  test/shaping/Makefile.am                                 |   1 +
15862  .../sha1sum/ee39587d13b2afa5499cc79e45780aa79293bbd4.ttf | Bin 0 ->
15863  3724 bytes
15864  test/shaping/tests/color-fonts.tests                     |   1 +
15865  3 files changed, 2 insertions(+)
15866
15867 commit e4bfccfb2a0f425ff69b0a50ca8a4731c4001069
15868 Author: Behdad Esfahbod <behdad@behdad.org>
15869 Date:   Sun Dec 4 19:43:33 2016 -0800
15870
15871     [CBDT] Minor
15872
15873  src/hb-ot-cbdt-table.hh | 21 ++++++++++++++-------
15874  src/hb-ot-font.cc       | 38 ++++++++++++++++++++------------------
15875  2 files changed, 34 insertions(+), 25 deletions(-)
15876
15877 commit b7068af423dba30fd831041aabf4b805d26fe349
15878 Author: Behdad Esfahbod <behdad@behdad.org>
15879 Date:   Sun Dec 4 19:36:30 2016 -0800
15880
15881     [CBDT] Fix thinko!
15882
15883  src/hb-ot-cbdt-table.hh | 2 +-
15884  1 file changed, 1 insertion(+), 1 deletion(-)
15885
15886 commit a141d1da9bb0f91521a9a7749f9533c75cfe6a2f
15887 Author: Behdad Esfahbod <behdad@behdad.org>
15888 Date:   Sun Dec 4 19:26:54 2016 -0800
15889
15890     [CBDT] Implement IndexSubtableFormat3
15891
15892  src/hb-ot-cbdt-table.hh | 11 +++++++++--
15893  1 file changed, 9 insertions(+), 2 deletions(-)
15894
15895 commit 9eda74c92c9024ffb8ec6e9344c99d51dd763f0c
15896 Author: Behdad Esfahbod <behdad@behdad.org>
15897 Date:   Sun Dec 4 19:12:52 2016 -0800
15898
15899     [cbdt] Move some more code around
15900
15901  src/hb-ot-cbdt-table.hh | 61
15902  ++++++++++++++++++++++++++++++++++---------------
15903  src/hb-ot-font.cc       | 18 ++++++---------
15904  2 files changed, 49 insertions(+), 30 deletions(-)
15905
15906 commit 654f9ab0d8d5ee032b5da763e34e7b1f454416b9
15907 Author: Behdad Esfahbod <behdad@behdad.org>
15908 Date:   Sun Dec 4 18:56:24 2016 -0800
15909
15910     [cbdt] Fix sign bug
15911
15912     Was introduced in d495fc5e38038f4cfb20425b1109324fa70bf2f9
15913
15914  src/hb-ot-cbdt-table.hh | 2 +-
15915  1 file changed, 1 insertion(+), 1 deletion(-)
15916
15917 commit c27d6fcf8db6f02e075dd1868ae67d878fff39d4
15918 Author: Behdad Esfahbod <behdad@behdad.org>
15919 Date:   Fri Dec 2 22:43:05 2016 -0800
15920
15921     [cbdt] Last of sanitization fixes
15922
15923     Should be all good now..
15924
15925  src/hb-ot-font.cc | 23 ++++++++++++++++-------
15926  1 file changed, 16 insertions(+), 7 deletions(-)
15927
15928 commit d495fc5e38038f4cfb20425b1109324fa70bf2f9
15929 Author: Behdad Esfahbod <behdad@behdad.org>
15930 Date:   Fri Dec 2 21:36:42 2016 -0800
15931
15932     [cbdt] Clean up some more
15933
15934     Almost there..
15935
15936  src/hb-ot-cbdt-table.hh | 134
15937  +++++++++++++++++++++++++++++++++++++++++++-----
15938  src/hb-ot-font.cc       |  38 ++++----------
15939  2 files changed, 131 insertions(+), 41 deletions(-)
15940
15941 commit ce09e90e1502d5f944bafd64e51c29e365a963ae
15942 Author: Behdad Esfahbod <behdad@behdad.org>
15943 Date:   Fri Dec 2 20:12:57 2016 -0800
15944
15945     [cbdt] More sanitize work
15946
15947  src/hb-ot-cbdt-table.hh | 65
15948  +++++++++++++++++++++++++++++--------------------
15949  src/hb-ot-font.cc       | 46 ++++++++++++++++++----------------
15950  2 files changed, 63 insertions(+), 48 deletions(-)
15951
15952 commit 70eb2ff682344688635cebb716fee0b73557c925
15953 Author: Behdad Esfahbod <behdad@behdad.org>
15954 Date:   Fri Dec 2 19:51:23 2016 -0800
15955
15956     Check for offset overflows during sanitize
15957
15958  src/hb-open-type-private.hh | 2 ++
15959  1 file changed, 2 insertions(+)
15960
15961 commit 4b58c9e326acde09d389c699014e4e7f6259f50a
15962 Author: Behdad Esfahbod <behdad@behdad.org>
15963 Date:   Fri Dec 2 19:25:54 2016 -0800
15964
15965     [cbdt] Start fixing sanitization (or lack thereof)
15966
15967  src/hb-ot-cbdt-table.hh | 77
15968  ++++++++++++++++++++++++++++++++++++-------------
15969  src/hb-ot-font.cc       | 22 +++++++-------
15970  2 files changed, 68 insertions(+), 31 deletions(-)
15971
15972 commit b92ba7bafcd9545a401fb871eb342e6284032c47
15973 Author: Behdad Esfahbod <behdad@behdad.org>
15974 Date:   Fri Dec 2 15:21:43 2016 -0800
15975
15976     [CBDT] Use CHAR instead of int8_t
15977
15978  src/hb-open-type-private.hh |  1 +
15979  src/hb-ot-cbdt-table.hh     | 28 ++++++++++++++--------------
15980  2 files changed, 15 insertions(+), 14 deletions(-)
15981
15982 commit efca7bf97f9967af4fa399a6665b723af643cecd
15983 Author: Behdad Esfahbod <behdad@behdad.org>
15984 Date:   Fri Dec 2 15:11:37 2016 -0800
15985
15986     Rename 'ebdt' to 'cbdt' since we only support the PNG format
15987
15988  src/Makefile.sources                             |  2 +-
15989  src/{hb-ot-ebdt-table.hh => hb-ot-cbdt-table.hh} |  6 +++---
15990  src/hb-ot-font.cc                                | 12 ++++++------
15991  3 files changed, 10 insertions(+), 10 deletions(-)
15992
15993 commit 831852594b777f250efedb76d19bee1cfc8eeaa4
15994 Author: Seigo Nonaka <nona@google.com>
15995 Date:   Fri Dec 2 15:03:50 2016 -0800
15996
15997     Introduce get_extent support for color bitmap font. (#351)
15998
15999     hb_font_get_glyph_extents now works for color bitmap fonts.
16000     Currently only font having index format 1 and image format 17
16001     is supported.
16002
16003  src/Makefile.sources    |   1 +
16004  src/hb-ot-ebdt-table.hh | 193
16005  ++++++++++++++++++++++++++++++++++++++++++++++++
16006  src/hb-ot-font.cc       |  96 ++++++++++++++++++++++++
16007  3 files changed, 290 insertions(+)
16008
16009 commit 261837e7202ec584f653f379851e1c6457396b07
16010 Author: Ebrahim Byagowi <ebrahim@gnu.org>
16011 Date:   Fri Oct 28 21:49:11 2016 +0330
16012
16013     Fix "nmake install" when ADDITIONAL_LIB_DIR is provided and test it
16014     on CI (#356)
16015
16016  appveyor.yml             | 1 +
16017  win32/detectenv-msvc.mak | 4 ++--
16018  win32/generate-msvc.mak  | 2 +-
16019  3 files changed, 4 insertions(+), 3 deletions(-)
16020
16021 commit d163cd956246449e3e48b54ce6eb5cdb14e3a0a6
16022 Author: Behdad Esfahbod <behdad@behdad.org>
16023 Date:   Wed Oct 26 18:27:48 2016 +0200
16024
16025     [tests] Add tests for vertical origin with ft and ot font-funcs
16026
16027  .../sha1sum/f9b1dd4dcb515e757789a22cb4241107746fd3d0.ttf | Bin 0 ->
16028  1004 bytes
16029  test/shaping/tests/vertical.tests                        |   2 ++
16030  2 files changed, 2 insertions(+)
16031
16032 commit 2b117720c03869c7714304fd7fbfb2b01199bb3a
16033 Author: Behdad Esfahbod <behdad@behdad.org>
16034 Date:   Wed Oct 26 18:12:50 2016 +0200
16035
16036     Use horizontal ascent as fallback vertical origin
16037
16038  src/hb-font-private.hh | 7 ++++---
16039  1 file changed, 4 insertions(+), 3 deletions(-)
16040
16041 commit a7b32f2057098012b3ab43121397766ae45b3559
16042 Author: Behdad Esfahbod <behdad@behdad.org>
16043 Date:   Wed Oct 26 18:08:41 2016 +0200
16044
16045     Move code around
16046
16047  src/hb-font-private.hh | 38 +++++++++++++++++++++++---------------
16048  1 file changed, 23 insertions(+), 15 deletions(-)
16049
16050 commit 63635c763dd9393df236f49d491510cca18a1ccc
16051 Author: Behdad Esfahbod <behdad@behdad.org>
16052 Date:   Wed Oct 26 17:54:04 2016 +0200
16053
16054     [hb-ot-font] Use ascent+descent as fallback vertical advance
16055
16056  src/hb-ot-font.cc | 8 +++++---
16057  1 file changed, 5 insertions(+), 3 deletions(-)
16058
16059 commit 9ee23c49a7a7b2479ae0d36a64720e92eb8a36e7
16060 Author: Behdad Esfahbod <behdad@behdad.org>
16061 Date:   Wed Oct 26 17:44:16 2016 +0200
16062
16063     Fix vertical glyph origin with hb-ot-font
16064
16065  src/hb-font-private.hh | 51
16066  ++++++++++++++++++++++++++++----------------------
16067  1 file changed, 29 insertions(+), 22 deletions(-)
16068
16069 commit b3b0816d5fc00298621f738cf400de60f8a42c5d
16070 Author: Behdad Esfahbod <behdad@behdad.org>
16071 Date:   Wed Oct 26 17:19:07 2016 +0200
16072
16073     Fix vertical font metrics
16074
16075     Ouch!
16076
16077  src/hb-font-private.hh | 4 ++--
16078  src/hb-ot-font.cc      | 8 ++++++--
16079  2 files changed, 8 insertions(+), 4 deletions(-)
16080
16081 commit 966ac7ecd3d0128a3adacdd26aacef2bd8afa4d4
16082 Author: Behdad Esfahbod <behdad@behdad.org>
16083 Date:   Wed Oct 26 16:17:15 2016 +0200
16084
16085     1.3.3
16086
16087  NEWS         | 24 ++++++++++++++++++++++++
16088  configure.ac |  2 +-
16089  2 files changed, 25 insertions(+), 1 deletion(-)
16090
16091 commit 118164293cc7eb18ba03896f602aff816400134b
16092 Author: Behdad Esfahbod <behdad@behdad.org>
16093 Date:   Wed Oct 26 16:04:30 2016 +0200
16094
16095     Fix "make distcheck"
16096
16097  configure.ac | 3 +--
16098  1 file changed, 1 insertion(+), 2 deletions(-)
16099
16100 commit b6c765871b752c9436ec993e47b48f9d4fecaed5
16101 Author: Behdad Esfahbod <behdad@behdad.org>
16102 Date:   Wed Oct 26 10:33:33 2016 +0200
16103
16104     [ci] Fix appveyor.yml syntax error
16105
16106  appveyor.yml | 2 +-
16107  1 file changed, 1 insertion(+), 1 deletion(-)
16108
16109 commit 0e79ebb3ca9b7b6d238a0007e5ca022845ee9afc
16110 Author: Behdad Esfahbod <behdad@behdad.org>
16111 Date:   Sun Oct 23 14:39:43 2016 +0200
16112
16113     [gobject] Update for new MATH structs
16114
16115  src/hb-gobject-structs.cc | 3 +++
16116  1 file changed, 3 insertions(+)
16117
16118 commit 8c854dc023b1f9e081a3bbd16416b88a4671c267
16119 Merge: bb9805f5 c3fa5d0e
16120 Author: Khaled Hosny <khaledhosny@eglug.org>
16121 Date:   Tue Oct 25 00:31:36 2016 +0300
16122
16123     Merge pull request #352 from fred-wang/makefile-am
16124
16125     Remove inexistent file ttx file from test/api/Makefile.am
16126
16127 commit c3fa5d0e03b57be131c66ea8720806c946d0e10f
16128 Author: Frédéric Wang <fred.wang@free.fr>
16129 Date:   Mon Oct 24 21:42:04 2016 +0200
16130
16131     Remove inexistent file ttx file from test/api/Makefile.am
16132
16133  test/api/Makefile.am | 1 -
16134  1 file changed, 1 deletion(-)
16135
16136 commit bb9805f5419f18c7f5cab32d660fd4109c30f7cc
16137 Merge: 702d9f52 755a0c20
16138 Author: Ebrahim Byagowi <ebrahim@gnu.org>
16139 Date:   Sat Oct 22 12:23:05 2016 +0330
16140
16141     Merge pull request #349 from ebraminio/mergebackvcpkgpatches
16142
16143     [ci] Enable hb-freetype on Windows build tests
16144
16145 commit 755a0c20798e3c3e6bb933a28e38f9667fccdadc
16146 Author: Ebrahim Byagowi <ebrahim@gnu.org>
16147 Date:   Fri Oct 21 11:48:58 2016 +0330
16148
16149     [ci] Enable freetype on msvc using vcpkg
16150
16151  appveyor.yml | 15 +++++++++++++--
16152  1 file changed, 13 insertions(+), 2 deletions(-)
16153
16154 commit 4631d84c2bb51395efe3156f9c9f1a6b0e277947
16155 Author: Ebrahim Byagowi <ebrahim@gnu.org>
16156 Date:   Tue Oct 18 14:30:00 2016 +0330
16157
16158     Merge back @vlj's local patches of vcpkg
16159
16160  win32/config-msvc.mak    | 7 +++++++
16161  win32/detectenv-msvc.mak | 3 +++
16162  2 files changed, 10 insertions(+)
16163
16164 commit 702d9f522d1ac4797700f0ea056f69169b8d1a78
16165 Merge: 331c46c7 d8e2eb9e
16166 Author: Ebrahim Byagowi <ebrahim@gnu.org>
16167 Date:   Fri Oct 14 13:54:55 2016 +0330
16168
16169     Merge pull request #340 from ebraminio/nouniscribe
16170
16171     Make Uniscribe optional on nmake win32 builds
16172
16173 commit d8e2eb9ee0f47af7e90056d8db5949d10a88786a
16174 Author: Ebrahim Byagowi <ebrahim@gnu.org>
16175 Date:   Sun Oct 9 09:06:05 2016 +0330
16176
16177     Make Uniscribe optional on nmake win32 builds
16178
16179     Most of harfbuzz clients don't need Uniscribe and DirectWrite support
16180     at all
16181     as harfbuzz is a replacement for Uniscribe so Chromium and Firefox
16182     are using
16183     harfbuzz without them on Windows.
16184
16185     This removal also helps win32 nmake clients to have reduced binary
16186     size and
16187     libs count.
16188
16189  appveyor.yml            |  2 +-
16190  win32/README.txt        | 13 +++++++------
16191  win32/config-msvc.mak   | 18 +++++++++++++-----
16192  win32/config.h.win32.in |  2 +-
16193  win32/info-msvc.mak     | 11 +++++++++--
16194  5 files changed, 31 insertions(+), 15 deletions(-)
16195
16196 commit 331c46c79b4d18cb4948be12c78ebb71a143e7ac
16197 Author: Behdad Esfahbod <behdad@behdad.org>
16198 Date:   Tue Oct 11 13:45:22 2016 -0700
16199
16200     Fix configure on iOS
16201
16202     Fixes https://github.com/behdad/harfbuzz/issues/342
16203
16204  configure.ac | 3 ++-
16205  1 file changed, 2 insertions(+), 1 deletion(-)
16206
16207 commit f6e194e77a2c34cd118b47c0d73a22afde85dfda
16208 Merge: 7201fdd0 bef240b3
16209 Author: Ebrahim Byagowi <ebrahim@gnu.org>
16210 Date:   Tue Oct 11 17:23:41 2016 +0330
16211
16212     Merge pull request #344 from ebraminio/fixmacci
16213
16214     [ci] Whitelist more symbols and unbreak mac CI
16215
16216 commit bef240b36ee9086b0d92e351e4c5118c0bbb5df6
16217 Author: Ebrahim Byagowi <ebrahim@gnu.org>
16218 Date:   Mon Oct 10 17:27:52 2016 +0330
16219
16220     [ci] Whitelist more symbols and unbreak mac CI
16221
16222     Thanks to @khaledhosny, actually this is his work :)
16223
16224  src/check-symbols.sh | 4 ++--
16225  1 file changed, 2 insertions(+), 2 deletions(-)
16226
16227 commit 7201fdd0a8e26d49b13e289b53de375d5b1c9fcb
16228 Author: Behdad Esfahbod <behdad@behdad.org>
16229 Date:   Tue Oct 4 14:53:17 2016 -0700
16230
16231     LFS (large file system?) support in hb-*shap*, hb-view
16232
16233     Fixes https://github.com/behdad/harfbuzz/issues/336
16234
16235  configure.ac | 3 +++
16236  1 file changed, 3 insertions(+)
16237
16238 commit 34fc4a2cfa61089b7ec2d9510d99cdc4c13bceb4
16239 Author: Behdad Esfahbod <behdad@behdad.org>
16240 Date:   Wed Sep 28 19:17:27 2016 +0200
16241
16242     Fix dist
16243
16244  test/api/Makefile.am | 10 ++++++++++
16245  1 file changed, 10 insertions(+)
16246
16247 commit d1c62370a0c2bdb365a1468dc8d782b9a7245946
16248 Author: Behdad Esfahbod <behdad@behdad.org>
16249 Date:   Wed Sep 28 19:11:22 2016 +0200
16250
16251     Aim math API for 1.3.3 instead of 1.4.0
16252
16253  docs/harfbuzz-docs.xml     |  6 +++---
16254  docs/harfbuzz-sections.txt | 12 ++++++------
16255  src/hb-ot-layout.cc        | 18 +++++++++---------
16256  src/hb-ot-math.h           | 10 +++++-----
16257  4 files changed, 23 insertions(+), 23 deletions(-)
16258
16259 commit 7adbc5dd62ca03a65d1886e0f32e7026964dc5e5
16260 Author: Khaled Hosny <khaledhosny@eglug.org>
16261 Date:   Fri Sep 30 04:01:24 2016 -0700
16262
16263     Fix building math docs (#335)
16264
16265  src/hb-ot-layout.cc | 9 ---------
16266  1 file changed, 9 deletions(-)
16267
16268 commit fd7a245d3525905ffbce57472b52900fcb0e330b
16269 Author: Behdad Esfahbod <behdad@behdad.org>
16270 Date:   Tue Sep 27 17:56:35 2016 +0200
16271
16272     Require glib >= 2.38.0 for G_TEST_DIST
16273
16274  configure.ac | 2 +-
16275  1 file changed, 1 insertion(+), 1 deletion(-)
16276
16277 commit 6d3e6abf0c6ad55dabae96c76b4da9ab14bf16ef
16278 Merge: f73a87d9 c3e21a66
16279 Author: Behdad Esfahbod <behdad@behdad.org>
16280 Date:   Tue Sep 27 17:15:59 2016 +0200
16281
16282     Merge branch 'math'
16283
16284     Supercedes https://github.com/behdad/harfbuzz/pull/326
16285     Fixes https://github.com/behdad/harfbuzz/pull/331
16286
16287 commit c3e21a6620c35500afa350d11620f69802920df3
16288 Author: Behdad Esfahbod <behdad@behdad.org>
16289 Date:   Tue Sep 27 16:51:38 2016 +0200
16290
16291     [MATH] Fix more docs
16292
16293  src/hb-ot-layout.cc | 18 +++++++++---------
16294  src/hb-ot-math.h    | 25 +++++++++++++++++++++++++
16295  2 files changed, 34 insertions(+), 9 deletions(-)
16296
16297 commit 46cc4a3a2a529c80677babe38ca1542f9c773ac0
16298 Author: Behdad Esfahbod <behdad@behdad.org>
16299 Date:   Tue Sep 27 16:44:22 2016 +0200
16300
16301     [MATH] Rename hb_math_*_t types to hb_ot_math_*_t
16302
16303     With this, I believe MATH table API is not ready to be merged.
16304
16305  docs/harfbuzz-sections.txt     |  6 +++---
16306  src/hb-ot-layout-math-table.hh | 12 ++++++------
16307  src/hb-ot-layout.cc            |  8 ++++----
16308  src/hb-ot-math.h               | 16 ++++++++--------
16309  test/api/test-ot-math.c        |  4 ++--
16310  5 files changed, 23 insertions(+), 23 deletions(-)
16311
16312 commit db5ebcf10f8595d1f4a9df27befd6cb5e76ca94d
16313 Author: Behdad Esfahbod <behdad@behdad.org>
16314 Date:   Tue Sep 27 16:42:25 2016 +0200
16315
16316     Update docs
16317
16318  docs/harfbuzz-docs.xml     |  9 +++++++++
16319  docs/harfbuzz-sections.txt | 30 ++++++++++++++++++++++++++++--
16320  2 files changed, 37 insertions(+), 2 deletions(-)
16321
16322 commit 0762b35474c47171e5661904e93851eb73a44e5c
16323 Author: Frédéric Wang <fred.wang@free.fr>
16324 Date:   Tue Sep 27 15:28:35 2016 +0200
16325
16326     Document API for MathVariants (#330)
16327
16328  src/hb-ot-layout.cc | 56
16329  +++++++++++++++++++++++++++++++++++++++++++++++++++++
16330  1 file changed, 56 insertions(+)
16331
16332 commit 8d622f1114d6a0eca1786b94c7fc1a0bcd87f74b
16333 Author: Frédéric Wang <fred.wang@free.fr>
16334 Date:   Tue Sep 27 13:53:34 2016 +0200
16335
16336     Add tests for get_mathvariant (#329)
16337
16338  test/api/test-ot-math.c | 160
16339  ++++++++++++++++++++++++++++++++++++++++++++++++
16340  1 file changed, 160 insertions(+)
16341
16342 commit f73a87d9a8c76a181794b74b527ea268048f78e3
16343 Author: Behdad Esfahbod <behdad@behdad.org>
16344 Date:   Tue Sep 27 13:50:54 2016 +0200
16345
16346     1.3.2
16347
16348  NEWS         | 7 +++++++
16349  configure.ac | 2 +-
16350  2 files changed, 8 insertions(+), 1 deletion(-)
16351
16352 commit 485e4873fb7cacfa9d853272c2275bbc5826023e
16353 Author: Frédéric Wang <fred.wang@free.fr>
16354 Date:   Tue Sep 27 13:18:00 2016 +0200
16355
16356     Add tests for hb_ot_math_get_glyph_variants (#328)
16357
16358  test/api/test-ot-math.c | 126
16359  ++++++++++++++++++++++++++++++++++++++++++++++++
16360  1 file changed, 126 insertions(+)
16361
16362 commit f16bf6c2dacf5b9c82b2d1ffacc092cc396189a7
16363 Author: Phil Krylov <phil.krylov@gmail.com>
16364 Date:   Tue Sep 27 12:38:49 2016 +0200
16365
16366     Allow building with graphite2 without pkg-config (#318)
16367
16368  configure.ac | 10 ++++++++++
16369  1 file changed, 10 insertions(+)
16370
16371 commit a5629a2ed9c2e69f2b4ebb74d85fbe0b5ba2be67
16372 Author: Behdad Esfahbod <behdad@behdad.org>
16373 Date:   Tue Sep 27 11:30:44 2016 +0200
16374
16375     [MATH] Simplify test
16376
16377  test/api/test-ot-math.c | 3 +--
16378  1 file changed, 1 insertion(+), 2 deletions(-)
16379
16380 commit edcfa789bf92c18f5badad31c0ad04a6a77d7226
16381 Author: Frédéric Wang <fred.wang@free.fr>
16382 Date:   Tue Sep 27 11:02:08 2016 +0200
16383
16384     test-ot-math: Use different scales for vertical
16385     and horizontal directions and add test for
16386     hb_ot_math_get_min_connector_overlap. (#327)
16387
16388  test/api/test-ot-math.c | 81
16389  ++++++++++++++++++++++++++++++-------------------
16390  1 file changed, 49 insertions(+), 32 deletions(-)
16391
16392 commit bc19f7fe20e89823dba07a46c3d48c7406b781b6
16393 Author: Behdad Esfahbod <behdad@behdad.org>
16394 Date:   Tue Sep 27 10:58:08 2016 +0200
16395
16396     [MATH] Add HB_OT_MATH_SCRIPT
16397
16398  src/hb-ot-math.h | 3 +++
16399  1 file changed, 3 insertions(+)
16400
16401 commit cdc9eef7da934ae71578694f29665e439686c3bd
16402 Author: Behdad Esfahbod <behdad@behdad.org>
16403 Date:   Mon Sep 26 22:18:41 2016 +0200
16404
16405     [MATH] Enable tests for glyph-assembly italics-correction
16406
16407  test/api/test-ot-math.c | 49
16408  ++++++++++++++++++++++++++++++-------------------
16409  1 file changed, 30 insertions(+), 19 deletions(-)
16410
16411 commit 86106c7528d9bff8de6bc3e1487be780c31ea4fd
16412 Author: Behdad Esfahbod <behdad@behdad.org>
16413 Date:   Mon Sep 26 22:12:48 2016 +0200
16414
16415     [MATH] Rename all API to hb_ot_math_*
16416
16417  src/hb-ot-layout-private.hh    |  10 --
16418  src/hb-ot-layout.cc            |  69 ++++----
16419  src/hb-ot-math.h               |  56 +++---
16420  test/api/Makefile.am           |   6 +-
16421  test/api/test-ot-layout-math.c | 382
16422  -----------------------------------------
16423  test/api/test-ot-math.c        | 381
16424  ++++++++++++++++++++++++++++++++++++++++
16425  6 files changed, 447 insertions(+), 457 deletions(-)
16426
16427 commit 1ba767cd4e3606beb9dc59806b83b1e61f5958d4
16428 Author: Behdad Esfahbod <behdad@behdad.org>
16429 Date:   Mon Sep 26 21:57:14 2016 +0200
16430
16431     [MATH] Move API from hb-ot-layout.h to hb-ot-math.h
16432
16433  src/hb-ot-layout.h | 52
16434  --------------------------------------------------
16435  src/hb-ot-math.h   | 56
16436  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
16437  src/hb-ot.h        |  1 +
16438  3 files changed, 57 insertions(+), 52 deletions(-)
16439
16440 commit 97b72da6006d8d6355ee90d514f627e6604a4936
16441 Author: Behdad Esfahbod <behdad@behdad.org>
16442 Date:   Mon Sep 26 21:53:25 2016 +0200
16443
16444     Whitespace
16445
16446  src/hb-ot-layout-math-table.hh | 2 +-
16447  1 file changed, 1 insertion(+), 1 deletion(-)
16448
16449 commit 559eb564472575ae4d87a241314b8a3ca24418c4
16450 Author: Behdad Esfahbod <behdad@behdad.org>
16451 Date:   Mon Sep 26 21:46:05 2016 +0200
16452
16453     [MATH] Wire up get_glyph_assembly()
16454
16455  src/hb-ot-layout-math-table.hh | 64
16456  ++++++++++++++++++++++++++++++++++++++----
16457  src/hb-ot-layout.cc            | 26 +++++++++--------
16458  src/hb-ot-layout.h             | 14 ++++-----
16459  3 files changed, 81 insertions(+), 23 deletions(-)
16460
16461 commit 353f455af7ccbc1af8338dcb0c8ab87aef866c79
16462 Author: Behdad Esfahbod <behdad@behdad.org>
16463 Date:   Mon Sep 26 21:22:48 2016 +0200
16464
16465     [MATH] Wire up get_glyph_variants()
16466
16467  src/hb-font-private.hh         |  11 ++-
16468  src/hb-ot-layout-math-table.hh | 178
16469  +++++++++++++++++++----------------------
16470  src/hb-ot-layout.cc            |   7 +-
16471  src/hb-ot-layout.h             |   2 +-
16472  4 files changed, 95 insertions(+), 103 deletions(-)
16473
16474 commit 7fe0e28c22331a353d396f8bc1e3a60f1580a96d
16475 Author: Behdad Esfahbod <behdad@behdad.org>
16476 Date:   Mon Sep 26 17:51:47 2016 +0100
16477
16478     [MATH] Start fleshing out glyph variant API
16479
16480  src/hb-font-private.hh         |  4 +++
16481  src/hb-ot-layout-math-table.hh | 10 ++----
16482  src/hb-ot-layout.cc            | 73
16483  +++++++++++++++---------------------------
16484  src/hb-ot-layout.h             | 20 ++++++++++++
16485  src/hb-ot-math.h               | 18 +++++++++++
16486  5 files changed, 71 insertions(+), 54 deletions(-)
16487
16488 commit 1f3327f21045df8a050a21a949b44b9ce186ceaa
16489 Author: Behdad Esfahbod <behdad@behdad.org>
16490 Date:   Mon Sep 26 16:10:08 2016 +0100
16491
16492     [MATH] Clean up math variants
16493
16494  src/hb-ot-layout-math-table.hh | 35 +++++++++--------------------------
16495  1 file changed, 9 insertions(+), 26 deletions(-)
16496
16497 commit 51da7a1cd672aada84bdbb3a2a8dd77ab1134249
16498 Author: Frédéric Wang <fred.wang@free.fr>
16499 Date:   Thu Aug 25 11:17:50 2016 +0200
16500
16501     MATH table: Add API to access math variants.
16502
16503  src/hb-ot-layout-math-table.hh          | 253
16504  +++++++++++++++++++++++++++++++-
16505  src/hb-ot-layout-private.hh             |  10 ++
16506  src/hb-ot-layout.cc                     |  54 +++++++
16507  test/api/fonts/MathTestFontPartial4.otf | Bin 0 -> 14360 bytes
16508  test/api/test-ot-layout-math.c          |  51 +++++++
16509  5 files changed, 364 insertions(+), 4 deletions(-)
16510
16511 commit 722e620f20fa2225cf874f4aeb115a064142fcf1
16512 Author: Frédéric Wang <fred.wang@free.fr>
16513 Date:   Mon Sep 26 11:51:36 2016 +0200
16514
16515     Use G_TEST_DIST to build the path of math test fonts
16516
16517  test/api/Makefile.am           | 2 ++
16518  test/api/test-ot-layout-math.c | 8 ++++++--
16519  2 files changed, 8 insertions(+), 2 deletions(-)
16520
16521 commit 8d58e3433e242bd9dd18aa08f55ab0a406583fb0
16522 Author: Behdad Esfahbod <behdad@behdad.org>
16523 Date:   Mon Sep 26 13:39:58 2016 +0100
16524
16525     [MATH] Fix get_kerning() with negative y-scale
16526
16527  src/hb-ot-layout-math-table.hh | 36 +++++++++++++++++++++---------------
16528  1 file changed, 21 insertions(+), 15 deletions(-)
16529
16530 commit 94f5df5626b223ad92d0c167f560c1f2e2f19042
16531 Author: Behdad Esfahbod <behdad@behdad.org>
16532 Date:   Mon Sep 26 13:31:47 2016 +0100
16533
16534     [MATH] Clean up get_kerning()
16535
16536  src/hb-ot-layout-math-table.hh | 29 +++++++++++++++++------------
16537  src/hb-ot-layout.cc            |  5 +----
16538  2 files changed, 18 insertions(+), 16 deletions(-)
16539
16540 commit 17ff30e9afde79e41c17786223293e867b49ebba
16541 Author: Behdad Esfahbod <behdad@behdad.org>
16542 Date:   Mon Sep 26 12:18:32 2016 +0100
16543
16544     [MATH] Clean up get_top_accent_attachment()
16545
16546     Note, the function now returns "half of horizontal advance width"
16547     if top accent attachment for glyph is not explicitly defined.
16548     This is what the spec requires.  Updated tests.
16549
16550  src/hb-ot-layout-math-table.hh | 31 +++++++++++--------------------
16551  src/hb-ot-layout.cc            |  7 +------
16552  test/api/test-ot-layout-math.c |  8 ++++----
16553  3 files changed, 16 insertions(+), 30 deletions(-)
16554
16555 commit 8bcf517fe59608d2247a8974445b3ff0f4b4b4ac
16556 Author: Behdad Esfahbod <behdad@behdad.org>
16557 Date:   Mon Sep 26 12:12:41 2016 +0100
16558
16559     [MATH] Clean up get_italics_correction()
16560
16561  src/hb-ot-layout-math-table.hh | 16 ++++++++--------
16562  src/hb-ot-layout.cc            | 17 ++++++-----------
16563  src/hb-ot-layout.h             |  4 ++--
16564  test/api/test-ot-layout-math.c | 18 +++++++++---------
16565  4 files changed, 25 insertions(+), 30 deletions(-)
16566
16567 commit 06003f71ba0d0327fb1a17098a9d7faa8fb336f0
16568 Author: Behdad Esfahbod <behdad@behdad.org>
16569 Date:   Mon Sep 26 12:07:29 2016 +0100
16570
16571     [MATH] Clean up a bit more
16572
16573  src/hb-ot-layout-math-table.hh | 12 +--------
16574  src/hb-ot-layout.cc            | 57
16575  ++++++++++++++++--------------------------
16576  2 files changed, 22 insertions(+), 47 deletions(-)
16577
16578 commit 54c0cc38fba24fa4370231408ba121589b190a28
16579 Author: Behdad Esfahbod <behdad@behdad.org>
16580 Date:   Mon Sep 26 11:56:40 2016 +0100
16581
16582     [MATH] Clean up get_math_constant implementation
16583
16584  src/hb-ot-layout-math-table.hh | 10 +++++-----
16585  src/hb-ot-layout.cc            |  5 ++---
16586  2 files changed, 7 insertions(+), 8 deletions(-)
16587
16588 commit 8a8cfad9a0834fe278a747c1d755144bd78f564b
16589 Author: Behdad Esfahbod <behdad@behdad.org>
16590 Date:   Mon Sep 26 11:47:05 2016 +0100
16591
16592     [MATH] Cleanup previous commit a bit
16593
16594  src/hb-ot-layout-math-table.hh | 186
16595  ++++++++++++++++++++---------------------
16596  src/hb-ot-layout.cc            |  30 +++----
16597  src/hb-ot-layout.h             |  14 ++--
16598  3 files changed, 113 insertions(+), 117 deletions(-)
16599
16600 commit d7182d129612c619b9026ee9b15f2dcfada132db
16601 Author: Frédéric Wang <fred.wang@free.fr>
16602 Date:   Thu Aug 25 11:15:31 2016 +0200
16603
16604     MATH Table: Add API to access glyph info.
16605
16606  src/hb-ot-layout-math-table.hh          | 271
16607  +++++++++++++++++++++++++++++++-
16608  src/hb-ot-layout.cc                     | 114 ++++++++++++++
16609  src/hb-ot-layout.h                      |  18 +++
16610  src/hb-ot-math.h                        |   7 +
16611  test/api/fonts/MathTestFontPartial1.otf | Bin 0 -> 14348 bytes
16612  test/api/fonts/MathTestFontPartial2.otf | Bin 0 -> 14356 bytes
16613  test/api/fonts/MathTestFontPartial3.otf | Bin 0 -> 14380 bytes
16614  test/api/test-ot-layout-math.c          | 155 ++++++++++++++++++
16615  8 files changed, 563 insertions(+), 2 deletions(-)
16616
16617 commit 6fd2fe418dc838743f0d4a8a2222cdcaf587500c
16618 Author: Behdad Esfahbod <behdad@behdad.org>
16619 Date:   Mon Sep 26 11:24:39 2016 +0100
16620
16621     [MATH] Fixup math constants commit a bit more
16622
16623  src/hb-ot-layout-math-table.hh | 24 +++++++++++-------------
16624  1 file changed, 11 insertions(+), 13 deletions(-)
16625
16626 commit 1a381153a2e6a15bded1f8e31f6b0e0cadb078af
16627 Author: Behdad Esfahbod <behdad@behdad.org>
16628 Date:   Mon Sep 26 11:15:59 2016 +0100
16629
16630     [MATH] Fixups for math constants commit
16631
16632  src/hb-ot-layout-math-table.hh | 19 +++++++++----------
16633  1 file changed, 9 insertions(+), 10 deletions(-)
16634
16635 commit 319ff59161e6b027391f8b9fdce0db6dd44cc20d
16636 Author: Frédéric Wang <fred.wang@free.fr>
16637 Date:   Thu Aug 25 11:06:41 2016 +0200
16638
16639     MATH Table: Add API to access math contants.
16640
16641  src/Makefile.sources                |   1 +
16642  src/hb-ot-layout-math-table.hh      | 146
16643  +++++++++++++++++++++++++++++++++++-
16644  src/hb-ot-layout.cc                 |  25 ++++++
16645  src/hb-ot-layout.h                  |   5 ++
16646  src/hb-ot-math.h                    | 100 ++++++++++++++++++++++++
16647  test/api/fonts/MathTestFontFull.otf | Bin 0 -> 25412 bytes
16648  test/api/test-ot-layout-math.c      |  72 ++++++++++++++++++
16649  7 files changed, 345 insertions(+), 4 deletions(-)
16650
16651 commit 4d3892e9b05a4df67b2f5cfd6dd3a1e0f5b38fc7
16652 Author: Behdad Esfahbod <behdad@behdad.org>
16653 Date:   Mon Sep 26 10:45:58 2016 +0100
16654
16655     [MATH] Fixups for previous commit
16656
16657  src/hb-ot-layout-math-table.hh |  8 ++++----
16658  src/hb-ot-layout.cc            | 29 +++++++++++++++++++----------
16659  src/hb-ot-layout.h             |  2 ++
16660  test/api/Makefile.am           |  6 ++----
16661  test/api/test-ot-layout-math.c | 16 +++++++++-------
16662  5 files changed, 36 insertions(+), 25 deletions(-)
16663
16664 commit 5fbcb992bd7887f95b1cf2ca045c9226de8148fc
16665 Author: Frédéric Wang <fred.wang@free.fr>
16666 Date:   Thu Aug 25 10:47:15 2016 +0200
16667
16668     MATH Table: Add API to check availability of math data.
16669
16670  src/Makefile.sources                 |   1 +
16671  src/hb-ot-layout-math-table.hh       |  60 +++++++++++++++++++++
16672  src/hb-ot-layout-private.hh          |   3 ++
16673  src/hb-ot-layout.cc                  |  45 ++++++++++++++++
16674  src/hb-ot-layout.h                   |   7 +++
16675  test/api/Makefile.am                 |  14 ++++-
16676  test/api/fonts/MathTestFontEmpty.otf | Bin 0 -> 14320 bytes
16677  test/api/fonts/MathTestFontNone.otf  | Bin 0 -> 14284 bytes
16678  test/api/test-ot-layout-math.c       |  98
16679  +++++++++++++++++++++++++++++++++++
16680  9 files changed, 227 insertions(+), 1 deletion(-)
16681
16682 commit 02bfd965af588640250c47f344ad3096c8a373e0
16683 Author: Gregory Morse <gregory.morse@live.com>
16684 Date:   Mon Sep 12 10:22:15 2016 +0200
16685
16686     Update detectenv-msvc.mak (#316)
16687
16688     Windows x86 ARM capability
16689
16690  win32/detectenv-msvc.mak | 3 +++
16691  1 file changed, 3 insertions(+)
16692
16693 commit fc4e671f311241e21c1cc3ed941b1fc651875a2e
16694 Author: Ebrahim Byagowi <ebrahim@gnu.org>
16695 Date:   Fri Sep 9 23:28:28 2016 +0430
16696
16697     [coretext] Use intended coretext version check logic (#315)
16698
16699  src/hb-coretext.cc | 3 ++-
16700  1 file changed, 2 insertions(+), 1 deletion(-)
16701
16702 commit 48677345281a93d8829dd37d0480a6062945416a
16703 Author: Khaled Hosny <khaledhosny@eglug.org>
16704 Date:   Thu Sep 8 04:44:37 2016 +0300
16705
16706     Try to unbreak building on older macOS again (#314)
16707
16708  src/hb-coretext.cc | 2 +-
16709  1 file changed, 1 insertion(+), 1 deletion(-)
16710
16711 commit d22ab6cf040467e7f17476ccdfe9cab4dce16639
16712 Author: Behdad Esfahbod <behdad@behdad.org>
16713 Date:   Wed Sep 7 14:28:47 2016 -0700
16714
16715     1.3.1
16716
16717  NEWS         | 9 +++++++++
16718  configure.ac | 2 +-
16719  2 files changed, 10 insertions(+), 1 deletion(-)
16720
16721 commit b717cd7be506217e466e32a456df9af4d2720c0c
16722 Author: Dominik Röttsches <d-r@roettsches.de>
16723 Date:   Wed Sep 7 23:56:57 2016 +0300
16724
16725     Do reconfigure the cascade list for Emoji font on OS X 10.9.5 (#313)
16726
16727     This seems to fix crash issues on 10.9.5 reported on Chrome, compare
16728     crbug.com/549610
16729
16730  src/hb-coretext.cc | 13 ++++++++++---
16731  1 file changed, 10 insertions(+), 3 deletions(-)
16732
16733 commit 67e9fdf427e8536f0a134f84ad3bf1740245fe12
16734 Author: Dominik Röttsches <d-r@roettsches.de>
16735 Date:   Mon Sep 5 11:27:25 2016 +0300
16736
16737     Blacklist Padauk 2.80 and 3.00 (#311)
16738
16739     According to comments in issue #305 broken GDEF tables lead
16740     to incorrect rendering of Latin characters. Blacklisting
16741     this font.
16742
16743  src/hb-ot-layout.cc | 8 ++++++++
16744  1 file changed, 8 insertions(+)
16745
16746 commit 17f0dd2dfb9a15aed9d1a229115940cc23bdbc97
16747 Author: Ebrahim Byagowi <ebrahim@gnu.org>
16748 Date:   Fri Sep 2 01:21:48 2016 +0430
16749
16750     [ci] Add msys2 build to CI and run its testsuite on Windows (#310)
16751
16752  appveyor.yml | 20 ++++++++++++++++----
16753  1 file changed, 16 insertions(+), 4 deletions(-)
16754
16755 commit 5362ce6a6455c539d615e7fb221a904ac744b74c
16756 Author: Ebrahim Byagowi <ebrahim@gnu.org>
16757 Date:   Thu Sep 1 20:05:45 2016 +0430
16758
16759     [dwrite] Minor, don't include unnecessary headers (#309)
16760
16761  src/hb-directwrite.cc | 4 ----
16762  1 file changed, 4 deletions(-)
16763
16764 commit c4f36b04e32ae5111ef11d225e5d6e82c8216185
16765 Author: Ebrahim Byagowi <ebrahim@gnu.org>
16766 Date:   Thu Sep 1 17:31:16 2016 +0430
16767
16768     [ci] Add Windows CI support, provided by AppVeyor (#308)
16769
16770  README                  |  1 +
16771  appveyor.yml            | 28 ++++++++++++++++++++++++++++
16772  win32/generate-msvc.mak |  2 +-
16773  3 files changed, 30 insertions(+), 1 deletion(-)
16774
16775 commit 3d976d20f1b97c771e64a9cfed2760ebec64037a
16776 Author: Khaled Hosny <khaledhosny@eglug.org>
16777 Date:   Sat Aug 27 16:38:42 2016 +0300
16778
16779     Show the shaper name in the debug message (#306)
16780
16781  src/hb-shape-plan.cc | 5 +++--
16782  1 file changed, 3 insertions(+), 2 deletions(-)
16783
16784 commit 547ddb0721365dca985aef5b759d08718f7c5f82
16785 Merge: bd1aac9c e7ecbba2
16786 Author: Sascha Brawer <sascha@brawer.ch>
16787 Date:   Thu Aug 18 22:33:14 2016 +0200
16788
16789     Merge pull request #303 from behdad/fonnapa
16790
16791     Support Americanist Phonetic Notation
16792
16793 commit e7ecbba2cc3c9369c5e7dc7296cb210018aca3bb
16794 Author: Sascha Brawer <sascha@brawer.ch>
16795 Date:   Thu Aug 18 12:48:38 2016 +0200
16796
16797     Support Americanist Phonetic Notation
16798
16799     OpenType language system tag: `APPH`
16800     https://www.microsoft.com/typography/otspec/languagetags.htm
16801
16802     IETF BCP47 variant tag: `fonnapa`
16803     http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
16804
16805  src/hb-ot-tag.cc       | 14 ++++++++++++--
16806  test/api/test-ot-tag.c |  6 ++++++
16807  2 files changed, 18 insertions(+), 2 deletions(-)
16808
16809 commit bd1aac9c0021a936058637424a478abf792533dd
16810 Merge: 18c19dd3 a0f1b44b
16811 Author: Sascha Brawer <sascha@brawer.ch>
16812 Date:   Thu Aug 18 13:59:38 2016 +0200
16813
16814     Merge pull request #302 from khaledhosny/master
16815
16816     [travis] Fix MacOS libtool issue
16817
16818 commit a0f1b44b6c0e3b1e6a1ba63dde2be22e0425353f
16819 Author: Khaled Hosny <khaledhosny@eglug.org>
16820 Date:   Tue Aug 16 03:09:04 2016 +0200
16821
16822     [coretext] Blind fix for build on MacOS 10.9
16823
16824  src/hb-coretext.cc | 2 +-
16825  1 file changed, 1 insertion(+), 1 deletion(-)
16826
16827 commit 0634d5600e559a69a92d49173ffb8e715fe7576c
16828 Author: Khaled Hosny <khaledhosny@eglug.org>
16829 Date:   Tue Aug 16 02:49:48 2016 +0200
16830
16831     [travis] Fix MacOS libtool issue
16832
16833     Reveals another MacOS build breakage in the Core Text shaper.
16834
16835  .travis.yml | 1 +
16836  1 file changed, 1 insertion(+)
16837
16838 commit 18c19dd34dcdcaab0a6d47768339f8fb70c0d3f0
16839 Author: Behdad Esfahbod <behdad@behdad.org>
16840 Date:   Tue Aug 9 13:03:14 2016 -0700
16841
16842     Fix build
16843
16844  test/api/test-ot-tag.c | 5 ++++-
16845  1 file changed, 4 insertions(+), 1 deletion(-)
16846
16847 commit 91f2585411aaf5565fcf0c991b9055b0b397f1cd
16848 Author: Behdad Esfahbod <behdad@behdad.org>
16849 Date:   Mon Aug 8 18:08:08 2016 -0700
16850
16851     Actually add test
16852
16853  test/shaping/Makefile.am | 1 +
16854  1 file changed, 1 insertion(+)
16855
16856 commit f1b76275da716a4174092e6389979e03c0e3be59
16857 Author: Behdad Esfahbod <behdad@behdad.org>
16858 Date:   Mon Aug 8 18:06:09 2016 -0700
16859
16860     Add tests for Chinese language tags
16861
16862     Using font from https://github.com/behdad/harfbuzz/issues/300
16863
16864  .../sha1sum/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf | Bin 0 ->
16865  5596 bytes
16866  test/shaping/tests/language-tags.tests                   |  12
16867  ++++++++++++
16868  2 files changed, 12 insertions(+)
16869
16870 commit 37f21bdbb75c98d741e749b7f1e0f367941aef4e
16871 Author: Behdad Esfahbod <behdad@behdad.org>
16872 Date:   Mon Aug 8 17:57:06 2016 -0700
16873
16874     Map Macao to ZHH lang tag
16875
16876     Fixes https://github.com/behdad/harfbuzz/issues/300
16877
16878  src/hb-ot-tag.cc | 3 ++-
16879  1 file changed, 2 insertions(+), 1 deletion(-)
16880
16881 commit 09c7a2d6bf00dc902343e999f92cac0e8146f949
16882 Author: Behdad Esfahbod <behdad@behdad.org>
16883 Date:   Mon Aug 8 17:28:54 2016 -0700
16884
16885     Limit bits-per-feature to eight
16886
16887     Limits number of alternatives per glyph per feature to 255, so be it.
16888     That's better than possibly breaking shaping because of one bad
16889     feature
16890     value.
16891
16892  src/hb-ot-map.cc | 3 ++-
16893  1 file changed, 2 insertions(+), 1 deletion(-)
16894
16895 commit 333173103bb618f721bd25d0c565a3c3c9ea224e
16896 Author: Behdad Esfahbod <behdad@behdad.org>
16897 Date:   Mon Aug 8 17:24:04 2016 -0700
16898
16899     Fix sign of shift operators
16900
16901     This one:
16902
16903       map->mask = (1 << (next_bit + bits_needed)) - (1 << next_bit);
16904
16905     before the fix, the shift was done as an int, causing overflow
16906     if it ever got to 1 << 31.  Sprinkle 'u's around.
16907
16908     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=634805
16909
16910  src/hb-buffer-private.hh | 6 +++---
16911  src/hb-cache-private.hh  | 8 ++++----
16912  src/hb-coretext.cc       | 2 +-
16913  src/hb-directwrite.cc    | 2 +-
16914  src/hb-face.cc           | 2 --
16915  src/hb-font.cc           | 2 --
16916  src/hb-ft.cc             | 6 ++++--
16917  src/hb-ot-map.cc         | 4 ++--
16918  src/hb-set-private.hh    | 4 ++--
16919  src/hb-uniscribe.cc      | 4 ++--
16920  10 files changed, 19 insertions(+), 21 deletions(-)
16921
16922 commit 10a0d4aa2254f783758bb908175047df3a0b41fe
16923 Author: Behdad Esfahbod <behdad@behdad.org>
16924 Date:   Mon Aug 8 16:51:08 2016 -0700
16925
16926     Map zh-Hant-HK to ZHH
16927
16928     Fixes https://github.com/behdad/harfbuzz/issues/300
16929
16930  src/hb-ot-tag.cc | 4 +++-
16931  1 file changed, 3 insertions(+), 1 deletion(-)
16932
16933 commit dd31fc9f7e6d23b414b22874de96eb3c002c80ba
16934 Author: Khaled Hosny <khaledhosny@eglug.org>
16935 Date:   Fri Jul 22 02:26:54 2016 +0300
16936
16937     Don’t build UCDN support when building with GLib (#296)
16938
16939     Regression from: b424b6c372dfe4c0ed75a49761eb34a416819446.
16940
16941  configure.ac | 2 +-
16942  1 file changed, 1 insertion(+), 1 deletion(-)
16943
16944 commit 489acf6c3180d3726158864fa0e1adeea3c23fae
16945 Author: Behdad Esfahbod <behdad@behdad.org>
16946 Date:   Fri Jul 22 17:41:43 2016 -0700
16947
16948     [coretext] "Fix" crashes on CoreText < 10.10
16949
16950     Fixes https://github.com/behdad/harfbuzz/issues/297
16951
16952  src/hb-coretext.cc | 8 ++++++++
16953  1 file changed, 8 insertions(+)
16954
16955 commit a732e00ea4fffebaa85a89420f09df4c11d650e0
16956 Author: Behdad Esfahbod <behdad@behdad.org>
16957 Date:   Thu Jul 21 01:58:00 2016 -0700
16958
16959     1.3.0
16960
16961  NEWS         | 15 +++++++++++++++
16962  configure.ac |  2 +-
16963  2 files changed, 16 insertions(+), 1 deletion(-)
16964
16965 commit 08c08af2f9ed683ad20322c3ef1ba0f87ce15426
16966 Author: Behdad Esfahbod <behdad@behdad.org>
16967 Date:   Thu Jul 21 01:23:33 2016 -0700
16968
16969     [ucdn] Update to Unicode 9.0.0
16970
16971     Fixes https://github.com/grigorig/ucdn/issues/12
16972
16973  src/hb-ucdn.cc               |    6 +
16974  src/hb-ucdn/README           |    1 -
16975  src/hb-ucdn/ucdn.c           |   80 +-
16976  src/hb-ucdn/ucdn.h           |   98 +-
16977  src/hb-ucdn/unicodedata_db.h | 4750
16978  +++++++++++++++++++++++-------------------
16979  5 files changed, 2783 insertions(+), 2152 deletions(-)
16980
16981 commit f3f6c1ccbf89e15cda03e0c3a2df4297e98adf60
16982 Author: jfkthame <jfkthame@gmail.com>
16983 Date:   Thu Jun 16 00:10:42 2016 +0100
16984
16985     Blacklist GDEF tables of more fonts
16986
16987     This is based on bug reports that have been filed against Firefox
16988     since it
16989     updated to a version of harfbuzz that uses zeroing by GDEF rather
16990     than by
16991     Unicode. I'm sure there are a bunch more font versions that should
16992     also be
16993     included; these are just the ones I have on hand and have confirmed
16994     as having
16995     bad GDEF data.
16996
16997     Given how the list here is growing, I think we should reconsider
16998     the approach,
16999     and perhaps revert to zeroing by Unicode instead.
17000
17001     Fixes https://github.com/behdad/harfbuzz/issues/264
17002     Fixes https://github.com/behdad/harfbuzz/pull/266
17003
17004  src/hb-ot-layout.cc | 39 +++++++++++++++++++++++++++++++++++++++
17005  1 file changed, 39 insertions(+)
17006
17007 commit 34f9aa582c3a03b578c7eae3d2e8860a0bd5cb00
17008 Author: Behdad Esfahbod <behdad@behdad.org>
17009 Date:   Wed Jul 20 02:35:54 2016 -0700
17010
17011     Implement symbol cmap in ft and ot fonts
17012
17013     Fixes https://github.com/behdad/harfbuzz/issues/236
17014     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=627953
17015
17016  src/hb-ft.cc      | 27 +++++++++++++++++++++++----
17017  src/hb-ot-font.cc | 50 ++++++++++++++++++++++++++++++++++++++------------
17018  2 files changed, 61 insertions(+), 16 deletions(-)
17019
17020 commit 6363d7df28dc4307ef1abb9857d14c35e656b85a
17021 Author: Behdad Esfahbod <behdad@behdad.org>
17022 Date:   Wed Jul 20 01:43:56 2016 -0700
17023
17024     Clean up buffer area when rewinding
17025
17026     Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=614647
17027     If allocation fails, we might be leaving junk behind.  At least
17028     clear it up.
17029
17030  src/hb-buffer.cc | 8 ++++++++
17031  1 file changed, 8 insertions(+)
17032
17033 commit f80c34eb556d12c45c961d6742c289baef58899d
17034 Author: Behdad Esfahbod <behdad@behdad.org>
17035 Date:   Tue Jul 12 11:18:26 2016 -0700
17036
17037     Whitespace
17038
17039  src/hb-unicode-private.hh | 4 ++--
17040  1 file changed, 2 insertions(+), 2 deletions(-)
17041
17042 commit 874421203e0161db2cbfb27be6c039cba57f7c63
17043 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17044 Date:   Tue Jul 12 03:49:21 2016 +0430
17045
17046     [coretext] Speculative fix for CoreText nullptr access (#288)
17047
17048  src/hb-coretext.cc | 14 +++++++++-----
17049  1 file changed, 9 insertions(+), 5 deletions(-)
17050
17051 commit 6bf9db4f1e1d51f9acb5e37b89caa8f4d275e7ce
17052 Author: Birunthan Mohanathas <birunthan@mohanathas.com>
17053 Date:   Mon Jul 11 13:38:23 2016 -0700
17054
17055     [ft] Fix unsafe cast of FT_Done_Face in
17056     hb_ft_{face,font}_create_referenced (#289)
17057
17058     Prior to this change the function `FT_Error FT_Done_Face(FT_Face
17059     *)` was
17060     called through a pointer with the signature `void (void *)`
17061     resulting in
17062     undefined behaviour.
17063
17064  src/hb-ft.cc | 12 +++++++++---
17065  1 file changed, 9 insertions(+), 3 deletions(-)
17066
17067 commit 0b8f3ab0220ca4731516313828515f26bb480645
17068 Author: Steve Lhomme <slhomme@matroska.org>
17069 Date:   Mon Jul 11 21:57:26 2016 +0200
17070
17071     clang in MSVC mode doesn't like when we redefine __attribute__ (#283)
17072
17073  src/hb-private.hh | 2 +-
17074  1 file changed, 1 insertion(+), 1 deletion(-)
17075
17076 commit 2f522fd485c2e946c9bce9e3828b6ff6247c59e4
17077 Merge: d3e2a06b e4d451ee
17078 Author: Behdad Esfahbod <behdad@behdad.org>
17079 Date:   Fri Jul 1 17:09:28 2016 -0700
17080
17081     Merge pull request #286 from khaledhosny/gi-tag_from_string
17082
17083     [introspection] Fix hb_tag_from_string annotation
17084
17085 commit e4d451ee55a57e1231b4076fcd1e87994f6b9528
17086 Author: Khaled Hosny <khaledhosny@eglug.org>
17087 Date:   Sat Jul 2 00:04:57 2016 +0200
17088
17089     [introspection] Fix hb_tag_from_string annotation
17090
17091  src/hb-common.cc | 2 +-
17092  1 file changed, 1 insertion(+), 1 deletion(-)
17093
17094 commit d3e2a06b0f2587e913a9c3ff1a20c187f260db80
17095 Author: Behdad Esfahbod <behdad@behdad.org>
17096 Date:   Thu Jun 30 11:01:22 2016 -0700
17097
17098     [python] Use utf-32 / utf-16 based on build of Python
17099
17100     Fixes https://github.com/behdad/harfbuzz/pull/271
17101
17102  src/sample.py | 22 +++++++++++++++++++++-
17103  1 file changed, 21 insertions(+), 1 deletion(-)
17104
17105 commit fc9de44a03a97f6e93bd98d804596cb1f9f4b5fd
17106 Author: Behdad Esfahbod <behdad@behdad.org>
17107 Date:   Thu Jun 30 09:46:52 2016 -0700
17108
17109     Comments
17110
17111  src/hb-coretext.cc | 18 +++++++++---------
17112  1 file changed, 9 insertions(+), 9 deletions(-)
17113
17114 commit 46809dee30232d493539519b1bb527fa816c37db
17115 Merge: 70e72e5f 1bea49eb
17116 Author: Behdad Esfahbod <behdad@behdad.org>
17117 Date:   Thu Jun 30 09:41:03 2016 -0700
17118
17119     Merge pull request #268 from drott/conflictingFontFix
17120
17121     Discard reconfigured CTFont if URL changes
17122
17123 commit 1bea49eb4b7a94ab6222f9c3c40320cbdb247b2d
17124 Merge: 7aa3631d 70e72e5f
17125 Author: Dominik Röttsches <d-r@roettsches.de>
17126 Date:   Wed Jun 29 12:10:41 2016 +0200
17127
17128     Merge branch 'master' into conflictingFontFix
17129
17130 commit 70e72e5f61d73c33d3c8f3bf07f5a9afd0db046a
17131 Author: Behdad Esfahbod <behdad@behdad.org>
17132 Date:   Tue Jun 28 21:00:37 2016 -0700
17133
17134     [gobject] Fix a few warnings
17135
17136     Part of https://github.com/behdad/harfbuzz/issues/277
17137
17138  src/hb-buffer.cc         |  2 +-
17139  src/hb-gobject-structs.h | 12 ++++++++++++
17140  src/hb-shape.cc          |  2 --
17141  src/hb-unicode.h         | 15 ---------------
17142  4 files changed, 13 insertions(+), 18 deletions(-)
17143
17144 commit d8273aac19771033c5064a2f079c29d09a86e7c0
17145 Merge: abae93fa ae9054c7
17146 Author: Behdad Esfahbod <behdad@behdad.org>
17147 Date:   Tue Jun 28 21:15:28 2016 -0700
17148
17149     Merge pull request #280 from behdad/revert-271-patch-2
17150
17151     Revert "use utf32"
17152
17153 commit ae9054c740631e36b7582b44c5afb42ff4509461
17154 Author: Behdad Esfahbod <behdad@behdad.org>
17155 Date:   Tue Jun 28 21:14:38 2016 -0700
17156
17157     Revert "use utf32"
17158
17159  src/sample.py | 3 +--
17160  1 file changed, 1 insertion(+), 2 deletions(-)
17161
17162 commit 7aa3631dd06af74a1fa9f0bfaa5f721876be817f
17163 Merge: f7da0486 abae93fa
17164 Author: Dominik Röttsches <d-r@roettsches.de>
17165 Date:   Tue Jun 28 09:52:18 2016 +0200
17166
17167     Merge branch 'master' into conflictingFontFix
17168
17169 commit abae93faef32562f34a72981d252c848cc4f7565
17170 Merge: 07461d06 8179ff5d
17171 Author: Behdad Esfahbod <behdad@behdad.org>
17172 Date:   Mon Jun 27 14:33:27 2016 -0400
17173
17174     Merge pull request #273 from ebraminio/master
17175
17176             [dwrite] Use stream font loader instead GDI interop
17177
17178 commit 8179ff5d7ba4a140cf6743729a22072800e98a79
17179 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17180 Date:   Mon Jun 27 03:54:15 2016 +0430
17181
17182     [dwrite] Don't allocate more than needed
17183
17184     Addressing Nikolay Sivov reviews on harfbuzz mailing list
17185
17186  src/hb-directwrite.cc | 15 ++++++---------
17187  1 file changed, 6 insertions(+), 9 deletions(-)
17188
17189 commit 5967eaba728ca3e4f5026142c25d455fa3a59764
17190 Author: Sascha Brawer <sascha@brawer.ch>
17191 Date:   Fri Jun 24 16:42:27 2016 +0200
17192
17193     [CPAL] Return 0xFFFF as name id for unnamed palettes
17194
17195     The name id 0 is used as Copyright notice. It's quite unlikely that a
17196     font supplies a color palette with the exact same name as the font's
17197     copyright notice, but the API should not prevent this.
17198
17199     Also, try to fix a problem with GObject introspection, where the
17200     auto-generated Python bindings could not return palette colors.
17201
17202  src/hb-ot-color.cc       | 13 ++++++-------
17203  test/api/test-ot-color.c | 14 +++++++-------
17204  2 files changed, 13 insertions(+), 14 deletions(-)
17205
17206 commit 07b724f3419a28c479cd8a75ae0eecb841a6d2f3
17207 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17208 Date:   Fri Jun 24 12:23:25 2016 +0430
17209
17210     [dwrite] Delete remained objects
17211
17212     No longer noticeable memory increase on create/destroy iterations,
17213     highly better than current state of uniscribe backend
17214
17215  src/hb-directwrite.cc | 33 ++++++++++++++++++++++++---------
17216  1 file changed, 24 insertions(+), 9 deletions(-)
17217
17218 commit be565d17141818e006aa1e4582f3ae14c726fa85
17219 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17220 Date:   Fri Jun 24 11:42:01 2016 +0430
17221
17222     [dwrite] Release allocated blob on face destroy
17223
17224     This reduces memory consumption of my iterated font create/destroy
17225     cycle test
17226     significantly and makes it much better than uniscribe backend even
17227
17228  src/hb-directwrite.cc | 5 ++++-
17229  1 file changed, 4 insertions(+), 1 deletion(-)
17230
17231 commit f3f0ea980a359343ac0e3d359a95855c2cf7be25
17232 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17233 Date:   Thu Jun 23 16:41:37 2016 +0430
17234
17235     [dwrite] Remove ifdefs without breaking execution on old Windows
17236     versions
17237
17238  src/hb-directwrite.cc | 205
17239  +++++++++++++++++++++++++-------------------------
17240  1 file changed, 103 insertions(+), 102 deletions(-)
17241
17242 commit 6b861dbd8b3662d0fa0e51fad1736d72192da868
17243 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17244 Date:   Tue Jun 21 13:57:26 2016 +0430
17245
17246     [dwrite] Use stream font loader instead GDI interop
17247
17248     With help of
17249     https://dxr.mozilla.org/mozilla-central/source/gfx/2d/NativeFontResourceDWrite.cpp
17250
17251  src/hb-directwrite.cc | 350
17252  +++++++++++++++++++-------------------------------
17253  src/hb-directwrite.h  |   2 +-
17254  2 files changed, 135 insertions(+), 217 deletions(-)
17255
17256 commit f7da0486ed8884481d477ce08fcf928c4da9a0a3
17257 Merge: a0223274 07461d06
17258 Author: Dominik Röttsches <d-r@roettsches.de>
17259 Date:   Mon Jun 20 10:25:43 2016 +0300
17260
17261     Merge branch 'master' into conflictingFontFix
17262
17263 commit d34d3ac985a6c8c848ae49635b648a72e0c8f30d
17264 Author: Sascha Brawer <sascha@brawer.ch>
17265 Date:   Mon Apr 25 18:20:57 2016 +0200
17266
17267     Support CPAL table
17268
17269  NEWS                                               |   6 +-
17270  src/Makefile.am                                    |   3 +
17271  src/Makefile.sources                               |   3 +
17272  src/hb-ot-color.cc                                 | 213 ++++++++++++++
17273  src/hb-ot-color.h                                  |  99 +++++++
17274  src/hb-ot-cpal-table.hh                            | 121 ++++++++
17275  src/hb-ot-layout-private.hh                        |   3 +
17276  src/hb-ot-layout.cc                                |   7 +
17277  src/hb-ot.h                                        |   1 +
17278  test/api/Makefile.am                               |   1 +
17279  test/api/hb-test.h                                 |  30 ++
17280  test/api/test-ot-color.c                           | 318
17281  +++++++++++++++++++++
17282  .../319f5d7ebffbefc5c5e6569f8cea73444d7a7268.ttf   | Bin 0 -> 2128 bytes
17283  .../e90374e5e439e00725b4fe7a8d73db57c5a97f82.ttf   | Bin 0 -> 1948 bytes
17284  14 files changed, 804 insertions(+), 1 deletion(-)
17285
17286 commit 07461d06d242cd5cfda7ccb891189f074a89b460
17287 Author: Kelvin <kelvinsthirteen@gmail.com>
17288 Date:   Sat Jun 18 22:46:38 2016 +0000
17289
17290     Use UTF-32  in Python sample
17291
17292  src/sample.py | 3 ++-
17293  1 file changed, 2 insertions(+), 1 deletion(-)
17294
17295 commit fca0c61d67aa309fc824fb18f247493c2b7701ef
17296 Merge: 4b8de1ea 98835058
17297 Author: Khaled Hosny <khaledhosny@eglug.org>
17298 Date:   Sun Jun 19 00:08:51 2016 +0300
17299
17300     Merge pull request #270 from khaledhosny/travis-failure
17301
17302     Fix make check on Travis
17303
17304 commit 988350586f607c7a46bbb658a2abecfd004f41fb
17305 Author: Khaled Hosny <khaledhosny@eglug.org>
17306 Date:   Sat Jun 18 21:12:19 2016 +0200
17307
17308     [tests] Workaround Python 2 “narrow” builds
17309
17310     The so-called Python 2 “narrow” builds support UCS2 only, this
17311     is a
17312     workaround to allow unichr to work with any Unicode character in such
17313     builds. This fixes Travis-CI failure as it has narrow Python 2 builds.
17314
17315     Copied from:
17316     https://github.com/behdad/fonttools/blob/master/Lib/fontTools/misc/py23.py
17317
17318  test/shaping/hb_test_tools.py | 38 +++++++++++++++++++++++++++++++++++++-
17319  1 file changed, 37 insertions(+), 1 deletion(-)
17320
17321 commit a0223274b97e82fe02730fd45729172511fec459
17322 Author: Dominik Röttsches <drott@chromium.org>
17323 Date:   Thu Jun 16 14:19:39 2016 +0200
17324
17325     Discard reconfigured CTFont if URL changes
17326
17327     Fixes https://github.com/behdad/harfbuzz/issues/267
17328
17329  src/hb-coretext.cc | 24 +++++++++++++++++++++---
17330  1 file changed, 21 insertions(+), 3 deletions(-)
17331
17332 commit 4b8de1ea804b225e8357422d0686aad76b05ccf3
17333 Author: Behdad Esfahbod <behdad@behdad.org>
17334 Date:   Mon Jun 6 23:08:54 2016 -0700
17335
17336     Round, not truncate, when scaling values
17337
17338     Fixes https://github.com/behdad/harfbuzz/issues/255
17339
17340  src/hb-font-private.hh | 8 +++++++-
17341  1 file changed, 7 insertions(+), 1 deletion(-)
17342
17343 commit a93078a0ece6dcdea8c5b46cabd30854dd7cf593
17344 Author: Behdad Esfahbod <behdad@behdad.org>
17345 Date:   Mon Jun 6 15:58:41 2016 -0700
17346
17347     Change bugreport URL to github
17348
17349     That's where everything is happening these days.
17350
17351  configure.ac | 2 +-
17352  1 file changed, 1 insertion(+), 1 deletion(-)
17353
17354 commit bed201d2b839c1b1e727e17efc2e0c8f705b86c5
17355 Author: Behdad Esfahbod <behdad@behdad.org>
17356 Date:   Mon Jun 6 14:14:24 2016 -0700
17357
17358     Update for latest Unicode 9 data files
17359
17360  src/hb-ot-shape-complex-indic-table.cc | 10 +++++-----
17361  src/hb-ot-shape-complex-indic.cc       |  5 -----
17362  src/hb-ot-shape-complex-use-table.cc   |  4 ++--
17363  3 files changed, 7 insertions(+), 12 deletions(-)
17364
17365 commit aba4b0ca52f490adfc2f3c6ec0accddd6596fdf6
17366 Author: Behdad Esfahbod <behdad@behdad.org>
17367 Date:   Wed Jun 1 16:57:29 2016 -0700
17368
17369     Add TODO
17370
17371  src/hb-font.cc | 1 +
17372  1 file changed, 1 insertion(+)
17373
17374 commit a2b03de5b30b7e83f7fbf3457e9ba9c00eb88d00
17375 Author: Behdad Esfahbod <behdad@behdad.org>
17376 Date:   Fri May 6 17:56:07 2016 +0100
17377
17378     [myanmar] Handle U+AA74..U+AA76
17379
17380     Fixes https://github.com/behdad/harfbuzz/issues/218
17381
17382  src/hb-ot-shape-complex-myanmar.cc | 5 +++++
17383  1 file changed, 5 insertions(+)
17384
17385 commit 6c0aa9e92bbd22011c85d98c6db021012f7b4101
17386 Author: Behdad Esfahbod <behdad@behdad.org>
17387 Date:   Fri May 6 17:50:06 2016 +0100
17388
17389     Fix build on droid.io
17390
17391  test/shaping/tests/use.tests | 2 +-
17392  1 file changed, 1 insertion(+), 1 deletion(-)
17393
17394 commit 9b6312f9451db790db00dc2c2e27a5a1db852e72
17395 Author: Behdad Esfahbod <behdad@behdad.org>
17396 Date:   Fri May 6 17:41:49 2016 +0100
17397
17398     [use] Update to draft spec from Andrew Glass from August 2015
17399
17400  src/gen-use-table.py                               |  29 +++--
17401  src/hb-ot-shape-complex-use-machine.rl             |  15 +--
17402  src/hb-ot-shape-complex-use-private.hh             |   1 -
17403  src/hb-ot-shape-complex-use-table.cc               | 142
17404  ++++++++++-----------
17405  src/hb-ot-shape-complex-use.cc                     |  11 +-
17406  .../6ff0fbead4462d9f229167b4e6839eceb8465058.ttf   | Bin 0 -> 1148 bytes
17407  test/shaping/tests/use.tests                       |   1 +
17408  7 files changed, 93 insertions(+), 106 deletions(-)
17409
17410 commit 3e4e7616a8ca80a50a438601b84428b4ba4c8694
17411 Author: Behdad Esfahbod <behdad@behdad.org>
17412 Date:   Fri May 6 17:28:25 2016 +0100
17413
17414     [use] Add a catch-all clause to the machine
17415
17416  src/hb-ot-shape-complex-use-machine.rl | 2 ++
17417  src/hb-ot-shape-complex-use.cc         | 2 ++
17418  2 files changed, 4 insertions(+)
17419
17420 commit d04e461fe3310ccaf8633efcb79b8eb6ca2201c3
17421 Author: Behdad Esfahbod <behdad@behdad.org>
17422 Date:   Fri May 6 17:17:00 2016 +0100
17423
17424     [use] Fix 'Number-joiner terminated cluster' to use HN instead of H
17425
17426     From draft update to USE.
17427
17428  src/hb-ot-shape-complex-use-machine.rl | 2 +-
17429  1 file changed, 1 insertion(+), 1 deletion(-)
17430
17431 commit 359dead960c825edeb4587915a511d323f1c1f2a
17432 Author: Behdad Esfahbod <behdad@behdad.org>
17433 Date:   Fri May 6 16:19:19 2016 +0100
17434
17435     Allow MultipleSubst to delete glyph
17436
17437     Fixes https://github.com/behdad/harfbuzz/issues/253
17438
17439     Hopefully we got the logic right.
17440
17441  src/hb-ot-layout-gsub-table.hh       | 17 +++++++----------
17442  src/hb-ot-layout-gsubgpos-private.hh | 11 +++++++----
17443  2 files changed, 14 insertions(+), 14 deletions(-)
17444
17445 commit 3c1666cfb589275de96d54eecb95a13a98e3819e
17446 Author: Behdad Esfahbod <behdad@behdad.org>
17447 Date:   Fri May 6 16:05:07 2016 +0100
17448
17449     [indic] Remove more unused logic after Javanese is gone
17450
17451  src/hb-ot-shape-complex-indic.cc | 50
17452  +++++++++++++++-------------------------
17453  1 file changed, 18 insertions(+), 32 deletions(-)
17454
17455 commit 8b5d6e755b271d0d22b31a7726d5bfbf2aae8b2f
17456 Author: Behdad Esfahbod <behdad@behdad.org>
17457 Date:   Fri May 6 15:59:27 2016 +0100
17458
17459     [indic] Remove unused Javanese bits
17460
17461  src/hb-ot-shape-complex-indic-machine.rl | 3 +--
17462  src/hb-ot-shape-complex-indic-private.hh | 5 ++---
17463  src/hb-ot-shape-complex-indic.cc         | 4 ----
17464  3 files changed, 3 insertions(+), 9 deletions(-)
17465
17466 commit 30e6e29f0f0f77eb65bfd1c4576b38c2da555017
17467 Author: Behdad Esfahbod <behdad@behdad.org>
17468 Date:   Fri May 6 15:52:27 2016 +0100
17469
17470     [indic/use] Move Javanese from Indic shaper to USE
17471
17472     Fixes https://github.com/behdad/harfbuzz/issues/243
17473
17474     With javatext.ttf, the reodering medial Ra gets its advance width
17475     zero'ed in Uniscribe implementation, and the font adds the advance
17476     back.  Our Indic shaper does not do that, but USE does.  So, route
17477     Javanese through USE.  That's what Microsoft does anyway.  Test:
17478
17479       U+A9A5,U+A9BA
17480
17481     This also seems to fix the following sequence, and variations thereof:
17482
17483       U+A99F,U+A9C0,U+A9A2,U+A9BF
17484
17485  src/gen-indic-table.py                             |  1 -
17486  src/hb-ot-shape-complex-indic-table.cc             | 23
17487  ++++------------------
17488  src/hb-ot-shape-complex-private.hh                 |  5 +----
17489  .../south-east-asian/script-javanese/misc.txt      |  1 +
17490  4 files changed, 6 insertions(+), 24 deletions(-)
17491
17492 commit c6ee5f5f06a27a6f147f63aaf51186622821f20b
17493 Author: Behdad Esfahbod <behdad@behdad.org>
17494 Date:   Fri May 6 15:39:02 2016 +0100
17495
17496     Add Javanese sample text
17497
17498  .../south-east-asian/script-javanese/misc.txt      | 53
17499  ++++++++++++++++++++++
17500  1 file changed, 53 insertions(+)
17501
17502 commit e21921a68a959b7e929f71a4260a6cbe055ab4e6
17503 Author: Behdad Esfahbod <behdad@behdad.org>
17504 Date:   Fri May 6 15:24:39 2016 +0100
17505
17506     Minor
17507
17508  BUILD.md | 9 ++++++---
17509  1 file changed, 6 insertions(+), 3 deletions(-)
17510
17511 commit 01a30a6aa9a5827c93245961e3392a1f361745fe
17512 Author: Behdad Esfahbod <behdad@behdad.org>
17513 Date:   Fri May 6 11:50:02 2016 +0100
17514
17515     [indic] Remove data for scripts that don't go thorough this shaper
17516
17517  src/gen-indic-table.py                 |  29 +-
17518  src/hb-ot-shape-complex-indic-table.cc | 604
17519  +--------------------------------
17520  2 files changed, 43 insertions(+), 590 deletions(-)
17521
17522 commit 7cd9269f4eba7b85cd72301a3fc39fab42a4e439
17523 Author: Behdad Esfahbod <behdad@behdad.org>
17524 Date:   Fri May 6 11:34:46 2016 +0100
17525
17526     Update tables to Unicode 9.0.0 beta
17527
17528     Fixes https://github.com/behdad/harfbuzz/issues/251
17529
17530  src/hb-ot-shape-complex-arabic-table.hh |  56 ++++++++-----
17531  src/hb-ot-shape-complex-indic-table.cc  | 137
17532  +++++++++++++++++++++++---------
17533  src/hb-ot-shape-complex-use-table.cc    |  86 ++++++++++++++------
17534  3 files changed, 196 insertions(+), 83 deletions(-)
17535
17536 commit f718fe370ea89e8aeb407addaa6cc926d52a4cdb
17537 Author: Behdad Esfahbod <behdad@behdad.org>
17538 Date:   Fri May 6 11:21:12 2016 +0100
17539
17540     Minor
17541
17542  src/gen-indic-table.py | 4 ++--
17543  1 file changed, 2 insertions(+), 2 deletions(-)
17544
17545 commit 691086f131cb6c9d97e98730c27673484bf93f87
17546 Author: Behdad Esfahbod <behdad@behdad.org>
17547 Date:   Fri May 6 12:08:18 2016 +0100
17548
17549     Add Unicode 9 beta scripts
17550
17551     These are frozen, so good time to add.
17552
17553  src/hb-common.cc                   | 3 +++
17554  src/hb-common.h                    | 9 +++++++++
17555  src/hb-ot-shape-complex-private.hh | 9 +++++++++
17556  src/hb-ot-shape-complex-use.cc     | 3 +++
17557  4 files changed, 24 insertions(+)
17558
17559 commit bc5198fe1277d662926a4f616913c085cd4fc8ee
17560 Author: Behdad Esfahbod <behdad@behdad.org>
17561 Date:   Fri May 6 11:59:05 2016 +0100
17562
17563     Whitespace
17564
17565  src/hb-common.h | 13 +++++++------
17566  1 file changed, 7 insertions(+), 6 deletions(-)
17567
17568 commit a5b7b0dd4508d8a1e7573b75c4cb8832c9e34e3f
17569 Author: Behdad Esfahbod <behdad@behdad.org>
17570 Date:   Mon May 2 10:44:13 2016 +0200
17571
17572     1.2.7
17573
17574  NEWS         | 12 ++++++++++++
17575  configure.ac |  2 +-
17576  2 files changed, 13 insertions(+), 1 deletion(-)
17577
17578 commit 9879fc1db3cad684f412c2f3d6b49e0435697d0e
17579 Author: Behdad Esfahbod <behdad@behdad.org>
17580 Date:   Mon May 2 10:29:12 2016 +0200
17581
17582     [ot-font] Remove unused 'post' table include for now
17583
17584     To make a release...
17585
17586  src/hb-ot-font.cc | 2 +-
17587  1 file changed, 1 insertion(+), 1 deletion(-)
17588
17589 commit f8061ae7972462ad800c23be7cd7b3d7ab94b93b
17590 Author: Behdad Esfahbod <behdad@behdad.org>
17591 Date:   Mon May 2 10:28:24 2016 +0200
17592
17593     [tests] Fix test
17594
17595  test/shaping/Makefile.am                                                |
17596  2 +-
17597  .../tests/{fallback-positioning.test => fallback-positioning.tests}
17598  | 0
17599  2 files changed, 1 insertion(+), 1 deletion(-)
17600
17601 commit f00ab2a33ab34ba64f38cbbe65830c770a3e071e
17602 Author: Behdad Esfahbod <behdad@behdad.org>
17603 Date:   Mon May 2 10:24:00 2016 +0200
17604
17605     [hb-ot-font] Make 'glyf' table loading lazy
17606
17607     Apparently some clients have reference-table callbacks that copy
17608     the table.
17609     As such, avoid loading 'glyf' table which is only needed if fallback
17610     positioning
17611     happens.
17612
17613  src/hb-ot-font.cc                                  |  45
17614  ++++++++++++++++++++-
17615  test/shaping/Makefile.am                           |   1 +
17616  .../7ef276fc886ea502a03b9b0e5c8b547d5dc2b61c.ttf   | Bin 0 -> 784 bytes
17617  test/shaping/tests/fallback-positioning.test       |   2 +
17618  4 files changed, 46 insertions(+), 2 deletions(-)
17619
17620 commit 587d46227a56940a7f5bb053cbeda6144394acf7
17621 Author: Behdad Esfahbod <behdad@behdad.org>
17622 Date:   Sat Apr 30 19:20:56 2016 +0200
17623
17624     [ot-font] Start implementing 'post' table, for accessing glyph names
17625
17626  src/Makefile.sources        |   1 +
17627  src/hb-open-type-private.hh |  12 ++++-
17628  src/hb-ot-font.cc           |   1 +
17629  src/hb-ot-post-table.hh     | 119
17630  ++++++++++++++++++++++++++++++++++++++++++++
17631  4 files changed, 132 insertions(+), 1 deletion(-)
17632
17633 commit 9abaaac409b8e3a0a9182b67dc384133013f7878
17634 Merge: 2f560ee4 264b7a72
17635 Author: Behdad Esfahbod <behdad@behdad.org>
17636 Date:   Wed Apr 27 03:38:24 2016 -0700
17637
17638     Merge commit '264b7a728a41becfbf23ce258fc2a3af19d0cbbe' into HEAD
17639
17640 commit 2f560ee44b7b08683e8e6955fe3b95187e8bda32
17641 Author: Behdad Esfahbod <behdad@behdad.org>
17642 Date:   Wed Apr 27 03:11:41 2016 -0700
17643
17644     [tibetan] Reorder marks to better match Uniscribe
17645
17646     Fixes https://github.com/behdad/harfbuzz/issues/237
17647
17648     Note that Uniscribe enforces a certain syllable order.  We don't.
17649     But with this change, I get all of the tibetan contractions pass
17650     with Microsoft Himalaya font.
17651
17652  src/hb-unicode-private.hh | 8 ++++++--
17653  1 file changed, 6 insertions(+), 2 deletions(-)
17654
17655 commit f68390f196216718c22c434e1d8921118e646824
17656 Author: Behdad Esfahbod <behdad@behdad.org>
17657 Date:   Wed Apr 27 02:44:35 2016 -0700
17658
17659     [test] Add text for Tibetan shorthand contractions
17660
17661     From http://www.babelstone.co.uk/Tibetan/Contractions.html
17662
17663  .../script-tibetan/misc/contractions.txt           | 612
17664  +++++++++++++++++++++
17665  1 file changed, 612 insertions(+)
17666
17667 commit 264b7a728a41becfbf23ce258fc2a3af19d0cbbe
17668 Merge: 7e2da035 adafdcdd
17669 Author: Khaled Hosny <khaledhosny@eglug.org>
17670 Date:   Wed Apr 27 03:48:23 2016 +0300
17671
17672     Merge pull request #247 from khaledhosny/update-opentype-language-tags
17673
17674     Update opentype language tags
17675
17676 commit adafdcddced076da4bfa3114a00e15a387aaf1f7
17677 Author: Arthur Reutenauer <arthur.reutenauer@normalesup.org>
17678 Date:   Sat Nov 7 23:37:21 2015 +0000
17679
17680     Mass-added “difficult” tags – to be curated.
17681
17682  src/hb-ot-tag.cc | 69
17683  +++++++++++++++++++++++++++++---------------------------
17684  1 file changed, 36 insertions(+), 33 deletions(-)
17685
17686 commit 3d6a2c0d7d9f6c5b3097f78c1123f9e59dcc76e2
17687 Author: Arthur Reutenauer <arthur.reutenauer@normalesup.org>
17688 Date:   Sat Nov 7 22:59:13 2015 +0000
17689
17690     Initial import of missing OpenType 1.7 language tags.
17691
17692  src/hb-ot-tag.cc | 67
17693  +++++++++++++++++++++++++++++++++++++++++++++++++++-----
17694  1 file changed, 61 insertions(+), 6 deletions(-)
17695
17696 commit 7e2da035f68e46ce8f4759b67b4ed3a1b211d793
17697 Author: Behdad Esfahbod <behdad@behdad.org>
17698 Date:   Tue Apr 26 16:42:25 2016 -0700
17699
17700     Undo accidental change
17701
17702  src/hb-ot-shape-complex-arabic.cc | 2 +-
17703  1 file changed, 1 insertion(+), 1 deletion(-)
17704
17705 commit b20305022a8235b19e6b640bc62651854e1336f1
17706 Author: Behdad Esfahbod <behdad@behdad.org>
17707 Date:   Tue Apr 26 16:41:17 2016 -0700
17708
17709     Do NOT ignore Mongolian Free Variation Selectors during matching
17710
17711     Fixes https://github.com/behdad/harfbuzz/issues/234
17712
17713  src/hb-ot-layout-gsubgpos-private.hh               |   2 +-
17714  src/hb-ot-layout-private.hh                        |  23
17715  +++++++++++++++++++--
17716  src/hb-ot-shape-complex-arabic.cc                  |   2 +-
17717  .../a34a7b00f22ffb5fd7eef6933b81c7e71bc2cdfb.ttf   | Bin 0 -> 3700 bytes
17718  .../tests/mongolian-variation-selector.tests       |   1 +
17719  5 files changed, 24 insertions(+), 4 deletions(-)
17720
17721 commit 21ab5501f5f5267d20cf23256866dd9d82a667ef
17722 Author: Behdad Esfahbod <behdad@behdad.org>
17723 Date:   Tue Apr 26 16:02:04 2016 -0700
17724
17725     Move ZWJ/ZWNJ bits to top byte of unicode_props()
17726
17727     To make room to remember Mongolian Free Variation Selectors.
17728     Part of fixing https://github.com/behdad/harfbuzz/issues/234
17729
17730  src/hb-ot-layout-private.hh | 40 ++++++++++++++++++++++------------------
17731  1 file changed, 22 insertions(+), 18 deletions(-)
17732
17733 commit de508516cb06ddb064d75bd7be8e843a5ebcf70d
17734 Author: Behdad Esfahbod <behdad@behdad.org>
17735 Date:   Tue Apr 26 11:28:37 2016 -0700
17736
17737     [util] Print out --debug buffer to stderr
17738
17739  util/main-font-text.hh | 2 +-
17740  1 file changed, 1 insertion(+), 1 deletion(-)
17741
17742 commit 29393884b9f045460fb65d6ad10a94461ba93430
17743 Author: Behdad Esfahbod <behdad@behdad.org>
17744 Date:   Tue Apr 26 10:35:23 2016 -0700
17745
17746     Annotate blacklisted fonts with their sha1sum
17747
17748  src/hb-ot-layout.cc | 18 ++++++++++++------
17749  1 file changed, 12 insertions(+), 6 deletions(-)
17750
17751 commit 14bb4a56971fd45063cd6c1288d911627088abb2
17752 Merge: 1c625dff 5069062d
17753 Author: Sascha Brawer <sascha@brawer.ch>
17754 Date:   Tue Apr 26 11:38:16 2016 +0200
17755
17756     Merge pull request #245 from KonstantinRitt/fixes/ce
17757
17758     Unbreak build on Windows CE
17759
17760 commit 5069062d0a9342bb716eebf3ddc1efad91924caa
17761 Author: Konstantin Ritt <ritt.ks@gmail.com>
17762 Date:   Tue Apr 26 12:02:26 2016 +0400
17763
17764     Unbreak build on Windows CE
17765
17766     0475ef2f97e3035a2eea9a0f96031331e07e8e29 broke the build by using
17767     vsnprintf(), which is not defined on Windows CE
17768
17769  src/hb-private.hh | 1 +
17770  1 file changed, 1 insertion(+)
17771
17772 commit 1c625dff2269c54ff429ca45be88893ff1fa6c34
17773 Author: Behdad Esfahbod <behdad@behdad.org>
17774 Date:   Sat Apr 9 12:53:23 2016 -0700
17775
17776     Minor
17777
17778  src/hb-ot-layout.cc | 8 ++++----
17779  1 file changed, 4 insertions(+), 4 deletions(-)
17780
17781 commit 851b0db36d1b724fc1e0db506445119c78186285
17782 Author: Behdad Esfahbod <behdad@behdad.org>
17783 Date:   Fri Apr 8 23:46:55 2016 -0700
17784
17785     Minor.  We should never get to this branch, but fix it anyway.
17786
17787  src/hb-ot-layout-common-private.hh | 6 +++++-
17788  1 file changed, 5 insertions(+), 1 deletion(-)
17789
17790 commit 00ea66f35754a1e6e4d3b7b139d611a9a623a9d1
17791 Author: Behdad Esfahbod <behdad@behdad.org>
17792 Date:   Fri Apr 8 13:51:01 2016 -0700
17793
17794     1.2.6
17795
17796  NEWS         | 10 ++++++++++
17797  configure.ac |  2 +-
17798  2 files changed, 11 insertions(+), 1 deletion(-)
17799
17800 commit 4f3d59a1877dcb94d09da48e9694a6c1b05a86fe
17801 Author: Behdad Esfahbod <behdad@behdad.org>
17802 Date:   Fri Apr 8 13:41:20 2016 -0700
17803
17804     Blacklist another set of timesi.ttf and timesbi.ttf
17805
17806  src/hb-ot-layout.cc | 2 ++
17807  1 file changed, 2 insertions(+)
17808
17809 commit ef476be80d773332e0c768a3465d99381d76edd9
17810 Merge: a0331b55 d3134a66
17811 Author: Behdad Esfahbod <behdad@behdad.org>
17812 Date:   Fri Apr 8 13:16:33 2016 -0700
17813
17814     Merge pull request #239 from ebraminio/dwfix
17815
17816     Improve DirectWrite backend
17817
17818 commit d3134a66ad551ded726db9528d3c25459088f105
17819 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17820 Date:   Tue Apr 5 21:01:05 2016 +0000
17821
17822     Fix when no feature is given
17823
17824  src/hb-directwrite.cc | 8 +++++---
17825  1 file changed, 5 insertions(+), 3 deletions(-)
17826
17827 commit a0331b55f7b45437980e1fc323251f4091bf2c4e
17828 Author: Behdad Esfahbod <behdad@behdad.org>
17829 Date:   Mon Apr 4 16:25:32 2016 -0700
17830
17831     1.2.5
17832
17833  NEWS         | 7 +++++++
17834  configure.ac | 2 +-
17835  2 files changed, 8 insertions(+), 1 deletion(-)
17836
17837 commit 6e55199b5f097ac93bad38f32e9813e2da14c5a7
17838 Author: Behdad Esfahbod <behdad@behdad.org>
17839 Date:   Mon Apr 4 16:24:27 2016 -0700
17840
17841     Add test for 6dd80faf0dcb3e8a8915c3a25da44e2a67cb0cd8
17842
17843  test/shaping/Makefile.am                                |   1 +
17844  .../f22416c692720a7d46fadf4af99f4c9e094f00b9.ttf        | Bin 0 ->
17845  16736 bytes
17846  test/shaping/tests/mark-filtering-sets.tests            |   5 +++++
17847  3 files changed, 6 insertions(+)
17848
17849 commit 59089622dbb8dda783b1639c932123f125c3592d
17850 Author: Behdad Esfahbod <behdad@behdad.org>
17851 Date:   Mon Apr 4 14:54:32 2016 -0700
17852
17853     [coretext] Clarify comment
17854
17855  src/hb-coretext.cc | 8 +++-----
17856  1 file changed, 3 insertions(+), 5 deletions(-)
17857
17858 commit 6dd80faf0dcb3e8a8915c3a25da44e2a67cb0cd8
17859 Author: Behdad Esfahbod <behdad@behdad.org>
17860 Date:   Mon Apr 4 14:34:25 2016 -0700
17861
17862     Fix FixedVersion::to_int()
17863
17864     Ouch.  Had broken it in 9a13ed453ef96822a47d6e6f58332b87f38d5c59
17865
17866     Fixes https://github.com/behdad/harfbuzz/issues/238
17867     Will add test soon.
17868
17869  src/hb-open-type-private.hh | 2 +-
17870  1 file changed, 1 insertion(+), 1 deletion(-)
17871
17872 commit 4a104021697439fd21390a1f4cdc9310348882fa
17873 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17874 Date:   Sat Apr 2 13:47:59 2016 +0000
17875
17876     Hide justification behind HB_DIRECTWRITE_EXPERIMENTAL_JUSTIFICATION
17877
17878  src/hb-directwrite.cc | 8 ++++----
17879  1 file changed, 4 insertions(+), 4 deletions(-)
17880
17881 commit 63ee9ca5d81b53eb035972754ed95572821c393c
17882 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17883 Date:   Fri Apr 1 15:47:07 2016 +0000
17884
17885     Use standard types instead Windows favourites ones
17886
17887  src/hb-directwrite.cc | 100
17888  +++++++++++++++++++++++++-------------------------
17889  1 file changed, 50 insertions(+), 50 deletions(-)
17890
17891 commit adf20ba0d18d1506e633dcd9b4827a6c93abcadd
17892 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17893 Date:   Fri Apr 1 15:36:40 2016 +0000
17894
17895     Limit GetJustifiedGlyphs only to scripts with custom justification
17896     character
17897
17898  src/hb-directwrite.cc | 98
17899  +++++++++++++++++++++++++++++++--------------------
17900  1 file changed, 60 insertions(+), 38 deletions(-)
17901
17902 commit 32ae9d1b3ffbe7e26e654437a56a26a95fe9f5a6
17903 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17904 Date:   Fri Apr 1 06:39:57 2016 +0000
17905
17906     Add justification support
17907
17908  src/hb-directwrite.cc | 321
17909  ++++++++++++++++++++++++++++++++------------------
17910  1 file changed, 205 insertions(+), 116 deletions(-)
17911
17912 commit 10c3d9e41520595c88dd2a8321590e03ce8fcf47
17913 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17914 Date:   Thu Mar 31 18:19:44 2016 +0000
17915
17916     Basic opentype features support
17917
17918  src/hb-directwrite.cc | 62
17919  ++++++++++++++++++++++++++++++++++-----------------
17920  1 file changed, 42 insertions(+), 20 deletions(-)
17921
17922 commit d129897120d3ad414220d603557c15a60aa69fa6
17923 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17924 Date:   Thu Mar 31 13:45:37 2016 +0000
17925
17926     Refactor and remove dupe getglyphs call
17927
17928  src/hb-directwrite.cc | 106
17929  ++++++++++++++++++++++++--------------------------
17930  1 file changed, 51 insertions(+), 55 deletions(-)
17931
17932 commit 5f1a8961008b93f72acc47336109af3a64e248d0
17933 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17934 Date:   Thu Mar 31 12:26:16 2016 +0000
17935
17936     Better glyph offset support
17937
17938  src/hb-directwrite.cc | 44 ++++++++++++++++++++++++--------------------
17939  1 file changed, 24 insertions(+), 20 deletions(-)
17940
17941 commit d691ba3f405738c6857450752b8cc0911dfcdb01
17942 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17943 Date:   Wed Mar 30 20:21:40 2016 +0000
17944
17945     Don't fail when language is not set
17946
17947  src/hb-directwrite.cc | 9 ++++++---
17948  1 file changed, 6 insertions(+), 3 deletions(-)
17949
17950 commit 1c00a46c7a608ebc0b03c5abfcfe7f2b9881d0df
17951 Author: Ebrahim Byagowi <ebrahim@gnu.org>
17952 Date:   Wed Mar 30 20:15:09 2016 +0000
17953
17954     Make DirectWrite backend to work with different font sizes
17955
17956     Actually copyedited same logic from Uniscribe to make it just work
17957
17958  src/hb-directwrite.cc | 7 ++++++-
17959  1 file changed, 6 insertions(+), 1 deletion(-)
17960
17961 commit 0251b0cc5c39272d2299d4b2ab802faaafe96837
17962 Author: Behdad Esfahbod <behdad@behdad.org>
17963 Date:   Thu Mar 17 14:37:11 2016 -0700
17964
17965     1.2.4
17966
17967  NEWS         | 15 +++++++++++++++
17968  configure.ac |  2 +-
17969  2 files changed, 16 insertions(+), 1 deletion(-)
17970
17971 commit 69f9fbc4200442a35484d3c790ae8f4979be5d60
17972 Author: Behdad Esfahbod <behdad@behdad.org>
17973 Date:   Thu Mar 17 11:59:43 2016 -0700
17974
17975     Synthesize GDEF glyph class for any glyph that does not have one
17976     in GDEF
17977
17978     Previously we only synthesized GDEF glyph classes if the glyphClassDef
17979     array in GDEF was null.  This worked well enough, and is indeed what
17980     OpenType requires: "If the font does not include a GlyphClassDef
17981     table,
17982     the client must define and maintain this information when using the
17983     GSUB and GPOS tables."  That sentence does not quite make sense since
17984     one needs Unicode properties as well, but is close enough.
17985
17986     However, looks like Arial Unicode as shipped on WinXP, does have GDEF
17987     glyph class array, but defines no classes for Hebrew.  This results
17988     in Hebrew marks not getting their widths zeroed.  So, with this
17989     change,
17990     we synthesize glyph class for any glyph that is not specified in the
17991     GDEF glyph class table.  Since, from our point of view, a glyph not
17992     being listed in that table is a font bug, any unwanted consequence of
17993     this change is a font bug :).
17994
17995     Note that we still don't get the same rendering as Uniscribe, since
17996     Uniscribe seems to do fallback positioning as well, even though the
17997     font does have a GPOS table (which does NOT cover Hebrew!).  We are
17998     not going to try to match that though.
17999
18000     Test string for Arial Unicode:
18001
18002             U+05E9,U+05B8,U+05C1,U+05DC
18003
18004     Before:         [gid1166=3+991|gid1142=0+737|gid5798=0+1434]
18005     After:          [gid1166=3+991|gid1142=0+0|gid5798=0+1434]
18006     Uniscribe:      [gid1166=3+991|gid1142=0@348,0+0|gid5798=0+1434]
18007
18008     Note that our new output matches what we were generating until July
18009     2014, because the Hebrew shaper used to zero mark advances based on
18010     Unicode, NOT GDEF.  That's 9e834e29e0b657f0555df1ab9cea79ff7abcf08d.
18011
18012     Reported by Greg Douglas.
18013
18014  src/hb-ot-layout-gsub-table.hh | 22 ++++++++++++++++++++--
18015  src/hb-ot-shape.cc             | 29 -----------------------------
18016  2 files changed, 20 insertions(+), 31 deletions(-)
18017
18018 commit fef5dd9a72f326c160a7194f558749d24bac7283
18019 Merge: 01ea9eaa 5f995db1
18020 Author: Behdad Esfahbod <behdad@behdad.org>
18021 Date:   Sat Mar 12 19:15:15 2016 -0800
18022
18023     Merge pull request #232 from c0nk/wip-icu
18024
18025     Add --with-icu=builtin option; fix compile error
18026
18027 commit 01ea9eaac373d9f3de6e56c1ca26cdcd259ecc8e
18028 Author: Behdad Esfahbod <behdad@behdad.org>
18029 Date:   Fri Mar 11 18:50:02 2016 -0800
18030
18031     [build] Use tar-ustar instead of tar-pax
18032
18033     The default tar-v7 is not good enough for us (99 char filename
18034     limit), so I have had bumped to tar-pax.  We got one complaint
18035     that someone's tar couldn't handle tar-pax.  Set to tar-ustar
18036     which is ~13 years earlier than tar-pax and is good enough for us.
18037
18038  configure.ac | 2 +-
18039  1 file changed, 1 insertion(+), 1 deletion(-)
18040
18041 commit 3e10460a1dd41de32752e308771aa30d23565cc0
18042 Author: Behdad Esfahbod <behdad@behdad.org>
18043 Date:   Fri Mar 11 18:45:19 2016 -0800
18044
18045     Minor comment
18046
18047  src/hb-unicode-private.hh | 2 +-
18048  1 file changed, 1 insertion(+), 1 deletion(-)
18049
18050 commit d14fea4bdcc1423fe9a585af3abdefa9605d17e6
18051 Author: Behdad Esfahbod <behdad@behdad.org>
18052 Date:   Tue Mar 8 12:16:41 2016 -0800
18053
18054     Remove default clause in minor switch statements
18055
18056     Bending to clang warnings...
18057     https://bugs.chromium.org/p/chromium/issues/detail?id=593057
18058
18059  src/hb-ot-shape-complex-indic.cc | 4 ----
18060  src/hb-ot-shape-complex-thai.cc  | 1 -
18061  2 files changed, 5 deletions(-)
18062
18063 commit ce8ae9970102f83b67bb1e8e8b2bf894a0e26c07
18064 Merge: 731a430c 71248a84
18065 Author: Behdad Esfahbod <behdad@behdad.org>
18066 Date:   Fri Mar 4 17:20:35 2016 -0800
18067
18068     Merge pull request #231 from KonstantinRitt/post123buildfix
18069
18070     Fix build with HB_DISABLE_DEPRECATED
18071
18072 commit 731a430cd36caabcef04e099b21ebc6daedd536f
18073 Author: Behdad Esfahbod <behdad@behdad.org>
18074 Date:   Wed Mar 2 13:32:42 2016 -0800
18075
18076     Fix requiredFeature stage handling logic
18077
18078     Originally the way Jonathan had written this was correct in
18079     "continue"ing:
18080
18081     https://github.com/jfkthame/harfbuzz/commit/35e28c7a733eaffcd9f062b18d7db9fbb3d990fc#diff-ead86a33a5cc9ad7f6e6381031a0baddR199
18082
18083     When I rewrote his patch, I messed it up:
18084
18085     https://github.com/behdad/harfbuzz/commit/da132937989acb4d8ca9bd41c79f98750e7dda30#diff-ead86a33a5cc9ad7f6e6381031a0baddR209
18086
18087     the intended behavior was NOT to set found=TRUE and NOT to continue.
18088     This was resulting in feature_index[table_index] being left unset.
18089     Oops!
18090
18091  src/hb-ot-map.cc | 5 +----
18092  1 file changed, 1 insertion(+), 4 deletions(-)
18093
18094 commit 68b6296d3333fd38bd5442d2ba087ced481603bc
18095 Author: Behdad Esfahbod <behdad@behdad.org>
18096 Date:   Tue Mar 1 16:41:53 2016 +0900
18097
18098     Add F2DOT14 type
18099
18100  src/hb-open-type-private.hh | 9 +++++++++
18101  1 file changed, 9 insertions(+)
18102
18103 commit 082b79fe9f06607998178dcdcbe817af28b017de
18104 Author: Behdad Esfahbod <behdad@behdad.org>
18105 Date:   Tue Mar 1 16:41:26 2016 +0900
18106
18107     Use FWORD and UFWORD when it makes sense
18108
18109     I had forgotten about those types.
18110
18111  src/hb-ot-glyf-table.hh | 8 ++++----
18112  src/hb-ot-hmtx-table.hh | 6 +++---
18113  2 files changed, 7 insertions(+), 7 deletions(-)
18114
18115 commit 5f995db10381172ec63fd7ffbb0acf2c6b3dae5e
18116 Author: Kal Conley <kcconley@gmail.com>
18117 Date:   Fri Feb 26 00:36:17 2016 +0100
18118
18119     Fix missing ICU #include
18120
18121     Fix compile error in hb-icu.cc when ICU configured with
18122     U_NO_DEFAULT_INCLUDE_UTF_HEADERS=1
18123
18124  src/hb-icu.cc | 1 +
18125  1 file changed, 1 insertion(+)
18126
18127 commit b424b6c372dfe4c0ed75a49761eb34a416819446
18128 Author: Kal Conley <kcconley@gmail.com>
18129 Date:   Fri Feb 26 00:35:15 2016 +0100
18130
18131     Add --with-icu=builtin configure option
18132
18133  configure.ac    | 33 +++++++++++++++++++--------------
18134  src/Makefile.am |  7 +++++++
18135  2 files changed, 26 insertions(+), 14 deletions(-)
18136
18137 commit 71248a843f976c86022eb5bb8c6e8880b2499937
18138 Author: Konstantin Ritt <ritt.ks@gmail.com>
18139 Date:   Thu Feb 25 18:55:28 2016 +0400
18140
18141     Fix build with HB_DISABLE_DEPRECATED
18142
18143     When HB_DISABLE_DEPRECATED is defined, no code from hb-deprecated.h
18144     should be used, even from within HB itself.
18145
18146  src/hb-font.cc | 4 ++++
18147  1 file changed, 4 insertions(+)
18148
18149 commit 0c7fb7419c20d04b803412945565562c32b42929
18150 Author: Behdad Esfahbod <behdad@behdad.org>
18151 Date:   Thu Feb 25 14:40:09 2016 +0900
18152
18153     Speed up buffer variable allocation sanity check
18154
18155     This makes defining HB_NDEBUG much less relevant, to the
18156     point of irrelevance.  Sorry about all the fuss in previous
18157     release!
18158
18159  src/hb-buffer-private.hh | 67
18160  ++++++++++++++++++++++++++++-----------------
18161  src/hb-buffer.cc         | 70
18162  ------------------------------------------------
18163  2 files changed, 43 insertions(+), 94 deletions(-)
18164
18165 commit 91dd11565221bdb108c138662ea013aac14bb968
18166 Author: Behdad Esfahbod <behdad@behdad.org>
18167 Date:   Thu Feb 25 13:56:47 2016 +0900
18168
18169     Add HB_NDEBUG
18170
18171     API changes:
18172     - If NDEBUG is defined, define HB_NDEBUG
18173     - Disable costlier sanity checks if HB_NDEBUG is defined.
18174
18175     In 1.2.3 introduced some code to disable costly sanity checks if
18176     NDEBUG is defined.  NDEBUG, however, disables all assert()s as
18177     well.  With HB_NDEBUG, one can disable costlier checks but keep
18178     assert()s.
18179
18180     I'll probably add a way to define HB_NDEBUG automatically in
18181     release tarballs.  But for now, production systems that do NOT
18182     define NDEBUG, are encouraged to define HB_NDEBUG for our build.
18183
18184  src/Makefile.am          | 2 +-
18185  src/hb-buffer-private.hh | 4 ++--
18186  src/hb-buffer.cc         | 4 ++--
18187  src/hb-private.hh        | 9 +++++++++
18188  4 files changed, 14 insertions(+), 5 deletions(-)
18189
18190 commit 75568b0a7f811ea18e23037735ec8541a7431f88
18191 Author: Behdad Esfahbod <behdad@behdad.org>
18192 Date:   Thu Feb 25 12:26:26 2016 +0900
18193
18194     1.2.3
18195
18196  NEWS         | 42 ++++++++++++++++++++++++++++++++++++++++++
18197  configure.ac |  2 +-
18198  2 files changed, 43 insertions(+), 1 deletion(-)
18199
18200 commit 988165021f8d48dc7120b071d056491256569f4f
18201 Author: Behdad Esfahbod <behdad@behdad.org>
18202 Date:   Thu Feb 25 12:23:02 2016 +0900
18203
18204     Disable internal buffer variable bookkeeping in NDEBUG builds
18205
18206     Saves some sweet time and binary size!
18207
18208  src/Makefile.am          |  1 +
18209  src/hb-buffer-private.hh | 30 ++++++++++++++++++++----------
18210  src/hb-buffer.cc         |  6 ++++--
18211  3 files changed, 25 insertions(+), 12 deletions(-)
18212
18213 commit 94dd0bb7e78125994cb7c833a5b03110f1ffc822
18214 Author: Behdad Esfahbod <behdad@behdad.org>
18215 Date:   Thu Feb 25 11:31:03 2016 +0900
18216
18217     Add blacklist signature for Times New Roman (Bold) Italic on OS X
18218
18219  src/hb-ot-layout.cc | 2 ++
18220  1 file changed, 2 insertions(+)
18221
18222 commit dd8598c1c7f29fc92253b0cd4e856c1941b1d0c0
18223 Author: Behdad Esfahbod <behdad@behdad.org>
18224 Date:   Thu Feb 25 11:20:05 2016 +0900
18225
18226     [test] Pass closure to hb_font_set_glyph_func()
18227
18228     Exercises fix in c335fd7986fe360ab8e1c032c9b988d0d30511eb
18229
18230  test/api/test-shape.c | 2 +-
18231  1 file changed, 1 insertion(+), 1 deletion(-)
18232
18233 commit e23cf902e91142a10229e3514be4ceee69efde04
18234 Author: Behdad Esfahbod <behdad@behdad.org>
18235 Date:   Thu Feb 25 11:11:15 2016 +0900
18236
18237     Blacklist GDEF table of timesi.ttf and timesbi.ttf on Win 7
18238
18239     See discussion:
18240     https://lists.freedesktop.org/archives/harfbuzz/2016-February/005489.html
18241
18242  src/hb-ot-layout.cc | 25 +++++++++++++++++++++++++
18243  1 file changed, 25 insertions(+)
18244
18245 commit c335fd7986fe360ab8e1c032c9b988d0d30511eb
18246 Author: Behdad Esfahbod <behdad@behdad.org>
18247 Date:   Thu Feb 25 09:16:05 2016 +0900
18248
18249     In trampoline implementation of get_glyph(), don't destroy user
18250     data twice!
18251
18252  src/hb-font.cc | 41 +++++++++++++++++++++++++++--------------
18253  1 file changed, 27 insertions(+), 14 deletions(-)
18254
18255 commit 23335deaad9d4d9824ff41343264514d3f9f7e37
18256 Author: Behdad Esfahbod <behdad@behdad.org>
18257 Date:   Wed Feb 24 20:27:13 2016 +0900
18258
18259     [ot-font] Accelerate cmap format4 get_glyph
18260
18261  src/hb-ot-cmap-table.hh | 111
18262  ++++++++++++++++++++++++++++--------------------
18263  src/hb-ot-font.cc       |  14 +++++-
18264  2 files changed, 77 insertions(+), 48 deletions(-)
18265
18266 commit e0f16a715bc3e621ff21a8be88102e9672630574
18267 Author: Behdad Esfahbod <behdad@behdad.org>
18268 Date:   Wed Feb 24 19:52:36 2016 +0900
18269
18270     [ot-font] Towards accelerating get_glyph()
18271
18272  src/hb-ot-font.cc | 23 ++++++++++++++++++++---
18273  1 file changed, 20 insertions(+), 3 deletions(-)
18274
18275 commit 5473ebfb84c7b6059ac16e04676b363acc51aa00
18276 Author: Behdad Esfahbod <behdad@behdad.org>
18277 Date:   Wed Feb 24 19:32:43 2016 +0900
18278
18279     [ot-font] Remove level of indirection in get_glyph_variant
18280
18281  src/hb-ot-cmap-table.hh | 14 ++------------
18282  src/hb-ot-font.cc       | 13 +++++++++----
18283  2 files changed, 11 insertions(+), 16 deletions(-)
18284
18285 commit 49fe6ecf19522413e79a11a29aa0ffc5bdfcd2f8
18286 Author: Behdad Esfahbod <behdad@behdad.org>
18287 Date:   Wed Feb 24 19:10:06 2016 +0900
18288
18289     [TODO] Update
18290
18291     This file is rather obsolete.  Still, give it a refresh.
18292
18293  TODO | 16 ++--------------
18294  1 file changed, 2 insertions(+), 14 deletions(-)
18295
18296 commit 8b5bc141cd3a6bfcea3c91a882a630426876ceb3
18297 Author: Behdad Esfahbod <behdad@behdad.org>
18298 Date:   Wed Feb 24 19:05:23 2016 +0900
18299
18300     Add get_nominal_glyph() and get_variation_glyph() instead of
18301     get_glyph()
18302
18303     New API:
18304     - hb_font_get_nominal_glyph_func_t
18305     - hb_font_get_variation_glyph_func_t
18306     - hb_font_funcs_set_nominal_glyph_func()
18307     - hb_font_funcs_set_variation_glyph_func()
18308     - hb_font_get_nominal_glyph()
18309     - hb_font_get_variation_glyph()
18310
18311     Deprecated API:
18312     - hb_font_get_glyph_func_t
18313     - hb_font_funcs_set_glyph_func()
18314
18315     Clients that implement their own font-funcs are encouraged to replace
18316     their get_glyph() implementation with a get_nominal_glyph() and
18317     get_variation_glyph() pair.  The variation version can assume that
18318     variation_selector argument is not zero.
18319
18320  src/hb-deprecated.h                |  10 ++
18321  src/hb-fallback-shape.cc           |   4 +-
18322  src/hb-font-private.hh             |  26 +++--
18323  src/hb-font.cc                     | 203
18324  ++++++++++++++++++++++++++++++++++---
18325  src/hb-font.h                      |  55 +++++++---
18326  src/hb-ft.cc                       |  38 ++++---
18327  src/hb-ot-font.cc                  |  57 +++++++----
18328  src/hb-ot-shape-complex-indic.cc   |   8 +-
18329  src/hb-ot-shape-complex-myanmar.cc |   2 +-
18330  src/hb-ot-shape-complex-use.cc     |   2 +-
18331  src/hb-ot-shape-fallback.cc        |   6 +-
18332  src/hb-ot-shape-normalize.cc       |  18 ++--
18333  src/hb-ot-shape.cc                 |   6 +-
18334  13 files changed, 344 insertions(+), 91 deletions(-)
18335
18336 commit b30a971bf792b9c683c345e1be25c5a5869a113c
18337 Author: Behdad Esfahbod <behdad@behdad.org>
18338 Date:   Wed Feb 24 17:32:22 2016 +0900
18339
18340     1.2.2
18341
18342  NEWS         | 14 +++++++++++++-
18343  configure.ac |  2 +-
18344  2 files changed, 14 insertions(+), 2 deletions(-)
18345
18346 commit af48e3d27c01c538f46f1dc376d994a0c24a8170
18347 Author: Behdad Esfahbod <behdad@behdad.org>
18348 Date:   Wed Feb 24 16:06:40 2016 +0900
18349
18350     Fix recent test
18351
18352     Not sure why the FT functions were returning advance 1024.  This
18353     caused failure on drone.io.  Switch to hb-ot-font and disable
18354     glyph names.
18355
18356  test/shaping/tests/cursive-positioning.tests | 2 +-
18357  1 file changed, 1 insertion(+), 1 deletion(-)
18358
18359 commit 17c831701756bb46300c412fd64b19d67f299c18
18360 Author: Behdad Esfahbod <behdad@behdad.org>
18361 Date:   Wed Feb 24 16:06:23 2016 +0900
18362
18363     [tests] Fix for multiple options in test runner scripts
18364
18365  test/shaping/run-tests.sh | 3 +--
18366  1 file changed, 1 insertion(+), 2 deletions(-)
18367
18368 commit ebd7431f824c718db6ce5b85e94f2b3911127af4
18369 Author: Behdad Esfahbod <behdad@behdad.org>
18370 Date:   Wed Feb 24 15:53:40 2016 +0900
18371
18372     Partially revert 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2
18373
18374     That commit moved the advance adjustment for mark positioning to
18375     be applied immediately, instead of doing late before.  This breaks
18376     if mark advances are zeroed late, like in Arabic.  Also, easier to
18377     hit it in RTL scripts since a single mark with non-zero advance is
18378     enough to hit the bug, whereas in LTR, at least two marks are needed.
18379
18380     This reopens https://github.com/behdad/harfbuzz/issues/211
18381     The cursive+mark interaction is broken again.  To be fixed in a
18382     different way.
18383
18384  src/hb-ot-layout-gpos-table.hh               | 28
18385  ++++++++++++----------------
18386  test/shaping/tests/cursive-positioning.tests |  2 +-
18387  2 files changed, 13 insertions(+), 17 deletions(-)
18388
18389 commit 284481b3120963353f5f34ed094f07ffc13480ef
18390 Author: Behdad Esfahbod <behdad@behdad.org>
18391 Date:   Wed Feb 24 15:52:37 2016 +0900
18392
18393     Add test for mark positioning in rtl with non-zero mark advance
18394
18395     Apparently I broke this 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2.
18396     Fix coming.
18397
18398  .../sha1sum/07f054357ff8638bac3711b422a1e31180bba863.ttf  | Bin 0 ->
18399  848 bytes
18400  test/shaping/tests/cursive-positioning.tests              |   1 +
18401  2 files changed, 1 insertion(+)
18402
18403 commit 56a84e8dd18c63782b8db3a86e94651dae5bb01b
18404 Author: Behdad Esfahbod <behdad@behdad.org>
18405 Date:   Wed Feb 24 15:50:33 2016 +0900
18406
18407     [tests] Allow commenting out tests to be skipped
18408
18409  test/shaping/run-tests.sh | 4 ++++
18410  1 file changed, 4 insertions(+)
18411
18412 commit 7cfd6cc486f2751d7f78c5008a636d677af4e12f
18413 Author: Behdad Esfahbod <behdad@behdad.org>
18414 Date:   Wed Feb 24 12:30:57 2016 +0900
18415
18416     [Android.mk] Update with warning flags
18417
18418  Android.mk | 3 ++-
18419  1 file changed, 2 insertions(+), 1 deletion(-)
18420
18421 commit dabf32a5ad706726412ba5c64e1ea614a707b928
18422 Author: Behdad Esfahbod <behdad@behdad.org>
18423 Date:   Tue Feb 23 15:38:43 2016 +0900
18424
18425     1.2.1
18426
18427  NEWS         | 13 +++++++++++++
18428  configure.ac |  2 +-
18429  2 files changed, 14 insertions(+), 1 deletion(-)
18430
18431 commit 525cc7d28cbe4e8149ddba677224f134dc0a3274
18432 Author: Behdad Esfahbod <behdad@behdad.org>
18433 Date:   Tue Feb 23 15:19:27 2016 +0900
18434
18435     Add note re only adding tests with Free Software fonts
18436
18437  test/shaping/README.md | 5 ++++-
18438  1 file changed, 4 insertions(+), 1 deletion(-)
18439
18440 commit 6a09d7e34b949f9929f616ee53278b2edfd9b7ea
18441 Author: Behdad Esfahbod <behdad@behdad.org>
18442 Date:   Tue Feb 23 13:47:16 2016 +0900
18443
18444     [test] Add README about how to add shaping tests
18445
18446  test/shaping/Makefile.am |  1 +
18447  test/shaping/README.md   | 37 +++++++++++++++++++++++++++++++++++++
18448  2 files changed, 38 insertions(+)
18449
18450 commit f8ee7906d0454d950081c621f2b04a6d08e1b92f
18451 Author: Behdad Esfahbod <behdad@behdad.org>
18452 Date:   Tue Feb 23 13:45:38 2016 +0900
18453
18454     Remove MANIFEST files
18455
18456     They are unused currently.  We can add later if we hook them up
18457     to anything useful.
18458
18459  test/shaping/fonts/sha1sum/MANIFEST                | 52
18460  ----------------------
18461  test/shaping/tests/MANIFEST                        | 19 --------
18462  test/shaping/texts/MANIFEST                        |  1 -
18463  test/shaping/texts/in-tree/MANIFEST                |  9 ----
18464  test/shaping/texts/in-tree/shaper-arabic/MANIFEST  |  6 ---
18465  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |  3 --
18466  .../script-arabic/language-persian/MANIFEST        |  1 -
18467  .../script-arabic/language-urdu/MANIFEST           |  1 -
18468  .../script-arabic/language-urdu/crulp/MANIFEST     |  1 -
18469  .../language-urdu/crulp/ligatures/MANIFEST         |  7 ---
18470  .../shaper-arabic/script-arabic/misc/MANIFEST      |  1 -
18471  .../script-arabic/misc/diacritics/MANIFEST         |  7 ---
18472  .../in-tree/shaper-arabic/script-mandaic/MANIFEST  |  1 -
18473  .../shaper-arabic/script-mandaic/misc/MANIFEST     |  0
18474  .../shaper-arabic/script-mongolian/MANIFEST        |  1 -
18475  .../shaper-arabic/script-mongolian/misc/MANIFEST   |  4 --
18476  .../in-tree/shaper-arabic/script-nko/MANIFEST      |  1 -
18477  .../in-tree/shaper-arabic/script-nko/misc/MANIFEST |  1 -
18478  .../in-tree/shaper-arabic/script-phags-pa/MANIFEST |  1 -
18479  .../shaper-arabic/script-phags-pa/misc/MANIFEST    |  1 -
18480  .../in-tree/shaper-arabic/script-syriac/MANIFEST   |  1 -
18481  .../shaper-arabic/script-syriac/misc/MANIFEST      |  2 -
18482  test/shaping/texts/in-tree/shaper-default/MANIFEST |  5 ---
18483  .../shaper-default/script-ethiopic/MANIFEST        |  1 -
18484  .../shaper-default/script-ethiopic/misc/MANIFEST   |  1 -
18485  .../in-tree/shaper-default/script-han/MANIFEST     |  1 -
18486  .../shaper-default/script-han/misc/MANIFEST        |  1 -
18487  .../shaper-default/script-hiragana/MANIFEST        |  1 -
18488  .../shaper-default/script-hiragana/misc/MANIFEST   |  2 -
18489  .../shaper-default/script-linear-b/MANIFEST        |  1 -
18490  .../shaper-default/script-linear-b/misc/MANIFEST   |  1 -
18491  .../shaper-default/script-tifinagh/MANIFEST        |  1 -
18492  .../shaper-default/script-tifinagh/misc/MANIFEST   |  1 -
18493  test/shaping/texts/in-tree/shaper-hangul/MANIFEST  |  1 -
18494  .../in-tree/shaper-hangul/script-hangul/MANIFEST   |  1 -
18495  .../shaper-hangul/script-hangul/misc/MANIFEST      |  1 -
18496  test/shaping/texts/in-tree/shaper-hebrew/MANIFEST  |  1 -
18497  .../in-tree/shaper-hebrew/script-hebrew/MANIFEST   |  1 -
18498  .../shaper-hebrew/script-hebrew/misc/MANIFEST      |  1 -
18499  test/shaping/texts/in-tree/shaper-indic/MANIFEST   |  2 -
18500  .../texts/in-tree/shaper-indic/indic/MANIFEST      | 11 -----
18501  .../shaper-indic/indic/script-assamese/MANIFEST    |  2 -
18502  .../indic/script-assamese/misc/MANIFEST            |  0
18503  .../indic/script-assamese/utrrs/MANIFEST           |  3 --
18504  .../indic/script-assamese/utrrs/codepoint/MANIFEST |  7 ---
18505  .../indic/script-assamese/utrrs/gpos/MANIFEST      |  2 -
18506  .../indic/script-assamese/utrrs/gsub/MANIFEST      |  1 -
18507  .../shaper-indic/indic/script-bengali/MANIFEST     |  2 -
18508  .../indic/script-bengali/misc/MANIFEST             |  2 -
18509  .../indic/script-bengali/utrrs/MANIFEST            |  3 --
18510  .../indic/script-bengali/utrrs/codepoint/MANIFEST  |  7 ---
18511  .../indic/script-bengali/utrrs/gpos/MANIFEST       |  2 -
18512  .../indic/script-bengali/utrrs/gsub/MANIFEST       |  1 -
18513  .../shaper-indic/indic/script-devanagari/MANIFEST  |  2 -
18514  .../indic/script-devanagari/misc/MANIFEST          |  6 ---
18515  .../indic/script-devanagari/utrrs/MANIFEST         |  3 --
18516  .../script-devanagari/utrrs/codepoint/MANIFEST     |  9 ----
18517  .../indic/script-devanagari/utrrs/gpos/MANIFEST    |  2 -
18518  .../indic/script-devanagari/utrrs/gsub/MANIFEST    |  1 -
18519  .../shaper-indic/indic/script-gujarati/MANIFEST    |  2 -
18520  .../indic/script-gujarati/misc/MANIFEST            |  0
18521  .../indic/script-gujarati/utrrs/MANIFEST           |  3 --
18522  .../indic/script-gujarati/utrrs/codepoint/MANIFEST |  7 ---
18523  .../indic/script-gujarati/utrrs/gpos/MANIFEST      |  2 -
18524  .../indic/script-gujarati/utrrs/gsub/MANIFEST      |  1 -
18525  .../shaper-indic/indic/script-gurmukhi/MANIFEST    |  2 -
18526  .../indic/script-gurmukhi/misc/MANIFEST            |  1 -
18527  .../indic/script-gurmukhi/utrrs/MANIFEST           |  3 --
18528  .../indic/script-gurmukhi/utrrs/codepoint/MANIFEST |  7 ---
18529  .../indic/script-gurmukhi/utrrs/gpos/MANIFEST      |  2 -
18530  .../indic/script-gurmukhi/utrrs/gsub/MANIFEST      |  1 -
18531  .../shaper-indic/indic/script-kannada/MANIFEST     |  2 -
18532  .../indic/script-kannada/misc/MANIFEST             |  2 -
18533  .../indic/script-kannada/utrrs/MANIFEST            |  3 --
18534  .../indic/script-kannada/utrrs/codepoint/MANIFEST  |  8 ----
18535  .../indic/script-kannada/utrrs/gpos/MANIFEST       |  1 -
18536  .../indic/script-kannada/utrrs/gsub/MANIFEST       |  1 -
18537  .../shaper-indic/indic/script-malayalam/MANIFEST   |  2 -
18538  .../indic/script-malayalam/misc/MANIFEST           |  3 --
18539  .../indic/script-malayalam/utrrs/MANIFEST          |  2 -
18540  .../script-malayalam/utrrs/codepoint/MANIFEST      |  7 ---
18541  .../indic/script-malayalam/utrrs/gsub/MANIFEST     |  1 -
18542  .../shaper-indic/indic/script-oriya/MANIFEST       |  2 -
18543  .../shaper-indic/indic/script-oriya/misc/MANIFEST  |  2 -
18544  .../shaper-indic/indic/script-oriya/utrrs/MANIFEST |  2 -
18545  .../indic/script-oriya/utrrs/codepoint/MANIFEST    |  9 ----
18546  .../indic/script-oriya/utrrs/gsub/MANIFEST         |  1 -
18547  .../shaper-indic/indic/script-sinhala/MANIFEST     |  2 -
18548  .../indic/script-sinhala/misc/MANIFEST             |  4 --
18549  .../indic/script-sinhala/utrrs/MANIFEST            |  3 --
18550  .../indic/script-sinhala/utrrs/codepoint/MANIFEST  |  5 ---
18551  .../indic/script-sinhala/utrrs/gpos/MANIFEST       |  1 -
18552  .../indic/script-sinhala/utrrs/gsub/MANIFEST       |  7 ---
18553  .../shaper-indic/indic/script-tamil/MANIFEST       |  2 -
18554  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  1 -
18555  .../shaper-indic/indic/script-tamil/utrrs/MANIFEST |  3 --
18556  .../indic/script-tamil/utrrs/codepoint/MANIFEST    | 10 -----
18557  .../indic/script-tamil/utrrs/gpos/MANIFEST         |  2 -
18558  .../indic/script-tamil/utrrs/gsub/MANIFEST         |  1 -
18559  .../shaper-indic/indic/script-telugu/MANIFEST      |  2 -
18560  .../shaper-indic/indic/script-telugu/misc/MANIFEST |  1 -
18561  .../indic/script-telugu/utrrs/MANIFEST             |  3 --
18562  .../indic/script-telugu/utrrs/codepoint/MANIFEST   |  7 ---
18563  .../indic/script-telugu/utrrs/gpos/MANIFEST        |  1 -
18564  .../indic/script-telugu/utrrs/gsub/MANIFEST        |  1 -
18565  .../in-tree/shaper-indic/south-east-asian/MANIFEST |  1 -
18566  .../south-east-asian/script-khmer/MANIFEST         |  1 -
18567  .../south-east-asian/script-khmer/misc/MANIFEST    |  3 --
18568  test/shaping/texts/in-tree/shaper-myanmar/MANIFEST |  1 -
18569  .../in-tree/shaper-myanmar/script-myanmar/MANIFEST |  1 -
18570  .../shaper-myanmar/script-myanmar/misc/MANIFEST    |  3 --
18571  test/shaping/texts/in-tree/shaper-thai/MANIFEST    |  2 -
18572  .../texts/in-tree/shaper-thai/script-lao/MANIFEST  |  1 -
18573  .../in-tree/shaper-thai/script-lao/misc/MANIFEST   |  1 -
18574  .../texts/in-tree/shaper-thai/script-thai/MANIFEST |  1 -
18575  .../in-tree/shaper-thai/script-thai/misc/MANIFEST  |  4 --
18576  test/shaping/texts/in-tree/shaper-tibetan/MANIFEST |  1 -
18577  .../in-tree/shaper-tibetan/script-tibetan/MANIFEST |  1 -
18578  .../shaper-tibetan/script-tibetan/misc/MANIFEST    |  1 -
18579  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  6 ---
18580  .../texts/in-tree/shaper-use/script-batak/MANIFEST |  1 -
18581  .../in-tree/shaper-use/script-buginese/MANIFEST    |  1 -
18582  .../texts/in-tree/shaper-use/script-cham/MANIFEST  |  1 -
18583  .../in-tree/shaper-use/script-kaithi/MANIFEST      |  1 -
18584  .../in-tree/shaper-use/script-kharoshti/MANIFEST   |  1 -
18585  .../in-tree/shaper-use/script-tai-tham/MANIFEST    |  2 -
18586  126 files changed, 381 deletions(-)
18587
18588 commit 815bdd7700155efcffa9a4c3ca5bfc31833d0586
18589 Author: Behdad Esfahbod <behdad@behdad.org>
18590 Date:   Mon Feb 22 18:22:44 2016 +0900
18591
18592     In cluster-level=0, group ZWJ/ZWNJ with previous cluster
18593
18594     This better emulates Unicode grapheme clusters.
18595
18596     Note that Uniscribe does NOT do this, but should be harmless with
18597     most clients,
18598     and improve fallback with clients that use HarfBuzz cluster as unit
18599     of fallback.
18600
18601     Fixes https://github.com/behdad/harfbuzz/issues/217
18602
18603  src/hb-ot-layout-private.hh                           | 6 ++++++
18604  src/hb-ot-shape.cc                                    | 3 ++-
18605  test/shaping/tests/indic-joiner-candrabindu.tests     | 2 +-
18606  test/shaping/tests/mongolian-variation-selector.tests | 2 +-
18607  4 files changed, 10 insertions(+), 3 deletions(-)
18608
18609 commit 89137e325a19d62fb00979e1e8ab2ca59a2c1147
18610 Author: Behdad Esfahbod <behdad@behdad.org>
18611 Date:   Mon Feb 22 16:00:59 2016 +0900
18612
18613     Minor
18614
18615  src/hb-coretext.cc | 2 +-
18616  src/hb-ot-shape.cc | 2 +-
18617  2 files changed, 2 insertions(+), 2 deletions(-)
18618
18619 commit 15063b12f7619d4f44981248e28f38c172d12e1f
18620 Author: Behdad Esfahbod <behdad@behdad.org>
18621 Date:   Mon Feb 22 15:56:29 2016 +0900
18622
18623     [coretext] Move CTFont construction to face_data
18624
18625  src/hb-coretext.cc | 66
18626  +++++++++++++++++++++++++-----------------------------
18627  1 file changed, 30 insertions(+), 36 deletions(-)
18628
18629 commit ba3d49d9a56932d341bf1916a30f322be665e3a6
18630 Author: Behdad Esfahbod <behdad@behdad.org>
18631 Date:   Mon Feb 22 15:50:12 2016 +0900
18632
18633     [coretext] Move code around
18634
18635  src/hb-coretext.cc | 70
18636  +++++++++++++++++++++++++++++++-----------------------
18637  1 file changed, 40 insertions(+), 30 deletions(-)
18638
18639 commit 90194efb8480d58c55b7a19962624c7aadbdca63
18640 Author: Behdad Esfahbod <behdad@behdad.org>
18641 Date:   Mon Feb 22 15:42:53 2016 +0900
18642
18643     [coretext] Move code around
18644
18645  src/hb-coretext.cc | 46 ++++++++++++++++++++++++++--------------------
18646  1 file changed, 26 insertions(+), 20 deletions(-)
18647
18648 commit ca539e37a4b71e585a267a288db1a3975cbb99fc
18649 Author: Behdad Esfahbod <behdad@behdad.org>
18650 Date:   Mon Feb 22 15:37:18 2016 +0900
18651
18652     [build] git.mk fix for m4/gtk-doc.m4
18653
18654  Makefile.am | 1 +
18655  1 file changed, 1 insertion(+)
18656
18657 commit 54788cb1ecc5a5ffd63d07cd1f0b07b2afa9a8ca
18658 Author: Behdad Esfahbod <behdad@behdad.org>
18659 Date:   Mon Feb 22 15:32:52 2016 +0900
18660
18661     [win32] Install git.mk
18662
18663  win32/Makefile.am | 2 ++
18664  1 file changed, 2 insertions(+)
18665
18666 commit 9a13ed453ef96822a47d6e6f58332b87f38d5c59
18667 Author: Behdad Esfahbod <behdad@behdad.org>
18668 Date:   Mon Feb 22 11:44:45 2016 +0900
18669
18670     Make FixedVersion a template
18671
18672  src/hb-open-file-private.hh          | 4 ++--
18673  src/hb-open-type-private.hh          | 9 +++++----
18674  src/hb-ot-head-table.hh              | 4 ++--
18675  src/hb-ot-hhea-table.hh              | 2 +-
18676  src/hb-ot-layout-gdef-table.hh       | 2 +-
18677  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
18678  src/hb-ot-layout-jstf-table.hh       | 2 +-
18679  src/hb-ot-maxp-table.hh              | 2 +-
18680  8 files changed, 14 insertions(+), 13 deletions(-)
18681
18682 commit 238b943e850ea1ab0093e12c74d2cd7c686f318e
18683 Author: Behdad Esfahbod <behdad@behdad.org>
18684 Date:   Mon Feb 22 15:31:22 2016 +0900
18685
18686     [coretext] Fix leak!
18687
18688  src/hb-coretext.cc | 1 +
18689  1 file changed, 1 insertion(+)
18690
18691 commit e561122856a50ed405d71cb1629317e7ae63f316
18692 Author: Behdad Esfahbod <behdad@behdad.org>
18693 Date:   Mon Feb 22 15:28:37 2016 +0900
18694
18695     [coretext] Move code around
18696
18697  src/hb-coretext.cc | 109
18698  ++++++++++++++++++++++++++++++-----------------------
18699  1 file changed, 62 insertions(+), 47 deletions(-)
18700
18701 commit 04c64431530a4a6d9ebd33674c4665a8e6d25bdd
18702 Author: Behdad Esfahbod <behdad@behdad.org>
18703 Date:   Mon Feb 22 15:12:27 2016 +0900
18704
18705     [coretext] Ignore PPEM in font size selection
18706
18707  src/hb-coretext.cc | 14 ++++----------
18708  1 file changed, 4 insertions(+), 10 deletions(-)
18709
18710 commit 62c2711121fe78f373c15c0f53090b62b52d11c1
18711 Author: Behdad Esfahbod <behdad@behdad.org>
18712 Date:   Mon Feb 22 15:07:20 2016 +0900
18713
18714     [coretext] Limit grapheme-cluster forming to cluster-level=0
18715
18716  src/hb-coretext.cc | 1 +
18717  src/hb-ot-shape.cc | 2 +-
18718  2 files changed, 2 insertions(+), 1 deletion(-)
18719
18720 commit 061105ec443eb7350ffe217305f9d8902c179e2f
18721 Author: Behdad Esfahbod <behdad@behdad.org>
18722 Date:   Mon Feb 22 14:59:39 2016 +0900
18723
18724     [coretext] Fix shaping with varying font size
18725
18726     Fixes https://github.com/libass/libass/issues/212
18727
18728  src/hb-coretext.cc | 8 ++++----
18729  1 file changed, 4 insertions(+), 4 deletions(-)
18730
18731 commit 27847cab1264b4ce8342603f4626b4e0645979e4
18732 Author: Behdad Esfahbod <behdad@behdad.org>
18733 Date:   Fri Feb 19 15:56:50 2016 +0700
18734
18735     1.2.0
18736
18737  NEWS         | 20 ++++++++++++++++++++
18738  configure.ac |  2 +-
18739  2 files changed, 21 insertions(+), 1 deletion(-)
18740
18741 commit c3731559042e1730e85d19574321ad850010f7de
18742 Author: Behdad Esfahbod <behdad@behdad.org>
18743 Date:   Fri Feb 19 15:13:07 2016 +0700
18744
18745     [fuzzing] Add test for recent fix
18746
18747     Test from https://github.com/behdad/harfbuzz/issues/223
18748
18749     I forgot that we do run hb-fuzzer on tests in
18750     shaping/tests/fuzzed.tests.
18751
18752  .../sha1sum/205edd09bd3d141cc9580f650109556cc28b22cb.ttf | Bin 0 ->
18753  1966 bytes
18754  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
18755  test/shaping/tests/fuzzed.tests                          |   1 +
18756  3 files changed, 2 insertions(+)
18757
18758 commit aa33cb72ab29c31e87f0cca9a0e72fe3a68247b7
18759 Author: Behdad Esfahbod <behdad@behdad.org>
18760 Date:   Fri Feb 19 15:12:24 2016 +0700
18761
18762     [fuzzing] Make test runner actually work
18763
18764  test/fuzzing/Makefile.am | 6 ++++--
18765  1 file changed, 4 insertions(+), 2 deletions(-)
18766
18767 commit 2735555c6b0c95db7dfc2b391f92a1a5c06084c4
18768 Author: Behdad Esfahbod <behdad@behdad.org>
18769 Date:   Fri Feb 19 15:12:16 2016 +0700
18770
18771     [fuzzing] Add TODO item
18772
18773  test/fuzzing/hb-fuzzer.cc | 1 +
18774  1 file changed, 1 insertion(+)
18775
18776 commit b87e36f6f119fac80b8fd55f3abae563c2c5b798
18777 Author: Behdad Esfahbod <behdad@behdad.org>
18778 Date:   Fri Feb 19 14:52:31 2016 +0700
18779
18780     Avoid buffer->move_to() in case of buffer error
18781
18782     Fixes https://github.com/behdad/harfbuzz/issues/223
18783
18784     Right now we cannot test this because it has to be tested using
18785     hb-fuzzer.
18786     We should move all fuzzing tests from test/shaping/tests/fuzzed.tests
18787     to
18788     test/fuzzing/ and have its own test runner.  At that point, should add
18789     test from this issue as well.
18790
18791  src/hb-buffer.cc                     | 2 ++
18792  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
18793  2 files changed, 3 insertions(+), 1 deletion(-)
18794
18795 commit 7e76bbabbaa56af314abff8ddba8866c634919cd
18796 Author: Behdad Esfahbod <behdad@behdad.org>
18797 Date:   Fri Feb 19 14:43:39 2016 +0700
18798
18799     [fuzzing] Make "make hb-fuzzer" build lib dependency
18800
18801     Not going to do with util/, but is convenient here.
18802
18803  test/fuzzing/Makefile.am | 3 +++
18804  1 file changed, 3 insertions(+)
18805
18806 commit 568a0c60e8695a6ad8a93ec60d55b137c48890cb
18807 Author: Behdad Esfahbod <behdad@behdad.org>
18808 Date:   Thu Feb 18 19:31:51 2016 +0700
18809
18810     Remove pointless overflow check in pointer math
18811
18812     Fixes https://github.com/behdad/harfbuzz/issues/227
18813
18814  src/hb-blob.cc | 1 -
18815  1 file changed, 1 deletion(-)
18816
18817 commit aae2847099cbf05bf0668fbe526fc58736837c1b
18818 Author: Behdad Esfahbod <behdad@behdad.org>
18819 Date:   Thu Feb 18 17:06:25 2016 +0700
18820
18821     Emoji skin tone modifiers need to be treated as combining marks
18822
18823     Fixes https://github.com/behdad/harfbuzz/issues/169
18824
18825  src/hb-ot-layout-private.hh | 15 ++++++++++++++-
18826  src/hb-unicode-private.hh   |  5 +++--
18827  2 files changed, 17 insertions(+), 3 deletions(-)
18828
18829 commit da41e48f0a1a6af6d44ef25185d2421a29bd4166
18830 Author: Behdad Esfahbod <behdad@behdad.org>
18831 Date:   Tue Feb 16 17:16:33 2016 +0700
18832
18833     [USE] Zero mark advances by GDEF early
18834
18835     This is what Microsoft's implementation does.  Marks that need advance
18836     need to add it back using 'dist' or other feature in GPOS.
18837     Update tests to
18838     match.
18839
18840  src/hb-ot-shape-complex-use.cc                           |   2 +-
18841  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
18842  .../sha1sum/f518eb6f6b5eec2946c9fbbbde44e45d46f5e2ac.ttf | Bin 0 ->
18843  1356 bytes
18844  test/shaping/tests/context-matching.tests                |   2 +-
18845  test/shaping/tests/use.tests                             |   2 ++
18846  5 files changed, 5 insertions(+), 2 deletions(-)
18847
18848 commit 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2
18849 Author: Behdad Esfahbod <behdad@behdad.org>
18850 Date:   Tue Feb 16 16:07:20 2016 +0700
18851
18852     [GPOS] Fix interaction of mark attachments and cursive chaining
18853
18854     Fixes https://github.com/behdad/harfbuzz/issues/211
18855
18856     What happens in that bug is that a mark is attached to base first,
18857     then a second mark is cursive-chained to the first mark.  This only
18858     "works" because it's in the Indic shaper where mark advances are
18859     not zeroed.
18860
18861     Before, we didn't allow cursive to run on marks at all.  Fix that.
18862     We also where updating mark major offsets at the end of GPOS, such
18863     that changes in advance of base will not change the mark attachment
18864     position.  That was superior to the alternative (which is what
18865     Uniscribe
18866     does BTW), but made it hard to apply cursive to the mark after it
18867     was positioned.  We could track major-direction offset changes and
18868     apply that to cursive in the post process, but that's a much trickier
18869     thing to do than the fix here, which is to immediately apply the
18870     major-direction advance-width offsets...  Ie.:
18871
18872     https://github.com/behdad/harfbuzz/issues/211#issuecomment-183194739
18873
18874     If this breaks any fonts, the font should be fixed to do mark
18875     attachment
18876     after all the advances are set up first (kerning, etc).
18877
18878     Finally, this, still doesn't make us match Uniscribe, for I explained
18879     in that bug.  Looks like Uniscribe applies minor-direction cursive
18880     adjustment immediate as well.  We don't, and we like it our way, at
18881     least for now.  Eg. the sequence in the test case does this:
18882
18883     - The first subscript attaches with mark-to-base, moving in x only,
18884     - The second subscript attaches with cursive attachment to first
18885     subscript
18886       moving in x only,
18887     - A final context rule moves the first subscript up by 104 units.
18888
18889     The way we do, the final shift-up, also shifts up the second subscript
18890     mark because it's cursively-attached.  Uniscribe doesn't.  We get:
18891
18892     [ttaorya=0+1307|casubscriptorya=0@-242,104+-231|casubscriptnarroworya=0@20,104+507]
18893
18894     while Uniscribe gets:
18895
18896     [ttaorya=0+1307|casubscriptorya=0@-242,104+-211|casubscriptnarroworya=0+487]
18897
18898     note the different y-offset of the last glyph.  In our view,
18899     after cursive,
18900     things move together, period.
18901
18902  src/hb-ot-layout-gpos-table.hh                     |  31
18903  +++++++++++----------
18904  .../706c5d7b625f207bc0d874c67237aad6f1e9cd6f.ttf   | Bin 0 -> 3868 bytes
18905  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
18906  test/shaping/tests/cursive-positioning.tests       |   1 +
18907  4 files changed, 18 insertions(+), 15 deletions(-)
18908
18909 commit 80c8855cfeffa028d74a25df884d0e5577c95c6c
18910 Author: Behdad Esfahbod <behdad@behdad.org>
18911 Date:   Fri Feb 12 12:50:17 2016 +0700
18912
18913     Minor
18914
18915  src/hb-common.cc | 2 +-
18916  1 file changed, 1 insertion(+), 1 deletion(-)
18917
18918 commit 6ab920224c32e38072a0bec5e84d4b0d58b74167
18919 Author: Behdad Esfahbod <behdad@behdad.org>
18920 Date:   Thu Feb 11 16:57:52 2016 +0700
18921
18922     [GPOS] Minor
18923
18924     No effect.
18925
18926  src/hb-ot-layout-gpos-table.hh | 8 ++++----
18927  1 file changed, 4 insertions(+), 4 deletions(-)
18928
18929 commit cbc3a76c5a38ab24f72e80357377711bd3f54d56
18930 Author: Behdad Esfahbod <behdad@behdad.org>
18931 Date:   Thu Feb 11 16:48:13 2016 +0700
18932
18933     [GPOS] Merge fixing of offsets for cursive and mark attachments
18934
18935     Part of fixing https://github.com/behdad/harfbuzz/issues/211
18936
18937  src/hb-buffer-private.hh       |  3 +-
18938  src/hb-ot-layout-gpos-table.hh | 73
18939  ++++++++++++++++++------------------------
18940  2 files changed, 33 insertions(+), 43 deletions(-)
18941
18942 commit 7d8d58ac81fe267e29ea68cdc6f4a4fa8c22d40f
18943 Author: Behdad Esfahbod <behdad@behdad.org>
18944 Date:   Thu Feb 11 16:34:28 2016 +0700
18945
18946     [GPOS] Divide position_finish() into two phases, for advances
18947     and offsets
18948
18949     Right now the position_finish_advances() is empty.  To be used for
18950     spacing attachments proposal later.
18951
18952  src/hb-ot-layout-gpos-table.hh | 11 +++++++++--
18953  src/hb-ot-layout-gsub-table.hh |  6 ------
18954  src/hb-ot-layout-private.hh    | 19 +++++++++----------
18955  src/hb-ot-layout.cc            | 16 ++++++++--------
18956  src/hb-ot-shape.cc             |  7 +++----
18957  5 files changed, 29 insertions(+), 30 deletions(-)
18958
18959 commit 8474231567a08873cc5e0aa08fea60316a04c27e
18960 Author: Behdad Esfahbod <behdad@behdad.org>
18961 Date:   Thu Feb 11 16:27:41 2016 +0700
18962
18963     [ot] Minor shuffling code around
18964
18965  src/hb-ot-layout-gpos-table.hh |  2 --
18966  src/hb-ot-shape.cc             | 13 ++++++++-----
18967  2 files changed, 8 insertions(+), 7 deletions(-)
18968
18969 commit b0b11614e9fb9ecd1faae28b0ed71ac6bf5c1266
18970 Author: Behdad Esfahbod <behdad@behdad.org>
18971 Date:   Thu Feb 11 15:28:55 2016 +0700
18972
18973     [GPOS] Add harmless recursion in fix_mark_attachment()
18974
18975     Will do nothing.  Just useful for merging two functions.
18976
18977  src/hb-ot-layout-gpos-table.hh | 2 ++
18978  1 file changed, 2 insertions(+)
18979
18980 commit 686567baab5a32ffea843538643e01de2885fa4f
18981 Author: Behdad Esfahbod <behdad@behdad.org>
18982 Date:   Thu Feb 11 15:25:28 2016 +0700
18983
18984     [GPOS] Merge attach_chain() and cursive_chain()
18985
18986     Differentiate, using new attach_type().
18987
18988  src/hb-ot-layout-gpos-table.hh | 50
18989  +++++++++++++++++++++++++++---------------
18990  1 file changed, 32 insertions(+), 18 deletions(-)
18991
18992 commit 806ad8dc65931ab7893bff7d5592a67a9bd237ca
18993 Author: Behdad Esfahbod <behdad@behdad.org>
18994 Date:   Thu Feb 11 14:53:11 2016 +0700
18995
18996     [GPOS] Minor shuffling
18997
18998  src/hb-ot-layout-gpos-table.hh | 10 +++++-----
18999  1 file changed, 5 insertions(+), 5 deletions(-)
19000
19001 commit 0f6278d1fbb75856132f1fa2d29648979f033316
19002 Author: Behdad Esfahbod <behdad@behdad.org>
19003 Date:   Thu Feb 11 14:49:10 2016 +0700
19004
19005     [GPOS] Negate sign of attach_lookback(), and rename it to
19006     attach_chain()
19007
19008     No behavior change.  Preparing to unify how cursive and mark
19009     attachments
19010     work.
19011
19012  src/hb-ot-layout-gpos-table.hh | 17 +++++++++--------
19013  1 file changed, 9 insertions(+), 8 deletions(-)
19014
19015 commit 5b5dc2c0406d8180e72d97a54334c722fda325b1
19016 Author: Behdad Esfahbod <behdad@behdad.org>
19017 Date:   Thu Feb 11 12:15:38 2016 +0700
19018
19019     [tests] Add test for advance zeroing of an ASCII letter marked as
19020     mark in GDEF
19021
19022  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
19023  .../sha1sum/a98e908e2ed21b22228ea59ebcc0f05034c86f2e.ttf | Bin 0 ->
19024  1016 bytes
19025  test/shaping/tests/zero-width-marks.tests                |   1 +
19026  3 files changed, 2 insertions(+)
19027
19028 commit 660c9d3fc21172e8dc340b017122c084dac6334c
19029 Author: Behdad Esfahbod <behdad@behdad.org>
19030 Date:   Thu Feb 11 12:14:27 2016 +0700
19031
19032     Remove font-dependent ASCII-only perf hack
19033
19034     Is confusing.  I already hit it myself.  Remove.  We can optimize
19035     ASCII based on Unicode properties.  But should not do based on
19036     assumptions on the font.
19037
19038  src/hb-ot-shape.cc | 4 ----
19039  1 file changed, 4 deletions(-)
19040
19041 commit 3fe0cf10401875f1e9b8b5fbaf59826e64ea61d2
19042 Author: Behdad Esfahbod <behdad@behdad.org>
19043 Date:   Wed Feb 10 18:43:43 2016 +0700
19044
19045     Fix previous commit!
19046
19047  test/shaping/fonts/sha1sum/MANIFEST       | 6 +++---
19048  test/shaping/tests/zero-width-marks.tests | 6 +++---
19049  2 files changed, 6 insertions(+), 6 deletions(-)
19050
19051 commit 293a210eee0a53b59f4b33298f42ec6e59d785e0
19052 Author: Behdad Esfahbod <behdad@behdad.org>
19053 Date:   Wed Feb 10 18:39:59 2016 +0700
19054
19055     [tests] Fix fonts in cc4a78bf22c4a735b84c89b04be3bb531f42135e
19056
19057     They had an invalid LookupFlag (32).
19058
19059  .../sha1sum/0dd3a51c3ea50997cb1f72515d1060408f8b4b59.ttf | Bin 1412 ->
19060  0 bytes
19061  .../sha1sum/56cfd0e18d07f41c38e9598545a6d369127fc6f9.ttf | Bin 0 ->
19062  1412 bytes
19063  .../sha1sum/828114d00931885bc25abf7cdb878b2914a2e743.ttf | Bin 1448 ->
19064  0 bytes
19065  .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 1448 ->
19066  0 bytes
19067  .../sha1sum/cc5f3d2d717fb6bd4dfae1c16d48a2cb8e12233b.ttf | Bin 0 ->
19068  1448 bytes
19069  .../sha1sum/ffa0f5d2d9025486d8469d8b1fdd983e7632499b.ttf | Bin 0 ->
19070  1448 bytes
19071  6 files changed, 0 insertions(+), 0 deletions(-)
19072
19073 commit eaadcbbc53e02838c847e53ef214a55d6915d677
19074 Author: Behdad Esfahbod <behdad@behdad.org>
19075 Date:   Wed Feb 10 18:29:54 2016 +0700
19076
19077     Remove now-unused mark zeroing BY_UNICODE
19078
19079  src/hb-ot-shape-complex-private.hh |  2 --
19080  src/hb-ot-shape.cc                 | 29 -----------------------------
19081  2 files changed, 31 deletions(-)
19082
19083 commit cc4a78bf22c4a735b84c89b04be3bb531f42135e
19084 Author: Behdad Esfahbod <behdad@behdad.org>
19085 Date:   Wed Feb 10 18:24:08 2016 +0700
19086
19087     [tests] Add tests for Latin mark zeroing
19088
19089  .../sha1sum/0dd3a51c3ea50997cb1f72515d1060408f8b4b59.ttf | Bin 0 ->
19090  1412 bytes
19091  .../sha1sum/828114d00931885bc25abf7cdb878b2914a2e743.ttf | Bin 0 ->
19092  1448 bytes
19093  .../sha1sum/894e96a367f00c196d82e6243673a1d4414f4f6a.ttf | Bin 0 ->
19094  1448 bytes
19095  test/shaping/fonts/sha1sum/MANIFEST                      |   4 ++++
19096  .../sha1sum/fcdcffbdf1c4c97c05308d7600e4c283eb47dbca.ttf | Bin 0 ->
19097  1344 bytes
19098  test/shaping/tests/zero-width-marks.tests                |   4 ++++
19099  6 files changed, 8 insertions(+)
19100
19101 commit 55ff34b9c157a839d026465af8f30424ce7f891b
19102 Author: Behdad Esfahbod <behdad@behdad.org>
19103 Date:   Wed Feb 10 18:20:02 2016 +0700
19104
19105     [tests] Add tests for Thai mark zeroing
19106
19107  .../sha1sum/45855bc8d46332b39c4ab9e2ee1a26b1f896da6b.ttf | Bin 0 ->
19108  1088 bytes
19109  .../sha1sum/7a37dc4d5bf018456aea291cee06daf004c0221c.ttf | Bin 0 ->
19110  1080 bytes
19111  .../sha1sum/8099955657a54e9ee38a6ba1d6f950ce58e3cc25.ttf | Bin 0 ->
19112  1024 bytes
19113  test/shaping/fonts/sha1sum/MANIFEST                      |   4 ++++
19114  .../sha1sum/bb0c53752e85c3d28973ebc913287b8987d3dfe8.ttf | Bin 0 ->
19115  976 bytes
19116  test/shaping/tests/zero-width-marks.tests                |   4 ++++
19117  6 files changed, 8 insertions(+)
19118
19119 commit b3582a8ee82942a931130a83b2867b239f8ca71a
19120 Author: Behdad Esfahbod <behdad@behdad.org>
19121 Date:   Wed Feb 10 18:10:15 2016 +0700
19122
19123     Change default mark advance zeroing behavior from Unicode to GDEF
19124
19125     See thread at:
19126     https://lists.freedesktop.org/archives/harfbuzz/2016-February/005462.html
19127
19128  src/hb-ot-shape-complex-default.cc | 2 +-
19129  src/hb-ot-shape-complex-thai.cc    | 2 +-
19130  src/hb-ot-shape-complex-tibetan.cc | 2 +-
19131  3 files changed, 3 insertions(+), 3 deletions(-)
19132
19133 commit 43bb2b8fb00705c3334730a58ade7984181018b2
19134 Author: Behdad Esfahbod <behdad@behdad.org>
19135 Date:   Wed Feb 10 14:11:43 2016 +0700
19136
19137     Minor
19138
19139  test/shaping/hb_test_tools.py | 2 +-
19140  1 file changed, 1 insertion(+), 1 deletion(-)
19141
19142 commit bdaa784bb610ec65626d63cc068a0958ff5005fc
19143 Merge: a168db47 f6ffba63
19144 Author: Behdad Esfahbod <behdad@behdad.org>
19145 Date:   Wed Feb 10 11:11:36 2016 +0700
19146
19147     Merge pull request #164 from fanc999/msvc.build
19148
19149     Enable Build of HarfBuzz under Visual Studio using NMake Makefiles
19150
19151 commit a168db4739148459bc33c7dae88e73efa0153d72
19152 Author: Behdad Esfahbod <behdad@behdad.org>
19153 Date:   Wed Feb 10 11:10:08 2016 +0700
19154
19155     [README] Add ABI Tracker link
19156
19157  README | 1 +
19158  1 file changed, 1 insertion(+)
19159
19160 commit f6ffba634bb33d6d4b051abce9c23fcae280c3fe
19161 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19162 Date:   Wed Dec 9 14:57:15 2015 +0800
19163
19164     MSVC builds: Add support to build DirectWrite shaping backend
19165
19166     Add into the NMake Makefiles to build the DirectWrite shaping backend,
19167     but as PR #134 mentions, this is considered to be in an experimental
19168     state,
19169     so don't include this in the build by default for now.  This is
19170     most probably
19171     going to replace the Uniscribe backend eventually, since DirectWrite
19172     is meant
19173     to be Uniscribe's replacement, and is needed for Windows Store apps
19174     if a
19175     system shaping API is to be used.
19176
19177  win32/README.txt        |  4 ++++
19178  win32/config-msvc.mak   | 10 ++++++++++
19179  win32/config.h.win32.in |  3 +++
19180  win32/info-msvc.mak     |  7 +++++++
19181  4 files changed, 24 insertions(+)
19182
19183 commit c6792854557ca104948e8f0b142c9384105b0d05
19184 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19185 Date:   Wed Feb 3 18:31:23 2016 +0800
19186
19187     build: Build the DirectWrite sources if requested
19188
19189     This adds to the autotools build system so that the (experimental)
19190     DirectWrite support for HarfBuzz is built (and dist'ed).
19191
19192  configure.ac         | 25 +++++++++++++++++++++++++
19193  src/Makefile.am      |  7 +++++++
19194  src/Makefile.sources |  3 +++
19195  3 files changed, 35 insertions(+)
19196
19197 commit d7b6636e5ebf1ddf7d7a04007ffbc411cf7e462e
19198 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19199 Date:   Tue Nov 3 19:00:42 2015 +0800
19200
19201     build: Support Visual Studio builds using NMake
19202
19203     This adds a set of NMake Makefiles that can be used to build
19204     HarfBuzz, from
19205     the standard basic build building the minimal HarfBuzz DLL (consisting
19206     of OpenType, fallback and Uniscribe support only), to a full
19207     fledged build
19208     consisting of GLib and FreeType support, as well as building the
19209     utilities,
19210     the test programs in src/ and test/api, and HarfBuzz-ICU and
19211     HarfBuzz-GObject, and up to building the introspection files.
19212     This means a
19213     flexible build mechanism is supported here, so anything that is
19214     supported
19215     for a Windows build (code-wise), should all be supported by this build
19216     system.
19217
19218     As in an earlier commit, the source listings are shared with the
19219     autotools
19220     builds with the various Makefile.sources in src/, src/hb-ucdn and
19221     util/, and
19222     this set of NMake Makefiles will transform these lists into the
19223     form they
19224     want.
19225
19226     In the current form, all the test programs in test/api pass, and
19227     this has
19228     been checked successfully with 'make -j8 distcheck'.
19229
19230  BUILD.md                        |   4 +-
19231  Makefile.am                     |   2 +-
19232  configure.ac                    |   2 +
19233  win32/Makefile.am               |  14 +++
19234  win32/Makefile.vc               |  52 +++++++++++
19235  win32/README.txt                |  75 ++++++++++++++++
19236  win32/build-rules-msvc.mak      | 140 ++++++++++++++++++++++++++++++
19237  win32/config-msvc.mak           | 188
19238  ++++++++++++++++++++++++++++++++++++++++
19239  win32/create-lists-msvc.mak     | 151 ++++++++++++++++++++++++++++++++
19240  win32/create-lists.bat          |  42 +++++++++
19241  win32/detectenv-msvc.mak        | 136 +++++++++++++++++++++++++++++
19242  win32/generate-msvc.mak         |  26 ++++++
19243  win32/hb-introspection-msvc.mak |  42 +++++++++
19244  win32/info-msvc.mak             | 130 +++++++++++++++++++++++++++
19245  win32/install.mak               |  29 +++++++
19246  win32/introspection-msvc.mak    |  73 ++++++++++++++++
19247  16 files changed, 1104 insertions(+), 2 deletions(-)
19248
19249 commit 5c3e7260bcb4999b8b7cb9afb26e6eaff867634b
19250 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19251 Date:   Tue Nov 3 18:52:46 2015 +0800
19252
19253     MSVC builds: Add a pre-configured config.h(.win32) template
19254
19255     This adds a pre-configured config.h template that can be used
19256     for Visual
19257     Studio builds, where autotools is not normally available.  This has
19258     the
19259     configs that are suitable for Visual Studio builds, as well as all the
19260     features used for Windows builds enabled (HAVE_OT, HAVE_FALLBACK and
19261     HAVE_UNISCRIBE).
19262
19263     Note that the optional features are not enabled here, they are
19264     enabled by
19265     /D's (or -D's) in the NMake Makefiles as requested.
19266
19267  win32/config.h.win32.in | 155
19268  ++++++++++++++++++++++++++++++++++++++++++++++++
19269  1 file changed, 155 insertions(+)
19270
19271 commit 35ded3af74a5bc4b038a07308354d5f7501ae3c7
19272 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19273 Date:   Tue Nov 3 16:56:27 2015 +0800
19274
19275     build: Move source listings into separate Makefile snippets
19276
19277     This moves all the source listings in src/Makefile.am,
19278     src/hb-ucdn/Makefile.am and util/Makefile.am into separate Makefile
19279     snippets, so that they may be shared between different Makefile-based
19280     build systems, such as NMake for Visual Studio.
19281
19282  src/Makefile.am              | 165
19283  +++++++++----------------------------------
19284  src/Makefile.sources         | 147 ++++++++++++++++++++++++++++++++++++++
19285  src/hb-ucdn/Makefile.am      |   6 +-
19286  src/hb-ucdn/Makefile.sources |   4 ++
19287  util/Makefile.am             |  34 ++-------
19288  util/Makefile.sources        |  32 +++++++++
19289  6 files changed, 223 insertions(+), 165 deletions(-)
19290
19291 commit b894a85ad1e7c3ecfb6d3732a7c9779f5462fe70
19292 Author: Behdad Esfahbod <behdad@behdad.org>
19293 Date:   Tue Feb 2 16:39:19 2016 +0800
19294
19295     Fix more hangs in case of buffer allocation errors
19296
19297     Hopefully
19298     fixes https://github.com/behdad/harfbuzz/issues/214
19299
19300  src/hb-ot-shape-complex-indic.cc   | 2 +-
19301  src/hb-ot-shape-complex-myanmar.cc | 2 +-
19302  src/hb-ot-shape-complex-use.cc     | 2 +-
19303  3 files changed, 3 insertions(+), 3 deletions(-)
19304
19305 commit b693992ea160b66541f678dc9be29b513c77a30b
19306 Merge: 9a6a33cc 498574e6
19307 Author: Behdad Esfahbod <behdad@behdad.org>
19308 Date:   Tue Feb 2 12:33:32 2016 +0800
19309
19310     Merge pull request #222 from n8willis/master
19311
19312     Add usermanual chapter on cluster levels
19313
19314 commit 498574e6c1a83bbd2768925af6e39806fe1ea8bb
19315 Author: n8willis <nwillis@glyphography.com>
19316 Date:   Thu Jan 28 12:21:32 2016 -0600
19317
19318     Update Makefile.am
19319
19320  docs/Makefile.am | 1 +
19321  1 file changed, 1 insertion(+)
19322
19323 commit e12fc666994573dbabb6928a8b2e8698667088ce
19324 Author: n8willis <nwillis@glyphography.com>
19325 Date:   Thu Jan 28 12:14:12 2016 -0600
19326
19327     Added initial usermanual chapter on cluster levels.
19328
19329  docs/harfbuzz-docs.xml       |   1 +
19330  docs/usermanual-clusters.xml | 304
19331  +++++++++++++++++++++++++++++++++++++++++++
19332  2 files changed, 305 insertions(+)
19333
19334 commit 9a6a33ccbea8a2e23e779bd955958fa41974c1c7
19335 Merge: d05b7833 146fe252
19336 Author: Behdad Esfahbod <behdad@behdad.org>
19337 Date:   Mon Jan 18 12:47:18 2016 +0100
19338
19339     Merge pull request #216 from mhosken/master
19340
19341     Refactor graphite2 to make ovleraps into negative width spaces
19342
19343 commit 146fe252c3ebd0253344ce20981554e40926497b
19344 Author: Martin Hosken <martin_hosken@sil.org>
19345 Date:   Sat Jan 16 17:24:00 2016 -0600
19346
19347     Refactor graphite2 to make ovleraps into negative width spaces
19348
19349  src/hb-graphite2.cc | 71
19350  ++++++++++++++++++++++++++++++++---------------------
19351  1 file changed, 43 insertions(+), 28 deletions(-)
19352
19353 commit d05b783322d90208b2ddf06a5ebffc7c301be3d7
19354 Author: Behdad Esfahbod <behdad@behdad.org>
19355 Date:   Tue Jan 12 16:17:21 2016 +0000
19356
19357     Fix compiler warning
19358
19359     Fixes https://github.com/behdad/harfbuzz/issues/212
19360
19361  src/hb-ot-tag.cc | 2 +-
19362  1 file changed, 1 insertion(+), 1 deletion(-)
19363
19364 commit d163dc18e66c9e2f404d09310482464245cae704
19365 Author: Behdad Esfahbod <behdad@behdad.org>
19366 Date:   Tue Jan 12 13:05:01 2016 +0000
19367
19368     Minor
19369
19370  src/hb-ot-layout-common-private.hh | 30 +++++++++++++++---------------
19371  1 file changed, 15 insertions(+), 15 deletions(-)
19372
19373 commit 505b7d4732c6a8c423f43c0de46e05dc583e82c0
19374 Author: Behdad Esfahbod <behdad@behdad.org>
19375 Date:   Mon Jan 11 18:31:04 2016 +0000
19376
19377     [fuzzing] Fuzz input text
19378
19379     Very rudimentary right now, but will get kcc's bot going.
19380
19381     From
19382     https://github.com/behdad/harfbuzz/issues/139#issuecomment-163580783
19383
19384  test/fuzzing/hb-fuzzer.cc | 25 +++++++++++++++++++------
19385  1 file changed, 19 insertions(+), 6 deletions(-)
19386
19387 commit 3e704521f67e021fb51cda7319925fd39eba4f97
19388 Author: Behdad Esfahbod <behdad@behdad.org>
19389 Date:   Mon Jan 11 17:38:41 2016 +0000
19390
19391     [OT] Get list of lookup subtables once and loop through them
19392
19393     This speeds up shaping the Amiri font by over 15%.
19394
19395     This was primarily needed for my work on OpenType GX, since
19396     we will be collecting only sublookups that are "active" for
19397     current font instance; but it's a nice boost in general as
19398     well.
19399
19400     We might, in the future, collect subtables in the lookup_accel.
19401     That would also allow us to do a per-subtbale set-digest, which
19402     should speed things up some more, specially for ContextChainFormat3
19403     lookups...  Amiri, for example, contains one lookup with 53
19404     subtables!
19405
19406  src/hb-ot-layout.cc | 120
19407  +++++++++++++++++++++++++++++++++++-----------------
19408  1 file changed, 81 insertions(+), 39 deletions(-)
19409
19410 commit 11441291bbf4326dca9b14ec3e9cad3d4d229303
19411 Author: Behdad Esfahbod <behdad@behdad.org>
19412 Date:   Mon Jan 11 13:16:35 2016 +0000
19413
19414     1.1.3
19415
19416  NEWS         | 29 +++++++++++++++++++++++++++++
19417  configure.ac |  2 +-
19418  2 files changed, 30 insertions(+), 1 deletion(-)
19419
19420 commit 97624d9244de0fdb9c03f60e03fe242028efa8a1
19421 Author: Behdad Esfahbod <behdad@behdad.org>
19422 Date:   Mon Jan 11 12:58:45 2016 +0000
19423
19424     [docs] Minor fixes.
19425
19426  src/hb-buffer.h | 26 +++++++++++++-------------
19427  1 file changed, 13 insertions(+), 13 deletions(-)
19428
19429 commit a39ff95fce39226e80850ff251cb34a7aad12bd7
19430 Author: Behdad Esfahbod <behdad@behdad.org>
19431 Date:   Mon Jan 11 12:28:37 2016 +0000
19432
19433     [coretext] Speed up CoreText font fallback
19434
19435     Fixes https://code.google.com/p/chromium/issues/detail?id=547912
19436
19437  src/hb-coretext.cc | 45 ++++++++++++++++++++++++++++++++++++++++-----
19438  1 file changed, 40 insertions(+), 5 deletions(-)
19439
19440 commit 5afebbdcb2dab0e9a42d580df629d8e60b50d2f9
19441 Author: Behdad Esfahbod <behdad@behdad.org>
19442 Date:   Thu Jan 7 22:53:59 2016 +0000
19443
19444     Add Homebrew build instructions
19445
19446  BUILD.md | 10 ++++++++--
19447  1 file changed, 8 insertions(+), 2 deletions(-)
19448
19449 commit e8a27d79476a5d7a83cf2287d92ca291257546f4
19450 Author: Behdad Esfahbod <behdad@behdad.org>
19451 Date:   Thu Jan 7 22:52:16 2016 +0000
19452
19453     Don't build hb-fuzzer in "make", only "make check"
19454
19455  test/fuzzing/Makefile.am | 3 +--
19456  1 file changed, 1 insertion(+), 2 deletions(-)
19457
19458 commit 25671466d245449187f8ab17e1a233f1d087d5ed
19459 Author: Behdad Esfahbod <behdad@behdad.org>
19460 Date:   Thu Jan 7 19:11:41 2016 +0000
19461
19462     Add 9 reserved entries to hb_font_extents_t
19463
19464     Might add italic-angle, underline/strikethrough-position/thickness
19465     in the future.  Do this before new struct goes into a release.
19466
19467  src/hb-font.h | 10 ++++++++++
19468  1 file changed, 10 insertions(+)
19469
19470 commit e6d5e4c3106180cb22253c2c278b40f7c4c98f2f
19471 Author: Behdad Esfahbod <behdad@behdad.org>
19472 Date:   Wed Jan 6 12:29:50 2016 +0000
19473
19474     [uniscribe] Fix negative advance
19475
19476     This happens with at least one test font I have.
19477
19478  src/hb-uniscribe.cc | 2 +-
19479  1 file changed, 1 insertion(+), 1 deletion(-)
19480
19481 commit 99d34955762d0fff4b66a30e6fbe65fd1cf9976b
19482 Author: Behdad Esfahbod <behdad@behdad.org>
19483 Date:   Wed Jan 6 12:20:47 2016 +0000
19484
19485     [test] Add test text for Kaithi
19486
19487  test/shaping/texts/in-tree/shaper-hangul/MANIFEST            | 1 +
19488  test/shaping/texts/in-tree/shaper-hebrew/MANIFEST            | 1 +
19489  test/shaping/texts/in-tree/shaper-tibetan/MANIFEST           | 1 +
19490  test/shaping/texts/in-tree/shaper-use/MANIFEST               | 1 +
19491  test/shaping/texts/in-tree/shaper-use/script-kaithi/MANIFEST | 1 +
19492  test/shaping/texts/in-tree/shaper-use/script-kaithi/misc.txt | 6 ++++++
19493  6 files changed, 11 insertions(+)
19494
19495 commit 53c47c85827a7e3ca82000e3baa9aa87c5770ce9
19496 Author: Behdad Esfahbod <behdad@behdad.org>
19497 Date:   Tue Jan 5 13:26:20 2016 +0000
19498
19499     Increase sanitize edit count from 8 to 32
19500
19501     See previous commit.
19502
19503  src/hb-open-type-private.hh | 2 +-
19504  1 file changed, 1 insertion(+), 1 deletion(-)
19505
19506 commit da2fcfdc51a2cc0d0a782efa6c91b733f7aa84ba
19507 Author: Behdad Esfahbod <behdad@behdad.org>
19508 Date:   Tue Jan 5 13:23:45 2016 +0000
19509
19510     Don't count fixing-up FeatureParams offset as error
19511
19512     The font Garamond Premier Pro Caption (and possibly many other
19513     Adobe fonts), have many FeatureParamsSize tables with the old
19514     wrong offset.  We handle fixing those up, but they were still
19515     contributing to edit_count, and when I reduced HB_SANITIZE_MAX_EDIT
19516     from 100 to 8 in 14c2de321826c36037adde859ccca3e2011325a9, these
19517     fonts were now getting GPOS dropped and hence kerning disabled.
19518
19519     Fix, by not counting edits made towareds offset fix-up.  I'll
19520     also increase edit count again, in the next commit.
19521
19522  src/hb-ot-layout-common-private.hh | 3 +++
19523  1 file changed, 3 insertions(+)
19524
19525 commit d0adc80965506810820f9ec165b8df80cc8907e3
19526 Author: Behdad Esfahbod <behdad@behdad.org>
19527 Date:   Sat Jan 2 13:25:18 2016 +0000
19528
19529     Check magicNumber in head table during sanitize
19530
19531  src/hb-ot-head-table.hh | 4 +++-
19532  1 file changed, 3 insertions(+), 1 deletion(-)
19533
19534 commit 3a48c776701a919e11b067129586e40372d90d54
19535 Merge: 9230911f 4b4948d3
19536 Author: Behdad Esfahbod <behdad@behdad.org>
19537 Date:   Sat Jan 2 00:59:14 2016 +0000
19538
19539     Merge pull request #208 from khaledhosny/travis-trusty
19540
19541     [travis] Try building on Trusty
19542
19543 commit 4b4948d360a2141e0ffda2994aa308645dc32f59
19544 Author: Khaled Hosny <khaledhosny@eglug.org>
19545 Date:   Sat Jan 2 00:36:19 2016 +0400
19546
19547     [travis] Try building on Trusty
19548
19549     Trusty has gtk-doc 1.20 which has better markdown support which should
19550     fix some of the brokenness in the newly added documentation. The build
19551     seems to be as fast as the current container-based build on Precise.
19552
19553  .travis.yml | 5 +++--
19554  1 file changed, 3 insertions(+), 2 deletions(-)
19555
19556 commit 9230911facf90c06626e54023ca4d99f5e05f1a4
19557 Author: Behdad Esfahbod <behdad@behdad.org>
19558 Date:   Fri Jan 1 19:06:43 2016 +0000
19559
19560     [travis] Only run coveralls if testing behdad/harfbuzz
19561
19562     Fixes failures in others' forks, like:
19563     https://travis-ci.org/khaledhosny/harfbuzz/jobs/99719710#L3912
19564
19565  .travis.yml | 2 +-
19566  1 file changed, 1 insertion(+), 1 deletion(-)
19567
19568 commit 6f66f05757d3d5738571b3d4ee40afffb8f26ff9
19569 Merge: bfdf684f 9ab9f974
19570 Author: Behdad Esfahbod <behdad@behdad.org>
19571 Date:   Fri Jan 1 16:44:01 2016 +0000
19572
19573     Merge pull request #207 from khaledhosny/docs-4
19574
19575     [docs] More buffers documentation
19576
19577 commit 9ab9f974d42e0001966e243a23a64e6aefbd4764
19578 Author: Khaled Hosny <khaledhosny@eglug.org>
19579 Date:   Fri Jan 1 20:38:21 2016 +0400
19580
19581     [docs] More buffers documentation
19582
19583  docs/harfbuzz-sections.txt |  4 +-
19584  src/hb-buffer-serialize.cc | 85
19585  ++++++++++++++++++++++++++++++-------------
19586  src/hb-buffer.cc           | 91
19587  +++++++++++++++++++++++++++++++++++-----------
19588  src/hb-buffer.h            | 78 +++++++++++++++++++++++++--------------
19589  src/hb-shape.cc            | 10 +++--
19590  5 files changed, 187 insertions(+), 81 deletions(-)
19591
19592 commit bfdf684f7957645dd016fbf76700c5911c4bee2d
19593 Merge: d7ed6f50 85c2443b
19594 Author: Behdad Esfahbod <behdad@behdad.org>
19595 Date:   Wed Dec 30 22:20:14 2015 +0100
19596
19597     Merge pull request #205 from khaledhosny/more-docs
19598
19599     More docs
19600
19601 commit d7ed6f50b4ff13a94701131913d931f13a4d1266
19602 Merge: b758e5ea a7f0e25d
19603 Author: Behdad Esfahbod <behdad@behdad.org>
19604 Date:   Wed Dec 30 22:20:00 2015 +0100
19605
19606     Merge pull request #206 from nico/patch-3
19607
19608     Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
19609
19610 commit a7f0e25dafa90bd21b01c38cb0782ade54b75cdc
19611 Author: Nico Weber <nicolasweber@gmx.de>
19612 Date:   Wed Dec 30 16:05:52 2015 -0500
19613
19614     Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
19615
19616     The coretext_aat shaper delegates to the regular coretext_..._ensure()
19617     functions, so coretext_aat_..._ensure() functions defined by these
19618     macros are unused. The compiler warns about them, which in turn can
19619     confuse people to think that the coretext_aat_..._ensure() functions
19620     weren't called by accident.
19621
19622  src/hb-coretext.cc | 4 ----
19623  1 file changed, 4 deletions(-)
19624
19625 commit 85c2443b737335b77c7e9bb6fd6741912f70fcef
19626 Author: Khaled Hosny <khaledhosny@eglug.org>
19627 Date:   Wed Dec 30 22:57:04 2015 +0400
19628
19629     [docs] Reduce gtkdoc-check errors
19630
19631     Now it is just reporting one error about “503 undocumented or
19632     incomplete
19633     symbols”, that will be the easy part I guess.
19634
19635  docs/harfbuzz-docs.xml     | 74
19636  ++++++++++++++++++++++++++++++++++++++++++++++
19637  docs/harfbuzz-sections.txt | 40 +++++++++++++++++++++++++
19638  2 files changed, 114 insertions(+)
19639
19640 commit 9cffe329f15b3a74a3af4e68c1884f1dbda49666
19641 Author: Khaled Hosny <khaledhosny@eglug.org>
19642 Date:   Wed Dec 30 22:50:08 2015 +0400
19643
19644     [docs] Typo
19645
19646  src/hb-buffer.cc | 2 +-
19647  1 file changed, 1 insertion(+), 1 deletion(-)
19648
19649 commit b758e5ea223eced0fde9a3e62d0fdf04c04914a1
19650 Merge: 266bfa37 8b1224f0
19651 Author: Behdad Esfahbod <behdad@behdad.org>
19652 Date:   Wed Dec 30 16:44:19 2015 +0100
19653
19654     Merge pull request #203 from nico/patch-1
19655
19656     Remove unused `retry:` label.
19657
19658 commit 266bfa3772e75fedcd93db22bf8672a13ad7a7d9
19659 Author: Behdad Esfahbod <behdad@behdad.org>
19660 Date:   Wed Dec 30 16:25:48 2015 +0100
19661
19662     [docs] Minor
19663
19664  .ci/deploy-docs.sh | 2 +-
19665  1 file changed, 1 insertion(+), 1 deletion(-)
19666
19667 commit d08035f8f15b7ddd89a318ea34bc386a9e33a8ea
19668 Author: Behdad Esfahbod <behdad@behdad.org>
19669 Date:   Wed Dec 30 16:15:36 2015 +0100
19670
19671     [docs] Fix up build, really
19672
19673  .ci/deploy-docs.sh | 9 ++++-----
19674  .travis.yml        | 2 +-
19675  2 files changed, 5 insertions(+), 6 deletions(-)
19676
19677 commit 0d45c3cf63692151166ca7071f755dfaa8922a67
19678 Author: Behdad Esfahbod <behdad@behdad.org>
19679 Date:   Wed Dec 30 16:09:39 2015 +0100
19680
19681     [docs] Turn bash tracing on
19682
19683  .ci/deploy-docs.sh | 4 ++++
19684  1 file changed, 4 insertions(+)
19685
19686 commit 33b2d981a0b12ea165ef9282204a73f4a1ce0477
19687 Author: Behdad Esfahbod <behdad@behdad.org>
19688 Date:   Wed Dec 30 15:56:56 2015 +0100
19689
19690     [docs] Another try, not sure why the bot isn't building
19691
19692  .ci/deploy-docs.sh | 13 ++++---------
19693  1 file changed, 4 insertions(+), 9 deletions(-)
19694
19695 commit f3a051149b3b565b5ad4e489bf730c5203c3549e
19696 Author: Behdad Esfahbod <behdad@behdad.org>
19697 Date:   Wed Dec 30 15:45:43 2015 +0100
19698
19699     [docs] Shuffling code around in deploy-docs.sh
19700
19701     Temporarily makes it rebuild docs on every change again.
19702
19703  .ci/deploy-docs.sh | 46 +++++++++++++++++++++++++++-------------------
19704  1 file changed, 27 insertions(+), 19 deletions(-)
19705
19706 commit 8f31d0a94b27bb658aabe600472fc10bc47885f6
19707 Merge: 9d280cf4 fb192c26
19708 Author: Behdad Esfahbod <behdad@behdad.org>
19709 Date:   Wed Dec 30 15:13:37 2015 +0100
19710
19711     Merge pull request #202 from khaledhosny/doc-fixes
19712
19713     Doc fixes
19714
19715 commit fb192c263e17081c87f4cc971274d9be42f19513
19716 Author: Khaled Hosny <khaledhosny@eglug.org>
19717 Date:   Wed Dec 30 15:05:50 2015 +0400
19718
19719     [docs] A bit more buffers documentation
19720
19721  docs/harfbuzz-sections.txt |  2 ++
19722  src/hb-buffer.cc           |  7 +++---
19723  src/hb-buffer.h            | 56
19724  ++++++++++++++++++++++++++++++++++++++++++++--
19725  3 files changed, 60 insertions(+), 5 deletions(-)
19726
19727 commit 8ab797c5b86c33eab6ee024471fd3c147325d26a
19728 Author: Khaled Hosny <khaledhosny@eglug.org>
19729 Date:   Tue Dec 29 17:42:16 2015 +0400
19730
19731     [docs] A bit more buffers documentation
19732
19733  docs/harfbuzz-sections.txt | 60 +++++++++++++++---------------
19734  src/hb-buffer.cc           | 93
19735  +++++++++++++++++++++++++++++++---------------
19736  src/hb-buffer.h            |  7 +++-
19737  src/hb-common.cc           | 43 +++++++++++++--------
19738  src/hb-common.h            | 15 +++++---
19739  5 files changed, 135 insertions(+), 83 deletions(-)
19740
19741 commit f18d2226b62f20d29e6299c01ae8467c725ea971
19742 Author: Khaled Hosny <khaledhosny@eglug.org>
19743 Date:   Tue Dec 29 15:21:20 2015 +0400
19744
19745     [docs] Some documentation on buffers
19746
19747     Some of it (create, reference, destroy) are adapted from Cairo docs.
19748
19749  docs/harfbuzz-sections.txt |  55 +++++++-------
19750  src/hb-buffer.cc           | 174
19751  +++++++++++++++++++++++++++------------------
19752  2 files changed, 132 insertions(+), 97 deletions(-)
19753
19754 commit d7bf9d05c519a369a7b3a02e9ed5ecc05a20cd3e
19755 Author: Khaled Hosny <khaledhosny@eglug.org>
19756 Date:   Tue Dec 29 02:23:24 2015 +0400
19757
19758     [docs] Fix comment syntax
19759
19760     To lower the number of gtk-doc warnings.
19761
19762  .travis.yml           |  2 +-
19763  src/hb-directwrite.cc |  4 ++--
19764  src/hb-ot-layout.cc   | 14 ++++++++++++++
19765  src/hb-unicode.h      | 16 ++++++++++++++++
19766  4 files changed, 33 insertions(+), 3 deletions(-)
19767
19768 commit 8b1224f0eece7a5b6846e206333e57ac4653a705
19769 Author: Nico Weber <nicolasweber@gmx.de>
19770 Date:   Mon Dec 28 21:31:28 2015 -0500
19771
19772     Remove unused `retry:` label.
19773
19774     Fixes a -Wunused-label warning when building harfbuzz with clang
19775     -Wall.
19776
19777  src/hb-coretext.cc | 1 -
19778  1 file changed, 1 deletion(-)
19779
19780 commit 1f5559293f9bb1b4e911f4bdecf276ff1f6ae01c
19781 Author: Khaled Hosny <khaledhosny@eglug.org>
19782 Date:   Tue Dec 29 02:15:21 2015 +0400
19783
19784     [docs] Ignore the new HB_EXTERN decoration
19785
19786     Otherwise, almost all API functions are not extracted.
19787
19788  docs/Makefile.am | 3 ++-
19789  1 file changed, 2 insertions(+), 1 deletion(-)
19790
19791 commit 9d280cf49f25181f64c978752f926b79e7c3746a
19792 Author: Khaled Hosny <khaledhosny@eglug.org>
19793 Date:   Sat Dec 26 06:45:51 2015 +0400
19794
19795     Fix previous commit
19796
19797  .ci/deploy-docs.sh | 2 +-
19798  1 file changed, 1 insertion(+), 1 deletion(-)
19799
19800 commit b789199f107912cfce5e4a95d6152f9a1a7993f2
19801 Author: Khaled Hosny <khaledhosny@eglug.org>
19802 Date:   Sat Dec 26 06:35:08 2015 +0400
19803
19804     [travis] Build docs only on tagged revisions
19805
19806     Lets see if it works…
19807
19808  .ci/deploy-docs.sh | 4 +++-
19809  1 file changed, 3 insertions(+), 1 deletion(-)
19810
19811 commit e5b90c08a4c1f475560209a5e47628f695606d89
19812 Author: Behdad Esfahbod <behdad@behdad.org>
19813 Date:   Fri Dec 25 18:41:41 2015 +0100
19814
19815     [travis] Remove secure var
19816
19817     I've set up a secure var for behdad/harfbuzz through Travis web
19818     interface, no need
19819     to set the var here.
19820
19821  .ci/deploy-docs.sh | 2 +-
19822  .travis.yml        | 1 -
19823  2 files changed, 1 insertion(+), 2 deletions(-)
19824
19825 commit e75c1ffdf548185ce1f1df7937f0d028e5e40efe
19826 Merge: 6173c2a6 d25317f6
19827 Author: Behdad Esfahbod <behdad@behdad.org>
19828 Date:   Fri Dec 25 18:21:08 2015 +0100
19829
19830     Merge pull request #199 from behdad/travis-docs
19831
19832     Deploy docs to gh-pages branch from Travis builds
19833
19834 commit 6173c2a6fc6ea0bf812f7f398770b5342974f9bf
19835 Author: Behdad Esfahbod <behdad@behdad.org>
19836 Date:   Fri Dec 25 18:18:23 2015 +0100
19837
19838     Fix flaky test
19839
19840     This test font had a upem of 769, which results in rounding-related
19841     errors with
19842     the FreeType font funcs.  Change the upem to 1024 to fix that.
19843
19844     Fixes https://github.com/behdad/harfbuzz/issues/201
19845
19846  ...> 1c2fb74c1b2aa173262734c1f616148f1648cfd6.ttf} | Bin 4064 ->
19847  4064 bytes
19848  test/shaping/fonts/sha1sum/MANIFEST                |   2 +-
19849  test/shaping/tests/ligature-id.tests               |  70
19850  ++++++++++-----------
19851  3 files changed, 36 insertions(+), 36 deletions(-)
19852
19853 commit 3fcae6d82da389c9944386a8ab41eb1c13b99330
19854 Author: Behdad Esfahbod <behdad@behdad.org>
19855 Date:   Fri Dec 25 18:18:02 2015 +0100
19856
19857     [tests] Add --reference, for re-recording tests
19858
19859  test/shaping/run-tests.sh | 18 ++++++++++++++----
19860  1 file changed, 14 insertions(+), 4 deletions(-)
19861
19862 commit d25317f67f3c5c77f9059961935b0f35cbaa9ac4
19863 Author: Khaled Hosny <khaledhosny@eglug.org>
19864 Date:   Wed Dec 23 01:29:48 2015 +0400
19865
19866     Move more docs from FreeDesktop page
19867
19868  docs/Makefile.am                     |  1 +
19869  docs/harfbuzz-docs.xml               | 15 ++++----
19870  docs/usermanual-install-harfbuzz.xml | 70
19871  ++++++++++++++++++++++++++++++++++++
19872  3 files changed, 80 insertions(+), 6 deletions(-)
19873
19874 commit 493a92220844c8996be67c8a7a2c5447942fe2c1
19875 Author: Khaled Hosny <khaledhosny@eglug.org>
19876 Date:   Wed Dec 23 00:33:41 2015 +0400
19877
19878     Rename user manual files
19879
19880     Use chapter ids instead of numbers, so that we can reorder them,
19881     introduce new ones etc. without the numbers becoming out of date.
19882
19883  docs/Makefile.am                                             | 12
19884  ++++++------
19885  docs/harfbuzz-docs.xml                                       | 12
19886  ++++++------
19887  ... => usermanual-buffers-language-script-and-direction.xml} |  0
19888  docs/{usermanual-ch04.xml => usermanual-fonts-and-faces.xml} |  0
19889  ...{usermanual-ch06.xml => usermanual-glyph-information.xml} |  0
19890  docs/{usermanual-ch02.xml => usermanual-hello-harfbuzz.xml}  |  0
19891  ...{usermanual-ch05.xml => usermanual-opentype-features.xml} |  0
19892  .../{usermanual-ch01.xml => usermanual-what-is-harfbuzz.xml} |  0
19893  8 files changed, 12 insertions(+), 12 deletions(-)
19894
19895 commit 4dc2265918089ee08c6d82eed0cfd41e02d7d231
19896 Author: Khaled Hosny <khaledhosny@eglug.org>
19897 Date:   Wed Dec 23 00:26:20 2015 +0400
19898
19899     Intro from freedesktop.org/wiki/Software/HarfBuzz/
19900
19901  docs/HarfBuzz.png      | Bin 0 -> 3419 bytes
19902  docs/Makefile.am       |   3 ++-
19903  docs/harfbuzz-docs.xml |  31 ++++++++++++++++++++++++++++++-
19904  3 files changed, 32 insertions(+), 2 deletions(-)
19905
19906 commit 22b07782ced6503a0bf33f2fe157b70540238f6d
19907 Author: Khaled Hosny <khaledhosny@eglug.org>
19908 Date:   Mon Dec 14 23:33:51 2015 +0400
19909
19910     Deploy docs to gh-pages branch from Travis builds
19911
19912     Build docs in Travis and push them to the gh-pages branch, which makes
19913     them available at http://behdad.github.io/harfbuzz/
19914
19915  .ci/deploy-docs.sh | 25 +++++++++++++++++++++++++
19916  .travis.yml        |  4 ++++
19917  2 files changed, 29 insertions(+)
19918
19919 commit fc38e6034c76d5450f5398d667184bc3696efcc4
19920 Author: Behdad Esfahbod <behdad@behdad.org>
19921 Date:   Wed Dec 23 14:50:53 2015 +0100
19922
19923     [layout] Collect coverage glyphs in PairPos
19924
19925     Apparently class=0 is used for ClassDef1.  See:
19926     https://github.com/adobe-type-tools/afdko/issues/90
19927
19928  src/hb-ot-layout-gpos-table.hh | 2 +-
19929  1 file changed, 1 insertion(+), 1 deletion(-)
19930
19931 commit 8718dae818b22c3933c33bdfc8a7413ef4c3110a
19932 Author: Behdad Esfahbod <behdad@behdad.org>
19933 Date:   Fri Dec 18 19:53:40 2015 +0000
19934
19935     [python] Hook up sample debugger
19936
19937  src/sample.py | 6 ++++++
19938  1 file changed, 6 insertions(+)
19939
19940 commit 0475ef2f97e3035a2eea9a0f96031331e07e8e29
19941 Author: Behdad Esfahbod <behdad@behdad.org>
19942 Date:   Fri Dec 18 18:17:07 2015 +0000
19943
19944     [buffer] Add debugging, aka, message, API
19945
19946     Currently just announces lookup applications.  Message-API *will*
19947     change.
19948     hb-shape / hb-view are updated to print-out messages to stder
19949     if --debug
19950     is specified.
19951
19952  src/hb-buffer-private.hh | 18 ++++++++++++++++++
19953  src/hb-buffer.cc         | 44
19954  ++++++++++++++++++++++++++++++++++++++++++++
19955  src/hb-buffer.h          | 15 +++++++++++++++
19956  src/hb-ot-layout.cc      | 12 ++----------
19957  util/main-font-text.hh   | 18 ++++++++++++++++++
19958  5 files changed, 97 insertions(+), 10 deletions(-)
19959
19960 commit 9ea0aa43ac5cf243b698aae0ec80241b5efd7488
19961 Author: Behdad Esfahbod <behdad@behdad.org>
19962 Date:   Fri Dec 18 17:30:18 2015 +0000
19963
19964     Don't deserialize positions if buffer has no positions
19965
19966  src/hb-buffer-serialize.cc | 3 +++
19967  src/hb-ot-layout.cc        | 2 --
19968  2 files changed, 3 insertions(+), 2 deletions(-)
19969
19970 commit 862b1644e9469a7e70555141f53729409d50d0d2
19971 Author: Behdad Esfahbod <behdad@behdad.org>
19972 Date:   Fri Dec 18 13:54:06 2015 +0000
19973
19974     [use] Only set syllable-based topographical features if not
19975     Arabic-joining
19976
19977  src/hb-ot-shape-complex-use.cc | 3 +++
19978  1 file changed, 3 insertions(+)
19979
19980 commit 45b7ec365225109eb0854e6c417f48860b5f24af
19981 Author: Behdad Esfahbod <behdad@behdad.org>
19982 Date:   Fri Dec 18 13:47:16 2015 +0000
19983
19984     [indic] Followup fix for Malayalam context matching
19985
19986     We regeressed Malayalam in 508cc3d3cfcfb0383df0fe795cc28db4e0fd5729
19987     This brings down the failures to 198 (from 750).
19988
19989     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
19990     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
19991     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
19992     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
19993     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
19994     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
19995     MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed
19996     (0.0188871%)
19997     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
19998     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
19999     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
20000     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
20001     MYANMAR: 1123865 out of 1123883 tests passed. 18 failed (0.00160159%)
20002
20003  src/hb-ot-shape-complex-indic.cc | 19 +++++++++++++++++++
20004  1 file changed, 19 insertions(+)
20005
20006 commit 2813e3049a69d64e5395f68c52c4690e1d256d55
20007 Author: Behdad Esfahbod <behdad@behdad.org>
20008 Date:   Fri Dec 18 11:05:11 2015 +0000
20009
20010     [indic] Update data tables to Unicode 8.0
20011
20012     Test stats remain unchanged, except for Malayalam, which we
20013     investigate:
20014
20015     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
20016     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
20017     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
20018     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
20019     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
20020     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
20021     MALAYALAM: 1047584 out of 1048334 tests passed. 750 failed
20022     (0.0715421%)
20023     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
20024     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
20025     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
20026     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
20027
20028     Myanmar, compared to Windows 10 mmrtext.ttf:
20029
20030     MYANMAR: 1123865 out of 1123883 tests passed. 18 failed (0.00160159%)
20031
20032  src/gen-indic-table.py                   |   1 +
20033  src/hb-ot-shape-complex-indic-private.hh |  40 ++--
20034  src/hb-ot-shape-complex-indic-table.cc   | 372
20035  ++++++++++++++++++-------------
20036  src/hb-ot-shape-complex-indic.cc         |  23 +-
20037  src/hb-ot-shape-complex-myanmar.cc       |   4 +
20038  5 files changed, 244 insertions(+), 196 deletions(-)
20039
20040 commit fc06cff40f136440f6402d0a5e735e2a4a3c062a
20041 Author: Behdad Esfahbod <behdad@behdad.org>
20042 Date:   Thu Dec 17 17:47:35 2015 +0000
20043
20044     Remove HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT
20045
20046     The DEFAULT naming wasn't helpful, so just remove it.
20047
20048  src/hb-ot-shape-complex-default.cc | 2 +-
20049  src/hb-ot-shape-complex-private.hh | 4 +---
20050  src/hb-ot-shape-complex-thai.cc    | 2 +-
20051  src/hb-ot-shape-complex-tibetan.cc | 2 +-
20052  4 files changed, 4 insertions(+), 6 deletions(-)
20053
20054 commit 508cc3d3cfcfb0383df0fe795cc28db4e0fd5729
20055 Author: Behdad Esfahbod <behdad@behdad.org>
20056 Date:   Thu Dec 17 17:31:17 2015 +0000
20057
20058     [indic] Allow context when matching for Malayalam new-spec
20059
20060     Test sequence:
20061             U+0995,U+09CD,U+09B0
20062
20063     With Nirmala shipped on Windows 10, this failed to form the below
20064     form.
20065     Works now.
20066
20067     Reported by Sairus.
20068
20069  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
20070  1 file changed, 9 insertions(+), 2 deletions(-)
20071
20072 commit eaf1e93ef1ee19a3e72d781e8abbd7f1165c1618
20073 Author: Behdad Esfahbod <behdad@behdad.org>
20074 Date:   Thu Dec 17 16:57:47 2015 +0000
20075
20076     [uniscribe] Handle E_NOT_SUFFICIENT_BUFFER as well as E_OUTOFMEMORY
20077
20078     On Windows 10 we are seeing that other error message...
20079
20080     Test sequence: U+0995,U+-9CD,U+09B0
20081     With Nirmala shipped on Windows 10, this failed to form the below
20082     form.
20083     Works now.
20084
20085     Reported by Sairus.
20086
20087  src/hb-uniscribe.cc | 2 +-
20088  1 file changed, 1 insertion(+), 1 deletion(-)
20089
20090 commit 21e5d7edc4f28157254ef29a8ac247f3a572f6a6
20091 Author: Behdad Esfahbod <behdad@behdad.org>
20092 Date:   Thu Dec 17 16:28:38 2015 +0000
20093
20094     [util] Use O_BINARY instead of _O_BINARY
20095
20096     The latter doesn't seem to be available in Cygwin.  I'm surprised it
20097     compiled before...
20098
20099  util/options.cc | 4 ++--
20100  1 file changed, 2 insertions(+), 2 deletions(-)
20101
20102 commit 100fbeaf196515774c985ee839d0fa0695f9a6fa
20103 Author: Behdad Esfahbod <behdad@behdad.org>
20104 Date:   Thu Dec 17 15:23:09 2015 +0000
20105
20106     Fix ligature component of a mark happening after a ligature within
20107     a ligature!
20108
20109     Say, if we are ligating "A B_C m D", then previously 'm' was being
20110     attached to 'B' in the combined A_B_C_D ligature.  Now we attach it
20111     to 'C'.  No test for this though :(.
20112
20113  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
20114  1 file changed, 1 insertion(+), 1 deletion(-)
20115
20116 commit 2f02fc79a5018e3348fccf366c470803554e1e58
20117 Author: Behdad Esfahbod <behdad@behdad.org>
20118 Date:   Thu Dec 17 15:21:14 2015 +0000
20119
20120     Improve ligature-component handling
20121
20122     We use three bits for lig_id these days, so we finally got a report of
20123     two separate ligatures with the same lig_id happening adjacent to each
20124     other, and then the component-handling code was breaking things.
20125     Protect against that by ignoring same-lig-id but lig-comp=0 glyphs
20126     after
20127     a new ligature.
20128
20129     Fixes https://github.com/behdad/harfbuzz/issues/198
20130
20131  src/hb-ot-layout-gsubgpos-private.hh               |  12 +++++--
20132  test/shaping/Makefile.am                           |   1 +
20133  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
20134  .../c78d1f25ea1df1210414f2fe2e0e1e53082bba76.ttf   | Bin 0 -> 4064 bytes
20135  test/shaping/tests/MANIFEST                        |   1 +
20136  test/shaping/tests/ligature-id.tests               |  35
20137  +++++++++++++++++++++
20138  6 files changed, 47 insertions(+), 3 deletions(-)
20139
20140 commit 2ab0de9fbd03231b647345b01e31b136e2e00978
20141 Author: Behdad Esfahbod <behdad@behdad.org>
20142 Date:   Thu Dec 17 11:59:15 2015 +0000
20143
20144     [use] Fix halant detection
20145
20146     Before, we were just checking the use_category().  This detects as
20147     halant a ligature that had the halant as first glyph (as seen in
20148     NotoSansBalinese.)  Change that to use the is_ligated() glyph prop
20149     bit.  The font is forming this ligature in ccmp, which is before
20150     the rphf / pref tests.  So we need to make sure the "ligated" bit
20151     survives those tests.  Since those only check the "substituted" bit,
20152     we now only clear that bit for them and "ligated" survives.
20153
20154     Fixes https://github.com/behdad/harfbuzz/issues/180
20155
20156  src/hb-ot-layout-private.hh                          |   6 ++----
20157  src/hb-ot-shape-complex-use.cc                       |  19
20158  ++++++++++++-------
20159  test/shaping/Makefile.am                             |   1 +
20160  test/shaping/fonts/sha1sum/MANIFEST                  |   1 +
20161  .../fbb6c84c9e1fe0c39e152fbe845e51fd81f6748e.ttf     | Bin 0 ->
20162  2616 bytes
20163  test/shaping/tests/MANIFEST                          |   1 +
20164  test/shaping/tests/use.tests                         |   1 +
20165  7 files changed, 18 insertions(+), 11 deletions(-)
20166
20167 commit 86bcbd65b0d98357fb3d67a2f4f2a704ace55e10
20168 Author: Behdad Esfahbod <behdad@behdad.org>
20169 Date:   Thu Dec 17 11:04:33 2015 +0000
20170
20171     [arabic] Use glyph advance width in apply_stch() instead of extents
20172
20173     That seems to be what Windows is doing, and makes more sense.
20174
20175  src/hb-ot-shape-complex-arabic.cc | 24 +++++++-----------------
20176  1 file changed, 7 insertions(+), 17 deletions(-)
20177
20178 commit f11c11a1f123ef245e59ba892230db14170a8e5a
20179 Author: Behdad Esfahbod <behdad@behdad.org>
20180 Date:   Wed Dec 16 17:08:36 2015 +0100
20181
20182     Fix Since: tags for new API
20183
20184     https://github.com/behdad/harfbuzz/commit/e1d4d0f1dbd8518b5672245c05d73f22a9ed03ea#commitcomment-15006653
20185
20186  src/hb-font.cc | 6 +++---
20187  1 file changed, 3 insertions(+), 3 deletions(-)
20188
20189 commit 15f2c055c17c54b0a6ae6eef50dcda13c58cda75
20190 Merge: 49e72634 a13b023d
20191 Author: Behdad Esfahbod <behdad@behdad.org>
20192 Date:   Mon Dec 14 14:19:03 2015 +0100
20193
20194     Merge pull request #196 from srl295/aix
20195
20196     AIX fixes
20197
20198 commit a13b023dbfd0532e8cd74c356fbbd4453d0ffaa0
20199 Author: Steven R. Loomis <srloomis@us.ibm.com>
20200 Date:   Fri Dec 11 10:21:27 2015 -0800
20201
20202     AIX fixes
20203
20204     - use '-w' instead of '\<...\>' for check-header-guards
20205       grep manpage says these are the same
20206
20207     - put '-q' first in the grep options
20208
20209     - move VAR into hb-private.hh
20210
20211     - hb-font-private.hh - use [VAR] instead of [] for variable array
20212
20213  src/check-header-guards.sh  | 5 ++---
20214  src/hb-font-private.hh      | 2 +-
20215  src/hb-open-type-private.hh | 3 ---
20216  src/hb-private.hh           | 2 ++
20217  4 files changed, 5 insertions(+), 7 deletions(-)
20218
20219 commit 49e72634af74a9fbad01f42f48e104218413acc0
20220 Author: Behdad Esfahbod <behdad@behdad.org>
20221 Date:   Thu Dec 10 17:44:19 2015 +0100
20222
20223     Limit use of AIX intrinsics to IBM's compiler
20224
20225  src/hb-atomic-private.hh | 2 +-
20226  1 file changed, 1 insertion(+), 1 deletion(-)
20227
20228 commit e1d4d0f1dbd8518b5672245c05d73f22a9ed03ea
20229 Merge: 70b33eda 808d3fc0
20230 Author: Behdad Esfahbod <behdad@behdad.org>
20231 Date:   Thu Dec 10 16:56:07 2015 +0100
20232
20233     Merge branch 'font-extents'
20234
20235     Fixes https://github.com/behdad/harfbuzz/pull/165
20236
20237 commit 808d3fc0eadd379909f2a0308fd3db474f1efde8
20238 Author: Behdad Esfahbod <behdad@behdad.org>
20239 Date:   Thu Dec 10 16:55:16 2015 +0100
20240
20241     [util] Port hb-view to use font metrics from HarfBuzz instead of cairo
20242
20243  util/helper-cairo.cc |  4 +++-
20244  util/view-cairo.cc   | 24 ++++++++++++------------
20245  2 files changed, 15 insertions(+), 13 deletions(-)
20246
20247 commit 31fa3892947138c7950303ea3719bb5ceb813625
20248 Author: Behdad Esfahbod <behdad@behdad.org>
20249 Date:   Thu Dec 10 16:38:29 2015 +0100
20250
20251     [ft] Use ftface->size->metrics for font extent info
20252
20253  src/hb-ft.cc | 6 +++---
20254  1 file changed, 3 insertions(+), 3 deletions(-)
20255
20256 commit 3ad16048fdd841f31f1cb98d7ff9ea1871841146
20257 Author: Behdad Esfahbod <behdad@behdad.org>
20258 Date:   Thu Dec 10 16:37:49 2015 +0100
20259
20260     [ot-font] Respect OS/2 fsSelection USE_TYPO_METRICS bit
20261
20262  src/hb-ot-font.cc | 12 ++++++++----
20263  1 file changed, 8 insertions(+), 4 deletions(-)
20264
20265 commit 70b33edae7c8b9c031b83c95f00cb383789f1041
20266 Author: Behdad Esfahbod <behdad@behdad.org>
20267 Date:   Thu Dec 10 15:54:42 2015 +0100
20268
20269     Add atomic ops for AIX
20270
20271     Patch from Volker Simonis.
20272
20273  src/hb-atomic-private.hh | 25 +++++++++++++++++++++++++
20274  1 file changed, 25 insertions(+)
20275
20276 commit 98460779bae19e4d64d29461ff154b3527bf8420
20277 Author: Behdad Esfahbod <behdad@behdad.org>
20278 Date:   Mon Dec 7 21:38:47 2015 +0100
20279
20280     Remove final pause from Arabic shaper
20281
20282     Back in the old days, we used to apply 'calt' and 'cswh' in Arabic
20283     shaper,
20284     with a pause in between.  Then we disabled the 'cswh' because
20285     Microsoft
20286     disabled it, but forgot to remove the unnecessary pause.  Do that now.
20287
20288     This has the benefit that it fixes shaping with monbaiti from
20289     Windows 10.
20290     In that version of that font, the lookups from 'calt' are duplicated
20291     in
20292     'rclt', and Mongolian was changed to go through Universal Shaping
20293     Engine.
20294     We still use the Arabic shaper for Mongolian.  With a pause after
20295     'calt',
20296     we were applying the duplicate lookups from 'calt' and 'rclt' twice.
20297     It
20298     happened to be the case that these lookups were NOT idempotent.  So we
20299     were getting wrong shaping.  See thread "Windows 10 monbaiti.ttf
20300     upgrade
20301     (5.01 -> 5.51) caused loss of diacritical marks when shaped with
20302     harfbuz"
20303     on the mailing list.  This fixes that.
20304
20305  src/hb-ot-shape-complex-arabic.cc | 2 +-
20306  1 file changed, 1 insertion(+), 1 deletion(-)
20307
20308 commit dee0fbf9e2eac8b61730efc4978bc10c552b5227
20309 Merge: 255df680 a7ffe353
20310 Author: Behdad Esfahbod <behdad@behdad.org>
20311 Date:   Mon Dec 7 10:44:08 2015 +0100
20312
20313     Merge pull request #192 from behdad/jfkthame-stch
20314
20315     [issue 191] Make apply_stch() give a more precise fit
20316
20317 commit 255df6801201fb22402420f7b7b7ea8b042df8ba
20318 Author: Behdad Esfahbod <behdad@behdad.org>
20319 Date:   Mon Dec 7 10:34:47 2015 +0100
20320
20321     Fix undefined behavior in cmp function
20322
20323     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93274
20324
20325  src/hb-ot-map-private.hh | 3 ++-
20326  1 file changed, 2 insertions(+), 1 deletion(-)
20327
20328 commit fcf9e61bad13c828b5482f26491c82db65d91c96
20329 Author: Behdad Esfahbod <behdad@behdad.org>
20330 Date:   Mon Dec 7 10:30:43 2015 +0100
20331
20332     Fix sorting order of ot_languages array
20333
20334     Looks like the original sort was wrongly done.
20335     Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=93275
20336
20337  src/hb-ot-tag.cc | 7 +++----
20338  1 file changed, 3 insertions(+), 4 deletions(-)
20339
20340 commit 70952ddb5a29c5bcbb4b6c3a05a428496033234a
20341 Author: Behdad Esfahbod <behdad@behdad.org>
20342 Date:   Mon Dec 7 10:28:46 2015 +0100
20343
20344     Add test to make sure ot-languages array is sorted
20345
20346     Currently fails.  Part of
20347     https://bugs.freedesktop.org/show_bug.cgi?id=93275
20348
20349  src/Makefile.am  |  9 ++++++++-
20350  src/hb-ot-tag.cc | 23 +++++++++++++++++++++++
20351  2 files changed, 31 insertions(+), 1 deletion(-)
20352
20353 commit 8c37556f730d7e961394075cd863f624af4c53c4
20354 Merge: 8e5f9026 f35b3e93
20355 Author: Behdad Esfahbod <behdad@behdad.org>
20356 Date:   Mon Dec 7 09:34:58 2015 +0100
20357
20358     Merge pull request #134 from ebraminio/dwrite
20359
20360     Add working but less prefect DirectWrite backend
20361
20362 commit a7ffe3535836032dba5559080dffeec79473197b
20363 Author: jfkthame <jfkthame@gmail.com>
20364 Date:   Sat Dec 5 17:47:37 2015 +0000
20365
20366     Make apply_stch() give a more precise fit
20367
20368     This aims to make Syriac Abbr Mark sizing more accurate when repeating
20369     segments are used, by adding an extra repeat and tightening up the
20370     spacing slightly rather than leaving a shortfall corresponding to
20371     a partial repeat-width.
20372
20373  src/hb-ot-shape-complex-arabic.cc | 15 ++++++++++++++-
20374  1 file changed, 14 insertions(+), 1 deletion(-)
20375
20376 commit 8e5f902656d2882d24c30e8b26ddbd3963baa55c
20377 Author: Behdad Esfahbod <behdad@behdad.org>
20378 Date:   Mon Nov 30 16:53:21 2015 -0800
20379
20380     src/test.cc: wrong field printed
20381
20382     Fixes https://github.com/behdad/harfbuzz/issues/188
20383     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=93182
20384
20385  src/test.cc | 2 +-
20386  1 file changed, 1 insertion(+), 1 deletion(-)
20387
20388 commit 6f2e6de1fae0ab2269b472a750788817de6c2a6e
20389 Author: Simon Cozens <simon@simon-cozens.org>
20390 Date:   Mon Oct 26 16:23:22 2015 +0900
20391
20392     Get font ascender and descender metrics from OS/2 table.
20393
20394  src/hb-font-private.hh |  39 ++++++++++++++++++-
20395  src/hb-font.cc         | 102
20396  ++++++++++++++++++++++++++++++++++++++++++++++++-
20397  src/hb-font.h          |  62 ++++++++++++++++++++++++++++--
20398  src/hb-ft.cc           |  21 ++++++++++
20399  src/hb-ot-font.cc      |  58 ++++++++++++++++++++++++++--
20400  5 files changed, 274 insertions(+), 8 deletions(-)
20401
20402 commit 097c998a0c7b250924801bb69f5fa0c529edd183
20403 Author: Simon Cozens <simon@simon-cozens.org>
20404 Date:   Mon Oct 26 16:22:38 2015 +0900
20405
20406     Parse the OS/2 table.
20407
20408  src/Makefile.am        |   1 +
20409  src/hb-ot-os2-table.hh | 105
20410  +++++++++++++++++++++++++++++++++++++++++++++++++
20411  2 files changed, 106 insertions(+)
20412
20413 commit d44d52bd0da033865641dfd39d94852119fd4fd7
20414 Author: Behdad Esfahbod <behdad@behdad.org>
20415 Date:   Thu Nov 26 19:35:43 2015 -0500
20416
20417     1.1.2
20418
20419  NEWS         | 15 +++++++++++++++
20420  configure.ac |  2 +-
20421  2 files changed, 16 insertions(+), 1 deletion(-)
20422
20423 commit 35d18585fc57750d817f57bfffe569069f9803b5
20424 Author: Behdad Esfahbod <behdad@behdad.org>
20425 Date:   Thu Nov 26 19:30:37 2015 -0500
20426
20427     Fix a few docs blocks
20428
20429  src/hb-buffer.cc    | 4 ++++
20430  src/hb-glib.cc      | 2 ++
20431  src/hb-ot-font.cc   | 2 ++
20432  src/hb-ot-layout.cc | 6 ++++++
20433  src/hb-ot-shape.cc  | 4 ++++
20434  5 files changed, 18 insertions(+)
20435
20436 commit 0e38c918b66df31978d8fd3d8271a9b781384545
20437 Author: Behdad Esfahbod <behdad@behdad.org>
20438 Date:   Thu Nov 26 19:26:26 2015 -0500
20439
20440     [introspection] Make scanner happy with HB_EXTERN
20441
20442  src/Makefile.am | 1 +
20443  1 file changed, 1 insertion(+)
20444
20445 commit ea512f71084296be3bd893f78650def894066de0
20446 Author: Behdad Esfahbod <behdad@behdad.org>
20447 Date:   Thu Nov 26 19:22:22 2015 -0500
20448
20449     Use C-style casts instead of compare to 0, to convert hb_bool_t
20450     to bool
20451
20452  src/hb-common.cc                  | 2 +-
20453  src/hb-fallback-shape.cc          | 2 +-
20454  src/hb-font-private.hh            | 2 +-
20455  src/hb-ot-layout.cc               | 2 +-
20456  src/hb-ot-map.cc                  | 2 +-
20457  src/hb-ot-shape-complex-hangul.cc | 2 +-
20458  src/hb-ot-shape-complex-hebrew.cc | 2 +-
20459  src/hb-ot-shape-complex-indic.cc  | 4 ++--
20460  src/hb-ot-shape-normalize.cc      | 6 +++---
20461  src/hb-ot-shape.cc                | 2 +-
20462  10 files changed, 13 insertions(+), 13 deletions(-)
20463
20464 commit 67a36a725e2a61a096ba0324f359d17f9b02d312
20465 Author: Behdad Esfahbod <behdad@behdad.org>
20466 Date:   Thu Nov 26 18:48:42 2015 -0500
20467
20468     Fix vertical GPOS
20469
20470     This was brorken earlier, though, it's really hard to notice it.
20471     Unlike the glyph_h_origin(), an unset glyph_v_origin() does NOT
20472     mean that the vertical origin is at 0,0.
20473
20474     Related to https://github.com/behdad/harfbuzz/issues/187
20475
20476  src/hb-ot-shape.cc | 13 ++++++++-----
20477  1 file changed, 8 insertions(+), 5 deletions(-)
20478
20479 commit 1c6a057dd1a52511474630896a597bf8e5215214
20480 Author: Behdad Esfahbod <behdad@behdad.org>
20481 Date:   Thu Nov 26 18:48:30 2015 -0500
20482
20483     Add tests for previous commit
20484
20485  test/shaping/Makefile.am                                 |   1 +
20486  .../sha1sum/49c9f7485c1392fa09a1b801bc2ffea79275f22e.ttf | Bin 0 ->
20487  1496 bytes
20488  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
20489  test/shaping/tests/MANIFEST                              |   1 +
20490  test/shaping/tests/simple.tests                          |   2 ++
20491  5 files changed, 5 insertions(+)
20492
20493 commit c41c145c7386ebe72b1cfb0475d836a689fecc5e
20494 Author: Behdad Esfahbod <behdad@behdad.org>
20495 Date:   Thu Nov 26 18:43:15 2015 -0500
20496
20497     Make nil glyph_h_origin() function return true
20498
20499     Fixes https://github.com/behdad/harfbuzz/issues/187
20500
20501     Funcs implementations that have a non-zero horizontal origin must
20502     implement the glyph_h_origin() callback, nothing new here.
20503
20504     Other implementations (all I know of!) can simply not set
20505     glyph_h_origin() now.  I did that for hb-ot and hb-ft in
20506     44f82750807475aa5b16099ccccd917d488df703, though that broke the
20507     fallback shaper because the default was returning false...
20508
20509  src/hb-font.cc | 2 +-
20510  1 file changed, 1 insertion(+), 1 deletion(-)
20511
20512 commit 766963adba6770dcd45de4417481ed8eda60a716
20513 Merge: b344af80 f798b8e2
20514 Author: Behdad Esfahbod <behdad@behdad.org>
20515 Date:   Tue Nov 24 15:38:43 2015 -0600
20516
20517     Merge pull request #114 from ThePhD/vc++-fixes
20518
20519     Fix all VC++ warnings and errors
20520
20521 commit b344af80ca95b9eddfd6017aa6ae103388d6b5f8
20522 Merge: 662acd26 835bbdc7
20523 Author: Behdad Esfahbod <behdad@behdad.org>
20524 Date:   Tue Nov 24 15:30:27 2015 -0600
20525
20526     Merge pull request #177 from fanc999/exporting
20527
20528     Enable use of compiler directives to export symbols
20529
20530 commit 662acd26d10c38e96a9afcdaab2cb2979794966f
20531 Merge: b24e93e3 1979f6fe
20532 Author: Behdad Esfahbod <behdad@behdad.org>
20533 Date:   Tue Nov 24 15:29:44 2015 -0600
20534
20535     Merge pull request #181 from mhosken/master
20536
20537     Fix y_scale problems in hb-gr
20538
20539 commit b24e93e3a4d98111c4684fa08e9080b471881d5c
20540 Author: Behdad Esfahbod <behdad@behdad.org>
20541 Date:   Tue Nov 24 13:18:20 2015 -0600
20542
20543     1.1.1
20544
20545  NEWS         | 7 +++++++
20546  configure.ac | 2 +-
20547  2 files changed, 8 insertions(+), 1 deletion(-)
20548
20549 commit 233944ac91bb81250c0e63150eecfedfaf09f590
20550 Merge: 5a24b1d2 d5382019
20551 Author: Khaled Hosny <khaledhosny@eglug.org>
20552 Date:   Tue Nov 24 18:37:35 2015 +0400
20553
20554     Merge pull request #185 from khaledhosny/travis-osx
20555
20556     [travis] Enable Mac OS X support
20557
20558 commit d538201918e6932ef7645f8d5b2c3491954936f8
20559 Author: Khaled Hosny <khaledhosny@eglug.org>
20560 Date:   Tue Nov 24 12:46:35 2015 +0400
20561
20562     [travis] Enable Mac OS X support
20563
20564     Fixes https://github.com/behdad/harfbuzz/issues/182
20565
20566  .travis.yml | 22 ++++++++++++++++------
20567  1 file changed, 16 insertions(+), 6 deletions(-)
20568
20569 commit 5a24b1d25c59865e298bf105f54503e79587265c
20570 Author: Behdad Esfahbod <behdad@behdad.org>
20571 Date:   Mon Nov 23 16:46:14 2015 -0600
20572
20573     [travis] Remove coverity scan
20574
20575     I never could get it to work, and it's a proprietary platform.
20576
20577  .travis.yml | 11 -----------
20578  README      |  1 -
20579  2 files changed, 12 deletions(-)
20580
20581 commit 1979f6fedca82fa1e4f65491de491db1aa6dc645
20582 Author: Martin Hosken <martin_hosken@sil.org>
20583 Date:   Mon Nov 23 10:03:56 2015 +0700
20584
20585     Fix y_scale problems in hb-gr
20586
20587  src/hb-graphite2.cc | 11 ++++++-----
20588  1 file changed, 6 insertions(+), 5 deletions(-)
20589
20590 commit 835bbdc7c92bd774ff92c42a9277ded72066d29d
20591 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
20592 Date:   Thu Nov 19 18:34:12 2015 +0800
20593
20594     Public headers: Decorate public symbols with HB_EXTERN
20595
20596     This prepares the headers for exporting symbols using visibility
20597     attributes or __declspec(dllexport), so that we do not need to
20598     maintain
20599     symbols listing files, as this is what was and is done in GLib
20600     and GTK+.
20601
20602  src/hb-blob.h               |  24 +++++-----
20603  src/hb-buffer.h             | 100 +++++++++++++++++++-------------------
20604  src/hb-common.h             |  22 ++++-----
20605  src/hb-coretext.h           |   6 +--
20606  src/hb-face.h               |  34 ++++++-------
20607  src/hb-font.h               | 114
20608  ++++++++++++++++++++++----------------------
20609  src/hb-ft.h                 |  18 +++----
20610  src/hb-glib.h               |   8 ++--
20611  src/hb-gobject-enums.h.tmpl |   2 +-
20612  src/hb-gobject-structs.h    |  26 +++++-----
20613  src/hb-graphite2.h          |   4 +-
20614  src/hb-icu.h                |   6 +--
20615  src/hb-ot-font.h            |   2 +-
20616  src/hb-ot-layout.h          |  56 +++++++++++-----------
20617  src/hb-ot-shape.h           |   4 +-
20618  src/hb-ot-tag.h             |   8 ++--
20619  src/hb-set.h                |  52 ++++++++++----------
20620  src/hb-shape-plan.h         |  18 +++----
20621  src/hb-shape.h              |  10 ++--
20622  src/hb-unicode.h            |  52 ++++++++++----------
20623  src/hb-uniscribe.h          |   4 +-
20624  src/hb-version.h.in         |   6 +--
20625  src/hb.h                    |   4 ++
20626  23 files changed, 292 insertions(+), 288 deletions(-)
20627
20628 commit f798b8e2d683a1b89b6905b1a8615375b847b468
20629 Author: ThePhD <phdofthehouse@gmail.com>
20630 Date:   Sat Nov 21 16:57:26 2015 -0500
20631
20632     c-style cast
20633
20634  src/hb-ot-shape-complex-use.cc | 2 +-
20635  1 file changed, 1 insertion(+), 1 deletion(-)
20636
20637 commit a6991813659376a6a11c00a9f67d85b4f7ba9b5d
20638 Merge: 1dc32ea4 f19c6db1
20639 Author: Behdad Esfahbod <behdad@behdad.org>
20640 Date:   Fri Nov 20 13:28:42 2015 -0800
20641
20642     Merge pull request #176 from behdad/missing-braces
20643
20644     Add braces for subobject initializer in _hb_font_funcs_nil
20645
20646 commit 1dc32ea4d2f294f9d1ae1c8fd19fb75f9278223b
20647 Author: Behdad Esfahbod <behdad@behdad.org>
20648 Date:   Fri Nov 20 13:24:19 2015 -0800
20649
20650     Whitespace
20651
20652  src/hb-private.hh | 20 ++++++++++----------
20653  1 file changed, 10 insertions(+), 10 deletions(-)
20654
20655 commit f94c0ecbb1488138d3ec3b9d6d9fb78113dfee4f
20656 Author: Behdad Esfahbod <behdad@behdad.org>
20657 Date:   Fri Nov 20 13:21:29 2015 -0800
20658
20659     Define HB_MARK_AS_FLAG_T as a macro instead of using templates
20660
20661     The generic template operator overloading was causing more problems
20662     than it
20663     solved.  Eg:
20664
20665     https://github.com/behdad/harfbuzz/pull/163
20666     https://github.com/behdad/harfbuzz/issues/175
20667
20668     So, just use macros.
20669
20670     Fixes https://github.com/behdad/harfbuzz/issues/175
20671     Fixes https://github.com/behdad/harfbuzz/pull/178
20672
20673  src/hb-private.hh | 27 +++++++++++----------------
20674  1 file changed, 11 insertions(+), 16 deletions(-)
20675
20676 commit f19c6db18e2e2dd0e9a406fc7e8533049fab48b0
20677 Author: jfkthame <jfkthame@gmail.com>
20678 Date:   Fri Nov 20 08:43:49 2015 +0000
20679
20680     Add braces for subobject initializer in _hb_font_funcs_nil
20681
20682     To avoid triggering -Wmissing-braces; see
20683     https://bugzilla.mozilla.org/show_bug.cgi?id=1226175#c8
20684
20685  src/hb-font.cc | 8 ++++++--
20686  1 file changed, 6 insertions(+), 2 deletions(-)
20687
20688 commit 9cc1ed4fa68075b3b142a2737438109772dd0002
20689 Author: Behdad Esfahbod <behdad@behdad.org>
20690 Date:   Thu Nov 19 12:39:09 2015 -0800
20691
20692     Do not allow recursiving to same position and same lookup
20693
20694     This is just to make it harder to be extremely slow.  There definitely
20695     are ways still, just harder.  Oh well... how do we tame this problem
20696     without solving halting problem?!
20697
20698     Fixes https://github.com/behdad/harfbuzz/issues/174
20699
20700  src/hb-ot-layout-gsubgpos-private.hh                     |   5 +++++
20701  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
20702  .../sha1sum/fab39d60d758cb586db5a504f218442cd1395725.ttf | Bin 0 ->
20703  1894 bytes
20704  test/shaping/tests/fuzzed.tests                          |   1 +
20705  4 files changed, 7 insertions(+)
20706
20707 commit 7d75eee799bbb5ee7eef2651cf7b7d3aee6f09b0
20708 Author: Behdad Esfahbod <behdad@behdad.org>
20709 Date:   Thu Nov 19 12:03:04 2015 -0800
20710
20711     [fuzzing] Run fuzzing tests using hb-fuzzer as well
20712
20713  test/fuzzing/Makefile.am | 4 ++++
20714  1 file changed, 4 insertions(+)
20715
20716 commit 13188cba7f0eaacd587beeb1c2258526ae24c438
20717 Author: Behdad Esfahbod <behdad@behdad.org>
20718 Date:   Thu Nov 19 11:59:03 2015 -0800
20719
20720     Revert "Fix hang in OOM situations"
20721
20722     This reverts commit f0599db761d7fc2d585d86e757a797f75ebc7499.
20723
20724     Commit abadc1717d997b69f987fdf1be9e12156d2d13d6 provides a better
20725     fix for this.
20726
20727  src/hb-buffer-private.hh | 6 +-----
20728  1 file changed, 1 insertion(+), 5 deletions(-)
20729
20730 commit 18e1c6b6ef7c85a1b02e3dae86280d8ed6b65118
20731 Author: Behdad Esfahbod <behdad@behdad.org>
20732 Date:   Thu Nov 19 11:50:58 2015 -0800
20733
20734     Revert "Make sure we make progress in OOM situations"
20735
20736     This reverts commit 68b507a3c3c62c28c38e13fee733702bb703b6ca.
20737
20738     Commit abadc1717d997b69f987fdf1be9e12156d2d13d6 provides a better
20739     fix for this.
20740
20741  src/hb-buffer-private.hh |  7 +++++--
20742  src/hb-buffer.cc         | 31 ++++++++-----------------------
20743  2 files changed, 13 insertions(+), 25 deletions(-)
20744
20745 commit e1118aeac3b5556df0ce502732df8ac92bdac45a
20746 Author: Behdad Esfahbod <behdad@behdad.org>
20747 Date:   Wed Nov 18 23:40:47 2015 -0800
20748
20749     1.1.0
20750
20751  NEWS         | 22 ++++++++++++++++++++++
20752  configure.ac |  2 +-
20753  2 files changed, 23 insertions(+), 1 deletion(-)
20754
20755 commit 63fe05c8b1cd4f08b525028409e1299f34750810
20756 Author: Behdad Esfahbod <behdad@behdad.org>
20757 Date:   Wed Nov 18 23:52:34 2015 -0800
20758
20759     Fix make distcheck
20760
20761  src/Makefile.am | 1 +
20762  1 file changed, 1 insertion(+)
20763
20764 commit 9b087dec7753ad96d256ce1b9ae347bd8d697c75
20765 Author: Behdad Esfahbod <behdad@behdad.org>
20766 Date:   Wed Nov 18 23:23:35 2015 -0800
20767
20768     [travis] Only coverity-scan the coverity_scan branch
20769
20770     This essentially disables coverity-scan right now, until we find
20771     a pattern to continuously submit branches there.
20772
20773     For background reasoning, see:
20774     Fixes https://github.com/behdad/harfbuzz/issues/171
20775
20776  .travis.yml | 2 +-
20777  1 file changed, 1 insertion(+), 1 deletion(-)
20778
20779 commit 85062e3b4655ec6d5c3cf5344ce22cd88c21a2aa
20780 Author: Behdad Esfahbod <behdad@behdad.org>
20781 Date:   Wed Nov 18 23:09:13 2015 -0800
20782
20783     Add tests for previous two commits
20784
20785     To fully test what these are supposed to test, they should be run
20786     against libharfbuzz-fuzzing.la instead of libharfbuzz.la, but for
20787     now just record the files.
20788
20789  .../sha1sum/43979b90b2dd929723cf4fe1715990bcb9c9a56b.ttf | Bin 0 ->
20790  1804 bytes
20791  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
20792  .../sha1sum/b9e2aaa0d75fcef6971ec3a96d806ba4a6b31fe2.ttf | Bin 0 ->
20793  1804 bytes
20794  test/shaping/tests/fuzzed.tests                          |   2 ++
20795  4 files changed, 4 insertions(+)
20796
20797 commit 37b40cd8a18e25d3324f829acec197f016f4a524
20798 Author: Behdad Esfahbod <behdad@behdad.org>
20799 Date:   Wed Nov 18 23:04:45 2015 -0800
20800
20801     Fix another move_to assertion failure
20802
20803     If buf->idx is at end, don't set end past it...
20804
20805     Fixes https://github.com/behdad/harfbuzz/issues/173
20806
20807  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
20808  1 file changed, 1 insertion(+), 1 deletion(-)
20809
20810 commit abadc1717d997b69f987fdf1be9e12156d2d13d6
20811 Author: Behdad Esfahbod <behdad@behdad.org>
20812 Date:   Wed Nov 18 17:52:08 2015 -0800
20813
20814     Try to better handle OOM situations
20815
20816     Fixes assert fail in https://github.com/behdad/harfbuzz/issues/161
20817     with libharfbuzz-fuzzing.
20818
20819  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
20820  src/hb-ot-layout.cc                  |  2 +-
20821  src/hb-ot-shape-complex-hangul.cc    |  2 +-
20822  src/hb-ot-shape-complex-indic.cc     |  2 +-
20823  src/hb-ot-shape-complex-thai.cc      |  2 +-
20824  src/hb-ot-shape-complex-use.cc       |  8 +-------
20825  src/hb-ot-shape-normalize.cc         | 10 +++++-----
20826  src/hb-ot-shape.cc                   |  2 +-
20827  8 files changed, 12 insertions(+), 18 deletions(-)
20828
20829 commit ec625f7dfb5f6df19d35d81af6605d05e08321f2
20830 Author: Behdad Esfahbod <behdad@behdad.org>
20831 Date:   Wed Nov 18 16:37:59 2015 -0800
20832
20833     Try to fix gnome-continuous build fail
20834
20835  test/fuzzing/Makefile.am | 2 ++
20836  1 file changed, 2 insertions(+)
20837
20838 commit ff16ef3379e06afe44b5e78b8893aeae0cee2b5b
20839 Author: Behdad Esfahbod <behdad@behdad.org>
20840 Date:   Wed Nov 18 16:27:32 2015 -0800
20841
20842     Enable building a bounded version of the library for fuzzing
20843
20844     test/fuzzing/hb-fuzzer links against libharfbuzz-fuzzing.so now.
20845
20846  src/Makefile.am          | 16 ++++++++++++++++
20847  test/fuzzing/Makefile.am |  9 ++-------
20848  test/fuzzing/README      |  6 ++----
20849  3 files changed, 20 insertions(+), 11 deletions(-)
20850
20851 commit e0082ae60dbd87d433f3b2b9d2bfa64b9a4c3663
20852 Author: Behdad Esfahbod <behdad@behdad.org>
20853 Date:   Tue Nov 17 18:42:13 2015 -0800
20854
20855     Move things around
20856
20857  src/hb-private.hh | 22 +++++++++++-----------
20858  1 file changed, 11 insertions(+), 11 deletions(-)
20859
20860 commit dde8cc87bd880bd35baf764820f4c85bd0a58696
20861 Merge: e97835ad 167c3271
20862 Author: Behdad Esfahbod <behdad@behdad.org>
20863 Date:   Tue Nov 17 18:40:10 2015 -0800
20864
20865     Merge pull request #163 from fanc999/msvc.src
20866
20867     Update the sources so they will compile under Visual Studio
20868
20869 commit 167c3271778cd1a8c4433b9d2230901ce17c099e
20870 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
20871 Date:   Mon Nov 9 17:17:56 2015 +0800
20872
20873     Fix build on MSVC >= 2012
20874
20875     Use the DEFINE_ENUM_FLAG_OPERATORS macro in winnt.h on Visual Studio,
20876     which defines the bitwise operators for the enumerations that we
20877     want to
20878     mark as hb_mark_as_flags_t, which will take care of the situation
20879     on newer
20880     Visual Studio (>= 2012), where the build breaks with C2057 errors
20881     as the
20882     underlying types of the enumerations is not clear to the compiler
20883     when we
20884     do a bitwise op within the declaration of the enumerations themselves.
20885
20886     Also disable the C4200 (nonstandard extension used : zero-sized
20887     array in
20888     struct/union) and C4800 ('type' : forcing value to bool 'true' or
20889     'false'
20890     (performance warning)) warnings as the C4200 is the intended
20891     scenario and
20892     C4800 is harmless but is so far an unavoidable side effect of using
20893     DEFINE_ENUM_FLAG_OPERATORS.
20894
20895  src/hb-buffer-private.hh           |  6 +++---
20896  src/hb-ot-layout-common-private.hh |  2 +-
20897  src/hb-ot-layout-private.hh        |  4 ++--
20898  src/hb-ot-map-private.hh           |  2 +-
20899  src/hb-private.hh                  | 11 +++++++++++
20900  5 files changed, 18 insertions(+), 7 deletions(-)
20901
20902 commit 4d27bb87468a1b84387e7ce084e3d92c0fc8f065
20903 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
20904 Date:   Fri Nov 6 14:28:30 2015 +0800
20905
20906     hb-ot-shape-complex-arabic.cc: Fix build on Visual Studio
20907
20908     Visual Studio does not like declaring a enum variable within a for
20909     statement, so fix the build by declaring the enum before doing the for
20910     loop.
20911
20912  src/hb-ot-shape-complex-arabic.cc | 3 ++-
20913  1 file changed, 2 insertions(+), 1 deletion(-)
20914
20915 commit a49e7b7e40127beba25f39ef3c10d7a77e2bb0f0
20916 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
20917 Date:   Tue Nov 3 18:49:34 2015 +0800
20918
20919     MSVC builds: Add fallback implementation for pre-2013 MSVC
20920
20921     Pre-2013 MSVC does not have scalbn() and scalbnf(), which are used
20922     in the
20923     utility programs.  Add  fallback implementations for these, which
20924     can be
20925     used when necessary.
20926
20927  util/options.hh | 17 +++++++++++++++++
20928  1 file changed, 17 insertions(+)
20929
20930 commit 998e8dda938cfef0146f1bfc4e8973a0e12d7d35
20931 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
20932 Date:   Mon Nov 2 16:55:29 2015 +0800
20933
20934     util: Fix build on Visual Studio
20935
20936     Use the fallback implementation for lround() only on pre-2013 Visual
20937     Studio, and ensure we are clear about the types of the parameters for
20938     lround() and scalbnf(), since Visual Studio can be quite picky on
20939     ambiguous parameter types.  Also, use g_ascii_strcasecmp() rather than
20940     strcasecmp() as we are already using GLib for this code and we are
20941     assured that g_ascii_strcasemp() is available.
20942
20943     For scalbnf() on pre-2013 Visaul Studio, a fallback implementation is
20944     needed, but use another forced-included header for those compilers,
20945     which
20946     will be added later.
20947
20948     Also use (char)27 on Visual Studio builds as '\e' is not a recognized
20949     escape sequence, which will do the same thing.
20950
20951  util/ansi-print.cc   | 16 +++++++++-------
20952  util/helper-cairo.cc | 20 ++++++++++----------
20953  util/options.cc      |  2 +-
20954  3 files changed, 20 insertions(+), 18 deletions(-)
20955
20956 commit e97835ad43f5c68e8cb29599246cae0f4461d663
20957 Author: Behdad Esfahbod <behdad@behdad.org>
20958 Date:   Tue Nov 10 11:37:01 2015 -0800
20959
20960     [util] Fix crash when --output-file is specified but not
20961     --output-format
20962
20963  util/options.hh | 3 +++
20964  1 file changed, 3 insertions(+)
20965
20966 commit d5f0d7c9fb14255388ab616f56e178cb7ca10ec2
20967 Merge: 04ff23e7 529a9331
20968 Author: Behdad Esfahbod <behdad@behdad.org>
20969 Date:   Sat Nov 7 07:50:58 2015 -0800
20970
20971     Merge pull request #167 from KonstantinRitt/unicode_cp_opt
20972
20973     Micro optimizations to UTF-16 and UTF-32 codecs
20974
20975 commit 04ff23e73d847ab3a5da0e9fac4fbca19aefd284
20976 Author: Behdad Esfahbod <behdad@behdad.org>
20977 Date:   Fri Nov 6 16:29:44 2015 -0800
20978
20979     [arabic] Improve stretch length calculation
20980
20981     Err on the side of being too short, than too wide.  Reduces chance
20982     of overlaps with neighboring glyphs.
20983
20984  src/hb-ot-shape-complex-arabic.cc | 2 +-
20985  1 file changed, 1 insertion(+), 1 deletion(-)
20986
20987 commit 59821ab8b413df3a444c38b80582a5137e364a70
20988 Author: Behdad Esfahbod <behdad@behdad.org>
20989 Date:   Fri Nov 6 16:27:44 2015 -0800
20990
20991     [arabic] Don't stretch over cased letters
20992
20993     Addresses
20994     https://github.com/behdad/harfbuzz/commit/6e6f82b6f3dde0fc6c3c7d991d9ec6cfff57823d#commitcomment-14248516
20995
20996  src/hb-ot-shape-complex-arabic.cc                  | 24
20997  +++++++++++++++++++++-
20998  src/hb-unicode-private.hh                          | 20
20999  ------------------
21000  .../script-syriac/misc/abbreviation-mark.txt       |  4 ++--
21001  3 files changed, 25 insertions(+), 23 deletions(-)
21002
21003 commit 5337db29af39084d677a63154f404eca0c20cfeb
21004 Author: Behdad Esfahbod <behdad@behdad.org>
21005 Date:   Fri Nov 6 16:18:09 2015 -0800
21006
21007     Revert "Don't process lookups if buffer is in error"
21008
21009     This reverts commit f92bd86cc8c11d262d1830c631cb7c63fc9d4bc8.
21010
21011     We don't want to be like cairo, where as soon as there's an error,
21012     nothing works anymore.  So, lets process lookups as long as there's
21013     no new memory needed.  That's also a model that hides fewer bugs.
21014
21015  src/hb-ot-layout.cc | 2 +-
21016  1 file changed, 1 insertion(+), 1 deletion(-)
21017
21018 commit 529a93312815dff3c2f37f880bf6ccb428bd3da0
21019 Author: Konstantin Ritt <ritt.ks@gmail.com>
21020 Date:   Sat Nov 7 02:00:04 2015 +0400
21021
21022     Micro optimization to hb_utf16_t and hb_utf32_t ::prev()
21023
21024     Implement reverse lookup instead of re-using next()
21025
21026  src/hb-utf-private.hh | 29 +++++++++++++++++++----------
21027  1 file changed, 19 insertions(+), 10 deletions(-)
21028
21029 commit 44ae9be7a29eebd6003cad2fdb90b40512a9c8eb
21030 Author: Konstantin Ritt <ritt.ks@gmail.com>
21031 Date:   Sat Nov 7 01:58:38 2015 +0400
21032
21033     Nano optimization to hb_utf16_t and hb_utf32_t ::next()
21034
21035  src/hb-utf-private.hh | 17 ++++++-----------
21036  1 file changed, 6 insertions(+), 11 deletions(-)
21037
21038 commit a6d7668a954a763a053f8af8edbff4731aa43729
21039 Author: Behdad Esfahbod <behdad@behdad.org>
21040 Date:   Fri Nov 6 09:46:54 2015 -0800
21041
21042     [fuzzing] Cap max buffer len at 128
21043
21044  test/fuzzing/Makefile.am | 1 +
21045  1 file changed, 1 insertion(+)
21046
21047 commit f1c4adbcd3f6275e81e118ddadc9396f82daeccf
21048 Author: Behdad Esfahbod <behdad@behdad.org>
21049 Date:   Fri Nov 6 09:46:05 2015 -0800
21050
21051     Fix typo
21052
21053  src/hb-buffer-private.hh | 2 +-
21054  1 file changed, 1 insertion(+), 1 deletion(-)
21055
21056 commit 68b507a3c3c62c28c38e13fee733702bb703b6ca
21057 Author: Behdad Esfahbod <behdad@behdad.org>
21058 Date:   Fri Nov 6 00:09:26 2015 -0800
21059
21060     Make sure we make progress in OOM situations
21061
21062  src/hb-buffer-private.hh |  7 ++-----
21063  src/hb-buffer.cc         | 31 +++++++++++++++++++++++--------
21064  2 files changed, 25 insertions(+), 13 deletions(-)
21065
21066 commit 5a7eb5d4d862f402136044c19ead87ad098bd78f
21067 Author: Behdad Esfahbod <behdad@behdad.org>
21068 Date:   Fri Nov 6 00:01:24 2015 -0800
21069
21070     [fuzzing] Add test case for OOM
21071
21072     From https://github.com/behdad/harfbuzz/issues/161
21073
21074  .../sha1sum/3511ff5c1647150595846ac414c595cccac34f18.ttf | Bin 0 ->
21075  1483 bytes
21076  test/shaping/fonts/sha1sum/MANIFEST                      |   2 +-
21077  test/shaping/tests/fuzzed.tests                          |   1 +
21078  3 files changed, 2 insertions(+), 1 deletion(-)
21079
21080 commit f0599db761d7fc2d585d86e757a797f75ebc7499
21081 Author: Behdad Esfahbod <behdad@behdad.org>
21082 Date:   Thu Nov 5 23:52:41 2015 -0800
21083
21084     Fix hang in OOM situations
21085
21086     Fixes https://github.com/behdad/harfbuzz/issues/161
21087
21088  src/hb-buffer-private.hh | 6 +++++-
21089  1 file changed, 5 insertions(+), 1 deletion(-)
21090
21091 commit f92bd86cc8c11d262d1830c631cb7c63fc9d4bc8
21092 Author: Behdad Esfahbod <behdad@behdad.org>
21093 Date:   Thu Nov 5 23:52:29 2015 -0800
21094
21095     Don't process lookups if buffer is in error
21096
21097  src/hb-ot-layout.cc | 2 +-
21098  1 file changed, 1 insertion(+), 1 deletion(-)
21099
21100 commit 4301703bddb63a01651a0d58474bb15ac0ebbcf6
21101 Author: Behdad Esfahbod <behdad@behdad.org>
21102 Date:   Thu Nov 5 23:44:59 2015 -0800
21103
21104     Limit buffer max size growth
21105
21106     https://github.com/behdad/harfbuzz/issues/161
21107
21108  src/hb-buffer-private.hh | 11 +++++++++++
21109  src/hb-buffer.cc         |  8 ++++++++
21110  src/hb-ot-shape.cc       |  6 ++++++
21111  test/fuzzing/Makefile.am |  2 ++
21112  4 files changed, 27 insertions(+)
21113
21114 commit 19300183a6f0bac0d23f7a994b40a51e9c90d6e1
21115 Author: Behdad Esfahbod <behdad@behdad.org>
21116 Date:   Thu Nov 5 23:08:50 2015 -0800
21117
21118     [fuzzing] Add build system
21119
21120  configure.ac              |  1 +
21121  test/Makefile.am          |  2 +-
21122  test/fuzzing/Makefile.am  | 44
21123  ++++++++++++++++++++++++++++++++++++++++++++
21124  test/fuzzing/README       |  2 ++
21125  test/fuzzing/hb-fuzzer.cc |  4 ++--
21126  5 files changed, 50 insertions(+), 3 deletions(-)
21127
21128 commit 9c9ad214af43685b00f6d8493b7807d6607d4e2d
21129 Author: Behdad Esfahbod <behdad@behdad.org>
21130 Date:   Thu Nov 5 22:50:52 2015 -0800
21131
21132     [fuzzer] Add README
21133
21134     https://github.com/behdad/harfbuzz/issues/139#issuecomment-154202645
21135
21136  test/fuzzing/README | 21 +++++++++++++++++++++
21137  1 file changed, 21 insertions(+)
21138
21139 commit 6e6f82b6f3dde0fc6c3c7d991d9ec6cfff57823d
21140 Author: Behdad Esfahbod <behdad@behdad.org>
21141 Date:   Thu Nov 5 17:29:03 2015 -0800
21142
21143     Implement SYRIAC ABBREVIATION MARK with 'stch' feature
21144
21145     The feature is enabled for any character in the Arabic shaper.
21146     We should experiment with using it for Arabic subtending marks.
21147     Though, that has a directionality problem as well, since those
21148     are used with digits...
21149
21150     Fixes https://github.com/behdad/harfbuzz/issues/141
21151
21152  src/hb-ot-shape-complex-arabic.cc                  | 219
21153  ++++++++++++++++++++-
21154  src/hb-unicode-private.hh                          |  19 ++
21155  .../shaper-arabic/script-syriac/misc/MANIFEST      |   1 +
21156  .../script-syriac/misc/abbreviation-mark.txt       |  11 ++
21157  4 files changed, 244 insertions(+), 6 deletions(-)
21158
21159 commit c743ec5886a1f6d57de26da33a770a8706be83d6
21160 Author: Behdad Esfahbod <behdad@behdad.org>
21161 Date:   Thu Nov 5 17:33:57 2015 -0800
21162
21163     [ft] Fix extents with negative scales
21164
21165     Fixes https://github.com/behdad/harfbuzz/issues/162
21166
21167  src/hb-ft.cc | 10 ++++++++++
21168  1 file changed, 10 insertions(+)
21169
21170 commit 73fec3992acb492829bde1d885f1ebeed8dcc133
21171 Author: Behdad Esfahbod <behdad@behdad.org>
21172 Date:   Thu Nov 5 15:22:18 2015 -0800
21173
21174     Reserve a few scratch-flags bits for complex shapers
21175
21176  src/hb-buffer-private.hh | 5 +++++
21177  1 file changed, 5 insertions(+)
21178
21179 commit 136863371c1402769426d892aef1b92f9ca1a25e
21180 Author: Behdad Esfahbod <behdad@behdad.org>
21181 Date:   Thu Nov 5 13:24:15 2015 -0800
21182
21183     Add new shaper method postprocess_glyphs()
21184
21185     Unused currently.  To be used for Syriac stretch implementation.
21186
21187     https://github.com/behdad/harfbuzz/issues/141
21188
21189  src/hb-ot-shape-complex-arabic.cc  | 3 ++-
21190  src/hb-ot-shape-complex-default.cc | 1 +
21191  src/hb-ot-shape-complex-hangul.cc  | 7 ++++---
21192  src/hb-ot-shape-complex-hebrew.cc  | 1 +
21193  src/hb-ot-shape-complex-indic.cc   | 1 +
21194  src/hb-ot-shape-complex-myanmar.cc | 2 ++
21195  src/hb-ot-shape-complex-private.hh | 9 +++++++++
21196  src/hb-ot-shape-complex-thai.cc    | 1 +
21197  src/hb-ot-shape-complex-tibetan.cc | 1 +
21198  src/hb-ot-shape-complex-use.cc     | 1 +
21199  src/hb-ot-shape.cc                 | 9 ++++++---
21200  11 files changed, 29 insertions(+), 7 deletions(-)
21201
21202 commit 6c0ebd02c99e7536975ba7194832a1f33abd7faf
21203 Author: Behdad Esfahbod <behdad@behdad.org>
21204 Date:   Thu Nov 5 11:37:48 2015 -0800
21205
21206     [util] If font has color, generate PNG with color
21207
21208  util/helper-cairo.cc | 33 ++++++++++++++++++++++++++-------
21209  util/helper-cairo.hh |  6 +++++-
21210  util/view-cairo.cc   |  7 ++++++-
21211  3 files changed, 37 insertions(+), 9 deletions(-)
21212
21213 commit e95eb23a4ee920eab1e2f4eec9cf490bb431452c
21214 Author: Behdad Esfahbod <behdad@behdad.org>
21215 Date:   Wed Nov 4 22:55:11 2015 -0800
21216
21217     Don't try zeroing marks by GDEF if there are no non-ASCII
21218
21219     This one is a hack, but should be ok.
21220
21221  src/hb-ot-shape.cc | 4 ++++
21222  1 file changed, 4 insertions(+)
21223
21224 commit 7fa54ed75aa30ae1d6ee9136ccb83b630c24fb65
21225 Author: Behdad Esfahbod <behdad@behdad.org>
21226 Date:   Wed Nov 4 22:54:49 2015 -0800
21227
21228     Don't try zeroing mark attachments by Unicode if there's no non-ASCII
21229
21230  src/hb-ot-shape.cc | 3 +++
21231  1 file changed, 3 insertions(+)
21232
21233 commit 550bd14d2b21ec2a2b509ff42f4df4341dbf2d46
21234 Author: Behdad Esfahbod <behdad@behdad.org>
21235 Date:   Wed Nov 4 22:58:58 2015 -0800
21236
21237     Actually commit changes for previous commit
21238
21239  src/hb-buffer-private.hh       |  2 ++
21240  src/hb-ot-layout-gpos-table.hh | 15 ++++++++-------
21241  2 files changed, 10 insertions(+), 7 deletions(-)
21242
21243 commit ff31b3c1b8a2a21b57dba37eb5bb5db0579e0640
21244 Author: Behdad Esfahbod <behdad@behdad.org>
21245 Date:   Wed Nov 4 22:42:41 2015 -0800
21246
21247     Skip GPOS cursive / attachment adjustmnent if none happened
21248
21249     I'm starting to really like how free these new scratch_flags are.
21250
21251  src/hb-ot-layout-gpos-table.hh | 3 +++
21252  1 file changed, 3 insertions(+)
21253
21254 commit 0f407325f6923db11d332585e8250e3646cb74d6
21255 Author: Behdad Esfahbod <behdad@behdad.org>
21256 Date:   Wed Nov 4 22:28:44 2015 -0800
21257
21258     Minor
21259
21260  src/hb-ot-shape.cc | 4 +++-
21261  1 file changed, 3 insertions(+), 1 deletion(-)
21262
21263 commit 497a6c2071cd0638e4c6af07621d01335fd963a9
21264 Author: Behdad Esfahbod <behdad@behdad.org>
21265 Date:   Wed Nov 4 22:24:19 2015 -0800
21266
21267     Skip forming clusters if text is all ASCII
21268
21269  src/hb-ot-shape.cc | 3 ++-
21270  1 file changed, 2 insertions(+), 1 deletion(-)
21271
21272 commit 28de104f15b80df4b678267c4488b7d09a42720c
21273 Author: Behdad Esfahbod <behdad@behdad.org>
21274 Date:   Wed Nov 4 22:00:25 2015 -0800
21275
21276     Move variable-sized struct member to end
21277
21278     Hopefully makes clang build happy
21279
21280  src/hb-font-private.hh | 21 ++++++++++-----------
21281  src/hb-font.cc         | 20 ++++++++++++++++++++
21282  2 files changed, 30 insertions(+), 11 deletions(-)
21283
21284 commit 5bc28b5f688ee90d103d052e98bc15d6e0e7e0b1
21285 Author: Behdad Esfahbod <behdad@behdad.org>
21286 Date:   Wed Nov 4 21:53:16 2015 -0800
21287
21288     Optimize positioning for when h_origin is nil
21289
21290  src/hb-ot-shape.cc | 38 ++++++++++++++++++++------------------
21291  1 file changed, 20 insertions(+), 18 deletions(-)
21292
21293 commit 762770c964f9f0591bf4c44427f73ea3e1c51733
21294 Author: Behdad Esfahbod <behdad@behdad.org>
21295 Date:   Wed Nov 4 21:42:55 2015 -0800
21296
21297     Add font->has_...() to check for individual nil font funcs
21298
21299     Hopefully this wouldn't break any compiler.  There was some magic
21300     moments to getting this to compile...
21301
21302  src/hb-font-private.hh | 19 +++++++++++++++++--
21303  src/hb-font.cc         |  7 +++++++
21304  2 files changed, 24 insertions(+), 2 deletions(-)
21305
21306 commit 88e9a9bcae61421d9dd65715d25e5f20b2847c03
21307 Author: Behdad Esfahbod <behdad@behdad.org>
21308 Date:   Wed Nov 4 21:16:26 2015 -0800
21309
21310     Minor reshaping of hb_font_funcs_t implementation
21311
21312     In anticipation of further changes.  No functional changes.
21313
21314  src/hb-font-private.hh | 80
21315  ++++++++++++++++++++++++++------------------------
21316  src/hb-font.cc         |  4 +--
21317  2 files changed, 43 insertions(+), 41 deletions(-)
21318
21319 commit a6a7715bac8b0c8f5473b84bc649c315ad4d2d51
21320 Author: Behdad Esfahbod <behdad@behdad.org>
21321 Date:   Wed Nov 4 20:51:21 2015 -0800
21322
21323     Comments
21324
21325  src/hb-font-private.hh | 2 +-
21326  1 file changed, 1 insertion(+), 1 deletion(-)
21327
21328 commit 6c48ec830ffac00a920d047ed77acd1b05549074
21329 Author: Behdad Esfahbod <behdad@behdad.org>
21330 Date:   Wed Nov 4 20:47:42 2015 -0800
21331
21332     [ot] Remove font funcs that do nothing
21333
21334  src/hb-ot-font.cc | 95
21335  ++++---------------------------------------------------
21336  1 file changed, 7 insertions(+), 88 deletions(-)
21337
21338 commit 75ea2daa1d9bbe235cd4a8570efb1913d58c3c62
21339 Author: Behdad Esfahbod <behdad@behdad.org>
21340 Date:   Wed Nov 4 20:43:59 2015 -0800
21341
21342     [ot] Port ot font funcs to allocated object
21343
21344  src/hb-ot-font.cc | 47 ++++++++++++++++++++++++++++++++++++++---------
21345  1 file changed, 38 insertions(+), 9 deletions(-)
21346
21347 commit 44f82750807475aa5b16099ccccd917d488df703
21348 Author: Behdad Esfahbod <behdad@behdad.org>
21349 Date:   Wed Nov 4 20:40:05 2015 -0800
21350
21351     [ft] Remove font funcs that do nothing
21352
21353  src/hb-ft.cc | 29 ++++-------------------------
21354  1 file changed, 4 insertions(+), 25 deletions(-)
21355
21356 commit 7918c261efd283e0428ce7836e9e42768a6aa05c
21357 Author: Behdad Esfahbod <behdad@behdad.org>
21358 Date:   Wed Nov 4 20:37:49 2015 -0800
21359
21360     [ft] Port ft font funcs to allocated object
21361
21362  src/hb-ft.cc | 45 ++++++++++++++++++++++++++++++++++++---------
21363  1 file changed, 36 insertions(+), 9 deletions(-)
21364
21365 commit da29b43794cfa3f9a602c34b33c5d8a9c36f87b5
21366 Author: Behdad Esfahbod <behdad@behdad.org>
21367 Date:   Wed Nov 4 20:22:44 2015 -0800
21368
21369     Separate nil font-funcs from parent-peeking font-funcs
21370
21371     API change: all fonts created with hb_font_create() now inherit from
21372     (ie have parent) hb_font_get_empty().
21373
21374  src/hb-font.cc       | 211
21375  +++++++++++++++++++++++++++++++++++----------------
21376  test/api/test-font.c |   2 +-
21377  2 files changed, 145 insertions(+), 68 deletions(-)
21378
21379 commit bee901b38ef3c26a04f69c299c8d5e028a0090e9
21380 Author: Behdad Esfahbod <behdad@behdad.org>
21381 Date:   Wed Nov 4 19:28:17 2015 -0800
21382
21383     Optimize positioning direction calculations
21384
21385     It makes the binary smaller AND faster.  Yumm!
21386
21387  src/hb-font-private.hh | 40 +++++++++++++++++++++++++++++++++++++++
21388  src/hb-ot-shape.cc     | 51
21389  +++++++++++++++++++++++++++-----------------------
21390  2 files changed, 68 insertions(+), 23 deletions(-)
21391
21392 commit e3e4bb011ae1a2f1ba05e7ea450595b185304bec
21393 Author: Behdad Esfahbod <behdad@behdad.org>
21394 Date:   Wed Nov 4 18:58:02 2015 -0800
21395
21396     Don't do fractions if buffer is ASCII-only
21397
21398  src/hb-buffer-private.hh    | 5 +++--
21399  src/hb-ot-layout-private.hh | 1 +
21400  src/hb-ot-shape.cc          | 3 ++-
21401  3 files changed, 6 insertions(+), 3 deletions(-)
21402
21403 commit 6986208ba3b395534f4c7bcfa51df6bf9038f717
21404 Author: Behdad Esfahbod <behdad@behdad.org>
21405 Date:   Wed Nov 4 18:46:22 2015 -0800
21406
21407     Optimize runs without Default_Ignorable's
21408
21409     Now that we have a buffer-wide scratch flags facility, use it to
21410     optimize away a few passes.
21411
21412  src/hb-buffer-private.hh     |  3 ++-
21413  src/hb-ot-layout-private.hh  |  4 +++-
21414  src/hb-ot-shape-normalize.cc |  4 ++--
21415  src/hb-ot-shape.cc           | 10 ++++++----
21416  src/hb-private.hh            |  3 +++
21417  5 files changed, 16 insertions(+), 8 deletions(-)
21418
21419 commit 14c2de321826c36037adde859ccca3e2011325a9
21420 Author: Behdad Esfahbod <behdad@behdad.org>
21421 Date:   Wed Nov 4 18:00:57 2015 -0800
21422
21423     Limit max edits during sanitize to 8
21424
21425     Used to be 100.  If a tabe needs more than one or two edits, it's
21426     probably completely bogus...
21427
21428     Might help with speeding up fuzzing for
21429     https://github.com/behdad/harfbuzz/issues/157
21430
21431  src/hb-open-type-private.hh | 2 +-
21432  1 file changed, 1 insertion(+), 1 deletion(-)
21433
21434 commit 9cbc39aef962a95b0eba32c24ff9c415d1316d56
21435 Author: Behdad Esfahbod <behdad@behdad.org>
21436 Date:   Wed Nov 4 18:00:53 2015 -0800
21437
21438     Minor
21439
21440  src/hb-ot-shape-normalize.cc | 2 ++
21441  1 file changed, 2 insertions(+)
21442
21443 commit 52e6c4e15893ed1cb0997795912a07b3e446b65a
21444 Author: Behdad Esfahbod <behdad@behdad.org>
21445 Date:   Wed Nov 4 17:45:06 2015 -0800
21446
21447     If font doesn't support U+2011, fall back to U+2010
21448
21449     Test passes now.
21450
21451  src/hb-ot-shape-normalize.cc | 10 ++++++++++
21452  1 file changed, 10 insertions(+)
21453
21454 commit 75483aafa6ad02d6391712d082d093823edcd758
21455 Author: Behdad Esfahbod <behdad@behdad.org>
21456 Date:   Wed Nov 4 17:43:36 2015 -0800
21457
21458     Untangle if/else waterfall
21459
21460  src/hb-ot-shape-normalize.cc | 40
21461  +++++++++++++++++++++++++++-------------
21462  1 file changed, 27 insertions(+), 13 deletions(-)
21463
21464 commit 04fd8517f85ae9aa05b44f25578d2b19abfef7cb
21465 Author: Behdad Esfahbod <behdad@behdad.org>
21466 Date:   Wed Nov 4 17:38:22 2015 -0800
21467
21468     Add tests for hyphen fallback
21469
21470     U+2011 is <noBreak> equivaent of U+2010, so we should do the fallback
21471     for it.  Currently fails.
21472
21473  test/shaping/Makefile.am                                  |   1 +
21474  .../sha1sum/1c04a16f32a39c26c851b7fc014d2e8d298ba2b8.ttf  | Bin 0 ->
21475  820 bytes
21476  test/shaping/fonts/sha1sum/MANIFEST                       |   2 ++
21477  test/shaping/tests/MANIFEST                               |   1 +
21478  test/shaping/tests/hyphens.tests                          |   2 ++
21479  5 files changed, 6 insertions(+)
21480
21481 commit 550417117da7e14457a11f49a20145311f58587b
21482 Author: Behdad Esfahbod <behdad@behdad.org>
21483 Date:   Wed Nov 4 17:37:30 2015 -0800
21484
21485     [test] Drop hintings when subsetting fonts to record
21486
21487  test/shaping/record-test.sh | 1 +
21488  1 file changed, 1 insertion(+)
21489
21490 commit 49ef630936325b2e56a870fcef9aa8473a8f8526
21491 Author: Behdad Esfahbod <behdad@behdad.org>
21492 Date:   Wed Nov 4 17:27:07 2015 -0800
21493
21494     Adjust the width of various spaces if font does not cover them
21495
21496     See discussion here:
21497     https://github.com/behdad/harfbuzz/commit/81ef4f407d9c7bd98cf62cef951dc538b13442eb
21498
21499     There's no way to disable this fallback, but I don't think it would
21500     be needed.  Let's hope for the best!
21501
21502     Fixes https://github.com/behdad/harfbuzz/issues/153
21503
21504  src/hb-buffer-private.hh            |  7 ++++
21505  src/hb-buffer.cc                    |  2 ++
21506  src/hb-ot-shape-fallback-private.hh |  4 +++
21507  src/hb-ot-shape-fallback.cc         | 67
21508  +++++++++++++++++++++++++++++++++++++
21509  src/hb-ot-shape-normalize.cc        |  1 +
21510  src/hb-ot-shape.cc                  |  3 ++
21511  src/hb-unicode-private.hh           | 56 +++++++++++++++++--------------
21512  test/shaping/tests/spaces.tests     | 24 ++++++-------
21513  8 files changed, 126 insertions(+), 38 deletions(-)
21514
21515 commit aa7044de0ceacd71cab19212d266c3a66c03b41e
21516 Author: Behdad Esfahbod <behdad@behdad.org>
21517 Date:   Wed Nov 4 16:25:57 2015 -0800
21518
21519     Generalize flags types
21520
21521  src/hb-buffer-private.hh           |  3 +++
21522  src/hb-ot-layout-common-private.hh |  5 +++++
21523  src/hb-ot-layout-private.hh        |  8 +++++---
21524  src/hb-ot-map-private.hh           | 16 +---------------
21525  src/hb-ot-shape.cc                 |  2 +-
21526  src/hb-private.hh                  | 14 ++++++++++++++
21527  6 files changed, 29 insertions(+), 19 deletions(-)
21528
21529 commit 7793aad946e09b53523b30d57de85abd1d15f8b6
21530 Author: Behdad Esfahbod <behdad@behdad.org>
21531 Date:   Wed Nov 4 14:48:46 2015 -0800
21532
21533     Normalize various spaces to space if font doesn't support
21534
21535     This resurrects the space fallback feature, after I disabled
21536     the compatibility decomposition.  Now I can release HarfBuzz
21537     again without breaking Pango!
21538
21539     It also remembers which space character it was, such that later
21540     on we can approximate the width of this particular space
21541     character.  That part is not implemented yet.
21542
21543     We normalize all GC=Zs chars except for U+1680 OGHA SPACE MARK,
21544     which is better left alone.
21545
21546  src/hb-ot-layout-private.hh                        |  47
21547  +++------------------
21548  src/hb-ot-shape-normalize.cc                       |  12 +++++-
21549  src/hb-unicode-private.hh                          |  40
21550  ++++++++++++++++++
21551  test/shaping/Makefile.am                           |   1 +
21552  .../1c2c3fc37b2d4c3cb2ef726c6cdaaabd4b7f3eb9.ttf   | Bin 0 -> 316 bytes
21553  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
21554  test/shaping/tests/MANIFEST                        |   1 +
21555  test/shaping/tests/spaces.tests                    |  17 ++++++++
21556  8 files changed, 76 insertions(+), 43 deletions(-)
21557
21558 commit 8b3c7f9ede77052225cff8495d660860bf9c7629
21559 Author: Behdad Esfahbod <behdad@behdad.org>
21560 Date:   Wed Nov 4 15:30:48 2015 -0800
21561
21562     [test] Support recording multiple lines of text in record-test.sh
21563
21564  test/shaping/record-test.sh | 15 +++++++++++++--
21565  1 file changed, 13 insertions(+), 2 deletions(-)
21566
21567 commit 85658394809fe0593ab5dfb30fd96118765c7dc5
21568 Author: Behdad Esfahbod <behdad@behdad.org>
21569 Date:   Wed Nov 4 14:46:52 2015 -0800
21570
21571     Protect against possible invalid-memory access after OOM
21572
21573  src/hb-buffer-private.hh | 4 ++--
21574  1 file changed, 2 insertions(+), 2 deletions(-)
21575
21576 commit 4cc80bed25450af3d84a30ea417fa9275b15e014
21577 Author: Behdad Esfahbod <behdad@behdad.org>
21578 Date:   Wed Nov 4 14:46:10 2015 -0800
21579
21580     Fix typo!
21581
21582     Ouch!  Fortunately that function was unused.
21583
21584  src/hb-buffer-private.hh | 2 +-
21585  1 file changed, 1 insertion(+), 1 deletion(-)
21586
21587 commit 9ac4b9656dd78ffd129bc3d560a92e2692bc3058
21588 Author: Behdad Esfahbod <behdad@behdad.org>
21589 Date:   Wed Nov 4 14:18:39 2015 -0800
21590
21591     Add Unicode space category
21592
21593     Unused so far.
21594
21595  src/hb-ot-layout-private.hh | 78
21596  +++++++++++++++++++++++++++++++++++++++++++--
21597  1 file changed, 76 insertions(+), 2 deletions(-)
21598
21599 commit 8249ec3f86510fd24462ce71ed64a6978f0ade17
21600 Author: Behdad Esfahbod <behdad@behdad.org>
21601 Date:   Wed Nov 4 13:26:17 2015 -0800
21602
21603     Make top-byte of unicode_props available to be used differently per-GC
21604
21605  src/hb-ot-layout-private.hh | 4 +++-
21606  1 file changed, 3 insertions(+), 1 deletion(-)
21607
21608 commit cc5d3a33882b52f906ee4346707700f5e846d2ac
21609 Author: Behdad Esfahbod <behdad@behdad.org>
21610 Date:   Wed Nov 4 13:21:25 2015 -0800
21611
21612     Towards using top-byte of unicode-props for more things
21613
21614  src/hb-ot-layout-gsubgpos-private.hh | 1 -
21615  src/hb-ot-layout-private.hh          | 3 ++-
21616  2 files changed, 2 insertions(+), 2 deletions(-)
21617
21618 commit 2f38dde5a1ea5459789fabaee661cae9235d204e
21619 Author: Behdad Esfahbod <behdad@behdad.org>
21620 Date:   Wed Nov 4 13:17:33 2015 -0800
21621
21622     Add _hb_glyph_info_is_unicode_mark()
21623
21624     Unused right now.
21625
21626  src/hb-ot-layout-private.hh | 6 ++++++
21627  1 file changed, 6 insertions(+)
21628
21629 commit 90d75f93bb85aeb627c4e6bb9e4cbd75895c99f7
21630 Author: Behdad Esfahbod <behdad@behdad.org>
21631 Date:   Tue Nov 3 12:58:12 2015 -0800
21632
21633     Tighten ccc-setting a bit and document it
21634
21635  src/hb-ot-layout-private.hh | 12 +++++++++++-
21636  src/hb-unicode-private.hh   |  5 +++++
21637  2 files changed, 16 insertions(+), 1 deletion(-)
21638
21639 commit 2f0dfd43cdc2259e6117704f8077ab6951c761e5
21640 Author: Behdad Esfahbod <behdad@behdad.org>
21641 Date:   Tue Nov 3 12:28:34 2015 -0800
21642
21643     Fix test expectation
21644
21645  test/shaping/tests/fuzzed.tests | 2 +-
21646  1 file changed, 1 insertion(+), 1 deletion(-)
21647
21648 commit df698f3299d92867e3305715f675b2621c316acd
21649 Author: Behdad Esfahbod <behdad@behdad.org>
21650 Date:   Tue Nov 3 12:15:12 2015 -0800
21651
21652     [ot-font] Fix hmtx table length checking, *again*
21653
21654     Exactly the same problem that I fixed in
21655     63ef0b41dc48d6112d1918c1b1de9de8ea90adb5
21656
21657     I rewrote the table checking yesterday in
21658     67f8821fb25d9bd55719f5e29a582ae1af4b02b3
21659     and introduced the exact same issue again. :(
21660     Good thing we have ongoing fuzzing going now.  Was discovered
21661     immediately by libFuzzer.  Thanks kcc!
21662
21663     https://github.com/behdad/harfbuzz/issues/139#issuecomment-153449473
21664     Fixes https://github.com/behdad/harfbuzz/issues/156
21665
21666  src/hb-ot-font.cc                                         |   4 ++--
21667  .../sha1sum/8240789f6d12d4cfc4b5e8e6f246c3701bcf861f.ttf  | Bin 0 ->
21668  633 bytes
21669  test/shaping/fonts/sha1sum/MANIFEST                       |   1 +
21670  test/shaping/tests/fuzzed.tests                           |   1 +
21671  4 files changed, 4 insertions(+), 2 deletions(-)
21672
21673 commit 3530cc2d7c3b7102902cb0e38b0bf9f46188078d
21674 Author: Behdad Esfahbod <behdad@behdad.org>
21675 Date:   Tue Nov 3 11:34:47 2015 -0800
21676
21677     [util] Fix option-parsing leaks
21678
21679  util/helper-cairo.cc   |  7 +++++--
21680  util/main-font-text.hh | 22 ++++++++++++++++++---
21681  util/options.cc        | 21 ++++++++++----------
21682  util/options.hh        | 53
21683  +++++++++++++++++++++++++++++++++-----------------
21684  4 files changed, 70 insertions(+), 33 deletions(-)
21685
21686 commit 642135f3b2d6d6eb800153c76c4718239733c0e6
21687 Author: Behdad Esfahbod <behdad@behdad.org>
21688 Date:   Tue Nov 3 11:26:34 2015 -0800
21689
21690     [util] In --debug mode, duplicate font data
21691
21692     This has the effect that the font data will end up in a memory
21693     section malloc()ed exactly to its size.  This gives us better
21694     valgrind detection of out-of-bounds access.
21695
21696     Previously, the font data was placed in a mmap()ed section or
21697     GString-allocated area, which didn't have proper protections
21698     at the end when running under valgrind.
21699
21700  util/options.cc | 3 +++
21701  1 file changed, 3 insertions(+)
21702
21703 commit ed2024ef93ac3af214082016e5aa8c14db9d7515
21704 Author: Behdad Esfahbod <behdad@behdad.org>
21705 Date:   Mon Nov 2 17:58:12 2015 -0800
21706
21707     [perf] Micro-optimize
21708
21709  src/hb-ot-layout-private.hh | 23 ++++++++++++++---------
21710  1 file changed, 14 insertions(+), 9 deletions(-)
21711
21712 commit 76a5310a830c7ae12037b768c5043bef0ff733a0
21713 Author: Behdad Esfahbod <behdad@behdad.org>
21714 Date:   Mon Nov 2 17:52:45 2015 -0800
21715
21716     Remove irrelevant comment
21717
21718     I tried moving the is_default_ignorable() function to an INTERNAL
21719     function.  That made the binary size grow by 5k AND things got a
21720     tad bit slower!
21721
21722  src/hb-ot-layout-private.hh | 1 -
21723  1 file changed, 1 deletion(-)
21724
21725 commit 8259669fbd1b070fc02287325894caf1bc4d590e
21726 Author: Behdad Esfahbod <behdad@behdad.org>
21727 Date:   Mon Nov 2 17:44:05 2015 -0800
21728
21729     Minor
21730
21731  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
21732  src/hb-ot-shape-complex-thai.cc      | 2 +-
21733  2 files changed, 2 insertions(+), 2 deletions(-)
21734
21735 commit 9382c471eabce8d36d3a73c97499ab60af422716
21736 Author: Behdad Esfahbod <behdad@behdad.org>
21737 Date:   Mon Nov 2 17:36:51 2015 -0800
21738
21739     Combine unicode_props0/1 into a uint16
21740
21741     Slightly faster.  In prep for more changes.
21742
21743  src/hb-ot-layout-private.hh | 55
21744  ++++++++++++++++++++++++---------------------
21745  1 file changed, 29 insertions(+), 26 deletions(-)
21746
21747 commit 71277185454482cff9b0c10b85c416eb4d6e0ed9
21748 Author: Behdad Esfahbod <behdad@behdad.org>
21749 Date:   Mon Nov 2 17:27:48 2015 -0800
21750
21751     [perf] Only call combining_class() for marks
21752
21753     Saves some time.  Also preparing for reusing the ccc byte for
21754     other stuff.
21755
21756  src/hb-ot-layout-private.hh | 14 ++++++++------
21757  1 file changed, 8 insertions(+), 6 deletions(-)
21758
21759 commit 5ba450407b9d9856453e63a815499da8721ff6a7
21760 Author: Behdad Esfahbod <behdad@behdad.org>
21761 Date:   Mon Nov 2 15:43:08 2015 -0800
21762
21763     Make max context-length and max nesting level configurable
21764
21765     ...at compile time.
21766
21767  src/hb-ot-layout-common-private.hh   | 10 ++++++++--
21768  src/hb-ot-layout-gsub-table.hh       |  4 ++--
21769  src/hb-ot-layout-gsubgpos-private.hh | 20 ++++++++++----------
21770  3 files changed, 20 insertions(+), 14 deletions(-)
21771
21772 commit 67f8821fb25d9bd55719f5e29a582ae1af4b02b3
21773 Author: Behdad Esfahbod <behdad@behdad.org>
21774 Date:   Mon Nov 2 15:37:29 2015 -0800
21775
21776     [ot] Make bad-hmtx handling match FreeType
21777
21778     Also route fuzzing-related tests through hb-ot-font, to reduce
21779     dependency
21780     on FreeType behavior for badly-broken fonts.  Fixes failing test with
21781     FreeType master.
21782
21783  src/hb-ot-font.cc               | 24 ++++++++++++++----------
21784  test/shaping/tests/fuzzed.tests | 10 +++++-----
21785  2 files changed, 19 insertions(+), 15 deletions(-)
21786
21787 commit 672ca3b4e65a75fb3a418ec5d117ad242a98acbb
21788 Author: Behdad Esfahbod <behdad@behdad.org>
21789 Date:   Mon Oct 26 14:05:05 2015 -0700
21790
21791     Use templates for making sure expression is constant
21792
21793  src/hb-private.hh | 6 +++---
21794  1 file changed, 3 insertions(+), 3 deletions(-)
21795
21796 commit 5c8174eda32c08187bc2ed40eefa1017f5b40668
21797 Author: Behdad Esfahbod <behdad@behdad.org>
21798 Date:   Wed Oct 21 18:51:40 2015 -0200
21799
21800     Update comments for removal of compat decompositions
21801
21802  src/hb-ot-shape-normalize.cc | 16 ++--------------
21803  1 file changed, 2 insertions(+), 14 deletions(-)
21804
21805 commit f6799700404c49ae0a6018fd51be19551c76768a
21806 Author: Behdad Esfahbod <behdad@behdad.org>
21807 Date:   Wed Oct 21 17:20:55 2015 -0200
21808
21809     Disable compatibility decomposition usage during normalization
21810
21811     Fixes https://github.com/behdad/harfbuzz/issues/152
21812
21813  src/hb-ot-shape-normalize.cc | 24 ------------------------
21814  1 file changed, 24 deletions(-)
21815
21816 commit ce889189c1f8ef5b400a17f623dcb8b935d1102b
21817 Author: Behdad Esfahbod <behdad@behdad.org>
21818 Date:   Wed Oct 21 11:23:12 2015 -0200
21819
21820     Fix two more -Wshadow warnings
21821
21822     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
21823
21824  src/hb-open-type-private.hh | 10 +++++-----
21825  1 file changed, 5 insertions(+), 5 deletions(-)
21826
21827 commit 4a6b1eedbb0044b57505eea65a329d2dc4f9f917
21828 Author: Behdad Esfahbod <behdad@behdad.org>
21829 Date:   Wed Oct 21 11:20:55 2015 -0200
21830
21831     Fix one more -Wshadow warning
21832
21833     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
21834
21835  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
21836  1 file changed, 3 insertions(+), 3 deletions(-)
21837
21838 commit 6f932bc8f9045b224613a617af2b4f3450c79467
21839 Author: Behdad Esfahbod <behdad@behdad.org>
21840 Date:   Wed Oct 21 11:16:49 2015 -0200
21841
21842     Fix a few more -Wshadow-local warnings
21843
21844     https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
21845
21846  src/hb-ot-shape-complex-indic.cc   | 10 +++++-----
21847  src/hb-ot-shape-complex-myanmar.cc | 10 +++++-----
21848  src/hb-ot-shape-complex-use.cc     | 10 +++++-----
21849  3 files changed, 15 insertions(+), 15 deletions(-)
21850
21851 commit b90cb366d7723c28758c6b75a0770613fbb5456e
21852 Author: Behdad Esfahbod <behdad@behdad.org>
21853 Date:   Wed Oct 21 11:13:21 2015 -0200
21854
21855     Fix one -Wshadow-compatible-local warning
21856
21857     From https://bugzilla.mozilla.org/show_bug.cgi?id=1215894
21858
21859  src/hb-ot-shape-complex-indic.cc | 4 ++--
21860  1 file changed, 2 insertions(+), 2 deletions(-)
21861
21862 commit 50e5750bd8670b4cf4463471a2348d4c99c9d054
21863 Author: Behdad Esfahbod <behdad@behdad.org>
21864 Date:   Wed Oct 21 11:10:10 2015 -0200
21865
21866     Avoid unnecessary cast to 64-bit
21867
21868     Fixes https://github.com/behdad/harfbuzz/issues/146
21869
21870     Or I think it should.
21871
21872  src/hb-private.hh | 2 +-
21873  1 file changed, 1 insertion(+), 1 deletion(-)
21874
21875 commit 305d2fbf5a2db51447c8ed894a48a88896930673
21876 Author: Behdad Esfahbod <behdad@behdad.org>
21877 Date:   Wed Oct 21 11:04:28 2015 -0200
21878
21879     Add HB_FALLTHROUGH
21880
21881     Borrowed from https://bugzilla.mozilla.org/show_bug.cgi?id=1215411
21882
21883  src/hb-ot-shape-complex-indic.cc |  2 +-
21884  src/hb-ot-shape-complex-thai.cc  |  2 +-
21885  src/hb-ot-shape-fallback.cc      |  4 +++-
21886  src/hb-private.hh                | 30 ++++++++++++++++++++++++++++++
21887  4 files changed, 35 insertions(+), 3 deletions(-)
21888
21889 commit f35b3e931ddacd075c5d0810e9b17de07b232ee2
21890 Author: Ebrahim Byagowi <ebrahim@gnu.org>
21891 Date:   Fri Sep 11 09:48:12 2015 +0430
21892
21893     Add a prototype of DirectWrite as a shaping backend
21894
21895  src/hb-directwrite.cc | 827
21896  ++++++++++++++++++++++++++++++++++++++++++++++++++
21897  src/hb-directwrite.h  |  34 +++
21898  src/hb-shaper-list.hh |   3 +
21899  3 files changed, 864 insertions(+)
21900
21901 commit 6486e3755482563ecd89aeb3f8348ed190945e26
21902 Author: Behdad Esfahbod <behdad@behdad.org>
21903 Date:   Tue Oct 20 16:39:41 2015 -0200
21904
21905     Fix typo
21906
21907  Makefile.am | 2 +-
21908  1 file changed, 1 insertion(+), 1 deletion(-)
21909
21910 commit 753ea7b90904c951c199861409458bea182abb37
21911 Author: Behdad Esfahbod <behdad@behdad.org>
21912 Date:   Tue Oct 20 15:21:18 2015 -0200
21913
21914     Add BUILD.md to dist
21915
21916  Makefile.am | 1 +
21917  1 file changed, 1 insertion(+)
21918
21919 commit 5d7a30fde09320c2c62c7c73570ce3f2e298eba6
21920 Merge: 904b0dc3 2fb95a0c
21921 Author: Behdad Esfahbod <behdad@behdad.org>
21922 Date:   Tue Oct 20 15:19:41 2015 -0200
21923
21924     Merge pull request #148 from ebraminio/inst
21925
21926     Add BUILD.md based on harfbuzz.org docs
21927
21928 commit 904b0dc3811464cf61dc9457664de95ee4f61a86
21929 Merge: 86cadc2c ba096bcc
21930 Author: Behdad Esfahbod <behdad@behdad.org>
21931 Date:   Mon Oct 19 16:59:43 2015 -0200
21932
21933     Merge pull request #147 from ebraminio/dockerci
21934
21935     [ci] change to docker infrastructure
21936
21937 commit ba096bcc28ca80e2096e0a15191848fcd175e395
21938 Author: Ebrahim Byagowi <ebrahim@gnu.org>
21939 Date:   Mon Oct 19 21:41:01 2015 +0330
21940
21941     [ci] change to docker infrastructure
21942
21943  .travis.yml | 24 ++++++++++++++++--------
21944  1 file changed, 16 insertions(+), 8 deletions(-)
21945
21946 commit 2fb95a0c9d2cb8b03b7c158706d6b0e41283a6df
21947 Author: Ebrahim Byagowi <ebrahim@gnu.org>
21948 Date:   Mon Oct 19 22:02:12 2015 +0330
21949
21950     Add BUILD.md based on harfbuzz.org docs
21951
21952  BUILD.md | 25 +++++++++++++++++++++++++
21953  1 file changed, 25 insertions(+)
21954
21955 commit 86cadc2cd4171050e9d74306b76c42f6ec74b861
21956 Author: Behdad Esfahbod <behdad@behdad.org>
21957 Date:   Thu Oct 15 20:25:29 2015 -0300
21958
21959     1.0.6
21960
21961  NEWS         | 13 +++++++++++++
21962  configure.ac |  2 +-
21963  2 files changed, 14 insertions(+), 1 deletion(-)
21964
21965 commit ca97ea7aa2cb7186f432aaba76f4f151aa90c1d0
21966 Author: Behdad Esfahbod <behdad@behdad.org>
21967 Date:   Thu Oct 15 20:20:22 2015 -0300
21968
21969     [ft] Revert change-of-behavior of hb_ft_font_create() introduced
21970     in 1.0.5
21971
21972     The default FreeType load flags where changed from FT_LOAD_NO_HINTING
21973     to FT_LOAD_DEFAULT in 2a9627c5641cd000e2adff0e42a0dc687b53ec70.
21974     This is crashing HarfBuzz-enabled FreeType as I suppose it causes
21975     infinite recursion between HB and FT autohinter...
21976
21977     Revert the behavior change.
21978
21979     Fixes https://github.com/behdad/harfbuzz/issues/143
21980
21981  src/hb-ft.cc | 2 +-
21982  1 file changed, 1 insertion(+), 1 deletion(-)
21983
21984 commit 338ffec9e4a5819f2be21c3a320a567378c977b1
21985 Author: Behdad Esfahbod <behdad@behdad.org>
21986 Date:   Thu Oct 15 12:55:57 2015 -0300
21987
21988     Add tests for a couple of fixed issues found by libFuzzer
21989
21990     From:
21991     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147616887
21992     https://github.com/behdad/harfbuzz/issues/139#issuecomment-148289957
21993
21994  .../sha1sum/375d6ae32a3cbe52fbf81a4e5777e3377675d5a3.ttf | Bin 0 ->
21995  1024 bytes
21996  .../sha1sum/641bd9db850193064d17575053ae2bf8ec149ddc.ttf | Bin 0 ->
21997  305 bytes
21998  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
21999  test/shaping/tests/fuzzed.tests                          |   2 ++
22000  4 files changed, 4 insertions(+)
22001
22002 commit 63ef0b41dc48d6112d1918c1b1de9de8ea90adb5
22003 Author: Behdad Esfahbod <behdad@behdad.org>
22004 Date:   Thu Oct 15 12:47:22 2015 -0300
22005
22006     [ot-font] Fix hmtx wrong table length check
22007
22008     Discovered by libFuzzer.  Ouch!
22009
22010     https://github.com/behdad/harfbuzz/issues/139#issuecomment-148289957
22011
22012  src/hb-ot-font.cc | 2 +-
22013  1 file changed, 1 insertion(+), 1 deletion(-)
22014
22015 commit 613e630617074eb9b62b794cc37c9b42a7fb079b
22016 Author: Behdad Esfahbod <behdad@behdad.org>
22017 Date:   Tue Oct 13 23:33:28 2015 -0300
22018
22019     Reduce max nesting level from 8 to 6
22020
22021     We probably should implement better system to catch cyclic lookups.
22022     But for now, this speeds up worst case behavior with broken fonts
22023     considerably without compromising legitimate usecases.
22024
22025     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147788447
22026
22027  src/hb-ot-layout-common-private.hh | 2 +-
22028  1 file changed, 1 insertion(+), 1 deletion(-)
22029
22030 commit ab170529246ad80830bef2b3c8b48e9a8d2b7483
22031 Author: Behdad Esfahbod <behdad@behdad.org>
22032 Date:   Tue Oct 13 10:55:33 2015 -0300
22033
22034     1.0.5
22035
22036  NEWS         | 24 ++++++++++++++++++++++++
22037  configure.ac |  2 +-
22038  2 files changed, 25 insertions(+), 1 deletion(-)
22039
22040 commit ed13e2ce509408f849255be1d3cc3dbd7dbb3ba2
22041 Author: Behdad Esfahbod <behdad@behdad.org>
22042 Date:   Tue Oct 13 10:32:56 2015 -0300
22043
22044     [ot-font] Fix leak
22045
22046     https://github.com/behdad/harfbuzz/issues/139#issuecomment-147616887
22047
22048  src/hb-ot-font.cc | 1 +
22049  1 file changed, 1 insertion(+)
22050
22051 commit 55db94be2b754ba9b9121f09abcf8496c798affc
22052 Author: Behdad Esfahbod <behdad@behdad.org>
22053 Date:   Tue Oct 13 00:33:59 2015 -0400
22054
22055     Add test for previous commit
22056
22057  .../sha1sum/0509e80afb379d16560e9e47bdd7d888bebdebc6.ttf   | Bin 0 ->
22058  61 bytes
22059  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
22060  test/shaping/tests/fuzzed.tests                            |   1 +
22061  3 files changed, 2 insertions(+)
22062
22063 commit f96664974774bfeb237a7274f512f64aaafb201e
22064 Author: Behdad Esfahbod <behdad@behdad.org>
22065 Date:   Tue Oct 13 00:30:50 2015 -0400
22066
22067     Fix another memory access issue discovered by libFuzzer
22068
22069     Fixes
22070     https://github.com/behdad/harfbuzz/issues/139#issuecomment-146984679
22071
22072  src/hb-ot-layout-gpos-table.hh | 4 +++-
22073  1 file changed, 3 insertions(+), 1 deletion(-)
22074
22075 commit c1a5dc46c2231f7b62421e06b9766ccfebaf3ef5
22076 Author: Behdad Esfahbod <behdad@behdad.org>
22077 Date:   Mon Oct 12 17:39:52 2015 -0400
22078
22079     [fuzz] Add fuzzing script from kcc@
22080
22081     https://github.com/behdad/harfbuzz/issues/139
22082
22083  test/fuzzing/hb-fuzzer.cc | 47
22084  +++++++++++++++++++++++++++++++++++++++++++++++
22085  1 file changed, 47 insertions(+)
22086
22087 commit cc6ea308d4c99b9dd6d625fa3a9b0ef62fa2614f
22088 Author: Behdad Esfahbod <behdad@behdad.org>
22089 Date:   Mon Oct 12 17:21:52 2015 -0400
22090
22091     Extern "C" custom-allocator declerations
22092
22093  src/hb-private.hh | 8 ++++----
22094  1 file changed, 4 insertions(+), 4 deletions(-)
22095
22096 commit 98c6fccc00062ead7a86892dd059aa13d266b981
22097 Author: Behdad Esfahbod <behdad@behdad.org>
22098 Date:   Sun Oct 11 21:41:04 2015 -0400
22099
22100     Add test for ee9b0b6cb5fdb08671ab064f26c299135f828260
22101
22102  .../sha1sum/5a5daf5eb5a4db77a2baa3ad9c7a6ed6e0655fa8.ttf   | Bin 0 ->
22103  61 bytes
22104  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
22105  test/shaping/tests/fuzzed.tests                            |   1 +
22106  3 files changed, 2 insertions(+)
22107
22108 commit 50f489a0a013fc589626bb532a9f64f50bb41f58
22109 Author: Behdad Esfahbod <behdad@behdad.org>
22110 Date:   Sun Oct 11 20:59:29 2015 -0400
22111
22112     Typo
22113
22114  src/hb-font-private.hh | 2 +-
22115  1 file changed, 1 insertion(+), 1 deletion(-)
22116
22117 commit ee9b0b6cb5fdb08671ab064f26c299135f828260
22118 Author: Behdad Esfahbod <behdad@behdad.org>
22119 Date:   Fri Oct 9 14:23:15 2015 -0400
22120
22121     Fix another sanitize bug
22122
22123     Also discovered by "libFuzzer".
22124
22125  src/hb-open-type-private.hh | 2 +-
22126  1 file changed, 1 insertion(+), 1 deletion(-)
22127
22128 commit 34379b49e6922b86c15ee62f7fe3bf016cdc2514
22129 Author: Behdad Esfahbod <behdad@behdad.org>
22130 Date:   Fri Oct 9 12:34:02 2015 -0400
22131
22132     Add test for previous fix
22133
22134  test/shaping/Makefile.am                                   |   1 +
22135  .../sha1sum/1a6f1687b7a221f9f2c834b0b360d3c8463b6daf.ttf   | Bin 0 ->
22136  64 bytes
22137  test/shaping/fonts/sha1sum/MANIFEST                        |   1 +
22138  test/shaping/tests/MANIFEST                                |   1 +
22139  test/shaping/tests/fuzzed.tests                            |   1 +
22140  5 files changed, 4 insertions(+)
22141
22142 commit f396fbb000dc1c8acddbf6a16e193b328c5e551e
22143 Author: Behdad Esfahbod <behdad@behdad.org>
22144 Date:   Fri Oct 9 12:25:55 2015 -0400
22145
22146     Fix return value of sanitize when subformat is not readable
22147
22148     This is a fix on top of the previous issue fixed in
22149     c917965b9e6fe2b21ed6c51559673288fa3af4b7.
22150
22151     This was caught by "libFuzzer" testing.
22152
22153  src/hb-open-type-private.hh          |  2 ++
22154  src/hb-ot-layout-gpos-table.hh       | 15 +++++++--------
22155  src/hb-ot-layout-gsub-table.hh       | 13 ++++++-------
22156  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
22157  4 files changed, 19 insertions(+), 19 deletions(-)
22158
22159 commit 77a1a2bc18e7b04d4e352a8777ccce345b2f8659
22160 Author: Behdad Esfahbod <behdad@behdad.org>
22161 Date:   Fri Oct 9 12:20:58 2015 -0400
22162
22163     Add hb_dispatch_context_t
22164
22165  src/hb-open-type-private.hh          | 26 ++++++++++++++++++++++----
22166  src/hb-ot-layout-gsubgpos-private.hh | 36
22167  ++++++++++++------------------------
22168  src/hb-ot-layout.cc                  |  8 +++-----
22169  3 files changed, 37 insertions(+), 33 deletions(-)
22170
22171 commit 3e905e396bcd745bda88e751998a76556c5cb8c6
22172 Author: Behdad Esfahbod <behdad@behdad.org>
22173 Date:   Thu Oct 8 12:51:02 2015 -0400
22174
22175     Add hb_font_set_parent()
22176
22177     No reason to not have it.  Makes life easier later.
22178     We (hb-ft, hb-ot-font, etc) can use this API to inject new
22179     parent into a font...
22180
22181  src/hb-font.cc       | 26 ++++++++++++++++++++++++++
22182  src/hb-font.h        |  4 ++++
22183  test/api/test-font.c | 12 ++++++++++++
22184  3 files changed, 42 insertions(+)
22185
22186 commit edeb3dabf4a589d67c3f1da7ba43a74e4d3a9afd
22187 Author: Behdad Esfahbod <behdad@behdad.org>
22188 Date:   Thu Oct 8 12:47:15 2015 -0400
22189
22190     [ft] Add version for new API
22191
22192  src/hb-ft.cc | 18 ++++++++++++++++++
22193  1 file changed, 18 insertions(+)
22194
22195 commit 2a9627c5641cd000e2adff0e42a0dc687b53ec70
22196 Author: Behdad Esfahbod <behdad@behdad.org>
22197 Date:   Wed Oct 7 17:33:20 2015 -0400
22198
22199     [ft] API: Add hb_font_[sg]et_load_flags() API
22200
22201     This changes the default load_flags of fonts created using
22202     hb_ft_font_create() from NO_HINTING to DEFAULT.  Hope that doesn't
22203     break too much client code.
22204
22205     Code calling hb_ft_font_set_funcs() is unaffected.
22206
22207  src/hb-ft.cc | 163
22208  +++++++++++++++++++++++++++++++++++++++--------------------
22209  src/hb-ft.h  |  13 +++--
22210  2 files changed, 118 insertions(+), 58 deletions(-)
22211
22212 commit 3224a594dcf2164b5585b4ccba34f244af3f61b9
22213 Author: Behdad Esfahbod <behdad@behdad.org>
22214 Date:   Wed Oct 7 17:33:02 2015 -0400
22215
22216     Minor
22217
22218  src/hb-ot-font.cc | 5 ++---
22219  1 file changed, 2 insertions(+), 3 deletions(-)
22220
22221 commit 52b418555b62a3b25399f202c1fa72ab7288c224
22222 Author: Behdad Esfahbod <behdad@behdad.org>
22223 Date:   Sat Oct 3 13:20:55 2015 +0100
22224
22225     Allow compiling with custom allocators
22226
22227     User can define hb_malloc_impl, etc, to name of custom allocator
22228     functions
22229     that have the same signature as malloc.
22230
22231  src/hb-private.hh | 17 +++++++++++++++++
22232  1 file changed, 17 insertions(+)
22233
22234 commit 88da7bba9fa4665b33f5bfcd45add7443097eaf3
22235 Author: Behdad Esfahbod <behdad@behdad.org>
22236 Date:   Fri Oct 2 14:38:20 2015 +0100
22237
22238     Default font scale to face upem
22239
22240     Makes for a better default and avoids nasty inheritance issues.
22241     See mailing list thread "Default hb_font_t scale".
22242
22243  src/hb-font.cc       |  2 ++
22244  test/api/test-font.c | 13 ++++++++-----
22245  2 files changed, 10 insertions(+), 5 deletions(-)
22246
22247 commit 1866e17114b41d565eb066e7d9393c2ff3e0a12b
22248 Author: Behdad Esfahbod <behdad@behdad.org>
22249 Date:   Fri Oct 2 14:21:29 2015 +0100
22250
22251     Make hb_font_create_sub_font() NOT make parent immutable
22252
22253     We don't rely on that.  However, whenever hb_font_make_immutable()
22254     is called, it makes its parenting chain immutable.
22255
22256  src/hb-font.cc       |  4 +++-
22257  test/api/test-font.c | 21 +++++++++++++++------
22258  2 files changed, 18 insertions(+), 7 deletions(-)
22259
22260 commit 980e25cad2e58c31f5361862b9223d94ec47fc7a
22261 Author: Behdad Esfahbod <behdad@behdad.org>
22262 Date:   Fri Oct 2 08:21:12 2015 +0100
22263
22264     Fix hb-ot-shape-normalize with empty buffer
22265
22266     Part of https://github.com/behdad/harfbuzz/issues/136
22267
22268  src/hb-ot-shape-normalize.cc | 2 ++
22269  1 file changed, 2 insertions(+)
22270
22271 commit a5efaac4ff61b587f228830b265b39fe8e5e4e47
22272 Author: Behdad Esfahbod <behdad@behdad.org>
22273 Date:   Fri Oct 2 08:02:29 2015 +0100
22274
22275     Replace a couple of malloc()s with calloc()
22276
22277  src/hb-face.cc       | 2 +-
22278  src/hb-shape-plan.cc | 2 +-
22279  src/hb-shaper.cc     | 2 +-
22280  3 files changed, 3 insertions(+), 3 deletions(-)
22281
22282 commit 26ba4d1e1fb8949632fe08e6a7600badfba4f142
22283 Author: Behdad Esfahbod <behdad@behdad.org>
22284 Date:   Fri Oct 2 07:25:52 2015 +0100
22285
22286     Fix segfault with empty buffer in hb_shape_plan_execute()
22287
22288     Move the empty-buffer check from hb_shape_full() to
22289     hb_shape_plan_execute().
22290
22291     Reported by Simon Cozens.
22292
22293  src/hb-shape-plan.cc | 9 +++++++--
22294  src/hb-shape.cc      | 5 -----
22295  2 files changed, 7 insertions(+), 7 deletions(-)
22296
22297 commit 432ffc47a46d41bea17d839d0d3980e654c6e638
22298 Author: Behdad Esfahbod <behdad@behdad.org>
22299 Date:   Wed Sep 30 22:51:16 2015 +0100
22300
22301     1.0.4
22302
22303  NEWS         | 7 +++++++
22304  configure.ac | 2 +-
22305  2 files changed, 8 insertions(+), 1 deletion(-)
22306
22307 commit b47159011ca518c3b94d782ed16a91ffe9dd2ab2
22308 Author: Behdad Esfahbod <behdad@behdad.org>
22309 Date:   Tue Sep 29 14:57:02 2015 +0100
22310
22311     Define return_trace()
22312
22313     Not functional change (expected!).
22314
22315  src/hb-open-file-private.hh          |  20 +--
22316  src/hb-open-type-private.hh          |  62 +++----
22317  src/hb-ot-cmap-table.hh              |  56 +++----
22318  src/hb-ot-glyf-table.hh              |   4 +-
22319  src/hb-ot-head-table.hh              |   2 +-
22320  src/hb-ot-hhea-table.hh              |   2 +-
22321  src/hb-ot-hmtx-table.hh              |   2 +-
22322  src/hb-ot-layout-common-private.hh   | 108 ++++++-------
22323  src/hb-ot-layout-gdef-table.hh       |  44 ++---
22324  src/hb-ot-layout-gpos-table.hh       | 252 +++++++++++++++--------------
22325  src/hb-ot-layout-gsub-table.hh       | 304
22326  ++++++++++++++++++-----------------
22327  src/hb-ot-layout-gsubgpos-private.hh | 205 +++++++++++------------
22328  src/hb-ot-layout-jstf-table.hh       |  35 ++--
22329  src/hb-ot-maxp-table.hh              |   5 +-
22330  src/hb-ot-name-table.hh              |  14 +-
22331  src/hb-private.hh                    |   6 +-
22332  16 files changed, 575 insertions(+), 546 deletions(-)
22333
22334 commit c917965b9e6fe2b21ed6c51559673288fa3af4b7
22335 Author: Behdad Esfahbod <behdad@behdad.org>
22336 Date:   Tue Sep 29 14:45:35 2015 +0100
22337
22338     Add missing returns
22339
22340     Fixes possible invalid read of two bytes.
22341
22342     Reported by Behzad Najjarpour Jabbari, Secunia Research.
22343
22344  src/hb-ot-layout-gpos-table.hh       | 14 +++++++-------
22345  src/hb-ot-layout-gsub-table.hh       | 12 ++++++------
22346  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
22347  3 files changed, 17 insertions(+), 17 deletions(-)
22348
22349 commit f3159ba5141c2ab0e430e64742972df140f91c43
22350 Author: Behdad Esfahbod <behdad@behdad.org>
22351 Date:   Tue Sep 29 14:34:56 2015 +0100
22352
22353     Micro-optimize hb_language_from_string()
22354
22355     As measured / improved by Benson Limketkai.
22356
22357  src/hb-common.cc | 10 +++++-----
22358  1 file changed, 5 insertions(+), 5 deletions(-)
22359
22360 commit f2ad935e19338a29113492150f0c5a5fd5befd75
22361 Author: Sascha Brawer <sascha@brawer.ch>
22362 Date:   Sun Jun 28 03:29:47 2015 +0200
22363
22364     Handle language tags that indicate phonetic IPA transcription
22365
22366     The BCP-47 registry defines a variant subtag "fonipa" that can be used
22367     in combination with arbitrary other language tags. For example,
22368     "rm-CH-fonipa-sursilv" indicates the Sursilvan dialect of Romansh
22369     as used in Switzerland, transcribed used the International Phonetic
22370     Alphabet.
22371
22372     http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
22373
22374  src/hb-ot-tag.cc       | 15 ++++++++++++++-
22375  test/api/test-ot-tag.c |  7 +++++++
22376  2 files changed, 21 insertions(+), 1 deletion(-)
22377
22378 commit b8811429b6810c4f13be087b593a862c17d9d987
22379 Author: Behdad Esfahbod <behdad@behdad.org>
22380 Date:   Thu Sep 3 15:53:22 2015 +0430
22381
22382     Fix Since tags
22383
22384     Fixes https://github.com/behdad/harfbuzz/issues/103
22385
22386  src/hb-blob.cc             | 24 +++++++++----------
22387  src/hb-buffer-serialize.cc | 10 ++++----
22388  src/hb-buffer.cc           | 58
22389  +++++++++++++++++++++++-----------------------
22390  src/hb-buffer.h            |  9 +++++++
22391  src/hb-common.cc           | 24 +++++++++----------
22392  src/hb-common.h            |  3 +++
22393  src/hb-coretext.cc         |  3 +++
22394  src/hb-font.h              | 18 +++++++-------
22395  src/hb-ft.cc               |  6 ++---
22396  src/hb-graphite2.cc        |  6 +++++
22397  src/hb-ot-layout.cc        |  2 +-
22398  src/hb-ot-tag.cc           |  2 +-
22399  src/hb-set.h               |  3 +++
22400  src/hb-shape.cc            |  2 +-
22401  src/hb-unicode.cc          | 18 +++++++-------
22402  src/hb-unicode.h           | 10 ++++----
22403  16 files changed, 111 insertions(+), 87 deletions(-)
22404
22405 commit 5d74ff02ab01df67808b416af8bb9cefb06f841e
22406 Author: Behdad Esfahbod <behdad@behdad.org>
22407 Date:   Thu Sep 3 14:55:59 2015 +0430
22408
22409     Fix Since: version tags on font and face APIs
22410
22411     A while back we marked every API as version:1.0.  We should fix
22412     them all
22413     to reflect real version they were introduced.  This is a start.
22414
22415     Patch from Nikolay Sivov.
22416
22417  src/hb-face.cc | 22 ++++++++---------
22418  src/hb-font.cc | 76
22419  +++++++++++++++++++++++++++++-----------------------------
22420  2 files changed, 49 insertions(+), 49 deletions(-)
22421
22422 commit 7f5405397406a24c5a001b5ef43dcf4d6926415e
22423 Author: Behdad Esfahbod <behdad@behdad.org>
22424 Date:   Tue Sep 1 17:03:50 2015 +0100
22425
22426     1.0.3
22427
22428  NEWS         | 11 +++++++++++
22429  configure.ac |  2 +-
22430  2 files changed, 12 insertions(+), 1 deletion(-)
22431
22432 commit 5828c45d7a816ccd0a7f10a665ea3cf8cfd63b05
22433 Author: Behdad Esfahbod <behdad@behdad.org>
22434 Date:   Tue Sep 1 16:26:35 2015 +0100
22435
22436     [indic] Add comments to merge_clusters calls
22437
22438  src/hb-ot-shape-complex-indic.cc | 21 ++++++++++++++++-----
22439  1 file changed, 16 insertions(+), 5 deletions(-)
22440
22441 commit bdc8215949a7add742cc800b4fdea6acaa37d152
22442 Author: Behdad Esfahbod <behdad@behdad.org>
22443 Date:   Tue Sep 1 16:24:54 2015 +0100
22444
22445     [thai] Respect cluster-level > 0
22446
22447  src/hb-ot-shape-complex-thai.cc | 2 +-
22448  1 file changed, 1 insertion(+), 1 deletion(-)
22449
22450 commit 5b31fe383ead726ec77062501ed3bb24c02842b3
22451 Author: Behdad Esfahbod <behdad@behdad.org>
22452 Date:   Tue Sep 1 16:24:34 2015 +0100
22453
22454     [use] Merge /before/ reordering
22455
22456  src/hb-ot-shape-complex-use.cc | 4 ++--
22457  1 file changed, 2 insertions(+), 2 deletions(-)
22458
22459 commit 0d438f89bd9422c66838c776eb4aa867de0a2ad8
22460 Author: Behdad Esfahbod <behdad@behdad.org>
22461 Date:   Tue Sep 1 16:24:13 2015 +0100
22462
22463     [hangul] Merge /before/ reordering
22464
22465  src/hb-ot-shape-complex-hangul.cc | 2 +-
22466  1 file changed, 1 insertion(+), 1 deletion(-)
22467
22468 commit f883de664fc4bfe01e30c89e07e31dc113f906d9
22469 Author: Behdad Esfahbod <behdad@behdad.org>
22470 Date:   Tue Sep 1 16:23:40 2015 +0100
22471
22472     [OT] Merge /before/ reordering
22473
22474  src/hb-ot-shape.cc | 5 +++--
22475  1 file changed, 3 insertions(+), 2 deletions(-)
22476
22477 commit c403d6320074455a5e8e48902c0ac4ee9685e33d
22478 Author: Behdad Esfahbod <behdad@behdad.org>
22479 Date:   Tue Sep 1 16:15:25 2015 +0100
22480
22481     [myanmar] Use buffer->sort() to sort cluster
22482
22483     This can possibly produce more granular clusters.
22484
22485  src/hb-ot-shape-complex-myanmar.cc | 3 +--
22486  1 file changed, 1 insertion(+), 2 deletions(-)
22487
22488 commit e995d33c10a4bd9404699d01bddb2b69d811e9ed
22489 Author: Behdad Esfahbod <behdad@behdad.org>
22490 Date:   Tue Sep 1 16:13:32 2015 +0100
22491
22492     [OT] Merge clusters when reordering marks for normalization
22493
22494     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=541608
22495     and cluster test.
22496
22497  src/hb-buffer-private.hh     |  2 ++
22498  src/hb-buffer.cc             | 21 +++++++++++++++++++++
22499  src/hb-ot-shape-normalize.cc |  2 +-
22500  3 files changed, 24 insertions(+), 1 deletion(-)
22501
22502 commit b6d7d161a87b5dde710924e5c557d39c302f5630
22503 Author: Behdad Esfahbod <behdad@behdad.org>
22504 Date:   Tue Sep 1 16:12:44 2015 +0100
22505
22506     [tests] Add Hebrew test for normalization under cluster-level=1
22507
22508     Currently fails.
22509     https://bugzilla.gnome.org/show_bug.cgi?id=541608
22510
22511  .../sha1sum/43ef465752be9af900745f72fe29cb853a1401a5.ttf | Bin 0 ->
22512  4272 bytes
22513  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
22514  test/shaping/tests/cluster.tests                         |   1 +
22515  3 files changed, 2 insertions(+)
22516
22517 commit 93099748e39740a3f6f003c83d9dec1d21660ce8
22518 Author: Behdad Esfahbod <behdad@behdad.org>
22519 Date:   Tue Sep 1 16:11:27 2015 +0100
22520
22521     Minor
22522
22523  src/hb-private.hh | 6 ++----
22524  1 file changed, 2 insertions(+), 4 deletions(-)
22525
22526 commit 85846b3de7491b6a07fed6a2c0c6c1b09943b249
22527 Author: Behdad Esfahbod <behdad@behdad.org>
22528 Date:   Tue Sep 1 15:07:52 2015 +0100
22529
22530     Use insertion-sort instead of bubble-sort
22531
22532     Needed for upcoming merge-clusters fix.
22533
22534  src/hb-buffer.cc                           |  4 +--
22535  src/hb-ot-shape-complex-arabic-fallback.hh |  6 ++--
22536  src/hb-ot-shape-complex-indic.cc           |  2 +-
22537  src/hb-ot-shape-complex-myanmar.cc         |  2 +-
22538  src/hb-ot-shape-normalize.cc               |  6 ++--
22539  src/hb-private.hh                          | 56
22540  +++++++++++++-----------------
22541  6 files changed, 34 insertions(+), 42 deletions(-)
22542
22543 commit fad2674874591b4a1df822603144c8864f5364c1
22544 Author: Behdad Esfahbod <behdad@behdad.org>
22545 Date:   Tue Sep 1 14:45:46 2015 +0100
22546
22547     Minor
22548
22549  test/Makefile.am         | 4 ++++
22550  test/api/Makefile.am     | 4 ++++
22551  test/shaping/Makefile.am | 4 ++++
22552  3 files changed, 12 insertions(+)
22553
22554 commit 23e4fac6de913201f263a73e13d3c1fab31d1bdd
22555 Author: Behdad Esfahbod <behdad@behdad.org>
22556 Date:   Mon Aug 31 19:41:01 2015 +0100
22557
22558     Update git.mk from upstream
22559
22560  git.mk | 17 ++++++++++++++++-
22561  1 file changed, 16 insertions(+), 1 deletion(-)
22562
22563 commit 5783e05f81bbf6debf2618c8994d6852630d9847
22564 Author: Behdad Esfahbod <behdad@behdad.org>
22565 Date:   Mon Aug 31 19:18:10 2015 +0100
22566
22567     [docs] Move docs/reference/ contents into docs/
22568
22569  configure.ac                                |   3 +-
22570  docs/Makefile.am                            | 117
22571  ++++++++++++++++++++++++++-
22572  docs/{reference => }/harfbuzz-docs.xml      |   0
22573  docs/{reference => }/harfbuzz-overrides.txt |   0
22574  docs/{reference => }/harfbuzz-sections.txt  |   0
22575  docs/reference/Makefile.am                  | 118
22576  ----------------------------
22577  docs/{reference => }/usermanual-ch01.xml    |   0
22578  docs/{reference => }/usermanual-ch02.xml    |   0
22579  docs/{reference => }/usermanual-ch03.xml    |   0
22580  docs/{reference => }/usermanual-ch04.xml    |   0
22581  docs/{reference => }/usermanual-ch05.xml    |   0
22582  docs/{reference => }/usermanual-ch06.xml    |   0
22583  docs/{reference => }/version.xml.in         |   0
22584  13 files changed, 117 insertions(+), 121 deletions(-)
22585
22586 commit cd5e3a13a6e0b6606d3a421f8cd44cdfb8314907
22587 Author: Behdad Esfahbod <behdad@behdad.org>
22588 Date:   Mon Aug 31 19:16:41 2015 +0100
22589
22590     [docs] Fix out-of-tree build
22591
22592  docs/reference/Makefile.am               |  9 ++++++++-
22593  docs/reference/harfbuzz-docs.xml         | 12 ++++++------
22594  docs/{ => reference}/usermanual-ch01.xml |  0
22595  docs/{ => reference}/usermanual-ch02.xml |  0
22596  docs/{ => reference}/usermanual-ch03.xml |  0
22597  docs/{ => reference}/usermanual-ch04.xml |  0
22598  docs/{ => reference}/usermanual-ch05.xml |  0
22599  docs/{ => reference}/usermanual-ch06.xml |  0
22600  8 files changed, 14 insertions(+), 7 deletions(-)
22601
22602 commit 3899795fa3c3e058e3885ec7a6638f0597a752cc
22603 Merge: d2059652 01e16e88
22604 Author: Behdad Esfahbod <behdad@behdad.org>
22605 Date:   Mon Aug 31 10:46:01 2015 +0100
22606
22607     Merge pull request #131 from simoncozens/docs
22608
22609     Use gtk-doc to build user's manual as well as reference
22610
22611 commit 01e16e88f50b65b82dcb84773f532f18a351319f
22612 Author: Simon Cozens <simon@simon-cozens.org>
22613 Date:   Mon Aug 31 10:40:17 2015 +0100
22614
22615     Combine user / reference information into gtk-doc generated manual.
22616
22617  docs/reference/harfbuzz-docs.xml | 91
22618  +++++++++++++++++++++++-----------------
22619  1 file changed, 52 insertions(+), 39 deletions(-)
22620
22621 commit 11a07c4729174e1d4af028103ecb0a351e4c2707
22622 Author: Simon Cozens <simon@simon-cozens.org>
22623 Date:   Mon Aug 31 10:39:10 2015 +0100
22624
22625     Correct tag hierarchy, to allow for table-of-contents entries.
22626
22627  docs/usermanual-ch01.xml | 12 ++++++------
22628  docs/usermanual-ch02.xml |  8 ++++----
22629  docs/usermanual-ch03.xml | 24 ++++++++++++------------
22630  docs/usermanual-ch04.xml | 16 ++++++++--------
22631  docs/usermanual-ch05.xml | 12 ++++++------
22632  5 files changed, 36 insertions(+), 36 deletions(-)
22633
22634 commit 387d6af428ddd5d4f211fe5748412011013a3826
22635 Author: Simon Cozens <simon@simon-cozens.org>
22636 Date:   Mon Aug 31 10:31:09 2015 +0100
22637
22638     Missing tag (oops).
22639
22640  docs/usermanual-ch02.xml | 1 +
22641  1 file changed, 1 insertion(+)
22642
22643 commit d205965286798af4b7ad07e1eafa58288bee4bdb
22644 Author: Behdad Esfahbod <behdad@behdad.org>
22645 Date:   Mon Aug 31 10:12:05 2015 +0100
22646
22647     [docs] Fix typo
22648
22649  docs/usermanual-ch03.xml | 2 +-
22650  1 file changed, 1 insertion(+), 1 deletion(-)
22651
22652 commit c424b41705b50055c7f92b268cf78a2680af73af
22653 Merge: 31594b98 5470e744
22654 Author: Behdad Esfahbod <behdad@behdad.org>
22655 Date:   Mon Aug 31 09:53:16 2015 +0100
22656
22657     Merge pull request #129 from simoncozens/docs
22658
22659     First two chapters. More to follow.
22660
22661 commit 31594b98af0c9181982c77d8d3803753007f8fd4
22662 Author: Behdad Esfahbod <behdad@behdad.org>
22663 Date:   Sun Aug 30 17:33:04 2015 +0100
22664
22665     [test] Fix test-object
22666
22667     See previous commit.
22668
22669  test/api/test-object.c | 4 ----
22670  1 file changed, 4 deletions(-)
22671
22672 commit 326b5ebf5748f547e4eb7388d66b79fe23130e2a
22673 Author: Behdad Esfahbod <behdad@behdad.org>
22674 Date:   Sun Aug 30 17:29:21 2015 +0100
22675
22676     Poison freed objects such that double-free is detected
22677
22678     Previously we were setting refcount of freed objects to the inert
22679     value, which
22680     was harmful because it caused further destroy()s of the freed object
22681     to NOT
22682     call free() and hence hide the bug.  Indeed, after eb0bf3ae6688b7
22683     test-object
22684     was double-free'ing objects and this was never caught on Linux.
22685     It only was
22686     caught as crashing on Mac.
22687
22688     Now we poison refcount upon freeing and check that it's valid
22689     whenever reading
22690     it.  Makes test-object fail now.
22691
22692  src/hb-object-private.hh | 21 ++++++++++++++++-----
22693  1 file changed, 16 insertions(+), 5 deletions(-)
22694
22695 commit 5470e744dd264c2dc33437a68d20bcf7c5ffb905
22696 Author: Simon Cozens <simon@simon-cozens.org>
22697 Date:   Sat Aug 29 08:21:18 2015 +0100
22698
22699     Current state and skeleton outline
22700
22701  docs/usermanual-ch03.xml | 77
22702  ++++++++++++++++++++++++++++++++++++++++++++++++
22703  docs/usermanual-ch04.xml | 18 +++++++++++
22704  docs/usermanual-ch05.xml | 13 ++++++++
22705  docs/usermanual-ch06.xml |  8 +++++
22706  4 files changed, 116 insertions(+)
22707
22708 commit 6578575cc8aeb05341f2053039acfcd735707674
22709 Author: Behdad Esfahbod <behdad@behdad.org>
22710 Date:   Tue Aug 25 20:24:59 2015 +0100
22711
22712     [GPOS] Fix cursive connection with mix of RTL and non-RTL lookups
22713
22714     See thread "Issue with cursive attachment" started by Khaled.
22715     Turned out fixing this wasn't as bad as I had assumed.  I like the
22716     new code better; we now have a theoretical model of cursive
22717     connections that is easier to reason about.
22718
22719  src/hb-ot-layout-gpos-table.hh | 34 ++++++++++++++++++++++++++++++++++
22720  1 file changed, 34 insertions(+)
22721
22722 commit 7368da67244ea53195cd9b95a5c57485df695732
22723 Author: Behdad Esfahbod <behdad@behdad.org>
22724 Date:   Tue Aug 25 20:28:39 2015 +0100
22725
22726     [test] Add test for cursive-positioning with mixed directions
22727
22728     Fails now.  Fix coming.  See thread "Issue with cursive attachment"
22729     started by Khaled.  Test fonts were made by modifying test font
22730     from Khaled to add more anchors.
22731
22732  test/shaping/Makefile.am                                 |   1 +
22733  .../sha1sum/298c9e1d955f10f6f72c6915c3c6ff9bf9695cec.ttf | Bin 0 ->
22734  2520 bytes
22735  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
22736  .../sha1sum/c4e48b0886ef460f532fb49f00047ec92c432ec0.ttf | Bin 0 ->
22737  2512 bytes
22738  test/shaping/tests/MANIFEST                              |   1 +
22739  test/shaping/tests/cursive-positioning.tests             |   2 ++
22740  6 files changed, 6 insertions(+)
22741
22742 commit f0807654da160bd7ceb9aff5b8338ec0b643171c
22743 Author: Simon Cozens <simon@simon-cozens.org>
22744 Date:   Tue Aug 25 19:57:15 2015 +0100
22745
22746     First two chapters. More to follow.
22747
22748  docs/usermanual-ch01.xml | 115 ++++++++++++++++++++++++++++++
22749  docs/usermanual-ch02.xml | 182
22750  +++++++++++++++++++++++++++++++++++++++++++++++
22751  2 files changed, 297 insertions(+)
22752
22753 commit 58f2a73fb95af42e264a91cdef7bb5a89e965601
22754 Author: Behdad Esfahbod <behdad@behdad.org>
22755 Date:   Tue Aug 25 18:55:34 2015 +0100
22756
22757     [GPOS] Rewrite cursive attachment slightly differently
22758
22759     In anticipation for upcoming fix for bug reported by
22760     Khaled in thread "Issue with cursive attachment".
22761
22762  src/hb-ot-layout-gpos-table.hh | 36 ++++++++++++++++++++++++------------
22763  1 file changed, 24 insertions(+), 12 deletions(-)
22764
22765 commit fdd1770e006ca2d2973c049177ceda87a575e07f
22766 Author: Behdad Esfahbod <behdad@behdad.org>
22767 Date:   Mon Aug 24 13:49:55 2015 +0100
22768
22769     Add API/cmdline to show glyph extents when serializing buffer
22770
22771     New API: HB_BUFFER_SERIALIZE_FLAG_GLYPH_EXTENTS
22772
22773     hb-shape now accepts --show-extents.
22774
22775     Patch from Simon Cozens.
22776
22777  src/hb-buffer-serialize.cc | 17 +++++++++++++++++
22778  src/hb-buffer.h            |  3 ++-
22779  util/hb-shape.cc           |  2 ++
22780  util/options.cc            |  1 +
22781  util/options.hh            |  2 ++
22782  5 files changed, 24 insertions(+), 1 deletion(-)
22783
22784 commit 2cee5b68a07b99214ef9428fe5d03e7b378a558f
22785 Author: Behdad Esfahbod <behdad@behdad.org>
22786 Date:   Mon Aug 24 13:45:12 2015 +0100
22787
22788     [ot-font] Fix short-offset calculation
22789
22790  src/hb-ot-font.cc | 4 ++--
22791  1 file changed, 2 insertions(+), 2 deletions(-)
22792
22793 commit b50fcfa82994f93568a54dd1eb7fd327f6db5586
22794 Author: Behdad Esfahbod <behdad@behdad.org>
22795 Date:   Sun Aug 23 14:42:20 2015 +0100
22796
22797     [ot-font] Implement glyph_extents() for TrueType fonts
22798
22799     This brings ot-fonts into almost-complete shape and mostly in par with
22800     ft font.
22801
22802  src/Makefile.am         |   1 +
22803  src/hb-font.h           |   9 +++--
22804  src/hb-ot-font.cc       |  90 +++++++++++++++++++++++++++++++++++++++--
22805  src/hb-ot-glyf-table.hh | 104
22806  ++++++++++++++++++++++++++++++++++++++++++++++++
22807  src/hb-ot-head-table.hh |   3 +-
22808  5 files changed, 198 insertions(+), 9 deletions(-)
22809
22810 commit 0299b45000b5047c0b9bf0fe51f3b8b68a7982f8
22811 Author: Behdad Esfahbod <behdad@behdad.org>
22812 Date:   Fri Aug 21 12:44:36 2015 +0100
22813
22814     Make BYTE a real type
22815
22816  src/hb-open-type-private.hh | 16 +++++++++++++++-
22817  1 file changed, 15 insertions(+), 1 deletion(-)
22818
22819 commit ed6962c795ae7c54aaee9ed5667fa65ccf7412bf
22820 Author: Behdad Esfahbod <behdad@behdad.org>
22821 Date:   Thu Aug 20 15:39:53 2015 +0100
22822
22823     [coretext] Use i32 instead of u32 as well
22824
22825     Shouldn't cause *any* functional changes, but is more correct.
22826
22827  src/hb-coretext.cc | 20 ++++++++++----------
22828  1 file changed, 10 insertions(+), 10 deletions(-)
22829
22830 commit 163c435f1807c138da9f74f09d29d913eb9e29e9
22831 Author: Behdad Esfahbod <behdad@behdad.org>
22832 Date:   Thu Aug 20 15:39:06 2015 +0100
22833
22834     [uniscribe] Fix negative offsets
22835
22836     Ouch!
22837
22838  src/hb-uniscribe.cc | 8 ++++----
22839  1 file changed, 4 insertions(+), 4 deletions(-)
22840
22841 commit 789b89ef7130ffe5f22c571fc3cb4e6d35456654
22842 Author: Behdad Esfahbod <behdad@behdad.org>
22843 Date:   Wed Aug 19 13:39:57 2015 +0100
22844
22845     1.0.2
22846
22847  NEWS         | 13 +++++++++++++
22848  configure.ac |  2 +-
22849  2 files changed, 14 insertions(+), 1 deletion(-)
22850
22851 commit 958c268fa3a520666436e77a2111a3b564a36d96
22852 Author: Behdad Esfahbod <behdad@behdad.org>
22853 Date:   Wed Aug 19 13:22:12 2015 +0100
22854
22855     [coretext] Add TODO item
22856
22857  src/hb-coretext.cc | 1 +
22858  1 file changed, 1 insertion(+)
22859
22860 commit 7c5bee09d9c7c25672c7c77572ebae0b731892d0
22861 Author: Behdad Esfahbod <behdad@behdad.org>
22862 Date:   Wed Aug 19 13:20:31 2015 +0100
22863
22864     [uniscribe] Fix font scale handling
22865
22866     By default shape at upem (or ppem), and scale results.
22867     Similar to work done in CoreText backend, but using upem as default.
22868
22869  src/hb-uniscribe.cc | 25 +++++++++++++++++++------
22870  1 file changed, 19 insertions(+), 6 deletions(-)
22871
22872 commit 902e74a098dad8c3b487856284f9fdf99b04f9f1
22873 Author: Behdad Esfahbod <behdad@behdad.org>
22874 Date:   Tue Aug 18 18:55:03 2015 +0100
22875
22876     Commented-out code to print buffer before each lookup
22877
22878     To be turned into a useful HB_DEBUG_SHAPE infrastructure...
22879
22880  src/hb-ot-layout.cc | 12 ++++++++++++
22881  1 file changed, 12 insertions(+)
22882
22883 commit 75504a50488a6aac0b9789f728fb5b87e641d4c3
22884 Author: Behdad Esfahbod <behdad@behdad.org>
22885 Date:   Tue Aug 18 18:47:02 2015 +0100
22886
22887     Allow serializing buffer with output-buffer being used
22888
22889     Ie, don't call get_positions() if positions are not
22890     requested for serialization.
22891
22892  src/hb-buffer-serialize.cc | 6 ++++--
22893  1 file changed, 4 insertions(+), 2 deletions(-)
22894
22895 commit e47b772a56af44a9a4f9ec907ee2091b725b94c1
22896 Author: Behdad Esfahbod <behdad@behdad.org>
22897 Date:   Tue Aug 18 18:42:47 2015 +0100
22898
22899     [ot] Change buffer content type right after we map to glyphs
22900
22901     Needed for upcoming debug output changes.
22902
22903  src/hb-ot-shape.cc | 2 ++
22904  1 file changed, 2 insertions(+)
22905
22906 commit d104415e4c1e0f9140f794cd8d09c6460c63e966
22907 Author: Behdad Esfahbod <behdad@behdad.org>
22908 Date:   Tue Aug 18 17:33:34 2015 +0100
22909
22910     [Android.mk] Update for SEA removal and USE addition
22911
22912  Android.mk | 3 ++-
22913  1 file changed, 2 insertions(+), 1 deletion(-)
22914
22915 commit ddd6bf12f1cabaa298feed820313483b9893528c
22916 Author: Behdad Esfahbod <behdad@behdad.org>
22917 Date:   Tue Aug 18 15:55:09 2015 +0100
22918
22919     Don't declare dependency on freetype in harfbuzz.pc
22920
22921     See comments.
22922
22923  src/Makefile.am | 7 ++++++-
22924  1 file changed, 6 insertions(+), 1 deletion(-)
22925
22926 commit 2c8b3b2e5312c9858584f568b1528c57e5bb8a10
22927 Author: Behdad Esfahbod <behdad@behdad.org>
22928 Date:   Tue Aug 18 14:36:43 2015 +0100
22929
22930     [debug] Print lookup index in debug-apply output
22931
22932  src/hb-ot-layout-gpos-table.hh       | 5 ++++-
22933  src/hb-ot-layout-gsub-table.hh       | 5 ++++-
22934  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++--
22935  src/hb-ot-layout.cc                  | 3 ++-
22936  4 files changed, 15 insertions(+), 5 deletions(-)
22937
22938 commit 50ad7788eeb7160caef4ec78e65c7c630e601b06
22939 Author: Behdad Esfahbod <behdad@behdad.org>
22940 Date:   Tue Aug 18 10:22:16 2015 +0100
22941
22942     [coretext] Remove assert that kicks in on Mac OS 10.6
22943
22944     http://crbug.com/419769
22945
22946  src/hb-coretext.cc | 18 ++++++++++++++----
22947  1 file changed, 14 insertions(+), 4 deletions(-)
22948
22949 commit 2b646fa07f5f9d4d10d563a91d22a2750b5fc771
22950 Author: Behdad Esfahbod <behdad@behdad.org>
22951 Date:   Mon Aug 17 16:03:28 2015 +0200
22952
22953     Remove unused function
22954
22955  src/hb-ot-shape-complex-use.cc | 8 --------
22956  1 file changed, 8 deletions(-)
22957
22958 commit 23237b0279a04407addf33f599c45faa60f002ca
22959 Author: ThePhD <phdofthehouse@gmail.com>
22960 Date:   Fri Aug 14 01:19:08 2015 -0400
22961
22962     Last apparent boolean fix!
22963
22964  src/hb-ot-shape-complex-use.cc | 2 +-
22965  1 file changed, 1 insertion(+), 1 deletion(-)
22966
22967 commit 5c99cf93d6242803bddcac2ca8300fdec7e0f8a7
22968 Merge: 8ad89f05 539a610e
22969 Author: ThePhD <phdofthehouse@gmail.com>
22970 Date:   Fri Aug 14 01:02:00 2015 -0400
22971
22972     Merge branch 'master' into vc++-fixes
22973
22974 commit 539a610e2e72375e598ab29fd390ed9ec93816d5
22975 Author: Behdad Esfahbod <behdad@behdad.org>
22976 Date:   Tue Aug 11 12:58:49 2015 +0200
22977
22978     Add Libs.private and Requires.private to harfbuzz.pc
22979
22980     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=64501
22981
22982  configure.ac       | 12 +++++++++---
22983  src/Makefile.am    | 15 ++++++++++++---
22984  src/harfbuzz.pc.in |  2 ++
22985  3 files changed, 23 insertions(+), 6 deletions(-)
22986
22987 commit c7dfe316f8c0fc04b7976fca5e58eb46d91b4821
22988 Author: jfkthame <jfkthame@gmail.com>
22989 Date:   Fri Aug 7 17:55:03 2015 +0100
22990
22991     Don't rely on .cluster in _hb_ot_shape_normalize()
22992
22993     Fixes https://github.com/behdad/harfbuzz/pull/124
22994
22995  src/hb-ot-shape-normalize.cc | 2 +-
22996  1 file changed, 1 insertion(+), 1 deletion(-)
22997
22998 commit 9099e48e29fe5cfdf8566c8f1ba6ddc8c0799e7e
22999 Author: jfkthame <jfkthame@gmail.com>
23000 Date:   Fri Aug 7 17:51:28 2015 +0100
23001
23002     Don't rely on .cluster field in fallback_position
23003
23004     Fixes tests/cluster.
23005
23006     Fixes https://github.com/behdad/harfbuzz/pull/123
23007
23008  src/hb-ot-shape-fallback.cc | 5 ++---
23009  1 file changed, 2 insertions(+), 3 deletions(-)
23010
23011 commit f3792342f670978cdc3f8512fb5e80314ca0678d
23012 Author: Behdad Esfahbod <behdad@behdad.org>
23013 Date:   Sat Aug 8 18:02:18 2015 +0200
23014
23015     [tests] Add test for fallback positioning with cluster_level > 0
23016
23017     For https://github.com/behdad/harfbuzz/pull/123
23018     Currently fails.  Fix coming.
23019
23020  test/shaping/Makefile.am                                  |   1 +
23021  .../sha1sum/6466d38c62e73a39202435a4f73bf5d6acbb73c0.ttf  | Bin 0 ->
23022  824 bytes
23023  test/shaping/fonts/sha1sum/MANIFEST                       |   1 +
23024  test/shaping/tests/MANIFEST                               |   1 +
23025  test/shaping/tests/cluster.tests                          |   1 +
23026  5 files changed, 4 insertions(+)
23027
23028 commit bd22a5cfae24b3b9253bccaeb139e698e74cd0c3
23029 Author: Behdad Esfahbod <behdad@behdad.org>
23030 Date:   Fri Aug 7 11:13:27 2015 +0200
23031
23032     Bug 91559 - HarfBuzz 1.0.1: Inconsistent DLL files
23033     specified/created...
23034
23035     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=91559
23036
23037  src/Makefile.am | 2 +-
23038  1 file changed, 1 insertion(+), 1 deletion(-)
23039
23040 commit 02d6439f420d959183dd446abd0b0118ee1ee061
23041 Merge: 9002c27b 160f6355
23042 Author: Behdad Esfahbod <behdad@behdad.org>
23043 Date:   Mon Aug 3 22:47:18 2015 +0300
23044
23045     Merge pull request #122 from RomainNaour/static-fix
23046
23047     fix static linking with icu-uc
23048
23049 commit 160f635523d596f61e292776f638d4eb09673463
23050 Author: Romain Naour <romain.naour@openwide.fr>
23051 Date:   Wed Jul 22 23:26:23 2015 +0200
23052
23053     fix static linking with icu-uc
23054
23055     When linking test-unicode statically it needs $(ICU_LIBS)
23056     which contains all required flags.
23057     Especially -lstdc++.
23058
23059     Fixes:
23060     http://autobuild.buildroot.net/results/210/2107f9dfb39eeb6559fb4271c7af8b39aef521ca/
23061
23062     Signed-off-by: Romain Naour <romain.naour@openwide.fr>
23063
23064  test/api/Makefile.am | 2 +-
23065  1 file changed, 1 insertion(+), 1 deletion(-)
23066
23067 commit 9002c27b2f54bb5135db92045c0d770b47317577
23068 Author: Behdad Esfahbod <behdad@behdad.org>
23069 Date:   Mon Jul 27 12:17:54 2015 +0200
23070
23071     1.0.1
23072
23073  NEWS         | 9 ++++++++-
23074  configure.ac | 2 +-
23075  2 files changed, 9 insertions(+), 2 deletions(-)
23076
23077 commit f1c20e1ba5bf218df7dc3e198bdcf1f449fc9387
23078 Author: Behdad Esfahbod <behdad@behdad.org>
23079 Date:   Mon Jul 27 12:16:02 2015 +0200
23080
23081     [USE] Fix out-of-bounds static array access
23082
23083  src/hb-ot-shape-complex-use.cc | 2 +-
23084  1 file changed, 1 insertion(+), 1 deletion(-)
23085
23086 commit 260442346a5756c3538ee8fcbf157d1cddcf6f36
23087 Author: Behdad Esfahbod <behdad@behdad.org>
23088 Date:   Sun Jul 26 23:39:10 2015 +0200
23089
23090     1.0.0
23091
23092  NEWS            | 10 ++++++++++
23093  configure.ac    |  4 ++--
23094  src/Makefile.am |  2 +-
23095  3 files changed, 13 insertions(+), 3 deletions(-)
23096
23097 commit df6cb84449a473d540821e41fb5007b59644780f
23098 Merge: 2ed6be66 786ba458
23099 Author: Behdad Esfahbod <behdad@behdad.org>
23100 Date:   Sun Jul 26 19:40:55 2015 +0200
23101
23102     Merge branch 'use'
23103
23104 commit 2ed6be66703e6cc67f3a3746e197001dad3d9b74
23105 Author: Behdad Esfahbod <behdad@behdad.org>
23106 Date:   Sun Jul 26 19:29:53 2015 +0200
23107
23108     0.9.42
23109
23110  NEWS         | 12 ++++++++++++
23111  configure.ac |  2 +-
23112  2 files changed, 13 insertions(+), 1 deletion(-)
23113
23114 commit 23e56e088a721863cfdef4f027fb66eecbd77457
23115 Author: Behdad Esfahbod <behdad@behdad.org>
23116 Date:   Sat Jul 25 17:36:46 2015 +0200
23117
23118     Fix broken sentence
23119
23120  src/hb-set-private.hh | 10 +++++++++-
23121  1 file changed, 9 insertions(+), 1 deletion(-)
23122
23123 commit 91a2e5d2878a8c0b4d4500e3d52d4fbaaf1ac0d7
23124 Author: Grigori Goronzy <greg@chown.ath.cx>
23125 Date:   Wed Jul 8 23:28:11 2015 +0200
23126
23127     Update UCDN to upstream commit 8af93f30
23128
23129     This adds support for Unicode 8.0 and fixes a bug with wrong
23130     properties
23131     for ranges of codepoints.
23132
23133  src/hb-ucdn.cc               |    6 +
23134  src/hb-ucdn/ucdn.h           |    6 +
23135  src/hb-ucdn/unicodedata_db.h | 2167
23136  +++++++++++++++++++++---------------------
23137  3 files changed, 1118 insertions(+), 1061 deletions(-)
23138
23139 commit 786ba45847127b9cd4d9c0c01ae0e6c61f3a8e06
23140 Author: Behdad Esfahbod <behdad@behdad.org>
23141 Date:   Thu Jul 23 13:04:34 2015 +0100
23142
23143     [test] Encode Kharoshti text
23144
23145     Ouch!
23146
23147  .../in-tree/shaper-use/script-kharoshti/misc.txt   | 72
23148  +++++++++++-----------
23149  1 file changed, 36 insertions(+), 36 deletions(-)
23150
23151 commit b4231255032e243153a6f32cf8c93c158cb0bf6a
23152 Author: Behdad Esfahbod <behdad@behdad.org>
23153 Date:   Thu Jul 23 13:01:55 2015 +0100
23154
23155     [test] Add Batak and Buginese test texts
23156
23157  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  2 +
23158  .../texts/in-tree/shaper-use/script-batak/MANIFEST |  1 +
23159  .../texts/in-tree/shaper-use/script-batak/misc.txt |  9 +++
23160  .../in-tree/shaper-use/script-buginese/MANIFEST    |  1 +
23161  .../in-tree/shaper-use/script-buginese/misc.txt    | 70
23162  ++++++++++++++++++++++
23163  5 files changed, 83 insertions(+)
23164
23165 commit b8c159ffccad090974a2b97be0a0140fa09af132
23166 Author: Behdad Esfahbod <behdad@behdad.org>
23167 Date:   Thu Jul 23 12:59:17 2015 +0100
23168
23169     [test] Remove shaper-sea texts under shaper-use
23170
23171  test/shaping/texts/in-tree/MANIFEST                                     |
23172  1 -
23173  test/shaping/texts/in-tree/shaper-sea/MANIFEST                          |
23174  2 --
23175  test/shaping/texts/in-tree/shaper-sea/script-cham/MANIFEST              |
23176  1 -
23177  test/shaping/texts/in-tree/shaper-sea/script-tai-tham/MANIFEST          |
23178  1 -
23179  test/shaping/texts/in-tree/shaper-use/MANIFEST                          |
23180  2 ++
23181  .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/MANIFEST
23182  | 0
23183  .../{shaper-sea/script-cham/misc => shaper-use/script-cham}/misc.txt
23184  | 0
23185  .../script-tai-tham/misc => shaper-use/script-tai-tham}/MANIFEST
23186  | 0
23187  .../script-tai-tham/misc => shaper-use/script-tai-tham}/misc.txt
23188  | 0
23189  .../script-tai-tham/misc => shaper-use/script-tai-tham}/torture.txt
23190  | 0
23191  10 files changed, 2 insertions(+), 5 deletions(-)
23192
23193 commit 67ba7320cc5545baeacfcff64cea338223b9bd6d
23194 Author: Behdad Esfahbod <behdad@behdad.org>
23195 Date:   Thu Jul 23 12:58:21 2015 +0100
23196
23197     [test] Remove New Tai Lue texts
23198
23199     New Tai Lue changed encoding to visual, boring, model.
23200
23201  test/shaping/texts/in-tree/shaper-sea/MANIFEST                         |
23202  1 -
23203  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/MANIFEST      |
23204  1 -
23205  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/MANIFEST |
23206  1 -
23207  test/shaping/texts/in-tree/shaper-sea/script-new-tai-lue/misc/misc.txt |
23208  1 -
23209  4 files changed, 4 deletions(-)
23210
23211 commit c81d957a264539dfe3252f9a94ee066c4a44edf4
23212 Author: Behdad Esfahbod <behdad@behdad.org>
23213 Date:   Thu Jul 23 12:50:48 2015 +0100
23214
23215     [test] Add tests for improved 'vert' feature
23216
23217  test/shaping/Makefile.am                                 |   1 +
23218  .../sha1sum/191826b9643e3f124d865d617ae609db6a2ce203.ttf | Bin 0 ->
23219  2140 bytes
23220  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
23221  test/shaping/tests/MANIFEST                              |   1 +
23222  test/shaping/tests/vertical.tests                        |   1 +
23223  5 files changed, 4 insertions(+)
23224
23225 commit 8a6a16dbcb1808c7ed50f9ba320384565bbf405a
23226 Author: Behdad Esfahbod <behdad@behdad.org>
23227 Date:   Thu Jul 23 12:49:09 2015 +0100
23228
23229     [test] Add recently added test
23230
23231     Ouch.
23232
23233  test/shaping/Makefile.am | 1 +
23234  1 file changed, 1 insertion(+)
23235
23236 commit 895fb31c7f0201f13df5a6866b367476bc4aab2e
23237 Author: Behdad Esfahbod <behdad@behdad.org>
23238 Date:   Thu Jul 23 12:14:03 2015 +0100
23239
23240     [test] Support additional options to hb-shape in micro-test suite
23241
23242  test/shaping/record-test.sh                        | 47
23243  ++++++++++++++++++----
23244  test/shaping/run-tests.sh                          |  9 ++++-
23245  test/shaping/tests/arabic-fallback-shaping.tests   |  2 +-
23246  test/shaping/tests/arabic-feature-order.tests      |  6 +--
23247  test/shaping/tests/context-matching.tests          |  6 +--
23248  test/shaping/tests/default-ignorables.tests        |  2 +-
23249  test/shaping/tests/hangul-jamo.tests               |  4 +-
23250  test/shaping/tests/indic-joiner-candrabindu.tests  |  4 +-
23251  test/shaping/tests/indic-old-spec.tests            |  4 +-
23252  test/shaping/tests/indic-pref-blocking.tests       |  4 +-
23253  .../tests/mongolian-variation-selector.tests       |  6 +--
23254  test/shaping/tests/zero-width-marks.tests          |  4 +-
23255  12 files changed, 67 insertions(+), 31 deletions(-)
23256
23257 commit 0f98fe88f42471eb8fb28d08d45eca9cd8303f7a
23258 Author: Behdad Esfahbod <behdad@behdad.org>
23259 Date:   Thu Jul 23 11:52:11 2015 +0100
23260
23261     [ot] Search globally for 'vert' feature if not found in specified
23262     script/lang
23263
23264     Fixes https://github.com/behdad/harfbuzz/issues/63
23265
23266  src/hb-ot-layout-private.hh |  9 +++++++++
23267  src/hb-ot-layout.cc         | 22 ++++++++++++++++++++++
23268  src/hb-ot-map-private.hh    |  7 ++++---
23269  src/hb-ot-map.cc            | 10 ++++++++++
23270  src/hb-ot-shape.cc          |  6 +++++-
23271  5 files changed, 50 insertions(+), 4 deletions(-)
23272
23273 commit f327aacfa107bbef0c823ef9c3b7dfc91316040c
23274 Author: Behdad Esfahbod <behdad@behdad.org>
23275 Date:   Thu Jul 23 11:32:59 2015 +0100
23276
23277     [ot] Minor
23278
23279  src/hb-ot-shape.cc | 11 +++--------
23280  1 file changed, 3 insertions(+), 8 deletions(-)
23281
23282 commit d78463c8016ff1852233479a1ebde30c3bb6de6e
23283 Author: Behdad Esfahbod <behdad@behdad.org>
23284 Date:   Thu Jul 23 10:11:35 2015 +0100
23285
23286     Minor debug output fix
23287
23288  src/hb-ot-layout.cc | 2 +-
23289  1 file changed, 1 insertion(+), 1 deletion(-)
23290
23291 commit d99f50bde0e8be0866385ca6886938d2023dbd4f
23292 Author: Behdad Esfahbod <behdad@behdad.org>
23293 Date:   Thu Jul 23 10:08:48 2015 +0100
23294
23295     Add missing TRACE_RETURN
23296
23297  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
23298  1 file changed, 1 insertion(+), 1 deletion(-)
23299
23300 commit 2dc8e3f470d7c0b579f867605b8bf40688bc5722
23301 Author: Behdad Esfahbod <behdad@behdad.org>
23302 Date:   Thu Jul 23 10:07:21 2015 +0100
23303
23304     [ot] Add missing return!
23305
23306  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
23307  1 file changed, 1 insertion(+), 1 deletion(-)
23308
23309 commit 582069172c39326c7f94373793c656439a4c2b59
23310 Author: Behdad Esfahbod <behdad@behdad.org>
23311 Date:   Wed Jul 22 18:44:59 2015 +0100
23312
23313     Add test case for deleting default ignorables with positioning
23314
23315  .../sha1sum/051d92f8bc6ff724511b296c27623f824de256e9.ttf | Bin 0 ->
23316  2028 bytes
23317  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
23318  test/shaping/tests/MANIFEST                              |   1 +
23319  test/shaping/tests/default-ignorables.tests              |   1 +
23320  4 files changed, 3 insertions(+)
23321
23322 commit 8cfbc304ee563ec96e402beed34b10b6c0950a6a
23323 Author: Behdad Esfahbod <behdad@behdad.org>
23324 Date:   Wed Jul 22 18:41:10 2015 +0100
23325
23326     Fix hide-default-ignorables after
23327     f0010dfd01ef4a927b0bdc175dd4e343a8637174
23328
23329     We can't delete things before hb_ot_layout_position_finish().  So,
23330     just zero the advance before it, and remove later.
23331
23332  src/hb-ot-shape.cc | 25 +++++++++++++++++++------
23333  1 file changed, 19 insertions(+), 6 deletions(-)
23334
23335 commit 2dbd3d29d6548bd96fd976606ed689fac8ad8817
23336 Author: Behdad Esfahbod <behdad@behdad.org>
23337 Date:   Wed Jul 22 18:28:39 2015 +0100
23338
23339     Fix hide-ignorables if font doesn't have space glyph
23340
23341     Was broken by 82b521aeb7cc73879b44ca4278d6fa8b4347527f, as we have
23342     positioning data by then and can't use the output buffer.  Ouch!
23343
23344  src/hb-buffer-private.hh | 18 ------------------
23345  src/hb-ot-shape.cc       | 44
23346  +++++++++++++++++++++++++++++++++++---------
23347  2 files changed, 35 insertions(+), 27 deletions(-)
23348
23349 commit 4ba796b26ee62de0d2830a550f3aa3b4aecf6f59
23350 Author: Behdad Esfahbod <behdad@behdad.org>
23351 Date:   Wed Jul 22 17:41:31 2015 +0100
23352
23353     Refactor _hb_glyph_info_is_default_ignorable()
23354
23355  src/hb-ot-layout-gsubgpos-private.hh | 3 +--
23356  src/hb-ot-layout-private.hh          | 4 +++-
23357  src/hb-ot-shape.cc                   | 9 +++------
23358  3 files changed, 7 insertions(+), 9 deletions(-)
23359
23360 commit f0010dfd01ef4a927b0bdc175dd4e343a8637174
23361 Author: Behdad Esfahbod <behdad@behdad.org>
23362 Date:   Wed Jul 22 17:36:23 2015 +0100
23363
23364     [ot] Hide default-ignorables before finishing off positioning
23365
23366     For example, fixes the following sequence with Arial XP:
23367     628 25cc 651 25cc 64e 3a 20 628 651 34f 64e
23368     628 25cc 64e 25cc 651 3a 20 628 64e 34f 651
23369
23370     Discovered as part of:
23371     https://bugs.freedesktop.org/show_bug.cgi?id=85873
23372
23373  src/hb-ot-shape.cc | 125
23374  +++++++++++++++++++++++++++--------------------------
23375  1 file changed, 63 insertions(+), 62 deletions(-)
23376
23377 commit 376d587f36b4ff10342ee6ca3bacd73532ea44c8
23378 Author: Behdad Esfahbod <behdad@behdad.org>
23379 Date:   Wed Jul 22 16:51:12 2015 +0100
23380
23381     Implement more granular cluster-merging
23382
23383     TODO: Documentation.
23384
23385     Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=71445
23386
23387  NEWS                              |  8 +++++++
23388  src/hb-buffer-private.hh          |  1 +
23389  src/hb-buffer.cc                  | 46
23390  ++++++++++++++++++++++++++++++++++-----
23391  src/hb-buffer.h                   | 12 ++++++++++
23392  src/hb-ot-shape-complex-hangul.cc | 13 +++++------
23393  src/hb-ot-shape.cc                |  7 ++++++
23394  util/options.cc                   |  1 +
23395  util/options.hh                   |  3 +++
23396  8 files changed, 77 insertions(+), 14 deletions(-)
23397
23398 commit a60e2cfa395718cde48eb81f43adc27b4a92e117
23399 Author: Behdad Esfahbod <behdad@behdad.org>
23400 Date:   Wed Jul 22 15:49:08 2015 +0100
23401
23402     [ot] Don't rely on cluster numbers for ensure_native_direction()
23403
23404  src/hb-ot-shape.cc | 19 ++++++++++++++++++-
23405  1 file changed, 18 insertions(+), 1 deletion(-)
23406
23407 commit 701112dad9f6e690b253f1e64f4e7e549f5ae65f
23408 Author: Behdad Esfahbod <behdad@behdad.org>
23409 Date:   Wed Jul 22 15:42:20 2015 +0100
23410
23411     [ot] Simplify form_clusters()
23412
23413  src/hb-buffer-private.hh |  9 ++++++++-
23414  src/hb-buffer.cc         |  7 ++-----
23415  src/hb-ot-shape.cc       | 11 +++++++++--
23416  3 files changed, 19 insertions(+), 8 deletions(-)
23417
23418 commit 7b8b63adc5e0389fc4cf2720ef7e5804ab6c29cc
23419 Author: Behdad Esfahbod <behdad@behdad.org>
23420 Date:   Wed Jul 22 15:24:26 2015 +0100
23421
23422     [ot] Don't mirror character if font doesn't support mirrored
23423     character!
23424
23425  src/hb-ot-shape.cc | 2 +-
23426  1 file changed, 1 insertion(+), 1 deletion(-)
23427
23428 commit 97d7c3a100e2673279f066540229d229aaf0df78
23429 Author: Behdad Esfahbod <behdad@behdad.org>
23430 Date:   Wed Jul 22 14:28:25 2015 +0100
23431
23432     [graphite2] Fix bunch of stuff
23433
23434     Based on patch from Martin Hosken, with review from Jonathan and I.
23435
23436  src/hb-graphite2.cc | 82
23437  +++++++++++++++++++++++++++++++++++------------------
23438  1 file changed, 54 insertions(+), 28 deletions(-)
23439
23440 commit ea7f8414e34d4b5efc7b98974637c08f75440f0e
23441 Author: Behdad Esfahbod <behdad@behdad.org>
23442 Date:   Wed Jul 22 13:53:45 2015 +0100
23443
23444     [graphite2] Enlarge buffer for output glyphs!
23445
23446  src/hb-graphite2.cc | 1 +
23447  1 file changed, 1 insertion(+)
23448
23449 commit 9cd59db1af47ff511edf251949d58b82673cf704
23450 Author: Behdad Esfahbod <behdad@behdad.org>
23451 Date:   Wed Jul 22 13:27:06 2015 +0100
23452
23453     [USE] Implement topographical features for non-Arabic-joining scripts
23454
23455     This works per-syllable as per the spec, but we think it should be per
23456     spacing/base/??? glyph instead.
23457
23458  src/hb-ot-shape-complex-use.cc | 87
23459  ++++++++++++++++++++++++++++++++++++++----
23460  1 file changed, 80 insertions(+), 7 deletions(-)
23461
23462 commit ecb0b24ef3f8177e7c789f45a2e858bd67e31be3
23463 Author: Behdad Esfahbod <behdad@behdad.org>
23464 Date:   Wed Jul 22 12:02:09 2015 +0100
23465
23466     Use foreach_cluster in Indic shaper
23467
23468  src/hb-ot-shape-complex-indic.cc | 90
23469  +++++++++-------------------------------
23470  1 file changed, 19 insertions(+), 71 deletions(-)
23471
23472 commit 56f71ff98890fc4fd13e8d9743dc34c4b9407309
23473 Author: Behdad Esfahbod <behdad@behdad.org>
23474 Date:   Wed Jul 22 11:58:11 2015 +0100
23475
23476     Use foreach_syllable in Myanmar shaper
23477
23478  src/hb-ot-shape-complex-myanmar.cc | 62
23479  ++++++++------------------------------
23480  1 file changed, 12 insertions(+), 50 deletions(-)
23481
23482 commit ac596511a8c9eeaeb455ca16b5b9c5f1b9923b3a
23483 Author: Behdad Esfahbod <behdad@behdad.org>
23484 Date:   Wed Jul 22 11:54:02 2015 +0100
23485
23486     Add foreach_syllable
23487
23488     Use it in USE.
23489
23490  src/hb-ot-layout-private.hh    |  24 ++++++++
23491  src/hb-ot-shape-complex-use.cc | 129
23492  +++++++++++++----------------------------
23493  2 files changed, 64 insertions(+), 89 deletions(-)
23494
23495 commit 8ba9e689680f7685c04cfe7c6019222bdf0c52b0
23496 Author: Behdad Esfahbod <behdad@behdad.org>
23497 Date:   Wed Jul 22 11:16:01 2015 +0100
23498
23499     [USE] Do Arabic-like shaping
23500
23501  src/hb-ot-shape-complex-use.cc | 77
23502  ++++++++++++++++++++++++++++++++++++++++--
23503  1 file changed, 75 insertions(+), 2 deletions(-)
23504
23505 commit 9daf2dfb6bd5683fd951bdf166c8b87938257e52
23506 Author: Behdad Esfahbod <behdad@behdad.org>
23507 Date:   Wed Jul 22 10:32:30 2015 +0100
23508
23509     Add hb-ot-shape-complex-arabic-private.hh
23510
23511  src/Makefile.am                           |  1 +
23512  src/hb-ot-shape-complex-arabic-private.hh | 50
23513  +++++++++++++++++++++++++++++++
23514  src/hb-ot-shape-complex-arabic.cc         | 37 +++++++++++++----------
23515  3 files changed, 73 insertions(+), 15 deletions(-)
23516
23517 commit a51a661fe1dcfdd3a274a6be6ad741c68d430c8c
23518 Author: Behdad Esfahbod <behdad@behdad.org>
23519 Date:   Tue Jul 21 18:24:21 2015 +0100
23520
23521     [USE] Only reorder the first component of a split left mark
23522
23523  src/hb-ot-shape-complex-use.cc | 5 ++++-
23524  1 file changed, 4 insertions(+), 1 deletion(-)
23525
23526 commit a08a278b15c7e57a1d0a783f2bc877471b9d8229
23527 Author: Behdad Esfahbod <behdad@behdad.org>
23528 Date:   Tue Jul 21 18:09:40 2015 +0100
23529
23530     [USE] Don't compose split matras
23531
23532     Same logic as in Indic shaper.
23533
23534  src/hb-ot-shape-complex-use.cc | 15 ++++++++++++++-
23535  1 file changed, 14 insertions(+), 1 deletion(-)
23536
23537 commit 21cb08a417f1203523191192d6a342e8cd0ea14c
23538 Author: Behdad Esfahbod <behdad@behdad.org>
23539 Date:   Tue Jul 21 17:47:06 2015 +0100
23540
23541     Remove unused SEA shaper
23542
23543  src/Makefile.am                        |   4 -
23544  src/hb-ot-shape-complex-sea-machine.rl | 102 ---------
23545  src/hb-ot-shape-complex-sea.cc         | 380
23546  ---------------------------------
23547  3 files changed, 486 deletions(-)
23548
23549 commit db1e9cdd41ff7c97c29b4d9b64b2351ed0ef0403
23550 Author: Behdad Esfahbod <behdad@behdad.org>
23551 Date:   Tue Jul 21 17:46:06 2015 +0100
23552
23553     Retire SEA shaper in favor of USE
23554
23555  src/hb-ot-shape-complex-private.hh | 25 +++----------------------
23556  1 file changed, 3 insertions(+), 22 deletions(-)
23557
23558 commit 87dde9c64753dea4017f11a7734e7528b8eecac0
23559 Author: Behdad Esfahbod <behdad@behdad.org>
23560 Date:   Tue Jul 21 17:31:43 2015 +0100
23561
23562     [USE] Only use USE shaper if script system is not DFLT
23563
23564     Same logic as Indic and SEA.
23565
23566  src/hb-ot-shape-complex-private.hh | 13 ++++++++++---
23567  1 file changed, 10 insertions(+), 3 deletions(-)
23568
23569 commit 29832d797ff2f3a96721dd44f2f03a83fb2e8dda
23570 Author: Behdad Esfahbod <behdad@behdad.org>
23571 Date:   Tue Jul 21 17:24:18 2015 +0100
23572
23573     Route misc untested scripts through USE shaper instead of Indic
23574
23575     These were never tested with Indic shaper, and indeed wouldn't
23576     work there
23577     because they didn't have their viramas and other config defined.
23578     They are
23579     all also supported by MS through USE, so route them there.
23580
23581  src/hb-ot-shape-complex-private.hh | 91
23582  +++++---------------------------------
23583  1 file changed, 11 insertions(+), 80 deletions(-)
23584
23585 commit 40c4a991c7ea18017273ff8993eecc3953869e69
23586 Author: Behdad Esfahbod <behdad@behdad.org>
23587 Date:   Tue Jul 21 17:14:54 2015 +0100
23588
23589     [USE] Implement dotted-circle
23590
23591     This makes USE feature-complete as far as the Indic-like features
23592     are concerned.
23593
23594  src/hb-ot-shape-complex-use-machine.rl | 10 ++++++++++
23595  src/hb-ot-shape-complex-use.cc         | 18 +++++++++++++++---
23596  2 files changed, 25 insertions(+), 3 deletions(-)
23597
23598 commit 7ce03ebe7c525919ce22d9094480847ff1b3c2b2
23599 Author: Behdad Esfahbod <behdad@behdad.org>
23600 Date:   Tue Jul 21 16:55:26 2015 +0100
23601
23602     [USE] Move pref
23603
23604  src/hb-ot-shape-complex-use-machine.rl |  9 +++++----
23605  src/hb-ot-shape-complex-use-private.hh |  9 +++++----
23606  src/hb-ot-shape-complex-use.cc         | 24 ++++++++++++++++++++++--
23607  3 files changed, 32 insertions(+), 10 deletions(-)
23608
23609 commit 2d4b62ead931b13f95f5dc0e5b740d997a8d1a8e
23610 Author: Behdad Esfahbod <behdad@behdad.org>
23611 Date:   Tue Jul 21 16:46:37 2015 +0100
23612
23613     [USE] Fix-up variation selectors and word joiner in table
23614
23615  src/gen-use-table.py                 |  7 ++++++-
23616  src/hb-ot-shape-complex-use-table.cc | 34
23617  +++++++++++++++++++++++-----------
23618  2 files changed, 29 insertions(+), 12 deletions(-)
23619
23620 commit ad7178227f16abc17456f122deac1508031cbbc3
23621 Author: Behdad Esfahbod <behdad@behdad.org>
23622 Date:   Tue Jul 21 16:43:27 2015 +0100
23623
23624     [USE] Use a couple warnings
23625
23626  src/gen-use-table.py                 | 20 ++++-----
23627  src/hb-ot-shape-complex-use-table.cc | 82
23628  ++++++++++++++++++------------------
23629  2 files changed, 51 insertions(+), 51 deletions(-)
23630
23631 commit a85c4da9b1750c2f994f9f85226a3e755fafe50b
23632 Author: Behdad Esfahbod <behdad@behdad.org>
23633 Date:   Tue Jul 21 16:07:10 2015 +0100
23634
23635     [USE] Move rphf
23636
23637  src/hb-ot-shape-complex-use.cc | 105
23638  ++++++++++++++---------------------------
23639  1 file changed, 35 insertions(+), 70 deletions(-)
23640
23641 commit 5b5617e0664e59770910d04d15175f643a5ffb73
23642 Author: Behdad Esfahbod <behdad@behdad.org>
23643 Date:   Tue Jul 21 15:52:15 2015 +0100
23644
23645     Add FLAG_UNSAFE()
23646
23647     Unused right now.
23648
23649  src/hb-private.hh | 1 +
23650  1 file changed, 1 insertion(+)
23651
23652 commit f8160a495966c790b79134a9f9382b6545f8c733
23653 Author: Behdad Esfahbod <behdad@behdad.org>
23654 Date:   Tue Jul 21 15:50:02 2015 +0100
23655
23656     Add FLAG_SAFE() for values known to be small-enough
23657
23658     And add check to FLAG()
23659
23660  src/hb-ot-shape-complex-arabic.cc  |  2 +-
23661  src/hb-ot-shape-complex-indic.cc   | 12 ++++++------
23662  src/hb-ot-shape-complex-myanmar.cc |  2 +-
23663  src/hb-private.hh                  |  5 +++--
23664  src/hb-unicode-private.hh          |  2 +-
23665  5 files changed, 12 insertions(+), 11 deletions(-)
23666
23667 commit 366aeaad006b230481a3c08ab4d239fb6b64fef8
23668 Author: Behdad Esfahbod <behdad@behdad.org>
23669 Date:   Tue Jul 21 15:45:48 2015 +0100
23670
23671     Add note re ASSERT_STATIC_EXPR_ZERO()
23672
23673  src/hb-private.hh | 2 ++
23674  1 file changed, 2 insertions(+)
23675
23676 commit d6adca9fbbbd6fc7c8906121b50c3930fbe2de8e
23677 Author: Behdad Esfahbod <behdad@behdad.org>
23678 Date:   Tue Jul 21 15:17:27 2015 +0100
23679
23680     Remove unused macro ASSERT_STATIC_EXPR()
23681
23682  src/hb-ot-shape-complex-arabic-win1256.hh | 4 ++--
23683  src/hb-ot-shape-complex-indic-private.hh  | 2 --
23684  src/hb-private.hh                         | 1 -
23685  3 files changed, 2 insertions(+), 5 deletions(-)
23686
23687 commit 1025e1a9e7785ac67cc90d05b02862e38b3e6026
23688 Author: Behdad Esfahbod <behdad@behdad.org>
23689 Date:   Tue Jul 21 15:05:35 2015 +0100
23690
23691     Use unsigned in FLAG()
23692
23693  src/hb-private.hh | 2 +-
23694  1 file changed, 1 insertion(+), 1 deletion(-)
23695
23696 commit cf59c7589c2b4064f4b9f4936115f830089a8ee7
23697 Author: Behdad Esfahbod <behdad@behdad.org>
23698 Date:   Tue Jul 21 14:51:45 2015 +0100
23699
23700     [USE] Use use_category() for rphf/pref memory
23701
23702  src/hb-ot-shape-complex-use.cc | 63
23703  +++++++++++++++---------------------------
23704  1 file changed, 22 insertions(+), 41 deletions(-)
23705
23706 commit 595936ec25e9c0924851bd1aa1af5eed3723b54f
23707 Author: Behdad Esfahbod <behdad@behdad.org>
23708 Date:   Tue Jul 21 14:15:35 2015 +0100
23709
23710     [USE] Hook of rphf and pref custom processing
23711
23712     Still no reordering.
23713
23714  src/hb-ot-layout-private.hh    |   8 ++
23715  src/hb-ot-shape-complex-use.cc | 181
23716  +++++++++++++++++++++++++++++++++++++++--
23717  2 files changed, 181 insertions(+), 8 deletions(-)
23718
23719 commit ba72801325e4bd58f7597938d4409762c9fa530c
23720 Author: Behdad Esfahbod <behdad@behdad.org>
23721 Date:   Tue Jul 21 11:57:23 2015 +0100
23722
23723     [USE] Add CGJ to table
23724
23725  src/gen-use-table.py                 | 13 ++++++++++---
23726  src/hb-ot-shape-complex-use-table.cc |  1 +
23727  2 files changed, 11 insertions(+), 3 deletions(-)
23728
23729 commit 4febed61edc5367543e5a206ae01d3393841b612
23730 Author: Behdad Esfahbod <behdad@behdad.org>
23731 Date:   Tue Jul 21 10:24:32 2015 +0100
23732
23733     [USE] Set up features
23734
23735  src/hb-ot-shape-complex-use.cc | 68
23736  +++++++++++++++++++++++-------------------
23737  1 file changed, 38 insertions(+), 30 deletions(-)
23738
23739 commit 52a957795697085a5d379921ddd8aa6cf2f1a99d
23740 Author: Behdad Esfahbod <behdad@behdad.org>
23741 Date:   Tue Jul 21 10:02:04 2015 +0100
23742
23743     [USE] Hook up new scripts to USE shaper
23744
23745     Don't reroute scripts that we were routing to other shapers
23746     before (just yet).
23747
23748  src/hb-ot-shape-complex-private.hh | 71
23749  ++++++++++++++++++++++++++++++++++++++
23750  1 file changed, 71 insertions(+)
23751
23752 commit b4c0829bc18b696f140a260fa2e1089d10164519
23753 Author: Behdad Esfahbod <behdad@behdad.org>
23754 Date:   Tue Jul 21 09:31:19 2015 +0100
23755
23756     [USE] Remove unused Unicode data enums from USE C++ side
23757
23758  src/hb-ot-shape-complex-use-private.hh | 66
23759  +---------------------------------
23760  src/hb-ot-shape-complex-use.cc         | 14 ++------
23761  2 files changed, 3 insertions(+), 77 deletions(-)
23762
23763 commit 44910cef626e6d03baa4d89d8fbe2c088971902d
23764 Author: Behdad Esfahbod <behdad@behdad.org>
23765 Date:   Mon Jul 20 18:01:10 2015 +0100
23766
23767     [USE] Finish converting Unicode positional categories to USE
23768
23769     Even compiles.
23770
23771  src/gen-use-table.py                 | 114 +++++-
23772  src/hb-ot-shape-complex-use-table.cc | 702
23773  ++++++++++++++++++-----------------
23774  2 files changed, 467 insertions(+), 349 deletions(-)
23775
23776 commit ad725552521273a1f571f04bc96a04221c3e067a
23777 Author: Behdad Esfahbod <behdad@behdad.org>
23778 Date:   Mon Jul 20 17:00:06 2015 +0100
23779
23780     [USE] Map from Unicode data to USE syllabic categories
23781
23782     Positional sub-categories not applied yet.
23783
23784  src/gen-use-table.py                 |  128 ++--
23785  src/hb-ot-shape-complex-use-table.cc | 1062
23786  ++++++++++++----------------------
23787  2 files changed, 409 insertions(+), 781 deletions(-)
23788
23789 commit 20e246e674155d5fb6527722fc3ef3accf2413df
23790 Author: Behdad Esfahbod <behdad@behdad.org>
23791 Date:   Mon Jul 20 15:56:19 2015 +0100
23792
23793     [USE] Start moving Unicode-to-USE mapping into Python code
23794
23795  src/Makefile.am                      |   2 +-
23796  src/gen-use-table.py                 | 176
23797  +++++++++++++++++++++++++++++++++--
23798  src/hb-ot-shape-complex-use-table.cc |   3 +-
23799  3 files changed, 169 insertions(+), 12 deletions(-)
23800
23801 commit eb74535cc2c0d0de41e54e75bdc71825ec969523
23802 Author: Behdad Esfahbod <behdad@behdad.org>
23803 Date:   Mon Jul 20 15:33:25 2015 +0100
23804
23805     [USE] Fix Number clusters
23806
23807     The spec wrongly has "H" where "HN" is meant.
23808
23809  src/hb-ot-shape-complex-use-machine.rl | 4 ++--
23810  1 file changed, 2 insertions(+), 2 deletions(-)
23811
23812 commit a9663958fe861950b6f389b389f146232b2cd909
23813 Author: Behdad Esfahbod <behdad@behdad.org>
23814 Date:   Mon Jul 20 14:24:55 2015 +0100
23815
23816     [USE] Start putting together the shaper body
23817
23818  src/hb-ot-shape-complex-use-private.hh |   2 +-
23819  src/hb-ot-shape-complex-use.cc         | 339
23820  +++++++++++++++++++++++++++++++++
23821  2 files changed, 340 insertions(+), 1 deletion(-)
23822
23823 commit e0eabd7f67462ac34fbfc749d897be478fbd1224
23824 Author: Behdad Esfahbod <behdad@behdad.org>
23825 Date:   Mon Jul 20 13:30:51 2015 +0100
23826
23827     [USE] Put a Ragel machine together
23828
23829     Grammar from the spec!
23830
23831  src/hb-ot-shape-complex-use-machine.rl | 169
23832  +++++++++++++++++++++++++++++++++
23833  src/hb-ot-shape-complex-use-private.hh | 160
23834  +++++++++++++++++++++++++++++++
23835  2 files changed, 329 insertions(+)
23836
23837 commit fd74b939b176f47d34d34b3d33e2a09d255c2d9e
23838 Author: Behdad Esfahbod <behdad@behdad.org>
23839 Date:   Mon Jul 20 13:30:45 2015 +0100
23840
23841     Minor
23842
23843  src/Makefile.am | 2 +-
23844  1 file changed, 1 insertion(+), 1 deletion(-)
23845
23846 commit 5e5c8560cca3cb9c6be90c7c18ecb77d5cca0c0f
23847 Author: Behdad Esfahbod <behdad@behdad.org>
23848 Date:   Mon Jul 20 12:01:20 2015 +0100
23849
23850     [USE] Minor optimization of USE table
23851
23852  src/gen-use-table.py                 |  2 +-
23853  src/hb-ot-shape-complex-use-table.cc | 30 ++++++++++++------------------
23854  2 files changed, 13 insertions(+), 19 deletions(-)
23855
23856 commit 14b12f92a9ef7db57c5252ef0442239319ce4bca
23857 Author: Behdad Esfahbod <behdad@behdad.org>
23858 Date:   Mon Jul 20 11:57:44 2015 +0100
23859
23860     [USE] Add Kharoshti test data from Unicode proposal
23861
23862  test/shaping/texts/in-tree/MANIFEST                |  1 +
23863  test/shaping/texts/in-tree/shaper-use/MANIFEST     |  1 +
23864  .../in-tree/shaper-use/script-kharoshti/MANIFEST   |  1 +
23865  .../in-tree/shaper-use/script-kharoshti/misc.txt   | 36
23866  ++++++++++++++++++++++
23867  4 files changed, 39 insertions(+)
23868
23869 commit c48ff288522f33dc6c78520de0a0a74306630895
23870 Author: Behdad Esfahbod <behdad@behdad.org>
23871 Date:   Mon Jul 20 11:46:17 2015 +0100
23872
23873     [USE] Build Universal Shaping Engine data table from Unicode 8 files
23874
23875  src/gen-use-table.py                 |   35 +-
23876  src/hb-ot-shape-complex-use-table.cc | 1016
23877  ++++++++++++++++++++++++++++++++++
23878  2 files changed, 1032 insertions(+), 19 deletions(-)
23879
23880 commit e2c95116e1423f83a692d6170553d0cc95733d24
23881 Author: Behdad Esfahbod <behdad@behdad.org>
23882 Date:   Mon Jul 20 11:32:48 2015 +0100
23883
23884     [USE] Add Universal Shaping Engine to Makefile
23885
23886  src/Makefile.am                        |  23 +++-
23887  src/gen-use-table.py                   | 237
23888  +++++++++++++++++++++++++++++++++
23889  src/hb-ot-shape-complex-use-machine.rl |   0
23890  src/hb-ot-shape-complex-use-private.hh |   0
23891  src/hb-ot-shape-complex-use-table.cc   |   0
23892  src/hb-ot-shape-complex-use.cc         |   0
23893  6 files changed, 254 insertions(+), 6 deletions(-)
23894
23895 commit 41a29af8053782e3a9c6a96a394bd76ef6d42099
23896 Author: Behdad Esfahbod <behdad@behdad.org>
23897 Date:   Wed Jul 15 01:39:57 2015 +0100
23898
23899     Update Arabic shaping table for Unicode 8.0
23900
23901  src/hb-ot-shape-complex-arabic-table.hh | 26 +++++++++++++-------------
23902  1 file changed, 13 insertions(+), 13 deletions(-)
23903
23904 commit 64a2726e2c6efce4379a7609024ec21eb4b5e4dc
23905 Author: Behdad Esfahbod <behdad@behdad.org>
23906 Date:   Wed Jul 15 01:36:39 2015 +0100
23907
23908     Add Unicode 8.0 scripts
23909
23910     Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1183209
23911
23912  src/hb-common.cc | 3 +++
23913  src/hb-common.h  | 7 +++++++
23914  2 files changed, 10 insertions(+)
23915
23916 commit 9ae156b76820d9079bae062e7e38c34a386d9bd2
23917 Author: Behdad Esfahbod <behdad@behdad.org>
23918 Date:   Sun Jul 5 22:43:17 2015 +0100
23919
23920     Fix pragma usage
23921
23922     https://bugs.freedesktop.org/show_bug.cgi?id=91228
23923
23924     Commit cdcdfe61b97a0a48ccf834b6d924d187da9609be changed two `#pragma
23925     message` to `#pragma error` in hb-unicode.cc, however MSVC uses
23926     #error,
23927     just like the #else branch. `#pragma error` is an unknown pragma so
23928     MSVC does not fail the build because of it, which I believe was the
23929     intention of that commit.
23930
23931     If it's meant to be an #error, then the #ifdef for _MSC_VER can be
23932     removed entirely.
23933
23934  src/hb-unicode.cc |  5 -----
23935  src/hb-warning.cc | 10 ----------
23936  2 files changed, 15 deletions(-)
23937
23938 commit 8ad89f057d737ccbc6f411e9ebcf11b8130a50bb
23939 Author: ThePhD <phdofthehouse@gmail.com>
23940 Date:   Tue Jun 23 09:09:24 2015 -0400
23941
23942     Spelling words is not my strong point.
23943
23944  src/hb-private.hh | 2 +-
23945  1 file changed, 1 insertion(+), 1 deletion(-)
23946
23947 commit e0a828ecbd708757d67977f7e92a6f4c1b0b92fd
23948 Author: ThePhD <phdofthehouse@gmail.com>
23949 Date:   Tue Jun 23 09:07:17 2015 -0400
23950
23951     Back to using regular `strdup`, with an `hb-private.hh` fix that
23952     special-cases VC++'s
23953     definition and usage of the words
23954
23955  src/hb-common.cc  | 2 +-
23956  src/hb-private.hh | 3 +++
23957  2 files changed, 4 insertions(+), 1 deletion(-)
23958
23959 commit 8e545d59610211261e684c10158b9e5df6fae24d
23960 Author: ThePhD <phdofthehouse@gmail.com>
23961 Date:   Mon Jun 22 22:29:04 2015 -0400
23962
23963     Fix all VC++ warnings and errors in the current commit's builds.
23964
23965  src/hb-common.cc                  | 4 ++--
23966  src/hb-fallback-shape.cc          | 2 +-
23967  src/hb-ot-layout.cc               | 2 +-
23968  src/hb-ot-map.cc                  | 2 +-
23969  src/hb-ot-shape-complex-hangul.cc | 2 +-
23970  src/hb-ot-shape-complex-hebrew.cc | 2 +-
23971  src/hb-ot-shape-complex-indic.cc  | 4 ++--
23972  src/hb-ot-shape-normalize.cc      | 6 +++---
23973  src/hb-ot-shape.cc                | 2 +-
23974  9 files changed, 13 insertions(+), 13 deletions(-)
23975
23976 commit 5f13bbd9d4b0970851626e2ce3cf4ecb3cfde801
23977 Author: Behdad Esfahbod <behdad@behdad.org>
23978 Date:   Fri Jun 19 13:31:49 2015 -0700
23979
23980     When removing default-ignorables, merge clusters
23981
23982     Fixes test-shape, and:
23983     https://code.google.com/p/chromium/issues/detail?id=497578
23984
23985  src/hb-buffer-private.hh |  2 ++
23986  src/hb-buffer.cc         | 36 ++++++++++++++++++++++++++++++++++--
23987  src/hb-ot-shape.cc       |  2 +-
23988  3 files changed, 37 insertions(+), 3 deletions(-)
23989
23990 commit 82b521aeb7cc73879b44ca4278d6fa8b4347527f
23991 Author: Behdad Esfahbod <behdad@behdad.org>
23992 Date:   Fri Jun 19 11:57:57 2015 -0700
23993
23994     Rewrite hide_default_ignorables
23995
23996     Separate the loops for the two cases of replacing with space
23997     and deleting.  For deleting, use the out-buffer machinery.
23998
23999     Needed for upcoming cluster merge fix.
24000
24001  src/hb-buffer-private.hh | 18 ++++++++++++++
24002  src/hb-ot-shape.cc       | 65
24003  +++++++++++++++++++++++++++++-------------------
24004  2 files changed, 57 insertions(+), 26 deletions(-)
24005
24006 commit b3a2f6afbac1956b65f29a17b9dc896e86135329
24007 Author: Behdad Esfahbod <behdad@behdad.org>
24008 Date:   Thu Jun 18 17:15:33 2015 -0700
24009
24010     [test] Add test for cluster merging
24011
24012     Based on test from
24013     https://code.google.com/p/chromium/issues/detail?id=497578
24014
24015     Currently fails.  Basically, if there's a default_ignorable at the
24016     start of text, and font has no space glyph, we remove the
24017     default_ignorable,
24018     and that makes the first char in text to correspond to no cluster.
24019
24020     Fix coming.
24021
24022  test/api/test-shape.c | 43 +++++++++++++++++++++++++++++++++++++++++++
24023  1 file changed, 43 insertions(+)
24024
24025 commit a6446d44e6d04e1eeea994682e29f9cb6265f7f6
24026 Author: Behdad Esfahbod <behdad@behdad.org>
24027 Date:   Thu Jun 18 11:14:56 2015 -0700
24028
24029     0.9.41
24030
24031  NEWS         | 10 ++++++++++
24032  configure.ac |  2 +-
24033  2 files changed, 11 insertions(+), 1 deletion(-)
24034
24035 commit cd042fc8c4a3984c3647cd22a27c34f00636f6e8
24036 Author: Behdad Esfahbod <behdad@behdad.org>
24037 Date:   Thu Jun 18 10:55:13 2015 -0700
24038
24039     [util] Disable hb-fc-list for now
24040
24041     Until I figure out what to do about the API, and finalize
24042     the tool.
24043
24044  util/Makefile.am | 28 ++++++++++++++--------------
24045  1 file changed, 14 insertions(+), 14 deletions(-)
24046
24047 commit 351f68f4e01a107f62e4eb3458d7c7ae379939fb
24048 Author: Behdad Esfahbod <behdad@behdad.org>
24049 Date:   Fri Jun 12 17:46:06 2015 -0700
24050
24051     [bindings] Fix hb_language_get_default() and hb_ot_tag_to_language()
24052
24053     Part of https://github.com/behdad/harfbuzz/issues/91
24054
24055  src/hb-common.cc | 2 +-
24056  src/hb-ot-tag.cc | 9 +++++++++
24057  2 files changed, 10 insertions(+), 1 deletion(-)
24058
24059 commit f0c80060763475aa34a18ecbef600b6811855cb6
24060 Author: Behdad Esfahbod <behdad@behdad.org>
24061 Date:   Fri Jun 12 17:37:41 2015 -0700
24062
24063     [TravisCI] Hook up Coverity
24064
24065     First try...
24066
24067  .travis.yml | 13 +++++++++++++
24068  1 file changed, 13 insertions(+)
24069
24070 commit 8ac446908ca75bea989414a0f551a6da8885bf52
24071 Author: Behdad Esfahbod <behdad@behdad.org>
24072 Date:   Fri Jun 12 17:29:05 2015 -0700
24073
24074     Add Coverity Scan badge
24075
24076  README | 1 +
24077  1 file changed, 1 insertion(+)
24078
24079 commit a5e4f6d6088f6ed37fb1d68d3682b8eb4c9b46fe
24080 Author: Behdad Esfahbod <behdad@behdad.org>
24081 Date:   Wed Jun 10 10:57:46 2015 -0700
24082
24083     Fix warnings: "member call on null pointer of type"
24084
24085     https://bugzilla.mozilla.org/show_bug.cgi?id=1167119
24086
24087  src/hb-private.hh | 4 ++--
24088  1 file changed, 2 insertions(+), 2 deletions(-)
24089
24090 commit 16dac7eccf04bb357e95a8e4c18c8418dcfb4030
24091 Author: Behdad Esfahbod <behdad@behdad.org>
24092 Date:   Wed Jun 3 12:07:46 2015 -0700
24093
24094     Fix build
24095
24096  util/options.cc | 2 +-
24097  1 file changed, 1 insertion(+), 1 deletion(-)
24098
24099 commit 8dacb7f8b46c70f22b70c78e0a8efc3309137650
24100 Author: Behdad Esfahbod <behdad@behdad.org>
24101 Date:   Wed Jun 3 11:53:42 2015 -0700
24102
24103     Add include check to hb-ot-font.h
24104
24105  src/hb-ot-font.h | 4 ++++
24106  1 file changed, 4 insertions(+)
24107
24108 commit 37c8daf724add4a41a06385e571277d137dc2a2f
24109 Merge: f1b44303 01c3a885
24110 Author: Behdad Esfahbod <behdad@behdad.org>
24111 Date:   Mon Jun 1 13:27:37 2015 -0700
24112
24113     Merge pull request #111 from brawer/since
24114
24115     Fix "Since:" tags
24116
24117 commit 01c3a88543850c87483fd8671044df53b368c520
24118 Author: Sascha Brawer <sascha@brawer.ch>
24119 Date:   Mon Jun 1 13:22:01 2015 +0200
24120
24121     Fix "Since:" tags
24122
24123     Based on data from http://upstream-tracker.org/versions/harfbuzz.html
24124     Resolves #103
24125
24126  src/hb-buffer.cc         | 32 +++++++++++++++++------------
24127  src/hb-common.cc         |  4 ++--
24128  src/hb-face.cc           | 12 +++++------
24129  src/hb-font.cc           | 14 ++++++-------
24130  src/hb-font.h            |  4 ++--
24131  src/hb-ft.cc             |  4 ++--
24132  src/hb-glib.cc           |  3 +++
24133  src/hb-gobject-structs.h | 18 +++++++++++++++++
24134  src/hb-ot-font.cc        |  3 +++
24135  src/hb-ot-layout.cc      | 30 ++++++++++++++++++++++++++++
24136  src/hb-ot-shape.cc       |  6 ++++++
24137  src/hb-set.cc            | 52
24138  ++++++++++++++++++++++++------------------------
24139  src/hb-shape-plan.cc     | 18 ++++++++---------
24140  src/hb-shape.cc          |  8 ++++----
24141  src/hb-unicode.cc        |  6 +++---
24142  src/hb-unicode.h         | 31 ++++++++++++++++++++++++++---
24143  16 files changed, 168 insertions(+), 77 deletions(-)
24144
24145 commit f1b44303df0712b433e35e1e1e75115c353b279e
24146 Author: Behdad Esfahbod <behdad@behdad.org>
24147 Date:   Thu May 21 14:00:15 2015 -0700
24148
24149     Fix unary minus operator applied to unsigned int
24150
24151     Applying unary minus operator to unsigned int causes the following
24152     warning on MSVS:
24153
24154       warning C4146: unary minus operator applied to unsigned type,
24155       result still unsigned
24156
24157     Based on patch from Koji Ishi.
24158
24159     Fixes https://github.com/behdad/harfbuzz/pull/110
24160
24161  src/hb-ot-font.cc | 2 +-
24162  1 file changed, 1 insertion(+), 1 deletion(-)
24163
24164 commit 1ae6cdb365c15405500d4f50ec98016dde23a26b
24165 Author: Behdad Esfahbod <behdad@behdad.org>
24166 Date:   Tue May 19 17:42:30 2015 -0700
24167
24168     [gobject] Remove hb_language_t workarounds for g-i shortcomings
24169
24170     Using latest gobject-introspection, I don't seem to be having this
24171     problem anymore:
24172
24173       https://bugzilla.gnome.org/show_bug.cgi?id=707656
24174
24175     Removing that kludge makes language_t behave more like the way I
24176     expect it
24177     in Python.
24178
24179     Also fixes:
24180     https://github.com/behdad/harfbuzz/issues/91
24181
24182  src/hb-gobject-structs.cc | 1 -
24183  src/hb-gobject-structs.h  | 8 --------
24184  2 files changed, 9 deletions(-)
24185
24186 commit ece434fa0fec6754e5164d881c1e967376729eca
24187 Author: Behdad Esfahbod <behdad@behdad.org>
24188 Date:   Tue May 19 17:20:58 2015 -0700
24189
24190     [gobject] Macroize value types
24191
24192     Fixes user_data_t
24193
24194  src/hb-gobject-structs.cc | 73
24195  +++++++++++------------------------------------
24196  1 file changed, 17 insertions(+), 56 deletions(-)
24197
24198 commit 9df099b4837df722e738675af318efcc9ac39a78
24199 Author: Behdad Esfahbod <behdad@behdad.org>
24200 Date:   Mon May 18 18:37:06 2015 -0700
24201
24202     [ft] Don't set *glyph in get_glyph() if glyph not found
24203
24204  src/hb-ft.cc | 16 ++++++++++------
24205  1 file changed, 10 insertions(+), 6 deletions(-)
24206
24207 commit ff0f210519bcb0e44d4b986f7eef2004383cd344
24208 Author: Behdad Esfahbod <behdad@behdad.org>
24209 Date:   Mon May 18 14:16:28 2015 -0700
24210
24211     [util] Minor
24212
24213  util/ansi-print.cc | 26 +++++++++++++-------------
24214  1 file changed, 13 insertions(+), 13 deletions(-)
24215
24216 commit fbecde3d5c5c6d5af315140e4966dc850388ad63
24217 Merge: 58015215 74139f98
24218 Author: Behdad Esfahbod <behdad@behdad.org>
24219 Date:   Thu May 7 10:46:42 2015 -0700
24220
24221     Merge pull request #105 from ebraminio/master
24222
24223     Fix Travis CI config to pass again
24224
24225 commit 74139f9839f69ea3e7a1d17627f52fea6c06d58a
24226 Author: Ebrahim Byagowi <ebrahim@gnu.org>
24227 Date:   Thu May 7 13:09:32 2015 +0000
24228
24229     Fix Travis CI config to pass again
24230
24231  .travis.yml | 2 +-
24232  1 file changed, 1 insertion(+), 1 deletion(-)
24233
24234 commit 58015215321a76d68df8e0d51039904a67291108
24235 Author: Behdad Esfahbod <behdad@behdad.org>
24236 Date:   Wed May 6 00:40:31 2015 -0700
24237
24238     Add note re OpenType 1.7 language tags
24239
24240  src/hb-ot-tag.cc | 15 ++++++++++-----
24241  1 file changed, 10 insertions(+), 5 deletions(-)
24242
24243 commit f6266ad291d7686d5e110255ace5f2ff9e70bf38
24244 Author: Roozbeh Pournader <roozbeh@google.com>
24245 Date:   Tue May 5 22:31:19 2015 -0700
24246
24247     [minor] Remove comment about Navajo OpenType code.
24248
24249     Apparently the code is already standardized:
24250     https://www.microsoft.com/typography/otspec/languagetags.htm
24251
24252  src/hb-ot-tag.cc | 2 +-
24253  1 file changed, 1 insertion(+), 1 deletion(-)
24254
24255 commit 42b00118eae46a5183e885e89e0856f41361f57e
24256 Merge: c60f3c8e cfeb0562
24257 Author: Behdad Esfahbod <behdad@behdad.org>
24258 Date:   Tue May 5 14:49:47 2015 -0700
24259
24260     Merge pull request #102 from roozbehp/master
24261
24262     Add OpenType language tag 'NAV ' for Navajo.
24263
24264 commit c60f3c8e1156fe7328d42851013cca97333c3bf7
24265 Author: Behdad Esfahbod <behdad@behdad.org>
24266 Date:   Mon May 4 23:10:32 2015 -0700
24267
24268     [README.python] Add package name for gobject-introspection on Ubuntu
24269
24270  README.python | 8 ++++++--
24271  1 file changed, 6 insertions(+), 2 deletions(-)
24272
24273 commit 82010a4bdb32248deb1337a3357dfae5b203c48d
24274 Author: Behdad Esfahbod <behdad@behdad.org>
24275 Date:   Mon May 4 23:09:51 2015 -0700
24276
24277     [travis] Comment out gobject-introspection again
24278
24279     Apparently the version on Travis is 1.32.0, while we require 1.34.0.
24280
24281  .travis.yml | 4 ++--
24282  1 file changed, 2 insertions(+), 2 deletions(-)
24283
24284 commit 8a254bdd29a99eb91b37e9e540179a1a01f77605
24285 Author: Behdad Esfahbod <behdad@behdad.org>
24286 Date:   Mon May 4 19:22:11 2015 -0700
24287
24288     [travis] Build with introspection enabled
24289
24290  .travis.yml | 3 ++-
24291  1 file changed, 2 insertions(+), 1 deletion(-)
24292
24293 commit be66ec5373634234f221ace9cfed45d76b87f20e
24294 Author: Behdad Esfahbod <behdad@behdad.org>
24295 Date:   Thu Apr 30 18:27:13 2015 -0400
24296
24297     Use TRUE/FALSE instead of true/false in docs
24298
24299  src/hb-shape.cc | 6 +++---
24300  1 file changed, 3 insertions(+), 3 deletions(-)
24301
24302 commit d055e1fc781c123f38d321846937965ef794257e
24303 Author: Khaled Hosny <khaledhosny@eglug.org>
24304 Date:   Wed Jan 8 02:28:55 2014 +0200
24305
24306     Some attempt into initial hb-shape documentation
24307
24308     Very anaemic, needs to descripe the format understood by
24309     hb_feature_from_string() etc., but it is just start.
24310
24311  src/hb-shape.cc | 70
24312  ++++++++++++++++++++++++++++++++++++++-------------------
24313  src/hb-shape.h  |  3 ---
24314  2 files changed, 47 insertions(+), 26 deletions(-)
24315
24316 commit 81bedda58cfc15f1987aa1952290cf9d87b4d074
24317 Author: Behdad Esfahbod <behdad@behdad.org>
24318 Date:   Thu Apr 30 13:04:16 2015 -0400
24319
24320     New API: hb_buffer_reverse_range()
24321
24322  src/hb-buffer.cc | 17 +++++++++++++++++
24323  src/hb-buffer.h  |  4 ++++
24324  2 files changed, 21 insertions(+)
24325
24326 commit cfeb0562ebd8804dad731625153549eafeb78213
24327 Author: Roozbeh Pournader <roozbeh@google.com>
24328 Date:   Wed Apr 29 09:32:42 2015 -0700
24329
24330     Add OpenType language tag 'NAV ' for Navajo.
24331
24332     The code is not standardized yet, but is used in some Google fonts.
24333
24334  src/hb-ot-tag.cc | 1 +
24335  1 file changed, 1 insertion(+)
24336
24337 commit f724cc351640ee075a9867ef42df32cf5e0ef3b7
24338 Author: Jonathan Kew <jfkthame@gmail.com>
24339 Date:   Thu Apr 23 12:45:02 2015 +0100
24340
24341     Don't apply Arabic shaping to vertical text.
24342
24343  src/hb-ot-shape-complex-private.hh | 9 ++++++---
24344  1 file changed, 6 insertions(+), 3 deletions(-)
24345
24346 commit 97942420bbee1bc6953d5f805621066301fa17ca
24347 Author: Behdad Esfahbod <behdad@behdad.org>
24348 Date:   Thu Apr 23 18:56:24 2015 -0700
24349
24350     Update check-libstdc++ for clang
24351
24352  src/check-libstdc++.sh | 6 +++---
24353  1 file changed, 3 insertions(+), 3 deletions(-)
24354
24355 commit 8f0a4d67143ccdef0b5a6ac99fb9b680c3a2f69c
24356 Author: Behdad Esfahbod <behdad@behdad.org>
24357 Date:   Thu Apr 23 14:32:33 2015 -0700
24358
24359     [test] Ignor 'n' and 'i' in hb-unicode-encode
24360
24361     Allows accepting uniXXXX format.
24362
24363  test/shaping/hb_test_tools.py | 2 +-
24364  1 file changed, 1 insertion(+), 1 deletion(-)
24365
24366 commit 39851ce84efd30f6d0570324ff8f3808a01b813b
24367 Author: Behdad Esfahbod <behdad@behdad.org>
24368 Date:   Tue Apr 21 19:23:27 2015 -0700
24369
24370     [coretext] Oops; fix issue number for previous commit
24371
24372  src/hb-coretext.cc | 2 +-
24373  1 file changed, 1 insertion(+), 1 deletion(-)
24374
24375 commit 24f17afeafd40ff77177ed42c9007a0f34fcbb78
24376 Author: Behdad Esfahbod <behdad@behdad.org>
24377 Date:   Tue Apr 21 19:21:32 2015 -0700
24378
24379     [coretext] Fix positioning with trailing whitespace
24380
24381     Fixes https://code.google.com/p/chromium/issues/detail?id=476913
24382
24383  src/hb-coretext.cc | 11 +++++++++++
24384  1 file changed, 11 insertions(+)
24385
24386 commit dba482fc4458776ffebdeb2d34b970b4223fa8fd
24387 Author: Behdad Esfahbod <behdad@behdad.org>
24388 Date:   Fri Apr 17 13:08:08 2015 -0700
24389
24390     [ot-font] Accept MS Symbol cmap if nothing else found
24391
24392  src/hb-ot-font.cc | 1 +
24393  1 file changed, 1 insertion(+)
24394
24395 commit 3029e8b59d1667dc6a53355be89a2b55d7089b88
24396 Author: Behdad Esfahbod <behdad@behdad.org>
24397 Date:   Tue Apr 14 13:32:22 2015 -0700
24398
24399     Revert "Add MSVC pragma for UTF-8 source code"
24400
24401     This reverts commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59.
24402
24403     See discussion:
24404     https://bugzilla.gnome.org/show_bug.cgi?id=747772
24405
24406  src/hb-private.hh | 1 -
24407  1 file changed, 1 deletion(-)
24408
24409 commit 820505a186ff60e4bae9d717fe4d7ab2390e6fef
24410 Author: Behdad Esfahbod <behdad@behdad.org>
24411 Date:   Mon Apr 13 23:51:45 2015 -0700
24412
24413     Whitespace
24414
24415  util/options.cc | 18 +++++++++++-------
24416  1 file changed, 11 insertions(+), 7 deletions(-)
24417
24418 commit 76d57331117be8e0c2d4a2aee8341969b62b6888
24419 Merge: 89cbd4d9 9ee176ee
24420 Author: Behdad Esfahbod <behdad@behdad.org>
24421 Date:   Mon Apr 13 23:40:35 2015 -0700
24422
24423     Merge pull request #86 from cpfair/hb-shape-output-help-improvement
24424
24425     Improve hb-shape/hb-view's help text w.r.t. output options
24426
24427 commit 89cbd4d9533011fb5487caa99a0cd58923e7cf59
24428 Author: Behdad Esfahbod <behdad@behdad.org>
24429 Date:   Mon Apr 13 12:27:08 2015 -0700
24430
24431     Add MSVC pragma for UTF-8 source code
24432
24433     Not sure we have any right now; motivated by this:
24434     https://bugzilla.gnome.org/show_bug.cgi?id=747772
24435
24436  src/hb-private.hh | 1 +
24437  1 file changed, 1 insertion(+)
24438
24439 commit 713f99ff6138b4149d9fd382f9af3ace01ee0da5
24440 Merge: 1086f21e 22524a51
24441 Author: Behdad Esfahbod <behdad@behdad.org>
24442 Date:   Fri Apr 10 14:34:05 2015 -0700
24443
24444     Merge pull request #99 from khaledhosny/introspection-fixes2
24445
24446     More ntrospection fixes
24447
24448 commit 22524a514f6609a2bc009b6035f6b5b932c719c7
24449 Author: Khaled Hosny <khaledhosny@eglug.org>
24450 Date:   Fri Apr 10 18:14:45 2015 +0200
24451
24452     [bindings] Fix hb_buffer_get_segment_properties
24453
24454     Annotate the output parameter.
24455
24456  src/hb-buffer.cc | 2 +-
24457  1 file changed, 1 insertion(+), 1 deletion(-)
24458
24459 commit 1086f21e546e2435d9da6024fd6afa7a36ba3707
24460 Merge: 125cb083 fe97b65a
24461 Author: Behdad Esfahbod <behdad@behdad.org>
24462 Date:   Fri Apr 10 12:21:04 2015 -0700
24463
24464     Merge branch 'hb-fc'
24465
24466 commit 125cb08345a7f27e565329d37093b1a60a41a403
24467 Merge: e8fd8393 855a5d7c
24468 Author: Behdad Esfahbod <behdad@behdad.org>
24469 Date:   Fri Apr 10 12:19:57 2015 -0700
24470
24471     Merge pull request #98 from KonstantinRitt/WEC2013
24472
24473     Fix build on WEC2013
24474
24475 commit 04f89e8f7dfdb882e8c98afb613cba3f1d02ed7d
24476 Author: Khaled Hosny <khaledhosny@eglug.org>
24477 Date:   Fri Apr 10 17:49:01 2015 +0200
24478
24479     [bindings] Fix ownership of returned hb_language_t
24480
24481     It should not be freed by the caller.
24482
24483  src/hb-buffer.cc | 2 +-
24484  src/hb-common.cc | 2 +-
24485  2 files changed, 2 insertions(+), 2 deletions(-)
24486
24487 commit 855a5d7cb8f585bf66dd18cb480b8c3feef62480
24488 Author: Konstantin Ritt <ritt.ks@gmail.com>
24489 Date:   Fri Apr 10 17:18:01 2015 +0400
24490
24491     Fix build on WEC2013
24492
24493     Based on patch from Björn Breitmeyer
24494
24495  src/hb-private.hh | 4 +++-
24496  1 file changed, 3 insertions(+), 1 deletion(-)
24497
24498 commit fe97b65a54a416229e28b1c931e5e01ca19f31d3
24499 Author: Behdad Esfahbod <behdad@behdad.org>
24500 Date:   Wed Aug 6 16:49:51 2014 -0400
24501
24502     [utils] Add hb-fc-list
24503
24504     This is a tool that lists all fonts that can render a given string.
24505     It uses hb_shape() to do so, and as such is aware of HarfBuzz's
24506     normalizer.
24507
24508  configure.ac      |  19 +++++
24509  util/Makefile.am  |  15 ++++
24510  util/hb-fc-list.c | 222
24511  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
24512  util/hb-fc.cc     | 149 ++++++++++++++++++++++++++++++++++++
24513  util/hb-fc.h      |  46 +++++++++++
24514  5 files changed, 451 insertions(+)
24515
24516 commit eb0bf3ae6688b7e98a706df2ad2714c071d77e22
24517 Author: Behdad Esfahbod <behdad@behdad.org>
24518 Date:   Wed Aug 6 15:36:41 2014 -0400
24519
24520     Relax inert checks
24521
24522     Previously, when creating an object from inert inputs (eg:
24523     "hb_font_create(hb_face_get_empty())") we returned the inert
24524     empty object.  This is not helpful as there are legitimate
24525     usecases to do that.
24526
24527     We now never return the inert object unless allocation failed.
24528
24529     Tests are revised to reflect.
24530
24531  src/hb-face.cc         |  4 ++--
24532  src/hb-font.cc         |  4 +---
24533  src/hb-shape-plan.cc   |  7 +++++--
24534  test/api/test-font.c   | 10 +++++-----
24535  test/api/test-object.c | 34 +++++++++++++++++-----------------
24536  5 files changed, 30 insertions(+), 29 deletions(-)
24537
24538 commit e8fd83932a75cfbaa4638a757868915ebfac3c1f
24539 Author: Behdad Esfahbod <behdad@behdad.org>
24540 Date:   Thu Apr 9 15:52:26 2015 -0700
24541
24542     [util/hb-view] Fix rendering with all combinations of negative scales
24543
24544  util/view-cairo.cc | 90
24545  ++++++++++++++++++++++++++++--------------------------
24546  util/view-cairo.hh |  2 --
24547  2 files changed, 47 insertions(+), 45 deletions(-)
24548
24549 commit 69d5af93169ea2d87276b65d43c889a359d5d81e
24550 Author: Behdad Esfahbod <behdad@behdad.org>
24551 Date:   Thu Apr 9 15:17:16 2015 -0700
24552
24553     [util] Minor
24554
24555  util/view-cairo.cc | 6 ++----
24556  1 file changed, 2 insertions(+), 4 deletions(-)
24557
24558 commit a664810e38b479e05ea32cac263cb5730629f9d8
24559 Author: Behdad Esfahbod <behdad@behdad.org>
24560 Date:   Thu Apr 9 15:04:42 2015 -0700
24561
24562     [util] Accept comma as well as space when separating components
24563     of args
24564
24565     Applies to --font-size and --margin.
24566
24567     Hopefully the scanf usage here doesn't have compatibility issues
24568     (star being counted in the return value, etc).
24569
24570  util/options.cc | 4 ++--
24571  1 file changed, 2 insertions(+), 2 deletions(-)
24572
24573 commit 9c974360febcfd67247107352425fe8590d9d452
24574 Author: Behdad Esfahbod <behdad@behdad.org>
24575 Date:   Thu Apr 9 12:04:14 2015 -0700
24576
24577     Minor rename
24578
24579  src/hb-atomic-private.hh | 10 +++++-----
24580  1 file changed, 5 insertions(+), 5 deletions(-)
24581
24582 commit f3b170bdd970e31e9dbfed94c07c3cda41269aed
24583 Author: Behdad Esfahbod <behdad@behdad.org>
24584 Date:   Wed Apr 8 16:26:24 2015 -0700
24585
24586     Minor
24587
24588  src/hb-common.cc | 2 +-
24589  1 file changed, 1 insertion(+), 1 deletion(-)
24590
24591 commit 2958f2c147fc6327175b51a4eaca694263e34ac9
24592 Author: Behdad Esfahbod <behdad@behdad.org>
24593 Date:   Wed Apr 8 16:26:16 2015 -0700
24594
24595     Fixup
24596
24597  src/hb-atomic-private.hh | 1 +
24598  1 file changed, 1 insertion(+)
24599
24600 commit b931e0b0ceeab0e4819d9c4b838c1a1eb87b52e4
24601 Author: Behdad Esfahbod <behdad@behdad.org>
24602 Date:   Wed Apr 8 14:39:00 2015 -0700
24603
24604     Fix warnings
24605
24606     Part of https://github.com/behdad/harfbuzz/pull/68
24607
24608  src/hb-ot-font.cc                    |  4 ++--
24609  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
24610  2 files changed, 13 insertions(+), 13 deletions(-)
24611
24612 commit cdcdfe61b97a0a48ccf834b6d924d187da9609be
24613 Author: Behdad Esfahbod <behdad@behdad.org>
24614 Date:   Wed Apr 8 13:25:04 2015 -0700
24615
24616     Err, instead of warn, if mutex / atomic / unicode funcs are missing
24617
24618     Hopefully this results in fewer badly built HarfBuzz integrations.
24619
24620  src/hb-unicode.cc |  8 ++++----
24621  src/hb-warning.cc | 22 ++++++++--------------
24622  2 files changed, 12 insertions(+), 18 deletions(-)
24623
24624 commit fc3c59a1d746c5280f6216a94fdc1be3e826051f
24625 Author: Behdad Esfahbod <behdad@behdad.org>
24626 Date:   Wed Apr 8 13:03:27 2015 -0700
24627
24628     Fix unused var warnings
24629
24630  src/hb-ot-layout-gpos-table.hh | 1 -
24631  src/hb-ot-layout-gsub-table.hh | 1 -
24632  2 files changed, 2 deletions(-)
24633
24634 commit 3f174cd020b7762fae96f20ce14fc9e9abec748f
24635 Author: Konstantin Ritt <ritt.ks@gmail.com>
24636 Date:   Sat Mar 28 00:49:33 2015 +0400
24637
24638     Minor refactoring to the atomics implementation
24639
24640     s/atomic_int/atomic_int_impl/ and s/atomic_ptr/atomic_ptr_impl/
24641     to bring it in par with hb_mutex_impl_t, then re-introduce
24642     hb_atomic_int_t as a wrapper around hb_atomic_int_impl_t.
24643
24644     In hb_reference_count_t, make it clear the non-atomic get and set
24645     are intentional due to nature of the cases they are used in
24646     (comparison to -1 and the debug output/tracing).
24647
24648  src/hb-atomic-private.hh | 86
24649  +++++++++++++++++++++++++++++++-----------------
24650  src/hb-mutex-private.hh  |  4 ++-
24651  src/hb-object-private.hh | 21 ++++++------
24652  3 files changed, 69 insertions(+), 42 deletions(-)
24653
24654 commit 24930d544ee9e247e4cf6a5f6d5207ba9d7a3ddc
24655 Author: Behdad Esfahbod <behdad@behdad.org>
24656 Date:   Wed Apr 8 12:52:06 2015 -0700
24657
24658     Minor
24659
24660  src/hb-mutex-private.hh | 3 ++-
24661  1 file changed, 2 insertions(+), 1 deletion(-)
24662
24663 commit 45a8b46f478d4aa63ae5df74b6bb28ebdd7521ac
24664 Author: Behdad Esfahbod <behdad@behdad.org>
24665 Date:   Wed Apr 8 12:49:38 2015 -0700
24666
24667     Allow implementing atomic and mutex ops in config
24668
24669     Motivated by
24670     https://github.com/behdad/harfbuzz/pull/92
24671
24672  src/hb-atomic-private.hh | 6 +++++-
24673  src/hb-mutex-private.hh  | 7 ++++++-
24674  2 files changed, 11 insertions(+), 2 deletions(-)
24675
24676 commit 3fe4e92bc5ff09d84c6763cedf06ce80d15a5fb2
24677 Author: Behdad Esfahbod <behdad@behdad.org>
24678 Date:   Wed Apr 8 12:49:23 2015 -0700
24679
24680     Minor
24681
24682  src/hb-set-private.hh | 1 -
24683  1 file changed, 1 deletion(-)
24684
24685 commit 9868749abe468130d89c80a2501847a83acb4579
24686 Author: Behdad Esfahbod <behdad@behdad.org>
24687 Date:   Mon Apr 6 14:51:31 2015 -0700
24688
24689     [test] Use /usr/bin/env python instead of /usr/bin/python
24690
24691     Bug 76494 - #!/usr/bin/python in testsuite
24692
24693     https://bugs.freedesktop.org/show_bug.cgi?id=76494
24694
24695  test/shaping/hb-diff                 | 2 +-
24696  test/shaping/hb-diff-colorize        | 2 +-
24697  test/shaping/hb-diff-filter-failures | 2 +-
24698  test/shaping/hb-diff-ngrams          | 2 +-
24699  test/shaping/hb-diff-stat            | 2 +-
24700  test/shaping/hb-manifest-read        | 2 +-
24701  test/shaping/hb-manifest-update      | 2 +-
24702  test/shaping/hb-unicode-decode       | 2 +-
24703  test/shaping/hb-unicode-encode       | 2 +-
24704  test/shaping/hb-unicode-prettyname   | 2 +-
24705  test/shaping/hb_test_tools.py        | 2 +-
24706  11 files changed, 11 insertions(+), 11 deletions(-)
24707
24708 commit bfcddd32a674dd19fca1bf521e95466a0eec5179
24709 Merge: ce01ad7c 363ceec3
24710 Author: Behdad Esfahbod <behdad@behdad.org>
24711 Date:   Mon Apr 6 14:41:32 2015 -0700
24712
24713     Merge pull request #93 from ebraminio/archpy3
24714
24715     Make hb_test_tools.py compatible with python 3
24716
24717 commit ce01ad7c2f5a259030f4dbec746f85522aa9c3f9
24718 Author: Behdad Esfahbod <behdad@behdad.org>
24719 Date:   Wed Apr 1 11:05:59 2015 -0700
24720
24721     MSVC 2015 supports snprintf and not _snprintf
24722
24723  src/hb-private.hh | 2 +-
24724  1 file changed, 1 insertion(+), 1 deletion(-)
24725
24726 commit 560718862f0bd994b62361652d6fd558c4182e2a
24727 Author: Behdad Esfahbod <behdad@behdad.org>
24728 Date:   Wed Apr 1 11:04:33 2015 -0700
24729
24730     Move WinCE define to better place
24731
24732  src/hb-private.hh | 3 +--
24733  1 file changed, 1 insertion(+), 2 deletions(-)
24734
24735 commit 363ceec3fb0c9566db5a59da31e508f69dea1e92
24736 Author: Ebrahim Byagowi <ebrahim@gnu.org>
24737 Date:   Mon Mar 30 03:27:14 2015 +0430
24738
24739     Make hb_test_tools.py compatible with python 3
24740
24741     On ArchLinux, /usr/bin/python is linked to python 3 so
24742     HarfBuzz `make check` is broken there.
24743
24744     This makes hb_test_tools.py compatible with python 3 while
24745     no breaking it on python 2.
24746
24747  test/shaping/hb_test_tools.py | 44
24748  ++++++++++++++++++++++++-------------------
24749  1 file changed, 25 insertions(+), 19 deletions(-)
24750
24751 commit aee685086c8fde6f6c4590e483a177c19f222540
24752 Author: Behdad Esfahbod <behdad@behdad.org>
24753 Date:   Thu Mar 26 14:13:53 2015 -0400
24754
24755     Fix VC++ /analyze warnings
24756
24757     out\debug\hb-buffer-deserialize-text.rl(47) : warning C6001: Using
24758     uninitialized memory 'pos'.
24759
24760  src/hb-buffer-deserialize-text.rl | 4 ++--
24761  1 file changed, 2 insertions(+), 2 deletions(-)
24762
24763 commit 8886ab430ca68539cb318e175647e9f6973718b0
24764 Merge: e3671b8f a394bb66
24765 Author: Behdad Esfahbod <behdad@behdad.org>
24766 Date:   Sun Mar 22 16:18:57 2015 -0400
24767
24768     Merge pull request #90 from khaledhosny/introspection-fixes
24769
24770     [bindings] Fix *_from_string functions
24771
24772 commit a394bb66707184c995fe2d08c80e98220e6ec0b0
24773 Author: Khaled Hosny <khaledhosny@eglug.org>
24774 Date:   Sun Mar 22 20:29:10 2015 +0200
24775
24776     [bindings] Fix *_from_string functions
24777
24778     Without the element-type they will be getting garbage, at least with
24779     Python.
24780
24781  src/hb-common.cc | 8 ++++----
24782  src/hb-font.cc   | 2 +-
24783  src/hb-shape.cc  | 2 +-
24784  3 files changed, 6 insertions(+), 6 deletions(-)
24785
24786 commit e3671b8f8bb339e8a563a9da9cd5069073200fec
24787 Author: Behdad Esfahbod <behdad@behdad.org>
24788 Date:   Fri Mar 20 18:03:02 2015 -0400
24789
24790     0.9.40
24791
24792  NEWS         | 8 ++++++++
24793  configure.ac | 2 +-
24794  2 files changed, 9 insertions(+), 1 deletion(-)
24795
24796 commit 9e401f6890f2bea1d11914bca436c2230f8d0f1b
24797 Author: Behdad Esfahbod <behdad@behdad.org>
24798 Date:   Fri Mar 20 16:08:38 2015 -0400
24799
24800     Fix reverse_range() for empty range
24801
24802     Fixes coretext notdef loop consisting of all default_ignorable glyphs
24803
24804     https://code.google.com/p/chromium/issues/detail?id=464755
24805
24806  src/hb-buffer.cc | 2 +-
24807  1 file changed, 1 insertion(+), 1 deletion(-)
24808
24809 commit 7481bd49d56d4e814ab1f85fc2df8bf934d520f4
24810 Author: Behdad Esfahbod <behdad@behdad.org>
24811 Date:   Wed Mar 4 15:47:25 2015 -0800
24812
24813     Fix previous commit
24814
24815     I misunderstood how which works.
24816
24817  autogen.sh | 2 +-
24818  1 file changed, 1 insertion(+), 1 deletion(-)
24819
24820 commit 6763e21afb77b250ad4416ff921d46c63ea12443
24821 Author: Behdad Esfahbod <behdad@behdad.org>
24822 Date:   Wed Mar 4 15:43:05 2015 -0800
24823
24824     Accept glibtoolize as libtoolize
24825
24826     Of course, we don't really run it, autoreconf does.  We just
24827     err if neither is available.  glibtoolize is the name it is
24828     shipped under on OS X.  Reported by Adam.
24829
24830  autogen.sh | 2 +-
24831  1 file changed, 1 insertion(+), 1 deletion(-)
24832
24833 commit 02a04e6afb1a76894f3723a467716607970d95d3
24834 Author: Behdad Esfahbod <behdad@behdad.org>
24835 Date:   Wed Mar 4 12:32:03 2015 -0800
24836
24837     0.9.39
24838
24839  NEWS         | 10 ++++++++++
24840  configure.ac |  2 +-
24841  2 files changed, 11 insertions(+), 1 deletion(-)
24842
24843 commit 98e3ea8e34c798ce003e946c9a150bb41be9d09b
24844 Author: Behdad Esfahbod <behdad@behdad.org>
24845 Date:   Wed Mar 4 12:03:39 2015 -0800
24846
24847     Fix hb-uniscribe build
24848
24849  src/hb-ot-name-table.hh | 2 +-
24850  1 file changed, 1 insertion(+), 1 deletion(-)
24851
24852 commit 8ac345e5c0ed0aad6547592ea0839aabfb4ba980
24853 Author: Behdad Esfahbod <behdad@behdad.org>
24854 Date:   Mon Mar 2 16:06:55 2015 -0800
24855
24856     Fix reverse_range() to only reverse alt array if positions are used
24857
24858     In hb-coretext, when we were using scratch buffer for book-keeping,
24859     a reverse_range() caused by the notdef-insertion loop could mess up
24860     our log_clusters.  Ouch!
24861
24862  src/hb-buffer.cc | 2 +-
24863  1 file changed, 1 insertion(+), 1 deletion(-)
24864
24865 commit 1e03d7ac83f3e17aafed1e37390d9ff8394e36da
24866 Author: Behdad Esfahbod <behdad@behdad.org>
24867 Date:   Thu Feb 26 13:58:32 2015 -0800
24868
24869     Better error message if libtool is not installed
24870
24871     Fixes https://github.com/behdad/harfbuzz/pull/88
24872
24873  autogen.sh | 9 +++++++--
24874  1 file changed, 7 insertions(+), 2 deletions(-)
24875
24876 commit 6c918e2997fb82e89485f2b50bee2bf4fcd70592
24877 Author: Behdad Esfahbod <behdad@behdad.org>
24878 Date:   Thu Feb 26 13:55:34 2015 -0800
24879
24880     Clean up gtk-doc.make
24881
24882  Makefile.am | 1 +
24883  1 file changed, 1 insertion(+)
24884
24885 commit 5ec5875acb12cf07447c9ebfb03212601368dfc4
24886 Author: Behdad Esfahbod <behdad@behdad.org>
24887 Date:   Thu Feb 26 13:53:05 2015 -0800
24888
24889     Install git.mk in docs/
24890
24891  docs/Makefile.am | 2 ++
24892  1 file changed, 2 insertions(+)
24893
24894 commit d146678d103425b3da7ef393bc6d66f6ba4c5593
24895 Author: Behdad Esfahbod <behdad@behdad.org>
24896 Date:   Thu Feb 26 13:52:50 2015 -0800
24897
24898     Update git.mk from upstream
24899
24900  git.mk | 35 ++++++++++++++++++++++++++++-------
24901  1 file changed, 28 insertions(+), 7 deletions(-)
24902
24903 commit 5f541f8f7be82f29b77b481827deb212e12d53e4
24904 Author: Behdad Esfahbod <behdad@behdad.org>
24905 Date:   Sat Feb 21 16:51:17 2015 +0300
24906
24907     Minor refactoring
24908
24909  src/hb-private.hh | 44 ++++++++++++++++++++++++++++----------------
24910  1 file changed, 28 insertions(+), 16 deletions(-)
24911
24912 commit ef79bdf73bbfde1bfaa222834809d105ab7755b3
24913 Author: Behdad Esfahbod <behdad@behdad.org>
24914 Date:   Sat Feb 21 16:49:15 2015 +0300
24915
24916     Minor
24917
24918  src/hb-ot-layout-common-private.hh | 5 +++--
24919  1 file changed, 3 insertions(+), 2 deletions(-)
24920
24921 commit 68e04afbb1e1073c47474f7a4d6d2cacf7057f6f
24922 Author: Behdad Esfahbod <behdad@behdad.org>
24923 Date:   Sat Feb 21 16:30:28 2015 +0300
24924
24925     Typo
24926
24927  src/hb-private.hh | 2 +-
24928  1 file changed, 1 insertion(+), 1 deletion(-)
24929
24930 commit 55553699b38d6481fbfacd0a32fc266e55553b34
24931 Author: Behdad Esfahbod <behdad@behdad.org>
24932 Date:   Sat Feb 21 16:29:08 2015 +0300
24933
24934     Minor
24935
24936  src/hb-private.hh | 2 --
24937  1 file changed, 2 deletions(-)
24938
24939 commit 5175300fbaf4ff19b7d38c14c86331bb614b0390
24940 Author: Behdad Esfahbod <behdad@behdad.org>
24941 Date:   Sat Feb 21 12:50:01 2015 +0300
24942
24943     [layout] Fix comparison of GlyphID and hb_codepoint_t
24944
24945     Before, the IntType::cmp functions providing this and was truncating
24946     the hb_codepoint_t to 16bits before comparison.  I have no idea how
24947     this was never discovered, and I'm too lazy to try to reproduce this
24948     with Pango (which uses non-16bit codepoint numbers for missing
24949     glyphs).
24950
24951  src/hb-open-type-private.hh | 5 ++++-
24952  1 file changed, 4 insertions(+), 1 deletion(-)
24953
24954 commit 7cce809cb11e0ce65dbdab899779ece3dc337763
24955 Author: Behdad Esfahbod <behdad@behdad.org>
24956 Date:   Sat Feb 21 12:41:08 2015 +0300
24957
24958     Remove unused (and wrong as of a few commits ago) cmp() function
24959
24960  src/hb-open-type-private.hh | 1 -
24961  1 file changed, 1 deletion(-)
24962
24963 commit 8e3d4bae033bdec649676da26cfc3eb7610832a8
24964 Author: Behdad Esfahbod <behdad@behdad.org>
24965 Date:   Sat Feb 21 12:31:59 2015 +0300
24966
24967     Minor
24968
24969  src/hb-ot-layout-common-private.hh | 2 +-
24970  1 file changed, 1 insertion(+), 1 deletion(-)
24971
24972 commit f47cf1f12dd1fa3cd3aa84502139caca9d469af8
24973 Author: Behdad Esfahbod <behdad@behdad.org>
24974 Date:   Sat Feb 21 11:45:22 2015 +0300
24975
24976     Minor
24977
24978  src/hb-ot-layout.cc | 4 ++--
24979  1 file changed, 2 insertions(+), 2 deletions(-)
24980
24981 commit 640b66c6348653bfd7cf88ea9caa2133c0eb949f
24982 Author: Behdad Esfahbod <behdad@behdad.org>
24983 Date:   Thu Feb 19 17:30:05 2015 +0300
24984
24985     [layout] If lookup has only one subtable, move the forward loop down
24986     to subtable
24987
24988     I was hoping to see a nice speedup, but it resulted in a very
24989     minor one.
24990
24991  src/hb-ot-layout.cc | 33 ++++++++++++++++++++++++++++++++-
24992  1 file changed, 32 insertions(+), 1 deletion(-)
24993
24994 commit e2f50f2a7ebf9882ea89dc3f0c740e7fce964e37
24995 Author: Behdad Esfahbod <behdad@behdad.org>
24996 Date:   Thu Feb 19 17:15:05 2015 +0300
24997
24998     [layout] Add apply_forward / apply_backward
24999
25000  src/hb-ot-layout.cc | 69
25001  +++++++++++++++++++++++++++++++++++------------------
25002  1 file changed, 46 insertions(+), 23 deletions(-)
25003
25004 commit 1d4a328472f094c0d75a062f6e176c6b1875cfdc
25005 Author: Behdad Esfahbod <behdad@behdad.org>
25006 Date:   Thu Feb 19 11:33:30 2015 +0300
25007
25008     [layout] Remove unneeded return value from apply()
25009
25010  src/hb-ot-layout.cc | 12 +++++-------
25011  1 file changed, 5 insertions(+), 7 deletions(-)
25012
25013 commit bbdd6fd21cc2e079defff7cb17c3eb8eff3f9e09
25014 Author: Behdad Esfahbod <behdad@behdad.org>
25015 Date:   Thu Feb 19 17:03:02 2015 +0300
25016
25017     Minor simpilfy BEInt
25018
25019  src/hb-open-type-private.hh | 25 ++-----------------------
25020  1 file changed, 2 insertions(+), 23 deletions(-)
25021
25022 commit 88a399acdc0fcb060803da0e7db56de2866981e3
25023 Author: Behdad Esfahbod <behdad@behdad.org>
25024 Date:   Thu Feb 19 16:57:12 2015 +0300
25025
25026     Optimize IntType comparison to avoid branches for 16bit numbers
25027
25028  src/hb-open-type-private.hh | 9 ++++++++-
25029  1 file changed, 8 insertions(+), 1 deletion(-)
25030
25031 commit 37de2d533126245774417234e3536fcfb24f3a6b
25032 Author: Behdad Esfahbod <behdad@behdad.org>
25033 Date:   Thu Feb 19 16:55:51 2015 +0300
25034
25035     Minor simplify IntType
25036
25037  src/hb-open-type-private.hh | 2 +-
25038  1 file changed, 1 insertion(+), 1 deletion(-)
25039
25040 commit bd047d3b7f04d551c0a26bc0ce9b9d61481e34e1
25041 Author: Behdad Esfahbod <behdad@behdad.org>
25042 Date:   Thu Feb 19 10:47:18 2015 +0300
25043
25044     [layout] Minor
25045
25046  src/hb-ot-layout-gpos-table.hh | 6 ++++++
25047  src/hb-ot-layout-gsub-table.hh | 6 ++++++
25048  src/hb-ot-layout.cc            | 4 ++--
25049  3 files changed, 14 insertions(+), 2 deletions(-)
25050
25051 commit b9d3f60520c022dc952e65a66eb138d1f7cae2e1
25052 Author: Behdad Esfahbod <behdad@behdad.org>
25053 Date:   Thu Feb 19 10:42:41 2015 +0300
25054
25055     [layout] Minor
25056
25057  src/hb-ot-layout.cc | 15 ++++-----------
25058  1 file changed, 4 insertions(+), 11 deletions(-)
25059
25060 commit 1a2322134a5d7bba990da28baf893b35879a5a7a
25061 Author: Behdad Esfahbod <behdad@behdad.org>
25062 Date:   Thu Feb 19 10:40:23 2015 +0300
25063
25064     [layout] Don't check glyph props against lookup flags when recursing
25065
25066     Shouldn't be needed.  I have a hard time imagining this breaking any
25067     legitimate use case.
25068
25069  src/hb-ot-layout-gpos-table.hh | 10 +---------
25070  src/hb-ot-layout-gsub-table.hh | 10 +---------
25071  2 files changed, 2 insertions(+), 18 deletions(-)
25072
25073 commit 095a1257cc3cc56b044b4cd842a92f0d0f933a50
25074 Author: Behdad Esfahbod <behdad@behdad.org>
25075 Date:   Thu Feb 19 10:29:41 2015 +0300
25076
25077     [layout] Port sanitize() to use dispatch()
25078
25079     Needed some rework of Extension table.  Hopefully I got it right, and
25080     the new template usage doesn't break any compilers...
25081
25082  src/hb-open-type-private.hh          |  5 ++-
25083  src/hb-ot-layout-gpos-table.hh       | 82
25084  +----------------------------------
25085  src/hb-ot-layout-gsub-table.hh       | 72 ++-----------------------------
25086  src/hb-ot-layout-gsubgpos-private.hh | 84
25087  ++++++++++++------------------------
25088  4 files changed, 37 insertions(+), 206 deletions(-)
25089
25090 commit 758fb20630f84c3d373cda37974b88f16c02995e
25091 Author: Behdad Esfahbod <behdad@behdad.org>
25092 Date:   Wed Feb 18 13:45:03 2015 +0300
25093
25094     Remove unused macro
25095
25096  src/hb-ot-shape-complex-arabic-win1256.hh | 1 -
25097  1 file changed, 1 deletion(-)
25098
25099 commit 40c58923cbf689c465f9b65334c455a9b7f71ab0
25100 Author: Behdad Esfahbod <behdad@behdad.org>
25101 Date:   Wed Feb 18 13:18:46 2015 +0300
25102
25103     [layout] Refactor Lookup::dispatch()
25104
25105  src/hb-ot-layout-common-private.hh   | 20 ++++++++++++++++++++
25106  src/hb-ot-layout-gpos-table.hh       | 12 +-----------
25107  src/hb-ot-layout-gsub-table.hh       | 12 +-----------
25108  src/hb-ot-layout-gsubgpos-private.hh |  6 ------
25109  4 files changed, 22 insertions(+), 28 deletions(-)
25110
25111 commit 70366f5d19df2e654f0933474fecf1aa16e27812
25112 Author: Behdad Esfahbod <behdad@behdad.org>
25113 Date:   Wed Feb 18 13:09:54 2015 +0300
25114
25115     [layout] Refactor get_subtable()
25116
25117  src/hb-ot-layout-common-private.hh | 12 ++++++++++++
25118  src/hb-ot-layout-gpos-table.hh     |  4 ++--
25119  src/hb-ot-layout-gsub-table.hh     |  6 +++---
25120  3 files changed, 17 insertions(+), 5 deletions(-)
25121
25122 commit f72f326aea6d1e93f63040730f7aecd401676c1c
25123 Author: Behdad Esfahbod <behdad@behdad.org>
25124 Date:   Tue Feb 17 19:18:07 2015 +0300
25125
25126     Minor
25127
25128  src/hb-ot-layout-gpos-table.hh | 1 -
25129  1 file changed, 1 deletion(-)
25130
25131 commit 8e36ccfd4f076888076ca176c055c18104af03b6
25132 Author: Behdad Esfahbod <behdad@behdad.org>
25133 Date:   Tue Feb 17 19:15:34 2015 +0300
25134
25135     [layout] Use dispatch() for add_coverage()
25136
25137  src/hb-ot-layout-gpos-table.hh       | 12 ++----------
25138  src/hb-ot-layout-gsub-table.hh       | 12 ++----------
25139  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++--
25140  3 files changed, 14 insertions(+), 22 deletions(-)
25141
25142 commit 50b8dc79daffc7ef671dd5eedfea47f8d5e946f4
25143 Author: Behdad Esfahbod <behdad@behdad.org>
25144 Date:   Tue Feb 17 18:14:17 2015 +0300
25145
25146     [layout] Add may_dispatch()
25147
25148     No functional change right now.
25149
25150  src/hb-ot-layout-gpos-table.hh       |  7 +++++++
25151  src/hb-ot-layout-gsub-table.hh       |  6 ++++++
25152  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++++
25153  3 files changed, 25 insertions(+)
25154
25155 commit de2118ed7a998a1df9b28fd1be96b4af89ed82c3
25156 Author: Behdad Esfahbod <behdad@behdad.org>
25157 Date:   Tue Feb 17 17:27:44 2015 +0300
25158
25159     Make sanitize() a const method
25160
25161     This makes a lot of code safer.  We only try modifying the object
25162     in one
25163     place, after making sure it's safe to do so.  So, do a const_cast<> in
25164     that one place...
25165
25166  src/hb-open-file-private.hh          |  15 +++--
25167  src/hb-open-type-private.hh          |  51 +++++++++++------
25168  src/hb-ot-cmap-table.hh              |  35 ++++++++----
25169  src/hb-ot-head-table.hh              |   6 +-
25170  src/hb-ot-hhea-table.hh              |   3 +-
25171  src/hb-ot-hmtx-table.hh              |   3 +-
25172  src/hb-ot-layout-common-private.hh   |  58 ++++++++++++-------
25173  src/hb-ot-layout-gdef-table.hh       |  30 ++++++----
25174  src/hb-ot-layout-gpos-table.hh       | 108
25175  +++++++++++++++++++++++------------
25176  src/hb-ot-layout-gsub-table.hh       |  58 ++++++++++++-------
25177  src/hb-ot-layout-gsubgpos-private.hh |  65 +++++++++++++--------
25178  src/hb-ot-layout-jstf-table.hh       |  12 ++--
25179  src/hb-ot-maxp-table.hh              |   6 +-
25180  src/hb-ot-name-table.hh              |   6 +-
25181  14 files changed, 296 insertions(+), 160 deletions(-)
25182
25183 commit 6759ed95a3bec2874826376b68ebff19ba277ef2
25184 Author: Behdad Esfahbod <behdad@behdad.org>
25185 Date:   Tue Feb 17 16:05:30 2015 +0300
25186
25187     Minor
25188
25189  src/hb-ot-layout-gpos-table.hh | 6 ++----
25190  src/hb-ot-layout-gsub-table.hh | 6 ++----
25191  2 files changed, 4 insertions(+), 8 deletions(-)
25192
25193 commit 6b599dac1f814a3c900300241d4c492a8f8b66d2
25194 Author: Behdad Esfahbod <behdad@behdad.org>
25195 Date:   Tue Feb 17 16:04:07 2015 +0300
25196
25197     Remove unnecessary check in sanitize
25198
25199  src/hb-ot-layout-gpos-table.hh | 2 --
25200  src/hb-ot-layout-gsub-table.hh | 2 --
25201  2 files changed, 4 deletions(-)
25202
25203 commit 365576d246949f9d587e90cf0539dc0381e4d0a3
25204 Author: Behdad Esfahbod <behdad@behdad.org>
25205 Date:   Thu Jan 29 13:59:42 2015 +0100
25206
25207     [layout] Allocate iters in the context
25208
25209     Can be further optimized, but I think I didn't break anything.
25210
25211     Saves another 3% off Roboto shaping.
25212
25213  src/hb-ot-layout-gpos-table.hh       | 18 ++++++------------
25214  src/hb-ot-layout-gsubgpos-private.hh | 21 +++++++++++++--------
25215  src/hb-ot-shape-fallback.cc          |  2 +-
25216  3 files changed, 20 insertions(+), 21 deletions(-)
25217
25218 commit 514564f5444b8ad2f210b1e3d7d66378f7275317
25219 Author: Behdad Esfahbod <behdad@behdad.org>
25220 Date:   Thu Jan 29 13:48:48 2015 +0100
25221
25222     [layout] Move skippy_iter setup from constructor into init()
25223
25224  src/hb-ot-layout-gpos-table.hh       | 18 ++++++++++++------
25225  src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++++++-------------
25226  src/hb-ot-shape-fallback.cc          |  3 ++-
25227  3 files changed, 29 insertions(+), 20 deletions(-)
25228
25229 commit b051be542a8945ec14b0192bbc285f3e1a78c8f1
25230 Author: Behdad Esfahbod <behdad@behdad.org>
25231 Date:   Thu Jan 29 13:40:39 2015 +0100
25232
25233     [lookup] Add skippy_iter.reset()
25234
25235     Towards reducing the cost of initializing skippy_iter()
25236
25237  src/hb-ot-layout-gpos-table.hh       | 18 ++++++++++++------
25238  src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++++++---------
25239  src/hb-ot-shape-fallback.cc          |  3 ++-
25240  3 files changed, 32 insertions(+), 16 deletions(-)
25241
25242 commit 2cecc38c7cf49b2cf697efa7e974ceee7055f2c5
25243 Author: Behdad Esfahbod <behdad@behdad.org>
25244 Date:   Thu Jan 29 13:32:05 2015 +0100
25245
25246     [layout] Shuffle code around
25247
25248  src/hb-ot-layout-gsubgpos-private.hh | 111
25249  ++++++++++++++++++-----------------
25250  1 file changed, 56 insertions(+), 55 deletions(-)
25251
25252 commit 696266981df5ef6c62ad0115133dad1d6c1d9acc
25253 Author: Behdad Esfahbod <behdad@behdad.org>
25254 Date:   Thu Jan 29 13:08:41 2015 +0100
25255
25256     [layout] Merge forward and backward iterators
25257
25258  src/hb-ot-layout-gpos-table.hh       | 12 +++---
25259  src/hb-ot-layout-gsubgpos-private.hh | 71
25260  ++++++++----------------------------
25261  src/hb-ot-shape-fallback.cc          |  2 +-
25262  3 files changed, 23 insertions(+), 62 deletions(-)
25263
25264 commit 1f038eec3c0dd6331036f795614fe1ddcbf613b0
25265 Author: Behdad Esfahbod <behdad@behdad.org>
25266 Date:   Thu Jan 29 13:05:25 2015 +0100
25267
25268     [layout] Fix backward reject()
25269
25270     Has no functional effect since reject was never used with
25271     match_glyph_data.
25272
25273  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
25274  1 file changed, 1 insertion(+), 1 deletion(-)
25275
25276 commit 37d13acd8d414a4b53fac0152addfadecf755cd4
25277 Author: Behdad Esfahbod <behdad@behdad.org>
25278 Date:   Thu Jan 29 11:38:01 2015 +0100
25279
25280     [layout] Remove some unnecessary checks in skippy
25281
25282  src/hb-ot-layout-gpos-table.hh       | 3 ---
25283  src/hb-ot-layout-gsubgpos-private.hh | 9 ++-------
25284  2 files changed, 2 insertions(+), 10 deletions(-)
25285
25286 commit baa14e18148d3f5493f78b4fe9e0c835a01f50f7
25287 Author: Behdad Esfahbod <behdad@behdad.org>
25288 Date:   Thu Jan 29 11:08:43 2015 +0100
25289
25290     [lookup] Don't initialize skippy if coverage match fails
25291
25292     Currently:
25293
25294       - Initializing skippy is very expensive,
25295
25296       - Our lookup accelerator (using set-digests) can be very ineffecite,
25297
25298     As such, we end up many times initializing skippy but then failing
25299     coverage check.  Reordering fixes that.
25300
25301     When, later, we fix our accelerator to have truly small false-positive
25302     rate (for example by using the frozen-sets), then we might want to
25303     reorder these checks such that we wouldn't calculate coverage number
25304     if skippy is going to fail.
25305
25306     This shows a 5% speedup with Roboto already.
25307
25308  src/hb-ot-layout-gpos-table.hh | 15 ++++++---------
25309  1 file changed, 6 insertions(+), 9 deletions(-)
25310
25311 commit 7788993bc19bf122f1e143ab64cc1da2ed1865a3
25312 Author: Behdad Esfahbod <behdad@behdad.org>
25313 Date:   Wed Jan 28 23:01:12 2015 -0800
25314
25315     [layout] Use setter method to set c->lookup_props
25316
25317  src/hb-ot-layout-gpos-table.hh | 2 +-
25318  src/hb-ot-layout-gsub-table.hh | 2 +-
25319  2 files changed, 2 insertions(+), 2 deletions(-)
25320
25321 commit f4ee48fd7b312550faf9b0be4cd1b2f2849dd08d
25322 Author: Behdad Esfahbod <behdad@behdad.org>
25323 Date:   Wed Jan 28 22:53:54 2015 -0800
25324
25325     [layout] Remove unused wrapper method
25326
25327  src/hb-ot-layout-gsubgpos-private.hh | 2 --
25328  1 file changed, 2 deletions(-)
25329
25330 commit 7b7129c7a997def599fb4d2ba05fda40d27aed20
25331 Author: Behdad Esfahbod <behdad@behdad.org>
25332 Date:   Wed Jan 28 21:46:07 2015 -0800
25333
25334     Add hb_frozen_set_t
25335
25336     I experimented with replacing use of hb_set_digest_t with this new
25337     hb_frozen_set_t, hoping to get a huge speedup for busy lookups
25338     (like kern lookup in Roboto), but I only got 6% speendup in Roboto
25339     and 4% in NotoNastaliqUrduDraft :(.
25340
25341  src/hb-set-private.hh | 57
25342  ++++++++++++++++++++++++++++++++++++++++++++++++++-
25343  1 file changed, 56 insertions(+), 1 deletion(-)
25344
25345 commit 241eac9559465fa79f396570af4e87f455b7e9d5
25346 Author: Behdad Esfahbod <behdad@behdad.org>
25347 Date:   Wed Jan 28 20:55:42 2015 -0800
25348
25349     Hide internals of lookup accelerators
25350
25351  src/hb-ot-layout-gsub-table.hh | 5 +++--
25352  src/hb-ot-layout-private.hh    | 5 +++++
25353  src/hb-ot-layout.cc            | 6 +++---
25354  3 files changed, 11 insertions(+), 5 deletions(-)
25355
25356 commit e2d4e8480d85436a3acad8145acac345ed593f5a
25357 Author: Behdad Esfahbod <behdad@behdad.org>
25358 Date:   Wed Jan 28 20:29:48 2015 -0800
25359
25360     [util] Add convenience "make lib" target
25361
25362  util/Makefile.am | 4 ++++
25363  1 file changed, 4 insertions(+)
25364
25365 commit faaae64bf28abdcdd15185374bc09a3809794118
25366 Merge: 7888a6b0 9768e651
25367 Author: Behdad Esfahbod <behdad@behdad.org>
25368 Date:   Wed Feb 25 15:34:34 2015 -0800
25369
25370     Merge pull request #85 from KonstantinRitt/define_inline
25371
25372     Fix build with MSVC on CE
25373
25374 commit 9ee176ee978e6668c4faf00028811ce70979122e
25375 Author: Collin Fair <cpf@cpfx.ca>
25376 Date:   Sat Feb 14 09:59:44 2015 -0500
25377
25378     Stop hb-shape docs leaking into hb-view
25379
25380  util/options.cc | 15 ++++++++-------
25381  1 file changed, 8 insertions(+), 7 deletions(-)
25382
25383 commit 952b8dbdf61da9b4814e09ad3c1b9b76483bef5c
25384 Author: Collin Fair <cpf@cpfx.ca>
25385 Date:   Sat Feb 14 09:44:00 2015 -0500
25386
25387     'All' of the above, not 'each'
25388
25389  util/options.cc | 4 ++--
25390  1 file changed, 2 insertions(+), 2 deletions(-)
25391
25392 commit 9e867b64467c46eea5cc9b1d5a9404a1221bbbfc
25393 Author: Collin Fair <cpf@cpfx.ca>
25394 Date:   Sat Feb 14 09:32:04 2015 -0500
25395
25396     Remove reference to --help-output-content in --help-output (as
25397     --help-output-format's options aren't available in hb-view)
25398
25399  util/options.cc | 2 +-
25400  1 file changed, 1 insertion(+), 1 deletion(-)
25401
25402 commit 1d55ffeb66381889f11ebb9039ca4ec2ca5efbab
25403 Author: Collin Fair <cpf@cpfx.ca>
25404 Date:   Sat Feb 14 09:29:35 2015 -0500
25405
25406     Add serialization syntax documentation. Clarify naming and wording
25407     in --help-output/--help-format
25408
25409  util/options.cc | 30 ++++++++++++++++--------------
25410  1 file changed, 16 insertions(+), 14 deletions(-)
25411
25412 commit 9768e651be0561f07d6f38c3ed8bc5ee04882990
25413 Author: Konstantin Ritt <ritt.ks@gmail.com>
25414 Date:   Sat Feb 14 00:58:51 2015 +0400
25415
25416     Fix build with MSVC on CE
25417
25418     This code is C++ only. There isn't a single C++ compiler that fails to
25419     understand the "inline" keyword, since it's required by C++98. Any
25420     compiler older than C++98 is likely to choke on the template usage
25421     further down, so this isn't necessary.
25422
25423     Moreover, the C++ standard says you cannot define macros.
25424     [lib.macro.names] says "Nor shall such a translation unit define
25425     macros
25426     for names lexically identical to keywords." -- technically, it's a
25427     promise that the Standard Library headers won't do it, the wording
25428     means
25429     that the entire translation unit won't do it, which implies no source
25430     can do it.
25431
25432     MSVC complains about it:
25433     fatal error C1189: #error : The C++ Standard Library forbids
25434     macroizing
25435     keywords. Enable warning C4005 to find the forbidden macro.
25436
25437     Author: Thiago Macieira <thiago.macieira@intel.com>
25438
25439  src/hb-private.hh | 10 ----------
25440  1 file changed, 10 deletions(-)
25441
25442 commit 7888a6b07a9922cedd3e0d235959058e0011357b
25443 Author: Behdad Esfahbod <behdad@behdad.org>
25444 Date:   Wed Jan 28 12:40:40 2015 -0800
25445
25446     [ft] Handle negative scales with vertical writing
25447
25448  src/hb-ft.cc | 8 ++++++++
25449  1 file changed, 8 insertions(+)
25450
25451 commit 982d94eaa2a377616f22f39427e5ed9f1ce43263
25452 Author: Behdad Esfahbod <behdad@behdad.org>
25453 Date:   Wed Jan 28 10:51:33 2015 -0800
25454
25455     [coretext] Don't generate notdef glyph for default-ignorables
25456
25457     As discovered on Chrome Mac:
25458     https://code.google.com/p/chromium/issues/detail?id=452326
25459
25460  src/hb-coretext.cc | 2 ++
25461  src/hb-ot-shape.cc | 2 +-
25462  2 files changed, 3 insertions(+), 1 deletion(-)
25463
25464 commit 6917a045fd8d16952cad75fda8b291b11e1d3564
25465 Author: Behdad Esfahbod <behdad@behdad.org>
25466 Date:   Wed Jan 28 10:43:32 2015 -0800
25467
25468     [coretext] Unbreak glyph positioning in presence of notdef runs
25469
25470     As discovered on Chrome Mac:
25471     https://code.google.com/p/chromium/issues/detail?id=452326
25472
25473     This was originally broken in:
25474
25475             commit 5a0eed3b50629be4826e4e9428f2c3255195395d
25476             Author: Behdad Esfahbod <behdad@behdad.org>
25477             Date:   Mon Aug 11 23:47:16 2014 -0400
25478
25479                 [coretext] Implement vertical shaping
25480
25481  src/hb-coretext.cc | 35 +++++++++++++++++++++++++++--------
25482  1 file changed, 27 insertions(+), 8 deletions(-)
25483
25484 commit 1eff4350239b0768e1042b52db9fb1c0d266f96a
25485 Author: Behdad Esfahbod <behdad@behdad.org>
25486 Date:   Tue Jan 27 12:26:04 2015 -0800
25487
25488     Minor optimization
25489
25490  src/hb-ot-shape-normalize.cc | 9 +++++----
25491  1 file changed, 5 insertions(+), 4 deletions(-)
25492
25493 commit 675956aca01fc4e005a338af43d1c1f4f938abd1
25494 Author: Konstantin Ritt <ritt.ks@gmail.com>
25495 Date:   Tue Jan 27 11:23:07 2015 +0400
25496
25497     Do not leak hb_language_t on hb_language_item_t destruction
25498
25499  src/hb-common.cc | 1 +
25500  1 file changed, 1 insertion(+)
25501
25502 commit b306f9674a599da50754d24fa5aefcb6bba04420
25503 Author: Konstantin Ritt <ritt.ks@gmail.com>
25504 Date:   Tue Jan 27 20:08:41 2015 +0400
25505
25506     Minor improvement to HB_SHAPER_DATA_DESTROY
25507
25508  src/hb-shaper-private.hh | 7 +++----
25509  1 file changed, 3 insertions(+), 4 deletions(-)
25510
25511 commit 61820bc4ca1f02433db4be7c81f27cf97e2bd519
25512 Author: Behdad Esfahbod <behdad@behdad.org>
25513 Date:   Mon Jan 26 14:25:52 2015 -0800
25514
25515     [API] Add hb_buffer_add_latin1()
25516
25517     This is by no ways to promote non-Unicode encodings.  This is an entry
25518     point that takes Unicode codepoints that happen to all be the first
25519     256 characters and hence fit in 8bit strings.  This is useful eg
25520     in Chrome
25521     where strings that can fit in 8bit are implemented that way, and this
25522     avoids copying into UTF-8 or UTF-16.
25523
25524     Perhaps we should rename this to hb_buffer_add_codepoints8().
25525     I'm also
25526     curious if anyone would be really interested in
25527     hb_buffer_add_codepoints16().
25528
25529     Please discuss!
25530
25531  src/hb-buffer.cc      | 36 +++++++++++++++++++++++++-------
25532  src/hb-buffer.h       |  8 ++++++++
25533  src/hb-utf-private.hh | 57
25534  ++++++++++++++++++++++++++++++++++++++-------------
25535  3 files changed, 80 insertions(+), 21 deletions(-)
25536
25537 commit 78c6e86c04f12154c88b9f9264d0bd50b721699b
25538 Author: Behdad Esfahbod <behdad@behdad.org>
25539 Date:   Mon Jan 26 14:08:36 2015 -0800
25540
25541     Fix hb_buffer_add_codepoints to actually NOT validate
25542
25543  src/hb-buffer.cc | 2 +-
25544  1 file changed, 1 insertion(+), 1 deletion(-)
25545
25546 commit 70c25ee215635db23eb0757641bd372940c0d85d
25547 Merge: 28f5e0b2 f3537b62
25548 Author: Behdad Esfahbod <behdad@behdad.org>
25549 Date:   Sun Jan 25 13:06:03 2015 -0800
25550
25551     Merge pull request #81 from KonstantinRitt/fixes/build/win8phone
25552
25553     winrt_buildfixes
25554
25555 commit f3537b620b0a7392ea27f01f465c5ba79459c858
25556 Author: Konstantin Ritt <ritt.ks@gmail.com>
25557 Date:   Sun Jan 25 09:50:51 2015 +0400
25558
25559     Move some code around
25560
25561     Just to keep Windows specific workarounds in a single place.
25562
25563  src/hb-private.hh | 25 ++++++++++++-------------
25564  1 file changed, 12 insertions(+), 13 deletions(-)
25565
25566 commit afb62d88d78cacb6b881aaf329a654fd32f5ae29
25567 Author: Konstantin Ritt <ritt.ks@gmail.com>
25568 Date:   Sun Jan 25 08:16:26 2015 +0400
25569
25570     Do not define MemoryBarrier on WinCE
25571
25572     There is a _HBMemoryBarrier() wrapper function that emulates
25573     MemoryBarrier() behavior when it is not defined.
25574
25575  src/hb-private.hh | 1 -
25576  1 file changed, 1 deletion(-)
25577
25578 commit 7db326a15b173c0d101adc608bf551a628c65dcd
25579 Author: Konstantin Ritt <ritt.ks@gmail.com>
25580 Date:   Sun Jan 25 08:13:24 2015 +0400
25581
25582     Fix build on WinRT
25583
25584     There is no environment (like WinCE) and the basic version
25585     of InitializeCriticalSection is unsupported.
25586
25587     https://codereview.qt-project.org/#/c/92496/
25588
25589  src/hb-mutex-private.hh | 4 ++++
25590  src/hb-private.hh       | 2 ++
25591  2 files changed, 6 insertions(+)
25592
25593 commit 28f5e0b2f41670617bd778660364bbd58b1b68f2
25594 Author: Behdad Esfahbod <behdad@behdad.org>
25595 Date:   Fri Jan 23 12:45:35 2015 -0800
25596
25597     0.9.38
25598
25599  NEWS         | 23 +++++++++++++++++++++++
25600  configure.ac |  2 +-
25601  2 files changed, 24 insertions(+), 1 deletion(-)
25602
25603 commit a319d0777b746a2bbe5cd5a206172f1580da3379
25604 Author: Behdad Esfahbod <behdad@behdad.org>
25605 Date:   Fri Jan 23 12:44:24 2015 -0800
25606
25607     [ft] Handle negative x_scale / y_scale
25608
25609  src/hb-ft.cc | 12 ++++++++++--
25610  1 file changed, 10 insertions(+), 2 deletions(-)
25611
25612 commit b0b38bb892473d9a65e06dd3b4713da39f92bef9
25613 Author: Behdad Esfahbod <behdad@behdad.org>
25614 Date:   Wed Jan 21 19:19:33 2015 -0800
25615
25616     [coretext] Fix positioning of notdef
25617
25618  src/hb-coretext.cc | 19 ++++++++++---------
25619  1 file changed, 10 insertions(+), 9 deletions(-)
25620
25621 commit 70622e5089c01ea16fd9deed11cb39d43145c121
25622 Author: Behdad Esfahbod <behdad@behdad.org>
25623 Date:   Wed Jan 21 18:50:57 2015 -0800
25624
25625     [coretext] Fix scaling
25626
25627     Before we were not accounting for possible differences in x_scale and
25628     y_scale, as well as the signs of those.  All should be in good shape
25629     now.
25630
25631  src/hb-coretext.cc | 26 +++++++++++++++++++-------
25632  1 file changed, 19 insertions(+), 7 deletions(-)
25633
25634 commit 221ba02b0816584a02471037edae7cec9c1b8acc
25635 Author: Behdad Esfahbod <behdad@behdad.org>
25636 Date:   Wed Jan 21 16:42:09 2015 -0800
25637
25638     [coretext] Use vertical advance for notdef in vertical direction
25639
25640  src/hb-coretext.cc | 7 ++++++-
25641  1 file changed, 6 insertions(+), 1 deletion(-)
25642
25643 commit 7988da24c507ee310772f72cc5bcfd3c0a1187a0
25644 Author: Behdad Esfahbod <behdad@behdad.org>
25645 Date:   Wed Jan 21 18:33:50 2015 -0800
25646
25647     Add convenience make target "make lib" in src/
25648
25649  src/Makefile.am | 3 +++
25650  1 file changed, 3 insertions(+)
25651
25652 commit 31d48dd919e3b4a0bec5ede384f76db9b44f4d71
25653 Author: Behdad Esfahbod <behdad@behdad.org>
25654 Date:   Wed Jan 21 01:57:44 2015 -0800
25655
25656     Add README.python
25657
25658  README.python | 26 ++++++++++++++++++++++++++
25659  1 file changed, 26 insertions(+)
25660
25661 commit ca1c2813dd0b082a8c418bd3edd3f6cba97bd5f0
25662 Author: Behdad Esfahbod <behdad@behdad.org>
25663 Date:   Wed Jan 21 01:51:48 2015 -0800
25664
25665     [bindings] Add README.python
25666
25667  Makefile.am | 1 +
25668  1 file changed, 1 insertion(+)
25669
25670 commit cd4eb96abb90a84b42e9b288e39bad759e4411a0
25671 Author: Behdad Esfahbod <behdad@behdad.org>
25672 Date:   Tue Jan 20 12:30:45 2015 -0800
25673
25674     [util] Add --font-size to hb-shape
25675
25676     Also makes hb-view to use 8 bits of subpixel precision and shape at
25677     requested size, instead of always shaping at upem and scaling results.
25678
25679  util/hb-ot-shape-closure.cc |  2 +-
25680  util/hb-shape.cc            |  2 +-
25681  util/hb-view.cc             |  5 ++++-
25682  util/helper-cairo.cc        | 16 ++++++++--------
25683  util/helper-cairo.hh        |  5 ++---
25684  util/main-font-text.hh      |  4 ++--
25685  util/options.cc             | 44
25686  +++++++++++++++++++++++++++++++++++++++++---
25687  util/options.hh             | 16 ++++++++++++----
25688  util/view-cairo.cc          |  2 +-
25689  util/view-cairo.hh          |  8 ++++----
25690  10 files changed, 76 insertions(+), 28 deletions(-)
25691
25692 commit 5789ca69d7464bab5fa0c5bdf404f3afaa490faf
25693 Author: Behdad Esfahbod <behdad@behdad.org>
25694 Date:   Fri Jan 9 14:22:01 2015 -0800
25695
25696     [util] Minor
25697
25698  util/options.cc | 2 +-
25699  1 file changed, 1 insertion(+), 1 deletion(-)
25700
25701 commit 67dfa8c7c2f2e9040a9c60c680f739ada4a35fb5
25702 Author: Behdad Esfahbod <behdad@behdad.org>
25703 Date:   Mon Jan 19 17:00:31 2015 -0800
25704
25705     When matching second glyph of kerning pairs, use bsearch
25706
25707     Roboto has glyphs (like 'F') that have 200 kerning pairs.
25708     Add a handcoded bsearch instead of previous linear search.
25709
25710     This doesn't show much speedup though, apparently we spend the
25711     bulk of the time somewhere before here.
25712
25713  src/hb-ot-layout-gpos-table.hh | 21 ++++++++++++++++-----
25714  1 file changed, 16 insertions(+), 5 deletions(-)
25715
25716 commit e9f5c65be027eb7759ab819e267e24dff3b017b6
25717 Author: Behdad Esfahbod <behdad@behdad.org>
25718 Date:   Mon Jan 19 14:42:11 2015 -0800
25719
25720     [bindings] Minor
25721
25722  src/sample.py | 2 ++
25723  1 file changed, 2 insertions(+)
25724
25725 commit 3704628d1f124234324b5f2bdd5fdd61c14c7801
25726 Merge: 1aaa7d67 5eb939dd
25727 Author: Behdad Esfahbod <behdad@behdad.org>
25728 Date:   Mon Jan 19 16:15:00 2015 -0800
25729
25730     Merge pull request #77 from roozbehp/master
25731
25732     Change New Tai Lue shaping engine from SEA to default
25733
25734 commit 5eb939ddfe9ef217da2e48d7d0f1f4b7501714ad
25735 Author: Roozbeh Pournader <roozbeh@google.com>
25736 Date:   Sun Jan 18 14:30:08 2015 -0800
25737
25738     Change New Tai Lue shaping engine from SEA to default
25739
25740     This is to reflect the UTC decision to change the encoding model of
25741     New Tai Lue from logical to visual to be similar to Thai, Lao, and
25742     Tai Viet: http://www.unicode.org/L2/L2014/14250.htm#141-C26
25743
25744     The visual encoding is already the current practice of encoding New
25745     Tai Lue on the web anyway:
25746     http://www.unicode.org/L2/L2014/14195-newtailue.txt
25747
25748     Fixes behdad/harfbuzz#66.
25749
25750  src/hb-ot-shape-complex-private.hh | 2 +-
25751  1 file changed, 1 insertion(+), 1 deletion(-)
25752
25753 commit 1aaa7d6799b42b392dd191d3c12011721ef99e74
25754 Author: Behdad Esfahbod <behdad@behdad.org>
25755 Date:   Sat Jan 17 20:16:56 2015 -0800
25756
25757     [indic] Fix out-of-bounds access
25758
25759  src/gen-indic-table.py                 |  2 +-
25760  src/hb-ot-shape-complex-indic-table.cc | 36
25761  +++++++++++++++++-----------------
25762  2 files changed, 19 insertions(+), 19 deletions(-)
25763
25764 commit 238d6a38f2ceb7d8dceec9365a823f032b3b9f7d
25765 Author: Behdad Esfahbod <behdad@behdad.org>
25766 Date:   Wed Jan 7 10:51:44 2015 -0800
25767
25768     [bindings] Update sample.py
25769
25770  src/sample.py | 9 ++++++---
25771  1 file changed, 6 insertions(+), 3 deletions(-)
25772
25773 commit 2cd5323531dcd800549b2cb1cb51d708e72ab2d8
25774 Author: Behdad Esfahbod <behdad@behdad.org>
25775 Date:   Tue Jan 6 19:16:38 2015 -0800
25776
25777     [bindings] Use hb_glib_blob_create() in sample
25778
25779     hb_blob_create() is considered C-only API.
25780
25781  src/hb-blob.cc |  8 ++++----
25782  src/sample.py  | 19 +++++++++----------
25783  2 files changed, 13 insertions(+), 14 deletions(-)
25784
25785 commit 0ef179e2dc040c13497af847b8c1cec846dbdbf9
25786 Author: Behdad Esfahbod <behdad@behdad.org>
25787 Date:   Tue Jan 6 16:58:33 2015 -0800
25788
25789     [glib] Add hb_glib_blob_create() that takes GBytes
25790
25791  src/hb-glib.cc | 11 +++++++++++
25792  src/hb-glib.h  |  3 +++
25793  2 files changed, 14 insertions(+)
25794
25795 commit b91904a40da6287f84bc79de60674fa57232ec09
25796 Author: Behdad Esfahbod <behdad@behdad.org>
25797 Date:   Tue Jan 6 15:43:14 2015 -0800
25798
25799     [bindings] Replace deprecated allow-none with optional and nullable
25800
25801  src/hb-blob.cc    | 4 ++--
25802  src/hb-shape.cc   | 2 +-
25803  src/hb-unicode.cc | 2 +-
25804  3 files changed, 4 insertions(+), 4 deletions(-)
25805
25806 commit 81a31f3eff44a85bb2160d51156a01a18f0a97df
25807 Author: Behdad Esfahbod <behdad@behdad.org>
25808 Date:   Tue Jan 6 15:37:31 2015 -0800
25809
25810     [bindings] Make sample Python 2/3 compatible
25811
25812  src/sample.py | 15 ++++++++++++++-
25813  1 file changed, 14 insertions(+), 1 deletion(-)
25814
25815 commit b632e7997d9cb6e4782cab6d8c62e8e5edaa4cb0
25816 Author: Behdad Esfahbod <behdad@behdad.org>
25817 Date:   Tue Jan 6 14:05:26 2015 -0800
25818
25819     Fix up gobject-introspection a bit
25820
25821     Minimal shaping works now!
25822
25823  src/hb-blob.cc   |  6 +++---
25824  src/hb-buffer.cc |  2 +-
25825  src/sample.py    | 34 ++++++++++++++++++++++++++++------
25826  3 files changed, 32 insertions(+), 10 deletions(-)
25827
25828 commit 3d1a666a8629a8502a2bcf23ab943e2b39a0da92
25829 Author: Behdad Esfahbod <behdad@behdad.org>
25830 Date:   Mon Jan 5 14:43:13 2015 -0800
25831
25832     Remove hardcoded ICU include paths.
25833
25834     ICU exports them using LOCAL_EXPORT_C_INCLUDE_DIRS.
25835
25836     https://android-review.googlesource.com/#/c/121311/
25837
25838  Android.mk | 3 +--
25839  1 file changed, 1 insertion(+), 2 deletions(-)
25840
25841 commit 8cb41cb9508eb1bb6319e92f900cfe5e8a131be3
25842 Merge: 365c03fc fb85d618
25843 Author: Behdad Esfahbod <behdad@behdad.org>
25844 Date:   Sun Jan 4 20:32:18 2015 -0800
25845
25846     Merge pull request #76 from cpeterso/cpeterso/Wunused-function
25847
25848     Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
25849
25850 commit fb85d618f5883458bacf0ecb0894772291a2d738
25851 Author: Chris Peterson <cpeterson@mozilla.com>
25852 Date:   Sun Jan 4 19:31:10 2015 -0800
25853
25854     Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
25855
25856  src/hb-common.cc | 2 +-
25857  src/hb-ft.cc     | 4 +++-
25858  src/hb-shape.cc  | 4 +++-
25859  src/hb-shaper.cc | 4 +++-
25860  4 files changed, 10 insertions(+), 4 deletions(-)
25861
25862 commit 365c03fc2bcdb4098314a0e123c46018fb882586
25863 Merge: c36c4a99 d1897a98
25864 Author: Behdad Esfahbod <behdad@behdad.org>
25865 Date:   Sat Jan 3 21:55:30 2015 -0800
25866
25867     Merge pull request #75 from cpeterso/cpeterso/Wunused-value
25868
25869     Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
25870
25871 commit d1897a98d8da40cffb57c07099a9a93cfeaacc36
25872 Author: Chris Peterson <cpeterson@mozilla.com>
25873 Date:   Sat Jan 3 19:46:19 2015 -0800
25874
25875     Fix hb_atomic_ptr_cmpexch -Wunused-value warnings
25876
25877  src/hb-common.cc | 2 +-
25878  src/hb-icu.cc    | 4 +---
25879  2 files changed, 2 insertions(+), 4 deletions(-)
25880
25881 commit c36c4a9924609df648e62e47fa017b19b844fd98
25882 Author: Behdad Esfahbod <behdad@behdad.org>
25883 Date:   Fri Jan 2 14:09:23 2015 -0800
25884
25885     Add missing va_end()
25886
25887     Fixes https://github.com/behdad/harfbuzz/pull/74
25888
25889  util/options.cc | 1 +
25890  1 file changed, 1 insertion(+)
25891
25892 commit f34aaba8687a20794835e2dc878c52d1b53e6f85
25893 Author: Behdad Esfahbod <behdad@behdad.org>
25894 Date:   Sun Dec 28 18:56:15 2014 -0800
25895
25896     [ft] Don't set font ppem
25897
25898     For discussion see:
25899
25900       http://lists.freedesktop.org/archives/harfbuzz/2012-April/001905.html
25901
25902     Over time we have had added NO_HINTING all over the place in hb-ft.
25903     Finish it off.
25904     Not setting ppem on hb-font disables get_contour_point() calls which
25905     is good anyway.
25906
25907     See comments in the commit.
25908
25909  src/hb-ft.cc | 9 +++++++++
25910  1 file changed, 9 insertions(+)
25911
25912 commit 350f3a02ce225e5d78db8ac96de1351ff9f96dd5
25913 Author: Behdad Esfahbod <behdad@behdad.org>
25914 Date:   Sun Dec 28 17:44:26 2014 -0800
25915
25916     [ft] Add hb_ft_face_create_referenced() and
25917     hb_ft_font_create_referenced()
25918
25919     When I originally wrote hb-ft, FreeType objects did not support
25920     reference
25921     counting.  As such, hb_ft_face_create() and hb_ft_font_create() had a
25922     "destroy" callback and client was responsible for making sure
25923     FT_Face is
25924     kept around as long as the hb-font/face are alive.
25925
25926     However, since this was not clearly documented, some clienets didn't
25927     correctly did that.  In particular, some clients assumed that
25928     it's safe
25929     to destroy FT_Face and then hb_face_t.  This, indeed, used to work,
25930     until
25931     45fd9424c723f115ca98995b8f8a25185a6fc71d, which make face destroy
25932     access
25933     font tables.
25934
25935     Now, I fixed that issue in 395b35903e052aecc97d0807e4f813c64c0d2b0b
25936     since
25937     the access was not needed, but the problem remains that not all
25938     clients
25939     handle this correctly.  See:
25940
25941       https://bugs.freedesktop.org/show_bug.cgi?id=86300
25942
25943     Fortunately, FT_Reference_Face() was added to FreeType in 2010,
25944     and so we
25945     can use it now.  Originally I wanted to change hb_ft_face_create() and
25946     hb_ft_font_create() to reference the face if destroy==NULL was
25947     passed in.
25948     That would improve pretty much all clients, with little undesired
25949     effects.
25950     Except that FreeType itself, when compiled with HarfBuzz support,
25951     calls
25952     hb_ft_font_create() with destroy==NULL and saves the resulting
25953     hb-font on
25954     the ft-face (why does it not free it immediately?).  Making hb-face
25955     reference ft-face causes a cycling reference there.  At least,
25956     that's my
25957     current understanding.
25958
25959     At any rate, a cleaner approach, even if it means all clients will
25960     need a
25961     change, is to introduce brand new API.  Which this commit does.
25962
25963     Some comments added to hb-ft.h, hoping to make future clients
25964     make better
25965     choices.
25966
25967     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75299
25968
25969  configure.ac |  4 ++--
25970  src/hb-ft.cc | 32 ++++++++++++++++++++++++++++++++
25971  src/hb-ft.h  | 59
25972  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
25973  3 files changed, 92 insertions(+), 3 deletions(-)
25974
25975 commit 9a3b74884b2e41c7040611030f4336f13d18fd3e
25976 Author: Behdad Esfahbod <behdad@behdad.org>
25977 Date:   Sun Dec 28 17:27:39 2014 -0800
25978
25979     Remove redundant check for FT_Face_GetCharVariantIndex
25980
25981     We require FreeType >= 2.8.3.  This symbol was introduced earlier
25982     than that.
25983
25984  configure.ac | 9 +--------
25985  src/hb-ft.cc | 2 --
25986  2 files changed, 1 insertion(+), 10 deletions(-)
25987
25988 commit 1226b2e930aa456cc05bbe621c96f4286a95cff6
25989 Author: Behdad Esfahbod <behdad@behdad.org>
25990 Date:   Sun Dec 28 17:04:23 2014 -0800
25991
25992     Fix FreeType version check
25993
25994  configure.ac | 3 ++-
25995  1 file changed, 2 insertions(+), 1 deletion(-)
25996
25997 commit affacf2f37db767ab8df7f2db6cd9e0e9b0a2b8a
25998 Author: Behdad Esfahbod <behdad@behdad.org>
25999 Date:   Sun Dec 28 16:20:31 2014 -0800
26000
26001     [ft] Open blob in READONLY mode
26002
26003     HB_MEMORY_MODE_READONLY_MAY_MAKE_WRITABLE is deprecated and fairly
26004     useless now.
26005
26006  src/hb-ft.cc | 6 +-----
26007  1 file changed, 1 insertion(+), 5 deletions(-)
26008
26009 commit 395b35903e052aecc97d0807e4f813c64c0d2b0b
26010 Author: Behdad Esfahbod <behdad@behdad.org>
26011 Date:   Sun Dec 28 16:03:26 2014 -0800
26012
26013     Avoid accessing layout tables at face destruction
26014
26015     "Fixes" https://bugs.freedesktop.org/show_bug.cgi?id=86300
26016
26017     Based on discussion someone else who had a similar issue, most
26018     probably
26019     the user is releasing FT_Face before destructing hb_face_t /
26020     hb_font_t.
26021     While that's a client bug, and while we can (and should) use FreeType
26022     refcounting to help avoid that, it happens that we were accessing
26023     the table when we didn't really have to.  Avoid that.
26024
26025  src/hb-ot-layout-private.hh                | 3 +--
26026  src/hb-ot-layout.cc                        | 4 ++--
26027  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
26028  3 files changed, 4 insertions(+), 5 deletions(-)
26029
26030 commit 7d5e7613ced3dd39d05df83ca7e8952cbecd68f6
26031 Author: Behdad Esfahbod <behdad@behdad.org>
26032 Date:   Thu Dec 18 18:22:21 2014 -0800
26033
26034     Fail blob creation if length overflows or is too large
26035
26036     Fail if blob start plus length overflows; or if blob length
26037     is greater than 2GB.  It takes a while for fonts to get to that
26038     size.  In the mean time, it protects against bugs like this:
26039
26040       http://www.icu-project.org/trac/ticket/11450
26041
26042     Also avoids some weird issues with 32bit vs 64bit systems
26043     as we accept length as unsigned int.  As such, a length of
26044     -1 will cause overflow on 32bit machines, but happily
26045     accepted on a 64bit machine.  Avoid that.
26046
26047  src/hb-blob.cc       | 5 ++++-
26048  test/api/test-blob.c | 3 +++
26049  2 files changed, 7 insertions(+), 1 deletion(-)
26050
26051 commit d5a5052098b0aa79ff55c235e61a9db477c4120f
26052 Author: Behdad Esfahbod <behdad@behdad.org>
26053 Date:   Thu Dec 18 18:09:41 2014 -0800
26054
26055     Assert that blob length doesn't overflow address.
26056
26057     This will crash now, if blob was created with wrong length.
26058     Check for that coming next commit.
26059
26060  src/hb-open-type-private.hh | 1 +
26061  1 file changed, 1 insertion(+)
26062
26063 commit 66e37409b3bc1eddc86704ae26d9176677ce6aa6
26064 Author: Behdad Esfahbod <behdad@behdad.org>
26065 Date:   Wed Dec 17 12:09:17 2014 -0800
26066
26067     0.9.37
26068
26069  NEWS         | 8 ++++++++
26070  configure.ac | 2 +-
26071  2 files changed, 9 insertions(+), 1 deletion(-)
26072
26073 commit 093c520de506aec74f3fb1e195c0ca85813424dd
26074 Author: Behdad Esfahbod <behdad@behdad.org>
26075 Date:   Fri Dec 12 21:07:53 2014 -0800
26076
26077     [otlayout] Mark variables that are C arrays as opposed to OT::ArrayOf
26078
26079  src/hb-ot-layout-gpos-table.hh       | 24 +++++++--------
26080  src/hb-ot-layout-gsubgpos-private.hh | 60
26081  ++++++++++++++++++------------------
26082  2 files changed, 42 insertions(+), 42 deletions(-)
26083
26084 commit 9df0a520306a491f973d42965597bfda6023e508
26085 Author: Behdad Esfahbod <behdad@behdad.org>
26086 Date:   Fri Dec 12 20:54:28 2014 -0800
26087
26088     [otlayout] Avoid invalid access with Context format 3
26089
26090  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
26091  1 file changed, 2 insertions(+)
26092
26093 commit 295ef1dd5229f47d8e0eb5b4eb48c90a6b470073
26094 Author: Behdad Esfahbod <behdad@behdad.org>
26095 Date:   Fri Dec 12 20:43:18 2014 -0800
26096
26097     [ot] Debug get_coverage
26098
26099  src/hb-ot-layout-gsubgpos-private.hh | 6 +++++-
26100  1 file changed, 5 insertions(+), 1 deletion(-)
26101
26102 commit 00f6a8e334ec4c586e4e633a95b411ccb50306d3
26103 Author: Behdad Esfahbod <behdad@behdad.org>
26104 Date:   Fri Dec 12 20:36:49 2014 -0800
26105
26106     [ot] Print format in dispatch trace
26107
26108  src/hb-ot-layout-gpos-table.hh       | 16 ++++++++--------
26109  src/hb-ot-layout-gsub-table.hh       | 14 +++++++-------
26110  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
26111  3 files changed, 19 insertions(+), 19 deletions(-)
26112
26113 commit 5c7d6f02d71362c2b192a7d96e6181977682921c
26114 Author: Behdad Esfahbod <behdad@behdad.org>
26115 Date:   Fri Dec 12 20:28:49 2014 -0800
26116
26117     Minor
26118
26119  src/hb-private.hh | 4 +++-
26120  1 file changed, 3 insertions(+), 1 deletion(-)
26121
26122 commit 153beebba9b76901b8b62b90ba0dc69462ae2090
26123 Author: Behdad Esfahbod <behdad@behdad.org>
26124 Date:   Fri Dec 12 19:46:09 2014 -0800
26125
26126     [ot] Make sure all toplevel tables have tableTag
26127
26128  src/hb-open-file-private.hh | 2 ++
26129  src/hb-ot-hhea-table.hh     | 2 ++
26130  src/hb-ot-hmtx-table.hh     | 2 ++
26131  3 files changed, 6 insertions(+)
26132
26133 commit 282b13f9b4d86b091714de7fbddc94b3e3ff3d91
26134 Author: Behdad Esfahbod <behdad@behdad.org>
26135 Date:   Fri Dec 12 19:32:46 2014 -0800
26136
26137     [sanitize] Improve debug output some more
26138
26139  src/hb-open-type-private.hh | 30 ++++++++++++++++--------------
26140  1 file changed, 16 insertions(+), 14 deletions(-)
26141
26142 commit 0766ee1f4e6046598a2e8fb1b167c3942b4a87a0
26143 Author: Behdad Esfahbod <behdad@behdad.org>
26144 Date:   Fri Dec 12 18:23:20 2014 -0800
26145
26146     [sanitize] Improve debug output
26147
26148  src/hb-open-type-private.hh | 20 ++++++++++----------
26149  1 file changed, 10 insertions(+), 10 deletions(-)
26150
26151 commit e6f80fa1044243898c402ec6a59d6c1b5420be53
26152 Author: Behdad Esfahbod <behdad@behdad.org>
26153 Date:   Wed Dec 10 12:05:24 2014 -0800
26154
26155     [indic] Allow ZWJ/ZWNJ before SM
26156
26157     In Oriya, a ZWJ/ZWNJ might be added before candrabindu to encourage
26158     or stop ligation of the candrabindu.  This is clearly specified in
26159     the Unicode section on Oriya.  Allow it there.  Note that Uniscribe
26160     doesn't allow this.
26161
26162     Micro tests added using Noto Sans Oriya draft.
26163
26164     No changes in numbers.  Currently at:
26165
26166     BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
26167     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
26168     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
26169     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
26170     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
26171     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
26172     MALAYALAM: 1048147 out of 1048334 tests passed. 187 failed
26173     (0.0178378%)
26174     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
26175     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
26176     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
26177     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
26178
26179  src/hb-ot-shape-complex-indic-machine.rl                 |   2 +-
26180  test/shaping/Makefile.am                                 |   1 +
26181  .../sha1sum/5028afb650b1bb718ed2131e872fbcce57828fff.ttf | Bin 0 ->
26182  4720 bytes
26183  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
26184  test/shaping/tests/MANIFEST                              |   1 +
26185  test/shaping/tests/indic-joiner-candrabindu.tests        |   2 ++
26186  6 files changed, 6 insertions(+), 1 deletion(-)
26187
26188 commit c0e95abc5f3f14121483b71f10837828a3a1d73a
26189 Author: Behdad Esfahbod <behdad@behdad.org>
26190 Date:   Thu Nov 20 14:42:24 2014 -0800
26191
26192     0.9.36
26193
26194  NEWS         | 12 ++++++++++++
26195  configure.ac |  2 +-
26196  2 files changed, 13 insertions(+), 1 deletion(-)
26197
26198 commit fde3e4a423871463c883cb969e99c29cb6f69f6b
26199 Author: Behdad Esfahbod <behdad@behdad.org>
26200 Date:   Wed Oct 29 11:23:08 2014 -0700
26201
26202     In hb_ot_collect_glyphs(), don't recurse to a lookup more than once
26203
26204     Otherwise, we might process a lookup thousands of times, with no
26205     benefit.  This pathological case was hit by Noto Nastaliq Urdu Draft
26206     in Firefox's code to determine whether space glyph is involved in
26207     any GSUB/GPOS rules.  A test page is at http://behdad.org/urdu
26208
26209     See:
26210     https://bugzilla.mozilla.org/show_bug.cgi?id=1090869
26211
26212  src/hb-ot-layout-gsubgpos-private.hh | 17 ++++++++++++++++-
26213  1 file changed, 16 insertions(+), 1 deletion(-)
26214
26215 commit 5a5640d8506ccfc99fd119e89e829170d1fea421
26216 Author: Behdad Esfahbod <behdad@behdad.org>
26217 Date:   Tue Oct 14 21:26:13 2014 -0700
26218
26219     Move code around
26220
26221  src/hb-open-type-private.hh | 50
26222  ++++++++++++++++++++++-----------------------
26223  1 file changed, 25 insertions(+), 25 deletions(-)
26224
26225 commit 666b42f73bd1f516657b206ef738108825bf239f
26226 Author: Behdad Esfahbod <behdad@behdad.org>
26227 Date:   Tue Oct 14 21:24:59 2014 -0700
26228
26229     Move macros around
26230
26231     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=84491
26232
26233  src/hb-open-type-private.hh | 63
26234  ++++++++++++++++++++++++++++++++++++++-------
26235  src/hb-private.hh           | 41 -----------------------------
26236  src/hb-uniscribe.cc         |  6 +++++
26237  3 files changed, 60 insertions(+), 50 deletions(-)
26238
26239 commit 5c87120b8178566ddae99d9825edc24f9b87ea3d
26240 Author: Behdad Esfahbod <behdad@behdad.org>
26241 Date:   Tue Oct 14 20:07:31 2014 -0700
26242
26243     Fix misc warnings
26244
26245     Fixes https://github.com/behdad/harfbuzz/pull/51
26246
26247  src/hb-buffer-deserialize-json.rl | 4 ++--
26248  src/hb-ot-layout-gsub-table.hh    | 2 +-
26249  src/hb-private.hh                 | 6 +++---
26250  3 files changed, 6 insertions(+), 6 deletions(-)
26251
26252 commit a1f27ac3c48cfe6d532dc422cf256952fea472ed
26253 Author: Behdad Esfahbod <behdad@behdad.org>
26254 Date:   Thu Oct 2 16:54:33 2014 -0400
26255
26256     Update test expectation for previous commit
26257
26258  test/shaping/tests/arabic-fallback-shaping.tests | 2 +-
26259  1 file changed, 1 insertion(+), 1 deletion(-)
26260
26261 commit 8afaf096870d7895cf2fffb6438b02c0ad1b6c52
26262 Author: Behdad Esfahbod <behdad@behdad.org>
26263 Date:   Thu Oct 2 16:40:41 2014 -0400
26264
26265     [ft] Add NO_HINTING in a couple other places
26266
26267  src/hb-ft.cc | 4 ++--
26268  1 file changed, 2 insertions(+), 2 deletions(-)
26269
26270 commit 7228011411f0e490ad1ba9894dd0d576823903ea
26271 Author: Behdad Esfahbod <behdad@behdad.org>
26272 Date:   Wed Oct 1 18:58:43 2014 -0400
26273
26274     [travis] Fix clang again
26275
26276  .travis.yml | 2 +-
26277  1 file changed, 1 insertion(+), 1 deletion(-)
26278
26279 commit 406a020e5228d4a04da6282f5a75165bab7a483e
26280 Author: Behdad Esfahbod <behdad@behdad.org>
26281 Date:   Wed Oct 1 18:54:55 2014 -0400
26282
26283     [travis] Fail build if coveralls fails
26284
26285  .travis.yml | 15 ++-------------
26286  1 file changed, 2 insertions(+), 13 deletions(-)
26287
26288 commit a8aa20260dbd9af9cbcc7d545fa8b41b07aae276
26289 Author: Behdad Esfahbod <behdad@behdad.org>
26290 Date:   Wed Oct 1 18:48:40 2014 -0400
26291
26292     [travis] Only run coveralls under gcc
26293
26294  .travis.yml | 5 ++---
26295  1 file changed, 2 insertions(+), 3 deletions(-)
26296
26297 commit 5de0407337d630117e424b7c715b7cbd432f4ef9
26298 Author: Behdad Esfahbod <behdad@behdad.org>
26299 Date:   Wed Oct 1 18:18:25 2014 -0400
26300
26301     Help clang with gcov
26302
26303  src/check-defs.sh    | 2 +-
26304  src/check-symbols.sh | 6 +++---
26305  2 files changed, 4 insertions(+), 4 deletions(-)
26306
26307 commit ef40ca8e5e830231539dc61088b58e907a840629
26308 Author: Behdad Esfahbod <behdad@behdad.org>
26309 Date:   Wed Oct 1 18:07:27 2014 -0400
26310
26311     [travis] Try to make coverage work with clang
26312
26313  .travis.yml | 11 ++++++-----
26314  1 file changed, 6 insertions(+), 5 deletions(-)
26315
26316 commit 52784da17b7278f2587168234878bb15d918c9fe
26317 Author: Behdad Esfahbod <behdad@behdad.org>
26318 Date:   Wed Oct 1 17:57:43 2014 -0400
26319
26320     [travis] Minor
26321
26322  README | 6 +++---
26323  1 file changed, 3 insertions(+), 3 deletions(-)
26324
26325 commit f2c9005f5123c7f9b227fd9ac9a3438c5fe4cf47
26326 Author: Behdad Esfahbod <behdad@behdad.org>
26327 Date:   Wed Oct 1 17:45:17 2014 -0400
26328
26329     Add README.md symlink to make github happy
26330
26331  README.md | 1 +
26332  1 file changed, 1 insertion(+)
26333
26334 commit 40987e8aaca4155d9cff211549e8d23f24c334e5
26335 Author: Behdad Esfahbod <behdad@behdad.org>
26336 Date:   Wed Oct 1 17:44:30 2014 -0400
26337
26338     [travis] Re-enable clang
26339
26340  .travis.yml | 8 +-------
26341  1 file changed, 1 insertion(+), 7 deletions(-)
26342
26343 commit 5400ac476e5a5bcc66559fcfb05a683a6b433ea1
26344 Author: Behdad Esfahbod <behdad@behdad.org>
26345 Date:   Wed Oct 1 17:41:41 2014 -0400
26346
26347     Add build and coverage status links
26348
26349  README | 3 +++
26350  1 file changed, 3 insertions(+)
26351
26352 commit 19360e0a5609c65842a989587b01a4dc7c9eae36
26353 Author: Behdad Esfahbod <behdad@behdad.org>
26354 Date:   Wed Oct 1 17:35:03 2014 -0400
26355
26356     [travis] Report matrix settings to help debugging
26357
26358  .travis.yml | 6 ++++++
26359  1 file changed, 6 insertions(+)
26360
26361 commit 9b89fc52f49b80df1f27ac7de69e0152bdcc94d6
26362 Author: Behdad Esfahbod <behdad@behdad.org>
26363 Date:   Wed Oct 1 17:20:31 2014 -0400
26364
26365     [travis] More coveralls
26366
26367  .travis.yml | 7 ++++++-
26368  1 file changed, 6 insertions(+), 1 deletion(-)
26369
26370 commit a68f2b62c1f24009993911b1dbcb76b821e58c51
26371 Author: Behdad Esfahbod <behdad@behdad.org>
26372 Date:   Wed Oct 1 17:05:58 2014 -0400
26373
26374     [travis] Give coveralls a hand
26375
26376  .travis.yml | 1 +
26377  1 file changed, 1 insertion(+)
26378
26379 commit 5194d647e13aa5ba2cfcdbdcd4a659dc5bd11418
26380 Author: Behdad Esfahbod <behdad@behdad.org>
26381 Date:   Wed Oct 1 17:03:26 2014 -0400
26382
26383     [travis] Disable clang for now
26384
26385  .travis.yml | 2 +-
26386  1 file changed, 1 insertion(+), 1 deletion(-)
26387
26388 commit 715f27f85f97fee13b119f60037db5c139489ee6
26389 Author: Behdad Esfahbod <behdad@behdad.org>
26390 Date:   Wed Oct 1 16:53:00 2014 -0400
26391
26392     [test] Fixup test
26393
26394  test/shaping/tests/hangul-jamo.tests | 9 ---------
26395  1 file changed, 9 deletions(-)
26396
26397 commit 2a508ddae5de3852243725ce22caa3dcffccb83e
26398 Author: Behdad Esfahbod <behdad@behdad.org>
26399 Date:   Wed Oct 1 16:49:22 2014 -0400
26400
26401     [travis] Another try at coveralls.io
26402
26403  .travis.yml | 6 +++---
26404  1 file changed, 3 insertions(+), 3 deletions(-)
26405
26406 commit dfe8078e5be46cab5e67aed977749c1d6725e6a7
26407 Author: Behdad Esfahbod <behdad@behdad.org>
26408 Date:   Wed Oct 1 16:38:47 2014 -0400
26409
26410     [travis] First try to hookup coveralls.io code coverage tracking
26411
26412  .travis.yml | 6 ++++--
26413  1 file changed, 4 insertions(+), 2 deletions(-)
26414
26415 commit 1b387571e4d0eed883f1ae8ec85cf0e818b4a7f9
26416 Author: Behdad Esfahbod <behdad@behdad.org>
26417 Date:   Wed Oct 1 16:14:59 2014 -0400
26418
26419     [travis] Unbreak
26420
26421  .travis.yml | 8 +-------
26422  1 file changed, 1 insertion(+), 7 deletions(-)
26423
26424 commit e281ed360dfdf803aea87b6078983867d08e07a7
26425 Author: Behdad Esfahbod <behdad@behdad.org>
26426 Date:   Wed Oct 1 16:09:08 2014 -0400
26427
26428     [travis] Minor
26429
26430  .travis.yml | 23 +++++++++++++++++++++--
26431  1 file changed, 21 insertions(+), 2 deletions(-)
26432
26433 commit c0b82ba32a1987902a3b9c05b46f8be6b121883a
26434 Author: Behdad Esfahbod <behdad@behdad.org>
26435 Date:   Wed Oct 1 14:24:07 2014 -0400
26436
26437     Create ragel-generated files in srcdir
26438
26439  src/Makefile.am | 25 ++++++++++---------------
26440  1 file changed, 10 insertions(+), 15 deletions(-)
26441
26442 commit 79bbb10b0da49ace763a50f259c2ea687143f7ea
26443 Author: Behdad Esfahbod <behdad@behdad.org>
26444 Date:   Wed Oct 1 13:33:21 2014 -0400
26445
26446     Clean ragel-generated headers in maintainercleanfiles
26447
26448  src/Makefile.am | 7 +++++++
26449  1 file changed, 7 insertions(+)
26450
26451 commit 8971cac83eb4f06847abfa3eaa15857d27141810
26452 Author: Behdad Esfahbod <behdad@behdad.org>
26453 Date:   Wed Oct 1 12:41:03 2014 -0400
26454
26455     Don't use tmp files in Makefile
26456
26457     Useful for code-coverage generation of the ragel-generated files
26458     as they will now contain the correct .hh filename in them.
26459
26460  src/Makefile.am | 27 +++++++++++++--------------
26461  1 file changed, 13 insertions(+), 14 deletions(-)
26462
26463 commit 22723186652224a635f1dad5cda0f753e78c301d
26464 Author: Behdad Esfahbod <behdad@behdad.org>
26465 Date:   Wed Oct 1 11:56:07 2014 -0400
26466
26467     check-static-inits: Filter out zero-length sections
26468
26469     When compiling with -O0, zero-sized constructors were showing up
26470     and confusing the test.
26471
26472  src/check-static-inits.sh | 2 +-
26473  1 file changed, 1 insertion(+), 1 deletion(-)
26474
26475 commit b695a3dc2300ed970a4154ad8b997407b3cb4faf
26476 Author: Behdad Esfahbod <behdad@behdad.org>
26477 Date:   Wed Oct 1 11:55:14 2014 -0400
26478
26479     check-static-inits: check for static finalizers
26480
26481  src/check-static-inits.sh | 4 ++--
26482  1 file changed, 2 insertions(+), 2 deletions(-)
26483
26484 commit 250398b1e4f102e4e44eeb9e2aebf0cd2d397344
26485 Author: Behdad Esfahbod <behdad@behdad.org>
26486 Date:   Wed Oct 1 11:28:01 2014 -0400
26487
26488     Hide other bubble-sort
26489
26490  src/hb-private.hh | 2 +-
26491  1 file changed, 1 insertion(+), 1 deletion(-)
26492
26493 commit c1e87442621beff98791ce56cfd1ccee506c4ee6
26494 Author: Behdad Esfahbod <behdad@behdad.org>
26495 Date:   Wed Oct 1 11:07:08 2014 -0400
26496
26497     Hide bubble-sort!
26498
26499  src/hb-private.hh | 2 +-
26500  1 file changed, 1 insertion(+), 1 deletion(-)
26501
26502 commit 80f77282264afb1356351024b1f062b2824bba3b
26503 Author: Behdad Esfahbod <behdad@behdad.org>
26504 Date:   Thu Sep 25 17:59:46 2014 +0300
26505
26506     [util] Fix ansi output when surface is empty
26507
26508  util/helper-cairo-ansi.cc | 4 ++--
26509  1 file changed, 2 insertions(+), 2 deletions(-)
26510
26511 commit 156852991e18e5ac256ee4d6b2916931cc274977
26512 Author: Behdad Esfahbod <behdad@behdad.org>
26513 Date:   Thu Sep 25 17:45:49 2014 +0300
26514
26515     [ot-font] Add hb_ot_face_cmap_accelerator_t
26516
26517  src/hb-ot-font.cc | 113
26518  +++++++++++++++++++++++++++++++-----------------------
26519  1 file changed, 66 insertions(+), 47 deletions(-)
26520
26521 commit d088ccaf11d9475fe0d269ce130b1793b8a1ffbf
26522 Author: Behdad Esfahbod <behdad@behdad.org>
26523 Date:   Thu Sep 25 17:26:56 2014 +0300
26524
26525     [ot-font] Minor
26526
26527  src/hb-ot-font.cc | 23 ++++++++++++-----------
26528  1 file changed, 12 insertions(+), 11 deletions(-)
26529
26530 commit d7c160a1530adabbcf33725b105072293115a34c
26531 Author: Behdad Esfahbod <behdad@behdad.org>
26532 Date:   Thu Sep 25 17:15:35 2014 +0300
26533
26534     [ot-font] Handle missing vertical metrics tables
26535
26536  src/hb-ot-font.cc | 26 +++++++++++++++++++-------
26537  1 file changed, 19 insertions(+), 7 deletions(-)
26538
26539 commit be1cca270257bfdfee3fbe821175269713acf408
26540 Author: Behdad Esfahbod <behdad@behdad.org>
26541 Date:   Thu Sep 25 16:53:24 2014 +0300
26542
26543     [ot-font] Add metrics_accel_t
26544
26545  src/hb-ot-font.cc       | 111
26546  ++++++++++++++++++++++--------------------------
26547  src/hb-ot-hhea-table.hh |   2 +-
26548  src/hb-ot-hmtx-table.hh |   4 +-
26549  3 files changed, 54 insertions(+), 63 deletions(-)
26550
26551 commit d41b809e9d21e655129a97c600d28f278fd7e62c
26552 Author: Behdad Esfahbod <behdad@behdad.org>
26553 Date:   Thu Sep 25 13:04:08 2014 +0300
26554
26555     [ot-font] Start adding vertical support
26556
26557  src/hb-ot-font.cc       | 57 ++++++++++++++++++++++++++++++++++----------
26558  src/hb-ot-hhea-table.hh | 63
26559  ++++++++++++++++++++++++++-----------------------
26560  src/hb-ot-hmtx-table.hh | 35 +++++++++++++++++----------
26561  3 files changed, 100 insertions(+), 55 deletions(-)
26562
26563 commit 22f0de5025aeeef4c8b3ca876d291d4c8e558d94
26564 Author: Behdad Esfahbod <behdad@behdad.org>
26565 Date:   Mon Aug 25 12:54:57 2014 -0400
26566
26567     Fix build
26568
26569  src/hb-ot-shape-complex-arabic-win1256.hh | 3 +++
26570  1 file changed, 3 insertions(+)
26571
26572 commit d457e3f0ff9b27616a34e4cc110d3edbf8796841
26573 Author: Behdad Esfahbod <behdad@behdad.org>
26574 Date:   Mon Aug 25 12:31:19 2014 -0400
26575
26576     [arabic] Don't #include __FILE__
26577
26578     Fine!
26579
26580     https://code.google.com/p/chromium/issues/detail?id=406957
26581
26582  src/hb-ot-shape-complex-arabic-win1256.hh | 2 +-
26583  1 file changed, 1 insertion(+), 1 deletion(-)
26584
26585 commit 9ceb673d9c35bb28c9b2ed5359bdd8b23fda0019
26586 Author: Behdad Esfahbod <behdad@behdad.org>
26587 Date:   Mon Aug 25 11:48:12 2014 -0400
26588
26589     [arabic] Allow disabling win1256 fallback code
26590
26591     By defining HB_NO_WIN1256.
26592
26593  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
26594  1 file changed, 1 insertion(+), 1 deletion(-)
26595
26596 commit 8a9319502141c09695461c386e54f998250420e9
26597 Author: Behdad Esfahbod <behdad@behdad.org>
26598 Date:   Fri Aug 22 12:06:57 2014 -0400
26599
26600     [ot] Prefer Windows platform cmap tables / accept all Unicode
26601     encodingIDs
26602
26603     Some fonts on the Mac ship with (0,1).
26604
26605  src/hb-ot-font.cc | 7 +++++--
26606  1 file changed, 5 insertions(+), 2 deletions(-)
26607
26608 commit 270971a0fccdf4964fd3e8ab8e5cf53037a3518d
26609 Author: Behdad Esfahbod <behdad@behdad.org>
26610 Date:   Fri Aug 15 14:28:04 2014 -0400
26611
26612     [win32] Avoid preprocessor warnings re macros
26613
26614  src/hb-private.hh | 8 ++++++--
26615  1 file changed, 6 insertions(+), 2 deletions(-)
26616
26617 commit 8c6bd34d38fb3007c3d660fce0095cc5c7e9962e
26618 Author: Behdad Esfahbod <behdad@behdad.org>
26619 Date:   Thu Aug 14 13:33:37 2014 -0400
26620
26621     Fix check-symbols on OS X
26622
26623  src/check-libstdc++.sh | 14 +++++++-------
26624  src/check-symbols.sh   |  8 +++++++-
26625  2 files changed, 14 insertions(+), 8 deletions(-)
26626
26627 commit 522b1cc5261c1419166bfb90d2ff634b684be66a
26628 Author: Behdad Esfahbod <behdad@behdad.org>
26629 Date:   Thu Aug 14 13:29:30 2014 -0400
26630
26631     [coretext] Hide feature_mappings
26632
26633  src/hb-coretext.cc | 2 +-
26634  1 file changed, 1 insertion(+), 1 deletion(-)
26635
26636 commit 0d2c2f238bf0a847ecd55a70cc0f081f18a053ac
26637 Author: Behdad Esfahbod <behdad@behdad.org>
26638 Date:   Thu Aug 14 13:25:55 2014 -0400
26639
26640     Simplify hb-object
26641
26642  src/hb-object-private.hh | 118
26643  +++++++++++++++--------------------------------
26644  1 file changed, 36 insertions(+), 82 deletions(-)
26645
26646 commit 9d861b81f349188a4507350398786a6e94038095
26647 Author: Behdad Esfahbod <behdad@behdad.org>
26648 Date:   Thu Aug 14 13:15:21 2014 -0400
26649
26650     Really fix clang build this time
26651
26652  src/hb-object-private.hh | 141
26653  +++++++++++++++++++++++------------------------
26654  1 file changed, 68 insertions(+), 73 deletions(-)
26655
26656 commit 272226f294382b0c6921b36e0e67fc53daa765d3
26657 Author: Behdad Esfahbod <behdad@behdad.org>
26658 Date:   Thu Aug 14 13:11:33 2014 -0400
26659
26660     Revert "Fix build on clang after previous commit"
26661
26662     This reverts commit 9c80cbc87f23040a334e30c750f64523d9ef10c8.
26663
26664  src/hb-object-private.hh | 34 +++++++++++++---------------------
26665  1 file changed, 13 insertions(+), 21 deletions(-)
26666
26667 commit 9c80cbc87f23040a334e30c750f64523d9ef10c8
26668 Author: Behdad Esfahbod <behdad@behdad.org>
26669 Date:   Thu Aug 14 13:09:52 2014 -0400
26670
26671     Fix build on clang after previous commit
26672
26673  src/hb-object-private.hh | 34 +++++++++++++++++++++-------------
26674  1 file changed, 21 insertions(+), 13 deletions(-)
26675
26676 commit a5a27073cfff91c4f80209ca8462543130af61dd
26677 Author: Behdad Esfahbod <behdad@behdad.org>
26678 Date:   Thu Aug 14 13:05:36 2014 -0400
26679
26680     Rewrite this==NULL checks to avoid undefined behavior
26681
26682     Fixes https://code.google.com/p/chromium/issues/detail?id=403594
26683
26684  src/hb-object-private.hh | 18 ++++++++----------
26685  1 file changed, 8 insertions(+), 10 deletions(-)
26686
26687 commit cc3b2d432b02f9381cdf19e2dd5fbbdd002a750c
26688 Author: Behdad Esfahbod <behdad@behdad.org>
26689 Date:   Thu Aug 14 12:59:16 2014 -0400
26690
26691     Remove this==NULL check from face->reference_table()
26692
26693     Not supposed to happen, and apparently this is undefined in C++.
26694     https://code.google.com/p/chromium/issues/detail?id=403594
26695
26696  src/hb-face-private.hh | 2 +-
26697  1 file changed, 1 insertion(+), 1 deletion(-)
26698
26699 commit cd7ea4f791dc41d62ad238673e2ea0107883c9e3
26700 Author: Behdad Esfahbod <behdad@behdad.org>
26701 Date:   Thu Aug 14 12:57:02 2014 -0400
26702
26703     Make hb_object_t members private
26704
26705     In preparation for fixing:
26706     https://code.google.com/p/chromium/issues/detail?id=403594
26707
26708  src/hb-object-private.hh | 26 +++++++++++++++++++++-----
26709  src/hb-set-private.hh    |  2 +-
26710  2 files changed, 22 insertions(+), 6 deletions(-)
26711
26712 commit c4308f895aef93ed884fd54e4ebc65b6d2cfc94a
26713 Author: Behdad Esfahbod <behdad@behdad.org>
26714 Date:   Wed Aug 13 19:42:01 2014 -0400
26715
26716     Minor
26717
26718  test/shaping/hb_test_tools.py | 2 +-
26719  1 file changed, 1 insertion(+), 1 deletion(-)
26720
26721 commit cd5a1149d980dc3c17b6bb9d961c761b2671ba1b
26722 Author: Behdad Esfahbod <behdad@behdad.org>
26723 Date:   Wed Aug 13 12:39:34 2014 -0400
26724
26725     0.9.35
26726
26727  NEWS         | 29 +++++++++++++++++++++++++++++
26728  configure.ac |  2 +-
26729  2 files changed, 30 insertions(+), 1 deletion(-)
26730
26731 commit 20076cc41e673c31305fcb58d37b3b292fd35f83
26732 Author: Behdad Esfahbod <behdad@behdad.org>
26733 Date:   Tue Aug 12 19:26:35 2014 -0400
26734
26735     [coretext] Add version guards for kCTLanguageAttributeName
26736
26737  src/hb-coretext.cc | 7 +++++++
26738  1 file changed, 7 insertions(+)
26739
26740 commit 1b3011c27df531875d432e909ae6b77f115c5017
26741 Author: Behdad Esfahbod <behdad@behdad.org>
26742 Date:   Tue Aug 12 19:17:19 2014 -0400
26743
26744     [coretext] Pass buffer language to CoreText
26745
26746  src/hb-coretext.cc | 12 ++++++++++++
26747  1 file changed, 12 insertions(+)
26748
26749 commit 3eb6a4dbf25b11fce5e0e426e89f7457887aeca0
26750 Author: Behdad Esfahbod <behdad@behdad.org>
26751 Date:   Tue Aug 12 19:10:33 2014 -0400
26752
26753     [coretext] Minor
26754
26755  src/hb-coretext.cc | 9 +++++----
26756  1 file changed, 5 insertions(+), 4 deletions(-)
26757
26758 commit 08acfe0d3a1d8223a9fa0696703fff63d6c2ea8b
26759 Author: Behdad Esfahbod <behdad@behdad.org>
26760 Date:   Tue Aug 12 18:57:08 2014 -0400
26761
26762     [hb-coretext] Fix cluster order of notdef runs in RTL text
26763
26764  src/hb-coretext.cc | 3 +++
26765  1 file changed, 3 insertions(+)
26766
26767 commit 30eed75de24ac0b6648a72d98d10bb24a563d7ef
26768 Author: Behdad Esfahbod <behdad@behdad.org>
26769 Date:   Tue Aug 12 17:15:09 2014 -0400
26770
26771     [shape-plan] Fix typo!
26772
26773     The only effect is, if shaper_list was not NULL and no shaper
26774     was found,
26775     we now don't insert anything into cache and return earlier.
26776
26777  src/hb-shape-plan.cc | 2 +-
26778  1 file changed, 1 insertion(+), 1 deletion(-)
26779
26780 commit dc9aba6fc53898acd7281b118cec0355d61b1df2
26781 Author: Behdad Esfahbod <behdad@behdad.org>
26782 Date:   Tue Aug 12 17:14:36 2014 -0400
26783
26784     [shape-plan] Better debug messages
26785
26786  src/hb-shape-plan.cc | 14 ++++++++++----
26787  1 file changed, 10 insertions(+), 4 deletions(-)
26788
26789 commit e956c65bf724a8403471362288d2361361b6ac58
26790 Author: Behdad Esfahbod <behdad@behdad.org>
26791 Date:   Tue Aug 12 17:03:27 2014 -0400
26792
26793     [shape-plan] Simplify macro
26794
26795  src/hb-shape-plan.cc | 22 ++++++++--------------
26796  1 file changed, 8 insertions(+), 14 deletions(-)
26797
26798 commit 29e25550ce8fee3fecc42d20a45ce9c212dc59df
26799 Author: Behdad Esfahbod <behdad@behdad.org>
26800 Date:   Tue Aug 12 17:02:59 2014 -0400
26801
26802     Fix gcc warning
26803
26804  src/hb-private.hh | 9 +++++++++
26805  1 file changed, 9 insertions(+)
26806
26807 commit 8d5eebc0c6ada01128c6ee384340efdbef7ba29d
26808 Author: Behdad Esfahbod <behdad@behdad.org>
26809 Date:   Tue Aug 12 16:50:22 2014 -0400
26810
26811     [shape-plan] Fix shape-plan caching with more than one requested
26812     shaper
26813
26814     Wasn't breaking out of loop, ouch!
26815
26816     http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1246370.html
26817
26818  src/hb-shape-plan.cc | 9 ++++++---
26819  1 file changed, 6 insertions(+), 3 deletions(-)
26820
26821 commit bc3d0dc60104f1cda465a5e8ba5b40ed5bec70b9
26822 Author: Behdad Esfahbod <behdad@behdad.org>
26823 Date:   Tue Aug 12 16:49:18 2014 -0400
26824
26825     [shape-plan] Add debug tracing
26826
26827  src/hb-shape-plan.cc | 26 ++++++++++++++++++++++++++
26828  1 file changed, 26 insertions(+)
26829
26830 commit 81b8d9777b9c38c7e6408591763a4cac6de18e4b
26831 Author: Behdad Esfahbod <behdad@behdad.org>
26832 Date:   Tue Aug 12 15:49:47 2014 -0400
26833
26834     [coretext] Fix buffer resizing
26835
26836     Was very broken.  Now fixed and tested.
26837
26838  src/hb-coretext.cc | 17 +++++++++++++----
26839  1 file changed, 13 insertions(+), 4 deletions(-)
26840
26841 commit c3e924fb9e0e2d4003790817655efd9c5688c7e1
26842 Author: Behdad Esfahbod <behdad@behdad.org>
26843 Date:   Tue Aug 12 14:25:11 2014 -0400
26844
26845     [coretext] Rewind scratch-allocated arrays when not needed anymore
26846
26847  src/hb-coretext.cc | 16 ++++++++++++++++
26848  1 file changed, 16 insertions(+)
26849
26850 commit 8fd4d70b1450d7261a35ab3dea1c70baea2e5c99
26851 Author: Behdad Esfahbod <behdad@behdad.org>
26852 Date:   Tue Aug 12 13:12:31 2014 -0400
26853
26854     [wince] Two more Windows CE fixes
26855
26856     Report has it that it builds (and works) now:
26857
26858       https://codereview.qt-project.org/#/c/92087/
26859
26860  src/hb-mutex-private.hh | 2 +-
26861  src/hb-private.hh       | 2 ++
26862  2 files changed, 3 insertions(+), 1 deletion(-)
26863
26864 commit fd0001d7dbe6ede99a9f87f96f231ffb53303be8
26865 Author: Behdad Esfahbod <behdad@behdad.org>
26866 Date:   Tue Aug 12 10:32:41 2014 -0400
26867
26868     [coretext] Compare CGFont and PS name, if CTFont didn't match
26869
26870     See comments.
26871
26872     Fixes vertical text.  CoreText backend is in very good shape now!
26873
26874     Also see:
26875     5a0eed3b50629be4826e4e9428f2c3255195395d
26876     25f4fb9b56bb3f8bec821571c78f8829e40daa54
26877
26878     Fixes http://github.com/behdad/harfbuzz/pull/36
26879
26880  src/hb-coretext.cc | 54
26881  ++++++++++++++++++++++++++++++++++++++++++++++++------
26882  1 file changed, 48 insertions(+), 6 deletions(-)
26883
26884 commit 5a0eed3b50629be4826e4e9428f2c3255195395d
26885 Author: Behdad Esfahbod <behdad@behdad.org>
26886 Date:   Mon Aug 11 23:47:16 2014 -0400
26887
26888     [coretext] Implement vertical shaping
26889
26890     Currently doesn't work though, we detect font fallback.  Apparently
26891     matching on ct_font is not safe for this.  Looks like commit
26892     25f4fb9b56bb3f8bec821571c78f8829e40daa54 wasn't enough after all.
26893
26894  src/hb-coretext.cc | 127
26895  ++++++++++++++++++++++++++++++++++-------------------
26896  1 file changed, 81 insertions(+), 46 deletions(-)
26897
26898 commit 1b55077f03758e49f93b8bc1de678e96ea58718c
26899 Author: Behdad Esfahbod <behdad@behdad.org>
26900 Date:   Mon Aug 11 20:45:12 2014 -0400
26901
26902     [coretext] Remove unnecessary alt_size
26903
26904     Wasn't needed after a6b8dc87421de33746b0b14d86d2d1532aec02af.
26905
26906  src/hb-coretext.cc | 4 ++--
26907  1 file changed, 2 insertions(+), 2 deletions(-)
26908
26909 commit 10b1104d791a0b0103c6bbb083b5819f2b7d328d
26910 Author: Behdad Esfahbod <behdad@behdad.org>
26911 Date:   Mon Aug 11 20:02:45 2014 -0400
26912
26913     [coretext] Use CFRunStatus
26914
26915     Assert that all runs had expected direction, and take hint for
26916     non-monotone clusters.
26917
26918  src/hb-coretext.cc | 17 +++++++++++++++--
26919  1 file changed, 15 insertions(+), 2 deletions(-)
26920
26921 commit fd1a6aa8d029c701b1532efa59ce901109cfc216
26922 Author: Behdad Esfahbod <behdad@behdad.org>
26923 Date:   Mon Aug 11 20:01:37 2014 -0400
26924
26925     [coretext] Minor
26926
26927  src/hb-coretext.cc | 3 ++-
26928  1 file changed, 2 insertions(+), 1 deletion(-)
26929
26930 commit 130856c705641aa681307b5b51b5fb84e295f382
26931 Author: Behdad Esfahbod <behdad@behdad.org>
26932 Date:   Mon Aug 11 19:16:26 2014 -0400
26933
26934     [coretext] Remove debug printf!
26935
26936  src/hb-coretext.cc | 1 -
26937  1 file changed, 1 deletion(-)
26938
26939 commit b5fbc3b8f560235d014c62e49220574ffcf89349
26940 Author: Behdad Esfahbod <behdad@behdad.org>
26941 Date:   Mon Aug 11 18:40:01 2014 -0400
26942
26943     API: Do not clear buffer-flags in hb_buffer_clear_contents()
26944
26945     After 763e5466c0a03a7c27020e1e2598e488612529a7, one doesn't
26946     need to set flags for different pieces of text.  The flags now
26947     are something the client sets up once, depending on how it
26948     actually uses the buffer.  As such, don't clear it in
26949     clear_contents().
26950
26951     Tests updated.
26952
26953  src/hb-buffer-private.hh |  4 +---
26954  src/hb-buffer.cc         |  4 ++--
26955  test/api/test-buffer.c   | 15 ++++++++++++---
26956  3 files changed, 15 insertions(+), 8 deletions(-)
26957
26958 commit 104484cefeca03d95837bba5f39178693c86ce8a
26959 Author: Behdad Esfahbod <behdad@behdad.org>
26960 Date:   Mon Aug 11 18:23:43 2014 -0400
26961
26962     Minor
26963
26964  src/hb-common.h | 5 +++--
26965  1 file changed, 3 insertions(+), 2 deletions(-)
26966
26967 commit 4acce77db7dd588ba277779c4997b0256ebe426e
26968 Author: Behdad Esfahbod <behdad@behdad.org>
26969 Date:   Mon Aug 11 17:46:50 2014 -0400
26970
26971     [coretext] Pass buffer direction to CoreText
26972
26973     Have to use a CTTypesetter for this.
26974
26975  src/hb-coretext.cc | 26 ++++++++++++++++++++++----
26976  1 file changed, 22 insertions(+), 4 deletions(-)
26977
26978 commit 5ec45dd37caa8a87ce2689a66272ba8a343fe6ba
26979 Author: Behdad Esfahbod <behdad@behdad.org>
26980 Date:   Mon Aug 11 17:46:12 2014 -0400
26981
26982     [coretext] Minor
26983
26984     It's hard to handle all possible NULL returns from CoreText.  Add one
26985     more...
26986
26987  src/hb-coretext.cc | 8 +++++---
26988  1 file changed, 5 insertions(+), 3 deletions(-)
26989
26990 commit 624a299b829ccf9864dd2f3001b1a49476e96b4a
26991 Author: Behdad Esfahbod <behdad@behdad.org>
26992 Date:   Mon Aug 11 15:29:18 2014 -0400
26993
26994     [coretext] Attach marks to base clusters
26995
26996     Fixes https://githu.com/behdad/harfbuzz/issues/49
26997     to the extent that it can be fixed.
26998
26999  src/hb-coretext.cc | 16 ++++++++++++++++
27000  1 file changed, 16 insertions(+)
27001
27002 commit 3c41ccb5358b0be6cc68d49f436d2cb1792cd5e5
27003 Author: Behdad Esfahbod <behdad@behdad.org>
27004 Date:   Mon Aug 11 15:11:59 2014 -0400
27005
27006     [coretext] Use input clusters
27007
27008     Before, this shaper was returning UTF-16 cluster indices instead of
27009     returning whatever cluster values the user had had set up in the
27010     buffer.
27011     Ouch!
27012
27013  src/hb-coretext.cc | 6 ++----
27014  1 file changed, 2 insertions(+), 4 deletions(-)
27015
27016 commit a6b8dc87421de33746b0b14d86d2d1532aec02af
27017 Author: Behdad Esfahbod <behdad@behdad.org>
27018 Date:   Mon Aug 11 15:08:19 2014 -0400
27019
27020     [coretext] Fix buffer resize handling
27021
27022     We can't really resize buffer and continue in this shaper as we are
27023     using the scratch buffer for string_ref and log_cluster.  Restructure
27024     shaper to retry from (almost) scratch.
27025
27026  src/hb-buffer-private.hh |   3 +
27027  src/hb-coretext.cc       | 428
27028  ++++++++++++++++++++++++++---------------------
27029  2 files changed, 238 insertions(+), 193 deletions(-)
27030
27031 commit 9b3c60c88b118f01610ae7a608b138f79f2dc7be
27032 Author: Behdad Esfahbod <behdad@behdad.org>
27033 Date:   Mon Aug 11 13:25:43 2014 -0400
27034
27035     [coretext] Always compute log_clusters
27036
27037     To be used soon.
27038
27039  src/hb-coretext.cc | 24 +++++++++++-------------
27040  1 file changed, 11 insertions(+), 13 deletions(-)
27041
27042 commit 15c633dd1f412f9ef839d80a8f7af35e7ea48fbc
27043 Author: Behdad Esfahbod <behdad@behdad.org>
27044 Date:   Mon Aug 11 13:42:42 2014 -0400
27045
27046     Minor
27047
27048  src/hb-graphite2.cc | 4 ++--
27049  src/hb-uniscribe.cc | 6 ++----
27050  2 files changed, 4 insertions(+), 6 deletions(-)
27051
27052 commit 9ce067c77524a9ffc77ceabcba5e7dab36fd39de
27053 Author: Behdad Esfahbod <behdad@behdad.org>
27054 Date:   Mon Aug 11 02:04:38 2014 -0400
27055
27056     [coretext] Simplify cluster mapping
27057
27058  src/hb-coretext.cc | 41 +++++++++++++++++------------------------
27059  1 file changed, 17 insertions(+), 24 deletions(-)
27060
27061 commit 49f7fb63761e4ca9936990fb90a77fd3600f5ad2
27062 Author: Behdad Esfahbod <behdad@behdad.org>
27063 Date:   Sun Aug 10 19:19:38 2014 -0400
27064
27065     [coretext] Minor
27066
27067  src/hb-coretext.cc | 2 +-
27068  1 file changed, 1 insertion(+), 1 deletion(-)
27069
27070 commit 25f4fb9b56bb3f8bec821571c78f8829e40daa54
27071 Author: Behdad Esfahbod <behdad@behdad.org>
27072 Date:   Sun Aug 10 19:05:25 2014 -0400
27073
27074     [coretext] Fix fallback detection
27075
27076     Fixes http://github.com/behdad/harfbuzz/pull/36
27077
27078  src/hb-coretext.cc | 29 ++++++++++++++++++++---------
27079  1 file changed, 20 insertions(+), 9 deletions(-)
27080
27081 commit 77a7a53acef7de355116d488e7d64ff1d7e9e9e1
27082 Author: Behdad Esfahbod <behdad@behdad.org>
27083 Date:   Sun Aug 10 18:59:47 2014 -0400
27084
27085     [coretext] Fix last range
27086
27087     Test with:
27088
27089     hb-view /Library/Fonts/Zapfino.ttf ZapfinoZapfino --features=-dlig[7:]
27090     --shaper=coretext
27091
27092  src/hb-coretext.cc | 2 +-
27093  1 file changed, 1 insertion(+), 1 deletion(-)
27094
27095 commit c2b151d95262a8dc2d2ce94e19ab0ef5b0c8f98d
27096 Author: Behdad Esfahbod <behdad@behdad.org>
27097 Date:   Sun Aug 10 18:52:07 2014 -0400
27098
27099     Fix hb_in_range() for types smaller than int
27100
27101     As exercised by hb-coretext .notdef code.
27102
27103  src/hb-private.hh | 4 +++-
27104  1 file changed, 3 insertions(+), 1 deletion(-)
27105
27106 commit 26a963b9cb4af3119177f277a2d48a5d537458fb
27107 Author: Behdad Esfahbod <behdad@behdad.org>
27108 Date:   Sun Aug 10 18:04:50 2014 -0400
27109
27110     [wince] Try to fix some stuff on Windows CE
27111
27112     Based on errors seen here:
27113     http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_03837/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz
27114
27115     Fully untested.
27116
27117  src/hb-private.hh | 8 ++++++++
27118  1 file changed, 8 insertions(+)
27119
27120 commit 92aeee3f040c2c32cbf70b27bd6954535388c870
27121 Author: Behdad Esfahbod <behdad@behdad.org>
27122 Date:   Sun Aug 10 17:42:19 2014 -0400
27123
27124     Minor
27125
27126  src/hb-coretext.cc  | 4 ++--
27127  src/hb-uniscribe.cc | 4 ++--
27128  2 files changed, 4 insertions(+), 4 deletions(-)
27129
27130 commit b9993d8d6d332994dfbd29e99ff8043622003417
27131 Author: Behdad Esfahbod <behdad@behdad.org>
27132 Date:   Sun Aug 10 17:40:24 2014 -0400
27133
27134     [coretext] Fix assert on Yosemite
27135
27136     Apparently those functions documented as sometimes returning NULL
27137     actually exercise that right in OS X 10.10 Yosemite.  The scratch
27138     was too small for that.  I *think* I fixed it, but haven't tested
27139     as I don't have Yosemite.
27140
27141  src/hb-coretext.cc | 6 +++++-
27142  1 file changed, 5 insertions(+), 1 deletion(-)
27143
27144 commit 087733dd66e17297ef0e53680fafe42c84884104
27145 Author: Behdad Esfahbod <behdad@behdad.org>
27146 Date:   Fri Apr 18 11:21:08 2014 -0700
27147
27148     [coretext] Use CGFont as face_data
27149
27150  src/hb-coretext.cc | 26 +++++++++-----------------
27151  1 file changed, 9 insertions(+), 17 deletions(-)
27152
27153 commit d277c3d7eee1fd4fb41c38255e5c4df539353e89
27154 Author: Behdad Esfahbod <behdad@behdad.org>
27155 Date:   Thu Aug 7 15:38:52 2014 -0400
27156
27157     [arabic] Bug 82306 - Mandaic had errors in its Unicode Joining_Type
27158
27159     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=82306
27160
27161  src/hb-ot-shape-complex-arabic-table.hh | 2 +-
27162  1 file changed, 1 insertion(+), 1 deletion(-)
27163
27164 commit 38fb30d7420a4b01f99cee31baa8c3990a1d1c5f
27165 Author: Behdad Esfahbod <behdad@behdad.org>
27166 Date:   Wed Aug 6 13:34:49 2014 -0400
27167
27168     Use atexit() only if it's safe to call from shared library
27169
27170     Apparently they are not (advertised as?) safe on BSD systems.
27171     We ignore the case of static libraries.
27172
27173     Whitelisted on glibc, Android, and MSVC / mingw.
27174
27175     https://bugs.freedesktop.org/show_bug.cgi?id=82246
27176
27177  src/hb-common.cc    |  4 ++--
27178  src/hb-ft.cc        |  2 +-
27179  src/hb-private.hh   | 25 +++++++++++++++++++++++++
27180  src/hb-shape.cc     |  2 +-
27181  src/hb-shaper.cc    |  2 +-
27182  src/hb-uniscribe.cc |  2 +-
27183  6 files changed, 31 insertions(+), 6 deletions(-)
27184
27185 commit d5e61470fa8e5046c35a79988e00e012ae4fff0f
27186 Author: Behdad Esfahbod <behdad@behdad.org>
27187 Date:   Tue Aug 5 14:19:01 2014 -0400
27188
27189     [arabic] Fix fallback shaping regression
27190
27191     Was broken in 615d00ea252739da57edbd980ff27e573.
27192
27193     Fixes https://github.com/behdad/harfbuzz/pull/48
27194
27195     Micro-test added.
27196
27197  src/hb-ot-shape-complex-arabic.cc                        |   4 ++--
27198  test/shaping/Makefile.am                                 |   1 +
27199  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
27200  .../sha1sum/df768b9c257e0c9c35786c47cae15c46571d56be.ttf | Bin 0 ->
27201  6332 bytes
27202  test/shaping/tests/MANIFEST                              |   1 +
27203  test/shaping/tests/arabic-fallback-shaping.tests         |   1 +
27204  6 files changed, 6 insertions(+), 2 deletions(-)
27205
27206 commit 91c2c0fd2b0f660d79744b3dfaf39ab86883e96b
27207 Author: Behdad Esfahbod <behdad@behdad.org>
27208 Date:   Sat Aug 2 19:24:55 2014 -0400
27209
27210     0.9.34
27211
27212  NEWS         | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
27213  configure.ac |  2 +-
27214  2 files changed, 54 insertions(+), 1 deletion(-)
27215
27216 commit d7c850f8037d2701366008eb8c2a527c9d40abde
27217 Author: Behdad Esfahbod <behdad@behdad.org>
27218 Date:   Sat Aug 2 17:46:38 2014 -0400
27219
27220     [uniscribe] Minor
27221
27222  src/hb-uniscribe.cc | 1 +
27223  1 file changed, 1 insertion(+)
27224
27225 commit 8f3eebf7ee4005f9a8efaafcb7f4058cc0a3756e
27226 Author: Behdad Esfahbod <behdad@behdad.org>
27227 Date:   Sat Aug 2 17:18:46 2014 -0400
27228
27229     Make sure gsubgpos buffer vars are available during fallback_position
27230
27231     Add buffer var allocation asserts to a few key places.
27232
27233  src/hb-ot-layout-gpos-table.hh             |  4 ++--
27234  src/hb-ot-layout-gsub-table.hh             |  2 +-
27235  src/hb-ot-layout-private.hh                | 15 +++++++++++++++
27236  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
27237  src/hb-ot-shape-fallback.cc                |  2 ++
27238  src/hb-ot-shape-normalize.cc               |  2 ++
27239  src/hb-ot-shape.cc                         |  3 +++
27240  7 files changed, 26 insertions(+), 4 deletions(-)
27241
27242 commit 2053f369f84676f197ac41ea654a318c48922abd
27243 Author: Behdad Esfahbod <behdad@behdad.org>
27244 Date:   Sat Aug 2 16:31:16 2014 -0400
27245
27246     Disable 'liga' for vertical text
27247
27248     The reason we turned it on is because Kazuraki uses it.  But that's
27249     not reason enough.  Until the OpenType spec gets its act together re
27250     adding design-direction to lookups, this is better user experience.
27251
27252  src/hb-ot-shape.cc | 2 +-
27253  1 file changed, 1 insertion(+), 1 deletion(-)
27254
27255 commit 763e5466c0a03a7c27020e1e2598e488612529a7
27256 Author: Behdad Esfahbod <behdad@behdad.org>
27257 Date:   Sat Aug 2 16:17:44 2014 -0400
27258
27259     Make it easier to use HB_BUFFER_FLAG_BOT/EOT
27260
27261     Previously, we expected users to provide BOT/EOT flags when the
27262     text *segment* was at paragraph boundaries.  This meant that for
27263     clients that provide full paragraph to HarfBuzz (eg. Pango), they
27264     had code like this:
27265
27266       hb_buffer_set_flags (hb_buffer,
27267                            (item_offset == 0 ? HB_BUFFER_FLAG_BOT : 0) |
27268                            (item_offset + item_length == paragraph_length
27269                            ?
27270                             HB_BUFFER_FLAG_EOT : 0));
27271
27272       hb_buffer_add_utf8 (hb_buffer,
27273                           paragraph_text, paragraph_length,
27274                           item_offset, item_length);
27275
27276     After this change such clients can simply say:
27277
27278       hb_buffer_set_flags (hb_buffer,
27279                            HB_BUFFER_FLAG_BOT | HB_BUFFER_FLAG_EOT);
27280
27281       hb_buffer_add_utf8 (hb_buffer,
27282                           paragraph_text, paragraph_length,
27283                           item_offset, item_length);
27284
27285     Ie, HarfBuzz itself checks whether the segment is at the beginning/end
27286     of the paragraph.  Clients that only pass item-at-a-time to HarfBuzz
27287     continue not setting any flags whatsoever.
27288
27289     Another way to put it is: if there's pre-context text in the buffer,
27290     HarfBuzz ignores the BOT flag.  If there's post-context, it ignores
27291     EOT flag.
27292
27293  src/hb-ot-shape-complex-arabic.cc | 40
27294  +++++++++++++++++++--------------------
27295  src/hb-ot-shape.cc                |  1 +
27296  2 files changed, 20 insertions(+), 21 deletions(-)
27297
27298 commit 0a5ae9336231c4d189e1682e4fd9c9c4552b8bbf
27299 Merge: ac53443f 6ab6be32
27300 Author: Behdad Esfahbod <behdad@behdad.org>
27301 Date:   Sat Aug 2 15:00:34 2014 -0400
27302
27303     Merge branch 'win1256'
27304
27305 commit 6ab6be32c5857ce3344021ad2996e80b2a8c8f99
27306 Author: Behdad Esfahbod <behdad@behdad.org>
27307 Date:   Sat Aug 2 14:58:38 2014 -0400
27308
27309     [arabic/win1256] Remove unused MultipleSubst macros
27310
27311  src/hb-ot-shape-complex-arabic-win1256.hh | 12 ------------
27312  1 file changed, 12 deletions(-)
27313
27314 commit abfa4252cce1c56c472693dcd8400cd97ededd2f
27315 Author: Behdad Esfahbod <behdad@behdad.org>
27316 Date:   Fri Aug 1 19:05:33 2014 -0400
27317
27318     [arabic/win1256] Really fix lam-alef this time
27319
27320     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c26
27321     https://github.com/behdad/harfbuzz/commit/b276e897d17519a2c28f79d024904ac2bdd86bcf#commitcomment-7243499
27322
27323  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
27324  src/hb-ot-shape-complex-arabic-win1256.hh  | 49
27325  +++++++++---------------------
27326  2 files changed, 15 insertions(+), 36 deletions(-)
27327
27328 commit 55977f2a462b7fa1248eab3787053dc82320d3e5
27329 Author: Behdad Esfahbod <behdad@behdad.org>
27330 Date:   Fri Aug 1 16:14:33 2014 -0400
27331
27332     [arabic/win1256] Hook up lamMedi lookup
27333
27334     Restructure lookup array to accommodate.
27335
27336     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c18
27337
27338  src/hb-ot-shape-complex-arabic-fallback.hh | 26
27339  ++++++++++----------------
27340  src/hb-ot-shape-complex-arabic-win1256.hh  |  1 +
27341  2 files changed, 11 insertions(+), 16 deletions(-)
27342
27343 commit e839e2523e64fd0cf21929f6a45e2facd59c7917
27344 Author: Behdad Esfahbod <behdad@behdad.org>
27345 Date:   Fri Aug 1 16:09:31 2014 -0400
27346
27347     [arabic/win1256] Fix TEH MARBUTA final form
27348
27349     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c18
27350
27351  src/hb-ot-shape-complex-arabic-win1256.hh | 8 ++++----
27352  1 file changed, 4 insertions(+), 4 deletions(-)
27353
27354 commit a2de193220ee2839125594bd1a60b5b66ab4598e
27355 Author: Behdad Esfahbod <behdad@behdad.org>
27356 Date:   Thu Jul 31 18:21:05 2014 -0400
27357
27358     [arabic/win1256] Fix shaping of JEEM, HAH, and KHAH
27359
27360     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139#c16
27361
27362  src/hb-ot-shape-complex-arabic-win1256.hh | 22 ++++++++++++----------
27363  1 file changed, 12 insertions(+), 10 deletions(-)
27364
27365 commit 1789ccb1dd56af6117eac00e633eff94860ba252
27366 Author: Behdad Esfahbod <behdad@behdad.org>
27367 Date:   Thu Jul 31 11:04:00 2014 -0400
27368
27369     [arabic/win1256] Remove GCC'ism
27370
27371     The table can now compile independently too.  If we cannot make
27372     it work
27373     on MSVC, we can always generate the data and distribute it.
27374
27375     The code now compiles cleanly with:
27376
27377     gcc -c -xc -std=c99 -Werror -pedantic
27378     hb-ot-shape-complex-arabic-win1256.hh
27379     g++ -c -xc -std=c++1x -Werror -pedantic
27380     hb-ot-shape-complex-arabic-win1256.hh
27381
27382     See:
27383     https://github.com/behdad/harfbuzz/commit/a97f537cec209649302899975d76ca2b2661da7a#commitcomment-7218736
27384
27385  src/hb-ot-shape-complex-arabic-fallback.hh |   4 +-
27386  src/hb-ot-shape-complex-arabic-win1256.hh  | 123
27387  +++++++++++++++++------------
27388  2 files changed, 75 insertions(+), 52 deletions(-)
27389
27390 commit f28b1c823db2ad56fed356ef864a7508d23048b8
27391 Author: Behdad Esfahbod <behdad@behdad.org>
27392 Date:   Wed Jul 30 02:15:44 2014 -0400
27393
27394     [arabic] Implement Windows-1256 private shaping
27395
27396     Bug 1045139 - The Arabic text with "MS Sans Serif" font is rendered
27397     bad
27398     https://bugzilla.mozilla.org/show_bug.cgi?id=1045139
27399
27400     This is only enabled on Windows platforms, and requires support from
27401     Uniscribe to work.  But for clients that do hook up to Uniscribe, this
27402     fixes shaping of Windows-1256-encoded bitmap fonts like "MS Sans
27403     Serif".
27404
27405     The code and table together have just less than a 1kb footprint when
27406     enabled.
27407
27408     UNTESTED.  I might even have broken regular Arabic fallback shaping.
27409
27410  src/Makefile.am                            |   1 +
27411  src/check-includes.sh                      |   2 +-
27412  src/hb-ot-shape-complex-arabic-fallback.hh | 125 +++++++++--
27413  src/hb-ot-shape-complex-arabic-win1256.hh  | 328
27414  +++++++++++++++++++++++++++++
27415  4 files changed, 442 insertions(+), 14 deletions(-)
27416
27417 commit ac53443f1cea83ed43a4e41a9fdb91902f7fae7b
27418 Author: Behdad Esfahbod <behdad@behdad.org>
27419 Date:   Thu Jul 31 18:51:37 2014 -0400
27420
27421     [hangul] Don't apply 'calt'
27422
27423     See comments.
27424
27425     Micro-test added.
27426
27427  src/hb-ot-shape-complex-hangul.cc                        |  11
27428  ++++++++++-
27429  test/shaping/Makefile.am                                 |   1 +
27430  .../sha1sum/757ebd573617a24aa9dfbf0b885c54875c6fe06b.ttf | Bin 0 ->
27431  1804 bytes
27432  .../sha1sum/7e14e7883ed152baa158b80e207b66114c823a8b.ttf | Bin 0 ->
27433  1644 bytes
27434  test/shaping/fonts/sha1sum/MANIFEST                      |   2 ++
27435  test/shaping/tests/MANIFEST                              |   1 +
27436  test/shaping/tests/hangul-jamo.tests                     |  11
27437  +++++++++++
27438  7 files changed, 25 insertions(+), 1 deletion(-)
27439
27440 commit 8292f96b2be173ebceb1b54426c271cfeaecd633
27441 Author: Behdad Esfahbod <behdad@behdad.org>
27442 Date:   Thu Jul 31 18:33:11 2014 -0400
27443
27444     [test] Fix record-test.sh
27445
27446  test/shaping/record-test.sh | 2 +-
27447  1 file changed, 1 insertion(+), 1 deletion(-)
27448
27449 commit 88911e8cc765c26e502503a3a00ac7f17973f3d9
27450 Author: Behdad Esfahbod <behdad@behdad.org>
27451 Date:   Tue Jul 29 19:47:26 2014 -0400
27452
27453     Minor
27454
27455  src/hb-ot-shape-complex-arabic-fallback.hh | 1 +
27456  1 file changed, 1 insertion(+)
27457
27458 commit 9e834e29e0b657f0555df1ab9cea79ff7abcf08d
27459 Author: Behdad Esfahbod <behdad@behdad.org>
27460 Date:   Sat Jul 26 20:34:01 2014 -0400
27461
27462     [hebrew] Zero mark advance by GDEF late
27463
27464     Seems to be what Uniscribe does.
27465
27466     At this point I think it's work checking our default...
27467
27468     Fixes Bug 76767 - Zeroing of advance of 2nd component of multiple
27469     substitution with SBL Hebrew
27470     https://bugs.freedesktop.org/show_bug.cgi?id=76767
27471
27472     Micro-test added.
27473
27474  src/hb-ot-shape-complex-hebrew.cc                        |   2 +-
27475  .../sha1sum/8454d22037f892e76614e1645d066689a0200e61.ttf | Bin 0 ->
27476  6068 bytes
27477  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
27478  test/shaping/tests/zero-width-marks.tests                |   1 +
27479  4 files changed, 3 insertions(+), 1 deletion(-)
27480
27481 commit 6f2d9ba52a6d1e3fc200da1ef0e85ba020fcd0dc
27482 Author: Behdad Esfahbod <behdad@behdad.org>
27483 Date:   Sat Jul 26 19:17:44 2014 -0400
27484
27485     Add old-Myanmar shaper
27486
27487     Looks like Unsicribe responds to the 'mymr' tag by zeroing marks
27488     GDEF_LATE instead of generic-shaper UNICODE_LATE.  Implement that.
27489
27490     Fixes
27491     Bug 81775 - Incorrect Rendering with harfbuzz-ng myanmar unicode
27492     https://bugs.freedesktop.org/show_bug.cgi?id=81775
27493
27494     Micro-test added based on Padauk.
27495
27496  src/hb-ot-shape-complex-myanmar.cc                    |  18
27497  ++++++++++++++++++
27498  src/hb-ot-shape-complex-private.hh                    |   5 +++--
27499  test/shaping/Makefile.am                              |   1 +
27500  test/shaping/fonts/sha1sum/MANIFEST                   |   1 +
27501  .../bb9473d2403488714043bcfb946c9f78b86ad627.ttf      | Bin 0 ->
27502  3440 bytes
27503  test/shaping/tests/MANIFEST                           |   1 +
27504  test/shaping/tests/zero-width-marks.tests             |   1 +
27505  7 files changed, 25 insertions(+), 2 deletions(-)
27506
27507 commit 595d2b96c37de8147489dc5e0ddcc4ab1ad3eea9
27508 Author: Behdad Esfahbod <behdad@behdad.org>
27509 Date:   Sat Jul 26 18:44:15 2014 -0400
27510
27511     Minor
27512
27513  src/hb-ot-shape-complex-indic.cc | 1 +
27514  src/hb-ot-shape.cc               | 2 +-
27515  2 files changed, 2 insertions(+), 1 deletion(-)
27516
27517 commit fe6788bc570d77d5b3aafc68efd51ca6b80499b1
27518 Author: Behdad Esfahbod <behdad@behdad.org>
27519 Date:   Fri Jul 25 12:40:56 2014 -0400
27520
27521     Typo
27522
27523  src/hb-common.h | 2 +-
27524  1 file changed, 1 insertion(+), 1 deletion(-)
27525
27526 commit 0de25d4184d2d92b1a2ebb6fa054275aaae4c316
27527 Author: Behdad Esfahbod <behdad@behdad.org>
27528 Date:   Fri Jul 25 12:35:03 2014 -0400
27529
27530     [util] Note CSS compatibility in --help-features
27531
27532  util/options.cc | 4 +++-
27533  1 file changed, 3 insertions(+), 1 deletion(-)
27534
27535 commit 6e69200a2aadbc6bba35ffb4a058c14286b84f46
27536 Author: Behdad Esfahbod <behdad@behdad.org>
27537 Date:   Fri Jul 25 12:30:47 2014 -0400
27538
27539     Fix snprintf() format
27540
27541     Patch from Maks Naumov.
27542     Fixes https://github.com/behdad/harfbuzz/pull/22
27543
27544  src/hb-shape.cc | 6 +++---
27545  1 file changed, 3 insertions(+), 3 deletions(-)
27546
27547 commit 5c5cdbbdf8be231c433e21b050a6c6991d327b61
27548 Author: Behdad Esfahbod <behdad@behdad.org>
27549 Date:   Fri Jul 25 12:21:49 2014 -0400
27550
27551     Make sure broken feature strings are not partially parsed
27552
27553     If user doesn't check hb_feature_from_string() return value, we
27554     don't want them to end up see the partially-parsed feature.
27555
27556  src/hb-shape.cc | 18 ++++++++++++++----
27557  1 file changed, 14 insertions(+), 4 deletions(-)
27558
27559 commit a795fe637846e0d9561d2f7cdd84cfafd58b23a7
27560 Author: Behdad Esfahbod <behdad@behdad.org>
27561 Date:   Fri Jul 25 12:15:33 2014 -0400
27562
27563     Allow quotation marks around feature tag in hb_feature_from_string()
27564
27565     With this, I believe we accept CSS feature strings completely.
27566
27567  src/hb-shape.cc | 24 +++++++++++++++++++++---
27568  1 file changed, 21 insertions(+), 3 deletions(-)
27569
27570 commit 3f6461847412e78bcddc8eba97200f3afcde869a
27571 Author: Behdad Esfahbod <behdad@behdad.org>
27572 Date:   Fri Jul 25 12:04:27 2014 -0400
27573
27574     Allow space at the end of feature string with values, eg 'dlig=1 '
27575
27576  src/hb-shape.cc | 4 +++-
27577  1 file changed, 3 insertions(+), 1 deletion(-)
27578
27579 commit f31f7d2259dd8edffc070af55938cb7aa23514c1
27580 Author: Behdad Esfahbod <behdad@behdad.org>
27581 Date:   Fri Jul 25 12:03:52 2014 -0400
27582
27583     Minor
27584
27585  src/hb-shape.cc | 18 +++++++++---------
27586  1 file changed, 9 insertions(+), 9 deletions(-)
27587
27588 commit 60cb18a5dea2d30793f89e80995bb729c014864a
27589 Author: Behdad Esfahbod <behdad@behdad.org>
27590 Date:   Fri Jul 25 12:01:22 2014 -0400
27591
27592     Allow on/off in hb_feature_from_string()
27593
27594     We now allow things like "dlig on" / "dlig=on".
27595
27596  src/hb-shape.cc | 26 ++++++++++++++++++++++++--
27597  1 file changed, 24 insertions(+), 2 deletions(-)
27598
27599 commit d9e618eca9e01c2eb6db65504af3f73be370a1e7
27600 Author: Behdad Esfahbod <behdad@behdad.org>
27601 Date:   Fri Jul 25 11:56:01 2014 -0400
27602
27603     Remove duplicate definition of ISALNUM
27604
27605     It's defined in hb-private.h already.
27606
27607  src/hb-shape.cc | 2 --
27608  1 file changed, 2 deletions(-)
27609
27610 commit 2ee5f665ded86147acedc400153c0b3a90fe07c6
27611 Author: Behdad Esfahbod <behdad@behdad.org>
27612 Date:   Fri Jul 25 11:53:46 2014 -0400
27613
27614     Fix parsing of features like "- liga" (with the space)
27615
27616  src/hb-shape.cc | 4 ++--
27617  1 file changed, 2 insertions(+), 2 deletions(-)
27618
27619 commit e15fa7a8cffbe6a67b1048d7b87b7df77d8b1686
27620 Author: Behdad Esfahbod <behdad@behdad.org>
27621 Date:   Fri Jul 25 11:44:35 2014 -0400
27622
27623     Do not require the '=' in hb_feature_from_string()
27624
27625     Towards accepting CSS font-feature-settings strings.
27626
27627  src/hb-shape.cc | 6 +++++-
27628  1 file changed, 5 insertions(+), 1 deletion(-)
27629
27630 commit f4fe9baefdb7e0ff9946f88b6f4b55738fa30cdf
27631 Author: Behdad Esfahbod <behdad@behdad.org>
27632 Date:   Fri Jul 25 11:39:55 2014 -0400
27633
27634     Reject tags longer than 4 chars in hb_feature_from_string()
27635
27636  src/hb-shape.cc | 2 +-
27637  1 file changed, 1 insertion(+), 1 deletion(-)
27638
27639 commit 7e8c38954649c0bf2e6051d84ca08dce090ec169
27640 Author: Behdad Esfahbod <behdad@behdad.org>
27641 Date:   Fri Jul 25 11:18:11 2014 -0400
27642
27643     Minor warnings fixes
27644
27645     Some systems insist on -Wmissing-field-initializers.  We have
27646     too many,
27647     by design.  Fix a few easy ones.
27648
27649  src/hb-open-type-private.hh | 2 +-
27650  src/hb-ot-layout-private.hh | 2 +-
27651  src/hb-private.hh           | 2 +-
27652  3 files changed, 3 insertions(+), 3 deletions(-)
27653
27654 commit fc0daafab0336b847ac14682e581a8838f36a0bf
27655 Author: Behdad Esfahbod <behdad@behdad.org>
27656 Date:   Wed Jul 23 16:48:51 2014 -0400
27657
27658     [indic] Handle old-spec Malayalam reordering with final Halant
27659
27660     See comment.
27661
27662     Micro-tests added.
27663
27664  src/hb-ot-shape-complex-indic.cc                   |  28
27665  +++++++++++++++++----
27666  test/shaping/Makefile.am                           |   1 +
27667  .../270b89df543a7e48e206a2d830c0e10e5265c630.ttf   | Bin 0 -> 3428 bytes
27668  .../57a9d9f83020155cbb1d2be1f43d82388cbecc88.ttf   | Bin 0 -> 2272 bytes
27669  test/shaping/fonts/sha1sum/MANIFEST                |   2 ++
27670  test/shaping/tests/MANIFEST                        |   1 +
27671  test/shaping/tests/indic-old-spec.tests            |   2 ++
27672  .../indic/script-malayalam/misc/misc.txt           |   1 +
27673  8 files changed, 30 insertions(+), 5 deletions(-)
27674
27675 commit d6d349d17898529ecdf8217a54987a3e9f81ce05
27676 Author: Behdad Esfahbod <behdad@behdad.org>
27677 Date:   Wed Jul 23 11:38:49 2014 -0400
27678
27679     Give CC to gir-scanner
27680
27681     From:
27682     https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-harfbuzz/0001-give-cc-to-gir-scanner.all.patch
27683
27684  src/Makefile.am | 1 +
27685  1 file changed, 1 insertion(+)
27686
27687 commit 8c1bdb46facb79cfca5ebfea9a7e467b40337f47
27688 Author: Behdad Esfahbod <behdad@behdad.org>
27689 Date:   Tue Jul 22 17:56:43 2014 -0400
27690
27691     0.9.33
27692
27693  NEWS         | 10 ++++++++++
27694  configure.ac |  2 +-
27695  2 files changed, 11 insertions(+), 1 deletion(-)
27696
27697 commit d218bdb26b226fbf68331eb586b24460c061313d
27698 Author: Behdad Esfahbod <behdad@behdad.org>
27699 Date:   Tue Jul 22 18:01:46 2014 -0400
27700
27701     Fix test runner under Windows
27702
27703  test/shaping/Makefile.am | 2 +-
27704  1 file changed, 1 insertion(+), 1 deletion(-)
27705
27706 commit 3f310dc0cae9015c45ba642b9b83d5695c807aad
27707 Author: Behdad Esfahbod <behdad@behdad.org>
27708 Date:   Tue Jul 22 16:26:27 2014 -0400
27709
27710     Disallow changing settings on immutable face
27711
27712     Ouch!
27713
27714  src/hb-face.cc    | 8 ++++----
27715  src/hb-font.cc    | 4 ++--
27716  src/hb-unicode.cc | 2 +-
27717  3 files changed, 7 insertions(+), 7 deletions(-)
27718
27719 commit 0fc0a1022854324261fea8893678a3e9fd9443eb
27720 Author: Behdad Esfahbod <behdad@behdad.org>
27721 Date:   Mon Jul 21 11:12:54 2014 -0400
27722
27723     [win] Fix Cygwin build
27724
27725     https://github.com/behdad/harfbuzz/commit/db308280488c2ee11ba865a9922eb6a0c1abeef3#commitcomment-7077778
27726
27727  src/hb-private.hh | 2 +-
27728  1 file changed, 1 insertion(+), 1 deletion(-)
27729
27730 commit 1132a7dd0ecf1c425078e39e5471330bace42659
27731 Author: Behdad Esfahbod <behdad@behdad.org>
27732 Date:   Sun Jul 20 01:17:40 2014 -0400
27733
27734     Add HB_TAG_MAX_SIGNED / _HB_SCRIPT_MAX_VALUE_SIGNED
27735
27736     To make C language police happy.
27737
27738  src/hb-common.h | 17 ++++++++++++-----
27739  1 file changed, 12 insertions(+), 5 deletions(-)
27740
27741 commit df99976398a53521e0228541055dcaee8f5ba87f
27742 Author: Behdad Esfahbod <behdad@behdad.org>
27743 Date:   Sat Jul 19 17:31:23 2014 -0400
27744
27745     [gobject] Skip _HB_SCRIPT_MAX_VALUE
27746
27747     Fixes https://github.com/behdad/harfbuzz/pull/38
27748
27749  src/hb-common.h | 2 +-
27750  1 file changed, 1 insertion(+), 1 deletion(-)
27751
27752 commit f1a8d50a87edfb8147aa1bec732ed7ccbfef2877
27753 Author: Behdad Esfahbod <behdad@behdad.org>
27754 Date:   Sat Jul 19 16:52:32 2014 -0400
27755
27756     [win] Don't define visibility attribtue under Cygwin
27757
27758  src/hb-private.hh | 2 +-
27759  1 file changed, 1 insertion(+), 1 deletion(-)
27760
27761 commit 9c77027d645142794c3ff1590a96bb151c3f2e91
27762 Author: Behdad Esfahbod <behdad@behdad.org>
27763 Date:   Sat Jul 19 16:37:22 2014 -0400
27764
27765     [win] Turn STRICT on for including windows.h
27766
27767  src/hb-private.hh | 1 +
27768  1 file changed, 1 insertion(+)
27769
27770 commit db308280488c2ee11ba865a9922eb6a0c1abeef3
27771 Author: Behdad Esfahbod <behdad@behdad.org>
27772 Date:   Sat Jul 19 16:32:04 2014 -0400
27773
27774     [win] Consolidate windows.h include tips and tricks
27775
27776  src/hb-atomic-private.hh |  4 ----
27777  src/hb-mutex-private.hh  |  1 -
27778  src/hb-private.hh        | 12 ++++++++++++
27779  src/hb-uniscribe.cc      |  3 ---
27780  src/hb-uniscribe.h       |  3 ---
27781  5 files changed, 12 insertions(+), 11 deletions(-)
27782
27783 commit f26d59d4684be3419c976d781b6dbc956248e3bb
27784 Author: Behdad Esfahbod <behdad@behdad.org>
27785 Date:   Sat Jul 19 16:10:21 2014 -0400
27786
27787     More fixing MemoryBarrier() on Mingw32
27788
27789     Set requested windows header to Vista.  See discussion:
27790
27791     https://github.com/behdad/harfbuzz/commit/fbb2847f541389f40718af71c4945024ae177ab2#commitcomment-7054700
27792
27793  src/hb-atomic-private.hh | 3 +++
27794  1 file changed, 3 insertions(+)
27795
27796 commit 00a57eb4b50fd894dc68c6525a5bbebf0ebc30e4
27797 Author: Behdad Esfahbod <behdad@behdad.org>
27798 Date:   Fri Jul 18 14:42:50 2014 -0400
27799
27800     [test] Remove unused micro-font
27801
27802  .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf        | Bin 81968 ->
27803  0 bytes
27804  test/shaping/fonts/sha1sum/MANIFEST                     |   1 -
27805  2 files changed, 1 deletion(-)
27806
27807 commit ed29b15f5d0d9e7b40143926ca7d40bf645f67e9
27808 Author: Behdad Esfahbod <behdad@behdad.org>
27809 Date:   Fri Jul 18 14:37:49 2014 -0400
27810
27811     [test] Add more Mongolian variation selector tests
27812
27813     From
27814     https://code.google.com/p/chromium/issues/detail?id=393896
27815
27816  .../9d64156923a1b9fed1e05f74599c16563eca42d9.ttf        | Bin 0 ->
27817  81968 bytes
27818  test/shaping/fonts/sha1sum/MANIFEST                     |   2 ++
27819  .../bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf        | Bin 0 ->
27820  74856 bytes
27821  test/shaping/tests/mongolian-variation-selector.tests   |   1 +
27822  .../shaper-arabic/script-mongolian/misc/MANIFEST        |   1 +
27823  .../script-mongolian/misc/variation-selectors.txt       |   8 ++++++++
27824  6 files changed, 12 insertions(+)
27825
27826 commit 385cf37cf084198e3aedb4354a7b025938a9f11b
27827 Author: Behdad Esfahbod <behdad@behdad.org>
27828 Date:   Thu Jul 17 18:22:07 2014 -0400
27829
27830     Fix hb_in_range() unused-var warning on Windows
27831
27832  src/hb-private.hh | 8 +++++++-
27833  1 file changed, 7 insertions(+), 1 deletion(-)
27834
27835 commit e3b42f1af409c073b819bfc696024ccb1f1da63f
27836 Author: Behdad Esfahbod <behdad@behdad.org>
27837 Date:   Thu Jul 17 17:13:54 2014 -0400
27838
27839     [arabic] Disable 'cswh' again
27840
27841     Ouch!
27842
27843  src/hb-ot-shape-complex-arabic.cc | 2 +-
27844  1 file changed, 1 insertion(+), 1 deletion(-)
27845
27846 commit 66f30915b185727a0041c998641edb550eb8a7fc
27847 Author: Behdad Esfahbod <behdad@behdad.org>
27848 Date:   Thu Jul 17 16:05:47 2014 -0400
27849
27850     0.9.32
27851
27852  NEWS         | 12 ++++++++++++
27853  configure.ac |  2 +-
27854  2 files changed, 13 insertions(+), 1 deletion(-)
27855
27856 commit 82f4d9d53f348f41b14b877c1ac77c0372c49caa
27857 Author: Behdad Esfahbod <behdad@behdad.org>
27858 Date:   Thu Jul 17 15:57:37 2014 -0400
27859
27860     [arabic] Add note re disabled 'cswh'
27861
27862  src/hb-ot-shape-complex-arabic.cc | 9 +++++++++
27863  1 file changed, 9 insertions(+)
27864
27865 commit 615d00ea252739da57edbd980ff27e573f88ee7e
27866 Author: Behdad Esfahbod <behdad@behdad.org>
27867 Date:   Thu Jul 17 13:36:09 2014 -0400
27868
27869     [arabic] Apply init/medi/isol/fini/... in separate stages
27870
27871     Follows the order of the Arabic/Syriac specs.  Also don't stop
27872     between rlig and calt in non-Arabic scripts.
27873
27874     Micro-tests for Arabic and Mongolian added for the latter.
27875
27876  src/hb-ot-shape-complex-arabic.cc                  |  56
27877  +++++++++++++--------
27878  test/shaping/Makefile.am                           |   2 +
27879  .../813c2f8e5512187fd982417a7fb4286728e6f4a8.ttf   | Bin 0 -> 3428 bytes
27880  .../8a9fea2a7384f2116e5b84a9b31f83be7850ce21.ttf   | Bin 0 -> 3428 bytes
27881  test/shaping/fonts/sha1sum/MANIFEST                |   3 ++
27882  .../a919b33197965846f21074b24e30250d67277bce.ttf   | Bin 0 -> 12560 bytes
27883  test/shaping/tests/MANIFEST                        |   1 +
27884  test/shaping/tests/arabic-feature-order.tests      |   3 ++
27885  8 files changed, 43 insertions(+), 22 deletions(-)
27886
27887 commit d21e997035b16e9807dfb29c3605abb93f92f1ee
27888 Author: Behdad Esfahbod <behdad@behdad.org>
27889 Date:   Thu Jul 17 15:27:46 2014 -0400
27890
27891     [test] Make record_test understand cmdline args to hb-shape
27892
27893  test/shaping/record-test.sh | 5 ++++-
27894  1 file changed, 4 insertions(+), 1 deletion(-)
27895
27896 commit 7cd33f230441093dbfb1fec48f8c580ee8d9ef71
27897 Author: Behdad Esfahbod <behdad@behdad.org>
27898 Date:   Thu Jul 17 14:22:11 2014 -0400
27899
27900     Micro optimization
27901
27902  src/hb-fallback-shape.cc           | 36
27903  +++++++++++++++++++-----------------
27904  src/hb-ot-shape-complex-arabic.cc  | 19 +++++++++++--------
27905  src/hb-ot-shape-complex-indic.cc   | 15 ++++++++++-----
27906  src/hb-ot-shape-complex-myanmar.cc |  7 +++++--
27907  src/hb-ot-shape-complex-sea.cc     |  7 +++++--
27908  src/hb-ot-shape-fallback.cc        | 30 ++++++++++++++++--------------
27909  src/hb-ot-shape.cc                 | 18 ++++++++++++------
27910  7 files changed, 78 insertions(+), 54 deletions(-)
27911
27912 commit 164c13d73f67fdddba28e6409d76b4903e8ffab3
27913 Author: Behdad Esfahbod <behdad@behdad.org>
27914 Date:   Thu Jul 17 14:16:38 2014 -0400
27915
27916     Another try to fix Mongolian free variation selectors
27917
27918     This reverts bf029281 and fixes it properly.  That commit
27919     was not enough as it was only inheriting the shaping_action
27920     for prev_action, but not curr_action.
27921
27922     Micro-test added.
27923
27924     https://code.google.com/p/chromium/issues/detail?id=393896
27925
27926  src/hb-ot-shape-complex-arabic.cc                  |  24
27927  +++++++++++++++------
27928  src/hb-unicode-private.hh                          |   3 ++-
27929  test/shaping/fonts/sha1sum/MANIFEST                |   1 +
27930  .../ef86fe710cfea877bbe0dbb6946a1f88d0661031.ttf   | Bin 0 -> 2748 bytes
27931  .../tests/mongolian-variation-selector.tests       |   1 +
27932  5 files changed, 22 insertions(+), 7 deletions(-)
27933
27934 commit 5209c505061130854a2bfea8849928ade3ee92f3
27935 Author: Behdad Esfahbod <behdad@behdad.org>
27936 Date:   Thu Jul 17 12:23:44 2014 -0400
27937
27938     Revert "Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode
27939     codepoints"
27940
27941     We now handle U+FFFD replacement in hb_buffer_add_utf*().  Any other
27942     manipulation can happen in user callbacks.  No need for this.
27943
27944     https://github.com/behdad/harfbuzz/commit/efe74214bbb68eaa3d7621e73869b5d58210107e#commitcomment-7039404
27945
27946     This reverts commit efe74214bbb68eaa3d7621e73869b5d58210107e.
27947
27948     Conflicts:
27949             src/hb-ot-shape-normalize.cc
27950
27951  src/hb-ot-shape-normalize.cc | 7 -------
27952  1 file changed, 7 deletions(-)
27953
27954 commit 9e7c720100e432b43564ed5ff12f3175ca2ed74a
27955 Author: Dominik Röttsches <dominik.rottsches@intel.com>
27956 Date:   Thu Jul 17 14:40:34 2014 +0300
27957
27958     Fix CoreText build after a8b89a09f6d3a34
27959
27960  src/hb-private.hh | 1 +
27961  1 file changed, 1 insertion(+)
27962
27963 commit a4d643755a531c82ab91e1e43d6bb0b7bd46453a
27964 Author: Behdad Esfahbod <behdad@behdad.org>
27965 Date:   Wed Jul 16 20:15:45 2014 -0400
27966
27967     Minor
27968
27969  src/hb-utf-private.hh | 2 +-
27970  1 file changed, 1 insertion(+), 1 deletion(-)
27971
27972 commit a18897f87ce2c6048c3a0339074924b2232e2b95
27973 Author: Behdad Esfahbod <behdad@behdad.org>
27974 Date:   Wed Jul 16 16:02:15 2014 -0400
27975
27976     0.9.31
27977
27978  NEWS         | 29 +++++++++++++++++++++++++++++
27979  configure.ac |  2 +-
27980  2 files changed, 30 insertions(+), 1 deletion(-)
27981
27982 commit 976c8f455221eb599d1c446eafd88d51d7d2aa65
27983 Author: Behdad Esfahbod <behdad@behdad.org>
27984 Date:   Wed Jul 16 15:34:20 2014 -0400
27985
27986     New API: hb_buffer_[sg]et_replacement_codepoint()
27987
27988     With this change, we now by default replace broken UTF-8/16/32 bits
27989     with U+FFFD.  This can be changed by calling new API on the buffer.
27990     Previously the replacement value used to be (hb_codepoint_t)-1.
27991
27992     Note that hb_buffer_clear_contents() does NOT reset the replacement
27993     character.
27994
27995     See discussion here:
27996
27997     https://github.com/behdad/harfbuzz/commit/6f13b6d62daae4989e3cc2fe4b168e5c59650964
27998
27999     New API:
28000
28001       hb_buffer_set_replacement_codepoint()
28002       hb_buffer_get_replacement_codepoint()
28003
28004  src/hb-buffer-private.hh |  1 +
28005  src/hb-buffer.cc         | 45
28006  ++++++++++++++++++++++++++++++++++++++++++---
28007  src/hb-buffer.h          | 15 ++++++++++++++-
28008  src/hb-utf-private.hh    | 34 ++++++++++++++++++++--------------
28009  test/api/test-buffer.c   | 26 +++++++++++++++-----------
28010  5 files changed, 92 insertions(+), 29 deletions(-)
28011
28012 commit bcba8b45024e1eca8be77ca2657de1dc44dbf8fb
28013 Author: Behdad Esfahbod <behdad@behdad.org>
28014 Date:   Wed Jul 16 14:59:04 2014 -0400
28015
28016     New API hb_buffer_add_codepoints()
28017
28018     Like hb_buffer_add_utf32, but doesn't do any Unicode validation.
28019     This is like what hb_buffer_add_utf32 used to be until a couple
28020     commits ago.
28021
28022  src/hb-buffer.cc | 32 +++++++++++++++++++++++++++-----
28023  src/hb-buffer.h  |  8 ++++++++
28024  2 files changed, 35 insertions(+), 5 deletions(-)
28025
28026 commit 625dbf141a05f1ae81a7b8cbc529996370101284
28027 Author: Behdad Esfahbod <behdad@behdad.org>
28028 Date:   Wed Jul 16 14:49:55 2014 -0400
28029
28030     [buffer] Templatize UTF-* functions
28031
28032  src/hb-buffer.cc      |  10 +-
28033  src/hb-utf-private.hh | 307
28034  ++++++++++++++++++++++++++------------------------
28035  2 files changed, 166 insertions(+), 151 deletions(-)
28036
28037 commit e634fed4285ce440d277345727ed01757df6d779
28038 Author: Behdad Esfahbod <behdad@behdad.org>
28039 Date:   Wed Jul 16 14:17:26 2014 -0400
28040
28041     [buffer] Validate UTF-32 input
28042
28043     Same as what we do for UTF-8 and UTF-16.
28044
28045  src/hb-utf-private.hh  | 13 +++++++++---
28046  test/api/test-buffer.c | 55
28047  ++++++++++++++++++++++++++++++++++++++++++++++++++
28048  2 files changed, 65 insertions(+), 3 deletions(-)
28049
28050 commit b98c5db32d15fcfb27ce2f6737203ce1ad124319
28051 Author: Behdad Esfahbod <behdad@behdad.org>
28052 Date:   Wed Jul 16 13:44:01 2014 -0400
28053
28054     Minor refactoring
28055
28056  src/hb-ot-layout-gsubgpos-private.hh | 25 ++++++-------------------
28057  1 file changed, 6 insertions(+), 19 deletions(-)
28058
28059 commit 844f1a487d9c39724ebff20e89f6184c9a59be0b
28060 Author: Behdad Esfahbod <behdad@behdad.org>
28061 Date:   Wed Jul 16 13:32:51 2014 -0400
28062
28063     [tests] Add record-test.sh
28064
28065  test/shaping/Makefile.am    |  1 +
28066  test/shaping/record-test.sh | 49
28067  +++++++++++++++++++++++++++++++++++++++++++++
28068  2 files changed, 50 insertions(+)
28069
28070 commit 3b861421a772f52eb232ff93bd74b5a8214801ec
28071 Author: Behdad Esfahbod <behdad@behdad.org>
28072 Date:   Wed Jul 16 13:22:05 2014 -0400
28073
28074     Fix Mongolian Variation Selectors for fonts without GDEF
28075
28076     Originally we fixed those in 79d1007a501fd63c0ba4d51038c513e6b8b94740.
28077     However, fonts like MongolianWhite don't have GDEF, but have
28078     IgnoreMarks
28079     in their LigatureSubstitute init/etc features.  We were synthesizing a
28080     GDEF class of mark for Mongolian Variation Selectors and as such the
28081     ligature lookups where not matching.  Uniscribe doesn't do that.
28082
28083     I tried with more sophisticated fixes, like, if there is no GDEF and
28084     a lookup-flag mismatch happens, instead of rejecting a match, try
28085     skipping that glyph.  That surely produces some interesting behavior,
28086     but since we don't want to support fonts missing GDEF more than
28087     we have
28088     to, I went for this simpler fix which is to always mark
28089     default-ignorables as base when synthesizing GDEF.
28090
28091     Micro-test added.
28092
28093     Fixes rest of https://bugs.freedesktop.org/show_bug.cgi?id=65258
28094
28095  src/hb-ot-shape.cc                                       |  13
28096  +++++++++++--
28097  .../sha1sum/37033cc5cf37bb223d7355153016b6ccece93b28.ttf | Bin 0 ->
28098  2780 bytes
28099  test/shaping/fonts/sha1sum/MANIFEST                      |   1 +
28100  test/shaping/tests/MANIFEST                              |   1 +
28101  test/shaping/tests/mongolian-variation-selector.tests    |   1 +
28102  5 files changed, 14 insertions(+), 2 deletions(-)
28103
28104 commit 878a25375b2fdf64cf0cc30c23fca9fcd58548e8
28105 Author: Behdad Esfahbod <behdad@behdad.org>
28106 Date:   Wed Jul 16 13:21:26 2014 -0400
28107
28108     Minor
28109
28110  src/hb-ot-shape.cc        | 1 +
28111  src/hb-unicode-private.hh | 6 +++---
28112  2 files changed, 4 insertions(+), 3 deletions(-)
28113
28114 commit ec181e50140fc65b32d6080e2f7f73bbe0269ba9
28115 Author: Behdad Esfahbod <behdad@behdad.org>
28116 Date:   Wed Jul 16 13:10:03 2014 -0400
28117
28118     Minor moving around
28119
28120  src/hb-ot-shape.cc | 14 +++++++++-----
28121  1 file changed, 9 insertions(+), 5 deletions(-)
28122
28123 commit e7ce50d9eb6e3678f731b10dfeb308ffc478af8d
28124 Author: Behdad Esfahbod <behdad@behdad.org>
28125 Date:   Wed Jul 16 12:30:39 2014 -0400
28126
28127     [indic] Fix access past end of array
28128
28129  src/hb-ot-shape-complex-indic.cc | 7 ++++---
28130  1 file changed, 4 insertions(+), 3 deletions(-)
28131
28132 commit 73e23b0acfd2948d500321769035c56c9e072d77
28133 Author: Behdad Esfahbod <behdad@behdad.org>
28134 Date:   Tue Jul 15 18:43:49 2014 -0400
28135
28136     Whitespace
28137
28138  src/hb-ot-layout-gsubgpos-private.hh | 1 -
28139  1 file changed, 1 deletion(-)
28140
28141 commit f27be105afb86b337c7d940badc5a6462f0b58bb
28142 Author: Behdad Esfahbod <behdad@behdad.org>
28143 Date:   Fri Jul 11 18:15:34 2014 -0400
28144
28145     [Android.mk] Actually remove static library
28146
28147  Android.mk | 26 --------------------------
28148  1 file changed, 26 deletions(-)
28149
28150 commit 96b80e9bcc4796eedac09d284dc8cc0439ced6ba
28151 Author: Behdad Esfahbod <behdad@behdad.org>
28152 Date:   Fri Jul 11 17:00:12 2014 -0400
28153
28154     [Android.mk] Remove static library, add note re how to build
28155
28156  Android.mk | 41 +++++++++++++++++++++++++++++++++++++----
28157  1 file changed, 37 insertions(+), 4 deletions(-)
28158
28159 commit b7bc0b671d2d568cb64b647dad2ca866a4e0183b
28160 Author: Behdad Esfahbod <behdad@behdad.org>
28161 Date:   Fri Jul 11 16:20:28 2014 -0400
28162
28163     Simplify / speed up UTF-8 code
28164
28165  src/hb-utf-private.hh | 15 ++++++---------
28166  1 file changed, 6 insertions(+), 9 deletions(-)
28167
28168 commit af2490c0959daa0fe7f32a8b3b3a3699c7fc5f48
28169 Author: Behdad Esfahbod <behdad@behdad.org>
28170 Date:   Fri Jul 11 16:10:58 2014 -0400
28171
28172     Only accept well-formed UTF-8 sequences
28173
28174     Enable tests that were disabled before, and adjust one test,
28175     and add more tests.
28176
28177  src/hb-utf-private.hh  | 93
28178  +++++++++++++++++++++++++++++++++-----------------
28179  test/api/test-buffer.c |  9 +++--
28180  2 files changed, 68 insertions(+), 34 deletions(-)
28181
28182 commit 7323d385cc758c06671cb38239d240eb517b28bc
28183 Author: Behdad Esfahbod <behdad@behdad.org>
28184 Date:   Fri Jul 11 15:10:05 2014 -0400
28185
28186     Simplify hb_utf_prev<16> to call hb_utf_next<16>
28187
28188  src/hb-utf-private.hh | 23 ++++++++---------------
28189  1 file changed, 8 insertions(+), 15 deletions(-)
28190
28191 commit c09a607a842fdd7b33e2c57e8af96d21ff091acd
28192 Author: Behdad Esfahbod <behdad@behdad.org>
28193 Date:   Fri Jul 11 15:05:36 2014 -0400
28194
28195     Use hb_in_range() for arabic and indic tables
28196
28197     Though, looks like gcc was smart enough to produce the same code
28198     before...
28199
28200  src/gen-arabic-table.py                 |  18 +-
28201  src/gen-indic-table.py                  |  10 +-
28202  src/hb-ot-shape-complex-arabic-table.hh | 420
28203  ++++++++++++++++----------------
28204  src/hb-ot-shape-complex-indic-table.cc  |  88 +++----
28205  4 files changed, 268 insertions(+), 268 deletions(-)
28206
28207 commit 7627100f428ac0ec8509d961d368d2d25d8f0b6e
28208 Author: Behdad Esfahbod <behdad@behdad.org>
28209 Date:   Fri Jul 11 14:54:42 2014 -0400
28210
28211     Mark unsigned integer literals with the u suffix
28212
28213     Simplifies hb_in_range() calls as the type can be inferred.
28214     The rest is obsessiveness, I admit.
28215
28216  src/hb-buffer-serialize.cc                 |   2 +-
28217  src/hb-common.cc                           |   4 +-
28218  src/hb-coretext.cc                         |  16 +--
28219  src/hb-open-file-private.hh                |   4 +-
28220  src/hb-open-type-private.hh                |   2 +-
28221  src/hb-ot-cmap-table.hh                    |   4 +-
28222  src/hb-ot-head-table.hh                    |   6 +-
28223  src/hb-ot-hhea-table.hh                    |   2 +-
28224  src/hb-ot-layout-common-private.hh         |  14 +--
28225  src/hb-ot-layout-gdef-table.hh             |   8 +-
28226  src/hb-ot-layout-gpos-table.hh             |  24 ++--
28227  src/hb-ot-layout-gsub-table.hh             |   6 +-
28228  src/hb-ot-layout-gsubgpos-private.hh       |   2 +-
28229  src/hb-ot-layout-jstf-table.hh             |   2 +-
28230  src/hb-ot-layout-private.hh                |   4 +-
28231  src/hb-ot-layout.h                         |   6 +-
28232  src/hb-ot-map-private.hh                   |   8 +-
28233  src/hb-ot-maxp-table.hh                    |   4 +-
28234  src/hb-ot-shape-complex-arabic-fallback.hh |   2 +-
28235  src/hb-ot-shape-complex-hangul.cc          |  36 +++---
28236  src/hb-ot-shape-complex-hebrew.cc          | 134 ++++++++++-----------
28237  src/hb-ot-shape-complex-indic.cc           | 182
28238  ++++++++++++++---------------
28239  src/hb-ot-shape-complex-myanmar.cc         |  56 ++++-----
28240  src/hb-ot-shape-complex-sea.cc             |   8 +-
28241  src/hb-ot-shape-complex-thai.cc            |  84 ++++++-------
28242  src/hb-ot-shape-fallback.cc                |  40 +++----
28243  src/hb-ot-shape-normalize.cc               |   2 +-
28244  src/hb-ot-shape.cc                         |   6 +-
28245  src/hb-ot-tag.cc                           |  18 +--
28246  src/hb-unicode-private.hh                  |  40 +++----
28247  src/hb-uniscribe.cc                        |  14 +--
28248  src/hb-utf-private.hh                      |  16 +--
28249  32 files changed, 378 insertions(+), 378 deletions(-)
28250
28251 commit a8b89a09f6d3a3466282aae07fd65e143f9f8f83
28252 Author: Behdad Esfahbod <behdad@behdad.org>
28253 Date:   Fri Jul 11 14:18:01 2014 -0400
28254
28255     Simplify hb_in_range()
28256
28257     It's both faster and produces smaller code.  Now I feel stupid for
28258     not writing it this way before.
28259
28260  src/hb-private.hh | 16 ++++++----------
28261  1 file changed, 6 insertions(+), 10 deletions(-)
28262
28263 commit db8934faa1854dafaf4c4ce34d1818e12f67ef52
28264 Author: Behdad Esfahbod <behdad@behdad.org>
28265 Date:   Fri Jul 11 13:58:36 2014 -0400
28266
28267     Simplify hb_utf_prev<8> to call hb_utf_next<8>
28268
28269  src/hb-utf-private.hh | 24 ++++--------------------
28270  1 file changed, 4 insertions(+), 20 deletions(-)
28271
28272 commit efe74214bbb68eaa3d7621e73869b5d58210107e
28273 Author: Behdad Esfahbod <behdad@behdad.org>
28274 Date:   Fri Jul 11 11:59:48 2014 -0400
28275
28276     Show U+FFFD REPLACEMENT CHARACTER for invalid Unicode codepoints
28277
28278     Only if the font doesn't support it.  Ie, this gives the user to
28279     use non-Unicode codepoints as private values and return a meaningful
28280     glyph for them.  But if it's invalid and font callback doesn't
28281     like it, and if font has U+FFFD, show that instead.
28282
28283     Font functions that do not want this automatic replacement to
28284     happen should return true from get_glyph() if unicode > 0x10FFFF.
28285
28286     Replaces https://github.com/behdad/harfbuzz/pull/27
28287
28288  src/hb-ot-shape-normalize.cc | 7 +++++++
28289  1 file changed, 7 insertions(+)
28290
28291 commit 6f13b6d62daae4989e3cc2fe4b168e5c59650964
28292 Author: Behdad Esfahbod <behdad@behdad.org>
28293 Date:   Thu Jul 10 19:31:40 2014 -0400
28294
28295     When parsing UTF-16, generate invalid codepoint for lonely low
28296     surrogate
28297
28298     Test passes now.
28299
28300  src/hb-utf-private.hh | 42 ++++++++++++++++++++++++++++--------------
28301  1 file changed, 28 insertions(+), 14 deletions(-)
28302
28303 commit 24b2ba9dfa7c35769cd843a07079ef88fa594bf8
28304 Author: Behdad Esfahbod <behdad@behdad.org>
28305 Date:   Thu Jul 10 19:31:16 2014 -0400
28306
28307     [test-buffer] Add test for lonely low-surrogate
28308
28309     Currenty fails.  Ouch!
28310
28311  test/api/test-buffer.c | 1 +
28312  1 file changed, 1 insertion(+)
28313
28314 commit 6334495ac1ee0a86228e67794b7a41ee91146f3b
28315 Author: Behdad Esfahbod <behdad@behdad.org>
28316 Date:   Thu Jul 10 19:22:07 2014 -0400
28317
28318     Use zh-Hans / zh-Hant when converting OT language tag to hb_language_t
28319
28320  src/hb-ot-tag.cc       | 15 +++------------
28321  test/api/test-ot-tag.c |  6 +++---
28322  2 files changed, 6 insertions(+), 15 deletions(-)
28323
28324 commit f381e320df795a9d73ac81499f8ed8c311bcb2f0
28325 Author: Behdad Esfahbod <behdad@behdad.org>
28326 Date:   Thu Jul 10 19:20:35 2014 -0400
28327
28328     Fix lang matching logic
28329
28330     Previous code was broken logically, but harmless.
28331
28332  src/hb-ot-tag.cc       | 2 +-
28333  test/api/test-ot-tag.c | 1 +
28334  2 files changed, 2 insertions(+), 1 deletion(-)
28335
28336 commit ee5350d667f3a9644667202597694581f2cf657d
28337 Author: Behdad Esfahbod <behdad@behdad.org>
28338 Date:   Thu Jul 10 19:06:45 2014 -0400
28339
28340     Accept BCP 47 zh-Hans / zh-Hant language tags
28341
28342  src/hb-ot-tag.cc       | 27 ++++++++++++++++++---------
28343  test/api/test-ot-tag.c |  3 +++
28344  2 files changed, 21 insertions(+), 9 deletions(-)
28345
28346 commit 431540286794e023ec5eafd5eeedc008d4f31b4c
28347 Author: Behdad Esfahbod <behdad@behdad.org>
28348 Date:   Thu Jul 10 17:37:26 2014 -0400
28349
28350     [Android.mk] Add note re static library
28351
28352  Android.mk | 7 +++++++
28353  1 file changed, 7 insertions(+)
28354
28355 commit 5b4131eb1c670c20fd9a45a5617c64060a505ef5
28356 Author: Behdad Esfahbod <behdad@behdad.org>
28357 Date:   Wed Jul 9 19:09:08 2014 -0400
28358
28359     [Android.mk] Update for new ICU
28360
28361     https://android-review.googlesource.com/#/c/100722/1/Android.mk
28362
28363  Android.mk | 2 +-
28364  1 file changed, 1 insertion(+), 1 deletion(-)
28365
28366 commit ab28196c9557a63971a56915aa6f98bb5803bd1b
28367 Author: Behdad Esfahbod <behdad@behdad.org>
28368 Date:   Wed Jul 9 18:18:06 2014 -0400
28369
28370     [Android.mk] Re-enable ICU unicode funcs
28371
28372  Android.mk | 11 ++++++-----
28373  1 file changed, 6 insertions(+), 5 deletions(-)
28374
28375 commit ea001374b86c4f1b24246c08a3d66d2a0e95a827
28376 Author: Behdad Esfahbod <behdad@behdad.org>
28377 Date:   Wed Jul 9 17:28:43 2014 -0400
28378
28379     0.9.30
28380
28381  NEWS         | 17 +++++++++++++++++
28382  configure.ac |  2 +-
28383  2 files changed, 18 insertions(+), 1 deletion(-)
28384
28385 commit 8b16ff12590200afb08e8821e3f14d2fdf8efbda
28386 Author: Behdad Esfahbod <behdad@behdad.org>
28387 Date:   Wed Jul 9 17:40:52 2014 -0400
28388
28389     [uniscribe] Fix build after recent changes to Offset
28390
28391  src/hb-ot-name-table.hh | 2 +-
28392  1 file changed, 1 insertion(+), 1 deletion(-)
28393
28394 commit 73f7f8919ea1f09b8c5b29f231ac84105cde2145
28395 Author: Behdad Esfahbod <behdad@behdad.org>
28396 Date:   Wed Jul 9 17:17:18 2014 -0400
28397
28398     Define _POSIX_C_SOURCE only if it is not defined
28399
28400     Fixes https://github.com/behdad/harfbuzz/pull/45
28401
28402  src/hb-blob.cc | 2 ++
28403  1 file changed, 2 insertions(+)
28404
28405 commit 6bd5646f1b865a76304a67e03a6161afcfef293f
28406 Author: Behdad Esfahbod <behdad@behdad.org>
28407 Date:   Wed Jul 9 17:07:06 2014 -0400
28408
28409     [tests] Remove bash'ish
28410
28411     Apparently on travis-ci, bash is linked to dash, which doesn't
28412     understand "let".  Failing tests were not being noticed.  See eg:
28413
28414       https://travis-ci.org/behdad/harfbuzz/jobs/29544211
28415
28416     Don't rely on bash.
28417
28418  test/shaping/run-tests.sh | 4 ++--
28419  1 file changed, 2 insertions(+), 2 deletions(-)
28420
28421 commit 0afedaa96c81b63774a4a0ef9b4cb4995d24ec9e
28422 Author: Behdad Esfahbod <behdad@behdad.org>
28423 Date:   Wed Jul 9 17:00:48 2014 -0400
28424
28425     [util/hb-shape] Fix crash; oops
28426
28427  util/hb-shape.cc | 2 +-
28428  1 file changed, 1 insertion(+), 1 deletion(-)
28429
28430 commit 0cd94491b99aed438ad79a55cdfced8d1b657179
28431 Author: Behdad Esfahbod <behdad@behdad.org>
28432 Date:   Wed Jul 9 16:51:38 2014 -0400
28433
28434     [ucdn] Update to Unicode 7.0.0 data
28435
28436     From http://github.com/behdad/ucdn
28437
28438  src/hb-ucdn.cc               |   23 +
28439  src/hb-ucdn/README           |    1 +
28440  src/hb-ucdn/ucdn.c           |    2 +-
28441  src/hb-ucdn/ucdn.h           |   27 +
28442  src/hb-ucdn/unicodedata_db.h | 3711
28443  ++++++++++++++++++++++--------------------
28444  5 files changed, 2039 insertions(+), 1725 deletions(-)
28445
28446 commit 9d4ede3a97fff544a5ec2a671e49a92a79645b61
28447 Author: Behdad Esfahbod <behdad@behdad.org>
28448 Date:   Wed Jul 9 16:19:55 2014 -0400
28449
28450     [Android.mk] Update source list
28451
28452  Android.mk | 9 ++++++---
28453  1 file changed, 6 insertions(+), 3 deletions(-)
28454
28455 commit 7e1ab1f6d812a55f75d4844f7981d5604481049c
28456 Author: Behdad Esfahbod <behdad@behdad.org>
28457 Date:   Wed Jul 9 16:13:40 2014 -0400
28458
28459     [Android.mk] Whitespace
28460
28461  Android.mk | 26 ++++++--------------------
28462  1 file changed, 6 insertions(+), 20 deletions(-)
28463
28464 commit 5c6695c42470e0a15e9029ebe8ecbebf3fa4f95b
28465 Author: Behdad Esfahbod <behdad@behdad.org>
28466 Date:   Wed Jul 9 16:07:12 2014 -0400
28467
28468     [Android.mk] Remove -lpthread; we build with -DHB_NO_MT
28469
28470  Android.mk | 3 ---
28471  1 file changed, 3 deletions(-)
28472
28473 commit 9109f1e944dd4bd4ae8057b75c8a31e9d31797aa
28474 Author: Behdad Esfahbod <behdad@behdad.org>
28475 Date:   Tue Jul 8 20:02:29 2014 -0400
28476
28477     [util/hb-shape] Accept an empty output-format that would skip output
28478
28479     Useful for benchmarking, to avoid buffer serialization overhead (which
28480     seems to by far dominate shaping!)
28481
28482  util/hb-shape.cc | 5 ++++-
28483  1 file changed, 4 insertions(+), 1 deletion(-)
28484
28485 commit 8656408572c2685f278a3b742ee69c767c29788c
28486 Author: Behdad Esfahbod <behdad@behdad.org>
28487 Date:   Tue Jul 8 18:10:20 2014 -0400
28488
28489     [util] Fix hb-view rendering with --font-funcs=ot
28490
28491  util/helper-cairo.cc | 25 +++++++++++++++++++++++++
28492  1 file changed, 25 insertions(+)
28493
28494 commit 8650def73500204b79c651f58b1be3f94a41973d
28495 Author: Behdad Esfahbod <behdad@behdad.org>
28496 Date:   Sat Jul 5 15:50:18 2014 -0400
28497
28498     [util] Add option to set font function implementation to use
28499
28500     Supports ft and ot right now.  hb-view currently not rendering
28501     with ot.
28502     Will fix after some clean up.
28503
28504  util/options.cc | 76
28505  ++++++++++++++++++++++++++++++++++++++++++++++++++-------
28506  util/options.hh | 21 ++++++++++++++++
28507  2 files changed, 88 insertions(+), 9 deletions(-)
28508
28509 commit 2306ad46dce1c53b0b1bfabdc04d70e3b99eabb7
28510 Author: Behdad Esfahbod <behdad@behdad.org>
28511 Date:   Fri Jul 4 18:09:29 2014 -0400
28512
28513     [util] Fix memory issue
28514
28515  util/options.cc | 6 ++----
28516  util/options.hh | 9 +++++++++
28517  2 files changed, 11 insertions(+), 4 deletions(-)
28518
28519 commit 14a4a9d649798d32c31f79b4045a885626dffc7f
28520 Author: Behdad Esfahbod <behdad@behdad.org>
28521 Date:   Tue Jul 1 15:51:54 2014 -0400
28522
28523     Add Roozbeh to AUTHORS
28524
28525     He's been my shadow for all Indic-related changes in the last
28526     few months.
28527
28528  AUTHORS | 1 +
28529  1 file changed, 1 insertion(+)
28530
28531 commit 68f724484b1663255ee249481624e552d2e2313f
28532 Author: Behdad Esfahbod <behdad@behdad.org>
28533 Date:   Mon Jun 30 15:46:53 2014 -0400
28534
28535     [indic] Remove some more now-unused special-cases
28536
28537  src/hb-ot-shape-complex-indic.cc | 3 +--
28538  1 file changed, 1 insertion(+), 2 deletions(-)
28539
28540 commit e79c9489802f99dc7eb8b4c2765c4c71b5f80e60
28541 Author: Behdad Esfahbod <behdad@behdad.org>
28542 Date:   Mon Jun 30 15:39:39 2014 -0400
28543
28544     [indic] Remove special-casing of U+1CF2,1CF3
28545
28546     These were introduced in a498565cedf0441ae723c5e5969f637d792a15e7,
28547     but IndicSyllabicCategory has had the correct value already, so the
28548     special code was never needed.
28549
28550  src/hb-ot-shape-complex-indic.cc | 6 ------
28551  1 file changed, 6 deletions(-)
28552
28553 commit d743ce78e10758b7dbaf0cfd191309e5ef646881
28554 Author: Behdad Esfahbod <behdad@behdad.org>
28555 Date:   Mon Jun 30 15:24:02 2014 -0400
28556
28557     [indic-table] Update to Unicode 7.0 data
28558
28559     Touch code just enough to preserve previous syllable structure
28560     and functionality as closely as possible.  Many further cleanups
28561     coming later.
28562
28563  src/gen-indic-table.py                   |   4 +
28564  src/hb-ot-shape-complex-indic-private.hh |  23 +-
28565  src/hb-ot-shape-complex-indic-table.cc   | 468
28566  ++++++++++++++++++++++---------
28567  src/hb-ot-shape-complex-indic.cc         |  21 --
28568  src/hb-ot-shape-complex-myanmar.cc       |   2 -
28569  5 files changed, 355 insertions(+), 163 deletions(-)
28570
28571 commit 5fa21b3ab7175f55f89cb194b544d5d4bd06a481
28572 Author: Behdad Esfahbod <behdad@behdad.org>
28573 Date:   Mon Jun 30 14:30:54 2014 -0400
28574
28575     [indic-table] Fix category frequency counts in comments
28576
28577  src/gen-indic-table.py                 |  2 +-
28578  src/hb-ot-shape-complex-indic-table.cc | 46
28579  +++++++++++++++++-----------------
28580  2 files changed, 24 insertions(+), 24 deletions(-)
28581
28582 commit 5c4e3e9a57b6b735e7d72cbd5f4070cf024d7015
28583 Author: Behdad Esfahbod <behdad@behdad.org>
28584 Date:   Mon Jun 30 14:25:18 2014 -0400
28585
28586     Whitespace
28587
28588  src/hb-ot-shape-complex-indic-private.hh | 76
28589  ++++++++++++++++----------------
28590  1 file changed, 38 insertions(+), 38 deletions(-)
28591
28592 commit af528b6674bccac3efd13f8b33fcdc6aeb178f4c
28593 Author: Behdad Esfahbod <behdad@behdad.org>
28594 Date:   Fri Jun 27 18:07:00 2014 -0400
28595
28596     Fix typo; ouch!
28597
28598  src/hb-ot-cmap-table.hh | 2 +-
28599  1 file changed, 1 insertion(+), 1 deletion(-)
28600
28601 commit 7d4ada66c96a748ce92f8e8edac149361c3dc829
28602 Author: Behdad Esfahbod <behdad@behdad.org>
28603 Date:   Fri Jun 27 17:30:59 2014 -0400
28604
28605     Mark unsed members with a "Z" suffix
28606
28607     There may be more.  There are members that are by definition
28608     redundant or reserved and not needed, NOT what we *currently*
28609     don't use.
28610
28611     I'm sure there's more...
28612
28613  src/hb-open-file-private.hh        |  6 +++---
28614  src/hb-ot-cmap-table.hh            | 24 ++++++++++++------------
28615  src/hb-ot-layout-common-private.hh |  2 +-
28616  3 files changed, 16 insertions(+), 16 deletions(-)
28617
28618 commit 23afcff1d14e57f5ce30a4100698d4f2dc530958
28619 Author: Behdad Esfahbod <behdad@behdad.org>
28620 Date:   Fri Jun 27 17:22:36 2014 -0400
28621
28622     [ot-font] Implement Unicode variation selectors
28623
28624  src/hb-ot-font.cc | 20 +++++++++++++++++++-
28625  1 file changed, 19 insertions(+), 1 deletion(-)
28626
28627 commit a5a4736916b6035e6413d4619f9e7287e683d51b
28628 Author: Behdad Esfahbod <behdad@behdad.org>
28629 Date:   Fri Jun 27 17:03:22 2014 -0400
28630
28631     [cmap] Implement subtable format 14
28632
28633  src/hb-ot-cmap-table.hh | 147
28634  +++++++++++++++++++++++++++++++++++++++++++-----
28635  1 file changed, 133 insertions(+), 14 deletions(-)
28636
28637 commit 586b60622c33878f9ca4826b4ef07369d32bf039
28638 Author: Behdad Esfahbod <behdad@behdad.org>
28639 Date:   Fri Jun 27 15:39:47 2014 -0400
28640
28641     Minor: final bits of cleanup
28642
28643  src/hb-open-type-private.hh        | 1 +
28644  src/hb-ot-layout-common-private.hh | 4 ++--
28645  2 files changed, 3 insertions(+), 2 deletions(-)
28646
28647 commit 51d9ba09bc78188ec87218aef5232e80568c1712
28648 Author: Behdad Esfahbod <behdad@behdad.org>
28649 Date:   Fri Jun 27 15:27:15 2014 -0400
28650
28651     Minor
28652
28653  src/hb-open-type-private.hh | 9 ++++-----
28654  1 file changed, 4 insertions(+), 5 deletions(-)
28655
28656 commit 3084767e92483c669f38319f153c498e9a6b92c7
28657 Author: Behdad Esfahbod <behdad@behdad.org>
28658 Date:   Fri Jun 27 15:24:35 2014 -0400
28659
28660     Minor: Remove LongArrayOf
28661
28662  src/hb-open-file-private.hh | 2 +-
28663  src/hb-open-type-private.hh | 4 ----
28664  2 files changed, 1 insertion(+), 5 deletions(-)
28665
28666 commit 41ea59495032e712fa6f801350ee00d5f00b5724
28667 Author: Behdad Esfahbod <behdad@behdad.org>
28668 Date:   Fri Jun 27 15:23:18 2014 -0400
28669
28670     Minor: Remove LongSortedArrayOf
28671
28672  src/hb-open-type-private.hh | 4 ----
28673  src/hb-ot-cmap-table.hh     | 2 +-
28674  2 files changed, 1 insertion(+), 5 deletions(-)
28675
28676 commit bb6ecf2ce5c2679c298741af17836a22e1d68121
28677 Author: Behdad Esfahbod <behdad@behdad.org>
28678 Date:   Fri Jun 27 15:13:44 2014 -0400
28679
28680     Minor: Remove LongOffsetArrayOf and LongOffsetLongArrayOf
28681
28682  src/hb-open-file-private.hh    | 2 +-
28683  src/hb-open-type-private.hh    | 8 --------
28684  src/hb-ot-layout-gdef-table.hh | 2 +-
28685  3 files changed, 2 insertions(+), 10 deletions(-)
28686
28687 commit 99d281712390fd54e523b2f0580d10445457ec2f
28688 Author: Behdad Esfahbod <behdad@behdad.org>
28689 Date:   Fri Jun 27 15:12:52 2014 -0400
28690
28691     Minor: Remove GenericOffset
28692
28693  src/hb-open-type-private.hh        | 13 +++++--------
28694  src/hb-ot-layout-common-private.hh |  8 ++++----
28695  2 files changed, 9 insertions(+), 12 deletions(-)
28696
28697 commit 9da552dcc5b89b3bbbe5a55fb7c543222382e12a
28698 Author: Behdad Esfahbod <behdad@behdad.org>
28699 Date:   Fri Jun 27 15:09:42 2014 -0400
28700
28701     Minor: Remove some GenericXXX templates
28702
28703  src/hb-open-type-private.hh        | 32 +++++++++++---------------------
28704  src/hb-ot-cmap-table.hh            |  4 ++--
28705  src/hb-ot-layout-common-private.hh |  2 +-
28706  3 files changed, 14 insertions(+), 24 deletions(-)
28707
28708 commit 36073ede5b52bd1231622cbacd1bee6b82696d81
28709 Author: Behdad Esfahbod <behdad@behdad.org>
28710 Date:   Fri Jun 27 14:48:54 2014 -0400
28711
28712     Minor: Reorder template parameter order
28713
28714  src/hb-open-type-private.hh | 14 +++++++-------
28715  src/hb-ot-cmap-table.hh     |  2 +-
28716  2 files changed, 8 insertions(+), 8 deletions(-)
28717
28718 commit 0394ec1bfbd7806cbe9fc809b34f96f8d12ffbf2
28719 Author: Behdad Esfahbod <behdad@behdad.org>
28720 Date:   Fri Jun 27 14:40:35 2014 -0400
28721
28722     Minor: Introduce GenericOffset
28723
28724  src/hb-open-type-private.hh | 16 ++++++----------
28725  1 file changed, 6 insertions(+), 10 deletions(-)
28726
28727 commit 0d1b3419a7bbfd18ab8fed1abd3a41dec11e8d97
28728 Author: Behdad Esfahbod <behdad@behdad.org>
28729 Date:   Thu Jun 26 19:13:34 2014 -0400
28730
28731     Minor: Use template parameter default values for OffsetTo
28732
28733  src/hb-open-type-private.hh | 13 +++++--------
28734  1 file changed, 5 insertions(+), 8 deletions(-)
28735
28736 commit 546b1adcdce2d3592843938b0b81ff32e67b0b83
28737 Author: Behdad Esfahbod <behdad@behdad.org>
28738 Date:   Thu Jun 26 19:10:21 2014 -0400
28739
28740     Minor: Use template parameter default values for hb_prealloced_array_t
28741
28742  src/hb-private.hh | 9 ++++-----
28743  1 file changed, 4 insertions(+), 5 deletions(-)
28744
28745 commit 911ca38645bd51764e7859bc482319e8f6d2f710
28746 Author: Behdad Esfahbod <behdad@behdad.org>
28747 Date:   Tue Jun 24 10:20:36 2014 -0600
28748
28749     Add back API removed recently
28750
28751     Add hb_ot_layout_language_get_required_feature_index() again, which
28752     is used in Pango.  This was removed in
28753     da132937989acb4d8ca9bd41c79f98750e7dda30 in favor of
28754     hb_ot_layout_language_get_required_feature().
28755
28756     API changes:
28757
28758       - Added hb_ot_layout_language_get_required_feature_index back.
28759
28760  src/hb-ot-layout.cc | 15 +++++++++++++++
28761  src/hb-ot-layout.h  |  7 +++++++
28762  2 files changed, 22 insertions(+)
28763
28764 commit 89e4946929a8cd2359c7d76fa9272d5604243002
28765 Author: Behdad Esfahbod <behdad@behdad.org>
28766 Date:   Sun Jun 22 11:32:13 2014 -0600
28767
28768     Add new IndicSyllabicCategory short forms for Unicode 7.0
28769
28770  src/gen-indic-table.py | 4 ++++
28771  1 file changed, 4 insertions(+)
28772
28773 commit dcee838e89c2863c2fda4e8f098e720637e02335
28774 Author: Behdad Esfahbod <behdad@behdad.org>
28775 Date:   Sun Jun 22 11:29:59 2014 -0600
28776
28777     Minor
28778
28779  src/gen-arabic-table.py | 2 +-
28780  src/gen-indic-table.py  | 2 +-
28781  2 files changed, 2 insertions(+), 2 deletions(-)
28782
28783 commit f2ad86e6053fa87ab188c36edc3d98c92324c049
28784 Author: Behdad Esfahbod <behdad@behdad.org>
28785 Date:   Sat Jun 21 15:31:10 2014 -0600
28786
28787     [indic-table-gen] Minor
28788
28789  src/gen-indic-table.py | 8 ++++----
28790  1 file changed, 4 insertions(+), 4 deletions(-)
28791
28792 commit 2ec62279aab8c2263f17ffbc7c6f74304674f9a8
28793 Author: Behdad Esfahbod <behdad@behdad.org>
28794 Date:   Sat Jun 21 15:25:59 2014 -0600
28795
28796     [indic-table] Update to Unicode 6.3.0
28797
28798     Was from 6.2.0.  It's a no-op.  Committing for the record.
28799
28800  src/hb-ot-shape-complex-indic-table.cc | 12 ++++++------
28801  1 file changed, 6 insertions(+), 6 deletions(-)
28802
28803 commit 5d4d7384efa97a30893ad28b9ad9a994722de12c
28804 Author: Behdad Esfahbod <behdad@behdad.org>
28805 Date:   Sat Jun 21 14:53:21 2014 -0600
28806
28807     Minor: format
28808
28809  src/hb-ot-shape-complex-arabic.cc | 7 +++++--
28810  1 file changed, 5 insertions(+), 2 deletions(-)
28811
28812 commit 44243ae5902cc420e6bf6ec2fca2584ba93ff2fb
28813 Author: Behdad Esfahbod <behdad@behdad.org>
28814 Date:   Sat Jun 21 14:19:34 2014 -0600
28815
28816     [arabic-table] Update to Unicode 7.0
28817
28818     Old table was from 6.2.  Remove hard-coded Mongolian and Phags-pa
28819     data.
28820     This completes support for new scripts Manichian and Psaltar Pahlavi.
28821
28822  src/hb-ot-shape-complex-arabic-table.hh | 72
28823  ++++++++++++++++++++++++++++-----
28824  src/hb-ot-shape-complex-arabic.cc       | 22 ----------
28825  2 files changed, 63 insertions(+), 31 deletions(-)
28826
28827 commit cd86ab9b4f4d7bd4f563be64a83714fc8fb395d7
28828 Author: Behdad Esfahbod <behdad@behdad.org>
28829 Date:   Sat Jun 21 14:10:38 2014 -0600
28830
28831     [arabic-table] Add ZWJ/ZWNJ now that table is segmented
28832
28833  src/gen-arabic-table.py                 |  2 --
28834  src/hb-ot-shape-complex-arabic-table.hh | 12 +++++++++++-
28835  src/hb-ot-shape-complex-arabic.cc       |  5 -----
28836  3 files changed, 11 insertions(+), 8 deletions(-)
28837
28838 commit 2390d9b67e1dfeccd3f0850d1304c52b54817ca0
28839 Author: Behdad Esfahbod <behdad@behdad.org>
28840 Date:   Sat Jun 21 14:07:00 2014 -0600
28841
28842     [arabic-table] Further tune
28843
28844     In anticipation of Unicode 7.0 data coming in the next commit.
28845
28846  src/gen-arabic-table.py                 | 10 ++++++---
28847  src/hb-ot-shape-complex-arabic-table.hh | 38
28848  +++++++++++++++------------------
28849  2 files changed, 24 insertions(+), 24 deletions(-)
28850
28851 commit a133e6067aaebc494c0156b5fac7f4a879e12dbe
28852 Author: Behdad Esfahbod <behdad@behdad.org>
28853 Date:   Fri Jun 20 18:01:34 2014 -0400
28854
28855     [indic-table] Minor
28856
28857  src/gen-indic-table.py | 9 +++++----
28858  1 file changed, 5 insertions(+), 4 deletions(-)
28859
28860 commit b900fa2c8cc088dbcbdbf90bfdf8764f9ee1c96a
28861 Author: Behdad Esfahbod <behdad@behdad.org>
28862 Date:   Fri Jun 20 17:59:43 2014 -0400
28863
28864     [arabic-table] Use segmented table
28865
28866     No functional change.
28867
28868  src/gen-arabic-table.py                 | 82
28869  +++++++++++++++++++++++----------
28870  src/hb-ot-shape-complex-arabic-table.hh | 53 ++++++++++++++-------
28871  src/hb-ot-shape-complex-arabic.cc       |  8 ++--
28872  3 files changed, 97 insertions(+), 46 deletions(-)
28873
28874 commit c2e113404640bf9b8bac469d0803ac946e77964f
28875 Author: Behdad Esfahbod <behdad@behdad.org>
28876 Date:   Fri Jun 20 17:57:03 2014 -0400
28877
28878     [indic-table] Make output stable
28879
28880  src/gen-indic-table.py | 2 +-
28881  1 file changed, 1 insertion(+), 1 deletion(-)
28882
28883 commit 55abfbd2ac1626af16151298a0837b837d0796df
28884 Author: Behdad Esfahbod <behdad@behdad.org>
28885 Date:   Fri Jun 20 16:47:43 2014 -0400
28886
28887     [indic-table] Minor
28888
28889     No output change.
28890
28891  src/gen-indic-table.py | 7 +------
28892  1 file changed, 1 insertion(+), 6 deletions(-)
28893
28894 commit f88670749006991282bcc4e8b6218487295ca670
28895 Author: Behdad Esfahbod <behdad@behdad.org>
28896 Date:   Fri Jun 20 16:30:10 2014 -0400
28897
28898     [arabic-table] Don't write comments
28899
28900     No functional change.
28901
28902  src/gen-arabic-table.py                 |  20 +-
28903  src/hb-ot-shape-complex-arabic-table.hh | 710
28904  ++------------------------------
28905  2 files changed, 38 insertions(+), 692 deletions(-)
28906
28907 commit 200dfe3eb10feda2ad25940338b08011f4757ca4
28908 Author: Behdad Esfahbod <behdad@behdad.org>
28909 Date:   Fri Jun 20 16:20:59 2014 -0400
28910
28911     [arabic-table] Use short names for values
28912
28913     No functional change.
28914
28915  src/gen-arabic-table.py                 |   16 +-
28916  src/hb-ot-shape-complex-arabic-table.hh | 1386
28917  ++++++++++++++++---------------
28918  2 files changed, 716 insertions(+), 686 deletions(-)
28919
28920 commit 3f5327a41efcf50f64d9498ef3dfd6875ef6a5ab
28921 Author: Behdad Esfahbod <behdad@behdad.org>
28922 Date:   Fri Jun 20 16:17:42 2014 -0400
28923
28924     [arabic-table] Read Blocks.txt and shuffle code around
28925
28926     No functional change.
28927
28928  src/Makefile.am                         |  2 +-
28929  src/gen-arabic-table.py                 | 80
28930  +++++++++++++++++++--------------
28931  src/hb-ot-shape-complex-arabic-table.hh | 30 ++++++++-----
28932  3 files changed, 67 insertions(+), 45 deletions(-)
28933
28934 commit 171f970e4f72d9fe1af30eab32b96906ee4a14f5
28935 Author: Behdad Esfahbod <behdad@behdad.org>
28936 Date:   Fri Jun 20 15:25:30 2014 -0400
28937
28938     [indic-table] Black-list Thai, Lao, and Tibetan
28939
28940     We don't need Indic table for those.
28941
28942  src/gen-indic-table.py                 |  3 ++
28943  src/hb-ot-shape-complex-indic-table.cc | 94
28944  +++++++---------------------------
28945  2 files changed, 21 insertions(+), 76 deletions(-)
28946
28947 commit 65ac2dae4f284f563b2dc476a21e2b5a48124de8
28948 Author: Behdad Esfahbod <behdad@behdad.org>
28949 Date:   Fri Jun 20 15:12:49 2014 -0400
28950
28951     [indic-table] Speed up lookup
28952
28953  src/gen-indic-table.py                 | 22 +++++++++---
28954  src/hb-ot-shape-complex-indic-table.cc | 61
28955  +++++++++++++++++++++++-----------
28956  2 files changed, 59 insertions(+), 24 deletions(-)
28957
28958 commit 64442a3f4c5c7be08893454742cad6bfe73cb8d7
28959 Author: Behdad Esfahbod <behdad@behdad.org>
28960 Date:   Fri Jun 20 14:58:53 2014 -0400
28961
28962     [indic-table] Fix compiler warning
28963
28964  src/gen-indic-table.py                 | 4 +---
28965  src/hb-ot-shape-complex-indic-table.cc | 4 +---
28966  2 files changed, 2 insertions(+), 6 deletions(-)
28967
28968 commit 0436e1d50527497ebe5053b51a34ce6590276249
28969 Author: Behdad Esfahbod <behdad@behdad.org>
28970 Date:   Fri Jun 20 14:56:22 2014 -0400
28971
28972     [indic-table] Make table more compact by not covering full blocks
28973
28974     -#define indic_offset_total 4416
28975     +#define indic_offset_total 3816
28976
28977     -}; /* Table occupancy: 60% */
28978     +}; /* Table occupancy: 69% */
28979
28980  src/gen-indic-table.py                 |  24 ++++--
28981  src/hb-ot-shape-complex-indic-table.cc | 150
28982  +++++++++------------------------
28983  2 files changed, 57 insertions(+), 117 deletions(-)
28984
28985 commit 190a251479b3cfc68871ff1daf9a9d1abe3f86e6
28986 Author: Behdad Esfahbod <behdad@behdad.org>
28987 Date:   Fri Jun 20 14:41:39 2014 -0400
28988
28989     [indic-table] Remove block range from data table
28990
28991     No functional change.
28992
28993  src/gen-indic-table.py                 |   4 +-
28994  src/hb-ot-shape-complex-indic-table.cc | 102
28995  ++++++++++++++++-----------------
28996  2 files changed, 54 insertions(+), 52 deletions(-)
28997
28998 commit 2b051c6057920c564c13c5d6a3e6dca93446fa12
28999 Author: Behdad Esfahbod <behdad@behdad.org>
29000 Date:   Fri Jun 20 14:09:57 2014 -0400
29001
29002     Rename HB_VERSION_CHECK and hb_version_check to "atleast"
29003
29004     HB_VERSION_CHECK's comparison was originally written wrongly
29005     by mistake.  When API tests were written, they were also written
29006     wrongly to pass given the wrong implementation... Sigh.
29007
29008     Given the purpose of this API, there's no point in fixing it
29009     without renaming it.  As such, rename.
29010
29011     API changes:
29012
29013       HB_VERSION_CHECK -> HB_VERSION_ATLEAST
29014       hb_version_check -> hb_version_atleast
29015
29016  docs/reference/harfbuzz-sections.txt |  4 ++--
29017  src/hb-common.cc                     | 10 +++++-----
29018  src/hb-version.h.in                  | 10 +++++-----
29019  test/api/test-version.c              | 29 +++++++++++++++--------------
29020  4 files changed, 27 insertions(+), 26 deletions(-)
29021
29022 commit cabfa538ed4b1355326fa8de05f7209dda1c1c7a
29023 Author: Behdad Esfahbod <behdad@behdad.org>
29024 Date:   Fri Jun 20 13:51:21 2014 -0400
29025
29026     Adjust unused doc symbols
29027
29028  docs/reference/harfbuzz-sections.txt | 19 +++++++++++++++++--
29029  src/hb-ot-shape.h                    | 21 ++++++++++-----------
29030  2 files changed, 27 insertions(+), 13 deletions(-)
29031
29032 commit da132937989acb4d8ca9bd41c79f98750e7dda30
29033 Author: Jonathan Kew <jfkthame@gmail.com>
29034 Date:   Sun Apr 27 14:05:24 2014 +0100
29035
29036     Rework handling of requiredFeature to solve problem with rlig in
29037     arial.ttf from winxp
29038
29039     https://bugzilla.mozilla.org/show_bug.cgi?id=986802
29040     Fixes https://github.com/behdad/harfbuzz/pull/39
29041
29042     API Change:
29043
29044     -hb_ot_layout_language_get_required_feature_index
29045     +hb_ot_layout_language_get_required_feature
29046
29047     New API takes an extra pointer argument.  Pass NULL in to get
29048     behavior of previous API.
29049
29050     Reworked by behdad
29051
29052  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
29053  src/hb-ot-layout.cc                  | 29 ++++++++++++---------
29054  src/hb-ot-layout.h                   | 11 ++++----
29055  src/hb-ot-map.cc                     | 50
29056  ++++++++++++++++++++++++++----------
29057  src/main.cc                          |  4 +--
29058  5 files changed, 64 insertions(+), 34 deletions(-)
29059
29060 commit df554af99db390e42d378983bb3fcf583477a1d7
29061 Author: Behdad Esfahbod <behdad@behdad.org>
29062 Date:   Thu Jun 19 15:39:18 2014 -0400
29063
29064     Rename search() to bsearch() and lsearch()
29065
29066     Such that the complexity of the algorithm used is clear at
29067     call site.
29068
29069  src/hb-open-type-private.hh        |  4 ++--
29070  src/hb-ot-cmap-table.hh            | 14 +++++++-------
29071  src/hb-ot-layout-common-private.hh |  9 +++++----
29072  3 files changed, 14 insertions(+), 13 deletions(-)
29073
29074 commit fb8cc86ff99c08064ac58a559bb66cc340693b92
29075 Author: Behdad Esfahbod <behdad@behdad.org>
29076 Date:   Thu Jun 19 15:30:18 2014 -0400
29077
29078     Rename sort() to qsort()
29079
29080     In an effort to make the algorithm used clear.
29081
29082  src/hb-coretext.cc  | 4 ++--
29083  src/hb-ot-map.cc    | 4 ++--
29084  src/hb-private.hh   | 8 ++++----
29085  src/hb-uniscribe.cc | 4 ++--
29086  4 files changed, 10 insertions(+), 10 deletions(-)
29087
29088 commit 577ca4814314c374824cac736996b9cdd4f9d11f
29089 Author: Behdad Esfahbod <behdad@behdad.org>
29090 Date:   Wed Jun 18 12:29:23 2014 -0400
29091
29092     [unicode7] Update list of Default_Ignorable codepoints
29093
29094  src/hb-unicode-private.hh | 66
29095  +++++++++++++++++++++--------------------------
29096  1 file changed, 30 insertions(+), 36 deletions(-)
29097
29098 commit 7cfee3827636f0dff7df5c8975a4fadd1b4bfbd5
29099 Author: Behdad Esfahbod <behdad@behdad.org>
29100 Date:   Mon Apr 28 15:09:30 2014 -0700
29101
29102     [unicode7] Route Manichaean and Psalter Pahlavi through Arabic shaper
29103
29104     Still needs update to joining table to fully work.
29105
29106  src/hb-ot-shape-complex-private.hh | 4 ++++
29107  1 file changed, 4 insertions(+)
29108
29109 commit a4a7899cd93fb9d1bc2163a4bbabfa733ee5bd52
29110 Author: Behdad Esfahbod <behdad@behdad.org>
29111 Date:   Mon Apr 28 15:06:42 2014 -0700
29112
29113     [unicode7] Mark right-to-left scripts
29114
29115  src/hb-common.cc | 8 ++++++++
29116  1 file changed, 8 insertions(+)
29117
29118 commit 62587bfc5178a447ef66d88eab7412a7efe84692
29119 Author: Behdad Esfahbod <behdad@behdad.org>
29120 Date:   Mon Apr 28 15:07:21 2014 -0700
29121
29122     [unicode7] Declare Unicode 7 scripts
29123
29124  src/hb-common.h | 21 +++++++++------------
29125  1 file changed, 9 insertions(+), 12 deletions(-)
29126
29127 commit dc61294aa93d36d0c5d187d4a692560a7cb46444
29128 Author: Behdad Esfahbod <behdad@behdad.org>
29129 Date:   Mon Apr 28 14:58:28 2014 -0700
29130
29131     [unicode7] Add missing ISO 15924 tags
29132
29133  src/hb-common.h | 6 +++---
29134  1 file changed, 3 insertions(+), 3 deletions(-)
29135
29136 commit 7526373e70bc4c2e2072da36babf9399fcf483b8
29137 Author: Behdad Esfahbod <behdad@behdad.org>
29138 Date:   Tue Jun 17 11:45:26 2014 -0400
29139
29140     [coretext] Remove unused var
29141
29142  src/hb-coretext.cc | 2 --
29143  1 file changed, 2 deletions(-)
29144
29145 commit 798e4185bc71b1a63528e6b0af236d4c964ec607
29146 Author: Jonathan Kew <jfkthame@gmail.com>
29147 Date:   Tue Jun 10 13:10:30 2014 +0100
29148
29149     When zeroing mark widths for LTR, also adjust offset...
29150
29151     ...so that they overstrike preceding glyph.
29152
29153     https://github.com/behdad/harfbuzz/pull/43
29154
29155  src/hb-ot-shape.cc | 50
29156  +++++++++++++++++++++++++++++++++++++++-----------
29157  1 file changed, 39 insertions(+), 11 deletions(-)
29158
29159 commit 80f7405a5208f88b8615aa4ce4c54ffeb16f04f8
29160 Author: Jonathan Kew <jfkthame@gmail.com>
29161 Date:   Tue Jun 10 13:10:02 2014 +0100
29162
29163     [Thai] set the correct general category on Nikhahit when decomposing
29164     Sara-Am.
29165
29166  src/hb-ot-shape-complex-thai.cc | 5 ++++-
29167  1 file changed, 4 insertions(+), 1 deletion(-)
29168
29169 commit 1d634cbb4b0338e1c2841127a72c5fac3a2a5ca1
29170 Author: Behdad Esfahbod <behdad@behdad.org>
29171 Date:   Fri Jun 6 17:55:02 2014 -0400
29172
29173     Fix base-position when 'pref' is NOT formed
29174
29175     If pre-base reordering Ra is NOT formed (or formed and then
29176     broken up), we should consider that Ra as base.  This is
29177     observable when there's a left matra or dotreph that positions
29178     before base.
29179
29180     Now, it might be that we shouldn't do this if the Ra happend
29181     to form a below form.  We can't quite deduce that right now...
29182
29183     Micro test added.  Also at:
29184
29185     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
29186
29187  src/hb-ot-shape-complex-indic.cc                   |  28
29188  +++++++++++++++++++--
29189  test/shaping/fonts/sha1sum/MANIFEST                |   5 ++++
29190  .../e207635780b42f898d58654b65098763e340f5c7.ttf   | Bin 0 -> 3000 bytes
29191  test/shaping/tests/indic-pref-blocking.tests       |   3 ++-
29192  4 files changed, 33 insertions(+), 3 deletions(-)
29193
29194 commit 04dc52fa15f5b7f9eb5f448ea43e7ef1b2269e88
29195 Author: Behdad Esfahbod <behdad@behdad.org>
29196 Date:   Fri Jun 6 17:28:38 2014 -0400
29197
29198     [indic] Recover OT_H undergone ligation and multiplication
29199
29200     Sometimes font designers form half/pref/etc consonant forms
29201     unconditionally and then undo that conditionally.  Try to
29202     recover the OT_H classification in those cases.
29203
29204     No test number changes expected.
29205
29206  src/hb-ot-layout-private.hh      |  8 ++++++++
29207  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++++++++
29208  2 files changed, 29 insertions(+)
29209
29210 commit 39c8201f8e361e8c0f23f07bf20124ccadc6086c
29211 Author: Behdad Esfahbod <behdad@behdad.org>
29212 Date:   Fri Jun 6 17:19:35 2014 -0400
29213
29214     [indic] Improve base re-finding
29215
29216     No test numbers change.
29217
29218  src/hb-ot-shape-complex-indic.cc | 5 ++---
29219  1 file changed, 2 insertions(+), 3 deletions(-)
29220
29221 commit c04d5f0dd24d0ed9560fb9aebb5561ce946743c3
29222 Author: Behdad Esfahbod <behdad@behdad.org>
29223 Date:   Fri Jun 6 17:02:39 2014 -0400
29224
29225     [indic] Minor
29226
29227  src/hb-ot-shape-complex-indic.cc | 2 +-
29228  1 file changed, 1 insertion(+), 1 deletion(-)
29229
29230 commit 824d00dce483d0f4030c0cac253f994810e10f32
29231 Author: Behdad Esfahbod <behdad@behdad.org>
29232 Date:   Mon Jun 9 14:17:33 2014 -0400
29233
29234     Fix commit 3f38c1137b6219a646da141b08463ffa922d4e35
29235
29236     Previous commit was not compiling with clang.
29237
29238  configure.ac | 4 ++--
29239  1 file changed, 2 insertions(+), 2 deletions(-)
29240
29241 commit 3f38c1137b6219a646da141b08463ffa922d4e35
29242 Author: Behdad Esfahbod <behdad@behdad.org>
29243 Date:   Fri Jun 6 16:03:40 2014 -0400
29244
29245     Don't use -mstructure-size-boundary=8 on clang arm
29246
29247     As in building for Android / iPhone.  Only set it if
29248     struct{char} alignment is not 1.
29249
29250     NOT tested on an actual Arm architecture.  Guess we'll know
29251     when this makes it to people's build bots.
29252
29253  configure.ac | 7 +++++--
29254  1 file changed, 5 insertions(+), 2 deletions(-)
29255
29256 commit 0ff74b09d2ccf7a9ea0f0b463d8b6d819c86c837
29257 Author: Behdad Esfahbod <behdad@behdad.org>
29258 Date:   Thu Jun 5 21:55:23 2014 -0400
29259
29260     Add missing test file.  Oops
29261
29262  test/shaping/tests/indic-pref-blocking.tests | 1 +
29263  1 file changed, 1 insertion(+)
29264
29265 commit 832a6f99b34f334b1e82b8e3a7ad137e823d203c
29266 Author: Behdad Esfahbod <behdad@behdad.org>
29267 Date:   Wed Jun 4 16:57:42 2014 -0400
29268
29269     [indic] Don't reorder reph/pref if ligature was expanded
29270
29271     Normally if you want to, say, conditionally prevent a 'pref', you
29272     would use blocking contextual matching.  Some designers instead
29273     form the 'pref' form, then undo it in context.  To detect that
29274     we now also remember glyphs that went through MultipleSubst.
29275
29276     In the only place that this is used, Uniscribe seems to only care
29277     about the "last" transformation between Ligature and Multiple
29278     substitions.  Ie. if you ligate, expand, and ligate again, it
29279     moves the pref, but if you ligate and expand it doesn't.  That's
29280     why we clear the MULTIPLIED bit when setting LIGATED.
29281
29282     Micro-test added.  Test: U+0D2F,0D4D,0D30 with font from:
29283
29284     [1]
29285     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
29286
29287  src/hb-ot-layout-gsub-table.hh                      |   2 +-
29288  src/hb-ot-layout-gsubgpos-private.hh                |  20
29289  ++++++++++++++++----
29290  src/hb-ot-layout-private.hh                         |  16
29291  +++++++++++++++-
29292  src/hb-ot-shape-complex-indic.cc                    |   4 ++--
29293  test/shaping/Makefile.am                            |   5 ++++-
29294  .../226bc2deab3846f1a682085f70c67d0421014144.ttf    | Bin 0 -> 2828 bytes
29295  test/shaping/tests/MANIFEST                         |   1 +
29296  7 files changed, 39 insertions(+), 9 deletions(-)
29297
29298 commit b5be2317201774c84470167767ad83c8637cad5b
29299 Author: Behdad Esfahbod <behdad@behdad.org>
29300 Date:   Thu Jun 5 19:00:22 2014 -0400
29301
29302     [gsub] Adjust single-length ligature subst to act like single subst
29303
29304  src/hb-ot-layout-gsub-table.hh | 8 ++++++++
29305  1 file changed, 8 insertions(+)
29306
29307 commit aae69451dfbf2e3671c555c234f788c194302818
29308 Author: Behdad Esfahbod <behdad@behdad.org>
29309 Date:   Thu Jun 5 18:54:44 2014 -0400
29310
29311     [gsub] Minor shuffling
29312
29313  src/hb-ot-layout-gsub-table.hh | 29 ++++++++++++++++-------------
29314  1 file changed, 16 insertions(+), 13 deletions(-)
29315
29316 commit b6b304f12be917b7449b3ac9409069fcd4a27d95
29317 Author: Behdad Esfahbod <behdad@behdad.org>
29318 Date:   Thu Jun 5 17:12:54 2014 -0400
29319
29320     [ot] Add TODO re zero-len MultipleSubst sequences
29321
29322  src/hb-ot-layout-gsub-table.hh       | 9 +++++++++
29323  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
29324  2 files changed, 12 insertions(+), 1 deletion(-)
29325
29326 commit f1a72fe7bf863535ec09b559cc0bd878fd0799f2
29327 Author: Behdad Esfahbod <behdad@behdad.org>
29328 Date:   Wed Jun 4 19:00:29 2014 -0400
29329
29330     [ot-font] Fix cmap EncodingRecord cmp order
29331
29332  src/hb-ot-cmap-table.hh | 14 +++++++++-----
29333  1 file changed, 9 insertions(+), 5 deletions(-)
29334
29335 commit ce34f0b07e5324ed52e6e2c43000c2b09ee010d4
29336 Author: Behdad Esfahbod <behdad@behdad.org>
29337 Date:   Wed Jun 4 18:57:46 2014 -0400
29338
29339     [ot-font] Use binary search for format12 cmap subtable
29340
29341  src/hb-open-type-private.hh | 4 ++++
29342  src/hb-ot-cmap-table.hh     | 2 +-
29343  2 files changed, 5 insertions(+), 1 deletion(-)
29344
29345 commit 257d1adfa1b3422c511c55e641840a6e31ec6008
29346 Author: Behdad Esfahbod <behdad@behdad.org>
29347 Date:   Wed Jun 4 18:47:55 2014 -0400
29348
29349     [ot-font] Work around broken cmap subtable format 4 length
29350
29351     Roboto was hitting this.  FreeType also has pretty much the
29352     same code for this, in ttcmap.c:tt_cmap4_validate():
29353
29354         /* in certain fonts, the `length' field is invalid and goes */
29355         /* out of bound.  We try to correct this here...            */
29356         if ( table + length > valid->limit )
29357         {
29358           if ( valid->level >= FT_VALIDATE_TIGHT )
29359             FT_INVALID_TOO_SHORT;
29360
29361           length = (FT_UInt)( valid->limit - table );
29362         }
29363
29364  src/hb-ot-cmap-table.hh | 22 ++++++++++++++++++----
29365  1 file changed, 18 insertions(+), 4 deletions(-)
29366
29367 commit 51f563579b94e1ee23ced9bbcc7dd3341535ce72
29368 Author: Behdad Esfahbod <behdad@behdad.org>
29369 Date:   Wed Jun 4 18:42:32 2014 -0400
29370
29371     Move try_set to sanitize context
29372
29373  src/hb-open-type-private.hh        | 22 ++++++++++------------
29374  src/hb-ot-layout-common-private.hh |  2 +-
29375  2 files changed, 11 insertions(+), 13 deletions(-)
29376
29377 commit 500737e8e16dce5248aff394899bb3761a9c3bbf
29378 Author: Behdad Esfahbod <behdad@behdad.org>
29379 Date:   Wed Jun 4 18:17:29 2014 -0400
29380
29381     [ot-font] Don't select a Null cmap subtable
29382
29383     Can happen either in broken fonts, or as a result of sanitize().
29384
29385  src/hb-ot-cmap-table.hh | 2 +-
29386  1 file changed, 1 insertion(+), 1 deletion(-)
29387
29388 commit dac86026a6bae5a8a03cfe885bf93f32e5f48614
29389 Author: Behdad Esfahbod <behdad@behdad.org>
29390 Date:   Tue Jun 3 17:57:00 2014 -0400
29391
29392     Fix some cppcheck warnings
29393
29394     Bug 77800 - cppcheck reports
29395
29396  src/hb-common.cc                   | 4 +++-
29397  src/hb-ot-layout-common-private.hh | 2 +-
29398  src/hb-private.hh                  | 2 +-
29399  src/hb-shape-plan.cc               | 4 ++--
29400  4 files changed, 7 insertions(+), 5 deletions(-)
29401
29402 commit c306410cab368a27c1941a2625d3b475edeaac04
29403 Author: Behdad Esfahbod <behdad@behdad.org>
29404 Date:   Tue Jun 3 16:59:41 2014 -0400
29405
29406     Bug 77732 - Fix unused typedef warning for ASSERT_STATIC with GCC 4.8
29407
29408  src/hb-private.hh | 2 +-
29409  1 file changed, 1 insertion(+), 1 deletion(-)
29410
29411 commit ae2b854eab7f1c48e56751c987a714c2c18d6eb6
29412 Author: Behdad Esfahbod <behdad@behdad.org>
29413 Date:   Tue Jun 3 16:59:09 2014 -0400
29414
29415     Move code around
29416
29417  src/hb-private.hh | 134
29418  ++++++++++++++++++++++++++----------------------------
29419  1 file changed, 65 insertions(+), 69 deletions(-)
29420
29421 commit 17c3b809f42aec34d83dba2e6229ad85804bebae
29422 Author: Behdad Esfahbod <behdad@behdad.org>
29423 Date:   Mon Jun 2 15:08:18 2014 -0400
29424
29425     [indic] Treat U+A8E0..A8F1 as OT_A instead of OT_VD
29426
29427     Apparently they can intermix with other OT_A.
29428
29429     Test: U+0915,A8E2,1CD0
29430
29431  src/hb-ot-shape-complex-indic.cc | 2 +-
29432  1 file changed, 1 insertion(+), 1 deletion(-)
29433
29434 commit 6ae13f257c3986517c097fa666ab9f58bdc918b5
29435 Author: Behdad Esfahbod <behdad@behdad.org>
29436 Date:   Fri May 30 17:38:14 2014 -0400
29437
29438     [graphite2] Fix cluster mapping
29439
29440     Patch from Martin Hosken.  I expect this to fix the following bugs:
29441
29442     https://bugs.freedesktop.org/show_bug.cgi?id=75076
29443     https://bugzilla.gnome.org/show_bug.cgi?id=723582
29444     https://bugzilla.redhat.com/show_bug.cgi?id=998812
29445
29446  src/hb-graphite2.cc | 5 ++++-
29447  1 file changed, 4 insertions(+), 1 deletion(-)
29448
29449 commit 5875ad9c467b39d00ad4d98fd425179c701e6fd0
29450 Author: Behdad Esfahbod <behdad@behdad.org>
29451 Date:   Thu May 29 15:48:16 2014 -0400
29452
29453     0.9.29
29454
29455  NEWS         | 12 ++++++++++++
29456  configure.ac |  2 +-
29457  2 files changed, 13 insertions(+), 1 deletion(-)
29458
29459 commit 7977ca17aac34b9ab10622928bed8afa2177f16a
29460 Author: Behdad Esfahbod <behdad@behdad.org>
29461 Date:   Thu May 29 15:34:26 2014 -0400
29462
29463     [indic] Allow decimal and Brahmi digits as placeholders
29464
29465     Tests: U+0967,0951 U+0031,093F
29466
29467  src/hb-ot-shape-complex-indic.cc                                      |
29468  4 ++++
29469  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt  |
29470  2 ++
29471  2 files changed, 6 insertions(+)
29472
29473 commit e8b5d64039614ecce472eda1a7a603736da25d86
29474 Author: Behdad Esfahbod <behdad@behdad.org>
29475 Date:   Thu May 29 15:18:27 2014 -0400
29476
29477     [indic] Do NOT allow reph formation on placeholders
29478
29479     Only allow it on DOTTED CIRCLE.  No effect on test numbers.
29480
29481     Test: U+0930,094D,00A0
29482
29483  src/hb-ot-shape-complex-indic-machine.rl                                |
29484  2 +-
29485  .../in-tree/shaper-indic/indic/script-devanagari/misc/dottedcircle.txt  |
29486  1 +
29487  2 files changed, 2 insertions(+), 1 deletion(-)
29488
29489 commit 52b562a6a058131c0103aaa5404d053e6465bb23
29490 Author: Behdad Esfahbod <behdad@behdad.org>
29491 Date:   Tue May 27 18:18:23 2014 -0400
29492
29493     [indic] Clean up a bit
29494
29495     No functional change intended.
29496
29497  src/hb-ot-shape-complex-indic.cc | 17 +++++------------
29498  1 file changed, 5 insertions(+), 12 deletions(-)
29499
29500 commit 3bf652b90783e8244c153739585d95dc4162efb4
29501 Author: Behdad Esfahbod <behdad@behdad.org>
29502 Date:   Tue May 27 18:07:26 2014 -0400
29503
29504     [indic] Treat U+002D and U+2010..2014 as placeholders
29505
29506  src/hb-ot-shape-complex-indic.cc | 4 +++-
29507  1 file changed, 3 insertions(+), 1 deletion(-)
29508
29509 commit e0de95f40244924cb8f9f7abca7f53117044a0eb
29510 Author: Behdad Esfahbod <behdad@behdad.org>
29511 Date:   Tue May 27 17:58:34 2014 -0400
29512
29513     [indic] Treat U+00D7 MULTIPLICATION SIGN as placeholder
29514
29515  src/hb-ot-shape-complex-indic.cc | 1 +
29516  1 file changed, 1 insertion(+)
29517
29518 commit cf78dd483cbe1759a8ecb731879e041a53ba9bb3
29519 Author: Behdad Esfahbod <behdad@behdad.org>
29520 Date:   Tue May 27 17:53:37 2014 -0400
29521
29522     [indic/myanmar] Rename OT_NBSP to OT_PLACEHOLDER
29523
29524  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
29525  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
29526  src/hb-ot-shape-complex-indic.cc         | 4 ++--
29527  src/hb-ot-shape-complex-myanmar.cc       | 2 +-
29528  4 files changed, 8 insertions(+), 8 deletions(-)
29529
29530 commit 186ece94c8838e95db240d3e7c3ce415da6be81e
29531 Author: Behdad Esfahbod <behdad@behdad.org>
29532 Date:   Tue May 27 17:49:45 2014 -0400
29533
29534     [myanmar] Use OT_NBSP instead of OT_DOTTEDCIRCLE for OT_GB
29535
29536     No functional change.
29537
29538  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
29539  src/hb-ot-shape-complex-myanmar.cc         | 2 +-
29540  2 files changed, 2 insertions(+), 2 deletions(-)
29541
29542 commit cf71d28c380819cb0f7f0f22f6ff9e4aa881a2b8
29543 Author: Behdad Esfahbod <behdad@behdad.org>
29544 Date:   Tue May 27 17:47:43 2014 -0400
29545
29546     [indic/myanmar] Refactor a few macros
29547
29548  src/hb-ot-shape-complex-indic-private.hh | 12 ++++++++++++
29549  src/hb-ot-shape-complex-indic.cc         | 10 ----------
29550  src/hb-ot-shape-complex-myanmar.cc       |  6 ------
29551  3 files changed, 12 insertions(+), 16 deletions(-)
29552
29553 commit 2307268e01d27a999b56a2f573dfcee8b2a7949b
29554 Author: Behdad Esfahbod <behdad@behdad.org>
29555 Date:   Tue May 27 17:39:01 2014 -0400
29556
29557     [indic] Treat U+0A72..0A73 like regular consonants
29558
29559     Unicode 6.x IndicSyllableCategory categorizes them as
29560     placeholders, but they can subjoin.
29561
29562  src/hb-ot-shape-complex-indic.cc | 3 ++-
29563  1 file changed, 2 insertions(+), 1 deletion(-)
29564
29565 commit e9b2a4cfe593bdbe9288571635ba26ac42ede987
29566 Author: Behdad Esfahbod <behdad@behdad.org>
29567 Date:   Fri May 23 15:49:10 2014 -0400
29568
29569     [indic] Support U+1CED
29570
29571  src/hb-ot-shape-complex-indic.cc | 5 +++++
29572  1 file changed, 5 insertions(+)
29573
29574 commit d19f8e85702a1e473efe2f02027984dcc127602a
29575 Author: Behdad Esfahbod <behdad@behdad.org>
29576 Date:   Fri May 23 15:45:50 2014 -0400
29577
29578     [indic] Support U+A8F2..A8F7,1CE9..1CEC,1CEE..1CF1
29579
29580  src/hb-ot-shape-complex-indic.cc | 8 ++++++++
29581  1 file changed, 8 insertions(+)
29582
29583 commit ddbdfcbf1c10eed0a7b81b29fee99f1bd22113e5
29584 Author: Behdad Esfahbod <behdad@behdad.org>
29585 Date:   Fri May 23 15:39:55 2014 -0400
29586
29587     [indic] Simplify grammar
29588
29589     No functional change.
29590
29591  src/hb-ot-shape-complex-indic-machine.rl | 7 +++----
29592  1 file changed, 3 insertions(+), 4 deletions(-)
29593
29594 commit 4e9b1f662b23966e67c548b86afeff2bec9b0eb7
29595 Author: Behdad Esfahbod <behdad@behdad.org>
29596 Date:   Fri May 23 15:38:42 2014 -0400
29597
29598     [indic] Always start new syllable for Avagraha
29599
29600     In fact, the previous grammar was ambigious.  No functional
29601     change.
29602
29603  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
29604  1 file changed, 1 insertion(+), 1 deletion(-)
29605
29606 commit 9f9bd9bf31161660214b8b39a78cdafbb79db1be
29607 Author: Behdad Esfahbod <behdad@behdad.org>
29608 Date:   Fri May 23 15:33:13 2014 -0400
29609
29610     [indic] Rename avagraha cluster to symbol cluster
29611
29612     In anticipation of adding more characters to that class of clusters.
29613
29614  src/hb-ot-shape-complex-indic-machine.rl | 10 +++++-----
29615  src/hb-ot-shape-complex-indic-private.hh |  4 ++--
29616  src/hb-ot-shape-complex-indic.cc         | 14 +++++++-------
29617  3 files changed, 14 insertions(+), 14 deletions(-)
29618
29619 commit a498565cedf0441ae723c5e5969f637d792a15e7
29620 Author: Behdad Esfahbod <behdad@behdad.org>
29621 Date:   Thu May 22 19:39:56 2014 -0400
29622
29623     [indic] Support U+1CF2,U+1CF3
29624
29625  src/hb-ot-shape-complex-indic.cc | 6 ++++++
29626  1 file changed, 6 insertions(+)
29627
29628 commit ecb98babbaa065940b40ca8954a454f0e2cdcff0
29629 Author: Behdad Esfahbod <behdad@behdad.org>
29630 Date:   Thu May 22 19:36:21 2014 -0400
29631
29632     [indic] Support U+1CE2..U+1CE8
29633
29634  src/hb-ot-shape-complex-indic.cc | 4 ++++
29635  1 file changed, 4 insertions(+)
29636
29637 commit 37bf2c9224e32fdc99c20158c6dc0a4602ec1292
29638 Author: Behdad Esfahbod <behdad@behdad.org>
29639 Date:   Thu May 22 19:35:17 2014 -0400
29640
29641     Minor
29642
29643  src/hb-ot-shape-complex-indic.cc | 2 +-
29644  1 file changed, 1 insertion(+), 1 deletion(-)
29645
29646 commit 131e17ff9ae792cafa7a500043acb373802ee872
29647 Author: Behdad Esfahbod <behdad@behdad.org>
29648 Date:   Thu May 22 19:32:51 2014 -0400
29649
29650     [indic] Support U+1CF5,1CF6
29651
29652  src/hb-ot-shape-complex-indic.cc | 3 +++
29653  1 file changed, 3 insertions(+)
29654
29655 commit 72ead0cc72dac4d1c985ead065bb820f93f14a1d
29656 Author: Behdad Esfahbod <behdad@behdad.org>
29657 Date:   Thu May 22 19:12:10 2014 -0400
29658
29659     [indic] Treat U+1CE1 as a tone-mark too
29660
29661     It's spacing, but otherwise the same as the other ones.
29662
29663  src/hb-ot-shape-complex-indic.cc | 2 +-
29664  1 file changed, 1 insertion(+), 1 deletion(-)
29665
29666 commit e848bfae7c975a6fae434daf8e3db4d69914df9f
29667 Author: Behdad Esfahbod <behdad@behdad.org>
29668 Date:   Thu May 22 18:50:34 2014 -0400
29669
29670     [indic] Recategorize U+A8E0..A8F1 as OT_VD
29671
29672     Up to two of them come after all OT_A characters.
29673
29674  src/hb-ot-shape-complex-indic-machine.rl |  2 +-
29675  src/hb-ot-shape-complex-indic.cc         | 10 ++++++----
29676  2 files changed, 7 insertions(+), 5 deletions(-)
29677
29678 commit c519536c34c842304da558dd4a9e3844fc261b20
29679 Author: Behdad Esfahbod <behdad@behdad.org>
29680 Date:   Thu May 22 18:43:14 2014 -0400
29681
29682     [indic] Allow up to three tone marks
29683
29684     According to Roozbeh, there are valid combinations in Unicode
29685     proposals for up to three.  Previously we were allowing up to two.
29686
29687  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
29688  1 file changed, 1 insertion(+), 1 deletion(-)
29689
29690 commit c11fc6833980fce6d70c5ae0c6623de97a3eb30a
29691 Author: Behdad Esfahbod <behdad@behdad.org>
29692 Date:   Thu May 22 18:41:49 2014 -0400
29693
29694     [indic] Support more extended Devanagari tone marks
29695
29696     Also adjust U+0953,0954 handling.
29697
29698  src/hb-ot-shape-complex-indic.cc | 18 ++++++++++++------
29699  1 file changed, 12 insertions(+), 6 deletions(-)
29700
29701 commit 26c836e53d55a2e2d4c17fd9ea1884eec33ce015
29702 Author: Behdad Esfahbod <behdad@behdad.org>
29703 Date:   Wed May 21 18:35:48 2014 -0400
29704
29705     [indic] Handle "Cantillation marks for the Samaveda"
29706
29707  src/hb-ot-shape-complex-indic.cc | 3 +++
29708  1 file changed, 3 insertions(+)
29709
29710 commit 29531128f2f4342d537817746863705df80efe4b
29711 Author: Behdad Esfahbod <behdad@behdad.org>
29712 Date:   Thu May 15 14:04:02 2014 -0600
29713
29714     [indic] Improve reph formation of Sinhala and Telugu
29715
29716     Sinhala and Telugu use "explicit" reph.  That is, the reph is
29717     formed by
29718     a Ra,H,ZWJ sequence.  Previously, upon detecting this sequence,
29719     we were
29720     checking checking whether the 'rphf' feature applies to the first two
29721     glyphs of the sequence.  This is how the Microsoft fonts are designed.
29722     However, testing with Noto shows that apparently Uniscribe also forms
29723     the reph if the lookup ligates all three glyphs.  So, try both
29724     sequences.
29725
29726     Doesn't affect test results for Sinhala or Telugu.
29727
29728     https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=232
29729
29730  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
29731  1 file changed, 7 insertions(+), 2 deletions(-)
29732
29733 commit 8c703f13bf8b4b276093b1c42cd3759e34b6787f
29734 Author: Oleg Oshmyan <chortos@inbox.lv>
29735 Date:   Wed May 14 22:10:09 2014 +0100
29736
29737     Fix build with --coretext on older OS X
29738
29739     Fixes https://github.com/behdad/harfbuzz/pull/40
29740
29741  src/hb-coretext.h | 2 +-
29742  1 file changed, 1 insertion(+), 1 deletion(-)
29743
29744 commit 439b05867c0856a81fa8f9bea3a7465b4b4bdd91
29745 Author: Behdad Esfahbod <behdad@behdad.org>
29746 Date:   Wed May 14 16:44:39 2014 -0600
29747
29748     [myanmar] Allow MedialYa+Asat in the grammar
29749
29750     The grammar in the OT spec, and the existing Windows implementation
29751     seem to be confused around where to allow Asat around the medial
29752     consonants.
29753
29754     The previous grammar for medial group was allowing an Asat after
29755     the medial group only if there was a medial Wa or Ha, but not if
29756     there was only a medial Ya.  This doesn't make sense to me and
29757     sounds reversed, as both medial Wa and Ha are below marks while
29758     Asat is an above mark.  An Asat can come before the medial group
29759     already (in fact, multiple ones can.  Why?!).  The medial Ya
29760     however is a spacing mark and according to Roozbeh it's valid
29761     to want an Asat on the medial Ya instead of the base, so it looks
29762     to me like we want to allow an Asat after the medial group if
29763     there *was* a Ya but not if there wasn't any.  Not wanting to
29764     produce dotted-circle where Windows is not, this commit changes
29765     the grammar to allow one Asat after the medial group no matter
29766     what comes in the group.
29767
29768     Test: U+1002,103A,103B vs U+1002,103B,103A
29769
29770  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
29771  1 file changed, 1 insertion(+), 1 deletion(-)
29772
29773 commit 0a017ce169d791c9aea56671fe5837961e0a3c09
29774 Author: Behdad Esfahbod <behdad@behdad.org>
29775 Date:   Wed May 14 16:44:16 2014 -0600
29776
29777     Add tests for Myanmar Asat+MedialYa and MedialYa+Asat sequences
29778
29779     One of them currently produces dotted-circle.  Fix and detailed
29780     message coming.
29781
29782  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt |
29783  2 ++
29784  1 file changed, 2 insertions(+)
29785
29786 commit c95587618c88d187be64f923033dae151cf820be
29787 Author: Behdad Esfahbod <behdad@behdad.org>
29788 Date:   Wed May 14 00:42:18 2014 -0400
29789
29790     [ot] Minor note re cmap subtable format 2 and 8
29791
29792  src/hb-ot-cmap-table.hh | 2 ++
29793  1 file changed, 2 insertions(+)
29794
29795 commit b7878cd58ea9a67236e1e0228c35b5b03ec4ff9c
29796 Author: Behdad Esfahbod <behdad@behdad.org>
29797 Date:   Tue May 13 21:47:51 2014 -0400
29798
29799     [ot] Implement cmap subtable format 0
29800
29801  src/hb-open-type-private.hh |  3 ++-
29802  src/hb-ot-cmap-table.hh     | 32 ++++++++++++++++++++++++++++++++
29803  2 files changed, 34 insertions(+), 1 deletion(-)
29804
29805 commit ca7b77431d1e0aaa803722be8be85a368a385f47
29806 Author: Behdad Esfahbod <behdad@behdad.org>
29807 Date:   Tue May 13 21:26:34 2014 -0400
29808
29809     [ot] Factor out code between cmap sutable format 12 and 13
29810
29811  src/hb-ot-cmap-table.hh | 43 +++++++++++++------------------------------
29812  1 file changed, 13 insertions(+), 30 deletions(-)
29813
29814 commit 94759e8219ed08392573bae948a8135e16b8e0d0
29815 Author: Behdad Esfahbod <behdad@behdad.org>
29816 Date:   Tue May 13 21:17:28 2014 -0400
29817
29818     [ot] Factor out code between cmap subtable format 6 and 10
29819
29820  src/hb-ot-cmap-table.hh | 49
29821  ++++++++++---------------------------------------
29822  1 file changed, 10 insertions(+), 39 deletions(-)
29823
29824 commit 1a8ffc512987c1ff1b4896549f80b145c85454a8
29825 Author: Behdad Esfahbod <behdad@behdad.org>
29826 Date:   Tue May 13 21:06:39 2014 -0400
29827
29828     Minor
29829
29830  src/hb-blob.h | 5 ++---
29831  1 file changed, 2 insertions(+), 3 deletions(-)
29832
29833 commit 91bbfca87527fa14d6ebec86b087f2a989381872
29834 Author: Behdad Esfahbod <behdad@behdad.org>
29835 Date:   Mon May 12 18:19:29 2014 -0400
29836
29837     [ot] Implement cmap subtable formats 6 and 10
29838
29839  src/hb-ot-cmap-table.hh | 77
29840  +++++++++++++++++++++++++++++++++++++++++++++++--
29841  1 file changed, 74 insertions(+), 3 deletions(-)
29842
29843 commit d294a2cb165c4f20daa5624969067c51eb9aef58
29844 Author: Behdad Esfahbod <behdad@behdad.org>
29845 Date:   Mon May 12 17:58:31 2014 -0400
29846
29847     [ot] Implement cmap subtable format 13
29848
29849  src/hb-ot-cmap-table.hh | 47
29850  +++++++++++++++++++++++++++++++++++++++++------
29851  1 file changed, 41 insertions(+), 6 deletions(-)
29852
29853 commit 0d75793fae95ed9f6b8522ae3af4fcdf397d8c36
29854 Author: Behdad Esfahbod <behdad@behdad.org>
29855 Date:   Mon May 12 17:51:15 2014 -0400
29856
29857     [ot] Implement cmap subtable format 12
29858
29859  src/hb-ot-cmap-table.hh | 63
29860  +++++++++++++++++++++++++++++++++++++++++++++++--
29861  src/hb-ot-font.cc       |  5 ++++
29862  2 files changed, 66 insertions(+), 2 deletions(-)
29863
29864 commit 3608a6847e7b7eb4206df049158513a085810afd
29865 Author: Behdad Esfahbod <behdad@behdad.org>
29866 Date:   Mon May 12 13:46:29 2014 -0400
29867
29868     [ot] Hook up cmap table to hb_ot_font_funcs()
29869
29870  src/hb-ot-cmap-table.hh | 10 +++++++---
29871  src/hb-ot-font.cc       | 33 +++++++++++++++++++--------------
29872  2 files changed, 26 insertions(+), 17 deletions(-)
29873
29874 commit c8a47452993b9dee6854bfc866aca4a20142696f
29875 Author: Behdad Esfahbod <behdad@behdad.org>
29876 Date:   Fri May 9 19:55:51 2014 -0400
29877
29878     [ot] Implement cmap subtable format 4
29879
29880  src/hb-ot-cmap-table.hh | 52
29881  +++++++++++++++++++++++++++++++++++++++++++++++++
29882  1 file changed, 52 insertions(+)
29883
29884 commit 4719621f20dfd6a0377c650a7b4df223c18dc143
29885 Author: Behdad Esfahbod <behdad@behdad.org>
29886 Date:   Fri May 9 16:09:11 2014 -0400
29887
29888     Minor
29889
29890  src/hb-open-type-private.hh | 1 -
29891  1 file changed, 1 deletion(-)
29892
29893 commit 41ca1fbebf61cf26e1e0e4b11f4a5b52fb7d88a9
29894 Author: Behdad Esfahbod <behdad@behdad.org>
29895 Date:   Fri May 9 15:35:56 2014 -0400
29896
29897     [ot] Start implementing cmap table
29898
29899  src/Makefile.am         |   1 +
29900  src/hb-ot-cmap-table.hh | 171
29901  ++++++++++++++++++++++++++++++++++++++++++++++++
29902  src/hb-ot-font.cc       |   1 +
29903  3 files changed, 173 insertions(+)
29904
29905 commit c7074b8798048324cb8850c55908ce77fc33d11e
29906 Author: Behdad Esfahbod <behdad@behdad.org>
29907 Date:   Thu May 8 18:24:31 2014 -0400
29908
29909     [otlayout] Add GenericArrayOf::search()
29910
29911  src/hb-open-type-private.hh | 11 +++++++++++
29912  1 file changed, 11 insertions(+)
29913
29914 commit 40a479797add42fa42b78d4267920ef75bfb6b9a
29915 Author: Behdad Esfahbod <behdad@behdad.org>
29916 Date:   Thu May 8 18:21:04 2014 -0400
29917
29918     [otlayout] Add GenericSortedArrayOf
29919
29920  src/hb-open-type-private.hh | 10 +++++++---
29921  1 file changed, 7 insertions(+), 3 deletions(-)
29922
29923 commit 0ddecabc6de205b121bec31fbf670f37cc9454ef
29924 Author: Behdad Esfahbod <behdad@behdad.org>
29925 Date:   Thu May 1 16:01:40 2014 -0700
29926
29927     [main] Minor improvement to output
29928
29929  src/main.cc | 12 +++++++-----
29930  1 file changed, 7 insertions(+), 5 deletions(-)
29931
29932 commit 79ecdc3f9525212053d2bc88a5541c41697159da
29933 Author: Behdad Esfahbod <behdad@behdad.org>
29934 Date:   Mon Apr 28 14:24:23 2014 -0700
29935
29936     0.9.28
29937
29938  NEWS         | 13 +++++++++++++
29939  configure.ac |  2 +-
29940  2 files changed, 14 insertions(+), 1 deletion(-)
29941
29942 commit 6faff8e4132197ba06f0e685b82efe35b546cf64
29943 Author: Behdad Esfahbod <behdad@behdad.org>
29944 Date:   Mon Apr 28 14:29:39 2014 -0700
29945
29946     Add static storage classifier to inline functions
29947
29948     Before we were just relying on the compiler inlining them and not
29949     leaving a trace in our public API.  Try to fix.  Hopefully not
29950     breaking anyone's build.
29951
29952  src/hb-open-type-private.hh    | 22 +++++++++++-----------
29953  src/hb-ot-layout-gpos-table.hh |  4 ++--
29954  src/hb-ot-layout-gsub-table.hh |  6 +++---
29955  src/hb-ot-layout-private.hh    | 36 ++++++++++++++++++------------------
29956  src/hb-ot-map-private.hh       | 10 +++++-----
29957  src/hb-private.hh              |  2 +-
29958  6 files changed, 40 insertions(+), 40 deletions(-)
29959
29960 commit 9c9411839bb89d0a1a83120af0982c60e0e393d9
29961 Author: Behdad Esfahbod <behdad@behdad.org>
29962 Date:   Mon Apr 28 12:38:25 2014 -0700
29963
29964     [tibetan] Reorder PADMA sign to occur after other below marks
29965
29966     Based on suggestion from Andrew Glass.
29967
29968     Test: U+0F40,0FC6,0F83
29969
29970  src/hb-unicode-private.hh | 4 ++++
29971  1 file changed, 4 insertions(+)
29972
29973 commit 659cd3c5b470ff9724ce5e53fedd1fea3e7512c4
29974 Author: Behdad Esfahbod <behdad@behdad.org>
29975 Date:   Mon Apr 28 12:43:42 2014 -0700
29976
29977     [test] Add test case for Tibetan sign PADMA
29978
29979     Currently fails.
29980
29981  test/shaping/texts/in-tree/shaper-tibetan/script-tibetan/misc/misc.txt |
29982  1 +
29983  1 file changed, 1 insertion(+)
29984
29985 commit ee703bc3ef740c300718fca7a12c050c322dce19
29986 Author: Behdad Esfahbod <behdad@behdad.org>
29987 Date:   Mon Apr 28 12:43:18 2014 -0700
29988
29989     Reshuffle test data
29990
29991  test/shaping/texts/in-tree/MANIFEST                                    |
29992  3 +++
29993  test/shaping/texts/in-tree/shaper-default/MANIFEST                     |
29994  3 ---
29995  .../in-tree/{shaper-default => shaper-hangul}/script-hangul/MANIFEST
29996  | 0
29997  .../{shaper-default => shaper-hangul}/script-hangul/misc/MANIFEST
29998  | 0
29999  .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt
30000  | 0
30001  .../in-tree/{shaper-default => shaper-hebrew}/script-hebrew/MANIFEST
30002  | 0
30003  .../{shaper-default => shaper-hebrew}/script-hebrew/misc/MANIFEST
30004  | 0
30005  .../script-hebrew/misc/diacritics.txt                                  |
30006  0
30007  .../in-tree/{shaper-default => shaper-tibetan}/script-tibetan/MANIFEST
30008  | 0
30009  .../{shaper-default => shaper-tibetan}/script-tibetan/misc/MANIFEST
30010  | 0
30011  .../{shaper-default => shaper-tibetan}/script-tibetan/misc/misc.txt
30012  | 0
30013  11 files changed, 3 insertions(+), 3 deletions(-)
30014
30015 commit b082ef373cefb35dd98b5f2f0b677ccc7806f51e
30016 Author: Behdad Esfahbod <behdad@behdad.org>
30017 Date:   Fri Apr 25 11:48:10 2014 -0700
30018
30019     Typo
30020
30021  src/hb-ot-shape-complex-indic.cc | 2 +-
30022  1 file changed, 1 insertion(+), 1 deletion(-)
30023
30024 commit 828e109c7aac3389cc3b89ea1f13388aefb63804
30025 Author: Behdad Esfahbod <behdad@behdad.org>
30026 Date:   Fri Apr 18 16:53:34 2014 -0700
30027
30028     [indic] Fix-up zero-context matching
30029
30030     commit b5a0f69e47ace468b06e21cf069a18ddcfcf6064
30031     Author: Behdad Esfahbod <behdad@behdad.org>
30032     Date:   Thu Oct 17 18:04:23 2013 +0200
30033
30034         [indic] Pass zero-context=false to would_substitute for newer
30035         scripts
30036
30037         For scripts without an old/new spec distinction, use
30038         zero-context=false.
30039         This changes behavior in Sinhala / Khmer, but doesn't seem
30040         to regress.
30041         This will be useful and used in Javanese.
30042
30043     The *intention* was to change zero-context from true to false for
30044     scripts that
30045     don't have old-vs-new specs.  However, checking the code, looks
30046     like we
30047     essentially change zero-context to always be true; ie. we only
30048     changed things
30049     for old-spec, and we broke them.  That's what causes this bug:
30050
30051       https://bugs.freedesktop.org/show_bug.cgi?id=76705
30052
30053     The root of the bug is here:
30054
30055       /* Use zero-context would_substitute() matching for new-spec of
30056       the main
30057        * Indic scripts, but not for old-spec or scripts with one spec
30058        only. */
30059       bool zero_context = indic_plan->config->has_old_spec ||
30060       !indic_plan->is_old_spec;
30061
30062     Note that is_old_spec itself is:
30063
30064       indic_plan->is_old_spec = indic_plan->config->has_old_spec &&
30065       ((plan->map.chosen_script[0] & 0x000000FF) != '2');
30066
30067     It's easy to show that zero_context is now always true.  What we
30068     really meant was:
30069
30070       bool zero_context = indic_plan->config->has_old_spec &&
30071       !indic_plan->is_old_spec;
30072
30073     Ie, "&&" instead of "||".  We made this change supposedly to make
30074     Javanese
30075     work.  But apparently we got it working regardless!  So I'm going
30076     to fix this
30077     to only change the logic for old-spec and not touch other cases.
30078
30079  src/hb-ot-shape-complex-indic.cc | 4 ++--
30080  1 file changed, 2 insertions(+), 2 deletions(-)
30081
30082 commit 66c6a48b6ce9dab6375ba1a23d7e450d6974852a
30083 Author: Behdad Esfahbod <behdad@behdad.org>
30084 Date:   Mon Apr 14 15:55:42 2014 -0700
30085
30086     Add HB_NO_MERGE_CLUSTERS
30087
30088     Disables any cluster-merging.  Added for testing purposes while
30089     we investigate what kind of API to add for this.
30090
30091  src/hb-buffer.cc | 8 ++++++++
30092  1 file changed, 8 insertions(+)
30093
30094 commit 897c7b804d6817470a364ba31b1719555b12f751
30095 Author: Behdad Esfahbod <behdad@behdad.org>
30096 Date:   Thu Apr 10 16:27:13 2014 -0700
30097
30098     Add Khmer test for U+17DD
30099
30100  .../shaper-indic/south-east-asian/script-khmer/misc/other-marks.txt
30101  | 1 +
30102  1 file changed, 1 insertion(+)
30103
30104 commit 50a00535ccac538bbf93358fd2d2442e4c12542f
30105 Author: Behdad Esfahbod <behdad@behdad.org>
30106 Date:   Thu Apr 10 16:03:29 2014 -0700
30107
30108     Require gobject-introspection 1.34.0
30109
30110     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75384
30111
30112  configure.ac | 2 +-
30113  1 file changed, 1 insertion(+), 1 deletion(-)
30114
30115 commit 5fd996c4a4049a75c6d9e964f1a81c00ff191893
30116 Author: Behdad Esfahbod <behdad@behdad.org>
30117 Date:   Wed Apr 9 16:38:26 2014 -0700
30118
30119     Further adjust check-defs and check-symbols for mipsel
30120
30121     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74491
30122
30123  src/check-defs.sh    | 2 +-
30124  src/check-symbols.sh | 2 +-
30125  2 files changed, 2 insertions(+), 2 deletions(-)
30126
30127 commit 75ec6d0bc5ca0170c73e4d1099a898d38d8f85c0
30128 Author: Behdad Esfahbod <behdad@behdad.org>
30129 Date:   Wed Apr 9 16:33:32 2014 -0700
30130
30131     Tighten up check-static-inits.sh check
30132
30133     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74490
30134
30135  src/check-static-inits.sh | 2 +-
30136  1 file changed, 1 insertion(+), 1 deletion(-)
30137
30138 commit 110ec0714a11b9417eed82f7d25b85c9dc7b6df4
30139 Author: Behdad Esfahbod <behdad@behdad.org>
30140 Date:   Tue Apr 8 17:32:08 2014 -0700
30141
30142     Typo
30143
30144  src/hb-blob.h | 2 +-
30145  1 file changed, 1 insertion(+), 1 deletion(-)
30146
30147 commit 0682ddd05c22a400ff5ce97d4ea4b52a18b845ae
30148 Author: Behdad Esfahbod <behdad@behdad.org>
30149 Date:   Tue Apr 8 16:03:35 2014 -0700
30150
30151     [indic] Support U+17DD KHMER SIGN ATTHACAN
30152
30153     As requested by Martin Hosken on the list.
30154
30155  src/hb-ot-shape-complex-indic.cc | 3 ++-
30156  1 file changed, 2 insertions(+), 1 deletion(-)
30157
30158 commit 05870ed62edd8728d6d732f60d6b7e149d45e6f4
30159 Author: Primiano Tucci <primiano@chromium.org>
30160 Date:   Wed Apr 2 11:35:27 2014 +0100
30161
30162     Use __aarch64__ for 64-bit ARM detection, not __arm64__
30163
30164     Many GCC versions don't define __arm64__
30165
30166  src/hb-atomic-private.hh | 2 +-
30167  1 file changed, 1 insertion(+), 1 deletion(-)
30168
30169 commit 04d894e89795041b2055dc172744a018644f2bca
30170 Author: Behdad Esfahbod <behdad@behdad.org>
30171 Date:   Tue Mar 25 12:11:32 2014 -0700
30172
30173     Minor
30174
30175  src/hb-ot-layout-gsubgpos-private.hh | 1 +
30176  1 file changed, 1 insertion(+)
30177
30178 commit 903648437c180c7b039801cdb0672e0f8e14afd4
30179 Author: Behdad Esfahbod <behdad@behdad.org>
30180 Date:   Mon Mar 24 14:26:36 2014 -0700
30181
30182     Start fleshing out builtin font functions
30183
30184  src/Makefile.am                     |   3 +-
30185  src/hb-glib.cc                      |   2 +-
30186  src/hb-icu.cc                       |   2 +-
30187  src/hb-ot-font.cc                   | 260
30188  ++++++++++++++++++++++++++++++++++++
30189  src/{hb-tt-font.cc => hb-ot-font.h} |  56 ++------
30190  src/hb-ot-hhea-table.hh             |   2 +-
30191  src/hb-ot-hmtx-table.hh             |   2 +-
30192  src/hb-ot.h                         |   1 +
30193  util/Makefile.am                    |   4 +-
30194  util/options.cc                     |   4 +
30195  10 files changed, 283 insertions(+), 53 deletions(-)
30196
30197 commit 343a0e4e747d93eeeb724c5d585f5ba036a0df84
30198 Author: Behdad Esfahbod <behdad@behdad.org>
30199 Date:   Fri Mar 21 14:37:27 2014 -0700
30200
30201     Add "make built-sources"
30202
30203  src/Makefile.am | 3 ++-
30204  1 file changed, 2 insertions(+), 1 deletion(-)
30205
30206 commit e9853f33d1f53d4d69ee0fa340ce9225a5ed17ca
30207 Author: Behdad Esfahbod <behdad@behdad.org>
30208 Date:   Fri Mar 21 12:53:08 2014 -0700
30209
30210     One more fix for build without gtk-doc
30211
30212     Fixes https://github.com/behdad/harfbuzz/pull/35
30213
30214  autogen.sh | 2 +-
30215  1 file changed, 1 insertion(+), 1 deletion(-)
30216
30217 commit b96af03c20e46105982b3608b608614403540661
30218 Author: Konstantin Ritt <ritt.ks@gmail.com>
30219 Date:   Thu Mar 20 16:01:30 2014 +0200
30220
30221     Fix build with --coretext on iOS
30222
30223     On iOS CoreText and CoreGraphics are stand-alone frameworks
30224
30225  configure.ac      | 23 +++++++++++++++++++----
30226  src/hb-coretext.h |  8 +++++++-
30227  2 files changed, 26 insertions(+), 5 deletions(-)
30228
30229 commit ea5e8a02eb83ad19f3009b0008893f77ce113118
30230 Author: Behdad Esfahbod <behdad@behdad.org>
30231 Date:   Wed Mar 19 15:38:02 2014 -0700
30232
30233     [util] Plug minor leak
30234
30235  util/hb-shape.cc     |  6 +++---
30236  util/helper-cairo.cc | 21 ++++++++++++---------
30237  util/helper-cairo.hh |  2 +-
30238  util/options.cc      |  6 +++++-
30239  util/options.hh      |  6 +++---
30240  5 files changed, 24 insertions(+), 17 deletions(-)
30241
30242 commit 09732cc6695b8e41ba6cdcd4058a4f7cad90167a
30243 Author: Behdad Esfahbod <behdad@behdad.org>
30244 Date:   Wed Mar 19 12:00:17 2014 -0700
30245
30246     Remove dead warning
30247
30248  src/hb-unicode.cc |  9 +++++++--
30249  src/hb-warning.cc | 11 -----------
30250  2 files changed, 7 insertions(+), 13 deletions(-)
30251
30252 commit b934b0f9d1b39fc7a06c812bea3d79ca5424e278
30253 Author: Behdad Esfahbod <behdad@behdad.org>
30254 Date:   Wed Mar 19 11:52:40 2014 -0700
30255
30256     Yet another try to make build without gtk-doc succeed
30257
30258  autogen.sh                 | 1 +
30259  docs/reference/Makefile.am | 2 +-
30260  2 files changed, 2 insertions(+), 1 deletion(-)
30261
30262 commit a7a5be090dd9cc39605853e8994eb417550939d4
30263 Author: Behdad Esfahbod <behdad@behdad.org>
30264 Date:   Wed Mar 19 11:39:23 2014 -0700
30265
30266     Another try to make gtk-doc optional
30267
30268  docs/reference/Makefile.am | 2 +-
30269  1 file changed, 1 insertion(+), 1 deletion(-)
30270
30271 commit ba8c9d92935ea351970a80d0d3441858ad4cf33f
30272 Author: Dominik Röttsches <dominik.rottsches@intel.com>
30273 Date:   Tue Mar 18 14:39:03 2014 +0200
30274
30275     0.9.27
30276
30277  NEWS         | 16 ++++++++++++++++
30278  configure.ac |  2 +-
30279  2 files changed, 17 insertions(+), 1 deletion(-)
30280
30281 commit a949cd329e49d2c0ad6f1e023f324790d886dafe
30282 Author: Behdad Esfahbod <behdad@behdad.org>
30283 Date:   Sun Mar 16 20:22:42 2014 -0700
30284
30285     Don't use "register" storage class specifier
30286
30287     Fixes warnings.
30288     https://bugzilla.mozilla.org/show_bug.cgi?id=984081
30289
30290  src/hb-private.hh | 6 +++---
30291  1 file changed, 3 insertions(+), 3 deletions(-)
30292
30293 commit 0082dbeae6c25a7859960b7e791a540ad04246d9
30294 Author: jfkthame <jfkthame@gmail.com>
30295 Date:   Sun Mar 16 08:25:17 2014 +0000
30296
30297     wrap definition of free_langs() with HAVE_ATEXIT
30298
30299     ...to avoid an unused function warning; see mozilla bug
30300     https://bugzilla.mozilla.org/show_bug.cgi?id=984081.
30301
30302  src/hb-common.cc | 2 ++
30303  1 file changed, 2 insertions(+)
30304
30305 commit a9e25e90a4ca05746fda4a598ad698db1d2c5c1a
30306 Author: Behdad Esfahbod <behdad@behdad.org>
30307 Date:   Fri Mar 14 19:55:46 2014 -0700
30308
30309     [coretext] Add hb_coretext_face_create()
30310
30311     Not tested.
30312
30313  src/hb-coretext.cc | 57
30314  +++++++++++++++++++++++++++++++++++++++++++++---------
30315  src/hb-coretext.h  |  4 ++++
30316  2 files changed, 52 insertions(+), 9 deletions(-)
30317
30318 commit c79865f90f62309dc64c8d3f2f503ec2aa4b7ec1
30319 Author: Behdad Esfahbod <behdad@behdad.org>
30320 Date:   Fri Mar 14 19:37:55 2014 -0400
30321
30322     [coretext] Add coretext_aat shaper
30323
30324     This is a higher-priority shaper than default shaper ("ot"), but
30325     only picks up fonts that have AAT "morx"/"mort" table.
30326
30327     Note that for this to work the font face's get_table() implementation
30328     should know how to return the full font blob.
30329
30330     Based on patch from Konstantin Ritt.
30331
30332  src/hb-coretext.cc    | 94
30333  +++++++++++++++++++++++++++++++++++++++++++++++++++
30334  src/hb-coretext.h     |  4 +++
30335  src/hb-shaper-list.hh |  4 +++
30336  3 files changed, 102 insertions(+)
30337
30338 commit af1aa362cacc652ab8ffda05a5d98a3ff5430439
30339 Author: Behdad Esfahbod <behdad@behdad.org>
30340 Date:   Fri Mar 14 15:52:47 2014 -0700
30341
30342     If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks
30343
30344     Useful for Android / Chrome / etc when ICU is built in the same
30345     library as harfbuzz itself.
30346
30347  src/hb-unicode.cc | 2 +-
30348  1 file changed, 1 insertion(+), 1 deletion(-)
30349
30350 commit 853daf857f231c9ce0277a78abff1241150ea903
30351 Author: Behdad Esfahbod <behdad@behdad.org>
30352 Date:   Fri Mar 14 15:49:18 2014 -0700
30353
30354     Remove old cruft
30355
30356  src/hb-shaper-list.hh | 6 ------
30357  1 file changed, 6 deletions(-)
30358
30359 commit 2a473338da1538efa4ff14ae9e4aba8dd50f9b0f
30360 Author: Behdad Esfahbod <behdad@behdad.org>
30361 Date:   Mon Mar 10 15:04:46 2014 -0700
30362
30363     Add Myanmar test case from OpenType Myanmar spec
30364
30365  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST  |
30366  1 +
30367  .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/otspec.txt |
30368  2 ++
30369  2 files changed, 3 insertions(+)
30370
30371 commit 158985908981189a2fd4d15275a641286fc770fe
30372 Author: Behdad Esfahbod <behdad@behdad.org>
30373 Date:   Mon Mar 10 14:57:55 2014 -0700
30374
30375     Minor
30376
30377  test/shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/MANIFEST
30378  | 1 -
30379  test/shaping/texts/in-tree/shaper-sea/script-tai-tham/misc/MANIFEST
30380  | 1 +
30381  .../script-myanmar => shaper-sea/script-tai-tham}/misc/torture.txt
30382  | 0
30383  3 files changed, 1 insertion(+), 1 deletion(-)
30384
30385 commit bb8ffb581b89cf27fb8e0743b81bbda21654233e
30386 Author: Behdad Esfahbod <behdad@behdad.org>
30387 Date:   Tue Mar 4 13:03:51 2014 -0800
30388
30389     Use AM_MISSING_PROG for ragel and git
30390
30391  Makefile.am     | 4 ++--
30392  configure.ac    | 2 ++
30393  src/Makefile.am | 2 +-
30394  3 files changed, 5 insertions(+), 3 deletions(-)
30395
30396 commit a82165248cddb720576464b8e59a986491d3f2e9
30397 Author: Behdad Esfahbod <behdad@behdad.org>
30398 Date:   Tue Feb 18 15:53:56 2014 -0500
30399
30400     Only do fallback Hebrew composition if no GPOS 'mark' available
30401
30402     Apparently some modern fonts have proper GPOS mark positioning
30403     tables, but undesirable precomposed forms!  See thread
30404     "Hebrew composition to presentation forms" and:
30405
30406       http://tex.stackexchange.com/questions/156775/having-trouble-with-vowel-positioning-in-ezra-sil-xelatex
30407
30408     Test case: U+fb1d,05d9,05b4
30409
30410  src/hb-ot-shape-complex-hebrew.cc | 2 +-
30411  src/hb-ot-shape-private.hh        | 2 ++
30412  2 files changed, 3 insertions(+), 1 deletion(-)
30413
30414 commit b456d42bf68c4374f71f09867e375a51c7f2b3ed
30415 Author: Behdad Esfahbod <behdad@behdad.org>
30416 Date:   Tue Feb 11 17:29:40 2014 -0500
30417
30418     Allow bootstrapping without gtk-doc
30419
30420     Seems like configure.ac is already able to handle it.
30421
30422  autogen.sh | 10 +++++-----
30423  1 file changed, 5 insertions(+), 5 deletions(-)
30424
30425 commit 1eacde00cc8c57a08fb74276e3530844ef463d67
30426 Author: Luis de Bethencourt <luis@debethencourt.com>
30427 Date:   Thu Feb 6 23:20:47 2014 -0500
30428
30429     check hb_set_is_emtpy in test-set.c
30430
30431  test/api/test-set.c | 9 +++++++++
30432  1 file changed, 9 insertions(+)
30433
30434 commit db068d81cda180a91638e5539984f8139aff49c6
30435 Author: Werner Lemberg <wl@gnu.org>
30436 Date:   Mon Feb 10 10:38:56 2014 -0500
30437
30438     typo in ucdn's Makefile.am
30439
30440  src/hb-ucdn/Makefile.am | 2 +-
30441  1 file changed, 1 insertion(+), 1 deletion(-)
30442
30443 commit fbb2847f541389f40718af71c4945024ae177ab2
30444 Author: Behdad Esfahbod <behdad@behdad.org>
30445 Date:   Wed Feb 5 08:22:06 2014 -0500
30446
30447     Improve MemoryBarrier() implementation
30448
30449     See thread "[HarfBuzz] compilation error of 0.9.26 with MinGW"
30450     started by Werner.
30451
30452  src/hb-atomic-private.hh | 12 ++++++++----
30453  1 file changed, 8 insertions(+), 4 deletions(-)
30454
30455 commit 189bf23bfc90405d8bdc70bf3d6d3ffec38b470c
30456 Author: Behdad Esfahbod <behdad@behdad.org>
30457 Date:   Thu Jan 30 15:14:58 2014 -0500
30458
30459     0.9.26
30460
30461  NEWS         | 20 ++++++++++++++++++++
30462  configure.ac |  2 +-
30463  2 files changed, 21 insertions(+), 1 deletion(-)
30464
30465 commit 7691a154e50f8c8c77bbd94787686262955bf5d4
30466 Author: Jonathan Kew <jfkthame@gmail.com>
30467 Date:   Wed Jan 29 14:07:58 2014 +0000
30468
30469     Ensure hb_script_t can safely hold any hb_tag_t value it's given.
30470
30471     Fixes https://github.com/behdad/harfbuzz/pull/21
30472
30473  src/hb-common.h | 8 +++++++-
30474  1 file changed, 7 insertions(+), 1 deletion(-)
30475
30476 commit c29993a181c2139eaec97b5f6225824040ca3ac9
30477 Author: Behdad Esfahbod <behdad@behdad.org>
30478 Date:   Tue Jan 28 17:29:42 2014 -0500
30479
30480     [coretext] Handle surrogate pairs when generating notdef glyphs
30481
30482     Fixes github.com/behdad/harfbuzz/pull/19
30483
30484  src/hb-coretext.cc | 18 ++++++++++++++----
30485  1 file changed, 14 insertions(+), 4 deletions(-)
30486
30487 commit 748b2782e4898420003a3bbc041dcccbe9e3edc2
30488 Author: Behdad Esfahbod <behdad@behdad.org>
30489 Date:   Tue Jan 28 17:10:05 2014 -0500
30490
30491     [coretext] Minor optimization
30492
30493  src/hb-coretext.cc | 6 +++---
30494  1 file changed, 3 insertions(+), 3 deletions(-)
30495
30496 commit 24e6b11f12788500182715a64d4771a22c5b7525
30497 Author: Konstantin Ritt <ritt.ks@gmail.com>
30498 Date:   Tue Jan 28 18:16:01 2014 +0200
30499
30500     Fix double destruction in case of OOM
30501
30502  src/hb-graphite2.cc | 2 +-
30503  1 file changed, 1 insertion(+), 1 deletion(-)
30504
30505 commit 083225916a19f6d67017523af87386933bd9ecdc
30506 Author: Konstantin Ritt <ritt.ks@gmail.com>
30507 Date:   Wed Jan 22 20:31:30 2014 +0200
30508
30509     Micro optimizations
30510
30511  src/hb-ot-layout-gpos-table.hh | 28 +++++++++++++++++-----------
30512  1 file changed, 17 insertions(+), 11 deletions(-)
30513
30514 commit c9522de2335e4ef5fe65a72745c10943827a8da2
30515 Author: Konstantin Ritt <ritt.ks@gmail.com>
30516 Date:   Wed Jan 22 21:07:13 2014 +0200
30517
30518     Make it possible to disable the fallback shaper at configure time
30519
30520     The OT shaper supersedes the fallback shaper in every case
30521     and the latter become an extra weight for 99.9% of users.
30522
30523  configure.ac          | 6 ++++++
30524  src/Makefile.am       | 5 ++++-
30525  src/hb-shaper-list.hh | 2 ++
30526  3 files changed, 12 insertions(+), 1 deletion(-)
30527
30528 commit 6775da3a7c07db6c032cf429dc199d471948db56
30529 Author: Behdad Esfahbod <behdad@behdad.org>
30530 Date:   Thu Jan 23 14:18:49 2014 -0500
30531
30532     Fix clang warning 'private field 'xxx' is not used
30533
30534     Fixes https://github.com/behdad/harfbuzz/pull/16
30535
30536  src/hb-open-type-private.hh | 2 +-
30537  1 file changed, 1 insertion(+), 1 deletion(-)
30538
30539 commit 62299826f4905e080b9497bce335e093b287494e
30540 Author: Behdad Esfahbod <behdad@behdad.org>
30541 Date:   Thu Jan 23 14:11:03 2014 -0500
30542
30543     Fix typo in _hb_buffer_serialize_glyphs_text()
30544
30545     Fixes https://github.com/behdad/harfbuzz/pull/17
30546
30547  src/hb-buffer-serialize.cc | 2 +-
30548  1 file changed, 1 insertion(+), 1 deletion(-)
30549
30550 commit ae23c24c32f474a34484ee78bc177ad31fa5e6d0
30551 Author: Behdad Esfahbod <behdad@behdad.org>
30552 Date:   Wed Jan 22 11:03:02 2014 -0500
30553
30554     [arabic] Disable 'cswh' by default
30555
30556     I believe Windows 8 disables it, and spec update dated
30557     Jan 2014 also clearly says it's disabled by default:
30558
30559       http://www.microsoft.com/typography/OpenTypeDev/arabic/intro.htm#features
30560
30561  src/hb-ot-shape-complex-arabic.cc | 1 -
30562  1 file changed, 1 deletion(-)
30563
30564 commit 08cf5d75ef0c75095173dec822ccb07defaaa6c2
30565 Author: Behdad Esfahbod <behdad@behdad.org>
30566 Date:   Wed Jan 22 07:53:55 2014 -0500
30567
30568     [ot] Don't try to compose if normalization is off
30569
30570  src/hb-ot-shape-normalize.cc | 3 ++-
30571  1 file changed, 2 insertions(+), 1 deletion(-)
30572
30573 commit 0596343bfeb80ad6b19d459654edf7dfded6affe
30574 Merge: 62cb28df 83d7e791
30575 Author: Behdad Esfahbod <behdad@behdad.org>
30576 Date:   Wed Jan 22 04:43:51 2014 -0800
30577
30578     Merge pull request #13 from jfkthame/hangul-shaper
30579
30580     Tone-mark reordering and improved Old Hangul support
30581
30582 commit 62cb28dfc668cae9cbff826229bde2271e157927
30583 Author: Jonathan Kew <jfkthame@gmail.com>
30584 Date:   Mon Jan 20 14:23:08 2014 +0000
30585
30586     fixup for 64-bit windows build
30587
30588  src/hb-uniscribe.cc | 2 +-
30589  1 file changed, 1 insertion(+), 1 deletion(-)
30590
30591 commit 83d7e7915a5eaa8ff4c7014c319844e7dffd8225
30592 Author: Jonathan Kew <jfkthame@gmail.com>
30593 Date:   Mon Jan 20 19:49:47 2014 +0000
30594
30595     [hangul] Fix ordering of dotted circle with Hangul tone mark (reported
30596     by Dohyun Kim).
30597
30598  src/hb-ot-shape-complex-hangul.cc | 2 +-
30599  1 file changed, 1 insertion(+), 1 deletion(-)
30600
30601 commit deef1862657d55b7ae8d45f4eecbe45c80785c4e
30602 Author: Jonathan Kew <jfkthame@gmail.com>
30603 Date:   Mon Jan 20 10:38:27 2014 +0000
30604
30605     [hangul] Don't force zero-width for marks - this is not wanted for
30606     the Jamo Filler glyphs.
30607
30608  src/hb-ot-shape-complex-hangul.cc | 2 +-
30609  1 file changed, 1 insertion(+), 1 deletion(-)
30610
30611 commit 391934db0a171aeb2057ebcd4a38ed81621e7393
30612 Author: Jonathan Kew <jfkthame@gmail.com>
30613 Date:   Mon Jan 20 10:37:32 2014 +0000
30614
30615     [unicode] Exclude the Jamo Filler characters from Default_Ignorable,
30616     as some fonts want these to be visible/spacing glyphs.
30617
30618  src/hb-unicode-private.hh | 15 +++++++--------
30619  1 file changed, 7 insertions(+), 8 deletions(-)
30620
30621 commit 7244b3fc3bf9757dd094709d36bea68682264e20
30622 Author: Jonathan Kew <jfkthame@gmail.com>
30623 Date:   Mon Jan 20 10:35:51 2014 +0000
30624
30625     [hangul] Reorder Hangul tone mark to beginning of syllable, unless
30626     font implements it using a zero-width glyph.
30627
30628  src/hb-ot-shape-complex-hangul.cc | 59
30629  ++++++++++++++++++++++++++++++++++++++-
30630  1 file changed, 58 insertions(+), 1 deletion(-)
30631
30632 commit 103436838df3a77552d3d33fc4bd80f09d9bf079
30633 Author: Jonathan Kew <jfkthame@gmail.com>
30634 Date:   Mon Jan 20 10:35:07 2014 +0000
30635
30636     [hangul] Apply the appropriate *jmo features to decomposed
30637     syllables, including Old Hangul sequences that don't have Unicode
30638     compositions. Merge clusters in decomposed syllables.
30639
30640  src/hb-ot-shape-complex-hangul.cc | 197
30641  +++++++++++++++++++++++++++++++-------
30642  1 file changed, 165 insertions(+), 32 deletions(-)
30643
30644 commit 8fc1f7fe74a25bf8549f5edd79c7da6b720eb064
30645 Author: Behdad Esfahbod <behdad@behdad.org>
30646 Date:   Thu Jan 2 17:04:04 2014 +0800
30647
30648     [ot/hangul] Don't decompose Hangul even when combining marks present
30649
30650     As discussed on
30651     https://github.com/behdad/harfbuzz/pull/10#issuecomment-31442030
30652
30653  src/hb-ot-shape-complex-hangul.cc    |  2 +-
30654  src/hb-ot-shape-normalize-private.hh |  1 +
30655  src/hb-ot-shape-normalize.cc         | 24 +++++++++++++-----------
30656  3 files changed, 15 insertions(+), 12 deletions(-)
30657
30658 commit 64426ec73a987bfe1e71a293ee195f268897e8d6
30659 Author: Behdad Esfahbod <behdad@behdad.org>
30660 Date:   Thu Jan 2 14:33:10 2014 +0800
30661
30662     [ot] Simplify composing
30663
30664     Not tested.  Ouch.
30665
30666  src/hb-ot-shape-normalize.cc | 5 +++--
30667  1 file changed, 3 insertions(+), 2 deletions(-)
30668
30669 commit 8de20b1e8a1c4d2081f64e695045e6e4da7ce144
30670 Author: Behdad Esfahbod <behdad@behdad.org>
30671 Date:   Thu Jan 2 14:30:45 2014 +0800
30672
30673     Add font->has_glyph()
30674
30675  src/hb-font-private.hh            |  6 ++++++
30676  src/hb-ot-shape-complex-hangul.cc | 14 ++++++--------
30677  src/hb-ot-shape.cc                |  3 +--
30678  3 files changed, 13 insertions(+), 10 deletions(-)
30679
30680 commit f6298e55ae0f0f23f66935226f78afb98320ea78
30681 Author: Behdad Esfahbod <behdad@behdad.org>
30682 Date:   Thu Jan 2 14:23:56 2014 +0800
30683
30684     [fallback] Minor
30685
30686  src/hb-fallback-shape.cc | 5 +++--
30687  1 file changed, 3 insertions(+), 2 deletions(-)
30688
30689 commit 29ea403d67e29c2d531c1f613ce3d69e60f078f6
30690 Author: Behdad Esfahbod <behdad@behdad.org>
30691 Date:   Thu Jan 2 14:20:00 2014 +0800
30692
30693     [hangul] Fix decomposition logic
30694
30695     Seems to be working now.
30696
30697  src/hb-ot-shape-complex-hangul.cc | 19 ++++++++-----------
30698  1 file changed, 8 insertions(+), 11 deletions(-)
30699
30700 commit bdb20dafc3f737923da3dca0c832fdf4ab8daabc
30701 Author: Behdad Esfahbod <behdad@behdad.org>
30702 Date:   Thu Jan 2 14:04:30 2014 +0800
30703
30704     [hangul] Fix decomposition
30705
30706     Part of https://github.com/behdad/harfbuzz/pull/10
30707
30708  src/hb-ot-shape-complex-hangul.cc | 4 ++--
30709  1 file changed, 2 insertions(+), 2 deletions(-)
30710
30711 commit 32478656ce6e7926c3ad481511f02187ca743af6
30712 Author: Behdad Esfahbod <behdad@behdad.org>
30713 Date:   Thu Jan 2 14:01:56 2014 +0800
30714
30715     [hangul] Tighten up character categories
30716
30717     I had tried to expand to fill the blocks, but that sounds wrong in
30718     retrospect.
30719
30720  src/hb-ot-shape-complex-hangul.cc | 4 ++--
30721  1 file changed, 2 insertions(+), 2 deletions(-)
30722
30723 commit f14bb7de631b20e2868fb62e5311cd0d9e24bb49
30724 Author: Behdad Esfahbod <behdad@behdad.org>
30725 Date:   Tue Dec 31 16:49:15 2013 +0800
30726
30727     [ot] Separate out hebrew and tibetan shapers from default
30728
30729     Now default shaper is truly no-op.
30730
30731  src/Makefile.am                    |   2 +
30732  src/hb-ot-shape-complex-default.cc | 161
30733  +---------------------------------
30734  src/hb-ot-shape-complex-hebrew.cc  | 172
30735  +++++++++++++++++++++++++++++++++++++
30736  src/hb-ot-shape-complex-private.hh |  17 +++-
30737  src/hb-ot-shape-complex-tibetan.cc |  61 +++++++++++++
30738  5 files changed, 251 insertions(+), 162 deletions(-)
30739
30740 commit 6300cd72539284ca294ee8286bbbb7f9c72af320
30741 Author: Behdad Esfahbod <behdad@behdad.org>
30742 Date:   Tue Dec 31 16:38:47 2013 +0800
30743
30744     [ot] Define HB_OT_SHAPE_ZERO_WIDTH_MARKS_DEFAULT
30745
30746  src/hb-ot-shape-complex-default.cc | 2 +-
30747  src/hb-ot-shape-complex-hangul.cc  | 2 +-
30748  src/hb-ot-shape-complex-private.hh | 4 +++-
30749  src/hb-ot-shape-complex-thai.cc    | 2 +-
30750  4 files changed, 6 insertions(+), 4 deletions(-)
30751
30752 commit 3d6ca0d32e5c6597acfcf59301cb1905586ddb52
30753 Author: Behdad Esfahbod <behdad@behdad.org>
30754 Date:   Tue Dec 31 16:04:35 2013 +0800
30755
30756     [ot] Simplify normalization_preference again
30757
30758     No shaper has more than one behavior re this, so no need for
30759     a callback.
30760
30761  src/hb-ot-shape-complex-arabic.cc  | 2 +-
30762  src/hb-ot-shape-complex-default.cc | 8 +-------
30763  src/hb-ot-shape-complex-hangul.cc  | 2 +-
30764  src/hb-ot-shape-complex-indic.cc   | 8 +-------
30765  src/hb-ot-shape-complex-myanmar.cc | 9 +--------
30766  src/hb-ot-shape-complex-private.hh | 7 +------
30767  src/hb-ot-shape-complex-sea.cc     | 9 +--------
30768  src/hb-ot-shape-complex-thai.cc    | 2 +-
30769  src/hb-ot-shape-normalize.cc       | 4 +---
30770  9 files changed, 9 insertions(+), 42 deletions(-)
30771
30772 commit c98b7183f7dc453d5bac1f2503017cded317a495
30773 Author: Behdad Esfahbod <behdad@behdad.org>
30774 Date:   Tue Dec 31 15:55:40 2013 +0800
30775
30776     [ot] Add Hangul shaper
30777
30778     Not exhaustively tested, but I think I got the intended logic
30779     right.
30780
30781     The logic can perhaps be simplified.  Maybe we should disabled
30782     normalization with this shaper.  Then again, for now focusing on
30783     correctness.
30784
30785  src/Makefile.am                    |   1 +
30786  src/hb-ot-shape-complex-default.cc |  13 ---
30787  src/hb-ot-shape-complex-hangul.cc  | 232
30788  +++++++++++++++++++++++++++++++++++++
30789  src/hb-ot-shape-complex-private.hh |  10 +-
30790  src/hb-private.hh                  |   6 +
30791  5 files changed, 240 insertions(+), 22 deletions(-)
30792
30793 commit 15f67048e45853ad4069fd4334e132bc3db4d2c4
30794 Author: Behdad Esfahbod <behdad@behdad.org>
30795 Date:   Fri Dec 27 19:33:28 2013 -0500
30796
30797     Reorder Tai Tham SAKOT to ensure it comes after any tone marks
30798
30799  src/hb-unicode-private.hh | 6 +++++-
30800  1 file changed, 5 insertions(+), 1 deletion(-)
30801
30802 commit 3216e44feb7b97f44620b51e197425a80a41cdb7
30803 Author: Behdad Esfahbod <behdad@behdad.org>
30804 Date:   Mon Dec 23 14:39:23 2013 -0500
30805
30806     [uniscribe] Fix scratch-buffer accounting
30807
30808  src/hb-uniscribe.cc | 15 ++++++++-------
30809  1 file changed, 8 insertions(+), 7 deletions(-)
30810
30811 commit beeb12c9af4e0e66378cd36cf3dbb1560763a8e3
30812 Author: Behdad Esfahbod <behdad@behdad.org>
30813 Date:   Sun Dec 22 22:53:27 2013 -0500
30814
30815     Add TODO item
30816
30817  src/hb-ot-shape.h | 1 +
30818  1 file changed, 1 insertion(+)
30819
30820 commit fbd4acc58a4bb501625b482bd318be9764ff8e02
30821 Author: Luis de Bethencourt <luis@debethencourt.com>
30822 Date:   Sun Dec 22 08:02:11 2013 -0500
30823
30824     Clean ht-ob headers
30825
30826  src/Makefile.am    |  1 +
30827  src/hb-ot-layout.h |  5 -----
30828  src/hb-ot-shape.h  | 53
30829  +++++++++++++++++++++++++++++++++++++++++++++++++++++
30830  src/hb-ot.h        |  9 +--------
30831  4 files changed, 55 insertions(+), 13 deletions(-)
30832
30833 commit 5497a8a274a7066c0230c850baadef681785c8bb
30834 Author: Behdad Esfahbod <behdad@behdad.org>
30835 Date:   Sun Dec 22 20:48:53 2013 -0500
30836
30837     Cache various masks on the shape plan
30838
30839  src/hb-ot-shape-fallback.cc |  6 ++----
30840  src/hb-ot-shape-private.hh  | 15 +++++++++++++++
30841  src/hb-ot-shape.cc          | 26 +++++++-------------------
30842  3 files changed, 24 insertions(+), 23 deletions(-)
30843
30844 commit 02f909664fa24a7ccf7cf73d75d1d3426aaaae7d
30845 Author: Behdad Esfahbod <behdad@behdad.org>
30846 Date:   Sun Dec 22 19:35:27 2013 -0500
30847
30848     Minor correction to kern mask checking
30849
30850  src/hb-ot-shape-fallback.cc | 4 ++--
30851  1 file changed, 2 insertions(+), 2 deletions(-)
30852
30853 commit a7e8bbb080aef318b16750ca1771d0d3af3d0ae9
30854 Author: Behdad Esfahbod <behdad@behdad.org>
30855 Date:   Sun Dec 22 19:33:35 2013 -0500
30856
30857     Minor fraction mask setting improvement
30858
30859  src/hb-ot-map-private.hh | 2 --
30860  src/hb-ot-shape.cc       | 8 +++++---
30861  2 files changed, 5 insertions(+), 5 deletions(-)
30862
30863 commit 76fff252a96b4357b5e71694d5201daef822aa60
30864 Author: Behdad Esfahbod <behdad@behdad.org>
30865 Date:   Sun Dec 22 17:55:59 2013 -0500
30866
30867     Don't form fractions if only one of numr/dnom exist
30868
30869  src/hb-ot-shape.cc | 3 ++-
30870  1 file changed, 2 insertions(+), 1 deletion(-)
30871
30872 commit 3aeee519f0b82df5263974945ae852badc4dbded
30873 Author: Behdad Esfahbod <behdad@behdad.org>
30874 Date:   Sun Dec 22 16:17:54 2013 -0500
30875
30876     Bug 72698 - Automatically support frac / numr / dnom
30877
30878     When seeing U+2044 FRACTION SLASH in the text, find decimal
30879     digits (Unicode General Category Decimal_Number) around it,
30880     and mark the pre-slash digits with 'numr' feature, the post-slash
30881     digits with 'dnom' feature, and the whole sequence with 'frac'
30882     feature.
30883
30884     This beautifully renders fractions with major Windows fonts,
30885     and any other font that implements those features (numr/dnom is
30886     enough for most fonts.)
30887
30888     Not the fastest way to do this, but good enough for a start.
30889
30890  src/hb-ot-shape.cc | 51
30891  +++++++++++++++++++++++++++++++++++++++++++++++++++
30892  1 file changed, 51 insertions(+)
30893
30894 commit 014f369ec98fdbb3e7a2ef68aea2c4e017e7b680
30895 Author: Behdad Esfahbod <behdad@behdad.org>
30896 Date:   Sun Dec 22 16:15:30 2013 -0500
30897
30898     Add XXX note
30899
30900  src/hb-ot-map-private.hh | 2 ++
30901  1 file changed, 2 insertions(+)
30902
30903 commit 739325178aba00ea5526c6a54ce588a79e5d45e2
30904 Author: Behdad Esfahbod <behdad@behdad.org>
30905 Date:   Sat Dec 21 00:18:18 2013 -0500
30906
30907     Initialize masks before mirroring
30908
30909     We were throwing away the rtlm feature mask set during
30910     mirroring...
30911
30912  src/hb-ot-shape.cc | 11 ++++++++++-
30913  1 file changed, 10 insertions(+), 1 deletion(-)
30914
30915 commit d507f6b5b7a052f4d0eb9ba4ec88fd2e3d6f64b4
30916 Author: Luis de Bethencourt <luis@debethencourt.com>
30917 Date:   Mon Dec 16 15:48:44 2013 -0500
30918
30919     Have Gtk-Doc ignore UCDN files
30920
30921  docs/reference/Makefile.am | 18 +++++++++---------
30922  1 file changed, 9 insertions(+), 9 deletions(-)
30923
30924 commit d688475ea9cd236bc9b9e0153489fac0025f07f0
30925 Author: Behdad Esfahbod <behdad@behdad.org>
30926 Date:   Thu Dec 12 13:21:57 2013 -0500
30927
30928     Minor
30929
30930  util/options.cc | 4 ++--
30931  1 file changed, 2 insertions(+), 2 deletions(-)
30932
30933 commit 2a8c49ade07a0bd4f2c9543f4bd129da82083ea0
30934 Author: Behdad Esfahbod <behdad@behdad.org>
30935 Date:   Wed Dec 11 20:22:28 2013 -0500
30936
30937     Remove unnecessary includes
30938
30939  src/hb-blob.cc                       | 1 -
30940  src/hb-buffer-private.hh             | 1 -
30941  src/hb-common.cc                     | 2 --
30942  src/hb-face-private.hh               | 1 -
30943  src/hb-face.cc                       | 1 -
30944  src/hb-font-private.hh               | 1 -
30945  src/hb-font.cc                       | 1 -
30946  src/hb-graphite2.cc                  | 2 --
30947  src/hb-open-type-private.hh          | 2 --
30948  src/hb-ot-layout-private.hh          | 2 --
30949  src/hb-ot-shape-normalize-private.hh | 2 --
30950  src/hb-ot-tag.cc                     | 1 -
30951  src/hb-set-private.hh                | 1 -
30952  src/hb-shape-plan-private.hh         | 1 -
30953  src/hb-tt-font.cc                    | 2 --
30954  src/hb-unicode-private.hh            | 2 --
30955  16 files changed, 23 deletions(-)
30956
30957 commit 2646aec1e67cd6e09f5f7859c9d5898917acc2d5
30958 Author: Behdad Esfahbod <behdad@behdad.org>
30959 Date:   Thu Dec 5 18:19:35 2013 -0500
30960
30961     Drop required automake version back to 1.11.3
30962
30963     Work around broken automake-1.13 changes.
30964
30965  configure.ac             | 3 ++-
30966  test/shaping/Makefile.am | 7 +++++++
30967  2 files changed, 9 insertions(+), 1 deletion(-)
30968
30969 commit 860fc9aa7b4c49a1d50e64cfdf4d4dffadb7aa8f
30970 Author: Behdad Esfahbod <behdad@behdad.org>
30971 Date:   Wed Dec 4 20:06:59 2013 -0500
30972
30973     0.9.25
30974
30975  NEWS         | 12 ++++++++++++
30976  configure.ac |  2 +-
30977  2 files changed, 13 insertions(+), 1 deletion(-)
30978
30979 commit adb039554de0c98a4121f26423bec8df09a62e61
30980 Author: Behdad Esfahbod <behdad@behdad.org>
30981 Date:   Wed Dec 4 20:10:02 2013 -0500
30982
30983     Minor
30984
30985  util/view-cairo.hh | 3 ++-
30986  1 file changed, 2 insertions(+), 1 deletion(-)
30987
30988 commit 95d18a7cab480712d8c95a587ac2a8fdcbec5e71
30989 Author: Behdad Esfahbod <behdad@behdad.org>
30990 Date:   Wed Dec 4 20:01:22 2013 -0500
30991
30992     [git.mk] Update
30993
30994  git.mk | 2 +-
30995  1 file changed, 1 insertion(+), 1 deletion(-)
30996
30997 commit d913f98d88098fc0f4163dfbc54d8ca9ebe9dd81
30998 Author: Behdad Esfahbod <behdad@behdad.org>
30999 Date:   Wed Dec 4 19:59:48 2013 -0500
31000
31001     Require automake 1.13
31002
31003     Fix tests build.
31004
31005     https://bugs.freedesktop.org/show_bug.cgi?id=71353
31006
31007  configure.ac             |  2 +-
31008  test/shaping/Makefile.am | 19 ++++++++++++++-----
31009  2 files changed, 15 insertions(+), 6 deletions(-)
31010
31011 commit 205bf834d80f81471f0c3da4f400e60ce3a533dc
31012 Author: Behdad Esfahbod <behdad@behdad.org>
31013 Date:   Mon Dec 2 20:41:41 2013 -0500
31014
31015     Revert "Karen" language mapping back to what it was before
31016
31017     https://bugzilla.mozilla.org/show_bug.cgi?id=941470
31018
31019  src/hb-ot-tag.cc | 4 ++--
31020  1 file changed, 2 insertions(+), 2 deletions(-)
31021
31022 commit f47b9219546edcfdeb3991ee27f6d9ba455c3e08
31023 Author: Behdad Esfahbod <behdad@behdad.org>
31024 Date:   Mon Dec 2 05:57:27 2013 -0500
31025
31026     Fix unsafe shape_plan->face dependency
31027
31028  src/hb-ot-shape-private.hh   |  2 +-
31029  src/hb-shape-plan-private.hh |  2 +-
31030  src/hb-shape-plan.cc         | 12 +++---------
31031  3 files changed, 5 insertions(+), 11 deletions(-)
31032
31033 commit c704a8700e169885f1d9cbab93544d85aa4358e9
31034 Author: Behdad Esfahbod <behdad@behdad.org>
31035 Date:   Mon Dec 2 05:42:04 2013 -0500
31036
31037     [util] Fix uninitialized memory access
31038
31039  util/view-cairo.hh | 2 +-
31040  1 file changed, 1 insertion(+), 1 deletion(-)
31041
31042 commit 260a3198f44a4ece60864b6f6caab2ee756ad762
31043 Author: Behdad Esfahbod <behdad@behdad.org>
31044 Date:   Mon Dec 2 05:39:39 2013 -0500
31045
31046     [util] Plug leak
31047
31048  util/options.cc | 5 ++++-
31049  1 file changed, 4 insertions(+), 1 deletion(-)
31050
31051 commit ca8d96c8ba33ce581684cbc07936a3696b6c83d9
31052 Author: Jonathan Kew <jfkthame@gmail.com>
31053 Date:   Mon Dec 2 05:22:00 2013 -0500
31054
31055     cache shape plans even if (global) user features are set
31056
31057  src/hb-shape-plan-private.hh |  3 +++
31058  src/hb-shape-plan.cc         | 59
31059  ++++++++++++++++++++++++++++++++++++++++----
31060  2 files changed, 57 insertions(+), 5 deletions(-)
31061
31062 commit 8ffa528f28a24ae85952ad1c1b0206e736bcfeab
31063 Author: Behdad Esfahbod <behdad@behdad.org>
31064 Date:   Mon Dec 2 05:17:14 2013 -0500
31065
31066     Add note about unsafe shape_plan->face
31067
31068     Will fix by removing shape_plan->face completely.
31069
31070  src/hb-shape-plan.cc | 2 ++
31071  1 file changed, 2 insertions(+)
31072
31073 commit aec468f01e866c99e65a8f764a792c74c96840d7
31074 Author: Behdad Esfahbod <behdad@behdad.org>
31075 Date:   Fri Nov 29 19:21:58 2013 -0500
31076
31077     [coretext] Add TODO
31078
31079  src/hb-coretext.cc | 2 ++
31080  1 file changed, 2 insertions(+)
31081
31082 commit 58cc233e8b5fdc9dce603acc1b968540a2dea3e1
31083 Author: Behdad Esfahbod <behdad@behdad.org>
31084 Date:   Fri Nov 29 19:17:42 2013 -0500
31085
31086     [coretext] Cleanup
31087
31088  src/hb-coretext.cc | 27 ++++++++++++++++-----------
31089  1 file changed, 16 insertions(+), 11 deletions(-)
31090
31091 commit c8213c6198abff97822e29a6d565722cfbb43832
31092 Author: Khaled Hosny <khaledhosny.eglug.org>
31093 Date:   Fri Nov 29 19:01:56 2013 -0500
31094
31095     [coretext] Avoid font fallback with CoreText shaper
31096
31097     CoreText does automatic font fallback (AKA "cascading") for
31098     characters
31099     not supported by the requested font, and provides no way to turn
31100     it off,
31101     so detect if the returned run uses a font other than the requested one
31102     and fill in the buffer with .notdef glyphs instead of random indices
31103     glyph from a different font.
31104
31105  src/hb-coretext.cc | 35 +++++++++++++++++++++++++++++++++++
31106  1 file changed, 35 insertions(+)
31107
31108 commit 63bae73aefb0e5988ef6975f1ed38e040e50e91d
31109 Author: Behdad Esfahbod <behdad@behdad.org>
31110 Date:   Tue Nov 26 22:57:24 2013 -0500
31111
31112     [fallback] Add TODO note
31113
31114  src/hb-fallback-shape.cc | 10 ++++++++++
31115  1 file changed, 10 insertions(+)
31116
31117 commit e1ebf01d0cf3df55bb9137136e2d0c9630e7bd78
31118 Author: Behdad Esfahbod <behdad@behdad.org>
31119 Date:   Tue Nov 26 18:00:35 2013 -0500
31120
31121     Minor
31122
31123  src/hb-ot-layout-common-private.hh | 2 +-
31124  1 file changed, 1 insertion(+), 1 deletion(-)
31125
31126 commit a182dbc9e4e51fa7990c4aea3eaa425a061b29c7
31127 Author: Behdad Esfahbod <behdad@behdad.org>
31128 Date:   Tue Nov 26 17:53:41 2013 -0500
31129
31130     Minor
31131
31132  src/hb-ot-layout-common-private.hh | 1 +
31133  1 file changed, 1 insertion(+)
31134
31135 commit 9174a9db5c4e01284143ed8bd318ce9454535987
31136 Author: Behdad Esfahbod <behdad@behdad.org>
31137 Date:   Mon Nov 25 18:10:38 2013 -0500
31138
31139     [myanmar] Allow punctuation clusters
31140
31141     The spec and Uniscribe don't allow these, but UTN#11
31142     specifically says the sequence U+104B,U+1038 is valid.
31143     As such, allow all "P V" sequences.  There's about
31144     eight sequences that match that structure, but Roozbeh
31145     thinks it's fine to allow all of them.
31146
31147     Test case: U+104B, U+1038
31148
31149     https://bugs.freedesktop.org/show_bug.cgi?id=71947
31150
31151  src/hb-ot-shape-complex-myanmar-machine.rl |  3 +++
31152  src/hb-ot-shape-complex-myanmar.cc         | 19 ++++++++++++++++++-
31153  2 files changed, 21 insertions(+), 1 deletion(-)
31154
31155 commit 096b71e8ef0c1443f3f86069d5416b887af6e9e7
31156 Author: Behdad Esfahbod <behdad@behdad.org>
31157 Date:   Mon Nov 25 18:03:34 2013 -0500
31158
31159     [myanmar] Mark U+104E MYANMAR SYMBOL AFOREMENTIONED as Consonant
31160
31161     The spec and Uniscribe treat it as consonant in the grammar, but
31162     it's not in IndicSyllableCategory.txt, so fix up.
31163
31164     Test sequence: U+1004,U+103A,U+1039,U+104E
31165
31166     https://bugs.freedesktop.org/show_bug.cgi?id=71948
31167
31168  src/hb-ot-shape-complex-myanmar.cc | 4 ++++
31169  1 file changed, 4 insertions(+)
31170
31171 commit d2da5e0b4b4ffc1722403ffb90b8777cfa1cd174
31172 Author: Behdad Esfahbod <behdad@behdad.org>
31173 Date:   Mon Nov 25 17:50:07 2013 -0500
31174
31175     [myanmar] Relax pwo-tone group a bit
31176
31177     This is broken sequence according to OpenType spec, Uniscribe,
31178     and current HarfBuzz implementation.  But Roozbeh says this
31179     is a valid sequence, so allow it.  There are multiple
31180     "(DB As?)?" constructs in the grammar, but Roozbeh thinks only
31181     this one needs changing.
31182
31183     Test case: 1014,1063,103A
31184
31185     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=71949
31186
31187  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
31188  1 file changed, 1 insertion(+), 1 deletion(-)
31189
31190 commit 9af91ca8ffee4a8d2804eff5d380b4f9749414d1
31191 Author: Behdad Esfahbod <behdad@behdad.org>
31192 Date:   Mon Nov 25 17:47:19 2013 -0500
31193
31194     Add more Myanmar test cases
31195
31196     All three are broken right now according to Roozbeh.
31197
31198     https://bugs.freedesktop.org/show_bug.cgi?id=71947
31199     https://bugs.freedesktop.org/show_bug.cgi?id=71948
31200     https://bugs.freedesktop.org/show_bug.cgi?id=71949
31201
31202  .../shaping/texts/in-tree/shaper-myanmar/script-myanmar/misc/misc.txt |
31203  4 ++++
31204  1 file changed, 4 insertions(+)
31205
31206 commit 08c2d27d35093e07142168665139274ac99395e8
31207 Author: Roozbeh Pournader <roozbeh@google.com>
31208 Date:   Sat Nov 23 21:39:31 2013 -0800
31209
31210     Added support for several new languages
31211
31212     Based on research into latest SIL and Windows fonts, pulling in
31213     the latest OpenType language tag proposal from Microsoft, and updating
31214     to latest language tags and names from ISO 639.
31215
31216  src/hb-ot-tag.cc | 314
31217  +++++++++++++++++++++++++++++++++++++++++++------------
31218  1 file changed, 247 insertions(+), 67 deletions(-)
31219
31220 commit 05511acd198d0c2157cdb41e1d36eac0b8075357
31221 Author: Roozbeh Pournader <roozbeh@google.com>
31222 Date:   Sat Nov 23 15:19:07 2013 -0800
31223
31224     Added language tags for S'gaw Karen and Khamti
31225
31226     Tags based on support in Windows 8.1's 'Myanmar Text' font.
31227
31228  src/hb-ot-tag.cc | 2 ++
31229  1 file changed, 2 insertions(+)
31230
31231 commit 0bb31e4497523442fbb26bbd55b194ab70205ca4
31232 Author: Behdad Esfahbod <behdad@behdad.org>
31233 Date:   Wed Nov 20 14:21:07 2013 -0500
31234
31235     Bug 71845 - Use 64-bit cmpexch on ARM64 iOS
31236
31237  src/hb-atomic-private.hh | 2 +-
31238  1 file changed, 1 insertion(+), 1 deletion(-)
31239
31240 commit 02c6c8cd6e8c93b63c75b25de6bf76bb45755bb4
31241 Author: Behdad Esfahbod <behdad@behdad.org>
31242 Date:   Fri Nov 15 13:05:38 2013 -0500
31243
31244     Set buffer content type to INVALID in hb_buffer_set_length(0)
31245
31246     Previously we were only setting this in hb_buffer_clear_contents(),
31247     but set_length(0) is a valid way to reinitialize buffer to use with
31248     new text.
31249
31250  src/hb-buffer-private.hh | 2 +-
31251  src/hb-buffer.cc         | 3 +++
31252  2 files changed, 4 insertions(+), 1 deletion(-)
31253
31254 commit 6300694f6e531593e7e932000f9540b0367940b8
31255 Author: Behdad Esfahbod <behdad@behdad.org>
31256 Date:   Wed Nov 13 14:54:07 2013 -0500
31257
31258     0.9.24
31259
31260  NEWS         | 8 ++++++++
31261  configure.ac | 2 +-
31262  2 files changed, 9 insertions(+), 1 deletion(-)
31263
31264 commit 061cb4649342b005fb1de93abae25e889cc560bd
31265 Author: Behdad Esfahbod <behdad@behdad.org>
31266 Date:   Wed Nov 13 14:50:25 2013 -0500
31267
31268     Use long alignment for scratch buffer
31269
31270     Fixes last of scratch alignment warnings in hb-coretext.
31271
31272  src/hb-buffer-private.hh | 2 +-
31273  src/hb-buffer.cc         | 4 ++--
31274  2 files changed, 3 insertions(+), 3 deletions(-)
31275
31276 commit 68c372ed2eac76a6d347811293fe2ba2fd6a1eed
31277 Author: Behdad Esfahbod <behdad@behdad.org>
31278 Date:   Wed Nov 13 14:44:01 2013 -0500
31279
31280     More scratch-buffer cleanup
31281
31282  src/hb-buffer-private.hh |  3 ++-
31283  src/hb-buffer.cc         | 10 +++++-----
31284  src/hb-coretext.cc       |  5 ++---
31285  src/hb-graphite2.cc      |  2 +-
31286  src/hb-uniscribe.cc      | 30 ++++++++++++++----------------
31287  5 files changed, 24 insertions(+), 26 deletions(-)
31288
31289 commit 8fcadb9cf9418345610e3f4e38c28c12b768b589
31290 Author: Behdad Esfahbod <behdad@behdad.org>
31291 Date:   Wed Nov 13 14:33:57 2013 -0500
31292
31293     [coretext] More scratch buffer fixes
31294
31295  src/hb-coretext.cc | 25 +++++++++++++------------
31296  1 file changed, 13 insertions(+), 12 deletions(-)
31297
31298 commit 16f175cb2e081e605fe7f9cd01bbe8c24380278a
31299 Author: Behdad Esfahbod <behdad@behdad.org>
31300 Date:   Tue Nov 12 17:22:49 2013 -0500
31301
31302     Fix scratch-buffer alignment warnings
31303
31304  src/hb-buffer-private.hh |  2 +-
31305  src/hb-buffer.cc         |  9 +++++----
31306  src/hb-coretext.cc       | 17 ++++++++++-------
31307  src/hb-graphite2.cc      | 28 +++++++++++++++++-----------
31308  src/hb-private.hh        |  3 +++
31309  src/hb-uniscribe.cc      | 29 +++++++++++++++++------------
31310  6 files changed, 53 insertions(+), 35 deletions(-)
31311
31312 commit c7c4ccf8a1e784b6f8798388a219dda9a26fbd93
31313 Author: Behdad Esfahbod <behdad@behdad.org>
31314 Date:   Tue Nov 12 15:41:22 2013 -0500
31315
31316     [travis] Enable graphite2
31317
31318  .travis.yml | 2 +-
31319  1 file changed, 1 insertion(+), 1 deletion(-)
31320
31321 commit 83408cf804a6908873c41b70bb7c43448e66ddd2
31322 Author: Behdad Esfahbod <behdad@behdad.org>
31323 Date:   Wed Nov 6 14:46:04 2013 -0500
31324
31325     Fix llvm warnings on Mac
31326
31327     Patch from Scott Fleischman.  Warnings were:
31328
31329     harfbuzz/src/hb-font-private.hh:121:42: Implicit conversion loses
31330     integer precision: 'long long' to 'hb_position_t' (aka 'int')
31331     harfbuzz/src/hb-font-private.hh:126:42: Implicit conversion loses
31332     integer precision: 'long long' to 'hb_position_t' (aka 'int')
31333     harfbuzz/src/hb-font-private.hh:400:85: Implicit conversion loses
31334     integer precision: 'long long' to 'hb_position_t' (aka 'int')
31335     harfbuzz/src/hb-ot-layout-common-private.hh:1115:37: Implicit
31336     conversion
31337     loses integer precision: 'long long' to 'int'
31338     harfbuzz/src/hb-ft.cc:421:97: Implicit conversion loses integer
31339     precision: 'unsigned long long' to 'int'
31340     harfbuzz/src/hb-ft.cc:422:97: Implicit conversion loses integer
31341     precision: 'unsigned long long' to 'int'
31342
31343  src/hb-font-private.hh             | 6 +++---
31344  src/hb-ft.cc                       | 4 ++--
31345  src/hb-ot-layout-common-private.hh | 2 +-
31346  3 files changed, 6 insertions(+), 6 deletions(-)
31347
31348 commit 333cc6e2d11831bcd2370723456e678574d570ec
31349 Author: Behdad Esfahbod <behdad@behdad.org>
31350 Date:   Wed Oct 30 17:30:11 2013 +0000
31351
31352     [otlayout] Remove unused is_inplace()
31353
31354     Patch from Jonathan Kew.
31355
31356  src/hb-ot-layout-gpos-table.hh       |   6 --
31357  src/hb-ot-layout-gsub-table.hh       |  56 ------------
31358  src/hb-ot-layout-gsubgpos-private.hh | 159
31359  -----------------------------------
31360  3 files changed, 221 deletions(-)
31361
31362 commit 176fd17d02ac183af32a0e710ec32d25c9322021
31363 Author: Behdad Esfahbod <behdad@behdad.org>
31364 Date:   Wed Oct 30 17:27:24 2013 +0000
31365
31366     Bug 70971 - Signed/unsigned compiler warnings on windows
31367
31368     Patch from Emil Eklund.
31369
31370  src/hb-buffer-serialize.cc | 8 ++++----
31371  src/hb-ot-map.cc           | 2 +-
31372  2 files changed, 5 insertions(+), 5 deletions(-)
31373
31374 commit 3d436d325edccc0f3dd820e06e3d529cc8f3eca4
31375 Author: Behdad Esfahbod <behdad@behdad.org>
31376 Date:   Mon Oct 28 21:00:37 2013 +0100
31377
31378     [otlayout] Reset ccc when marking glyph as letter
31379
31380  src/hb-ot-layout-gsubgpos-private.hh | 3 +++
31381  1 file changed, 3 insertions(+)
31382
31383 commit b9d0077ac1a8e8a62ee15c64ad302f7976e23bdd
31384 Author: Behdad Esfahbod <behdad@behdad.org>
31385 Date:   Mon Oct 28 20:44:03 2013 +0100
31386
31387     Fix win32 testing
31388
31389  test/shaping/Makefile.am  | 1 +
31390  test/shaping/run-tests.sh | 2 +-
31391  2 files changed, 2 insertions(+), 1 deletion(-)
31392
31393 commit dce79c2bd747d398bdf2f4b171b0ba9b5b951f72
31394 Author: Behdad Esfahbod <behdad@behdad.org>
31395 Date:   Mon Oct 28 20:26:40 2013 +0100
31396
31397     0.9.23
31398
31399  NEWS         | 10 ++++++++++
31400  configure.ac |  2 +-
31401  2 files changed, 11 insertions(+), 1 deletion(-)
31402
31403 commit 2e990a3d722c10d1eefdc4c5ccbdaa384625c3fd
31404 Author: Behdad Esfahbod <behdad@behdad.org>
31405 Date:   Mon Oct 28 20:23:07 2013 +0100
31406
31407     Make "make distcheck" happy
31408
31409  configure.ac             | 2 +-
31410  test/shaping/Makefile.am | 3 +++
31411  2 files changed, 4 insertions(+), 1 deletion(-)
31412
31413 commit 6ffc007b61402c9d1d4de368deed4971a10ed00b
31414 Author: Behdad Esfahbod <behdad@behdad.org>
31415 Date:   Mon Oct 28 19:26:02 2013 +0100
31416
31417     [otlayout] Optimize inplace
31418
31419     See thread started by Jonathan with subject "an optimization for
31420     complex
31421     fonts".
31422
31423  src/hb-ot-layout.cc | 6 +++---
31424  1 file changed, 3 insertions(+), 3 deletions(-)
31425
31426 commit 71b4c999a511bf018acaf48a45e070470c0daf12
31427 Author: Behdad Esfahbod <behdad@behdad.org>
31428 Date:   Mon Oct 28 00:20:59 2013 +0100
31429
31430     Revert "Zero marks by GDEF for Tibetan"
31431
31432     This reverts commit d5bd0590ae2fbc7b0dee86385a565aef00ffb835.
31433
31434     The reasoning behind that logic was flawed and made under
31435     a misunderstanding of the original problem, and caused
31436     regressions as reported by Jonathan Kew in thread titled
31437     "tibetan marks" in Oct 2013.  Apparently I have had fixed
31438     the original problem with this commit:
31439
31440       7e08f1258da229dfaf7e1c4b5c41e5bb83906cb0
31441
31442     So, revert the faulty commit and everything seems to be in good
31443     shape.
31444
31445  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
31446  src/hb-ot-shape-complex-arabic.cc    | 10 +++-------
31447  src/hb-ot-shape-complex-default.cc   | 17 +----------------
31448  src/hb-ot-shape-complex-indic.cc     |  8 +-------
31449  src/hb-ot-shape-complex-myanmar.cc   | 15 +++++----------
31450  src/hb-ot-shape-complex-private.hh   |  8 ++------
31451  src/hb-ot-shape-complex-sea.cc       | 14 ++++----------
31452  src/hb-ot-shape-complex-thai.cc      |  9 +--------
31453  src/hb-ot-shape.cc                   |  4 ++--
31454  9 files changed, 21 insertions(+), 68 deletions(-)
31455
31456 commit 9596b2bf569dae6fbe268803e3cb248001f10954
31457 Author: Behdad Esfahbod <behdad@behdad.org>
31458 Date:   Mon Oct 28 00:09:05 2013 +0100
31459
31460     Pass CPPFLAGS=-Werror to Travis-CI
31461
31462     We want default gcc / clang warnings to fail the CI build.
31463
31464  .travis.yml | 2 +-
31465  1 file changed, 1 insertion(+), 1 deletion(-)
31466
31467 commit c77d1ade6898cea161f0709c5c5a912e14aff951
31468 Author: Behdad Esfahbod <behdad@behdad.org>
31469 Date:   Sun Oct 27 23:52:26 2013 +0100
31470
31471     Fix warnings
31472
31473  test/api/test-blob.c      | 2 +-
31474  util/helper-cairo-ansi.cc | 2 +-
31475  2 files changed, 2 insertions(+), 2 deletions(-)
31476
31477 commit c2bc818706df56022c8bb922df2b741cb120f7e4
31478 Author: Behdad Esfahbod <behdad@behdad.org>
31479 Date:   Sun Oct 27 23:36:35 2013 +0100
31480
31481     Work with old and new glib
31482
31483     Avoids "deprecated" warnings.
31484
31485  src/test-buffer-serialize.cc | 7 +++++--
31486  src/test-size-params.cc      | 7 +++++--
31487  src/test-would-substitute.cc | 7 +++++--
31488  src/test.cc                  | 7 +++++--
31489  util/options.cc              | 4 ++--
31490  util/options.hh              | 4 ++++
31491  util/view-cairo.hh           | 4 ++++
31492  7 files changed, 30 insertions(+), 10 deletions(-)
31493
31494 commit 46a863d91dbcc9a4c796e3715ea3828939f4d941
31495 Author: Behdad Esfahbod <behdad@behdad.org>
31496 Date:   Sun Oct 27 23:24:50 2013 +0100
31497
31498     [indic] Adjust pref reordering logic
31499
31500     For Javanese (pref_len == 1) only reorder if it didn't ligate.  That's
31501     sensible, and what the spec says.  For other Indic (pref_len > 1)
31502     only reorder if ligated.
31503
31504     Doesn't change any test numbers.
31505
31506  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
31507  1 file changed, 7 insertions(+), 2 deletions(-)
31508
31509 commit 6b03e3c724ec6cd255f4a323bf4aa7d8c93a056e
31510 Author: Behdad Esfahbod <behdad@behdad.org>
31511 Date:   Sun Oct 27 21:04:55 2013 +0100
31512
31513     Optimize fallback kerning
31514
31515     Patch from Jonathan Kew.  "These changes seem to yield a small but
31516     just-about-measurable improvement with old fonts that lack GPOS
31517     kerning."
31518
31519  src/hb-ot-shape-fallback.cc | 47
31520  ++++++++++++++++++++++++++++-----------------
31521  1 file changed, 29 insertions(+), 18 deletions(-)
31522
31523 commit 133eeba6a32769ec1a7520e7c8a0d2eb1ad986f8
31524 Author: Behdad Esfahbod <behdad@behdad.org>
31525 Date:   Sun Oct 27 00:24:59 2013 +0200
31526
31527     Minor
31528
31529     See:
31530     https://github.com/prezi/harfbuzz-js/pull/1/files#r7032397
31531
31532  src/hb-common.h | 2 +-
31533  1 file changed, 1 insertion(+), 1 deletion(-)
31534
31535 commit a74f0de225c403998212e2618dcf9452bc5b590d
31536 Author: Behdad Esfahbod <behdad@behdad.org>
31537 Date:   Thu Oct 24 11:46:33 2013 +0200
31538
31539     [indic] Fix CM2, really
31540
31541     Followup from 6e613f3365bf4e9fd778758c53e7de00c64beca1.
31542
31543  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
31544  1 file changed, 1 insertion(+), 1 deletion(-)
31545
31546 commit 6e613f3365bf4e9fd778758c53e7de00c64beca1
31547 Author: Behdad Esfahbod <behdad@behdad.org>
31548 Date:   Wed Oct 23 23:34:13 2013 +0200
31549
31550     Fix "shift count >= width of type" issue
31551
31552  src/hb-ot-shape-complex-indic-private.hh | 2 +-
31553  1 file changed, 1 insertion(+), 1 deletion(-)
31554
31555 commit ac8cd511911c7dca6222d14fa758bff75d601567
31556 Author: Behdad Esfahbod <behdad@behdad.org>
31557 Date:   Fri Oct 18 19:33:09 2013 +0200
31558
31559     Refactor
31560
31561  src/hb-ot-layout-gpos-table.hh | 120
31562  ++++++++++++++++++++++-------------------
31563  src/hb-ot-layout.cc            |  31 +++++------
31564  src/hb-ot-shape-normalize.cc   |  29 +++++-----
31565  src/hb-ot-shape.cc             |  82 ++++++++++++++++------------
31566  4 files changed, 145 insertions(+), 117 deletions(-)
31567
31568 commit 0f3fe37fccfb540437adf13dd580f2c5164a0b1f
31569 Author: Behdad Esfahbod <behdad@behdad.org>
31570 Date:   Fri Oct 18 19:14:22 2013 +0200
31571
31572     Comment
31573
31574  src/hb-ot-layout-private.hh | 1 +
31575  1 file changed, 1 insertion(+)
31576
31577 commit ddce2d8df6fed9c033f1f13e235666680c5beb67
31578 Author: Behdad Esfahbod <behdad@behdad.org>
31579 Date:   Fri Oct 18 18:07:11 2013 +0200
31580
31581     [indic] Improve positioning of post-base bells and whistles
31582
31583     Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not
31584     provide
31585     same results as Windows8
31586     https://bugs.freedesktop.org/show_bug.cgi?id=58714
31587
31588     Test with U+0CB0,U+200D,U+0CCD,U+0C95,U+0CBF and tunga.ttf.
31589
31590     Improves some scripts.  Improves Bengali too, but numbers
31591     are up because we produce better results than Uniscribe for some
31592     sequences now.
31593
31594     New numbers:
31595     BENGALI: 353724 out of 354188 tests passed. 464 failed (0.131004%)
31596     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
31597     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
31598     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
31599     KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
31600     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
31601     MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed
31602     (0.0185056%)
31603     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
31604     SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
31605     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
31606     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
31607
31608  src/hb-ot-shape-complex-indic.cc | 19 ++++++++++---------
31609  1 file changed, 10 insertions(+), 9 deletions(-)
31610
31611 commit d5bd0590ae2fbc7b0dee86385a565aef00ffb835
31612 Author: Behdad Esfahbod <behdad@behdad.org>
31613 Date:   Fri Oct 18 16:44:54 2013 +0200
31614
31615     Zero marks by GDEF for Tibetan
31616
31617     See:
31618     http://lists.freedesktop.org/archives/harfbuzz/2013-April/003101.html
31619
31620  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
31621  src/hb-ot-shape-complex-arabic.cc    | 10 +++++++---
31622  src/hb-ot-shape-complex-default.cc   | 17 ++++++++++++++++-
31623  src/hb-ot-shape-complex-indic.cc     |  8 +++++++-
31624  src/hb-ot-shape-complex-myanmar.cc   | 15 ++++++++++-----
31625  src/hb-ot-shape-complex-private.hh   |  8 ++++++--
31626  src/hb-ot-shape-complex-sea.cc       | 14 ++++++++++----
31627  src/hb-ot-shape-complex-thai.cc      |  9 ++++++++-
31628  src/hb-ot-shape.cc                   |  4 ++--
31629  9 files changed, 68 insertions(+), 21 deletions(-)
31630
31631 commit bf029281b1b0f854f671969ab40eac3046a111bd
31632 Author: Behdad Esfahbod <behdad@behdad.org>
31633 Date:   Fri Oct 18 16:20:13 2013 +0200
31634
31635     Bug 65258 - [...] Mongolian with free variation selector
31636
31637  src/hb-ot-shape-complex-arabic.cc | 3 ++-
31638  1 file changed, 2 insertions(+), 1 deletion(-)
31639
31640 commit 0193649ce4ca78b8e2835a50bd51ee594cffe34e
31641 Author: Behdad Esfahbod <behdad@behdad.org>
31642 Date:   Fri Oct 18 16:08:53 2013 +0200
31643
31644     [otfallback] Don't shift down above-marks too much
31645
31646     This seems to generate much better, almost-perfect, positioning for
31647     Arabic as well as Latin above marks.
31648
31649  src/hb-ot-shape-fallback.cc | 10 +++++++++-
31650  1 file changed, 9 insertions(+), 1 deletion(-)
31651
31652 commit dba9580237da788275b1ab5fe6be75c8a3f359b9
31653 Author: Behdad Esfahbod <behdad@behdad.org>
31654 Date:   Fri Oct 18 15:57:36 2013 +0200
31655
31656     [otfallback] Never fallback-position a below-mark upwards
31657
31658     Test with WinXP times.ttf and U+05D9,U+05B5.
31659
31660  src/hb-ot-shape-fallback.cc | 6 ++++++
31661  1 file changed, 6 insertions(+)
31662
31663 commit 8177da29ad07d8fa444ce07003fa65cd31a2776b
31664 Author: Behdad Esfahbod <behdad@behdad.org>
31665 Date:   Fri Oct 18 15:50:29 2013 +0200
31666
31667     Minor
31668
31669  src/hb-ot-shape-fallback.cc | 4 ++--
31670  1 file changed, 2 insertions(+), 2 deletions(-)
31671
31672 commit c16012e9019ec59c2200a3cc29b8a37ea70eda70
31673 Author: Behdad Esfahbod <behdad@behdad.org>
31674 Date:   Fri Oct 18 02:27:00 2013 +0200
31675
31676     [indic] Add Javanese support!
31677
31678     Seems to be working just fine!
31679
31680  src/hb-ot-shape-complex-indic-machine.rl | 14 ++++++------
31681  src/hb-ot-shape-complex-indic-private.hh | 37
31682  ++++++++++++++++----------------
31683  src/hb-ot-shape-complex-indic.cc         |  9 ++++++--
31684  3 files changed, 34 insertions(+), 26 deletions(-)
31685
31686 commit 755b44cce6dc23376a3cf0212893609231fa4967
31687 Author: Behdad Esfahbod <behdad@behdad.org>
31688 Date:   Fri Oct 18 11:17:42 2013 +0200
31689
31690     [ft] Round metrics instead of truncate
31691
31692     Lohit-Punjabi has a upem of 769!  We were losing one unit in our
31693     code, and FreeType is losing another one...  Test with U+0A06.
31694     Has an advance of 854 in the font.  We were producing 852.
31695     Now we do 853, which is what FreeType is telling us.
31696
31697  src/hb-ft.cc | 8 ++++----
31698  1 file changed, 4 insertions(+), 4 deletions(-)
31699
31700 commit 9a49351cc2625de16a73e0e153d3097ef6c7cc0f
31701 Author: Behdad Esfahbod <behdad@behdad.org>
31702 Date:   Fri Oct 18 02:14:53 2013 +0200
31703
31704     [indic] Swith pref logic to use _hb_glyph_info_substituted()
31705
31706     See comments from caveat!  Seems to work fine.
31707
31708     This is useful for Javanese which has an atomically encoded pre-base
31709     reordering Ra which should only be reordered if it was substituted
31710     by the pref feature.
31711
31712  src/hb-ot-shape-complex-indic.cc | 6 ++++--
31713  1 file changed, 4 insertions(+), 2 deletions(-)
31714
31715 commit f175aa33c5e94397c60648ac0697c80f5fe0dcb7
31716 Author: Behdad Esfahbod <behdad@behdad.org>
31717 Date:   Fri Oct 18 02:07:44 2013 +0200
31718
31719     [indic] Fix compiler warnings
31720
31721  src/hb-ot-shape-complex-indic.cc | 4 ++--
31722  1 file changed, 2 insertions(+), 2 deletions(-)
31723
31724 commit 857027341423f15fd6084c7563cc355b06e7cbdd
31725 Author: Behdad Esfahbod <behdad@behdad.org>
31726 Date:   Fri Oct 18 01:11:05 2013 +0200
31727
31728     [otlayout] Add _hb_glyph_info_substituted()
31729
31730     Currently unused.
31731
31732  src/hb-ot-layout-private.hh | 6 ++++++
31733  1 file changed, 6 insertions(+)
31734
31735 commit a1f7b2856184959e965c9c2b80363f9f46d486a7
31736 Author: Behdad Esfahbod <behdad@behdad.org>
31737 Date:   Fri Oct 18 01:09:08 2013 +0200
31738
31739     [otlayout] Switch over from old is_a_ligature() to IS_LIGATED
31740
31741     Impact should be minimal and positive.
31742
31743  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
31744  src/hb-ot-layout-private.hh          | 12 +++++++++---
31745  src/hb-ot-shape-complex-indic.cc     |  4 ++--
31746  src/hb-ot-shape-complex-myanmar.cc   |  2 +-
31747  src/hb-ot-shape.cc                   |  2 +-
31748  5 files changed, 14 insertions(+), 8 deletions(-)
31749
31750 commit 09675a8115b9d77261c33940401aa919cede8662
31751 Author: Behdad Esfahbod <behdad@behdad.org>
31752 Date:   Fri Oct 18 01:05:58 2013 +0200
31753
31754     [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_LIGATED
31755
31756     Currently unused.
31757
31758  src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++++-----
31759  src/hb-ot-layout-private.hh          |  5 ++++-
31760  2 files changed, 14 insertions(+), 6 deletions(-)
31761
31762 commit 05ad6b50ac0a1b9a8da10d2ee2238068b7811e7d
31763 Author: Behdad Esfahbod <behdad@behdad.org>
31764 Date:   Fri Oct 18 00:45:59 2013 +0200
31765
31766     [otlayout] Add HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED
31767
31768     Currently unused.
31769
31770  src/hb-ot-layout-gsubgpos-private.hh |  5 +++--
31771  src/hb-ot-layout-private.hh          | 10 ++++++----
31772  2 files changed, 9 insertions(+), 6 deletions(-)
31773
31774 commit 101303dbf7cf15d044bf2518f14b3aec65970fea
31775 Author: Behdad Esfahbod <behdad@behdad.org>
31776 Date:   Fri Oct 18 00:42:39 2013 +0200
31777
31778     [otlayout] More shuffling around
31779
31780  src/hb-ot-layout-gpos-table.hh       | 16 +++----
31781  src/hb-ot-layout-gsub-table.hh       | 13 +++--
31782  src/hb-ot-layout-gsubgpos-private.hh |  8 ++--
31783  src/hb-ot-layout-private.hh          | 92
31784  ++++++++++++++++++++++++++++++++----
31785  src/hb-ot-shape.cc                   |  8 ++--
31786  5 files changed, 102 insertions(+), 35 deletions(-)
31787
31788 commit 91689de2603e4151e2a2d3a3852c61667f0c6264
31789 Author: Behdad Esfahbod <behdad@behdad.org>
31790 Date:   Fri Oct 18 00:21:59 2013 +0200
31791
31792     [otlayout] Add _hb_glyph_info_set_glyph_props()
31793
31794     No functional change.
31795
31796  src/hb-ot-layout-gsub-table.hh       | 2 +-
31797  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
31798  src/hb-ot-layout-private.hh          | 9 +++++++++
31799  src/hb-ot-shape.cc                   | 8 +++++---
31800  4 files changed, 17 insertions(+), 6 deletions(-)
31801
31802 commit a0161746589934e93c3b115814bbd81f56ab962f
31803 Author: Behdad Esfahbod <behdad@behdad.org>
31804 Date:   Fri Oct 18 00:06:30 2013 +0200
31805
31806     [otlayout] Simplify set_class() usage
31807
31808  src/hb-ot-layout-gsubgpos-private.hh | 31 ++++++++++++++++++-------------
31809  1 file changed, 18 insertions(+), 13 deletions(-)
31810
31811 commit 3ddf892b5328b74afb6e7d9da727d8771ca5d288
31812 Author: Behdad Esfahbod <behdad@behdad.org>
31813 Date:   Fri Oct 18 00:02:43 2013 +0200
31814
31815     [otlayout] Renaming
31816
31817  src/hb-ot-layout-gpos-table.hh       | 18 +++++++-------
31818  src/hb-ot-layout-gsub-table.hh       |  2 +-
31819  src/hb-ot-layout-gsubgpos-private.hh | 36 +++++++++++++--------------
31820  src/hb-ot-layout-private.hh          | 48
31821  +++++++++++++++++++++---------------
31822  src/hb-ot-shape-complex-indic.cc     |  5 ++--
31823  src/hb-ot-shape-complex-myanmar.cc   |  2 +-
31824  src/hb-ot-shape-fallback.cc          |  8 +++---
31825  src/hb-ot-shape.cc                   |  2 +-
31826  8 files changed, 65 insertions(+), 56 deletions(-)
31827
31828 commit 2e96d2c6ee34142375373be07217c9953e7822cc
31829 Author: Behdad Esfahbod <behdad@behdad.org>
31830 Date:   Thu Oct 17 21:16:20 2013 +0200
31831
31832     [otlayout] More shuffling
31833
31834  src/hb-ot-layout-private.hh | 252
31835  +++++++++++++++++++++++---------------------
31836  1 file changed, 130 insertions(+), 122 deletions(-)
31837
31838 commit 469524692bd0a258b28e63294c984e677a9c2477
31839 Author: Behdad Esfahbod <behdad@behdad.org>
31840 Date:   Thu Oct 17 21:01:57 2013 +0200
31841
31842     [otlayout] Code shuffling
31843
31844  src/hb-ot-layout-private.hh | 16 ++++++++--------
31845  1 file changed, 8 insertions(+), 8 deletions(-)
31846
31847 commit 11fb16cb849285a178d9e80991b1d60a960326ee
31848 Author: Behdad Esfahbod <behdad@behdad.org>
31849 Date:   Thu Oct 17 20:57:57 2013 +0200
31850
31851     Use unsigned enums for mask types
31852
31853  src/hb-buffer.h             | 16 ++++++++--------
31854  src/hb-ot-layout-private.hh |  8 ++++----
31855  2 files changed, 12 insertions(+), 12 deletions(-)
31856
31857 commit 03058c3d1e8c18858c1e0b0c738ce9d299f2787a
31858 Author: Behdad Esfahbod <behdad@behdad.org>
31859 Date:   Thu Oct 17 20:55:34 2013 +0200
31860
31861     [otlayout] Remove two unused HB_OT_LAYOUT_GLYPH_PROPS_* values
31862
31863  src/hb-ot-layout-gdef-table.hh | 1 -
31864  src/hb-ot-layout-gsub-table.hh | 3 ++-
31865  src/hb-ot-layout-private.hh    | 7 +++++--
31866  3 files changed, 7 insertions(+), 4 deletions(-)
31867
31868 commit 941b6992042e7b73b3a2aab1448383adf33bef28
31869 Author: Behdad Esfahbod <behdad@behdad.org>
31870 Date:   Thu Oct 17 20:47:33 2013 +0200
31871
31872     [otlayout] Remove unused HB_OT_LAYOUT_GLYPH_PROPS_UNCLASSIFIED
31873
31874  src/hb-ot-layout-gdef-table.hh |  7 +++++--
31875  src/hb-ot-layout-private.hh    | 10 ++++------
31876  2 files changed, 9 insertions(+), 8 deletions(-)
31877
31878 commit 8f9ec92dfce5c469fb85ad301296b5dde1b2ab0a
31879 Author: Behdad Esfahbod <behdad@behdad.org>
31880 Date:   Thu Oct 17 19:52:47 2013 +0200
31881
31882     [indic] Adjust Javanese base algorithm
31883
31884  src/hb-ot-shape-complex-indic.cc | 2 +-
31885  1 file changed, 1 insertion(+), 1 deletion(-)
31886
31887 commit 49901862e36e1c153835877a9f1183729333bbbe
31888 Author: Behdad Esfahbod <behdad@behdad.org>
31889 Date:   Thu Oct 17 19:48:51 2013 +0200
31890
31891     [otlayout] Guard against use of ReverseChain through Context
31892
31893  src/hb-ot-layout-gsub-table.hh | 4 +++-
31894  src/hb-ot-layout.cc            | 4 ++--
31895  2 files changed, 5 insertions(+), 3 deletions(-)
31896
31897 commit 74f4bbf0560a5fd2d295e100e96f0c6c7033e852
31898 Author: Behdad Esfahbod <behdad@behdad.org>
31899 Date:   Thu Oct 17 19:07:53 2013 +0200
31900
31901     [indic] Towards supporting atomicly-encoded prebase-reorderings
31902
31903  src/hb-ot-shape-complex-indic.cc | 65
31904  ++++++++++++++++++++++++----------------
31905  1 file changed, 40 insertions(+), 25 deletions(-)
31906
31907 commit efed40b975110d78c9c505441e7e17a8c13e85c8
31908 Author: Behdad Esfahbod <behdad@behdad.org>
31909 Date:   Thu Oct 17 18:50:11 2013 +0200
31910
31911     [indic] Minor refactoring of reph handling
31912
31913  src/hb-ot-shape-complex-indic.cc | 14 ++++++++------
31914  src/hb-ot-shape-complex-sea.cc   |  2 +-
31915  2 files changed, 9 insertions(+), 7 deletions(-)
31916
31917 commit 684fe59ff858a0ecba71b3ed80378afb0b8bbb48
31918 Author: Behdad Esfahbod <behdad@behdad.org>
31919 Date:   Thu Oct 17 18:30:06 2013 +0200
31920
31921     [indic] Minor refactoring of would_substitute()
31922
31923  src/hb-ot-shape-complex-indic.cc | 19 ++++++++++---------
31924  1 file changed, 10 insertions(+), 9 deletions(-)
31925
31926 commit 321df83fb4f0b8a5310888129cb70bfda8ae0c96
31927 Author: Behdad Esfahbod <behdad@behdad.org>
31928 Date:   Thu Oct 17 18:16:14 2013 +0200
31929
31930     Route Buginese through the SEA shaper
31931
31932     Both Indic and SEA seem to do it just fine, but SEA is much
31933     simpler.
31934
31935  src/hb-ot-shape-complex-private.hh | 4 +---
31936  1 file changed, 1 insertion(+), 3 deletions(-)
31937
31938 commit b5a0f69e47ace468b06e21cf069a18ddcfcf6064
31939 Author: Behdad Esfahbod <behdad@behdad.org>
31940 Date:   Thu Oct 17 18:04:23 2013 +0200
31941
31942     [indic] Pass zero-context=false to would_substitute for newer scripts
31943
31944     For scripts without an old/new spec distinction, use
31945     zero-context=false.
31946     This changes behavior in Sinhala / Khmer, but doesn't seem to regress.
31947     This will be useful and used in Javanese.
31948
31949  src/hb-ot-shape-complex-indic.cc | 35 +++++++++++++++++++----------------
31950  1 file changed, 19 insertions(+), 16 deletions(-)
31951
31952 commit c4e71ff36d1f86a6ea56539728a964d97217e2b6
31953 Author: Behdad Esfahbod <behdad@behdad.org>
31954 Date:   Thu Oct 17 17:04:47 2013 +0200
31955
31956     [indic] Clean up Khmer and Sinhala base finding algorithm
31957
31958  src/hb-ot-shape-complex-indic.cc | 24 +++++++++++-------------
31959  1 file changed, 11 insertions(+), 13 deletions(-)
31960
31961 commit e10453e6fb2544724ccd7ddfdbb9de90ef9274ce
31962 Author: Behdad Esfahbod <behdad@behdad.org>
31963 Date:   Thu Oct 17 16:49:06 2013 +0200
31964
31965     [indic] Add BASE_POS_LAST_SINHALA
31966
31967     Previously we planted this into the mode used for Khmer.  There's not
31968     really much in common between the two, so separate again.
31969
31970  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++++++--
31971  1 file changed, 19 insertions(+), 2 deletions(-)
31972
31973 commit 9ac6b01e0cd8e2d66dfc727157f45b615bc77109
31974 Author: Behdad Esfahbod <behdad@behdad.org>
31975 Date:   Thu Oct 17 16:27:38 2013 +0200
31976
31977     [indic] Adjust Sinhala cluster merging under uniscribe
31978
31979     Similar to 190c8f2b60af0851bf692f653c1604cfbf0561a5 but for
31980     Sinhala.
31981
31982  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++++++++-------
31983  1 file changed, 16 insertions(+), 7 deletions(-)
31984
31985 commit 3c3df9cba13fec2c35e0e7ae587d9699ac0c37f5
31986 Author: Behdad Esfahbod <behdad@behdad.org>
31987 Date:   Thu Oct 17 13:58:31 2013 +0200
31988
31989     [otlayout] Minor
31990
31991  src/hb-ot-layout-gsubgpos-private.hh | 62
31992  +++++++++++++++++++-----------------
31993  1 file changed, 33 insertions(+), 29 deletions(-)
31994
31995 commit 6cc136f7531a45e71ea08a7dc8a2187172cb813d
31996 Author: Behdad Esfahbod <behdad@behdad.org>
31997 Date:   Thu Oct 17 13:55:48 2013 +0200
31998
31999     [otlayout] Minor
32000
32001  src/hb-ot-layout-gsubgpos-private.hh | 14 ++++++--------
32002  1 file changed, 6 insertions(+), 8 deletions(-)
32003
32004 commit ba6ddc421e5e440231c2ece2db1363f8e6d2ecbf
32005 Author: Behdad Esfahbod <behdad@behdad.org>
32006 Date:   Thu Oct 17 13:52:51 2013 +0200
32007
32008     [otlayout] Increase MAX_CONTEXT_LENGTH
32009
32010     It's cheap.
32011
32012  src/hb-ot-layout-common-private.hh | 2 +-
32013  1 file changed, 1 insertion(+), 1 deletion(-)
32014
32015 commit e714fe6d6a2633494cb1fa7170a32ca2638cbb51
32016 Author: Behdad Esfahbod <behdad@behdad.org>
32017 Date:   Thu Oct 17 13:49:51 2013 +0200
32018
32019     [otlayout] Simplify ligate_input()
32020
32021     Shouldn't change behavior at all, but is faster / more robust.
32022
32023  src/hb-ot-layout-gsub-table.hh       | 16 +++++++---------
32024  src/hb-ot-layout-gsubgpos-private.hh | 17 +++++++----------
32025  2 files changed, 14 insertions(+), 19 deletions(-)
32026
32027 commit 6b2abdcd203204131f3017ca85c91de9d43959cd
32028 Author: Behdad Esfahbod <behdad@behdad.org>
32029 Date:   Thu Oct 17 13:15:43 2013 +0200
32030
32031     [indic] Improve clusters in presence of reph
32032
32033  src/hb-ot-shape-complex-indic.cc | 5 +----
32034  1 file changed, 1 insertion(+), 4 deletions(-)
32035
32036 commit 42d0f55cbc68285e22d713df7062e520af708c82
32037 Author: Behdad Esfahbod <behdad@behdad.org>
32038 Date:   Thu Oct 17 13:05:05 2013 +0200
32039
32040     [indic] Apply calt,clig in the same stage as presentation features
32041
32042     Whic means these twp are applied per-syllable now.  Apparently
32043     in some Khmer fonts the clig interacts with presentation features.
32044
32045     Test case: U+1781,U+17D2,U+1789,U+17BB,U+17C6 with Mondulkiri-R.ttf
32046     should produce one big ligature.
32047
32048  src/hb-ot-shape-complex-indic.cc | 4 ++++
32049  1 file changed, 4 insertions(+)
32050
32051 commit ae9a5834df477006686421d494b55a1569789327
32052 Author: Behdad Esfahbod <behdad@behdad.org>
32053 Date:   Thu Oct 17 12:24:55 2013 +0200
32054
32055     [indic] Fix pref vs blwf interaction
32056
32057     If a glyph can be both blwf and pref, we were wrongly sorting it
32058     in the post position instead of below position.
32059
32060  src/hb-ot-shape-complex-indic.cc | 6 +++---
32061  1 file changed, 3 insertions(+), 3 deletions(-)
32062
32063 commit c7dacac02cfe8526eaf131ce6c5e7b6df7ca2ccd
32064 Author: Behdad Esfahbod <behdad@behdad.org>
32065 Date:   Thu Oct 17 12:20:24 2013 +0200
32066
32067     [indic] Don't apply blwf before base under old-spec mode
32068
32069     Test case: U+09AC,U+09CD,U+09A6 with Lohit-Bengali 2.5.3.
32070
32071  src/hb-ot-shape-complex-indic.cc | 3 ++-
32072  1 file changed, 2 insertions(+), 1 deletion(-)
32073
32074 commit da72042c52ed3cc0ee19d3eabb8db7c7dd34d3ed
32075 Author: Behdad Esfahbod <behdad@behdad.org>
32076 Date:   Thu Oct 17 12:01:50 2013 +0200
32077
32078     [otlayout] Fix up recent Context matching change
32079
32080     Commit 6b65a76b40522a4f57a6fedcbdfc5a4d736f1d3c.  "end" was becoming
32081     negative.  Was trigerred by Lohit-Kannada 2.5.3 and the sequence:
32082     U+0CB0,U+200D,U+0CBE,U+0CB7,U+0CCD,U+0C9F,U+0CCD,U+0CB0,U+0C97,U+0CB3
32083     Two glyphs were being duplicated.
32084
32085  src/hb-buffer.cc                     | 7 ++++++-
32086  src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
32087  2 files changed, 8 insertions(+), 2 deletions(-)
32088
32089 commit 1a7de1ba9876b0554c758acbc6459366d9d98a5d
32090 Author: Behdad Esfahbod <behdad@behdad.org>
32091 Date:   Wed Oct 16 19:55:06 2013 +0200
32092
32093     [indic] Improve Avagraha support in machine
32094
32095  src/hb-ot-shape-complex-indic-machine.rl | 6 ++++--
32096  1 file changed, 4 insertions(+), 2 deletions(-)
32097
32098 commit 3756efaf4e14ec3b5b1def700a1b5985f162372b
32099 Author: Behdad Esfahbod <behdad@behdad.org>
32100 Date:   Wed Oct 16 19:06:29 2013 +0200
32101
32102     [indic] Misc harmless fixes!
32103
32104     First, we were abusing OT_VD instead of OT_A.  Fix that
32105     but moving OT_A in the grammar where it belongs (which
32106     is different from what the spec says).
32107
32108     Also, only allow medial consonants after all other
32109     consonants.  This doesn't affect any current character.
32110
32111     Finally, fix Halant attachment in presence of medial
32112     consonants.  Again, this currently doesn't affect any
32113     sequence.
32114
32115     I lied.  There's Gurmukhi U+0A75 which is Consonant_Medial.
32116     Uniscribe allows one of those in each of these positions:
32117     before matras, after matras and before syllable modifiers,
32118     and after syllable modifiers!  We currently just allow
32119     unlimited numbers of it, before matras.
32120
32121  src/hb-ot-shape-complex-indic-machine.rl |  8 ++++----
32122  src/hb-ot-shape-complex-indic-private.hh |  2 +-
32123  src/hb-ot-shape-complex-indic.cc         | 11 ++++++-----
32124  3 files changed, 11 insertions(+), 10 deletions(-)
32125
32126 commit c52ddab72e025d1bee8274c8f3416208b12f68f1
32127 Author: Behdad Esfahbod <behdad@behdad.org>
32128 Date:   Wed Oct 16 13:42:38 2013 +0200
32129
32130     [arabic] Make ZWJ prevent ligatures instead of facilitating it
32131
32132     Unicode 6.2.0 Section 16.2 / Figure 16.3 says:
32133
32134     "For backward compatibility, between Arabic characters a ZWJ acts just
32135     like the sequence <ZWJ, ZWNJ, ZWJ>, preventing a ligature from forming
32136     instead of requesting the use of a ligature that would not normally be
32137     used. As a result, there is no plain text mechanism for requesting the
32138     use of a ligature in Arabic text."
32139
32140     As such, we flip internal zwj to zwnj flags for GSUB matching, which
32141     means it will block ligation in all features, unless the font
32142     explicitly matches U+200D glyph.  This doesn't affect joining
32143     behavior.
32144
32145  src/hb-ot-layout-private.hh       |  6 ++++++
32146  src/hb-ot-shape-complex-arabic.cc | 18 ++++++++++++++++++
32147  2 files changed, 24 insertions(+)
32148
32149 commit 1a31f9f820c4538015ddaf4ca2b790649c5997ed
32150 Author: Behdad Esfahbod <behdad@behdad.org>
32151 Date:   Wed Oct 16 13:42:18 2013 +0200
32152
32153     [otlayout] Minor
32154
32155  src/hb-ot-layout-private.hh | 23 +++++++++++++++--------
32156  1 file changed, 15 insertions(+), 8 deletions(-)
32157
32158 commit 28d5daec948e1a24f13e492ce301aeb9abff37c8
32159 Author: Behdad Esfahbod <behdad@behdad.org>
32160 Date:   Wed Oct 16 12:32:12 2013 +0200
32161
32162     [indic] More granular post-base cluster merging!
32163
32164  src/hb-ot-shape-complex-indic.cc | 45
32165  ++++++++++++++++++++++++++++++++++------
32166  1 file changed, 39 insertions(+), 6 deletions(-)
32167
32168 commit 9cb59d460e80d769087045535a8d54ec9ed7985c
32169 Author: Behdad Esfahbod <behdad@behdad.org>
32170 Date:   Wed Oct 16 11:34:07 2013 +0200
32171
32172     [indic] Fix cluster merging of left matras
32173
32174     The merge_clusters there was totally broken.
32175
32176  src/hb-ot-shape-complex-indic.cc | 2 +-
32177  1 file changed, 1 insertion(+), 1 deletion(-)
32178
32179 commit 190c8f2b60af0851bf692f653c1604cfbf0561a5
32180 Author: Behdad Esfahbod <behdad@behdad.org>
32181 Date:   Wed Oct 16 11:33:18 2013 +0200
32182
32183     [indic] Adjust cluster merging under uniscribe mode for Tamil
32184
32185     Apparently Uniscribe Tamil shaper doesn't ship chubby clusters
32186     for Tamil.  Adjust to that.
32187
32188  src/hb-ot-shape-complex-indic.cc | 4 ++--
32189  1 file changed, 2 insertions(+), 2 deletions(-)
32190
32191 commit 5c558877da5db8c734ba072f01e5e4797876619c
32192 Author: Behdad Esfahbod <behdad@behdad.org>
32193 Date:   Wed Oct 16 11:14:15 2013 +0200
32194
32195     [indic] Allow up to two syllable modifiers
32196
32197     Bug 70509 - Candrabindu+Visarga doesn't work in Devanagari
32198     https://bugs.freedesktop.org/show_bug.cgi?id=70509
32199
32200     We categorize both bindus and visarga as syllable-modifiers.
32201     OT spec doesn't actually say what characters go in the syllable
32202     modifier category, and allows one.  We just allow up to two now.
32203
32204     Test case: U+0930,U+0941,U+0901,U+0903
32205
32206     Uniscribe currently doesn't support that and produces a
32207     dotted circle.
32208
32209  src/hb-ot-shape-complex-indic-machine.rl                                |
32210  2 +-
32211  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt    |
32212  1 +
32213  2 files changed, 2 insertions(+), 1 deletion(-)
32214
32215 commit f5299eff5c0065d6329cd536c0ac339abea085b0
32216 Author: Behdad Esfahbod <behdad@behdad.org>
32217 Date:   Tue Oct 15 18:13:07 2013 +0200
32218
32219     [indic] Simplify reph logic
32220
32221     *Shouldn't* break anything.
32222
32223  src/hb-ot-shape-complex-indic.cc | 11 +++--------
32224  1 file changed, 3 insertions(+), 8 deletions(-)
32225
32226 commit 65a929b1c033e91919c931b495a775f76b6dcbb3
32227 Author: Behdad Esfahbod <behdad@behdad.org>
32228 Date:   Tue Oct 15 18:08:05 2013 +0200
32229
32230     [indic] If Malayalam dot-reph formed a ligature, don't move it
32231
32232     Rachana-0.6 implements dot-reph by ligation, so we shouldn't move it.
32233     Uniscribe doesn't either.  Test case:
32234
32235       U+0D4E,U+0D1A,U+0D4D,U+0D1A,U+0D4D
32236
32237  src/hb-ot-shape-complex-indic.cc                   | 23
32238  ++++++++++++++++------
32239  .../indic/script-malayalam/misc/dot-reph.txt       |  3 +++
32240  2 files changed, 20 insertions(+), 6 deletions(-)
32241
32242 commit a01cbf6cbe0021722302cfb58fb638a0a2427b26
32243 Author: Behdad Esfahbod <behdad@behdad.org>
32244 Date:   Tue Oct 15 16:37:53 2013 +0200
32245
32246     [indic] Harmless reordering of Khmer features!
32247
32248  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
32249  1 file changed, 6 insertions(+), 4 deletions(-)
32250
32251 commit c46f406973024051877e867b93614942ff80c107
32252 Author: Behdad Esfahbod <behdad@behdad.org>
32253 Date:   Tue Oct 15 16:24:21 2013 +0200
32254
32255     [tests] Remove Myanmar micro-font and test
32256
32257  .../sha1sum/ceadd106a8205214fbe7337ef9de32a862b59762.ttf | Bin 3040 ->
32258  0 bytes
32259  test/shaping/tests/context-matching.tests                |   1 -
32260  2 files changed, 1 deletion(-)
32261
32262 commit eb10233b267909dee0245f126000e117f3b21c35
32263 Author: Behdad Esfahbod <behdad@behdad.org>
32264 Date:   Tue Oct 15 15:26:44 2013 +0200
32265
32266     [indic] Apply 'kern' for all scripts except for Khmer in Uniscribe
32267     mode
32268
32269     Seems to better match Uniscribe.
32270
32271     Note: NotoSansTelugu-Regular has kern feature, so this fixes most
32272     of the
32273     positioning failures there, except for the kern pairs blocked by a
32274     (non-)joiner, in which case we (correctly) kern, but Uniscribe
32275     doesn't.
32276
32277  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
32278  1 file changed, 9 insertions(+), 2 deletions(-)
32279
32280 commit 30145272a7d428bc62a903388bd7be43f4da7fc3
32281 Author: Behdad Esfahbod <behdad@behdad.org>
32282 Date:   Tue Oct 15 13:47:27 2013 +0200
32283
32284     [indic] Don't apply presentation features across syllables
32285
32286     More like Uniscribe...  We still allow user-defined features to
32287     work across syllables, but not pres,blws,abs,psts,etc.
32288
32289     This "regressed" Sinhala numbers by 11.  These are cases were
32290     there's Consonant followed by Ra,Halant,ZWJ at the of text.
32291     The Ra,Halant,ZWJ ends up forming reph, which is wrong...
32292     But before we were also ligating that reph with the previous
32293     consonant.  That's even more wrong.  That's also what Uniscribe
32294     does.
32295
32296     Current numbers:
32297
32298     BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
32299     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
32300     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
32301     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
32302     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
32303     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
32304     MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed
32305     (0.0185056%)
32306     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
32307     SINHALA: 271655 out of 271847 tests passed. 192 failed (0.070628%)
32308     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
32309     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
32310
32311  src/hb-ot-shape-complex-indic.cc                    | 21
32312  +++++++++++++++++----
32313  .../shaper-indic/indic/script-sinhala/misc/misc.txt |  1 +
32314  2 files changed, 18 insertions(+), 4 deletions(-)
32315
32316 commit 3c7b3641cfb00f2c4dcc0768b9854e4f4410d15f
32317 Author: Behdad Esfahbod <behdad@behdad.org>
32318 Date:   Tue Oct 15 11:21:01 2013 +0200
32319
32320     [indic] Handle Avagraha
32321
32322     It can come either at the end(ish!) of the syllable, or independently.
32323     When independent, it accepts a few bits and pieces.
32324
32325  src/hb-ot-shape-complex-indic-machine.rl                   |  5 ++++-
32326  src/hb-ot-shape-complex-indic-private.hh                   |  5 +++--
32327  src/hb-ot-shape-complex-indic.cc                           | 14
32328  +++++++++++++-
32329  .../shaper-indic/indic/script-devanagari/misc/misc.txt     |  1 +
32330  .../in-tree/shaper-indic/indic/script-telugu/misc/misc.txt |  1 +
32331  5 files changed, 22 insertions(+), 4 deletions(-)
32332
32333 commit 5e7432b8172473aa4dda3d51a79add9e97c2d2c1
32334 Author: Behdad Esfahbod <behdad@behdad.org>
32335 Date:   Tue Oct 15 12:28:23 2013 +0200
32336
32337     [myanmar] Apply abvm/blwm
32338
32339  src/hb-ot-shape-complex-myanmar.cc | 10 ++++++++++
32340  1 file changed, 10 insertions(+)
32341
32342 commit 8acbb6be271817c12d2ee0066b355e2fb0f9a934
32343 Author: Behdad Esfahbod <behdad@behdad.org>
32344 Date:   Tue Oct 15 12:15:49 2013 +0200
32345
32346     [indic] Some scripts like blwf applied to pre-base characters
32347
32348     ...while some don't!
32349
32350     Improved Bengali, Devanagari, Gurmukhi, Malayalam.
32351
32352     Updated numbers:
32353
32354     BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
32355     DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
32356     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
32357     GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
32358     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
32359     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
32360     MALAYALAM: 1048134 out of 1048334 tests passed. 200 failed
32361     (0.0190779%)
32362     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
32363     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
32364     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
32365     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
32366
32367  src/hb-ot-shape-complex-indic.cc | 33 ++++++++++++++++++++-------------
32368  1 file changed, 20 insertions(+), 13 deletions(-)
32369
32370 commit 2c85a3df0983f28aed77a0ea3bf2417ef65d4b84
32371 Author: Behdad Esfahbod <behdad@behdad.org>
32372 Date:   Mon Oct 14 19:41:52 2013 +0200
32373
32374     Fix issue with automake
32375
32376  test/shaping/Makefile.am | 2 +-
32377  1 file changed, 1 insertion(+), 1 deletion(-)
32378
32379 commit 6b65a76b40522a4f57a6fedcbdfc5a4d736f1d3c
32380 Author: Behdad Esfahbod <behdad@behdad.org>
32381 Date:   Mon Oct 14 18:51:39 2013 +0200
32382
32383     [otlayout] Fix (Chain)Context recursion!
32384
32385     Previously we only supported recursive sublookups with
32386     ascending indices.  We were also not correctly handling
32387     non-1-to-1 recursed lookups.
32388
32389     Fix all that!
32390
32391     Fixes the three tests in test/shaping/tests/context-matching.tests,
32392     which were derived from NotoSansBengali and NotoSansDevanagari
32393     among others.
32394
32395  src/hb-buffer-private.hh             |   4 +
32396  src/hb-buffer.cc                     |  46 ++++++++++
32397  src/hb-ot-layout-common-private.hh   |   1 +
32398  src/hb-ot-layout-gsub-table.hh       |   1 +
32399  src/hb-ot-layout-gsubgpos-private.hh | 157
32400  +++++++++++++++++------------------
32401  5 files changed, 127 insertions(+), 82 deletions(-)
32402
32403 commit 841e20d083aec8d814cd8d90aa6ab60127c0d1f2
32404 Author: Behdad Esfahbod <behdad@behdad.org>
32405 Date:   Mon Oct 14 18:47:51 2013 +0200
32406
32407     Add test suite for shaping results
32408
32409     The new test suite runs tests included under
32410     hb/test/shaping/tests/*.tests, which themselves reference
32411     font files stored by sha1sum under hb/test/shaping/fonts/sha1sum.
32412     The fonts are produced using a subsetter to only include glyphs
32413     needed to run the test.
32414
32415     Four initial tests are added for (Chain)Context matching,
32416     of which three currently fail.
32417
32418  test/shaping/Makefile.am                           |  10 +++++-
32419  .../4cce528e99f600ed9c25a2b69e32eb94a03b4ae8.ttf   | Bin 0 -> 1320 bytes
32420  .../ceadd106a8205214fbe7337ef9de32a862b59762.ttf   | Bin 0 -> 3040 bytes
32421  .../d629e7fedc0b350222d7987345fe61613fa3929a.ttf   | Bin 0 -> 1768 bytes
32422  .../f499fbc23865022234775c43503bba2e63978fe1.ttf   | Bin 0 -> 3564 bytes
32423  test/shaping/run-tests.sh                          |  34
32424  +++++++++++++++++++++
32425  test/shaping/tests/MANIFEST                        |   1 +
32426  test/shaping/tests/context-matching.tests          |   4 +++
32427  8 files changed, 48 insertions(+), 1 deletion(-)
32428
32429 commit e2dab69291a5d86fc90a8c273c458c16574eafb5
32430 Author: Behdad Esfahbod <behdad@behdad.org>
32431 Date:   Mon Oct 14 16:44:44 2013 +0200
32432
32433     Minor
32434
32435  test/shaping/hb_test_tools.py | 2 +-
32436  1 file changed, 1 insertion(+), 1 deletion(-)
32437
32438 commit 4e6e53db5da0a5da87ae732c3f9d01babf4ae6c2
32439 Author: Behdad Esfahbod <behdad@behdad.org>
32440 Date:   Mon Oct 14 13:06:36 2013 +0200
32441
32442     [otlayout] "Minor"
32443
32444  src/hb-ot-layout.cc | 1 +
32445  1 file changed, 1 insertion(+)
32446
32447 commit 9326d48e4309901e7e0b0e15230936a21ee3df72
32448 Author: Behdad Esfahbod <behdad@behdad.org>
32449 Date:   Thu Oct 10 20:04:42 2013 +0200
32450
32451     Don't use g_mapped_file_unref()
32452
32453     Was introduced in glib 2.22.
32454
32455  src/test-buffer-serialize.cc | 2 +-
32456  src/test-size-params.cc      | 2 +-
32457  src/test-would-substitute.cc | 2 +-
32458  src/test.cc                  | 2 +-
32459  util/options.cc              | 4 ++--
32460  5 files changed, 6 insertions(+), 6 deletions(-)
32461
32462 commit e152d1a27891bd1d9d46a9c028c026843bad384a
32463 Author: Behdad Esfahbod <behdad@behdad.org>
32464 Date:   Thu Oct 3 15:09:37 2013 -0400
32465
32466     0.9.22
32467
32468  NEWS         | 13 +++++++++++++
32469  configure.ac |  2 +-
32470  2 files changed, 14 insertions(+), 1 deletion(-)
32471
32472 commit 27674b4bb351e501373bd9994e4ba6546e465cf7
32473 Author: Behdad Esfahbod <behdad@behdad.org>
32474 Date:   Thu Oct 3 14:54:50 2013 -0400
32475
32476     [OTLayout] Protect against out-of-range lookup indices
32477
32478     Filter them out when compiling map.
32479
32480  src/hb-ot-layout.cc | 17 +++++++++++++++++
32481  src/hb-ot-layout.h  |  5 +++++
32482  src/hb-ot-map.cc    |  8 +++++++-
32483  3 files changed, 29 insertions(+), 1 deletion(-)
32484
32485 commit 6b4fdded94b7efb96c6e41cca4350878ed859ff1
32486 Author: Behdad Esfahbod <behdad@behdad.org>
32487 Date:   Mon Sep 30 13:48:19 2013 -0400
32488
32489     Update git.mk
32490
32491  git.mk | 20 +++++++++++++-------
32492  1 file changed, 13 insertions(+), 7 deletions(-)
32493
32494 commit 2a2b5b89ef3a606ba2996bc89fd1c577a6c98f40
32495 Author: M1cha <sigmaepsilon92@gmail.com>
32496 Date:   Mon Sep 30 08:55:52 2013 +0000
32497
32498     Cleanup Android.mk
32499     - use common src files for both static and shared libs
32500     - remove empty LOCAL_SHARED_LIBRARIES
32501
32502  Android.mk | 58
32503  +++++++++++++++++-----------------------------------------
32504  1 file changed, 17 insertions(+), 41 deletions(-)
32505
32506 commit 622bc3d829cab84c3a4148b88f2c91fee491ef39
32507 Merge: 3d2c4f0c d583df1e
32508 Author: Behdad Esfahbod <behdad@behdad.org>
32509 Date:   Sun Sep 29 13:31:58 2013 -0700
32510
32511     Merge pull request #4 from amarullz/master
32512
32513     Add build static library on Android.mk
32514
32515 commit 3d2c4f0c2ff8fab4262988aad65b170e5b479b20
32516 Author: Behdad Esfahbod <behdad@behdad.org>
32517 Date:   Fri Sep 27 17:06:29 2013 -0400
32518
32519     Fix hiding of default_ignorables if font doesn't have space glyph
32520
32521     Based on patch from Jonathan Kew.  See discussion on the list.
32522
32523  src/hb-ot-shape.cc | 40 ++++++++++++++++++++++++++++++----------
32524  1 file changed, 30 insertions(+), 10 deletions(-)
32525
32526 commit d583df1e78003f8f1039ad72331bf877b13d1ae5
32527 Author: Ahmad Amarullah <support@amarullz.com>
32528 Date:   Fri Sep 27 19:04:32 2013 +0700
32529
32530     Add build static library on Android.mk
32531
32532     Use UCDN instead ICU
32533     HAVE Freetype
32534
32535  Android.mk | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
32536  1 file changed, 50 insertions(+)
32537
32538 commit 078de49ca10285f6cd1452abd40f831a17af5d1a
32539 Author: Behdad Esfahbod <behdad@behdad.org>
32540 Date:   Thu Sep 26 18:26:43 2013 -0400
32541
32542     [util] Don't use g_array_unref()
32543
32544     Was introduced in glib 2.22.
32545
32546  util/view-cairo.hh | 2 +-
32547  1 file changed, 1 insertion(+), 1 deletion(-)
32548
32549 commit 48360ec03b225dfec5f90bc5cb93122203d2dd6b
32550 Author: Behdad Esfahbod <behdad@behdad.org>
32551 Date:   Thu Sep 26 16:48:42 2013 -0400
32552
32553     Bug 68990 - test-common fails on i686-linux
32554
32555     Fix use-after-end-of-scope.
32556
32557  src/hb-common.cc | 6 ++++--
32558  1 file changed, 4 insertions(+), 2 deletions(-)
32559
32560 commit b61f97d544ce43d85f5fe93e682c324e042c0770
32561 Author: Behdad Esfahbod <behdad@behdad.org>
32562 Date:   Mon Sep 16 22:07:22 2013 -0400
32563
32564     0.9.21
32565
32566  NEWS         | 12 ++++++++++++
32567  configure.ac |  2 +-
32568  2 files changed, 13 insertions(+), 1 deletion(-)
32569
32570 commit 2af826296315d89f3a433952903c5968e56044ea
32571 Author: Behdad Esfahbod <behdad@behdad.org>
32572 Date:   Mon Sep 16 21:49:56 2013 -0400
32573
32574     Improve library checks
32575
32576  src/Makefile.am      |  1 +
32577  src/check-defs.sh    | 44 ++++++++++++++++++++++++++++++++++++++++++++
32578  src/check-symbols.sh | 37 ++++++++++++-------------------------
32579  3 files changed, 57 insertions(+), 25 deletions(-)
32580
32581 commit 882edce48e507a1c76c908ec2db04aac218b67d6
32582 Author: Behdad Esfahbod <behdad@behdad.org>
32583 Date:   Fri Sep 13 20:36:43 2013 -0400
32584
32585     [graphite2] Fix include
32586
32587  src/hb-graphite2.cc | 5 ++---
32588  src/hb-graphite2.h  | 2 ++
32589  2 files changed, 4 insertions(+), 3 deletions(-)
32590
32591 commit ace5c7eb4c2302a6a7eb3576e6dbc3bc026e569c
32592 Author: Behdad Esfahbod <behdad@behdad.org>
32593 Date:   Fri Sep 13 20:34:42 2013 -0400
32594
32595     [introspection] hb-ft annotations
32596
32597  src/hb-face.cc |  2 +-
32598  src/hb-ft.cc   | 30 +++++++++++++++++++++++++++++-
32599  2 files changed, 30 insertions(+), 2 deletions(-)
32600
32601 commit a8949df48780e680e03b9afbbafb3628a0acef52
32602 Author: Behdad Esfahbod <behdad@behdad.org>
32603 Date:   Fri Sep 13 20:23:51 2013 -0400
32604
32605     [introspection] Annotate Unicode / font callbacks
32606
32607     Should move these out of the public header...
32608
32609     We're "clean" of introspection warnings now.  Remaining ones are about
32610     graphite2 / freetype types not being introspectable.
32611
32612  src/hb-blob.cc   |   4 +-
32613  src/hb-face.cc   |   2 +-
32614  src/hb-font.cc   |   4 +-
32615  src/hb-font.h    | 132
32616  +++++++++++++++++++++++++++++++++++++++++++++++++++++--
32617  src/hb-unicode.h | 106 ++++++++++++++++++++++++++++++++++++++++----
32618  5 files changed, 231 insertions(+), 17 deletions(-)
32619
32620 commit 4b011094d5e90cf93df2891e47aeab1bffad5bbf
32621 Author: Behdad Esfahbod <behdad@behdad.org>
32622 Date:   Fri Sep 13 20:17:42 2013 -0400
32623
32624     Move code around
32625
32626     I believe I didn't break anything...
32627
32628  src/hb-ot-shape.cc | 22 +++++++++++-----------
32629  1 file changed, 11 insertions(+), 11 deletions(-)
32630
32631 commit 4878db218202ed804c9f76edb7e4aa220de8a8d8
32632 Author: Behdad Esfahbod <behdad@behdad.org>
32633 Date:   Thu Sep 12 20:56:32 2013 -0400
32634
32635     Remove contrib/ Python hand-coded binding stuff
32636
32637     gobject-introspection coming together.
32638
32639  contrib/README                    |   2 -
32640  contrib/python/README             |  10 --
32641  contrib/python/lib/fontconfig.pyx |  47 ---------
32642  contrib/python/lib/harfbuzz.pyx   | 213
32643  --------------------------------------
32644  contrib/python/scripts/hbtestfont | 116 ---------------------
32645  contrib/python/setup.py           |  39 -------
32646  6 files changed, 427 deletions(-)
32647
32648 commit e478ebe4d3f74dc271ffe88680fd29f6b1924c93
32649 Author: Behdad Esfahbod <behdad@behdad.org>
32650 Date:   Thu Sep 12 20:53:07 2013 -0400
32651
32652     [introspection] Add sample.py
32653
32654  src/sample.py | 13 +++++++++++++
32655  1 file changed, 13 insertions(+)
32656
32657 commit dfdbe7f932daffcf73911ff4e4a36f749164d960
32658 Author: Behdad Esfahbod <behdad@behdad.org>
32659 Date:   Thu Sep 12 20:52:20 2013 -0400
32660
32661     [introspection] Make hb_blob_create() introspectable
32662
32663  src/Makefile.am | 2 ++
32664  src/hb-blob.cc  | 2 +-
32665  2 files changed, 3 insertions(+), 1 deletion(-)
32666
32667 commit 085d4291a9f253a4b8e2eec8003ac11d02a9394f
32668 Author: Behdad Esfahbod <behdad@behdad.org>
32669 Date:   Thu Sep 12 17:14:33 2013 -0400
32670
32671     [introspection] Disable constructors for now
32672
32673     Since our types are not associated with their methods, marking
32674     constructors makes them inaccessible from bindings.  Undo for now.
32675
32676  src/hb-blob.cc       | 2 +-
32677  src/hb-buffer.cc     | 2 +-
32678  src/hb-face.cc       | 2 +-
32679  src/hb-font.cc       | 4 ++--
32680  src/hb-set.cc        | 2 +-
32681  src/hb-shape-plan.cc | 2 +-
32682  src/hb-unicode.cc    | 2 +-
32683  7 files changed, 8 insertions(+), 8 deletions(-)
32684
32685 commit 6c48f20eea22c6e686416ab4ec8388be3e8cd0b5
32686 Author: Behdad Esfahbod <behdad@behdad.org>
32687 Date:   Mon Sep 9 15:43:10 2013 -0400
32688
32689     [otlayout] Add structs for JSTF table
32690
32691  src/Makefile.am                |   1 +
32692  src/hb-ot-head-table.hh        |   2 +-
32693  src/hb-ot-hhea-table.hh        |   2 +-
32694  src/hb-ot-hmtx-table.hh        |   2 +-
32695  src/hb-ot-layout-gdef-table.hh |   2 +-
32696  src/hb-ot-layout-gpos-table.hh |   2 +-
32697  src/hb-ot-layout-gsub-table.hh |   2 +-
32698  src/hb-ot-layout-jstf-table.hh | 229
32699  +++++++++++++++++++++++++++++++++++++++++
32700  src/hb-ot-layout.cc            |   1 +
32701  src/hb-ot-layout.h             |   1 +
32702  src/hb-ot-maxp-table.hh        |   2 +-
32703  src/hb-ot-name-table.hh        |   2 +-
32704  src/main.cc                    |   2 +-
32705  13 files changed, 241 insertions(+), 9 deletions(-)
32706
32707 commit 70303cf23b22647bf641be22c8650310128322a9
32708 Author: Behdad Esfahbod <behdad@behdad.org>
32709 Date:   Fri Sep 6 17:35:57 2013 -0400
32710
32711     [docs/introspection] Some more annotations
32712
32713  src/hb-common.cc    | 151
32714  ++++++++++++++++++++++++++++++++++++++++++++++++++--
32715  src/hb-font.cc      |  16 +++---
32716  src/hb-version.h.in |  19 -------
32717  3 files changed, 155 insertions(+), 31 deletions(-)
32718
32719 commit 288f2899979bcc9e68f8115cb76e3271ed0e17bc
32720 Author: Behdad Esfahbod <behdad@behdad.org>
32721 Date:   Fri Sep 6 15:40:22 2013 -0400
32722
32723     [docs/introspection] More annotations
32724
32725  src/hb-blob.cc             |  63 +++---
32726  src/hb-buffer-serialize.cc |  63 ++++++
32727  src/hb-buffer.cc           | 307 ++++++++++++++++++++++++++-
32728  src/hb-face.cc             | 171 +++++++++++++++
32729  src/hb-font-private.hh     |   4 +-
32730  src/hb-font.cc             | 504
32731  ++++++++++++++++++++++++++++++++++++++++++++-
32732  src/hb-set.cc              |   2 +-
32733  src/hb-shape-plan.cc       | 104 ++++++++++
32734  src/hb-shape.cc            |  56 +++++
32735  src/hb-unicode.cc          | 128 ++++++++++++
32736  10 files changed, 1355 insertions(+), 47 deletions(-)
32737
32738 commit 17905c54f1bab9e6dfe13f59f5ec208de12832f7
32739 Author: Behdad Esfahbod <behdad@behdad.org>
32740 Date:   Fri Sep 6 16:57:01 2013 -0400
32741
32742     [introspection] Work around g-i limitation with hb_language_t
32743
32744  src/hb-gobject-structs.cc | 15 +++++++++++----
32745  src/hb-gobject-structs.h  |  8 ++++++++
32746  2 files changed, 19 insertions(+), 4 deletions(-)
32747
32748 commit cd361c3cbe4a288e3019b9a029f44e4c5f24436c
32749 Author: Behdad Esfahbod <behdad@behdad.org>
32750 Date:   Fri Sep 6 16:20:21 2013 -0400
32751
32752     Minor change to hb_language_t
32753
32754     Let me know if this breaks anyone's anything.
32755
32756  src/hb-common.cc | 2 +-
32757  src/hb-common.h  | 2 +-
32758  2 files changed, 2 insertions(+), 2 deletions(-)
32759
32760 commit 20cbc1f8eb0811e6cefa3be3550e80df9c372782
32761 Author: Behdad Esfahbod <behdad@behdad.org>
32762 Date:   Fri Sep 6 15:29:22 2013 -0400
32763
32764     Annotate hb-set a bit; add HB_SET_VALUE_INVALID
32765
32766  src/hb-set-private.hh |  20 +++--
32767  src/hb-set.cc         | 244
32768  ++++++++++++++++++++++++++++++++++++++++++++++++++
32769  src/hb-set.h          |   2 +
32770  src/hb-version.h.in   |   6 +-
32771  test/api/test-set.c   |  26 +++---
32772  5 files changed, 276 insertions(+), 22 deletions(-)
32773
32774 commit c44b81833d5bfb9a926d348a76463314c3ec2018
32775 Author: Behdad Esfahbod <behdad@behdad.org>
32776 Date:   Fri Sep 6 15:13:16 2013 -0400
32777
32778     Whitespace
32779
32780  src/hb-buffer.cc | 12 ++++++------
32781  1 file changed, 6 insertions(+), 6 deletions(-)
32782
32783 commit ae9dc717d37d58efdd3fabbe4a9c3c2bf9dc3568
32784 Author: Behdad Esfahbod <behdad@behdad.org>
32785 Date:   Thu Sep 5 16:40:37 2013 -0400
32786
32787     [gtk-doc] Pass source files to gtk-doc
32788
32789  docs/reference/Makefile.am | 3 +--
32790  1 file changed, 1 insertion(+), 2 deletions(-)
32791
32792 commit 5f512017ba615ba6ac8e5da2ea0c57a72db2c26b
32793 Author: Behdad Esfahbod <behdad@behdad.org>
32794 Date:   Wed Sep 4 18:28:39 2013 -0400
32795
32796     [docs] Document a few symbols
32797
32798  src/hb-blob.cc      | 160
32799  +++++++++++++++++++++++++++++++++++++++++++++++++++-
32800  src/hb-buffer.cc    |  78 ++++++++++++++++++++++++-
32801  src/hb-version.h.in |  17 ++++++
32802  3 files changed, 251 insertions(+), 4 deletions(-)
32803
32804 commit e0dbf99b4497be305d689a528282fd37214e7f1c
32805 Author: Behdad Esfahbod <behdad@behdad.org>
32806 Date:   Thu Sep 5 16:00:47 2013 -0400
32807
32808     [introspection] Pass source files to scanner
32809
32810  src/Makefile.am | 3 +--
32811  1 file changed, 1 insertion(+), 2 deletions(-)
32812
32813 commit 5a5350b39b81e0128d36ebc81307a6d698a4dc50
32814 Author: Behdad Esfahbod <behdad@behdad.org>
32815 Date:   Tue Sep 3 20:11:01 2013 -0400
32816
32817     Revert "Round when scaling values"
32818
32819     This reverts commit 10f964623f003c70f6bdd33423420abda3820ce0.
32820
32821     See discussion with Khaled Hosny on mailing list.  In short, since
32822     integers here can be negative, and int division is "round towards
32823     zero", proper rounding should take sign into account.  Just skip
32824     doing it again, has been serving us well before.
32825
32826  TODO                   | 2 ++
32827  src/hb-font-private.hh | 6 +-----
32828  2 files changed, 3 insertions(+), 5 deletions(-)
32829
32830 commit 74ff41c3a573bdf74b60623065eb92a49f055893
32831 Author: Behdad Esfahbod <behdad@behdad.org>
32832 Date:   Tue Sep 3 20:09:14 2013 -0400
32833
32834     Minor
32835
32836  Makefile.am | 2 ++
32837  1 file changed, 2 insertions(+)
32838
32839 commit 63dd4b0ac2076fe9cc3dfe5d31ef3616d4ed01e5
32840 Author: Behdad Esfahbod <behdad@behdad.org>
32841 Date:   Tue Sep 3 20:01:40 2013 -0400
32842
32843     [gtk-doc] Remove hack for deleting tmpl/
32844
32845     This was introduced in 029f46bde7e39094d3decb46525e91a97c5cc02c
32846     and was in fact a bug in gtk-doc master:
32847
32848       https://bugzilla.gnome.org/show_bug.cgi?id=707426
32849
32850  docs/reference/Makefile.am | 5 -----
32851  1 file changed, 5 deletions(-)
32852
32853 commit 213001aa99003422199245e96878f9fe348c55b4
32854 Author: Behdad Esfahbod <behdad@behdad.org>
32855 Date:   Tue Sep 3 20:00:16 2013 -0400
32856
32857     [build] Fix EXTRA_DIST
32858
32859     I was under the impression that EXTRA_DISTs will happen regardless of
32860     automake conditionals.  Apparently I was wrong.
32861
32862  src/Makefile.am | 12 ++++++------
32863  1 file changed, 6 insertions(+), 6 deletions(-)
32864
32865 commit 1e994a8fcc94dfea42a6cbfe23a401142d79a1a6
32866 Author: Behdad Esfahbod <behdad@behdad.org>
32867 Date:   Tue Sep 3 18:11:47 2013 -0400
32868
32869     [gtk-doc] Copy makefile
32870
32871  autogen.sh | 2 +-
32872  1 file changed, 1 insertion(+), 1 deletion(-)
32873
32874 commit 81a007ffad683e53f12093a0c9e30112106f415d
32875 Author: Behdad Esfahbod <behdad@behdad.org>
32876 Date:   Fri Aug 30 19:45:13 2013 -0400
32877
32878     [TODO] Update
32879
32880  TODO | 6 ++----
32881  1 file changed, 2 insertions(+), 4 deletions(-)
32882
32883 commit a2a28235e8131a1e1d4b8c3d0933df5cf056bbc6
32884 Author: Behdad Esfahbod <behdad@behdad.org>
32885 Date:   Fri Aug 30 19:38:47 2013 -0400
32886
32887     [gtk-doc] Generate version.xml from configure
32888
32889     Even though this is not what autoconf recommends, it reduces doc
32890     rebuilds when version doesn't change but configure changes.
32891
32892  configure.ac                  |  1 +
32893  docs/reference/Makefile.am    | 11 +++--------
32894  docs/reference/version.xml.in |  1 +
32895  3 files changed, 5 insertions(+), 8 deletions(-)
32896
32897 commit ac1b723917d9b8f247a350f8d3e1bc5d1e472073
32898 Author: Behdad Esfahbod <behdad@behdad.org>
32899 Date:   Fri Aug 30 19:32:10 2013 -0400
32900
32901     Remove hb-old and hb-icu-le test shapers
32902
32903     They've been disabled for a while and no one cared.  We're past
32904     the point to need them for testing, and if we ever need to
32905     resurrect them again, well, they're in git graveyard somewhere.
32906
32907  configure.ac                           |   23 +-
32908  src/Makefile.am                        |   28 +-
32909  src/hb-icu-le.cc                       |  265 --
32910  src/hb-icu-le/COPYING                  |    2 -
32911  src/hb-icu-le/FontTableCache.cpp       |   91 -
32912  src/hb-icu-le/FontTableCache.h         |   48 -
32913  src/hb-icu-le/Makefile.am              |   25 -
32914  src/hb-icu-le/PortableFontInstance.cpp |  275 --
32915  src/hb-icu-le/PortableFontInstance.h   |  119 -
32916  src/hb-icu-le/README                   |    3 -
32917  src/hb-icu-le/cmaps.cpp                |  200 --
32918  src/hb-icu-le/cmaps.h                  |   87 -
32919  src/hb-icu-le/letest.h                 |   63 -
32920  src/hb-icu-le/license.html             |   51 -
32921  src/hb-icu-le/sfnt.h                   |  453 ---
32922  src/hb-old.cc                          |  410 ---
32923  src/hb-old/COPYING                     |   24 -
32924  src/hb-old/Makefile.am                 |   56 -
32925  src/hb-old/README                      |    7 -
32926  src/hb-old/harfbuzz-arabic.c           | 1150 ------
32927  src/hb-old/harfbuzz-buffer-private.h   |  107 -
32928  src/hb-old/harfbuzz-buffer.c           |  383 --
32929  src/hb-old/harfbuzz-buffer.h           |  102 -
32930  src/hb-old/harfbuzz-external.h         |  106 -
32931  src/hb-old/harfbuzz-gdef-private.h     |  135 -
32932  src/hb-old/harfbuzz-gdef.c             | 1163 ------
32933  src/hb-old/harfbuzz-gdef.h             |  140 -
32934  src/hb-old/harfbuzz-global.h           |  125 -
32935  src/hb-old/harfbuzz-gpos-private.h     |  729 ----
32936  src/hb-old/harfbuzz-gpos.c             | 6094
32937  --------------------------------
32938  src/hb-old/harfbuzz-gpos.h             |  155 -
32939  src/hb-old/harfbuzz-greek.c            |  447 ---
32940  src/hb-old/harfbuzz-gsub-private.h     |  483 ---
32941  src/hb-old/harfbuzz-gsub.c             | 4329 -----------------------
32942  src/hb-old/harfbuzz-gsub.h             |  148 -
32943  src/hb-old/harfbuzz-hangul.c           |  268 --
32944  src/hb-old/harfbuzz-hebrew.c           |  187 -
32945  src/hb-old/harfbuzz-impl.c             |   84 -
32946  src/hb-old/harfbuzz-impl.h             |  135 -
32947  src/hb-old/harfbuzz-indic.cpp          | 1868 ----------
32948  src/hb-old/harfbuzz-khmer.c            |  642 ----
32949  src/hb-old/harfbuzz-myanmar.c          |  511 ---
32950  src/hb-old/harfbuzz-open-private.h     |  102 -
32951  src/hb-old/harfbuzz-open.c             | 1433 --------
32952  src/hb-old/harfbuzz-open.h             |  288 --
32953  src/hb-old/harfbuzz-shaper-all.cpp     |   37 -
32954  src/hb-old/harfbuzz-shaper-private.h   |  159 -
32955  src/hb-old/harfbuzz-shaper.cpp         |  996 ------
32956  src/hb-old/harfbuzz-shaper.h           |  265 --
32957  src/hb-old/harfbuzz-stream-private.h   |   81 -
32958  src/hb-old/harfbuzz-stream.c           |  114 -
32959  src/hb-old/harfbuzz-stream.h           |   51 -
32960  src/hb-old/harfbuzz-tibetan.c          |  249 --
32961  src/hb-old/harfbuzz.h                  |   38 -
32962  54 files changed, 2 insertions(+), 25532 deletions(-)
32963
32964 commit b94243d6a9457864ad8ef3ad47ad01985b138862
32965 Author: Behdad Esfahbod <behdad@behdad.org>
32966 Date:   Fri Aug 30 18:41:33 2013 -0400
32967
32968     [g-i] Rename library from harfbuzz to HarfBuzz
32969
32970  src/Makefile.am | 12 ++++++------
32971  1 file changed, 6 insertions(+), 6 deletions(-)
32972
32973 commit f730b5d1e2369762952481f1a2d3db26a2b48015
32974 Author: Behdad Esfahbod <behdad@behdad.org>
32975 Date:   Thu Aug 29 15:53:33 2013 -0400
32976
32977     0.9.20
32978
32979  NEWS         | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
32980  configure.ac |  2 +-
32981  2 files changed, 49 insertions(+), 1 deletion(-)
32982
32983 commit b0e03508bad04d7dcf2c50ac81f6261425b34c5f
32984 Author: Behdad Esfahbod <behdad@behdad.org>
32985 Date:   Thu Aug 29 15:56:32 2013 -0400
32986
32987     Dist with gobject and introspection enabled
32988
32989  Makefile.am | 2 ++
32990  1 file changed, 2 insertions(+)
32991
32992 commit e4ce6745e15eab33ed693874e7a56981f4d6f79a
32993 Author: Behdad Esfahbod <behdad@behdad.org>
32994 Date:   Thu Aug 29 15:56:16 2013 -0400
32995
32996     [gtk-doc] Fix build without gobject
32997
32998  docs/reference/Makefile.am | 2 +-
32999  1 file changed, 1 insertion(+), 1 deletion(-)
33000
33001 commit 263372f15ffdf4c0e4386133f64ff389ba73de33
33002 Author: Behdad Esfahbod <behdad@behdad.org>
33003 Date:   Wed Aug 28 13:43:54 2013 -0400
33004
33005     Remove gtk-doc.make
33006
33007     It's copied by gtk-docize.
33008
33009  gtk-doc.make | 302
33010  -----------------------------------------------------------
33011  1 file changed, 302 deletions(-)
33012
33013 commit 79d754efeef89543d51775b110e8bd49cf7e699b
33014 Author: Behdad Esfahbod <behdad@behdad.org>
33015 Date:   Wed Aug 28 13:43:35 2013 -0400
33016
33017     Fix build
33018
33019  configure.ac | 2 +-
33020  1 file changed, 1 insertion(+), 1 deletion(-)
33021
33022 commit 71ef22b04d466803076af1da6763fecab95ce5bb
33023 Author: Behdad Esfahbod <behdad@behdad.org>
33024 Date:   Wed Aug 28 12:52:55 2013 -0400
33025
33026     Turn hb-gobject, and introspection off by default
33027
33028     Also enable bootstrapping without them.
33029
33030  configure.ac    | 39 ++++++++++++++++++++++++++++++++++-----
33031  src/Makefile.am |  5 +++--
33032  2 files changed, 37 insertions(+), 7 deletions(-)
33033
33034 commit d8f507099b9ae5f0c643fb8dddbb069df6f62a94
33035 Author: Behdad Esfahbod <behdad@behdad.org>
33036 Date:   Mon Aug 26 21:26:24 2013 -0400
33037
33038     Hookup harfbuzz-gobject to introspection
33039
33040  src/Makefile.am | 16 +++++++++++++---
33041  1 file changed, 13 insertions(+), 3 deletions(-)
33042
33043 commit 71439a8c7ae9df25193bc3ad0f203117d2884a19
33044 Author: Behdad Esfahbod <behdad@behdad.org>
33045 Date:   Mon Aug 26 20:56:58 2013 -0400
33046
33047     [gobject] Flesh out hb-gobject
33048
33049     Move it to new harfbuzz-gobject library.  Implement enums and
33050     boxed types for object-types.  Still have to do boxed types for
33051     value types.
33052
33053  configure.ac                         | 12 ++++-
33054  docs/reference/Makefile.am           | 12 ++++-
33055  docs/reference/harfbuzz-docs.xml     |  3 ++
33056  docs/reference/harfbuzz-sections.txt | 48 +++++++++++++++++++-
33057  src/Makefile.am                      | 48 +++++++++++++-------
33058  src/harfbuzz-gobject.pc.in           | 12 +++++
33059  src/hb-gobject-enums.cc.tmpl         | 11 +++--
33060  src/hb-gobject-enums.h.tmpl          | 55 +++++++++++++++++++++++
33061  src/hb-gobject-structs.cc            | 84
33062  +++++++++++++++++++++++++++-------
33063  src/hb-gobject-structs.h             | 87
33064  ++++++++++++++++++++++++++++++++++++
33065  src/hb-gobject.h                     | 38 ++--------------
33066  11 files changed, 333 insertions(+), 77 deletions(-)
33067
33068 commit 23027f7611b53b594e4b4008e916e42b5154f6ac
33069 Author: Behdad Esfahbod <behdad@behdad.org>
33070 Date:   Thu Aug 22 19:03:21 2013 -0400
33071
33072     [introspection] Enable gobject-introspection again
33073
33074  configure.ac    |  7 ++++---
33075  src/Makefile.am | 49 ++++++++++++++++++++++++++++---------------------
33076  2 files changed, 32 insertions(+), 24 deletions(-)
33077
33078 commit 757a7a9018577dcc399be03dc45a59589585d2fb
33079 Author: Behdad Esfahbod <behdad@behdad.org>
33080 Date:   Wed Aug 28 12:35:13 2013 -0400
33081
33082     [uniscribe] Fixed build with wide chars
33083
33084     https://github.com/blinkseb/harfbuzz/commit/f65dafa4138e1fb4395bf646fa33bb01a86a7e9a
33085
33086  src/hb-uniscribe.cc | 2 +-
33087  1 file changed, 1 insertion(+), 1 deletion(-)
33088
33089 commit 4dc798de19c767b91fd3025c85593fa6809d1340
33090 Author: Behdad Esfahbod <behdad@behdad.org>
33091 Date:   Mon Aug 26 20:39:00 2013 -0400
33092
33093     Add hb-deprecated.h, and rename a couple enum values
33094
33095     Add deprecated alias for old name.
33096
33097  src/Makefile.am              |  1 +
33098  src/hb-buffer.cc             |  4 ++--
33099  src/hb-buffer.h              |  8 +++----
33100  src/hb-common.h              |  5 -----
33101  src/hb-deprecated.h          | 51
33102  ++++++++++++++++++++++++++++++++++++++++++++
33103  src/hb.h                     |  1 +
33104  src/test-buffer-serialize.cc |  2 +-
33105  test/api/test-buffer.c       |  2 +-
33106  util/Makefile.am             |  1 +
33107  util/hb-shape.cc             |  2 +-
33108  util/options.hh              |  2 +-
33109  11 files changed, 64 insertions(+), 15 deletions(-)
33110
33111 commit 2e3a07abdf97b0ad2105c3a52f3ff0e0b60b29c4
33112 Author: Behdad Esfahbod <behdad@behdad.org>
33113 Date:   Mon Aug 26 18:49:07 2013 -0400
33114
33115     Separate face source code from font
33116
33117     Makes documentation / introspection easier.
33118
33119  Android.mk                           |   1 +
33120  docs/reference/harfbuzz-docs.xml     |   1 +
33121  docs/reference/harfbuzz-sections.txt |   6 +-
33122  src/Makefile.am                      |   3 +
33123  src/hb-face-private.hh               | 108 ++++++++++++
33124  src/hb-face.cc                       | 311
33125  +++++++++++++++++++++++++++++++++++
33126  src/hb-face.h                        | 117 +++++++++++++
33127  src/hb-font-private.hh               |  67 +-------
33128  src/hb-font.cc                       | 269 ------------------------------
33129  src/hb-font.h                        |  75 +--------
33130  src/hb.h                             |   1 +
33131  11 files changed, 549 insertions(+), 410 deletions(-)
33132
33133 commit d3490761e11ae308fbd8aaf02059653f579035c5
33134 Author: Behdad Esfahbod <behdad@behdad.org>
33135 Date:   Mon Aug 26 21:15:29 2013 -0400
33136
33137     Improve check-includes.sh
33138
33139  src/check-includes.sh | 10 ++++++----
33140  1 file changed, 6 insertions(+), 4 deletions(-)
33141
33142 commit 381f2fb5e664715d67ffc9a234b0fd8aa540fada
33143 Author: Behdad Esfahbod <behdad@behdad.org>
33144 Date:   Mon Aug 26 19:20:38 2013 -0400
33145
33146     Minor
33147
33148  docs/reference/Makefile.am | 2 +-
33149  1 file changed, 1 insertion(+), 1 deletion(-)
33150
33151 commit ac1f09b53e2c5d14c874e4d9f1b25b03ea1d1c44
33152 Author: Behdad Esfahbod <behdad@behdad.org>
33153 Date:   Mon Aug 26 18:50:12 2013 -0400
33154
33155     [gtk-doc] Fix maintainer-clean rule
33156
33157  docs/reference/Makefile.am | 4 +++-
33158  1 file changed, 3 insertions(+), 1 deletion(-)
33159
33160 commit 38b8b40526a85f33521542e24d1e0c82588efc85
33161 Author: Behdad Esfahbod <behdad@behdad.org>
33162 Date:   Tue Aug 27 11:44:09 2013 -0400
33163
33164     Fix possible snprintf OOM
33165
33166     https://bugzilla.redhat.com/show_bug.cgi?id=1001645
33167
33168  src/hb-buffer-serialize.cc | 14 +++++++-------
33169  src/hb-font-private.hh     |  3 ++-
33170  src/hb-shape.cc            |  6 +++---
33171  3 files changed, 12 insertions(+), 11 deletions(-)
33172
33173 commit d22548c0e362cc9447557440af9ecbb11badfa78
33174 Author: Behdad Esfahbod <behdad@behdad.org>
33175 Date:   Mon Aug 26 18:46:21 2013 -0400
33176
33177     [check-*] Minor
33178
33179  src/check-c-linkage-decls.sh | 4 ++--
33180  src/check-header-guards.sh   | 4 ++--
33181  src/check-includes.sh        | 4 ++--
33182  3 files changed, 6 insertions(+), 6 deletions(-)
33183
33184 commit 029f46bde7e39094d3decb46525e91a97c5cc02c
33185 Author: Behdad Esfahbod <behdad@behdad.org>
33186 Date:   Mon Aug 26 18:11:07 2013 -0400
33187
33188     [gtk-doc] Remove tmpl in make maintainer-clean
33189
33190  docs/reference/Makefile.am | 3 +++
33191  1 file changed, 3 insertions(+)
33192
33193 commit dddf990c3687a47297eafc82b54fa96842e68003
33194 Author: Behdad Esfahbod <behdad@behdad.org>
33195 Date:   Mon Aug 26 17:58:25 2013 -0400
33196
33197     [git.mk] Update
33198
33199  git.mk | 17 +++++++++++++----
33200  1 file changed, 13 insertions(+), 4 deletions(-)
33201
33202 commit 700a15fe4b80da9c67befd85ae10a166f5b65962
33203 Author: Behdad Esfahbod <behdad@behdad.org>
33204 Date:   Mon Aug 26 17:49:36 2013 -0400
33205
33206     Add HB_DISABLE_DEPRECATED
33207
33208     That moment that you have to accept that you made API mistakes...
33209
33210  docs/reference/Makefile.am           | 2 +-
33211  docs/reference/harfbuzz-sections.txt | 8 +++++---
33212  src/hb-common.h                      | 4 +++-
33213  3 files changed, 9 insertions(+), 5 deletions(-)
33214
33215 commit ddc456a519a9a59e96f9d7fcad988369e0a8842b
33216 Author: Behdad Esfahbod <behdad@behdad.org>
33217 Date:   Mon Aug 26 17:34:18 2013 -0400
33218
33219     [travis] Add graphite2
33220
33221  .travis.yml | 1 +
33222  1 file changed, 1 insertion(+)
33223
33224 commit f7c72b42efb8d42859023659fd2e3d589523436d
33225 Author: Anthony Carrico <acarrico@memebeam.org>
33226 Date:   Sun Feb 24 13:00:33 2013 -0500
33227
33228     [gtk-doc] Initial setup
33229
33230     Initial setup of gtk-doc. Straight forward setup following the gtk-doc
33231     instructions. Ignore some troublesome types in src/hb-gobject.h. To
33232     build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in
33233     harfbuzz/docs/reference/html/index.html.
33234
33235  .travis.yml                           |  10 +-
33236  Makefile.am                           |   7 +-
33237  autogen.sh                            |   7 +
33238  configure.ac                          |   7 +-
33239  docs/Makefile.am                      |   1 +
33240  docs/reference/Makefile.am            | 109 +++++++++
33241  docs/reference/harfbuzz-docs.xml      |  61 +++++
33242  docs/reference/harfbuzz-overrides.txt |   0
33243  docs/reference/harfbuzz-sections.txt  | 431
33244  ++++++++++++++++++++++++++++++++++
33245  gtk-doc.make                          | 302 ++++++++++++++++++++++++
33246  src/Makefile.am                       |   2 +-
33247  src/hb-gobject.h                      |   3 +-
33248  12 files changed, 931 insertions(+), 9 deletions(-)
33249
33250 commit 3409fb1c767118067cf7edfb97068936b6f4b717
33251 Author: Behdad Esfahbod <behdad@behdad.org>
33252 Date:   Wed Aug 21 17:22:21 2013 -0400
33253
33254     [uniscribe] Ask Uniscribe to return shaping results in logical order
33255
33256     See discussion on the list in the thread "Arabic presentation forms
33257     and the uniscribe backend".
33258
33259     Based on patch from Jonathan Kew.
33260
33261  src/hb-uniscribe.cc | 24 ++++++++++++------------
33262  1 file changed, 12 insertions(+), 12 deletions(-)
33263
33264 commit 1d05fdd09fa271b641f30a2138171e6fafcd8db7
33265 Author: Behdad Esfahbod <behdad@behdad.org>
33266 Date:   Tue Aug 20 13:22:21 2013 -0400
33267
33268     [uniscribe] Print run info
33269
33270  src/hb-uniscribe.cc | 8 ++++++++
33271  1 file changed, 8 insertions(+)
33272
33273 commit 3613696b57225111507a3f4263f5fa6937d0bc72
33274 Author: Behdad Esfahbod <behdad@behdad.org>
33275 Date:   Mon Aug 12 00:33:28 2013 -0400
33276
33277     [coretext] Fully support user features
33278
33279     Based on patch from Jonathan Kew and data from Apple.
33280
33281     It's not working correctly though, and I suspect I'm hitting a bug in
33282     CoreText.  When I do this:
33283
33284     hb-shape /Library/Fonts/Zapfino.ttf ZapfinoZapfino --shaper coretext \
33285     --features=-liga
33286
33287     I expect both ligatures to turn off, but only the second one does:
33288
33289     [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]
33290
33291     whereas if I disable 'dlig' instead of 'liga', both are turned off.
33292     Smells...
33293
33294     Doesn't resolve conflicting feature settings.
33295
33296  src/hb-coretext.cc  | 446
33297  +++++++++++++++++++++++++++++++++++++++++++++++-----
33298  src/hb-uniscribe.cc |   2 +-
33299  2 files changed, 404 insertions(+), 44 deletions(-)
33300
33301 commit 54e6f6c588a164f7de62ff88b3eff4f25adb8f17
33302 Author: Behdad Esfahbod <behdad@behdad.org>
33303 Date:   Fri Aug 9 14:34:54 2013 -0400
33304
33305     Clean up list of Unicode scripts
33306
33307     Rename HB_SCRIPT_CANADIAN_ABORIGINAL to HB_SCRIPT_CANADIAN_SYLLABICS
33308     and a macro for the old name.
33309
33310  src/hb-common.h                    | 277
33311  ++++++++++++++++++++-----------------
33312  src/hb-glib.cc                     |   2 +-
33313  src/hb-ot-shape-complex-private.hh |   2 +
33314  src/hb-ucdn.cc                     |   2 +-
33315  test/api/test-unicode.c            |   2 +-
33316  5 files changed, 153 insertions(+), 132 deletions(-)
33317
33318 commit 7cd4a715848c44be9aec6b6b622cfc2a60b1a5a9
33319 Author: Behdad Esfahbod <behdad@behdad.org>
33320 Date:   Fri Aug 9 09:41:48 2013 -0400
33321
33322     Update TODO
33323
33324  TODO | 4 ++--
33325  1 file changed, 2 insertions(+), 2 deletions(-)
33326
33327 commit 515a0ac81e531c95b1bb7f1a3c5df73a9e64b14f
33328 Author: Behdad Esfahbod <behdad@behdad.org>
33329 Date:   Fri Aug 9 09:40:59 2013 -0400
33330
33331     Fix compiler warning
33332
33333  src/hb-ot-layout-common-private.hh | 4 ++--
33334  1 file changed, 2 insertions(+), 2 deletions(-)
33335
33336 commit 10f964623f003c70f6bdd33423420abda3820ce0
33337 Author: Behdad Esfahbod <behdad@behdad.org>
33338 Date:   Fri Aug 9 09:40:01 2013 -0400
33339
33340     Round when scaling values
33341
33342     Doesn't matter for most users since they should be working in a
33343     fixed sub-pixel scale anyway (ie. 22.10, 26.6, 16.16, etc).
33344
33345  TODO                   | 2 --
33346  src/hb-font-private.hh | 6 +++++-
33347  2 files changed, 5 insertions(+), 3 deletions(-)
33348
33349 commit df8f70ae5de6181d56efa3f076f14e4d52119a5e
33350 Author: Behdad Esfahbod <behdad@behdad.org>
33351 Date:   Fri Aug 9 09:35:10 2013 -0400
33352
33353     Minor
33354
33355  src/hb-font-private.hh | 2 +-
33356  1 file changed, 1 insertion(+), 1 deletion(-)
33357
33358 commit ce8badf1808f9fbdd9a22e9215c7475d3afde5ed
33359 Author: Behdad Esfahbod <behdad@behdad.org>
33360 Date:   Fri Aug 9 09:31:06 2013 -0400
33361
33362     Minor
33363
33364  src/hb-font-private.hh | 2 +-
33365  1 file changed, 1 insertion(+), 1 deletion(-)
33366
33367 commit d71c0df2d17f4590d5611239577a6cb532c26528
33368 Author: Behdad Esfahbod <behdad@behdad.org>
33369 Date:   Fri Aug 9 09:28:32 2013 -0400
33370
33371     Remove vrt2, vkrn, vpal, and valt from default vertical features
33372
33373     See thread by John Dagget on the list.
33374
33375  TODO               | 2 --
33376  src/hb-ot-shape.cc | 9 ---------
33377  2 files changed, 11 deletions(-)
33378
33379 commit a782a5e9a37c8733ac2830410a514d38635b543a
33380 Author: Behdad Esfahbod <behdad@behdad.org>
33381 Date:   Wed Aug 7 21:08:54 2013 -0400
33382
33383     [coretext] Start adding support for features
33384
33385     Unlike AAT, looks like with CoreText very few OT features can
33386     be mapped.
33387     :(
33388
33389  src/hb-coretext.cc | 65
33390  +++++++++++++++++++++++++++++++++++++++++++++---------
33391  1 file changed, 54 insertions(+), 11 deletions(-)
33392
33393 commit bdd8873fd8ae5c794018f6edac242b0a8b62ff31
33394 Author: Behdad Esfahbod <behdad@behdad.org>
33395 Date:   Wed Aug 7 17:58:25 2013 -0400
33396
33397     Revert "[Indic] don't apply 'calt' by default in Indic shaper"
33398
33399     This reverts commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c.
33400
33401     In light of discussion on the mailing list...
33402
33403  src/hb-ot-shape-complex-indic.cc | 4 ----
33404  1 file changed, 4 deletions(-)
33405
33406 commit 9a175914d72187d0c3f50ddad50c9569649c3072
33407 Author: Behdad Esfahbod <behdad@behdad.org>
33408 Date:   Wed Aug 7 17:26:13 2013 -0400
33409
33410     [uniscribe] Support feature ranges
33411
33412     As Khaled pointed out, right now setting any features, turns kern
33413     and possibly other features off.
33414
33415  src/hb-uniscribe.cc | 232
33416  ++++++++++++++++++++++++++++++++++++++++++++--------
33417  1 file changed, 199 insertions(+), 33 deletions(-)
33418
33419 commit 627af695e48ef10b6e634c34b723f7e7013467f6
33420 Author: Behdad Esfahbod <behdad@behdad.org>
33421 Date:   Tue Aug 6 16:53:56 2013 -0400
33422
33423     More git.mk updates
33424
33425  git.mk | 4 +++-
33426  1 file changed, 3 insertions(+), 1 deletion(-)
33427
33428 commit 722252743d59e4cd53cb71720d823ea00b708ad8
33429 Author: Behdad Esfahbod <behdad@behdad.org>
33430 Date:   Tue Aug 6 15:19:23 2013 -0400
33431
33432     Update git.mk
33433
33434  git.mk | 37 +++++++++++++++++++++++--------------
33435  1 file changed, 23 insertions(+), 14 deletions(-)
33436
33437 commit 38d5c58d23fce38221689cda98cea1c3e42ed615
33438 Author: Behdad Esfahbod <behdad@behdad.org>
33439 Date:   Tue Aug 6 14:45:36 2013 -0400
33440
33441     [uniscribe] Half-support user features
33442
33443     Turning features on globally works now.
33444
33445  src/hb-uniscribe.cc | 54
33446  ++++++++++++++++++++++++++++++++++++++++++-----------
33447  1 file changed, 43 insertions(+), 11 deletions(-)
33448
33449 commit 639afdc690c681a302080239a1967ce735ba5be5
33450 Author: Behdad Esfahbod <behdad@behdad.org>
33451 Date:   Tue Aug 6 14:28:12 2013 -0400
33452
33453     Minor
33454
33455  src/hb-private.hh | 14 +++++++++++---
33456  1 file changed, 11 insertions(+), 3 deletions(-)
33457
33458 commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c
33459 Author: Jonathan Kew <jfkthame@gmail.com>
33460 Date:   Tue Aug 6 10:36:14 2013 -0400
33461
33462     [Indic] don't apply 'calt' by default in Indic shaper
33463
33464  src/hb-ot-shape-complex-indic.cc | 4 ++++
33465  1 file changed, 4 insertions(+)
33466
33467 commit 625678436c29100eef82d87e635b251030a18f60
33468 Author: Behdad Esfahbod <behdad@behdad.org>
33469 Date:   Mon Aug 5 22:44:18 2013 -0400
33470
33471     Fix glyph closure with class==0
33472
33473     As reported by cibu.  Untested.
33474
33475  src/hb-ot-layout-common-private.hh | 29 +++++++++++++++++++++++++++++
33476  1 file changed, 29 insertions(+)
33477
33478 commit 580d5eb93af5bbbc64994b626d5e011e2c256d74
33479 Author: Behdad Esfahbod <behdad@behdad.org>
33480 Date:   Sun Aug 4 16:55:21 2013 -0400
33481
33482     Don't apply 'dlig' by default
33483
33484     Windows 8 doesn't, and the spec will be fixed.
33485
33486  src/hb-ot-shape-complex-arabic.cc | 1 -
33487  1 file changed, 1 deletion(-)
33488
33489 commit 48382e2f41499a91181bea0acc5792989d2485bb
33490 Author: Behdad Esfahbod <behdad@behdad.org>
33491 Date:   Tue Jul 30 18:25:39 2013 -0400
33492
33493     Minor
33494
33495  src/hb-ot-layout-common-private.hh | 12 ++++++------
33496  1 file changed, 6 insertions(+), 6 deletions(-)
33497
33498 commit c461371419d186811d4bfc768e26535f48a807f4
33499 Author: Behdad Esfahbod <behdad@behdad.org>
33500 Date:   Tue Jul 30 14:48:23 2013 -0400
33501
33502     [CoreText] Don't leak the CTLine object (and everything that hangs
33503     off it)
33504
33505     Patch from Jonathan Kew.
33506
33507  src/hb-coretext.cc | 2 ++
33508  1 file changed, 2 insertions(+)
33509
33510 commit 5fbc952524ac8840f007dc0136823a4ab6e25f70
33511 Author: Behdad Esfahbod <behdad@behdad.org>
33512 Date:   Mon Jul 29 14:34:40 2013 -0400
33513
33514     Fix glyph name printing in hb-ot-shape-closure
33515
33516  util/hb-ot-shape-closure.cc | 2 +-
33517  1 file changed, 1 insertion(+), 1 deletion(-)
33518
33519 commit 6fadd9dd7cc220f131c29946285831635afc8044
33520 Author: Behdad Esfahbod <behdad@behdad.org>
33521 Date:   Fri Jul 26 10:33:06 2013 -0400
33522
33523     Apply 'mark' to Myanmar
33524
33525     According to Andrew Glass: "The issue with Myanmar <mark> feature was
33526     fixed via a servicing patch as soon as Windows 8 became available."
33527
33528  src/hb-ot-shape-complex-myanmar.cc | 11 -----------
33529  1 file changed, 11 deletions(-)
33530
33531 commit 86522e493d071f395b5abf64289232bf8867ac29
33532 Author: Behdad Esfahbod <behdad@behdad.org>
33533 Date:   Mon Jul 22 19:07:53 2013 -0400
33534
33535     Fix glyph closure recursion!
33536
33537  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
33538  1 file changed, 1 insertion(+), 1 deletion(-)
33539
33540 commit 74439d0aa10184451adc6c6469f5119be352ecbb
33541 Author: Behdad Esfahbod <behdad@behdad.org>
33542 Date:   Mon Jul 22 19:02:29 2013 -0400
33543
33544     Minor
33545
33546  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
33547  1 file changed, 1 insertion(+), 1 deletion(-)
33548
33549 commit 8b427c78efa988ed27a2a394146d73f59688707b
33550 Author: Behdad Esfahbod <behdad@behdad.org>
33551 Date:   Mon Jul 22 10:57:05 2013 -0400
33552
33553     [uniscribe] Sanitize font file
33554
33555  src/hb-uniscribe.cc | 4 ++++
33556  1 file changed, 4 insertions(+)
33557
33558 commit 12ff69df21ac91ae21860db7000d9f9973d3da1a
33559 Author: Behdad Esfahbod <behdad@behdad.org>
33560 Date:   Mon Jul 22 10:52:12 2013 -0400
33561
33562     [uniscribe] Handle TTC when renaming font
33563
33564  src/hb-uniscribe.cc | 31 ++++++++++++++++++-------------
33565  1 file changed, 18 insertions(+), 13 deletions(-)
33566
33567 commit 05bad3b8c25a89bc0f20f99f9215e492f48f03fe
33568 Author: Behdad Esfahbod <behdad@behdad.org>
33569 Date:   Sun Jul 21 17:05:02 2013 -0400
33570
33571     [uniscribe] Use OT::* types
33572
33573  src/hb-open-type-private.hh |  10 ++++-
33574  src/hb-ot-name-table.hh     |   4 +-
33575  src/hb-uniscribe.cc         | 107
33576  +++++++++++++++++++++++---------------------
33577  3 files changed, 66 insertions(+), 55 deletions(-)
33578
33579 commit bdeea605fe597bff4430eaae3317189bb81ec76e
33580 Author: Behdad Esfahbod <behdad@behdad.org>
33581 Date:   Sun Jul 21 16:22:10 2013 -0400
33582
33583     [uniscribe] Move name generation into separate function
33584
33585  src/hb-uniscribe.cc | 34 ++++++++++++++++++++++------------
33586  1 file changed, 22 insertions(+), 12 deletions(-)
33587
33588 commit 73f947e2a7bc5b29d731da2e9d1fafe958be839e
33589 Author: Behdad Esfahbod <behdad@behdad.org>
33590 Date:   Sun Jul 21 16:16:35 2013 -0400
33591
33592     [uniscribe] Use blob to pass data around
33593
33594  src/hb-uniscribe.cc | 28 ++++++++++++++--------------
33595  1 file changed, 14 insertions(+), 14 deletions(-)
33596
33597 commit 8ac2e88deff3d069c19fd59d0fbbfb88a762b113
33598 Author: Behdad Esfahbod <behdad@behdad.org>
33599 Date:   Sun Jul 21 16:06:49 2013 -0400
33600
33601     [uniscribe] Use unique font name
33602
33603     When installing per-process fonts using AddFontMemResourceEx(),
33604     if a font with the same family name is already installed, sometimes
33605     that one gets used.  Which is problematic for us.  As such, we
33606     now mangle the font to install a new 'name' table with a unique
33607     name, which we then use to choose the font.
33608
33609     Patch from Jonathan Kew.
33610
33611  configure.ac        |   2 +-
33612  src/hb-uniscribe.cc | 136
33613  ++++++++++++++++++++++++++++++++++++++++++++--------
33614  2 files changed, 116 insertions(+), 22 deletions(-)
33615
33616 commit 8751de50831338ce550601c34c17d152ad89c1fd
33617 Author: Behdad Esfahbod <behdad@behdad.org>
33618 Date:   Thu Jul 18 16:29:50 2013 -0400
33619
33620     Followup fix for 3f9e2dced298c3d00f31b2dfc38685bb071a3a22
33621
33622     During GSUB, if a ligation happens, subsequence context input matching
33623     matches the new indexing.  During GPOS however, the indices never
33624     change.  So just go one by one.
33625
33626     Fixes 'dist' positioning with mmrtext.ttf and the following sequence:
33627
33628       U+1014,U+1039,U+1011,U+1014,U+1039,U+1011,U+1014,U+1039,U+1011
33629
33630     Reported by Jonathan Kew.
33631
33632  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
33633  1 file changed, 8 insertions(+)
33634
33635 commit 2b78d67e9f38f77086fbd9c3fd6f1c8c73927a51
33636 Author: Behdad Esfahbod <behdad@behdad.org>
33637 Date:   Tue Jul 16 16:06:27 2013 -0400
33638
33639     0.9.19
33640
33641  NEWS         | 11 +++++++++++
33642  configure.ac |  2 +-
33643  2 files changed, 12 insertions(+), 1 deletion(-)
33644
33645 commit e509d35cf1160f1449bc736b9445cdf61ab81d06
33646 Author: Behdad Esfahbod <behdad@behdad.org>
33647 Date:   Thu Jul 11 14:56:45 2013 -0400
33648
33649     [ft] hb_ft_get_glyph_from_name fails for the name of glyph id 0
33650
33651     Based on patch from Jonathan Kew, as reported on the mailing list.
33652
33653  src/hb-ft.cc | 9 +++++++++
33654  1 file changed, 9 insertions(+)
33655
33656 commit 29b596ac67806c44441e65f3ece227df0fe2bb63
33657 Author: Behdad Esfahbod <behdad@behdad.org>
33658 Date:   Mon Jul 8 08:37:15 2013 -0600
33659
33660     [uniscribe] Fix buffer allocation
33661
33662     Email from Jonathan Kew:
33663
33664     My cygwin build kept aborting on certain test words when run with the
33665     uniscribe backend. Turned out this was caused by a bug in the
33666     allocation
33667     of scratch buffers in hb-uniscribe.cc.
33668
33669     Commit 2a17f9568d9724e045d2c1d660e007f3acd747d9 introduced a new line
33670
33671       ALLOCATE_ARRAY (SCRIPT_VISATTR, vis_attr, glyphs_size);
33672
33673     but it failed to account for this in the computation of glyphs_size
33674     (the number of glyphs for which scratch buffer space is available),
33675     with the result that the vis_clusters array ends up overrunning the
33676     end of the scratch buffer and clobbering the beginning of the buffer's
33677     info[].
33678
33679     AFAICS, the vis_attr array is not actually used, so the simple fix is
33680     to remove the line that allocates it. (If/when we -do- need to use
33681     vis_attr for something, we'll need to add another term to the earlier
33682     calculation of glyphs_size.)
33683
33684     With this patch, the uniscribe backend runs reliably again.
33685
33686     JK
33687
33688  src/hb-uniscribe.cc | 1 -
33689  1 file changed, 1 deletion(-)
33690
33691 commit 9245e98742667dfffe06523e8051beda1bc04811
33692 Author: Behdad Esfahbod <behdad@behdad.org>
33693 Date:   Wed Jun 26 20:57:58 2013 -0400
33694
33695     [Indic] Add Javanese config
33696
33697     We should add for other scripts too, send me the virama codepoint
33698     and script name...
33699
33700  src/hb-ot-shape-complex-indic.cc | 1 +
33701  1 file changed, 1 insertion(+)
33702
33703 commit 5f85c80a07dd2d18348824866bf4e984ac711a24
33704 Author: Behdad Esfahbod <behdad@behdad.org>
33705 Date:   Wed Jun 26 20:14:18 2013 -0400
33706
33707     [OT] Collect requiredFeature only if features are not provided
33708
33709     As per Werner's report on the list.
33710
33711  src/hb-ot-layout.cc | 22 +++++++++++-----------
33712  1 file changed, 11 insertions(+), 11 deletions(-)
33713
33714 commit 3f9e2dced298c3d00f31b2dfc38685bb071a3a22
33715 Author: Behdad Esfahbod <behdad@behdad.org>
33716 Date:   Wed Jun 26 19:46:55 2013 -0400
33717
33718     Fix contextual lookup recursion indexing
33719
33720     See email thread "Skipping Control for Attaching Marks using OpenType"
33721     from earlier this month.
33722
33723  src/hb-ot-layout-gsubgpos-private.hh | 10 ++--------
33724  1 file changed, 2 insertions(+), 8 deletions(-)
33725
33726 commit f5da11e0fa5adf8f782883dc5c30d8faaafc9c27
33727 Merge: 79d1007a 89312b74
33728 Author: Behdad Esfahbod <behdad@behdad.org>
33729 Date:   Sat Jun 22 08:04:05 2013 -0700
33730
33731     Merge pull request #3 from LogosBible/master
33732
33733     Destroy lookups before blobs.
33734
33735 commit 89312b7417c0198a0635ca6b7e8ea11f6af2a4f8
33736 Author: Bradley Grainger <bgrainger@gmail.com>
33737 Date:   Fri Jun 21 15:02:18 2013 -0700
33738
33739     Destroy lookups before blobs.
33740
33741     'layout->gsub' may depend on data owned by 'layout->gsub_blob',
33742     so it must
33743     be deinitialized before the blob is destroyed.
33744
33745  src/hb-ot-layout.cc | 8 ++++----
33746  1 file changed, 4 insertions(+), 4 deletions(-)
33747
33748 commit 79d1007a501fd63c0ba4d51038c513e6b8b94740
33749 Author: Behdad Esfahbod <behdad@behdad.org>
33750 Date:   Thu Jun 13 19:01:07 2013 -0400
33751
33752     If variation selector is not consumed by cmap, pass it on to GSUB
33753
33754     This changes the semantics of get_glyph() callback and expect that
33755     callbacks return false if the requested variant is not available, and
33756     then we will call them back with variation_selector=0 and will retain
33757     the glyph for the selector in the glyph stream.
33758
33759     Apparently most Mongolian fonts implement the Mongolian Variation
33760     Selectors using GSUB, not cmap.
33761
33762     https://bugs.freedesktop.org/show_bug.cgi?id=65258
33763
33764     Note that this doesn't fix the Mongolian shaping yet, because the way
33765     that's implemented is that the, say, 'init' feature ligates the letter
33766     and the variation-selector.  However, since currently the variation
33767     selector doesn't have the 'init' mask on, it will not be matched...
33768
33769  src/hb-ft.cc                 |  3 +--
33770  src/hb-ot-shape-normalize.cc | 14 ++++++++++++--
33771  2 files changed, 13 insertions(+), 4 deletions(-)
33772
33773 commit c7a84917208528040aaf9ad0a9a0b26aabeabc9c
33774 Author: Behdad Esfahbod <behdad@behdad.org>
33775 Date:   Thu Jun 6 20:17:32 2013 -0400
33776
33777     Skip over multiple variation selectors in a row
33778
33779  src/hb-ot-shape-normalize.cc | 6 ++++++
33780  1 file changed, 6 insertions(+)
33781
33782 commit 7235f33f9e5e031622a00a84f4b2e98f16803579
33783 Author: Behdad Esfahbod <behdad@behdad.org>
33784 Date:   Mon Jun 10 14:39:51 2013 -0400
33785
33786     Fix misc warnings reported by cppcheck
33787
33788     https://bugs.freedesktop.org/show_bug.cgi?id=65544
33789
33790  src/hb-common.cc            |  2 +-
33791  src/hb-coretext.cc          |  3 ---
33792  src/hb-font-private.hh      | 17 +++++++++++------
33793  src/hb-private.hh           |  2 +-
33794  src/hb-shape.cc             |  2 +-
33795  test/api/test-font.c        |  1 -
33796  util/ansi-print.cc          |  1 +
33797  util/hb-ot-shape-closure.cc |  5 +++--
33798  util/hb-shape.cc            |  5 ++++-
33799  util/shape-consumer.hh      |  6 ++++--
33800  util/view-cairo.hh          |  6 ++++--
33801  11 files changed, 30 insertions(+), 20 deletions(-)
33802
33803 commit 570bcccd3f41b9aecd51765a401299833a6d8ebd
33804 Author: Behdad Esfahbod <behdad@behdad.org>
33805 Date:   Mon Jun 10 13:56:51 2013 -0400
33806
33807     Fix PKG_CHECK_MODULES usage
33808
33809     Oops.
33810
33811     Bug 65246 - Fix build without graphite2
33812
33813  configure.ac | 2 +-
33814  1 file changed, 1 insertion(+), 1 deletion(-)
33815
33816 commit 270cfd7a9c01dfb1b1789929f020943ad63aca99
33817 Author: Behdad Esfahbod <behdad@behdad.org>
33818 Date:   Thu Jun 6 18:57:15 2013 -0400
33819
33820     Fix PKG_CHECK_MODULES usage
33821
33822     Bug 65246 - Fix build without graphite2
33823
33824     If we don't provide ACTION-IF-NOT-FOUND, configure aborts if it can't
33825     find the libraries.  We handle that ourselves so we don't want the
33826     macro to abort.
33827
33828  configure.ac | 16 ++++++++--------
33829  1 file changed, 8 insertions(+), 8 deletions(-)
33830
33831 commit 2fd0e02706857bcaf61bf5151657eac96cfa73b9
33832 Author: Behdad Esfahbod <behdad@behdad.org>
33833 Date:   Thu Jun 6 17:16:01 2013 -0400
33834
33835     Minor
33836
33837  src/Makefile.am | 14 +++++++-------
33838  1 file changed, 7 insertions(+), 7 deletions(-)
33839
33840 commit b4c5c52944a44ba863a22a53035ff561af7318ca
33841 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
33842 Date:   Mon Jun 3 17:55:29 2013 +0800
33843
33844     util/ansi-print.cc: Use fallback implementation for lround on MSVC
33845
33846     Unfortuately Visual Studio (still) does not support the C99 function
33847     lround, so provide a fallback implementation for it.
33848
33849  util/ansi-print.cc | 11 +++++++++++
33850  1 file changed, 11 insertions(+)
33851
33852 commit a4446b10bfe0a9e7236bf941fa69a96697939e11
33853 Author: Behdad Esfahbod <behdad@behdad.org>
33854 Date:   Mon Jun 3 18:39:14 2013 -0400
33855
33856     Fix build for C89 compilers
33857
33858  test/api/test-buffer.c | 2 +-
33859  1 file changed, 1 insertion(+), 1 deletion(-)
33860
33861 commit 4ddf937242048c4a044ada4559e26664a0c09b48
33862 Author: Behdad Esfahbod <behdad@behdad.org>
33863 Date:   Mon Jun 3 18:36:26 2013 -0400
33864
33865     Remove unnecessary stdint.h include
33866
33867  src/hb-ucdn/ucdn.c | 1 -
33868  1 file changed, 1 deletion(-)
33869
33870 commit 93a04b8b5e6d8067cb925fdf532aadc24c1d4861
33871 Author: Chun-wei Fan <fanchunwei@src.gnome.org>
33872 Date:   Mon Jun 3 17:49:37 2013 +0800
33873
33874     hb-uniscribe.cc: Re-enable build under Visual Studio
33875
33876     -Declare hinstLib at the top of block
33877     -Fix the definitions of the typedefs of ScriptItemizeOpenType,
33878      ScriptShapeOpenType and ScriptPlaceOpenType
33879
33880  src/hb-uniscribe.cc | 9 +++++----
33881  1 file changed, 5 insertions(+), 4 deletions(-)
33882
33883 commit 280e52ae95df0cbee0bb305f5354381bc1d563f4
33884 Author: Behdad Esfahbod <behdad@behdad.org>
33885 Date:   Thu May 30 18:04:24 2013 -0400
33886
33887     Fix ChangeLog regen
33888
33889  Makefile.am | 5 +++--
33890  1 file changed, 3 insertions(+), 2 deletions(-)
33891
33892 commit c1824daefa1253507636e4bfdf46374f835f10b3
33893 Author: Behdad Esfahbod <behdad@behdad.org>
33894 Date:   Wed May 29 15:30:54 2013 -0400
33895
33896     Update TODO
33897
33898  TODO | 14 +++++++-------
33899  1 file changed, 7 insertions(+), 7 deletions(-)
33900
33901 commit 2966d3603259430800cb5880491d28a1c5ea2314
33902 Author: Behdad Esfahbod <behdad@behdad.org>
33903 Date:   Tue May 28 17:34:37 2013 -0400
33904
33905     Fix test build
33906
33907  test/api/Makefile.am | 3 ++-
33908  1 file changed, 2 insertions(+), 1 deletion(-)
33909
33910 commit 6873f6cc42aa1405e71be903bd0f39a7a15320ce
33911 Author: Behdad Esfahbod <behdad@behdad.org>
33912 Date:   Tue May 28 17:33:16 2013 -0400
33913
33914     Minor
33915
33916  TODO | 2 --
33917  1 file changed, 2 deletions(-)
33918
33919 commit 4014aa4e53bddb29d939a168bd733942d3683732
33920 Author: Behdad Esfahbod <behdad@behdad.org>
33921 Date:   Tue May 28 17:28:59 2013 -0400
33922
33923     0.9.18
33924
33925  NEWS         | 28 ++++++++++++++++++++++++++++
33926  configure.ac |  2 +-
33927  2 files changed, 29 insertions(+), 1 deletion(-)
33928
33929 commit d70be29831bb99e34fe18744129088f45d5b2023
33930 Author: Behdad Esfahbod <behdad@behdad.org>
33931 Date:   Tue May 28 17:23:56 2013 -0400
33932
33933     Fix dist
33934
33935  src/Makefile.am | 4 ++++
33936  1 file changed, 4 insertions(+)
33937
33938 commit 22ce0961742df0a213f2cc86ca3d5a72453c00b1
33939 Author: Behdad Esfahbod <behdad@behdad.org>
33940 Date:   Tue May 28 17:18:30 2013 -0400
33941
33942     Generate harfbuzz-icu.pc
33943
33944     Currently it only works with ICU that has .pc files.  I'll
33945     wait till someone complains before fixing it for icu-config
33946     systems.
33947
33948  Makefile.am            |  3 ---
33949  configure.ac           |  5 ++---
33950  harfbuzz.pc.in         | 11 -----------
33951  src/Makefile.am        | 13 +++++++++++++
33952  src/harfbuzz-icu.pc.in | 13 +++++++++++++
33953  src/harfbuzz.pc.in     | 11 +++++++++++
33954  6 files changed, 39 insertions(+), 17 deletions(-)
33955
33956 commit d9afa111330771461b6182ada9f4edd68bcfce77
33957 Author: Behdad Esfahbod <behdad@behdad.org>
33958 Date:   Tue May 28 15:27:40 2013 -0400
33959
33960     Build hb-icu into libharfbuzz-icu.so
33961
33962  src/Makefile.am      | 29 +++++++++++++++--------------
33963  src/hb-unicode.cc    |  2 +-
33964  test/api/Makefile.am |  1 +
33965  3 files changed, 17 insertions(+), 15 deletions(-)
33966
33967 commit 7d395c2a255a44fd0d65365ea9b525dba70c062c
33968 Author: Behdad Esfahbod <behdad@behdad.org>
33969 Date:   Tue May 28 15:25:06 2013 -0400
33970
33971     Minor
33972
33973  test/api/test-c.c | 4 ++++
33974  1 file changed, 4 insertions(+)
33975
33976 commit 2a17f9568d9724e045d2c1d660e007f3acd747d9
33977 Author: Behdad Esfahbod <behdad@behdad.org>
33978 Date:   Tue May 28 13:10:51 2013 -0400
33979
33980     Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
33981
33982     Fallback to older API if OpenType variants are not available.
33983
33984  configure.ac        |  14 +--
33985  src/hb-uniscribe.cc | 322
33986  +++++++++++++++++++++++++++++++++++++++++++---------
33987  2 files changed, 271 insertions(+), 65 deletions(-)
33988
33989 commit f8087ffbadc83a15d59367ba82976eae675736a7
33990 Author: Behdad Esfahbod <behdad@behdad.org>
33991 Date:   Mon May 27 19:43:48 2013 -0400
33992
33993     Add --with-cairo
33994
33995  configure.ac | 17 +++++++++++++++--
33996  1 file changed, 15 insertions(+), 2 deletions(-)
33997
33998 commit 82eddfe5d658ef791d6ef6a566401c50601dfb1c
33999 Author: Behdad Esfahbod <behdad@behdad.org>
34000 Date:   Mon May 27 19:33:36 2013 -0400
34001
34002     Add --with-freetype
34003
34004     Defaults to auto.
34005
34006  configure.ac | 12 +++++++++++-
34007  1 file changed, 11 insertions(+), 1 deletion(-)
34008
34009 commit 5e25eb77a49e7f95b6a6d540b26d60d430f89d4c
34010 Author: Behdad Esfahbod <behdad@behdad.org>
34011 Date:   Mon May 27 19:30:48 2013 -0400
34012
34013     Default glib to auto again
34014
34015  configure.ac | 4 ++--
34016  1 file changed, 2 insertions(+), 2 deletions(-)
34017
34018 commit eb63e786f37468867c81707504128cf8a4016e5b
34019 Author: Behdad Esfahbod <behdad@behdad.org>
34020 Date:   Mon May 27 19:29:09 2013 -0400
34021
34022     Add --with-coretext
34023
34024     Defaults to no.
34025
34026  configure.ac | 12 +++++++++++-
34027  1 file changed, 11 insertions(+), 1 deletion(-)
34028
34029 commit ab2af17bc6faa8394656e6e82948dc3e9f437626
34030 Author: Behdad Esfahbod <behdad@behdad.org>
34031 Date:   Mon May 27 19:27:43 2013 -0400
34032
34033     Add --with-uniscribe
34034
34035     Defaults to no.
34036
34037  configure.ac | 55 +++++++++++++++++++++++++++++++++++++++----------------
34038  1 file changed, 39 insertions(+), 16 deletions(-)
34039
34040 commit 58db2c2542717858acbdf480b3f19a8aef4918cd
34041 Author: Behdad Esfahbod <behdad@behdad.org>
34042 Date:   Mon May 27 19:10:33 2013 -0400
34043
34044     Disable UCDN if glib is available
34045
34046     We only want UCDN if we don't have any other Unicode provider.
34047     I'm going to remove ICU from the list of default Unicode providers
34048     as part of moving hb-icu into its own library.  As such, the only
34049     providers will be UCDN and glib.
34050
34051  configure.ac | 3 +++
34052  1 file changed, 3 insertions(+)
34053
34054 commit ca65326cbd49b48792c4e3125af6c5006364f194
34055 Author: Behdad Esfahbod <behdad@behdad.org>
34056 Date:   Mon May 27 19:09:50 2013 -0400
34057
34058     Minor
34059
34060  configure.ac | 16 ++++++++--------
34061  1 file changed, 8 insertions(+), 8 deletions(-)
34062
34063 commit 7ae14973ecb4614a83769d2bbd01f33d8474ffc0
34064 Author: Behdad Esfahbod <behdad@behdad.org>
34065 Date:   Mon May 27 19:06:50 2013 -0400
34066
34067     Disable icu_le shaper
34068
34069     Will add a way to enable it later.
34070
34071  configure.ac | 3 ++-
34072  1 file changed, 2 insertions(+), 1 deletion(-)
34073
34074 commit 7e6ebf76236cc5ea69302e68186bdf8166d04a98
34075 Author: Behdad Esfahbod <behdad@behdad.org>
34076 Date:   Mon May 27 19:05:23 2013 -0400
34077
34078     Remove icu-config fallback for icu_le shaper
34079
34080     Bug 64878 - compile error with ICU but not ICU
34081
34082  configure.ac | 18 ------------------
34083  1 file changed, 18 deletions(-)
34084
34085 commit 932b7471479c639244051b4dbae678e7d47ae99f
34086 Author: Behdad Esfahbod <behdad@behdad.org>
34087 Date:   Mon May 27 19:04:40 2013 -0400
34088
34089     Bug 65053 - Add configure option to enable/disable ICU support
34090
34091  configure.ac | 46 ++++++++++++++++++++++++++++------------------
34092  1 file changed, 28 insertions(+), 18 deletions(-)
34093
34094 commit cf2c1c7eb81b54a344ed5cf36d5fbd3cd297eed1
34095 Author: Behdad Esfahbod <behdad@behdad.org>
34096 Date:   Mon May 27 18:54:30 2013 -0400
34097
34098     Disable hb-old shaper
34099
34100     Will add proper way to enable it later.
34101
34102  configure.ac | 2 +-
34103  1 file changed, 1 insertion(+), 1 deletion(-)
34104
34105 commit 5a78d23f255a649353044af8e5df315f62907b7f
34106 Author: Behdad Esfahbod <behdad@behdad.org>
34107 Date:   Mon May 27 18:47:58 2013 -0400
34108
34109     Bug 65054 - Add configure option to enable/disable Graphite2
34110
34111     Add --with-graphite2.  Defaults to off.
34112
34113  configure.ac | 20 +++++++++++++++-----
34114  1 file changed, 15 insertions(+), 5 deletions(-)
34115
34116 commit 61e7775fa75c7c1bdc29a6992c8c215897364600
34117 Author: Behdad Esfahbod <behdad@behdad.org>
34118 Date:   Mon May 27 18:24:56 2013 -0400
34119
34120     Remove hb-icu dependency from hb-icu-le shaper
34121
34122  src/hb-icu-le.cc | 33 +++++++++++++++++++++++++++++----
34123  1 file changed, 29 insertions(+), 4 deletions(-)
34124
34125 commit 7e08f1258da229dfaf7e1c4b5c41e5bb83906cb0
34126 Author: Behdad Esfahbod <behdad@behdad.org>
34127 Date:   Mon May 27 14:48:34 2013 -0400
34128
34129     Don't zero advance of mark-non-mark ligatures
34130
34131     If there's a mark ligating forward with non-mark, they were
34132     inheriting the GC of the mark and later get advance-zeroed.
34133     Don't do that if there's any non-mark glyph in the ligature.
34134
34135     Sample test: U+1780,U+17D2,U+179F with Kh-Metal-Chrieng.ttf
34136
34137     Also:
34138     Bug 58922 - Issue with mark advance zeroing in generic shaper
34139
34140  src/hb-ot-layout-gsubgpos-private.hh | 4 ++++
34141  src/hb-ot-layout-private.hh          | 6 ++++++
34142  2 files changed, 10 insertions(+)
34143
34144 commit cf059ac69d10d9eb09f0d2a29b1bd989647bd800
34145 Author: Behdad Esfahbod <behdad@behdad.org>
34146 Date:   Fri May 24 15:28:11 2013 -0400
34147
34148     [icu_le] Support non-BMP text
34149
34150  src/hb-icu-le.cc | 35 ++++++++++++++++++++++++++++-------
34151  1 file changed, 28 insertions(+), 7 deletions(-)
34152
34153 commit a447c528e68cabc9ca6e24e2c436f3d605ef9aaa
34154 Author: Behdad Esfahbod <behdad@behdad.org>
34155 Date:   Thu May 23 17:05:39 2013 -0400
34156
34157     [icu_le] A bit better scaling
34158
34159  src/hb-icu-le.cc | 10 ++++++----
34160  1 file changed, 6 insertions(+), 4 deletions(-)
34161
34162 commit fb502a22787f4110472771ef771619342e64577a
34163 Merge: b9408d24 9d9e72e9
34164 Author: Behdad Esfahbod <behdad@behdad.org>
34165 Date:   Thu May 23 15:54:52 2013 -0400
34166
34167     Merge commit '9d9e72e94e7914f82ce62a304e7242f79c13edaf'
34168
34169 commit b9408d24f3029f5287b17779235b1c750ff5158a
34170 Author: Behdad Esfahbod <behdad@behdad.org>
34171 Date:   Thu May 23 15:43:02 2013 -0400
34172
34173     [icu_le] Fix scaling
34174
34175     Seems to work...
34176
34177  src/hb-icu-le.cc                       |  2 ++
34178  src/hb-icu-le/PortableFontInstance.cpp | 23 +++++++++++++++--------
34179  src/hb-icu-le/PortableFontInstance.h   |  9 ++++++++-
34180  3 files changed, 25 insertions(+), 9 deletions(-)
34181
34182 commit 601526392dec5d8432f147c91658ba50ed6a4322
34183 Author: Behdad Esfahbod <behdad@behdad.org>
34184 Date:   Tue May 21 17:22:13 2013 -0400
34185
34186     Copy stdint.h boilerplate to ucdn
34187
34188  src/hb-ucdn/ucdn.h | 24 +++++++++++++++++++++++-
34189  1 file changed, 23 insertions(+), 1 deletion(-)
34190
34191 commit f1b02f4f3c0db9fbfa6747188429df828b000010
34192 Author: Behdad Esfahbod <behdad@behdad.org>
34193 Date:   Mon May 20 09:23:58 2013 -0400
34194
34195     0.9.17
34196
34197  NEWS         | 8 ++++++++
34198  configure.ac | 2 +-
34199  2 files changed, 9 insertions(+), 1 deletion(-)
34200
34201 commit d785fa0c45f7f25f5e5f352b933a5f6fa29be5c0
34202 Author: Behdad Esfahbod <behdad@behdad.org>
34203 Date:   Mon May 20 09:18:52 2013 -0400
34204
34205     Minor refactoring
34206
34207  src/hb-ot-shape.cc | 54
34208  ++++++++++++++++++++++++++++--------------------------
34209  1 file changed, 28 insertions(+), 26 deletions(-)
34210
34211 commit 127daf15e0b2f509ebd29a104236c8b38884efb0
34212 Author: Behdad Esfahbod <behdad@behdad.org>
34213 Date:   Mon May 20 09:11:35 2013 -0400
34214
34215     Arabic mark width-zeroing regression
34216
34217     Mozilla Bug 873902 - Display Arabic text with diacritics is bad
34218     https://bugzilla.mozilla.org/show_bug.cgi?id=873902
34219
34220  src/hb-ot-shape-complex-arabic.cc  |  2 +-
34221  src/hb-ot-shape-complex-default.cc |  2 +-
34222  src/hb-ot-shape-complex-myanmar.cc |  2 +-
34223  src/hb-ot-shape-complex-private.hh |  6 ++++--
34224  src/hb-ot-shape-complex-thai.cc    |  2 +-
34225  src/hb-ot-shape.cc                 | 36
34226  ++++++++++++++++++++++++++++--------
34227  6 files changed, 36 insertions(+), 14 deletions(-)
34228
34229 commit fa3d0a0ce60a9fcf2b7f906dec916463b1319eda
34230 Author: Behdad Esfahbod <behdad@behdad.org>
34231 Date:   Tue May 14 15:30:55 2013 -0400
34232
34233     Bug 64476 - Typo in hb_set_t.get_min()
34234
34235     Fixes previous commit's test.
34236
34237  src/hb-set-private.hh | 2 +-
34238  1 file changed, 1 insertion(+), 1 deletion(-)
34239
34240 commit dfbd115e6c1a86a5f1b8d15200672f1e9410b5de
34241 Author: Behdad Esfahbod <behdad@behdad.org>
34242 Date:   Tue May 14 15:30:17 2013 -0400
34243
34244     [test] Add test for hb_set_get_min() bug
34245
34246     Failing now.
34247
34248     Bug 64476 - Typo in hb_set_t.get_min()
34249
34250  test/api/test-set.c | 4 ++++
34251  1 file changed, 4 insertions(+)
34252
34253 commit 9d9e72e94e7914f82ce62a304e7242f79c13edaf
34254 Author: Behdad Esfahbod <behdad@behdad.org>
34255 Date:   Fri May 3 18:10:10 2013 -0400
34256
34257     [OTLayout] Use is_inplace() when flipping buffers
34258
34259  src/hb-ot-layout.cc | 9 ++++++++-
34260  1 file changed, 8 insertions(+), 1 deletion(-)
34261
34262 commit 45f3d980c9503bd94e64f6e3f67f97688347d00c
34263 Author: Behdad Esfahbod <behdad@behdad.org>
34264 Date:   Fri May 3 17:49:44 2013 -0400
34265
34266     [OTLayout] Merge / templateize apply_string()
34267
34268  src/hb-ot-layout-gpos-table.hh | 25 ---------------
34269  src/hb-ot-layout-gsub-table.hh | 48 ----------------------------
34270  src/hb-ot-layout.cc            | 72
34271  ++++++++++++++++++++++++++++++++++++++++--
34272  3 files changed, 69 insertions(+), 76 deletions(-)
34273
34274 commit e015b8f2187d1102b9c34d1a63504e7b05ee20ee
34275 Author: Behdad Esfahbod <behdad@behdad.org>
34276 Date:   Fri May 3 17:34:29 2013 -0400
34277
34278     [OTLayout] Minor
34279
34280  src/hb-ot-layout-gpos-table.hh | 5 +++++
34281  1 file changed, 5 insertions(+)
34282
34283 commit 780cd930a974165d76dbf7a87701d11b7f15db06
34284 Author: Behdad Esfahbod <behdad@behdad.org>
34285 Date:   Fri May 3 17:33:16 2013 -0400
34286
34287     [OTLayout] Minor
34288
34289  src/hb-ot-layout-gpos-table.hh | 2 +-
34290  src/hb-ot-layout-gsub-table.hh | 2 +-
34291  src/hb-ot-layout.cc            | 4 ++--
34292  3 files changed, 4 insertions(+), 4 deletions(-)
34293
34294 commit 2e0c44f4bedd3e24c731c0e9e23358e9a4891a35
34295 Author: Behdad Esfahbod <behdad@behdad.org>
34296 Date:   Wed Apr 24 16:42:05 2013 -0400
34297
34298     [OTLayout] Add is_inplace() method to GSUB
34299
34300  src/hb-ot-layout-gpos-table.hh       |   8 +-
34301  src/hb-ot-layout-gsub-table.hh       |  58 ++++++++++++-
34302  src/hb-ot-layout-gsubgpos-private.hh | 158
34303  +++++++++++++++++++++++++++++++++++
34304  3 files changed, 222 insertions(+), 2 deletions(-)
34305
34306 commit bac1dd6a0ff4d4fae4254506d38ae662b7e9dda7
34307 Author: Behdad Esfahbod <behdad@behdad.org>
34308 Date:   Thu May 2 18:52:24 2013 -0400
34309
34310     [OTLayout] Refactor a bit more
34311
34312  src/hb-ot-layout-gsubgpos-private.hh       |  10 +--
34313  src/hb-ot-layout-private.hh                |  26 ++++----
34314  src/hb-ot-layout.cc                        | 100
34315  ++++++++++++++---------------
34316  src/hb-ot-map-private.hh                   |   7 +-
34317  src/hb-ot-shape-complex-arabic-fallback.hh |   7 +-
34318  src/hb-ot-shape-fallback.cc                |   3 +-
34319  6 files changed, 78 insertions(+), 75 deletions(-)
34320
34321 commit d2c96819de9a7428b65ef0adf794416224221f36
34322 Author: Behdad Esfahbod <behdad@behdad.org>
34323 Date:   Thu May 2 18:18:24 2013 -0400
34324
34325     Move code around
34326
34327  src/hb-ot-layout.cc | 52
34328  ++++++++++++++++++++++++++++++++++++++++++++++++++++
34329  src/hb-ot-map.cc    | 43 -------------------------------------------
34330  2 files changed, 52 insertions(+), 43 deletions(-)
34331
34332 commit 45fd9424c723f115ca98995b8f8a25185a6fc71d
34333 Author: Behdad Esfahbod <behdad@behdad.org>
34334 Date:   Thu May 2 18:06:51 2013 -0400
34335
34336     [OTLayout] Add hb_ot_layout_lookup_accelerator_t
34337
34338  src/hb-ot-layout-private.hh                | 21 +++++++++++++++++--
34339  src/hb-ot-layout.cc                        | 33
34340  +++++++++++++++---------------
34341  src/hb-ot-shape-complex-arabic-fallback.hh | 10 +++++----
34342  3 files changed, 41 insertions(+), 23 deletions(-)
34343
34344 commit 76ea563673d24ae1673a5aa3a21da6014479d433
34345 Author: Behdad Esfahbod <behdad@behdad.org>
34346 Date:   Sat May 4 16:01:20 2013 -0400
34347
34348     [OTLayout] Add note about collect_glyphs() and recursive lookups
34349
34350  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++++-
34351  1 file changed, 7 insertions(+), 1 deletion(-)
34352
34353 commit a8bf0e91f18341e1e20f4e3341fc7dcdd0c990e1
34354 Author: Behdad Esfahbod <behdad@behdad.org>
34355 Date:   Fri May 3 14:45:04 2013 -0400
34356
34357     Add U+061C ARABIC LETTER MARK to Default_Ignorable
34358
34359  src/hb-unicode-private.hh | 4 ++++
34360  1 file changed, 4 insertions(+)
34361
34362 commit 5d59f999204aedfc433ab4989664d875f96b0364
34363 Author: Behdad Esfahbod <behdad@behdad.org>
34364 Date:   Thu May 2 14:44:45 2013 -0400
34365
34366     [OTLayout] Make MultipleSubst in-place for sequences of len=1
34367
34368  src/hb-ot-layout-gsub-table.hh | 15 +++++++++++----
34369  1 file changed, 11 insertions(+), 4 deletions(-)
34370
34371 commit 54f84a6b8571ac7aaaa66f3eff562d23d69d7552
34372 Author: Behdad Esfahbod <behdad@behdad.org>
34373 Date:   Thu May 2 15:27:53 2013 -0400
34374
34375     [OTLayout] Whitespace
34376
34377  src/hb-ot-layout-gsub-table.hh | 56
34378  +++++++++++++++++++++---------------------
34379  1 file changed, 28 insertions(+), 28 deletions(-)
34380
34381 commit 3276c354daaff3acabecff11f8e4b5c54d53fc25
34382 Author: Behdad Esfahbod <behdad@behdad.org>
34383 Date:   Thu May 2 15:16:59 2013 -0400
34384
34385     [OTLayout] Minor refactoring
34386
34387  src/hb-ot-map-private.hh |  4 ++++
34388  src/hb-ot-map.cc         | 46
34389  +++++++++++++++++++++++++---------------------
34390  2 files changed, 29 insertions(+), 21 deletions(-)
34391
34392 commit ea86efa486a5076e9bf844239bccf86d67577f88
34393 Author: Behdad Esfahbod <behdad@behdad.org>
34394 Date:   Thu May 2 14:41:39 2013 -0400
34395
34396     Minor
34397
34398  src/hb-ot-map-private.hh | 6 +++---
34399  1 file changed, 3 insertions(+), 3 deletions(-)
34400
34401 commit 8b63efb6f80b2e9b2de5ec6ab24d6e15826565cb
34402 Author: Behdad Esfahbod <behdad@behdad.org>
34403 Date:   Thu May 2 14:29:32 2013 -0400
34404
34405     Minor
34406
34407  src/hb-buffer-private.hh | 2 ++
34408  1 file changed, 2 insertions(+)
34409
34410 commit 2265be0a620bc76ab65f12fedde67791beb51314
34411 Author: Behdad Esfahbod <behdad@behdad.org>
34412 Date:   Thu May 2 14:25:09 2013 -0400
34413
34414     Minor
34415
34416  src/hb-ot-map-private.hh   | 17 ++++++++++-------
34417  src/hb-ot-map.cc           |  2 ++
34418  src/hb-ot-shape-private.hh |  3 +--
34419  3 files changed, 13 insertions(+), 9 deletions(-)
34420
34421 commit e6f19af08717a6a63ad0b5bf4bf368778edc63f0
34422 Author: Behdad Esfahbod <behdad@behdad.org>
34423 Date:   Thu May 2 13:59:46 2013 -0400
34424
34425     Minor
34426
34427  src/hb-set-private.hh | 16 +++++++++-------
34428  1 file changed, 9 insertions(+), 7 deletions(-)
34429
34430 commit 6c15ddfe2b45383824b64058ae69939d002183a6
34431 Author: Behdad Esfahbod <behdad@behdad.org>
34432 Date:   Tue Apr 30 11:34:00 2013 -0400
34433
34434     Renamed DEBUG to something else
34435
34436     Some infrastructures use DEBUG as a generic symbol.
34437
34438  src/hb-buffer.cc  | 6 +++---
34439  src/hb-private.hh | 4 ++--
34440  2 files changed, 5 insertions(+), 5 deletions(-)
34441
34442 commit 00b93f6610f36d8d14ca65fb99864be6d5bdb1ea
34443 Author: Behdad Esfahbod <behdad@behdad.org>
34444 Date:   Mon Apr 29 13:48:49 2013 -0400
34445
34446     Fix icu linking by requesting the library searchpath from icu-config
34447
34448     This is not ideal as we don't like -L/usr/lib in our linker line.
34449     But this is only relevant to environments that don't have pkgconfig
34450     files for ICU...
34451
34452     https://github.com/behdad/harfbuzz/pull/2
34453
34454  configure.ac | 4 ++--
34455  1 file changed, 2 insertions(+), 2 deletions(-)
34456
34457 commit 03adf38b22a37216dffac50d075ea9c881f1a22d
34458 Author: Behdad Esfahbod <behdad@behdad.org>
34459 Date:   Mon Apr 29 13:40:52 2013 -0400
34460
34461     Make both old autoconf and new automake happy
34462
34463     Sigh..
34464
34465     Bug 64039 - undefined macro AM_PROG_AR
34466
34467  configure.ac | 2 +-
34468  1 file changed, 1 insertion(+), 1 deletion(-)
34469
34470 commit ed79dff517bacfc87279079d5d42d079c21a0373
34471 Author: Behdad Esfahbod <behdad@behdad.org>
34472 Date:   Sun Apr 21 15:39:25 2013 -0400
34473
34474     Minor
34475
34476  src/hb-ot-layout-gpos-table.hh | 5 -----
34477  1 file changed, 5 deletions(-)
34478
34479 commit 893f57b32f01da3411b5596d59170bc340e9fa39
34480 Author: Behdad Esfahbod <behdad@behdad.org>
34481 Date:   Sun Apr 21 15:21:49 2013 -0400
34482
34483     Minor renaming
34484
34485  src/hb-ot-map-private.hh | 10 +++++-----
34486  src/hb-ot-map.cc         | 22 +++++++++++-----------
34487  2 files changed, 16 insertions(+), 16 deletions(-)
34488
34489 commit 8ac3c9c0b6b8e76bce282825b9bb706c0c78c2a6
34490 Author: Behdad Esfahbod <behdad@behdad.org>
34491 Date:   Sun Apr 21 15:19:38 2013 -0400
34492
34493     Rename "pause" to "stage"
34494
34495     The compile() function is starting to become illegible...
34496
34497  src/hb-ot-map-private.hh | 24 ++++++++++++------------
34498  src/hb-ot-map.cc         | 38 +++++++++++++++++++-------------------
34499  2 files changed, 31 insertions(+), 31 deletions(-)
34500
34501 commit dd0641a432691f9b6186b081c38053858c8bc5c1
34502 Author: Behdad Esfahbod <behdad@behdad.org>
34503 Date:   Sun Apr 21 15:13:57 2013 -0400
34504
34505     Minor
34506
34507  src/hb-ot-map.cc | 5 +++--
34508  1 file changed, 3 insertions(+), 2 deletions(-)
34509
34510 commit 06a44e859328f5f1e2f6034e711b474116d22e22
34511 Author: Behdad Esfahbod <behdad@behdad.org>
34512 Date:   Sun Apr 21 15:13:08 2013 -0400
34513
34514     Remove unneeded code
34515
34516     We always push a pause at the end such that each lookup falls
34517     in exactly
34518     one pause_map_t.  Now, only if I can find a better name for that...
34519
34520  src/hb-ot-map-private.hh |  2 +-
34521  src/hb-ot-map.cc         | 12 +-----------
34522  2 files changed, 2 insertions(+), 12 deletions(-)
34523
34524 commit a408d2375aa2ad96b58e56aef18e5000daf2516b
34525 Author: Behdad Esfahbod <behdad@behdad.org>
34526 Date:   Fri Apr 19 16:32:06 2013 -0400
34527
34528     0.9.16
34529
34530  NEWS         | 13 ++++++++++++-
34531  configure.ac |  2 +-
34532  2 files changed, 13 insertions(+), 2 deletions(-)
34533
34534 commit 8659c636087e433f56da458351e8b4d85fdb347c
34535 Author: Behdad Esfahbod <behdad@behdad.org>
34536 Date:   Fri Apr 19 14:33:17 2013 -0400
34537
34538     Hand-code bsearch in the hot inner loop.
34539
34540     Saves another 3 / 4 percent with Amiri.
34541
34542  src/hb-open-type-private.hh | 29 +++++++++++++++--------------
34543  1 file changed, 15 insertions(+), 14 deletions(-)
34544
34545 commit 797d76d07f80d796a825d850772087104e5a2575
34546 Author: Behdad Esfahbod <behdad@behdad.org>
34547 Date:   Thu Apr 18 19:04:12 2013 -0400
34548
34549     Minor
34550
34551  src/hb-ot-layout-common-private.hh | 3 +--
34552  1 file changed, 1 insertion(+), 2 deletions(-)
34553
34554 commit e4046080c5d785c8dbf9ec9e3478ab9acc83e479
34555 Author: Behdad Esfahbod <behdad@behdad.org>
34556 Date:   Wed Apr 17 23:49:54 2013 -0400
34557
34558     [util] Unbreak --show-text / --show-unicode
34559
34560  util/shape-consumer.hh | 4 ++--
34561  1 file changed, 2 insertions(+), 2 deletions(-)
34562
34563 commit 0dc3a4e0349d28f387a3b4c60a2f51962742738e
34564 Author: Behdad Esfahbod <behdad@behdad.org>
34565 Date:   Wed Apr 17 23:04:03 2013 -0400
34566
34567     Obssesive optimization
34568
34569     Not measurable by any means, but conceptually this is faster since
34570     the mask matches more often than the digest.
34571
34572  src/hb-ot-layout-gpos-table.hh | 4 ++--
34573  src/hb-ot-layout-gsub-table.hh | 8 ++++----
34574  2 files changed, 6 insertions(+), 6 deletions(-)
34575
34576 commit f9a611026785a80baa4cbff31ad0847beb70ca9a
34577 Author: Behdad Esfahbod <behdad@behdad.org>
34578 Date:   Wed Apr 17 19:01:49 2013 -0400
34579
34580     Remove HB_DEBUG_SET_DIGESTS
34581
34582     Wasn't correct with the new combiner.  I should add it back somehow,
34583     but for now the digests seem to be working very well...
34584
34585  src/hb-set-private.hh | 16 +---------------
34586  src/hb-set.cc         | 14 --------------
34587  2 files changed, 1 insertion(+), 29 deletions(-)
34588
34589 commit f7466ee76f2bd3812209426e2c39fe517227406d
34590 Author: Behdad Esfahbod <behdad@behdad.org>
34591 Date:   Wed Apr 17 18:20:44 2013 -0400
34592
34593     Remove hb_set_digest_common_bits_t
34594
34595     Was unused.
34596
34597  src/hb-set-private.hh | 38 --------------------------------------
34598  1 file changed, 38 deletions(-)
34599
34600 commit 0d5798a137b52d9be7ef88c79e59f9bf01d54f3b
34601 Author: Behdad Esfahbod <behdad@behdad.org>
34602 Date:   Wed Apr 17 18:19:21 2013 -0400
34603
34604     Improve hb_set_digest_t
34605
34606     Make Amiri rendering faster a whopping 45% again!  Speends up pretty
34607     much anything I tested.
34608
34609  src/hb-set-private.hh | 28 +++++++++++++++++++++++-----
34610  1 file changed, 23 insertions(+), 5 deletions(-)
34611
34612 commit c7851efcd3a1e5317ab4ea57535cb755bace0848
34613 Author: Behdad Esfahbod <behdad@behdad.org>
34614 Date:   Wed Apr 17 17:45:39 2013 -0400
34615
34616     Templatize hb_set_digest_lowest_bits_t filter
34617
34618  src/hb-set-private.hh | 21 +++++++++++++++++----
34619  1 file changed, 17 insertions(+), 4 deletions(-)
34620
34621 commit 0edd0fd255790471118fae1fd7a1309a2b77cf62
34622 Author: Behdad Esfahbod <behdad@behdad.org>
34623 Date:   Wed Apr 17 17:26:56 2013 -0400
34624
34625     Add comment
34626
34627  src/hb-set-private.hh | 8 ++++++++
34628  1 file changed, 8 insertions(+)
34629
34630 commit b40f2c0372acbc51b13be5cda7dd013e74e3e11a
34631 Author: Behdad Esfahbod <behdad@behdad.org>
34632 Date:   Tue Apr 16 23:21:38 2013 -0400
34633
34634     Add hb_set_digest_combiner_t
34635
34636  src/hb-set-private.hh | 33 ++++++++++++++++++++-------------
34637  1 file changed, 20 insertions(+), 13 deletions(-)
34638
34639 commit 02e5e583688999c4dc04f11b3924da65f99af7e3
34640 Author: Behdad Esfahbod <behdad@behdad.org>
34641 Date:   Tue Apr 16 23:13:10 2013 -0400
34642
34643     Speed up Speed up hb_set_digest_common_bits_t calcs
34644
34645     Correctly this time.
34646
34647  src/hb-set-private.hh | 8 +++++---
34648  1 file changed, 5 insertions(+), 3 deletions(-)
34649
34650 commit 893991fc9d2d3a57c4c148f3a9c3b98263cf3aed
34651 Author: Behdad Esfahbod <behdad@behdad.org>
34652 Date:   Tue Apr 16 21:50:33 2013 -0400
34653
34654     Initialize set digests
34655
34656     We were not initializing the digests properly and as a result
34657     they were
34658     being initialized to zero, making digest1 to never do any useful work.
34659
34660     Speeds up Amiri shaping significantly.
34661
34662  src/hb-ot-layout.cc                        | 6 ++++++
34663  src/hb-ot-shape-complex-arabic-fallback.hh | 4 +++-
34664  2 files changed, 9 insertions(+), 1 deletion(-)
34665
34666 commit 4d2813d3e980c8e6150caafa604a78cc44bf62a2
34667 Author: Behdad Esfahbod <behdad@behdad.org>
34668 Date:   Tue Apr 16 21:57:21 2013 -0400
34669
34670     Print set-digest hit ratio with HB_DEBUG_SET_DIGESTS
34671
34672  src/hb-set-private.hh | 13 +++++++++++++
34673  src/hb-set.cc         | 13 +++++++++++++
34674  2 files changed, 26 insertions(+)
34675
34676 commit 1357c2dd120d005ceecfa83ed328d05dc634d7bc
34677 Author: Behdad Esfahbod <behdad@behdad.org>
34678 Date:   Tue Apr 16 21:47:40 2013 -0400
34679
34680     Revert "Speed up hb_set_digest_common_bits_t calcs"
34681
34682     This reverts commit 3d1b66a35e1ab3be19335705f310b278d76d66d2.
34683
34684     The calculations were buggy.  It's not worth optimizing right now.
34685
34686  src/hb-set-private.hh | 6 +++---
34687  1 file changed, 3 insertions(+), 3 deletions(-)
34688
34689 commit 2b712bba3f7c459653737dfa2f7d26f17f3b9f64
34690 Author: Behdad Esfahbod <behdad@behdad.org>
34691 Date:   Tue Apr 16 16:11:09 2013 -0400
34692
34693     Fix typo in unused macro
34694
34695  src/hb-private.hh | 2 +-
34696  1 file changed, 1 insertion(+), 1 deletion(-)
34697
34698 commit 50067e280f381918b8e90b26df9e7bf20f98f0bd
34699 Author: Behdad Esfahbod <behdad@behdad.org>
34700 Date:   Thu Apr 11 16:31:01 2013 -0400
34701
34702     [util] Add --num-iterations
34703
34704     Useful for profiling shapers.
34705
34706  util/options.cc        |  1 +
34707  util/options.hh        |  2 ++
34708  util/shape-consumer.hh | 15 +++++++++------
34709  3 files changed, 12 insertions(+), 6 deletions(-)
34710
34711 commit 08677c250767bfc2c0dd1fc934dea92984741291
34712 Author: Behdad Esfahbod <behdad@behdad.org>
34713 Date:   Thu Apr 11 14:45:58 2013 -0400
34714
34715     [old] Speed up Unicode properties access in hb-old shaper
34716
34717     Just to be sure it's not punishing the old shaper performance
34718     numbers.  Doesn't seem to have a measurable effect.
34719
34720  src/hb-old/harfbuzz-arabic.c   | 44
34721  +++++++++++++++++++++---------------------
34722  src/hb-old/harfbuzz-external.h | 18 ++++++++---------
34723  src/hb-old/harfbuzz-greek.c    |  2 +-
34724  src/hb-old/harfbuzz-hebrew.c   |  2 +-
34725  src/hb-old/harfbuzz-indic.cpp  | 10 +++++-----
34726  src/hb-old/harfbuzz-shaper.cpp |  6 ++++--
34727  src/hb-old/harfbuzz-shaper.h   |  1 +
34728  7 files changed, 43 insertions(+), 40 deletions(-)
34729
34730 commit 36a661c0a03d958b95c9ea64a435b55bcd99c3d6
34731 Author: Behdad Esfahbod <behdad@behdad.org>
34732 Date:   Thu Apr 11 13:38:37 2013 -0400
34733
34734     [git.mk] Update
34735
34736  git.mk | 33 ++++++++++++++++++++-------------
34737  1 file changed, 20 insertions(+), 13 deletions(-)
34738
34739 commit ef9e02eddfc9a37d50723e96839635d79191d849
34740 Author: Behdad Esfahbod <behdad@behdad.org>
34741 Date:   Tue Apr 9 14:06:54 2013 -0400
34742
34743     Minor
34744
34745  src/test.cc | 1 +
34746  1 file changed, 1 insertion(+)
34747
34748 commit 22e47456154ca0b8173268486e56ef3a0e1e7150
34749 Author: Behdad Esfahbod <behdad@behdad.org>
34750 Date:   Fri Apr 5 18:02:43 2013 -0400
34751
34752     0.9.15
34753
34754  NEWS         | 10 ++++++++++
34755  configure.ac |  2 +-
34756  2 files changed, 11 insertions(+), 1 deletion(-)
34757
34758 commit 4d4fc920496c95621d5bb4800282ea8c028cdde3
34759 Author: Behdad Esfahbod <behdad@behdad.org>
34760 Date:   Fri Apr 5 17:58:25 2013 -0400
34761
34762     [git.mk] Ignore ar-lib
34763
34764  git.mk | 1 +
34765  1 file changed, 1 insertion(+)
34766
34767 commit 587e5753e088b4d0b82c74ddbde790a8369a7517
34768 Author: Behdad Esfahbod <behdad@behdad.org>
34769 Date:   Fri Apr 5 12:38:58 2013 -0400
34770
34771     Add note re Hangul shaping
34772
34773  src/hb-ot-shape-complex-private.hh | 14 ++++++++++++++
34774  1 file changed, 14 insertions(+)
34775
34776 commit 269de14dda7a86a20917fa9ea6a5864929c41364
34777 Author: Behdad Esfahbod <behdad@behdad.org>
34778 Date:   Thu Apr 4 23:06:54 2013 -0400
34779
34780     Don't compose Hangul jamo
34781
34782     See thread "an issue regarding discrepancy between Korean and Unicode
34783     standards" on the mailing list for the rationale.  In short: Uniscribe
34784     doesn't, so fonts are designed to work without it.
34785
34786  src/hb-ot-shape-complex-default.cc   |  6 ------
34787  src/hb-ot-shape-normalize-private.hh |  1 -
34788  src/hb-ot-shape-normalize.cc         | 11 +++++------
34789  3 files changed, 5 insertions(+), 13 deletions(-)
34790
34791 commit 1f970609850bb4999b94e1e11b764ab4279cbd38
34792 Author: Behdad Esfahbod <behdad@behdad.org>
34793 Date:   Thu Apr 4 15:02:03 2013 -0400
34794
34795     Put back MemoryBarrier fallback implementation on MINGW32
34796
34797     This almost reverts 2761e8a632c14353f286708898be8df6ebad7407,
34798     but only if under MINGW32, so it doesn't affect MSVC.
34799
34800  src/hb-atomic-private.hh | 8 ++++++++
34801  1 file changed, 8 insertions(+)
34802
34803 commit f368ba4a9edec4e297616698097546e8e6c89e53
34804 Author: Behdad Esfahbod <behdad@behdad.org>
34805 Date:   Thu Apr 4 14:25:36 2013 -0400
34806
34807     [Arabic] Zero marks by GDEF, not Unicode category
34808
34809     Testing shows that this is closer to what Uniscribe does.
34810
34811     Reported by Khaled Hosny:
34812
34813     """
34814     commit 568000274c8edb5f41bc4f876ce21fcc8bdaeed8
34815     ...
34816     This commit is causing a regression with Amiri, the string
34817     “هَٰذ” with
34818     Uniscribe and HarfBuzz before this commit, gives:
34819
34820             [uni0630.fina=3+965|uni0670.medi=0+600|uni064E=0@-256,0+0|uni0647.init=0+926]
34821
34822     But now it gives:
34823
34824             [uni0630.fina=3+965|uni0670.medi=0+0|uni064E=0@-256,0+0|uni0647.init=0+926]
34825
34826     i.e. uni0670.medi is zeroed though it has a base glyph GDEF class.
34827     """
34828
34829     The test case is U+0647,U+064E,U+0670,U+0630 with Amiri.
34830
34831  src/hb-ot-shape-complex-arabic.cc | 2 +-
34832  1 file changed, 1 insertion(+), 1 deletion(-)
34833
34834 commit 3b80674c50b8c3133848a4034f7106b2b9bfe224
34835 Author: Behdad Esfahbod <behdad@behdad.org>
34836 Date:   Thu Apr 4 12:06:46 2013 -0400
34837
34838     Bug 63107 - FTBFS on ppc64: symbols marked with 'D' on powerpc64
34839     instead
34840
34841  src/check-symbols.sh | 2 +-
34842  1 file changed, 1 insertion(+), 1 deletion(-)
34843
34844 commit 7148dc1a978610af25b4f490691a62d709c8c463
34845 Author: Behdad Esfahbod <behdad@behdad.org>
34846 Date:   Tue Apr 2 14:08:53 2013 -0400
34847
34848     [graphite2] Don't crash if language is not set
34849
34850     https://bugs.webkit.org/show_bug.cgi?id=113796
34851
34852  src/hb-graphite2.cc | 2 +-
34853  1 file changed, 1 insertion(+), 1 deletion(-)
34854
34855 commit a88a62f70f87563725d47b9b6824565e5d6b78ab
34856 Author: Behdad Esfahbod <behdad@behdad.org>
34857 Date:   Thu Mar 21 21:02:16 2013 -0400
34858
34859     Minor
34860
34861  src/hb-ot-shape-normalize.cc | 4 +---
34862  1 file changed, 1 insertion(+), 3 deletions(-)
34863
34864 commit 0a2b2a505b647f6b4802750c87cd9c5f0baaadef
34865 Author: Behdad Esfahbod <behdad@behdad.org>
34866 Date:   Thu Mar 21 16:26:39 2013 -0400
34867
34868     Remove gthread leftovers
34869
34870     We don't use gthread anymore, remove leftovers.
34871
34872  configure.ac         | 6 ------
34873  test/api/Makefile.am | 4 ++--
34874  test/api/hb-test.h   | 3 ---
34875  3 files changed, 2 insertions(+), 11 deletions(-)
34876
34877 commit b93de1ea085bfc0661ce3ad0e21fb5eba722c951
34878 Author: Behdad Esfahbod <behdad@behdad.org>
34879 Date:   Thu Mar 21 16:25:20 2013 -0400
34880
34881     Minor
34882
34883  configure.ac | 16 ++++++++--------
34884  1 file changed, 8 insertions(+), 8 deletions(-)
34885
34886 commit f872a17462a75a3493623747bf3a3fbe54556c7b
34887 Author: Behdad Esfahbod <behdad@behdad.org>
34888 Date:   Thu Mar 21 13:38:06 2013 -0400
34889
34890     0.9.14
34891
34892  NEWS         | 14 ++++++++++++++
34893  configure.ac |  2 +-
34894  2 files changed, 15 insertions(+), 1 deletion(-)
34895
34896 commit cc50bf5b13bfe88137fa7a42782872c40fb9aefb
34897 Author: Behdad Esfahbod <behdad@behdad.org>
34898 Date:   Tue Mar 19 06:59:40 2013 -0400
34899
34900     Remove Hangul filler characters from Default_Ignorable chars
34901
34902     See discussion on mailing list.
34903
34904  src/hb-unicode-private.hh                                      |
34905  10 +++++++---
34906  .../texts/in-tree/shaper-default/script-hangul/misc/misc.txt   |  1 +
34907  2 files changed, 8 insertions(+), 3 deletions(-)
34908
34909 commit a8cf7b43fa795150ae3d42d64424bb6e0373d0b2
34910 Author: Behdad Esfahbod <behdad@behdad.org>
34911 Date:   Tue Mar 19 05:53:26 2013 -0400
34912
34913     [Indic] Futher adjust ZWJ handling in Indic-like shapers
34914
34915     After the Ngapi hackfest work, we were assuming that fonts
34916     won't use presentation features to choose specific forms
34917     (eg. conjuncts).  As such, we were using auto-joiner behavior
34918     for such features.  It proved to be troublesome as many fonts
34919     used presentation forms ('pres') for example to form conjuncts,
34920     which need to be disabled when a ZWJ is inserted.
34921
34922     Two examples:
34923
34924             U+0D2F,U+200D,U+0D4D,U+0D2F with kartika.ttf
34925             U+0995,U+09CD,U+200D,U+09B7 with vrinda.ttf
34926
34927     What we do now is to never do magic to ZWJ during GSUB's main input
34928     match for Indic-style shapers.  Note that backtrack/lookahead
34929     are still
34930     matched liberally, as is GPOS.  This seems to be an acceptable
34931     compromise.
34932
34933     As to the bug that initially started this work, that one needs to
34934     be fixed differently:
34935
34936       Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not
34937       provide same results as Windows8
34938       https://bugs.freedesktop.org/show_bug.cgi?id=58714
34939
34940     New numbers:
34941
34942     BENGALI: 353689 out of 354188 tests passed. 499 failed (0.140886%)
34943     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
34944     GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
34945     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
34946     KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
34947     KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
34948     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
34949     MALAYALAM: 1048102 out of 1048334 tests passed. 232 failed
34950     (0.0221304%)
34951     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
34952     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
34953     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
34954     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
34955     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
34956
34957  src/hb-ot-layout-gsubgpos-private.hh               | 30
34958  ++++++++--------------
34959  src/hb-ot-layout-private.hh                        |  4 +--
34960  src/hb-ot-layout.cc                                |  8 +++---
34961  src/hb-ot-map-private.hh                           |  8 +++---
34962  src/hb-ot-map.cc                                   | 18 ++++++-------
34963  src/hb-ot-shape-complex-arabic-fallback.hh         |  2 +-
34964  src/hb-ot-shape-complex-indic.cc                   | 30
34965  +++++++++++-----------
34966  src/hb-ot-shape-complex-myanmar.cc                 |  4 +--
34967  src/hb-ot-shape-complex-sea.cc                     |  4 +--
34968  src/hb-ot-shape-fallback.cc                        |  2 +-
34969  .../indic/script-bengali/misc/misc.txt             |  1 +
34970  .../indic/script-malayalam/misc/misc.txt           |  1 +
34971  12 files changed, 53 insertions(+), 59 deletions(-)
34972
34973 commit 8226fb56f131362db877dc4be6857c684b8fd022
34974 Author: Behdad Esfahbod <behdad@behdad.org>
34975 Date:   Tue Mar 19 05:22:27 2013 -0400
34976
34977     Allow disabling ICU by using a fake icu-config script
34978
34979  configure.ac | 4 ++--
34980  1 file changed, 2 insertions(+), 2 deletions(-)
34981
34982 commit a1f3e8ccbfad0d1148b905ae008ba63a26090cb9
34983 Author: Behdad Esfahbod <behdad@behdad.org>
34984 Date:   Mon Mar 11 20:18:49 2013 -0400
34985
34986     [travis] Install libicu
34987
34988  .travis.yml | 5 +++--
34989  1 file changed, 3 insertions(+), 2 deletions(-)
34990
34991 commit 14cfab52daa8d22b843110f32ca09af5bbc855a6
34992 Author: Behdad Esfahbod <behdad@behdad.org>
34993 Date:   Mon Mar 11 19:53:44 2013 -0400
34994
34995     Add build system fallback to icu-config
34996
34997     Ubuntu doesn't (or didn't until recently?) ship icu pkg-config
34998     files.  That's quite unfortunate.  Work around it.
34999
35000     Bug 57608 - ICU Detection fallback for non-pkgconfig systems
35001
35002  configure.ac | 37 +++++++++++++++++++++++++++++++++++++
35003  1 file changed, 37 insertions(+)
35004
35005 commit 190e19e6842875c7a487c66235300ee6b42fb5da
35006 Author: Behdad Esfahbod <behdad@behdad.org>
35007 Date:   Sat Mar 9 20:30:22 2013 -0500
35008
35009     [ft] Remove TODO items that I'm not going to fix
35010
35011  src/hb-ft.cc | 7 +------
35012  1 file changed, 1 insertion(+), 6 deletions(-)
35013
35014 commit 392ee97431b368ee74e1b521fd539b69d2efadfb
35015 Author: Behdad Esfahbod <behdad@behdad.org>
35016 Date:   Sat Mar 9 20:27:55 2013 -0500
35017
35018     [ft] Remove TODO item re FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH
35019
35020     That flag is redundant, deprecated, and ignored since April 2011.
35021     From FreeType git log:
35022
35023     commit 8c82ec5b17d0cfc9b0876a2d848acc207a62a25a
35024     Author: Behdad Esfahbod <behdad@behdad.org>
35025     Date:   Thu Apr 21 08:21:37 2011 +0200
35026
35027         Always ignore global advance.
35028
35029         This makes FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH redundant,
35030         deprecated, and ignored.  The new behavior is what every
35031         major user
35032         of FreeType has been requesting.  Global advance is broken in many
35033         CJK fonts.  Just ignoring it by default makes most sense.
35034
35035         * src/truetype/ttdriver.c (tt_get_advances),
35036         src/truetype/ttgload.c (TT_Get_HMetrics, TT_Get_VMetrics,
35037         tt_get_metrics, compute_glyph_metrics, TT_Load_Glyph),
35038         src/truetype/ttgload.h: Implement it.
35039
35040         * docs/CHANGES: Updated.
35041
35042  src/hb-ft.cc | 2 --
35043  1 file changed, 2 deletions(-)
35044
35045 commit c5d91f39802078fc6f6de71940739ec4d04eca07
35046 Author: Behdad Esfahbod <behdad@behdad.org>
35047 Date:   Sat Mar 9 04:34:21 2013 -0500
35048
35049     Add hb_auto_array_t
35050
35051  src/hb-private.hh | 8 ++++++++
35052  1 file changed, 8 insertions(+)
35053
35054 commit ee5464d17fa4c59f5adaaa13dde70dd5264dbc64
35055 Author: Behdad Esfahbod <behdad@behdad.org>
35056 Date:   Sat Mar 9 01:59:30 2013 -0500
35057
35058     [OTLayout] Move code around
35059
35060  src/hb-ot-layout-gpos-table.hh |  33 ++++++------
35061  src/hb-ot-layout-gsub-table.hh | 115
35062  +++++++++++++++++++++--------------------
35063  2 files changed, 75 insertions(+), 73 deletions(-)
35064
35065 commit 9c5a9ee967120c8a968a1160c420e03620d46c24
35066 Author: Behdad Esfahbod <behdad@behdad.org>
35067 Date:   Sat Mar 9 01:55:04 2013 -0500
35068
35069     [OTLayout] Rename process() to dispatch()
35070
35071  src/hb-open-type-private.hh          |  2 +-
35072  src/hb-ot-layout-gpos-table.hh       | 80
35073  ++++++++++++++++++------------------
35074  src/hb-ot-layout-gsub-table.hh       | 78
35075  +++++++++++++++++------------------
35076  src/hb-ot-layout-gsubgpos-private.hh | 36 ++++++++--------
35077  4 files changed, 98 insertions(+), 98 deletions(-)
35078
35079 commit 2761e8a632c14353f286708898be8df6ebad7407
35080 Author: Behdad Esfahbod <behdad@behdad.org>
35081 Date:   Thu Mar 7 20:51:30 2013 -0500
35082
35083     [win32] Remove MemoryBarrier() fallback implementation
35084
35085     I added these because the older mingw32 toolchain didn't have
35086     MemoryBarrier().  The newer mingw-w64 toolchain however has.
35087     As reported by John Emmas this was causing build failure with
35088     MSVC (on glib) because of inline issues.  But that reminded me
35089     that we may be taking this path even if the system implements
35090     MemoryBarrier as a function, which is a waste.  So, just remove
35091     it.
35092
35093  src/hb-atomic-private.hh | 14 +-------------
35094  1 file changed, 1 insertion(+), 13 deletions(-)
35095
35096 commit ea11abfc5de8bc5cf651b37c9570593eed6a8f9b
35097 Author: Behdad Esfahbod <behdad@behdad.org>
35098 Date:   Wed Mar 6 20:21:11 2013 -0500
35099
35100     [build] Port to newer automake recommended syntax
35101
35102  test/api/Makefile.am | 4 ++--
35103  1 file changed, 2 insertions(+), 2 deletions(-)
35104
35105 commit c39def9bc71559d59325a2c3282c1cec4286b2ae
35106 Author: Behdad Esfahbod <behdad@behdad.org>
35107 Date:   Wed Mar 6 20:20:45 2013 -0500
35108
35109     Move valgrind suppressions to the correct directory
35110
35111  test/{ => api}/.valgrind-suppressions | 0
35112  1 file changed, 0 insertions(+), 0 deletions(-)
35113
35114 commit a8ac1d33c731f6200ee472ab6c37a80b72770564
35115 Author: Behdad Esfahbod <behdad@behdad.org>
35116 Date:   Wed Mar 6 20:05:34 2013 -0500
35117
35118     [build] Add AM_PROG_AR
35119
35120     Newer automake / libtools warns otherwise.
35121
35122  configure.ac | 1 +
35123  1 file changed, 1 insertion(+)
35124
35125 commit 5594c2d112c295147ee69215a2ce9dfd99984aa0
35126 Author: Behdad Esfahbod <behdad@behdad.org>
35127 Date:   Wed Mar 6 19:37:31 2013 -0500
35128
35129     [FT] Just return if glyph name not found
35130
35131     The fallback happens in higher level already.  No need to do here.
35132
35133  src/hb-ft.cc | 4 ++--
35134  1 file changed, 2 insertions(+), 2 deletions(-)
35135
35136 commit fb7c182bf92142540bff1ad7fb82de0d115fb2b5
35137 Author: Behdad Esfahbod <behdad@behdad.org>
35138 Date:   Wed Mar 6 00:53:24 2013 -0500
35139
35140     [Indic] Minor
35141
35142  src/hb-ot-shape-complex-indic.cc | 2 +-
35143  1 file changed, 1 insertion(+), 1 deletion(-)
35144
35145 commit 8144936d072f94104242edf9e7aaa31d315b4094
35146 Author: Behdad Esfahbod <behdad@behdad.org>
35147 Date:   Tue Mar 5 20:08:59 2013 -0500
35148
35149     [Indic] Work around fonts with broken new-spec tables
35150
35151     See comments, and this thread:
35152
35153     http://lists.freedesktop.org/archives/harfbuzz/2013-March/002990.html
35154
35155     Originally reported here:
35156
35157     https://code.google.com/p/chromium/issues/detail?id=96143
35158
35159     Doesn't change test suite numbers.
35160
35161  src/hb-ot-shape-complex-indic.cc | 42
35162  +++++++++++++++++++++++++++-------------
35163  1 file changed, 29 insertions(+), 13 deletions(-)
35164
35165 commit dfb799f57572e8123035a42a30f93c7fc4d37692
35166 Author: Behdad Esfahbod <behdad@behdad.org>
35167 Date:   Tue Mar 5 17:23:33 2013 -0500
35168
35169     [travis] Oops.  Run make check, not make test!
35170
35171  .travis.yml | 2 +-
35172  1 file changed, 1 insertion(+), 1 deletion(-)
35173
35174 commit 8bdce1cac1be9e79344c1f9a9811d98ed2e5c5fd
35175 Author: Behdad Esfahbod <behdad@behdad.org>
35176 Date:   Tue Mar 5 02:35:31 2013 -0500
35177
35178     Run autogen.sh, not configure, in travis-ci
35179
35180  .travis.yml | 1 +
35181  1 file changed, 1 insertion(+)
35182
35183 commit 5f705b437cb116275a8c20366e694d740bce715c
35184 Author: Behdad Esfahbod <behdad@behdad.org>
35185 Date:   Tue Mar 5 01:37:44 2013 -0500
35186
35187     Add .travis.yml for continuous building with travis-ci.org
35188
35189     Notifications sent to IRC channel and mailing list.
35190
35191  .travis.yml | 12 ++++++++++++
35192  1 file changed, 12 insertions(+)
35193
35194 commit cd54d505d1a2467a67e5ff96fe0eb101b953b265
35195 Author: Behdad Esfahbod <behdad@behdad.org>
35196 Date:   Mon Mar 4 21:29:38 2013 -0500
35197
35198     Fix distcheck
35199
35200  src/Makefile.am | 2 ++
35201  1 file changed, 2 insertions(+)
35202
35203 commit 22c625a490bbaac52ead2cd29ee49b170e6e9845
35204 Author: Behdad Esfahbod <behdad@behdad.org>
35205 Date:   Mon Mar 4 20:56:15 2013 -0500
35206
35207     [git.mk] Update to commit efc928222179576270c5910416d8055dd7a97896
35208
35209         Move reusable list of files into variable definitions modules can
35210         reuse
35211
35212  Makefile.am | 22 ++++------------------
35213  git.mk      | 59
35214  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
35215  2 files changed, 60 insertions(+), 21 deletions(-)
35216
35217 commit 66f7b3509a121b8f3289ad4c4aed2b5b10a6de2e
35218 Author: Behdad Esfahbod <behdad@behdad.org>
35219 Date:   Mon Mar 4 18:52:12 2013 -0500
35220
35221     Add libtool m4 macros to MAINTAINERCLEANFILES
35222
35223  Makefile.am | 5 +++++
35224  1 file changed, 5 insertions(+)
35225
35226 commit 41732f1fe3ce856d8bb95850635034537b6ba047
35227 Author: Behdad Esfahbod <behdad@behdad.org>
35228 Date:   Wed Feb 27 20:40:54 2013 -0500
35229
35230     [Indic] Help compiler put indic_features table in .rodata
35231
35232     The overridden "or" operator was preventing the flag expression from
35233     being const, and putting the table in .data instead or .rodata.
35234
35235  src/hb-ot-map-private.hh         |  2 ++
35236  src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++------------
35237  2 files changed, 14 insertions(+), 12 deletions(-)
35238
35239 commit 778d7f844cb330289830c95431269db06ba1c969
35240 Author: Behdad Esfahbod <behdad@behdad.org>
35241 Date:   Wed Feb 27 18:47:26 2013 -0500
35242
35243     [buffer] Better parse glyph names
35244
35245  src/hb-buffer-deserialize-json.rl | 9 ++++++---
35246  src/hb-buffer-deserialize-text.rl | 5 ++++-
35247  2 files changed, 10 insertions(+), 4 deletions(-)
35248
35249 commit 20b817ac21147e0a8edbf23ef071c2f4ce6c2b95
35250 Author: Behdad Esfahbod <behdad@behdad.org>
35251 Date:   Wed Feb 27 18:39:37 2013 -0500
35252
35253     [buffer] Implement buffer deserialization for format=json
35254
35255     Using a ragel machine.
35256
35257  src/Makefile.am                   |   2 +
35258  src/hb-buffer-deserialize-json.rl | 129
35259  ++++++++++++++++++++++++++++++++++++++
35260  src/hb-buffer-deserialize-text.rl |  52 +--------------
35261  src/hb-buffer-serialize.cc        |  45 +++++++++++--
35262  src/hb-private.hh                 |   6 +-
35263  src/hb-shape.cc                   |   2 -
35264  src/test-buffer-serialize.cc      |   4 +-
35265  7 files changed, 179 insertions(+), 61 deletions(-)
35266
35267 commit 847794e929831750e97525137ab5e285ccd1064e
35268 Author: Behdad Esfahbod <behdad@behdad.org>
35269 Date:   Wed Feb 27 17:59:28 2013 -0500
35270
35271     [buffer] Implement buffer deserialization for format=text
35272
35273     Using a ragel machine.
35274
35275  src/Makefile.am                   |   2 +
35276  src/hb-buffer-deserialize-text.rl | 169
35277  ++++++++++++++++++++++++++++++++++++++
35278  src/hb-buffer-private.hh          |   3 +-
35279  src/hb-buffer-serialize.cc        |  36 +++-----
35280  src/hb-buffer.cc                  |  13 ++-
35281  src/hb-buffer.h                   |   2 +-
35282  src/hb-private.hh                 |   5 +-
35283  src/hb-shape.cc                   |   9 +-
35284  src/test-buffer-serialize.cc      |  16 +++-
35285  9 files changed, 221 insertions(+), 34 deletions(-)
35286
35287 commit 4ee803b42a3baae4b0f295a07cb7ad591a538e4c
35288 Author: Behdad Esfahbod <behdad@behdad.org>
35289 Date:   Wed Feb 27 16:09:55 2013 -0500
35290
35291     [buffer] Fix serializing of buffer with invalid direction
35292
35293  src/hb-buffer-serialize.cc | 2 +-
35294  1 file changed, 1 insertion(+), 1 deletion(-)
35295
35296 commit e54dd26300f50eb19907a9d39269a363279b3e07
35297 Author: Behdad Esfahbod <behdad@behdad.org>
35298 Date:   Wed Feb 27 13:01:02 2013 -0500
35299
35300     [buffer] Start implementing buffer deserialization
35301
35302  src/Makefile.am              |  12 ++++-
35303  src/hb-buffer-serialize.cc   |  64 ++++++++++++++++++++++--
35304  src/hb-buffer.h              |   2 +-
35305  src/test-buffer-serialize.cc | 114
35306  +++++++++++++++++++++++++++++++++++++++++++
35307  4 files changed, 187 insertions(+), 5 deletions(-)
35308
35309 commit bcc8f32b4c46cd73f591924c64a6f63df6eaf9e7
35310 Author: Behdad Esfahbod <behdad@behdad.org>
35311 Date:   Wed Feb 27 12:02:42 2013 -0500
35312
35313     [buffer] Minor
35314
35315  src/hb-buffer-serialize.cc | 10 +++++++---
35316  src/hb-buffer.h            |  4 ++--
35317  2 files changed, 9 insertions(+), 5 deletions(-)
35318
35319 commit d3e14aafff60e1314d0ef66e42cdde6bf949bb66
35320 Author: Behdad Esfahbod <behdad@behdad.org>
35321 Date:   Wed Feb 27 11:06:36 2013 -0500
35322
35323     [buffer] Move buffer serialization code to a new file
35324
35325  Android.mk                 |   1 +
35326  src/Makefile.am            |   1 +
35327  src/hb-buffer-serialize.cc | 251
35328  +++++++++++++++++++++++++++++++++++++++++++++
35329  src/hb-buffer.cc           | 228 ----------------------------------------
35330  4 files changed, 253 insertions(+), 228 deletions(-)
35331
35332 commit 8da51112696ec8641d7dd9184b7ab1dd48458813
35333 Author: Behdad Esfahbod <behdad@behdad.org>
35334 Date:   Wed Feb 27 17:48:31 2013 -0500
35335
35336     Minor
35337
35338  src/hb-shape.cc | 2 ++
35339  1 file changed, 2 insertions(+)
35340
35341 commit 94789fd6012125acc8426dd88df97f03b0948ea5
35342 Author: Behdad Esfahbod <behdad@behdad.org>
35343 Date:   Tue Feb 26 21:22:37 2013 -0500
35344
35345     [Indic] Sort pre-base reordering consonants with post-forms
35346
35347     Before, we were marking them as below-form for initial reordering.
35348     However, there is a rule that says "post consonants should follow
35349     below consonsnts" for base determination purposes.  Malayalam has
35350     port-form YA/VA, and RA is pre-base.  As such, for a sequence like
35351     YA,Virama,YA,Virama,RA, the correct base is at index 0.  But
35352     because the code was seeing RA as a below-base, it was stopping at
35353     the second YA as base, instead of jumping it as a post-base.
35354
35355     By treating prebase-reordering consonants like post-forms, this
35356     is fixed.
35357
35358     MALAYALAM went down from 351 to 265.  Other numbers didn't change:
35359
35360     BENGALI: 353686 out of 354188 tests passed. 502 failed (0.141733%)
35361     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
35362     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
35363     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
35364     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
35365     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
35366     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
35367     MALAYALAM: 1048069 out of 1048334 tests passed. 265 failed
35368     (0.0252782%)
35369     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
35370     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
35371     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
35372     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
35373     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
35374
35375  src/hb-ot-shape-complex-indic.cc | 2 +-
35376  1 file changed, 1 insertion(+), 1 deletion(-)
35377
35378 commit 6d69a2cec158061ef097c488d08813c9503824b8
35379 Author: Behdad Esfahbod <behdad@behdad.org>
35380 Date:   Tue Feb 26 19:35:50 2013 -0500
35381
35382     [tests] Add Malayalam tests frim cibu
35383
35384  .../indic/script-malayalam/misc/MANIFEST           |   1 +
35385  .../indic/script-malayalam/misc/cibu.txt           | 188
35386  +++++++++++++++++++++
35387  2 files changed, 189 insertions(+)
35388
35389 commit 1edc6b97b67363d55cfb5914c991ae54d42a6440
35390 Author: Behdad Esfahbod <behdad@behdad.org>
35391 Date:   Tue Feb 26 15:01:45 2013 -0500
35392
35393     Update Android.mk
35394
35395  Android.mk | 3 +++
35396  1 file changed, 3 insertions(+)
35397
35398 commit 05d5d3cd63ba2fadfdb62190dd24ef80ee3df40c
35399 Author: Behdad Esfahbod <behdad@behdad.org>
35400 Date:   Mon Feb 25 23:57:51 2013 -0500
35401
35402     Fix "comparison between signed and unsigned" warnings
35403
35404     Patch from Jonathan Kew.
35405
35406  src/hb-open-type-private.hh | 2 +-
35407  1 file changed, 1 insertion(+), 1 deletion(-)
35408
35409 commit 07a52b62115f10caea5c2d174a4272eb9ddb2284
35410 Author: Behdad Esfahbod <behdad@behdad.org>
35411 Date:   Mon Feb 25 19:09:57 2013 -0500
35412
35413     Give up sanitizing after 100 edit requests
35414
35415     Such fonts are *definitely* really broken.  Give up.
35416     Limits time spent in sanitize for extremely / deliberately broken
35417     fonts.  For example, two fonts with these md5sum / names:
35418
35419       9343f0a1b8c84b8123e7d201cae62ffd.ttf
35420       eb8c978547f09d368fc204194fb34688.ttf
35421
35422     were spending over a second in sanitize!  Not anymore.
35423
35424  src/hb-open-type-private.hh | 7 +++++++
35425  1 file changed, 7 insertions(+)
35426
35427 commit 29ff25481584e20a2fa39195f295c8eb4bf3bad0
35428 Author: Behdad Esfahbod <behdad@behdad.org>
35429 Date:   Mon Feb 25 19:04:56 2013 -0500
35430
35431     Add HB_DEBUG_VERBOSE
35432
35433     Only affects the verbosity of function name printing right now.
35434
35435  src/hb-private.hh | 6 +++++-
35436  1 file changed, 5 insertions(+), 1 deletion(-)
35437
35438 commit 05686b5f697ed40dd21b330d044c3c286461fb26
35439 Author: Behdad Esfahbod <behdad@behdad.org>
35440 Date:   Mon Feb 25 18:19:20 2013 -0500
35441
35442     0.9.13
35443
35444  NEWS         | 29 +++++++++++++++++++++++++++++
35445  configure.ac |  2 +-
35446  2 files changed, 30 insertions(+), 1 deletion(-)
35447
35448 commit 9e5ac7b8c02c86a4f28c79173a5237503eaa7115
35449 Author: Behdad Esfahbod <behdad@behdad.org>
35450 Date:   Mon Feb 25 17:54:10 2013 -0500
35451
35452     Fix blob test to match c3ba49b6fa1865e8318926eaa6c0f2063d1053bb
35453
35454  test/api/test-blob.c | 57
35455  ++++++++++++++++++++++++++++++++++++++++++++++------
35456  1 file changed, 51 insertions(+), 6 deletions(-)
35457
35458 commit c3ba49b6fa1865e8318926eaa6c0f2063d1053bb
35459 Author: Behdad Esfahbod <behdad@behdad.org>
35460 Date:   Mon Feb 25 17:06:35 2013 -0500
35461
35462     Always create sub-blobs in MEMORY_MODE_READONLY
35463
35464     This fixes a design bug with sanitize and sub-blobs that can
35465     cause crashes.  Jonathan and I found and debugged this issue
35466     when we tested a corrupt font with the md5sum / filename:
35467     ea395483d37af0cb933f40689ff7b60a.  Two hours of intense
35468     debugging we found out that the font has overlapping GSUB/GPOS
35469     tables, and as such, sanitizing the second table can modify
35470     the first one, which can cause all kinds of undefined behavior.
35471
35472     The correct way to fix this is to make sure sub-blobs are
35473     always created readonly, since we consider the parent blob
35474     to be a shared resource and can't modify it, even if it *is*
35475     writable.
35476
35477     This essentially makes the READONLY_MAY_MAKE_WRITABLE mode
35478     unused...  Maybe we should simply remove / deprecate it.
35479
35480  src/hb-blob.cc |  2 +-
35481  src/hb-blob.h  | 26 ++++++++++++++++++++++++++
35482  2 files changed, 27 insertions(+), 1 deletion(-)
35483
35484 commit 57542d7f411c71d9b8110ce6f64090b2c0f6a925
35485 Author: Behdad Esfahbod <behdad@behdad.org>
35486 Date:   Thu Feb 21 15:54:05 2013 -0500
35487
35488     Minor
35489
35490  src/hb-ot-layout-private.hh | 10 +++++-----
35491  1 file changed, 5 insertions(+), 5 deletions(-)
35492
35493 commit d46606e119b48dcca375d6313abd0f93ba5d09c3
35494 Author: Behdad Esfahbod <behdad@behdad.org>
35495 Date:   Thu Feb 21 15:39:57 2013 -0500
35496
35497     Port TrueType-kerning to use skippy iterator
35498
35499     It skips joiners and default ignorables now.  Skips marks too,
35500     but only
35501     if there is proper GDEF classes for marks.
35502
35503  src/hb-ot-shape-fallback.cc | 50
35504  +++++++++++++++++++++++++--------------------
35505  1 file changed, 28 insertions(+), 22 deletions(-)
35506
35507 commit 722e8b857eafc52e07dee5d9b253b88ed5c5c8ed
35508 Author: Behdad Esfahbod <behdad@behdad.org>
35509 Date:   Thu Feb 21 15:37:51 2013 -0500
35510
35511     Fixup previous commit
35512
35513     Was not decreasing num_items.  Ouch!
35514
35515  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++----
35516  1 file changed, 8 insertions(+), 4 deletions(-)
35517
35518 commit ba87b8fc89bf745068ccd19264a2631ea0904846
35519 Author: Behdad Esfahbod <behdad@behdad.org>
35520 Date:   Thu Feb 21 15:23:39 2013 -0500
35521
35522     Move code around
35523
35524  src/hb-ot-shape-fallback-private.hh |  5 +++++
35525  src/hb-ot-shape-fallback.cc         | 40
35526  +++++++++++++++++++++++++++++++++++++
35527  src/hb-ot-shape.cc                  | 38
35528  +----------------------------------
35529  3 files changed, 46 insertions(+), 37 deletions(-)
35530
35531 commit 2b2a6e8944144755ab641f2842e36d9a847719f3
35532 Author: Behdad Esfahbod <behdad@behdad.org>
35533 Date:   Thu Feb 21 15:07:03 2013 -0500
35534
35535     [OTLayout] Correctly skip Default_Ignorable when match_func not set
35536
35537     When a match_func was not set on the matcher_t object (ie. from GPOS),
35538     then the Default_Ignorables (including joiners) were never skipped.
35539     This meant that they were not skipped as they should during GPOS
35540     matching.  Fix that.
35541
35542     A few Indic numbers have "regressed": BENGALI and DEVANAGARI went
35543     up from 290 and 58 respectively, but in both cases new results are
35544     superior to Uniscribe, as they apply GPOS when we weren't (and
35545     Uniscribe isn't) before.
35546     BENGALI: 353686 out of 354188 tests passed. 502 failed (0.141733%)
35547     DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
35548     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
35549     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
35550     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
35551     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
35552     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
35553     MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed
35554     (0.0334817%)
35555     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
35556     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
35557     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
35558     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
35559     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
35560
35561  src/hb-ot-layout-gsubgpos-private.hh | 32
35562  ++++++++++++++++++++++----------
35563  1 file changed, 22 insertions(+), 10 deletions(-)
35564
35565 commit ff93ac8cb24cbc3d9dc1a2bfb0faa88950f4a507
35566 Author: Behdad Esfahbod <behdad@behdad.org>
35567 Date:   Thu Feb 21 14:51:40 2013 -0500
35568
35569     Minor
35570
35571  src/hb-ot-layout-gsubgpos-private.hh | 6 ++----
35572  1 file changed, 2 insertions(+), 4 deletions(-)
35573
35574 commit e0486fc1affd3796fb8f664e2e7fc208f1d2106c
35575 Author: Behdad Esfahbod <behdad@behdad.org>
35576 Date:   Tue Feb 19 00:58:10 2013 -0500
35577
35578     [tests] Add Myanmar torture tests from Martin Hosken
35579
35580  .../shaper-myanmar/script-myanmar/misc/MANIFEST    |  1 +
35581  .../shaper-myanmar/script-myanmar/misc/torture.txt | 23
35582  ++++++++++++++++++++++
35583  2 files changed, 24 insertions(+)
35584
35585 commit a3df9a7bf87aeba7a3d6110cd5e01a65bd0b16d0
35586 Author: Behdad Esfahbod <behdad@behdad.org>
35587 Date:   Tue Feb 19 00:50:46 2013 -0500
35588
35589     Minor
35590
35591     Moving files around
35592
35593  test/shaping/texts/in-tree/MANIFEST                                     |
35594  2 --
35595  test/shaping/texts/in-tree/shaper-default/MANIFEST                      |
35596  2 ++
35597  .../in-tree/{script-default => shaper-default/script-hangul}/MANIFEST
35598  | 0
35599  .../{script-default => shaper-default/script-hangul}/misc/MANIFEST
35600  | 0
35601  .../{shaper-hangul => shaper-default}/script-hangul/misc/misc.txt
35602  | 0
35603  .../script-hangul => shaper-default/script-tibetan}/MANIFEST            |
35604  0
35605  .../script-hangul => shaper-default/script-tibetan}/misc/MANIFEST
35606  | 0
35607  .../{script-default => shaper-default/script-tibetan}/misc/misc.txt
35608  | 0
35609  test/shaping/texts/in-tree/shaper-hangul/MANIFEST                       |
35610  1 -
35611  9 files changed, 2 insertions(+), 3 deletions(-)
35612
35613 commit b1f440759161cb5a54e1b1b910f3a8383b8e8472
35614 Author: Behdad Esfahbod <behdad@behdad.org>
35615 Date:   Sun Feb 17 12:12:37 2013 -0500
35616
35617     [SEA] Fix order of pre-base reordering Ra and left matras
35618
35619     The code was confused because it was expecting left matra to have
35620     POS_PRE_M, like we do in the Myanmar shaper, but that is not what
35621     we were doing in this shaper.  Rewrite to rely on category only.
35622
35623     Test case: U+AA06,U+AA34,U+AA2F
35624
35625  src/hb-ot-shape-complex-sea.cc                              | 13
35626  +++++++------
35627  .../texts/in-tree/shaper-sea/script-cham/misc/misc.txt      |  1 +
35628  2 files changed, 8 insertions(+), 6 deletions(-)
35629
35630 commit 99fa9ea020f26ed2697f38a7690ee1e1b5d946c4
35631 Author: Behdad Esfahbod <behdad@behdad.org>
35632 Date:   Fri Feb 15 11:47:24 2013 -0500
35633
35634     Minor
35635
35636  src/hb-ot-layout-gsub-table.hh | 4 +---
35637  1 file changed, 1 insertion(+), 3 deletions(-)
35638
35639 commit 27589620ba2dcf356fd7fa21cd80221a07803202
35640 Author: Behdad Esfahbod <behdad@behdad.org>
35641 Date:   Fri Feb 15 11:47:09 2013 -0500
35642
35643     [OTLayout] Remove unused code
35644
35645  src/hb-open-type-private.hh | 5 -----
35646  1 file changed, 5 deletions(-)
35647
35648 commit ebb77b9c5e357ff7c9badb0f4bf1c3a965c3e91d
35649 Author: Behdad Esfahbod <behdad@behdad.org>
35650 Date:   Fri Feb 15 09:33:10 2013 -0500
35651
35652     Remove TODO items that don't make sense
35653
35654     The spec says those features need to be disabled by default.
35655
35656  TODO | 2 --
35657  1 file changed, 2 deletions(-)
35658
35659 commit c2a1cdc4c4cc51f4680ebc4ec2c462cb660f9492
35660 Author: Behdad Esfahbod <behdad@behdad.org>
35661 Date:   Fri Feb 15 09:27:02 2013 -0500
35662
35663     [Arabic] Fix shaping of left-joining 'Phags-Pa U+A872
35664
35665     This is the first character in Unicode to have Arabic left-joining
35666     behavior.  Update the machine to recognize that.
35667
35668     Test case: U+A840,U+A872,U+A840.
35669
35670  src/hb-ot-shape-complex-arabic.cc | 40
35671  +++++++++++++++++++--------------------
35672  1 file changed, 19 insertions(+), 21 deletions(-)
35673
35674 commit 05ac87813d17d9ebbfa315eee3f80f25b53135c5
35675 Author: Behdad Esfahbod <behdad@behdad.org>
35676 Date:   Fri Feb 15 09:26:41 2013 -0500
35677
35678     [tests] Add Syriac Alaph shaping test cases
35679
35680  .../shaper-arabic/script-syriac/misc/MANIFEST      |  1 +
35681  .../shaper-arabic/script-syriac/misc/alaph.txt     | 98
35682  ++++++++++++++++++++++
35683  2 files changed, 99 insertions(+)
35684
35685 commit c462b32dcb883a7aca066af24c4d28c7a2b7fa28
35686 Author: Behdad Esfahbod <behdad@behdad.org>
35687 Date:   Fri Feb 15 07:51:47 2013 -0500
35688
35689     Disable automatic segment properties guessing
35690
35691     Before, if one called hb_shape() without setting script, language, and
35692     direction on the buffer, hb_shape() was calling
35693     hb_buffer_guess_segment_properties() on the user's behalf to guess
35694     these.
35695
35696     This is very dangerous, since any serious user of HarfBuzz must set
35697     these properly (specially important is direction).  So now, we don't
35698     guess properties by default.  People not setting direction will get
35699     an abort() now.  If the old behavior is desired (fragile, good for
35700     simple testing only), users can call
35701     hb_buffer_guess_segment_properties() on the buffer just before calling
35702     hb_shape().
35703
35704  src/hb-fallback-shape.cc | 1 -
35705  src/hb-ot-shape.cc       | 2 --
35706  src/hb-shape.cc          | 2 --
35707  util/options.hh          | 1 +
35708  4 files changed, 1 insertion(+), 5 deletions(-)
35709
35710 commit 7abddbb47a489aaac8e76ac6e700cd815739b1d2
35711 Author: Behdad Esfahbod <behdad@behdad.org>
35712 Date:   Fri Feb 15 07:46:57 2013 -0500
35713
35714     Add assertions for a couple programmer errors
35715
35716  src/hb-shape-plan.cc | 8 +++++++-
35717  1 file changed, 7 insertions(+), 1 deletion(-)
35718
35719 commit 038c98f6866fe1177b04bd2ae3bb461b2f0fd1ed
35720 Author: Behdad Esfahbod <behdad@behdad.org>
35721 Date:   Fri Feb 15 07:41:07 2013 -0500
35722
35723     Allow disabling of TrueType kerning
35724
35725     Responds to the same feature tag that GPOS kerning does:
35726     'kern' for horizontal and 'vkrn' for vertical.
35727
35728  TODO               |  2 --
35729  src/hb-ot-shape.cc | 55
35730  ++++++++++++++++++++++++++++++++++--------------------
35731  2 files changed, 35 insertions(+), 22 deletions(-)
35732
35733 commit 398238a2526d322eb79e255c24634a275473920f
35734 Author: Behdad Esfahbod <behdad@behdad.org>
35735 Date:   Fri Feb 15 07:40:10 2013 -0500
35736
35737     Fix partial disabling of default-on features
35738
35739     Surprisingly, if user ever tried to turn a default feature off
35740     partially
35741     (say, disable liga for a range), the feature was being turned off
35742     globally!  Fixed now.
35743
35744  src/hb-ot-map.cc | 5 ++---
35745  1 file changed, 2 insertions(+), 3 deletions(-)
35746
35747 commit cb90b1bbe6d27ca6968b70d2dbfea7ab7fb73293
35748 Author: Behdad Esfahbod <behdad@behdad.org>
35749 Date:   Fri Feb 15 07:02:08 2013 -0500
35750
35751     [OTLayout] Respect syllable boundaries for backtrack/lookahead
35752     matching
35753
35754     Originally we meant to match backtrack/lookahead across syllable
35755     boundaries.  But a bug in the code meant that this was NOT done for
35756     backtrack.  We "fixed" that in
35757     2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c,
35758     but that broke Myanmar shaping.
35759
35760     We now believe that for Indic-like shapers (which is where syllables
35761     are
35762     used), all basic shaping forms should be fully contained within their
35763     syllables, so now we limit backtrack/lookahead matching to the
35764     syllable
35765     too.  Unbreaks Myanmar.
35766
35767  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
35768  1 file changed, 2 insertions(+), 2 deletions(-)
35769
35770 commit ee9c3a17d0bf263c5eee479fd778db97cff8e189
35771 Author: Behdad Esfahbod <behdad@behdad.org>
35772 Date:   Fri Feb 15 06:22:26 2013 -0500
35773
35774     Minor refactoring
35775
35776  src/hb-ot-shape-complex-myanmar.cc | 36
35777  ++++++++++--------------------------
35778  src/hb-ot-shape-complex-sea.cc     | 37
35779  ++++++++++---------------------------
35780  src/hb-ot-shape.cc                 | 17 ++++++-----------
35781  3 files changed, 26 insertions(+), 64 deletions(-)
35782
35783 commit cfc507c5432e6327e8484b07b9e091212653bc92
35784 Author: Behdad Esfahbod <behdad@behdad.org>
35785 Date:   Thu Feb 14 10:40:12 2013 -0500
35786
35787     [Indic-like] Disable automatic joiner handling for basic shaping
35788     features
35789
35790     Not for Arabic, but for Indic-like scripts.  ZWJ/ZWNJ have special
35791     meanings in those scripts, so let font lookups take full control.
35792
35793     This undoes the regression caused by automatic-joiners handling
35794     introduced two commits ago.
35795
35796     We only disable automatic joiner handling for the "basic shaping
35797     features" of Indic, Myanmar, and SEAsian shapers.  The "presentation
35798     forms" and other features are still applied with automatic-joiner
35799     handling.
35800
35801     This change also changes the test suite failure statistics, such that
35802     a few scripts show more "failures".  The most affected is Kannada.
35803     However, upon inspection, we believe that in most, if not all, of the
35804     new failures, we are producing results superior to Uniscribe.  Hard to
35805     count those!
35806
35807     Here's an example of what is fixed by the recent joiner-handling
35808     changes:
35809
35810       https://bugs.freedesktop.org/show_bug.cgi?id=58714
35811
35812     New numbers, for future reference:
35813
35814     BENGALI: 353892 out of 354188 tests passed. 296 failed (0.0835714%)
35815     DEVANAGARI: 707336 out of 707394 tests passed. 58 failed (0.00819911%)
35816     GUJARATI: 366262 out of 366457 tests passed. 195 failed (0.0532122%)
35817     GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
35818     KANNADA: 950680 out of 951913 tests passed. 1233 failed (0.129529%)
35819     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
35820     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
35821     MALAYALAM: 1047983 out of 1048334 tests passed. 351 failed
35822     (0.0334817%)
35823     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
35824     SINHALA: 271539 out of 271847 tests passed. 308 failed (0.113299%)
35825     TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
35826     TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
35827     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
35828
35829  src/hb-ot-layout-gsubgpos-private.hh       | 35
35830  +++++++++++++++++++-----------
35831  src/hb-ot-layout-private.hh                |  6 +++--
35832  src/hb-ot-layout.cc                        | 10 +++++----
35833  src/hb-ot-map-private.hh                   | 12 ++++++----
35834  src/hb-ot-map.cc                           | 32
35835  +++++++++++++++++++++------
35836  src/hb-ot-shape-complex-arabic-fallback.hh |  2 +-
35837  src/hb-ot-shape-complex-indic.cc           | 29 +++++++++++++------------
35838  src/hb-ot-shape-complex-myanmar.cc         |  4 ++--
35839  src/hb-ot-shape-complex-sea.cc             |  4 ++--
35840  9 files changed, 85 insertions(+), 49 deletions(-)
35841
35842 commit 0b45479198d61d5135dad771e9c68408eb13f930
35843 Author: Behdad Esfahbod <behdad@behdad.org>
35844 Date:   Thu Feb 14 10:46:52 2013 -0500
35845
35846     [OTLayout] Add fine-grained control over ZWJ matching
35847
35848     Not used yet.  Next commit...
35849
35850  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++++--
35851  src/hb-ot-layout-private.hh          | 11 +++++++++--
35852  2 files changed, 17 insertions(+), 4 deletions(-)
35853
35854 commit 607feb7cff0e50f8738d2e49ca463fc9d7d494de
35855 Author: Behdad Esfahbod <behdad@behdad.org>
35856 Date:   Thu Feb 14 07:43:13 2013 -0500
35857
35858     [OTLayout] Ignore default-ignorables when matching GSUB/GPOS
35859
35860     When matching lookups, be smart about default-ignorable characters.
35861     In particular:
35862
35863     Do nothing specific about ZWNJ, but for the other default-ignorables:
35864
35865     If the lookup in question uses the ignorable character in a sequence,
35866     then match it as we used to do.  However, if the sequence match will
35867     fail because the default-ignorable blocked it, try skipping the
35868     ignorable character and continue.
35869
35870     The most immediate thing it means is that if Lam-Alef forms a
35871     ligature,
35872     then Lam-ZWJ-Alef will do to.  Finally!
35873
35874     One exception: when matching for GPOS, or for backtrack/lookahead of
35875     GSUB, we ignore ZWNJ too.  That's the right thing to do.
35876
35877     It certainly is possible to build fonts that this feature will result
35878     in undesirable glyphs, but it's hard to think of a real-world case
35879     that that would happen.
35880
35881     This *does* break Indic shaping right now, since Indic Unicode has
35882     specific rules for what ZWJ/ZWNJ mean, and skipping ZWJ is breaking
35883     those rules.  That will be fixed in upcoming commits.
35884
35885  src/hb-ot-layout-gpos-table.hh       |   1 +
35886  src/hb-ot-layout-gsub-table.hh       |   2 +-
35887  src/hb-ot-layout-gsubgpos-private.hh | 279
35888  ++++++++++++++++++++++++-----------
35889  src/hb-ot-layout-private.hh          |  45 ++++++
35890  src/hb-ot-shape-private.hh           |  44 ------
35891  5 files changed, 237 insertions(+), 134 deletions(-)
35892
35893 commit ec5448667b30ad662401c2b4f5fc0da524c013fd
35894 Author: Behdad Esfahbod <behdad@behdad.org>
35895 Date:   Thu Feb 14 11:25:10 2013 -0500
35896
35897     Add hb_ot_map_feature_flags_t
35898
35899     Code cleanup.  No (intended) functional change.
35900
35901  src/hb-ot-map-private.hh           | 29 +++++++++++++++++---
35902  src/hb-ot-map.cc                   | 24 ++++++++---------
35903  src/hb-ot-shape-complex-arabic.cc  |  4 +--
35904  src/hb-ot-shape-complex-indic.cc   | 55
35905  +++++++++++++++++++-------------------
35906  src/hb-ot-shape-complex-myanmar.cc |  4 +--
35907  src/hb-ot-shape-complex-sea.cc     |  2 +-
35908  src/hb-ot-shape.cc                 |  6 +++--
35909  7 files changed, 74 insertions(+), 50 deletions(-)
35910
35911 commit e7ffcfafb1108801ac504f18f820e497226bf07f
35912 Author: Behdad Esfahbod <behdad@behdad.org>
35913 Date:   Thu Feb 14 11:05:56 2013 -0500
35914
35915     Clean-up add_bool_feature
35916
35917  src/hb-ot-map-private.hh           |  4 ++--
35918  src/hb-ot-shape-complex-arabic.cc  | 16 ++++++++--------
35919  src/hb-ot-shape-complex-default.cc |  2 +-
35920  src/hb-ot-shape-complex-indic.cc   |  8 ++++----
35921  src/hb-ot-shape-complex-myanmar.cc |  8 ++++----
35922  src/hb-ot-shape-complex-sea.cc     |  8 ++++----
35923  src/hb-ot-shape.cc                 | 10 +++++-----
35924  7 files changed, 28 insertions(+), 28 deletions(-)
35925
35926 commit e7562f53fe6a506d2c6d59d6688e4fa468bba462
35927 Author: Behdad Esfahbod <behdad@behdad.org>
35928 Date:   Thu Feb 14 11:05:36 2013 -0500
35929
35930     Fix compile warnings for ragel-generated machines
35931
35932  src/hb-ot-shape-complex-indic-machine.rl   | 2 +-
35933  src/hb-ot-shape-complex-myanmar-machine.rl | 2 +-
35934  src/hb-ot-shape-complex-sea-machine.rl     | 2 +-
35935  3 files changed, 3 insertions(+), 3 deletions(-)
35936
35937 commit 4e51df73a337f7232a7dfa85df78a4f19b24771b
35938 Author: Behdad Esfahbod <behdad@behdad.org>
35939 Date:   Thu Feb 14 07:42:42 2013 -0500
35940
35941     [OTLayout] Remove unused function
35942
35943  src/hb-ot-layout-gsubgpos-private.hh | 5 -----
35944  1 file changed, 5 deletions(-)
35945
35946 commit 8820bb235b1f63e4d93c8a2f5c08b44d89e06b78
35947 Author: Behdad Esfahbod <behdad@behdad.org>
35948 Date:   Thu Feb 14 07:41:03 2013 -0500
35949
35950     [OTLayout] Port apply_lookup to skippy_iter
35951
35952  src/hb-ot-layout-gsubgpos-private.hh | 50
35953  +++++++++++++++++++++++++-----------
35954  1 file changed, 35 insertions(+), 15 deletions(-)
35955
35956 commit dfca269f069dae2f99990dac24da15d316eccb9f
35957 Author: Behdad Esfahbod <behdad@behdad.org>
35958 Date:   Thu Feb 14 07:20:52 2013 -0500
35959
35960     [OTLayout] Port ligate_input to skippy_iter
35961
35962  src/hb-ot-layout-gsubgpos-private.hh | 5 ++++-
35963  1 file changed, 4 insertions(+), 1 deletion(-)
35964
35965 commit 7e53415c2d8859e8b5948a2edb38c39a8f78b825
35966 Author: Behdad Esfahbod <behdad@behdad.org>
35967 Date:   Thu Feb 14 06:24:30 2013 -0500
35968
35969     [OTLayout] Minor fix for apply_lookup()
35970
35971     Should NOT change behavior, since first glyph is a match.
35972
35973  src/hb-ot-layout-gsubgpos-private.hh | 16 +++++++++-------
35974  1 file changed, 9 insertions(+), 7 deletions(-)
35975
35976 commit 6880f7e19d44c50e45ecb86d26381aad956d9acb
35977 Author: Behdad Esfahbod <behdad@behdad.org>
35978 Date:   Wed Feb 13 12:17:25 2013 -0500
35979
35980     [OTLayout] Make table type known to apply context
35981
35982  src/hb-ot-layout-gsubgpos-private.hh       | 5 ++++-
35983  src/hb-ot-layout.cc                        | 4 ++--
35984  src/hb-ot-shape-complex-arabic-fallback.hh | 2 +-
35985  3 files changed, 7 insertions(+), 4 deletions(-)
35986
35987 commit 2c7d0b6b80d412de3fddd443ed1a485ea1cbb03c
35988 Author: Behdad Esfahbod <behdad@behdad.org>
35989 Date:   Wed Feb 13 12:10:08 2013 -0500
35990
35991     [OTLayou] Unbreak backtrack matching
35992
35993     Was introduced by 28b9d502bb69a8045818d5f6113ded9c59a56bd7.
35994
35995  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
35996  1 file changed, 3 insertions(+), 4 deletions(-)
35997
35998 commit c074ebc466dcc9bcc0d8a5dd7e942dea974ff718
35999 Author: Behdad Esfahbod <behdad@behdad.org>
36000 Date:   Wed Feb 13 11:22:42 2013 -0500
36001
36002     [OTLayout] Minor refactoring
36003
36004  src/hb-ot-layout-gpos-table.hh       |  9 ++++++---
36005  src/hb-ot-layout-gsubgpos-private.hh | 30 +++++++++++++++++-------------
36006  2 files changed, 23 insertions(+), 16 deletions(-)
36007
36008 commit 407fc12466ef460d0edf11b89f0d04c4d724875f
36009 Author: Behdad Esfahbod <behdad@behdad.org>
36010 Date:   Wed Feb 13 11:13:06 2013 -0500
36011
36012     [OTLayout] Remove bogus caching of glyph property
36013
36014  src/hb-ot-layout-gpos-table.hh       | 21 ++++++++-----------
36015  src/hb-ot-layout-gsub-table.hh       |  7 +++----
36016  src/hb-ot-layout-gsubgpos-private.hh | 40
36017  ++++++++++++++----------------------
36018  3 files changed, 26 insertions(+), 42 deletions(-)
36019
36020 commit 6b1e3502e23c110dd810f854ba021f83baab1548
36021 Author: Behdad Esfahbod <behdad@behdad.org>
36022 Date:   Wed Feb 13 11:02:54 2013 -0500
36023
36024     Remember ZWNJ
36025
36026     To be used in upcoming changes.
36027
36028  src/hb-ot-shape-private.hh | 11 +++++++++--
36029  1 file changed, 9 insertions(+), 2 deletions(-)
36030
36031 commit 1f91c39677f840a1f630696d16d083060069abf5
36032 Author: Behdad Esfahbod <behdad@behdad.org>
36033 Date:   Wed Feb 13 09:38:40 2013 -0500
36034
36035     Indent
36036
36037  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
36038  1 file changed, 6 insertions(+), 2 deletions(-)
36039
36040 commit a0cb9f33ee064628debe8e848094dfd661334640
36041 Author: Behdad Esfahbod <behdad@behdad.org>
36042 Date:   Wed Feb 13 09:26:55 2013 -0500
36043
36044     [Indic] Improve base finding in final_reordering
36045
36046     Fixes 5 Malayalam failures!
36047
36048     MALAYALAM: 1048016 out of 1048334 tests passed. 318 failed
36049     (0.0303338%)
36050
36051  src/hb-ot-shape-complex-indic.cc | 7 +++++++
36052  1 file changed, 7 insertions(+)
36053
36054 commit 126f39cd16cea87b2696f66467c83a585bd4c2cf
36055 Author: Behdad Esfahbod <behdad@behdad.org>
36056 Date:   Wed Feb 13 08:29:21 2013 -0500
36057
36058     Add more dot-reph tests
36059
36060  .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt      |
36061  10 ++++++++++
36062  1 file changed, 10 insertions(+)
36063
36064 commit f22b7e77783fa2f44365e0fe6413c4474c07048d
36065 Author: Behdad Esfahbod <behdad@behdad.org>
36066 Date:   Wed Feb 13 07:32:46 2013 -0500
36067
36068     [Indic] Track base position when reordering things
36069
36070     Ouch, how did things ever work without this?!  The added test that
36071     has a
36072     dot-reph as well as a pre-base reordering Ra perfectly demonstrates
36073     the
36074     bug (tested with Nirmala font from Win8 for example).  Testing
36075     suggests
36076     that Win8 shaper has the *exact* same bug / behavior that we used to
36077     have.  Odd.
36078
36079  src/hb-ot-shape-complex-indic.cc                                    |
36080  6 ++++++
36081  .../in-tree/shaper-indic/indic/script-malayalam/misc/dot-reph.txt   | 1 +
36082  2 files changed, 7 insertions(+)
36083
36084 commit bc11de144c0a7a95fa0945aa7f053d8117af282a
36085 Author: Behdad Esfahbod <behdad@behdad.org>
36086 Date:   Wed Feb 13 05:59:06 2013 -0500
36087
36088     [SEA] Don't zero any mark advances
36089
36090     Keep the logic simple, easier to explain to font developers.
36091
36092  src/hb-ot-shape-complex-sea.cc | 2 +-
36093  1 file changed, 1 insertion(+), 1 deletion(-)
36094
36095 commit 0291a6528685f1f593707655943fb2360579cb9e
36096 Author: Behdad Esfahbod <behdad@behdad.org>
36097 Date:   Wed Feb 13 05:57:24 2013 -0500
36098
36099     Further adjust mark advance zeroing
36100
36101     This is a followup to 568000274c8edb5f41bc4f876ce21fcc8bdaeed8.
36102     Looks like in the Latin shaper, Uniscribe zeroes all Unicode NSM
36103     advances *after* GPOS, not before.  Match that.
36104
36105     Can be tested using DejaVu Sans Mono, since that font has GPOS
36106     rules to zero the mark advances on its own.
36107
36108  src/hb-ot-shape.cc | 33 +++++++++++++++++++++++----------
36109  1 file changed, 23 insertions(+), 10 deletions(-)
36110
36111 commit 85c51ec2e1d518019e32801ae38659c74fc20d80
36112 Author: Behdad Esfahbod <behdad@behdad.org>
36113 Date:   Tue Feb 12 18:17:39 2013 -0500
36114
36115     [Indic] Fix Eyelash Ra with old Devanagari spec
36116
36117  src/hb-ot-shape-complex-indic.cc | 32 ++++++++++++++++++++++++++++++++
36118  1 file changed, 32 insertions(+)
36119
36120 commit cc5f24cde079b451799562b3af7ce06d932cbe6b
36121 Author: Behdad Esfahbod <behdad@behdad.org>
36122 Date:   Tue Feb 12 18:17:12 2013 -0500
36123
36124     [tests] Add tests for Devanagary Eyelash Ra
36125
36126     Currently broken with Sanskrit 2003 font.
36127
36128  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST   |
36129  1 +
36130  .../in-tree/shaper-indic/indic/script-devanagari/misc/eyelash.txt      |
36131  3 +++
36132  2 files changed, 4 insertions(+)
36133
36134 commit 63e48bc33b68f940c351af623a55a4cf650db102
36135 Author: Behdad Esfahbod <behdad@behdad.org>
36136 Date:   Tue Feb 12 17:57:49 2013 -0500
36137
36138     [Indic] Apply 'blwf' before 'half'
36139
36140     This reverts 167b625d988b74572d6b2f646c285b666b650d49.  It didn't
36141     matter before, but that's going to change with next commit.
36142
36143  src/hb-ot-shape-complex-indic.cc | 4 ++--
36144  1 file changed, 2 insertions(+), 2 deletions(-)
36145
36146 commit 70d656571194d2bd32671244530edbe159722cec
36147 Author: Behdad Esfahbod <behdad@behdad.org>
36148 Date:   Tue Feb 12 18:01:21 2013 -0500
36149
36150     [Indic] Apply 'vatu' before 'cjct'
36151
36152     This essentially reverts 1d6846db9ebf84561bb30a4e48c6c43184914099,
36153     but that commit is from way back when.  We should be better
36154     following the spec order now again.
36155
36156  src/hb-ot-shape-complex-indic.cc | 4 ++--
36157  1 file changed, 2 insertions(+), 2 deletions(-)
36158
36159 commit 64bb2ae857cfda35dd71c7f1e962722069674ec6
36160 Author: Behdad Esfahbod <behdad@behdad.org>
36161 Date:   Tue Feb 12 16:29:25 2013 -0500
36162
36163     Didn't mean to push this out
36164
36165     Ouch!
36166
36167  test/shaping/hb_test_tools.py | 1 -
36168  1 file changed, 1 deletion(-)
36169
36170 commit f9b660534c269d2257d6b5e8ec2173ee71668f2f
36171 Author: Behdad Esfahbod <behdad@behdad.org>
36172 Date:   Tue Feb 12 16:13:56 2013 -0500
36173
36174     [Myanmar] Use master Indic table for syllable data
36175
36176  src/hb-ot-shape-complex-myanmar.cc | 144
36177  +++++++++----------------------------
36178  test/shaping/hb_test_tools.py      |   1 +
36179  2 files changed, 35 insertions(+), 110 deletions(-)
36180
36181 commit f60793e854393c32337a483c5d1700bf17d767fd
36182 Author: Behdad Esfahbod <behdad@behdad.org>
36183 Date:   Tue Feb 12 15:45:59 2013 -0500
36184
36185     [tests] Add Cham sample
36186
36187  test/shaping/texts/in-tree/shaper-sea/script-cham/misc/misc.txt | 1 +
36188  1 file changed, 1 insertion(+)
36189
36190 commit e2aab4b5db88c368c11cee81368b9ad41399e585
36191 Author: Behdad Esfahbod <behdad@behdad.org>
36192 Date:   Tue Feb 12 15:35:32 2013 -0500
36193
36194     Improve checks for setmode()
36195
36196     As reported by Jonathan, OS X has setmode() that is something other
36197     than what setmode() is on Win32.  So, limit invocation to Windows
36198     platforms only.
36199
36200  configure.ac    | 4 ++--
36201  util/options.cc | 4 ++--
36202  util/options.hh | 2 +-
36203  3 files changed, 5 insertions(+), 5 deletions(-)
36204
36205 commit a6c1e040e594faeefd61b456ef995c7886cdea78
36206 Author: Behdad Esfahbod <behdad@behdad.org>
36207 Date:   Tue Feb 12 15:31:58 2013 -0500
36208
36209     Improve check for Windows platforms
36210
36211     Instead of checking for compiler, check for platform.
36212
36213  src/hb-atomic-private.hh | 2 +-
36214  src/hb-mutex-private.hh  | 2 +-
36215  2 files changed, 2 insertions(+), 2 deletions(-)
36216
36217 commit 9e1f80ab3eea4a74cdaa6a390e4925a479ece1c5
36218 Author: Behdad Esfahbod <behdad@behdad.org>
36219 Date:   Tue Feb 12 15:28:21 2013 -0500
36220
36221     [SEA] Treat Consonant_Final like Consonant_Medial
36222
36223  src/hb-ot-shape-complex-indic-private.hh | 2 +-
36224  1 file changed, 1 insertion(+), 1 deletion(-)
36225
36226 commit bab02d339f39ed5168daaef9461227f78e596a2f
36227 Author: Behdad Esfahbod <behdad@behdad.org>
36228 Date:   Tue Feb 12 15:26:45 2013 -0500
36229
36230     Rename HB_OT_INDIC_OPTIONS env var to HB_OPTIONS
36231
36232     The Myanmar shaper now respects the uniscribe-bug-compatibility
36233     option too.
36234
36235  src/hb-common.cc                   | 20 ++++++++++++--
36236  src/hb-ot-shape-complex-indic.cc   | 53
36237  ++++----------------------------------
36238  src/hb-ot-shape-complex-myanmar.cc |  7 ++---
36239  src/hb-private.hh                  | 29 +++++++++++++++++++++
36240  4 files changed, 54 insertions(+), 55 deletions(-)
36241
36242 commit 3a83d33ec0b1be6f5992816ff5ebb0f43c8dff00
36243 Author: Behdad Esfahbod <behdad@behdad.org>
36244 Date:   Tue Feb 12 12:14:10 2013 -0500
36245
36246     Add South-East Asian shaper
36247
36248     Handles Tai Tham, Cham, and New Tai Lue for now.
36249
36250  src/Makefile.am                                    |  12 +-
36251  src/gen-indic-table.py                             |   9 +-
36252  src/hb-ot-shape-complex-indic-private.hh           | 241 +------------
36253  ...table.hh => hb-ot-shape-complex-indic-table.cc} |   9 +-
36254  src/hb-ot-shape-complex-indic.cc                   | 239 ++++++++++++
36255  src/hb-ot-shape-complex-myanmar.cc                 |   2 +-
36256  src/hb-ot-shape-complex-private.hh                 |  28 +-
36257  src/hb-ot-shape-complex-sea-machine.rl             | 102 ++++++
36258  src/hb-ot-shape-complex-sea.cc                     | 400
36259  +++++++++++++++++++++
36260  test/shaping/texts/in-tree/MANIFEST                |   1 +
36261  .../in-tree/shaper-indic/south-east-asian/MANIFEST |   1 -
36262  test/shaping/texts/in-tree/shaper-myanmar/MANIFEST |   1 +
36263  test/shaping/texts/in-tree/shaper-sea/MANIFEST     |   3 +
36264  .../script-cham}/MANIFEST                          |   0
36265  .../script-cham}/misc/MANIFEST                     |   0
36266  .../in-tree/shaper-sea/script-cham/misc/misc.txt   |   1 +
36267  .../in-tree/shaper-sea/script-new-tai-lue/MANIFEST |   1 +
36268  .../shaper-sea/script-new-tai-lue/misc/MANIFEST    |   1 +
36269  .../script-new-tai-lue/misc/misc.txt               |   0
36270  .../in-tree/shaper-sea/script-tai-tham/MANIFEST    |   1 +
36271  .../shaper-sea/script-tai-tham/misc/MANIFEST       |   1 +
36272  .../shaper-sea/script-tai-tham/misc/misc.txt       |   2 +
36273  22 files changed, 792 insertions(+), 263 deletions(-)
36274
36275 commit fb960212063016656dfaba83f072c81d1efc3202
36276 Author: Behdad Esfahbod <behdad@behdad.org>
36277 Date:   Tue Feb 12 10:33:58 2013 -0500
36278
36279     Minor test reshufflings
36280
36281  test/shaping/texts/in-tree/MANIFEST
36282  | 1 +
36283  .../{shaper-indic/south-asian/script-tibetan => script-default}/MANIFEST
36284  | 0
36285  .../south-asian/script-tibetan => script-default}/misc/MANIFEST
36286  | 0
36287  .../south-asian/script-tibetan => script-default}/misc/misc.txt
36288  | 0
36289  test/shaping/texts/in-tree/shaper-indic/MANIFEST
36290  | 1 -
36291  test/shaping/texts/in-tree/shaper-indic/south-asian/MANIFEST
36292  | 1 -
36293  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
36294  | 1 -
36295  .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST
36296  | 1 -
36297  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST
36298  | 0
36299  9 files changed, 1 insertion(+), 4 deletions(-)
36300
36301 commit 5676d5d52784e16068ae483103d59111a8081854
36302 Author: Behdad Esfahbod <behdad@behdad.org>
36303 Date:   Tue Feb 12 10:31:14 2013 -0500
36304
36305     [Indic] Make sure New Tai Lue works!
36306
36307  src/hb-ot-shape-complex-private.hh                           | 12
36308  ++++++++----
36309  .../texts/in-tree/shaper-indic/south-east-asian/MANIFEST     |  1 +
36310  .../south-east-asian/script-new-tai-lue/MANIFEST             |  1 +
36311  .../south-east-asian/script-new-tai-lue/misc/MANIFEST        |  1 +
36312  .../south-east-asian/script-new-tai-lue/misc/misc.txt        |  1 +
36313  5 files changed, 12 insertions(+), 4 deletions(-)
36314
36315 commit 568000274c8edb5f41bc4f876ce21fcc8bdaeed8
36316 Author: Behdad Esfahbod <behdad@behdad.org>
36317 Date:   Tue Feb 12 09:44:57 2013 -0500
36318
36319     Adjust mark advance-width zeroing logic for Myanmar
36320
36321     Before, we were zeroing advance width of attached marks for
36322     non-Indic scripts, and not doing it for Indic.
36323
36324     We have now three different behaviors, which seem to better
36325     reflect what Uniscribe is doing:
36326
36327       - For Indic, no explicit zeroing happens whatsoever, which
36328         is the same as before,
36329
36330       - For Myanmar, zero advance width of glyphs marked as marks
36331         *in GDEF*, and do that *before* applying GPOS.  This seems
36332         to be what the new Win8 Myanmar shaper does,
36333
36334       - For everything else, zero advance width of glyphs that are
36335         from General_Category=Mn Unicode characters, and do so
36336         before applying GPOS.  This seems to be what Uniscribe does
36337         for Latin at least.
36338
36339     With these changes, positioning of all tests matches for Myanmar,
36340     except for the glitch in Uniscribe not applying 'mark'.  See preivous
36341     commit.
36342
36343  src/hb-ot-layout-gpos-table.hh     | 12 ++++--------
36344  src/hb-ot-layout-private.hh        |  3 +--
36345  src/hb-ot-layout.cc                |  4 ++--
36346  src/hb-ot-shape-complex-arabic.cc  |  2 +-
36347  src/hb-ot-shape-complex-default.cc |  2 +-
36348  src/hb-ot-shape-complex-indic.cc   |  2 +-
36349  src/hb-ot-shape-complex-myanmar.cc |  2 +-
36350  src/hb-ot-shape-complex-private.hh |  9 ++++++++-
36351  src/hb-ot-shape-complex-thai.cc    |  2 +-
36352  src/hb-ot-shape.cc                 | 31 +++++++++++++++++++++++++++++--
36353  10 files changed, 49 insertions(+), 20 deletions(-)
36354
36355 commit 99749ca8e0c4c8dbea4620f07c4d0e6d1515cc65
36356 Author: Behdad Esfahbod <behdad@behdad.org>
36357 Date:   Tue Feb 12 09:44:35 2013 -0500
36358
36359     [Myanmar] Add note re Uniscribe NOT applying 'mark'
36360
36361  src/hb-ot-shape-complex-myanmar.cc | 14 ++++++++++++++
36362  1 file changed, 14 insertions(+)
36363
36364 commit b8427801381180da9611b2e3e0f0b3514274de81
36365 Author: Behdad Esfahbod <behdad@behdad.org>
36366 Date:   Mon Feb 11 17:02:17 2013 -0500
36367
36368     Minor
36369
36370  src/hb-atomic-private.hh | 2 +-
36371  src/hb-mutex-private.hh  | 2 +-
36372  2 files changed, 2 insertions(+), 2 deletions(-)
36373
36374 commit 419c933ed1b5d97c7561546536ef5810a7b0ebd0
36375 Author: Behdad Esfahbod <behdad@behdad.org>
36376 Date:   Mon Feb 11 16:16:16 2013 -0500
36377
36378     [Myanmar] Fix handling of Punctuation and Symbol types
36379
36380     Testing with "clusters" now on par with testing without them.  15
36381     failures both.
36382
36383  src/hb-ot-shape-complex-myanmar.cc | 12 ++++++++++++
36384  1 file changed, 12 insertions(+)
36385
36386 commit 0572c1410a9cb0ac5dd5dc84a8034698cc5c4892
36387 Author: Behdad Esfahbod <behdad@behdad.org>
36388 Date:   Mon Feb 11 16:06:02 2013 -0500
36389
36390     [Myanmar] Fixup handling of joiners and GB characters
36391
36392  src/hb-ot-shape-complex-myanmar-machine.rl |  6 ++----
36393  src/hb-ot-shape-complex-myanmar.cc         | 19 +++++++++++++++++--
36394  2 files changed, 19 insertions(+), 6 deletions(-)
36395
36396 commit 1c8654ead41ca746d577549c92d2a41c594ab639
36397 Author: Behdad Esfahbod <behdad@behdad.org>
36398 Date:   Mon Feb 11 14:27:02 2013 -0500
36399
36400     [Myanmar] Prevent reordering between Asat and Dot below
36401
36402     Implemented as a hack for now.  Myanmar failures down from 23 to 15.
36403
36404     MYANMAR: 1123868 out of 1123883 tests passed. 15 failed (0.00133466%)
36405
36406     The remaining 15 cases are all where the syllable is wrong according
36407     to
36408     the OpenType spec.  We insert dottedcircle.  Uniscribe fails to
36409     do that,
36410     but it also fails to reorder the prebase-reordering medial-Ra.  So it
36411     gets it wrong.
36412
36413  src/hb-unicode-private.hh | 3 +++
36414  1 file changed, 3 insertions(+)
36415
36416 commit bed687f886b8def06642ad986648e9149a935add
36417 Author: Behdad Esfahbod <behdad@behdad.org>
36418 Date:   Mon Feb 11 14:24:03 2013 -0500
36419
36420     Shuffle test data around
36421
36422  test/shaping/texts/in-tree/MANIFEST
36423  | 1 +
36424  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
36425  | 1 -
36426  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST
36427  | 1 -
36428  .../south-east-asian => shaper-myanmar}/script-myanmar/MANIFEST
36429  | 0
36430  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/MANIFEST
36431  | 0
36432  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/misc.txt
36433  | 0
36434  .../south-east-asian => shaper-myanmar}/script-myanmar/misc/utn11.txt
36435  | 0
36436  test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST
36437  | 1 +
36438  .../south-east-asian => shaper-thai}/script-thai/misc/misc.txt
36439  | 0
36440  9 files changed, 2 insertions(+), 2 deletions(-)
36441
36442 commit 98628cac9f733f2674d6409954cddb7d0634c233
36443 Author: Behdad Esfahbod <behdad@behdad.org>
36444 Date:   Mon Feb 11 13:36:23 2013 -0500
36445
36446     Add Win8-style Myanmar shaper
36447
36448     Myanmar failures down from 51% to 0.00204648%!
36449
36450     MYANMAR: 1123860 out of 1123883 tests passed. 23 failed (0.00204648%)
36451
36452  src/Makefile.am                            |  14 +-
36453  src/hb-ot-shape-complex-indic.cc           |   2 -
36454  src/hb-ot-shape-complex-myanmar-machine.rl | 127 ++++++
36455  src/hb-ot-shape-complex-myanmar.cc         | 599
36456  +++++++++++++++++++++++++++++
36457  src/hb-ot-shape-complex-private.hh         |   5 +-
36458  5 files changed, 740 insertions(+), 7 deletions(-)
36459
36460 commit 1df56449586bd32275a6fa69dcadd5fb77a84f82
36461 Author: Behdad Esfahbod <behdad@behdad.org>
36462 Date:   Mon Feb 11 14:17:54 2013 -0500
36463
36464     Minor
36465
36466  src/hb-ot-shape-complex-indic.cc | 3 ---
36467  1 file changed, 3 deletions(-)
36468
36469 commit 54f7b4d9ec13f8454aa298534da318c023fa3c63
36470 Author: Behdad Esfahbod <behdad@behdad.org>
36471 Date:   Mon Feb 11 13:27:17 2013 -0500
36472
36473     [OTLayout] Respect lookup-flags skipping over non-mark glyphs
36474
36475     Before, when matching ligatures, we never skipping over base / liga
36476     glyphs even if that was what the LookupFlags asked for.
36477
36478     Fixed now.  We carefully reviewed all instances of this, and
36479     tested with
36480     Amiri as well as some Indic scripts, and are confident that this
36481     should
36482     NOT break anyone's fonts.  It's also how Uniscribe does it, from what
36483     we can tell.
36484
36485  src/hb-ot-layout-gpos-table.hh       |  2 +-
36486  src/hb-ot-layout-gsubgpos-private.hh | 25 ++++++++++---------------
36487  2 files changed, 11 insertions(+), 16 deletions(-)
36488
36489 commit 9082efc4aacb34de8574d6a4a3c037987df58bd8
36490 Author: Behdad Esfahbod <behdad@behdad.org>
36491 Date:   Mon Feb 11 13:14:15 2013 -0500
36492
36493     [OTLayout] s/mark_skipping/skipping/
36494
36495     In aticipation of upcoming changes.
36496
36497  src/hb-ot-layout-gpos-table.hh       | 12 ++++++------
36498  src/hb-ot-layout-gsubgpos-private.hh | 28 ++++++++++++++--------------
36499  2 files changed, 20 insertions(+), 20 deletions(-)
36500
36501 commit 9621e0ba294c9cc6d458bbf632e63e92fda71e10
36502 Author: Behdad Esfahbod <behdad@behdad.org>
36503 Date:   Mon Feb 11 06:58:27 2013 -0500
36504
36505     [Indic] Fix bug introduced in 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2
36506
36507     Was breaking reph formation logic when the Ra is the only consonant.
36508     Devanagari regression fixed.  Down to 57 failures again.  Ouch.
36509
36510  src/hb-ot-shape-complex-indic.cc | 2 +-
36511  1 file changed, 1 insertion(+), 1 deletion(-)
36512
36513 commit 6e74c64211b6aaac48bae8c87f9420d8dc03fd93
36514 Author: Behdad Esfahbod <behdad@behdad.org>
36515 Date:   Mon Feb 11 06:50:17 2013 -0500
36516
36517     Improve normalization heuristic
36518
36519     Before, for most scripts, we were not trying to recompose two
36520     characters
36521     if the second one had ccc=0.  That fails for Myanmar where U+1026
36522     decomposes to U+1025,U+102E, both of which have ccc=0.  However, we do
36523     want to try to recompose those.  We now check whether the second is a
36524     mark, using general category instead.
36525
36526     At the same time, remove optimization that was conflicting with this.
36527
36528     [Let the Ngapi hackfest begin!]
36529
36530  src/hb-ot-shape-normalize.cc | 39 +++++++++++++--------------------------
36531  1 file changed, 13 insertions(+), 26 deletions(-)
36532
36533 commit 614242efb043f2ed78916377138d456279a20a54
36534 Author: Behdad Esfahbod <behdad@behdad.org>
36535 Date:   Wed Feb 6 23:45:27 2013 -0500
36536
36537     Revert "Include config.h.in in tree"
36538
36539     This reverts commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80.
36540
36541     Conflicts:
36542             config.h.in
36543
36544     Same argument as previous commit.
36545
36546  Makefile.am |   1 +
36547  config.h.in | 153
36548  ------------------------------------------------------------
36549  2 files changed, 1 insertion(+), 153 deletions(-)
36550
36551 commit adff3778155facb7b149ce66ab7d573368e048de
36552 Author: Behdad Esfahbod <behdad@behdad.org>
36553 Date:   Wed Feb 6 23:43:27 2013 -0500
36554
36555     Revert "[Indic] Import ragel-generated Indic machine in git"
36556
36557     This reverts commit fab7a71f110ed646745d54b23284537c50058c21.
36558
36559     Conflicts:
36560             src/hb-ot-shape-complex-indic-machine.hh
36561
36562     Keeping that generated file in-tree causes problems with processes
36563     like
36564     tinderbox  that automatically fetch and build harfbuzz.  It's harder
36565     to
36566     bootstrap harfbuzz now (as was previously), but I'm willing to
36567     give this
36568     another chance and see how it goes.
36569
36570  autogen.sh                               |    6 +
36571  src/Makefile.am                          |    1 +
36572  src/hb-ot-shape-complex-indic-machine.hh | 1443
36573  ------------------------------
36574  3 files changed, 7 insertions(+), 1443 deletions(-)
36575
36576 commit 5898fa94d12b19686f649104bd6efe8daa1ba0c9
36577 Author: Behdad Esfahbod <behdad@behdad.org>
36578 Date:   Wed Feb 6 15:29:07 2013 -0500
36579
36580     Don't use $(ENV)
36581
36582     As reported by Peter Breitenlohner:
36583
36584     I think this is a very bad idea because ENV is used to specify
36585     a startup
36586     file to be read by some/all shells.
36587
36588  test/api/Makefile.am | 2 +-
36589  1 file changed, 1 insertion(+), 1 deletion(-)
36590
36591 commit 52d66c26a2102bd1a49463b8e8f04612598f8ac1
36592 Author: Behdad Esfahbod <behdad@behdad.org>
36593 Date:   Mon Feb 4 23:31:24 2013 -0500
36594
36595     Add color-tests automake option
36596
36597  configure.ac | 2 +-
36598  1 file changed, 1 insertion(+), 1 deletion(-)
36599
36600 commit 9de5f98f363d96f308adc33f1c2286e5c33117de
36601 Author: Behdad Esfahbod <behdad@behdad.org>
36602 Date:   Mon Feb 4 23:28:22 2013 -0500
36603
36604     Bug 60035 - intermittent make install failure on hb-version.h
36605
36606  src/Makefile.am | 12 +++++++-----
36607  1 file changed, 7 insertions(+), 5 deletions(-)
36608
36609 commit 6c1e8b614cfd6ed016fba6bf20af1e422e79eb71
36610 Author: Behdad Esfahbod <behdad@behdad.org>
36611 Date:   Mon Feb 4 23:24:16 2013 -0500
36612
36613     Bug 59637 - check-exported-symbols.sh & check-internal-symbols.sh
36614     fail on mips/mipsel
36615
36616  src/check-symbols.sh | 2 +-
36617  1 file changed, 1 insertion(+), 1 deletion(-)
36618
36619 commit bafdf3d983dcc277d6e7e322277c0bb25b41a173
36620 Author: Behdad Esfahbod <behdad@behdad.org>
36621 Date:   Mon Feb 4 23:06:50 2013 -0500
36622
36623     Merge check-internal-symbols.sh and check-exported-symbols.sh
36624
36625  src/Makefile.am                                    |  3 +-
36626  src/check-internal-symbols.sh                      | 34
36627  ----------------------
36628  ...{check-exported-symbols.sh => check-symbols.sh} | 16 ++++++++--
36629  3 files changed, 14 insertions(+), 39 deletions(-)
36630
36631 commit ceeae30f47b9d628484ae398bc38f3f60ee8eab4
36632 Author: Behdad Esfahbod <behdad@behdad.org>
36633 Date:   Thu Jan 31 19:27:36 2013 -0500
36634
36635     Really fix setmode this time
36636
36637     Thanks to Khaled for spotting it.
36638
36639  util/options.cc | 2 +-
36640  1 file changed, 1 insertion(+), 1 deletion(-)
36641
36642 commit 7cba8a673b4b436a737fc4ffe85dc84ddd2bf41f
36643 Author: Behdad Esfahbod <behdad@behdad.org>
36644 Date:   Thu Jan 31 18:37:10 2013 -0500
36645
36646     Fixup previous commit
36647
36648     Now, it looks like this breaks Cygwin again.  Have to figure out
36649     what's
36650     going on.
36651
36652  util/options.cc | 4 ++--
36653  1 file changed, 2 insertions(+), 2 deletions(-)
36654
36655 commit bc76449f51f20491a4540b4f240f5a3e0dcb20fe
36656 Author: Behdad Esfahbod <behdad@behdad.org>
36657 Date:   Thu Jan 31 18:18:05 2013 -0500
36658
36659     Use setmode() instead of _setmode()
36660
36661     Looks like Cygwin / MSVC declare it that way, and it still works on
36662     MinGW32 cross.
36663
36664  config.h.in     | 6 +++---
36665  configure.ac    | 2 +-
36666  util/options.cc | 2 +-
36667  util/options.hh | 2 +-
36668  4 files changed, 6 insertions(+), 6 deletions(-)
36669
36670 commit e9171af55cc6a402eb20db4ea74c86a0b1e70e85
36671 Author: Behdad Esfahbod <behdad@behdad.org>
36672 Date:   Tue Jan 29 22:45:00 2013 -0500
36673
36674     Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’
36675     defined but not used
36676
36677  src/hb-common.cc | 2 +-
36678  src/hb-ft.cc     | 2 +-
36679  src/hb-shape.cc  | 2 +-
36680  src/hb-shaper.cc | 2 +-
36681  4 files changed, 4 insertions(+), 4 deletions(-)
36682
36683 commit 09b5393874e56fcfd63a92d28e6c1c2ddeee0942
36684 Author: Behdad Esfahbod <behdad@behdad.org>
36685 Date:   Fri Jan 18 17:10:47 2013 -0600
36686
36687     0.9.12
36688
36689  NEWS         | 7 +++++++
36690  configure.ac | 2 +-
36691  2 files changed, 8 insertions(+), 1 deletion(-)
36692
36693 commit eb45c0a2fbaeeb34e77a2935934e8d1302728ec8
36694 Author: Behdad Esfahbod <behdad@behdad.org>
36695 Date:   Wed Jan 16 22:07:50 2013 -0600
36696
36697     Minor
36698
36699  src/hb-ot-layout.cc | 8 +++++++-
36700  1 file changed, 7 insertions(+), 1 deletion(-)
36701
36702 commit 52c8d1226f3509276b11a1fadbd29e5363c0ecd7
36703 Author: Behdad Esfahbod <behdad@behdad.org>
36704 Date:   Mon Jan 14 13:51:46 2013 -0600
36705
36706     Minor
36707
36708  src/hb-blob.cc | 2 +-
36709  1 file changed, 1 insertion(+), 1 deletion(-)
36710
36711 commit f88d3bd7e407d332bb04688344c54756d24128c9
36712 Author: Behdad Esfahbod <behdad@behdad.org>
36713 Date:   Mon Jan 14 00:33:58 2013 -0600
36714
36715     Fix build with Sun compiler
36716
36717  src/hb-blob.cc | 3 +++
36718  1 file changed, 3 insertions(+)
36719
36720 commit 08b29c08094097f1c23ec53b10084bc390cea833
36721 Author: Behdad Esfahbod <behdad@behdad.org>
36722 Date:   Mon Jan 14 00:32:12 2013 -0600
36723
36724     Revert "Minor"
36725
36726     This reverts commit 0a492357016bc9a614d2a726f2006c10af68ca58.
36727
36728     Enables code on more compilers.
36729
36730  src/hb-warning.cc | 33 ++++++++++++++++++++++++++++++---
36731  1 file changed, 30 insertions(+), 3 deletions(-)
36732
36733 commit e78463211e7d85f237bd55afab7e8e5dae42346c
36734 Author: Behdad Esfahbod <behdad@behdad.org>
36735 Date:   Mon Jan 14 00:27:21 2013 -0600
36736
36737     Fix linking with non-gcc compilers
36738
36739  configure.ac    | 2 ++
36740  src/Makefile.am | 6 +++++-
36741  2 files changed, 7 insertions(+), 1 deletion(-)
36742
36743 commit de649f07f1f8fdeb998a0b049759f4f7363e25d2
36744 Author: Behdad Esfahbod <behdad@behdad.org>
36745 Date:   Mon Jan 14 00:26:43 2013 -0600
36746
36747     Fix residuals from fontconfig changes
36748
36749  src/hb-atomic-private.hh | 8 ++++----
36750  1 file changed, 4 insertions(+), 4 deletions(-)
36751
36752 commit cf81fb3624466b9df2250b58b27a92187c5b5b5c
36753 Author: Behdad Esfahbod <behdad@behdad.org>
36754 Date:   Thu Jan 10 09:06:34 2013 -0600
36755
36756     0.9.11
36757
36758  NEWS         | 14 ++++++++++++++
36759  configure.ac |  2 +-
36760  2 files changed, 15 insertions(+), 1 deletion(-)
36761
36762 commit 2dcb333f52492018816f0d5d67a47634a612e49c
36763 Author: Behdad Esfahbod <behdad@behdad.org>
36764 Date:   Thu Jan 10 01:17:59 2013 -0600
36765
36766     Add atomic ops for Solaris
36767
36768     Based on fontconfig patch from Raimund Steger.
36769
36770  config.h.in              |  5 ++++-
36771  configure.ac             | 27 +++++++++++++++++++++++++--
36772  src/hb-atomic-private.hh | 12 ++++++++++++
36773  3 files changed, 41 insertions(+), 3 deletions(-)
36774
36775 commit 69fd6e157c7ec83a5d5d8731fc14675ce4509b09
36776 Author: Behdad Esfahbod <behdad@behdad.org>
36777 Date:   Thu Jan 10 00:03:36 2013 -0600
36778
36779     Fix crasher during multi-thread shaper data creation
36780
36781     Sample crash:
36782
36783     0  _hb_graphite2_shaper_face_data_destroy (data=0xffffffffffffffff)
36784         at ../../src/hb-graphite2.cc:129
36785     1  0x00007ffff4271d7d in hb_graphite2_shaper_face_data_ensure (
36786         face=<optimized out>) at ../../src/hb-shaper-list.hh:35
36787     2  hb_shape_plan_plan (shaper_list=<optimized out>,
36788     num_user_features=0,
36789         user_features=0x0, shape_plan=0xf7b490) at
36790         ../../src/hb-shaper-list.hh:35
36791     3  hb_shape_plan_create (face=<optimized out>, props=<optimized out>,
36792         user_features=0x0, num_user_features=0, shaper_list=<optimized
36793         out>)
36794         at ../../src/hb-shape-plan.cc:108
36795     4  0x00007ffff4272c93 in hb_shape_plan_create_cached (face=0x10cf2b0,
36796         props=0x11980d8, user_features=0x0, num_user_features=<optimized
36797         out>,
36798         shaper_list=0x0) at ../../src/hb-shape-plan.cc:283
36799
36800  src/hb-shaper-private.hh | 5 ++++-
36801  1 file changed, 4 insertions(+), 1 deletion(-)
36802
36803 commit ecd454b3cd75050e0c95e1d2aa55744559338ec8
36804 Author: Behdad Esfahbod <behdad@behdad.org>
36805 Date:   Tue Jan 8 18:09:46 2013 -0600
36806
36807     [Indic] In old-spec shaping, don't move viramas around if seq ends
36808     with one
36809
36810     For example: u0c9a u0ccd u0c9a u0ccd with Lohit.  See:
36811
36812     https://bugs.freedesktop.org/show_bug.cgi?id=59118
36813
36814  src/hb-ot-shape-complex-indic.cc                                   |
36815  7 ++++---
36816  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt  | 1 +
36817  2 files changed, 5 insertions(+), 3 deletions(-)
36818
36819 commit e95e031b5682809488cc965883e15404cb9cfb6a
36820 Author: Behdad Esfahbod <behdad@behdad.org>
36821 Date:   Tue Jan 8 16:15:46 2013 -0600
36822
36823     [GPOS] If an Anchor offset is NULL, return false
36824
36825     If in a MarkPos table, a base has no anchor for a particular mark
36826     class,
36827     return NULL such that the subsequent subtables get a chance at it.
36828
36829     Test case:
36830     hb-shape ./EBGaramond12-Regular.otf ἂ --features="ss20","smcp"
36831
36832  src/hb-open-type-private.hh    | 14 ++++++++++++--
36833  src/hb-ot-layout-gpos-table.hh | 10 ++++++++--
36834  2 files changed, 20 insertions(+), 4 deletions(-)
36835
36836 commit e5dbf39900fa63051f64cc447a6742665cbee339
36837 Author: Behdad Esfahbod <behdad@behdad.org>
36838 Date:   Mon Jan 7 17:34:24 2013 -0600
36839
36840     Bug 58638 - Building fails with ICU due to not passing required flags
36841
36842  configure.ac | 1 +
36843  1 file changed, 1 insertion(+)
36844
36845 commit 1172dc736280566426eb6dade1a886b2a0ca9aa4
36846 Author: Behdad Esfahbod <behdad@behdad.org>
36847 Date:   Mon Jan 7 16:46:37 2013 -0600
36848
36849     Rename hb_buffer_clear() to hb_buffer_clear_contents()
36850
36851     The previous name was clashing with harfbuzz.old.  There are systems
36852     that need to link both...
36853
36854     Clash-free now again.
36855
36856  src/hb-buffer.cc       | 2 +-
36857  src/hb-buffer.h        | 2 +-
36858  test/api/test-buffer.c | 2 +-
36859  util/options.hh        | 2 +-
36860  4 files changed, 4 insertions(+), 4 deletions(-)
36861
36862 commit 7b912c1936c3e8a7df27a30782ca127d0a83822d
36863 Author: Behdad Esfahbod <behdad@behdad.org>
36864 Date:   Fri Jan 4 01:25:27 2013 -0600
36865
36866     Remove a few unnecessary const's
36867
36868     Apparently helps with MSVC compilation.
36869
36870  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
36871  1 file changed, 4 insertions(+), 4 deletions(-)
36872
36873 commit 34e6c3e3e452bdf6f93df565a70453a6e74d4c6e
36874 Author: Behdad Esfahbod <behdad@behdad.org>
36875 Date:   Thu Jan 3 00:14:24 2013 -0600
36876
36877     0.9.10
36878
36879  NEWS         | 24 ++++++++++++++++++++++++
36880  configure.ac |  2 +-
36881  2 files changed, 25 insertions(+), 1 deletion(-)
36882
36883 commit f0c82410dbe800cb6429ba4aa7cfd9f5a11cc70c
36884 Author: Behdad Esfahbod <behdad@behdad.org>
36885 Date:   Thu Jan 3 00:07:16 2013 -0600
36886
36887     [OTLayout] Always collect default language system in collect_lookups
36888
36889     Not sure if this is the most desired behavior.  It's the most easily
36890     defined though.
36891
36892  src/hb-ot-layout.cc | 7 +++++++
36893  1 file changed, 7 insertions(+)
36894
36895 commit 15e9e4e1ddaad655988144e7a56a765e8adf8782
36896 Author: Behdad Esfahbod <behdad@behdad.org>
36897 Date:   Thu Jan 3 00:04:40 2013 -0600
36898
36899     [OTLayout] Fix feature iteration in collect_lookups
36900
36901     Previous logic was just wrong.
36902
36903  src/hb-ot-layout.cc | 46 ++++++++++++++++++++++++++++++++--------------
36904  1 file changed, 32 insertions(+), 14 deletions(-)
36905
36906 commit 733e8c0d7bf0765884f2cc953c8edcd7ab7fb49b
36907 Author: Behdad Esfahbod <behdad@behdad.org>
36908 Date:   Thu Jan 3 00:00:23 2013 -0600
36909
36910     [OTLayout] Whitespace
36911
36912  src/hb-ot-layout.cc | 82
36913  ++++++++++++++++++++++++++++++++++++++++++++---------
36914  1 file changed, 68 insertions(+), 14 deletions(-)
36915
36916 commit d37ae38047bee12639741af9bb083b857fab950d
36917 Author: Behdad Esfahbod <behdad@behdad.org>
36918 Date:   Wed Jan 2 23:57:36 2013 -0600
36919
36920     [OTLayout] Handle required_feature_index in collect_lookups
36921
36922  src/hb-ot-layout.cc | 8 ++++++++
36923  1 file changed, 8 insertions(+)
36924
36925 commit 11fba79ee9383eb995ddf7eb924dd64c67e2df63
36926 Author: Behdad Esfahbod <behdad@behdad.org>
36927 Date:   Wed Jan 2 23:36:37 2013 -0600
36928
36929     [OTLayout] Fix various introspection issues with ClassDef's
36930
36931     As reported by Jonathan Kew.
36932
36933  src/hb-ot-layout-gsubgpos-private.hh | 19 +++++++++++++++----
36934  1 file changed, 15 insertions(+), 4 deletions(-)
36935
36936 commit e81aff9ef785be28751aab1fcd484af550656181
36937 Author: Behdad Esfahbod <behdad@behdad.org>
36938 Date:   Wed Jan 2 23:22:54 2013 -0600
36939
36940     [tests] Finish test-set.c
36941
36942     All passing now.
36943
36944  test/api/test-set.c | 373
36945  +++++++++++++++++++++-------------------------------
36946  1 file changed, 149 insertions(+), 224 deletions(-)
36947
36948 commit 7b1b720a8da69b68b775ce17104a40d55401b7ef
36949 Author: Behdad Esfahbod <behdad@behdad.org>
36950 Date:   Wed Jan 2 23:02:59 2013 -0600
36951
36952     Protect sets in-error from further modication
36953
36954     Fixes test-set.c
36955
36956  src/hb-set-private.hh | 13 +++++++++++++
36957  1 file changed, 13 insertions(+)
36958
36959 commit 8165f2765b93e99577ecc79b7956ae38c614bc78
36960 Author: Behdad Esfahbod <behdad@behdad.org>
36961 Date:   Wed Jan 2 22:50:36 2013 -0600
36962
36963     [tests] Start adding tests for hb-set.h
36964
36965     Fails now.  Fixing.
36966
36967  TODO                  |   2 -
36968  src/hb-set-private.hh |   6 +
36969  src/hb-set.cc         |   9 +-
36970  src/hb-set.h          |   3 +
36971  test/api/Makefile.am  |   1 +
36972  test/api/test-set.c   | 312
36973  ++++++++++++++++++++++++++++++++++++++++++++++++++
36974  6 files changed, 330 insertions(+), 3 deletions(-)
36975
36976 commit b9d28f696c433b94c5ffbad8d7c87cf3acff4056
36977 Author: Behdad Esfahbod <behdad@behdad.org>
36978 Date:   Wed Jan 2 22:49:58 2013 -0600
36979
36980     [tests] Add set object to test-object.c
36981
36982  test/api/test-object.c | 12 ++++++++++++
36983  1 file changed, 12 insertions(+)
36984
36985 commit 11d2956553f0d4a0086166a04ffc352fcfacf56e
36986 Author: Behdad Esfahbod <behdad@behdad.org>
36987 Date:   Wed Jan 2 17:41:27 2013 -0600
36988
36989     Minor
36990
36991  src/hb-atomic-private.hh | 2 +-
36992  1 file changed, 1 insertion(+), 1 deletion(-)
36993
36994 commit 596740db04e7c1dadae0d8be6e401089fcaffc2d
36995 Author: Behdad Esfahbod <behdad@behdad.org>
36996 Date:   Fri Dec 21 19:41:04 2012 -0500
36997
36998     [Indic] Insert dottedcircle after a lone Malayalam dot-reph
36999
37000  src/hb-ot-shape-complex-indic-machine.hh | 1617
37001  ++++++++++++++++--------------
37002  src/hb-ot-shape-complex-indic-machine.rl |    2 +-
37003  src/hb-ot-shape-complex-indic.cc         |   13 +-
37004  3 files changed, 881 insertions(+), 751 deletions(-)
37005
37006 commit 3cdce6497b2b9aeb2841bf077daa9dd9b196429d
37007 Author: Behdad Esfahbod <behdad@behdad.org>
37008 Date:   Fri Dec 21 16:54:22 2012 -0500
37009
37010     Remove TODO that I don't intend to fix
37011
37012  TODO | 1 -
37013  1 file changed, 1 deletion(-)
37014
37015 commit 6f69fa283e0a488da811df78bc83c41ed248b688
37016 Author: Behdad Esfahbod <behdad@behdad.org>
37017 Date:   Fri Dec 21 16:51:15 2012 -0500
37018
37019     Minor
37020
37021  src/hb-shape.h | 2 +-
37022  1 file changed, 1 insertion(+), 1 deletion(-)
37023
37024 commit f4abcbfc628718bb276363746440df06e7658f6e
37025 Author: Behdad Esfahbod <behdad@behdad.org>
37026 Date:   Fri Dec 21 16:48:51 2012 -0500
37027
37028     Minor
37029
37030  src/hb-buffer.cc | 4 ++--
37031  1 file changed, 2 insertions(+), 2 deletions(-)
37032
37033 commit 4a765f092d71bb4adeb468c004987a9121d39db5
37034 Author: Behdad Esfahbod <behdad@behdad.org>
37035 Date:   Fri Dec 21 16:48:47 2012 -0500
37036
37037     Minor
37038
37039  util/hb-shape.cc | 2 +-
37040  1 file changed, 1 insertion(+), 1 deletion(-)
37041
37042 commit 9815a88111072aa51e78e258c5f660993b47d4df
37043 Author: Behdad Esfahbod <behdad@behdad.org>
37044 Date:   Fri Dec 21 16:46:53 2012 -0500
37045
37046     [util] List supported output formats in --help output
37047
37048  util/hb-shape.cc     | 6 +++---
37049  util/helper-cairo.cc | 2 +-
37050  util/helper-cairo.hh | 1 +
37051  util/options.cc      | 9 ++++++++-
37052  util/options.hh      | 5 ++++-
37053  util/view-cairo.hh   | 2 +-
37054  6 files changed, 18 insertions(+), 7 deletions(-)
37055
37056 commit f95a87b7b813f588c7910ad4785ee68bb452e864
37057 Author: Behdad Esfahbod <behdad@behdad.org>
37058 Date:   Fri Dec 21 16:35:28 2012 -0500
37059
37060     [util] List supported output formats in hb-view
37061
37062  TODO                 |  1 -
37063  util/helper-cairo.cc | 30 +++++++++++++++++++++++++++++-
37064  2 files changed, 29 insertions(+), 2 deletions(-)
37065
37066 commit 6bad092aa87bc3e6bbf0b9faf07693e6ebbe55f2
37067 Author: Behdad Esfahbod <behdad@behdad.org>
37068 Date:   Fri Dec 21 16:01:52 2012 -0500
37069
37070     [util] Default to "text" output format in hb-shape
37071
37072     If you say:
37073
37074       hb-shape font.ttf text --output-file out.txt
37075
37076     This was previously failing:
37077
37078       Unknown output format `txt'; supported formats are: TEXT / JSON
37079
37080     Now we simply fallback to TEXT if no explicit format was requested.
37081
37082  util/hb-shape.cc | 11 ++++++++---
37083  util/options.hh  |  5 +++++
37084  2 files changed, 13 insertions(+), 3 deletions(-)
37085
37086 commit 8b217f5ac54aa0dcbba2dd6d59aa89dde33e56c2
37087 Author: Behdad Esfahbod <behdad@behdad.org>
37088 Date:   Fri Dec 21 15:48:32 2012 -0500
37089
37090     [Indic] Reorder Malayalam dot-reph to after base
37091
37092     Test sequence is simple: U+0D4E,U+0D15.  The doth-reph should be
37093     reordered to after the Ka.
37094
37095     https://bugzilla.redhat.com/show_bug.cgi?id=799565
37096
37097  src/hb-ot-shape-complex-indic.cc                            | 13
37098  ++++++++++---
37099  .../shaper-indic/indic/script-malayalam/misc/MANIFEST       |  1 +
37100  .../shaper-indic/indic/script-malayalam/misc/dot-reph.txt   |  1 +
37101  3 files changed, 12 insertions(+), 3 deletions(-)
37102
37103 commit 742c4ee97e1311e000ebcdf9f33361c4dc6400a4
37104 Author: Behdad Esfahbod <behdad@behdad.org>
37105 Date:   Fri Dec 21 15:35:03 2012 -0500
37106
37107     Minor
37108
37109  src/hb-ot-shape-complex-indic.cc | 2 +-
37110  1 file changed, 1 insertion(+), 1 deletion(-)
37111
37112 commit 94afeb6ebe27534fc80d7173cc6f67375c3aaca6
37113 Author: Behdad Esfahbod <behdad@behdad.org>
37114 Date:   Fri Dec 21 11:54:50 2012 -0500
37115
37116     Add Android.mk
37117
37118  Android.mk  | 74
37119  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
37120  Makefile.am |  1 +
37121  2 files changed, 75 insertions(+)
37122
37123 commit d16ddbcbbee39b07a028776995c635119fe3cd98
37124 Author: Behdad Esfahbod <behdad@behdad.org>
37125 Date:   Thu Dec 20 01:02:36 2012 -0500
37126
37127     Add build confirmation notice to configure
37128
37129  configure.ac | 25 +++++++++++++++++++++++++
37130  1 file changed, 25 insertions(+)
37131
37132 commit e24d8dab749a1a796e7484e18572da5f7a733bd4
37133 Author: Behdad Esfahbod <behdad@behdad.org>
37134 Date:   Wed Dec 19 15:23:02 2012 -0500
37135
37136     [TODO] Remove done items
37137
37138  TODO | 7 -------
37139  1 file changed, 7 deletions(-)
37140
37141 commit 044d38527664d933c18c751c38fcf6fb4b5f888e
37142 Author: Behdad Esfahbod <behdad@behdad.org>
37143 Date:   Wed Dec 19 13:00:16 2012 -0500
37144
37145     Bug 58498 - Tests fail with gold linker on ARM
37146
37147  src/check-exported-symbols.sh | 2 +-
37148  src/check-internal-symbols.sh | 2 +-
37149  2 files changed, 2 insertions(+), 2 deletions(-)
37150
37151 commit b68b86daf1a8478b86aeae44a8c39a606ed873cb
37152 Author: Behdad Esfahbod <behdad@behdad.org>
37153 Date:   Tue Dec 18 20:39:40 2012 -0500
37154
37155     Use C++ linker if ICU is disabled
37156
37157     Bug 54948 - Undefined symbols: "operator delete(void*)" "operator
37158     new(unsigned long)" "___cxa_pure_virtual"
37159
37160  src/Makefile.am | 4 ++++
37161  1 file changed, 4 insertions(+)
37162
37163 commit 1ffd23cb47a61465d52a7aeebb9c1b676e7c9a7e
37164 Author: Behdad Esfahbod <behdad@behdad.org>
37165 Date:   Mon Dec 17 23:29:15 2012 -0500
37166
37167     [OTLayout] Limit alternate-location FeatureParams to 'size' feature
37168
37169  src/hb-ot-layout-common-private.hh | 7 ++++++-
37170  1 file changed, 6 insertions(+), 1 deletion(-)
37171
37172 commit efe252e6000558f78075adadb2a3dba25ab67c04
37173 Author: Behdad Esfahbod <behdad@behdad.org>
37174 Date:   Mon Dec 17 23:21:05 2012 -0500
37175
37176     [OTLayout] Fix 'size' featureParams implementation
37177
37178     Looks at alternate location now.
37179
37180  src/hb-ot-layout-common-private.hh | 133
37181  ++++++++++++++++++++++++++++---------
37182  src/hb-ot-layout.cc                |  93 ++++----------------------
37183  2 files changed, 117 insertions(+), 109 deletions(-)
37184
37185 commit e77b4425746ac9eb407ca4e742d962f1955971b4
37186 Author: Behdad Esfahbod <behdad@behdad.org>
37187 Date:   Mon Dec 17 18:42:59 2012 -0500
37188
37189     [OTLayout] Fix tracing
37190
37191  src/hb-open-type-private.hh | 3 ++-
37192  1 file changed, 2 insertions(+), 1 deletion(-)
37193
37194 commit 9b54562d63f1a9e0e5b33d71c32bd1588759ebf1
37195 Author: Behdad Esfahbod <behdad@behdad.org>
37196 Date:   Mon Dec 17 13:55:36 2012 -0500
37197
37198     [OTLayout] Towards correct FeatureParams handling
37199
37200  src/hb-open-type-private.hh        |  8 +++++++-
37201  src/hb-ot-layout-common-private.hh | 25 +++++++++++++++++++++++--
37202  2 files changed, 30 insertions(+), 3 deletions(-)
37203
37204 commit 87e43b7f2be25840748f920ca33ff553833da45f
37205 Author: Behdad Esfahbod <behdad@behdad.org>
37206 Date:   Fri Dec 14 17:48:23 2012 -0500
37207
37208     [OTLayout] Wire tag and list start all the way to Feature
37209
37210     To fix FeatureParam issues.  No actual fix yet, just plumbing.
37211
37212  src/hb-ot-layout-common-private.hh | 16 ++++++++++++----
37213  1 file changed, 12 insertions(+), 4 deletions(-)
37214
37215 commit 85bc44b90a19c6a669ed567a9cd8513448600afe
37216 Author: Behdad Esfahbod <behdad@behdad.org>
37217 Date:   Wed Dec 12 11:38:49 2012 -0500
37218
37219     [OTLayout] More 'size' feature sanity checking
37220
37221     We still don't look for the old incorrect place of the featureParams.
37222     I'll wait till someone actually complains about it...
37223
37224  src/hb-ot-layout.cc | 99
37225  ++++++++++++++++++++++++++++++++++++++++++-----------
37226  1 file changed, 79 insertions(+), 20 deletions(-)
37227
37228 commit 0bae50a36f3022f9bb6b2c001c191eeaaa4ef954
37229 Author: Behdad Esfahbod <behdad@behdad.org>
37230 Date:   Tue Dec 11 16:01:31 2012 -0500
37231
37232     [OTLayout] Add FeatureParamsCharacterVariants struct
37233
37234     No API yet.
37235
37236  src/hb-ot-layout-common-private.hh | 52
37237  +++++++++++++++++++++++++++++++++++---
37238  1 file changed, 49 insertions(+), 3 deletions(-)
37239
37240 commit bd61bc13ea8ff350ada5449b2cfeb612e66ecafa
37241 Author: Behdad Esfahbod <behdad@behdad.org>
37242 Date:   Tue Dec 11 16:00:43 2012 -0500
37243
37244     [OTLayout] Add UINT24 type
37245
37246  src/hb-open-type-private.hh | 33 ++++++++++++++++++++++-----------
37247  src/hb-private.hh           |  4 ++++
37248  2 files changed, 26 insertions(+), 11 deletions(-)
37249
37250 commit 9cf7f9d4f61741932570afbefdee5edf61f79ae4
37251 Author: Behdad Esfahbod <behdad@behdad.org>
37252 Date:   Tue Dec 11 14:31:13 2012 -0500
37253
37254     Make test-size-params write size in points
37255
37256  src/test-size-params.cc | 18 ++++--------------
37257  1 file changed, 4 insertions(+), 14 deletions(-)
37258
37259 commit 372fe2b67b1757e809bf33e1e9055a00c5bed304
37260 Author: Behdad Esfahbod <behdad@behdad.org>
37261 Date:   Tue Dec 11 14:30:57 2012 -0500
37262
37263     [OTLayout] Make hb_ot_layout_get_size_params() do some checks
37264
37265  src/hb-ot-layout.cc | 12 +++++++++++-
37266  1 file changed, 11 insertions(+), 1 deletion(-)
37267
37268 commit 875a5cbc9c37f4264241c43b80afad2628eab749
37269 Author: Behdad Esfahbod <behdad@behdad.org>
37270 Date:   Tue Dec 11 14:17:01 2012 -0500
37271
37272     [OTLayout] Change hb_ot_layout_get_params() API
37273
37274     And add implementation for StylisticSet UINameID.  No API yet.
37275
37276  src/hb-ot-layout-common-private.hh | 85
37277  ++++++++++++++++++++++++++++++++++++--
37278  src/hb-ot-layout.cc                | 28 +++++++++----
37279  src/hb-ot-layout.h                 |  8 +++-
37280  src/test-size-params.cc            |  9 +++-
37281  4 files changed, 115 insertions(+), 15 deletions(-)
37282
37283 commit 5e7e52ddf2b0c4fbc9d933d24336100368d39a5c
37284 Author: Behdad Esfahbod <behdad@behdad.org>
37285 Date:   Mon Dec 10 17:44:22 2012 -0500
37286
37287     [uniscribe] Enable Uniscribe backend only if it has
37288     ScriptShapeOpenType()
37289
37290     Bug 55494 - ScriptItemizeOpenType doesn't exists under Windows XP
37291
37292  config.h.in  |  6 ------
37293  configure.ac | 14 +++++++++++++-
37294  2 files changed, 13 insertions(+), 7 deletions(-)
37295
37296 commit d41c0c955b8ad9b52191ca47e1f3b1bfe606deb1
37297 Author: Behdad Esfahbod <behdad@behdad.org>
37298 Date:   Mon Dec 10 16:41:20 2012 -0500
37299
37300     Update config template
37301
37302  config.h.in | 4 ----
37303  1 file changed, 4 deletions(-)
37304
37305 commit c48a04e5ea899b82465a0f3f2cfdcffb3bf38f61
37306 Author: John Ralls <jralls@ceridwen.fremont.ca.us>
37307 Date:   Mon Dec 10 16:24:24 2012 -0500
37308
37309     [coretext] Better test for CoreText
37310
37311     Instead of checking for ApplicationServices.h, which is present in all
37312     versions of MacOSX, check for CTFontRef, a CoreText basic type.
37313
37314  configure.ac | 2 +-
37315  1 file changed, 1 insertion(+), 1 deletion(-)
37316
37317 commit 0e9f0f3e5f16a45951423a1229af42dc2fd798c3
37318 Author: Behdad Esfahbod <behdad@behdad.org>
37319 Date:   Mon Dec 10 15:25:21 2012 -0500
37320
37321     Fix atomic ops on iOS
37322
37323     Patch from John Ralls.
37324
37325  src/hb-atomic-private.hh | 8 +++++---
37326  1 file changed, 5 insertions(+), 3 deletions(-)
37327
37328 commit 5f9569c1391c65d7addff363ad6e5ec9b087f01a
37329 Author: Behdad Esfahbod <behdad@behdad.org>
37330 Date:   Mon Dec 10 13:38:42 2012 -0500
37331
37332     Make older MSVC happy
37333
37334  src/hb-private.hh | 2 +-
37335  1 file changed, 1 insertion(+), 1 deletion(-)
37336
37337 commit 071d5b831e6de5f3b24160dc77b139cb040ab886
37338 Author: Behdad Esfahbod <behdad@behdad.org>
37339 Date:   Mon Dec 10 00:57:00 2012 -0500
37340
37341     Work around missing OSAtomicCompareAndSwapPtrBarrier() on OS X 10.4
37342
37343     Not sure how to handle iOS.
37344
37345  src/hb-atomic-private.hh | 11 +++++++++++
37346  1 file changed, 11 insertions(+)
37347
37348 commit e923e6487b25ab86f6f629af480b291e8e5407b5
37349 Author: Behdad Esfahbod <behdad@behdad.org>
37350 Date:   Sun Dec 9 19:39:40 2012 -0500
37351
37352     [coretext] Fixed typo
37353
37354     Oops.  Thanks Khaled for catching this.
37355
37356  src/hb-coretext.cc | 2 +-
37357  1 file changed, 1 insertion(+), 1 deletion(-)
37358
37359 commit 9a8395824bf51c2ff2cfe0887ecad52b3d2c02e2
37360 Author: Behdad Esfahbod <behdad@behdad.org>
37361 Date:   Sun Dec 9 18:47:36 2012 -0500
37362
37363     [coretext] Add hb_coretext_face_get_cg_font()
37364
37365     Not sure if it's useful, but it was missing.
37366
37367  src/hb-coretext.cc | 20 ++++++++++++++------
37368  src/hb-coretext.h  |  3 +++
37369  2 files changed, 17 insertions(+), 6 deletions(-)
37370
37371 commit 86112356885fde32163882b6c9dd19a494304f7a
37372 Author: Behdad Esfahbod <behdad@behdad.org>
37373 Date:   Sun Dec 9 18:47:09 2012 -0500
37374
37375     [coretext] Remove hack around GlyphID
37376
37377     We not namespace our types, so the hack is not needed anymore.
37378
37379  src/hb-coretext.cc | 4 ----
37380  1 file changed, 4 deletions(-)
37381
37382 commit 8e58459aeb949591bb5bca340ef9bdd5cfd54e47
37383 Author: Behdad Esfahbod <behdad@behdad.org>
37384 Date:   Sun Dec 9 18:45:47 2012 -0500
37385
37386     [graphite2] "Update to new API"
37387
37388     Part of patch from Martin Hosken.  I believe he knows what he's doing
37389     :).
37390
37391  src/hb-graphite2.cc | 14 +++++++++++---
37392  1 file changed, 11 insertions(+), 3 deletions(-)
37393
37394 commit a5a4ab3846ef06769784e6469d76eace35e68805
37395 Author: Behdad Esfahbod <behdad@behdad.org>
37396 Date:   Sun Dec 9 18:44:41 2012 -0500
37397
37398     [graphite2] Add hb_graphite2_face_get_gr_face and
37399     hb_graphite2_font_get_gr_font
37400
37401     Based on patch from Martin Hosken.  I believe it returns NULL if the
37402     font doesn't have graphite tables, but have not tested.
37403
37404  src/hb-graphite2.cc | 14 ++++++++++++++
37405  src/hb-graphite2.h  |  8 +++++++-
37406  2 files changed, 21 insertions(+), 1 deletion(-)
37407
37408 commit 737ba156442f723d126c7c58c73729786b67c17a
37409 Author: Behdad Esfahbod <behdad@behdad.org>
37410 Date:   Sun Dec 9 18:43:03 2012 -0500
37411
37412     [graphite2] Preload all tables
37413
37414     Part of patch from Martin Hosken.
37415
37416  src/hb-graphite2.cc | 2 +-
37417  1 file changed, 1 insertion(+), 1 deletion(-)
37418
37419 commit 0ae6dbf1b4de8a0326b8a2f201597427cecfb6db
37420 Author: Behdad Esfahbod <behdad@behdad.org>
37421 Date:   Sun Dec 9 18:37:38 2012 -0500
37422
37423     Minor
37424
37425  src/hb-uniscribe.cc | 32 ++++++++++++++++----------------
37426  1 file changed, 16 insertions(+), 16 deletions(-)
37427
37428 commit 3fe5c159d3532f8ce8a85d217a00681225dd8ed1
37429 Author: Behdad Esfahbod <behdad@behdad.org>
37430 Date:   Sun Dec 9 18:20:19 2012 -0500
37431
37432     Remove excess return
37433
37434     Oops!
37435
37436  src/hb-uniscribe.cc | 1 -
37437  1 file changed, 1 deletion(-)
37438
37439 commit ba2d543004573e8e4e56df70b7fe2a66a42bc83f
37440 Author: Behdad Esfahbod <behdad@behdad.org>
37441 Date:   Sat Dec 8 19:28:41 2012 -0500
37442
37443     Update OT language tags
37444
37445     Patch from Roozbeh Pournader.
37446
37447  src/hb-ot-tag.cc | 212
37448  +++++++++++++++++++++++++++++--------------------------
37449  1 file changed, 110 insertions(+), 102 deletions(-)
37450
37451 commit aba38173c6b464c2884b73ef6cd4577d4efcebbc
37452 Author: Behdad Esfahbod <behdad@behdad.org>
37453 Date:   Wed Dec 5 19:54:48 2012 -0500
37454
37455     Minor
37456
37457  src/hb-ot-tag.cc | 2 +-
37458  1 file changed, 1 insertion(+), 1 deletion(-)
37459
37460 commit 61865745e35eb60aeb59968e7826e37059090780
37461 Author: Behdad Esfahbod <behdad@behdad.org>
37462 Date:   Wed Dec 5 19:42:10 2012 -0500
37463
37464     Fix test with gold linker
37465
37466     Bug 57633 - Symbol tests should ignore __bss_start, _edata, _end
37467
37468  src/check-exported-symbols.sh | 2 +-
37469  src/check-internal-symbols.sh | 2 +-
37470  2 files changed, 2 insertions(+), 2 deletions(-)
37471
37472 commit b71b0bd9ee64feadd7289e195bc58f6361ce707a
37473 Author: Behdad Esfahbod <behdad@behdad.org>
37474 Date:   Wed Dec 5 19:20:31 2012 -0500
37475
37476     [Indic] Add link to Sinhala split matra section of the Sinhala spec
37477
37478  src/hb-ot-shape-complex-indic.cc | 5 +++++
37479  1 file changed, 5 insertions(+)
37480
37481 commit 9a34a50daac3563464e0031f377e85f0c704f2d6
37482 Author: Behdad Esfahbod <behdad@behdad.org>
37483 Date:   Wed Dec 5 19:18:18 2012 -0500
37484
37485     Fix build with C++11
37486
37487  util/options.cc | 8 ++++----
37488  1 file changed, 4 insertions(+), 4 deletions(-)
37489
37490 commit 0beb66e3a61ae8bb1fa66e54b1ff1abb2f8711e9
37491 Author: Behdad Esfahbod <behdad@behdad.org>
37492 Date:   Wed Dec 5 18:46:04 2012 -0500
37493
37494     Fix warnings
37495
37496  src/hb-fallback-shape.cc                   | 10 +++++-----
37497  src/hb-glib.cc                             |  2 +-
37498  src/hb-icu-le.cc                           |  6 +++---
37499  src/hb-old.cc                              | 14 +++++++-------
37500  src/hb-open-type-private.hh                |  4 +---
37501  src/hb-ot-layout-gsubgpos-private.hh       | 24 ++++++++++++------------
37502  src/hb-ot-shape-complex-arabic-fallback.hh |  4 ++--
37503  src/hb-ot-shape-complex-arabic.cc          |  2 +-
37504  src/hb-ot-shape-complex-indic-machine.hh   |  2 +-
37505  src/hb-ot-shape-complex-indic-machine.rl   |  2 +-
37506  src/hb-ot-shape-complex-indic.cc           |  6 +++---
37507  src/hb-ot-shape-complex-thai.cc            |  2 +-
37508  src/hb-ot-shape-fallback.cc                |  4 ++--
37509  src/hb-private.hh                          |  8 ++++----
37510  src/hb-ucdn.cc                             | 27
37511  +++++++++++++++------------
37512  src/hb-utf-private.hh                      |  4 ++--
37513  16 files changed, 61 insertions(+), 60 deletions(-)
37514
37515 commit c6408a1009d2370fbdcfa694898819d99d53c3df
37516 Author: Behdad Esfahbod <behdad@behdad.org>
37517 Date:   Wed Dec 5 17:36:52 2012 -0500
37518
37519     0.9.9
37520
37521  NEWS         | 8 ++++++++
37522  configure.ac | 2 +-
37523  2 files changed, 9 insertions(+), 1 deletion(-)
37524
37525 commit 130bb3f6144afe5c88bb5b4e4c98e7cba03b1e26
37526 Author: Behdad Esfahbod <behdad@behdad.org>
37527 Date:   Wed Dec 5 16:49:47 2012 -0500
37528
37529     Rename VOID and void_t to have HarfBuzz prefix
37530
37531     Fixes build on Windows.  Ouch!
37532
37533  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
37534  src/hb-private.hh                    | 12 ++++++------
37535  2 files changed, 17 insertions(+), 17 deletions(-)
37536
37537 commit 4a350d0eb25db60d95638664c892d4c8dacf050b
37538 Author: Behdad Esfahbod <behdad@behdad.org>
37539 Date:   Tue Dec 4 17:13:09 2012 -0500
37540
37541     [OTLayout] Reuse context in collect_glyphs() recursion
37542
37543  src/hb-ot-layout-gsubgpos-private.hh | 19 +++++++++++++++----
37544  1 file changed, 15 insertions(+), 4 deletions(-)
37545
37546 commit 8303593ba1db06e402eab52df47f21f13049112d
37547 Author: Behdad Esfahbod <behdad@behdad.org>
37548 Date:   Tue Dec 4 17:08:41 2012 -0500
37549
37550     Minor
37551
37552     Use pointers instead of references, in preparation for upcoming
37553     change.
37554
37555  src/hb-ot-layout-gpos-table.hh       | 28 +++++++++++++-------------
37556  src/hb-ot-layout-gsub-table.hh       | 30 ++++++++++++++--------------
37557  src/hb-ot-layout-gsubgpos-private.hh | 38
37558  ++++++++++++++++++------------------
37559  3 files changed, 48 insertions(+), 48 deletions(-)
37560
37561 commit 1bcfa06d1173f219809542a7380ce77f1c907bec
37562 Author: Behdad Esfahbod <behdad@behdad.org>
37563 Date:   Tue Dec 4 16:58:09 2012 -0500
37564
37565     [OTLayout] Don't recurse in collect_glyphs() for GPOS
37566
37567  src/hb-ot-layout-gpos-table.hh       | 2 +-
37568  src/hb-ot-layout-gsubgpos-private.hh | 4 ++++
37569  2 files changed, 5 insertions(+), 1 deletion(-)
37570
37571 commit b5e04c7dc6b78e311d1a14f1f808fac76a64c889
37572 Author: Behdad Esfahbod <behdad@behdad.org>
37573 Date:   Tue Dec 4 15:57:02 2012 -0500
37574
37575     [ucdn] Match upstream changes
37576
37577  src/hb-ucdn/ucdn.c | 16 ++++++++--------
37578  1 file changed, 8 insertions(+), 8 deletions(-)
37579
37580 commit a52f51b21635c626f6e5ccdba505c4df19bcff2c
37581 Author: Behdad Esfahbod <behdad@behdad.org>
37582 Date:   Tue Dec 4 15:43:38 2012 -0500
37583
37584     0.9.8
37585
37586  NEWS         | 16 ++++++++++++++++
37587  configure.ac |  2 +-
37588  2 files changed, 17 insertions(+), 1 deletion(-)
37589
37590 commit 7babfe5a7904c26060c5b8441ca1bf23e1444f35
37591 Author: Behdad Esfahbod <behdad@behdad.org>
37592 Date:   Tue Dec 4 00:35:54 2012 +0200
37593
37594     Move object mutext into the user-data array
37595
37596     We are not using it for anything lse it seems.
37597
37598  src/hb-common.cc         | 12 ++----------
37599  src/hb-object-private.hh | 24 ++++++++++--------------
37600  2 files changed, 12 insertions(+), 24 deletions(-)
37601
37602 commit a1900114770952778563dd6f3bc79334b0ca8df5
37603 Author: Behdad Esfahbod <behdad@behdad.org>
37604 Date:   Tue Dec 4 00:29:35 2012 +0200
37605
37606     Remove unused functions
37607
37608  src/hb-object-private.hh | 20 --------------------
37609  1 file changed, 20 deletions(-)
37610
37611 commit 88b7564183ae1cf59500b13c7e48756fe200c7cd
37612 Author: Behdad Esfahbod <behdad@behdad.org>
37613 Date:   Sun Dec 2 19:14:29 2012 +0200
37614
37615     "Update" to Unicode 6.2.0 tables
37616
37617     Nothing changed...
37618
37619  src/hb-ot-shape-complex-arabic-table.hh |  4 ++--
37620  src/hb-ot-shape-complex-indic-table.hh  | 12 ++++++------
37621  2 files changed, 8 insertions(+), 8 deletions(-)
37622
37623 commit 4ab99fb8c363cfc6a4f5952e69a19757f0cab344
37624 Author: Behdad Esfahbod <behdad@behdad.org>
37625 Date:   Fri Nov 30 15:02:04 2012 +0200
37626
37627     Minor
37628
37629  src/hb-ot-layout.h | 2 +-
37630  1 file changed, 1 insertion(+), 1 deletion(-)
37631
37632 commit 6748b96d27477b35dd69129e55d861259d66bf9f
37633 Author: Behdad Esfahbod <behdad@behdad.org>
37634 Date:   Fri Nov 30 12:02:21 2012 +0200
37635
37636     Minor
37637
37638  src/hb-ot-layout.cc | 1 -
37639  1 file changed, 1 deletion(-)
37640
37641 commit 624933f67642997ee0a46d5acea285362e837142
37642 Author: Behdad Esfahbod <behdad@behdad.org>
37643 Date:   Fri Nov 30 11:46:35 2012 +0200
37644
37645     Add Persian test cases from Mehran Mehr
37646
37647  test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST   | 1 +
37648  .../in-tree/shaper-arabic/script-arabic/language-persian/MANIFEST | 1 +
37649  .../shaper-arabic/script-arabic/language-persian/mehran.txt       |
37650  8 ++++++++
37651  3 files changed, 10 insertions(+)
37652
37653 commit 0f3f5299047e3cfc4d1202fee83d484b871279ad
37654 Author: Behdad Esfahbod <behdad@behdad.org>
37655 Date:   Fri Nov 30 09:06:59 2012 +0200
37656
37657     Add test-size-params
37658
37659     Eventually this will become part of a yet-to-be-written hb-ot cmdline
37660     tool.
37661
37662  src/Makefile.am         | 10 ++++-
37663  src/test-size-params.cc | 98
37664  +++++++++++++++++++++++++++++++++++++++++++++++++
37665  2 files changed, 107 insertions(+), 1 deletion(-)
37666
37667 commit 8465a05a89742295d4b009a9b4442eb0a899fd80
37668 Author: Behdad Esfahbod <behdad@behdad.org>
37669 Date:   Fri Nov 30 08:46:43 2012 +0200
37670
37671     Fix hb_buffer_guess_segment_properties() for empty buffer
37672
37673     Was causing assertion failure in shape_plan().
37674
37675  src/hb-buffer.cc | 4 ++--
37676  1 file changed, 2 insertions(+), 2 deletions(-)
37677
37678 commit e75943de803f571b7ad2cf2f777119753a209656
37679 Author: Behdad Esfahbod <behdad@behdad.org>
37680 Date:   Fri Nov 30 08:38:24 2012 +0200
37681
37682     [OTLayout] Fix collect_glyphs() recursion in ContextFormat3
37683
37684  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
37685  1 file changed, 1 insertion(+), 1 deletion(-)
37686
37687 commit 3038ae6adbb61e55d6c665dea0c5271e0c9f0ed8
37688 Author: Behdad Esfahbod <behdad@behdad.org>
37689 Date:   Fri Nov 30 08:24:13 2012 +0200
37690
37691     [OTLayout] Minor
37692
37693  src/hb-ot-layout-gpos-table.hh | 4 ----
37694  src/hb-ot-layout-gsub-table.hh | 4 ----
37695  src/hb-ot-layout.cc            | 4 ++--
37696  3 files changed, 2 insertions(+), 10 deletions(-)
37697
37698 commit 0dff11f6bfbda444a153ca75ff2b947f94e9b3c5
37699 Author: Behdad Esfahbod <behdad@behdad.org>
37700 Date:   Fri Nov 30 08:14:20 2012 +0200
37701
37702     [OTLayout] Look for any 'size' feature, not only in DFLT script
37703
37704     The old code doesn't work with all fonts, as Khaled has reported.
37705
37706  src/hb-ot-layout.cc | 14 +++++---------
37707  1 file changed, 5 insertions(+), 9 deletions(-)
37708
37709 commit e9ad71dee845407da74ccacfbb53ad7ededf07fd
37710 Author: Behdad Esfahbod <behdad@behdad.org>
37711 Date:   Fri Nov 30 08:10:26 2012 +0200
37712
37713     [OTLayout] Rename hb_ot_layout_position_get_size() to
37714     hb_ot_layout_get_size_params()
37715
37716  src/hb-ot-layout.cc | 4 ++--
37717  src/hb-ot-layout.h  | 7 ++++---
37718  2 files changed, 6 insertions(+), 5 deletions(-)
37719
37720 commit f18ff5a84d9fe859c40a7a0c9a207cb40df0e84a
37721 Author: Behdad Esfahbod <behdad@behdad.org>
37722 Date:   Fri Nov 30 08:07:06 2012 +0200
37723
37724     [OTLayout] Return correct value from recursion
37725
37726     Commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579 broke contextual
37727     lookups
37728     by making the recurse() function always return false.
37729
37730     Reported by Khaled.  Test case: لا in Amiri.
37731
37732  src/hb-ot-layout-gsubgpos-private.hh | 9 ++++-----
37733  1 file changed, 4 insertions(+), 5 deletions(-)
37734
37735 commit f54cce3c6a0432268ce159dbe6c5c6b7f583b87a
37736 Author: Behdad Esfahbod <behdad@behdad.org>
37737 Date:   Mon Nov 26 14:02:31 2012 +0200
37738
37739     [OTLayout] Implement 'size' feature
37740
37741  src/hb-ot-layout-common-private.hh | 36
37742  ++++++++++++++++++++++++++++++++++--
37743  src/hb-ot-layout.cc                | 31 +++++++++++++++++++++++++++++++
37744  src/hb-ot-layout.h                 |  5 +++++
37745  3 files changed, 70 insertions(+), 2 deletions(-)
37746
37747 commit 2dc1141d7d0a9f5818862b09d6b9cfe0a27f1fc1
37748 Author: Behdad Esfahbod <behdad@behdad.org>
37749 Date:   Sat Nov 24 19:16:34 2012 -0500
37750
37751     [OTLayout] Remove operator() from ClassDef
37752
37753  src/hb-ot-layout-common-private.hh   | 2 --
37754  src/hb-ot-layout-gpos-table.hh       | 4 ++--
37755  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
37756  3 files changed, 6 insertions(+), 8 deletions(-)
37757
37758 commit b67881b171a7cf865af58df146da52fc1e27b160
37759 Author: Behdad Esfahbod <behdad@behdad.org>
37760 Date:   Sat Nov 24 19:13:55 2012 -0500
37761
37762     [OTLayout] Remove operator() from Coverage
37763
37764  src/hb-ot-layout-common-private.hh   |  2 --
37765  src/hb-ot-layout-gdef-table.hh       |  4 ++--
37766  src/hb-ot-layout-gpos-table.hh       | 24 ++++++++++++------------
37767  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++++------------
37768  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
37769  5 files changed, 34 insertions(+), 36 deletions(-)
37770
37771 commit a88e7160217b9f44e4e5b4b814d0ca98c457ee40
37772 Author: Behdad Esfahbod <behdad@behdad.org>
37773 Date:   Sat Nov 24 02:31:02 2012 -0500
37774
37775     [OTLayout] Implement hb_ot_layout_collect_lookups()
37776
37777     Untested.
37778
37779  src/hb-ot-layout.cc | 97
37780  +++++++++++++++++++++++++++++++++++++++++++++++++++++
37781  src/hb-ot-layout.h  |  4 +--
37782  2 files changed, 98 insertions(+), 3 deletions(-)
37783
37784 commit 1ea375da446bf68f705a70ce4a480db9fb9d13f3
37785 Author: Behdad Esfahbod <behdad@behdad.org>
37786 Date:   Sat Nov 24 02:05:52 2012 -0500
37787
37788     [OTLayout] Only collect output glyphs during recursion in
37789     collect_glyphs()
37790
37791  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
37792  1 file changed, 3 insertions(+), 1 deletion(-)
37793
37794 commit f1b12781d279a73b5754afee31e930b5cd87aac6
37795 Author: Behdad Esfahbod <behdad@behdad.org>
37796 Date:   Sat Nov 24 01:55:34 2012 -0500
37797
37798     [OTLayout] Implement ChainContext collect_glyphs()
37799
37800     All of collect_glyphs() complete and untested now.
37801
37802  src/hb-ot-layout-gsubgpos-private.hh | 103
37803  ++++++++++++++++++++++++++++++++---
37804  1 file changed, 96 insertions(+), 7 deletions(-)
37805
37806 commit cdd756b9f40665a201f5c4e65a87b9a27c390601
37807 Author: Behdad Esfahbod <behdad@behdad.org>
37808 Date:   Sat Nov 24 01:38:41 2012 -0500
37809
37810     [OTLayout] Implement GPOS collect_glyphs()
37811
37812  src/hb-ot-layout-gpos-table.hh | 95
37813  +++++++++++++++++++++++++++++++++++++++++-
37814  src/hb-ot-layout.cc            |  9 ++--
37815  2 files changed, 99 insertions(+), 5 deletions(-)
37816
37817 commit 4c4e8f0e754b79ac6190d21878eaaf0b790c7579
37818 Author: Behdad Esfahbod <behdad@behdad.org>
37819 Date:   Sat Nov 24 01:13:20 2012 -0500
37820
37821     [OTLayout] Reuse apply context for recursion
37822
37823  src/hb-ot-layout-gpos-table.hh       | 7 ++++++-
37824  src/hb-ot-layout-gsub-table.hh       | 7 ++++++-
37825  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
37826  3 files changed, 16 insertions(+), 6 deletions(-)
37827
37828 commit 53a69f49e58ef4c4226958e0496fc22455ee6c87
37829 Author: Behdad Esfahbod <behdad@behdad.org>
37830 Date:   Sat Nov 24 01:03:05 2012 -0500
37831
37832     [OTLayout] Remove unused members
37833
37834  src/hb-ot-layout-gsubgpos-private.hh | 3 ---
37835  1 file changed, 3 deletions(-)
37836
37837 commit d0a5233785eb327c4080432f597fe470a1046af3
37838 Author: Behdad Esfahbod <behdad@behdad.org>
37839 Date:   Fri Nov 23 18:54:59 2012 -0500
37840
37841     [OTLayout] Implement Context::collect_glyphs()
37842
37843  src/hb-ot-layout-gsubgpos-private.hh | 122
37844  +++++++++++++++++++++++++++++++----
37845  1 file changed, 111 insertions(+), 11 deletions(-)
37846
37847 commit 26514d51b6669f092d9ccb7523443a5ece74169a
37848 Author: Behdad Esfahbod <behdad@behdad.org>
37849 Date:   Fri Nov 23 18:13:48 2012 -0500
37850
37851     [OTLayout] More collect_glyphs()
37852
37853  src/hb-ot-layout-gpos-table.hh       |  6 ++---
37854  src/hb-ot-layout-gsub-table.hh       | 32 +++++++++++++++-------
37855  src/hb-ot-layout-gsubgpos-private.hh | 51
37856  ++++++++++++++++++++++++++++++++----
37857  3 files changed, 71 insertions(+), 18 deletions(-)
37858
37859 commit c6fb843f2a1c26322c6f4c85d1589f01a9e7a2ef
37860 Author: Behdad Esfahbod <behdad@behdad.org>
37861 Date:   Fri Nov 23 18:04:08 2012 -0500
37862
37863     [OTLayout] Templatize process_recurse_func
37864
37865  src/hb-ot-layout-gpos-table.hh | 10 ++++++++++
37866  src/hb-ot-layout-gsub-table.hh |  8 +++++---
37867  2 files changed, 15 insertions(+), 3 deletions(-)
37868
37869 commit 9b34677f362fb0ef5a7cb8a284a9e06d1a4cc03b
37870 Author: Behdad Esfahbod <behdad@behdad.org>
37871 Date:   Fri Nov 23 17:55:40 2012 -0500
37872
37873     [OTLayout] Clean up closure() a bit
37874
37875  src/hb-ot-layout-gsub-table.hh       | 29 ++++++++++++++---------------
37876  src/hb-ot-layout-gsubgpos-private.hh |  7 ++++---
37877  src/hb-ot-layout.cc                  |  6 +++++-
37878  3 files changed, 23 insertions(+), 19 deletions(-)
37879
37880 commit adf7758a27a11fb1a8a14a2673867589437d22a3
37881 Author: Behdad Esfahbod <behdad@behdad.org>
37882 Date:   Fri Nov 23 17:32:00 2012 -0500
37883
37884     Improve debug log format in presence of templates
37885
37886  src/hb-private.hh | 6 +++++-
37887  1 file changed, 5 insertions(+), 1 deletion(-)
37888
37889 commit 2c53bd3c3ec4f81eff126c5bf84b7f2ddf2f0fef
37890 Author: Behdad Esfahbod <behdad@behdad.org>
37891 Date:   Fri Nov 23 17:29:05 2012 -0500
37892
37893     [OTLayout] Start porting sanitize() to process()
37894
37895  src/hb-open-type-private.hh          | 12 +++++++++++-
37896  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
37897  2 files changed, 15 insertions(+), 5 deletions(-)
37898
37899 commit f48ec0e83432c038b50d9715a38ba1469e82e1e4
37900 Author: Behdad Esfahbod <behdad@behdad.org>
37901 Date:   Fri Nov 23 17:23:41 2012 -0500
37902
37903     [OTLayout] Add process() tracing
37904
37905  src/hb-ot-layout-gpos-table.hh       | 60
37906  ++++++++++++++++++++----------------
37907  src/hb-ot-layout-gsub-table.hh       | 51 +++++++++++++++++-------------
37908  src/hb-ot-layout-gsubgpos-private.hh | 17 +++++-----
37909  3 files changed, 72 insertions(+), 56 deletions(-)
37910
37911 commit ed2e13594479c6ed7909401509962ea2f03f9a6e
37912 Author: Behdad Esfahbod <behdad@behdad.org>
37913 Date:   Fri Nov 23 17:10:40 2012 -0500
37914
37915     [OTLayout] More Extension templatizing
37916
37917  src/hb-ot-layout-gpos-table.hh       | 11 -----------
37918  src/hb-ot-layout-gsub-table.hh       | 11 -----------
37919  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++++++--
37920  3 files changed, 10 insertions(+), 24 deletions(-)
37921
37922 commit 7dddd4e72bc35be962d93dc1b76c7e26c63aaa6d
37923 Author: Behdad Esfahbod <behdad@behdad.org>
37924 Date:   Fri Nov 23 17:04:55 2012 -0500
37925
37926     [OTLayout] More templatizing Extension
37927
37928  src/hb-ot-layout-gpos-table.hh       |  7 +------
37929  src/hb-ot-layout-gsub-table.hh       |  9 ++-------
37930  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++++++-
37931  3 files changed, 12 insertions(+), 14 deletions(-)
37932
37933 commit 653eeb26450053b731b46346606931f5ae88db72
37934 Author: Behdad Esfahbod <behdad@behdad.org>
37935 Date:   Fri Nov 23 16:57:36 2012 -0500
37936
37937     Make Extension a template
37938
37939  src/hb-ot-layout-gpos-table.hh       | 11 +----------
37940  src/hb-ot-layout-gsub-table.hh       | 11 +----------
37941  src/hb-ot-layout-gsubgpos-private.hh |  7 +++++++
37942  3 files changed, 9 insertions(+), 20 deletions(-)
37943
37944 commit 08f1eede1bbc01ece2adf89847614a0670e50443
37945 Author: Behdad Esfahbod <behdad@behdad.org>
37946 Date:   Fri Nov 23 16:51:43 2012 -0500
37947
37948     Minor
37949
37950  src/hb-ot-layout-gpos-table.hh | 19 ++-----------------
37951  src/hb-ot-layout-gsub-table.hh | 19 ++-----------------
37952  2 files changed, 4 insertions(+), 34 deletions(-)
37953
37954 commit 2c9d6485a1f89c11f84e720d3c7978dc11a5039a
37955 Author: Behdad Esfahbod <behdad@behdad.org>
37956 Date:   Fri Nov 23 16:49:19 2012 -0500
37957
37958     More tracing fixup
37959
37960  src/hb-private.hh | 5 ++---
37961  1 file changed, 2 insertions(+), 3 deletions(-)
37962
37963 commit a1733db1c6ff40aae71fa142a12b1fea7b53dd37
37964 Author: Behdad Esfahbod <behdad@behdad.org>
37965 Date:   Fri Nov 23 16:40:04 2012 -0500
37966
37967     [OTLayout] Start adding process() tracing
37968
37969  src/hb-ot-layout-gsubgpos-private.hh | 44
37970  +++++++++++++++++++++++++++---------
37971  src/hb-private.hh                    |  6 +++--
37972  2 files changed, 37 insertions(+), 13 deletions(-)
37973
37974 commit 73c18ae1b982a4e65086afe5177afa79e721e2c0
37975 Author: Behdad Esfahbod <behdad@behdad.org>
37976 Date:   Fri Nov 23 15:34:11 2012 -0500
37977
37978     Cleanup
37979
37980  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++------------
37981  1 file changed, 4 insertions(+), 12 deletions(-)
37982
37983 commit be218c688cbb037a99c8c64bb835f3c980040c0b
37984 Author: Behdad Esfahbod <behdad@behdad.org>
37985 Date:   Fri Nov 23 15:32:14 2012 -0500
37986
37987     Pass this object to trace macros
37988
37989  src/hb-open-file-private.hh          |  10 +--
37990  src/hb-open-type-private.hh          |  34 +++++-----
37991  src/hb-ot-head-table.hh              |   2 +-
37992  src/hb-ot-hhea-table.hh              |   2 +-
37993  src/hb-ot-hmtx-table.hh              |   2 +-
37994  src/hb-ot-layout-common-private.hh   |  36 +++++------
37995  src/hb-ot-layout-gdef-table.hh       |  20 +++---
37996  src/hb-ot-layout-gpos-table.hh       |  80 +++++++++++------------
37997  src/hb-ot-layout-gsub-table.hh       | 122
37998  +++++++++++++++++------------------
37999  src/hb-ot-layout-gsubgpos-private.hh | 100 ++++++++++++++--------------
38000  src/hb-ot-maxp-table.hh              |   2 +-
38001  src/hb-ot-name-table.hh              |   6 +-
38002  12 files changed, 208 insertions(+), 208 deletions(-)
38003
38004 commit 902cc8aca0b3ff25eeee50b3a84d729e31731ef3
38005 Author: Behdad Esfahbod <behdad@behdad.org>
38006 Date:   Fri Nov 23 15:06:59 2012 -0500
38007
38008     [OTLayout] Start unbreaking tracing
38009
38010  src/hb-open-type-private.hh          | 37
38011  +++++++++++++++++++++---------------
38012  src/hb-ot-layout-gsubgpos-private.hh | 37
38013  +++++++++++++++++++++++++-----------
38014  src/hb-private.hh                    | 30 +++++++++++++++++++----------
38015  3 files changed, 68 insertions(+), 36 deletions(-)
38016
38017 commit dabe698fcbeb02911128b17aa8e3b2d864795960
38018 Author: Behdad Esfahbod <behdad@behdad.org>
38019 Date:   Fri Nov 23 14:21:35 2012 -0500
38020
38021     Minor
38022
38023  src/hb-open-type-private.hh          |  5 -----
38024  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++------
38025  src/hb-private.hh                    | 27 +++++++++++++++++++++++++--
38026  3 files changed, 29 insertions(+), 13 deletions(-)
38027
38028 commit c779d82b2fc801eec0d349a106c0e860448fcf4e
38029 Author: Behdad Esfahbod <behdad@behdad.org>
38030 Date:   Fri Nov 23 14:07:24 2012 -0500
38031
38032     Fix warnings
38033
38034  src/hb-ot-layout-gpos-table.hh       | 2 --
38035  src/hb-ot-layout-gsub-table.hh       | 8 +++-----
38036  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
38037  src/hb-private.hh                    | 2 +-
38038  4 files changed, 5 insertions(+), 9 deletions(-)
38039
38040 commit 81822528efc63d867cb2343a8ff7af64fac1c70d
38041 Author: Behdad Esfahbod <behdad@behdad.org>
38042 Date:   Fri Nov 23 13:27:16 2012 -0500
38043
38044     Minor
38045
38046  src/hb-open-type-private.hh          | 6 ++++++
38047  src/hb-ot-layout-gsubgpos-private.hh | 3 ---
38048  2 files changed, 6 insertions(+), 3 deletions(-)
38049
38050 commit 1d67ef980f35ae30d4f8975f65ee07b8cc5deeea
38051 Author: Behdad Esfahbod <behdad@behdad.org>
38052 Date:   Thu Nov 22 16:47:53 2012 -0500
38053
38054     Move code around
38055
38056  src/hb-ot-layout-gsubgpos-private.hh | 44
38057  ++++++++++++++++++------------------
38058  1 file changed, 22 insertions(+), 22 deletions(-)
38059
38060 commit ec35a72a44301934b8f123ab2833f59d8c875a09
38061 Author: Behdad Esfahbod <behdad@behdad.org>
38062 Date:   Thu Nov 22 16:05:59 2012 -0500
38063
38064     [OTLayout] Port apply() operator to process() template
38065
38066  src/hb-ot-layout-gpos-table.hh       | 117
38067  ++++-------------------------------
38068  src/hb-ot-layout-gsub-table.hh       | 108
38069  +++-----------------------------
38070  src/hb-ot-layout-gsubgpos-private.hh |  99 +++++++++++++----------------
38071  src/hb-ot-layout.cc                  |   2 +-
38072  4 files changed, 65 insertions(+), 261 deletions(-)
38073
38074 commit 2005fa5340fc528c32dc2af945ad2431964a47d2
38075 Author: Behdad Esfahbod <behdad@behdad.org>
38076 Date:   Thu Nov 22 14:38:10 2012 -0500
38077
38078     [OTLayout] Port would_apply() and get_coverage() to process()
38079     templates
38080
38081  src/hb-ot-layout-gpos-table.hh       | 175
38082  +++++++++++--------------------
38083  src/hb-ot-layout-gsub-table.hh       | 198
38084  ++++++++++++-----------------------
38085  src/hb-ot-layout-gsubgpos-private.hh |  76 +++++---------
38086  3 files changed, 156 insertions(+), 293 deletions(-)
38087
38088 commit 44fc237b53ebfbaf8a539de16ad735d2c6afc52b
38089 Author: Behdad Esfahbod <behdad@behdad.org>
38090 Date:   Wed Nov 21 23:33:13 2012 -0500
38091
38092     [OTLayout] Port closure() to process() template
38093
38094  src/hb-ot-layout-gsub-table.hh       | 297
38095  ++++++++---------------------------
38096  src/hb-ot-layout-gsubgpos-private.hh | 209 ++++++++++++------------
38097  src/hb-ot-layout.cc                  |  10 +-
38098  3 files changed, 171 insertions(+), 345 deletions(-)
38099
38100 commit 5be86b1bb4fbb37b50a1e2798df0c9a3a528b6b2
38101 Author: Behdad Esfahbod <behdad@behdad.org>
38102 Date:   Thu Nov 22 16:26:22 2012 -0500
38103
38104     [ucdn] Make data tables const!
38105
38106  src/hb-ucdn/ucdn.c           | 16 ++++++++--------
38107  src/hb-ucdn/unicodedata_db.h | 28 ++++++++++++++--------------
38108  2 files changed, 22 insertions(+), 22 deletions(-)
38109
38110 commit 7c5b7fe686c9163afe2f31fbeac6f8c8512f5516
38111 Author: Behdad Esfahbod <behdad@behdad.org>
38112 Date:   Thu Nov 22 14:15:08 2012 -0500
38113
38114     Fix hb_shape_plan_get_shaper()
38115
38116  src/hb-shape-plan.cc | 1 +
38117  1 file changed, 1 insertion(+)
38118
38119 commit 4c8963576573483269b327c6465f6ec99f489e05
38120 Author: Behdad Esfahbod <behdad@behdad.org>
38121 Date:   Wed Nov 21 01:20:56 2012 -0500
38122
38123     0.9.7
38124
38125  NEWS         | 86
38126  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
38127  configure.ac |  2 +-
38128  2 files changed, 87 insertions(+), 1 deletion(-)
38129
38130 commit ac064a2db2b7a010d99527e183145286215aea81
38131 Author: Behdad Esfahbod <behdad@behdad.org>
38132 Date:   Wed Nov 21 01:14:19 2012 -0500
38133
38134     Rename hb_set_population() to hb_set_get_population()
38135
38136  src/hb-set.cc | 2 +-
38137  src/hb-set.h  | 2 +-
38138  2 files changed, 2 insertions(+), 2 deletions(-)
38139
38140 commit 16c914c2a6efeb6999054333985b1f711e33cf94
38141 Author: Behdad Esfahbod <behdad@behdad.org>
38142 Date:   Wed Nov 21 01:04:15 2012 -0500
38143
38144     [Indic] One more try at unbreaking Khmer fonts
38145
38146     See comments and discussion on the list.
38147
38148  src/hb-ot-shape-complex-private.hh | 16 ++++++++++------
38149  1 file changed, 10 insertions(+), 6 deletions(-)
38150
38151 commit e8cfdd7fa8d0fb66e0a261f3547e5824897e5131
38152 Author: Behdad Esfahbod <behdad@behdad.org>
38153 Date:   Fri Nov 16 19:07:06 2012 -0800
38154
38155     Start implementing collect_glyphs() operation
38156
38157     Not functional yet.
38158
38159  src/hb-ot-layout-gsub-table.hh       | 185
38160  +++++++++++++++++++++++++++++++++++
38161  src/hb-ot-layout-gsubgpos-private.hh |  57 +++++++++++
38162  src/hb-ot-layout.cc                  |  29 ++++++
38163  src/hb-ot-layout.h                   |   4 +-
38164  4 files changed, 272 insertions(+), 3 deletions(-)
38165
38166 commit 7d52e6601f0e695690cd168a288466746cf25300
38167 Author: Behdad Esfahbod <behdad@behdad.org>
38168 Date:   Fri Nov 16 18:49:54 2012 -0800
38169
38170     Whitespace
38171
38172  src/hb-coretext.cc                   |  32 +++++-----
38173  src/hb-icu-le.cc                     |   2 +-
38174  src/hb-old.cc                        |  10 ++--
38175  src/hb-open-file-private.hh          |   2 +-
38176  src/hb-open-type-private.hh          |   2 +-
38177  src/hb-ot-head-table.hh              |   2 +-
38178  src/hb-ot-hhea-table.hh              |   2 +-
38179  src/hb-ot-hmtx-table.hh              |   2 +-
38180  src/hb-ot-layout-common-private.hh   |   2 +-
38181  src/hb-ot-layout-gdef-table.hh       |   2 +-
38182  src/hb-ot-layout-gpos-table.hh       |   2 +-
38183  src/hb-ot-layout-gsub-table.hh       |   2 +-
38184  src/hb-ot-layout-gsubgpos-private.hh |   2 +-
38185  src/hb-ot-maxp-table.hh              |   2 +-
38186  src/hb-ot-name-table.hh              |   2 +-
38187  src/hb-ot-shape-complex-default.cc   | 109
38188  ++++++++++++++++++-----------------
38189  src/hb-tt-font.cc                    |   2 +-
38190  17 files changed, 87 insertions(+), 92 deletions(-)
38191
38192 commit 51bb498b7b07bff4a447405b72f09b68d07a3e95
38193 Author: Behdad Esfahbod <behdad@behdad.org>
38194 Date:   Fri Nov 16 14:08:05 2012 -0800
38195
38196     Minor
38197
38198  src/hb-ot-shape.cc | 1 +
38199  1 file changed, 1 insertion(+)
38200
38201 commit 89ca8eeb83fedde06727d386369a0a39d410f12b
38202 Author: Behdad Esfahbod <behdad@behdad.org>
38203 Date:   Fri Nov 16 13:53:40 2012 -0800
38204
38205     Implement hb_ot_layout_get_glyphs_in_class()
38206
38207  src/hb-ot-layout-common-private.hh | 24 ++++++++++++++++++++++++
38208  src/hb-ot-layout-gdef-table.hh     |  2 ++
38209  src/hb-ot-layout.cc                |  8 ++++++++
38210  src/hb-ot-layout.h                 |  5 ++---
38211  4 files changed, 36 insertions(+), 3 deletions(-)
38212
38213 commit 5a08ecf9200a6ac9b4ebb7ec5c13dcb42d8820ce
38214 Author: Behdad Esfahbod <behdad@behdad.org>
38215 Date:   Fri Nov 16 13:34:29 2012 -0800
38216
38217     Implement hb_ot_layout_get_glyph_class()
38218
38219  src/hb-ot-layout-gdef-table.hh       | 10 +++++-----
38220  src/hb-ot-layout-gpos-table.hh       |  8 ++++----
38221  src/hb-ot-layout-gsub-table.hh       |  2 +-
38222  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
38223  src/hb-ot-layout-private.hh          | 10 +++++++++-
38224  src/hb-ot-layout.cc                  |  6 ++++++
38225  src/hb-ot-layout.h                   | 14 ++++++--------
38226  src/hb-ot-shape.cc                   |  4 ++--
38227  8 files changed, 38 insertions(+), 26 deletions(-)
38228
38229 commit f9edd5d56bd219625f5b16b23eac53b4c4a8b194
38230 Author: Behdad Esfahbod <behdad@behdad.org>
38231 Date:   Fri Nov 16 13:23:37 2012 -0800
38232
38233     Implement hb_shape_plan_get_shaper()
38234
38235     Untested.
38236
38237  src/hb-shape-plan-private.hh | 1 +
38238  src/hb-shape-plan.cc         | 7 +++++++
38239  src/hb-shape-plan.h          | 4 +---
38240  3 files changed, 9 insertions(+), 3 deletions(-)
38241
38242 commit 43b653150081a2f9dc6b7481229ac4cd952575dc
38243 Author: Behdad Esfahbod <behdad@behdad.org>
38244 Date:   Fri Nov 16 13:12:35 2012 -0800
38245
38246     [Indic] Another try to unbreak Sinhala split matras
38247
38248     Just read the comments...
38249
38250  src/hb-ot-shape-complex-indic.cc                   | 43
38251  ++++++++++++++++++----
38252  .../indic/script-sinhala/misc/MANIFEST             |  1 +
38253  .../indic/script-sinhala/misc/split-matras.txt     |  4 ++
38254  3 files changed, 40 insertions(+), 8 deletions(-)
38255
38256 commit 977f1740ace730dcdff8221a17f2a592c2ec7c74
38257 Author: Behdad Esfahbod <behdad@behdad.org>
38258 Date:   Fri Nov 16 13:10:07 2012 -0800
38259
38260     Unbreak tests
38261
38262  src/hb-ot-layout.h  | 14 +++++++-------
38263  src/hb-shape-plan.h |  2 +-
38264  2 files changed, 8 insertions(+), 8 deletions(-)
38265
38266 commit eba312c8d1b2bbe8cb9b6414e843e78d2c521aa4
38267 Author: Behdad Esfahbod <behdad@behdad.org>
38268 Date:   Fri Nov 16 12:39:23 2012 -0800
38269
38270     Plumbing to get shape plan and font into complex decompose function
38271
38272     So we can handle Sinhala split matras smartly...  Coming soon.
38273
38274  src/hb-ot-shape-complex-default.cc   |  6 ++--
38275  src/hb-ot-shape-complex-indic.cc     | 14 ++++-----
38276  src/hb-ot-shape-complex-private.hh   | 16 +++++------
38277  src/hb-ot-shape-normalize-private.hh | 22 ++++++++++++--
38278  src/hb-ot-shape-normalize.cc         | 56
38279  ++++++++++++++----------------------
38280  src/hb-ot-shape.cc                   |  2 +-
38281  6 files changed, 61 insertions(+), 55 deletions(-)
38282
38283 commit 3f82f8ff07a9d16a7c047129658c1bbedfdb5436
38284 Author: Behdad Esfahbod <behdad@behdad.org>
38285 Date:   Thu Nov 15 18:45:31 2012 -0800
38286
38287     Rename hb_buffer_guess_properties() to
38288     hb_buffer_guess_segment_properties()
38289
38290  src/hb-buffer-private.hh | 2 +-
38291  src/hb-buffer.cc         | 6 +++---
38292  src/hb-buffer.h          | 2 +-
38293  src/hb-fallback-shape.cc | 2 +-
38294  src/hb-ot-shape.cc       | 2 +-
38295  src/hb-shape.cc          | 2 +-
38296  6 files changed, 8 insertions(+), 8 deletions(-)
38297
38298 commit f30641038ba96e83950729b1bd9d86d2e98e46c5
38299 Author: Behdad Esfahbod <behdad@behdad.org>
38300 Date:   Thu Nov 15 18:39:46 2012 -0800
38301
38302     Bunch of independent changes (ouch)
38303
38304     API additions:
38305
38306             hb_segment_properties_t
38307             HB_SEGMENT_PROPERTIES_DEFAULT
38308             hb_segment_properties_equal()
38309             hb_segment_properties_hash()
38310
38311             hb_buffer_set_segment_properties()
38312             hb_buffer_get_segment_properties()
38313
38314             hb_ot_layout_glyph_class_t
38315
38316             hb_shape_plan_t
38317             hb_shape_plan_create()
38318             hb_shape_plan_create_cached()
38319             hb_shape_plan_get_empty()
38320             hb_shape_plan_reference()
38321             hb_shape_plan_destroy()
38322             hb_shape_plan_set_user_data()
38323             hb_shape_plan_get_user_data()
38324             hb_shape_plan_execute()
38325
38326             hb_ot_shape_plan_collect_lookups()
38327
38328     API changes:
38329
38330             Rename hb_ot_layout_feature_get_lookup_indexes() to
38331             hb_ot_layout_feature_get_lookups().
38332
38333     New header file:
38334
38335             hb-shape-plan.h
38336
38337     And a bunch of prototyped but not implemented stuff.  Coming soon.
38338     (Tests fail because of the prototypes right now.)
38339
38340  src/Makefile.am              |   2 +-
38341  src/hb-buffer-private.hh     |  37 ---------------
38342  src/hb-buffer.cc             |  45 +++++++++++++++++-
38343  src/hb-buffer.h              |  47 +++++++++++++++++--
38344  src/hb-ot-layout-private.hh  |   8 ----
38345  src/hb-ot-layout.cc          |  12 ++---
38346  src/hb-ot-layout.h           | 108
38347  ++++++++++++++++++++++++++++++++++++++++---
38348  src/hb-ot-map-private.hh     |   2 +-
38349  src/hb-ot-map.cc             |  15 +++---
38350  src/hb-ot-shape-private.hh   |  11 ++++-
38351  src/hb-ot-shape.cc           |  52 ++++++++++++++-------
38352  src/hb-ot.h                  |   1 +
38353  src/hb-shape-plan-private.hh |   3 +-
38354  src/hb-shape-plan.cc         |  23 +++++++--
38355  src/hb-shape-plan.h          |  50 +++++++++++++-------
38356  src/hb-shaper-private.hh     |   2 -
38357  src/hb-shaper.cc             |   2 +-
38358  src/hb.h                     |   1 +
38359  18 files changed, 304 insertions(+), 117 deletions(-)
38360
38361 commit 75da37dcb17aacc0be6bb006683a84aa31155938
38362 Author: Behdad Esfahbod <behdad@behdad.org>
38363 Date:   Thu Nov 15 18:39:23 2012 -0800
38364
38365     Minor
38366
38367  util/hb-ot-shape-closure.cc | 24 ++++++++++++------------
38368  1 file changed, 12 insertions(+), 12 deletions(-)
38369
38370 commit e05a999495e6575f7cebd7f35db087d964f11ef6
38371 Author: Behdad Esfahbod <behdad@behdad.org>
38372 Date:   Thu Nov 15 16:23:21 2012 -0800
38373
38374     Add hb_face_[sg]et_glyph_count()
38375
38376  src/hb-font-private.hh |  9 +++++++++
38377  src/hb-font.cc         | 29 ++++++++++++++++++++++++++++-
38378  src/hb-font.h          |  7 +++++++
38379  3 files changed, 44 insertions(+), 1 deletion(-)
38380
38381 commit aec89de5641fbe1c3031d63dd5f40ec99bf2a538
38382 Author: Behdad Esfahbod <behdad@behdad.org>
38383 Date:   Thu Nov 15 16:15:42 2012 -0800
38384
38385     Add / modify set API a bit
38386
38387  src/hb-ot-shape.cc          |  2 +-
38388  src/hb-set-private.hh       | 35 ++++++++++++++++--
38389  src/hb-set.cc               | 86
38390  ++++++++++++++++++++++++++++++---------------
38391  src/hb-set.h                | 55 +++++++++++++++++++----------
38392  util/hb-ot-shape-closure.cc |  2 +-
38393  5 files changed, 128 insertions(+), 52 deletions(-)
38394
38395 commit c54599ad269380c7aa28d885fcfd660fc2c10a7b
38396 Author: Behdad Esfahbod <behdad@behdad.org>
38397 Date:   Thu Nov 15 16:14:23 2012 -0800
38398
38399     Minor
38400
38401  src/hb-buffer.cc | 2 +-
38402  src/hb-buffer.h  | 8 +++-----
38403  2 files changed, 4 insertions(+), 6 deletions(-)
38404
38405 commit d1aa143ca434fe272de21d2002768c83387b583b
38406 Author: Behdad Esfahbod <behdad@behdad.org>
38407 Date:   Thu Nov 15 15:38:08 2012 -0800
38408
38409     [Thai] Remove U+0E2C from "AC" consonants
38410
38411     WinXP doesn't include it.
38412
38413  src/hb-ot-shape-complex-thai.cc | 2 +-
38414  1 file changed, 1 insertion(+), 1 deletion(-)
38415
38416 commit 362a990b2246f5448ecb9d600761f710aea7d42d
38417 Author: Behdad Esfahbod <behdad@behdad.org>
38418 Date:   Thu Nov 15 14:57:31 2012 -0800
38419
38420     Rename hb_ot_layout_would_substitute_lookup() and
38421     hb_ot_layout_substitute_closure_lookup()
38422
38423     To match upcoming API.
38424
38425  src/hb-ot-layout-private.hh      | 2 +-
38426  src/hb-ot-layout.cc              | 8 ++++----
38427  src/hb-ot-layout.h               | 4 ++--
38428  src/hb-ot-map.cc                 | 2 +-
38429  src/hb-ot-shape-complex-indic.cc | 2 +-
38430  src/test-would-substitute.cc     | 2 +-
38431  6 files changed, 10 insertions(+), 10 deletions(-)
38432
38433 commit a4bef84e375b090c1bc7e4221b8e0ee435dfcbba
38434 Author: Behdad Esfahbod <behdad@behdad.org>
38435 Date:   Thu Nov 15 13:29:51 2012 -0800
38436
38437     [util] Make hb-shape err if output-format is not understood
38438
38439     And list supported formats.
38440
38441  util/hb-shape.cc | 6 ++++++
38442  1 file changed, 6 insertions(+)
38443
38444 commit 3cec819d39e45470d03085bb6fa132882cc85943
38445 Author: Behdad Esfahbod <behdad@behdad.org>
38446 Date:   Thu Nov 15 13:15:39 2012 -0800
38447
38448     Make the OT shaper default, even if CoreText or Uniscribe is enabled
38449
38450  src/hb-shaper-list.hh | 15 ++++++++-------
38451  1 file changed, 8 insertions(+), 7 deletions(-)
38452
38453 commit 072ae7a982bf640804eee0b41525e7c328806bf5
38454 Author: Behdad Esfahbod <behdad@behdad.org>
38455 Date:   Thu Nov 15 13:14:12 2012 -0800
38456
38457     Add hb_buffer_serialize_list_formats()
38458
38459  src/hb-buffer.cc | 6 ++++++
38460  src/hb-buffer.h  | 3 +++
38461  2 files changed, 9 insertions(+)
38462
38463 commit f9edf1672511c3bcc3796cc79578ffea43b2bda1
38464 Author: Behdad Esfahbod <behdad@behdad.org>
38465 Date:   Thu Nov 15 12:14:09 2012 -0800
38466
38467     Add buffer serialization / deserialization API
38468
38469     Two output formats for now: TEXT, and JSON.  For example:
38470
38471       hb-shape --output-format=json
38472
38473     Deserialization API is added, but not implemented yet.
38474
38475  src/hb-buffer.cc | 222
38476  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
38477  src/hb-buffer.h  |  42 +++++++++++
38478  util/hb-shape.cc |  21 +++++-
38479  util/options.cc  |  57 +++++---------
38480  util/options.hh  |   7 +-
38481  5 files changed, 304 insertions(+), 45 deletions(-)
38482
38483 commit fd0de881f4fc004da6f36d50a91d0e62f8eb4d8c
38484 Author: Behdad Esfahbod <behdad@behdad.org>
38485 Date:   Thu Nov 15 10:47:14 2012 -0800
38486
38487     Avoid C++ undefined behavior
38488
38489     https://bugzilla.mozilla.org/show_bug.cgi?id=810823
38490
38491  src/hb-open-type-private.hh | 4 ++--
38492  1 file changed, 2 insertions(+), 2 deletions(-)
38493
38494 commit f41dc2d35b23220d59d38990bb66f1cbd66a55b3
38495 Author: Behdad Esfahbod <behdad@behdad.org>
38496 Date:   Thu Nov 15 10:36:43 2012 -0800
38497
38498     Fix undefined behavior in Indic dottedcircle
38499
38500     Chromium Issue 158998:  Conditional jump in harfbuzz-ng
38501     http://code.google.com/p/chromium/issues/detail?id=158998
38502
38503  src/hb-ot-shape-complex-indic.cc | 2 +-
38504  1 file changed, 1 insertion(+), 1 deletion(-)
38505
38506 commit 1eb3e94fe99a072ce422e60ac4d4d89ef489b08a
38507 Author: Behdad Esfahbod <behdad@behdad.org>
38508 Date:   Wed Nov 14 17:25:03 2012 -0800
38509
38510     [Thai] Implement PUA-based fallback shaping
38511
38512     As explained here:
38513
38514       http://linux.thai.net/~thep/th-otf/shaping.html
38515
38516     Our output now matches Uniscribe for old fonts (eg. XP Tahoma) with no
38517     Thai GSUB table.
38518
38519  src/hb-ot-shape-complex-thai.cc | 217
38520  ++++++++++++++++++++++++++++++++++++++++
38521  1 file changed, 217 insertions(+)
38522
38523 commit 851784f8372004e0a40b698c0cdc2d7db8629aa2
38524 Author: Behdad Esfahbod <behdad@behdad.org>
38525 Date:   Wed Nov 14 16:24:05 2012 -0800
38526
38527     Improve shaper selection
38528
38529  src/hb-ot-map-private.hh           |  8 ++++----
38530  src/hb-ot-map.cc                   |  6 ++++--
38531  src/hb-ot-shape-complex-indic.cc   |  2 +-
38532  src/hb-ot-shape-complex-private.hh | 13 ++++++++-----
38533  src/hb-ot-shape-complex-thai.cc    | 24 ++++++++++++++++++++++--
38534  5 files changed, 39 insertions(+), 14 deletions(-)
38535
38536 commit f3584d3a3a627e38dfd7769975a670db340d2a48
38537 Author: Behdad Esfahbod <behdad@behdad.org>
38538 Date:   Wed Nov 14 15:55:17 2012 -0800
38539
38540     Add test cases for Thai PUA shaping
38541
38542  .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST       |  1 +
38543  .../in-tree/shaper-thai/script-thai/misc/pua-shaping.txt      |
38544  11 +++++++++++
38545  2 files changed, 12 insertions(+)
38546
38547 commit 43f04a7456419153cb03e610a825056a47824780
38548 Author: Behdad Esfahbod <behdad@behdad.org>
38549 Date:   Wed Nov 14 15:51:54 2012 -0800
38550
38551     Move Thai shaper into a separate file
38552
38553  src/Makefile.am                                    |   3 +-
38554  ...plex-misc.cc => hb-ot-shape-complex-default.cc} | 114
38555  -----------------
38556  src/hb-ot-shape-complex-thai.cc                    | 141
38557  +++++++++++++++++++++
38558  3 files changed, 143 insertions(+), 115 deletions(-)
38559
38560 commit ba82325b7a6311b787ae47f41a56964e2f2cba9f
38561 Author: Behdad Esfahbod <behdad@behdad.org>
38562 Date:   Wed Nov 14 15:36:53 2012 -0800
38563
38564     Add note re 'Phags-pa letter U+A872, which is Joining_Type=L
38565
38566  src/hb-ot-shape-complex-arabic.cc | 1 +
38567  1 file changed, 1 insertion(+)
38568
38569 commit d469fadce8290c7dda559c5927dd19df65f91c1a
38570 Author: Behdad Esfahbod <behdad@behdad.org>
38571 Date:   Wed Nov 14 15:07:36 2012 -0800
38572
38573     [Indic] Exchange abort() for assert()
38574
38575  src/hb-ot-shape-complex-indic.cc | 7 ++++---
38576  1 file changed, 4 insertions(+), 3 deletions(-)
38577
38578 commit 0f80a89de99293ddbf0b8b815fe360677d057e38
38579 Author: Behdad Esfahbod <behdad@behdad.org>
38580 Date:   Wed Nov 14 15:05:19 2012 -0800
38581
38582     Don't route Kharoshthi through the Indic shaper
38583
38584     It's a simple, right-to-left, script.
38585
38586  src/hb-ot-shape-complex-private.hh | 2 +-
38587  1 file changed, 1 insertion(+), 1 deletion(-)
38588
38589 commit e67072bb179a5c17db04075de74215597fb43c82
38590 Author: Behdad Esfahbod <behdad@behdad.org>
38591 Date:   Wed Nov 14 15:00:53 2012 -0800
38592
38593     [Indic] Handle overstruck matra position
38594
38595  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
38596  1 file changed, 3 insertions(+), 3 deletions(-)
38597
38598 commit 7e99e4f0740e47efda5882604954cb7d12700a4b
38599 Author: Behdad Esfahbod <behdad@behdad.org>
38600 Date:   Wed Nov 14 14:09:46 2012 -0800
38601
38602     Reposition Lao marks
38603
38604     Lao marks are center-aligned, unlike Thai ones.
38605
38606  src/hb-ot-shape-fallback.cc | 4 ++--
38607  1 file changed, 2 insertions(+), 2 deletions(-)
38608
38609 commit 865745b5b87236651f5663cae3461db9cb505eed
38610 Author: Behdad Esfahbod <behdad@behdad.org>
38611 Date:   Wed Nov 14 13:48:26 2012 -0800
38612
38613     Don't do fallback positioning for Indic and Thai shapers
38614
38615  src/hb-ot-shape-complex-arabic.cc  |  1 +
38616  src/hb-ot-shape-complex-indic.cc   |  1 +
38617  src/hb-ot-shape-complex-misc.cc    |  2 ++
38618  src/hb-ot-shape-complex-private.hh |  1 +
38619  src/hb-ot-shape.cc                 | 20 +++++---------------
38620  5 files changed, 10 insertions(+), 15 deletions(-)
38621
38622 commit 981748cb2e9b48b77177b19ec1f972cab7afda89
38623 Author: Behdad Esfahbod <behdad@behdad.org>
38624 Date:   Wed Nov 14 13:38:16 2012 -0800
38625
38626     [Indic] If Khmer fonts have a 'liga' feature, use generic shaper
38627
38628     Seems to produce more coherent results than trying the Indic shaper on
38629     them.  I'm looking at you, Kh-* fonts...
38630
38631  src/hb-ot-shape-complex-private.hh | 21 +++++++++++++++++----
38632  1 file changed, 17 insertions(+), 4 deletions(-)
38633
38634 commit 6b19fa48621dbf36d471d5005f6ae20df350954f
38635 Author: Behdad Esfahbod <behdad@behdad.org>
38636 Date:   Wed Nov 14 11:38:50 2012 -0800
38637
38638     Adjust diff rule for the new hb-shape output format
38639
38640  test/shaping/hb_test_tools.py | 2 +-
38641  1 file changed, 1 insertion(+), 1 deletion(-)
38642
38643 commit dde5506fd963e3cec27c3389bb1fc092f86d1e06
38644 Author: Behdad Esfahbod <behdad@behdad.org>
38645 Date:   Wed Nov 14 11:37:04 2012 -0800
38646
38647     [Indic] Don't move virama with left matra
38648
38649     This is important for the Sinhala U+0DDA split matra since it
38650     decomposes
38651     to U+0DD9,U+0DCA where U+0DD9 is a left matra and U+0DCA is the
38652     virama.
38653     We don't want to move the virama with the left matra.
38654     TEST: U+0D9A,U+0DDA
38655
38656     Note that we were already doing this in the Uniscribe bug
38657     compatibility
38658     mode.  We now do it all the time.
38659
38660  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
38661  1 file changed, 6 insertions(+), 2 deletions(-)
38662
38663 commit 82c4d9880a2cd321f6426888511c5f0318f96ad5
38664 Author: Behdad Esfahbod <behdad@behdad.org>
38665 Date:   Wed Nov 14 10:56:02 2012 -0800
38666
38667     Add Sinhala test case for split matra U+0DDA
38668
38669  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt
38670  | 1 +
38671  1 file changed, 1 insertion(+)
38672
38673 commit d04b12853167d756a8cccaf4154f0fd894bce6de
38674 Author: Behdad Esfahbod <behdad@behdad.org>
38675 Date:   Wed Nov 14 10:53:10 2012 -0800
38676
38677     Fix test
38678
38679  test/api/test-buffer.c | 2 +-
38680  1 file changed, 1 insertion(+), 1 deletion(-)
38681
38682 commit 92f9bfed42f720c1fd78e795845542661aaf4f8a
38683 Author: Behdad Esfahbod <behdad@behdad.org>
38684 Date:   Tue Nov 13 16:50:45 2012 -0800
38685
38686     Minor
38687
38688  src/hb-buffer.h | 26 ++++++++++++++------------
38689  1 file changed, 14 insertions(+), 12 deletions(-)
38690
38691 commit 66ac2ff32e24f0d5658ca172147613081a133847
38692 Author: Behdad Esfahbod <behdad@behdad.org>
38693 Date:   Tue Nov 13 16:26:32 2012 -0800
38694
38695     API change: Remove "mask" from hb_buffer_add()
38696
38697     I don't expect anybody using hb_buffer_add(), so this shouldn't break
38698     anyone's code.
38699
38700  src/hb-buffer-private.hh | 1 -
38701  src/hb-buffer.cc         | 8 +++-----
38702  src/hb-buffer.h          | 1 -
38703  3 files changed, 3 insertions(+), 7 deletions(-)
38704
38705 commit 407f80d62589774f845ef1a6a0a7d841b09d57c6
38706 Author: Behdad Esfahbod <behdad@behdad.org>
38707 Date:   Tue Nov 13 15:33:27 2012 -0800
38708
38709     [util] Add --bot / --eot / --preserve-default-ignorables
38710
38711  util/options.cc |  3 +++
38712  util/options.hh | 12 ++++++++++++
38713  2 files changed, 15 insertions(+)
38714
38715 commit 78d41d8d69142ae95928b51215c0c0c5e3f5b3f0
38716 Author: Behdad Esfahbod <behdad@behdad.org>
38717 Date:   Tue Nov 13 15:15:09 2012 -0800
38718
38719     Minor
38720
38721  util/options.cc | 2 +-
38722  1 file changed, 1 insertion(+), 1 deletion(-)
38723
38724 commit 321f73c16efa0730c96e001d65268f4927a0f735
38725 Author: Behdad Esfahbod <behdad@behdad.org>
38726 Date:   Tue Nov 13 15:12:24 2012 -0800
38727
38728     [util] Add --text-before and --text-after to hb-shape / hb-view
38729
38730     Use with Arabic, for example, to see the effect on joining.
38731
38732  util/hb-ot-shape-closure.cc |  4 +++-
38733  util/main-font-text.hh      |  2 +-
38734  util/options.cc             |  2 ++
38735  util/options.hh             | 18 ++++++++++++++++--
38736  util/shape-consumer.hh      |  6 ++++--
38737  5 files changed, 26 insertions(+), 6 deletions(-)
38738
38739 commit e13f8d280bafc6a6b6e31e2eee587660b8333c56
38740 Author: Behdad Esfahbod <behdad@behdad.org>
38741 Date:   Tue Nov 13 15:12:06 2012 -0800
38742
38743     Fix UTF-8 backward iteration
38744
38745     Ouch!
38746
38747  src/hb-utf-private.hh | 4 ++--
38748  1 file changed, 2 insertions(+), 2 deletions(-)
38749
38750 commit 5669a6cf418f3a8b9281c36e9d662d843be80433
38751 Author: Behdad Esfahbod <behdad@behdad.org>
38752 Date:   Tue Nov 13 15:11:51 2012 -0800
38753
38754     [Arabic] Fix post-context handling
38755
38756     Ouch!
38757
38758  src/hb-ot-shape-complex-arabic.cc | 2 +-
38759  1 file changed, 1 insertion(+), 1 deletion(-)
38760
38761 commit 0c7df2222862122ebbdc8665a21d6771ef5e0252
38762 Author: Behdad Esfahbod <behdad@behdad.org>
38763 Date:   Tue Nov 13 14:42:35 2012 -0800
38764
38765     Add buffer flags
38766
38767     New API:
38768
38769             hb_buffer_flags_t
38770
38771             HB_BUFFER_FLAGS_DEFAULT
38772             HB_BUFFER_FLAG_BOT
38773             HB_BUFFER_FLAG_EOT
38774             HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES
38775
38776             hb_buffer_set_flags()
38777             hb_buffer_get_flags()
38778
38779     We use the BOT flag to decide whether to insert dottedcircle if the
38780     first char in the buffer is a combining mark.
38781
38782     The PRESERVE_DEFAULT_IGNORABLES flag prevents removal of characters
38783     like
38784     ZWNJ/ZWJ/...
38785
38786  src/hb-buffer-private.hh          |  1 +
38787  src/hb-buffer.cc                  | 18 ++++++++++++++++++
38788  src/hb-buffer.h                   | 13 +++++++++++++
38789  src/hb-ot-shape-complex-arabic.cc | 40
38790  ++++++++++++++++++++-------------------
38791  src/hb-ot-shape.cc                |  9 ++++++---
38792  test/api/test-buffer.c            |  9 +++++++++
38793  6 files changed, 68 insertions(+), 22 deletions(-)
38794
38795 commit 1c7e55511a870f2689680ca8f977e00879f3b3e3
38796 Author: Behdad Esfahbod <behdad@behdad.org>
38797 Date:   Tue Nov 13 14:42:22 2012 -0800
38798
38799     Minor fix
38800
38801     Ouch
38802
38803  src/hb-shape.cc | 2 +-
38804  1 file changed, 1 insertion(+), 1 deletion(-)
38805
38806 commit c8d4f8b0fe56ce909e3ca07f8a30cb4fb940868b
38807 Author: Behdad Esfahbod <behdad@behdad.org>
38808 Date:   Tue Nov 13 14:10:19 2012 -0800
38809
38810     Minor
38811
38812  test/api/test-object.c | 2 +-
38813  1 file changed, 1 insertion(+), 1 deletion(-)
38814
38815 commit 82ecaff736e245e117d70b6ec1497508c6eb08d2
38816 Author: Behdad Esfahbod <behdad@behdad.org>
38817 Date:   Tue Nov 13 13:57:52 2012 -0800
38818
38819     Add hb_buffer_clear()
38820
38821     Which is like _reset(), but does NOT clear unicode-funcs.
38822
38823  src/hb-buffer-private.hh |  1 +
38824  src/hb-buffer.cc         | 15 +++++++++++++++
38825  src/hb-buffer.h          |  4 ++++
38826  test/api/test-buffer.c   | 22 +++++++++++++++++++++-
38827  4 files changed, 41 insertions(+), 1 deletion(-)
38828
38829 commit da43a92b04929e93356ae393803ef101154d2267
38830 Author: Behdad Esfahbod <behdad@behdad.org>
38831 Date:   Tue Nov 13 13:48:26 2012 -0800
38832
38833     0.9.6
38834
38835  NEWS         | 28 ++++++++++++++++++++++++++++
38836  configure.ac |  2 +-
38837  2 files changed, 29 insertions(+), 1 deletion(-)
38838
38839 commit 0736915b8ed789a209205fec762997af3a8af89c
38840 Author: Behdad Esfahbod <behdad@behdad.org>
38841 Date:   Tue Nov 13 12:35:35 2012 -0800
38842
38843     [Indic] Decompose Sinhala split matras the way old HarfBuzz /
38844     Pango did
38845
38846     Had to do some refactoring to make this happen...
38847
38848     Under uniscribe bug compatibility mode, we still plit them
38849     Uniscrie-style, but Jonathan and I convinced ourselves that there
38850     is no
38851     harm doing this the Unicode way.  This change makes that happen, and
38852     unbreaks free Sinhala fonts.
38853
38854  src/hb-ot-shape-complex-arabic.cc    |   2 +
38855  src/hb-ot-shape-complex-indic.cc     |  74 +++++++++-
38856  src/hb-ot-shape-complex-misc.cc      | 133 ++++++++++++++++-
38857  src/hb-ot-shape-complex-private.hh   |  28 +++-
38858  src/hb-ot-shape-normalize-private.hh |   6 +-
38859  src/hb-ot-shape-normalize.cc         | 278
38860  ++++++++++-------------------------
38861  src/hb-ot-shape.cc                   |   5 +-
38862  7 files changed, 312 insertions(+), 214 deletions(-)
38863
38864 commit c8149ca85ed97112778590bc9f090f3ee0254100
38865 Author: Behdad Esfahbod <behdad@behdad.org>
38866 Date:   Tue Nov 13 11:07:20 2012 -0800
38867
38868     [hb-shape] Adjust postioning output format
38869
38870     1. If there is any offset (x or y), print out both x and y offsets.
38871
38872     2. Always print out the advance in the major direction of the buffer.
38873     Ie. even for zero-advance glyphs, print a "+0".  This is more
38874     intuitive.
38875
38876  util/options.cc | 13 +++++++------
38877  1 file changed, 7 insertions(+), 6 deletions(-)
38878
38879 commit 6fd5335622087e87739684f581aa9f88635ff970
38880 Author: Behdad Esfahbod <behdad@behdad.org>
38881 Date:   Mon Nov 12 18:42:18 2012 -0800
38882
38883     [Indic] Update auto-generated Indic machine to reflect previous commit
38884
38885  src/hb-ot-shape-complex-indic-machine.hh | 1126
38886  +++++++++++++++---------------
38887  1 file changed, 567 insertions(+), 559 deletions(-)
38888
38889 commit 9cac1338c4bc3e9034cbfa104291ed0329debefe
38890 Author: Behdad Esfahbod <behdad@behdad.org>
38891 Date:   Mon Nov 12 18:41:22 2012 -0800
38892
38893     [Indic] Allow Consonant_Medial's after Consonant's
38894
38895     Mostly affects Myanmar, but also Tai Tham, Javanese, and Cham.  The
38896     latter three are untested (no fonts!).
38897
38898  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
38899  src/hb-ot-shape-complex-indic-private.hh | 7 ++++---
38900  2 files changed, 6 insertions(+), 4 deletions(-)
38901
38902 commit d187099cbab8e75f870a2bc9c23b6a1cf226905e
38903 Author: Behdad Esfahbod <behdad@behdad.org>
38904 Date:   Mon Nov 12 18:38:06 2012 -0800
38905
38906     [Indic] Categorize Myanmar "tone marks" as nuktas
38907
38908  src/hb-ot-shape-complex-indic-private.hh | 2 +-
38909  1 file changed, 1 insertion(+), 1 deletion(-)
38910
38911 commit 8173f23f3f16972c2e8e0a120724533100acfda2
38912 Author: Behdad Esfahbod <behdad@behdad.org>
38913 Date:   Mon Nov 12 18:37:20 2012 -0800
38914
38915     [Indic] Add config for Myanmar
38916
38917  src/hb-ot-shape-complex-indic.cc | 2 ++
38918  1 file changed, 2 insertions(+)
38919
38920 commit 9e92978c8aa3d3cdab4d20c81698c56adbb3dbdd
38921 Author: Behdad Esfahbod <behdad@behdad.org>
38922 Date:   Mon Nov 12 18:36:10 2012 -0800
38923
38924     [Indic] Route "new" Myanmar tag through the Indic shaper
38925
38926     Windows 8 adds a Myanmar shaper using the 'mym2' tag.  Route that
38927     through the Indic shaper.  It's still very broken, but at least this
38928     does NOT break old-style Myanmar shaping using the generic shaper.
38929
38930  src/hb-ot-shape-complex-private.hh | 14 +++++++-------
38931  1 file changed, 7 insertions(+), 7 deletions(-)
38932
38933 commit 5ab3855f8106158ee7e68797e8c35e63e9216e5d
38934 Author: Behdad Esfahbod <behdad@behdad.org>
38935 Date:   Mon Nov 12 18:27:42 2012 -0800
38936
38937     Choose shaper based on chosen OT script tag
38938
38939     For Arabic and Indic shapers, if the font doesn't have a script system
38940     for the script, use default shaper.
38941
38942     Make an exception for Arabic script since we have fallback logic for
38943     that one.
38944
38945  src/hb-ot-map-private.hh           |  4 ++++
38946  src/hb-ot-shape-complex-private.hh | 11 +++++++++--
38947  2 files changed, 13 insertions(+), 2 deletions(-)
38948
38949 commit 9b37b4c5800b158f61602d2aba8a01349e24d251
38950 Author: Behdad Esfahbod <behdad@behdad.org>
38951 Date:   Mon Nov 12 18:23:38 2012 -0800
38952
38953     Make planner available to complex shaper choosing logic
38954
38955  src/hb-ot-shape-complex-private.hh | 4 ++--
38956  src/hb-ot-shape.cc                 | 2 +-
38957  2 files changed, 3 insertions(+), 3 deletions(-)
38958
38959 commit 6fddf2d7397411bba8a23ac535e8b851495d3105
38960 Author: Behdad Esfahbod <behdad@behdad.org>
38961 Date:   Mon Nov 12 17:57:24 2012 -0800
38962
38963     Refactoring ot-map building to make chosen script available earlier
38964
38965  src/hb-ot-map-private.hh   | 13 ++++++++----
38966  src/hb-ot-map.cc           | 51
38967  ++++++++++++++++++++++++++--------------------
38968  src/hb-ot-shape-private.hh |  4 ++--
38969  3 files changed, 40 insertions(+), 28 deletions(-)
38970
38971 commit f17ed8116e7b6429af3fa60bb43d5f4fac66eae3
38972 Author: Behdad Esfahbod <behdad@behdad.org>
38973 Date:   Mon Nov 12 17:48:26 2012 -0800
38974
38975     Minor TODO
38976
38977  TODO | 2 ++
38978  1 file changed, 2 insertions(+)
38979
38980 commit de796a6fb98f4deda276caa82266b7c830978e0b
38981 Author: Behdad Esfahbod <behdad@behdad.org>
38982 Date:   Mon Nov 12 17:27:51 2012 -0800
38983
38984     Add "new" Myanmar OT Script tag
38985
38986     Windows 8 added support for Myanmar shaping using the "mym2"
38987     script tag,
38988     even though Windows never supported the old "mymr" tag.
38989
38990  src/hb-ot-tag.cc       | 2 ++
38991  test/api/test-ot-tag.c | 1 +
38992  2 files changed, 3 insertions(+)
38993
38994 commit 27f52dc3f6bbb97594a44f27b180aed73d9e5608
38995 Author: Behdad Esfahbod <behdad@behdad.org>
38996 Date:   Mon Nov 12 16:54:03 2012 -0800
38997
38998     Add Myanmar tests from UTN#11
38999
39000  .../south-east-asian/script-myanmar/misc/MANIFEST  |  1 +
39001  .../south-east-asian/script-myanmar/misc/utn11.txt | 34
39002  ++++++++++++++++++++++
39003  2 files changed, 35 insertions(+)
39004
39005 commit e9334ce97bb7f1de87fb211bb5a8168033629b14
39006 Author: Behdad Esfahbod <behdad@behdad.org>
39007 Date:   Mon Nov 12 14:57:02 2012 -0800
39008
39009     Break build when ragel is needed and missing
39010
39011  src/Makefile.am | 2 +-
39012  1 file changed, 1 insertion(+), 1 deletion(-)
39013
39014 commit dba186711e3f5e723f917b7104e849c4c525d3b8
39015 Author: Behdad Esfahbod <behdad@behdad.org>
39016 Date:   Mon Nov 12 14:48:33 2012 -0800
39017
39018     [Indic] Make more room in the table
39019
39020     To be used in upcoming commits.
39021
39022  src/hb-ot-shape-complex-indic-private.hh | 10 +++++-----
39023  1 file changed, 5 insertions(+), 5 deletions(-)
39024
39025 commit c4be9917438c45b972ec76dc68409014110f0837
39026 Author: Behdad Esfahbod <behdad@behdad.org>
39027 Date:   Mon Nov 12 14:27:33 2012 -0800
39028
39029     Typo
39030
39031  src/hb-ot-shape-complex-indic.cc | 2 +-
39032  1 file changed, 1 insertion(+), 1 deletion(-)
39033
39034 commit 56be677781736bbedc80df6f6aaa2b5f0bc4041c
39035 Author: Behdad Esfahbod <behdad@behdad.org>
39036 Date:   Mon Nov 12 14:09:40 2012 -0800
39037
39038     [Indic] Port 'pref' logic to look into font tables
39039
39040     ...instead of using a hardcoded list of Ra characters.
39041
39042  src/hb-ot-shape-complex-indic.cc | 7 ++++---
39043  1 file changed, 4 insertions(+), 3 deletions(-)
39044
39045 commit f2c0f59043c93c225274fc0c8177077d16c89d61
39046 Author: Behdad Esfahbod <behdad@behdad.org>
39047 Date:   Mon Nov 12 14:02:02 2012 -0800
39048
39049     [Indic] Port reph handling logic to look into font features
39050
39051     ...instead of using a hardcoded list of Ra characters.
39052
39053  src/hb-ot-shape-complex-indic.cc | 48
39054  +++++++++++++++++++++++++---------------
39055  1 file changed, 30 insertions(+), 18 deletions(-)
39056
39057 commit 43149afbc0007ea075a7017c0e56056c3c0f3614
39058 Author: Behdad Esfahbod <behdad@behdad.org>
39059 Date:   Mon Nov 12 13:34:17 2012 -0800
39060
39061     Route MEETEI_MAYEK through the Indic shaper
39062
39063     Since it has a couple of left-"matras".
39064
39065  src/hb-ot-shape-complex-private.hh | 5 ++---
39066  1 file changed, 2 insertions(+), 3 deletions(-)
39067
39068 commit d0905c3400085f9c0901c558ba1b81b5039510e4
39069 Author: Behdad Esfahbod <behdad@behdad.org>
39070 Date:   Mon Nov 12 13:02:20 2012 -0800
39071
39072     Minor
39073
39074  src/hb-ot-head-table.hh | 2 +-
39075  1 file changed, 1 insertion(+), 1 deletion(-)
39076
39077 commit 365f27ab5ba025bf1be6a882ed213c695cbfed7e
39078 Author: Behdad Esfahbod <behdad@behdad.org>
39079 Date:   Mon Nov 12 11:16:57 2012 -0800
39080
39081     Work around older compilers
39082
39083     As reported on the list:
39084
39085     I am seeing a similar problem building harfbuzz 0.9.5 with Apple gcc
39086     4.0.1 on OS X 10.5 Leopard:
39087
39088     hb-ot-layout-common-private.hh:406: error: 'struct
39089     OT::CoverageFormat1::Iter' is private
39090     hb-ot-layout-common-private.hh:646: error: within this context
39091     hb-ot-layout-common-private.hh:500: error: 'struct
39092     OT::CoverageFormat2::Iter' is private
39093     hb-ot-layout-common-private.hh:647: error: within this context
39094     make[4]: *** [libharfbuzz_la-hb-ot-layout.lo] Error 1
39095
39096     Also reported as happening with MSVC 2005.
39097
39098  src/hb-ot-layout-common-private.hh | 6 ++++++
39099  1 file changed, 6 insertions(+)
39100
39101 commit 6b389ddc3623d042ded4731f4d62dc354002fdd0
39102 Author: Behdad Esfahbod <behdad@behdad.org>
39103 Date:   Mon Nov 12 11:02:56 2012 -0800
39104
39105     [Indic] Don't apply 'liga'
39106
39107     Uniscribe doesn't.  And some fonts abuse this feature to get Indic
39108     shaping working in non-complex applications like Adobe's apps.
39109
39110     No change in numbers:
39111
39112     BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
39113     DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
39114     GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
39115     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
39116     KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
39117     KHMER: 299074 out of 299124 tests passed. 50 failed (0.0167155%)
39118     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
39119     MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed
39120     (0.0308108%)
39121     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
39122     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
39123     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
39124     TELUGU: 970557 out of 970573 tests passed. 16 failed (0.00164851%)
39125     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
39126
39127  src/hb-ot-shape-complex-indic.cc | 2 ++
39128  1 file changed, 2 insertions(+)
39129
39130 commit d05ac7dc3f2949e85f1fe996315b31b7aae370fe
39131 Author: Behdad Esfahbod <behdad@behdad.org>
39132 Date:   Mon Nov 12 10:26:50 2012 -0800
39133
39134     Fix hb-ft glyph name for broken fonts that return empty glyph names
39135
39136  src/hb-ft.cc | 2 +-
39137  1 file changed, 1 insertion(+), 1 deletion(-)
39138
39139 commit 3bc22eb7b843c77706bb13fc332009097f247813
39140 Author: Behdad Esfahbod <behdad@behdad.org>
39141 Date:   Mon Nov 12 10:07:28 2012 -0800
39142
39143     Minor
39144
39145  util/options.cc | 2 +-
39146  1 file changed, 1 insertion(+), 1 deletion(-)
39147
39148 commit 4899801155cc0fef7a8aa58c33ac2d30ba34bcc3
39149 Author: Behdad Esfahbod <behdad@behdad.org>
39150 Date:   Thu Nov 8 15:08:26 2012 -0800
39151
39152     U+A872 PHAGS-PA SUPERFIXED LETTER RA is "Right"-Joining
39153
39154  src/hb-ot-shape-complex-arabic.cc | 3 +++
39155  1 file changed, 3 insertions(+)
39156
39157 commit 22a685836a59d1c02914761c02d3852810b83ec5
39158 Author: Behdad Esfahbod <behdad@behdad.org>
39159 Date:   Mon Nov 5 15:20:10 2012 -0800
39160
39161     Adjust Mongolian shaping
39162
39163     For U+1880..U+1886 Uniscribe thinks they are non-joining.
39164     For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
39165     For now, match Uniscribe.
39166
39167  src/hb-ot-shape-complex-arabic.cc | 3 +++
39168  1 file changed, 3 insertions(+)
39169
39170 commit e6b86c8519f894bf7fe18d5c143276521fcacece
39171 Author: Behdad Esfahbod <behdad@behdad.org>
39172 Date:   Mon Nov 5 15:18:49 2012 -0800
39173
39174     Add test for non-joining Mongolian letters
39175
39176     For U+1880..U+1886 Uniscribe thinks they are non-joining.
39177     For U+1887 Uniscribe thinks it's joining, but looks wrong to me.
39178
39179  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST    | 1 +
39180  .../in-tree/shaper-arabic/script-mongolian/misc/non-joining.txt   |
39181  8 ++++++++
39182  2 files changed, 9 insertions(+)
39183
39184 commit c26a52fbe62e5ba4d0e1e2ba13bfb6ceb3f773dc
39185 Author: Behdad Esfahbod <behdad@behdad.org>
39186 Date:   Sun Nov 4 16:48:45 2012 -0800
39187
39188     Minor
39189
39190  src/hb-ot-shape-fallback.cc | 2 +-
39191  1 file changed, 1 insertion(+), 1 deletion(-)
39192
39193 commit f60d3ed35d94f1adcfd73ca05d03d7e81fb5de03
39194 Author: Behdad Esfahbod <behdad@behdad.org>
39195 Date:   Sun Nov 4 16:44:47 2012 -0800
39196
39197     Minor
39198
39199  src/hb-set-private.hh | 2 +-
39200  1 file changed, 1 insertion(+), 1 deletion(-)
39201
39202 commit f5e55754f962184d2fb7dcab837cdba56e8c7731
39203 Author: Behdad Esfahbod <behdad@behdad.org>
39204 Date:   Fri Nov 2 13:53:18 2012 -0700
39205
39206     Add Tifinagh test data
39207
39208  test/shaping/texts/in-tree/shaper-default/MANIFEST            |  2 ++
39209  .../texts/in-tree/shaper-default/script-tifinagh/MANIFEST     |  1 +
39210  .../in-tree/shaper-default/script-tifinagh/misc/MANIFEST      |  1 +
39211  .../in-tree/shaper-default/script-tifinagh/misc/misc.txt      |
39212  11 +++++++++++
39213  4 files changed, 15 insertions(+)
39214
39215 commit 10a33296e674ee84b9ed2df25cf373de7d020b8d
39216 Author: Behdad Esfahbod <behdad@behdad.org>
39217 Date:   Fri Nov 2 13:38:55 2012 -0700
39218
39219     Minor
39220
39221  src/hb-ot-tag.cc | 2 ++
39222  1 file changed, 2 insertions(+)
39223
39224 commit c21498afd857e78230f761ee5c9e73adece89dd0
39225 Author: Behdad Esfahbod <behdad@behdad.org>
39226 Date:   Fri Nov 2 10:21:26 2012 -0700
39227
39228     Add Mongolian and 'Phags-pa joining test cases
39229
39230  test/shaping/texts/in-tree/shaper-arabic/MANIFEST          |  1 +
39231  .../in-tree/shaper-arabic/script-mongolian/misc/misc.txt   |  3 +++
39232  .../texts/in-tree/shaper-arabic/script-phags-pa/MANIFEST   |  1 +
39233  .../in-tree/shaper-arabic/script-phags-pa/misc/MANIFEST    |  1 +
39234  .../in-tree/shaper-arabic/script-phags-pa/misc/misc.txt    | 14
39235  ++++++++++++++
39236  5 files changed, 20 insertions(+)
39237
39238 commit 3ba7bc14ea652d27639f34109e51a497a678a54a
39239 Author: Behdad Esfahbod <behdad@behdad.org>
39240 Date:   Thu Nov 1 20:05:04 2012 -0700
39241
39242     Implement 'Phags-pa shaping
39243
39244     Through the Arabic shaper.  It's similar to Mongolian.
39245
39246  src/hb-ot-shape-complex-arabic.cc  | 15 ++++++++++++---
39247  src/hb-ot-shape-complex-private.hh |  4 +---
39248  2 files changed, 13 insertions(+), 6 deletions(-)
39249
39250 commit 431bef2e16c7888ca3960f5797432d3a20903550
39251 Author: Behdad Esfahbod <behdad@behdad.org>
39252 Date:   Thu Nov 1 16:26:01 2012 -0700
39253
39254     Minor build fix
39255
39256  test/api/Makefile.am | 10 +++++++++-
39257  1 file changed, 9 insertions(+), 1 deletion(-)
39258
39259 commit da70111ab234e8b740ce6fb1789a1809fbec0c44
39260 Author: Behdad Esfahbod <behdad@behdad.org>
39261 Date:   Wed Oct 31 13:45:30 2012 -0700
39262
39263     Don't clear buffer pre-context if no new context is being provided
39264
39265     Patch from Jonathan Kew.
39266
39267     Part of fixing:
39268
39269     Mozilla Bug 801410 - avoid inserting dotted-circle for run-initial
39270     Unicode combining characters in "simple" scripts such as Latin
39271
39272     https://bugzilla.mozilla.org/show_bug.cgi?id=801410
39273
39274  src/hb-buffer.cc | 9 ++++++++-
39275  1 file changed, 8 insertions(+), 1 deletion(-)
39276
39277 commit 0bc7a38463bfb37f12efeb1b8cb2024cf4a347bc
39278 Author: Behdad Esfahbod <behdad@behdad.org>
39279 Date:   Mon Oct 29 22:02:45 2012 -0700
39280
39281     [OT] Fix ReverseChainingSubst
39282
39283     We should make it clear that we don't want output buffer in this case,
39284     otherwise buffer->backtrack_len() would be wrong.
39285
39286  src/hb-buffer-private.hh       |  1 +
39287  src/hb-buffer.cc               | 13 +++++++++++++
39288  src/hb-ot-layout-gsub-table.hh |  1 +
39289  3 files changed, 15 insertions(+)
39290
39291 commit 2616689d159024d2b1cb1e68f9936b2129bf9be6
39292 Author: Behdad Esfahbod <behdad@behdad.org>
39293 Date:   Mon Oct 29 21:51:56 2012 -0700
39294
39295     More tracing fixups
39296
39297  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++++------
39298  1 file changed, 7 insertions(+), 6 deletions(-)
39299
39300 commit 937f8d3871863b8b1ed1d8900cf41999d92ba30f
39301 Author: Behdad Esfahbod <behdad@behdad.org>
39302 Date:   Mon Oct 29 21:49:33 2012 -0700
39303
39304     [Arabic] Enable dlig and mset for Arabic
39305
39306     That's what the spec says, and what Uniscribe does.
39307
39308  src/hb-ot-shape-complex-arabic.cc | 3 ++-
39309  1 file changed, 2 insertions(+), 1 deletion(-)
39310
39311 commit 911ed096980630fd4a37bf2024036daae13a6056
39312 Author: Behdad Esfahbod <behdad@behdad.org>
39313 Date:   Mon Oct 29 19:42:19 2012 -0700
39314
39315     Ignore gid0 in test results
39316
39317  test/shaping/hb_test_tools.py | 1 +
39318  1 file changed, 1 insertion(+)
39319
39320 commit bc513add7999baf32f126ceebbd318105ee66985
39321 Author: Behdad Esfahbod <behdad@behdad.org>
39322 Date:   Mon Oct 29 19:03:55 2012 -0700
39323
39324     Add missing TRACE_RETURN
39325
39326  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
39327  1 file changed, 1 insertion(+), 1 deletion(-)
39328
39329 commit 10b88d89ef1efcfddbbfabd3669399b472c8a900
39330 Author: Behdad Esfahbod <behdad@behdad.org>
39331 Date:   Mon Oct 29 18:18:24 2012 -0700
39332
39333     Add Ethiopic test case
39334
39335     This sequence: U+120B,U+135F,U+120B with the Nyala font from Win7
39336     exposes a GPOS bug in Uniscribe, in that the positioned mark is
39337     wrongly
39338     moved as a result a following kern.
39339
39340     This is the one "failure" in the Ethiopic test suite :-).
39341
39342     ETHIOPIC: 118900 out of 118901 tests passed. 1 failed (0.000841036%)
39343
39344  test/shaping/texts/in-tree/shaper-default/script-ethiopic/MANIFEST      |
39345  1 +
39346  test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/MANIFEST |
39347  1 +
39348  test/shaping/texts/in-tree/shaper-default/script-ethiopic/misc/misc.txt |
39349  1 +
39350  3 files changed, 3 insertions(+)
39351
39352 commit 88d3c98e309e14c3115825d1d8d40d0b3eec2d97
39353 Author: Behdad Esfahbod <behdad@behdad.org>
39354 Date:   Mon Oct 29 16:27:02 2012 -0700
39355
39356     [Indic] Position pre-base reordering Ra after Chillus in Malayalam
39357
39358     The logic for pre-base reordering follows the left matra logic.
39359     We had an exception for Malayalam/Tamil in the left matra
39360     repositioning
39361     which was not reflected in pre-base reordering.
39362
39363     Malayalam failures down from 337 to 323.
39364
39365     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
39366     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
39367     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
39368     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
39369     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
39370     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
39371     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
39372     MALAYALAM: 1048011 out of 1048334 tests passed. 323 failed
39373     (0.0308108%)
39374     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
39375     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
39376     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
39377     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
39378     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
39379
39380  src/hb-ot-shape-complex-indic.cc | 35 +++++++++++++++++++++--------------
39381  1 file changed, 21 insertions(+), 14 deletions(-)
39382
39383 commit 21bf796954678d02f136709cade43adef6f8f42b
39384 Author: Behdad Esfahbod <behdad@behdad.org>
39385 Date:   Mon Oct 29 14:21:09 2012 -0700
39386
39387     Add missed file
39388
39389  src/hb-ucdn/COPYING | 13 +++++++++++++
39390  1 file changed, 13 insertions(+)
39391
39392 commit 01013a0f5c58d5d54a37e5b4d6692e0bbd4baf80
39393 Author: Behdad Esfahbod <behdad@behdad.org>
39394 Date:   Mon Oct 29 10:56:04 2012 -0700
39395
39396     Include config.h.in in tree
39397
39398     I typically don't like including generating files in tree.
39399     But like to
39400     make an exception for this, since this forms the canonical list of
39401     options one would need to go through when building with alternative
39402     build systems.
39403
39404  Makefile.am |   1 -
39405  config.h.in | 160
39406  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
39407  2 files changed, 160 insertions(+), 1 deletion(-)
39408
39409 commit 02ed52169ad3bb48f4989f721b0c6572e064a712
39410 Author: Behdad Esfahbod <behdad@behdad.org>
39411 Date:   Sun Oct 28 21:26:19 2012 -0700
39412
39413     Improve license information
39414
39415  COPYING                   | 2 ++
39416  src/hb-icu-le/COPYING     | 2 ++
39417  src/hb-icu-le/Makefile.am | 2 +-
39418  src/hb-ucdn/Makefile.am   | 2 +-
39419  src/hb-ucdn/README        | 7 +++++++
39420  5 files changed, 13 insertions(+), 2 deletions(-)
39421
39422 commit 4c1d9244617e472464722e64d2cdbc1f9e8827f6
39423 Author: Behdad Esfahbod <behdad@behdad.org>
39424 Date:   Sun Oct 28 20:27:25 2012 -0700
39425
39426     Minor
39427
39428  src/hb-icu-le.cc | 2 +-
39429  1 file changed, 1 insertion(+), 1 deletion(-)
39430
39431 commit 38b015e57ffa75d3b078a368c23685beb7c3f946
39432 Author: Behdad Esfahbod <behdad@behdad.org>
39433 Date:   Sun Oct 28 20:11:47 2012 -0700
39434
39435     Fix hb_buffer_set_length(buffer, 0)
39436
39437     Was causing invalid realloc()s.
39438
39439  src/hb-buffer.cc | 2 +-
39440  1 file changed, 1 insertion(+), 1 deletion(-)
39441
39442 commit b7115b63be72e109b51f538ba581aed1017b2d55
39443 Author: Behdad Esfahbod <behdad@behdad.org>
39444 Date:   Sun Oct 28 20:11:42 2012 -0700
39445
39446     Add XXX
39447
39448  src/hb-icu-le.cc | 1 +
39449  1 file changed, 1 insertion(+)
39450
39451 commit 71ee1f24503cd066ffc1a36cc5dd9a3c1d1a6dfd
39452 Author: Behdad Esfahbod <behdad@behdad.org>
39453 Date:   Sun Oct 28 19:18:11 2012 -0700
39454
39455     Port to ICU LayoutEngine C API
39456
39457     Incidentally, this makes it not crash with icu-le-hb anymore...
39458     I'm not smart / stupid enough to spend two more days debugging C++
39459     linking issues, and this is ABI-stable at least.
39460
39461  src/hb-icu-le.cc | 31 ++++++++++++++++---------------
39462  1 file changed, 16 insertions(+), 15 deletions(-)
39463
39464 commit 0144f05e57088b30ac894cdae8b04b265d4dfbe7
39465 Author: Behdad Esfahbod <behdad@behdad.org>
39466 Date:   Fri Oct 26 13:48:06 2012 -0700
39467
39468     Remove unused members
39469
39470  src/hb-icu-le/PortableFontInstance.h | 3 ---
39471  1 file changed, 3 deletions(-)
39472
39473 commit cf3afd8979b1db76d437f428cbd51cb363e0d18e
39474 Author: Behdad Esfahbod <behdad@behdad.org>
39475 Date:   Thu Oct 25 16:32:54 2012 -0700
39476
39477     Rename and revamp is_zero_width() to be is_default_ignorable()
39478
39479     That's really the logic desired.  Except that MONGOLIAN VOWEL
39480     SEPARATOR
39481     is not default_ignorable but it really should be.  Reported to
39482     Unicode.
39483
39484     Based on suggestion from Konstantin Ritt.
39485
39486  src/hb-fallback-shape.cc   |  2 +-
39487  src/hb-ot-shape-private.hh |  4 +--
39488  src/hb-ot-shape.cc         |  2 +-
39489  src/hb-unicode-private.hh  | 90
39490  +++++++++++++++++++++++++++++-----------------
39491  4 files changed, 62 insertions(+), 36 deletions(-)
39492
39493 commit a724139e641bf1592b1ff786a75a9de2ea8163cf
39494 Author: Behdad Esfahbod <behdad@behdad.org>
39495 Date:   Wed Oct 24 14:02:15 2012 -0700
39496
39497     Update TODO
39498
39499  TODO | 14 ++++++++++----
39500  1 file changed, 10 insertions(+), 4 deletions(-)
39501
39502 commit 13c058472913b7b6d689f9022226079da65420b0
39503 Author: Behdad Esfahbod <behdad@behdad.org>
39504 Date:   Sun Oct 14 18:37:09 2012 -0500
39505
39506     0.9.5
39507
39508  NEWS         | 23 +++++++++++++++++++++++
39509  configure.ac |  2 +-
39510  2 files changed, 24 insertions(+), 1 deletion(-)
39511
39512 commit fecdfa95daf4916695f23e7dab89ab363be11b89
39513 Author: Behdad Esfahbod <behdad@behdad.org>
39514 Date:   Sun Oct 7 17:19:58 2012 -0400
39515
39516     Fixup hb_ot_shape_closure()
39517
39518     Broke it when merged cmap mapping and normalizer.  Ouch!
39519
39520  src/hb-ot-shape.cc | 2 +-
39521  1 file changed, 1 insertion(+), 1 deletion(-)
39522
39523 commit 2d1dcb3ce3354c2d5e2b4d1d291beb8d23cdea22
39524 Author: Behdad Esfahbod <behdad@behdad.org>
39525 Date:   Sun Oct 7 17:13:46 2012 -0400
39526
39527     Mark debug message functions static
39528
39529  src/hb-private.hh | 6 +++---
39530  1 file changed, 3 insertions(+), 3 deletions(-)
39531
39532 commit 9947bd6daffb5ec76b67536575e7617ba4f10b1e
39533 Author: Behdad Esfahbod <behdad@behdad.org>
39534 Date:   Tue Oct 2 20:44:43 2012 -0400
39535
39536     Update UCDN to upstream commit
39537     3f159c87824230b59af56e40e2db32caf6afa51a
39538
39539     - Unicode 6.2.0 goodness,
39540     - Unassigned codepoints now have correct properties.  Passes test
39541     suite.
39542
39543  src/hb-ucdn/unicodedata_db.h | 1966
39544  ++++++++++++++++++++++--------------------
39545  1 file changed, 1036 insertions(+), 930 deletions(-)
39546
39547 commit 32dbfcf763d1ae497d3c95de986a83441331678f
39548 Author: Behdad Esfahbod <behdad@behdad.org>
39549 Date:   Tue Oct 2 17:42:13 2012 -0400
39550
39551     Fix visibility of UCDN symbols
39552
39553  src/hb-ucdn.cc     |  2 --
39554  src/hb-ucdn/ucdn.h | 19 +++++++++++++++++++
39555  2 files changed, 19 insertions(+), 2 deletions(-)
39556
39557 commit 3f33f0d1f2603f22e86adffe3c3836136ba5e5fd
39558 Author: Behdad Esfahbod <behdad@behdad.org>
39559 Date:   Tue Oct 2 16:03:18 2012 -0400
39560
39561     Import UCDN into source tree
39562
39563     https://github.com/grigorig/ucdn
39564
39565  configure.ac                 |   11 +-
39566  src/Makefile.am              |    7 +
39567  src/hb-ucdn.cc               |  207 ++
39568  src/hb-ucdn/Makefile.am      |   18 +
39569  src/hb-ucdn/README           |   33 +
39570  src/hb-ucdn/ucdn.c           |  282 +++
39571  src/hb-ucdn/ucdn.h           |  290 +++
39572  src/hb-ucdn/unicodedata_db.h | 4648
39573  ++++++++++++++++++++++++++++++++++++++++++
39574  src/hb-unicode.cc            |    3 +
39575  9 files changed, 5498 insertions(+), 1 deletion(-)
39576
39577 commit 0e292eb2a2abbac152eeea2060e58b7a66449745
39578 Author: Behdad Esfahbod <behdad@behdad.org>
39579 Date:   Tue Oct 2 14:59:00 2012 -0400
39580
39581     Remove Glib thread-safety support
39582
39583     Now that we have pthread detection in configure, we don't need Glib
39584     anymore.  Glib will only be a Unicode data provider.
39585
39586  configure.ac             |  8 ++++----
39587  src/hb-atomic-private.hh | 13 -------------
39588  src/hb-mutex-private.hh  | 20 --------------------
39589  3 files changed, 4 insertions(+), 37 deletions(-)
39590
39591 commit 66efe896483c58f3ef9bd218c02bb7ea604f68ee
39592 Author: Behdad Esfahbod <behdad@behdad.org>
39593 Date:   Tue Oct 2 14:55:32 2012 -0400
39594
39595     Check for pthreads
39596
39597  configure.ac    | 7 +++++++
39598  src/Makefile.am | 5 +++++
39599  2 files changed, 12 insertions(+)
39600
39601 commit 10a8162dddb8b39ae130fe5bb7d1819471fa7e06
39602 Author: Behdad Esfahbod <behdad@behdad.org>
39603 Date:   Tue Oct 2 14:46:34 2012 -0400
39604
39605     Add ax_pthread.m4
39606
39607  m4/ax_pthread.m4 | 309
39608  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
39609  1 file changed, 309 insertions(+)
39610
39611 commit 8ac34bc6ff1d0646503a45659b1846d8cf9c0603
39612 Author: Behdad Esfahbod <behdad@behdad.org>
39613 Date:   Tue Oct 2 14:46:04 2012 -0400
39614
39615     Add pkg.m4 to git repo
39616
39617  m4/pkg.m4 | 157
39618  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
39619  1 file changed, 157 insertions(+)
39620
39621 commit c7afac0aa6e51e6a49ebf13f72537398698c9e49
39622 Author: Behdad Esfahbod <behdad@behdad.org>
39623 Date:   Tue Oct 2 14:44:47 2012 -0400
39624
39625     Add AC_CONFIG_MACRODIR
39626
39627  Makefile.am  | 2 ++
39628  configure.ac | 2 ++
39629  2 files changed, 4 insertions(+)
39630
39631 commit f2eb3fa9dca8d21fae20c9b9dddad3245df74a05
39632 Author: Behdad Esfahbod <behdad@behdad.org>
39633 Date:   Tue Sep 25 21:35:35 2012 -0400
39634
39635     [OT] Only insert dottedcircle if at the beginning of paragraph
39636
39637     If the first char in the run is a combining mark, but there is text
39638     before the run, don't insert dottedcircle.
39639
39640     Part of addressing:
39641     https://bugzilla.redhat.com/show_bug.cgi?id=858736
39642
39643  src/hb-ot-shape.cc | 6 ++----
39644  1 file changed, 2 insertions(+), 4 deletions(-)
39645
39646 commit bdc2fc8294da7f374701aafe9f5a82d60633946f
39647 Author: Behdad Esfahbod <behdad@behdad.org>
39648 Date:   Tue Sep 25 21:32:35 2012 -0400
39649
39650     [Arabic] Respect Arabic joining from neighboring context
39651
39652     Now we respect Arabic joining across runs.
39653
39654  src/hb-ot-shape-complex-arabic.cc | 31 +++++++++++++++++++++++++++++--
39655  1 file changed, 29 insertions(+), 2 deletions(-)
39656
39657 commit 05207a79e0ae1769c5feaebe3fd99bdf9cfcf834
39658 Author: Behdad Esfahbod <behdad@behdad.org>
39659 Date:   Tue Sep 25 17:44:53 2012 -0400
39660
39661     [buffer] Save pre/post textual context
39662
39663     To be used for a variety of purposes.  We save up to five characters
39664     in each direction.  No public API changes, everything is taken care
39665     of already.  All clients need to do is to call hb_buffer_add_utf* with
39666     the full text + segment info (or at least some context) instead of
39667     just passing in the segment.
39668
39669     Various operations (hb_buffer_reset, hb_buffer_set_length,
39670     hb_buffer_add*) automatically reset the relevant contexts.
39671
39672  src/hb-buffer-private.hh | 13 ++++++++++++-
39673  src/hb-buffer.cc         | 44
39674  ++++++++++++++++++++++++++++++++++++++++----
39675  src/hb-buffer.h          |  2 +-
39676  3 files changed, 53 insertions(+), 6 deletions(-)
39677
39678 commit 89ac39dbbe028e6379f64392f2e590e3f1fdd847
39679 Author: Behdad Esfahbod <behdad@behdad.org>
39680 Date:   Tue Sep 25 13:59:24 2012 -0400
39681
39682     Add hb_utf_prev()
39683
39684  src/hb-utf-private.hh | 71
39685  +++++++++++++++++++++++++++++++++++++++++++++++++--
39686  1 file changed, 69 insertions(+), 2 deletions(-)
39687
39688 commit 70ea4ac6887c7057113d714a98e55738b6196562
39689 Author: Behdad Esfahbod <behdad@behdad.org>
39690 Date:   Tue Sep 25 12:30:16 2012 -0400
39691
39692     Slightly optimize UTF-8 parsing
39693
39694  src/hb-utf-private.hh | 4 ++--
39695  1 file changed, 2 insertions(+), 2 deletions(-)
39696
39697 commit 4445e5e2ecc257a5d0fa2f2715bb7181a47346da
39698 Author: Behdad Esfahbod <behdad@behdad.org>
39699 Date:   Tue Sep 25 12:26:12 2012 -0400
39700
39701     [buffer] Cleanup / optimize UTF-16 parsing a bit
39702
39703  src/hb-utf-private.hh | 12 +++++++-----
39704  1 file changed, 7 insertions(+), 5 deletions(-)
39705
39706 commit 1f66c3c1a0eb869c0d85a015235313177e0cec62
39707 Author: Behdad Esfahbod <behdad@behdad.org>
39708 Date:   Tue Sep 25 11:42:16 2012 -0400
39709
39710     Add hb_utf_strlen()
39711
39712     Speeds up UTF-8 parsing by calling strlen().
39713
39714  src/hb-buffer.cc      | 13 ++-----------
39715  src/hb-utf-private.hh | 22 ++++++++++++++++++++++
39716  2 files changed, 24 insertions(+), 11 deletions(-)
39717
39718 commit 7f19ae7b9f806a2e35206b2ad41651c5f80b2537
39719 Author: Behdad Esfahbod <behdad@behdad.org>
39720 Date:   Tue Sep 25 11:22:28 2012 -0400
39721
39722     [buffer] Templatize UTF handling
39723
39724     Also move UTF routines into a separate file, to be reused from shapers
39725     that need it.
39726
39727  src/Makefile.am       |   1 +
39728  src/hb-buffer.cc      | 157
39729  +++++++++++++-------------------------------------
39730  src/hb-utf-private.hh | 113 ++++++++++++++++++++++++++++++++++++
39731  3 files changed, 155 insertions(+), 116 deletions(-)
39732
39733 commit 0e0a4da9b7677a09e00d27313236e1f333864dd6
39734 Author: Behdad Esfahbod <behdad@behdad.org>
39735 Date:   Tue Sep 25 11:09:04 2012 -0400
39736
39737     [buffer] Towards template'izing different UTF adders
39738
39739  src/hb-buffer.cc | 11 ++++++++++-
39740  1 file changed, 10 insertions(+), 1 deletion(-)
39741
39742 commit 7d37280600c157f3c4eae8746e99511702a58e8f
39743 Author: Behdad Esfahbod <behdad@behdad.org>
39744 Date:   Tue Sep 25 11:04:41 2012 -0400
39745
39746     Minor
39747
39748  src/hb-buffer.cc | 2 +-
39749  1 file changed, 1 insertion(+), 1 deletion(-)
39750
39751 commit 54d5da4ee9d902ff36473cec558137eef8f23825
39752 Author: Behdad Esfahbod <behdad@behdad.org>
39753 Date:   Tue Sep 25 10:50:41 2012 -0400
39754
39755     Remove unused indic.cc
39756
39757  src/Makefile.am |  6 +-----
39758  src/indic.cc    | 51 ---------------------------------------------------
39759  2 files changed, 1 insertion(+), 56 deletions(-)
39760
39761 commit fab7a71f110ed646745d54b23284537c50058c21
39762 Author: Behdad Esfahbod <behdad@behdad.org>
39763 Date:   Mon Sep 24 21:51:13 2012 -0400
39764
39765     [Indic] Import ragel-generated Indic machine in git
39766
39767     I don't expect ragel to be creating too much noise in its generated
39768     output, and including this in-tree helps users right now.  We can
39769     revisit this later if it proved to be too much trouble.
39770
39771  autogen.sh                               |    6 -
39772  src/Makefile.am                          |    1 -
39773  src/hb-ot-shape-complex-indic-machine.hh | 1314
39774  ++++++++++++++++++++++++++++++
39775  3 files changed, 1314 insertions(+), 7 deletions(-)
39776
39777 commit 20a840c7cd08069720050782b4533cde505df09a
39778 Author: Behdad Esfahbod <behdad@behdad.org>
39779 Date:   Mon Sep 24 20:23:00 2012 -0400
39780
39781     Use a C++ linker on Windows
39782
39783     On Windows we don't care whether or not we link to libstdc++.
39784     Seems to fix build with mingw32 on msys, as reported by Werner.
39785
39786  src/Makefile.am | 6 ++++--
39787  1 file changed, 4 insertions(+), 2 deletions(-)
39788
39789 commit eb7669a38072b66eef3bd905a93c4815bef3f0e5
39790 Author: Behdad Esfahbod <behdad@behdad.org>
39791 Date:   Tue Sep 18 19:42:06 2012 -0400
39792
39793     Better autofoo
39794
39795  src/Makefile.am | 5 +----
39796  1 file changed, 1 insertion(+), 4 deletions(-)
39797
39798 commit d00f7d83750258eff915a3826700c4819e63e481
39799 Author: Behdad Esfahbod <behdad@behdad.org>
39800 Date:   Mon Sep 17 20:59:09 2012 -0400
39801
39802     Fix dependencies
39803
39804  src/Makefile.am | 5 ++++-
39805  1 file changed, 4 insertions(+), 1 deletion(-)
39806
39807 commit 811eefe225d20b20f1de20c6e62a0ebd6d89102a
39808 Author: Behdad Esfahbod <behdad@behdad.org>
39809 Date:   Mon Sep 10 09:56:27 2012 -0400
39810
39811     Return NULL, not false
39812
39813     Oh well...
39814
39815  src/hb-open-type-private.hh | 2 +-
39816  1 file changed, 1 insertion(+), 1 deletion(-)
39817
39818 commit 166b5cf7ec2d37fb54a909c437ccdec1edaf37aa
39819 Author: Behdad Esfahbod <behdad@behdad.org>
39820 Date:   Fri Sep 7 14:55:07 2012 -0400
39821
39822     [Indic] Find syllables before any features are applied
39823
39824     With FreeSerif, it seems that the 'ccmp' feature does ligature
39825     substituttions.  That was then causing syllable match failures.
39826     We now
39827     find syllables before any features have been applied.
39828
39829     Test sequence: U+0D9A,U+0DCA,U+200D,U+0DBB,U+0DCF
39830
39831  src/hb-ot-shape-complex-indic-machine.rl           |  4 +-
39832  src/hb-ot-shape-complex-indic.cc                   | 56
39833  +++++++++++++++-------
39834  .../indic/script-sinhala/misc/misc.txt             |  1 +
39835  3 files changed, 43 insertions(+), 18 deletions(-)
39836
39837 commit 96fdc04e5c6daafce3d45e7508418e4db94df44c
39838 Author: Behdad Esfahbod <behdad@behdad.org>
39839 Date:   Thu Sep 6 22:26:16 2012 -0400
39840
39841     Add hb_buffer_[sg]et_content_type
39842
39843     And hb_buffer_content_type_t and enum values.
39844
39845  TODO                     |  1 +
39846  src/hb-buffer-private.hh |  2 ++
39847  src/hb-buffer.cc         | 34 ++++++++++++++++++++++++++++++++++
39848  src/hb-buffer.h          | 14 ++++++++++++++
39849  src/hb-shape.cc          |  5 +++++
39850  5 files changed, 56 insertions(+)
39851
39852 commit e30ebd2794b37bd8ec716a258d5cb017fb1dfadc
39853 Author: Behdad Esfahbod <behdad@behdad.org>
39854 Date:   Thu Sep 6 22:09:06 2012 -0400
39855
39856     Add hb_feature_to/from_string()
39857
39858  TODO             |   4 +-
39859  src/hb-common.cc |   9 +++
39860  src/hb-common.h  |   6 +-
39861  src/hb-shape.cc  | 168
39862  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
39863  src/hb-shape.h   |  13 +++++
39864  util/options.cc  | 132 ++-----------------------------------------
39865  6 files changed, 201 insertions(+), 131 deletions(-)
39866
39867 commit f67917161bbe317a33d6407fbc62ebffcafe7154
39868 Author: Behdad Esfahbod <behdad@behdad.org>
39869 Date:   Thu Sep 6 17:22:31 2012 -0400
39870
39871     [OT] Do per-ligature-component fallback mark positioning
39872
39873     With this in place, you can remove GDEF/GSUB/GPOS tables from Arabic
39874     fonts and still get per-component marks positioned on
39875     oh-yeah-fallback-formed LAM-ALEF ligatures with marks in between
39876     the LAM
39877     and ALEF.
39878
39879     Now *that*'s pretty cool, if a bit anachronistic...
39880
39881  src/hb-ot-shape-fallback.cc | 43
39882  ++++++++++++++++++++++++++++++++++++-------
39883  1 file changed, 36 insertions(+), 7 deletions(-)
39884
39885 commit 525c6855783a018d52867b9ece2ee90868ff1f91
39886 Author: Behdad Esfahbod <behdad@behdad.org>
39887 Date:   Thu Sep 6 16:02:07 2012 -0400
39888
39889     [OT] Make fallback mark positioning more robust
39890
39891     ...with clusters spanning multiple base characters.
39892
39893  src/hb-ot-shape-fallback.cc | 11 +++++++++--
39894  1 file changed, 9 insertions(+), 2 deletions(-)
39895
39896 commit 5d502443f5a07cbd0aa860dd71a0fa4ea8b6ff9f
39897 Author: Behdad Esfahbod <behdad@behdad.org>
39898 Date:   Thu Sep 6 15:29:29 2012 -0400
39899
39900     [old] Clear offset array
39901
39902  src/hb-old.cc | 3 +++
39903  1 file changed, 3 insertions(+)
39904
39905 commit 9433c218b4853442dd9ad53d0588a837a33dbf1e
39906 Author: Behdad Esfahbod <behdad@behdad.org>
39907 Date:   Thu Sep 6 14:27:15 2012 -0400
39908
39909     [OT] Simplify fallback positioning condition
39910
39911  src/hb-ot-shape-fallback.cc | 3 +--
39912  1 file changed, 1 insertion(+), 2 deletions(-)
39913
39914 commit 028a1706f898bfcee0d14acfba47ebe1de09f0c4
39915 Author: Behdad Esfahbod <behdad@behdad.org>
39916 Date:   Thu Sep 6 14:25:48 2012 -0400
39917
39918     Refactor common macro
39919
39920  src/hb-ot-shape-fallback.cc  | 5 +----
39921  src/hb-ot-shape-normalize.cc | 5 +----
39922  src/hb-ot-shape.cc           | 5 +----
39923  src/hb-unicode-private.hh    | 9 +++++++++
39924  4 files changed, 12 insertions(+), 12 deletions(-)
39925
39926 commit 07cfbe21b511056d5c3c75cbfe84e4e982c3e8fb
39927 Author: Behdad Esfahbod <behdad@behdad.org>
39928 Date:   Thu Sep 6 01:16:39 2012 -0400
39929
39930     [OT] Streamline Arabic fallback shaping table
39931
39932  src/gen-arabic-table.py                    |   6 +-
39933  src/hb-ot-shape-complex-arabic-fallback.hh |   2 +-
39934  src/hb-ot-shape-complex-arabic-table.hh    | 266
39935  ++++++++++++++---------------
39936  3 files changed, 137 insertions(+), 137 deletions(-)
39937
39938 commit 82f6b6f388b801a1483854cb56a2cadbb94e0f2b
39939 Author: Behdad Esfahbod <behdad@behdad.org>
39940 Date:   Thu Sep 6 01:12:50 2012 -0400
39941
39942     Minor
39943
39944  src/hb-ot-shape-complex-arabic-fallback.hh | 13 +++++++------
39945  1 file changed, 7 insertions(+), 6 deletions(-)
39946
39947 commit fabd3113a98c5f4114f48920fa7ea38bd65a8d32
39948 Author: Behdad Esfahbod <behdad@behdad.org>
39949 Date:   Wed Sep 5 22:19:28 2012 -0400
39950
39951     [OT] Port Arabic fallback shaping to synthetic GSUB
39952
39953     All of init/medi/fina/isol and rlig implemented.
39954
39955     Let there be dragons... ⻯
39956
39957  src/Makefile.am                            |   1 +
39958  src/hb-open-type-private.hh                |  69 +++++---
39959  src/hb-ot-layout-common-private.hh         |   9 +-
39960  src/hb-ot-layout-gsub-table.hh             |  11 +-
39961  src/hb-ot-map-private.hh                   |   6 +
39962  src/hb-ot-map.cc                           |   1 +
39963  src/hb-ot-shape-complex-arabic-fallback.hh | 252
39964  +++++++++++++++++++++++++++++
39965  src/hb-ot-shape-complex-arabic.cc          | 158 ++++++------------
39966  src/hb-ot-shape.cc                         |   7 +-
39967  src/hb-private.hh                          |  11 +-
39968  10 files changed, 369 insertions(+), 156 deletions(-)
39969
39970 commit f0b8ed1b6dd9f1d2b9084c101a6fc5dee0cc22a8
39971 Author: Behdad Esfahbod <behdad@behdad.org>
39972 Date:   Wed Sep 5 17:32:57 2012 -0400
39973
39974     [Indic] Allow "H,ZWJ,M"
39975
39976     Uniscribe accepts a Halant,ZWJ before matras.  Allow that.
39977
39978     BENGALI down from 295 to 291
39979     DEVANAGARI down from 69 to 57
39980     GUJARATI down from 19 to 17
39981     KANNADA down from 871 to 867
39982     MALAYALAM down from 340 to 337
39983     TELUGU down from 20 to 16
39984
39985     Currently at:
39986
39987     BENGALI: 353897 out of 354188 tests passed. 291 failed (0.0821598%)
39988     DEVANAGARI: 707337 out of 707394 tests passed. 57 failed (0.00805774%)
39989     GUJARATI: 366440 out of 366457 tests passed. 17 failed (0.00463902%)
39990     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
39991     KANNADA: 951046 out of 951913 tests passed. 867 failed (0.0910798%)
39992     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
39993     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
39994     MALAYALAM: 1047997 out of 1048334 tests passed. 337 failed
39995     (0.0321462%)
39996     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
39997     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
39998     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
39999     TELUGU: 970557 out of 970573 tests passed. 16 failed (0.00164851%)
40000     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
40001
40002  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
40003  1 file changed, 1 insertion(+), 1 deletion(-)
40004
40005 commit 4ed717ef61813fa16cf74f2874848e9feb81568f
40006 Author: Behdad Esfahbod <behdad@behdad.org>
40007 Date:   Wed Sep 5 17:21:17 2012 -0400
40008
40009     [Indic] Relax grammar
40010
40011     Now that we insert dotted-circle, tests break more easily when
40012     our indic
40013     machine breaks.
40014
40015     In particular, a few Devanagari tests were having sequences like
40016     "C,H,ZWJ,N", and because of the ZWJ the Nukta does NOT get reordered
40017     to
40018     before the Halant as the grammar used to expect...  Fixup.
40019
40020     Another case is as simple as "C,ZWJ,SM".
40021
40022     Fixes 10 out of 79 failures:
40023
40024     DEVANAGARI: 707325 out of 707394 tests passed. 69 failed (0.00975411%)
40025
40026  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
40027  1 file changed, 2 insertions(+), 2 deletions(-)
40028
40029 commit aa7141efe49991a1160489106984e95163fe2ab8
40030 Author: Behdad Esfahbod <behdad@behdad.org>
40031 Date:   Wed Sep 5 15:54:21 2012 -0400
40032
40033     [Indic] Fix Khmer syllable-final coeng-consonant
40034
40035     Brings down Khmer failures from 162 to 47.
40036
40037     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
40038
40039     Also rebaselined some of the test files that had only-inherited lines.
40040     Removing those, the stats are:
40041
40042     BENGALI: 353893 out of 354188 tests passed. 295 failed (0.0832891%)
40043     DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
40044     GUJARATI: 366438 out of 366457 tests passed. 19 failed (0.00518478%)
40045     GURMUKHI: 60704 out of 60747 tests passed. 43 failed (0.0707854%)
40046     KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
40047     KHMER: 299077 out of 299124 tests passed. 47 failed (0.0157125%)
40048     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
40049     MALAYALAM: 1047994 out of 1048334 tests passed. 340 failed
40050     (0.0324324%)
40051     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
40052     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
40053     TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
40054     TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
40055     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
40056
40057     Still some regressions, but some of the more egregious cases are
40058     addressed.
40059
40060  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
40061  1 file changed, 1 insertion(+), 1 deletion(-)
40062
40063 commit efb8d3eb713bca7cbfca41380a012bdb4d380e5c
40064 Author: Behdad Esfahbod <behdad@behdad.org>
40065 Date:   Wed Sep 5 15:50:47 2012 -0400
40066
40067     Fixup test failure reporting
40068
40069     After we implemented dotted-circle, we were still ignoring any tests
40070     that had dottedcircle in it for any of the shapers.  That meant
40071     that if
40072     we wrongly outputted dottedcircle, the test was being ignored.  Ouch!
40073
40074     Fixing that shows regressions across the board.  Most are Uniscribe
40075     bugs: NOT inserting dotted-circle when it should.  Some are arou
40076     machine bugs.  This is in fact a nice way to catch Indic-machine
40077     deficiencies and when I fix the regressions, our clusters should be
40078     much closer to Uniscribe.  For now, we regressed from:
40079
40080     BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
40081     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
40082     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
40083     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
40084     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
40085     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
40086     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
40087     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
40088     (0.0297592%)
40089     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
40090     SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
40091     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
40092     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
40093     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
40094
40095     To:
40096
40097     BENGALI: 353990 out of 354285 tests passed. 295 failed (0.0832663%)
40098     DEVANAGARI: 707315 out of 707394 tests passed. 79 failed (0.0111678%)
40099     GUJARATI: 366447 out of 366506 tests passed. 59 failed (0.016098%)
40100     GURMUKHI: 60707 out of 60809 tests passed. 102 failed (0.167738%)
40101     KANNADA: 951042 out of 951913 tests passed. 871 failed (0.0915%)
40102     KHMER: 298962 out of 299124 tests passed. 162 failed (0.0541581%)
40103     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
40104     MALAYALAM: 1048074 out of 1048416 tests passed. 342 failed
40105     (0.0326206%)
40106     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
40107     SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
40108     TAMIL: 1091835 out of 1091837 tests passed. 2 failed (0.000183178%)
40109     TELUGU: 970553 out of 970573 tests passed. 20 failed (0.00206064%)
40110     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
40111
40112     Investigating.
40113
40114  test/shaping/hb_test_tools.py | 8 +++++---
40115  1 file changed, 5 insertions(+), 3 deletions(-)
40116
40117 commit 27bd55bd2ca599d501f10c2fae81861137517e46
40118 Author: Behdad Esfahbod <behdad@behdad.org>
40119 Date:   Wed Sep 5 15:11:14 2012 -0400
40120
40121     [Indic] Tamil does not have half-forms either
40122
40123     The Win7 Tamil font does not realy on this behavior, but the WinXP
40124     version does.  Handle Tamil like Malayalam: Matras always move to
40125     before base.
40126
40127     WinXP Tamil failures went down from 168964 (15.4752%) to 167
40128     (0.0152953%) (two orders of magnitude reduction!).
40129
40130     Included in this is a minor fixup that actually fixed a few tests
40131     with non-Tamil too.  Numbers at:
40132
40133     BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
40134     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
40135     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
40136     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
40137     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
40138     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
40139     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
40140     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
40141     (0.0297592%)
40142     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
40143     SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
40144     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
40145     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
40146     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
40147
40148  src/hb-ot-shape-complex-indic.cc | 10 +++++-----
40149  1 file changed, 5 insertions(+), 5 deletions(-)
40150
40151 commit 87b75d0a4aa03fe7a03e3bf7baf8ece131aec1bb
40152 Author: Behdad Esfahbod <behdad@behdad.org>
40153 Date:   Tue Sep 4 23:06:38 2012 -0400
40154
40155     [OT] Allow adding features with fallback implementation
40156
40157  src/hb-ot-map-private.hh | 7 ++++---
40158  src/hb-ot-map.cc         | 6 ++++--
40159  2 files changed, 8 insertions(+), 5 deletions(-)
40160
40161 commit 1d3947a6bda6986c9c7d993589053051c119cc81
40162 Author: Behdad Esfahbod <behdad@behdad.org>
40163 Date:   Tue Sep 4 22:42:17 2012 -0400
40164
40165     Minor
40166
40167  src/hb-ot-layout-gpos-table.hh | 2 +-
40168  src/hb-ot-layout-gsub-table.hh | 2 +-
40169  2 files changed, 2 insertions(+), 2 deletions(-)
40170
40171 commit b3b89b66586897a69b410ef02e7434691de84ae6
40172 Author: Behdad Esfahbod <behdad@behdad.org>
40173 Date:   Tue Sep 4 21:13:17 2012 -0400
40174
40175     [OT] Add SubstLookup serialize API
40176
40177  src/hb-ot-layout-common-private.hh |  2 +-
40178  src/hb-ot-layout-gsub-table.hh     | 65
40179  +++++++++++++++++++++++++++++++++++++-
40180  2 files changed, 65 insertions(+), 2 deletions(-)
40181
40182 commit 715e03bc21d6adaa8e1f647235843839dc47dad1
40183 Author: Behdad Esfahbod <behdad@behdad.org>
40184 Date:   Tue Sep 4 20:10:17 2012 -0400
40185
40186     Minor
40187
40188  src/hb-open-type-private.hh | 7 ++-----
40189  1 file changed, 2 insertions(+), 5 deletions(-)
40190
40191 commit 652d1e0d64e47313ead2fc8318d1236f0e0d80ca
40192 Author: Behdad Esfahbod <behdad@behdad.org>
40193 Date:   Tue Sep 4 20:00:44 2012 -0400
40194
40195     [OT] Start adding Lookup-level serialize API
40196
40197  src/hb-ot-layout-common-private.hh | 20 +++++++++++++++++++-
40198  1 file changed, 19 insertions(+), 1 deletion(-)
40199
40200 commit a930c68e9c50aade78c1eb0eef075c9c117e4ef6
40201 Author: Behdad Esfahbod <behdad@behdad.org>
40202 Date:   Tue Sep 4 18:17:57 2012 -0400
40203
40204     [OT] More serialize.  Implements all basic GSUB subtables
40205
40206  src/hb-open-type-private.hh        |  53 +++++++++++++++-
40207  src/hb-ot-layout-common-private.hh |   8 ++-
40208  src/hb-ot-layout-gsub-table.hh     | 125
40209  +++++++++++++++++++++++++++++--------
40210  3 files changed, 156 insertions(+), 30 deletions(-)
40211
40212 commit 1b38b4e817d871b9549be65af6030bd0eea7f775
40213 Author: Behdad Esfahbod <behdad@behdad.org>
40214 Date:   Tue Sep 4 18:17:21 2012 -0400
40215
40216     Minor
40217
40218  src/hb-ot-layout-gsub-table.hh | 4 ++--
40219  1 file changed, 2 insertions(+), 2 deletions(-)
40220
40221 commit f7e81ce0b882aa942ae33c787e741c5e8e5a0173
40222 Author: Behdad Esfahbod <behdad@behdad.org>
40223 Date:   Tue Sep 4 15:32:37 2012 -0400
40224
40225     0.9.4
40226
40227  NEWS         | 18 ++++++++++++++++++
40228  configure.ac |  2 +-
40229  2 files changed, 19 insertions(+), 1 deletion(-)
40230
40231 commit 2bd9fe359839a653f7caae534bf768af1735f155
40232 Author: Behdad Esfahbod <behdad@behdad.org>
40233 Date:   Tue Sep 4 15:15:19 2012 -0400
40234
40235     Refactor
40236
40237  src/hb-ot-layout-gpos-table.hh       |  7 ++-----
40238  src/hb-ot-layout-gsub-table.hh       | 16 +++++-----------
40239  src/hb-ot-layout-gsubgpos-private.hh | 13 +++----------
40240  src/hb-ot-layout.cc                  | 23 +++++++++++++++++------
40241  src/hb-ot-shape-complex-arabic.cc    |  4 +---
40242  5 files changed, 28 insertions(+), 35 deletions(-)
40243
40244 commit a5ddd9e31cd7906c4b559aa5b2fafdae4b9c8935
40245 Author: Behdad Esfahbod <behdad@behdad.org>
40246 Date:   Tue Sep 4 14:55:00 2012 -0400
40247
40248     [OT] Really fix possible NULL dereference this time
40249
40250  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
40251  src/hb-ot-layout.cc                  | 6 +++---
40252  src/hb-ot-shape-complex-arabic.cc    | 4 +++-
40253  3 files changed, 10 insertions(+), 8 deletions(-)
40254
40255 commit 29416833584d7831ece84aaeada6f5ebba7828c0
40256 Author: Behdad Esfahbod <behdad@behdad.org>
40257 Date:   Mon Sep 3 23:31:14 2012 -0400
40258
40259     [OT] Implement serialize() for AlternateSubst
40260
40261  src/hb-ot-layout-gsub-table.hh | 33 +++++++++++++++++++++++++++++++++
40262  1 file changed, 33 insertions(+)
40263
40264 commit 1f07e3382a1608b054cbf88b89fef74f6c485434
40265 Author: Behdad Esfahbod <behdad@behdad.org>
40266 Date:   Mon Sep 3 23:28:34 2012 -0400
40267
40268     [OT] Implement serialize() for MultiSubst
40269
40270  src/hb-open-type-private.hh    | 10 ++++++++++
40271  src/hb-ot-layout-gsub-table.hh | 43
40272  ++++++++++++++++++++++++++++++++++++++++++
40273  2 files changed, 53 insertions(+)
40274
40275 commit 4912030dfba740c822e200d33cbb5c6dbbeaf79e
40276 Author: Behdad Esfahbod <behdad@behdad.org>
40277 Date:   Mon Sep 3 20:58:03 2012 -0400
40278
40279     Minor
40280
40281  src/hb-open-type-private.hh    | 4 ++--
40282  src/hb-ot-layout-gsub-table.hh | 4 ++--
40283  2 files changed, 4 insertions(+), 4 deletions(-)
40284
40285 commit f8fa2b5cf67b02d74514dec7885d03de73ec7349
40286 Author: Behdad Esfahbod <behdad@behdad.org>
40287 Date:   Mon Sep 3 20:19:46 2012 -0400
40288
40289     Fix possible NULL dereference
40290
40291     As reported by Kenichi Ishibashi.
40292
40293  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
40294  1 file changed, 1 insertion(+), 1 deletion(-)
40295
40296 commit 4b312fb288faa383a2c5bd3be0428f0e58e02699
40297 Author: Behdad Esfahbod <behdad@behdad.org>
40298 Date:   Sat Sep 1 21:56:06 2012 -0400
40299
40300     [OT] Remove serialize alignment
40301
40302     Will reintroduce in a different way when we actually need it.
40303
40304  src/hb-open-type-private.hh | 24 +++++++++++-------------
40305  1 file changed, 11 insertions(+), 13 deletions(-)
40306
40307 commit c61be03d6df122f18eebda3b29e42c9e768d45b9
40308 Author: Behdad Esfahbod <behdad@behdad.org>
40309 Date:   Sat Sep 1 21:43:38 2012 -0400
40310
40311     [OT] A bit more serialize
40312
40313  src/hb-open-type-private.hh        | 14 +++++++++++++
40314  src/hb-ot-layout-common-private.hh |  2 +-
40315  src/hb-ot-layout-gsub-table.hh     | 43
40316  ++++++++++++++++++++++++++++++++++++--
40317  3 files changed, 56 insertions(+), 3 deletions(-)
40318
40319 commit abcc5ac1fde1c493e4055dd2f27b8aade7713156
40320 Author: Behdad Esfahbod <behdad@behdad.org>
40321 Date:   Sat Sep 1 21:30:17 2012 -0400
40322
40323     [OT] Improve serialize syntax
40324
40325     For some definition of improvement...
40326
40327  src/hb-open-type-private.hh    | 6 ++++--
40328  src/hb-ot-layout-gsub-table.hh | 3 +--
40329  2 files changed, 5 insertions(+), 4 deletions(-)
40330
40331 commit bc5be24014371ceb811b9ffd37062ede63d87bb1
40332 Author: Behdad Esfahbod <behdad@behdad.org>
40333 Date:   Sat Sep 1 20:48:22 2012 -0400
40334
40335     [OT] Restart work on serialize()
40336
40337  src/hb-open-type-private.hh        | 39 ++++++++++++++++++------
40338  src/hb-ot-layout-common-private.hh | 61
40339  +++++++++++++++++++-------------------
40340  src/hb-ot-layout-gsub-table.hh     | 13 ++++++++
40341  3 files changed, 73 insertions(+), 40 deletions(-)
40342
40343 commit 6912e476dd92639c3ddf07ca51c8d4a262c8b3a5
40344 Author: Behdad Esfahbod <behdad@behdad.org>
40345 Date:   Sat Sep 1 20:38:45 2012 -0400
40346
40347     [OT] Insert dotted-circle for run-initial marks
40348
40349     Unfortunately if the font has GPOS and 'mark' feature does
40350     not position mark on dotted-circle, our inserted dotted-circle
40351     will not get the mark repositioned to itself.  Uniscribe cheats
40352     here.
40353
40354     If there is no GPOS however, the fallback positioning kicks in
40355     and sorts this out.
40356
40357     I'm not willing to address the first case.
40358
40359  src/hb-ot-shape.cc | 32 ++++++++++++++++++++++++++++++++
40360  1 file changed, 32 insertions(+)
40361
40362 commit 1d581ec384bc1780995e32e1c44103af57596eda
40363 Author: Behdad Esfahbod <behdad@behdad.org>
40364 Date:   Sat Sep 1 20:06:26 2012 -0400
40365
40366     [OT] Fallback-position ccc=0 Thai / Lao marks
40367
40368     Not perfect, but so is fallback positioning in 2012...
40369
40370  src/hb-ot-shape-fallback.cc | 56
40371  +++++++++++++++++++++++++++++++++++++--------
40372  1 file changed, 46 insertions(+), 10 deletions(-)
40373
40374 commit 3992b5ec4cb43d114d87ff7ee2b992bcf819c9cd
40375 Author: Behdad Esfahbod <behdad@behdad.org>
40376 Date:   Sat Sep 1 19:20:41 2012 -0400
40377
40378     Move code around
40379
40380  src/hb-ot-shape-fallback-private.hh |  5 ++++
40381  src/hb-ot-shape-fallback.cc         | 46
40382  +++++++++++++++++++++++++------------
40383  src/hb-ot-shape-private.hh          |  6 +++++
40384  src/hb-ot-shape.cc                  |  4 ++++
40385  4 files changed, 46 insertions(+), 15 deletions(-)
40386
40387 commit b85800f9de8976a7418ef9df467d3080c6ab0199
40388 Author: Behdad Esfahbod <behdad@behdad.org>
40389 Date:   Fri Aug 31 18:12:01 2012 -0400
40390
40391     [Indic] Implement dotted-circle insertion for broken clusters
40392
40393     No panic, we reeally insert dotted circle when it's absolutely broken.
40394
40395     Fixes most of the dotted-circle cases against Uniscribe. (for
40396     Devanagari
40397     fixes 80% of them, for Khmer 70%; the rest look like Uniscribe being
40398     really bogus...)
40399
40400     I had to make a decision.  Apparently Uniscribe adds one dotted circle
40401     to each broken character.  I tried that, but that goes wrong
40402     easily with
40403     split matras.  So I made it add only one dotted circle to an entire
40404     broken syllable tail.  As in: "if there was a dotted circle here, this
40405     would have formed a correct cluster."  That works better for split
40406     stuff, and I like it more.
40407
40408  src/hb-buffer-private.hh                 |  1 +
40409  src/hb-buffer.cc                         | 10 +++++
40410  src/hb-ot-shape-complex-indic-machine.rl |  4 +-
40411  src/hb-ot-shape-complex-indic-private.hh |  2 +-
40412  src/hb-ot-shape-complex-indic.cc         | 67
40413  +++++++++++++++++++++++++++++---
40414  src/hb-ot-shape-normalize-private.hh     |  1 +
40415  src/hb-ot-shape-normalize.cc             | 11 +++---
40416  7 files changed, 83 insertions(+), 13 deletions(-)
40417
40418 commit 327d14ef188396006d54af976506ab6f8bb2869a
40419 Author: Behdad Esfahbod <behdad@behdad.org>
40420 Date:   Fri Aug 31 16:49:34 2012 -0400
40421
40422     [Indic] Start adding dotted-circle instrastructure
40423
40424  src/hb-ot-shape-complex-indic-machine.rl | 19 +++++++------
40425  src/hb-ot-shape-complex-indic.cc         | 46
40426  +++++++++++++++++++++++++++++---
40427  2 files changed, 51 insertions(+), 14 deletions(-)
40428
40429 commit 1be368e96fb7de8c77bf992874e0d5bd6b272ebe
40430 Author: Behdad Esfahbod <behdad@behdad.org>
40431 Date:   Fri Aug 31 16:29:17 2012 -0400
40432
40433     Minor
40434
40435  src/hb-buffer-private.hh | 16 +++++++++++++++-
40436  src/hb-buffer.cc         | 15 ---------------
40437  2 files changed, 15 insertions(+), 16 deletions(-)
40438
40439 commit 784f29d061a2939562eca0c4943feb01174aee00
40440 Author: Behdad Esfahbod <behdad@behdad.org>
40441 Date:   Fri Aug 31 14:06:26 2012 -0400
40442
40443     Minor
40444
40445  src/hb-ot-shape.cc | 12 ++++++++----
40446  1 file changed, 8 insertions(+), 4 deletions(-)
40447
40448 commit 5a7f18767a87a3f07269d0814f984a98f86ab852
40449 Author: Behdad Esfahbod <behdad@behdad.org>
40450 Date:   Thu Aug 30 22:53:29 2012 -0400
40451
40452     [OT] Better fallback-position Thai / Lao ccc!=0 marks
40453
40454  src/hb-ot-shape-fallback.cc | 8 ++++----
40455  1 file changed, 4 insertions(+), 4 deletions(-)
40456
40457 commit 9f2348de58f0f85593027378169bc03c4dd64e59
40458 Author: Behdad Esfahbod <behdad@behdad.org>
40459 Date:   Wed Aug 29 21:08:59 2012 -0400
40460
40461     [OT] Add serialize() for Coverage
40462
40463  src/hb-open-type-private.hh        | 34 +++++++++++++++++----
40464  src/hb-ot-layout-common-private.hh | 62
40465  ++++++++++++++++++++++++++++++++++++++
40466  2 files changed, 90 insertions(+), 6 deletions(-)
40467
40468 commit e901b954c6ec44ac3ae7fb3c326e6e7a40718e4b
40469 Author: Behdad Esfahbod <behdad@behdad.org>
40470 Date:   Wed Aug 29 20:26:08 2012 -0400
40471
40472     [OT] Start adding serialize() API
40473
40474  src/hb-open-type-private.hh | 77
40475  +++++++++++++++++++++++++++++++++++++++++++++
40476  1 file changed, 77 insertions(+)
40477
40478 commit 965c280de09b49d711cb78d629da321c802084de
40479 Author: Behdad Esfahbod <behdad@behdad.org>
40480 Date:   Wed Aug 29 13:59:16 2012 -0400
40481
40482     Add HB_BUFFER_ASSERT_VAR
40483
40484     To be used in places we access buffer vars...
40485
40486  src/hb-buffer-private.hh |  3 +++
40487  src/hb-buffer.cc         | 16 ++++++++++++++++
40488  2 files changed, 19 insertions(+)
40489
40490 commit 0ccf9b64736559a230425fd131c9eb8aa3048221
40491 Author: Behdad Esfahbod <behdad@behdad.org>
40492 Date:   Wed Aug 29 11:53:26 2012 -0400
40493
40494     Move code around
40495
40496  src/hb-ot-shape.cc | 21 ++++++++++-----------
40497  1 file changed, 10 insertions(+), 11 deletions(-)
40498
40499 commit 2fcbbdb41a322f54b61d9ce983ab54434504c5ed
40500 Author: Behdad Esfahbod <behdad@behdad.org>
40501 Date:   Wed Aug 29 11:11:54 2012 -0400
40502
40503     Port Arabic fallback ligating to share code with GSUB
40504
40505     This will eventually allow us to skip marks, as well as (fallback)
40506     attach marks to ligature components of fallback-shaped Arabic.
40507     That would be pretty cool.  I kludged GDEF props in, so mark-skipping
40508     works, but the produced ligature id/components will be cleared later
40509     by substitute_start() et al.
40510
40511     Perhaps using a synthetic table for Arabic fallback shaping was
40512     a better
40513     idea.  The current approach has way too many layering violations...
40514
40515  src/hb-ot-layout-gsubgpos-private.hh |  4 ++
40516  src/hb-ot-shape-complex-arabic.cc    | 72
40517  ++++++++++++++++++++++++------------
40518  src/hb-ot-shape.cc                   |  4 +-
40519  3 files changed, 56 insertions(+), 24 deletions(-)
40520
40521 commit 5e399a8a45bddb49e06e2ca39df1ed04398c0aff
40522 Author: Behdad Esfahbod <behdad@behdad.org>
40523 Date:   Wed Aug 29 10:40:49 2012 -0400
40524
40525     Minor
40526
40527  src/hb-ot-layout-gsub-table.hh       | 1 -
40528  src/hb-ot-layout-gsubgpos-private.hh | 1 -
40529  2 files changed, 2 deletions(-)
40530
40531 commit a177d027d1d0ad9539e30ed75d8652e0e8da20ff
40532 Author: Behdad Esfahbod <behdad@behdad.org>
40533 Date:   Tue Aug 28 23:18:22 2012 -0400
40534
40535     [GSUB] Move ligation logic over
40536
40537  src/hb-ot-layout-gsub-table.hh       | 78
40538  ++++-------------------------------
40539  src/hb-ot-layout-gsubgpos-private.hh | 80
40540  ++++++++++++++++++++++++++++++++++++
40541  2 files changed, 89 insertions(+), 69 deletions(-)
40542
40543 commit 191fa885d9e0a2dce92dd8727cddd18495e62409
40544 Author: Behdad Esfahbod <behdad@behdad.org>
40545 Date:   Tue Aug 28 22:58:55 2012 -0400
40546
40547     [GSUB] Merge Ligature and context input matching
40548
40549     Looks better now...
40550
40551  TODO                                 |  4 --
40552  src/hb-ot-layout-gsub-table.hh       | 71
40553  +++++++-----------------------------
40554  src/hb-ot-layout-gsubgpos-private.hh | 29 ++++++++++++++-
40555  3 files changed, 40 insertions(+), 64 deletions(-)
40556
40557 commit 93814ca7dc2a7251f861c1c47ba155ba6e6bdf19
40558 Author: Behdad Esfahbod <behdad@behdad.org>
40559 Date:   Tue Aug 28 22:24:51 2012 -0400
40560
40561     Start converging Ligature and match_input
40562
40563  src/hb-ot-layout-gsub-table.hh       | 58
40564  +++++++++++++++++----------------
40565  src/hb-ot-layout-gsubgpos-private.hh | 62
40566  ++++++++++++++++++++++++++++--------
40567  2 files changed, 78 insertions(+), 42 deletions(-)
40568
40569 commit 2eef71737ea29ffadbb5a2be4a898b44f53f66ac
40570 Author: Behdad Esfahbod <behdad@behdad.org>
40571 Date:   Tue Aug 28 19:16:38 2012 -0400
40572
40573     [hb-icu-le] Add visbility
40574
40575  src/hb-icu-le/FontTableCache.h         |  6 +++++-
40576  src/hb-icu-le/PortableFontInstance.cpp | 39
40577  ----------------------------------
40578  src/hb-icu-le/PortableFontInstance.h   |  7 ++++--
40579  src/hb-icu-le/cmaps.cpp                |  2 +-
40580  src/hb-icu-le/cmaps.h                  |  5 ++++-
40581  src/hb-icu-le/letest.h                 | 14 ++++++++++++
40582  src/hb-icu-le/sfnt.h                   |  6 +++++-
40583  7 files changed, 34 insertions(+), 45 deletions(-)
40584
40585 commit d59e28e49204ed609d8a1bf3c0f21ab5fc178337
40586 Author: Behdad Esfahbod <behdad@behdad.org>
40587 Date:   Tue Aug 28 19:08:36 2012 -0400
40588
40589     Minor
40590
40591  src/Makefile.am           | 6 +++++-
40592  src/check-libstdc++.sh    | 2 +-
40593  src/check-static-inits.sh | 4 ++--
40594  3 files changed, 8 insertions(+), 4 deletions(-)
40595
40596 commit af169d2813ff8075288cd4a7811f0715e4fea3da
40597 Author: Behdad Esfahbod <behdad@behdad.org>
40598 Date:   Tue Aug 28 19:08:22 2012 -0400
40599
40600     Minor
40601
40602  src/hb-icu-le/PortableFontInstance.h | 8 ++++----
40603  1 file changed, 4 insertions(+), 4 deletions(-)
40604
40605 commit 52ff2681d88886e2165ced397966ba29c2073583
40606 Author: Behdad Esfahbod <behdad@behdad.org>
40607 Date:   Tue Aug 28 18:03:35 2012 -0400
40608
40609     Use VisualStudio-style atomic intrinsics on mingw32
40610
40611  src/hb-atomic-private.hh | 25 ++++++++++++++++++-------
40612  1 file changed, 18 insertions(+), 7 deletions(-)
40613
40614 commit 7c8e844d92aa604fc4b396343721ea90eb83adb8
40615 Author: Behdad Esfahbod <behdad@behdad.org>
40616 Date:   Tue Aug 28 17:57:49 2012 -0400
40617
40618     Use namespace for OpenType tables
40619
40620     Avoids USHORT, SHORT, ULONG, LONG clashes with Windows API.
40621
40622  src/hb-font.cc                       | 12 ++---
40623  src/hb-open-file-private.hh          |  4 ++
40624  src/hb-open-type-private.hh          |  9 ++--
40625  src/hb-ot-head-table.hh              |  4 ++
40626  src/hb-ot-hhea-table.hh              |  5 ++
40627  src/hb-ot-hmtx-table.hh              |  6 +++
40628  src/hb-ot-layout-common-private.hh   |  5 ++
40629  src/hb-ot-layout-gdef-table.hh       |  4 ++
40630  src/hb-ot-layout-gpos-table.hh       |  4 ++
40631  src/hb-ot-layout-gsub-table.hh       |  4 ++
40632  src/hb-ot-layout-gsubgpos-private.hh |  4 ++
40633  src/hb-ot-layout-private.hh          | 12 +++--
40634  src/hb-ot-layout.cc                  | 91
40635  ++++++++++++++++++------------------
40636  src/hb-ot-maxp-table.hh              |  4 ++
40637  src/hb-ot-name-table.hh              |  4 ++
40638  src/hb-uniscribe.cc                  |  8 ++--
40639  src/main.cc                          |  2 +
40640  17 files changed, 117 insertions(+), 65 deletions(-)
40641
40642 commit dc5df5af6b349c3d9e4ab876864d9dec8096401f
40643 Author: Behdad Esfahbod <behdad@behdad.org>
40644 Date:   Tue Aug 28 16:31:23 2012 -0400
40645
40646     Revert "Minor"
40647
40648     This reverts commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc.
40649
40650     I know remember why that line is there :).
40651
40652  src/hb-ot-shape-complex-arabic.cc | 1 +
40653  1 file changed, 1 insertion(+)
40654
40655 commit 3e0a03978b91994bb7fa7922593cbdfc50878dfc
40656 Author: Behdad Esfahbod <behdad@behdad.org>
40657 Date:   Mon Aug 27 17:10:02 2012 -0400
40658
40659     Minor
40660
40661  src/hb-ot-shape-complex-arabic.cc | 1 -
40662  1 file changed, 1 deletion(-)
40663
40664 commit 667218a5b134728863a318c73070f4e323590bbd
40665 Author: Behdad Esfahbod <behdad@behdad.org>
40666 Date:   Mon Aug 27 17:00:44 2012 -0400
40667
40668     Minor
40669
40670  src/hb-ot-shape-fallback.cc | 4 +---
40671  1 file changed, 1 insertion(+), 3 deletions(-)
40672
40673 commit 30dd62251fcd04c2cbaa9b979d47ddbf62c6d460
40674 Author: Behdad Esfahbod <behdad@behdad.org>
40675 Date:   Mon Aug 27 16:54:34 2012 -0400
40676
40677     Only fallback-position glyphs if we have the ccc
40678
40679     Previously, ccc=0 Thai / Lao marks were being
40680     mispositioned.  Don't touch them.
40681
40682  src/hb-ot-shape-fallback.cc | 2 +-
40683  1 file changed, 1 insertion(+), 1 deletion(-)
40684
40685 commit e1ba62811a61afb046d349e578cd141363c7fb34
40686 Author: Behdad Esfahbod <behdad@behdad.org>
40687 Date:   Mon Aug 27 16:28:05 2012 -0400
40688
40689     Center unknown marks horizontally
40690
40691  src/hb-ot-shape-fallback.cc | 1 +
40692  1 file changed, 1 insertion(+)
40693
40694 commit a4e75e4128751bb902117abc1a59dce4f2147672
40695 Author: Behdad Esfahbod <behdad@behdad.org>
40696 Date:   Mon Aug 27 15:54:15 2012 -0400
40697
40698     Minor
40699
40700  test/shaping/hb_test_tools.py | 2 +-
40701  1 file changed, 1 insertion(+), 1 deletion(-)
40702
40703 commit 23b0e9d7dc801e11640979af3c2b00649a519bb1
40704 Author: Behdad Esfahbod <behdad@behdad.org>
40705 Date:   Sun Aug 26 14:30:18 2012 -0400
40706
40707     [Indic] Fix switch
40708
40709     D'oh.  Was working by pure chance :)).
40710
40711  src/hb-ot-shape-complex-indic.cc | 2 +-
40712  1 file changed, 1 insertion(+), 1 deletion(-)
40713
40714 commit ae4d4e1de6b4512576080e95896383887b30982f
40715 Author: Behdad Esfahbod <behdad@behdad.org>
40716 Date:   Sun Aug 26 14:27:44 2012 -0400
40717
40718     Bug 53815 - CoreText backend doesn't link
40719
40720  configure.ac | 2 +-
40721  1 file changed, 1 insertion(+), 1 deletion(-)
40722
40723 commit ec0e46376a2afec4ff7606f95582b0ec49c2a44a
40724 Author: Behdad Esfahbod <behdad@behdad.org>
40725 Date:   Fri Aug 24 00:44:53 2012 -0400
40726
40727     Remove TODO items
40728
40729  TODO | 4 ----
40730  1 file changed, 4 deletions(-)
40731
40732 commit 56e878ab875ff06d74702145e380e198be967bd6
40733 Author: Behdad Esfahbod <behdad@behdad.org>
40734 Date:   Fri Aug 24 00:41:51 2012 -0400
40735
40736     [graphite2] Cleanup scratch buffer allocation
40737
40738  src/hb-graphite2.cc | 77
40739  ++++++++++++++++++++++++++++++-----------------------
40740  1 file changed, 44 insertions(+), 33 deletions(-)
40741
40742 commit 2f7586c6229096143ca0a96712a27416ee0d3c85
40743 Author: Behdad Esfahbod <behdad@behdad.org>
40744 Date:   Thu Aug 23 23:59:55 2012 -0400
40745
40746     [icu-le] Implement icu layout engine shaper
40747
40748  configure.ac          |   2 +-
40749  src/hb-icu-le.cc      | 113
40750  +++++++++++++++++++++++++++++++++++++++++++++-----
40751  src/hb-icu-le/cmaps.h |   1 -
40752  src/hb-shaper-list.hh |   4 ++
40753  4 files changed, 108 insertions(+), 12 deletions(-)
40754
40755 commit ba7f6c3797e5b440557bacd9b666bf09713dca76
40756 Author: Behdad Esfahbod <behdad@behdad.org>
40757 Date:   Thu Aug 23 21:52:44 2012 -0400
40758
40759     [icu-le] Hook up to hb_face_t
40760
40761  src/hb-icu-le.cc                       |  17 +++-
40762  src/hb-icu-le/FontTableCache.cpp       |  34 ++++----
40763  src/hb-icu-le/FontTableCache.h         |   9 ++-
40764  src/hb-icu-le/PortableFontInstance.cpp | 144
40765  +++------------------------------
40766  src/hb-icu-le/PortableFontInstance.h   |  21 ++---
40767  src/hb-icu-le/README                   |   1 +
40768  6 files changed, 57 insertions(+), 169 deletions(-)
40769
40770 commit e96bb36995b2a5321b4d32bb11906e1701aaf115
40771 Author: Behdad Esfahbod <behdad@behdad.org>
40772 Date:   Thu Aug 23 21:37:51 2012 -0400
40773
40774     [icu-le] Actually use the FontTableCache
40775
40776  src/hb-icu-le/PortableFontInstance.cpp | 25 ++++++++-----------------
40777  1 file changed, 8 insertions(+), 17 deletions(-)
40778
40779 commit 7d242364ea647f655a7092bda25f9a10774c57f5
40780 Author: Behdad Esfahbod <behdad@behdad.org>
40781 Date:   Thu Aug 23 21:23:41 2012 -0400
40782
40783     [icu-le] Start adding a icu-layout-engine backend
40784
40785     Import PortableFontInstance and add shaper stub.
40786
40787  configure.ac                           |   9 +
40788  src/Makefile.am                        |   8 +
40789  src/hb-icu-le.cc                       | 111 ++++++++
40790  src/hb-icu-le/FontTableCache.cpp       |  91 +++++++
40791  src/hb-icu-le/FontTableCache.h         |  41 +++
40792  src/hb-icu-le/Makefile.am              |  25 ++
40793  src/hb-icu-le/PortableFontInstance.cpp | 436
40794  ++++++++++++++++++++++++++++++++
40795  src/hb-icu-le/PortableFontInstance.h   | 117 +++++++++
40796  src/hb-icu-le/README                   |   2 +
40797  src/hb-icu-le/cmaps.cpp                | 200 +++++++++++++++
40798  src/hb-icu-le/cmaps.h                  |  85 +++++++
40799  src/hb-icu-le/letest.h                 |  49 ++++
40800  src/hb-icu-le/license.html             |  51 ++++
40801  src/hb-icu-le/sfnt.h                   | 449
40802  +++++++++++++++++++++++++++++++++
40803  14 files changed, 1674 insertions(+)
40804
40805 commit b5584ee4be46b47e1678acf28426970a6d670b4f
40806 Author: Behdad Esfahbod <behdad@behdad.org>
40807 Date:   Thu Aug 23 16:26:07 2012 -0400
40808
40809     [Indic] For old-spec, match non-zero context
40810
40811     Fixes consonant-position with old-spec Malayalam.  Uniscribe seem
40812     to be
40813     doing this.  Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf.
40814     Doesn't regress new-spec or other scripts.
40815
40816  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
40817  1 file changed, 6 insertions(+), 4 deletions(-)
40818
40819 commit d9b204d3d24cde165167714728bf380267903d6a
40820 Author: Behdad Esfahbod <behdad@behdad.org>
40821 Date:   Thu Aug 23 16:22:28 2012 -0400
40822
40823     [GSUB] Allow non-zero-context matching in would_apply()
40824
40825     To be used in the next patch.
40826
40827  src/hb-ot-layout-gsubgpos-private.hh |  6 ++++--
40828  src/hb-ot-layout-private.hh          |  3 ++-
40829  src/hb-ot-layout.cc                  | 14 ++++++++------
40830  src/hb-ot-layout.h                   |  7 ++++---
40831  src/hb-ot-map.cc                     | 12 ++----------
40832  src/hb-ot-shape-complex-indic.cc     |  2 +-
40833  src/test-would-substitute.cc         |  2 +-
40834  7 files changed, 22 insertions(+), 24 deletions(-)
40835
40836 commit 1f2bb172fe9a173ecfd61054f1fdd850943ef059
40837 Author: Behdad Esfahbod <behdad@behdad.org>
40838 Date:   Thu Aug 23 16:10:37 2012 -0400
40839
40840     Revert "[Indic/GSUB] Ignore context when matching would_apply()"
40841
40842     This reverts commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58.
40843
40844     Oops.  My bad.  The change _regressed_ Malayalam test suite, not
40845     improved it.  I'll redo it, differentiating between old-spec and
40846     new-spec cases.
40847
40848  src/hb-ot-layout-gsubgpos-private.hh | 8 +++-----
40849  1 file changed, 3 insertions(+), 5 deletions(-)
40850
40851 commit 24dd4e56743c6ce5e01cb710ca9e01b3e527af58
40852 Author: Behdad Esfahbod <behdad@behdad.org>
40853 Date:   Thu Aug 23 15:47:10 2012 -0400
40854
40855     [Indic/GSUB] Ignore context when matching would_apply()
40856
40857     The MS Indic specs say "...all classifications are determined
40858     ... using
40859     context-free substitutions."  However, testing shows that MS's
40860     Malayalam
40861     shapers (both old and new), "match" even if there is no zero-context
40862     rule.
40863     We follow.
40864
40865     Fixes below-base La (eg. Pa,H,La) with AnjaliNewLipi.ttf (old spec).
40866     Moreover, test suite Malayalam failures are down to 312 from 875!  No
40867     change in other scripts.
40868
40869     Current numbers:
40870
40871     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
40872     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
40873     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
40874     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
40875     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
40876     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
40877     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
40878     MALAYALAM: 1047541 out of 1048416 tests passed. 875 failed
40879     (0.0834592%)
40880     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
40881     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
40882     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
40883     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
40884     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
40885
40886  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++---
40887  1 file changed, 5 insertions(+), 3 deletions(-)
40888
40889 commit 6732d62e78b13842ead9549c97bede25c73976cb
40890 Author: Behdad Esfahbod <behdad@behdad.org>
40891 Date:   Thu Aug 23 15:19:45 2012 -0400
40892
40893     [Indic] Implement pre-base reordering Ra for old-spec Malayalam
40894
40895     Fixes Pa,H,Ra sequence with AnjaliNewLipi.ttf.
40896
40897  src/hb-ot-shape-complex-indic.cc | 5 ++---
40898  1 file changed, 2 insertions(+), 3 deletions(-)
40899
40900 commit 80cd92326f8a3f48a7821e720e8ecb2072e73286
40901 Author: Behdad Esfahbod <behdad@behdad.org>
40902 Date:   Thu Aug 23 12:06:14 2012 -0400
40903
40904     [Indic] Only apply basic features per-syllable
40905
40906     Free up syllables and let features work across syllables for the
40907     presentation forms features and GPOS.
40908
40909     Fixed:
40910     - 1 GURMUKHI test (remains 40)
40911     - 12 KHMER tests (remains 18)
40912     - 11 SINHALA tests (remains 121)
40913
40914     Regresses:
40915     - 5 MALAYALAM tests (up to 312)
40916
40917     Current numbers:
40918
40919     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
40920     DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
40921     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
40922     GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
40923     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
40924     KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
40925     LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
40926     MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed
40927     (0.0297592%)
40928     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
40929     SINHALA: 271726 out of 271847 tests passed. 121 failed (0.0445103%)
40930     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
40931     TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
40932     TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
40933
40934  src/hb-ot-shape-complex-indic.cc | 4 ++++
40935  1 file changed, 4 insertions(+)
40936
40937 commit df5d5c68f3a5cab17bf4a429802a1a1a834c3456
40938 Author: Behdad Esfahbod <behdad@behdad.org>
40939 Date:   Thu Aug 23 09:33:30 2012 -0400
40940
40941     Whitespace
40942
40943  src/hb-ot-layout-gpos-table.hh | 20 ++++++++++----------
40944  1 file changed, 10 insertions(+), 10 deletions(-)
40945
40946 commit 7fe00d15da20193ca94a8ead9aee60df24074a9e
40947 Author: Behdad Esfahbod <behdad@behdad.org>
40948 Date:   Sat Aug 18 13:59:46 2012 -0400
40949
40950     Release 0.9.3
40951
40952  NEWS         | 16 ++++++++++++++++
40953  configure.ac |  2 +-
40954  2 files changed, 17 insertions(+), 1 deletion(-)
40955
40956 commit 7068e534c4ef7ed2eb7ef8e1370fd4a449556ce8
40957 Author: Behdad Esfahbod <behdad@behdad.org>
40958 Date:   Sat Aug 18 13:56:10 2012 -0400
40959
40960     Fix ChangeLog generation rule
40961
40962  Makefile.am | 2 +-
40963  1 file changed, 1 insertion(+), 1 deletion(-)
40964
40965 commit 2f1747ed7d28148807ad07eb8e22db3ab5c54966
40966 Author: Behdad Esfahbod <behdad@behdad.org>
40967 Date:   Thu Aug 16 11:46:46 2012 -0400
40968
40969     Add comment
40970
40971  src/hb-ot-shape-complex-arabic.cc | 4 ++++
40972  1 file changed, 4 insertions(+)
40973
40974 commit bd08d5d126aa878d1dbf7bfd4b1a764c170cd9ad
40975 Author: Behdad Esfahbod <behdad@behdad.org>
40976 Date:   Thu Aug 16 11:35:50 2012 -0400
40977
40978     [OT] Fix Arabic shaper OOB access
40979
40980     https://bugzilla.mozilla.org/show_bug.cgi?id=782908
40981
40982  src/hb-ot-shape-complex-arabic.cc | 2 +-
40983  1 file changed, 1 insertion(+), 1 deletion(-)
40984
40985 commit b161bfc4f6f2db0edea780b95b798ff7b559cf33
40986 Author: Behdad Esfahbod <behdad@behdad.org>
40987 Date:   Thu Aug 16 08:09:44 2012 -0400
40988
40989     [configure] Cleanup check for ICU
40990
40991     Check for upstream-provided 'icu-uc' pkgconfig package.
40992
40993  configure.ac | 21 +--------------------
40994  1 file changed, 1 insertion(+), 20 deletions(-)
40995
40996 commit daf0731865f91da960446928667d4095bde471ea
40997 Author: Behdad Esfahbod <behdad@behdad.org>
40998 Date:   Thu Aug 16 07:32:59 2012 -0400
40999
41000     [ICU] Fix includes
41001
41002     As reported by Steven Loomis, including uversion.h works everywhere.
41003
41004  src/hb-icu.cc | 6 ------
41005  1 file changed, 6 deletions(-)
41006
41007 commit a67ba9c0fe6798a3500af9f4acee8d678f5144ee
41008 Author: Behdad Esfahbod <behdad@behdad.org>
41009 Date:   Wed Aug 15 18:52:17 2012 -0400
41010
41011     Whitespace
41012
41013  src/hb-old/Makefile.am | 4 ++--
41014  1 file changed, 2 insertions(+), 2 deletions(-)
41015
41016 commit 9fe76051f7003d6b6a10486c5595bf1a4dbf5fe6
41017 Author: Behdad Esfahbod <behdad@behdad.org>
41018 Date:   Wed Aug 15 17:24:28 2012 -0400
41019
41020     [NEWS] Fix date
41021
41022     Oops!
41023
41024  NEWS | 2 +-
41025  1 file changed, 1 insertion(+), 1 deletion(-)
41026
41027 commit 45c1383cc7315f89c23c0ed388b99e87224884e7
41028 Author: Behdad Esfahbod <behdad@behdad.org>
41029 Date:   Tue Aug 14 09:33:18 2012 -0400
41030
41031     Minor
41032
41033  src/hb-coretext.cc       | 8 ++++----
41034  src/hb-fallback-shape.cc | 8 ++++----
41035  src/hb-graphite2.cc      | 8 ++++----
41036  src/hb-uniscribe.cc      | 8 ++++----
41037  4 files changed, 16 insertions(+), 16 deletions(-)
41038
41039 commit 4ac4c6f2e12ddc8bf5e750671321458218b6e0c8
41040 Author: Behdad Esfahbod <behdad@behdad.org>
41041 Date:   Mon Aug 13 10:52:52 2012 -0400
41042
41043     Fix ICU build with older ICUs
41044
41045  src/hb-icu.cc | 7 ++++++-
41046  1 file changed, 6 insertions(+), 1 deletion(-)
41047
41048 commit 883cbf5ed79d2b60191f803a5ee3f3e4496f3441
41049 Author: Behdad Esfahbod <behdad@behdad.org>
41050 Date:   Sun Aug 12 17:11:27 2012 -0400
41051
41052     Minor
41053
41054  contrib/README | 2 ++
41055  1 file changed, 2 insertions(+)
41056
41057 commit b7a4d37d0b162f2222b65d09b9271b8c636086f8
41058 Author: Behdad Esfahbod <behdad@behdad.org>
41059 Date:   Sat Aug 11 21:32:23 2012 -0400
41060
41061     minor
41062
41063  configure.ac | 2 ++
41064  1 file changed, 2 insertions(+)
41065
41066 commit d5045a5f4017631a4660f985fe451c5a64c42ca0
41067 Author: Behdad Esfahbod <behdad@behdad.org>
41068 Date:   Sat Aug 11 21:26:25 2012 -0400
41069
41070     [ICU] Use new normalizer2 compose/decompose API
41071
41072     It's considerably faster than the fallback implementation we had
41073     previously!
41074
41075  src/hb-buffer.cc          |  9 +++---
41076  src/hb-glib.cc            | 26 +++++++---------
41077  src/hb-icu.cc             | 75
41078  +++++++++++++++++++++++++++++++++++++----------
41079  src/hb-unicode-private.hh | 13 ++------
41080  src/hb-unicode.cc         | 35 ++++++++++++++++++++--
41081  src/hb-warning.cc         |  8 -----
41082  6 files changed, 110 insertions(+), 56 deletions(-)
41083
41084 commit 2b73a1f112c489c2553743c08dc03cd89f60cb2d
41085 Author: Behdad Esfahbod <behdad@behdad.org>
41086 Date:   Sat Aug 11 19:17:54 2012 -0400
41087
41088     Add TODO
41089
41090  TODO | 1 +
41091  1 file changed, 1 insertion(+)
41092
41093 commit 9f9f04c2229227bb0712166e824157bbbf5cef80
41094 Author: Behdad Esfahbod <behdad@behdad.org>
41095 Date:   Sat Aug 11 18:34:13 2012 -0400
41096
41097     [OT] Unbreak Thai shaping and fallback Arabic shaping
41098
41099     The merger of normalizer and glyph-mapping broke shapers that
41100     modified text stream.  Unbreak them by adding a new preprocess_text
41101     shaping stage that happens before normalizing/cmap and disallow
41102     setup_mask modification of actual text.
41103
41104  src/hb-ot-shape-complex-arabic.cc  | 42
41105  ++++++++++++++++++++++++++++----------
41106  src/hb-ot-shape-complex-indic.cc   |  1 +
41107  src/hb-ot-shape-complex-misc.cc    | 12 ++++++-----
41108  src/hb-ot-shape-complex-private.hh | 15 +++++++++++---
41109  src/hb-ot-shape.cc                 |  3 +++
41110  5 files changed, 54 insertions(+), 19 deletions(-)
41111
41112 commit e9f28a38f54b98fa59f9159ccaaa3be6027e1378
41113 Author: Behdad Esfahbod <behdad@behdad.org>
41114 Date:   Sat Aug 11 18:20:28 2012 -0400
41115
41116     [OT] Add shape_plan to Arabic shaper
41117
41118  src/hb-ot-shape-complex-arabic.cc | 82
41119  +++++++++++++++++++++++++--------------
41120  1 file changed, 53 insertions(+), 29 deletions(-)
41121
41122 commit 344cc56698a8c84c4c1a05a71d829e5171aa3a60
41123 Author: Behdad Esfahbod <behdad@behdad.org>
41124 Date:   Sat Aug 11 17:36:23 2012 -0400
41125
41126     Add TODO
41127
41128  TODO | 4 ++++
41129  1 file changed, 4 insertions(+)
41130
41131 commit daf13afb0801740dcc7900c4af190e24b80a05c0
41132 Author: Behdad Esfahbod <behdad@behdad.org>
41133 Date:   Fri Aug 10 16:38:44 2012 -0400
41134
41135     [OT] Implement fallback mark positioning for "double" combining marks
41136
41137  src/hb-ot-shape-fallback.cc | 9 ++++++++-
41138  1 file changed, 8 insertions(+), 1 deletion(-)
41139
41140 commit d345313104d9e3c8a8533ccdebd74e0648d0bee3
41141 Author: Behdad Esfahbod <behdad@behdad.org>
41142 Date:   Fri Aug 10 16:34:04 2012 -0400
41143
41144     [OT] Fix fallback mark positioning with left-to-right text
41145
41146     Ouch!
41147
41148  src/hb-ot-shape-fallback.cc | 13 +++++++++++--
41149  1 file changed, 11 insertions(+), 2 deletions(-)
41150
41151 commit e297ee4acd6f9d950f8542fc6ad71fd580b69284
41152 Author: Behdad Esfahbod <behdad@behdad.org>
41153 Date:   Fri Aug 10 14:49:37 2012 -0400
41154
41155     Bump version to 0.9.2
41156
41157     A *real* release this time, with NEWS, ChangeLog, etc.
41158
41159  AUTHORS      |   8 ++++
41160  COPYING      |   9 ++--
41161  Makefile.am  |  13 +++---
41162  NEWS         | 136
41163  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
41164  THANKS       |   7 +++
41165  configure.ac |   4 +-
41166  6 files changed, 165 insertions(+), 12 deletions(-)
41167
41168 commit 6efe1200b97cefe019857b0b5951a4a87deeb02b
41169 Author: Behdad Esfahbod <behdad@behdad.org>
41170 Date:   Fri Aug 10 13:49:32 2012 -0400
41171
41172     Bump version to 0.9.1
41173
41174  configure.ac | 2 +-
41175  1 file changed, 1 insertion(+), 1 deletion(-)
41176
41177 commit 206ab6057303273590a3d005660e075bdcee0f5f
41178 Author: Behdad Esfahbod <behdad@behdad.org>
41179 Date:   Fri Aug 10 09:06:30 2012 -0400
41180
41181     [test] Move around
41182
41183  test/shaping/texts/in-tree/shaper-arabic/script-arabic/MANIFEST         |
41184  2 +-
41185  .../texts/in-tree/shaper-arabic/script-arabic/language-urdu/MANIFEST    |
41186  1 +
41187  .../shaper-arabic/script-arabic/{ => language-urdu}/crulp/MANIFEST
41188  | 0
41189  .../script-arabic/{ => language-urdu}/crulp/ligatures/2grams.txt
41190  | 0
41191  .../script-arabic/{ => language-urdu}/crulp/ligatures/3grams.txt
41192  | 0
41193  .../script-arabic/{ => language-urdu}/crulp/ligatures/4grams.txt
41194  | 0
41195  .../script-arabic/{ => language-urdu}/crulp/ligatures/5grams.txt
41196  | 0
41197  .../script-arabic/{ => language-urdu}/crulp/ligatures/6grams.txt
41198  | 0
41199  .../script-arabic/{ => language-urdu}/crulp/ligatures/7grams.txt
41200  | 0
41201  .../script-arabic/{ => language-urdu}/crulp/ligatures/8grams.txt
41202  | 0
41203  .../script-arabic/{ => language-urdu}/crulp/ligatures/LICENSE
41204  | 0
41205  .../script-arabic/{ => language-urdu}/crulp/ligatures/MANIFEST
41206  | 0
41207  .../script-arabic/{ => language-urdu}/crulp/ligatures/README            |
41208  0
41209  .../script-arabic/{ => language-urdu}/crulp/ligatures/SOURCES
41210  | 0
41211  14 files changed, 2 insertions(+), 1 deletion(-)
41212
41213 commit 7a484c601e0958533eb85a6902296733c39537fe
41214 Author: Behdad Esfahbod <behdad@behdad.org>
41215 Date:   Fri Aug 10 09:05:29 2012 -0400
41216
41217     [test] Add Urdu ligature sequences from CRULP
41218
41219  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |    1 +
41220  .../shaper-arabic/script-arabic/crulp/MANIFEST     |    1 +
41221  .../script-arabic/crulp/ligatures/2grams.txt       |  601 ++
41222  .../script-arabic/crulp/ligatures/3grams.txt       | 3415 +++++++++++
41223  .../script-arabic/crulp/ligatures/4grams.txt       | 6316
41224  ++++++++++++++++++++
41225  .../script-arabic/crulp/ligatures/5grams.txt       | 5029
41226  ++++++++++++++++
41227  .../script-arabic/crulp/ligatures/6grams.txt       | 1542 +++++
41228  .../script-arabic/crulp/ligatures/7grams.txt       |  354 ++
41229  .../script-arabic/crulp/ligatures/8grams.txt       |   26 +
41230  .../script-arabic/crulp/ligatures/LICENSE          |    3 +
41231  .../script-arabic/crulp/ligatures/MANIFEST         |    7 +
41232  .../script-arabic/crulp/ligatures/README           |   16 +
41233  .../script-arabic/crulp/ligatures/SOURCES          |    4 +
41234  13 files changed, 17315 insertions(+)
41235
41236 commit f4cb4762986a28634fa7de9b706f9d37859b881e
41237 Author: Behdad Esfahbod <behdad@behdad.org>
41238 Date:   Fri Aug 10 03:51:44 2012 -0400
41239
41240     [OT] Slightly adjust normalizer
41241
41242     The change is very subtle.  If we have a single-char cluster that
41243     decomposes to three or more characters, then try recomposition, in
41244     case the farther mark may compose with the base.
41245
41246  src/hb-ot-shape-normalize.cc | 81
41247  +++++++++++++++++++++++++++++---------------
41248  1 file changed, 54 insertions(+), 27 deletions(-)
41249
41250 commit 07d682806349aee81f53114778ce0beb23909ed7
41251 Author: Behdad Esfahbod <behdad@behdad.org>
41252 Date:   Fri Aug 10 03:28:50 2012 -0400
41253
41254     Minor
41255
41256  src/hb-ot-shape-normalize.cc | 25 ++++++++-----------------
41257  src/hb-ot-shape.cc           |  2 +-
41258  2 files changed, 9 insertions(+), 18 deletions(-)
41259
41260 commit b00321ea78793d9b3592b5173a9800e6322424fe
41261 Author: Behdad Esfahbod <behdad@behdad.org>
41262 Date:   Thu Aug 9 22:33:32 2012 -0400
41263
41264     [OT] Avoid calling get_glyph() twice
41265
41266     Essentially move the glyph mapping to normalization process.
41267     The effect on Devanagari is small (but observable).  Should be more
41268     observable in simple text, like ASCII.
41269
41270  src/hb-ot-shape-normalize-private.hh |  2 +
41271  src/hb-ot-shape-normalize.cc         | 76
41272  +++++++++++++++++++++++++-----------
41273  src/hb-ot-shape.cc                   | 44 ++++++++++-----------
41274  3 files changed, 77 insertions(+), 45 deletions(-)
41275
41276 commit 12c0875eafa4bd92db650e5acca046d99594d1e6
41277 Author: Behdad Esfahbod <behdad@behdad.org>
41278 Date:   Thu Aug 9 22:00:53 2012 -0400
41279
41280     [OT] Remove redundant check
41281
41282  src/hb-ot-shape.cc | 5 +----
41283  1 file changed, 1 insertion(+), 4 deletions(-)
41284
41285 commit 5c60b70c89b4e0a6512d9fd1ab5394dd76feb742
41286 Author: Behdad Esfahbod <behdad@behdad.org>
41287 Date:   Thu Aug 9 21:58:07 2012 -0400
41288
41289     [OT] More code shuffling around
41290
41291     Preparing for merging map_glyphs() and normalize().
41292
41293  src/hb-ot-shape.cc | 167
41294  +++++++++++++++++++++++++++--------------------------
41295  1 file changed, 86 insertions(+), 81 deletions(-)
41296
41297 commit cd0c6e148f6d078b364370cb2f808b793b921be2
41298 Author: Behdad Esfahbod <behdad@behdad.org>
41299 Date:   Thu Aug 9 21:48:55 2012 -0400
41300
41301     Shuffle buffer variable allocations around
41302
41303     To room for more allocations, coming.
41304
41305  src/hb-ot-layout-private.hh              | 6 +++---
41306  src/hb-ot-shape-complex-arabic.cc        | 2 +-
41307  src/hb-ot-shape-complex-indic-private.hh | 4 ++--
41308  src/hb-ot-shape-complex-private.hh       | 5 ++---
41309  src/hb-ot-shape-private.hh               | 4 ++--
41310  5 files changed, 10 insertions(+), 11 deletions(-)
41311
41312 commit 8d1eef3f32fb539de2a72804fa3834acc18daab5
41313 Author: Behdad Esfahbod <behdad@behdad.org>
41314 Date:   Thu Aug 9 21:31:52 2012 -0400
41315
41316     Minor
41317
41318  src/hb-ot-shape-normalize.cc | 50
41319  +++++++++++++++++++++++++++-----------------
41320  1 file changed, 31 insertions(+), 19 deletions(-)
41321
41322 commit 56c9e7c004e802ddcb8c704346026f1d7a812f9f
41323 Author: Behdad Esfahbod <behdad@behdad.org>
41324 Date:   Thu Aug 9 21:12:30 2012 -0400
41325
41326     Fill out combining class resetting for fallback shaping
41327     Thai/Lao/Tibetan
41328
41329  src/hb-ot-shape-fallback.cc | 38 +++++++++++++++++++++++++++++++++++++-
41330  src/hb-unicode-private.hh   |  7 ++++---
41331  src/hb-unicode.cc           |  2 +-
41332  3 files changed, 42 insertions(+), 5 deletions(-)
41333
41334 commit a321e1d51e0e7fa02738410e8d6e77c841bc6b13
41335 Author: Behdad Esfahbod <behdad@behdad.org>
41336 Date:   Thu Aug 9 18:30:34 2012 -0400
41337
41338     Revert "Reject lookups with no subTable"
41339
41340     This reverts commit 30ec9002d84e8b49290e782e6192069821ffa942.
41341
41342     See previous commit.
41343
41344  src/hb-ot-layout-common-private.hh | 1 -
41345  1 file changed, 1 deletion(-)
41346
41347 commit 2eaf482b371034ce6ebfaedee98049b036fd3493
41348 Author: Behdad Esfahbod <behdad@behdad.org>
41349 Date:   Thu Aug 9 18:30:05 2012 -0400
41350
41351     Revert "[GSUB/GPOS] Reject Context/ChainContext lookups with zero
41352     input"
41353
41354     This reverts commit 0981068b75710397f08e0d2d776a0a2ea68d7117.
41355
41356     I was confused.  Even if we access coverage[0] unconditionally,
41357     we don't
41358     need bound checks since the array machinary already handles that.
41359
41360  src/hb-ot-layout-gsubgpos-private.hh | 2 --
41361  1 file changed, 2 deletions(-)
41362
41363 commit a02d86484be870615297abfc7be9f94645434762
41364 Author: Behdad Esfahbod <behdad@behdad.org>
41365 Date:   Wed Aug 8 18:04:29 2012 -0400
41366
41367     Add check-exported-symbols.sh
41368
41369     And misc linking fixes.
41370
41371  src/Makefile.am                  |  1 +
41372  src/check-exported-symbols.sh    | 40
41373  ++++++++++++++++++++++++++++++++++++++++
41374  src/check-internal-symbols.sh    |  2 +-
41375  src/hb-ot-shape-complex-indic.cc |  2 +-
41376  src/hb-ot-shape.cc               |  6 +++---
41377  5 files changed, 46 insertions(+), 5 deletions(-)
41378
41379 commit 4c8ac4f47e95d2b266b2f64e75c55af8233b6b91
41380 Author: Behdad Esfahbod <behdad@behdad.org>
41381 Date:   Wed Aug 8 17:44:19 2012 -0400
41382
41383     Misc minor fixes
41384
41385  src/check-internal-symbols.sh |  10 +--
41386  src/hb-font-private.hh        |  29 +++++++-
41387  src/hb-font.cc                |  63 +++++++---------
41388  src/hb-font.h                 |   2 +-
41389  src/hb-graphite2.cc           |   4 +-
41390  src/hb-old.cc                 |   2 +-
41391  src/hb-ot-layout.cc           |   6 +-
41392  src/hb-ot-shape-fallback.cc   |  10 +--
41393  src/hb-ot-shape.cc            |   2 +-
41394  src/hb-shape-plan.cc          |   2 +-
41395  src/hb-shape-plan.h           |   2 +-
41396  src/hb-tt-font.cc             | 166
41397  +-----------------------------------------
41398  12 files changed, 72 insertions(+), 226 deletions(-)
41399
41400 commit 560d68af8168d1baff607b9616a3590af70fe9ec
41401 Author: Behdad Esfahbod <behdad@behdad.org>
41402 Date:   Wed Aug 8 17:16:01 2012 -0400
41403
41404     Use a export-file for Windows builds
41405
41406     Apparently even that doesn't make check-internal-symbols.sh happy with
41407     mingw32.  Going to disable that for DLLs again, but hopefully the
41408     export-file is doing *something*.
41409
41410  configure.ac    | 14 +++++++++++++-
41411  src/Makefile.am | 22 +++++++++++++++++++++-
41412  src/hb-buffer.h |  4 ++--
41413  3 files changed, 36 insertions(+), 4 deletions(-)
41414
41415 commit f8751cf8e0a16125d63a88da65fdbfa76a19453f
41416 Author: Behdad Esfahbod <behdad@behdad.org>
41417 Date:   Wed Aug 8 17:15:44 2012 -0400
41418
41419     [hb-old] speed-up build
41420
41421  src/hb-old/harfbuzz-external.h | 3 ++-
41422  1 file changed, 2 insertions(+), 1 deletion(-)
41423
41424 commit 5f4c52867ce67faa15f5d26b59c18c8d068e9261
41425 Author: Behdad Esfahbod <behdad@behdad.org>
41426 Date:   Wed Aug 8 16:53:37 2012 -0400
41427
41428     Minor
41429
41430  src/hb-ot-layout.h | 1 -
41431  1 file changed, 1 deletion(-)
41432
41433 commit fe2b8a7777ab1c84980424ede713cb0d6701f987
41434 Author: Behdad Esfahbod <behdad@behdad.org>
41435 Date:   Wed Aug 8 15:27:14 2012 -0400
41436
41437     Minor
41438
41439  TODO | 4 ++--
41440  1 file changed, 2 insertions(+), 2 deletions(-)
41441
41442 commit 7e7d245b332306949a19c628bacd920717434769
41443 Author: Behdad Esfahbod <behdad@behdad.org>
41444 Date:   Wed Aug 8 15:23:48 2012 -0400
41445
41446     Make default_language threadsafe
41447
41448  src/hb-common.cc | 15 +++++----------
41449  1 file changed, 5 insertions(+), 10 deletions(-)
41450
41451 commit 06b192c458010c847362d809673209c87ea29949
41452 Author: Behdad Esfahbod <behdad@behdad.org>
41453 Date:   Wed Aug 8 15:23:45 2012 -0400
41454
41455     Minor
41456
41457  src/hb-common.h | 3 ++-
41458  1 file changed, 2 insertions(+), 1 deletion(-)
41459
41460 commit 37191ede7583fdb864db32a8f4d90956657926c7
41461 Author: Behdad Esfahbod <behdad@behdad.org>
41462 Date:   Wed Aug 8 14:59:09 2012 -0400
41463
41464     Minor
41465
41466  src/hb-common.h | 4 ++--
41467  src/hb-icu.h    | 1 -
41468  2 files changed, 2 insertions(+), 3 deletions(-)
41469
41470 commit 6d9a329a8a0f11f4b175e407de59c55924de1ef6
41471 Author: Behdad Esfahbod <behdad@behdad.org>
41472 Date:   Wed Aug 8 14:48:41 2012 -0400
41473
41474     Adjust a couple source checks
41475
41476  src/check-internal-symbols.sh |  4 ++--
41477  src/check-static-inits.sh     | 10 ++++++++--
41478  2 files changed, 10 insertions(+), 4 deletions(-)
41479
41480 commit 9c929abdcfef44c0193a2917b20981df37ade21c
41481 Author: Behdad Esfahbod <behdad@behdad.org>
41482 Date:   Wed Aug 8 14:33:37 2012 -0400
41483
41484     Minor renaming
41485
41486  src/Makefile.am                                                   |
41487  4 ++--
41488  ...sition-fallback-private.hh => hb-ot-shape-fallback-private.hh} |
41489  8 ++++----
41490  src/{hb-ot-shape-position-fallback.cc => hb-ot-shape-fallback.cc} |
41491  4 ++--
41492  src/hb-ot-shape.cc                                                |
41493  4 ++--
41494  4 files changed, 10 insertions(+), 10 deletions(-)
41495
41496 commit 801298b590effd768607bb532dc83c73ba65d16b
41497 Author: Behdad Esfahbod <behdad@behdad.org>
41498 Date:   Wed Aug 8 14:26:36 2012 -0400
41499
41500     Fix cast
41501
41502     https://bugs.freedesktop.org/show_bug.cgi?id=53233
41503
41504  src/hb-buffer-private.hh | 10 ++++++----
41505  src/hb-shape-plan.cc     |  4 ++--
41506  2 files changed, 8 insertions(+), 6 deletions(-)
41507
41508 commit 21756934a15e31dc243e2b6d80adec5752477652
41509 Author: Behdad Esfahbod <behdad@behdad.org>
41510 Date:   Wed Aug 8 01:20:45 2012 -0400
41511
41512     [OT] Implement fallback positioning
41513
41514     Implemented for Arabic, Hebrew, and generic marks.
41515     Activated if no GPOS table present.
41516
41517  src/hb-font.h                        |   3 +-
41518  src/hb-ft.cc                         |   3 +-
41519  src/hb-old.cc                        |   2 +-
41520  src/hb-ot-shape-position-fallback.cc | 237
41521  ++++++++++++++++++++++++++++++++++-
41522  src/hb-unicode-private.hh            |  81 ++++++++++++
41523  src/hb-unicode.cc                    | 107 ++++++----------
41524  6 files changed, 356 insertions(+), 77 deletions(-)
41525
41526 commit fb56e7628362a73e20f7f0b49fe31e802dc01f4f
41527 Author: Behdad Esfahbod <behdad@behdad.org>
41528 Date:   Tue Aug 7 23:44:47 2012 -0400
41529
41530     [hb-old] Fix warnings
41531
41532  src/hb-old/harfbuzz-shaper.cpp | 2 ++
41533  1 file changed, 2 insertions(+)
41534
41535 commit affaf8a0e5aa38e5820455f789eebf916e02eb7b
41536 Author: Behdad Esfahbod <behdad@behdad.org>
41537 Date:   Tue Aug 7 22:41:38 2012 -0400
41538
41539     [OT] Start adding fallback positioning
41540
41541     Used when there is no GPOS.
41542
41543  src/Makefile.am                              |  2 ++
41544  src/hb-ot-shape-position-fallback-private.hh | 39 +++++++++++++++++++++++
41545  src/hb-ot-shape-position-fallback.cc         | 47
41546  ++++++++++++++++++++++++++++
41547  src/hb-ot-shape.cc                           | 23 +++-----------
41548  4 files changed, 93 insertions(+), 18 deletions(-)
41549
41550 commit 7e4920fd1577987bf6804f67765e22a84983e057
41551 Author: Behdad Esfahbod <behdad@behdad.org>
41552 Date:   Tue Aug 7 22:32:23 2012 -0400
41553
41554     Minor
41555
41556  src/hb-ot-shape.cc | 2 +-
41557  1 file changed, 1 insertion(+), 1 deletion(-)
41558
41559 commit 472f229a63f0d1bb21b02179ef430b7698df8f12
41560 Author: Behdad Esfahbod <behdad@behdad.org>
41561 Date:   Tue Aug 7 22:25:24 2012 -0400
41562
41563     [GSUB] Generalize would_apply()
41564
41565     Fixes logic also, where before we were always matching if
41566     glyphs_len==1
41567     and a ligature started with the glyph.
41568
41569  src/hb-ot-layout-gsub-table.hh       | 26 ++++++++++++++++++++-----
41570  src/hb-ot-layout-gsubgpos-private.hh | 37
41571  ++++++++++++++++++------------------
41572  src/hb-ot-layout.cc                  |  3 +--
41573  3 files changed, 40 insertions(+), 26 deletions(-)
41574
41575 commit 6f3a300138f659020c21c3e08b7981c78df5f332
41576 Author: Behdad Esfahbod <behdad@behdad.org>
41577 Date:   Tue Aug 7 22:13:25 2012 -0400
41578
41579     Add hb_font_glyph_from/to_string
41580
41581  src/hb-font-private.hh       | 43
41582  +++++++++++++++++++++++++++++++++++++++++++
41583  src/hb-font.cc               | 24 ++++++++++++++++++++----
41584  src/hb-font.h                | 11 +++++++++++
41585  src/hb-private.hh            | 16 ++++++++++++++++
41586  src/test-would-substitute.cc | 11 ++++++++++-
41587  util/options.cc              |  2 +-
41588  6 files changed, 101 insertions(+), 6 deletions(-)
41589
41590 commit eb56f6ae96260c5b4bcd4e1dfb7ab733a230f3a8
41591 Author: Behdad Esfahbod <behdad@behdad.org>
41592 Date:   Tue Aug 7 21:44:25 2012 -0400
41593
41594     Minor
41595
41596  src/hb-mutex-private.hh | 1 +
41597  src/hb-uniscribe.cc     | 1 +
41598  src/hb-uniscribe.h      | 2 ++
41599  3 files changed, 4 insertions(+)
41600
41601 commit f4e48adcdd4315ce09e755f87a0f801d88194f42
41602 Author: Behdad Esfahbod <behdad@behdad.org>
41603 Date:   Tue Aug 7 21:12:49 2012 -0400
41604
41605     [OT] Apply 'rclt' feature in horizontal mode
41606
41607     'rclt' is "Required Contextual Forms" being proposed by Microsoft.
41608     It's like 'calt', but supposedly always on.  We apply 'calt' anyway,
41609     and now apply this too.
41610
41611  src/hb-ot-shape.cc | 1 +
41612  1 file changed, 1 insertion(+)
41613
41614 commit b1914b8bd08ecdea79930dda7e3bb2ae9e6134a1
41615 Author: Behdad Esfahbod <behdad@behdad.org>
41616 Date:   Tue Aug 7 16:57:48 2012 -0400
41617
41618     Fix warnings
41619
41620  src/hb-icu.cc | 6 +++---
41621  1 file changed, 3 insertions(+), 3 deletions(-)
41622
41623 commit 0f8881d6bbf6cd59938315eeff9b71cfc736aa4e
41624 Author: Behdad Esfahbod <behdad@behdad.org>
41625 Date:   Tue Aug 7 16:57:02 2012 -0400
41626
41627     More refactoring
41628
41629  src/hb-ot-shape-normalize.cc | 161
41630  +++++++++++++++++++++++++++++++++++++++++-
41631  src/hb-unicode-private.hh    | 164
41632  +------------------------------------------
41633  2 files changed, 162 insertions(+), 163 deletions(-)
41634
41635 commit 428dfcab6634ff264570a0a5d715efb8048c3db5
41636 Author: Behdad Esfahbod <behdad@behdad.org>
41637 Date:   Tue Aug 7 16:51:48 2012 -0400
41638
41639     Minor refactoring
41640
41641  src/hb-ot-shape-normalize.cc | 27 +++++++++++++++++++++++----
41642  1 file changed, 23 insertions(+), 4 deletions(-)
41643
41644 commit 61f41849af6ff9edf8b55cf9610066d1bfb4a8df
41645 Author: Behdad Esfahbod <behdad@behdad.org>
41646 Date:   Tue Aug 7 16:45:27 2012 -0400
41647
41648     Add Hebrew presentation forms shaping
41649
41650     Lifted from https://bugzilla.mozilla.org/show_bug.cgi?id=728866
41651
41652  src/hb-unicode-private.hh | 121
41653  +++++++++++++++++++++++++++++++++++++++++++++-
41654  1 file changed, 120 insertions(+), 1 deletion(-)
41655
41656 commit 32d71dc13317b322e2c5de00d767b2cb15fddd8b
41657 Author: Behdad Esfahbod <behdad@behdad.org>
41658 Date:   Tue Aug 7 14:11:16 2012 -0400
41659
41660     [Graphite] Minor
41661
41662  src/hb-graphite2.cc | 60
41663  +++++++++++++++++++++++++----------------------------
41664  1 file changed, 28 insertions(+), 32 deletions(-)
41665
41666 commit 030ac5022e8a43b9329c26e72527bafc582ef44b
41667 Author: Behdad Esfahbod <behdad@behdad.org>
41668 Date:   Tue Aug 7 13:01:12 2012 -0400
41669
41670     Remove enum trailing comma
41671
41672     ...again.
41673
41674  src/hb-ot-shape-normalize-private.hh | 2 +-
41675  1 file changed, 1 insertion(+), 1 deletion(-)
41676
41677 commit 368b4e7649f9bc8c6bebf7c7ff03c9b9ec425a25
41678 Author: Behdad Esfahbod <behdad@behdad.org>
41679 Date:   Mon Aug 6 23:06:04 2012 -0400
41680
41681     Minor
41682
41683  src/hb-font.cc | 6 ++++--
41684  1 file changed, 4 insertions(+), 2 deletions(-)
41685
41686 commit ade7459ea7c75b4f33f7cfa43dd5bdfa0c18d6d5
41687 Author: Behdad Esfahbod <behdad@behdad.org>
41688 Date:   Mon Aug 6 19:42:47 2012 -0700
41689
41690     [util] Fix leaks
41691
41692  src/hb-graphite2.cc | 18 ++++++++++++++----
41693  util/options.cc     |  2 +-
41694  util/options.hh     |  2 +-
41695  3 files changed, 16 insertions(+), 6 deletions(-)
41696
41697 commit 2fef993460dcfd94c92ab35413bdde18ad2b0ceb
41698 Author: Behdad Esfahbod <behdad@behdad.org>
41699 Date:   Mon Aug 6 19:35:04 2012 -0700
41700
41701     [Graphite] Fix graphite2 backend with RTL text
41702
41703     Patch from Martin Hosken.
41704
41705  src/hb-graphite2.cc | 33 ++++++++++++++++++---------------
41706  1 file changed, 18 insertions(+), 15 deletions(-)
41707
41708 commit e4992e13e19877a73ea05fc1d31005a262c685ad
41709 Author: Behdad Esfahbod <behdad@behdad.org>
41710 Date:   Mon Aug 6 19:25:39 2012 -0700
41711
41712     [Graphite] Port graphite2 backend to new shaper infrastructure
41713
41714  src/hb-graphite2.cc   | 234
41715  +++++++++++++++++++++++---------------------------
41716  src/hb-graphite2.h    |   2 +-
41717  src/hb-shaper-list.hh |   2 +-
41718  3 files changed, 109 insertions(+), 129 deletions(-)
41719
41720 commit 66591ececfba9791de06c814f5f30131e95e5fd2
41721 Author: Behdad Esfahbod <behdad@behdad.org>
41722 Date:   Mon Aug 6 17:07:19 2012 -0700
41723
41724     Remove unnecessary lifecycle bits
41725
41726     We already set recount to INVALID when destroying.
41727     This block was not necessary.
41728
41729  src/hb-font.cc | 3 ---
41730  1 file changed, 3 deletions(-)
41731
41732 commit e3320ecc1b5a7eaccc7c9370b2d1b76850f054be
41733 Author: Behdad Esfahbod <behdad@behdad.org>
41734 Date:   Mon Aug 6 11:44:10 2012 -0700
41735
41736     Fix compiler warnings
41737
41738  configure.ac | 12 +++++++++---
41739  1 file changed, 9 insertions(+), 3 deletions(-)
41740
41741 commit 167b625d988b74572d6b2f646c285b666b650d49
41742 Author: Behdad Esfahbod <behdad@behdad.org>
41743 Date:   Sun Aug 5 21:16:26 2012 -0700
41744
41745     [Indic] Minor, move 'blwf' after 'half'
41746
41747     We don't apply them together anyway.  Should not make any difference
41748     right now.
41749
41750  src/hb-ot-shape-complex-indic.cc | 4 ++--
41751  1 file changed, 2 insertions(+), 2 deletions(-)
41752
41753 commit 048e3b596fb7fccd3fb5f48de98b6b67788f774a
41754 Author: Behdad Esfahbod <behdad@behdad.org>
41755 Date:   Sat Aug 4 18:04:57 2012 -0700
41756
41757     Speed up hb_set_digest_lowest_bits_t calcs
41758
41759  src/hb-set-private.hh | 10 +++++++---
41760  1 file changed, 7 insertions(+), 3 deletions(-)
41761
41762 commit 3d1b66a35e1ab3be19335705f310b278d76d66d2
41763 Author: Behdad Esfahbod <behdad@behdad.org>
41764 Date:   Sat Aug 4 17:42:28 2012 -0700
41765
41766     Speed up hb_set_digest_common_bits_t calcs
41767
41768  src/hb-set-private.hh | 6 +++---
41769  1 file changed, 3 insertions(+), 3 deletions(-)
41770
41771 commit bdc48a879a1900138d8caaa8d90fb9fe1e768d1d
41772 Author: Behdad Esfahbod <behdad@behdad.org>
41773 Date:   Sat Aug 4 17:08:38 2012 -0700
41774
41775     Enlarge glyph_name buffer
41776
41777     Lohit Devanagari has a glyph named:
41778     u0924_u094D.half_u0930_u094D.blwf.vatu
41779
41780  util/options.cc | 2 +-
41781  1 file changed, 1 insertion(+), 1 deletion(-)
41782
41783 commit 25326c2359b0a3e25222b94acd142bc36eff78a4
41784 Author: Behdad Esfahbod <behdad@behdad.org>
41785 Date:   Sat Aug 4 16:43:18 2012 -0700
41786
41787     Rewrite ARRAY_LENGTH as a template function
41788
41789     Such it wouldn't apply to pointers accidentally.
41790
41791  src/hb-ot-shape-complex-arabic-table.hh | 4 ++--
41792  src/hb-private.hh                       | 9 ++++++---
41793  2 files changed, 8 insertions(+), 5 deletions(-)
41794
41795 commit 8ba8042821e4581fe4e87419e58c823520441205
41796 Author: Behdad Esfahbod <behdad@behdad.org>
41797 Date:   Fri Aug 3 18:54:54 2012 -0700
41798
41799     [Indic] Fix consonant position font lookup logic
41800
41801     Oops.  I broken this badly and the test suite did not notice.  That
41802     worries me.  Have to investigate.
41803
41804  src/hb-ot-shape-complex-indic.cc | 6 +++---
41805  1 file changed, 3 insertions(+), 3 deletions(-)
41806
41807 commit abd0c05f1f7f0546593bb2f1c4d59db12cb32e46
41808 Author: Behdad Esfahbod <behdad@behdad.org>
41809 Date:   Fri Aug 3 18:45:05 2012 -0700
41810
41811     Minor
41812
41813  src/test-would-substitute.cc | 2 +-
41814  1 file changed, 1 insertion(+), 1 deletion(-)
41815
41816 commit 46ee108ef80f5d4675899862698a8c34d8fcfab5
41817 Author: Behdad Esfahbod <behdad@behdad.org>
41818 Date:   Fri Aug 3 18:21:13 2012 -0700
41819
41820     Fix leak
41821
41822  src/hb-shape-plan.cc | 2 ++
41823  1 file changed, 2 insertions(+)
41824
41825 commit 71baea0062da4d7f143d62da38492a0813814e49
41826 Author: Behdad Esfahbod <behdad@behdad.org>
41827 Date:   Fri Aug 3 17:40:07 2012 -0700
41828
41829     [OT] Use general-category, not GDEF class, to decide to zero mark
41830     advances
41831
41832     At this point, the GDEF glyph synthesis looks pointless.  Not that I
41833     have many fonts without GDEF lying around.
41834
41835     As for mark advance zeroing when GPOS not available, that also
41836     is being
41837     replaced by proper fallback mark positioning soon.
41838
41839  src/hb-ot-shape.cc | 7 ++-----
41840  1 file changed, 2 insertions(+), 5 deletions(-)
41841
41842 commit 3a7e137a68ec8f723dc3afa89c918ca2df7ff6bf
41843 Author: Behdad Esfahbod <behdad@behdad.org>
41844 Date:   Fri Aug 3 17:23:40 2012 -0700
41845
41846     Dn't use gint
41847
41848  src/hb-glib.cc | 4 ++--
41849  src/hb-icu.cc  | 2 +-
41850  2 files changed, 3 insertions(+), 3 deletions(-)
41851
41852 commit 11b0e20ba42bf0b17133c3e1087732802bb4f230
41853 Author: Behdad Esfahbod <behdad@behdad.org>
41854 Date:   Thu Aug 2 14:21:40 2012 -0400
41855
41856     [Indic] Add per-script configuration tables
41857
41858     This concludes the Indic shape_plan work.  May do for Arabic also...
41859
41860  src/hb-ot-shape-complex-indic-private.hh |  16 +-
41861  src/hb-ot-shape-complex-indic.cc         | 309
41862  +++++++++++++++----------------
41863  2 files changed, 159 insertions(+), 166 deletions(-)
41864
41865 commit 85fc6c483f6d734febbe39270e84701a651f01f1
41866 Author: Behdad Esfahbod <behdad@behdad.org>
41867 Date:   Thu Aug 2 12:21:44 2012 -0400
41868
41869     [Indic] Move more stuff to the shape_plan
41870
41871     Almost done.  Need to add per-script static tables.
41872
41873  src/hb-ot-shape-complex-indic-machine.rl |   4 +-
41874  src/hb-ot-shape-complex-indic.cc         | 216
41875  ++++++++++++++++---------------
41876  2 files changed, 116 insertions(+), 104 deletions(-)
41877
41878 commit 914ffaa40fcca020f65bacdd709421e9047afd83
41879 Author: Behdad Esfahbod <behdad@behdad.org>
41880 Date:   Thu Aug 2 11:03:39 2012 -0400
41881
41882     [Indic] Move more repeated work into shape_plan
41883
41884  src/hb-ot-shape-complex-indic.cc | 63
41885  ++++++++++++++++++++++++++--------------
41886  1 file changed, 42 insertions(+), 21 deletions(-)
41887
41888 commit a8c6da90f4c6e8d27a3a1b758a55476776d9f750
41889 Author: Behdad Esfahbod <behdad@behdad.org>
41890 Date:   Thu Aug 2 10:46:34 2012 -0400
41891
41892     [OT] Add per-complex-shaper shape_plan data
41893
41894     Hookup some Indic data to it.  More to come.
41895
41896  src/hb-ot-shape-complex-arabic.cc  |   2 +
41897  src/hb-ot-shape-complex-indic.cc   | 128
41898  ++++++++++++++++++++++---------------
41899  src/hb-ot-shape-complex-misc.cc    |   4 ++
41900  src/hb-ot-shape-complex-private.hh |  16 ++++-
41901  src/hb-ot-shape-private.hh         |   1 +
41902  src/hb-ot-shape.cc                 |  23 +++++--
41903  6 files changed, 113 insertions(+), 61 deletions(-)
41904
41905 commit 8bb5deba9630d35878eb6edb4643ecfabf99f15f
41906 Author: Behdad Esfahbod <behdad@behdad.org>
41907 Date:   Thu Aug 2 10:07:58 2012 -0400
41908
41909     [OT] Pipe shape_plan down to pause_callbacks
41910
41911  src/hb-ot-map-private.hh                 |  8 ++---
41912  src/hb-ot-map.cc                         | 11 ++++---
41913  src/hb-ot-shape-complex-indic-machine.rl |  4 +--
41914  src/hb-ot-shape-complex-indic.cc         | 50
41915  +++++++++++++++-----------------
41916  src/hb-ot-shape-private.hh               |  6 ++++
41917  src/hb-ot-shape.cc                       | 28 ++++++++++--------
41918  6 files changed, 57 insertions(+), 50 deletions(-)
41919
41920 commit 3e38c0f2886c38d2f0a9d80a97a36edf2479d2c7
41921 Author: Behdad Esfahbod <behdad@behdad.org>
41922 Date:   Thu Aug 2 09:44:18 2012 -0400
41923
41924     More massaging
41925
41926  src/hb-ot-map-private.hh          | 20 ++++++++------------
41927  src/hb-ot-map.cc                  | 17 ++++++++---------
41928  src/hb-ot-shape-complex-arabic.cc |  8 ++++----
41929  src/hb-ot-shape-complex-indic.cc  | 18 +++++++-----------
41930  4 files changed, 27 insertions(+), 36 deletions(-)
41931
41932 commit 16c6a27b4bffc19026944c7bea9cf0a3a8ff1d8f
41933 Author: Behdad Esfahbod <behdad@behdad.org>
41934 Date:   Thu Aug 2 09:38:28 2012 -0400
41935
41936     [OT] Port complex_shaper to planner/plan
41937
41938  src/hb-ot-shape-complex-arabic.cc  | 17 ++++++++---------
41939  src/hb-ot-shape-complex-indic.cc   | 19 ++++++++-----------
41940  src/hb-ot-shape-complex-misc.cc    | 20 ++++++++------------
41941  src/hb-ot-shape-complex-private.hh | 32 +++++++++++---------------------
41942  src/hb-ot-shape-private.hh         | 14 +++++++++++---
41943  src/hb-ot-shape.cc                 |  9 +++++----
41944  6 files changed, 51 insertions(+), 60 deletions(-)
41945
41946 commit 5393e3a62ba09fd7bcf3767b36225c8f49badb9d
41947 Author: Behdad Esfahbod <behdad@behdad.org>
41948 Date:   Thu Aug 2 09:24:35 2012 -0400
41949
41950     [OT] Minor refactoring
41951
41952  src/hb-ot-map.cc           |  4 ----
41953  src/hb-ot-shape-private.hh | 26 ++++++++++++++++++++++++++
41954  src/hb-ot-shape.cc         | 26 ++------------------------
41955  src/hb-shape-plan.cc       |  2 ++
41956  src/hb-shape.cc            |  2 --
41957  5 files changed, 30 insertions(+), 30 deletions(-)
41958
41959 commit 24eacf17c801c66a2d466e8ae02b73f501a26b25
41960 Author: Behdad Esfahbod <behdad@behdad.org>
41961 Date:   Thu Aug 2 08:42:11 2012 -0400
41962
41963     [Indic] Move consonant-position-setting into initial_reordering()
41964
41965  src/hb-ot-shape-complex-indic.cc | 65
41966  +++++++++++++++++++++-------------------
41967  1 file changed, 35 insertions(+), 30 deletions(-)
41968
41969 commit afbcc24be01a64bdb5c05c63880269145fa1d3c8
41970 Author: Behdad Esfahbod <behdad@behdad.org>
41971 Date:   Thu Aug 2 08:36:40 2012 -0400
41972
41973     [GSUB] Wire the font, not just the face, down to substitute()
41974
41975     We need the font for glyph lookup during GSUB pauses in Indic shaper.
41976     Could perhaps be avoided, but at this point, we don't mean to support
41977     separate substitute()/position() entry points (anymore), so there is
41978     no point in not providing the font to GSUB.
41979
41980  src/hb-ot-layout-gsub-table.hh       | 13 +++++--------
41981  src/hb-ot-layout-gsubgpos-private.hh |  7 ++-----
41982  src/hb-ot-layout-private.hh          |  6 +++---
41983  src/hb-ot-layout.cc                  | 18 +++++++++---------
41984  src/hb-ot-map-private.hh             | 15 ++++++---------
41985  src/hb-ot-map.cc                     |  8 ++++----
41986  src/hb-ot-shape-complex-indic.cc     |  8 ++++----
41987  src/hb-ot-shape.cc                   |  6 +++---
41988  8 files changed, 36 insertions(+), 45 deletions(-)
41989
41990 commit b0e6a26a10ccca70ebc88a9e158a89ccfab0add5
41991 Author: Behdad Esfahbod <behdad@behdad.org>
41992 Date:   Thu Aug 2 08:11:14 2012 -0400
41993
41994     [OT] Hide some API
41995
41996     It was impossible to meaningfully use them from the outside these
41997     days.
41998
41999  src/hb-ot-layout-private.hh | 40 ++++++++++++++++++++++++++++++++--------
42000  src/hb-ot-layout.cc         | 20 --------------------
42001  src/hb-ot-layout.h          | 34 ----------------------------------
42002  src/hb-ot-map.cc            |  8 ++++----
42003  4 files changed, 36 insertions(+), 66 deletions(-)
42004
42005 commit 305246744ed178f116e01498b7f9d1af6950ca30
42006 Author: Behdad Esfahbod <behdad@behdad.org>
42007 Date:   Thu Aug 2 08:08:04 2012 -0400
42008
42009     Minor
42010
42011  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
42012  1 file changed, 1 insertion(+), 1 deletion(-)
42013
42014 commit 8ef3d53255ae9fbb0e46c22909e50009d1e7eeb0
42015 Author: Behdad Esfahbod <behdad@behdad.org>
42016 Date:   Thu Aug 2 07:53:18 2012 -0400
42017
42018     [Indic] More refactoring of consonant position peeking in the font
42019
42020     To be moved to initial_reordering next...
42021
42022  src/hb-ot-shape-complex-indic.cc | 59
42023  ++++++++++++++++++++++++++++------------
42024  1 file changed, 41 insertions(+), 18 deletions(-)
42025
42026 commit 3eb6f81fd3f1e56679eec10d08f5e2303121753f
42027 Author: Behdad Esfahbod <behdad@behdad.org>
42028 Date:   Thu Aug 2 07:37:46 2012 -0400
42029
42030     [Indic] Refactor
42031
42032     Move all the logic that needs to eventually move into the indic table
42033     into hb-ot-shape-complex-indic-private.hh.
42034
42035  src/hb-ot-shape-complex-indic-private.hh | 210
42036  ++++++++++++++++++++++++++++
42037  src/hb-ot-shape-complex-indic.cc         | 227
42038  ++-----------------------------
42039  2 files changed, 218 insertions(+), 219 deletions(-)
42040
42041 commit 3614ba242fc7d338761acdda365a134706035b6d
42042 Author: Behdad Esfahbod <behdad@behdad.org>
42043 Date:   Thu Aug 2 07:13:55 2012 -0400
42044
42045     [Indic] Rename
42046
42047  src/hb-ot-shape-complex-indic.cc | 40
42048  +++++++++++++++++++++-------------------
42049  1 file changed, 21 insertions(+), 19 deletions(-)
42050
42051 commit 610e5e8f713bb2a68939b72cb2b801a7aaede4f9
42052 Author: Behdad Esfahbod <behdad@behdad.org>
42053 Date:   Thu Aug 2 05:27:46 2012 -0400
42054
42055     [Indic] Streamline feature would_apply()
42056
42057     Comes with some 10% speedup for Devanagari even!
42058
42059  src/hb-ot-map-private.hh         | 85
42060  +++++++++++++++++++++++++---------------
42061  src/hb-ot-map.cc                 | 18 ++++-----
42062  src/hb-ot-shape-complex-indic.cc | 85
42063  +++++++++++++++++++++++-----------------
42064  3 files changed, 110 insertions(+), 78 deletions(-)
42065
42066 commit 1d002048d5afcd45abbb09fdf0419f13b2e2265c
42067 Author: Behdad Esfahbod <behdad@behdad.org>
42068 Date:   Thu Aug 2 05:01:11 2012 -0400
42069
42070     [Indic] Minor
42071
42072  src/hb-ot-shape-complex-indic-private.hh | 16 --------
42073  src/hb-ot-shape-complex-indic.cc         | 64
42074  +++++++++++++++++++++-----------
42075  2 files changed, 43 insertions(+), 37 deletions(-)
42076
42077 commit 6f7611375521c6d285a9aa763f2ea5cb44cd0d39
42078 Author: Behdad Esfahbod <behdad@behdad.org>
42079 Date:   Thu Aug 2 04:00:31 2012 -0400
42080
42081     [GSUB/GPOS] Check array size before accessing digests
42082
42083  src/hb-ot-layout-private.hh |  3 +++
42084  src/hb-ot-layout.cc         | 32 ++++++++++++++++----------------
42085  2 files changed, 19 insertions(+), 16 deletions(-)
42086
42087 commit 22148b8c4af3ed296d96e969cdd47bac97b32307
42088 Author: Behdad Esfahbod <behdad@behdad.org>
42089 Date:   Thu Aug 2 03:51:51 2012 -0400
42090
42091     Use Coverage digests in would_apply
42092
42093  src/hb-ot-layout-gsub-table.hh       | 1 +
42094  src/hb-ot-layout-gsubgpos-private.hh | 6 +++++-
42095  src/hb-ot-layout.cc                  | 4 ++--
42096  3 files changed, 8 insertions(+), 3 deletions(-)
42097
42098 commit 6c459c8fef85bc44f45d7b58c28a34abfb2c33fc
42099 Author: Behdad Esfahbod <behdad@behdad.org>
42100 Date:   Thu Aug 2 03:45:53 2012 -0400
42101
42102     Minor
42103
42104  src/hb-ot-layout-gpos-table.hh       | 2 +-
42105  src/hb-ot-layout-gsub-table.hh       | 4 ++--
42106  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
42107  3 files changed, 5 insertions(+), 5 deletions(-)
42108
42109 commit e2b8d75fa6e847ecf5c040f4e1e16a565c5d8aaf
42110 Author: Behdad Esfahbod <behdad@behdad.org>
42111 Date:   Wed Aug 1 22:17:48 2012 -0400
42112
42113     Use wider set digests on 64-bit archs
42114
42115  src/hb-set-private.hh | 6 +++---
42116  1 file changed, 3 insertions(+), 3 deletions(-)
42117
42118 commit 0120ce9679aab3ac936aeb18f6709529eef000a4
42119 Author: Behdad Esfahbod <behdad@behdad.org>
42120 Date:   Wed Aug 1 21:56:35 2012 -0400
42121
42122     [GSUB/GPOS] Remove unused get_coverage() methods
42123
42124  src/hb-ot-layout-gpos-table.hh | 11 -----------
42125  src/hb-ot-layout-gsub-table.hh | 11 -----------
42126  2 files changed, 22 deletions(-)
42127
42128 commit 1336ecdf8e4e9879b96b26ecfbf5c9ba6c49e2b9
42129 Author: Behdad Esfahbod <behdad@behdad.org>
42130 Date:   Wed Aug 1 21:46:36 2012 -0400
42131
42132     [GSUB/GPOS] Use Coverage digests as gatekeeper
42133
42134     Gives me a good 10% speedup for the Devanagari test case.  Less so
42135     for less lookup-intensive tests.
42136
42137     For the Devanagari test case, the false positive rate of the GSUB
42138     digest
42139     is 4%.
42140
42141  src/hb-ot-layout-gpos-table.hh       | 30 +++++++++---------------------
42142  src/hb-ot-layout-gsub-table.hh       | 35
42143  ++++++++++++-----------------------
42144  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++++--
42145  src/hb-ot-layout-private.hh          |  4 ++++
42146  src/hb-ot-layout.cc                  | 29 +++++++++++++++++++++++++----
42147  5 files changed, 56 insertions(+), 50 deletions(-)
42148
42149 commit a878c58a8fc1500986d713b2bcedfeb90a0087b0
42150 Author: Behdad Esfahbod <behdad@behdad.org>
42151 Date:   Wed Aug 1 21:18:54 2012 -0400
42152
42153     [GSUB/GPOS] Add add_coverage()
42154
42155  src/hb-ot-layout-gpos-table.hh | 18 ++++++++++++++++++
42156  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++++++
42157  2 files changed, 36 insertions(+)
42158
42159 commit 60a3035ac5ec8227e4cc0e6708732bb139c9e0b8
42160 Author: Behdad Esfahbod <behdad@behdad.org>
42161 Date:   Wed Aug 1 21:06:27 2012 -0400
42162
42163     Add hb_set_digest_t
42164
42165     Implement two set digests, and one that combines the two.
42166
42167  src/hb-set-private.hh | 95
42168  +++++++++++++++++++++++++++++++++++++++++++++++++++
42169  1 file changed, 95 insertions(+)
42170
42171 commit c8accf1dd2d92cc4f714393eb0ea46f69bb182a6
42172 Author: Behdad Esfahbod <behdad@behdad.org>
42173 Date:   Wed Aug 1 21:05:57 2012 -0400
42174
42175     [OT] Templatize Coverage::add_coverage()
42176
42177  src/hb-ot-layout-common-private.hh | 12 ++++++++----
42178  1 file changed, 8 insertions(+), 4 deletions(-)
42179
42180 commit 8fbfda920e0b3bb4ab7afb732826026964b79be9
42181 Author: Behdad Esfahbod <behdad@behdad.org>
42182 Date:   Wed Aug 1 19:03:46 2012 -0400
42183
42184     Inline font getters
42185
42186  src/hb-fallback-shape.cc          |  21 ++--
42187  src/hb-font-private.hh            | 204
42188  ++++++++++++++++++++++++++++++++++++++
42189  src/hb-font.cc                    | 129 ++++--------------------
42190  src/hb-graphite2.cc               |   6 +-
42191  src/hb-old.cc                     |  10 +-
42192  src/hb-ot-layout-gdef-table.hh    |   2 +-
42193  src/hb-ot-layout-gpos-table.hh    |   2 +-
42194  src/hb-ot-shape-complex-arabic.cc |   4 +-
42195  src/hb-ot-shape-complex-indic.cc  |   6 +-
42196  src/hb-ot-shape-normalize.cc      |  12 +--
42197  src/hb-ot-shape.cc                |  47 +++++----
42198  11 files changed, 277 insertions(+), 166 deletions(-)
42199
42200 commit 6adf417bc15d4524e280b284e3accd1ae647662e
42201 Author: Behdad Esfahbod <behdad@behdad.org>
42202 Date:   Wed Aug 1 18:07:42 2012 -0400
42203
42204     Use a lookup table for modified_combining_class
42205
42206  src/hb-unicode-private.hh |  10 ++-
42207  src/hb-unicode.cc         | 213
42208  +++++++++++++++++++++++++++++++---------------
42209  src/hb-unicode.h          |   4 +
42210  3 files changed, 157 insertions(+), 70 deletions(-)
42211
42212 commit 208f70f0553d73d2908b21b9552298029482a8b9
42213 Author: Behdad Esfahbod <behdad@behdad.org>
42214 Date:   Wed Aug 1 17:13:10 2012 -0400
42215
42216     Inline Unicode callbacks internally
42217
42218  src/hb-buffer.cc                |   2 +-
42219  src/hb-fallback-shape.cc        |   2 +-
42220  src/hb-old.cc                   |   2 +-
42221  src/hb-ot-shape-complex-misc.cc |   2 +-
42222  src/hb-ot-shape-normalize.cc    |  13 +++--
42223  src/hb-ot-shape-private.hh      |   6 +--
42224  src/hb-ot-shape.cc              |   4 +-
42225  src/hb-unicode-private.hh       | 112
42226  ++++++++++++++++++++--------------------
42227  src/hb-unicode.cc               |   5 +-
42228  9 files changed, 73 insertions(+), 75 deletions(-)
42229
42230 commit 7470315a3e782aa6192bbe64f7a3944266fb1521
42231 Author: Behdad Esfahbod <behdad@behdad.org>
42232 Date:   Wed Aug 1 17:01:59 2012 -0400
42233
42234     Move unicode accessors around
42235
42236  src/hb-unicode-private.hh | 73
42237  ++++++++++++++++++++++++++++++++++++++++++++++-
42238  src/hb-unicode.cc         | 65 ++++-------------------------------------
42239  2 files changed, 78 insertions(+), 60 deletions(-)
42240
42241 commit 21fdcee00125b6e1c09f0bed3064d16ccd3a7a5d
42242 Author: Behdad Esfahbod <behdad@behdad.org>
42243 Date:   Wed Aug 1 16:23:44 2012 -0400
42244
42245     Add hb_unicode_combining_class_t
42246
42247  src/hb-common.h           |  38 +-------------
42248  src/hb-glib.cc            |   4 +-
42249  src/hb-icu.cc             |   4 +-
42250  src/hb-unicode-private.hh |   2 +-
42251  src/hb-unicode.cc         |  11 ++--
42252  src/hb-unicode.h          | 124
42253  +++++++++++++++++++++++++++++++++++++++++++++-
42254  6 files changed, 134 insertions(+), 49 deletions(-)
42255
42256 commit 84186a64004e5dcd2ce98b564d0e0a09aa5d68b2
42257 Author: Behdad Esfahbod <behdad@behdad.org>
42258 Date:   Wed Aug 1 13:32:39 2012 -0400
42259
42260     Add commentary on the compatibility decomposition in the normalizer
42261
42262  src/hb-ot-shape-normalize.cc | 18 +++++++++++++++---
42263  1 file changed, 15 insertions(+), 3 deletions(-)
42264
42265 commit 0834d952017a04c6f4599e574cb75ecf3ca27d3b
42266 Author: Behdad Esfahbod <behdad@behdad.org>
42267 Date:   Wed Aug 1 00:21:09 2012 -0400
42268
42269     [hb-old] Adjust mark positioning parameters
42270
42271     Fallback mark positioning works now...  With hb-ft and hb-view /
42272     hb-shape at least.
42273
42274  src/hb-old.cc                  | 10 +++++-----
42275  src/hb-old/harfbuzz-shaper.cpp |  1 +
42276  2 files changed, 6 insertions(+), 5 deletions(-)
42277
42278 commit 4ca743dfb8e09f9fa525061c7f1144d55f72effb
42279 Author: Behdad Esfahbod <behdad@behdad.org>
42280 Date:   Wed Aug 1 00:03:41 2012 -0400
42281
42282     [old] Implement fontMetrics
42283
42284  src/hb-old.cc | 11 ++++++++++-
42285  1 file changed, 10 insertions(+), 1 deletion(-)
42286
42287 commit 1e7d860613032e40a3f90e2caa2ee5ac44ab8c8c
42288 Author: Behdad Esfahbod <behdad@behdad.org>
42289 Date:   Tue Jul 31 23:41:06 2012 -0400
42290
42291     [GPOS] Adjust mark advance-width zeroing logic
42292
42293     If there is no GPOS, zero mark advances.
42294
42295     If there *is* GPOS and the shaper requests so, zero mark advances for
42296     attached marks.
42297
42298     Fixes regression with Tibetan, where the font has GPOS, and marks a
42299     glyph as mark where it shouldn't get zero advance.
42300
42301  src/hb-ot-layout-gpos-table.hh     | 14 ++++++++------
42302  src/hb-ot-layout.cc                |  4 ++--
42303  src/hb-ot-layout.h                 |  3 ++-
42304  src/hb-ot-shape-complex-arabic.cc  |  2 +-
42305  src/hb-ot-shape-complex-indic.cc   |  2 +-
42306  src/hb-ot-shape-complex-misc.cc    |  4 ++--
42307  src/hb-ot-shape-complex-private.hh |  2 +-
42308  src/hb-ot-shape.cc                 |  6 ++----
42309  8 files changed, 19 insertions(+), 18 deletions(-)
42310
42311 commit a8842e4a448efb30f3f2f3c628d6dc4824829726
42312 Author: Behdad Esfahbod <behdad@behdad.org>
42313 Date:   Tue Jul 31 23:10:11 2012 -0400
42314
42315     Remove some TODO items
42316
42317  TODO            | 27 ---------------------------
42318  src/hb-shape.cc |  2 ++
42319  2 files changed, 2 insertions(+), 27 deletions(-)
42320
42321 commit 2bc3b9a616cedbc56ff4a915f9e3439ff3a6bf13
42322 Author: Behdad Esfahbod <behdad@behdad.org>
42323 Date:   Tue Jul 31 23:08:25 2012 -0400
42324
42325     [OT] Zero mark advances if the shaper desires so
42326
42327     Enabled for all shapers except for Indic.
42328
42329  src/hb-ot-shape-complex-arabic.cc  |  1 +
42330  src/hb-ot-shape-complex-indic.cc   |  1 +
42331  src/hb-ot-shape-complex-misc.cc    |  2 ++
42332  src/hb-ot-shape-complex-private.hh |  2 ++
42333  src/hb-ot-shape.cc                 | 15 +++++++++++++++
42334  5 files changed, 21 insertions(+)
42335
42336 commit 5fecd8b0355894ceda14b3d3c654f20c3d5e77f4
42337 Author: Behdad Esfahbod <behdad@behdad.org>
42338 Date:   Tue Jul 31 22:48:38 2012 -0400
42339
42340     [OT] Synthesize glyph classes
42341
42342  TODO               |  2 --
42343  src/hb-ot-shape.cc | 20 ++++++++++++++++++--
42344  2 files changed, 18 insertions(+), 4 deletions(-)
42345
42346 commit 03b09214c073ce37eeb8af5218942c85b2d393df
42347 Author: Behdad Esfahbod <behdad@behdad.org>
42348 Date:   Tue Jul 31 22:43:58 2012 -0400
42349
42350     [GSUB] Minor
42351
42352  src/hb-ot-layout-gsub-table.hh | 5 ++++-
42353  1 file changed, 4 insertions(+), 1 deletion(-)
42354
42355 commit f0fc1df8fc949739b68d55948741016081b69c3a
42356 Author: Behdad Esfahbod <behdad@behdad.org>
42357 Date:   Tue Jul 31 22:43:32 2012 -0400
42358
42359     [hb-old] Implement getGlyphMetrics()
42360
42361     Still working on it.
42362
42363  src/hb-old.cc | 13 ++++++++++++-
42364  1 file changed, 12 insertions(+), 1 deletion(-)
42365
42366 commit 378d279bbf692195c4654e312dae854ab3be04cf
42367 Author: Behdad Esfahbod <behdad@behdad.org>
42368 Date:   Tue Jul 31 21:36:16 2012 -0400
42369
42370     Implement Unicode compatibility decompositions
42371
42372     Based on patch from Philip Withnall.
42373     https://bugs.freedesktop.org/show_bug.cgi?id=41095
42374
42375  src/hb-glib.cc               | 30 +++++++++++++++++++++++++
42376  src/hb-icu.cc                | 36 +++++++++++++++++++++++++++++-
42377  src/hb-ot-shape-normalize.cc | 53
42378  +++++++++++++++++++++++++++++---------------
42379  src/hb-unicode-private.hh    |  1 +
42380  src/hb-unicode.cc            | 27 +++++++++++++++++++++-
42381  src/hb-unicode.h             | 37 ++++++++++++++++++++++++++++++-
42382  test/api/hb-test.h           |  1 +
42383  test/api/test-unicode.c      | 50
42384  +++++++++++++++++++++++++++++++++++++++++
42385  8 files changed, 214 insertions(+), 21 deletions(-)
42386
42387 commit 321ec29cc270e7e66a529696b70b2caac553c95f
42388 Author: Behdad Esfahbod <behdad@behdad.org>
42389 Date:   Tue Jul 31 21:10:16 2012 -0400
42390
42391     Remove unused function
42392
42393  src/hb-ot-shape-complex-indic.cc | 7 -------
42394  1 file changed, 7 deletions(-)
42395
42396 commit 69cc492dc120847ed00cae65ec958593ebf550c5
42397 Author: Behdad Esfahbod <behdad@behdad.org>
42398 Date:   Tue Jul 31 14:51:36 2012 -0400
42399
42400     [buffer] Minor
42401
42402  src/hb-buffer-private.hh |  3 ++-
42403  src/hb-buffer.cc         | 24 ++++++++++++------------
42404  2 files changed, 14 insertions(+), 13 deletions(-)
42405
42406 commit 693918ef8541014a5ef7dfb91c6ea0ae36d9c368
42407 Author: Behdad Esfahbod <behdad@behdad.org>
42408 Date:   Mon Jul 30 21:08:51 2012 -0400
42409
42410     [OT] Streamline complex shaper enumeration
42411
42412     Add a shaper class struct.
42413
42414  src/hb-ot-shape-complex-arabic.cc    |  37 ++++----
42415  src/hb-ot-shape-complex-indic.cc     |  47 ++++++---
42416  src/hb-ot-shape-complex-misc.cc      |  67 ++++++-------
42417  src/hb-ot-shape-complex-private.hh   | 179
42418  ++++++++++-------------------------
42419  src/hb-ot-shape-normalize-private.hh |   4 +-
42420  src/hb-ot-shape-private.hh           |   2 +-
42421  src/hb-ot-shape.cc                   |  16 ++--
42422  7 files changed, 143 insertions(+), 209 deletions(-)
42423
42424 commit c2e42c3db691515f3a458eb4c71fe1e6439d5620
42425 Author: Behdad Esfahbod <behdad@behdad.org>
42426 Date:   Mon Jul 30 19:54:50 2012 -0400
42427
42428     Minor
42429
42430  src/hb-ot-layout-gpos-table.hh       | 2 +-
42431  src/hb-ot-layout-gsub-table.hh       | 4 ++--
42432  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
42433  src/hb-ot-layout-private.hh          | 4 ++--
42434  4 files changed, 9 insertions(+), 9 deletions(-)
42435
42436 commit 03f67bc012f42131b36083a23efc78e1b04b828c
42437 Author: Behdad Esfahbod <behdad@behdad.org>
42438 Date:   Mon Jul 30 19:47:53 2012 -0400
42439
42440     More refactoring glyph class access
42441
42442  src/hb-ot-layout-gpos-table.hh       |   2 +-
42443  src/hb-ot-layout-gsub-table.hh       |   2 +-
42444  src/hb-ot-layout-gsubgpos-private.hh | 154
42445  +++++++++++++++++------------------
42446  3 files changed, 76 insertions(+), 82 deletions(-)
42447
42448 commit 300c7307eb7943ba7416b672345506be1e27c6ba
42449 Author: Behdad Esfahbod <behdad@behdad.org>
42450 Date:   Mon Jul 30 19:37:44 2012 -0400
42451
42452     [OT] Don't crash if no GDEF available
42453
42454  src/hb-ot-layout-gsubgpos-private.hh | 8 +++++---
42455  1 file changed, 5 insertions(+), 3 deletions(-)
42456
42457 commit 3dcbdc2125c04c173f29f04922fc031929893f4e
42458 Author: Behdad Esfahbod <behdad@behdad.org>
42459 Date:   Mon Jul 30 19:31:17 2012 -0400
42460
42461     Minor
42462
42463  src/hb-ot-layout.cc | 15 +++++----------
42464  1 file changed, 5 insertions(+), 10 deletions(-)
42465
42466 commit 05bd1b63426e07d1df7a1b40bf845dc94ab995a8
42467 Author: Behdad Esfahbod <behdad@behdad.org>
42468 Date:   Mon Jul 30 19:30:01 2012 -0400
42469
42470     [GSUB/GPOS] Move glyph props matching around
42471
42472  src/hb-ot-layout-gpos-table.hh       |  11 ++--
42473  src/hb-ot-layout-gsub-table.hh       |  18 +++---
42474  src/hb-ot-layout-gsubgpos-private.hh |  99
42475  +++++++++++++++++++++++++++++----
42476  src/hb-ot-layout-private.hh          |  12 ----
42477  src/hb-ot-layout.cc                  | 104
42478  +++--------------------------------
42479  src/hb-ot-layout.h                   |  12 ++--
42480  src/hb-ot-shape.cc                   |  10 ++--
42481  7 files changed, 127 insertions(+), 139 deletions(-)
42482
42483 commit 2fca1426ca06cabbe8f027f2dc9dee9c27560c76
42484 Author: Behdad Esfahbod <behdad@behdad.org>
42485 Date:   Mon Jul 30 18:46:41 2012 -0400
42486
42487     [GSUB] Don't erase glyph classes if GDEF does not have glyph classes
42488
42489  src/hb-ot-layout-gsubgpos-private.hh | 5 ++++-
42490  1 file changed, 4 insertions(+), 1 deletion(-)
42491
42492 commit fd42257f8c45ff8e036e1c3eb1a788a101be7ead
42493 Author: Behdad Esfahbod <behdad@behdad.org>
42494 Date:   Mon Jul 30 18:40:27 2012 -0400
42495
42496     Minor
42497
42498  src/hb-ot-layout.cc | 29 +++++------------------------
42499  1 file changed, 5 insertions(+), 24 deletions(-)
42500
42501 commit 7fbbf86efe675e4c038dfc5985c24bbc544620cd
42502 Author: Behdad Esfahbod <behdad@behdad.org>
42503 Date:   Mon Jul 30 18:36:42 2012 -0400
42504
42505     [GSUB] Minor
42506
42507  src/hb-ot-layout-gsub-table.hh       | 2 +-
42508  src/hb-ot-layout-gsubgpos-private.hh | 6 ++++++
42509  2 files changed, 7 insertions(+), 1 deletion(-)
42510
42511 commit 713914d3203109a8e9213f5a1d3b384730703ce9
42512 Author: Behdad Esfahbod <behdad@behdad.org>
42513 Date:   Mon Jul 30 17:54:38 2012 -0400
42514
42515     [Uniscribe] Clean up a bit
42516
42517  src/hb-uniscribe.cc | 17 +++++------------
42518  1 file changed, 5 insertions(+), 12 deletions(-)
42519
42520 commit 301168dae77a63ee25adfb26ce2b54a708f83791
42521 Author: Behdad Esfahbod <behdad@behdad.org>
42522 Date:   Mon Jul 30 17:48:04 2012 -0400
42523
42524     [CoreText] Port to shape_plan infrastructure
42525
42526  src/hb-coretext.cc | 161
42527  ++++++++++++++++++++++++++---------------------------
42528  1 file changed, 80 insertions(+), 81 deletions(-)
42529
42530 commit 6cdfd14bb19d60ac3d6b20ff611408432254f273
42531 Author: Behdad Esfahbod <behdad@behdad.org>
42532 Date:   Mon Jul 30 17:22:17 2012 -0400
42533
42534     Fix build on Mac
42535
42536  src/hb-ot-layout-gsub-table.hh | 4 ++--
42537  1 file changed, 2 insertions(+), 2 deletions(-)
42538
42539 commit 7e34601dededd521bcef15111e39293df3d0d13d
42540 Author: Behdad Esfahbod <behdad@behdad.org>
42541 Date:   Mon Jul 30 14:53:41 2012 -0400
42542
42543     Unbreak Hangul jamo composition
42544
42545     When we removed the separate Hangul shaper, the specific normalization
42546     preference of Hangul was lost.  Fix that.  Also, the Thai shaper was
42547     copied from Hangul, so had the fully-composed normalization behavior,
42548     which was unnecessary.  So, fix that too.
42549
42550  src/hb-ot-shape-complex-arabic.cc  |  2 +-
42551  src/hb-ot-shape-complex-indic.cc   |  4 +---
42552  src/hb-ot-shape-complex-misc.cc    | 12 +++++++++---
42553  src/hb-ot-shape-complex-private.hh |  9 ++++-----
42554  src/hb-ot-shape.cc                 |  4 +++-
42555  5 files changed, 18 insertions(+), 13 deletions(-)
42556
42557 commit 7afb14407e59dfeaa79c33aca1ffa60e7982e349
42558 Author: Behdad Esfahbod <behdad@behdad.org>
42559 Date:   Mon Jul 30 13:54:46 2012 -0400
42560
42561     [Indic] Recategorize Telugu length marks
42562
42563     Fixes 8 more Telugu tests.  Failures at 15 (0.00154548%).
42564
42565  src/hb-unicode.cc |  8 ++++++++
42566  src/indic.cc      | 11 ++++++++---
42567  2 files changed, 16 insertions(+), 3 deletions(-)
42568
42569 commit 70b3dc327232b20051b36397aa2b196ab8c62397
42570 Author: Behdad Esfahbod <behdad@behdad.org>
42571 Date:   Mon Jul 30 12:40:18 2012 -0400
42572
42573     Add Hebrew test
42574
42575  .../texts/in-tree/shaper-default/script-hebrew/misc/diacritics.txt
42576  | 1 +
42577  1 file changed, 1 insertion(+)
42578
42579 commit f2377155e35c15919af4d7db21b6edc6783146b6
42580 Author: Behdad Esfahbod <behdad@behdad.org>
42581 Date:   Mon Jul 30 10:50:57 2012 -0400
42582
42583     [hb-old] Fix misc leaks
42584
42585     Backport (forward-port?!) from upstream:
42586
42587     commit 3ab7b37bdebf0f8773493a1fee910b151c4de30f
42588     Author: Behdad Esfahbod <behdad@behdad.org>
42589     Date:   Mon Jul 30 10:50:22 2012 -0400
42590
42591         Fix misc leaks
42592
42593         https://bugs.freedesktop.org/show_bug.cgi?id=31992
42594         https://bugs.freedesktop.org/show_bug.cgi?id=31993
42595         https://bugs.freedesktop.org/show_bug.cgi?id=31994
42596         https://bugs.freedesktop.org/show_bug.cgi?id=31995
42597
42598  src/hb-old/harfbuzz-arabic.c  | 12 +++++++++---
42599  src/hb-old/harfbuzz-gpos.c    |  6 +++---
42600  src/hb-old/harfbuzz-gsub.c    |  6 +++---
42601  src/hb-old/harfbuzz-tibetan.c |  1 +
42602  4 files changed, 16 insertions(+), 9 deletions(-)
42603
42604 commit 3f4764bb56bb7e42ba8859f1905810bd2f998838
42605 Author: Behdad Esfahbod <behdad@behdad.org>
42606 Date:   Mon Jul 30 10:06:42 2012 -0400
42607
42608     Don't lock user_data set during destruction if empty
42609
42610  src/hb-private.hh | 5 +++++
42611  1 file changed, 5 insertions(+)
42612
42613 commit 4ba647eecf0f70917ac4229af1f2dd3c62fcb7d5
42614 Author: Behdad Esfahbod <behdad@behdad.org>
42615 Date:   Mon Jul 30 09:53:06 2012 -0400
42616
42617     Fix leak
42618
42619  src/hb-ot-shape.cc | 2 ++
42620  1 file changed, 2 insertions(+)
42621
42622 commit f860366456d9e59b139a940da6d89c3c4fb9e96e
42623 Author: Behdad Esfahbod <behdad@behdad.org>
42624 Date:   Mon Jul 30 02:38:39 2012 -0400
42625
42626     [OT] Gain back some lost speed
42627
42628  src/hb-ot-layout-private.hh        | 27 +++++++++++++++-
42629  src/hb-ot-layout.cc                | 63
42630  ++++++++++++++++++++++++++++++++++----
42631  src/hb-ot-map-private.hh           | 26 +++-------------
42632  src/hb-ot-map.cc                   | 35 +++++++++++++++------
42633  src/hb-ot-shape-complex-indic.cc   |  2 +-
42634  src/hb-ot-shape-complex-private.hh |  5 ---
42635  6 files changed, 114 insertions(+), 44 deletions(-)
42636
42637 commit 11f4c87d01924cac43bf40044f67838440e19e42
42638 Author: Behdad Esfahbod <behdad@behdad.org>
42639 Date:   Mon Jul 30 02:36:46 2012 -0400
42640
42641     [OT] Remove hb_ot_layout_ensure()
42642
42643     I didn't like it from the beginning.
42644
42645  src/hb-ot-layout.cc | 9 +++++----
42646  src/hb-ot-layout.h  | 5 -----
42647  2 files changed, 5 insertions(+), 9 deletions(-)
42648
42649 commit 578e42182b9b9cf15b4c5426fae36e224160cbd7
42650 Author: Behdad Esfahbod <behdad@behdad.org>
42651 Date:   Mon Jul 30 02:35:07 2012 -0400
42652
42653     Minor
42654
42655  src/hb-ot-layout-private.hh | 2 --
42656  src/hb-ot-layout.cc         | 1 -
42657  2 files changed, 3 deletions(-)
42658
42659 commit a973b5ce86051e8ef0d20df362db1a50488842ab
42660 Author: Behdad Esfahbod <behdad@behdad.org>
42661 Date:   Mon Jul 30 01:46:34 2012 -0400
42662
42663     [GSUB] Further adjustments to mark-attachment vs ligation interaction
42664
42665     The d1d69ec52e75a78575b620a1c456d528b6078170 change broke Kannada
42666     badly,
42667     since it was ligating consonants, pushing matra out, and then ligating
42668     with the matra.  Adjust for that.  See comments.
42669
42670  src/hb-ot-layout-gsub-table.hh                                |
42671  11 ++++++++---
42672  .../in-tree/shaper-indic/indic/script-kannada/misc/misc.txt   |  1 +
42673  2 files changed, 9 insertions(+), 3 deletions(-)
42674
42675 commit 0aef425e25e2c58445157057f17ef18f695c5240
42676 Author: Behdad Esfahbod <behdad@behdad.org>
42677 Date:   Mon Jul 30 00:55:15 2012 -0400
42678
42679     [GSUB] Minor
42680
42681  src/hb-ot-layout-gpos-table.hh | 15 ++++++---------
42682  1 file changed, 6 insertions(+), 9 deletions(-)
42683
42684 commit d1d69ec52e75a78575b620a1c456d528b6078170
42685 Author: Behdad Esfahbod <behdad@behdad.org>
42686 Date:   Mon Jul 30 00:51:47 2012 -0400
42687
42688     [GSUB] Don't ligate glyphs attached to different components of
42689     ligatures
42690
42691     This concludes the mark-attachment vs ligating interaction fixes
42692     (for now).
42693
42694  src/hb-ot-layout-gsub-table.hh | 24 ++++++++++++++++++++++++
42695  1 file changed, 24 insertions(+)
42696
42697 commit 4751dec8be05883483fd5f6b474ebd22583ae566
42698 Author: Behdad Esfahbod <behdad@behdad.org>
42699 Date:   Mon Jul 30 00:42:07 2012 -0400
42700
42701     Minor
42702
42703  src/hb-ot-layout-private.hh | 20 ++++++++++----------
42704  1 file changed, 10 insertions(+), 10 deletions(-)
42705
42706 commit f24bcfbed1f3b4f4f6311246bd870f73ad6ba750
42707 Author: Behdad Esfahbod <behdad@behdad.org>
42708 Date:   Mon Jul 30 00:39:00 2012 -0400
42709
42710     Minor
42711
42712  src/hb-ot-layout-gsub-table.hh | 2 +-
42713  1 file changed, 1 insertion(+), 1 deletion(-)
42714
42715 commit fe20c0f84f5ff518dc471bf22ac5a83ef079eb69
42716 Author: Behdad Esfahbod <behdad@behdad.org>
42717 Date:   Mon Jul 30 00:00:59 2012 -0400
42718
42719     [GSUB] Fix mark component stuff when ligatures form ligatures!
42720
42721     See comments.
42722
42723     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=437633
42724
42725  src/hb-ot-layout-gsub-table.hh       | 117
42726  +++++++++++++++++++++++------------
42727  src/hb-ot-layout-gsubgpos-private.hh |   8 ---
42728  src/hb-ot-layout-private.hh          |   8 +--
42729  3 files changed, 79 insertions(+), 54 deletions(-)
42730
42731 commit 2ec3ba46a3c24469096e901750e38f6ee555479a
42732 Author: Behdad Esfahbod <behdad@behdad.org>
42733 Date:   Sun Jul 29 22:02:24 2012 -0400
42734
42735     [GSUB/GPOS] Minor
42736
42737     Start squeezing more out of lig_id/lig_comp.
42738
42739  src/hb-ot-layout-gsub-table.hh |  6 +++---
42740  src/hb-ot-layout-private.hh    | 35 +++++++++++++++++++++++++++++++----
42741  2 files changed, 34 insertions(+), 7 deletions(-)
42742
42743 commit ef6e9cec3399e4f63f4b662abd77cf6d4683e8a3
42744 Author: Behdad Esfahbod <behdad@behdad.org>
42745 Date:   Sun Jul 29 21:35:22 2012 -0400
42746
42747     Fixup bb0e4ba3e9c5a407fc5d73c914e429d24d336380
42748
42749  src/hb-shape-plan.cc | 2 +-
42750  1 file changed, 1 insertion(+), 1 deletion(-)
42751
42752 commit cb3d34063154bf164c61eeba41c6166b0bd304fb
42753 Author: Behdad Esfahbod <behdad@behdad.org>
42754 Date:   Sun Jul 29 20:37:38 2012 -0400
42755
42756     [GSUB] Don't set new lig_id on mark ligatures
42757
42758     If two marks form a ligature, retain their previous lig_id, such that
42759     the mark ligature can attach to ligature components...
42760
42761     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676343
42762
42763     In fact, I noticed that we should not let ligatures form between
42764     glyphs
42765     coming from different components of a previous ligature.  For example,
42766     if the sequence is: LAM,SHADDA,LAM,FATHA,HEH, the LAM,LAM,HEH form a
42767     ligature, putting SHADDA and FATHA next to eachother.  However,
42768     it would
42769     be wrong to ligate them.  Uniscribe has this bug also.
42770
42771  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++----
42772  1 file changed, 14 insertions(+), 4 deletions(-)
42773
42774 commit 97a201becf936f62046914b568e5763e27ee936e
42775 Author: Behdad Esfahbod <behdad@behdad.org>
42776 Date:   Sun Jul 29 20:31:36 2012 -0400
42777
42778     Add Arabic tests for mark ligature component attachments
42779
42780  .../script-arabic/misc/diacritics/MANIFEST             |  1 +
42781  .../misc/diacritics/ligature-components.txt            | 18
42782  ++++++++++++++++++
42783  2 files changed, 19 insertions(+)
42784
42785 commit a15b70a81a609f024083cb04f9819483f4d5cab7
42786 Author: Behdad Esfahbod <behdad@behdad.org>
42787 Date:   Sun Jul 29 20:09:22 2012 -0400
42788
42789     [hb-old] Fix cluster formation in RTL
42790
42791     Unlike Uniscribe, hb-old returns glyphs in logical order, so the logic
42792     does not need to duplicated for RTL.
42793
42794  src/hb-old.cc | 12 +++---------
42795  1 file changed, 3 insertions(+), 9 deletions(-)
42796
42797 commit 8a7e70ef65952fc16b8c1d5f1126c94d9d81e755
42798 Author: Behdad Esfahbod <behdad@behdad.org>
42799 Date:   Sun Jul 29 19:56:54 2012 -0400
42800
42801     [Minor]
42802
42803  src/test.cc | 2 +-
42804  1 file changed, 1 insertion(+), 1 deletion(-)
42805
42806 commit bb0e4ba3e9c5a407fc5d73c914e429d24d336380
42807 Author: Behdad Esfahbod <behdad@behdad.org>
42808 Date:   Sun Jul 29 17:34:14 2012 -0400
42809
42810     Minor
42811
42812  src/hb-shape-plan.cc         | 2 +-
42813  src/test-would-substitute.cc | 2 +-
42814  2 files changed, 2 insertions(+), 2 deletions(-)
42815
42816 commit a00ad60bc0fe74bf0e11d73da563239f3392f351
42817 Author: Behdad Esfahbod <behdad@behdad.org>
42818 Date:   Sat Jul 28 21:16:08 2012 -0400
42819
42820     [Uniscribe] Remove hb_uniscribe_font_ensure()
42821
42822     Wasn't a huge fan of putting the burden on the user.  Just remove
42823     it and
42824     do what we've got to do transparently.
42825
42826  src/hb-uniscribe.cc | 6 +++++-
42827  src/hb-uniscribe.h  | 4 ----
42828  2 files changed, 5 insertions(+), 5 deletions(-)
42829
42830 commit 5d874d566fe5d2cc4cfaf02c79b663d8a626ca1e
42831 Author: Behdad Esfahbod <behdad@behdad.org>
42832 Date:   Sat Jul 28 21:05:25 2012 -0400
42833
42834     [GPOS] Fix mark-to-mark positioning when one of the marks is
42835     a ligature
42836
42837     This commit: a3313e54008167e415b72c780ca7b9cda958d07e broke
42838     MarkMarkPos
42839     when one of the marks itself is a ligature.  That regressed 26 Tibetan
42840     tests (up from zero!).  Fix that.  Tibetan back to zero.
42841
42842  src/hb-ot-layout-gpos-table.hh                     | 27
42843  ++++++++++++++++------
42844  src/hb-ot-layout-private.hh                        |  5 ++--
42845  test/shaping/texts/in-tree/shaper-indic/MANIFEST   |  1 +
42846  .../indic/script-sinhala/misc/MANIFEST             |  1 +
42847  .../in-tree/shaper-indic/south-asian/MANIFEST      |  1 +
42848  .../south-asian/script-tibetan/MANIFEST            |  1 +
42849  .../south-asian/script-tibetan/misc/MANIFEST       |  1 +
42850  .../south-asian/script-tibetan/misc/misc.txt       |  1 +
42851  8 files changed, 29 insertions(+), 9 deletions(-)
42852
42853 commit 338fe662b50f9309bf0050dd99becb644874195b
42854 Author: Behdad Esfahbod <behdad@behdad.org>
42855 Date:   Sat Jul 28 18:53:01 2012 -0400
42856
42857     [GSUB] Minor
42858
42859  src/hb-ot-layout-gsub-table.hh | 33 ++++++++++++++++-----------------
42860  1 file changed, 16 insertions(+), 17 deletions(-)
42861
42862 commit e6f7479fe34fb4a7cada61d84c2ed70d1fd565c8
42863 Author: Behdad Esfahbod <behdad@behdad.org>
42864 Date:   Sat Jul 28 18:34:58 2012 -0400
42865
42866     [GSUB] Simplify would-apply
42867
42868  src/hb-ot-layout-gsub-table.hh       | 71
42869  +++---------------------------------
42870  src/hb-ot-layout-gsubgpos-private.hh | 24 +++---------
42871  2 files changed, 11 insertions(+), 84 deletions(-)
42872
42873 commit dadede012e4841f9fcb70d514fdc752f3ea4663d
42874 Author: Behdad Esfahbod <behdad@behdad.org>
42875 Date:   Sat Jul 28 18:03:20 2012 -0400
42876
42877     Minor
42878
42879  src/hb-ot-layout-common-private.hh | 7 +++----
42880  src/hb-ot-layout-gpos-table.hh     | 2 +-
42881  src/hb-ot-layout-gsub-table.hh     | 2 +-
42882  3 files changed, 5 insertions(+), 6 deletions(-)
42883
42884 commit 0b99429ead05ae32b3c210cb499af401b02770a9
42885 Author: Behdad Esfahbod <behdad@behdad.org>
42886 Date:   Sat Jul 28 17:31:01 2012 -0400
42887
42888     [GSUB/GPOS] Add get_coverage() and use it to speed up main loop
42889
42890     And use it to speed up the hotspot by checking coverage directly in
42891     the main loop, not 10 functions deep in.
42892
42893     Gives me a solid 20% boost with Indic test suite.  Less so for less
42894     lookup-intensive scenarios.
42895
42896     Remove the "fast_path" hack from before.
42897
42898  src/hb-ot-layout-gpos-table.hh       | 179
42899  ++++++++++++++++++++++++++++++-----
42900  src/hb-ot-layout-gsub-table.hh       | 166
42901  ++++++++++++++++++++++++++------
42902  src/hb-ot-layout-gsubgpos-private.hh |  26 +++++
42903  3 files changed, 321 insertions(+), 50 deletions(-)
42904
42905 commit 30ec9002d84e8b49290e782e6192069821ffa942
42906 Author: Behdad Esfahbod <behdad@behdad.org>
42907 Date:   Sat Jul 28 17:25:20 2012 -0400
42908
42909     Reject lookups with no subTable
42910
42911  src/hb-ot-layout-common-private.hh | 1 +
42912  1 file changed, 1 insertion(+)
42913
42914 commit 0981068b75710397f08e0d2d776a0a2ea68d7117
42915 Author: Behdad Esfahbod <behdad@behdad.org>
42916 Date:   Sat Jul 28 17:01:59 2012 -0400
42917
42918     [GSUB/GPOS] Reject Context/ChainContext lookups with zero input
42919
42920  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
42921  1 file changed, 2 insertions(+)
42922
42923 commit 2f87cebe1062c7007021ebd05c1664e60da80825
42924 Author: Behdad Esfahbod <behdad@behdad.org>
42925 Date:   Fri Jul 27 04:02:38 2012 -0400
42926
42927     Implement shape_plan caching
42928
42929     Should give us some performance boost.
42930
42931  TODO                     |   4 ++
42932  src/hb-buffer-private.hh |  30 ++++++++++++++
42933  src/hb-font-private.hh   |   6 +++
42934  src/hb-font.cc           |  15 ++++++-
42935  src/hb-shape-plan.cc     | 100
42936  +++++++++++++++++++++++++++++++++++++++++++++++
42937  src/hb-shape-plan.h      |   7 ++++
42938  src/hb-shape.cc          |   2 +-
42939  7 files changed, 162 insertions(+), 2 deletions(-)
42940
42941 commit e9eb9503e97044222f843daacfa47e26e51312b7
42942 Author: Behdad Esfahbod <behdad@behdad.org>
42943 Date:   Fri Jul 27 03:16:22 2012 -0400
42944
42945     Add default_shaper_list to shape_plan
42946
42947  src/hb-shape-plan-private.hh | 1 +
42948  src/hb-shape-plan.cc         | 2 ++
42949  2 files changed, 3 insertions(+)
42950
42951 commit 3b7c4e270694ed962e2a2839e44f2a59c26b326c
42952 Author: Behdad Esfahbod <behdad@behdad.org>
42953 Date:   Fri Jul 27 03:12:23 2012 -0400
42954
42955     Don't fail choosing shaper on planning failure
42956
42957     Shapers have a chance to reject a font in face shaper_data creation.
42958     No need to allow failing during planning.
42959
42960  src/hb-shape-plan.cc | 17 ++++++-----------
42961  1 file changed, 6 insertions(+), 11 deletions(-)
42962
42963 commit cfe9882610489e1b917e09a74dfbf6bbba2e4a57
42964 Author: Behdad Esfahbod <behdad@behdad.org>
42965 Date:   Fri Jul 27 03:06:30 2012 -0400
42966
42967     Add hb_ot_layout_ensure() and hb_uniscribe_font_ensure()
42968
42969  src/hb-ot-layout.cc      |  7 +++++++
42970  src/hb-ot-layout.h       |  6 ++++++
42971  src/hb-shape-plan.cc     | 22 ++--------------------
42972  src/hb-shaper-private.hh | 18 ++++++++++++++++++
42973  src/hb-uniscribe.cc      | 11 +++++++++++
42974  src/hb-uniscribe.h       |  4 ++++
42975  6 files changed, 48 insertions(+), 20 deletions(-)
42976
42977 commit c5b668fb9239c912d2448280a7176e331ebc9181
42978 Author: Behdad Esfahbod <behdad@behdad.org>
42979 Date:   Fri Jul 27 02:49:39 2012 -0400
42980
42981     Choose one shaper per plan
42982
42983  src/hb-shape-plan-private.hh |  2 +-
42984  src/hb-shape-plan.cc         | 19 +++++++++----------
42985  2 files changed, 10 insertions(+), 11 deletions(-)
42986
42987 commit e82061e8db922f0ddbefd5a184ee2f9f967b9a05
42988 Author: Behdad Esfahbod <behdad@behdad.org>
42989 Date:   Fri Jul 27 02:29:32 2012 -0400
42990
42991     Move ot shaper completely to shape_plan
42992
42993  src/hb-ot-shape-private.hh |   6 --
42994  src/hb-ot-shape.cc         | 181
42995  +++++++++++++++++++++------------------------
42996  src/hb-uniscribe.cc        |   2 +-
42997  3 files changed, 84 insertions(+), 105 deletions(-)
42998
42999 commit ea278d3895fe0c92801d692cd71d8d9f1de7c048
43000 Author: Behdad Esfahbod <behdad@behdad.org>
43001 Date:   Fri Jul 27 02:12:28 2012 -0400
43002
43003     Partially switch ot shaper to shape_plan
43004
43005  src/hb-buffer-private.hh       |  1 +
43006  src/hb-buffer.cc               |  1 -
43007  src/hb-font-private.hh         |  2 --
43008  src/hb-font.cc                 | 22 ++++++++++++++--------
43009  src/hb-ot-layout-gpos-table.hh |  2 +-
43010  src/hb-ot-layout-gsub-table.hh |  4 ++--
43011  src/hb-ot-layout-private.hh    |  1 +
43012  src/hb-ot-layout.cc            |  9 ++++++---
43013  src/hb-ot-shape.cc             |  3 ++-
43014  src/hb-shape-plan.cc           | 11 +++++++++++
43015  src/hb-shaper-private.hh       |  3 ++-
43016  11 files changed, 40 insertions(+), 19 deletions(-)
43017
43018 commit b6b7ba1313bf686e6ed567183466104c90504a67
43019 Author: Behdad Esfahbod <behdad@behdad.org>
43020 Date:   Fri Jul 27 01:26:11 2012 -0400
43021
43022     Switch old and uniscribe backends to shape_plan
43023
43024  src/hb-old.cc                 |  80 ++------------------------
43025  src/hb-shape.cc               |   5 ++
43026  src/hb-shaper-impl-private.hh |   3 +-
43027  src/hb-shaper-private.hh      |   4 --
43028  src/hb-uniscribe.cc           | 130
43029  ++++++++++++------------------------------
43030  5 files changed, 48 insertions(+), 174 deletions(-)
43031
43032 commit c32c096a429da3e64896cf42ff5ab8c775d3c2ec
43033 Author: Behdad Esfahbod <behdad@behdad.org>
43034 Date:   Fri Jul 27 01:13:53 2012 -0400
43035
43036     Switch to shape_plan
43037
43038     Not optimized yet.  Eats babies.  And no shaper uses the shape_plan.
43039
43040  src/hb-shape-plan.cc | 37 +++++++++++++++++++++++++++++++++++--
43041  src/hb-shape-plan.h  |  8 ++++++++
43042  src/hb-shape.cc      | 27 ++++-----------------------
43043  3 files changed, 47 insertions(+), 25 deletions(-)
43044
43045 commit 5b95c148cc485f79fd7018bc4520b4cb5f728a18
43046 Author: Behdad Esfahbod <behdad@behdad.org>
43047 Date:   Thu Jul 26 23:46:53 2012 -0400
43048
43049     Start implementing shape_plan
43050
43051  src/hb-fallback-shape.cc     |  4 ++-
43052  src/hb-font-private.hh       |  4 +++
43053  src/hb-old.cc                |  4 ++-
43054  src/hb-ot-shape.cc           |  4 ++-
43055  src/hb-shape-plan-private.hh |  7 ++++
43056  src/hb-shape-plan.cc         | 76
43057  ++++++++++++++++++++++++++++++++++++++++++--
43058  src/hb-shape.cc              |  4 +++
43059  src/hb-shaper-private.hh     |  4 +--
43060  src/hb-uniscribe.cc          |  4 ++-
43061  9 files changed, 103 insertions(+), 8 deletions(-)
43062
43063 commit bd26b4d21f59312805d294f46f15182adbcc47da
43064 Author: Behdad Esfahbod <behdad@behdad.org>
43065 Date:   Thu Jul 26 22:05:39 2012 -0400
43066
43067     Minor
43068
43069  src/Makefile.am              |   1 +
43070  src/hb-fallback-shape.cc     |   3 +-
43071  src/hb-old.cc                |   3 +-
43072  src/hb-ot-shape.cc           |   3 +-
43073  src/hb-shape-plan-private.hh |   2 +-
43074  src/hb-shape-plan.cc         |   2 +
43075  src/hb-shape.cc              |  98 ++++----------------------------------
43076  src/hb-shaper-private.hh     |  16 ++++++-
43077  src/hb-shaper.cc             | 109
43078  +++++++++++++++++++++++++++++++++++++++++++
43079  src/hb-uniscribe.cc          |   3 +-
43080  10 files changed, 145 insertions(+), 95 deletions(-)
43081
43082 commit 027857d0412477fb4427dcb8a8c45287c272e143
43083 Author: Behdad Esfahbod <behdad@behdad.org>
43084 Date:   Thu Jul 26 17:34:25 2012 -0400
43085
43086     Start adding a unified shaper access infrastructure
43087
43088     Add global shape_plan.  Unused so far.
43089
43090  src/Makefile.am                                    |  15 +-
43091  src/hb-coretext-private.hh                         |  42 -----
43092  src/hb-coretext.cc                                 |   6 +-
43093  src/hb-fallback-shape.cc                           |  62 ++++++-
43094  src/hb-font-private.hh                             |  12 ++
43095  src/hb-font.cc                                     |  15 +-
43096  src/hb-old.cc                                      | 109 +++++++++---
43097  src/hb-ot-shape-private.hh                         |   8 -
43098  src/hb-ot-shape.cc                                 |  60 ++++++-
43099  ...aphite2-private.hh => hb-shape-plan-private.hh} |  28 +++-
43100  src/hb-shape-plan.cc                               |  85 ++++++++++
43101  ...b-fallback-shape-private.hh => hb-shape-plan.h} |  39 +++--
43102  src/hb-shape.cc                                    |  48 +-----
43103  ...scribe-private.hh => hb-shaper-impl-private.hh} |  20 ++-
43104  src/{hb-old-private.hh => hb-shaper-list.hh}       |  30 ++--
43105  src/hb-shaper-private.hh                           |  81 +++++++++
43106  src/hb-uniscribe.cc                                | 186
43107  +++++++++++++--------
43108  17 files changed, 608 insertions(+), 238 deletions(-)
43109
43110 commit fa2dfcd560444d8c54b6349ee106134d3536f79b
43111 Author: Behdad Esfahbod <behdad@behdad.org>
43112 Date:   Thu Jul 26 16:06:16 2012 -0400
43113
43114     Fix visibility warnings with MinGW32
43115
43116  src/hb-old/harfbuzz-global.h | 17 +++++++++++------
43117  src/hb-old/harfbuzz-impl.h   |  6 +++++-
43118  2 files changed, 16 insertions(+), 7 deletions(-)
43119
43120 commit ac2085d4b391b0a72473ecac3dd6c22efe66833f
43121 Author: Jonathan Kew <jfkthame@gmail.com>
43122 Date:   Thu Jul 26 15:58:45 2012 -0400
43123
43124     [CoreText] Ensure cluster indices in output buffer are non-decreasing.
43125
43126     Does not provide Uniscribe-compatible results, but should at least
43127     avoid
43128     breaking hb-view due to out-of-order cluster values.
43129
43130     For RTL runs, ensure cluster values are non-increasing (instead of
43131     non-decreasing).
43132
43133  src/hb-coretext.cc | 37 +++++++++++++++++++++++++++++++++++++
43134  1 file changed, 37 insertions(+)
43135
43136 commit 441d3bb7de311d54b9f0a5210344f9a96e97e153
43137 Author: Behdad Esfahbod <behdad@behdad.org>
43138 Date:   Thu Jul 26 12:01:12 2012 -0400
43139
43140     Minor
43141
43142  src/hb-coretext.cc | 4 ++--
43143  1 file changed, 2 insertions(+), 2 deletions(-)
43144
43145 commit 2e7f223054d310695bdb3498b2b2b5d17b6cce78
43146 Author: Behdad Esfahbod <behdad@behdad.org>
43147 Date:   Wed Jul 25 19:30:15 2012 -0400
43148
43149     [hb-old] Fix Arabic cursive positioning
43150
43151     Backporting from upstream:
43152
43153     commit b847f24ce855d24f6822bcd9c0006905e81b94d8
43154     Author: Behdad Esfahbod <behdad@behdad.org>
43155     Date:   Wed Jul 25 19:29:16 2012 -0400
43156
43157         [arabic] Fix Arabic cursive positioning
43158
43159         This was clearly broken in testing.  Who knows...  Fixes for me.
43160         Test with a Nastaleeq font, or with Arabic Typesetting.
43161
43162         Backporting from Chromium.
43163
43164  src/hb-old/harfbuzz-shaper.cpp | 2 +-
43165  1 file changed, 1 insertion(+), 1 deletion(-)
43166
43167 commit 9550a8c4e8b4e28be60d38c27d59253846ff9569
43168 Author: Behdad Esfahbod <behdad@behdad.org>
43169 Date:   Wed Jul 25 19:22:57 2012 -0400
43170
43171     [hb-old] Fixup not-enough-space handling
43172
43173  src/hb-old.cc | 15 ++++++++-------
43174  1 file changed, 8 insertions(+), 7 deletions(-)
43175
43176 commit 91e721ea8693205f4f738bca97a5055ee75cf463
43177 Author: Behdad Esfahbod <behdad@behdad.org>
43178 Date:   Wed Jul 25 19:20:34 2012 -0400
43179
43180     [hb-old] Fix clusters
43181
43182     Unlike its "documentation", hb-old's log_clusters are, well, indeed
43183     logical, not visual.  Fixup.  Adapted / copied from hb-uniscribe.
43184
43185  src/hb-old.cc                | 51
43186  ++++++++++++++++++++++++++++++++++----------
43187  src/hb-old/harfbuzz-shaper.h |  1 +
43188  src/hb-uniscribe.cc          |  5 +++--
43189  3 files changed, 44 insertions(+), 13 deletions(-)
43190
43191 commit a3313e54008167e415b72c780ca7b9cda958d07e
43192 Author: Behdad Esfahbod <behdad@behdad.org>
43193 Date:   Wed Jul 25 18:37:51 2012 -0400
43194
43195     [GPOS] Fix MarkMarkPos applied to results of MultipleSubst
43196
43197     This was broken as a result of
43198     7b84c536c10ab90ed96a033d88e9ad232d46c5b8.
43199     As Khaled reported, MarkMark positioning was broken with glyphs
43200     resulting from a MultipleSubst.  Fixed.  Test with the ALLAH character
43201     in Amiri.
43202
43203  src/hb-ot-layout-gpos-table.hh | 10 +++++-----
43204  src/hb-ot-layout-private.hh    | 23 +++++++++++++++++++++--
43205  2 files changed, 26 insertions(+), 7 deletions(-)
43206
43207 commit 35bdab3cf1f0836807160e3ce93766c321b32e8c
43208 Author: Behdad Esfahbod <behdad@behdad.org>
43209 Date:   Wed Jul 25 11:59:52 2012 -0400
43210
43211     Minor
43212
43213  src/hb-unicode-private.hh | 2 +-
43214  1 file changed, 1 insertion(+), 1 deletion(-)
43215
43216 commit 8fe4c7405b922cf0f936a46a9baedf4885b05254
43217 Author: Behdad Esfahbod <behdad@behdad.org>
43218 Date:   Tue Jul 24 21:05:12 2012 -0400
43219
43220     [hb-old] Add HarfBuzz.old shaper
43221
43222     Choose using shaper name "old".
43223
43224  configure.ac           |   8 +
43225  src/Makefile.am        |  14 +-
43226  src/hb-old-private.hh  |  40 +++
43227  src/hb-old.cc          | 369 ++++++++++++++++++++++++
43228  src/hb-old/.gitignore  |   7 -
43229  src/hb-old/Makefile.am |   2 +
43230  src/hb-old/Makefile.in | 762
43231  -------------------------------------------------
43232  src/hb-shape.cc        |   8 +-
43233  8 files changed, 436 insertions(+), 774 deletions(-)
43234
43235 commit 5e1987005eb1b9af7a4d3d9f90c5768d8cc80015
43236 Author: Behdad Esfahbod <behdad@behdad.org>
43237 Date:   Tue Jul 24 19:53:55 2012 -0400
43238
43239     [hb-old] Define Unicode funcs in terms of new HarfBuzz
43240
43241  src/hb-old/Makefile.am         |   4 +
43242  src/hb-old/Makefile.in         | 182
43243  ++++++++++++++++++++++++++++++++++++-----
43244  src/hb-old/harfbuzz-external.h | 100 +++++++++++++---------
43245  3 files changed, 224 insertions(+), 62 deletions(-)
43246
43247 commit 4a31166b2853c1ec052844140e114158f47c2355
43248 Author: Behdad Esfahbod <behdad@behdad.org>
43249 Date:   Tue Jul 24 19:49:48 2012 -0400
43250
43251     [hb-old] Shovel out the line-breaking / word-segmentation stuff
43252
43253  src/hb-old/Makefile.am               |  10 +-
43254  src/hb-old/Makefile.in               |  13 +-
43255  src/hb-old/harfbuzz-external.h       |  66 ------
43256  src/hb-old/harfbuzz-indic.cpp        |  26 ---
43257  src/hb-old/harfbuzz-khmer.c          |  25 ---
43258  src/hb-old/harfbuzz-myanmar.c        |  28 ---
43259  src/hb-old/harfbuzz-shaper-private.h |  12 --
43260  src/hb-old/harfbuzz-shaper.cpp       | 403
43261  +++--------------------------------
43262  src/hb-old/harfbuzz-shaper.h         |  31 ---
43263  src/hb-old/harfbuzz-thai.c           | 111 ----------
43264  src/hb-old/harfbuzz-tibetan.c        |  26 ---
43265  src/hb-old/harfbuzz.c                |  32 ---
43266  12 files changed, 33 insertions(+), 750 deletions(-)
43267
43268 commit 0bcbe88cf313117f739b98a11dbe698b75784e9d
43269 Author: Behdad Esfahbod <behdad@behdad.org>
43270 Date:   Tue Jul 24 19:38:24 2012 -0400
43271
43272     [hb-old] Add visibility attributes
43273
43274  src/hb-old/harfbuzz-global.h | 10 ++++++----
43275  src/hb-old/harfbuzz-impl.h   |  2 +-
43276  2 files changed, 7 insertions(+), 5 deletions(-)
43277
43278 commit 6a9d43c3178c920672a84382ca3797e3c478b2b0
43279 Author: Behdad Esfahbod <behdad@behdad.org>
43280 Date:   Tue Jul 24 19:21:22 2012 -0400
43281
43282     [hb-old] Remove unused header file
43283
43284  src/hb-old/harfbuzz-shape.h | 199
43285  --------------------------------------------
43286  1 file changed, 199 deletions(-)
43287
43288 commit fb47209c5b3aa992faf18d1a3f78b9d7682cf62f
43289 Author: Behdad Esfahbod <behdad@behdad.org>
43290 Date:   Tue Jul 24 19:20:19 2012 -0400
43291
43292     [hb-old] Rename hb_buffer_* to HB_Buffer_*
43293
43294  src/hb-old/harfbuzz-buffer.c   | 22 +++++++++++-----------
43295  src/hb-old/harfbuzz-buffer.h   |  8 ++++----
43296  src/hb-old/harfbuzz-shaper.cpp |  8 ++++----
43297  3 files changed, 19 insertions(+), 19 deletions(-)
43298
43299 commit 1512a7357513b72e2a07dda706a176bb23d694e9
43300 Author: Behdad Esfahbod <behdad@behdad.org>
43301 Date:   Tue Jul 24 19:16:56 2012 -0400
43302
43303     [hb-old] Start adding HarfBuzz-old as a new backend
43304
43305  configure.ac                         |    1 +
43306  src/Makefile.am                      |    5 +
43307  src/hb-old/.gitignore                |    7 +
43308  src/hb-old/COPYING                   |   24 +
43309  src/hb-old/Makefile.am               |   56 +
43310  src/hb-old/Makefile.in               |  631 ++++
43311  src/hb-old/README                    |    7 +
43312  src/hb-old/harfbuzz-arabic.c         | 1144 +++++++
43313  src/hb-old/harfbuzz-buffer-private.h |  107 +
43314  src/hb-old/harfbuzz-buffer.c         |  383 +++
43315  src/hb-old/harfbuzz-buffer.h         |  102 +
43316  src/hb-old/harfbuzz-external.h       |  151 +
43317  src/hb-old/harfbuzz-gdef-private.h   |  135 +
43318  src/hb-old/harfbuzz-gdef.c           | 1163 +++++++
43319  src/hb-old/harfbuzz-gdef.h           |  140 +
43320  src/hb-old/harfbuzz-global.h         |  118 +
43321  src/hb-old/harfbuzz-gpos-private.h   |  729 ++++
43322  src/hb-old/harfbuzz-gpos.c           | 6094
43323  ++++++++++++++++++++++++++++++++++
43324  src/hb-old/harfbuzz-gpos.h           |  155 +
43325  src/hb-old/harfbuzz-greek.c          |  447 +++
43326  src/hb-old/harfbuzz-gsub-private.h   |  483 +++
43327  src/hb-old/harfbuzz-gsub.c           | 4329 ++++++++++++++++++++++++
43328  src/hb-old/harfbuzz-gsub.h           |  148 +
43329  src/hb-old/harfbuzz-hangul.c         |  268 ++
43330  src/hb-old/harfbuzz-hebrew.c         |  187 ++
43331  src/hb-old/harfbuzz-impl.c           |   84 +
43332  src/hb-old/harfbuzz-impl.h           |  131 +
43333  src/hb-old/harfbuzz-indic.cpp        | 1894 +++++++++++
43334  src/hb-old/harfbuzz-khmer.c          |  667 ++++
43335  src/hb-old/harfbuzz-myanmar.c        |  539 +++
43336  src/hb-old/harfbuzz-open-private.h   |  102 +
43337  src/hb-old/harfbuzz-open.c           | 1433 ++++++++
43338  src/hb-old/harfbuzz-open.h           |  288 ++
43339  src/hb-old/harfbuzz-shape.h          |  199 ++
43340  src/hb-old/harfbuzz-shaper-all.cpp   |   37 +
43341  src/hb-old/harfbuzz-shaper-private.h |  171 +
43342  src/hb-old/harfbuzz-shaper.cpp       | 1338 ++++++++
43343  src/hb-old/harfbuzz-shaper.h         |  294 ++
43344  src/hb-old/harfbuzz-stream-private.h |   81 +
43345  src/hb-old/harfbuzz-stream.c         |  114 +
43346  src/hb-old/harfbuzz-stream.h         |   51 +
43347  src/hb-old/harfbuzz-thai.c           |  111 +
43348  src/hb-old/harfbuzz-tibetan.c        |  274 ++
43349  src/hb-old/harfbuzz.c                |   32 +
43350  src/hb-old/harfbuzz.h                |   38 +
43351  45 files changed, 24892 insertions(+)
43352
43353 commit 478fd0529b868b22905a9dedf331ac7cc9721723
43354 Author: Behdad Esfahbod <behdad@behdad.org>
43355 Date:   Tue Jul 24 17:09:01 2012 -0400
43356
43357     Minor
43358
43359  src/hb-unicode-private.hh | 27 ++++++++++++++-------------
43360  1 file changed, 14 insertions(+), 13 deletions(-)
43361
43362 commit 8979a7f6f2b44ade4c0198a31ae08561b35ce009
43363 Author: Behdad Esfahbod <behdad@behdad.org>
43364 Date:   Tue Jul 24 17:03:55 2012 -0400
43365
43366     [Mongolian] Remove Mongolian Vowel Separator at the end of shaping
43367
43368     Results match Uniscribe now.
43369
43370  src/hb-unicode-private.hh | 3 +++
43371  1 file changed, 3 insertions(+)
43372
43373 commit aa6d849838d5231465ae1a25a4dd5ea1e9380ff9
43374 Author: Jonathan Kew <jfkthame@gmail.com>
43375 Date:   Tue Jul 24 15:52:32 2012 -0400
43376
43377     [CoreText] Add basic Core Text backend for comparison with our
43378     native shaping
43379
43380     Does not attempt to handle clusters in a Uniscribe- or
43381     HarfBuzz-compatible way;
43382     just returns the original string indexes that CT maintains. These
43383     may even be
43384     out-of-order in the case of reordrant glyphs.
43385
43386  configure.ac               |  12 ++
43387  src/Makefile.am            |   7 +
43388  src/hb-coretext-private.hh |  42 ++++++
43389  src/hb-coretext.cc         | 323
43390  +++++++++++++++++++++++++++++++++++++++++++++
43391  src/hb-coretext.h          |  43 ++++++
43392  src/hb-shape.cc            |   6 +
43393  6 files changed, 433 insertions(+)
43394
43395 commit ec8d2494694275dfbbac2dd0d33ca2894b0463d6
43396 Author: Behdad Esfahbod <behdad@behdad.org>
43397 Date:   Tue Jul 24 15:40:37 2012 -0400
43398
43399     Make data members of various OpenType structs protected instead
43400     of private
43401
43402     Should fix warnings generated when building with
43403     -Wunused-private-field.
43404     Based on patch from Jonathan Kew.
43405
43406  src/hb-open-file-private.hh          |  8 +++---
43407  src/hb-ot-head-table.hh              |  2 +-
43408  src/hb-ot-hhea-table.hh              |  2 +-
43409  src/hb-ot-hmtx-table.hh              |  2 +-
43410  src/hb-ot-layout-common-private.hh   | 14 ++++++-----
43411  src/hb-ot-layout-gdef-table.hh       | 20 +++++++--------
43412  src/hb-ot-layout-gpos-table.hh       | 48
43413  ++++++++++++++++++------------------
43414  src/hb-ot-layout-gsub-table.hh       | 30 +++++++++++-----------
43415  src/hb-ot-layout-gsubgpos-private.hh | 32 ++++++++++++------------
43416  src/hb-ot-maxp-table.hh              |  2 +-
43417  src/hb-ot-name-table.hh              |  2 +-
43418  11 files changed, 82 insertions(+), 80 deletions(-)
43419
43420 commit 97aa0b738a33b73a3f9763dd2950f2dd39f596ed
43421 Author: Behdad Esfahbod <behdad@behdad.org>
43422 Date:   Tue Jul 24 15:02:34 2012 -0400
43423
43424     Minor const correctness shuffling
43425
43426  src/hb-shape.cc | 6 +++---
43427  1 file changed, 3 insertions(+), 3 deletions(-)
43428
43429 commit 6411e74caf23af7b0545f1fe54d19a1c8da895e8
43430 Author: Behdad Esfahbod <behdad@behdad.org>
43431 Date:   Tue Jul 24 13:48:49 2012 -0400
43432
43433     [Indic] Reposition Gurmukhi top matras to after post
43434
43435     The font is forming a post-base consonant in some samples, and
43436     Uniscribe
43437     positions top matra on the post-base.  Do the same.
43438
43439     Gurmukhi failures down from 59 to 41 (0.0674242%).
43440
43441  src/hb-ot-shape-complex-indic.cc                                        |
43442  2 +-
43443  .../texts/in-tree/shaper-indic/indic/script-gurmukhi/misc/misc.txt      |
43444  1 +
43445  2 files changed, 2 insertions(+), 1 deletion(-)
43446
43447 commit c3f769ba09df319fa69d04f68c57444f95eceee6
43448 Author: Behdad Esfahbod <behdad@behdad.org>
43449 Date:   Tue Jul 24 13:26:32 2012 -0400
43450
43451     [Indic] Ignore Uniscribe output containing two zero-width space glyphs
43452
43453     Uniscribe is buggy and sometimes /eats/ a mark next to a non-joiner.
43454     Most of Malayalam failures where actually hitting this bug.
43455
43456     Ignore test output with two zero-width space glyphs.  This is a hack
43457     until we build up the test suite infrastructure better.
43458
43459     Bengali went down by 9, Devanagari by 2, Kannada by 130, Malayalm down
43460     from 1197 to 307, Sinhala down by 16, Telugu down by 26.  New stats:
43461
43462     BENGALI: 353996 out of 354285 tests passed. 289 failed (0.0815727%)
43463     DEVANAGARI: 693573 out of 693628 tests passed. 55 failed (0.00792932%)
43464     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
43465     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
43466     KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
43467     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
43468     MALAYALAM: 1048109 out of 1048416 tests passed. 307 failed
43469     (0.0292823%)
43470     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
43471     SINHALA: 271715 out of 271847 tests passed. 132 failed (0.0485567%)
43472     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
43473     TELUGU: 970550 out of 970573 tests passed. 23 failed (0.00236973%)
43474
43475  test/shaping/hb_test_tools.py                                           |
43476  1 +
43477  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt     |
43478  2 ++
43479  2 files changed, 3 insertions(+)
43480
43481 commit 65c43accdc4d2082282d5cedba8514b8df0c18a2
43482 Author: Behdad Esfahbod <behdad@behdad.org>
43483 Date:   Tue Jul 24 03:36:47 2012 -0400
43484
43485     [Indic] Better position left-matra in Malayalam
43486
43487     Just put it before base, which is what's expected.
43488
43489     Malayalam failures down from 1559 to 1197 (0.114172%).
43490
43491     BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
43492     DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
43493     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
43494     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
43495     KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
43496     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
43497     MALAYALAM: 1047219 out of 1048416 tests passed. 1197 failed
43498     (0.114172%)
43499     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
43500     SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
43501     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
43502     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
43503
43504  src/hb-ot-shape-complex-indic.cc                   | 41
43505  +++++++++++++++-------
43506  .../indic/script-malayalam/misc/misc.txt           |  1 +
43507  2 files changed, 29 insertions(+), 13 deletions(-)
43508
43509 commit 88f413b56f2858d149e2fc067685aeecaea779ca
43510 Author: Behdad Esfahbod <behdad@behdad.org>
43511 Date:   Tue Jul 24 03:04:36 2012 -0400
43512
43513     [Indic] Implement Reph+Ya-Phalaa interaction
43514
43515     The sequence Ra,H,Ya in Bengali is ambigious and Unicode encoded
43516     that to
43517     get Ya-Phalaa, one would place ZWJ before Halant.  Ie. a ZWJ,H
43518     sequence
43519     requests subjoining, while a H,ZWJ requests Half form.  Implement
43520     that.
43521
43522     Bengali failures go down from 377 to 297 (0.0838308%).
43523     Gujarati is down by 4 to 17 (0.0046384%).
43524     Kannada is down by 226 to 957 (0.100534%).
43525
43526     Current status:
43527
43528     BENGALI: 353988 out of 354285 tests passed. 297 failed (0.0838308%)
43529     DEVANAGARI: 693571 out of 693628 tests passed. 57 failed (0.00821766%)
43530     GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
43531     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
43532     KANNADA: 950956 out of 951913 tests passed. 957 failed (0.100534%)
43533     KHMER: 299094 out of 299124 tests passed. 30 failed (0.0100293%)
43534     MALAYALAM: 1046857 out of 1048416 tests passed. 1559 failed
43535     (0.148701%)
43536     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
43537     SINHALA: 271699 out of 271847 tests passed. 148 failed (0.0544424%)
43538     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
43539     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
43540
43541  src/hb-ot-shape-complex-indic.cc                               |
43542  10 ++++++++--
43543  .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt    |  4 ++++
43544  2 files changed, 12 insertions(+), 2 deletions(-)
43545
43546 commit dff0ece11d61978c04e839501f179a5c3077f340
43547 Author: Behdad Esfahbod <behdad@behdad.org>
43548 Date:   Tue Jul 24 02:30:38 2012 -0400
43549
43550     [Indic] Limit matras to 4 per syllable
43551
43552     Also limit joiners.
43553
43554     This limits our syllable length to a constant, and is
43555     closer to what Uniscribe does anyway.
43556
43557     Two Devanagari tests regressed, but who cares about tests with 20
43558     joiners in a row?!  Devanagari at 57 (0.00821766%) now.
43559
43560  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
43561  1 file changed, 2 insertions(+), 2 deletions(-)
43562
43563 commit 330b329c8905a37ca88c556dea82c70d74c77458
43564 Author: Behdad Esfahbod <behdad@behdad.org>
43565 Date:   Tue Jul 24 02:25:26 2012 -0400
43566
43567     [Indic] Unmark U+17D1 KHMER SIGN VIRIAM to NOT be a Virama
43568
43569     Fixes another 1 Khmer failure.  Down to 30 (0.0100293%) now.
43570
43571  src/hb-ot-shape-complex-indic.cc                                        |
43572  2 ++
43573  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
43574  1 +
43575  2 files changed, 3 insertions(+)
43576
43577 commit 6824a7194e01b77eddb95bd95a9b32e219140912
43578 Author: Behdad Esfahbod <behdad@behdad.org>
43579 Date:   Tue Jul 24 02:22:18 2012 -0400
43580
43581     [Indic] Recategorize Khmer various signs as top matras
43582
43583     Khmer failures down from 39 to 31 (0.0103636%).
43584
43585  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++-------------
43586  1 file changed, 10 insertions(+), 13 deletions(-)
43587
43588 commit d90b8e841e0068a601c96ab184d18b0f48eec9d1
43589 Author: Behdad Esfahbod <behdad@behdad.org>
43590 Date:   Tue Jul 24 02:10:20 2012 -0400
43591
43592     [Indic] Reposition Khmer prebase-reordering Ra around split matras
43593
43594     In Khmer coeng model, a V,Ra can go *after* matras.  If it goes
43595     after a
43596     split matra, it should be reordered to *before* the left part of
43597     such matra.
43598
43599     Khmer failures down from 136 to 39 (0.0130381%).
43600
43601  src/hb-ot-shape-complex-indic.cc                            | 13
43602  +++++++++++++
43603  .../south-east-asian/script-khmer/misc/misc.txt             |  4 ++++
43604  2 files changed, 17 insertions(+)
43605
43606 commit 0afb84c12567ac35adac657bf8be29999b8c5a50
43607 Author: Behdad Esfahbod <behdad@behdad.org>
43608 Date:   Tue Jul 24 01:44:47 2012 -0400
43609
43610     [Indic] Fix minor bug in pre-base Ra positioning
43611
43612  src/hb-ot-shape-complex-indic.cc | 4 ++--
43613  1 file changed, 2 insertions(+), 2 deletions(-)
43614
43615 commit 7573799126e812a047daa5f64121ec959866b3c8
43616 Author: Behdad Esfahbod <behdad@behdad.org>
43617 Date:   Tue Jul 24 01:32:07 2012 -0400
43618
43619     [Indic] Position Khmer U+17CE
43620
43621     Fixes another 6 Khmer failures.  Now at 136 (0.0454661%).
43622
43623  src/hb-ot-shape-complex-indic.cc                                    |
43624  6 ++++++
43625  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt        | 1 +
43626  2 files changed, 7 insertions(+)
43627
43628 commit 8d00e8d0e7d10f823e6975fecaffb9d557b1a99a
43629 Author: Behdad Esfahbod <behdad@behdad.org>
43630 Date:   Tue Jul 24 01:04:18 2012 -0400
43631
43632     [Indic] Don't reposition Khmer Bindu
43633
43634     Khmer Bindu doesn't like to move to syllable end.  Leave it where it
43635     was.
43636
43637     Brings down Khmer failures from 510 to 142 (0.047572%).
43638
43639  src/hb-ot-shape-complex-indic.cc | 2 ++
43640  1 file changed, 2 insertions(+)
43641
43642 commit 2278eefcdb3dd0d492b9d07176fbecc1f0516bb7
43643 Author: Behdad Esfahbod <behdad@behdad.org>
43644 Date:   Tue Jul 24 00:26:43 2012 -0400
43645
43646     [Indic] In Sinhala, form forced Reph even if no other consonant found
43647
43648     Fixes another 10 Sinhala failures.  Down to 148 (0.0544424%).
43649
43650  src/hb-ot-shape-complex-indic.cc                               |
43651  10 +++++-----
43652  .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt    |  1 +
43653  2 files changed, 6 insertions(+), 5 deletions(-)
43654
43655 commit 71fd5e80ad06c8e85a1112cc89e129d6cd03f82c
43656 Author: Behdad Esfahbod <behdad@behdad.org>
43657 Date:   Tue Jul 24 00:21:16 2012 -0400
43658
43659     [Indic] Further adjust base algorithm for Sinhala
43660
43661     Apparently if there is C,V,ZWJ,C, the first C will be base, but if
43662     it's C,ZWJ,V,C, the second one will be.
43663
43664     Note that Uniscribe implements this differently, by breaking
43665     syllable in
43666     the case of C,ZWJ,V,C and putting the first consonant in one syllable
43667     and the rest in the next syllable.
43668
43669     Sinhala failures down from 208 to 158 (0.0581209%).  No changes to
43670     Khmer.
43671
43672  src/hb-ot-shape-complex-indic.cc                              |
43673  11 +++++++----
43674  .../in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt   |  3 +++
43675  2 files changed, 10 insertions(+), 4 deletions(-)
43676
43677 commit 73d71cc527d28fd5519c5d965c272ea1fb149a0e
43678 Author: Behdad Esfahbod <behdad@behdad.org>
43679 Date:   Tue Jul 24 00:09:12 2012 -0400
43680
43681     [Indic] End Vowel-based syllable at ZWJ
43682
43683     One Devanagari test regressed, plus 10 Malayalam (at 1545 now).
43684
43685     Fixed 120 Sinhala failures.  Now at 208 (0.0765136%).
43686
43687  src/hb-ot-shape-complex-indic-machine.rl                                |
43688  2 +-
43689  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt       |
43690  1 +
43691  2 files changed, 2 insertions(+), 1 deletion(-)
43692
43693 commit 34c215036f5fcdc7599b1ab0591b56dbb3811902
43694 Author: Behdad Esfahbod <behdad@behdad.org>
43695 Date:   Mon Jul 23 23:51:29 2012 -0400
43696
43697     [Indic] Improve Sinhala base algorithm and reph positioning
43698
43699     Sinhala does not have half forms.  And most (all?) consonants can be
43700     base, except when preceded by ZWJ, which would request a subjoined
43701     form.
43702     Hence switch the base algorithm to categorize with Khmer, start search
43703     at start, and stop at a ZWJ.
43704
43705     Also, mark all pos=base consonants after base to be subjoined.  Mark
43706     base itself to have pos=base.
43707
43708     Finally, adjust Sinhala's reph position to after-main.
43709
43710     Brings down Sinhala failures from 455 to 328 (0.120656%).
43711
43712  src/hb-ot-shape-complex-indic.cc                       | 18
43713  +++++++++++++++++-
43714  .../shaper-indic/indic/script-sinhala/misc/misc.txt    |  1 +
43715  2 files changed, 18 insertions(+), 1 deletion(-)
43716
43717 commit 2ec934c6c25423e7af20d909a9c698a149808ea9
43718 Author: Behdad Esfahbod <behdad@behdad.org>
43719 Date:   Mon Jul 23 23:49:04 2012 -0400
43720
43721     [Indic] Change "unknown" position to end of syllable
43722
43723  src/hb-ot-shape-complex-indic-private.hh | 2 +-
43724  1 file changed, 1 insertion(+), 1 deletion(-)
43725
43726 commit b70021f7c81a0ed08475b14b07291f662cd9f905
43727 Author: Behdad Esfahbod <behdad@behdad.org>
43728 Date:   Mon Jul 23 20:18:17 2012 -0400
43729
43730     When removing zero-width marks, don't remove ligatures
43731
43732     If a mark ligated, it probably should NOT be removed.
43733
43734  src/hb-ot-shape.cc | 6 +++---
43735  1 file changed, 3 insertions(+), 3 deletions(-)
43736
43737 commit 49c5ec51444f27f33e1eb6aa1959c61b08fa89c0
43738 Author: Behdad Esfahbod <behdad@behdad.org>
43739 Date:   Mon Jul 23 20:14:13 2012 -0400
43740
43741     Minor refactoring
43742
43743  src/hb-ot-layout-gsubgpos-private.hh | 32
43744  --------------------------------
43745  src/hb-ot-layout-private.hh          | 35
43746  +++++++++++++++++++++++++++++++++++
43747  src/hb-ot-shape-complex-indic.cc     |  2 +-
43748  3 files changed, 36 insertions(+), 33 deletions(-)
43749
43750 commit c3e6fdc3791168cf2b4c9412e751f187d58faa42
43751 Author: Behdad Esfahbod <behdad@behdad.org>
43752 Date:   Mon Jul 23 20:11:42 2012 -0400
43753
43754     [Indic] Improve check on ligatures
43755
43756     Only skip actual ligatures, not marks in-between ligature components.
43757
43758  src/hb-ot-layout-gsubgpos-private.hh | 5 +++++
43759  src/hb-ot-shape-complex-indic.cc     | 2 +-
43760  2 files changed, 6 insertions(+), 1 deletion(-)
43761
43762 commit 771a8f50289e8fa458cfc3cd84f73a380ce98077
43763 Author: Behdad Esfahbod <behdad@behdad.org>
43764 Date:   Mon Jul 23 20:07:50 2012 -0400
43765
43766     [Indic] exclude ligatures when matching on Indic category
43767
43768     If, say, a H,ZWJ,C ligature was formed, we don't want the code
43769     to detec
43770     that as a Halant.  So, ignore ligatures when matching category in
43771     final_reordering.
43772
43773     Sinhala failures down from 514 to 455 (0.167374%).
43774
43775  src/hb-ot-shape-complex-indic.cc                   | 41
43776  ++++++++++++----------
43777  .../indic/script-sinhala/misc/misc.txt             |  1 +
43778  2 files changed, 23 insertions(+), 19 deletions(-)
43779
43780 commit d1af9e82e5309158ed334ab8e21f3a3b64b9540f
43781 Author: Behdad Esfahbod <behdad@behdad.org>
43782 Date:   Mon Jul 23 19:55:35 2012 -0400
43783
43784     [GSUB/GPOS] Const correctness
43785
43786  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
43787  1 file changed, 2 insertions(+), 2 deletions(-)
43788
43789 commit baacd090df97610e3f6d1b2a110dc67b6c6f9f5c
43790 Author: Behdad Esfahbod <behdad@behdad.org>
43791 Date:   Mon Jul 23 19:51:48 2012 -0400
43792
43793     [Indic] Minor refactoring
43794
43795  src/hb-ot-shape-complex-indic.cc | 10 ++++++++--
43796  1 file changed, 8 insertions(+), 2 deletions(-)
43797
43798 commit c7c4de2fb9bba216e37875d79815eef55c0acc01
43799 Author: Behdad Esfahbod <behdad@behdad.org>
43800 Date:   Mon Jul 23 18:25:02 2012 -0400
43801
43802     [Indic] Remove syllable length check before sorting
43803
43804     We now limit syllable lengths in the machine.  No need to match here.
43805
43806  src/hb-ot-shape-complex-indic.cc | 2 --
43807  1 file changed, 2 deletions(-)
43808
43809 commit 9fa052733eb93a3ce1205f63ff8f74cb295cbe99
43810 Author: Behdad Esfahbod <behdad@behdad.org>
43811 Date:   Mon Jul 23 18:19:17 2012 -0400
43812
43813     [Indic] Limit syllables to at most five consonants
43814
43815     Seems to be about what Uniscribe does.  Not exactly.  But close
43816     enough.
43817     More consonants will start a new cluster.
43818
43819     A few scripts went way down in failures.  In particular:
43820
43821       - Devanagari failures went down from 490 to 56.
43822       - Telugu went down from 113 to 49.
43823
43824     Other scripts went down slightly or didn't change.  New numbers:
43825
43826     BENGALI: 353908 out of 354285 tests passed. 377 failed (0.106412%)
43827     DEVANAGARI: 693572 out of 693628 tests passed. 56 failed (0.00807349%)
43828     GUJARATI: 366485 out of 366506 tests passed. 21 failed (0.00572978%)
43829     GURMUKHI: 60750 out of 60809 tests passed. 59 failed (0.0970251%)
43830     KANNADA: 950730 out of 951913 tests passed. 1183 failed (0.124276%)
43831     KHMER: 298613 out of 299124 tests passed. 511 failed (0.170832%)
43832     MALAYALAM: 1046881 out of 1048416 tests passed. 1535 failed
43833     (0.146411%)
43834     ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
43835     SINHALA: 271333 out of 271847 tests passed. 514 failed (0.189077%)
43836     TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
43837     TELUGU: 970524 out of 970573 tests passed. 49 failed (0.00504856%)
43838
43839     Some of the remaining Telugu and Devanagari issues seem to be
43840     Uniscribe
43841     eating Anusvara when placed before a non-joiner.  Ouch!
43842
43843  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
43844  1 file changed, 3 insertions(+), 3 deletions(-)
43845
43846 commit 093cd583263a5d427e3377b31585043fb55d2557
43847 Author: Behdad Esfahbod <behdad@behdad.org>
43848 Date:   Mon Jul 23 14:04:42 2012 -0400
43849
43850     [Thai] Fix SARA AM handling
43851
43852     Oops, thinko.
43853
43854  src/hb-ot-shape-complex-misc.cc | 6 +++---
43855  src/hb-private.hh               | 4 ++--
43856  2 files changed, 5 insertions(+), 5 deletions(-)
43857
43858 commit 42848453bf260b456b46a07f066e31b8c3aac2f1
43859 Author: Behdad Esfahbod <behdad@behdad.org>
43860 Date:   Mon Jul 23 13:52:07 2012 -0400
43861
43862     [Thai] Reorder U+0E3A THAI VOWEL SIGN PHINTHU
43863
43864     Uniscribe reorders U+0E3A to be after U+0E38 and U+0E39.  We do
43865     that by
43866     modifying the ccc for U+0E3A.
43867
43868     Fixes the two remaining Thai failures (see previous commit).
43869
43870  src/hb-ot-shape-complex-misc.cc                          |  7 +++++++
43871  src/hb-unicode.cc                                        |  6 ++++++
43872  .../texts/in-tree/shaper-thai/script-thai/misc/MANIFEST  |  1 +
43873  .../in-tree/shaper-thai/script-thai/misc/phinthu.txt     | 16
43874  ++++++++++++++++
43875  4 files changed, 30 insertions(+)
43876
43877 commit 4a7f4f3e56f8f7640ae7337aa1b3324f31e0d4ab
43878 Author: Behdad Esfahbod <behdad@behdad.org>
43879 Date:   Mon Jul 23 13:15:33 2012 -0400
43880
43881     [Thai] Adjust SARA AM reordering to match Uniscribe
43882
43883     Adjust the list of marks before SARA AM that get the reordering
43884     treatment.  Also adjust cluster formation to match Uniscribe.
43885
43886     With Wikipedia test data, now I see:
43887
43888       - For Thai, with the Angsana New font from Win7, I see 54
43889       failures out
43890         of over 4M tests  (0.00129107%).  Of the 54, two are legitimate
43891         reordering issues (fix coming soon), and the other 52 are simply
43892         Uniscribe using a zero-width space char instead of an unknown
43893         character for missing glyphs.  No idea why.  The missing-glyph
43894         sequences include one that is a Thai character followed by
43895         an Arabic
43896         Sokun.  Someone confused it with Nikhahit I assume!
43897
43898       - For Lao, with the Dokchampa font from Win7, 33 tests fail out of
43899         54k (0.0615167%).  All seem to be insignificant mark positioning
43900         with two marks on a base.  Have to investigate.
43901
43902  src/hb-ot-shape-complex-misc.cc                    | 42
43903  +++++++++++++---------
43904  src/hb-private.hh                                  |  6 ++++
43905  test/shaping/texts/in-tree/shaper-thai/MANIFEST    |  1 +
43906  .../texts/in-tree/shaper-thai/script-lao/MANIFEST  |  1 +
43907  .../in-tree/shaper-thai/script-lao/misc/MANIFEST   |  1 +
43908  .../shaper-thai/script-lao/misc/sara-am.txt        | 20 +++++++++++
43909  .../shaper-thai/script-thai/misc/sara-am.txt       | 18 +++++++++-
43910  7 files changed, 72 insertions(+), 17 deletions(-)
43911
43912 commit 2cc933aff97916e5d0fe42883f40f0879f848e25
43913 Author: Behdad Esfahbod <behdad@behdad.org>
43914 Date:   Mon Jul 23 08:22:55 2012 -0400
43915
43916     [Indic] Fix cluster formation with left-matras and conjunct forms
43917
43918     Test case was: <U+0D15,U+0D4D,U+0D15,U+0D4A>.
43919
43920  src/hb-ot-shape-complex-indic.cc | 4 ++--
43921  1 file changed, 2 insertions(+), 2 deletions(-)
43922
43923 commit e6b01a878cd2e63cb675e7e0c6ac4d83a8c10f37
43924 Author: Behdad Esfahbod <behdad@behdad.org>
43925 Date:   Mon Jul 23 00:11:26 2012 -0400
43926
43927     [Indic] Further streamline cluster formation
43928
43929     This should address all possible cluster misformations that I had in
43930     mind.
43931
43932  src/hb-ot-shape-complex-indic.cc | 21 ++++++++++-----------
43933  1 file changed, 10 insertions(+), 11 deletions(-)
43934
43935 commit 7b2a7dadd6c616bbfe1d8358700cab9cee88e584
43936 Author: Behdad Esfahbod <behdad@behdad.org>
43937 Date:   Sun Jul 22 23:58:55 2012 -0400
43938
43939     [Indic] Merge clusters before sorting
43940
43941     This should fix any instabilities in cluster formation that we were
43942     speculating may happen with surrounding syllables.  Or most of it
43943     perhaps.
43944
43945  src/hb-ot-shape-complex-indic.cc | 4 ++++
43946  1 file changed, 4 insertions(+)
43947
43948 commit abb3239ef92cc5dccb4638806d7ae9868b9ac9b3
43949 Author: Behdad Esfahbod <behdad@behdad.org>
43950 Date:   Sun Jul 22 23:55:19 2012 -0400
43951
43952     [Indic] Update clusters for left-matra even if matra didn't move
43953
43954     Fixes crashes reported with left matra under
43955     non-uniscribe-bug-compatibilty mode.
43956
43957  src/hb-ot-shape-complex-indic.cc | 9 ++++++++-
43958  1 file changed, 8 insertions(+), 1 deletion(-)
43959
43960 commit 60554f14d8dca208721f0da8b69d84b92819c54f
43961 Author: Behdad Esfahbod <behdad@behdad.org>
43962 Date:   Sun Jul 22 23:23:56 2012 -0400
43963
43964     [Indic] Merge in Malayalam tests
43965
43966     From:
43967     http://silpa.org.in/pub/tests/hb/ml/ml-harfbuzz-testdata.txt
43968
43969  .../indic/script-malayalam/misc/misc.txt           | 94
43970  +++++++++++-----------
43971  1 file changed, 46 insertions(+), 48 deletions(-)
43972
43973 commit 5c7081770c7a611bbe79b451b7b86dec4fa6395d
43974 Author: Behdad Esfahbod <behdad@behdad.org>
43975 Date:   Sun Jul 22 23:20:27 2012 -0400
43976
43977     [Indic] Add extensive Sinhala tests
43978
43979     Generated by:
43980     http://git.savannah.gnu.org/cgit/sinhala.git/plain/utils/gen-unicode-sinhala.py
43981
43982  .../indic/script-sinhala/misc/extensive.txt        | 4390
43983  ++++++++++++++++++++
43984  1 file changed, 4390 insertions(+)
43985
43986 commit 2efe4707b1b449962f6e161716477d9775456c46
43987 Author: Behdad Esfahbod <behdad@behdad.org>
43988 Date:   Sun Jul 22 23:17:59 2012 -0400
43989
43990     [Indic] Add Sinhala tests
43991
43992     Merge tests from:
43993     http://git.savannah.gnu.org/cgit/sinhala.git/plain/patches/icu-sinhala-rendering.txt
43994
43995  .../indic/script-sinhala/misc/misc.txt             | 26
43996  ++++++++++++++++++++--
43997  1 file changed, 24 insertions(+), 2 deletions(-)
43998
43999 commit 3d4c111b7a13700b2f7a0b087eb3992283295f21
44000 Author: Behdad Esfahbod <behdad@behdad.org>
44001 Date:   Fri Jul 20 19:34:39 2012 -0400
44002
44003     Add a test case
44004
44005  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt
44006  | 1 +
44007  1 file changed, 1 insertion(+)
44008
44009 commit 92a1ad7bef9efb456ab87bd63818cfbed7da3f6f
44010 Author: Behdad Esfahbod <behdad@behdad.org>
44011 Date:   Fri Jul 20 18:38:27 2012 -0400
44012
44013     [Indic] Stop searching for base if a post form is found before
44014     below form
44015
44016     Improves Bengali and Gurmukhi.  Malayalam regressed a bit.  We will
44017     deal
44018     with that later.
44019
44020  src/hb-ot-shape-complex-indic.cc | 5 ++++-
44021  1 file changed, 4 insertions(+), 1 deletion(-)
44022
44023 commit 4c450c703f8e4618c587bcd7ef46dcc1f2c7947b
44024 Author: Behdad Esfahbod <behdad@behdad.org>
44025 Date:   Fri Jul 20 18:13:04 2012 -0400
44026
44027     [Indic] Recompose Bengali Ya,Nukta
44028
44029     This is a bunch of hacks for now.
44030
44031     Improves Bengali a bit.
44032
44033  src/hb-ot-shape-complex-indic.cc | 4 ++--
44034  src/hb-unicode.cc                | 8 ++++++++
44035  2 files changed, 10 insertions(+), 2 deletions(-)
44036
44037 commit e9c0f152a38cb2e76650a3e43f7fdcda266af696
44038 Author: Behdad Esfahbod <behdad@behdad.org>
44039 Date:   Fri Jul 20 17:05:46 2012 -0400
44040
44041     [Uniscribe] Fix script fallback
44042
44043     Gurmukhi failures half now.  Others changed slightly.
44044
44045  src/hb-uniscribe.cc | 34 ++++++++++++++--------------------
44046  1 file changed, 14 insertions(+), 20 deletions(-)
44047
44048 commit 5791f329159c9863317e2b507514c29321be31a7
44049 Author: Behdad Esfahbod <behdad@behdad.org>
44050 Date:   Fri Jul 20 16:26:55 2012 -0400
44051
44052     [Indic] Allow a ZWNJ after SM's
44053
44054     Malayalam failures go way down.  Other scripts benefitted slightly
44055     too.
44056     Sinhala had one or two test regressions, but...
44057
44058  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
44059  1 file changed, 1 insertion(+), 1 deletion(-)
44060
44061 commit 34ae336f3fae93ef9372881d545c817bce383041
44062 Author: Behdad Esfahbod <behdad@behdad.org>
44063 Date:   Fri Jul 20 16:17:28 2012 -0400
44064
44065     [Indic] Improve Reph AfterMain positioning
44066
44067     Fixes 20 out of 48 failing Oriya tests.  Failure rate down to
44068     0.066% now.
44069
44070  src/hb-ot-shape-complex-indic.cc | 3 +--
44071  1 file changed, 1 insertion(+), 2 deletions(-)
44072
44073 commit bdd080431a40bc941ece3230f338b94a46bd12a2
44074 Author: Behdad Esfahbod <behdad@behdad.org>
44075 Date:   Fri Jul 20 16:03:09 2012 -0400
44076
44077     [Indic] Reposition Oriya Candrabindu
44078
44079     Oriya failures down from 0.65% to 0.20%.
44080
44081  src/hb-ot-shape-complex-indic.cc                                        |
44082  1 +
44083  .../shaping/texts/in-tree/shaper-indic/indic/script-oriya/misc/MANIFEST |
44084  1 +
44085  .../texts/in-tree/shaper-indic/indic/script-oriya/misc/bindu.txt        |
44086  2 ++
44087  3 files changed, 4 insertions(+)
44088
44089 commit 5f0eaaad129ff04d56b8756bebf19fbc242718c9
44090 Author: Behdad Esfahbod <behdad@behdad.org>
44091 Date:   Fri Jul 20 15:47:24 2012 -0400
44092
44093     [Indic] Fix base search in final_reordering
44094
44095     Fixes most Malayalam failures.  Down from 1.6% to 0.38% now.  Fixes a
44096     few more in other scripts too.
44097
44098  src/hb-ot-shape-complex-indic.cc | 12 ++++++++----
44099  1 file changed, 8 insertions(+), 4 deletions(-)
44100
44101 commit 81202bd860e4034c18d9f80c5a4f33d9f48463a3
44102 Author: Behdad Esfahbod <behdad@behdad.org>
44103 Date:   Fri Jul 20 15:10:02 2012 -0400
44104
44105     [Indic] Don't attach SM/VD to other characters
44106
44107  src/hb-ot-shape-complex-indic-private.hh |  3 +++
44108  src/hb-ot-shape-complex-indic.cc         | 38
44109  ++++++++++++++++++--------------
44110  2 files changed, 24 insertions(+), 17 deletions(-)
44111
44112 commit efb4ad735691837a52447bedc1a66a87d0d9af51
44113 Author: Behdad Esfahbod <behdad@behdad.org>
44114 Date:   Fri Jul 20 14:27:38 2012 -0400
44115
44116     Fix compiler warnings
44117
44118     If x is not constant, we cannot ASSERT_STATIC on it.
44119
44120  src/hb-private.hh | 2 +-
44121  1 file changed, 1 insertion(+), 1 deletion(-)
44122
44123 commit f31d97e44eeb6fb141f3de928e27e033fc7b1f47
44124 Author: Behdad Esfahbod <behdad@behdad.org>
44125 Date:   Fri Jul 20 14:13:35 2012 -0400
44126
44127     [Indic] Form Telugu Reph out of Ra,Virama,ZWJ
44128
44129     Apparently this was approved in Feb 2012.  No font yet.
44130
44131  src/hb-ot-shape-complex-indic-private.hh | 2 +-
44132  src/hb-ot-shape-complex-indic.cc         | 4 ++--
44133  2 files changed, 3 insertions(+), 3 deletions(-)
44134
44135 commit 2e193b240ec85cab0d4e2f8a375c5a7f0ef99985
44136 Author: Behdad Esfahbod <behdad@behdad.org>
44137 Date:   Fri Jul 20 14:02:35 2012 -0400
44138
44139     [Indic] Don't split U+0AC9
44140
44141     Althought IndicMatraCategory.txt classifies it as Top_And_Right matra,
44142     it does not have Unicode decomposition, and Uniscribe does not do
44143     anything special about it either.
44144
44145     Gujarati failures down from 0.672% to 0.0130966%.
44146
44147  src/hb-unicode.cc | 2 +-
44148  1 file changed, 1 insertion(+), 1 deletion(-)
44149
44150 commit 30c3d5e9fc61b49c2c6ad4e744300edd6f3e0261
44151 Author: Behdad Esfahbod <behdad@behdad.org>
44152 Date:   Fri Jul 20 13:56:32 2012 -0400
44153
44154     [Indic] Simplify Uniscribe cluster emulation
44155
44156     Now that we break syllables on Halant,ZWNJ, this code can be
44157     simplified.
44158
44159  src/hb-ot-shape-complex-indic.cc | 11 ++---------
44160  1 file changed, 2 insertions(+), 9 deletions(-)
44161
44162 commit decf6ffca475fe01ff3151b7641f629f031137d2
44163 Author: Behdad Esfahbod <behdad@behdad.org>
44164 Date:   Fri Jul 20 13:51:31 2012 -0400
44165
44166     [Indic] Minor!
44167
44168  src/hb-ot-shape-complex-indic.cc | 2 +-
44169  1 file changed, 1 insertion(+), 1 deletion(-)
44170
44171 commit 9e4f94a72cea6d65a6a7ba5a47db92e00dbfbb91
44172 Author: Behdad Esfahbod <behdad@behdad.org>
44173 Date:   Fri Jul 20 13:48:03 2012 -0400
44174
44175     [Indic] Break syllables at Halant,ZWNJ
44176
44177     That's really what Uniscribe does, and explains a lot of pecularities
44178     of
44179     Halant,ZWNJ before the base.
44180
44181     Sent Telugu from 1% failures to 0.03%.  Improved Kannada and Malayalam
44182     slightly.  Fixed half of Bengali, and did NOT break anything!
44183
44184  src/hb-ot-shape-complex-indic-machine.rl | 5 +++--
44185  src/hb-ot-shape-complex-indic.cc         | 5 ++---
44186  2 files changed, 5 insertions(+), 5 deletions(-)
44187
44188 commit 2c372b80f6befad69e216e3f218b38640b8cc044
44189 Author: Behdad Esfahbod <behdad@behdad.org>
44190 Date:   Fri Jul 20 13:37:48 2012 -0400
44191
44192     [Indic] Better check for applying 'init'
44193
44194     Specifically, don't apply 'init' if previous char is a joiner.
44195
44196     Fixes some more of Bengali.
44197
44198  src/hb-ot-shape-complex-indic.cc | 9 +--------
44199  src/hb-private.hh                | 3 ++-
44200  2 files changed, 3 insertions(+), 9 deletions(-)
44201
44202 commit 34a7440b7c6c6e53394ddbdbedaad57b23f85105
44203 Author: Behdad Esfahbod <behdad@behdad.org>
44204 Date:   Fri Jul 20 12:32:59 2012 -0400
44205
44206     [GPOS] Don't zero mark advances
44207
44208     Fixes more of Telugu, Kannada, and Oriya.
44209
44210     May break things (outside Indic...), but we cannot think of any
44211     font relying
44212     on this immediately.
44213
44214  src/hb-ot-layout-gpos-table.hh | 4 ++--
44215  1 file changed, 2 insertions(+), 2 deletions(-)
44216
44217 commit 8ed248de77e5d2ed978e55c0ce1a11727bc9e34c
44218 Author: Behdad Esfahbod <behdad@behdad.org>
44219 Date:   Fri Jul 20 11:42:24 2012 -0400
44220
44221     [Indic] Minor
44222
44223  src/hb-ot-shape-complex-indic.cc | 5 +++--
44224  1 file changed, 3 insertions(+), 2 deletions(-)
44225
44226 commit d0e68dbd0b9fc9a42c4280d01c8ffd9c5015d550
44227 Author: Behdad Esfahbod <behdad@behdad.org>
44228 Date:   Fri Jul 20 11:25:41 2012 -0400
44229
44230     [Indic] Implement reph positioning step 5
44231
44232     Not tuned, just copied from step 2.  Fixes another 0.5% of Kannada
44233     failures.  1% to go.
44234
44235  src/hb-ot-shape-complex-indic.cc | 12 +++++++++++-
44236  1 file changed, 11 insertions(+), 1 deletion(-)
44237
44238 commit a9e45c32e4a0d6da33c52f8427aa694e57f52eb9
44239 Author: Behdad Esfahbod <behdad@behdad.org>
44240 Date:   Fri Jul 20 11:04:15 2012 -0400
44241
44242     [Indic] Don't let ZWNJ at the end of syllable affect base search
44243
44244     Fixes a few Devanagari, half of remaining Kannada failures,
44245     quarter for
44246     Telugu, and others slightly improved or unchanged.
44247
44248  src/hb-ot-shape-complex-indic.cc | 6 +++++-
44249  1 file changed, 5 insertions(+), 1 deletion(-)
44250
44251 commit 20b68e699f73e6ce046c0ec143d40b3d6d48e06b
44252 Author: Behdad Esfahbod <behdad@behdad.org>
44253 Date:   Fri Jul 20 10:47:46 2012 -0400
44254
44255     [Indic] Apply 'cjct' globally
44256
44257     Fixes 5 Devanagari failures, and no regressions.
44258
44259  src/hb-ot-shape-complex-indic.cc | 15 +++++++++------
44260  1 file changed, 9 insertions(+), 6 deletions(-)
44261
44262 commit 51e764de441072e7c9f67de23e8ed717b9b8957d
44263 Author: Behdad Esfahbod <behdad@behdad.org>
44264 Date:   Fri Jul 20 10:30:24 2012 -0400
44265
44266     [Indic] Unbreak old scriptures
44267
44268     Brings down failures with Lohit-Telugu from 57% to 1.40%.
44269
44270  src/hb-ot-shape-complex-indic.cc | 5 +++--
44271  1 file changed, 3 insertions(+), 2 deletions(-)
44272
44273 commit 900cf3d449bf36d4f8b1474590cae925fef48fc8
44274 Author: Behdad Esfahbod <behdad@behdad.org>
44275 Date:   Fri Jul 20 10:18:23 2012 -0400
44276
44277     Minor
44278
44279  src/hb-ot-shape-complex-indic.cc | 2 +-
44280  1 file changed, 1 insertion(+), 1 deletion(-)
44281
44282 commit 87cd63266e73af316b250573ef57388a0bcc9133
44283 Author: Behdad Esfahbod <behdad@behdad.org>
44284 Date:   Thu Jul 19 21:17:48 2012 -0400
44285
44286     [Indic] Recategorize some Kannada right matras
44287
44288     Kannada failures down from 3.5% to 2.93%.
44289
44290  src/hb-ot-shape-complex-indic.cc                                   | 2 +-
44291  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/MANIFEST  | 1 +
44292  .../shaper-indic/indic/script-kannada/misc/right-matras.txt        |
44293  7 +++++++
44294  3 files changed, 9 insertions(+), 1 deletion(-)
44295
44296 commit 3604d64ced909ade91998d294a7b4b2ee14d47aa
44297 Author: Behdad Esfahbod <behdad@behdad.org>
44298 Date:   Thu Jul 19 21:13:04 2012 -0400
44299
44300     [Indic] Recategorize GURMUKHI ADDAK
44301
44302     It's not in IndicSyllabicCategory.txt.  Fixes most of Gurmukhi
44303     failures.
44304     Failures down from 7.7% to 0.222%!
44305
44306  src/hb-ot-shape-complex-indic.cc | 1 +
44307  1 file changed, 1 insertion(+)
44308
44309 commit 89328581236a53ec16508b95db54c7e5315b178f
44310 Author: Behdad Esfahbod <behdad@behdad.org>
44311 Date:   Thu Jul 19 21:02:38 2012 -0400
44312
44313     Minor
44314
44315  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
44316  1 file changed, 2 insertions(+), 2 deletions(-)
44317
44318 commit 47ef931f13778b894090139a64238a5ab9ac1154
44319 Author: Behdad Esfahbod <behdad@behdad.org>
44320 Date:   Thu Jul 19 20:52:44 2012 -0400
44321
44322     [buffer] Make sure out_info = info during GPOS
44323
44324  src/hb-buffer.cc | 9 +++++++--
44325  1 file changed, 7 insertions(+), 2 deletions(-)
44326
44327 commit ae63cf206291befe3920adfe015e6cd0961580e5
44328 Author: Behdad Esfahbod <behdad@behdad.org>
44329 Date:   Thu Jul 19 20:45:41 2012 -0400
44330
44331     Print line number during return when tracing
44332
44333  src/hb-private.hh | 8 ++++----
44334  1 file changed, 4 insertions(+), 4 deletions(-)
44335
44336 commit 5249f3aee108b0f41770d137e63a625f594418e7
44337 Author: Behdad Esfahbod <behdad@behdad.org>
44338 Date:   Thu Jul 19 20:30:22 2012 -0400
44339
44340     [Indic] Unbreak Khmer
44341
44342     For Khmer, all consonants are subjoining.  No need to look in
44343     the font.
44344     We were looking in the wrong order anyway.
44345
44346  src/hb-ot-shape-complex-indic.cc | 4 +++-
44347  1 file changed, 3 insertions(+), 1 deletion(-)
44348
44349 commit e0475345d5d7db8dbc8b554beedfa2435c5d7fd1
44350 Author: Behdad Esfahbod <behdad@behdad.org>
44351 Date:   Thu Jul 19 20:24:14 2012 -0400
44352
44353     [Indic] Apply 'akhn' globally
44354
44355     Fixes 1.5% more failures for Telugu, 2% for Kannada.
44356     Breaks one test in Devanagari.
44357
44358  src/hb-ot-shape-complex-indic.cc | 8 ++++----
44359  1 file changed, 4 insertions(+), 4 deletions(-)
44360
44361 commit c87bcddb10752b407c0471ee5ac4de6f1b00b711
44362 Author: Behdad Esfahbod <behdad@behdad.org>
44363 Date:   Thu Jul 19 20:03:25 2012 -0400
44364
44365     [Indic] Add failing test for Kannada
44366
44367  .../texts/in-tree/shaper-indic/indic/script-kannada/misc/misc.txt
44368  | 1 +
44369  1 file changed, 1 insertion(+)
44370
44371 commit fa247ebe524f92fa95d344ba912f704262879c13
44372 Author: Behdad Esfahbod <behdad@behdad.org>
44373 Date:   Thu Jul 19 19:52:19 2012 -0400
44374
44375     [Indic] Better position U+0CD5
44376
44377     Fixes another 5% of Kannada failures.
44378
44379  src/hb-ot-shape-complex-indic.cc | 4 ++--
44380  1 file changed, 2 insertions(+), 2 deletions(-)
44381
44382 commit f055442716ec7543ed156d4789955b19c11a5255
44383 Author: Behdad Esfahbod <behdad@behdad.org>
44384 Date:   Thu Jul 19 16:20:21 2012 -0400
44385
44386     [Indic] Lookup consonant position in the font
44387
44388     Fixes most failures of Oriya, and improves others a bit.
44389
44390  src/hb-ot-map-private.hh                 |  13 ++--
44391  src/hb-ot-shape-complex-indic-private.hh | 105
44392  -------------------------------
44393  src/hb-ot-shape-complex-indic.cc         |  63 +++++++++++++------
44394  3 files changed, 54 insertions(+), 127 deletions(-)
44395
44396 commit 74d1d88781e91866a52e27f391e34df03b313442
44397 Author: Behdad Esfahbod <behdad@behdad.org>
44398 Date:   Thu Jul 19 16:14:23 2012 -0400
44399
44400     [GSUB] Fix would_apply() for LigatureSubst
44401
44402  src/hb-ot-layout-gsub-table.hh | 1 +
44403  1 file changed, 1 insertion(+)
44404
44405 commit 787f7d1e9ba9ad038f24e5a1063d12c7d169ad37
44406 Author: Behdad Esfahbod <behdad@behdad.org>
44407 Date:   Thu Jul 19 15:29:13 2012 -0400
44408
44409     [TODO] Minor
44410
44411  TODO | 2 ++
44412  1 file changed, 2 insertions(+)
44413
44414 commit be73a5f9368136ecbdb211b96516ad0c554c8201
44415 Author: Behdad Esfahbod <behdad@behdad.org>
44416 Date:   Thu Jul 19 14:59:15 2012 -0400
44417
44418     Add src/test-would-substitute tool
44419
44420  src/Makefile.am              |   6 +-
44421  src/test-would-substitute.cc |  94 ++++++++++++++++++++++++++++++
44422  src/test.cc                  | 132
44423  +++++++++++++++++++++++++++++++++++++++++++
44424  3 files changed, 231 insertions(+), 1 deletion(-)
44425
44426 commit e72b360ac6381b549249b8836fa3e70b909d3437
44427 Author: Behdad Esfahbod <behdad@behdad.org>
44428 Date:   Thu Jul 19 14:35:23 2012 -0400
44429
44430     Refactor / finish would_apply() operation
44431
44432     Untested.
44433
44434  src/hb-ot-layout-gpos-table.hh       |   6 +-
44435  src/hb-ot-layout-gsub-table.hh       | 126 +++++++++----------
44436  src/hb-ot-layout-gsubgpos-private.hh | 233
44437  ++++++++++++++++++++++++++++++++++-
44438  src/hb-ot-layout.cc                  |  11 ++
44439  src/hb-ot-layout.h                   |   7 ++
44440  5 files changed, 308 insertions(+), 75 deletions(-)
44441
44442 commit 8c973ebf0f59abb5ee920edd5d64e23d8e47ad75
44443 Author: Behdad Esfahbod <behdad@behdad.org>
44444 Date:   Thu Jul 19 13:25:08 2012 -0400
44445
44446     [Indic] Implement per-script matra positioning
44447
44448     Following what the spec says.
44449
44450     Brings down Telugu failures from 40% to 3.75%, and Kannada failures
44451     from
44452     44% to 10%.  Does NOT affect other scripts' test results.
44453
44454  src/hb-ot-shape-complex-indic-private.hh |  2 +-
44455  src/hb-ot-shape-complex-indic.cc         | 40
44456  +++++++++++++++++++++++++++++---
44457  src/hb-unicode.cc                        |  2 +-
44458  3 files changed, 39 insertions(+), 5 deletions(-)
44459
44460 commit 8bb32458f95f13f66688e0811cc91f1bfffb867d
44461 Author: Behdad Esfahbod <behdad@behdad.org>
44462 Date:   Thu Jul 19 12:59:06 2012 -0400
44463
44464     [Indic] More refactoring
44465
44466  src/hb-ot-shape-complex-indic-private.hh |  9 ++---
44467  src/hb-ot-shape-complex-indic.cc         | 65
44468  ++++++++++++++++++++++++--------
44469  2 files changed, 54 insertions(+), 20 deletions(-)
44470
44471 commit 9ccc6382ba43760167c134c18c1c4ada4b8c3f22
44472 Author: Behdad Esfahbod <behdad@behdad.org>
44473 Date:   Thu Jul 19 12:32:16 2012 -0400
44474
44475     [Indic] Minor refactoring
44476
44477  src/hb-ot-shape-complex-indic.cc | 127
44478  ++++++++++++++++++++++-----------------
44479  1 file changed, 71 insertions(+), 56 deletions(-)
44480
44481 commit f83aaa3133de5d807be267a100d6a200e8db9017
44482 Author: Behdad Esfahbod <behdad@behdad.org>
44483 Date:   Thu Jul 19 12:23:23 2012 -0400
44484
44485     [Indic] Minor
44486
44487  src/hb-ot-shape-complex-indic-private.hh | 42
44488  ++++++++++++++++++++------------
44489  1 file changed, 26 insertions(+), 16 deletions(-)
44490
44491 commit be8b9f5f715f6fb36b98bd33c3303f79cc068f8a
44492 Author: Behdad Esfahbod <behdad@behdad.org>
44493 Date:   Thu Jul 19 12:11:12 2012 -0400
44494
44495     [Indic] Start refactoring different matra positions per script
44496
44497  src/hb-ot-shape-complex-indic-private.hh | 36
44498  +++++++++++++++++++-------------
44499  src/hb-ot-shape-complex-indic.cc         |  4 ++--
44500  2 files changed, 24 insertions(+), 16 deletions(-)
44501
44502 commit deeb540a74f8d394db273145b17bf385d14d01bb
44503 Author: Behdad Esfahbod <behdad@behdad.org>
44504 Date:   Thu Jul 19 11:30:48 2012 -0400
44505
44506     [test] Ignore tests with DOTTED CIRCLE in the output
44507
44508  test/shaping/hb_test_tools.py | 4 ++++
44509  1 file changed, 4 insertions(+)
44510
44511 commit b01d9b3d90e892341ee4463f2eda4600850b97d8
44512 Author: Behdad Esfahbod <behdad@behdad.org>
44513 Date:   Thu Jul 19 11:25:49 2012 -0400
44514
44515     [Indic] Disallow decomposition of a couple characters
44516
44517     This is a hack for now.  Will be fixed when we do
44518     complex-shaper-driven
44519     normalization properly.
44520
44521     The results with or without decomposition are the same, but Uniscribe
44522     does not normalize, so this matches better.
44523
44524  src/hb-unicode.cc | 3 +++
44525  1 file changed, 3 insertions(+)
44526
44527 commit 422ecd2d3c198a36d07d409341cb82ea57c7ad6b
44528 Author: Behdad Esfahbod <behdad@behdad.org>
44529 Date:   Wed Jul 18 23:25:58 2012 -0400
44530
44531     [Indic] Accept a forced Rakar sequence at the end of syllable
44532
44533     In Sinhala, Rakar is formed by Al-Lakuna,ZWJ,Ra.  If you put that
44534     at the
44535     end of a Consonant,Matra syllable, you get a dotted-circle from
44536     Uniscribe.  Apparently adding a ZWJ before the Al-Lakuna "fixes" that.
44537     And people have been encoding that sequence...  So, allow a forced
44538     "ZWJ,Virama,ZWJ,Ra" sequence at the of syllables.
44539
44540     Fixes some 100 or more of Sinhala failures.  Now at 622 only (0.23%).
44541
44542  src/hb-ot-shape-complex-indic-machine.rl                               |
44543  3 ++-
44544  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt      |
44545  2 ++
44546  2 files changed, 4 insertions(+), 1 deletion(-)
44547
44548 commit 6fc1732003d71cf90d37247482772c3da884687f
44549 Author: Behdad Esfahbod <behdad@behdad.org>
44550 Date:   Wed Jul 18 17:49:19 2012 -0400
44551
44552     [Indic] Allow joiners on both sides of Halant at the same time
44553
44554     The sequence <ZWJ,Al-Lakuna,ZWJ> is used in Sinhala to explicitly ask
44555     for Rakar.  Fixes two-thousand Sinhala tests.  Not many left.
44556
44557  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
44558  1 file changed, 1 insertion(+), 1 deletion(-)
44559
44560 commit 10cdc94eee2225f14c198c015256a5a0063eecad
44561 Author: Behdad Esfahbod <behdad@behdad.org>
44562 Date:   Wed Jul 18 17:42:34 2012 -0400
44563
44564     [Indic] In final reordering, find base, even if it disappeared
44565
44566     POS_BASE can disappear if base ligated backward.  Define base as last
44567     with position not after base.
44568
44569     Fixes a few hundred of Sinhala failures with Iskoola Pota.
44570
44571  src/hb-ot-shape-complex-indic.cc                                   |
44572  7 ++-----
44573  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/misc.txt  | 1 +
44574  2 files changed, 3 insertions(+), 5 deletions(-)
44575
44576 commit 9c4d24a3a677a58ec59c7fb0f8b70b8aad30a032
44577 Author: Behdad Esfahbod <behdad@behdad.org>
44578 Date:   Wed Jul 18 17:29:10 2012 -0400
44579
44580     [Indic] Minor
44581
44582  src/hb-ot-shape-complex-indic.cc | 1 +
44583  1 file changed, 1 insertion(+)
44584
44585 commit 3285e107c9a83aeb552e67f9460680ff6d167d88
44586 Author: Behdad Esfahbod <behdad@behdad.org>
44587 Date:   Wed Jul 18 17:22:14 2012 -0400
44588
44589     [Indic] Implement Sinhala "Al Lakuna" Reph behavior
44590
44591     In Sinhala, Reph is formed only explicitly, by the presence of a ZWJ.
44592
44593  src/hb-ot-shape-complex-indic-private.hh                           | 2 ++
44594  src/hb-ot-shape-complex-indic.cc                                   |
44595  7 ++++++-
44596  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/MANIFEST  | 1 +
44597  .../texts/in-tree/shaper-indic/indic/script-sinhala/misc/reph.txt  |
44598  3 +++
44599  4 files changed, 12 insertions(+), 1 deletion(-)
44600
44601 commit 91cade755534c42bb826a6aefcbca8a543d94387
44602 Author: Behdad Esfahbod <behdad@behdad.org>
44603 Date:   Wed Jul 18 16:50:41 2012 -0400
44604
44605     [Indic/Unicode] Decompose Sinhala split matras the way Uniscribe likes
44606
44607     Makes no visual difference.
44608
44609     Fixes most of the failures.  Down from 15% to 1.3%!
44610
44611  src/hb-unicode.cc | 8 ++++++++
44612  1 file changed, 8 insertions(+)
44613
44614 commit d8942dcbb4e3249a2d78a6455c119294ed4390bc
44615 Author: Behdad Esfahbod <behdad@behdad.org>
44616 Date:   Wed Jul 18 16:34:10 2012 -0400
44617
44618     Apply Tibetan (global) features.
44619
44620     Fixes all Tibetan failures.  All 180k of them!
44621
44622     Merges back Hangul into the default shaper.
44623
44624  src/hb-ot-shape-complex-misc.cc    | 82
44625  +++++++++++++++++---------------------
44626  src/hb-ot-shape-complex-private.hh |  7 ----
44627  2 files changed, 37 insertions(+), 52 deletions(-)
44628
44629 commit 552d19b7a11f7dff888587fce4d56d9f8e47e819
44630 Author: Behdad Esfahbod <behdad@behdad.org>
44631 Date:   Wed Jul 18 16:00:49 2012 -0400
44632
44633     [Indic] Treat Register Shifters like Nukta
44634
44635     Really this time.
44636
44637     Fixes another 18 Khmer tests.
44638
44639  src/hb-ot-shape-complex-indic-machine.rl                                |
44640  2 +-
44641  src/hb-ot-shape-complex-indic.cc                                        |
44642  2 --
44643  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
44644  1 +
44645  3 files changed, 2 insertions(+), 3 deletions(-)
44646
44647 commit e8cd81f76d159f3ecf808952dab24bc07782497a
44648 Author: Behdad Esfahbod <behdad@behdad.org>
44649 Date:   Wed Jul 18 16:00:20 2012 -0400
44650
44651     [Indic] Minor
44652
44653  src/hb-ot-shape-complex-indic.cc | 2 +-
44654  1 file changed, 1 insertion(+), 1 deletion(-)
44655
44656 commit 69f26bf39c824d6bf5b1c0d410380cc5462ad5ca
44657 Author: Behdad Esfahbod <behdad@behdad.org>
44658 Date:   Wed Jul 18 15:45:43 2012 -0400
44659
44660     [Indic] Fix Matra reordering when base is at end of syllable
44661
44662     For example: U+915,U+200c,U+93f
44663
44664     Fixes last Tamil failure!
44665
44666  src/hb-ot-shape-complex-indic.cc                                        |
44667  2 +-
44668  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt    |
44669  1 +
44670  2 files changed, 2 insertions(+), 1 deletion(-)
44671
44672 commit d16ccc4ae7aa8be460881042413fa2637929fede
44673 Author: Behdad Esfahbod <behdad@behdad.org>
44674 Date:   Wed Jul 18 15:43:55 2012 -0400
44675
44676     Leave one extra item at the end of buffer allocation
44677
44678     Just in case, for the times we do out-of-bounds access.
44679
44680     jk
44681
44682  src/hb-buffer-private.hh | 2 +-
44683  1 file changed, 1 insertion(+), 1 deletion(-)
44684
44685 commit 075d671f1093d2e3c58f7f45568696030f1b3efd
44686 Author: Behdad Esfahbod <behdad@behdad.org>
44687 Date:   Wed Jul 18 15:41:53 2012 -0400
44688
44689     [Indic] Fix out-of-bounds array access
44690
44691  src/hb-ot-shape-complex-indic.cc | 6 ++++--
44692  1 file changed, 4 insertions(+), 2 deletions(-)
44693
44694 commit dcb527242b1eca4db1e190a7802f9cd132aaf46e
44695 Author: Behdad Esfahbod <behdad@behdad.org>
44696 Date:   Wed Jul 18 15:28:25 2012 -0400
44697
44698     [Indic] Allow joiners before matras
44699
44700     Fixes 1 more Devanagari test!
44701
44702  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
44703  1 file changed, 2 insertions(+), 2 deletions(-)
44704
44705 commit 391cc0331749e263bdfe83a8f5f6d76f2360ee7a
44706 Author: Behdad Esfahbod <behdad@behdad.org>
44707 Date:   Wed Jul 18 15:10:05 2012 -0400
44708
44709     [Indic] Allow halant group in Vowel and placeholder syllables
44710
44711     Fixes 2 out of 560 Devanagari failures.  AND:
44712     Fixes 1 out of 2 Tamil failures.
44713
44714  src/hb-ot-shape-complex-indic-machine.rl                           |
44715  7 ++++---
44716  .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt     | 1 +
44717  2 files changed, 5 insertions(+), 3 deletions(-)
44718
44719 commit ca4e3d3eab7b738c2b8e2a81696a28bca1b81495
44720 Author: Behdad Esfahbod <behdad@behdad.org>
44721 Date:   Wed Jul 18 15:05:40 2012 -0400
44722
44723     [Indic] Streamline halant/joiner in grammar
44724
44725  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
44726  1 file changed, 3 insertions(+), 3 deletions(-)
44727
44728 commit 418d00dffddd95a1f27e9be15752d494c627d45e
44729 Author: Behdad Esfahbod <behdad@behdad.org>
44730 Date:   Wed Jul 18 14:57:28 2012 -0400
44731
44732     [Indic] Minor
44733
44734  src/hb-ot-shape-complex-indic-machine.rl                               |
44735  3 ++-
44736  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt   |
44737  3 +++
44738  2 files changed, 5 insertions(+), 1 deletion(-)
44739
44740 commit 4c3691d2a32ca7e54a54f7c08098fd96fa7af39e
44741 Author: Behdad Esfahbod <behdad@behdad.org>
44742 Date:   Wed Jul 18 14:23:55 2012 -0400
44743
44744     [Indic] Hopefully minor!
44745
44746     Refactoring Indic machin.  No semantic change.
44747
44748  src/hb-ot-shape-complex-indic-machine.rl | 12 +++++++-----
44749  1 file changed, 7 insertions(+), 5 deletions(-)
44750
44751 commit e092c556fb1cf38be3cea1f4b75a0d879372dfa2
44752 Author: Behdad Esfahbod <behdad@behdad.org>
44753 Date:   Wed Jul 18 14:09:25 2012 -0400
44754
44755     [Indic] Minor
44756
44757  src/hb-ot-shape-complex-indic-private.hh | 4 ++--
44758  1 file changed, 2 insertions(+), 2 deletions(-)
44759
44760 commit 14dbdd9e39d3a869fd1521000c889c347433d22b
44761 Author: Behdad Esfahbod <behdad@behdad.org>
44762 Date:   Wed Jul 18 13:13:03 2012 -0400
44763
44764     [Indic] Unbreak Tamil
44765
44766     Tamil has only about 150 failures now!
44767
44768  src/hb-ot-shape-complex-indic.cc | 18 +++++++++++++++++-
44769  1 file changed, 17 insertions(+), 1 deletion(-)
44770
44771 commit db8981f1e0e8625714568c6d0f11f0b317b11d0a
44772 Author: Behdad Esfahbod <behdad@behdad.org>
44773 Date:   Tue Jul 17 18:17:30 2012 -0400
44774
44775     [Indic] Position Khmer Robat
44776
44777     It's a visual Repha.
44778
44779     Still not positioning logical Repha as occurs in Malayalam.
44780
44781     Another 200 Khmer failures fixed.  547 to go.  That's better than
44782     Devanagari!
44783
44784  src/hb-ot-shape-complex-indic-machine.rl | 36
44785  +++++++++++++++++---------------
44786  src/hb-ot-shape-complex-indic-private.hh |  7 ++++---
44787  src/hb-ot-shape-complex-indic.cc         | 13 ++++++++++++
44788  3 files changed, 36 insertions(+), 20 deletions(-)
44789
44790 commit 25bc489498ef7d0beb8fe9ab663e3f0b2f52c9c2
44791 Author: Behdad Esfahbod <behdad@behdad.org>
44792 Date:   Tue Jul 17 17:53:03 2012 -0400
44793
44794     [Indic] Better categorize Register Shifters and Khmer Various signs
44795
44796     Down another 500 or so Khmer failures!
44797
44798  src/hb-ot-shape-complex-indic-machine.rl                   | 14
44799  +++++++-------
44800  src/hb-ot-shape-complex-indic-private.hh                   |  2 +-
44801  src/hb-ot-shape-complex-indic.cc                           |  8 ++++----
44802  .../south-east-asian/script-khmer/misc/MANIFEST            |  2 ++
44803  .../script-khmer/misc/other-marks-invalid.txt              |  4 ++++
44804  .../south-east-asian/script-khmer/misc/other-marks.txt     |  6 ++++++
44805  6 files changed, 24 insertions(+), 12 deletions(-)
44806
44807 commit 39b17837b4064d59c18cebb49c1c0b5b8cc0c117
44808 Author: Behdad Esfahbod <behdad@behdad.org>
44809 Date:   Tue Jul 17 17:09:29 2012 -0400
44810
44811     Add hb_buffer_normalize_glyphs() and hb-shape --normalize-glyphs
44812
44813     This reorders glyphs within the cluster to a nominal order.
44814     This should
44815     have no visible effect on the output, but helps with testing, for
44816     getting the same hb-shape output for visually-equal glyphs for each
44817     cluster.
44818
44819  src/hb-buffer.cc  | 76
44820  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
44821  src/hb-buffer.h   | 13 ++++++++++
44822  src/hb-private.hh | 29 ++++++++++++++++-----
44823  util/options.cc   |  1 +
44824  util/options.hh   |  7 ++++-
44825  5 files changed, 118 insertions(+), 8 deletions(-)
44826
44827 commit 25e302da9a712e6f1d63b0d243a8df0d326ddba3
44828 Author: Behdad Esfahbod <behdad@behdad.org>
44829 Date:   Tue Jul 17 14:25:14 2012 -0400
44830
44831     [Indic] Minor
44832
44833  src/hb-ot-shape-complex-indic.cc | 5 ++++-
44834  1 file changed, 4 insertions(+), 1 deletion(-)
44835
44836 commit 5d32690a3428fa86eb26fe5fcec943a10aa95881
44837 Author: Behdad Esfahbod <behdad@behdad.org>
44838 Date:   Tue Jul 17 14:23:28 2012 -0400
44839
44840     [Indic] For scripts without Half forms, always choose first consonant
44841     as base
44842
44843     In such scripts (ie. Khmer), a ZWJ/ZWNJ shouldn't stop the search for
44844     base.  So, instead just choose the first consonant as base directly.
44845
44846     Test sequence:
44847     U+1798,200c,U+17C9,U+17D2,U+179B,U+17C1,U+17C7
44848
44849  src/hb-ot-shape-complex-indic.cc | 59
44850  ++++++++++++++++++++++++----------------
44851  1 file changed, 35 insertions(+), 24 deletions(-)
44852
44853 commit 34b57149065d96f7528aaccaa7654e956ce27e93
44854 Author: Behdad Esfahbod <behdad@behdad.org>
44855 Date:   Tue Jul 17 14:09:32 2012 -0400
44856
44857     [Indic] Treat Khmer Register Shifters more like Nuktas
44858
44859     Except that there may be a ZWNJ before a Register Shifter.
44860
44861  src/hb-ot-shape-complex-indic-machine.rl                                |
44862  2 +-
44863  .../in-tree/shaper-indic/south-east-asian/script-khmer/misc/misc.txt    |
44864  2 ++
44865  2 files changed, 3 insertions(+), 1 deletion(-)
44866
44867 commit 11e2a601b19861b05dbb2051d2d078c3cfd75b29
44868 Author: Behdad Esfahbod <behdad@behdad.org>
44869 Date:   Tue Jul 17 14:02:28 2012 -0400
44870
44871     [Indic] Minor
44872
44873  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
44874  1 file changed, 2 insertions(+), 2 deletions(-)
44875
44876 commit 0201e0a4649ad5b607e50bcb9605e7a5b7143812
44877 Author: Behdad Esfahbod <behdad@behdad.org>
44878 Date:   Tue Jul 17 13:55:10 2012 -0400
44879
44880     [Indic] Apply 'cfar' for Khmer
44881
44882     Mark stuff after a pre-base reordering Ro 'cfar'.  Used in Khmer.
44883     This allows distinguishing the following cases with MS Khmer fonts:
44884
44885       U+1784,U+17D2,U+179A,U+17D2,U+1782
44886       U+1784,U+17D2,U+1782,U+17D2,U+179A
44887
44888  src/hb-ot-shape-complex-indic.cc                         | 16
44889  ++++++++++++++--
44890  .../south-east-asian/script-khmer/misc/misc.txt          |  2 ++
44891  2 files changed, 16 insertions(+), 2 deletions(-)
44892
44893 commit 55f70ebfb95083f515d9b0044a2a65ab11484bb5
44894 Author: Behdad Esfahbod <behdad@behdad.org>
44895 Date:   Tue Jul 17 12:50:13 2012 -0400
44896
44897     [Indic] Position final subjoined consonants (and vowels) after matras
44898
44899     In Khmer, a final subjoined consonant or independent vowel can occur
44900     after matras.  This final subjoined thing should NOT be reordered to
44901     before the matra even though it's subjoined.
44902
44903     Fixes another 1k of the Khmer failures.  Not much left really.
44904
44905  src/hb-ot-shape-complex-indic-private.hh                    |  1 +
44906  src/hb-ot-shape-complex-indic.cc                            | 13
44907  +++++++++++++
44908  .../south-east-asian/script-khmer/misc/misc.txt             |  2 ++
44909  3 files changed, 16 insertions(+)
44910
44911 commit c50ed71e9a3df1844f564de66d54b46a696c1356
44912 Author: Behdad Esfahbod <behdad@behdad.org>
44913 Date:   Tue Jul 17 11:54:28 2012 -0400
44914
44915     [Indic] Recategorize Khmer coeng sign as a separate category OT_Coeng
44916
44917     Amend the syllable structure to allow a final subscripted consonant
44918     (Coeng+C) and a final subscripted independent vowel (Coeng+V).
44919     Fixes another 2k of Khmer failures.
44920
44921  src/hb-ot-shape-complex-indic-machine.rl                           |
44922  7 ++++---
44923  src/hb-ot-shape-complex-indic.cc                                   |
44924  6 +++++-
44925  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt       | 1 +
44926  3 files changed, 10 insertions(+), 4 deletions(-)
44927
44928 commit deb521dee4fdca8c2124cfb39a205e6269d4a70d
44929 Author: Behdad Esfahbod <behdad@behdad.org>
44930 Date:   Tue Jul 17 11:37:32 2012 -0400
44931
44932     [Indic] Add a separate Coeng class
44933
44934     No characters recategorized yet.  No semantic change.
44935
44936  src/hb-ot-shape-complex-indic-machine.rl |  1 +
44937  src/hb-ot-shape-complex-indic-private.hh |  3 ++-
44938  src/hb-ot-shape-complex-indic.cc         | 26 ++++++++++++++++----------
44939  3 files changed, 19 insertions(+), 11 deletions(-)
44940
44941 commit 74ccc6a1322f8c48c5f2a05f04821783c4b87a14
44942 Author: Behdad Esfahbod <behdad@behdad.org>
44943 Date:   Tue Jul 17 11:16:19 2012 -0400
44944
44945     [Indic] Move Halant with after-base consonants
44946
44947     Normally, we attach the Halant to the previous character and move it
44948     with it.  For after-base consonants however, the Halant "belongs"
44949     to the
44950     consonant after, so attach it so.
44951
44952     This fixes Bengali sequences involving post-base consonant Ya, which
44953     should ligate with the Halant to form Ya Phala, but previously a
44954     reordered matras was blocking the ligation.
44955
44956  src/hb-ot-shape-complex-indic.cc                              |
44957  11 +++++++++++
44958  .../in-tree/shaper-indic/indic/script-bengali/misc/misc.txt   |  1 +
44959  2 files changed, 12 insertions(+)
44960
44961 commit d5c4edcdd6df32f2f23aca44f14838b4baab4d7a
44962 Author: Behdad Esfahbod <behdad@behdad.org>
44963 Date:   Tue Jul 17 10:40:59 2012 -0400
44964
44965     [Indic] Apply presentation-forms features all at once
44966
44967     Seems like this is what Uniscribe is doing, and does not break
44968     any fonts
44969     we tested (with Devanagari, Malayalam, Khmer, and Bengali), while
44970     fixing
44971     some Ra Phala sequences for Bengali with Vrinda.  Fixes another 2% of
44972     Bengali failures (a couple more to go).
44973
44974  src/hb-ot-shape-complex-indic.cc                                    |
44975  6 +++---
44976  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt   | 1 +
44977  2 files changed, 4 insertions(+), 3 deletions(-)
44978
44979 commit 559f70667891a3ceeffb36f40de38a4f85868945
44980 Author: Behdad Esfahbod <behdad@behdad.org>
44981 Date:   Mon Jul 16 22:43:17 2012 -0400
44982
44983     Fix MarkAttachmentType matching
44984
44985     Fixes issue reported by Khaled Hosny with his Hussaini Nastaleeq font
44986     and sequences like those added in the previous commit.
44987
44988  src/hb-ot-layout.cc | 2 +-
44989  1 file changed, 1 insertion(+), 1 deletion(-)
44990
44991 commit 6de103547e4a7fb34c833861713ea373cd912261
44992 Author: Behdad Esfahbod <behdad@behdad.org>
44993 Date:   Mon Jul 16 22:46:06 2012 -0400
44994
44995     [test/arabic] Add Arabic tests for mark skipping
44996
44997     Expose a bug with Khaled's Hussaini Nastaleeq font.
44998
44999  .../shaper-arabic/script-arabic/misc/diacritics/MANIFEST       |  1 +
45000  .../script-arabic/misc/diacritics/mark-skipping.txt            |
45001  10 ++++++++++
45002  2 files changed, 11 insertions(+)
45003
45004 commit ad4494759fa8bfd2497800c24fa414075ed1aa61
45005 Author: Behdad Esfahbod <behdad@behdad.org>
45006 Date:   Mon Jul 16 22:40:21 2012 -0400
45007
45008     Minor
45009
45010  src/hb-ot-layout.cc | 2 +-
45011  1 file changed, 1 insertion(+), 1 deletion(-)
45012
45013 commit af92b4cc90e4184d5bdd8037c551ed482700114f
45014 Author: Behdad Esfahbod <behdad@behdad.org>
45015 Date:   Mon Jul 16 20:31:24 2012 -0400
45016
45017     [Indic] Disable 'kern' in Uniscribe bug compatibility mode
45018
45019     Uniscribe does not apply 'kern' in the Indic module.  Some of
45020     the Khmer
45021     fonts they ship have small adjustments in the 'kern' table.  Disable
45022     'kern' in the Indic module under Uniscribe bug compatibility mode.
45023
45024     Fixes some 10% of the Khmer failures.  Remains under 3% (excluding
45025     dotted-circle ones).
45026
45027  src/hb-ot-shape-complex-indic.cc | 3 +++
45028  1 file changed, 3 insertions(+)
45029
45030 commit d96838ef951ce6170eb2dc576ebcba2262cf7008
45031 Author: Behdad Esfahbod <behdad@behdad.org>
45032 Date:   Mon Jul 16 20:26:57 2012 -0400
45033
45034     Allow complex shapers overriding common features
45035
45036     In a new callback...  Currently unused by all complex shapers.
45037
45038  src/hb-ot-shape-complex-arabic.cc  |  6 ++++++
45039  src/hb-ot-shape-complex-indic.cc   |  6 ++++++
45040  src/hb-ot-shape-complex-misc.cc    | 18 ++++++++++++++++++
45041  src/hb-ot-shape-complex-private.hh | 30 ++++++++++++++++++++++++++++++
45042  src/hb-ot-shape.cc                 |  2 ++
45043  5 files changed, 62 insertions(+)
45044
45045 commit df50b8474094f0563ccfdae12c4425a51b72add6
45046 Author: Behdad Esfahbod <behdad@behdad.org>
45047 Date:   Mon Jul 16 19:56:29 2012 -0400
45048
45049     [Indic] Categorize other Khmer marks
45050
45051     Mark them the same as the Register Shifters for now.  Need to rename
45052     that category to something more sensible after all is settled.
45053
45054     Fixes another percent of Khmer failures.  Down to under 3%!
45055
45056  src/hb-ot-shape-complex-indic.cc | 4 ++++
45057  1 file changed, 4 insertions(+)
45058
45059 commit 8e7b5882fb4c1921c9d030d354a9b998115cdb8c
45060 Author: Behdad Esfahbod <behdad@behdad.org>
45061 Date:   Mon Jul 16 17:04:46 2012 -0400
45062
45063     [Indic] Recognize pre-base reordering Ra anywhere in the syllable
45064
45065     We were doing that only immediately after base.
45066
45067     Fixes another percent in the Khmer failures.  About three more
45068     to go...
45069
45070  src/hb-ot-shape-complex-indic.cc | 84
45071  ++++++++++++++++++++++------------------
45072  1 file changed, 46 insertions(+), 38 deletions(-)
45073
45074 commit 7d09c98a1fff97127e48eae48d380dc9fcff288e
45075 Author: Behdad Esfahbod <behdad@behdad.org>
45076 Date:   Mon Jul 16 16:45:22 2012 -0400
45077
45078     [Indic] Recognizer Register Shifter marks
45079
45080     Fixes another 6% of the Khmer failures.
45081
45082  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
45083  src/hb-ot-shape-complex-indic-private.hh | 5 +++--
45084  src/hb-ot-shape-complex-indic.cc         | 2 ++
45085  3 files changed, 7 insertions(+), 3 deletions(-)
45086
45087 commit 60da763dfac96a7931d6e6bdef8b9973bd5209ab
45088 Author: Behdad Esfahbod <behdad@behdad.org>
45089 Date:   Mon Jul 16 16:13:32 2012 -0400
45090
45091     [GSUB/GDEF] Guess glyph classes after substitution only if no GDEF
45092
45093     Brings down Khmer failures with Daun Penh font from 36% to 20%.
45094
45095  src/hb-ot-layout-gsubgpos-private.hh | 20 +++++++++++++-------
45096  1 file changed, 13 insertions(+), 7 deletions(-)
45097
45098 commit fcdc5f1c8849a7f38d9f34f64d60c6d95d7501f7
45099 Author: Behdad Esfahbod <behdad@behdad.org>
45100 Date:   Mon Jul 16 15:52:54 2012 -0400
45101
45102     [Indic] Categorize Khmer Ro
45103
45104     Khmer failures down from 58% to 36%.
45105
45106  src/hb-ot-shape-complex-indic-private.hh | 2 ++
45107  1 file changed, 2 insertions(+)
45108
45109 commit 78818124b17691ec2c647142fdb9ae743aa03dee
45110 Author: Behdad Esfahbod <behdad@behdad.org>
45111 Date:   Mon Jul 16 15:49:08 2012 -0400
45112
45113     [Indic] Reoder pre-base reordering Ra
45114
45115     Brings down Malayalam failures from 14% down to 3%.
45116
45117  src/hb-ot-shape-complex-indic.cc | 42
45118  +++++++++++++++++++++++++++-------------
45119  1 file changed, 29 insertions(+), 13 deletions(-)
45120
45121 commit 1a1dbe9a2787f226f3e43063da8eb6633438b0a0
45122 Author: Behdad Esfahbod <behdad@behdad.org>
45123 Date:   Mon Jul 16 15:40:33 2012 -0400
45124
45125     [Indic] Rename
45126
45127  src/hb-ot-shape-complex-indic.cc | 8 ++++----
45128  1 file changed, 4 insertions(+), 4 deletions(-)
45129
45130 commit 46e645ec4b59f0a278347be11f40c7df700d5bb6
45131 Author: Behdad Esfahbod <behdad@behdad.org>
45132 Date:   Mon Jul 16 15:30:05 2012 -0400
45133
45134     [Indic] Start implementing pre-base reordering
45135
45136  src/hb-ot-shape-complex-indic.cc | 33 ++++++++++++++++++---------------
45137  1 file changed, 18 insertions(+), 15 deletions(-)
45138
45139 commit 921ce5b17daf06af8e17989a3e335b9f5df20483
45140 Author: Behdad Esfahbod <behdad@behdad.org>
45141 Date:   Mon Jul 16 15:26:56 2012 -0400
45142
45143     [Indic] Rename
45144
45145     No semantic change.
45146
45147  src/hb-ot-shape-complex-indic.cc | 26 +++++++++++++-------------
45148  1 file changed, 13 insertions(+), 13 deletions(-)
45149
45150 commit b504e060f008e95b1ba36c06600c9fea4f5d4808
45151 Author: Behdad Esfahbod <behdad@behdad.org>
45152 Date:   Mon Jul 16 15:21:12 2012 -0400
45153
45154     [Indic] Implement After-Main Reph positioning
45155
45156     Almost...
45157
45158  src/hb-ot-shape-complex-indic.cc | 8 +++++++-
45159  1 file changed, 7 insertions(+), 1 deletion(-)
45160
45161 commit 17d7de91d76406d3e92db37d9eef2fc615f06e68
45162 Author: Behdad Esfahbod <behdad@behdad.org>
45163 Date:   Mon Jul 16 15:20:15 2012 -0400
45164
45165     [Indic] Apply 'pref' to pre-base reodering Ra
45166
45167     No reordering yet.
45168
45169  src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
45170  1 file changed, 10 insertions(+)
45171
45172 commit 362d3db8d3527d0fef260a17d2466e92a4a25425
45173 Author: Behdad Esfahbod <behdad@behdad.org>
45174 Date:   Mon Jul 16 15:15:28 2012 -0400
45175
45176     [Indic] Minor
45177
45178     Should not be any semantic change.  In preparation for implementing
45179     pre-base reordering Ra.
45180
45181  src/hb-ot-shape-complex-indic.cc | 8 +-------
45182  1 file changed, 1 insertion(+), 7 deletions(-)
45183
45184 commit 70fe77bb9a25922bd34f206826d8731d901fb451
45185 Author: Behdad Esfahbod <behdad@behdad.org>
45186 Date:   Mon Jul 16 14:52:18 2012 -0400
45187
45188     Minor
45189
45190  src/hb-ot-shape-complex-indic.cc | 44
45191  ++++++++++++++++++++--------------------
45192  1 file changed, 22 insertions(+), 22 deletions(-)
45193
45194 commit 2f903215c5da2330a37abe489a3f45f7c3fd5a09
45195 Author: Behdad Esfahbod <behdad@behdad.org>
45196 Date:   Mon Jul 16 13:54:43 2012 -0400
45197
45198     Minor
45199
45200  src/hb-ot-shape-complex-indic.cc | 2 +-
45201  1 file changed, 1 insertion(+), 1 deletion(-)
45202
45203 commit a3e04bee2c2fa648759a87e460db6b4f1b685586
45204 Author: Behdad Esfahbod <behdad@behdad.org>
45205 Date:   Mon Jul 16 13:47:19 2012 -0400
45206
45207     [Indic] Reorder virama only for old Indic spec
45208
45209  src/hb-ot-shape-complex-indic.cc | 15 +++++++++++++--
45210  1 file changed, 13 insertions(+), 2 deletions(-)
45211
45212 commit 0de771b72da6b342b015e3556190821547a4011d
45213 Author: Behdad Esfahbod <behdad@behdad.org>
45214 Date:   Mon Jul 16 13:39:36 2012 -0400
45215
45216     [Indic] Categorize Khmer consonants
45217
45218  src/hb-ot-shape-complex-indic.cc | 4 ++++
45219  1 file changed, 4 insertions(+)
45220
45221 commit d487fff266258eb1af056e9704cfb09d04251ddc
45222 Author: Behdad Esfahbod <behdad@behdad.org>
45223 Date:   Mon Jul 16 13:25:17 2012 -0400
45224
45225     Split matras without a Unicode decomposition
45226
45227     This is a hack for now, to get us going with Khmer.  This will be
45228     refactored properly later to move the complex logic into complex
45229     shapers.
45230
45231  src/hb-unicode.cc | 22 ++++++++++++++++++++++
45232  1 file changed, 22 insertions(+)
45233
45234 commit 8aa801a6fd1a737fa20b851edf7528bdd6635b8b
45235 Author: Behdad Esfahbod <behdad@behdad.org>
45236 Date:   Mon Jul 16 13:24:26 2012 -0400
45237
45238     [Indic] Adjust position for split matras
45239
45240     We are going to split matras without a Unicode decompositions in a way
45241     that the second half takes the codepoint of the whole matra.  So,
45242     position them where the second half is supposed to end up.
45243
45244  src/hb-ot-shape-complex-indic-private.hh | 6 +++---
45245  1 file changed, 3 insertions(+), 3 deletions(-)
45246
45247 commit 1feb8345a5fd92297eb6796e6dce633bafa0c76e
45248 Author: Behdad Esfahbod <behdad@behdad.org>
45249 Date:   Mon Jul 16 13:23:40 2012 -0400
45250
45251     [GSUB] Allow 1-to-1 ligature substitutions!
45252
45253     Apparently Uniscribe allows these, and they are used in some Khmer
45254     fonts
45255     shipped with Windows, namely, Daun Penh.
45256
45257  src/hb-ot-layout-gsub-table.hh | 2 +-
45258  1 file changed, 1 insertion(+), 1 deletion(-)
45259
45260 commit 29f106d7fba25e1464debd3a4831a7380d75c4c9
45261 Author: Behdad Esfahbod <behdad@behdad.org>
45262 Date:   Mon Jul 16 12:05:35 2012 -0400
45263
45264     [Indic] Apply Above Forms
45265
45266  src/hb-ot-shape-complex-indic.cc | 4 +++-
45267  1 file changed, 3 insertions(+), 1 deletion(-)
45268
45269 commit fa2bd9fb63d83b657373764d4b657084d8327fc9
45270 Author: Behdad Esfahbod <behdad@behdad.org>
45271 Date:   Sat Jul 14 12:15:54 2012 -0400
45272
45273     Further simplify atomic ops on Visual Studio
45274
45275  src/hb-atomic-private.hh | 5 -----
45276  1 file changed, 5 deletions(-)
45277
45278 commit 0a492357016bc9a614d2a726f2006c10af68ca58
45279 Author: Behdad Esfahbod <behdad@behdad.org>
45280 Date:   Fri Jul 13 13:20:49 2012 -0400
45281
45282     Minor
45283
45284  src/hb-warning.cc | 29 +++++------------------------
45285  1 file changed, 5 insertions(+), 24 deletions(-)
45286
45287 commit 11c4ad439ef2b39a840f397a693b1ba643f52c21
45288 Author: Behdad Esfahbod <behdad@behdad.org>
45289 Date:   Fri Jul 13 11:29:31 2012 -0400
45290
45291     Add -Wcast-align
45292
45293  configure.ac    | 3 +++
45294  src/Makefile.am | 2 +-
45295  2 files changed, 4 insertions(+), 1 deletion(-)
45296
45297 commit a98d0ab18624501ee60551304f2715361ac643da
45298 Author: Behdad Esfahbod <behdad@behdad.org>
45299 Date:   Fri Jul 13 10:19:10 2012 -0400
45300
45301     Make sure HB_BEGIN_DECLS / HB_END_DECLS is only used in public headers
45302
45303     So we can use them to switch default visibility to internal if
45304     desired,
45305     and use these to make only declared symbols public.
45306
45307  src/check-c-linkage-decls.sh             | 10 +++++++++-
45308  src/hb-fallback-shape-private.hh         |  6 ------
45309  src/hb-ot-shape-complex-indic-machine.rl |  4 ----
45310  3 files changed, 9 insertions(+), 11 deletions(-)
45311
45312 commit 5c5bc96216c9ad58243eb3ed27b253e237f08ebe
45313 Author: Behdad Esfahbod <behdad@behdad.org>
45314 Date:   Fri Jul 13 10:15:37 2012 -0400
45315
45316     Allow overriding HB_BEGIN_DECLS / HB_END_DECLS
45317
45318  src/hb-common.h | 2 ++
45319  1 file changed, 2 insertions(+)
45320
45321 commit ec5f5f0f8a1d5b3ff98452175bb4450a59897620
45322 Author: Behdad Esfahbod <behdad@behdad.org>
45323 Date:   Fri Jul 13 10:00:42 2012 -0400
45324
45325     Don't export inline methods
45326
45327  configure.ac | 3 +++
45328  1 file changed, 3 insertions(+)
45329
45330 commit 50a4e78b530563917eb606ff3b96dcc9eed5b3ee
45331 Author: Behdad Esfahbod <behdad@behdad.org>
45332 Date:   Fri Jul 13 09:48:39 2012 -0400
45333
45334     Check for exported weak symbols
45335
45336     Ouch, all our C++ inline functions are being exported (weakly)
45337     already.
45338     Fix coming.
45339
45340  src/check-internal-symbols.sh | 8 +++++++-
45341  1 file changed, 7 insertions(+), 1 deletion(-)
45342
45343 commit b5aeb95afeb13a66177caada9f5d5ad4cddbd35f
45344 Author: Behdad Esfahbod <behdad@behdad.org>
45345 Date:   Fri Jul 13 09:45:54 2012 -0400
45346
45347     Make hb_in_range() static
45348
45349  src/hb-private.hh | 2 +-
45350  1 file changed, 1 insertion(+), 1 deletion(-)
45351
45352 commit 271c8f89075607c689938b4f5e60323d9a1acd70
45353 Author: Behdad Esfahbod <behdad@behdad.org>
45354 Date:   Fri Jul 13 09:32:30 2012 -0400
45355
45356     Minor
45357
45358  src/hb-ft.cc | 4 ++--
45359  1 file changed, 2 insertions(+), 2 deletions(-)
45360
45361 commit 391f1ff5d894b60bfe0f606be436ffe7e43f7455
45362 Author: Behdad Esfahbod <behdad@behdad.org>
45363 Date:   Fri Jul 13 09:04:07 2012 -0400
45364
45365     Fix _InterlockedCompareExchangePointer on x86
45366
45367  src/hb-atomic-private.hh | 6 ++++++
45368  1 file changed, 6 insertions(+)
45369
45370 commit 2023e2b54d91924dddfd228ffdbb46021135b068
45371 Author: Behdad Esfahbod <behdad@behdad.org>
45372 Date:   Wed Jul 11 19:00:30 2012 -0400
45373
45374     [ft] Disable ppem setting
45375
45376     The calculations were wrong.
45377
45378     FreeType makes it really hard to set size and ppem independently.
45379     For now, disable it.  Need to come up with a fix later.
45380
45381  src/hb-ft.cc | 3 +++
45382  1 file changed, 3 insertions(+)
45383
45384 commit cdf7444505a7ae49d20f9ba6776dea92c1fde2a6
45385 Author: Behdad Esfahbod <behdad@behdad.org>
45386 Date:   Wed Jul 11 18:52:39 2012 -0400
45387
45388     [ft] Use unfitted kerning if x_ppem is zero
45389
45390  src/hb-ft.cc | 5 +++--
45391  1 file changed, 3 insertions(+), 2 deletions(-)
45392
45393 commit 6d08c7f1b3601095f9a12630045331dd0fe75380
45394 Author: Behdad Esfahbod <behdad@behdad.org>
45395 Date:   Wed Jul 11 18:01:27 2012 -0400
45396
45397     Revert "Towards templatizing common Lookup types"
45398
45399     This reverts commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5.
45400
45401     This is work-in-progress.  Didn't mean to push it out just yet.
45402
45403  src/hb-ot-layout-gpos-table.hh       | 16 ++++++----------
45404  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++--------------
45405  src/hb-ot-layout-gsubgpos-private.hh | 33
45406  ++-------------------------------
45407  3 files changed, 18 insertions(+), 55 deletions(-)
45408
45409 commit 552bf3a9f9651311084b7979805dbdc18c0335ca
45410 Author: Behdad Esfahbod <behdad@behdad.org>
45411 Date:   Wed Jul 11 16:44:51 2012 -0400
45412
45413     Bump WINNT version requested from 500 to 600
45414
45415     Since we use the OpenType versions of Uniscribe functions, we are
45416     relying on that version of the WINNT API.  Otherwise, usp10.h
45417     will hide
45418     those symbols.
45419
45420  src/hb-uniscribe.cc | 2 +-
45421  src/hb-uniscribe.h  | 2 +-
45422  2 files changed, 2 insertions(+), 2 deletions(-)
45423
45424 commit 9a5b421a64db1bb23d5c6ebbc3bf3f3a5513dc36
45425 Author: Behdad Esfahbod <behdad@behdad.org>
45426 Date:   Wed Jul 11 16:35:04 2012 -0400
45427
45428     Fix build with no Unicode funcs implementations provided
45429
45430  src/hb-unicode-private.hh | 1 +
45431  1 file changed, 1 insertion(+)
45432
45433 commit 6efe1eca660135096f05987ac0ef9b635de6cdfd
45434 Author: Behdad Esfahbod <behdad@behdad.org>
45435 Date:   Wed Jul 11 15:30:08 2012 -0400
45436
45437     Update git.mk to upstream
45438
45439  git.mk | 58 ++++++++++++++++++++++++++++++++++++++--------------------
45440  1 file changed, 38 insertions(+), 20 deletions(-)
45441
45442 commit 727135f3a9938c1ebd5b9f5015a46c7ccc8573c5
45443 Author: Behdad Esfahbod <behdad@behdad.org>
45444 Date:   Tue Jul 3 22:15:35 2012 -0400
45445
45446     Towards templatizing common Lookup types
45447
45448  src/hb-ot-layout-gpos-table.hh       | 16 ++++++++++------
45449  src/hb-ot-layout-gsub-table.hh       | 24 ++++++++++++++----------
45450  src/hb-ot-layout-gsubgpos-private.hh | 33
45451  +++++++++++++++++++++++++++++++--
45452  3 files changed, 55 insertions(+), 18 deletions(-)
45453
45454 commit 1167c7bfc9e61f145e11da4881968293a4d3c0a9
45455 Author: Behdad Esfahbod <behdad@behdad.org>
45456 Date:   Tue Jul 3 11:38:46 2012 -0400
45457
45458     Minor
45459
45460  test/shaping/texts/in-tree/shaper-thai/MANIFEST                     |
45461  2 +-
45462  test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST                | 1 -
45463  test/shaping/texts/in-tree/shaper-thai/script-thai/MANIFEST         | 1 +
45464  test/shaping/texts/in-tree/shaper-thai/script-thai/misc/MANIFEST    | 1 +
45465  .../shaper-thai/{misc/misc.txt => script-thai/misc/sara-am.txt}     |
45466  6 ++----
45467  5 files changed, 5 insertions(+), 6 deletions(-)
45468
45469 commit aa116582e69d18777448e7993078e5d6335ddfed
45470 Author: Behdad Esfahbod <behdad@behdad.org>
45471 Date:   Fri Jun 29 10:50:12 2012 -0400
45472
45473     Minor
45474
45475  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt
45476  | 1 +
45477  1 file changed, 1 insertion(+)
45478
45479 commit 1f13c7185f02ea18d4fadd2ea8ad444bea863c39
45480 Author: Behdad Esfahbod <behdad@behdad.org>
45481 Date:   Wed Jun 27 10:07:27 2012 -0400
45482
45483     Add TODO item
45484
45485  TODO | 2 ++
45486  1 file changed, 2 insertions(+)
45487
45488 commit 12f5c0a222a2f0aebe63c0d367937a0ff985474a
45489 Author: Behdad Esfahbod <behdad@behdad.org>
45490 Date:   Tue Jun 26 11:16:13 2012 -0400
45491
45492     Fix check for Intel atomic ops
45493
45494  configure.ac             | 9 +++++----
45495  src/hb-atomic-private.hh | 2 +-
45496  2 files changed, 6 insertions(+), 5 deletions(-)
45497
45498 commit 6932a41fb61ffc2901c260587b1e98ed9c2a7ea1
45499 Author: Behdad Esfahbod <behdad@behdad.org>
45500 Date:   Tue Jun 26 10:46:31 2012 -0400
45501
45502     Use octal-escaped UTF-8 characters instead of plain text
45503
45504     https://bugs.freedesktop.org/show_bug.cgi?id=50970
45505
45506  src/hb-private.hh | 17 ++++++++++++-----
45507  1 file changed, 12 insertions(+), 5 deletions(-)
45508
45509 commit 8c0ea7bcb4409aaf8c96ad641f2db30003228ad0
45510 Author: Behdad Esfahbod <behdad@behdad.org>
45511 Date:   Sun Jun 24 13:20:56 2012 -0400
45512
45513     Disable introspection again
45514
45515     Until I figure out the build issues.  Sigh...
45516
45517  configure.ac    |  2 +-
45518  src/Makefile.am | 42 +++++++++++++++++++++---------------------
45519  2 files changed, 22 insertions(+), 22 deletions(-)
45520
45521 commit 8c5f5e6f5ec2b6a219fbdfc955f6299325a0adde
45522 Author: Behdad Esfahbod <behdad@behdad.org>
45523 Date:   Sun Jun 17 14:58:59 2012 -0400
45524
45525     Minor
45526
45527  configure.ac | 2 +-
45528  1 file changed, 1 insertion(+), 1 deletion(-)
45529
45530 commit 49f8e0cd9a5493ae26857c43bac0711cdf47c80d
45531 Author: Behdad Esfahbod <behdad@behdad.org>
45532 Date:   Sat Jun 16 15:40:03 2012 -0400
45533
45534     GStaticMutex is deprecated
45535
45536  src/hb-mutex-private.hh | 9 +++++++++
45537  1 file changed, 9 insertions(+)
45538
45539 commit 5e113a4b7921ced6af2d53460a7a2f1d0185c02a
45540 Author: Behdad Esfahbod <behdad@behdad.org>
45541 Date:   Sat Jun 16 15:26:13 2012 -0400
45542
45543     g_thread_init() is deprecated
45544
45545  test/api/hb-test.h | 2 ++
45546  1 file changed, 2 insertions(+)
45547
45548 commit 1bc1cb3603167f5da309336f7018c8b0608ac104
45549 Author: Behdad Esfahbod <behdad@behdad.org>
45550 Date:   Sat Jun 16 15:21:55 2012 -0400
45551
45552     Make source more digestable for gobject-introspection
45553
45554  src/hb-blob.cc            | 2 +-
45555  src/hb-blob.h             | 2 +-
45556  src/hb-buffer-private.hh  | 4 ++--
45557  src/hb-buffer.h           | 6 +++---
45558  src/hb-common.cc          | 2 +-
45559  src/hb-common.h           | 4 ++--
45560  src/hb-font-private.hh    | 6 +++---
45561  src/hb-font.cc            | 2 +-
45562  src/hb-font.h             | 8 ++++----
45563  src/hb-set-private.hh     | 2 +-
45564  src/hb-set.h              | 2 +-
45565  src/hb-shape.h            | 2 +-
45566  src/hb-unicode-private.hh | 2 +-
45567  src/hb-unicode.h          | 2 +-
45568  14 files changed, 23 insertions(+), 23 deletions(-)
45569
45570 commit 84d781e54cc75c81a06ba43fd7b1a74b8c7d9591
45571 Author: Behdad Esfahbod <behdad@behdad.org>
45572 Date:   Sat Jun 16 15:21:41 2012 -0400
45573
45574     Flesh out gobject-introspection stuff a bit
45575
45576  configure.ac    |  1 +
45577  src/Makefile.am | 23 +++++++++++++++++++++--
45578  2 files changed, 22 insertions(+), 2 deletions(-)
45579
45580 commit 49ee12ccd00870d4976339dc546c74eaf08a8fc0
45581 Author: Behdad Esfahbod <behdad@behdad.org>
45582 Date:   Sat Jun 16 14:53:51 2012 -0400
45583
45584     Add TODO item
45585
45586  TODO | 1 +
45587  1 file changed, 1 insertion(+)
45588
45589 commit d3c8115d1ad09404b8970b98e6b5ab74510a35f6
45590 Author: Behdad Esfahbod <behdad@behdad.org>
45591 Date:   Tue Jun 12 09:52:57 2012 -0400
45592
45593     Minor
45594
45595  TODO | 2 ++
45596  1 file changed, 2 insertions(+)
45597
45598 commit 2cf301968cb8c1150cead0ab909457cdd3ee2d01
45599 Author: Behdad Esfahbod <behdad@behdad.org>
45600 Date:   Sat Jun 9 14:58:01 2012 -0400
45601
45602     Add hb_object_lock/unlock()
45603
45604  src/hb-object-private.hh | 32 ++++++++++++++++++++++++++------
45605  1 file changed, 26 insertions(+), 6 deletions(-)
45606
45607 commit 6a5661f1e69c937083e8d976cb12429b99180d54
45608 Author: Behdad Esfahbod <behdad@behdad.org>
45609 Date:   Sat Jun 9 03:26:16 2012 -0400
45610
45611     Ugh
45612
45613  util/shape-consumer.hh | 2 --
45614  1 file changed, 2 deletions(-)
45615
45616 commit f211d5c291b4c947cfd732e873627567173057e4
45617 Author: Behdad Esfahbod <behdad@behdad.org>
45618 Date:   Sat Jun 9 03:11:22 2012 -0400
45619
45620     More Oops!  Fix fast-path with sub-type==0
45621
45622  src/hb-ot-layout-gpos-table.hh | 2 +-
45623  src/hb-ot-layout-gsub-table.hh | 2 +-
45624  util/shape-consumer.hh         | 2 ++
45625  3 files changed, 4 insertions(+), 2 deletions(-)
45626
45627 commit b1de6aa1f33b228afe231c8209aef90a5fa1ee5d
45628 Author: Behdad Esfahbod <behdad@behdad.org>
45629 Date:   Sat Jun 9 03:07:59 2012 -0400
45630
45631     Oops!
45632
45633  src/hb-ot-layout-gpos-table.hh | 2 +-
45634  src/hb-ot-layout-gsub-table.hh | 2 +-
45635  2 files changed, 2 insertions(+), 2 deletions(-)
45636
45637 commit b12e2549cbcd4f1ef46e66c75533686ee560f59b
45638 Author: Behdad Esfahbod <behdad@behdad.org>
45639 Date:   Sat Jun 9 03:05:20 2012 -0400
45640
45641     Minor
45642
45643  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
45644  1 file changed, 2 insertions(+), 2 deletions(-)
45645
45646 commit faf0f20253d954cc4cfa4c967ece7573a5ddae3b
45647 Author: Behdad Esfahbod <behdad@behdad.org>
45648 Date:   Sat Jun 9 03:02:36 2012 -0400
45649
45650     Add sanitize() logic for fast-paths
45651
45652  src/hb-ot-layout-gpos-table.hh | 15 ++++++++++++---
45653  src/hb-ot-layout-gsub-table.hh | 20 ++++++++++++++------
45654  2 files changed, 26 insertions(+), 9 deletions(-)
45655
45656 commit 4e766ff28d1fb831ded20666799787478129c07c
45657 Author: Behdad Esfahbod <behdad@behdad.org>
45658 Date:   Sat Jun 9 02:53:57 2012 -0400
45659
45660     Add fast-path for GPOS too
45661
45662     Shaves another 3% for DejaVu Sans long Latin strings.
45663
45664  src/hb-ot-layout-gpos-table.hh | 16 ++++++++++++++--
45665  1 file changed, 14 insertions(+), 2 deletions(-)
45666
45667 commit 993c51915f503f74ee00eee646b67bf2e3f73596
45668 Author: Behdad Esfahbod <behdad@behdad.org>
45669 Date:   Sat Jun 9 02:48:16 2012 -0400
45670
45671     Add fast-path to GSUB to check coverage
45672
45673     Shaves a good 10% off DejaVu Sans with simple Latin text for me.
45674     Now, DejaVu is very ChainContext-intensive, but it's also a very
45675     popular font!
45676
45677  src/hb-ot-layout-gsub-table.hh | 18 ++++++++++++++++--
45678  1 file changed, 16 insertions(+), 2 deletions(-)
45679
45680 commit f19e0b0099ec73b8fedccacff4902403f5eabc42
45681 Author: Behdad Esfahbod <behdad@behdad.org>
45682 Date:   Sat Jun 9 02:26:57 2012 -0400
45683
45684     Match input before backtrack
45685
45686     Makes more sense, optimization-wise.
45687
45688  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
45689  1 file changed, 4 insertions(+), 4 deletions(-)
45690
45691 commit 67bb9e8cea49a44be6996515e1c7d8cdc95a77e6
45692 Author: Behdad Esfahbod <behdad@behdad.org>
45693 Date:   Sat Jun 9 02:02:46 2012 -0400
45694
45695     Add set add_coverage() to Coverage()
45696
45697  src/hb-ot-layout-common-private.hh | 24 ++++++++++++++++++++++++
45698  src/hb-set-private.hh              |  5 +++++
45699  2 files changed, 29 insertions(+)
45700
45701 commit 4952f0aa5b2f4368d9e3418252e0a1b9294cd5ee
45702 Author: Behdad Esfahbod <behdad@behdad.org>
45703 Date:   Sat Jun 9 01:39:11 2012 -0400
45704
45705     Minor
45706
45707  src/hb-ot-layout-gsub-table.hh | 2 ++
45708  1 file changed, 2 insertions(+)
45709
45710 commit ad6a6f22401d6256e34521d0f52e91348c5ed4c9
45711 Author: Behdad Esfahbod <behdad@behdad.org>
45712 Date:   Sat Jun 9 01:21:02 2012 -0400
45713
45714     Minor
45715
45716  src/hb-ot-layout.cc | 2 +-
45717  1 file changed, 1 insertion(+), 1 deletion(-)
45718
45719 commit 46617a42133fbab151de4111a74dcbdc4e769c74
45720 Author: Behdad Esfahbod <behdad@behdad.org>
45721 Date:   Sat Jun 9 01:18:58 2012 -0400
45722
45723     Fix cache implementation
45724
45725  src/hb-cache-private.hh | 2 ++
45726  1 file changed, 2 insertions(+)
45727
45728 commit ce47613889aa3ff9b0067d3e51ba63cfdb139adb
45729 Author: Behdad Esfahbod <behdad@behdad.org>
45730 Date:   Sat Jun 9 01:10:26 2012 -0400
45731
45732     Micro-optimize
45733
45734     I know...
45735
45736  src/hb-ot-layout-gsubgpos-private.hh |  3 ++-
45737  src/hb-ot-layout.cc                  | 46
45738  ++++++++++++++++++++++--------------
45739  2 files changed, 30 insertions(+), 19 deletions(-)
45740
45741 commit 70416de298b811ab6be53a1c67f0d2531d99cd46
45742 Author: Behdad Esfahbod <behdad@behdad.org>
45743 Date:   Sat Jun 9 00:56:41 2012 -0400
45744
45745     Minor
45746
45747  src/hb-open-type-private.hh | 2 --
45748  1 file changed, 2 deletions(-)
45749
45750 commit 99159e52a3c9d5ae6c0fbdec64e7ed684fa70b61
45751 Author: Behdad Esfahbod <behdad@behdad.org>
45752 Date:   Sat Jun 9 00:50:40 2012 -0400
45753
45754     Use linear search for small counts
45755
45756     I see about 8% speedup with long strings with DejaVu Sans.
45757
45758  src/hb-open-type-private.hh | 19 ++++++++++++++-----
45759  1 file changed, 14 insertions(+), 5 deletions(-)
45760
45761 commit caf0412690542e58e23246dccc4b2fb83bd652ec
45762 Author: Behdad Esfahbod <behdad@behdad.org>
45763 Date:   Sat Jun 9 00:26:32 2012 -0400
45764
45765     Minor
45766
45767  src/hb-ot-layout-common-private.hh | 2 +-
45768  1 file changed, 1 insertion(+), 1 deletion(-)
45769
45770 commit 0f8fea71a66b1e01ee4398967db464393f478d42
45771 Author: Behdad Esfahbod <behdad@behdad.org>
45772 Date:   Sat Jun 9 00:24:38 2012 -0400
45773
45774     Minor.  Hide _hb_ot_layout_get_glyph_property()
45775
45776  src/hb-ot-layout-private.hh | 4 ----
45777  src/hb-ot-layout.cc         | 2 +-
45778  2 files changed, 1 insertion(+), 5 deletions(-)
45779
45780 commit 44b8ee0c90d7b1dd91e5848114141e3186534a0f
45781 Author: Behdad Esfahbod <behdad@behdad.org>
45782 Date:   Sat Jun 9 00:23:24 2012 -0400
45783
45784     Minor
45785
45786  src/hb-ot-layout-gpos-table.hh | 3 ++-
45787  src/hb-ot-layout.cc            | 2 +-
45788  2 files changed, 3 insertions(+), 2 deletions(-)
45789
45790 commit 7b84c536c10ab90ed96a033d88e9ad232d46c5b8
45791 Author: Behdad Esfahbod <behdad@behdad.org>
45792 Date:   Fri Jun 8 22:04:23 2012 -0400
45793
45794     In MarkBase attachment, only attach to first of a MultipleSubst
45795     sequence
45796
45797     This is apparently what Uniscribe does.  Test case is:
45798
45799       SEEN FATHA TEH ALEF
45800
45801     with Arabic Typesetting.  Originally reported by Khaled Hosny.
45802
45803  src/hb-ot-layout-gpos-table.hh       | 7 ++++++-
45804  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
45805  2 files changed, 14 insertions(+), 1 deletion(-)
45806
45807 commit ec57e0c5655ced5109c4638bf802772d336448fd
45808 Author: Behdad Esfahbod <behdad@behdad.org>
45809 Date:   Fri Jun 8 21:47:23 2012 -0400
45810
45811     Set lig_comp for MultipleSubst components
45812
45813     To be used for correct mark attachment to first component of a
45814     MultipleSubst output.  That's what Uniscribe does.
45815
45816  src/hb-ot-layout-gsub-table.hh | 4 +++-
45817  1 file changed, 3 insertions(+), 1 deletion(-)
45818
45819 commit e085fcf7ca302eb7802a032197c022819e7e7074
45820 Author: Behdad Esfahbod <behdad@behdad.org>
45821 Date:   Fri Jun 8 21:45:00 2012 -0400
45822
45823     Remove unused buffer->replace_glyphs_be16
45824
45825  src/hb-buffer-private.hh             |  3 ---
45826  src/hb-buffer.cc                     | 23 -----------------------
45827  src/hb-ot-layout-gsubgpos-private.hh |  8 --------
45828  3 files changed, 34 deletions(-)
45829
45830 commit 3ec77d6ae0510dc2c0ec64382c4948bc6e109844
45831 Author: Behdad Esfahbod <behdad@behdad.org>
45832 Date:   Fri Jun 8 21:44:06 2012 -0400
45833
45834     Don't use replace_glyphs_be for MultipleSubst
45835
45836  src/hb-ot-layout-gsub-table.hh       | 5 ++++-
45837  src/hb-ot-layout-gsubgpos-private.hh | 7 ++++++-
45838  2 files changed, 10 insertions(+), 2 deletions(-)
45839
45840 commit 4b7192125ffd295091d6b3a0bdfca7011947c2ca
45841 Author: Behdad Esfahbod <behdad@behdad.org>
45842 Date:   Fri Jun 8 21:41:46 2012 -0400
45843
45844     Minor
45845
45846  src/hb-ot-layout-gsub-table.hh       | 3 ++-
45847  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++++++
45848  2 files changed, 10 insertions(+), 1 deletion(-)
45849
45850 commit 4508789f4b5e0ece5620d35598aeeb7ecbe3e3aa
45851 Author: Behdad Esfahbod <behdad@behdad.org>
45852 Date:   Fri Jun 8 21:32:43 2012 -0400
45853
45854     Add test for static initializers and other C++ stuff
45855
45856  src/Makefile.am           |  3 ++-
45857  src/check-static-inits.sh | 33 +++++++++++++++++++++++++++++++++
45858  2 files changed, 35 insertions(+), 1 deletion(-)
45859
45860 commit 56bd259b9ac22dd98913c8ca2e2cf7b30b632373
45861 Author: Behdad Esfahbod <behdad@behdad.org>
45862 Date:   Fri Jun 8 21:29:18 2012 -0400
45863
45864     Minor
45865
45866  src/check-internal-symbols.sh | 2 +-
45867  1 file changed, 1 insertion(+), 1 deletion(-)
45868
45869 commit 4538b47bf08e73e7f5cce6337df5fe154233c168
45870 Author: Behdad Esfahbod <behdad@behdad.org>
45871 Date:   Fri Jun 8 21:01:45 2012 -0400
45872
45873     Remove done TODO items
45874
45875  TODO | 7 +------
45876  1 file changed, 1 insertion(+), 6 deletions(-)
45877
45878 commit bc8357ea7b4c0d7c715aae353176434fb9460205
45879 Author: Behdad Esfahbod <behdad@behdad.org>
45880 Date:   Fri Jun 8 21:01:20 2012 -0400
45881
45882     Merge clusters during normalization
45883
45884  src/hb-ot-shape-normalize.cc | 11 +++++++----
45885  1 file changed, 7 insertions(+), 4 deletions(-)
45886
45887 commit fe3dabc08df7501010564f8844bd4d11771cc6a4
45888 Author: Behdad Esfahbod <behdad@behdad.org>
45889 Date:   Fri Jun 8 20:56:05 2012 -0400
45890
45891     Minor
45892
45893  src/hb-buffer.cc | 4 ++--
45894  1 file changed, 2 insertions(+), 2 deletions(-)
45895
45896 commit e88e14421a33ca5bdfd76bc0b2f801fcb6e78911
45897 Author: Behdad Esfahbod <behdad@behdad.org>
45898 Date:   Fri Jun 8 20:55:21 2012 -0400
45899
45900     Use merge_clusters instead of open-coding
45901
45902  src/hb-buffer.cc | 16 ++++------------
45903  1 file changed, 4 insertions(+), 12 deletions(-)
45904
45905 commit 330a2af3ff0e12c01b3b451357b8bdc83b2e9b47
45906 Author: Behdad Esfahbod <behdad@behdad.org>
45907 Date:   Fri Jun 8 20:40:02 2012 -0400
45908
45909     Use merge_clusters when forming Unicode clusters
45910
45911  src/hb-ot-shape.cc | 4 +++-
45912  1 file changed, 3 insertions(+), 1 deletion(-)
45913
45914 commit bd300df9adf955c1e69b3783c1c061876940fb8b
45915 Author: Behdad Esfahbod <behdad@behdad.org>
45916 Date:   Fri Jun 8 20:35:18 2012 -0400
45917
45918     Minor
45919
45920  src/hb-object-private.hh | 2 +-
45921  1 file changed, 1 insertion(+), 1 deletion(-)
45922
45923 commit e51d2b6ed1c794ac28c5610bfd01dbc9fb383633
45924 Author: Behdad Esfahbod <behdad@behdad.org>
45925 Date:   Fri Jun 8 20:33:27 2012 -0400
45926
45927     Extend into main buffer if extension hit end of out-buffer merging
45928     clusters
45929
45930  src/hb-buffer.cc                | 5 +++++
45931  src/hb-ot-shape-complex-misc.cc | 9 ---------
45932  2 files changed, 5 insertions(+), 9 deletions(-)
45933
45934 commit 5ced012d9f58c51d557a835593c3277e35fe3b35
45935 Author: Behdad Esfahbod <behdad@behdad.org>
45936 Date:   Fri Jun 8 20:31:32 2012 -0400
45937
45938     Extend end when merging clusters in out-buffer
45939
45940  src/hb-buffer.cc | 4 ++++
45941  1 file changed, 4 insertions(+)
45942
45943 commit 72c0a1878313e7232d554bc226f4c6dc01418a95
45944 Author: Behdad Esfahbod <behdad@behdad.org>
45945 Date:   Fri Jun 8 20:30:03 2012 -0400
45946
45947     Extend clusters backward in out-buffer
45948
45949  src/hb-buffer.cc                | 8 ++++++++
45950  src/hb-ot-shape-complex-misc.cc | 2 --
45951  2 files changed, 8 insertions(+), 2 deletions(-)
45952
45953 commit cd5891493df06fdb92e1ae526d29dee8df250235
45954 Author: Behdad Esfahbod <behdad@behdad.org>
45955 Date:   Fri Jun 8 20:27:53 2012 -0400
45956
45957     Extend clusters backwards, into the out-buffer too
45958
45959  src/hb-buffer.cc | 9 +++++++++
45960  1 file changed, 9 insertions(+)
45961
45962 commit 77471e037122548bfc08cacea6fbb472831c34f3
45963 Author: Behdad Esfahbod <behdad@behdad.org>
45964 Date:   Fri Jun 8 20:21:02 2012 -0400
45965
45966     Clear output buffer before calling GSUB pause functions
45967
45968  src/hb-ot-map.cc | 3 +++
45969  1 file changed, 3 insertions(+)
45970
45971 commit cafa6f372721fd6b0a7c0da68b9421d3e94931bc
45972 Author: Behdad Esfahbod <behdad@behdad.org>
45973 Date:   Fri Jun 8 20:17:10 2012 -0400
45974
45975     When merging clusters, extend the end
45976
45977  src/hb-buffer.cc | 20 ++++++++++++++------
45978  1 file changed, 14 insertions(+), 6 deletions(-)
45979
45980 commit 28ce5fa454b54f728044ee12a9dbe7d016783d4a
45981 Author: Behdad Esfahbod <behdad@behdad.org>
45982 Date:   Fri Jun 8 20:13:56 2012 -0400
45983
45984     Merge clusters when ligating
45985
45986  src/hb-ot-layout-gsub-table.hh | 1 +
45987  1 file changed, 1 insertion(+)
45988
45989 commit 2bb1761ccb7d300744ced6427165f4ea75ddf96c
45990 Author: Behdad Esfahbod <behdad@behdad.org>
45991 Date:   Fri Jun 8 19:29:44 2012 -0400
45992
45993     Minor, use next_glyph()
45994
45995  src/hb-ot-layout-gsub-table.hh | 2 +-
45996  1 file changed, 1 insertion(+), 1 deletion(-)
45997
45998 commit 5f68f8675e5ccaee91f5a90d86bc3b022b9a54e4
45999 Author: Behdad Esfahbod <behdad@behdad.org>
46000 Date:   Fri Jun 8 19:23:43 2012 -0400
46001
46002     Minor
46003
46004  src/hb-ot-shape.cc | 1 +
46005  1 file changed, 1 insertion(+)
46006
46007 commit 872969126756456a69bf958f3df6e56a26e57b0a
46008 Author: Behdad Esfahbod <behdad@behdad.org>
46009 Date:   Fri Jun 8 14:18:30 2012 -0400
46010
46011     Increase Uniscribe MAX_ITEMS
46012
46013  src/hb-uniscribe.cc | 2 +-
46014  1 file changed, 1 insertion(+), 1 deletion(-)
46015
46016 commit dbffa4c83d29c689ee4cd8a1c53e84521028c711
46017 Author: Behdad Esfahbod <behdad@behdad.org>
46018 Date:   Fri Jun 8 14:08:32 2012 -0400
46019
46020     Fix Uniscribe charset matching
46021
46022     Previously was failing to match fonts that didn't support
46023     CHARSET_ANSI.
46024
46025     There still remains a problem with the Uniscribe backend, in that if a
46026     font with the same family name is installed, and is newer, the native
46027     one is preferred over the font we provide.  Fixing it requires
46028     rewriting
46029     the name table with a unique family name...
46030
46031  src/hb-uniscribe.cc | 1 +
46032  1 file changed, 1 insertion(+)
46033
46034 commit 82e8bd8628aeb37835fb019a71b6bdac87824b97
46035 Author: Behdad Esfahbod <behdad@behdad.org>
46036 Date:   Fri Jun 8 11:48:29 2012 -0400
46037
46038     Remove unused code
46039
46040  src/hb-uniscribe.cc | 4 +---
46041  1 file changed, 1 insertion(+), 3 deletions(-)
46042
46043 commit 6da9dbff21b47fb10794b8d6cb747393c9eab7dd
46044 Author: Behdad Esfahbod <behdad@behdad.org>
46045 Date:   Fri Jun 8 10:53:35 2012 -0400
46046
46047     Remove zero-width chars in the fallback shaper too
46048
46049  src/hb-fallback-shape.cc | 16 ++++++++++++----
46050  1 file changed, 12 insertions(+), 4 deletions(-)
46051
46052 commit 68b76121f83fc9b87dc84f03e8bef38d4332734d
46053 Author: Behdad Esfahbod <behdad@behdad.org>
46054 Date:   Fri Jun 8 10:43:49 2012 -0400
46055
46056     Fix regressions introduced by sed.  Ouch!
46057
46058     Introduced in 99c2695759a6af855d565f4994bbdf220570bb48.
46059     Broken mark-mark and mark-ligature stuff.
46060
46061  src/hb-ot-layout-gpos-table.hh       | 6 +++---
46062  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
46063  2 files changed, 4 insertions(+), 4 deletions(-)
46064
46065 commit 0dd86f9f6849d82d60a99e66b6928795cfb2a3c7
46066 Author: Behdad Esfahbod <behdad@behdad.org>
46067 Date:   Fri Jun 8 10:23:03 2012 -0400
46068
46069     Whitespace
46070
46071  src/hb-uniscribe.cc | 144
46072  ++++++++++++++++++++++++++--------------------------
46073  1 file changed, 72 insertions(+), 72 deletions(-)
46074
46075 commit 8e7beba7c3b3dea3cb3b7e280c5aab4f13b92d31
46076 Author: Behdad Esfahbod <behdad@behdad.org>
46077 Date:   Fri Jun 8 10:22:06 2012 -0400
46078
46079     Fix Uniscribe clusters with direction-overriden Arabic
46080
46081  src/hb-uniscribe.cc | 4 ++--
46082  1 file changed, 2 insertions(+), 2 deletions(-)
46083
46084 commit b069c3c31bfbbf160eb897c7474be9ea90ed4fc1
46085 Author: Behdad Esfahbod <behdad@behdad.org>
46086 Date:   Fri Jun 8 10:10:29 2012 -0400
46087
46088     Really fix override-direction in Uniscribe
46089
46090  src/hb-uniscribe.cc | 10 +++++++---
46091  1 file changed, 7 insertions(+), 3 deletions(-)
46092
46093 commit fcd6f5326166e993b8f5222efbaffe916da98f0a
46094 Author: Behdad Esfahbod <behdad@behdad.org>
46095 Date:   Fri Jun 8 09:59:43 2012 -0400
46096
46097     Unbreak Uniscribe
46098
46099     Oops.  hb_tag_t and OPENTYPE_TAG have different endianness.  Perhaps
46100     something to add API for in hb-uniscribe.h
46101
46102  src/hb-private.hh   | 12 +++++++++++-
46103  src/hb-uniscribe.cc |  8 ++++----
46104  2 files changed, 15 insertions(+), 5 deletions(-)
46105
46106 commit 29eac8f591fdb86f1c4fdc0a6ab63910ff286b84
46107 Author: Behdad Esfahbod <behdad@behdad.org>
46108 Date:   Fri Jun 8 09:26:17 2012 -0400
46109
46110     Override direction in Uniscribe backend
46111
46112     Matches OT backend now.
46113
46114  src/hb-uniscribe.cc | 2 +-
46115  1 file changed, 1 insertion(+), 1 deletion(-)
46116
46117 commit 1c1233e57686d77d89fe3ac1dc53de9ee60798c1
46118 Author: Behdad Esfahbod <behdad@behdad.org>
46119 Date:   Fri Jun 8 09:20:53 2012 -0400
46120
46121     Make Uniscribe backend respect selected script
46122
46123  src/hb-uniscribe.cc | 15 +++++++++++++--
46124  1 file changed, 13 insertions(+), 2 deletions(-)
46125
46126 commit 0bb0f5d41976ae27c5c7a51cbb82144b48315a4b
46127 Author: Behdad Esfahbod <behdad@behdad.org>
46128 Date:   Thu Jun 7 17:42:48 2012 -0400
46129
46130     Add note re _NullPool
46131
46132  src/hb-open-type-private.hh | 1 +
46133  1 file changed, 1 insertion(+)
46134
46135 commit 2a3d911fe0ff5d6442659d3381d5b08c30ee2896
46136 Author: Behdad Esfahbod <behdad@behdad.org>
46137 Date:   Thu Jun 7 17:31:46 2012 -0400
46138
46139     Fix alignment-requirement missmatch
46140
46141     Detected by clang and lots of cmdline options.
46142
46143  src/hb-buffer-private.hh             | 2 +-
46144  src/hb-buffer.cc                     | 5 +++--
46145  src/hb-ot-layout-gsub-table.hh       | 4 ++--
46146  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
46147  4 files changed, 7 insertions(+), 6 deletions(-)
46148
46149 commit 6095de1635441af16340c7b2c5a6b4c531ec242f
46150 Author: Behdad Esfahbod <behdad@behdad.org>
46151 Date:   Thu Jun 7 15:48:18 2012 -0400
46152
46153     Fix clang warning with NO_MT path
46154
46155  src/hb-shape.cc | 2 +-
46156  1 file changed, 1 insertion(+), 1 deletion(-)
46157
46158 commit a18280a8ce9128fc9d75f8a367ae8ce0886a9599
46159 Author: Behdad Esfahbod <behdad@behdad.org>
46160 Date:   Thu Jun 7 15:44:12 2012 -0400
46161
46162     Fix warnings produced by clang analyzer
46163
46164  src/hb-icu.cc          | 6 ++++--
46165  test/api/test-blob.c   | 2 +-
46166  test/api/test-buffer.c | 4 ++--
46167  util/helper-cairo.cc   | 2 +-
46168  4 files changed, 8 insertions(+), 6 deletions(-)
46169
46170 commit 7ec83051c05777c0e6e2eea6ef6c71effede9527
46171 Author: Behdad Esfahbod <behdad@behdad.org>
46172 Date:   Thu Jun 7 13:32:57 2012 -0400
46173
46174     Fix warnings
46175
46176  util/ansi-print.cc | 30 +++++++++++++-----------------
46177  1 file changed, 13 insertions(+), 17 deletions(-)
46178
46179 commit 73cb02de2dd28b09d4aa76230132248215cfe83d
46180 Author: Behdad Esfahbod <behdad@behdad.org>
46181 Date:   Wed Jun 6 11:29:25 2012 -0400
46182
46183     Minor
46184
46185  src/hb-private.hh | 26 +++++++++++++-------------
46186  1 file changed, 13 insertions(+), 13 deletions(-)
46187
46188 commit 79e2b4791fe95ede9a1e6b1c71ccc6e36c4fc0e5
46189 Author: Behdad Esfahbod <behdad@behdad.org>
46190 Date:   Wed Jun 6 11:27:17 2012 -0400
46191
46192     Fix ASSERT_POD on clang
46193
46194     As reported by bashi.  Not tested.
46195
46196  src/hb-private.hh | 8 ++++++--
46197  1 file changed, 6 insertions(+), 2 deletions(-)
46198
46199 commit 4282d2f3771d6510c27b62e54cc1254d6f2389b3
46200 Author: Behdad Esfahbod <behdad@behdad.org>
46201 Date:   Wed Jun 6 03:42:36 2012 -0400
46202
46203     Enabled ICU again
46204
46205  configure.ac | 1 -
46206  1 file changed, 1 deletion(-)
46207
46208 commit 6220e5fc0dad728e67a92e838d3ac275d032f2c7
46209 Author: Behdad Esfahbod <behdad@behdad.org>
46210 Date:   Wed Jun 6 03:30:09 2012 -0400
46211
46212     Add ASSERT_POD for most objects
46213
46214  src/hb-blob.cc            | 1 +
46215  src/hb-buffer-private.hh  | 2 ++
46216  src/hb-font-private.hh    | 3 +++
46217  src/hb-object-private.hh  | 2 ++
46218  src/hb-private.hh         | 2 +-
46219  src/hb-set-private.hh     | 4 +++-
46220  src/hb-unicode-private.hh | 1 +
46221  7 files changed, 13 insertions(+), 2 deletions(-)
46222
46223 commit a00a63b5ef503fafa87e26b517732b2214e01719
46224 Author: Behdad Esfahbod <behdad@behdad.org>
46225 Date:   Wed Jun 6 03:07:01 2012 -0400
46226
46227     Add macros to check that types are POD
46228
46229  configure.ac                |  1 +
46230  src/hb-open-type-private.hh | 32 ++++++++++++++++++++------------
46231  src/hb-private.hh           | 24 ++++++++++++++++++++++++
46232  3 files changed, 45 insertions(+), 12 deletions(-)
46233
46234 commit 61eb60c129e865e92f6a5767a88c44a391f4d413
46235 Author: Behdad Esfahbod <behdad@behdad.org>
46236 Date:   Tue Jun 5 21:14:04 2012 -0400
46237
46238     Don't link to libstdc++
46239
46240     New try.
46241
46242  src/Makefile.am | 3 ++-
46243  1 file changed, 2 insertions(+), 1 deletion(-)
46244
46245 commit 81a4b9fd4eb8995c5930db1df3669db93661eb52
46246 Author: Behdad Esfahbod <behdad@behdad.org>
46247 Date:   Tue Jun 5 20:49:51 2012 -0400
46248
46249     Remove unused hb_static_mutex_t
46250
46251  src/hb-mutex-private.hh | 11 -----------
46252  1 file changed, 11 deletions(-)
46253
46254 commit 4a3a9897b3698dd09c3e880b3ddd4db24c6fb460
46255 Author: Behdad Esfahbod <behdad@behdad.org>
46256 Date:   Tue Jun 5 20:39:07 2012 -0400
46257
46258     Disable Intel atomic ops on mingw32
46259
46260     Apparently the configure test is not enough...
46261
46262  src/hb-atomic-private.hh | 2 +-
46263  1 file changed, 1 insertion(+), 1 deletion(-)
46264
46265 commit 0594a2448440208efa0acac9a5d8d52d43108289
46266 Author: Behdad Esfahbod <behdad@behdad.org>
46267 Date:   Tue Jun 5 20:35:40 2012 -0400
46268
46269     Cleanup TRUE/FALSE vs true/false
46270
46271  src/hb-atomic-private.hh           |  4 +--
46272  src/hb-blob.cc                     | 28 +++++++++---------
46273  src/hb-buffer-private.hh           |  2 +-
46274  src/hb-buffer.cc                   | 38 ++++++++++++-------------
46275  src/hb-buffer.h                    |  4 +--
46276  src/hb-fallback-shape.cc           |  2 +-
46277  src/hb-font.cc                     | 22 +++++++--------
46278  src/hb-ft.cc                       | 22 +++++++--------
46279  src/hb-glib.cc                     | 16 +++++------
46280  src/hb-graphite2.cc                |  8 +++---
46281  src/hb-icu.cc                      | 30 ++++++++++----------
46282  src/hb-ot-layout.cc                | 28 +++++++++---------
46283  src/hb-ot-shape-complex-private.hh |  2 +-
46284  src/hb-ot-shape-normalize.cc       | 16 +++++------
46285  src/hb-ot-shape.cc                 |  4 +--
46286  src/hb-private.hh                  | 18 ++++--------
46287  src/hb-set.cc                      |  2 +-
46288  src/hb-set.h                       |  2 +-
46289  src/hb-shape.cc                    |  6 ++--
46290  src/hb-tt-font.cc                  | 12 ++++----
46291  src/hb-unicode.cc                  |  8 +++---
46292  src/hb-uniscribe.cc                | 18 ++++++------
46293  src/main.cc                        |  2 +-
46294  util/hb-shape.cc                   |  2 +-
46295  util/helper-cairo.cc               | 16 +++++------
46296  util/main-font-text.hh             |  2 +-
46297  util/options.cc                    | 58
46298  +++++++++++++++++++-------------------
46299  util/options.hh                    |  2 +-
46300  util/view-cairo.hh                 |  2 +-
46301  29 files changed, 185 insertions(+), 191 deletions(-)
46302
46303 commit e1ac38f8dd04c29d2d4140f5a492cdaf25d72901
46304 Author: Behdad Esfahbod <behdad@behdad.org>
46305 Date:   Tue Jun 5 20:31:49 2012 -0400
46306
46307     Fix inert buffer set_length() with zero
46308
46309     Oops!
46310
46311  src/hb-buffer.cc | 3 +++
46312  1 file changed, 3 insertions(+)
46313
46314 commit 04bc1eebe7a304c0e6f86ab6814c65889f152602
46315 Author: Behdad Esfahbod <behdad@behdad.org>
46316 Date:   Tue Jun 5 20:16:56 2012 -0400
46317
46318     Add configure tests for Intel atomic intrinsics
46319
46320  configure.ac             | 17 +++++++++++++++++
46321  src/hb-atomic-private.hh | 12 ++++++------
46322  src/hb-mutex-private.hh  |  2 +-
46323  3 files changed, 24 insertions(+), 7 deletions(-)
46324
46325 commit 68c75b46977beb57e35082db26be712b3cd65678
46326 Author: Behdad Esfahbod <behdad@behdad.org>
46327 Date:   Tue Jun 5 19:55:46 2012 -0400
46328
46329     Shuffle
46330
46331  configure.ac | 16 ++++++++--------
46332  1 file changed, 8 insertions(+), 8 deletions(-)
46333
46334 commit f64b2ebf82c5f355cd95806478cd30c00b1a2731
46335 Author: Behdad Esfahbod <behdad@behdad.org>
46336 Date:   Tue Jun 5 19:23:29 2012 -0400
46337
46338     Remove last static initializer
46339
46340     We're free!  Lazy or immediate...
46341
46342  src/hb-ft.cc    |   2 +
46343  src/hb-shape.cc | 150
46344  ++++++++++++++++++++++++++++++++++++++++----------------
46345  2 files changed, 110 insertions(+), 42 deletions(-)
46346
46347 commit 4a8a529068fc380298bb05b9d878bede3e9f4da1
46348 Author: Behdad Esfahbod <behdad@behdad.org>
46349 Date:   Tue Jun 5 19:17:02 2012 -0400
46350
46351     Make hb-view err if all shapers failed
46352
46353  util/view-cairo.hh | 2 +-
46354  1 file changed, 1 insertion(+), 1 deletion(-)
46355
46356 commit 04aed572f112b96a6033cd6c3df7bdba5e29e93c
46357 Author: Behdad Esfahbod <behdad@behdad.org>
46358 Date:   Tue Jun 5 18:30:19 2012 -0400
46359
46360     Make hb-ft static-initializer free
46361
46362  src/hb-common.cc |  5 ++---
46363  src/hb-ft.cc     | 38 +++++++++++++++++++++++++++-----------
46364  2 files changed, 29 insertions(+), 14 deletions(-)
46365
46366 commit be4560a3b5e8599cbe2b29a01a60c21c9e2b194f
46367 Author: Behdad Esfahbod <behdad@behdad.org>
46368 Date:   Tue Jun 5 18:14:03 2012 -0400
46369
46370     Undo default unicode-funcs to avoid static initializer again
46371
46372  src/hb-buffer.cc          |  2 +-
46373  src/hb-glib.cc            | 23 ++++++++++++-----------
46374  src/hb-icu.cc             | 24 +++++++++++++-----------
46375  src/hb-unicode-private.hh | 10 +++++-----
46376  src/hb-unicode.cc         | 26 ++++++++++++++------------
46377  5 files changed, 45 insertions(+), 40 deletions(-)
46378
46379 commit 093171cceca63e48e735bbf05a2c11b1b7e95ef1
46380 Author: Behdad Esfahbod <behdad@behdad.org>
46381 Date:   Tue Jun 5 18:00:45 2012 -0400
46382
46383     Implement lock-free hb_language_t
46384
46385     Another static-initialization down.  One more to go.
46386
46387  src/hb-common.cc | 66
46388  +++++++++++++++++++++++++++++++++++++++++++++-----------
46389  1 file changed, 54 insertions(+), 12 deletions(-)
46390
46391 commit 6843ce01be0df501ef3149a2c1c54cdfb693195d
46392 Author: Behdad Esfahbod <behdad@behdad.org>
46393 Date:   Tue Jun 5 17:27:20 2012 -0400
46394
46395     Add atomic-pointer functions
46396
46397     Gonig to use these for lock-free linked-lists, to be used for
46398     hb_language_t among other things.
46399
46400  src/hb-atomic-private.hh | 21 +++++++++++++++++++++
46401  1 file changed, 21 insertions(+)
46402
46403 commit cdafe3a7d8483ac586e2c16487e2a09164e0f65c
46404 Author: Behdad Esfahbod <behdad@behdad.org>
46405 Date:   Tue Jun 5 16:34:49 2012 -0400
46406
46407     Add gcc intrinsics implementations for atomic and mutex
46408
46409  configure.ac             |  4 ++--
46410  src/hb-atomic-private.hh | 11 +++++++++--
46411  src/hb-mutex-private.hh  | 51
46412  +++++++++++++++++++++++++++++++++++++++++-------
46413  src/hb-object-private.hh |  4 +++-
46414  src/hb-warning.cc        | 14 ++++++-------
46415  5 files changed, 65 insertions(+), 19 deletions(-)
46416
46417 commit d970d2899b36a2fbd002b224b8bd37b0906fdd5f
46418 Author: Behdad Esfahbod <behdad@behdad.org>
46419 Date:   Tue Jun 5 16:06:28 2012 -0400
46420
46421     Add gcc implementation for atomic ops
46422
46423  src/hb-atomic-private.hh | 9 +++++++--
46424  1 file changed, 7 insertions(+), 2 deletions(-)
46425
46426 commit 0e253e97af71e2a7ead153589f61fd579a247502
46427 Author: Behdad Esfahbod <behdad@behdad.org>
46428 Date:   Tue Jun 5 15:37:19 2012 -0400
46429
46430     Add a mutex to object header
46431
46432     Removes one more static-initialization.  A few more to go.
46433
46434  src/hb-common.cc         | 24 +++++++++---------------
46435  src/hb-mutex-private.hh  | 19 +++++++------------
46436  src/hb-object-private.hh | 36 ++++++++++++++++++++++--------------
46437  src/hb-private.hh        | 11 +++++------
46438  4 files changed, 43 insertions(+), 47 deletions(-)
46439
46440 commit a2b471df821b32625d127f83b2f90e6d6a967e7e
46441 Author: Behdad Esfahbod <behdad@behdad.org>
46442 Date:   Tue Jun 5 15:17:44 2012 -0400
46443
46444     Remove static initializers from indic
46445
46446  src/hb-ot-shape-complex-indic.cc | 50
46447  +++++++++++++++++++++++++++++++---------
46448  1 file changed, 39 insertions(+), 11 deletions(-)
46449
46450 commit f06ab8a4262c759b4723614fd28f55ee77aa8466
46451 Author: Behdad Esfahbod <behdad@behdad.org>
46452 Date:   Tue Jun 5 12:31:51 2012 -0400
46453
46454     Better hide nil objects and make them const
46455
46456  src/hb-blob.cc            | 34 +++++++++++------------
46457  src/hb-buffer.cc          | 39 +++++++++++++-------------
46458  src/hb-font.cc            | 70
46459  +++++++++++++++++++++++------------------------
46460  src/hb-ft.cc              | 49 +++++++++++++++------------------
46461  src/hb-glib.cc            | 25 ++++++++---------
46462  src/hb-icu.cc             | 25 ++++++++---------
46463  src/hb-set.cc             | 16 +++++------
46464  src/hb-unicode-private.hh | 11 ++++----
46465  src/hb-unicode.cc         | 34 +++++++++++------------
46466  9 files changed, 146 insertions(+), 157 deletions(-)
46467
46468 commit bf93b636c4963cbc32d5fba7ace1053db6719192
46469 Author: Behdad Esfahbod <behdad@behdad.org>
46470 Date:   Tue Jun 5 14:17:32 2012 -0400
46471
46472     Remove constructor from hb_prealloced_array_t
46473
46474     This was causing all object types to be non-POD and have static
46475     initializers.  We don't need that!
46476
46477     Now, most nil objects just moved from .bss to .data.  Fixing for that
46478     coming soon.
46479
46480  src/hb-object-private.hh | 3 +++
46481  src/hb-private.hh        | 4 +++-
46482  src/hb-set-private.hh    | 1 +
46483  3 files changed, 7 insertions(+), 1 deletion(-)
46484
46485 commit 7037291aacb858f8090fd7d9028c196cc1a21703
46486 Author: Behdad Esfahbod <behdad@behdad.org>
46487 Date:   Tue Jun 5 13:30:11 2012 -0400
46488
46489     Check for atexit()
46490
46491  configure.ac | 2 +-
46492  1 file changed, 1 insertion(+), 1 deletion(-)
46493
46494 commit f1971a217424bd6db5c7072ba5cf197f318d4e47
46495 Author: Behdad Esfahbod <behdad@behdad.org>
46496 Date:   Tue Jun 5 13:04:20 2012 -0400
46497
46498     Fix warnings
46499
46500  src/indic.cc | 2 +-
46501  1 file changed, 1 insertion(+), 1 deletion(-)
46502
46503 commit b0a6e58bb3dda72dcce37d54d987591630a3db6c
46504 Author: Behdad Esfahbod <behdad@behdad.org>
46505 Date:   Mon Jun 4 10:21:22 2012 -0400
46506
46507     s/script-punjabi/script-gurmukhi/
46508
46509  test/shaping/texts/in-tree/shaper-indic/indic/MANIFEST                  |
46510  2 +-
46511  .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/MANIFEST
46512  | 0
46513  .../indic/{script-punjabi => script-gurmukhi}/misc/MANIFEST             |
46514  0
46515  .../indic/{script-punjabi => script-gurmukhi}/misc/misc.txt             |
46516  0
46517  .../indic/{script-punjabi => script-gurmukhi}/utrrs/LICENSE             |
46518  0
46519  .../indic/{script-punjabi => script-gurmukhi}/utrrs/MANIFEST            |
46520  0
46521  .../shaper-indic/indic/{script-punjabi => script-gurmukhi}/utrrs/README
46522  | 0
46523  .../indic/{script-punjabi => script-gurmukhi}/utrrs/SOURCES             |
46524  0
46525  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt            |
46526  0
46527  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt
46528  | 0
46529  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt                |
46530  0
46531  .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt
46532  | 0
46533  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt
46534  | 0
46535  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt              |
46536  0
46537  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt
46538  | 0
46539  .../indic/{script-punjabi => script-gurmukhi}/utrrs/codepoint/MANIFEST
46540  | 0
46541  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt                       |
46542  0
46543  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt                       |
46544  0
46545  .../indic/{script-punjabi => script-gurmukhi}/utrrs/gpos/MANIFEST
46546  | 0
46547  .../utrrs/gsub/IndicFontFeatureGSUB.txt                                 |
46548  0
46549  .../indic/{script-punjabi => script-gurmukhi}/utrrs/gsub/MANIFEST
46550  | 0
46551  21 files changed, 1 insertion(+), 1 deletion(-)
46552
46553 commit c1885483120d4b686b2fe95b217dce7248e040b1
46554 Author: Behdad Esfahbod <behdad@behdad.org>
46555 Date:   Mon Jun 4 08:56:00 2012 -0400
46556
46557     Add --verbose to hb-shape
46558
46559     Just turns all --show-* options on.
46560
46561  util/options.cc | 11 +++++++++++
46562  util/options.hh |  1 -
46563  2 files changed, 11 insertions(+), 1 deletion(-)
46564
46565 commit 9fc7a11469113d31d8095757c4fc038c3427d44a
46566 Author: Behdad Esfahbod <behdad@behdad.org>
46567 Date:   Mon Jun 4 08:28:19 2012 -0400
46568
46569     Remove comma at the end of enum
46570
46571     As reported by Jonathan Kew on the list.
46572
46573  src/hb-ot-shape-complex-indic.cc | 2 +-
46574  1 file changed, 1 insertion(+), 1 deletion(-)
46575
46576 commit 3b8fd9c48f4bde368bf2d465c148b9743a9216ee
46577 Author: Behdad Esfahbod <behdad@behdad.org>
46578 Date:   Sun Jun 3 15:54:19 2012 -0400
46579
46580     Remove const from ref_count.ref_count
46581
46582     According to Tom Hacohen this was breaking build with some compilers.
46583
46584     In file included from hb-buffer-private.hh:35:0,
46585                      from hb-ot-map-private.hh:32,
46586                      from hb-ot-shape-private.hh:32,
46587                      from hb-ot-shape.cc:29:
46588     hb-object-private.hh: In constructor
46589     '_hb_object_header_t::_hb_object_header_t()':
46590     hb-object-private.hh:97:8: error: uninitialized const member in
46591     'struct hb_reference_count_t'
46592     hb-object-private.hh:51:25: note: 'hb_reference_count_t::ref_count'
46593     should be initialized
46594     In file included from hb-ot-shape.cc:33:0:
46595     hb-set-private.hh: In constructor '_hb_set_t::_hb_set_t()':
46596     hb-set-private.hh:37:8: note: synthesized method
46597     '_hb_object_header_t::_hb_object_header_t()' first required here
46598     hb-ot-shape.cc: In function 'void
46599     hb_ot_shape_glyphs_closure(hb_font_t*, hb_buffer_t*, const
46600     hb_feature_t*, unsigned int, hb_set_t*)':
46601     hb-ot-shape.cc:521:12: note: synthesized method
46602     '_hb_set_t::_hb_set_t()' first required here
46603
46604  src/hb-object-private.hh | 2 +-
46605  1 file changed, 1 insertion(+), 1 deletion(-)
46606
46607 commit 70600dbf626808a30fb0fd8b7ae860e64d9ffe87
46608 Author: Behdad Esfahbod <behdad@behdad.org>
46609 Date:   Sun Jun 3 15:52:51 2012 -0400
46610
46611     Minor
46612
46613  src/hb-object-private.hh | 14 +++++++-------
46614  1 file changed, 7 insertions(+), 7 deletions(-)
46615
46616 commit ae62166519291057316a9d15cea3f1570fcb5eaf
46617 Author: Behdad Esfahbod <behdad@behdad.org>
46618 Date:   Sat Jun 2 12:21:19 2012 -0400
46619
46620     [util] Minor
46621
46622  util/options.cc        |  4 +---
46623  util/options.hh        | 26 ++++++++++++++------------
46624  util/shape-consumer.hh |  4 +++-
46625  3 files changed, 18 insertions(+), 16 deletions(-)
46626
46627 commit 5db0683a822f70c914468430cda6487cee740ae3
46628 Author: Behdad Esfahbod <behdad@behdad.org>
46629 Date:   Sat Jun 2 12:13:08 2012 -0400
46630
46631     [util] Make hb-shape continue shaping other lines if shapers failed
46632
46633  util/hb-ot-shape-closure.cc |  3 +++
46634  util/hb-shape.cc            | 36 +++++++++++++++++++++++++------
46635  util/main-font-text.hh      |  2 +-
46636  util/options.cc             | 34 ++++++++++++++++++++++-------
46637  util/options.hh             | 33 ++++++++++++++--------------
46638  util/shape-consumer.hh      | 17 ++++++++++++---
46639  util/view-cairo.cc          | 47 +++++++---------------------------------
46640  util/view-cairo.hh          | 52
46641  +++++++++++++++++++++++++++++++++++++++------
46642  8 files changed, 143 insertions(+), 81 deletions(-)
46643
46644 commit 96a9ef0c9fca8d58d8dc6baf6b262d96587abee0
46645 Author: Behdad Esfahbod <behdad@behdad.org>
46646 Date:   Fri Jun 1 13:46:26 2012 -0400
46647
46648     Remove tab character like other "zero-width" characters
46649
46650     Uniscribe does that, this make comparing results to Uniscribe
46651     easier.
46652
46653  src/hb-unicode-private.hh | 3 ++-
46654  1 file changed, 2 insertions(+), 1 deletion(-)
46655
46656 commit cd6a5493411fea30a04466128e1a37b4d89c6a72
46657 Author: Behdad Esfahbod <behdad@behdad.org>
46658 Date:   Fri Jun 1 13:45:25 2012 -0400
46659
46660     Remove unused variable
46661
46662  util/hb-ot-shape-closure.cc | 2 --
46663  1 file changed, 2 deletions(-)
46664
46665 commit 0558d55bac7fb9279aac859b465e7c0e3ad97492
46666 Author: Behdad Esfahbod <behdad@behdad.org>
46667 Date:   Mon May 28 10:46:47 2012 -0400
46668
46669     Remove hb_atomic_int_set/get()
46670
46671     We never use them in fact...
46672
46673     I'm just adjusting these as I better understand the requirements of
46674     the code and the guarantees of each operation.
46675
46676  src/hb-atomic-private.hh |  8 --------
46677  src/hb-object-private.hh | 12 +++++-------
46678  2 files changed, 5 insertions(+), 15 deletions(-)
46679
46680 commit 4efdffec095e19ceeb4b319d60201e84ece30fd9
46681 Author: Behdad Esfahbod <behdad@behdad.org>
46682 Date:   Sun May 27 22:39:48 2012 -0400
46683
46684     Minor Malayalam test case
46685
46686     From https://bugs.freedesktop.org/show_bug.cgi?id=45166
46687
46688  .../texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt
46689  | 1 +
46690  1 file changed, 1 insertion(+)
46691
46692 commit dfff5b3021016d3a472c100272fd8e2f52307860
46693 Author: Behdad Esfahbod <behdad@behdad.org>
46694 Date:   Sun May 27 22:07:04 2012 -0400
46695
46696     Add Myanmar test case
46697
46698  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST
46699  | 1 +
46700  .../texts/in-tree/shaper-indic/south-east-asian/script-myanmar/MANIFEST
46701  | 1 +
46702  .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/MANIFEST
46703  | 1 +
46704  .../in-tree/shaper-indic/south-east-asian/script-myanmar/misc/misc.txt
46705  | 1 +
46706  4 files changed, 4 insertions(+)
46707
46708 commit bce095524b3e69a47f8e88a2fb02d6ab537f9b0a
46709 Author: Behdad Esfahbod <behdad@behdad.org>
46710 Date:   Sun May 27 11:29:21 2012 -0400
46711
46712     Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name()
46713
46714  TODO                        |  1 +
46715  src/hb-font-private.hh      |  2 ++
46716  src/hb-font.cc              | 80
46717  +++++++++++++++++++++++++++++++++++----------
46718  src/hb-font.h               | 28 ++++++++++++++++
46719  src/hb-ft.cc                | 52 ++++++++++++++++++++++++-----
46720  util/hb-ot-shape-closure.cc |  9 ++---
46721  util/options.cc             | 10 ++----
46722  7 files changed, 142 insertions(+), 40 deletions(-)
46723
46724 commit bc145658bdaeaeea0cdbd719e2756f09a2dbfb48
46725 Author: Behdad Esfahbod <behdad@behdad.org>
46726 Date:   Sun May 27 10:45:57 2012 -0400
46727
46728     Warn if no Unicode functions implementation is found
46729
46730  src/hb-unicode-private.hh |  1 +
46731  src/hb-warning.cc         | 13 +++++++++++++
46732  2 files changed, 14 insertions(+)
46733
46734 commit a3547330fa88e30a138f6f17e60d9c7d1e316622
46735 Author: Behdad Esfahbod <behdad@behdad.org>
46736 Date:   Sun May 27 10:20:47 2012 -0400
46737
46738     Cleanup atomic ops on OS X
46739
46740  src/hb-atomic-private.hh | 7 +++----
46741  1 file changed, 3 insertions(+), 4 deletions(-)
46742
46743 commit e4b6d503c5575ddbf49249e3fef693d75ae75170
46744 Author: Behdad Esfahbod <behdad@behdad.org>
46745 Date:   Sun May 27 10:11:13 2012 -0400
46746
46747     Don't use atomic ops in hb_cache_t
46748
46749     We don't care about linearizability, so unprotected int read/write
46750     are enough, no need for expensive memory barriers.  It's a cache,
46751     that's all.
46752
46753  src/hb-cache-private.hh | 8 ++++----
46754  1 file changed, 4 insertions(+), 4 deletions(-)
46755
46756 commit 819faa05307aa192015f4b43d8103a35e87d6cc7
46757 Author: Behdad Esfahbod <behdad@behdad.org>
46758 Date:   Sun May 27 10:09:18 2012 -0400
46759
46760     Minor
46761
46762  src/hb-atomic-private.hh | 2 +-
46763  1 file changed, 1 insertion(+), 1 deletion(-)
46764
46765 commit 303d5850ec0516e198db241456b0cfc4899ef9c0
46766 Author: Behdad Esfahbod <behdad@behdad.org>
46767 Date:   Sun May 27 10:01:13 2012 -0400
46768
46769     Fix Windows atomic get/set
46770
46771     According to:
46772     http://msdn.microsoft.com/en-us/library/65tt87y8.aspx
46773
46774     MemoryBarrier() is the right macro to protect these, not
46775     _ReadBarrier()
46776     and/or _WriteBarrier().
46777
46778  src/hb-atomic-private.hh | 4 ++--
46779  1 file changed, 2 insertions(+), 2 deletions(-)
46780
46781 commit 8f8956a55fff95e5ad529d2f124c9528d1f4f81d
46782 Author: Behdad Esfahbod <behdad@behdad.org>
46783 Date:   Fri May 25 14:30:24 2012 -0400
46784
46785     [util] Add hidden --shaper that is equivalent of --shapers
46786
46787  util/helper-cairo.cc | 2 +-
46788  util/options.cc      | 6 +++++-
46789  2 files changed, 6 insertions(+), 2 deletions(-)
46790
46791 commit 29ce446d3161b7ea5874352e5f8eb33cd59338c3
46792 Author: Behdad Esfahbod <behdad@behdad.org>
46793 Date:   Fri May 25 14:17:54 2012 -0400
46794
46795     Add set iterator
46796
46797  src/hb-set-private.hh       | 26 +++++++++++++++++++++++---
46798  src/hb-set.cc               |  7 +++++++
46799  src/hb-set.h                | 11 +++++++++--
46800  util/hb-ot-shape-closure.cc |  8 +++++---
46801  4 files changed, 44 insertions(+), 8 deletions(-)
46802
46803 commit 62c3e111fce0ad34960871134c2eb6da572df303
46804 Author: Behdad Esfahbod <behdad@behdad.org>
46805 Date:   Fri May 25 13:48:00 2012 -0400
46806
46807     Add set symmetric difference
46808
46809  src/hb-set-private.hh | 5 +++++
46810  src/hb-set.cc         | 7 +++++++
46811  src/hb-set.h          | 6 ++++++
46812  3 files changed, 18 insertions(+)
46813
46814 commit 27aba594c90b4444c35273a38f5fedc8e09d9a88
46815 Author: Behdad Esfahbod <behdad@behdad.org>
46816 Date:   Thu May 24 15:00:01 2012 -0400
46817
46818     Minor
46819
46820  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
46821  src/hb-ot-shape-complex-indic.cc         | 2 +-
46822  2 files changed, 2 insertions(+), 2 deletions(-)
46823
46824 commit cde1c0114ba66a45d907e81a49bf625e0dc946b0
46825 Author: Behdad Esfahbod <behdad@behdad.org>
46826 Date:   Thu May 24 10:46:39 2012 -0400
46827
46828     Fix hb_atomic_int_set() implementation for HB_NO_MT
46829
46830     As pointed out by Jonathan Kew.
46831
46832  src/hb-atomic-private.hh | 2 +-
46833  1 file changed, 1 insertion(+), 1 deletion(-)
46834
46835 commit 3b9b7133bea787f787170beea073f185e36d2327
46836 Author: Behdad Esfahbod <behdad@behdad.org>
46837 Date:   Wed May 23 22:00:25 2012 -0400
46838
46839     Update TODO
46840
46841  TODO | 18 ++++++++++++++++--
46842  1 file changed, 16 insertions(+), 2 deletions(-)
46843
46844 commit ff3524c21aabf5d0d6014d1ce1b3e12ca5f0990f
46845 Author: Behdad Esfahbod <behdad@behdad.org>
46846 Date:   Wed May 23 21:50:43 2012 -0400
46847
46848     Add Arabic diacritics tests
46849
46850  .../shaper-arabic/script-arabic/misc/MANIFEST      |   2 +-
46851  .../script-arabic/misc/diacritics/MANIFEST         |   5 +
46852  .../script-arabic/misc/diacritics/lam-alef.txt     |  28 +
46853  .../misc/diacritics/language-arabic.txt            | 695
46854  +++++++++++++++++++++
46855  .../misc/diacritics/language-persian.txt           |  48 ++
46856  .../misc/diacritics/language-urdu.txt              | 188 ++++++
46857  .../misc/{ => diacritics}/ligature-diacritics.txt  |   0
46858  7 files changed, 965 insertions(+), 1 deletion(-)
46859
46860 commit ed2f1363a391add41f10cff18792003583a10257
46861 Author: Behdad Esfahbod <behdad@behdad.org>
46862 Date:   Tue May 22 22:12:22 2012 -0400
46863
46864     Fix substitution glyph class propagation
46865
46866     The old code was doing nothing.
46867
46868     Still got to find an example font+string that makes this matter, but
46869     need this for fixing synthetic GDEF anyway.
46870
46871  src/hb-ot-layout-gsub-table.hh       | 10 ++++------
46872  src/hb-ot-layout-gsubgpos-private.hh | 23 ++++++-----------------
46873  2 files changed, 10 insertions(+), 23 deletions(-)
46874
46875 commit a6de53664df9549a5dc93752647ea1d3bb336f7b
46876 Author: Behdad Esfahbod <behdad@behdad.org>
46877 Date:   Fri May 18 15:04:35 2012 -0400
46878
46879     Add CJK Compatibility Ideographs tests
46880
46881     From:
46882     http://people.mozilla.org/~jdaggett/tests/cjkcompat.html
46883
46884  test/shaping/texts/in-tree/shaper-default/MANIFEST                     |
46885  3 ++-
46886  .../in-tree/shaper-default/{script-japanese => script-han}/MANIFEST
46887  | 0
46888  test/shaping/texts/in-tree/shaper-default/script-han/misc/MANIFEST     |
46889  1 +
46890  .../texts/in-tree/shaper-default/script-han/misc/cjk-compat.txt        |
46891  3 +++
46892  test/shaping/texts/in-tree/shaper-default/script-hiragana/MANIFEST     |
46893  1 +
46894  .../shaper-default/{script-japanese => script-hiragana}/misc/MANIFEST
46895  | 0
46896  .../{script-japanese => script-hiragana}/misc/kazuraki-liga-lines.txt
46897  | 0
46898  .../{script-japanese => script-hiragana}/misc/kazuraki-liga.txt
46899  | 0
46900  8 files changed, 7 insertions(+), 1 deletion(-)
46901
46902 commit 20fdb0f41d81b226e076a4830d4b0d03da31fc19
46903 Author: Behdad Esfahbod <behdad@behdad.org>
46904 Date:   Thu May 17 22:04:45 2012 -0400
46905
46906     Add a lock-free cache type for int->int functions
46907
46908     To be used for cmap and advance caching if desired.
46909
46910  TODO                    |  2 ++
46911  src/Makefile.am         |  1 +
46912  src/hb-cache-private.hh | 72
46913  +++++++++++++++++++++++++++++++++++++++++++++++++
46914  src/hb-font.cc          |  2 ++
46915  4 files changed, 77 insertions(+)
46916
46917 commit bd908b4f102b5ae18a3ad4a8b137994cf74b86ce
46918 Author: Behdad Esfahbod <behdad@behdad.org>
46919 Date:   Thu May 17 22:02:08 2012 -0400
46920
46921     Implement hb_atomic_int_set() for OS X
46922
46923  src/hb-atomic-private.hh | 2 ++
46924  1 file changed, 2 insertions(+)
46925
46926 commit 022a05ae90f30bcddff413022e0cd801809b5390
46927 Author: Behdad Esfahbod <behdad@behdad.org>
46928 Date:   Thu May 17 21:53:24 2012 -0400
46929
46930     Minor
46931
46932  src/hb-atomic-private.hh | 4 +++-
46933  src/hb-mutex-private.hh  | 4 +++-
46934  2 files changed, 6 insertions(+), 2 deletions(-)
46935
46936 commit 22afd66a30d01b6771405e76777306f600807bea
46937 Author: Behdad Esfahbod <behdad@behdad.org>
46938 Date:   Thu May 17 21:23:49 2012 -0400
46939
46940     Add hb_atomic_int_set() again
46941
46942  src/hb-atomic-private.hh | 9 ++++++---
46943  1 file changed, 6 insertions(+), 3 deletions(-)
46944
46945 commit 4aa7258cb16176a89e1547fee8f86571fdd98307
46946 Author: Behdad Esfahbod <behdad@behdad.org>
46947 Date:   Thu May 17 21:01:04 2012 -0400
46948
46949     Fix type conflicts on Windows without glib
46950
46951  src/hb-tt-font.cc | 3 ++-
46952  1 file changed, 2 insertions(+), 1 deletion(-)
46953
46954 commit f039e79d5438a8fc4a3ec11a387bbfc0f6b83024
46955 Author: Behdad Esfahbod <behdad@behdad.org>
46956 Date:   Thu May 17 20:55:12 2012 -0400
46957
46958     Don't use min/max as function names
46959
46960     They can be macros on some systems.  Eg. mingw32.
46961
46962  src/hb-set-private.hh | 4 ++--
46963  src/hb-set.cc         | 4 ++--
46964  2 files changed, 4 insertions(+), 4 deletions(-)
46965
46966 commit 34961e3198e27fa37fd4cfdad12ef86a2e9e51c2
46967 Author: Behdad Esfahbod <behdad@behdad.org>
46968 Date:   Thu May 17 20:50:38 2012 -0400
46969
46970     Prefer native atomic/mutex ops to glib's
46971
46972  src/hb-atomic-private.hh | 29 ++++++++++++++++-------------
46973  src/hb-mutex-private.hh  | 24 ++++++++++++++----------
46974  2 files changed, 30 insertions(+), 23 deletions(-)
46975
46976 commit ec3ba4b96fc4f262db1ff9f906628c32f26c9b7d
46977 Author: Behdad Esfahbod <behdad@behdad.org>
46978 Date:   Thu May 17 20:30:46 2012 -0400
46979
46980     Move atomic ops into their own header
46981
46982  src/Makefile.am          |  1 +
46983  src/hb-atomic-private.hh | 78
46984  ++++++++++++++++++++++++++++++++++++++++++++++++
46985  src/hb-mutex-private.hh  |  1 -
46986  src/hb-object-private.hh | 52 ++------------------------------
46987  src/hb-warning.cc        |  2 +-
46988  5 files changed, 82 insertions(+), 52 deletions(-)
46989
46990 commit de0878395be5c72d7058faac8f64715bdd42eb3b
46991 Author: Behdad Esfahbod <behdad@behdad.org>
46992 Date:   Thu May 17 20:15:49 2012 -0400
46993
46994     Update TODO
46995
46996  TODO | 12 ++++++++----
46997  1 file changed, 8 insertions(+), 4 deletions(-)
46998
46999 commit c87b317f0eb118e67134e8e419a6d65e0fa40d30
47000 Author: Behdad Esfahbod <behdad@behdad.org>
47001 Date:   Tue May 15 23:53:18 2012 -0400
47002
47003     [util] Add hb-ot-shape-closure tool
47004
47005     Computes all the glyphs that may be generated given a font and
47006     set of Unicode characters.
47007
47008     The order of the Unicode characters is irrelevant.
47009
47010     Sample output:
47011
47012     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf f
47013     f f_f
47014
47015     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf i
47016     i
47017
47018     behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf fi
47019     f f_i f_f_i f_f i
47020
47021     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ب
47022     uni0628 uni0628.init uni0628.medi uni0628.fina
47023
47024     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ا
47025     uni0627 uni0627.fina
47026
47027     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
47028     uni0627 uni0627.fina uni0628 uni0628.init uni0628.medi uni0628.fina
47029
47030     behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
47031     --no-glyph-names
47032     5 6 133 134 135 136
47033
47034  configure.ac                |   2 +-
47035  util/Makefile.am            |  22 ++++++---
47036  util/hb-ot-shape-closure.cc | 112
47037  ++++++++++++++++++++++++++++++++++++++++++++
47038  util/options.hh             |  12 +++++
47039  4 files changed, 140 insertions(+), 8 deletions(-)
47040
47041 commit 45675e589e6ef9f81b2a4199cf33e3e7778433a8
47042 Author: Behdad Esfahbod <behdad@behdad.org>
47043 Date:   Tue May 15 23:10:39 2012 -0400
47044
47045     [util] Refactor to accommodate for upcoming new tool
47046
47047  util/Makefile.am                       | 10 +++--
47048  util/hb-shape.cc                       | 70
47049  +++++++++++++++-------------------
47050  util/hb-view.cc                        |  8 ++--
47051  util/{hb-view.hh => main-font-text.hh} | 48 +++++++++++------------
47052  util/shape-consumer.hh                 | 69
47053  +++++++++++++++++++++++++++++++++
47054  5 files changed, 135 insertions(+), 70 deletions(-)
47055
47056 commit 1d6846db9ebf84561bb30a4e48c6c43184914099
47057 Author: Behdad Esfahbod <behdad@behdad.org>
47058 Date:   Sun May 13 18:09:29 2012 +0200
47059
47060     [Indic] Apply vatu feature after cjct
47061
47062     Testing with old Deva spec this reduces failures.
47063     Test sequence: U+0915,U+094D,U+0930.
47064
47065  src/hb-ot-shape-complex-indic.cc | 6 +++---
47066  1 file changed, 3 insertions(+), 3 deletions(-)
47067
47068 commit 8caf5dcd66550351c6038b9ae7ecc5254eed64ff
47069 Author: Behdad Esfahbod <behdad@behdad.org>
47070 Date:   Sun May 13 17:10:18 2012 +0200
47071
47072     Minor
47073
47074  util/ansi-print.cc | 67
47075  +++++++++++++++++++++++++++---------------------------
47076  1 file changed, 33 insertions(+), 34 deletions(-)
47077
47078 commit 617f4ac46f1084859d2034c08760e31e52d3bec3
47079 Author: Behdad Esfahbod <behdad@behdad.org>
47080 Date:   Sun May 13 16:48:03 2012 +0200
47081
47082     Refactor
47083
47084  src/hb-ot-shape-complex-indic.cc | 44
47085  +++++++++++++++++++++-------------------
47086  1 file changed, 23 insertions(+), 21 deletions(-)
47087
47088 commit 5e4e21fce4b548b0b8a5951bc8f35a9f27428192
47089 Author: Behdad Esfahbod <behdad@behdad.org>
47090 Date:   Sun May 13 16:46:08 2012 +0200
47091
47092     Revert "[Indic] Refactoring"
47093
47094     This reverts commit 0831061efb78983b9c6e1e72574c977e56383c08.
47095
47096  src/hb-ot-shape-complex-indic.cc | 28 ++++++++--------------------
47097  1 file changed, 8 insertions(+), 20 deletions(-)
47098
47099 commit 3f18236a03880c0960f5990dc90685f6146951a6
47100 Author: Behdad Esfahbod <behdad@behdad.org>
47101 Date:   Sun May 13 16:20:10 2012 +0200
47102
47103     Fix more warnings
47104
47105  src/hb-ot-layout-common-private.hh | 2 +-
47106  src/hb-ot-layout-gsub-table.hh     | 2 +-
47107  src/hb-ot-shape-complex-indic.cc   | 8 ++++----
47108  3 files changed, 6 insertions(+), 6 deletions(-)
47109
47110 commit 9f377ed3210fe7d9f15e0c4f82020556f9a8f6f0
47111 Author: Behdad Esfahbod <behdad@behdad.org>
47112 Date:   Sun May 13 16:13:44 2012 +0200
47113
47114     Fix more unused-var warnings
47115
47116  src/hb-ot-shape-complex-arabic.cc |  7 +++++--
47117  src/hb-ot-shape-complex-indic.cc  | 25 ++++++++++++++++++-------
47118  src/hb-ot-shape-complex-misc.cc   | 21 +++++++++++++++------
47119  src/hb-ot-shape-normalize.cc      | 13 ++++++-------
47120  src/hb-set.cc                     |  2 +-
47121  5 files changed, 45 insertions(+), 23 deletions(-)
47122
47123 commit d993e72331c6c4c783b803e01e4d4a02c8e3eb77
47124 Author: Behdad Esfahbod <behdad@behdad.org>
47125 Date:   Sun May 13 16:04:36 2012 +0200
47126
47127     Fix hb_face_set_index()
47128
47129  src/hb-font.cc | 2 +-
47130  1 file changed, 1 insertion(+), 1 deletion(-)
47131
47132 commit 93345edcbea49bdf0e22f26b5b74a23e601dfab4
47133 Author: Behdad Esfahbod <behdad@behdad.org>
47134 Date:   Sun May 13 16:01:08 2012 +0200
47135
47136     Fix warnings
47137
47138  src/hb-fallback-shape.cc |  4 ++--
47139  src/hb-private.hh        | 54
47140  ++++++++++++++++++++++++------------------------
47141  2 files changed, 29 insertions(+), 29 deletions(-)
47142
47143 commit eace47b173807d94b29a6490d0bc3c9f8f6168d1
47144 Author: Behdad Esfahbod <behdad@behdad.org>
47145 Date:   Sun May 13 15:54:43 2012 +0200
47146
47147     Minor
47148
47149  src/hb-ot-shape-complex-indic.cc | 2 +-
47150  1 file changed, 1 insertion(+), 1 deletion(-)
47151
47152 commit 99c2695759a6af855d565f4994bbdf220570bb48
47153 Author: Behdad Esfahbod <behdad@behdad.org>
47154 Date:   Sun May 13 15:45:18 2012 +0200
47155
47156     Add accessort to buffer for current info, current pos, and prev info
47157
47158  src/hb-buffer-private.hh             |  9 ++++++++
47159  src/hb-ot-layout-gpos-table.hh       | 44
47160  ++++++++++++++++++------------------
47161  src/hb-ot-layout-gsub-table.hh       | 28 +++++++++++------------
47162  src/hb-ot-layout-gsubgpos-private.hh | 28 +++++++++++------------
47163  src/hb-ot-shape-complex-arabic.cc    |  4 ++--
47164  src/hb-ot-shape-complex-misc.cc      |  5 ++--
47165  src/hb-ot-shape-normalize.cc         | 16 ++++++-------
47166  src/hb-ot-shape.cc                   |  8 +++----
47167  8 files changed, 76 insertions(+), 66 deletions(-)
47168
47169 commit 6736f3c5b09af6a71935afc04248b033e171a9b2
47170 Author: Behdad Esfahbod <behdad@behdad.org>
47171 Date:   Sun May 13 15:21:06 2012 +0200
47172
47173     Minor
47174
47175  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
47176  1 file changed, 3 insertions(+), 4 deletions(-)
47177
47178 commit 5df809b655bb1318115651fd87d4555cdd9b41cb
47179 Author: Behdad Esfahbod <behdad@behdad.org>
47180 Date:   Sun May 13 15:17:51 2012 +0200
47181
47182     [GSUB/GPOS] Remove context_length
47183
47184     The spec doesn't say contextual matching should be done this way,
47185     and AOTS doesn't do it either.  It was inherited from old HarfBuzz.
47186     Remove it.
47187
47188  src/hb-ot-layout-common-private.hh   |  1 -
47189  src/hb-ot-layout-gpos-table.hh       |  3 ---
47190  src/hb-ot-layout-gsub-table.hh       |  6 ++----
47191  src/hb-ot-layout-gsubgpos-private.hh | 32
47192  +++++++++++---------------------
47193  4 files changed, 13 insertions(+), 29 deletions(-)
47194
47195 commit 28b9d502bb69a8045818d5f6113ded9c59a56bd7
47196 Author: Behdad Esfahbod <behdad@behdad.org>
47197 Date:   Sun May 13 15:04:00 2012 +0200
47198
47199     Minor
47200
47201  src/hb-ot-layout-gsubgpos-private.hh | 11 +++++------
47202  1 file changed, 5 insertions(+), 6 deletions(-)
47203
47204 commit 50f630c17ced1bd59b4da4f27728dcfbb876400a
47205 Author: Behdad Esfahbod <behdad@behdad.org>
47206 Date:   Sun May 13 13:03:44 2012 +0200
47207
47208     Remove ioctl checks
47209
47210     Ended up not using terminal size after all.
47211
47212  configure.ac       |  2 +-
47213  util/ansi-print.cc | 11 -----------
47214  2 files changed, 1 insertion(+), 12 deletions(-)
47215
47216 commit db0de7cd616e1e9d6fde6659e52a541477fb0148
47217 Author: Behdad Esfahbod <behdad@behdad.org>
47218 Date:   Sun May 13 13:02:38 2012 +0200
47219
47220     [util] Set ansi color only on color change
47221
47222  util/ansi-print.cc | 28 +++++++++++++++++++++++-----
47223  1 file changed, 23 insertions(+), 5 deletions(-)
47224
47225 commit 912c5ff80a255edb8145b9db69e2ed828f8eab5c
47226 Author: Behdad Esfahbod <behdad@behdad.org>
47227 Date:   Sun May 13 12:51:02 2012 +0200
47228
47229     Reduce default margin
47230
47231  util/options.hh | 2 +-
47232  1 file changed, 1 insertion(+), 1 deletion(-)
47233
47234 commit 52e7b1424a3613122e9ca30879298df42733acda
47235 Author: Behdad Esfahbod <behdad@behdad.org>
47236 Date:   Sun May 13 02:02:58 2012 +0200
47237
47238     [util] Make hb-view print out Unicode art if stdout is a terminal
47239
47240  configure.ac              |   4 +-
47241  util/Makefile.am          |   4 +
47242  util/ansi-print.cc        | 411
47243  ++++++++++++++++++++++++++++++++++++++++++++++
47244  util/ansi-print.hh        |  39 +++++
47245  util/helper-cairo-ansi.cc | 102 ++++++++++++
47246  util/helper-cairo-ansi.hh |  39 +++++
47247  util/helper-cairo.cc      |  70 +++++++-
47248  util/options.hh           |   3 +
47249  8 files changed, 668 insertions(+), 4 deletions(-)
47250
47251 commit 8b2753ce2bea8a21ea757186d86dc4a55d8c8b0c
47252 Author: Behdad Esfahbod <behdad@behdad.org>
47253 Date:   Sun May 13 00:54:07 2012 +0200
47254
47255     Minor
47256
47257  TODO | 2 ++
47258  1 file changed, 2 insertions(+)
47259
47260 commit 30874b4819a99cc84fa39e794266685e1b8735d2
47261 Author: Behdad Esfahbod <behdad@behdad.org>
47262 Date:   Sat May 12 15:54:27 2012 +0200
47263
47264     [util] Make tools default to stdin if no text is provided
47265
47266     One less argument to type in typical testing workflow!
47267
47268  util/hb-view.hh |  4 +++-
47269  util/options.cc | 12 +++++-------
47270  util/options.hh |  2 +-
47271  3 files changed, 9 insertions(+), 9 deletions(-)
47272
47273 commit 2097951110e33fe091ed9515ae77e2683c46c889
47274 Author: Behdad Esfahbod <behdad@behdad.org>
47275 Date:   Sat May 12 15:41:48 2012 +0200
47276
47277     [util] Change default font size of hb-view to 256
47278
47279     Most common usecase of hb-view is to test rendering of short words for
47280     testing / inspection.  Not having to type "--font-size 150" each time
47281     isn't such a bad idea...
47282
47283  util/options.hh | 4 ++--
47284  1 file changed, 2 insertions(+), 2 deletions(-)
47285
47286 commit 737dded2e08fcc19935db51c05201a987184d337
47287 Author: Behdad Esfahbod <behdad@behdad.org>
47288 Date:   Sat May 12 15:40:11 2012 +0200
47289
47290     Fix compiler warnings
47291
47292  src/hb-ot-shape-complex-indic.cc | 5 -----
47293  1 file changed, 5 deletions(-)
47294
47295 commit f538fcb538f1decb4100ba89457eb83f2350d64b
47296 Author: Behdad Esfahbod <behdad@behdad.org>
47297 Date:   Sat May 12 15:34:40 2012 +0200
47298
47299     [test] Make tool usage easier by not requiring "--stdin"
47300
47301     Just default to it.  Added "--help" instead to get usage.
47302
47303  test/shaping/hb_test_tools.py | 9 ++++-----
47304  1 file changed, 4 insertions(+), 5 deletions(-)
47305
47306 commit a3273e30bb7ffd727ffc18af5716dfef705d3d94
47307 Author: Behdad Esfahbod <behdad@behdad.org>
47308 Date:   Sat May 12 13:34:18 2012 +0200
47309
47310     [Indic] Add more Malayalam tests
47311
47312  .../indic/script-malayalam/misc/misc.txt           | 38
47313  ++++++++++++++++++++++
47314  1 file changed, 38 insertions(+)
47315
47316 commit 7f852b644b8143492a02edfc853114aaa23446bd
47317 Author: Behdad Esfahbod <behdad@behdad.org>
47318 Date:   Fri May 11 23:10:31 2012 +0200
47319
47320     Fix compiler warnings
47321
47322  src/hb-ot-shape-complex-indic.cc   | 2 +-
47323  src/hb-ot-shape-complex-private.hh | 2 +-
47324  2 files changed, 2 insertions(+), 2 deletions(-)
47325
47326 commit f7e8dcfd4fc377e3d786b097beb656284240456d
47327 Author: Behdad Esfahbod <behdad@behdad.org>
47328 Date:   Fri May 11 22:00:06 2012 +0200
47329
47330     [Indic] Unbreak Devanagari
47331
47332     And this, concludes the HarfBuzz Massala Hackfest.
47333
47334     I like to specially thank Jonathan Kew for doing all the decription
47335     and
47336     letting me get commit points.
47337
47338  configure.ac                             | 2 +-
47339  src/hb-ot-shape-complex-indic-private.hh | 2 +-
47340  2 files changed, 2 insertions(+), 2 deletions(-)
47341
47342 commit 6a091df9b403b147ef78f3974610dedf4ce1e08a
47343 Author: Behdad Esfahbod <behdad@behdad.org>
47344 Date:   Fri May 11 21:42:27 2012 +0200
47345
47346     [Indic] Disambiguate sub vs post vs above matras
47347
47348     Bengali is at *just* above 5% now.
47349
47350  src/hb-ot-shape-complex-indic-private.hh | 31
47351  +++++++++++++++----------------
47352  src/hb-ot-shape-complex-indic.cc         | 12 ++++++------
47353  2 files changed, 21 insertions(+), 22 deletions(-)
47354
47355 commit 9d0d319a4a7e85d922e58fade0f40caae1c9f109
47356 Author: Behdad Esfahbod <behdad@behdad.org>
47357 Date:   Fri May 11 21:36:32 2012 +0200
47358
47359     [Indic] Position Bengali Reph before matras
47360
47361  src/hb-ot-shape-complex-indic.cc | 62
47362  +++++++++++++++++++++++-----------------
47363  1 file changed, 36 insertions(+), 26 deletions(-)
47364
47365 commit f89367251109af235f4f0446c13c261a5a4a6f72
47366 Author: Behdad Esfahbod <behdad@behdad.org>
47367 Date:   Fri May 11 21:10:03 2012 +0200
47368
47369     [Indic] Start categorizing Reph per script
47370
47371  src/hb-ot-shape-complex-indic.cc | 41
47372  ++++++++++++++++++++++++++++++++++------
47373  1 file changed, 35 insertions(+), 6 deletions(-)
47374
47375 commit a913b024d84973556094fd64ce5f0b7106fcc3b5
47376 Author: Behdad Esfahbod <behdad@behdad.org>
47377 Date:   Fri May 11 20:59:26 2012 +0200
47378
47379     [Indic] Apply 'init' feature for Bengali
47380
47381     Error down from 20% to 7%.
47382
47383  src/hb-ot-shape-complex-indic.cc | 15 +++++++++++++++
47384  1 file changed, 15 insertions(+)
47385
47386 commit eed903b1644e087178438959664a6a57bebc398b
47387 Author: Behdad Esfahbod <behdad@behdad.org>
47388 Date:   Fri May 11 20:50:53 2012 +0200
47389
47390     [Indic] Refactor for the arrival of 'init' feature
47391
47392     Yep, on Bengali now!
47393
47394  src/hb-ot-shape-complex-indic.cc | 52
47395  +++++++++++++++++++++++++++-------------
47396  1 file changed, 36 insertions(+), 16 deletions(-)
47397
47398 commit 18c06e189bd078affbb84c3bb5bb80687a227c5e
47399 Author: Behdad Esfahbod <behdad@behdad.org>
47400 Date:   Fri May 11 20:02:14 2012 +0200
47401
47402     [Indic] Add Uniscribe bug feature for dotted circle
47403
47404     For dotted-circle independent clusters, Uniscribe does no Reph shaping
47405     for the exact sequence Ra+Halant+25CC.  Which also is the only
47406     possible
47407     sequence with 25CC at the end.
47408
47409  src/hb-ot-shape-complex-indic-machine.rl |  4 +++-
47410  src/hb-ot-shape-complex-indic-private.hh |  3 ++-
47411  src/hb-ot-shape-complex-indic.cc         | 20 ++++++++++++++++----
47412  3 files changed, 21 insertions(+), 6 deletions(-)
47413
47414 commit 5b16de97bcc4b24da4c77ca6c1a42e814d8cdbd1
47415 Author: Behdad Esfahbod <behdad@behdad.org>
47416 Date:   Fri May 11 19:55:42 2012 +0200
47417
47418     [Indic] Add tests for dottedcircle
47419
47420  .../in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST     | 1 +
47421  .../shaper-indic/indic/script-devanagari/misc/dottedcircle.txt     |
47422  7 +++++++
47423  2 files changed, 8 insertions(+)
47424
47425 commit 0831061efb78983b9c6e1e72574c977e56383c08
47426 Author: Behdad Esfahbod <behdad@behdad.org>
47427 Date:   Fri May 11 19:07:58 2012 +0200
47428
47429     [Indic] Refactoring
47430
47431  src/hb-ot-shape-complex-indic.cc | 26 ++++++++++++++++++--------
47432  1 file changed, 18 insertions(+), 8 deletions(-)
47433
47434 commit 7ea58db311bfb0d8f804d1e9f4a1f004bd45075a
47435 Author: Behdad Esfahbod <behdad@behdad.org>
47436 Date:   Fri May 11 18:58:57 2012 +0200
47437
47438     Minor
47439
47440  src/hb-ot-shape-complex-indic.cc | 6 +++---
47441  1 file changed, 3 insertions(+), 3 deletions(-)
47442
47443 commit 9c09928989316e2befe00d52ed66e055637ccd36
47444 Author: Behdad Esfahbod <behdad@behdad.org>
47445 Date:   Fri May 11 18:46:35 2012 +0200
47446
47447     [Indic] Allow multiple Consonants in Vowel/NBSP syllables
47448
47449     Uniscribe allows multiple Halant+Consonant after a Vowel.
47450     Tests:
47451     ↦       * U+0905,U+094D,U+092B,U+094D,930,94d,930
47452
47453  src/hb-ot-shape-complex-indic-machine.rl | 6 +++---
47454  1 file changed, 3 insertions(+), 3 deletions(-)
47455
47456 commit 8c0aa486f31e9b6cbb31ce295573b53b0a214124
47457 Author: Behdad Esfahbod <behdad@behdad.org>
47458 Date:   Fri May 11 18:13:42 2012 +0200
47459
47460     [Indic] Allow two Nuktas per consonant
47461
47462     Uniscribe allows up to two nuktas per consonant and one per matra. It
47463     does so
47464     indepent of whether the consonant already has a nukta in it.  Tests:
47465
47466             * U+0916,U+093C,U+0941
47467             * U+0959,U+093C,U+0941
47468             * U+0916,U+093C,U+093C,U+0941
47469             * U+0959,U+093C,U+093C,U+0941
47470             * U+0916,U+093C,U+093C,U+093C,U+0941
47471             * U+0959,U+093C,U+093C,U+093C,U+0941
47472             * 915,93c,93c,,94d,U+0916,U+093C,U+093C,U+093e,93c,93c
47473
47474  src/hb-ot-shape-complex-indic-machine.rl | 7 ++++---
47475  1 file changed, 4 insertions(+), 3 deletions(-)
47476
47477 commit 3399a06e7033651ee926448737bdb18e553c1796
47478 Author: Behdad Esfahbod <behdad@behdad.org>
47479 Date:   Fri May 11 17:54:26 2012 +0200
47480
47481     [Indic] Fix U+0952 and similar classification to match Uniscribe
47482
47483     See comments.
47484
47485  src/hb-ot-shape-complex-indic-machine.rl |  1 +
47486  src/hb-ot-shape-complex-indic.cc         | 16 +++++++++++-----
47487  2 files changed, 12 insertions(+), 5 deletions(-)
47488
47489 commit 11aa3ef18dbc6ac9561bd119f5ca2c1aa1209c3a
47490 Author: Behdad Esfahbod <behdad@behdad.org>
47491 Date:   Fri May 11 17:30:48 2012 +0200
47492
47493     [Indic] Treat U+0951..U+0954 all similar to U+0952
47494
47495  src/hb-ot-shape-complex-indic.cc | 3 ++-
47496  1 file changed, 2 insertions(+), 1 deletion(-)
47497
47498 commit 5f131d3226131df440d7f36655e57f6effcae204
47499 Author: Behdad Esfahbod <behdad@behdad.org>
47500 Date:   Fri May 11 17:29:40 2012 +0200
47501
47502     [GSUB/GPOS/Indic] Apply GSUB/GPOS within syllables only
47503
47504     This does not apply to the context matchings.
47505
47506     This regresses tests right now.  And we are not sure whether this is
47507     the right thing to do for GPOS.  But we'll figure out.
47508
47509  src/hb-ot-layout-gsubgpos-private.hh | 18 ++++++++++++------
47510  1 file changed, 12 insertions(+), 6 deletions(-)
47511
47512 commit 8fd83aaf6e50c2c25002c51fee26d82847a61769
47513 Author: Behdad Esfahbod <behdad@behdad.org>
47514 Date:   Fri May 11 17:18:37 2012 +0200
47515
47516     [GSUB/GPOS] Fix wrong buffer access in backward skippy mask matching
47517
47518  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
47519  1 file changed, 1 insertion(+), 1 deletion(-)
47520
47521 commit ff24d1081af08a887895975285d7e38f5d07bc37
47522 Author: Behdad Esfahbod <behdad@behdad.org>
47523 Date:   Fri May 11 17:07:08 2012 +0200
47524
47525     [Indic] Don't use syllable serial value 0
47526
47527  src/hb-ot-shape-complex-indic-machine.rl | 3 ++-
47528  1 file changed, 2 insertions(+), 1 deletion(-)
47529
47530 commit 892eb7878238d810a2a70f9dadbf958207bfeaa1
47531 Author: Behdad Esfahbod <behdad@behdad.org>
47532 Date:   Fri May 11 16:54:40 2012 +0200
47533
47534     [Indic] Implement Uniscribe Reph+Matra+Halant bug feature
47535
47536  src/hb-ot-shape-complex-indic.cc | 14 +++++++++-----
47537  1 file changed, 9 insertions(+), 5 deletions(-)
47538
47539 commit 67ea29af49bb08ee679914076808327992cf6676
47540 Author: Behdad Esfahbod <behdad@behdad.org>
47541 Date:   Fri May 11 16:51:23 2012 +0200
47542
47543     [Indic] Add example of different Uniscribe behavior
47544
47545  src/hb-ot-shape-complex-indic.cc | 5 ++++-
47546  1 file changed, 4 insertions(+), 1 deletion(-)
47547
47548 commit ebe29733d44fe0fa9fb30f946ab0dd7a40336a24
47549 Author: Behdad Esfahbod <behdad@behdad.org>
47550 Date:   Fri May 11 16:43:12 2012 +0200
47551
47552     [Indic] Add runtime Uniscribe bug compatibility mode!
47553
47554     Enable by setting envvar:
47555
47556       HB_OT_INDIC_OPTIONS=uniscribe-bug-compatible
47557
47558     Plus, LeftMatra+Halant "feature".
47559
47560  src/hb-ot-shape-complex-indic.cc | 44
47561  ++++++++++++++++++++++++++++++----------
47562  1 file changed, 33 insertions(+), 11 deletions(-)
47563
47564 commit 616e692e2950d326b6c46aba5b5bead3cc29d315
47565 Author: Behdad Esfahbod <behdad@behdad.org>
47566 Date:   Fri May 11 16:25:02 2012 +0200
47567
47568     [Indic] Add #define UNISCRIBE_BUG_COMPATIBLE 1
47569
47570  src/hb-ot-shape-complex-indic.cc | 3 ++-
47571  1 file changed, 2 insertions(+), 1 deletion(-)
47572
47573 commit 6782bdae3be0357da1dadc7b806a43ceefa67a90
47574 Author: Behdad Esfahbod <behdad@behdad.org>
47575 Date:   Fri May 11 16:23:43 2012 +0200
47576
47577     [Indic] Fix Left Matra + Halant reordering
47578
47579     As can be seen in: U+092B,U+093F,U+094D
47580
47581  src/hb-ot-shape-complex-indic.cc | 6 ++++--
47582  1 file changed, 4 insertions(+), 2 deletions(-)
47583
47584 commit 3c2ea9481b1028e927e615a5434ebf8edcb5f891
47585 Author: Behdad Esfahbod <behdad@behdad.org>
47586 Date:   Fri May 11 16:23:38 2012 +0200
47587
47588     Minor
47589
47590  src/hb-ot-shape-complex-indic.cc | 73
47591  ++++++++++++++++++++--------------------
47592  1 file changed, 37 insertions(+), 36 deletions(-)
47593
47594 commit c071b99f150a9344a2056dfeba8c613f8a5602db
47595 Author: Behdad Esfahbod <behdad@behdad.org>
47596 Date:   Fri May 11 16:22:46 2012 +0200
47597
47598     [Indic] Add test for Left Matra with Halant
47599
47600     Uniscribe doesn't move the Halant, we do.  And do a broken job of
47601     it now.
47602
47603  .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt
47604  | 1 +
47605  1 file changed, 1 insertion(+)
47606
47607 commit 203d71069c45048b6dd8fa22b61fd8f2c844b4f6
47608 Author: Behdad Esfahbod <behdad@behdad.org>
47609 Date:   Fri May 11 16:01:44 2012 +0200
47610
47611     [GSUB/GPOS] Check all glyph masks when matching input
47612
47613  src/hb-ot-layout-gsubgpos-private.hh | 18 ++++++++++++------
47614  1 file changed, 12 insertions(+), 6 deletions(-)
47615
47616 commit 668c6046c1b3af3bd316bda0cc8636f2a5e8df42
47617 Author: Behdad Esfahbod <behdad@behdad.org>
47618 Date:   Fri May 11 15:34:13 2012 +0200
47619
47620     [Indic] Apply Reph mask to all POS_REPH glyphs
47621
47622     Needed for upcoming changes to GSUB/GPOS mask matching.
47623
47624  src/hb-ot-shape-complex-indic.cc | 4 ++--
47625  1 file changed, 2 insertions(+), 2 deletions(-)
47626
47627 commit 4be46bade26faf13f7b4d447e9cc608e183955dc
47628 Author: Behdad Esfahbod <behdad@behdad.org>
47629 Date:   Fri May 11 14:39:01 2012 +0200
47630
47631     [Indic] Fix state machine to backtrack
47632
47633  src/hb-ot-shape-complex-indic-machine.rl | 42
47634  +++++++++++++++-----------------
47635  src/hb-private.hh                        |  2 ++
47636  2 files changed, 21 insertions(+), 23 deletions(-)
47637
47638 commit cee7187447b76b22e1bb6136d137b35ac49c3a5d
47639 Author: Behdad Esfahbod <behdad@behdad.org>
47640 Date:   Fri May 11 11:41:39 2012 +0200
47641
47642     [Indic] Move syllable tracking from Indic to generic layer
47643
47644     This is to incorporate it into GSUB/GPOS processing.
47645
47646  src/hb-ot-layout-gpos-table.hh           |  1 +
47647  src/hb-ot-layout-gsub-table.hh           |  3 ++-
47648  src/hb-ot-layout-gsubgpos-private.hh     |  3 ---
47649  src/hb-ot-layout-private.hh              |  4 +---
47650  src/hb-ot-shape-complex-indic-machine.rl |  2 +-
47651  src/hb-ot-shape-complex-indic-private.hh |  1 -
47652  src/hb-ot-shape-complex-indic.cc         |  8 +++-----
47653  src/hb-ot-shape-complex-private.hh       | 13 ++++++++-----
47654  8 files changed, 16 insertions(+), 19 deletions(-)
47655
47656 commit 3bf27a9f0e92aa31b464bd3b9fdea5933c9ae8b1
47657 Author: Behdad Esfahbod <behdad@behdad.org>
47658 Date:   Fri May 11 11:17:23 2012 +0200
47659
47660     [Indic] Disable conjuncts when a ZWJ happens
47661
47662     Not that the code makes any difference since the presence of ZWJ
47663     itself
47664     causes the ligature to fail to match anyway.
47665
47666  src/hb-ot-shape-complex-indic.cc | 7 +------
47667  1 file changed, 1 insertion(+), 6 deletions(-)
47668
47669 commit c6d904d67db589dd6209928e56504f04f6a07756
47670 Author: Behdad Esfahbod <behdad@behdad.org>
47671 Date:   Fri May 11 11:07:40 2012 +0200
47672
47673     [Indic] Fix bitops typo!
47674
47675     Another 1000 down!
47676
47677  src/hb-ot-shape-complex-indic.cc | 4 ++--
47678  1 file changed, 2 insertions(+), 2 deletions(-)
47679
47680 commit 55fe2cf79b11d9a63ea33b3ee76bd0ebca345157
47681 Author: Behdad Esfahbod <behdad@behdad.org>
47682 Date:   Fri May 11 03:45:28 2012 +0200
47683
47684     Make APPLY debug output print current index and codepoint
47685
47686     Yay!
47687
47688  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
47689  1 file changed, 1 insertion(+), 1 deletion(-)
47690
47691 commit 7bd2b04fea5649d77d796d58b7f4918fe0378ee5
47692 Author: Behdad Esfahbod <behdad@behdad.org>
47693 Date:   Fri May 11 03:40:58 2012 +0200
47694
47695     Minor
47696
47697  src/hb-object-private.hh | 8 +++++---
47698  1 file changed, 5 insertions(+), 3 deletions(-)
47699
47700 commit cf26510dbbd8d38486e6ba423800db6427ade332
47701 Author: Behdad Esfahbod <behdad@behdad.org>
47702 Date:   Fri May 11 03:35:08 2012 +0200
47703
47704     Some more...
47705
47706     Done.  I promise.
47707
47708  src/hb-object-private.hh | 1 +
47709  1 file changed, 1 insertion(+)
47710
47711 commit 9659523ca32b0e254d0e5fe387d817208d9cb6bf
47712 Author: Behdad Esfahbod <behdad@behdad.org>
47713 Date:   Fri May 11 03:33:36 2012 +0200
47714
47715     More beauty in debug output!
47716
47717  src/hb-private.hh | 12 +++++++-----
47718  1 file changed, 7 insertions(+), 5 deletions(-)
47719
47720 commit cf26e88a5ab477295479f5b9450c2019b6430eaa
47721 Author: Behdad Esfahbod <behdad@behdad.org>
47722 Date:   Fri May 11 03:16:57 2012 +0200
47723
47724     Finish off debug output beautification
47725
47726  src/hb-open-type-private.hh | 58
47727  ++++++++++++++++++++-------------------------
47728  1 file changed, 26 insertions(+), 32 deletions(-)
47729
47730 commit d7bba01a353efc7432c474dd8755a02db4abd2ae
47731 Author: Behdad Esfahbod <behdad@behdad.org>
47732 Date:   Fri May 11 02:46:26 2012 +0200
47733
47734     Only print class name in debug output if there's one available
47735
47736  src/hb-private.hh | 12 +++++++-----
47737  1 file changed, 7 insertions(+), 5 deletions(-)
47738
47739 commit 85f73fa8da1fbb864aef0f3a592b1d65e24d593d
47740 Author: Behdad Esfahbod <behdad@behdad.org>
47741 Date:   Fri May 11 02:40:42 2012 +0200
47742
47743     Only printout class name in tracing, if one is available
47744
47745     Makes debug output much more pleasant.
47746
47747  src/hb-private.hh | 8 ++++++--
47748  1 file changed, 6 insertions(+), 2 deletions(-)
47749
47750 commit 98619ce4fa650c593b030d06d2f89fec83a10015
47751 Author: Behdad Esfahbod <behdad@behdad.org>
47752 Date:   Fri May 11 02:34:06 2012 +0200
47753
47754     Minor
47755
47756  src/hb-ot-layout-gsubgpos-private.hh | 2 ++
47757  1 file changed, 2 insertions(+)
47758
47759 commit acea183e986dd378c6f95120fe0feb0586a8ef36
47760 Author: Behdad Esfahbod <behdad@behdad.org>
47761 Date:   Fri May 11 02:33:11 2012 +0200
47762
47763     Add return annotation for APPLY
47764
47765  src/hb-ot-layout-gpos-table.hh       | 163
47766  +++++++++++++++--------------------
47767  src/hb-ot-layout-gsub-table.hh       | 114 +++++++++++-------------
47768  src/hb-ot-layout-gsubgpos-private.hh |  83 ++++++++----------
47769  3 files changed, 151 insertions(+), 209 deletions(-)
47770
47771 commit 5ccfe8e2154ad0b58dabcc236bbe9478c17b02ab
47772 Author: Behdad Esfahbod <behdad@behdad.org>
47773 Date:   Fri May 11 02:19:41 2012 +0200
47774
47775     /Minor/
47776
47777  src/hb-private.hh | 2 +-
47778  1 file changed, 1 insertion(+), 1 deletion(-)
47779
47780 commit 0ab8c8621712d33e1e91dfdb4ad0b335e3d2a3fb
47781 Author: Behdad Esfahbod <behdad@behdad.org>
47782 Date:   Fri May 11 01:25:34 2012 +0200
47783
47784     Annotate SANITIZE return values
47785
47786     More to come, for APPLY, CLOSURE, etc.
47787
47788  src/hb-open-file-private.hh          |  23 ++---
47789  src/hb-open-type-private.hh          |  49 +++++-----
47790  src/hb-ot-head-table.hh              |   4 +-
47791  src/hb-ot-hhea-table.hh              |   4 +-
47792  src/hb-ot-hmtx-table.hh              |   4 +-
47793  src/hb-ot-layout-common-private.hh   |  51 +++++-----
47794  src/hb-ot-layout-gdef-table.hh       |  48 +++++-----
47795  src/hb-ot-layout-gpos-table.hh       | 180
47796  ++++++++++++++++-------------------
47797  src/hb-ot-layout-gsub-table.hh       | 101 +++++++++-----------
47798  src/hb-ot-layout-gsubgpos-private.hh |  88 ++++++++---------
47799  src/hb-ot-maxp-table.hh              |   7 +-
47800  src/hb-ot-name-table.hh              |  17 ++--
47801  src/hb-private.hh                    |  39 ++++++--
47802  13 files changed, 299 insertions(+), 316 deletions(-)
47803
47804 commit 829e814ff358c5e700ba4df54932696801aa9f65
47805 Author: Behdad Esfahbod <behdad@behdad.org>
47806 Date:   Fri May 11 00:52:16 2012 +0200
47807
47808     Minor
47809
47810  src/hb-private.hh | 32 ++++++++++----------------------
47811  1 file changed, 10 insertions(+), 22 deletions(-)
47812
47813 commit 6eec6f406d2cc13dbca422e88492d3d498af02bf
47814 Author: Behdad Esfahbod <behdad@behdad.org>
47815 Date:   Fri May 11 00:50:38 2012 +0200
47816
47817     Code reshuffling
47818
47819  src/hb-private.hh | 36 +++++++++++++++++++++++++-----------
47820  1 file changed, 25 insertions(+), 11 deletions(-)
47821
47822 commit 1e08830b4fac3a60ae52349cab6e101d389d30cd
47823 Author: Behdad Esfahbod <behdad@behdad.org>
47824 Date:   Fri May 11 00:16:40 2012 +0200
47825
47826     Beautify debug output
47827
47828  src/hb-open-type-private.hh | 20 ++++++------
47829  src/hb-private.hh           | 74
47830  +++++++++++++++++++++++++++------------------
47831  2 files changed, 55 insertions(+), 39 deletions(-)
47832
47833 commit 6f4553801729a06e506ffdde7b27c72780d4bb80
47834 Author: Behdad Esfahbod <behdad@behdad.org>
47835 Date:   Thu May 10 23:24:43 2012 +0200
47836
47837     More massaging trace messaging
47838
47839  src/hb-open-type-private.hh          | 2 +-
47840  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
47841  src/hb-private.hh                    | 4 ++--
47842  3 files changed, 5 insertions(+), 5 deletions(-)
47843
47844 commit b5fa37cb694b01a7df3a656710391c40dd3fcc04
47845 Author: Behdad Esfahbod <behdad@behdad.org>
47846 Date:   Thu May 10 23:09:48 2012 +0200
47847
47848     Minor
47849
47850  src/hb-set-private.hh | 2 +-
47851  1 file changed, 1 insertion(+), 1 deletion(-)
47852
47853 commit 208109703c929428c684ddcf9310b8ba780c4c31
47854 Author: Behdad Esfahbod <behdad@behdad.org>
47855 Date:   Thu May 10 23:06:58 2012 +0200
47856
47857     Better trace message support infrastructure
47858
47859     We have varargs in the trace interface now.  To be used soon...
47860
47861  src/hb-open-type-private.hh          | 17 ++++------
47862  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
47863  src/hb-private.hh                    | 64
47864  ++++++++++++++++++++++++++----------
47865  3 files changed, 56 insertions(+), 29 deletions(-)
47866
47867 commit 02b2922fbf098c8282eb23dc2c54d5829cf67024
47868 Author: Behdad Esfahbod <behdad@behdad.org>
47869 Date:   Thu May 10 21:44:50 2012 +0200
47870
47871     [Indic] Towards better Reph positioning
47872
47873     Fixed for Deva cases with two full-form consonants.  Failures **way**
47874     down.
47875     Not much left to go :-).
47876
47877  src/hb-ot-shape-complex-indic.cc | 111
47878  ++++++++++++++++++++++++++++-----------
47879  1 file changed, 80 insertions(+), 31 deletions(-)
47880
47881 commit 74e54cf446bb979e488685e8c09eeed6b9d03c24
47882 Author: Behdad Esfahbod <behdad@behdad.org>
47883 Date:   Thu May 10 21:20:37 2012 +0200
47884
47885     [Indic] Add Ra back for scripts without Reph
47886
47887     We now check that the 'rphp' table exists before forming Reph, so
47888     we don't need to comment out Ra for those scripts.
47889
47890  src/hb-ot-shape-complex-indic-private.hh | 10 +++++-----
47891  1 file changed, 5 insertions(+), 5 deletions(-)
47892
47893 commit 2b70df5cc008617453b12bafeaac50e6d61b3224
47894 Author: Behdad Esfahbod <behdad@behdad.org>
47895 Date:   Thu May 10 18:38:22 2012 +0200
47896
47897     [Indic] Add note re Uniscribe clusters
47898
47899  src/hb-ot-shape-complex-indic.cc | 4 ++++
47900  1 file changed, 4 insertions(+)
47901
47902 commit 21d2803133c2c424ed37a9f3d17c7fc4963e5a60
47903 Author: Behdad Esfahbod <behdad@behdad.org>
47904 Date:   Thu May 10 18:34:34 2012 +0200
47905
47906     [Indic] Do clustering like Uniscribe does
47907
47908     Hindi Wikipedia failures down to 6639 (0.938381%)!
47909
47910  src/hb-ot-shape-complex-indic.cc | 24 ++++++++++++++++++++----
47911  1 file changed, 20 insertions(+), 4 deletions(-)
47912
47913 commit b20c9ebaf5176101fdfcffbe4714a2e619dd94b6
47914 Author: Behdad Esfahbod <behdad@behdad.org>
47915 Date:   Thu May 10 18:31:17 2012 +0200
47916
47917     [Indic] Add test for matra group
47918
47919     The spec says: "[{M}+[N]+[H]]", and that's what Uniscribe implements.
47920     We instead do: "{M+[N]+[H]}", which means we allow Nukta and Halant
47921     after all Matras, not just the last one.  It makes more sense.
47922
47923  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST
47924  | 1 +
47925  .../shaper-indic/indic/script-devanagari/misc/spec-deviations.txt
47926  | 1 +
47927  2 files changed, 2 insertions(+)
47928
47929 commit 8df5636968389ac7bf8620ccd091fd4872b0bbee
47930 Author: Behdad Esfahbod <behdad@behdad.org>
47931 Date:   Thu May 10 15:41:04 2012 +0200
47932
47933     [Indic] Reorder Reph to before the Halant after Matras
47934
47935     Uniscribe doesn't do it, but we want to do as it gives the Reph the
47936     opportunity to interact with the Matras.  Test with mangal for
47937     example.
47938     Sequence: <0930,094d,0915,094b,094d>
47939     In test suite already.
47940
47941  src/hb-ot-shape-complex-indic.cc | 12 ++++++++++++
47942  1 file changed, 12 insertions(+)
47943
47944 commit daf3234bdc82c669302599a76d2b14f5e69989db
47945 Author: Behdad Esfahbod <behdad@behdad.org>
47946 Date:   Thu May 10 15:28:27 2012 +0200
47947
47948     [Indic] Don't clear the mask for Reph
47949
47950     This was removing the mandatory global 1 bit in the mask and hence
47951     disabling GPOS for Reph!
47952
47953  src/hb-ot-shape-complex-indic.cc | 2 +-
47954  1 file changed, 1 insertion(+), 1 deletion(-)
47955
47956 commit 7708ee23cbcc8c8edce13e73b6e549b77bd8c2d0
47957 Author: Behdad Esfahbod <behdad@behdad.org>
47958 Date:   Thu May 10 14:48:25 2012 +0200
47959
47960     [Indic] Improve Left Matra repositioning
47961
47962     Move its dependents too.
47963
47964  src/hb-ot-shape-complex-indic.cc | 2 +-
47965  1 file changed, 1 insertion(+), 1 deletion(-)
47966
47967 commit 61a58e26a5bda16851669404fc8206896e124740
47968 Author: Behdad Esfahbod <behdad@behdad.org>
47969 Date:   Thu May 10 14:43:53 2012 +0200
47970
47971     [Indic] Add tricky reordering test cases
47972
47973     In the case of Consonant,LeftMatra,Halant, Uniscribe leaves the Halant
47974     where it is, but we want to move it with the Matra as that makes more
47975     logical sense.
47976
47977  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/MANIFEST  |
47978  1 +
47979  .../shaper-indic/indic/script-devanagari/misc/tricky-reordering.txt   |
47980  4 ++++
47981  2 files changed, 5 insertions(+)
47982
47983 commit dbb105883c6e9b83e78dc8b10766cd56b98cd7e1
47984 Author: Behdad Esfahbod <behdad@behdad.org>
47985 Date:   Thu May 10 13:45:52 2012 +0200
47986
47987     [Indic] Do Reph repositioning in final reordering like the spec says
47988
47989     This introduced a failure, which we tracked down to a test case
47990     like this:
47991
47992       U+092E,U+094B,U+094D,U+0930
47993
47994     The final character is a Ra that should be put in a syllable of it's
47995     own.  And we do.  But it will interact with the Halant before it.  So
47996     now we finally are convinced that we have to limit features to
47997     syllable
47998     boundaries.  That's coming after lunch!
47999
48000  src/hb-ot-shape-complex-indic-private.hh |   2 -
48001  src/hb-ot-shape-complex-indic.cc         | 103
48002  +++++++++++++++++++------------
48003  2 files changed, 64 insertions(+), 41 deletions(-)
48004
48005 commit 4705a7026900e51f6430f03a73c87f2df035df92
48006 Author: Behdad Esfahbod <behdad@behdad.org>
48007 Date:   Thu May 10 13:09:08 2012 +0200
48008
48009     Minor
48010
48011  src/hb-ot-shape-complex-indic.cc | 3 +++
48012  1 file changed, 3 insertions(+)
48013
48014 commit 4ac9e98d9d2ea973dd612dc4063cf78496c643a0
48015 Author: Behdad Esfahbod <behdad@behdad.org>
48016 Date:   Thu May 10 12:53:53 2012 +0200
48017
48018     [Indic] Reorder left matras to be closer to base
48019
48020  src/hb-ot-shape-complex-indic-private.hh |  4 ---
48021  src/hb-ot-shape-complex-indic.cc         | 50
48022  +++++++++++++++++++++++++++++---
48023  2 files changed, 46 insertions(+), 8 deletions(-)
48024
48025 commit 1a1fa8c655a082fc1439608457ba717306cc83ca
48026 Author: Behdad Esfahbod <behdad@behdad.org>
48027 Date:   Thu May 10 12:20:21 2012 +0200
48028
48029     [Indic] Treat the standalone cluster case reusing the consonant logic
48030
48031  src/hb-ot-shape-complex-indic.cc | 12 ++++++------
48032  1 file changed, 6 insertions(+), 6 deletions(-)
48033
48034 commit 190eb31a16178269aecaf5d2ecc9012f956749f4
48035 Author: Behdad Esfahbod <behdad@behdad.org>
48036 Date:   Thu May 10 12:17:16 2012 +0200
48037
48038     [Indic] Minor
48039
48040  src/hb-ot-shape-complex-indic.cc | 2 +-
48041  1 file changed, 1 insertion(+), 1 deletion(-)
48042
48043 commit c5306b6861cfaa50af40e8ceb058791fa06d7981
48044 Author: Behdad Esfahbod <behdad@behdad.org>
48045 Date:   Thu May 10 12:07:33 2012 +0200
48046
48047     [Indic] Handle Vowel syllables
48048
48049     Reusing the consonant logic!
48050
48051  src/hb-ot-shape-complex-indic-private.hh |  3 +--
48052  src/hb-ot-shape-complex-indic.cc         | 11 ++++++-----
48053  2 files changed, 7 insertions(+), 7 deletions(-)
48054
48055 commit 6d8e0cb74c02f6bc09cd4abe9e4bc82062e1b517
48056 Author: Behdad Esfahbod <behdad@behdad.org>
48057 Date:   Thu May 10 11:41:51 2012 +0200
48058
48059     [Indic] Simplify Reph logic
48060
48061  src/hb-ot-shape-complex-indic.cc | 24 +++++-------------------
48062  1 file changed, 5 insertions(+), 19 deletions(-)
48063
48064 commit 3d25079f8d6be81b9b4b91d3a97016b8a572f571
48065 Author: Behdad Esfahbod <behdad@behdad.org>
48066 Date:   Thu May 10 11:37:42 2012 +0200
48067
48068     [Indic] Don't form Reph is Ra is the only consonant in the syllable
48069
48070  src/hb-ot-shape-complex-indic-private.hh |  2 +-
48071  src/hb-ot-shape-complex-indic.cc         | 10 ++++++++++
48072  2 files changed, 11 insertions(+), 1 deletion(-)
48073
48074 commit b99d63ae114fb58f129562b293a8a66543d499ad
48075 Author: Behdad Esfahbod <behdad@behdad.org>
48076 Date:   Thu May 10 11:32:52 2012 +0200
48077
48078     [Indic] Increase max syllable length
48079
48080     20 was way too low, one could hit a syllable with 7ish consonants
48081     with it.
48082
48083  src/hb-ot-shape-complex-indic.cc | 2 +-
48084  1 file changed, 1 insertion(+), 1 deletion(-)
48085
48086 commit a391ff50b9a7b6ac3e58d199ea726b20ee6839bb
48087 Author: Behdad Esfahbod <behdad@behdad.org>
48088 Date:   Thu May 10 11:31:20 2012 +0200
48089
48090     [Indic] Adjust base after sorting
48091
48092  src/hb-ot-shape-complex-indic.cc | 11 ++++++++++-
48093  1 file changed, 10 insertions(+), 1 deletion(-)
48094
48095 commit d3637edb248162970e202e9d0671540274192844
48096 Author: Behdad Esfahbod <behdad@behdad.org>
48097 Date:   Thu May 10 10:51:38 2012 +0200
48098
48099     [Indic] Don't return for long syllables.  Just not sort.
48100
48101  src/hb-ot-shape-complex-indic.cc | 6 ++----
48102  1 file changed, 2 insertions(+), 4 deletions(-)
48103
48104 commit dfa0cade7fce3791e47eaa7edcd23da76c7a0ed0
48105 Author: Behdad Esfahbod <behdad@behdad.org>
48106 Date:   Wed May 9 19:10:07 2012 +0200
48107
48108     Fix Uniscribe clusters with multiple items
48109
48110  src/hb-uniscribe.cc | 3 +++
48111  1 file changed, 3 insertions(+)
48112
48113 commit 86e5dd386a7989701da476db89be268e4ac1e219
48114 Author: Behdad Esfahbod <behdad@behdad.org>
48115 Date:   Wed May 9 18:57:37 2012 +0200
48116
48117     [Indic] Don't give up syllable parsing upon junk
48118
48119  src/hb-ot-shape-complex-indic-machine.rl | 4 ++--
48120  1 file changed, 2 insertions(+), 2 deletions(-)
48121
48122 commit ef24cc8c8e2478a6352c340f4611a617646de4cc
48123 Author: Behdad Esfahbod <behdad@behdad.org>
48124 Date:   Wed May 9 17:56:03 2012 +0200
48125
48126     [Indic] Towards multi-cluster syllables and final reordering
48127
48128  src/hb-ot-shape-complex-arabic.cc        |  2 +-
48129  src/hb-ot-shape-complex-indic-machine.rl | 21 ++++++++++-----
48130  src/hb-ot-shape-complex-indic-private.hh |  1 +
48131  src/hb-ot-shape-complex-indic.cc         | 45
48132  +++++++++++++++++++++++---------
48133  src/hb-ot-shape-complex-private.hh       |  5 ++--
48134  5 files changed, 51 insertions(+), 23 deletions(-)
48135
48136 commit a9844d41c6cb30d8a2d733130a0e72f51b6c81c1
48137 Author: Behdad Esfahbod <behdad@behdad.org>
48138 Date:   Wed May 9 17:53:13 2012 +0200
48139
48140     Combine lig_id and lig_comp into one byte, to free up one for Indic
48141
48142  src/hb-ot-layout-gpos-table.hh       | 14 ++++++++------
48143  src/hb-ot-layout-gsub-table.hh       | 11 ++++-------
48144  src/hb-ot-layout-gsubgpos-private.hh | 26 ++++++++++++++++++++++----
48145  3 files changed, 34 insertions(+), 17 deletions(-)
48146
48147 commit 92332e5116271a5d96e532005fe750e7552a6cbb
48148 Author: Behdad Esfahbod <behdad@behdad.org>
48149 Date:   Wed May 9 17:40:00 2012 +0200
48150
48151     Minor
48152
48153  src/hb-ot-shape-complex-indic.cc | 41
48154  ++++++++++++++++++++--------------------
48155  1 file changed, 21 insertions(+), 20 deletions(-)
48156
48157 commit dbccf87eef0d26838fa4bb3ae26410f6c4818836
48158 Author: Behdad Esfahbod <behdad@behdad.org>
48159 Date:   Wed May 9 17:24:39 2012 +0200
48160
48161     [Indic] Make room for more reordering positions
48162
48163  src/hb-ot-shape-complex-indic-private.hh | 213
48164  ++++++++++++++++---------------
48165  src/hb-ot-shape-complex-indic.cc         |  12 +-
48166  2 files changed, 115 insertions(+), 110 deletions(-)
48167
48168 commit d4480ace7fdbe48aeaf77278c032b8b2ef2ebe8e
48169 Author: Behdad Esfahbod <behdad@behdad.org>
48170 Date:   Wed May 9 15:56:35 2012 +0200
48171
48172     [Indic] Improve matra vs consonant ordering
48173
48174     Another 1.5% down.
48175
48176  src/hb-ot-shape-complex-indic-private.hh | 32
48177  ++++++++++++++++++++------------
48178  src/hb-ot-shape-complex-indic.cc         |  6 +++---
48179  src/indic.cc                             |  2 +-
48180  3 files changed, 24 insertions(+), 16 deletions(-)
48181
48182 commit 33c92e769563ec2a6c1249b57d8cac742eea6f88
48183 Author: Behdad Esfahbod <behdad@behdad.org>
48184 Date:   Wed May 9 15:41:51 2012 +0200
48185
48186     [Indic] Categorize Anudatta
48187
48188  src/hb-ot-shape-complex-indic.cc | 9 +++++++--
48189  1 file changed, 7 insertions(+), 2 deletions(-)
48190
48191 commit 3943293a9942201d8fc8d59212fcc8cca5132e3d
48192 Author: Behdad Esfahbod <behdad@behdad.org>
48193 Date:   Wed May 9 15:27:56 2012 +0200
48194
48195     [Indic] Add joiner test cases for Devanagari
48196
48197  .../indic/script-devanagari/misc/MANIFEST             |  1 +
48198  .../indic/script-devanagari/misc/joiners.txt          | 19
48199  +++++++++++++++++++
48200  2 files changed, 20 insertions(+)
48201
48202 commit 19d984edaa4f86c842345a9d4150597e045e1887
48203 Author: Behdad Esfahbod <behdad@behdad.org>
48204 Date:   Wed May 9 15:21:13 2012 +0200
48205
48206     [Indic] Make sure Reph jumps over all matras to the right
48207
48208     Another 12 thousand failures gone! (78 to go)
48209
48210  src/hb-ot-shape-complex-indic.cc | 2 +-
48211  1 file changed, 1 insertion(+), 1 deletion(-)
48212
48213 commit 9034641333d7bfb41a0784cce72e43591faea083
48214 Author: Behdad Esfahbod <behdad@behdad.org>
48215 Date:   Wed May 9 15:04:58 2012 +0200
48216
48217     [Indic] Keep Vedic signs at the right too
48218
48219  src/hb-ot-shape-complex-indic.cc | 3 ++-
48220  1 file changed, 2 insertions(+), 1 deletion(-)
48221
48222 commit d1deaa2f5bd028e8076265cba92cffa4fa2834ac
48223 Author: Behdad Esfahbod <behdad@behdad.org>
48224 Date:   Wed May 9 15:04:13 2012 +0200
48225
48226     Replace zerowidth invisible chars with a zero-advance space glyph
48227
48228     Like Uniscribe does.
48229
48230  src/hb-ot-shape-complex-arabic.cc  |  3 ++-
48231  src/hb-ot-shape-complex-indic.cc   | 20 -------------------
48232  src/hb-ot-shape-complex-private.hh |  4 ++--
48233  src/hb-ot-shape-normalize.cc       | 25 +++++++++--------------
48234  src/hb-ot-shape-private.hh         | 27 +++++++++++++++++++++++++
48235  src/hb-ot-shape.cc                 | 41
48236  +++++++++++++++++++++++++-------------
48237  src/hb-unicode-private.hh          | 38
48238  +++++++++++++++++++++++++++++++++++
48239  7 files changed, 105 insertions(+), 53 deletions(-)
48240
48241 commit 49e5da1591b8d28f01e7ff9caac9d9ac53668bba
48242 Author: Behdad Esfahbod <behdad@behdad.org>
48243 Date:   Wed May 9 13:23:27 2012 +0200
48244
48245     [indic] Keep the syllable modifier marks to the right
48246
48247     Shaping failures on Hindi Wikipedia go down from 25% to 14%!
48248
48249  src/hb-ot-shape-complex-indic.cc | 2 ++
48250  1 file changed, 2 insertions(+)
48251
48252 commit 5b1260909350bffa3e3d06da346f9f86ce651dbb
48253 Author: Behdad Esfahbod <behdad@behdad.org>
48254 Date:   Wed May 9 12:37:27 2012 +0200
48255
48256     Minor
48257
48258  src/hb-ot-shape-complex-private.hh | 2 +-
48259  1 file changed, 1 insertion(+), 1 deletion(-)
48260
48261 commit 9ce939232bbce8f51e235195e3854d1e8bb961f8
48262 Author: Behdad Esfahbod <behdad@behdad.org>
48263 Date:   Wed May 9 12:03:09 2012 +0200
48264
48265     Minor
48266
48267  src/hb-ot-shape-complex-indic-private.hh | 14 +++++++-------
48268  1 file changed, 7 insertions(+), 7 deletions(-)
48269
48270 commit 76b3409de6887c1cdd5c679939497b1b56f4554b
48271 Author: Behdad Esfahbod <behdad@behdad.org>
48272 Date:   Wed May 9 11:43:43 2012 +0200
48273
48274     [indic] Better Reph matching
48275
48276  src/hb-ot-shape-complex-indic.cc | 21 +++++++++++++++------
48277  1 file changed, 15 insertions(+), 6 deletions(-)
48278
48279 commit df6d45c693c417bf311e6fa49f18a8558542e525
48280 Author: Behdad Esfahbod <behdad@behdad.org>
48281 Date:   Wed May 9 11:38:31 2012 +0200
48282
48283     Minor
48284
48285  src/hb-ot-shape-complex-indic.cc | 2 +-
48286  1 file changed, 1 insertion(+), 1 deletion(-)
48287
48288 commit 412b91889d9a1ae477e8b6907d0b9a76e78a6c91
48289 Author: Behdad Esfahbod <behdad@behdad.org>
48290 Date:   Wed May 9 11:07:18 2012 +0200
48291
48292     [indic] Apply Indic features in order
48293
48294  src/hb-ot-shape-complex-indic.cc | 8 ++++++--
48295  1 file changed, 6 insertions(+), 2 deletions(-)
48296
48297 commit 1ac075b227090a9ad930dcc1670236c176b27067
48298 Author: Behdad Esfahbod <behdad@behdad.org>
48299 Date:   Wed May 9 11:06:47 2012 +0200
48300
48301     [indic] Apply rakaar forms
48302
48303     Fixes 10% of the failures against all of Hindi Wikipedia!
48304
48305  src/hb-ot-shape-complex-indic.cc | 2 +-
48306  1 file changed, 1 insertion(+), 1 deletion(-)
48307
48308 commit 2214a03900d32710573a1b05c7665195b3129761
48309 Author: Behdad Esfahbod <behdad@behdad.org>
48310 Date:   Wed May 9 09:54:54 2012 +0200
48311
48312     Add hb-diff-ngrams
48313
48314  test/shaping/Makefile.am      |  1 +
48315  test/shaping/hb-diff-ngrams   |  5 +++
48316  test/shaping/hb_test_tools.py | 71
48317  ++++++++++++++++++++++++++++++++++++++++---
48318  3 files changed, 72 insertions(+), 5 deletions(-)
48319
48320 commit 178e6dce01ad28c8708bad62ce0fb79c46e836dc
48321 Author: Behdad Esfahbod <behdad@behdad.org>
48322 Date:   Wed May 9 08:57:29 2012 +0200
48323
48324     Add N-gram generator
48325
48326  test/shaping/hb_test_tools.py | 72
48327  +++++++++++++++++++++++++++++++++++++++++--
48328  1 file changed, 70 insertions(+), 2 deletions(-)
48329
48330 commit 98669ceb77657d60435f2cb2e3fc18272c0a2c6a
48331 Author: Behdad Esfahbod <behdad@behdad.org>
48332 Date:   Wed May 9 08:16:15 2012 +0200
48333
48334     Use groupby()
48335
48336  test/shaping/hb_test_tools.py | 26 ++++++++------------------
48337  1 file changed, 8 insertions(+), 18 deletions(-)
48338
48339 commit c438a14b62433db488b5c90854a4a3934adf3305
48340 Author: Behdad Esfahbod <behdad@behdad.org>
48341 Date:   Wed May 9 07:45:17 2012 +0200
48342
48343     Add hb-diff-stat
48344
48345  test/shaping/Makefile.am      |  1 +
48346  test/shaping/hb-diff-stat     |  5 +++++
48347  test/shaping/hb_test_tools.py | 22 ++++++++++++++++++++--
48348  3 files changed, 26 insertions(+), 2 deletions(-)
48349
48350 commit 1058d031e2046eb80331b0950eaff75c2bf608dc
48351 Author: Behdad Esfahbod <behdad@behdad.org>
48352 Date:   Wed May 9 07:30:07 2012 +0200
48353
48354     Make hb-diff-filter-failtures retain all test info for failed tests
48355
48356  test/shaping/hb_test_tools.py | 33 ++++++++++++++++++++++++++-------
48357  1 file changed, 26 insertions(+), 7 deletions(-)
48358
48359 commit f1eb008cc727370e1bd0dc32fdf301f62d9ff981
48360 Author: Behdad Esfahbod <behdad@behdad.org>
48361 Date:   Tue May 8 23:41:41 2012 +0200
48362
48363     Add hb-diff-colorize
48364
48365     Accepts --format=html now.
48366
48367  test/shaping/Makefile.am      |   1 +
48368  test/shaping/hb-diff          |   4 +-
48369  test/shaping/hb-diff-colorize |   7 ++
48370  test/shaping/hb_test_tools.py | 158
48371  +++++++++++++++++++++++++-----------------
48372  4 files changed, 106 insertions(+), 64 deletions(-)
48373
48374 commit 9155e4ffe00c96a2c14e14a300004b1038ca3a9c
48375 Author: Behdad Esfahbod <behdad@behdad.org>
48376 Date:   Tue May 8 22:44:21 2012 +0200
48377
48378     Cleanup diff
48379
48380     Doesn't do --color anymore.  That will go into a new hb-diff-colorize
48381     tool.
48382
48383  test/shaping/hb-diff          | 10 +++-------
48384  test/shaping/hb_test_tools.py | 32 ++++++++++++++++++--------------
48385  2 files changed, 21 insertions(+), 21 deletions(-)
48386
48387 commit 7d22135b4c3f8fb70552302bf8239df9976dddda
48388 Author: Behdad Esfahbod <behdad@behdad.org>
48389 Date:   Tue May 8 19:38:49 2012 +0200
48390
48391     Make hb-diff faster
48392
48393  test/shaping/hb_test_tools.py | 6 ++++--
48394  1 file changed, 4 insertions(+), 2 deletions(-)
48395
48396 commit a93e238e05a2f70a6e664e5d04ba25bbd54493dc
48397 Author: Behdad Esfahbod <behdad@behdad.org>
48398 Date:   Tue May 8 18:55:29 2012 +0200
48399
48400     More tests
48401
48402  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST |  1 +
48403  .../texts/in-tree/shaper-arabic/script-mongolian/misc/poem.txt |  4 ++++
48404  .../in-tree/shaper-indic/indic/script-bengali/misc/MANIFEST    |  1 +
48405  .../in-tree/shaper-indic/indic/script-bengali/misc/reph.txt    |
48406  10 ++++++++++
48407  4 files changed, 16 insertions(+)
48408
48409 commit 1a2a4a0078dda834443edd421037a4bcbad18c5e
48410 Author: Behdad Esfahbod <behdad@behdad.org>
48411 Date:   Sat May 5 22:38:20 2012 +0200
48412
48413     Fix warning and build issues
48414
48415     As reported by Jonathan Kew on the list.
48416
48417  src/hb-set-private.hh | 2 +-
48418  src/main.cc           | 9 +++++----
48419  2 files changed, 6 insertions(+), 5 deletions(-)
48420
48421 commit a5e39fed85e069ba1afbf90408349ad99ceb0e1d
48422 Author: Behdad Esfahbod <behdad@behdad.org>
48423 Date:   Wed Apr 25 00:14:46 2012 -0400
48424
48425     Minor
48426
48427  src/hb-set-private.hh | 2 ++
48428  src/hb-set.cc         | 2 ++
48429  2 files changed, 4 insertions(+)
48430
48431 commit 1827dc208c867e433a95237d1ed3fc7a73d1d9a7
48432 Author: Behdad Esfahbod <behdad@behdad.org>
48433 Date:   Tue Apr 24 16:56:37 2012 -0400
48434
48435     Add hb_ot_shape_glyphs_closure()
48436
48437     Experimental API for now.
48438
48439  src/hb-ot-map-private.hh |  7 ++++---
48440  src/hb-ot-shape.cc       | 35 +++++++++++++++++++++++++++++++++++
48441  src/hb-ot.h              |  8 ++++++++
48442  src/hb-set-private.hh    |  3 +++
48443  4 files changed, 50 insertions(+), 3 deletions(-)
48444
48445 commit bb09f0ec10216b11189b5e8584856adf0f14d1fc
48446 Author: Behdad Esfahbod <behdad@behdad.org>
48447 Date:   Tue Apr 24 16:02:12 2012 -0400
48448
48449     Minor
48450
48451  src/hb-unicode.cc | 2 --
48452  1 file changed, 2 deletions(-)
48453
48454 commit 29a7e306e30e894f7a38daf73eca9fc772c58158
48455 Author: Behdad Esfahbod <behdad@behdad.org>
48456 Date:   Tue Apr 24 16:01:30 2012 -0400
48457
48458     Minor
48459
48460  src/hb-ot-shape-normalize.cc | 1 +
48461  1 file changed, 1 insertion(+)
48462
48463 commit 585b107cdee7305920dacc83c9ee1f8eeff7afd1
48464 Author: Behdad Esfahbod <behdad@behdad.org>
48465 Date:   Tue Apr 24 16:00:50 2012 -0400
48466
48467     Add test caes for a minority language using Bengali
48468
48469     U+0985 BENGALI LETTER A followed by U+09D7 BENGALI AU LENGTH MARK.
48470     According to Bobby de Vos on the mailing list, this results in
48471     a dotted
48472     circle with most shaping engines, but is a legitimate sequence in this
48473     minority language.
48474
48475     We reached the consensus on the list to NOT implement dotted-circle
48476     in HarfBuzz.
48477
48478  .../texts/in-tree/shaper-indic/indic/script-bengali/misc/misc.txt
48479  | 1 +
48480  1 file changed, 1 insertion(+)
48481
48482 commit 6c6ccaf575392f6e6bb9a15534026e4ea462705b
48483 Author: Behdad Esfahbod <behdad@behdad.org>
48484 Date:   Tue Apr 24 14:21:15 2012 -0400
48485
48486     Add a few more set operations
48487
48488     TODO: Tests for hb_set_t.
48489
48490  src/hb-set-private.hh | 54
48491  +++++++++++++++++++++++++++++++++++++++++++++++++-
48492  src/hb-set.cc         | 55
48493  +++++++++++++++++++++++++++++++++++++++++++++++++++
48494  src/hb-set.h          | 34 ++++++++++++++++++++++++++++---
48495  3 files changed, 139 insertions(+), 4 deletions(-)
48496
48497 commit 5caece67ab9eee322bdcdf6f4b607eadde297e56
48498 Author: Behdad Esfahbod <behdad@behdad.org>
48499 Date:   Mon Apr 23 23:03:12 2012 -0400
48500
48501     Make closure() return void
48502
48503  src/hb-ot-layout-gsub-table.hh       | 142 +++++++++++++-----------------
48504  src/hb-ot-layout-gsubgpos-private.hh | 165
48505  ++++++++++++++++++-----------------
48506  src/hb-ot-layout.cc                  |  10 +--
48507  src/hb-ot-layout.h                   |   8 +-
48508  src/hb-set-private.hh                |  20 ++---
48509  5 files changed, 157 insertions(+), 188 deletions(-)
48510
48511 commit 0b08adb3539f2ec29682456b89c69e89ff5e9c03
48512 Author: Behdad Esfahbod <behdad@behdad.org>
48513 Date:   Mon Apr 23 22:41:09 2012 -0400
48514
48515     Add hb_set_t
48516
48517  TODO                               |   2 +
48518  src/Makefile.am                    |   3 +
48519  src/hb-ot-layout-common-private.hh |   1 +
48520  src/hb-ot-layout-private.hh        |  47 ---------------
48521  src/hb-ot-layout.h                 |   2 -
48522  src/hb-set-private.hh              |  95 +++++++++++++++++++++++++++++
48523  src/hb-set.cc                      | 120
48524  +++++++++++++++++++++++++++++++++++++
48525  src/hb-set.h                       |  91 ++++++++++++++++++++++++++++
48526  src/hb.h                           |   1 +
48527  9 files changed, 313 insertions(+), 49 deletions(-)
48528
48529 commit 5b93e8d94fb4c2474816304ae3f52e1c704882de
48530 Author: Behdad Esfahbod <behdad@behdad.org>
48531 Date:   Mon Apr 23 22:26:13 2012 -0400
48532
48533     Update copyright headers
48534
48535  src/hb-ot-layout-common-private.hh   | 2 +-
48536  src/hb-ot-layout-gpos-table.hh       | 2 +-
48537  src/hb-ot-layout-gsub-table.hh       | 2 +-
48538  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
48539  4 files changed, 4 insertions(+), 4 deletions(-)
48540
48541 commit 6a9be5bd3524dc3eb1e88d1063bde2e4d8b57011
48542 Author: Behdad Esfahbod <behdad@behdad.org>
48543 Date:   Mon Apr 23 22:23:17 2012 -0400
48544
48545     Rename hb_glyph_map_t to hb_set_t
48546
48547  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
48548  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
48549  src/hb-ot-layout-private.hh          |  2 +-
48550  src/hb-ot-layout.cc                  |  2 +-
48551  src/hb-ot-layout.h                   |  4 ++--
48552  src/hb-ot-map-private.hh             |  2 +-
48553  src/hb-ot-map.cc                     |  2 +-
48554  7 files changed, 20 insertions(+), 20 deletions(-)
48555
48556 commit a4385f0b0a6949e2ce49e6a147ad4beaa724f6c3
48557 Author: Behdad Esfahbod <behdad@behdad.org>
48558 Date:   Mon Apr 23 22:20:14 2012 -0400
48559
48560     Improve clustering
48561
48562  src/hb-ot-shape.cc | 5 ++---
48563  1 file changed, 2 insertions(+), 3 deletions(-)
48564
48565 commit 8e3715f8a16b315c1c7dd4b256e7f68a36c53e7c
48566 Author: Behdad Esfahbod <behdad@behdad.org>
48567 Date:   Mon Apr 23 22:18:54 2012 -0400
48568
48569     Minor
48570
48571  src/hb-buffer-private.hh          | 2 +-
48572  src/hb-buffer.cc                  | 2 +-
48573  src/hb-graphite2.cc               | 5 ++---
48574  src/hb-ot-shape-complex-arabic.cc | 4 ++--
48575  src/hb-ot-shape-complex-misc.cc   | 4 ++--
48576  5 files changed, 8 insertions(+), 9 deletions(-)
48577
48578 commit d2984a241e4819474d827b1dd5d4b6d76596b3a5
48579 Author: Behdad Esfahbod <behdad@behdad.org>
48580 Date:   Mon Apr 23 17:21:14 2012 -0400
48581
48582     Add map->substitute_closure()
48583
48584  src/hb-ot-map-private.hh |  3 +++
48585  src/hb-ot-map.cc         | 15 +++++++++++++++
48586  2 files changed, 18 insertions(+)
48587
48588 commit 31081f7390e5130df72f89acc609ccab5dc77a48
48589 Author: Behdad Esfahbod <behdad@behdad.org>
48590 Date:   Mon Apr 23 16:54:58 2012 -0400
48591
48592     Implement closure() for Context and ChainContext lookups
48593
48594  src/hb-ot-layout-common-private.hh   |  54 ++++++
48595  src/hb-ot-layout-gsubgpos-private.hh | 347
48596  ++++++++++++++++++++++++++++-------
48597  src/hb-ot-layout-private.hh          |  23 ++-
48598  3 files changed, 351 insertions(+), 73 deletions(-)
48599
48600 commit c64ddab3c34897cd520d4d73a054866e649e8793
48601 Author: Behdad Esfahbod <behdad@behdad.org>
48602 Date:   Mon Apr 23 15:28:35 2012 -0400
48603
48604     Flesh out closure() for GSUB
48605
48606     The GSUBGPOS part still missing.
48607
48608  src/hb-ot-layout-common-private.hh |  61 ++++++++++++++------
48609  src/hb-ot-layout-gsub-table.hh     | 112
48610  ++++++++++++++++++++++++++++---------
48611  src/hb-ot-layout-private.hh        |  34 +++++++++++
48612  src/hb-ot-layout.h                 |   2 +-
48613  4 files changed, 165 insertions(+), 44 deletions(-)
48614
48615 commit 0da132bde4d576a03095d6738507954f7f85103d
48616 Author: Behdad Esfahbod <behdad@behdad.org>
48617 Date:   Mon Apr 23 14:21:33 2012 -0400
48618
48619     Fix Coverage iters
48620
48621  src/hb-ot-layout-common-private.hh | 30 +++++++++++++++++++++---------
48622  1 file changed, 21 insertions(+), 9 deletions(-)
48623
48624 commit 3e32cd9570fd8b09901fb790b80365ae425f681a
48625 Author: Behdad Esfahbod <behdad@behdad.org>
48626 Date:   Mon Apr 23 13:20:52 2012 -0400
48627
48628     Minor
48629
48630  src/hb-ot-layout-gsubgpos-private.hh | 1 -
48631  src/hb-ot-layout.cc                  | 6 +++---
48632  src/hb-ot-layout.h                   | 8 ++++++++
48633  src/hb-private.hh                    | 4 +++-
48634  4 files changed, 14 insertions(+), 5 deletions(-)
48635
48636 commit 650ac00da3d2f988197393f34d40f0ba1a0fa093
48637 Author: Behdad Esfahbod <behdad@behdad.org>
48638 Date:   Mon Apr 23 13:17:09 2012 -0400
48639
48640     Minor refactoring
48641
48642  src/hb-ot-layout-gpos-table.hh       | 27 +++++++++++--------------
48643  src/hb-ot-layout-gsub-table.hh       | 39
48644  +++++++++++++++++-------------------
48645  src/hb-ot-layout-gsubgpos-private.hh |  8 ++------
48646  src/hb-ot-layout.cc                  |  6 ++++--
48647  4 files changed, 36 insertions(+), 44 deletions(-)
48648
48649 commit f94b0aa64609654497ced9c00312c9643eb69053
48650 Author: Behdad Esfahbod <behdad@behdad.org>
48651 Date:   Mon Apr 23 13:04:38 2012 -0400
48652
48653     Add "closure" operation stubs to GSUB
48654
48655     Filling in.
48656
48657  src/hb-ot-layout-gsub-table.hh       | 179
48658  +++++++++++++++++++++++++++++++++++
48659  src/hb-ot-layout-gsubgpos-private.hh | 110 ++++++++++++++++++++-
48660  src/hb-ot-layout.cc                  |   8 ++
48661  3 files changed, 293 insertions(+), 4 deletions(-)
48662
48663 commit 7d50d502635d7c95e6bd091e7d4cc993f0853f76
48664 Author: Behdad Esfahbod <behdad@behdad.org>
48665 Date:   Mon Apr 23 13:02:14 2012 -0400
48666
48667     Add Coverage iterators
48668
48669  src/hb-ot-layout-common-private.hh | 59
48670  ++++++++++++++++++++++++++++++++++++++
48671  1 file changed, 59 insertions(+)
48672
48673 commit 3ed4634ec349fa9e943ad23718c04be4dd4bba62
48674 Author: Behdad Esfahbod <behdad@behdad.org>
48675 Date:   Thu Apr 19 22:34:06 2012 -0400
48676
48677     Add Indic inspection tool
48678
48679  src/Makefile.am                          |   7 +-
48680  src/hb-ot-shape-complex-indic-private.hh | 264
48681  +++++++++++++++++++++++++++++++
48682  src/hb-ot-shape-complex-indic.cc         | 229
48683  +--------------------------
48684  src/indic.cc                             |  46 ++++++
48685  4 files changed, 317 insertions(+), 229 deletions(-)
48686
48687 commit a06411ecf93c7e5256e363eef3ef69554896dd55
48688 Author: Behdad Esfahbod <behdad@behdad.org>
48689 Date:   Thu Apr 19 22:28:25 2012 -0400
48690
48691     Minor matra renumbering
48692
48693     Should have no visible effect.
48694
48695  src/hb-ot-shape-complex-indic.cc | 30 +++++++++++++++++-------------
48696  1 file changed, 17 insertions(+), 13 deletions(-)
48697
48698 commit 36608941f3cc530fea57282fa175e4cc3b4c66c6
48699 Author: Behdad Esfahbod <behdad@behdad.org>
48700 Date:   Thu Apr 19 22:21:38 2012 -0400
48701
48702     Add GSUB "would_apply" API
48703
48704     To be used in the Indic shaper later.  Unused for now.
48705
48706  src/hb-ot-layout-gsub-table.hh | 140
48707  ++++++++++++++++++++++++++++++++++++++++-
48708  1 file changed, 138 insertions(+), 2 deletions(-)
48709
48710 commit a0d4caeb91fa5e5f2090db4efc35c64ff9a64789
48711 Author: Behdad Esfahbod <behdad@behdad.org>
48712 Date:   Tue Apr 17 13:42:30 2012 -0400
48713
48714     Minor
48715
48716  TODO | 3 +++
48717  1 file changed, 3 insertions(+)
48718
48719 commit a5e40542ab9508f0ba6f822f1262d93fccb71f45
48720 Author: Behdad Esfahbod <behdad@behdad.org>
48721 Date:   Tue Apr 17 12:37:19 2012 -0400
48722
48723     Make font immutable in hb_shape()
48724
48725  src/hb-shape.cc | 2 ++
48726  1 file changed, 2 insertions(+)
48727
48728 commit 3cde23664fbbe9cd2ac1b8fd5eb2ea288309cc9c
48729 Author: Behdad Esfahbod <behdad@behdad.org>
48730 Date:   Tue Apr 17 11:44:49 2012 -0400
48731
48732     Minor note re Graphite
48733
48734  src/hb-graphite2.cc | 3 +++
48735  1 file changed, 3 insertions(+)
48736
48737 commit 4dc2449d92308f8dd366142831c0b85bd30ea5a9
48738 Author: Behdad Esfahbod <behdad@behdad.org>
48739 Date:   Tue Apr 17 11:39:48 2012 -0400
48740
48741     Fix leak in graphite
48742
48743  src/hb-graphite2.cc | 1 +
48744  1 file changed, 1 insertion(+)
48745
48746 commit 0290bbf8611aa881daed907f22256a431250c90a
48747 Author: Behdad Esfahbod <behdad@behdad.org>
48748 Date:   Tue Apr 17 10:28:21 2012 -0400
48749
48750     Add another Thai test
48751
48752  test/shaping/texts/in-tree/shaper-thai/misc/misc.txt | 1 +
48753  1 file changed, 1 insertion(+)
48754
48755 commit 9ceca3aeb14cc096f5f87660cf7351bc35073084
48756 Author: Behdad Esfahbod <behdad@behdad.org>
48757 Date:   Mon Apr 16 21:05:51 2012 -0400
48758
48759     Fix ragel regexp in vowel-based syllable
48760
48761     As reported by datao zhang on the mailing list.
48762
48763  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
48764  1 file changed, 1 insertion(+), 1 deletion(-)
48765
48766 commit b870afcd1b436614af95db6dc297e54c8f03f0cd
48767 Author: Behdad Esfahbod <behdad@behdad.org>
48768 Date:   Mon Apr 16 21:05:11 2012 -0400
48769
48770     Rewrite ragel expression to better match the one on MS spec
48771
48772     https://www.microsoft.com/typography/otfntdev/devanot/shaping.aspx
48773
48774  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
48775  1 file changed, 1 insertion(+), 1 deletion(-)
48776
48777 commit 95cefdf96efe43a44133aa8a186155cf4e63e2b7
48778 Author: Behdad Esfahbod <behdad@behdad.org>
48779 Date:   Mon Apr 16 18:08:20 2012 -0400
48780
48781     Add --utf8-clusters
48782
48783     Also fix cairo cluster generation.
48784
48785  util/hb-shape.cc     |  8 +++++---
48786  util/hb-view.hh      |  2 +-
48787  util/helper-cairo.cc | 22 +++++++++++++++++-----
48788  util/helper-cairo.hh |  3 ++-
48789  util/options.cc      | 19 ++++++++++++++-----
48790  util/options.hh      | 26 ++++++++++++++++----------
48791  util/view-cairo.cc   |  5 +++--
48792  util/view-cairo.hh   |  3 ++-
48793  8 files changed, 60 insertions(+), 28 deletions(-)
48794
48795 commit effb42e5c520128bdc2e29398ed801730c5c0f52
48796 Author: Behdad Esfahbod <behdad@behdad.org>
48797 Date:   Mon Apr 16 16:04:07 2012 -0400
48798
48799     Always use cairo_show_text_glyphs()
48800
48801     Better catches cluster errors.
48802
48803  util/view-cairo.cc | 2 +-
48804  1 file changed, 1 insertion(+), 1 deletion(-)
48805
48806 commit 799cfdd15ab369580b2283200c3aca6866214b59
48807 Author: Behdad Esfahbod <behdad@behdad.org>
48808 Date:   Mon Apr 16 16:00:36 2012 -0400
48809
48810     Make page progression be right to left for vertical text
48811
48812  util/view-cairo.cc | 8 ++++----
48813  1 file changed, 4 insertions(+), 4 deletions(-)
48814
48815 commit a5f1834f57ea3fb254f5c7d372747de316fcc8f1
48816 Author: Behdad Esfahbod <behdad@behdad.org>
48817 Date:   Mon Apr 16 15:55:13 2012 -0400
48818
48819     Apply 'liga' for vertical writing mode too
48820
48821     Apparently that's what Kazuraki uses to form vertical ligatures,
48822     which suggests that it's what Adobe does.
48823
48824  src/hb-ot-shape.cc | 2 +-
48825  1 file changed, 1 insertion(+), 1 deletion(-)
48826
48827 commit 4d85252bda25cddd1fbdd744687e449888f0b5fa
48828 Author: Behdad Esfahbod <behdad@behdad.org>
48829 Date:   Mon Apr 16 15:54:26 2012 -0400
48830
48831     Add Japanese test data from Adobe's Kazuraki font ligatures
48832
48833  test/shaping/texts/in-tree/shaper-default/MANIFEST |  1 +
48834  .../shaper-default/script-japanese/MANIFEST        |  1 +
48835  .../shaper-default/script-japanese/misc/MANIFEST   |  2 +
48836  .../script-japanese/misc/kazuraki-liga-lines.txt   |  8 ++++
48837  .../script-japanese/misc/kazuraki-liga.txt         | 53
48838  ++++++++++++++++++++++
48839  5 files changed, 65 insertions(+)
48840
48841 commit e74616b8898b5f18d9bf82b9e81aefad056c1e36
48842 Author: Behdad Esfahbod <behdad@behdad.org>
48843 Date:   Sun Apr 15 14:12:13 2012 -0400
48844
48845     Add comment
48846
48847  src/hb-private.hh | 8 ++++++++
48848  1 file changed, 8 insertions(+)
48849
48850 commit 683b503f30bba29d57a93d7e8ac7138c2e7f49f1
48851 Author: Behdad Esfahbod <behdad@behdad.org>
48852 Date:   Sat Apr 14 20:47:14 2012 -0400
48853
48854     Minor
48855
48856  src/hb-ot-shape-normalize.cc | 11 +++++++++--
48857  src/hb-ot-shape-private.hh   |  9 ---------
48858  src/hb-ot-shape.cc           |  9 ++++++++-
48859  3 files changed, 17 insertions(+), 12 deletions(-)
48860
48861 commit b9f199c8e38cc5ed0d73845568630f3bcbdd4374
48862 Author: Behdad Esfahbod <behdad@behdad.org>
48863 Date:   Sat Apr 14 20:23:58 2012 -0400
48864
48865     Move code around
48866
48867  src/hb-ot-shape-private.hh | 40 ----------------------------------------
48868  src/hb-ot-shape.cc         | 45
48869  +++++++++++++++++++++++++++++++++++++++++----
48870  2 files changed, 41 insertions(+), 44 deletions(-)
48871
48872 commit 38a83019e6a7f4aa47662fd557344f62ae001abe
48873 Author: Behdad Esfahbod <behdad@behdad.org>
48874 Date:   Sat Apr 14 19:40:18 2012 -0400
48875
48876     Minor
48877
48878  src/hb-common.h | 2 +-
48879  1 file changed, 1 insertion(+), 1 deletion(-)
48880
48881 commit d4adade217a61007dd2da5cd9eccf889f79a019a
48882 Author: Behdad Esfahbod <behdad@behdad.org>
48883 Date:   Sat Apr 14 19:23:17 2012 -0400
48884
48885     Add assert
48886
48887  src/hb-ot-shape.cc | 2 ++
48888  1 file changed, 2 insertions(+)
48889
48890 commit fe28b997fbbeb2cfeab62ac453993ccffe3e6719
48891 Author: Behdad Esfahbod <behdad@behdad.org>
48892 Date:   Sat Apr 14 19:19:26 2012 -0400
48893
48894     Add HB_DIRECTION_IS_VALID
48895
48896  src/hb-common.h        | 1 +
48897  test/api/test-common.c | 7 +++++++
48898  2 files changed, 8 insertions(+)
48899
48900 commit 5e88aa66822ba64324b4428c9ffbe06a43b4f310
48901 Author: Behdad Esfahbod <behdad@behdad.org>
48902 Date:   Sat Apr 14 18:51:50 2012 -0400
48903
48904     Remove public enum names again
48905
48906     As was reported to me, glib-mkenum does not understand named enums,
48907     so remove for now.
48908
48909  src/hb-blob.h               | 2 +-
48910  src/hb-common.h             | 6 +++---
48911  src/hb-ot-layout-private.hh | 2 +-
48912  3 files changed, 5 insertions(+), 5 deletions(-)
48913
48914 commit 08569c0eaab026c7122c0dc29922cf44011c4d10
48915 Author: Behdad Esfahbod <behdad@behdad.org>
48916 Date:   Sat Apr 14 18:47:07 2012 -0400
48917
48918     Minor
48919
48920  TODO | 2 ++
48921  1 file changed, 2 insertions(+)
48922
48923 commit 4bf90f648313e35d21b427a956aa1fe762bae757
48924 Author: Behdad Esfahbod <behdad@behdad.org>
48925 Date:   Thu Apr 12 17:38:23 2012 -0400
48926
48927     Make HB_DIRECTION_INVALID be zero
48928
48929     This changes all the HB_DIRECTION_* enum member values, but is
48930     nicer, in preparation for making hb_segment_properties_t public.
48931
48932  src/hb-common.cc       |  7 ++++---
48933  src/hb-common.h        | 20 ++++++++++----------
48934  test/api/test-common.c |  9 +++++++--
48935  3 files changed, 21 insertions(+), 15 deletions(-)
48936
48937 commit d01402da9c756f90a84bfb1f964fd56caf2b35c3
48938 Author: Behdad Esfahbod <behdad@behdad.org>
48939 Date:   Thu Apr 12 17:38:02 2012 -0400
48940
48941     Minor
48942
48943  TODO | 6 +++++-
48944  1 file changed, 5 insertions(+), 1 deletion(-)
48945
48946 commit 69b84a8f6c789726815261c2e86692de7a65d6e8
48947 Author: Behdad Esfahbod <behdad@behdad.org>
48948 Date:   Thu Apr 12 15:50:40 2012 -0400
48949
48950     Fix hb-view surface size calc for vertical text
48951
48952     For some reason it doesn't quite work with IranianNastaliq, but
48953     that looks like a font issue.
48954
48955  util/helper-cairo.hh |  5 +++--
48956  util/options.hh      |  7 +++++++
48957  util/view-cairo.cc   | 31 +++++++++++++++++++++----------
48958  util/view-cairo.hh   |  1 +
48959  4 files changed, 32 insertions(+), 12 deletions(-)
48960
48961 commit 6bd9b479b8b2befbb0847282e93beade197c8038
48962 Author: Behdad Esfahbod <behdad@behdad.org>
48963 Date:   Thu Apr 12 14:53:53 2012 -0400
48964
48965     Hide backend-specific shape functions
48966
48967     Also remove shaper_options argument to hb_shape_full().  That was
48968     unused and for "future".  Let it go.
48969
48970     More shaper API coming in preparation for plan/planned API.
48971
48972  configure.ac                                   |  6 ++--
48973  src/Makefile.am                                | 11 +++----
48974  src/hb-fallback-shape-private.hh               |  9 +++---
48975  src/hb-fallback-shape.cc                       |  9 +++---
48976  src/{hb-ot-shape.h => hb-graphite2-private.hh} | 30 ++++++++----------
48977  src/hb-graphite2.cc                            |  5 ++-
48978  src/hb-graphite2.h                             |  7 -----
48979  src/hb-ot-shape-private.hh                     |  8 +++--
48980  src/hb-ot-shape.cc                             | 11 +++----
48981  src/hb-ot.h                                    |  1 -
48982  src/hb-shape.cc                                | 24 ++++++---------
48983  src/hb-shape.h                                 |  1 -
48984  src/hb-uniscribe-private.hh                    | 42
48985  ++++++++++++++++++++++++++
48986  src/hb-uniscribe.cc                            |  9 +++---
48987  src/hb-uniscribe.h                             |  7 -----
48988  util/options.hh                                |  2 +-
48989  16 files changed, 96 insertions(+), 86 deletions(-)
48990
48991 commit c6035cf802c60f0526f421f39a55886061df94ee
48992 Author: Behdad Esfahbod <behdad@behdad.org>
48993 Date:   Thu Apr 12 13:23:59 2012 -0400
48994
48995     Add names to enums
48996
48997     gdb was showing <anonymous enum> instead of useful stuff, so name
48998     all our enums.
48999
49000  src/hb-blob.h                      | 2 +-
49001  src/hb-common.h                    | 6 +++---
49002  src/hb-ot-layout-common-private.hh | 2 +-
49003  src/hb-ot-layout-gdef-table.hh     | 2 +-
49004  src/hb-ot-layout-gpos-table.hh     | 5 ++---
49005  src/hb-ot-layout-gsub-table.hh     | 2 +-
49006  src/hb-ot-layout-private.hh        | 2 +-
49007  7 files changed, 10 insertions(+), 11 deletions(-)
49008
49009 commit d1c9eb458c843215da8df84b596bfae51fee135b
49010 Author: Behdad Esfahbod <behdad@behdad.org>
49011 Date:   Thu Apr 12 13:17:44 2012 -0400
49012
49013     Make it an error to include non-top-level headers
49014
49015     Users should #include <hb.h> (or hb-ft.h, hb-glib.h, etc), but
49016     never things like hb-shape.h directly.  This makes it easier to
49017     refactor headers later on without breaking compatibility.
49018
49019  src/hb-blob.h       | 4 ++++
49020  src/hb-buffer.h     | 4 ++++
49021  src/hb-common.h     | 4 ++++
49022  src/hb-font.h       | 4 ++++
49023  src/hb-ft.h         | 2 --
49024  src/hb-glib.h       | 1 +
49025  src/hb-gobject.h    | 1 +
49026  src/hb-graphite2.h  | 5 +++--
49027  src/hb-icu.h        | 1 +
49028  src/hb-ot-layout.h  | 8 +++++---
49029  src/hb-ot-shape.h   | 9 +++++----
49030  src/hb-ot-tag.h     | 6 +++++-
49031  src/hb-ot.h         | 2 ++
49032  src/hb-private.hh   | 5 ++++-
49033  src/hb-shape.h      | 4 ++++
49034  src/hb-unicode.h    | 4 ++++
49035  src/hb-uniscribe.h  | 3 +--
49036  src/hb-version.h.in | 4 ++++
49037  src/hb.h            | 2 ++
49038  19 files changed, 58 insertions(+), 15 deletions(-)
49039
49040 commit 323190c27b80cddc9b3c42d19f1f243e2acb2411
49041 Author: Behdad Esfahbod <behdad@behdad.org>
49042 Date:   Thu Apr 12 12:29:10 2012 -0400
49043
49044     Minor
49045
49046  src/hb-ft.cc | 2 ++
49047  1 file changed, 2 insertions(+)
49048
49049 commit 0e3361464b00b76aa7375515163e0710a691db0c
49050 Author: Behdad Esfahbod <behdad@behdad.org>
49051 Date:   Thu Apr 12 10:06:52 2012 -0400
49052
49053     Fix bug with not setting Unicode props of the first character
49054
49055     Fixes Mongolian shaping issue:
49056     https://bugs.freedesktop.org/show_bug.cgi?id=45695
49057
49058  src/hb-ot-shape.cc | 2 +-
49059  1 file changed, 1 insertion(+), 1 deletion(-)
49060
49061 commit f9746b600a6e14dbe48aabfc17df8f12a5b46b11
49062 Author: Behdad Esfahbod <behdad@behdad.org>
49063 Date:   Thu Apr 12 09:59:26 2012 -0400
49064
49065     Minor
49066
49067  test/shaping/texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt |
49068  1 -
49069  1 file changed, 1 deletion(-)
49070
49071 commit 7470b0ff805e4ff59d23d7a1808888fafdf550eb
49072 Author: Behdad Esfahbod <behdad@behdad.org>
49073 Date:   Thu Apr 12 09:44:27 2012 -0400
49074
49075     Add Mongolian test case
49076
49077  test/shaping/texts/in-tree/MANIFEST                                   |
49078  1 +
49079  .../texts/in-tree/shaper-arabic/script-mongolian/misc/MANIFEST        |
49080  1 +
49081  .../texts/in-tree/shaper-arabic/script-mongolian/misc/misc.txt        |
49082  4 ++++
49083  test/shaping/texts/in-tree/shaper-thai/MANIFEST                       |
49084  1 +
49085  test/shaping/texts/in-tree/shaper-thai/misc/MANIFEST                  |
49086  1 +
49087  5 files changed, 8 insertions(+)
49088
49089 commit c65662b71e6160f5adfb6226d97589ca457d98b9
49090 Author: Behdad Esfahbod <behdad@behdad.org>
49091 Date:   Thu Apr 12 09:31:55 2012 -0400
49092
49093     Fix left-matra positioning in Indic
49094
49095     Fixes 200 failures out of previous 4290 cases in the OO.o Indic
49096     dictionary (of ~16000 entries).
49097
49098  src/hb-ot-shape-complex-indic.cc | 12 ++++++------
49099  1 file changed, 6 insertions(+), 6 deletions(-)
49100
49101 commit 6d16403bfaa4d710d80c93298eca7211ecaa419f
49102 Author: Behdad Esfahbod <behdad@behdad.org>
49103 Date:   Wed Apr 11 22:04:42 2012 -0400
49104
49105     Adjust TODO
49106
49107  TODO | 2 +-
49108  1 file changed, 1 insertion(+), 1 deletion(-)
49109
49110 commit 029a82d81d8ffa1b6771d19018d592fec1dbc934
49111 Author: Behdad Esfahbod <behdad@behdad.org>
49112 Date:   Wed Apr 11 22:00:46 2012 -0400
49113
49114     [hangul] Apply *jmo features to all Hangul chars
49115
49116     This is what old HB does.  Morever, fixes rendering with Win8 malgun
49117     font.  The Win7 version doesn't compose with either Uniscribe nor HB,
49118     but Win8 version works as expected, like Uniscribe, with this change.
49119
49120     Lets call Hangul done for now.
49121
49122  src/hb-ot-shape-complex-misc.cc | 9 +++++++++
49123  1 file changed, 9 insertions(+)
49124
49125 commit 3baae2440de69577d330209edb708e7d2bb2231d
49126 Author: Behdad Esfahbod <behdad@behdad.org>
49127 Date:   Wed Apr 11 21:54:37 2012 -0400
49128
49129     Update TODO
49130
49131  TODO | 28 +++++++++++++++-------------
49132  1 file changed, 15 insertions(+), 13 deletions(-)
49133
49134 commit a4976447cd1a1feffdecd0d501a2690716b1cf4b
49135 Author: Behdad Esfahbod <behdad@behdad.org>
49136 Date:   Wed Apr 11 17:48:40 2012 -0400
49137
49138     Add Hangul test
49139
49140  test/shaping/texts/in-tree/shaper-hangul/script-hangul/misc/misc.txt |
49141  1 +
49142  1 file changed, 1 insertion(+)
49143
49144 commit e95d912b3b0af027c4384553f95236db822e5acc
49145 Author: Behdad Esfahbod <behdad@behdad.org>
49146 Date:   Wed Apr 11 17:33:02 2012 -0400
49147
49148     Fix diff tool
49149
49150  test/shaping/hb_test_tools.py | 4 ++--
49151  1 file changed, 2 insertions(+), 2 deletions(-)
49152
49153 commit 41ae674f6871f43d0a6e4ca67a747074d63ae576
49154 Author: Behdad Esfahbod <behdad@behdad.org>
49155 Date:   Wed Apr 11 17:11:05 2012 -0400
49156
49157     Don't create hb_apply_context_t per glyph!
49158
49159     I couldn't measure significant performance gains out of this; maybe
49160     about 5% (with one million Malayalam strings).  Still, not bad.
49161     But reminds me that optimizing this codebase without profiling first
49162     is simply not going to work.  Oh well...
49163
49164  src/hb-ot-layout-gpos-table.hh       | 24 ++++++------------------
49165  src/hb-ot-layout-gsub-table.hh       | 26 +++++++-------------------
49166  src/hb-ot-layout-gsubgpos-private.hh | 22 ++++++++++++++++++++++
49167  3 files changed, 35 insertions(+), 37 deletions(-)
49168
49169 commit 4a1e02ef7979d58fe0c726ee7c665b2420c42ddd
49170 Author: Behdad Esfahbod <behdad@behdad.org>
49171 Date:   Wed Apr 11 14:37:53 2012 -0400
49172
49173     Fix shape to presentation forms font check
49174
49175     As reported by Jonathan Kew on the list.
49176
49177  src/hb-ot-shape-complex-arabic.cc | 9 ++++++---
49178  1 file changed, 6 insertions(+), 3 deletions(-)
49179
49180 commit 6062f5f01436b4044be729890ed00b9b62737824
49181 Author: Behdad Esfahbod <behdad@behdad.org>
49182 Date:   Wed Apr 11 14:19:55 2012 -0400
49183
49184     Fix build with some compilers
49185
49186     As reported by Jonathan Kew on the list.
49187
49188  src/hb-ot-shape-complex-misc.cc | 7 ++++---
49189  1 file changed, 4 insertions(+), 3 deletions(-)
49190
49191 commit acd88e659fdb2fa1cbf7171f0a1c7fbc81b9f298
49192 Author: Behdad Esfahbod <behdad@behdad.org>
49193 Date:   Tue Apr 10 18:02:20 2012 -0400
49194
49195     In Arabic fallback shaping, check that the font has glyph for new char
49196
49197  src/hb-ot-shape-complex-arabic.cc  | 12 +++++++-----
49198  src/hb-ot-shape-complex-indic.cc   |  2 +-
49199  src/hb-ot-shape-complex-misc.cc    |  6 +++---
49200  src/hb-ot-shape-complex-private.hh |  7 ++++---
49201  src/hb-ot-shape.cc                 |  2 +-
49202  5 files changed, 16 insertions(+), 13 deletions(-)
49203
49204 commit 7752aa73e72301a46c64c533c1e423ff5987cc05
49205 Author: Behdad Esfahbod <behdad@behdad.org>
49206 Date:   Tue Apr 10 17:22:14 2012 -0400
49207
49208     Minor
49209
49210  src/hb-ot-shape-private.hh |  1 -
49211  src/hb-ot-shape.cc         | 10 ----------
49212  2 files changed, 11 deletions(-)
49213
49214 commit 939c010211b063f78874a3b72b032c1ed9a13b87
49215 Author: Behdad Esfahbod <behdad@behdad.org>
49216 Date:   Tue Apr 10 17:20:05 2012 -0400
49217
49218     Implement Arabic fallback shaping mandatory ligatures
49219
49220  src/gen-arabic-table.py                 | 32
49221  ++++++++++++++++++++++----------
49222  src/hb-ot-shape-complex-arabic-table.hh | 28 +++++++++++++++++++---------
49223  src/hb-ot-shape-complex-arabic.cc       | 31
49224  +++++++++++++++++++++++++++++++
49225  src/hb-ot-shape-complex-misc.cc         |  4 ++--
49226  4 files changed, 74 insertions(+), 21 deletions(-)
49227
49228 commit b7d04eb606800100faa11100d2adf559e297a4ee
49229 Author: Behdad Esfahbod <behdad@behdad.org>
49230 Date:   Tue Apr 10 16:44:38 2012 -0400
49231
49232     Do Arabic fallback shaping
49233
49234  src/hb-ot-shape-complex-arabic.cc | 38
49235  +++++++++++++++++++++++++++++++++-----
49236  1 file changed, 33 insertions(+), 5 deletions(-)
49237
49238 commit ae4a2b9365051c23c9a299cf76f3ab7e661999b1
49239 Author: Behdad Esfahbod <behdad@behdad.org>
49240 Date:   Tue Apr 10 16:25:08 2012 -0400
49241
49242     Generate fallback Arabic shaping table
49243
49244     Not hooked up yet.
49245
49246  src/Makefile.am                         |   6 +-
49247  src/gen-arabic-table.py                 | 220
49248  +++++++++++++++++++++++---------
49249  src/gen-indic-table.py                  |   4 +-
49250  src/hb-ot-shape-complex-arabic-table.hh | 205
49251  ++++++++++++++++++++++++++++-
49252  4 files changed, 367 insertions(+), 68 deletions(-)
49253
49254 commit 3b26f96ebe859570d14c6902afc23462bca40712
49255 Author: Behdad Esfahbod <behdad@behdad.org>
49256 Date:   Tue Apr 10 10:52:07 2012 -0400
49257
49258     Add Thai shaper that does SARA AM decomposition / reordering
49259
49260     That's not in the OpenType spec, but it's what MS and Adobe do.
49261
49262  src/hb-buffer.cc                   |   1 +
49263  src/hb-ot-shape-complex-misc.cc    | 104
49264  ++++++++++++++++++++++++++++++++++++-
49265  src/hb-ot-shape-complex-private.hh |   8 +++
49266  3 files changed, 112 insertions(+), 1 deletion(-)
49267
49268 commit 0b6d2ac6a1d04877ae4542fc2a3b920185547053
49269 Author: Behdad Esfahbod <behdad@behdad.org>
49270 Date:   Tue Apr 10 10:52:03 2012 -0400
49271
49272     Minor
49273
49274  TODO | 10 ++++------
49275  1 file changed, 4 insertions(+), 6 deletions(-)
49276
49277 commit e099dd6592b4ea887696330f4718efb572494d93
49278 Author: Behdad Esfahbod <behdad@behdad.org>
49279 Date:   Tue Apr 10 10:47:33 2012 -0400
49280
49281     Add Thai test case for SARA AM decomposition
49282
49283  test/shaping/texts/in-tree/shaper-hangul/MANIFEST    | 1 +
49284  test/shaping/texts/in-tree/shaper-thai/misc/misc.txt | 5 +++++
49285  2 files changed, 6 insertions(+)
49286
49287 commit 4450dc9354b18cd68980b0891b24ea8efa4f38b6
49288 Author: Behdad Esfahbod <behdad@behdad.org>
49289 Date:   Sat Apr 7 22:07:23 2012 -0400
49290
49291     Move around
49292
49293  test/shaping/texts/in-tree/MANIFEST
49294  | 1 +
49295  test/shaping/texts/in-tree/shaper-default/MANIFEST
49296  | 1 -
49297  .../in-tree/{shaper-default => shaper-hangul}/script-hangul/MANIFEST
49298  | 0
49299  .../{shaper-default => shaper-hangul}/script-hangul/misc/MANIFEST
49300  | 0
49301  .../{shaper-default => shaper-hangul}/script-hangul/misc/misc.txt
49302  | 0
49303  5 files changed, 1 insertion(+), 1 deletion(-)
49304
49305 commit d4cc44716c1e098f8abbc0e495404598026ef242
49306 Author: Behdad Esfahbod <behdad@behdad.org>
49307 Date:   Sat Apr 7 21:52:28 2012 -0400
49308
49309     Move code around, in prep for Thai/Lao shaper
49310
49311  src/hb-buffer-private.hh                 |  5 +++++
49312  src/hb-buffer.cc                         | 23 +++++++++++++++++++++++
49313  src/hb-ot-shape-complex-indic-machine.rl | 14 +-------------
49314  3 files changed, 29 insertions(+), 13 deletions(-)
49315
49316 commit c9a841f4452921c5361b8f5697bbff7736ce60cd
49317 Author: Behdad Esfahbod <behdad@behdad.org>
49318 Date:   Sat Apr 7 15:06:55 2012 -0400
49319
49320     Add simple Hangul shaper that recomposes Jamo when feasible
49321
49322     Previously, we were NOT actually recomposing Hangul Jamo.  We do now.
49323     The two lines in:
49324
49325     test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt
49326
49327     Now render the same with the UnDotum.ttf font.  Previously the second
49328     linle was rendering boxes.
49329
49330     We can also start applying OpenType Jamo features later.  At this
49331     time,
49332     I have no idea how the 'ljmo', 'vjmo', 'tjmo' features are supposed to
49333     work.  Maybe someone can explain them to me?
49334
49335  src/hb-ot-shape-complex-misc.cc    | 16 ++++++++++++++++
49336  src/hb-ot-shape-complex-private.hh | 15 +++++++++++++--
49337  2 files changed, 29 insertions(+), 2 deletions(-)
49338
49339 commit 968318455304804dc53045e8ba0cd4d76800c02d
49340 Author: Behdad Esfahbod <behdad@behdad.org>
49341 Date:   Sat Apr 7 14:57:21 2012 -0400
49342
49343     Implement normalization mode
49344     HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_FULL
49345
49346     In this mode we try composing CCC=0 with CCC=0 characters.  Useful for
49347     Hangul.
49348
49349  src/hb-ot-shape-normalize.cc | 21 +++++++++++++--------
49350  1 file changed, 13 insertions(+), 8 deletions(-)
49351
49352 commit bec2ac4fde1ba0dd6dba02adbb836ce569a5cf6f
49353 Author: Behdad Esfahbod <behdad@behdad.org>
49354 Date:   Sat Apr 7 14:51:17 2012 -0400
49355
49356     Bring normalization algorithm closer to the spec
49357
49358     No logical difference so far.
49359
49360  src/hb-ot-shape-normalize.cc | 3 ++-
49361  1 file changed, 2 insertions(+), 1 deletion(-)
49362
49363 commit e02d9257863b49e33ab5942971266349d3c548f6
49364 Author: Behdad Esfahbod <behdad@behdad.org>
49365 Date:   Sat Apr 7 14:49:13 2012 -0400
49366
49367     Flip logic around
49368
49369  src/hb-ot-shape-normalize.cc | 38 +++++++++++++-------------------------
49370  1 file changed, 13 insertions(+), 25 deletions(-)
49371
49372 commit aaa25d5f458127f53f4b5ecdeb986ae91fabbad3
49373 Author: Behdad Esfahbod <behdad@behdad.org>
49374 Date:   Thu Apr 5 17:27:23 2012 -0400
49375
49376     Add Hangul test case
49377
49378     Composed, and decomposed, of the same text.
49379
49380  test/shaping/texts/in-tree/shaper-default/MANIFEST                    |
49381  1 +
49382  test/shaping/texts/in-tree/shaper-default/script-hangul/MANIFEST      |
49383  1 +
49384  test/shaping/texts/in-tree/shaper-default/script-hangul/misc/MANIFEST |
49385  1 +
49386  test/shaping/texts/in-tree/shaper-default/script-hangul/misc/misc.txt |
49387  2 ++
49388  4 files changed, 5 insertions(+)
49389
49390 commit 11138ccff71f442da1fcf64faa0e1d22e083e775
49391 Author: Behdad Esfahbod <behdad@behdad.org>
49392 Date:   Thu Apr 5 17:25:19 2012 -0400
49393
49394     Add normalize mode
49395
49396     In preparation for Hangul shaper.
49397
49398  src/Makefile.am                      |  1 +
49399  src/hb-ot-layout-common-private.hh   |  1 -
49400  src/hb-ot-shape-complex-arabic.cc    |  6 +--
49401  src/hb-ot-shape-complex-indic.cc     |  6 +--
49402  src/hb-ot-shape-complex-misc.cc      |  8 ++--
49403  src/hb-ot-shape-complex-private.hh   | 13 ++++---
49404  src/hb-ot-shape-normalize-private.hh | 46 +++++++++++++++++++++++
49405  src/hb-ot-shape-normalize.cc         | 73
49406  +++++++++++++++++-------------------
49407  src/hb-ot-shape-private.hh           |  7 +---
49408  src/hb-ot-shape.cc                   |  2 +-
49409  10 files changed, 102 insertions(+), 61 deletions(-)
49410
49411 commit 6769f21d579a354e32577ec57348e97d2cb1b438
49412 Author: Behdad Esfahbod <behdad@behdad.org>
49413 Date:   Thu Apr 5 16:46:46 2012 -0400
49414
49415     More moving code around
49416
49417  src/hb-ot-shape-normalize.cc | 2 +-
49418  src/hb-ot-shape-private.hh   | 8 --------
49419  src/hb-ot-shape.cc           | 2 +-
49420  src/hb-unicode-private.hh    | 8 ++++++++
49421  4 files changed, 10 insertions(+), 10 deletions(-)
49422
49423 commit 2db2a566826ed4763ce69629194ec656bd48b0bd
49424 Author: Behdad Esfahbod <behdad@behdad.org>
49425 Date:   Thu Apr 5 16:40:37 2012 -0400
49426
49427     Move code around
49428
49429  src/hb-ot-shape-private.hh | 53
49430  --------------------------------------------
49431  src/hb-unicode-private.hh  |  3 +++
49432  src/hb-unicode.cc          | 55
49433  ++++++++++++++++++++++++++++++++++++++++++++++
49434  3 files changed, 58 insertions(+), 53 deletions(-)
49435
49436 commit cad3821f3d5b68d490b0728bd37bd57428ec809c
49437 Author: Behdad Esfahbod <behdad@behdad.org>
49438 Date:   Wed Mar 7 17:13:25 2012 -0500
49439
49440     More sorting by Unicode version
49441
49442     This is the most convenient way to browse scripts.
49443
49444  src/hb-common.cc                   |  2 +-
49445  src/hb-common.h                    |  2 +-
49446  src/hb-ot-shape-complex-private.hh | 94
49447  ++++++++++++++++++++++++++++----------
49448  3 files changed, 72 insertions(+), 26 deletions(-)
49449
49450 commit 317b9504d7a4faa70dcf21e5c2aff4792dbd201a
49451 Author: Behdad Esfahbod <behdad@behdad.org>
49452 Date:   Wed Mar 7 16:51:29 2012 -0500
49453
49454     Minor
49455
49456  src/hb-ot-shape-complex-private.hh | 10 ++++++++--
49457  1 file changed, 8 insertions(+), 2 deletions(-)
49458
49459 commit fa2673c1ee954ddbbfbfca7cced7b839d7776fc0
49460 Author: Behdad Esfahbod <behdad@behdad.org>
49461 Date:   Wed Mar 7 15:52:02 2012 -0500
49462
49463     More Unicode script age annotation, and a couple more RTL scripts
49464
49465     Cross-checked with Mark Davis's spreadsheet at http://goo.gl/x9ilM
49466
49467  src/hb-common.cc |  8 ++++++++
49468  src/hb-common.h  | 52
49469  +++++++++++++++++++++++++++++-----------------------
49470  2 files changed, 37 insertions(+), 23 deletions(-)
49471
49472 commit 6d4016f1ba48d409800dc3281b93e5cd58c99d9f
49473 Author: Behdad Esfahbod <behdad@behdad.org>
49474 Date:   Wed Mar 7 15:33:14 2012 -0500
49475
49476     Make src tests pass again
49477
49478  src/gen-arabic-table.py                 | 11 ++++++-----
49479  src/gen-indic-table.py                  |  9 +++++----
49480  src/hb-ot-shape-complex-arabic-table.hh |  6 ++++++
49481  src/hb-ot-shape-complex-indic-table.hh  |  4 ++++
49482  4 files changed, 21 insertions(+), 9 deletions(-)
49483
49484 commit 7da435f08cc406080a5ee9b1ab5351db6a93acae
49485 Author: Behdad Esfahbod <behdad@behdad.org>
49486 Date:   Wed Mar 7 15:20:20 2012 -0500
49487
49488     Separate Unicode 3.1 and Unicode 3.2 additions
49489
49490  src/hb-common.h | 14 +++++++++-----
49491  1 file changed, 9 insertions(+), 5 deletions(-)
49492
49493 commit f91136cb528e298651c4a8a8a1d6dc54136e09ce
49494 Author: Behdad Esfahbod <behdad@behdad.org>
49495 Date:   Wed Mar 7 12:56:22 2012 -0500
49496
49497     Route three Unicode 6.1 scripts through Indic shaper
49498
49499  src/hb-ot-shape-complex-private.hh | 7 ++++++-
49500  1 file changed, 6 insertions(+), 1 deletion(-)
49501
49502 commit f32c0012ad794cd2df669dfc7b0438fafbe38b2d
49503 Author: Behdad Esfahbod <behdad@behdad.org>
49504 Date:   Wed Mar 7 12:53:34 2012 -0500
49505
49506     Add Unicode 6.1.0 scripts
49507
49508  src/hb-common.h |  9 +++++++++
49509  src/hb-glib.cc  | 11 ++++++++++-
49510  2 files changed, 19 insertions(+), 1 deletion(-)
49511
49512 commit 50e810cd0e55c25fddb0a2fd0861c51fbf65700e
49513 Author: Behdad Esfahbod <behdad@behdad.org>
49514 Date:   Wed Mar 7 12:49:08 2012 -0500
49515
49516     Lydian and Kharoshthi are right-to-left
49517
49518  src/hb-common.cc | 6 ++++++
49519  1 file changed, 6 insertions(+)
49520
49521 commit a52835635e4a2a12715aff2febb561515a10cd5a
49522 Author: Behdad Esfahbod <behdad@behdad.org>
49523 Date:   Wed Mar 7 12:38:39 2012 -0500
49524
49525     Whitespace
49526
49527  src/hb-common.h | 194
49528  ++++++++++++++++++++++++++++----------------------------
49529  1 file changed, 97 insertions(+), 97 deletions(-)
49530
49531 commit 183224684a45d7dcd7d28510d4383a7a7cb3dff3
49532 Author: Behdad Esfahbod <behdad@behdad.org>
49533 Date:   Wed Mar 7 12:21:28 2012 -0500
49534
49535     Use generic shaper for Buhid
49536
49537     As requested by Jonathan Kew.
49538
49539     We need to devise a better mechanism to choose which scripts to
49540     pass through the Indic shaper.  Moreover, currently we are storing
49541     data for some scripts in the Indic shaper that are not even going
49542     through that shaper.  Need to find a better way...
49543
49544  src/hb-ot-shape-complex-private.hh | 2 +-
49545  1 file changed, 1 insertion(+), 1 deletion(-)
49546
49547 commit cdc8b491a8e7cec5082ca2ad0346c1f41fdd5c92
49548 Author: Behdad Esfahbod <behdad@behdad.org>
49549 Date:   Wed Mar 7 12:08:33 2012 -0500
49550
49551     Update Indic table to Unicode 6.1 data
49552
49553  src/Makefile.am                         |  15 +++
49554  src/gen-indic-table.py                  |  20 ++--
49555  src/hb-ot-shape-complex-arabic-table.hh |  35 -------
49556  src/hb-ot-shape-complex-indic-table.hh  | 178
49557  +++++++++++++++++++-------------
49558  4 files changed, 134 insertions(+), 114 deletions(-)
49559
49560 commit e3b2e077f549b04779c08a9fedb1f35b9f11075c
49561 Author: Behdad Esfahbod <behdad@behdad.org>
49562 Date:   Wed Mar 7 10:21:24 2012 -0500
49563
49564     Typo
49565
49566  src/hb-ot-shape-normalize.cc | 2 +-
49567  1 file changed, 1 insertion(+), 1 deletion(-)
49568
49569 commit c346671b6b9b05fa51b95c16212eb29ac69510fa
49570 Author: Behdad Esfahbod <behdad@behdad.org>
49571 Date:   Tue Mar 6 20:47:50 2012 -0500
49572
49573     Minor doc fixes
49574
49575  src/hb-ot-shape-normalize.cc | 10 ++++++----
49576  1 file changed, 6 insertions(+), 4 deletions(-)
49577
49578 commit 406044986a68676f3050f9350ccc448c615fc685
49579 Author: Behdad Esfahbod <behdad@behdad.org>
49580 Date:   Tue Mar 6 20:24:31 2012 -0500
49581
49582     Add Hebrew diacritics test cases
49583
49584     From:
49585     https://bugzilla.mozilla.org/show_bug.cgi?id=662055
49586
49587  test/shaping/texts/in-tree/shaper-default/MANIFEST        |  1 +
49588  .../texts/in-tree/shaper-default/script-hebrew/MANIFEST   |  1 +
49589  .../in-tree/shaper-default/script-hebrew/misc/MANIFEST    |  1 +
49590  .../shaper-default/script-hebrew/misc/diacritics.txt      | 15
49591  +++++++++++++++
49592  4 files changed, 18 insertions(+)
49593
49594 commit 461b9b6347e4f58589f5be82c40a2df61da2c715
49595 Author: Behdad Esfahbod <behdad@behdad.org>
49596 Date:   Thu Mar 1 18:11:19 2012 -0800
49597
49598     Fix cluster formation in Indic
49599
49600     Makes number of failures against Uniscribe with hi_IN dictionary from
49601     OO.o to go down from 6334 to 4290.  Not bad for a one-line change!
49602
49603     Mozilla Bug 729626 - ASAN: heap-buffer-overflow HTML
49604
49605  src/hb-ot-shape-complex-indic-machine.rl | 2 +-
49606  1 file changed, 1 insertion(+), 1 deletion(-)
49607
49608 commit bc71ad4973842f25216b48842a46d6c9cbce6aa3
49609 Author: Behdad Esfahbod <behdad@behdad.org>
49610 Date:   Thu Mar 1 17:30:29 2012 -0800
49611
49612     Fix atomic-int op on Apple
49613
49614     The OSAtomicAdd32Barrier operator returns the new value, we want the
49615     old value.
49616
49617  src/hb-blob.cc           | 2 +-
49618  src/hb-object-private.hh | 2 +-
49619  2 files changed, 2 insertions(+), 2 deletions(-)
49620
49621 commit a1970d9afc15b2c6b7513b923019bb223bd95154
49622 Author: Behdad Esfahbod <behdad@behdad.org>
49623 Date:   Fri Feb 24 13:51:09 2012 -0500
49624
49625     Add support for atomic int and mutex on Apple systems
49626
49627     So, apparently there's no atomic int 'get' method on Apple.
49628     You have to
49629     add(0) to get.  And that's not const-friendly.  So switch inert-object
49630     checking to a non-atomic get.  This, however, is safe, and a
49631     negligible
49632     performance boost too.
49633
49634  src/hb-mutex-private.hh  | 14 +++++++++-----
49635  src/hb-object-private.hh | 15 ++++++++++-----
49636  2 files changed, 19 insertions(+), 10 deletions(-)
49637
49638 commit 8004429102d7d3a8c42e1cbfe231835de4d3d782
49639 Author: Behdad Esfahbod <behdad@behdad.org>
49640 Date:   Thu Feb 23 18:47:17 2012 -0500
49641
49642     Remove unused hb_atomic_int_set()
49643
49644     Apparently it can't be implemented on OS X.  We weren't using
49645     it anyway.
49646
49647  src/hb-object-private.hh | 4 ----
49648  1 file changed, 4 deletions(-)
49649
49650 commit 45227c10e416894ba7f84fdf72d849cecdb9b898
49651 Author: Behdad Esfahbod <behdad@behdad.org>
49652 Date:   Thu Feb 23 19:47:43 2012 -0500
49653
49654     Add hb-warning.cc.  Oops!
49655
49656  src/hb-warning.cc | 53
49657  +++++++++++++++++++++++++++++++++++++++++++++++++++++
49658  1 file changed, 53 insertions(+)
49659
49660 commit bd7ff1dec5b92ee59fa060e793f88499adcd8c11
49661 Author: Behdad Esfahbod <behdad@behdad.org>
49662 Date:   Thu Feb 23 15:06:16 2012 -0500
49663
49664     Allow disabling multi-threaded support
49665
49666     By defining HB_NO_MT.
49667
49668     Also, only warn once per missing MT feature support.
49669
49670     Mozilla Bug 666661 - gfx/harfbuzz/src/hb-prive.h - compiler warnings
49671     on mac
49672
49673  src/Makefile.am          |  1 +
49674  src/hb-mutex-private.hh  |  6 +++---
49675  src/hb-object-private.hh | 11 +++--------
49676  3 files changed, 7 insertions(+), 11 deletions(-)
49677
49678 commit 634c9e3423a9c23793400d1f56e98070e00b6056
49679 Author: Behdad Esfahbod <behdad@behdad.org>
49680 Date:   Wed Feb 22 16:43:21 2012 -0500
49681
49682     Minor
49683
49684  src/hb-ot-shape-private.hh | 69
49685  ++++++++++++++++++++++++++--------------------
49686  1 file changed, 39 insertions(+), 30 deletions(-)
49687
49688 commit 514b6f88668da4eab85103c536dabe24b7bc457b
49689 Author: Behdad Esfahbod <behdad@behdad.org>
49690 Date:   Wed Feb 22 16:34:37 2012 -0500
49691
49692     Followup: Reorder Hebrew combining classes for better rendering
49693
49694     Patch from Jonathan Kew.
49695
49696     Bug 662055 - advanced Hebrew diacritics are shown correctly only in
49697     particular order.
49698
49699  src/hb-ot-shape-private.hh | 20 ++++++++++----------
49700  1 file changed, 10 insertions(+), 10 deletions(-)
49701
49702 commit 6e78607ea71e3e5306f88f227ddba76133d16ed0
49703 Author: Behdad Esfahbod <behdad@behdad.org>
49704 Date:   Wed Feb 22 16:31:15 2012 -0500
49705
49706     Reorder Hebrew combining classes for better rendering
49707
49708     Patch from Jonathan Kew.
49709
49710     Bug 662055 - advanced Hebrew diacritics are shown correctly only in
49711     particular order
49712
49713  src/hb-ot-shape-private.hh | 28 ++++++++++++++++++++++++++++
49714  1 file changed, 28 insertions(+)
49715
49716 commit 7a70ca78e06c676befe1ae17199fff1f000f8188
49717 Author: Behdad Esfahbod <behdad@behdad.org>
49718 Date:   Tue Feb 21 11:31:47 2012 -0500
49719
49720     Add test case from https://bugzilla.mozilla.org/show_bug.cgi?id=714067
49721
49722  test/shaping/texts/in-tree/shaper-arabic/script-arabic/misc/MANIFEST
49723  | 1 +
49724  .../in-tree/shaper-arabic/script-arabic/misc/ligature-diacritics.txt
49725  | 1 +
49726  2 files changed, 2 insertions(+)
49727
49728 commit f51e167436a51b890ffe3f7f7920498fa287acd9
49729 Author: Behdad Esfahbod <behdad@behdad.org>
49730 Date:   Mon Jan 30 09:48:33 2012 -0500
49731
49732     Minor error handling
49733
49734  util/options.cc | 6 +++++-
49735  1 file changed, 5 insertions(+), 1 deletion(-)
49736
49737 commit bee74efbdebc4e46ce57daa8a88bcf06b13411fe
49738 Author: Behdad Esfahbod <behdad@behdad.org>
49739 Date:   Fri Jan 27 02:14:08 2012 -0500
49740
49741     Update git.mk to new upstream
49742
49743  git.mk | 44 +++++++++++++++++++++++++++++++++-----------
49744  1 file changed, 33 insertions(+), 11 deletions(-)
49745
49746 commit 134aa7bc7e3f9b9de76c9de2ed4b7344a7b323f9
49747 Author: Behdad Esfahbod <behdad@behdad.org>
49748 Date:   Fri Jan 27 02:09:40 2012 -0500
49749
49750     Make checks more OS X friendly
49751
49752  src/check-internal-symbols.sh | 21 +++++++++++++--------
49753  src/check-libstdc++.sh        | 21 +++++++++++++--------
49754  2 files changed, 26 insertions(+), 16 deletions(-)
49755
49756 commit 6152199368399bf98368ea3c794fa760b49756ba
49757 Author: Behdad Esfahbod <behdad@behdad.org>
49758 Date:   Fri Jan 27 01:57:59 2012 -0500
49759
49760     Fix check-header-guards on OS X
49761
49762  src/check-header-guards.sh | 2 +-
49763  1 file changed, 1 insertion(+), 1 deletion(-)
49764
49765 commit c62e41b6aad1fc56225d0e53d6d4abd0f005fe3b
49766 Author: Behdad Esfahbod <behdad@behdad.org>
49767 Date:   Fri Jan 27 02:20:58 2012 -0500
49768
49769     Minor
49770
49771  configure.ac | 8 ++++----
49772  1 file changed, 4 insertions(+), 4 deletions(-)
49773
49774 commit 1a5a91dc0d8bf4b72a2f22dc6300b06ad7000b79
49775 Author: Behdad Esfahbod <behdad@behdad.org>
49776 Date:   Sun Jan 22 19:57:00 2012 -0500
49777
49778     Add a few more tests
49779
49780  .../in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt   | 3 +++
49781  .../shaper-indic/south-east-asian/script-thai/misc/misc.txt      |
49782  9 +++++++++
49783  2 files changed, 12 insertions(+)
49784
49785 commit 1795f3a222a85cdf80c78a0e9181d23dd1673876
49786 Author: Behdad Esfahbod <behdad@behdad.org>
49787 Date:   Sun Jan 22 19:29:45 2012 -0500
49788
49789     Add a couple Thai test cases from Thep
49790
49791  test/shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST       |
49792  1 +
49793  .../texts/in-tree/shaper-indic/south-east-asian/script-thai/MANIFEST    |
49794  1 +
49795  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/MANIFEST     |
49796  1 +
49797  .../in-tree/shaper-indic/south-east-asian/script-thai/misc/misc.txt     |
49798  2 ++
49799  4 files changed, 5 insertions(+)
49800
49801 commit ec3f506682fc6e2d7d7455e49d6c82ac9dd0c660
49802 Author: Behdad Esfahbod <behdad@behdad.org>
49803 Date:   Sun Jan 22 19:10:55 2012 -0500
49804
49805     Add Devanagari test from Tom Hacohen
49806
49807  .../texts/in-tree/shaper-indic/indic/script-devanagari/misc/misc.txt
49808  | 1 +
49809  1 file changed, 1 insertion(+)
49810
49811 commit 71be4ca3dd5eaaca31957e34fef11f6aeb4aebdf
49812 Author: Behdad Esfahbod <behdad@behdad.org>
49813 Date:   Sun Jan 22 16:26:49 2012 -0500
49814
49815     Also ignore "ChangeLog" in manifests
49816
49817  test/shaping/hb_test_tools.py | 2 +-
49818  1 file changed, 1 insertion(+), 1 deletion(-)
49819
49820 commit 3c9a39ecd65990f2c7b29bb741c6a538fa425531
49821 Author: Behdad Esfahbod <behdad@behdad.org>
49822 Date:   Sun Jan 22 16:21:19 2012 -0500
49823
49824     Remove newline
49825
49826  test/shaping/hb_test_tools.py | 2 ++
49827  1 file changed, 2 insertions(+)
49828
49829 commit e4ccbfe276db5ed098ddcf78a7bb8f2da4263128
49830 Author: Behdad Esfahbod <behdad@behdad.org>
49831 Date:   Sun Jan 22 16:07:32 2012 -0500
49832
49833     Allow --color=html in hb-diff
49834
49835     Not that useful right now as we don't escape < and >.  Perhaps
49836     another tool can be added to convert the ANSI output to HTML.
49837
49838  test/shaping/hb-diff          |  2 +-
49839  test/shaping/hb_test_tools.py | 22 +++++++++++++++++-----
49840  2 files changed, 18 insertions(+), 6 deletions(-)
49841
49842 commit 71632c96daa4ba15e13f4d9e7f2c121d0162614e
49843 Author: Behdad Esfahbod <behdad@behdad.org>
49844 Date:   Sun Jan 22 15:31:44 2012 -0500
49845
49846     Fallback to Latin script if the font has no other usable scripts
49847
49848     Patch and description from Jonathan Kew:
49849
49850     It turns out that some legacy Thai fonts provide OpenType substitution
49851     features to implement mark positioning, but (incorrectly) put those
49852     features/lookups under the 'latn' script tag instead of using 'thai'
49853     (or
49854     possibly 'DFLT'). See
49855     https://bugzilla.mozilla.org/show_bug.cgi?id=719366 for an example and
49856     more detailed description.
49857
49858     Although this is really a font bug, I suggest that we could improve
49859     the
49860     rendering of such fonts by looking for the 'latn' as a fallback if
49861     neither the requested script nor "default" is found in
49862     hb_ot_layout_table_choose_script. Suggested patch against harfbuzz
49863     master is attached.
49864
49865     This does _not_ affect the other kind of legacy Thai font, where
49866     custom
49867     code to support vendor-specific PUA codepoints would be needed. I'm
49868     not
49869     keen to go down that path; IMO, such fonts should be ruthlessly
49870     stamped
49871     out in favour of standards-based solutions. :)
49872
49873     JK
49874
49875  src/hb-ot-layout.cc | 9 +++++++++
49876  1 file changed, 9 insertions(+)
49877
49878 commit 8f80f93491be73f05eba908591c856339acda51e
49879 Author: Behdad Esfahbod <behdad@behdad.org>
49880 Date:   Sat Jan 21 20:03:25 2012 -0500
49881
49882     More shoveling around
49883
49884  test/shaping/hb-diff-filter-failures |  2 +-
49885  test/shaping/hb-manifest-read        |  2 +-
49886  test/shaping/hb_test_tools.py        | 27 ++++++++++++++++-----------
49887  3 files changed, 18 insertions(+), 13 deletions(-)
49888
49889 commit c78c6e9844a23144ce7fa29afbf57b74587bfcd0
49890 Author: Behdad Esfahbod <behdad@behdad.org>
49891 Date:   Sat Jan 21 19:55:16 2012 -0500
49892
49893     Cleanup
49894
49895  test/shaping/hb-manifest-read |  2 +-
49896  test/shaping/hb_test_tools.py | 13 ++++++++-----
49897  2 files changed, 9 insertions(+), 6 deletions(-)
49898
49899 commit ab94a9c542f7ec9143335b73493ccb75d4586a3a
49900 Author: Behdad Esfahbod <behdad@behdad.org>
49901 Date:   Sat Jan 21 19:43:58 2012 -0500
49902
49903     Distribute testing tools
49904
49905  test/shaping/Makefile.am | 24 ++++++++++++++++++++++++
49906  1 file changed, 24 insertions(+)
49907
49908 commit 3e86feb54c94e46b60168fd2a4773183eb1354b4
49909 Author: Behdad Esfahbod <behdad@behdad.org>
49910 Date:   Sat Jan 21 19:40:30 2012 -0500
49911
49912     Speed up colorless diff
49913
49914  test/shaping/hb_test_tools.py | 6 ++++++
49915  1 file changed, 6 insertions(+)
49916
49917 commit 1e58df603457cb4b57da78b5d4a8df66aa7d7be4
49918 Author: Behdad Esfahbod <behdad@behdad.org>
49919 Date:   Sat Jan 21 19:37:31 2012 -0500
49920
49921     Cleanup manifest code
49922
49923  test/shaping/hb_test_tools.py | 18 ++++++++++++------
49924  1 file changed, 12 insertions(+), 6 deletions(-)
49925
49926 commit 956d552e108eeb50bb3ad21588830af7a2f3862a
49927 Author: Behdad Esfahbod <behdad@behdad.org>
49928 Date:   Sat Jan 21 19:31:51 2012 -0500
49929
49930     Port hb-manifest-update to Python
49931
49932  test/shaping/hb-manifest-update | 23 +++--------------------
49933  test/shaping/hb_test_tools.py   | 38
49934  ++++++++++++++++++++++++++++++--------
49935  2 files changed, 33 insertions(+), 28 deletions(-)
49936
49937 commit 3a34e9e351ed0ee3eb27f9c0f154bc227f1226bf
49938 Author: Behdad Esfahbod <behdad@behdad.org>
49939 Date:   Sat Jan 21 19:15:41 2012 -0500
49940
49941     Ignore Broken Pipe errors
49942
49943  test/shaping/hb_test_tools.py | 76
49944  +++++++++++++++++++++++++++----------------
49945  1 file changed, 48 insertions(+), 28 deletions(-)
49946
49947 commit d5300241680844f5625f32792f7dd7181ed05f9b
49948 Author: Behdad Esfahbod <behdad@behdad.org>
49949 Date:   Sat Jan 21 19:07:22 2012 -0500
49950
49951     [util] Make clusters work with char offset instead of UTF-8 offset
49952
49953     This means the --features indices also refer to char position
49954     instead of byte position now.  Same for cluster values reported
49955     by hb-shape.
49956
49957     Will add an option for byte indices later.
49958
49959  util/options.cc |  7 +++++--
49960  util/options.hh | 12 ++++++++++++
49961  2 files changed, 17 insertions(+), 2 deletions(-)
49962
49963 commit 0f68f4a0b5ee78cbdb2a89a9a1a9125afe72ed2f
49964 Author: Behdad Esfahbod <behdad@behdad.org>
49965 Date:   Sat Jan 21 18:59:48 2012 -0500
49966
49967     Correctly print out Unicode strings
49968
49969  util/options.cc | 2 +-
49970  1 file changed, 1 insertion(+), 1 deletion(-)
49971
49972 commit f22089ac24f43ff048c2a0f1c1f604ae3a96be8b
49973 Author: Behdad Esfahbod <behdad@behdad.org>
49974 Date:   Fri Jan 20 21:21:47 2012 -0500
49975
49976     Misc fixes
49977
49978  test/shaping/hb-diff          | 8 ++++----
49979  test/shaping/hb_test_tools.py | 4 ++--
49980  2 files changed, 6 insertions(+), 6 deletions(-)
49981
49982 commit 96968bfae5ce61a0a098bf0e6acd2210a309a499
49983 Author: Behdad Esfahbod <behdad@behdad.org>
49984 Date:   Fri Jan 20 21:16:34 2012 -0500
49985
49986     Port hb-manifest-read to Python
49987
49988  test/shaping/hb-diff-filter-failures |  2 +-
49989  test/shaping/hb-manifest-read        | 37 +++------------------------
49990  test/shaping/hb_test_tools.py        | 49
49991  ++++++++++++++++++++++++++++++++----
49992  3 files changed, 48 insertions(+), 40 deletions(-)
49993
49994 commit a59ed46fa4f7b76605f8ce6e75783ead406468f5
49995 Author: Behdad Esfahbod <behdad@behdad.org>
49996 Date:   Fri Jan 20 20:56:32 2012 -0500
49997
49998     Add final residues from test-shape-complex
49999
50000  .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/MANIFEST | 1 +
50001  .../shaping/texts/in-tree/shaper-arabic/script-nko/misc/misc.txt |
50002  5 +++++
50003  test/shaping/texts/in-tree/shaper-default/MANIFEST               | 1 +
50004  .../texts/in-tree/shaper-default/script-linear-b/MANIFEST        | 1 +
50005  .../texts/in-tree/shaper-default/script-linear-b/misc/MANIFEST   | 1 +
50006  .../texts/in-tree/shaper-default/script-linear-b/misc/misc.txt   | 1 +
50007  test/shaping/texts/in-tree/shaper-indic/MANIFEST                 | 1 +
50008  .../shaping/texts/in-tree/shaper-indic/south-east-asian/MANIFEST | 1 +
50009  .../in-tree/shaper-indic/south-east-asian/script-khmer/MANIFEST  | 1 +
50010  .../shaper-indic/south-east-asian/script-khmer/misc/MANIFEST     | 1 +
50011  .../shaper-indic/south-east-asian/script-khmer/misc/misc.txt     |
50012  9 +++++++++
50013  11 files changed, 23 insertions(+)
50014
50015 commit 820e0ed318d9b187a131baa9491d5d390ec33ef4
50016 Author: Behdad Esfahbod <behdad@behdad.org>
50017 Date:   Fri Jan 20 20:51:52 2012 -0500
50018
50019     Add Punjabi tests from test-shape-complex also
50020
50021  .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/MANIFEST
50022  | 1 +
50023  .../texts/in-tree/shaper-indic/indic/script-punjabi/misc/misc.txt
50024  | 1 +
50025  2 files changed, 2 insertions(+)
50026
50027 commit a7d71c105772fb612871b4cae59bdae47bbc8751
50028 Author: Behdad Esfahbod <behdad@behdad.org>
50029 Date:   Fri Jan 20 20:50:09 2012 -0500
50030
50031     Add Tamil test data from Muguntharaj Subramanian
50032
50033  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  1 +
50034  .../shaper-indic/indic/script-tamil/misc/misc.txt  | 43
50035  ++++++++++++++++++++++
50036  2 files changed, 44 insertions(+)
50037
50038 commit 5992a9941e7f19181df1e34e79e514ccedc3d284
50039 Author: Behdad Esfahbod <behdad@behdad.org>
50040 Date:   Fri Jan 20 20:48:14 2012 -0500
50041
50042     Import test data from late test-shape-complex
50043
50044  .../in-tree/shaper-arabic/script-arabic/MANIFEST   |  1 +
50045  .../shaper-arabic/script-arabic/misc/MANIFEST      |  0
50046  .../in-tree/shaper-arabic/script-mandaic/MANIFEST  |  1 +
50047  .../shaper-arabic/script-mandaic/misc/MANIFEST     |  0
50048  .../shaper-arabic/script-mongolian/MANIFEST        |  1 +
50049  .../shaper-arabic/script-mongolian/misc/MANIFEST   |  0
50050  .../in-tree/shaper-arabic/script-nko/MANIFEST      |  1 +
50051  .../in-tree/shaper-arabic/script-nko/misc/MANIFEST |  0
50052  .../in-tree/shaper-arabic/script-syriac/MANIFEST   |  1 +
50053  .../shaper-arabic/script-syriac/misc/MANIFEST      |  0
50054  .../shaper-indic/indic/script-assamese/MANIFEST    |  1 +
50055  .../indic/script-assamese/misc/MANIFEST            |  0
50056  .../shaper-indic/indic/script-bengali/MANIFEST     |  1 +
50057  .../indic/script-bengali/misc/MANIFEST             |  1 +
50058  .../indic/script-bengali/misc/misc.txt             | 48
50059  ++++++++++++++++++++++
50060  .../shaper-indic/indic/script-devanagari/MANIFEST  |  1 +
50061  .../indic/script-devanagari/misc/MANIFEST          |  1 +
50062  .../indic/script-devanagari/misc/misc.txt          | 23 +++++++++++
50063  .../shaper-indic/indic/script-gujarati/MANIFEST    |  1 +
50064  .../indic/script-gujarati/misc/MANIFEST            |  0
50065  .../shaper-indic/indic/script-kannada/MANIFEST     |  1 +
50066  .../indic/script-kannada/misc/MANIFEST             |  1 +
50067  .../indic/script-kannada/misc/misc.txt             | 17 ++++++++
50068  .../shaper-indic/indic/script-malayalam/MANIFEST   |  1 +
50069  .../indic/script-malayalam/misc/MANIFEST           |  1 +
50070  .../indic/script-malayalam/misc/misc.txt           | 22 ++++++++++
50071  .../shaper-indic/indic/script-oriya/MANIFEST       |  1 +
50072  .../shaper-indic/indic/script-oriya/misc/MANIFEST  |  1 +
50073  .../shaper-indic/indic/script-oriya/misc/misc.txt  | 28 +++++++++++++
50074  .../shaper-indic/indic/script-punjabi/MANIFEST     |  1 +
50075  .../indic/script-punjabi/misc/MANIFEST             |  0
50076  .../shaper-indic/indic/script-sinhala/MANIFEST     |  1 +
50077  .../indic/script-sinhala/misc/MANIFEST             |  1 +
50078  .../indic/script-sinhala/misc/misc.txt             |  6 +++
50079  .../shaper-indic/indic/script-tamil/MANIFEST       |  1 +
50080  .../shaper-indic/indic/script-tamil/misc/MANIFEST  |  0
50081  .../shaper-indic/indic/script-telugu/MANIFEST      |  1 +
50082  .../shaper-indic/indic/script-telugu/misc/MANIFEST |  1 +
50083  .../shaper-indic/indic/script-telugu/misc/misc.txt | 11 +++++
50084  39 files changed, 178 insertions(+)
50085
50086 commit 46ac45647760984c6220f04ba4521038e628b169
50087 Author: Behdad Esfahbod <behdad@behdad.org>
50088 Date:   Fri Jan 20 19:32:17 2012 -0500
50089
50090     Fix Unicode encoding issue
50091
50092  test/shaping/hb_test_tools.py | 8 ++++----
50093  1 file changed, 4 insertions(+), 4 deletions(-)
50094
50095 commit ad34e39a4a320310b1edd9fc4d7e740373510c69
50096 Author: Behdad Esfahbod <behdad@behdad.org>
50097 Date:   Fri Jan 20 18:39:27 2012 -0500
50098
50099     Make test tools interactive
50100
50101     By bypassing readlines() buffering.
50102
50103  test/shaping/hb_test_tools.py | 33 +++++++++++++++++++++++++++------
50104  1 file changed, 27 insertions(+), 6 deletions(-)
50105
50106 commit 91540a7d97051a3d6e97fdcd1e98af23e0780cdd
50107 Author: Behdad Esfahbod <behdad@behdad.org>
50108 Date:   Fri Jan 20 18:27:52 2012 -0500
50109
50110     Move most testing logic into hb_test_tools.py
50111
50112     The actual utils are one-liners now.
50113
50114  test/shaping/hb-diff                 |  77 ++-------------
50115  test/shaping/hb-diff-filter-failures |  27 +-----
50116  test/shaping/hb-unicode-decode       |  18 +---
50117  test/shaping/hb-unicode-encode       |  21 +---
50118  test/shaping/hb-unicode-prettyname   |  53 +----------
50119  test/shaping/hb_test_tools.py        | 180
50120  +++++++++++++++++++++++++++++++++++
50121  6 files changed, 197 insertions(+), 179 deletions(-)
50122
50123 commit 66aa080033dcff07b8bb5e7b1f0e3511f067d6c1
50124 Author: Behdad Esfahbod <behdad@behdad.org>
50125 Date:   Fri Jan 20 17:36:10 2012 -0500
50126
50127     Remove test-shape-complex
50128
50129     New shaping testsuite and framework coming.
50130
50131  test/api/Makefile.am               |    6 -
50132  test/api/test-shape-complex.c      | 1237
50133  ------------------------------------
50134  test/shaping/hb-unicode-prettyname |    1 +
50135  3 files changed, 1 insertion(+), 1243 deletions(-)
50136
50137 commit ed459bfb63c58b59fc0dbe25021c396e8ef8683c
50138 Author: Behdad Esfahbod <behdad@behdad.org>
50139 Date:   Fri Jan 20 17:24:05 2012 -0500
50140
50141     Add hb-unicode-encode
50142
50143  test/shaping/hb-unicode-encode | 22 ++++++++++++++++++++++
50144  1 file changed, 22 insertions(+)
50145
50146 commit d8134bc017ca3383e0978ddee57070eb3aab8964
50147 Author: Behdad Esfahbod <behdad@behdad.org>
50148 Date:   Fri Jan 20 17:18:59 2012 -0500
50149
50150     [hb-shape] Add parantheses around --show-text output
50151
50152  util/options.cc | 2 ++
50153  1 file changed, 2 insertions(+)
50154
50155 commit b12c4d43614199f8910a06507603f6c431d9df67
50156 Author: Behdad Esfahbod <behdad@behdad.org>
50157 Date:   Fri Jan 20 17:17:44 2012 -0500
50158
50159     Add hb-diff-filter-failures
50160
50161  test/shaping/hb-diff-filter-failures | 28 ++++++++++++++++++++++++++++
50162  1 file changed, 28 insertions(+)
50163
50164 commit d4bffbc55bf4c23ab5c7f46af613aeecc79ac515
50165 Author: Behdad Esfahbod <behdad@behdad.org>
50166 Date:   Fri Jan 20 17:16:35 2012 -0500
50167
50168     Move
50169
50170  test/shaping/texts/MANIFEST                                           |
50171  4 +---
50172  test/shaping/texts/in-tree/MANIFEST                                   |
50173  3 +++
50174  test/shaping/texts/{ => in-tree}/shaper-arabic/MANIFEST               | 0
50175  test/shaping/texts/{ => in-tree}/shaper-arabic/script-arabic/MANIFEST | 0
50176  .../shaping/texts/{ => in-tree}/shaper-arabic/script-mandaic/MANIFEST | 0
50177  .../texts/{ => in-tree}/shaper-arabic/script-mongolian/MANIFEST       | 0
50178  test/shaping/texts/{ => in-tree}/shaper-arabic/script-nko/MANIFEST    | 0
50179  test/shaping/texts/{ => in-tree}/shaper-arabic/script-syriac/MANIFEST | 0
50180  test/shaping/texts/{ => in-tree}/shaper-default/MANIFEST              | 0
50181  test/shaping/texts/{ => in-tree}/shaper-indic/MANIFEST                | 0
50182  test/shaping/texts/{ => in-tree}/shaper-indic/indic/MANIFEST          | 0
50183  .../texts/{ => in-tree}/shaper-indic/indic/script-assamese/MANIFEST   | 0
50184  .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/LICENSE    | 0
50185  .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/MANIFEST   | 0
50186  .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/README     | 0
50187  .../{ => in-tree}/shaper-indic/indic/script-assamese/utrrs/SOURCES    | 0
50188  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
50189  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
50190  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
50191  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
50192  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
50193  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
50194  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
50195  .../shaper-indic/indic/script-assamese/utrrs/codepoint/MANIFEST       | 0
50196  .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt     | 0
50197  .../script-assamese/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt     | 0
50198  .../shaper-indic/indic/script-assamese/utrrs/gpos/MANIFEST            | 0
50199  .../indic/script-assamese/utrrs/gsub/IndicFontFeatureGSUB.txt         | 0
50200  .../shaper-indic/indic/script-assamese/utrrs/gsub/MANIFEST            | 0
50201  .../texts/{ => in-tree}/shaper-indic/indic/script-bengali/MANIFEST    | 0
50202  .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/LICENSE     | 0
50203  .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/MANIFEST    | 0
50204  .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/README      | 0
50205  .../{ => in-tree}/shaper-indic/indic/script-bengali/utrrs/SOURCES     | 0
50206  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
50207  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
50208  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
50209  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
50210  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
50211  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
50212  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
50213  .../shaper-indic/indic/script-bengali/utrrs/codepoint/MANIFEST        | 0
50214  .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
50215  .../script-bengali/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt      | 0
50216  .../shaper-indic/indic/script-bengali/utrrs/gpos/MANIFEST             | 0
50217  .../indic/script-bengali/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
50218  .../shaper-indic/indic/script-bengali/utrrs/gsub/MANIFEST             | 0
50219  .../texts/{ => in-tree}/shaper-indic/indic/script-devanagari/MANIFEST | 0
50220  .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/LICENSE  | 0
50221  .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/MANIFEST | 0
50222  .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/README   | 0
50223  .../{ => in-tree}/shaper-indic/indic/script-devanagari/utrrs/SOURCES  | 0
50224  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
50225  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
50226  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
50227  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
50228  .../codepoint/IndicFontFeatureCodepoint-DevnagariSpecificAddition.txt | 0
50229  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
50230  .../utrrs/codepoint/IndicFontFeatureCodepoint-GenericPunctuation.txt  | 0
50231  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
50232  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
50233  .../shaper-indic/indic/script-devanagari/utrrs/codepoint/MANIFEST     | 0
50234  .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt   | 0
50235  .../script-devanagari/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt   | 0
50236  .../shaper-indic/indic/script-devanagari/utrrs/gpos/MANIFEST          | 0
50237  .../indic/script-devanagari/utrrs/gsub/IndicFontFeatureGSUB.txt       | 0
50238  .../shaper-indic/indic/script-devanagari/utrrs/gsub/MANIFEST          | 0
50239  .../texts/{ => in-tree}/shaper-indic/indic/script-gujarati/MANIFEST   | 0
50240  .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/LICENSE    | 0
50241  .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/MANIFEST   | 0
50242  .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/README     | 0
50243  .../{ => in-tree}/shaper-indic/indic/script-gujarati/utrrs/SOURCES    | 0
50244  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
50245  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
50246  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
50247  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
50248  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
50249  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
50250  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
50251  .../shaper-indic/indic/script-gujarati/utrrs/codepoint/MANIFEST       | 0
50252  .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt     | 0
50253  .../script-gujarati/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt     | 0
50254  .../shaper-indic/indic/script-gujarati/utrrs/gpos/MANIFEST            | 0
50255  .../indic/script-gujarati/utrrs/gsub/IndicFontFeatureGSUB.txt         | 0
50256  .../shaper-indic/indic/script-gujarati/utrrs/gsub/MANIFEST            | 0
50257  .../texts/{ => in-tree}/shaper-indic/indic/script-kannada/MANIFEST    | 0
50258  .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/LICENSE     | 0
50259  .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/MANIFEST    | 0
50260  .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/README      | 0
50261  .../{ => in-tree}/shaper-indic/indic/script-kannada/utrrs/SOURCES     | 0
50262  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
50263  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
50264  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
50265  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
50266  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
50267  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
50268  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
50269  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
50270  .../shaper-indic/indic/script-kannada/utrrs/codepoint/MANIFEST        | 0
50271  .../script-kannada/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
50272  .../shaper-indic/indic/script-kannada/utrrs/gpos/MANIFEST             | 0
50273  .../indic/script-kannada/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
50274  .../shaper-indic/indic/script-kannada/utrrs/gsub/MANIFEST             | 0
50275  .../texts/{ => in-tree}/shaper-indic/indic/script-malayalam/MANIFEST  | 0
50276  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/LICENSE   | 0
50277  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/MANIFEST  | 0
50278  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/README    | 0
50279  .../{ => in-tree}/shaper-indic/indic/script-malayalam/utrrs/SOURCES   | 0
50280  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
50281  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
50282  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
50283  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
50284  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
50285  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
50286  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
50287  .../shaper-indic/indic/script-malayalam/utrrs/codepoint/MANIFEST      | 0
50288  .../indic/script-malayalam/utrrs/gsub/IndicFontFeatureGSUB.txt        | 0
50289  .../shaper-indic/indic/script-malayalam/utrrs/gsub/MANIFEST           | 0
50290  .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/MANIFEST      | 0
50291  .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/LICENSE | 0
50292  .../{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/MANIFEST      | 0
50293  .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/README  | 0
50294  .../texts/{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/SOURCES | 0
50295  .../codepoint/IndicFontFeatureCodepoint-AdditionalConsonants.txt      | 0
50296  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
50297  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
50298  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
50299  .../script-oriya/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0
50300  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
50301  .../utrrs/codepoint/IndicFontFeatureCodepoint-OriyaSpecific.txt       | 0
50302  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
50303  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
50304  .../shaper-indic/indic/script-oriya/utrrs/codepoint/MANIFEST          | 0
50305  .../indic/script-oriya/utrrs/gsub/IndicFontFeatureGSUB.txt            | 0
50306  .../{ => in-tree}/shaper-indic/indic/script-oriya/utrrs/gsub/MANIFEST | 0
50307  .../texts/{ => in-tree}/shaper-indic/indic/script-punjabi/MANIFEST    | 0
50308  .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/LICENSE     | 0
50309  .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/MANIFEST    | 0
50310  .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/README      | 0
50311  .../{ => in-tree}/shaper-indic/indic/script-punjabi/utrrs/SOURCES     | 0
50312  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
50313  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
50314  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
50315  .../utrrs/codepoint/IndicFontFeatureCodepoint-GurmukhiSpecific.txt    | 0
50316  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
50317  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
50318  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
50319  .../shaper-indic/indic/script-punjabi/utrrs/codepoint/MANIFEST        | 0
50320  .../script-punjabi/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt      | 0
50321  .../script-punjabi/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt      | 0
50322  .../shaper-indic/indic/script-punjabi/utrrs/gpos/MANIFEST             | 0
50323  .../indic/script-punjabi/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
50324  .../shaper-indic/indic/script-punjabi/utrrs/gsub/MANIFEST             | 0
50325  .../texts/{ => in-tree}/shaper-indic/indic/script-sinhala/MANIFEST    | 0
50326  .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/LICENSE     | 0
50327  .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/MANIFEST    | 0
50328  .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/README      | 0
50329  .../{ => in-tree}/shaper-indic/indic/script-sinhala/utrrs/SOURCES     | 0
50330  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
50331  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
50332  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
50333  .../utrrs/codepoint/IndicFontFeatureCodepoint-Punctuation.txt         | 0
50334  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
50335  .../shaper-indic/indic/script-sinhala/utrrs/codepoint/MANIFEST        | 0
50336  .../indic/script-sinhala/utrrs/gpos/IndicFontFeatureGPOS.txt          | 0
50337  .../shaper-indic/indic/script-sinhala/utrrs/gpos/MANIFEST             | 0
50338  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt | 0
50339  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt  | 0
50340  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt   | 0
50341  .../script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Special-Cases.txt  | 0
50342  .../utrrs/gsub/IndicFontFeatureGSUB-TouchingLetters.txt               | 0
50343  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt  | 0
50344  .../indic/script-sinhala/utrrs/gsub/IndicFontFeatureGSUB.txt          | 0
50345  .../shaper-indic/indic/script-sinhala/utrrs/gsub/MANIFEST             | 0
50346  .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/MANIFEST      | 0
50347  .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/LICENSE | 0
50348  .../{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/MANIFEST      | 0
50349  .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/README  | 0
50350  .../texts/{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/SOURCES | 0
50351  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
50352  .../utrrs/codepoint/IndicFontFeatureCodepoint-CurrencySymbols.txt     | 0
50353  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
50354  .../script-tamil/utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt | 0
50355  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
50356  .../utrrs/codepoint/IndicFontFeatureCodepoint-Numerics.txt            | 0
50357  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
50358  .../utrrs/codepoint/IndicFontFeatureCodepoint-Symbols.txt             | 0
50359  .../utrrs/codepoint/IndicFontFeatureCodepoint-TamilSymbol.txt         | 0
50360  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
50361  .../shaper-indic/indic/script-tamil/utrrs/codepoint/MANIFEST          | 0
50362  .../indic/script-tamil/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  | 0
50363  .../indic/script-tamil/utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  | 0
50364  .../{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/gpos/MANIFEST | 0
50365  .../indic/script-tamil/utrrs/gsub/IndicFontFeatureGSUB.txt            | 0
50366  .../{ => in-tree}/shaper-indic/indic/script-tamil/utrrs/gsub/MANIFEST | 0
50367  .../texts/{ => in-tree}/shaper-indic/indic/script-telugu/MANIFEST     | 0
50368  .../{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/LICENSE      | 0
50369  .../{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/MANIFEST     | 0
50370  .../texts/{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/README | 0
50371  .../{ => in-tree}/shaper-indic/indic/script-telugu/utrrs/SOURCES      | 0
50372  .../utrrs/codepoint/IndicFontFeatureCodepoint-AdditionalVowels.txt    | 0
50373  .../utrrs/codepoint/IndicFontFeatureCodepoint-Consonants.txt          | 0
50374  .../utrrs/codepoint/IndicFontFeatureCodepoint-DependentVowels.txt     | 0
50375  .../utrrs/codepoint/IndicFontFeatureCodepoint-Digits.txt              | 0
50376  .../utrrs/codepoint/IndicFontFeatureCodepoint-IndependentVowels.txt   | 0
50377  .../utrrs/codepoint/IndicFontFeatureCodepoint-Reserved.txt            | 0
50378  .../utrrs/codepoint/IndicFontFeatureCodepoint-VariousSigns.txt        | 0
50379  .../shaper-indic/indic/script-telugu/utrrs/codepoint/MANIFEST         | 0
50380  .../indic/script-telugu/utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt | 0
50381  .../shaper-indic/indic/script-telugu/utrrs/gpos/MANIFEST              | 0
50382  .../indic/script-telugu/utrrs/gsub/IndicFontFeatureGSUB.txt           | 0
50383  .../shaper-indic/indic/script-telugu/utrrs/gsub/MANIFEST              | 0
50384  212 files changed, 4 insertions(+), 3 deletions(-)
50385
50386 commit 45f640c98d752161e51eda63061d70fad9ab9f68
50387 Author: Behdad Esfahbod <behdad@behdad.org>
50388 Date:   Fri Jan 20 14:24:21 2012 -0500
50389
50390     Minor
50391
50392  test/shaping/hb-diff | 35 ++++++++++++++++++++---------------
50393  1 file changed, 20 insertions(+), 15 deletions(-)
50394
50395 commit 47ca766a9cbdfb304f60e23a4dee0a155075a277
50396 Author: Behdad Esfahbod <behdad@behdad.org>
50397 Date:   Fri Jan 20 14:21:53 2012 -0500
50398
50399     Minor
50400
50401  test/shaping/hb-unicode-decode     | 2 +-
50402  test/shaping/hb-unicode-prettyname | 5 ++---
50403  2 files changed, 3 insertions(+), 4 deletions(-)
50404
50405 commit 8f1db07894674b02c36ca9352e666b4618ee8832
50406 Author: Behdad Esfahbod <behdad@behdad.org>
50407 Date:   Fri Jan 20 13:57:57 2012 -0500
50408
50409     [test/shaping] Add some Indic test data for the new test suite
50410
50411     Imported from UTRRS.
50412
50413  test/shaping/texts/shaper-indic/indic/MANIFEST     |    2 +-
50414  .../shaper-indic/indic/script-assamese/MANIFEST    |    1 +
50415  .../indic/script-assamese/utrrs/LICENSE            |   19 +
50416  .../indic/script-assamese/utrrs/MANIFEST           |    3 +
50417  .../indic/script-assamese/utrrs/README             |   13 +
50418  .../indic/script-assamese/utrrs/SOURCES            |    2 +
50419  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
50420  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 +
50421  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 +
50422  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
50423  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   11 +
50424  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
50425  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
50426  .../indic/script-assamese/utrrs/codepoint/MANIFEST |    7 +
50427  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   59 +
50428  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  131 ++
50429  .../indic/script-assamese/utrrs/gpos/MANIFEST      |    2 +
50430  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  139 ++
50431  .../indic/script-assamese/utrrs/gsub/MANIFEST      |    1 +
50432  .../shaper-indic/indic/script-bengali/MANIFEST     |    1 +
50433  .../indic/script-bengali/utrrs/LICENSE             |   19 +
50434  .../indic/script-bengali/utrrs/MANIFEST            |    3 +
50435  .../shaper-indic/indic/script-bengali/utrrs/README |   13 +
50436  .../indic/script-bengali/utrrs/SOURCES             |    2 +
50437  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 +
50438  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 +
50439  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   10 +
50440  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
50441  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
50442  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
50443  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
50444  .../indic/script-bengali/utrrs/codepoint/MANIFEST  |    7 +
50445  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   58 +
50446  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  119 ++
50447  .../indic/script-bengali/utrrs/gpos/MANIFEST       |    2 +
50448  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  215 +++
50449  .../indic/script-bengali/utrrs/gsub/MANIFEST       |    1 +
50450  .../shaper-indic/indic/script-devanagari/MANIFEST  |    1 +
50451  .../indic/script-devanagari/utrrs/LICENSE          |   19 +
50452  .../indic/script-devanagari/utrrs/MANIFEST         |    3 +
50453  .../indic/script-devanagari/utrrs/README           |   13 +
50454  .../indic/script-devanagari/utrrs/SOURCES          |    2 +
50455  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    8 +
50456  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
50457  .../IndicFontFeatureCodepoint-Consonants.txt       |   45 +
50458  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   14 +
50459  ...tFeatureCodepoint-DevnagariSpecificAddition.txt |    1 +
50460  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
50461  ...ndicFontFeatureCodepoint-GenericPunctuation.txt |    2 +
50462  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   16 +
50463  .../IndicFontFeatureCodepoint-VariousSigns.txt     |   10 +
50464  .../script-devanagari/utrrs/codepoint/MANIFEST     |    9 +
50465  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  185 +++
50466  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  185 +++
50467  .../indic/script-devanagari/utrrs/gpos/MANIFEST    |    2 +
50468  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1367
50469  ++++++++++++++++++++
50470  .../indic/script-devanagari/utrrs/gsub/MANIFEST    |    1 +
50471  .../shaper-indic/indic/script-gujarati/MANIFEST    |    1 +
50472  .../indic/script-gujarati/utrrs/LICENSE            |   19 +
50473  .../indic/script-gujarati/utrrs/MANIFEST           |    3 +
50474  .../indic/script-gujarati/utrrs/README             |   13 +
50475  .../indic/script-gujarati/utrrs/SOURCES            |    2 +
50476  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    1 +
50477  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 +
50478  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
50479  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
50480  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   13 +
50481  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
50482  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    7 +
50483  .../indic/script-gujarati/utrrs/codepoint/MANIFEST |    7 +
50484  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  170 +++
50485  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |  170 +++
50486  .../indic/script-gujarati/utrrs/gpos/MANIFEST      |    2 +
50487  .../utrrs/gsub/IndicFontFeatureGSUB.txt            | 1156
50488  +++++++++++++++++
50489  .../indic/script-gujarati/utrrs/gsub/MANIFEST      |    1 +
50490  .../shaper-indic/indic/script-kannada/MANIFEST     |    1 +
50491  .../indic/script-kannada/utrrs/LICENSE             |   19 +
50492  .../indic/script-kannada/utrrs/MANIFEST            |    3 +
50493  .../shaper-indic/indic/script-kannada/utrrs/README |   13 +
50494  .../indic/script-kannada/utrrs/SOURCES             |    2 +
50495  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    1 +
50496  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    4 +
50497  .../IndicFontFeatureCodepoint-Consonants.txt       |   40 +
50498  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 +
50499  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
50500  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
50501  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
50502  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    9 +
50503  .../indic/script-kannada/utrrs/codepoint/MANIFEST  |    8 +
50504  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  188 +++
50505  .../indic/script-kannada/utrrs/gpos/MANIFEST       |    1 +
50506  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  306 +++++
50507  .../indic/script-kannada/utrrs/gsub/MANIFEST       |    1 +
50508  .../shaper-indic/indic/script-malayalam/MANIFEST   |    1 +
50509  .../indic/script-malayalam/utrrs/LICENSE           |   19 +
50510  .../indic/script-malayalam/utrrs/MANIFEST          |    2 +
50511  .../indic/script-malayalam/utrrs/README            |   13 +
50512  .../indic/script-malayalam/utrrs/SOURCES           |    2 +
50513  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
50514  .../IndicFontFeatureCodepoint-Consonants.txt       |   36 +
50515  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
50516  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
50517  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
50518  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
50519  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 +
50520  .../script-malayalam/utrrs/codepoint/MANIFEST      |    7 +
50521  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  254 ++++
50522  .../indic/script-malayalam/utrrs/gsub/MANIFEST     |    1 +
50523  .../texts/shaper-indic/indic/script-oriya/MANIFEST |    1 +
50524  .../shaper-indic/indic/script-oriya/utrrs/LICENSE  |   19 +
50525  .../shaper-indic/indic/script-oriya/utrrs/MANIFEST |    2 +
50526  .../shaper-indic/indic/script-oriya/utrrs/README   |   13 +
50527  .../shaper-indic/indic/script-oriya/utrrs/SOURCES  |    2 +
50528  ...icFontFeatureCodepoint-AdditionalConsonants.txt |    3 +
50529  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
50530  .../IndicFontFeatureCodepoint-Consonants.txt       |   34 +
50531  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   12 +
50532  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
50533  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
50534  .../IndicFontFeatureCodepoint-OriyaSpecific.txt    |    2 +
50535  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
50536  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    8 +
50537  .../indic/script-oriya/utrrs/codepoint/MANIFEST    |    9 +
50538  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  170 +++
50539  .../indic/script-oriya/utrrs/gsub/MANIFEST         |    1 +
50540  .../shaper-indic/indic/script-punjabi/MANIFEST     |    1 +
50541  .../indic/script-punjabi/utrrs/LICENSE             |   19 +
50542  .../indic/script-punjabi/utrrs/MANIFEST            |    3 +
50543  .../shaper-indic/indic/script-punjabi/utrrs/README |   13 +
50544  .../indic/script-punjabi/utrrs/SOURCES             |    2 +
50545  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +
50546  .../IndicFontFeatureCodepoint-DependentVowels.txt  |    9 +
50547  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
50548  .../IndicFontFeatureCodepoint-GurmukhiSpecific.txt |    6 +
50549  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   10 +
50550  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
50551  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
50552  .../indic/script-punjabi/utrrs/codepoint/MANIFEST  |    7 +
50553  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   22 +
50554  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |    2 +
50555  .../indic/script-punjabi/utrrs/gpos/MANIFEST       |    2 +
50556  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  152 +++
50557  .../indic/script-punjabi/utrrs/gsub/MANIFEST       |    1 +
50558  .../shaper-indic/indic/script-sinhala/MANIFEST     |    1 +
50559  .../indic/script-sinhala/utrrs/LICENSE             |   19 +
50560  .../indic/script-sinhala/utrrs/MANIFEST            |    3 +
50561  .../shaper-indic/indic/script-sinhala/utrrs/README |   13 +
50562  .../indic/script-sinhala/utrrs/SOURCES             |    2 +
50563  .../IndicFontFeatureCodepoint-Consonants.txt       |   41 +
50564  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   17 +
50565  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   18 +
50566  .../IndicFontFeatureCodepoint-Punctuation.txt      |    1 +
50567  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    3 +
50568  .../indic/script-sinhala/utrrs/codepoint/MANIFEST  |    5 +
50569  .../utrrs/gpos/IndicFontFeatureGPOS.txt            |  162 +++
50570  .../indic/script-sinhala/utrrs/gpos/MANIFEST       |    1 +
50571  .../utrrs/gsub/IndicFontFeatureGSUB-Conjunct.txt   |    1 +
50572  .../gsub/IndicFontFeatureGSUB-Rakaaraansaya.txt    |   41 +
50573  .../utrrs/gsub/IndicFontFeatureGSUB-Repaya.txt     |   42 +
50574  .../gsub/IndicFontFeatureGSUB-Special-Cases.txt    |    2 +
50575  .../gsub/IndicFontFeatureGSUB-TouchingLetters.txt  |    1 +
50576  .../utrrs/gsub/IndicFontFeatureGSUB-Yansaya.txt    |   41 +
50577  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    1 +
50578  .../indic/script-sinhala/utrrs/gsub/MANIFEST       |    7 +
50579  .../texts/shaper-indic/indic/script-tamil/MANIFEST |    1 +
50580  .../shaper-indic/indic/script-tamil/utrrs/LICENSE  |   19 +
50581  .../shaper-indic/indic/script-tamil/utrrs/MANIFEST |    3 +
50582  .../shaper-indic/indic/script-tamil/utrrs/README   |   13 +
50583  .../shaper-indic/indic/script-tamil/utrrs/SOURCES  |    2 +
50584  .../IndicFontFeatureCodepoint-Consonants.txt       |   23 +
50585  .../IndicFontFeatureCodepoint-CurrencySymbols.txt  |    1 +
50586  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   11 +
50587  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
50588  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   12 +
50589  .../IndicFontFeatureCodepoint-Numerics.txt         |    3 +
50590  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
50591  .../IndicFontFeatureCodepoint-Symbols.txt          |    6 +
50592  .../IndicFontFeatureCodepoint-TamilSymbol.txt      |    1 +
50593  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    4 +
50594  .../indic/script-tamil/utrrs/codepoint/MANIFEST    |   10 +
50595  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |   64 +
50596  .../utrrs/gpos/IndicFontFeatureGPOS-BelowBase.txt  |   44 +
50597  .../indic/script-tamil/utrrs/gpos/MANIFEST         |    2 +
50598  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |    4 +
50599  .../indic/script-tamil/utrrs/gsub/MANIFEST         |    1 +
50600  .../shaper-indic/indic/script-telugu/MANIFEST      |    1 +
50601  .../shaper-indic/indic/script-telugu/utrrs/LICENSE |   19 +
50602  .../indic/script-telugu/utrrs/MANIFEST             |    3 +
50603  .../shaper-indic/indic/script-telugu/utrrs/README  |   13 +
50604  .../shaper-indic/indic/script-telugu/utrrs/SOURCES |    2 +
50605  .../IndicFontFeatureCodepoint-AdditionalVowels.txt |    2 +
50606  .../IndicFontFeatureCodepoint-Consonants.txt       |   38 +
50607  .../IndicFontFeatureCodepoint-DependentVowels.txt  |   13 +
50608  .../codepoint/IndicFontFeatureCodepoint-Digits.txt |   10 +
50609  ...IndicFontFeatureCodepoint-IndependentVowels.txt |   14 +
50610  .../IndicFontFeatureCodepoint-Reserved.txt         |    2 +
50611  .../IndicFontFeatureCodepoint-VariousSigns.txt     |    6 +
50612  .../indic/script-telugu/utrrs/codepoint/MANIFEST   |    7 +
50613  .../utrrs/gpos/IndicFontFeatureGPOS-AboveBase.txt  |  385 ++++++
50614  .../indic/script-telugu/utrrs/gpos/MANIFEST        |    1 +
50615  .../utrrs/gsub/IndicFontFeatureGSUB.txt            |  287 ++++
50616  .../indic/script-telugu/utrrs/gsub/MANIFEST        |    1 +
50617  202 files changed, 7581 insertions(+), 1 deletion(-)
50618
50619 commit 11267aef364b1cc5683ce65aaf544b7f2a127fb3
50620 Author: Behdad Esfahbod <behdad@behdad.org>
50621 Date:   Fri Jan 20 13:57:14 2012 -0500
50622
50623     Fix
50624
50625  test/shaping/Makefile.am | 2 +-
50626  1 file changed, 1 insertion(+), 1 deletion(-)
50627
50628 commit 4e84ce48d5d41cf1bad2fb8774e5c66745b0e75e
50629 Author: Behdad Esfahbod <behdad@behdad.org>
50630 Date:   Fri Jan 20 13:50:55 2012 -0500
50631
50632     Move hb-diff to test/shaping/
50633
50634  {util => test/shaping}/hb-diff | 0
50635  util/Makefile.am               | 2 --
50636  2 files changed, 2 deletions(-)
50637
50638 commit f868e1b84d2f73688d4d6558d44610b1ac75ec13
50639 Author: Behdad Esfahbod <behdad@behdad.org>
50640 Date:   Fri Jan 20 13:50:05 2012 -0500
50641
50642     Add hb-unicode-decode
50643
50644  test/shaping/{hb-read-manifest => hb-manifest-read}   |  0
50645  .../{hb-update-manifests => hb-manifest-update}       |  0
50646  test/shaping/hb-unicode-decode                        | 19
50647  +++++++++++++++++++
50648  3 files changed, 19 insertions(+)
50649
50650 commit 9ab23ef4749b51e60464b9ef2a92739cdc2b36ba
50651 Author: Behdad Esfahbod <behdad@behdad.org>
50652 Date:   Fri Jan 20 13:49:56 2012 -0500
50653
50654     Minor
50655
50656  test/shaping/hb-unicode-prettyname | 5 +++++
50657  1 file changed, 5 insertions(+)
50658
50659 commit c8d81db03335192f20f08ab8fabe9869fd7350a2
50660 Author: Behdad Esfahbod <behdad@behdad.org>
50661 Date:   Fri Jan 20 13:39:27 2012 -0500
50662
50663     Recognize more characters
50664
50665  test/shaping/hb-unicode-prettyname | 7 +++++++
50666  1 file changed, 7 insertions(+)
50667
50668 commit 0016d4662d486fa32c2191df801a2792f44b273c
50669 Author: Behdad Esfahbod <behdad@behdad.org>
50670 Date:   Fri Jan 20 13:31:59 2012 -0500
50671
50672     [test] Make hb-unicode-prettyname take a --stdin option
50673
50674  test/shaping/hb-unicode-prettyname | 15 +++++++++------
50675  1 file changed, 9 insertions(+), 6 deletions(-)
50676
50677 commit ad8c6446f2e0d21d065203924467f6a2c418401e
50678 Author: Behdad Esfahbod <behdad@behdad.org>
50679 Date:   Thu Jan 19 20:28:31 2012 -0500
50680
50681     [test/shaping] Add hb-unicode-prettyname
50682
50683  test/shaping/hb-unicode-prettyname | 38
50684  ++++++++++++++++++++++++++++++++++++++
50685  1 file changed, 38 insertions(+)
50686
50687 commit e900869b0f373d25b72d966338beb6cbc53e6446
50688 Author: Behdad Esfahbod <behdad@behdad.org>
50689 Date:   Thu Jan 19 20:28:15 2012 -0500
50690
50691     [test/shaping] Add hb-read-manifest
50692
50693  test/shaping/hb-read-manifest | 36 ++++++++++++++++++++++++++++++++++++
50694  1 file changed, 36 insertions(+)
50695
50696 commit a211cd3ffce3aa100e92d837384bbaa9decf6b09
50697 Author: Behdad Esfahbod <behdad@behdad.org>
50698 Date:   Thu Jan 19 20:27:53 2012 -0500
50699
50700     Ignore AUTHORS also
50701
50702  test/shaping/hb-update-manifests | 2 +-
50703  1 file changed, 1 insertion(+), 1 deletion(-)
50704
50705 commit c91c4fa47140c0d6191241a832fc534b1c1514ce
50706 Author: Behdad Esfahbod <behdad@behdad.org>
50707 Date:   Thu Jan 19 17:51:57 2012 -0500
50708
50709     [hb-shape] Change glyphstring brackets from </> to [/]
50710
50711     Sorry for the disruption but I need this to differentiate from the
50712     Unicode string.
50713
50714  util/options.cc | 4 ++--
50715  1 file changed, 2 insertions(+), 2 deletions(-)
50716
50717 commit 36fe87d1b4bf8317074a597501d1ee52c0bec38d
50718 Author: Behdad Esfahbod <behdad@behdad.org>
50719 Date:   Thu Jan 19 16:55:26 2012 -0500
50720
50721     More Indic tests from Pravin
50722
50723  test/api/test-shape-complex.c | 48
50724  +++++++++++++++++++++++++++++++++++++++++++
50725  1 file changed, 48 insertions(+)
50726
50727 commit a33e46cf7d9862856fd7ecb04e047cc58a9785c8
50728 Author: Behdad Esfahbod <behdad@behdad.org>
50729 Date:   Thu Jan 19 15:43:48 2012 -0500
50730
50731     [test/shaping] Add hb-update-manifests
50732
50733  test/shaping/Makefile.am                       |  6 ++----
50734  test/shaping/hb-update-manifests               | 22
50735  ++++++++++++++++++++++
50736  test/shaping/texts/shaper-indic/indic/MANIFEST |  1 +
50737  3 files changed, 25 insertions(+), 4 deletions(-)
50738
50739 commit d4de562adf691425b15e3e9c0eec035feaa60413
50740 Author: Behdad Esfahbod <behdad@behdad.org>
50741 Date:   Thu Jan 19 15:21:04 2012 -0500
50742
50743     Start adding new shaping test suite together
50744
50745  configure.ac                                                   |  1 +
50746  test/Makefile.am                                               |  2 +-
50747  test/shaping/Makefile.am                                       |
50748  10 ++++++++++
50749  test/shaping/texts/MANIFEST                                    |  3 +++
50750  test/shaping/texts/shaper-arabic/MANIFEST                      |  5 +++++
50751  test/shaping/texts/shaper-arabic/script-arabic/MANIFEST        |  0
50752  test/shaping/texts/shaper-arabic/script-mandaic/MANIFEST       |  0
50753  test/shaping/texts/shaper-arabic/script-mongolian/MANIFEST     |  0
50754  test/shaping/texts/shaper-arabic/script-nko/MANIFEST           |  0
50755  test/shaping/texts/shaper-arabic/script-syriac/MANIFEST        |  0
50756  test/shaping/texts/shaper-default/MANIFEST                     |  0
50757  test/shaping/texts/shaper-indic/MANIFEST                       |  1 +
50758  test/shaping/texts/shaper-indic/indic/MANIFEST                 |
50759  10 ++++++++++
50760  test/shaping/texts/shaper-indic/indic/script-assamese/MANIFEST |  0
50761  test/shaping/texts/shaper-indic/indic/script-bengali/MANIFEST  |  0
50762  .../texts/shaper-indic/indic/script-devanagari/MANIFEST        |  0
50763  test/shaping/texts/shaper-indic/indic/script-gujarati/MANIFEST |  0
50764  test/shaping/texts/shaper-indic/indic/script-kannada/MANIFEST  |  0
50765  .../shaping/texts/shaper-indic/indic/script-malayalam/MANIFEST |  0
50766  test/shaping/texts/shaper-indic/indic/script-oriya/MANIFEST    |  0
50767  test/shaping/texts/shaper-indic/indic/script-punjabi/MANIFEST  |  0
50768  test/shaping/texts/shaper-indic/indic/script-tamil/MANIFEST    |  0
50769  test/shaping/texts/shaper-indic/indic/script-telugu/MANIFEST   |  0
50770  23 files changed, 31 insertions(+), 1 deletion(-)
50771
50772 commit 7a4a848db27d1605195f677c9c8632cde558aa05
50773 Author: Behdad Esfahbod <behdad@behdad.org>
50774 Date:   Thu Jan 19 15:15:21 2012 -0500
50775
50776     Minor
50777
50778  src/hb-ot-shape-complex-private.hh | 3 ++-
50779  1 file changed, 2 insertions(+), 1 deletion(-)
50780
50781 commit 4d6dafd47f4271549e528d2e8047d50562aef399
50782 Author: Behdad Esfahbod <behdad@behdad.org>
50783 Date:   Thu Jan 19 14:52:02 2012 -0500
50784
50785     Rename test/ to test/api/
50786
50787  configure.ac                        |   1 +
50788  test/Makefile.am                    | 128
50789  +----------------------------------
50790  test/api/Makefile.am                | 131
50791  ++++++++++++++++++++++++++++++++++++
50792  test/{ => api}/hb-test.h            |   0
50793  test/{ => api}/test-blob.c          |   0
50794  test/{ => api}/test-buffer.c        |   0
50795  test/{ => api}/test-c.c             |   0
50796  test/{ => api}/test-common.c        |   0
50797  test/{ => api}/test-cplusplus.cc    |   0
50798  test/{ => api}/test-font.c          |   0
50799  test/{ => api}/test-object.c        |   0
50800  test/{ => api}/test-ot-tag.c        |   0
50801  test/{ => api}/test-shape-complex.c |   0
50802  test/{ => api}/test-shape.c         |   0
50803  test/{ => api}/test-unicode.c       |   0
50804  test/{ => api}/test-version.c       |   0
50805  16 files changed, 133 insertions(+), 127 deletions(-)
50806
50807 commit 3b5c22c39b87155f315853fb0c40edcf14e99b54
50808 Author: Behdad Esfahbod <behdad@behdad.org>
50809 Date:   Thu Jan 19 14:28:11 2012 -0500
50810
50811     Remove src/test.cc
50812
50813     Not really useful.
50814
50815  src/Makefile.am |   6 +--
50816  src/test.cc     | 132
50817  --------------------------------------------------------
50818  2 files changed, 1 insertion(+), 137 deletions(-)
50819
50820 commit 4983feebbbb25e79201bf34035e4d58e61218758
50821 Author: Behdad Esfahbod <behdad@behdad.org>
50822 Date:   Thu Jan 19 13:54:52 2012 -0500
50823
50824     [hb-diff] Clean up
50825
50826  util/hb-diff | 41 ++++++++++++++++++++++++++---------------
50827  1 file changed, 26 insertions(+), 15 deletions(-)
50828
50829 commit cdc673d97c5ffedb386865a81f54a5cedcbad27c
50830 Author: Behdad Esfahbod <behdad@behdad.org>
50831 Date:   Thu Jan 19 12:46:18 2012 -0500
50832
50833     [hb-shape] Add --show-line-num
50834
50835     Ok, much more useful as a test suite driver now.
50836
50837  util/hb-shape.cc | 24 +++++-------------------
50838  util/options.cc  | 34 ++++++++++++++++++++++++++++++++++
50839  util/options.hh  | 25 ++++++++++++++++++++-----
50840  3 files changed, 59 insertions(+), 24 deletions(-)
50841
50842 commit cc4d9810d6318ca2e4de3b8d62f03b51cc21ee05
50843 Author: Behdad Esfahbod <behdad@behdad.org>
50844 Date:   Thu Jan 19 12:32:20 2012 -0500
50845
50846     [hb-shape] Add --show-text and --show-unicode options
50847
50848  util/hb-shape.cc | 19 ++++++++++++++++++-
50849  util/options.cc  | 26 +++++++++++++++++++++++---
50850  util/options.hh  | 12 +++++++++---
50851  3 files changed, 50 insertions(+), 7 deletions(-)
50852
50853 commit 27c36af411c7c4d75dd25d79fc76dd92c6bb9643
50854 Author: Behdad Esfahbod <behdad@behdad.org>
50855 Date:   Thu Jan 19 12:30:43 2012 -0500
50856
50857     Fix OOB in hb-shape
50858
50859  util/options.cc | 2 +-
50860  1 file changed, 1 insertion(+), 1 deletion(-)
50861
50862 commit 8d2781d69274672303e30522e222bd01c6b5e781
50863 Author: Behdad Esfahbod <behdad@behdad.org>
50864 Date:   Thu Jan 19 11:36:39 2012 -0500
50865
50866     [test] Add two Indic test cases from Bernard Massot
50867
50868  test/test-shape-complex.c | 16 ++++++++++++++++
50869  1 file changed, 16 insertions(+)
50870
50871 commit 8750abaf8410005facbea8c886c592bead7f959b
50872 Author: Behdad Esfahbod <behdad@behdad.org>
50873 Date:   Wed Jan 18 22:47:44 2012 -0500
50874
50875     [util] Add --help-features
50876
50877     Patch from Khaled Hosny.
50878
50879  util/options.cc | 42 +++++++++++++++++++++++++++++++++++++++++-
50880  1 file changed, 41 insertions(+), 1 deletion(-)
50881
50882 commit 889caa52fa1bef61013ec1d127f84d7d5907ef1e
50883 Author: Behdad Esfahbod <behdad@behdad.org>
50884 Date:   Wed Jan 18 22:32:52 2012 -0500
50885
50886     [icu] Use U_FAILURE
50887
50888  src/hb-icu.cc | 10 +++++-----
50889  1 file changed, 5 insertions(+), 5 deletions(-)
50890
50891 commit 36a4f4a482456ee816dcb59befa0b0538ba487df
50892 Author: Behdad Esfahbod <behdad@behdad.org>
50893 Date:   Wed Jan 18 22:16:49 2012 -0500
50894
50895     Replace u_strlen() with u_countChar32()
50896
50897     The latter is what I meant.
50898
50899  src/hb-icu.cc | 8 +++-----
50900  1 file changed, 3 insertions(+), 5 deletions(-)
50901
50902 commit 055fb24d03ae518fa0aa6c2860a03f3cb6a5ef0d
50903 Author: Behdad Esfahbod <behdad@behdad.org>
50904 Date:   Wed Jan 18 21:58:34 2012 -0500
50905
50906     Add test for bug in ICU decompose
50907
50908     As reported by Kenichi Ishibashi on 2011-10-28.
50909
50910  test/test-unicode.c | 2 +-
50911  1 file changed, 1 insertion(+), 1 deletion(-)
50912
50913 commit c521e793bd6c1dafacb94253a45b9c70ab38525e
50914 Author: Behdad Esfahbod <behdad@behdad.org>
50915 Date:   Wed Jan 18 21:51:05 2012 -0500
50916
50917     Fix OOB in replace_glyph()
50918
50919     Patch from Kenichi Ishibashi.
50920
50921  src/hb-buffer.cc | 2 ++
50922  1 file changed, 2 insertions(+)
50923
50924 commit 03408ce73d003ed4e58e3f8472f9445e72b86bee
50925 Author: Behdad Esfahbod <behdad@behdad.org>
50926 Date:   Wed Jan 18 21:28:34 2012 -0500
50927
50928     Fix more possible buffer overruns
50929
50930     I have this function, but can't clean up it to my satisfaction.
50931
50932  src/hb-ot-layout-gsubgpos-private.hh | 6 ++++--
50933  1 file changed, 4 insertions(+), 2 deletions(-)
50934
50935 commit 7d479900cd11bc88148cd601ee43bc5492ce5843
50936 Author: Behdad Esfahbod <behdad@behdad.org>
50937 Date:   Wed Jan 18 21:19:32 2012 -0500
50938
50939     Refactor the two remaining uses of _hb_ot_layout_skip_mark()
50940
50941  src/hb-ot-layout-gsub-table.hh       | 2 +-
50942  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++--
50943  2 files changed, 6 insertions(+), 3 deletions(-)
50944
50945 commit 506ffeb8e77a668fa305139582d215c32e46bb03
50946 Author: Behdad Esfahbod <behdad@behdad.org>
50947 Date:   Wed Jan 18 16:07:53 2012 -0500
50948
50949     Further mark skippy fixes from Jonathan Kew
50950
50951     We should be in good shape now.
50952
50953  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
50954  1 file changed, 3 insertions(+), 1 deletion(-)
50955
50956 commit a4a48fe6d4f884a37e720430347d10dbe3562a79
50957 Author: Behdad Esfahbod <behdad@behdad.org>
50958 Date:   Tue Jan 17 18:08:41 2012 -0500
50959
50960     Fix mark skipping regression
50961
50962     Ouch!
50963
50964  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
50965  1 file changed, 1 insertion(+), 1 deletion(-)
50966
50967 commit 4ab97311541225906f6b737a2b47de252224cc09
50968 Author: Behdad Esfahbod <behdad@behdad.org>
50969 Date:   Mon Jan 16 22:05:08 2012 -0500
50970
50971     Refactor mark skipping
50972
50973  src/hb-ot-layout-gpos-table.hh       |  95 ++++++++++----------------
50974  src/hb-ot-layout-gsub-table.hh       |  21 +++---
50975  src/hb-ot-layout-gsubgpos-private.hh | 125
50976  +++++++++++++++++++++++++++--------
50977  3 files changed, 143 insertions(+), 98 deletions(-)
50978
50979 commit 370f03e9c69d98d735eafb7e72b13b17f42cbaa9
50980 Author: Behdad Esfahbod <behdad@behdad.org>
50981 Date:   Mon Jan 16 17:03:55 2012 -0500
50982
50983     Minor
50984
50985  src/hb-ot-layout-gsub-table.hh       | 5 ++---
50986  src/hb-ot-layout-gsubgpos-private.hh | 6 ++----
50987  2 files changed, 4 insertions(+), 7 deletions(-)
50988
50989 commit 4d3aeb8cb2bc1ca7cdd03ba28ba8c334f12d4c03
50990 Author: Behdad Esfahbod <behdad@behdad.org>
50991 Date:   Mon Jan 16 16:43:26 2012 -0500
50992
50993     [GSUB/GPOS] Fix mark skip indexing issues
50994
50995     Mozilla bug 701637 and 714067 combined.
50996
50997     Patch from Jonathan Kew.
50998
50999  src/hb-ot-layout-gpos-table.hh       | 42
51000  ++++++++++++++++-----------------
51001  src/hb-ot-layout-gsub-table.hh       | 21 +++++++++--------
51002  src/hb-ot-layout-gsubgpos-private.hh | 45
51003  ++++++++++++++++++------------------
51004  3 files changed, 54 insertions(+), 54 deletions(-)
51005
51006 commit e8eedf2687f05372bf5476e84139d01ba67c9f73
51007 Author: Behdad Esfahbod <behdad@behdad.org>
51008 Date:   Mon Jan 16 16:39:40 2012 -0500
51009
51010     Avoid enum trailing commas
51011
51012     Based on patch from Jonathan Kew.
51013
51014  src/hb-ot-shape-complex-indic.cc   | 4 ++--
51015  src/hb-ot-shape-complex-private.hh | 2 ++
51016  2 files changed, 4 insertions(+), 2 deletions(-)
51017
51018 commit 3d0ddd12801689b4093ffca97da4dd9ca669b64a
51019 Author: Behdad Esfahbod <behdad@behdad.org>
51020 Date:   Sun Jan 15 15:55:52 2012 -0500
51021
51022     Require glib >= 2.16 for the gobject option
51023
51024  configure.ac | 2 +-
51025  1 file changed, 1 insertion(+), 1 deletion(-)
51026
51027 commit 95ab82a992ab916046c2e6205db7cadeec88d206
51028 Author: Behdad Esfahbod <behdad@behdad.org>
51029 Date:   Sun Jan 15 14:56:56 2012 -0500
51030
51031     Disable gtk-doc macro
51032
51033     We don't have any docs yet.
51034
51035  configure.ac | 2 +-
51036  1 file changed, 1 insertion(+), 1 deletion(-)
51037
51038 commit 299ae0c3a367c84a835eadbd1276ca284d2720c0
51039 Author: Behdad Esfahbod <behdad@behdad.org>
51040 Date:   Sat Jan 14 21:29:45 2012 -0500
51041
51042     [icu] Remove glib-ism
51043
51044  src/hb-icu.cc | 4 ++--
51045  1 file changed, 2 insertions(+), 2 deletions(-)
51046
51047 commit a097043f9a81e6c20caf69a5dabdf9e00438d79b
51048 Author: Behdad Esfahbod <behdad@behdad.org>
51049 Date:   Sat Jan 14 17:55:51 2012 -0500
51050
51051     Allow space in one more place when parsing features
51052
51053  util/options.cc | 2 ++
51054  1 file changed, 2 insertions(+)
51055
51056 commit af92135424b994062648f4fb7e26af0bd970a4b1
51057 Author: Behdad Esfahbod <behdad@behdad.org>
51058 Date:   Fri Oct 21 09:18:43 2011 -0700
51059
51060     Minor
51061
51062  src/hb-object-private.hh | 2 +-
51063  1 file changed, 1 insertion(+), 1 deletion(-)
51064
51065 commit 89d89646e8163b6c0874b9a3c14d4da974ea8219
51066 Author: Behdad Esfahbod <behdad@behdad.org>
51067 Date:   Mon Oct 17 11:50:54 2011 -0700
51068
51069     Fix intrin.h b0rkage with older MSVC
51070
51071     Reported by Jonathan Kew.
51072
51073  src/hb-object-private.hh | 6 +++++-
51074  1 file changed, 5 insertions(+), 1 deletion(-)
51075
51076 commit af913c5788e600e36d29f44fe4e77db84cf8c442
51077 Author: Behdad Esfahbod <behdad@behdad.org>
51078 Date:   Mon Oct 17 11:39:28 2011 -0700
51079
51080     Fix infinite loop in normalization code with variation selectors
51081
51082     Reported by Jonathan Kew.
51083
51084  src/hb-ot-shape-normalize.cc | 5 ++++-
51085  1 file changed, 4 insertions(+), 1 deletion(-)
51086
51087 commit fd528c17b7b5ac912f1ac980e1d9981f561c3b46
51088 Author: Behdad Esfahbod <behdad@behdad.org>
51089 Date:   Wed Oct 12 15:03:58 2011 -0400
51090
51091     [util] Add --list-shapers to hb-view and hb-shape
51092
51093  util/options.cc | 17 ++++++++++++++++-
51094  1 file changed, 16 insertions(+), 1 deletion(-)
51095
51096 commit a17554bfd51dc8a37b1674d1ede63e616618e0a6
51097 Author: Behdad Esfahbod <behdad@behdad.org>
51098 Date:   Wed Sep 28 16:57:34 2011 -0400
51099
51100     Make test-c.c actually use hb
51101
51102     This will make sure we test that C code can actually link to the
51103     library.
51104
51105  test/test-c.c | 2 +-
51106  1 file changed, 1 insertion(+), 1 deletion(-)
51107
51108 commit 55deff7595ef357d000fef83559c74c9f8acad00
51109 Author: Behdad Esfahbod <behdad@behdad.org>
51110 Date:   Wed Sep 28 16:20:09 2011 -0400
51111
51112     Add comments
51113
51114  src/hb-ot-shape-normalize.cc | 4 ++++
51115  1 file changed, 4 insertions(+)
51116
51117 commit a240d5a0a3ccc71902e7a341b6d531995319999d
51118 Author: Behdad Esfahbod <behdad@behdad.org>
51119 Date:   Tue Sep 27 13:50:45 2011 -0400
51120
51121     Add TODO item
51122
51123  TODO | 2 ++
51124  1 file changed, 2 insertions(+)
51125
51126 commit 52ebdff49d13f239efc886de935d47be9860f6e5
51127 Author: Behdad Esfahbod <behdad@behdad.org>
51128 Date:   Tue Sep 27 12:38:16 2011 -0400
51129
51130     Fix GSUB lookuptype 1 subtype 1 delta wrapping
51131
51132  src/hb-ot-layout-gsub-table.hh | 4 +++-
51133  1 file changed, 3 insertions(+), 1 deletion(-)
51134
51135 commit 5857720cd35078d1c3906c8b2db3190b5166b66f
51136 Author: Behdad Esfahbod <behdad@behdad.org>
51137 Date:   Tue Sep 27 12:36:26 2011 -0400
51138
51139     [util] s/%d/%u/ when printing glyph ids and clusters
51140
51141  util/options.cc | 6 +++---
51142  1 file changed, 3 insertions(+), 3 deletions(-)
51143
51144 commit b95324cdd217f44c40c5fd44898e659500f19511
51145 Author: Behdad Esfahbod <behdad@behdad.org>
51146 Date:   Wed Sep 21 16:50:39 2011 -0400
51147
51148     Minor
51149
51150  src/hb-blob.cc | 2 +-
51151  1 file changed, 1 insertion(+), 1 deletion(-)
51152
51153 commit 0cd33592ab4bb486ffc438ba0efdac2fa7a1bb7f
51154 Author: Behdad Esfahbod <behdad@behdad.org>
51155 Date:   Wed Sep 21 16:49:33 2011 -0400
51156
51157     Fix possible leaks
51158
51159  src/hb-font.cc | 16 +++++++++++++---
51160  1 file changed, 13 insertions(+), 3 deletions(-)
51161
51162 commit d3f3690b485e1d240fec4f204aef54e07853a244
51163 Author: Behdad Esfahbod <behdad@behdad.org>
51164 Date:   Wed Sep 21 16:41:43 2011 -0400
51165
51166     hb-shape: In --no-glyph-names, output glyph number directly
51167
51168     Ie. write "86" instead of "gid86".
51169
51170  util/options.cc | 11 +++++++----
51171  1 file changed, 7 insertions(+), 4 deletions(-)
51172
51173 commit 088c1e27c0fc0cdef999cf1f567e4d5eb2cfb2e4
51174 Author: Behdad Esfahbod <behdad@behdad.org>
51175 Date:   Tue Sep 20 14:43:55 2011 -0400
51176
51177     [util] Fix option parsing
51178
51179     Wow, who knew bool is one byte and I was using it as a 4byte int?!
51180
51181     C++ auto casts fails you in mysterious ways...
51182
51183  util/helper-cairo.cc |  2 +-
51184  util/options.cc      |  3 ++-
51185  util/options.hh      | 14 +++++++-------
51186  3 files changed, 10 insertions(+), 9 deletions(-)
51187
51188 commit d606daa4cca323c8977b2e52e6863dc0f1b72fa9
51189 Author: Behdad Esfahbod <behdad@behdad.org>
51190 Date:   Tue Sep 20 14:34:06 2011 -0400
51191
51192     Whitespace
51193
51194  src/gen-arabic-table.py | 2 +-
51195  src/gen-indic-table.py  | 2 +-
51196  2 files changed, 2 insertions(+), 2 deletions(-)
51197
51198 commit e700bce1189465a159a7c3c179f231be224f31cc
51199 Author: Behdad Esfahbod <behdad@behdad.org>
51200 Date:   Tue Sep 20 11:20:53 2011 -0400
51201
51202     [util] Add hb-diff
51203
51204     A diff program written in Python that is more suitable for comparing
51205     hb-shape output from different backends.  Main differences with stock
51206     diff:
51207
51208     1. It outputs one line's comparison at a time, as opposed to batching
51209     '+' lines and '-' lines.
51210
51211     2. It colors the part of the line that changed, taking word boundaries
51212     into consideration.
51213
51214     You can pipe the colored output to 'less -r'.
51215
51216  util/Makefile.am |  2 ++
51217  util/hb-diff     | 59
51218  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
51219  2 files changed, 61 insertions(+)
51220
51221 commit 880c1f0e4ede65890592d28dfb38bb06f5b57500
51222 Author: Behdad Esfahbod <behdad@behdad.org>
51223 Date:   Mon Sep 19 23:10:22 2011 -0400
51224
51225     Rewrite ICU detection code with in-house macros
51226
51227     At least works for cross-compiling now...
51228
51229  configure.ac | 26 +++++++++++++++-----------
51230  1 file changed, 15 insertions(+), 11 deletions(-)
51231
51232 commit f83f0f4836691b04306c2ef80979f2e1d76a2f28
51233 Author: Behdad Esfahbod <behdad@behdad.org>
51234 Date:   Mon Sep 19 18:51:48 2011 -0400
51235
51236     [graphite] Add note about graphite shaker brokenness
51237
51238  src/hb-graphite2.cc | 8 ++++++++
51239  1 file changed, 8 insertions(+)
51240
51241 commit 422558142aabb996d8ad1848df7ea4d5a8ade98a
51242 Author: Behdad Esfahbod <behdad@behdad.org>
51243 Date:   Mon Sep 19 17:57:02 2011 -0400
51244
51245     [util] Account for line-space in surface size
51246
51247  util/options.cc    | 2 +-
51248  util/options.hh    | 1 -
51249  util/view-cairo.cc | 2 +-
51250  3 files changed, 2 insertions(+), 3 deletions(-)
51251
51252 commit b5afd8f78e6b372f1bbed469329c1554adb20eea
51253 Author: Behdad Esfahbod <behdad@behdad.org>
51254 Date:   Mon Sep 19 16:56:21 2011 -0400
51255
51256     [util] Rename --output to --output_file, and --format to
51257     --output-format
51258
51259  util/options.cc | 4 ++--
51260  1 file changed, 2 insertions(+), 2 deletions(-)
51261
51262 commit 0a965eee880428a43ad7f9d1317c344666247dd7
51263 Author: Behdad Esfahbod <behdad@behdad.org>
51264 Date:   Mon Sep 19 16:53:47 2011 -0400
51265
51266     Minor
51267
51268  src/hb-ot-shape-complex-indic.cc | 4 ++++
51269  1 file changed, 4 insertions(+)
51270
51271 commit 466393c2f04fb5b3dcb3e81ea9609905fa8c9648
51272 Author: Behdad Esfahbod <behdad@behdad.org>
51273 Date:   Mon Sep 19 16:50:18 2011 -0400
51274
51275     Really fix build this time
51276
51277  util/hb-view.hh | 1 -
51278  1 file changed, 1 deletion(-)
51279
51280 commit fe1605db4f28ed75d5debe0db45a19aa77f0585f
51281 Author: Behdad Esfahbod <behdad@behdad.org>
51282 Date:   Mon Sep 19 16:49:03 2011 -0400
51283
51284     Fix dist
51285
51286  util/Makefile.am | 2 ++
51287  1 file changed, 2 insertions(+)
51288
51289 commit 8b8b19056decaf09e4e0ccd9412ee1aeb30f4de7
51290 Author: Behdad Esfahbod <behdad@behdad.org>
51291 Date:   Mon Sep 19 16:41:17 2011 -0400
51292
51293     [util] Add hb-shape utility
51294
51295     Like hb-view, but prints out buffer contents.
51296
51297     The output format is kinda cryptic.  Suggestions welcome.
51298
51299  configure.ac                        |   6 -
51300  util/Makefile.am                    |  44 +++--
51301  util/{common.cc => hb-shape.cc}     |  57 ++++--
51302  util/hb-view.cc                     |  44 +----
51303  util/hb-view.hh                     |  79 ++++++++
51304  util/helper-cairo.cc                | 375
51305  +++++++++++++++++++++++++++++++++++
51306  util/{common.hh => helper-cairo.hh} |  64 ++++--
51307  util/options.cc                     |  79 ++++++++
51308  util/options.hh                     |  53 ++++-
51309  util/view-cairo.cc                  | 381
51310  ++----------------------------------
51311  util/view-cairo.hh                  |   8 +-
51312  11 files changed, 717 insertions(+), 473 deletions(-)
51313
51314 commit eb2d8be7a8ede0c0f5e346cf06516792f83f36f7
51315 Author: Behdad Esfahbod <behdad@behdad.org>
51316 Date:   Mon Sep 19 16:15:22 2011 -0400
51317
51318     Minor
51319
51320  TODO | 2 ++
51321  1 file changed, 2 insertions(+)
51322
51323 commit f6496663c2f6849a944e41afcf9511f378477532
51324 Author: Behdad Esfahbod <behdad@behdad.org>
51325 Date:   Mon Sep 19 15:45:52 2011 -0400
51326
51327     [util] If no text is provided, simply call cairo_show_glyphs()
51328
51329  util/view-cairo.cc | 92
51330  ++++++++++++++++++++++++++++++------------------------
51331  1 file changed, 51 insertions(+), 41 deletions(-)
51332
51333 commit 5c299343118d1eaff32ffb2a5dac077cfff67dee
51334 Author: Behdad Esfahbod <behdad@behdad.org>
51335 Date:   Mon Sep 19 14:53:26 2011 -0400
51336
51337     [uniscribe] Various improvements
51338
51339  src/hb-uniscribe.cc | 30 +++++++++++++++++++-----------
51340  1 file changed, 19 insertions(+), 11 deletions(-)
51341
51342 commit 11e51993ab562d4c7460eb7c43d0e97404e628e7
51343 Author: Behdad Esfahbod <behdad@behdad.org>
51344 Date:   Mon Sep 19 09:58:55 2011 -0400
51345
51346     [util] Move font-size into view-options
51347
51348  util/options.cc    | 2 +-
51349  util/options.hh    | 7 +++----
51350  util/view-cairo.cc | 4 ++--
51351  3 files changed, 6 insertions(+), 7 deletions(-)
51352
51353 commit 0fe296019746689551d224a5f6fb7e0ebe1b91dc
51354 Author: Behdad Esfahbod <behdad@behdad.org>
51355 Date:   Sat Sep 17 09:59:58 2011 -0400
51356
51357     Fix Linux build when io.h is available
51358
51359     Bug 40953 - fail compile git: make[2]: *** [hb_view-options.o] Error 1
51360
51361  configure.ac    | 2 +-
51362  util/options.cc | 8 ++++----
51363  2 files changed, 5 insertions(+), 5 deletions(-)
51364
51365 commit d2b3ab9ecebbf46cb9dac1f09c17379c50ea4575
51366 Author: Behdad Esfahbod <behdad@behdad.org>
51367 Date:   Fri Sep 16 16:59:17 2011 -0400
51368
51369     Fix "[util] Fix hb-view crash with bogus font."
51370
51371  util/view-cairo.cc | 2 +-
51372  1 file changed, 1 insertion(+), 1 deletion(-)
51373
51374 commit da4a2a1426ee3aa9d9678ec12c9ba4dfcba0bcf8
51375 Author: Behdad Esfahbod <behdad@behdad.org>
51376 Date:   Fri Sep 16 16:56:34 2011 -0400
51377
51378     Cosmetic
51379
51380  util/view-cairo.cc | 31 +++++++++++++++++++++++--------
51381  1 file changed, 23 insertions(+), 8 deletions(-)
51382
51383 commit 4274ed7ab6fb03fbf8eaaa43ab06647dc0beed79
51384 Author: Behdad Esfahbod <behdad@behdad.org>
51385 Date:   Fri Sep 16 16:52:26 2011 -0400
51386
51387     [util] Fix hb-view crash with bogus font
51388
51389  util/view-cairo.cc | 8 +++++++-
51390  1 file changed, 7 insertions(+), 1 deletion(-)
51391
51392 commit 5ddd9cc499f2470eca239ae357a5c8a3626c0809
51393 Author: Behdad Esfahbod <behdad@behdad.org>
51394 Date:   Fri Sep 16 16:40:44 2011 -0400
51395
51396     Minor
51397
51398  src/hb-private.hh         | 2 +-
51399  src/hb-unicode-private.hh | 4 ++--
51400  src/test.cc               | 4 ++--
51401  util/common.hh            | 2 +-
51402  util/options.cc           | 8 ++++----
51403  5 files changed, 10 insertions(+), 10 deletions(-)
51404
51405 commit 652d64aa8d32d914bf3ee2f2c451de103fea8fa9
51406 Author: Behdad Esfahbod <behdad@behdad.org>
51407 Date:   Fri Sep 16 16:34:39 2011 -0400
51408
51409     TODO items
51410
51411  TODO | 6 ++++++
51412  1 file changed, 6 insertions(+)
51413
51414 commit 947c9a778c0d4b428b58806f98c34ede59b7439c
51415 Author: Behdad Esfahbod <behdad@behdad.org>
51416 Date:   Fri Sep 16 16:33:18 2011 -0400
51417
51418     Minor
51419
51420  src/hb-ot-shape-normalize.cc | 4 ++--
51421  1 file changed, 2 insertions(+), 2 deletions(-)
51422
51423 commit d5476a30a10da5e54783c8dbf04340225a9a00d7
51424 Author: Behdad Esfahbod <behdad@behdad.org>
51425 Date:   Fri Sep 16 12:30:50 2011 -0400
51426
51427     Minor
51428
51429  src/hb-object-private.hh | 26 +++++++++++++++-----------
51430  1 file changed, 15 insertions(+), 11 deletions(-)
51431
51432 commit 55aeb0490454cc1ba93a42f307ed1230f59dee4b
51433 Author: Behdad Esfahbod <behdad@behdad.org>
51434 Date:   Fri Sep 16 02:08:36 2011 -0400
51435
51436     Fix reading text from stdin
51437
51438  util/options.cc    | 76
51439  +++++++++++++++++++++++++++++++++++-------------------
51440  util/options.hh    | 16 +++++++-----
51441  util/view-cairo.cc |  6 +++--
51442  3 files changed, 64 insertions(+), 34 deletions(-)
51443
51444 commit a75c1b125159f6cfb6b652a9ec40803f7c7e3f71
51445 Author: Behdad Esfahbod <behdad@behdad.org>
51446 Date:   Fri Sep 16 01:16:41 2011 -0400
51447
51448     Move code around
51449
51450  util/options.cc | 27 +++++++++++++++++++++++++--
51451  util/options.hh | 20 +-------------------
51452  2 files changed, 26 insertions(+), 21 deletions(-)
51453
51454 commit 7bf6ecd3bfb1ccf5d9ac6fe274efa74b46885fea
51455 Author: Behdad Esfahbod <behdad@behdad.org>
51456 Date:   Fri Sep 16 01:11:30 2011 -0400
51457
51458     Always shape at size=upem
51459
51460     Fixes bug with uniscribe not handling GIGANTIC sizes.
51461
51462  util/options.cc    | 2 +-
51463  util/view-cairo.cc | 8 ++++----
51464  util/view-cairo.hh | 2 +-
51465  3 files changed, 6 insertions(+), 6 deletions(-)
51466
51467 commit 674ee58d9bc9f825d769220d77f58513edae4558
51468 Author: Behdad Esfahbod <behdad@behdad.org>
51469 Date:   Fri Sep 16 00:54:05 2011 -0400
51470
51471     Minor
51472
51473  util/options.cc | 4 +---
51474  1 file changed, 1 insertion(+), 3 deletions(-)
51475
51476 commit 4451168e5d1ea26560899e9a9733b3a3f1853050
51477 Author: Behdad Esfahbod <behdad@behdad.org>
51478 Date:   Fri Sep 16 00:38:19 2011 -0400
51479
51480     Fix binary stdin/stdout io in Windows
51481
51482     Make --font-file accept "-" to mean stdin, and have it work
51483     in Windows too!
51484
51485  configure.ac    |  2 +-
51486  util/common.hh  |  5 +++++
51487  util/options.cc | 64
51488  +++++++++++++++++++++++++++++++++++++++++++++++----------
51489  util/options.hh | 10 +++++++--
51490  4 files changed, 67 insertions(+), 14 deletions(-)
51491
51492 commit 639b5957d9c7b6d8bef6784e3467ccc055ddeea4
51493 Author: Behdad Esfahbod <behdad@behdad.org>
51494 Date:   Thu Sep 15 18:09:49 2011 -0400
51495
51496     Minor
51497
51498  util/options.cc | 5 +++--
51499  util/options.hh | 4 ++--
51500  2 files changed, 5 insertions(+), 4 deletions(-)
51501
51502 commit f7e2ef74f856ee13d6fd6cf3f1e04bc162203bc2
51503 Author: Behdad Esfahbod <behdad@behdad.org>
51504 Date:   Thu Sep 15 17:52:00 2011 -0400
51505
51506     [hb-view] Make print to stdout work in Windows
51507
51508     Apparently there's no equivalent to "/dev/stdout", so write using
51509     stdio to be able to output to stdout.
51510
51511  util/common.hh     |  1 +
51512  util/options.hh    | 31 ++++++++++++++++-----
51513  util/view-cairo.cc | 79
51514  ++++++++++++++++++++++++++++++++++++------------------
51515  3 files changed, 78 insertions(+), 33 deletions(-)
51516
51517 commit 36b10f58cc70ce9570d17b30616f9cb27423e03b
51518 Author: Behdad Esfahbod <behdad@behdad.org>
51519 Date:   Thu Sep 15 16:29:51 2011 -0400
51520
51521     Minor
51522
51523  src/hb-ot-shape-normalize.cc | 7 +++++--
51524  1 file changed, 5 insertions(+), 2 deletions(-)
51525
51526 commit c4611cb66f8e3a133ec00e3ace62ef19d9b95b28
51527 Author: Behdad Esfahbod <behdad@behdad.org>
51528 Date:   Tue Sep 13 13:33:11 2011 -0400
51529
51530     Fix test
51531
51532  src/hb-graphite2.h | 1 +
51533  src/hb-ot-shape.h  | 1 +
51534  src/hb-uniscribe.h | 1 +
51535  3 files changed, 3 insertions(+)
51536
51537 commit b9b10ad78b1f977494a3a42b58f8040fe16505a3
51538 Author: Behdad Esfahbod <behdad@behdad.org>
51539 Date:   Tue Sep 13 13:30:39 2011 -0400
51540
51541     [util] Refactor hb-view completely
51542
51543     Now we can use the same code to do other utils...
51544
51545  configure.ac       |   2 +
51546  util/Makefile.am   |   2 +
51547  util/common.cc     |   7 +-
51548  util/common.hh     |   2 +-
51549  util/hb-view.cc    | 244 ++++-------------------------
51550  util/options.cc    | 321 ++++++++++++++++++++++++++------------
51551  util/options.hh    | 179 +++++++++++++++++++---
51552  util/view-cairo.cc | 440
51553  +++++++++++++++++++++++++++++++++++++++++++++++++++++
51554  util/view-cairo.hh |  63 ++++++++
51555  9 files changed, 927 insertions(+), 333 deletions(-)
51556
51557 commit bc4b07b05ea9e39eb9f966eb2c3e1c737efa77ff
51558 Author: Behdad Esfahbod <behdad@behdad.org>
51559 Date:   Thu Sep 8 17:08:32 2011 -0400
51560
51561     More reshuffling
51562
51563  util/hb-view.cc |  4 ++--
51564  util/options.cc | 64
51565  ++++++++++++++++++++++++++++++---------------------------
51566  util/options.hh | 13 ++++++------
51567  3 files changed, 43 insertions(+), 38 deletions(-)
51568
51569 commit 516857eb51bbb79ff4adf44e3fefbf460f9ee8f8
51570 Author: Behdad Esfahbod <behdad@behdad.org>
51571 Date:   Thu Sep 8 16:50:24 2011 -0400
51572
51573     [util] Simplify more
51574
51575  util/options.hh | 9 +++------
51576  1 file changed, 3 insertions(+), 6 deletions(-)
51577
51578 commit 4f4b114a5592c2f5d128ee795f159b438ad97829
51579 Author: Behdad Esfahbod <behdad@behdad.org>
51580 Date:   Thu Sep 8 16:49:02 2011 -0400
51581
51582     [util] Move code around
51583
51584  util/hb-view.cc |  8 +-------
51585  util/options.hh | 14 ++++++++++++++
51586  2 files changed, 15 insertions(+), 7 deletions(-)
51587
51588 commit 46d86a73a103b061144018c3fe947b57548fc58f
51589 Author: Behdad Esfahbod <behdad@behdad.org>
51590 Date:   Thu Sep 8 16:43:15 2011 -0400
51591
51592     Minor
51593
51594     We now support using -1 for NUL-terminated strings.
51595
51596  util/hb-view.cc | 2 --
51597  1 file changed, 2 deletions(-)
51598
51599 commit 90e312cb85df7a6dc350cb62138ab950790e3d15
51600 Author: Behdad Esfahbod <behdad@behdad.org>
51601 Date:   Thu Sep 8 16:42:37 2011 -0400
51602
51603     [util] Move code around
51604
51605  util/hb-view.cc | 5 -----
51606  util/options.hh | 4 ++++
51607  2 files changed, 4 insertions(+), 5 deletions(-)
51608
51609 commit 109cb382898f491eed733dba4ef5ba12de94aaf6
51610 Author: Behdad Esfahbod <behdad@behdad.org>
51611 Date:   Thu Sep 8 16:00:04 2011 -0400
51612
51613     [util] Further refactor option parsing
51614
51615  util/options.cc | 80
51616  +++++++++++++++++++++++++++++++++++++++++++++++----------
51617  util/options.hh | 20 ++++++++++++---
51618  2 files changed, 83 insertions(+), 17 deletions(-)
51619
51620 commit bc187e5ac7433f5561b0e97e8c62172c73883f3f
51621 Author: Behdad Esfahbod <behdad@behdad.org>
51622 Date:   Thu Sep 8 13:35:17 2011 -0400
51623
51624     Refine Indic scripts, following Martin Hosken's recommendation
51625
51626  src/hb-ot-shape-complex-private.hh | 56
51627  +++++++++++++++++++++++---------------
51628  1 file changed, 34 insertions(+), 22 deletions(-)
51629
51630 commit 738d096a06822e63b3894bd817ecb90e5fb94f73
51631 Author: Behdad Esfahbod <behdad@behdad.org>
51632 Date:   Fri Sep 2 13:31:19 2011 -0400
51633
51634     Pass through unknown ISO 639-3 language tags to OpenType engine
51635
51636     In hb_ot_tag_from_language(), if first component of an unknown
51637     language is three letters long, use it directly as OpenType language
51638     tag (after case conversion and padding).
51639
51640  src/hb-ot-tag.cc   | 8 ++++++++
51641  test/test-ot-tag.c | 5 +++++
51642  2 files changed, 13 insertions(+)
51643
51644 commit ea02cbf03c084b3ead6e9e4c9af07b3b47608d5b
51645 Author: Behdad Esfahbod <behdad@behdad.org>
51646 Date:   Fri Sep 2 12:39:20 2011 -0400
51647
51648     [graphite] Don't preload glyphs
51649
51650     Doesn't seem to be slower.
51651
51652  src/hb-graphite2.cc | 2 +-
51653  1 file changed, 1 insertion(+), 1 deletion(-)
51654
51655 commit 210a06f3d7bd2df55ebd1743da74f327c5a7a967
51656 Author: Behdad Esfahbod <behdad@behdad.org>
51657 Date:   Fri Aug 26 13:39:49 2011 +0200
51658
51659     Minor
51660
51661  src/hb-graphite2.h | 12 ++++++------
51662  src/hb-ot-shape.h  |  1 -
51663  src/hb-uniscribe.h |  1 -
51664  3 files changed, 6 insertions(+), 8 deletions(-)
51665
51666 commit 4a8d2e379a34b19bccc72bc3e2d9ace3fdd27733
51667 Author: Behdad Esfahbod <behdad@behdad.org>
51668 Date:   Fri Aug 26 09:40:54 2011 +0200
51669
51670     [graphite2] Chop a few more lines
51671
51672  src/hb-graphite2.cc | 13 ++++---------
51673  1 file changed, 4 insertions(+), 9 deletions(-)
51674
51675 commit 81ec289da799bd2f50da9382507c606d2c779ab9
51676 Author: Behdad Esfahbod <behdad@behdad.org>
51677 Date:   Fri Aug 26 09:33:06 2011 +0200
51678
51679     Minor
51680
51681  src/hb-graphite2.cc | 24 ++++++++++++------------
51682  1 file changed, 12 insertions(+), 12 deletions(-)
51683
51684 commit 3380de5abbaff535e1cf57ea7e5c2a7c4fdcfe66
51685 Author: Behdad Esfahbod <behdad@behdad.org>
51686 Date:   Fri Aug 26 09:30:49 2011 +0200
51687
51688     [graphite] Use buffer->replace_glyphs()
51689
51690  src/hb-graphite2.cc | 3 +--
51691  1 file changed, 1 insertion(+), 2 deletions(-)
51692
51693 commit 9ebe8c0286856d46430ae184ba7303bd34485883
51694 Author: Behdad Esfahbod <behdad@behdad.org>
51695 Date:   Fri Aug 26 09:29:42 2011 +0200
51696
51697     Add buffer->replace_glyphs()
51698
51699  src/hb-buffer-private.hh |  3 +++
51700  src/hb-buffer.cc         | 26 ++++++++++++++++++++++++++
51701  2 files changed, 29 insertions(+)
51702
51703 commit a5edb1031c204464da4f852ba3d90e8cc20cd20e
51704 Author: Behdad Esfahbod <behdad@behdad.org>
51705 Date:   Fri Aug 26 09:27:13 2011 +0200
51706
51707     Minor
51708
51709  src/hb-graphite2.cc | 9 +++++----
51710  1 file changed, 5 insertions(+), 4 deletions(-)
51711
51712 commit 290e3ee51727df75d136ccfff79831b94d1583b6
51713 Author: Behdad Esfahbod <behdad@behdad.org>
51714 Date:   Fri Aug 26 09:25:04 2011 +0200
51715
51716     [graphite] Only pass the first part language tag to graphite
51717
51718     Still not sure about:
51719
51720     1) Case.  We pass lowercase for now.  Would be nice if graphite was
51721     uppercase 3letter like OpenType,
51722
51723     2) Padding.  IMO, tag padding is always with spaces, but Martin was
51724     talking about NUL bytes.
51725
51726  src/hb-graphite2.cc | 5 +++--
51727  1 file changed, 3 insertions(+), 2 deletions(-)
51728
51729 commit 4c9fe88d30036340fe592bcbc375049b84602b8b
51730 Author: Behdad Esfahbod <behdad@behdad.org>
51731 Date:   Fri Aug 26 09:18:53 2011 +0200
51732
51733     [API] Make all _from_string() functions take a len parameter
51734
51735     Can be -1 for NUL-terminated string.  This is useful for passing parts
51736     of a larger string to a function without having to copy or modify the
51737     string first.
51738
51739     Affected functions:
51740
51741             hb_tag_t hb_tag_from_string()
51742             hb_direction_from_string()
51743             hb_language_from_string()
51744             hb_script_from_string()
51745
51746  src/hb-common.cc    | 29 +++++++++++++-------
51747  src/hb-common.h     | 12 +++++---
51748  src/hb-graphite2.cc |  2 +-
51749  src/hb-icu.cc       |  2 +-
51750  src/hb-ot-tag.cc    |  8 +++---
51751  test/test-buffer.c  |  4 +--
51752  test/test-common.c  | 79
51753  +++++++++++++++++++++++++++++++----------------------
51754  test/test-ot-tag.c  | 22 +++++++--------
51755  util/hb-view.cc     |  6 ++--
51756  util/options.cc     |  5 +---
51757  10 files changed, 96 insertions(+), 73 deletions(-)
51758
51759 commit a499bdea5cc5097dec62eeafdef58d08ba534be0
51760 Author: Behdad Esfahbod <behdad@behdad.org>
51761 Date:   Thu Aug 25 22:46:21 2011 +0200
51762
51763     [graphite2] Bail if grface is NULL
51764
51765  src/hb-graphite2.cc | 1 +
51766  1 file changed, 1 insertion(+)
51767
51768 commit 3007ffa9e53e6100a761c2363f50a2b19a0764fc
51769 Author: Behdad Esfahbod <behdad@behdad.org>
51770 Date:   Thu Aug 25 09:08:53 2011 +0200
51771
51772     Reorder combining-class to better suit Arabic shadda mark-mark
51773     positioning
51774
51775     As reported by Khaled on the list:
51776
51777     "After the introduction of canonical reordering of combining marks
51778     (commit 34c22f8), I'm no longer able to do mark/mark substitution or
51779     positioning for mark sequences that involve shadda as a first mark (or
51780     most interesting sequences at least).
51781
51782     "After some digging, it turned out that shadda have a ccc=33
51783     while most
51784     Arabic marks that combine with it have a lower ccc value, which
51785     results
51786     in the shadda being reordered after the other mark which,
51787     unsurprisingly, breaks my contextual substitution and mkmk anchors."
51788
51789     See:
51790
51791     http://unicode.org/faq/normalization.html#8
51792     http://unicode.org/faq/normalization.html#9
51793
51794  src/hb-ot-shape-private.hh | 18 +++++++++++++++++-
51795  1 file changed, 17 insertions(+), 1 deletion(-)
51796
51797 commit 74ef81a0b0f9adddfb42c3cb87f08f8156054519
51798 Author: Behdad Esfahbod <behdad@behdad.org>
51799 Date:   Wed Aug 24 19:16:13 2011 +0200
51800
51801     Fix make distcheck
51802
51803  src/Makefile.am              | 15 ++++++++-------
51804  src/hb-gobject-enums.cc.tmpl |  2 +-
51805  2 files changed, 9 insertions(+), 8 deletions(-)
51806
51807 commit 24bcdbcc0639ca9e9c0fde1a71cbbf1c3d2ef98d
51808 Author: Behdad Esfahbod <behdad@behdad.org>
51809 Date:   Wed Aug 24 19:13:15 2011 +0200
51810
51811     Add hb-ot-hmtx-table.hh
51812
51813     Oops!
51814
51815  src/hb-ot-hmtx-table.hh | 86
51816  +++++++++++++++++++++++++++++++++++++++++++++++++
51817  1 file changed, 86 insertions(+)
51818
51819 commit a3bd8a0e1862212a2d4141b973039bd000a3054f
51820 Author: Behdad Esfahbod <behdad@behdad.org>
51821 Date:   Wed Aug 24 03:22:49 2011 +0200
51822
51823     [graphite] Rewrite properly
51824
51825  src/hb-graphite2.cc | 633
51826  ++++++++++++++++++++++------------------------------
51827  src/hb-uniscribe.cc |   2 +
51828  2 files changed, 273 insertions(+), 362 deletions(-)
51829
51830 commit 5072934c35bddc23d6bcb07a41010da51eb1b090
51831 Author: Behdad Esfahbod <behdad@behdad.org>
51832 Date:   Wed Aug 24 02:24:27 2011 +0200
51833
51834     Minor
51835
51836  src/hb-uniscribe.cc | 14 +++++++-------
51837  1 file changed, 7 insertions(+), 7 deletions(-)
51838
51839 commit 46377396accf6b43792ffba553dcd9847608aa86
51840 Author: Behdad Esfahbod <behdad@behdad.org>
51841 Date:   Wed Aug 24 02:12:05 2011 +0200
51842
51843     [configure] Fix graphite bits
51844
51845  configure.ac | 9 +++++----
51846  1 file changed, 5 insertions(+), 4 deletions(-)
51847
51848 commit 71388b3ee71c7d3b79f842db7588bd683691797c
51849 Author: Behdad Esfahbod <behdad@behdad.org>
51850 Date:   Wed Aug 24 02:09:04 2011 +0200
51851
51852     [uniscribe] Minor
51853
51854  src/hb-uniscribe.cc | 19 +++++++++----------
51855  1 file changed, 9 insertions(+), 10 deletions(-)
51856
51857 commit cd2b901027bd154e31aa509c0cb2d86633e36398
51858 Author: Behdad Esfahbod <behdad@behdad.org>
51859 Date:   Wed Aug 24 01:47:25 2011 +0200
51860
51861     [graphite] Minor
51862
51863  src/hb-graphite2.cc | 10 ++++------
51864  src/hb-shape.cc     |  1 -
51865  2 files changed, 4 insertions(+), 7 deletions(-)
51866
51867 commit 834af3b48a1aca3e53811d1eb4ca09b582b8e598
51868 Author: Behdad Esfahbod <behdad@behdad.org>
51869 Date:   Wed Aug 24 01:45:47 2011 +0200
51870
51871     [graphite] Remove hb_graphite2_feature_check()
51872
51873     I don't see how this function can be useful.
51874
51875  src/hb-graphite2.cc | 10 ----------
51876  src/hb-graphite2.h  |  2 --
51877  2 files changed, 12 deletions(-)
51878
51879 commit 1f49cf32c96cb45a4d8ba2c210aeb7a8076b4762
51880 Author: Behdad Esfahbod <behdad@behdad.org>
51881 Date:   Wed Aug 24 01:29:25 2011 +0200
51882
51883     Add graphite2 integration from Martin Hosken
51884
51885     To be modified, a lot.
51886
51887  configure.ac                      |   9 +-
51888  contrib/python/lib/harfbuzz.pyx   |  20 +-
51889  contrib/python/runpy              |   2 -
51890  contrib/python/scripts/hbtestfont |   4 +-
51891  contrib/python/setup.py           |  18 +-
51892  src/Makefile.am                   |   7 +
51893  src/hb-graphite2.cc               | 446
51894  ++++++++++++++++++++++++++++++++++++++
51895  src/hb-graphite2.h                |  47 ++++
51896  src/hb-shape.cc                   |   7 +
51897  9 files changed, 542 insertions(+), 18 deletions(-)
51898
51899 commit 0e6d36d8a3f9f533cb6eb04408af62bfd1ad83da
51900 Author: Behdad Esfahbod <behdad@behdad.org>
51901 Date:   Wed Aug 24 01:31:29 2011 +0200
51902
51903     Minor
51904
51905  src/Makefile.am                                | 2 +-
51906  src/{hb-uniscribe-shape.cc => hb-uniscribe.cc} | 0
51907  2 files changed, 1 insertion(+), 1 deletion(-)
51908
51909 commit efde8113258b117ec0a7fbffe6d681442d045c41
51910 Author: Behdad Esfahbod <behdad@behdad.org>
51911 Date:   Tue Aug 23 00:04:57 2011 +0200
51912
51913     Add a constructor for hb_prealloced_array_t
51914
51915     Fixes build with MSVC.
51916
51917  src/hb-private.hh | 2 ++
51918  1 file changed, 2 insertions(+)
51919
51920 commit d75333f166d21e9b9f2341c3bc8a9ef8a886f4b3
51921 Author: Behdad Esfahbod <behdad@behdad.org>
51922 Date:   Fri Aug 19 19:59:24 2011 +0200
51923
51924     Add gobject enum support, but disabled for now
51925
51926     need to figure out the naming.  The generated code doesn't have the
51927     right name.
51928
51929  configure.ac                                 |  2 +
51930  src/Makefile.am                              | 13 +++--
51931  src/hb-gobject-enums.cc.tmpl                 | 74
51932  ++++++++++++++++++++++++++++
51933  src/{hb-gobject.cc => hb-gobject-structs.cc} |  0
51934  4 files changed, 86 insertions(+), 3 deletions(-)
51935
51936 commit 7d235d272f4c9213f54c9c807fb8fba5068c45b0
51937 Author: Behdad Esfahbod <behdad@behdad.org>
51938 Date:   Wed Aug 17 23:55:29 2011 +0200
51939
51940     Flesh out tt funcs a bit
51941
51942  src/hb-tt-font.cc | 36 +++++++++++++++++++++++++++++++++++-
51943  1 file changed, 35 insertions(+), 1 deletion(-)
51944
51945 commit b9415e76d7b41da203b9ae85e38b6dc777481184
51946 Author: Behdad Esfahbod <behdad@behdad.org>
51947 Date:   Wed Aug 17 19:21:44 2011 +0200
51948
51949     [API] Add hb_font_set_funcs_data()
51950
51951  src/hb-font.cc | 15 +++++++++++++++
51952  src/hb-font.h  |  6 ++++++
51953  2 files changed, 21 insertions(+)
51954
51955 commit e6c09cdf43201ff1b7f38e411ae1f9977e4f9271
51956 Author: Behdad Esfahbod <behdad@behdad.org>
51957 Date:   Wed Aug 17 19:07:59 2011 +0200
51958
51959     Remove the pre_allocate argument from hb_buffer_create()
51960
51961     For two reasons:
51962
51963     1. User can always call hb_buffer_pre_allocate() themselves, and
51964
51965     2. Now we do a pre_alloc in add_utfX anyway, so the total number of
51966     reallocs is limited to a small number (~3) anyway.  This just
51967     makes the
51968     API cleaner.
51969
51970  src/hb-buffer.cc          | 7 +------
51971  src/hb-buffer.h           | 2 +-
51972  src/test.cc               | 2 +-
51973  test/test-buffer.c        | 9 ++++-----
51974  test/test-object.c        | 4 ++--
51975  test/test-shape-complex.c | 2 +-
51976  test/test-shape.c         | 2 +-
51977  util/hb-view.cc           | 2 +-
51978  8 files changed, 12 insertions(+), 18 deletions(-)
51979
51980 commit 187bdeaa6c82fcb95fdd546da9c78b843e1dea0e
51981 Author: Behdad Esfahbod <behdad@behdad.org>
51982 Date:   Wed Aug 17 19:03:06 2011 +0200
51983
51984     Do (nothing for) hmtx sanitize
51985
51986  src/hb-ot-hhea-table.hh | 1 -
51987  src/hb-tt-font.cc       | 1 +
51988  2 files changed, 1 insertion(+), 1 deletion(-)
51989
51990 commit d6016e49108be183ab2dc9c226447d1db3a09b90
51991 Author: Behdad Esfahbod <behdad@behdad.org>
51992 Date:   Wed Aug 17 14:47:41 2011 +0200
51993
51994     Fix name-table sanitize
51995
51996  src/hb-ot-name-table.hh | 4 ++--
51997  1 file changed, 2 insertions(+), 2 deletions(-)
51998
51999 commit ae9877dea6a1aed3566d9b87a75ede84259deaca
52000 Author: Behdad Esfahbod <behdad@behdad.org>
52001 Date:   Wed Aug 17 14:43:45 2011 +0200
52002
52003     Add hhea-table support
52004
52005  src/Makefile.am                |   1 +
52006  src/hb-open-type-private.hh    |   6 ++
52007  src/hb-ot-head-table.hh        |   2 +-
52008  src/hb-ot-hhea-table.hh        |  93 ++++++++++++++++++
52009  src/hb-ot-layout-gdef-table.hh |   2 +-
52010  src/hb-ot-layout-gpos-table.hh |   2 +-
52011  src/hb-ot-layout-gsub-table.hh |   2 +-
52012  src/hb-ot-maxp-table.hh        |   2 +-
52013  src/hb-ot-name-table.hh        |   3 +-
52014  src/hb-tt-font.cc              | 207
52015  +++++++++++++++++++++++++++++++++++++++++
52016  10 files changed, 314 insertions(+), 6 deletions(-)
52017
52018 commit 7a750ac33ec482e2c4856c19ea607f3563741c24
52019 Author: Behdad Esfahbod <behdad@behdad.org>
52020 Date:   Wed Aug 17 14:19:59 2011 +0200
52021
52022     Rename table files from eg maxp-private.hh to maxp-table.hh
52023
52024  src/Makefile.am                                              | 12
52025  ++++++------
52026  src/hb-font.cc                                               |  2 +-
52027  src/{hb-ot-head-private.hh => hb-ot-head-table.hh}           |  6 +++---
52028  ...-ot-layout-gdef-private.hh => hb-ot-layout-gdef-table.hh} |  6 +++---
52029  ...-ot-layout-gpos-private.hh => hb-ot-layout-gpos-table.hh} |  6 +++---
52030  ...-ot-layout-gsub-private.hh => hb-ot-layout-gsub-table.hh} |  6 +++---
52031  src/hb-ot-layout-gsubgpos-private.hh                         |  2 +-
52032  src/hb-ot-layout.cc                                          |
52033  8 ++++----
52034  src/{hb-ot-maxp-private.hh => hb-ot-maxp-table.hh}           |  6 +++---
52035  src/{hb-ot-name-private.hh => hb-ot-name-table.hh}           |  6 +++---
52036  src/hb-uniscribe-shape.cc                                    |  2 +-
52037  src/main.cc                                                  |  2 +-
52038  12 files changed, 32 insertions(+), 32 deletions(-)
52039
52040 commit 0b7e4d9f20b3ed947d0c441ca59b43c4097cdb0e
52041 Author: Behdad Esfahbod <behdad@behdad.org>
52042 Date:   Mon Aug 15 20:41:59 2011 +0200
52043
52044     [ft] FT_Get_Advance() for advance-width callbacks
52045
52046     Using graphite2's comparerenderer suggests that this makes hb-ft 15
52047     times faster.  No caching layer needed anymore.
52048
52049  configure.ac   |  2 +-
52050  src/hb-ft.cc   | 19 +++++++++++++------
52051  util/common.hh |  4 +++-
52052  3 files changed, 17 insertions(+), 8 deletions(-)
52053
52054 commit 97796453aab56873809a15b5e316cba8acea7449
52055 Author: Behdad Esfahbod <behdad@behdad.org>
52056 Date:   Mon Aug 15 19:03:43 2011 +0200
52057
52058     Fix falloffs of the GOption conversion
52059
52060  util/options.cc | 8 ++++----
52061  util/options.hh | 4 ++--
52062  2 files changed, 6 insertions(+), 6 deletions(-)
52063
52064 commit 4e9ff1dd6ee3ea63fd91a76a91d9725a10a294a0
52065 Author: Behdad Esfahbod <behdad@behdad.org>
52066 Date:   Mon Aug 15 16:21:22 2011 +0200
52067
52068     Pre-allocate buffers when adding string
52069
52070     We do a conservative estimate of the number of characters, but still,
52071     this limits the number of buffer reallocs to a small constant.
52072
52073  src/hb-buffer.cc | 1 +
52074  1 file changed, 1 insertion(+)
52075
52076 commit 553bc3de82cfda8d83db26a93205e0d39440cbd1
52077 Author: Behdad Esfahbod <behdad@behdad.org>
52078 Date:   Mon Aug 15 16:21:06 2011 +0200
52079
52080     Minor
52081
52082  src/hb-ft.cc | 2 +-
52083  1 file changed, 1 insertion(+), 1 deletion(-)
52084
52085 commit 254142bb67a5c520a304142301479eb5292592d1
52086 Author: Behdad Esfahbod <behdad@behdad.org>
52087 Date:   Mon Aug 15 16:15:44 2011 +0200
52088
52089     [ft] FT_Select_Charmap() when we create face
52090
52091  src/hb-ft.cc | 2 ++
52092  1 file changed, 2 insertions(+)
52093
52094 commit a4cbd03dd17990783d8fd4c6be0c9c0d3d9cae5b
52095 Author: Behdad Esfahbod <behdad@behdad.org>
52096 Date:   Mon Aug 15 09:52:05 2011 +0200
52097
52098     Apply 'locl' with 'ccmp' in Arabic shaper
52099
52100     According to Peter Constable this is indeed what Uniscribe has been
52101     doing for years.
52102
52103     Mozilla Bug 667166 - wrong shape of letter when it comes at the end of
52104     word in the arabic version of Firefox 5.0
52105
52106  src/hb-ot-shape-complex-arabic.cc | 1 +
52107  1 file changed, 1 insertion(+)
52108
52109 commit c214cff55ce539d004d069a484dac3988953cb11
52110 Author: Behdad Esfahbod <behdad@behdad.org>
52111 Date:   Sun Aug 14 15:17:16 2011 +0200
52112
52113     Start adding gobject-introspection support
52114
52115  configure.ac      | 13 ++++++++++-
52116  src/Makefile.am   | 43 ++++++++++++++++-------------------
52117  src/hb-common.h   |  1 +
52118  src/hb-glib.cc    |  3 ---
52119  src/hb-gobject.cc | 63
52120  +++++++++++++++++++++++++++++++++++++++++++++++++++
52121  src/hb-gobject.h  | 68
52122  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
52123  6 files changed, 163 insertions(+), 28 deletions(-)
52124
52125 commit 9527fb200ffbbd839334e99b51d9671752d393db
52126 Author: Behdad Esfahbod <behdad@behdad.org>
52127 Date:   Sat Aug 13 19:03:48 2011 +0200
52128
52129     Fix missing return
52130
52131  src/hb-ft.cc | 2 ++
52132  1 file changed, 2 insertions(+)
52133
52134 commit 77a328769545f6b2970d8491fe77fe98781961cf
52135 Author: Behdad Esfahbod <behdad@behdad.org>
52136 Date:   Sat Aug 13 17:16:45 2011 +0200
52137
52138     Minor
52139
52140  src/hb-common.h | 2 +-
52141  1 file changed, 1 insertion(+), 1 deletion(-)
52142
52143 commit 3bb300ee78a40f9ded21ab19283863b733aeb677
52144 Author: Behdad Esfahbod <behdad@behdad.org>
52145 Date:   Thu Aug 11 11:54:31 2011 +0200
52146
52147     Refactor hb-view code
52148
52149  util/Makefile.am |  26 +++-
52150  util/common.cc   |  40 ++++++
52151  util/common.hh   |  49 +++++++
52152  util/hb-view.cc  | 387
52153  ++++---------------------------------------------------
52154  util/options.cc  | 318 +++++++++++++++++++++++++++++++++++++++++++++
52155  util/options.hh  |  86 +++++++++++++
52156  6 files changed, 541 insertions(+), 365 deletions(-)
52157
52158 commit d6660356dd81358033743f72d8a5fbf2fc70eaf7
52159 Author: Behdad Esfahbod <behdad@behdad.org>
52160 Date:   Wed Aug 10 22:08:36 2011 +0200
52161
52162     Add uniscribe font getters
52163
52164  src/hb-uniscribe-shape.cc | 24 +++++++++++++++++++++---
52165  src/hb-uniscribe.h        |  8 ++++++++
52166  2 files changed, 29 insertions(+), 3 deletions(-)
52167
52168 commit 01ec13a1d9ae380305b593e1c52cebb0e8327cb6
52169 Author: Behdad Esfahbod <behdad@behdad.org>
52170 Date:   Wed Aug 10 22:00:35 2011 +0200
52171
52172     Implement hb_ft_font_get_face
52173
52174  src/hb-ft.cc | 15 ++++++++++++++-
52175  src/hb-ft.h  |  2 ++
52176  2 files changed, 16 insertions(+), 1 deletion(-)
52177
52178 commit 36a4fe037df201f85b7a544eb30d75dc3585a1b6
52179 Author: Behdad Esfahbod <behdad@behdad.org>
52180 Date:   Wed Aug 10 21:54:22 2011 +0200
52181
52182     Fix charset conversion
52183
52184  util/hb-view.cc | 2 +-
52185  1 file changed, 1 insertion(+), 1 deletion(-)
52186
52187 commit 25c4830593064f023e296aa795b72ddcaa1c9322
52188 Author: Behdad Esfahbod <behdad@behdad.org>
52189 Date:   Wed Aug 10 16:28:38 2011 +0200
52190
52191     [util] Add hb-shape --shapers
52192
52193     If the specified shapers fail, hb-shape will fail immediately
52194
52195  util/hb-view.cc | 57
52196  +++++++++++++++++++++++++++++++++------------------------
52197  1 file changed, 33 insertions(+), 24 deletions(-)
52198
52199 commit 0501573deda3a8dcdfcea491392f554f21ed0154
52200 Author: Behdad Esfahbod <behdad@behdad.org>
52201 Date:   Wed Aug 10 16:25:56 2011 +0200
52202
52203     Fix const correctness in the API
52204
52205  src/hb-fallback-shape-private.hh |  2 +-
52206  src/hb-fallback-shape.cc         |  2 +-
52207  src/hb-ot-shape.cc               |  2 +-
52208  src/hb-ot-shape.h                |  2 +-
52209  src/hb-shape.cc                  | 14 +++++++-------
52210  src/hb-shape.h                   | 12 ++++++------
52211  src/hb-uniscribe-shape.cc        |  2 +-
52212  src/hb-uniscribe.h               |  2 +-
52213  8 files changed, 19 insertions(+), 19 deletions(-)
52214
52215 commit a21add6c0da067173d51792d716d6e38379f138f
52216 Author: Behdad Esfahbod <behdad@behdad.org>
52217 Date:   Wed Aug 10 16:07:49 2011 +0200
52218
52219     Reformat
52220
52221  util/hb-view.cc | 49 ++++++++++++++++++-------------------------------
52222  1 file changed, 18 insertions(+), 31 deletions(-)
52223
52224 commit 8df90c81187db58eee6b90426cd16c32feef6be3
52225 Author: Behdad Esfahbod <behdad@behdad.org>
52226 Date:   Wed Aug 10 15:26:41 2011 +0200
52227
52228     [util] Port hb-view to GOption
52229
52230  util/hb-view.cc | 267
52231  +++++++++++++++++++++++++++++++++-----------------------
52232  1 file changed, 156 insertions(+), 111 deletions(-)
52233
52234 commit 511a136f0c092880b19250a5df53bcf9f4b043ca
52235 Author: Behdad Esfahbod <behdad@behdad.org>
52236 Date:   Tue Aug 9 15:03:00 2011 +0200
52237
52238     Move hb-view into util/
52239
52240  Makefile.am              |  3 +--
52241  configure.ac             |  1 +
52242  src/Makefile.am          | 13 -------------
52243  util/Makefile.am         | 24 ++++++++++++++++++++++++
52244  {src => util}/hb-view.cc |  0
52245  5 files changed, 26 insertions(+), 15 deletions(-)
52246
52247 commit d753ac78da5619a0a545cdaf7a8e65787e996570
52248 Author: Behdad Esfahbod <behdad@behdad.org>
52249 Date:   Tue Aug 9 14:03:12 2011 +0200
52250
52251     [uniscribe] Remove zerowidth glyphs from output
52252
52253  src/hb-uniscribe-shape.cc | 7 +++++--
52254  1 file changed, 5 insertions(+), 2 deletions(-)
52255
52256 commit 217cc81cd9c3de30b2ef226983ec43c0f78b5c7d
52257 Author: Behdad Esfahbod <behdad@behdad.org>
52258 Date:   Tue Aug 9 14:00:44 2011 +0200
52259
52260     [test/shape-complex] Print cluster and position info in --verbose
52261
52262  test/test-shape-complex.c | 20 +++++++++++++++++---
52263  1 file changed, 17 insertions(+), 3 deletions(-)
52264
52265 commit 708403e7f3e4a5cf9b0d2bd764fb74b148af7adb
52266 Author: Behdad Esfahbod <behdad@behdad.org>
52267 Date:   Tue Aug 9 13:52:36 2011 +0200
52268
52269     Fix warnings with old glib
52270
52271  test/hb-test.h | 3 +--
52272  1 file changed, 1 insertion(+), 2 deletions(-)
52273
52274 commit ddd247b0c528cdb8bdf5f8063180abe884afa305
52275 Author: Behdad Esfahbod <behdad@behdad.org>
52276 Date:   Tue Aug 9 11:44:42 2011 +0200
52277
52278     Minor
52279
52280  src/test.cc | 3 +--
52281  1 file changed, 1 insertion(+), 2 deletions(-)
52282
52283 commit 1b8196c98638ba05ae0ebcb8ba7aa99ed9c08e0a
52284 Author: Behdad Esfahbod <behdad@behdad.org>
52285 Date:   Tue Aug 9 11:37:46 2011 +0200
52286
52287     Add fallback shaper
52288
52289  src/hb-fallback-shape.cc | 23 +++++++++++++++++++++--
52290  1 file changed, 21 insertions(+), 2 deletions(-)
52291
52292 commit 13a601fe99f237b08b7166448e386eaea0b77294
52293 Author: Behdad Esfahbod <behdad@behdad.org>
52294 Date:   Tue Aug 9 11:36:54 2011 +0200
52295
52296     [FT] Don't make font immutable
52297
52298  src/hb-ft.cc | 2 --
52299  1 file changed, 2 deletions(-)
52300
52301 commit 38b2118724600521c6ad1e49df0667dcdf863634
52302 Author: Behdad Esfahbod <behdad@behdad.org>
52303 Date:   Tue Aug 9 10:51:24 2011 +0200
52304
52305     [API] Add hb_ft_font_set_funcs(), remove hb_ft_get_font_funcs()
52306
52307     Remove hb_ft_get_font_funcs() as it cannot be used by the user anyway.
52308
52309     Add hb_ft_font_set_funcs().  Which will make the font internally use
52310     FreeType.  That is, no need for the font to have created using the
52311     hb-ft API.  Just create using hb_face_create()/hb_font_create() and
52312     then call this on the font (after having set font scale).  This
52313     internally creates an FT_Face and attached to the font.
52314
52315  src/Makefile.am    |  4 +--
52316  src/hb-ft.cc       | 76
52317  +++++++++++++++++++++++++++++++++++++++++++++++++++---
52318  src/hb-ft.h        | 10 ++++---
52319  src/test.cc        |  7 +++++
52320  test/Makefile.am   |  8 ------
52321  test/test-object.c |  9 -------
52322  6 files changed, 89 insertions(+), 25 deletions(-)
52323
52324 commit 255f176fdcd42ab94f9c3c54e2bffb55d0b1a8f5
52325 Author: Behdad Esfahbod <behdad@behdad.org>
52326 Date:   Tue Aug 9 08:35:07 2011 +0200
52327
52328     Minor
52329
52330  src/hb-uniscribe-shape.cc | 2 +-
52331  1 file changed, 1 insertion(+), 1 deletion(-)
52332
52333 commit a9057eb3f38018faa1ece53c4aaeeba798b41fd1
52334 Author: Behdad Esfahbod <behdad@behdad.org>
52335 Date:   Tue Aug 9 00:47:55 2011 +0200
52336
52337     [uniscribe] Unbreak
52338
52339  src/hb-uniscribe-shape.cc | 4 ++--
52340  1 file changed, 2 insertions(+), 2 deletions(-)
52341
52342 commit c0975e12315b7167b92411584d2f00a751bbc204
52343 Author: Behdad Esfahbod <behdad@behdad.org>
52344 Date:   Tue Aug 9 00:46:18 2011 +0200
52345
52346     Fix build again
52347
52348  test/Makefile.am | 3 +++
52349  1 file changed, 3 insertions(+)
52350
52351 commit 33ccc77902660ed4b49184e5ec99f4fd0ef63175
52352 Author: Behdad Esfahbod <behdad@behdad.org>
52353 Date:   Tue Aug 9 00:43:24 2011 +0200
52354
52355     [API] Make set_user_data() functions take a replace parameter
52356
52357     We need this to set data on objects safely without worrying that some
52358     other thread unsets it by setting it at the same time.
52359
52360  src/hb-blob.cc            |  5 +++--
52361  src/hb-blob.h             |  3 ++-
52362  src/hb-buffer.cc          |  5 +++--
52363  src/hb-buffer.h           |  3 ++-
52364  src/hb-common.cc          | 13 ++++++++-----
52365  src/hb-font.cc            | 15 +++++++++------
52366  src/hb-font.h             |  9 ++++++---
52367  src/hb-object-private.hh  | 13 ++++++++-----
52368  src/hb-private.hh         | 16 +++++++++++-----
52369  src/hb-shape.cc           |  2 +-
52370  src/hb-unicode.cc         |  5 +++--
52371  src/hb-unicode.h          |  3 ++-
52372  src/hb-uniscribe-shape.cc | 18 ++++++++++++++----
52373  test/test-object.c        | 33 +++++++++++++++++----------------
52374  14 files changed, 89 insertions(+), 54 deletions(-)
52375
52376 commit 944b2ba1ce076385f985212bbdf2df96a8a995f0
52377 Author: Behdad Esfahbod <behdad@behdad.org>
52378 Date:   Tue Aug 9 00:23:58 2011 +0200
52379
52380     [buffer] Make API take signed int length
52381
52382     Since we already switched to accepting -1 as 'zero-terminated'.
52383
52384  src/hb-buffer.cc    | 12 ++++++------
52385  src/hb-buffer.h     | 12 ++++++------
52386  src/hb-ot-layout.cc |  2 --
52387  src/main.cc         |  1 -
52388  4 files changed, 12 insertions(+), 15 deletions(-)
52389
52390 commit de1e1cf9bccfd116d495804e230dc2e12b733a2d
52391 Author: Behdad Esfahbod <behdad@behdad.org>
52392 Date:   Tue Aug 9 00:19:38 2011 +0200
52393
52394     [FT] Adapt to new face API
52395
52396  src/hb-ft.cc | 3 +++
52397  1 file changed, 3 insertions(+)
52398
52399 commit 458c89a85695220d43b69dbae36fc93e3fe78d89
52400 Author: Behdad Esfahbod <behdad@behdad.org>
52401 Date:   Tue Aug 9 00:19:19 2011 +0200
52402
52403     Minor
52404
52405  test/test-c.c | 10 +++++-----
52406  1 file changed, 5 insertions(+), 5 deletions(-)
52407
52408 commit bf3eef540f81fdeba1c36263d7d5b2ec4c5f07b1
52409 Author: Behdad Esfahbod <behdad@behdad.org>
52410 Date:   Tue Aug 9 00:13:24 2011 +0200
52411
52412     [uniscribe] Cleanup backend
52413
52414  TODO                      |   2 +
52415  src/hb-uniscribe-shape.cc | 161
52416  ++++++++++++++++++++++++++++++++++------------
52417  2 files changed, 123 insertions(+), 40 deletions(-)
52418
52419 commit f1f848e2e46ac54ff08aca7cd83390af31c7c9ef
52420 Author: Behdad Esfahbod <behdad@behdad.org>
52421 Date:   Mon Aug 8 23:41:06 2011 +0200
52422
52423     Fix build
52424
52425  test/Makefile.am | 5 +++++
52426  1 file changed, 5 insertions(+)
52427
52428 commit 3897335c7620c37e9a0224b0c42ade0dfdce4053
52429 Author: Behdad Esfahbod <behdad@behdad.org>
52430 Date:   Mon Aug 8 23:37:41 2011 +0200
52431
52432     [API] Sort out get_blob API
52433
52434     hb_face_get_blob() renamed to hb_face_reference_blob(), returns a
52435     reference now.
52436
52437     hb_face_[sg]et_index() added.
52438
52439     hb_face_set_upem() added.
52440
52441  src/hb-font-private.hh      |  3 +-
52442  src/hb-font.cc              | 67
52443  +++++++++++++++++++++++++++++++++++----------
52444  src/hb-font.h               | 17 ++++++++++--
52445  src/hb-ft.cc                |  3 +-
52446  src/hb-ot-layout-private.hh |  9 ------
52447  src/hb-ot-layout.cc         | 21 --------------
52448  src/hb-uniscribe-shape.cc   |  3 +-
52449  7 files changed, 72 insertions(+), 51 deletions(-)
52450
52451 commit e715784be35f0846c0e084b7c53c7556ce933a45
52452 Author: Behdad Esfahbod <behdad@behdad.org>
52453 Date:   Mon Aug 8 21:42:02 2011 +0200
52454
52455     Rename get_table to reference_table in all API
52456
52457  src/hb-font-private.hh |  6 +++---
52458  src/hb-font.cc         | 20 ++++++++++----------
52459  src/hb-font.h          |  8 ++++----
52460  src/hb-ft.cc           |  4 ++--
52461  4 files changed, 19 insertions(+), 19 deletions(-)
52462
52463 commit 670c873499f7f03fdfc07b8a0567b041628c6ab0
52464 Author: Behdad Esfahbod <behdad@behdad.org>
52465 Date:   Mon Aug 8 21:36:24 2011 +0200
52466
52467     Fix shaper ordering logic
52468
52469  src/hb-shape.cc | 80
52470  ++++++++++++++++++++++++---------------------------------
52471  1 file changed, 34 insertions(+), 46 deletions(-)
52472
52473 commit cc797e0d5368b2f5732d77eb3e3882283bd87cf7
52474 Author: Behdad Esfahbod <behdad@behdad.org>
52475 Date:   Mon Aug 8 03:49:30 2011 +0200
52476
52477     Minor
52478
52479  TODO            | 2 --
52480  src/hb-shape.cc | 2 ++
52481  2 files changed, 2 insertions(+), 2 deletions(-)
52482
52483 commit 826e22732dd8697600a1392f48af21b7b3ce6271
52484 Author: Behdad Esfahbod <behdad@behdad.org>
52485 Date:   Sun Aug 7 03:53:42 2011 -0400
52486
52487     [uniscribe] Fix blob lifecycles
52488
52489  src/hb-uniscribe-shape.cc | 3 ++-
52490  1 file changed, 2 insertions(+), 1 deletion(-)
52491
52492 commit ff199ba356f0eb5bc6252203eea18a1d1fd28934
52493 Author: Behdad Esfahbod <behdad@behdad.org>
52494 Date:   Sun Aug 7 03:43:46 2011 -0400
52495
52496     Fix shaper_list manipulation, aaaaaaaaaaaaargh
52497
52498  src/hb-shape.cc | 16 +++++++++-------
52499  1 file changed, 9 insertions(+), 7 deletions(-)
52500
52501 commit 206e32934592b915b1f3052aecf014c6ced729e1
52502 Author: Behdad Esfahbod <behdad@behdad.org>
52503 Date:   Sun Aug 7 01:10:55 2011 -0400
52504
52505     [test] test-object is not FreeType-specific, move it to the right
52506     place
52507
52508  test/Makefile.am | 8 +++-----
52509  1 file changed, 3 insertions(+), 5 deletions(-)
52510
52511 commit 577326b86af80cc137eea81f4cc1e30adf9232b1
52512 Author: Behdad Esfahbod <behdad@behdad.org>
52513 Date:   Sun Aug 7 01:04:40 2011 -0400
52514
52515     [uniscribe] Fix cluster calculation
52516
52517  src/hb-uniscribe-shape.cc | 6 +++++-
52518  1 file changed, 5 insertions(+), 1 deletion(-)
52519
52520 commit f6d83b2dcf120f9d6f0a28c6f5de2da7addf9089
52521 Author: Behdad Esfahbod <behdad@behdad.org>
52522 Date:   Sun Aug 7 00:59:58 2011 -0400
52523
52524     Minor
52525
52526  src/test.cc | 4 ++--
52527  1 file changed, 2 insertions(+), 2 deletions(-)
52528
52529 commit 2eb474afb4a09f4da8f14b444bd6066769010224
52530 Author: Behdad Esfahbod <behdad@behdad.org>
52531 Date:   Sun Aug 7 00:59:38 2011 -0400
52532
52533     [uniscribe] Fix shaper
52534
52535     It's kinda working finally!
52536
52537  src/hb-uniscribe-shape.cc | 9 ++++++---
52538  1 file changed, 6 insertions(+), 3 deletions(-)
52539
52540 commit f22e661147691ebc9d531aa28a850988e6503f9b
52541 Author: Behdad Esfahbod <behdad@behdad.org>
52542 Date:   Sun Aug 7 00:59:12 2011 -0400
52543
52544     [glib] Protect against invalid characters
52545
52546  src/hb-glib.cc | 8 ++++++--
52547  1 file changed, 6 insertions(+), 2 deletions(-)
52548
52549 commit 144cd49a0eb3ccc749325d0ee14b3ebf4367c971
52550 Author: Behdad Esfahbod <behdad@behdad.org>
52551 Date:   Sun Aug 7 00:51:50 2011 -0400
52552
52553     [buffer] Accept -1 for text_length and item_length
52554
52555     A -1 text_length means: zero-terminated string.
52556     A -1 item_length means: to the end of string.
52557
52558  src/hb-buffer.cc | 10 ++++++++++
52559  1 file changed, 10 insertions(+)
52560
52561 commit e9c71fab30fd1d5b163c8a072f9e2d3eb8ba3a92
52562 Author: Behdad Esfahbod <behdad@behdad.org>
52563 Date:   Sun Aug 7 00:00:27 2011 -0400
52564
52565     Fix name-table lookup
52566
52567     Oops!
52568
52569  src/hb-ot-name-private.hh | 2 +-
52570  src/hb-uniscribe-shape.cc | 2 ++
52571  2 files changed, 3 insertions(+), 1 deletion(-)
52572
52573 commit 3fd2b5bece28c81e3e379352f09eee39d19ac372
52574 Author: Behdad Esfahbod <behdad@behdad.org>
52575 Date:   Sat Aug 6 22:59:54 2011 -0400
52576
52577     [uniscribe] Use font size directly
52578
52579  src/hb-uniscribe-shape.cc | 2 +-
52580  1 file changed, 1 insertion(+), 1 deletion(-)
52581
52582 commit 892eb2e462b40451b8f73879eab66310d884386a
52583 Author: Behdad Esfahbod <behdad@behdad.org>
52584 Date:   Sat Aug 6 22:06:52 2011 -0400
52585
52586     [uniscribe] Make font selection work
52587
52588     Not tested yet.
52589
52590  src/hb-ot-name-private.hh | 37 +++++++++++++++++++++++++++++++++++++
52591  src/hb-uniscribe-shape.cc | 30 +++++++++++++++++++++++-------
52592  src/test.cc               |  1 -
52593  3 files changed, 60 insertions(+), 8 deletions(-)
52594
52595 commit b492299eb3c398701557e452f6c2c9bd370fbbf3
52596 Author: Behdad Esfahbod <behdad@behdad.org>
52597 Date:   Fri Aug 5 20:34:50 2011 -0400
52598
52599     Start implementing the 'name' table
52600
52601  src/Makefile.am           |  3 +-
52602  src/hb-ot-name-private.hh | 91
52603  +++++++++++++++++++++++++++++++++++++++++++++++
52604  src/hb-uniscribe-shape.cc | 12 ++++---
52605  3 files changed, 100 insertions(+), 6 deletions(-)
52606
52607 commit 4538efacca84329a60ff69851de70027d9b4f567
52608 Author: Behdad Esfahbod <behdad@behdad.org>
52609 Date:   Fri Aug 5 20:11:06 2011 -0400
52610
52611     Skip tests by returning 77
52612
52613     automake test runner understands this.
52614
52615  src/check-internal-symbols.sh | 3 ++-
52616  src/check-libstdc++.sh        | 3 ++-
52617  2 files changed, 4 insertions(+), 2 deletions(-)
52618
52619 commit 54eb65538da0a6ab0389d09944c90e12a913157d
52620 Author: Behdad Esfahbod <behdad@behdad.org>
52621 Date:   Fri Aug 5 20:09:25 2011 -0400
52622
52623     Fix check on OS X sh
52624
52625  src/check-header-guards.sh | 2 +-
52626  1 file changed, 1 insertion(+), 1 deletion(-)
52627
52628 commit 9da554504e30a326fc57b28cdb0e57108bfa9555
52629 Author: Behdad Esfahbod <behdad@behdad.org>
52630 Date:   Fri Aug 5 19:48:49 2011 -0400
52631
52632     Add hb_shape_list_shapers()
52633
52634  src/hb-shape.cc   | 22 ++++++++++++++++++----
52635  src/hb-shape.h    |  3 +++
52636  test/Makefile.am  |  2 ++
52637  test/test-c.c     |  8 ++++++++
52638  test/test-shape.c | 15 +++++++++++++++
52639  5 files changed, 46 insertions(+), 4 deletions(-)
52640
52641 commit d7bf473ef222ab420456ff155ffaa09bacb3a394
52642 Author: Behdad Esfahbod <behdad@behdad.org>
52643 Date:   Fri Aug 5 18:18:21 2011 -0400
52644
52645     Minor
52646
52647  src/check-header-guards.sh  |  1 -
52648  src/hb-open-type-private.hh | 10 +++++-----
52649  2 files changed, 5 insertions(+), 6 deletions(-)
52650
52651 commit c62a8f10f3b9a4ac3ac6b686464ac734ebfa2f7f
52652 Author: Behdad Esfahbod <behdad@behdad.org>
52653 Date:   Fri Aug 5 18:02:30 2011 -0400
52654
52655     Free all static memory upon exit
52656
52657  src/hb-common.cc | 8 +++++---
52658  src/hb-shape.cc  | 4 ++--
52659  2 files changed, 7 insertions(+), 5 deletions(-)
52660
52661 commit c4d63ef744f79701458ab7af2055afb87ffe8de3
52662 Author: Behdad Esfahbod <behdad@behdad.org>
52663 Date:   Fri Aug 5 17:54:25 2011 -0400
52664
52665     Fix env parsing code
52666
52667     Also changed the separator to comma instead of colon.
52668
52669  src/hb-shape.cc | 34 +++++++++++++++++++++++++---------
52670  1 file changed, 25 insertions(+), 9 deletions(-)
52671
52672 commit 3931837bebd79c5eb1bd5b24ff12e2c8e7d3f24c
52673 Author: Behdad Esfahbod <behdad@behdad.org>
52674 Date:   Fri Aug 5 17:22:19 2011 -0400
52675
52676     Change hb_shape() API back to what it was, add hb_shape_full()
52677
52678     I disliked changing hb_shape() API, and disliked the fact that it was
52679     returning a bool now.  So, reverted.  Added new API for the extra
52680     functionality.
52681
52682  src/hb-view.cc | 2 +-
52683  1 file changed, 1 insertion(+), 1 deletion(-)
52684
52685 commit 3ca6c4ecc299295b6682fa2b6b9f83b213223bad
52686 Author: Behdad Esfahbod <behdad@behdad.org>
52687 Date:   Fri Aug 5 17:22:19 2011 -0400
52688
52689     Change hb_shape() API back to what it was, add hb_shape_full()
52690
52691     I disliked changing hb_shape() API, and disliked the fact that it was
52692     returning a bool now.  So, reverted.  Added new API for the extra
52693     functionality.
52694
52695  src/hb-shape.cc   | 21 +++++++++++++++------
52696  src/hb-shape.h    | 14 ++++++++++----
52697  src/test.cc       |  2 +-
52698  test/test-shape.c |  2 +-
52699  4 files changed, 27 insertions(+), 12 deletions(-)
52700
52701 commit 02aeca985b570763342c35e99af90025bfa088d5
52702 Author: Behdad Esfahbod <behdad@behdad.org>
52703 Date:   Thu Aug 4 22:31:05 2011 -0400
52704
52705     [API] Changes to main shape API
52706
52707     hb_shape() now accepts a shaper_options and a shaper_list argument.
52708     Both can be set to NULL to emulate previous API.  And in most
52709     situations
52710     they are expected to be set to NULL.
52711
52712     hb_shape() also returns a boolean for now.  If shaper_list is
52713     NULL, the
52714     return value can be ignored.
52715
52716     shaper_options is ignored for now, but otherwise it should be a
52717     NULL-terminated list of strings.
52718
52719     shaper_list is a NULL-terminated list of strings.  Currently
52720     recognized
52721     strings are "ot" for native OpenType Layout implementation,
52722     "uniscribe"
52723     for the Uniscribe backend, and "fallback" for the non-complex backend
52724     (that will be implemented shortly).  The fallback backend never fails.
52725
52726     The env var HB_SHAPER_LIST is also parsed and honored.  It's a
52727     colon-separated list of shaper names.  The fallback shaper is
52728     invoked if
52729     none of the env-listed shapers succeed.
52730
52731     New API hb_buffer_guess_properties() added.
52732
52733  TODO                             |   2 -
52734  configure.ac                     |   9 +++
52735  src/Makefile.am                  |  14 ++--
52736  src/hb-buffer-private.hh         |   1 +
52737  src/hb-buffer.cc                 |  35 ++++++++++
52738  src/hb-buffer.h                  |   3 +
52739  src/hb-fallback-shape-private.hh |  48 ++++++++++++++
52740  src/hb-fallback-shape.cc         |  43 +++++++++++++
52741  src/hb-ot-shape.cc               |   9 ++-
52742  src/hb-ot-shape.h                |   5 +-
52743  src/hb-shape.cc                  | 135
52744  +++++++++++++++++++++++----------------
52745  src/hb-shape.h                   |  13 ++--
52746  src/hb-uniscribe-shape.cc        |  52 ++++++---------
52747  src/hb-uniscribe.h               |   5 +-
52748  src/hb-view.cc                   |   2 +-
52749  src/test.cc                      |   3 +-
52750  test/test-shape.c                |   2 +-
52751  17 files changed, 274 insertions(+), 107 deletions(-)
52752
52753 commit 57692adf1294a6db4627d0de7c671e4aa01d2a8f
52754 Author: Behdad Esfahbod <behdad@behdad.org>
52755 Date:   Thu Aug 4 20:49:16 2011 -0400
52756
52757     Make test.cc do something more useful
52758
52759     Hardcoded to the uniscribe backend for now.  Will fix soon.
52760
52761  src/test.cc | 38 ++++++++++++++++++++++++++++++++++----
52762  1 file changed, 34 insertions(+), 4 deletions(-)
52763
52764 commit c605bbbb6d4b2a98b1f40ca818760088d991f7d1
52765 Author: Behdad Esfahbod <behdad@behdad.org>
52766 Date:   Thu Aug 4 20:00:53 2011 -0400
52767
52768     Remove C++ guards from source files
52769
52770     Where causing issues for people with MSVC.
52771
52772  src/check-c-linkage-decls.sh            | 3 +--
52773  src/hb-blob.cc                          | 2 --
52774  src/hb-buffer-private.hh                | 2 --
52775  src/hb-buffer.cc                        | 2 --
52776  src/hb-common.cc                        | 2 --
52777  src/hb-font-private.hh                  | 2 --
52778  src/hb-font.cc                          | 2 --
52779  src/hb-ft.cc                            | 2 --
52780  src/hb-glib.cc                          | 2 --
52781  src/hb-icu.cc                           | 2 --
52782  src/hb-mutex-private.hh                 | 2 --
52783  src/hb-object-private.hh                | 4 ----
52784  src/hb-open-file-private.hh             | 2 --
52785  src/hb-open-type-private.hh             | 4 ----
52786  src/hb-ot-head-private.hh               | 2 --
52787  src/hb-ot-layout-common-private.hh      | 4 ----
52788  src/hb-ot-layout-gdef-private.hh        | 2 --
52789  src/hb-ot-layout-gpos-private.hh        | 4 ----
52790  src/hb-ot-layout-gsub-private.hh        | 4 ----
52791  src/hb-ot-layout-gsubgpos-private.hh    | 6 ------
52792  src/hb-ot-layout-private.hh             | 2 --
52793  src/hb-ot-layout.cc                     | 2 --
52794  src/hb-ot-map-private.hh                | 2 --
52795  src/hb-ot-map.cc                        | 2 --
52796  src/hb-ot-maxp-private.hh               | 2 --
52797  src/hb-ot-shape-complex-arabic-table.hh | 2 --
52798  src/hb-ot-shape-complex-arabic.cc       | 2 --
52799  src/hb-ot-shape-complex-indic-table.hh  | 2 --
52800  src/hb-ot-shape-complex-indic.cc        | 2 --
52801  src/hb-ot-shape-complex-misc.cc         | 2 --
52802  src/hb-ot-shape-complex-private.hh      | 2 --
52803  src/hb-ot-shape-normalize.cc            | 2 --
52804  src/hb-ot-shape-private.hh              | 2 --
52805  src/hb-ot-shape.cc                      | 2 --
52806  src/hb-ot-tag.cc                        | 2 --
52807  src/hb-private.hh                       | 8 --------
52808  src/hb-shape.cc                         | 2 --
52809  src/hb-unicode-private.hh               | 2 --
52810  src/hb-unicode.cc                       | 2 --
52811  src/hb-uniscribe-shape.cc               | 2 --
52812  src/hb-view.cc                          | 2 --
52813  src/main.cc                             | 2 --
52814  src/test.cc                             | 2 --
52815  43 files changed, 1 insertion(+), 106 deletions(-)
52816
52817 commit 8336186a52813b53e90b4399dc462d55750e2d37
52818 Author: Behdad Esfahbod <behdad@behdad.org>
52819 Date:   Thu Aug 4 19:49:05 2011 -0400
52820
52821     Zero map objects
52822
52823  src/hb-ot-map-private.hh | 4 ++++
52824  1 file changed, 4 insertions(+)
52825
52826 commit ecd3b6e4ad253cf9d0dae1ed2da8ba6caed16b85
52827 Author: Behdad Esfahbod <behdad@behdad.org>
52828 Date:   Thu Aug 4 01:57:40 2011 -0400
52829
52830     More build fixes
52831
52832  configure.ac | 2 ++
52833  1 file changed, 2 insertions(+)
52834
52835 commit c747f509bcc4e6a34ced04e9e79ed414a44437b1
52836 Author: Behdad Esfahbod <behdad@behdad.org>
52837 Date:   Thu Aug 4 01:51:30 2011 -0400
52838
52839     More out-of-tree build fixes
52840
52841  src/check-c-linkage-decls.sh | 3 +--
52842  src/check-header-guards.sh   | 8 ++++----
52843  2 files changed, 5 insertions(+), 6 deletions(-)
52844
52845 commit 0530ca9a180edc330ab801c535907cefa4a0c298
52846 Author: Behdad Esfahbod <behdad@behdad.org>
52847 Date:   Thu Aug 4 01:42:59 2011 -0400
52848
52849     Fix out-of-tree build
52850
52851  test/Makefile.am | 2 +-
52852  1 file changed, 1 insertion(+), 1 deletion(-)
52853
52854 commit ddbf4edc5d09a645351b1bd1722b068aba6a6dec
52855 Author: Behdad Esfahbod <behdad@behdad.org>
52856 Date:   Thu Aug 4 01:38:37 2011 -0400
52857
52858     Minor
52859
52860  configure.ac | 1 -
52861  1 file changed, 1 deletion(-)
52862
52863 commit 20dde6101662fd9ebe5f613631ea468f4c0a995f
52864 Author: Behdad Esfahbod <behdad@behdad.org>
52865 Date:   Thu Aug 4 01:07:33 2011 -0400
52866
52867     Minor
52868
52869  src/hb-uniscribe.h | 6 +++---
52870  1 file changed, 3 insertions(+), 3 deletions(-)
52871
52872 commit 44b4f50d05fd51d8056a78e359fbb00fbcac43a0
52873 Author: Behdad Esfahbod <behdad@behdad.org>
52874 Date:   Thu Aug 4 00:52:20 2011 -0400
52875
52876     Fix typo
52877
52878  src/hb-private.hh | 2 +-
52879  1 file changed, 1 insertion(+), 1 deletion(-)
52880
52881 commit 0fbb2dc83132a89201ad8b56c6909610437d2da0
52882 Author: Behdad Esfahbod <behdad@behdad.org>
52883 Date:   Wed Aug 3 19:55:04 2011 -0400
52884
52885     Add draft experimental Uniscribe backend
52886
52887     Not complete yet, font selection doesn't work.  But hey it shapes!
52888
52889     This is not supposed to be a production backend, more like a testing
52890     backend.
52891
52892  configure.ac              |   9 ++
52893  src/Makefile.am           |  11 ++
52894  src/hb-private.hh         |   4 +-
52895  src/hb-uniscribe-shape.cc | 325
52896  ++++++++++++++++++++++++++++++++++++++++++++++
52897  src/hb-uniscribe.h        |  46 +++++++
52898  5 files changed, 394 insertions(+), 1 deletion(-)
52899
52900 commit 0d7d4824b2edc7aeeb995077655a9a89b5c360a9
52901 Author: Behdad Esfahbod <behdad@behdad.org>
52902 Date:   Wed Aug 3 17:39:24 2011 -0400
52903
52904     Minor
52905
52906  configure.ac | 10 +++++-----
52907  1 file changed, 5 insertions(+), 5 deletions(-)
52908
52909 commit e62df43649e31b7815c272f01808b3f726c7d07d
52910 Author: Behdad Esfahbod <behdad@behdad.org>
52911 Date:   Wed Aug 3 17:38:54 2011 -0400
52912
52913     Add internal hb_buffer_t::get_scratch_buffer()
52914
52915  src/hb-buffer-private.hh |  2 ++
52916  src/hb-buffer.cc         | 10 ++++++++++
52917  2 files changed, 12 insertions(+)
52918
52919 commit 71e7936fcadfd375a8bdc47987ef8b1b2b542df5
52920 Author: Behdad Esfahbod <behdad@behdad.org>
52921 Date:   Wed Aug 3 17:38:34 2011 -0400
52922
52923     Minor
52924
52925  TODO | 2 ++
52926  1 file changed, 2 insertions(+)
52927
52928 commit bf8c57ba745c02370c38198adfdcd8075ba38b13
52929 Author: Behdad Esfahbod <behdad@behdad.org>
52930 Date:   Wed Aug 3 17:38:04 2011 -0400
52931
52932     [API] Add hb_face_get_blob()
52933
52934     Need to think more about it.
52935
52936  src/hb-font.cc | 10 ++++++++++
52937  src/hb-font.h  |  3 +++
52938  2 files changed, 13 insertions(+)
52939
52940 commit 2118fdb9f584e6735e904638e48bae48314372fa
52941 Author: Behdad Esfahbod <behdad@behdad.org>
52942 Date:   Tue Aug 2 14:06:51 2011 -0400
52943
52944     Fix fallback shaping
52945
52946     Broke it a few commits ago.
52947
52948  src/hb-ot-shape.cc | 8 +++++---
52949  1 file changed, 5 insertions(+), 3 deletions(-)
52950
52951 commit 199abbd0f15bd295c3a56845c71b38dd20af1332
52952 Author: Behdad Esfahbod <behdad@behdad.org>
52953 Date:   Tue Aug 2 13:59:47 2011 -0400
52954
52955     Minor
52956
52957  test/test-unicode.c | 4 +++-
52958  1 file changed, 3 insertions(+), 1 deletion(-)
52959
52960 commit 4f052b93c0b17d92b9f0adddf64ef77518bf2ac4
52961 Author: Behdad Esfahbod <behdad@behdad.org>
52962 Date:   Tue Aug 2 13:44:24 2011 -0400
52963
52964     Fix build with glib but not freetype
52965
52966  test/Makefile.am | 7 +++----
52967  1 file changed, 3 insertions(+), 4 deletions(-)
52968
52969 commit c21be799daa85d5edb2d831ac985d3e43c8755ec
52970 Author: Behdad Esfahbod <behdad@behdad.org>
52971 Date:   Tue Aug 2 12:05:49 2011 -0400
52972
52973     Minor
52974
52975  test/Makefile.am | 3 ++-
52976  1 file changed, 2 insertions(+), 1 deletion(-)
52977
52978 commit e9c2341b1384c161bbab9871411af0bc9f6c3cf4
52979 Author: Behdad Esfahbod <behdad@behdad.org>
52980 Date:   Tue Aug 2 11:40:44 2011 -0400
52981
52982     Don't use icu-config when cross-compiling
52983
52984  configure.ac | 17 ++++++++++-------
52985  1 file changed, 10 insertions(+), 7 deletions(-)
52986
52987 commit 390dab49b6cf34f263b67d20a13f0752ada57bcc
52988 Author: Behdad Esfahbod <behdad@behdad.org>
52989 Date:   Tue Aug 2 11:29:55 2011 -0400
52990
52991     Unbreak icu-config results a bit
52992
52993  configure.ac | 1 +
52994  1 file changed, 1 insertion(+)
52995
52996 commit b301478a69d961c724a4875b839a81fb458d1153
52997 Author: Behdad Esfahbod <behdad@behdad.org>
52998 Date:   Tue Aug 2 11:25:13 2011 -0400
52999
53000     Bug 39763 - autogen.sh should check pkg-config availability
53001
53002     (and revert change have_icu change I mistakenly pushed out)
53003
53004  autogen.sh   | 10 ++++++++--
53005  configure.ac |  1 -
53006  2 files changed, 8 insertions(+), 3 deletions(-)
53007
53008 commit f60271c0c2b0101e7b2725f9a9ad950c277a616c
53009 Author: Behdad Esfahbod <behdad@behdad.org>
53010 Date:   Tue Aug 2 09:56:30 2011 -0400
53011
53012     Add mingw32 support
53013
53014     With these changes, on Ubuntu I can do:
53015
53016     ./configure --host=i586-mingw32msvc  && make
53017
53018  configure.ac                | 1 +
53019  src/hb-mutex-private.hh     | 4 ++--
53020  src/hb-open-type-private.hh | 5 +++++
53021  src/hb-private.hh           | 6 +++++-
53022  src/main.cc                 | 1 +
53023  5 files changed, 14 insertions(+), 3 deletions(-)
53024
53025 commit 1264b23e4a4ae1c9831a3009e1c7ab8e65a5b434
53026 Author: Behdad Esfahbod <behdad@behdad.org>
53027 Date:   Mon Aug 1 16:39:32 2011 -0400
53028
53029     Bug 39702 - configure check for ragel
53030
53031  autogen.sh | 18 +++++++++++++-----
53032  1 file changed, 13 insertions(+), 5 deletions(-)
53033
53034 commit f5414cf0a220d6e6f3d4b6e8221cd583b4684187
53035 Author: Behdad Esfahbod <behdad@behdad.org>
53036 Date:   Mon Aug 1 16:34:16 2011 -0400
53037
53038     Use missing script for calling ragel
53039
53040  src/Makefile.am | 3 ++-
53041  1 file changed, 2 insertions(+), 1 deletion(-)
53042
53043 commit a91c58bf98258a34e5f7c1ad39a38db58fadc4b9
53044 Author: Behdad Esfahbod <behdad@behdad.org>
53045 Date:   Mon Aug 1 16:30:11 2011 -0400
53046
53047     [Indic] Disable CJCT-disabling logic
53048
53049     Read comment.
53050
53051  src/hb-ot-shape-complex-indic.cc | 7 ++++++-
53052  1 file changed, 6 insertions(+), 1 deletion(-)
53053
53054 commit 5e72071062c015237b79fbd0521341a63166a204
53055 Author: Behdad Esfahbod <behdad@behdad.org>
53056 Date:   Sun Jul 31 17:51:50 2011 -0400
53057
53058     [Indic] Stop looking for base upon seeing joiners
53059
53060     Not sure where this is documented, but I remember this being the
53061     desired
53062     behavior.
53063
53064     test-shape-complex failures are down from 48 to 46.  Meh.
53065
53066  src/hb-ot-shape-complex-indic.cc | 11 +++++++++--
53067  1 file changed, 9 insertions(+), 2 deletions(-)
53068
53069 commit 281683995a46ed37aeeb84061249758c59822457
53070 Author: Behdad Esfahbod <behdad@behdad.org>
53071 Date:   Sun Jul 31 16:00:35 2011 -0400
53072
53073     Cosmetic
53074
53075  src/hb-ot-shape-complex-indic.cc | 23 +++++++++++++++--------
53076  1 file changed, 15 insertions(+), 8 deletions(-)
53077
53078 commit 6b37bc80843e38ca7b62500f95fd70c08af68d62
53079 Author: Behdad Esfahbod <behdad@behdad.org>
53080 Date:   Sun Jul 31 15:57:00 2011 -0400
53081
53082     [Indic] Fix ZWJ/ZWNJ application
53083
53084     Not quite working just yet.  False alarm re 10 failures.  It was
53085     crashing.  Ouch!  Back to 48 failures.
53086
53087  src/hb-ot-shape-complex-indic.cc | 10 ++++++----
53088  1 file changed, 6 insertions(+), 4 deletions(-)
53089
53090 commit e7be05702447ae270d797398132c1930cd3a9b86
53091 Author: Behdad Esfahbod <behdad@behdad.org>
53092 Date:   Sun Jul 31 15:18:57 2011 -0400
53093
53094     [Indic] Add Final Reordering rules into comments
53095
53096     Not applied yet.
53097
53098  src/hb-ot-shape-complex-indic.cc | 86
53099  ++++++++++++++++++++++++++++++++++++++--
53100  1 file changed, 83 insertions(+), 3 deletions(-)
53101
53102 commit cfd4382ec1af91640129551697de36fd42c0849a
53103 Author: Behdad Esfahbod <behdad@behdad.org>
53104 Date:   Sun Jul 31 15:07:11 2011 -0400
53105
53106     [Indic] Handle Reph when determining base consonant
53107
53108  src/hb-ot-shape-complex-indic.cc | 24 +++++++++++++++---------
53109  1 file changed, 15 insertions(+), 9 deletions(-)
53110
53111 commit 97158392a5899ddb739afaac925128f33f699bd7
53112 Author: Behdad Esfahbod <behdad@behdad.org>
53113 Date:   Sun Jul 31 15:01:28 2011 -0400
53114
53115     [Indic] Ra is a consonant too
53116
53117  src/hb-ot-shape-complex-indic.cc | 3 +--
53118  1 file changed, 1 insertion(+), 2 deletions(-)
53119
53120 commit 0d8f8a177c4bfd4dc642a353bab8d03674e839ac
53121 Author: Behdad Esfahbod <behdad@behdad.org>
53122 Date:   Sun Jul 31 14:57:59 2011 -0400
53123
53124     [Indic] Fix reph inhibition logic
53125
53126  src/hb-ot-shape-complex-indic.cc | 4 ++--
53127  1 file changed, 2 insertions(+), 2 deletions(-)
53128
53129 commit 9da0487cd452d780673e24329ce03e174a4ef83b
53130 Author: Behdad Esfahbod <behdad@behdad.org>
53131 Date:   Sun Jul 31 13:46:44 2011 -0400
53132
53133     [Indic] Support ZWJ/ZWNJ
53134
53135     Brings test-shape-complex failures down from 52 to 10!
53136
53137     I hereby declare harfbuzz-ng supporting Indic!
53138
53139  src/hb-ot-shape-complex-indic.cc | 57
53140  +++++++++++++++++++++++++++++++++-------
53141  1 file changed, 48 insertions(+), 9 deletions(-)
53142
53143 commit 9ee27a928a989c71923cef82a9e9828f8e9ca051
53144 Author: Behdad Esfahbod <behdad@behdad.org>
53145 Date:   Sun Jul 31 11:10:14 2011 -0400
53146
53147     [Indic] Suppress reph formation upon joiners
53148
53149  src/hb-ot-shape-complex-indic.cc | 8 +++++++-
53150  1 file changed, 7 insertions(+), 1 deletion(-)
53151
53152 commit 8354e004e553856d7d743e0f0b4de4668484026a
53153 Author: Behdad Esfahbod <behdad@behdad.org>
53154 Date:   Sun Jul 31 02:24:51 2011 -0400
53155
53156     Un-Ra U+09F1.  According to the test suite this is correct.
53157
53158     But I'm not sure...  Down from 54 failures to 52.
53159
53160  src/hb-ot-shape-complex-indic.cc | 2 +-
53161  1 file changed, 1 insertion(+), 1 deletion(-)
53162
53163 commit 07cedd81f48907b2e372cd2e963716bbded9ce29
53164 Author: Behdad Esfahbod <behdad@behdad.org>
53165 Date:   Sat Jul 30 21:16:51 2011 -0400
53166
53167     Minor
53168
53169  test/test-shape-complex.c | 21 +++++++++++----------
53170  1 file changed, 11 insertions(+), 10 deletions(-)
53171
53172 commit ba7e85c104e68b4685c1b3b5c9a260fe0f6879df
53173 Author: Behdad Esfahbod <behdad@behdad.org>
53174 Date:   Sat Jul 30 21:11:53 2011 -0400
53175
53176     Cosmetic
53177
53178  src/hb-ot-shape-complex-indic.cc | 1 +
53179  1 file changed, 1 insertion(+)
53180
53181 commit f5bc2725cb892264ba223e0a49f7fd2c622a0730
53182 Author: Behdad Esfahbod <behdad@behdad.org>
53183 Date:   Sat Jul 30 21:08:10 2011 -0400
53184
53185     [Indic] For old-style Indic tables, move Halant around
53186
53187     In old-style Indic OT standards, the post-base Halants are moved after
53188     their base.  Emulate that by moving first post-base Halant to
53189     post-last-consonant.
53190
53191     Brings test-shape-complex failures down from 88 to 54.  Getting there!
53192
53193  src/hb-ot-map-private.hh         |  3 +++
53194  src/hb-ot-shape-complex-indic.cc | 20 ++++++++++++++++++++
53195  2 files changed, 23 insertions(+)
53196
53197 commit c47a31fb4793b825f4be57e9cb1b10db352b9512
53198 Author: Behdad Esfahbod <behdad@behdad.org>
53199 Date:   Sat Jul 30 20:57:01 2011 -0400
53200
53201     [OT] Save chosen script tag
53202
53203  src/hb-ot-layout.cc      | 20 ++++++++++++++++----
53204  src/hb-ot-layout.h       |  3 ++-
53205  src/hb-ot-map-private.hh |  1 +
53206  src/hb-ot-map.cc         |  2 +-
53207  4 files changed, 20 insertions(+), 6 deletions(-)
53208
53209 commit 3a9b14dfdfc278b432890e1537672a4ca141a3b0
53210 Author: Behdad Esfahbod <behdad@behdad.org>
53211 Date:   Sat Jul 30 20:23:55 2011 -0400
53212
53213     Minor
53214
53215  test/test-shape-complex.c | 8 ++++----
53216  1 file changed, 4 insertions(+), 4 deletions(-)
53217
53218 commit 8613193bbf28fe8951c900b68c4418a6fb929626
53219 Author: Behdad Esfahbod <behdad@behdad.org>
53220 Date:   Sat Jul 30 20:21:40 2011 -0400
53221
53222     [test] Fix problem with N'ko test direction
53223
53224     Old HarfBuzz test suite always shaped as left-to-right and hence
53225     had wrong
53226     0x14db, direction expected glyphstring for N'ko.  Doh!
53227
53228     Failures down from 92 to 88.
53229
53230  test/test-shape-complex.c | 8 ++++----
53231  1 file changed, 4 insertions(+), 4 deletions(-)
53232
53233 commit fd06bf56110e73826b3d5c73ac964e2609450d46
53234 Author: Behdad Esfahbod <behdad@behdad.org>
53235 Date:   Sat Jul 30 20:14:44 2011 -0400
53236
53237     [Indic] Handle initial Ra+Halant in scripts that support Reph
53238
53239     Brings test-shape-complex failures down from 104 to 92.  Way to go!
53240
53241  src/hb-ot-shape-complex-indic.cc | 10 ++++++++++
53242  1 file changed, 10 insertions(+)
53243
53244 commit ee58f3bc75d2d071a71b94063bf12205a5871acb
53245 Author: Behdad Esfahbod <behdad@behdad.org>
53246 Date:   Sat Jul 30 19:15:53 2011 -0400
53247
53248     Minor
53249
53250  src/hb-ot-shape-complex-indic.cc | 23 ++++++++++++-----------
53251  1 file changed, 12 insertions(+), 11 deletions(-)
53252
53253 commit 352372ae5ea0998e40cf9fe43c22b6b610a5764e
53254 Author: Behdad Esfahbod <behdad@behdad.org>
53255 Date:   Sat Jul 30 19:04:02 2011 -0400
53256
53257     [Indic] Categorize Ra in scripts that have Reph
53258
53259     Is the categorization correct?  I don't know.
53260
53261  src/hb-ot-shape-complex-indic.cc | 31 ++++++++++++++++++++++++++++++-
53262  1 file changed, 30 insertions(+), 1 deletion(-)
53263
53264 commit 45d6f29f15f1d2323bcaa2498aed23ff0c8a1567
53265 Author: Behdad Esfahbod <behdad@behdad.org>
53266 Date:   Sat Jul 30 14:44:30 2011 -0400
53267
53268     [Indic] Reorder matras
53269
53270     Number of failing shape-complex tests goes from 125 down to 94.
53271
53272     Next: Add Ra handling and it's fair to say we kinda support Indic :).
53273
53274  src/hb-ot-shape-complex-indic.cc | 29 +++++++++++++++++++++++++++--
53275  src/hb-ot-shape-normalize.cc     | 26 ++++++++++----------------
53276  src/hb-private.hh                | 36
53277  ++++++++++++++++++++++++++++++------
53278  3 files changed, 67 insertions(+), 24 deletions(-)
53279
53280 commit 911bf32acad7f1cd161f666cb659990ade0925ad
53281 Author: Behdad Esfahbod <behdad@behdad.org>
53282 Date:   Sat Jul 30 11:16:00 2011 -0400
53283
53284     Bug 39686 - Add '-no-undefined' to libharfbuzz LDFLAGS
53285
53286  src/Makefile.am | 2 +-
53287  1 file changed, 1 insertion(+), 1 deletion(-)
53288
53289 commit 8f0b64fb6988f9502d2c5e39768a9af133d9a83f
53290 Author: Behdad Esfahbod <behdad@behdad.org>
53291 Date:   Fri Jul 29 17:02:48 2011 -0400
53292
53293     Minor
53294
53295  src/hb-ot-shape-complex-arabic.cc | 6 +++---
53296  src/hb-private.hh                 | 8 ++++++--
53297  2 files changed, 9 insertions(+), 5 deletions(-)
53298
53299 commit 743807a3ce1b2229e5307a8aea074a7544623d8d
53300 Author: Behdad Esfahbod <behdad@behdad.org>
53301 Date:   Fri Jul 29 16:37:02 2011 -0400
53302
53303     [Indic] Apply Indic features
53304
53305     Find the base consonant and apply basic Indic features accordingly.
53306     Nothing complete, but does something for now.  Specifically:
53307     no Ra handling right now, and no ZWJ/ZWNJ.
53308
53309     Number of failing shape-complex tests goes from 174 down to 125.
53310
53311     Next: reorder matras.
53312
53313  src/hb-ot-shape-complex-indic-machine.rl |  35 ++++--
53314  src/hb-ot-shape-complex-indic.cc         | 209
53315  ++++++++++++++++++++++++++++---
53316  2 files changed, 212 insertions(+), 32 deletions(-)
53317
53318 commit 1a1b5013159369b343d0c32df02c9c419277aead
53319 Author: Behdad Esfahbod <behdad@behdad.org>
53320 Date:   Fri Jul 29 16:36:46 2011 -0400
53321
53322     Minor
53323
53324  test/test-shape-complex.c | 8 ++++++--
53325  1 file changed, 6 insertions(+), 2 deletions(-)
53326
53327 commit dd5546de15e63c0320b7db2bf42b0f15271f7915
53328 Author: Behdad Esfahbod <behdad@behdad.org>
53329 Date:   Fri Jul 29 16:27:31 2011 -0400
53330
53331     Minor
53332
53333  test/test-shape-complex.c | 2 +-
53334  1 file changed, 1 insertion(+), 1 deletion(-)
53335
53336 commit 9f9bcceca6321d5a5812f878de1de39901349a78
53337 Author: Behdad Esfahbod <behdad@behdad.org>
53338 Date:   Thu Jul 28 17:06:46 2011 -0400
53339
53340     Register buffer vars in Indic shaper
53341
53342  src/hb-ot-shape-complex-indic.cc | 6 ++++++
53343  src/hb-ot-shape.cc               | 2 ++
53344  2 files changed, 8 insertions(+)
53345
53346 commit be09bf6b799cafc2ff54a28915b307ffe99661b6
53347 Author: Behdad Esfahbod <behdad@behdad.org>
53348 Date:   Thu Jul 28 17:03:43 2011 -0400
53349
53350     Oops.  This should have gone into the previous commit
53351
53352  src/hb-ot-layout-gsub-private.hh | 2 +-
53353  1 file changed, 1 insertion(+), 1 deletion(-)
53354
53355 commit b65c06025d2b54a44f716e030d4b10072c65bea8
53356 Author: Behdad Esfahbod <behdad@behdad.org>
53357 Date:   Thu Jul 28 16:48:43 2011 -0400
53358
53359     Formalize buffer var allocations
53360
53361  src/hb-buffer-private.hh           | 25 ++++++----------
53362  src/hb-buffer.cc                   | 15 +++++-----
53363  src/hb-ot-layout-gpos-private.hh   | 14 +++++----
53364  src/hb-ot-layout-gsub-private.hh   |  5 +++-
53365  src/hb-ot-shape-complex-arabic.cc  |  6 +++-
53366  src/hb-ot-shape-complex-indic.cc   |  4 +--
53367  src/hb-ot-shape-complex-private.hh | 10 ++++++-
53368  src/hb-ot-shape.cc                 | 60
53369  +++++++++++++++++++++++---------------
53370  src/hb-private.hh                  |  1 +
53371  9 files changed, 83 insertions(+), 57 deletions(-)
53372
53373 commit a9ad3d3460ba863a8d8f3766ccbeab288c3c6822
53374 Author: Behdad Esfahbod <behdad@behdad.org>
53375 Date:   Thu Jul 28 15:42:18 2011 -0400
53376
53377     Move more code around
53378
53379     Buffer var allocation coming into shape
53380
53381  src/hb-buffer-private.hh         |  1 +
53382  src/hb-buffer.cc                 | 35 +++++++++++++++++++++++++++++++++++
53383  src/hb-ot-layout-gpos-private.hh |  7 +++++++
53384  src/hb-ot-layout-gsub-private.hh | 18 ++++++++++++++++++
53385  src/hb-ot-layout.cc              |  8 +++-----
53386  5 files changed, 64 insertions(+), 5 deletions(-)
53387
53388 commit cc06c243d8be3ebb1190281653d2dba504c16c0f
53389 Author: Behdad Esfahbod <behdad@behdad.org>
53390 Date:   Mon Jul 25 20:25:44 2011 -0400
53391
53392     Streamline debugging infrastructure even more
53393
53394  src/hb-blob.cc                       |  26 ++++-----
53395  src/hb-object-private.hh             |   8 +--
53396  src/hb-open-type-private.hh          |  64 ++++++--------------
53397  src/hb-ot-layout-gsubgpos-private.hh |   2 +-
53398  src/hb-private.hh                    | 109
53399  +++++++++++++++++++++++++++++++----
53400  5 files changed, 136 insertions(+), 73 deletions(-)
53401
53402 commit 43ff203d8ea3e1b09e316e3aae1a4e5ec15bfdd2
53403 Author: Behdad Esfahbod <behdad@behdad.org>
53404 Date:   Mon Jul 25 17:35:24 2011 -0400
53405
53406     Use variadic macros for debugging
53407
53408     Looks *so* much nicer!
53409
53410  src/hb-blob.cc              | 26 ++++++++--------
53411  src/hb-object-private.hh    |  8 ++---
53412  src/hb-open-type-private.hh | 75
53413  ++++++++++++++++++++-------------------------
53414  src/hb-private.hh           |  7 +++--
53415  4 files changed, 56 insertions(+), 60 deletions(-)
53416
53417 commit decd4e3e16424dc311e9fb5b663170414a11556a
53418 Author: Behdad Esfahbod <behdad@behdad.org>
53419 Date:   Mon Jul 25 16:47:02 2011 -0400
53420
53421     Add sugar syntax for debug messages
53422
53423     Buffer debugging coming soon.
53424
53425  src/hb-blob.cc              | 35 +++++++++++++----------------------
53426  src/hb-object-private.hh    |  9 ++++-----
53427  src/hb-open-type-private.hh | 44
53428  ++++++++++++++++++++++----------------------
53429  src/hb-private.hh           |  7 +++++--
53430  4 files changed, 44 insertions(+), 51 deletions(-)
53431
53432 commit 3a81b1db89beba91fb91791918b9fdd9f8fc9fa0
53433 Author: Behdad Esfahbod <behdad@behdad.org>
53434 Date:   Mon Jul 25 16:30:32 2011 -0400
53435
53436     Minor, fix leak from my previous refactorings
53437
53438  src/hb-buffer.cc | 14 +++++++-------
53439  1 file changed, 7 insertions(+), 7 deletions(-)
53440
53441 commit f4a579bc42fb811ff5c391a0e97b7d8656ef59b1
53442 Author: Behdad Esfahbod <behdad@behdad.org>
53443 Date:   Mon Jul 25 16:20:16 2011 -0400
53444
53445     Add internal API for buffer var allocation
53446
53447  src/hb-buffer-private.hh | 25 +++++++++++++++++++++++--
53448  src/hb-buffer.cc         | 22 ++++++++++++++++++++++
53449  2 files changed, 45 insertions(+), 2 deletions(-)
53450
53451 commit 651e8dd79ec8eaca5ab75a61e8ce961ff7bd26eb
53452 Author: Behdad Esfahbod <behdad@behdad.org>
53453 Date:   Mon Jul 25 14:54:08 2011 -0400
53454
53455     Start cleaning up buffer var allocation
53456
53457     I've messed up a lot of stuff recently, different parts of the
53458     shaping process are stumbling on eachother's toes because
53459     manually tracking what's in which buffer var is hard.  I'm
53460     going to add some internal API to track those such that mistakes
53461     are discovered as soon as they are introduced.
53462
53463  src/hb-ot-layout-gsubgpos-private.hh |  1 -
53464  src/hb-ot-layout.cc                  |  1 +
53465  src/hb-ot-shape.cc                   | 10 ----------
53466  3 files changed, 1 insertion(+), 11 deletions(-)
53467
53468 commit c86f932015bdf5803572b0904d343d3bc033e009
53469 Author: Behdad Esfahbod <behdad@behdad.org>
53470 Date:   Mon Jul 25 00:44:50 2011 -0400
53471
53472     Move code around
53473
53474  src/hb-ot-shape.cc | 85
53475  +++++++++++++++++++++++++++---------------------------
53476  1 file changed, 42 insertions(+), 43 deletions(-)
53477
53478 commit 18c42850c9327ab4479ff150660a76d4ff6f3e9c
53479 Author: Behdad Esfahbod <behdad@behdad.org>
53480 Date:   Mon Jul 25 00:36:58 2011 -0400
53481
53482     Shrink space used for ligature ids
53483
53484     This frees 16bits in the glyph_info struct during the ot_layout
53485     process.
53486     We can use the freed space in the shapers now.
53487
53488  src/hb-ot-layout-gsubgpos-private.hh | 8 ++++----
53489  1 file changed, 4 insertions(+), 4 deletions(-)
53490
53491 commit d8787493c9aa420544096cef07c29a591a0c1a99
53492 Author: Behdad Esfahbod <behdad@behdad.org>
53493 Date:   Mon Jul 25 00:36:01 2011 -0400
53494
53495     Minor
53496
53497  src/hb-ot-layout-gsub-private.hh     | 6 ------
53498  src/hb-ot-layout-gsubgpos-private.hh | 7 +++++++
53499  2 files changed, 7 insertions(+), 6 deletions(-)
53500
53501 commit c311d852080b50ffc85e80168de62abb05a6be59
53502 Author: Behdad Esfahbod <behdad@behdad.org>
53503 Date:   Sat Jul 23 23:43:54 2011 -0400
53504
53505     Keep Unicode props updated as we go so we avoid a scan later
53506
53507  src/hb-ot-shape-normalize.cc | 54
53508  +++++++++++++++++++++-----------------------
53509  1 file changed, 26 insertions(+), 28 deletions(-)
53510
53511 commit 5389ff4dbc46c76c9483e3c95f22524b60e21166
53512 Author: Behdad Esfahbod <behdad@behdad.org>
53513 Date:   Fri Jul 22 20:22:49 2011 -0400
53514
53515     Implement the Unicode Canonical Composition algorithm
53516
53517     Fallback normalization is complete and working now!
53518
53519  src/hb-ot-shape-normalize.cc | 49
53520  +++++++++++++++++++++++++++++++++++++++++---
53521  1 file changed, 46 insertions(+), 3 deletions(-)
53522
53523 commit dcdc51cdc0ba9d9fb75f84dd5fa7a49aa0b24ea0
53524 Author: Behdad Esfahbod <behdad@behdad.org>
53525 Date:   Fri Jul 22 17:14:46 2011 -0400
53526
53527     Handle singleton decompositions
53528
53529  src/hb-ot-shape-normalize.cc | 12 +++++++-----
53530  1 file changed, 7 insertions(+), 5 deletions(-)
53531
53532 commit 34c22f816808d061a980cffca12de03beb437fa0
53533 Author: Behdad Esfahbod <behdad@behdad.org>
53534 Date:   Fri Jul 22 17:04:20 2011 -0400
53535
53536     Implement Unicode Canonical Reordering Algorithm
53537
53538  src/hb-ot-shape-normalize.cc | 80
53539  +++++++++++++++++++++++++++++++++++++-------
53540  src/hb-ot-shape-private.hh   |  2 ++
53541  src/hb-ot-shape.cc           |  6 ++--
53542  3 files changed, 73 insertions(+), 15 deletions(-)
53543
53544 commit 4ff0d2d9dfc4f7e4880a4e964ca9872624508ea0
53545 Author: Behdad Esfahbod <behdad@behdad.org>
53546 Date:   Fri Jul 22 16:15:32 2011 -0400
53547
53548     Decomposition works now!
53549
53550  src/hb-ot-shape-normalize.cc | 109
53551  +++++++++++++++++++++++++++----------------
53552  src/hb-ot-shape.cc           |   3 +-
53553  2 files changed, 70 insertions(+), 42 deletions(-)
53554
53555 commit 468e9cb25c9bc14781b7013e447d763f93bf76a3
53556 Author: Behdad Esfahbod <behdad@behdad.org>
53557 Date:   Fri Jul 22 11:28:07 2011 -0400
53558
53559     Move buffer methods into the object
53560
53561  src/hb-buffer-private.hh             | 110 +++----
53562  src/hb-buffer.cc                     | 605
53563  +++++++++++++++++------------------
53564  src/hb-ot-layout-gpos-private.hh     |  88 ++---
53565  src/hb-ot-layout-gsub-private.hh     |  58 ++--
53566  src/hb-ot-layout-gsubgpos-private.hh |  50 +--
53567  src/hb-ot-shape-normalize.cc         |  16 +-
53568  src/hb-ot-shape.cc                   |  14 +-
53569  7 files changed, 456 insertions(+), 485 deletions(-)
53570
53571 commit 45412523dc295cb5ee12e096bfacb282cc925843
53572 Author: Behdad Esfahbod <behdad@behdad.org>
53573 Date:   Fri Jul 22 11:07:05 2011 -0400
53574
53575     More normalization kick
53576
53577  src/hb-ot-shape-normalize.cc | 54
53578  +++++++++++++++++++++++++++++---------------
53579  src/hb-ot-shape-private.hh   |  8 ++++++-
53580  src/hb-ot-shape.cc           | 13 +++--------
53581  3 files changed, 46 insertions(+), 29 deletions(-)
53582
53583 commit 63c0ef4a0763e579c9c80887bbfbd2651de05067
53584 Author: Behdad Esfahbod <behdad@behdad.org>
53585 Date:   Thu Jul 21 20:58:42 2011 -0400
53586
53587     Fix decompose() implementations to work with non-starter
53588     non-composables
53589
53590     Add tests.
53591
53592  src/hb-glib.cc      | 10 +++++-----
53593  src/hb-icu.cc       | 20 +++++++++++++-------
53594  test/test-unicode.c | 11 ++++++++---
53595  3 files changed, 26 insertions(+), 15 deletions(-)
53596
53597 commit 5d90a342e319068716429bf7af76c3896b61a0e5
53598 Author: Behdad Esfahbod <behdad@behdad.org>
53599 Date:   Thu Jul 21 15:25:01 2011 -0400
53600
53601     Document normalization design
53602
53603  src/hb-ot-shape-normalize.cc | 78
53604  +++++++++++++++++++++++++++++++++++---------
53605  src/hb-ot-shape-private.hh   |  2 +-
53606  src/hb-ot-shape.cc           |  6 ++--
53607  3 files changed, 67 insertions(+), 19 deletions(-)
53608
53609 commit 02cdf743c2ec345a44d4fcf865594b6ac13fccd0
53610 Author: Behdad Esfahbod <behdad@behdad.org>
53611 Date:   Thu Jul 21 12:23:12 2011 -0400
53612
53613     Add prefer_decomposed() complex-shaper callback
53614
53615     This allows the Indic shaper to request decomposed characters.
53616     This will
53617     handle split matra for free.  Other shapers prefer precomposed
53618     characters.
53619
53620  src/hb-ot-shape-complex-arabic.cc  |  6 ++++++
53621  src/hb-ot-shape-complex-indic.cc   |  7 +++++++
53622  src/hb-ot-shape-complex-misc.cc    |  6 ++++++
53623  src/hb-ot-shape-complex-private.hh | 31 +++++++++++++++++++++++++++++--
53624  4 files changed, 48 insertions(+), 2 deletions(-)
53625
53626 commit d6b9c6d20041b4f4fa11befc179aee757c41904d
53627 Author: Behdad Esfahbod <behdad@behdad.org>
53628 Date:   Thu Jul 21 12:16:45 2011 -0400
53629
53630     More kicking
53631
53632  src/hb-ot-shape-normalize.cc | 17 ++++++++++++++---
53633  1 file changed, 14 insertions(+), 3 deletions(-)
53634
53635 commit 192445aef2e50087049243ce54ce7059ec441ffa
53636 Author: Behdad Esfahbod <behdad@behdad.org>
53637 Date:   Thu Jul 21 12:13:04 2011 -0400
53638
53639     Remove intermittent_glyph()
53640
53641     Lets not worry about performance for now...
53642
53643  src/hb-ot-shape-normalize.cc | 3 ++-
53644  src/hb-ot-shape-private.hh   | 2 --
53645  2 files changed, 2 insertions(+), 3 deletions(-)
53646
53647 commit d63adfc7d09b26764d9166da97372b21257e7611
53648 Author: Behdad Esfahbod <behdad@behdad.org>
53649 Date:   Thu Jul 21 11:48:57 2011 -0400
53650
53651     No need to handle variation-selectors seperately, they are GC=Mn
53652
53653  src/hb-ot-shape.cc | 3 +--
53654  1 file changed, 1 insertion(+), 2 deletions(-)
53655
53656 commit aa7264123a088936f2043b45d4d41ca7413fabe5
53657 Author: Behdad Esfahbod <behdad@behdad.org>
53658 Date:   Thu Jul 21 11:34:59 2011 -0400
53659
53660     Only form clusters if we are reversing
53661
53662     This produces more accurate cluster mappings.  Cluster mappings are
53663     minimal now.  Combining marks get their own cluster value most of
53664     the time.
53665
53666  src/hb-ot-shape.cc | 45 ++++++++++++++++++++++-----------------------
53667  1 file changed, 22 insertions(+), 23 deletions(-)
53668
53669 commit 5c6f5982d78e2d7fadc2fbb8b4f3a4be9420c59a
53670 Author: Behdad Esfahbod <behdad@behdad.org>
53671 Date:   Thu Jul 21 11:31:08 2011 -0400
53672
53673     Towards normalization
53674
53675  src/hb-ot-shape-normalize.cc | 33 ++++++++++++++++++++++-----------
53676  src/hb-ot-shape-private.hh   |  3 ++-
53677  src/hb-ot-shape.cc           |  4 +++-
53678  3 files changed, 27 insertions(+), 13 deletions(-)
53679
53680 commit ad903e66b1cc4ec1b8160f93b3ab2b5e636f8d62
53681 Author: Behdad Esfahbod <behdad@behdad.org>
53682 Date:   Thu Jul 21 10:17:22 2011 -0400
53683
53684     s/COMBINING_MARK/SPACING_MARK/ here too.  Oops!
53685
53686  test/test-unicode.c | 2 +-
53687  1 file changed, 1 insertion(+), 1 deletion(-)
53688
53689 commit cf7f43ec3382cac2af11f5637c840500daabf889
53690 Author: Behdad Esfahbod <behdad@behdad.org>
53691 Date:   Thu Jul 21 01:12:26 2011 -0400
53692
53693     Remove stale comment
53694
53695  src/hb-ot-shape.cc | 1 -
53696  1 file changed, 1 deletion(-)
53697
53698 commit 54d1a0d2b2c4ffe15494967122c6422ecb1fc80b
53699 Author: Behdad Esfahbod <behdad@behdad.org>
53700 Date:   Thu Jul 21 01:11:09 2011 -0400
53701
53702     Form clusters before ensuring native direciton
53703
53704     This is essential as ensure_native_direction uses cluster info that
53705     is set by form_clusters().
53706
53707  src/hb-ot-shape.cc | 4 ++--
53708  1 file changed, 2 insertions(+), 2 deletions(-)
53709
53710 commit 9111b21ef99d5e53348176f683261b0101eb427f
53711 Author: Behdad Esfahbod <behdad@behdad.org>
53712 Date:   Thu Jul 21 00:58:29 2011 -0400
53713
53714     Add _hb_buffer_output_glyph() and _hb_buffer_skip_glyph()
53715
53716  src/hb-buffer-private.hh | 10 ++++++++++
53717  src/hb-buffer.cc         | 19 ++++++++++++++++---
53718  src/hb-ot-shape.cc       |  2 +-
53719  3 files changed, 27 insertions(+), 4 deletions(-)
53720
53721 commit 655586fe5e1fadf2a2ef7826e61ee9a445ffa37a
53722 Author: Behdad Esfahbod <behdad@behdad.org>
53723 Date:   Thu Jul 21 00:51:18 2011 -0400
53724
53725     Towards normalization
53726
53727  src/Makefile.am              |  1 +
53728  src/hb-ot-shape-normalize.cc | 71
53729  ++++++++++++++++++++++++++++++++++++++++++++
53730  src/hb-ot-shape-private.hh   | 12 ++++++++
53731  src/hb-ot-shape.cc           | 10 ++-----
53732  4 files changed, 86 insertions(+), 8 deletions(-)
53733
53734 commit 49741c86334d12fa08a5bfa2110ff3b9adcba1c7
53735 Author: Behdad Esfahbod <behdad@behdad.org>
53736 Date:   Thu Jul 21 00:35:37 2011 -0400
53737
53738     Include variation-selectors in cluster calculation
53739
53740  src/hb-ot-shape.cc | 3 ++-
53741  1 file changed, 2 insertions(+), 1 deletion(-)
53742
53743 commit dd89d958c139d85efb776fffaf314eead3952c78
53744 Author: Behdad Esfahbod <behdad@behdad.org>
53745 Date:   Thu Jul 21 00:28:57 2011 -0400
53746
53747     Fix cluster calculation for non-LTR text
53748
53749  TODO             | 6 ------
53750  src/hb-buffer.cc | 5 +++++
53751  2 files changed, 5 insertions(+), 6 deletions(-)
53752
53753 commit 4a68684654e645882095c1189477146287ce9437
53754 Author: Behdad Esfahbod <behdad@behdad.org>
53755 Date:   Thu Jul 21 00:14:01 2011 -0400
53756
53757     When forming clusters, participate all mark types
53758
53759  src/hb-ot-shape.cc | 6 ++++--
53760  1 file changed, 4 insertions(+), 2 deletions(-)
53761
53762 commit 5157e12a55f943b7fc5be7dce0b2ee1bcacca6ec
53763 Author: Behdad Esfahbod <behdad@behdad.org>
53764 Date:   Thu Jul 21 00:12:33 2011 -0400
53765
53766     Rename HB_UNICODE_GENERAL_CATEGORY_COMBINING_MARK to
53767     HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK
53768
53769     Spacing_Mark is the current Unicode long-name for this property value.
53770     The previous name was wrongly carried from glib.
53771
53772  src/hb-common.h | 2 +-
53773  src/hb-icu.cc   | 2 +-
53774  2 files changed, 2 insertions(+), 2 deletions(-)
53775
53776 commit 7b08b0a7f2057937dfc3ab2ec191656bf2386463
53777 Author: Behdad Esfahbod <behdad@behdad.org>
53778 Date:   Wed Jul 20 23:59:07 2011 -0400
53779
53780     Minor
53781
53782  src/hb-ot-shape-complex-arabic.cc |  8 ++++----
53783  src/hb-private.hh                 | 19 +++++++++++++++++++
53784  2 files changed, 23 insertions(+), 4 deletions(-)
53785
53786 commit 498e1a9be673bb02c00aac3f12bb4c6993a85910
53787 Author: Behdad Esfahbod <behdad@behdad.org>
53788 Date:   Wed Jul 20 23:19:49 2011 -0400
53789
53790     [icu] Implement compose()/decompose()
53791
53792  src/hb-icu.cc       | 87
53793  +++++++++++++++++++++++++++++++++++++++++++++++++++--
53794  test/test-unicode.c |  1 +
53795  2 files changed, 86 insertions(+), 2 deletions(-)
53796
53797 commit ffd4a436f7baccb68a0c3602f94ea0246e32844f
53798 Author: Behdad Esfahbod <behdad@behdad.org>
53799 Date:   Wed Jul 20 22:30:29 2011 -0400
53800
53801     Add tests for compose()/decompose()
53802
53803     Adjust glib fallback implementation.
53804
53805     The tests are not hooked up for ICU yet.
53806
53807  src/hb-glib.cc      | 17 ++++++++++++--
53808  src/hb-unicode.cc   |  2 +-
53809  test/test-unicode.c | 66
53810  +++++++++++++++++++++++++++++++++++++++++++++++++++++
53811  3 files changed, 82 insertions(+), 3 deletions(-)
53812
53813 commit fca0923b04aeff9369849da97d247a647611f346
53814 Author: Behdad Esfahbod <behdad@behdad.org>
53815 Date:   Wed Jul 20 22:16:13 2011 -0400
53816
53817     Minor
53818
53819  src/hb-icu.cc | 62
53820  ++++++++++++++++++++++++++++++++++++-----------------------
53821  1 file changed, 38 insertions(+), 24 deletions(-)
53822
53823 commit 26b6024962b254b624d4f22088b6c87745074743
53824 Author: Behdad Esfahbod <behdad@behdad.org>
53825 Date:   Wed Jul 20 21:58:14 2011 -0400
53826
53827     [glib] Use g_unicode_script_to/from_iso15924() if available
53828
53829  src/hb-glib.cc | 10 ++++++++++
53830  1 file changed, 10 insertions(+)
53831
53832 commit 22fdc66712464bdb02e45eed49e4be57e79b442f
53833 Author: Behdad Esfahbod <behdad@behdad.org>
53834 Date:   Wed Jul 20 21:51:37 2011 -0400
53835
53836     [glib] Add compose() and decompose() implementations with fallback
53837
53838  src/hb-glib.cc    | 126
53839  +++++++++++++++++++++++++++++++++++++++++++-----------
53840  src/hb-unicode.cc |   6 ++-
53841  2 files changed, 106 insertions(+), 26 deletions(-)
53842
53843 commit a54a5505a35eef5315a8e2e7a79502901e3eff5f
53844 Author: Behdad Esfahbod <behdad@behdad.org>
53845 Date:   Wed Jul 20 16:42:10 2011 -0400
53846
53847     Minor
53848
53849  src/hb-ot-shape-complex-indic.cc | 4 ++--
53850  1 file changed, 2 insertions(+), 2 deletions(-)
53851
53852 commit 23db8d5c92c96a34c716b68e1aa6819c5a20477a
53853 Author: Behdad Esfahbod <behdad@behdad.org>
53854 Date:   Tue Jul 12 12:02:26 2011 -0400
53855
53856     [test] Work around glib <= 2.30 API
53857
53858  test/hb-test.h | 4 ++++
53859  1 file changed, 4 insertions(+)
53860
53861 commit 22989c5ffc8cce1ea05d729cdf33661c35a52334
53862 Author: Behdad Esfahbod <behdad@behdad.org>
53863 Date:   Tue Jul 12 11:54:58 2011 -0400
53864
53865     Distribute hb-ot-shape-complex-indic-machine.rl
53866
53867  src/Makefile.am | 1 +
53868  1 file changed, 1 insertion(+)
53869
53870 commit f6fd3780e12b23ff7ed3743497c8996e71dcb064
53871 Author: Behdad Esfahbod <behdad@behdad.org>
53872 Date:   Fri Jul 8 00:22:40 2011 -0400
53873
53874     Let shapers decide when to apply ccmp and locl
53875
53876     Instead of always applying those two features before the complex
53877     shaper,
53878     let the complex shaper decide whether they should be applied first.
53879
53880     Also add stub for Indic's final_reordering().
53881
53882  src/hb-ot-shape-complex-arabic.cc |  2 ++
53883  src/hb-ot-shape-complex-indic.cc  | 16 ++++++++++++++++
53884  src/hb-ot-shape.cc                |  7 +------
53885  3 files changed, 19 insertions(+), 6 deletions(-)
53886
53887 commit c4641723fbf6532b2e80a662e15573b31276bc73
53888 Author: Behdad Esfahbod <behdad@behdad.org>
53889 Date:   Thu Jul 7 23:47:19 2011 -0400
53890
53891     [API] Add compose() and decompose() unicode funcs, rename other ones
53892
53893     Add compose() and decompose() unicode funcs.  These implement
53894     pair-wise canonical composition/decomposition.
53895
53896     The glib/icu implementations are lacking for now.  We are adding
53897     API for this to glib, but I cannot find any useful API in ICU.
53898     May end of implementing these in-house.
53899
53900     Changed all unicode_funcs callback names to remove the "_get" part.
53901     Eg, hb_unicode_get_script_func_t is now hb_unicode_script_func_t,
53902     and hb_unicode_get_script() is hb_unicode_script() now.
53903
53904  TODO                      |  4 ++-
53905  src/hb-glib.cc            |  6 +++-
53906  src/hb-icu.cc             |  6 +++-
53907  src/hb-ot-shape.cc        |  6 ++--
53908  src/hb-shape.cc           |  2 +-
53909  src/hb-unicode-private.hh |  8 +++--
53910  src/hb-unicode.cc         | 85
53911  ++++++++++++++++++++++++++++++++++-------------
53912  src/hb-unicode.h          | 70 +++++++++++++++++++++++++++-----------
53913  test/test-unicode.c       | 21 +++++++-----
53914  9 files changed, 146 insertions(+), 62 deletions(-)
53915
53916 commit d05dded1676924e8894c90f7a7c3527b492bcdff
53917 Author: Behdad Esfahbod <behdad@behdad.org>
53918 Date:   Thu Jul 7 23:42:40 2011 -0400
53919
53920     More code generation through preprocessor
53921
53922  src/hb-ot-shape-complex-private.hh | 46
53923  ++++++++++++++++++++++++--------------
53924  1 file changed, 29 insertions(+), 17 deletions(-)
53925
53926 commit 891c4755baae6cd59fad59d27fd8933e5f548a74
53927 Author: Behdad Esfahbod <behdad@behdad.org>
53928 Date:   Thu Jul 7 23:19:27 2011 -0400
53929
53930     Humm, undo some shuffling
53931
53932     In preparation for adding more advanced unicode funcs.
53933
53934  src/hb-ot-shape.cc        |  6 ++---
53935  src/hb-shape.cc           |  2 +-
53936  src/hb-unicode-private.hh | 36 +++++++++++++-------------
53937  src/hb-unicode.cc         | 65
53938  ++++++++++++++++++++++++++++++++++-------------
53939  4 files changed, 70 insertions(+), 39 deletions(-)
53940
53941 commit 4b6317c4f426cfaf21e509dbf6ee6d4e0422cdac
53942 Author: Behdad Esfahbod <behdad@behdad.org>
53943 Date:   Thu Jul 7 23:14:42 2011 -0400
53944
53945     More code shuffling
53946
53947  src/hb-font-private.hh    |  16 +++---
53948  src/hb-font.cc            |   3 +-
53949  src/hb-unicode-private.hh |  42 +++++++-------
53950  src/hb-unicode.cc         | 140
53951  +++++++++++++++++-----------------------------
53952  4 files changed, 82 insertions(+), 119 deletions(-)
53953
53954 commit 3361c9a323575309d9fd55fe076697a3e22073c0
53955 Author: Behdad Esfahbod <behdad@behdad.org>
53956 Date:   Thu Jul 7 22:35:17 2011 -0400
53957
53958     Minor
53959
53960  src/Makefile.am                    |  1 +
53961  src/hb-ot-shape-complex-misc.cc    | 51
53962  ++++++++++++++++++++++++++++++++++++++
53963  src/hb-ot-shape-complex-private.hh | 12 ++++++---
53964  3 files changed, 60 insertions(+), 4 deletions(-)
53965
53966 commit 76f76812ac7cca8ac6935952a2360d5e151480fa
53967 Author: Behdad Esfahbod <behdad@behdad.org>
53968 Date:   Thu Jul 7 22:25:25 2011 -0400
53969
53970     Shuffle code around, remove shape_plan from complex shapers
53971
53972  src/hb-ot-shape-complex-arabic.cc        | 36 +++++++++++++-------------
53973  src/hb-ot-shape-complex-indic-machine.rl | 12 ++++-----
53974  src/hb-ot-shape-complex-indic.cc         | 25 +++++++++---------
53975  src/hb-ot-shape-complex-private.hh       | 44
53976  +++++++++++++++++++++-----------
53977  src/hb-ot-shape-private.hh               | 13 ++--------
53978  src/hb-ot-shape.cc                       |  4 +--
53979  6 files changed, 69 insertions(+), 65 deletions(-)
53980
53981 commit e88bff9b4d77dc86c04832163081effbff752216
53982 Author: Behdad Esfahbod <behdad@behdad.org>
53983 Date:   Thu Jul 7 22:03:02 2011 -0400
53984
53985     Minor, use function typedefs
53986
53987  src/hb-ot-shape-complex-private.hh | 10 ++++++----
53988  1 file changed, 6 insertions(+), 4 deletions(-)
53989
53990 commit 359dcaa0d33271025ca42a5f54ecbac7ae3b56d3
53991 Author: Behdad Esfahbod <behdad@behdad.org>
53992 Date:   Thu Jul 7 21:55:05 2011 -0400
53993
53994     Update copyright headers
53995
53996  src/hb-ot-map-private.hh           | 2 +-
53997  src/hb-ot-map.cc                   | 2 +-
53998  src/hb-ot-shape-complex-private.hh | 2 +-
53999  src/hb-ot-shape.cc                 | 2 +-
54000  4 files changed, 4 insertions(+), 4 deletions(-)
54001
54002 commit d8d0c480c85246a74d47dd5297019c7e39391ab0
54003 Author: Behdad Esfahbod <behdad@behdad.org>
54004 Date:   Thu Jul 7 21:22:08 2011 -0400
54005
54006     Refactor some code common to GSUB and GPOS
54007
54008  src/hb-ot-map-private.hh | 29 ++++++++++++++++++--------
54009  src/hb-ot-map.cc         | 54
54010  +++++++++---------------------------------------
54011  2 files changed, 30 insertions(+), 53 deletions(-)
54012
54013 commit b70c96dbe41d6512b80fe3d966a1942e1ef64a4b
54014 Author: Behdad Esfahbod <behdad@behdad.org>
54015 Date:   Thu Jul 7 21:07:41 2011 -0400
54016
54017     Enable applying GSUB/GPOS features in multiple segments
54018
54019     Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=644184
54020     among others.
54021
54022     Shapers now can request segmented feature application by calling
54023     add_gsub_pause() or add_gpos_pause().  They can also provide a
54024     callback to be called at the pause.  Currently the Arabic shaper
54025     uses pauses to enforce certain feature application.  The Indic
54026     shaper can use the same facility to pause and do reordering in the
54027     callback.
54028
54029  src/hb-ot-map-private.hh          |  50 +++++++++++----
54030  src/hb-ot-map.cc                  | 132
54031  +++++++++++++++++++++++++++++++++-----
54032  src/hb-ot-shape-complex-arabic.cc |  24 ++++++-
54033  src/hb-private.hh                 |   5 ++
54034  4 files changed, 181 insertions(+), 30 deletions(-)
54035
54036 commit f6d7a9bb4c19e605f1f16d9ca40adefba138c37e
54037 Author: Behdad Esfahbod <behdad@behdad.org>
54038 Date:   Thu Jul 7 16:20:35 2011 -0400
54039
54040     Shuffle code around
54041
54042  src/hb-ot-map-private.hh | 68
54043  ++++++++++++++++++++++++------------------------
54044  1 file changed, 34 insertions(+), 34 deletions(-)
54045
54046 commit fc551edbf236d71a522ae7c2c9461aa71c5f7d66
54047 Author: Behdad Esfahbod <behdad@behdad.org>
54048 Date:   Thu Jul 7 16:09:38 2011 -0400
54049
54050     Add todo
54051
54052     I'm too lazy to fix the tests now.
54053
54054  test/test-shape.c | 1 +
54055  1 file changed, 1 insertion(+)
54056
54057 commit 2e18c6dbdfbbfdec0490260bb7cb5213551b2188
54058 Author: Behdad Esfahbod <behdad@behdad.org>
54059 Date:   Wed Jul 6 16:05:45 2011 -0400
54060
54061     Fix reverse_range() position loop
54062
54063     Mozilla Bug 669175 - Slow rendering of text sometimes in this case,
54064     using direction: rtl
54065
54066  src/hb-buffer.cc | 7 +++++--
54067  1 file changed, 5 insertions(+), 2 deletions(-)
54068
54069 commit fa2befa46f215d8c33a54dfc57889928a628164c
54070 Author: Behdad Esfahbod <behdad@behdad.org>
54071 Date:   Mon Jul 4 17:18:57 2011 -0400
54072
54073     Minor
54074
54075  src/hb-view.cc | 2 +-
54076  1 file changed, 1 insertion(+), 1 deletion(-)
54077
54078 commit d69d5ceaa0ad30e8d4b9783507c59c6d4221de4f
54079 Author: Behdad Esfahbod <behdad@behdad.org>
54080 Date:   Mon Jul 4 12:56:38 2011 -0400
54081
54082     [Indic] Well, at least finding syllables works now :)
54083
54084     Still not much there.
54085
54086  src/hb-ot-shape-complex-indic-machine.rl | 4 +++-
54087  src/hb-ot-shape-complex-indic.cc         | 9 ++++++++-
54088  2 files changed, 11 insertions(+), 2 deletions(-)
54089
54090 commit 253a57fb5ab211f67140e6139d183e49483a9074
54091 Author: Behdad Esfahbod <behdad@behdad.org>
54092 Date:   Tue Jun 28 17:26:03 2011 -0400
54093
54094     [test-shape-complex] Remove the greek tests
54095
54096     They are outdated with respect to the DejaVu Sans I'm using.
54097     We need to add font version checking to the tests.
54098
54099  test/test-shape-complex.c | 17 -----------------
54100  1 file changed, 17 deletions(-)
54101
54102 commit afa74bf90405fb121d3132982b87762c1686d80c
54103 Author: Behdad Esfahbod <behdad@behdad.org>
54104 Date:   Tue Jun 28 17:25:17 2011 -0400
54105
54106     [test-shape-complex] Print out expected and actual glyphstrings
54107     upon failure
54108
54109     One has to run the test with --verbose to see that right now.
54110
54111  test/test-shape-complex.c | 25 ++++++++++++++++++++++---
54112  1 file changed, 22 insertions(+), 3 deletions(-)
54113
54114 commit 42d453b0236f67239342df2003b7abce6e2c51ea
54115 Author: Behdad Esfahbod <behdad@behdad.org>
54116 Date:   Tue Jun 28 16:59:16 2011 -0400
54117
54118     [test] Name tests after their input string
54119
54120  test/Makefile.am          |   2 +-
54121  test/test-shape-complex.c | 150
54122  ++++++++++++++++++++++++++++++----------------
54123  2 files changed, 100 insertions(+), 52 deletions(-)
54124
54125 commit 27413169782fdf79e278dd6552c8e194b3bc4eaa
54126 Author: Behdad Esfahbod <behdad@behdad.org>
54127 Date:   Tue Jun 28 16:21:31 2011 -0400
54128
54129     Minor
54130
54131     Towards a better test runner.
54132
54133  test/test-shape-complex.c | 10 +++++++++-
54134  1 file changed, 9 insertions(+), 1 deletion(-)
54135
54136 commit cc674cbf7fb9972975dc0499974e5e7fb4ae3c81
54137 Author: Behdad Esfahbod <behdad@behdad.org>
54138 Date:   Tue Jun 28 16:17:16 2011 -0400
54139
54140     Minor
54141
54142  test/test-shape-complex.c | 2 --
54143  1 file changed, 2 deletions(-)
54144
54145 commit 20d8a3982ae320035edd6a04b402cefc9a5e5779
54146 Author: Behdad Esfahbod <behdad@behdad.org>
54147 Date:   Tue Jun 28 16:16:21 2011 -0400
54148
54149     [test] Remove disabled code
54150
54151     We'd add normalization and decomposition tests later.
54152
54153  test/test-shape-complex.c | 92
54154  -----------------------------------------------
54155  1 file changed, 92 deletions(-)
54156
54157 commit 9704f0ca6c2defed52640da77506c80bc67b4f56
54158 Author: Behdad Esfahbod <behdad@behdad.org>
54159 Date:   Tue Jun 28 16:15:46 2011 -0400
54160
54161     [test] Restructure shape test data a bit
54162
54163  test/test-shape-complex.c | 75
54164  +++++++++++++++++++++++++++--------------------
54165  1 file changed, 43 insertions(+), 32 deletions(-)
54166
54167 commit 4ec30aec3014be6effc09cbbc88dcd075f3826df
54168 Author: Behdad Esfahbod <behdad@behdad.org>
54169 Date:   Tue Jun 28 14:13:38 2011 -0400
54170
54171     [Indic] Optimize Indic table storage
54172
54173  src/hb-ot-shape-complex-indic.cc | 8 +++++---
54174  src/hb-private.hh                | 1 +
54175  2 files changed, 6 insertions(+), 3 deletions(-)
54176
54177 commit c4a59de6d8c1e581b5c155319232be9e805e5cba
54178 Author: Behdad Esfahbod <behdad@behdad.org>
54179 Date:   Tue Jun 28 14:03:29 2011 -0400
54180
54181     [Indic] Generate a single data table instead of multiple ones
54182
54183  src/gen-indic-table.py                 | 30 +++++++++-------
54184  src/hb-ot-shape-complex-indic-table.hh | 62
54185  ++++++++++++++++------------------
54186  2 files changed, 48 insertions(+), 44 deletions(-)
54187
54188 commit a346e923a99f920bbebc25b335db51fdfb1429ea
54189 Author: Behdad Esfahbod <behdad@behdad.org>
54190 Date:   Tue Jun 28 12:49:18 2011 -0400
54191
54192     [test] Add Indic tests from harfbuzz.old
54193
54194     Needs fonts to be put in test/fonts.  Tests are skipped otherwise.
54195     Run with --verbose for details.  Working on improving the test runner
54196     to make it easier to make sense of what's going on.
54197
54198  test/Makefile.am          |   11 +-
54199  test/hb-test.h            |   21 +
54200  test/test-shape-complex.c | 1179
54201  +++++++++++++++++++++++++++++++++++++++++++++
54202  3 files changed, 1209 insertions(+), 2 deletions(-)
54203
54204 commit 8fdba506f0f1c66b50f8f4b114d624cb956d03b7
54205 Author: Behdad Esfahbod <behdad@behdad.org>
54206 Date:   Fri Jun 24 20:45:55 2011 -0400
54207
54208     [Indic] Define indic_position_t
54209
54210  src/hb-ot-shape-complex-indic.cc | 239
54211  ++++++++++++++++++++-------------------
54212  1 file changed, 122 insertions(+), 117 deletions(-)
54213
54214 commit 65988a145b4a52c37fd53c1473034f9e701f61d9
54215 Author: Behdad Esfahbod <behdad@behdad.org>
54216 Date:   Fri Jun 24 19:05:52 2011 -0400
54217
54218     [Indic] Add a table of consonant positions
54219
54220     Copied form HarfBuzz.old Indic data.  These are below and post
54221     consonants.  This is temporary.  Read the comment in the patch.
54222
54223  src/hb-ot-shape-complex-indic.cc | 106
54224  +++++++++++++++++++++++++++++++++++++++
54225  1 file changed, 106 insertions(+)
54226
54227 commit c7fe56a1d5d3e969b6ec51cd9ecd471706a19568
54228 Author: Behdad Esfahbod <behdad@behdad.org>
54229 Date:   Fri Jun 24 19:05:34 2011 -0400
54230
54231     [Indic] Some of the basic features are global;  Mark them so
54232
54233  src/hb-ot-shape-complex-indic-machine.rl |  1 +
54234  src/hb-ot-shape-complex-indic.cc         | 48
54235  ++++++++++++++++++++++----------
54236  2 files changed, 35 insertions(+), 14 deletions(-)
54237
54238 commit 867361c3ad39629a8d5b7dc48d558a1c19e37d43
54239 Author: Behdad Esfahbod <behdad@behdad.org>
54240 Date:   Fri Jun 17 18:35:46 2011 -0400
54241
54242     [indic] Add syllable recognition state machine
54243
54244     Using an incredible tool called Ragel.
54245
54246  src/Makefile.am                          |   5 ++
54247  src/hb-ot-shape-complex-indic-machine.rl | 105
54248  +++++++++++++++++++++++++++++++
54249  src/hb-ot-shape-complex-indic.cc         |  21 +++++--
54250  3 files changed, 125 insertions(+), 6 deletions(-)
54251
54252 commit 422e08dbb8e2c0c5664f1bdc7e159a673cfea8c5
54253 Author: Behdad Esfahbod <behdad@behdad.org>
54254 Date:   Wed Jun 15 17:22:48 2011 -0400
54255
54256     Better categorize Indic character classes
54257
54258     Matches OT types now.
54259
54260  src/hb-ot-shape-complex-indic.cc | 51
54261  +++++++++++++++++++++++++---------------
54262  1 file changed, 32 insertions(+), 19 deletions(-)
54263
54264 commit 31f18abecb149f8888a72510f2660328dd6de16d
54265 Author: Behdad Esfahbod <behdad@behdad.org>
54266 Date:   Wed Jun 15 09:49:58 2011 -0400
54267
54268     Minor compiler warning fixes
54269
54270  src/hb-buffer-private.hh           |  8 ++++----
54271  src/hb-object-private.hh           |  4 ++--
54272  src/hb-open-type-private.hh        |  6 +++---
54273  src/hb-ot-layout-common-private.hh |  8 ++++----
54274  src/hb-ot-map.cc                   | 28 +++++++++++++++-------------
54275  src/hb-ot-shape-complex-arabic.cc  |  3 +--
54276  src/hb-view.cc                     | 11 ++++++-----
54277  test/test-object.c                 | 22 +++++++++++-----------
54278  test/test-unicode.c                |  4 ++--
54279  9 files changed, 48 insertions(+), 46 deletions(-)
54280
54281 commit e3693b72f0651985d4f619cde668611639dca885
54282 Author: Behdad Esfahbod <behdad@behdad.org>
54283 Date:   Wed Jun 15 09:33:52 2011 -0400
54284
54285     Change a couple strstr() to strchr()
54286
54287  src/hb-ot-tag.cc | 4 ++--
54288  1 file changed, 2 insertions(+), 2 deletions(-)
54289
54290 commit b9452bfc1696457e156e79037c863903da5454fc
54291 Author: Behdad Esfahbod <behdad@behdad.org>
54292 Date:   Tue Jun 14 14:47:07 2011 -0400
54293
54294     Fix compiler warnings with -pedantic
54295
54296  src/hb-blob.cc                   | 18 +++++++++---------
54297  src/hb-glib.cc                   | 20 ++++++++++----------
54298  src/hb-icu.cc                    | 20 ++++++++++----------
54299  src/hb-object-private.hh         |  2 +-
54300  src/hb-open-type-private.hh      | 14 +++++++-------
54301  src/hb-ot-layout-gdef-private.hh |  2 +-
54302  src/hb-ot-layout.cc              |  2 +-
54303  src/hb-ot-map-private.hh         |  2 +-
54304  src/hb-ot-shape-complex-indic.cc |  8 ++++----
54305  src/hb-ot-shape-private.hh       |  2 +-
54306  src/hb-ot-shape.cc               |  2 +-
54307  11 files changed, 46 insertions(+), 46 deletions(-)
54308
54309 commit 970e092dc23cbeb7897d4c7bb58c042209f518fb
54310 Author: Behdad Esfahbod <behdad@behdad.org>
54311 Date:   Tue Jun 14 14:35:44 2011 -0400
54312
54313     Remove extra semicolon
54314
54315  src/hb-private.hh | 2 +-
54316  1 file changed, 1 insertion(+), 1 deletion(-)
54317
54318 commit 81426808020e2b88f008480bd63519aa68c579a7
54319 Author: Behdad Esfahbod <behdad@behdad.org>
54320 Date:   Mon Jun 13 16:02:18 2011 -0400
54321
54322     Cosmetic
54323
54324  src/gen-indic-table.py                 |    9 +-
54325  src/hb-ot-shape-complex-indic-table.hh | 1038
54326  ++++++++++++++++----------------
54327  2 files changed, 524 insertions(+), 523 deletions(-)
54328
54329 commit 902ab866f2d2edc3a71c1203065e6ddf49e5b431
54330 Author: Behdad Esfahbod <behdad@behdad.org>
54331 Date:   Fri Jun 10 23:08:54 2011 -0400
54332
54333     GNOME Bug 652227 - Unconditional use of stdint.h
54334
54335  src/hb-common.h | 33 ++++++++++++++++++++++-----------
54336  1 file changed, 22 insertions(+), 11 deletions(-)
54337
54338 commit 20503ccd578c9983162857954e3236413469ed35
54339 Author: Behdad Esfahbod <behdad@behdad.org>
54340 Date:   Tue Jun 7 17:02:48 2011 -0400
54341
54342     More Indic data shuffling
54343
54344  src/hb-ot-shape-complex-indic.cc | 74
54345  +++++++++++++++++++++++++++-------------
54346  1 file changed, 50 insertions(+), 24 deletions(-)
54347
54348 commit 63b177e45c2405272da3fa6c26fe11ae37950bd0
54349 Author: Behdad Esfahbod <behdad@behdad.org>
54350 Date:   Tue Jun 7 15:51:40 2011 -0400
54351
54352     Minor
54353
54354  src/hb-ot-shape.cc | 1 +
54355  1 file changed, 1 insertion(+)
54356
54357 commit b9ddbd55930228422e82b34a141ad1b6093f5376
54358 Author: Behdad Esfahbod <behdad@behdad.org>
54359 Date:   Thu Jun 2 17:43:12 2011 -0400
54360
54361     [Indic] Start an Indic shaper
54362
54363     Nothing functional in there yet.
54364
54365     So far, we're parsing IndicSyllabicCategory.txt and
54366     IndicMatraCategory.txt
54367     fils from Unicode Character Database and store them in an array to
54368     be used
54369     by the shaper.  Also hooked up the shaper, but it does not do anything
54370     right now.
54371
54372  src/Makefile.am                        |   3 +
54373  src/gen-indic-table.py                 | 201 ++++++++
54374  src/hb-ot-shape-complex-arabic.cc      |   4 +-
54375  src/hb-ot-shape-complex-indic-table.hh | 834
54376  +++++++++++++++++++++++++++++++++
54377  src/hb-ot-shape-complex-indic.cc       | 141 ++++++
54378  src/hb-ot-shape-complex-private.hh     |  58 ++-
54379  src/hb-ot-shape-private.hh             |   3 +-
54380  7 files changed, 1237 insertions(+), 7 deletions(-)
54381
54382 commit 697a65c5f5cda53bc68720886a253a019e8212a8
54383 Author: Behdad Esfahbod <behdad@behdad.org>
54384 Date:   Wed Jun 1 20:52:00 2011 -0400
54385
54386     Minor
54387
54388  src/gen-arabic-table.py                 | 21 +++++++++++++--------
54389  src/hb-ot-shape-complex-arabic-table.hh |  9 ++++-----
54390  2 files changed, 17 insertions(+), 13 deletions(-)
54391
54392 commit 9de1481f2bbbf2a174280b849628612f36a2f701
54393 Author: Behdad Esfahbod <behdad@behdad.org>
54394 Date:   Wed Jun 1 20:45:14 2011 -0400
54395
54396     Update to ArabicShaping-6.1.0d2.txt
54397
54398  src/hb-ot-shape-complex-arabic-table.hh | 307
54399  ++++++++++++++++++++------------
54400  1 file changed, 197 insertions(+), 110 deletions(-)
54401
54402 commit 9d49433efba2217852f4e44f056465b451961c49
54403 Author: Behdad Esfahbod <behdad@behdad.org>
54404 Date:   Wed Jun 1 18:10:10 2011 -0400
54405
54406     Minor rename
54407
54408  src/Makefile.am                                          | 2 +-
54409  src/{gen-arabic-joining-table.py => gen-arabic-table.py} | 2 +-
54410  src/hb-ot-shape-complex-arabic-table.hh                  | 2 +-
54411  3 files changed, 3 insertions(+), 3 deletions(-)
54412
54413 commit 0eafce56eed4c5166ee5b97b121a452ffd292a7a
54414 Author: Behdad Esfahbod <behdad@behdad.org>
54415 Date:   Wed Jun 1 12:44:30 2011 -0400
54416
54417     [TODO] New items
54418
54419  TODO | 4 ++++
54420  1 file changed, 4 insertions(+)
54421
54422 commit 89a2bc9ba674e7e57fec1fd8ce7648a44f3aab63
54423 Author: Behdad Esfahbod <behdad@behdad.org>
54424 Date:   Tue May 31 15:18:13 2011 -0400
54425
54426     [Vertical] Apply vertical features
54427
54428     We apply all of vert, vrt2, vkrn, valt, and vpal.
54429
54430  TODO               |  7 -------
54431  src/hb-ot-shape.cc | 50
54432  +++++++++++++++++++++++++++++++++++++++++---------
54433  2 files changed, 41 insertions(+), 16 deletions(-)
54434
54435 commit 0c6a9767c812c00f2a6a02d9f43f4694e1f43815
54436 Author: Behdad Esfahbod <behdad@behdad.org>
54437 Date:   Tue May 31 12:59:17 2011 -0400
54438
54439     [hb-view] Add --face-index to choose a face in a TrueType Collection
54440
54441  src/hb-view.cc | 7 ++++++-
54442  1 file changed, 6 insertions(+), 1 deletion(-)
54443
54444 commit 4f28fbdd804fabeec57a98fe267d892ab58b3a6d
54445 Author: Behdad Esfahbod <behdad@behdad.org>
54446 Date:   Tue May 31 12:33:11 2011 -0400
54447
54448     Fix TTC header handling
54449
54450     Also change the Version type to avoid similar bugs in the future.
54451
54452     Reported by Grigori Goronzy.
54453
54454  src/hb-open-file-private.hh      | 6 +++---
54455  src/hb-open-type-private.hh      | 2 +-
54456  src/hb-ot-layout-gdef-private.hh | 6 +++---
54457  3 files changed, 7 insertions(+), 7 deletions(-)
54458
54459 commit 21deab2bdc58d8e9f1a3ba1f9c61c30a79e288a1
54460 Author: Behdad Esfahbod <behdad@behdad.org>
54461 Date:   Mon May 30 11:08:40 2011 -0400
54462
54463     Fixed inifinite loop introduced in 7403e055cd1463f
54464
54465     k is the index, not j.
54466
54467     Reported by Tom Hacohen.
54468
54469  src/hb-ot-layout-gpos-private.hh | 4 ++--
54470  1 file changed, 2 insertions(+), 2 deletions(-)
54471
54472 commit 51881a61ca96c3328e2d92927a5a61e60997a429
54473 Author: Behdad Esfahbod <behdad@behdad.org>
54474 Date:   Fri May 27 18:15:56 2011 -0400
54475
54476     Shrink code size
54477
54478  src/hb-ot-map-private.hh | 11 +----------
54479  src/hb-ot-map.cc         | 11 +++++++++++
54480  2 files changed, 12 insertions(+), 10 deletions(-)
54481
54482 commit 90645fb24bcbb78183576d3641a99560d87e49f2
54483 Author: Behdad Esfahbod <behdad@behdad.org>
54484 Date:   Fri May 27 18:13:31 2011 -0400
54485
54486     [OT] Separate map_builder from the actual map
54487
54488     Respectively, separate planner from the actual plan.
54489
54490  src/hb-ot-map-private.hh           | 121
54491  ++++++++++++++++++++-----------------
54492  src/hb-ot-map.cc                   |  33 +++++-----
54493  src/hb-ot-shape-complex-arabic.cc  |   6 +-
54494  src/hb-ot-shape-complex-private.hh |   8 +--
54495  src/hb-ot-shape-private.hh         |  22 +++++++
54496  src/hb-ot-shape.cc                 |  28 +++++----
54497  6 files changed, 127 insertions(+), 91 deletions(-)
54498
54499 commit 5560a19e2b3901437d8ee2e5905b4ac77073bfbe
54500 Author: Behdad Esfahbod <behdad@behdad.org>
54501 Date:   Fri May 27 17:49:16 2011 -0400
54502
54503     Minor
54504
54505  src/hb-view.cc | 2 +-
54506  1 file changed, 1 insertion(+), 1 deletion(-)
54507
54508 commit 1587c26fe94087040b4a5d682ec196f568e4a1a2
54509 Author: Behdad Esfahbod <behdad@behdad.org>
54510 Date:   Fri May 27 16:05:01 2011 -0400
54511
54512     [TODO] Add item
54513
54514  TODO | 2 ++
54515  1 file changed, 2 insertions(+)
54516
54517 commit 5c9f14932d59e306fbc72f7daecb384a16da73d9
54518 Author: Behdad Esfahbod <behdad@behdad.org>
54519 Date:   Fri May 27 15:59:33 2011 -0400
54520
54521     Minor
54522
54523  Makefile.am | 2 ++
54524  1 file changed, 2 insertions(+)
54525
54526 commit 5bc18195d55570ef01e4b24dd248f222f081b0a2
54527 Author: Behdad Esfahbod <behdad@behdad.org>
54528 Date:   Fri May 27 15:58:54 2011 -0400
54529
54530     Add check-includes.sh
54531
54532  src/Makefile.am               |  7 +++++++
54533  src/check-c-linkage-decls.sh  |  6 +++++-
54534  src/check-header-guards.sh    |  8 +++++++-
54535  src/check-includes.sh         | 42
54536  ++++++++++++++++++++++++++++++++++++++++++
54537  src/check-internal-symbols.sh |  8 ++++----
54538  src/check-libstdc++.sh        |  7 ++++---
54539  src/hb-ot-shape.h             |  1 +
54540  7 files changed, 70 insertions(+), 9 deletions(-)
54541
54542 commit 3f12c434e20261f6d5c600e56575b7dfdd5b1470
54543 Author: Behdad Esfahbod <behdad@behdad.org>
54544 Date:   Fri May 27 04:58:11 2011 -0400
54545
54546     [configure] Generate sha256sum and GPG-sign it
54547
54548  Makefile.am | 29 ++++++++++++++++++++++++++++-
54549  1 file changed, 28 insertions(+), 1 deletion(-)
54550
54551 commit 75ba4073ca6f72c135927d9314197a605281b789
54552 Author: Behdad Esfahbod <behdad@behdad.org>
54553 Date:   Fri May 27 03:58:17 2011 -0400
54554
54555     [test] Rename valgrind-log to log-vaglring.txt
54556
54557  test/Makefile.am | 6 +++---
54558  1 file changed, 3 insertions(+), 3 deletions(-)
54559
54560 commit e3b0ba8e292e6a90666cfbbab6faf11ae11f9ddb
54561 Author: Behdad Esfahbod <behdad@behdad.org>
54562 Date:   Fri May 27 03:56:37 2011 -0400
54563
54564     Minor
54565
54566  harfbuzz.doap | 4 ++--
54567  1 file changed, 2 insertions(+), 2 deletions(-)
54568
54569 commit 595dc63eee926a0e0fee26f8225b5fbe00610fcb
54570 Author: Behdad Esfahbod <behdad@behdad.org>
54571 Date:   Fri May 27 04:14:12 2011 -0400
54572
54573     Bump version to 0.7.0 to open up for development
54574
54575  configure.ac | 2 +-
54576  1 file changed, 1 insertion(+), 1 deletion(-)
54577
54578 commit f24557604281356131618546332d7ee3a0c8abef
54579 Author: Behdad Esfahbod <behdad@behdad.org>
54580 Date:   Wed May 25 16:08:06 2011 -0400
54581
54582     Release 0.6.0.  First official tarball release!
54583
54584     There are no API guarantees just yet, but I *expect* that no
54585     incompatible API changes to happen before 1.0.0.
54586
54587     Update NEWS.
54588
54589  NEWS         | 262
54590  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
54591  configure.ac |   2 +-
54592  2 files changed, 263 insertions(+), 1 deletion(-)
54593
54594 commit 654f88fbc9bcb54f9bd2d5586236234e03424044
54595 Author: Behdad Esfahbod <behdad@behdad.org>
54596 Date:   Fri May 27 03:38:46 2011 -0400
54597
54598     [test-common] Test hb_direction_to_string()
54599
54600     Caught by "make check-symbols".
54601
54602  test/test-common.c | 6 ++++++
54603  1 file changed, 6 insertions(+)
54604
54605 commit 18bced134fc3379c9124ba029e22ff3f6434ca0f
54606 Author: Behdad Esfahbod <behdad@behdad.org>
54607 Date:   Fri May 27 03:38:30 2011 -0400
54608
54609     [test] Rename test-symbols to check-symbols
54610
54611     Shows undocumented symbols.
54612
54613  test/Makefile.am | 37 +++++++++++++++++++++----------------
54614  1 file changed, 21 insertions(+), 16 deletions(-)
54615
54616 commit 376dafa6ed414e368e9dc1d5a2e0bfc8e55f410d
54617 Author: Behdad Esfahbod <behdad@behdad.org>
54618 Date:   Fri May 27 03:35:58 2011 -0400
54619
54620     Hide internal symbols
54621
54622  src/hb-ot-shape.cc | 4 ++--
54623  1 file changed, 2 insertions(+), 2 deletions(-)
54624
54625 commit 0e482ec6ba30b613f2d7ee97c61be458c5aebcd6
54626 Author: Behdad Esfahbod <behdad@behdad.org>
54627 Date:   Fri May 27 02:46:28 2011 -0400
54628
54629     [test/unicode] Fix double-free
54630
54631     Caught by "make check-valgrind".
54632
54633  test/Makefile.am    | 2 +-
54634  test/test-unicode.c | 2 --
54635  2 files changed, 1 insertion(+), 3 deletions(-)
54636
54637 commit 28b1bac5415774cf892c9cc0afcac1324c2093f5
54638 Author: Behdad Esfahbod <behdad@behdad.org>
54639 Date:   Fri May 27 02:44:29 2011 -0400
54640
54641     [test] Switch to automake-based test-runner
54642
54643     Adds check-valgrind among other modes.  We do not run under gtester by
54644     default anymore.
54645
54646  Makefile.am                 |  2 +
54647  test/.valgrind-suppressions |  0
54648  test/Makefile.am            | 48 ++++++++++++++++++++++--
54649  test/Makefile.decl          | 90
54650  ---------------------------------------------
54651  4 files changed, 47 insertions(+), 93 deletions(-)
54652
54653 commit adbc97ddde27cf609d95d3249f3ea8060a6e1d20
54654 Author: Behdad Esfahbod <behdad@behdad.org>
54655 Date:   Fri May 27 01:33:18 2011 -0400
54656
54657     [test] Add test-symbols that checks API symbol text coverage
54658
54659     We're not at 100% coverage yet, so do not enable the test by default.
54660
54661  test/Makefile.am | 21 +++++++++++++++++++++
54662  1 file changed, 21 insertions(+)
54663
54664 commit 9313b9aa66a82fd3fa60d8417c22a5350e5a8791
54665 Author: Behdad Esfahbod <behdad@behdad.org>
54666 Date:   Fri May 27 01:00:55 2011 -0400
54667
54668     [test/version] Test hb-version.h
54669
54670  test/Makefile.am    |  1 +
54671  test/test-version.c | 80
54672  +++++++++++++++++++++++++++++++++++++++++++++++++++++
54673  2 files changed, 81 insertions(+)
54674
54675 commit 329c15714be90d3fc2d9054f80cb14fa325dc959
54676 Author: Behdad Esfahbod <behdad@behdad.org>
54677 Date:   Wed May 25 16:07:07 2011 -0400
54678
54679     Add libtool versioning
54680
54681     The versioning is automatic.  For now, soname-major is 0.  With
54682     the 1.0.0 release it will jump to 1 and stay there forever.
54683
54684  configure.ac    | 26 +++++++++++++++++++++-----
54685  src/Makefile.am |  1 +
54686  2 files changed, 22 insertions(+), 5 deletions(-)
54687
54688 commit 5b21eff8c4a00962d4315a47a65a143abe323299
54689 Author: Behdad Esfahbod <behdad@behdad.org>
54690 Date:   Wed May 25 14:49:35 2011 -0400
54691
54692     Update README, etc
54693
54694  COPYING      | 1 +
54695  README       | 8 +++-----
54696  configure.ac | 2 +-
54697  3 files changed, 5 insertions(+), 6 deletions(-)
54698
54699 commit 5bf56ea056b30fba8e07e82ec818c430cab8cafd
54700 Author: Behdad Esfahbod <behdad@behdad.org>
54701 Date:   Wed May 25 14:43:10 2011 -0400
54702
54703     [TODO] Add item
54704
54705  TODO              | 2 ++
54706  test/test-shape.c | 2 ++
54707  2 files changed, 4 insertions(+)
54708
54709 commit 2d8ebcb9d089c2cfbefac71ca6350e2703ab13e3
54710 Author: Behdad Esfahbod <behdad@behdad.org>
54711 Date:   Wed May 25 11:27:33 2011 -0400
54712
54713     [API] One last font-funcs API change
54714
54715     Now that vertical text works correctly, I'm doing a last round
54716     modification of the font-funcs API to simplify.  Expect no more
54717     changes around here.
54718
54719  src/hb-font.cc    | 107
54720  ++++++++++++++++++------------------------------------
54721  src/hb-font.h     |  50 +++++++++++--------------
54722  src/hb-ft.cc      |  26 ++++++-------
54723  test/test-font.c  |  27 +++++++-------
54724  test/test-shape.c |  21 +++++------
54725  5 files changed, 91 insertions(+), 140 deletions(-)
54726
54727 commit d31691296f7d3051fcd345bf1325d17835484b50
54728 Author: Behdad Esfahbod <behdad@behdad.org>
54729 Date:   Wed May 25 11:01:32 2011 -0400
54730
54731     [test] Update to API changes
54732
54733  test/test-font.c  | 72
54734  ++++++++++++++++++++++---------------------------------
54735  test/test-shape.c | 35 +++++++++++++--------------
54736  2 files changed, 44 insertions(+), 63 deletions(-)
54737
54738 commit 7403e055cd1463f38215ad9faedd61c3e1b66ac5
54739 Author: Behdad Esfahbod <behdad@behdad.org>
54740 Date:   Tue May 24 21:04:15 2011 -0400
54741
54742     [Vertical] fix vertical gpos
54743
54744     Wow, it took me a few days to find the right fix!
54745
54746     We now set the advance for attached marks to zero, but we
54747     do this in the _finish() state of gpos, so it shouldn't
54748     regress with fonts like DejaVuSansMono that explicitly
54749     decrease the mark advance width to set it to zero.
54750
54751  src/hb-ot-layout-gpos-private.hh | 167
54752  +++++++++++++++++++++++----------------
54753  src/hb-ot-shape.cc               |   9 ++-
54754  2 files changed, 103 insertions(+), 73 deletions(-)
54755
54756 commit ff7cbd0219a7c260612c53b3bed343747d79ec4e
54757 Author: Behdad Esfahbod <behdad@behdad.org>
54758 Date:   Wed May 25 09:56:06 2011 -0400
54759
54760     [TODO] Update
54761
54762  TODO | 14 ++++++++++++--
54763  1 file changed, 12 insertions(+), 2 deletions(-)
54764
54765 commit 3b0bb855e011099f1a4c77ffc5214c658e280b2d
54766 Author: Behdad Esfahbod <behdad@behdad.org>
54767 Date:   Fri May 20 15:59:59 2011 -0400
54768
54769     [Vertical] GPOS x/y advance adjustments only apply in hori/vert
54770     respectively
54771
54772  src/hb-ot-layout-gpos-private.hh | 31 +++++++++++++++++++++----------
54773  1 file changed, 21 insertions(+), 10 deletions(-)
54774
54775 commit cc2086d67ce559878a5ce2b41d89a37eabac90b8
54776 Author: Behdad Esfahbod <behdad@behdad.org>
54777 Date:   Thu May 19 19:19:50 2011 -0400
54778
54779     [Vertical] Fix GPOS y-advance direction
54780
54781  src/hb-ot-layout-gpos-private.hh | 7 ++++---
54782  1 file changed, 4 insertions(+), 3 deletions(-)
54783
54784 commit 67d51ff96154c8909734046601e439dd8f6a86df
54785 Author: Behdad Esfahbod <behdad@behdad.org>
54786 Date:   Thu May 19 19:08:57 2011 -0400
54787
54788     [Vertical] Do fallback origin calculation
54789
54790  src/hb-font.cc | 32 +++++++++++++++++++++++++++-----
54791  1 file changed, 27 insertions(+), 5 deletions(-)
54792
54793 commit 60fbb36096e344e9af79409ce8cfe3f1f7b0d321
54794 Author: Behdad Esfahbod <behdad@behdad.org>
54795 Date:   Thu May 19 18:46:15 2011 -0400
54796
54797     [Vertical] GPOS is always done with horizontal origin
54798
54799  src/hb-font-private.hh           |   4 +-
54800  src/hb-font.cc                   | 187
54801  ++++++++++++++++++---------------------
54802  src/hb-font.h                    |  53 ++++++-----
54803  src/hb-ft.cc                     |  47 ++++------
54804  src/hb-ot-layout-gdef-private.hh |  18 ++--
54805  src/hb-ot-layout-gpos-private.hh |  23 ++---
54806  src/hb-ot-layout.h               |   2 +-
54807  src/hb-ot-shape.cc               |  15 ++++
54808  8 files changed, 166 insertions(+), 183 deletions(-)
54809
54810 commit 8b38faeede41e64eb0f6ac2e12ce51dd7138d50a
54811 Author: Behdad Esfahbod <behdad@behdad.org>
54812 Date:   Thu May 19 13:08:00 2011 -0400
54813
54814     More vertical
54815
54816     Starting to get there, but not without yet another round of changes.
54817
54818     I think I know wheere to go now.
54819
54820  src/hb-font.cc     | 44 ++++++++++++++++++++++++++++++++------------
54821  src/hb-font.h      | 10 ++++++++++
54822  src/hb-ft.cc       | 14 ++++++++++++--
54823  src/hb-ot-shape.cc |  4 ++++
54824  4 files changed, 58 insertions(+), 14 deletions(-)
54825
54826 commit e609aeb1e24da6b7c812396cddb93ee3c95ef87a
54827 Author: Behdad Esfahbod <behdad@behdad.org>
54828 Date:   Wed May 18 10:17:02 2011 -0400
54829
54830     [hb-view] Add --annotate
54831
54832     Currently it only marks glyph origins.
54833
54834  src/hb-view.cc | 20 +++++++++++++++++++-
54835  1 file changed, 19 insertions(+), 1 deletion(-)
54836
54837 commit b8d76dd74e50d295918cc015e9d2a55e2bf6a461
54838 Author: Behdad Esfahbod <behdad@behdad.org>
54839 Date:   Tue May 17 23:31:00 2011 -0400
54840
54841     Vertical: Adjust origin in glyph_extents() and glyph_contour_point()
54842
54843     The base for vertical is almost ready now.
54844
54845  src/hb-font.cc | 12 ++++++++----
54846  1 file changed, 8 insertions(+), 4 deletions(-)
54847
54848 commit 190981851fe2bb6479b5c72451279f66fe4f6e23
54849 Author: Behdad Esfahbod <behdad@behdad.org>
54850 Date:   Tue May 17 23:27:22 2011 -0400
54851
54852     Cosmetic
54853
54854  src/hb-font.cc | 114
54855  ++++++++++++++++++++++++++++-----------------------------
54856  src/hb-ft.cc   |  36 +++++++++---------
54857  2 files changed, 74 insertions(+), 76 deletions(-)
54858
54859 commit 2c3f51a11c176aa3fc12a9522325efaef2c79d35
54860 Author: Behdad Esfahbod <behdad@behdad.org>
54861 Date:   Tue May 17 23:23:27 2011 -0400
54862
54863     Minor
54864
54865  src/hb-font.cc | 4 ++--
54866  1 file changed, 2 insertions(+), 2 deletions(-)
54867
54868 commit 7e2c85de305be59e1a6afa7d2061e4b7dd00acf7
54869 Author: Behdad Esfahbod <behdad@behdad.org>
54870 Date:   Tue May 17 17:55:03 2011 -0400
54871
54872     [API] Vertical support, take 2
54873
54874     I like this API *much* better.  Implementation still incomplete, but
54875     horizontal works.
54876
54877  src/hb-font-private.hh           |   7 +-
54878  src/hb-font.cc                   | 185
54879  +++++++++++++++++++++++----------------
54880  src/hb-font.h                    | 109 ++++++++++++-----------
54881  src/hb-ft.cc                     |  66 ++++++++------
54882  src/hb-ot-layout-gdef-private.hh |   2 +-
54883  src/hb-ot-layout-gpos-private.hh |   2 +-
54884  src/hb-ot-shape.cc               |   8 +-
54885  7 files changed, 218 insertions(+), 161 deletions(-)
54886
54887 commit 744970af4d884cc87ffa645804578fec8df674a9
54888 Author: Behdad Esfahbod <behdad@behdad.org>
54889 Date:   Mon May 16 18:15:37 2011 -0400
54890
54891     [API] Add support for vertical text
54892
54893     Design not final yet, and in fact I'm going to change it immediately,
54894     but this is an standalone change for itself.
54895
54896  src/hb-font-private.hh               |  35 ++--
54897  src/hb-font.cc                       | 387
54898  +++++++++++++++++++++++++----------
54899  src/hb-font.h                        | 164 +++++++++++----
54900  src/hb-ft.cc                         | 227 +++++++++++++-------
54901  src/hb-ot-layout-gdef-private.hh     |   2 +-
54902  src/hb-ot-layout-gpos-private.hh     |  35 ++--
54903  src/hb-ot-layout-gsub-private.hh     |   1 +
54904  src/hb-ot-layout-gsubgpos-private.hh |   1 +
54905  src/hb-ot-shape.cc                   |  14 +-
54906  src/hb-ot-tag.cc                     |   2 +-
54907  test/test-font.c                     |  61 +++---
54908  test/test-shape.c                    |  17 +-
54909  12 files changed, 650 insertions(+), 296 deletions(-)
54910
54911 commit 80dce8b7c8202766d52cc7666355446bbf5b0565
54912 Author: Behdad Esfahbod <behdad@behdad.org>
54913 Date:   Tue May 17 17:08:36 2011 -0400
54914
54915     Minor
54916
54917  TODO | 2 ++
54918  1 file changed, 2 insertions(+)
54919
54920 commit 5be7d047f6bf54cc577e311b5426c463d2b9b131
54921 Author: Behdad Esfahbod <behdad@behdad.org>
54922 Date:   Tue May 17 15:05:34 2011 -0400
54923
54924     Check for mmap()
54925
54926     Apparently there exist systems with mprotect(), but not mmap()?
54927
54928  configure.ac     | 2 +-
54929  test/test-blob.c | 6 ++++--
54930  2 files changed, 5 insertions(+), 3 deletions(-)
54931
54932 commit 4053f3f788353448b41e541ee617aafbe1cac366
54933 Author: Behdad Esfahbod <behdad@behdad.org>
54934 Date:   Mon May 16 16:20:48 2011 -0400
54935
54936     Cosmetic
54937
54938  src/hb-font.h     | 8 ++++----
54939  test/test-shape.c | 6 +++---
54940  2 files changed, 7 insertions(+), 7 deletions(-)
54941
54942 commit 56d12e0356bee5a95b870dfbc2100b8caeb5d593
54943 Author: Behdad Esfahbod <behdad@behdad.org>
54944 Date:   Mon May 16 16:01:58 2011 -0400
54945
54946     Remove unnecessary TODO item
54947
54948  src/hb-ft.cc | 1 -
54949  1 file changed, 1 deletion(-)
54950
54951 commit 1883af3796459cafe2d194064403b6b1152c584d
54952 Author: Behdad Esfahbod <behdad@behdad.org>
54953 Date:   Mon May 16 15:18:16 2011 -0400
54954
54955     [hb-view] Start work on vertical support
54956
54957  src/hb-view.cc | 10 ++++++----
54958  1 file changed, 6 insertions(+), 4 deletions(-)
54959
54960 commit 9aa6f96af5e5940ba5c9596c6ae377fea23c0ec0
54961 Author: Behdad Esfahbod <behdad@behdad.org>
54962 Date:   Mon May 16 15:08:31 2011 -0400
54963
54964     [hb-view] No need to allocate an extra glyph item at the end
54965
54966  src/hb-view.cc | 3 +--
54967  1 file changed, 1 insertion(+), 2 deletions(-)
54968
54969 commit a0359485c9997e3a211f7c00d40c09074d906c4f
54970 Author: Behdad Esfahbod <behdad@behdad.org>
54971 Date:   Mon May 16 15:07:48 2011 -0400
54972
54973     Minor
54974
54975  test/test-shape.c | 6 ++++++
54976  1 file changed, 6 insertions(+)
54977
54978 commit 92de53ea450eaee077eb1730e6d7a487b20ac721
54979 Author: Behdad Esfahbod <behdad@behdad.org>
54980 Date:   Mon May 16 12:24:56 2011 -0400
54981
54982     [test/buffer] Add more tests for nil buffer
54983
54984  test/test-buffer.c | 38 ++++++++++++++++++++++++++++++++++++++
54985  1 file changed, 38 insertions(+)
54986
54987 commit 065fb38c9a338ddb095f2ec9e034fcc5a02167bd
54988 Author: Behdad Esfahbod <behdad@behdad.org>
54989 Date:   Fri May 13 23:04:46 2011 -0400
54990
54991     [test/ot-tag] More tests
54992
54993  test/test-ot-tag.c | 9 +++++++++
54994  1 file changed, 9 insertions(+)
54995
54996 commit 1a64f6e19a4b483e278c85e4941107be2f71b0a4
54997 Author: Behdad Esfahbod <behdad@behdad.org>
54998 Date:   Fri May 13 22:55:32 2011 -0400
54999
55000     [API] Add HB_LANGUAGE_INVALID
55001
55002  src/hb-common.cc   | 5 +++--
55003  src/hb-common.h    | 2 ++
55004  src/hb-ot-tag.cc   | 2 +-
55005  src/hb-shape.cc    | 2 +-
55006  test/test-common.c | 9 ++++++---
55007  5 files changed, 13 insertions(+), 7 deletions(-)
55008
55009 commit 40b5c2e86c633441040196d158e965ad95d6ad37
55010 Author: Behdad Esfahbod <behdad@behdad.org>
55011 Date:   Fri May 13 22:46:36 2011 -0400
55012
55013     [test/test-ot-tag] Test hb-ot-tag.h, fix many bugs
55014
55015     I'm in awe with how many bugs this test revealed.  All fixed.
55016
55017  src/hb-ot-tag.cc   | 153 +++++++++++++++++++++---------------
55018  test/Makefile.am   |   3 +
55019  test/test-ot-tag.c | 227
55020  +++++++++++++++++++++++++++++++++++++++++++++++++++++
55021  3 files changed, 320 insertions(+), 63 deletions(-)
55022
55023 commit 1368018b475c2a6dd5f625af99695ae2fcba1f05
55024 Author: Behdad Esfahbod <behdad@behdad.org>
55025 Date:   Fri May 13 20:25:38 2011 -0400
55026
55027     [TODO] Add items
55028
55029  TODO | 2 ++
55030  1 file changed, 2 insertions(+)
55031
55032 commit 7fc5a30cb4fbe9a4633ab842b0a8cbbcc6f6bd1b
55033 Author: Behdad Esfahbod <behdad@behdad.org>
55034 Date:   Thu May 12 17:48:20 2011 -0400
55035
55036     [API] Add hb_face_make/is_immutable()
55037
55038  src/hb-font-private.hh |  2 ++
55039  src/hb-font.cc         | 18 ++++++++++++++++++
55040  src/hb-font.h          |  6 ++++++
55041  test/test-font.c       |  2 ++
55042  test/test-object.c     |  2 +-
55043  5 files changed, 29 insertions(+), 1 deletion(-)
55044
55045 commit 20c8b908ddf50a9814dfdd9fca595f258273cd4f
55046 Author: Behdad Esfahbod <behdad@behdad.org>
55047 Date:   Thu May 12 15:19:33 2011 -0400
55048
55049     Finish off previous change
55050
55051  src/hb-font.cc | 1 +
55052  1 file changed, 1 insertion(+)
55053
55054 commit 0fd8c2f1be693616f19f2f1526369874763d6cf6
55055 Author: Behdad Esfahbod <behdad@behdad.org>
55056 Date:   Thu May 12 15:14:13 2011 -0400
55057
55058     [API] Make get_glyph() callback return a boolean
55059
55060     We need to know whether the glyph exists, so we can fallback to
55061     composing / decomposing.  Assuming that glyph==0 means "doesn't exist"
55062     wouldn't work for applications like Pango that want to use different
55063     "doesn't exist" glyph codes for different characters.  An explicit
55064     return value fixes that.
55065
55066  src/hb-font.cc     | 15 +++++++++------
55067  src/hb-font.h      | 12 +++++++-----
55068  src/hb-ft.cc       | 12 +++++++-----
55069  src/hb-ot-shape.cc | 13 +++++++++----
55070  test/test-font.c   |  5 ++++-
55071  test/test-shape.c  | 12 +++++++-----
55072  6 files changed, 43 insertions(+), 26 deletions(-)
55073
55074 commit 8e07f93ab4a3ef9adc7942727ef21f2f9a141d10
55075 Author: Behdad Esfahbod <behdad@behdad.org>
55076 Date:   Thu May 12 14:27:44 2011 -0400
55077
55078     [test/shape] Check shape output
55079
55080  test/test-shape.c | 23 +++++++++++++++++++----
55081  1 file changed, 19 insertions(+), 4 deletions(-)
55082
55083 commit 805af72405a2f653f08de392d7172291ffe8e902
55084 Author: Behdad Esfahbod <behdad@behdad.org>
55085 Date:   Thu May 12 12:39:40 2011 -0400
55086
55087     Rename get_kernings() arguments from first/second_glyph to
55088     left/right_glyph
55089
55090     Makes it clear that kerning is in visual order.
55091
55092  src/hb-font.cc | 10 +++++-----
55093  src/hb-font.h  |  4 ++--
55094  src/hb-ft.cc   |  6 +++---
55095  3 files changed, 10 insertions(+), 10 deletions(-)
55096
55097 commit 23d2432219a91c6328efa9e041b1ecf137752ac3
55098 Author: Behdad Esfahbod <behdad@behdad.org>
55099 Date:   Thu May 12 10:53:57 2011 -0400
55100
55101     [test] Add test-shape.c.  Oops
55102
55103  test/test-shape.c | 125
55104  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
55105  1 file changed, 125 insertions(+)
55106
55107 commit c098c3acc8c48b4b6883c50c9a87e81dbe98ba24
55108 Author: Behdad Esfahbod <behdad@behdad.org>
55109 Date:   Thu May 12 10:49:30 2011 -0400
55110
55111     [test/blob] Use MAP_ANON instead of MAP_ANONYMOUS
55112
55113     More portable.
55114
55115  test/test-blob.c | 2 +-
55116  1 file changed, 1 insertion(+), 1 deletion(-)
55117
55118 commit 8329eb7c6ca39e162228733a2210e643b1a1019d
55119 Author: Behdad Esfahbod <behdad@behdad.org>
55120 Date:   Thu May 12 01:39:17 2011 -0400
55121
55122     [test/shape] Add simplest test for hb_shape()
55123
55124  test/Makefile.am | 1 +
55125  1 file changed, 1 insertion(+)
55126
55127 commit df077fadd7828b609bdfe4dbcad52ef2448525c7
55128 Author: Behdad Esfahbod <behdad@behdad.org>
55129 Date:   Thu May 12 01:19:39 2011 -0400
55130
55131     [object] Make object inert during destruction
55132
55133     Such that user_data and other finalizers cannot resurrect object
55134
55135  src/hb-object-private.hh | 2 ++
55136  1 file changed, 2 insertions(+)
55137
55138 commit ee8dd83bb4e0b1c2ca5928391e35e8bd1fca6121
55139 Author: Behdad Esfahbod <behdad@behdad.org>
55140 Date:   Thu May 12 01:02:03 2011 -0400
55141
55142     [TODO] Update
55143
55144  TODO | 6 ++++++
55145  1 file changed, 6 insertions(+)
55146
55147 commit 52df150efeff4cf003cee65f8c91618f1a980bc8
55148 Author: Behdad Esfahbod <behdad@behdad.org>
55149 Date:   Thu May 12 00:46:57 2011 -0400
55150
55151     Fix font subclass chainup
55152
55153     Test passing now.
55154
55155  src/hb-font.cc | 6 +-----
55156  1 file changed, 1 insertion(+), 5 deletions(-)
55157
55158 commit f2c1dd4f746c36a44cf33d0257a3cd800107c286
55159 Author: Behdad Esfahbod <behdad@behdad.org>
55160 Date:   Thu May 12 00:35:12 2011 -0400
55161
55162     [test/font] Test font_funcs subclassing
55163
55164  test/test-font.c | 158
55165  +++++++++++++++++++++++++++++++++++++++++++++++++++++--
55166  1 file changed, 155 insertions(+), 3 deletions(-)
55167
55168 commit 14f1e81b77971204e9325e2a8b6f8b690fac20a7
55169 Author: Behdad Esfahbod <behdad@behdad.org>
55170 Date:   Thu May 12 00:18:28 2011 -0400
55171
55172     [test/font] Test empty funcs
55173
55174  test/test-font.c | 75
55175  ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
55176  1 file changed, 73 insertions(+), 2 deletions(-)
55177
55178 commit 2ca0b5ae1e65d3f43df3a4a2144a1451d8b485c4
55179 Author: Behdad Esfahbod <behdad@behdad.org>
55180 Date:   Wed May 11 23:57:36 2011 -0400
55181
55182     [test/font] Test more
55183
55184  test/test-font.c | 63
55185  ++++++++++++++++++++++++++++++++++++++++++++++++--------
55186  1 file changed, 54 insertions(+), 9 deletions(-)
55187
55188 commit 7033518f756490e9cf00b96387fee6f2f7fae785
55189 Author: Behdad Esfahbod <behdad@behdad.org>
55190 Date:   Wed May 11 23:31:15 2011 -0400
55191
55192     [API] Pass face to get_table()
55193
55194  src/hb-font.cc   | 4 ++--
55195  src/hb-font.h    | 2 +-
55196  src/hb-ft.cc     | 2 +-
55197  test/test-font.c | 2 +-
55198  4 files changed, 5 insertions(+), 5 deletions(-)
55199
55200 commit b46782780690e26a8221e2d63dd224159aebe413
55201 Author: Behdad Esfahbod <behdad@behdad.org>
55202 Date:   Wed May 11 23:25:28 2011 -0400
55203
55204     [API] Remove const from font user_data
55205
55206  src/hb-font.cc | 20 ++++++++++----------
55207  src/hb-font.h  | 20 ++++++++++----------
55208  src/hb-ft.cc   | 20 ++++++++++----------
55209  3 files changed, 30 insertions(+), 30 deletions(-)
55210
55211 commit ea93e7b27ca04a1655d62bd1d18a32805994af44
55212 Author: Behdad Esfahbod <behdad@behdad.org>
55213 Date:   Wed May 11 23:22:55 2011 -0400
55214
55215     [test/font] More tests
55216
55217  test/test-font.c | 36 +++++++++++++++++++++++++++++++++---
55218  1 file changed, 33 insertions(+), 3 deletions(-)
55219
55220 commit cdb153175f8a1521cde112c65b173f548ca6ee5c
55221 Author: Behdad Esfahbod <behdad@behdad.org>
55222 Date:   Wed May 11 23:12:58 2011 -0400
55223
55224     [test/font] More tests
55225
55226  test/test-font.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
55227  1 file changed, 44 insertions(+)
55228
55229 commit 74d9fa3d9ac226ed72702884e721ef94ecc48e22
55230 Author: Behdad Esfahbod <behdad@behdad.org>
55231 Date:   Wed May 11 23:07:47 2011 -0400
55232
55233     [test/font] More get_empty() tests
55234
55235  test/test-font.c | 5 +++++
55236  1 file changed, 5 insertions(+)
55237
55238 commit db9f4eb4e004fadae9d540522d1d21c3bbe659b0
55239 Author: Behdad Esfahbod <behdad@behdad.org>
55240 Date:   Wed May 11 23:06:02 2011 -0400
55241
55242     [test/font] Test get_face() / get_parent()
55243
55244  test/test-font.c | 4 ++++
55245  1 file changed, 4 insertions(+)
55246
55247 commit 606923bb4304d5b9cf164745d657cba58949a80a
55248 Author: Behdad Esfahbod <behdad@behdad.org>
55249 Date:   Wed May 11 23:05:02 2011 -0400
55250
55251     [test/font] Add test_font_properties()
55252
55253  test/test-font.c | 85
55254  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
55255  1 file changed, 85 insertions(+)
55256
55257 commit da603e80386b41b360acb070a862b6ed87da57b8
55258 Author: Behdad Esfahbod <behdad@behdad.org>
55259 Date:   Wed May 11 22:52:35 2011 -0400
55260
55261     [test/font] Start adding tests for hb-font.h
55262
55263  test/Makefile.am    |  1 +
55264  test/test-buffer.c  |  2 +-
55265  test/test-font.c    | 69
55266  +++++++++++++++++++++++++++++++++++++++++++++++++++++
55267  test/test-unicode.c |  1 +
55268  4 files changed, 72 insertions(+), 1 deletion(-)
55269
55270 commit 9a14688e40e926b9453fcb75891f27bff1e45c49
55271 Author: Behdad Esfahbod <behdad@behdad.org>
55272 Date:   Wed May 11 22:49:29 2011 -0400
55273
55274     [API] Rename hb_face_create_for_data() to hb_face_create()
55275
55276  src/hb-font.cc     | 4 ++--
55277  src/hb-font.h      | 4 ++--
55278  src/hb-ft.cc       | 2 +-
55279  src/test.cc        | 2 +-
55280  test/test-object.c | 4 ++--
55281  5 files changed, 8 insertions(+), 8 deletions(-)
55282
55283 commit 46d6a21cc8613519e6ce27b1925e29285cccb71d
55284 Author: Behdad Esfahbod <behdad@behdad.org>
55285 Date:   Wed May 11 22:33:13 2011 -0400
55286
55287     [API] Add hb_ot_layout_substitute_start/finish()
55288
55289  src/hb-ot-layout.cc | 13 +++++++++++++
55290  src/hb-ot-layout.h  |  8 ++++++++
55291  2 files changed, 21 insertions(+)
55292
55293 commit c84d15f52e1183164502d45b476b54f8fe812e0f
55294 Author: Behdad Esfahbod <behdad@behdad.org>
55295 Date:   Wed May 11 22:23:15 2011 -0400
55296
55297     Remove unused hb_set_t
55298
55299  src/hb-private.hh | 48 ------------------------------------------------
55300  1 file changed, 48 deletions(-)
55301
55302 commit 389a7c9e67549b1a9f7c538965e4647077f8e6ec
55303 Author: Behdad Esfahbod <behdad@behdad.org>
55304 Date:   Wed May 11 22:21:38 2011 -0400
55305
55306     Remove hb_static_threadsafe_set_t
55307
55308  src/hb-common.cc        |  5 +++--
55309  src/hb-mutex-private.hh | 42 ------------------------------------------
55310  2 files changed, 3 insertions(+), 44 deletions(-)
55311
55312 commit e06d4eda7bbdb3a1be1f1ce8d98b059a0730f14d
55313 Author: Behdad Esfahbod <behdad@behdad.org>
55314 Date:   Wed May 11 22:18:31 2011 -0400
55315
55316     Use constructor/destructor for hb_ot_shape_plan_t
55317
55318  src/hb-ot-shape-private.hh | 6 +++++-
55319  src/hb-ot-shape.cc         | 4 +---
55320  2 files changed, 6 insertions(+), 4 deletions(-)
55321
55322 commit a5e4e109460ea23fa5e64926a1676c6a02ab6ba2
55323 Author: Behdad Esfahbod <behdad@behdad.org>
55324 Date:   Wed May 11 22:00:56 2011 -0400
55325
55326     Minor
55327
55328  TODO | 2 +-
55329  1 file changed, 1 insertion(+), 1 deletion(-)
55330
55331 commit daa446f184fa27c9764ff7f8a2444d47cf34d986
55332 Author: Behdad Esfahbod <behdad@behdad.org>
55333 Date:   Wed May 11 21:31:25 2011 -0400
55334
55335     Fix compile with no mutex available
55336
55337  src/hb-mutex-private.hh | 10 +++++-----
55338  1 file changed, 5 insertions(+), 5 deletions(-)
55339
55340 commit 1e56c476c10577fe319fe553c5ced000bd740940
55341 Author: Behdad Esfahbod <behdad@behdad.org>
55342 Date:   Wed May 11 21:28:01 2011 -0400
55343
55344     Free static mutex'es
55345
55346  src/hb-mutex-private.hh | 1 +
55347  1 file changed, 1 insertion(+)
55348
55349 commit 831886a9b4073cfe27f7e1db0e957cbd5913fd31
55350 Author: Behdad Esfahbod <behdad@behdad.org>
55351 Date:   Wed May 11 21:27:52 2011 -0400
55352
55353     Streamline mutex stuff
55354
55355  src/hb-mutex-private.hh | 61
55356  ++++++++++++++++++++++++++++++-------------------
55357  src/hb-private.hh       |  8 +++++++
55358  2 files changed, 46 insertions(+), 23 deletions(-)
55359
55360 commit 438c4eee353ddf0de66171d84c6ef9b21cbdf8f6
55361 Author: Behdad Esfahbod <behdad@behdad.org>
55362 Date:   Wed May 11 21:14:34 2011 -0400
55363
55364     Remove unused hb_mutex_trylock()
55365
55366  src/hb-mutex-private.hh | 3 ---
55367  1 file changed, 3 deletions(-)
55368
55369 commit b8477e1da2785708f3232f8f2577f602a5d320d1
55370 Author: Behdad Esfahbod <behdad@behdad.org>
55371 Date:   Wed May 11 21:12:44 2011 -0400
55372
55373     [test] Add tests for _get_empty() funcs
55374
55375  test/test-blob.c    |  1 +
55376  test/test-buffer.c  |  7 +++++++
55377  test/test-unicode.c | 10 ++++++++++
55378  3 files changed, 18 insertions(+)
55379
55380 commit 3994be3ded40e5a3da0e187ad421b19a78865e02
55381 Author: Behdad Esfahbod <behdad@behdad.org>
55382 Date:   Wed May 11 21:08:31 2011 -0400
55383
55384     [TODO] Update
55385
55386  TODO | 4 ++--
55387  1 file changed, 2 insertions(+), 2 deletions(-)
55388
55389 commit 80a6833b032bc63b4e8c3da6489d3767af1168f3
55390 Author: Behdad Esfahbod <behdad@behdad.org>
55391 Date:   Wed May 11 18:14:44 2011 -0400
55392
55393     [API] Add hb_*_get_empty() for all objects
55394
55395  src/hb-buffer.cc   |  6 ++++++
55396  src/hb-buffer.h    |  3 +++
55397  src/hb-font.cc     | 18 ++++++++++++++++++
55398  src/hb-font.h      |  9 +++++++++
55399  src/hb-unicode.cc  |  6 ++++++
55400  src/hb-unicode.h   |  3 +++
55401  test/test-object.c | 36 +++++++++++++++++++++++++++++++++---
55402  7 files changed, 78 insertions(+), 3 deletions(-)
55403
55404 commit d3b30be378c1dec0259a626d9a408bb9ca1b71ac
55405 Author: Behdad Esfahbod <behdad@behdad.org>
55406 Date:   Wed May 11 18:06:12 2011 -0400
55407
55408     [API] Add HB_UNTAG()
55409
55410     Useful in C API only.
55411
55412  src/hb-common.h | 1 +
55413  1 file changed, 1 insertion(+)
55414
55415 commit 3cc6e9dcb42551761c3a1a9d3c25b1f1bcdc2419
55416 Author: Behdad Esfahbod <behdad@behdad.org>
55417 Date:   Wed May 11 18:02:48 2011 -0400
55418
55419     Minor
55420
55421  src/test.cc | 9 ++++++---
55422  1 file changed, 6 insertions(+), 3 deletions(-)
55423
55424 commit 4101ca7dbbdf1438fa116fb8cad935501ac7cca8
55425 Author: Behdad Esfahbod <behdad@behdad.org>
55426 Date:   Wed May 11 14:30:56 2011 -0400
55427
55428     Plug more leaks
55429
55430     All good now.
55431
55432  src/hb-blob.cc              | 2 +-
55433  src/hb-open-type-private.hh | 8 ++++----
55434  2 files changed, 5 insertions(+), 5 deletions(-)
55435
55436 commit 6a7ac79e26e85f6781186cf708a12825c0857324
55437 Author: Behdad Esfahbod <behdad@behdad.org>
55438 Date:   Wed May 11 14:19:18 2011 -0400
55439
55440     Plug leaks
55441
55442  src/hb-ot-map-private.hh   |  7 +++++++
55443  src/hb-ot-shape-private.hh |  2 ++
55444  src/hb-ot-shape.cc         |  2 ++
55445  src/hb-private.hh          | 10 +++++++++-
55446  4 files changed, 20 insertions(+), 1 deletion(-)
55447
55448 commit 7aa12ebdff11a4ffbd04bf9b164586eb0c172e37
55449 Author: Behdad Esfahbod <behdad@behdad.org>
55450 Date:   Wed May 11 11:55:11 2011 -0400
55451
55452     [unicode] Simplify method setting
55453
55454  src/hb-unicode.cc   | 6 +-----
55455  test/test-unicode.c | 6 +++++-
55456  2 files changed, 6 insertions(+), 6 deletions(-)
55457
55458 commit d5bfd0272130a315d3b5e6cdcf9b7e6395879204
55459 Author: Behdad Esfahbod <behdad@behdad.org>
55460 Date:   Wed May 11 11:48:28 2011 -0400
55461
55462     Minor
55463
55464  src/Makefile.am | 2 +-
55465  1 file changed, 1 insertion(+), 1 deletion(-)
55466
55467 commit 6a4e7e1372ef9fde81b84ecc9c4d1f23d97396c1
55468 Author: Behdad Esfahbod <behdad@behdad.org>
55469 Date:   Wed May 11 10:31:33 2011 -0400
55470
55471     Add maxp table
55472
55473     Not used for anything right now.  Will use to get num_glyphs in
55474     the future.
55475
55476  src/Makefile.am           |  1 +
55477  src/hb-ot-head-private.hh |  1 -
55478  src/hb-ot-layout.cc       |  1 +
55479  src/hb-ot-maxp-private.hh | 68
55480  +++++++++++++++++++++++++++++++++++++++++++++++
55481  4 files changed, 70 insertions(+), 1 deletion(-)
55482
55483 commit e0b0710ae52bcc8c6fbd87dfae83818faa5d5f5f
55484 Author: Behdad Esfahbod <behdad@behdad.org>
55485 Date:   Wed May 11 08:58:21 2011 -0400
55486
55487     Minor
55488
55489  TODO | 4 +++-
55490  1 file changed, 3 insertions(+), 1 deletion(-)
55491
55492 commit a513dbcf73ab1cc39a7c9653034904d0c6cd9fe9
55493 Author: Behdad Esfahbod <behdad@behdad.org>
55494 Date:   Wed May 11 00:24:34 2011 -0400
55495
55496     [API] Change signature of get_contour_point and get_kerning ffuncs
55497
55498     get_contour_point now takes glyph id before point_index.
55499
55500     get_kerning now takes a vector to fill-in.
55501
55502  src/hb-font.cc                   | 56
55503  +++++++++++++++++++++-------------------
55504  src/hb-font.h                    | 16 +++++++-----
55505  src/hb-ft.cc                     | 11 +++++---
55506  src/hb-ot-layout-gdef-private.hh |  2 +-
55507  src/hb-ot-layout-gpos-private.hh |  2 +-
55508  src/hb-ot-shape.cc               | 15 ++++++++---
55509  6 files changed, 59 insertions(+), 43 deletions(-)
55510
55511 commit 63d646fb2933c2765ce526d321a498d0f7fae2f5
55512 Author: Behdad Esfahbod <behdad@behdad.org>
55513 Date:   Wed May 11 00:15:37 2011 -0400
55514
55515     [font] Do user-space conversion when chaining up to parent font
55516
55517  src/hb-font-private.hh | 28 ++++++++++++++++++++++++++++
55518  src/hb-font.cc         | 23 +++++++++++++++++------
55519  2 files changed, 45 insertions(+), 6 deletions(-)
55520
55521 commit b6f902a1a9c8b72b5d6a241a14a7bacfaea3a56a
55522 Author: Behdad Esfahbod <behdad@behdad.org>
55523 Date:   Wed May 11 00:04:15 2011 -0400
55524
55525     Minor
55526
55527  src/hb-font-private.hh           |  6 +++---
55528  src/hb-ot-layout-gdef-private.hh |  6 +++---
55529  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
55530  3 files changed, 16 insertions(+), 16 deletions(-)
55531
55532 commit abcfe9b59b4475eb02dd679aac4bc59616713b28
55533 Author: Behdad Esfahbod <behdad@behdad.org>
55534 Date:   Wed May 11 00:02:02 2011 -0400
55535
55536     Remove hb_ot_layout_context_t, simplify code
55537
55538  src/hb-font-private.hh               |  12 +++-
55539  src/hb-font.cc                       |   6 +-
55540  src/hb-ot-layout-common-private.hh   |   8 +--
55541  src/hb-ot-layout-gdef-private.hh     |  34 +++++-----
55542  src/hb-ot-layout-gpos-private.hh     | 121
55543  ++++++++++++++++++-----------------
55544  src/hb-ot-layout-gsub-private.hh     |  24 +++----
55545  src/hb-ot-layout-gsubgpos-private.hh |  11 ++--
55546  src/hb-ot-layout-private.hh          |  13 ----
55547  src/hb-ot-layout.cc                  |  15 +----
55548  9 files changed, 118 insertions(+), 126 deletions(-)
55549
55550 commit 1ded6d8bbf93b7dabf2b1f620c07bd3236e7a60f
55551 Author: Behdad Esfahbod <behdad@behdad.org>
55552 Date:   Tue May 10 20:49:02 2011 -0400
55553
55554     Make default font-funcs chain-up to the parent
55555
55556  src/hb-font.cc | 44 +++++++++++++++++++++++++++++++++++++++-----
55557  src/hb-font.h  | 41 +++++++++++++++++++++--------------------
55558  2 files changed, 60 insertions(+), 25 deletions(-)
55559
55560 commit b9d975b931d6310f25fab5ac280f523cdc27bf94
55561 Author: Behdad Esfahbod <behdad@behdad.org>
55562 Date:   Tue May 10 20:41:13 2011 -0400
55563
55564     [API] Pass down closure user_data to font funcs
55565
55566  src/hb-font-private.hh |  30 ++++++--
55567  src/hb-font.cc         | 184
55568  +++++++++++++++++++++++++------------------------
55569  src/hb-font.h          |  42 ++++++-----
55570  src/hb-ft.cc           | 103 ++++++++++++++-------------
55571  4 files changed, 198 insertions(+), 161 deletions(-)
55572
55573 commit 446df9cdb1fddb51819b731436fca54146d0bb23
55574 Author: Behdad Esfahbod <behdad@behdad.org>
55575 Date:   Tue May 10 20:14:44 2011 -0400
55576
55577     Whitespace
55578
55579  src/hb-unicode.h | 30 +++++++++++++++---------------
55580  1 file changed, 15 insertions(+), 15 deletions(-)
55581
55582 commit 686c2d165dfb284b74b78f6b902d04b585dcaef3
55583 Author: Behdad Esfahbod <behdad@behdad.org>
55584 Date:   Tue May 10 20:04:26 2011 -0400
55585
55586     [API] Remove font_funcs func getter functions
55587
55588  src/hb-font.cc | 32 --------------------------------
55589  src/hb-font.h  | 18 ------------------
55590  2 files changed, 50 deletions(-)
55591
55592 commit defc45be6d75aba4a67fa7814b91b73bad953fe6
55593 Author: Behdad Esfahbod <behdad@behdad.org>
55594 Date:   Tue May 10 20:02:49 2011 -0400
55595
55596     [API] Add hb_font_create_sub_font() and hb_font_get_parent()
55597
55598     Not quite useful just yet.
55599
55600  src/hb-font-private.hh |  1 +
55601  src/hb-font.cc         | 41 ++++++++++++++++++++++++++++++++++++++---
55602  src/hb-font.h          |  5 +++++
55603  src/hb-unicode.h       |  2 +-
55604  4 files changed, 45 insertions(+), 4 deletions(-)
55605
55606 commit 11bb8fe7b3925bc9b019ad0c0218a231e581f152
55607 Author: Behdad Esfahbod <behdad@behdad.org>
55608 Date:   Tue May 10 19:57:00 2011 -0400
55609
55610     [font] Fix internal sign of x/y_scale
55611
55612     Should have been done as part of
55613     da975419884a535281745f30f4b32fee0bc8a7a1
55614
55615  src/hb-font-private.hh | 4 ++--
55616  1 file changed, 2 insertions(+), 2 deletions(-)
55617
55618 commit 85e6218e3306165d69ef44277459511d5b54b9ff
55619 Author: Behdad Esfahbod <behdad@behdad.org>
55620 Date:   Tue May 10 19:40:44 2011 -0400
55621
55622     [API] Remove broken-by-design hb_font_unset_funcs()
55623
55624  src/hb-font.cc | 22 ----------------------
55625  src/hb-font.h  | 16 ----------------
55626  2 files changed, 38 deletions(-)
55627
55628 commit 74f1d896f2479500d65649cf3ec86dd201f0663a
55629 Author: Behdad Esfahbod <behdad@behdad.org>
55630 Date:   Tue May 10 19:39:32 2011 -0400
55631
55632     Add hb_font_make/is_immutable()
55633
55634  src/hb-font-private.hh |  2 ++
55635  src/hb-font.cc         | 26 +++++++++++++++++++++++---
55636  src/hb-font.h          |  6 ++++++
55637  test/test-object.c     |  2 +-
55638  4 files changed, 32 insertions(+), 4 deletions(-)
55639
55640 commit 8c7a100a4d0f3a257fb7563cb08ed4356c3af669
55641 Author: Behdad Esfahbod <behdad@behdad.org>
55642 Date:   Tue May 10 19:21:07 2011 -0400
55643
55644     Fix build without mutex
55645
55646  src/hb-mutex-private.hh | 12 ++++++------
55647  1 file changed, 6 insertions(+), 6 deletions(-)
55648
55649 commit 19d3035c40e73923bcad709dc5eefe31cb34d681
55650 Author: Behdad Esfahbod <behdad@behdad.org>
55651 Date:   Tue May 10 19:18:12 2011 -0400
55652
55653     Remove duplicate atomic_int implementation
55654
55655  src/hb-mutex-private.hh | 17 -----------------
55656  1 file changed, 17 deletions(-)
55657
55658 commit 45bfa99034512e886d75b1d45a5a649647f4711f
55659 Author: Behdad Esfahbod <behdad@behdad.org>
55660 Date:   Tue May 10 19:12:49 2011 -0400
55661
55662     Fix set implementation to be truly threadsafe even with destroy()
55663     callbacks
55664
55665     The test/object test is passing again, instead of deadlocking.
55666
55667  src/hb-common.cc         |  26 +++++------
55668  src/hb-mutex-private.hh  |  47 +++++++------------
55669  src/hb-object-private.hh |   6 ++-
55670  src/hb-private.hh        | 117
55671  ++++++++++++++++++++++++++++++++++++++---------
55672  4 files changed, 128 insertions(+), 68 deletions(-)
55673
55674 commit 0c2ec1d78bfa0166ffd4afc204c2668d4f456ed9
55675 Author: Behdad Esfahbod <behdad@behdad.org>
55676 Date:   Tue May 10 19:11:27 2011 -0400
55677
55678     [test] Always initialize gthread such that our mutex() stuff is tested
55679
55680     Now the test/object test deadlocks as expected.  Fix coming.
55681
55682  configure.ac     | 1 +
55683  test/Makefile.am | 4 ++--
55684  test/hb-test.h   | 1 +
55685  3 files changed, 4 insertions(+), 2 deletions(-)
55686
55687 commit 6a9093cc486c1899197cd7cc9a3eb907c2e756f7
55688 Author: Behdad Esfahbod <behdad@behdad.org>
55689 Date:   Tue May 10 19:00:07 2011 -0400
55690
55691     [test/object] Test user_data with destroy() callback that calls
55692     user_data
55693
55694     Exposes the non-atomicity of user_data opertaions at this time because
55695     we call finish() while still locked and modifying the object.
55696     In fact,
55697     I'm surprised that it doesn't deadlock.  It should.
55698
55699  test/test-object.c | 22 ++++++++++++++++++++++
55700  1 file changed, 22 insertions(+)
55701
55702 commit abe636b8761e47ea60b193c7e72a044de224d172
55703 Author: Behdad Esfahbod <behdad@behdad.org>
55704 Date:   Tue May 10 17:55:40 2011 -0400
55705
55706     Add DOAP file
55707
55708  Makefile.am   |  6 +++++-
55709  harfbuzz.doap | 24 ++++++++++++++++++++++++
55710  2 files changed, 29 insertions(+), 1 deletion(-)
55711
55712 commit f82c18630471216a04e4e3ad42396da4e6d74cba
55713 Author: Behdad Esfahbod <behdad@behdad.org>
55714 Date:   Tue May 10 17:48:34 2011 -0400
55715
55716     [test/blob] Fix bug in test
55717
55718  test/test-blob.c | 3 ++-
55719  1 file changed, 2 insertions(+), 1 deletion(-)
55720
55721 commit 785d23acd0ce72d399f9c5021bebc854872648af
55722 Author: Behdad Esfahbod <behdad@behdad.org>
55723 Date:   Tue May 10 17:41:44 2011 -0400
55724
55725     [test/blob] Add create_sub_blob()
55726
55727  test/test-blob.c | 17 +++++++++++++++++
55728  1 file changed, 17 insertions(+)
55729
55730 commit 0617b1558234673d3924f37541be01b04d36f05a
55731 Author: Behdad Esfahbod <behdad@behdad.org>
55732 Date:   Tue May 10 17:37:08 2011 -0400
55733
55734     [test] Test blob API
55735
55736  test/Makefile.am   |   1 +
55737  test/test-blob.c   | 280
55738  +++++++++++++++++++++++++++++++++++++++++++++++++++++
55739  test/test-buffer.c | 149 ++++++++++++++--------------
55740  3 files changed, 359 insertions(+), 71 deletions(-)
55741
55742 commit 1c9f8717eb12c37c219333cbb0d123e1d2da4896
55743 Author: Behdad Esfahbod <behdad@behdad.org>
55744 Date:   Fri May 6 22:28:26 2011 -0400
55745
55746     [API] Simplify blob API, remove lock
55747
55748  TODO                        |   2 -
55749  src/hb-blob.cc              | 206
55750  ++++++++++++++++++--------------------------
55751  src/hb-blob.h               |  19 ++--
55752  src/hb-font.cc              |   2 -
55753  src/hb-open-type-private.hh |  32 ++++---
55754  src/hb-ot-layout.cc         |   7 +-
55755  test/test-object.c          |   2 +-
55756  7 files changed, 118 insertions(+), 152 deletions(-)
55757
55758 commit 71cef14ac3de07e4fed0a2903b1f0f639406ec6c
55759 Author: Behdad Esfahbod <behdad@behdad.org>
55760 Date:   Fri May 6 19:30:59 2011 -0400
55761
55762     Add -Bsymbolic-functions to linker flags
55763
55764  configure.ac | 3 +++
55765  1 file changed, 3 insertions(+)
55766
55767 commit ab428aeab724ca40341318b66640f992cd72d2fc
55768 Author: Behdad Esfahbod <behdad@behdad.org>
55769 Date:   Fri May 6 19:30:46 2011 -0400
55770
55771     [TODO] Update
55772
55773  TODO | 2 +-
55774  1 file changed, 1 insertion(+), 1 deletion(-)
55775
55776 commit a0f337a1cce1788dbf3147b459e7f615acbfe81b
55777 Author: Behdad Esfahbod <behdad@behdad.org>
55778 Date:   Fri May 6 19:20:52 2011 -0400
55779
55780     Remove unused hb_blob_try_writable_inplace()
55781
55782  src/hb-blob.cc | 20 --------------------
55783  src/hb-blob.h  |  3 ---
55784  2 files changed, 23 deletions(-)
55785
55786 commit 08611d5194144bbf5d96a1110aeb812db06e0901
55787 Author: Behdad Esfahbod <behdad@behdad.org>
55788 Date:   Fri May 6 16:28:10 2011 -0400
55789
55790     Add note re deadlocks
55791
55792  src/hb-common.cc        | 1 +
55793  src/hb-mutex-private.hh | 4 ++++
55794  2 files changed, 5 insertions(+)
55795
55796 commit 34fb5521a5fbb6b95ceff4bbac42a62628bc9f31
55797 Author: Behdad Esfahbod <behdad@behdad.org>
55798 Date:   Fri May 6 00:04:28 2011 -0400
55799
55800     [API] Add hb_language_get_default()
55801
55802     It uses locale information to detect default language.  It's used by
55803     hb_shape() whenever language is not set on the buffer.
55804
55805     Not sure how to properly test it in the test suite.  Tested by
55806     observing
55807     that with DejaVu Sans we select the proper local glyph version
55808     for U+431
55809     under Serbian locale.  See http://www.pango.org/ScriptGallery
55810
55811  src/hb-common.cc   | 21 +++++++++++++++++++++
55812  src/hb-common.h    |  3 +++
55813  src/hb-shape.cc    |  2 +-
55814  test/test-common.c |  5 +++++
55815  4 files changed, 30 insertions(+), 1 deletion(-)
55816
55817 commit c78f4485587cc1dee07e772c164a13fde9d2859f
55818 Author: Behdad Esfahbod <behdad@behdad.org>
55819 Date:   Thu May 5 21:31:04 2011 -0400
55820
55821     [API] Add version macros and functions
55822
55823     Step version up to 0.5.0.
55824
55825     Also, fix to pass "make distcheck"
55826
55827  configure.ac                 | 24 ++++++++++++-----
55828  src/Makefile.am              |  9 +++++++
55829  src/check-c-linkage-decls.sh |  2 +-
55830  src/hb-common.cc             | 29 +++++++++++++++++++++
55831  src/hb-version.h.in          | 62
55832  ++++++++++++++++++++++++++++++++++++++++++++
55833  src/hb.h                     |  1 +
55834  test/Makefile.am             |  2 ++
55835  7 files changed, 122 insertions(+), 7 deletions(-)
55836
55837 commit 9ff819f6571fd0d570f271162d7a30d97ee64148
55838 Author: Behdad Esfahbod <behdad@behdad.org>
55839 Date:   Thu May 5 19:47:59 2011 -0400
55840
55841     Add disable-static libtool flag
55842
55843     No one who builds harfbuzz static uses the autotools build system
55844     to do it.
55845
55846  configure.ac | 2 +-
55847  1 file changed, 1 insertion(+), 1 deletion(-)
55848
55849 commit 7ca7571ef91754274f6c84bbf988962d74a74098
55850 Author: Behdad Esfahbod <behdad@behdad.org>
55851 Date:   Thu May 5 19:47:12 2011 -0400
55852
55853     Remove win32-dll libtool flag
55854
55855     Since we're not win32-dll clean the way libtool docs define it.
55856
55857  configure.ac | 2 +-
55858  1 file changed, 1 insertion(+), 1 deletion(-)
55859
55860 commit 174e3fe89b72729c9c34c647544a2dc1bf63cd84
55861 Author: Behdad Esfahbod <behdad@behdad.org>
55862 Date:   Thu May 5 19:37:53 2011 -0400
55863
55864     Add AC_CANONICAL_HOST
55865
55866  configure.ac | 10 ++++++++++
55867  1 file changed, 10 insertions(+)
55868
55869 commit e6a5b88c01420366a70e0c9ae1775fb3c930cb8b
55870 Author: Behdad Esfahbod <behdad@behdad.org>
55871 Date:   Thu May 5 16:24:42 2011 -0400
55872
55873     Fix build with older glib
55874
55875  configure.ac   |  2 +-
55876  test/hb-test.h | 55
55877  +++++++++++++++++++++++++++++++++----------------------
55878  2 files changed, 34 insertions(+), 23 deletions(-)
55879
55880 commit 3935af1c0d0f53a5fd6054e1ee219f3adda42dca
55881 Author: Behdad Esfahbod <behdad@behdad.org>
55882 Date:   Thu May 5 16:09:45 2011 -0400
55883
55884     [buffer] Remove wrong optimization
55885
55886     While the cluster fields of the glyph string are usually sorted, they
55887     wouldn't be in special cases (for example for non-native direction).
55888     Blindly using bsearch is plain wrong.  If we want to reintroduce this
55889     optimization we have to make sure we know the buffer clusters are
55890     monotonic and in which direction.  Not sure it's worth it though.
55891
55892  src/hb-buffer.cc | 16 +++-------------
55893  1 file changed, 3 insertions(+), 13 deletions(-)
55894
55895 commit 46df6828513d56cd60467e36cbe45aa06648f488
55896 Author: Behdad Esfahbod <behdad@behdad.org>
55897 Date:   Thu May 5 15:33:19 2011 -0400
55898
55899     Make user_data access threadsafe
55900
55901     For now, by taking a global user_data mutex.
55902
55903  src/hb-common.cc         | 25 +++++++++++++++++++++++--
55904  src/hb-object-private.hh |  2 --
55905  2 files changed, 23 insertions(+), 4 deletions(-)
55906
55907 commit 218e67b9eefa26e2e4fe43f99a84d082b185b1b0
55908 Author: Behdad Esfahbod <behdad@behdad.org>
55909 Date:   Thu May 5 15:28:37 2011 -0400
55910
55911     Shrink code
55912
55913  src/hb-common.cc         | 26 ++++++++++++++++++++++++++
55914  src/hb-object-private.hh | 21 ++++-----------------
55915  2 files changed, 30 insertions(+), 17 deletions(-)
55916
55917 commit b8d6183ebc4697a434776cf2aec7857d63a7d881
55918 Author: Behdad Esfahbod <behdad@behdad.org>
55919 Date:   Thu May 5 15:14:04 2011 -0400
55920
55921     Use threadsafe set implementation for hb_language lookups
55922
55923     Note that the static variable has to be a global static, as gcc
55924     implements local statics differently and that would require linking
55925     to libstdc++, which we don't want.
55926
55927  src/hb-common.cc | 6 ++++--
55928  1 file changed, 4 insertions(+), 2 deletions(-)
55929
55930 commit d37486d87b65c5abaaa2998fa5c9e48eedde0933
55931 Author: Behdad Esfahbod <behdad@behdad.org>
55932 Date:   Thu May 5 15:07:54 2011 -0400
55933
55934     Add hb_threadsafe_set_t
55935
55936  src/hb-mutex-private.hh | 54
55937  +++++++++++++++++++++++++++++++++++++++++++++++++
55938  src/hb-private.hh       |  3 +--
55939  2 files changed, 55 insertions(+), 2 deletions(-)
55940
55941 commit b45f32ee4e599c515ce93e44315283d236b073bb
55942 Author: Behdad Esfahbod <behdad@behdad.org>
55943 Date:   Thu May 5 15:00:43 2011 -0400
55944
55945     Use hb_array_t for hb_language_t mapping
55946
55947  src/hb-common.cc         | 48
55948  ++++++++++++++++++++++--------------------------
55949  src/hb-object-private.hh |  4 ++--
55950  src/hb-private.hh        | 19 +++++++++++++++----
55951  3 files changed, 39 insertions(+), 32 deletions(-)
55952
55953 commit 21d2c92fdf7307c7117f8948021f0dd7d5a5d2a3
55954 Author: Behdad Esfahbod <behdad@behdad.org>
55955 Date:   Thu May 5 14:47:53 2011 -0400
55956
55957     Move code around
55958
55959  src/hb-object-private.hh | 28 ++++++++++++++--------------
55960  1 file changed, 14 insertions(+), 14 deletions(-)
55961
55962 commit 448ea9bf63104d39f87fff66219034222fa632b8
55963 Author: Behdad Esfahbod <behdad@behdad.org>
55964 Date:   Thu May 5 14:39:24 2011 -0400
55965
55966     [TODO] Remove done items
55967
55968  TODO | 9 ---------
55969  1 file changed, 9 deletions(-)
55970
55971 commit 265ac614ea6d26041c7d64739098b76a82bbc4f4
55972 Author: Behdad Esfahbod <behdad@behdad.org>
55973 Date:   Thu May 5 14:38:16 2011 -0400
55974
55975     Replace fixed-size lookup_maps array with hb_array_t
55976
55977  src/hb-ot-map-private.hh | 13 +++++--------
55978  src/hb-ot-map.cc         | 47
55979  +++++++++++++++++++++++++----------------------
55980  src/hb-private.hh        |  6 ++----
55981  3 files changed, 32 insertions(+), 34 deletions(-)
55982
55983 commit 6843569d2c70c1771ce964e3d1a4cf91e14e7687
55984 Author: Behdad Esfahbod <behdad@behdad.org>
55985 Date:   Thu May 5 14:12:37 2011 -0400
55986
55987     Replace fixed-size feature_maps array with hb_array_t
55988
55989  src/hb-ot-map-private.hh | 10 +++-------
55990  src/hb-ot-map.cc         | 12 ++++++------
55991  src/hb-ot-shape.cc       |  2 +-
55992  src/hb-private.hh        | 42 +++++++++++++++++++++++++++++-------------
55993  4 files changed, 39 insertions(+), 27 deletions(-)
55994
55995 commit 44b0a4d2fc62689fc56ef57f412b4bb1e439a614
55996 Author: Behdad Esfahbod <behdad@behdad.org>
55997 Date:   Thu May 5 13:42:19 2011 -0400
55998
55999     Replace fixed-size feature_infos array with hb_array_t
56000
56001  src/hb-ot-map-private.hh |  9 +++++----
56002  src/hb-ot-map.cc         |  9 +++++----
56003  src/hb-private.hh        | 12 ++++++++++++
56004  3 files changed, 22 insertions(+), 8 deletions(-)
56005
56006 commit b214ec3ac0ce6568e9226fd09661d52de11dca96
56007 Author: Behdad Esfahbod <behdad@behdad.org>
56008 Date:   Thu May 5 13:24:07 2011 -0400
56009
56010     Minor
56011
56012  src/hb-private.hh | 4 ++--
56013  1 file changed, 2 insertions(+), 2 deletions(-)
56014
56015 commit 811482bd650fb5652a9835471ae8ecf0fb185611
56016 Author: Behdad Esfahbod <behdad@behdad.org>
56017 Date:   Thu May 5 13:21:04 2011 -0400
56018
56019     Replace hb_map_t with hb_set_t which is more intuitive and flexible
56020
56021  src/hb-object-private.hh | 24 ++++++++++++++----------
56022  src/hb-private.hh        | 44
56023  +++++++++++++++++---------------------------
56024  test/test-object.c       |  4 ++++
56025  3 files changed, 35 insertions(+), 37 deletions(-)
56026
56027 commit 478a42536ff7ab777a7774fbfdb9c5e51334a14e
56028 Author: Behdad Esfahbod <behdad@behdad.org>
56029 Date:   Thu May 5 12:39:51 2011 -0400
56030
56031     Make array/map implementation more generic
56032
56033  src/hb-object-private.hh |  2 ++
56034  src/hb-private.hh        | 13 +++++++------
56035  2 files changed, 9 insertions(+), 6 deletions(-)
56036
56037 commit b81bd42951e1ce1569b29168015d3c5a2dacf773
56038 Author: Behdad Esfahbod <behdad@behdad.org>
56039 Date:   Thu May 5 00:21:16 2011 -0400
56040
56041     Make hb_mutex_*() macros take a pointer
56042
56043     More intuitive.
56044
56045  src/hb-blob.cc          | 28 ++++++++++++++--------------
56046  src/hb-mutex-private.hh | 32 ++++++++++++++++----------------
56047  2 files changed, 30 insertions(+), 30 deletions(-)
56048
56049 commit a4b1900913c91aa9db74c4fdfa7c691a5cdf02a8
56050 Author: Behdad Esfahbod <behdad@behdad.org>
56051 Date:   Thu May 5 00:17:43 2011 -0400
56052
56053     Add hb_static_mutex_t
56054
56055  src/hb-mutex-private.hh | 8 ++++++++
56056  1 file changed, 8 insertions(+)
56057
56058 commit 56eb5ad6f94c32189ad219438db9a18683ca6846
56059 Author: Behdad Esfahbod <behdad@behdad.org>
56060 Date:   Wed May 4 19:27:37 2011 -0400
56061
56062     Move code around
56063
56064     Mutex (and Windows.h by extension) are fairly isolated now.
56065
56066  src/Makefile.am          |   8 ++--
56067  src/hb-blob-private.hh   |  60 ---------------------------
56068  src/hb-blob.cc           |  24 ++++++++++-
56069  src/hb-font-private.hh   |   3 --
56070  src/hb-font.cc           |  12 +++---
56071  src/hb-mutex-private.hh  | 105
56072  +++++++++++++++++++++++++++++++++++++++++++++++
56073  src/hb-object-private.hh |  33 ++-------------
56074  src/hb-unicode.cc        |   1 -
56075  8 files changed, 141 insertions(+), 105 deletions(-)
56076
56077 commit d292885893395dcb345dce1010e5c8628a715ef4
56078 Author: Behdad Esfahbod <behdad@behdad.org>
56079 Date:   Tue May 3 01:03:53 2011 -0400
56080
56081     [ft] Fix font->face handling
56082
56083     Don't use _cached()
56084
56085  src/hb-ft.cc | 7 +++++--
56086  1 file changed, 5 insertions(+), 2 deletions(-)
56087
56088 commit 2000179487b49e0d504ec127450dc6fcb5568cec
56089 Author: Behdad Esfahbod <behdad@behdad.org>
56090 Date:   Tue May 3 00:49:06 2011 -0400
56091
56092     Move Win32 thread-safety stuff to hb-object-private.h
56093
56094     The Win32 definitions for LONG, ULONG, etc conflicts with
56095     hb-open-type.h.  Avoid that by making sure hb-object-private.h
56096     and hb-open-type.h are not included in the same compilation unit.
56097
56098  src/hb-common.cc         | 54 ---------------------------------------
56099  src/hb-object-private.hh | 66
56100  ++++++++++++++++++++++++++++++++++++++++++++++++
56101  src/hb-private.hh        | 66
56102  ------------------------------------------------
56103  3 files changed, 66 insertions(+), 120 deletions(-)
56104
56105 commit 266b34418c9bbe23ccaf29cb354b58c465fa3b22
56106 Author: Behdad Esfahbod <behdad@behdad.org>
56107 Date:   Tue May 3 00:35:53 2011 -0400
56108
56109     Refactor to keep hb-object-private.h and hb-open-type.h separate
56110
56111     Needed to be able to include <Windows.h> from hb-object-private.h.
56112
56113  src/hb-font.cc              | 19 ++++----------
56114  src/hb-ot-layout-private.hh | 60
56115  +++++++++++++++++++++++++--------------------
56116  src/hb-ot-layout.cc         | 28 ++++++++++++++++++---
56117  3 files changed, 63 insertions(+), 44 deletions(-)
56118
56119 commit d4141a44b97377a65e6d2a3e03b3709307af38c1
56120 Author: Behdad Esfahbod <behdad@behdad.org>
56121 Date:   Tue May 3 00:19:18 2011 -0400
56122
56123     [blob] Implement sub_blob() in terms of create()
56124
56125     Fixes problem with uninitialized sub_blob->mutex among other things.
56126
56127     Reported by Bradley Grainger.
56128
56129  src/hb-blob.cc | 12 +++++-------
56130  1 file changed, 5 insertions(+), 7 deletions(-)
56131
56132 commit fc52e9e44c2fe84d63f18dc0098720830f0b467d
56133 Author: Behdad Esfahbod <behdad@behdad.org>
56134 Date:   Tue May 3 00:09:16 2011 -0400
56135
56136     Implement win32 thread-safety stuff
56137
56138     Patch from Bradley Grainger.
56139
56140  src/hb-common.cc  | 54
56141  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
56142  src/hb-private.hh | 30 +++++++++++++++++++++++++-----
56143  2 files changed, 79 insertions(+), 5 deletions(-)
56144
56145 commit f55272ecde857c116f97a3195f3abd1df3be4b86
56146 Author: Behdad Esfahbod <behdad@behdad.org>
56147 Date:   Mon May 2 20:57:28 2011 -0400
56148
56149     Add hb_mutex_free() and use it
56150
56151     Based on patch by Bradley Grainger.
56152
56153  src/hb-blob.cc    |  1 +
56154  src/hb-private.hh | 16 +++++++++-------
56155  2 files changed, 10 insertions(+), 7 deletions(-)
56156
56157 commit 8d5186484b28b5f629b523e067d7d5166eec557a
56158 Author: Behdad Esfahbod <behdad@behdad.org>
56159 Date:   Mon May 2 20:52:21 2011 -0400
56160
56161     Cosmetic
56162
56163  src/hb-private.hh | 2 +-
56164  1 file changed, 1 insertion(+), 1 deletion(-)
56165
56166 commit 72657e4ce757dcb055a8db7291b68f96f0d34bfb
56167 Author: Behdad Esfahbod <behdad@behdad.org>
56168 Date:   Mon May 2 20:46:32 2011 -0400
56169
56170     [API] Make hb_font_create() take a face and reference it
56171
56172  src/hb-font-private.hh           |  2 ++
56173  src/hb-font.cc                   | 42
56174  +++++++++++++++++++++++++---------------
56175  src/hb-font.h                    | 26 ++++++++++++++-----------
56176  src/hb-ft.cc                     |  7 +------
56177  src/hb-ot-layout-gdef-private.hh |  2 +-
56178  src/hb-ot-layout-gpos-private.hh |  2 +-
56179  src/hb-ot-layout.cc              | 10 ++++------
56180  src/hb-ot-layout.h               |  2 --
56181  src/hb-ot-map-private.hh         |  2 +-
56182  src/hb-ot-shape.cc               | 23 +++++++++++-----------
56183  src/hb-ot-shape.h                |  1 -
56184  src/hb-shape.cc                  | 18 ++---------------
56185  src/hb-shape.h                   |  1 -
56186  src/hb-view.cc                   |  4 +---
56187  test/test-object.c               |  7 +++++--
56188  15 files changed, 70 insertions(+), 79 deletions(-)
56189
56190 commit cec6611c5ce84d69d910bf7e9ec1fdd594398f9f
56191 Author: Behdad Esfahbod <behdad@behdad.org>
56192 Date:   Mon May 2 20:18:58 2011 -0400
56193
56194     Protect NULL in a couple places
56195
56196  src/hb-font.cc | 6 +++---
56197  1 file changed, 3 insertions(+), 3 deletions(-)
56198
56199 commit 5a5030366e40baa8d96ca67b47a52ad5af143157
56200 Author: Behdad Esfahbod <behdad@behdad.org>
56201 Date:   Mon May 2 19:54:29 2011 -0400
56202
56203     Fix bug in array growth implementation
56204
56205     With this, test/object is now passing.  Yay!
56206
56207  src/hb-private.hh | 24 +++++++++++-------------
56208  1 file changed, 11 insertions(+), 13 deletions(-)
56209
56210 commit 16123e10700436df18d14e37371bb621b31ea5d1
56211 Author: Behdad Esfahbod <behdad@behdad.org>
56212 Date:   Mon May 2 19:54:17 2011 -0400
56213
56214     Fix bug in map implementation
56215
56216  src/hb-private.hh | 2 +-
56217  1 file changed, 1 insertion(+), 1 deletion(-)
56218
56219 commit 1cd5969f253528b1fc05a06c7a9f222baa29f68d
56220 Author: Behdad Esfahbod <behdad@behdad.org>
56221 Date:   Mon May 2 19:53:39 2011 -0400
56222
56223     [object] Fix bug in get_user_data() implementation
56224
56225  src/hb-object-private.hh | 7 ++++---
56226  1 file changed, 4 insertions(+), 3 deletions(-)
56227
56228 commit db99589529a22a2113bcef1680ab6d9b934f382e
56229 Author: Behdad Esfahbod <behdad@behdad.org>
56230 Date:   Mon May 2 19:52:47 2011 -0400
56231
56232     [test/object] Add test for object lifecycle stuff
56233
56234     Revealed many bugs in the (untested and known buggy) user_data
56235     support.
56236
56237  test/Makefile.am   |   4 +
56238  test/test-object.c | 316
56239  +++++++++++++++++++++++++++++++++++++++++++++++++++++
56240  2 files changed, 320 insertions(+)
56241
56242 commit f74d6c81f14f117b3cecfb65f0d5df22849c9a07
56243 Author: Behdad Esfahbod <behdad@behdad.org>
56244 Date:   Mon May 2 19:52:32 2011 -0400
56245
56246     Cosmetic
56247
56248  test/test-unicode.c | 10 +++++-----
56249  1 file changed, 5 insertions(+), 5 deletions(-)
56250
56251 commit 4911062d5be0d937ee8f1a70cc93e05d162f45b3
56252 Author: Behdad Esfahbod <behdad@behdad.org>
56253 Date:   Mon May 2 19:36:39 2011 -0400
56254
56255     [API] Rename hb_blob_create_empty() to hb_blob_get_empty()
56256
56257  src/hb-blob.cc              | 2 +-
56258  src/hb-blob.h               | 2 +-
56259  src/hb-font.cc              | 2 +-
56260  src/hb-open-type-private.hh | 2 +-
56261  4 files changed, 4 insertions(+), 4 deletions(-)
56262
56263 commit 1ab1d3e38cdf8e7331efdbc4ef0c02ee9d5c8c04
56264 Author: Behdad Esfahbod <behdad@behdad.org>
56265 Date:   Mon May 2 19:35:53 2011 -0400
56266
56267     [face] Return nil face if blob is inert
56268
56269  src/hb-font.cc | 3 +++
56270  1 file changed, 3 insertions(+)
56271
56272 commit e87867cb88280e3f3a38d829e359cb686168b2cb
56273 Author: Behdad Esfahbod <behdad@behdad.org>
56274 Date:   Mon May 2 19:35:05 2011 -0400
56275
56276     [buffer] Fail in _create() if we cannot pre-allocate the requested
56277     size
56278
56279  src/hb-buffer.cc | 8 +++++---
56280  1 file changed, 5 insertions(+), 3 deletions(-)
56281
56282 commit cd361ec9a1b2bfc271e5490dbfc0a870fd5c439a
56283 Author: Behdad Esfahbod <behdad@behdad.org>
56284 Date:   Mon May 2 16:54:05 2011 -0400
56285
56286     Cosmetic
56287
56288  test/test-unicode.c | 2 +-
56289  1 file changed, 1 insertion(+), 1 deletion(-)
56290
56291 commit c784c67a28f5b92d396eaa9529d57ef91a5cb9ac
56292 Author: Behdad Esfahbod <behdad@behdad.org>
56293 Date:   Mon May 2 15:59:57 2011 -0400
56294
56295     [unicode] Make _get_parent() return _nil object instead of NULL
56296
56297  src/hb-unicode.cc   | 29 ++++++++++++-----------------
56298  test/test-unicode.c |  2 +-
56299  2 files changed, 13 insertions(+), 18 deletions(-)
56300
56301 commit 07e22779abd089d5921bf2d19d4a3bf1bd0173c6
56302 Author: Behdad Esfahbod <behdad@behdad.org>
56303 Date:   Mon May 2 14:58:04 2011 -0400
56304
56305     [test/unicode] Add script roundtrip tests for glib and ICU
56306
56307  test/test-unicode.c | 70
56308  ++++++++++++++++++++++++++++++++++++++++++++++++-----
56309  1 file changed, 64 insertions(+), 6 deletions(-)
56310
56311 commit 7cda65935c73c277550f6ac12f6730e96d4852a7
56312 Author: Behdad Esfahbod <behdad@behdad.org>
56313 Date:   Mon May 2 14:33:53 2011 -0400
56314
56315     [test/unicode] Better test chainup
56316
56317  test/test-unicode.c | 54
56318  ++++++++++++++++++++++++++++++++++++++++++++++++-----
56319  1 file changed, 49 insertions(+), 5 deletions(-)
56320
56321 commit 250c59225ead28449deb11522dee3819480a19b4
56322 Author: Behdad Esfahbod <behdad@behdad.org>
56323 Date:   Mon May 2 14:21:30 2011 -0400
56324
56325     [test/unicode] Port the _custom test to test all property setters
56326
56327  test/test-unicode.c | 186
56328  +++++++++++++++++++++++++++++-----------------------
56329  1 file changed, 104 insertions(+), 82 deletions(-)
56330
56331 commit e74b5b339ab0af53d893ec84a0955d5aa508fed3
56332 Author: Behdad Esfahbod <behdad@behdad.org>
56333 Date:   Mon May 2 14:03:55 2011 -0400
56334
56335     [test/unicode] Test Unicode 5.2+ but don't fail
56336
56337  test/test-unicode.c | 21 +++++++++++++++++++--
56338  1 file changed, 19 insertions(+), 2 deletions(-)
56339
56340 commit c763aa42b46eaee95359806cab56fa632ff3ad58
56341 Author: Behdad Esfahbod <behdad@behdad.org>
56342 Date:   Mon May 2 13:52:17 2011 -0400
56343
56344     [test/buffer] Clean up testing
56345
56346     Getting the hang of how to cleanly use gtest.
56347
56348  test/test-buffer.c | 154
56349  +++++++++++++++++++++++++++++------------------------
56350  1 file changed, 85 insertions(+), 69 deletions(-)
56351
56352 commit 819e9d9e5310e67e8dcce9fa885f8a086a9b9ee8
56353 Author: Behdad Esfahbod <behdad@behdad.org>
56354 Date:   Mon May 2 12:38:54 2011 -0400
56355
56356     Minor
56357
56358  test/test-unicode.c | 5 ++++-
56359  1 file changed, 4 insertions(+), 1 deletion(-)
56360
56361 commit 03034acb8a9fdd33135bc3775a1f932da9ebdd42
56362 Author: Behdad Esfahbod <behdad@behdad.org>
56363 Date:   Mon May 2 12:37:45 2011 -0400
56364
56365     [icu] Make sure we return script UNKNOWN instead of INVALID
56366
56367  src/hb-icu.cc | 3 +++
56368  1 file changed, 3 insertions(+)
56369
56370 commit d02985ec5a24c659a0a133cc6bc103f1d76bcb29
56371 Author: Behdad Esfahbod <behdad@behdad.org>
56372 Date:   Mon May 2 12:35:14 2011 -0400
56373
56374     ISO 15924 fixes
56375
56376     Update to http://unicode.org/iso15924
56377
56378     Fixes some of the test failures in test-unicode with ICU.  Still
56379     one more to fix before the test passes.
56380
56381  src/hb-common.cc | 10 ++++++++--
56382  src/hb-common.h  |  5 +++--
56383  src/hb-ot-tag.cc |  2 --
56384  3 files changed, 11 insertions(+), 6 deletions(-)
56385
56386 commit e8e29c725a72c2e991cd1c4422a020457e1684e9
56387 Author: Behdad Esfahbod <behdad@behdad.org>
56388 Date:   Mon May 2 12:06:18 2011 -0400
56389
56390     [test/unicode] Add log messages
56391
56392     Use with --verbose to see what's failing
56393
56394  test/test-unicode.c | 9 ++++++---
56395  1 file changed, 6 insertions(+), 3 deletions(-)
56396
56397 commit 208c2c31501f6eb2b81b6bf80fcf39f4646eb38b
56398 Author: Behdad Esfahbod <behdad@behdad.org>
56399 Date:   Sun May 1 20:04:01 2011 -0400
56400
56401     Minor
56402
56403  test/test-unicode.c | 478
56404  ++++++++++++++++++++++++++--------------------------
56405  1 file changed, 243 insertions(+), 235 deletions(-)
56406
56407 commit 60833efaf1310c3f18e150b61daaeb0074ae3d91
56408 Author: Behdad Esfahbod <behdad@behdad.org>
56409 Date:   Fri Apr 29 16:49:57 2011 -0400
56410
56411     [test/unicode] Add testing of all unicode properties
56412
56413     ICU fails for now.
56414
56415  test/hb-test.h      |   4 +-
56416  test/test-unicode.c | 432
56417  +++++++++++++++++++++++++++++++++++++++++++++++++---
56418  2 files changed, 416 insertions(+), 20 deletions(-)
56419
56420 commit da96ee072fa3544c3d36cf0b82ada11806789d70
56421 Author: Behdad Esfahbod <behdad@behdad.org>
56422 Date:   Fri Apr 29 12:17:09 2011 -0400
56423
56424     [test/unicode] Test is/make_immutable()
56425
56426  test/test-unicode.c | 46 ++++++++++++++++++++++++++++++----------------
56427  1 file changed, 30 insertions(+), 16 deletions(-)
56428
56429 commit 6af9cff5e17e82100b435c8d21aed0765296d58d
56430 Author: Behdad Esfahbod <behdad@behdad.org>
56431 Date:   Fri Apr 29 12:00:38 2011 -0400
56432
56433     [test/unicode] Use text fixture instead of static variables
56434
56435  src/hb-unicode-private.hh |   2 +-
56436  src/hb-unicode.h          |   2 +-
56437  test/test-buffer.c        |   2 +-
56438  test/test-c.c             |   1 +
56439  test/test-common.c        |   3 +-
56440  test/test-cplusplus.cc    |   1 +
56441  test/test-unicode.c       | 112
56442  +++++++++++++++++++++++++++-------------------
56443  7 files changed, 74 insertions(+), 49 deletions(-)
56444
56445 commit 13db3d40bfc09c68f9761a71435b1840b9d34099
56446 Author: Behdad Esfahbod <behdad@behdad.org>
56447 Date:   Thu Apr 28 19:44:45 2011 -0400
56448
56449     [test/buffer] Add UTF-16 tests
56450
56451  test/test-buffer.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
56452  1 file changed, 46 insertions(+), 2 deletions(-)
56453
56454 commit 243673d601588a6f704ceafbff5dd5cdf66c47b7
56455 Author: Behdad Esfahbod <behdad@behdad.org>
56456 Date:   Thu Apr 28 19:37:51 2011 -0400
56457
56458     [test/buffer] Add more extensive UTF-8 test data from glib
56459
56460  src/hb-buffer.cc   |   2 +-
56461  test/test-buffer.c | 317
56462  ++++++++++++++++++++++++++++++++++++++++++++++++++---
56463  2 files changed, 303 insertions(+), 16 deletions(-)
56464
56465 commit dfec67f958482e5c3bb01e06b08694cd4ded6f66
56466 Author: Behdad Esfahbod <behdad@behdad.org>
56467 Date:   Thu Apr 28 18:34:42 2011 -0400
56468
56469     [test/buffer] Add initial utf-8 tests
56470
56471  test/hb-test.h     | 25 ++++++++++++++++++++++++-
56472  test/test-buffer.c | 46 +++++++++++++++++++++++++++++++++++++++++++++-
56473  2 files changed, 69 insertions(+), 2 deletions(-)
56474
56475 commit aafe395ab550d3ba2fabc69155662e87d45e74a8
56476 Author: Behdad Esfahbod <behdad@behdad.org>
56477 Date:   Thu Apr 28 17:10:44 2011 -0400
56478
56479     Add test suite infrastructure
56480
56481     Wraps around glib for convenience and ease of use.
56482
56483  test/Makefile.am    |   1 +
56484  test/hb-test.h      | 132
56485  ++++++++++++++++++++++++++++++++++++++++++++++++----
56486  test/test-buffer.c  |  29 ++++++------
56487  test/test-common.c  |  14 +++---
56488  test/test-unicode.c |  32 ++++++-------
56489  5 files changed, 160 insertions(+), 48 deletions(-)
56490
56491 commit c7ffe2ad5f6e97e26d14e2cc0d4098af8f5f36d0
56492 Author: Behdad Esfahbod <behdad@behdad.org>
56493 Date:   Thu Apr 28 16:03:29 2011 -0400
56494
56495     [API Remove hb_font_funcs_copy()
56496
56497     Will be adding font_funcs subclassing instead.
56498
56499  src/hb-font.cc | 13 -------------
56500  src/hb-font.h  |  3 ---
56501  2 files changed, 16 deletions(-)
56502
56503 commit 30f34d08d445722320db711c3ddf41e66225752c
56504 Author: Behdad Esfahbod <behdad@behdad.org>
56505 Date:   Thu Apr 28 16:02:40 2011 -0400
56506
56507     [TODO] Remove finished items
56508
56509  TODO          |  2 --
56510  src/hb-font.h | 10 ----------
56511  2 files changed, 12 deletions(-)
56512
56513 commit 080a0eb7d82d7195be72c16ece6e0a3ffed636b6
56514 Author: Behdad Esfahbod <behdad@behdad.org>
56515 Date:   Thu Apr 28 16:01:01 2011 -0400
56516
56517     Add _hb_unsigned_int_mul_overflows
56518
56519  src/hb-buffer.cc                 | 7 ++-----
56520  src/hb-open-type-private.hh      | 2 +-
56521  src/hb-ot-layout-gsub-private.hh | 2 +-
56522  src/hb-private.hh                | 9 ++++++++-
56523  4 files changed, 12 insertions(+), 8 deletions(-)
56524
56525 commit 1d39d6e42b3d7628512d675a84a831a0f58624eb
56526 Author: Behdad Esfahbod <behdad@behdad.org>
56527 Date:   Thu Apr 28 15:54:16 2011 -0400
56528
56529     Desable possibly lethal test on 64-bit machines
56530
56531  test/test-buffer.c | 9 ++++++---
56532  1 file changed, 6 insertions(+), 3 deletions(-)
56533
56534 commit 3264042873fd639f3ef8ff0acfad777a0a9f3355
56535 Author: Behdad Esfahbod <behdad@behdad.org>
56536 Date:   Thu Apr 28 14:24:16 2011 -0400
56537
56538     [test/buffer] Test pre_allocate() and allocation_successful()
56539
56540  src/hb-buffer.cc   |  3 ++-
56541  test/test-buffer.c | 26 +++++++++++++++++++++++++-
56542  2 files changed, 27 insertions(+), 2 deletions(-)
56543
56544 commit 123aa04f7b3241d6e43de2d472c4a1cbdb250ac7
56545 Author: Behdad Esfahbod <behdad@behdad.org>
56546 Date:   Thu Apr 28 12:58:28 2011 -0400
56547
56548     Fix possible but improbable overflow in hb_array_t
56549
56550  src/hb-private.hh | 2 +-
56551  1 file changed, 1 insertion(+), 1 deletion(-)
56552
56553 commit e0db4b868f9fdd8e680890f87dd4e13a1c27b7a1
56554 Author: Behdad Esfahbod <behdad@behdad.org>
56555 Date:   Thu Apr 28 12:56:49 2011 -0400
56556
56557     [buffer] More error handling
56558
56559     Should be all set now.
56560
56561  src/hb-buffer-private.hh |  2 +-
56562  src/hb-buffer.cc         | 60
56563  +++++++++++++++++++++++++++++++++---------------
56564  2 files changed, 43 insertions(+), 19 deletions(-)
56565
56566 commit 15c57e04bf05026ef424f8ae912d2f379301bf93
56567 Author: Behdad Esfahbod <behdad@behdad.org>
56568 Date:   Thu Apr 28 12:28:54 2011 -0400
56569
56570     [test/buffer] Add test pre_alloc(); hangs in the buffer code right now
56571
56572     Because the following loop overflows:
56573
56574       while (size > new_allocated)
56575           new_allocated += (new_allocated >> 1) + 32;
56576
56577  test/test-buffer.c | 33 ++++++++++++++++++++++++++-------
56578  1 file changed, 26 insertions(+), 7 deletions(-)
56579
56580 commit 1e5527e2d60ed3b4a5adf62b258415ec3aef41fb
56581 Author: Behdad Esfahbod <behdad@behdad.org>
56582 Date:   Thu Apr 28 12:15:24 2011 -0400
56583
56584     [test/buffer] Test reset(), set_length(), and set/get_unicode_data()
56585
56586  test/test-buffer.c | 66
56587  ++++++++++++++++++++++++++++++++++++++++++++++++------
56588  1 file changed, 59 insertions(+), 7 deletions(-)
56589
56590 commit db126b5448ec802285cf2b6f0e7da412d02dfb28
56591 Author: Behdad Esfahbod <behdad@behdad.org>
56592 Date:   Thu Apr 28 11:56:29 2011 -0400
56593
56594     [test/buffer] Test reverse() and reverse_clusters()
56595
56596  test/test-buffer.c | 61
56597  ++++++++++++++++++++++++++++++++++++++++++++++++++----
56598  1 file changed, 57 insertions(+), 4 deletions(-)
56599
56600 commit 5fa849b77d49da2212825ebb1bea9145713b8449
56601 Author: Behdad Esfahbod <behdad@behdad.org>
56602 Date:   Wed Apr 27 21:46:01 2011 -0400
56603
56604     [API] Add _set/get_user_data() for all objects
56605
56606  src/hb-blob.cc    | 17 +++++++++++++++++
56607  src/hb-blob.h     | 12 ++++++++++++
56608  src/hb-buffer.cc  | 16 ++++++++++++++++
56609  src/hb-buffer.h   | 10 ++++++++++
56610  src/hb-font.cc    | 51
56611  +++++++++++++++++++++++++++++++++++++++++++++++++++
56612  src/hb-font.h     | 36 ++++++++++++++++++++++++++++++++++++
56613  src/hb-unicode.cc | 17 +++++++++++++++++
56614  src/hb-unicode.h  | 12 ++++++++++++
56615  8 files changed, 171 insertions(+)
56616
56617 commit 852e08ec8fbfbce1d50e571d0bb0b52ef4d4cc58
56618 Author: Behdad Esfahbod <behdad@behdad.org>
56619 Date:   Wed Apr 27 21:45:51 2011 -0400
56620
56621     Move code around
56622
56623  src/hb-object-private.hh | 153
56624  ++++++++++-------------------------------------
56625  src/hb-private.hh        | 136 +++++++++++++++++++++++++++++++++++++----
56626  2 files changed, 157 insertions(+), 132 deletions(-)
56627
56628 commit 29c67d3f70b081766a6c01353980f457f38aeb12
56629 Author: Behdad Esfahbod <behdad@behdad.org>
56630 Date:   Wed Apr 27 21:22:32 2011 -0400
56631
56632     Add initial implementation of user_data to objects
56633
56634  src/hb-common.h          |  11 ++-
56635  src/hb-object-private.hh | 186
56636  ++++++++++++++++++++++++++++++++++++++++++++++-
56637  2 files changed, 193 insertions(+), 4 deletions(-)
56638
56639 commit 47e71d9661946a4ffb96026bf1d697d788414ab5
56640 Author: Behdad Esfahbod <behdad@behdad.org>
56641 Date:   Wed Apr 27 16:38:03 2011 -0400
56642
56643     [object] Remove unnecessary use of macros
56644
56645  TODO                     |  2 --
56646  src/hb-blob.cc           | 18 +++++++++---------
56647  src/hb-buffer.cc         |  6 +++---
56648  src/hb-font.cc           | 30 +++++++++++++++---------------
56649  src/hb-object-private.hh |  9 ---------
56650  src/hb-unicode.cc        |  8 ++++----
56651  6 files changed, 31 insertions(+), 42 deletions(-)
56652
56653 commit 8be1420f8fd0e5c53282245d6830efbee5c7409d
56654 Author: Behdad Esfahbod <behdad@behdad.org>
56655 Date:   Wed Apr 27 16:14:04 2011 -0400
56656
56657     [blob] Use HB_FUNC instead of __FUNCTION__
56658
56659  src/hb-blob.cc | 24 ++++++++++++------------
56660  1 file changed, 12 insertions(+), 12 deletions(-)
56661
56662 commit ae008b90cfc2028e878100f78b21d70f923a6044
56663 Author: Behdad Esfahbod <behdad@behdad.org>
56664 Date:   Wed Apr 27 16:12:12 2011 -0400
56665
56666     [object] Add tracing support back in
56667
56668  src/hb-object-private.hh | 38 ++++++++++++++++++++++++++------------
56669  1 file changed, 26 insertions(+), 12 deletions(-)
56670
56671 commit 5b7f38979fa90117861fe327477de1707f117a8c
56672 Author: Behdad Esfahbod <behdad@behdad.org>
56673 Date:   Wed Apr 27 15:10:12 2011 -0400
56674
56675     GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
56676
56677     With gcc on arm, request 8-bit structure alignment.
56678
56679  configure.ac | 10 +++++++++-
56680  1 file changed, 9 insertions(+), 1 deletion(-)
56681
56682 commit 39a840ae65327b173e6eb1bb291e235a8305d7a1
56683 Author: Behdad Esfahbod <behdad@behdad.org>
56684 Date:   Wed Apr 27 14:48:19 2011 -0400
56685
56686     [API] Add hb_direction_from/to_string()
56687
56688     And hb-view --direction argument.
56689
56690  TODO               |  1 -
56691  src/hb-common.cc   | 36 ++++++++++++++++++++++++++++++++++++
56692  src/hb-common.h    |  6 ++++++
56693  src/hb-view.cc     | 13 ++++++++++---
56694  test/test-common.c | 21 ++++++++++++++++++++-
56695  5 files changed, 72 insertions(+), 5 deletions(-)
56696
56697 commit f1425a549fef360c3750532de23604cd318999d8
56698 Author: Behdad Esfahbod <behdad@behdad.org>
56699 Date:   Wed Apr 27 12:15:06 2011 -0400
56700
56701     Rename hb-view.c and test.c to .cc files
56702
56703  src/Makefile.am               | 4 ++--
56704  src/{hb-view.c => hb-view.cc} | 2 +-
56705  src/{test.c => test.cc}       | 5 ++++-
56706  3 files changed, 7 insertions(+), 4 deletions(-)
56707
56708 commit eb5796f58897ecfb9d76fd99915bf1a30669a0fa
56709 Author: Behdad Esfahbod <behdad@behdad.org>
56710 Date:   Wed Apr 27 12:14:53 2011 -0400
56711
56712     [TODO] Add hb-view items
56713
56714  TODO | 10 ++++++++++
56715  1 file changed, 10 insertions(+)
56716
56717 commit 65e0063eae2f3adb25315b8bd7b0e7757aa960f3
56718 Author: Behdad Esfahbod <behdad@behdad.org>
56719 Date:   Wed Apr 27 09:33:58 2011 -0400
56720
56721     Make buffer size growth start from 32 instead of 8
56722
56723  src/hb-buffer.cc | 2 +-
56724  1 file changed, 1 insertion(+), 1 deletion(-)
56725
56726 commit d4bee9f813bb299b1c4aab7c33d588be2a7d354b
56727 Author: Behdad Esfahbod <behdad@behdad.org>
56728 Date:   Wed Apr 27 09:24:37 2011 -0400
56729
56730     [API] Add hb_unicode_funcs_get_default()
56731
56732  src/hb-buffer.cc          |  4 ++--
56733  src/hb-glib.cc            |  5 +++--
56734  src/hb-icu.cc             |  5 +++--
56735  src/hb-unicode-private.hh | 11 +++++++++++
56736  src/hb-unicode.cc         |  7 +++++++
56737  src/hb-unicode.h          |  8 ++++++++
56738  src/hb-view.c             | 13 ++++++-------
56739  test/test-unicode.c       | 11 ++++++++++-
56740  8 files changed, 50 insertions(+), 14 deletions(-)
56741
56742 commit 153142dac8dd9abaf164bb88af07c600c17fc3a1
56743 Author: Behdad Esfahbod <behdad@behdad.org>
56744 Date:   Wed Apr 27 01:49:03 2011 -0400
56745
56746     Replace simple macros with inline functions for better type safety
56747
56748     Now that we use C++ for all source code, lets benefit from it!
56749
56750     The hb_be_int16/32_get/put/eq() macros grow code size if replaced with
56751     inline functions, so leave them as is.
56752
56753  src/hb-open-type-private.hh |  4 ++--
56754  src/hb-private.hh           | 30 +++++++++++++++++++++---------
56755  2 files changed, 23 insertions(+), 11 deletions(-)
56756
56757 commit 40a9b8154f929947f4693bf90c64301afa407c3f
56758 Author: Behdad Esfahbod <behdad@behdad.org>
56759 Date:   Wed Apr 27 01:48:56 2011 -0400
56760
56761     Add TODO item
56762
56763  src/hb-object-private.hh | 1 +
56764  1 file changed, 1 insertion(+)
56765
56766 commit ebdc83467c31574daa118fc18cd2ef2dc819b503
56767 Author: Behdad Esfahbod <behdad@behdad.org>
56768 Date:   Wed Apr 27 01:41:24 2011 -0400
56769
56770     Don't return in void function
56771
56772     Would have been nice if gcc had warned...
56773
56774  src/hb-private.hh | 2 +-
56775  1 file changed, 1 insertion(+), 1 deletion(-)
56776
56777 commit ec6f9c2fd03a49d1e91cbaefa5bdbbfb35dff92e
56778 Author: Behdad Esfahbod <behdad@behdad.org>
56779 Date:   Thu Apr 21 18:35:58 2011 -0400
56780
56781     Further simplify object handling
56782
56783  src/hb-object-private.hh | 53
56784  ++++++++++++++++++++++++------------------------
56785  1 file changed, 27 insertions(+), 26 deletions(-)
56786
56787 commit fca368c4682624346a0aaee690e1ad6ed4c0b337
56788 Author: Behdad Esfahbod <behdad@behdad.org>
56789 Date:   Thu Apr 21 18:24:02 2011 -0400
56790
56791     Add hb_object_header_t which is the common part of all objects
56792
56793     Makes way for adding arbitrary user_data support.
56794
56795  src/hb-blob-private.hh    |  3 +-
56796  src/hb-blob.cc            |  2 +-
56797  src/hb-buffer-private.hh  |  9 +++--
56798  src/hb-buffer.cc          |  2 +-
56799  src/hb-font-private.hh    |  7 ++--
56800  src/hb-font.cc            |  7 ++--
56801  src/hb-ft.cc              |  3 +-
56802  src/hb-glib.cc            |  3 +-
56803  src/hb-icu.cc             |  3 +-
56804  src/hb-object-private.hh  | 95
56805  ++++++++++++++++++++++++++---------------------
56806  src/hb-private.hh         |  5 +--
56807  src/hb-unicode-private.hh |  6 ++-
56808  src/hb-unicode.cc         |  3 +-
56809  13 files changed, 82 insertions(+), 66 deletions(-)
56810
56811 commit a9f24c802956d57180d71b83e96a0fb81197df4a
56812 Author: Behdad Esfahbod <behdad@behdad.org>
56813 Date:   Thu Apr 21 17:18:22 2011 -0400
56814
56815     Move hb_reference_count_t to hb-private.h
56816
56817  src/hb-object-private.hh | 17 -----------------
56818  src/hb-private.hh        | 20 ++++++++++++++++++++
56819  2 files changed, 20 insertions(+), 17 deletions(-)
56820
56821 commit 2409d5f8d7dd8b535ce5ea29e933f7db27d33793
56822 Author: Behdad Esfahbod <behdad@behdad.org>
56823 Date:   Thu Apr 21 17:14:28 2011 -0400
56824
56825     Update Copyright headers
56826
56827  COPYING                                 | 15 ++++++++-------
56828  src/hb-blob-private.hh                  |  2 +-
56829  src/hb-blob.cc                          |  2 +-
56830  src/hb-blob.h                           |  2 +-
56831  src/hb-buffer-private.hh                |  4 ++--
56832  src/hb-buffer.cc                        |  6 +++---
56833  src/hb-buffer.h                         |  6 +++---
56834  src/hb-common.cc                        |  4 +++-
56835  src/hb-common.h                         |  4 +++-
56836  src/hb-font-private.hh                  |  4 +++-
56837  src/hb-font.cc                          |  2 +-
56838  src/hb-font.h                           |  2 +-
56839  src/hb-ft.cc                            |  4 ++--
56840  src/hb-ft.h                             |  2 +-
56841  src/hb-glib.cc                          |  4 +++-
56842  src/hb-glib.h                           |  4 +++-
56843  src/hb-icu.cc                           |  6 ++++--
56844  src/hb-icu.h                            |  4 +++-
56845  src/hb-object-private.hh                |  6 ++++--
56846  src/hb-open-file-private.hh             |  2 +-
56847  src/hb-open-type-private.hh             |  2 +-
56848  src/hb-ot-head-private.hh               |  2 +-
56849  src/hb-ot-layout-common-private.hh      |  4 ++--
56850  src/hb-ot-layout-gdef-private.hh        |  4 ++--
56851  src/hb-ot-layout-gpos-private.hh        |  4 ++--
56852  src/hb-ot-layout-gsub-private.hh        |  4 ++--
56853  src/hb-ot-layout-gsubgpos-private.hh    |  4 ++--
56854  src/hb-ot-layout-private.hh             |  2 +-
56855  src/hb-ot-layout.cc                     |  6 +++---
56856  src/hb-ot-layout.h                      |  2 +-
56857  src/hb-ot-map-private.hh                |  4 ++--
56858  src/hb-ot-map.cc                        |  4 ++--
56859  src/hb-ot-shape-complex-arabic-table.hh |  2 +-
56860  src/hb-ot-shape-complex-arabic.cc       |  2 +-
56861  src/hb-ot-shape-complex-private.hh      |  2 +-
56862  src/hb-ot-shape-private.hh              |  2 +-
56863  src/hb-ot-shape.cc                      |  4 ++--
56864  src/hb-ot-shape.h                       |  2 +-
56865  src/hb-ot-tag.cc                        |  4 +++-
56866  src/hb-ot-tag.h                         |  2 +-
56867  src/hb-ot.h                             |  2 +-
56868  src/hb-private.hh                       |  4 +++-
56869  src/hb-shape.cc                         |  2 +-
56870  src/hb-shape.h                          |  2 +-
56871  src/hb-unicode-private.hh               |  4 ++--
56872  src/hb-unicode.cc                       |  4 ++--
56873  src/hb-unicode.h                        |  4 +++-
56874  src/hb-view.c                           |  4 ++--
56875  src/hb.h                                |  2 +-
56876  src/main.cc                             |  2 +-
56877  src/test.c                              |  2 +-
56878  test/hb-test.h                          | 17 ++++++++++++++++-
56879  test/test-buffer.c                      |  2 +-
56880  test/test-c.c                           |  2 +-
56881  test/test-common.c                      |  2 +-
56882  test/test-cplusplus.cc                  |  2 +-
56883  test/test-unicode.c                     |  2 +-
56884  57 files changed, 122 insertions(+), 84 deletions(-)
56885
56886 commit 08da7a3841ca7dfcb627314cae1c3a668b9c7236
56887 Author: Behdad Esfahbod <behdad@behdad.org>
56888 Date:   Thu Apr 21 16:59:10 2011 -0400
56889
56890     [hb-view] Accept numbers in feature tag name
56891
56892     Reported by Adam Twardoch.
56893
56894  src/hb-view.c | 6 +++---
56895  1 file changed, 3 insertions(+), 3 deletions(-)
56896
56897 commit 24229eb13268a422efffbcb28a094b726824c7f0
56898 Author: Behdad Esfahbod <behdad@behdad.org>
56899 Date:   Thu Apr 21 16:55:17 2011 -0400
56900
56901     Remove obsolete comment
56902
56903     Talking to Ryan Lortie, he thinks my comment doesn't make sense.
56904
56905     So I'm making the getter const.  Note that g_atomic_int_get()
56906     casts that away itself, so we don't need to worry about that
56907     (which kinda makes me uncomfortable actually).
56908
56909  src/hb-object-private.hh | 16 ++--------------
56910  1 file changed, 2 insertions(+), 14 deletions(-)
56911
56912 commit dcb7026f33cbcdf60e9b7fcdd44c64cc08702c74
56913 Author: Behdad Esfahbod <behdad@behdad.org>
56914 Date:   Thu Apr 21 16:34:22 2011 -0400
56915
56916     Add ASSERT_STATIC_EXPR macro
56917
56918     Unused right now.
56919
56920  src/hb-private.hh | 2 ++
56921  1 file changed, 2 insertions(+)
56922
56923 commit 3e8bdbf9414291da5cf61213d5f4275c1ae23ae5
56924 Author: Behdad Esfahbod <behdad@behdad.org>
56925 Date:   Thu Apr 21 16:16:21 2011 -0400
56926
56927     Cleanup hb_refrence_count_t
56928
56929  src/hb-object-private.hh | 23 ++++++++++++++++++-----
56930  src/hb-private.hh        |  6 +++---
56931  2 files changed, 21 insertions(+), 8 deletions(-)
56932
56933 commit 783a7d69696bf0b1502ec9c1495e482e491c78e0
56934 Author: Behdad Esfahbod <behdad@behdad.org>
56935 Date:   Thu Apr 21 16:03:59 2011 -0400
56936
56937     [TODO] Remove finished items
56938
56939  TODO         | 6 +-----
56940  src/hb-ft.cc | 1 -
56941  2 files changed, 1 insertion(+), 6 deletions(-)
56942
56943 commit da975419884a535281745f30f4b32fee0bc8a7a1
56944 Author: Behdad Esfahbod <behdad@behdad.org>
56945 Date:   Thu Apr 21 15:08:01 2011 -0400
56946
56947     [API] Allow negative font x_scale/y_scale
56948
56949     I was reconsidering whether y should grow down, since all three/four
56950     times I've used this API I was tricked and got that wrong in my use.
56951     So I was very inclined to make y grow down instead of up.  However,
56952     considering that the font space has y up and it would be very
56953     confusing
56954     for callbacks to work against that, I decided that what I really want
56955     is for the user to be able to set y_scale to a negative number
56956     to imply
56957     that user-space y grows down.
56958
56959     Changing x_scale/y_scale from unsigned int to int allows that,
56960     and I've
56961     made pango to use that instead of negating glyph y_offset later.
56962     hb-ft
56963     however still has y group up.  I *guess* that's how FreeType works?
56964     I'm not sure, FreeType docs don't make this clear...
56965
56966     I'm happy with the resolution :-).
56967
56968  src/hb-font.cc                     | 8 ++++----
56969  src/hb-font.h                      | 8 ++++----
56970  src/hb-ot-layout-common-private.hh | 6 +-----
56971  src/hb-ot-layout-private.hh        | 2 +-
56972  4 files changed, 10 insertions(+), 14 deletions(-)
56973
56974 commit 4d559cddbb3b3a5c12c5167eba69598618a9f283
56975 Author: Behdad Esfahbod <behdad@behdad.org>
56976 Date:   Thu Apr 21 14:58:23 2011 -0400
56977
56978     [icu] Remove big script switch(), rely on reverse-lookup
56979
56980  src/hb-icu.cc | 137
56981  ++++------------------------------------------------------
56982  1 file changed, 9 insertions(+), 128 deletions(-)
56983
56984 commit d18431b4cd8c1b14523733cd60a62b862f5b471f
56985 Author: Behdad Esfahbod <behdad@behdad.org>
56986 Date:   Wed Apr 20 18:59:10 2011 -0400
56987
56988     Move hb_reference_count_t from macros to inline methods
56989
56990  src/hb-object-private.hh | 25 +++++++++++--------------
56991  1 file changed, 11 insertions(+), 14 deletions(-)
56992
56993 commit c57d454accff66e5f2c58006e8fb40bc020b6182
56994 Author: Behdad Esfahbod <behdad@behdad.org>
56995 Date:   Wed Apr 20 18:50:27 2011 -0400
56996
56997     Rename all private sources and headers to C++ files
56998
56999     So we can liberally use the simple features of C++ that parts of the
57000     codebase is already using.
57001
57002  src/Makefile.am                                         | 17
57003  +++++++++--------
57004  src/{hb-blob-private.h => hb-blob-private.hh}           |  8 ++++----
57005  src/hb-blob.cc                                          |  4 ++--
57006  src/hb-buffer-private.hh                                |  2 +-
57007  src/{hb-common.c => hb-common.cc}                       |  8 ++++----
57008  src/{hb-font-private.h => hb-font-private.hh}           |  8 ++++----
57009  src/hb-font.cc                                          |  6 +++---
57010  src/{hb-ft.c => hb-ft.cc}                               |  4 ++--
57011  src/hb-glib.cc                                          |  2 +-
57012  src/hb-icu.cc                                           |  2 +-
57013  src/{hb-object-private.h => hb-object-private.hh}       | 10 ++++------
57014  src/hb-open-type-private.hh                             |  2 +-
57015  src/hb-ot-layout-gdef-private.hh                        |  2 +-
57016  src/hb-ot-layout-private.hh                             |  4 ++--
57017  ...abic-table.h => hb-ot-shape-complex-arabic-table.hh} |  8 ++++----
57018  src/hb-ot-shape-complex-arabic.cc                       |  2 +-
57019  src/hb-ot-shape-complex-private.hh                      |  2 +-
57020  src/hb-ot-shape-private.hh                              |  2 +-
57021  src/{hb-ot-tag.c => hb-ot-tag.cc}                       |  8 ++++----
57022  src/{hb-private.h => hb-private.hh}                     |  8 ++++----
57023  src/hb-shape.cc                                         |  2 +-
57024  src/hb-unicode-private.hh                               |  2 +-
57025  src/hb-unicode.cc                                       |  2 +-
57026  src/hb-view.c                                           |  6 ++++++
57027  24 files changed, 63 insertions(+), 58 deletions(-)
57028
57029 commit f19f4f9b0965ad7473a0f3a1ffcdbf16930e35d4
57030 Author: Behdad Esfahbod <behdad@behdad.org>
57031 Date:   Wed Apr 20 18:25:56 2011 -0400
57032
57033     Rename hb-blob.c to hb-blob.cc in preparation of more changes
57034
57035  src/Makefile.am               | 2 +-
57036  src/{hb-blob.c => hb-blob.cc} | 2 +-
57037  2 files changed, 2 insertions(+), 2 deletions(-)
57038
57039 commit 04744e73bad22d679986173b5f0d84dbbf49dd57
57040 Author: Behdad Esfahbod <behdad@behdad.org>
57041 Date:   Wed Apr 20 17:24:03 2011 -0400
57042
57043     [TODO] Remove done items
57044
57045  TODO | 6 ------
57046  1 file changed, 6 deletions(-)
57047
57048 commit 9417c1c0d2b005eadf0c087ca695121a6200d0f7
57049 Author: Behdad Esfahbod <behdad@behdad.org>
57050 Date:   Wed Apr 20 17:21:23 2011 -0400
57051
57052     [API] Make hb_face_reference_table() return empty blob instead of NULL
57053
57054     The idea here is that:
57055
57056       - Like pretty much all other API in harfbuzz, user does not have to
57057         check for NULL.
57058
57059       - In any caller code, the case of missing table should be handled
57060         exactly the same way that a too-short table is handled.  Turning
57061         a non-existent talbe into a table of size 0 makes the user code
57062         safer.
57063
57064  src/hb-font.cc              | 2 ++
57065  src/hb-open-type-private.hh | 3 ---
57066  2 files changed, 2 insertions(+), 3 deletions(-)
57067
57068 commit c035812feb0d385a9e8c334631738e4915912c71
57069 Author: Behdad Esfahbod <behdad@behdad.org>
57070 Date:   Wed Apr 20 17:03:00 2011 -0400
57071
57072     [API] Rename hb_face_get_table() to hb_face_reference_table()
57073
57074     That correctly reflects the reference ownership transfer happening.
57075
57076  src/hb-font.cc      | 4 ++--
57077  src/hb-font.h       | 7 ++-----
57078  src/hb-ot-layout.cc | 6 +++---
57079  src/hb-shape.cc     | 2 +-
57080  4 files changed, 8 insertions(+), 11 deletions(-)
57081
57082 commit 2d7b61a4b0ed212ca414b3281c2eae3e3db19c13
57083 Author: Behdad Esfahbod <behdad@behdad.org>
57084 Date:   Wed Apr 20 16:40:56 2011 -0400
57085
57086     [TODO] Remove done items
57087
57088  TODO        | 10 ++--------
57089  src/hb-ft.h |  2 +-
57090  2 files changed, 3 insertions(+), 9 deletions(-)
57091
57092 commit af02933739e03a156b9f7761fd7a63e2a02d0df1
57093 Author: Behdad Esfahbod <behdad@behdad.org>
57094 Date:   Wed Apr 20 15:49:31 2011 -0400
57095
57096     [API] Remove hb_*_get_reference_count()
57097
57098     This was a bizzare piece of API that I inherited from cairo.  It has
57099     been wrong adding them to cairo in the first place.  Remove them
57100     before
57101     someone uses them!
57102
57103  src/hb-blob.c           |  6 ------
57104  src/hb-blob.h           |  3 ---
57105  src/hb-buffer.cc        |  6 ------
57106  src/hb-buffer.h         |  3 ---
57107  src/hb-font.cc          | 18 ------------------
57108  src/hb-font.h           |  9 ---------
57109  src/hb-object-private.h |  7 -------
57110  src/hb-unicode.cc       |  6 ------
57111  src/hb-unicode.h        |  3 ---
57112  test/test-unicode.c     | 24 ------------------------
57113  10 files changed, 85 deletions(-)
57114
57115 commit 440a76b630a36a7336c93e8b05d988c6407b085e
57116 Author: Behdad Esfahbod <behdad@behdad.org>
57117 Date:   Wed Apr 20 14:20:00 2011 -0400
57118
57119     [OT] Fix script to ot-script-tag conversion
57120
57121  src/hb-ot-tag.c | 4 ++--
57122  1 file changed, 2 insertions(+), 2 deletions(-)
57123
57124 commit a3036a3e97b14c8eb1df208aed944207f9b6cc0b
57125 Author: Behdad Esfahbod <behdad@behdad.org>
57126 Date:   Wed Apr 20 14:13:23 2011 -0400
57127
57128     Minor
57129
57130  src/hb-view.c | 1 -
57131  1 file changed, 1 deletion(-)
57132
57133 commit fb6291d9c9224bedf207bf0077ad9f0a2690f867
57134 Author: Behdad Esfahbod <behdad@behdad.org>
57135 Date:   Wed Apr 20 03:15:31 2011 -0400
57136
57137     [test] Add test for headers included from C and C++
57138
57139  test/Makefile.am       | 17 +++++++++++++++++
57140  test/test-c.c          | 49
57141  +++++++++++++++++++++++++++++++++++++++++++++++++
57142  test/test-cplusplus.cc | 29 +++++++++++++++++++++++++++++
57143  3 files changed, 95 insertions(+)
57144
57145 commit 107a50581ccab7df7c390d5b927fdab1bbe8e713
57146 Author: Behdad Esfahbod <behdad@behdad.org>
57147 Date:   Wed Apr 20 03:04:56 2011 -0400
57148
57149     [test] Add todo items
57150
57151  test/test-unicode.c | 3 +++
57152  1 file changed, 3 insertions(+)
57153
57154 commit 5668189c12c264e8d2caf0d12dac918363ef6f80
57155 Author: Behdad Esfahbod <behdad@behdad.org>
57156 Date:   Wed Apr 20 03:03:32 2011 -0400
57157
57158     [API] font: move user_data before destroy()
57159
57160     This is the common convention for language binding tools.
57161
57162  src/hb-font-private.h |  4 ++--
57163  src/hb-font.cc        | 30 +++++++++++++++---------------
57164  src/hb-font.h         | 12 ++++++------
57165  src/hb-ft.c           |  8 ++++----
57166  4 files changed, 27 insertions(+), 27 deletions(-)
57167
57168 commit e5847f75fb7bd25c5db6061d8e20d61fa469f9fe
57169 Author: Behdad Esfahbod <behdad@behdad.org>
57170 Date:   Wed Apr 20 02:59:28 2011 -0400
57171
57172     [API] blob: move user_data before destroy()
57173
57174     This is the common convention for language binding tools.
57175
57176  src/hb-blob-private.h |  2 +-
57177  src/hb-blob.c         | 16 ++++++++--------
57178  src/hb-blob.h         |  4 ++--
57179  3 files changed, 11 insertions(+), 11 deletions(-)
57180
57181 commit 1fd73b594d611624ccb73f614c61298debf48994
57182 Author: Behdad Esfahbod <behdad@behdad.org>
57183 Date:   Wed Apr 20 02:56:39 2011 -0400
57184
57185     [test] Rename test-types to test-common
57186
57187  test/Makefile.am                     | 2 +-
57188  test/{test-types.c => test-common.c} | 0
57189  2 files changed, 1 insertion(+), 1 deletion(-)
57190
57191 commit f144a8ea840c6452c1fece2fd988b42a8ea7c5a6
57192 Author: Behdad Esfahbod <behdad@behdad.org>
57193 Date:   Wed Apr 20 02:54:42 2011 -0400
57194
57195     [icu] Add two-way script conversion functions
57196
57197     Also optimizes the common-direction script lookup.
57198
57199  src/hb-common.c   |   5 +-
57200  src/hb-icu.cc     | 205
57201  +++++++++++++++++++++++++++++-------------------------
57202  src/hb-icu.h      |   9 +++
57203  test/test-types.c |   2 +-
57204  4 files changed, 124 insertions(+), 97 deletions(-)
57205
57206 commit 0809aadd4bbd5d0f256407def7cc10b79772a824
57207 Author: Behdad Esfahbod <behdad@behdad.org>
57208 Date:   Wed Apr 20 02:44:29 2011 -0400
57209
57210     [glib] Add two-way script conversion functions
57211
57212     Also optimizes the common-direction script lookup to be an array
57213     lookup.
57214
57215  src/hb-glib.cc | 270
57216  ++++++++++++++++++++++++++++++---------------------------
57217  src/hb-glib.h  |   8 ++
57218  2 files changed, 148 insertions(+), 130 deletions(-)
57219
57220 commit 5c8c1b680c4fa23c8574b9aebd21113e276f57a3
57221 Author: Behdad Esfahbod <behdad@behdad.org>
57222 Date:   Wed Apr 20 02:29:22 2011 -0400
57223
57224     Remove verbose comments
57225
57226  src/hb-glib.cc | 194 ++++++++++++++++++++---------------------
57227  src/hb-icu.cc  | 266
57228  ++++++++++++++++++++++++++++-----------------------------
57229  2 files changed, 230 insertions(+), 230 deletions(-)
57230
57231 commit fb194b8794898f51eb596fa4092c26606889d376
57232 Author: Behdad Esfahbod <behdad@behdad.org>
57233 Date:   Wed Apr 20 02:00:47 2011 -0400
57234
57235     unicode: Cleanup implementation
57236
57237  src/Makefile.am                                    |   8 +-
57238  src/hb-buffer-private.hh                           |   2 +-
57239  src/{hb-glib.c => hb-glib.cc}                      |  65 +++----
57240  src/{hb-icu.c => hb-icu.cc}                        |  30 +--
57241  src/hb-ot-shape.cc                                 |  14 +-
57242  src/hb-shape.cc                                    |   4 +-
57243  ...{hb-unicode-private.h => hb-unicode-private.hh} |  65 ++++---
57244  src/{hb-unicode.c => hb-unicode.cc}                | 213
57245  +++++++++------------
57246  src/hb-unicode.h                                   |  57 +++---
57247  test/test-unicode.c                                |  23 ++-
57248  10 files changed, 237 insertions(+), 244 deletions(-)
57249
57250 commit ecfb773829a5d98a4f5456a992f3e5ecd6731435
57251 Author: Behdad Esfahbod <behdad@behdad.org>
57252 Date:   Wed Apr 20 01:34:51 2011 -0400
57253
57254     Cosmetic
57255
57256  src/hb-unicode.h | 22 +++++++++-------------
57257  1 file changed, 9 insertions(+), 13 deletions(-)
57258
57259 commit 2fd0c577e322ccbf762927bc4600b3ea31db4c80
57260 Author: Ryan Lortie <desrt@desrt.ca>
57261 Date:   Wed Apr 20 00:19:20 2011 -0400
57262
57263     [API] unicode: rework virtual functions for subclassing
57264
57265     Unicode data providers can now be subclassed, including support for
57266     chain-up.  The interface should now be nicely bindable, as well.
57267
57268     Also fix glib unicode funcs that where broken after hb_script_t
57269     changes.  Nicely caught by the test-unicode.c added in this commit.
57270
57271  src/hb-glib.c            | 186 ++++++++++++++++++++++++++++++++++++--
57272  src/hb-icu.c             |  45 +++++++--
57273  src/hb-ot-shape.cc       |   9 +-
57274  src/hb-shape.cc          |   2 +-
57275  src/hb-unicode-private.h |  17 ++++
57276  src/hb-unicode.c         | 231
57277  +++++++++++++++++++++++++----------------------
57278  src/hb-unicode.h         |  68 +++++++-------
57279  test/Makefile.am         |   1 +
57280  test/test-unicode.c      | 215
57281  +++++++++++++++++++++++++++++++++++++++++++
57282  9 files changed, 610 insertions(+), 164 deletions(-)
57283
57284 commit f85faee9b3cb841ea977403945e2c877ab32b97a
57285 Author: Behdad Esfahbod <behdad@behdad.org>
57286 Date:   Tue Apr 19 00:38:01 2011 -0400
57287
57288     [API] Rename hb_buffer_add_glyph() to hb_buffer_add()
57289
57290  src/hb-buffer.cc   | 10 +++++-----
57291  src/hb-buffer.h    |  8 ++++----
57292  test/test-buffer.c |  2 +-
57293  3 files changed, 10 insertions(+), 10 deletions(-)
57294
57295 commit aab0de50e23727b69fa8c3d4e05c50c114c62835
57296 Author: Behdad Esfahbod <behdad@behdad.org>
57297 Date:   Tue Apr 19 00:32:19 2011 -0400
57298
57299     [API] Add hb_buffer_allocation_successful()
57300
57301     Returns the error status of the buffer.
57302
57303  src/hb-buffer.cc   | 6 ++++++
57304  src/hb-buffer.h    | 6 ++++++
57305  test/test-buffer.c | 2 +-
57306  3 files changed, 13 insertions(+), 1 deletion(-)
57307
57308 commit 02a534b23f2d1e7475109563b9f61221ed020e8b
57309 Author: Ryan Lortie <desrt@desrt.ca>
57310 Date:   Fri Apr 15 18:34:45 2011 -0400
57311
57312     [API] Rename hb_buffer_ensure() to hb_buffer_pre_allocate()
57313
57314     The new name is self-documenting.
57315
57316  src/hb-buffer.cc | 4 ++--
57317  src/hb-buffer.h  | 4 ++--
57318  2 files changed, 4 insertions(+), 4 deletions(-)
57319
57320 commit 70566befc59cfa8b9c43ac682749c40ea783b1dd
57321 Author: Ryan Lortie <desrt@desrt.ca>
57322 Date:   Fri Apr 15 18:32:36 2011 -0400
57323
57324     [API} hb_buffer_get_glyph_{infos,positions}: Add length out parameter
57325
57326     Return the length, whenever we return an array.  Makes it easier
57327     on the
57328     language bindings.
57329
57330  src/hb-buffer.cc                 | 12 ++++++++++--
57331  src/hb-buffer.h                  |  6 ++++--
57332  src/hb-ot-layout-gpos-private.hh |  4 ++--
57333  src/hb-view.c                    |  4 ++--
57334  test/test-buffer.c               |  7 ++-----
57335  5 files changed, 20 insertions(+), 13 deletions(-)
57336
57337 commit 62879eebd9965179af8602ba29ac0a64a739b757
57338 Author: Behdad Esfahbod <behdad@behdad.org>
57339 Date:   Mon Apr 18 23:40:21 2011 -0400
57340
57341     [API] Use ISO 15924 tags for hb_script_t
57342
57343     This simplifies the code, reduces static data, and makes the design
57344     more extensible to future additions of new scripts.
57345
57346  src/hb-common.c                    | 411
57347  ++++---------------------------------
57348  src/hb-common.h                    | 199 +++++++++---------
57349  src/hb-ot-map.cc                   |   4 +-
57350  src/hb-ot-shape-complex-private.hh |   3 +-
57351  src/hb-ot-tag.c                    | 228 +++++++++-----------
57352  src/hb-ot-tag.h                    |   6 +-
57353  src/hb-shape.cc                    |   4 +-
57354  test/test-types.c                  |   2 +-
57355  8 files changed, 252 insertions(+), 605 deletions(-)
57356
57357 commit c0af193c8e25c4f11d23b8893e9ce1c2d2615bb2
57358 Author: Behdad Esfahbod <behdad@behdad.org>
57359 Date:   Fri Apr 15 19:26:24 2011 -0400
57360
57361     Change buffer default properties to invalid
57362
57363     This includes HB_DIRECTION_INVALID and HB_SCRIPT_INVALID.
57364
57365     The INVALID will cause a "guess whatever from the text" in hb_shape().
57366     While it's not ideal, it works better than the previous defaults at
57367     least (HB_DIRECTION_LTR and HB_SCRIPT_COMMON).
57368
57369  src/hb-buffer-private.hh |  9 +++------
57370  src/hb-buffer.cc         | 24 ++++++++++++++++--------
57371  src/hb-view.c            |  6 ++----
57372  test/test-buffer.c       |  4 ++--
57373  4 files changed, 23 insertions(+), 20 deletions(-)
57374
57375 commit 00bec2c969555e76c3f84650a1d3c45308e585ad
57376 Author: Behdad Esfahbod <behdad@behdad.org>
57377 Date:   Fri Apr 15 19:16:54 2011 -0400
57378
57379     Move enum types to hb-common.h
57380
57381  src/hb-common.c  | 406
57382  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
57383  src/hb-common.h  | 170 +++++++++++++++++++++++
57384  src/hb-unicode.c | 406
57385  -------------------------------------------------------
57386  src/hb-unicode.h | 166 -----------------------
57387  4 files changed, 576 insertions(+), 572 deletions(-)
57388
57389 commit 5dd4609f4da5674966a0169d9fa533ac5bc9f464
57390 Author: Behdad Esfahbod <behdad@behdad.org>
57391 Date:   Fri Apr 15 19:16:34 2011 -0400
57392
57393     [TODO] Add new item
57394
57395  TODO | 1 +
57396  1 file changed, 1 insertion(+)
57397
57398 commit b54cd07b2623b68171e00179a9dc3ecbea7aa6a1
57399 Author: Behdad Esfahbod <behdad@behdad.org>
57400 Date:   Fri Apr 15 19:12:01 2011 -0400
57401
57402     Mark internal buffer variables private
57403
57404  src/hb-buffer.h | 4 ++++
57405  1 file changed, 4 insertions(+)
57406
57407 commit 0e8d35c0932ddc20ebf430f2fd82c087da698954
57408 Author: Behdad Esfahbod <behdad@behdad.org>
57409 Date:   Fri Apr 15 19:07:10 2011 -0400
57410
57411     Add hb_script_from_string()
57412
57413  src/hb-unicode.c | 6 ++++++
57414  src/hb-unicode.h | 4 ++++
57415  src/hb-view.c    | 2 +-
57416  3 files changed, 11 insertions(+), 1 deletion(-)
57417
57418 commit 8f0d7e0c3fd4b05c43ac449be4f374dc2dc56127
57419 Author: Behdad Esfahbod <behdad@behdad.org>
57420 Date:   Fri Apr 15 18:59:56 2011 -0400
57421
57422     Remove hb_buffer_clear_positions(), add hb_ot_layout_position_start()
57423
57424  src/hb-buffer-private.hh |  6 +++++-
57425  src/hb-buffer.cc         | 24 ++++++++++++------------
57426  src/hb-buffer.h          |  5 +----
57427  src/hb-ot-layout.cc      |  6 ++++++
57428  src/hb-ot-layout.h       |  4 ++++
57429  src/hb-ot-shape.cc       |  2 +-
57430  6 files changed, 29 insertions(+), 18 deletions(-)
57431
57432 commit 2fc56edff6d64f190271454ccb1b5fd347d4f172
57433 Author: Behdad Esfahbod <behdad@behdad.org>
57434 Date:   Fri Apr 15 18:35:08 2011 -0400
57435
57436     [API] Remove hb_buffer_clear()
57437
57438     One should use hb_buffer_reset() really.
57439
57440  src/hb-buffer.cc   | 16 +++++-----------
57441  src/hb-buffer.h    |  4 ----
57442  test/test-buffer.c |  4 ----
57443  3 files changed, 5 insertions(+), 19 deletions(-)
57444
57445 commit 7f5bdc80541cdc90aa1acafba5e9e0bd2df53ff4
57446 Author: Behdad Esfahbod <behdad@behdad.org>
57447 Date:   Fri Apr 15 18:34:55 2011 -0400
57448
57449     [TODO] Remove done items
57450
57451  TODO | 4 ----
57452  1 file changed, 4 deletions(-)
57453
57454 commit 5814dfa3f5aa41bc3df06b78980d57d7bea0ba58
57455 Author: Behdad Esfahbod <behdad@behdad.org>
57456 Date:   Fri Apr 15 14:41:04 2011 -0400
57457
57458     Cosmetic
57459
57460  src/hb-ot-shape.cc | 14 +++++++-------
57461  src/hb-ot-shape.h  |  4 ++--
57462  src/hb-shape.cc    | 20 ++++++++++----------
57463  src/hb-shape.h     | 10 +++++-----
57464  4 files changed, 24 insertions(+), 24 deletions(-)
57465
57466 commit cfbfeb88a6ec059ea97a6624e63cfacc642b685a
57467 Author: Behdad Esfahbod <behdad@behdad.org>
57468 Date:   Fri Apr 15 12:40:40 2011 -0400
57469
57470     [TODO] Remove done items
57471
57472  TODO | 4 ----
57473  1 file changed, 4 deletions(-)
57474
57475 commit 3cbdf70e0a92f1c24e16c0d4dcfbec4ac59a77a3
57476 Author: Behdad Esfahbod <behdad@behdad.org>
57477 Date:   Fri Apr 15 12:32:06 2011 -0400
57478
57479     Make hb_language_t typesafe
57480
57481  src/hb-common.c | 18 +++++++++++-------
57482  src/hb-common.h |  2 +-
57483  2 files changed, 12 insertions(+), 8 deletions(-)
57484
57485 commit 2f2f448af35c232d18888c0e57cb21c9796ba7a8
57486 Author: Behdad Esfahbod <behdad@behdad.org>
57487 Date:   Fri Apr 15 11:45:14 2011 -0400
57488
57489     [test] Add more TODO items
57490
57491  test/test-buffer.c | 2 ++
57492  1 file changed, 2 insertions(+)
57493
57494 commit c910bec863215f918c659f58debbc7fe5264d7b6
57495 Author: Behdad Esfahbod <behdad@behdad.org>
57496 Date:   Wed Apr 13 15:49:06 2011 -0400
57497
57498     Add hb_buffer_reset() and hb_buffer_set_length()
57499
57500  src/hb-buffer.cc | 31 +++++++++++++++++++++++++++++++
57501  src/hb-buffer.h  | 15 ++++++++++++++-
57502  2 files changed, 45 insertions(+), 1 deletion(-)
57503
57504 commit 69ea23cb5d47dd1cfd3129f68375021ef79bf63b
57505 Author: Behdad Esfahbod <behdad@behdad.org>
57506 Date:   Wed Apr 13 15:02:40 2011 -0400
57507
57508     Minor
57509
57510  src/hb-buffer.cc | 2 +-
57511  1 file changed, 1 insertion(+), 1 deletion(-)
57512
57513 commit 7dea908cd582c8c25555015940065c69c1e7e65b
57514 Author: Behdad Esfahbod <behdad@behdad.org>
57515 Date:   Wed Apr 13 01:35:58 2011 -0400
57516
57517     [test] Add todo items
57518
57519  test/test-buffer.c | 5 ++++-
57520  1 file changed, 4 insertions(+), 1 deletion(-)
57521
57522 commit 07cbaac07d7f43437b171e9275430b5fb3097716
57523 Author: Behdad Esfahbod <behdad@behdad.org>
57524 Date:   Wed Apr 13 01:11:19 2011 -0400
57525
57526     [TODO] Add item re script iso15924 functions
57527
57528  TODO | 2 ++
57529  1 file changed, 2 insertions(+)
57530
57531 commit d0f53fdbead15d9003b521b8ed47d02fd29a4c64
57532 Author: Behdad Esfahbod <behdad@behdad.org>
57533 Date:   Wed Apr 13 01:09:09 2011 -0400
57534
57535     [test] Test hb-buffer.h
57536
57537  test/Makefile.am   |   8 ++-
57538  test/test-buffer.c | 195
57539  +++++++++++++++++++++++++++++++++++++++++++++++++++++
57540  2 files changed, 202 insertions(+), 1 deletion(-)
57541
57542 commit 72d89404c2837d578f5305456c817130b6a15c73
57543 Author: Behdad Esfahbod <behdad@behdad.org>
57544 Date:   Wed Apr 13 01:07:42 2011 -0400
57545
57546     [TODO] Add item re hb_buffer_reset()
57547
57548  TODO | 2 ++
57549  1 file changed, 2 insertions(+)
57550
57551 commit 5015c12dfb4de8525325178ae6def9e80fd83669
57552 Author: Behdad Esfahbod <behdad@behdad.org>
57553 Date:   Wed Apr 13 01:06:02 2011 -0400
57554
57555     [TODO] Add item re hb_buffer_resize()
57556
57557  TODO | 2 ++
57558  1 file changed, 2 insertions(+)
57559
57560 commit 9329ec92078d0e2d7bb04f683e0c6a582aab92f7
57561 Author: Behdad Esfahbod <behdad@behdad.org>
57562 Date:   Wed Apr 13 00:06:23 2011 -0400
57563
57564     [TODO] Add API item
57565
57566  TODO | 2 ++
57567  1 file changed, 2 insertions(+)
57568
57569 commit 4744379efc6063d94e15ff99381a7ab8b88ee567
57570 Author: Behdad Esfahbod <behdad@behdad.org>
57571 Date:   Mon Apr 11 19:47:33 2011 -0400
57572
57573     Minor
57574
57575  test/test-types.c | 2 +-
57576  1 file changed, 1 insertion(+), 1 deletion(-)
57577
57578 commit 9385caa8a693df0f06a511a71de9aa407637097c
57579 Author: Behdad Esfahbod <behdad@behdad.org>
57580 Date:   Mon Apr 11 19:43:51 2011 -0400
57581
57582     [test] Actually hook up hb_script_t tests
57583
57584     I really shall find a way to automate the test enumeration.  Otherwise
57585     it's too easy to add a test and wrongly hook it up.  Did it twice
57586     today.
57587
57588  test/test-types.c | 4 ++--
57589  1 file changed, 2 insertions(+), 2 deletions(-)
57590
57591 commit 8e4bb3cacc269ed32187aaaeaa166c64f41a0418
57592 Author: Behdad Esfahbod <behdad@behdad.org>
57593 Date:   Mon Apr 11 17:55:58 2011 -0400
57594
57595     Fold hb-language.[ch] into hb-common.[ch]
57596
57597  src/Makefile.am   |   2 -
57598  src/hb-buffer.h   |   1 -
57599  src/hb-common.c   |  92 ++++++++++++++++++++++++++++++++++++++++-
57600  src/hb-common.h   |  42 +++++++++++++------
57601  src/hb-language.c | 120
57602  ------------------------------------------------------
57603  src/hb-language.h |  46 ---------------------
57604  src/hb-ot-tag.h   |   1 -
57605  src/hb.h          |   1 -
57606  8 files changed, 120 insertions(+), 185 deletions(-)
57607
57608 commit 09125576ca745b3393f3dc49071df891400bbdc9
57609 Author: Behdad Esfahbod <behdad@behdad.org>
57610 Date:   Mon Apr 11 17:49:33 2011 -0400
57611
57612     [test] Test hb_language_t
57613
57614  test/test-types.c | 26 +++++++++++++++++++++++++-
57615  1 file changed, 25 insertions(+), 1 deletion(-)
57616
57617 commit 316b7a1afb84a5dfeaed886a585669b4d549c9b7
57618 Author: Behdad Esfahbod <behdad@behdad.org>
57619 Date:   Mon Apr 11 17:49:10 2011 -0400
57620
57621     Make hb_language_from_string("") return NULL language
57622
57623  src/hb-language.c | 2 +-
57624  1 file changed, 1 insertion(+), 1 deletion(-)
57625
57626 commit db60c96f20426111ffa71e9802ef6e248f8b28d0
57627 Author: Behdad Esfahbod <behdad@behdad.org>
57628 Date:   Mon Apr 11 16:17:02 2011 -0400
57629
57630     [teset] Test hb_script_t
57631
57632  test/hb-test.h    |  8 ++++++++
57633  test/test-types.c | 35 ++++++++++++++++++++++++++++++++++-
57634  2 files changed, 42 insertions(+), 1 deletion(-)
57635
57636 commit 99b74760a4cddc798ab44b5ca897486bbb9c76d6
57637 Author: Behdad Esfahbod <behdad@behdad.org>
57638 Date:   Mon Apr 11 15:47:40 2011 -0400
57639
57640     Rename hb_category_t to hb_unicode_general_category_t
57641
57642  src/hb-glib.c                     |  2 +-
57643  src/hb-icu.c                      | 64
57644  ++++++++++++++++++-------------------
57645  src/hb-ot-shape-complex-arabic.cc |  8 ++---
57646  src/hb-ot-shape-private.hh        |  2 +-
57647  src/hb-ot-shape.cc                |  2 +-
57648  src/hb-unicode.c                  |  4 +--
57649  src/hb-unicode.h                  | 66
57650  +++++++++++++++++++--------------------
57651  7 files changed, 74 insertions(+), 74 deletions(-)
57652
57653 commit 4188096a7722f09ffa9319986c0286071da10a27
57654 Author: Behdad Esfahbod <behdad@behdad.org>
57655 Date:   Mon Apr 11 14:58:28 2011 -0400
57656
57657     Make HB_TAG_CHAR4 private
57658
57659     It's just sugar.
57660
57661  src/hb-common.h   | 5 +----
57662  src/hb-private.h  | 7 ++++++-
57663  test/test-types.c | 2 --
57664  3 files changed, 7 insertions(+), 7 deletions(-)
57665
57666 commit 7ff7401c9237cda661869c1cb196d685706ac4e9
57667 Author: Behdad Esfahbod <behdad@behdad.org>
57668 Date:   Mon Apr 11 13:27:30 2011 -0400
57669
57670     Make hb_tag_from_string(NULL) return HB_TAG_NONE
57671
57672  src/hb-common.c   | 3 +++
57673  test/test-types.c | 3 +++
57674  2 files changed, 6 insertions(+)
57675
57676 commit 02f6e62d6cabc7808c188daef26a1fe7ac626b1f
57677 Author: Behdad Esfahbod <behdad@behdad.org>
57678 Date:   Mon Apr 11 13:27:21 2011 -0400
57679
57680     Build fix
57681
57682  test/Makefile.am | 4 ++--
57683  1 file changed, 2 insertions(+), 2 deletions(-)
57684
57685 commit db5227c40e5c35fe2ffb750f32b639cb44424a1d
57686 Author: Behdad Esfahbod <behdad@behdad.org>
57687 Date:   Mon Apr 11 13:16:08 2011 -0400
57688
57689     Move macros around
57690
57691  src/hb-ot-tag.c  | 6 ++----
57692  src/hb-private.h | 7 +++++++
57693  2 files changed, 9 insertions(+), 4 deletions(-)
57694
57695 commit 07233581c9d953708d3c020907c42b8b89472b89
57696 Author: Behdad Esfahbod <behdad@behdad.org>
57697 Date:   Mon Apr 11 13:12:37 2011 -0400
57698
57699     Rename HB_TAG_STR() to HB_TAG_CHAR4()
57700
57701     The problem with HB_TAG_STR() was that it expected a string of size 4
57702     exactly, and unlike hb_tag_from_string() it doesn't pad the tag with
57703     space characters.  So, the new name is more appropriate.
57704
57705  src/hb-common.c   | 2 +-
57706  src/hb-common.h   | 8 ++++----
57707  src/hb-ot-tag.c   | 2 +-
57708  test/test-types.c | 2 +-
57709  4 files changed, 7 insertions(+), 7 deletions(-)
57710
57711 commit 9faa980067f802f712c2adf8263152ed40c98088
57712 Author: Behdad Esfahbod <behdad@behdad.org>
57713 Date:   Mon Apr 11 12:46:49 2011 -0400
57714
57715     Add an in-tree test suite
57716
57717     Uses the glib testing framework.  Wrote unit tests for hb-common.h
57718     types.
57719
57720  Makefile.am        |   2 +-
57721  test/Makefile.am   |  18 +++++++++
57722  test/Makefile.decl |  90 ++++++++++++++++++++++++++++++++++++++++++++
57723  test/hb-test.h     |  67 +++++++++++++++++++++++++++++++++
57724  test/test-types.c  | 108
57725  +++++++++++++++++++++++++++++++++++++++++++++++++++++
57726  5 files changed, 284 insertions(+), 1 deletion(-)
57727
57728 commit d77b76200efbaa0611691920f9f2018b1e8be340
57729 Author: Behdad Esfahbod <behdad@behdad.org>
57730 Date:   Mon Apr 11 12:29:52 2011 -0400
57731
57732     Add few more paratheses to the HB_TAG macro
57733
57734     Never hurts.
57735
57736  src/hb-common.h | 2 +-
57737  1 file changed, 1 insertion(+), 1 deletion(-)
57738
57739 commit b13640de6992de9ee9d07e3581c33b8181b70ff9
57740 Author: Behdad Esfahbod <behdad@behdad.org>
57741 Date:   Mon Apr 11 12:29:31 2011 -0400
57742
57743     A few more ASSERTs
57744
57745  src/hb-private.h | 3 +++
57746  1 file changed, 3 insertions(+)
57747
57748 commit ae9eeaff9300f3bb7bed588c5478e8e5461b3df0
57749 Author: Behdad Esfahbod <behdad@behdad.org>
57750 Date:   Mon Apr 11 11:49:08 2011 -0400
57751
57752     Remove warning message from public header file
57753
57754     Since we now assert thos in hb-private.h, the int types cannot
57755     be wrong.
57756     (Except for when someone else includes hb-common.h in a very broken
57757     configuration, but that's not our problem!)
57758
57759     Plus, we don't use inline in the public headers, so remove that too.
57760
57761  src/hb-common.h  | 7 -------
57762  src/hb-private.h | 4 ++++
57763  2 files changed, 4 insertions(+), 7 deletions(-)
57764
57765 commit 6fd5364bdc3a2b459175377e9e16c86cff054232
57766 Author: Behdad Esfahbod <behdad@behdad.org>
57767 Date:   Mon Apr 11 11:47:14 2011 -0400
57768
57769     Assert int types
57770
57771  src/hb-private.h | 12 ++++++++++++
57772  1 file changed, 12 insertions(+)
57773
57774 commit bbdeff59646e5502b9fc53ab1761b3f014ee276c
57775 Author: Behdad Esfahbod <behdad@behdad.org>
57776 Date:   Thu Apr 7 16:05:07 2011 -0400
57777
57778     Add test directory
57779
57780  configure.ac     | 1 +
57781  test/Makefile.am | 0
57782  2 files changed, 1 insertion(+)
57783
57784 commit 4accc92afc702177ea53280d977cec839af3c12c
57785 Author: Behdad Esfahbod <behdad@behdad.org>
57786 Date:   Thu Apr 7 15:53:26 2011 -0400
57787
57788     Update TODO items
57789
57790  TODO | 31 ++++++++++++++++++++-----------
57791  1 file changed, 20 insertions(+), 11 deletions(-)
57792
57793 commit a71b9c8579d73aea4549f12524bbc2e89f43b5c5
57794 Author: Behdad Esfahbod <behdad@behdad.org>
57795 Date:   Wed Apr 6 14:04:56 2011 -0400
57796
57797     Disable 'cswh' by default except for Arabic shaper
57798
57799     That better matches OpenType spec.  Note that we enable it for all
57800     Arabic-shaper scripts.  Ie. we enable it by default for Syriac too,
57801     but the SyriacOT spec does not require it.  I think this is a more
57802     useful compromise than special-casing for Arabic script alone.
57803
57804  src/hb-ot-shape-complex-arabic.cc | 3 +++
57805  src/hb-ot-shape.cc                | 1 -
57806  2 files changed, 3 insertions(+), 1 deletion(-)
57807
57808 commit cab6f65bba560ac1651d9152f1ecf12eb88eca74
57809 Author: Behdad Esfahbod <behdad@behdad.org>
57810 Date:   Mon Apr 4 15:36:51 2011 -0400
57811
57812     [hb-view] setlocale (LC_ALL, "")
57813
57814     For now we don't use anything from the locale, but we should default
57815     to using $LANG, etc, if --language is not specified.  Right?
57816
57817  src/hb-view.c | 3 +++
57818  1 file changed, 3 insertions(+)
57819
57820 commit fb9ca1bfabde7da0c274e7a1bd12bffaf7949c18
57821 Author: Behdad Esfahbod <behdad@behdad.org>
57822 Date:   Mon Apr 4 14:50:09 2011 -0400
57823
57824     [hb-view] Rewrite --features parsing, with range support
57825
57826     The --features parsing handles errors now.  More importantly, it
57827     allos limiting individual features to specific byte ranges.  The
57828     format is Python-esque.  Here is how it all works:
57829
57830       Syntax:       Value:  Start:  End:
57831
57832     Setting value:
57833       "kern"        1       0       ∞       # Turn feature on
57834       "+kern"       1       0       ∞       # Turn feature off
57835       "-kern"       0       0       ∞       # Turn feature off
57836       "kern=0"      0       0       ∞       # Turn feature off
57837       "kern=1"      1       0       ∞       # Turn feature on
57838       "kern=2"      2       0       ∞       # Choose 2nd alternate
57839
57840     Setting index:
57841       "kern[]"      1       0       ∞       # Turn feature on
57842       "kern[:]"     1       0       ∞       # Turn feature on
57843       "kern[5:]"    1       5       ∞       # Turn feature on, partial
57844       "kern[:5]"    1       0       5       # Turn feature on, partial
57845       "kern[3:5]"   1       3       5       # Turn feature on, range
57846       "kern[3]"     1       3       3+1     # Turn feature on, single char
57847
57848     Mixing it all:
57849
57850       "kern[3:5]=0" 1       3       5       # Turn feature off for range
57851
57852  src/hb-view.c | 169
57853  +++++++++++++++++++++++++++++++++++++++++++++-------------
57854  1 file changed, 132 insertions(+), 37 deletions(-)
57855
57856 commit ccc6745afaa68ce7497a6cd02ce85986d3c863d0
57857 Author: Behdad Esfahbod <behdad@behdad.org>
57858 Date:   Mon Apr 4 14:49:50 2011 -0400
57859
57860     [hb-view] Use cached hb-ft face creation
57861
57862     Avoids recreating the face the second time we call draw().
57863
57864  src/hb-view.c | 2 +-
57865  1 file changed, 1 insertion(+), 1 deletion(-)
57866
57867 commit 1b4a2cc095d165dc573e0235f00fbbf2a5d3c2c5
57868 Author: Behdad Esfahbod <behdad@behdad.org>
57869 Date:   Mon Apr 4 14:45:28 2011 -0400
57870
57871     [hb-view] Add --debug
57872
57873     Frees all allocated memory before exiting.  Useful for valgrind run.
57874
57875  src/hb-view.c | 17 +++++++++++++++++
57876  1 file changed, 17 insertions(+)
57877
57878 commit b2da26d1e32a012f7feaad7c7cced61e4fb269f1
57879 Author: Behdad Esfahbod <behdad@behdad.org>
57880 Date:   Fri Apr 1 15:48:43 2011 -0400
57881
57882     [hb-view] Support --features
57883
57884     Accepts values like:
57885
57886       --features="-mkmk,aalt=2,calt=1,+cswh"
57887
57888     A minus sign means "=0", a plus sign means "=1".  Default is "=1".
57889     A minus sign overrides an explicit value.
57890
57891  src/hb-view.c | 70
57892  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
57893  1 file changed, 68 insertions(+), 2 deletions(-)
57894
57895 commit f48ff19b629070d13cee3c0eeeb06c98992f93c6
57896 Author: Behdad Esfahbod <behdad@behdad.org>
57897 Date:   Fri Apr 1 14:19:10 2011 -0400
57898
57899     Sort options for clarity
57900
57901  src/hb-view.c | 12 ++++++------
57902  1 file changed, 6 insertions(+), 6 deletions(-)
57903
57904 commit 5d91c3d547f78163b36aa7436d4388a836cca94a
57905 Author: Behdad Esfahbod <behdad@behdad.org>
57906 Date:   Wed Mar 16 17:36:32 2011 -0300
57907
57908     Add script to/from ISO 15924 tag support
57909
57910     Also adds --script support to hb-view.
57911
57912     If a script tag is not known to us, we pass the ISO 15924 tag around.
57913     Right now, the OT layer ignores that, but we can fix it to blindly
57914     convert that to an OT script tag.
57915
57916  src/hb-ot-tag.c  |   4 +
57917  src/hb-unicode.c | 273
57918  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
57919  src/hb-unicode.h |   8 +-
57920  src/hb-view.c    |  10 +-
57921  4 files changed, 293 insertions(+), 2 deletions(-)
57922
57923 commit 3286fc0e9adc3f2874c9409e7fdb09e4d2b7dda1
57924 Author: Behdad Esfahbod <behdad@behdad.org>
57925 Date:   Wed Mar 16 14:53:32 2011 -0300
57926
57927     Let hb_shape() guess script and direction...
57928
57929     - Rename HB_SCRIPT_INVALID_CODE to HB_SCRIPT_INVALID
57930
57931     - Add HB_DIRECTION_INVALID
57932
57933     - Make hb_script_get_horizontal_direction() public
57934
57935     - Make hb_shape() guess script from buffer text (first non-common
57936       non-inherit script) if buffer script is set to HB_SCRIPT_INVALID
57937       (this
57938       is NOT the default.)
57939
57940     - Make hb_shape() guess direction from buffer script if buffer
57941     direction
57942     is set to HB_DIRECTION_INVALID (this is NOT the default.)
57943
57944     - Make hb-view.c set INVALID script and direction on the buffer.
57945
57946     The above changes are meant to make hb-view fairly useful for
57947     uni-script
57948     uni-direction text.  The guessing behavior however is NOT the
57949     default of
57950     hb_shape() and must be asked for explicitly.  This is intended,
57951     because
57952     the guess is not a suitable substitute to full-fledged bidi and script
57953     segmentation.  It's just a testing tool.
57954
57955  src/hb-common.h          |  3 ++-
57956  src/hb-icu.c             |  2 +-
57957  src/hb-ot-shape.cc       |  3 ++-
57958  src/hb-shape.cc          | 52
57959  ++++++++++++++++++++++++++++++++++++++++++------
57960  src/hb-unicode-private.h |  4 ----
57961  src/hb-unicode.c         |  2 +-
57962  src/hb-unicode.h         |  8 +++++++-
57963  src/hb-view.c            |  4 ++--
57964  8 files changed, 61 insertions(+), 17 deletions(-)
57965
57966 commit b7b29684df67af7280b74ca4cf18f02ad6521bdc
57967 Author: Behdad Esfahbod <behdad@behdad.org>
57968 Date:   Wed Mar 2 01:01:03 2011 -0500
57969
57970     [hb-view] Handle write_to_png errors
57971
57972  src/hb-view.c | 9 ++++++++-
57973  1 file changed, 8 insertions(+), 1 deletion(-)
57974
57975 commit c2cb98c8185c5560cfd04de7ee7c64c9496b986c
57976 Author: Behdad Esfahbod <behdad@behdad.org>
57977 Date:   Tue Mar 1 23:18:09 2011 -0500
57978
57979     [hb-view] Link with -lm
57980
57981  src/Makefile.am | 2 +-
57982  1 file changed, 1 insertion(+), 1 deletion(-)
57983
57984 commit b5dd44e24669cd35affcd92788d39ff56cac94db
57985 Author: Behdad Esfahbod <behdad@behdad.org>
57986 Date:   Mon Feb 28 10:13:52 2011 -0800
57987
57988     Fix possible overflow
57989
57990  src/hb-buffer.cc | 12 ++++++++++--
57991  1 file changed, 10 insertions(+), 2 deletions(-)
57992
57993 commit a4b781e93a0bee0549611e129b3564d9804d9090
57994 Author: Behdad Esfahbod <behdad@behdad.org>
57995 Date:   Wed Feb 23 12:47:56 2011 -0500
57996
57997     Default background color shall either be white or transparent
57998
57999     Definitely not black!
58000
58001  src/hb-view.c | 2 +-
58002  1 file changed, 1 insertion(+), 1 deletion(-)
58003
58004 commit 5353bf439c150492708ef9337078cfd73b83627b
58005 Author: Behdad Esfahbod <behdad@behdad.org>
58006 Date:   Tue Feb 22 18:06:19 2011 -0500
58007
58008     Add initial hb-view tool
58009
58010     Currently doesn't handle script or direction.
58011
58012  configure.ac    |  18 +++
58013  src/Makefile.am |  14 +++
58014  src/hb-view.c   | 342
58015  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
58016  3 files changed, 374 insertions(+)
58017
58018 commit 82438c6ad5f60b6afc75c48cef72e18bef532468
58019 Author: Bradley Grainger <bgrainger@logos.com>
58020 Date:   Tue Feb 15 18:37:29 2011 -0500
58021
58022     Fix #pragma message for MSVC.
58023
58024     __LOC__ was renamed to _HB__LOC__ in cd7555 but the corresponding
58025     change wasn't made in hb-private.h.
58026
58027  src/hb-private.h | 2 +-
58028  1 file changed, 1 insertion(+), 1 deletion(-)
58029
58030 commit ba9ab8d6d9c863662c4b44ace4a4d89e29e592f2
58031 Author: Behdad Esfahbod <behdad@behdad.org>
58032 Date:   Mon Jan 10 07:45:41 2011 -0500
58033
58034     Fix language extension matching
58035
58036  src/hb-ot-tag.c | 2 +-
58037  1 file changed, 1 insertion(+), 1 deletion(-)
58038
58039 commit a07874300a669ec0ea09a67df2a3ee8b0612d6b9
58040 Author: Behdad Esfahbod <behdad@behdad.org>
58041 Date:   Mon Jan 10 02:27:49 2011 -0500
58042
58043     Don't use the m4/ dir
58044
58045     We just require people to have libtool, pkg-config, etc installed
58046     when running autogen.sh
58047
58048  Makefile.am  | 2 --
58049  configure.ac | 1 -
58050  2 files changed, 3 deletions(-)
58051
58052 commit 7bbe14bed8a886ea5b293c927c4bf937cbfc6f51
58053 Author: Behdad Esfahbod <behdad@behdad.org>
58054 Date:   Sun Jan 9 22:29:14 2011 -0500
58055
58056     Fix 'make distcheck'
58057
58058  src/Makefile.am | 7 ++++---
58059  1 file changed, 4 insertions(+), 3 deletions(-)
58060
58061 commit 2abe1264a580858bf7803af1701117a462375fb4
58062 Author: Javier Jardón <jjardon@gnome.org>
58063 Date:   Sun Jan 9 22:18:53 2011 -0500
58064
58065     Bug 31174 - Update autotools configuration
58066
58067  Makefile.am  |   2 +
58068  autogen.sh   | 188
58069  ++++-------------------------------------------------------
58070  configure.ac |  22 +++++--
58071  3 files changed, 29 insertions(+), 183 deletions(-)
58072
58073 commit cc1a8a938b4c13e76b58825a9e1951c4134e634a
58074 Author: Behdad Esfahbod <behdad@behdad.org>
58075 Date:   Thu Jan 6 14:58:52 2011 -0500
58076
58077     Fix ChanContext backtrack matching with GPOS
58078
58079     Reported on mailing list by Keith Stribley and Khaled Hosny.
58080
58081  src/hb-buffer-private.hh             | 5 +++--
58082  src/hb-buffer.cc                     | 2 +-
58083  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
58084  3 files changed, 7 insertions(+), 6 deletions(-)
58085
58086 commit 1c3183027fe823cd673866ba29d169b69f8efba1
58087 Author: Behdad Esfahbod <behdad@behdad.org>
58088 Date:   Thu Jan 6 14:44:14 2011 -0500
58089
58090     Remove unused realloc
58091
58092     We always allocate and grow str and pos together.
58093
58094  src/hb-buffer.cc | 6 ------
58095  1 file changed, 6 deletions(-)
58096
58097 commit 76691f0240d6de230e9b42280b54e91639464635
58098 Author: Behdad Esfahbod <behdad@behdad.org>
58099 Date:   Thu Jan 6 14:16:59 2011 -0500
58100
58101     Fix ICU detection
58102
58103  configure.ac | 2 +-
58104  1 file changed, 1 insertion(+), 1 deletion(-)
58105
58106 commit 756f794a1fce701092345a3f9afae039583fb55b
58107 Author: Behdad Esfahbod <behdad@behdad.org>
58108 Date:   Sun Dec 26 20:52:40 2010 -0500
58109
58110     Remove Graphite backend
58111
58112     It was unmaintained and the code has to be replaced to use the new
58113     grphite-ng code base.
58114
58115  configure.ac       |   6 --
58116  src/Makefile.am    |  14 ---
58117  src/hb-graphite.cc | 310
58118  -----------------------------------------------------
58119  src/hb-graphite.h  |  47 --------
58120  4 files changed, 377 deletions(-)
58121
58122 commit f3d9d9879364609502d9d3a3a9f4647adb167d78
58123 Author: Behdad Esfahbod <behdad@behdad.org>
58124 Date:   Wed Dec 22 01:39:29 2010 -0500
58125
58126     Docs
58127
58128  src/hb-unicode.h | 60
58129  ++++++++++++++++++++++++++++----------------------------
58130  1 file changed, 30 insertions(+), 30 deletions(-)
58131
58132 commit d86a5b3c5752abcc791724035ba4115958e6b5e2
58133 Author: Behdad Esfahbod <behdad@behdad.org>
58134 Date:   Tue Dec 21 18:36:25 2010 -0500
58135
58136     Bug 32274 - classic mongolian shaper
58137
58138     Add support for classic Mongolian script to the Arabic shaper.
58139
58140     Still work to be done around U+180E MONGOLIAN VOWEL SEPARATOR as it
58141     should not be included in the final glyph stream the same way that
58142     ZWNJ, etc should not appear in the final glyph stream.
58143
58144     But the joining part should be done.
58145
58146     There remains the question of how should the U+18A9 MONGOLIAN
58147     LETTER ALI
58148     GALI DAGALGA be handled as it has General Category NSM but a letter
58149     nonetheless.  For now, our generic logic makes this a joining
58150     T instead
58151     of joining D as other Mongolian letters are.
58152
58153  src/hb-ot-shape-complex-arabic.cc  | 8 ++++++++
58154  src/hb-ot-shape-complex-private.hh | 1 +
58155  2 files changed, 9 insertions(+)
58156
58157 commit b0e7378fa9a4fc6fc74d9b3c27d927602eaacc5b
58158 Author: Behdad Esfahbod <behdad@behdad.org>
58159 Date:   Tue Dec 21 14:19:32 2010 -0500
58160
58161     Reroute Mandaic shaping through the Arabic shaper
58162
58163     We added Mandaic joining data to the Arabic shaper a while ago, but
58164     were not actually using the Arabic shaper for Mandaic.  Fixed.
58165
58166  src/hb-ot-shape-complex-private.hh | 1 +
58167  1 file changed, 1 insertion(+)
58168
58169 commit 88e7f37488e4e8590619d815b975232a0c9d2ea0
58170 Author: Behdad Esfahbod <behdad@behdad.org>
58171 Date:   Tue Dec 21 14:18:24 2010 -0500
58172
58173     Annotate the Arabic joining table with block information
58174
58175  src/gen-arabic-joining-table.py        | 93
58176  +++++++++++++++++++++-------------
58177  src/hb-ot-shape-complex-arabic-table.h | 24 +++++++--
58178  2 files changed, 80 insertions(+), 37 deletions(-)
58179
58180 commit 1482a39e56cd4151874e5c073540274349240a87
58181 Author: Behdad Esfahbod <behdad@behdad.org>
58182 Date:   Fri Dec 17 20:15:05 2010 -0500
58183
58184     Rename remaining metrics uses to extents
58185
58186  src/hb-font.h | 4 ++--
58187  1 file changed, 2 insertions(+), 2 deletions(-)
58188
58189 commit 22c537657cee1f47a4056a21e2cddfcbe6ab1c01
58190 Author: Behdad Esfahbod <behdad@behdad.org>
58191 Date:   Tue Dec 14 23:51:29 2010 -0500
58192
58193     Rename TableDirectory to TableRecord as per OpenType 1.6
58194
58195  src/hb-open-file-private.hh | 18 +++++++++---------
58196  1 file changed, 9 insertions(+), 9 deletions(-)
58197
58198 commit 33e8b86197239e667a887709104357bdc6566b7c
58199 Author: Behdad Esfahbod <behdad@behdad.org>
58200 Date:   Mon Dec 13 15:54:56 2010 -0500
58201
58202     Update 'head' table to OpenType 1.6
58203
58204  src/hb-ot-head-private.hh | 8 +++++++-
58205  1 file changed, 7 insertions(+), 1 deletion(-)
58206
58207 commit b7683335146bfe3a74d9419db92cd7a8019a9c10
58208 Author: Behdad Esfahbod <behdad@behdad.org>
58209 Date:   Mon Dec 13 14:22:35 2010 -0500
58210
58211     Disallow ligature substitutions replacing one glyph
58212
58213  src/hb-ot-layout-gsub-private.hh | 2 +-
58214  1 file changed, 1 insertion(+), 1 deletion(-)
58215
58216 commit 7eb875118dc31e9fb0e23c45985396a8bfe977e3
58217 Author: Behdad Esfahbod <behdad@behdad.org>
58218 Date:   Mon Dec 13 14:13:35 2010 -0500
58219
58220     Mozilla Bug 618592 - freeze on typekit
58221
58222     Fix apply_lookup() for zero-input broken fonts.
58223
58224  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
58225  1 file changed, 2 insertions(+), 2 deletions(-)
58226
58227 commit bbbbe80ec9bc45c5b685bc09c8f993e98496555c
58228 Author: Behdad Esfahbod <behdad@behdad.org>
58229 Date:   Tue Dec 7 16:22:02 2010 -0500
58230
58231     Rename original_direction to target_direction
58232
58233  src/hb-ot-shape-private.hh | 2 +-
58234  src/hb-ot-shape.cc         | 6 +++---
58235  2 files changed, 4 insertions(+), 4 deletions(-)
58236
58237 commit ee8aaf976a6eb42be49b63b4c51c7a0a338e0298
58238 Author: Behdad Esfahbod <behdad@behdad.org>
58239 Date:   Tue Dec 7 16:20:42 2010 -0500
58240
58241     Fix arabic shaping of LTR text
58242
58243     We should ensure-direction before doing any complex work.  The only
58244     exception is mirroring that needs to see the original / final
58245     direction,
58246     not the native.  Handle that.
58247
58248  src/hb-ot-shape.cc | 6 +++---
58249  1 file changed, 3 insertions(+), 3 deletions(-)
58250
58251 commit d1f1707adc03317760b0f75e04d0f3dd425e547f
58252 Author: Behdad Esfahbod <behdad@behdad.org>
58253 Date:   Tue Nov 30 00:57:15 2010 -0500
58254
58255     Bug 31965 - some GNU/Linux distributions lack icu.pc but have
58256     icu-config
58257
58258     Patch from suzuki toshiya.
58259
58260  configure.ac | 10 +++++++++-
58261  1 file changed, 9 insertions(+), 1 deletion(-)
58262
58263 commit 3c48982be6b2286088541ee55cac78b0f2b6e771
58264 Author: Behdad Esfahbod <behdad@behdad.org>
58265 Date:   Sun Nov 28 19:39:47 2010 -0500
58266
58267     Adjust pyx files to reflect change from int to hb_var_int_t
58268
58269     Patch from Thomas Hunger.
58270
58271  contrib/python/lib/harfbuzz.pyx | 7 +++++--
58272  1 file changed, 5 insertions(+), 2 deletions(-)
58273
58274 commit 4f9e4a40bc248aeb1364ed6f4aa7f392aa364497
58275 Author: Behdad Esfahbod <behdad@behdad.org>
58276 Date:   Mon Nov 22 11:30:32 2010 -0500
58277
58278     Fix failing checks
58279
58280  src/hb-ot-shape-complex-arabic-table.h | 37
58281  ++++++++++++++++++++++++++++++++++
58282  1 file changed, 37 insertions(+)
58283
58284 commit 9da26d6669e7f3b91ba37e71f6f8a6e2ea806688
58285 Author: Behdad Esfahbod <behdad@behdad.org>
58286 Date:   Mon Nov 22 11:03:18 2010 -0500
58287
58288     Remove email address from Copyright headers
58289
58290  COPYING      | 2 +-
58291  src/hb-ft.c  | 2 +-
58292  src/hb-icu.c | 2 +-
58293  3 files changed, 3 insertions(+), 3 deletions(-)
58294
58295 commit a45f00019242734fca742adeb2ed507305baeda6
58296 Author: Behdad Esfahbod <behdad@behdad.org>
58297 Date:   Thu Nov 18 13:58:32 2010 -0500
58298
58299     Clarify copyright notice
58300
58301  COPYING                 | 12 ++++++++++++
58302  README                  |  4 ++--
58303  src/hb-graphite.cc      |  4 ++--
58304  src/hb-object-private.h |  2 +-
58305  4 files changed, 17 insertions(+), 5 deletions(-)
58306
58307 commit 0884a8d9cd576f116400b3f7c8815e747c315d5e
58308 Author: Behdad Esfahbod <behdad@behdad.org>
58309 Date:   Wed Nov 17 16:58:21 2010 -0500
58310
58311     Move generated table to its own file
58312
58313  src/Makefile.am                        |   1 +
58314  src/hb-ot-shape-complex-arabic-table.h | 619
58315  ++++++++++++++++++++++++++++++++
58316  src/hb-ot-shape-complex-arabic.cc      | 621
58317  +--------------------------------
58318  3 files changed, 621 insertions(+), 620 deletions(-)
58319
58320 commit 14d784116b08685425e4ddcb1c1f813dbe2b2986
58321 Author: Behdad Esfahbod <behdad@behdad.org>
58322 Date:   Wed Nov 17 16:52:58 2010 -0500
58323
58324     Update Arabic joining table to include Mandaic
58325
58326     Mandaic was added to Unicode 6.0, but the joining data was not
58327     updated.
58328     Draft ArabicShaping.txt from 6.1 includes the joining data for
58329     Mandaic.
58330     Use that.
58331
58332  src/gen-arabic-joining-table.py   |  45 ++++++++++----
58333  src/hb-ot-shape-complex-arabic.cc | 123
58334  ++++++++++++++++++++++++++++++++------
58335  2 files changed, 137 insertions(+), 31 deletions(-)
58336
58337 commit 43bf2f7f1ec427c431e2ee2fd1a9345e7d5c9718
58338 Author: Behdad Esfahbod <behdad@behdad.org>
58339 Date:   Wed Nov 17 14:49:40 2010 -0500
58340
58341     Add OpenType script tags for Unicode 5.2 and Unicode 6.0 scripts
58342
58343     Based on tags proposed by Microsoft for inclusion in OpenType.
58344
58345  src/hb-ot-tag.c | 34 +++++++++++++++++-----------------
58346  1 file changed, 17 insertions(+), 17 deletions(-)
58347
58348 commit afab01cf7caca79cf6dfabe6827d1703be1a74f7
58349 Author: Behdad Esfahbod <behdad@behdad.org>
58350 Date:   Wed Nov 17 14:35:34 2010 -0500
58351
58352     Add Unicode 6.0 scripts
58353
58354  src/hb-icu.c     | 6 ++++++
58355  src/hb-ot-tag.c  | 7 ++++++-
58356  src/hb-unicode.c | 7 ++++++-
58357  src/hb-unicode.h | 7 ++++++-
58358  4 files changed, 24 insertions(+), 3 deletions(-)
58359
58360 commit f234b68d18d956f7e4eb4bf58d6dc408d9e5146e
58361 Author: Behdad Esfahbod <behdad@behdad.org>
58362 Date:   Wed Nov 17 14:25:44 2010 -0500
58363
58364     Change HB_SCRIPT_MEITEI_MAYEK to HB_SCRIPT_MEETEI_MAYEK
58365
58366     The new name matches the Unicode name.  Reported by Jonathan Kew.
58367
58368  src/hb-icu.c     | 2 +-
58369  src/hb-ot-tag.c  | 2 +-
58370  src/hb-unicode.h | 2 +-
58371  3 files changed, 3 insertions(+), 3 deletions(-)
58372
58373 commit 3ca9a6d1cffe950b325e1d522b20d4a645ae448e
58374 Author: Behdad Esfahbod <behdad@behdad.org>
58375 Date:   Wed Nov 17 13:08:47 2010 -0500
58376
58377     Add TODO item
58378
58379  TODO | 3 +++
58380  1 file changed, 3 insertions(+)
58381
58382 commit 300cb41417d40473268e3b4089bed24e9e77a753
58383 Author: Behdad Esfahbod <behdad@behdad.org>
58384 Date:   Wed Nov 17 12:57:23 2010 -0500
58385
58386     Add XXX marks
58387
58388  src/hb-ot-layout-gsubgpos-private.hh | 4 +++-
58389  1 file changed, 3 insertions(+), 1 deletion(-)
58390
58391 commit ea00aee9f94ae8c6cf03d620254817d5e1f51d64
58392 Author: Behdad Esfahbod <behdad@behdad.org>
58393 Date:   Fri Nov 5 10:51:37 2010 -0400
58394
58395     Add TODO item
58396
58397  TODO | 2 ++
58398  1 file changed, 2 insertions(+)
58399
58400 commit 3a852ae7fe6edfaadd75625d27515a3689503395
58401 Author: Behdad Esfahbod <behdad@behdad.org>
58402 Date:   Wed Nov 3 16:37:24 2010 -0400
58403
58404     Save general category and combining class in the buffer for reuse
58405
58406  src/hb-ot-layout-private.hh       |  3 ++-
58407  src/hb-ot-shape-complex-arabic.cc | 16 ++++++++++------
58408  src/hb-ot-shape-private.hh        |  6 ++++++
58409  src/hb-ot-shape.cc                | 26 +++++++++++++++++++++-----
58410  4 files changed, 39 insertions(+), 12 deletions(-)
58411
58412 commit a5ab682b9ba8224fc132624f93e6fef9973a68ca
58413 Author: Behdad Esfahbod <behdad@behdad.org>
58414 Date:   Wed Nov 3 15:50:36 2010 -0400
58415
58416     More "unreached code" warning fixes
58417
58418     Ugly :(.
58419
58420  src/hb-blob.c | 48 ++++++++++++++++++++++++------------------------
58421  1 file changed, 24 insertions(+), 24 deletions(-)
58422
58423 commit 4e22c7e94102c9f00c32b8cb6aaa832f83909149
58424 Author: Behdad Esfahbod <behdad@behdad.org>
58425 Date:   Wed Nov 3 15:47:12 2010 -0400
58426
58427     Add comment
58428
58429  src/hb-ot-layout-common-private.hh | 3 +++
58430  1 file changed, 3 insertions(+)
58431
58432 commit 0342034d1cb577d34b42f7204da7fb930c12a464
58433 Author: Behdad Esfahbod <behdad@behdad.org>
58434 Date:   Wed Nov 3 15:40:07 2010 -0400
58435
58436     Pedantic
58437
58438  src/hb-ot-layout-gpos-private.hh | 2 +-
58439  1 file changed, 1 insertion(+), 1 deletion(-)
58440
58441 commit 4a2d844c2f12dc1b858ab4ddd737ded7c0852221
58442 Author: Behdad Esfahbod <behdad@behdad.org>
58443 Date:   Wed Nov 3 15:28:56 2010 -0400
58444
58445     Minor code shuffling
58446
58447  src/hb-ot-layout-private.hh | 21 +++-------------
58448  src/hb-ot-layout.cc         | 61
58449  +++++++++++++++++++++++++++++++++------------
58450  2 files changed, 48 insertions(+), 34 deletions(-)
58451
58452 commit 11e3ec444a85fc72541823c2e98cc92c4ceb19af
58453 Author: Behdad Esfahbod <behdad@behdad.org>
58454 Date:   Wed Nov 3 15:11:04 2010 -0400
58455
58456     Fix a few more "unreachable code" warnings
58457
58458  src/hb-blob.c                        |  2 +-
58459  src/hb-object-private.h              | 12 +++---
58460  src/hb-open-type-private.hh          | 84
58461  +++++++++++++++++-------------------
58462  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
58463  src/hb-private.h                     |  3 +-
58464  5 files changed, 49 insertions(+), 54 deletions(-)
58465
58466 commit 2304856340782c72cb30873f7907191dc359e921
58467 Author: Behdad Esfahbod <behdad@behdad.org>
58468 Date:   Wed Nov 3 12:46:58 2010 -0400
58469
58470     Remove another couple lines of dead code
58471
58472  src/hb-ot-layout-gsubgpos-private.hh | 2 --
58473  1 file changed, 2 deletions(-)
58474
58475 commit b8783c85ac5dd9ea8f5a66eacb92dfcfbf649a6d
58476 Author: Behdad Esfahbod <behdad@behdad.org>
58477 Date:   Wed Nov 3 11:50:21 2010 -0400
58478
58479     Fix unreachable-code warning
58480
58481  src/hb-ot-layout-gpos-private.hh | 8 ++++----
58482  1 file changed, 4 insertions(+), 4 deletions(-)
58483
58484 commit c2709119c8c610a0d4d71884a7d4fdba7cb65b72
58485 Author: Behdad Esfahbod <behdad@behdad.org>
58486 Date:   Wed Oct 27 23:18:51 2010 -0400
58487
58488     Move things around some more
58489
58490  src/hb-ot-layout-gpos-private.hh     | 8 ++++----
58491  src/hb-ot-layout-gsub-private.hh     | 4 ++--
58492  src/hb-ot-layout-gsubgpos-private.hh | 9 +++++++--
58493  src/hb-ot-layout-private.hh          | 7 +++----
58494  src/hb-ot-layout.cc                  | 6 +++---
58495  5 files changed, 19 insertions(+), 15 deletions(-)
58496
58497 commit 194d4566ec054db03fa31d369a9f1c6cf4941e74
58498 Author: Behdad Esfahbod <behdad@behdad.org>
58499 Date:   Wed Oct 27 23:09:10 2010 -0400
58500
58501     Move buffer var allocation local
58502
58503  src/hb-ot-layout-gpos-private.hh | 19 ++++++++++++++-----
58504  src/hb-ot-layout-private.hh      |  2 --
58505  2 files changed, 14 insertions(+), 7 deletions(-)
58506
58507 commit 1e7c1fcbc33599faefc32d4a28e5d8506d2c56fa
58508 Author: Behdad Esfahbod <behdad@behdad.org>
58509 Date:   Wed Oct 27 22:48:31 2010 -0400
58510
58511     Move code around
58512
58513  src/hb-ot-layout-gpos-private.hh | 59
58514  ++++++++++++++++++++++++++++++++++++++++
58515  src/hb-ot-layout.cc              | 59
58516  ++--------------------------------------
58517  src/hb-ot-layout.h               |  4 +--
58518  src/hb-ot-shape.cc               |  2 +-
58519  4 files changed, 63 insertions(+), 61 deletions(-)
58520
58521 commit bf94b3ad22b2fe4730d4e64d673c63154fc5b5fe
58522 Author: Behdad Esfahbod <behdad@behdad.org>
58523 Date:   Wed Oct 27 22:37:59 2010 -0400
58524
58525     Move some more code around
58526
58527  src/hb-ot-layout-gdef-private.hh | 21 +++++++++++++++
58528  src/hb-ot-layout-private.hh      | 27 ++++++++++++++++---
58529  src/hb-ot-layout.cc              | 56
58530  ++++++----------------------------------
58531  3 files changed, 52 insertions(+), 52 deletions(-)
58532
58533 commit 6334658fe79d6acfb46a2a147721b78f92510ebb
58534 Author: Behdad Esfahbod <behdad@behdad.org>
58535 Date:   Wed Oct 27 22:11:32 2010 -0400
58536
58537     Simplify mark skipping logic
58538
58539  src/hb-ot-layout.cc | 17 +++--------------
58540  1 file changed, 3 insertions(+), 14 deletions(-)
58541
58542 commit 8c69e65abed961002d90024c92e18538c6516262
58543 Author: Behdad Esfahbod <behdad@behdad.org>
58544 Date:   Wed Oct 27 22:07:49 2010 -0400
58545
58546     Rename lookup_flags to lookup_props since it's more than just flags
58547
58548  src/hb-ot-layout-common-private.hh   |  6 +++++-
58549  src/hb-ot-layout-gpos-private.hh     | 14 +++++++-------
58550  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
58551  src/hb-ot-layout-gsubgpos-private.hh | 10 +++++-----
58552  src/hb-ot-layout-private.hh          |  4 ++--
58553  src/hb-ot-layout.cc                  | 36
58554  ++++++++++++++++++------------------
58555  src/main.cc                          |  4 ++--
58556  7 files changed, 43 insertions(+), 39 deletions(-)
58557
58558 commit 98370e89d1bff248737b482d129c2a4deb8bfd95
58559 Author: Behdad Esfahbod <behdad@behdad.org>
58560 Date:   Wed Oct 27 17:39:01 2010 -0400
58561
58562     WIP removing external synthesized GDEF support and implementing
58563     it internally
58564
58565  TODO                                 |   2 -
58566  src/hb-buffer-private.hh             |   4 -
58567  src/hb-buffer.cc                     |   3 -
58568  src/hb-ot-layout-common-private.hh   |   8 +-
58569  src/hb-ot-layout-gdef-private.hh     |   6 +-
58570  src/hb-ot-layout-gpos-private.hh     |   4 +-
58571  src/hb-ot-layout-gsub-private.hh     |  66 ++++++-----------
58572  src/hb-ot-layout-gsubgpos-private.hh |  29 +++++++-
58573  src/hb-ot-layout-private.hh          |  29 +++-----
58574  src/hb-ot-layout.cc                  | 138
58575  +++++------------------------------
58576  src/hb-ot-layout.h                   |  26 -------
58577  src/hb-ot-shape.cc                   |  10 +++
58578  12 files changed, 98 insertions(+), 227 deletions(-)
58579
58580 commit 870e2d6eac01d004c72a925ea93e6823251d5fa2
58581 Author: Behdad Esfahbod <behdad@behdad.org>
58582 Date:   Wed Oct 27 17:37:20 2010 -0400
58583
58584     Remove unused function
58585
58586  src/hb-buffer-private.hh | 10 ----------
58587  src/hb-buffer.cc         | 27 ---------------------------
58588  2 files changed, 37 deletions(-)
58589
58590 commit 1115890b90709fa5329a55d22f543020f3df9f6f
58591 Author: Behdad Esfahbod <behdad@behdad.org>
58592 Date:   Wed Oct 27 17:07:04 2010 -0400
58593
58594     More cleanup
58595
58596  src/hb-buffer-private.hh    | 5 +----
58597  src/hb-ot-layout-private.hh | 6 ++++++
58598  2 files changed, 7 insertions(+), 4 deletions(-)
58599
58600 commit dbf56b1d94910f04823e53e39ace1e5145bddc04
58601 Author: Behdad Esfahbod <behdad@behdad.org>
58602 Date:   Wed Oct 27 17:06:12 2010 -0400
58603
58604     More lig-id cleanup
58605
58606  src/hb-buffer-private.hh         | 4 ++--
58607  src/hb-buffer.cc                 | 2 +-
58608  src/hb-ot-layout-gsub-private.hh | 8 +++++++-
58609  3 files changed, 10 insertions(+), 4 deletions(-)
58610
58611 commit f6a23a0b9171958f76c1d0473b09fc08d2b3a0d0
58612 Author: Behdad Esfahbod <behdad@behdad.org>
58613 Date:   Wed Oct 27 17:01:03 2010 -0400
58614
58615     More removal of lig-id code from buffer
58616
58617  src/hb-buffer.cc | 4 ++--
58618  1 file changed, 2 insertions(+), 2 deletions(-)
58619
58620 commit dd2ffd282c059194fd87fb1664e2e0cdb56a87a0
58621 Author: Behdad Esfahbod <behdad@behdad.org>
58622 Date:   Wed Oct 27 16:57:01 2010 -0400
58623
58624     Minor renaming
58625
58626  src/hb-buffer-private.hh         | 41
58627  ++++++++++++++++++++--------------------
58628  src/hb-buffer.cc                 | 20 ++++++++++----------
58629  src/hb-ot-layout-gsub-private.hh |  8 ++++----
58630  src/hb-ot-shape.cc               |  6 +++---
58631  4 files changed, 37 insertions(+), 38 deletions(-)
58632
58633 commit fe263272a2b26204bc39829a94d90ab537517f3f
58634 Author: Behdad Esfahbod <behdad@behdad.org>
58635 Date:   Wed Oct 27 16:51:02 2010 -0400
58636
58637     Move setting lig_id/component out of buffer and to the gsub code
58638
58639  src/hb-buffer-private.hh         | 30 +++++++----------------
58640  src/hb-buffer.cc                 | 52
58641  +++++++---------------------------------
58642  src/hb-ot-layout-gsub-private.hh | 27 ++++++++++++---------
58643  3 files changed, 34 insertions(+), 75 deletions(-)
58644
58645 commit 2e2b2480c01c788ea702d78ca830c2bb659654a8
58646 Author: Behdad Esfahbod <behdad@behdad.org>
58647 Date:   Wed Oct 27 16:25:28 2010 -0400
58648
58649     Always allocate new ligature id
58650
58651     No practical point in reusing ligature ids.
58652
58653  src/hb-ot-layout-gsub-private.hh | 5 +----
58654  1 file changed, 1 insertion(+), 4 deletions(-)
58655
58656 commit bf07d5a29c61baf6fd683289c7764f487ad7e413
58657 Author: Behdad Esfahbod <behdad@behdad.org>
58658 Date:   Wed Oct 27 16:19:13 2010 -0400
58659
58660     Set component=0 for ligature glyph
58661
58662  src/hb-ot-layout-gsub-private.hh | 5 +++--
58663  1 file changed, 3 insertions(+), 2 deletions(-)
58664
58665 commit 37ab877149582c7ce7416425bb402340e3f948a2
58666 Author: Behdad Esfahbod <behdad@behdad.org>
58667 Date:   Wed Oct 27 15:38:06 2010 -0400
58668
58669     Remove comment
58670
58671  src/hb-buffer.cc | 20 --------------------
58672  1 file changed, 20 deletions(-)
58673
58674 commit 88474c6fdaf35c56368694a5b164f4988a004d49
58675 Author: Behdad Esfahbod <behdad@behdad.org>
58676 Date:   Wed Oct 27 14:42:15 2010 -0400
58677
58678     Get rid of the OpenType-specific internal buffer representation
58679
58680     Add variant integers to buffer item types.  More cleanup coming.
58681
58682  TODO                              |  2 --
58683  src/hb-buffer-private.hh          | 35 ++++++----------------
58684  src/hb-buffer.cc                  | 62
58685  +++++++++++++++++++--------------------
58686  src/hb-buffer.h                   |  2 +-
58687  src/hb-ot-layout-gpos-private.hh  | 24 +++++++--------
58688  src/hb-ot-layout-gsub-private.hh  |  2 +-
58689  src/hb-ot-layout-private.hh       |  4 +--
58690  src/hb-ot-layout.cc               | 39 ++++++++++++------------
58691  src/hb-ot-shape-complex-arabic.cc |  8 ++---
58692  9 files changed, 79 insertions(+), 99 deletions(-)
58693
58694 commit 6cb8c3493019e1497921666fc268cb81943f9f1f
58695 Author: Behdad Esfahbod <behdad@behdad.org>
58696 Date:   Wed Oct 27 14:27:03 2010 -0400
58697
58698     Add hb_var_int_t
58699
58700  src/hb-buffer.h |  6 +++---
58701  src/hb-common.h | 10 ++++++++++
58702  2 files changed, 13 insertions(+), 3 deletions(-)
58703
58704 commit f22802431a983bd4bc60a7653b1103973c3475cb
58705 Author: Behdad Esfahbod <behdad@behdad.org>
58706 Date:   Tue Nov 2 19:12:37 2010 -0400
58707
58708     Remove trailing comma
58709
58710  src/hb-ot-shape-complex-arabic.cc | 2 +-
58711  1 file changed, 1 insertion(+), 1 deletion(-)
58712
58713 commit 13528d0c78cadb1f67267c9a692558caef9fdaa6
58714 Author: Behdad Esfahbod <behdad@behdad.org>
58715 Date:   Wed Oct 27 14:09:27 2010 -0400
58716
58717     Supposedly implement vertical support in GPOS
58718
58719     Not tested at all.
58720
58721  src/hb-ot-layout-gpos-private.hh | 27 ++++++++++++++++++++-------
58722  src/hb-ot-layout.cc              | 39
58723  ++++++++++++++++++++++++---------------
58724  2 files changed, 44 insertions(+), 22 deletions(-)
58725
58726 commit 9624de5b496846cd89ee4f7b07d38029aca70ce1
58727 Author: Behdad Esfahbod <behdad@behdad.org>
58728 Date:   Wed Oct 27 13:44:59 2010 -0400
58729
58730     Clarify cursive_chain (and change its sign)
58731
58732  src/hb-ot-layout-gpos-private.hh |  4 ++--
58733  src/hb-ot-layout.cc              | 13 +++++++------
58734  2 files changed, 9 insertions(+), 8 deletions(-)
58735
58736 commit d6c9eadb88240c40b3cb9a33f067e575cbc2f729
58737 Author: Behdad Esfahbod <behdad@behdad.org>
58738 Date:   Wed Oct 27 12:34:50 2010 -0400
58739
58740     Remove more pointless LONGTERMTODO items
58741
58742  src/hb-ot-layout-common-private.hh | 2 --
58743  1 file changed, 2 deletions(-)
58744
58745 commit e204674fe340a57c48a9fe7e1ed02a9a08f4aca4
58746 Author: Behdad Esfahbod <behdad@behdad.org>
58747 Date:   Wed Oct 27 12:32:02 2010 -0400
58748
58749     Rename hb_ot_layout_get_lig_carets() to
58750     hb_ot_layout_get_ligature_carets()
58751
58752  src/hb-ot-layout.cc | 14 +++++++-------
58753  src/hb-ot-layout.h  | 14 +++++++-------
58754  2 files changed, 14 insertions(+), 14 deletions(-)
58755
58756 commit 3357d145f81cb7b746c910018fe3a0dfab00972c
58757 Author: Behdad Esfahbod <behdad@behdad.org>
58758 Date:   Wed Oct 27 12:30:46 2010 -0400
58759
58760     Implement vertical support in get_lig_carets()
58761
58762  src/hb-ot-layout-gdef-private.hh | 34 ++++++++++++++++++----------------
58763  src/hb-ot-layout.cc              |  3 ++-
58764  src/hb-ot-layout.h               |  1 +
58765  3 files changed, 21 insertions(+), 17 deletions(-)
58766
58767 commit 8eeed7eddc789151cbffe62ed6bfd77612266bf1
58768 Author: Behdad Esfahbod <behdad@behdad.org>
58769 Date:   Wed Oct 27 12:07:49 2010 -0400
58770
58771     Remove LONGTERMTODO item that I'll never fix
58772
58773  src/hb-ot-layout-gsubgpos-private.hh | 6 ------
58774  1 file changed, 6 deletions(-)
58775
58776 commit 184a5279c64f37bc2ceefbe2191bb64ca87f88d8
58777 Author: Behdad Esfahbod <behdad@behdad.org>
58778 Date:   Wed Oct 27 12:00:49 2010 -0400
58779
58780     Remove unused macro
58781
58782  src/hb-ot-layout-gpos-private.hh | 2 --
58783  1 file changed, 2 deletions(-)
58784
58785 commit af5d02a269d55331300df1e382241893928d64e0
58786 Author: Behdad Esfahbod <behdad@behdad.org>
58787 Date:   Wed Oct 27 11:54:26 2010 -0400
58788
58789     Rewrite Cursive joining to act more like other pair lookups
58790
58791     Look forward for next character instead of joining to the last
58792     character.
58793
58794  src/hb-ot-layout-gpos-private.hh | 71
58795  ++++++++++++++++++----------------------
58796  src/hb-ot-layout-private.hh      | 10 ------
58797  2 files changed, 31 insertions(+), 50 deletions(-)
58798
58799 commit ea22c749c7371cf66ca44f0bfe7030aef1926edd
58800 Author: Behdad Esfahbod <behdad@behdad.org>
58801 Date:   Wed Oct 27 11:09:48 2010 -0400
58802
58803     Fix Cursive positioning
58804
58805     Test case: "مرا" rendered using IranNastaliq.
58806
58807  src/hb-ot-layout-gpos-private.hh | 124
58808  +--------------------------------------
58809  1 file changed, 3 insertions(+), 121 deletions(-)
58810
58811 commit aefdb64689aab19df76590a36c4a04052a8bffdb
58812 Author: Behdad Esfahbod <behdad@behdad.org>
58813 Date:   Wed Oct 27 10:40:39 2010 -0400
58814
58815     Fix segfault with Arabic combining marks
58816
58817  src/hb-ot-shape-complex-arabic.cc | 4 +++-
58818  1 file changed, 3 insertions(+), 1 deletion(-)
58819
58820 commit 12b2d09a87adc1e1aac089cd2e09a68fb7129829
58821 Author: Behdad Esfahbod <behdad@behdad.org>
58822 Date:   Wed Oct 27 01:28:28 2010 -0400
58823
58824     Remove obsolete TODO item
58825
58826     We don't cache any metrics internally, so the correct way to add more
58827     glyph metrics items is to add new callbacks for them.  We already have
58828     separeate callbacks for advance vs extents.
58829
58830  TODO | 2 --
58831  1 file changed, 2 deletions(-)
58832
58833 commit 248e3c2ba47889c247959e44166644872aed59ba
58834 Author: Behdad Esfahbod <behdad@behdad.org>
58835 Date:   Wed Oct 27 01:23:14 2010 -0400
58836
58837     Oops, remove extra mask setting that broke complex shaping
58838
58839  src/hb-ot-shape.cc | 2 --
58840  1 file changed, 2 deletions(-)
58841
58842 commit 502f4cba3e0bcd625d31f8fd295b8b18e2d02a5a
58843 Author: Behdad Esfahbod <behdad@behdad.org>
58844 Date:   Wed Oct 27 01:13:56 2010 -0400
58845
58846     Divide get_metrics into get_advance and get_extents
58847
58848     Graphite module not updated.
58849     Bump version to 0.3.
58850
58851  configure.ac          |  2 +-
58852  src/hb-font-private.h |  3 +-
58853  src/hb-font.cc        | 96
58854  +++++++++++++++++++++++++++++++++++----------------
58855  src/hb-font.h         | 61 ++++++++++++++++++++------------
58856  src/hb-ft.c           | 72 +++++++++++++++++++++++---------------
58857  src/hb-ot-shape.cc    |  7 ++--
58858  6 files changed, 154 insertions(+), 87 deletions(-)
58859
58860 commit ec6c0e54d322d58cbc835feb58dcec7ede6ab744
58861 Author: Behdad Esfahbod <behdad@behdad.org>
58862 Date:   Tue Oct 26 11:28:14 2010 -0400
58863
58864     Fix blob leak
58865
58866  src/hb-font.cc | 2 +-
58867  1 file changed, 1 insertion(+), 1 deletion(-)
58868
58869 commit bd7378b2ef9793de4e7f57b920f29f48ac9d0c25
58870 Author: Behdad Esfahbod <behdad@behdad.org>
58871 Date:   Wed Oct 13 18:33:16 2010 -0400
58872
58873     Massage mask setting a bit more
58874
58875     Still finding the exact correct way the masks should be set.
58876
58877  src/hb-buffer-private.hh | 19 ++++++++++++++++---
58878  src/hb-buffer.cc         |  9 +++++++++
58879  src/hb-ot-shape.cc       |  6 ++++--
58880  3 files changed, 29 insertions(+), 5 deletions(-)
58881
58882 commit 961f9baa7bc3556f1e4e7135859cebe1351f73a4
58883 Author: Behdad Esfahbod <behdad@behdad.org>
58884 Date:   Wed Oct 13 17:17:00 2010 -0400
58885
58886     Oops, actually set global mask
58887
58888  src/hb-buffer.cc | 2 +-
58889  1 file changed, 1 insertion(+), 1 deletion(-)
58890
58891 commit 39dede9ffffe732f78cbd092ccb3b48d77ddd66d
58892 Author: Behdad Esfahbod <behdad@behdad.org>
58893 Date:   Wed Oct 13 15:54:06 2010 -0400
58894
58895     Make sure boolean features always use value=1
58896
58897     Previously boolean features turned on the entire feature mask.
58898     This is
58899     wrong if feature is Alternate and user has provided values bigger
58900     than one.
58901     Though, I don't think other engines support such corner cases.
58902
58903  src/hb-ot-map-private.hh          | 10 ++++++++--
58904  src/hb-ot-map.cc                  |  3 ++-
58905  src/hb-ot-shape-complex-arabic.cc |  2 +-
58906  src/hb-ot-shape.cc                |  2 +-
58907  4 files changed, 12 insertions(+), 5 deletions(-)
58908
58909 commit 3506b2e78db27e7835bd2c09c053a9807c9cac40
58910 Author: Behdad Esfahbod <behdad@behdad.org>
58911 Date:   Wed Oct 13 15:38:52 2010 -0400
58912
58913     Return early if mask is 0
58914
58915  src/hb-buffer.cc | 3 +++
58916  1 file changed, 3 insertions(+)
58917
58918 commit 5c1c8c9c50ddbe66ea595afb245a208b7775b27c
58919 Author: Behdad Esfahbod <behdad@behdad.org>
58920 Date:   Wed Oct 13 15:36:38 2010 -0400
58921
58922     Make sure feature values don't leak out of their mask
58923
58924  src/hb-buffer.cc | 1 +
58925  1 file changed, 1 insertion(+)
58926
58927 commit 852912fc2db06b6183a2dc87c45ec1b563063572
58928 Author: Behdad Esfahbod <behdad@behdad.org>
58929 Date:   Wed Oct 13 15:34:50 2010 -0400
58930
58931     Fix applying default-value for features
58932
58933     Previously if a default global feature was overrided by a non-global
58934     user feature, we were not setting any default mask for the feature,
58935     essentially disabling the feature by default.  Fix that.
58936
58937  TODO                     |  2 --
58938  src/hb-ot-map-private.hh | 10 ++++++----
58939  src/hb-ot-map.cc         | 13 +++++++------
58940  3 files changed, 13 insertions(+), 12 deletions(-)
58941
58942 commit 2989be4919242670c94825bded96db20a7b2035b
58943 Author: Behdad Esfahbod <behdad@behdad.org>
58944 Date:   Wed Oct 13 15:18:29 2010 -0400
58945
58946     Set user masks after complex masks
58947
58948  src/hb-ot-shape.cc | 4 ++--
58949  1 file changed, 2 insertions(+), 2 deletions(-)
58950
58951 commit a7820b7b15a809b4a1a4077147ceed7bea528483
58952 Author: Behdad Esfahbod <behdad@behdad.org>
58953 Date:   Wed Oct 13 14:20:48 2010 -0400
58954
58955     Add TODO item
58956
58957  TODO | 2 ++
58958  1 file changed, 2 insertions(+)
58959
58960 commit 04a3023a66203d94b77f2d7a8d6bcdedf067e155
58961 Author: Behdad Esfahbod <behdad@behdad.org>
58962 Date:   Wed Oct 13 10:57:27 2010 -0400
58963
58964     Cleanup TODO
58965
58966     Looks like a roadmap now.
58967
58968  TODO | 72
58969  +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
58970  1 file changed, 59 insertions(+), 13 deletions(-)
58971
58972 commit 3111b8a0d5b38da57c0f6285aec2b92eb690188f
58973 Author: Behdad Esfahbod <behdad@behdad.org>
58974 Date:   Wed Oct 13 10:41:53 2010 -0400
58975
58976     Fix stupid bug, oops
58977
58978  src/hb-font.cc | 2 +-
58979  1 file changed, 1 insertion(+), 1 deletion(-)
58980
58981 commit 3703f88b74707113e782eb6ca9a77603561760d0
58982 Author: Behdad Esfahbod <behdad@behdad.org>
58983 Date:   Tue Oct 12 18:34:20 2010 -0400
58984
58985     Step the version up to 0.2 now that Arabic shaper is in
58986
58987  configure.ac | 2 +-
58988  1 file changed, 1 insertion(+), 1 deletion(-)
58989
58990 commit 758f68b860b44b5a04eb3dde5cb40b1b04cf634a
58991 Author: Behdad Esfahbod <behdad@behdad.org>
58992 Date:   Tue Oct 12 17:37:44 2010 -0400
58993
58994     Fix Arabic shaper
58995
58996     It's tested now.  It works!
58997
58998  src/hb-ot-shape-complex-arabic.cc | 7 ++++---
58999  1 file changed, 4 insertions(+), 3 deletions(-)
59000
59001 commit 13403bc67a01e0d4908fb964093fd02ddd11c580
59002 Author: Behdad Esfahbod <behdad@behdad.org>
59003 Date:   Tue Oct 12 17:23:54 2010 -0400
59004
59005     Hookup Arabic shaper!
59006
59007     Not tested yet.
59008
59009  src/hb-ot-shape-complex-arabic.cc  |  6 +++---
59010  src/hb-ot-shape-complex-private.hh | 37
59011  ++++++++++++++++++++++---------------
59012  src/hb-ot-shape-private.hh         | 14 +++++++++++++-
59013  src/hb-ot-shape.cc                 |  3 ++-
59014  4 files changed, 40 insertions(+), 20 deletions(-)
59015
59016 commit 57ac0ecb7843533b2e6e6d6c8a12b2a44437cc1c
59017 Author: Behdad Esfahbod <behdad@behdad.org>
59018 Date:   Tue Oct 12 17:07:02 2010 -0400
59019
59020     Merge clearing masks and setting global masks
59021
59022  src/hb-buffer-private.hh | 11 ++++++-----
59023  src/hb-buffer.cc         |  5 +++--
59024  src/hb-ot-map.cc         |  2 +-
59025  src/hb-ot-shape.cc       |  7 ++-----
59026  4 files changed, 12 insertions(+), 13 deletions(-)
59027
59028 commit fc96596b7c1c4e62491e951a3c256fb00dcde550
59029 Author: Behdad Esfahbod <behdad@behdad.org>
59030 Date:   Tue Oct 12 17:00:25 2010 -0400
59031
59032     Form clusters before setting masks
59033
59034  src/hb-ot-shape.cc | 4 ++--
59035  1 file changed, 2 insertions(+), 2 deletions(-)
59036
59037 commit 1e80782244cdb1dedae9d1e61079d0508e57ca72
59038 Author: Behdad Esfahbod <behdad@behdad.org>
59039 Date:   Tue Oct 12 17:00:07 2010 -0400
59040
59041     Clear masks before setting them up, not after!
59042
59043  src/hb-ot-shape.cc | 6 ++----
59044  1 file changed, 2 insertions(+), 4 deletions(-)
59045
59046 commit fd3d32d31cb6d74a9994b6850d539fd0b707d941
59047 Author: Behdad Esfahbod <behdad@behdad.org>
59048 Date:   Tue Oct 12 16:57:47 2010 -0400
59049
59050     Add hb_ot_shape_execute()
59051
59052     Not public yet.
59053
59054  src/hb-ot-shape-private.hh |  5 ++---
59055  src/hb-ot-shape.cc         | 19 ++++++++++++++-----
59056  2 files changed, 16 insertions(+), 8 deletions(-)
59057
59058 commit 49baa1f69efb0e3c62e45bd59dd88459a84bf390
59059 Author: Behdad Esfahbod <behdad@behdad.org>
59060 Date:   Tue Oct 12 16:50:36 2010 -0400
59061
59062     Add hb_ot_complex_shaper_t stuff and start hooking Arabic shaper up
59063
59064  src/Makefile.am                                    |  3 +-
59065  src/hb-ot-map-private.hh                           |  2 +-
59066  src/hb-ot-map.cc                                   |  2 +-
59067  ...ape-arabic.cc => hb-ot-shape-complex-arabic.cc} |  9 +++
59068  src/hb-ot-shape-complex-private.hh                 | 88
59069  ++++++++++++++++++++++
59070  src/hb-ot-shape-private.hh                         | 12 +--
59071  src/hb-ot-shape.cc                                 |  8 +-
59072  7 files changed, 107 insertions(+), 17 deletions(-)
59073
59074 commit 605ed468f380f86d642031f6451447d270cb6de1
59075 Author: Behdad Esfahbod <behdad@behdad.org>
59076 Date:   Tue Oct 12 16:19:29 2010 -0400
59077
59078     Add hb_ot_shape_plan_t
59079
59080     This is the object that a separate plan/execute shaping API will
59081     use in
59082     between the two stages.
59083
59084  src/hb-ot-shape-private.hh | 12 ++++++++++--
59085  src/hb-ot-shape.cc         | 38 ++++++++++++++++++--------------------
59086  2 files changed, 28 insertions(+), 22 deletions(-)
59087
59088 commit 895fb5d364e7ae5d9d2e34b9f68b8651804369ef
59089 Author: Behdad Esfahbod <behdad@behdad.org>
59090 Date:   Tue Oct 12 16:00:21 2010 -0400
59091
59092     Refactor, in a different direction
59093
59094  src/hb-ot-map-private.hh   | 15 ++++++++-------
59095  src/hb-ot-map.cc           | 23 ++++++++++++-----------
59096  src/hb-ot-shape-private.hh | 13 +------------
59097  src/hb-ot-shape.cc         | 33 +++++++++++++++++----------------
59098  4 files changed, 38 insertions(+), 46 deletions(-)
59099
59100 commit d2ba016ca1ba7489537768b619980d5159b5870c
59101 Author: Behdad Esfahbod <behdad@behdad.org>
59102 Date:   Tue Oct 12 15:35:45 2010 -0400
59103
59104     More refactoring
59105
59106  src/hb-ot-map-private.hh   | 32 +++++---------------------------
59107  src/hb-ot-map.cc           | 32 +++++++++++++++++++++++++++++---
59108  src/hb-ot-shape-private.hh | 16 ++++++++++++++--
59109  src/hb-ot-shape.cc         | 43
59110  ++++++++++++++++++++++++++++---------------
59111  src/hb-ot-shape.h          | 10 +++++-----
59112  5 files changed, 81 insertions(+), 52 deletions(-)
59113
59114 commit 66e487dfbfdccd0c4be8cd11661d412ca27c3425
59115 Author: Behdad Esfahbod <behdad@behdad.org>
59116 Date:   Tue Oct 12 13:51:19 2010 -0400
59117
59118     Update Arabic shaping table to Unicode 6.0.0.
59119
59120  src/hb-ot-shape-arabic.cc | 8 ++++----
59121  1 file changed, 4 insertions(+), 4 deletions(-)
59122
59123 commit f4792d99eee0e8cd72b7cb01c96a09f16e2a72ce
59124 Author: Behdad Esfahbod <behdad@behdad.org>
59125 Date:   Tue Oct 12 12:32:18 2010 -0400
59126
59127     Fix infinite loop!
59128
59129     Untested code is indeed buggy code.
59130
59131     Mozilla bug #603352.
59132
59133  src/hb-ot-tag.c | 6 ++----
59134  1 file changed, 2 insertions(+), 4 deletions(-)
59135
59136 commit 993d1e786a32612b796dae8309ce402a4121bec7
59137 Author: Behdad Esfahbod <behdad@behdad.org>
59138 Date:   Tue Oct 12 11:17:30 2010 -0400
59139
59140     Fix missing negation in unreachable code!
59141
59142     Mozilla bug #603346
59143
59144  src/hb-open-type-private.hh | 5 ++---
59145  1 file changed, 2 insertions(+), 3 deletions(-)
59146
59147 commit 52601275d5e4000dada4f925fb78723eeeee7bd4
59148 Author: Behdad Esfahbod <behdad@behdad.org>
59149 Date:   Fri Oct 8 20:38:46 2010 -0400
59150
59151     More separation
59152
59153  src/hb-ot-shape.cc | 14 +++++---------
59154  1 file changed, 5 insertions(+), 9 deletions(-)
59155
59156 commit 6b7e6758626268ba1c7c266128e618ec73ae2c0f
59157 Author: Behdad Esfahbod <behdad@behdad.org>
59158 Date:   Fri Oct 8 20:30:04 2010 -0400
59159
59160     Minor
59161
59162  src/hb-ot-shape.cc | 22 +++++++++++-----------
59163  1 file changed, 11 insertions(+), 11 deletions(-)
59164
59165 commit aa9c450bb2d7c3c9e36ea32e3558250391a0582d
59166 Author: Behdad Esfahbod <behdad@behdad.org>
59167 Date:   Fri Oct 8 20:27:38 2010 -0400
59168
59169     Enable 'rtlm' mirroring
59170
59171  src/hb-ot-map-private.hh |  9 +++++----
59172  src/hb-ot-shape.cc       | 30 +++++++++++++++---------------
59173  2 files changed, 20 insertions(+), 19 deletions(-)
59174
59175 commit 36925f695d349a53d52ecc3a58f18240a6977463
59176 Author: Behdad Esfahbod <behdad@behdad.org>
59177 Date:   Fri Oct 8 20:20:32 2010 -0400
59178
59179     Rename hb_mask_allocator_t to hb_ot_map_t
59180
59181     hb_ot_plan_t may be a better name, donno.
59182
59183  src/hb-ot-map-private.hh   |  4 ++--
59184  src/hb-ot-map.cc           |  2 +-
59185  src/hb-ot-shape-private.hh |  4 ++--
59186  src/hb-ot-shape.cc         | 49
59187  +++++++++++++++++++++-------------------------
59188  4 files changed, 27 insertions(+), 32 deletions(-)
59189
59190 commit f5dd3be46b5c77a2c5b97b82a0b67ac9e851b898
59191 Author: Behdad Esfahbod <behdad@behdad.org>
59192 Date:   Fri Oct 8 20:16:23 2010 -0400
59193
59194     Improve checks
59195
59196  src/check-c-linkage-decls.sh | 2 +-
59197  src/check-header-guards.sh   | 2 +-
59198  2 files changed, 2 insertions(+), 2 deletions(-)
59199
59200 commit 5a2b0b3878cd9c62121bb4fd6344e102a9ee1825
59201 Author: Behdad Esfahbod <behdad@behdad.org>
59202 Date:   Fri Oct 8 20:14:57 2010 -0400
59203
59204     Add hb-ot-map.cc
59205
59206  src/Makefile.am          |   1 +
59207  src/hb-ot-map-private.hh | 129 +-----------------------------------
59208  src/hb-ot-map.cc         | 165
59209  +++++++++++++++++++++++++++++++++++++++++++++++
59210  3 files changed, 168 insertions(+), 127 deletions(-)
59211
59212 commit ecc4550ed7bc900a61081edfbcd0ad09cbf29b36
59213 Author: Behdad Esfahbod <behdad@behdad.org>
59214 Date:   Fri Oct 8 20:05:29 2010 -0400
59215
59216     Fix feature overriding
59217
59218  src/hb-ot-map-private.hh | 2 +-
59219  1 file changed, 1 insertion(+), 1 deletion(-)
59220
59221 commit 8f08c3275040870a645ef034a38d30c05c619f21
59222 Author: Behdad Esfahbod <behdad@behdad.org>
59223 Date:   Fri Oct 8 19:43:48 2010 -0400
59224
59225     Minor cleanup
59226
59227  src/hb-open-type-private.hh |  8 ++----
59228  src/hb-ot-map-private.hh    | 61
59229  +++++++++++++--------------------------------
59230  src/hb-ot-tag.c             | 11 ++++----
59231  src/hb-private.h            |  4 +++
59232  4 files changed, 28 insertions(+), 56 deletions(-)
59233
59234 commit a806762a314e83154793d96ee665e6668d6b56de
59235 Author: Behdad Esfahbod <behdad@behdad.org>
59236 Date:   Fri Oct 8 19:18:40 2010 -0400
59237
59238     Add hb-ot-shape-private.hh
59239
59240  src/Makefile.am            |  1 +
59241  src/hb-ot-shape-arabic.cc  |  2 +-
59242  src/hb-ot-shape-private.hh | 60
59243  ++++++++++++++++++++++++++++++++++++++++++++++
59244  3 files changed, 62 insertions(+), 1 deletion(-)
59245
59246 commit 4924affe0f0adf75f2a0e2137a71206b0576d63f
59247 Author: Behdad Esfahbod <behdad@behdad.org>
59248 Date:   Fri Oct 8 19:18:16 2010 -0400
59249
59250     Add hb-ot-map-private.hh
59251
59252  src/Makefile.am          |   1 +
59253  src/hb-ot-map-private.hh | 307
59254  +++++++++++++++++++++++++++++++++++++++++++++++
59255  src/hb-ot-shape.cc       | 274 ++----------------------------------------
59256  3 files changed, 315 insertions(+), 267 deletions(-)
59257
59258 commit a7c5046d6b676a32298b97403a49235f7f255161
59259 Author: Behdad Esfahbod <behdad@behdad.org>
59260 Date:   Fri Oct 8 18:47:47 2010 -0400
59261
59262     Add private hb_segment_properties_t
59263
59264  src/hb-buffer-private.hh | 14 ++++++++------
59265  1 file changed, 8 insertions(+), 6 deletions(-)
59266
59267 commit b897c607d91d569f4eaa681d1f5b3d9f3d2bb093
59268 Author: Behdad Esfahbod <behdad@behdad.org>
59269 Date:   Fri Oct 8 18:41:57 2010 -0400
59270
59271     Flip the OT bit-allocation vs gsub/gpos inside-out
59272
59273     We now build our entire attack plan before jumping in.
59274
59275  src/hb-ot-shape.cc | 333
59276  ++++++++++++++++++++++++++++-------------------------
59277  1 file changed, 176 insertions(+), 157 deletions(-)
59278
59279 commit e89b7d2a61b7f58e6c7cec00d5ce2246dee1e8a1
59280 Author: Behdad Esfahbod <behdad@behdad.org>
59281 Date:   Fri Oct 8 12:29:59 2010 -0400
59282
59283     Logically separate feature collection
59284
59285  src/hb-ot-shape.cc | 29 ++++++++++++++++++-----------
59286  1 file changed, 18 insertions(+), 11 deletions(-)
59287
59288 commit 5b88908f12ad1d828dd6075fb8fc0036c2d6af3a
59289 Author: Behdad Esfahbod <behdad@behdad.org>
59290 Date:   Fri Oct 8 12:23:01 2010 -0400
59291
59292     Minor
59293
59294  src/hb-ot-shape.cc | 18 ++++++------------
59295  1 file changed, 6 insertions(+), 12 deletions(-)
59296
59297 commit 5360ce0c5c33f921b3f9ad3f42529a19df5ad0fe
59298 Author: Behdad Esfahbod <behdad@behdad.org>
59299 Date:   Thu Oct 7 21:21:11 2010 -0400
59300
59301     Move some more code around
59302
59303  src/hb-ot-shape.cc | 27 +++++++++++++--------------
59304  1 file changed, 13 insertions(+), 14 deletions(-)
59305
59306 commit d9c726078828d50db62e05407a3f38f2e7607533
59307 Author: Behdad Esfahbod <behdad@behdad.org>
59308 Date:   Thu Oct 7 21:19:54 2010 -0400
59309
59310     Minor
59311
59312  src/hb-ot-shape.cc | 18 +++++++++---------
59313  1 file changed, 9 insertions(+), 9 deletions(-)
59314
59315 commit efe0d682e860ffd23a1d17c68c8273f17d51c1c9
59316 Author: Behdad Esfahbod <behdad@behdad.org>
59317 Date:   Thu Oct 7 21:12:46 2010 -0400
59318
59319     Simplify compiling lookups
59320
59321  src/hb-ot-shape.cc | 66
59322  ++++++++++++++++++++++--------------------------------
59323  1 file changed, 27 insertions(+), 39 deletions(-)
59324
59325 commit 476c94218b4f5b8e119e82b0e10b641e0c10bf56
59326 Author: Behdad Esfahbod <behdad@behdad.org>
59327 Date:   Thu Oct 7 17:47:33 2010 -0400
59328
59329     Rename
59330
59331  src/hb-ot-shape.cc | 18 ++++++++++--------
59332  1 file changed, 10 insertions(+), 8 deletions(-)
59333
59334 commit 34db6f031d7ac009f554386ef990bad44886b9ee
59335 Author: Behdad Esfahbod <behdad@behdad.org>
59336 Date:   Thu Oct 7 01:21:19 2010 -0400
59337
59338     Add XXX note
59339
59340  src/hb-buffer.cc | 1 +
59341  1 file changed, 1 insertion(+)
59342
59343 commit 98aa3f65446496dc250d9b01d98cacfdf1157e06
59344 Author: Behdad Esfahbod <behdad@behdad.org>
59345 Date:   Wed Oct 6 00:23:36 2010 -0400
59346
59347     Call hb_ot_shape_setup_lookups_complex()
59348
59349  src/hb-ot-shape.cc | 10 +++++++++-
59350  1 file changed, 9 insertions(+), 1 deletion(-)
59351
59352 commit f1d07885dc358e79c237e824c94b3320c0a9c17d
59353 Author: Behdad Esfahbod <behdad@behdad.org>
59354 Date:   Wed Oct 6 00:21:37 2010 -0400
59355
59356     Rename setup_lookups()
59357
59358  src/hb-ot-shape.cc | 10 +++++-----
59359  1 file changed, 5 insertions(+), 5 deletions(-)
59360
59361 commit affc5abac7bdae51df85856a5478d34d96fda4fe
59362 Author: Behdad Esfahbod <behdad@behdad.org>
59363 Date:   Wed Oct 6 00:18:16 2010 -0400
59364
59365     Move table_tag to hb_ot_shape_context_t
59366
59367  src/hb-ot-shape.cc | 31 +++++++++++++++++--------------
59368  1 file changed, 17 insertions(+), 14 deletions(-)
59369
59370 commit 967240dd8b96802345ef273e75427066e91ea8fb
59371 Author: Behdad Esfahbod <behdad@behdad.org>
59372 Date:   Tue Oct 5 23:00:05 2010 -0400
59373
59374     Add internal hb_ot_shape_context_t
59375
59376  src/hb-ot-shape-arabic.cc |  26 ++---
59377  src/hb-ot-shape.cc        | 237
59378  +++++++++++++++++++---------------------------
59379  2 files changed, 108 insertions(+), 155 deletions(-)
59380
59381 commit 3eb936f1539475098f39be78654b9c39b86f0799
59382 Author: Behdad Esfahbod <behdad@behdad.org>
59383 Date:   Tue Oct 5 18:36:58 2010 -0400
59384
59385     Add Arabic/Syriac/N'ko shaping logic
59386
59387     Not hooked up just yet.
59388
59389  src/Makefile.am                 |   9 +
59390  src/gen-arabic-joining-table.py |  39 +++
59391  src/hb-ot-shape-arabic.cc       | 716
59392  ++++++++++++++++++++++++++++++++++++++++
59393  3 files changed, 764 insertions(+)
59394
59395 commit 0109816b50064a314389333ff64aaf22cb4b1e56
59396 Author: Behdad Esfahbod <behdad@behdad.org>
59397 Date:   Tue Oct 5 18:36:45 2010 -0400
59398
59399     Update build system
59400
59401  autogen.sh   | 3 ---
59402  configure.ac | 1 +
59403  2 files changed, 1 insertion(+), 3 deletions(-)
59404
59405 commit e81d7afe6e0e9dd26025f3243a11cf0b408a8046
59406 Author: Behdad Esfahbod <behdad@behdad.org>
59407 Date:   Mon Oct 4 18:18:48 2010 -0400
59408
59409     Add hb_face_get_upem()
59410
59411  src/hb-font.cc | 6 ++++++
59412  src/hb-font.h  | 3 +++
59413  2 files changed, 9 insertions(+)
59414
59415 commit d47f79db92fa45d51cd5f7845db8a206f5ec122b
59416 Author: Behdad Esfahbod <behdad@behdad.org>
59417 Date:   Mon Oct 4 18:13:30 2010 -0400
59418
59419     Add TODO item
59420
59421  TODO | 2 ++
59422  1 file changed, 2 insertions(+)
59423
59424 commit bd361945a89ea31e6c4525aa030e18744ea81fb3
59425 Author: Behdad Esfahbod <behdad@behdad.org>
59426 Date:   Mon Oct 4 17:22:57 2010 -0400
59427
59428     Add API comments
59429
59430  src/hb-font.h | 17 +++++++++++++++--
59431  1 file changed, 15 insertions(+), 2 deletions(-)
59432
59433 commit 645f6f265b5f6fb85b3c0f59ea874d58c86e3917
59434 Author: Behdad Esfahbod <behdad@behdad.org>
59435 Date:   Mon Oct 4 17:01:01 2010 -0400
59436
59437     Add is_mutable() functions
59438
59439     Correspond to the make_mutable() ones.
59440
59441  src/hb-font.cc   | 6 ++++++
59442  src/hb-font.h    | 2 ++
59443  src/hb-unicode.c | 6 ++++++
59444  src/hb-unicode.h | 2 ++
59445  4 files changed, 16 insertions(+)
59446
59447 commit 19c0eab8cf96d00e168c4b11ec435019c1ed44f7
59448 Author: Behdad Esfahbod <behdad@behdad.org>
59449 Date:   Mon Oct 4 16:45:21 2010 -0400
59450
59451     Add getters for all setter APIs
59452
59453     One in particular is not a straight getter: hb_font_unset_funcs() is
59454     special because of the specific needs of the lifecycle management of
59455     the user_data object.
59456
59457  src/hb-font.cc   | 64
59458  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
59459  src/hb-font.h    | 40 +++++++++++++++++++++++++++++++++++
59460  src/hb-unicode.c | 32 ++++++++++++++++++++++++++++
59461  src/hb-unicode.h | 31 ++++++++++++++++++++++++++-
59462  4 files changed, 166 insertions(+), 1 deletion(-)
59463
59464 commit f0feb084b0fd1510474b25404d1dcc5686ee0538
59465 Author: Behdad Esfahbod <behdad@behdad.org>
59466 Date:   Sun Oct 3 19:09:39 2010 -0400
59467
59468     Minor
59469
59470  src/hb-ot-layout-private.hh | 12 +++++++-----
59471  1 file changed, 7 insertions(+), 5 deletions(-)
59472
59473 commit ac0c1663fa6e93a5a94c88fc7497bc11ca17f0a1
59474 Author: Behdad Esfahbod <behdad@behdad.org>
59475 Date:   Fri Oct 1 19:09:23 2010 -0400
59476
59477     Avoid div-by-zero, validate upem
59478
59479  src/hb-ot-head-private.hh   | 7 +++++++
59480  src/hb-ot-layout-private.hh | 6 +++---
59481  2 files changed, 10 insertions(+), 3 deletions(-)
59482
59483 commit 7f97d2cd904ea999c099c73c52187c5d65aeec67
59484 Author: Behdad Esfahbod <behdad@behdad.org>
59485 Date:   Fri Oct 1 18:58:50 2010 -0400
59486
59487     Pedantic
59488
59489  src/hb-open-type-private.hh        | 12 ++++++------
59490  src/hb-ot-layout-common-private.hh |  2 +-
59491  src/hb-ot-layout-gdef-private.hh   | 10 +++++-----
59492  src/hb-ot-layout-gpos-private.hh   |  6 +++---
59493  4 files changed, 15 insertions(+), 15 deletions(-)
59494
59495 commit 2841436926d6a406bd1f4a35c66a0e3c2fdbeca7
59496 Author: Behdad Esfahbod <behdad@behdad.org>
59497 Date:   Wed Sep 29 12:20:36 2010 -0400
59498
59499     Don't zero glyph advances in MarkToBase and similar lookups
59500
59501     See email thread "Should MarkToBase attachment zero the mark advance?"
59502     started by Jonathan Kew on 23 August 2010 for details.
59503
59504  src/hb-ot-layout-gpos-private.hh | 2 --
59505  1 file changed, 2 deletions(-)
59506
59507 commit 36b3862009c00ad922d68810173a69ac59723365
59508 Author: Behdad Esfahbod <behdad@behdad.org>
59509 Date:   Wed Sep 29 12:10:24 2010 -0400
59510
59511     One fewer cmp() implementation...
59512
59513  src/hb-ot-layout-common-private.hh | 3 +--
59514  1 file changed, 1 insertion(+), 2 deletions(-)
59515
59516 commit 4e573715ae5f5ed486ad66382bb44c47a86591ff
59517 Author: Behdad Esfahbod <behdad@behdad.org>
59518 Date:   Tue Sep 28 16:23:58 2010 -0400
59519
59520     Improve cmp function parameter namings and casts
59521
59522     No semantic change.
59523
59524  src/hb-open-type-private.hh        | 6 +++---
59525  src/hb-ot-layout-common-private.hh | 6 +++---
59526  src/hb-ot-shape.cc                 | 8 ++++----
59527  3 files changed, 10 insertions(+), 10 deletions(-)
59528
59529 commit dca8aff24652c83c53efbb9d06e5e1c7ef1c2fa5
59530 Author: Behdad Esfahbod <behdad@behdad.org>
59531 Date:   Tue Sep 28 16:25:23 2010 -0400
59532
59533     Add comment re DejaVu Sans Mono having 'dflt' script
59534
59535  src/hb-ot-layout.cc | 3 ++-
59536  1 file changed, 2 insertions(+), 1 deletion(-)
59537
59538 commit 9dc45401c07cb40114067cafbe286c63a9598f3b
59539 Author: Behdad Esfahbod <behdad@behdad.org>
59540 Date:   Tue Sep 28 16:23:28 2010 -0400
59541
59542     Fix stupid bug in bsearch cmp function!
59543
59544  src/hb-ot-layout-common-private.hh | 2 +-
59545  1 file changed, 1 insertion(+), 1 deletion(-)
59546
59547 commit 6fca4c18c42bdcbc67ee8855499c51c7d6311eb2
59548 Author: Behdad Esfahbod <behdad@behdad.org>
59549 Date:   Thu Sep 23 10:28:51 2010 -0400
59550
59551     Add TODO iteam
59552
59553  TODO | 2 ++
59554  1 file changed, 2 insertions(+)
59555
59556 commit f2a30bd605a57b99fce4b78e288c2ca62f7191ad
59557 Author: Behdad Esfahbod <behdad@behdad.org>
59558 Date:   Thu Sep 23 10:27:08 2010 -0400
59559
59560     Remove unimplemented method hb_font_get_funcs()
59561
59562     Got to add a suitable replacement.
59563
59564  src/hb-font.h | 3 ---
59565  1 file changed, 3 deletions(-)
59566
59567 commit 7b9a38a112aa2421d97187a9b30619360edeabbe
59568 Author: Behdad Esfahbod <behdad@behdad.org>
59569 Date:   Wed Sep 22 17:42:59 2010 -0400
59570
59571     Add test.c using public API
59572
59573  src/Makefile.am |  6 +++-
59574  src/test.c      | 94
59575  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
59576  2 files changed, 99 insertions(+), 1 deletion(-)
59577
59578 commit 9ea7368fce3fa373d8d2925961ad211f5cf6ce70
59579 Author: Behdad Esfahbod <behdad@behdad.org>
59580 Date:   Wed Sep 22 17:38:44 2010 -0400
59581
59582     Fix hb_ot_layout leak
59583
59584  src/hb-ot-layout.cc | 2 ++
59585  1 file changed, 2 insertions(+)
59586
59587 commit 8e577acae2e605547b6a1b9b3a941cb9e3c56a4c
59588 Author: Behdad Esfahbod <behdad@behdad.org>
59589 Date:   Wed Sep 22 17:37:02 2010 -0400
59590
59591     Fix blob refcounting with insane SFNT table directories
59592
59593  src/hb-font.cc | 4 +---
59594  1 file changed, 1 insertion(+), 3 deletions(-)
59595
59596 commit 75371bea4fbf50b8604d2698b4935c011648a6b6
59597 Author: Behdad Esfahbod <behdad@behdad.org>
59598 Date:   Wed Sep 22 17:12:10 2010 -0400
59599
59600     Add TODO item
59601
59602  TODO | 2 ++
59603  1 file changed, 2 insertions(+)
59604
59605 commit 5bd1e95236320aed60fb29ca1e93b9595d4aeeec
59606 Author: Behdad Esfahbod <behdad@behdad.org>
59607 Date:   Wed Sep 22 16:46:18 2010 -0400
59608
59609     Speedup Device table delta computation for common cases
59610
59611  src/hb-ot-layout-common-private.hh | 25 +++++++++++++++++++++----
59612  1 file changed, 21 insertions(+), 4 deletions(-)
59613
59614 commit ed4acbde9c5e3323cc95037b500d1bf2878ed3ee
59615 Author: Behdad Esfahbod <behdad@behdad.org>
59616 Date:   Mon Aug 16 14:36:27 2010 -0400
59617
59618     Fix NULL dereference
59619
59620     Reported by Jonathan Kew.  Face table handling needs to be redone
59621     anyway, but fix this for now.
59622
59623  src/hb-ot-layout.cc | 6 +++---
59624  1 file changed, 3 insertions(+), 3 deletions(-)
59625
59626 commit 258305c2a5dd47bd2d83f12eaf9caa5b19ae5efb
59627 Author: Behdad Esfahbod <behdad@behdad.org>
59628 Date:   Fri Aug 13 14:10:02 2010 -0400
59629
59630     [GPOS] Fix div-by-zero
59631
59632     Patch by Jonathan Kew.  Mozilla bug #465728.
59633
59634  src/hb-ot-layout-gpos-private.hh | 2 +-
59635  1 file changed, 1 insertion(+), 1 deletion(-)
59636
59637 commit 2422c4b96d32037a5cdaef4c427ed1d25db5f647
59638 Author: Behdad Esfahbod <behdad@behdad.org>
59639 Date:   Fri Aug 13 14:00:34 2010 -0400
59640
59641     Add TODO
59642
59643  src/hb-ot-shape.cc | 2 +-
59644  1 file changed, 1 insertion(+), 1 deletion(-)
59645
59646 commit 27f0b092a13344e8791c496c77a3c1e5de4f887c
59647 Author: Behdad Esfahbod <behdad@behdad.org>
59648 Date:   Fri Jul 23 17:35:54 2010 -0400
59649
59650     Logically separate feature allocation from application
59651
59652  src/hb-ot-shape.cc | 8 ++++----
59653  1 file changed, 4 insertions(+), 4 deletions(-)
59654
59655 commit 6cf63132dc771e1bcd5627720daf4bd2ea0800a5
59656 Author: Behdad Esfahbod <behdad@behdad.org>
59657 Date:   Fri Jul 23 17:32:26 2010 -0400
59658
59659     Minor
59660
59661  src/hb-ot-shape.cc | 2 +-
59662  1 file changed, 1 insertion(+), 1 deletion(-)
59663
59664 commit 4e4ef24e46f273ad2bdda2f718223e05b37dd50f
59665 Author: Behdad Esfahbod <behdad@behdad.org>
59666 Date:   Fri Jul 23 17:22:11 2010 -0400
59667
59668     Towards separating bit allocation from shaping
59669
59670  src/hb-buffer-private.hh         |  9 ++++++---
59671  src/hb-buffer.cc                 | 12 ++++++------
59672  src/hb-ot-layout-gpos-private.hh |  2 +-
59673  src/hb-ot-layout.cc              |  2 +-
59674  src/hb-ot-shape.cc               | 41
59675  ++++++++++++++++------------------------
59676  5 files changed, 30 insertions(+), 36 deletions(-)
59677
59678 commit da6cff3864d2ef4a061a29e5918359bafcd51f4c
59679 Author: Behdad Esfahbod <behdad@behdad.org>
59680 Date:   Fri Jul 23 15:40:58 2010 -0400
59681
59682     Add TODO items
59683
59684  TODO | 3 +++
59685  1 file changed, 3 insertions(+)
59686
59687 commit acdba3f90b232fc12fcb200dca2584481b339118
59688 Author: Behdad Esfahbod <behdad@behdad.org>
59689 Date:   Fri Jul 23 15:11:18 2010 -0400
59690
59691     Prefer C linkage
59692
59693  src/Makefile.am                      |  1 +
59694  src/check-c-linkage-decls.sh         | 18 ++++++++++++++++++
59695  src/hb-blob-private.h                |  2 ++
59696  src/hb-blob.c                        | 18 ++++++++++++------
59697  src/hb-blob.h                        |  2 ++
59698  src/hb-buffer-private.hh             |  1 +
59699  src/hb-buffer.cc                     |  7 ++++++-
59700  src/hb-buffer.h                      |  1 +
59701  src/hb-common.c                      |  6 ++++++
59702  src/hb-common.h                      | 21 +++++++++++++--------
59703  src/hb-font-private.h                |  1 +
59704  src/hb-font.cc                       |  4 ++++
59705  src/hb-font.h                        |  1 +
59706  src/hb-ft.c                          | 10 ++++++++--
59707  src/hb-ft.h                          |  2 ++
59708  src/hb-glib.c                        |  6 ++++++
59709  src/hb-glib.h                        |  2 ++
59710  src/hb-graphite.cc                   |  6 ++++++
59711  src/hb-graphite.h                    |  3 ++-
59712  src/hb-icu.c                         |  6 ++++++
59713  src/hb-icu.h                         |  2 ++
59714  src/hb-language.c                    |  5 +++++
59715  src/hb-language.h                    |  2 ++
59716  src/hb-object-private.h              |  2 ++
59717  src/hb-open-file-private.hh          |  4 ++++
59718  src/hb-open-type-private.hh          |  5 +++++
59719  src/hb-ot-head-private.hh            |  5 +++++
59720  src/hb-ot-layout-common-private.hh   |  6 ++++++
59721  src/hb-ot-layout-gdef-private.hh     |  4 ++++
59722  src/hb-ot-layout-gpos-private.hh     |  6 ++++++
59723  src/hb-ot-layout-gsub-private.hh     |  7 ++++++-
59724  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++++++++++
59725  src/hb-ot-layout-private.hh          |  3 ++-
59726  src/hb-ot-layout.cc                  |  5 +++++
59727  src/hb-ot-layout.h                   |  1 +
59728  src/hb-ot-shape.cc                   |  6 ++++++
59729  src/hb-ot-shape.h                    |  2 ++
59730  src/hb-ot-tag.c                      |  5 +++++
59731  src/hb-ot-tag.h                      |  2 ++
59732  src/hb-ot.h                          |  3 +++
59733  src/hb-private.h                     |  5 +++++
59734  src/hb-shape.cc                      |  5 +++++
59735  src/hb-shape.h                       |  1 +
59736  src/hb-unicode-private.h             |  1 +
59737  src/hb-unicode.c                     |  6 ++++++
59738  src/hb-unicode.h                     |  1 +
59739  src/hb.h                             |  3 +++
59740  src/main.cc                          |  6 ++++++
59741  48 files changed, 214 insertions(+), 20 deletions(-)
59742
59743 commit cc6d52279d10a2edcf0d86c3a18a79ff4f6d3858
59744 Author: Behdad Esfahbod <behdad@behdad.org>
59745 Date:   Fri Jul 23 15:00:13 2010 -0400
59746
59747     De-C++ where possible
59748
59749     Helps with avoiding many "extern C" declarations in source files.
59750
59751  src/Makefile.am                               | 4 ++--
59752  src/check-header-guards.sh                    | 2 +-
59753  src/{hb-font-private.hh => hb-font-private.h} | 6 +++---
59754  src/hb-font.cc                                | 2 +-
59755  src/{hb-ft.cc => hb-ft.c}                     | 2 +-
59756  src/hb-graphite.cc                            | 2 +-
59757  src/hb-ot-layout-gdef-private.hh              | 2 +-
59758  src/hb-ot-layout-private.hh                   | 2 +-
59759  8 files changed, 11 insertions(+), 11 deletions(-)
59760
59761 commit 0dd200d28f51bf4062d8a377432c8977c80cb210
59762 Author: Behdad Esfahbod <behdad@behdad.org>
59763 Date:   Fri Jul 23 14:56:29 2010 -0400
59764
59765     Header dep cleanup
59766
59767  src/hb-font-private.hh      | 2 --
59768  src/hb-ot-layout-private.hh | 1 +
59769  2 files changed, 1 insertion(+), 2 deletions(-)
59770
59771 commit fb0d25246267851a1fc200ead28c56359a40047e
59772 Author: Behdad Esfahbod <behdad@behdad.org>
59773 Date:   Fri Jul 23 14:54:22 2010 -0400
59774
59775     dos2unix
59776
59777  src/hb-ot-head-private.hh | 256
59778  +++++++++++++++++++++++-----------------------
59779  1 file changed, 128 insertions(+), 128 deletions(-)
59780
59781 commit 81408cd51ce575891e79e6483be187130f864c28
59782 Author: Behdad Esfahbod <behdad@behdad.org>
59783 Date:   Fri Jul 23 14:46:57 2010 -0400
59784
59785     Don't use "operator ="
59786
59787     Some compilers don't like operator = defined on members of union
59788     members
59789     either.  Reported by Ginn Chen for Sun Studio compilers.
59790
59791  src/hb-open-type-private.hh | 6 +++---
59792  1 file changed, 3 insertions(+), 3 deletions(-)
59793
59794 commit 39fe34d4c356516f0a92f42b13a168572829d24e
59795 Author: Behdad Esfahbod <behdad@behdad.org>
59796 Date:   Thu Jul 22 18:12:38 2010 -0400
59797
59798     Add TODO option
59799
59800  TODO | 2 ++
59801  1 file changed, 2 insertions(+)
59802
59803 commit 243a96f41482edb83e4798358064bd3329dd278c
59804 Author: Behdad Esfahbod <behdad@behdad.org>
59805 Date:   Wed Jul 21 17:21:12 2010 -0400
59806
59807     Add arm build fix to TODO
59808
59809  TODO | 1 +
59810  1 file changed, 1 insertion(+)
59811
59812 commit c407f05f99f9225916d3d0ae06eac8fbc8b55b97
59813 Author: Behdad Esfahbod <behdad@behdad.org>
59814 Date:   Wed Jul 21 17:20:44 2010 -0400
59815
59816     Remove fixed TODO item
59817
59818  TODO | 1 -
59819  1 file changed, 1 deletion(-)
59820
59821 commit 4f801bd6586defdbf70162e0c7f8968d2b476df2
59822 Author: Behdad Esfahbod <behdad@behdad.org>
59823 Date:   Wed Jul 21 16:37:01 2010 -0400
59824
59825     Mozilla bug 580233 - check for zero-length record in hb sanitizer.
59826
59827     Patch / report by Jonathan Kew.
59828
59829  src/hb-open-type-private.hh | 2 +-
59830  1 file changed, 1 insertion(+), 1 deletion(-)
59831
59832 commit 17e9ff938b638fd1cb80c990ba13bd47562116b8
59833 Author: Behdad Esfahbod <behdad@behdad.org>
59834 Date:   Thu Jul 15 11:21:34 2010 -0700
59835
59836     Fix 64bit issues with debug prints
59837
59838  src/hb-blob.c               | 10 +++++-----
59839  src/hb-open-type-private.hh |  5 +++--
59840  2 files changed, 8 insertions(+), 7 deletions(-)
59841
59842 commit fd56ae49637b978ea3b36fab5b48f1a3cc99e90e
59843 Author: Behdad Esfahbod <behdad@behdad.org>
59844 Date:   Thu Jul 8 00:53:40 2010 -0400
59845
59846     Don't bother sorting, it's a safe font error if the array is not
59847     sorted
59848
59849  src/hb-open-type-private.hh        | 29 -----------------------------
59850  src/hb-ot-layout-common-private.hh |  7 -------
59851  2 files changed, 36 deletions(-)
59852
59853 commit cc8a4abea68f2dba26feb5785f9e518e6853c744
59854 Author: Behdad Esfahbod <behdad@behdad.org>
59855 Date:   Thu Jul 8 00:40:04 2010 -0400
59856
59857     Use bsearch where applicable
59858
59859  src/hb-open-type-private.hh        |  49 +++++++++++++
59860  src/hb-ot-layout-common-private.hh | 145
59861  +++++++++++++------------------------
59862  2 files changed, 100 insertions(+), 94 deletions(-)
59863
59864 commit 2f418f5709b2b8b3ef2f6056b9d8c13b66f0b74a
59865 Author: Behdad Esfahbod <behdad@behdad.org>
59866 Date:   Wed Jul 7 22:07:40 2010 -0400
59867
59868     Remove useless TODO
59869
59870  src/hb-open-file-private.hh | 1 -
59871  1 file changed, 1 deletion(-)
59872
59873 commit da8edbb62204dc39f93d500ef85929e234e0bd19
59874 Author: Behdad Esfahbod <behdad@behdad.org>
59875 Date:   Wed Jun 9 07:15:39 2010 -0400
59876
59877     Fix header
59878
59879  src/hb-buffer-private.hh | 6 +++---
59880  1 file changed, 3 insertions(+), 3 deletions(-)
59881
59882 commit d05d13df02fbe76814694fe49cc01bbb41c3d0e7
59883 Author: Behdad Esfahbod <behdad@behdad.org>
59884 Date:   Wed Jun 9 07:15:03 2010 -0400
59885
59886     Add a test for header preprocessor guards
59887
59888  src/Makefile.am            |  4 +++-
59889  src/check-header-guards.sh | 20 ++++++++++++++++++++
59890  src/check-libstdc++.sh     |  1 -
59891  3 files changed, 23 insertions(+), 2 deletions(-)
59892
59893 commit 0f0cd9d361f1bb614aa3fd4616160d027062370e
59894 Author: Behdad Esfahbod <behdad@behdad.org>
59895 Date:   Wed Jun 9 06:32:56 2010 -0400
59896
59897     Fix header tags
59898
59899  src/hb-font-private.hh      | 6 +++---
59900  src/hb-object-private.h     | 6 +++---
59901  src/hb-open-type-private.hh | 4 ++--
59902  src/hb-ot-layout-private.hh | 6 +++---
59903  src/hb-ot-shape.h           | 2 +-
59904  5 files changed, 12 insertions(+), 12 deletions(-)
59905
59906 commit f2a1b411b1d48c3dfac0df8e78c848d9aa3bb047
59907 Author: Behdad Esfahbod <behdad@behdad.org>
59908 Date:   Thu Jun 3 11:37:51 2010 -0400
59909
59910     Followup fix for variation-selectors
59911
59912     Patch from Jonathan Kew
59913
59914  src/hb-ot-shape.cc | 3 ++-
59915  1 file changed, 2 insertions(+), 1 deletion(-)
59916
59917 commit a224b4d502d026fa642ee4098bf7bc0b4ba7ce27
59918 Author: Behdad Esfahbod <behdad@behdad.org>
59919 Date:   Wed Jun 2 22:24:54 2010 -0400
59920
59921     Fix skipping variation-selectors
59922
59923  src/hb-ot-shape.cc | 14 ++++++++------
59924  1 file changed, 8 insertions(+), 6 deletions(-)
59925
59926 commit 81a77b115db401f69e869690f24b9047370bdfde
59927 Author: Behdad Esfahbod <behdad@behdad.org>
59928 Date:   Tue Jun 1 23:03:54 2010 -0400
59929
59930     Make feature sorting stable
59931
59932  src/hb-ot-shape.cc | 4 +++-
59933  1 file changed, 3 insertions(+), 1 deletion(-)
59934
59935 commit fdc322a82047c4bda9fa3dab4338a0eac1c1bde7
59936 Author: Behdad Esfahbod <behdad@behdad.org>
59937 Date:   Fri May 28 20:55:52 2010 -0400
59938
59939     Minor
59940
59941  src/hb-ot-shape.cc | 38 +++++++++++++++++++++-----------------
59942  1 file changed, 21 insertions(+), 17 deletions(-)
59943
59944 commit f062ec6bb24b1c21d37b12adc7e944a5fe53526a
59945 Author: Behdad Esfahbod <behdad@behdad.org>
59946 Date:   Fri May 28 20:54:43 2010 -0400
59947
59948     Further simplify mask allocator
59949
59950  src/hb-ot-shape.cc | 23 +++++++----------------
59951  1 file changed, 7 insertions(+), 16 deletions(-)
59952
59953 commit 8af45fda475d075c5a285002463a00a0423d3926
59954 Author: Behdad Esfahbod <behdad@behdad.org>
59955 Date:   Fri May 28 20:41:20 2010 -0400
59956
59957     Fix global feature handling
59958
59959  src/hb-ot-shape.cc | 6 +++++-
59960  1 file changed, 5 insertions(+), 1 deletion(-)
59961
59962 commit e04685ee7be01695ec437fab50f919f1b7423c57
59963 Author: Behdad Esfahbod <behdad@behdad.org>
59964 Date:   Fri May 28 20:37:06 2010 -0400
59965
59966     Simplify mask allocation
59967
59968  src/hb-ot-shape.cc | 48 ++++++++++++++++++++----------------------------
59969  1 file changed, 20 insertions(+), 28 deletions(-)
59970
59971 commit 0e235d0fc9bdeeaffa7215c21abc5d40767a10c7
59972 Author: Behdad Esfahbod <behdad@behdad.org>
59973 Date:   Fri May 28 20:21:47 2010 -0400
59974
59975     Towards a mask allocator
59976
59977  src/hb-ot-shape.cc | 291
59978  ++++++++++++++++++++++++++++++++++-------------------
59979  1 file changed, 186 insertions(+), 105 deletions(-)
59980
59981 commit 81c5e8724b740c6e42ed3a45e0574c7c5f3ad8e6
59982 Author: Behdad Esfahbod <behdad@behdad.org>
59983 Date:   Fri May 28 18:31:16 2010 -0400
59984
59985     Allow disabling default features
59986
59987     Patch from Jonathan Kew
59988
59989  src/hb-buffer-private.hh |  18 +++--
59990  src/hb-buffer.cc         |  15 ++--
59991  src/hb-ot-shape.cc       | 196
59992  ++++++++++++++++++++++++++++++++---------------
59993  3 files changed, 153 insertions(+), 76 deletions(-)
59994
59995 commit 2163afbf35044f59dbf449254e65b8c9feb6cdeb
59996 Author: Behdad Esfahbod <behdad@behdad.org>
59997 Date:   Thu May 27 14:04:15 2010 -0400
59998
59999     Add note about UTF-8 decoder
60000
60001  src/hb-buffer.cc | 2 ++
60002  1 file changed, 2 insertions(+)
60003
60004 commit 226faa58f4e23eb655bebb0eff7206a3024c8d55
60005 Author: Behdad Esfahbod <behdad@behdad.org>
60006 Date:   Thu May 27 11:42:34 2010 -0400
60007
60008     Fix loop
60009
60010  src/hb-ot-tag.c | 4 ++--
60011  1 file changed, 2 insertions(+), 2 deletions(-)
60012
60013 commit 56bef5680cc76a67d16ca14ac69f0dda1a691968
60014 Author: Martin Hosken <martin_hosken@sil.org>
60015 Date:   Thu May 27 10:09:04 2010 +0100
60016
60017     Fixes to Python and Graphite from Martin
60018
60019  contrib/python/README             |  10 ++++
60020  contrib/python/lib/fontconfig.pyx |  47 +++++++++++++++++
60021  contrib/python/lib/harfbuzz.pyx   | 104
60022  ++------------------------------------
60023  contrib/python/scripts/hbtestfont | 103
60024  +++++++++++++++++++++++++++++++++----
60025  contrib/python/setup.py           |   3 +-
60026  src/hb-graphite.cc                |   8 +--
60027  6 files changed, 159 insertions(+), 116 deletions(-)
60028
60029 commit b485da0b719cb03cc33da57802c5151301664c2f
60030 Author: Behdad Esfahbod <behdad@behdad.org>
60031 Date:   Thu May 27 11:39:19 2010 -0400
60032
60033     Disable Graphite as it crashes all over the place...
60034
60035  src/hb-shape.cc | 2 +-
60036  1 file changed, 1 insertion(+), 1 deletion(-)
60037
60038 commit 93ac709b1f6b015371c29bf244a9ece62baedff0
60039 Author: Behdad Esfahbod <behdad@behdad.org>
60040 Date:   Wed May 26 16:22:00 2010 -0400
60041
60042     Cypriot is RTL
60043
60044  src/hb-unicode.c | 2 +-
60045  1 file changed, 1 insertion(+), 1 deletion(-)
60046
60047 commit 15c7379c16dbb9ee8ed1c0333ca7492532ce8423
60048 Author: Behdad Esfahbod <behdad@behdad.org>
60049 Date:   Wed May 26 10:48:10 2010 -0400
60050
60051     Revert "Merge remote branch 'martin/master'"
60052
60053     This reverts commit 80af2812fb3b231ddcb4608ec13c6038a681c818,
60054     reversing
60055     changes made to c442672ec2fb83ed41f3994b3aa4f92a097664ab.
60056
60057  contrib/python/README             |  10 ----
60058  contrib/python/lib/fontconfig.pyx |  47 -----------------
60059  contrib/python/lib/harfbuzz.pyx   | 104
60060  ++++++++++++++++++++++++++++++++++++--
60061  contrib/python/scripts/hbtestfont |  98
60062  ++++-------------------------------
60063  contrib/python/setup.py           |   3 +-
60064  src/Makefile.am                   |   2 +-
60065  src/hb-graphite.cc                |   8 +--
60066  src/hb-ot-shape.cc                |   2 +-
60067  src/hb-ot-tag.c                   |   1 -
60068  src/hb-ot.h                       |   2 +-
60069  src/hb-shape.cc                   |   2 +-
60070  11 files changed, 119 insertions(+), 160 deletions(-)
60071
60072 commit 80af2812fb3b231ddcb4608ec13c6038a681c818
60073 Merge: c442672e 3109a86a
60074 Author: Behdad Esfahbod <behdad@behdad.org>
60075 Date:   Mon May 24 18:14:24 2010 +0100
60076
60077     Merge remote branch 'martin/master'
60078
60079 commit c442672ec2fb83ed41f3994b3aa4f92a097664ab
60080 Author: Behdad Esfahbod <behdad@behdad.org>
60081 Date:   Mon May 24 18:02:32 2010 +0100
60082
60083     Fix struct initializers
60084
60085  src/hb-ft.cc  | 12 ++++++------
60086  src/hb-glib.c | 14 +++++++-------
60087  src/hb-icu.c  | 14 +++++++-------
60088  3 files changed, 20 insertions(+), 20 deletions(-)
60089
60090 commit f5ac9de259773a5f86809892e58166a485d70a3d
60091 Author: Behdad Esfahbod <behdad@behdad.org>
60092 Date:   Mon May 24 18:01:09 2010 +0100
60093
60094     Minor
60095
60096  src/hb-object-private.h | 24 +++++++++++++-----------
60097  1 file changed, 13 insertions(+), 11 deletions(-)
60098
60099 commit f97bf4f81257c97a46dff51be31b2ec214d6c270
60100 Author: Behdad Esfahbod <behdad@behdad.org>
60101 Date:   Mon May 24 17:50:19 2010 +0100
60102
60103     Make sure we initialize all callbacks upon creation
60104
60105     Also fixes issue with unicode callbacks never being set really.
60106
60107  src/hb-font.cc   | 18 +++++++-----------
60108  src/hb-unicode.c |  9 ++-------
60109  2 files changed, 9 insertions(+), 18 deletions(-)
60110
60111 commit bf36a1074ab23abeab0a7a6c47db26770dc1ab0a
60112 Author: Behdad Esfahbod <behdad@behdad.org>
60113 Date:   Mon May 24 17:46:21 2010 +0100
60114
60115     Move all callback functions in a vtable structs
60116
60117  src/hb-font-private.hh   | 10 ++++++----
60118  src/hb-font.cc           | 28 +++++++++++++++-------------
60119  src/hb-ot-shape.cc       |  4 ++--
60120  src/hb-unicode-private.h | 12 +++++++-----
60121  src/hb-unicode.c         | 32 +++++++++++++++++---------------
60122  5 files changed, 47 insertions(+), 39 deletions(-)
60123
60124 commit 3109a86add936ae4cc77541fc026c4fe2db4e328
60125 Author: Martin Hosken <martin_hosken@sil.org>
60126 Date:   Mon May 24 13:25:37 2010 +0100
60127
60128     hb-graphite now no longer has -ve advances within clusters. Fix
60129     infinite loop in tag_to_script(). python fixed to use tag_to_script
60130     and allow hbtestfont to be passed font files, where fontconfig knows
60131     about them.
60132
60133  contrib/python/lib/harfbuzz.pyx   | 4 ++--
60134  contrib/python/scripts/hbtestfont | 6 +++++-
60135  src/hb-graphite.cc                | 4 ++--
60136  src/hb-ot-tag.c                   | 1 +
60137  4 files changed, 10 insertions(+), 5 deletions(-)
60138
60139 commit e5bed0a37fe1b0576d08435179e455cb28eadcdb
60140 Author: Martin Hosken <martin_hosken@sil.org>
60141 Date:   Sat May 22 20:19:00 2010 +0100
60142
60143     Tidy up hbtestfont and add README
60144
60145  contrib/python/README             |  10 +++
60146  contrib/python/scripts/hbtestfont | 134
60147  +++++++++++++++++++-------------------
60148  2 files changed, 77 insertions(+), 67 deletions(-)
60149
60150 commit 70ae332fe66510500d303b6fcc79537833b42f05
60151 Author: Martin Hosken <martin_hosken@sil.org>
60152 Date:   Sat May 22 19:58:00 2010 +0100
60153
60154     Add fontconfig to hbtestfont
60155
60156  contrib/python/lib/fontconfig.pyx | 47 ++++++++++++++++++++++++++++
60157  contrib/python/scripts/hbtestfont | 64
60158  ++++++++++++++++++++++++---------------
60159  contrib/python/setup.py           |  3 +-
60160  3 files changed, 88 insertions(+), 26 deletions(-)
60161
60162 commit 72631c9d06b131d82080f212908e7d0b0266b841
60163 Merge: 1432ab15 1094a294
60164 Author: Martin Hosken <martin_hosken@sil.org>
60165 Date:   Sat May 22 09:38:02 2010 +0100
60166
60167     Merge branch 'master' of git://git.freedesktop.org/~behdad/harfbuzz-ng
60168
60169 commit 1432ab15c163eb0b5be3de66a4cb3df15ad73500
60170 Author: Martin Hosken <martin_hosken@sil.org>
60171 Date:   Sat May 22 00:56:40 2010 +0100
60172
60173     Add graphical output to hbtestfont
60174
60175  contrib/python/lib/harfbuzz.pyx   | 100
60176  +-------------------------------------
60177  contrib/python/scripts/hbtestfont |  62 ++++++++++++++++++++++-
60178  src/Makefile.am                   |   2 +-
60179  src/hb-ot-shape.cc                |   2 +-
60180  src/hb-ot.h                       |   2 +-
60181  src/hb-shape.cc                   |   2 +-
60182  6 files changed, 67 insertions(+), 103 deletions(-)
60183
60184 commit bbc7a99d01298f9be1ebaaceacbc9bc961e247e5
60185 Author: Behdad Esfahbod <behdad@behdad.org>
60186 Date:   Fri May 21 18:24:34 2010 +0100
60187
60188     Move mirroring around a bit
60189
60190  src/hb-ot-shape.cc | 8 ++++----
60191  1 file changed, 4 insertions(+), 4 deletions(-)
60192
60193 commit bd0987386b3a4dddf208ccf1a70ebfff6242ba73
60194 Author: Behdad Esfahbod <behdad@behdad.org>
60195 Date:   Fri May 21 18:06:35 2010 +0100
60196
60197     Add a few more standard features
60198
60199  src/hb-ot-shape.cc | 10 ++++++----
60200  1 file changed, 6 insertions(+), 4 deletions(-)
60201
60202 commit 75f3469ca6d626b08eb411984a2ba7fd48ca5b5f
60203 Author: Behdad Esfahbod <behdad@behdad.org>
60204 Date:   Fri May 21 17:59:04 2010 +0100
60205
60206     Add note
60207
60208  src/hb-ot-shape.cc | 1 +
60209  1 file changed, 1 insertion(+)
60210
60211 commit 1094a294f6a44c47fc75867983f2b135a6442bab
60212 Author: Behdad Esfahbod <behdad@behdad.org>
60213 Date:   Fri May 21 17:58:20 2010 +0100
60214
60215     Add rtlm
60216
60217  src/hb-ot-shape.cc | 26 +++++++++++++++++++++-----
60218  1 file changed, 21 insertions(+), 5 deletions(-)
60219
60220 commit 074ea787493a37ae8f68d17be7820f13fff57520
60221 Author: Behdad Esfahbod <behdad@behdad.org>
60222 Date:   Fri May 21 17:53:10 2010 +0100
60223
60224     Add ltra, ltrm, and rtla features
60225
60226  src/hb-ot-shape.cc | 60
60227  +++++++++++++++++++++++++++++++++++++++++++-----------
60228  1 file changed, 48 insertions(+), 12 deletions(-)
60229
60230 commit 1ce7b87c4d8d1ab3ec1d5198351d71b7199f7c64
60231 Author: Behdad Esfahbod <behdad@behdad.org>
60232 Date:   Fri May 21 17:31:45 2010 +0100
60233
60234     Cleanup bitmask allocation
60235
60236  src/hb-buffer-private.hh | 16 +++++++++++++
60237  src/hb-buffer.cc         | 36 +++++++++++++++++++++++++++++
60238  src/hb-ot-shape.cc       | 60
60239  +++++++++++++++++++++---------------------------
60240  3 files changed, 78 insertions(+), 34 deletions(-)
60241
60242 commit dd22a8f7bfd424a69286e90f79d2a23af6e89ec1
60243 Author: Behdad Esfahbod <behdad@behdad.org>
60244 Date:   Fri May 21 16:43:17 2010 +0100
60245
60246     Add note
60247
60248  src/hb-ot-layout-gsub-private.hh | 1 +
60249  1 file changed, 1 insertion(+)
60250
60251 commit cbd1d6a63a5d696b7d6a5aba9ee7305ea228416a
60252 Author: Martin Hosken <martin_hosken@sil.org>
60253 Date:   Fri May 21 15:16:43 2010 +0100
60254
60255     Rename Grxxx to HbGrxxx
60256
60257  src/hb-graphite.cc | 26 +++++++++++++-------------
60258  1 file changed, 13 insertions(+), 13 deletions(-)
60259
60260 commit 0375bdd2027767ee7bebef1ed289b33dc64f430e
60261 Author: Martin Hosken <martin_hosken@sil.org>
60262 Date:   Fri May 21 15:01:37 2010 +0100
60263
60264     Rename classes from Grxxx to HbGrxxx
60265
60266  src/hb-graphite.cc | 22 +++++++++++-----------
60267  1 file changed, 11 insertions(+), 11 deletions(-)
60268
60269 commit a5a72e004bb7123445c2c3a94352d358fc80d904
60270 Author: Behdad Esfahbod <behdad@behdad.org>
60271 Date:   Fri May 21 15:12:52 2010 +0100
60272
60273     Add hb-ot-shape.h, oops.
60274
60275  src/hb-ot-shape.h | 44 ++++++++++++++++++++++++++++++++++++++++++++
60276  1 file changed, 44 insertions(+)
60277
60278 commit aa62a402a72bdecad2a955dbfaf6e24cd2c00e55
60279 Author: Behdad Esfahbod <behdad@behdad.org>
60280 Date:   Fri May 21 14:42:11 2010 +0100
60281
60282     Fix Makefile to install hb-ot-shape.h
60283
60284  src/Makefile.am | 2 +-
60285  src/hb-ot.h     | 1 +
60286  2 files changed, 2 insertions(+), 1 deletion(-)
60287
60288 commit 9722b8f005a10fd16e841df4da3ccd80be66e296
60289 Author: Behdad Esfahbod <behdad@behdad.org>
60290 Date:   Fri May 21 14:37:47 2010 +0100
60291
60292     Simple renames
60293
60294  src/hb-ot-shape.cc | 36 ++++++++++++++++++------------------
60295  1 file changed, 18 insertions(+), 18 deletions(-)
60296
60297 commit 02f28550d785671cf92fd4239c5f913f7e71585f
60298 Author: Behdad Esfahbod <behdad@behdad.org>
60299 Date:   Fri May 21 14:37:28 2010 +0100
60300
60301     Graphite also forces us to link to libstdc++ currently
60302
60303  src/Makefile.am | 3 +++
60304  1 file changed, 3 insertions(+)
60305
60306 commit ca663bb23c16f6a1f04efa6e10dad0e3e7c260a3
60307 Author: Behdad Esfahbod <behdad@behdad.org>
60308 Date:   Fri May 21 14:34:23 2010 +0100
60309
60310     Move main shaper code into hb_ot_shape()
60311
60312  src/hb-ot-shape-private.hh |  53 -----------
60313  src/hb-ot-shape.cc         | 225
60314  ++++++++++++++++++++++++++++++++++++++++++---
60315  src/hb-shape.cc            | 209
60316  +----------------------------------------
60317  3 files changed, 214 insertions(+), 273 deletions(-)
60318
60319 commit 7acd232d36c2b2ed03823e6aa6bb2b814bf673b3
60320 Author: Behdad Esfahbod <behdad@behdad.org>
60321 Date:   Fri May 21 14:20:48 2010 +0100
60322
60323     Fix test failing
60324
60325  src/hb-graphite.cc | 2 +-
60326  1 file changed, 1 insertion(+), 1 deletion(-)
60327
60328 commit dd47924d88d86b83e7f3ab040de6e7136ac0ca09
60329 Author: Behdad Esfahbod <behdad@behdad.org>
60330 Date:   Fri May 21 14:18:08 2010 +0100
60331
60332     Fix warnings
60333
60334  src/hb-graphite.cc | 14 +++++---------
60335  1 file changed, 5 insertions(+), 9 deletions(-)
60336
60337 commit 305ba8671553cd955c20a54db622666c0bb02532
60338 Author: Behdad Esfahbod <behdad@behdad.org>
60339 Date:   Fri May 21 14:02:20 2010 +0100
60340
60341     Import Graphite shaping backend by Martin Hosken
60342
60343  configure.ac       |   6 ++
60344  src/Makefile.am    |  11 ++
60345  src/hb-graphite.cc | 308
60346  +++++++++++++++++++++++++++++++++++++++++++++++++++++
60347  src/hb-graphite.h  |  46 ++++++++
60348  src/hb-shape.cc    |  15 +++
60349  5 files changed, 386 insertions(+)
60350
60351 commit 3ba6818ba9be950e46902f0239f2451ec0e65d44
60352 Author: Behdad Esfahbod <behdad@behdad.org>
60353 Date:   Fri May 21 13:51:29 2010 +0100
60354
60355     Update the Python module
60356
60357  contrib/python/lib/harfbuzz.pyx | 40
60358  +++++++++++++++++++++-------------------
60359  1 file changed, 21 insertions(+), 19 deletions(-)
60360
60361 commit 83f34677bcbc6bb194940407b0fcb23575650e3d
60362 Author: Behdad Esfahbod <behdad@behdad.org>
60363 Date:   Fri May 21 13:43:49 2010 +0100
60364
60365     Add hb_tag_from_string()
60366
60367  src/Makefile.am |  1 +
60368  src/hb-common.c | 41 +++++++++++++++++++++++++++++++++++++++++
60369  src/hb-common.h |  3 +++
60370  3 files changed, 45 insertions(+)
60371
60372 commit 4a9a5c0b06e8aa5d15327242609a7c766d3e0e94
60373 Author: Behdad Esfahbod <behdad@behdad.org>
60374 Date:   Fri May 21 13:33:46 2010 +0100
60375
60376     Don't allocate bits for features not available
60377
60378  src/hb-ot-shape.cc | 10 ++++++----
60379  1 file changed, 6 insertions(+), 4 deletions(-)
60380
60381 commit e53d77142ac4ecbe38ab3235491fa93cb7ff16ab
60382 Author: Behdad Esfahbod <behdad@behdad.org>
60383 Date:   Fri May 21 13:32:38 2010 +0100
60384
60385     Speed up feature mask setting
60386
60387     Patch from Jonathan Kew.
60388
60389  src/hb-ot-shape.cc | 31 +++++++++++++++++++++++++------
60390  1 file changed, 25 insertions(+), 6 deletions(-)
60391
60392 commit 4fa67f34ecc65056ce60a572213fbdae66e0423b
60393 Author: Behdad Esfahbod <behdad@behdad.org>
60394 Date:   Fri May 21 13:29:12 2010 +0100
60395
60396     Add Unicode 5.2 scripts
60397
60398  src/hb-icu.c     | 29 ++++++++++++++++++++++++++++-
60399  src/hb-ot-tag.c  | 21 +++++++++++++++++++--
60400  src/hb-unicode.c | 19 ++++++++++++++++++-
60401  src/hb-unicode.h | 19 ++++++++++++++++++-
60402  4 files changed, 83 insertions(+), 5 deletions(-)
60403
60404 commit ee1b322100a6bd575b999904592abbd9fed5587f
60405 Author: Behdad Esfahbod <behdad@behdad.org>
60406 Date:   Fri May 21 12:55:57 2010 +0100
60407
60408     Fix feature mask setting
60409
60410  src/hb-ot-shape.cc | 6 +++---
60411  1 file changed, 3 insertions(+), 3 deletions(-)
60412
60413 commit b490fa343322f1b5abaf880abc073287c1f34132
60414 Author: Behdad Esfahbod <behdad@behdad.org>
60415 Date:   Fri May 21 11:15:07 2010 +0100
60416
60417     Add hb_ot_tag_to_script()
60418
60419  src/hb-ot-tag.c | 14 ++++++++++++++
60420  src/hb-ot-tag.h |  3 +++
60421  2 files changed, 17 insertions(+)
60422
60423 commit 50355309047765558ef8f5d60aefed42a7f954cc
60424 Author: Behdad Esfahbod <behdad@behdad.org>
60425 Date:   Fri May 21 10:33:23 2010 +0100
60426
60427     Add Python wrapper from Martin Hosken
60428
60429  contrib/python/lib/harfbuzz.pyx   | 306
60430  ++++++++++++++++++++++++++++++++++++++
60431  contrib/python/runpy              |   2 +
60432  contrib/python/scripts/hbtestfont |  35 +++++
60433  contrib/python/setup.py           |  24 +++
60434  4 files changed, 367 insertions(+)
60435
60436 commit 280af1bddb958ff97cf7ce12fe7ec2b6352e61d0
60437 Author: Behdad Esfahbod <behdad@behdad.org>
60438 Date:   Thu May 20 18:33:35 2010 +0100
60439
60440     Let hb_face_get_table() return NULL if table not found
60441
60442  src/hb-font.cc              | 2 +-
60443  src/hb-font.h               | 1 +
60444  src/hb-open-type-private.hh | 3 +++
60445  3 files changed, 5 insertions(+), 1 deletion(-)
60446
60447 commit 1cdbfd944eecb58587461f57f037e47a44f39990
60448 Author: Behdad Esfahbod <behdad@behdad.org>
60449 Date:   Thu May 20 17:47:28 2010 +0100
60450
60451     Fix alternate, again
60452
60453  src/hb-ot-layout-gsub-private.hh | 6 +++---
60454  1 file changed, 3 insertions(+), 3 deletions(-)
60455
60456 commit fdca3d51603bd6bef6a4b0ee4a560f7dcd2f1d37
60457 Author: Behdad Esfahbod <behdad@behdad.org>
60458 Date:   Thu May 20 17:46:20 2010 +0100
60459
60460     Fix alternate off-by-one
60461
60462  src/hb-ot-layout-gsub-private.hh | 2 +-
60463  1 file changed, 1 insertion(+), 1 deletion(-)
60464
60465 commit b634beb39e0a4fef7167a8af646f6b2d8cafe69b
60466 Author: Behdad Esfahbod <behdad@behdad.org>
60467 Date:   Thu May 20 17:44:52 2010 +0100
60468
60469     Fix delta scale, again...
60470
60471  src/hb-ot-layout-common-private.hh |  8 ++++++++
60472  src/hb-ot-layout-gdef-private.hh   |  3 +--
60473  src/hb-ot-layout-gpos-private.hh   | 12 ++++++------
60474  src/hb-ot-layout-private.hh        |  2 +-
60475  4 files changed, 16 insertions(+), 9 deletions(-)
60476
60477 commit 40335d4533ac2b08121c9dc6003f3ebc5b44a67b
60478 Author: Behdad Esfahbod <behdad@behdad.org>
60479 Date:   Thu May 20 17:35:14 2010 +0100
60480
60481     Remove unused operator
60482
60483  src/hb-ot-layout-common-private.hh | 2 --
60484  1 file changed, 2 deletions(-)
60485
60486 commit f7acd8df5146155b51d6f50aeb04f54f3030c1c3
60487 Author: Behdad Esfahbod <behdad@behdad.org>
60488 Date:   Thu May 20 17:26:35 2010 +0100
60489
60490     Do alternate glyph selection!
60491
60492     Kinda hand-wavy right now.  Not tested.
60493
60494  src/hb-ot-layout-gpos-private.hh     | 12 +++++++-----
60495  src/hb-ot-layout-gsub-private.hh     | 20 +++++++++-----------
60496  src/hb-ot-layout-gsubgpos-private.hh |  1 +
60497  src/hb-private.h                     | 19 ++++++++++++++++++-
60498  4 files changed, 35 insertions(+), 17 deletions(-)
60499
60500 commit 750a2294553d252e28875b605fe61fd9d6696e0f
60501 Author: Behdad Esfahbod <behdad@behdad.org>
60502 Date:   Thu May 20 16:23:27 2010 +0100
60503
60504     get_table() is allowed to return NULL.  Use that to simplify code
60505
60506  src/hb-font.cc | 2 +-
60507  src/hb-ft.cc   | 6 +++---
60508  2 files changed, 4 insertions(+), 4 deletions(-)
60509
60510 commit 99d9ef785f108df76f80a307eaa2784685ea86ba
60511 Author: Behdad Esfahbod <behdad@behdad.org>
60512 Date:   Thu May 20 15:47:49 2010 +0100
60513
60514     Write hb_face_create_for_data() in terms of
60515     hb_face_create_for_tables()
60516
60517     Fixes lack of head_table initialization in create_for_tables() also.
60518
60519  src/hb-font.cc | 35 ++++++++++++-----------------------
60520  1 file changed, 12 insertions(+), 23 deletions(-)
60521
60522 commit 6774463883978b00b4d8c719ed75edfc4537c77f
60523 Author: Behdad Esfahbod <behdad@behdad.org>
60524 Date:   Thu May 20 15:40:12 2010 +0100
60525
60526     Apply user features to ranges!
60527
60528  src/hb-ot-shape.cc | 23 ++++++++++++++++++++++-
60529  1 file changed, 22 insertions(+), 1 deletion(-)
60530
60531 commit 9b6023338530a2dbb8214eb4391ef3e8372f3892
60532 Author: Behdad Esfahbod <behdad@behdad.org>
60533 Date:   Thu May 20 15:31:12 2010 +0100
60534
60535     Add _hb_bit_storage()
60536
60537  src/hb-private.h | 35 ++++++++++++++++++++++-------------
60538  1 file changed, 22 insertions(+), 13 deletions(-)
60539
60540 commit 6b1b957f6d2955cbe4fa97e2659e033b3eaaf4d2
60541 Author: Behdad Esfahbod <behdad@behdad.org>
60542 Date:   Thu May 20 15:14:44 2010 +0100
60543
60544     Add lookup_map
60545
60546  src/hb-ot-shape.cc | 48 +++++++++++++++++++++++++++++++++---------------
60547  1 file changed, 33 insertions(+), 15 deletions(-)
60548
60549 commit 60010a0c4d8efae5c61a0c9cf10cfe2c1860f41e
60550 Author: Behdad Esfahbod <behdad@behdad.org>
60551 Date:   Thu May 20 14:05:02 2010 +0100
60552
60553     Update always-apply mask from 0xFFFF to 1
60554
60555     We plan to use the first bit to be always on.
60556
60557  src/hb-ot-shape.cc | 4 ++--
60558  1 file changed, 2 insertions(+), 2 deletions(-)
60559
60560 commit 009aad567863c05ee2ec4a3ee76fe0ee79c767bb
60561 Author: Behdad Esfahbod <behdad@behdad.org>
60562 Date:   Thu May 20 14:00:57 2010 +0100
60563
60564     Invert the mask logic
60565
60566     Before, the mask in the buffer was inverted.  That is, a 0 bit meant
60567     feature should be applied and 1 meant not applied, whereas in the
60568     lookups, the logic was positive.
60569
60570     Now both are in sync.  When calling hb_buffer_add_glyph() manually,
60571     the mask should be 1 instead of 0.
60572
60573  src/hb-buffer.cc                 | 2 +-
60574  src/hb-ot-layout-gpos-private.hh | 2 +-
60575  src/hb-ot-layout-gsub-private.hh | 4 ++--
60576  3 files changed, 4 insertions(+), 4 deletions(-)
60577
60578 commit 7f411dbfd9f8d5360c948531ff9f6c3998d1d897
60579 Author: Behdad Esfahbod <behdad@behdad.org>
60580 Date:   Thu May 20 13:40:18 2010 +0100
60581
60582     Apply user features
60583
60584     No ranges yet
60585
60586  src/hb-ot-shape.cc | 8 ++++++++
60587  1 file changed, 8 insertions(+)
60588
60589 commit 0db299ccad346d9ea5573ea8408b78d9997bd379
60590 Author: Behdad Esfahbod <behdad@behdad.org>
60591 Date:   Thu May 20 13:30:09 2010 +0100
60592
60593     Change hb_feature_t to keep tag/int instead of string
60594
60595  src/hb-shape.h | 4 ++--
60596  1 file changed, 2 insertions(+), 2 deletions(-)
60597
60598 commit 0a4399ca228d244e646abdb3487da0f13b228889
60599 Author: Behdad Esfahbod <behdad@behdad.org>
60600 Date:   Wed May 19 15:45:06 2010 -0400
60601
60602     Fix scale issues
60603
60604     hb_font_set_scale() now sets the value to be used to represent a unit
60605     pixel.  For example, if rendering a 10px font with a 26.6
60606     representation,
60607     you would set scale to (10 << 6).  For 10px in 16.16 you would set
60608     it to
60609     (10 << 16).  This space should be the same space that the
60610     get_glyph_metrics
60611     and get_kerning callbacks work in.
60612
60613  src/hb-common.h                  |  1 -
60614  src/hb-font-private.hh           |  8 +++-----
60615  src/hb-font.cc                   | 12 ++++++------
60616  src/hb-font.h                    | 12 +++---------
60617  src/hb-ft.cc                     |  4 ++--
60618  src/hb-ot-layout-gdef-private.hh |  6 +++---
60619  src/hb-ot-layout-gpos-private.hh | 37
60620  +++++++++++++++++--------------------
60621  src/hb-ot-layout-gsub-private.hh |  2 +-
60622  src/hb-ot-layout-private.hh      | 20 +++++++++++---------
60623  src/hb-ot-layout.cc              | 31 +++++++++++++++----------------
60624  src/hb-private.h                 |  4 ----
60625  11 files changed, 61 insertions(+), 76 deletions(-)
60626
60627 commit cf5585cfa6cac6fdf627a99941299e76af5ae0f7
60628 Author: Behdad Esfahbod <behdad@behdad.org>
60629 Date:   Wed May 19 12:03:35 2010 -0400
60630
60631     Add 'head' table
60632
60633  src/Makefile.am             |   1 +
60634  src/hb-font-private.hh      |   5 ++
60635  src/hb-font.cc              |   9 ++++
60636  src/hb-open-type-private.hh |   2 +-
60637  src/hb-ot-head-private.hh   | 128
60638  ++++++++++++++++++++++++++++++++++++++++++++
60639  5 files changed, 144 insertions(+), 1 deletion(-)
60640
60641 commit e29caf3f943b2b6f4997f469f7274252c82f465e
60642 Author: Behdad Esfahbod <behdad@behdad.org>
60643 Date:   Wed May 19 11:47:17 2010 -0400
60644
60645     Add LONGDATETIME
60646
60647  src/hb-open-type-private.hh | 15 +++++++++++++++
60648  1 file changed, 15 insertions(+)
60649
60650 commit f415755fdf011d3fa3b9aad04c38f2255dd7acf8
60651 Author: Behdad Esfahbod <behdad@behdad.org>
60652 Date:   Mon May 17 15:14:14 2010 -0400
60653
60654     Minor
60655
60656  src/hb-ot-layout.cc | 52
60657  +++++++++++++++++++++++++++-------------------------
60658  1 file changed, 27 insertions(+), 25 deletions(-)
60659
60660 commit 73af7756dc6d3961f176854246e5722baff101fb
60661 Author: Behdad Esfahbod <behdad@behdad.org>
60662 Date:   Fri May 14 23:38:08 2010 -0400
60663
60664     Indent
60665
60666  src/hb-ot-layout-gsub-private.hh | 12 ++++++------
60667  1 file changed, 6 insertions(+), 6 deletions(-)
60668
60669 commit 3567b87cce541dfb0af7caf024ec67c9d3c09214
60670 Author: Behdad Esfahbod <behdad@behdad.org>
60671 Date:   Fri May 14 23:28:44 2010 -0400
60672
60673     Add an inline version of hb_buffer_ensure()
60674
60675  src/hb-buffer.cc | 117
60676  ++++++++++++++++++++++++++++++-------------------------
60677  1 file changed, 63 insertions(+), 54 deletions(-)
60678
60679 commit a6a79df5fe2ed2cd307e7a991346faee164e70d9
60680 Author: Behdad Esfahbod <behdad@behdad.org>
60681 Date:   Fri May 14 23:20:16 2010 -0400
60682
60683     Handle malloc failture in the buffer
60684
60685  src/hb-buffer-private.hh |  5 ++--
60686  src/hb-buffer.cc         | 71
60687  +++++++++++++++++++++++++++++-------------------
60688  src/hb-buffer.h          |  2 +-
60689  3 files changed, 47 insertions(+), 31 deletions(-)
60690
60691 commit ca54a12658510f9aa0b2db82f20a8fac230d6bb6
60692 Author: Behdad Esfahbod <behdad@behdad.org>
60693 Date:   Fri May 14 22:25:42 2010 -0400
60694
60695     Minor
60696
60697  src/hb-shape.cc | 60
60698  +++++++++++++++++++++++++--------------------------------
60699  1 file changed, 26 insertions(+), 34 deletions(-)
60700
60701 commit 910a33fe8457a8e13f7eb77fc92fa59c31f5e8fd
60702 Author: Behdad Esfahbod <behdad@behdad.org>
60703 Date:   Fri May 14 22:13:38 2010 -0400
60704
60705     Update buffer docs
60706
60707  src/hb-buffer-private.hh | 13 +++++++------
60708  src/hb-buffer.cc         | 16 ++++++++--------
60709  2 files changed, 15 insertions(+), 14 deletions(-)
60710
60711 commit 36b73c80df91e96492357c6da945e081e9046a93
60712 Author: Behdad Esfahbod <behdad@behdad.org>
60713 Date:   Fri May 14 22:10:39 2010 -0400
60714
60715     Shortening buffer accessors: rename buffer->in_pos to buffer->i
60716
60717  src/hb-buffer-private.hh             |  2 +-
60718  src/hb-buffer.cc                     | 52 ++++++++++----------
60719  src/hb-ot-layout-gpos-private.hh     | 94
60720  ++++++++++++++++++------------------
60721  src/hb-ot-layout-gsub-private.hh     | 48 +++++++++---------
60722  src/hb-ot-layout-gsubgpos-private.hh | 46 +++++++++---------
60723  src/hb-shape.cc                      | 40 +++++++--------
60724  6 files changed, 141 insertions(+), 141 deletions(-)
60725
60726 commit 29427c5c51ac70aca53ed523fa5ddb3de4355fb0
60727 Author: Behdad Esfahbod <behdad@behdad.org>
60728 Date:   Fri May 14 22:08:22 2010 -0400
60729
60730     Shortening buffer accessors: rename buffer->out_length to
60731     buffer->out_len
60732
60733  src/hb-buffer-private.hh             |  2 +-
60734  src/hb-buffer.cc                     | 52
60735  ++++++++++++++++++------------------
60736  src/hb-ot-layout-gsub-private.hh     |  2 +-
60737  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
60738  4 files changed, 31 insertions(+), 31 deletions(-)
60739
60740 commit 6960350be97f24e97140391025b56369c393a3df
60741 Author: Behdad Esfahbod <behdad@behdad.org>
60742 Date:   Fri May 14 22:07:46 2010 -0400
60743
60744     Shortening buffer accessors: rename buffer->in_length to buffer->len
60745
60746  src/hb-buffer-private.hh             |  2 +-
60747  src/hb-buffer.cc                     | 26 +++++++++++++-------------
60748  src/hb-ot-layout-gpos-private.hh     |  8 ++++----
60749  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
60750  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++----
60751  src/hb-shape.cc                      | 12 ++++++------
60752  6 files changed, 32 insertions(+), 32 deletions(-)
60753
60754 commit 1b621823f3e31b48c80cc8b0691dfa873ba086cd
60755 Author: Behdad Esfahbod <behdad@behdad.org>
60756 Date:   Fri May 14 22:05:53 2010 -0400
60757
60758     Shortening buffer accessors: rename buffer->positions to buffer->pos
60759
60760  src/hb-buffer-private.hh         |  4 ++--
60761  src/hb-buffer.cc                 | 32 ++++++++++++++++----------------
60762  src/hb-ot-layout-gpos-private.hh | 26 +++++++++++++-------------
60763  src/hb-shape.cc                  | 10 +++++-----
60764  4 files changed, 36 insertions(+), 36 deletions(-)
60765
60766 commit 9d5e26df0877aa5b187764ba09bd7bf221e92968
60767 Author: Behdad Esfahbod <behdad@behdad.org>
60768 Date:   Fri May 14 22:03:11 2010 -0400
60769
60770     Shortening buffer accessors: rename buffer->out_string to
60771     buffer->out_info
60772
60773  src/hb-buffer-private.hh             |  2 +-
60774  src/hb-buffer.cc                     | 56
60775  ++++++++++++++++++------------------
60776  src/hb-ot-layout-gsubgpos-private.hh |  4 +--
60777  3 files changed, 31 insertions(+), 31 deletions(-)
60778
60779 commit 7e7007a1c9bf2c07a8369752126ece8fa6164248
60780 Author: Behdad Esfahbod <behdad@behdad.org>
60781 Date:   Fri May 14 22:02:37 2010 -0400
60782
60783     Shortening buffer accessors: rename buffer->in_string to buffer->info
60784
60785  src/hb-buffer-private.hh             |  2 +-
60786  src/hb-buffer.cc                     | 82
60787  ++++++++++++++++++------------------
60788  src/hb-ot-layout-gpos-private.hh     | 58 ++++++++++++-------------
60789  src/hb-ot-layout-gsub-private.hh     | 30 ++++++-------
60790  src/hb-ot-layout-gsubgpos-private.hh | 26 ++++++------
60791  src/hb-shape.cc                      | 18 ++++----
60792  6 files changed, 108 insertions(+), 108 deletions(-)
60793
60794 commit 8e6b6bb2932946ebc7b01c3abf575b654c741e20
60795 Author: Behdad Esfahbod <behdad@behdad.org>
60796 Date:   Fri May 14 21:58:22 2010 -0400
60797
60798     Merge buffer->out_pos and buffer->out_length
60799
60800  src/hb-buffer-private.hh             |  1 -
60801  src/hb-buffer.cc                     | 48
60802  +++++++++++++++---------------------
60803  src/hb-ot-layout-gsub-private.hh     |  2 +-
60804  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
60805  4 files changed, 24 insertions(+), 33 deletions(-)
60806
60807 commit 22f668eb9ad5f62d9fcd2e0c826ea78977687e5c
60808 Author: Behdad Esfahbod <behdad@behdad.org>
60809 Date:   Fri May 14 21:41:04 2010 -0400
60810
60811     Remove the unused BUFFER macro
60812
60813  src/hb-buffer-private.hh             | 6 ------
60814  src/hb-ot-layout-gpos-private.hh     | 6 ------
60815  src/hb-ot-layout-gsub-private.hh     | 6 ------
60816  src/hb-ot-layout-gsubgpos-private.hh | 5 -----
60817  4 files changed, 23 deletions(-)
60818
60819 commit 7e53ebe478597778c25c197ff9f0cb379f1d0043
60820 Author: Behdad Esfahbod <behdad@behdad.org>
60821 Date:   Fri May 14 21:38:13 2010 -0400
60822
60823     Remove the IN_CURGLYPH() macro
60824
60825  src/hb-buffer-private.hh             |  3 ---
60826  src/hb-ot-layout-gpos-private.hh     | 24 ++++++++++++------------
60827  src/hb-ot-layout-gsub-private.hh     | 16 ++++++++--------
60828  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
60829  src/hb-shape.cc                      | 14 +++++++-------
60830  5 files changed, 35 insertions(+), 38 deletions(-)
60831
60832 commit d784da1923ff2ca093f8b0210449731d376b7513
60833 Author: Behdad Esfahbod <behdad@behdad.org>
60834 Date:   Fri May 14 21:37:18 2010 -0400
60835
60836     Remove the IN_CURINFO() macro
60837
60838  src/hb-buffer-private.hh             | 1 -
60839  src/hb-ot-layout-gpos-private.hh     | 2 +-
60840  src/hb-ot-layout-gsub-private.hh     | 4 ++--
60841  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
60842  4 files changed, 4 insertions(+), 5 deletions(-)
60843
60844 commit 281f59b4fb16f7c73767eb042a91f70f4c109b3a
60845 Author: Behdad Esfahbod <behdad@behdad.org>
60846 Date:   Fri May 14 21:34:22 2010 -0400
60847
60848     Remove IN_INFO() and IN_NEXTGLYPH() macros
60849
60850  src/hb-buffer-private.hh             |  2 --
60851  src/hb-ot-layout-gpos-private.hh     | 10 +++++-----
60852  src/hb-ot-layout-gsub-private.hh     |  2 +-
60853  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
60854  src/hb-shape.cc                      |  4 ++--
60855  5 files changed, 10 insertions(+), 12 deletions(-)
60856
60857 commit 6e489cdf7623ac627d06d59a80ecea03ca97dc1b
60858 Author: Behdad Esfahbod <behdad@behdad.org>
60859 Date:   Fri May 14 21:07:35 2010 -0400
60860
60861     Remove the IN_GLYPH() macro
60862
60863  src/hb-buffer-private.hh             |  1 -
60864  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
60865  src/hb-ot-layout-gsub-private.hh     |  2 +-
60866  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
60867  src/hb-shape.cc                      |  2 +-
60868  5 files changed, 10 insertions(+), 11 deletions(-)
60869
60870 commit 01feb74c78a3a302fa3472a0be7b2a1d52fd1ba3
60871 Author: Behdad Esfahbod <behdad@behdad.org>
60872 Date:   Fri May 14 21:00:08 2010 -0400
60873
60874     Remove the IN_CLUSTER() macro
60875
60876  src/hb-buffer-private.hh | 1 -
60877  src/hb-shape.cc          | 2 +-
60878  2 files changed, 1 insertion(+), 2 deletions(-)
60879
60880 commit d63a1e089acad9ab9f80addd936d36b6d38fb46a
60881 Author: Behdad Esfahbod <behdad@behdad.org>
60882 Date:   Fri May 14 20:30:07 2010 -0400
60883
60884     Remove the IN_MASK() macro
60885
60886  src/hb-buffer-private.hh         | 1 -
60887  src/hb-ot-layout-gpos-private.hh | 2 +-
60888  src/hb-ot-layout-gsub-private.hh | 4 ++--
60889  3 files changed, 3 insertions(+), 4 deletions(-)
60890
60891 commit 89e2834dabd2d17f2823c51fe3a7fcadeaba7a59
60892 Author: Behdad Esfahbod <behdad@behdad.org>
60893 Date:   Fri May 14 20:25:55 2010 -0400
60894
60895     Remove the IN_LIGID() macro
60896
60897  src/hb-buffer-private.hh         | 1 -
60898  src/hb-ot-layout-gpos-private.hh | 4 ++--
60899  src/hb-ot-layout-gsub-private.hh | 2 +-
60900  3 files changed, 3 insertions(+), 4 deletions(-)
60901
60902 commit 4a871041f4718834afa312ed17cdd157603468b7
60903 Author: Behdad Esfahbod <behdad@behdad.org>
60904 Date:   Fri May 14 20:25:04 2010 -0400
60905
60906     Remove IN_COMPONENT() macro
60907
60908  src/hb-buffer-private.hh         | 1 -
60909  src/hb-ot-layout-gpos-private.hh | 8 ++++----
60910  src/hb-ot-layout-gsub-private.hh | 2 +-
60911  3 files changed, 5 insertions(+), 6 deletions(-)
60912
60913 commit 27da6dd89a359f7ef340c646c4cb79373782261d
60914 Author: Behdad Esfahbod <behdad@behdad.org>
60915 Date:   Fri May 14 20:17:50 2010 -0400
60916
60917     Remove OUT_GLYPH() and OUT_INFO() macros
60918
60919  src/hb-buffer-private.hh             | 2 --
60920  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
60921  2 files changed, 2 insertions(+), 4 deletions(-)
60922
60923 commit cc6ae7ff91eeb93bef153f331ed02b500062f90e
60924 Author: Behdad Esfahbod <behdad@behdad.org>
60925 Date:   Fri May 14 20:09:48 2010 -0400
60926
60927     Fix lookahead matching.  Oops!
60928
60929  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
60930  1 file changed, 1 insertion(+), 1 deletion(-)
60931
60932 commit 3109375b849f340b4807724218010c53dea58082
60933 Author: Behdad Esfahbod <behdad@behdad.org>
60934 Date:   Fri May 14 19:55:27 2010 -0400
60935
60936     Remove POSITION() and CURPOSITION() macros
60937
60938  src/hb-buffer-private.hh         |  2 --
60939  src/hb-ot-layout-gpos-private.hh | 54
60940  ++++++++++++++++++++--------------------
60941  src/hb-shape.cc                  | 10 ++++----
60942  3 files changed, 32 insertions(+), 34 deletions(-)
60943
60944 commit d7cfb3b2d1dd2e9fdae2b3e540bbe313660895e8
60945 Author: Behdad Esfahbod <behdad@behdad.org>
60946 Date:   Thu May 13 14:18:49 2010 -0400
60947
60948     s/\<context\>/c/g
60949
60950  src/hb-open-file-private.hh          |  28 +--
60951  src/hb-open-type-private.hh          | 100 ++++----
60952  src/hb-ot-layout-common-private.hh   |  84 +++----
60953  src/hb-ot-layout-gdef-private.hh     |  98 ++++----
60954  src/hb-ot-layout-gpos-private.hh     | 460
60955  +++++++++++++++++------------------
60956  src/hb-ot-layout-gsub-private.hh     | 306 +++++++++++------------
60957  src/hb-ot-layout-gsubgpos-private.hh | 258 ++++++++++----------
60958  src/hb-ot-layout.cc                  |  24 +-
60959  8 files changed, 679 insertions(+), 679 deletions(-)
60960
60961 commit f679635893eebc13402c5ee51a6f106eed0c76be
60962 Author: Behdad Esfahbod <behdad@behdad.org>
60963 Date:   Thu May 13 13:34:17 2010 -0400
60964
60965     Don't use variable-length-arrays
60966
60967  src/hb-open-type-private.hh | 11 +++++++++--
60968  1 file changed, 9 insertions(+), 2 deletions(-)
60969
60970 commit 72071a8afaba2952fe42be093024ae9dbd37f233
60971 Author: Behdad Esfahbod <behdad@behdad.org>
60972 Date:   Thu May 13 13:22:24 2010 -0400
60973
60974     Add a few more buffer convenience methods
60975
60976  src/hb-buffer-private.hh         | 12 ++++++++++++
60977  src/hb-ot-layout-gsub-private.hh | 20 ++++++++++----------
60978  2 files changed, 22 insertions(+), 10 deletions(-)
60979
60980 commit 11a81612e51c598e857507c268312206423cbfca
60981 Author: Behdad Esfahbod <behdad@behdad.org>
60982 Date:   Thu May 13 00:01:40 2010 -0400
60983
60984     Minor
60985
60986  src/hb-unicode.c | 2 +-
60987  1 file changed, 1 insertion(+), 1 deletion(-)
60988
60989 commit 3f93518a634cb1852bf050877db23b9b9203ad03
60990 Author: Behdad Esfahbod <behdad@behdad.org>
60991 Date:   Wed May 12 23:48:40 2010 -0400
60992
60993     Improve check for internal symbols
60994
60995  src/check-internal-symbols.sh | 2 +-
60996  1 file changed, 1 insertion(+), 1 deletion(-)
60997
60998 commit 357d0f29c431b842179ee4b56c21bcc402178ce7
60999 Author: Behdad Esfahbod <behdad@behdad.org>
61000 Date:   Wed May 12 23:46:16 2010 -0400
61001
61002     Make HB_PRIVATE more useful
61003
61004     So we can apply it to class methods also.  Not sure if that works!
61005
61006  src/hb-blob-private.h    | 2 +-
61007  src/hb-font-private.hh   | 4 ++--
61008  src/hb-private.h         | 2 +-
61009  src/hb-unicode-private.h | 3 +--
61010  4 files changed, 5 insertions(+), 6 deletions(-)
61011
61012 commit 1d5e78013696b10751d8a35027619e81978e1312
61013 Author: Behdad Esfahbod <behdad@behdad.org>
61014 Date:   Wed May 12 23:43:00 2010 -0400
61015
61016     Add a few other buffer methods
61017
61018  src/hb-buffer-private.hh             | 11 +++++++----
61019  src/hb-buffer.cc                     |  7 -------
61020  src/hb-ot-layout-gsub-private.hh     | 10 +++++-----
61021  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
61022  4 files changed, 14 insertions(+), 18 deletions(-)
61023
61024 commit d0316a81f59a4e814b0af78797d915d7ce04d119
61025 Author: Behdad Esfahbod <behdad@behdad.org>
61026 Date:   Wed May 12 23:34:52 2010 -0400
61027
61028     Add buffer->swap()
61029
61030  src/hb-buffer-private.hh         | 68
61031  ++++++++++++++++++++++------------------
61032  src/hb-ot-layout-gsub-private.hh |  2 +-
61033  2 files changed, 38 insertions(+), 32 deletions(-)
61034
61035 commit 3b649a38b5772dd7aba7f07ff7698a7f427f421f
61036 Author: Behdad Esfahbod <behdad@behdad.org>
61037 Date:   Wed May 12 23:28:38 2010 -0400
61038
61039     Add check for internal symbols
61040
61041  src/Makefile.am               |  3 ++-
61042  src/check-internal-symbols.sh | 28 ++++++++++++++++++++++++++++
61043  2 files changed, 30 insertions(+), 1 deletion(-)
61044
61045 commit eee8598d75d3af692d9ececf7e8ac458e892ba9e
61046 Author: Behdad Esfahbod <behdad@behdad.org>
61047 Date:   Wed May 12 23:22:55 2010 -0400
61048
61049     Hide internal symbols
61050
61051  src/hb-ot-layout-private.hh | 4 ++--
61052  src/hb-private.h            | 8 ++++----
61053  2 files changed, 6 insertions(+), 6 deletions(-)
61054
61055 commit 8951fc2c82f2db4865da6d9e303fce419b6363bb
61056 Author: Behdad Esfahbod <behdad@behdad.org>
61057 Date:   Wed May 12 23:13:39 2010 -0400
61058
61059     Add buffer->allocate_lig_id()
61060
61061  src/hb-buffer-private.hh         | 5 ++---
61062  src/hb-buffer.cc                 | 6 ------
61063  src/hb-ot-layout-gsub-private.hh | 4 ++--
61064  3 files changed, 4 insertions(+), 11 deletions(-)
61065
61066 commit 1ce4dc95dbb28842085342aea4f9d12cbe9671a9
61067 Author: Behdad Esfahbod <behdad@behdad.org>
61068 Date:   Wed May 12 18:29:25 2010 -0400
61069
61070     Use bit tricks for HB_DIRECTION_IS_*
61071
61072     We already depend on the exact values of the direction enum
61073     in HB_DIRECTION_REVERSE(), so we may as well use that.
61074
61075  src/hb-common.h | 8 ++++----
61076  1 file changed, 4 insertions(+), 4 deletions(-)
61077
61078 commit 22da7fd94d6318c52df69d70470a85464ffc533d
61079 Author: Behdad Esfahbod <behdad@behdad.org>
61080 Date:   Wed May 12 18:23:21 2010 -0400
61081
61082     Rename a few files to be C++ sources
61083
61084     In anticipation for buffer revamp coming.
61085
61086  src/Makefile.am                                         | 16
61087  ++++++++--------
61088  src/{hb-buffer-private.h => hb-buffer-private.hh}       |  2 +-
61089  src/{hb-buffer.c => hb-buffer.cc}                       | 14
61090  +++++++-------
61091  src/hb-common.h                                         |  1 +
61092  src/{hb-font-private.h => hb-font-private.hh}           |  2 +-
61093  src/hb-font.cc                                          |  4 ++--
61094  src/{hb-ft.c => hb-ft.cc}                               |  8 ++++----
61095  src/hb-ot-layout-common-private.hh                      |  2 +-
61096  src/hb-ot-layout-gdef-private.hh                        |  2 +-
61097  src/hb-ot-layout-gsubgpos-private.hh                    |  2 +-
61098  src/{hb-ot-layout-private.h => hb-ot-layout-private.hh} |  2 +-
61099  src/hb-ot-layout.cc                                     |  2 +-
61100  src/{hb-ot-shape-private.h => hb-ot-shape-private.hh}   |  0
61101  src/{hb-ot-shape.c => hb-ot-shape.cc}                   |  4 ++--
61102  src/{hb-shape.c => hb-shape.cc}                         |  6 +++---
61103  15 files changed, 34 insertions(+), 33 deletions(-)
61104
61105 commit c3df649f258b334e93c7626a43cd8ebfbd5a610e
61106 Author: Behdad Esfahbod <behdad@behdad.org>
61107 Date:   Tue May 11 13:54:12 2010 -0400
61108
61109     Fix comment
61110
61111  src/hb-buffer-private.h | 3 +--
61112  1 file changed, 1 insertion(+), 2 deletions(-)
61113
61114 commit 281f08954a1d96d7807153c25073b8eb7630703b
61115 Author: Behdad Esfahbod <behdad@behdad.org>
61116 Date:   Tue May 11 11:37:58 2010 -0400
61117
61118     Remove obsolete friend
61119
61120  src/hb-ot-layout-gpos-private.hh | 1 -
61121  1 file changed, 1 deletion(-)
61122
61123 commit 70c9bfd5646a4a55a7f43c0cf0b5ac5993615d5b
61124 Author: Behdad Esfahbod <behdad@behdad.org>
61125 Date:   Tue May 11 00:23:50 2010 -0400
61126
61127     Simplify PairSet
61128
61129  src/hb-ot-layout-gpos-private.hh | 101
61130  +++++++++++++++++++++------------------
61131  1 file changed, 54 insertions(+), 47 deletions(-)
61132
61133 commit 97e7f8f305c47caf2968a9da3b8407825547286d
61134 Author: Behdad Esfahbod <behdad@behdad.org>
61135 Date:   Tue May 11 00:11:36 2010 -0400
61136
61137     Add CONST_FUNC annotation
61138
61139  src/hb-private.h | 2 +-
61140  1 file changed, 1 insertion(+), 1 deletion(-)
61141
61142 commit 494d28ad988e505c1c45cc35a7ec6b880cfec5fc
61143 Author: Behdad Esfahbod <behdad@behdad.org>
61144 Date:   Mon May 10 23:50:07 2010 -0400
61145
61146     Simplify likely() implementation
61147
61148     Shrinks .text by 1%!
61149
61150  src/hb-private.h | 10 +---------
61151  1 file changed, 1 insertion(+), 9 deletions(-)
61152
61153 commit 75651b20871047d3ec17f4221794b8ef5d60e14b
61154 Author: Behdad Esfahbod <behdad@behdad.org>
61155 Date:   Mon May 10 23:44:51 2010 -0400
61156
61157     Fix warnings
61158
61159  src/hb-open-type-private.hh | 2 +-
61160  1 file changed, 1 insertion(+), 1 deletion(-)
61161
61162 commit 4c20d8c057738b66150a88472714690e137884f8
61163 Author: Behdad Esfahbod <behdad@behdad.org>
61164 Date:   Mon May 10 23:27:54 2010 -0400
61165
61166     Sprinkle a few strategic likely()'s
61167
61168     Shrinks the code size by some 2% even.
61169
61170  src/hb-open-file-private.hh |  4 ++--
61171  src/hb-open-type-private.hh | 20 ++++++++++----------
61172  2 files changed, 12 insertions(+), 12 deletions(-)
61173
61174 commit 69cb28bc13d236a01acf40da62e345c7e83ccba7
61175 Author: Behdad Esfahbod <behdad@behdad.org>
61176 Date:   Mon May 10 23:13:08 2010 -0400
61177
61178     Remove a few likely()'s
61179
61180  src/hb-ot-layout-common-private.hh | 2 +-
61181  src/hb-ot-layout-gpos-private.hh   | 8 ++++----
61182  2 files changed, 5 insertions(+), 5 deletions(-)
61183
61184 commit 24552ecf92982fe561dc47d5102fcf1a7b337c70
61185 Author: Behdad Esfahbod <behdad@behdad.org>
61186 Date:   Mon May 10 23:08:41 2010 -0400
61187
61188     Remove excess sub_format sanitize
61189
61190  src/hb-ot-layout-gpos-private.hh | 1 -
61191  src/hb-ot-layout-gsub-private.hh | 1 -
61192  2 files changed, 2 deletions(-)
61193
61194 commit f7adc5e9be352ac31ad3ab847abb6fceb239aa12
61195 Author: Behdad Esfahbod <behdad@behdad.org>
61196 Date:   Mon May 10 22:41:50 2010 -0400
61197
61198     Shrink NullPool now that we have accurate size tracking
61199
61200  src/hb-open-type-private.hh | 2 +-
61201  1 file changed, 1 insertion(+), 1 deletion(-)
61202
61203 commit 3d44fb6f15177dc6518166e435597936b044acc1
61204 Author: Behdad Esfahbod <behdad@behdad.org>
61205 Date:   Mon May 10 22:22:54 2010 -0400
61206
61207     Fix warning
61208
61209  src/hb-ot-layout-common-private.hh | 2 +-
61210  1 file changed, 1 insertion(+), 1 deletion(-)
61211
61212 commit b5db4f1e4eefa266a71a28b5496f47ff9d1a81e8
61213 Author: Behdad Esfahbod <behdad@behdad.org>
61214 Date:   Mon May 10 22:22:22 2010 -0400
61215
61216     Clean up NO_INDEX
61217
61218  src/hb-open-file-private.hh        |  2 +-
61219  src/hb-open-type-private.hh        | 10 ++++++----
61220  src/hb-ot-layout-common-private.hh | 17 ++++-------------
61221  src/hb-ot-layout.cc                |  8 ++++----
61222  src/main.cc                        |  2 +-
61223  5 files changed, 16 insertions(+), 23 deletions(-)
61224
61225 commit fe9bc070e1d545b0df2ea548eebf5a1fc4c92ddc
61226 Author: Behdad Esfahbod <behdad@behdad.org>
61227 Date:   Mon May 10 21:39:24 2010 -0400
61228
61229     Fix awful confusion between lookup format and subtable format
61230
61231     As reported by John Daggett.
61232
61233  src/hb-ot-layout-gpos-private.hh | 14 +++++++-------
61234  src/hb-ot-layout-gsub-private.hh | 14 +++++++-------
61235  2 files changed, 14 insertions(+), 14 deletions(-)
61236
61237 commit 458ecbb60bb7e8e32aca62a562586d921d5396aa
61238 Author: Behdad Esfahbod <behdad@behdad.org>
61239 Date:   Mon May 10 21:11:35 2010 -0400
61240
61241     Fix tracing order
61242
61243  src/hb-open-type-private.hh          | 14 +++++---------
61244  src/hb-ot-layout-gsubgpos-private.hh |  3 +--
61245  2 files changed, 6 insertions(+), 11 deletions(-)
61246
61247 commit 48146e5612f6d272d6962f6829c6d64a31edef89
61248 Author: Behdad Esfahbod <behdad@behdad.org>
61249 Date:   Mon May 10 20:07:56 2010 -0400
61250
61251     Don't fail sanitize on NULL data
61252
61253  src/hb-open-type-private.hh | 5 +++++
61254  1 file changed, 5 insertions(+)
61255
61256 commit d2c2ca8faf62fc380d4717d286556139a62d2356
61257 Author: Behdad Esfahbod <behdad@behdad.org>
61258 Date:   Mon May 10 19:58:25 2010 -0400
61259
61260     Fix comment
61261
61262  src/hb-open-type-private.hh | 2 +-
61263  1 file changed, 1 insertion(+), 1 deletion(-)
61264
61265 commit b435ab7e29c388e3b100f729957319931625a3a8
61266 Author: Behdad Esfahbod <behdad@behdad.org>
61267 Date:   Mon May 10 19:51:57 2010 -0400
61268
61269     Fix accessing tables from NULL pointer
61270
61271  src/hb-font.cc              | 2 +-
61272  src/hb-open-type-private.hh | 5 +++++
61273  src/hb-ot-layout.cc         | 6 +++---
61274  3 files changed, 9 insertions(+), 4 deletions(-)
61275
61276 commit dacebcadae36b35531d635d81df2afb937677b7a
61277 Author: Behdad Esfahbod <behdad@behdad.org>
61278 Date:   Mon May 10 19:45:41 2010 -0400
61279
61280     Simplify unions
61281
61282  src/hb-open-file-private.hh          |  24 +++----
61283  src/hb-ot-layout-common-private.hh   |  24 +++----
61284  src/hb-ot-layout-gdef-private.hh     |  24 +++----
61285  src/hb-ot-layout-gpos-private.hh     | 120
61286  +++++++++++++++++------------------
61287  src/hb-ot-layout-gsub-private.hh     |  88 ++++++++++++-------------
61288  src/hb-ot-layout-gsubgpos-private.hh |  44 ++++++-------
61289  6 files changed, 163 insertions(+), 161 deletions(-)
61290
61291 commit fd671e02433bcbc1fd07901fa2d6065020f41ba8
61292 Author: Behdad Esfahbod <behdad@behdad.org>
61293 Date:   Mon May 10 19:02:32 2010 -0400
61294
61295     Remove unused macro
61296
61297  src/hb-open-type-private.hh | 1 -
61298  1 file changed, 1 deletion(-)
61299
61300 commit 0eb9fc6e37935707dba2bf4b3705de2161a08cb7
61301 Author: Behdad Esfahbod <behdad@behdad.org>
61302 Date:   Mon May 10 19:01:17 2010 -0400
61303
61304     Change DEFINE_SIZE_VAR to DEFINE_SIZE_ARRAY
61305
61306  src/hb-open-file-private.hh          |  4 ++--
61307  src/hb-open-type-private.hh          | 10 +++++-----
61308  src/hb-ot-layout-common-private.hh   | 27 +++++++++++++++------------
61309  src/hb-ot-layout-gdef-private.hh     | 10 +++++-----
61310  src/hb-ot-layout-gpos-private.hh     | 25 ++++++++++++-------------
61311  src/hb-ot-layout-gsub-private.hh     | 14 +++++++-------
61312  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
61313  7 files changed, 54 insertions(+), 52 deletions(-)
61314
61315 commit 596e471aa5053d955fb5d5b5923088c8814469b1
61316 Author: Behdad Esfahbod <behdad@behdad.org>
61317 Date:   Mon May 10 18:47:48 2010 -0400
61318
61319     Cleanup DEFINE_SIZE_VAR2
61320
61321  src/hb-open-type-private.hh          | 18 +++++++++++-------
61322  src/hb-ot-layout-common-private.hh   |  6 +++---
61323  src/hb-ot-layout-gdef-private.hh     |  4 ++--
61324  src/hb-ot-layout-gpos-private.hh     |  4 ++--
61325  src/hb-ot-layout-gsub-private.hh     |  2 +-
61326  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
61327  6 files changed, 21 insertions(+), 17 deletions(-)
61328
61329 commit 33afa4e2dc352f08cc094703e3f01d3ecd83b354
61330 Author: Behdad Esfahbod <behdad@behdad.org>
61331 Date:   Mon May 10 18:35:02 2010 -0400
61332
61333     Minor
61334
61335  src/hb-open-type-private.hh | 14 +++++++-------
61336  1 file changed, 7 insertions(+), 7 deletions(-)
61337
61338 commit b961518b9611471ff7060e97686e5625974847eb
61339 Author: Behdad Esfahbod <behdad@behdad.org>
61340 Date:   Mon May 10 18:20:54 2010 -0400
61341
61342     Simplify array access
61343
61344  src/hb-open-type-private.hh          | 29 ++++++++++-------------------
61345  src/hb-ot-layout-common-private.hh   |  8 ++++----
61346  src/hb-ot-layout-gsub-private.hh     |  6 +++---
61347  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
61348  4 files changed, 25 insertions(+), 34 deletions(-)
61349
61350 commit 54842374c2b291ef208c51ae1d853ec0403ccf84
61351 Author: Behdad Esfahbod <behdad@behdad.org>
61352 Date:   Mon May 10 18:13:32 2010 -0400
61353
61354     Fix check_struct to check min_size instead of sizeof
61355
61356  src/hb-open-type-private.hh | 2 +-
61357  1 file changed, 1 insertion(+), 1 deletion(-)
61358
61359 commit ed07422c33bbb52ff4d79e65986171e3f07697d8
61360 Author: Behdad Esfahbod <behdad@behdad.org>
61361 Date:   Mon May 10 18:08:46 2010 -0400
61362
61363     Further cleanup of sizeof
61364
61365  src/hb-open-type-private.hh          |  7 +++++--
61366  src/hb-ot-layout-common-private.hh   |  4 ++++
61367  src/hb-ot-layout-gdef-private.hh     |  4 ++++
61368  src/hb-ot-layout-gpos-private.hh     | 10 +++++++---
61369  src/hb-ot-layout-gsub-private.hh     |  4 +++-
61370  src/hb-ot-layout-gsubgpos-private.hh |  2 ++
61371  6 files changed, 25 insertions(+), 6 deletions(-)
61372
61373 commit a82ef7a893b773a17f7548375de9f588dfc83aba
61374 Author: Behdad Esfahbod <behdad@behdad.org>
61375 Date:   Mon May 10 17:55:03 2010 -0400
61376
61377     Remove CastP completely
61378
61379  src/hb-open-type-private.hh | 39 +++++++++++++++++----------------------
61380  1 file changed, 17 insertions(+), 22 deletions(-)
61381
61382 commit 40cbefe858192531ed64dd51d402f7ca7b8153a3
61383 Author: Behdad Esfahbod <behdad@behdad.org>
61384 Date:   Mon May 10 17:47:22 2010 -0400
61385
61386     Remove unnecessary casts
61387
61388  src/hb-open-type-private.hh          | 12 ++++++------
61389  src/hb-ot-layout-common-private.hh   |  2 +-
61390  src/hb-ot-layout-gpos-private.hh     | 34
61391  +++++++++++++++++-----------------
61392  src/hb-ot-layout-gsub-private.hh     |  4 ++--
61393  src/hb-ot-layout-gsubgpos-private.hh | 34
61394  +++++++++++++++++-----------------
61395  5 files changed, 43 insertions(+), 43 deletions(-)
61396
61397 commit 09766b1ec5ec55a61edbcd7a89ed3613cc92d4cb
61398 Author: Behdad Esfahbod <behdad@behdad.org>
61399 Date:   Mon May 10 17:36:03 2010 -0400
61400
61401     Make StructAtOffset take a pointer
61402
61403     Is safer.
61404
61405  src/hb-open-type-private.hh      | 26 +++++++++++++-------------
61406  src/hb-ot-layout-gpos-private.hh |  6 +++---
61407  src/hb-ot-layout-gsub-private.hh |  4 ++--
61408  3 files changed, 18 insertions(+), 18 deletions(-)
61409
61410 commit bea34c7cbb583cf7660776e95cab3171590b8427
61411 Author: Behdad Esfahbod <behdad@behdad.org>
61412 Date:   Mon May 10 17:28:16 2010 -0400
61413
61414     Further cleanup of DEFINE_SIZE
61415
61416  src/hb-open-file-private.hh          |  2 +-
61417  src/hb-open-type-private.hh          | 10 +++++-----
61418  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
61419  src/hb-ot-layout-gdef-private.hh     |  8 ++++----
61420  src/hb-ot-layout-gpos-private.hh     | 16 +++++-----------
61421  src/hb-ot-layout-gsub-private.hh     | 14 +++++++-------
61422  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++-------
61423  7 files changed, 37 insertions(+), 43 deletions(-)
61424
61425 commit 0abcc3b48cfd51a22695c9e988938b2f45cb19d8
61426 Author: Behdad Esfahbod <behdad@behdad.org>
61427 Date:   Mon May 10 17:04:20 2010 -0400
61428
61429     Cleanup
61430
61431  src/hb-open-type-private.hh | 18 ++++++++++--------
61432  1 file changed, 10 insertions(+), 8 deletions(-)
61433
61434 commit b3651231bf80bb7009214547a75ed90e21815c68
61435 Author: Behdad Esfahbod <behdad@behdad.org>
61436 Date:   Mon May 10 16:57:29 2010 -0400
61437
61438     Remove ASSERT_SIZE in favor of the safer DEFINE_SIZE_STATIC
61439
61440  src/hb-open-file-private.hh          |  3 ++-
61441  src/hb-open-type-private.hh          | 20 +++++++++++++---
61442  src/hb-ot-layout-common-private.hh   | 24 ++++++++++++--------
61443  src/hb-ot-layout-gdef-private.hh     | 22 +++++++++++-------
61444  src/hb-ot-layout-gpos-private.hh     | 44
61445  ++++++++++++++++++++----------------
61446  src/hb-ot-layout-gsub-private.hh     | 32 ++++++++++++++++----------
61447  src/hb-ot-layout-gsubgpos-private.hh | 27 ++++++++++++++--------
61448  src/hb-private.h                     |  2 --
61449  8 files changed, 109 insertions(+), 65 deletions(-)
61450
61451 commit 569da92bc6956f42d9b2d65c784e184fb6380efe
61452 Author: Behdad Esfahbod <behdad@behdad.org>
61453 Date:   Mon May 10 16:38:32 2010 -0400
61454
61455     Cleanup ASSERT_SIZE_VAR
61456
61457  src/hb-open-file-private.hh          |  9 ++++++---
61458  src/hb-open-type-private.hh          |  6 ++++--
61459  src/hb-ot-layout-common-private.hh   | 22 ++++++++++++----------
61460  src/hb-ot-layout-gdef-private.hh     |  3 ++-
61461  src/hb-ot-layout-gpos-private.hh     | 30 +++++++++++++++++++-----------
61462  src/hb-ot-layout-gsubgpos-private.hh | 10 ++++++----
61463  src/hb-private.h                     |  8 --------
61464  7 files changed, 49 insertions(+), 39 deletions(-)
61465
61466 commit 99bf03459ff2f00cf3fb7fa3c8b8336ec9fcca56
61467 Author: Behdad Esfahbod <behdad@behdad.org>
61468 Date:   Thu May 6 19:37:32 2010 -0400
61469
61470     Whitespace
61471
61472  src/hb-ot-layout-gpos-private.hh | 1 +
61473  1 file changed, 1 insertion(+)
61474
61475 commit 65f46b00333e20ab8a52a4b350747507541ec1db
61476 Author: Behdad Esfahbod <behdad@behdad.org>
61477 Date:   Thu May 6 19:35:19 2010 -0400
61478
61479     Simplify DEFINE_NULL_DATA
61480
61481     Using ::min_size.
61482
61483  src/hb-open-type-private.hh        | 6 +++---
61484  src/hb-ot-layout-common-private.hh | 9 +++++----
61485  2 files changed, 8 insertions(+), 7 deletions(-)
61486
61487 commit e45d3f86f9a5f3d29ca35a282de7f98e702878f9
61488 Author: Behdad Esfahbod <behdad@behdad.org>
61489 Date:   Thu May 6 19:33:31 2010 -0400
61490
61491     Start cleaning up get_size()
61492
61493     So we know when the size is static and when dynamic.
61494
61495  src/hb-open-file-private.hh          |  7 +++---
61496  src/hb-open-type-private.hh          | 42
61497  +++++++++++++++++++++++++-----------
61498  src/hb-ot-layout-common-private.hh   | 14 ++++++------
61499  src/hb-ot-layout-gpos-private.hh     | 17 ++++++---------
61500  src/hb-ot-layout-gsubgpos-private.hh | 19 ++++++++--------
61501  5 files changed, 55 insertions(+), 44 deletions(-)
61502
61503 commit b157617644d1e38f680163889d1dc2e2f64d9ba3
61504 Author: Behdad Esfahbod <behdad@behdad.org>
61505 Date:   Thu May 6 14:48:27 2010 -0400
61506
61507     Remove the last of SANITIZE macros: SANITIZE_SELF
61508
61509  src/hb-open-file-private.hh          |  4 ++--
61510  src/hb-open-type-private.hh          | 21 ++++++++++++---------
61511  src/hb-ot-layout-common-private.hh   | 16 ++++++++--------
61512  src/hb-ot-layout-gdef-private.hh     |  6 +++---
61513  src/hb-ot-layout-gpos-private.hh     | 26 +++++++++++++-------------
61514  src/hb-ot-layout-gsubgpos-private.hh |  6 +++---
61515  6 files changed, 41 insertions(+), 38 deletions(-)
61516
61517 commit 4f252fedc7136c66a9d7fbcb2978581986da6227
61518 Author: Behdad Esfahbod <behdad@behdad.org>
61519 Date:   Thu May 6 13:30:23 2010 -0400
61520
61521     Remove SANITIZE macro
61522
61523  src/hb-open-file-private.hh          |  4 ++--
61524  src/hb-open-type-private.hh          |  6 ++----
61525  src/hb-ot-layout-common-private.hh   | 18 +++++++++---------
61526  src/hb-ot-layout-gdef-private.hh     |  6 +++---
61527  src/hb-ot-layout-gpos-private.hh     | 18 +++++++++---------
61528  src/hb-ot-layout-gsub-private.hh     | 26 +++++++++++++-------------
61529  src/hb-ot-layout-gsubgpos-private.hh | 22 +++++++++++-----------
61530  7 files changed, 49 insertions(+), 51 deletions(-)
61531
61532 commit c2ddfd2d268385257c77c09a9abeacf4230d5377
61533 Author: Behdad Esfahbod <behdad@behdad.org>
61534 Date:   Thu May 6 13:06:15 2010 -0400
61535
61536     Cleanup Value casts
61537
61538  src/hb-ot-layout-gpos-private.hh | 34 +++++++++++++++++++++-------------
61539  1 file changed, 21 insertions(+), 13 deletions(-)
61540
61541 commit 41a93d2c1ff175ef06328a99983577459c2d34b0
61542 Author: Behdad Esfahbod <behdad@behdad.org>
61543 Date:   Thu May 6 12:55:14 2010 -0400
61544
61545     Remove SANITIZE_WITH_BASE
61546
61547  src/hb-open-file-private.hh          |  2 +-
61548  src/hb-open-type-private.hh          |  2 -
61549  src/hb-ot-layout-common-private.hh   |  6 +--
61550  src/hb-ot-layout-gdef-private.hh     | 24 +++++-----
61551  src/hb-ot-layout-gpos-private.hh     | 90
61552  ++++++++++++++++++------------------
61553  src/hb-ot-layout-gsub-private.hh     | 31 ++++++-------
61554  src/hb-ot-layout-gsubgpos-private.hh | 44 +++++++++---------
61555  7 files changed, 98 insertions(+), 101 deletions(-)
61556
61557 commit f5fab0c71837371cce32dc3e9edca1ccb8d44e29
61558 Author: Behdad Esfahbod <behdad@behdad.org>
61559 Date:   Thu May 6 10:26:52 2010 -0400
61560
61561     Remove SANITIZE_MEM
61562
61563  src/hb-open-type-private.hh          | 4 +---
61564  src/hb-ot-layout-common-private.hh   | 2 +-
61565  src/hb-ot-layout-gpos-private.hh     | 2 +-
61566  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
61567  4 files changed, 6 insertions(+), 8 deletions(-)
61568
61569 commit 4ad2cc5dec6b0639da2b1846282bdd99d06d5ff1
61570 Author: Behdad Esfahbod <behdad@behdad.org>
61571 Date:   Thu May 6 09:24:24 2010 -0400
61572
61573     Rename check to check_range
61574
61575  src/hb-open-type-private.hh | 8 ++++----
61576  1 file changed, 4 insertions(+), 4 deletions(-)
61577
61578 commit 1cd1e117d060d38e314618b627d7663cb01ed584
61579 Author: Behdad Esfahbod <behdad@behdad.org>
61580 Date:   Wed May 5 20:15:14 2010 -0400
61581
61582     Remove SANITIZE_ARRAY
61583
61584  src/hb-open-file-private.hh          |  2 +-
61585  src/hb-open-type-private.hh          | 16 +++++++---------
61586  src/hb-ot-layout-gpos-private.hh     |  8 ++++----
61587  src/hb-ot-layout-gsubgpos-private.hh |  4 ++--
61588  4 files changed, 14 insertions(+), 16 deletions(-)
61589
61590 commit 583d7f9586ce69754f1354aa3895e6d732a0c2ce
61591 Author: Behdad Esfahbod <behdad@behdad.org>
61592 Date:   Wed May 5 01:49:22 2010 -0400
61593
61594     Cosmetic
61595
61596  src/hb-open-file-private.hh          |  3 ++-
61597  src/hb-open-type-private.hh          |  6 ++++--
61598  src/hb-ot-layout-common-private.hh   | 15 ++++++++++-----
61599  src/hb-ot-layout-gpos-private.hh     |  5 ++---
61600  src/hb-ot-layout-gsub-private.hh     |  3 ++-
61601  src/hb-ot-layout-gsubgpos-private.hh |  9 +++++----
61602  6 files changed, 25 insertions(+), 16 deletions(-)
61603
61604 commit 705e215268aa95c2bc6af8af9b48b72b690ec1f7
61605 Author: Behdad Esfahbod <behdad@behdad.org>
61606 Date:   Wed May 5 01:40:25 2010 -0400
61607
61608     Minor
61609
61610  src/hb-open-type-private.hh          | 4 ++--
61611  src/hb-ot-layout-gpos-private.hh     | 2 +-
61612  src/hb-ot-layout-gsub-private.hh     | 2 +-
61613  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
61614  4 files changed, 5 insertions(+), 5 deletions(-)
61615
61616 commit b18eafd0f62f854d15276c78f99843aecd47acad
61617 Author: Behdad Esfahbod <behdad@behdad.org>
61618 Date:   Wed May 5 01:39:26 2010 -0400
61619
61620     Minor
61621
61622  src/hb-open-type-private.hh | 2 +-
61623  1 file changed, 1 insertion(+), 1 deletion(-)
61624
61625 commit 4169710911450e0f9bc045fe279bfc8ba9e8457c
61626 Author: Behdad Esfahbod <behdad@behdad.org>
61627 Date:   Wed May 5 01:37:58 2010 -0400
61628
61629     Simplify chaining
61630
61631  src/hb-ot-layout-gsubgpos-private.hh | 61
61632  +++++++++++++++---------------------
61633  1 file changed, 25 insertions(+), 36 deletions(-)
61634
61635 commit 1911b9d21b2b7b6b8219ce6c888540e3a60aa9c3
61636 Author: Behdad Esfahbod <behdad@behdad.org>
61637 Date:   Wed May 5 01:32:04 2010 -0400
61638
61639     Remove APPLY_ARG_DEF and APPLY_ARG
61640
61641  src/hb-ot-layout-gpos-private.hh     | 92
61642  ++++++++++++++++++------------------
61643  src/hb-ot-layout-gsub-private.hh     | 88
61644  +++++++++++++++++-----------------
61645  src/hb-ot-layout-gsubgpos-private.hh | 89
61646  ++++++++++++++++------------------
61647  3 files changed, 132 insertions(+), 137 deletions(-)
61648
61649 commit 6c42cddfe53a1c664081862bb9a3e1c38d05a823
61650 Author: Behdad Esfahbod <behdad@behdad.org>
61651 Date:   Wed May 5 01:30:48 2010 -0400
61652
61653     Port apply to use hb_trace_t
61654
61655  src/hb-ot-layout-gpos-private.hh     |  9 ++++-----
61656  src/hb-ot-layout-gsub-private.hh     | 11 +++++------
61657  src/hb-ot-layout-gsubgpos-private.hh | 13 +++++--------
61658  3 files changed, 14 insertions(+), 19 deletions(-)
61659
61660 commit 969c9705ae0c64577c3f69f5300fec975f952e1f
61661 Author: Behdad Esfahbod <behdad@behdad.org>
61662 Date:   Wed May 5 01:23:44 2010 -0400
61663
61664     Move context_length into apply_context
61665
61666  src/hb-ot-layout-gpos-private.hh     |  9 ++---
61667  src/hb-ot-layout-gsub-private.hh     |  9 ++---
61668  src/hb-ot-layout-gsubgpos-private.hh | 70
61669  ++++++++++++++++++++----------------
61670  3 files changed, 50 insertions(+), 38 deletions(-)
61671
61672 commit 94a23aaeca39c662614037ef887412249bdc8d49
61673 Author: Behdad Esfahbod <behdad@behdad.org>
61674 Date:   Wed May 5 01:13:09 2010 -0400
61675
61676     Move buffer into apply_context
61677
61678  src/hb-buffer-private.h              | 30 +++++++++--------
61679  src/hb-ot-layout-gpos-private.hh     | 64
61680  ++++++++++++++++++++----------------
61681  src/hb-ot-layout-gsub-private.hh     | 45 ++++++++++++++-----------
61682  src/hb-ot-layout-gsubgpos-private.hh | 49 ++++++++++++++-------------
61683  4 files changed, 106 insertions(+), 82 deletions(-)
61684
61685 commit 63493f956dca519df49da0a6badc3cb0a1b92779
61686 Author: Behdad Esfahbod <behdad@behdad.org>
61687 Date:   Wed May 5 01:01:05 2010 -0400
61688
61689     Move layout_context into apply_context
61690
61691  src/hb-ot-layout-gpos-private.hh     | 105
61692  ++++++++++++++++++-----------------
61693  src/hb-ot-layout-gsub-private.hh     |  47 ++++++++--------
61694  src/hb-ot-layout-gsubgpos-private.hh |  11 ++--
61695  3 files changed, 82 insertions(+), 81 deletions(-)
61696
61697 commit fff9aa263d1daf7c5117cf383fafa5043d5eb5af
61698 Author: Behdad Esfahbod <behdad@behdad.org>
61699 Date:   Wed May 5 00:32:21 2010 -0400
61700
61701     Minor
61702
61703  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
61704  1 file changed, 6 insertions(+), 6 deletions(-)
61705
61706 commit 27e302dc8e794ff6bf878bc76e17d336d510849e
61707 Author: Behdad Esfahbod <behdad@behdad.org>
61708 Date:   Wed May 5 00:26:16 2010 -0400
61709
61710     I keep changing my mind about this
61711
61712  src/hb-open-type-private.hh | 30 ++++++++++--------------------
61713  1 file changed, 10 insertions(+), 20 deletions(-)
61714
61715 commit 39840474afd2cda9ff576c08aff9c87095496c27
61716 Author: Behdad Esfahbod <behdad@behdad.org>
61717 Date:   Wed May 5 00:23:19 2010 -0400
61718
61719     Remove SANITIZE_ARG_DEF and SANITIZE_ARG
61720
61721  src/hb-open-file-private.hh          |  16 ++---
61722  src/hb-open-type-private.hh          |  59 +++++++--------
61723  src/hb-ot-layout-common-private.hh   |  42 +++++------
61724  src/hb-ot-layout-gdef-private.hh     |  28 ++++----
61725  src/hb-ot-layout-gpos-private.hh     | 136
61726  +++++++++++++++++------------------
61727  src/hb-ot-layout-gsub-private.hh     |  72 +++++++++----------
61728  src/hb-ot-layout-gsubgpos-private.hh |  46 ++++++------
61729  7 files changed, 197 insertions(+), 202 deletions(-)
61730
61731 commit b261e2ad5c5a065599ce1dbc4ba437caa2cee1e9
61732 Author: Behdad Esfahbod <behdad@behdad.org>
61733 Date:   Wed May 5 00:20:16 2010 -0400
61734
61735     Remove trace from sanitize_shallow()
61736
61737  src/hb-open-type-private.hh | 1 -
61738  1 file changed, 1 deletion(-)
61739
61740 commit dfc8cbe85479dde1ffdc6b2e73f4907331d77a19
61741 Author: Behdad Esfahbod <behdad@behdad.org>
61742 Date:   Wed May 5 00:19:46 2010 -0400
61743
61744     Add hb_trace_t
61745
61746  src/hb-open-type-private.hh | 33 +++++++++++++++++++--------------
61747  1 file changed, 19 insertions(+), 14 deletions(-)
61748
61749 commit 20e3dd5d292b65f70d2eae63b8d8713a1c889d47
61750 Author: Behdad Esfahbod <behdad@behdad.org>
61751 Date:   Tue May 4 23:21:57 2010 -0400
61752
61753     Make sanitize_depth variable automatic and not passed through
61754     function args
61755
61756  src/hb-open-type-private.hh | 72
61757  +++++++++++++++++++++++++++------------------
61758  1 file changed, 43 insertions(+), 29 deletions(-)
61759
61760 commit 4a446ac35136eff23d55f47bdd7b40095ad707ab
61761 Author: Behdad Esfahbod <behdad@behdad.org>
61762 Date:   Tue May 4 22:46:21 2010 -0400
61763
61764     Use function template for pass-thru argument
61765
61766  src/hb-open-type-private.hh      | 26 ++++++--------------------
61767  src/hb-ot-layout-gpos-private.hh |  6 +++---
61768  2 files changed, 9 insertions(+), 23 deletions(-)
61769
61770 commit 98daaf183d6dbf2b68959da608cd9876ba55d7aa
61771 Author: Behdad Esfahbod <behdad@behdad.org>
61772 Date:   Tue May 4 22:42:49 2010 -0400
61773
61774     Make _hb_sanitize_*() methods of the context object
61775
61776  src/hb-open-type-private.hh | 190
61777  +++++++++++++++++++++++---------------------
61778  1 file changed, 98 insertions(+), 92 deletions(-)
61779
61780 commit bb029af943faa9905e652d58856998687e60c31d
61781 Author: Behdad Esfahbod <behdad@behdad.org>
61782 Date:   Tue May 4 15:28:52 2010 -0400
61783
61784     Remove SANITIZE_THIS
61785
61786  src/hb-open-file-private.hh          |  2 +-
61787  src/hb-open-type-private.hh          |  3 +-
61788  src/hb-ot-layout-common-private.hh   |  4 +--
61789  src/hb-ot-layout-gdef-private.hh     | 25 ++++++++--------
61790  src/hb-ot-layout-gpos-private.hh     | 55
61791  ++++++++++++++++++++----------------
61792  src/hb-ot-layout-gsub-private.hh     | 29 ++++++++++---------
61793  src/hb-ot-layout-gsubgpos-private.hh | 42 +++++++++++++--------------
61794  7 files changed, 85 insertions(+), 75 deletions(-)
61795
61796 commit 2226fc93d1427b8830bfb892fe1b25b488ea36dc
61797 Author: Behdad Esfahbod <behdad@behdad.org>
61798 Date:   Tue May 4 15:12:17 2010 -0400
61799
61800     Rename SANITIZE_BASE to SANITIZE_WITH_BASE
61801
61802  src/hb-open-type-private.hh        | 11 +++++++----
61803  src/hb-ot-layout-common-private.hh |  3 ++-
61804  src/hb-ot-layout-gpos-private.hh   | 15 ++++++++-------
61805  3 files changed, 17 insertions(+), 12 deletions(-)
61806
61807 commit 89da1346ec3a8dec8a368df46d61ca75356e22fa
61808 Author: Behdad Esfahbod <behdad@behdad.org>
61809 Date:   Tue May 4 15:01:45 2010 -0400
61810
61811     Remove SANITIZE_OBJ
61812
61813  src/hb-open-type-private.hh | 3 +--
61814  1 file changed, 1 insertion(+), 2 deletions(-)
61815
61816 commit 4d4cce96266b777a01cec03e8766dc8c0b159351
61817 Author: Behdad Esfahbod <behdad@behdad.org>
61818 Date:   Tue May 4 14:57:55 2010 -0400
61819
61820     Remove SANITIZE_THIS2
61821
61822  src/hb-open-type-private.hh          |  2 --
61823  src/hb-ot-layout-common-private.hh   |  3 ++-
61824  src/hb-ot-layout-gdef-private.hh     | 10 ++++++----
61825  src/hb-ot-layout-gpos-private.hh     |  9 ++++++---
61826  src/hb-ot-layout-gsub-private.hh     | 11 +++++++----
61827  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++++-----
61828  6 files changed, 30 insertions(+), 19 deletions(-)
61829
61830 commit 26bfcb64e473c40e439d6efbe974781dada28eca
61831 Author: Behdad Esfahbod <behdad@behdad.org>
61832 Date:   Tue May 4 14:49:45 2010 -0400
61833
61834     Cosmetic
61835
61836  src/hb-ot-layout-gdef-private.hh     | 5 ++---
61837  src/hb-ot-layout-gsubgpos-private.hh | 7 +++----
61838  2 files changed, 5 insertions(+), 7 deletions(-)
61839
61840 commit be74284673a1944e0f1884e861c3fe8f9855172c
61841 Author: Behdad Esfahbod <behdad@behdad.org>
61842 Date:   Tue May 4 14:47:05 2010 -0400
61843
61844     Remove SANITIZE_THIS3
61845
61846  src/hb-open-type-private.hh          |  1 -
61847  src/hb-ot-layout-gpos-private.hh     | 21 +++++++++++++++------
61848  src/hb-ot-layout-gsubgpos-private.hh |  8 ++++++--
61849  3 files changed, 21 insertions(+), 9 deletions(-)
61850
61851 commit fbab9f9bd8ba59e7e5811f33c1dda198f95cf05a
61852 Author: Behdad Esfahbod <behdad@behdad.org>
61853 Date:   Tue May 4 14:42:10 2010 -0400
61854
61855     Remove SANITIZE_BASE2
61856
61857  src/hb-open-type-private.hh      | 1 -
61858  src/hb-ot-layout-gpos-private.hh | 3 ++-
61859  2 files changed, 2 insertions(+), 2 deletions(-)
61860
61861 commit 73c7dbf7f5433c0cdd467ef32402f52867e9798e
61862 Author: Behdad Esfahbod <behdad@behdad.org>
61863 Date:   Tue May 4 14:40:55 2010 -0400
61864
61865     Remove SANITIZE2
61866
61867  src/hb-open-type-private.hh      | 1 -
61868  src/hb-ot-layout-gsub-private.hh | 2 +-
61869  2 files changed, 1 insertion(+), 2 deletions(-)
61870
61871 commit c9f14687a30866181feb57ee2736a147ec9f25a1
61872 Author: Behdad Esfahbod <behdad@behdad.org>
61873 Date:   Tue May 4 14:38:08 2010 -0400
61874
61875     Remove the NEUTER macro, move code to a method
61876
61877  src/hb-open-type-private.hh | 21 +++++++++++++--------
61878  1 file changed, 13 insertions(+), 8 deletions(-)
61879
61880 commit 30fa2821c277df99a14089749313dfe2b541e2d0
61881 Author: Behdad Esfahbod <behdad@behdad.org>
61882 Date:   Tue May 4 14:28:18 2010 -0400
61883
61884     Make internal method private
61885
61886  src/hb-open-type-private.hh | 12 +++++++-----
61887  1 file changed, 7 insertions(+), 5 deletions(-)
61888
61889 commit ce5694c79671bf75990923c1da17bb611e4e7d15
61890 Author: Behdad Esfahbod <behdad@behdad.org>
61891 Date:   Tue May 4 14:10:18 2010 -0400
61892
61893     [main] Recognize Apple SFNTs
61894
61895  src/hb-open-file-private.hh | 4 ++--
61896  src/main.cc                 | 6 ++++++
61897  2 files changed, 8 insertions(+), 2 deletions(-)
61898
61899 commit 710500a93ecc2a0c595045602aa367073485ff91
61900 Author: Behdad Esfahbod <behdad@behdad.org>
61901 Date:   Mon May 3 23:11:16 2010 -0400
61902
61903     Comment new SFNT tags
61904
61905  src/hb-open-file-private.hh | 10 +++++-----
61906  1 file changed, 5 insertions(+), 5 deletions(-)
61907
61908 commit 64d3fc8d0dada673245cc8c0b1c12cd849b30997
61909 Author: Behdad Esfahbod <behdad@behdad.org>
61910 Date:   Mon May 3 22:51:19 2010 -0400
61911
61912     Cosmetic: Rename HB_LIKELY/HB_UNLIKELY to likely/unlikely
61913
61914  src/hb-buffer.c                      | 14 ++++----
61915  src/hb-font.cc                       |  6 ++--
61916  src/hb-ft.c                          | 14 ++++----
61917  src/hb-language.c                    |  2 +-
61918  src/hb-object-private.h              | 10 +++---
61919  src/hb-open-file-private.hh          |  2 +-
61920  src/hb-open-type-private.hh          | 38 ++++++++++-----------
61921  src/hb-ot-layout-common-private.hh   | 16 ++++-----
61922  src/hb-ot-layout-gdef-private.hh     |  2 +-
61923  src/hb-ot-layout-gpos-private.hh     | 64
61924  ++++++++++++++++++------------------
61925  src/hb-ot-layout-gsub-private.hh     | 52 ++++++++++++++---------------
61926  src/hb-ot-layout-gsubgpos-private.hh | 40 +++++++++++-----------
61927  src/hb-ot-layout.cc                  | 12 +++----
61928  src/hb-ot-tag.c                      |  2 +-
61929  src/hb-private.h                     |  8 ++---
61930  src/hb-shape.c                       | 10 +++---
61931  src/hb-unicode.c                     |  2 +-
61932  17 files changed, 147 insertions(+), 147 deletions(-)
61933
61934 commit fa3b3d58443a7c22eca3f86243993ba2d4bd9f4a
61935 Author: Behdad Esfahbod <behdad@behdad.org>
61936 Date:   Mon May 3 22:47:22 2010 -0400
61937
61938     Mark a couple functions as inline
61939
61940  src/hb-open-type-private.hh | 4 ++--
61941  1 file changed, 2 insertions(+), 2 deletions(-)
61942
61943 commit 6b84198f9d471defb6f55d44d4f5423df70b2a10
61944 Merge: 631d10b7 eaf29edb
61945 Author: Behdad Esfahbod <behdad@behdad.org>
61946 Date:   Mon May 3 22:46:52 2010 -0400
61947
61948     Merge remote branch 'jrmuizel/master'
61949
61950 commit eaf29edb8fa49390e5f48b78105dfd173aff445b
61951 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
61952 Date:   Mon May 3 22:27:56 2010 -0400
61953
61954     HB_UNUSED is unneeded on static inline functions
61955
61956  src/hb-object-private.h     | 2 +-
61957  src/hb-open-type-private.hh | 6 +++---
61958  src/hb-private.h            | 4 ++--
61959  3 files changed, 6 insertions(+), 6 deletions(-)
61960
61961 commit 4ce578ed369f1526c91deedcf9e72537b3e4328f
61962 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
61963 Date:   Mon May 3 15:03:53 2010 -0400
61964
61965     Include the tags from the Apple specification for TrueType fonts
61966
61967  src/hb-open-file-private.hh | 8 ++++++++
61968  1 file changed, 8 insertions(+)
61969
61970 commit 631d10b728d9e1a02c7dddf505d4fae5e244c6e8
61971 Author: Behdad Esfahbod <behdad@behdad.org>
61972 Date:   Sun May 2 21:14:21 2010 -0400
61973
61974     Remove unused method
61975
61976  src/hb-open-file-private.hh | 5 -----
61977  1 file changed, 5 deletions(-)
61978
61979 commit f0abcd69408a3af65207cdf8847575ade4579bd4
61980 Author: Behdad Esfahbod <behdad@behdad.org>
61981 Date:   Sun May 2 18:14:25 2010 -0400
61982
61983     Whitespace
61984
61985  src/hb-open-type-private.hh | 9 ++++-----
61986  1 file changed, 4 insertions(+), 5 deletions(-)
61987
61988 commit a8d960bd26883ee937b04ca2a3c16a3644870356
61989 Author: Behdad Esfahbod <behdad@behdad.org>
61990 Date:   Thu Apr 29 14:31:56 2010 -0400
61991
61992     [GPOS] Speedup apply_value()
61993
61994  src/hb-ot-layout-gpos-private.hh | 7 ++++++-
61995  1 file changed, 6 insertions(+), 1 deletion(-)
61996
61997 commit 2cd1ea4411d0808559a942ff3fa4e637f9c9a9c8
61998 Author: Behdad Esfahbod <behdad@behdad.org>
61999 Date:   Thu Apr 29 14:15:32 2010 -0400
62000
62001     [ft] Disallow getting the entire font data with tag=0
62002
62003  src/hb-ft.c | 3 +++
62004  1 file changed, 3 insertions(+)
62005
62006 commit 33d13fdda99acaeffa9600737e8870278d053ebe
62007 Author: Behdad Esfahbod <behdad@behdad.org>
62008 Date:   Thu Apr 29 13:56:44 2010 -0400
62009
62010     Rename HB_GNUC_UNUSED -> HB_UNUSED
62011
62012  src/hb-buffer.c                      |  6 ++---
62013  src/hb-font.cc                       | 44
62014  ++++++++++++++++++------------------
62015  src/hb-ft.c                          | 16 ++++++-------
62016  src/hb-object-private.h              |  2 +-
62017  src/hb-open-type-private.hh          | 18 +++++++--------
62018  src/hb-ot-layout-gdef-private.hh     |  4 ++--
62019  src/hb-ot-layout-gpos-private.hh     |  4 ++--
62020  src/hb-ot-layout-gsubgpos-private.hh |  6 ++---
62021  src/hb-ot-layout.cc                  |  4 ++--
62022  src/hb-ot-shape.c                    |  2 +-
62023  src/hb-private.h                     | 16 ++++++-------
62024  src/hb-shape.c                       | 32 +++++++++++++-------------
62025  src/hb-unicode.c                     |  8 +++----
62026  13 files changed, 81 insertions(+), 81 deletions(-)
62027
62028 commit 7d3a126334f8e6f6441561c1bb592bd3fa7a2c5c
62029 Author: Behdad Esfahbod <behdad@behdad.org>
62030 Date:   Thu Apr 29 13:54:01 2010 -0400
62031
62032     Define HB_FUNC for portability to non-gcc
62033
62034  src/hb-open-type-private.hh          | 12 ++++++------
62035  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
62036  src/hb-private.h                     |  9 +++++++++
62037  3 files changed, 16 insertions(+), 7 deletions(-)
62038
62039 commit fa030175ca998b00cc42cbced6e98de323ec01ec
62040 Author: Behdad Esfahbod <behdad@behdad.org>
62041 Date:   Thu Apr 29 13:48:26 2010 -0400
62042
62043     [sanitize] Make debug code always available to the compiler
62044
62045     Such that we don't break debug build all the time.
62046
62047  src/hb-open-type-private.hh | 71
62048  ++++++++++++++++++++-------------------------
62049  1 file changed, 31 insertions(+), 40 deletions(-)
62050
62051 commit fde6f5bd682f5ad0cc5e2ec69fc831b0192bf90b
62052 Author: Behdad Esfahbod <behdad@behdad.org>
62053 Date:   Thu Apr 29 04:41:41 2010 -0400
62054
62055     Convert to uppercase in hb_ot_tag_from_language()
62056
62057  src/hb-ot-tag.c | 6 ++++--
62058  1 file changed, 4 insertions(+), 2 deletions(-)
62059
62060 commit 6f729b45b04243c42ad7201b67cda9d5e5c363f1
62061 Author: Behdad Esfahbod <behdad@behdad.org>
62062 Date:   Thu Apr 29 03:59:06 2010 -0400
62063
62064     More contour point use
62065
62066  src/hb-font.cc                   |  1 +
62067  src/hb-ot-layout-gdef-private.hh |  8 +++++---
62068  src/hb-ot-layout-gpos-private.hh | 13 +++++++++----
62069  3 files changed, 15 insertions(+), 7 deletions(-)
62070
62071 commit 3840b6b50503ba2c9a99f774284e0077baffa8a0
62072 Author: Behdad Esfahbod <behdad@behdad.org>
62073 Date:   Thu Apr 29 03:48:27 2010 -0400
62074
62075     [gdef] Fix delta scale
62076
62077  src/hb-ot-layout-gdef-private.hh | 2 +-
62078  1 file changed, 1 insertion(+), 1 deletion(-)
62079
62080 commit 4ac6cc284b2c1eb670c2a3659ec385ed729acac4
62081 Author: Behdad Esfahbod <behdad@behdad.org>
62082 Date:   Thu Apr 29 03:48:11 2010 -0400
62083
62084     [gdef] Fix rounding
62085
62086  src/hb-ot-layout-gdef-private.hh | 4 ++--
62087  1 file changed, 2 insertions(+), 2 deletions(-)
62088
62089 commit b52fbb1bab608bda76efb936f08344afaec600a1
62090 Author: Behdad Esfahbod <behdad@behdad.org>
62091 Date:   Thu Apr 29 03:47:00 2010 -0400
62092
62093     [gdef] Implement getting contour point
62094
62095  src/hb-ot-layout-gdef-private.hh | 5 ++++-
62096  1 file changed, 4 insertions(+), 1 deletion(-)
62097
62098 commit 4c5fbae011a33b9efef5aedd61c357fc0ded1113
62099 Author: Behdad Esfahbod <behdad@behdad.org>
62100 Date:   Thu Apr 29 03:39:39 2010 -0400
62101
62102     Make sure mirroring is done in original direction
62103
62104     Reported by Jonathan Kew.
62105
62106  src/hb-shape.c | 5 ++++-
62107  1 file changed, 4 insertions(+), 1 deletion(-)
62108
62109 commit ce23c9234b87513d6460fb89bad178fb8537e161
62110 Author: Behdad Esfahbod <behdad@behdad.org>
62111 Date:   Thu Apr 29 03:31:03 2010 -0400
62112
62113     Use BCP47 private-use tags for OpenType tag language string mapping
62114
62115  src/hb-ot-tag.c | 16 ++++++++--------
62116  1 file changed, 8 insertions(+), 8 deletions(-)
62117
62118 commit eaf1d9a46c4a320f3b0026c0a610f95a620d566f
62119 Author: Behdad Esfahbod <behdad@behdad.org>
62120 Date:   Thu Apr 29 03:11:32 2010 -0400
62121
62122     Minor
62123
62124  src/hb-ot-tag.c | 1 +
62125  1 file changed, 1 insertion(+)
62126
62127 commit 3a4784fe88a0f14147ccdd3633952c9c0f3ae8f3
62128 Author: Behdad Esfahbod <behdad@behdad.org>
62129 Date:   Thu Apr 29 02:58:38 2010 -0400
62130
62131     Fix bug in hb_language_from_string()
62132
62133     Reported by Jonathan Kew.
62134
62135  src/hb-language.c | 2 ++
62136  1 file changed, 2 insertions(+)
62137
62138 commit 602e4f8d5512cdf48c696ad64ad62ff97f6dbdcc
62139 Author: Behdad Esfahbod <behdad@behdad.org>
62140 Date:   Thu Apr 29 02:28:54 2010 -0400
62141
62142     Use const_cast
62143
62144  src/hb-open-type-private.hh | 3 +--
62145  1 file changed, 1 insertion(+), 2 deletions(-)
62146
62147 commit abff3580a5b229641086e0da097efee11d22ff81
62148 Author: Behdad Esfahbod <behdad@behdad.org>
62149 Date:   Thu Apr 29 02:27:20 2010 -0400
62150
62151     Add const
62152
62153  src/hb-object-private.h | 2 +-
62154  1 file changed, 1 insertion(+), 1 deletion(-)
62155
62156 commit 6617eada95928457a25e29f793f1a93c6b3edaec
62157 Author: Behdad Esfahbod <behdad@behdad.org>
62158 Date:   Thu Apr 29 02:25:30 2010 -0400
62159
62160     Rename apply_context -> context
62161
62162  src/hb-ot-layout-gpos-private.hh     | 22 +++++++++++-----------
62163  src/hb-ot-layout-gsub-private.hh     | 26 +++++++++++++-------------
62164  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
62165  3 files changed, 30 insertions(+), 30 deletions(-)
62166
62167 commit b4c7fab762935b9c182b3e2ac3415f29fc6a5558
62168 Author: Behdad Esfahbod <behdad@behdad.org>
62169 Date:   Thu Apr 29 02:24:25 2010 -0400
62170
62171     Rename
62172
62173  src/hb-ot-layout-gpos-private.hh     | 98
62174  ++++++++++++++++++------------------
62175  src/hb-ot-layout-gsub-private.hh     | 46 ++++++++---------
62176  src/hb-ot-layout-gsubgpos-private.hh | 12 ++---
62177  3 files changed, 78 insertions(+), 78 deletions(-)
62178
62179 commit 1376fb7bf9ef07970f0ba13dc64d6a8ab8252762
62180 Author: Behdad Esfahbod <behdad@behdad.org>
62181 Date:   Thu Apr 29 02:19:21 2010 -0400
62182
62183     [apply] Use a context object to reduce number of parameters passed
62184     around
62185
62186  src/hb-open-type-private.hh          |  5 ++---
62187  src/hb-ot-layout-gpos-private.hh     | 26 ++++++++++++++-----------
62188  src/hb-ot-layout-gsub-private.hh     | 37
62189  +++++++++++++++++++-----------------
62190  src/hb-ot-layout-gsubgpos-private.hh | 29 +++++++++++++++-------------
62191  4 files changed, 53 insertions(+), 44 deletions(-)
62192
62193 commit 173fde7087c0db3e99409f1119530477c14072f5
62194 Author: Behdad Esfahbod <behdad@behdad.org>
62195 Date:   Thu Apr 29 01:47:30 2010 -0400
62196
62197     Further simplify tracing
62198
62199  src/hb-open-type-private.hh          | 31 +++++++++++++++----------------
62200  src/hb-ot-layout-gpos-private.hh     |  9 +++++----
62201  src/hb-ot-layout-gsub-private.hh     | 11 ++++++-----
62202  src/hb-ot-layout-gsubgpos-private.hh |  8 --------
62203  4 files changed, 26 insertions(+), 33 deletions(-)
62204
62205 commit bc200457430c083914a64bf4b056153506749610
62206 Author: Behdad Esfahbod <behdad@behdad.org>
62207 Date:   Thu Apr 29 01:40:26 2010 -0400
62208
62209     Simplify trace code
62210
62211  src/hb-open-type-private.hh          | 41 +++++++++---------------------
62212  src/hb-ot-layout-gsubgpos-private.hh | 25 +++++--------------
62213  src/hb-private.h                     | 48
62214  +++++++++++++++++++++++++-----------
62215  3 files changed, 51 insertions(+), 63 deletions(-)
62216
62217 commit 807c5b03a2251a3c29a520852639421783101b55
62218 Author: Behdad Esfahbod <behdad@behdad.org>
62219 Date:   Wed Apr 28 20:25:22 2010 -0400
62220
62221     [sanitize] Make debug code always available to the compiler
62222
62223     Such that we don't break debug build all the time.
62224
62225  src/hb-open-type-private.hh          | 31 ++++++++++++++++++++-----------
62226  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
62227  2 files changed, 21 insertions(+), 12 deletions(-)
62228
62229 commit 74e313c016704e1d9157c2763691c4151f049dfc
62230 Author: Behdad Esfahbod <behdad@behdad.org>
62231 Date:   Wed Apr 28 15:15:09 2010 -0400
62232
62233     [gsubgpos] Make debug code always available to the compiler
62234
62235     Such that we don't break debug build all the time.
62236
62237  src/hb-ot-layout-gsubgpos-private.hh | 52
62238  ++++++++++++++++++------------------
62239  1 file changed, 26 insertions(+), 26 deletions(-)
62240
62241 commit 41011a6ed7c4891b20c0eddbb6d4ad9c820cfddb
62242 Author: Behdad Esfahbod <behdad@behdad.org>
62243 Date:   Wed Apr 28 13:33:09 2010 -0400
62244
62245     Fix compiler warning about value unused
62246
62247  src/hb-object-private.h | 2 +-
62248  1 file changed, 1 insertion(+), 1 deletion(-)
62249
62250 commit 863df68e894b7644dcd12da88aa22f73edf829dc
62251 Author: Behdad Esfahbod <behdad@behdad.org>
62252 Date:   Wed Apr 28 13:29:55 2010 -0400
62253
62254     [object] Make debug code always available to the compiler
62255
62256     Such that we don't break debug build all the time.
62257
62258  src/hb-object-private.h | 42 +++++++++++++++++++++++++++---------------
62259  1 file changed, 27 insertions(+), 15 deletions(-)
62260
62261 commit 1d52151a19ed8ec776276aac5cc6ce3769e0d947
62262 Author: Behdad Esfahbod <behdad@behdad.org>
62263 Date:   Wed Apr 28 13:18:41 2010 -0400
62264
62265     Minor
62266
62267  src/hb-private.h | 8 +++++---
62268  1 file changed, 5 insertions(+), 3 deletions(-)
62269
62270 commit 444fffb1ab378cb3022e2a8e9f90d20a00c82f6a
62271 Author: Behdad Esfahbod <behdad@behdad.org>
62272 Date:   Wed Apr 28 13:16:38 2010 -0400
62273
62274     [blob] Make debug code always available to the compiler
62275
62276     Such that we don't break debug build all the time.
62277
62278  src/hb-blob.c | 78
62279  ++++++++++++++++++++++++-----------------------------------
62280  1 file changed, 32 insertions(+), 46 deletions(-)
62281
62282 commit ba51b25c7ba568aeced17f016eceba987569c5d9
62283 Author: Behdad Esfahbod <behdad@behdad.org>
62284 Date:   Wed Apr 28 13:10:36 2010 -0400
62285
62286     Fix build.  Ouch!
62287
62288  src/hb-object-private.h | 2 +-
62289  1 file changed, 1 insertion(+), 1 deletion(-)
62290
62291 commit a92f0fda7fee9d60b399b8865541bf73e6e30141
62292 Author: Behdad Esfahbod <behdad@behdad.org>
62293 Date:   Wed Apr 28 13:09:40 2010 -0400
62294
62295     Fix debug build
62296
62297  src/hb-open-type-private.hh          | 4 ++--
62298  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
62299  2 files changed, 3 insertions(+), 3 deletions(-)
62300
62301 commit c165f25410f817d248ad5d07e1827d33efd1b0a0
62302 Author: Behdad Esfahbod <behdad@behdad.org>
62303 Date:   Tue Apr 27 23:28:10 2010 -0400
62304
62305     [object] Actually handle malloc() failure
62306
62307     Caught by John Daggett.
62308
62309  src/hb-object-private.h | 10 ++++++----
62310  1 file changed, 6 insertions(+), 4 deletions(-)
62311
62312 commit caff7db93d205e32a535d49e51a3cad70f91dfdd
62313 Author: Behdad Esfahbod <behdad@behdad.org>
62314 Date:   Mon Apr 26 10:07:35 2010 -0400
62315
62316     Fix Device::get_size() calculation
62317
62318  src/hb-ot-layout-common-private.hh | 8 ++++++--
62319  1 file changed, 6 insertions(+), 2 deletions(-)
62320
62321 commit 66d6eb30eb0b8d61e00f86ea0c7829abaddb52fa
62322 Author: Behdad Esfahbod <behdad@behdad.org>
62323 Date:   Sun Apr 25 23:01:45 2010 -0400
62324
62325     Rename Var to Obj
62326
62327  src/hb-open-type-private.hh | 8 ++++----
62328  1 file changed, 4 insertions(+), 4 deletions(-)
62329
62330 commit 690b9194619589c32ffc0c092e45262ae7776e79
62331 Author: Behdad Esfahbod <behdad@behdad.org>
62332 Date:   Sun Apr 25 22:51:05 2010 -0400
62333
62334     Remove use of flexible arrays
62335
62336     Also remove wrong ASSERT_SIZE that would trigger only when not using
62337     flexible arrays (which was the case on win32, but not with gcc).
62338
62339  configure.ac                | 2 --
62340  src/hb-open-file-private.hh | 1 -
62341  src/hb-private.h            | 4 ----
62342  3 files changed, 7 deletions(-)
62343
62344 commit 1cebfbb0636b13dc5dc6a4b8b7acbb7da28129d2
62345 Author: Behdad Esfahbod <behdad@behdad.org>
62346 Date:   Fri Apr 23 20:49:18 2010 -0400
62347
62348     Cleanup hb_face_create_for_data()
62349
62350  src/Makefile.am       |  1 +
62351  src/hb-blob-private.h | 57 +++++++++++++++++++++++++++++++
62352  src/hb-blob.c         | 20 ++---------
62353  src/hb-font-private.h |  3 --
62354  src/hb-font.cc        | 92
62355  +++++++++++++++++++++++++++++++++++----------------
62356  5 files changed, 123 insertions(+), 50 deletions(-)
62357
62358 commit d6b3c83a90f60bedb4049750ffb351161710980d
62359 Author: Behdad Esfahbod <behdad@behdad.org>
62360 Date:   Fri Apr 23 19:59:53 2010 -0400
62361
62362     Allow get_table() to return NULL
62363
62364  src/hb-font.cc | 6 +++++-
62365  src/hb-ft.c    | 2 +-
62366  2 files changed, 6 insertions(+), 2 deletions(-)
62367
62368 commit ad3653751b1e4a03f7058200cb83f64db46722d5
62369 Author: Behdad Esfahbod <behdad@behdad.org>
62370 Date:   Fri Apr 23 19:43:40 2010 -0400
62371
62372     Typo
62373
62374  src/hb-open-type-private.hh | 2 +-
62375  1 file changed, 1 insertion(+), 1 deletion(-)
62376
62377 commit 990443e5f282ad61de00dcf1ebff9cf1d5bc2d70
62378 Author: Behdad Esfahbod <behdad@behdad.org>
62379 Date:   Fri Apr 23 17:53:32 2010 -0400
62380
62381     Remove lock_instance()
62382
62383  src/hb-font.cc              | 2 +-
62384  src/hb-open-type-private.hh | 4 ----
62385  src/hb-ot-layout.cc         | 6 +++---
62386  3 files changed, 4 insertions(+), 8 deletions(-)
62387
62388 commit 187454c595559ce48d072fee6bccb51f3de283d4
62389 Author: Behdad Esfahbod <behdad@behdad.org>
62390 Date:   Fri Apr 23 16:35:01 2010 -0400
62391
62392     Add different casts from pointer and ref to avoid bugs
62393
62394  src/hb-open-type-private.hh      | 22 +++++++++++++++-------
62395  src/hb-ot-layout-gpos-private.hh |  8 ++++----
62396  src/hb-ot-layout-gsub-private.hh | 12 ++++++------
62397  src/main.cc                      |  6 +++---
62398  4 files changed, 28 insertions(+), 20 deletions(-)
62399
62400 commit efb324a46ff64adb4ec8612b4089e8daff1e6d8e
62401 Author: Behdad Esfahbod <behdad@behdad.org>
62402 Date:   Fri Apr 23 16:22:54 2010 -0400
62403
62404     Remove GET_FOR_DATA macros
62405
62406     The major-version check is now handled by sanitize.  If major
62407     doesn't match, we reject and fall back to the Null object.
62408
62409  src/hb-open-file-private.hh          |  4 ----
62410  src/hb-open-type-private.hh          | 23 ++---------------------
62411  src/hb-ot-layout-gdef-private.hh     |  2 --
62412  src/hb-ot-layout-gpos-private.hh     |  3 ---
62413  src/hb-ot-layout-gsub-private.hh     |  3 ---
62414  src/hb-ot-layout-gsubgpos-private.hh |  2 --
62415  src/main.cc                          |  6 +++---
62416  7 files changed, 5 insertions(+), 38 deletions(-)
62417
62418 commit f1aaa2a43654c28405ffd393de2cb127437c99a5
62419 Author: Behdad Esfahbod <behdad@behdad.org>
62420 Date:   Fri Apr 23 15:19:50 2010 -0400
62421
62422     Add TODO
62423
62424  src/hb-ft.c                        |  2 --
62425  src/hb-ft.h                        |  1 +
62426  src/hb-open-file-private.hh        |  2 +-
62427  src/hb-open-type-private.hh        |  2 ++
62428  src/hb-ot-layout-common-private.hh | 12 ++++++------
62429  5 files changed, 10 insertions(+), 9 deletions(-)
62430
62431 commit 33d4d4325e15e332105ea8f361bab79ee542f0f8
62432 Author: Behdad Esfahbod <behdad@behdad.org>
62433 Date:   Fri Apr 23 14:56:55 2010 -0400
62434
62435     Zero glyph metrics before calling user callback
62436
62437  src/hb-font.cc | 6 +++---
62438  1 file changed, 3 insertions(+), 3 deletions(-)
62439
62440 commit 4206e9511a222c0c50cc9b4fe72ec421983bba2c
62441 Author: Behdad Esfahbod <behdad@behdad.org>
62442 Date:   Fri Apr 23 14:44:55 2010 -0400
62443
62444     More warning fixes
62445
62446  src/hb-ot-layout.cc |  4 ++--
62447  src/hb-ot-shape.c   |  9 ++++-----
62448  src/hb-shape.c      | 32 ++++++++++++++++----------------
62449  3 files changed, 22 insertions(+), 23 deletions(-)
62450
62451 commit ef66ebeabc6c234004bd9e9bb67eb5c9711f4a1e
62452 Author: Behdad Esfahbod <behdad@behdad.org>
62453 Date:   Fri Apr 23 14:40:36 2010 -0400
62454
62455     Remove unused parameter
62456
62457  src/hb-open-file-private.hh | 6 +++---
62458  1 file changed, 3 insertions(+), 3 deletions(-)
62459
62460 commit 1d720192b193f48b44be0385eda3c2c5d5cd28ad
62461 Author: Behdad Esfahbod <behdad@behdad.org>
62462 Date:   Fri Apr 23 14:39:10 2010 -0400
62463
62464     Fix compile warnings (HB_GNUC_UNUSED)
62465
62466  src/hb-buffer.c             |  6 +++---
62467  src/hb-font.cc              | 31 ++++++++++++++++++++++---------
62468  src/hb-ft.c                 | 29 +++++++++++++++++++++--------
62469  src/hb-open-type-private.hh |  2 +-
62470  src/hb-unicode.c            |  8 ++++----
62471  5 files changed, 51 insertions(+), 25 deletions(-)
62472
62473 commit 8dfdca599c0a3ba5255131002910bca3b381acac
62474 Author: Behdad Esfahbod <behdad@behdad.org>
62475 Date:   Fri Apr 23 14:07:34 2010 -0400
62476
62477     No need to keep blob in sanitize context
62478
62479  src/hb-open-type-private.hh | 13 +++++--------
62480  1 file changed, 5 insertions(+), 8 deletions(-)
62481
62482 commit 254933c397f1ce9796f59689a25f9fc2e58df4ea
62483 Author: Behdad Esfahbod <behdad@behdad.org>
62484 Date:   Fri Apr 23 13:57:10 2010 -0400
62485
62486     When sanitizing, delay making writable
62487
62488     Before, as soon as we needed to make an edit, we tried to make
62489     the blob
62490     writable inplace.  That grows code unnecessarily though.  We can
62491     simply
62492     fail, make writable, then start again.  That's indeed what the
62493     fallback
62494     was doing anyway.
62495
62496  src/hb-open-type-private.hh | 11 +++++++----
62497  1 file changed, 7 insertions(+), 4 deletions(-)
62498
62499 commit 71e735e915c85536ee4d3035576f7426e8cd19dd
62500 Author: Behdad Esfahbod <behdad@behdad.org>
62501 Date:   Fri Apr 23 13:48:06 2010 -0400
62502
62503     [blob] Fallback to copying if mprotect() fails
62504
62505  src/hb-blob.c | 5 +++--
62506  1 file changed, 3 insertions(+), 2 deletions(-)
62507
62508 commit 1aa4666b914da7747fc58a8f6f2d913c94e3b8da
62509 Author: Behdad Esfahbod <behdad@behdad.org>
62510 Date:   Fri Apr 23 13:32:03 2010 -0400
62511
62512     Cleanup OpenTypeFontFile
62513
62514  src/hb-open-file-private.hh | 44
62515  ++++++++++++++++++++++++++------------------
62516  src/main.cc                 |  2 +-
62517  2 files changed, 27 insertions(+), 19 deletions(-)
62518
62519 commit ae4190cafe927649f8ff8be6a0082478d1298fda
62520 Author: Behdad Esfahbod <behdad@behdad.org>
62521 Date:   Fri Apr 23 12:33:02 2010 -0400
62522
62523     Properly define separate structs for TTCHeader and TTCHeaderVersion1
62524
62525  src/hb-open-file-private.hh | 71
62526  +++++++++++++++++++++++++++++++++++----------
62527  1 file changed, 55 insertions(+), 16 deletions(-)
62528
62529 commit a065f471b3bc23d33ef75217308efeaed4ffd033
62530 Author: Behdad Esfahbod <behdad@behdad.org>
62531 Date:   Thu Apr 22 20:15:11 2010 -0400
62532
62533     Cleanup Extension lookups
62534
62535     Two things:
62536
62537     1. Allow nested Extension lookups.  The offset is always positive, so
62538     it can't loop circularly.
62539
62540     2. Move the check for all Extension subtables having the same lookup
62541     type to the correct place.  Before it wasn't really working.
62542
62543  src/hb-ot-layout-gpos-private.hh | 29 +-------------------
62544  src/hb-ot-layout-gsub-private.hh | 57
62545  ++++++++++++++++++++++------------------
62546  2 files changed, 33 insertions(+), 53 deletions(-)
62547
62548 commit a0bb49c5830f8a7f25d573ec57b79df2620ddba7
62549 Author: Behdad Esfahbod <behdad@behdad.org>
62550 Date:   Thu Apr 22 18:47:03 2010 -0400
62551
62552     Add comment re bsearch effect on sanitize
62553
62554  src/hb-open-file-private.hh        | 2 +-
62555  src/hb-ot-layout-common-private.hh | 8 ++++----
62556  2 files changed, 5 insertions(+), 5 deletions(-)
62557
62558 commit d632ec4000b3079150e6424e88a3ab7509f7445c
62559 Author: Behdad Esfahbod <behdad@behdad.org>
62560 Date:   Thu Apr 22 18:33:12 2010 -0400
62561
62562     Cosmetic
62563
62564  src/hb-open-type-private.hh          | 6 +++---
62565  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
62566  2 files changed, 4 insertions(+), 4 deletions(-)
62567
62568 commit a3263aa773ad7a914496792466c69047048b093c
62569 Author: Behdad Esfahbod <behdad@behdad.org>
62570 Date:   Thu Apr 22 18:29:09 2010 -0400
62571
62572     Convert the last set of cast macros to templates
62573
62574  src/hb-open-file-private.hh          |  4 +--
62575  src/hb-open-type-private.hh          | 53
62576  +++++++++++++++++++++++-------------
62577  src/hb-ot-layout-gpos-private.hh     | 16 +++++------
62578  src/hb-ot-layout-gsub-private.hh     | 14 +++++-----
62579  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++----
62580  5 files changed, 57 insertions(+), 42 deletions(-)
62581
62582 commit c38188a1912f72d9ef90ae1bcbdbba7ecce63371
62583 Author: Behdad Esfahbod <behdad@behdad.org>
62584 Date:   Thu Apr 22 16:52:09 2010 -0400
62585
62586     Remove unused macro
62587
62588  src/hb-open-type-private.hh | 1 -
62589  1 file changed, 1 deletion(-)
62590
62591 commit 3b2c2df41b90f2a1d9e33b3dc15a92cff58a689a
62592 Author: Behdad Esfahbod <behdad@behdad.org>
62593 Date:   Thu Apr 22 16:51:42 2010 -0400
62594
62595     Cleanup Extension sanitize()
62596
62597  src/hb-ot-layout-common-private.hh   | 20 +++-----------------
62598  src/hb-ot-layout-gpos-private.hh     | 20 +++++++++++++-------
62599  src/hb-ot-layout-gsub-private.hh     | 20 +++++++++++++-------
62600  src/hb-ot-layout-gsubgpos-private.hh | 13 ++++---------
62601  4 files changed, 33 insertions(+), 40 deletions(-)
62602
62603 commit 1856184b93760a1a54fb1a3c54281bb252df7ce6
62604 Author: Behdad Esfahbod <behdad@behdad.org>
62605 Date:   Thu Apr 22 14:15:11 2010 -0400
62606
62607     Fail sanitize on major version mismatch
62608
62609     We handle major-version differences via get_for_data(), so sanitize
62610     should never see a major version mismatch.
62611
62612  src/hb-open-file-private.hh          | 4 ++--
62613  src/hb-ot-layout-gdef-private.hh     | 2 +-
62614  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
62615  3 files changed, 4 insertions(+), 4 deletions(-)
62616
62617 commit df3f505dcfeefc8cd395900b116767d22549f756
62618 Author: Behdad Esfahbod <behdad@behdad.org>
62619 Date:   Thu Apr 22 14:11:33 2010 -0400
62620
62621     More sanitize cleanup
62622
62623  src/hb-open-file-private.hh | 24 ++----------------------
62624  src/main.cc                 |  4 ++--
62625  2 files changed, 4 insertions(+), 24 deletions(-)
62626
62627 commit 278a91f0cd802ac817c2603429bae1fa4a350ea0
62628 Author: Behdad Esfahbod <behdad@behdad.org>
62629 Date:   Thu Apr 22 13:59:39 2010 -0400
62630
62631     Minor cleanup of sanitize
62632
62633     Done with an audit of all sanitize()
62634
62635  src/hb-ot-layout-gpos-private.hh | 18 +++++++++---------
62636  1 file changed, 9 insertions(+), 9 deletions(-)
62637
62638 commit 9ac7dc73bc24b6dafb94df5de9cbf8fa0c82d5bc
62639 Author: Behdad Esfahbod <behdad@behdad.org>
62640 Date:   Thu Apr 22 13:50:22 2010 -0400
62641
62642     Check for (impossible) overflow
62643
62644  src/hb-ot-layout-gpos-private.hh | 1 +
62645  1 file changed, 1 insertion(+)
62646
62647 commit 9fc8684fd85ef6ec82b3b54323761bbdd4c3d891
62648 Author: Behdad Esfahbod <behdad@behdad.org>
62649 Date:   Thu Apr 22 13:37:58 2010 -0400
62650
62651     Cleanup ContextFormat3 sanitize
62652
62653  src/hb-ot-layout-gsubgpos-private.hh | 5 +++--
62654  1 file changed, 3 insertions(+), 2 deletions(-)
62655
62656 commit e77302c61f1f1620d1f438a997575fa6ee5c172e
62657 Author: Behdad Esfahbod <behdad@behdad.org>
62658 Date:   Thu Apr 22 13:34:00 2010 -0400
62659
62660     Add comment
62661
62662  src/hb-ot-layout-common-private.hh | 4 +++-
62663  1 file changed, 3 insertions(+), 1 deletion(-)
62664
62665 commit 7c469c3ca4ed4e45c50eff70df59b1a4780bae5b
62666 Author: Behdad Esfahbod <behdad@behdad.org>
62667 Date:   Thu Apr 22 13:26:21 2010 -0400
62668
62669     Minor
62670
62671  src/hb-ot-layout-common-private.hh | 2 +-
62672  1 file changed, 1 insertion(+), 1 deletion(-)
62673
62674 commit dc228048a813e43356373505168d3822deea5d72
62675 Author: Behdad Esfahbod <behdad@behdad.org>
62676 Date:   Thu Apr 22 13:22:41 2010 -0400
62677
62678     Remove integrity check in Tag sanitize
62679
62680     Serves no useful purpose.
62681
62682  src/hb-open-type-private.hh        | 9 ---------
62683  src/hb-ot-layout-common-private.hh | 2 +-
62684  2 files changed, 1 insertion(+), 10 deletions(-)
62685
62686 commit 8015a8c762dc7be36998d529b7a3af59e3d14d87
62687 Author: Behdad Esfahbod <behdad@behdad.org>
62688 Date:   Thu Apr 22 11:06:30 2010 -0400
62689
62690     Don't sanitize raw table data
62691
62692     That part is performed by individual table sanitize.
62693
62694  src/hb-open-file-private.hh | 15 +++++++++------
62695  1 file changed, 9 insertions(+), 6 deletions(-)
62696
62697 commit c293581e962b7982622e7d607fa3909b40da718e
62698 Author: Behdad Esfahbod <behdad@behdad.org>
62699 Date:   Thu Apr 22 11:15:46 2010 -0400
62700
62701     Add coment
62702
62703  src/hb-open-type-private.hh | 1 +
62704  1 file changed, 1 insertion(+)
62705
62706 commit 1faa76c6e848c6b0e360d9ddcf567533b87f8f31
62707 Author: Behdad Esfahbod <behdad@behdad.org>
62708 Date:   Thu Apr 22 10:54:26 2010 -0400
62709
62710     Remove unnecessary casts
62711
62712  src/hb-open-type-private.hh | 8 ++++----
62713  1 file changed, 4 insertions(+), 4 deletions(-)
62714
62715 commit 079dc40112d3908ff7b7028ea3019bfe82bf606d
62716 Author: Behdad Esfahbod <behdad@behdad.org>
62717 Date:   Thu Apr 22 10:47:12 2010 -0400
62718
62719     Avoid overflow in TableDirectory sanitize
62720
62721  src/hb-open-file-private.hh | 2 +-
62722  1 file changed, 1 insertion(+), 1 deletion(-)
62723
62724 commit fb5904ec935d925a423401bc975ffaa22022ce1b
62725 Author: Behdad Esfahbod <behdad@behdad.org>
62726 Date:   Thu Apr 22 10:43:30 2010 -0400
62727
62728     Make casts more explicit
62729
62730  src/hb-ot-layout-gpos-private.hh | 4 ++--
62731  src/hb-ot-layout-gsub-private.hh | 4 ++--
62732  2 files changed, 4 insertions(+), 4 deletions(-)
62733
62734 commit 565c80bd2960366ace2d10dd71beaaf2a80213c8
62735 Author: Behdad Esfahbod <behdad@behdad.org>
62736 Date:   Thu Apr 22 10:26:35 2010 -0400
62737
62738     Make sure semicolon is expected after DEFINE_NULL_DATA()
62739
62740  src/hb-open-type-private.hh | 5 +++--
62741  1 file changed, 3 insertions(+), 2 deletions(-)
62742
62743 commit bb1e16335e537231246f44740f73cc23c0707364
62744 Author: Behdad Esfahbod <behdad@behdad.org>
62745 Date:   Thu Apr 22 01:01:35 2010 -0400
62746
62747     Improve Subst/Pos SubTable access and sanitize
62748
62749  src/hb-ot-layout-gpos-private.hh | 4 ++--
62750  src/hb-ot-layout-gsub-private.hh | 4 ++--
62751  2 files changed, 4 insertions(+), 4 deletions(-)
62752
62753 commit 81f2af40f9afd5bb9695018e6baddcd4aa3361c1
62754 Author: Behdad Esfahbod <behdad@behdad.org>
62755 Date:   Thu Apr 22 00:58:49 2010 -0400
62756
62757     Simplify Extension offset now that our int types have no alignment
62758
62759  src/hb-ot-layout-gsubgpos-private.hh | 9 +++------
62760  1 file changed, 3 insertions(+), 6 deletions(-)
62761
62762 commit 19828ad42d8117563412aae3c70887aa117805a9
62763 Author: Behdad Esfahbod <behdad@behdad.org>
62764 Date:   Thu Apr 22 00:49:16 2010 -0400
62765
62766     Sanitize shallow in Lookup since the generic SubLookup has no methods
62767
62768  src/hb-ot-layout-common-private.hh | 2 +-
62769  1 file changed, 1 insertion(+), 1 deletion(-)
62770
62771 commit e5546a4352c54311ac4a9ef138b187378155ebe1
62772 Author: Behdad Esfahbod <behdad@behdad.org>
62773 Date:   Thu Apr 22 00:45:42 2010 -0400
62774
62775     Watch for overflow in Array sanitize
62776
62777  src/hb-open-type-private.hh        | 21 +++++++++++++++------
62778  src/hb-ot-layout-common-private.hh |  2 +-
62779  2 files changed, 16 insertions(+), 7 deletions(-)
62780
62781 commit 4f5f1c34dda1e0629bfa6d7b0ffa2e1ce003b7c7
62782 Author: Behdad Esfahbod <behdad@behdad.org>
62783 Date:   Thu Apr 22 00:27:39 2010 -0400
62784
62785     Rename const_sub_array to sub_array since all consts are implicit now
62786
62787  src/hb-open-type-private.hh        | 2 +-
62788  src/hb-ot-layout-common-private.hh | 4 ++--
62789  src/hb-ot-layout-gdef-private.hh   | 4 ++--
62790  3 files changed, 5 insertions(+), 5 deletions(-)
62791
62792 commit 0795b784dd1009976c185482a376df250167e73b
62793 Author: Behdad Esfahbod <behdad@behdad.org>
62794 Date:   Thu Apr 22 00:23:14 2010 -0400
62795
62796     Cosmetic
62797
62798  src/hb-ot-layout-common-private.hh | 6 +++---
62799  1 file changed, 3 insertions(+), 3 deletions(-)
62800
62801 commit 2d98d3bbaa0ddadcb08b5a8f437b18c211c50768
62802 Author: Behdad Esfahbod <behdad@behdad.org>
62803 Date:   Thu Apr 22 00:19:30 2010 -0400
62804
62805     Simplify Lookup sanitize
62806
62807  src/hb-ot-layout-common-private.hh | 2 +-
62808  1 file changed, 1 insertion(+), 1 deletion(-)
62809
62810 commit c755cb3e3ac55156d0d2ec05adea7a650b97cc41
62811 Author: Behdad Esfahbod <behdad@behdad.org>
62812 Date:   Thu Apr 22 00:11:43 2010 -0400
62813
62814     Change header comment
62815
62816  README                               | 2 +-
62817  src/hb-blob.c                        | 2 +-
62818  src/hb-blob.h                        | 2 +-
62819  src/hb-buffer-private.h              | 2 +-
62820  src/hb-buffer.c                      | 2 +-
62821  src/hb-buffer.h                      | 2 +-
62822  src/hb-common.h                      | 2 +-
62823  src/hb-font-private.h                | 2 +-
62824  src/hb-font.cc                       | 2 +-
62825  src/hb-font.h                        | 2 +-
62826  src/hb-ft.c                          | 2 +-
62827  src/hb-ft.h                          | 2 +-
62828  src/hb-glib.c                        | 2 +-
62829  src/hb-glib.h                        | 2 +-
62830  src/hb-icu.c                         | 2 +-
62831  src/hb-icu.h                         | 2 +-
62832  src/hb-language.c                    | 2 +-
62833  src/hb-language.h                    | 2 +-
62834  src/hb-object-private.h              | 2 +-
62835  src/hb-open-file-private.hh          | 2 +-
62836  src/hb-open-type-private.hh          | 2 +-
62837  src/hb-ot-layout-common-private.hh   | 2 +-
62838  src/hb-ot-layout-gdef-private.hh     | 2 +-
62839  src/hb-ot-layout-gpos-private.hh     | 2 +-
62840  src/hb-ot-layout-gsub-private.hh     | 2 +-
62841  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
62842  src/hb-ot-layout-private.h           | 2 +-
62843  src/hb-ot-layout.cc                  | 2 +-
62844  src/hb-ot-layout.h                   | 2 +-
62845  src/hb-ot-shape-private.h            | 2 +-
62846  src/hb-ot-shape.c                    | 2 +-
62847  src/hb-ot-tag.c                      | 2 +-
62848  src/hb-ot-tag.h                      | 2 +-
62849  src/hb-ot.h                          | 2 +-
62850  src/hb-private.h                     | 2 +-
62851  src/hb-shape.c                       | 2 +-
62852  src/hb-shape.h                       | 2 +-
62853  src/hb-unicode-private.h             | 2 +-
62854  src/hb-unicode.c                     | 2 +-
62855  src/hb-unicode.h                     | 2 +-
62856  src/hb.h                             | 2 +-
62857  src/main.cc                          | 2 +-
62858  42 files changed, 42 insertions(+), 42 deletions(-)
62859
62860 commit 243d20e011e251462a07947275e0e98cc19c7e9b
62861 Author: Behdad Esfahbod <behdad@behdad.org>
62862 Date:   Wed Apr 21 23:57:01 2010 -0400
62863
62864     More cast simplification
62865
62866  src/hb-open-type-private.hh | 6 +++---
62867  1 file changed, 3 insertions(+), 3 deletions(-)
62868
62869 commit 0dfcc13a4668cdd2c2ebdd5f4a7540a51222cf2f
62870 Author: Behdad Esfahbod <behdad@behdad.org>
62871 Date:   Wed Apr 21 23:41:26 2010 -0400
62872
62873     Rename ConstCharP to CharP (overloaded now)
62874
62875  src/hb-open-file-private.hh          | 10 +++++-----
62876  src/hb-open-type-private.hh          | 24 ++++++++++++------------
62877  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
62878  src/hb-ot-layout-gsub-private.hh     |  4 ++--
62879  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++++-------
62880  5 files changed, 32 insertions(+), 32 deletions(-)
62881
62882 commit 62c0fd75737a69721dbf29e773405a4c529f8b6d
62883 Author: Behdad Esfahbod <behdad@behdad.org>
62884 Date:   Wed Apr 21 23:30:48 2010 -0400
62885
62886     Cleanup de-const-casting during sanitize
62887
62888  src/hb-open-file-private.hh        |  2 +-
62889  src/hb-open-type-private.hh        | 29 ++++++++++++++---------------
62890  src/hb-ot-layout-common-private.hh |  4 ++--
62891  src/hb-ot-layout-gpos-private.hh   | 12 ++++++------
62892  4 files changed, 23 insertions(+), 24 deletions(-)
62893
62894 commit dd155870567cfb9647b2e71593ace8b2705d7cff
62895 Author: Behdad Esfahbod <behdad@behdad.org>
62896 Date:   Wed Apr 21 23:13:33 2010 -0400
62897
62898     Add more comments
62899
62900  src/hb-open-type-private.hh | 1 +
62901  1 file changed, 1 insertion(+)
62902
62903 commit c85c3620675f38ffdca59134aeec2641485f40ca
62904 Author: Behdad Esfahbod <behdad@behdad.org>
62905 Date:   Wed Apr 21 23:12:54 2010 -0400
62906
62907     Add comment
62908
62909  src/hb-open-type-private.hh | 1 +
62910  1 file changed, 1 insertion(+)
62911
62912 commit 2467c669c2aee4de2a6621a9d06cba0262376d41
62913 Author: Behdad Esfahbod <behdad@behdad.org>
62914 Date:   Wed Apr 21 23:11:45 2010 -0400
62915
62916     Add comment
62917
62918  src/hb-open-type-private.hh | 1 +
62919  1 file changed, 1 insertion(+)
62920
62921 commit 29c3f5e1b6212c775a7b911becd44ba093b7b0eb
62922 Author: Behdad Esfahbod <behdad@behdad.org>
62923 Date:   Wed Apr 21 23:01:00 2010 -0400
62924
62925     Improve comment
62926
62927  src/hb-open-type-private.hh | 2 +-
62928  1 file changed, 1 insertion(+), 1 deletion(-)
62929
62930 commit 01c01618e98283611628cd54d5ba4bf122f24cd9
62931 Author: Behdad Esfahbod <behdad@behdad.org>
62932 Date:   Wed Apr 21 22:49:56 2010 -0400
62933
62934     Further simplify IntType struct defs
62935
62936  src/hb-open-type-private.hh | 21 ++++++++++++---------
62937  1 file changed, 12 insertions(+), 9 deletions(-)
62938
62939 commit 2cb08458f674301cde9d962c13911035a251f7c5
62940 Author: Behdad Esfahbod <behdad@behdad.org>
62941 Date:   Wed Apr 21 22:37:31 2010 -0400
62942
62943     Rename const_array() to array() (overloaded)
62944
62945  src/hb-open-type-private.hh          | 12 ++++++------
62946  src/hb-ot-layout-common-private.hh   |  4 ++--
62947  src/hb-ot-layout-gsub-private.hh     |  6 +++---
62948  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++--------
62949  4 files changed, 19 insertions(+), 19 deletions(-)
62950
62951 commit 2e2f43edf2f49f4047e28b1ce2ea95938536de9c
62952 Author: Behdad Esfahbod <behdad@behdad.org>
62953 Date:   Wed Apr 21 22:30:36 2010 -0400
62954
62955     Remove ArrayAfter, use StructAfter in place
62956
62957  src/hb-open-type-private.hh | 21 ++++++---------------
62958  1 file changed, 6 insertions(+), 15 deletions(-)
62959
62960 commit e961c86c579fd98ee604342a9c70c4e7f8d4f220
62961 Author: Behdad Esfahbod <behdad@behdad.org>
62962 Date:   Wed Apr 21 15:56:11 2010 -0400
62963
62964     Convert NEXT() and ARRAY_AFTER() macros to templates
62965
62966  src/hb-open-type-private.hh          | 40
62967  ++++++++++++++++++++++++++----------
62968  src/hb-ot-layout-common-private.hh   |  4 ++--
62969  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
62970  src/hb-ot-layout-gsubgpos-private.hh | 24 +++++++++++-----------
62971  4 files changed, 47 insertions(+), 29 deletions(-)
62972
62973 commit 198facdc55756cb48cdfb8ba7fa50916fac54ec3
62974 Author: Behdad Esfahbod <behdad@behdad.org>
62975 Date:   Wed Apr 21 13:35:36 2010 -0400
62976
62977     Use templates for const char * casts
62978
62979  src/hb-open-file-private.hh          | 12 ++++-----
62980  src/hb-open-type-private.hh          | 48
62981  ++++++++++++++++++------------------
62982  src/hb-ot-layout-common-private.hh   |  2 +-
62983  src/hb-ot-layout-gpos-private.hh     | 32 ++++++++++++------------
62984  src/hb-ot-layout-gsub-private.hh     |  4 +--
62985  src/hb-ot-layout-gsubgpos-private.hh | 14 +++++------
62986  6 files changed, 56 insertions(+), 56 deletions(-)
62987
62988 commit 1922ffe7013c46014803a9f18c42e193a25b1968
62989 Author: Behdad Esfahbod <behdad@behdad.org>
62990 Date:   Wed Apr 21 04:19:51 2010 -0400
62991
62992     Const correctness
62993
62994  src/hb-ot-layout-gsub-private.hh     |  4 ++--
62995  src/hb-ot-layout-gsubgpos-private.hh | 30 +++++++++++++++---------------
62996  2 files changed, 17 insertions(+), 17 deletions(-)
62997
62998 commit e032ed9f75d4a0f365649a25706871bbb5ae6651
62999 Author: Behdad Esfahbod <behdad@behdad.org>
63000 Date:   Wed Apr 21 03:11:46 2010 -0400
63001
63002     Use templates for defining int typess
63003
63004  src/hb-open-type-private.hh | 66
63005  ++++++++++++++++++++++++++++++---------------
63006  src/hb-private.h            | 10 ++-----
63007  2 files changed, 46 insertions(+), 30 deletions(-)
63008
63009 commit 2c9fd2adce5a6a9dcd62c874bd64613ea68d8d9b
63010 Author: Behdad Esfahbod <behdad@behdad.org>
63011 Date:   Wed Apr 21 02:15:39 2010 -0400
63012
63013     Remove unused macro
63014
63015  src/hb-open-type-private.hh | 15 ---------------
63016  1 file changed, 15 deletions(-)
63017
63018 commit 7a52f281178867379adb6e6c6fb0022102f75d17
63019 Author: Behdad Esfahbod <behdad@behdad.org>
63020 Date:   Wed Apr 21 02:14:44 2010 -0400
63021
63022     Rename macros
63023
63024  src/hb-open-type-private.hh |  6 +++---
63025  src/hb-private.h            | 30 +++++++++++++++---------------
63026  2 files changed, 18 insertions(+), 18 deletions(-)
63027
63028 commit ffff7dc44cb2a35a60f92831165e9d3c3a61ce19
63029 Author: Behdad Esfahbod <behdad@behdad.org>
63030 Date:   Wed Apr 21 02:13:55 2010 -0400
63031
63032     Minor
63033
63034  src/hb-private.h | 12 ++++++------
63035  1 file changed, 6 insertions(+), 6 deletions(-)
63036
63037 commit f60f2166c48d07f556ff83f04e95181946eb03df
63038 Author: Behdad Esfahbod <behdad@behdad.org>
63039 Date:   Wed Apr 21 02:12:45 2010 -0400
63040
63041     Move macros around
63042
63043  src/hb-private.h | 122
63044  ++++++++++++++++++++++++++++---------------------------
63045  1 file changed, 62 insertions(+), 60 deletions(-)
63046
63047 commit 649a4344ca363da3d44cdd908350449ec40ed0f9
63048 Author: Behdad Esfahbod <behdad@behdad.org>
63049 Date:   Wed Apr 21 02:11:59 2010 -0400
63050
63051     Remove unused macros
63052
63053  src/hb-private.h | 7 -------
63054  1 file changed, 7 deletions(-)
63055
63056 commit eba8b4f644701cc6b78b0fcb4e932dce15561598
63057 Author: Behdad Esfahbod <behdad@behdad.org>
63058 Date:   Mon Mar 29 00:04:12 2010 -0400
63059
63060     GNOME Bug 613015 - [HB] Does not sanitize Device tables referenced
63061     from ValueRecords
63062
63063  src/hb-ot-layout-gpos-private.hh | 47
63064  ++++++++++++++++++++++++++++++----------
63065  1 file changed, 36 insertions(+), 11 deletions(-)
63066
63067 commit 673a4efcbc72a62105a24d9b0b54047417160f7d
63068 Author: Behdad Esfahbod <behdad@behdad.org>
63069 Date:   Wed Apr 21 02:02:57 2010 -0400
63070
63071     WIP
63072
63073  src/hb-ot-layout-gpos-private.hh | 102
63074  +++++++++++++++++++++++++++++++--------
63075  1 file changed, 81 insertions(+), 21 deletions(-)
63076
63077 commit 40d73bc68dd828cf68f90fde0f9499a6ce9fbb19
63078 Author: Behdad Esfahbod <behdad@behdad.org>
63079 Date:   Wed Apr 21 00:49:40 2010 -0400
63080
63081     Improve comments
63082
63083  src/hb-open-type-private.hh | 22 ++++++++++++++--------
63084  1 file changed, 14 insertions(+), 8 deletions(-)
63085
63086 commit 394bad41a76f90e441e327cef76efb99997e9ae0
63087 Author: Behdad Esfahbod <behdad@behdad.org>
63088 Date:   Wed Apr 21 00:40:50 2010 -0400
63089
63090     Remove stale TODO item
63091
63092  src/hb-open-type-private.hh | 1 -
63093  1 file changed, 1 deletion(-)
63094
63095 commit 9d3677899f90abdc7fb3e3d854db654a8707a84b
63096 Author: Behdad Esfahbod <behdad@behdad.org>
63097 Date:   Wed Apr 21 00:32:47 2010 -0400
63098
63099     Use a function template instead of struct template for Null
63100
63101  src/hb-open-type-private.hh | 24 ++++++++++--------------
63102  1 file changed, 10 insertions(+), 14 deletions(-)
63103
63104 commit ffd321afd91429c5de7ab03d71ef1030044f53cb
63105 Author: Behdad Esfahbod <behdad@behdad.org>
63106 Date:   Wed Apr 21 00:14:12 2010 -0400
63107
63108     Simplify Tag struct
63109
63110  src/hb-open-file-private.hh        | 3 ++-
63111  src/hb-open-type-private.hh        | 6 +-----
63112  src/hb-ot-layout-common-private.hh | 3 ++-
63113  3 files changed, 5 insertions(+), 7 deletions(-)
63114
63115 commit 00e23fcc6fd0eee5c582251bf3de6a2703fbbd3e
63116 Author: Behdad Esfahbod <behdad@behdad.org>
63117 Date:   Tue Apr 20 23:50:45 2010 -0400
63118
63119     Cosmetic
63120
63121  src/hb-open-type-private.hh        | 8 ++++----
63122  src/hb-ot-layout-common-private.hh | 6 +++---
63123  2 files changed, 7 insertions(+), 7 deletions(-)
63124
63125 commit a87072db5d41e25b2e31191545298bca4838c65c
63126 Author: Behdad Esfahbod <behdad@behdad.org>
63127 Date:   Tue Apr 20 15:52:47 2010 -0400
63128
63129     Fix Class operator return type
63130
63131  src/hb-ot-layout-common-private.hh | 2 +-
63132  1 file changed, 1 insertion(+), 1 deletion(-)
63133
63134 commit f9b37727985191c9b4aedb0e9835736027e59260
63135 Author: Behdad Esfahbod <behdad@behdad.org>
63136 Date:   Tue Apr 20 15:51:53 2010 -0400
63137
63138     Add couple consts to operators
63139
63140  src/hb-open-type-private.hh | 6 +++---
63141  1 file changed, 3 insertions(+), 3 deletions(-)
63142
63143 commit 53d237ec6352d7c6fab3b2805b48154a25506beb
63144 Author: Behdad Esfahbod <behdad@behdad.org>
63145 Date:   Tue Apr 20 15:25:27 2010 -0400
63146
63147     Remove ASSERT_SIZE_DATA
63148
63149  src/hb-open-type-private.hh        | 4 ----
63150  src/hb-ot-layout-common-private.hh | 9 ++++++---
63151  2 files changed, 6 insertions(+), 7 deletions(-)
63152
63153 commit 06558d2a745b8f3af11a8d6dce956ae52187a7e5
63154 Author: Behdad Esfahbod <behdad@behdad.org>
63155 Date:   Mon Apr 19 02:34:10 2010 -0400
63156
63157     Round instead of trunc
63158
63159  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
63160  src/hb-private.h                 |  2 +-
63161  2 files changed, 11 insertions(+), 11 deletions(-)
63162
63163 commit 0e206de98621ed8a55824b42e9e6bf320f4c6cc8
63164 Author: Behdad Esfahbod <behdad@behdad.org>
63165 Date:   Mon Apr 19 02:29:04 2010 -0400
63166
63167     Fix warnings
63168
63169  src/hb-open-type-private.hh          | 2 +-
63170  src/hb-ot-layout-gdef-private.hh     | 2 +-
63171  src/hb-ot-layout-gpos-private.hh     | 4 ++--
63172  src/hb-ot-layout-gsubgpos-private.hh | 6 +++---
63173  4 files changed, 7 insertions(+), 7 deletions(-)
63174
63175 commit d5943407a4251cb947fbfc130c0facb2f6216bd6
63176 Author: Behdad Esfahbod <behdad@behdad.org>
63177 Date:   Mon Apr 19 02:27:56 2010 -0400
63178
63179     Fix debug build
63180
63181  src/hb-open-type-private.hh          | 2 +-
63182  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
63183  2 files changed, 2 insertions(+), 2 deletions(-)
63184
63185 commit 12b27ed91de0192deee4e9feffcaf4aca4c78113
63186 Author: Behdad Esfahbod <behdad@behdad.org>
63187 Date:   Sat Mar 27 17:00:19 2010 -0400
63188
63189     Fix leak when duplicating blob
63190
63191  src/hb-blob.c | 6 ++++--
63192  1 file changed, 4 insertions(+), 2 deletions(-)
63193
63194 commit 4b8487d83e0c10076a6c573cb3487790ce366607
63195 Author: Behdad Esfahbod <behdad@behdad.org>
63196 Date:   Tue Mar 16 03:46:17 2010 -0400
63197
63198     Fix the mystery bug!
63199
63200     A couple bugs joined forces to exhibit the mystery behavior of
63201     crashes / infinite loops on OS X / wrong kerning / invalid memory
63202     access.  Pooh!
63203
63204     The bugs were involved:
63205
63206       - Wrong pointer math with ValueRecord in PairPosFormat1
63207
63208       - Fallout from avoiding flex arrays, code not correctly updated
63209         to remove sizeof() usage.
63210
63211     We strictly never use sizeof() directly now.  And the PairPos code
63212     is cleaned up.  Should fix them all.  Bugs are:
63213
63214       Bug 605655 - Pango 1.26.2 introduces kerning bug
63215       Bug 611229 - Pango reads from uninitialized memory
63216       Bug 593240 - (pangoosx) Crash / infinite loop with Mac OS X
63217
63218     We were also doing wrong math converting Device adjustments to
63219     hb_position_t.  Fallout from FreeType days.  Should shift 16, not
63220     6.  Fixed that too.
63221
63222     There's still another bug: we don't sanitize Device records
63223     referenced from value records.  Fixing that also.
63224
63225  src/hb-open-file-private.hh          |  4 +++-
63226  src/hb-open-type-private.hh          | 11 ++++++-----
63227  src/hb-ot-layout-common-private.hh   | 10 ++++++++--
63228  src/hb-ot-layout-gpos-private.hh     | 37
63229  ++++++++++++++++++++----------------
63230  src/hb-ot-layout-gsubgpos-private.hh | 15 ++++++++-------
63231  5 files changed, 46 insertions(+), 31 deletions(-)
63232
63233 commit 9b39755d104603d1163738f77637cc1923d4055b
63234 Author: Behdad Esfahbod <behdad@behdad.org>
63235 Date:   Thu Apr 15 14:00:25 2010 -0400
63236
63237     Typo
63238
63239  src/hb-open-type-private.hh | 4 ++--
63240  1 file changed, 2 insertions(+), 2 deletions(-)
63241
63242 commit f85ec1c7da36d2c2c9b1c94a988563697dcc79c9
63243 Author: Behdad Esfahbod <behdad@behdad.org>
63244 Date:   Wed Mar 10 04:14:40 2010 -0500
63245
63246     Cosmetic
63247
63248  src/hb-open-type-private.hh | 2 +-
63249  1 file changed, 1 insertion(+), 1 deletion(-)
63250
63251 commit e48ed72230a83499dabbd02af2ac63340220a353
63252 Author: Behdad Esfahbod <behdad@behdad.org>
63253 Date:   Mon Mar 1 22:33:45 2010 -0500
63254
63255     [ft] Check stream->read instead of stream->base
63256
63257     The former is more robust.  See discussion on freetype-devel.
63258
63259  src/hb-ft.c | 5 +++--
63260  1 file changed, 3 insertions(+), 2 deletions(-)
63261
63262 commit 917c227500305aee543981ad24a39f868c5ca0b7
63263 Author: Behdad Esfahbod <behdad@behdad.org>
63264 Date:   Tue Feb 23 16:47:51 2010 -0500
63265
63266     Make blob unlocking 64bit-safe
63267
63268     GNOME Bug 604128 - Applications crash when displaying Hebrew
63269     characters
63270
63271  src/hb-blob.c | 14 +++++++-------
63272  1 file changed, 7 insertions(+), 7 deletions(-)
63273
63274 commit ecd2e996d2137fef30011a41dd57ea45f9a796de
63275 Author: Behdad Esfahbod <behdad@behdad.org>
63276 Date:   Tue Feb 23 02:42:00 2010 -0500
63277
63278     Improve the alignment for NullPool
63279
63280  src/hb-open-type-private.hh | 2 +-
63281  1 file changed, 1 insertion(+), 1 deletion(-)
63282
63283 commit bc7830e4259755ce7549025c6f5bf750e78c2ff1
63284 Author: Behdad Esfahbod <behdad@behdad.org>
63285 Date:   Wed Feb 17 15:14:57 2010 -0500
63286
63287     Use __attribute__((unused)) only with gcc 4 and later
63288
63289     See discussion at:
63290     https://bugzilla.gnome.org/show_bug.cgi?id=610183
63291
63292  src/hb-private.h | 7 +++++--
63293  1 file changed, 5 insertions(+), 2 deletions(-)
63294
63295 commit 555d11273ee4c30e84eda3a78ffadb3ee7da65d0
63296 Author: Behdad Esfahbod <behdad@behdad.org>
63297 Date:   Tue Jan 26 12:58:59 2010 -0500
63298
63299     [GDEF] Fix bug in building synthetic GDEF
63300
63301  src/hb-ot-layout.cc | 5 +++--
63302  src/hb-ot-layout.h  | 1 -
63303  2 files changed, 3 insertions(+), 3 deletions(-)
63304
63305 commit 70834d89c30a56fcd78825fbc28fc9c6bec31124
63306 Author: Behdad Esfahbod <behdad@behdad.org>
63307 Date:   Tue Jan 26 12:17:37 2010 -0500
63308
63309     [TODO] Add kern/GPOS interaction
63310
63311  TODO | 3 +++
63312  1 file changed, 3 insertions(+)
63313
63314 commit cd11a98fa1426e9dbc4b61e702913b23a4794ae2
63315 Author: Behdad Esfahbod <behdad@behdad.org>
63316 Date:   Sun Dec 20 23:05:02 2009 +0100
63317
63318     Fix compile with older FreeType
63319
63320  configure.ac | 7 +++++++
63321  src/hb-ft.c  | 2 ++
63322  2 files changed, 9 insertions(+)
63323
63324 commit 7f7448a354c43650348b4e91b4e40ecf18718d66
63325 Author: Behdad Esfahbod <behdad@behdad.org>
63326 Date:   Sun Dec 20 21:42:14 2009 +0100
63327
63328     Indent
63329
63330  src/hb-ot-layout-gpos-private.hh | 4 ++--
63331  1 file changed, 2 insertions(+), 2 deletions(-)
63332
63333 commit e70f45eb522bcb41388cc218b79bbd6aaecf8050
63334 Author: Behdad Esfahbod <behdad@behdad.org>
63335 Date:   Sun Dec 20 21:26:24 2009 +0100
63336
63337     Revert "Fallback to 'kern' if no GPOS applied"
63338
63339     This reverts commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0.
63340
63341     The change is wrong.  If there is a GPOS table, we should not use
63342     'kern'.
63343
63344  src/hb-ot-shape.c | 4 ++--
63345  1 file changed, 2 insertions(+), 2 deletions(-)
63346
63347 commit d740c8f78bcbe80a8bcd8a9468830a406da37cc0
63348 Author: Behdad Esfahbod <behdad@behdad.org>
63349 Date:   Sun Dec 20 21:23:56 2009 +0100
63350
63351     Fallback to 'kern' if no GPOS applied
63352
63353  src/hb-ot-shape.c | 4 ++--
63354  1 file changed, 2 insertions(+), 2 deletions(-)
63355
63356 commit 2f78c17197892b2bdc2f64caeb1c1c806ef44545
63357 Author: Behdad Esfahbod <behdad@behdad.org>
63358 Date:   Sun Dec 20 21:03:11 2009 +0100
63359
63360     Remove glibism!
63361
63362  src/hb-ot-shape-private.h | 4 ++--
63363  src/hb-ot-shape.c         | 4 ++--
63364  src/hb-shape.c            | 4 ++--
63365  3 files changed, 6 insertions(+), 6 deletions(-)
63366
63367 commit 907e67da13b5ed719362702138703fe2f90e790d
63368 Author: Behdad Esfahbod <behdad@behdad.org>
63369 Date:   Sun Dec 20 20:59:51 2009 +0100
63370
63371     Oops, add file.
63372
63373  src/hb-ot-shape-private.h | 53
63374  +++++++++++++++++++++++++++++++++++++++++++++++
63375  1 file changed, 53 insertions(+)
63376
63377 commit 2014b8d110231b13e524008282ece7451f1ae9e7
63378 Author: Behdad Esfahbod <behdad@behdad.org>
63379 Date:   Sun Dec 20 20:58:26 2009 +0100
63380
63381     Hook OpenType shaping up
63382
63383     Default features only for now.
63384
63385  src/Makefile.am     |   2 +
63386  src/hb-ot-layout.cc |  28 +++++++++
63387  src/hb-ot-layout.h  |   7 +++
63388  src/hb-ot-shape.c   | 165
63389  ++++++++++++++++++++++++++++++++++++++++++++++++++++
63390  src/hb-shape.c      |   8 +--
63391  5 files changed, 206 insertions(+), 4 deletions(-)
63392
63393 commit 196610ba4c7071c2b802d0fc921a63cbc0753114
63394 Author: Behdad Esfahbod <behdad@behdad.org>
63395 Date:   Sun Dec 20 19:01:14 2009 +0100
63396
63397     Pass features down
63398
63399  src/hb-shape.c | 49 +++++++++++++++++++++++++++++++++----------------
63400  1 file changed, 33 insertions(+), 16 deletions(-)
63401
63402 commit 51f141a7f38a73f671b23f58cadf97a72c43b625
63403 Author: Behdad Esfahbod <behdad@behdad.org>
63404 Date:   Sun Dec 20 18:22:28 2009 +0100
63405
63406     Avoid overflow
63407
63408  src/hb-shape.c | 2 ++
63409  1 file changed, 2 insertions(+)
63410
63411 commit 26d7a75752631b2596a5bcb7e645b34cc3d139ab
63412 Author: Behdad Esfahbod <behdad@behdad.org>
63413 Date:   Sun Dec 20 17:58:25 2009 +0100
63414
63415     Refactor hb_shape a bit
63416
63417  src/hb-shape.c | 87
63418  +++++++++++++++++++++++++++++++++++++++++++++++++---------
63419  1 file changed, 74 insertions(+), 13 deletions(-)
63420
63421 commit 001fc2d2aa22f14302739fe4ca45f7535855e0fb
63422 Author: Behdad Esfahbod <behdad@behdad.org>
63423 Date:   Sun Dec 20 17:24:05 2009 +0100
63424
63425     Add TrueType kern support
63426
63427  src/hb-shape.c | 74
63428  +++++++++++++++++++++++++++++++++++++---------------------
63429  1 file changed, 48 insertions(+), 26 deletions(-)
63430
63431 commit 2c1b85cf66e5ecb7521b6018b76f0e161fb68967
63432 Author: Behdad Esfahbod <behdad@behdad.org>
63433 Date:   Sun Dec 20 16:29:17 2009 +0100
63434
63435     Direct unicode->get_mirroring directly
63436
63437  src/hb-shape.c | 4 ++--
63438  1 file changed, 2 insertions(+), 2 deletions(-)
63439
63440 commit 6a2ef5aa5459def232708af30ef8a484906b868b
63441 Author: Behdad Esfahbod <behdad@behdad.org>
63442 Date:   Sun Dec 20 16:28:01 2009 +0100
63443
63444     Do mirroring
63445
63446  src/hb-shape.c | 18 +++++++++++++++++-
63447  1 file changed, 17 insertions(+), 1 deletion(-)
63448
63449 commit 0465e69832393cc1ed36508ec5d597fbab64877a
63450 Author: Behdad Esfahbod <behdad@behdad.org>
63451 Date:   Sun Dec 20 16:25:18 2009 +0100
63452
63453     Protect against NULL funcs
63454
63455  src/hb-buffer.c | 3 +++
63456  src/hb-font.cc  | 3 +++
63457  2 files changed, 6 insertions(+)
63458
63459 commit 5ceefa1d8dbd310570ea8d1c47107fe8d3dc96d9
63460 Author: Behdad Esfahbod <behdad@behdad.org>
63461 Date:   Sun Dec 20 15:29:16 2009 +0100
63462
63463     Add hb_unicode_get_*() functions
63464
63465  src/hb-unicode.c | 37 +++++++++++++++++++++++++++++++++++++
63466  src/hb-unicode.h | 21 +++++++++++++++++++++
63467  2 files changed, 58 insertions(+)
63468
63469 commit b8a53e44ce05911ce98b7cff34dee165e19d87ba
63470 Author: Behdad Esfahbod <behdad@behdad.org>
63471 Date:   Sun Dec 20 14:56:25 2009 +0100
63472
63473     We'll have to link to libstdc++ if linking to ICU, so disable test
63474     for now
63475
63476     We have to get rid of the ICU in main lib.  Still thinking about
63477     best way
63478     to do it.
63479
63480  src/Makefile.am | 9 ++++++---
63481  1 file changed, 6 insertions(+), 3 deletions(-)
63482
63483 commit 314905d7548d5be58354546d660754b807b6efb2
63484 Author: Behdad Esfahbod <behdad@behdad.org>
63485 Date:   Sun Dec 20 14:50:42 2009 +0100
63486
63487     Explicitly track whether the buffer has positions
63488
63489  src/hb-buffer-private.h |  3 ++-
63490  src/hb-buffer.c         | 27 ++++++++++++++-------------
63491  2 files changed, 16 insertions(+), 14 deletions(-)
63492
63493 commit 314b460d8a02ed4b2789ff527cf6c9bc19769114
63494 Author: Behdad Esfahbod <behdad@behdad.org>
63495 Date:   Sun Dec 20 13:58:50 2009 +0100
63496
63497     Add HB_DIRECTION_IS_FORWARD/BACKWARD
63498
63499  src/hb-common.h | 2 ++
63500  src/hb-shape.c  | 3 +--
63501  2 files changed, 3 insertions(+), 2 deletions(-)
63502
63503 commit bdd0ff5290bae4db65c3fdf95c5728031f13ca84
63504 Author: Behdad Esfahbod <behdad@behdad.org>
63505 Date:   Tue Dec 15 04:07:40 2009 -0500
63506
63507     Make main.cc compile without glib
63508
63509  src/main.cc | 18 ++++++++++++++++--
63510  1 file changed, 16 insertions(+), 2 deletions(-)
63511
63512 commit 8a7d16808200f4fa02d6d12a8b8492bdedeb2c24
63513 Author: Behdad Esfahbod <behdad@behdad.org>
63514 Date:   Tue Dec 15 03:53:45 2009 -0500
63515
63516     Distribute autogen.sh
63517
63518  Makefile.am | 3 +++
63519  1 file changed, 3 insertions(+)
63520
63521 commit 807b8aa486753474e05e09f4fcca8ac94021b97c
63522 Author: Behdad Esfahbod <behdad@behdad.org>
63523 Date:   Thu Nov 19 20:28:03 2009 -0500
63524
63525     Another C++ strictness fix
63526
63527     Pango Bug 602408 - Invalid C++ code breaks compile with Sun C++
63528     Compiler
63529     (Error: A union member cannot have a user-defined assignment operator)
63530
63531     According to the bug:
63532
63533     C++ Programming Language by Bjarne Stroustrup: Chapter 10.4.12 forbids
63534     explicitly using of union members with constructors, destructors
63535     or assignment
63536     operations.
63537
63538     So we use a set() method instead of the assignment operator.  Ugly,
63539     but hey,
63540     that's life.
63541
63542  src/hb-open-type-private.hh        | 8 ++++----
63543  src/hb-ot-layout-common-private.hh | 2 +-
63544  2 files changed, 5 insertions(+), 5 deletions(-)
63545
63546 commit 8b9b866d3e495c186f0530fcf4e00ffcdc170d3f
63547 Author: Behdad Esfahbod <behdad@behdad.org>
63548 Date:   Thu Nov 19 20:27:57 2009 -0500
63549
63550     Fix warning
63551
63552  src/hb-ot-layout-gdef-private.hh | 2 +-
63553  1 file changed, 1 insertion(+), 1 deletion(-)
63554
63555 commit c65b26acf28bd1a5b346fd8f6f28bec1f7d17a2a
63556 Author: Behdad Esfahbod <behdad@behdad.org>
63557 Date:   Wed Nov 18 11:27:33 2009 -0500
63558
63559     Use autoconf FLEXIBLE_ARRAY_MEMBER when available
63560
63561  configure.ac                     |  2 ++
63562  src/hb-ot-layout-gpos-private.hh |  4 ++--
63563  src/hb-private.h                 | 13 ++++++++++---
63564  3 files changed, 14 insertions(+), 5 deletions(-)
63565
63566 commit d33f674cb793af40f1612df3660b138383f2de95
63567 Author: Behdad Esfahbod <behdad@behdad.org>
63568 Date:   Wed Nov 18 09:47:44 2009 -0500
63569
63570     Add Mongolian variation selectors
63571
63572  src/hb-shape.c | 5 +++--
63573  1 file changed, 3 insertions(+), 2 deletions(-)
63574
63575 commit d6387757de2c27867d6f57c4ee7c4ef436b3a74f
63576 Author: Behdad Esfahbod <behdad@behdad.org>
63577 Date:   Wed Nov 11 17:15:03 2009 -0500
63578
63579     Fix sanitize
63580
63581  src/hb-ot-layout-common-private.hh | 2 +-
63582  1 file changed, 1 insertion(+), 1 deletion(-)
63583
63584 commit 636f017e387d46d4083c9f9ee57647a94dc5dc6d
63585 Author: Behdad Esfahbod <behdad@behdad.org>
63586 Date:   Tue Nov 10 12:56:35 2009 -0500
63587
63588     Remove obsolete TODO item
63589
63590  src/hb-open-file-private.hh | 2 --
63591  1 file changed, 2 deletions(-)
63592
63593 commit bf2b25dd8591e92f3944c763641b613a70c379a7
63594 Author: Behdad Esfahbod <behdad@behdad.org>
63595 Date:   Fri Nov 6 19:52:47 2009 -0500
63596
63597     Remove done item
63598
63599  src/hb-shape.c | 1 -
63600  1 file changed, 1 deletion(-)
63601
63602 commit 4a8605315901e0ff1e6e09437a92dd5ac39164cc
63603 Author: Behdad Esfahbod <behdad@behdad.org>
63604 Date:   Fri Nov 6 19:52:01 2009 -0500
63605
63606     Reverse buffer at the end if RTL
63607
63608  src/hb-shape.c | 12 ++++++++----
63609  1 file changed, 8 insertions(+), 4 deletions(-)
63610
63611 commit ff44f88df2c46920f3ec2384ef321a4c7bb0f6ef
63612 Author: Behdad Esfahbod <behdad@behdad.org>
63613 Date:   Fri Nov 6 19:48:16 2009 -0500
63614
63615     Handle shaping in non-native direction
63616
63617  src/hb-buffer-private.h  |   1 +
63618  src/hb-buffer.c          |  42 +++++++++++++++++--
63619  src/hb-buffer.h          |  10 ++---
63620  src/hb-common.h          |  11 +++++
63621  src/hb-shape.c           |  38 +++++++++++++++--
63622  src/hb-unicode-private.h |   5 +++
63623  src/hb-unicode.c         | 103
63624  +++++++++++++++++++++++++++++++++++++++++++++++
63625  7 files changed, 196 insertions(+), 14 deletions(-)
63626
63627 commit b4b4272c8d19ba3e0cb8f12b3b7d1590349e3d14
63628 Author: Behdad Esfahbod <behdad@behdad.org>
63629 Date:   Fri Nov 6 17:46:33 2009 -0500
63630
63631     Oops, wrong change
63632
63633  src/hb-ot-layout.h | 2 +-
63634  1 file changed, 1 insertion(+), 1 deletion(-)
63635
63636 commit 52ea47767c7c35650ebddfba6ddc8203a3e33d3a
63637 Author: Behdad Esfahbod <behdad@behdad.org>
63638 Date:   Fri Nov 6 17:45:38 2009 -0500
63639
63640     Change order of font and face for API consistency
63641
63642  src/hb-ot-layout.cc | 14 +++++++-------
63643  src/hb-ot-layout.h  | 14 +++++++-------
63644  2 files changed, 14 insertions(+), 14 deletions(-)
63645
63646 commit f4f1fc970b3e37d9903cbf5e05bbd38be4df3047
63647 Author: Behdad Esfahbod <behdad@behdad.org>
63648 Date:   Fri Nov 6 17:42:38 2009 -0500
63649
63650     Remove debug info that crept in
63651
63652  src/hb-ot-layout.cc | 2 --
63653  1 file changed, 2 deletions(-)
63654
63655 commit aa196d6026b496ec70be3d3588cc8cd2b8ccdb36
63656 Author: Behdad Esfahbod <behdad@behdad.org>
63657 Date:   Fri Nov 6 17:23:31 2009 -0500
63658
63659     [GSUB] More ligature/component fixing
63660
63661     We can only reuse the ligid if it belongs to a previous ligature,
63662     not a
63663     component!
63664
63665  src/hb-ot-layout-gsub-private.hh | 4 ++--
63666  1 file changed, 2 insertions(+), 2 deletions(-)
63667
63668 commit 25e7ef704633447f109b148620336c42d6fb310e
63669 Author: Behdad Esfahbod <behdad@behdad.org>
63670 Date:   Fri Nov 6 17:21:01 2009 -0500
63671
63672     Add _hb_buffer_add_output_glyphs() that takes codepoint_t*
63673
63674  src/hb-buffer-private.h          | 10 ++++++++-
63675  src/hb-buffer.c                  | 45
63676  ++++++++++++++++++++++++++++++++++++++--
63677  src/hb-ot-layout-gsub-private.hh | 16 +++++++-------
63678  3 files changed, 60 insertions(+), 11 deletions(-)
63679
63680 commit 9db8ad75317d589807e7725455f49cafece58d5d
63681 Author: Behdad Esfahbod <behdad@behdad.org>
63682 Date:   Fri Nov 6 16:47:31 2009 -0500
63683
63684     Add hb_ot_layout_position_finish()
63685
63686     We expect buffer to be setup with default positions before GPOS.
63687
63688  src/hb-buffer-private.h          |  6 +----
63689  src/hb-buffer.h                  | 11 +--------
63690  src/hb-ot-layout-gpos-private.hh |  8 +++----
63691  src/hb-ot-layout.cc              | 52
63692  ++++++++++++++++++++++++++++++++++++++++
63693  src/hb-ot-layout.h               | 16 +++++++++----
63694  5 files changed, 69 insertions(+), 24 deletions(-)
63695
63696 commit edb54e9aeca25f4120a69ed3d5562cbb68fdb348
63697 Author: Behdad Esfahbod <behdad@behdad.org>
63698 Date:   Fri Nov 6 15:19:22 2009 -0500
63699
63700     Fix FT_Face finalizer call
63701
63702  src/hb-ft.c | 2 +-
63703  1 file changed, 1 insertion(+), 1 deletion(-)
63704
63705 commit 3d14528b8b2e7da425a9df7057fc9fb326d8298c
63706 Author: Behdad Esfahbod <behdad@behdad.org>
63707 Date:   Fri Nov 6 15:13:17 2009 -0500
63708
63709     Rename hb_buffer_get_len() to hb_buffer_get_length()
63710
63711  src/hb-buffer.c | 2 +-
63712  src/hb-buffer.h | 2 +-
63713  2 files changed, 2 insertions(+), 2 deletions(-)
63714
63715 commit 1ff7775051559a8ca442be3938450c7ed3817806
63716 Author: Behdad Esfahbod <behdad@behdad.org>
63717 Date:   Fri Nov 6 13:52:57 2009 -0500
63718
63719     Minor.
63720
63721  src/hb-shape.c | 6 +++++-
63722  1 file changed, 5 insertions(+), 1 deletion(-)
63723
63724 commit 3648bdf5b221adfe01ad99714de420b49964921e
63725 Author: Behdad Esfahbod <behdad@behdad.org>
63726 Date:   Thu Nov 5 20:17:53 2009 -0500
63727
63728     Fix FT_Face generic finalizer
63729
63730  src/hb-ft.c | 10 ++++++++--
63731  1 file changed, 8 insertions(+), 2 deletions(-)
63732
63733 commit 5a11c875d8c95d480e6f32b57e969ee34ca1940d
63734 Author: Behdad Esfahbod <behdad@behdad.org>
63735 Date:   Thu Nov 5 20:08:17 2009 -0500
63736
63737     Cosmetic
63738
63739  src/hb-blob.c | 10 ++++++----
63740  1 file changed, 6 insertions(+), 4 deletions(-)
63741
63742 commit 44533e773f75b9a1171d884fcbe91a2f3879e2d8
63743 Author: Behdad Esfahbod <behdad@behdad.org>
63744 Date:   Thu Nov 5 19:58:02 2009 -0500
63745
63746     Fix warning
63747
63748  src/hb-object-private.h | 2 +-
63749  1 file changed, 1 insertion(+), 1 deletion(-)
63750
63751 commit bcc0406a525ca3fe597aec5f2a97e5c50965d49c
63752 Author: Behdad Esfahbod <behdad@behdad.org>
63753 Date:   Thu Nov 5 19:54:23 2009 -0500
63754
63755     include errno.h
63756
63757  src/hb-blob.c | 1 +
63758  1 file changed, 1 insertion(+)
63759
63760 commit 799b3c375ad0e1293fd37a0e3a0d422a3166dcd8
63761 Author: Behdad Esfahbod <behdad@behdad.org>
63762 Date:   Thu Nov 5 19:37:58 2009 -0500
63763
63764     Add debugging to object lifecycle
63765
63766  src/hb-object-private.h | 18 ++++++++++++++++++
63767  1 file changed, 18 insertions(+)
63768
63769 commit 25edb940ab050545f47a06648e73c192fa213548
63770 Author: Behdad Esfahbod <behdad@behdad.org>
63771 Date:   Thu Nov 5 19:20:06 2009 -0500
63772
63773     Cosmetic
63774
63775  src/hb-ft.c | 2 +-
63776  1 file changed, 1 insertion(+), 1 deletion(-)
63777
63778 commit 850dc5bb551409bb9bf6113ec2199bb3fb905e43
63779 Author: Behdad Esfahbod <behdad@behdad.org>
63780 Date:   Thu Nov 5 18:26:52 2009 -0500
63781
63782     Return 0 from get_glyph_nil
63783
63784  src/hb-font.cc | 2 +-
63785  1 file changed, 1 insertion(+), 1 deletion(-)
63786
63787 commit 85555a953376ee68a8fcc64485e74d44a353577b
63788 Author: Behdad Esfahbod <behdad@behdad.org>
63789 Date:   Thu Nov 5 18:25:56 2009 -0500
63790
63791     Initialize font->klass
63792
63793  src/hb-font.cc | 2 ++
63794  1 file changed, 2 insertions(+)
63795
63796 commit bcd26bd7b1c96057bf154d7d50a61018d40f0d29
63797 Author: Behdad Esfahbod <behdad@behdad.org>
63798 Date:   Thu Nov 5 18:03:26 2009 -0500
63799
63800     Add TODO item
63801
63802  src/hb-ft.c | 1 +
63803  1 file changed, 1 insertion(+)
63804
63805 commit f4281e0a92a40746fa630fb15b877adaf3ff15b1
63806 Author: Behdad Esfahbod <behdad@behdad.org>
63807 Date:   Thu Nov 5 17:58:41 2009 -0500
63808
63809     Fix ref counting
63810
63811  src/hb-ft.c | 16 ++++++++--------
63812  1 file changed, 8 insertions(+), 8 deletions(-)
63813
63814 commit 6358ff45ae8cfc0b58b4976619319e3dde43add2
63815 Author: Behdad Esfahbod <behdad@behdad.org>
63816 Date:   Thu Nov 5 17:39:16 2009 -0500
63817
63818     Add hb_ft_face_create_cached
63819
63820  src/hb-ft.c | 16 ++++++++++++++++
63821  src/hb-ft.h |  3 +++
63822  2 files changed, 19 insertions(+)
63823
63824 commit 2027f74b286cabe3c60c275170c4f4b437a30f55
63825 Author: Behdad Esfahbod <behdad@behdad.org>
63826 Date:   Thu Nov 5 16:34:47 2009 -0500
63827
63828     Add default positioning to hb-shape
63829
63830  src/hb-shape.c | 28 ++++++++++++++++++++++++----
63831  1 file changed, 24 insertions(+), 4 deletions(-)
63832
63833 commit c3f9f7e59d865f8664862b7ca99d9a3a9221e456
63834 Author: Behdad Esfahbod <behdad@behdad.org>
63835 Date:   Thu Nov 5 16:16:14 2009 -0500
63836
63837     Fix MarkMark issue with ligid and components
63838
63839  src/hb-ot-layout-gpos-private.hh | 11 ++++++-----
63840  src/hb-ot-layout-gsub-private.hh |  6 +-----
63841  2 files changed, 7 insertions(+), 10 deletions(-)
63842
63843 commit d0351314cd29fbdf0efb5c7f89a569648f7a7fc7
63844 Author: Behdad Esfahbod <behdad@behdad.org>
63845 Date:   Thu Nov 5 16:16:06 2009 -0500
63846
63847     Include stdio.h if debugging
63848
63849  src/hb-blob.c                        | 4 ++++
63850  src/hb-open-type-private.hh          | 1 +
63851  src/hb-ot-layout-gsubgpos-private.hh | 1 +
63852  3 files changed, 6 insertions(+)
63853
63854 commit 2e336692913405976392bf505028481a5caa53b4
63855 Author: Behdad Esfahbod <behdad@behdad.org>
63856 Date:   Thu Nov 5 13:55:41 2009 -0500
63857
63858     Add hb_font_get_*
63859
63860  src/hb-font.cc | 35 +++++++++++++++++++++++++++++++++++
63861  src/hb-font.h  | 18 ++++++++++++++++++
63862  src/hb-shape.c |  2 +-
63863  3 files changed, 54 insertions(+), 1 deletion(-)
63864
63865 commit 9bef3611f07b45ba8199a4a339c72f49d266216a
63866 Author: Behdad Esfahbod <behdad@behdad.org>
63867 Date:   Thu Nov 5 12:20:11 2009 -0500
63868
63869     Rename [xy]_pos to [xy]_offset since we don't accumulate positions
63870
63871  src/hb-buffer-private.h          |  4 ++--
63872  src/hb-buffer.h                  |  4 ++--
63873  src/hb-font.h                    |  4 ++--
63874  src/hb-ft.c                      | 10 +++++-----
63875  src/hb-ot-layout-gpos-private.hh | 40
63876  ++++++++++++----------------------------
63877  src/hb-shape.c                   | 14 +++++++-------
63878  src/hb-shape.h                   |  4 ++--
63879  7 files changed, 32 insertions(+), 48 deletions(-)
63880
63881 commit 2daa47e9cdbfb027f76765301b3a78950e92eb09
63882 Author: Behdad Esfahbod <behdad@behdad.org>
63883 Date:   Thu Nov 5 12:08:34 2009 -0500
63884
63885     Cosmetic
63886
63887  src/hb-shape.c | 2 +-
63888  1 file changed, 1 insertion(+), 1 deletion(-)
63889
63890 commit 2f50d873680ce0a43b6ec79df1ac946b91f31e63
63891 Author: Behdad Esfahbod <behdad@behdad.org>
63892 Date:   Wed Nov 4 21:07:03 2009 -0500
63893
63894     Start filling hb_shape() in
63895
63896  src/hb-buffer-private.h |  1 +
63897  src/hb-shape.c          | 40 +++++++++++++++++++++++++++++++++++++++-
63898  2 files changed, 40 insertions(+), 1 deletion(-)
63899
63900 commit ae070b7d39d03bd8bc1244f687b24db505f4af3f
63901 Author: Behdad Esfahbod <behdad@behdad.org>
63902 Date:   Wed Nov 4 20:29:54 2009 -0500
63903
63904     Add script and language to buffer
63905
63906  TODO                    |  1 -
63907  src/hb-buffer-private.h |  6 +++---
63908  src/hb-buffer.c         | 26 ++++++++++++++++++++++++++
63909  src/hb-buffer.h         | 15 ++++++++++++++-
63910  4 files changed, 43 insertions(+), 5 deletions(-)
63911
63912 commit 8a3511ac6c795226699c2b36e03401ecdf88f5f8
63913 Author: Behdad Esfahbod <behdad@behdad.org>
63914 Date:   Wed Nov 4 19:45:39 2009 -0500
63915
63916     Add hb_language_t as well as language/script conversion to OT tags
63917
63918  src/Makefile.am     |   4 +
63919  src/hb-language.c   | 113 +++++++++
63920  src/hb-language.h   |  44 ++++
63921  src/hb-ot-layout.cc |   6 +-
63922  src/hb-ot-layout.h  |   4 +-
63923  src/hb-ot-tag.c     | 662
63924  ++++++++++++++++++++++++++++++++++++++++++++++++++++
63925  src/hb-ot-tag.h     |  49 ++++
63926  src/hb-ot.h         |   1 +
63927  src/hb-private.h    |   3 +
63928  src/hb.h            |   1 +
63929  10 files changed, 882 insertions(+), 5 deletions(-)
63930
63931 commit 4591753ad4b5ec0224e3f1befdfe4fc5f6075562
63932 Author: Behdad Esfahbod <behdad@behdad.org>
63933 Date:   Wed Nov 4 18:15:59 2009 -0500
63934
63935     Define ARRAY_LENGTH
63936
63937  src/hb-private.h | 15 ++++++++-------
63938  1 file changed, 8 insertions(+), 7 deletions(-)
63939
63940 commit 214ac7c1ff51b397d227832526f882e824cb9ea3
63941 Author: Behdad Esfahbod <behdad@behdad.org>
63942 Date:   Wed Nov 4 18:12:32 2009 -0500
63943
63944     Another one
63945
63946  src/hb-unicode.h | 2 +-
63947  1 file changed, 1 insertion(+), 1 deletion(-)
63948
63949 commit 1e91434569a9e9535ef021ca52b60b2e2af75d19
63950 Author: Behdad Esfahbod <behdad@behdad.org>
63951 Date:   Wed Nov 4 18:12:09 2009 -0500
63952
63953     Minor
63954
63955  src/hb-open-type-private.hh | 2 +-
63956  1 file changed, 1 insertion(+), 1 deletion(-)
63957
63958 commit 48de3730cdf91b9f6473509e22260a902ccec992
63959 Author: Behdad Esfahbod <behdad@behdad.org>
63960 Date:   Wed Nov 4 16:59:50 2009 -0500
63961
63962     Fix previous commit, ouch!
63963
63964  src/hb-open-type-private.hh        | 12 ++++++++++++
63965  src/hb-ot-layout-common-private.hh | 12 ++++--------
63966  src/hb-ot-layout-gdef-private.hh   | 12 ++++--------
63967  3 files changed, 20 insertions(+), 16 deletions(-)
63968
63969 commit e21899bc3593aa0d3adf64cee21c5de2ea219783
63970 Author: Behdad Esfahbod <behdad@behdad.org>
63971 Date:   Wed Nov 4 16:36:14 2009 -0500
63972
63973     Fix array query API
63974
63975     The array query APIs now all do:
63976
63977       - Return the total number of items
63978       - Take a start_offset, such that individual items can be fetched
63979       - The _count IN/OUT variable always has number of items written
63980         into the array upon return of the function
63981
63982  TODO                                 |  1 -
63983  src/hb-ot-layout-common-private.hh   | 59 ++++++++++++++-----------
63984  src/hb-ot-layout-gdef-private.hh     | 84
63985  +++++++++++++++++++++---------------
63986  src/hb-ot-layout-gsubgpos-private.hh | 14 +++---
63987  src/hb-ot-layout.cc                  | 40 ++++++++++-------
63988  src/hb-ot-layout.h                   | 24 +++++++----
63989  6 files changed, 131 insertions(+), 91 deletions(-)
63990
63991 commit 3b59306b858d31d97be0ea8c64461de1d0d03572
63992 Author: Behdad Esfahbod <behdad@behdad.org>
63993 Date:   Wed Nov 4 15:48:32 2009 -0500
63994
63995     Finish FT glue.  Rough and untested
63996
63997  src/hb-font.cc |   2 +-
63998  src/hb-font.h  |   2 +-
63999  src/hb-ft.c    | 114
64000  ++++++++++++++++++++++++++++++---------------------------
64001  3 files changed, 63 insertions(+), 55 deletions(-)
64002
64003 commit f8be443aecd54b479470e6559b1dfbc8f33c5f55
64004 Author: Behdad Esfahbod <behdad@behdad.org>
64005 Date:   Tue Nov 3 20:28:27 2009 -0500
64006
64007     Add TODO item
64008
64009  TODO | 1 +
64010  1 file changed, 1 insertion(+)
64011
64012 commit 7951279b4a52b48f13631e7838dbc180c7249ea4
64013 Author: Behdad Esfahbod <behdad@behdad.org>
64014 Date:   Tue Nov 3 20:27:05 2009 -0500
64015
64016     Implement nil font functions
64017
64018  TODO                             |  1 +
64019  src/hb-font-private.h            |  8 ++---
64020  src/hb-font.cc                   | 72
64021  +++++++++++++++++++++++++++++++++++++---
64022  src/hb-font.h                    |  9 +++--
64023  src/hb-ot-layout-gpos-private.hh |  7 ++--
64024  src/hb-ot-layout-gsub-private.hh |  2 +-
64025  src/hb-private.h                 | 18 +++++-----
64026  7 files changed, 91 insertions(+), 26 deletions(-)
64027
64028 commit 8fb3d1aa4e613cdf965a83bd650c668884c58ad8
64029 Author: Behdad Esfahbod <behdad@behdad.org>
64030 Date:   Tue Nov 3 18:34:20 2009 -0500
64031
64032     Start ft glue
64033
64034  TODO                  |   3 -
64035  src/Makefile.am       |  16 ++++-
64036  src/hb-font-private.h |   4 +-
64037  src/hb-font.cc        |  17 ++++-
64038  src/hb-font.h         |   6 +-
64039  src/hb-ft.c           | 192
64040  ++++++++++++++++++++++++++++++++++++++++++++++++++
64041  src/hb-ft.h           |  52 ++++++++++++++
64042  src/hb-glib.h         |   2 -
64043  src/hb-icu.h          |   2 -
64044  src/hb.h              |   4 +-
64045  10 files changed, 281 insertions(+), 17 deletions(-)
64046
64047 commit d94647e2cd187bf4a4c8fb1c0c15c3d23c1293ac
64048 Author: Behdad Esfahbod <behdad@behdad.org>
64049 Date:   Tue Nov 3 16:35:10 2009 -0500
64050
64051     Add ICU glue
64052
64053  configure.ac    |   8 +-
64054  src/Makefile.am |  23 +++++-
64055  src/hb-icu.c    | 221
64056  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
64057  src/hb-icu.h    |  41 +++++++++++
64058  4 files changed, 288 insertions(+), 5 deletions(-)
64059
64060 commit b7dd4b945b4ec384526439b365a25739bf9cd2df
64061 Author: Behdad Esfahbod <behdad@behdad.org>
64062 Date:   Tue Nov 3 15:21:15 2009 -0500
64063
64064     Fix hb_be_uint16()
64065
64066  src/hb-private.h | 2 +-
64067  1 file changed, 1 insertion(+), 1 deletion(-)
64068
64069 commit cd7555eef27cb18857c0c06d2afdaf3a354a3c15
64070 Author: Behdad Esfahbod <behdad@behdad.org>
64071 Date:   Tue Nov 3 15:16:10 2009 -0500
64072
64073     Namespace MSVC defines in public header
64074
64075  src/hb-common.h | 8 ++++----
64076  1 file changed, 4 insertions(+), 4 deletions(-)
64077
64078 commit 5ebabecef382c3e8b0a2a5657b2c01f7ff37d796
64079 Author: Behdad Esfahbod <behdad@behdad.org>
64080 Date:   Tue Nov 3 15:15:07 2009 -0500
64081
64082     Move unicode_funcs to buffer
64083
64084  TODO                    |  1 -
64085  src/hb-buffer-private.h | 12 +++++++++++-
64086  src/hb-buffer.c         | 47
64087  ++++++++++++++++++++++++++++++++++++++---------
64088  src/hb-buffer.h         | 10 ++++++++++
64089  src/hb-font-private.h   |  3 ---
64090  src/hb-font.cc          | 17 -----------------
64091  src/hb-font.h           |  9 ++++-----
64092  7 files changed, 63 insertions(+), 36 deletions(-)
64093
64094 commit d5a8e46099e363d928b54de104126b1b34ba401c
64095 Author: Behdad Esfahbod <behdad@behdad.org>
64096 Date:   Tue Nov 3 15:14:40 2009 -0500
64097
64098     [Makefile] Install hb-unicode.h
64099
64100     Separate OT headers also.
64101
64102  src/Makefile.am | 27 ++++++++++++++++-----------
64103  1 file changed, 16 insertions(+), 11 deletions(-)
64104
64105 commit 63d7a41dd0704a7e89bd2872ad096f470f51866a
64106 Author: Behdad Esfahbod <behdad@behdad.org>
64107 Date:   Tue Nov 3 15:14:08 2009 -0500
64108
64109     [TODO] Add item for fixing buffer error handling
64110
64111  TODO | 1 +
64112  1 file changed, 1 insertion(+)
64113
64114 commit 21d0fce3d5364c91e5582bd530210f03e054d1a4
64115 Author: Behdad Esfahbod <behdad@behdad.org>
64116 Date:   Tue Nov 3 14:28:32 2009 -0500
64117
64118     Add check for not linking to libstdc++
64119
64120  TODO                   |  3 +--
64121  src/Makefile.am        |  4 ++++
64122  src/check-libstdc++.sh | 28 ++++++++++++++++++++++++++++
64123  3 files changed, 33 insertions(+), 2 deletions(-)
64124
64125 commit ca95ce460adf2ca6901595d4a6107fd000d90151
64126 Author: Behdad Esfahbod <behdad@behdad.org>
64127 Date:   Tue Nov 3 14:18:33 2009 -0500
64128
64129     Use the C linker, not C++ linker
64130
64131     Such that we don't link to libstdc++.
64132
64133  src/Makefile.am | 2 ++
64134  1 file changed, 2 insertions(+)
64135
64136 commit eb4ebda2d10637b966f42a4ed5cfaec46082a050
64137 Author: Behdad Esfahbod <behdad@behdad.org>
64138 Date:   Tue Nov 3 14:09:32 2009 -0500
64139
64140     [configure] Fix check for FreeType
64141
64142  configure.ac | 2 +-
64143  1 file changed, 1 insertion(+), 1 deletion(-)
64144
64145 commit cb0e99a5a76136c128faba1c27d7e7eac2f219ee
64146 Author: Behdad Esfahbod <behdad@behdad.org>
64147 Date:   Tue Nov 3 14:09:10 2009 -0500
64148
64149     [TODO] Remove obsolete item
64150
64151  TODO | 2 --
64152  1 file changed, 2 deletions(-)
64153
64154 commit 3a59ec37c5576b711c7c36dcfa2a63f6c00a3f5c
64155 Author: Behdad Esfahbod <behdad@behdad.org>
64156 Date:   Tue Nov 3 11:36:06 2009 -0500
64157
64158     Add bunch of TODO items
64159
64160  TODO | 15 ++++++++++++---
64161  1 file changed, 12 insertions(+), 3 deletions(-)
64162
64163 commit ffbe0a853d5e7defa85d0eef53814c22d1ecb412
64164 Author: Behdad Esfahbod <behdad@behdad.org>
64165 Date:   Tue Nov 3 10:52:45 2009 -0500
64166
64167     More MSVC fixes from Jonathan Kew
64168
64169  src/hb-common.h  | 7 ++++++-
64170  src/hb-private.h | 5 +++++
64171  2 files changed, 11 insertions(+), 1 deletion(-)
64172
64173 commit d3480ba37fbb5d4be75b094060f5b2f1ce98fb53
64174 Author: Behdad Esfahbod <behdad@behdad.org>
64175 Date:   Tue Nov 3 10:47:29 2009 -0500
64176
64177     Don't use zero-sized arrays
64178
64179     It's not part of the standard and MSVC doesn't like it.  It makes
64180     the code
64181     a lot less elegant than it used to be, but I think it should work now.
64182
64183  src/hb-open-file-private.hh          |  4 +-
64184  src/hb-open-type-private.hh          | 36 +++++++++++------
64185  src/hb-ot-layout-common-private.hh   | 33 ++++++++--------
64186  src/hb-ot-layout-gdef-private.hh     | 14 +++----
64187  src/hb-ot-layout-gpos-private.hh     | 76
64188  ++++++++++++++----------------------
64189  src/hb-ot-layout-gsub-private.hh     | 44 ++++++++-------------
64190  src/hb-ot-layout-gsubgpos-private.hh | 47 +++++++++++-----------
64191  src/hb-private.h                     |  5 +++
64192  8 files changed, 122 insertions(+), 137 deletions(-)
64193
64194 commit 6bec81aa3a58b8be255568b2ea63b7854e1b0ea7
64195 Author: Behdad Esfahbod <behdad@behdad.org>
64196 Date:   Mon Nov 2 19:17:36 2009 -0500
64197
64198     Cosmetic
64199
64200  src/hb-ot-layout-common-private.hh | 2 +-
64201  1 file changed, 1 insertion(+), 1 deletion(-)
64202
64203 commit f94cf6b969281cf8a7f701ff26ea4f134ff9746e
64204 Author: Behdad Esfahbod <behdad@behdad.org>
64205 Date:   Mon Nov 2 18:55:19 2009 -0500
64206
64207     Another try at build without glib
64208
64209  configure.ac | 8 ++++++--
64210  1 file changed, 6 insertions(+), 2 deletions(-)
64211
64212 commit 2f3e69f3cb7e571cc62b0840d0b3f2072b29345a
64213 Author: Behdad Esfahbod <behdad@behdad.org>
64214 Date:   Mon Nov 2 18:53:15 2009 -0500
64215
64216     Fix build without glib, again
64217
64218  src/Makefile.am | 4 ++--
64219  1 file changed, 2 insertions(+), 2 deletions(-)
64220
64221 commit d03f81865914b40e941bf680557c0d8f98e30ad5
64222 Author: Behdad Esfahbod <behdad@behdad.org>
64223 Date:   Mon Nov 2 18:52:21 2009 -0500
64224
64225     Disable configure cache
64226
64227  autogen.sh | 1 -
64228  1 file changed, 1 deletion(-)
64229
64230 commit a6451aa626fa5850d7c3b716bd52126995154e27
64231 Author: Behdad Esfahbod <behdad@behdad.org>
64232 Date:   Mon Nov 2 18:35:12 2009 -0500
64233
64234     We don't really use gthread directly
64235
64236  configure.ac | 2 +-
64237  1 file changed, 1 insertion(+), 1 deletion(-)
64238
64239 commit 63a792a811e0ad69d05e8805d4f347bd533db4c3
64240 Author: Behdad Esfahbod <behdad@behdad.org>
64241 Date:   Mon Nov 2 18:33:52 2009 -0500
64242
64243     Update Makefile to build without glib
64244
64245  src/Makefile.am | 12 +++++++++---
64246  src/hb-glib.c   |  2 ++
64247  2 files changed, 11 insertions(+), 3 deletions(-)
64248
64249 commit 68a2c771e2b923461a552bf3673e9e8245e1bfea
64250 Author: Behdad Esfahbod <behdad@behdad.org>
64251 Date:   Mon Nov 2 18:31:53 2009 -0500
64252
64253     Build without glib
64254
64255     Thready-safety disabled in that case, until we add support for
64256     pthread, etc.
64257     Fun...
64258
64259  src/hb-private.h | 19 +++++++++++++++++--
64260  1 file changed, 17 insertions(+), 2 deletions(-)
64261
64262 commit cc4c096a7e08ae96b3030fe27f871ce5b797f370
64263 Author: Behdad Esfahbod <behdad@behdad.org>
64264 Date:   Mon Nov 2 18:13:17 2009 -0500
64265
64266     MSVC has no stdint.h
64267
64268  src/hb-common.h | 13 +++++++++++++
64269  1 file changed, 13 insertions(+)
64270
64271 commit 9a204c7ab57ca0a866c72e1431c54a8883b15605
64272 Author: Behdad Esfahbod <behdad@behdad.org>
64273 Date:   Mon Nov 2 18:11:55 2009 -0500
64274
64275     Remove use of GINT16_FROM_BE
64276
64277  src/hb-private.h | 10 ++--------
64278  1 file changed, 2 insertions(+), 8 deletions(-)
64279
64280 commit 1f0ceeb8cf2fad0a0dfd338ce1472470a81789d4
64281 Author: Behdad Esfahbod <behdad@behdad.org>
64282 Date:   Mon Nov 2 16:28:39 2009 -0500
64283
64284     Install library
64285
64286  autogen.sh      | 2 +-
64287  src/Makefile.am | 5 ++---
64288  2 files changed, 3 insertions(+), 4 deletions(-)
64289
64290 commit 5932f8f7c3b73ade3752020351fa8b6a9a3bf500
64291 Author: Behdad Esfahbod <behdad@behdad.org>
64292 Date:   Mon Nov 2 16:38:41 2009 -0500
64293
64294     Generate ChangeLog
64295
64296  Makefile.am | 39 +++++++++++++++++++++++++++++++++++++++
64297  1 file changed, 39 insertions(+)
64298
64299 commit 29aa40018301a4f138cd5e73463079c7704bf3ac
64300 Author: Behdad Esfahbod <behdad@behdad.org>
64301 Date:   Mon Nov 2 16:28:39 2009 -0500
64302
64303     Add build system
64304
64305  AUTHORS                |   0
64306  src/COPYING => COPYING |   0
64307  Makefile.am            |   3 +
64308  NEWS                   |   0
64309  src/README => README   |   0
64310  src/TODO => TODO       |   0
64311  autogen.sh             | 189
64312  +++++++++++++++++++++++++++++++++++++++++++++++++
64313  configure.ac           |  40 +++++++++++
64314  git.mk                 | 184
64315  +++++++++++++++++++++++++++++++++++++++++++++++
64316  harfbuzz.pc.in         |  11 +++
64317  src/.gitignore         |   1 -
64318  src/Makefile.ng        |  11 ---
64319  12 files changed, 427 insertions(+), 12 deletions(-)
64320
64321 commit c09ed9801ead002d6f8e507ce664b83707b202e9
64322 Author: Behdad Esfahbod <behdad@behdad.org>
64323 Date:   Thu Oct 29 03:08:42 2009 -0400
64324
64325     [HB] Add glyph_metrics typedef
64326
64327  src/hb-font.h | 9 +++++++++
64328  1 file changed, 9 insertions(+)
64329
64330 commit 91b1e03e0312be2a7a165308239b40449e3ab360
64331 Author: Behdad Esfahbod <behdad@behdad.org>
64332 Date:   Thu Oct 29 03:05:18 2009 -0400
64333
64334     [HB] Add point_index to get_contour_point()
64335
64336     Pointed out by Keith Stribley on HarfBuzz list.
64337
64338  src/hb-font.h | 1 +
64339  1 file changed, 1 insertion(+)
64340
64341 commit aa87d951739f6beacb66daa235cd033fdcfcadd7
64342 Author: Behdad Esfahbod <behdad@behdad.org>
64343 Date:   Thu Oct 29 03:00:44 2009 -0400
64344
64345     [HB] Fix lookup_flag ignoring
64346
64347     Reported by Keith Stribley on HarfBuzz list.
64348
64349  src/hb-ot-layout-common-private.hh | 1 +
64350  src/hb-ot-layout.cc                | 2 +-
64351  2 files changed, 2 insertions(+), 1 deletion(-)
64352
64353 commit 52e9a71d578c5171bbb0f4bfc1b70841c3270328
64354 Author: Behdad Esfahbod <behdad@behdad.org>
64355 Date:   Mon Sep 21 13:58:56 2009 -0400
64356
64357     [HB] Add comment
64358
64359  src/hb-ot-layout-gsubgpos-private.hh | 5 +++++
64360  1 file changed, 5 insertions(+)
64361
64362 commit f9c0a2dad09cd168fb28cdee09b4303f307ea56d
64363 Author: Behdad Esfahbod <behdad@behdad.org>
64364 Date:   Mon Sep 21 13:43:54 2009 -0400
64365
64366     [HB] Fix apply_lookup() loop
64367
64368     Part of Bug 595539 - Regressions in rendering certain Thai sequences
64369     with
64370     OpenType font
64371
64372  src/hb-ot-layout-gsubgpos-private.hh | 3 ++-
64373  1 file changed, 2 insertions(+), 1 deletion(-)
64374
64375 commit c0ab43c05833e8fc06d770a89370bec58a627e74
64376 Author: Behdad Esfahbod <behdad@behdad.org>
64377 Date:   Mon Sep 21 13:40:38 2009 -0400
64378
64379     [HB] Fix bug in chain_context_lookup() invocations
64380
64381     Part of Bug 595539 - Regressions in rendering certain Thai sequences
64382     with
64383     OpenType font
64384
64385  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
64386  1 file changed, 2 insertions(+), 2 deletions(-)
64387
64388 commit e6bd4e93bd5722249ab977dfa98bdc8eb765318c
64389 Author: Behdad Esfahbod <behdad@behdad.org>
64390 Date:   Sun Aug 30 21:02:28 2009 -0400
64391
64392     [HB] Add TODO item
64393
64394  src/TODO | 1 +
64395  1 file changed, 1 insertion(+)
64396
64397 commit 3e2401f6c53d2b047954d75c37aef5e5e7cdc51a
64398 Author: Behdad Esfahbod <behdad@behdad.org>
64399 Date:   Fri Aug 28 17:17:11 2009 -0400
64400
64401     [HB] Rename DEBUG to TRACE where appropriate
64402
64403  src/hb-open-file-private.hh          |  8 ++--
64404  src/hb-open-type-private.hh          | 50 ++++++++++----------
64405  src/hb-ot-layout-common-private.hh   | 32 ++++++-------
64406  src/hb-ot-layout-gdef-private.hh     | 20 ++++----
64407  src/hb-ot-layout-gpos-private.hh     | 92
64408  ++++++++++++++++++------------------
64409  src/hb-ot-layout-gsub-private.hh     | 72 ++++++++++++++--------------
64410  src/hb-ot-layout-gsubgpos-private.hh | 78 +++++++++++++++---------------
64411  7 files changed, 176 insertions(+), 176 deletions(-)
64412
64413 commit 0535b50f436f3dac85e6df1761957f86c2bd7213
64414 Author: Behdad Esfahbod <behdad@behdad.org>
64415 Date:   Fri Aug 28 17:14:33 2009 -0400
64416
64417     [HB] Add GSUB/GPOS tracing
64418
64419  src/hb-ot-layout-gpos-private.hh     | 29 ++++++++++++++++++---
64420  src/hb-ot-layout-gsub-private.hh     | 28 ++++++++++++++++++---
64421  src/hb-ot-layout-gsubgpos-private.hh | 49
64422  ++++++++++++++++++++++++++++++++++--
64423  3 files changed, 98 insertions(+), 8 deletions(-)
64424
64425 commit 95e202403ffa543c817f45cca21fbc116eb8e807
64426 Author: Behdad Esfahbod <behdad@behdad.org>
64427 Date:   Fri Aug 28 16:31:20 2009 -0400
64428
64429     [HB] Allow enabling different debug facilities individually
64430
64431  src/hb-blob.c               | 28 ++++++++++++++++------------
64432  src/hb-open-type-private.hh | 32 ++++++++++++++++++--------------
64433  2 files changed, 34 insertions(+), 26 deletions(-)
64434
64435 commit 37006bd1bd107ac1a1c1b131579e9c494ba3a20f
64436 Author: Behdad Esfahbod <behdad@behdad.org>
64437 Date:   Fri Aug 28 09:46:14 2009 -0400
64438
64439     Fix stupid array growing bug
64440
64441  src/hb-ot-layout.cc | 5 ++++-
64442  1 file changed, 4 insertions(+), 1 deletion(-)
64443
64444 commit 9897749113f76dc26a83bfae8de62e55d384fcad
64445 Author: Behdad Esfahbod <behdad@behdad.org>
64446 Date:   Thu Aug 27 01:32:17 2009 -0400
64447
64448     [HB] Simplify counting
64449
64450  src/hb-ot-layout.cc | 9 +++++----
64451  1 file changed, 5 insertions(+), 4 deletions(-)
64452
64453 commit 81a5c4df94e7c6066314d5fe75bbaf24483bc022
64454 Author: Behdad Esfahbod <behdad@behdad.org>
64455 Date:   Thu Aug 27 00:21:04 2009 -0400
64456
64457     [HB] Indent
64458
64459  src/hb-blob.c | 4 ++--
64460  1 file changed, 2 insertions(+), 2 deletions(-)
64461
64462 commit c91facd83b5dc3b9aed75617c7c35585ff18889f
64463 Author: Behdad Esfahbod <behdad@behdad.org>
64464 Date:   Wed Aug 26 18:53:43 2009 -0400
64465
64466     [HB] Bug 593231 - < c99 compiler dislikes ValueRecord
64467
64468  src/hb-ot-layout-gpos-private.hh | 4 +++-
64469  1 file changed, 3 insertions(+), 1 deletion(-)
64470
64471 commit f0c7540c4e217a7354072365a7301453d1e25b80
64472 Author: Behdad Esfahbod <behdad@behdad.org>
64473 Date:   Thu Aug 20 14:01:37 2009 -0400
64474
64475     Bug 592484 -  invalid write in HB
64476
64477     Fix off-by-one.
64478
64479  src/hb-ot-layout.cc | 4 ++--
64480  1 file changed, 2 insertions(+), 2 deletions(-)
64481
64482 commit b614b004723ead60849dd37e7ba2faee67cebd93
64483 Author: Behdad Esfahbod <behdad@behdad.org>
64484 Date:   Thu Aug 20 13:07:50 2009 -0400
64485
64486     [HB][glib] Make glib unicode funcs static
64487
64488  src/hb-glib.c | 36 +++++++++++++++++-------------------
64489  1 file changed, 17 insertions(+), 19 deletions(-)
64490
64491 commit 8b5346130425c7c101f6ff2432874ba2fd372edc
64492 Author: Behdad Esfahbod <behdad@behdad.org>
64493 Date:   Wed Aug 19 18:16:50 2009 -0400
64494
64495     [HB] Fix more casts
64496
64497  src/hb-open-type-private.hh | 10 +++++-----
64498  1 file changed, 5 insertions(+), 5 deletions(-)
64499
64500 commit 9d2e02db74deb3b3b92beab96f112cc387c8bd88
64501 Author: Behdad Esfahbod <behdad@behdad.org>
64502 Date:   Wed Aug 19 18:07:36 2009 -0400
64503
64504     [HB] Rename CAIRO_ in macro prefix to HB_
64505
64506     Hiss!
64507
64508  src/hb-private.h | 6 +++---
64509  1 file changed, 3 insertions(+), 3 deletions(-)
64510
64511 commit 388ad037ff399c23c5e24bbcede27e0e35bed07e
64512 Author: Behdad Esfahbod <behdad@behdad.org>
64513 Date:   Wed Aug 19 16:45:41 2009 -0400
64514
64515     [HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE
64516
64517     Unlike the rest of the memory-mode enum, this one didn't only
64518     describe the access mode of the input memory region.  Remove it.
64519
64520     If someone wants to inhibit duplicating, they can lock the blob
64521     and throw away the key.
64522
64523     Based on mailing list discussion with Carl Worth.
64524
64525  src/hb-blob.c | 51 +++++++++++++++++++++++++--------------------------
64526  src/hb-blob.h |  1 -
64527  2 files changed, 25 insertions(+), 27 deletions(-)
64528
64529 commit 977eeb714454630bd045bb11f58ff6397f10b143
64530 Author: Behdad Esfahbod <behdad@behdad.org>
64531 Date:   Wed Aug 19 16:17:24 2009 -0400
64532
64533     [HB] s/writeable/writable/g
64534
64535  src/hb-blob.c               | 38 +++++++++++++++++++-------------------
64536  src/hb-blob.h               | 10 +++++-----
64537  src/hb-open-type-private.hh |  6 +++---
64538  3 files changed, 27 insertions(+), 27 deletions(-)
64539
64540 commit 2f5931e404cb56e31d24b2eb7ff0a849fb077b55
64541 Author: Behdad Esfahbod <behdad@behdad.org>
64542 Date:   Wed Aug 19 16:07:40 2009 -0400
64543
64544     [HB] Hide lig_id and component members of hb_glyph_info_t
64545
64546  src/hb-buffer.h | 5 ++---
64547  1 file changed, 2 insertions(+), 3 deletions(-)
64548
64549 commit 6b600dd6199104cff01b3fa43d2abb52ae4319ea
64550 Author: Behdad Esfahbod <behdad@behdad.org>
64551 Date:   Wed Aug 19 14:45:24 2009 -0400
64552
64553     [HB] Fix typo
64554
64555  src/hb-font.h | 2 +-
64556  1 file changed, 1 insertion(+), 1 deletion(-)
64557
64558 commit 32c65a5ca3bde673bf2aa8fca911dd32914d3122
64559 Author: Behdad Esfahbod <behdad@behdad.org>
64560 Date:   Tue Aug 18 18:37:36 2009 -0400
64561
64562     [HB] Add font funcs prototypes
64563
64564  src/hb-font-private.h |  2 --
64565  src/hb-font.cc        | 14 ++++++--------
64566  src/hb-font.h         | 23 ++++++++++++++++-------
64567  3 files changed, 22 insertions(+), 17 deletions(-)
64568
64569 commit 8f034d5849627ee95a5889fa34c9ba294fff13ca
64570 Author: Behdad Esfahbod <behdad@behdad.org>
64571 Date:   Tue Aug 18 16:41:59 2009 -0400
64572
64573     Fix a few other pedantic warnings
64574
64575  src/hb-ot-layout-common-private.hh | 2 +-
64576  src/hb-ot-layout-gdef-private.hh   | 2 +-
64577  src/hb-ot-layout-gpos-private.hh   | 4 ++--
64578  src/hb-ot-layout-gsub-private.hh   | 2 +-
64579  4 files changed, 5 insertions(+), 5 deletions(-)
64580
64581 commit 864e2560b627f1e73be3b0635e02f00844cb67c3
64582 Author: Behdad Esfahbod <behdad@behdad.org>
64583 Date:   Tue Aug 18 16:38:48 2009 -0400
64584
64585     [HB] Fix pedantic warnings
64586
64587  src/hb-blob.h           |  2 +-
64588  src/hb-buffer-private.h | 18 +++++++++---------
64589  src/hb-buffer.h         |  6 +++---
64590  3 files changed, 13 insertions(+), 13 deletions(-)
64591
64592 commit 3e09722214d9bbcc9014409342072c79d0c4447f
64593 Author: Behdad Esfahbod <behdad@behdad.org>
64594 Date:   Tue Aug 18 16:32:31 2009 -0400
64595
64596     [HB] Fix more wrong method signatures
64597
64598  src/hb-ot-layout-common-private.hh | 2 +-
64599  1 file changed, 1 insertion(+), 1 deletion(-)
64600
64601 commit 822e99fe9ae920df41a0bd3f1125495c2ea96b45
64602 Author: Behdad Esfahbod <behdad@behdad.org>
64603 Date:   Tue Aug 18 16:27:48 2009 -0400
64604
64605     [HB] Fix wrong method signature
64606
64607  src/hb-ot-layout-common-private.hh | 4 ++--
64608  1 file changed, 2 insertions(+), 2 deletions(-)
64609
64610 commit 4ff2a58952f010c6252f06e5f404d6840d257250
64611 Author: Behdad Esfahbod <behdad@behdad.org>
64612 Date:   Tue Aug 18 15:49:23 2009 -0400
64613
64614     Bug 592194 -  Fix missing _SC_PAGE_SIZE macro
64615
64616     Autoconfiscate a simple call to mprotect() even more.
64617
64618  src/hb-blob.c | 94
64619  ++++++++++++++++++++++++++++++++++++++---------------------
64620  1 file changed, 60 insertions(+), 34 deletions(-)
64621
64622 commit 3c69bd46e27069fac0bfdefdecf5492c17eb01df
64623 Author: Behdad Esfahbod <behdad@behdad.org>
64624 Date:   Mon Aug 17 16:48:13 2009 -0400
64625
64626     [HB] Avoid int overflow in GPOS
64627
64628     Bug 592036 - integer overflow bug causes misrendering of Nepali
64629     characters
64630
64631  src/hb-ot-layout-gpos-private.hh | 20 ++++++++++----------
64632  src/hb-private.h                 |  3 +++
64633  2 files changed, 13 insertions(+), 10 deletions(-)
64634
64635 commit b2b18ef43c5bac6a5bb8412da7c9a37f815d4deb
64636 Author: Behdad Esfahbod <behdad@behdad.org>
64637 Date:   Fri Aug 14 19:37:18 2009 -0400
64638
64639     [HB] Simplify loop
64640
64641  src/hb-ot-layout-gpos-private.hh | 31 ++++++++++++++-----------------
64642  1 file changed, 14 insertions(+), 17 deletions(-)
64643
64644 commit b41f210d12d8df48e645823463343f7e14b0ddd0
64645 Author: Behdad Esfahbod <behdad@behdad.org>
64646 Date:   Fri Aug 14 19:33:24 2009 -0400
64647
64648     [HB] Merge mark positionin code between three types of lookups
64649
64650  src/hb-ot-layout-gpos-private.hh | 95
64651  ++++++++++++----------------------------
64652  1 file changed, 29 insertions(+), 66 deletions(-)
64653
64654 commit cd33cb9ed84308da72bd7c64b9355dc2410c63ec
64655 Author: Behdad Esfahbod <behdad@behdad.org>
64656 Date:   Fri Aug 14 18:42:42 2009 -0400
64657
64658     [HB] More minor shuffling
64659
64660  src/hb-open-type-private.hh        | 3 ---
64661  src/hb-ot-layout-common-private.hh | 5 +++++
64662  2 files changed, 5 insertions(+), 3 deletions(-)
64663
64664 commit 80e2aa2e1bfa2c8ecedcfa4cce8cadeb15792ac3
64665 Author: Behdad Esfahbod <behdad@behdad.org>
64666 Date:   Fri Aug 14 18:40:56 2009 -0400
64667
64668     [HB] Move code around
64669
64670  src/hb-open-type-private.hh        | 21 +++++++++++++++++++++
64671  src/hb-ot-layout-common-private.hh | 19 -------------------
64672  2 files changed, 21 insertions(+), 19 deletions(-)
64673
64674 commit 3564ee5216004d45d30b0ded61184cf8dde5dd89
64675 Author: Behdad Esfahbod <behdad@behdad.org>
64676 Date:   Fri Aug 14 18:32:56 2009 -0400
64677
64678     [HB] Correctly sanitize LigatureAttach
64679
64680  src/hb-open-type-private.hh        | 14 ++++++++++----
64681  src/hb-ot-layout-common-private.hh |  4 ++++
64682  src/hb-ot-layout-gdef-private.hh   |  4 ++--
64683  src/hb-ot-layout-gpos-private.hh   |  6 +++---
64684  4 files changed, 19 insertions(+), 9 deletions(-)
64685
64686 commit cb71a2fb76c6ddee050f775eb299ee44230c3ac9
64687 Author: Behdad Esfahbod <behdad@behdad.org>
64688 Date:   Fri Aug 14 18:14:03 2009 -0400
64689
64690     [HB] Simplify MarkBase and MarkLig too
64691
64692  src/hb-ot-layout-gpos-private.hh | 127
64693  +++++++++++++++------------------------
64694  1 file changed, 48 insertions(+), 79 deletions(-)
64695
64696 commit dfa54f4440960c39d37ef02fff4c0d9eb315d4b4
64697 Author: Behdad Esfahbod <behdad@behdad.org>
64698 Date:   Fri Aug 14 17:53:31 2009 -0400
64699
64700     [HB] Simplify MarkMark
64701
64702  src/hb-ot-layout-gpos-private.hh | 29 ++++++++++++++++-------------
64703  1 file changed, 16 insertions(+), 13 deletions(-)
64704
64705 commit 815a73e4202ca17677f12e862b70ca8724cf2f57
64706 Author: Behdad Esfahbod <behdad@behdad.org>
64707 Date:   Fri Aug 14 17:31:16 2009 -0400
64708
64709     [HB] Fix possible int overflows during sanitize
64710
64711  src/TODO                         |  1 -
64712  src/hb-open-type-private.hh      | 22 ++++++++++++++++++++++
64713  src/hb-ot-layout-gpos-private.hh | 15 ++++++++-------
64714  3 files changed, 30 insertions(+), 8 deletions(-)
64715
64716 commit ae728e51e94d18d731b7c8dc524da1a4f427d63b
64717 Author: Behdad Esfahbod <behdad@behdad.org>
64718 Date:   Fri Aug 14 16:41:00 2009 -0400
64719
64720     [HB] Debug output for SANITIZE_MEM()
64721
64722  src/hb-open-type-private.hh | 34 +++++++++++++++++++++++-----------
64723  1 file changed, 23 insertions(+), 11 deletions(-)
64724
64725 commit 41895506cb6a41b1a833866f8822261ea449ea0b
64726 Author: Behdad Esfahbod <behdad@behdad.org>
64727 Date:   Fri Aug 14 16:25:33 2009 -0400
64728
64729     [HB] Use inline function for SANITIZE_MEM()
64730
64731  src/hb-open-type-private.hh | 33 ++++++++++++++++++++-------------
64732  1 file changed, 20 insertions(+), 13 deletions(-)
64733
64734 commit 95528131b5ab9fc9e265ace715832135ebd457a4
64735 Author: Behdad Esfahbod <behdad@behdad.org>
64736 Date:   Fri Aug 14 16:17:32 2009 -0400
64737
64738     [HB] Use SANITIZE_THIS() when applicable
64739
64740  src/hb-open-type-private.hh | 6 +++---
64741  1 file changed, 3 insertions(+), 3 deletions(-)
64742
64743 commit 5769538abfe153c503da4801649493e57a9854c2
64744 Author: Behdad Esfahbod <behdad@behdad.org>
64745 Date:   Fri Aug 14 16:12:22 2009 -0400
64746
64747     [HB] Add note about auditing sanitize code for overflows
64748
64749  src/TODO                         | 1 +
64750  src/hb-ot-layout-gpos-private.hh | 2 +-
64751  2 files changed, 2 insertions(+), 1 deletion(-)
64752
64753 commit 15232e26f4a89dab1b6de35ad9d3d16e75bf93d0
64754 Author: Behdad Esfahbod <behdad@behdad.org>
64755 Date:   Thu Aug 13 17:13:25 2009 -0400
64756
64757     [HB] Add empty hb_shape() API
64758
64759  src/Makefile.am |  2 ++
64760  src/hb-shape.c  | 40 ++++++++++++++++++++++++++++++++++++++++
64761  src/hb-shape.h  | 53
64762  +++++++++++++++++++++++++++++++++++++++++++++++++++++
64763  3 files changed, 95 insertions(+)
64764
64765 commit 2866d2974b6768e93cc7d473d14c5a8abae5f7fd
64766 Author: Behdad Esfahbod <behdad@behdad.org>
64767 Date:   Thu Aug 13 11:47:08 2009 -0400
64768
64769     [HB] Bitfield packing *is* very delicate
64770
64771     Fix the second instance.
64772
64773  src/hb-buffer.h | 2 +-
64774  1 file changed, 1 insertion(+), 1 deletion(-)
64775
64776 commit ec90ee23b29aab187c3fa209970aa97434c84b1b
64777 Author: Behdad Esfahbod <behdad@behdad.org>
64778 Date:   Thu Aug 13 05:25:23 2009 -0400
64779
64780     Bug 591511 – hh-blob.c does not compile using mingw on windows
64781
64782     Check for sys/mman.h, not mprotect().
64783
64784  src/hb-blob.c | 8 ++++----
64785  1 file changed, 4 insertions(+), 4 deletions(-)
64786
64787 commit 12eae6d55d468ff2fbe2bc12bec188d313c671f9
64788 Author: Behdad Esfahbod <behdad@behdad.org>
64789 Date:   Thu Aug 13 05:20:46 2009 -0400
64790
64791     [HB] Fix buffer sizing issue with mingw gcc
64792
64793     Bit field packing is a delicate field.  Issue reported in comment
64794     3 here:
64795     http://bugzilla.gnome.org/show_bug.cgi?id=591511
64796
64797  src/hb-buffer-private.h | 14 +++++++-------
64798  1 file changed, 7 insertions(+), 7 deletions(-)
64799
64800 commit 6936706cd77f96961a1239d0c9dc8ede64d7f06d
64801 Author: Behdad Esfahbod <behdad@behdad.org>
64802 Date:   Wed Aug 12 19:45:50 2009 -0400
64803
64804     Bug 591413 – needs to link with libstdc++
64805
64806     Enforce -fno-exceptions better.
64807
64808  src/Makefile.am | 2 +-
64809  1 file changed, 1 insertion(+), 1 deletion(-)
64810
64811 commit c486ea9c3582710474c1085c21c1dc5e2700adc3
64812 Author: Behdad Esfahbod <behdad@behdad.org>
64813 Date:   Wed Aug 12 19:36:29 2009 -0400
64814
64815     Bug 591511 – hb-blob.c does not compile using mingw on windows
64816
64817     Only call mprotect() when available.  For optimal performance, a win32
64818     way to make memory writeable needs to be added.
64819
64820  src/hb-blob.c | 8 ++++++++
64821  1 file changed, 8 insertions(+)
64822
64823 commit a579584594f1ca4781f1c5b92ad78513c0b37480
64824 Author: Behdad Esfahbod <behdad@behdad.org>
64825 Date:   Wed Aug 12 19:23:16 2009 -0400
64826
64827     [HB] Add comment
64828
64829  src/hb-buffer-private.h | 2 +-
64830  1 file changed, 1 insertion(+), 1 deletion(-)
64831
64832 commit b6e66ee102eb5b64d945e5a73ab63fe8cac5edcb
64833 Author: Behdad Esfahbod <behdad@behdad.org>
64834 Date:   Wed Aug 12 16:50:28 2009 -0400
64835
64836     [HB] Always clear positions if dirty, before returning to user
64837
64838  src/hb-buffer.c | 4 ++--
64839  1 file changed, 2 insertions(+), 2 deletions(-)
64840
64841 commit e4679d9fae43f3219c476c5b9e411d1f5d0d5bae
64842 Author: Behdad Esfahbod <behdad@behdad.org>
64843 Date:   Wed Aug 12 16:47:27 2009 -0400
64844
64845     [HB] Fix _hb_buffer_next() when positioning
64846
64847     We were copying glyphs to output.  This should not happen when in
64848     GPOS.  Back then it was fine, then some optimizations broke then
64849     assumption.
64850
64851  src/hb-buffer-private.h |  1 +
64852  src/hb-buffer.c         | 12 ++++++++++++
64853  2 files changed, 13 insertions(+)
64854
64855 commit 5ccf1ba339d6ffb4469f1c4f20d8d8d00012c857
64856 Author: Behdad Esfahbod <behdad@behdad.org>
64857 Date:   Wed Aug 12 15:55:23 2009 -0400
64858
64859     [HB] Fixed signedness warnings
64860
64861  src/hb-open-type-private.hh | 4 ++--
64862  1 file changed, 2 insertions(+), 2 deletions(-)
64863
64864 commit f71329147bd3087588cfeafd6feff45f29d1ca7a
64865 Author: Behdad Esfahbod <behdad@behdad.org>
64866 Date:   Wed Aug 12 15:48:44 2009 -0400
64867
64868     [HB] Ouch.  Fix compilation.
64869
64870  src/hb-ot-layout-gpos-private.hh | 2 +-
64871  1 file changed, 1 insertion(+), 1 deletion(-)
64872
64873 commit 0532ed160c678b5404b20594fd2ca9a640bf6a0a
64874 Author: Behdad Esfahbod <behdad@behdad.org>
64875 Date:   Wed Aug 12 15:40:04 2009 -0400
64876
64877     [HB] Fix invalid access / overflow on x86-64
64878
64879     Bug 591557 – [HB] crash scrolling the evolution message list
64880     Bug 591576 – crashed with SIGSEGV at pango
64881
64882  src/hb-ot-layout-gpos-private.hh | 21 ++++++++++++---------
64883  src/hb-ot-layout-gsub-private.hh |  2 --
64884  2 files changed, 12 insertions(+), 11 deletions(-)
64885
64886 commit 8d70312c7b899131c3aafa7a43527ef3ced33bfe
64887 Author: Behdad Esfahbod <behdad@behdad.org>
64888 Date:   Mon Aug 10 23:50:51 2009 -0400
64889
64890     [HB] Add hb_font_funcs_make_immutable()
64891
64892  src/hb-font-private.h |  4 ++++
64893  src/hb-font.cc        | 17 +++++++++++++++--
64894  src/hb-font.h         |  3 +++
64895  3 files changed, 22 insertions(+), 2 deletions(-)
64896
64897 commit 3284d05da27c338d94f0da99df66d924cd9d6717
64898 Author: Behdad Esfahbod <behdad@behdad.org>
64899 Date:   Mon Aug 10 23:45:57 2009 -0400
64900
64901     [HB] Add missing initializer
64902
64903  src/hb-font.cc | 4 +++-
64904  1 file changed, 3 insertions(+), 1 deletion(-)
64905
64906 commit 081819ea8b98c0a4b4dffe8d4aca3512f9798719
64907 Author: Behdad Esfahbod <behdad@behdad.org>
64908 Date:   Mon Aug 10 23:40:28 2009 -0400
64909
64910     [OT] Hookup glib unicode funcs
64911
64912  src/hb-buffer.c     | 14 +++++++-------
64913  src/hb-glib.c       |  4 +++-
64914  src/hb-glib.h       |  4 ++--
64915  src/hb-ot-layout.cc | 10 +++++-----
64916  src/hb-private.h    |  2 +-
64917  5 files changed, 18 insertions(+), 16 deletions(-)
64918
64919 commit 49f261df2aa753e8b09e97f7835e6a827f92970a
64920 Author: Behdad Esfahbod <behdad@behdad.org>
64921 Date:   Mon Aug 10 23:35:05 2009 -0400
64922
64923     [HB] Add hb-glib
64924
64925  src/Makefile.am          |  4 +++-
64926  src/hb-glib.c            | 56
64927  ++++++++++++++++++++++++++++++++++++++++++++++++
64928  src/hb-glib.h            | 41 +++++++++++++++++++++++++++++++++++
64929  src/hb-unicode-private.h |  2 +-
64930  src/hb-unicode.c         | 10 ++++-----
64931  src/hb-unicode.h         |  6 +++---
64932  6 files changed, 109 insertions(+), 10 deletions(-)
64933
64934 commit eb27ec0cef0d92740875ab5035b53acc639e5fae
64935 Author: Behdad Esfahbod <behdad@behdad.org>
64936 Date:   Mon Aug 10 23:25:28 2009 -0400
64937
64938     [HB] Add hb_unicode_funcs_make_immutable()
64939
64940  src/hb-unicode-private.h |  2 ++
64941  src/hb-unicode.c         | 22 +++++++++++++++++-----
64942  src/hb-unicode.h         |  2 ++
64943  3 files changed, 21 insertions(+), 5 deletions(-)
64944
64945 commit af9e104028b7cdc1fbba0eb1d86cfa4d5258657f
64946 Author: Behdad Esfahbod <behdad@behdad.org>
64947 Date:   Mon Aug 10 23:21:33 2009 -0400
64948
64949     [HB] Use nil unicode funcs in nil face
64950
64951  src/hb-font.cc           | 7 ++++---
64952  src/hb-unicode-private.h | 3 +++
64953  src/hb-unicode.c         | 2 +-
64954  3 files changed, 8 insertions(+), 4 deletions(-)
64955
64956 commit 48910f8f0034c54b4e11cef3d08aa40e52c06b28
64957 Author: Behdad Esfahbod <behdad@behdad.org>
64958 Date:   Mon Aug 10 23:05:05 2009 -0400
64959
64960     [HB] Initialize unicode funcs to nil getters
64961
64962  src/hb-unicode.c | 29 +++++++++++++++++++----------
64963  1 file changed, 19 insertions(+), 10 deletions(-)
64964
64965 commit 04cc0a29ee1472c318c36efcd19b9c1a6657d9ea
64966 Author: Behdad Esfahbod <behdad@behdad.org>
64967 Date:   Mon Aug 10 22:58:56 2009 -0400
64968
64969     [HB] Flesh out Unicode funcs
64970
64971  src/hb-object-private.h  |  2 +-
64972  src/hb-unicode-private.h | 12 ++++-----
64973  src/hb-unicode.c         | 67
64974  ++++++++++++++++++++++++++++++++++++++++++------
64975  src/hb-unicode.h         |  3 ---
64976  4 files changed, 65 insertions(+), 19 deletions(-)
64977
64978 commit 299f08961ffcea27e8def4f0743d0c86ef8dadf1
64979 Author: Behdad Esfahbod <behdad@behdad.org>
64980 Date:   Mon Aug 10 22:47:57 2009 -0400
64981
64982     [HB] Implement buffer UTF-X input
64983
64984  src/hb-buffer.c | 110
64985  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
64986  src/hb-buffer.h |  12 +++----
64987  2 files changed, 116 insertions(+), 6 deletions(-)
64988
64989 commit 1b7b97f28ac192006ca5b6d1cc9fbc80fa2bdb55
64990 Author: Behdad Esfahbod <behdad@behdad.org>
64991 Date:   Mon Aug 10 21:10:37 2009 -0400
64992
64993     [HB] Add buffer UTF-X API
64994
64995  src/hb-buffer.h | 21 +++++++++++++++++++++
64996  1 file changed, 21 insertions(+)
64997
64998 commit fbaf8ffa098bd2b6fb4f4bc2d04b360a319c4af5
64999 Author: Behdad Esfahbod <behdad@behdad.org>
65000 Date:   Mon Aug 10 20:59:25 2009 -0400
65001
65002     [HB] Add hb_buffer_reverse()
65003
65004  src/hb-buffer.c | 32 +++++++++++++++++++++++++++++---
65005  src/hb-buffer.h |  7 +++++++
65006  2 files changed, 36 insertions(+), 3 deletions(-)
65007
65008 commit cbe5a4e08e6c2ccfdf98e630d48ec9da69374516
65009 Author: Behdad Esfahbod <behdad@behdad.org>
65010 Date:   Mon Aug 10 20:24:49 2009 -0400
65011
65012     [HB] Reuse the positions array as alt string array
65013
65014  src/hb-buffer-private.h |  1 -
65015  src/hb-buffer.c         | 28 +++++++++-------------------
65016  2 files changed, 9 insertions(+), 20 deletions(-)
65017
65018 commit 5c44188455ca1b696aa24b20c3a83877dfae2fb2
65019 Author: Behdad Esfahbod <behdad@behdad.org>
65020 Date:   Mon Aug 10 20:05:16 2009 -0400
65021
65022     [HB] Start adding Unicode funcs
65023
65024  src/Makefile.am          |   3 +
65025  src/hb-font-private.h    |  29 ++-----
65026  src/hb-font.cc           | 163 ++++++++++-------------------------
65027  src/hb-font.h            | 140 ++++++++++--------------------
65028  src/hb-unicode-private.h |  54 ++++++++++++
65029  src/hb-unicode.c         |  89 +++++++++++++++++++
65030  src/hb-unicode.h         | 220
65031  +++++++++++++++++++++++++++++++++++++++++++++++
65032  7 files changed, 463 insertions(+), 235 deletions(-)
65033
65034 commit 20b035dad41247076815a2bbb0346d63058b322f
65035 Author: Behdad Esfahbod <behdad@behdad.org>
65036 Date:   Mon Aug 10 19:00:36 2009 -0400
65037
65038     [HB] Put C++ inline's back
65039
65040     Apparetly in C++, inline means a totally different thing.
65041
65042  src/hb-open-file-private.hh          | 14 +++++++-------
65043  src/hb-open-type-private.hh          | 16 ++++++++--------
65044  src/hb-ot-layout-common-private.hh   | 12 ++++++------
65045  src/hb-ot-layout-gdef-private.hh     |  4 ++--
65046  src/hb-ot-layout-gpos-private.hh     | 12 ++++++------
65047  src/hb-ot-layout-gsub-private.hh     | 12 ++++++------
65048  src/hb-ot-layout-gsubgpos-private.hh | 12 ++++++------
65049  7 files changed, 41 insertions(+), 41 deletions(-)
65050
65051 commit a62f776d8e7e3e57d28ee71b34abab0a5b8471eb
65052 Author: Behdad Esfahbod <behdad@behdad.org>
65053 Date:   Mon Aug 10 13:57:02 2009 -0400
65054
65055     [HB] Don't override CXX compiler
65056
65057     Just add couple of options to it (still assuming gcc)
65058
65059  src/Makefile.am | 3 ++-
65060  1 file changed, 2 insertions(+), 1 deletion(-)
65061
65062 commit 6bdab706ecb41c1305e85d041a586e86c54d0ab7
65063 Author: Behdad Esfahbod <behdad@behdad.org>
65064 Date:   Mon Aug 10 09:35:11 2009 -0400
65065
65066     [HB] Indent
65067
65068  src/hb-ot-layout.h | 8 ++++----
65069  1 file changed, 4 insertions(+), 4 deletions(-)
65070
65071 commit 797724904a3ab294f8390d4ff80c299d8213a5c6
65072 Author: Behdad Esfahbod <behdad@behdad.org>
65073 Date:   Sun Aug 9 22:25:17 2009 -0400
65074
65075     [HB] Remove unused code
65076
65077  src/hb-ot-layout-gdef-private.hh | 10 ----------
65078  1 file changed, 10 deletions(-)
65079
65080 commit 284899ccbe79fda7405ab09d3092fc25fd89e810
65081 Author: Behdad Esfahbod <behdad@behdad.org>
65082 Date:   Sun Aug 9 22:10:39 2009 -0400
65083
65084     [HB] Add a NEXT() macro
65085
65086  src/hb-open-type-private.hh          |  2 ++
65087  src/hb-ot-layout-common-private.hh   |  4 ++--
65088  src/hb-ot-layout-gsub-private.hh     |  8 ++++----
65089  src/hb-ot-layout-gsubgpos-private.hh | 24 ++++++++++++------------
65090  4 files changed, 20 insertions(+), 18 deletions(-)
65091
65092 commit 918572fc870dfd7596155ce700247a5bb024fb1a
65093 Author: Behdad Esfahbod <behdad@behdad.org>
65094 Date:   Sun Aug 9 18:31:47 2009 -0400
65095
65096     [HB] Remove done TODO item
65097
65098  src/TODO | 1 -
65099  1 file changed, 1 deletion(-)
65100
65101 commit 67cb8111f209de26b3afa46e9fb7e4d01c9ecad4
65102 Author: Behdad Esfahbod <behdad@behdad.org>
65103 Date:   Sun Aug 9 13:05:08 2009 -0400
65104
65105     [HB] Print mark sets in main.cc
65106
65107  src/main.cc | 2 ++
65108  1 file changed, 2 insertions(+)
65109
65110 commit 17878255fa88e76cd503461fc1ade2ed365cebd2
65111 Author: Behdad Esfahbod <behdad@behdad.org>
65112 Date:   Sat Aug 8 16:57:27 2009 -0400
65113
65114     [HB] Remove hb_ot_layout_table_find_feature()
65115
65116     That function doesn't make much sense as multiple features in the
65117     table may
65118     have the same tag.
65119
65120  src/hb-ot-layout.cc | 16 ----------------
65121  src/hb-ot-layout.h  |  6 ------
65122  2 files changed, 22 deletions(-)
65123
65124 commit 468769b8f5332940278244e744ec2bd5a5dc5ee9
65125 Author: Behdad Esfahbod <behdad@behdad.org>
65126 Date:   Sat Aug 8 16:53:23 2009 -0400
65127
65128     [HB] Rename hb_ot_layout_feature_mask_t to hb_mask_t
65129
65130  src/TODO                         |  1 -
65131  src/hb-buffer-private.h          |  4 ++--
65132  src/hb-buffer.c                  | 12 ++++++------
65133  src/hb-buffer.h                  |  4 ++--
65134  src/hb-common.h                  |  1 +
65135  src/hb-ot-layout-gpos-private.hh | 12 ++++++------
65136  src/hb-ot-layout-gsub-private.hh | 14 +++++++-------
65137  src/hb-ot-layout.cc              | 18 +++++++++---------
65138  src/hb-ot-layout.h               | 34 +++++++++-------------------------
65139  9 files changed, 42 insertions(+), 58 deletions(-)
65140
65141 commit 7f96b39a9d5a81ba77e0c3dea8fe2cdb9957c4c7
65142 Author: Behdad Esfahbod <behdad@behdad.org>
65143 Date:   Sat Aug 8 16:37:22 2009 -0400
65144
65145     [HB] Fix bug introduced recently
65146
65147  src/hb-open-type-private.hh | 4 ++--
65148  1 file changed, 2 insertions(+), 2 deletions(-)
65149
65150 commit bff3c0fde5da04a70d1f7aeeb9fa2a75fe5c07f6
65151 Author: Behdad Esfahbod <behdad@behdad.org>
65152 Date:   Fri Aug 7 19:46:30 2009 -0400
65153
65154     [HB] Remove clumsy macros and improve API
65155
65156  src/TODO                             |   2 -
65157  src/hb-open-file-private.hh          |  41 ++++++++--
65158  src/hb-open-type-private.hh          | 104 +------------------------
65159  src/hb-ot-layout-common-private.hh   | 103 ++++++++++++++++++------
65160  src/hb-ot-layout-gsubgpos-private.hh |  35 +++++++--
65161  src/hb-ot-layout.cc                  | 146
65162  ++++++++++++-----------------------
65163  src/hb-ot-layout.h                   | 101 ++++++++++--------------
65164  7 files changed, 240 insertions(+), 292 deletions(-)
65165
65166 commit d0b657379bbe63602953412d6bc944b2a0f430eb
65167 Author: Behdad Esfahbod <behdad@behdad.org>
65168 Date:   Thu Aug 6 18:34:47 2009 -0400
65169
65170     [HB] Fix various XXX issues
65171
65172  src/hb-open-type-private.hh      | 13 ++++++++++---
65173  src/hb-ot-layout-gdef-private.hh |  5 ++---
65174  2 files changed, 12 insertions(+), 6 deletions(-)
65175
65176 commit 82199868fb036b63799af761762225d45d36f575
65177 Author: Behdad Esfahbod <behdad@behdad.org>
65178 Date:   Thu Aug 6 18:28:45 2009 -0400
65179
65180     [HB] Remove unused var
65181
65182  src/hb-ot-layout-private.h | 2 --
65183  1 file changed, 2 deletions(-)
65184
65185 commit 07e69226cbd4167741fd868a3125487bbabb99dc
65186 Author: Behdad Esfahbod <behdad@behdad.org>
65187 Date:   Thu Aug 6 18:28:00 2009 -0400
65188
65189     [HB] Remove another stale XXX
65190
65191  src/hb-ot-layout.cc | 2 --
65192  1 file changed, 2 deletions(-)
65193
65194 commit e605c367c5627e7ab05af9cb59247a89290e598a
65195 Author: Behdad Esfahbod <behdad@behdad.org>
65196 Date:   Thu Aug 6 18:27:28 2009 -0400
65197
65198     [HB] Rebrand XXX as TODO
65199
65200  src/hb-open-file-private.hh | 4 ++--
65201  1 file changed, 2 insertions(+), 2 deletions(-)
65202
65203 commit c5a13048e21fcfcfd3b74f800e8d521e6245b451
65204 Author: Behdad Esfahbod <behdad@behdad.org>
65205 Date:   Thu Aug 6 18:26:38 2009 -0400
65206
65207     [HB] Remove stale XXX
65208
65209  src/hb-blob.c | 2 --
65210  1 file changed, 2 deletions(-)
65211
65212 commit 9e826ea2832f0444bcef9075b445d481a58a09c2
65213 Author: Behdad Esfahbod <behdad@behdad.org>
65214 Date:   Thu Aug 6 18:24:55 2009 -0400
65215
65216     [HB] Fix unaligned access
65217
65218  src/hb-open-type-private.hh | 20 +++++++++++++++++---
65219  src/hb-private.h            | 22 ++++++++++++++++++++++
65220  2 files changed, 39 insertions(+), 3 deletions(-)
65221
65222 commit 71a8344a5eeaa34e31d53138cf3bbe30b819f83c
65223 Author: Behdad Esfahbod <behdad@behdad.org>
65224 Date:   Thu Aug 6 14:28:18 2009 -0400
65225
65226     [HB] Remove a few 'inline's, though the compiler mostly ignores them
65227
65228  src/hb-open-file-private.hh          |  1 -
65229  src/hb-open-type-private.hh          | 16 ++++++++--------
65230  src/hb-ot-layout-gsubgpos-private.hh |  6 +++---
65231  3 files changed, 11 insertions(+), 12 deletions(-)
65232
65233 commit 7f3d5c8166e5205e9d9bf8b4b2f31d44387a8006
65234 Author: Behdad Esfahbod <behdad@behdad.org>
65235 Date:   Thu Aug 6 13:33:51 2009 -0400
65236
65237     [HB] Fix blob to use a actual mutex
65238
65239  src/hb-blob.c           | 125
65240  +++++++++++++++++++++++++++++++++++-------------
65241  src/hb-object-private.h |   4 +-
65242  src/hb-private.h        |  20 +++++---
65243  3 files changed, 106 insertions(+), 43 deletions(-)
65244
65245 commit a794ebf4be9896393f4badf02905a4007981a588
65246 Author: Behdad Esfahbod <behdad@behdad.org>
65247 Date:   Thu Aug 6 12:32:35 2009 -0400
65248
65249     [HB] Use glib again
65250
65251  src/Makefile.am         |  5 +++--
65252  src/hb-blob.c           |  4 ++--
65253  src/hb-object-private.h | 19 ++++++-------------
65254  src/hb-private.h        | 45
65255  ++++++++++++++++++++++++++-------------------
65256  4 files changed, 37 insertions(+), 36 deletions(-)
65257
65258 commit 9b76a290a94f2603f3cb9498ae976125347cf54b
65259 Author: Behdad Esfahbod <behdad@behdad.org>
65260 Date:   Thu Aug 6 10:27:38 2009 -0400
65261
65262     [HB] Improve debug output
65263
65264  src/hb-open-type-private.hh | 7 ++++---
65265  1 file changed, 4 insertions(+), 3 deletions(-)
65266
65267 commit 9faee63034d3965735bd6362c0beeca1613bd771
65268 Author: Behdad Esfahbod <behdad@behdad.org>
65269 Date:   Thu Aug 6 10:24:49 2009 -0400
65270
65271     [HB] Minor
65272
65273  src/hb-private.h | 2 +-
65274  1 file changed, 1 insertion(+), 1 deletion(-)
65275
65276 commit f72059ee6946d9b4812b794f662ee83c7e25fe53
65277 Author: Behdad Esfahbod <behdad@behdad.org>
65278 Date:   Wed Aug 5 15:35:02 2009 -0400
65279
65280     [HB] Add a few TODO items
65281
65282  src/TODO | 8 +++++---
65283  1 file changed, 5 insertions(+), 3 deletions(-)
65284
65285 commit 0d77ab8a73f57c9fca4c6f9301dae394d79526e3
65286 Author: Behdad Esfahbod <behdad@behdad.org>
65287 Date:   Wed Aug 5 15:27:42 2009 -0400
65288
65289     [HB] Improve debug output
65290
65291  src/hb-open-type-private.hh | 8 ++++++++
65292  1 file changed, 8 insertions(+)
65293
65294 commit 268cac4c9ef8cb592cfb8507273332165b8d3ad3
65295 Author: Behdad Esfahbod <behdad@behdad.org>
65296 Date:   Wed Aug 5 15:21:48 2009 -0400
65297
65298     [HB] Fix blob unlock
65299
65300  src/hb-blob.c | 2 +-
65301  1 file changed, 1 insertion(+), 1 deletion(-)
65302
65303 commit 7acb389569cf99c6bae9db31a8ed7c7007fbb566
65304 Author: Behdad Esfahbod <behdad@behdad.org>
65305 Date:   Wed Aug 5 15:20:34 2009 -0400
65306
65307     [HB] Improve debug output and fix mprotect bug
65308
65309  src/hb-blob.c               | 57
65310  ++++++++++++++++++++++++++++++++++++++-------
65311  src/hb-open-type-private.hh | 30 +++++++++++-------------
65312  src/hb-private.h            |  3 ++-
65313  3 files changed, 65 insertions(+), 25 deletions(-)
65314
65315 commit ec9f8db0d3cad146801b7dc5c59e517de3b6fa34
65316 Author: Behdad Esfahbod <behdad@behdad.org>
65317 Date:   Wed Aug 5 14:52:03 2009 -0400
65318
65319     [HB] Minor
65320
65321  src/hb-private.h | 3 +++
65322  1 file changed, 3 insertions(+)
65323
65324 commit d341881d9a0f835f691b121480046081ad162918
65325 Author: Behdad Esfahbod <behdad@behdad.org>
65326 Date:   Wed Aug 5 14:49:25 2009 -0400
65327
65328     [HB] Fix build of main.cc
65329
65330  src/Makefile.am | 8 ++++----
65331  1 file changed, 4 insertions(+), 4 deletions(-)
65332
65333 commit 8f3be25e7ec88ea451ee8097bf32e5f729f4fef9
65334 Author: Behdad Esfahbod <behdad@behdad.org>
65335 Date:   Tue Aug 4 23:43:40 2009 -0400
65336
65337     [HB] turn debugging off
65338
65339  src/hb-private.h | 2 +-
65340  1 file changed, 1 insertion(+), 1 deletion(-)
65341
65342 commit 62ed5850d9e0e0d0231889470d58e815420c21e5
65343 Author: Behdad Esfahbod <behdad@behdad.org>
65344 Date:   Tue Aug 4 23:30:32 2009 -0400
65345
65346     [HB] Fix another sanitize() bug;  hopefully it's the last one
65347
65348  src/hb-ot-layout-common-private.hh | 2 +-
65349  1 file changed, 1 insertion(+), 1 deletion(-)
65350
65351 commit 90482b68178b687c0f0a3f82cd6a36b2c0bb9384
65352 Author: Behdad Esfahbod <behdad@behdad.org>
65353 Date:   Tue Aug 4 23:24:35 2009 -0400
65354
65355     [HB] Fix a couple other sanitize() bugs
65356
65357  src/hb-ot-layout-gpos-private.hh | 4 ++--
65358  src/hb-ot-layout-gsub-private.hh | 4 ++--
65359  2 files changed, 4 insertions(+), 4 deletions(-)
65360
65361 commit 4f3ad9115a4161fc23fa559c26082440196217ec
65362 Author: Behdad Esfahbod <behdad@behdad.org>
65363 Date:   Tue Aug 4 23:01:23 2009 -0400
65364
65365     [HB] More debugging output
65366
65367  src/hb-open-type-private.hh | 45
65368  ++++++++++++++++++++++++++++++++++++++++-----
65369  1 file changed, 40 insertions(+), 5 deletions(-)
65370
65371 commit 8cd6fa28d1b77100491519b8dedb2e113508bf59
65372 Author: Behdad Esfahbod <behdad@behdad.org>
65373 Date:   Tue Aug 4 22:55:44 2009 -0400
65374
65375     [HB] Fix fatal Sanitizer bug
65376
65377  src/hb-open-type-private.hh | 2 +-
65378  1 file changed, 1 insertion(+), 1 deletion(-)
65379
65380 commit 2870ac5e5d5d87646a4b273a9805fb3fcf280f97
65381 Author: Behdad Esfahbod <behdad@behdad.org>
65382 Date:   Tue Aug 4 22:43:47 2009 -0400
65383
65384     [HB] Add missing sanitize
65385
65386  src/hb-open-file-private.hh | 1 +
65387  1 file changed, 1 insertion(+)
65388
65389 commit b28815c1f6e46d38471cacbc31248ca6fda8c4d1
65390 Author: Behdad Esfahbod <behdad@behdad.org>
65391 Date:   Tue Aug 4 22:35:36 2009 -0400
65392
65393     [HB] Add sanitize debugging facilities
65394
65395  src/hb-open-file-private.hh          |  4 ++++
65396  src/hb-open-type-private.hh          | 43
65397  +++++++++++++++++++++++++++++++-----
65398  src/hb-ot-layout-common-private.hh   | 17 ++++++++++++++
65399  src/hb-ot-layout-gdef-private.hh     | 10 +++++++++
65400  src/hb-ot-layout-gpos-private.hh     | 28 +++++++++++++++++++++++
65401  src/hb-ot-layout-gsub-private.hh     | 18 +++++++++++++++
65402  src/hb-ot-layout-gsubgpos-private.hh | 16 ++++++++++++++
65403  src/hb-private.h                     |  6 ++++-
65404  8 files changed, 136 insertions(+), 6 deletions(-)
65405
65406 commit 7edb430f9182723b7b720708c56088cec1200a70
65407 Author: Behdad Esfahbod <behdad@behdad.org>
65408 Date:   Tue Aug 4 22:06:57 2009 -0400
65409
65410     [HB] Rename open-types to open-type; beauty
65411
65412  src/Makefile.am                                           | 2 +-
65413  src/hb-open-file-private.hh                               | 2 +-
65414  src/{hb-open-types-private.hh => hb-open-type-private.hh} | 0
65415  src/hb-ot-layout-common-private.hh                        | 2 +-
65416  4 files changed, 3 insertions(+), 3 deletions(-)
65417
65418 commit f4b58d3fc2956a9d1b6178588d809c781f7a5c0c
65419 Author: Behdad Esfahbod <behdad@behdad.org>
65420 Date:   Tue Aug 4 21:47:29 2009 -0400
65421
65422     [HB] Save edit even if not writeable
65423
65424  src/hb-open-types-private.hh | 6 ++----
65425  1 file changed, 2 insertions(+), 4 deletions(-)
65426
65427 commit 9bd629ccd064e739789e504c41ad875eed93abba
65428 Author: Behdad Esfahbod <behdad@behdad.org>
65429 Date:   Tue Aug 4 21:42:23 2009 -0400
65430
65431     [HB] Fix warnings
65432
65433  src/hb-open-file-private.hh      | 1 +
65434  src/hb-open-types-private.hh     | 5 +++++
65435  src/hb-ot-layout-gsub-private.hh | 3 +--
65436  3 files changed, 7 insertions(+), 2 deletions(-)
65437
65438 commit 5ff4e13143c227fa57854c987b5a98e610f89361
65439 Author: Behdad Esfahbod <behdad@behdad.org>
65440 Date:   Tue Aug 4 21:35:32 2009 -0400
65441
65442     [HB] Avoid infinite recusion in Extension sanitize()
65443
65444  src/hb-ot-layout-gpos-private.hh | 1 +
65445  src/hb-ot-layout-gsub-private.hh | 1 +
65446  2 files changed, 2 insertions(+)
65447
65448 commit d60bb8ca2ae6edf29b2227b56c57f0d16879370b
65449 Author: Behdad Esfahbod <behdad@behdad.org>
65450 Date:   Tue Aug 4 21:32:57 2009 -0400
65451
65452     [HB] Hook Sanitizer up.  Hell's breaking loose right now
65453
65454  src/hb-font.cc               |  7 ++-----
65455  src/hb-open-types-private.hh |  2 +-
65456  src/hb-ot-layout.cc          | 12 ++++++------
65457  3 files changed, 9 insertions(+), 12 deletions(-)
65458
65459 commit 679f41fe61242aa8d7f45b64bdb66395aa530fe2
65460 Author: Behdad Esfahbod <behdad@behdad.org>
65461 Date:   Tue Aug 4 21:32:06 2009 -0400
65462
65463     [HB] Fix leak
65464
65465  src/hb-ot-layout.cc | 2 ++
65466  1 file changed, 2 insertions(+)
65467
65468 commit 4e8a0602bb0b3cbf7f26cc38790e37cdec7b0b37
65469 Author: Behdad Esfahbod <behdad@behdad.org>
65470 Date:   Tue Aug 4 20:52:47 2009 -0400
65471
65472     [HB] Add Sanitizer
65473
65474  src/hb-open-types-private.hh | 58
65475  ++++++++++++++++++++++++++++++++++++++++----
65476  1 file changed, 53 insertions(+), 5 deletions(-)
65477
65478 commit 2765d333e523a13dbd932fa33f3b39a5cf83f0f7
65479 Author: Behdad Esfahbod <behdad@behdad.org>
65480 Date:   Tue Aug 4 20:50:18 2009 -0400
65481
65482     [HB] Add XXX
65483
65484  src/hb-open-file-private.hh | 3 +++
65485  1 file changed, 3 insertions(+)
65486
65487 commit a328d66e6a8122f7d4d71941449d4d0136203e08
65488 Author: Behdad Esfahbod <behdad@behdad.org>
65489 Date:   Tue Aug 4 20:27:05 2009 -0400
65490
65491     [HB] Minor cleanup
65492
65493  src/hb-ot-layout-gdef-private.hh     | 2 +-
65494  src/hb-ot-layout-gpos-private.hh     | 2 +-
65495  src/hb-ot-layout-gsub-private.hh     | 2 +-
65496  src/hb-ot-layout-gsubgpos-private.hh | 4 ++--
65497  4 files changed, 5 insertions(+), 5 deletions(-)
65498
65499 commit 577c1116493d785d3455626612f97dabb383abf0
65500 Author: Behdad Esfahbod <behdad@behdad.org>
65501 Date:   Tue Aug 4 19:31:02 2009 -0400
65502
65503     [HB] Shuffle code around
65504
65505  src/hb-open-types-private.hh | 127
65506  ++++++++++++++++++++++---------------------
65507  1 file changed, 65 insertions(+), 62 deletions(-)
65508
65509 commit b1e187fc6365f5355c652a61494a5e9f6acf51b4
65510 Author: Behdad Esfahbod <behdad@behdad.org>
65511 Date:   Tue Aug 4 15:28:49 2009 -0400
65512
65513     [HB] More sanitize infrastructure
65514
65515  src/hb-open-types-private.hh | 29 ++++++++++++++++++++++++++++-
65516  1 file changed, 28 insertions(+), 1 deletion(-)
65517
65518 commit b508e5ccd528f3f0f49f545bd5f30a525d5abd5a
65519 Author: Behdad Esfahbod <behdad@behdad.org>
65520 Date:   Tue Aug 4 15:07:24 2009 -0400
65521
65522     [HB] open-file sanitize()
65523
65524  src/hb-open-file-private.hh  | 46
65525  ++++++++++++++++++++++++++++++++++++++++----
65526  src/hb-open-types-private.hh | 13 +++++++++++++
65527  2 files changed, 55 insertions(+), 4 deletions(-)
65528
65529 commit 738c54d9caa3affc4b434e56bfb810ff6dc9b0b3
65530 Author: Behdad Esfahbod <behdad@behdad.org>
65531 Date:   Tue Aug 4 14:42:46 2009 -0400
65532
65533     [HB] Tag sanitize()
65534
65535  src/hb-open-types-private.hh       | 8 ++++++++
65536  src/hb-ot-layout-common-private.hh | 6 +-----
65537  2 files changed, 9 insertions(+), 5 deletions(-)
65538
65539 commit e49a84c9e37c08808880e74e94c8160731ababa1
65540 Author: Behdad Esfahbod <behdad@behdad.org>
65541 Date:   Tue Aug 4 14:33:23 2009 -0400
65542
65543     [HB] GDEF sanitize()
65544
65545  src/hb-ot-layout-gdef-private.hh     | 54
65546  ++++++++++++++++++++++++++++++++++++
65547  src/hb-ot-layout-gpos-private.hh     |  2 +-
65548  src/hb-ot-layout-gsub-private.hh     |  2 +-
65549  src/hb-ot-layout-gsubgpos-private.hh |  2 +-
65550  4 files changed, 57 insertions(+), 3 deletions(-)
65551
65552 commit 18939487d04dba86880b0af8e89cf2cc44a431f5
65553 Author: Behdad Esfahbod <behdad@behdad.org>
65554 Date:   Tue Aug 4 14:27:56 2009 -0400
65555
65556     [HB] Fix Extension sanitize()
65557
65558  src/hb-ot-layout-gpos-private.hh     | 3 ++-
65559  src/hb-ot-layout-gsub-private.hh     | 3 ++-
65560  src/hb-ot-layout-gsubgpos-private.hh | 2 +-
65561  3 files changed, 5 insertions(+), 3 deletions(-)
65562
65563 commit f2be750981be58a723831e69b1670275851d4be9
65564 Author: Behdad Esfahbod <behdad@behdad.org>
65565 Date:   Tue Aug 4 14:12:46 2009 -0400
65566
65567     [HB] Remove stale TODO
65568
65569  src/hb-ot-layout.cc | 2 --
65570  1 file changed, 2 deletions(-)
65571
65572 commit ac26e2a838d1266bb5f39c43245eb2a52c5e072d
65573 Author: Behdad Esfahbod <behdad@behdad.org>
65574 Date:   Tue Aug 4 14:10:39 2009 -0400
65575
65576     [HB] Hookup NEUTER()
65577
65578  src/hb-open-types-private.hh | 6 +++---
65579  1 file changed, 3 insertions(+), 3 deletions(-)
65580
65581 commit 15164d9258a74122a4db748d35532bd72c47cec2
65582 Author: Behdad Esfahbod <behdad@behdad.org>
65583 Date:   Tue Aug 4 13:57:41 2009 -0400
65584
65585     [HB] Fix mix warnings
65586
65587  src/Makefile.am                    |  2 +-
65588  src/hb-font.cc                     | 15 +++------------
65589  src/hb-open-types-private.hh       |  2 +-
65590  src/hb-ot-layout-common-private.hh |  6 +++---
65591  src/hb-ot-layout-gdef-private.hh   |  2 +-
65592  src/hb-ot-layout-gpos-private.hh   |  9 ++++-----
65593  src/hb-ot-layout.cc                |  2 +-
65594  src/main.cc                        |  4 +---
65595  8 files changed, 15 insertions(+), 27 deletions(-)
65596
65597 commit 42b778f89e0818fe06910ce04e2203485823da09
65598 Author: Behdad Esfahbod <behdad@behdad.org>
65599 Date:   Tue Aug 4 13:30:49 2009 -0400
65600
65601     [HB] GPOS sanitize()
65602
65603  src/hb-open-types-private.hh     |  22 ++++-
65604  src/hb-ot-layout-gpos-private.hh | 195
65605  ++++++++++++++++++++++++++++++++++++++-
65606  src/hb-ot-layout-gsub-private.hh |   2 -
65607  3 files changed, 213 insertions(+), 6 deletions(-)
65608
65609 commit dc9c4d93cd0f3ac991f32df08c1c17fc389054c0
65610 Author: Behdad Esfahbod <behdad@behdad.org>
65611 Date:   Tue Aug 4 12:26:26 2009 -0400
65612
65613     [HB] Sanitize DeviceTable
65614
65615  src/hb-open-types-private.hh       |  8 ++++----
65616  src/hb-ot-layout-common-private.hh | 17 ++++++++++++++---
65617  src/hb-ot-layout-gsub-private.hh   |  2 +-
65618  3 files changed, 19 insertions(+), 8 deletions(-)
65619
65620 commit ad3a3cd4955661c591b20af1f2c493432f0bebf0
65621 Author: Behdad Esfahbod <behdad@behdad.org>
65622 Date:   Tue Aug 4 12:13:52 2009 -0400
65623
65624     [HB] More casts
65625
65626  src/hb-ot-layout-gsub-private.hh | 2 +-
65627  1 file changed, 1 insertion(+), 1 deletion(-)
65628
65629 commit 95639fccc1ef18eadeb737e8b611d1d1f1315fc2
65630 Author: Behdad Esfahbod <behdad@behdad.org>
65631 Date:   Tue Aug 4 12:05:24 2009 -0400
65632
65633     [HB] Fix couple of bugs
65634
65635  src/hb-open-types-private.hh | 6 +++---
65636  1 file changed, 3 insertions(+), 3 deletions(-)
65637
65638 commit 2b5a59c277f4c5bf7aac9a9005054763e322e02d
65639 Author: Behdad Esfahbod <behdad@behdad.org>
65640 Date:   Tue Aug 4 11:38:50 2009 -0400
65641
65642     [HB] More cast cleanup
65643
65644  src/hb-open-types-private.hh         | 23 ++++++++-----
65645  src/hb-ot-layout-common-private.hh   |  7 ++--
65646  src/hb-ot-layout-gsub-private.hh     | 27 ++++++---------
65647  src/hb-ot-layout-gsubgpos-private.hh | 64
65648  +++++++++++++-----------------------
65649  4 files changed, 50 insertions(+), 71 deletions(-)
65650
65651 commit 196598bbccff08415ff5192314cba044df258cad
65652 Author: Behdad Esfahbod <behdad@behdad.org>
65653 Date:   Tue Aug 4 11:04:32 2009 -0400
65654
65655     [Hb] Use reinterpret casts instead of direct casts to char *
65656
65657  src/hb-open-file-private.hh          |  4 ++--
65658  src/hb-open-types-private.hh         | 19 +++++++++++-----
65659  src/hb-ot-layout-common-private.hh   |  8 +++----
65660  src/hb-ot-layout-gpos-private.hh     | 12 +++++-----
65661  src/hb-ot-layout-gsub-private.hh     | 20 ++++++++--------
65662  src/hb-ot-layout-gsubgpos-private.hh | 44
65663  ++++++++++++++++++------------------
65664  6 files changed, 57 insertions(+), 50 deletions(-)
65665
65666 commit 92b5dd8e71e1bdeaa6e86a53f167683a3f5f4289
65667 Author: Behdad Esfahbod <behdad@behdad.org>
65668 Date:   Tue Aug 4 10:41:32 2009 -0400
65669
65670     [HB] Merge more templates
65671
65672  src/hb-open-types-private.hh | 167
65673  ++++++++++++++-----------------------------
65674  1 file changed, 55 insertions(+), 112 deletions(-)
65675
65676 commit e6ab2c59ba2d37942ac5fcbfe61d38b7e359ac8c
65677 Author: Behdad Esfahbod <behdad@behdad.org>
65678 Date:   Tue Aug 4 10:23:01 2009 -0400
65679
65680     [HB] Simplify indirect sanitize()
65681
65682  src/hb-open-types-private.hh       | 52
65683  ++++++++++++++++++--------------------
65684  src/hb-ot-layout-common-private.hh | 11 +-------
65685  2 files changed, 26 insertions(+), 37 deletions(-)
65686
65687 commit 29d8644a315ebe6976f15db2fe96069376d9b8cd
65688 Author: Behdad Esfahbod <behdad@behdad.org>
65689 Date:   Tue Aug 4 02:27:37 2009 -0400
65690
65691     [HB] Finish GSUB sanitize()
65692
65693  src/hb-ot-layout-gsub-private.hh | 21 ++++++++++++++++++++-
65694  1 file changed, 20 insertions(+), 1 deletion(-)
65695
65696 commit cf086adca1b7b5a361a248808f9a847e513d3630
65697 Author: Behdad Esfahbod <behdad@behdad.org>
65698 Date:   Tue Aug 4 02:14:24 2009 -0400
65699
65700     [HB] Add comment
65701
65702  src/hb-ot-layout-common-private.hh | 6 ++++--
65703  1 file changed, 4 insertions(+), 2 deletions(-)
65704
65705 commit a97ce570ab693190350886e4e80942851c4d5727
65706 Author: Behdad Esfahbod <behdad@behdad.org>
65707 Date:   Tue Aug 4 02:10:48 2009 -0400
65708
65709     [HB] Optimize sanitize()
65710
65711  src/hb-open-types-private.hh | 7 ++++++-
65712  1 file changed, 6 insertions(+), 1 deletion(-)
65713
65714 commit cd3827ee567612c5500206b62840702fc956e0f5
65715 Author: Behdad Esfahbod <behdad@behdad.org>
65716 Date:   Tue Aug 4 02:09:34 2009 -0400
65717
65718     [HB] More sanitize()
65719
65720  src/hb-open-file-private.hh          |  2 +-
65721  src/hb-open-types-private.hh         | 12 ++++---
65722  src/hb-ot-layout-common-private.hh   | 64
65723  +++++++++++++++++++++++++++++++-----
65724  src/hb-ot-layout-gdef-private.hh     |  2 +-
65725  src/hb-ot-layout-gsubgpos-private.hh | 15 +++++++--
65726  5 files changed, 79 insertions(+), 16 deletions(-)
65727
65728 commit 70de50c11ed7037b20eb6814ff60f6e32a9944e4
65729 Author: Behdad Esfahbod <behdad@behdad.org>
65730 Date:   Tue Aug 4 00:58:28 2009 -0400
65731
65732     [HB] Start sanitize()
65733
65734  src/hb-open-types-private.hh         | 105 ++++++++++++++++++++++++++++-
65735  src/hb-ot-layout-common-private.hh   |  48 +++++++++++++-
65736  src/hb-ot-layout-gsub-private.hh     | 125
65737  ++++++++++++++++++++++++++++++++++-
65738  src/hb-ot-layout-gsubgpos-private.hh | 104 +++++++++++++++++++++++++++++
65739  4 files changed, 376 insertions(+), 6 deletions(-)
65740
65741 commit 5fc22e647c8a2bf6d3cb59185e351ac625e7e322
65742 Author: Behdad Esfahbod <behdad@behdad.org>
65743 Date:   Mon Aug 3 22:43:02 2009 -0400
65744
65745     [HB] Remove use of typeof()
65746
65747  src/hb-blob.c           |  4 ++--
65748  src/hb-buffer.c         |  2 +-
65749  src/hb-font.cc          | 14 +++++++-------
65750  src/hb-object-private.h |  4 ++--
65751  4 files changed, 12 insertions(+), 12 deletions(-)
65752
65753 commit 70e0f2a75ec1559f2f70ada837ce4bc4baca49e3
65754 Author: Behdad Esfahbod <behdad@behdad.org>
65755 Date:   Mon Aug 3 22:01:47 2009 -0400
65756
65757     [HB] Make it all work again
65758
65759  src/hb-font.cc             | 23 ++++++++++++---------
65760  src/hb-ot-layout-private.h |  9 +++++---
65761  src/hb-ot-layout.cc        | 51
65762  +++++++++++++++++++++++-----------------------
65763  3 files changed, 44 insertions(+), 39 deletions(-)
65764
65765 commit 23c86aa0009324433e78fcd0c47f2c0ff14b1949
65766 Author: Behdad Esfahbod <behdad@behdad.org>
65767 Date:   Mon Aug 3 21:40:20 2009 -0400
65768
65769     [HB] Use face_t directly instead of ot_layout_t
65770
65771  src/TODO                             |   1 +
65772  src/hb-font-private.h                |   4 +
65773  src/hb-font.cc                       |  74 +++++++++---
65774  src/hb-font.h                        |   3 +
65775  src/hb-object-private.h              |  36 +++---
65776  src/hb-ot-layout-gdef-private.hh     |   2 +
65777  src/hb-ot-layout-gpos-private.hh     |  14 +--
65778  src/hb-ot-layout-gsub-private.hh     |  32 ++---
65779  src/hb-ot-layout-gsubgpos-private.hh |   8 +-
65780  src/hb-ot-layout-private.h           |  40 ++++---
65781  src/hb-ot-layout.cc                  | 220
65782  +++++++++++++++--------------------
65783  11 files changed, 237 insertions(+), 197 deletions(-)
65784
65785 commit fc6c94002dd5478cf9fbdaff12d8374a786c85e1
65786 Author: Behdad Esfahbod <behdad@behdad.org>
65787 Date:   Mon Aug 3 21:27:08 2009 -0400
65788
65789     [HB] Simplify sub-blob support
65790
65791  src/hb-blob.c | 172
65792  ++++++++++++++++++++++------------------------------------
65793  src/hb-blob.h |  14 +++--
65794  2 files changed, 74 insertions(+), 112 deletions(-)
65795
65796 commit a26442437ae9f11674e0d68cd5cbf395ade7695d
65797 Author: Behdad Esfahbod <behdad@behdad.org>
65798 Date:   Mon Aug 3 17:53:29 2009 -0400
65799
65800     [HB] Add sub-blobs
65801
65802  src/hb-blob.c | 162
65803  +++++++++++++++++++++++++++++++++++++++++++++++++---------
65804  src/hb-blob.h |  12 ++++-
65805  2 files changed, 147 insertions(+), 27 deletions(-)
65806
65807 commit b28e21b90c4105a0c2e17009b748777294614664
65808 Author: Behdad Esfahbod <behdad@behdad.org>
65809 Date:   Sun Aug 2 20:06:48 2009 -0400
65810
65811     [HB] Rename hb-font.c to hb-font.cc
65812
65813  src/Makefile.am               | 2 +-
65814  src/{hb-font.c => hb-font.cc} | 0
65815  2 files changed, 1 insertion(+), 1 deletion(-)
65816
65817 commit 5f5b24f99f52bbc922e238b65c06061ba07c8548
65818 Author: Behdad Esfahbod <behdad@behdad.org>
65819 Date:   Sun Aug 2 20:03:12 2009 -0400
65820
65821     [OT] Rename C++ header files from *.h to *.hh
65822
65823  src/Makefile.am                                            | 14
65824  +++++++-------
65825  src/{hb-open-file-private.h => hb-open-file-private.hh}    |  8 ++++----
65826  src/{hb-open-types-private.h => hb-open-types-private.hh}  |  6 +++---
65827  ...out-common-private.h => hb-ot-layout-common-private.hh} |  8 ++++----
65828  ...-layout-gdef-private.h => hb-ot-layout-gdef-private.hh} |  8 ++++----
65829  ...-layout-gpos-private.h => hb-ot-layout-gpos-private.hh} |  8 ++++----
65830  ...-layout-gsub-private.h => hb-ot-layout-gsub-private.hh} |  8 ++++----
65831  ...gsubgpos-private.h => hb-ot-layout-gsubgpos-private.hh} |  8 ++++----
65832  src/hb-ot-layout.cc                                        |  8 ++++----
65833  src/main.cc                                                |  6 +++---
65834  10 files changed, 41 insertions(+), 41 deletions(-)
65835
65836 commit 2098a021a826e76ee27d5db74e32738d7d1c3d30
65837 Author: Behdad Esfahbod <behdad@behdad.org>
65838 Date:   Sun Aug 2 19:57:00 2009 -0400
65839
65840     [HB] Move OT file handling out of ot-layout
65841
65842  src/Makefile.am                                    |   3 +-
65843  src/hb-open-file-private.h                         | 145
65844  +++++++++++++++++++++
65845  ...yout-open-private.h => hb-open-types-private.h} | 117
65846  +----------------
65847  src/hb-ot-layout-common-private.h                  |   4 +-
65848  src/hb-ot-layout.cc                                |   2 +-
65849  src/main.cc                                        |   4 +-
65850  6 files changed, 157 insertions(+), 118 deletions(-)
65851
65852 commit 0ead481a5a8623103565fd7d924666e7342278dd
65853 Author: Behdad Esfahbod <behdad@behdad.org>
65854 Date:   Sun Aug 2 17:41:36 2009 -0400
65855
65856     [HB] Port ot-layout to new public API
65857
65858  src/TODO                            |   1 +
65859  src/hb-common.h                     |   1 +
65860  src/hb-font.c                       |   9 +
65861  src/hb-font.h                       |   3 +
65862  src/hb-ot-layout-gdef-private.h     |  32 ++--
65863  src/hb-ot-layout-gpos-private.h     | 106 ++++++------
65864  src/hb-ot-layout-gsub-private.h     |  50 +++---
65865  src/hb-ot-layout-gsubgpos-private.h |  12 +-
65866  src/hb-ot-layout-private.h          |  36 +++-
65867  src/hb-ot-layout.cc                 | 334
65868  ++++++++++++++++++++----------------
65869  src/hb-ot-layout.h                  | 207 ++++++++++------------
65870  11 files changed, 415 insertions(+), 376 deletions(-)
65871
65872 commit 678bed433371d90536976a2d57195c1e1867f766
65873 Author: Behdad Esfahbod <behdad@behdad.org>
65874 Date:   Sun Aug 2 15:35:31 2009 -0400
65875
65876     [HB] Add top-level header files
65877
65878  src/Makefile.am |  2 ++
65879  src/hb-ot.h     | 34 ++++++++++++++++++++++++++++++++++
65880  src/hb.h        | 35 +++++++++++++++++++++++++++++++++++
65881  3 files changed, 71 insertions(+)
65882
65883 commit 2c80296aa5991ad67483889147f5c84fefe54af2
65884 Author: Behdad Esfahbod <behdad@behdad.org>
65885 Date:   Sun Aug 2 15:20:22 2009 -0400
65886
65887     [HB] Add XXX marks
65888
65889  src/hb-ot-layout-private.h | 2 ++
65890  src/hb-ot-layout.cc        | 7 ++-----
65891  2 files changed, 4 insertions(+), 5 deletions(-)
65892
65893 commit c46f8efd6ddd981b5724b2600ac98a80193385be
65894 Author: Behdad Esfahbod <behdad@behdad.org>
65895 Date:   Sat Aug 1 23:06:27 2009 -0400
65896
65897     [HB] Rename _duplicate to _copy
65898
65899     To be in line with cairo
65900
65901  src/hb-font.c | 4 ++--
65902  src/hb-font.h | 4 ++--
65903  2 files changed, 4 insertions(+), 4 deletions(-)
65904
65905 commit f1ebe44985e2192844cf1747a4e36ed81e715ce6
65906 Author: Behdad Esfahbod <behdad@behdad.org>
65907 Date:   Sat Aug 1 22:55:11 2009 -0400
65908
65909     [HB] Cleanup TODO
65910
65911  src/TODO | 10 +---------
65912  1 file changed, 1 insertion(+), 9 deletions(-)
65913
65914 commit f1322e52d557726baa010be8d35a594748e8fa1a
65915 Author: Behdad Esfahbod <behdad@behdad.org>
65916 Date:   Sat Aug 1 22:53:04 2009 -0400
65917
65918     [HB] Cleanup public buffer structs
65919
65920  src/hb-buffer-private.h         | 46
65921  +++++++++++++++++++++++++++++++-------
65922  src/hb-buffer.c                 | 49
65923  +++++++++++++++++++++--------------------
65924  src/hb-buffer.h                 | 35 ++++++++++++++---------------
65925  src/hb-ot-layout-gpos-private.h |  8 +++----
65926  src/hb-ot-layout-private.h      |  5 +++--
65927  src/hb-ot-layout.cc             | 20 ++++++++---------
65928  6 files changed, 97 insertions(+), 66 deletions(-)
65929
65930 commit 6d5bb18e93d2a53350b342869a3ec8f25f0396c2
65931 Author: Behdad Esfahbod <behdad@behdad.org>
65932 Date:   Sat Aug 1 22:25:04 2009 -0400
65933
65934     [OT] Match struct with HB's
65935
65936  src/hb-buffer.c     |  6 +++---
65937  src/hb-buffer.h     |  2 +-
65938  src/hb-ot-layout.cc | 12 ++++++------
65939  3 files changed, 10 insertions(+), 10 deletions(-)
65940
65941 commit 11fbb5487d9900a019440ef8235f35c9f525decb
65942 Author: Behdad Esfahbod <behdad@behdad.org>
65943 Date:   Sat Aug 1 22:19:06 2009 -0400
65944
65945     [HB] Port buffert to new object API
65946
65947  src/hb-buffer-private.h | 24 +++++++++++++++---
65948  src/hb-buffer.c         | 65
65949  +++++++++++++++++++++++++++++++++++++------------
65950  src/hb-buffer.h         | 53 +++++++++++++++++++++++++---------------
65951  3 files changed, 104 insertions(+), 38 deletions(-)
65952
65953 commit 0cc7bc59ea6e8f38bf1e196c558cca9862ac3302
65954 Author: Behdad Esfahbod <behdad@behdad.org>
65955 Date:   Sat Aug 1 21:38:39 2009 -0400
65956
65957     [HB] Move typedef's around
65958
65959  src/hb-blob.h   |  2 ++
65960  src/hb-common.h |  9 ---------
65961  src/hb-font.h   | 10 ++++++++++
65962  3 files changed, 12 insertions(+), 9 deletions(-)
65963
65964 commit a12dd324a3859496a95602d426aee34ce6c5c8a6
65965 Author: Behdad Esfahbod <behdad@behdad.org>
65966 Date:   Sat Aug 1 21:36:15 2009 -0400
65967
65968     [HB] Add get_reference_count()
65969
65970  src/hb-blob.c           |  6 ++++++
65971  src/hb-blob.h           |  3 +++
65972  src/hb-font.c           | 24 ++++++++++++++++++++++++
65973  src/hb-font.h           | 12 ++++++++++++
65974  src/hb-object-private.h |  7 +++++++
65975  5 files changed, 52 insertions(+)
65976
65977 commit baec684fde2303edb16341bfcf1022cd72acf129
65978 Author: Behdad Esfahbod <behdad@behdad.org>
65979 Date:   Sat Aug 1 21:06:11 2009 -0400
65980
65981     [HB] Remove glib dependency
65982
65983  src/Makefile.am  |  7 ++-----
65984  src/hb-buffer.c  |  2 +-
65985  src/hb-private.h | 30 ++++++++++++++++++------------
65986  src/main.cc      |  1 +
65987  4 files changed, 22 insertions(+), 18 deletions(-)
65988
65989 commit df66028781a7609a515980e64396e6f1044d764a
65990 Author: Behdad Esfahbod <behdad@behdad.org>
65991 Date:   Sat Aug 1 20:46:02 2009 -0400
65992
65993     [HB] Assorted compiler macros
65994
65995  src/hb-ot-layout-open-private.h |  4 +-
65996  src/hb-private.h                | 88
65997  +++++++++++++++++++++++++++++++----------
65998  2 files changed, 70 insertions(+), 22 deletions(-)
65999
66000 commit ba8d94ce3360bfaf2c530d01f2af69237018a531
66001 Author: Behdad Esfahbod <behdad@behdad.org>
66002 Date:   Sat Aug 1 20:29:22 2009 -0400
66003
66004     [HB] Simplify object creation
66005
66006  src/Makefile.am                                    |  2 +-
66007  src/hb-blob.c                                      |  6 +---
66008  src/hb-font-private.h                              |  1 -
66009  src/hb-font.c                                      | 37
66010  +++++++---------------
66011  src/{hb-refcount-private.h => hb-object-private.h} | 14 ++++++--
66012  src/hb-private.h                                   |  2 ++
66013  6 files changed, 27 insertions(+), 35 deletions(-)
66014
66015 commit c62b503770325819f249885dfc9d4683a69c9efd
66016 Author: Behdad Esfahbod <behdad@behdad.org>
66017 Date:   Sat Aug 1 19:54:49 2009 -0400
66018
66019     [HB] Add abstract font and face API
66020
66021     Not used yet.
66022
66023  src/Makefile.am           |   3 +
66024  src/hb-blob.c             |   6 +-
66025  src/hb-font-private.h     | 108 +++++++++++++++
66026  src/hb-font.c             | 331
66027  ++++++++++++++++++++++++++++++++++++++++++++++
66028  src/hb-font.h             | 182 +++++++++++++++++++++++++
66029  src/hb-refcount-private.h |  14 +-
66030  6 files changed, 636 insertions(+), 8 deletions(-)
66031
66032 commit 35a7383c6138fd705560f0d4bb30659cbd1ab64c
66033 Author: Behdad Esfahbod <behdad@behdad.org>
66034 Date:   Sat Aug 1 19:30:31 2009 -0400
66035
66036     [HB] Simplify refcounting functions
66037
66038  src/hb-blob.c             | 32 ++++++++++----------------------
66039  src/hb-common.h           |  2 ++
66040  src/hb-private.h          |  2 ++
66041  src/hb-refcount-private.h | 31 ++++++++++++++++++++++++++++++-
66042  4 files changed, 44 insertions(+), 23 deletions(-)
66043
66044 commit 23af767a4475fecc1fe9fe9108f12c05c89bc8c9
66045 Author: Behdad Esfahbod <behdad@behdad.org>
66046 Date:   Sat Aug 1 19:10:41 2009 -0400
66047
66048     [HB] Fix for dfont's with multiple faces
66049
66050  src/hb-ot-layout-open-private.h | 6 ++++--
66051  1 file changed, 4 insertions(+), 2 deletions(-)
66052
66053 commit e97a95f2ea2770689bbf076d3c3ac404f273271e
66054 Author: Behdad Esfahbod <behdad@behdad.org>
66055 Date:   Sat Aug 1 19:05:44 2009 -0400
66056
66057     [HB] Use calloc instead of malloc where feasible
66058
66059  src/hb-blob.c   | 8 +++++---
66060  src/hb-buffer.c | 4 ++--
66061  2 files changed, 7 insertions(+), 5 deletions(-)
66062
66063 commit 0090dc0f67b553d2f6eaaedc289c0956ade09ef6
66064 Author: Behdad Esfahbod <behdad@behdad.org>
66065 Date:   Thu Jul 30 16:28:45 2009 -0400
66066
66067     [HB] Remove hinting setting and use ppem==0 to mean "no hinting"
66068
66069  src/hb-blob.h                   |  3 ---
66070  src/hb-common.h                 |  9 +++++++++
66071  src/hb-ot-layout-gpos-private.h | 36 ++++++++++++++++++++++++------------
66072  src/hb-ot-layout-private.h      |  2 --
66073  src/hb-ot-layout.cc             |  7 -------
66074  src/hb-ot-layout.h              |  4 ----
66075  6 files changed, 33 insertions(+), 28 deletions(-)
66076
66077 commit f0954d1e08ae288eda9904e17108fc73f48c0b98
66078 Author: Behdad Esfahbod <behdad@behdad.org>
66079 Date:   Thu Jul 30 15:33:57 2009 -0400
66080
66081     [HB] Add a "blob" manager
66082
66083  src/Makefile.am           |   5 +-
66084  src/hb-blob.c             | 181
66085  ++++++++++++++++++++++++++++++++++++++++++++++
66086  src/hb-blob.h             |  74 +++++++++++++++++++
66087  src/hb-private.h          |   2 +
66088  src/hb-refcount-private.h |  54 ++++++++++++++
66089  5 files changed, 315 insertions(+), 1 deletion(-)
66090
66091 commit 02a370697d25b986dbf1d5c38f46a89a4833b495
66092 Author: Behdad Esfahbod <behdad@behdad.org>
66093 Date:   Wed Jul 29 18:41:25 2009 -0400
66094
66095     [HB] Move direction to buffer
66096
66097  src/hb-buffer.c                 |  9 +++++++++
66098  src/hb-buffer.h                 | 14 ++++++++++++++
66099  src/hb-ot-layout-gpos-private.h |  2 +-
66100  src/hb-ot-layout-private.h      |  1 -
66101  src/hb-ot-layout.cc             |  7 -------
66102  src/hb-ot-layout.h              |  5 -----
66103  6 files changed, 24 insertions(+), 14 deletions(-)
66104
66105 commit 7cda6fa24c26887c5543d0657b07aad466452cb3
66106 Author: Behdad Esfahbod <behdad@behdad.org>
66107 Date:   Wed Jul 29 18:37:57 2009 -0400
66108
66109     [HB] Rename internal vars
66110
66111  src/hb-ot-layout-gsubgpos-private.h | 56
66112  ++++++++++++++++++-------------------
66113  1 file changed, 28 insertions(+), 28 deletions(-)
66114
66115 commit b196e6f2743d631ef181f1116370be3055063d36
66116 Author: Behdad Esfahbod <behdad@behdad.org>
66117 Date:   Tue Jul 28 15:50:42 2009 -0400
66118
66119     [HB] Fix buffer enlargement.  Ouch
66120
66121  src/hb-buffer.c | 2 +-
66122  1 file changed, 1 insertion(+), 1 deletion(-)
66123
66124 commit f9cd1014f8f4d0394b5e0e9eefc1e2af13c59cab
66125 Author: Behdad Esfahbod <behdad@behdad.org>
66126 Date:   Tue Jul 28 15:43:34 2009 -0400
66127
66128     Apply patch from Jonathan Kew
66129
66130  src/hb-buffer.c     | 75
66131  ++++++++++++++++++++++++++++-------------------------
66132  src/hb-buffer.h     |  6 ++++-
66133  src/hb-ot-layout.cc | 31 ++++++++++++++++++++++
66134  src/hb-ot-layout.h  | 15 +++++++++++
66135  src/hb-private.h    |  2 +-
66136  5 files changed, 91 insertions(+), 38 deletions(-)
66137
66138 commit 2ebb89d63dd27e800f2b6cbf624924601105f48a
66139 Author: Behdad Esfahbod <behdad@behdad.org>
66140 Date:   Sat Jul 25 19:09:01 2009 -0400
66141
66142     Revert "XX"
66143
66144     This reverts commit c939f6aff405ca7b10b1f1538f46148bff719fcb.
66145
66146  src/Makefile.am                     |   2 -
66147  src/hb-buffer.c                     |   9 ---
66148  src/hb-buffer.h                     |  14 -----
66149  src/hb-common.h                     |   3 -
66150  src/hb-ot-layout-gdef-private.h     |  32 +++++------
66151  src/hb-ot-layout-gpos-private.h     | 108
66152  ++++++++++++++++++------------------
66153  src/hb-ot-layout-gsub-private.h     |  46 +++++++--------
66154  src/hb-ot-layout-gsubgpos-private.h |  68 +++++++++++------------
66155  src/hb-ot-layout-private.h          |  28 ++++------
66156  src/hb-ot-layout.cc                 |  30 ++++++++++
66157  src/hb-ot-layout.h                  |   5 ++
66158  src/hb-private.h                    |  16 ------
66159  12 files changed, 174 insertions(+), 187 deletions(-)
66160
66161 commit 55520d2af172f5f6617b909e80cbd7d898f2bc15
66162 Author: Behdad Esfahbod <behdad@behdad.org>
66163 Date:   Wed Jun 10 23:26:51 2009 -0400
66164
66165     XX
66166
66167  src/Makefile.am                     |   2 +
66168  src/hb-buffer.c                     |   9 +++
66169  src/hb-buffer.h                     |  14 +++++
66170  src/hb-common.h                     |   3 +
66171  src/hb-ot-layout-gdef-private.h     |  32 +++++------
66172  src/hb-ot-layout-gpos-private.h     | 108
66173  ++++++++++++++++++------------------
66174  src/hb-ot-layout-gsub-private.h     |  46 +++++++--------
66175  src/hb-ot-layout-gsubgpos-private.h |  68 +++++++++++------------
66176  src/hb-ot-layout-private.h          |  28 ++++++----
66177  src/hb-ot-layout.cc                 |  30 ----------
66178  src/hb-ot-layout.h                  |   5 --
66179  src/hb-private.h                    |  16 ++++++
66180  12 files changed, 187 insertions(+), 174 deletions(-)
66181
66182 commit f53d434b9151c4ec43c148734b49bb165e522cc9
66183 Author: Behdad Esfahbod <behdad@behdad.org>
66184 Date:   Sat May 30 22:17:32 2009 -0400
66185
66186     [GPOS] Advance buffer cursor in SinglePos lookups.  Ouch!
66187
66188  src/hb-ot-layout-gpos-private.h | 4 ++++
66189  1 file changed, 4 insertions(+)
66190
66191 commit e35bbd570a5d914f86f1ea83941ee4328f268059
66192 Author: Behdad Esfahbod <behdad@behdad.org>
66193 Date:   Sat May 30 12:02:46 2009 -0400
66194
66195     [HB] Improve buffer.  Don't dup out buffer unless out is longer
66196     than in
66197
66198     That is, we work in-place even for ligatures now.
66199
66200  src/hb-buffer.c | 156
66201  ++++++++++++++++++++++++--------------------------------
66202  src/hb-buffer.h |   7 ++-
66203  2 files changed, 71 insertions(+), 92 deletions(-)
66204
66205 commit 6734ed4b6b2ce382917bf644aaf1acfa993f00ad
66206 Author: Behdad Esfahbod <behdad@behdad.org>
66207 Date:   Wed May 27 18:16:55 2009 -0400
66208
66209     [GPOS] Fix property checking
66210
66211  src/hb-ot-layout-gpos-private.h | 6 +++---
66212  1 file changed, 3 insertions(+), 3 deletions(-)
66213
66214 commit cc83ae12484108586fba6586bd9008971338b322
66215 Author: Behdad Esfahbod <behdad@behdad.org>
66216 Date:   Wed May 27 00:17:37 2009 -0400
66217
66218     [GPOS] Add vertical TODO
66219
66220  src/hb-ot-layout-gpos-private.h | 2 ++
66221  1 file changed, 2 insertions(+)
66222
66223 commit b69d38e7eaea544ba6c1876cdc6ddac61a698dd3
66224 Author: Behdad Esfahbod <behdad@behdad.org>
66225 Date:   Tue May 26 22:29:02 2009 -0400
66226
66227     [HB] Remove useless include
66228
66229  src/hb-ot-layout-private.h | 3 ---
66230  1 file changed, 3 deletions(-)
66231
66232 commit 6c8108cb583292a679b05844ab613b7f4587adc6
66233 Author: Behdad Esfahbod <behdad@behdad.org>
66234 Date:   Tue May 26 22:26:08 2009 -0400
66235
66236     [GPOS] Remove unused variables
66237
66238  src/hb-ot-layout-gpos-private.h | 3 +--
66239  1 file changed, 1 insertion(+), 2 deletions(-)
66240
66241 commit 09c292e3b688a67fbae67b645d1e6ffcf8d8eb6e
66242 Author: Behdad Esfahbod <behdad@behdad.org>
66243 Date:   Tue May 26 19:48:16 2009 -0400
66244
66245     [HB] Fix glyph properties
66246
66247  src/hb-ot-layout-common-private.h | 6 +++---
66248  src/hb-ot-layout-open-private.h   | 2 +-
66249  src/hb-ot-layout.cc               | 2 +-
66250  3 files changed, 5 insertions(+), 5 deletions(-)
66251
66252 commit 64e33f008ff9cc807fdfdc4553ad3fe01bb0615f
66253 Author: Behdad Esfahbod <behdad@behdad.org>
66254 Date:   Tue May 26 18:57:56 2009 -0400
66255
66256     [GPOS] Fix PairPos signedness
66257
66258  src/hb-ot-layout-gpos-private.h | 11 ++++-------
66259  1 file changed, 4 insertions(+), 7 deletions(-)
66260
66261 commit 80ea5bd10e72561a7627a5196621a6d7eccd91b7
66262 Author: Behdad Esfahbod <behdad@behdad.org>
66263 Date:   Tue May 26 17:58:37 2009 -0400
66264
66265     [GPOS] Fix mark matching
66266
66267  src/hb-ot-layout-gpos-private.h | 44
66268  +++++++++++++++++++----------------------
66269  1 file changed, 20 insertions(+), 24 deletions(-)
66270
66271 commit 4189b92aaa41e4a1756c561cc6e08b0ed024afda
66272 Author: Behdad Esfahbod <behdad@behdad.org>
66273 Date:   Tue May 26 17:31:56 2009 -0400
66274
66275     [HB] When looking back/forward, skip marks only
66276
66277  src/TODO                            |  1 -
66278  src/hb-ot-layout-gpos-private.h     | 13 ++-----
66279  src/hb-ot-layout-gsub-private.h     | 38 +++++++++-----------
66280  src/hb-ot-layout-gsubgpos-private.h | 14 ++++----
66281  src/hb-ot-layout-private.h          |  6 ++++
66282  src/hb-ot-layout.cc                 | 69
66283  ++++++++++++++++++++++++-------------
66284  6 files changed, 76 insertions(+), 65 deletions(-)
66285
66286 commit 1246e41021ab1d782b4c97e5d81c4917a57e3ed4
66287 Author: Behdad Esfahbod <behdad@behdad.org>
66288 Date:   Tue May 26 15:58:34 2009 -0400
66289
66290     [GDEF] Support MarkFilteringSets
66291
66292  src/hb-ot-layout.cc | 59
66293  +++++++++++++++++++----------------------------------
66294  1 file changed, 21 insertions(+), 38 deletions(-)
66295
66296 commit 5130c35e93528bcf3095fee5baf3847589167a58
66297 Author: Behdad Esfahbod <behdad@behdad.org>
66298 Date:   Tue May 26 15:45:41 2009 -0400
66299
66300     [HB] Simplify MarkAttachmentType handling
66301
66302  src/hb-ot-layout-gpos-private.h |  6 +++---
66303  src/hb-ot-layout-gsub-private.h |  6 ++----
66304  src/hb-ot-layout.cc             | 18 ++++++++----------
66305  3 files changed, 13 insertions(+), 17 deletions(-)
66306
66307 commit e4b92b85a7750bd4271ad607b3c41f0184e89feb
66308 Author: Behdad Esfahbod <behdad@behdad.org>
66309 Date:   Tue May 26 15:38:53 2009 -0400
66310
66311     [HB] Support parsing MarkFilteringSets introduced in OpenType 1.6
66312
66313  src/hb-ot-layout-gdef-private.h | 55
66314  +++++++++++++++++++++++++++++++++++------
66315  src/hb-ot-layout-gpos-private.h |  1 +
66316  src/hb-ot-layout.cc             |  6 ++---
66317  3 files changed, 51 insertions(+), 11 deletions(-)
66318
66319 commit 515ce4ceb2ab0151d8dfc03ff0bfc7d110dd93b5
66320 Author: Behdad Esfahbod <behdad@behdad.org>
66321 Date:   Tue May 26 13:08:00 2009 -0400
66322
66323     [HB] More de-C++'ization
66324
66325  src/hb-ot-layout-gsubgpos-private.h | 24 ++++++++++++------------
66326  1 file changed, 12 insertions(+), 12 deletions(-)
66327
66328 commit d7df42d7ee586219475878d160f85ae5a188bd59
66329 Author: Behdad Esfahbod <behdad@behdad.org>
66330 Date:   Tue May 26 13:04:59 2009 -0400
66331
66332     [HB] Start MarkFilteringSet support
66333
66334  src/hb-ot-layout-common-private.h | 24 +++++++++++++++++++-----
66335  1 file changed, 19 insertions(+), 5 deletions(-)
66336
66337 commit 62964afcecd96038cfaa8bc2bc931f43ee83be7e
66338 Author: Behdad Esfahbod <behdad@behdad.org>
66339 Date:   Tue May 26 12:40:10 2009 -0400
66340
66341     [HB] Implement get_lig_carets()
66342
66343  src/hb-ot-layout-gdef-private.h | 57
66344  ++++++++++++++++++++++++++++++++---------
66345  src/hb-ot-layout.cc             | 17 +++++++++---
66346  src/hb-ot-layout.h              |  8 +++++-
66347  src/main.cc                     |  9 +------
66348  4 files changed, 66 insertions(+), 25 deletions(-)
66349
66350 commit 79420ad9caf2d5fc94c3693e8292edfa27060b2d
66351 Author: Behdad Esfahbod <behdad@behdad.org>
66352 Date:   Tue May 26 12:24:16 2009 -0400
66353
66354     [HB] Add get_attach_points()
66355
66356  src/Makefile.am                 |  2 +-
66357  src/hb-ot-layout-gdef-private.h | 35 +++++++++++++++++++++++++----------
66358  src/hb-ot-layout-gpos-private.h | 28 +++++++---------------------
66359  src/hb-ot-layout-gsub-private.h | 28 +++++++---------------------
66360  src/hb-ot-layout-open-private.h | 12 +++---------
66361  src/hb-ot-layout.cc             |  9 +++++++++
66362  src/hb-ot-layout.h              |  6 ++++++
66363  src/main.cc                     |  8 ++++----
66364  8 files changed, 62 insertions(+), 66 deletions(-)
66365
66366 commit 855720ca47bf5a7a44eb5b84dce9f7da6e7156bd
66367 Author: Behdad Esfahbod <behdad@behdad.org>
66368 Date:   Tue May 26 12:00:28 2009 -0400
66369
66370     [HB] Remove more macros
66371
66372  src/hb-ot-layout-gdef-private.h | 18 +++++++++---------
66373  1 file changed, 9 insertions(+), 9 deletions(-)
66374
66375 commit c968fc2dc87cf85b53f60a40db59d5ee7b992edf
66376 Author: Behdad Esfahbod <behdad@behdad.org>
66377 Date:   Mon May 25 04:04:24 2009 -0400
66378
66379     [HB] More buffer cleanup
66380
66381  src/hb-buffer-private.h             |  39 +++--------
66382  src/hb-buffer.c                     | 136
66383  ++++++++++++++++++------------------
66384  src/hb-buffer.h                     |  22 +++---
66385  src/hb-ot-layout-gpos-private.h     |  29 ++++----
66386  src/hb-ot-layout-gsub-private.h     |  10 +--
66387  src/hb-ot-layout-gsubgpos-private.h |   8 +--
66388  src/hb-ot-layout-private.h          |  13 ++--
66389  src/hb-ot-layout.cc                 |  16 ++---
66390  src/hb-private.h                    |  29 --------
66391  9 files changed, 125 insertions(+), 177 deletions(-)
66392
66393 commit 88a5f5a49b6809d88560791f9cf6b8f78f22a4ad
66394 Author: Behdad Esfahbod <behdad@behdad.org>
66395 Date:   Mon May 25 03:39:11 2009 -0400
66396
66397     [HB] Cleanup buffer
66398
66399  src/hb-buffer-private.h             |  2 +-
66400  src/hb-buffer.c                     | 26 ++++++++------
66401  src/hb-ot-layout-gsub-private.h     | 26 +++++---------
66402  src/hb-ot-layout-gsubgpos-private.h |  2 +-
66403  src/hb-ot-layout.cc                 | 71
66404  -------------------------------------
66405  5 files changed, 25 insertions(+), 102 deletions(-)
66406
66407 commit 347f0b8621d3adfec157e5634ff3defc818ea37f
66408 Author: Behdad Esfahbod <behdad@behdad.org>
66409 Date:   Mon May 25 03:30:31 2009 -0400
66410
66411     [HB] Clean more
66412
66413  src/hb-ot-layout-private.h | 10 ++++------
66414  src/hb-ot-layout.cc        |  8 ++++----
66415  2 files changed, 8 insertions(+), 10 deletions(-)
66416
66417 commit d9d2a07f4a8696666a12f5a206aa9cfb56dc2b35
66418 Author: Behdad Esfahbod <behdad@behdad.org>
66419 Date:   Mon May 25 03:24:19 2009 -0400
66420
66421     [HB] Remove one XXX, add another
66422
66423  src/hb-buffer.h            | 2 ++
66424  src/hb-ot-layout-private.h | 3 +--
66425  2 files changed, 3 insertions(+), 2 deletions(-)
66426
66427 commit 6c78683c042250a7b5a6fc6ebae4717b03fadf9e
66428 Author: Behdad Esfahbod <behdad@behdad.org>
66429 Date:   Mon May 25 03:22:19 2009 -0400
66430
66431     [HB] Update copyright years
66432
66433  src/hb-buffer-private.h    | 2 +-
66434  src/hb-buffer.h            | 2 +-
66435  src/hb-common.h            | 2 +-
66436  src/hb-ot-layout-private.h | 2 +-
66437  src/hb-ot-layout.h         | 2 +-
66438  src/hb-private.h           | 2 +-
66439  6 files changed, 6 insertions(+), 6 deletions(-)
66440
66441 commit 4497af0069a94c69fc1518b1db2c1282721b732a
66442 Author: Behdad Esfahbod <behdad@behdad.org>
66443 Date:   Mon May 25 03:20:18 2009 -0400
66444
66445     [HB] Would have helped if I actually knew C++ before using it...
66446
66447  src/hb-ot-layout-gsubgpos-private.h |  4 ++--
66448  src/hb-ot-layout-open-private.h     | 24 ++++++++++++------------
66449  2 files changed, 14 insertions(+), 14 deletions(-)
66450
66451 commit cc6c644ff2af5f6669b6ec100ff13e904872b21c
66452 Author: Behdad Esfahbod <behdad@behdad.org>
66453 Date:   Mon May 25 03:10:06 2009 -0400
66454
66455     [HB] More cleanup
66456
66457  src/hb-ot-layout-common-private.h | 4 ++--
66458  src/hb-ot-layout-open-private.h   | 9 +++++----
66459  2 files changed, 7 insertions(+), 6 deletions(-)
66460
66461 commit 20cc86b3592db33731de671f008d7d222776be49
66462 Author: Behdad Esfahbod <behdad@behdad.org>
66463 Date:   Mon May 25 02:41:49 2009 -0400
66464
66465     [HB] Simplify Tag
66466
66467  src/hb-ot-layout-open-private.h | 46
66468  ++++++++++++++++-------------------------
66469  1 file changed, 18 insertions(+), 28 deletions(-)
66470
66471 commit 3ec0092c5e2d48e8c4fc1618d3bee427adddb1e7
66472 Author: Behdad Esfahbod <behdad@behdad.org>
66473 Date:   Mon May 25 02:34:25 2009 -0400
66474
66475     [HB] Simplify more
66476
66477  src/hb-ot-layout-open-private.h | 31 ++++++++++---------------------
66478  1 file changed, 10 insertions(+), 21 deletions(-)
66479
66480 commit 6ad8d5f3c7028147b371137ae4bca6aae66b3489
66481 Author: Behdad Esfahbod <behdad@behdad.org>
66482 Date:   Mon May 25 02:27:29 2009 -0400
66483
66484     [HB] Simplify some basic things
66485
66486  src/hb-ot-layout-open-private.h | 90
66487  +++++++++++++++++++++++++++--------------
66488  src/main.cc                     |  8 ++--
66489  2 files changed, 64 insertions(+), 34 deletions(-)
66490
66491 commit f96ffd43bce0ac6d9c897933c9be0e51d543e570
66492 Author: Behdad Esfahbod <behdad@behdad.org>
66493 Date:   Sun May 24 15:01:16 2009 -0400
66494
66495     [HB] simplify macros
66496
66497  src/hb-buffer-private.h    | 4 ++--
66498  src/hb-buffer.h            | 4 ++--
66499  src/hb-common.h            | 8 ++++----
66500  src/hb-ot-layout-private.h | 4 ++--
66501  src/hb-ot-layout.h         | 4 ++--
66502  5 files changed, 12 insertions(+), 12 deletions(-)
66503
66504 commit 8e7b30782a12f3997b9a5a18e6b9d01f6bff8b46
66505 Author: Behdad Esfahbod <behdad@behdad.org>
66506 Date:   Sun May 24 14:27:24 2009 -0400
66507
66508     [HB] Update text files
66509
66510  src/COPYING |  7 -------
66511  src/README  | 13 ++-----------
66512  2 files changed, 2 insertions(+), 18 deletions(-)
66513
66514 commit fa7d47249496fe00ea1ab6943b385c8dd80e5ce6
66515 Author: Behdad Esfahbod <behdad@behdad.org>
66516 Date:   Sun May 24 14:24:35 2009 -0400
66517
66518     [HB] Remove stale makefile.msc too
66519
66520  src/makefile.msc | 19 -------------------
66521  1 file changed, 19 deletions(-)
66522
66523 commit da2c52abcd75d46929b34cad55c4fb2c8892bc08
66524 Author: Behdad Esfahbod <behdad@behdad.org>
66525 Date:   Sun May 24 14:22:22 2009 -0400
66526
66527     [HB] Remove old code!
66528
66529     Goodbye 16 thousand lines of ten-year old code!
66530
66531  src/harfbuzz-dump-main.c      |   97 -
66532  src/harfbuzz-dump.c           |  768 ------
66533  src/harfbuzz-dump.h           |   41 -
66534  src/harfbuzz-gdef-private.h   |  124 -
66535  src/harfbuzz-gdef.c           | 1160 --------
66536  src/harfbuzz-gdef.h           |  135 -
66537  src/harfbuzz-global.h         |   84 -
66538  src/harfbuzz-gpos-private.h   |  712 -----
66539  src/harfbuzz-gpos.c           | 6071
66540  -----------------------------------------
66541  src/harfbuzz-gpos.h           |  174 --
66542  src/harfbuzz-gsub-private.h   |  476 ----
66543  src/harfbuzz-gsub.c           | 4304 -----------------------------
66544  src/harfbuzz-gsub.h           |  140 -
66545  src/harfbuzz-impl.c           |   84 -
66546  src/harfbuzz-impl.h           |  126 -
66547  src/harfbuzz-open-private.h   |  102 -
66548  src/harfbuzz-open.c           | 1405 ----------
66549  src/harfbuzz-open.h           |  282 --
66550  src/harfbuzz-stream-private.h |   83 -
66551  src/harfbuzz-stream.c         |  257 --
66552  src/harfbuzz.c                |   31 -
66553  src/harfbuzz.h                |   35 -
66554  22 files changed, 16691 deletions(-)
66555
66556 commit e5372f1621602dcee4e14a4b22dc182c21502a50
66557 Author: Behdad Esfahbod <behdad@behdad.org>
66558 Date:   Sun May 24 14:21:27 2009 -0400
66559
66560     [HB] Remove stale TODO mark
66561
66562  src/hb-ot-layout-open-private.h | 1 -
66563  1 file changed, 1 deletion(-)
66564
66565 commit 96908b898476ca5d7da5f386b15be76f9e83d76e
66566 Author: Behdad Esfahbod <behdad@behdad.org>
66567 Date:   Sun May 24 12:30:40 2009 -0400
66568
66569     [HB] Add FixedVersion cast to int
66570
66571  src/hb-ot-layout-open-private.h | 2 ++
66572  1 file changed, 2 insertions(+)
66573
66574 commit 957740dd253475020a94a62ec5dfcd03e3358176
66575 Author: Behdad Esfahbod <behdad@behdad.org>
66576 Date:   Sun May 24 12:29:55 2009 -0400
66577
66578     [HB] Simplify tag
66579
66580  src/hb-ot-layout-open-private.h | 10 +++++-----
66581  1 file changed, 5 insertions(+), 5 deletions(-)
66582
66583 commit 87fcdcbe3644da10154688765db2d62eb9ac079a
66584 Author: Behdad Esfahbod <behdad@behdad.org>
66585 Date:   Sun May 24 01:03:24 2009 -0400
66586
66587     [HB] Remove unused data types
66588
66589  src/hb-ot-layout-gdef-private.h     |  2 +-
66590  src/hb-ot-layout-gsubgpos-private.h |  2 +-
66591  src/hb-ot-layout-open-private.h     | 54
66592  ++++---------------------------------
66593  3 files changed, 7 insertions(+), 51 deletions(-)
66594
66595 commit 5876bf1b73fcb56cc41b4d348248a4817f9688cb
66596 Author: Behdad Esfahbod <behdad@behdad.org>
66597 Date:   Sun May 24 00:53:28 2009 -0400
66598
66599     [HB] Simplify version check in GSUB/GPOS
66600
66601  src/hb-ot-layout-gpos-private.h | 5 ++++-
66602  src/hb-ot-layout-gsub-private.h | 5 ++++-
66603  2 files changed, 8 insertions(+), 2 deletions(-)
66604
66605 commit 212aba6189d7aaac0bab169b77ae6bdab16800a5
66606 Author: Behdad Esfahbod <behdad@behdad.org>
66607 Date:   Sun May 24 00:50:27 2009 -0400
66608
66609     [HB] Check for GDEF/GSUB/GPOS versions
66610
66611  src/hb-ot-layout-gdef-private.h     |  3 +--
66612  src/hb-ot-layout-gpos-private.h     |  3 +--
66613  src/hb-ot-layout-gsub-private.h     |  3 +--
66614  src/hb-ot-layout-gsubgpos-private.h |  5 ++---
66615  src/hb-ot-layout-open-private.h     | 11 ++++++++++-
66616  5 files changed, 15 insertions(+), 10 deletions(-)
66617
66618 commit a21b5062cc32c04eeee3c4b20d26c7e2b34133e9
66619 Author: Behdad Esfahbod <behdad@behdad.org>
66620 Date:   Sat May 23 22:39:42 2009 -0400
66621
66622     [HB] Minor
66623
66624  src/hb-ot-layout-gdef-private.h | 6 +++---
66625  src/hb-ot-layout-open-private.h | 4 ++--
66626  2 files changed, 5 insertions(+), 5 deletions(-)
66627
66628 commit a080b1cc2f66d6e109d431a1e09519d7cf53bb9a
66629 Author: Behdad Esfahbod <behdad@behdad.org>
66630 Date:   Sat May 23 18:50:44 2009 -0400
66631
66632     [HB] Add TODO items
66633
66634  src/TODO | 6 ++++++
66635  1 file changed, 6 insertions(+)
66636
66637 commit e4efdd80a8fa4edbcdec9cd84f35f5f4521943c2
66638 Author: Behdad Esfahbod <behdad@behdad.org>
66639 Date:   Fri May 22 18:54:24 2009 -0400
66640
66641     [GDEF] Add some get_carret_value() code
66642
66643  src/hb-ot-layout-gdef-private.h | 36 ++++++++++++++++++------------------
66644  1 file changed, 18 insertions(+), 18 deletions(-)
66645
66646 commit 9b006bc0322723d065271e4b0ea4f137f81101e1
66647 Author: Behdad Esfahbod <behdad@behdad.org>
66648 Date:   Fri May 22 18:29:45 2009 -0400
66649
66650     [GPOS] MarkLigPosFormat1
66651
66652     GPOS is complete now!  Yay!
66653
66654  src/hb-ot-layout-gpos-private.h | 128
66655  +++++++++++++++++++++++++++++-----------
66656  1 file changed, 92 insertions(+), 36 deletions(-)
66657
66658 commit 923923feb248250626c637c11a886804011197b0
66659 Author: Behdad Esfahbod <behdad@behdad.org>
66660 Date:   Fri May 22 17:58:09 2009 -0400
66661
66662     [HB] Remove apply_subtables() again
66663
66664  src/hb-ot-layout-gpos-private.h | 31 +++++++++++--------------------
66665  src/hb-ot-layout-gsub-private.h | 33 ++++++++++++---------------------
66666  2 files changed, 23 insertions(+), 41 deletions(-)
66667
66668 commit d468f9af5b9fdc2713b0b86f28129e4190ee5053
66669 Author: Behdad Esfahbod <behdad@behdad.org>
66670 Date:   Thu May 21 22:31:33 2009 -0400
66671
66672     [HB] Share Extension lookup code between GSUB and GPOS
66673
66674  src/hb-ot-layout-gpos-private.h     | 64 +++++-----------------------
66675  src/hb-ot-layout-gsub-private.h     | 83
66676  +++++++------------------------------
66677  src/hb-ot-layout-gsubgpos-private.h | 52 +++++++++++++++++++++++
66678  3 files changed, 77 insertions(+), 122 deletions(-)
66679
66680 commit 498f1909e0f7a32484b2058622c4a018cbfc1334
66681 Author: Behdad Esfahbod <behdad@behdad.org>
66682 Date:   Thu May 21 15:51:04 2009 -0400
66683
66684     [GPOS] Remove printf.  MarkMarkPos1 is working
66685
66686     The "bug" was in the font.
66687
66688  src/hb-ot-layout-gpos-private.h | 1 -
66689  1 file changed, 1 deletion(-)
66690
66691 commit c7d457aa3ae7138630f52ca7263f663a3ea284c0
66692 Author: Behdad Esfahbod <behdad@behdad.org>
66693 Date:   Thu May 21 12:46:29 2009 -0400
66694
66695     [HB] Ouch.  Add files.
66696
66697  src/hb-common.h  | 13 +++++-----
66698  src/hb-private.h | 74
66699  ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
66700  2 files changed, 78 insertions(+), 9 deletions(-)
66701
66702 commit fe550f4dd815285e9de8c3cbff810b0a1c7b377f
66703 Author: Behdad Esfahbod <behdad@behdad.org>
66704 Date:   Thu May 21 08:27:07 2009 -0400
66705
66706     [GPOS] MarkMarkPosFormat1
66707
66708     Still not quite working.
66709
66710  src/TODO                        |   4 +-
66711  src/hb-ot-layout-gpos-private.h | 105
66712  +++++++++++++++++++++++++++++-----------
66713  2 files changed, 79 insertions(+), 30 deletions(-)
66714
66715 commit 357ccde36bba01a405d59b7da061fc5048cdc7b4
66716 Author: Behdad Esfahbod <behdad@behdad.org>
66717 Date:   Thu May 21 06:32:01 2009 -0400
66718
66719     [GPOS] MarkBasePosFormat1
66720
66721  src/TODO                        |  1 +
66722  src/hb-ot-layout-gpos-private.h | 62
66723  +++++++++++++++++++++++++++++++++++++----
66724  2 files changed, 58 insertions(+), 5 deletions(-)
66725
66726 commit 377bfc5860ae018f54e4a2dd737b4b000383ab54
66727 Author: Behdad Esfahbod <behdad@behdad.org>
66728 Date:   Thu May 21 04:58:24 2009 -0400
66729
66730     [GPOS] Implement MarkArray interface
66731
66732  src/hb-ot-layout-gpos-private.h | 5 +++--
66733  1 file changed, 3 insertions(+), 2 deletions(-)
66734
66735 commit c18ec2b1d7b8c7abe6ebf4b53c9ec75d5c9bb255
66736 Author: Behdad Esfahbod <behdad@behdad.org>
66737 Date:   Thu May 21 04:54:01 2009 -0400
66738
66739     [GPOS] Implement Device support in AnchorFormat3
66740
66741  src/hb-ot-layout-gpos-private.h | 11 ++++++++---
66742  1 file changed, 8 insertions(+), 3 deletions(-)
66743
66744 commit fca6a0d158b847181dcf67a13f34499177df899b
66745 Author: Behdad Esfahbod <behdad@behdad.org>
66746 Date:   Thu May 21 04:49:04 2009 -0400
66747
66748     [GPOS] Remove apply_value() return value
66749
66750  src/hb-ot-layout-gpos-private.h | 75
66751  +++++++++++++++++++----------------------
66752  1 file changed, 34 insertions(+), 41 deletions(-)
66753
66754 commit fb3b5ccfefc4c38c9184d432703e81f73e1f5bc7
66755 Author: Behdad Esfahbod <behdad@behdad.org>
66756 Date:   Thu May 21 04:47:05 2009 -0400
66757
66758     [GPOS] Start MarkBasePosFormat1
66759
66760  src/TODO                        |  1 +
66761  src/hb-ot-layout-gpos-private.h | 38
66762  +++++++++++++++++---------------------
66763  2 files changed, 18 insertions(+), 21 deletions(-)
66764
66765 commit ee8776d9e009a7fb8e1f3c1f9cf3ad42d9746a16
66766 Author: Behdad Esfahbod <behdad@behdad.org>
66767 Date:   Wed May 20 15:46:12 2009 -0400
66768
66769     [HB] Add TODO item
66770
66771  src/hb-ot-layout-gpos-private.h | 1 +
66772  src/hb-ot-layout-gsub-private.h | 1 +
66773  2 files changed, 2 insertions(+)
66774
66775 commit c6456ca5cfc35095378dcf29f8edc33ece9c3ea1
66776 Author: Behdad Esfahbod <behdad@behdad.org>
66777 Date:   Wed May 20 06:15:23 2009 -0400
66778
66779     [HB] Add TODO item
66780
66781  src/TODO | 1 +
66782  1 file changed, 1 insertion(+)
66783
66784 commit 3015c4175179a1816aad2a4950da9a3b8baf2578
66785 Author: Behdad Esfahbod <behdad@behdad.org>
66786 Date:   Wed May 20 06:01:16 2009 -0400
66787
66788     [HB] Remove last dependence on the old code base!
66789
66790  src/hb-buffer-private.h         | 88
66791  ++++++++++++++++++++---------------------
66792  src/hb-buffer.c                 | 47 +++++++++++-----------
66793  src/hb-ot-layout-gpos-private.h | 11 ++----
66794  src/hb-ot-layout-gsub-private.h | 12 +++---
66795  src/hb-ot-layout.cc             | 16 ++++----
66796  5 files changed, 85 insertions(+), 89 deletions(-)
66797
66798 commit 5c0adce1ccc739415c4b26ff13ffd2d77ea4bc6c
66799 Author: Behdad Esfahbod <behdad@behdad.org>
66800 Date:   Wed May 20 05:42:12 2009 -0400
66801
66802     [HB] Rename harfbuzz-buffer to hb-buffer
66803
66804  src/Makefile.am                                        | 5 +++--
66805  src/{harfbuzz-buffer-private.h => hb-buffer-private.h} | 8 ++++----
66806  src/{harfbuzz-buffer.c => hb-buffer.c}                 | 6 ++----
66807  src/{harfbuzz-buffer.h => hb-buffer.h}                 | 8 ++++----
66808  src/hb-ot-layout-gsubgpos-private.h                    | 2 +-
66809  src/hb-ot-layout-private.h                             | 2 +-
66810  src/hb-ot-layout.cc                                    | 5 +++--
66811  src/hb-ot-layout.h                                     | 2 +-
66812  8 files changed, 19 insertions(+), 19 deletions(-)
66813
66814 commit b857b49c82782d29d6d189f1a9f4a84d39cd84ea
66815 Author: Behdad Esfahbod <behdad@behdad.org>
66816 Date:   Wed May 20 05:35:14 2009 -0400
66817
66818     [HB] Remove all references to the old code!
66819
66820  src/Makefile.am            |  76 +++++++---------------
66821  src/harfbuzz-buffer.c      | 154
66822  +++++++++++++++++++--------------------------
66823  src/harfbuzz-buffer.h      |  80 +++++++++++------------
66824  src/hb-ot-layout-private.h |   6 +-
66825  src/hb-ot-layout.cc        |  17 ++---
66826  src/hb-ot-layout.h         |   1 +
66827  6 files changed, 137 insertions(+), 197 deletions(-)
66828
66829 commit e1593a6e620ee6a8184487185d1c95e0d1820ba5
66830 Author: Behdad Esfahbod <behdad@behdad.org>
66831 Date:   Wed May 20 04:51:30 2009 -0400
66832
66833     [GPOS] Finally it's working, up to Cursive
66834
66835     Wow, IranNastaliq renders perfectly again!
66836
66837  src/hb-ot-layout.cc | 24 ++++++++++++++++++++++++
66838  src/hb-ot-layout.h  | 12 ++++++++++++
66839  2 files changed, 36 insertions(+)
66840
66841 commit 0f7e6b2cead0c7d527ef68ededb27e0afd71d819
66842 Author: Behdad Esfahbod <behdad@behdad.org>
66843 Date:   Wed May 20 04:16:35 2009 -0400
66844
66845     [GPOS] Fix more brokenness
66846
66847  src/Makefile.am                 |  2 +-
66848  src/hb-ot-layout-gpos-private.h | 37
66849  ++++++++++++++++++++-----------------
66850  src/hb-ot-layout.cc             |  7 +++++++
66851  src/hb-ot-layout.h              |  5 +++++
66852  4 files changed, 33 insertions(+), 18 deletions(-)
66853
66854 commit ff05d257dd43221b7c8ebead188e78495daa8eda
66855 Author: Behdad Esfahbod <behdad@behdad.org>
66856 Date:   Wed May 20 03:53:00 2009 -0400
66857
66858     [HB] Move lookup types enum into subtable class
66859
66860  src/hb-ot-layout-gpos-private.h | 66
66861  ++++++++++++++++++++---------------------
66862  src/hb-ot-layout-gsub-private.h | 44 +++++++++++++--------------
66863  2 files changed, 55 insertions(+), 55 deletions(-)
66864
66865 commit 263bbef7670b59aa88ef9ba910579dfa51226524
66866 Author: Behdad Esfahbod <behdad@behdad.org>
66867 Date:   Wed May 20 00:00:09 2009 -0400
66868
66869     [GDEF] Simplify Device access
66870
66871  src/hb-ot-layout-gdef-private.h | 12 +++---------
66872  1 file changed, 3 insertions(+), 9 deletions(-)
66873
66874 commit 60d77cf05fddc5304b4b1fc19cdedba15cbee1e9
66875 Author: Behdad Esfahbod <behdad@behdad.org>
66876 Date:   Tue May 19 23:58:54 2009 -0400
66877
66878     [HB] Indentation
66879
66880  src/hb-ot-layout-common-private.h   | 170
66881  +++++++++++++++++-------------------
66882  src/hb-ot-layout-gdef-private.h     |  65 +++++++-------
66883  src/hb-ot-layout-gsubgpos-private.h | 150 +++++++++++++++++--------------
66884  src/hb-ot-layout-open-private.h     | 159
66885  ++++++++++++++++-----------------
66886  src/hb-ot-layout-private.h          |   9 +-
66887  5 files changed, 288 insertions(+), 265 deletions(-)
66888
66889 commit 90de3dfff9e82dae20b7517642511aebaf736b74
66890 Author: Behdad Esfahbod <behdad@behdad.org>
66891 Date:   Tue May 19 23:43:04 2009 -0400
66892
66893     [HB] Remove unused methods
66894
66895  src/hb-ot-layout-common-private.h | 6 ------
66896  1 file changed, 6 deletions(-)
66897
66898 commit 4c44d830d79431fcb143df2b5a29cdc8e8fccef3
66899 Author: Behdad Esfahbod <behdad@behdad.org>
66900 Date:   Tue May 19 23:42:30 2009 -0400
66901
66902     [HB] Indentation
66903
66904  src/hb-ot-layout-gpos-private.h | 253
66905  +++++++++++++++++++++-----------------
66906  src/hb-ot-layout-gsub-private.h | 262
66907  ++++++++++++++++++++++------------------
66908  2 files changed, 284 insertions(+), 231 deletions(-)
66909
66910 commit d18fd8e3f7185f531fa4c4988d3f5d5c5282b8eb
66911 Author: Behdad Esfahbod <behdad@behdad.org>
66912 Date:   Tue May 19 23:25:41 2009 -0400
66913
66914     [GPOS] CursivePosFormat1
66915
66916  src/hb-ot-layout-gpos-private.h | 174
66917  ++++++++++++++++++++++++++++++++++++++--
66918  src/hb-ot-layout-private.h      |   2 +-
66919  2 files changed, 169 insertions(+), 7 deletions(-)
66920
66921 commit 70632add333e4ab38f8f485bb87b25116128cf92
66922 Author: Behdad Esfahbod <behdad@behdad.org>
66923 Date:   Tue May 19 22:30:09 2009 -0400
66924
66925     [GSUB] PairPosFormat2
66926
66927  src/hb-ot-layout-gpos-private.h | 43
66928  ++++++++++++++++++++++++++++++++++++-----
66929  1 file changed, 38 insertions(+), 5 deletions(-)
66930
66931 commit b24ecbadf44d56fd3286d1d3ff6928151ccec9bd
66932 Author: Behdad Esfahbod <behdad@behdad.org>
66933 Date:   Tue May 19 22:16:04 2009 -0400
66934
66935     [GPOS] PairPosFormat1
66936
66937  src/hb-ot-layout-gpos-private.h | 91
66938  +++++++++++++++++++++++++++++++++--------
66939  1 file changed, 73 insertions(+), 18 deletions(-)
66940
66941 commit 056c7ec1aea1eca60a3b20b583b8a8072be9d758
66942 Author: Behdad Esfahbod <behdad@behdad.org>
66943 Date:   Mon May 18 19:47:52 2009 -0400
66944
66945     [GPOS] Start filling apply() functions in
66946
66947  src/harfbuzz-buffer-private.h     |   1 +
66948  src/harfbuzz-buffer.c             |   3 -
66949  src/hb-ot-layout-common-private.h |  35 ++++++-----
66950  src/hb-ot-layout-gpos-private.h   | 127
66951  ++++++++++++++++++++++++++++----------
66952  4 files changed, 116 insertions(+), 50 deletions(-)
66953
66954 commit 4fa77d3c4305a76b956de8c1a9b83a961d035a80
66955 Author: Behdad Esfahbod <behdad@behdad.org>
66956 Date:   Mon May 18 18:44:54 2009 -0400
66957
66958     [HB] Use enums
66959
66960  src/hb-ot-layout-common-private.h | 14 ++++++++------
66961  src/hb-ot-layout-gdef-private.h   | 22 +++++++++++++---------
66962  2 files changed, 21 insertions(+), 15 deletions(-)
66963
66964 commit 6b54c5d0446b514fbb6521e7e9e614d153435f0e
66965 Author: Behdad Esfahbod <behdad@behdad.org>
66966 Date:   Mon May 18 18:30:25 2009 -0400
66967
66968     [HB] More reference cast simplification
66969
66970  src/hb-ot-layout-gsub-private.h     |  8 ++++----
66971  src/hb-ot-layout-gsubgpos-private.h | 28 ++++++++++++++--------------
66972  src/hb-ot-layout-open-private.h     |  2 +-
66973  3 files changed, 19 insertions(+), 19 deletions(-)
66974
66975 commit eb0dfc830e09405492f494c85380e133ac5d0ea3
66976 Author: Behdad Esfahbod <behdad@behdad.org>
66977 Date:   Mon May 18 18:22:44 2009 -0400
66978
66979     [HB] Rename LOOKUP_ARGS to APPLY_ARGS
66980
66981  src/hb-ot-layout-gpos-private.h     | 88
66982  ++++++++++++++++++------------------
66983  src/hb-ot-layout-gsub-private.h     | 84
66984  +++++++++++++++++-----------------
66985  src/hb-ot-layout-gsubgpos-private.h | 90
66986  ++++++++++++++++++-------------------
66987  3 files changed, 131 insertions(+), 131 deletions(-)
66988
66989 commit 2a8e6accdf798a78ff180dcb593140592d62b872
66990 Author: Behdad Esfahbod <behdad@behdad.org>
66991 Date:   Mon May 18 18:21:44 2009 -0400
66992
66993     [HB] Internally rename position() and substitute() to apply()
66994
66995  src/hb-ot-layout-gpos-private.h | 110
66996  ++++++++++++++++++++--------------------
66997  src/hb-ot-layout-gsub-private.h | 104
66998  ++++++++++++++++++-------------------
66999  2 files changed, 107 insertions(+), 107 deletions(-)
67000
67001 commit f6c8a6eacf27fd1c509d07c85985f0367c5e475f
67002 Author: Behdad Esfahbod <behdad@behdad.org>
67003 Date:   Mon May 18 18:01:19 2009 -0400
67004
67005     [HB] Simplify casts
67006
67007  src/hb-ot-layout-gdef-private.h |  2 +-
67008  src/hb-ot-layout-gpos-private.h |  6 +++---
67009  src/hb-ot-layout-gsub-private.h |  6 +++---
67010  src/hb-ot-layout-open-private.h | 10 +++++-----
67011  4 files changed, 12 insertions(+), 12 deletions(-)
67012
67013 commit 9c42f05a5ccbb48a9367b80ecdf3679e88088fcf
67014 Author: Behdad Esfahbod <behdad@behdad.org>
67015 Date:   Mon May 18 17:43:49 2009 -0400
67016
67017     Switch Pango to new, defunt, GPOS
67018
67019  src/hb-ot-layout-gpos-private.h | 22 +++++++++++++++-------
67020  src/hb-ot-layout.cc             | 13 +++++++++++++
67021  src/hb-ot-layout.h              |  5 +++++
67022  3 files changed, 33 insertions(+), 7 deletions(-)
67023
67024 commit 5e5eb0573f7ea2ce2cf037fef0df70a4351e82c0
67025 Author: Behdad Esfahbod <behdad@behdad.org>
67026 Date:   Mon May 18 17:09:33 2009 -0400
67027
67028     [HB] Start GPOS!
67029
67030  src/hb-ot-layout-gpos-private.h | 915
67031  ++++++++++++++++++++++++++++++++++++++++
67032  src/hb-ot-layout-gsub-private.h |   2 -
67033  src/hb-ot-layout-private.h      |  15 +-
67034  src/hb-ot-layout.cc             |   5 +-
67035  src/hb-ot-layout.h              |   8 +-
67036  5 files changed, 936 insertions(+), 9 deletions(-)
67037
67038 commit 64e67f7599deeec98b104f8b70d0d321cf96799d
67039 Author: Behdad Esfahbod <behdad@behdad.org>
67040 Date:   Mon May 18 15:32:40 2009 -0400
67041
67042     [GSUB] Minor
67043
67044  src/hb-ot-layout-gsub-private.h | 16 ++++++----------
67045  1 file changed, 6 insertions(+), 10 deletions(-)
67046
67047 commit d79cae0b4eef8c2694ada791bb8e427c1202875e
67048 Author: Behdad Esfahbod <behdad@behdad.org>
67049 Date:   Mon May 18 13:50:15 2009 -0400
67050
67051     [HB] Minor
67052
67053  src/hb-ot-layout-gsub-private.h | 22 +++++++++++-----------
67054  1 file changed, 11 insertions(+), 11 deletions(-)
67055
67056 commit 8533bb985e6af2b656d7c45620d8f11f36330b85
67057 Author: Behdad Esfahbod <behdad@behdad.org>
67058 Date:   Mon May 18 06:00:12 2009 -0400
67059
67060     [GSUB] Protect against mismatching Extension subtable types
67061
67062  src/hb-ot-layout-gsub-private.h | 9 ++++++---
67063  1 file changed, 6 insertions(+), 3 deletions(-)
67064
67065 commit 969afd706e9b52adc79f6210c0088b2c6bbae9bc
67066 Author: Behdad Esfahbod <behdad@behdad.org>
67067 Date:   Mon May 18 05:47:47 2009 -0400
67068
67069     [GSUB] Implement ReverseChainSingleSubst
67070
67071     GSUB is done!
67072
67073  src/hb-ot-layout-gsub-private.h     | 55
67074  +++++++++++++++++++++++++++----------
67075  src/hb-ot-layout-gsubgpos-private.h | 43 +++++++++--------------------
67076  2 files changed, 54 insertions(+), 44 deletions(-)
67077
67078 commit 4acaffd786a11b5bd7d41b39fc65625fd8cd5077
67079 Author: Behdad Esfahbod <behdad@behdad.org>
67080 Date:   Mon May 18 05:29:29 2009 -0400
67081
67082     [HB] Don't use G_LIKELY!
67083
67084  src/hb-ot-layout-gsub-private.h     | 12 ++++++------
67085  src/hb-ot-layout-gsubgpos-private.h | 12 ++++++------
67086  src/hb-ot-layout-open-private.h     |  4 ++--
67087  src/hb-ot-layout.cc                 |  6 +++---
67088  4 files changed, 17 insertions(+), 17 deletions(-)
67089
67090 commit 3dcb12f171ebbf44461e6ce6439d286c9520dd88
67091 Author: Behdad Esfahbod <behdad@behdad.org>
67092 Date:   Mon May 18 05:22:32 2009 -0400
67093
67094     [GSUB] Oops, fix Extension check
67095
67096  src/hb-ot-layout-gsub-private.h | 3 +--
67097  1 file changed, 1 insertion(+), 2 deletions(-)
67098
67099 commit 2e8fb6c38dbc01cb77b384c0ae0212514dfbb588
67100 Author: Behdad Esfahbod <behdad@behdad.org>
67101 Date:   Mon May 18 04:37:37 2009 -0400
67102
67103     [HB] Tweak some constants and fix Coverage
67104
67105  src/hb-ot-layout-common-private.h   | 11 ++++++-----
67106  src/hb-ot-layout-gsubgpos-private.h |  2 ++
67107  src/hb-ot-layout-open-private.h     |  6 +++---
67108  3 files changed, 11 insertions(+), 8 deletions(-)
67109
67110 commit d6aae5f5cad54fc5dac8b0ff10a3921ebda533d4
67111 Author: Behdad Esfahbod <behdad@behdad.org>
67112 Date:   Mon May 18 04:25:22 2009 -0400
67113
67114     [HB] Cleanup TODOs
67115
67116  src/hb-ot-layout-gsub-private.h | 12 ++++++------
67117  src/hb-ot-layout-open-private.h |  2 +-
67118  src/hb-ot-layout.cc             |  4 ++--
67119  3 files changed, 9 insertions(+), 9 deletions(-)
67120
67121 commit 122f21fb9a3a0b914575929a3be11884f1ae00c0
67122 Author: Behdad Esfahbod <behdad@behdad.org>
67123 Date:   Mon May 18 04:21:53 2009 -0400
67124
67125     [GSUB] Fix context_length handling in Ligature too
67126
67127  src/hb-ot-layout-gsub-private.h     | 9 ++++-----
67128  src/hb-ot-layout-gsubgpos-private.h | 5 +++--
67129  2 files changed, 7 insertions(+), 7 deletions(-)
67130
67131 commit 47958dea214fd55725bf04aa13d233870255fb03
67132 Author: Behdad Esfahbod <behdad@behdad.org>
67133 Date:   Mon May 18 04:17:47 2009 -0400
67134
67135     [HB] Minor cleanup
67136
67137  src/hb-ot-layout-gsubgpos-private.h | 10 ++++------
67138  1 file changed, 4 insertions(+), 6 deletions(-)
67139
67140 commit e73a0c2a903112ce9a35b95e14e10ab8ea2dc337
67141 Author: Behdad Esfahbod <behdad@behdad.org>
67142 Date:   Mon May 18 04:15:25 2009 -0400
67143
67144     [HB] Correctly skip glyphs when applying (Chain)Context lookups
67145
67146  src/hb-ot-layout-gsubgpos-private.h | 14 +++++++++++---
67147  1 file changed, 11 insertions(+), 3 deletions(-)
67148
67149 commit 7cff75babd64cd49dd2b3faaa15193d12c098f42
67150 Author: Behdad Esfahbod <behdad@behdad.org>
67151 Date:   Mon May 18 04:09:05 2009 -0400
67152
67153     [HB] Fix context_length checking
67154
67155  src/hb-ot-layout-gsubgpos-private.h | 23 +++++++++++++----------
67156  src/hb-ot-layout-open-private.h     |  2 +-
67157  2 files changed, 14 insertions(+), 11 deletions(-)
67158
67159 commit d0ba0557007798db2c60ddd0b7a5a0624cd1698d
67160 Author: Behdad Esfahbod <behdad@behdad.org>
67161 Date:   Mon May 18 03:56:39 2009 -0400
67162
67163     [HB] ChainContext complete
67164
67165     IranNastaliq renders perfectly again!
67166
67167  src/hb-ot-layout-gsubgpos-private.h | 63
67168  +++++++++++++++++++++++++++----------
67169  1 file changed, 46 insertions(+), 17 deletions(-)
67170
67171 commit e072c24e79f0e7c1e078a87c782ab5dd8f21dcda
67172 Author: Behdad Esfahbod <behdad@behdad.org>
67173 Date:   Mon May 18 03:47:31 2009 -0400
67174
67175     [HB] Implement backtrack matching
67176
67177  src/hb-ot-layout-gsubgpos-private.h | 61
67178  +++++++++++++++++++++++++++----------
67179  1 file changed, 45 insertions(+), 16 deletions(-)
67180
67181 commit 02e1e5c63fa4f896053fa3c21e495239e1e9caa2
67182 Author: Behdad Esfahbod <behdad@behdad.org>
67183 Date:   Mon May 18 02:47:57 2009 -0400
67184
67185     [HB] One more step to go, for fully working GSUB and ChainContext
67186
67187  src/hb-ot-layout-gsubgpos-private.h | 107
67188  ++++++++++++++++++++----------------
67189  1 file changed, 61 insertions(+), 46 deletions(-)
67190
67191 commit f14c2b7acfba75b8a6880f41ceec758f9a56abce
67192 Author: Behdad Esfahbod <behdad@behdad.org>
67193 Date:   Mon May 18 02:36:18 2009 -0400
67194
67195     [HB] Further modularize Context matching
67196
67197  src/hb-ot-layout-gsubgpos-private.h | 92
67198  +++++++++++++++++++++++++------------
67199  1 file changed, 63 insertions(+), 29 deletions(-)
67200
67201 commit 13ed4405c558e445b052360f1ed8ee27ecf48e6e
67202 Author: Behdad Esfahbod <behdad@behdad.org>
67203 Date:   Mon May 18 02:14:37 2009 -0400
67204
67205     [HB] A step closer to working ChainContext
67206
67207  src/hb-ot-layout-gsubgpos-private.h | 36
67208  ++++++++++++++++++++++++++----------
67209  1 file changed, 26 insertions(+), 10 deletions(-)
67210
67211 commit e8cbaaf6d538036ff9b880b018db402e0895ed01
67212 Author: Behdad Esfahbod <behdad@behdad.org>
67213 Date:   Mon May 18 02:03:58 2009 -0400
67214
67215     [HB] Add HeadlessArrayTo<>
67216
67217  src/hb-ot-layout-gsub-private.h     | 10 ++++------
67218  src/hb-ot-layout-gsubgpos-private.h |  5 ++---
67219  src/hb-ot-layout-open-private.h     | 19 +++++++++++++++++++
67220  3 files changed, 25 insertions(+), 9 deletions(-)
67221
67222 commit dcb6b60254951a2831c03f3196962d229f7e556c
67223 Author: Behdad Esfahbod <behdad@behdad.org>
67224 Date:   Mon May 18 01:49:57 2009 -0400
67225
67226     [HB] More template goodness
67227
67228  src/hb-ot-layout-gsubgpos-private.h | 37
67229  +++++++++++++++----------------------
67230  1 file changed, 15 insertions(+), 22 deletions(-)
67231
67232 commit aa3d7adca5c821c91a2a1b5380fd6b3d19656ab1
67233 Author: Behdad Esfahbod <behdad@behdad.org>
67234 Date:   Sun May 17 23:17:56 2009 -0400
67235
67236     [HB] More churning towards ChainContext lookups
67237
67238  src/hb-ot-layout-common-private.h   |   6 +-
67239  src/hb-ot-layout-gsub-private.h     |  15 +++-
67240  src/hb-ot-layout-gsubgpos-private.h | 174
67241  ++++++++++++++++++++++--------------
67242  3 files changed, 125 insertions(+), 70 deletions(-)
67243
67244 commit 48f16ed96ac7041b511d9e0864623d2aa09c6da3
67245 Author: Behdad Esfahbod <behdad@behdad.org>
67246 Date:   Sun May 17 22:11:30 2009 -0400
67247
67248     [HB] Towards sharing Context and ChainContext code
67249
67250  src/hb-ot-layout-gsubgpos-private.h | 220
67251  ++++++++++++++++--------------------
67252  1 file changed, 99 insertions(+), 121 deletions(-)
67253
67254 commit 6cf2a52593cb4b23e3efe5e16228e3172bdcdd05
67255 Author: Behdad Esfahbod <behdad@behdad.org>
67256 Date:   Sun May 17 21:11:49 2009 -0400
67257
67258     [HB] Add check to avoid infinite recursion
67259
67260  src/hb-ot-layout-gsub-private.h | 12 ++++++++----
67261  1 file changed, 8 insertions(+), 4 deletions(-)
67262
67263 commit 887c4b44165eeb8ac7fb09bc4474d11720b94a9e
67264 Author: Behdad Esfahbod <behdad@behdad.org>
67265 Date:   Sun May 17 21:06:08 2009 -0400
67266
67267     [HB] Cosmetic
67268
67269  src/hb-ot-layout-gsub-private.h | 4 ++--
67270  1 file changed, 2 insertions(+), 2 deletions(-)
67271
67272 commit ca5290f4994e1b2db4dac03f7a22b7071441ba06
67273 Author: Behdad Esfahbod <behdad@behdad.org>
67274 Date:   Sun May 17 20:48:27 2009 -0400
67275
67276     [HB] Start ChainContext and ReverseChainSingleSubst lookups
67277
67278  src/hb-ot-layout-gsub-private.h     | 269
67279  ++++++++----------------------------
67280  src/hb-ot-layout-gsubgpos-private.h | 214 +++++++++++++++++++++++++++-
67281  2 files changed, 268 insertions(+), 215 deletions(-)
67282
67283 commit 433f4aea741e39df079126769441b79ab64fd236
67284 Author: Behdad Esfahbod <behdad@behdad.org>
67285 Date:   Sun May 17 20:30:05 2009 -0400
67286
67287     [HB] Remove stale TODO
67288
67289  src/hb-ot-layout-private.h | 2 --
67290  1 file changed, 2 deletions(-)
67291
67292 commit 6f20f72e9c58ba23db2e31afa5d331acfea3d77e
67293 Author: Behdad Esfahbod <behdad@behdad.org>
67294 Date:   Sun May 17 20:28:01 2009 -0400
67295
67296     [HB] Split Layout-common tables into new files
67297
67298  src/hb-ot-layout-common-private.h   | 429
67299  ++++++++++++++++++++++++++++++++++++
67300  src/hb-ot-layout-gdef-private.h     |   3 +-
67301  src/hb-ot-layout-gsub-private.h     |   1 +
67302  src/hb-ot-layout-gsubgpos-private.h |   2 +
67303  src/hb-ot-layout-open-private.h     | 408
67304  ----------------------------------
67305  5 files changed, 434 insertions(+), 409 deletions(-)
67306
67307 commit f45107fe0904414f1266648a6c42849c494fe611
67308 Author: Behdad Esfahbod <behdad@behdad.org>
67309 Date:   Sun May 17 20:13:02 2009 -0400
67310
67311     [HB] More shuffling
67312
67313  src/hb-ot-layout-gsub-private.h     | 71
67314  +++++++++++++++++++++----------------
67315  src/hb-ot-layout-gsubgpos-private.h | 30 ++++++++++++++++
67316  src/hb-ot-layout-open-private.h     | 41 ---------------------
67317  3 files changed, 71 insertions(+), 71 deletions(-)
67318
67319 commit f8dc67b3c24dfc805da756a73cb217b36e16b4b8
67320 Author: Behdad Esfahbod <behdad@behdad.org>
67321 Date:   Sun May 17 19:47:54 2009 -0400
67322
67323     [HB] Cleanup format unions
67324
67325  src/hb-ot-layout-gdef-private.h     | 18 ++++----
67326  src/hb-ot-layout-gsub-private.h     | 87
67327  +++++++++++++++++++------------------
67328  src/hb-ot-layout-gsubgpos-private.h | 16 +++----
67329  src/hb-ot-layout-open-private.h     | 41 +++++++----------
67330  4 files changed, 77 insertions(+), 85 deletions(-)
67331
67332 commit da1097bc3b1995776c205707fd2b17603b804646
67333 Author: Behdad Esfahbod <behdad@behdad.org>
67334 Date:   Sun May 17 19:31:18 2009 -0400
67335
67336     [HB] Use four bytes for Null Tag, not 5
67337
67338  src/hb-ot-layout-open-private.h | 4 +++-
67339  1 file changed, 3 insertions(+), 1 deletion(-)
67340
67341 commit 19fc24f268b985d30971307ac2055622d11cb21f
67342 Author: Behdad Esfahbod <behdad@behdad.org>
67343 Date:   Sun May 17 09:45:32 2009 -0400
67344
67345     [HB] Couple size checks
67346
67347  src/hb-ot-layout-gsub-private.h     | 7 +++++--
67348  src/hb-ot-layout-gsubgpos-private.h | 4 ++--
67349  src/hb-ot-layout-open-private.h     | 4 ++--
67350  3 files changed, 9 insertions(+), 6 deletions(-)
67351
67352 commit ecf17e849db19599bbb816d0018380ebf979576b
67353 Author: Behdad Esfahbod <behdad@behdad.org>
67354 Date:   Sun May 17 09:34:41 2009 -0400
67355
67356     [HB] Propagate property of first glyph
67357
67358     This slightly grows code size.
67359
67360  src/hb-ot-layout-gsub-private.h     | 100
67361  +++++++++++++++++++-----------------
67362  src/hb-ot-layout-gsubgpos-private.h |   7 +--
67363  2 files changed, 56 insertions(+), 51 deletions(-)
67364
67365 commit eca8e33710cfce51454e64d974ff0c28b0eefa14
67366 Author: Behdad Esfahbod <behdad@behdad.org>
67367 Date:   Sun May 17 09:07:27 2009 -0400
67368
67369     [GSUB] Further optimize the main switch
67370
67371  src/hb-ot-layout-gsub-private.h | 31 +++++++++++++++++--------------
67372  1 file changed, 17 insertions(+), 14 deletions(-)
67373
67374 commit 13068232e7054748ae5ba0d961ee5a95b959e92e
67375 Author: Behdad Esfahbod <behdad@behdad.org>
67376 Date:   Sun May 17 08:59:01 2009 -0400
67377
67378     [HB] Unify first glyph property checking
67379
67380  src/hb-ot-layout-gsub-private.h     | 81
67381  ++++++++++++++++---------------------
67382  src/hb-ot-layout-gsubgpos-private.h | 12 ------
67383  2 files changed, 35 insertions(+), 58 deletions(-)
67384
67385 commit 66bf7ce4e3135535c110a917178b84c4a2b1d11f
67386 Author: Behdad Esfahbod <behdad@behdad.org>
67387 Date:   Sun May 17 08:28:42 2009 -0400
67388
67389     [HB] Move Context matching logic out of GSUB
67390
67391  src/hb-ot-layout-gdef-private.h     |   2 -
67392  src/hb-ot-layout-gsub-private.h     | 331
67393  +---------------------------------
67394  src/hb-ot-layout-gsubgpos-private.h | 347
67395  ++++++++++++++++++++++++++++++++++++
67396  3 files changed, 352 insertions(+), 328 deletions(-)
67397
67398 commit a1625528cd5ed94bc8f18903da3300e823ee5b54
67399 Author: Behdad Esfahbod <behdad@behdad.org>
67400 Date:   Sun May 17 07:52:11 2009 -0400
67401
67402     [GSUB] Unify ContextSubst matching
67403
67404  src/hb-ot-layout-gsub-private.h | 378
67405  ++++++++++++++++------------------------
67406  1 file changed, 154 insertions(+), 224 deletions(-)
67407
67408 commit c36238bea40e9e2b589028eb6de0710455b31585
67409 Author: Behdad Esfahbod <behdad@behdad.org>
67410 Date:   Sun May 17 07:39:34 2009 -0400
67411
67412     [HB] Renames
67413
67414  src/hb-ot-layout-gsub-private.h | 122
67415  ++++++++++++++++++++--------------------
67416  1 file changed, 61 insertions(+), 61 deletions(-)
67417
67418 commit 15c3e75b39797a153b6bc0598f87b27c4a487228
67419 Author: Behdad Esfahbod <behdad@behdad.org>
67420 Date:   Sun May 17 06:03:42 2009 -0400
67421
67422     [HB] Simplify buffer
67423
67424  src/harfbuzz-buffer-private.h   | 14 ++++++--------
67425  src/harfbuzz-buffer.c           | 35 ++++++++++++++++-------------------
67426  src/harfbuzz-gsub.c             |  6 +++---
67427  src/hb-ot-layout-gsub-private.h | 12 ++++++------
67428  4 files changed, 31 insertions(+), 36 deletions(-)
67429
67430 commit 36f78446cef8a7cbae000d5e742c9d13e1cc7f83
67431 Author: Behdad Esfahbod <behdad@behdad.org>
67432 Date:   Sun May 17 05:52:32 2009 -0400
67433
67434     [HB] Add TODO item
67435
67436  src/TODO              | 1 +
67437  src/harfbuzz-buffer.c | 2 +-
67438  2 files changed, 2 insertions(+), 1 deletion(-)
67439
67440 commit ee58aaebd296ea8237516754fd4e825d524b11b7
67441 Author: Behdad Esfahbod <behdad@behdad.org>
67442 Date:   Sun May 17 05:14:33 2009 -0400
67443
67444     [HB] Update copyright years
67445
67446  src/hb-ot-layout-gdef-private.h | 2 +-
67447  src/hb-ot-layout-open-private.h | 2 +-
67448  src/hb-ot-layout.cc             | 2 +-
67449  src/main.cc                     | 2 +-
67450  4 files changed, 4 insertions(+), 4 deletions(-)
67451
67452 commit f4c9514935cf97a58dcb3b1962ac3f3b5ba61264
67453 Author: Behdad Esfahbod <behdad@behdad.org>
67454 Date:   Sun May 17 04:59:56 2009 -0400
67455
67456     [HB] Simplify more arrays
67457
67458  src/hb-ot-layout-open-private.h | 241
67459  ++++++++++++++++------------------------
67460  src/hb-ot-layout.cc             |   8 +-
67461  2 files changed, 100 insertions(+), 149 deletions(-)
67462
67463 commit c9a7cbe9cb52264af9954e5ce9ac7a45d7e310cd
67464 Author: Behdad Esfahbod <behdad@behdad.org>
67465 Date:   Sun May 17 01:22:51 2009 -0400
67466
67467     [HB] Use ArrayOf<> in GSUB
67468
67469  src/hb-ot-layout-gdef-private.h |   3 +-
67470  src/hb-ot-layout-gsub-private.h | 157
67471  +++++++++++++---------------------------
67472  src/hb-ot-layout-open-private.h |   5 --
67473  3 files changed, 53 insertions(+), 112 deletions(-)
67474
67475 commit 5f810363acc3ad3cba631a68620e3d37e54c95c4
67476 Author: Behdad Esfahbod <behdad@behdad.org>
67477 Date:   Sun May 17 00:54:25 2009 -0400
67478
67479     [HB] Add ArrayOf<>
67480
67481  src/hb-ot-layout-gdef-private.h | 62 ++++++++-------------------------
67482  src/hb-ot-layout-open-private.h | 77
67483  ++++++++++++++++++++++++++++++-----------
67484  2 files changed, 71 insertions(+), 68 deletions(-)
67485
67486 commit 238c855fcd4f0ef97a94a8662d2a2f2bb5c21ecb
67487 Author: Behdad Esfahbod <behdad@behdad.org>
67488 Date:   Sun May 17 00:22:37 2009 -0400
67489
67490     [HB] Use OffsetTo<> for Coverage
67491
67492  src/hb-ot-layout-gdef-private.h |  1 +
67493  src/hb-ot-layout-gsub-private.h | 55
67494  ++++++++++++++++-------------------------
67495  src/hb-ot-layout-open-private.h | 10 +-------
67496  3 files changed, 23 insertions(+), 43 deletions(-)
67497
67498 commit 3d54bd1293069fc3d3bdeeea8ad45036f3ee65f3
67499 Author: Behdad Esfahbod <behdad@behdad.org>
67500 Date:   Sun May 17 00:15:51 2009 -0400
67501
67502     [HB] Use OffsetTo<> in more places
67503
67504  src/hb-ot-layout-gdef-private.h | 12 +++++-------
67505  src/hb-ot-layout-open-private.h |  4 ++++
67506  2 files changed, 9 insertions(+), 7 deletions(-)
67507
67508 commit 9e4d9d7b2721859172bc9c59c1aea27b01eb9c07
67509 Author: Behdad Esfahbod <behdad@behdad.org>
67510 Date:   Sun May 17 00:09:20 2009 -0400
67511
67512     [HB] Add OffsetTo template.
67513
67514  src/hb-ot-layout-gdef-private.h | 26 ++++++++++++++------------
67515  src/hb-ot-layout-gsub-private.h |  6 +++---
67516  src/hb-ot-layout-open-private.h | 27 ++++++++++++++++++---------
67517  3 files changed, 35 insertions(+), 24 deletions(-)
67518
67519 commit e07f89295b9b38d233dfd4acec1f6b4a3416f267
67520 Author: Behdad Esfahbod <behdad@behdad.org>
67521 Date:   Sat May 16 23:20:48 2009 -0400
67522
67523     [HB] Automate int-type size assertion
67524
67525  src/hb-ot-layout-open-private.h | 13 +++----------
67526  1 file changed, 3 insertions(+), 10 deletions(-)
67527
67528 commit 8b8358033184198ff638ee1379093717596e162d
67529 Author: Behdad Esfahbod <behdad@behdad.org>
67530 Date:   Sat May 16 22:48:14 2009 -0400
67531
67532     [HB] Use templates for Null objects
67533
67534     Also use a common pool for all nul-content ones.
67535
67536  src/hb-ot-layout-gdef-private.h |  12 ++--
67537  src/hb-ot-layout-gsub-private.h |  28 ++++----
67538  src/hb-ot-layout-open-private.h | 142
67539  +++++++++++++++++++++++-----------------
67540  src/hb-ot-layout.cc             |   8 +--
67541  4 files changed, 105 insertions(+), 85 deletions(-)
67542
67543 commit 6e13d4140158aff736647fc53d8c0ae3a02c2afc
67544 Author: Behdad Esfahbod <behdad@behdad.org>
67545 Date:   Sat May 16 20:15:16 2009 -0400
67546
67547     [HB] Remove obsolete comment
67548
67549  src/hb-ot-layout-gdef-private.h | 1 -
67550  1 file changed, 1 deletion(-)
67551
67552 commit 9f721cf380954d67415dbfd0404a983cdd75b7df
67553 Author: Behdad Esfahbod <behdad@behdad.org>
67554 Date:   Sat May 16 19:59:15 2009 -0400
67555
67556     [GSUB] Start ChainContextSubst
67557
67558  src/hb-ot-layout-gsub-private.h | 50
67559  ++++++++++++++++++++++++++++++++---------
67560  1 file changed, 39 insertions(+), 11 deletions(-)
67561
67562 commit 7fca9e5245d2d283e8b5354eb1ddf553a7ffc033
67563 Author: Behdad Esfahbod <behdad@behdad.org>
67564 Date:   Sat May 16 19:44:24 2009 -0400
67565
67566     [GSUB] Implement ContextSubstFormat3
67567
67568  src/hb-ot-layout-gsub-private.h | 62
67569  ++++++++++++++++++++++++++++++++++++++++-
67570  1 file changed, 61 insertions(+), 1 deletion(-)
67571
67572 commit 1ff926a5681b5d4bfce65351062cda9dc1ffeba2
67573 Author: Behdad Esfahbod <behdad@behdad.org>
67574 Date:   Fri May 15 20:25:37 2009 -0400
67575
67576     [GSUB] Implement ContextSubstFormat2
67577
67578  src/hb-ot-layout-gsub-private.h | 105
67579  +++++++++++++++++++++++++++++++++++++---
67580  1 file changed, 97 insertions(+), 8 deletions(-)
67581
67582 commit fc36d9453ed7edb0a570abc44d7caa87aafb0fcf
67583 Author: Behdad Esfahbod <behdad@behdad.org>
67584 Date:   Fri May 15 20:11:10 2009 -0400
67585
67586     [GSUB] Add GSUB::substitute_lookup()
67587
67588  src/hb-ot-layout-gsub-private.h | 7 +++++++
67589  src/hb-ot-layout.cc             | 5 +----
67590  2 files changed, 8 insertions(+), 4 deletions(-)
67591
67592 commit c43562b2a7587fa3f9ef4c1c4338e4eda77368b5
67593 Author: Behdad Esfahbod <behdad@behdad.org>
67594 Date:   Fri May 15 18:54:53 2009 -0400
67595
67596     [GSUB] Finish ContextSubstFormat1
67597
67598  src/hb-ot-layout-gsub-private.h | 77
67599  ++++++++++++++++++++++++++++++++---------
67600  src/hb-ot-layout-private.h      | 14 ++++++++
67601  src/hb-ot-layout.cc             | 13 -------
67602  3 files changed, 74 insertions(+), 30 deletions(-)
67603
67604 commit 5ee21896224e3a9835a9695037a94ccf1c35a217
67605 Author: Behdad Esfahbod <behdad@behdad.org>
67606 Date:   Fri May 15 13:28:56 2009 -0400
67607
67608     [HB] Fix typo
67609
67610  src/hb-ot-layout-open-private.h | 2 +-
67611  1 file changed, 1 insertion(+), 1 deletion(-)
67612
67613 commit 6b59c9b445b6d2454008c83a2c7d6a995ea5995e
67614 Author: Behdad Esfahbod <behdad@behdad.org>
67615 Date:   Fri May 15 01:00:36 2009 -0400
67616
67617     [HB] Add TODO item
67618
67619  src/TODO | 1 +
67620  1 file changed, 1 insertion(+)
67621
67622 commit c5419b6cf28822e07f1ef9b0394825e9cb01a445
67623 Author: Behdad Esfahbod <behdad@behdad.org>
67624 Date:   Fri May 8 21:17:56 2009 -0400
67625
67626     [HB] Remove DEFINE_NON_INSTANTIABLE
67627
67628  src/hb-ot-layout-gdef-private.h |  2 --
67629  src/hb-ot-layout-gsub-private.h |  3 ---
67630  src/hb-ot-layout-open-private.h | 18 +-----------------
67631  3 files changed, 1 insertion(+), 22 deletions(-)
67632
67633 commit 0dff25f0368c5f14ebb0a4af35f3bb6658740d57
67634 Author: Behdad Esfahbod <behdad@behdad.org>
67635 Date:   Fri May 8 21:12:18 2009 -0400
67636
67637     [HB] Remove get_size()
67638
67639  src/hb-ot-layout-gdef-private.h |  9 ------
67640  src/hb-ot-layout-gsub-private.h | 63
67641  -----------------------------------------
67642  src/hb-ot-layout-open-private.h | 42 ++-------------------------
67643  3 files changed, 3 insertions(+), 111 deletions(-)
67644
67645 commit 25c6c9a3f6c062ec639d9202a8b9844be64d6fc0
67646 Author: Behdad Esfahbod <behdad@behdad.org>
67647 Date:   Fri May 8 19:09:17 2009 -0400
67648
67649     [GSUB] ContextSubst format 1
67650
67651  src/hb-ot-layout-gsub-private.h | 52
67652  +++++++++++++++++++++++++++++++++++------
67653  1 file changed, 45 insertions(+), 7 deletions(-)
67654
67655 commit f70229510303109bd0f71423cdf13aa200066d17
67656 Author: Behdad Esfahbod <behdad@behdad.org>
67657 Date:   Fri May 8 18:45:53 2009 -0400
67658
67659     [GSUB] Shuffle
67660
67661  src/hb-ot-layout-gsub-private.h | 170
67662  ++++++++++++++++++++--------------------
67663  1 file changed, 86 insertions(+), 84 deletions(-)
67664
67665 commit a83e08f8728439ef75e3dfab2191ac913d8f907b
67666 Author: Behdad Esfahbod <behdad@behdad.org>
67667 Date:   Thu May 7 12:53:02 2009 -0400
67668
67669     [HarfBuzz] Start a TODO file
67670
67671  src/TODO | 1 +
67672  1 file changed, 1 insertion(+)
67673
67674 commit eed05b04ebc2cbb3fa699c99200db12a0081cefb
67675 Author: Behdad Esfahbod <behdad@behdad.org>
67676 Date:   Wed May 6 00:25:59 2009 -0400
67677
67678     [GSUB] minor
67679
67680  src/hb-ot-layout-open-private.h | 6 ++++--
67681  1 file changed, 4 insertions(+), 2 deletions(-)
67682
67683 commit cdb317bc4e188421cad997b448abb19223d39e96
67684 Author: Behdad Esfahbod <behdad@behdad.org>
67685 Date:   Wed May 6 00:12:29 2009 -0400
67686
67687     [GSUB] Towards Context subtitutes
67688
67689  src/hb-ot-layout-gsub-private.h | 137
67690  +++++++++++++++++++++++++++++++---------
67691  1 file changed, 108 insertions(+), 29 deletions(-)
67692
67693 commit c9c6a78aec2b16ac06dfca8cbfaf28a77a10bae2
67694 Author: Behdad Esfahbod <behdad@behdad.org>
67695 Date:   Tue May 5 16:22:02 2009 -0400
67696
67697     [GSUB] Minor refactoring
67698
67699  src/hb-ot-layout-gsub-private.h | 42
67700  ++++++++++++++++++++++-------------------
67701  1 file changed, 23 insertions(+), 19 deletions(-)
67702
67703 commit bb3899a579b00134b24df8891b69bf1621a8190f
67704 Author: Behdad Esfahbod <behdad@behdad.org>
67705 Date:   Tue May 5 13:25:13 2009 -0400
67706
67707     [GSUB] Implement ligature substitutions
67708
67709  src/Makefile.am                 |   2 +
67710  src/hb-ot-layout-gsub-private.h | 113
67711  ++++++++++++++++++++++++++++++++--------
67712  2 files changed, 93 insertions(+), 22 deletions(-)
67713
67714 commit 38b011a293181856463dd08d43e2106e5bf1d56e
67715 Author: Behdad Esfahbod <behdad@behdad.org>
67716 Date:   Mon May 4 20:21:57 2009 -0400
67717
67718     [GSUB] Hook new GSUB up in Pango
67719
67720  src/hb-ot-layout-gsub-private.h | 15 ++++++++++-----
67721  1 file changed, 10 insertions(+), 5 deletions(-)
67722
67723 commit a84e71ad11a72feff47ead16772a8c4bcf4f69d5
67724 Author: Behdad Esfahbod <behdad@behdad.org>
67725 Date:   Thu Apr 16 16:53:40 2009 -0400
67726
67727     [GSUB] Start Ligature subtable support
67728
67729  src/hb-ot-layout-gsub-private.h | 132
67730  +++++++++++++++++++++++++++++-----------
67731  src/hb-ot-layout.h              |   2 +-
67732  2 files changed, 96 insertions(+), 38 deletions(-)
67733
67734 commit 52886ca56b24a8335614b1df16a33dd4e2d7ae56
67735 Author: Behdad Esfahbod <behdad@behdad.org>
67736 Date:   Thu Apr 16 14:19:42 2009 -0400
67737
67738     [GSUB] Implement Alternate subtables
67739
67740  src/hb-ot-layout-gsub-private.h | 104
67741  ++++++++++++++++++++++++++++++++++++----
67742  src/hb-ot-layout-open-private.h |   2 +-
67743  2 files changed, 97 insertions(+), 9 deletions(-)
67744
67745 commit 4f27ce7e0213ac5ba356f0fd2ec0a175ffd002e6
67746 Author: Behdad Esfahbod <behdad@behdad.org>
67747 Date:   Thu Apr 16 13:40:13 2009 -0400
67748
67749     [GSUB] Implement Extension subtables
67750
67751  src/hb-ot-layout-gsub-private.h | 169
67752  +++++++++++++++++++++++++---------------
67753  1 file changed, 108 insertions(+), 61 deletions(-)
67754
67755 commit 83e61ff4702121d3418fe82a8fe7ef6bb63bb5d2
67756 Author: Behdad Esfahbod <behdad@behdad.org>
67757 Date:   Thu Apr 16 12:30:51 2009 -0400
67758
67759     [GSUB] Fix reverse lookup loop like we did in the old code before
67760
67761  src/hb-ot-layout-gsub-private.h | 2 +-
67762  1 file changed, 1 insertion(+), 1 deletion(-)
67763
67764 commit 5a0b791184cf6ef39eae0570e14aca21abc32845
67765 Author: Behdad Esfahbod <behdad@behdad.org>
67766 Date:   Thu Apr 16 04:45:30 2009 -0400
67767
67768     [harfbuzz/GSUB] towards a partially working GSUB
67769
67770  src/harfbuzz-buffer.c           |   2 +-
67771  src/harfbuzz-impl.h             |   2 +-
67772  src/harfbuzz.c                  |   1 -
67773  src/hb-ot-layout-gdef-private.h |   4 +-
67774  src/hb-ot-layout-gsub-private.h | 383
67775  +++++++++++++++++++++++++++++-----------
67776  src/hb-ot-layout-open-private.h |  31 +++-
67777  src/hb-ot-layout-private.h      |   6 +-
67778  src/hb-ot-layout.cc             |  94 +++++++---
67779  src/hb-ot-layout.h              |   2 -
67780  9 files changed, 381 insertions(+), 144 deletions(-)
67781
67782 commit 30bd763fa2fa4aceee51433ec9fc8dc28480b5d7
67783 Author: Behdad Esfahbod <behdad@behdad.org>
67784 Date:   Wed Apr 15 22:56:15 2009 -0400
67785
67786     Implement the first substitute()
67787
67788  src/harfbuzz-buffer-private.h   |  8 ++--
67789  src/harfbuzz-buffer.c           |  4 +-
67790  src/harfbuzz-buffer.h           |  2 +-
67791  src/harfbuzz-gdef-private.h     |  4 +-
67792  src/harfbuzz-gdef.c             |  6 +--
67793  src/harfbuzz-gdef.h             |  2 +-
67794  src/harfbuzz-gpos.c             |  8 ++--
67795  src/harfbuzz-gpos.h             |  2 +-
67796  src/harfbuzz-gsub.h             |  2 +-
67797  src/hb-ot-layout-gsub-private.h | 88
67798  +++++++++++++++++++++++++++++++++++++----
67799  src/hb-ot-layout-open-private.h |  2 +-
67800  src/hb-ot-layout-private.h      | 23 ++++++-----
67801  src/hb-ot-layout.cc             | 54 +++++++++++++++++--------
67802  src/hb-ot-layout.h              |  2 +-
67803  14 files changed, 151 insertions(+), 56 deletions(-)
67804
67805 commit ce48f03946bef895912019046bdbe62bb1301d0b
67806 Merge: 0e13beeb 2d15e72c
67807 Author: Behdad Esfahbod <behdad@behdad.org>
67808 Date:   Mon Nov 2 14:35:51 2009 -0500
67809
67810     Merge harfbuzz-ng
67811
67812 commit 0e13beeb93077750183a8242780158b88df81e26
67813 Author: Behdad Esfahbod <behdad@behdad.org>
67814 Date:   Fri Apr 17 17:03:39 2009 -0400
67815
67816     Use git.mk
67817
67818  src/Makefile.am | 2 ++
67819  1 file changed, 2 insertions(+)
67820
67821 commit 2d15e72c75931398db5e027e660f1320bb979117
67822 Author: Behdad Esfahbod <behdad@behdad.org>
67823 Date:   Wed Apr 15 19:50:16 2009 -0400
67824
67825     Give it a start at GSUB
67826
67827  src/hb-common.h                 |   5 +-
67828  src/hb-ot-layout-gdef-private.h |  24 ++++----
67829  src/hb-ot-layout-gsub-private.h | 120
67830  +++++++++++++++++++++++++++++++++++++++-
67831  src/hb-ot-layout-open-private.h |  51 ++++++++++-------
67832  src/hb-ot-layout-private.h      |   2 +-
67833  src/hb-ot-layout.cc             |  63 +++++++++++++++++++--
67834  src/hb-ot-layout.h              |  29 +++++++++-
67835  src/main.cc                     |   4 +-
67836  8 files changed, 253 insertions(+), 45 deletions(-)
67837
67838 commit 9d870f2a558f4e463e3ff953312202a8d144158b
67839 Author: Behdad Esfahbod <behdad@behdad.org>
67840 Date:   Thu Apr 9 13:30:26 2009 -0400
67841
67842     Bug 577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD
67843
67844     Detect TrueType Collections by checking the font data header instead
67845     of checking for "face->num_faces >1".
67846
67847  src/harfbuzz-stream.c | 11 +++++++++--
67848  1 file changed, 9 insertions(+), 2 deletions(-)
67849
67850 commit d49caf1f77743550d83fc7feced1293ba34a4e99
67851 Author: Behdad Esfahbod <behdad@behdad.org>
67852 Date:   Mon Mar 2 15:16:11 2009 +0330
67853
67854     [opentype] Protect against illegal access for arrays of length zero
67855
67856  src/harfbuzz-gpos.c | 22 ++++++++++++++++++----
67857  src/harfbuzz-gsub.c |  6 ++++++
67858  2 files changed, 24 insertions(+), 4 deletions(-)
67859
67860 commit 66871797af194f9d2161faf8bfbc9684f09e207e
67861 Author: Behdad Esfahbod <behdad@behdad.org>
67862 Date:   Mon Mar 2 14:20:20 2009 +0330
67863
67864     [opentype] Use size_t instead of uint for malloc wrappers
67865
67866  src/harfbuzz-impl.c | 4 ++--
67867  src/harfbuzz-impl.h | 6 ++++--
67868  2 files changed, 6 insertions(+), 4 deletions(-)
67869
67870 commit 3664e59c52ed56486a3e38126c0c3abb78f42233
67871 Author: Behdad Esfahbod <behdad@behdad.org>
67872 Date:   Mon Mar 2 11:09:29 2009 +0330
67873
67874     Fix Bug 572529 – Poor -I ordering can break build
67875
67876  src/Makefile.am | 4 ++--
67877  1 file changed, 2 insertions(+), 2 deletions(-)
67878
67879 commit aca4d11388eedd532a73bd34747abb65c0ea9291
67880 Author: Behdad Esfahbod <behdad@gnome.org>
67881 Date:   Mon Feb 2 00:13:07 2009 +0000
67882
67883     Allocate all array rows in a single ALLOC call. Saves over 100
67884     alloc calls
67885
67886     2009-01-31  Behdad Esfahbod  <behdad@gnome.org>
67887
67888             * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array),
67889             (Free_Mark2Array):
67890             Allocate all array rows in a single ALLOC call.  Saves over
67891             100
67892             alloc calls when loading DejaVu Sans,
67893
67894  src/harfbuzz-gpos.c | 59
67895  +++++++++++++++--------------------------------------
67896  1 file changed, 17 insertions(+), 42 deletions(-)
67897
67898 commit c561d69c721105b78bb06d1e3c5f21ca314d924a
67899 Author: Behdad Esfahbod <behdad@gnome.org>
67900 Date:   Thu Jan 29 09:20:08 2009 +0000
67901
67902     Remove ClassDef->Defined field. This is the comment accompanying it:
67903
67904     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
67905
67906             * pango/opentype/harfbuzz-open.h:
67907             * pango/opentype/harfbuzz-gdef.c (Make_ClassRange),
67908             (HB_GDEF_Build_ClassDefinition):
67909             * pango/opentype/harfbuzz-gpos.c (Load_PosClassRule),
67910             (Load_ChainPosClassRule):
67911             * pango/opentype/harfbuzz-gsub.c (Load_SubClassRule),
67912             (Load_ChainSubClassRule):
67913             * pango/opentype/harfbuzz-open.c (Load_ClassDef1),
67914             (Load_ClassDef2), (_HB_OPEN_Load_ClassDefinition),
67915             (_HB_OPEN_Load_EmptyClassDefinition),
67916             (_HB_OPEN_Free_ClassDefinition):
67917             Remove ClassDef->Defined field.  This is the comment
67918             accompanying it:
67919
67920               The `Defined' field is not defined in the OpenType
67921               specification
67922               but apparently needed for processing fonts like trado.ttf:
67923               This
67924               font refers to a class which contains not a single element.
67925               We
67926               map such classes to class 0.
67927
67928             The comment is correct that trado.ttf (MS Traditional
67929             Arabic) uses
67930             such classes.  However, in my testing I couldn't identify any
67931             problems with the font if the special handling is removed.
67932             I also
67933             processed as many fonts as I could get my hand on and
67934             trado.ttf was
67935             the only not-totally-broken font hitting the special-case
67936             code.
67937             DejaVu fonts hit it too, but I'm sure they do not require the
67938             special-handling code.  Most probably, that code introduces
67939             bugs
67940             in them.
67941
67942             The special-casing was consuming lots of memory.
67943             EIGHT MEGABYTES
67944             for loading DejaVu Sans!  While this could be complete
67945             fixed, I
67946             decided to remove the special-handling code altogether.
67947             I don't
67948             think it will make any real difference, and if it does,
67949             we'll fix
67950             fonts.  Such hacks will not be in harfbuzz-ng anyway.
67951
67952             Bug originally reported by nsf.
67953
67954  src/harfbuzz-gdef.c |  8 --------
67955  src/harfbuzz-gpos.c | 32 --------------------------------
67956  src/harfbuzz-gsub.c | 31 -------------------------------
67957  src/harfbuzz-open.c | 30 +++---------------------------
67958  src/harfbuzz-open.h |  8 --------
67959  5 files changed, 3 insertions(+), 106 deletions(-)
67960
67961 commit 9372edd6f020c92609853609dcb504c72551c9c3
67962 Author: Behdad Esfahbod <behdad@gnome.org>
67963 Date:   Thu Jan 29 09:19:56 2009 +0000
67964
67965     Use calloc(), instead of malloc()ing and memset()ing.
67966
67967     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
67968
67969             * pango/opentype/harfbuzz-impl.c (_hb_alloc): Use calloc(),
67970             instead of malloc()ing and memset()ing.
67971
67972  src/harfbuzz-impl.c | 4 +---
67973  1 file changed, 1 insertion(+), 3 deletions(-)
67974
67975 commit 94c21d26ba878b3168a21f2e76f02bc52e8fe6fd
67976 Author: Behdad Esfahbod <behdad@gnome.org>
67977 Date:   Thu Jan 29 09:19:43 2009 +0000
67978
67979     Remove old cruft.
67980
67981     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
67982
67983             * pango/opentype/harfbuzz-dump-main.c (main): Remove old
67984             cruft.
67985
67986  src/harfbuzz-dump-main.c | 144
67987  +----------------------------------------------
67988  1 file changed, 1 insertion(+), 143 deletions(-)
67989
67990 commit 0a47c4f78e8a9e81cd305f24ec92ea61ead7dd8d
67991 Author: Behdad Esfahbod <behdad@gnome.org>
67992 Date:   Thu Jan 29 09:19:20 2009 +0000
67993
67994     Allocate all array rows in a single ALLOC call. Saves over 2000 alloc
67995
67996     2009-01-29  Behdad Esfahbod  <behdad@gnome.org>
67997
67998             * pango/opentype/harfbuzz-gpos.c (Load_BaseArray),
67999             (Free_BaseArray):
68000             Allocate all array rows in a single ALLOC call.  Saves over
68001             2000
68002             alloc calls when loading DejaVu Sans!
68003
68004  src/harfbuzz-gpos.c | 57
68005  ++++++++++++++++-------------------------------------
68006  1 file changed, 17 insertions(+), 40 deletions(-)
68007
68008 commit 549be924bccd187f53791dfa27647981ac909545
68009 Author: Behdad Esfahbod <behdad@gnome.org>
68010 Date:   Fri Dec 26 02:31:47 2008 +0000
68011
68012     Bug 469049 – Fix all compiler warnings
68013
68014     2008-12-25  Behdad Esfahbod  <behdad@gnome.org>
68015
68016             Bug 469049 – Fix all compiler warnings
68017
68018             * pango-view/viewer-pangocairo.c (render_callback):
68019             * pango/fonts.c (append_field),
68020             (pango_font_description_to_string):
68021             * pango/opentype/harfbuzz-dump.c:
68022             * pango/pango-bidi-type.c
68023             (pango_log2vis_get_embedding_levels):
68024             * pango/pango-coverage.c (pango_coverage_set):
68025             * pango/pango-markup.c (span_parse_func):
68026             * pango/pango-renderer.c
68027             (pango_renderer_default_draw_error_underline):
68028             * pango/pango-utils.c (pango_scan_string):
68029             * pango/pangocairo-render.c
68030             (pango_cairo_renderer_draw_trapezoid),
68031             (draw_error_underline), (pango_cairo_renderer_class_init):
68032             Fix all the remaining warnings.
68033
68034  src/harfbuzz-dump.c | 3 +++
68035  1 file changed, 3 insertions(+)
68036
68037 commit 719f9eaa755396ff377da10c5eeced01d3456b1b
68038 Author: Behdad Esfahbod <behdad@gnome.org>
68039 Date:   Fri Dec 26 02:31:35 2008 +0000
68040
68041     Fix more warnings.
68042
68043     2008-12-25  Behdad Esfahbod  <behdad@gnome.org>
68044
68045             * pango/modules.c (pango_module_load), (script_info_free):
68046             * pango/opentype/harfbuzz-gpos.c (HB_Load_GPOS_Table):
68047             * pango/pango-bidi-type.c:
68048             * pango/pango-coverage.c (pango_coverage_ref),
68049             (pango_coverage_unref):
68050             * pango/pango-engine.c (pango_engine_shape_real_covers),
68051             (fallback_engine_shape), (fallback_engine_covers):
68052             * pango/pango-fontmap.c (pango_font_map_init):
68053             * pango/pango-ot-ruleset.c (pango_ot_ruleset_finalize),
68054             (pango_ot_ruleset_new):
68055             * pango/pangofc-decoder.c (pango_fc_decoder_init),
68056             (pango_fc_decoder_class_init):
68057             * pango/pangofc-font.c (pango_fc_font_find_shaper),
68058             (pango_fc_font_get_coverage):
68059             * pango/pangofc-fontmap.c (pango_fc_font_map_list_families),
68060             (pango_fc_make_pattern), (pango_fc_font_map_get_patterns),
68061             (get_first_font), (_pango_fc_font_map_get_coverage),
68062             (cleanup_font), (pango_fc_font_description_from_pattern),
68063             (pango_fc_face_list_sizes), (pango_fc_family_list_faces):
68064             * pango/pangoft2-fontmap.c
68065             (pango_ft2_font_map_get_resolution):
68066             * pango/pangoft2-render.c (pango_ft2_renderer_init),
68067             (pango_ft2_renderer_draw_trapezoid):
68068             * pango/pangoft2.c (pango_ft2_font_get_face),
68069             (pango_ft2_font_real_unlock_face),
68070             (pango_ft2_free_glyph_info_callback):
68071             Fix more warnings.
68072
68073  src/harfbuzz-gpos.c | 2 +-
68074  1 file changed, 1 insertion(+), 1 deletion(-)
68075
68076 commit 21f7d507f4b50e2743ab47954270f4c72d5a722a
68077 Author: Behdad Esfahbod <behdad@gnome.org>
68078 Date:   Wed Oct 15 03:45:29 2008 +0000
68079
68080     Bug 528272 – "Error loading GPOS table 5503" when using katakana
68081
68082     2008-10-14  Behdad Esfahbod  <behdad@gnome.org>
68083
68084             Bug 528272 – "Error loading GPOS table 5503" when using
68085             katakana
68086             characters
68087
68088             * pango/opentype/harfbuzz-gpos.c (Load_Mark2Array): Skip
68089             parsing
68090             null anchor tables.
68091
68092  src/harfbuzz-gpos.c | 7 +++++++
68093  1 file changed, 7 insertions(+)
68094
68095 commit a26c6ae70502b4d60c52a0648662b1619c688b9a
68096 Author: Behdad Esfahbod <behdad@gnome.org>
68097 Date:   Mon Sep 29 22:28:47 2008 +0000
68098
68099     Fix left-to-right positioning. Reported by Peter Hunter.
68100
68101     2008-09-29  Behdad Esfahbod  <behdad@gnome.org>
68102
68103             * pango/opentype/harfbuzz-gpos.c (Position_CursiveChain):
68104             Fix left-to-right positioning.  Reported by Peter Hunter.
68105
68106  src/harfbuzz-gpos.c | 2 +-
68107  1 file changed, 1 insertion(+), 1 deletion(-)
68108
68109 commit b6c06c56a33f1e1ec15e3b525ecafe8fadc679db
68110 Author: Behdad Esfahbod <behdad@gnome.org>
68111 Date:   Sun Jun 29 18:30:14 2008 +0000
68112
68113     Bug 540592 – Crash in HB_GSUB_Apply_String with Linux-Libertine font
68114
68115     2008-06-29  Behdad Esfahbod  <behdad@gnome.org>
68116
68117             Bug 540592 – Crash in HB_GSUB_Apply_String with
68118             Linux-Libertine font
68119
68120             * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup):
68121             Fix reverse
68122             loops for type 8 lookups.
68123
68124  src/harfbuzz-gsub.c | 2 +-
68125  1 file changed, 1 insertion(+), 1 deletion(-)
68126
68127 commit c44733596c6648e209c12349e18e35424edf3d59
68128 Author: Behdad Esfahbod <behdad@behdad.org>
68129 Date:   Mon Feb 18 21:14:23 2008 -0500
68130
68131     [hb-ot-layout] Add proper namespace to accessors
68132
68133  src/hb-ot-layout.cc | 165
68134  ++++++++++++++++++++++++++++++++++++++--------------
68135  src/hb-ot-layout.h  | 115 +++++++++++++++++++++++-------------
68136  2 files changed, 198 insertions(+), 82 deletions(-)
68137
68138 commit 57225672098ebdafb0c06ae091a1b55635daca29
68139 Author: Behdad Esfahbod <behdad@behdad.org>
68140 Date:   Mon Feb 18 20:58:39 2008 -0500
68141
68142     Fix typo, add TODOs
68143
68144  src/hb-ot-layout-open-private.h | 5 ++++-
68145  1 file changed, 4 insertions(+), 1 deletion(-)
68146
68147 commit 4a26ea408c87f0bb59deca9ff44008d138471aa3
68148 Author: Behdad Esfahbod <behdad@behdad.org>
68149 Date:   Mon Jan 28 07:40:10 2008 -0500
68150
68151     Finish script, language, and feature public API
68152
68153  src/hb-ot-layout-open-private.h |  22 ++++++---
68154  src/hb-ot-layout.cc             | 107
68155  +++++++++++++++++++++++++++++++---------
68156  src/hb-ot-layout.h              |  34 ++++++++++++-
68157  3 files changed, 132 insertions(+), 31 deletions(-)
68158
68159 commit 706ab25a4cb043d46e6088aa0a7184ee200276c9
68160 Author: Behdad Esfahbod <behdad@behdad.org>
68161 Date:   Mon Jan 28 05:58:50 2008 -0500
68162
68163     Add script and language public getter API
68164
68165  src/hb-ot-layout-open-private.h |  40 ++++++++-----
68166  src/hb-ot-layout.cc             | 127
68167  +++++++++++++++++++++++++++++++++++++++-
68168  src/hb-ot-layout.h              |  56 ++++++++++++++++++
68169  src/main.cc                     |   2 +-
68170  4 files changed, 207 insertions(+), 18 deletions(-)
68171
68172 commit 40a81314fa3eb7c701aea47b43f81bfad985f717
68173 Author: Behdad Esfahbod <behdad@behdad.org>
68174 Date:   Mon Jan 28 02:30:48 2008 -0500
68175
68176     Make main.cc compile again, which means finished getter API
68177
68178  src/hb-ot-layout-open-private.h | 117
68179  +++++++++++++++++++++++++++++-----------
68180  src/main.cc                     |  99 +++++++++++++++++++++++-----------
68181  2 files changed, 155 insertions(+), 61 deletions(-)
68182
68183 commit e50c3978d37b2c0d6ddd4ced6a6196f6857cd596
68184 Author: Behdad Esfahbod <behdad@behdad.org>
68185 Date:   Mon Jan 28 00:16:49 2008 -0500
68186
68187     Rename HB_OT_Layout to hb_ot_layout_t
68188
68189  src/hb-ot-layout-private.h |  8 ++++----
68190  src/hb-ot-layout.cc        | 34 +++++++++++++++++-----------------
68191  src/hb-ot-layout.h         | 33 +++++++++++++++------------------
68192  3 files changed, 36 insertions(+), 39 deletions(-)
68193
68194 commit dfa811965133bc4d1696fa5a0166e17ed4142c98
68195 Author: Behdad Esfahbod <behdad@behdad.org>
68196 Date:   Mon Jan 28 00:12:21 2008 -0500
68197
68198     Rename hb_ot_layout_create() to hb_ot_layout_create_for_data()
68199
68200  src/hb-ot-layout.cc | 4 ++--
68201  src/hb-ot-layout.h  | 4 ++--
68202  2 files changed, 4 insertions(+), 4 deletions(-)
68203
68204 commit 54e5aac5e2947d4e2864c6f2987e4d275da73100
68205 Author: Behdad Esfahbod <behdad@behdad.org>
68206 Date:   Sun Jan 27 21:19:51 2008 -0500
68207
68208     GDEF completely working now
68209
68210  src/hb-ot-layout-open-private.h | 11 ++++++++---
68211  src/hb-ot-layout-private.h      | 16 +++++++++-------
68212  src/hb-ot-layout.cc             | 19 +++++++++----------
68213  src/hb-private.h                |  7 +++++++
68214  src/main.cc                     | 12 ++++++------
68215  5 files changed, 39 insertions(+), 26 deletions(-)
68216
68217 commit 6f425b11799aa20dab553085f05744191b7318e2
68218 Author: Behdad Esfahbod <behdad@behdad.org>
68219 Date:   Thu Jan 24 19:38:56 2008 -0500
68220
68221     [GDEF] Finish internal API
68222
68223  src/hb-ot-layout-private.h | 15 +++++++-
68224  src/hb-ot-layout.cc        | 95
68225  ++++++++++++++++++++++------------------------
68226  src/hb-ot-layout.h         | 16 ++++----
68227  3 files changed, 66 insertions(+), 60 deletions(-)
68228
68229 commit 590d55cbb9e21ef74dfd88eee51fd0a763958cd2
68230 Author: Behdad Esfahbod <behdad@behdad.org>
68231 Date:   Thu Jan 24 19:13:50 2008 -0500
68232
68233     [GDEF] Finish public API
68234
68235  src/hb-common.h                 |  11 ++++
68236  src/hb-ot-layout-gdef-private.h |  28 +++++----
68237  src/hb-ot-layout-open-private.h |  25 ++++----
68238  src/hb-ot-layout-private.h      |  23 ++------
68239  src/hb-ot-layout.cc             | 123
68240  +++++++++++++++++++++++++++++++++++++---
68241  src/hb-ot-layout.h              |  29 ++++++----
68242  6 files changed, 176 insertions(+), 63 deletions(-)
68243
68244 commit aff831ed6787abe8e24a977e34d97ff2e0b7dc21
68245 Author: Behdad Esfahbod <behdad@behdad.org>
68246 Date:   Thu Jan 24 06:03:45 2008 -0500
68247
68248     Implement glyph properties
68249
68250  src/hb-ot-layout-gdef-private.h | 10 ++++-
68251  src/hb-ot-layout-private.h      | 16 +++++++-
68252  src/hb-ot-layout.cc             | 84
68253  +++++++++++++++++++++++++++++++++++++----
68254  src/hb-ot-layout.h              | 25 ++++++++----
68255  4 files changed, 117 insertions(+), 18 deletions(-)
68256
68257 commit ead428d7a0bf4dc84340a99f3959e5cc58123e99
68258 Author: Behdad Esfahbod <behdad@behdad.org>
68259 Date:   Thu Jan 24 03:54:09 2008 -0500
68260
68261     More public api
68262
68263  src/hb-ot-layout-open-private.h | 32 +++++++++++++++++++-------------
68264  src/hb-ot-layout-private.h      |  9 ++++++---
68265  src/hb-ot-layout.cc             | 21 ++++++++++++++-------
68266  src/hb-ot-layout.h              |  2 --
68267  4 files changed, 39 insertions(+), 25 deletions(-)
68268
68269 commit fd92a3dde32fd10df30c9eeb97641bc3c15b1e9b
68270 Author: Behdad Esfahbod <behdad@behdad.org>
68271 Date:   Thu Jan 24 03:11:09 2008 -0500
68272
68273     Starting public interface
68274
68275  src/{Makefile => Makefile.ng}   |  0
68276  src/hb-ot-layout-gdef-private.h | 17 ++++----
68277  src/hb-ot-layout-gsub-private.h |  3 +-
68278  src/hb-ot-layout-open-private.h | 92
68279  +++++++++++++++++++++++++++++------------
68280  src/hb-ot-layout-private.h      | 51 +++++++++++++++++++++++
68281  src/hb-ot-layout.cc             | 67 ++++++++++++++++++++++++++++++
68282  src/hb-ot-layout.h              | 35 ++++++++++++++--
68283  src/main.cc                     |  1 +
68284  8 files changed, 225 insertions(+), 41 deletions(-)
68285
68286 commit 7d6b95b000ec6cd8ca93113b2d81a049ad2f9bbe
68287 Author: Behdad Esfahbod <behdad@src.gnome.org>
68288 Date:   Thu Jan 24 04:42:24 2008 +0000
68289
68290     Remove unused macro
68291
68292  src/harfbuzz-impl.h | 2 --
68293  1 file changed, 2 deletions(-)
68294
68295 commit 7586089c6fa8185cad8387869d3703c637e5cbb1
68296 Author: Behdad Esfahbod <behdad@behdad.org>
68297 Date:   Wed Jan 23 18:02:28 2008 -0500
68298
68299     Minor
68300
68301  src/hb-ot-layout-gdef-private.h | 37 +++++++++++++++++++++++++------
68302  src/hb-ot-layout-gsub-private.h | 13 +++++++++++
68303  src/hb-ot-layout-open-private.h | 49
68304  ++++++++++++++++++++++++++++++++++-------
68305  src/hb-private.h                |  2 ++
68306  4 files changed, 86 insertions(+), 15 deletions(-)
68307
68308 commit aefaafe5bc4fc6d37a412c135b1079c287be7045
68309 Author: Behdad Esfahbod <behdad@behdad.org>
68310 Date:   Wed Jan 23 17:25:29 2008 -0500
68311
68312     Minor renaming
68313
68314  src/hb-ot-layout-gdef-private.h | 10 +++++-----
68315  src/hb-ot-layout-open-private.h | 16 +++++++---------
68316  src/main.cc                     |  4 ++--
68317  3 files changed, 14 insertions(+), 16 deletions(-)
68318
68319 commit a16ecbf0564a6e2576da22c12827f3c0719da549
68320 Author: Behdad Esfahbod <behdad@behdad.org>
68321 Date:   Wed Jan 23 17:01:55 2008 -0500
68322
68323     Initial gsub stub
68324
68325  src/hb-ot-layout-gdef-private.h |   4 +
68326  src/hb-ot-layout-gsub-private.h | 453
68327  ++++++++++++++++++++++++++++++++++++++++
68328  src/hb-ot-layout-open-private.h |   3 +
68329  src/main.cc                     |   1 +
68330  4 files changed, 461 insertions(+)
68331
68332 commit 64aef3a54999496fd1de4f5aa5b019e4c03b3836
68333 Author: Behdad Esfahbod <behdad@behdad.org>
68334 Date:   Wed Jan 23 16:14:38 2008 -0500
68335
68336     Add copyright notices.
68337
68338  src/hb-common.h                 | 26 ++++++++++++++++++++++++++
68339  src/hb-ot-layout-gdef-private.h | 26 ++++++++++++++++++++++++++
68340  src/hb-ot-layout-open-private.h | 26 ++++++++++++++++++++++++++
68341  src/hb-ot-layout.h              | 26 ++++++++++++++++++++++++++
68342  src/hb-private.h                | 26 ++++++++++++++++++++++++++
68343  src/main.cc                     | 26 ++++++++++++++++++++++++++
68344  6 files changed, 156 insertions(+)
68345
68346 commit 12360f7c159826ae72271b34486dee59d96aa8ca
68347 Author: Behdad Esfahbod <behdad@behdad.org>
68348 Date:   Wed Jan 23 15:50:38 2008 -0500
68349
68350     Minor cleanup, add LIKELY and UNLIKELY annotations
68351
68352  src/hb-ot-layout-gdef-private.h | 63
68353  +++++++++++++++++++++++------------------
68354  src/hb-ot-layout-open-private.h | 36 ++++++++---------------
68355  src/hb-private.h                | 15 ++++++++++
68356  3 files changed, 63 insertions(+), 51 deletions(-)
68357
68358 commit 8dd1c8b8d6797d899d0f5b0a8015886bf6520ca2
68359 Author: Behdad Esfahbod <behdad@behdad.org>
68360 Date:   Wed Jan 23 05:00:30 2008 -0500
68361
68362     Clean up file names, add namespace
68363
68364  src/harfbuzz-common.h                                      | 14
68365  --------------
68366  src/harfbuzz-gdef.h                                        | 11
68367  -----------
68368  src/hb-common.h                                            | 14
68369  ++++++++++++++
68370  ...harfbuzz-gdef-private.h => hb-ot-layout-gdef-private.h} |  8 ++++----
68371  ...harfbuzz-open-private.h => hb-ot-layout-open-private.h} | 10
68372  +++++-----
68373  src/{harfbuzz-open.h => hb-ot-layout.h}                    | 12
68374  ++++++------
68375  src/{harfbuzz-private.h => hb-private.h}                   |  6 +++---
68376  src/main.cc                                                |  4 ++--
68377  8 files changed, 34 insertions(+), 45 deletions(-)
68378
68379 commit 1f437e6f47fb6c15761021bd2078f31778f2179c
68380 Author: Behdad Esfahbod <behdad@behdad.org>
68381 Date:   Wed Jan 23 04:36:40 2008 -0500
68382
68383     Make all code NULL-free and assert-free
68384
68385  src/harfbuzz-gdef-private.h | 125 ++++++++++---------
68386  src/harfbuzz-open-private.h | 285
68387  +++++++++++++++++++++++---------------------
68388  src/main.cc                 |   8 +-
68389  3 files changed, 214 insertions(+), 204 deletions(-)
68390
68391 commit 600e5eb80f553ea8eb862e6784133574c74ca513
68392 Author: Behdad Esfahbod <behdad@behdad.org>
68393 Date:   Wed Jan 23 02:01:37 2008 -0500
68394
68395     Define get_for_data() factories
68396
68397  src/harfbuzz-gdef-private.h |  3 +++
68398  src/harfbuzz-open-private.h | 42
68399  +++++++++++++++++++++++++++++-------------
68400  src/main.cc                 | 10 ++++------
68401  3 files changed, 36 insertions(+), 19 deletions(-)
68402
68403 commit b9d7688fb3d45894901484b74095c4f11cab6196
68404 Author: Behdad Esfahbod <behdad@behdad.org>
68405 Date:   Wed Jan 23 01:38:10 2008 -0500
68406
68407     Finish and test GDEF
68408
68409  src/harfbuzz-gdef-private.h | 72
68410  ++++++++++++++++++++++++++++++++-------------
68411  src/harfbuzz-open-private.h | 23 ++++++++-------
68412  src/harfbuzz-open.h         |  4 +++
68413  src/main.cc                 | 10 +++++++
68414  4 files changed, 77 insertions(+), 32 deletions(-)
68415
68416 commit 303fe62824d4e99df554b6bfaacba05d068522fb
68417 Author: Behdad Esfahbod <behdad@behdad.org>
68418 Date:   Wed Jan 23 00:20:48 2008 -0500
68419
68420     Misc cleanup
68421
68422  src/Makefile                |  10 ++++-
68423  src/harfbuzz-gdef-private.h |  65 +++++++++++++++++++++-------
68424  src/harfbuzz-open-private.h | 102
68425  ++++++++++++++++++++++++++++++++++++++++----
68426  src/harfbuzz-private.h      |   6 +++
68427  src/main.cc                 |  12 +++---
68428  5 files changed, 163 insertions(+), 32 deletions(-)
68429
68430 commit 17843245fde4cc8cddc7da8ef30357d3d8778187
68431 Author: Behdad Esfahbod <behdad@gnome.org>
68432 Date:   Wed Jan 16 20:39:29 2008 +0000
68433
68434     Remove COPYING.GPL and COPYING.FTL that are no longer there.
68435
68436     2008-01-16  Behdad Esfahbod  <behdad@gnome.org>
68437
68438             * pango/opentype/Makefile.am: Remove COPYING.GPL and
68439             COPYING.FTL that
68440             are no longer there.
68441
68442  src/Makefile.am | 2 --
68443  1 file changed, 2 deletions(-)
68444
68445 commit a2a9a023f6472ba262f89e5327318996b8258d25
68446 Author: Behdad Esfahbod <behdad@gnome.org>
68447 Date:   Tue Jan 15 22:46:32 2008 +0000
68448
68449     HarfBuzz was relicensed to a more generous and simpler
68450     license. Adapt. See
68451
68452     2008-01-15  Behdad Esfahbod  <behdad@gnome.org>
68453
68454             * pango/opentype/*:
68455             HarfBuzz was relicensed to a more generous and simpler
68456             license.
68457             Adapt.  See pango/opentype/COPYING for the new license
68458             which is
68459             LGPL-compatible.
68460
68461  src/COPYING                   |  39 +++--
68462  src/COPYING.FTL               | 174 ---------------------
68463  src/COPYING.GPL               | 340
68464  ------------------------------------------
68465  src/harfbuzz-buffer-private.h |  32 ++--
68466  src/harfbuzz-buffer.c         |  27 +++-
68467  src/harfbuzz-buffer.h         |  32 ++--
68468  src/harfbuzz-dump-main.c      |  34 +++--
68469  src/harfbuzz-dump.c           |  34 +++--
68470  src/harfbuzz-dump.h           |  35 +++--
68471  src/harfbuzz-gdef-private.h   |  29 +++-
68472  src/harfbuzz-gdef.c           |  29 +++-
68473  src/harfbuzz-gdef.h           |  29 +++-
68474  src/harfbuzz-global.h         |  29 +++-
68475  src/harfbuzz-gpos-private.h   |  29 +++-
68476  src/harfbuzz-gpos.c           |  31 +++-
68477  src/harfbuzz-gpos.h           |  29 +++-
68478  src/harfbuzz-gsub-private.h   |  29 +++-
68479  src/harfbuzz-gsub.c           |  31 +++-
68480  src/harfbuzz-gsub.h           |  29 +++-
68481  src/harfbuzz-impl.c           |  31 +++-
68482  src/harfbuzz-impl.h           |  29 +++-
68483  src/harfbuzz-open-private.h   |  29 +++-
68484  src/harfbuzz-open.c           |  29 +++-
68485  src/harfbuzz-open.h           |  29 +++-
68486  src/harfbuzz-stream-private.h |  29 +++-
68487  src/harfbuzz-stream.c         |  31 +++-
68488  src/harfbuzz.c                |  28 +++-
68489  src/harfbuzz.h                |  29 +++-
68490  28 files changed, 564 insertions(+), 741 deletions(-)
68491
68492 commit 4ccedd22eaa6e47bd8bbf255627a8b55fbb44736
68493 Author: Behdad Esfahbod <behdad@gnome.org>
68494 Date:   Wed Dec 5 03:41:29 2007 +0000
68495
68496     Bug 501575 – Compile errors Patch from Jens Granseuer
68497
68498     2007-12-04  Behdad Esfahbod  <behdad@gnome.org>
68499
68500             Bug 501575 – Compile errors
68501             Patch from Jens Granseuer
68502
68503             * pango/opentype/harfbuzz-stream.c (_hb_font_goto_table):
68504             * pango/pango-utils.c (handle_alias_line):
68505             Fix C99ism.
68506
68507  src/harfbuzz-stream.c | 4 ++--
68508  1 file changed, 2 insertions(+), 2 deletions(-)
68509
68510 commit cd55cfa2b0a1fe35d5a4ad1c8feaa399d7fb7ab3
68511 Author: Behdad Esfahbod <behdad@src.gnome.org>
68512 Date:   Fri Nov 30 04:31:29 2007 +0000
68513
68514     Undo accidental change.
68515
68516  src/harfbuzz-impl.c | 2 --
68517  1 file changed, 2 deletions(-)
68518
68519 commit 3f05da638c8d7b13e7f860aeda1a6321e5ebd92e
68520 Author: Behdad Esfahbod <behdad@gnome.org>
68521 Date:   Fri Nov 30 04:29:58 2007 +0000
68522
68523     Bug 485536 – underline_position can be zero
68524
68525     2007-11-29  Behdad Esfahbod  <behdad@gnome.org>
68526
68527             Bug 485536 – underline_position can be zero
68528
68529             * pango/pango-utils.c (pango_cairo_quantize_line_geometry):
68530             Document that returned position may be zero.
68531
68532             * pango/pangocairo-win32font.c
68533             (pango_cairo_win32_font_create_metrics_for_context):
68534             * pango/pangofc-font.c (get_face_metrics):
68535             Handle case of underline_position==0 after rounding.
68536
68537  src/harfbuzz-impl.c | 2 ++
68538  1 file changed, 2 insertions(+)
68539
68540 commit e58278fedb67cbaac4bf4d6dfc33209cb22eec08
68541 Author: Behdad Esfahbod <behdad@gnome.org>
68542 Date:   Sat Nov 24 01:40:13 2007 +0000
68543
68544     Remove unused macro.
68545
68546     2007-11-23  Behdad Esfahbod  <behdad@gnome.org>
68547
68548             * pango/opentype/harfbuzz-impl.c: Remove unused macro.
68549
68550  src/harfbuzz-impl.c | 18 ------------------
68551  1 file changed, 18 deletions(-)
68552
68553 commit 3b047380aec4ccc707c4579327d54172c19820fd
68554 Author: Behdad Esfahbod <behdad@src.gnome.org>
68555 Date:   Sun Nov 18 22:34:08 2007 +0000
68556
68557     Minor
68558
68559  src/harfbuzz-dump-main.c |  4 +--
68560  src/harfbuzz-stream.c    | 89
68561  ++++++++++++++++++++++++------------------------
68562  2 files changed, 46 insertions(+), 47 deletions(-)
68563
68564 commit 10d6a25a26bdbab4ece4edf0e34ffd3d22410ebe
68565 Author: Behdad Esfahbod <behdad@src.gnome.org>
68566 Date:   Wed Nov 7 10:04:11 2007 +0000
68567
68568     Remove dead code.
68569
68570  src/harfbuzz-gdef.c | 88
68571  -----------------------------------------------------
68572  src/harfbuzz-gpos.h |  4 +--
68573  2 files changed, 1 insertion(+), 91 deletions(-)
68574
68575 commit 47d2c33e3d099fae79e199367de5011bc5c12273
68576 Author: Behdad Esfahbod <behdad@gnome.org>
68577 Date:   Wed Nov 7 09:59:18 2007 +0000
68578
68579     And some more.
68580
68581     2007-11-07  Behdad Esfahbod  <behdad@gnome.org>
68582
68583             * pango/opentype/*: And some more.
68584
68585  src/harfbuzz-buffer.h         |  8 ++---
68586  src/harfbuzz-dump-main.c      | 22 ++++++------
68587  src/harfbuzz-gdef.c           | 14 ++++----
68588  src/harfbuzz-gdef.h           |  4 +--
68589  src/harfbuzz-global.h         | 21 +++++------
68590  src/harfbuzz-gpos.c           | 82
68591  +++++++++++++++++++++----------------------
68592  src/harfbuzz-gpos.h           | 12 +++----
68593  src/harfbuzz-gsub.c           |  4 +--
68594  src/harfbuzz-gsub.h           |  4 +--
68595  src/harfbuzz-stream-private.h |  4 +--
68596  src/harfbuzz-stream.c         | 16 ++++-----
68597  11 files changed, 95 insertions(+), 96 deletions(-)
68598
68599 commit 78ef65ba08967fe1b5f97bcb27074bd635f4b898
68600 Author: Behdad Esfahbod <behdad@gnome.org>
68601 Date:   Wed Nov 7 08:06:01 2007 +0000
68602
68603     Some more cleanup and merging.
68604
68605     2007-11-07  Behdad Esfahbod  <behdad@gnome.org>
68606
68607             * pango/opentype/*: Some more cleanup and merging.
68608
68609  src/Makefile.am               |   6 +-
68610  src/harfbuzz-buffer-private.h |  33 ++++++
68611  src/harfbuzz-buffer.c         |   4 +-
68612  src/harfbuzz-dump-main.c      |   3 +-
68613  src/harfbuzz-gdef-private.h   |   9 +-
68614  src/harfbuzz-gdef.c           |  39 +++++++
68615  src/harfbuzz-global.h         |   2 +
68616  src/harfbuzz-gpos-private.h   |   1 +
68617  src/harfbuzz-gpos.c           |  32 +-----
68618  src/harfbuzz-gsub-private.h   |   1 +
68619  src/harfbuzz-gsub.c           |  33 +-----
68620  src/harfbuzz-impl.c           | 216
68621  ++------------------------------------
68622  src/harfbuzz-impl.h           | 100 +-----------------
68623  src/harfbuzz-open-private.h   |   4 +-
68624  src/harfbuzz-stream-private.h |  70 +++++++++++++
68625  src/harfbuzz-stream.c         | 234
68626  ++++++++++++++++++++++++++++++++++++++++++
68627  src/harfbuzz.c                |   1 +
68628  src/harfbuzz.h                |   3 +-
68629  18 files changed, 419 insertions(+), 372 deletions(-)
68630
68631 commit 5c9bd379950d914982bdb91d0f82b8036908db37
68632 Author: Behdad Esfahbod <behdad@src.gnome.org>
68633 Date:   Mon Oct 29 23:51:48 2007 +0000
68634
68635     Fix typo.
68636
68637  src/Makefile.am | 5 +++--
68638  1 file changed, 3 insertions(+), 2 deletions(-)
68639
68640 commit ef1f481752fa6e478f649e826c96927c98f21981
68641 Author: Behdad Esfahbod <behdad@gnome.org>
68642 Date:   Thu Oct 25 23:37:11 2007 +0000
68643
68644     Even more cleanup and more type renames.
68645
68646     2007-10-25  Behdad Esfahbod  <behdad@gnome.org>
68647
68648             * pango/opentype/*: Even more cleanup and more type renames.
68649
68650  src/harfbuzz-buffer.h |  3 +--
68651  src/harfbuzz-global.h |  6 ++++++
68652  src/harfbuzz-impl.c   | 16 ++++++++--------
68653  src/harfbuzz-impl.h   | 22 +++++++++++-----------
68654  src/harfbuzz-open.h   |  3 ---
68655  5 files changed, 26 insertions(+), 24 deletions(-)
68656
68657 commit 282c60a0eea0db784b0a094958bec35b5f3dc399
68658 Author: Behdad Esfahbod <behdad@gnome.org>
68659 Date:   Thu Oct 25 23:22:17 2007 +0000
68660
68661     More cleanup, remove redundant error types.
68662
68663     2007-10-25  Behdad Esfahbod  <behdad@gnome.org>
68664
68665             * pango/opentype/*: More cleanup, remove redundant error
68666             types.
68667
68668  src/harfbuzz-dump-main.c |   4 +-
68669  src/harfbuzz-dump.c      |  14 +++---
68670  src/harfbuzz-gdef.c      |  25 +++++-----
68671  src/harfbuzz-gdef.h      |   3 --
68672  src/harfbuzz-global.h    |  31 ++++++------
68673  src/harfbuzz-gpos.c      | 124
68674  +++++++++++++++++++++++------------------------
68675  src/harfbuzz-gpos.h      |   3 --
68676  src/harfbuzz-gsub.c      |  86 ++++++++++++++++----------------
68677  src/harfbuzz-gsub.h      |   3 --
68678  src/harfbuzz-impl.c      |  18 +++----
68679  src/harfbuzz-impl.h      |   2 +
68680  src/harfbuzz-open.c      |  24 ++++-----
68681  src/harfbuzz-open.h      |   6 +--
68682  13 files changed, 170 insertions(+), 173 deletions(-)
68683
68684 commit 4280ec4df45ae86c10c3cd24ddb9c05e47223d39
68685 Author: Behdad Esfahbod <behdad@gnome.org>
68686 Date:   Thu Oct 25 00:23:46 2007 +0000
68687
68688     Rename ftglue.c to harfbuzz-impl.c and more type renames and
68689     moving code
68690
68691     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
68692
68693             * pango/opentype/*: Rename ftglue.c to harfbuzz-impl.c
68694             and more
68695             type renames and moving code around.
68696
68697  src/Makefile.am                   |   3 +-
68698  src/ftglue.h                      | 151
68699  --------------------------------------
68700  src/harfbuzz-dump-main.c          |  48 ++----------
68701  src/harfbuzz-dump.c               |  30 ++++----
68702  src/harfbuzz-gdef.c               |  18 ++---
68703  src/harfbuzz-global.h             |  18 +++++
68704  src/harfbuzz-gpos-private.h       |   2 +-
68705  src/harfbuzz-gpos.c               |  90 +++++++++++------------
68706  src/harfbuzz-gsub-private.h       |   2 +-
68707  src/harfbuzz-gsub.c               |  64 ++++++++--------
68708  src/{ftglue.c => harfbuzz-impl.c} |  64 ++++++++--------
68709  src/harfbuzz-impl.h               | 114 ++++++++++++++++++++++++++--
68710  src/harfbuzz-open-private.h       |  14 ++--
68711  src/harfbuzz-open.c               |  32 ++++----
68712  src/harfbuzz-open.h               |  16 ----
68713  src/harfbuzz.c                    |   4 +-
68714  16 files changed, 289 insertions(+), 381 deletions(-)
68715
68716 commit 5716ae278a82d318ddbfeba01d0785d4efbe1454
68717 Author: Behdad Esfahbod <behdad@gnome.org>
68718 Date:   Wed Oct 24 22:44:47 2007 +0000
68719
68720     New header file harfbuzz-global.h. Rename FT_* int types to HB_*
68721     types.
68722
68723     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
68724
68725             * pango/opentype/*: New header file harfbuzz-global.h.  Rename
68726             FT_* int types to HB_* types.
68727
68728  src/Makefile.am               |   1 +
68729  src/ftglue.c                  |  30 +--
68730  src/ftglue.h                  |  26 +-
68731  src/harfbuzz-buffer-private.h |  26 +-
68732  src/harfbuzz-buffer.c         |  40 ++--
68733  src/harfbuzz-buffer.h         |  42 ++--
68734  src/harfbuzz-dump-main.c      |  24 +-
68735  src/harfbuzz-dump.c           |  14 +-
68736  src/harfbuzz-dump.h           |   4 +-
68737  src/harfbuzz-gdef-private.h   |  30 +--
68738  src/harfbuzz-gdef.c           | 104 ++++----
68739  src/harfbuzz-gdef.h           |  32 +--
68740  src/harfbuzz-global.h         |  34 +++
68741  src/harfbuzz-gpos-private.h   | 182 +++++++-------
68742  src/harfbuzz-gpos.c           | 540
68743  +++++++++++++++++++++---------------------
68744  src/harfbuzz-gpos.h           |  52 ++--
68745  src/harfbuzz-gsub-private.h   | 142 +++++------
68746  src/harfbuzz-gsub.c           | 432 ++++++++++++++++-----------------
68747  src/harfbuzz-gsub.h           |  50 ++--
68748  src/harfbuzz-impl.h           |   6 +-
68749  src/harfbuzz-open-private.h   |  26 +-
68750  src/harfbuzz-open.c           | 146 ++++++------
68751  src/harfbuzz-open.h           |  88 +++----
68752  src/harfbuzz.h                |   1 +
68753  24 files changed, 1056 insertions(+), 1016 deletions(-)
68754
68755 commit 2130d852c76cccb94350a4aea222359640ffa8a4
68756 Author: Behdad Esfahbod <behdad@gnome.org>
68757 Date:   Wed Oct 24 21:35:03 2007 +0000
68758
68759     Add commented-out dummy struct for Extension lookups.
68760
68761     2007-10-24  Behdad Esfahbod  <behdad@gnome.org>
68762
68763             * pango/opentype/harfbuzz-gpos-private.h:
68764             * pango/opentype/harfbuzz-gsub-private.h:
68765             Add commented-out dummy struct for Extension lookups.
68766
68767  src/harfbuzz-gpos-private.h | 13 +++++++++++++
68768  src/harfbuzz-gsub-private.h | 13 +++++++++++++
68769  2 files changed, 26 insertions(+)
68770
68771 commit 13b2b963848ada169c2fe3d3669fbc1c337f7fe7
68772 Author: Behdad Esfahbod <behdad@gnome.org>
68773 Date:   Sun Oct 21 18:17:02 2007 +0000
68774
68775     Bug 488840 – harfbuzz: protect against ligid overflow
68776
68777     2007-10-21  Behdad Esfahbod  <behdad@gnome.org>
68778
68779             Bug 488840 – harfbuzz: protect against ligid overflow
68780
68781             * pango/opentype/harfbuzz-buffer.c
68782             (_hb_buffer_allocate_ligid):
68783             Never return zero, even in case of overflow.
68784
68785             * pango/opentype/harfbuzz-impl.h: Define dummy HB_LIKELY() and
68786             HB_UNLIKELY(), to be filled later.
68787
68788  src/harfbuzz-buffer.c | 6 +++++-
68789  src/harfbuzz-impl.h   | 3 +++
68790  2 files changed, 8 insertions(+), 1 deletion(-)
68791
68792 commit 6b347138b597c41af24453f630336ba2fc033dc5
68793 Author: Behdad Esfahbod <behdad@gnome.org>
68794 Date:   Thu Oct 11 08:30:50 2007 +0000
68795
68796     Mark internal symbols as HB_INTERNAL and define that to static in
68797
68798     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
68799
68800             * pango/opentype/*: Mark internal symbols as HB_INTERNAL and
68801             define that to static in harfbuzz.c.
68802
68803             * pango/opentype/harfbuzz-buffer-internal.h: New file.
68804
68805  src/Makefile.am               |   1 +
68806  src/ftglue.c                  |  18 +++----
68807  src/ftglue.h                  |  20 ++++----
68808  src/harfbuzz-buffer-private.h |  60 +++++++++++++++++++++++
68809  src/harfbuzz-buffer.c         | 108
68810  +++++++++++++++++++++-------------------
68811  src/harfbuzz-buffer.h         |  38 +--------------
68812  src/harfbuzz-gdef-private.h   |  17 ++++---
68813  src/harfbuzz-gdef.c           |  20 ++++----
68814  src/harfbuzz-gpos-private.h   |  13 +++--
68815  src/harfbuzz-gpos.c           |  16 +++---
68816  src/harfbuzz-gsub-private.h   |  14 +++---
68817  src/harfbuzz-gsub.c           |  20 ++++----
68818  src/harfbuzz-impl.h           |  12 +++--
68819  src/harfbuzz-open-private.h   |  81 +++++++++++++++++-------------
68820  src/harfbuzz-open.c           | 111
68821  ++++++++++++++++++++++++------------------
68822  src/harfbuzz.c                |   1 +
68823  16 files changed, 315 insertions(+), 235 deletions(-)
68824
68825 commit 7cdfb61deefd8f43edb5eb79d45d38dbbbef9051
68826 Author: Behdad Esfahbod <behdad@gnome.org>
68827 Date:   Thu Oct 11 07:46:33 2007 +0000
68828
68829     Remove FTGLUE_API/APIDEF cruft.
68830
68831     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
68832
68833             * pango/opentype/ftglue.[ch]: Remove FTGLUE_API/APIDEF cruft.
68834
68835  src/ftglue.c | 16 ++++++++--------
68836  src/ftglue.h | 24 ++++++++----------------
68837  2 files changed, 16 insertions(+), 24 deletions(-)
68838
68839 commit 61ddbafaaad31ccacde54cad7e60a84abffc0a9f
68840 Author: Behdad Esfahbod <behdad@gnome.org>
68841 Date:   Thu Oct 11 07:45:26 2007 +0000
68842
68843     Build harfbuzz.c instead of individual source files, to let
68844     compiler go
68845
68846     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
68847
68848             * pango/opentype/Makefile.am: Build harfbuzz.c instead
68849             of individual
68850             source files, to let compiler go wild with optimizations!
68851
68852  src/Makefile.am | 9 +++++----
68853  1 file changed, 5 insertions(+), 4 deletions(-)
68854
68855 commit a219b3d003d6727c79dc51282d21e9ac48c44458
68856 Author: Behdad Esfahbod <behdad@gnome.org>
68857 Date:   Thu Oct 11 07:34:08 2007 +0000
68858
68859     Same here.
68860
68861     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
68862
68863             * pango/opentype/harfbuzz.c: Same here.
68864
68865  src/harfbuzz.c | 1 -
68866  1 file changed, 1 deletion(-)
68867
68868 commit 6567e16e3b14c08659342bbcc9f2735e71f9114e
68869 Author: Behdad Esfahbod <behdad@gnome.org>
68870 Date:   Thu Oct 11 07:33:19 2007 +0000
68871
68872     Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just
68873     used by
68874
68875     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
68876
68877             * pango/opentype/Makefile.am: Don't include harfbuzz-dump.[ch]
68878             in
68879             libharfbuzz.a.  Those are just used by the harfbuzz-dump tool.
68880
68881  src/Makefile.am | 4 ++--
68882  1 file changed, 2 insertions(+), 2 deletions(-)
68883
68884 commit 0b032549ba7581c879a0fc4e794b0e9a4723ae85
68885 Author: Behdad Esfahbod <behdad@gnome.org>
68886 Date:   Thu Oct 11 07:24:47 2007 +0000
68887
68888     Some more cleanup.
68889
68890     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
68891
68892             * pango/opentype/harfbuzz-buffer.c: Some more cleanup.
68893
68894  src/harfbuzz-buffer.c | 11 ++---------
68895  1 file changed, 2 insertions(+), 9 deletions(-)
68896
68897 commit 7a26864308bd1ca8d5f47d798411cac7239b7d38
68898 Author: Behdad Esfahbod <behdad@gnome.org>
68899 Date:   Thu Oct 11 07:21:31 2007 +0000
68900
68901     Move some code around.
68902
68903     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
68904
68905             * pango/opentype/harfbuzz-buffer.c: Move some code around.
68906
68907  src/harfbuzz-buffer.c | 91
68908  +++++++++++++++++++++++++++------------------------
68909  1 file changed, 48 insertions(+), 43 deletions(-)
68910
68911 commit 7a5405c8261573a0f29d28fb533e800d698f6129
68912 Author: Behdad Esfahbod <behdad@src.gnome.org>
68913 Date:   Thu Oct 11 07:15:16 2007 +0000
68914
68915     Minor.
68916
68917  src/harfbuzz-buffer.c | 2 +-
68918  1 file changed, 1 insertion(+), 1 deletion(-)
68919
68920 commit 986f4fd96892ebda550793941bb1daed862c4a34
68921 Author: Behdad Esfahbod <behdad@gnome.org>
68922 Date:   Thu Oct 11 07:12:49 2007 +0000
68923
68924     Rename buffer->inplace to buffer->separate_out with the inverted
68925     meaning,
68926
68927     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
68928
68929             * pango/opentype/harfbuzz-buffer.[ch]: Rename buffer->inplace
68930             to
68931             buffer->separate_out with the inverted meaning, such that
68932             buffer
68933             is initialization is memset(0).
68934
68935  src/harfbuzz-buffer.c | 34 +++++++++++++++++-----------------
68936  src/harfbuzz-buffer.h |  2 +-
68937  2 files changed, 18 insertions(+), 18 deletions(-)
68938
68939 commit 06003908ccf2473366816935dd1b144cde587be9
68940 Author: Behdad Esfahbod <behdad@gnome.org>
68941 Date:   Thu Oct 11 07:05:09 2007 +0000
68942
68943     Allocate buffer->positions lazily.
68944
68945     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
68946
68947             * pango/opentype/*: Allocate buffer->positions lazily.
68948
68949  src/harfbuzz-buffer.c | 25 +++++++++++++++++++++++--
68950  src/harfbuzz-buffer.h |  3 +++
68951  src/harfbuzz-gpos.c   | 13 ++++++++-----
68952  src/harfbuzz-gsub.c   |  5 +++--
68953  4 files changed, 37 insertions(+), 9 deletions(-)
68954
68955 commit fc3d6f575826704a0ae9ee9018323f6a3c422f4b
68956 Author: Behdad Esfahbod <behdad@gnome.org>
68957 Date:   Thu Oct 11 06:52:07 2007 +0000
68958
68959     Bug 485621 – Get rid of freetype memory allocator in harfbuzz
68960
68961     2007-10-11  Behdad Esfahbod  <behdad@gnome.org>
68962
68963             Bug 485621 – Get rid of freetype memory allocator in
68964             harfbuzz
68965
68966             * pango/opentype/*: Remove all occurences of FT_Memory.  Use
68967             malloc/realloc/free directly.
68968
68969             * pango/pango-ot*: Update to above.
68970
68971  src/ftglue.c                |  52 ++---
68972  src/ftglue.h                |  28 ++-
68973  src/harfbuzz-buffer.c       |  16 +-
68974  src/harfbuzz-buffer.h       |   4 +-
68975  src/harfbuzz-gdef.c         | 106 ++++------
68976  src/harfbuzz-gdef.h         |   6 +-
68977  src/harfbuzz-gpos-private.h |   1 -
68978  src/harfbuzz-gpos.c         | 462
68979  ++++++++++++++++++--------------------------
68980  src/harfbuzz-gpos.h         |   2 -
68981  src/harfbuzz-gsub-private.h |   1 -
68982  src/harfbuzz-gsub.c         | 312 +++++++++++-------------------
68983  src/harfbuzz-gsub.h         |   2 -
68984  src/harfbuzz-open-private.h |  25 ++-
68985  src/harfbuzz-open.c         | 127 ++++++------
68986  14 files changed, 441 insertions(+), 703 deletions(-)
68987
68988 commit a8abb8b994c3cd89808e8f7128a0c04b23eb3ede
68989 Author: Behdad Esfahbod <behdad@gnome.org>
68990 Date:   Thu Oct 11 00:07:58 2007 +0000
68991
68992     Bug 485559 – Boston Summit HarfBuzz optimizations
68993
68994     2007-10-10  Behdad Esfahbod  <behdad@gnome.org>
68995
68996             Bug 485559 – Boston Summit HarfBuzz optimizations
68997
68998             * pango/opentype/*: HarfBuzz hacking to:
68999
69000               - Rename last remaining FT_Err stuff to HB_Err.
69001
69002               - Fix a couple invalid table paths to be permissive so
69003                 fonts work better.  Particularly GDEF table for Nafees
69004                 Nastaliq is loaded and works great now.
69005
69006               - Optimize harfbuzz buffer to not copy/swap for simple
69007               one-to-one and "copy" GSUB operations.
69008
69009             * pango/pango-ot*: Update to FT_Err to HB_Err renaming.
69010
69011  src/ftglue.c                |  51 ++-
69012  src/ftglue.h                |  21 +-
69013  src/harfbuzz-buffer.c       | 190 +++++++--
69014  src/harfbuzz-buffer.h       |  26 +-
69015  src/harfbuzz-dump-main.c    |  14 +-
69016  src/harfbuzz-dump.c         |  15 +-
69017  src/harfbuzz-gdef-private.h |   4 +-
69018  src/harfbuzz-gdef.c         | 149 +++----
69019  src/harfbuzz-gdef.h         |  10 +-
69020  src/harfbuzz-gpos-private.h |   2 +-
69021  src/harfbuzz-gpos.c         | 810 ++++++++++++++++++--------------------
69022  src/harfbuzz-gpos.h         |  30 +-
69023  src/harfbuzz-gsub-private.h |   2 +-
69024  src/harfbuzz-gsub.c         | 919
69025  +++++++++++++++++++-------------------------
69026  src/harfbuzz-gsub.h         |  24 +-
69027  src/harfbuzz-impl.h         |  22 +-
69028  src/harfbuzz-open-private.h |  20 +-
69029  src/harfbuzz-open.c         | 238 ++++++------
69030  src/harfbuzz-open.h         |  13 +-
69031  19 files changed, 1253 insertions(+), 1307 deletions(-)
69032
69033 commit dd810b76bc554278d3a226cf89901d16992cf56d
69034 Author: Behdad Esfahbod <behdad@gnome.org>
69035 Date:   Wed Aug 29 08:46:50 2007 +0000
69036
69037     Bug 302952 – The placement of a diacritic marks for an arabic
69038     ligature
69039
69040     2007-08-29  Behdad Esfahbod  <behdad@gnome.org>
69041
69042             Bug 302952 – The placement of a diacritic marks for an
69043             arabic ligature
69044             is not correct
69045
69046             * pango/opentype/harfbuzz-buffer.c (hb_buffer_allocate_ligid):
69047             Don't
69048             use zero as allocated ligature id.  Zero means no ligature id.
69049
69050  src/harfbuzz-buffer.c | 2 +-
69051  1 file changed, 1 insertion(+), 1 deletion(-)
69052
69053 commit e90d19919434b90d79e67aaf199bddd991f8e5d8
69054 Author: Behdad Esfahbod <behdad@gnome.org>
69055 Date:   Tue Aug 21 08:03:26 2007 +0000
69056
69057     Bug 463430 – Gets stuck while "formatting message"
69058
69059     2007-08-21  Behdad Esfahbod  <behdad@gnome.org>
69060
69061             Bug 463430 – Gets stuck while "formatting message"
69062
69063             * pango/opentype/harfbuzz-gpos.c (Lookup_PairPos1),
69064             (Lookup_PairPos2), (Lookup_PairPos), (Do_ContextPos):
69065             * pango/opentype/harfbuzz-gsub.c (Do_ContextSubst):
69066             Change type of intermediate index variable from FT_UShort to
69067             FT_ULong as it was overlowing with more than 65536 glyphs.
69068
69069  src/harfbuzz-gpos.c | 15 ++++++++++-----
69070  src/harfbuzz-gsub.c |  2 +-
69071  2 files changed, 11 insertions(+), 6 deletions(-)
69072
69073 commit 13b86ee398905f96f57df001309312f6dfdfea9a
69074 Author: Behdad Esfahbod <behdad@gnome.org>
69075 Date:   Tue Aug 21 01:38:07 2007 +0000
69076
69077     Don't ignore error return value of
69078     hb_buffer_copy_output_glyph(). Patch
69079
69080     2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
69081
69082             * pango/opentype/harfbuzz-gsub.c (GSUB_Do_String_Lookup):
69083             Don't
69084             ignore error return value of hb_buffer_copy_output_glyph().
69085             Patch
69086             sent to harfbuzz-list.
69087
69088  src/harfbuzz-gsub.c | 2 +-
69089  1 file changed, 1 insertion(+), 1 deletion(-)
69090
69091 commit 4c2556cb4c38a56c3a5087deb54aa6262ab3aff9
69092 Author: Behdad Esfahbod <behdad@behdad.org>
69093 Date:   Fri Jul 6 11:29:21 2007 -0400
69094
69095     [gdef] Initial implementation
69096
69097  src/harfbuzz-gdef-private.h | 144
69098  +++++++++++++++++++++++++++++++++++++++++++-
69099  1 file changed, 142 insertions(+), 2 deletions(-)
69100
69101 commit 5b2e947fd2b7c5ea49b2bef1e0190d99a525058c
69102 Author: Behdad Esfahbod <behdad@behdad.org>
69103 Date:   Fri Jul 6 02:03:26 2007 -0400
69104
69105     [open] small fixes, including not using unions for main structs
69106
69107  src/harfbuzz-open-private.h | 54
69108  ++++++++++++++++++++++++---------------------
69109  1 file changed, 29 insertions(+), 25 deletions(-)
69110
69111 commit 151df44346990728b5dd249db5740a9543ae33b9
69112 Author: Behdad Esfahbod <behdad@behdad.org>
69113 Date:   Thu Jul 5 17:22:07 2007 -0400
69114
69115     Improve stupid Makefile
69116
69117  src/Makefile | 2 ++
69118  1 file changed, 2 insertions(+)
69119
69120 commit 6c49bebc70a0118a803a5bc979f4436a82b48240
69121 Author: Behdad Esfahbod <behdad@gnome.org>
69122 Date:   Tue May 1 02:32:12 2007 +0000
69123
69124     Link freetype to harfbuzz-dump, for those systems that don't track
69125
69126     2007-04-30  Behdad Esfahbod  <behdad@gnome.org>
69127
69128             * pango/opentype/Makefile.am: Link freetype to harfbuzz-dump,
69129             for
69130             those systems that don't track dependencies automatically.
69131
69132  src/Makefile.am | 5 +++--
69133  1 file changed, 3 insertions(+), 2 deletions(-)
69134
69135 commit 7341a116916c8470f1211f0cb3c65b189b42ec9e
69136 Author: Behdad Esfahbod <behdad@gnome.org>
69137 Date:   Tue Apr 3 22:45:29 2007 +0000
69138
69139     Copy fixes from harfbuzz stable branch. Includes a leak fix, a kerning
69140
69141     2007-04-03  Behdad Esfahbod  <behdad@gnome.org>
69142
69143             * pango/opentype/harfbuzz-gdef.c (_HB_GDEF_Check_Property):
69144             * pango/opentype/harfbuzz-gpos.c (HB_Done_GPOS_Table),
69145             (Lookup_PairPos):
69146             * pango/opentype/harfbuzz-open.c (Get_Class1):
69147             Copy fixes from harfbuzz stable branch.  Includes a leak fix,
69148             a kerning fix, and an array out-of-bound access fix.
69149
69150  src/harfbuzz-gdef.c | 2 ++
69151  src/harfbuzz-gpos.c | 8 ++++++++
69152  src/harfbuzz-open.c | 2 +-
69153  3 files changed, 11 insertions(+), 1 deletion(-)
69154
69155 commit 999a6f05758c10a902354457ecbf6c943bfed514
69156 Author: Hans Breuer <hans@breuer.org>
69157 Date:   Sat Jan 13 21:31:41 2007 +0000
69158
69159     updated
69160
69161     2007-01-13  Hans Breuer  <hans@breuer.org>
69162
69163             * pango/makefile.msc pango/opentype/makefile.msc : updated
69164
69165  src/makefile.msc | 16 ++++++----------
69166  1 file changed, 6 insertions(+), 10 deletions(-)
69167
69168 commit 3c038d40da4bfe5037cc4e9de22bad08fa408465
69169 Author: Behdad Esfahbod <behdad@src.gnome.org>
69170 Date:   Tue Jan 9 03:32:12 2007 +0000
69171
69172     Remove .cvsignore files (moved to svn:ignore prop)
69173
69174  src/.cvsignore | 7 -------
69175  1 file changed, 7 deletions(-)
69176
69177 commit 5b3f7702a64fe0513d08a67bdb72704e46fd7cd4
69178 Author: Behdad Esfahbod <behdad@behdad.org>
69179 Date:   Thu Dec 28 06:42:37 2006 -0500
69180
69181     Add stub GDEF files
69182
69183  src/harfbuzz-gdef-private.h |  8 ++++++++
69184  src/harfbuzz-gdef.h         | 11 +++++++++++
69185  src/harfbuzz-open-private.h |  3 +--
69186  src/harfbuzz-private.h      |  6 ++++++
69187  src/main.cc                 |  1 +
69188  5 files changed, 27 insertions(+), 2 deletions(-)
69189
69190 commit b3395a7aa36ff1ba5a17f494fbf359ec317a7e69
69191 Author: Behdad Esfahbod <behdad@behdad.org>
69192 Date:   Thu Dec 28 06:31:18 2006 -0500
69193
69194     Don't shift down the mark attachment type
69195
69196  src/harfbuzz-open-private.h | 2 +-
69197  1 file changed, 1 insertion(+), 1 deletion(-)
69198
69199 commit 193b66d52ae2cb5ced7969e15b7f56dc1978ca8a
69200 Author: Behdad Esfahbod <behdad@behdad.org>
69201 Date:   Thu Dec 28 06:12:18 2006 -0500
69202
69203     Remove stale comment
69204
69205  src/harfbuzz-open-private.h | 10 ----------
69206  1 file changed, 10 deletions(-)
69207
69208 commit 12c4568c680ea2b9b98a16a8b7402ca185c90ef6
69209 Author: Behdad Esfahbod <behdad@behdad.org>
69210 Date:   Thu Dec 28 06:10:59 2006 -0500
69211
69212     Break and rename, in the layout of old HarfBuzz codebase
69213
69214  src/.gitignore                                  |   1 +
69215  src/Makefile                                    |   2 +-
69216  src/harfbuzz-common.h                           |  14 +++
69217  src/{harfbuzz-ng.cc => harfbuzz-open-private.h} | 117
69218  ++----------------------
69219  src/harfbuzz-open.h                             |  13 +++
69220  src/main.cc                                     |  98
69221  ++++++++++++++++++++
69222  6 files changed, 133 insertions(+), 112 deletions(-)
69223
69224 commit 3158d84b0dfe5032e7c56c03f2da97b8ab549d94
69225 Author: Behdad Esfahbod <behdad@behdad.org>
69226 Date:   Wed Dec 27 20:08:07 2006 -0500
69227
69228     Oops. s/OpenTypeFontFaceFile/OpenTypeFontFile/g
69229
69230  src/harfbuzz-ng.cc | 22 +++++++++++-----------
69231  1 file changed, 11 insertions(+), 11 deletions(-)
69232
69233 commit bf0f9dd61375c5afce8e6b1664d0df5f6c8b2494
69234 Author: Behdad Esfahbod <behdad@behdad.org>
69235 Date:   Wed Dec 27 20:06:42 2006 -0500
69236
69237     Use union for ClassDef
69238
69239  src/harfbuzz-ng.cc | 12 +++++++-----
69240  1 file changed, 7 insertions(+), 5 deletions(-)
69241
69242 commit c46196d09c4ea879bf45182e8a0d649d4c750c39
69243 Author: Behdad Esfahbod <behdad@behdad.org>
69244 Date:   Wed Dec 27 20:05:16 2006 -0500
69245
69246     Use union for Coverage
69247
69248  src/harfbuzz-ng.cc | 21 +++++++++++----------
69249  1 file changed, 11 insertions(+), 10 deletions(-)
69250
69251 commit 86f450243dbaa82f187cf2d36364e9a59c0e64c7
69252 Author: Behdad Esfahbod <behdad@behdad.org>
69253 Date:   Wed Dec 27 19:59:07 2006 -0500
69254
69255     Add GPOS stub
69256
69257  src/harfbuzz-ng.cc | 3 +++
69258  1 file changed, 3 insertions(+)
69259
69260 commit 133466177e104ddcd2501a88735670540252167c
69261 Author: Behdad Esfahbod <behdad@behdad.org>
69262 Date:   Wed Dec 27 19:58:32 2006 -0500
69263
69264     s/OpenTypeFont/OpenTypeFontFace/g
69265
69266  src/harfbuzz-ng.cc | 44 +++++++++++++++++++++++---------------------
69267  1 file changed, 23 insertions(+), 21 deletions(-)
69268
69269 commit 71d62baab0429cdf56ba4019fd2a205f08188503
69270 Author: Behdad Esfahbod <behdad@behdad.org>
69271 Date:   Wed Dec 27 01:29:24 2006 -0500
69272
69273     GSUBGPOSHeader
69274
69275  src/harfbuzz-ng.cc | 103
69276  ++++++++++++++++++++++++++++++++++++++++++++++++++---
69277  1 file changed, 98 insertions(+), 5 deletions(-)
69278
69279 commit eebabd8b2ec5296deba6b09d7755933da0a7d9dc
69280 Author: Behdad Esfahbod <behdad@behdad.org>
69281 Date:   Wed Dec 27 00:21:31 2006 -0500
69282
69283     Finished OpenType Common Table Formats
69284
69285  src/harfbuzz-ng.cc | 2 +-
69286  1 file changed, 1 insertion(+), 1 deletion(-)
69287
69288 commit 2b7374519766825971f9f4ff5b1cb49b74cfcaf8
69289 Author: Behdad Esfahbod <behdad@behdad.org>
69290 Date:   Tue Dec 26 20:55:37 2006 -0500
69291
69292     Device tables.
69293
69294  src/harfbuzz-ng.cc | 49 +++++++++++++++++++++++++++++++++++++++++++++----
69295  1 file changed, 45 insertions(+), 4 deletions(-)
69296
69297 commit eb32e374f4d6de8d428d36144f6eef93514820d2
69298 Author: Behdad Esfahbod <behdad@behdad.org>
69299 Date:   Tue Dec 26 20:00:33 2006 -0500
69300
69301     ClassDef
69302
69303  src/harfbuzz-ng.cc | 121
69304  ++++++++++++++++++++++++++++++++++++++++++-----------
69305  1 file changed, 97 insertions(+), 24 deletions(-)
69306
69307 commit 53502c6723dbf9cd3b6ba91b733678b3c7871715
69308 Author: Behdad Esfahbod <behdad@behdad.org>
69309 Date:   Tue Dec 26 19:29:08 2006 -0500
69310
69311     Rename CoverageFormat to Coverage
69312
69313  src/harfbuzz-ng.cc | 18 +++++++++++++-----
69314  1 file changed, 13 insertions(+), 5 deletions(-)
69315
69316 commit 0d6db2abcbe98456569ccf7934ba0a8b37c7f6f3
69317 Author: Behdad Esfahbod <behdad@behdad.org>
69318 Date:   Tue Dec 26 18:53:55 2006 -0500
69319
69320     Define more structs using DEFINE_INT_TYPE.
69321
69322  src/harfbuzz-ng.cc | 39 +++++++++++++++++++--------------------
69323  1 file changed, 19 insertions(+), 20 deletions(-)
69324
69325 commit 915931b74a30e8652fac5fec153d499485513f63
69326 Author: Behdad Esfahbod <behdad@behdad.org>
69327 Date:   Tue Dec 26 15:30:14 2006 -0500
69328
69329     s/DEFINE_NOT_INSTANTIABLE/DEFINE_NON_INSTANTIABLE/
69330
69331  src/harfbuzz-ng.cc | 6 +++---
69332  1 file changed, 3 insertions(+), 3 deletions(-)
69333
69334 commit 0c0d55330ef4090f3e4864538e83a4344caaf3ba
69335 Author: Behdad Esfahbod <behdad@behdad.org>
69336 Date:   Tue Dec 26 15:29:38 2006 -0500
69337
69338     Coverage.
69339
69340  src/harfbuzz-ng.cc | 91
69341  +++++++++++++++++++++++++++++++++++++++++++++++-------
69342  1 file changed, 79 insertions(+), 12 deletions(-)
69343
69344 commit 882e52f59196535495af8ca8069df32308ad52cf
69345 Author: Behdad Esfahbod <behdad@behdad.org>
69346 Date:   Mon Dec 25 10:28:31 2006 -0500
69347
69348     Rename to harfbuzz-ng.cc
69349
69350  src/Makefile                                | 2 +-
69351  src/{hb-types-private.cc => harfbuzz-ng.cc} | 0
69352  2 files changed, 1 insertion(+), 1 deletion(-)
69353
69354 commit f8ba99f6f322800a915428ffc3b5eaf1be2e6c21
69355 Author: Behdad Esfahbod <behdad@behdad.org>
69356 Date:   Mon Dec 25 09:58:02 2006 -0500
69357
69358     LookupFlags
69359
69360  src/hb-types-private.cc | 52
69361  ++++++++++++++++++++++++++++++++++++++++++++-----
69362  1 file changed, 47 insertions(+), 5 deletions(-)
69363
69364 commit 25ad92c8a68bf72464601a644ed57b9213126a78
69365 Author: Behdad Esfahbod <behdad@behdad.org>
69366 Date:   Mon Dec 25 09:35:06 2006 -0500
69367
69368     Implement Feature
69369
69370  src/hb-types-private.cc | 46
69371  ++++++++++++++++++++++++++++++++++++++++++----
69372  1 file changed, 42 insertions(+), 4 deletions(-)
69373
69374 commit befc022affd2386b3f46cd7d11e4262f6c8bce9f
69375 Author: Behdad Esfahbod <behdad@behdad.org>
69376 Date:   Mon Dec 25 09:14:52 2006 -0500
69377
69378     LangSys
69379
69380  src/hb-types-private.cc | 51
69381  ++++++++++++++++++++++++++++++++++++++++++-------
69382  1 file changed, 44 insertions(+), 7 deletions(-)
69383
69384 commit c81efca149b08832d5d96a944fb5f303f3d0ca42
69385 Author: Behdad Esfahbod <behdad@behdad.org>
69386 Date:   Mon Dec 25 06:22:08 2006 -0500
69387
69388     Use CamelCaseTags.
69389
69390  src/hb-types-private.cc | 29 ++++++++++++++---------------
69391  1 file changed, 14 insertions(+), 15 deletions(-)
69392
69393 commit 808dbe283c1ad66091f2cb67380888b7cf265c01
69394 Author: Behdad Esfahbod <behdad@behdad.org>
69395 Date:   Mon Dec 25 06:18:52 2006 -0500
69396
69397     Make types not instantiable
69398
69399  src/hb-types-private.cc | 104
69400  ++++++++++++++++++++++++++----------------------
69401  1 file changed, 57 insertions(+), 47 deletions(-)
69402
69403 commit b739c05ca4b7acfa45bd4b0812ecbb3747f726f0
69404 Author: Behdad Esfahbod <behdad@behdad.org>
69405 Date:   Mon Dec 25 05:39:20 2006 -0500
69406
69407     Add OpenTypeFontFile.
69408
69409  src/Makefile            |   2 +-
69410  src/hb-types-private.cc | 113
69411  +++++++++++++++++++++++++++++++++++++++++++++---
69412  2 files changed, 107 insertions(+), 8 deletions(-)
69413
69414 commit 8596944b7421f982960e825019fc0263442520cb
69415 Author: Behdad Esfahbod <behdad@behdad.org>
69416 Date:   Sat Dec 23 17:49:25 2006 -0500
69417
69418     Add Makefile
69419
69420  src/Makefile | 3 +++
69421  1 file changed, 3 insertions(+)
69422
69423 commit b6e62bc5db76ae342177b2b646c37f45eccad975
69424 Author: Behdad Esfahbod <behdad@behdad.org>
69425 Date:   Fri Dec 22 02:21:55 2006 -0500
69426
69427     After DEFINE_SCRIPT_ARRAY
69428
69429  src/hb-types-private.cc | 215
69430  +++++++++++++++++++++++++++++++-----------------
69431  1 file changed, 140 insertions(+), 75 deletions(-)
69432
69433 commit 01e4fcb032be601f272e62228881e2aabfb9d925
69434 Author: Behdad Esfahbod <behdad@behdad.org>
69435 Date:   Thu Dec 21 22:31:31 2006 -0500
69436
69437     Remove the annoying HB_ prefix.
69438
69439  src/hb-types-private.cc | 107
69440  +++++++++++++++++++++++-------------------------
69441  1 file changed, 52 insertions(+), 55 deletions(-)
69442
69443 commit 6b4ce01da121e12e1c78ad7eaedf469f35f3568d
69444 Author: Behdad Esfahbod <behdad@behdad.org>
69445 Date:   Thu Dec 21 22:31:10 2006 -0500
69446
69447     Second version.  Complete redesign, based on C++ classes to ensure
69448     endian
69449     correctness.
69450
69451  src/hb-types-private.cc | 300
69452  +++++++++++++++++++++++++++++++++---------------
69453  1 file changed, 205 insertions(+), 95 deletions(-)
69454
69455 commit f78e70c301311ffcfb007c7fc4125d71cbcff1e2
69456 Author: Behdad Esfahbod <behdad@behdad.org>
69457 Date:   Thu Dec 21 22:30:38 2006 -0500
69458
69459     First version.
69460
69461  src/hb-types-private.cc | 116
69462  ++++++++++++++++++++++++++++++++++++++++++++++++
69463  1 file changed, 116 insertions(+)
69464
69465 commit f726b20e56e8b1106dfde0bf8d575c73e83957c4
69466 Author: Behdad Esfahbod <behdad@gnome.org>
69467 Date:   Tue Jul 25 01:02:27 2006 +0000
69468
69469     Bug 347073 – Allow empty GPOS table
69470
69471     2006-07-24  Behdad Esfahbod  <behdad@gnome.org>
69472
69473             Bug 347073 – Allow empty GPOS table
69474
69475             * pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList):
69476             Don't
69477             err on empty GPOS/GSUB tables.
69478
69479  src/harfbuzz-open.c | 5 +++++
69480  1 file changed, 5 insertions(+)
69481
69482 commit 52481a5c55d466f41654dcdc67245d0ca8cefbcf
69483 Author: Behdad Esfahbod <behdad@gnome.org>
69484 Date:   Thu Jun 22 18:09:04 2006 +0000
69485
69486     Bug 345600 – cvs build error in pango/opentype/Makefile
69487
69488     2006-06-22  Behdad Esfahbod  <behdad@gnome.org>
69489
69490             Bug 345600 – cvs build error in pango/opentype/Makefile
69491
69492             * pango/opentype/Makefile.am: Rename variable SOURCES to
69493             MAINSOURCES.
69494             Some automake versions seem to use it or something.
69495
69496  src/Makefile.am | 4 ++--
69497  1 file changed, 2 insertions(+), 2 deletions(-)
69498
69499 commit ffb2d5c1e7af33644d0a4058befa4b8358c9a7bf
69500 Author: Behdad Esfahbod <behdad@gnome.org>
69501 Date:   Wed May 31 07:42:55 2006 +0000
69502
69503     Bug 341138 – Using TTC font, Gtk2 programs begin to eating big
69504     memory
69505
69506     2006-05-31  Behdad Esfahbod  <behdad@gnome.org>
69507
69508             Bug 341138 – Using TTC font, Gtk2 programs begin to eating
69509             big memory
69510             and have many cpu usage.
69511             Patch from Yong Li.
69512
69513             * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
69514             TrueType table
69515             offsets are absolute, not relative.
69516
69517  src/ftglue.c | 2 +-
69518  1 file changed, 1 insertion(+), 1 deletion(-)
69519
69520 commit f8f7bd2451eeafb57f5c80c7b4e88a1e50b97c4f
69521 Author: Behdad Esfahbod <behdad@gnome.org>
69522 Date:   Wed May 31 07:23:02 2006 +0000
69523
69524     Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't
69525     correct when
69526
69527     2006-05-31  Behdad Esfahbod  <behdad@gnome.org>
69528
69529             Bug 336153 – Mark to mark positioning (Lookup Type 6)
69530             isn't correct
69531             when using MarkAttchmentType
69532             Patch from Tin Myo Htet.
69533
69534             * pango/opentype/harfbuzz-gpos.c (Lookup_MarkMarkPos):
69535             Ignore marks
69536             of non-matchin attachment type.
69537
69538  src/harfbuzz-gpos.c | 37 ++++++++++++++++++++++---------------
69539  1 file changed, 22 insertions(+), 15 deletions(-)
69540
69541 commit d2a613187c1257371d62153b55c89336965e0754
69542 Author: Behdad Esfahbod <behdad@gnome.org>
69543 Date:   Wed Apr 12 18:47:50 2006 +0000
69544
69545     Fix loop variables. (coverity found bug.)
69546
69547     2006-04-12  Behdad Esfahbod  <behdad@gnome.org>
69548
69549             * pango/opentype/harfbuzz-gpos.c: Fix loop
69550             variables. (coverity
69551             found bug.)
69552
69553  src/harfbuzz-gpos.c | 6 +++---
69554  1 file changed, 3 insertions(+), 3 deletions(-)
69555
69556 commit 14022e826f63c48b689f9037645c9a3a3302d9b6
69557 Author: Behdad Esfahbod <behdad@gnome.org>
69558 Date:   Tue Apr 11 08:31:44 2006 +0000
69559
69560     Bug 337924 – cleanups for issues reported by various compilers Patch
69561
69562     2006-04-11  Behdad Esfahbod  <behdad@gnome.org>
69563
69564             Bug 337924 – cleanups for issues reported by various
69565             compilers
69566             Patch from Kjartan Maraas.
69567
69568             * examples/viewer-x.c (update):
69569             * modules/arabic/arabic-fc.c (fallback_shape),
69570             (arabic_engine_shape):
69571             * modules/basic/basic-fc.c (fallback_shape),
69572             (basic_engine_shape):
69573             * modules/basic/basic-x.c:
69574             * modules/hangul/hangul-fc.c:
69575             * modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
69576             * modules/indic/indic-fc.c:
69577             * modules/khmer/khmer-fc.c:
69578             * modules/syriac/syriac-fc.c:
69579             * modules/thai/thai-fc.c:
69580             * modules/tibetan/tibetan-fc.c:
69581             * pango/break.c:
69582             * pango/modules.c:
69583             * pango/opentype/ftglue.c (_hb_ftglue_face_goto_table):
69584             * pango/pango-attributes.c (pango_attr_list_filter):
69585             * pango/pango-engine.c:
69586             * pango/pango-fontset.c:
69587             * pango/pango-layout.c (pango_layout_set_text),
69588             (pango_layout_xy_to_index), (pango_layout_get_cursor_pos):
69589             * pango/pango-markup.c (text_handler):
69590             * pango/pango-utils.c (read_alias_file):
69591             * pango/pangocairo-fcfont.c (G_DEFINE_TYPE_WITH_CODE):
69592             * pango/pangocairo-fcfontmap.c (G_DEFINE_TYPE_WITH_CODE):
69593             * pango/pangocairo-font.c
69594             (_pango_cairo_font_get_hex_box_info):
69595             * pango/pangox-fontmap.c (pango_x_make_matching_xlfd):
69596             * tests/dump-boundaries.c (fail):
69597             Remove unused variables.  Remove excess semicolon after
69598             DEFINE_TYPE
69599             macros.
69600
69601  src/ftglue.c | 2 --
69602  1 file changed, 2 deletions(-)
69603
69604 commit 59aafd07806a2f0d4f399eff13aec74557f60522
69605 Author: Behdad Esfahbod <behdad@gnome.org>
69606 Date:   Mon Apr 10 10:33:17 2006 +0000
69607
69608     Fix minor bugs reported by the Coverity scan report.
69609
69610     2006-04-10  Behdad Esfahbod  <behdad@gnome.org>
69611
69612             Fix minor bugs reported by the Coverity scan report.
69613
69614             * pango/opentype/harfbuzz-gdef.c
69615             (HB_GDEF_Build_ClassDefinition):
69616             * pango/opentype/harfbuzz-gpos.c (HB_GPOS_Query_Scripts),
69617             (HB_GPOS_Query_Languages), (HB_GPOS_Query_Features): Do
69618             not access
69619             structs before we check them for nullity.
69620
69621             * pango/pango-layout.c (pango_layout_index_to_line),
69622             (pango_layout_index_to_line_and_extents),
69623             (pango_layout_index_to_pos): Check for invalid iterators
69624             outside the
69625             loop, so we don't crash.
69626
69627             * pango/pango-layout.c (pango_layout_line_x_to_index): Set
69628             char_trailing instead of trailing in one of too many paths.
69629             Should
69630             have been a typo.
69631
69632             * pango/pangox.c (get_font_metrics_from_subfonts): Check
69633             for nullity
69634             somewhere.
69635
69636  src/harfbuzz-gdef.c | 3 ++-
69637  src/harfbuzz-gpos.c | 9 ++++++---
69638  2 files changed, 8 insertions(+), 4 deletions(-)
69639
69640 commit b31d6def96ff99e89ba42e09661992498bda460d
69641 Author: Behdad Esfahbod <behdad@gnome.org>
69642 Date:   Thu Apr 6 18:23:49 2006 +0000
69643
69644     Update from HarfBuzz. Lars Knoll fixed all the warnings.
69645
69646     2006-04-06  Behdad Esfahbod  <behdad@gnome.org>
69647
69648             * pango/opentype: Update from HarfBuzz.  Lars Knoll fixed
69649             all the
69650             warnings.
69651
69652  src/harfbuzz-dump.c |  94 ++++++++++++++++++++++++++++---------------
69653  src/harfbuzz-gpos.c |  80 ++++++++++++++++++++++--------------
69654  src/harfbuzz-gsub.c | 114
69655  +++++++++++++++++++++++++++++-----------------------
69656  src/harfbuzz-impl.h |   4 ++
69657  4 files changed, 179 insertions(+), 113 deletions(-)
69658
69659 commit ca57250bc9d9f92c88a2ea516e251b9cbfdebda0
69660 Author: Behdad Esfahbod <behdad@gnome.org>
69661 Date:   Mon Apr 3 20:13:17 2006 +0000
69662
69663     Make sure TTAG_GDEF and frineds are defined, needed for FreeType
69664     <= 2.1.7
69665
69666     2006-04-03  Behdad Esfahbod  <behdad@gnome.org>
69667
69668             * pango/opentype/harfbuzz-impl.h: Make sure TTAG_GDEF and
69669             frineds are
69670             defined, needed for FreeType <= 2.1.7 (pointed by Tim Janik).
69671
69672  src/harfbuzz-gdef.c |  3 ---
69673  src/harfbuzz-gpos.c |  3 ---
69674  src/harfbuzz-gsub.c |  3 ---
69675  src/harfbuzz-impl.h | 11 +++++++++++
69676  4 files changed, 11 insertions(+), 9 deletions(-)
69677
69678 commit f618288e00914b6606ec977d506c18e4abdd3ce4
69679 Author: Behdad Esfahbod <behdad@src.gnome.org>
69680 Date:   Fri Mar 31 13:19:29 2006 +0000
69681
69682     .
69683
69684  src/.cvsignore | 2 --
69685  1 file changed, 2 deletions(-)
69686
69687 commit 5f1f943b9e6d753722ceadba7eb7ce1f14526ea5
69688 Author: Behdad Esfahbod <behdad@src.gnome.org>
69689 Date:   Fri Mar 31 13:18:23 2006 +0000
69690
69691     .
69692
69693  src/.cvsignore | 1 +
69694  1 file changed, 1 insertion(+)
69695
69696 commit bce3e0b0d4ee521767d80c5c21704337bf5ac716
69697 Author: Behdad Esfahbod <behdad@src.gnome.org>
69698 Date:   Fri Mar 31 12:45:40 2006 +0000
69699
69700     Define NULL.
69701
69702  src/harfbuzz-impl.h | 6 +++++-
69703  1 file changed, 5 insertions(+), 1 deletion(-)
69704
69705 commit 9f8da38cd108590514b71756b752d98952a9221f
69706 Author: Behdad Esfahbod <behdad@gnome.org>
69707 Date:   Fri Mar 31 12:28:09 2006 +0000
69708
69709     Convert pango/opentype to the new project called HarfBuzz.
69710
69711     2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
69712
69713             Convert pango/opentype to the new project called HarfBuzz.
69714
69715             * pango/opentype/*: Restructured.
69716
69717             * pango/pango-ot-*: Updated to use HarfBuzz symbol names.
69718
69719  src/COPYING                            |   15 +
69720  src/{FTL.TXT => COPYING.FTL}           |    0
69721  src/COPYING.GPL                        |  340 ++
69722  src/FT-license.txt                     |   28 -
69723  src/Makefile.am                        |   89 +-
69724  src/README                             |   44 +-
69725  src/ftglue.c                           |   88 +-
69726  src/ftglue.h                           |   68 +-
69727  src/ftxgdef.c                          | 1225 -------
69728  src/ftxgdef.h                          |  224 --
69729  src/ftxgpos.c                          | 6199
69730  -------------------------------
69731  src/ftxgpos.h                          |  838 -----
69732  src/ftxgsub.c                          | 4533 -----------------------
69733  src/ftxgsub.h                          |  594 ---
69734  src/ftxopen.c                          | 1552 --------
69735  src/ftxopen.h                          |  317 --
69736  src/ftxopenf.h                         |  166 -
69737  src/harfbuzz-buffer.c                  |  227 ++
69738  src/harfbuzz-buffer.h                  |  106 +
69739  src/{ottest.c => harfbuzz-dump-main.c} |   84 +-
69740  src/{disasm.c => harfbuzz-dump.c}      |  186 +-
69741  src/{disasm.h => harfbuzz-dump.h}      |   18 +-
69742  src/harfbuzz-gdef-private.h            |  101 +
69743  src/harfbuzz-gdef.c                    | 1228 +++++++
69744  src/harfbuzz-gdef.h                    |  127 +
69745  src/harfbuzz-gpos-private.h            |  683 ++++
69746  src/harfbuzz-gpos.c                    | 6269
69747  ++++++++++++++++++++++++++++++++
69748  src/harfbuzz-gpos.h                    |  168 +
69749  src/harfbuzz-gsub-private.h            |  448 +++
69750  src/harfbuzz-gsub.c                    | 4581 +++++++++++++++++++++++
69751  src/harfbuzz-gsub.h                    |  132 +
69752  src/harfbuzz-impl.h                    |   64 +
69753  src/harfbuzz-open-private.h            |   81 +
69754  src/harfbuzz-open.c                    | 1426 ++++++++
69755  src/harfbuzz-open.h                    |  285 ++
69756  src/harfbuzz.c                         |   19 +
69757  src/harfbuzz.h                         |   23 +
69758  src/otlbuffer.c                        |  238 --
69759  src/otlbuffer.h                        |  103 -
69760  39 files changed, 16582 insertions(+), 16335 deletions(-)
69761
69762 commit dd2a8d4d490df1d310e7553ba6c7c8de661f28a1
69763 Author: Behdad Esfahbod <behdad@gnome.org>
69764 Date:   Sat Mar 25 23:52:30 2006 +0000
69765
69766     Don't err on Table_Missing.
69767
69768     2006-03-25  Behdad Esfahbod  <behdad@gnome.org>
69769
69770             * pango/opentype/ottest.c: Don't err on Table_Missing.
69771
69772  src/ottest.c | 4 ++--
69773  1 file changed, 2 insertions(+), 2 deletions(-)
69774
69775 commit 434833b1b7b01d85a143f9ad4b04e7044dd72567
69776 Author: Behdad Esfahbod <behdad@gnome.org>
69777 Date:   Mon Mar 13 05:06:05 2006 +0000
69778
69779     === Released 1.12.0 ===
69780
69781     2006-03-13  Behdad Esfahbod  <behdad@gnome.org>
69782
69783             * === Released 1.12.0 ===
69784
69785             * configure.in: Version 1.12.0
69786
69787             * NEWS, README: Updated.
69788
69789  src/README | 4 ++--
69790  1 file changed, 2 insertions(+), 2 deletions(-)
69791
69792 commit 8228828e1e4c8dd6f9435fb718ad4394bba95655
69793 Author: Behdad Esfahbod <behdad@gnome.org>
69794 Date:   Mon Jan 30 22:37:48 2006 +0000
69795
69796     Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug
69797
69798     2006-01-30  Behdad Esfahbod  <behdad@gnome.org>
69799
69800             * pango/opentype/ftxgsub.c: Handle GSUB Lookup type 8,
69801             and ReverseChainContextualSubst table.  (bug #149696,
69802             patch from Aamir Wali)
69803
69804  src/ftxgsub.c  | 545
69805  ++++++++++++++++++++++++++++++++++++++++++++++-----------
69806  src/ftxgsub.h  |  47 +++--
69807  src/ftxopen.c  |   7 +
69808  src/ftxopenf.h |   5 +-
69809  4 files changed, 487 insertions(+), 117 deletions(-)
69810
69811 commit e040f681963d51eaadcd53a456100fde1a7addb6
69812 Author: Behdad Esfahbod <behdad@gnome.org>
69813 Date:   Sat Jan 28 20:29:18 2006 +0000
69814
69815     Removed.
69816
69817     2006-01-28  Behdad Esfahbod  <behdad@gnome.org>
69818
69819             * pango/opentype/pango-ot-*: Removed.
69820
69821             * pango/pango-ot-*: Added.
69822
69823             * pango/Makefile.am, pango/opentype/Makefile.am: Adjusted.
69824
69825  src/Makefile.am        |  30 +--
69826  src/pango-ot-buffer.c  | 339 ------------------------
69827  src/pango-ot-info.c    | 681
69828  -------------------------------------------------
69829  src/pango-ot-private.h | 105 --------
69830  src/pango-ot-ruleset.c | 225 ----------------
69831  5 files changed, 13 insertions(+), 1367 deletions(-)
69832
69833 commit f45689bc655eb723f11a2eb65a41303221b80397
69834 Author: Behdad Esfahbod <behdad@gnome.org>
69835 Date:   Wed Jan 25 19:33:58 2006 +0000
69836
69837     If major.minor of required and available glib versions are the
69838     same, add
69839
69840     2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
69841
69842             * configure.in: If major.minor of required and available
69843             glib versions
69844             are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug
69845             #328617)
69846
69847             * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
69848
69849  src/Makefile.am | 1 -
69850  1 file changed, 1 deletion(-)
69851
69852 commit 6cc6c9a57c674787f278ea5b60705384fd72b4ad
69853 Author: Behdad Esfahbod <behdad@gnome.org>
69854 Date:   Sat Jan 14 07:00:13 2006 +0000
69855
69856     Make sure #include <config.h> is the first include in the file. (bug
69857
69858     2006-01-14  Behdad Esfahbod  <behdad@gnome.org>
69859
69860             * */*.c, */*/*.c: Make sure #include <config.h> is the
69861             first include
69862             in the file. (bug #158870, based on patch by Luis Menina)
69863
69864  src/disasm.c           | 2 ++
69865  src/ftglue.c           | 1 +
69866  src/ftxgdef.c          | 1 +
69867  src/ftxgpos.c          | 2 ++
69868  src/ftxgsub.c          | 2 ++
69869  src/ftxopen.c          | 2 ++
69870  src/otlbuffer.c        | 3 +++
69871  src/ottest.c           | 1 +
69872  src/pango-ot-buffer.c  | 2 ++
69873  src/pango-ot-info.c    | 2 ++
69874  src/pango-ot-ruleset.c | 2 ++
69875  11 files changed, 20 insertions(+)
69876
69877 commit ca07fcf6ef61c09825e67ca7e2574a90e4f5a9a0
69878 Author: Behdad Esfahbod <behdad@gnome.org>
69879 Date:   Thu Jan 5 16:14:49 2006 +0000
69880
69881     pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,
69882
69883     2006-01-05  Behdad Esfahbod  <behdad@gnome.org>
69884
69885             * pango/Makefile.am,
69886             * pango/fonts.c,
69887             * pango/glyphstring.c,
69888             * pango/pango-attributes.c,
69889             * pango/pango-color.c,
69890             * pango/pango-impl-utils.h,
69891             * pango/pango-item.c,
69892             * pango/pango-layout.c,
69893             * pango/pango-tabs.c,
69894             * pango/pango-utils.c,
69895             * pango/pango-utils.h,
69896             * pango/pangoatsui-fontmap.c,
69897             * pango/pangocairo-font.c,
69898             * pango/pangocairo-fontmap.c,
69899             * pango/pangofc-fontmap.c,
69900             * pango/pangowin32-fontmap.c,
69901             * pango/pangox-fontmap.c,
69902             * pango/pangox.c,
69903             * pango/opentype/pango-ot-info.c,
69904             * pango/opentype/pango-ot-ruleset.c: Intern strings to avoid
69905             unnecessary strdups in the type system. (bug #325832,
69906             Matthias Clasen)
69907
69908  src/pango-ot-info.c    | 3 ++-
69909  src/pango-ot-ruleset.c | 3 ++-
69910  2 files changed, 4 insertions(+), 2 deletions(-)
69911
69912 commit 71524f1bc891bb4450507f769e5cc8f6f6cffa0c
69913 Author: Behdad Esfahbod <behdad@gnome.org>
69914 Date:   Tue Dec 27 09:55:48 2005 +0000
69915
69916     Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias
69917     Clasen)
69918
69919     2005-12-27  Behdad Esfahbod  <behdad@gnome.org>
69920
69921             * pango/opentype/pango-ot-buffer.c: Use g_slice for
69922             PangoOTBuffer
69923             allocation. (bug #325026, Matthias Clasen)
69924
69925  src/pango-ot-buffer.c | 4 ++--
69926  1 file changed, 2 insertions(+), 2 deletions(-)
69927
69928 commit b5baa43d3a972ebd3ef82ede14b54c185b723a71
69929 Author: Behdad Esfahbod <behdad@src.gnome.org>
69930 Date:   Fri Nov 25 09:22:02 2005 +0000
69931
69932     Tiny doc improvement.
69933
69934  src/pango-ot-info.c | 2 +-
69935  1 file changed, 1 insertion(+), 1 deletion(-)
69936
69937 commit 6f64314f7a031a5a5d6b7663c08b70c452961c89
69938 Author: Behdad Esfahbod <behdad@gnome.org>
69939 Date:   Wed Nov 23 19:48:10 2005 +0000
69940
69941     Fix typo in docs.
69942
69943     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
69944
69945             * pango/opentyp/pango-ot-buffer.c: Fix typo in docs.
69946
69947  src/pango-ot-buffer.c | 4 +++-
69948  1 file changed, 3 insertions(+), 1 deletion(-)
69949
69950 commit f2bcf72296b57c8cd7d5a08228c3aef6c8f97d2d
69951 Author: Behdad Esfahbod <behdad@gnome.org>
69952 Date:   Wed Nov 23 17:54:55 2005 +0000
69953
69954     Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,
69955
69956     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
69957
69958             * pango/fonts.c pango/pango-attributes.c pango/pango-context.c
69959             pango/pango-glyph-item.c pango/pango-layout.c
69960             pango/pango-script.c pango/pango-utils.c pango/pangofc-font.c
69961             pango/pangoft2-fontmap.c pango/opentype/pango-ot-buffer.c
69962             pango/opentype/pango-ot-ruleset.c: Added "Since:" tags to all
69963             interfaces added after Pango 1.0. (#319116, Brian Cameron)
69964
69965  src/pango-ot-buffer.c  | 49
69966  +++++++++++++++++++++++++++++++++++++++++++++++++
69967  src/pango-ot-ruleset.c | 14 ++++++++++++++
69968  2 files changed, 63 insertions(+)
69969
69970 commit 682db81c23d2116072d8550657c914afb7c26d2b
69971 Author: Behdad Esfahbod <behdad@gnome.org>
69972 Date:   Wed Nov 23 15:19:48 2005 +0000
69973
69974     Protect against possible division by zeros (#316468, Steve Grubb)
69975
69976     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
69977
69978             Protect against possible division by zeros (#316468,
69979             Steve Grubb)
69980
69981             * pango/pango-context.c (update_metrics_from_items),
69982             pango/pango-fontset.c (pango_fontset_real_get_metrics):
69983             If count is
69984             zero, do not alter approximate_{char,digit}_width.
69985
69986             * pango/opentype/disasm.c: Err on invalid DeltaFormat.
69987
69988  src/disasm.c | 28 ++++++++++++++++++----------
69989  1 file changed, 18 insertions(+), 10 deletions(-)
69990
69991 commit e6e15352d154e1350340f8045759e5f7b0d86dc7
69992 Author: Behdad Esfahbod <behdad@gnome.org>
69993 Date:   Wed Nov 23 11:53:03 2005 +0000
69994
69995     Reworked basic shaper with OpenType support. (#101079, based on
69996     patch from
69997
69998     2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
69999
70000             * modules/basic/basic-fc.c: Reworked basic shaper with
70001             OpenType
70002             support. (#101079, based on patch from Denis Jacquerye and
70003             Noah Levitt)
70004
70005             * modules/basic/basic-fc.c (basic_scripts): Added Unicode
70006             4.1 addition
70007             script PANGO_SCRIPT_GLAGOLITIC that is a "simple" script.
70008
70009             * modules/arabic/arabic-fc.c, modules/syriac/syriac-fc.c:
70010             Replace
70011             g_utf8_to_ucs4_fast() with g_utf8_strlen()!
70012
70013             * pango/opentype/pango-ot-ruleset.c
70014             (pango_ot_ruleset_add_feature):
70015             Remove reference in docs to pango_ot_ruleset_shape() that was
70016             removed long ago.
70017
70018  src/pango-ot-ruleset.c | 6 +++---
70019  1 file changed, 3 insertions(+), 3 deletions(-)
70020
70021 commit 612b6cf60928b356f4bbb59bc9d64886574322c3
70022 Author: Behdad Esfahbod <behdad@gnome.org>
70023 Date:   Thu Nov 17 06:28:11 2005 +0000
70024
70025     Part of #101079:
70026
70027     2005-11-17  Behdad Esfahbod  <behdad@gnome.org>
70028
70029             Part of #101079:
70030
70031             * pango/opentype/ftxopen.c (Load_Lookup): In extension
70032             subtables,
70033             offset is relative to the extension subtable, not the original
70034             table. (Greg Aumann)
70035
70036             * pango/opentype/ftxgpos.c (Load_BaseArray): When reading
70037             BaseAnchor,
70038             skip offsets that are zero.  Works around bug in Doulos
70039             SIL Regular.
70040
70041  src/ftxgpos.c | 6 ++++++
70042  src/ftxopen.c | 6 ++++--
70043  2 files changed, 10 insertions(+), 2 deletions(-)
70044
70045 commit 1b2c314b804da97b1d5e7adab64bdd4177702579
70046 Author: Behdad Esfahbod <behdad@gnome.org>
70047 Date:   Wed Nov 9 23:30:00 2005 +0000
70048
70049     Remove debug line that got in accidentally.
70050
70051     2005-11-09  Behdad Esfahbod  <behdad@gnome.org>
70052
70053             * pango/opentype/ftxgpos.c, pango/opentype/ftxopen.c:
70054             Remove debug
70055             line that got in accidentally.
70056
70057  src/ftxgpos.c | 1 -
70058  src/ftxopen.c | 1 -
70059  2 files changed, 2 deletions(-)
70060
70061 commit 9717127a5be037e26afe52332a8b07f13474557a
70062 Author: Behdad Esfahbod <behdad@gnome.org>
70063 Date:   Fri Nov 4 23:55:38 2005 +0000
70064
70065     Turn various gcc warnings off. Adding const, adding static, fully
70066
70067     2005-11-04  Behdad Esfahbod  <behdad@gnome.org>
70068
70069             * configure.in, examples/argcontext.c examples/cairoview.c,
70070             examples/renderdemo.c, examples/renderdemo.h
70071             examples/xftview.c,
70072             modules/basic/basic-x.c, modules/hangul/hangul-fc.c,
70073             modules/hebrew/hebrew-shaper.c,
70074             modules/hebrew/hebrew-shaper.h,
70075             modules/indic/indic-fc.c, modules/indic/mprefixups.c,
70076             modules/syriac/syriac-fc.c, pango/break.c pango/fonts.c,
70077             pango/modules.c, pango/pango-coverage.c pango/pango-engine.c,
70078             pango/pango-engine.h, pango/pango-fontmap.c,
70079             pango/pango-fontset.c, pango/pango-impl-utils.h,
70080             pango/pango-layout.c, pango/pango-layout.h,
70081             pango/pango-renderer.c, pango/pango-script.c,
70082             pango/pango-utils.c, pango/pangocairo-fc.h,
70083             pango/pangocairo-font.c, pango/pangocairo-fontmap.c,
70084             pango/pangocairo-private.h, pango/pangofc-decoder.c,
70085             pango/pangofc-font.c, pango/pangofc-fontmap.c
70086             pango/pangoft2.c,
70087             pango/pangox-fontcache.c, pango/pangox-fontmap.c
70088             pango/pangox.c,
70089             pango/pangoxft-font.c, pango/querymodules.c,
70090             pango/opentype/ftglue.c, pango/opentype/ftxgpos.c,
70091             pango/opentype/ftxopen.c, pango/opentype/pango-ot-buffer.c,
70092             pango/opentype/pango-ot-info.c,
70093             pango/opentype/pango-ot-ruleset.c, tests/dump-boundaries.c,
70094             tests/testboundaries.c, tests/testcolor.c tests/testiter.c,
70095             tests/testscript.c: Turn various gcc warnings off. Adding
70096             const,
70097             adding static, fully initializing structs, match signedness in
70098             comparisons. (#317804)
70099
70100             * tests/testscript.c, tools/gen-script-for-lang.c:
70101             (scripts_for_file): Pass error->message instead of error
70102             to fail(),
70103             which was wrong.
70104             (compare_lang): Fix typo comparing a and a instead of a and b.
70105
70106  src/ftglue.c           | 2 +-
70107  src/ftxgpos.c          | 4 ++++
70108  src/ftxopen.c          | 1 +
70109  src/pango-ot-buffer.c  | 4 ++--
70110  src/pango-ot-info.c    | 5 +++--
70111  src/pango-ot-ruleset.c | 5 +++--
70112  6 files changed, 14 insertions(+), 7 deletions(-)
70113
70114 commit c0505f3bb28feeba95b201e6464fb2fdac90194a
70115 Author: Behdad Esfahbod <behdad@gnome.org>
70116 Date:   Thu Nov 3 20:13:40 2005 +0000
70117
70118     Patches from #170414. Reviewed by Matthias Clasen.
70119
70120     2005-11-03  Behdad Esfahbod  <behdad@gnome.org>
70121
70122             Patches from #170414.  Reviewed by Matthias Clasen.
70123
70124             * pango/opentype/ftxgpos.c, pango/opentype/ftxgsub.c: Use
70125             call table
70126             to dispatch different lookup types.
70127
70128             * pango/opentype/pango-ot-buffer.c,
70129             pango/opentype/pango-ot-ruleset.c:
70130             Small cleanup.
70131
70132  src/ftxgpos.c          | 143
70133  ++++++++++++++++++++++++-------------------------
70134  src/ftxgsub.c          | 115 +++++++++++++++++++++------------------
70135  src/pango-ot-buffer.c  |   3 +-
70136  src/pango-ot-ruleset.c |  75 +++++++++-----------------
70137  4 files changed, 159 insertions(+), 177 deletions(-)
70138
70139 commit c6b22b9119ef54ea8d0d2f08b74fdeb024289d73
70140 Author: Behdad Esfahbod <pango@behdad.org>
70141 Date:   Mon Aug 29 10:06:40 2005 +0000
70142
70143     Generate valid XML output. Dump LookupFlag too.
70144
70145     2005-08-29  Behdad Esfahbod  <pango@behdad.org>
70146
70147             * pango/opentype/ottest.c, pango/opentype/disasm.c:
70148             Generate valid
70149             XML output.  Dump LookupFlag too.
70150
70151  src/disasm.c | 58
70152  ++++++++++++++++++++++++++++++----------------------------
70153  src/ottest.c | 23 ++++++++++++++---------
70154  2 files changed, 44 insertions(+), 37 deletions(-)
70155
70156 commit 1e3747ca5d1a6f607f8e56fb94e3daaf6ad623cb
70157 Author: Behdad Esfahbod <pango@behdad.org>
70158 Date:   Mon Aug 15 04:16:04 2005 +0000
70159
70160     Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT.
70161
70162     2005-08-15  Behdad Esfahbod  <pango@behdad.org>
70163
70164             * pango/opentype/ftglue.h: Replace perror with perror_.
70165             Remove FT_BEGIN_STMNT and FT_END_STMNT. (#313477)
70166
70167  src/ftglue.h | 8 ++++----
70168  1 file changed, 4 insertions(+), 4 deletions(-)
70169
70170 commit 3c60250875fa9d04ca96dea35eba23fc70690ff5
70171 Author: Owen Taylor <otaylor@redhat.com>
70172 Date:   Tue Jul 26 18:33:27 2005 +0000
70173
70174     Skip lookups with lookup index out of range. (Patch from Behdad
70175     Esfahbod,
70176
70177     2005-07-26    Owen Taylor  <otaylor@redhat.com>
70178
70179             * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c:
70180             Skip lookups
70181             with lookup index out of range. (Patch from Behdad Esfahbod,
70182             #171170)
70183
70184  src/ftxgpos.c | 30 ++++++++++++++++++++++++------
70185  src/ftxgsub.c | 30 ++++++++++++++++++++++++------
70186  2 files changed, 48 insertions(+), 12 deletions(-)
70187
70188 commit 91a3fa2e4bcdde8ae022d1264c783f133cd7e00d
70189 Author: Owen Taylor <otaylor@redhat.com>
70190 Date:   Fri Jul 22 18:03:58 2005 +0000
70191
70192     Remove an unecessary set of block2.
70193
70194     2005-07-22  Owen Taylor  <otaylor@redhat.com>
70195
70196             * pango/opentype/ftglue.c (ftglue_realloc): Remove
70197             an unecessary set of block2.
70198
70199  src/ftglue.c | 1 -
70200  1 file changed, 1 deletion(-)
70201
70202 commit ff7034787d79dcd1bec58a4e02602039313da00e
70203 Author: Owen Taylor <otaylor@redhat.com>
70204 Date:   Fri Jul 22 17:56:37 2005 +0000
70205
70206     Patch from David Turner. Review and testing by Behdad Esfahbod
70207
70208     2005-07-22  Owen Taylor  <otaylor@redhat.com>
70209
70210             Patch from David Turner. Review and testing by Behdad Esfahbod
70211
70212             * pango/opentype/ftglue.[ch] Makefile.am: Glue layer that
70213             provides
70214             implementation of the internal functions that the opentype
70215             code
70216             expects in terms of publically exported FreeType API.
70217
70218             * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
70219             pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
70220             pango/opentype/otlbuffer.c pango/opentype/pango-ot-info.c
70221             pango/opentype/pango-ot-ruleset.c: Remove includes of
70222             internal headers. Small changes to work with ftglue.[ch]
70223
70224             * pango/opentype/fterrcompat.h: Remove: no longer needed.
70225
70226             * pango/opentype/ftxgpos.c: Use FT_IS_SFNT(face) rather
70227             than poking at FT_MODULE_CLASS (face->driver)->module_name.
70228
70229             * pango/opentype/ftxopen.c (Free_FeatureList): Free
70230             fl->ApplyOrder. (Found by Behdad)
70231
70232  src/Makefile.am        |   3 +-
70233  src/fterrcompat.h      |  95 --------------
70234  src/ftglue.c           | 350
70235  +++++++++++++++++++++++++++++++++++++++++++++++++
70236  src/ftglue.h           | 156 ++++++++++++++++++++++
70237  src/ftxgdef.c          |   9 +-
70238  src/ftxgpos.c          |   9 +-
70239  src/ftxgsub.c          |  10 +-
70240  src/ftxopen.c          |   8 +-
70241  src/otlbuffer.c        |   4 +-
70242  src/pango-ot-info.c    |   6 +-
70243  src/pango-ot-ruleset.c |   2 -
70244  11 files changed, 520 insertions(+), 132 deletions(-)
70245
70246 commit 43dbec6f3a345ba0e4a43766610ed59622bbe4a0
70247 Author: Owen Taylor <otaylor@redhat.com>
70248 Date:   Thu Jul 21 18:15:45 2005 +0000
70249
70250     Fix up places where there is missing or incomplete Copyright and
70251     License
70252
70253     2005-07-21  Owen Taylor  <otaylor@redhat.com>
70254
70255             Fix up places where there is missing or incomplete
70256             Copyright and License information (Reported by William N. Ray)
70257
70258             * pango/opentype/fterrcompat.h: Mark as FreeType/GPL licensed.
70259
70260             * pango/opentype/FT-license.txt: Make this the dual-licensing
70261             description that covers the FreeType code (FreeType's
70262             LICENSE.TXT) rather than the FTL.
70263
70264             * pango/opentype/FTL.TXT: Move the FTL (referenced from
70265             FT-license.txt) to here.
70266
70267             * modules/basic/basic-common.h modules/hebrew/hebrew-shaper.h
70268             modules/thai/thai-charprop.c modules/thai/thai-shaper.h
70269             tools/gen-script-for-lang.c tests/testcolor.c:
70270             Add LGPL header and copyright information.
70271
70272             * modules/indic/indic-ot.[ch]
70273             modules/indic/indic-ot-class-tables.c
70274             modules/thai/thai-ot.[ch]: Add LGPL header.
70275
70276             * modules/thai/thai-shaper.c modules/thai/thai-charprop.h:
70277             Minor fixes to copyright information.
70278
70279             * modules/arabic/arabic-ot.c: Add Freetype license
70280             boilerplate.
70281
70282  src/FT-license.txt | 179
70283  +++++++----------------------------------------------
70284  src/FTL.TXT        | 174
70285  +++++++++++++++++++++++++++++++++++++++++++++++++++
70286  src/fterrcompat.h  |  10 ++-
70287  3 files changed, 204 insertions(+), 159 deletions(-)
70288
70289 commit c55850d36d208c7aae8f6ed5c9e1e7927b988d6c
70290 Author: Owen Taylor <otaylor@redhat.com>
70291 Date:   Tue Jun 14 19:54:19 2005 +0000
70292
70293     Chain up from finalize. (#307547, Paolo Borelli)
70294
70295     2005-06-14  Owen Taylor  <otaylor@redhat.com>
70296
70297             * pango/opentype/pango-ot-info.c (pango_ot_info_finalize)
70298             pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_finalize):
70299             Chain up from finalize. (#307547, Paolo Borelli)
70300
70301             * pango/opentype/pango-ot-info.c (pango_ot_info_finalizer):
70302             make accidentally public function static.
70303
70304  src/pango-ot-info.c    | 4 +++-
70305  src/pango-ot-ruleset.c | 2 ++
70306  2 files changed, 5 insertions(+), 1 deletion(-)
70307
70308 commit 44ff46a364fb7981804eb45329c4999b415711f9
70309 Author: Tor Lillqvist <tml@novell.com>
70310 Date:   Tue Apr 12 01:27:21 2005 +0000
70311
70312     Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.la
70313
70314     2005-04-12  Tor Lillqvist  <tml@novell.com>
70315
70316             * pango/opentype/Makefile.am: Rename LDADDS to
70317             libpango_ot_la_LIBADD to actually make libpango-ot.la
70318             link with
70319             it.
70320
70321             * pango/pangowin32.def: Rename get_scale_factor to
70322             get_metrics_factor here, too. (#300222, Ivan Wong)
70323
70324  src/Makefile.am | 12 ++++++------
70325  1 file changed, 6 insertions(+), 6 deletions(-)
70326
70327 commit 0c349a032e5a52a9d0dcc8204f761b7cb28bfa6b
70328 Author: Owen Taylor <otaylor@redhat.com>
70329 Date:   Thu Mar 3 19:38:02 2005 +0000
70330
70331     For all binary searches, handle the case where the number of items
70332     is 0.
70333
70334     2005-03-03  Owen Taylor  <otaylor@redhat.com>
70335
70336             * pango/opentype/ftxopen.c (Coverage_Index1, Coverage_Index2,
70337             Get_Class2): For all binary searches, handle the case where
70338             the number of items is 0. (#162977, Nick Lamb)
70339
70340             * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
70341             Handle the case where glyph_count == 0 properly. Fix a problem
70342             with cleanups on memory allocation failure.
70343             (Get_New_Count, Add_Glyph_Property): Avoid reading off the
70344             end of the ClassRangeRecord array.
70345
70346  src/ftxgdef.c | 60
70347  +++++++++++++++++++++++++++++++++++------------------------
70348  src/ftxopen.c | 15 +++++++++++++++
70349  2 files changed, 51 insertions(+), 24 deletions(-)
70350
70351 commit 03838daaa9d485bffcb7bc46453a9a4c32a1f32f
70352 Author: Owen Taylor <otaylor@redhat.com>
70353 Date:   Mon Nov 22 23:37:19 2004 +0000
70354
70355     Set G_LOG_DOMAIN.
70356
70357     Mon Nov 22 18:30:14 2004  Owen Taylor  <otaylor@redhat.com>
70358
70359             * pango/opentype/Makefile.am pango/Makefile.am
70360             modules/*/Makefile.am: Set G_LOG_DOMAIN.
70361
70362  src/Makefile.am | 1 +
70363  1 file changed, 1 insertion(+)
70364
70365 commit 346d3b3cac253d2db41205151c185bf2fd9dda16
70366 Author: Owen Taylor <otaylor@redhat.com>
70367 Date:   Wed Sep 22 18:14:55 2004 +0000
70368
70369     Cleanups from 'sparse', #149922, Kjartan Maraas
70370
70371     Wed Sep 22 14:07:47 2004  Owen Taylor  <otaylor@redhat.com>
70372
70373             Cleanups from 'sparse', #149922, Kjartan Maraas
70374
70375             * pango/pango-utils.c (read_config): () => (void) in
70376             definition.
70377
70378             * pango/pangofc-fontmap.c (pango_fc_font_map_list_families):
70379             Initialize *n_families, not n_families.
70380
70381             * pango/pangofc-fontmap.c pango/pangoft2.c opentype/ftxgdef.c
70382             opentype/ftxgpos.c opentype/ftxgsub.c: : Fix various 0/NULL
70383             confusion.
70384
70385  src/ftxgdef.c | 2 +-
70386  src/ftxgpos.c | 6 +++---
70387  src/ftxgsub.c | 2 +-
70388  3 files changed, 5 insertions(+), 5 deletions(-)
70389
70390 commit 8b654dfb5ad6137ee9c5a48f5abe04bf7d28d8cd
70391 Author: Owen Taylor <otaylor@redhat.com>
70392 Date:   Tue Sep 14 13:45:41 2004 +0000
70393
70394     === Released 1.6.0 ===
70395
70396     Mon Sep 13 17:38:58 2004  Owen Taylor  <otaylor@redhat.com>
70397
70398             * === Released 1.6.0 ===
70399
70400             * configure.in: Update versions for 1.6.0
70401
70402             * NEWS: Update.
70403
70404             * README: Minor tweak.
70405
70406             * pango/fonts.c pango/pango-context.c pango/pango-types.h
70407             pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c
70408             pango/opentype/pango-ot-buffer.c: Add a bunch of missing
70409             Since: 1.6.
70410
70411  src/pango-ot-buffer.c | 2 ++
70412  1 file changed, 2 insertions(+)
70413
70414 commit d41089a5b691967fdd622f47c8397a80af104396
70415 Author: Owen Taylor <otaylor@redhat.com>
70416 Date:   Fri Jul 30 21:23:04 2004 +0000
70417
70418     Finish extending properties flags from FT_UShort =>
70419     FT_UInt. (OTLBuffer
70420
70421     Fri Jul 30 17:17:05 2004  Owen Taylor  <otaylor@redhat.com>
70422
70423             * pango/opentype/ftxgpos.[ch] pango/opentype/ftxgsub.[ch]
70424             pango/opentype/ftxopen.[ch]: Finish extending properties
70425             flags from FT_UShort => FT_UInt. (OTLBuffer was already
70426             using an FT_UInt)
70427
70428  src/ftxgpos.c | 8 ++++----
70429  src/ftxgpos.h | 2 +-
70430  src/ftxgsub.c | 8 ++++----
70431  src/ftxgsub.h | 2 +-
70432  src/ftxopen.c | 2 +-
70433  src/ftxopen.h | 2 +-
70434  6 files changed, 12 insertions(+), 12 deletions(-)
70435
70436 commit f42d5eca291dcdfb27d7fbf88391d6d381b8e9c4
70437 Author: Owen Taylor <otaylor@redhat.com>
70438 Date:   Tue Jul 27 17:20:01 2004 +0000
70439
70440     Save the order in which features were added and use that when applying
70441
70442     Tue Jul 27 12:38:05 2004  Owen Taylor  <otaylor@redhat.com>
70443
70444             * pango/opentype/ftxopen.[ch] pango/opentype/ftxgsub.c
70445             pango/opentype/ftxpos.c: Save the order in which
70446             features were added and use that when applying features.
70447             (Patch from Soheil Hassas Yeganeh, #122330)
70448
70449  src/ftxgpos.c | 41 ++++++++++++++++++++++++-----------------
70450  src/ftxgsub.c | 34 +++++++++++++++++++++-------------
70451  src/ftxopen.c | 14 +++++++++++---
70452  src/ftxopen.h |  2 ++
70453  4 files changed, 58 insertions(+), 33 deletions(-)
70454
70455 commit ae2daa972d74c5ecfe1d2f0057ce12682ad30b00
70456 Author: Behdad Esfahbod <behdad@src.gnome.org>
70457 Date:   Tue Jul 27 13:12:19 2004 +0000
70458
70459     Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH
70460     macros.
70461
70462
70463             * pango/opentype/ftxgpos.c: Remove the unused parameter
70464             from the IN_CURITEM() and IN_CURGLYPH macros.
70465
70466  src/ftxgpos.c | 68
70467  +++++++++++++++++++++++++++++------------------------------
70468  src/ftxgsub.c |  2 +-
70469  2 files changed, 35 insertions(+), 35 deletions(-)
70470
70471 commit 7d5435ea8cb345c79029b8a12d1bddbed28b1997
70472 Author: Behdad Esfahbod <behdad@src.gnome.org>
70473 Date:   Tue Jul 27 10:43:58 2004 +0000
70474
70475     Fix bug to copy glyph from in_string, not out_string.
70476
70477
70478             * pango/opentype/otlbuffer.c (otl_buffer_copy_output_glyph):
70479             Fix bug to copy glyph from in_string, not out_string.
70480
70481  src/otlbuffer.c | 4 ++--
70482  1 file changed, 2 insertions(+), 2 deletions(-)
70483
70484 commit 2ea2a55bdf7ef1caebcd0c5922b0f542ed8bb5bf
70485 Author: Owen Taylor <otaylor@redhat.com>
70486 Date:   Mon Jul 26 23:14:53 2004 +0000
70487
70488     Fix allocation and indexing in NewGlyphClasses array. (#130661,
70489     Masatake
70490
70491     Mon Jul 26 19:11:46 2004  Owen Taylor  <otaylor@redhat.com>
70492
70493             * pango/opentype/ftxgdef.c: Fix allocation and indexing
70494             in NewGlyphClasses array. (#130661, Masatake YAMATO)
70495
70496  src/ftxgdef.c | 14 +++++++-------
70497  1 file changed, 7 insertions(+), 7 deletions(-)
70498
70499 commit 5d42695e5ed89f73fbc665792ebec82c29ae04ae
70500 Author: Owen Taylor <otaylor@redhat.com>
70501 Date:   Mon Jul 26 19:25:45 2004 +0000
70502
70503     Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH
70504     macros.
70505
70506     Mon Jul 26 15:24:11 2004  Owen Taylor  <otaylor@redhat.com>
70507
70508             * pango/opentype/ftxgsub.c (ADD_Glyph): Remove the
70509             unused parameter from the IN_CURITEM() and IN_CURGLYPH
70510             macros.
70511
70512  src/ftxgsub.c | 56
70513  ++++++++++++++++++++++++++++----------------------------
70514  1 file changed, 28 insertions(+), 28 deletions(-)
70515
70516 commit a00c4ea5626526980139b122977e367b8434d24a
70517 Author: Owen Taylor <otaylor@redhat.com>
70518 Date:   Mon Jul 26 19:23:06 2004 +0000
70519
70520     Add missing macro to make the last change actually compile.
70521
70522     Mon Jul 26 15:21:23 2004  Owen Taylor  <otaylor@redhat.com>
70523
70524             * pango/opentype/ftxgsub.c: Add missing macro to make the
70525             last change actually compile.
70526
70527  src/ftxgsub.c | 2 ++
70528  1 file changed, 2 insertions(+)
70529
70530 commit ed3e1f278d3ebfd224f0b57388502d4bb9fb1441
70531 Author: Owen Taylor <otaylor@redhat.com>
70532 Date:   Mon Jul 26 19:20:27 2004 +0000
70533
70534     Match backtrack context against the output glyphs not the input glyphs
70535
70536     Mon Jul 26 15:16:07 2004  Owen Taylor  <otaylor@redhat.com>
70537
70538             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]):
70539             Match backtrack context against the output glyphs not
70540             the input glyphs (#145174, Aamir Wali)
70541
70542  src/ftxgsub.c | 24 ++++++++++++------------
70543  1 file changed, 12 insertions(+), 12 deletions(-)
70544
70545 commit 78282cda004a88b2aadb2786dd3897884e22ed0b
70546 Author: Owen Taylor <otaylor@redhat.com>
70547 Date:   Mon Jul 26 18:59:02 2004 +0000
70548
70549     Make Check_Property() take a OTL_GlyphItem, add a gproperties field to
70550
70551     Mon Jul 26 14:49:22 2004  Owen Taylor  <otaylor@redhat.com>
70552
70553             * ftxgdef.[ch] otlbuffer.[ch]: Make Check_Property() take a
70554             OTL_GlyphItem, add a gproperties field to OTLGlyphItem,
70555             and use that to cache the properties for a glyph.
70556
70557             * ftxgsub.c ftxgdef.c: Adapt to Check_Property() changes.
70558
70559             * otlbuffer.[ch] ftxgsub.c: Add otl_buffer_copy_output_glyph()
70560             to use when we are copying an unmodified glyph from input
70561             to output that preserves the cached properties.
70562
70563  src/ftxgdef.c   | 16 ++++++++++------
70564  src/ftxgpos.c   | 52 +++++++++++++++++++++++++++-------------------------
70565  src/ftxgsub.c   | 54
70566  ++++++++++++++++++++++++++++--------------------------
70567  src/ftxopenf.h  |  2 +-
70568  src/otlbuffer.c | 21 +++++++++++++++++++--
70569  src/otlbuffer.h |  6 ++++++
70570  6 files changed, 91 insertions(+), 60 deletions(-)
70571
70572 commit 81b62af42313fb60db523374cd8c6901829f5c4e
70573 Author: Owen Taylor <otaylor@redhat.com>
70574 Date:   Mon Jul 19 21:13:23 2004 +0000
70575
70576     Add support for ChainContextSubstFormat3.
70577
70578     Mon Jul 19 17:09:11 2004  Owen Taylor  <otaylor@redhat.com>
70579
70580             * pango/opentype/disasm.c: Add support for
70581             ChainContextSubstFormat3.
70582
70583  src/disasm.c | 16 +++++++++++++++-
70584  1 file changed, 15 insertions(+), 1 deletion(-)
70585
70586 commit d4f773ef92fdbaa7e61e6577db5e9b2846a100a4
70587 Author: Owen Taylor <otaylor@redhat.com>
70588 Date:   Mon Jul 19 20:37:22 2004 +0000
70589
70590     Fix pervasive buffer overruns when skipping glyphs when matching
70591     contexts.
70592
70593     Mon Jul 19 16:29:45 2004  Owen Taylor  <otaylor@redhat.com>
70594
70595             * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
70596             Fix pervasive buffer overruns when skipping glyphs
70597             when matching contexts. (#118592, Kailash C. Chowksey)
70598
70599  src/ftxgpos.c | 259 ++++++++++++++++++----------------------
70600  src/ftxgsub.c | 376
70601  ++++++++++++++++++++++++++--------------------------------
70602  2 files changed, 284 insertions(+), 351 deletions(-)
70603
70604 commit 99848cfafee8e598ef533f254cdb99fbae4c9364
70605 Author: Owen Taylor <otaylor@redhat.com>
70606 Date:   Wed Jun 23 20:33:35 2004 +0000
70607
70608     #143693, Sayamindu Dasgupta
70609
70610     Wed Jun 23 16:13:53 2004  Owen Taylor  <otaylor@redhat.com>
70611
70612             #143693, Sayamindu Dasgupta
70613
70614             * pango/opentype/pango-ot-buffer.c
70615             (pango_ot_buffer_set_zero_width_marks)
70616             pango/opentype/pango-ot-private.h:
70617             Allow setting for whether marks should be given zero width,
70618             defaulting to FALSE.
70619
70620             * modules/arabic/arabic-fc.c (arabic_engine_shape): Turn
70621             on zero-width-marks setting.
70622
70623  src/pango-ot-buffer.c  | 22 +++++++++++++++++++++-
70624  src/pango-ot-private.h |  5 +++--
70625  2 files changed, 24 insertions(+), 3 deletions(-)
70626
70627 commit 68d4cedb8726fa239f56d62060d8fee7e09cb8be
70628 Author: Owen Taylor <otaylor@redhat.com>
70629 Date:   Mon Jun 21 18:04:02 2004 +0000
70630
70631     Use the gcc-3.3 strict-aliasing compatible macros from fterrcompat.h
70632
70633     Mon Jun 21 13:55:17 2004  Owen Taylor  <otaylor@redhat.com>
70634
70635             * pango/opentype/otlbuffer.c: Use the gcc-3.3
70636             strict-aliasing compatible macros from fterrcompat.h
70637             (#140495, reported by Stanislav Brabec)
70638
70639  src/otlbuffer.c | 22 ++++++++++++++--------
70640  1 file changed, 14 insertions(+), 8 deletions(-)
70641
70642 commit b327765176dff81047f942ac56a1d206344e6039
70643 Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
70644 Date:   Fri May 28 16:41:36 2004 +0000
70645
70646     Negate y offset according to different conventions between
70647
70648             * pango/opentype/pango-ot-buffer.c (apply_gpos_ltr): Negate
70649             y offset
70650             according to different conventions between PangoGlyphString
70651             and OTL
70652             (#142544)
70653
70654  src/pango-ot-buffer.c | 2 +-
70655  1 file changed, 1 insertion(+), 1 deletion(-)
70656
70657 commit 068763b547d791e28b892bcaee810f3d60a83018
70658 Author: Owen Taylor <otaylor@redhat.com>
70659 Date:   Thu May 27 21:55:50 2004 +0000
70660
70661     Revert error return changes from last commit.
70662
70663     Thu May 27 17:54:24 2004  Owen Taylor  <otaylor@redhat.com>
70664
70665             * pango/opentype/otlbuffer.c: Revert error return changes
70666             from last commit.
70667
70668  src/otlbuffer.c | 16 ++++++----------
70669  1 file changed, 6 insertions(+), 10 deletions(-)
70670
70671 commit ef07481025c5bbb9769b9f908d9dc78f44161bbb
70672 Author: Owen Taylor <otaylor@redhat.com>
70673 Date:   Thu May 27 21:03:42 2004 +0000
70674
70675     Free buffer->positions, clean up error returns that were returning
70676
70677     Thu May 27 16:57:30 2004  Owen Taylor  <otaylor@redhat.com>
70678
70679             * pango/opentype/otlbuffer.c: Free buffer->positions,
70680             clean up error returns that were returning uninitialized
70681             values. (#139239, Behdad Esfahbod)
70682
70683  src/otlbuffer.c | 21 +++++++++++++--------
70684  1 file changed, 13 insertions(+), 8 deletions(-)
70685
70686 commit de568e7e6200c7a49bae1f78ac63858b8df01173
70687 Author: Owen Taylor <otaylor@redhat.com>
70688 Date:   Tue Mar 16 19:23:43 2004 +0000
70689
70690     === Released 1.4.0 ===
70691
70692     Tue Mar 16 11:24:46 2004  Owen Taylor  <otaylor@redhat.com>
70693
70694             * === Released 1.4.0 ===
70695
70696             * configure.in: Version 1.4.0, interface ago 0. Require
70697             glib-2.4.0.
70698
70699             * NEWS: Updates.
70700
70701             * README: Some updates; include details about the FreeType
70702             license of the OpenType code.
70703
70704  src/FT-license.txt | 77
70705  +++++++++++++++++++++++++++++-------------------------
70706  1 file changed, 42 insertions(+), 35 deletions(-)
70707
70708 commit 8b3554b3afe7c125b1a53171b01ac87de9c486fe
70709 Author: Hans Breuer <hans@breuer.org>
70710 Date:   Wed Mar 3 22:35:19 2004 +0000
70711
70712     if PANGO_MODULE_PREFIX is defined include the basic backend shaper
70713     (should
70714
70715     2004-03-03  Hans Breuer  <hans@breuer.org>
70716
70717             * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is
70718             defined include the basic backend shaper (should have been
70719             commited at 2003-12-12, too)
70720
70721             * pango/makefile.msc : generate correct type for PangoFontMask
70722             (bug #135892, John Ehresman)
70723             * pango/opentype/makefile.msc : updated
70724
70725             * pango/pango.def pango/pangoft2.def : more updatd externals
70726
70727  src/makefile.msc | 6 ++++--
70728  1 file changed, 4 insertions(+), 2 deletions(-)
70729
70730 commit a7e096c5de3ec5319bf9333c9ace0732d97c52c3
70731 Author: Owen Taylor <otaylor@redhat.com>
70732 Date:   Sun Feb 29 15:44:50 2004 +0000
70733
70734     Rework opentype interfaces and other changes to make GPOS work
70735     for Arabic.
70736
70737     Sun Feb 29 09:25:13 2004  Owen Taylor  <otaylor@redhat.com>
70738
70739             Rework opentype interfaces and other changes to make GPOS
70740             work for Arabic. (Most of #117282, #121060)
70741
70742             * pango/opentype/otlbuffer.[ch]: OTL_Buffer that
70743             acts as a replacement for the separate GSUB and
70744             GPOS string structures and hides many of the internal
70745             details.
70746
70747             * pango/opentype/ftxgsub.[ch] pango/opentype/ftxgpos.[ch]:
70748             Adapt to OTL_Buffer.
70749
70750             * pango/opentype/ftxgpos.c: Redo handling of cursive
70751             chains so that it actually works.
70752
70753             * pango/pango-ot.h pango/opentype/pango-ot-buffer.c:
70754             Pango wrapper around OTL_Buffer.
70755
70756             * pango/pango-ot.h pango/pango-ot-ruleset.c
70757             pango/pango-ot-buffer.c:
70758             Split pango_ot_ruleset_shape() into
70759             pango_ot_ruleset_substitute(),
70760             pango_ot_ruleset_position(), make them act on
70761             PangoOTBuffer, add a separate pango_ot_buffer_output()
70762             which does the default positioning and writes to a
70763             PangoGlyphString.
70764
70765             * modules/arabic/arabic-fc.c modules/indic/indic-fc.c
70766             modules/indic/mprefixups.[ch]: Adapt to new OpenType
70767             interfaces; add GPOS features for Arabic.
70768
70769             * pango/opentype/pango-ot-info.c: Don't derive class
70770             information
70771             from Unicode properties for Arabic presentation forms,
70772             let the shaping process derive the properties.
70773
70774  src/Makefile.am        |   3 +
70775  src/ftxgdef.c          |   4 +-
70776  src/ftxgpos.c          | 573 ++++++++++++++++-----------------------
70777  src/ftxgpos.h          |  23 +-
70778  src/ftxgsub.c          | 719
70779  +++++++++++--------------------------------------
70780  src/ftxgsub.h          |  40 +--
70781  src/ftxopen.h          |   1 +
70782  src/otlbuffer.c        | 213 +++++++++++++++
70783  src/otlbuffer.h        |  97 +++++++
70784  src/ottest.c           |   2 +
70785  src/pango-ot-buffer.c  | 265 ++++++++++++++++++
70786  src/pango-ot-info.c    |  27 +-
70787  src/pango-ot-private.h |   8 +
70788  src/pango-ot-ruleset.c | 148 +++-------
70789  14 files changed, 1039 insertions(+), 1084 deletions(-)
70790
70791 commit d670ddf99192dd4999775a9215a818ae63fa3416
70792 Author: Owen Taylor <otaylor@redhat.com>
70793 Date:   Sat Feb 21 14:53:12 2004 +0000
70794
70795     Sign convention for y offsets is opposite between PangoGlyphString
70796     and FT
70797
70798     Sat Feb 21 09:49:23 2004  Owen Taylor  <otaylor@redhat.com>
70799
70800             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
70801             Sign convention for y offsets is opposite between
70802             PangoGlyphString and FT code. (#132591)
70803
70804  src/pango-ot-ruleset.c | 2 +-
70805  1 file changed, 1 insertion(+), 1 deletion(-)
70806
70807 commit b9b3c131c2b57c12a77124a52512fb19a1255f8e
70808 Author: Owen Taylor <otaylor@redhat.com>
70809 Date:   Fri Feb 13 16:11:40 2004 +0000
70810
70811     Memory leak fixes from Masatake YAMATO, #130652
70812
70813     Fri Feb 13 10:54:18 2004  Owen Taylor  <otaylor@redhat.com>
70814
70815             Memory leak fixes from Masatake YAMATO, #130652
70816
70817             * pango/opentype/ftxgdef.c (TT_Done_GDEF_Table):
70818             Free the gdef table as well as the contained data.
70819
70820             * pango/opentype/ftxgdef.c (TT_GDEF_Build_ClassDefinition):
70821             Set gcd->loaded, so that the contents get freed later.
70822
70823  src/ftxgdef.c | 4 ++++
70824  1 file changed, 4 insertions(+)
70825
70826 commit 926b8f322989298e43c8bac85f23e3525470a669
70827 Author: Owen Taylor <otaylor@redhat.com>
70828 Date:   Mon Jan 26 19:23:35 2004 +0000
70829
70830     Suport CFF fonts as well. (#131202, Manjunath Sripadarao)
70831
70832     Mon Jan 26 14:20:34 2004  Owen Taylor  <otaylor@redhat.com>
70833
70834             * pango/opentype/pango-ot-info.c (is_truetype): Suport
70835             CFF fonts as well. (#131202, Manjunath Sripadarao)
70836
70837  src/pango-ot-info.c | 3 ++-
70838  1 file changed, 2 insertions(+), 1 deletion(-)
70839
70840 commit 945e479a3a35769e5e7c792fdcf306892523a5f9
70841 Author: Hans Breuer <hans@breuer.org>
70842 Date:   Sat Dec 13 14:31:50 2003 +0000
70843
70844     moved pango_fc_* to the latter where they live on *nix too.
70845
70846     2003-12-13  Hans Breuer  <hans@breuer.org>
70847
70848             * pango/pango.def pangoft2.def : moved pango_fc_*
70849             to the latter where they live on *nix too.
70850
70851             * pango/makefile.msc : make it build again (including
70852             the Ft2 backend)
70853
70854             * pango/module-defs-fc.c.win32 : if PANGO_MODULE_PREFIX
70855             is defined
70856             include the basic backend shaper
70857
70858             * pango/pangowin32.c (pango_win32_render_layout) :
70859             initialize iter before first usage to avoid immediate crashing
70860
70861             * pango/opentype/makefile.msc
70862                 pango/modules/makefile.msc : finally build with mscv, too.
70863             [completely untested cause I'm not able to type, write or read
70864             any of these languages]
70865
70866             * modules/modules.def : follow module function
70867             renaming/changes
70868
70869             * modules/basic/basic-win32.c : register the right engine,
70870             i.e.
70871             make it compile
70872
70873  src/makefile.msc | 21 +++++++++++++++++++++
70874  1 file changed, 21 insertions(+)
70875
70876 commit ba0ccd5cfcb514cdc45373158343138b7b190f9d
70877 Author: Owen Taylor <otaylor@redhat.com>
70878 Date:   Sat Nov 1 15:02:17 2003 +0000
70879
70880     Switch over to recommended Freetype system of include ft2build.h then
70881
70882     Sat Nov  1 09:32:15 2003  Owen Taylor  <otaylor@redhat.com>
70883
70884             * pango/pango-ot.h pango/pangofc-font.h
70885             modules/indic/indic-ot.h
70886             pango/pangoft2.c pango/opentype/pango-ot-info.c
70887             pango/opentype/pango-ot-ruleset.c pango/opentype/ottest.c
70888             pango/opentype/ftxopen.[ch] pango/opentype/ftxgdef.c
70889             pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
70890             Switch over to recommended Freetype system of
70891             include ft2build.h then #include FT_FREETYPE_H.
70892             Fixes ftmodule.h problem with current Freetype CVS.
70893             (#125548)
70894
70895  src/ftxgdef.c          | 14 +++++++-------
70896  src/ftxgpos.c          | 17 ++++++++---------
70897  src/ftxgsub.c          | 13 ++++++-------
70898  src/ftxopen.c          | 10 +++++-----
70899  src/ftxopen.h          |  3 ++-
70900  src/ottest.c           |  1 -
70901  src/pango-ot-info.c    |  4 ++--
70902  src/pango-ot-private.h |  2 --
70903  src/pango-ot-ruleset.c |  4 ++--
70904  9 files changed, 32 insertions(+), 36 deletions(-)
70905
70906 commit 558171a7a3666999c679719ad0bfbdf7c6a52289
70907 Author: Owen Taylor <otaylor@redhat.com>
70908 Date:   Mon Sep 15 22:04:55 2003 +0000
70909
70910     Fix gcc-3.3 versions of macros to have the right return value.
70911
70912     Mon Sep 15 17:16:59 2003  Owen Taylor  <otaylor@redhat.com>
70913
70914             * pango/opentype/fterrcompat.h: Fix gcc-3.3 versions of
70915             macros to have the right return value.
70916
70917  src/fterrcompat.h | 44 ++++++++++++++++++++++++++------------------
70918  1 file changed, 26 insertions(+), 18 deletions(-)
70919
70920 commit c99259bf7e08ccdc4130d4983e8d186021ea8e1a
70921 Author: Owen Taylor <otaylor@redhat.com>
70922 Date:   Mon Aug 25 14:30:12 2003 +0000
70923
70924     pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems
70925     where
70926
70927     Mon Aug 25 10:17:21 2003  Owen Taylor  <otaylor@redhat.com>
70928
70929             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3)
70930             * pango/opentype/ftxgpos.c (Lookup_ChainContextPos3):
70931             Fix problems where the coverage wasn't being checked
70932             for the first input glyph. (#118639, Kailash C. Chowksey)
70933
70934  src/ftxgpos.c | 7 +++----
70935  src/ftxgsub.c | 7 +++----
70936  2 files changed, 6 insertions(+), 8 deletions(-)
70937
70938 commit bcf81bcc80c6235dfbc7eeaa34ed21ea329c7a3d
70939 Author: Owen Taylor <otaylor@redhat.com>
70940 Date:   Fri Aug 22 22:52:08 2003 +0000
70941
70942     Add some macro definitions for gcc-3.3 that suppress the bogus
70943
70944     Fri Aug 22 18:09:52 2003  Owen Taylor  <otaylor@redhat.com>
70945
70946             * pango/opentype/fterrcompat.h: Add some macro definitions
70947             for gcc-3.3 that suppress the bogus strict-aliasing
70948             warnings.
70949
70950             * pango/pango-utils.c (read_config_file): Use
70951             g_hash_table_new_full() to simplify code and fix
70952             gcc-3.3 warnings.
70953
70954             * pango/pangox-fontmap.c (pango_x_real_get_coverage_win)
70955             * pango/querymodules.c (query_module): Suppress gcc-3.3
70956             warnings.
70957
70958             * pango/modules.c (pango_find_map): Fix warning from
70959             missing declaration of pango_module_get_type().
70960
70961             * pango/pango-context.c/pango-engine.c: Fix name confusion
70962             for pango_get_fallback_shaper().
70963
70964  src/fterrcompat.h | 36 ++++++++++++++++++++++++++++++++++--
70965  1 file changed, 34 insertions(+), 2 deletions(-)
70966
70967 commit 46d379596d7292a3b2e51f35fc8044b366d413a3
70968 Author: Owen Taylor <otaylor@redhat.com>
70969 Date:   Tue Jul 29 14:21:54 2003 +0000
70970
70971     Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore
70972     marks of
70973
70974     Tue Jul 29 09:58:13 2003  Owen Taylor  <otaylor@redhat.com>
70975
70976             * pango/opentype/ftxgdef.c (Check_Property): Rewrite
70977             handling of IGNORE_SPECIAL_MARKS to be properly
70978             "ignore marks of attachment type different than
70979             specified. (#118456, Kailash C. Chowksey)
70980
70981  src/ftxgdef.c | 37 ++++++++++++++++++++++++++++---------
70982  1 file changed, 28 insertions(+), 9 deletions(-)
70983
70984 commit 8247acad79c1a4154e9337aed453eb3e4d23063d
70985 Author: Owen Taylor <otaylor@redhat.com>
70986 Date:   Mon Jul 28 22:28:37 2003 +0000
70987
70988     Revert back out the FreeType patch preventing ligatures of
70989     not-originally
70990
70991     Sat Jul 26 09:41:22 2003  Owen Taylor  <otaylor@redhat.com>
70992
70993             * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
70994             Revert back out the FreeType patch preventing
70995             ligatures of not-originally adjacent glyphs;
70996             it doesn't work for all scripts. (#118472,
70997             Kailash C. Chowksey)
70998
70999  src/ftxgsub.c | 31 +++----------------------------
71000  1 file changed, 3 insertions(+), 28 deletions(-)
71001
71002 commit 825e6d7e86cac310161648601b09291fa05d5ba5
71003 Author: Owen Taylor <otaylor@redhat.com>
71004 Date:   Sun Jul 27 02:40:31 2003 +0000
71005
71006     Check for lookahead glyphs in the right place. (Patch from #116860)
71007
71008     Sat Jul 26 22:30:59 2003  Owen Taylor  <otaylor@redhat.com>
71009
71010             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst{1,2,3}):
71011             Check for lookahead glyphs in the right place. (Patch
71012             from #116860)
71013
71014             * pango/opentype/ftxgpos.c (Lookup_ChainContextPos{1,2,3}):
71015             Same fix here.
71016
71017  src/ftxgpos.c | 6 +++---
71018  src/ftxgsub.c | 6 +++---
71019  2 files changed, 6 insertions(+), 6 deletions(-)
71020
71021 commit 03a0fe09c711b81c7eb4065fd4700b8cfd2c977a
71022 Author: Owen Taylor <otaylor@redhat.com>
71023 Date:   Sun Jul 27 02:19:52 2003 +0000
71024
71025     Fix return value to only contain TTO_Err_Not_Covered if *no* lookups
71026
71027     Sat Jul 26 22:12:46 2003  Owen Taylor  <otaylor@redhat.com>
71028
71029             * pango/opentype/ftxgsub.c (Do_String_Lookup,
71030             TT_GSUB_Apply_String): Fix return value to only
71031             contain TTO_Err_Not_Covered if *no* lookups
71032             matched. Fix memory leaks on error in Apply_String().
71033
71034  src/ftxgsub.c | 120
71035  ++++++++++++++++++++++++++++++++++++----------------------
71036  1 file changed, 75 insertions(+), 45 deletions(-)
71037
71038 commit e10ea2afd9a5868d4ec1ff3a2b99bcd64ce45816
71039 Author: Owen Taylor <otaylor@redhat.com>
71040 Date:   Sun Jul 27 01:10:15 2003 +0000
71041
71042     Fix confusion between boolean and FT_Error return. (GSUB equivalent
71043     of fix
71044
71045     Sat Jul 26 21:06:26 2003  Owen Taylor  <otaylor@redhat.com>
71046
71047             * pango/opentype/ftxgsub.c (Load_EmptyOrClassDefinition):
71048             Fix confusion between boolean and FT_Error return.
71049             (GSUB equivalent of fix for #108358)
71050
71051  src/ftxgsub.c | 5 +++--
71052  1 file changed, 3 insertions(+), 2 deletions(-)
71053
71054 commit a7305ab2624cbc08160dc11587ba3dc4e17781c2
71055 Author: Owen Taylor <otaylor@redhat.com>
71056 Date:   Sat Jul 26 15:02:13 2003 +0000
71057
71058     Move allocation afer initial checks, fixing memory leak.
71059
71060     Sat Jul 26 10:52:20 2003  Owen Taylor  <otaylor@redhat.com>
71061
71062             * pango/opentype/ftxgpos.c (Lookup_ContextPos2):
71063             * pango/opentype/ftxgsub.c (Lookup_ContextSubst2): Move
71064             allocation afer initial checks, fixing memory leak.
71065
71066             * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst2):
71067             Fix some more error return memory leaks that weren't
71068             fixed in the Qt changes.
71069
71070  src/ftxgpos.c |  8 ++++----
71071  src/ftxgsub.c | 12 ++++++------
71072  2 files changed, 10 insertions(+), 10 deletions(-)
71073
71074 commit f40b7c15e0bc4b71e706602c4e062f72d8f0fcdd
71075 Author: Owen Taylor <otaylor@redhat.com>
71076 Date:   Sat Jul 26 14:50:23 2003 +0000
71077
71078     Fix various memory leaks from error returns that should have been
71079     jumps to
71080
71081     Sat Jul 26 10:43:20 2003  Owen Taylor  <otaylor@redhat.com>
71082
71083             * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
71084             Fix various memory leaks from error returns that should
71085             have been jumps to cleanup blocks. (From Qt, Lars Knoll)
71086
71087  src/ftxgpos.c | 8 ++++----
71088  src/ftxgsub.c | 4 ++--
71089  2 files changed, 6 insertions(+), 6 deletions(-)
71090
71091 commit 256d21970733483833b9cf31d5e0fa7ae853e944
71092 Author: Owen Taylor <otaylor@redhat.com>
71093 Date:   Sat Jul 26 14:35:29 2003 +0000
71094
71095     Fix additional places where TTO_Err_Not_Covered wasn't considered a
71096
71097     Sat Jul 26 10:30:24 2003  Owen Taylor  <otaylor@redhat.com>
71098
71099             * pango/opentype/ftxgpos.c: Fix additional places where
71100             TTO_Err_Not_Covered wasn't considered a successful return
71101             from Get_Class. (From Qt, Lars Knoll)
71102
71103  src/ftxgpos.c | 8 ++++----
71104  1 file changed, 4 insertions(+), 4 deletions(-)
71105
71106 commit 374960681e2e36d0e4032623d8cb92a7910baf71
71107 Author: Owen Taylor <otaylor@redhat.com>
71108 Date:   Sat Jul 26 13:50:23 2003 +0000
71109
71110     If applying a ligature lookup makes adjacent two glyphs that were not
71111
71112     Sat Jul 26 09:41:22 2003  Owen Taylor  <otaylor@redhat.com>
71113
71114             * pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
71115             If applying a ligature lookup makes adjacent two glyphs
71116             that were not originally adjacent, avoid making
71117             subsequent ligatures between those glyphs.
71118             (From FreeType, Werner Lemberg, 2001-08-22, 2001-08-23)
71119
71120  src/ftxgsub.c | 31 ++++++++++++++++++++++++++++---
71121  1 file changed, 28 insertions(+), 3 deletions(-)
71122
71123 commit b682482df77608d67eca8a050db5b36f44953c13
71124 Author: Owen Taylor <otaylor@redhat.com>
71125 Date:   Sat Jul 26 13:20:52 2003 +0000
71126
71127     Fix some FreeType1 variable declarations that snuck in from the last
71128
71129     Sat Jul 26 09:16:57 2003  Owen Taylor  <otaylor@redhat.com>
71130
71131             * pango/opentype/ftxgpos.c pango/opentype/ftxopen.c:
71132             Fix some FreeType1 variable declarations that snuck
71133             in from the last commits (Christophe Fergeau,
71134             118363)
71135
71136  src/ftxgpos.c | 6 +++---
71137  src/ftxopen.c | 2 +-
71138  2 files changed, 4 insertions(+), 4 deletions(-)
71139
71140 commit 06c12109de061c357f46dcec82c4bee7160afede
71141 Author: Owen Taylor <otaylor@redhat.com>
71142 Date:   Sat Jul 26 03:45:44 2003 +0000
71143
71144     OpenType-1.4 update: backtrack information is stored with the
71145     item closest
71146
71147     Fri Jul 25 23:38:07 2003  Owen Taylor  <otaylor@redhat.com>
71148
71149             * pango/opentype/ftxgpos.c pango/opentype/ftxgsub.c:
71150             OpenType-1.4 update: backtrack information is stored with the
71151             item closest to the input first (From FreeType,
71152             Werner Lemberg, 2002-09-26)
71153
71154  src/ftxgpos.c | 26 ++++++++++++++++++--------
71155  src/ftxgsub.c | 24 +++++++++++++++++-------
71156  2 files changed, 35 insertions(+), 15 deletions(-)
71157
71158 commit 15a69e4a12739e7392f2a38d6f7bfdd96c0dc3ba
71159 Author: Owen Taylor <otaylor@redhat.com>
71160 Date:   Sat Jul 26 03:14:23 2003 +0000
71161
71162     Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, Werner
71163
71164     Fri Jul 25 23:07:06 2003  Owen Taylor  <otaylor@redhat.com>
71165
71166             Update of GPOS and GSUB support to OpenType 1.3
71167             (From FreeType, Werner Lemberg, 2001-08-08)
71168
71169             * pango/opentype/ftxopen.h: Add RIGHT_TO_LEFT LookupFlag
71170
71171             * pango/opentype/ftxgpos.c (GPOS_Instance): Add 'first'
71172             member to mark the beginning of a chain of cursive
71173             connections.
71174
71175             * pango/opentype/ftxgpos.c (Do_String_Lookup): If the
71176             RIGHT_TO_FLAG flag is set, shift cursive chain up so
71177             last glyph is on the baseline.
71178
71179  src/ftxgpos.c | 25 ++++++++++++++++++++++++-
71180  src/ftxopen.h |  8 ++++++--
71181  2 files changed, 30 insertions(+), 3 deletions(-)
71182
71183 commit 6f74f18b77402f3adf5bfbae26e8f44de6543b4e
71184 Author: Owen Taylor <otaylor@redhat.com>
71185 Date:   Sat Jul 26 03:03:40 2003 +0000
71186
71187     Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookup
71188
71189     Fri Jul 25 22:59:13 2003  Owen Taylor  <otaylor@redhat.com>
71190
71191             * pango/opentype/ftx{gpos,gsub}.h pango/opentype/ftxgdef.c:
71192             Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which
71193             allow lookup information to be stored at 32-bit offets
71194             via a double indirection. (From FreeType, Werner Lemberg,
71195             2001-08-08)
71196
71197  src/ftxgpos.h | 17 +++++++++--------
71198  src/ftxgsub.h |  1 +
71199  src/ftxopen.c | 19 +++++++++++++++++++
71200  3 files changed, 29 insertions(+), 8 deletions(-)
71201
71202 commit 375781c4546b5cfc453b99551ddf715bb162ffb9
71203 Author: Owen Taylor <otaylor@redhat.com>
71204 Date:   Sat Jul 26 02:44:19 2003 +0000
71205
71206     Fix a couple of places where TTO_Err_Not_Covered wasn't considered a
71207
71208     Fri Jul 25 22:25:48 2003  Owen Taylor  <otaylor@redhat.com>
71209
71210             * pango/opentype/ftxgsub.c (Lookup_ContextSubst2,
71211             Lookup_ChainContextSubst2): Fix a couple of
71212             places where TTO_Err_Not_Covered wasn't considered
71213             a successful return from Get_Class -- it means
71214             use class index 0. (From FreeType, Werner Lemberg,
71215             2001-08-06)
71216
71217  src/ftxgsub.c | 4 ++--
71218  1 file changed, 2 insertions(+), 2 deletions(-)
71219
71220 commit 378e1889cd294cb77313ba7fdab3e52959bf2c40
71221 Author: Owen Taylor <otaylor@redhat.com>
71222 Date:   Sat Jul 26 02:10:42 2003 +0000
71223
71224     Improvements to OpenType-dumping code, based on changes in Qt by Lars
71225
71226     Fri Jul 25 20:12:00 2003  Owen Taylor  <otaylor@redhat.com>
71227
71228             Improvements to OpenType-dumping code, based on
71229             changes in Qt by Lars Knoll.
71230
71231             * pango/opentype/ottest.c: Tweak the debugging output,
71232             suppress some warnings.
71233
71234             * pango/opentype/disasm.c: Add support for
71235             GSUB Context/Chain GPOS MarkBase lookups, improve
71236             output in various ways.
71237
71238  src/disasm.c | 242
71239  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
71240  src/ottest.c |  12 +--
71241  2 files changed, 241 insertions(+), 13 deletions(-)
71242
71243 commit 07bad0e77c42b5f2535e3b018bf9074d2f4ecc7c
71244 Author: Owen Taylor <otaylor@redhat.com>
71245 Date:   Thu Jul 24 21:05:29 2003 +0000
71246
71247     Fix uses of g_assert() around statements with side effects. (#115498,
71248
71249     Thu Jul 24 17:04:21 2003  Owen Taylor  <otaylor@redhat.com>
71250
71251             * pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
71252             Fix uses of g_assert() around statements with side effects.
71253             (#115498, patch from David Cuthbert)
71254
71255  src/pango-ot-ruleset.c | 14 +++++++++-----
71256  1 file changed, 9 insertions(+), 5 deletions(-)
71257
71258 commit f91deef2c9473da5c3cb5e120f2d4fbf0d638166
71259 Author: Owen Taylor <otaylor@redhat.com>
71260 Date:   Wed Apr 16 21:48:29 2003 +0000
71261
71262     More careful handling of face->charmap; if is NULL, try to set
71263     a unicode
71264
71265     Wed Apr 16 03:46:42 2003  Owen Taylor  <otaylor@redhat.com>
71266
71267             * pango/opentype/pango-ot-info.c (synthesize_class_def):
71268             More careful handling of face->charmap; if is NULL,
71269             try to set a unicode charmap, if that doesn't succeed,
71270             return. (Hopefully fixes #106550)
71271
71272  src/pango-ot-info.c | 26 ++++++++++++++++++++++++--
71273  1 file changed, 24 insertions(+), 2 deletions(-)
71274
71275 commit 587b3940f3ce71e8e1c9950086923d4eb78d62db
71276 Author: Owen Taylor <otaylor@redhat.com>
71277 Date:   Wed Apr 16 03:58:17 2003 +0000
71278
71279     When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have only
71280
71281     Tue Apr 15 11:49:39 2003  Owen Taylor  <otaylor@redhat.com>
71282
71283             * pango/opentype/ftxg{sub/pos}.c: When loading
71284             in Load_Chain{Sub,Pos}ClassRule, the limit we
71285             have only applies to the input ClassDef table.
71286             Fixes problem with Arial Unicode. Much help from
71287             Noah Levitt in tracing this down.
71288
71289  src/ftxgpos.c | 7 ++++---
71290  src/ftxgsub.c | 7 ++++---
71291  2 files changed, 8 insertions(+), 6 deletions(-)
71292
71293 commit 0d7567f8eaa1f8d0ec9cb89218ce3a1475d258ac
71294 Author: Owen Taylor <otaylor@redhat.com>
71295 Date:   Tue Apr 15 23:01:19 2003 +0000
71296
71297     Fix mispelled constant from last commit.
71298
71299     Tue Apr 15 06:57:02 2003  Owen Taylor  <otaylor@redhat.com>
71300
71301             * pango/opentype/ftxgpos.c: Fix mispelled constant
71302             from last commit.
71303
71304  src/ftxgpos.c | 2 +-
71305  1 file changed, 1 insertion(+), 1 deletion(-)
71306
71307 commit 73cd600798a9a7225b2ac8241ea371d48cf7baf3
71308 Author: Owen Taylor <otaylor@redhat.com>
71309 Date:   Tue Apr 15 22:15:41 2003 +0000
71310
71311     Fix confusion between boolean and FT_Error return. (#108358,
71312     Noah Levitt)
71313
71314     Tue Apr 15 06:03:39 2003  Owen Taylor  <otaylor@redhat.com>
71315
71316             * pango/opentype/ftxgpos.c: Fix confusion between
71317             boolean and FT_Error return. (#108358, Noah Levitt)
71318
71319             * pango/opentype/ftxopen.c (Get_Class1): index is
71320             allowed to be NULL. (#108358, Noah Levitt)
71321
71322  src/ftxgpos.c | 5 +++--
71323  src/ftxopen.c | 3 ++-
71324  2 files changed, 5 insertions(+), 3 deletions(-)
71325
71326 commit 462bd0be608c3d14e5b4c01099b02b3948a52369
71327 Author: Owen Taylor <otaylor@redhat.com>
71328 Date:   Tue Apr 15 21:05:53 2003 +0000
71329
71330     Fix infinite loop in the case where the charmap contains a character >
71331
71332     Tue Apr 15 05:00:39 2003  Owen Taylor  <otaylor@redhat.com>
71333
71334             * pango/opentype/pango-ot-info.c (synthesize_class_def):
71335             Fix infinite loop in the case where the charmap contains
71336             a character > 65535. (#106550, Morten Welinder.)
71337
71338  src/pango-ot-info.c | 14 +++++++-------
71339  1 file changed, 7 insertions(+), 7 deletions(-)
71340
71341 commit 312e1c1cf9f2c1e2137b9aaa5181a541447923cb
71342 Author: James Henstridge <james@daa.com.au>
71343 Date:   Tue Mar 11 12:31:16 2003 +0000
71344
71345     make similar changes to the ones on glib head (call gtk-docize, etc).
71346
71347     2003-03-11  James Henstridge  <james@daa.com.au>
71348
71349         * autogen.sh: make similar changes to the ones on glib head (call
71350         gtk-docize, etc).
71351
71352         * configure.in: move some calculations into M4 macros, rather than
71353         calculating them when configure runs.
71354         Use AC_HELP_STRING where appropriate.
71355         Replace gtk-doc checks with a call to GTK_DOC_CHECK.
71356         Replace AC_OUTPUT_COMMANDS() call with a number of calls to
71357         AC_CONFIG_COMMANDS (once per created file).
71358         Get rid of the "chmod +x pango-config" bit, because there is no
71359         pango-config anymore.
71360
71361         * Makefile.am: get rid of custom distcheck rule, and set
71362         DISTCHECK_CONFIGURE_FLAGS, which is equivalent.
71363         Use += to select which .pc files to install.
71364
71365         * pango/Makefile.am: Add rules to rebuild module-defs* files, and
71366         remove them on clean.
71367         Reorder so that rules related to each individual library are next
71368         to each other.
71369         Use BUILT_SOURCES for built sources.
71370
71371         * pango/opentype/Makefile.am: don't use STRIP_BEGIN/STRIP_END.
71372
71373         * modules/*/Makefile.am: simplify module makefiles through use of
71374         +=, and regularise them a bit (fixed a few bugs in the process).
71375
71376         * docs/Makefile.am: remove common rules, and instead include
71377         gtk-doc.make.
71378
71379         * examples/Makefile.am: add pango.modules to CLEANFILES.
71380
71381         * tests/Makefile.am: remove temporary files on clean.
71382
71383  src/Makefile.am | 11 +++++------
71384  1 file changed, 5 insertions(+), 6 deletions(-)
71385
71386 commit 1aad15fd0c007c9075f2f7f4c4cacf576d726eea
71387 Author: Owen Taylor <otaylor@redhat.com>
71388 Date:   Mon Feb 17 22:04:29 2003 +0000
71389
71390     Add an --enable-debug configure argument defaulting to 'yes'
71391     for unstable
71392
71393     Mon Feb 17 13:06:39 2003  Owen Taylor  <otaylor@redhat.com>
71394
71395             * configure.in **/Makefile.am: Add an --enable-debug
71396             configure argument defaulting to 'yes' for unstable
71397             releases and 'minimum' for stable releases.
71398             For minimum, -DG_DISABLE_CAST_CHECKS.
71399
71400             * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
71401             pango/pangoxft-fontmap.c: Add caching of fontsets
71402             (#104495, initial patch and review by Soeren Sandmann)
71403
71404             * pango/pangofc-fontmap.cI pango/pangoft2-fontmap.c
71405             pango/pangoxft-fontmap.c pango/pangoft2-private.h
71406             pango/pangoxft-private.h: Remove cache of recently freed
71407             fonts; not necessary now that we cache fontsets.
71408
71409             * pango/pangofc-fontmap.cI (pango_fc_pattern_set_free):
71410             Rename from pango_fc_font_set_free to reflect
71411             what it actually does.
71412
71413             * pango/pangofc-fontmap.cI pango/pangoft-fontmap.c
71414             pango/pangoxft-fontmap.c: Combine clear-the-cache
71415             functions; we didn't need separate clear-the-font-cache
71416             and clear-the-pattern-cache functions.
71417
71418  src/Makefile.am | 1 +
71419  1 file changed, 1 insertion(+)
71420
71421 commit 5febce1ffc956ea44526d50be7cf14c69c66cb34
71422 Author: Owen Taylor <otaylor@redhat.com>
71423 Date:   Wed Feb 12 22:12:55 2003 +0000
71424
71425     Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation
71426
71427     Wed Feb 12 16:59:23 2003  Owen Taylor  <otaylor@redhat.com>
71428
71429             * configure.in pango/opentype/fterrcompat.h README:
71430             Up the FreeType version requirement to 2.0.9.
71431             (2.2.1 had a compilation failure with older versions,
71432             this catches it more cleanly, and removes some unneeded
71433             checks. #105302, problem reported by Will Partain.)
71434
71435  src/fterrcompat.h | 4 ----
71436  1 file changed, 4 deletions(-)
71437
71438 commit 54e85cc0cf3700d2c4af5396d79bd0e40df8f0da
71439 Author: Owen Taylor <otaylor@redhat.com>
71440 Date:   Sat Jan 11 00:16:26 2003 +0000
71441
71442     Export TT_New_GDEF_Table to create an empty GDEF table.
71443
71444     Fri Jan 10 18:56:36 2003  Owen Taylor  <otaylor@redhat.com>
71445
71446             * pango/opentype/ftxgdef.c: Export TT_New_GDEF_Table
71447             to create an empty GDEF table.
71448
71449             * pango/opentype/pango-ot-info.c: If the font doesn't
71450             have a class definition table, synthesize one using
71451             the charmap and the unicode properties of characters
71452             in the charmap. (Needed to make things work with various
71453             old Arabic fonts, such as the KACST fonts)
71454
71455  src/ftxgdef.c       |  46 +++++++++++++++-------
71456  src/ftxgdef.h       |   4 ++
71457  src/pango-ot-info.c | 108
71458  ++++++++++++++++++++++++++++++++++++++++++++++++++++
71459  3 files changed, 144 insertions(+), 14 deletions(-)
71460
71461 commit db6bb4b034d4d8d546fc9bdc4ad28b16bb7f1bb7
71462 Author: Matthias Clasen <matthiasc@src.gnome.org>
71463 Date:   Thu Nov 28 23:53:18 2002 +0000
71464
71465     Add docs.
71466
71467             * docs/tmpl/xft-fonts.sgml:
71468             * docs/tmpl/freetype-fonts.sgml: Add docs.
71469
71470             * pango/pangoxft-fontmap.c (pango_xft_substitute_changed):
71471             * pango/pangoft2-fontmap.c
71472             (pango_ft2_font_map_set_default_substitute):
71473             Fix doc typos.
71474
71475  src/pango-ot-info.c | 4 +++-
71476  1 file changed, 3 insertions(+), 1 deletion(-)
71477
71478 commit 226d9b67db852eb29ad37ec8121b79f3ea6f0b73
71479 Author: Sebastian Wilhelmi <wilhelmi@ira.uka.de>
71480 Date:   Tue Nov 26 13:37:10 2002 +0000
71481
71482     Do not add GLIB_CFLAGS to CFLAGS.
71483
71484
71485     2002-11-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
71486
71487             * configure.in: Do not add GLIB_CFLAGS to CFLAGS.
71488
71489             * docs/Makefile.am, examples/Makefile.am,
71490             modules/arabic/Makefile.am, modules/basic/Makefile.am,
71491             modules/hangul/Makefile.am, modules/hebrew/Makefile.am,
71492             modules/indic/Makefile.am, modules/tamil/Makefile.am,
71493             modules/thai/Makefile.am, pango/Makefile.am,
71494             pango/mini-fribidi/Makefile.am, pango/opentype/Makefile.am:
71495             Instead add $(GLIB_CFLAGS) directly to INCLUDES (GTKDOC_CFLAGS
71496             for
71497             docs/Makefile.am). Also some cosmetic line wrapping and
71498             reindentation.
71499
71500  src/Makefile.am | 5 +++--
71501  1 file changed, 3 insertions(+), 2 deletions(-)
71502
71503 commit 80634a30b9abdf575320bc6fdacdba4e1ea3903d
71504 Author: Manish Singh <yosh@gimp.org>
71505 Date:   Mon Oct 14 22:50:48 2002 +0000
71506
71507     Get rid of unnecessary casts for g_object_{ref,unref}
71508
71509     Mon Oct 14 15:39:41 2002  Manish Singh  <yosh@gimp.org>
71510
71511             * pango/pango-context.c pango/pango-layout.c pango/pangoft2.c
71512             pango/pangowin32-fontmap.c pango/pangowin32.c
71513             pango/pangox-fontmap.c
71514             pango/pangox.c pango/pangoxft-font.c pango/pangoxft-fontmap.c
71515             pango/testfonts.c pango/opentype/pango-ot-ruleset.c:
71516             Get rid of unnecessary casts for g_object_{ref,unref}
71517
71518  src/pango-ot-ruleset.c | 4 ++--
71519  1 file changed, 2 insertions(+), 2 deletions(-)
71520
71521 commit 741993e0b15b4df86d76fa8df5055bd764c42c71
71522 Author: Owen Taylor <otaylor@redhat.com>
71523 Date:   Sun Sep 29 19:06:58 2002 +0000
71524
71525     ligatures can be also used in MarkBasePos lookups. (2001-03-17 Werner
71526
71527     Sun Sep 29 14:55:36 2002  Owen Taylor  <otaylor@redhat.com>
71528
71529             * pango/opentype/ftxgpos.c: ligatures can be also used in
71530             MarkBasePos lookups. (2001-03-17  Werner Lemberg)
71531
71532  src/ftxgpos.c | 13 ++++++++++---
71533  1 file changed, 10 insertions(+), 3 deletions(-)
71534
71535 commit a35dc445e86ab433fe9f3937c95f2c1f18f58110
71536 Author: Owen Taylor <otaylor@redhat.com>
71537 Date:   Sun Sep 29 19:05:01 2002 +0000
71538
71539     Start of merges from freetype1 of OpenType fixes.
71540
71541     Sun Sep 29 14:51:25 2002  Owen Taylor  <otaylor@redhat.com>
71542
71543             Start of merges from freetype1 of OpenType fixes.
71544
71545             (2001-03-17  Werner Lemberg)
71546
71547             * pango/opentype/ftxgdef.c pango/opentype/ftxgpos.c
71548             pango/opentype/ftxg\sub.c:
71549             More fixes for special marks.
71550
71551  src/ftxgdef.c | 13 ++++++++-----
71552  src/ftxgpos.c |  6 +++---
71553  src/ftxgsub.c |  4 ++--
71554  3 files changed, 13 insertions(+), 10 deletions(-)
71555
71556 commit 5c53f14f371b349da65dfa3a848b17ab89ce3ba8
71557 Author: Tor Lillqvist <tml@iki.fi>
71558 Date:   Mon Sep 23 21:45:31 2002 +0000
71559
71560     Remove. Not used. (A static library is built here. Exported entries
71561     are in
71562
71563     2002-09-24  Tor Lillqvist  <tml@iki.fi>
71564
71565             * pango/opentype/pango-ot.def: Remove. Not used. (A static
71566             library
71567             is built here. Exported entries are in ../pangoft2.def.)
71568
71569             * pango/opentype/Makefile.am (EXTRA_DIST): Remove from
71570             here, too.
71571
71572  src/Makefile.am  |  3 +--
71573  src/pango-ot.def | 50 --------------------------------------------------
71574  2 files changed, 1 insertion(+), 52 deletions(-)
71575
71576 commit 35e4593ccd9ea5ed78f1e6f32f04b3a13cee0145
71577 Author: Tor Lillqvist <tml@iki.fi>
71578 Date:   Mon Sep 23 21:19:30 2002 +0000
71579
71580     pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. Not
71581
71582     2002-09-23  Tor Lillqvist  <tml@iki.fi>
71583
71584             * pango/makefile.mingw.in
71585             * pango/mini-fribidi/makefile.mingw
71586             * pango/opentype/makefile.mingw.in: Remove. Not maintained.
71587
71588             * pango/Makefile.am (EXTRA_DIST)
71589             * pango/mini-fribidi/Makefile.am (EXTRA_DIST)
71590             * pango/opentype/Makefile.am (EXTRA_DIST): Remove
71591             makefile.mingw(.in) from here, too.
71592
71593             * configure.in (AC_OUTPUT): Don't try to output above removed
71594             files.
71595
71596  src/Makefile.am       |  3 +--
71597  src/makefile.mingw.in | 43 -------------------------------------------
71598  2 files changed, 1 insertion(+), 45 deletions(-)
71599
71600 commit fb279cb0bf676bb1d225e6a296282523d839074d
71601 Author: Eric Mader <emader@src.gnome.org>
71602 Date:   Mon Sep 9 18:11:55 2002 +0000
71603
71604     Correctly handle back, new_advance.
71605
71606  src/pango-ot-ruleset.c | 25 ++++++++++++++++---------
71607  1 file changed, 16 insertions(+), 9 deletions(-)
71608
71609 commit c880e814a50100577811a8a51bc06b4275c55a7e
71610 Author: Eric Mader <emader@src.gnome.org>
71611 Date:   Fri Sep 6 22:45:23 2002 +0000
71612
71613     Don't fail when reading an empty script.
71614
71615  src/ftxopen.c | 36 +++++++++++++++++++++++++-----------
71616  src/ftxopen.h |  1 +
71617  2 files changed, 26 insertions(+), 11 deletions(-)
71618
71619 commit 441e7d0292bf1a06396daac80fcbad23976a824d
71620 Author: Owen Taylor <otaylor@redhat.com>
71621 Date:   Wed Aug 7 17:01:52 2002 +0000
71622
71623     Offset to MarkAttachClassDef is offset to table, not offset to
71624     offset to
71625
71626     Wed Aug  7 12:32:39 2002  Owen Taylor  <otaylor@redhat.com>
71627
71628             * pango/opentype/ftxgsub.c (TT_Load_GSUB_Table):
71629             Offset to MarkAttachClassDef is offset to table,
71630             not offset to offset to table.
71631
71632             * pango/opentype/ftxopen.c (Get_Device): Handle
71633             NULL device tables which we represent with
71634             d->DeltaValue == NULL.
71635
71636  src/ftxgsub.c | 13 -------------
71637  src/ftxopen.c |  2 +-
71638  2 files changed, 1 insertion(+), 14 deletions(-)
71639
71640 commit 48a16fa8090b67b046b2bb686ff4f6f038a2b8e8
71641 Author: Owen Taylor <otaylor@src.gnome.org>
71642 Date:   Tue Jun 4 00:20:51 2002 +0000
71643
71644     on Jun  3 18:56:09 2002  Owen Taylor  <otaylor@redhat.com>
71645
71646             Xft2 and fontconfig conversion, based largely on a patch
71647             from Keith Packard.
71648
71649             * configure.in acconfig.h: Add checks for fontconfig, switch
71650             Xft checks to switch for Xft2 using pkg-config.
71651
71652             * pangoxft.pc.in pangoxft.pc.in
71653             modules/{arabic,basic,hebrew,indic,tamil}/Makefile.am
71654             pango/Makefile.am: Reflect new Xft/fontconfig dependencies.
71655
71656             * pango/pangoxft-private.h pango/pangoxft-fontmap.c
71657             modules/arabic/arabic-xft.c modules/indic/indic-xft.c:
71658             Switch over to using Xft2 and fontconfig.
71659
71660             * pango/pangoft2.c pango/pangoft2-fontmap.c
71661             pango/pangoft2-private.h
71662             pango/pango/Makefile.am: Remove usage of mini-xft in
71663             favor of fontconfig.
71664
71665             * pango/pango-ot.h pango/opentype/pango-ot-info.c
71666             pango/pangoxft.h
71667             modules/arabic/arabic-{xft,ft2}.c modules/indic/indic-xft.c:
71668             Attach OpenType information directly to the FT_Face
71669             structure using FT_Generic.
71670
71671             * modules/tamil/Makefile.am modules/tamil/tamil-xft.c
71672             configure.in: Remove this module, no longer needed.
71673
71674             * pango/pangoxft-font.c (pango_xft_real_render): Coalesce
71675             calls to Xft rendering functions.
71676
71677  src/pango-ot-info.c | 29 +++++++++++++++++++++++------
71678  1 file changed, 23 insertions(+), 6 deletions(-)
71679
71680 commit 9df9af0b3615dc6a52d784233a3410a9080d9369
71681 Author: Owen Taylor <otaylor@redhat.com>
71682 Date:   Fri May 10 18:44:47 2002 +0000
71683
71684     Fix acess outside of a loaded frame and some memory leaks on failure.
71685
71686     Fri May 10 14:41:27 2002  Owen Taylor  <otaylor@redhat.com>
71687
71688             * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Fix acess
71689             outside of a loaded frame and some memory leaks
71690             on failure.
71691
71692  src/ftxgdef.c | 12 ++++++++++--
71693  1 file changed, 10 insertions(+), 2 deletions(-)
71694
71695 commit a63dbbbeeb91ebf4ded2fc788f5810a3bd1e14fe
71696 Author: Eric Mader <mader@jtcsv.com>
71697 Date:   Tue May 7 20:39:14 2002 +0000
71698
71699     Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,
71700
71701     Mon May 06 15:07:39 2002 Eric Mader <mader@jtcsv.com>
71702             * Add modules modules/indic/indic-xft.c, indic-ot.c,
71703             indic-ot.h, indic-ot-class-tables.c
71704
71705             * pango/opentype/ftxgdef.c: Compute full offset for mark
71706             attachment class table
71707
71708             * pango/opentype/ftxgpos.c: Only return TTO_Err_Not_Covered
71709             if nothing matches
71710
71711             * pango/opentype/pango-ot-ruleset.c: enable GPOS processing
71712
71713  src/ftxgdef.c          | 10 ++++++++--
71714  src/ftxgpos.c          | 33 ++++++++++++++-------------------
71715  src/pango-ot-ruleset.c | 35 ++++++++++++++++++++++++++++++++++-
71716  3 files changed, 56 insertions(+), 22 deletions(-)
71717
71718 commit cf00f8217c9dfcf50febbb06fad245d489a0abe6
71719 Author: Owen Taylor <otaylor@redhat.com>
71720 Date:   Tue Apr 23 20:20:29 2002 +0000
71721
71722     Add compatibility defines for changes in FreeType 2.1.0.
71723
71724     Tue Apr 23 16:15:07 2002  Owen Taylor  <otaylor@redhat.com>
71725
71726             * pango/opentype/fterrcompat.h: Add compatibility
71727             defines for changes in FreeType 2.1.0.
71728
71729  src/fterrcompat.h | 39 +++++++++++++++++++++++++++++++++++++--
71730  1 file changed, 37 insertions(+), 2 deletions(-)
71731
71732 commit 6b1b04e3736fdca774052ac3cfbe9f027548c29d
71733 Author: Owen Taylor <otaylor@redhat.com>
71734 Date:   Fri Mar 15 06:46:05 2002 +0000
71735
71736     In Load_ChainContextSubst2, handle the case where an empty class
71737
71738     Fri Mar 15 01:35:56 2002  Owen Taylor  <otaylor@redhat.com>
71739
71740             * pango/opentype/ftxgsub.c pango/opentype/ftxopen.c
71741             pango/opentype/ftxopenf.h: In Load_ChainContextSubst2,
71742             handle the case where an empty class definition
71743             is represented by an offset of 0.
71744
71745             * pango/opentype/ftxgpos.c: Same for Load_ChainContextPos2.
71746
71747             * pango/opentype/{ftxopen.c,ftxgpos.c,ftxgsub.c,ftgdef.c}:
71748             Fix pervasive bug where on cleanups on failure of loading
71749             an array element, all array elements were freed, not
71750             just the ones that had been succesfully loaded.
71751
71752  src/ftxgdef.c  |  24 +++---
71753  src/ftxgpos.c  | 259
71754  ++++++++++++++++++++++++++++++++++++---------------------
71755  src/ftxgsub.c  | 159 ++++++++++++++++++++---------------
71756  src/ftxopen.c  |  53 ++++++++----
71757  src/ftxopenf.h |   2 +
71758  5 files changed, 306 insertions(+), 191 deletions(-)
71759
71760 commit 6050933f336f43453e35246525cfec362bd23acb
71761 Author: Owen Taylor <otaylor@redhat.com>
71762 Date:   Fri Mar 15 04:22:14 2002 +0000
71763
71764     Uncomment GPOS parts.
71765
71766     Thu Mar 14 23:05:18 2002  Owen Taylor  <otaylor@redhat.com>
71767
71768             * pango/opentype/ftxopen.c: Uncomment GPOS parts.
71769
71770             * pango/opentype/disasm.c: Start adding some GPOS
71771             dumping.
71772
71773  src/disasm.c  | 146
71774  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
71775  src/ftxopen.c |  20 ++++----
71776  2 files changed, 154 insertions(+), 12 deletions(-)
71777
71778 commit 973bd60a2526666f68138255b8536d1eaee3c2c2
71779 Author: Sebastian Wilhelmi <wilhelmi@src.gnome.org>
71780 Date:   Thu Dec 13 17:44:46 2001 +0000
71781
71782     Resuming aborted commit
71783
71784
71785     Resuming aborted commit
71786
71787  src/Makefile.am | 1 +
71788  1 file changed, 1 insertion(+)
71789
71790 commit 6926ca94255e5d52d99d0d64d126165fc725432d
71791 Author: Matthias Clasen <matthiasc@src.gnome.org>
71792 Date:   Tue Oct 30 22:09:20 2001 +0000
71793
71794     Remove declarations of unimplemented functions
71795
71796             * docs/pango-sections.txt, pango/pango-ot.h: Remove
71797             declarations
71798             of unimplemented functions pango_ot_ruleset_set_glyph_loader
71799             and
71800             pango_ot_ruleset_set_alternate_func and the related typedefs
71801             PangoOTGlyphLoader and PangoOTAlternateFunc.
71802
71803             * pango/opentype/pango-ot-info.c,
71804             pango/opentype/pango-ot-ruleset.c: Documentation updates.
71805
71806  src/pango-ot-info.c    | 76
71807  ++++++++++++++++++++++++++++++++++++++++++++++++++
71808  src/pango-ot-ruleset.c | 27 ++++++++++++++++++
71809  2 files changed, 103 insertions(+)
71810
71811 commit 87a475c09f6b9b391bca37de47a303a62a397b83
71812 Author: Havoc Pennington <hp@redhat.com>
71813 Date:   Wed Sep 19 21:20:36 2001 +0000
71814
71815     header to abstract the difference between FreeType 2.0.3 and 2.0.4
71816     error
71817
71818     2001-09-19  Havoc Pennington  <hp@redhat.com>
71819
71820             * pango/opentype/fterrcompat.h: header to abstract the
71821             difference
71822             between FreeType 2.0.3 and 2.0.4 error codes, based on the
71823             configure check.
71824
71825             * configure.in: check for the tterrors.h header in FreeType
71826             2.0.3,
71827             and define HAVE_FREETYPE_2_0_3 if we have it
71828
71829  src/Makefile.am     |  1 +
71830  src/fterrcompat.h   | 16 ++++++++++++++++
71831  src/ftxgdef.c       |  3 ++-
71832  src/ftxgpos.c       |  3 ++-
71833  src/ftxgsub.c       |  3 ++-
71834  src/ftxopen.c       |  3 ++-
71835  src/pango-ot-info.c |  2 +-
71836  7 files changed, 26 insertions(+), 5 deletions(-)
71837
71838 commit 9c37226efe2489b4cf9618ec98f581c998aaf9e4
71839 Author: Owen Taylor <otaylor@redhat.com>
71840 Date:   Tue Sep 18 20:05:20 2001 +0000
71841
71842     Up to 0.19.
71843
71844     Tue Sep 18 15:47:08 2001  Owen Taylor  <otaylor@redhat.com>
71845
71846             * configure.in (PANGO_MINOR_VERSION): Up to 0.19.
71847
71848             * pango/pango-font.h pango/pango-fontmap.[ch] pango/fonts.c
71849             pango/pangoxft-fontmap.c pango/pangoft-fontmap.c
71850             pango/pango-context.[ch]
71851             pango/pangox-fontmap.c: Add new PangoFontFace and
71852             PangoFontFamily
71853             object types, and change the font listing API to list
71854             faces and
71855             families, instead of face names and font descriptions.
71856
71857             * pango/pango-font.h pango/fonts.c: Make PangoFontDescription
71858             an opaque heap-allocated structure, add accessors and
71859             convenience functions.
71860
71861             * pango/pango-font.h pango/pango-private.h: Make
71862             PangoFontMetrics
71863             heap allocated, protect the structure definition with
71864             #ifdef PANGO_ENABLE_BACKEND, and add getters for the fields.
71865
71866             * pango/pango-attributes.[ch] ( pango_attr_iterator_get_font):
71867             instead of providing a base font description and one to fill
71868             in, provide a single font description to modify based on
71869             the attributes.
71870
71871             * pango/pango-attributes.[ch]: Fix PangoAttrFontDesc to have
71872             a PangoFontDescription by reference, not by value.
71873
71874             * pango/pango-utils.[ch]: make pango_parse_style() and friends
71875             take pointers to individual enumerations instead of to a
71876             PangoFontDescription structure.
71877
71878             * pango/*.c: Fix for the PangoFontDescription and
71879             PangoFontMetrics
71880             changes.
71881
71882             * pango/pango-{break,engine,indic,ot,xft}.h pango/Makefile.am
71883             pango/opentype/Makefile.am: Protect portions with
71884             PANGO_ENABLE_ENGINE to shrink the public API.
71885
71886             * modules/*/Makefile.am: -DPANGO_ENABLE_ENGINE.
71887
71888             * pango/{pangox.h,pangox-private.h} modules/basic/basic-x.c:
71889             Move
71890             pango_x_font_get_unknown_glyph() into public header since
71891             it is
71892             used from modules.
71893
71894             * pango/pango-{context,font,fontmap,modules.utils}.h
71895             pango/Makefile.am:
71896             Protect portions with PANGO_ENABLE_BACKEND to shrink the
71897             public API.
71898
71899             * pango/*.h: Use G_BEGIN/END_DECLS
71900
71901             * examples/viewer-qt.[cc,h]: Fix for changes to font
71902             listing API,
71903             PangoFontDescription.
71904
71905             * pango/pango-indic.h modules/indic/*: Since we install this
71906             header fix it up to Pango conventions, namespece
71907             ZERO_WIDTH_JOINER, ZERO_WIDTH_NON_JOINER.
71908
71909             * docs/pango-sections.txt: Updated.
71910
71911  src/Makefile.am | 1 +
71912  1 file changed, 1 insertion(+)
71913
71914 commit 7dd0838863f65a8ff2e27d12679c9a289a76aec1
71915 Author: Darin Adler <darin@src.gnome.org>
71916 Date:   Thu Jul 12 16:34:40 2001 +0000
71917
71918     Remove stray semicolon.
71919
71920             * modules/arabic/arabic-x.c: (arabic_engine_shape): Remove
71921             stray
71922             semicolon.
71923
71924             * modules/arabic/arconv.h:
71925             * modules/arabic/arconv.c: (shape), (doublelig),
71926             (arabic_reshape):
71927             Use long* instead of int* for parameter to match what's
71928             passed in.
71929
71930             * modules/indic/bengali-x.c: Add missing <string.h> include.
71931             (pango_indic_make_ligs): Use local variable that was added
71932             but not
71933             ever used.
71934             (pango_indic_engine_shape): Remove unused locals.
71935
71936             * modules/indic/devanagari-x.c: Add missing <string.h>
71937             include.
71938             (pango_indic_engine_shape): Remove unused local.
71939
71940             * modules/indic/gujarati-x.c: Add missing <string.h> include.
71941             (pango_indic_engine_shape): Remove unused local
71942
71943             * modules/tamil/tamil-x.c: (tamil_engine_shape): Initialize a
71944             variable to quiet the compiler's unused warning.
71945
71946             * pango/.cvsignore: Ignore more generated files.
71947
71948             * pango/opentype/ftxgpos.c: (Get_Anchor): Add code to set
71949             up the
71950             ap variable. The old code would just use the uninitialized
71951             value.
71952
71953             * pango/opentype/ftxopen.c: (Load_Coverage): Remove unused
71954             local.
71955
71956             * pango/opentype/pango-ot-ruleset.c: (pango_ot_ruleset_shape):
71957             Remove unused local.
71958
71959             * pango/pango-attributes.c: (pango_attr_list_get_type),
71960             (pango_color_get_type): Add needed function type casts (just
71961             warnings under gcc, but could be errors in other compilers).
71962
71963             * pango/pangoxft-font.c: (pango_xft_font_get_metrics),
71964             (pango_xft_font_get_coverage), (pango_xft_get_shaper_map),
71965             (pango_xft_font_find_shaper): Switch from lang char* to
71966             PangoLanguage*. The code was still compiling, but would
71967             not have
71968             worked.
71969
71970  src/ftxgpos.c          | 2 ++
71971  src/ftxopen.c          | 1 -
71972  src/pango-ot-ruleset.c | 1 -
71973  3 files changed, 2 insertions(+), 2 deletions(-)
71974
71975 commit 68f8a64307441bd3b3d45971ac4dc93f63dedfe8
71976 Author: Owen Taylor <otaylor@redhat.com>
71977 Date:   Fri May 18 16:04:40 2001 +0000
71978
71979     Use ISO C99 varargs when available.
71980
71981     Fri May 18 11:30:57 2001  Owen Taylor  <otaylor@redhat.com>
71982
71983             * pango/opentype/disasm.c: Use ISO C99 varargs when
71984             available.
71985
71986     Thu May 17 11:16:23 2001  Owen Taylor  <otaylor@redhat.com>
71987
71988             * pango/mapping.c: Fixup docs, remove some FIXMEs that are
71989             no longer applicable.
71990
71991             * pango/pango-layout.c: Move by graphemes, not characters.
71992
71993             * pango/pango-layout.c (pango_layout_line_x_to_index):
71994             Position at the closest grapheme boundary, not at character
71995             boundaries.
71996
71997             * pango/pango-layout.c (pango_layout_line_index_to_x):
71998             Return positions of grapheme boundaries, not character
71999             boundaries.
72000
72001  src/Makefile.am | 2 ++
72002  src/disasm.c    | 5 +++++
72003  2 files changed, 7 insertions(+)
72004
72005 commit 89eb36ebc6591025c063cb98f0e1b3badde73e9e
72006 Author: Owen Taylor <otaylor@redhat.com>
72007 Date:   Tue Apr 24 15:47:22 2001 +0000
72008
72009     Remove excess call to DONE_Stream left over from conversion from FT1.
72010
72011     Tue Apr 24 11:45:55 2001  Owen Taylor  <otaylor@redhat.com>
72012
72013             * pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Remove
72014             excess call to DONE_Stream left over from conversion
72015             from FT1. (reported by Michael Jansson)
72016
72017  src/ftxgdef.c | 1 -
72018  1 file changed, 1 deletion(-)
72019
72020 commit c61a730aaebec751831f8423894de5f4b539d0ec
72021 Author: Owen Taylor <otaylor@redhat.com>
72022 Date:   Tue Apr 3 19:07:36 2001 +0000
72023
72024     Release 0.14
72025
72026     Tue Apr  3 15:05:19 2001  Owen Taylor  <otaylor@redhat.com>
72027
72028             * Release 0.14
72029
72030             * NEWS: updated.
72031
72032             * pango/pango/opentype/Makefile.am: make dist fixes.
72033
72034             * configure.in (PANGO_MINOR_VERSION): Up to 0.14
72035
72036  src/Makefile.am | 10 ++++++++--
72037  1 file changed, 8 insertions(+), 2 deletions(-)
72038
72039 commit 405b878923ed219617c6f643a9aec06175223d16
72040 Author: Tor Lillqvist <tml@iki.fi>
72041 Date:   Thu Dec 21 19:55:23 2000 +0000
72042
72043     Only a script engine here.
72044
72045     2000-12-21  Tor Lillqvist  <tml@iki.fi>
72046
72047             * modules/basic/basic-win32.c (script_engine_load): Only
72048             a script
72049             engine here.
72050
72051             * pango/makefile.mingw.in: Add the built
72052             pango-enum-types.[ch].
72053
72054             * pango/pango.def
72055             * pango/pangoft2.def: Update.
72056
72057             * pango/opentype/pango-ot.def
72058             * pango/opentype/makefile.mingw.in: New files.
72059
72060             * pango/opentype/Makefile.am (EXTRA_DIST): Add them.
72061
72062             * configure.in (included_modules): Generate
72063             pango/opentype/makefile.mingw.
72064
72065  src/Makefile.am       |  4 +++-
72066  src/makefile.mingw.in | 43 +++++++++++++++++++++++++++++++++++++++++++
72067  src/pango-ot.def      | 50
72068  ++++++++++++++++++++++++++++++++++++++++++++++++++
72069  3 files changed, 96 insertions(+), 1 deletion(-)
72070
72071 commit 80a15829135065e16ce5b129c715d10d14b829ba
72072 Author: Owen Taylor <otaylor@redhat.com>
72073 Date:   Wed Dec 20 04:41:36 2000 +0000
72074
72075     Since Xft may only be available statically without shlib deps,
72076     check for
72077
72078     Tue Dec 19 22:47:16 2000  Owen Taylor  <otaylor@redhat.com>
72079
72080             * configure.in pango-config.in pangoxft.pc.in
72081             modules/basic/Makefile.am: Since Xft may only be available
72082             statically without shlib deps, check for FreeType libs
72083             explicitly
72084             and include them when linking, otherwise things won't
72085             work. Also,
72086             define FREETYPE_CFLAGS from freetype-config --cflags.
72087
72088             * modules/basic/basic-xft.c pango/pangoxft-font{,map}.c: Fool
72089             Xft into not converting glyph indices by loading the
72090             face unencoded then calling FT_Set_Charmap ourselves.
72091
72092             * pango/Makefile.am pango/pango-ot.h pango/opentype/*
72093             :Add start
72094             of opentype handling - most of the actually meat of the
72095             code here
72096             is the OpenType layout code from FreeType 1 ported to
72097             freetype2
72098             and adapted slighlty for our purposes.  Also, includes a
72099             incomplete OpenType-table-dumping code useful for figuring
72100             out what is going on.
72101
72102             * pango/pangoxft.h pango/pangoxft-font.h: Add calls for
72103             getting FT_Face and PangoOTInfo from PangoXftFont.
72104
72105             * modules/arabic/{Makefile.am,arabic-ot.[ch],arabic-xft.c}:
72106             Initial support for rendering Arabic with OpenType fonts.
72107
72108  src/.cvsignore         |    8 +
72109  src/FT-license.txt     |  158 ++
72110  src/Makefile.am        |   39 +
72111  src/README             |   36 +
72112  src/disasm.c           |  317 +++
72113  src/disasm.h           |   26 +
72114  src/ftxgdef.c          | 1155 +++++++++
72115  src/ftxgdef.h          |  220 ++
72116  src/ftxgpos.c          | 6222
72117  ++++++++++++++++++++++++++++++++++++++++++++++++
72118  src/ftxgpos.h          |  858 +++++++
72119  src/ftxgsub.c          | 4531 +++++++++++++++++++++++++++++++++++
72120  src/ftxgsub.h          |  612 +++++
72121  src/ftxopen.c          | 1467 ++++++++++++
72122  src/ftxopen.h          |  308 +++
72123  src/ftxopenf.h         |  161 ++
72124  src/ottest.c           |  265 +++
72125  src/pango-ot-info.c    |  438 ++++
72126  src/pango-ot-private.h |   98 +
72127  src/pango-ot-ruleset.c |  232 ++
72128  19 files changed, 17151 insertions(+)